@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(../fonts/Source-Han-Sans.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url(../fonts/Raleway-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/PlayfairDisplay-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Georgia';
  src: url(../fonts/Georgia.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../fonts/SourceHanSansCN-Regular.woff.ttf) format('truetype');
}
.container {
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.containerBox {
  width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 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;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  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: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/tc-zoom.png") no-repeat center center #c5c5c5;
  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: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 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;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header img {
  width: auto;
}
#header .header-top {
  border-bottom: 1px solid #e5e5e5;
}
#header .header-top .language {
  display: flex;
  justify-content: flex-end;
}
#header .header-top .language .en {
  border: none;
}
#header .header-top .language p {
  padding: 4px 10px;
  font-size: 13.33px;
  font-family: 'Microsoft';
  color: #000000;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#header .header-top .language p > a {
  font-size: 13.33px;
  font-family: 'Microsoft';
  color: #000000;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .header-top .language p > a:hover {
  color: #1d2089;
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  height: 100px;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .nav .nav-box .logo {
  display: flex;
      align-items: flex-end;
}
#header .nav .nav-box .logo .title {
  margin-left: 20px;
}
#header .nav .nav-box .logo .title h1 {
  font-size: 35px;
  color: #1d2089;
  letter-spacing: -1px;
	
}
#header .nav .nav-box .logo .title p {
  text-transform: uppercase;
  font-size: 12px;
  color: #656565;

}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: flex;
  height: 100%;
  line-height: 100px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 25px;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 17px;
  color: #000000;
  display: block;
  position: relative;
  font-family: 'Microsoft';
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #1d2089;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #1d2089;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #0569e9;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .menu-box .language > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: poppins-regular;
  color: #ffffff;
  margin: 0 15px;
}
#header .nav .nav-box .menu-box .language > a > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#header .nav .nav-box .menu-box .language .ES {
  position: relative;
}
#header .nav .nav-box .menu-box .language .ES::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  left: -15px;
  top: 10px;
}
#header .nav .nav-box .menu-box .h-search {
  cursor: pointer;
  margin-left: 20px;
}
#header .nav .nav-box .menu-box .h-search i {
  color: #ffffff;
}
#header .nav .nav-box .menu-box .h-search i:hover {
  color: #d33827;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .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 .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner {
  margin-top: 125px;
  position: relative;
}
#banner .banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .banner .banner-content {
  text-align: center;
}
#banner .banner .banner-content h1 {
  font-size: 64px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Regular';
}
#banner .banner .banner-content p {
  color: #ffffff;
  font-size: 18.67px;
  text-transform: uppercase;
  margin-top: 20px;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6 {
  font-family: 'SourceHanSansCN-Regular';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a,
#index-body span,
#index-body i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body h1.h1 {
  font-size: 48px;
  color: #1d2088;
}
#index-body h1.h1 > a {
  font-size: 48px;
  color: #898989;
}
#index-body h2.h2 {
  font-size: 18.67px;
  color: #000000;
}
#index-body h2.h2 > a {
  font-size: 18.67px;
  color: #000000;
}
#index-body h3.h3 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
#index-body h3.h3 > a {
  font-size: 20px;
  color: #000000;
}
#index-body h4 {
  font-size: 16px;
  color: #9b9b9b;
  font-family: 'Raleway-Regular';
}
#index-body p.p {
  font-size: 16px;
  color: #000000;
  font-family: "Microsoft";
}
#index-body p.p > a {
  font-size: 16px;
  color: #000000;
  font-family: "Microsoft";
}
#index-body .i-product {
  padding-top: 95px;
	padding-bottom:10px;
}
#index-body .i-product .product-top {
  text-align: center;
}
#index-body .i-product .product-top .h1 {
  padding-bottom: 10px;
}
#index-body .i-product .product-top .p {
  color: #9b9b9b;
  line-height: 30px;
}
#index-body .i-product .product-top .pp {
  width: 55%;
  margin: 0 auto;
  padding-top: 40px;
}
#index-body .i-product .productBox {
  margin-top: 100px;
}
#index-body .i-product .productBox ul{
	justify-content: space-between;
}
#index-body .i-product .productBox ul li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
	    margin-top: 10px;
	width:19.5%;
}
#index-body .i-product .productBox ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-product .productBox ul li:hover .product-content {
  bottom: 0;
  opacity: 1;
}
#index-body .i-product .productBox ul li > img {
  width: 100%;
  height: 100%;
}
#index-body .i-product .productBox ul li .product-content {
  position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    background: #1d2089;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
#index-body .i-product .productBox ul li .product-content .peoduct-content-box {

}
#index-body .i-product .productBox ul li .product-content .peoduct-content-box h4 {
  font-size: 30px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Regular';
}
#index-body .i-product .productBox ul li .product-content .peoduct-content-box h4 a{
	color: #ffffff;
  font-size: 16px;
  padding: 20px 15px;
  display: block;
  font-family: 'SourceHanSansCN-Regular';
}
#index-body .i-faq {
  padding: 90px 0 120px 0;
}
#index-body .i-faq .faq-top {
  text-align: center;
}
#index-body .i-faq .faqBox {
  padding: 80px 100px 110px 100px;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide {
  padding: 50px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide:hover {
  background-color: #1b208c;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide:hover h5 > i {
  background-image: url(../images/wenhao2.png);
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide:hover h5 {
  border-bottom: 5px solid #41469f;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide h5 {
  border-bottom: 5px solid #d4d4d4;
  padding-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide h5 > i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 34px;
  background: url(../images/wenhao1.png) no-repeat center center;
  margin-right: 20px;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide h5 > span {
  display: inline-block;
  width: 87%;
  vertical-align: middle;
  font-size: 18.67px;
  height: 20px;
  color: #9b9b9b;
  font-family: "Microsoft";
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide .p {
  color: #9b9b9b;
  margin-top: 25px;
  margin-left: 55px;
  height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .i-faq .swiper-pagination {
  width: 100%;
  text-align: center;
}
#index-body .i-faq .swiper-pagination .swiper-pagination-bullet {
  width: 120px;
  height: 5px;
  background-color: #9b9b9b;
  border-radius: 0;
  margin: 0 5px;
}
#index-body .i-faq .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1b208c;
}
#index-body .i-about {
  padding: 145px 0;
  background-image: url(../images/aboutBackgroud.jpg);
}
#index-body .i-about .aboutBox {
  display: flex;
  align-items: center;
}
#index-body .i-about .aboutBox .about-left {
  width: 50%;
}
#index-body .i-about .aboutBox .about-left .h1 {
  font-size: 60px;
  color: #ffffff;
  padding: 20px 0;
}
#index-body .i-about .aboutBox .about-left p {
  font-size: 18px;
  color: #ffffff;
  font-family: 'Microsoft';
  width: 90%;
  line-height: 40px;
}
#index-body .i-about .aboutBox .about-left .pp {
  margin-top: 60px;
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
#index-body .i-about .aboutBox .about-left .pp a {
  display: inline-block;
  padding: 8px 50px;
  background-color: #dcdcdc;
  color: #000000;
  font-size: 16px;
  font-family: 'Microsoft';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-about .aboutBox .about-left .pp a:hover {
  background-color: #1b208c;
  color: #ffffff;
}
#index-body .i-about .aboutBox .about-right {
  width: 50%;
}
#index-body .i-about .aboutBox .about-right .about-img {
  text-align: right;
}
#index-body .i-news {
  padding: 90px 0 140px 0;
}
#index-body .i-news .news-top {
  text-align: center;
}
#index-body .i-news .news-top .h1 {
  font-size: 48px;
  color: #1d2088;
}
#index-body .i-news .newsBox {
  margin-top: 90px;
}
#index-body .i-news .newsBox .swiper-slide .h2 {
  font-weight: bold ;
}
#index-body .i-news .newsBox .swiper-slide .h2 > a:hover {
  color: #1b208c;
}
#index-body .i-news .newsBox .swiper-slide .news-time {
  margin: 10px 0 20px 0;
  font-size: 14px;
  color: #000000;
}
#index-body .i-news .newsBox .swiper-slide .p {
  line-height: 30px;
}
#index-body .i-news .newsBox .swiper-slide .p:hover a {
  color: #1b208c;
}
#footer {
  position: relative;
  background-image: url(../images/footerBackgroud.jpg);
	background-size:cover;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  font-family: 'Georgia';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a,
