@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", 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"); */
}

@font-face {
  font-family: "Montserrat";
  src: url("../css/fonts/Montserrat-Regular.eot");
  src: url("../css/fonts/Montserrat-Regular.eot?#iefix")format("embedded-opentype"),
    url("../css/fonts/Montserrat-Regular.woff2")format("woff2"),
    url("../css/fonts/Montserrat-Regular.woff")format("woff"),
    url("../css/fonts/Montserrat-Regular.ttf")format("truetype"),
    url("../css/fonts/Montserrat-Regular.svg#YS Text Regular Regular")format("svg");
  font-display: swap;
}

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

.container {
  max-width: 1440px !important;
}

.dropdown-item {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
  margin-bottom: 10px;
}

/* Advertising header */
.bannerimg img {
  width: 100%;
  vertical-align: middle;
  max-width: initial;
}

.public_ad_header {
  padding: 10px 0;
  background-color: #000;
  color: #fff;
}

.public_ad_header_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.public_ad_header_name {
  flex: 0 90%;
}

.public_ad_header_name a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.public_ad_header_name i {
  width: 30px;
  height: 30px;
  background-color: #ec1d23;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.public_ad_header_name a:hover {
  color: #ec1d23;
}

.public_ad_header_contact {
  flex: 0 10%;
}

.utill {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: left;
  margin-left: 10px;
  z-index: 99999
}

.utill .lang {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  z-index: 99999;
  position: relative;
  top: 5px;
  margin-right: 20px;
}

.utill .lang i {
  font-size: 14px !important;
  padding-right: 5px;
  margin-top: 5px
}

.utill .lang:hover {
  color: #fff;
  text-decoration: none !important
}

.lang-sub {
  position: absolute;
  top: 18px;
  left: 45px;
  padding-top: 6px;
  transform: translateX(-50%);
  width: 100px;
  display: none;
  z-index: 999999999;
}

.lang-sub .sub {
  background-color: #000;
  overflow: hidden;
  padding-bottom: 10px
}

.lang-sub .sub img {
  width: auto;
  padding-right: 5px
}

.lang-sub .sub a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: all .3s;
  letter-spacing: 2px;
}

.lang-sub .sub a:hover {
  color: #ec1d23;
  text-decoration: none !important
}


/* 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: #ec1d23;
  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: #ec1d23;
}

/* Pagination */
.pagelist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pagelist a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #ec1d23;
  margin: 10px 5px;
  font-size: 16px;
}

.pagelist span {
  display: block;
  padding: 3px 10px;
  border: 1px solid #ec1d23;
  background-color: #fff;
  color: #ec1d23;
  font-size: 16px;
}

.pagelist a:hover {
  background-color: #ec1d23;
  color: #fff;
}

.pagelist .active {
  background-color: #ec1d23 !important;
  color: #fff !important;
}

/*-------------------------------*/
/*     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: #ec1d23;
}

.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; */
  text-transform: capitalize;
  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 #ec1d23;
}

.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: #ec1d23;
}

.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: #ec1d23;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #ec1d23;
  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: #ec1d23;
  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: 999999;
  position: relative;
}

.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;
}

.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: #111;
}

.nav_wrap .head_nav {
  padding: 20px 0;
  margin-left: 50px;
}

.nav_wrap .head_nav>li {
  display: inline-block;
  line-height: 45px;
  font-size: 16px;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  text-transform: capitalize;
  font-weight: 500;
}

.nav_wrap .head_nav>li>a {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
}

.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: 10px 10px;
  font-size: 14px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  line-height: 24px;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding-right: 20px;
  text-transform: lowercase;
}

.nav_wrap .head_nav>li li a:hover {
  padding-left: 5px;
  text-decoration: underline;
  color: #ec1d23 !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: #ec1d23;
  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: #ec1d23;
}

.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 !important;
}

.fixed-nav .nav_wrap {
  padding-top: 0;
}

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

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

.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 {
  max-width: 200px;
  -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;
  float: right;
}

.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: #fff;
  display: block;
  cursor: pointer;
}

.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: #ec1d23;
  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 #ec1d23;
  background-color: #ec1d23;
}

.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; */
}

/* aside_nav */
.accordion {
  width: 100%;
  background: #fff;
  margin: 0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  margin-top: 10px;
}

.accordion .link a {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
  background-color: #eee;
}

.accordion li i {
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.openaside .link {
  color: #ec1d23;
  background-color: #eee;
  margin-bottom: 10px;
}

.accordion li.openaside i {
  color: #ec1d23;
}

.accordion li.openaside i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.openaside .link_title {
  color: #ec1d23;
}

.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #111;
  color: #fff;
}

.newslist {
  padding: 70px 0;
}

.aside_nav h3 {
  padding: 20px 15px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #111;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.bannercontent {
  position: relative;
}

