@font-face {
  font-family: 'RB';
  src: url('../fonts/Roboto-Bold.eot') format('eot'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'RBK';
  src: url('../fonts/Roboto-BlackItalic.eot') format('eot'), url('../fonts/Roboto-BlackItalic.woff2') format('woff2'), url('../fonts/Roboto-BlackItalic.woff') format('woff'), url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'RR';
  src: url('../fonts/Roboto-Regular.eot') format('eot'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.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: 'PSB';
  src: url('../fonts/Poppins-SemiBold.eot') format('eot'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'AMT';
  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');
}
@font-face {
  font-family: 'ABMT';
  src: url('../fonts/Arial-BoldMT.eot') format('eot'), url('../fonts/Arial-BoldMT.woff2') format('woff2'), url('../fonts/Arial-BoldMT.woff') format('woff'), url('../fonts/Arial-BoldMT.ttf') format('truetype');
}
body {
  font-family: "PM";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1440px;
  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%;
  -webkit-transition: .5s linear;
  -moz-transition: .5s linear;
  -ms-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
}
#header .nav::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
#header .nav:hover::after {
  width: 100%;
}
#header .nav:hover .ui.menu .menu-box {
  opacity: 1;
  z-index: 20;
}
#header .nav:hover .ui.menu .menu-box ul.menu > li {
  color: #000;
}
#header .nav:hover .ui.menu .h-search img {
  filter: brightness(0);
}
#header .nav:hover .ui.menu .language {
  border: 2px solid #000;
  color: #000;
}
#header .nav .ui.menu {
  position: initial;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  position: relative;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
#header .nav .ui.menu .logo img {
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  position: relative;
  margin: 0 3.5rem 0 0;
  font-size: 1rem;
  color: #fff;
  font-family: 'RB';
  z-index: 100;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 1rem 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0 0 0 0;
}
#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: #4087dc;
}
#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: 5px;
  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;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  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 #4087dc;
  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;
}
#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 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: 0.8rem;
  font-family: 'RR';
  height: 49px;
  line-height: 49px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  margin: 1rem 13.25rem 0 1.75rem;
  vertical-align: middle;
  padding: 0 1.25rem;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 1;
}
#header .nav .ui.menu .language img {
  vertical-align: middle;
}
#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: 10%;
  width: 120px;
  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 #4087dc;
  display: none \9;
}
#header .nav .ui.menu .language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  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;
  padding-top: 1rem;
}
#header .nav .ui.menu .h-search img {
  filter: brightness(100);
}
.hyzs {
    font-size: 18px;
    line-height: 30px;
}
.hyzs h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

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

.infen {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
}

