@font-face {
  font-family: 'MB';
  src: url('../fonts/Montserrat-Bold.eot') format('eot'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MEL';
  src: url('../fonts/Montserrat-ExtraLight.eot') format('eot'), url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLight.woff') format('woff'), url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'MSB';
  src: url('../fonts/Montserrat-SemiBold.eot') format('eot'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'ML';
  src: url('../fonts/Montserrat-Light.eot') format('eot'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'MM';
  src: url('../fonts/Montserrat-Medium.eot') format('eot'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'PM';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MR';
  src: url('../fonts/Montserrat-Regular.eot') format('eot'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.eot') format('eot'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype');
}


body {
  font-family: 'MR';
}

.layer-form {
    display: none;
}
.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(0,0,0,.8);
    position: fixed;
    z-index: 1000001;
    left: 0;
    top: 0;
}
.wrap-contact100 {
    width: 560px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    overflow: auto;
    max-height: 90vh;
}
.layer-form .wrap-contact100 {
    width: 357px;
    border-radius: 10px;
}
.btn-hide-contact100 {
    font-size: 20px;
    color: #fff;
    opacity: .6;
    position: absolute;
    right: 10px;
    top: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100{
  color: #000;
}
.layer-form .wrap-contact100 form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
    height: 36px;
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
    height: 114px;
    padding-top: 22px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    padding: 15px 20px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
    font-size: 12px;
    color: #adadad;
    padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
    border: 1px solid #e6e6e6;
    background: #0071e3;
    height: 42px;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 20px;
    margin: 0;
    border-radius: 42px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    position: relative;
    z-index: 10;
    color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover{
  background: #000;
}
.layer-form .wrap-contact100 form input {
    height: 36px;
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1500px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  position: relative;
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  position: initial;
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  padding: 0;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 78px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  margin: 0 2.55rem 0 0;
  font-size: 1.05rem;
  font-family: 'MSB';
  /*z-index: 100;*/
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 1rem 0;
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  height: 6px;
  width: 0;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  position: relative;
  display: block;
  padding: 5px 0;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  color: #037cbc;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 10;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #037cbc;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  left: 0;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  transform: rotate(180deg);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .language {
  position: relative;
  display: inline-block;
  font-size: 1.05rem;
  vertical-align: middle;
  margin-left: 5.55rem;
  font-family: 'MSB';
  color: #fff;
}
#header .nav .ui.menu .language i {
  margin-left: 8px;
  font-size: 18px;
}
#header .nav .ui.menu .language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #037cbc;
  display: none \9;
}
#header .nav .ui.menu .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
}
#header .nav .ui.menu .language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  margin-left: 1.3rem;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #037cbc;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  z-index: 10;
  left: 12%;
  bottom: 18%;
}
#banner ul.slick-dots li {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 1.3rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li::after {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: -220%;
  top: -200%;
  opacity: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active::after {
  opacity: 1;
}
#index-body .product .slick-arrow {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .slick-arrow:hover {
  background-color: #037cbc;
}
#index-body .product:hover .slick-arrow {
  opacity: 1;
}
#index-body .product .slick-prev {
  background: url("../images/ic_left.png") no-repeat center center #007ec1;
  left: 21.5%;
}
#index-body .product .slick-next {
  background: url("../images/ic_right.png") no-repeat center center #007ec1;
  right: 24%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  padding: 10px;
}
.button-group .button {
  height: 28px;
  line-height: 28px;
  background-color: #037cbc;
  color: #FFF;
  border: 0;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin-bottom: 4px;
  cursor: pointer;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#m-header {
  position: relative;
  display: none;
  z-index: 21;
  margin-top: 60px;
}
#m-header .m-box {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 0 15px;
}
#m-header .m-box .m-menu {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  margin-right: auto;
}
#m-header .m-box .m-menu .BtnMenu {
  font-size: 26px;
  vertical-align: middle;
  color: #333;
}
#m-header .m-box .m-menu .m-content {
  display: none;
  position: absolute;
  left: 0;
  top: 59px;
  font-size: 14px;
  width: 100%;
  line-height: normal;
  background-color: #fff;
  overflow-y: auto;
  max-height: 600px;
  max-height: 100vh;
  padding-bottom: 60px;
}
#m-header .m-box .m-menu .m-content .m-search {
  position: relative;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-search form {
  position: relative;
}
#m-header .m-box .m-menu .m-content .m-search form input {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 7px 30px 7px 10px;
}
#m-header .m-box .m-menu .m-content .m-search form input:focus {
  border-color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
