/* 字体引入 */
@font-face {
  font-family: 'AdobeHeitiStd-Regular';
  src: url("../fonts/AdobeHeitiStd-Regular.otf");
}
@font-face {
  font-family: 'AveriaSerifLibre-Light';
  src: url("../fonts/AveriaSerifLibre-Light.ttf");
}
@font-face {
  font-family: 'Poppins-Light';
  src: url("../fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("../fonts/Poppins-SemiBold.ttf");
}
body {
  font-family: 'Arial' !important;
}
/* 网站基本宽度（注意修改） */
.container {
  width: 1150px;
  padding: 0 15px;
}
@media screen and (max-width: 1150px) {
  .container {
    width: 100%;
  }
  .product-page h1,
  #index-body.product{
    display: none!important;
  }
}
#header .header_top {
  padding: 7px 0;
  border-bottom: 1px solid #cccccc;
}
#header .header_top a {
  display: inline-block;
  transition: 0.4s ease;
}
#header .header_top .left a {
  padding: 0 20px 0 24px;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  line-height: 2;
}
#header .header_top .left a:hover {
  color: #143c78;
}
#header .header_top .left a:nth-child(1) {
  background: url(../images/email.png) no-repeat left top;
}
#header .header_top .left a:nth-child(2) {
  background: url(../images/phone.png) no-repeat left top;
}
#header .header_top .right a {
  width: 24px;
  height: 24px;
  text-align: center;
  font-family: 'AdobeHeitiStd-Regular';
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 2px;
  border: 2px solid #FFFFFF;
}
#header .header_top .right a:hover,
#header .header_top .right a.active {
  border: 2px solid #000000;
}
#header .header_top .right a:nth-child(4) {
  width: auto;
}
#header .header_bottom .header_logo {
  margin: 10px 0 12px;
}
#header .header_bottom .nav-menu .menu-menu-container{
  text-align: center;
  padding-right: 200px;
}
#header .header_bottom .nav-menu .menu {
  display: inline-block;
  margin-top: 20px;
}
#header .header_bottom .nav-menu .menu li {
  float: left;
  margin: 0 18px;
  transition: 0.5s ease;
  position: relative;
}
#header .header_bottom .nav-menu .menu li:hover a {
  color: #143c78;
}
#header .header_bottom .nav-menu .menu li:hover a:after,
#header .header_bottom .nav-menu .menu li:hover a:before {
  width: 50%;
}
#header .header_bottom .nav-menu .menu li a {
  display: inline-block;
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  line-height: 2;
  position: relative;
  transition: 0.3s ease;
}
#header .header_bottom .nav-menu .menu li a:after,
#header .header_bottom .nav-menu .menu li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #143c78;
  transition: 0.3s ease;
}
#header .header_bottom .nav-menu .menu li a:after {
  left: 50%;
}
#header .header_bottom .nav-menu .menu li a:before {
  right: 50%;
}
#header .header_bottom .nav-menu .menu li .sub-menu {
  display: none;
  width: 300px;
  position: absolute;
  left: 0;
  top: 102%;
  background: #143c78;
  z-index: 10;
}
#header .header_bottom .nav-menu .menu li .sub-menu li {
  width: 100%;
  margin: 0;
  text-align: left;
}
#header .header_bottom .nav-menu .menu li .sub-menu li:hover {
  background: #383838;
}
#header .header_bottom .nav-menu .menu li .sub-menu li:hover ul {
  display: block!important;
}
#header .header_bottom .nav-menu .menu li .sub-menu li a {
  width: 100%;
  padding: 5px 10px;
  color: #FFFFFF;
  transition: 0.5s ease;
}
#header .header_bottom .nav-menu .menu li .sub-menu li a:after,
#header .header_bottom .nav-menu .menu li .sub-menu li a:before {
  display: none;
}
#header .header_bottom .nav-menu .menu li .sub-menu li ul {
  display: none!important;
  position: absolute;
  left: 100%;
  top: 0;
  width: 170px;
  background: #143c78;
}
#header .header_bottom .search_box {
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .header_bottom .search_box form {
  width: 210px;
  height: 30px;
  position: relative;
}
#header .header_bottom .search_box form input {
  outline: none;
  border: none;
}
#header .header_bottom .search_box form input[type="text"] {
  width: 210px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  background: #e3e3e3;
  padding-left: 15px;
  padding-right: 50px;
}
#header .header_bottom .search_box form input[type="submit"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #152542 url(../images/search.png);
  position: absolute;
  right: 8px;
  top: 5px;
  transition: 0.3s ease;
}
#header .header_bottom .search_box form input[type="submit"]:hover {
  background: #7898d6 url(../images/search.png);
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(20%);
  text-align: center;
  color: #FFFFFF;
  transform: 0.3s ease;
}
#banner .swiper-slide .wrap h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 40px;
  line-height:1.6;
  font-weight: bolder;
  transition: 0.3s ease;
}
#banner .swiper-slide .wrap h2:hover {
  color: #e99105;
}
#banner .swiper-slide .wrap h3 {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height:2;
  transition: 0.3s ease;
}
#banner .swiper-slide .wrap h3:hover {
  color: #e99105;
}
#banner .swiper-pagination {
  transform: translateY(-50px);
}
#banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  position: relative;
}
#banner .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 10%;
  top: 10%;
  width: 8px;
  height: 8px;
  border: 1px solid #000000;
  background-color: #000000;
  border-radius: 50%;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #FFFFFF;
}
#index-body .i_about .about_top {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
  font-family: 'Poppins-Light';
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
#index-body .i_about .about_bottom .content_box,
#index-body .i_about .about_bottom .img {
  width: 50%;
}
#index-body .i_about .about_bottom .content {
  width: 58%;
  padding: 70px 60px 0 0;
}
#index-body .i_about .about_bottom .content h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 30px;
  line-height: 1.4;
  color: #143c78;
}
#index-body .i_about .about_bottom .content .content_wrap{
  font-family: 'Poppins-Light';
  font-size: 16px;
  line-height: 2;
  margin: 40px 0 35px;
  color: #333333;
  height: auto;
  /*-webkit-line-clamp: 7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;*/
  overflow: hidden;
}
#index-body .i_about .about_bottom .content a {
  display: inline-block;
  width: 230px;
  height: 40px;
  text-align: center;
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  font-family: 'Poppins-SemiBold';
  font-size: 14px;
  line-height: 40px;
  transition: 0.5s ease;
}
#index-body .i_about .about_bottom .content a:hover {
  background-color: #143c78;
  color: #FFFFFF;
}
#index-body .i_advantage {
  padding: 70px 0 100px;
  background-color: #143c78;
}
#index-body .i_advantage h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 30px;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 70px;
}
#index-body .i_advantage ul li {
  width: 23.5%;
  margin-right: 2%;
  padding: 20px 70px 20px 30px;
  background-color: #FFFFFF;
  background-position: 88% 10%;
  background-repeat: no-repeat;
  border-radius: 10px;
  font-family: 'Poppins-Regular';
  color: #143c78;
  cursor: pointer;
  transition: 0.5s ease;
}
#index-body .i_advantage ul li:hover {
  color: #FFFFFF;
  background-color: #d2870f;
  transform: translateY(-23px);
}
#index-body .i_advantage ul li span {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: 10px;
}
#index-body .i_advantage ul li h3 {
  font-size: 36px;
  line-height: 43px;
}
#index-body .i_advantage ul li h3 sup {
  font-size: 14px;
  font-weight: bolder;
}
#index-body .i_advantage ul li:last-child {
  margin-right: 0;
}
#index-body .i_advantage ul li:nth-child(1) {
  background-image: url(../images/choose_01.png);
}
#index-body .i_advantage ul li:nth-child(1):hover {
  background-image: url(../images/choose_001.png);
}
#index-body .i_advantage ul li:nth-child(2) {
  background-image: url(../images/choose_02.png);
}
#index-body .i_advantage ul li:nth-child(2):hover {
  background-image: url(../images/choose_002.png);
}
#index-body .i_advantage ul li:nth-child(3) {
  background-image: url(../images/choose_03.png);
}
#index-body .i_advantage ul li:nth-child(3) h3 {
  line-height: 36px;
}
#index-body .i_advantage ul li:nth-child(3):hover {
  background-image: url(../images/choose_003.png);
}
#index-body .i_advantage ul li:nth-child(4) {
  background-image: url(../images/choose_04.png);
}
#index-body .i_advantage ul li:nth-child(4):hover {
  background-image: url(../images/choose_004.png);
}
#index-body .i_product {
  background-image: url(../images/product_bg.jpg);
  padding: 60px 0 80px;
}
#index-body .i_product h2 {
  text-align: center;
  margin-bottom: 70px;
}
#index-body .i_product h2 span {
  display: inline-block;
  padding: 10px 40px;
  font-family: 'AveriaSerifLibre-Light';
  font-size: 40px;
  line-height: 50px;
  border: 5px solid #143c78;
  border-radius: 15px;