p.linfudib {
    width: 1244px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#banner .slick-arrow:hover {
  background-color: #1ea733;
}
#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;
}
#index-body .news .grid-box .left .n-info ul.slick-dots {
  position: absolute;
  bottom: -40%;
  left: 31%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .news .grid-box .left .n-info ul.slick-dots li {
  width: 32px;
  height: 9px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 3px;
  background-color: #b0aaab;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .grid-box .left .n-info ul.slick-dots li button {
  display: none;
}
#index-body .news .grid-box .left .n-info ul.slick-dots li.slick-active {
  background-color: #4087dc;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  table-layout: fixed;
  width: 100% !important;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  padding: 10px;
}
.button-group .button {
  height: 28px;
  line-height: 28px;
  background-color: #0D9BF2;
  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: -320px;
  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;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #000;
  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: 14px;
  line-height: 2;
}
#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 #222222;
  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;
  cursor: hand;
}
#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;
  height: 100%;
}
#banner ul li > img {
  object-fit: cover;
  min-height: 250px;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-family: 'RBK';
  text-align: center;
}
#banner ul li .text h3{
  font-size: 5rem;
  line-height: 1;
  text-transform: uppercase;
}
#banner ul li .text h4{
  font-size: 5rem;
  line-height: 1;
  color: #4087dc;
  text-transform: uppercase;
}
#banner ul li .text .more {
  display: block;
  width: 10.8%;
  background-color: #4087dc;
  text-align: center;
  font-size: 0.8rem;
  font-family: 'AMT';
  margin: 2.55rem auto 0;
  border-radius: 10px;
  padding: 13px 0 12px 0;
}
#banner ul li .text .more i {
  margin-left: 0.7rem;
}
#banner ul li .text .grid-box .left {
  text-shadow: 0px 0px 10px rgba(3, 3, 3, 0.4);
  width: 60%;
}
#banner ul li .text .grid-box .left h3 {
  font-size: 5rem;
  line-height: 1;
}
#banner ul li .text .grid-box .left h4 {
  font-size: 5rem;
  line-height: 1;
  color: #4087dc;
}
#banner ul li .text .grid-box .left p {
  font-size: 1rem;
  font-family: 'PM';
  margin-top: 2.8rem;
  color: rgba(255, 255, 255, 0.84);
  width: 88%;
}
#banner ul li .text .grid-box .left .more {
  display: block;
  width: 18.9%;
  background-color: #4087dc;
  text-align: center;
  font-size: 0.8rem;
  font-family: 'AMT';
  margin-top: 4.35rem;
  border-radius: 10px;
  padding: 13px 0 12px 0;
}
#banner ul li .text .grid-box .left .more i {
  margin-left: 0.7rem;
}
#banner ul li .text .grid-box .right{
  width: 40%;
}
#index-body .application {
  background: -webkit-linear-gradient(0deg, #4087dc 0%, #4087dc 36%, #efefef 36%, #efefef 100%);
  background: -moz-linear-gradient(90deg, #4087dc 0%, #4087dc 36%, #efefef 36%, #efefef 100%);
  background: -o-linear-gradient(90deg, #4087dc 0%, #4087dc 36%, #efefef 36%, #efefef 100%);
  background: -ms-linear-gradient(90deg, #4087dc 0%, #4087dc 36%, #efefef 36%, #efefef 100%);
  background: linear-gradient(90deg, #4087dc 0%, #4087dc 36%, #efefef 36%, #efefef 100%);
}
#index-body .application .grid-box .left {
  width: 36%;
  vertical-align: middle;
}
#index-body .application .grid-box .left .text {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
}
#index-body .application .grid-box .left .text h3 {
  font-size: 5rem;
  font-family: 'RBK';
  line-height: 1;
}
#index-body .application .grid-box .right {
  width: 67%;
  vertical-align: middle;
  margin-left: -4%; 
}
#index-body .application .grid-box .right .slick-slide img {
  display: inline-block;
}
#index-body .application .grid-box .right .box ul {
  margin: 3rem -14px 0;
}
#index-body .application .grid-box .right .box ul li {
  padding: 0 10px;
  margin-bottom: 1.8rem;
}
#index-body .application .grid-box .right .box ul li .ig {
  position: relative;
  display: block;
  background-color: #f5f8fd;
  border-radius: 20px;
  text-align: center;
  padding: 2.3rem 0 1.5rem 0;
}
#index-body .application .grid-box .right .box ul li .ig h4 {
  font-size: 0.7rem;
  font-family: 'PM';
  color: #000;
  padding: 1rem 2rem 0 2rem;
  text-align: left;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .application .grid-box .right .box ul li .ig .more {
  font-size: 0.7rem;
  font-family: 'PM';
  color: #4f4f4f;
  text-align: left;
  display: block;
  padding-left: 2rem;
  margin-top: 1rem;
}
#index-body .product {
  position: relative;
  padding-top: 4.55rem;
  overflow: hidden;
}
/*#index-body .product .ui.container {
  max-width: 1755px;
  position: relative;
  padding: 0 15px;
  margin: auto;
  width: 100%;
}*/
#index-body .product .title {
  position: relative;
  text-align: center;
}
#index-body .product .title h3 {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-family: 'PSB';
  line-height: 1;
  color: #4087dc;
}
#index-body .product .pro-box {
  margin-top: 2.95rem;
}
#index-body .product .pro-box .slick-slide img {
  display: inline-block;
}
#index-body .product .pro-box ul li {
  position: relative;
  left: 0;
  padding: 0 8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 4rem;
}
#index-body .product .pro-box ul li .ig {
  display: block;
  color: #fff;
  background-color: #f5f8fd;
  border-radius: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 1.5rem 2rem 1rem 1.3rem;
}
#index-body .product .pro-box ul li .ig .img {
  text-align: right;
}
#index-body .product .pro-box ul li .ig .img img{
  /*width: 60%;*/
  width: 82%；
}
#index-body .product .pro-box ul li .ig .text {
  color: #000;
  /*margin-top: 1.85rem;*/
}
#index-body .product .pro-box ul li .ig .text h3 {
  font-family: 'RB';
  letter-spacing: 1px;
  font-size: 1.2rem;
  line-height: 2;
  height: 90px;
  text-align: center;
}
#index-body .product .pro-box ul li .ig .text p {
  font-size: 0.65rem;
  font-family: 'RR';
  line-height: 1.8;
  margin-top: 1rem;
}
#index-body .product .pro-box ul li .ig .target {
  position: absolute;
  top: 0;
  left: 1.5rem;
  background: url(../images/pb.png) no-repeat;
  width: 3.7rem;
  height: 5.05rem;
  text-align: center;
  padding-top: 0.9rem;
}
#index-body .product .pro-box ul li .ig .target span {
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-family: 'RB';
  color: #fff;
}
#index-body .list {
  background-color: #f5f8fd;
  border-radius: 150px 0px 150px 0px;
  margin-top: 4.75rem;
  padding-bottom: 5.7rem;
}
#index-body .list .title {
  text-align: center;
  padding-top: 2.5rem;
}
#index-body .list .title h3 {
  font-size: 3rem;
  font-family: 'PSB';
  color: #4087dc;
  line-height: 1;
}
#index-body .list .title p {
  font-size: 0.9rem;
  color: #666;
  font-family: 'AMT';
  line-height: 1;
  margin-top: 1rem;
}
/*#index-body .list .list-1 .ui.container {
  max-width: 1806px;
  padding: 0 15px;
  position: relative;
  margin: auto;
  width: 100%;
}*/
#index-body .list .list-1 .list-1-box {
  margin-top: 2.9rem;
}
#index-body .list .list-1 .list-1-box li {
  display: inline-block;
  margin: 0 0 1.8rem 0;
  padding: 0 1rem;
}
#index-body .list .list-1 .list-1-box li img{
  width: 100%;
  transform: rotate(5deg) skew(-4deg,-4deg);
  -webkit-transform: rotate(5deg) skew(-4deg,-4deg);
  -ms-transform: rotate(5deg) skew(-4deg,-4deg);
  -o-transform: rotate(5deg) skew(-4deg,-4deg);
  -moz-transform: rotate(5deg) skew(-4deg,-4deg);
  border-radius: 10px; 
}
#index-body .list .list-1 .list-1-box li:nth-child(1),
#index-body .list .list-1 .list-1-box li:nth-child(2),
#index-body .list .list-1 .list-1-box li:nth-child(3),
#index-body .list .list-1 .list-1-box li:nth-child(8),
#index-body .list .list-1 .list-1-box li:nth-child(9),
#index-body .list .list-1 .list-1-box li:nth-child(10) {
  width: 25%;
}
#index-body .list .list-1 .list-1-box li:nth-child(4),
#index-body .list .list-1 .list-1-box li:nth-child(5),
#index-body .list .list-1 .list-1-box li:nth-child(6),
#index-body .list .list-1 .list-1-box li:nth-child(7) {
  width: 24%;
}
#index-body .list .list-1 .list-1-box li:nth-child(1) {
  margin-left: 10.7rem;
}
#index-body .list .list-1 .list-1-box li:nth-child(8){
  margin-left: 9.7rem;
}
#index-body .list .list-2 {
  margin-top: 3.4rem;
}
#index-body .list .list-2 .ui.container{
  max-width: 1580px;
  width: 100%;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