#m-header .m-box .m-menu .m-content .m-list ul {
  height: auto;
}
#m-header .m-box .m-menu .m-content .m-list ul li {
  position: relative;
  border-bottom: solid 1px #f3f3f3;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link {
  position: relative;
  padding: 0 50px 0 30px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link a {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link i.Expandmenu {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 20px;
  width: 30px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link.active i.Expandmenu {
  -webkit-transform: translateY(-50%) rotateZ(-180deg);
  -moz-transform: translateY(-50%) rotateZ(-180deg);
  -ms-transform: translateY(-50%) rotateZ(-180deg);
  -o-transform: translateY(-50%) rotateZ(-180deg);
  transform: translateY(-50%) rotateZ(-180deg);
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list {
  display: none;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li {
  border-bottom: none;
  padding: 0 20px 0 40px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a {
  display: block;
  padding: 8px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a:hover {
  color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li:hover {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-list ul li:hover .link,
#m-header .m-box .m-menu .m-content .m-list ul li:focus .link,
#m-header .m-box .m-menu .m-content .m-list ul li:active .link {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-language {
  text-align: center;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-language a {
  display: inline-block;
  text-align: center;
  padding: 10px;
}
#m-header .m-box .m-menu .m-content .m-language a img {
  height: 25px;
}
#m-header .m-box .m-menu .m-content .m-language a p {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}
#m-header .m-box .m-menu .m-content .m-contact {
  font-size: 14px;
  text-align: center;
  color: #777;
  padding: 20px;
  padding-top: 0;
}
#m-header .m-box .m-logo {
  display: inline-block;
  text-align: center;
  width: 33.3333333%;
  vertical-align: middle;
  margin: auto;
}
#m-header .m-box .m-logo img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
#m-header .m-box .m-login {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  text-align: right;
  margin-left: auto;
  font-size: 14px;
}
#m-header .m-box .m-login a:hover {
  color: #0D9BF2;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 999;
  color: #fff;
  width: 100%;
}
#banner ul li .text h3 {
  font-size: 3.4rem;
  line-height: 1.2;
  width: 60%;
  font-family: 'MB';
}
#banner ul li .text p {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 1.25rem;
  font-family: 'ML';
  text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.72);
}
#banner ul li .text .more {
  display: block;
  margin: 1.8rem 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  line-height: 44px;
  border: 1px solid #fff;
  width: 156px;
  height: 44px;
  position: relative;
  z-index: 1;
  font-family: 'MM';
}
#banner ul li .text .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .more:hover {
  color: #037cbc;
}
#banner ul li .text .more:hover::before {
  width: 100%;
}
#banner .prev {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  padding-left: 1.7rem;
}
#banner .prev .num {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 1rem;
}
#banner .prev .num span {
  display: inline-block;
}
#banner .prev .num span.active {
  font-size: 2.9rem;
  font-style: italic;
  line-height: 1;
  vertical-align: top;
  color: #037cbc;
  font-family: 'MYB';
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #037cbc;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
#index-body .more {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #037cbc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover{
  border-color: #037cbc;
  color: #fff;
}
#index-body .more:hover::before {
  width: 100%;
}
#index-body .product {
  background: url(../images/pb.png) no-repeat;
  overflow: hidden;
  padding-bottom: 2rem;
}
#index-body .product .header {
  background-color: #ffffff;
  border-top: 7px solid #85c226;
}
#index-body .product .header ul {
  display: flex;
  display: -webkit-box;  
  display: -moz-box;   
  display: -ms-flexbox; 
  display: -webkit-flex; 
  align-items: center;
  -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-direction: row;
   -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
   -webkit-box-flex-wrap: nowrap;
  -moz-box-fflex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.1);
}
#index-body .product .header ul li {
  text-align: center;
   height: 204px;
  line-height: 204px;
  /*padding: 2.45rem 0 2.9rem;*/
  /*box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.1);*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .header ul li img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .header ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.55rem;
  line-height: 1;
  color: #333;
  font-family: 'MSB';
  margin-left: 1.45rem;
}
#index-body .product .header ul li:hover {
  background-color: #f9f9f9;
}
#index-body .product .content {
  margin-top: 3.15rem;
}
#index-body .product .content ul {
  margin: 0 -10%;
}
#index-body .product .content ul .slick-slide {
  margin-right: 2.95rem;
  padding: 4rem 0;
}
#index-body .product .content ul .slick-current li {
  transform: scale(1.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content li {
  background-color: #fff;
  box-shadow: 5px 0 5px 1px rgba(51, 51, 51, 0.1);
  padding: 2rem 0 2.55rem;
  transform: scale(0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .left {
  padding: 3.85rem 0 0 5.1rem;
  color: #333;
}
#index-body .product .content li .left h3 {
  font-size: 26px;
  font-family: 'MB';
  line-height: 1.2;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 3;  
-webkit-box-orient: vertical; 
}
#index-body .product .content li .left .desc {
  font-size: 18px;
  font-weight: bold;
  font-family: 'MEL';
  line-height: 2;
  margin-top: 2rem;
}
#index-body .product .content li .left .more {
  display: block;
  font-size: 16px;
  font-family: 'MSB';
  width: 142px;
  height: 40px;
  border: solid 1px #333333;
  text-align: center;
  line-height: 40px;
  margin-top: 2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}
#index-body .product .content li .left .more:hover{
  border-color: #037cbc;
  color: #fff;
}
#index-body .about {
  padding: 5.3rem 0 6.25rem;
}
#index-body .about .box .img {
  width: 50.1%;
}
#index-body .about .box .text {
  width: 49.9%;
  padding: 0.2rem 0 0 2.4rem;
}
#index-body .about .box .text h3 {
  font-size: 2.45rem;
  font-family: 'MB';
  line-height: 1;
  color: #333;
}
#index-body .about .box .text h3 em {
  color: #85c226;
}
#index-body .about .box .text .desc {
  margin-top: 1.55rem;
  font-size: 16px;
  font-family: 'PM';
  line-height: 1.8;
  color: #666;
}
#index-body .about .box .text .data {
  background-color: #ffffff;
  margin-top: 1.95rem;
  margin-left: -25.8%;
  box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.1);
}
#index-body .about .box .text .data li {
  text-align: center;
  padding: 3.55rem 0 3.2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #333;
}
#index-body .about .box .text .data li h4 {
  font-size: 2rem;
  font-family: 'MB';
  line-height: 1;
  display: contents;
}
#index-body .about .box .text .data li h4 sub {
  font-size: 15px;
}
#index-body .about .box .text .data li p {
  font-size: 16px;
  font-family: 'MM';
  margin-top: 2.1rem;
}
#index-body .about .box .text .data li:hover {
  background-color: #007ec1;
  color: #fff;
}
#index-body .about .box .text .more {
  display: block;
  margin-top: 1.8rem;
  width: 142px;
  height: 40px;
  border: solid 1px #333333;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
}
#index-body .about .box .text .more:hover{
  border-color: #037cbc;
  color: #fff;
}
#index-body .video {
  background: url(../images/video.jpg) no-repeat;
  padding: 8.5rem 0 5.8rem;
}
#index-body .video .ui.container {
  max-width: 1434px;
  width: 100%;
}
#index-body .video .left {
  width: 65%;
}
#index-body .video .left h3 {
  font-size: 2.5rem;
  font-family: 'MB';
  color: #fff;
}
#index-body .video .left h3 em {
  color: #85c226;
}
#index-body .video .left .more {
  display: block;
  margin-top: 3.05rem;
  font-size: 16px;
  font-family: 'MSB';
  width: 142px;
  height: 40px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
                -moz-transition: .5s;
                -ms-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
}
#index-body .video .left .more:hover{
  border-color: #037cbc;
}
#index-body .video .right {
  width: 30%;
  padding: 1.25rem 0 0 0;
  text-align: center;
}
#index-body .video .right .play {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  border: solid 3px #f6f4ec;
  text-align: center;
  line-height: 102px;
  position: relative;
  margin: 0 auto;
}
#index-body .video .right .play img {
  vertical-align: middle;
  margin-left: 8px;
}
#index-body .video .right .play:after,
#index-body .video .right .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  border-radius: 50%;
  border: 1px solid #fff;
}
#index-body .video .right .play:after {
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  -ms-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .video .right p {
  margin-top: 3.3rem;
  font-size: 1.5rem;
  color: #fff;
  font-family: 'MSB';
  line-height: 1;
}
#index-body .news {
  padding: 8.5rem 0 4.6rem 0;
}
#index-body .news .ui.container {
  max-width: 1590px;
  width: 100%;
}
#index-body .news .content .left {
  width: 61.4%;
}
#index-body .news .content .left ul {
  margin-right: -1.8rem;
  padding-left: -0.1rem;
}
#index-body .news .content .left ul .slick-slide {
  margin-right: 1.8rem;
  padding-bottom: 1rem;
  padding-left: 0.1rem;
}
#index-body .news .content .left ul li {
  box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.1);
  background-color: #fff;
}
#index-body .news .content .left ul li .img img {
  width: 100%;
}
#index-body .news .content .left ul li .text {
  padding: 1.6rem 1.4rem 2rem 1.5rem;
  font-family: 'PR';
}
#index-body .news .content .left ul li .text h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #333;
}
#index-body .news .content .left ul li .text p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-top: 1.2rem;
}
#index-body .news .content .left ul li .text time {
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin-top: 1.5rem;
  display: block;
}
#index-body .news .content .right {
  width: 710px;
  height: 711px;
  margin: -3.5rem 0 0 -7%;
  padding: 9.7rem 0 0 11.25rem;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.1);
}
#index-body .news .content .right h3 {
  font-size: 2.5rem;
  font-family: 'MB';
  line-height: 1;
  color: #333;
}
#index-body .news .content .right h3 em {
  color: #85c226;
}
#index-body .news .content .right p {
  font-size: 16px;
  font-family: 'PM';
  line-height: 2.2;
  margin-top: 2.1rem;
  width: 70%;
}
#index-body .news .content .right .arrow {
  margin-top: 2rem;
}
#index-body .news .content .right .arrow .al {
  display: inline-block;
  cursor: pointer;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  text-align: center;
  line-height: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content .right .arrow .al img {
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content .right .arrow .al:hover {
  border: 1px solid #007ec1;
  background-color: #007ec1;
}
#index-body .news .content .right .arrow .al:hover img {
  filter: brightness(100);
}
#index-body .news .content .right .arrow .ar {
  display: inline-block;
  cursor: pointer;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  text-align: center;
  line-height: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 0.9rem;
}
#index-body .news .content .right .arrow .ar img {
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: 5px;
}
#index-body .news .content .right .arrow .ar:hover {
  border: 1px solid #007ec1;
  background-color: #007ec1;
}
#index-body .news .content .right .arrow .ar:hover img {
  filter: brightness(100);
}
#index-body .news .content .right .more {
  display: block;
  font-size: 16px;
  font-family: 'MSB';
  color: #333;
  width: 142px;
  height: 40px;
  border: solid 1px #333333;
  text-align: center;
  line-height: 40px;
  margin-top: 2.55rem;
  -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
}
#index-body .news .content .right .more:hover{
  border-color: #037cbc;
  color: #fff;
}
#footer {
  background-color: #333333;
  padding: 4.5rem 0 0 0;
  position: relative;
}
#footer .all .ui.container {
  max-width: 1590px;
  position: relative;
  margin: auto;
  padding: 0 15px;
  width: 100%;
}
#footer .f-box .left {
  width: 70%;
}
#footer .f-box .left h3 {
  font-size: 2.4rem;
  font-family: 'MR';
  line-height: 1;
  color: #86c224;
}
#footer .f-box .left p {
  margin-top: 1.85rem;
  font-size: 16px;
  font-family: 'ML';
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-box .left .list {
  margin-top: 3.1rem;
}
#footer .f-box .left .list li {
  margin-bottom: 1.5rem;
}
#footer .f-box .left .list li img {
  display: inline-block;
}
#footer .f-box .left .list li span {
  display: inline-block;
  font-size: 18px;
  font-family: 'ML';
  line-height: 1;
  margin-left: 1rem;
  color: #fff;
}
#footer .f-box .left .list li .tel {
  display: inline-block;
}
#footer .f-box .left .list li .mail {
  display: inline-block;
  margin-left: 3.5rem;
}
#footer .f-box .left .list li:last-child {
  margin-bottom: 0;
}
#footer .f-box .left .share {
  margin-top: 2.35rem;
}
#footer .f-box .left .share li {
  display: inline-block;
  width: 29px;
  height: 30px;
  background-color: #484848;
  border-radius: 50%;
  color: #999999;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  margin-right: 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-box .left .share li:last-child {
  margin-right: 0;
}
#footer .f-box .left .share li:hover {
  color: #86c224;
}
#footer .f-box .right {
  width: 30%;
  text-align: right;
}
#footer .f-box .right #ewm {
  margin-top: 1.8rem;
}
#footer .f-box .right #ewm img {
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  float: right;
}
#footer .f-nav {
  margin-top: 5.8rem;
  text-align: right;
  margin-right: -4rem;
}
#footer .f-nav ul li {
  display: inline-block;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.29);
  font-family: 'MSB';
  line-height: 1;
  margin-right: 2.55rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-nav ul li:last-child {
  margin-right: 0;
}
#footer .f-nav ul li:hover {
  color: #fff;
}
#footer .f-copy {
  margin-top: 1.05rem;
}
#footer .f-copy .ui.container{
  max-width: 1790px;
  width: 100%;
}
#footer .f-copy p {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1.25rem 0 1.4rem 4.25rem;
  font-size: 16px;
  font-family: 'MEL';
  color: #fff;
}
#footer .f-copy img{
  width: 11%;
}
#footer .f-copy svg {
  vertical-align: bottom;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
  margin-left: 2rem;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .f-copy svg:hover {
  fill: #007ec1;
}
.tops1 {
  position: absolute;
  bottom: 308px;
  right: 25px;
  width: 50px;
  height: 51px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.tops1 img {
  vertical-align: middle;
}
@media screen and (max-width: 1920px) {
  #mobile {
    left: -320px;
  }
}
@media screen and (max-width: 1890px) {
  #banner ul.slick-dots {
    left: 4%;
  }
}
@media screen and (max-width: 1750px) {
  #banner ul.slick-dots {
    left: 2%;
  }
}
@media screen and (max-width: 1600px) {
  #index-body .about .box .text h3 {
    font-size: 2rem;
  }
  #index-body .about .box .text .data li {
    padding: 2rem 0;
  }
  #index-body .news .content .right {
    margin: -3.5rem 0 0 -10%;
  }
  #footer .f-copy p {
    padding: 1.25rem 0 1.4rem 1.25rem;
  }
}
@media screen and (max-width: 1500px) {
  #index-body .news .content .right {
    width: 660px;
    height: 661px;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .news .content .right {
    width: 620px;
    height: 621px;
    margin: -2.5rem 0 0 -11%;
  }
  .top {
    bottom: 230px;
  }
}
@media screen and (max-width: 1280px) {
  #index-body .news .content .right {
    width: 580px;
    height: 581px;
    margin: -1.5rem 0 0 -16%;
  }
  #index-body .news .content .left ul li .text h3 {
    font-size: 17px;
  }
  #index-body .news .content .left ul li .text p {
    font-size: 14px;
  }
  #index-body .news .content .left ul li .text time {
    font-size: 14px;
  }
  #footer .f-copy img {
    width: 16%;
}
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .language {
    margin-left: 2rem;
  }
  #index-body .product .header ul li span {
    font-size: 1.5rem;
  }
  #index-body .about .box .text {
    padding: 0.2rem 0 0 1rem;
  }
  #index-body .about .box .text h3 {
    font-size: 28px;
  }
  #index-body .about .box .text .desc {
    font-size: 16px;
    line-height: 1.4;
  }
  #index-body .about .box .text .data {
    display: none;
  }
  #index-body .news .content .right {
    width: 520px;
    height: 521px;
    margin: -1.5rem 0 0 -16%;
  }
  #index-body .news .content .right h3 {
    font-size: 2rem;
  }
  #index-body .news .content .right p {
    font-size: 14px;
    width: 80%;
  }
  #index-body .news .content .right .more {
    font-size: 14px;
    width: 132px;
    height: 30px;
    line-height: 30px;
  }
  #footer .f-box .left .list li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  #mobile {
    left: -280px;
  }
  #banner ul li .text h3 {
    font-size: 3rem;
  }
  #banner ul li .text p {
    font-size: 16px;
  }
  #banner ul li .text .more {
    font-size: 16px;
    width: 130px;
    height: 30px;
    line-height: 30px;
  }
  #banner ul.slick-dots {
    bottom: 6%;
  }
  #banner ul.slick-dots li::after {
    width: 20px;
    height: 20px;
    top: -120%;
    left: -120%;
  }
  #index-body .product .header ul li{
    height: 104px;
    line-height: 104px;
  }
  #index-body .product .header ul li img {
    width: 20%;
  }
  #index-body .product .content ul {
    margin: 0;
  }
  #index-body .product .content ul .slick-slide {
    margin-right: 0;
  }
  #index-body .product .content ul .slick-current li {
    transform: scale(1);
  }
  #index-body .product .slick-prev {
    left: 10.5%;
  }
  #index-body .product .slick-next {
    right: 14%;
  }
  #index-body .product .content li .left h3 {
    font-size: 20px;
  }
  #index-body .product .content li .left .desc {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1rem;
  }
  #index-body .product .content li .left .more {
    font-size: 14px;
    width: 122px;
    height: 30px;
    line-height: 30px;
  }
  #index-body .product .content li .left {
    padding: 3.85rem 0 0 3.1rem;
  }
  #index-body .about .box .text h3 {
    font-size: 20px;
  }
  #index-body .about .box .text .desc {
    font-size: 14px;
  }
  #index-body .about .box .text .more {
    font-size: 14px;
    width: 122px;
    height: 30px;
    line-height: 30px;
  }
  #index-body .news .content .left {
    width: 100%;
  }
  #index-body .news .content .right {
    display: none;
  }
  #footer .f-box .left .list li .tel {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #footer .f-box .left .list li .mail {
    width: 100%;
    margin-left: 0;
  }
  #footer .f-box .left .list li span {
    width: 90%;
  }
  #footer .f-copy svg {
    margin-left: 0;
  }
  #footer .f-nav ul li {
    font-size: 16px;
  }
  .top {
    bottom: 200px;
  }
  #footer .f-copy img {
    width: 24%;
}
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 56%;
  }
  #banner ul li .text h3 {
    font-size: 2rem;
    width: 100%;
  }
  #banner ul li .text p {
    font-size: 14px;
    line-height: 1.2;
  }
  #banner ul li .text .more {
    font-size: 14px;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  #index-body .product .header ul {
    display: block;
  }
  #index-body .product .header ul li {
    width: 100%;
  }
  #index-body .product .content li .left {
    width: 50%;
    padding: 3.85rem 0 0 1rem;
  }
  #index-body .product .content li .left h3 {
    font-size: 16px;
  }
  #index-body .product .content li .left .desc {
    font-size: 14px;
    line-height: 1.4;
  }
  #index-body .product .content li .left .more {
    width: 100px;
  }
  #index-body .product .content li .right {
    width: 50%;
  }
  #index-body .product .content {
    margin-top: 0;
  }
  #index-body .about .box .img {
    display: none;
  }
  #index-body .about .box .text {
    width: 100%;
  }
  #index-body .about .box .text h3 {
    font-size: 18px;
  }
  #index-body .about .box .text .more {
    width: 100px;
  }
  #index-body .video {
    display: none;
  }
  #index-body .news {
    padding: 0 0 4rem 0;
  }
  #footer .f-box .left {
    width: 100%;
    margin-top: 8rem;
  }
  #footer .f-box .left p {
    font-size: 14px;
  }
  #footer .f-box .left .share {
    display: none;
  }
  #footer .f-box .left .list li span {
    font-size: 14px;
    width: 80%;
  }
  #footer .f-box .right {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 0;
  }
  #footer .f-box .right #ewm {
    display: none;
  }
  #footer .f-nav {
    display: none;
  }
  #footer .f-copy p {
    font-size: 14px;
    padding: 1.25rem 0 1.4rem 0;
  }
  .top {
    display: none;
  }
  #footer .f-copy img {
    width: 50%;
}
}

.inner-banner {
  height: 470px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 180px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.inner-banner h3 {
  font-size: 48px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'MB';
  margin-bottom: 10px;
}
.inner-banner .mbx {
  font-size: 18px;
  font-family: 'roboto-regular';
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #FFFFFF;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #2778cd;
}
.about-page2 .about-1 {
  padding: 130px 0;
}
.about-page2 .about-1 h2 {
  font-size: 38px;
  font-family: 'MB';
  line-height: 1.4;
}
.about-page2 .about-1 h2 span {
  color: #0065a4;
}
.about-page2 .about-1 .mml-text {
  font-size: 16px;
  line-height: 2;
  max-height: 380px;
  overflow-y: auto;
  text-align: justify;
  padding-right: 15px;
  margin-top: 20px;
  margin-bottom: 100px;
}
.about-page2 .about-1 .play {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #FFFFFF;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 90px;
  cursor: pointer;
}
.about-page2 .about-1 .play i {
  color: #0065a4;
  font-size: 30px;
  vertical-align: middle;
  margin-left: 3px;
}
.about-page2 .about-1 .play::before,
.about-page2 .about-1 .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page2 .about-1 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page2 .about-1 .box {
  margin: -15px;
}
.about-page2 .about-1 .left {
  width: 55%;
  padding: 15px;
}
.about-page2 .about-1 .right {
  width: 45%;
  padding: 15px;
}
.about-page2 .about-1 .history {
  max-width: 1100px;
  margin-left: auto;
  background-color: #f7f7f7;
  padding: 60px 0;
  margin-top: -100px;
  position: relative;
  z-index: 10;
}
.about-page2 .about-1 .history ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-page2 .about-1 .history ul li {
  text-align: center;
}
.about-page2 .about-1 .history ul li h2 {
  font-size: 50px;
  line-height: 1;
  font-family: 'roboto-bold';
  font-weight: bold;
  margin-bottom: 10px;
}
.about-page2 .about-1 .history ul li h2 sup {
  font-size: 30px;
}
.about-page2 .about-1 .history ul li p {
  font-size: 20px;
  font-family: 'roboto-regular';
}
.about-page2 .about-1 .history ul li:hover h2 {
  color: #0065a4;
}
.about-page2 .about-2 {
  padding: 10px 0;
  overflow: hidden;
}
.about-page2 .about-2 .arrow-l,
.about-page2 .about-2 .arrow-r {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #FFFFFF;
  font-size: 30px;
  cursor: pointer;
}
.about-page2 .about-2 .arrow-l:hover,
.about-page2 .about-2 .arrow-r:hover {
  background-color: #0a4e7b;
  color: #FFFFFF;
}
.about-page2 .about-2 h2 {
  font-size: 47px;
  color: #FFFFFF;
  font-family: 'MB';
}
.about-page2 .about-2 .mml-text {
  font-size: 20px;
  color: #FFFFFF;
  font-family: 'MB';
  margin-top: 10px;
  margin-bottom: 30px;
}
.about-page2 .about-2 > .grid-box {
  background-color: #0f6aa7;
}
.about-page2 .about-2 .left {
  width: 30%;
  vertical-align: middle;
}
.about-page2 .about-2 .left .content {
  margin-left: auto;
  max-width: 350px;
  padding-left: 15px;
  padding-right: 40px;
}
.about-page2 .about-2 .right {
  width: 70%;
  vertical-align: middle;
  background-color: #FFFFFF;
}
.about-page2 .about-2 .right ul {
  margin: -5px;
}
.about-page2 .about-2 .right ul li {
  padding: 5px;
}
.about-page2 .about-2 .right .img {
  height: 440px;
}
.about-page2 .about-2 .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page2 .about-3 {
  background: url(../images/about-3-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 140px 0 90px;
  overflow: hidden;
}
.about-page2 .about-3 h2 {
  text-align: right;
  font-size: 52px;
  font-family: 'roboto-bold';
  color: #0f6aa7;
}
.about-page2 .about-3 h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 2px;
  background-color: #0f6aa7;
  margin: 0 15px;
}
.about-page2 .about-3 .top .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 6%;
}
.about-page2 .about-3 .top .right {
  width: 50%;
  vertical-align: middle;
}
.about-page2 .about-3 .top .right ul {
  margin: -25px;
}
.about-page2 .about-3 .top .right ul li {
  padding: 25px;
}
.about-page2 .about-3 .bottom {
  padding-top: 70px;
}
.about-page2 .about-3 .bottom .hline {
  height: 1px;
  background-color: #0f6aa7;
  margin: 10px 0;
}
.about-page2 .about-3 .bottom ul {
  margin: -20px;
}
.about-page2 .about-3 .bottom ul li {
  width: 25%;
  padding: 20px;
}
.about-page2 .about-3 .bottom ul li .title {
  font-size: 36px;
  font-family: 'roboto-bold';
}
.about-page2 .about-3 .bottom ul li .title img {
  vertical-align: text-bottom;
}
.about-page2 .about-4 {
  padding: 50px 0;
  background-color: #f7f7f7;
}
.about-page2 .about-4 h2 {
  font-size: 34px;
  font-family: 'roboto-bold';
}
.about-page2 .about-4 .mml-text {
  max-width: 950px;
  margin: 20px auto;
}
.about-page2 .about-4 a.contact {
  display: inline-block;
  font-size: 14px;
  border: 1px solid black;
  padding: 10px 60px;
  font-family: 'roboto-regular';
}
.about-page2 .about-4 a.contact:hover {
  border-color: #0f6aa7;
  background-color: #0f6aa7;
  color: #FFFFFF;
}
@media screen and (max-width: 1450px) {
  .about-page2 .about-3 .bottom ul li .title {
    font-size: 30px;
  }
  .about-page2 .about-3 .bottom ul li .title i {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .about-page2 .about-1 h2 {
    font-size: 24px;
  }
  .about-page2 .about-1 .mml-text {
    line-height: 1.5;
    max-height: 300px;
    margin: 20px 0;
  }
  .about-page2 .about-1 .history {
    margin-top: 0;
    padding: 30px 0;
  }
  .about-page2 .about-1 .history ul li h2 {
    font-size: 40px;
  }
  .about-page2 .about-1 .history ul li p {
    font-size: 16px;
  }
  .about-page2 .about-2 h2 {
    font-size: 30px;
  }
  .about-page2 .about-2 .mml-text {
    font-size: 16px;
  }
  .about-page2 .about-3 h2 {
    font-size: 30px;
  }
  .about-page2 .about-3 .top .right ul {
    margin: -10px;
  }
  .about-page2 .about-3 .top .right ul li {
    padding: 10px;
  }
  .about-page2 .about-3 .bottom ul li .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page2 .about-1 .left {
    width: 100%;
  }
  .about-page2 .about-1 .right {
    width: 100%;
  }
  .about-page2 .about-1 .history ul li h2 {
    font-size: 30px;
  }
  .about-page2 .about-1 .history ul li h2 sup {
    font-size: 18px;
  }
  .about-page2 .about-2 .left {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .about-page2 .about-2 .left .content {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-page2 .about-2 .right {
    width: 100%;
  }
  .about-page2 .about-2 .right .img {
    height: auto;
  }
  .about-page2 .about-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page2 .about-3 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page2 .about-3 .bottom ul li {
    width: 50%;
  }
  .about-page2 .about-1 {
    padding: 70px 0;
  }
  .about-page2 .about-3 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page2 .about-1 .history ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page2 .about-1 .history ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-page2 .about-3 .bottom ul li {
    width: 100%;
  }
  .about-page2 .about-4 h2 {
    font-size: 24px;
  }
}






/*.faq-page{
  margin-top: 3rem;
}*/

