@font-face {
  font-family: 'myriadsetpro';
  src: url('../fonts/myriadsetpro-thin.eot');
  src: local('☺'), url('../fonts/myriadsetpro-thin.woff') format('woff'), url('../fonts/myriadsetpro-thin.ttf') format('truetype'), url('../fonts/myriadsetpro-thin.svg') format('svg');
  font-style: normal;
}
i {
  font-style: normal;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.vc {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}
@-webkit-keyframes slidesUp {
  0% {
    -webkit-transform: translateY 10%;
    transform: translateY(10%);
    visibility: visible;
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidesUp {
  0% {
    -webkit-transform: translateY 10%;
    transform: translateY(10%);
    visibility: visible;
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slidesUp {
  -webkit-animation-name: slidesUp;
  animation-name: slidesUp;
}
@-webkit-keyframes slidesRight {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    visibility: visible;
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidesRight {
  0% {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    visibility: visible;
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slidesRight {
  animation-name: slidesRight;
  -webkit-animation-name: slidesRight;
}
body {
  background-color: #f4f4f4;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: 'myriadsetpro', "Microsoft YaHei", Tahoma, Geneva, Verdana, sans-serif !important;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'myriadsetpro', "Microsoft YaHei", Tahoma, Geneva, Verdana, sans-serif !important;
}
body,
html {
  min-height: 100%;
}
a {
  color: #666;
}
a:hover {
  color: #189cde;
  text-decoration: none;
}
body > a {
  display: none;
}
.navbar-default {
  background: none;
  border: none;
}
.t3-mainnav {
  border: none;
}
.top_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.top_header .header {
  height: 64px;
  background: #fff;
}
.top_header .header .logo {
  float: left;
  line-height: 64px;
  margin-left: 10px;
}
.top_header .header .logo img {
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .top_header .header .logo {
    width: 120px;
  }
}
.top_header .header .t3-navbar {
  margin-top: 22px;
  height: 42px;
  line-height: 42px;
  float: right;
}
.top_header .header .t3-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* .dropdown {
          &:nth-of-type(4) {
            max-width: 137px;
            .nav-child {
              min-width: 190px;
            }
          }

          &:nth-of-type(2) {
            max-width: 175px;
            .nav-child {
              min-width: 175px;
            }
          }
          &:nth-of-type(3) {
            max-width: 115px;
            .nav-child {
              min-width: 190px;
              .level1 {
                padding-left: 5px;
              }
            }
          }
          &:nth-of-type(5) {
            max-width: 85px;
            .nav-child {
              min-width: 190px;
            }
          }
        } */
}
.top_header .header .t3-navbar ul li {
  list-style: none;
  height: 42px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-transform: uppercase;
}
.top_header .header .t3-navbar ul li:hover {
  background: rgba(71, 71, 71, 0.7);
  transition: .5s;
}
.top_header .header .t3-navbar ul li:first-child {
  display: none;
}
.top_header .header .t3-navbar ul li .nav-child.dropdown-menu {
  background: rgba(71, 71, 71, 0.7);
  border: none;
  margin: 0;
  padding: 0;
}
.top_header .header .t3-navbar ul li a {
  padding: 0 20px;
  color: #464646;
}
.top_header .header .t3-navbar ul li i {
  display: none;
}
.top_header .header .t3-navbar ul li:hover a {
  color: #fff;
  transition: .5s;
}
.top_header .header .t3-navbar ul li ul {
  margin: 0;
  padding: 0;
}
.top_header .header .t3-navbar ul li ul li {
  height: 30px;
  line-height: 30px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.top_header .header .t3-navbar ul li ul li:hover {
  background: rgba(0, 0, 0, 0);
}
.top_header .header .t3-navbar ul li ul li a {
  color: #fff;
  padding: 0;
}
.top_header .header .t3-navbar ul li ul li:first-child {
  margin-top: 6px;
  background: rgba(0, 0, 0, 0);
  display: block;
}
.top_header .header .t3-navbar ul li ul li:last-child {
  border-bottom: none;
}
.top_header .header .t3-navbar ul li.mega {
  padding: 0;
}
.top_header .header .t3-navbar ul li.mega:hover .separator {
  color: #fff;
}
.top_header .header .t3-navbar ul li.mega .separator {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  color: #464646;
}
.top_header .header .t3-navbar ul li.mega .separator .caret {
  display: none;
}
@media (max-width: 1250px) {
  .top_header .header .t3-navbar {
    margin-right: 20px;
  }
}
.top_header .header .header_bottom {
  width: 100%;
  background: #000;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 991px) {
  .top_header .header .header_bottom {
    position: absolute;
    top: 64px;
  }
}
.top_header .t3-megamenu .mega > .mega-dropdown-menu {
  display: block;
}
.top_header .t3-navbar-collapse {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.top_header .t3-navbar-collapse > ul > li:first-child {
  display: none;
}
.top_header .t3-navbar-collapse ul {
  list-style: none;
  background: rgba(71, 71, 71, 0.7);
}
.top_header .t3-navbar-collapse ul li {
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
.top_header .t3-navbar-collapse ul li .level1 {
  display: none;
  background: none;
}
.top_header .t3-navbar-collapse ul li a {
  color: #fff;
}
.top_header .t3-navbar-collapse ul li:hover {
  color: #fff;
}
.top_header .t3-navbar-collapse ul li:hover .level1 {
  display: block;
}
.container > .navbar-collapse {
  margin-left: -25px;
}
@media (max-width: 767px) {
  .container > .navbar-collapse {
    margin-left: -15px;
  }
}
.copyright {
  color: #fff;
  background: #898989;
  line-height: 3;
}
.footer {
  background: #f7f7f7;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .footer-t {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 20px;
  font-weight: bolder;
  color: #707070;
}
.footer .ico {
  padding-top: 30px;
}
.footer .ico span {
  display: inline-block;
  padding-right: 10px;
}
.footer .ico a {
  display: inline-block;
  padding-right: 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #a0a0a0;
}
.footer .register {
  background: #fff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.footer #submit {
  display: none;
}
.footer #email {
  border: none;
  width: calc(100% - 20px);
}
.footer #email:focus {
  outline: none;
}
.footer .submitlabel {
  background: #fff;
  float: right;
  cursor: pointer;
}
.footer-menu {
  list-style: none;
  line-height: 2;
  margin: 0;
}
.footer-menu li {
  width: 25%;
  float: left;
}
.footer-menu dt {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 20px;
  font-weight: bolder;
  color: #707070;
}
.footer-menu dd {
  margin-left: 0;
}
.certification {
  padding-bottom: 30px;
  padding-top: 30px;
}
#t3-footer {
  margin: 0;
  padding: 0;
  margin-top: -48px;
}
#t3-footer .t3-copyright {
  width: 100%;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #878787;
  line-height: 50px;
}
#t3-footer .t3-copyright .copyright {
  margin-bottom: 0;
}
#t3-footer .t3-copyright .copyright p {
  padding: 0;
  margin: 0;
  color: #c4c4c4;
  font-size: 14px;
}
.certification_banner {
  width: 100%;
  height: 536px;
  background: url("../images/about_us/about_certification/about_certification_banner.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .certification_banner {
    height: 475px;
  }
}
@media (max-width: 480px) {
  .certification_banner {
    height: 375px;
  }
}
.certification_banner .certification_title {
  margin-top: 36px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  border-bottom: 1px solid #f2f2f2;
}
.certified {
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
.certified h1 {
  margin: 0;
  margin-bottom: 35px;
  color: #333;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
}
.tabs {
  margin-top: 80px;
  margin-bottom: 120px;
}
.tabs .hd {
  margin: 0;
  line-height: 28px;
  margin-bottom: 65px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.tabs .hd ul {
  list-style: none;
  margin: 0;
}
.tabs .hd ul li {
  display: inline-block;
  padding: 7px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.tabs .hd ul .on {
  background: #f1f2f2;
}
.tabs .bd {
  text-align: center;
}
.tabs .bd ul {
  list-style: none;
}
.tabs .bd ul img {
  display: inline-block;
}
@media (max-width: 992px) {
  .tabs .bd img {
    margin-top: 10px;
  }
}
.company_banner {
  width: 100%;
  height: 850px;
  background: url("../images/about_us/about_company/about_company_banner.jpg") center center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .company_banner {
    height: 800px;
  }
}
.company_banner .company_title {
  margin: 0;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #b1a498;
  margin-top: 36px;
}
.company_banner .content {
  text-align: center;
  color: #fff;
}
.company_banner .content h2 {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  padding-top: 10px;
}
.company_banner .content h1 {
  font-size: 48px;
  font-size: 4.8rem;
  margin: 0;
  padding-top: 70px;
}
@media (max-width: 480px) {
  .company_banner .content h1 {
    padding-top: 20px;
  }
}
.company_banner .content h2.fr {
  margin-right: 20%;
  padding-top: 15px;
}
.company_banner .content .underLine {
  width: 40px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 45px;
  border-bottom: 2px solid #fff;
}
.company_banner .content .txt1,
.company_banner .content .txt2 {
  margin: 0;
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 135px;
  padding-right: 135px;
}
@media (max-width: 480px) {
  .company_banner .content .txt1,
  .company_banner .content .txt2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.company_banner .content .line {
  margin-right: 0;
}
.company_banner .content .iconBox {
  padding: 0 40px;
  margin: 70px 15px 140px 15px;
  text-align: center;
}
.company_banner .content .iconBox .icons {
  display: inline-block;
  max-width: 140px;
  margin-left: 0;
  padding: 0;
}
.company_banner .content .iconBox .icons p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 20px;
}
@media (max-width: 520px) {
  .company_banner .content .iconBox {
    margin: 0;
    margin-top: 20px;
    margin-right: 15px;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .company_banner .txt2 {
    display: none;
  }
}
.secondPart {
  background: #f7f7f7;
  padding: 90px 0;
}
.secondPart h2 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #1e1e1e;
  margin: 0;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 30px;
}
.secondPart .txtLeft,
.secondPart .txtRight {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  line-height: 24px;
}
.secondPart .txtLeft p {
  margin-bottom: 25px;
}
.secondPart .txtRight p {
  margin-bottom: 30px;
}
.secondPart .txtRight table {
  width: 100%;
}
.secondPart .txtRight table td {
  width: 33%;
  border: 1px solid #b4b4b4;
  padding: 15px;
}
.secondPart .blueTxt {
  margin: 0;
  margin-bottom: 40px;
}
.secondPart .blueTxt a {
  color: #189cde;
  font-size: 18px;
  font-size: 1.8rem;
}
.thirdPart {
  background: #fff;
  padding-top: 100px;
  margin-bottom: 150px;
}
.thirdPart .thirdPart_box {
  position: relative;
}
.thirdPart .thirdPart_box .leftPart {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 80px;
}
.thirdPart .thirdPart_box .leftPart h2 {
  line-height: 1;
  font-size: 48px;
  font-size: 4.8rem;
  color: #1e1e1e;
  font-weight: normal;
  margin: 0;
}
.thirdPart .thirdPart_box .leftPart p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  margin: 0;
  margin-top: 30px;
}
.thirdPart .thirdPart_box .rightPart {
  width: 100%;
  padding: 0;
}
@media (max-width: 992px) {
  .thirdPart {
    padding-top: 0;
    margin-bottom: 100px;
  }
  .thirdPart .rightPart {
    margin-top: 50px;
  }
}
.factoryImg {
  width: 100%;
  height: 578px;
  background: url("../images/about_us/about_factory/about_factory_banner.jpg") center center no-repeat;
}
.factoryImg .title {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 36px;
}
.factory {
  padding-top: 50px;
  padding-bottom: 20px;
}
.factory h2 {
  color: #1e1e1e;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 40px;
  font-weight: normal;
  text-align: right;
}
@media (max-width: 768px) {
  .factory h2 {
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .factory h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.factory .factory-item {
  color: #fff;
  display: inline-block;
  background: #e00011;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  font-weight: bolder;
  border-radius: 50%;
  font-size: 22px;
  font-size: 2.2rem;
  float: right;
  margin-left: 40px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .factory .factory-item {
    float: none;
    margin-left: 0;
    margin-right: 20px;
  }
}
.factory img {
  width: 100%;
  padding: 8px;
  border: 1px solid #dcd5d5;
  margin-bottom: 15px;
}
.factory .factory_part1,
.factory .factory_part2,
.factory .factory_part3,
.factory .factory_part4 {
  background: #fff;
  margin: 0;
  padding-bottom: 15px;
}
.historyImg {
  width: 100%;
  height: 536px;
  background: url("../images/about_us/about_certification/about_certification_banner.jpg") center center no-repeat;
}
.historyImg .title {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 36px;
}
.eventTime {
  margin-top: 90px;
  padding-bottom: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.eventTime .parter {
  width: 50%;
  list-style-type: none;
  border-right: 2px solid #e5e5e5;
  position: relative;
  padding: 0;
  margin: 0;
}
.eventTime .parter .parter-text p {
  padding-top: 35px;
  margin-bottom: 90px;
}
.eventTime .parter .parter-pic p {
  padding-top: 20px;
}
.eventTime .parter .year {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background: #e5e5e5;
  color: #666;
  text-align: center;
  position: absolute;
}
.eventTime .parter .parter-right {
  position: relative;
  right: -115%;
}
.eventTime .parter .parter-right .year {
  left: calc(-15% - 45px);
}
.eventTime .parter .parter-left {
  text-align: right;
  position: relative;
  right: 15%;
}
.eventTime .parter .parter-left .year {
  right: calc(-15% - 45px);
}
@media (max-width: 767px) {
  .eventTime .parter {
    width: 100%;
    border: none;
  }
  .eventTime .parter .year {
    position: static;
    margin: 30px auto 30px auto;
  }
  .eventTime .parter .parter-text p {
    padding-top: 0;
    margin-bottom: 0;
  }
  .eventTime .parter .parter-item {
    position: static;
    text-align: left;
  }
}
.banner_title {
  margin: 0;
  height: 50px;
  line-height: 50px;
  margin-top: 36px;
  color: #666;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #d2d2d2;
}
.partners {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}
.partners .part_one,
.partners .part_two,
.partners .part_three {
  height: 590px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8d8d8;
}
.partners .part_one h2,
.partners .part_two h2,
.partners .part_three h2 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 70px;
  color: #1e1e1e;
  margin: 0;
  font-weight: normal;
}
.partners .part_two {
  padding: 0;
}
.partners .part_two p {
  margin: 0 auto;
  width: 270px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.partners .part_two img {
  padding: 0;
  width: 100%;
}
/* Part of contact */
.information_banner {
  width: 100%;
  height: 537px;
  padding: 0;
  background: url("../images/contact/contact_information_banner.jpg") center center no-repeat;
  background-size: cover;
}
.information_banner .banner_title {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  height: 50px;
  line-height: 50px;
  margin-top: 36px;
  border-bottom: 1px solid #d2d2d2;
}
.information_banner .banner_txt {
  padding: 0;
  margin-top: 120px;
}
.information_banner .banner_txt h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-size: 4.8rem;
  color: #1e1e1e;
  font-weight: normal;
}
.information_banner .banner_txt p {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.information_banner .banner_txt .blueBtn {
  width: 250px;
  height: 45px;
  margin-top: 28px;
  display: block;
  background: #d0020b;
  background: -moz-linear-gradient(top, #d0020b 0%, #c30008 50%, #b7252f 100%);
  background: -webkit-linear-gradient(top, #d0020b 0%, #c30008 50%, #b7252f 100%);
  background: linear-gradient(to bottom, #d0020b 0%, #c30008 50%, #b7252f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0020b', endColorstr='#b7252f', GradientType=0);
  border-radius: 22px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}
.information_banner .banner_txt .blueBtn:hover {
  background: #2b83ae;
}
.information_banner .banner_txt .blueBtn i {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 10px;
}
.mainbody {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mainbody p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.mainbody .touch {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  margin-top: 70px;
  margin-bottom: 100px;
}
.mainbody .touch i {
  width: 69px;
  height: 69px;
  line-height: 69px;
  margin-right: 10px;
  vertical-align: middle;
  border: 1px solid #c2c3c3;
  border-radius: 50%;
  color: #c2c3c3;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .mainbody .touch i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .mainbody .touch div {
    margin-top: 15px;
  }
  .mainbody .touch .skype {
    padding-left: 0;
  }
}
.online_title {
  background: #f2f2f2;
  height: 50px;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  margin-top: 45px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .online_title {
    margin-top: 80px;
  }
}
.online {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .online {
    margin-top: 20px;
  }
}
.online h1 {
  margin: 0;
  font-weight: normal;
  color: #1e1e1e;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .online h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.online .Input {
  margin-top: 30px;
}
.online .Left_input input,
.online .Right_input input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 12px;
  text-indent: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.online #fitem,
.online #fitem1,
.online #fitem2,
.online #fin-interesting {
  display: inline-block;
}
.online #form-row-interesting {
  height: 30px;
  line-height: 30px;
  margin: 15px auto;
  text-align: left;
  margin-left: 10%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.online #fitem {
  margin-left: 25px;
}
.online #fitem1,
.online #fitem2 {
  margin-left: 40px;
}
@media (max-width: 380px) {
  .online #fitem1,
  .online #fitem2 {
    margin-left: 25px;
  }
}
.online #form-row-Contents {
  margin-top: 15px;
  margin-bottom: 40px;
}
.online #form-row-Contents textarea {
  width: 100%;
}
@media (max-width: 640px) {
  .online #form-row-Contents {
    margin-top: 40px;
  }
}
.online #form-row-Contents {
  font-size: 18px;
  font-size: 1.8rem;
}
.online #fin-button15 {
  margin-left: 10px;
}
.online #form-row-button14,
.online #form-row-button15 {
  display: inline-block;
  margin: 0 7px;
}
.online #form-row-button14 input,
.online #form-row-button15 input {
  height: auto;
  border-radius: 23px;
  border: none;
  color: #fff;
  margin: 0 7px;
  font-size: 20px;
  font-size: 2rem;
  padding: 6px 20px;
  background: #d0020b;
  background: -moz-linear-gradient(top, #d0020b 0%, #c30008 50%, #b7252f 100%);
  background: -webkit-linear-gradient(top, #d0020b 0%, #c30008 50%, #b7252f 100%);
  background: linear-gradient(to bottom, #d0020b 0%, #c30008 50%, #b7252f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0020b', endColorstr='#b7252f', GradientType=0);
}
.online #form-row-button14 input:hover,
.online #form-row-button15 input:hover {
  background: #d0020b;
}
.sales_title {
  background: #f2f2f2;
  height: 50px;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  line-height: 50px;
  margin-top: 45px;
}
.sales_net {
  margin-top: 70px;
  margin-bottom: 120px;
}
.sales_net h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #1e1e1e;
  font-weight: normal;
  margin: 0;
}
.sales_net .sales_txt {
  margin-top: 20px;
  padding: 0;
}
.sales_net .sales_txt p {
  border-top: 1px solid #e0e0e0;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.sales_net .sales_txt .usa {
  border-bottom: 1px solid #e0e0e0;
}
.sales_net .sales_txt .touch {
  margin-top: 35px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
}
.sales_net .sales_txt .touch .skype {
  margin-top: 10px;
}
.sales_net .sales_txt .touch i {
  display: inline-block;
  width: 42px;
  height: 42px;
  padding-top: 10px;
  color: #c2c3c3;
  font-size: 22.5px;
  font-size: 2.25rem;
  border: 1px solid #c2c3c3;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}
.sales_net .sales_map img {
  width: 100%;
}
/* Strength Begin */
.companyA_banner {
  width: 100%;
  height: 537px;
  background: url("../images/strength/company_advantage_banner.jpg") center center no-repeat;
}
@media (max-width: 1024px) {
  .companyA_banner {
    height: 475px;
  }
}
@media (max-width: 480px) {
  .companyA_banner {
    height: 375px;
  }
}
.companyA_banner .companyA_title {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  border-bottom: 1px solid rgba(135, 135, 135, 0.3);
  margin-top: 36px;
}
.companyA {
  padding-top: 70px;
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .companyA {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.companyA .development .text {
  text-align: center;
}
.companyA .development .text h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
}
.companyA .development .text h2 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #333;
  margin: 0;
  font-weight: normal;
}
.companyA .development .text p {
  margin: 0;
  padding-right: 30px;
  color: #666;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin-bottom: 25px;
}
.companyA .development .text hr {
  width: 40px;
  border-width: 2px;
  border-color: #666;
  margin-bottom: 30px;
}
.companyA .development .full-img {
  margin: 30px 0;
}
.companyA .development .full-img img {
  padding-bottom: 30px;
}
.companyA .development .advantage-process {
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
.companyA .development .advantage-process .process-text {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  color: #666666;
  margin-left: calc(50% - 82.5px);
}
@media (max-width: 991px) {
  .companyA .development .advantage-process .process-text {
    font-size: 16px;
    font-size: 1.6rem;
    width: 140px;
    height: 140px;
    margin-left: calc(50% - 70px);
  }
}
.companyA .development .advantage-process .process-text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.companyA .development .advantage-process .process-angle {
  height: 165px;
}
.companyA .development .advantage-process .process-angle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .companyA .development .advantage-process .process-angle {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .companyA .development .advantage-process .process-angle {
    height: auto;
    padding: 30px 0;
  }
  .companyA .development .advantage-process .process-angle img {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.companyA .powerBank {
  margin-top: 80px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.companyA .powerBank h3 {
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  color: #1e1e1e;
  margin: 0;
  line-height: 1;
}
.companyA .powerBank p {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  line-height: 24px;
}
.companyA .powerBank .btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 25px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  background-image: linear-gradient(0, #02aad7, #2bd7e2);
}
.companyA .powerBank .topPart {
  padding: 30px 0;
  border-bottom: 1px solid #d2d2d2;
}
.companyA .powerBank .topPart .topRight {
  padding-top: 55px;
  padding-right: 80px;
  padding-left: 20px;
}
.companyA .powerBank .topPart .topRight h3 {
  margin-bottom: 15px;
}
.companyA .powerBank .topPart img {
  width: 100%;
}
.companyA .powerBank .leftPart {
  padding: 50px 48px;
  border-right: 1px solid #d2d2d2;
}
.companyA .powerBank .rightPart {
  padding: 50px 48px;
}
.companyA .note {
  color: #666;
  margin-top: 30px;
  text-align: center;
}
.companyA .manufacture {
  margin-top: 50px;
  margin-bottom: 95px;
}
.companyA .manufacture h2 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #1e1e1e;
  margin: 0;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 30px;
}
.companyA .manufacture .slide_Box {
  margin-top: 10px;
}
.companyA .manufacture .slide_Box .manuhd {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.companyA .manufacture .slide_Box .manuhd .hd {
  display: inline-block;
}
.companyA .manufacture .slide_Box .manuhd .hd ul {
  list-style: none;
  margin: 0;
}
.companyA .manufacture .slide_Box .manuhd .hd ul li {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  background: url("../images/strength/company_advantage/hd_list.jpg") 0 0 no-repeat;
}
.companyA .manufacture .slide_Box .manuhd .hd ul li.on {
  width: 12px;
  height: 12px;
  background: url("../images/strength/company_advantage/hd_list_on.jpg") 0 0 no-repeat;
}
.companyA .manufacture .slide_Box .bd {
  width: 100%;
}
.companyA .manufacture .slide_Box .bd ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.companyA .manufacture .slide_Box .bd ul li img {
  width: 100%;
}
.companyA .QC .QC1 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}
.companyA .QC .QC1 h2 {
  font-weight: normal;
  color: #1e1e1e;
  margin: 0;
  font-size: 48px;
  font-size: 4.8rem;
}
.companyA .QC .QC1 p {
  margin: 0;
  margin-bottom: 70px;
  margin-top: 10px;
}
.companyA .QC .QC1 img {
  max-width: 100%;
}
.companyA .QC .QC2 img {
  width: 100%;
}
.experiment_banner {
  width: 100%;
  height: 535px;
  background: url("../images/strength/equality_experiment/equality_experiment_banner.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .experiment_banner {
    height: 475px;
  }
}
@media (max-width: 480px) {
  .experiment_banner {
    height: 375px;
  }
}
.experiment_banner .title {
  margin-top: 36px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  border-bottom: 1px solid #d5d5d5;
}
.experimentPart {
  padding-top: 95px;
  padding-bottom: 85px;
}
.experimentPart .mainTxt {
  text-align: center;
}
.experimentPart .mainTxt .txtTop {
  padding: 0;
}
.experimentPart .mainTxt .txtTop h3,
.experimentPart .mainTxt .txtTop h2 {
  margin: 0;
  color: #1e1e1e;
  font-weight: normal;
}
.experimentPart .mainTxt .txtTop h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
}
@media (max-width: 480px) {
  .experimentPart .mainTxt .txtTop h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.experimentPart .mainTxt .txtTop h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
}
.experimentPart .mainTxt .txtTop .underLine {
  width: 40px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 65px;
  border-bottom: 2px solid #666;
}
.experimentPart .mainTxt .Ptxt {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  line-height: 24px;
  padding: 0 20px;
  margin-bottom: 60px;
}
.experimentPart .mainTxt .icons {
  padding-top: 0;
}
.experimentPart .mainTxt .icons .icon {
  width: 160px;
  height: 140px;
  margin-right: 10px;
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
}
.experimentPart .mainTxt .icons .icon .ico {
  width: 67px;
}
.LabImg {
  margin-bottom: 100px;
}
.LabImg img {
  width: 100%;
  margin-top: 10px;
}
.equipments {
  margin-bottom: 110px;
}
.equipments h2 {
  max-width: 360px;
  margin: 0 auto;
  font-size: 48px;
  font-size: 4.8rem;
  color: #1e1e1e;
  font-weight: normal;
  margin-bottom: 40px;
}
.equipments .EImg {
  width: 190px;
  height: 250px;
  border: 1px solid #ddd;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}
.equipments .EImg img {
  display: inline-block;
}
@media (max-width: 992px) {
  .equipments .Ephoto {
    margin-left: 85px;
  }
}
/* news detail Begin */
.newsTitle {
  margin-top: 45px;
  background: #f2f2f2;
  height: 50px;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  line-height: 50px;
}
@media (max-width: 767px) {
  .newsTitle {
    margin-top: 83px;
  }
}
.newsCenter {
  padding-top: 60px;
  padding-bottom: 80px;
}
.newsCenter h2 {
  margin: 0;
  padding-bottom: 10px;
  padding-left: 35px;
  font-weight: normal;
  color: #464646;
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 1px solid #d9d9d9;
}
.newsCenter .time {
  float: right;
  margin: 0;
  margin-right: 30px;
  margin-top: 5px;
  height: 36px;
  line-height: 36px;
  color: #0088cc;
  font-size: 16px;
  font-size: 1.6rem;
}
.newsCenter .mainPart {
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
}
.newsCenter .mainPart .txtleft {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 24px;
}
.newsCenter .mainPart .txtleft p {
  margin: 0;
  margin-top: 25px;
  font-size: 20px;
  font-size: 2rem;
}
.newsCenter .mainPart .imgright {
  width: 100%;
}
/* news detail End */
/* support Begin */
.QA_banner {
  width: 100%;
}
.QA_banner .QA_title {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .QA_banner .QA_title {
    margin-top: 80px;
  }
}
.QA {
  padding-top: 100px;
  padding-bottom: 100px;
}
.QA .leftPart {
  border-right: 1px solid #d9d9d9;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .QA .leftPart {
    padding-right: 0;
    border-right: none;
  }
}
.QA .leftPart {
  margin-top: 10px;
}
.QA .leftUp,
.QA .leftDown,
.QA .rightUp,
.QA .rightDown {
  border: 1px solid #d9d9d9;
}
.QA .leftDown {
  margin-top: 30px;
}
.QA .rightDown {
  margin-top: 25px;
}
.QA .up {
  margin: 0;
  background: #f5f6f6;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
}
.QA .up i {
  color: #a5a5a5;
  margin-right: 10px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .QA .up {
    text-align: left;
    text-indent: 2px;
  }
  .QA .up i {
    margin-right: 5px;
  }
}
.QA .down {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  padding: 15px 40px 20px 35px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .QA .down {
    padding: 20px;
  }
}
@media (max-width: 530px) {
  .QA {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 530px) {
  .itemid-116 .t3-copyright {
    position: relative;
  }
  .itemid-116 .t3-copyright .copyright {
    position: fixed;
    bottom: 0;
    background: #878787;
    width: 100%;
  }
}
.warranty_title {
  background: #f2f2f2;
  margin-top: 45px;
}
.warranty_title .title {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
}
.warranty {
  margin-top: 65px;
  margin-bottom: 120px;
}
.warranty h1 {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  color: #1e1e1e;
  margin-bottom: 35px;
}
.warranty .mainTxt .leftOne {
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 30px;
  color: #666;
  line-height: 2.2;
}
.warranty .mainTxt .leftOne p {
  margin: 0;
}
.warranty .mainTxt .rightOne {
  padding: 70px 35px 60px;
  margin-top: 30px;
  background: #f2f2f2;
  color: #333;
}
.warranty .mainTxt .rightOne .guarantee {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  margin-bottom: 20px;
}
.warranty .mainTxt .rightOne h2 {
  font-size: 30px;
  font-size: 3rem;
  height: 45px;
  line-height: 45px;
  margin: 0;
  margin-bottom: 10px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.warranty .mainTxt .rightOne .according {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  line-height: 24px;
}
.warranty .bottomTxt {
  max-width: 572px;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
/* products Begin */
.products_banner {
  width: 100%;
  height: 836px;
  padding-top: .1px;
  background: url("../images/products/products_banner.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .products_banner {
    height: 475px;
  }
}
@media (max-width: 480px) {
  .products_banner {
    height: 375px;
  }
}
.products_banner h1 {
  color: #fff;
  max-width: 300px;
  font-weight: normal;
  font-size: 72px;
  font-size: 7.2rem;
  margin: 0 auto;
  margin-top: 540px;
  line-height: 1;
}
@media (max-width: 410px) {
  .products_banner h1 {
    margin-top: 400px;
  }
}
.products_banner p {
  width: 40px;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
  margin-top: 20px;
}
.products_banner .products_title {
  background: rgba(0, 0, 0, 0.3);
  margin-top: 36px;
  color: #fff;
}
.products_banner .products_title .title {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
}
.products_banner .products_title .title .spanLeft {
  text-transform: uppercase;
  margin-right: 25px;
}
.products_banner .products_title .title i {
  padding: 0 5px;
  background: url("../images/short_vertical_line.jpg") center center no-repeat;
}
.products_banner .products_title .title ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 25px;
}
.products_banner .products_title .title ul li {
  display: inline-block;
  margin-right: 30px;
}
.products_banner .products_title .title ul li.on {
  background: url("../images/arrow_up.png") center bottom no-repeat;
}
.products_banner .products_title .title .back {
  float: right;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
}
.products_banner .products_title .title .back:hover {
  text-decoration: underline;
}
@media (max-width: 608px) {
  .products_banner .products_title .title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
  }
  .products_banner .products_title .title ul {
    display: block;
    height: 25px;
    line-height: 25px;
  }
  .products_banner .products_title .title ul li {
    display: block;
  }
  .products_banner .products_title .title ul li.on {
    background-position: 25px bottom;
  }
}
.products_banner .blueBtn {
  width: 170px;
  height: 45px;
  margin: auto;
  margin-top: 28px;
  display: block;
  background: #1d9bd9;
  border-radius: 22px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  -o-box-align: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
}
.products_banner .blueBtn:hover {
  background: #2b83ae;
}
.products_banner .blueBtn span {
  line-height: 45px;
}
.products_first {
  padding-top: 140px;
  padding-bottom: 140px;
  color: #1e1e1e;
  background: #f7f7f7;
  position: relative;
  height: 835px;
}
.products_first h2 {
  font-weight: normal;
  font-size: 48px;
  font-size: 4.8rem;
  margin: 0 auto;
  max-width: 690px;
  line-height: 1;
}
.products_first p {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 100px;
  max-width: 420px;
  font-size: 30px;
  font-size: 3rem;
}
.products_first .imgLeft,
.products_first .imgRight {
  position: absolute;
  background: #f7f7f7;
}
.products_first .imgLeft img,
.products_first .imgRight img {
  width: 100%;
}
.products_first .imgLeft {
  width: 48%;
}
.products_first .imgLeft p {
  float: right;
  color: #1e1e1e;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  margin-top: 10px;
  margin-right: 35px;
}
.products_first .imgRight {
  width: 46%;
  right: 0;
  margin-top: 45px;
}
.products_first .imgRight img {
  width: 100%;
  margin-top: -45px;
}
.products_first .imgRight span {
  font-size: 72px;
  font-size: 7.2rem;
  color: #1e1e1e;
}
.products_first .imgRight span i {
  font-size: 48px;
  font-size: 4.8rem;
}
.products_first .imgRight p {
  color: #1e1e1e;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  margin-top: -45px;
  margin-left: 35px;
}
@media (max-width: 800px) {
  .products_first p {
    margin-bottom: 50px;
  }
  .products_first .imgLeft,
  .products_first .imgRight {
    width: 90%;
    position: relative;
    display: block;
  }
  .products_first .imgRight {
    margin-left: 10px;
    margin-top: 100px;
  }
  .products_first .imgRight img {
    margin-top: -20px;
  }
  .products_first .imgRight span {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .products_first .imgRight span i {
    font-size: 30px;
    font-size: 3rem;
  }
  .products_first .imgRight p {
    margin-top: -20px;
  }
}
.charge_temp {
  position: relative;
  height: 700px;
}
.charge_temp .tempTxt {
  margin-top: 125px;
}
.charge_temp .tempTxt p {
  margin: 0;
  margin-bottom: 35px;
  color: #1e1e1e;
  font-size: 48px;
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .charge_temp .tempTxt p {
    font-size: 30px;
    font-size: 3rem;
  }
}
.charge_temp .tempTxt table tr {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}
.charge_temp .tempTxt table tr:first-child {
  background: #f7f7f7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #e1e1e1;
}
.charge_temp .tempTxt table tr:nth-of-type(3) {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.charge_temp .tempTxt table tr td {
  text-align: center;
  padding: 0 25px;
  line-height: 32px;
}
@media (max-width: 370px) {
  .charge_temp .tempTxt table tr td {
    padding: 0 10px;
  }
}
.charge_temp .largeImg {
  width: 58%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.charge_temp .largeImg img {
  width: 100%;
}
@media (min-width: 1920px) {
  .charge_temp .largeImg {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .charge_temp .largeImg {
    top: 300px;
  }
}
@media (max-width: 768px) {
  .charge_temp .largeImg {
    top: 30px;
    right: 0;
    position: relative;
    width: 100%;
  }
}
.CNC {
  position: relative;
  background: #f7f7f7;
  height: 700px;
}
.CNC .CNCImg {
  position: absolute;
  width: 40%;
  bottom: 0;
  margin-left: 8%;
}
.CNC .CNCImg img {
  width: 100%;
}
@media (max-width: 600px) {
  .CNC .CNCImg {
    margin-left: 10px;
  }
}
.CNC .pad1,
.CNC .pad2 {
  padding: 0;
}
.CNC .CNCtopTxt {
  margin-top: 300px;
}
.CNC .CNCtopTxt h2 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 60px;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.CNC .CNCtopTxt p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #464646;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 450px) {
  .CNC .pad2 {
    margin-left: 10px;
    width: 90%;
  }
}
@media (max-width: 1250px) {
  .CNC {
    height: 600px;
  }
  .CNC .CNCtopTxt {
    margin-top: 250px;
  }
}
@media (max-width: 1024px) {
  .CNC {
    height: 500px;
  }
  .CNC .CNCtopTxt {
    margin-top: 200px;
  }
}
@media (max-width: 991px) {
  .CNC .CNCtopTxt {
    margin-top: 150px;
  }
}
@media (max-width: 800px) {
  .CNC {
    height: 420px;
  }
  .CNC .CNCtopTxt {
    margin-top: 80px;
  }
  .CNC .CNCImg {
    width: 42%;
    margin-left: 7%;
  }
}
@media (max-width: 700px) {
  .CNC {
    height: 400px;
  }
  .CNC .CNCImg {
    width: 46%;
    margin-left: 2%;
  }
}
@media (max-width: 600px) {
  .CNC {
    height: 400px;
  }
  .CNC .CNCtopTxt {
    margin-top: 40px;
  }
  .CNC .CNCImg {
    width: 48%;
  }
}
.layers {
  padding: 120px 0;
}
.layers h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: normal;
  max-width: 590px;
  margin: 0 auto;
  line-height: 60px;
  margin-bottom: 50px;
  text-align: center;
}
.layers .icons {
  height: 100px;
  margin-top: 50px;
}
.layers .icons span {
  color: #08c;
  font-size: 18px;
  font-size: 1.8rem;
}
.layers .icons .icon {
  float: left;
  display: inline-block;
  height: 85px;
  margin-right: 10px;
}
.layers .icons p {
  text-align: left;
  margin: 0;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #464646;
}
.layers .layersBottom {
  margin-top: 90px;
  text-align: center;
}
.layers .layersBottom h3 {
  font-size: 30px;
  font-size: 3rem;
  color: #1e1e1e;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 24px;
}
.layers .layersBottom p {
  max-width: 800px;
  color: #464646;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  margin: 0 auto;
}
.layers .layersBottom .optImg {
  width: 45%;
  margin: 35px auto 10px;
}
.layers .layersBottom .optImg img {
  width: 100%;
}
.layers .layersBottom .digital {
  font-size: 18px;
  font-size: 1.8rem;
  color: #464646;
}
.layers .layersBottom .digital span {
  font-size: 48px;
  font-size: 4.8rem;
}
.wideRange {
  width: 100%;
  height: 840px;
  background: url("../images/products/products_compatible.jpg") right top no-repeat;
  color: #1e1e1e;
}
.wideRange .mainTxt {
  margin-top: 200px;
}
.wideRange .mainTxt .leftPara {
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 20px;
  text-align: right;
  padding-right: 20px;
}
.wideRange .mainTxt .rightPara {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  margin-top: 20px;
}
.detail_Intr {
  padding-top: 120px;
  padding-bottom: 150px;
}
.detail_Intr .detailImg {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 115px;
}
.detail_Intr .detailImg img {
  width: 100%;
}
.tar,
.tal {
  font-size: 18px;
  font-size: 1.8rem;
  color: #464646;
  margin: 0;
  padding: 0;
  height: 56px;
  line-height: 56px;
  vertical-align: middle !important;
}
.tar {
  border: 1px solid #ccc;
  background: #f8f8f8;
  text-align: right;
  padding-right: 20px !important;
}
.tal {
  text-align: left;
  padding-left: 20px !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* index Begin */
.index_banner {
  width: 100%;
  background: #f1f2f2;
}
.index_banner .slideBanner {
  position: relative;
  height: 800px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .index_banner .slideBanner {
    height: 750px;
  }
}
@media (max-width: 1024px) {
  .index_banner .slideBanner {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .index_banner .slideBanner {
    height: 800px;
  }
}
@media (max-width: 480px) {
  .index_banner .slideBanner {
    height: 750px;
  }
}
.index_banner .slideBanner .lis {
  position: absolute;
  top: 70px;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 100;
}
.index_banner .slideBanner .lis li {
  list-style: none;
  display: inline-block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  transition: .2s;
  margin: 0 5px;
}
.index_banner .slideBanner .lis li.on {
  width: 39px;
  height: 13px;
  border-radius: 6px;
}
.index_banner .slideBanner .banner_cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.index_banner .slideBanner .banner_cont ul li {
  background: #f1f2f2;
}
.index_banner .slideBanner .banner_cont ul .bannerOne {
  height: 800px;
  text-align: center;
  background: url("../images/bannerImg1.jpg") center center repeat;
}
.index_banner .slideBanner .banner_cont ul .bannerOne h2,
.index_banner .slideBanner .banner_cont ul .bannerOne span {
  color: #313131;
  margin: 0;
}
.index_banner .slideBanner .banner_cont ul .bannerOne h2 {
  padding-top: 270px;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: normal;
}
.index_banner .slideBanner .banner_cont ul .bannerOne span {
  font-size: 86px;
  font-size: 8.6rem;
}
.index_banner .slideBanner .banner_cont ul .bannerOne p {
  font-size: 40px;
  font-size: 4rem;
  color: #313131;
  line-height: 60px;
  display: block;
  max-width: 250px;
  margin: 40px 1px 0 0;
  padding: 0px 20px;
  float: right;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .index_banner .slideBanner .banner_cont ul .bannerOne h2 {
    font-size: 46px;
    font-size: 4.6rem;
    padding-top: 185px;
  }
  .index_banner .slideBanner .banner_cont ul .bannerOne p {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.index_banner .slideBanner .banner_cont ul .bannerOne .con1001 {
  max-width: 846px;
  margin: auto;
}
@media (max-width: 769px) {
  .index_banner .slideBanner .banner_cont ul .bannerOne .con1001 {
    max-width: 701px;
  }
  .index_banner .slideBanner .banner_cont ul .bannerOne .con1001 p {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .index_banner .slideBanner .banner_cont ul .bannerOne .con1001 p {
    margin-right: 15px;
  }
}
.index_banner .slideBanner .banner_cont ul .bannerTwo {
  height: 800px;
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .pos {
  position: relative;
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft {
  max-width: 385px;
  position: absolute;
  right: 0;
  top: 300px;
  text-align: center;
  z-index: 50;
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft h2 {
  color: #313131;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 55px;
  font-weight: lighter;
  margin-bottom: 10px;
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft p {
  width: 185px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 42px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #474747;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft .twobtn {
  width: 335px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  padding: 0;
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft .twobtn a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft .twobtn a:hover .bt1,
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft .twobtn a:hover .bt2 {
  background-image: -webkit-linear-gradient(180deg, #3688b2, #1d79a8);
  background-image: -moz-linear-gradient(180deg, #3688b2, #1d79a8);
  background-image: -ms-linear-gradient(180deg, #3688b2, #1d79a8);
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft .twobtn .bt1 {
  width: 140px;
  height: 45px;
  margin-right: -6px;
  border-radius: 22px 0 0 22px;
  display: inline-block;
  background-image: -moz-linear-gradient(270deg, #33a8e3, #0c90d2);
  background-image: -ms-linear-gradient(270deg, #33a8e3, #0c90d2);
  background-image: -webkit-linear-gradient(270deg, #33a8e3, #0c90d2);
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft .twobtn .bt2 {
  width: 230px;
  height: 45px;
  position: relative;
  display: inline-block;
  border-radius: 22px 22px 22px 22px;
  background-image: -ms-linear-gradient(90deg, #33a8e3, #0c90d2);
  background-image: -moz-linear-gradient(90deg, #33a8e3, #0c90d2);
  background-image: -webkit-linear-gradient(90deg, #33a8e3, #0c90d2);
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft .twobtn .bt2 .md {
  font-size: 17px;
  font-size: 1.7rem;
  padding-left: 17px;
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft .twobtn .bt2 .sm {
  position: absolute;
  top: 8px;
  font-size: 10px;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft {
    position: relative;
    margin: 0 auto;
    top: 360px;
  }
  .index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media (max-width: 380px) {
  .index_banner .slideBanner .banner_cont ul .bannerTwo .txtLeft {
    right: 0;
  }
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .imgRight {
  width: 100%;
  position: absolute;
  top: 20px;
  left: -10px;
}
.index_banner .slideBanner .banner_cont ul .bannerTwo .imgRight img {
  width: 100%;
}
@media (max-width: 768px) {
  .index_banner .slideBanner .banner_cont ul .bannerTwo .imgRight {
    position: relative;
    width: 80%;
    margin: 0 auto;
    top: -180px;
  }
}
@media (max-width: 480px) {
  .index_banner .slideBanner .banner_cont ul .bannerTwo .imgRight {
    top: -140px;
    width: 100%;
  }
}
.index_banner .slideBanner .banner_cont ul .bannerThree {
  height: 800px;
  text-align: center;
}
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft {
  max-width: 425px;
  position: absolute;
  left: 18%;
  top: 200px;
  text-align: center;
  z-index: 50;
}
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft h2 {
  color: #313131;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 55px;
  font-weight: lighter;
  margin-bottom: 10px;
}
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft p {
  width: 185px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 42px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #474747;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
}
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft .twobtn {
  max-width: 400px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
}
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft .twobtn a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
}
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft .twobtn a:hover .bt1,
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft .twobtn a:hover .bt2 {
  background-image: -webkit-linear-gradient(180deg, #3688b2, #1d79a8);
  background-image: -moz-linear-gradient(180deg, #3688b2, #1d79a8);
  background-image: -ms-linear-gradient(180deg, #3688b2, #1d79a8);
}
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft .twobtn .bt1 {
  width: 185px;
  height: 45px;
  margin-right: -6px;
  border-radius: 22px 0 0 22px;
  display: inline-block;
  background-image: -moz-linear-gradient(270deg, #33a8e3, #0c90d2);
  background-image: -ms-linear-gradient(270deg, #33a8e3, #0c90d2);
  background-image: -webkit-linear-gradient(270deg, #33a8e3, #0c90d2);
}
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft .twobtn .bt2 {
  width: 140px;
  height: 45px;
  position: relative;
  display: inline-block;
  border-radius: 0 22px 22px 0;
  background-image: -ms-linear-gradient(90deg, #33a8e3, #0c90d2);
  background-image: -moz-linear-gradient(90deg, #33a8e3, #0c90d2);
  background-image: -webkit-linear-gradient(90deg, #33a8e3, #0c90d2);
}
.index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft .twobtn .bt2 img {
  margin-left: 10px;
}
@media (min-width: 1920px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft {
    left: 25%;
  }
}
@media (max-width: 1024px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft {
    position: relative;
    top: 120px;
    left: 25%;
  }
  .index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft {
    left: 5%;
  }
}
@media (max-width: 380px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .txtLeft {
    left: 0%;
  }
}
.index_banner .slideBanner .banner_cont ul .bannerThree .imgRight {
  width: 55.8%;
  position: absolute;
  top: 100px;
  right: 0;
}
.index_banner .slideBanner .banner_cont ul .bannerThree .imgRight img {
  width: 100%;
}
@media (min-width: 1920px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .imgRight {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .imgRight {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .imgRight {
    position: relative;
    margin: 0 auto;
    width: 60%;
    top: 150px;
  }
}
@media (max-width: 480px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .imgRight {
    width: 90%;
  }
}
@media (max-width: 380px) {
  .index_banner .slideBanner .banner_cont ul .bannerThree .imgRight {
    right: 0;
  }
}
.index_banner .slideBanner .banner_cont ul .bannerFour {
  height: 800px;
  text-align: center;
  overflow: hidden;
}
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft {
  max-width: 385px;
  position: absolute;
  left: 22%;
  top: 230px;
  text-align: center;
  z-index: 50;
}
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft h2 {
  color: #313131;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 55px;
  font-weight: lighter;
  margin-bottom: 10px;
}
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft p {
  width: 185px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 42px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #474747;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
}
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft .twobtn {
  max-width: 400px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
}
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft .twobtn a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
}
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft .twobtn a:hover .bt1,
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft .twobtn a:hover .bt2 {
  background-image: -webkit-linear-gradient(180deg, #3688b2, #1d79a8);
  background-image: -moz-linear-gradient(180deg, #3688b2, #1d79a8);
  background-image: -ms-linear-gradient(180deg, #3688b2, #1d79a8);
}
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft .twobtn .bt1 {
  width: 140px;
  height: 45px;
  margin-right: -6px;
  border-radius: 22px 0 0 22px;
  display: inline-block;
  background-image: -moz-linear-gradient(270deg, #33a8e3, #0c90d2);
  background-image: -ms-linear-gradient(270deg, #33a8e3, #0c90d2);
  background-image: -webkit-linear-gradient(270deg, #33a8e3, #0c90d2);
}
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft .twobtn .bt2 {
  width: 185px;
  height: 45px;
  position: relative;
  display: inline-block;
  border-radius: 0 22px 22px 0;
  background-image: -ms-linear-gradient(90deg, #33a8e3, #0c90d2);
  background-image: -moz-linear-gradient(90deg, #33a8e3, #0c90d2);
  background-image: -webkit-linear-gradient(90deg, #33a8e3, #0c90d2);
}
.index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft .twobtn .bt2 img {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft {
    position: relative;
    top: 120px;
    left: 25%;
  }
  .index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft {
    left: 5%;
  }
}
@media (max-width: 380px) {
  .index_banner .slideBanner .banner_cont ul .bannerFour .txtLeft {
    left: 0;
  }
}
.index_banner .slideBanner .banner_cont ul .bannerFour .imgRight {
  width: 59%;
  position: absolute;
  top: -120px;
  right: -105px;
}
.index_banner .slideBanner .banner_cont ul .bannerFour .imgRight img {
  width: 100%;
}
@media (max-width: 1200px) {
  .index_banner .slideBanner .banner_cont ul .bannerFour .imgRight {
    top: -70px;
  }
}
@media (max-width: 1024px) {
  .index_banner .slideBanner .banner_cont ul .bannerFour .imgRight {
    top: 10px;
  }
}
@media (max-width: 768px) {
  .index_banner .slideBanner .banner_cont ul .bannerFour .imgRight {
    position: relative;
    left: 24%;
    width: 50%;
    top: 140px;
  }
}
@media (max-width: 480px) {
  .index_banner .slideBanner .banner_cont ul .bannerFour .imgRight {
    width: 100%;
    left: 0;
  }
}
.index-banner .sp-buttons {
  position: absolute;
  top: 70px;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 100;
}
@media (max-width: 992px) {
  .index-banner .sp-buttons {
    top: auto;
    bottom: 30px;
  }
}
.index-banner .sp-buttons .sp-button {
  display: inline-block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  transition: .2s;
  margin: 0 5px;
  border: none;
}
.index-banner .sp-buttons .sp-selected-button {
  width: 39px;
  height: 13px;
  border-radius: 6px;
}
.index-banner .text-white {
  color: #fff;
}
.index-banner .banner-title {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}
@media (max-width: 992px) {
  .index-banner .banner-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .index-banner .banner-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.index-banner p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .index-banner p {
    font-size: 16px;
    font-size: 1.6rem;
    white-space: normal;
  }
}
.index-banner .banner-btn1 {
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .index-banner .banner-btn1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.index-banner .banner-btn2 {
  color: #fff;
  font-size: 2rem;
  margin-top: 20px;
}
.index-banner .banner-btn2 span {
  padding: 10px 15px;
}
.index-banner .banner-btn2 span:nth-of-type(1) {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  background: #33a8e3;
  background: -moz-linear-gradient(top, #33a8e3 0%, #229ddc 51%, #0c90d2 100%);
  background: -webkit-linear-gradient(top, #33a8e3 0%, #229ddc 51%, #0c90d2 100%);
  background: linear-gradient(to bottom, #33a8e3 0%, #229ddc 51%, #0c90d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33a8e3', endColorstr='#0c90d2', GradientType=0);
}
.index-banner .banner-btn2 span:nth-of-type(2) {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  background: #0b8fd1;
  background: -moz-linear-gradient(-45deg, #0b8fd1 0%, #30a7e2 100%);
  background: -webkit-linear-gradient(-45deg, #0b8fd1 0%, #30a7e2 100%);
  background: linear-gradient(135deg, #0b8fd1 0%, #30a7e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b8fd1', endColorstr='#30a7e2', GradientType=1);
}
.index-banner .banner-btn2 .btn-star {
  position: relative;
}
.index-banner .banner-btn2 .btn-star .fa-star {
  padding-right: 30px;
}
.index-banner .banner-btn2 .btn-star .fa-star:nth-of-type(2) {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  left: 35px;
}
.index-banner .banner-btn3 {
  margin-top: 50px;
}
.index-banner .banner-btn3 span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 10px 0;
}
.index-banner .sp-layer {
  white-space: normal!important;
}
@media (max-width: 414px) {
  .index-banner .sp-layer {
    width: 90%!important;
    left: 5%!important;
  }
}
.index-banner .sp-layer-text {
  z-index: 2;
}
.index-banner .sp-layer-pic {
  z-index: 1;
}
@media (max-width: 414px) {
  .index-banner .sp-layer-pic {
    width: 80%!important;
    height: auto!important;
  }
}
.index-banner .sp-layer-pic img {
  width: 100%;
}
@media (max-width: 414px) {
  .index-banner .sp-layer-pic-l {
    width: 42%!important;
    height: auto!important;
    left: 29%!important;
    top: auto!important;
  }
}
.threeBtn {
  margin-top: -111.24px;
  margin-bottom: 80px;
}
.threeBtn .pad {
  height: 180px;
  position: relative;
  padding: 0;
  margin: 0;
  background: -webkit-linear-gradient(180deg, #fff, #f2f2f2);
  background: -o-linear-gradient(180deg, #fff, #f2f2f2);
  background: -moz-linear-gradient(180deg, #fff, #f2f2f2);
  background: linear-gradient(180deg, #fff, #f2f2f2);
  border: 2px solid #fff;
  transition: 0s;
}
.threeBtn .pad:hover {
  background: #fff;
}
.threeBtn .pad:hover .btnIcon {
  animation: slidesRight 1s;
}
.threeBtn .pad:hover span {
  color: #a20000;
}
.threeBtn .pad:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: 2px;
  left: 40px;
  right: 40px;
  z-index: -1;
  border-radius: 50px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .threeBtn .pad:hover:before,
  .threeBtn .pad:hover:after {
    box-shadow: none;
  }
}
.threeBtn .pad .btnIcon {
  float: left;
}
.threeBtn .pad .iconTxt {
  text-align: left;
  float: right;
  max-width: 190px;
}
.threeBtn .pad .threeIcon {
  position: relative;
  width: 290px;
  max-height: 120px;
  margin: 0 auto;
  margin-top: 55px;
}
.threeBtn .pad .threeIcon span {
  font-size: 24px;
  font-size: 2.4rem;
}
.threeBtn .pad .threeIcon p {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
@media (max-width: 992px) {
  .threeBtn {
    margin: 0;
  }
}
.three_products {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.three_products img {
  width: 100%;
  max-width: 500px;
}
.three_products p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  padding-top: 20px;
}
.three_products .blueTxt {
  display: block;
  color: #d81717;
  font-size: 16px;
  font-size: 1.6rem;
  transition: .3s;
  line-height: 1.6;
}
.three_products .blueTxt:hover {
  color: #23527c;
  transition: .3s;
  background: #f2f2f2;
}
.t3-sl.t3-sl-1 {
  padding-top: 0px;
  padding-bottom: 0;
}
.itemid-101 #t3-mainbody #t3-content {
  display: none;
}
.PBO {
  max-width: 810px;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 70px;
  text-transform: capitalize;
}
.PBO .Btn {
  width: calc((810px / 3) - 2px);
  height: 46px;
  line-height: 46px;
  display: table-cell;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #c4c4c4;
}
.PBO .Btn:hover {
  color: #fff;
  background: #e00011;
  border-color: #e00011;
}
@media (max-width: 620px) {
  .PBO .Btn {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.fullBgImg {
  height: 800px;
  width: 100%;
  background: url("../images/fullBgImg.jpg") center center no-repeat;
}
@media (max-width: 768px) and (min-width: 767px) {
  .fullBgImg {
    height: 500px;
  }
}
.fullBgImg .mt200 {
  margin-top: 155px;
}
@media (max-width: 768px) {
  .fullBgImg .mt200 {
    margin-top: 30px;
  }
}
.fullBgImg .sbt {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 45px;
  padding-bottom: 45px;
}
.fullBgImg .num10,
.fullBgImg .num180 {
  margin: 0 auto;
  text-align: center;
}
.fullBgImg .num10 h2,
.fullBgImg .num180 h2 {
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  color: #666;
  font-size: 60px;
  font-size: 6rem;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
@media (max-width: 767px) {
  .fullBgImg .num10 h2,
  .fullBgImg .num180 h2 {
    font-size: 30px;
    font-size: 3rem;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}
.fullBgImg .num10 p,
.fullBgImg .num180 p {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 1024px) {
  .fullBgImg .num10 p,
  .fullBgImg .num180 p {
    font-size: 30px;
    font-size: 3rem;
  }
}
.fullBgImg .num10 {
  max-width: 200px;
}
.fullBgImg .num10 h2 {
  max-width: 90px;
}
.fullBgImg .num180 {
  max-width: 130px;
}
.fullBgImg .num180 h2 {
  max-width: 100px;
}
.fullBgImg .num600 {
  margin: 0 auto;
  max-width: 160px;
  text-align: center;
}
.fullBgImg .num600 h2 {
  margin: 0 auto;
  max-width: 125px;
  font-size: 50px;
  font-size: 5rem;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #666;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .fullBgImg .num600 h2 {
    font-size: 30px;
    font-size: 3rem;
    height: 70px;
    line-height: 70px;
    width: 70px;
  }
}
.fullBgImg .num600 h2 i {
  font-size: 36px;
  font-size: 3.6rem;
}
.fullBgImg .num600 p {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 1024px) {
  .fullBgImg .num600 p {
    font-size: 30px;
    font-size: 3rem;
  }
}
.fullBgImg .txtPara {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 768px) {
  .fullBgImg .txtPara {
    margin-top: 20px;
  }
}
.fullBgImg .btn {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-top: 50px;
  padding: 0;
  color: #333;
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 22px;
  text-align: center;
  background: #fff;
}
.fullBgImg .btn i {
  padding: 0 10px;
  font-size: 18px;
}
.fullBgImg .btn:hover {
  color: #fff;
  background: #333;
}
@media (max-width: 768px) {
  .fullBgImg .btn {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .fullBgImg p {
    margin: 10px auto;
  }
}
.t3-navhelper {
  background: #fff;
}
.t3-navhelper .our_certification {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .t3-navhelper .our_certification {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 398px) {
  .t3-navhelper .our_certification img {
    width: 100%;
  }
}
.t3-footer .dropdown-menu > li {
  border: none;
}
.t3-footer .dropdown-menu > li > a {
  padding: 10px 0;
}
.t3-footer .nav .dropdown-menu {
  margin-top: 20px;
}
.t3-footer .nav li span {
  font-size: 16px;
  font-weight: bolder;
}
.header .head-search {
  right: 20px;
}
@media (max-width: 991px) {
  .header .head-search {
    right: 75px;
  }
}
.header .head-search .search {
  background: none !important;
  border: none !important;
  top: 25px;
  right: 20px;
}
.header .head-search .search .fa-search {
  top: 7px;
  color: #777;
  z-index: 0;
}
@media (max-width: 440px) {
  .header .head-search .search .fa-search {
    display: none;
  }
}
.header .head-search .search .form-control {
  line-height: inherit;
  border: none;
  height: 30px;
  padding: 0 0px 0 40px;
}
@media (max-width: 440px) {
  .header .head-search .search .form-control {
    display: none;
  }
}
.header .head-search .search .form-control:active,
.header .head-search .search .form-control:focus {
  color: #333;
}
.header .head-search .search .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 5px rgba(40, 40, 40, 0.1) inset;
  -webkit-text-fill-color: #777;
}
.header .head-search .mod-languages {
  position: absolute;
  top: 29px;
  list-style: none;
  right: 0;
  background: #ccc;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 3px;
}
.header .head-search .mod-languages a {
  color: #fff;
}
.t3-footer-sl #Mod122 {
  margin-top: 0;
}
.t3-footer-sl #Mod122 .module-ct .custom {
  margin-top: 0px;
}
.t3-footer-sl #Mod122 .module-ct .custom .signup h5 {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 15px;
}
.t3-footer-sl #Mod122 .module-ct .custom .signup p {
  margin: 0;
}
.t3-footer-sl #Mod116 .acymailing_form {
  margin: none;
}
.t3-footer-sl #Mod116 .acymailing_form tr .acyfield_email {
  width: 100%;
}
.t3-footer-sl #Mod116 .acymailing_form tr .acyfield_email .inputbox {
  height: 35px;
  border: 1px solid #bbb;
  border-right: none;
  padding: 0px 10px;
}
.t3-footer-sl #Mod116 .acymailing_form tr .subbutton {
  height: 35px;
  width: 40px;
  border: 1px solid #bbb;
  border-left: none;
  background: #fff;
}
.t3-wrapper > .slideshow {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .t3-wrapper > .slideshow {
    margin-top: 42px;
  }
}
.t3-content {
  margin: 0;
  padding: 0;
}
.article-content .gbs3 {
  margin: auto;
  max-width: 1080px;
}
.article-content .gbs3 .form-control {
  font-size: 18px;
  font-size: 1.8rem;
}
.article-content .gbs3 .gcore-input {
  width: 100%;
}
.article-content .gbs3 #form-row-interesting .interesting {
  max-width: none;
}
.article-content .gbs3 #form-row-interesting .gcore-input {
  width: auto;
}
.itemid-120 .certified {
  max-width: 1080px;
}
.itemid-120 .certified img {
  display: inline;
}
.t3-footer-sl .module-ct .custom {
  margin-top: 0px;
}
.t3-footer-sl .module-ct .custom .Icons {
  margin-top: 5px;
  height: 20px;
  line-height: 20px;
}
.t3-footer-sl .module-ct .custom .Icons span {
  text-indent: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  margin-right: 23px;
}
.t3-footer-sl .module-ct .custom .Icons a {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #666;
}
.t3-footer-sl .module-ct .custom .Icons a i {
  font-size: 18px;
}
.t3-footer-sl .module-ct .custom .Icons a:hover {
  color: #a0a0a0;
}
.t3-footer-sl .module-ct .custom .Icons .facebook {
  margin-right: 18px;
}
.t3-footer-sl .module-ct .custom .Icons .twitter {
  margin-right: 23px;
}
.t3-footer-sl .module-ct .custom .Icons .google {
  margin-right: 14px;
}
.t3-footer-sl .module-ct .custom .Icons .fa-envelope,
.t3-footer-sl .module-ct .custom .Icons .fa-facebook,
.t3-footer-sl .module-ct .custom .Icons .fa-twitter,
.t3-footer-sl .module-ct .custom .Icons .fa-google-plus {
  font-size: 20px;
  font-size: 2rem;
}
.itemid-105 .t3-mainbody {
  max-width: 1170px;
  margin: 45px auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.product_s,
.product_s img {
  width: 100%;
}
.product_s img {
  display: block;
}
@media (max-width: 768px) {
  #t3-footer .nav > li {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    border-top-width: 80%;
  }
  #t3-footer .nav > li .dropdown-menu {
    margin-top: 5px;
  }
}
.itemid-105 #t3-mainbody .items-row {
  margin-top: 25px;
}
.itemid-105 #t3-mainbody .items-row .new-item {
  margin-bottom: 0;
}
.itemid-105 #t3-mainbody .items-row .news-items {
  height: 330px;
}
@media (max-width: 769px) {
  .itemid-105 #t3-mainbody .items-row .news-items {
    height: auto;
  }
}
.itemid-105 #t3-mainbody .items-row .news-items h2 {
  font-size: 20px;
  font-size: 2rem;
}
.itemid-105 #t3-mainbody .items-row .news-items .item-image {
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
}
.itemid-105 #t3-mainbody .items-row .news-items .item-image img {
  width: 100%;
}
.itemid-105 #t3-mainbody .items-row .news-items .introtext {
  margin: auto 10px;
}
.itemid-105 #t3-mainbody .items-row .news-items .introtext .rdm h3 {
  font-size: 20px;
  font-size: 2rem;
}
.itemid-105 #t3-mainbody .items-row .news-items .introtext .rdm p {
  font-size: 16px;
  font-size: 1.6rem;
}
#xmap {
  max-width: 1080px;
  margin: auto;
  margin-top: 55px;
}
#xmap h2:nth-of-type(2) {
  display: none;
}
#xmap ul {
  list-style: none;
  padding-left: 20px;
}
#xmap ul li {
  list-style: none;
}
#xmap .level_0 {
  margin-top: 50px;
  overflow: hidden;
}
#xmap .level_0 span {
  font-size: 24px;
  font-weight: bold;
}
#xmap .level_0 > li {
  float: left;
  width: 25%;
}
#xmap .level_0 > li > a[title~=Professional] {
  display: none;
}
#xmap .level_0 > li > a {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  transition: .3s;
}
#xmap .level_0 > li > a:hover {
  color: #08c;
}
#xmap .level_1 {
  margin-top: 20px;
  padding-left: 0;
}
#xmap .level_1 li {
  line-height: 20px;
}
#xmap .level_1 span {
  font-size: 20px;
}
.slideshow .product_nav {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
}
.slideshow .product_nav .title {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .slideshow .product_nav .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .slideshow .product_nav .title {
    display: none;
  }
}
.slideshow .product_nav .title span {
  color: #fff;
  float: left;
}
.slideshow .product_nav .title span i {
  margin-left: 25px;
  padding: 0 5px;
  background: url("../images/short_vertical_line.jpg") center center no-repeat;
}
.slideshow .nav {
  float: left;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
}
.slideshow .nav li {
  display: inline-block;
  margin-right: 30px;
}
.slideshow .nav li a {
  text-transform: uppercase;
  color: #fff;
}
.slideshow .nav li a:hover {
  color: #666;
}
.slideshow .nav li.active {
  background: url("../images/arrow_up.png") center bottom no-repeat;
}
.slideshow .nav li.active a {
  color: #666;
}
.header .level1 > li > div {
  display: none !important;
}
.strength_rd_banner {
  background: url(../images/strength/rd/strength_rd_banner.jpg) center top no-repeat;
  height: 600px;
}
.strength_rd .text {
  text-align: center;
}
.strength_rd .text h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .strength_rd .text h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.strength_rd .text h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 767px) {
  .strength_rd .text h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.strength_rd .text p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
.strength_rd .text hr {
  width: 40px;
  border-width: 2px;
  border-color: #666;
  margin-bottom: 30px;
}
.strength_rd .img {
  margin-top: 50px;
  margin-bottom: 80px;
}
.strength_rd .img .imgl,
.strength_rd .img .imgr {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.strength_rd .img .imgr {
  padding-right: 0;
  padding-left: 20px;
}
.strength_rd img {
  max-width: 100%;
}
.slideshow .product_nav .title.mob {
  height: 30px;
  line-height: 30px;
  font-size: 1.7rem;
}
@media (max-width: 400px) {
  .slideshow .nav {
    padding: 0;
  }
}
.downloadImg {
  background: url(../images/support/support_Download_banner.jpg) center top no-repeat;
}
.downloadImg .title {
  color: #666666;
  border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}
.downloadMain {
  padding: 80px 0 80px;
}
.downloadMain h2 {
  text-align: center;
  margin-bottom: 30px;
}
.downloadMain .table {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .downloadMain .table {
    margin-bottom: 0;
  }
}
.downloadMain .table thead tr {
  border-top: 1px solid #ddd;
  background: #f5f6f6;
  text-transform: uppercase;
}
.downloadMain .table tbody td {
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
.downloadMain .table tbody td:last-child {
  border-right: none;
  text-align: center;
}
.downloadMain .table tbody td:last-child em {
  color: #c8000a;
  padding-right: 10px;
  padding-left: 10px;
}
.downloadMain .table tr {
  text-align: center;
}
.downloadMain .table tr td:first-child {
  text-align: left;
}
.downloadMain .table tr a i {
  color: #08c;
}
.downloadMain .table tr a:hover i {
  color: #999;
}
.downloadMain .table tr:last-child {
  border-bottom: 1px solid #ddd;
}
.products_banner .underLine {
  border: none !important;
}
.itemid-101 #t3-footer,
.itemid-125 #t3-footer {
  margin-top: 0px;
}
.itemid-196 .t3-content .search {
  max-width: 1170px;
  margin: auto;
  padding: 100px 15px;
}
.blog .item .introtext h2 {
  font-size: 20px;
  font-size: 2rem;
  height: 70px;
}
.blog #pagination ul {
  display: inline-block;
  margin-bottom: 45px;
}
.blog #pagination ul li {
  display: inline-block;
  list-style: none;
  float: left;
  border: 1px solid #e1e1e1;
  margin: 0 5px;
  padding: 5px 0px;
}
.blog #pagination ul li a {
  width: 100%;
  height: 100%;
  padding: 5px 8px;
}
.blog #pagination ul .active {
  background: #ddd;
}
.blog #pagination ul .active a {
  font-weight: bolder;
}
.tac {
  text-align: center;
}
.company_banner .con1001 {
  max-width: 800px;
  margin: 40px auto 0 auto;
}
.company_banner .con1001 hr {
  width: 40px;
  border-top-width: 2px;
}
.company_banner .con1001 h2 {
  font-size: 4rem;
  font-weight: normal;
}
@media (max-width: 602px) {
  .company_banner .con1001 {
    max-width: 501px;
  }
  .company_banner .con1001 p {
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  .company_banner .con1001 {
    width: auto;
  }
  .company_banner .con1001 h2 {
    font-size: 3rem;
  }
  .company_banner .con1001 p {
    margin-right: 15px;
  }
}
.itemid-125 .QA_title {
  height: 50px;
  line-height: 50px;
  font-size: 2.4rem;
  color: #666;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 45px;
}
.loding_box {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.loding {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 100px;
  margin-left: -100px;
  margin-top: -50px;
  background: #a6b2ae;
  border-radius: 10px;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  font-weight: bold;
  color: #111;
}
.videoPlay {
  padding: 80px 0;
}
.videoPlay .video {
  width: 100%;
  max-width: 854px;
  margin: 0 auto;
}
.videoPlay .video iframe {
  width: 100%;
  height: 480px;
}
.videoPlay .pdf .btn {
  display: block;
  border: 1px solid #ddd;
  width: 300px;
  margin: 20px auto;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  background-image: -ms-linear-gradient(180deg, #32a8e3, #0d90d2);
  background-image: -moz-linear-gradient(180deg, #32a8e3, #0d90d2);
  background-image: -webkit-linear-gradient(180deg, #32a8e3, #0d90d2);
}
.videoPlay .pdf .btn:hover {
  background-image: -ms-linear-gradient(180deg, #3688b2, #1d79a8);
  background-image: -moz-linear-gradient(180deg, #3688b2, #1d79a8);
  background-image: -webkit-linear-gradient(180deg, #3688b2, #1d79a8);
}
.err404 {
  padding: 100px 0;
  color: #666;
  text-align: center;
}
.err404 h1 {
  font-size: 260px;
  font-size: 26rem;
  font-weight: normal;
  line-height: 0.68;
  margin: 0;
}
.err404 p {
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 35px;
  margin-bottom: 55px;
}
.err404 a {
  color: #08c;
  font-size: 18px;
  font-size: 1.8rem;
}
.contact-info p {
  line-height: 2;
}
.contact-info p .phone-block {
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .contact-info p .phone-block {
    display: block;
    padding: 0;
  }
}
.pro-wrap .product-banner {
  position: relative;
  margin-top: 36px;
}
.pro-wrap .product-banner .text {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.pro-wrap .product-banner .text a {
  display: inline-block;
  background: #e00011;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 1200px) {
  .pro-wrap .product-banner .text {
    bottom: 10px;
  }
  .pro-wrap .product-banner .text h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  .pro-wrap .product-banner .text a {
    font-size: 18rempx;
    font-size: 1.8remrem;
  }
}
@media (max-width: 767px) {
  .pro-wrap .product-banner .text {
    bottom: 10px;
  }
  .pro-wrap .product-banner .text h1 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom: 1px;
  }
  .pro-wrap .product-banner .text a {
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.pro-wrap .sect-bg {
  background: #f7f7f7;
}
.pro-wrap .row {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .pro-wrap .row {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pro-wrap .row {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.pro-wrap h2 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .pro-wrap h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.pro-wrap h4 {
  font-size: 40px;
  font-size: 4rem;
}
.pro-wrap p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.42;
}
.pro-wrap .pro-p2 {
  font-size: 20px;
  font-size: 2rem;
}
.pro-wrap .pro-item li {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 6px;
  margin-bottom: 6px;
}
.pro-wrap .pro-table table {
  border: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
}
.pro-wrap .pro-table table th {
  color: #333;
  border: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
}
.pro-wrap .pro-table table th:nth-of-type(1) {
  text-align: right;
}
.pro-wrap .pro-table table td {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.pro-wrap .pro-table table td:nth-child(2n-1) {
  background: #f7f7f7;
}
.pro-wrap .pro-table .table-two td:nth-child(2n-1) {
  text-align: right;
}
.pro-wrap .pro-table .table-inner-table {
  border: none;
}
.pro-wrap .pro-table .table-inner-table td {
  border: none;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.pro-wrap .pro-table .table-inner-table td:nth-child(2n-1) {
  text-align: left;
  background: #fff;
}
.pro-wrap .pad-b-45 {
  padding-bottom: 45px;
}
.pro-wrap .pic {
  text-align: center;
}
.pro-wrap .pic-two img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pro-wrap .flex-bottom {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .pro-wrap .flex-bottom {
    display: block;
  }
}
.pro-wrap .flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .pro-wrap .flex-center {
    display: block;
  }
}
.navbar-toggle {
  height: 64px;
  line-height: 64px;
  top: 0;
}
.article-info {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-size: 2rem;
}
.index-notice {
  position: fixed;
  left: 10px;
  width: 300px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  z-index: 9999;
  border: 1px solid #c4c4c4;
  box-shadow: 1px 1px 10px #444;
}
@media (max-width: 520px) {
  .index-notice {
    left: 50%;
    top: 50%;
    bottom: initial !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
  }
}
.index-notice h3 {
  text-align: center;
  margin-top: 0;
}
.index-notice .close {
  display: block;
  text-align: right;
  cursor: pointer;
}
.certification {
  margin: 50px 10px;
}
@media (max-width: 520px) {
  .zopim {
    display: none !important;
  }
}
.phone_table {
  display: none;
}
@media (max-width: 520px) {
  .phone_table {
    display: table;
  }
  .phone_table td {
    padding: 8px 5px !important;
  }
}
.Computer_table {
  display: table;
}
@media (max-width: 520px) {
  .Computer_table {
    display: none;
  }
}
.pc_1 {
  display: block;
  width: 100% !important;
}
@media (max-width: 641px) {
  .pc_1 {
    display: none;
  }
}
.sj_2 {
  display: none;
  width: 100% !important;
}
@media (max-width: 641px) {
  .sj_2 {
    display: block;
  }
}
.QR_code {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
.QR_code h3 {
  color: #595959;
  font-size: 24px;
}
.QR_code img {
  width: 80%;
}