#index-body .list .list-2 .list-2-box {
  margin-top: 2.3rem;
}
#index-body .list .list-2 .list-2-box li {
  text-align: center;
  width: 22%;
  margin-right: 4%;
}
#index-body .list .list-2 .list-2-box li:last-child {
  margin-right: 0;
}
#index-body .list .list-2 .list-2-box li .img {
  background: -webkit-linear-gradient(124deg, #2f81ed 0%, #05d3aa 100%);
  background: -moz-linear-gradient(124deg, #2f81ed 0%, #05d3aa 100%);
  background: -o-linear-gradient(124deg, #2f81ed 0%, #05d3aa 100%);
  background: -ms-linear-gradient(124deg, #2f81ed 0%, #05d3aa 100%);
  background-image: linear-gradient(124deg, #2f81ed 0%, #05d3aa 100%);
  border-radius: 50%;
  width: 7.5rem;
  text-align: center;
  margin: auto;
  line-height: 7.5rem;
}
#index-body .list .list-2 .list-2-box li .img img {
  vertical-align: middle;
}
#index-body .list .list-2 .list-2-box li .text {
  text-align: left;
  margin-top: 1.35rem;
  margin: auto;
}
#index-body .list .list-2 .list-2-box li .text h3 {
  font-size: 1.25rem;
  font-family: 'ABMT';
  line-height: 1;
  text-align: center;
  margin-top: 1.35rem;
}
#index-body .list .list-2 .list-2-box li .text p {
  font-size: 0.8rem;
  line-height: 2;
  text-align: center;
  font-family: 'AMT';
  margin: 0.5rem auto 0;
}
#index-body .news {
  position: relative;
  overflow: hidden;
  margin-top: 3.85rem;
  padding-bottom: 5rem;
}
#index-body .news .grid-box .left {
  width: 46.5%;
  background-color: #f0f0f0;
  border-radius: 25px;
  padding-bottom: 5.5rem;
  margin-right: 3.5%;
  vertical-align: middle;
}
#index-body .news .grid-box .left .text {
  padding: 5rem 0 2rem 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  width: 78.8%;
  margin: 0 4rem;
}
#index-body .news .grid-box .left .text h3 {
  font-size: 1.6rem;
  font-family: 'ABMT';
  line-height: 1;
}
#index-body .news .grid-box .left .text p {
  font-size: 2.6rem;
  font-family: 'ABMT';
  line-height: 1;
  color: #4087dc;
  margin-top: 2.3rem;
}
#index-body .news .grid-box .left .n-info {
  padding: 1.95rem 5.7rem 0 3.9rem;
}
#index-body .news .grid-box .left .n-info h3 {
  font-size: 1.6rem;
  font-family: 'ABMT';
  line-height: 1;
}
#index-body .news .grid-box .left .n-info ul {
  margin-top: 1.5rem;
}
#index-body .news .grid-box .left .n-info ul li {
  font-size: 16px;
  font-family: 'ABMT';
  line-height: 30px;
}
#index-body .news .grid-box .right {
  vertical-align: middle;
}
#index-body .news .grid-box .right .header {
  background: url(../images/a1.png) no-repeat -350px -60px;
}
#index-body .news .grid-box .right .header h3 {
  font-size: 3.25rem;
  text-align: center;
  font-family: 'PSB';
  line-height: 1;
  color: #4087dc;
  position: relative;
  padding-top: 1.3rem;
  z-index: 1;
}
#index-body .news .grid-box .right .header h3::after {
  content: 'ABOUT US';
  position: absolute;
  top: 0;
  left: 9%;
  font-size: 6.25rem;
  font-family: 'PSB';
  line-height: 1;
  color: rgba(208, 208, 208, 0.4);
  z-index: -1;
}
#index-body .news .grid-box .right .header .content {
  margin: 4rem auto 0;
  width: 90%;
  font-size: 16px;
  line-height: 30px;
}
.linf h1 {
    display: inline;
}
#index-body .news .grid-box .right .img {
  margin-top: 5.6rem;
}
#footer .bg {
  background: url(../images/fb.png) no-repeat;
  position: relative;
  z-index: 1;
}
#footer .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
#footer .f-info {
  padding-top: 2.1rem;
  color: #fff;
}
#footer .f-info .f-logo {
  text-align: center;
  width: 16%;
}
#footer .f-info .f-logo p {
  font-size: 16px;
  font-family: 'AMT';
  line-height: 2;
  text-align: left;
  margin-top: 1.7rem;
  width: 366px;
}
#footer .f-info .f-logo .more {
  display: block;
  width: 85.2%;
  text-align: center;
  background-color: #1ea733;
  border-radius: 23px;
  font-size: 0.7rem;
  font-family: 'AMT';
  padding: 13px 0 12px 0;
  margin-top: 1.35rem;
}
#footer .f-info .f-link {
  padding-left: 16%;
}
#footer .f-info .f-link .menu li {
  text-transform: uppercase;
}
#footer .f-info .f-contact {
  width: 47%;
  padding-left: 10%;
}
#footer .f-info .f-contact .menu li {
  margin-bottom: 1rem;
}
#footer .f-info .f-code {
  width: 12%;
}
#footer .f-info .f-code #ewm {
  margin-top: 1.5rem;
}
#footer .f-info .f-code #ewm img {
  width: 7rem;
  height: 7rem;
  border: 8px solid #fff;
  border-radius: 10px;
  margin: 0 auto;
}
#footer .f-info h4 {
  font-size: 16px;
  font-family: 'AMT';
  margin-top: 1.5rem;
  line-height: 1;
}
#footer .f-info .menu {
  margin-top: 1.5rem;
}
#footer .f-info .menu li {
  font-size: 0.9rem;
  line-height: 1;
  font-family: 'AMT';
  margin-bottom: 1.6rem;
}
#footer .f-info .menu li img {
  display: inline-block;
}
#footer .f-info .menu li span {
  display: inline-block;
  width: 90%;
  margin-left: 11px;
  font-size: 16px;