.bannercontent img {
  width: 100%;
  vertical-align: middle;
}

.bannercontent_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}

.bannercontent_title h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  z-index: 999;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  display: none;
}

.bannercontent_title h2:hover {
  color: #ec1d23;
}

.bannercontentcover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.bread_crumb_main {
  background-color: #eee;
  padding: 15px 0;
  border-bottom: 1px #ddd solid;
}

.bread_crumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #222;
  padding: 15px 0;
  background-color: #f0f0f0;
  /*border-bottom: 1px #ddd solid;*/
}

.bread_crumbs i {
  color: #222;
  padding-right: 10px;
}

.bread_crumbs a {
  display: inline-block;
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  margin: 2px 10px 2px 0px;
}

/* .bread_crumbs a::after {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  margin: 0 10px 3px 10px;
  background-color: #fff;
} */
.bread_crumbs a:hover {
  text-decoration: underline !important;
  color: #ec1d23;
}

.bread_crumbs a:last-child::after {
  display: none;
}

/* 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: #ec1d23;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}


/* scrollsidebar */
.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: 99999;
}

.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: #ec1d23;
}

.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;
}

/* info */
/* content_about */
.content_about {
  padding: 50px 0;
}

.cabout_title {
  width: 90%;
}

.cabout_title h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.cabout_title h2 {
  font-size: 18px;
  line-height: 30px;
}

.con_about_bg {
  background-color: #0137a4;
  position: relative;
}

.about_company_content {
  padding: 85px 40px 60px 77px;
  background-image: url(../images/about_company_bg.jpg);
  background-repeat: repeat-y;
  background-position: left;
  border-radius: 5px;
  position: relative;
}

.about_company_title {
  padding-top: 50px;
}
.about_company_title h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color:#fff
}

.about_company_title p {
  background: url(../images/icon.png) no-repeat left center;
  padding-left: 20px;
  line-height: 36px;
  color:#fff
}

.con_messages {
  background-color: #0137a4;
  padding: 50px 50px;
  position: relative;
  z-index: 99;
  margin-bottom: 80px;
  margin-top: 80px;
}

.con_messages_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  width: 70%;
  color: #fff
}

.content_tile {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  padding: 50px 0;
}

.product_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.product_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.content_product {
  padding-bottom: 50px;
}

.productbox {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 10px;
  border: 3px #fff solid;
  cursor: pointer;
  transition: all 0.35s ease;
  margin-bottom: 30px;
}

.productcon h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
}

.productcon p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product_more {
  background-color: #ec1d23;
  padding: 6px 15px;
  margin-top: 20px;
  display: inline-block;
  color: #fff
}

.productbox:hover {
  background-color: #ec1d23;
  border: #ec1d23 3px solid;
  transition: all 0.35s ease
}

.productbox:hover a {
  color: #fff
}

.productbox:hover p {
  color: #fff
}

.productbox:hover .product_more {
  background-color: #fff;
  color: #ec1d23
}

.product_show_main {
  padding: 50px 0;
}

.product_show_main_right {
  padding-top: 80px;
}

.product_show_main_describe h1 {
  word-wrap: break-word;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  /* background-color: #ec1d23; */
  padding: 0px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.product_show_main_describe {
  width: 90%;
  padding-left: 5%;
}

.product_show_main_describe p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.product_show_main_button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.product_show_main_button a {
  padding: 10px 20px;
  border: 1px solid #ec1d23;
  display: block;
  color: #ec1d23;
  font-size: 16px;
  text-align: center;
  margin: 6px 20px 6px 0;
}

.product_show_main_button a:hover {
  background-color: #ec1d23;
  color: #fff;
}

.product_show_main .public_ad_header_social_media {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  margin-top: 30px;

}

.product_show_main .public_ad_header_social_media i {
  font-size: 22px;
  text-align: center;
}

.product_show_main .public_ad_header_social_media a {
  margin-left: 0;
  margin-right: 15px;
}

.public_ad_header_social_media i:hover {
  color: #ec1d23;
}

/* calculate */
.calculate {
  background: #fff;
  padding: 60px 0;
}

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


.checkout_page_table_inquiry .public_tableli {
  width: 48%;
  border-radius: 0%;
  margin: 15px 0;
}

.checkout_page_table_inquiry .public_tabletextarea {
  width: 100%;
}

.checkout_page_table_inquiry .public_tableli input {
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 100%;
}

.public_tabletextarea textarea {
  resize: none;
  height: 120px;
  width: 100%;
  padding: 15px;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  color: #000;
  background-color: #fff !important;
  border: 1px solid #e5e5e5;
  outline: none;
  background: none;
}

.checkout_page_table_inquiry .public_tableli input:focus,
.checkout_page_table_inquiry .public_tableli textarea:focus {
  border: 1px solid #4dbbf1;
}

.public_tableli p {
  font-size: 14px;
  color: #ec1d23;
  font-weight: bold;
  margin-top: 5px;
}

.checkout_page_title {
  margin-bottom: 30px;
}

.checkout_page_title h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.checkout_page_title p {
  font-size: 16px;
  color: #000;
}

.threetable {
  width: 32% !important;
}

.table_btn {
  margin-top: 30px;
  flex-wrap: wrap;
}

.table_btn a {
  padding: 15px 30px;
  background-color: #ec1d23;
  width: 30%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}


/* news */

.blogbox {
  height: 100%;
  position: relative;
  cursor: pointer;
  padding: 10px 10px;
  border: 1px #eee solid;
}

.blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 60%;
}