#footer span,
#footer i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer p {
  font-family: 'Raleway-Regular';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer h1.h1 {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
}
#footer h1.h1 > a {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
}
#footer h2.h2 {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}
#footer h2.h2 > a {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
}
#footer h3.h3 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
#footer h3.h3 > a {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}
#footer p.p {
  font-size: 16px;
  color: #000000;
}
#footer p.p > a {
  font-size: 16px;
  color: #000000;
}
#footer p.more {
  display: inline-block;
}
#footer p.more > a {
  font-size: 16px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer img {
  width: auto;
}
#footer .footer-top {
  padding: 80px 0;
}
#footer .footer-top .footer-top-box {
  display: flex;
  justify-content: space-between;
}
#footer .footer-top .footer-top-box .one {
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-top-box .two ul li {
  margin: 5px 0;
}
#footer .footer-top .footer-top-box .three ul li {
  margin: 10px 0;
}
#footer .footer-top .footer-top-box .three ul li i {
  margin-right: 10PX;
}
#footer .footer-top .footer-top-box .four {
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-top-box .four .footer-qr {
  text-align: center;
}
#footer .footer-top .footer-top-box .four .footer-qr img {
  width: 120px;
  height: auto;
}
#footer .footer-top .footer-top-box .four .footer-qr h2 {
  padding-top: 20px;
  font-size: 18px;
}
#footer .footer-top .footer-top-box .columnBox h2 {
  font-size: 21.33px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