/*   font-style: italic; */
  color: #143c78;
}
#index-body .i_product .major_product li {
  width: 24%;
  height: auto;
  margin: 0 0.5% 1%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding-bottom: 50px;
}
#index-body .i_product .slick-initialized .slick-slide{
  padding: 0 5px;
}
#index-body .i_product .major_product li:hover .img-wrap {
  opacity: 1;
}
#index-body .i_product .major_product li a {
  display: inline-block;
  width: 100%;
  height: auto;
}
#index-body .i_product .major_product li a img {
  width: 100%;
  height: auto;
}
#index-body .i_product .major_product li .content {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../images/product_title_bg.png) no-repeat left top;
}
#index-body .i_product .major_product li .content h3 {
  width: 100%;
  text-align: center;
  font-family: 'AveriaSerifLibre-Light';
  font-size: 18px;
  line-height: 1.8;
  color: black;
  transition: 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 5px;
  text-transform: capitalize;
}
#index-body .i_product .major_product li .content h3:hover {
  color: #143c78;
}
#index-body .i_product .major_product li .img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 8;
  opacity: 0;
  transition: 0.6s ease;
}
#index-body .i_product .major_product li .img-wrap img {
  width: 100%;
  height: auto;
  margin-top: 25px;
  transform:rotate(90deg);
  -ms-transform:rotate(90deg);   /* IE 9 */
  -moz-transform:rotate(90deg);  /* Firefox */
  -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
  -o-transform:rotate(90deg);  /* Opera */
  display: inline-block;
  position: relative;
}
#index-body .i_product .major_product li .img-wrap img:after{
  position: absolute;
  content: "";
  width: 100%;
  height:100%;
  bottom: 0;
  right: 0;
  background:#ffffff;
}
#index-body .i_product .product_list_wrap {
  margin: 20px 0 80px;
  padding: 25px;
  background: url(../images/product_lisyt_bg.jpg);
}
#index-body .i_product .product_list_wrap .product_list {
  margin-bottom: 200px;
}
#index-body .i_product .product_list_wrap .product_list li {
  width: 25%;
  padding-left: 25px;
  background: url(../images/gou.png) no-repeat center left;
  color: #FFFFFF;
  float: left;
  margin: 7px 0;
}
#index-body .i_product .product_list_wrap .product_list li a {
  font-size: 14px;
  line-height: 2;
  transition: 0.3s ease;
}
#index-body .i_product .product_list_wrap .product_list li a:hover {
  color: #d2870f;
}
#index-body .i_product .product_list_wrap .product_wrap {
  position: relative;
}
#index-body .i_product .product_list_wrap .product_wrap .featured_product {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
#index-body .i_product .product_list_wrap .product_wrap .featured_product .product {
  position: relative;
  width: 7%;
  margin: 0 1.5%;
  float: left;
  z-index: 8;
}
#index-body .i_product .product_list_wrap .product_wrap .featured_product .product:hover .product_wrap {
  display: block;
}
#index-body .i_product .product_list_wrap .product_wrap .featured_product .product a {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #598fc4;
  border-radius: 50%;
}
#index-body .i_product .product_list_wrap .product_wrap .featured_product .product a img {
  width: 90%;
  margin: 5%;
}
#index-body .i_product .product_list_wrap .product_wrap .featured_product .product .product_wrap {
  display: none;
  width: 200px;
  height: auto;
  position: absolute;
  left: -100%;
  top: -170px;
  border-radius: 5px;
  background-color: #FFFFFF;
  transition: 0.5s ease;
}
#index-body .i_product .product_list_wrap .product_wrap .featured_product .product .product_wrap:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 18px solid #FFFFFF;
  border-right: 18px solid transparent;
  border-bottom: 0 solid green;
  border-left: 18px solid transparent;
  position: absolute;
  left: 80px;
  bottom: -18px;
}
#index-body .i_product .product_list_wrap .product_wrap .featured_product .product .product_wrap h3 {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  background-color: #d2870f;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#index-body .i_product .product_list_wrap .product_wrap .featured_product .product .product_wrap p {
  font-family: 'Poppins-Light';
  font-size: 12px;
  line-height: 16px;
  margin: 15px;
  font-weight: bolder;
  word-break: break-all;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i_product .product_list_wrap .product_wrap .bg {
  width: 100%;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  left: 0;
  top: 24.5px;
  z-index: 2;
  background-color: #FFFFFF;
  overflow: hidden;
}
#index-body .i_product .product_list_wrap .product_wrap .bg i {
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #d2870f;
  transition: 0.5s ease;
}
#index-body .i_product .title {
  text-align: center;
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 30px;
}
#index-body .i_news {
  padding: 130px 0 230px;
  background: url(../images/news.jpg);
}
#index-body .i_news h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 36px;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 4px 4px 2px #143c78;
}
#index-body .i_news .button_wrap {
  margin: 10px 0 50px;
}
#index-body .i_news .title02 {
  font-family: 'Poppins-SemiBold';
  font-size: 16px;
  line-height: 2;
  color: #e9f0f7;
}
#index-body .i_news .swiper-button-next,
#index-body .i_news .swiper-button-prev {
  width: 26px;
  height: 26px;
  border: 1px solid #FFFFFF;
  background: url(../images/jiantou_02.png) no-repeat center center;
  position: initial;
  margin: 0 5px 0 0;
  outline: none;
  transition: 0.5s ease;
}
#index-body .i_news .swiper-button-next:hover,
#index-body .i_news .swiper-button-prev:hover {
  background: #FFFFFF url(../images/jiantou_01.png) no-repeat center center;
}
#index-body .i_news .swiper-button-prev {
  transform: rotateY(180deg);
}
#index-body .i_news .swiper-slide {
  padding: 20px 30px;
  background-color: #FFFFFF;
}
#index-body .i_news .swiper-slide h3 {
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  line-height: 1.8;
  height: 60px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #143c78;
  transition: 0.3s ease;
}
#index-body .i_news .swiper-slide h3:hover {
  color: #d2870f;
}
#index-body .i_news .swiper-slide span {
  display: block;
  padding-left: 25px;
  font-family: 'Poppins-Light';
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
  font-weight: bolder;
  color: #143c78;
  background: url(../images/time.png) no-repeat;
}
#index-body .i_news .swiper-slide p {
  font-family: 'Poppins-Light';
  font-size: 14px;
  line-height: 2;
  height: 120px;
  font-weight: 700;
  color: #000;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i_news .swiper-slide .button {
  display: inline-block;
  width: 70px;
  height: 30px;
  margin-top: 15px;
  float: right;
  text-align: center;
  font-family: 'Poppins-Light';
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #143c78;
  transition: 0.5s ease;
}
#index-body .i_news .swiper-slide .button:hover {
  background-color: #d2870f;
}
#index-body .i_hot_product {
  padding: 50px 0 100px;
  background: #F7F7F7;
}
#index-body .i_hot_product h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 30px;
  line-height: 30px;
  color: #143c78;
  margin-bottom: 60px;
  text-align: center;
}
#index-body .i_hot_product .swiper-container {
  padding: 5px;
}
#index-body .i_hot_product .swiper-slide {
  position: relative;
}
#index-body .i_hot_product .swiper-slide .img {
  display: inline-block;
  width: 100%;
  height: auto;
  box-shadow: 0 0 5px 1px #CCCCCC;
}
#index-body .i_hot_product .swiper-slide .img img {
  width: 100%;
  height: auto;
}
#index-body .i_hot_product .swiper-slide .content {
  display: inline-block;
  width: 100%;
}
#index-body .i_hot_product .swiper-slide .content h3 {
  text-align: center;
  font-family: 'Poppins-Regular';
  font-size: 18px;
  line-height: 1.8;
  padding: 5px 15px;
  color: #FFFFFF;
  background-color: #143c78;
  transition: 0.3s ease;
  height: auto;
  display: -webkit-box;
	text-transform: capitalize;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