line-height: 30px;
}
#footer .f-info .menu li:first-child span {
  width: 60%;
}
#footer .f-copy {
  color: #fff;
  padding: 13px 0;
  margin: auto;
  background-color: #000;
}
#footer .f-copy .grid-box .left {
  font-size: 16px;
  text-align: center;
  font-family: 'AMT';
  line-height: 30px;
}
#footer .f-copy .grid-box .left svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .f-copy .grid-box .left svg text {
  fill: #fff;
}
#footer .f-copy .grid-box .left svg:hover {
  fill: #1ea733;
}
#footer .f-copy .grid-box .left p {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-copy .grid-box .left .share {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 1.7rem;
}
#footer .f-copy .grid-box .left .share li {
  display: inline-block;
  margin-right: 9px;
}
#footer .f-copy .grid-box .left .share li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1890px) {
  #index-body .application .grid-box .right {
    width: 66%;
    margin-left: -2%;
  }
}
@media screen and (max-width: 1680px) {
  #index-body .application .grid-box .left .text {
    left: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 2rem 0 0;
  }
  #index-body .application .grid-box .right{
    width: 64%;
    margin-left: 0;
  }
  #footer .f-info .f-link {
    padding-left: 14%;
    width: 22%;
  }
  #footer .f-info .f-contact {
    width: 50%;
    padding-left: 10%;
  }
  #footer .f-info .f-code {
    width: 10%;
  }
}
@media screen and (max-width: 1550px) {
  #banner ul li .text .grid-box .left h3 {
    font-size: 5rem;
  }
  #index-body .news .grid-box .right .img {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .list .list-2 .list-2-box li {
    width: 22%;
    margin-right: 4%;
  }
  #index-body .application .grid-box .left .text h3 {
    font-size: 5rem;
  }
  #index-body .application {
    background: -webkit-linear-gradient(0deg, #4087dc 0%, #4087dc 30%, #efefef 30%, #efefef 100%);
    background: -moz-linear-gradient(90deg, #4087dc 0%, #4087dc 30%, #efefef 30%, #efefef 100%);
    background: -o-linear-gradient(90deg, #4087dc 0%, #4087dc 30%, #efefef 30%, #efefef 100%);
    background: -ms-linear-gradient(90deg, #4087dc 0%, #4087dc 30%, #efefef 30%, #efefef 100%);
    background: linear-gradient(90deg, #4087dc 0%, #4087dc 30%, #efefef 30%, #efefef 100%);
  }
  #index-body .application .grid-box .left {
    width: 30%;
  }
   #index-body .application .grid-box .right {
    width: 70%;
  }
  #header .nav .ui.menu .language{
    margin: 1rem 4rem 0 1.75rem;
  }
}
@media screen and (max-width: 1300px) {
  #index-body .application .grid-box .left .text h3 {
    font-size: 4.35rem;
  }
  #index-body .application .grid-box .left .text h4 {
    font-size: 4.2rem;
  }
  #index-body .application .grid-box .left .text h4 span {
    font-size: 3.75rem;
  }
  #index-body .application .grid-box .left .text h5 {
    font-size: 3.75rem;
  }

 

  #index-body .application .grid-box .left .text p {
    font-size: 20px;
  }







  #index-body .news .grid-box .right .header h3::after{
    font-size: 6rem;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1rem 0 0;
  }
  #banner ul li .text {
    top: 60%;
  }
  #banner ul li .text .grid-box .left h3 {
    font-size: 4rem;
  }
  #banner ul li .text .grid-box .left h4 {
    font-size: 4rem;
  }
  #banner ul li .text .grid-box .left .more {
    margin-top: 2rem;
  }
  #index-body .news .grid-box .left .n-info ul.slick-dots {
    bottom: -36%;
    left: 13%;
  }
  #index-body .news .grid-box .right .header h3::after {
    font-size: 5.5rem;
  }
  #footer .f-info .f-logo {
    width: 20%;
    margin-left: 0;
  }
  #footer .f-info .f-link {
    padding-left: 12%;
    width: 20%;
  }
  #header .nav .ui.menu .language{
    padding: 0 1.3rem;
    margin: 1rem 2rem 0 1rem;
  }
}
@media screen and (max-width: 992px) {
  #mobile {
    left: -280px;
  }
  #banner ul li .text .grid-box .left p {
    margin-top: 2rem;
    width: 100%;
  }
  #banner ul li .text .grid-box .left h3 {
    font-size: 3rem;
  }
  #banner ul li .text .grid-box .left h4 {
    font-size: 3rem;
  }
  #banner ul li .text .grid-box .left h4 span {
    font-size: 3.425rem;
  }
  #index-body .application {
    background: none;
  }
  #index-body .list {
    display: none;
  }
  #index-body .application .grid-box .left {
    display: none;
  }
  #index-body .application .grid-box .left {
    width: 100%;
    text-align: left;
  }
  #index-body .application .grid-box .left .text h3 {
    display: inline-block;
  }
  #index-body .application .grid-box .left .text h4 {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 0;
  }
  #index-body .application .grid-box .left .text h4 span {
    top: 0;
    left: 10px;
  }
  #index-body .application .grid-box .left .text h5 {
    display: inline-block;
  }
  #index-body .application .grid-box .left .text p span {
    display: inline-block;
  }
  #index-body .application .grid-box .right {
    width: 100%;
    margin-top: 2rem;
  }
  #index-body .news .grid-box .left {
    width: 100%;
  }
  #index-body .news .grid-box .right {
    width: 100%;
    margin-top: 2rem;
  }
  #index-body .news .grid-box .left .n-info ul.slick-dots {
    bottom: -100%;
    left: 19%;
  }
  #footer .f-info .f-link {
    display: none;
  }
  #footer .f-info .f-code {
    display: none;
  }
  #footer .f-info .f-logo {
    width: 40%;
  }
  #footer .f-info .f-contact {
    width: 60%;
  }
  #footer .f-copy .grid-box .left .share {
    display: none;
  }
}
@media screen and (max-width: 700px) {
   #index-body .application .grid-box .right .box ul li .ig h4{
    font-size: 16px;
    text-align: center;
  }
  #index-body .news .grid-box .right .header .content {
    text-align: center;
  }
  #index-body .application .grid-box .right .box ul li .ig .more {
     font-size: 14px;
    text-align: center;
  }
  #index-body .product .pro-box ul li .ig .text h3{
    font-size: 14px;
  }
  #banner ul li .text .grid-box .left p {
    display: none;
  }
  #banner ul li .text h3{
    font-size: 3rem;
  }
  #banner ul li .text h4{
    font-size: 3rem;
  }
  #banner ul li .text .more {
    width: 22.9%;
    padding: 9px 0 8px 0;
  }
  #banner ul li .text .grid-box .left .more {
    width: 22.9%;
    padding: 9px 0 8px 0;
  }
  #index-body .news .grid-box .left .n-info ul.slick-dots {
    bottom: -50%;
    left: 17%;
  }
  #footer .f-info .f-logo {
    width: 100%;
  }
  #footer .f-info .f-contact {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  #footer .f-info .f-logo p {
    text-align: center;
  }
  #footer .f-info .menu li:first-child span {
    width: 90%;
    font-size: 16px;
line-height: 30px;
  }
  #footer .f-info .f-logo .more {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  #footer .f-menu .grid-box .left .text form ul li {
    width: 100%;
  }
}

.inner-banner {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 230px;
}
.inner-banner h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}