#footer .footer-top .footer-top-box .columnBox p {
  font-size: 18.67px;
  color: #858585;
}
#footer .footer-top .footer-top-box .columnBox > ul > li {
  font-size: 18.67px;
  color: #858585;
}
#footer .footer-top .footer-top-box .columnBox > ul > li > a {
  font-size: 18.67px;
  color: #858585;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .footer-top .footer-top-box .columnBox > ul > li > a:hover {
  color: #1c1ea8;
}
#footer .footer-bottom {
  padding: 15px 0;
  opacity: 0.2;
}
#footer .footer-bottom .containerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-bottom .containerBox > p {
  color: #ffffff;
  font-size: 14px;
}
#footer .footer-bottom .containerBox > p > a {
  color: #ffffff;
  font-size: 14px;
}
#footer .Stick {
  position: absolute;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background-color: #1d2089;
  top: -33px;
  right: 50px;
  cursor: pointer;
}
#footer .Stick:hover {
  background-color: #d33827;
}
#footer .Stick > img {
  display: inline-block;
}
@media screen and (max-width: 1430px) {
  .containerBox {
    width: 1170px;
  }
	#header img{
		width:55px;
		height:auto;
	}
  #header .nav {
    height: 70px;
  }#header .nav .nav-box .logo .title h1{
        font-size: 18px;
  }
  #header .nav .nav-box .logo .title p{
        font-size: 12px;
        display: -webkit-box;
  }
  #header .nav .nav-box .menu-box {
    line-height: 70px;
  }
  #banner {
    margin-top: 95px;
  }
  #header .nav .nav-box .logo {
    width: 34%;
  }
	#header .nav .nav-box .logo .title h1{
		    letter-spacing: 6px;
	}
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 15px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 20px;
  }
  #banner .banner .banner-content h1 {
    font-size: 48px;
  }
  #banner .banner .banner-content p {
    font-size: 14.67px;
  }
  #index-body .i-product {
    padding-top: 40px;
  }
  #index-body h1.h1 {
    font-size: 38px;
  }
  #index-body .i-product .product-top .pp {
    padding-top: 25px;
    width: 75%;
  }
  #index-body .i-product .productBox {
    margin-top: 50px;
  }
  #index-body .i-product .productBox > ul > li .product-content .peoduct-content-box h4 {
    font-size: 24.19px;
    margin-bottom: 10px;
  }
  #index-body .i-product .productBox > ul > li .product-content .peoduct-content-box p {
    font-size: 12px;
  }
  #index-body .i-product .productBox > ul > li .product-content .peoduct-content-box {
    width: 60%;
  }
  #index-body .i-faq {
    padding: 40px 0 90px 0;
  }
  #index-body .i-faq .faqBox {
    padding: 50px 40px 60px 40px;
  }
  #index-body .i-faq .faqBox .swiper-slide {
    padding: 20px;
  }
  #index-body .i-faq .faqBox .swiper-slide h5 {
    padding-bottom: 20px;
  }
  #index-body .i-faq .faqBox .swiper-slide h5 > span {
    font-size: 16px;
  }
  #index-body .i-faq .faqBox .swiper-slide h5 > i {
    margin-right: 10px;
  }
  #index-body .i-faq .faqBox .swiper-slide .p {
    margin-left: 45px;
    margin-top: 20px;
    height: 40px;
  }
  #index-body p.p {
    font-size: 14px;
  }
  #index-body .i-about .aboutBox .about-left h1 {
    color: #ffffff;
    padding: 10px 0;
    font-size: 40px;
  }
  #index-body .i-about .aboutBox .about-left p {
    font-size: 14px;
  }
  #index-body .i-about .aboutBox .about-left .pp {
    margin-top: 45px;
  }
  #index-body .i-about .aboutBox .about-left .pp > a {
    font-size: 14px;
    padding: 5px 40px;
  }
  #index-body .i-about {
    padding: 80px 0;
    background-image: url(../images/aboutBackgroud.jpg);
  }
  #index-body .i-news {
    padding: 40px 0 70px 0;
  }
  #index-body .i-news .newsBox {
    margin-top: 40px;
  }
  #index-body .i-news .newsBox {
    margin-top: 40px;
  }
  #index-body .i-news .newsBox .swiper-slide h6 {
    margin: 5px 0 10px 0;
  }
  #index-body p.p > a {
    font-size: 14px;
  }
  #index-body .i-news .newsBox .swiper-slide .p > a {
    line-height: 24px;
  }
  #index-body .i-news .news-top h1 {
    font-size: 40px;
  }
  #footer .footer-top .footer-top-box .columnBox h2 {
    font-size: 18px;
  }
  #footer .footer-top .footer-top-box .columnBox > ul > li > a {
    font-size: 16px;
  }
  #footer .footer-top .footer-top-box .columnBox > ul > li {
    font-size: 16px;
  }
  #footer .footer-top .footer-top-box .three ul li i {
    font-size: 14px;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #about-banner,
  #sales-banner,
  #product-banner,
  #download-banner,
  #contact-banner {
    margin-top: 95px;
  }
  #about-banner .banner .banner-content h1,
  #sales-banner .banner .banner-content h1,
  #product-banner .banner .banner-content h1,
  #download-banner .banner .banner-content h1,
  #contact-banner .banner .banner-content h1 {
    font-size: 44px;
  }
  #i-about-paga-int1 > ul > li .right .right-content h1 {
    font-size: 38px;
  }
  #i-about-paga-int1 > ul > li .right .right-content {
    width: 75%;
  }
  #i-about-paga-int1 > ul > li .right .right-content .pp {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
  }
  #i-sales-paga {
    padding-top: 100px;
  }
  #i-sales-paga .sales-top h1 {
    font-size: 38px;
  }
  #i-sales-paga .sales-top .pp {
    width: 60%;
    font-size: 14px;
    line-height: 24px;
    margin: 10px auto 0 auto;
  }
  #i-sales-paga .sales-people {
    padding-top: 70px;
  }
  #i-sales-paga .sales-people .people-box .people-content:hover {
    padding: 20px 20px;
  }
  #i-sales-paga .sales-people .people-box .people-content .people-content-box .people-name h2 {
    color: #fff;
    font-size: 18px;
  }
  #i-sales-paga .sales-people .people-box .people-content .people-content-box .people-name p {
    font-size: 12px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.8);
  }
  #i-contact-paga .contact-top {
    padding: 50px 0;
  }
  #i-contact-paga .contact-top h1 {
    font-size: 38px;
  }
  #i-download-paga .download-list .download-box .download-top {
    padding: 60px 0;
    text-align: center;
  }
  #i-download-paga .download-list .download-box .download-top h1 {
    font-size: 38px;
  }
  #i-product-paga .product-paga-top {
    text-align: center;
    padding: 60px 0 70px 0;
  }
  #i-product-paga .product-paga-top h1 {
    font-size: 38px;
  }
  #i-product-paga .product-paga-top .pp {
    width: 70%;
    font-size: 14px;
    line-height: 24px;
  }
  #i-product-paga .product-paga-top .pp #i-product-paga .product-paga-box .productImg .product-name p {
    color: #ffffff;
    font-size: 18px;
    padding: 10px 15px;
  }
  .inner-banner1{
        margin-top: 98px;
  }
  #index-body .i-product .productBox ul li .product-content .peoduct-content-box h4 a{
        font-size: 14px;
            padding: 10px 10px;
            display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
  }
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide{
      padding: 30px;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide .p{
      height: 40px;
}




}
@media screen and (max-width: 1170px) {
  .containerBox {
    width: 910px;
  }
  #footer .footer-top .footer-top-box .one a img{
    width: 120px;
    height: auto;
  }
	#header .nav .nav-box .logo .title h1 {
    letter-spacing: 8px;
}
	#header .header-top .containerBox{
		width:95%;
	}
	#header .nav .containerBox{
		width:95%;
	}
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 20px;
  }
  #index-body h2.h2 {
    font-size: 24px;
  }
  #index-body h2.h2 > a {
    font-size: 24px;
  }#header .nav .nav-box .logo .title h1 {
    font-size: 16px;
}
	#header img{
		width: 42px;
	}
  #index-body p.p {
    font-size: 14px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 14px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 15px;
  }
  #header .nav .nav-box .logo {
    width: 37%;
  }
  #i-about-paga-int1 {
    padding-top: 50px;
  }
  #i-about-paga-int1 > ul > li .right .right-content h1 {
    font-size: 28px;
  }
  #i-about-paga-int1 > ul > li .right .right-content {
    width: 90%;
  }
  #i-about-paga-int1 > ul > li .right .right-content .pp {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    margin-top: 0px;
  }
  #i-about-paga-int1 > ul > li .right .right-content .p {
    margin-bottom: 0;
  }
  #i-about-paga-int1 > ul > li .right .right-content h1 {
    font-size: 28px;
  }
  #i-sales-paga .sales-top h1 {
    font-size: 28px;
    line-height: 48px;
  }
  #i-sales-paga .sales-top .p {
    margin: 0;
  }
  #i-sales-paga .sales-top .pp {
    font-size: 12px;
    line-height: 25px;
    width: 80%;
    margin: 5px auto 0 auto;
  }
  #i-sales-paga {
    padding-top: 30px;
  }
  #i-sales-paga .sales-people {
    padding-top: 30px;
  }
  #i-sales-paga .sales-people .people-box .people-content .people-content-box .people-name h2 {
    color: #fff;
    font-size: 16px;
  }
  #i-contact-paga .contact-top {
    padding: 40px 0;
  }
  #i-contact-paga .contact-list .contact-box .pp {
    color: #676767;
    font-size: 12px;
    margin: 5px 0;
  }
  #i-contact-paga .contact-list .contact-box {
    width: 33%;
    padding: 0 5px;
    margin-bottom: 40px;
  }
  #i-download-paga .download-list .download-box .download-top {
    padding: 50px 0;
    text-align: center;
  }
  #i-download-paga .download-list .download-box .download-top h1 {
    font-size: 28px;
    line-height: 48px;
  }
  #i-product-paga .product-paga-top {
    text-align: center;
    padding: 50px 0 40px 0;
  }
  #i-product-paga .product-paga-top h1 {
    font-size: 28px;
    line-height: 48px;
    padding: 0px 0 5px 0;
  }
  #i-product-paga .product-paga-top .pp {
    width: 90%;
    font-size: 12px;
  }