#index-body .i_hot_product .swiper-slide .content h3:hover {
  background: #d2870f;
}
#footer {
  background: url(../images/footer.jpg);
}
#footer .footer_top {
  padding-top: 60px;
  padding-bottom: 45px;
  border-bottom: 1px solid #A4A4A4;
}
#footer .footer_top h2 {
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
#footer .footer_top .about,
#footer .footer_top .contact {
  width: 30%;
}
#footer .footer_top .quick,
#footer .footer_top .products {
  width: 20%;
}
#footer .footer_top .about {
  padding-right: 65px;
}
#footer .footer_top .about p {
  color: #FFFFFF;
  font-family: 'Arial';
  font-size: 14px;
  line-height: 2;
  margin: 15px 0;
  height: auto;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#footer .footer_top .about a {
  display: inline-block;
  margin-right: 3px;
  padding: 3px;
  transition: 0.5s ease;
}
#footer .footer_top .about a:hover {
  background: #143c78;
}
#footer .footer_top .quick a,
#footer .footer_top .products a {
  font-family: 'Arial';
  font-size: 14px;
  line-height: 2;
  color: #a4a4a4;
  transition: 0.3s ease;
}
#footer .footer_top .quick a:hover,
#footer .footer_top .products a:hover {
  color: #d2870f;
}
#footer .footer_top .contact {
  word-break: break-all;
}
#footer .footer_top .contact p {
  font-family: 'Arial';
  font-size: 16px;
  line-height: 2;
  color: #a4a4a4;
  transition: 0.3s ease;
  padding-left: 40px;
}
#footer .footer_top .contact p:nth-child(2) {
  background: url(../images/footer_icon_phone.png) no-repeat 0 4px;
}
#footer .footer_top .contact p:nth-child(3) {
  background: url(../images/footer_icon_fax.png) no-repeat 0 4px;
}
#footer .footer_top .contact p:nth-child(4) {
  background: url(../images/footer_icon_email.png) no-repeat 0 4px;
}
#footer .footer_top .contact p:nth-child(5) {
  background: url(../images/footer_icon_map.png) no-repeat 0 4px;
}
#footer .footer_bottom {
  padding: 8px 0;
}
#footer .footer_bottom a {
  font-family: 'Arial';
  font-size: 14px;
  line-height: 2;
  color: #A4A4A4;
  transition: 0.3s ease;
}
#footer .footer_bottom a:hover {
  color: #d2870f;
}
@media screen and (max-width: 1680px) {
  #index-body .i_about .about_bottom .content {
    width: 67%;
    padding: 30px 30px 0 0;
  }
}
@media screen and (max-width: 1420px) {
  #index-body .i_about .about_top {
    padding: 10px 0;
  }
  #index-body .i_about .about_bottom .content {
    width: 85%;
    padding: 20px 20px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .i_about .about_bottom .content_box,
  #index-body .i_about .about_bottom .img {
    width: 100%;
  }
  #index-body .i_about .about_bottom .img img {
    width: 100%;
  }
  #index-body .i_about .about_bottom .content {
    width: 100%;
    padding: 40px 15px;
  }
  #index-body .i_about .about_bottom .content p {
    -webkit-line-clamp: 15;
  }
  #index-body .i_advantage {
    padding: 50px 0;
    background-color: #143c78;
  }
  #index-body .i_advantage h2 {
    margin-bottom: 20px;
  }
  #index-body .i_advantage ul li {
    width: 48%;
    margin: 2% 1%;
  }
  #index-body .i_product .product_list_wrap {
    margin: 20px 0 40px;
    padding: 25px;
  }
  #index-body .i_product .product_list_wrap .product_list li {
    width: 33.33%;
  }
  #index-body .i_product .product_list_wrap .product_wrap .featured_product {
    width: 90%;
  }
  #index-body .i_product .product_list_wrap .product_wrap .featured_product .product {
    width: 64px;
    margin: 10px;
  }
  #index-body .i_product .product_list_wrap .product_wrap .bg {
    display: none;
  }
  #index-body .i_news {
    padding: 60px 0 90px;
  }
  #index-body .i_news .button_wrap {
    margin: 10px 0 35px;
  }
  #index-body .i_hot_product {
    padding: 35px 0 70px;
  }
  #index-body .i_hot_product h2 {
    margin-bottom: 20px;
  }
  #index-body .i_product{
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #banner .swiper-slide .wrap {
    transform: translateY(10%);
  }
  #banner .swiper-slide .wrap h2 {
    font-size: 32px;
  }
  #banner .swiper-slide .wrap h3 {
    font-size: 14px;
  }
  #banner .swiper-pagination {
    transform: translateY(0px);
  }
  #index-body .i_advantage ul li {
    width: 100%;
    margin: 15px 0;
  }
  #index-body .i_product {
    padding: 50px 0;
  }
  #index-body .i_product h2 {
    margin-bottom: 20px;
  }
  #index-body .i_product h2 span {
    padding: 10px 20px;
    font-size: 36px;
    line-height: 40px;
    border: 3px solid #143c78;
  }
  #index-body .i_product .major_product li {
    width: 48%;
    margin: 2% 1%;
  }
  #index-body .i_product .major_product li .content {
    background: url(../images/product_title_bg.png);
  }
  #index-body .i_product .product_list_wrap .product_list li {
    width: 50%;
  }
  #index-body .i_news {
    padding: 20px 0 50px;
  }
  #index-body .i_news .button_wrap {
    margin: 10px 0 50px;
  }
  #footer .footer_top {
    padding: 30px 0;
  }
  #footer .footer_top h2 {
    margin-bottom: 15px;
  }
  #footer .footer_top li {
    margin-bottom: 20px;
  }
  #footer .footer_top .about,
  #footer .footer_top .contact,
  #footer .footer_top .quick,
  #footer .footer_top .products {
    width: 50%;
  }
  #footer .footer_top .about {
    padding-right: 30px;
  }
  #index-body .i_product .title{
    letter-spacing: 15px;
  }
  .footer_top .quick{
    display: none;
  }
  #footer .footer_top .products{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #index-body .i_product .product_list_wrap .product_list li {
    width: 100%;
  }
  #index-body .i_product .title {
    letter-spacing: 10px;
}
}
@media screen and (max-width: 414px) {
	
  #banner .swiper-slide .wrap h2 {
        font-size: 16px;
    line-height: 2;
  }
  #banner .swiper-slide .wrap h3 {
    font-size: 14px;
  }
  #banner .swiper-pagination {
    transform: translateY(0px);
  }
  #index-body .i_product .major_product li {
    width: 100%;
    margin: 10px 0;
  }
  #index-body .i_hot_product {
    padding: 20px 0 40px;
  }
  #index-body .i_hot_product h2 {
    margin-bottom: 15px;
  }
  #footer .footer_top {
    padding: 30px 0;
  }
  #footer .footer_top h2 {
    margin-bottom: 15px;
  }
  #footer .footer_top li {
    margin-bottom: 20px;
  }
  #footer .footer_top .about,
  #footer .footer_top .contact,
  #footer .footer_top .quick,
  #footer .footer_top .products {
    width: 100%;
  }
  #footer .footer_top .about {
    padding-right: 10px;
  }
  #index-body .i_product .title {
    letter-spacing: 3px;
}
}