.blog_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.blog_txt {
  padding: 20px 15px 30px 15px;
}

.blog_txt h3 {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0 10px 0;
  line-height: 23px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.blog_txt p {
  word-wrap: break-word;
  /*white-space: pre-wrap;*/
  word-break: break-all;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  cursor: pointer;
}

.blogmorebtn {
  display: inline-block;
}

.blogmore {
  display: block;
  padding: 10px 60px;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #000;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.blogline {
  width: 0%;
  height: 3px;
  background: #ec1d23;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.blogli:hover .blogline {
  width: 100%;
}

.blogli:hover .blogmore {
  background-color: #ec1d23;
  border: 1px solid #ec1d23;
  color: #fff;
}

.blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #ec1d23;
}

.blogli:hover .blog_img img {
  transform: scale(1.2);
}

.blogli {
  margin-bottom: 30px;
}

.content_news {
  padding: 50px 0;
}

/* contactus */
#map {
  width: 100%;
  height: 400px;
}

.contact_plan1 {
  padding: 50px 0;
}

.contactflex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 15px 0;
}

.contact_list li i {
  font-size: 26px;
  color: #000;
  margin-right: 15px;
  margin-top: -7px;
}

.contact_list li p,
.contact_list li a {
  font-size: 18px;
  color: #444;
}

.contact_left h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.contact_inquiry_form_main {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
}

.contact_inquiry_form_main .tableli {
  margin-bottom: 20px;
}

.contact_a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}

.contact_a a {
  margin: 0 5px;
}

.ma ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ma li {
  padding: 10px;
  background-color: #fff;
  margin-right: 15px;
}

.ma img {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  display: block;
}

.feedbackForm .tableli input {
  color: #000;
}

.feedbackForm .tableli textarea {
  color: #000;
}

.feedbackForm .tableli input::placeholder {
  color: #000;
}

.feedbackForm .tableli textarea::placeholder {
  color: #000;
}

.feedbackForm {
  padding: 16px 16px 16px 16px;
  background-color: #fff;
}

.feedbackForm .tips {
  color: #222d38;
  padding-bottom: 20px;
}

.feedbackForm .line input,
.feedbackForm .line textarea {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: solid 1px #ccc;
  /* color: #222d38; */
  display: block;
  font-size: 12px;
}

.feedbackForm textarea {
  resize: none;
  height: 78px;
  padding: 11px;
  line-height: 20px;
}

.feedbackForm .line input {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
}

.feedbackForm #btn {
  background: #305af6;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}


.feedbackForm .input_b {
  background: #305af6;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}

/* news */
.cont_news {
  height: 100%;
  position: relative;
  cursor: pointer;
  padding: 10px 10px;
  border: 1px #eee solid;
  transition: all ease 0.3s;
  margin-bottom: 30px;

}

.cont_news_title {
  padding-top: 30px;
}

.cont_news_title h2 {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.cont_news_title span {
  font-size: 14px;
  color: #999
}

.cont_news_title p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cont_news_title .cnews_more {
  display: inline-block;
  background-color: #ec1d23;
  color: #fff;
  padding: 6px 25px;
  border: none;
  margin-top: 20px;
  transition: all ease 0.3s;
}

.cont_news_title:hover .cnews_more {
  padding: 6px 40px;
  transition: all ease 0.3s;
}

.cont_news:hover {
  border: 1px #ec1d23 solid;
  transition: all ease 0.3s;
}

/* newsinfo */

.newshow {
  padding: 50px 0;
  width: 95%;
}

.newshow_title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.newshow_title h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  word-wrap: break-word;
}

.newshow_title p {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-top: 20px;
}

.newshow_main {
  padding-top: 20px;
}

.newshow_main p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-bottom: 15px;
  text-transform: lowercase;
}

.newshow_main img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 10px auto;
  text-align: center;
}

.newshow_main h2 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: normal;
}

.newshow_main h3 {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}


.newsinfo {
  border-bottom: 1px #ddd solid;
  padding: 50px 0;
}