#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide {
    padding: 10px;
}
#index-body .i-product .productBox ul li .product-content .peoduct-content-box h4 a{
      font-size: 12px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#index-body .i-product .productBox ul li .product-content .peoduct-content-box h4{
      font-size: 12px;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide h5 > span{
      font-size: 13px;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide h5 > i{
  background-size: 90% 90%;
      margin-right: 5px;
}
#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide h5{
      padding-bottom: 10px;
}#index-body .i-faq .faqBox .swiper-container .swiper-wrapper .swiper-slide .p {
    height: 35px;
        margin-top: 15px;
    margin-left: 35px;
}
#index-body .i-news .newsBox .swiper-slide .p {
    line-height: 24px;
}


}
@media screen and (max-width: 1100px) {
  .containerBox {
    width: 910px;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin: 0;
  }
  #banner .banner .banner-content h1 {
    font-size: 38px;
  }
  #banner .banner .banner-content p {
    font-size: 12px;
    margin-top: 10px;
  }
  #index-body .i-product {
    padding-top: 30px;
  }
  #index-body h1.h1 {
    font-size: 28px;
  }
  #index-body .i-product .product-top h4 {
    font-size: 14px;
  }
  #index-body p.p {
    font-size: 12px;
  }
  #index-body .i-product .product-top .h1 {
    margin-bottom: 5px;
  }
  #index-body .i-product .product-top .pp {
    padding-top: 15px;
    width: 75%;
    line-height: 20px;
  }
  #index-body .i-product .productBox {
    margin-top: 20px;
  }
  #index-body .i-product .productBox > ul > li .product-content .peoduct-content-box h4 {
    font-size: 18.19px;
    margin-bottom: 5px;
  }
  #index-body .i-product .productBox > ul > li .product-content .peoduct-content-box {
    width: 80%;
  }
  #index-body .i-faq {
    padding: 20px 0 60px 0;
  }
  #index-body .i-faq .faqBox {
    padding: 20px;
  }
  #index-body .i-faq .faqBox .swiper-slide h5 > i {
    width: 22px;
    height: 24px;
    margin-right: 5px;
    background-size: 22px 24px;
  }
  #index-body .i-faq .faqBox .swiper-slide {
    padding: 10px;
  }
  #index-body .i-faq .faqBox .swiper-slide h5 > span {
    font-size: 12px;
  }
  #index-body .i-faq .faqBox .swiper-slide h5 {
    padding-bottom: 10px;
    border-bottom: 5px solid #d4d4d4;
  }
  #index-body .i-faq .faqBox .swiper-slide .p {
    margin-left: 25px;
    margin-top: 10px;
    height: 35px;
  }
  #index-body .i-faq .swiper-pagination .swiper-pagination-bullet {
    width: 70px;
    height: 4px;
  }
  #index-body .i-about {
    padding: 50px 0;
  }
  #index-body .i-about .aboutBox .about-left h1 {
    color: #ffffff;
    padding: 5px 0;
    font-size: 30px;
  }
  #index-body .i-about .aboutBox .about-left p {
    font-size: 12px;
    line-height: 24px;
    width: 90%;
  }
  #index-body .i-about .aboutBox .about-left .pp {
    margin-top: 30px;
  }
  #index-body .i-about .aboutBox .about-left .pp > a {
    font-size: 14px;
    padding: 4px 25px;
  }
  #index-body .i-news .news-top h1 {
    font-size: 30px;
  }
  #index-body .i-news {
    padding: 20px 0 50px 0;
  }
  #index-body .i-news .newsBox {
    margin-top: 30px;
  }
  #index-body h2.h2 > a {
    font-size: 18px;
  }
  #index-body .i-news .newsBox .swiper-slide h6 {
    font-size: 12px;
  }
  #index-body p.p > a {
    font-size: 12px;
  }
  #index-body .i-news .newsBox .swiper-slide .p > a {
    line-height: 20px;
  }
  #index-body .i-news .newsBox .swiper-slide h6 {
    margin: 5px 0 5px 0;
  }
  #footer .footer-top .footer-top-box .one img {
    width: 120px;
    height: auto;
  }
  #footer .footer-top .footer-top-box .columnBox h2 {
    font-size: 16px;
  }
  #footer .footer-top .footer-top-box .columnBox > ul > li > a {
    font-size: 14px;
  }
  #footer .footer-top .footer-top-box .columnBox > ul > li {
    font-size: 14px;
  }
  #footer .footer-top {
    padding: 20px 0;
  }
  #footer .Stick {
    width: 46px;
    height: 46px;
    top: -23px;
  }
  #footer .footer-bottom {
    padding: 10px 0;
  }
  #footer .footer-bottom .clearfix > p > a {
    font-size: 12px;
  }
  #footer .footer-top .footer-top-box .four .footer-qr h2 {
    font-size: 16px;
  }
  #footer .footer-top .footer-top-box .four .footer-qr img {
    width: 80px;
  }
}
@media screen and (max-width: 910px) {
  .containerBox {
    width: 768px;
  }
  #index-body h2.h2 {
    font-size: 18px;
  }
  #index-body p.p {
    font-size: 12px;
  }
  #index-body p.more > a {
    font-size: 12px;
  }
  .mlztx {
    display: none;
  }
  #index-body .i-product .product-top .pp {
    width: 92%;
  }
  #index-body .i-product .productBox > ul > li .product-content .peoduct-content-box {
    width: 90%;
  }
  #index-body .i-faq .faqBox .swiper-slide h5 > i {
    width: 17px;
    height: 19px;
    margin-right: 5px;
    background-size: 17px 19px;
  }
  #footer .footer-top .footer-top-box .columnBox h2 {
    font-size: 14px;
  }
  #footer .footer-top .footer-top-box .columnBox > ul > li > a {
    font-size: 12px;
  }
  #footer .footer-top .footer-top-box .columnBox > ul > li {
    font-size: 12px;
  }
  #footer .footer-top .footer-top-box .four .footer-qr h2 {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .containerBox {
    width: 100%;
    padding: 0 15px;
  }
  #banner .banner .banner-content h1 {
    font-size: 24px;
  }
  #index-body .i-product {
    padding-top: 10px;
  }
  #index-body .i-product .product-top .pp {
    padding-top: 10px;
  }
  #index-body .i-about {
    padding: 20px 0;
  }
  #index-body .i-about .aboutBox {
    display: block;
  }
  #index-body .i-about .aboutBox .about-left {
    width: 100%;
    margin-bottom: 10px;
  }
  #index-body .i-about .aboutBox .about-right {
    width: 100%;
  }
  #footer .footer-top .footer-top-box {
    display: block;
  }
  #footer .footer-top .footer-top-box .one {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .footer-top .footer-top-box .two {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
  #footer .footer-top .footer-top-box .three {
    width: 68%;
    display: inline-block;
  }
  #i-about-paga-int1 > ul > li {
    display: block;
  }
  #i-about-paga-int1 > ul > li .left {
    width: 100%;
  }
  #i-about-paga-int1 > ul > li .right {
    width: 100%;
  }
  #i-sales-paga .sales-top .pp {
    width: 100%;
    padding: 0 10px;
  }
  #i-sales-paga .sales-people {
    display: block;
  }
  #i-sales-paga .sales-people .people-box {
    width: 100%;
  }
  #i-contact-paga .contact-list {
    display: block;
  }
  #i-contact-paga .contact-list .contact-box {
    width: 100%;
    margin-bottom: 20px;
  }
  #i-download-paga .download-list .download-box .download-top {
    padding: 30px 0;
    text-align: center;
  }
  #i-download-paga .download-list .download-box .download-img {
    display: block;
  }
  #i-download-paga .download-list .download-box .download-img .downloadImg {
    width: 100%;
  }
  #i-product-paga .product-paga-top .pp {
    width: 100%;
  }
  #i-product-paga .product-paga-box {
    display: block;
  }
  #i-product-paga .product-paga-box .productImg {
    width: 100%;
  }
  #footer .footer-top .footer-top-box .one{
    display: none;
  }
  #index-body .i-product .productBox ul li{
    width: 50%;
    padding: 5px;
        margin-top: 0px;
  }
}



