.inner-page .grid-box {
  margin: 0 -15px;
}
.inner-page .grid-box>.column,
.inner-page .grid-box .swiper-slide.column{
  padding: 0 15px;
}
.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 {
  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: #143c78;
  border-color: #143c78;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #143c78;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}

.inner-banner {
  height: 350px;
  width: 100%;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.inner-banner #bdt-header-animation{
  position: absolute;
  left: 0;top: 0;
  width: 100%;height: 100%;
}
.inner-banner #bdt-header-animation .particles-js-canvas-el{
  width: 100%;height: 100%;
  position: absolute;left: 0;top: 0
}
.bread-crumbs {
  font-size: 14px;
  line-height:2;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #143c78;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: black url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  text-transform: capitalize;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: black;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: white;
  padding: 5px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: white;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
  line-height: 1.6;
  text-transform: capitalize;
}
.about-page .a-tit {
  font-size: 29px;
  line-height: 1.6;
  color: #000;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
  font-size: 16px;
    line-height: 2;
}
.about-page .inner-main-box img{
  height:auto;
}
.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;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.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: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* 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, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  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: 50%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul {
  margin: 15px -5px 0;
  padding: 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background: black;
  color: transparent;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:hover {
  background: #143c78;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 14px;
  font-family: "FontAwesome";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev {
  left: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next {
  right: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li {
  padding: 0 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 5%;
  width: 50%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 20px;
}
.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: #143c78;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  background: #143c78;
  color: white;
  text-align: center;
  border-radius: 5px;
  transition: 0.5s ease;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a:hover{
  background: #d2870f;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a i {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #000;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  line-height:2;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  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%;
  font-size: 16px;
    line-height: 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 #143c78;
}
.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 #143c78;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  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: #143c78 url("../images/fb-send.png") no-repeat right 10px 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;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 20px;
  line-height: 1.8;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #143c78;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 2;
  margin: 25px 0 35px;
}
.news-page .new-list li .new-con .abst a {
  color: #143c78;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
      font-size: 16px;
    line-height: 2;
}
.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 .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 30px;
  line-height:1.6;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 2;
  font-size:16px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  font-size: 16px;
    line-height: 2;
}
.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.page {
  border-bottom: none;
}
.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: 2;
  clear: both;
}
.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: 2;
  color: #777;
  font-size: 16px;
  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 {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
  font-size: 16px;
    line-height: 2;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 36px;
    line-height: 1.6;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info i {
  width: 10px;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 20px 0 40px;
}
.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(0, 0, 0, 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: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
  word-break: break-word;
  position: relative;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #143c78;
  color: #fff;
}
.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}
.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;
}
.product-page {
  padding-top: 0 !important;
}
.product-page .pro-banner {
  background: url("../images/pro-bg_02.jpg") no-repeat;
  background-size: cover;
  padding: 140px 0 95px;
}
.product-page .pro-banner h2 {
  font-family: roboto-black;
  font-size: 25px;
  line-height:1.6;
  text-align: center;
  color: #000000;
}
.product-page .pro-banner h2 a{
  font-size: 25px;
  color: #000000;
}
.product-page .pro-banner p {
  font-family: roboto-light;
  font-size: 16px;
  line-height:2;
  text-align: center;
  color: #000000;
}
.product-page .pro-cat ul {
  width: 80%;
}
.product-page .pro-cat ul li {
  float: left;
  margin-right: 3%;
  line-height: 75px;
  text-transform: uppercase;
}
.product-page .pro-cat ul li a {
  color: #343a3e;
}
.product-page .pro-cat ul li a:hover {
  color: #143c78;
}
.product-page .pro-cat p {
/*   width: 20%; */
  font-family: roboto-bold;
  line-height: 75px;
  text-transform: uppercase;
}
.product-page .pro-cat p a {
  font-size: #000000;
  font-size: 16px;
  font-family: roboto-bold;
}
.product-page ul.pro-list li {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2%;
}
.brand-top{ margin-top: 40px; }
.product-page ul.pro-list li .img-box {
  position: relative;
  padding: 17% 0 0 38%;
}
.product-page ul.pro-list li .img-box img {
  float: right;
}
.product-page ul.pro-list li .img-box .layer {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2%;
}
.product-page ul.pro-list li .img-box .layer h3 {
  font-family: roboto-black;
  color: #515151;
  line-height: 2;
}
.product-page ul.pro-list li .img-box .layer p {
  color: #143c78;
}
.product-page ul.pro-list li .img-box a.more {
  width: 86px;
  height: 26px;
  display: block;
  color: #ffffff;
  background: #143c78;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 2%;
  bottom: 2%;
  z-index: 1;
}
.product-page ul.pro-list li:nth-child(3n) {
  margin-right: 0;
}
.product-page ul.pro-list{
  margin-bottom: 45px;
}
.prodet-page .det-head {
    padding: 56px 0 73px;
    background: #f2f2f2;
}
.prodet-page .det-head .pro-pic {
    width: 50.6%!important;
}
.prodet-page .det-head .pro-pic img {
    width: 100%;
  background: #fff;
}
.prodet-page .det-head .pro-det-one {
        padding-left: 5.25%!important;
    width: 49.4%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
    color: #2d2d2d;
    font-size: 24px;
	line-height:1.6;
    font-weight: bold;
   text-transform: capitalize;
    color: #515151;
}
.prodet-page .det-head .pro-det-one .cname {
    color: #2d2d2d;
    font-size: 1.4286rem;
    font-family: poppins-regular;
    margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
    margin: 38px 0;
}
.prodet-page .det-head .pro-det-one .pro-links a {
    margin-bottom: 6px;
    color: #292929;
    font-size: 16px;
    display: block;
    position: relative;
    background: #fff;
    max-width: 456px;
    line-height: 38px;
    padding: 0 36px 0 26px;
    font-family:roboto-light;
}
.prodet-page .det-head .pro-det-one .pro-links a .fa {
    font-size: 1.5rem;
    color: #000000;
    margin-right: 10px;
    line-height: 38px;
    height: 38px;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
    background: #143c78;
    color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover .fa{
  color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery:after {
    content:'';
    display: block;
    width: 0;
    clear: both;
    height: 0;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    padding: 0;
    float: left;
    width: 15%;
    margin-right: 8px;
    border: 1px solid #f4f4f4;
}
.prodet-page .det-body2{
  padding: 50px 0;
}

.prodet-page .det-body2 .ui.container .con{
line-height: 2;
    font-size: 16px;
}

.prodet-page .det-body2 #cs {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page .det-body2 #cs td,
.prodet-page .det-body2 #cs th{
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
.prodet-page .det-body2 #cs td:first-child {
  color: #2d2d2d;
}
.prodet-page .det-body2 #cs td:last-child {
  color: #666;
}
.about-page .a-honor {
  background: #f2f2f2;
}
.about-page .a-honor .i-tit {
  /*background: #ffffff;*/
  padding: 50px 0 20px;
}
.about-page .a-honor .i-tit h2 {
  color: #00973a;
  font-size: 54px;
  font-family: roboto-bold;
}
.about-page .a-honor .i-tit h2.innerTit{
  font-size: 32px;
    text-transform: capitalize;
    color: #515151;
    font-family: roboto-black;
}
.about-page .a-honor .new-list {
  position: relative;
  padding: 20px 0;
}
.about-page .a-honor .new-list .slideBox {
  padding: 10px;
}
.about-page .a-honor .new-list .slideBox .swiper-slide {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.about-page .a-honor .new-list .fa {
  width: 24px;
  height: 24px;
  background: url("../images/l.png") no-repeat;
  position: absolute;
  right: 5%;
  top: -16%;
  cursor: pointer;
}
.about-page .a-honor .new-list .right {
  background: url("../images/r.png") no-repeat;
  right: 1%;
}
.about-page .a-honor .new-list .plus {
  background: url("../images/plus2.png") no-repeat;
  right: -3%;
}
.a-prolist{
 padding: 60px 0;
}
.a-prolist .swiper-slide{
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  background:#ffffff;
}
.a-prolist .img-box {
  position: relative;
  padding: 17% 0 0 38%;
}
.a-prolist .img-box img {
  float: right;
}
.a-prolist .img-box .layer {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2%;
}
.a-prolist .img-box .layer h3 {
  font-family: roboto-black;
  color: #515151;
  line-height:28px;
}
.a-prolist .img-box .layer p {
  color: #143c78 ;
}
.a-prolist .img-box a.more {
  width: 86px;
  height: 26px;
  display: block;
  color: #ffffff;
  background: #143c78 ;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 2%;
  bottom: 2%;
  z-index: 999;
}
@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;
  }
}
.button-group .button {
  background: #143c78 !important;
}