.inner-page p {
  font-size: 16px;
}
.inner-page h2 {
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
  font-family: 'MB';
}
.inner-page span.title {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #656565;
  padding: 0.75rem 1.2rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.15rem, #e62129), color-stop(2.15rem, transparent));
  background: -webkit-linear-gradient(left, #e62129 2.15rem, transparent 2.15rem);
  background: -moz-linear-gradient(left, #e62129 2.15rem, transparent 2.15rem);
  background: linear-gradient(to right, #e62129 2.15rem, transparent 2.15rem);
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #037cbc none repeat scroll 0 0;
    color: #fff;
}

.solutions-page .solutions-1 {
  padding: 7.25rem 0 5.5rem;
}
.solutions-page .solutions-1 .solutions-content {
  max-width: 1200px;
  margin: 0 auto;
}
.solutions-page .solutions-1 .solutions-content .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solutions-page .solutions-1 .solutions-content .top .left {
  width: 50%;
  padding-right: 1.5rem;
  padding-left: 1rem;
  position: relative;
}
.solutions-page .solutions-1 .solutions-content .top .left::after {
  position: absolute;
  content: "Solutions";
  font-size: 10rem;
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px #dbdbdb;
  right: -5%;
  top: 0;
  z-index: -1;
}
.solutions-page .solutions-1 .solutions-content .top .left .content {
  max-width: 505px;
}
.solutions-page .solutions-1 .solutions-content .top .left .content h2 {
  margin: 1.5rem 0 2.25rem;
}
.solutions-page .solutions-1 .solutions-content .top .left .content p {
  font-size: 1rem;
  line-height: 1.5;
  color: #5a5a5a;
}
.solutions-page .solutions-1 .solutions-content .top .right {
  width: 50%;
  text-align: right;
}
.solutions-page .solutions-1 .solutions-content .bottom {
  margin-top: 5.75rem;
}
.solutions-page .solutions-1 .solutions-content .bottom h2 {
  text-align: center;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox {
  margin-top: 3.5rem;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide {
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 15px 0;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .s-img {
  overflow: hidden;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .s-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .s-img img {
  width: 100%;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content {
  padding: 1.5rem 1.5rem 1.25rem;
  background: #f5f5f5;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content h4 {
  font-size: 1.2rem;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1rem;
  text-align: center;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content p {
  height: 130px;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
  color: #333333;
  font-size: 0.9rem;
  text-align: center;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content a {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e62129;
  font-size: 0.85rem;
  line-height: 1;
  color: #333333;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active {
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content {
  background: #037cbc;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content h4 {
  color: #fff;
  border-bottom: 1px solid #4b5f90;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content p {
  height: 160px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #fff;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -0.6rem;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-prev,
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-next {
  width: 79px;
  height: 82px;
  position: relative;
  margin-top: 0;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-prev {
  background: url(../images/s-left.png) no-repeat center center;
  left: 0;
}
.solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-next {
  background: url(../images/s-right.png) no-repeat center center;
  right: 0;
}
.solutions-page .solutions-2 {
  padding-bottom: 8.5rem;
}
.solutions-page .solutions-2 h2 {
  text-align: center;
}
.solutions-page .solutions-2 .process-list {
  max-width: 1320px;
  margin: 5.75rem auto 0;
}
.solutions-page .solutions-2 .process-list .item {
  margin-bottom: 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solutions-page .solutions-2 .process-list .item:last-child {
  margin-bottom: 0;
}
.solutions-page .solutions-2 .process-list .item .left {
  width: 50%;
  padding-right: 0.75rem;
  position: relative;
}
.solutions-page .solutions-2 .process-list .item .left::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 22.75rem;
  background: #e62129;
  left: 32px;
  top: 3.5rem;
  z-index: -1;
}
.solutions-page .solutions-2 .process-list .item .left ul li {
  padding-left: 5.5rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.solutions-page .solutions-2 .process-list .item .left ul li:first-child::after {
  width: 65px;
  height: 65px;
  background: #037cbc;
  left: 0;
  top: 10px;
  font-size: 2.05rem;
}
.solutions-page .solutions-2 .process-list .item .left ul li::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.9rem;
  line-height: 1;
  color: #fff;
  font-family: 'MB';
  background: #e62129;
  left: 10px;
  top: 15px;
}
.solutions-page .solutions-2 .process-list .item .left ul li:last-child {
  margin-bottom: 0;
}
.solutions-page .solutions-2 .process-list .item .left ul li p {
  padding: 1.1rem 2.25rem 1.1rem 1.1rem;
  background: #f5f5f5;
  font-size: 0.9rem;
  line-height: 2;
  color: #666666;
  position: relative;
}
.solutions-page .solutions-2 .process-list .item .left ul li p::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #f5f5f5;
  right: 100%;
  top: 1.75rem;
  border-bottom: 10px solid transparent;
}
.solutions-page .solutions-2 .process-list .item .right {
  width: 50%;
  padding-left: 0.75rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(1) .left ul li:nth-child(1)::after {
  content: "1";
}
.solutions-page .solutions-2 .process-list .item:nth-child(1) .left ul li:nth-child(2)::after {
  content: "2";
}
.solutions-page .solutions-2 .process-list .item:nth-child(1) .left ul li:nth-child(3)::after {
  content: "3";
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left {
  padding-right: 0;
  padding-left: 0.75rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left::after {
  top: auto;
  bottom: -5rem;
  height: 700px;
  left: auto;
  right: 32px;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li {
  padding-left: 0;
  padding-right: 5.5rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:first-child::after {
  right: 0;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li::after {
  left: auto;
  right: 10px;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li p {
  padding: 1.1rem 1.1rem 1.1rem 2.25rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li p::after {
  border-top: 10px solid transparent;
  border-right: 0 solid #f5f5f5;
  border-left: 10px solid #f5f5f5;
  right: auto;
  left: 100%;
  top: 1.75rem;
  border-bottom: 10px solid transparent;
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:nth-child(1)::after {
  content: "4";
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:nth-child(2)::after {
  content: "5";
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:nth-child(3)::after {
  content: "6";
}
.solutions-page .solutions-2 .process-list .item:nth-child(2) .right {
  padding-left: 0;
  text-align: right;
  padding-right: 0.75rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(3) {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.solutions-page .solutions-2 .process-list .item:nth-child(3) .left::after {
  top: auto;
  bottom: 5rem;
}
.solutions-page .solutions-2 .process-list .item:nth-child(3) .left ul li:nth-child(1)::after {
  content: "7";
}
.solutions-page .solutions-2 .process-list .item:nth-child(3) .left ul li:nth-child(2)::after {
  content: "8";
}
.solutions-page .solutions-3 {
  padding-bottom: 6.5rem;
  position: relative;
}
.solutions-page .solutions-3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  left: 0;
  top: 4rem;
  background: #f5f5f5;
  z-index: -1;
}
.solutions-page .solutions-3 .advantage-box .swiper-container {
  padding: 5px;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide {
  padding: 1.75rem 1.25rem;
  border-bottom: 6px solid #037cbc;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.solutions-page .solutions-3 .advantage-box .swiper-slide:hover img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.solutions-page .solutions-3 .advantage-box .swiper-slide span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 60px;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide span img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide h4 {
  font-size: 1.2rem;
  line-height: 1;
  color: #333333;
  margin: 1rem 0 0.5rem;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #7c7c7c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.solutions-page .solutions-3 .advantage-box .swiper-slide a {
  display: inline-block;
  padding-bottom: .25rem;
  border-bottom: 2px solid #e62129;
  font-size: 0.85rem;
  line-height: 1;
  color: #333333;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 1.25rem;
}
.solutions-page .solutions-3 .solutions-form {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin: 6.25rem auto 0;
  max-width: 1200px;
  background: #fff;
  padding: 3.25rem 2.5rem 2.5rem 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutions-page .solutions-3 .solutions-form .left {
  width: 55.5%;
}
.solutions-page .solutions-3 .solutions-form .left h3 {
  font-size: 1.523rem;
  line-height: 1;
  color: #333333;
}
.solutions-page .solutions-3 .solutions-form .left form {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solutions-page .solutions-3 .solutions-form .left form input {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  font-size: 16.24px;
  color: #000;
  border: none;
  background: #f8f8fa;
  margin-bottom: 0.8rem;
}
.solutions-page .solutions-3 .solutions-form .left form input[name="mail"] {
  width: 48%;
}
.solutions-page .solutions-3 .solutions-form .left form input[name="phone"] {
  width: 48%;
}
.solutions-page .solutions-3 .solutions-form .left form input[name="date"] {
  width: 48%;
}
.solutions-page .solutions-3 .solutions-form .left form input[name="time"] {
  width: 48%;
  margin-bottom: 30px;
}
.solutions-page .solutions-3 .solutions-form .left form input[type="submit"] {
  width: 188px;
  height: 58px;
  background: #e62129;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-family: 'MB';
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
  position: relative;
}
.solutions-page .solutions-3 .solutions-form .left form input[type="submit"]:hover {
  background: #000;
}
.solutions-page .solutions-3 .solutions-form .left form .submit {
  display: inline-block;
  position: relative;
}
.solutions-page .solutions-3 .solutions-form .left form .submit::after {
  position: absolute;
  content: "";
  width: 164px;
  height: 2px;
  background: #e62129;
  right: -13px;
  bottom: -8px;
}
.solutions-page .solutions-3 .solutions-form .left form .submit::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 58px;
  background: #e62129;
  right: -7px;
  bottom: -15px;
}
.solutions-page .solutions-3 .solutions-form .right {
  width: 44.5%;
  text-align: right;
  padding-left: 1.5rem;
}
.news-page .news-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-page .news-nav ul li {
  width: 33.333%;
}
.news-page .news-nav ul li:last-child a {
  border-right: 0 solid #fff;
}
.news-page .news-nav ul li a {
  display: block;
  padding: 2.25rem 0.75rem;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  color: #333333;
  background: #eeeeee;
  border-right: 2px solid #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-nav ul li a:hover {
  background: #d3d3d3;
}
.news-page .news-nav ul li.active a {
  background: #d3d3d3;
}
.news-page .news-box {
  padding: 7.5rem 0 5rem;
}
.news-page .news-list ul {
    margin: -15px;
}
.news-page .news-list ul li {
    padding: 15px;
}
.news-page .news-list ul li:last-child {
    margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
    display: block;
}
.news-page .news-list ul li a.img-box img {
    width: 100%;
}

.news-page .news-list ul li .box .content time {
    display: block;
    font-size: 14px;
    margin: 20px 0;
}
.news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    font-family: 'MB';
}
.news-page .news-list ul li .box .content h3 a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.news-page .news-list ul li .box .content h3:hover {
    color: #037cbc;
}
.news-page .news-list ul li .box .content a.more {
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin-top: 20px;
    display: inline-block;
    color: #037cbc;
    border-left: 1px solid #037cbc;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
    -webkit-transition: 0.5s padding-left;
    -moz-transition: 0.5s padding-left;
    -ms-transition: 0.5s padding-left;
    -o-transition: 0.5s padding-left;
    transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
    color: #111;
    border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
    padding-left: 5px;
}


.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
  color: #111;
    text-transform: capitalize;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #de7b22 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
}
.newdet-page .news-content .content{
  font-size: 16px;
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #de7b22;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 25px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  font-size: 16px;
  color: #000003;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #de7b22;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #de7b22;
  text-decoration: underline;
}
.gal-page{
  padding: 5rem 0;
}
.gal-page li {
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}
.gal-page li>a{
  display: block;
}
.gal-page li .content{
  margin-top: 15px;
}
.gal-page li .content h4{
  font-size: 1.2rem;
}
.faq-page h3 {
    font-size:20px;
    color:#333;
    line-height:24px;
    padding:3px 0
}
.faq-page p,
.faq-page .text div {
    font-size:14px;
    color:#777;
    line-height:24px
}
.faq-page .tops {
    padding:80px 0 60px
}
.faq-page .bottom {
    padding-bottom:80px
}
.faq-page .bottom ul li {
    margin-bottom:10px;
    border:1px solid #efefef;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s
}
.faq-page .bottom ul li:last-child {
    margin-bottom:0
}
.faq-page .bottom ul li h3 {
    background:#f8f8f8;
    padding:13px 30px 13px 10px;
    position:relative;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    cursor:pointer;
}
.faq-page .bottom ul li h3:after {
    content:"\f067";
    font-family:"FontAwesome";
    color:#999;
    font-size:14px;
    position:absolute;
    right:10px;
    top:3px;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.faq-page .bottom ul li .text {
    padding:15px 20px;
    display:none;
    background: #fff;
    font-family: Arial;
    font-size: 16px;
}
.faq-page .bottom ul li.active {
    border-color:#037cbc;
}
.faq-page .bottom ul li.active h3 {
    background:#037cbc;
    color:#fff;
}
.faq-page .bottom ul li.active h3:after {
    content:"\f068";
    color:#fff;
}
.contact-page {
  padding: 0;
}
.contact-page .contact-message {
  padding-bottom: 80px;
}
.contact-page .contact-message .grid-box {
  padding: 0 10%;
}
.contact-page .contact-message .column {
  vertical-align: middle;
}
.contact-page .contact-message .column:nth-child(1) {
  width: 55%;
}
.contact-page .contact-message .column:nth-child(1) h2 {
  font-weight: 700;
  font-size: 36px;
  color: #037cbc;
  margin-bottom: 1rem;
  padding-top: 2rem;
}
.contact-page .contact-message .column:nth-child(1) p {
  color: #6b6b6b;
}
.contact-page .contact-message .column:nth-child(1) form {
  margin-top: 30px;
}
.contact-page .contact-message .column:nth-child(1) form ul li {
  margin-bottom: 20px;
}
.contact-page .contact-message .column:nth-child(1) form ul li input,
.contact-page .contact-message .column:nth-child(1) form ul li textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #eee;
  outline: none;
  padding: 10px;
  font-size: 14px;
  color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li textarea{
  height: 120px;
}
.contact-page .contact-message .column:nth-child(1) form ul li input ::-webkit-input-placeholder,
.contact-page .contact-message .column:nth-child(1) form ul li textarea ::-webkit-input-placeholder {
  color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li input :-moz-placeholder,
.contact-page .contact-message .column:nth-child(1) form ul li textarea :-moz-placeholder {
  color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li input ::-moz-placeholder,
.contact-page .contact-message .column:nth-child(1) form ul li textarea ::-moz-placeholder {
  color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li input :-ms-input-placeholder,
.contact-page .contact-message .column:nth-child(1) form ul li textarea :-ms-input-placeholder {
  color: #a6abaa;
}
.contact-page .contact-message .column:nth-child(1) form ul li input[type="submit"] {
  background: #037cbc;
  border: none;
  color: #fff;
  padding: 20px;
  width: 200px;
  text-transform: uppercase;
}
.contact-page .contact-message .column:nth-child(2) {
  width: 45%;
  padding-left: 3%;
}
.contact-page .contact-message .column:nth-child(2) .message {
  padding: 60px;
  background: #037cbc;
  background-size: cover;
  margin-top: -78px;
  color: #fff;
}
.contact-page .contact-message .column:nth-child(2) .message h3 {
  font-size: 15px;
  color: #fff;
}
.contact-page .contact-message .column:nth-child(2) .message h2 {
  font-size: 36px;
  margin: 20px 0;
  color: #fff;
}
.contact-page .contact-message .column:nth-child(2) .message p {
  color: #fff;
  line-height: 30px;
}
.contact-page .contact-message .column:nth-child(2) .message ul {
  margin-top: 30px;
}
.contact-page .contact-message .column:nth-child(2) .message ul li {
  margin: 10px 0;
  font-size: 15px;
  line-height: 30px;
  padding-left: 40px;
}

@media screen and (max-width: 1230px) {
  .solutions-page .solutions-3 .advantage-box .swiper-slide p {
    height: 36px;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content p {
    height: 70px;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content p {
    height: 100px;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li:first-child::after {
    width: 45px;
    height: 45px;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li::after {
    width: 35px;
    height: 35px;
    left: 5px;
  }
  .solutions-page .solutions-2 .process-list .item .left::after {
    left: 21px;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li::after {
    right: 5px;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left::after {
    right: 21px;
  }

  .contact-page .contact-message .column:nth-child(2) .message h2 {
    font-size: 20px;
    margin: 10px 0;
  }
  .contact-page .contact-message .column:nth-child(1) h2 {
    font-size: 20px;
  }
  .news-page .news-list ul li .box .content h3 {
        font-size: 20px;
        line-height: 24px;
    }
  .contact-page .contact-message .grid-box {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    height: 300px;
    padding-top: 80px;
  }
  .inner-banner h3{
    font-size: 30px;
  }
  .inner-banner .mbx{
    font-size: 16px;
  }
  .mbx {
    font-size: 16px;
  }
  .mbx a:first-child::before {
    font-size: 20px;
  }

  .contact-page .contact-message .column:nth-child(1),
  .contact-page .contact-message .column:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  .contact-page .contact-message .column:nth-child(1) {
    padding-top: 30px;
  }
  .contact-page .contact-message .column:nth-child(2) .message {
    margin-top: 0;
  }
  .news-page .news-list ul li .box .content a.more {
        font-size: 14px;
        padding: 2px 0 2px 15px;
    }.news-page .news-list ul li{
        width: 50%!important;
    }
}
@media screen and (max-width: 700px) {
  .inner-banner{
    height: 250px;
    padding-top: 50px;
  }
  .inner-banner h3{
    font-size: 20px;
  }
  .inner-banner .mbx{
    font-size: 14px;
  }
  .newdet-page {
    padding: 20px 0;
  }
  .mbx {
    font-size: 14px;
  }
  .mbx a:first-child::before {
    font-size: 16px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .mbx {
    padding: 10px 0;
  }
  .solutions-page .solutions-1 .solutions-content .top .left {
    width: 100%;
  }
  .solutions-page .solutions-1 .solutions-content .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .solutions-page .solutions-1 .solutions-content .top .left .content p {
    font-size: 14px;
  }
  .solutions-page .solutions-2 .process-list .item .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .solutions-page .solutions-2 .process-list .item .right {
    width: 100%;
    padding-left: 0;
  }
  .solutions-page .solutions-3 .solutions-form .right {
    display: none;
  }
  .solutions-page .solutions-3 .solutions-form .left {
    width: 100%;
  }
  .solutions-page .solutions-3 .solutions-form {
    padding: 7rem 5rem;
  }
  .solutions-page .solutions-3 .solutions-form .left h3 {
    font-size: 24px;
  }
  .solutions-page .solutions-3 .solutions-form .left form input[type="submit"] {
    height: 45px;
  }

  .contact-page .contact-message .column:nth-child(2) .message {
    padding: 30px;
  }
  .gal-page li .content h4{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .inner-text h2::after {
    height: 2px;
  }
  .inner-banner .inner-text h2 {
    font-size: 6rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
  .inner-page h2 {
    font-size: 24px;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li:first-child::after {
    width: 30px;
    height: 30px;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li::after {
    width: 30px;
    height: 30px;
    left: 0;
  }
  .solutions-page .solutions-2 .process-list .item .left::after {
    display: none;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li::after {
    right: 0;
  }
  .solutions-page .solutions-3 .solutions-form .left form input {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .solutions-page .solutions-3 .solutions-form .left form input[type="submit"] {
    height: 35px;
    width: 150px;
    font-size: 14px;
  }
  .news-page .news-nav {
    display: none;
  }
  
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .news-page .news-list ul li {
    width: 100%!important;
  }
  .news-page .news-list ul li .box .content h3{
    height: 42px;
  }

}




.product-page {
    padding: 150px 0 60px;
}
.product-page .side-right .tops {
    display: block;
    text-align: right;
    margin-bottom: 80px;
}
.product-page .side-right .tops .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.product-page .side-right .tops .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page .side-right .tops .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: none;
}
.product-page .side-right .tops .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .tops .form input:-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .tops .form input::-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .tops .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .tops .form input:focus {
    border-color: #037cbc;
}
.product-page .side-right .tops .form input[type="submit"] {
    width: 36px;
    border-bottom: none;
    background: url("../images/icon-search2.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.product-page .side-right .tops .show {
    display: inline-block!important;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px;
}
.product-page .side-right .tops .show span {
    line-height: 36px;
    height: 36px;
    padding: 0 26px;
    border: 1px solid #747a84;
    display: inline-block;
    font-size: 14px;
    color: #444;
    border-radius: 18px;
}
.product-page .side-right .tops .show ul {
    position: absolute;
    border: 1px solid #eee;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
    background: white;
    display: none;
}
.product-page .side-right .tops .show ul li {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .tops .show ul li:last-child {
    border-bottom: none;
}
.product-page .side-right .tops .show ul li:hover {
    color: #037cbc;
}
.product-page .side-right .top .show:hover ul {
    display: block;
}
.product-page .side-right .tops .listBox {
    display: inline-block;
    vertical-align: middle;
}
.product-page .side-right .tops .listBox span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.product-page .side-right .tops .listBox span.list {
    margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
    margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
    padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
    display: block;
    box-shadow: 0 0 10px 0 #ccc;
    text-align: center;
}
.product-page .side-right .bottom .block ul li h4 {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #101010;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .block ul li:hover h4 {
    color: #037cbc;
}
.product-page .side-right .bottom .list {
    display: none;
}
.product-page .side-right .bottom .list ul li {
    margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
    margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
    width: 30%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
    display: block;
}
.product-page .side-right .bottom .list ul li .text {
    width: 70%;
    padding-left: 5%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
    font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #037cbc;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
    background: #222;
}



.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.inner-page .side-contact {
    padding: 26px 26px 32px 20px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}
.inner-page .side-tit {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.side-contact-btn {
    background: #69b5df;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
}
.inner-page .side-contact li i.fa {
    float: left;
    width: 8%;
    font-size: 16px;
    text-align: center;
}
.inner-page .side-contact{
  margin-top: 19px;
  padding-right: 35px;
  padding-left: 19px;
}
.inner-page .side-contact .side-tit{
	margin-bottom: 13px;
}
.inner-page .side-contact li:first-child{
	border-top: 1px solid #d1d1d1;
}
.inner-page .side-contact li{
	padding: 20px 0 18px;
	border-bottom: 1px solid #d1d1d1;
}
.inner-page .side-contact li i.icon{
	float: left;
	width: 8%;
	font-size: 16px;
}
.inner-page .side-contact li span{
	float: right;
	width: 88%;
	font-size: 14px;
	color: #000000;
  font-family: "arial";
}


.inner-page {
    position: relative;
    z-index: 2;
}
.inner-page .sideBox .side-left {
    width: 23%;
    padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 80px;
}
.inner-page .sideBox .side-left .box ul li a {
    display: block;
    padding: 5px 35px 5px 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.inner-page .sideBox .side-left .box ul li a i {
    position: absolute;
    right: 15px;
    top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
    display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
    background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
    width: 77%;
}



/*.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 50%;
  vertical-align: middle;
  text-align: center;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 50%;
}
.prodet-page .product-box .prodet-1 .right ul.image-gallery {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .right ul.image-gallery li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .right ul.image-gallery li i,
.prodet-page .product-box .prodet-1 .right ul.image-gallery li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .right ul.image-gallery li img {
  display: block;
  border: 1px solid #eee;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .right ul.image-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .right ul.image-gallery .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .right ul.image-gallery .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 60px;
  width: 50%;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right strong{
  font-weight: bold;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 36px;
  font-family: 'roboto-bold';
}


.prodet-page .product-box .prodet-1 .play {
  position: relative;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: rgba(39, 120, 205, 0.7);
  color: white;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
}
.prodet-page .product-box .prodet-1 .play img {
  vertical-align: middle;
  margin-left: 3px;
}
.prodet-page .product-box .prodet-1 .play::before,
.prodet-page .product-box .prodet-1 .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(39, 120, 205, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.prodet-page .product-box .prodet-1 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}



.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  margin: 0 15px;
  line-height: 55px;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #2778cd;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: #2778cd;
  display: block;
}
.prodet-page .product-box .prodet-1 .right .bottom{
  margin: 40px 0;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 55px;
  height: 55px;
  background: #2778cd;
  color: white;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  border-bottom: 1px solid #dadada;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  padding: 10px 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #2778cd;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret strong{
  font-weight: bold;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  font-size: 14px;
  word-break: break-word;
  white-space: nowrap;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
  border-bottom: 1px solid #dadada;
}
.prodet-page .product-box .prodet-3 h3.title span{
  display: inline-block;
  background-color: #2778cd;
  color: white;
  padding: 10px 20px;
}

.prodet-page .product-box .prodet-3 .box{
  margin-top: 60px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-slide img{
  display: inline-block;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
  border: 2px solid #ebeaea;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #2778cd;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #2778cd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #2778cd;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #2778cd;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #2778cd;
}*/


.txt-upp{
  text-transform: uppercase;
}

.testing-page .test-1{
  padding-top: 80px;
}
.testing-page .test-1 .list{
  margin-top: 80px;
}
.testing-page .test-1 .list ul{
  margin: -5px;
}
.testing-page .test-1 .list ul li{
  padding: 5px;
}


.testing-page .test-2 .container{
  max-width: 1700px;
}
.testing-page .test-2 .list ul{
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
}
.testing-page .test-2 .list ul li{
  width: 50%;
}
.testing-page .test-2 .list ul li .mml-text{
  padding: 0 10%;
}

.testing-page .test-2 .list .item:nth-child(even) ul{
  flex-flow: row-reverse;
}

.testing-page .test-2 .list .item:nth-child(2) ~ .item{
  display: none;
}

.testing-page .test-2 .list h3{
  font-size: 4.4rem;
  font-family: 'roboto-bold';
}

.line{
  width: 90px;
  height: 5px;
  background-color: #2778cd;
}
.line.txt-center{
  display: inline-block;
}

.testing-page .test-3{
  padding: 80px 0;
  background-color: #eee;
}


.r-d-page .mml-text{
  background-color: #f9f9f9;
  height: 290px;
  padding: 60px 35px 0;
  text-align: left;
}
.r-d-page .mml-text h4{
  font-size: 25px;
  font-weight: bold;
}

.r-d-page .img{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.r-d-page .r-d-1{
  padding: 12rem 0;
}
.r-d-page .r-d-1 ul li:nth-child(1),
.r-d-page .r-d-1 ul li:nth-child(3){
  width: 30%;
}
.r-d-page .r-d-1 ul li:nth-child(2){
  width: 40%;
}

.r-d-page .r-d-1 ul{
  margin: -5px;
}
.r-d-page .r-d-1 ul li{
  padding: 5px;
}


@media screen and (max-width: 1000px) {
  .r-d-page .img{
    display: none;
  }

  .r-d-page .r-d-1 ul li{
    width: 100%!important;
  }

  .testing-page .test-2 .list ul{
    display: block;
  }
  .testing-page .test-2 .list ul li{
    width: 100%;
  }
  .testing-page .test-2 .list ul li .mml-text{
    padding: 5%;
  }

  .testing-page .test-2 .container{
    max-width: 700px;
  }
  .product-page {
    padding: 50px 0 50px;
}
  .inner-page .sideBox .side-left{
    display: none;
  }
  .inner-page .sideBox .side-right{
    width: 100%;
  }
  .product-page .side-right .tops{
    display: none;
  }
}

.prodet-page .prodet-1 {
  padding: 4.25rem 0 6.25rem;
}
.prodet-page .prodet-1 .tops {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .prodet-1 h2{
font-size: 1.4rem;
    line-height: 1;
    color: #333;
    font-family: 'MB';
}
.prodet-page .prodet-1 .tops form {
  width: 18.4rem;
  position: relative;
}
.prodet-page .prodet-1 .tops form input[type="text"] {
  width: 100%;
  height: 38px;
  padding: 0 1rem;
  font-size: 17px;
  color: #000;
  font-family: 'assistant-regular';
  border: none;
  border-bottom: 2px solid #ebeaea;
}
.prodet-page .prodet-1 .tops form input[type="submit"] {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 100%;
  border: none;
  background: url(../images/icon-search2.png) no-repeat center center #f7f7f7;
}
.prodet-page .prodet-1 .product-box {
  margin-top: 4.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.prodet-page .prodet-1 .product-box .left {
  width: 37%;
}
.prodet-page .prodet-1 .product-box .left .bg-img {
  display: inline-block;
  border: 4px solid #e8e8e8;
  width: 100%;
  text-align: center;
}
.prodet-page .prodet-1 .product-box .left .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}
.prodet-page .prodet-1 .product-box .left .icon a {
  margin-right: 1.25rem;
  color: #383838;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .product-box .left .icon a:hover {
  color: #037cbc;
}
.prodet-page .prodet-1 .product-box .left .icon .fa {
  font-size: 1.2rem;
}
.prodet-page .prodet-1 .product-box .left .icon .qr {
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-1 .product-box .left .icon .qr:hover #ewm {
  opacity: 1;
}
.prodet-page .prodet-1 .product-box .left .icon .qr #ewm {
  width: 120px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 120%;
  opacity: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .product-box .right {
  width: 63%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .product-box .right .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
  position: relative;
}
.prodet-page .prodet-1 .product-box .right .content .info {
  max-width: 475px;
}
.prodet-page .prodet-1 .product-box .right .content .info h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #222222;
  font-family: 'MB';
}
.prodet-page .prodet-1 .product-box .right .content .info p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555555;
  margin-top: 1.5rem;
  max-height: 150px;
  overflow: auto;
}
.prodet-page .prodet-1 .product-box .right .content .info p::-webkit-scrollbar-thumb{
  background-color: #037cbc;
}
.prodet-page .prodet-1 .product-box .right .content .btn {
  position: relative;
}
.prodet-page .prodet-1 .product-box .right .content .btn > a,
.prodet-page .prodet-1 .product-box .right .content .btn .download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  border-radius: 8px;
  border: 2px solid #959494;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1;
  color: #7d7c7c;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .product-box .right .content .btn > a:hover,
.prodet-page .prodet-1 .product-box .right .content .btn .download:hover {
  background: #037cbc;
  color: #fff;
  border: 2px solid #037cbc;
}
.prodet-page .prodet-1 .product-box .right .content .btn > a i,
.prodet-page .prodet-1 .product-box .right .content .btn .download i {
  margin-left: 7px;
  font-size: 1.2rem;
}
.prodet-page .prodet-1 .product-box .right .content .btn .download-box {
  position: relative;
}
.prodet-page .prodet-1 .product-box .right .content .btn .download-box:hover .download {
  background: #037cbc;
  color: #fff;
  border: 2px solid #037cbc;
}
.prodet-page .prodet-1 .product-box .right .content .btn .download {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .product-box .right .content .btn ul {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 0 10px;
  display: none;
}
.prodet-page .prodet-1 .product-box .right .content .btn ul li a {
  display: block;
  padding: 0.5rem .25rem;
  font-size: 0.7rem;
  line-height: 1;
  color: #7d7c7c;
  background: #f5f5f5;
  text-align: center;
  margin-bottom: .25rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .product-box .right .content .btn ul li a:hover {
  background: #037cbc;
  color: #fff;
}
.prodet-page .prodet-1 .product-box .right .galleryBox {
  /*max-width: 685px;*/
  max-width: 500px;
  padding-right: 23px;
  margin-top: 2.3rem;
  position: relative;
}
.prodet-page .prodet-1 .product-box .right .galleryBox .swiper-slide a {
  display: block;
  border: 2px solid #e8e8e8;
}
.prodet-page .prodet-1 .product-box .right .galleryBox .swiper-button-prev {
  display: none;
}
.prodet-page .prodet-1 .product-box .right .galleryBox .swiper-button-next {
  background: url(../images/prodet-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: -10px;
  width: 21px;
  height: 45px;
}
.prodet-page .prodet-2 h2 {
  text-transform: uppercase;
}
.prodet-page .prodet-2 .content {
  padding: 2.25rem 0 2.125rem;
  font-size: 1rem;
  color: #666666;
}
.prodet-page .prodet-2 .content div {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-2 .content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-2 .content strong {
  color: inherit;
  font-size: inherit;
  font-weight: 900;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.prodet-page .prodet-2 .content table{
  border: none !important;
}
.prodet-page .prodet-2 .content table td {
  padding: 0.5rem 0.75rem;
  color: #000;
}
.prodet-page .prodet-3 {
  padding: 1.75rem 0 3.125rem;
}
.prodet-page .prodet-3 .hotBox {
  margin: 2.25rem auto 0;
  /*max-width: 1205px;*/
}
.prodet-page .prodet-3 .hotBox .swiper-slide a {
  display: block;
  text-align: center;
}
/*.prodet-page .prodet-3 .hotBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/
.prodet-page .prodet-3 .hotBox .swiper-slide a:hover h4 {
  color: #037cbc;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a .hot-img {
  overflow: hidden;
  border: 2px solid #ebeaea;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a .hot-img img {
  width: 100%;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  font-family: 'MB';
  margin: 1rem 0 0.5rem;
}
.prodet-page .prodet-3 .hotBox .swiper-slide a p {
  font-size: 1rem;
  line-height: 1;
  color: #666666;
  text-transform: uppercase;
}

.prodet-page .prodet-2 .content img{
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 1230px) {
  .prodet-page .prodet-1 .product-box .right .content .info {
    max-width: 380px;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn > a,
  .prodet-page .prodet-1 .product-box .right .content .btn .download {
    width: 140px;
  }
  .prodet-page .prodet-1 .product-box .right .galleryBox {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .product-box .right .content .info {
    max-width: 100%;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn > a,
  .prodet-page .prodet-1 .product-box .right .content .btn .download {
    width: 120px;
    height: 30px;
    font-size: 15px;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn > a,
  .prodet-page .prodet-1 .product-box .right .content .btn .download {
    margin-bottom: 0;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .product-box .right .galleryBox {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .product-box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .product-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn{
    display: block;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn > a, .prodet-page .prodet-1 .product-box .right .content .btn .download{
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 500px) {
  /*.prodet-page .prodet-1 .product-box .right .content .btn > a,
  .prodet-page .prodet-1 .product-box .right .content .btn .download {
    width: 90px;
  }*/
  .prodet-page .prodet-1 .product-box .right .content .btn ul {
    padding: 0;
  }
  .prodet-page .prodet-1 .product-box .right .content .info h3 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .product-box .right .content .info p {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .product-box .right .galleryBox {
    padding-right: 0;
  }
}