#about-banner,
#sales-banner,
#product-banner,
#download-banner,
#contact-banner {
  margin-top: 125px;
  position: relative;
}
#about-banner .banner,
#sales-banner .banner,
#product-banner .banner,
#download-banner .banner,
#contact-banner .banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about-banner .banner .banner-content,
#sales-banner .banner .banner-content,
#product-banner .banner .banner-content,
#download-banner .banner .banner-content,
#contact-banner .banner .banner-content {
  text-align: center;
}
#about-banner .banner .banner-content h1,
#sales-banner .banner .banner-content h1,
#product-banner .banner .banner-content h1,
#download-banner .banner .banner-content h1,
#contact-banner .banner .banner-content h1 {
  font-size: 64px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Regular';
}
#about-banner .banner .banner-content p,
#sales-banner .banner .banner-content p,
#product-banner .banner .banner-content p,
#download-banner .banner .banner-content p,
#contact-banner .banner .banner-content p {
  color: #ffffff;
  font-size: 18.67px;
  text-transform: uppercase;
  margin-top: 20px;
}
#i-about-paga-int1 {
  padding-top: 95px;
}
#i-about-paga-int1 > ul > li {
  display: flex;
}
#i-about-paga-int1 > ul > li .left {
  width: 50%;
}
#i-about-paga-int1 > ul > li .left > img {
  width: 100%;
  height: auto;
}
#i-about-paga-int1 > ul > li .right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#i-about-paga-int1 > ul > li .right .right-content {
  width: 65%;
}
#i-about-paga-int1 > ul > li .right .right-content .p {
  color: #999999;
  font-size: 12px;
  margin-bottom: 10px;
}
#i-about-paga-int1 > ul > li .right .right-content h1 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
  color: #444;
}
#i-about-paga-int1 > ul > li .right .right-content .pp {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 20px;
}
#i-sales-paga {
  padding-top: 200px;
}
#i-sales-paga .sales-top {
  text-align: center;
}
#i-sales-paga .sales-top .p {
  color: #999999;
  font-size: 12px;
  margin-bottom: 10px;
}
#i-sales-paga .sales-top h1 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
  color: #444;
}
#i-sales-paga .sales-top .pp {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 30px;
  width: 45%;
  margin: 25px auto 0 auto;
}
#i-sales-paga .sales-people {
  padding-top: 200px;
}
#i-sales-paga .sales-people .people-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
#i-sales-paga .sales-people .people-box:hover .peopleImg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#i-sales-paga .sales-people .people-box:hover .people-content {
  opacity: 1;
}
#i-sales-paga .sales-people .people-box .peopleImg {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#i-sales-paga .sales-people .people-box .people-content {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px 40px;
}
#i-sales-paga .sales-people .people-box .people-content:hover {
  padding: 40px 40px;
}
#i-sales-paga .sales-people .people-box .people-content .people-content-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#i-sales-paga .sales-people .people-box .people-content .people-content-box .people-name h2 {
  color: #fff;
  font-size: 24px;
}
#i-sales-paga .sales-people .people-box .people-content .people-content-box .people-name p {
  font-size: 14px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}