@media screen and (max-width: 1200px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 28px;
  }
  .about-page .a-whyUs {
    padding: 50px 0;
  }
  .i-whyUs .why-list {
    margin-top: 20px;
  }
  .about-page .a-tit {
    font-size: 24px;
  }
  .i-whyUs .why-list > .column .tit {
    font-size: 16px;
  }
  .about-page .a-txt p {
    font-size: 14px;
  }
  .i-whyUs .why-list > .column .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }

  .faq-page .faq-list dt {
    font-size: 16px;
  }
  .grid-box {
    margin: 0 -5px;
  }
  .grid-box>.column, .grid-box .swiper-slide.column {
    padding: 0 5px;
  }
  .m-page {
    padding: 20px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,.prodet-page .prodetTit,.contact-page .c-list-box .contactList .c-name {
    font-size: 30px;
  }
  .prodetFeedback .innerTit {
    font-size: 28px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 24px;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 16px;
  }
  .news-page .new-list {
    padding-top: 20px !important;
  }
  .prodet-page .prodet-det-two {
    padding: 70px 0;
  }

}
@media screen and (max-width: 1000px){
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .grid-box.five>.column {
    width: 25%;
  }
  #footer .footer_bottom a.foot-link{
    display: none!important;
  }
  .inner-page .sideBar .side-menu {
    display: none;
  }
  .inner-page .inner-main-tit .nowTit {
    font-size: 20px;
  }
  .bread-crumbs {
    font-size: 14px;
	line-height:2;
  }
  .inner-page .sideBar {
    padding: 10px 0;
  }
  .inner-page .sideBar.head{
    padding-top: 70px;
  }
  .about-page .inner-main-box {
    padding: 50px 0;
  }
  .about-page .a-whyUs .a-txt {
    margin: 30px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic {
    text-align: center;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic img {
    width: auto;
    margin: 0 auto;
  }
  .prodet-page .prodet-det-two {
    padding: 50px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 44px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 55px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 20px;
  }
  .news-page .new-list li .new-con .abst {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;    
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 18px;
    height: auto;   
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 13px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 20px;
  }
  .newdet-page .news {
    padding: 40px 0 !important;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName, .prodet-page .prodetTit, .contact-page .c-list-box .contactList .c-name {
    font-size: 24px;
  }
  .prodetFeedback .innerTit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm label {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 15px;
  }
  .prodet-page .recommand-product {
    padding: 40px 0;
  }
  .mb-side-social{
    position: relative !important;
    bottom: 0 !important;
    margin-top: 40px;
  }
  .prodet-page .det-head .pro-pic {
    width: 100%!important;
    margin-bottom:20px;
}
.prodet-page .det-head .pro-det-one {
    padding-left: 0%!important;
    width: 100%!important;
}
.product-page .pro-cat p {
    width: 33%;
}
.product-page ul.pro-list li {
    width: 98%;
}
.product-page ul.pro-list li:nth-child(3n) {
    margin-right: 2%;
}
.product-page ul.pro-list li:nth-child(2n) {
    margin-right: 0;
}
.product-page .pro-banner {
    padding: 40px 0 45px;
}
.product-page .pro-cat p {
    width: 65%;
}

.product-page ul.pro-list li .img-box .layer a{
    font-size:14px;
    line-height:28px;
}
.product-page ul.pro-list li .img-box {
    position: relative;
    padding: 34% 0 16% 0%;
}

}

@media screen and (max-width: 700px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 18px;
  }
  .about-page .a-tit {
    font-size: 18px;
  }
  .about-page .a-txt p {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .a-whyUs .why-list .column {
    width: 50%;
    margin-bottom: 15px;
  }
  .grid-box.four>.column {
    width: 50%;
  }
  .grid-box.five>.column {
    width: 50%;
  }
  .faq-page .faq-list dt {
    font-size: 14px;
    padding: 8px 15px 8px 10px;
  }
  .faq-page .faq-list dt i {
    top: 12px;
  }
  .faq-page .faq-list {
    padding: 20px 0;
  }
  .about-page .a-honor .i-tit h2.innerTit,.prodetFeedback .innerTit,.prodet-page .det-head .pro-det-one .pro-tit,.prodet-page .pro-main-tit {
    font-size: 20px;
	line-height: 1.8;
}
  .prodet-page .det-head .pro-det-one{
    padding: 0 15px;
  }
  table {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
  }
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con{
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-top: 10px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
	line-height:2;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 2;
    margin: 10px 0;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
    line-height: 22px;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
  }
  .contact-page .c-list-box {
    padding: 40px 0;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 14px;
    line-height: 24px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  #mapContainer {
    height: 250px !important;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }
  .product-page ul.pro-list li .img-box {
    padding: 21% 0 16% 0%;
  }
}
@media screen and (max-width: 500px){
  
}
.wpulike{
  display: none;
}
.image-gallery a img{
  height: auto;
  background: #fff;
}

#index-body.product .i_about .about_bottom .content{
   width: 100%;
    padding: 0px 20px 10px 0;
}

#index-body.product .i_about .about_bottom{
    padding-bottom: 30px;
}
.product-page h1{
     font-family: roboto-black;
    color: #515151;   
    padding-top: 20px;
    font-size: 28px;
    line-height: 1.6;
}

.i_about.product{
  background: #f2f2f2;
}
.inner-page .inner-main-tit .nowTit.h1{
   color: unset;
}

#index-body.product .i_about .about_bottom .content a{
  background-color: unset;
    border: unset;   
    font-family: 'Poppins-Light';
    font-size: 16px;
    line-height: 2;    
    display: unset;
}
#index-body.product .i_news{
        background: unset;
		padding: 100px 0 120px;
}
#index-body.product .i_news.category_description{
   padding-top: 0;
       font-size: 16px;
    line-height: 2;
}
#index-body.product .i_news.category_description h2{
   padding-bottom: 15px;
}
#index-body.product .i_news.category_description h4{
   font-size: 20px;
    line-height: 1.8;
    color: #143c78;
	padding: 10px 0;
}
#index-body.product .i_news h2{
      font-family: 'Poppins-SemiBold';
    font-size: 30px;
    line-height: 1.4;
    color: #143c78;
    text-shadow: unset;
}
#index-body.product .i_news .title02{
color: #143c78;
}
#footer .footer_bottom a.foot-link{
   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 435px;
    vertical-align: middle;
}

.content_wrap h1{
  font-size: 16px;
    display: inline;
}

.menudowns li a{
  line-height: 2;
}