.inner-banner .mbx {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}
.about-page h2.tit {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-page .line {
  width: 67px;
  height: 4px;
  background-color: #dbac36;
  margin-top: 10px;
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
  padding-left: 60px;
}
.about-page .about-1 .left .img {
  position: relative;
  display: inline-block;
}
.about-page .about-1 .left .img::before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: 50px;
  right: 55px;
  left: -60px;
  border: 2px solid #e5e5e5;
  z-index: -1;
}
.about-page .about-1 .left .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .left .img .play::after,
.about-page .about-1 .left .img .play::before {
  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-page .about-1 .left .img .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 80px;
}
.about-page .about-1 .right h3 {
  font-size: 36px;
  font-family: 'DMSerifDisplay-Regular';
  text-transform: uppercase;
  font-style: italic;
  line-height: 2;
}
.about-page .about-1 .right .text {
  font-size: 20px;
  margin-top: 40px;
  line-height: 2;
}
.about-page .about-2 {
  padding: 130px 0 90px;
}
.about-page .about-2 .left {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-2 .left h3 {
  font-size: 20px;
  font-family: 'DMSerifDisplay-Regular';
  text-transform: uppercase;
  font-style: italic;
}
.about-page .about-2 .left .text {
  font-size: 20px;
  margin-top: 30px;
  line-height: 2;
}
.about-page .about-2 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 50px;
}
.about-page .about-3 {
  background-color: #eedcae;
  padding: 70px 0;
}
.about-page .about-3 h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.about-page .about-3 h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.about-page .about-3 .box {
  margin-top: 40px;
}
.about-page .about-3 .box ul {
  margin: -25px;
}
.about-page .about-3 .box ul li {
  width: 25%;
  padding: 25px;
}
.about-page .about-3 .box ul li i {
  min-height: 90px;
  line-height: 90px;
  display: inline-block;
}
.about-page .about-3 .box ul li i img {
  vertical-align: middle;
  transition: .5s ease;
}
.about-page .about-3 .box ul li:hover i img{
  transform: rotateY(180deg);
}
.about-page .about-3 .box ul li .tit {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
.about-page .about-3 .box ul li p {
  font-size: 17px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 2;
}
.about-page .about-4 {
  padding: 70px 0 150px;
}
.about-page .about-4 h2::after {
  content: "";
  width: 240px;
  height: 6px;
  background-color: #dbac36;
  display: block;
  margin-left: 100px;
}
.about-page .about-4 .box {
  margin-top: 45px;
}
.about-page .about-4 .box ul {
  margin: -6px;
}
.about-page .about-4 .box ul li {
  padding: 6px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1400px) {
  .about-page h2.tit {
    font-size: 35px;
  }
  .about-page .about-1 .right h3 {
    font-size: 24px;
  }
  .about-page .about-1 .right .text {
    font-size: 18px;
  }
  .about-page .about-2 .left .text {
    font-size: 18px;
    line-height: unset;
  }
  
.INFEN {
    display: none !important;
  }



  .about-page .about-3 h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .text {
    font-size: 16px;
  }
  .about-page .about-2 .right {
    padding-left: 30px;
  }
  .about-page .about-2 .left h3 {
    font-size: 18px;
  }
  .about-page .about-2 .left .text {
    font-size: 16px;
  }
  .about-page .about-3 .box ul {
    margin: -10px;
  }
  .about-page .about-3 .box ul li {
    padding: 10px;
  }
  .about-page .about-3 .box ul li .tit {
    font-size: 18px;
    margin-top: 20px;
  }
  .about-page .about-3 .box ul li p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    padding-top: 0;
  }
  .about-page .about-1 .left {
    display: none;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-2 {
    padding: 90px 0;
  }
  .about-page .about-3 h2 {
    font-size: 40px;
    margin-top: 0;
  }
  .about-page .about-3 .box ul li {
    width: 50%;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .cat-name, .infen {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner{
    height: 300px;
    padding-top: 90px;
  }
  .inner-banner h2{
    font-size: 20px;
  }
  .inner-banner .mbx{
    font-size: 14px;
    line-height: 2;
  }
  .about-page h2.tit {
    font-size: 24px;
  }
  .about-page .about-1 .right h3 {
    font-size: 18px;
  }
  .about-page .about-1 .right .text {
    font-size: 14px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-2 .left h3 {
    font-size: 16px;
  }
  .about-page .about-2 .left .text {
    font-size: 14px;
  }
  .about-page .about-3 h6 {
    font-size: 16px;
  }
  .about-page .about-3 h2 {
    font-size: 30px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-4 h2::after {
    display: none;
  }
  .prodet-page .init-2 .prodet-title h1{
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .right .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-2 .left .text {
    margin-top: 20px;
    font-size: 12px;
  }
  .about-page .about-1 .right h3 {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-2 .left h3 {
    font-size: 14px;
  }
  .about-page .about-3 .box ul li {
    width: 100%;
  }
  .about-page .about-3 h6 {
    font-size: 14px;
  }
  .about-page .about-3 h2 {
    font-size: 24px;
  }
  .about-page .about-4 .box {
    margin-top: 20px;
  }
}
.contact-page {
  background-color: #fafafa;
}
.contact-page .contact-1 {
  padding-top: 120px;
}
.contact-page .contact-1 .left {
  width: 35%;
}
.contact-page .contact-1 .left .content {
  background: url(../images/contact-1-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 110px 40px;
  color: #fff;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.contact-page .contact-1 .left .content::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact-page .contact-1 .left .content ul {
  position: relative;
  z-index: 1;
}
.contact-page .contact-1 .left .content ul li {
  line-height: 50px;
}
.contact-page .contact-1 .left .content ul li span {
  font-size: 20px;
  font-weight: 500;
  width: 18%;
}
.contact-page .contact-1 .left .content ul li p {
  font-size: 18px;
  font-family: "arial";
  width: 82%;
}
.contact-page .contact-1 .left .content ul li:not(:last-child) {
  margin-bottom: 30px;
}
.contact-page .contact-1 .left .content .social-links {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 130px;
}
.contact-page .contact-1 .left .content .social-links a {
  font-size: 20px;
}
.contact-page .contact-1 .left .content .social-links a:not(:last-child) {
  margin-right: 60px;
}
.contact-page .contact-1 .right {
  width: 65%;
  padding-right: 55px;
}
.contact-page .contact-1 .right .form {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.contact-page .contact-1 .right .form h2 {
  font-size: 28px;
  font-weight: 700;
}
.contact-page .contact-1 .right .form p {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  color: #838383;
  margin-bottom: 15px;
  line-height: 2;
}
.contact-page .contact-1 .right .form ul {
  margin: -25px;
}
.contact-page .contact-1 .right .form ul li {
  padding: 25px;
}
.contact-page .contact-1 .right .form label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.contact-page .contact-1 .right .form input,
.contact-page .contact-1 .right .form textarea {
  width: 100%;
  border: 1px solid #dedede;
  padding: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .right .form textarea {
  height: 130px;
}
.contact-page .contact-1 .right .form button {
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 700;
  background-color: #dbac36;
  color: #fff;
  border: none;
  padding: 15px 60px;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
@media screen and (max-width: 1630px) {
  .contact-page .contact-1 .left {
    width: 40%;
  }
  .contact-page .contact-1 .right {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .left .content ul li span {
    width: 100%;
  }
  .contact-page .contact-1 .left .content ul li p {
    width: 100%;
  }
  .contact-page .contact-1 .left .content ul li {
    line-height: 2;
  }
  .contact-page .contact-1 .left .content .social-links {
    margin-top: 95px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 {
    padding-top: 0;
  }
  .contact-page .contact-2 {
    padding: 90px 0;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left .content {
    padding: 60px 15px;
  }
  .contact-page .contact-1 .left .content ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact-page .contact-1 .left .content .social-links {
    margin-top: 60px;
  }
  .contact-page .contact-1 .right .form {
    padding: 40px 15px;
  }
  .contact-page .contact-1 .right .form ul {
    margin: 0 -25px;
  }
  .contact-page .contact-1 .right .form ul li {
    padding: 0 25px;
  }
  .contact-page .contact-1 .right .form label {
    font-size: 16px;
  }
  .contact-page .contact-1 .right .form button {
    font-size: 18px;
  }
  .contact-page .contact-1 .left .content ul li span {
    font-size: 16px;
  }
  .contact-page .contact-1 .left .content ul li p {
    font-size: 14px;
  }
  .contact-page .contact-1 .right .form h2 {
    font-size: 20px;
    line-height: 2;
  }
  .contact-page .contact-1 .right .form label {
    font-size: 14px;
  }
  .contact-page .contact-1 .right .form input,
  .contact-page .contact-1 .right .form textarea {
    padding: 10px;
  }
  .contact-page .contact-1 .right .form button {
    font-size: 14px;
    padding: 10px 30px;
  }
}
h1.cat-name {
    color: #1ea733;
    font-size: 25px;
    margin-top: 35px;
    font-weight: 900;
}
.news-page {
  padding: 70px 0 140px;
}
.news-page .news-list ul {
  margin: -20px -25px;
}
.news-page .news-list ul li {
  padding: 20px 25px;
}
.news-page .news-list ul li .img {
  position: relative;
}
.news-page .news-list ul li .img > img {
  width: 100%;
}
.news-page .news-list ul li .img .cat {
  position: absolute;
  top: 15px;
  right: 15px;
  /*background-color: #dbac36;*/
  background-color: #1ea733;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}
.news-page .news-list ul li .content {
  padding: 15px;
}
.news-page .news-list ul li .content h3 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 2;
}
.news-page .news-list ul li .content .date {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #d1d1d1;
  margin-top: 10px;
}
.news-page .news-list ul li .content p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin-top: 15px;
  line-height: 2;
}
.sidebar-box .sidebar-left {
  width: 70%;
  padding-right: 50px;
}
.sidebar-box .sidebar-right {
  width: 30%;
}
.sidebar-box .sidebar-right .tit {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
}
h2.cat-name {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
}
.sidebar-box .sidebar-right .sidebar-search {
  position: relative;
  margin-bottom: 70px;
}
.sidebar-box .sidebar-right .sidebar-search input {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border: 1px solid #e7e7e7;
  padding: 0 80px 0 20px;
  font-size: 18px;
}
.sidebar-box .sidebar-right .sidebar-search button {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
}
.sidebar-box .sidebar-right .sidebar-search button img {
  vertical-align: middle;
}
.sidebar-box .sidebar-right .sidebar-nav {
  padding: 30px 0;
  border: 1px solid #e7e7e7;
  margin-bottom: 70px;
}
.sidebar-box .sidebar-right .sidebar-nav .tit {
  padding: 0 40px;
  margin-bottom: 20px;
}
.sidebar-box .sidebar-right .sidebar-nav ul li {
  font-size: 20px;
  color: #9d9d9d;
}
.sidebar-box .sidebar-right .sidebar-nav ul li a {
  display: block;
  padding: 20px 40px;
}
.sidebar-box .sidebar-right .sidebar-nav ul li:hover {
  background-color: #e4c16a;
}
.sidebar-box .sidebar-right .sidebar-app {
  padding: 30px 40px;
  border: 1px solid #e7e7e7;
  margin-bottom: 65px;
}
.sidebar-box .sidebar-right .sidebar-app .tit {
  margin-bottom: 30px;
}
.sidebar-box .sidebar-right .sidebar-app ul {
  margin: -19px -17px;
}
.sidebar-box .sidebar-right .sidebar-app ul li {
  padding: 19px 17px;
}
.sidebar-box .sidebar-right .sidebar-app ul li a {
  display: block;
  position: relative;
}
.sidebar-box .sidebar-right .sidebar-app ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.sidebar-box .sidebar-right .sidebar-app ul li a .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  font-style: italic;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.sidebar-box .sidebar-right .sidebar-app ul li a:hover::before {
  opacity: 1;
}
.sidebar-box .sidebar-right .sidebar-app ul li a:hover .name {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
}
.sidebar-box .sidebar-right .sidebar-info {
  padding: 40px 15px;
  border: 1px solid #e7e7e7;
}
.sidebar-box .sidebar-right .sidebar-info ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar-box .sidebar-right .sidebar-info ul li span {
  font-size: 16px;
  font-weight: 700;
  width: 20%;
}
.sidebar-box .sidebar-right .sidebar-info ul li p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 80%;
  text-align: right;
  line-height: 2;
}
.sidebar-box .sidebar-right .sidebar-info .social-links {
  text-align: center;
  margin-top: 45px;
}
.sidebar-box .sidebar-right .sidebar-info .social-links a {
  font-size: 16px;
  color: #666666;
}
.sidebar-box .sidebar-right .sidebar-info .social-links a:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 1400px) {
  .sidebar-box .sidebar-right .sidebar-app ul {
    margin: -10px;
  }
  .sidebar-box .sidebar-right .sidebar-app ul li {
    padding: 10px;
  }
  .sidebar-box .sidebar-right .sidebar-nav .tit {
    padding: 0 15px;
  }
  .sidebar-box .sidebar-right .sidebar-nav ul li a {
    padding: 15px;
  }
  .sidebar-box .sidebar-right .sidebar-app {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar-box .sidebar-right .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sidebar-box .sidebar-right .sidebar-nav ul li {
    font-size: 16px;
  }
  .sidebar-box .sidebar-right .sidebar-info ul li span {
    width: 25%;
    font-size: 14px;
  }
  .sidebar-box .sidebar-right .sidebar-info ul li p {
    width: 75%;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 40px 0;
  }
  h2.cat-name {
    display: none;
  }
  .sidebar-box .sidebar-right {
    display: none;
  }
  .sidebar-box .sidebar-left {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news-list ul {
    margin: -10px;
  }
  .news-page .news-list ul li {
    padding: 10px;
  }
  .news-page .news-list ul li .content h3 {
    font-size: 18px;
    line-height: 2;
  }
  .news-page .news-list ul li .content p {
    font-size: 16px;
    line-height: 30px;
  }
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -15px;
}
.product-page .product-list ul li {
  padding: 15px;
}
.product-page .product-list ul li .img img {
  width: 100%;
}
.product-page .product-list ul li h3 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 30px 0;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding: 40px 0;
  }
  .product-page .product-list ul li h3 {
    font-size: 20px;
    padding: 10px 0;
    line-height: 2;
  }
}




.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
  color: white;
  background: #ce862b;
}





/* 产品详情 */
.prodet-page {
/*   background: #f8f6f5; */
}
.inner-page .grid-box.two>.column.sidebar {
    width: 25%; padding-top:60px;
}
.inner-page .grid-box.two>.column.page-right-bar {
    width: 75%;
    padding: 15px;
}
.inner-page .sidebar .side-top {

  border: 1px solid #fff;

}

.inner-page .sidebar .side-top .side-tit {

  display: block;

  color: #303030;

  padding: 0 0 15px 20px;

  font-size: 22px;font-weight: 800;



  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

   text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu {
	background:#F8F6F9;

}

.inner-page .sidebar .side-top .side-menu li a {
  position: relative;
  display: block;
  font-size: 14px;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  overflow: hidden;
  height: 65px;
  line-height: 65px;
  text-indent: 34px;
  color: #555;
  /*background-color: #efc17f;*/
  background: #1ea733;
  text-transform: uppercase;

}

.inner-page .sidebar .side-top .side-menu li {
  position: relative;
}
.inner-page .sidebar .side-top .side-menu li i {

position: absolute;

    right: 10px;

    top: 22px;

    font-size: 14px;

    color: #fff;

}
.inner-page .sidebar .side-top .side-menu li:hover>a,

.inner-page .sidebar .side-top .side-menu li a:hover,

.inner-page .sidebar .side-top .side-menu li a.active {

	font-size:16px;
  background-color: black;

  color: #fff;

  text-indent: 45px;

  background-position: 20px center;

}
.inner-page .sidebar .side-top .side-menu li ul li a{
	    color: #b3b3b3;background-color:#F8F6F9;
}
.inner-page .sidebar .side-top .side-menu ul li:hover>a,

.inner-page .sidebar .side-top .side-menu li ul a:hover,

.inner-page .sidebar .side-top .side-menu ul li a.active{
	background-color:#F8F6F9;color:#efc17f;
}



.inner-page .sidebar .side-top .side-menu li>ul {

  padding-left: 20px;

  display: none;

}



.prodet-page .init-2 {
  padding: 70px 0 60px;
}
.prodet-page .init-2 .prodet-scroll {
  width: 10%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .init-2 .prodet-scroll ul {
  padding: 20px 0;
}
.prodet-page .init-2 .prodet-scroll ul a {
  display: block;
  border: 1px solid #e5e5e5;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow {
  background: none;
  width: 55px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 28px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-arrow:hover:before {
  color: #dbac36;
}
.prodet-page .init-2 .prodet-scroll ul button.slick-prev:before {
  content: "\f106";
}
.prodet-page .init-2 .prodet-scroll ul button.slick-next:before {
  content: "\f107";
}
.prodet-page .init-2 .prodet-img {
  width: 40%;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  
  vertical-align: top;
	position:relative;
}
.prodet-page .init-2 .prodet-img span.bg{
	    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;
}
.prodet-page .init-2 .prodet-img:hover span.bg {
  background:url(https://www.chinaptfetape.com/template/en/images/back-1.jpg) no-repeat center;
	background-size:100% 100%;
}
.prodet-page .init-2 .prodet-img a#zoom1 img {
  border: 1px solid #d7d7d7;
	filter: drop-shadow(30px 20px 8px rgba(0,0,0,0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.prodet-page .init-2 .prodet-title {
  width: 60%;
  display: inline-block;
  vertical-align: top;
	padding-left:5%;
}
.prodet-page .init-2 .prodet-title h1 {
  font-size: 24px;
  line-height: 2;
  color: #454444;
  padding-bottom: 20px;
}
.prodet-page .init-2 .prodet-title .content {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 25px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin:20px 0;
}
.prodet-page .init-2 .prodet-title .content p,
.prodet-page .init-2 .prodet-title .content * {
  line-height: 2;font-family: Arial, Helvetica, sans-serif;
}
.prodet-page .init-2 .prodet-title a.more {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 5px;
  background: #f2f2f2;
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.prodet-page .init-2 .prodet-title a.more.first {
  background: #dbac36;
  color: white;
}
.prodet-page .init-2 .prodet-title a.more:hover {
  box-shadow: 0 5px 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 5px 10px 0 #d1d1d1;
  -moz-box-shadow: 0 5px 10px 0 #d1d1d1;
  -ms-box-shadow: 0 5px 10px 0 #d1d1d1;
  -o-box-shadow: 0 5px 10px 0 #d1d1d1;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover,
.prodet-page .init-3 .init-3-top ul li.active {
  /*background: #dbac36;
  color: white;
  border-color: #dbac36;*/
  background: #1ea733;
  color: #fff;
  border-color: #1ea733;
}
.prodet-page .init-3 .init-3-bottom > ul > li {
  padding: 25px 10px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom img{
	display:block;
	margin:0 auto;
}
.prodet-page .init-3 .init-3-bottom > ul > li {
  display: none;
  font-size: 18px;
  line-height: 2;
}
.prodet-page .init-3 .init-3-bottom > ul > li table {
  border-collapse: collapse;
  border: none;

    width: 100%;
  
}
.prodet-page .init-3 .init-3-bottom > ul > li table tr:nth-child(odd) {
  background: #dedede;
}
.prodet-page .init-3 .init-3-bottom > ul > li table tr td {
  border: none;
  padding: 10px 10px;
  font-size: 16px;
  color: #666666;font-family: Arial, Helvetica, sans-serif;
}
.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 h2 {
  /*border-bottom: 2px solid #dbac36;*/
  border-bottom: 2px solid #1ea733;
}
.prodet-page .init-4 h2 em {
  font-size: 18px;
  color: white;
  padding: 5px 25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  /*background: #dbac36;*/
  background: #1ea733;
  display: inline-block;
}
.prodet-page .init-4 ul {
  padding: 30px 10px;
  border-bottom: 1px solid #ededed;
  margin: -8px;
  position: relative;
}
.prodet-page .init-4 ul li {
  padding: 8px;position:relative;
}

.prodet-page .init-4 ul li a {
  display: block; position:relative;
}
.prodet-page .init-4 ul li a span.bg{
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding-bottom: 14rem;
    background-color: #f6f6f6;
    transition: .5s linear;
}
.prodet-page .init-4 ul li a:hover span.bg {
  background:url(https://www.chinaptfetape.com/template/en/images/back-1.jpg) no-repeat center;
	background-size:100% 100%;
}
.prodet-page .init-4 ul li a span {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodet-page .init-4 ul li a span img {
  margin: auto;
	filter: drop-shadow(30px 20px 8px rgba(0,0,0,0.2));
    transition-property: transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.prodet-page .init-4 ul li h3 {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  padding-top: 15px;
  text-align: center;
}
.prodet-page .init-4 ul li a h3:hover {
  color: #dbac36;
}
.prodet-page .init-4 ul button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 34px;
  color: transparent;
  display: block;
  font-family: "FontAwesome";
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 30px;
  height: 30px;
}
.prodet-page .init-4 ul button.slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b6b2b2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-4 ul button.slick-arrow:hover {
  background: #dbac36;
}
.prodet-page .init-4 ul button.slick-arrow:hover:before {
  color: white;
}
.prodet-page .init-4 ul button.slick-prev {
  left: -30px;
}
.prodet-page .init-4 ul button.slick-prev:before {
  content: "\f104";
}
.prodet-page .init-4 ul button.slick-next {
  right: -30px;
}
.prodet-page .init-4 ul button.slick-next:before {
  content: "\f105";
}


@media screen and (max-width: 1200px) {
  .prodet-page .init-2 .prodet-title .content {
    font-size: 13px;
  }
  .prodet-page .init-2 .prodet-img {
    width: 40%;
  }
  .prodet-page .init-2 .prodet-title {
    width: 50%;
  }
  .prodet-page .init-4 h2 em,.prodet-page .init-3 .init-3-top ul li {
    font-size: 14px;
  }

  .prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .prodet-page .init-2 .prodet-scroll {
    width: 20%;
  }
  .prodet-page .init-2 .prodet-img {
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .grid-box.two>.column.sidebar{
    display: none;
  }
  .inner-page .grid-box.two>.column.page-right-bar{
    padding: 0;
    width: 100%;
  }
  .prodet-page .init-2 .prodet-title .content p, .prodet-page .init-2 .prodet-title .content * {
    line-height: 2;
    font-size: 14px;
  }
}


@media screen and (max-width: 700px) {
  .prodet-page .init-2 .prodet-title .content {
    font-size: 12px;
  }
  .prodet-page .init-2 .prodet-title a.more.first {
    margin-bottom: 10px;
  }
  .prodet-page .init-4 h2 em, .prodet-page .init-3 .init-3-top ul li {
    font-size: 12px;
  }
  .hyzs {
    display: none;
}
  

  	.prodet-page .init-2 {
    padding: 30px 0;
}
	.prodet-page .init-2 .prodet-img {
    width: 100%;
    margin: 0;
}
	.prodet-page .init-2 .prodet-title {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
}
	.prodet-page .init-2 {
    padding: 10px 0;
}
}



/* 图片展示 */
.picture-page .init-2 {
  padding: 40px 0;
}
.picture-page .init-2 ul.picture {
  display: inline-block;
  width: 100%;
  margin: -15px -10px;
}
.picture-page .init-2 ul.picture li {
  width: 25%;
  float: left;
  padding: 15px 10px;
}
.picture-page .init-2 ul.picture li a {
  display: block;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}
.picture-page .init-2 ul.picture li a em {
  display: block;
  overflow: hidden;
}
.picture-page .init-2 ul.picture li a h2 {
  color: #585858;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.picture-page .init-2 ul.picture li a h2:hover {
  color: #c58a41;
}
.picture-page .init-3 {
  padding: 40px 0;
}



/* faq */
.faq-page{
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #dedcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 22px;
  color: #222;
 line-height: 2;
}
.faq-page .init-2 ul.faq li div{
  font-family: Arial;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
  line-height: 2;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  /*color: #c58a41;*/
  color: #1ea733;
}



.newdet-page .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
  line-height: 2;
}
.newdet-page .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  color: #da251c;
  text-decoration: underline;
}
.newdet-page .newdet-1 {
  padding: 100px 0 40px;
	background: #f8f8f8;
}
.newdet-page .newdet-1 .box h3 {
  font-size: 24px;
  color: black;
  line-height: 2;
}
.newdet-page .newdet-1 .box .content {
  display: block;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-family: "Roboto-Light";
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-1 .box .share ul {
  display: inline-block;
}
.newdet-page .newdet-1 .box .share ul li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  color: black;
  font-size: 16px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .box .share ul li:hover {
  color: white;
  background: #3aa8e6;
}
.newdet-page .newdet-1 .box .share a.back {
  float: right;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .box .share a.back i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.newdet-page .newdet-1 .box .share a.back:hover {
  color: white;
  background: #3aa8e6;
}


.thumb-gallery{
  margin-top: 20px;
}
.thumb-gallery ul{
  margin: -10px;
}
.thumb-gallery ul li{
  padding: 10px;
}
.thumb-gallery .slick-track{
  margin-left: 0;
}




.prodet-page .form ul {
  margin: -5px;
}
.prodet-page .form ul li {
  padding: 5px;
}
.prodet-page .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.prodet-page .form ul li input::-webkit-input-placeholder,
.prodet-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.prodet-page .form ul li input:-moz-placeholder,
.prodet-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.prodet-page .form ul li input::-moz-placeholder,
.prodet-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.prodet-page .form ul li input:-ms-input-placeholder,
.prodet-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.prodet-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.prodet-page .form ul li input[type="submit"] {
  background: #dbac36;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  text-transform: uppercase;
}
.prodet-page .form ul li input[type="submit"]:hover {
  background: #222;
}



.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;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);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}



.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;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);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}