#i-sales-paga .sales-people .people-box .people-content .people-content-box > img {
  width: auto;
}
#i-product-paga {
  padding-bottom: 120px;
}
#i-product-paga .product-paga-top {
  text-align: center;
  padding: 140px 0 120px 0;
}
#i-product-paga .product-paga-top .p {
  color: #999999;
  font-size: 12px;
}
#i-product-paga .product-paga-top h1 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
  color: #444;
  padding: 10px 0 20px 0;
}
#i-product-paga .product-paga-top .pp {
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #999999;
  width: 60%;
  margin: 0 auto;
}
#i-product-paga .product-paga-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#i-product-paga .product-paga-box .productImg {
  display: inline-block;
  width: 24%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#i-product-paga .product-paga-box .productImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#i-product-paga .product-paga-box .productImg:hover .product-name {
  bottom: 0;
}
#i-product-paga .product-paga-box .productImg img {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#i-product-paga .product-paga-box .productImg .product-name {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  background: #d33827;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#i-product-paga .product-paga-box .productImg .product-name p {
  color: #ffffff;
  font-size: 24px;
  padding: 20px 20px;
}
#i-download-paga {
  padding-bottom: 100px;
}
#i-download-paga .download-list .download-box .download-top {
  padding: 100px 0;
  text-align: center;
}
#i-download-paga .download-list .download-box .download-top p {
  color: #999999;
  font-size: 12px;
}
#i-download-paga .download-list .download-box .download-top h1 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
  color: #444;
}
#i-download-paga .download-list .download-box .download-img {
  display: flex;
  justify-content: space-around;
}
#i-download-paga .download-list .download-box .download-img .downloadImg {
  width: 30%;
  display: inline-block;
  overflow: hidden;
}
#i-download-paga .download-list .download-box .download-img .downloadImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#i-download-paga .download-list .download-box .download-img .downloadImg > a > img {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  width: 100%;
  height: 100%;
}
#i-contact-paga {
  padding-bottom: 100px;
}
#i-contact-paga .contact-top {
  padding: 100px 0;
}
#i-contact-paga .contact-top h1 {
  text-transform: none;
  letter-spacing: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
  color: #444;
  padding-bottom: 10px;
}
#i-contact-paga .contact-top p {
  font-size: 16px;
  color: #999999;
}
#i-contact-paga .contact-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
#i-contact-paga .contact-list .contact-box {
  width: 32%;
  padding: 0 10px;
  margin-bottom: 100px;
}
#i-contact-paga .contact-list .contact-box .p {
  color: #ff0000;
  font-size: 13px;
  padding: 5px 0;
}
#i-contact-paga .contact-list .contact-box .pp {
  color: #676767;
  font-size: 15px;
  margin: 6px 0;
}
.people-show.on {
  left: 0;
}
.people-show {
  position: fixed;
  cursor: pointer;
  top: 120px;
  left: 100%;
  width: 100%;
  height: 100vh;
  z-index: 20;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.people-show .people-bg {
  display: flex;
}
.people-show .people-bg .left {
  width: 50%;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
}
.people-show .people-bg .left .left-content {
  margin-left: 20%;
}
.people-show .people-bg .left .left-content h1 {
  color: #444;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
}
.people-show .people-bg .left .left-content .p {
  font-size: 12px;
  color: #444;
  margin-bottom: 30px;
}
.people-show .people-bg .left .left-content .pp {
  color: #444;
  font-size: 16px;
  margin: 5px 0;
}
.people-show .people-bg .right {
  width: 50%;
}








































.inner-banner {
	margin-top:127px;
  height: 380px;
  background-size: cover;
  background: url("../images/inner-banner.jpg") no-repeat center;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #ffff;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page {
  font-family: roboto-light;
}
.inner-page .sideBar.aboutSideBar {
      border-bottom: 1px solid #d7d7d7;
    background: none;
    padding: 0;
    text-align: center;
    height: 75px;
}
.inner-page .sideBar.aboutSideBar ul{
  height: 75px;
  line-height: 75px;
	justify-content: center;
}
.inner-page .sideBar.aboutSideBar ul li{
	padding: 0 15px;
}
.inner-page .sideBar.aboutSideBar ul li a{
  color: #666;    font-size: 16px;
  display: inline-block;
  height: 75px;
  transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.inner-page .sideBar.aboutSideBar ul li::after{
	content:"";
	width:1px;
	height:45px;
	position:absolute;
	top:50%;
	right:0px;
	transform:translatey(-50%);
/* 	background: #d7d7d7; */
	border-right: 1px solid #d7d7d7;
}
.inner-page .sideBar.aboutSideBar ul li:last-child::after{
	display:none;
}
.inner-page .sideBar.aboutSideBar ul li:hover a{
  border-bottom: 2px solid #035cac;
      color: #035cac;
}
.inner-page div#nav ul.ui li.active{
  
      color: #035cac;
}
.inner-page div#nav ul.ui li.active a{
  color: #035cac;border-bottom: 2px solid #035cac;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #1d2089;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #4245e5 url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 300px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #ffffff;
  font-size: 16px;
  
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
	background: #4245e5;
  left: 0;
  top: 100%;
}
.inner-page.prodet-page .sideBar .side-menu .cat-list,
.inner-page.product-page .sideBar .side-menu .cat-list{
  width: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  position:relative;
}
.inner-page .sideBar .side-menu .cat-list li .children{
    position:absolute;
    right:100%;
    top:0;
    width:100%;
    background:#4245e5;
    display:none;
}
.inner-page .sideBar .side-menu .cat-list li .children li:first-child{
    margin-top:10px;
}
.inner-page .sideBar .side-menu .cat-list li .children li:last-child{
    margin-bottom:10px;
}
.inner-page .sideBar .side-menu .cat-list li:hover>.children{
    display:block;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #ffffff;
    padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  background:#000;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #ffffff;
  padding-right:513px;
  min-height:47px;
  /*line-height: 66px;*/
  background:url(../images/side-iso.png) no-repeat right center;
}
.inner-page.product-page .inner-main-tit,
.inner-page.prodet-page .inner-main-tit{
    background:none;
    padding-right:0;
    min-height:none;
}
.inner-page.product-page.lg-page .inner-main-tit{
    padding-right:513px;
    min-height:47px;
    background:url(../images/side-iso.png) no-repeat right center;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0 211px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
	justify-content: space-between;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #1d2089, #1d2089);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #1d2089, #1d2089);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #000, #000);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #000, #000);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
      width: 39.3%!important;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
/*   box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4); */
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 3%!important;
  width: 60%!important;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one hr{
	border:1px dashed #bfbfbf;
	margin: 20px 0;
}

.prodet-page .prodet-pics .grid.two.column .pro-det-one .back{
  margin-top: 0px;
	position:absolute;
	top:1rem;
	right:100px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .back a{
  font-size: 24px;
  display: inline-block;
  padding: 5px 30px;
  border: 4px solid #bfbfbf;
  transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .back a:hover{
 border: 4px solid #1d2089;
  background: #1d2089;
  color: #ffffff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color:#1d2089;
  font-size: 30px;
  font-family: roboto-light;
  margin-bottom: 10px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  margin-top: 10px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #4a95e2;
  color: #fff;
}
.i-product .pro-list{
      margin-top: 69px;
}
.i-product .pro-list .img-box{
  display: inline-block;
	padding: 10px;
/* 	border: 1px solid #bababa; */
	text-align:center;
}
.i-product .pro-list .img-box .p-img{
	display: block;
	overflow: hidden;
}
.i-product .pro-list .img-box .con-box{
    width: 100%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.i-product .pro-list .img-box .con-box .inquiry{
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding: 15px 20px;
	border-radius: 5px;
	background: #eee;
}
.inner-page .grid-box>.column{
	position:relative;
      padding: 10px 15px;
}
.i-product .pro-list .img-box .con-box .tit > a{
  color: #000;
          font-size: 16px;
          padding: 20px 20px;
          display: block;
}
.i-product .pro-list .img-box:hover .con-box{
      bottom: 0;
}
/*.i-product .pro-list .con-box {
  margin-top: -26px;
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #4a95e2!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 25px 25px 10px;
  font-family: roboto-light;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light;
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}*/
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #be1a1a;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a:hover{
  background: #f58612;
  color: #333333;
}
.prodet-page .image-gallery{
  margin-bottom: 30px;
  margin-top: 20px;
}
.prodet-page .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page p,.prodet-page table td,.prodet-page li {
	font-size:14px;
	line-height:28px;
	padding:5px;
}
.prodet-page p *,.prodet-page table td *,.prodet-page li * {
	font-size:inherit !important;
}
.prodet-page table {
	margin:20px 0;
	border: 1px solid #adadad;
	width: 100%;
}
.prodet-page table td {
	border-color:#ccc;
}
.prodet-page table tr {
	background:#f8f8f8;
}
.prodet-page table tr:nth-child(even) {
	background:#fff;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #4a95e2;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #4a95e2;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #1d2089 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;

}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #4a95e2;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #4a95e2;
	display:block;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  font-family: roboto-regular;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_contents p{
	padding:10px 0;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page .init-1 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}
.contact-page .init-1 ul {
  padding: 80px 0;
}
.contact-page .init-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li i {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #969696;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-1 ul li h3 {
  font-size: 14px;
  color: black;
  padding: 20px 0 10px;
  text-transform: capitalize;
}
.contact-page .init-1 ul li p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.contact-page .init-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.contact-page .init-1 ul li:hover i {
  color: #1d2089;
}
.contact-page .init-2 {
  border-top: 15px solid #d6d6d6;
  border-bottom: 15px solid #d6d6d6;
}
.contact-page .init-2 #map img,
.contact-page .init-2 #map label {
  max-width: none;
  width: auto;
}
.contact-page .init-3 h2 {
  font-size: 36px;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-3 ul {
  margin: -12px;
  display: inline-block;
  width: 100%;
  padding: 70px 0;
}
.contact-page .init-3 ul li {
  width: 50%;
  padding: 12px;
  float: left;
  text-align: center;
}
.contact-page .init-3 ul li input,
.contact-page .init-3 ul li textarea {
  outline: none;
  background: none;
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 10px;
}
.contact-page .init-3 ul li input::-webkit-input-placeholder,
.contact-page .init-3 ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-moz-placeholder,
.contact-page .init-3 ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input::-moz-placeholder,
.contact-page .init-3 ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:-ms-input-placeholder,
.contact-page .init-3 ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-page .init-3 ul li input:focus,
.contact-page .init-3 ul li textarea:focus {
  border-color: #1d2089;
}
.contact-page .init-3 ul li input {
  line-height: 60px;
}
.contact-page .init-3 ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 50px;
  line-height: normal;
  color: white;
  font-size: 18px;
  background: #1d2089;
  margin: 50px auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .init-3 ul li input[type="submit"]:hover {
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}
.contact-page .init-3 ul li textarea {
  height: 200px;
  max-width: 100%;
  min-width: 100%;
  line-height: 24px;
  padding-top: 15px;
}
.contact-page .init-3 ul li .yam {
  position: relative;
}
.contact-page .init-3 ul li .yam input {
  padding-right: 50%;
}
.contact-page .init-3 ul li .yam .img {
  position: absolute;
  right: 2px;
  top: 20px;
}
.contact-page .init-3 ul li .yam .img img,
.contact-page .init-3 ul li .yam .img p {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.faq-page .faq-list {
  padding: 0px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(189, 189, 189, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #fbfbfb;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #4a95e2;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}

.product-yd-page .i-proCategory{
    padding:0;
}
@media screen and (max-width:1230px){
  .prodet-page .prodet-det-two table p{
    font-size: 14px !important;
  }
}




@media screen and (max-width:1180px) {
    .inner-page .inner-main-tit,
    .inner-page.product-page.lg-page .inner-main-tit {
        padding-right: 383px;
        background-size: 350px;
    }.contact-page .init-3 h2,.contact-page .init-1 h2 {
    font-size: 30px;
  }
  .contact-page .init-3 ul li input {
    line-height: 40px;
  }
  .contact-page .init-3 ul li .yam .img {
    top: 12px;
  }.contact-page .init-3 h2, .contact-page .init-1 h2 {
    font-size: 22px;
  }
  .contact-page .init-1 ul li p {
    font-size: 12px;
  }

}
@media screen and (max-width:992px) {
    #index-body .i-tit{
        font-size:24px;
    }
    .i-whyUs .why-list{
        padding: 0;
    }
    #index-body .i-network .txt-box{
        right: 1.5%;
    }
    .inner-page .inner-main-tit,
    .inner-page.product-page.lg-page .inner-main-tit{
        background: none;
        padding-right: 0;
    }
    .contact-page .c-list-box .contactList .qr-box{
        display: none;
    }
    .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName{
        font-size: 29px;
    }
}
@media screen and (max-width:768px) {
    #index-body .i-about,
    .i-proCategory,
    .i-product,
    #index-body .i-news,
    #index-body .i-whyUs,
    #footer .f-top,
    .about-page .a-whyUs,
    .prodet-page .prodet-det-two{
        padding: 50px 0;
    }.contact-page .init-1 ul li {
    width: 50% !important;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 20px;
  }
  .contact-page .init-1 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .contact-page .init-1 ul li i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .contact-page .init-1 ul {
    padding: 40px 0;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .init-3 ul li {
    width: 100%;
  }
  .contact-page .init-3 ul li input[type="submit"] {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-1 h2 {
    padding: 30px 0 10px;
  }
    #index-body .i-tit,
    #index-body .i-whyUs .i-tit{
        font-size: 20px;
        padding-bottom:20px;
    }
    .i-more{
        padding: 0 18px;
        line-height: 32px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        font-size: 16px;
    }
    #index-body .i-about .a-con .i-tit{
        padding-bottom:20px;
    }
    #index-body .i-about .a-con .intro{
        font-size:16px;
        margin: 25px 0 40px;
    }
    .i-proCategory .cat-lis,
    .i-product .pro-list,
    .i-whyUs .why-list{
        margin-top: 30px;
    }
    #index-body .i-contact{
        height: auto;
        padding: 80px 0;
    }
    #index-body .i-contact .i-tit{
        font-size:24px;
    }
    #index-body .i-contact .intro{
        font-size: 20px;
        margin-bottom:25px;
    }
    .i-whyUs .why-list > .column{
        width:49%!important;
        margin: 0 0 10px 0!important;
    }
    .i-whyUs .why-list > .column:nth-of-type(2n){
        margin-left: 2%!important;
    }
    .i-whyUs .why-list > .column .tit{
        font-size: 16px;
            font-family: roboto-light;
    color: #676767;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 21px;
    }
    #index-body .i-network .txt-box {
        right: 0;
        left: 10%;
        top: auto;
        bottom: 10px;
    }
    #footer .f-top .f-bar{
        margin-bottom:30px;
    }
    #footer .f-bot{
        padding: 0 0 20px 0;
    }
    .inner-page .inner-main-tit .nowTit{
        font-size: 24px;
    }
    .prodet-page .prodet-pics{
        padding-bottom: 20px;
    }
    .prodet-page .prodetTit,
    .prodetFeedback .innerTit{
        font-size:24px;
        text-align: left;
    }
    .prodet-page .recommand-product{
        padding-bottom: 40px;
    }
    .news-page .new-list li .new-con .abst{
        margin: 5px 0 15px;
    }
    .contact-page .c-list-box .contactList .c-name{
        font-size:26px;
        margin-bottom: 10px;
    }
    .contact-page .c-list-box .contactList .info .add{
        margin-bottom: 10px;
    }
    .contact-page .c-list-box .contactList .info{
        font-size: 16px;
    }
}
    .i-whyUs .why-list > .column .icon{
          max-width: 119px;
          width: 100%;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border: 2px solid #676767;
          color: #676767;
          font-size: 40px;
          height: 119px;
          line-height: 119px;
    }
    .i-whyUs .why-list > .column .icon, .i-whyUs .why-list > .column .tit{
          transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    }
    i.icon {
  margin-right: 0!important;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #1d2089;
  border-color: #1d2089;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #1d2089;
}