.newsinfotit {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
  padding-top: 15px;
}

.product_static_hot {
  padding: 50px 0;
}

.product_static_hot h2 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.card_show {
  padding: 60px 0;
}

.fanye {
  border-top: 1px dashed #e5e5e5;
  margin-top: 40px;
}

.page_ctrl_box {
  padding: 40px 0;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page_ctrl_box .prev {
  float: left;
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/newsinfo-prev.png");
}

.page_ctrl_box a:hover {
  color: #FB700E;
}

.page_ctrl_box .list-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background-image: url("../images/list-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.3s;
}

.page_ctrl_box .next {
  float: right;
  padding-right: 28px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/newsinfo-next.png");
}

.page_ctrl_box .prev,
.page_ctrl_box .next {
  font-size: 18px;
  line-height: 16px;
  color: #333;
  background-repeat: no-repeat;
  background-size: 8px;
  transition: all 0.3s;
  text-transform: capitalize;
}

.cardflex {
  display: flex;
  flex-wrap: wrap;
}

.newsbox {
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsboximg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  background-color: #fff;
}

.newsboximg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsboxtxt {
  padding: 0 30px 0 0;
}

.newsboxflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.newsboxtxt h3 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

/* serviceinfo */
.content_service {
  padding: 50px 0;
}

.serviceinfo {
  padding: 30px 0;
  width: 80%;
}

.serviceinfo h1 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.serviceinfo p {
  font-size: 16px;
}

/* content_review */
/* photo_pinglun */
.photo_pinglun {
  padding: 60px 0;
}

.photo_pinglun_flex {
  display: flex;
  flex-wrap: wrap;
}

.photo_pinglun_li {
  margin-bottom: 30px;
}

.photo_pinglun_box {
  position: relative;
  height: 100%;
}

.photo_pinglun_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 150%;
}

.photo_pinglun_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.process,
.assistance,
.supplier,
.purchasing {
  overflow-x: hidden !important;
}

.video_box video {
  width: 100%;
}




@media (max-width: 576px) {
  .cabout_title {
    width: 100%;
  }

  .about_company_content {
    background: none;
    padding: 0 0;
  }
  .about_company_title h2{
    font-size:24px;
    margin-top: 20px;
  }
  .con_messages{
    padding: 50px 10px;
  }
  .con_messages_title{
    width: 100%;
    font-size:24px
  }
  .checkout_page_title h2{
    font-size:24px
  }
  .blogmore{
    font-size:14px;
    padding: 10px 10px;
  }
  .serviceinfo{
    width: 100%;
  }
  .newshow_title h1{
    font-size:24px
  }
  .product_static_hot{
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .cabout_title {
    width: 100%;
  }

  .about_company_content {
    background: none;
    padding: 0 0;
  }
  .about_company_title h2{
    font-size:24px;
    margin-top: 20px;
  }
  .con_messages{
    padding: 50px 10px;
  }
  .con_messages_title{
    width: 100%;
    font-size:24px
  }
  .checkout_page_title h2{
    font-size:24px
  }
  .blogmore{
    font-size:14px;
    padding: 10px 10px;
  }
  .serviceinfo{
    width: 100%;
  }
  .newshow_title h1{
    font-size:24px
  }
  .product_static_hot{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .about_company_content{
    background: none;
    padding:30px 0;
  }
  .about_company_title h2{
    font-size:30px;
    margin-top: 20px;
  }
  .con_messages{
    margin: 50px 0;
  }
  .con_messages_title{
    width: 100%;
    margin-bottom: 30px;
  }
  .product_static_hot{
    display: none;
  }
  .serviceinfo{
    width: 100%;
    padding: 0 0;;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .about_right{
    margin-top: 30px;
  }
  .catalogs_tit{
    padding-top: 0 !important;
  }
  .catalogs_tit h2{
    margin-bottom: 10px !important
  }
  .serviceinfo{
    width: 100%;
    padding: 0 0;;
  }
  .product_static_hot{
    display: none;
  }
}
.pagelist .current {
  		background-color: #ec1d23 !important;
  		color: #fff !important;
	}

                    .btn{
                        padding: 15px 30px;
                        background-color: #ec1d23;
                        width: 30%;
                        text-align: center;
                        font-size: 18px;
                        color: #fff;
                    }
                    .btn:hover{
                        padding: 15px 30px;
                        background-color: #f1f1f1;
                        width: 30%;
                        text-align: center;
                        font-size: 18px;
                        color: #000;
                    }
                    .none {
                        display: none;
                    }

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 1400px) and (max-width: 1680px) {}
#allmap {width: 100%;height: 500px;overflow: hidden;margin:0;font-family:"微软雅黑";}
.BMap_shadow img{
    height: auto !important;
}