.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    filter: none;
}
.ui.container{
	width: 1430px;
}

.inner-banner1{
	margin-top:127px;
  height: 300px;
  background-size: cover;
	background: url("../images/inner-banner1.jpg") no-repeat center;
}
.inner-banner2{
	margin-top:127px;
  background-size: cover;
	background: url("../images/inner-banner2.jpg") no-repeat center;
}
.inner-banner-prodet{
	margin-top:127px;
}

.inner-banner3{
	margin-top:127px;
  height: 300px;
  background-size: cover;
	background: url("../images/inner-banner3.jpg") no-repeat center;
}
.inner-banner4{
	margin-top:127px;
  height: 300px;
  background-size: cover;
	background: url("../images/inner-banner4.jpg") no-repeat center;
}
.inner-banner5{
	margin-top:127px;
  height: 300px;
  background-size: cover;
	background: url("../images/inner-banner5.jpg") no-repeat center;
}
.inner-banner6{
	margin-top:127px;
  height: 300px;
  background-size: cover;
	background: url("../images/inner-banner6.jpg") no-repeat center;
}
.about-page .inner-main-box p{
	line-height:30px;
}
.about-page .inner-main-box .wpulike{
	display:none;
}
.i-whyUs .why-list .whyUs-box{
	width:15%;
}
.about-page .a-whyUs .i-whyUs .why-list .jia{
  font-size: 50px;
  font-weight: 600;
  color: #676767;
  margin-top: 20px;
}
.wpulike{
	display:none;
}
@media screen and (max-width: 1430px){
  .ui.container{
  width: 970px;
}
.inner-banner1{
      margin-top: 96px;

}
.inner-banner2{
      margin-top: 96px;

}
.inner-banner3{
      margin-top: 96px;

}
.inner-banner4{
      margin-top: 96px;

}
.inner-banner5{
      margin-top: 96px;

}
.inner-banner6{
      margin-top: 96px;

}
	.inner-banner-prodet {
    margin-top: 98px;
}
	.i-product .pro-list .img-box .con-box .tit > a{
		    font-size: 14px;
    padding: 10px 10px;
	}
	
	.prodet-page .prodet-pics .grid.two.column .pro-det-one .back{
		    right: 0px;
	}
	.prodet-page p{
		padding: 2px;
	}
	
	
	
	
	
	
	
}
@media screen and (max-width: 1100px){
    .ui.container{
  width: 970px;
}
.inner-banner1{
      margin-top: 0;

}
.inner-banner2{
      margin-top: 0;

}
.inner-banner3{
      margin-top: 0;

}
.inner-banner4{
      margin-top: 0;

}
.inner-banner5{
      margin-top: 0;

}
.inner-banner6{
      margin-top: 0;

}
.inner-banner-prodet {
    margin-top: 0px;
}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 24px;
}
}
@media screen and (max-width: 970px){
    .ui.container{
        width: 768px;
    }
	.i-whyUs .why-list > .column .icon{
		height:80.69px;
		line-height:80.69px;
		font-size: 30px;
	}
}
@media screen and (max-width: 768px){
      .ui.container{
        width: 100%;
    }
	.inner-page .grid-box>.column{
		padding:0;
		width:25%;
	}
	.i-whyUs{
		display:none;
	}
	.inner-page .sideBar.aboutSideBar ul li{
		padding:0;
		width:25%;
	}
	.lg-page .inner-main-box .i-product .pro-list .column{
		width:100%;
	}
	.inner-banner{
		margin-top:0;
	}
	.product-page .inner-main-box .i-product .pro-list .column{
		width:100%;
	}
	
	.inner-banner-prodet{
		margin-top: 0px;

	}
	.prodet-page .prodet-pics .grid.two.column .pro-det-one .back{
		top: -1rem;
        right:50%;
		transform:translatex(50%);
	}
	.prodet-page table{
		width:100%;
		display: block;
        overflow-x: scroll;
	}
}
#mobile .menu-content .menu-logo img{
  width: auto;
}

.prodet-page .prodet-det-two table tbody tr td p{
	text-align: center;
}

#sidebar {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 2;
}
#sidebar ul li {
  margin-bottom: 5px;
  position: relative;
}
#sidebar ul li:last-child {
  margin-bottom: 0;
}
#sidebar ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #dcdcdc;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#sidebar ul li i:hover {
  color: white;
  background: black;
}
#sidebar ul li dl {
  position: absolute;
  top: 0;
  padding: 15px 25px;
  background: white;
  width: auto;
  white-space: nowrap;
  right: 0;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#sidebar ul li dl dt {
  font-size: 18px;
  font-weight: 500;
  margin: 2px 0;
}
#sidebar ul li dl dd {
  font-size: 16px;
  display: block;
}
#sidebar ul li dl img {
  width: 90px;
  max-width: none;
}
#sidebar ul li:hover dl {
  right: 40px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.qazxswqax{
	display:none!important;
}
.qazxswqax.skd{
	display:block!important;
	text-align:center;
	margin-top:150px;
	font-size:50px;
}












