@font-face {
  font-family: 'fradm';
  src: url('../fonts/FRADM.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'frabk';
  src: url('../fonts/FRABK.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'frabk';
  max-width: 1920px;
  margin: 0 auto;
}
.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hoverBtn:hover {
  background-color: #c71c15 !important;
  color: #fff !important;
}
.auto-container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.leo-6 {
  width: 50%;
  float: left;
}
.leo-row {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.home-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 100px;
  z-index: 99;
  background-color: rgba(238, 238, 238, 0.1);
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
.home-header .auto-container {
  width: 100%;
}
.home-header .contact-us-ul {
  font-family: 'frabk';
}
.home-header .contact-us-ul li {
  display: table;
  float: left;
  margin-right: 24px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.home-header .contact-us-ul li > div {
  display: table-cell;
  vertical-align: middle;
}
.home-header .contact-us-ul li a {
  color: #fff;
}
.home-header .contact-us-ul li img {
  margin-right: 8px;
  margin-bottom: 4px;
}
.home-header .contact-us-ul li .icon {
  padding-right: 15px;
}
.home-header .contact-us-ul li .icon img {
  max-width: 50px;
}
.home-header .contact-us-ul li .name {
  font-size: 16px;
  color: #666666;
}
.home-header .share_toolbox {
  margin-top: 5px;
}
.top_search {
  display: none;
  float: right;
  margin-top: 12px;
}
.top_search .email_span {
  margin-left: 6px;
  margin-right: 6px;
}
.header-logo {
  float: left;
}
.header-right {
  float: right;
}
.header-logo {
  line-height: 80px;
}
.header-logo img {
  height: 60px;
  vertical-align: middle;
}
.header-logo p {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
  line-height: 22px;
  vertical-align: middle;
  max-width: 440px;
}
.header-logo p span{
  font-family: 'fradm';
}
#header {
  position: fixed;
  top: 60px;
  box-sizing: border-box;
  width: 100%;
  z-index: 99;
  background-color: rgba(238, 238, 238, 0.1);
  padding: 0 100px;
}
#header .auto-container {
  width: 100%;
}
#header .navlist {
  background-color: transparent;
  padding-left: 0;
}
#header .navlist .hasdrop {
  float: left;
  position: relative;
  margin-right: 35px;
}
#header .navlist .hasdrop:last-child{
    margin-right: 0;
}
#header .navlist .hasdrop:last-child > a {
  padding-right: 0;
}
#header .navlist .hasdrop.active {
  position: relative;
}
#header .navlist .hasdrop.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 24px;
}
#header .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  font-size: 20px;
  line-height: 80px;
  letter-spacing: 0;
  color: #fff;
  font-family: 'fradm';
  /* text-transform: uppercase; */
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
#header .navlist .hasdrop > a:hover {
  /* color: #c71c15; */
  transform: translate3d(0, -3px, 0);
}
#header .navlist .s-menu {
  position: absolute;
  top: 80px;
  display: none;
  background-color: #fff;
}
#header .navlist .s-menu > .hasdrop {
  position: relative;
  margin: 0;
  float: none;
}
#header .navlist .s-menu > .hasdrop > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 20px;
  padding-right: 20px;
  line-height: 28px;
  padding: 7px 10px;
}
#header .navlist .s-menu > .hasdrop > a:hover {
  background-color: transparent;
  color: #c71c15;
}
#header .navlist .s-menu .t-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: none;
}
#header .navlist .s-menu .t-menu > .hasdrop {
  width: 100%;
  margin: 0;
}
#header .navlist .s-menu .t-menu > .hasdrop > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  line-height: 28px;
}
#header .navlist .s-menu .t-menu > .hasdrop > a:hover {
  background-color: transparent;
  color: #c71c15;
}
#header .f-menu {
  float: left;
}
.mobile-navbtn {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.mobile-navbtn.open {
  transform: rotate(90deg);
}
#header.scrollHead {
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #c71c15;
}
.home_title {
  text-align: center;
}
.home_title div {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1;
  color: #222222;
}
.home_title div img {
  vertical-align: bottom;
}
.home_title p {
  font-size: 22px;
  color: #222;
}
.index_title_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index_title_row .home_title {
  text-align: left;
}
.index_title_row .case_t_r {
  position: relative;
}
.index_title_row .case_t_r a {
  font-size: 16px;
  color: #222222;
}
.index_title_row .case_t_r a img {
  margin-left: 15px;
}
.index_title_row .case_t_r a:hover {
  color: #c71c15;
}
.index_title_row .case_t_r a:hover img:first-child {
  display: none;
}
.index_title_row .case_t_r a:hover img:last-child {
  display: inline-block;
}
.index_title_row .case_t_r a img:first-child {
  display: inline-block;
}
.index_title_row .case_t_r a img:last-child {
  display: none;
}
.index_title_row .case_t_r .pages_r {
  height: 40px;
  color: #666666;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.index_title_row .case_t_r .pages_r span {
  margin: 0 5px;
}
.index_title_row .case_t_r .pages_r .cur {
  color: #c71c15;
}
.index_title_row .case_Arrows {
  width: 51px;
  height: 50px;
  background-image: url(../images/arr-btn.png);
  background-size: 100%;
  z-index: 1;
}
.index_title_row .case_Arrows:hover {
  background-image: url(../images/arr-highlight.png);
  border-color: #c71c15;
}
.index_title_row .case_Arr_L {
  left: auto;
  right: 63px;
}
.index_title_row .case_Arr_R {
  right: 0;
  transform: rotate(180deg);
}
.index_title_row .video_Arr_L {
  left: auto;
  right: 63px;
}
.index_title_row .video_Arr_R {
  right: 0;
  transform: rotate(180deg);
}
.Home-banner .item img {
  width: 100%;
  vertical-align: middle;
}
.Home-banner .banner-page {
  bottom: 74px;
}
.Home-banner .banner-page .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 0 3px;
  opacity: 1;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.Home-banner .banner-page .swiper-pagination-bullet-active {
  width: 20px;
}
.section_kind {
  position: relative;
  z-index: 10;
  margin-top: -45px;
}
.section_kind .productbody {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
.section_kind .productItem {
  width: 32%;
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.section_kind .productItem .inner {
  display: flex;
  background: url(../images/kindbg.jpg);
  padding: 20px;
  padding-left: 32px;
  border-radius: 10px;
  box-shadow: 10px 10px 0px #e8e8e9;
  transition: box-shadow 0.2s cubic-bezier(0, 0, 0.5, 1), transform 0.2s cubic-bezier(0, 0, 0.5, 1);
  transform: translateY(0);
}
.section_kind .productItem .inner:hover {
  -webkit-box-shadow: 14px 14px 2px #e8e8e9;
  box-shadow: 14px 14px 2px #e8e8e9;
  transform: translateY(-4px);
}
.section_kind .productItem .img_box {
  width: 128px;
  flex: 0 0 128px;
}
.section_kind .productItem .img_box img {
  max-width: 200px;
  width: 100%;
}
.section_kind .productItem .text_box {
  position: relative;
}
.section_kind .productItem .text_box p {
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.section_kind .productItem .indexKind {
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 30px;
  color: #222;
}
.section_kind .productItem .readmore {
  height: 32px;
  font-size: 16px;
  color: #c71c15;
  line-height: 32px;
  display: block;
  margin-top: 16px;
}
.section_kind .productItem .readmore img {
  margin-left: 4px;
  margin-bottom: 4px;
}
.search-procuct {
  display: inline-block;
  vertical-align: middle;
  width: 310px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}
.search-procuct input {
  height: 40px;
  box-shadow: 0 0 0 transparent !important;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  color: #000;
}
.search-procuct input::placeholder {
  color: #fff;
}
.search-procuct button {
  border: 1px solid #eee !important;
  box-shadow: 0 0 0 transparent !important;
  outline: none !important;
  border: 0!important;
  background-color: transparent!important;
}
.ico_email {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 14px;
}
.ico_email img {
  margin-right: 4px;
}
.ico_email a {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 24px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.ico_email a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.ico_email .tipsNum {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #e60012;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  display: none;
}
.M_search {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 58px;
  background-color: red;
  box-sizing: border-box;
}
.M_search .mInp1 {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  padding-right: 74px;
  font-size: 15px;
  color: #666;
}
.M_search .mInp1::placeholder {
  color: #999;
}
.M_search .m_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background-color: #c71c15;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
.top-search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #666666;
  z-index: 100;
  opacity: 0.8;
  display: none;
}
#showopen .top_search .search_con2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1, 1, 1);
}
#showopen .head .navBar {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(0, 0, 0);
}
#showopen .head .top_search span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.IndexProduct {
  padding-bottom: 68px;
}
.IndexProduct .IndexTwo li {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.IndexProduct .IndexTwo li:nth-child(1) {
  padding-right: 3px;
}
.IndexProduct .IndexTwo li:nth-child(2) {
  padding-left: 3px;
}
.IndexProduct .IndexTwo li a {
  display: block;
  position: relative;
}
.IndexProduct .IndexTwo .imgZoom img {
  width: 100%;
}
.IndexProduct .IndexTwo .con {
  position: absolute;
  bottom: 38px;
  left: 100px;
}
.IndexProduct .IndexTwo .con div {
  font-size: 26px;
  color: #fff;
}
.IndexProduct .IndexTwo .con div img {
  margin-left: 20px;
}
.IndexProduct .IndexTwo .con p {
  font-size: 18px;
  color: #777;
}
.IndexProduct .IndexTwo .con p img {
  margin-left: 10px;
}
.factory-center-text {
  margin-top: 34px;
  text-align: center;
  font-size: 20px;
  color: #222;
}
.factory-center-text span {
  color: #c71c15;
}
.section_product {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.product_wrapper .product_body {
  margin-top: 25px;
}
.product_wrapper .product_body .product_item {
  display: none;
}
.product_wrapper .product_body .product_swiper-father {
  position: relative;
}
.product_wrapper .product_body .product_swiper-father .swiper-wrapper {
  box-sizing: border-box;
}
.product_wrapper .product_body .product_swiper-father .product-next,
.product_wrapper .product_body .product_swiper-father .product-prev {
  width: 41px;
  height: 41px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 1;
}
.product_wrapper .product_body .product_swiper-father .product-next::after,
.product_wrapper .product_body .product_swiper-father .product-prev::after {
  display: none;
}
.product_wrapper .product_body .product_swiper-father .product-next:hover,
.product_wrapper .product_body .product_swiper-father .product-prev:hover {
  background-image: url(../images/arrow-hover.png);
}
.product_wrapper .product_body .product_swiper-father .product-next {
  right: -80px;
  transform: rotate(180deg);
}
.product_wrapper .product_body .product_swiper-father .product-prev {
  left: -80px;
}
.product_wrapper .product_body .swiper-product .swiper-slide {
  padding: 5px;
}
.product_wrapper .product_body .swiper-product .item {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  overflow: hidden;
}
.product_wrapper .product_body .swiper-product .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product_wrapper .product_body .swiper-product .item:hover .info {
  background-color: #fff;
}
.product_wrapper .product_body .swiper-product .item:hover .info .inquire-link {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.product_wrapper .product_body .swiper-product .item:hover .img img:first-child {
  display: none;
}
.product_wrapper .product_body .swiper-product .item:hover .img img:last-child {
  display: block;
}
.product_wrapper .product_body .swiper-product .item .design {
  position: absolute;
  left: 10px;
  top: 10px;
}
.product_wrapper .product_body .swiper-product .item .design a {
  color: #fff;
}
.product_wrapper .product_body .swiper-product .item .design span {
  display: block ;
  font-size: 30px;
  line-height: 1;
  padding-top: 12px;
}
.product_wrapper .product_body .swiper-product .item .inquiry {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: rgba(230, 0, 18, 0.75);
}
.product_wrapper .product_body .swiper-product .item .inquiry a {
  color: #fff;
}
.product_wrapper .product_body .swiper-product .item .inquiry span {
  display: block ;
  font-size: 30px;
  line-height: 1;
  padding-top: 12px;
}
.product_wrapper .product_body .swiper-product .item .img {
  background-color: #fff;
}
.product_wrapper .product_body .swiper-product .item .img img {
  width: 100%;
  vertical-align: top;
  max-height: 330px;
  object-fit: cover;
}
.product_wrapper .product_body .swiper-product .item .img img:first-child {
  display: block;
}
.product_wrapper .product_body .swiper-product .item .img img:last-child {
  display: none;
}
.product_wrapper .product_body .swiper-product .info {
  background-color: #eeeeee;
  padding-top: 26px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
}
.product_wrapper .product_body .swiper-product .info .product-name {
  font-size: 18px;
  color: #222;
  font-weight: normal;
  line-height: 20px;
  min-height: 60px;
}
.product_wrapper .product_body .swiper-product .info .product-name a {
  color: inherit;
}
.product_wrapper .product_body .swiper-product .info .uv {
  margin-top: 12px;
  font-size: 16px;
  color: #c71c15;
}
.product_wrapper .product_body .swiper-product .info .inquire-link {
  display: block;
  width: 100px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
}
.product_wrapper .product_body .swiper-product .info .like {
  margin-top: 18px;
  color: #777;
  font-size: 16px;
}
.product_wrapper .product_body .swiper-product .info .like span {
  margin-right: 16px;
}
.product_wrapper .product_body .swiper-product .info .like img {
  vertical-align: middle;
  margin-right: 2px;
}
.section_why {
  padding-top: 92px;
  padding-bottom: 100px;
  background: url(../images/why-bg.jpg) no-repeat center top;
  background-size: cover;
}
.section_why .home_title div {
  color: #fff;
}
.section_why .home_title p {
  color: #fff;
}
.section_why .why-list {
  margin-top: 68px;
}
.section_why .why-list li {
  width: 33.3%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_why .why-list li:hover .panel-text-upDown {
  background-color: #c71c15;
}
.section_why .why-list li:hover .panel-text-upDown img {
  transform: rotate(360deg);
}
.section_why .why-list li:hover .panel-text-upDown .text .t2 {
  color: #c71c15;
}
.section_why .panel-text-upDown {
  position: relative;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  padding-top: 58px;
  background-color: rgb(199 28 21 / 50%);
}
.section_why .panel-text-upDown .divImg {
  text-align: center;
}
.section_why .panel-text-upDown .divImg img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_why .panel-text-upDown .text {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.section_why .panel-text-upDown .text .t1 {
  margin-top: 24px;
  font-size: 26px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  font-family: 'fradm';
}
.section_why .panel-text-upDown .text p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.section_video {
  position: relative;
  padding-bottom: 54px;
  padding-top: 100px;
  /* background: url(../images/about-bggg.png) no-repeat top right 100px; */
}
.home_video_wrapper .leo-row .VideoA {
  width: 50%;
  float: left;
}
.home_video_wrapper .leo-row .VideoB {
  width: 50%;
  float: left;
}
.home_video_wrapper .leo_video_box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.home_video_wrapper .leo_video_box .video_cover {
  height: 100%;
}
.home_video_wrapper .leo_video_box .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.home_video_wrapper .leo_video_box .text {
  height: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.home_video_wrapper .leo_video_box .text img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.home_video_wrapper .leo_video_box .text:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.home_video_wrapper .leo_video_box .text p {
  margin-top: 18px;
}
.home_video_wrapper .video_right_text {
  padding-left: 100px;
  padding-top: 24px;
  box-sizing: border-box;
}
.home_video_wrapper .video_right_text .home_title {
  text-align: left;
}
.home_video_wrapper .video_right_text .inner_text {
  margin-top: 60px;
  line-height: 26px;
  font-size: 18px;
  color: #222;
}
.home_video_wrapper .video_right_text .inner_text .div1 {
  font-size: 26px;
  margin-bottom: 20px ;
}
.home_video_wrapper .video_right_text .data-num {
  margin-top: 30px;
  padding-top: 12px;
}
.home_video_wrapper .video_right_text .data-num dd {
  display: flex;
  align-items: center;
  width: 45%;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
  color: #222;
  line-height: 20px;
}
.home_video_wrapper .video_right_text .data-num dd:nth-child(1) {
  width: 55%;
}
.home_video_wrapper .video_right_text .data-num dd:nth-child(1) strong {
  flex: 0 0 110px;
}
.home_video_wrapper .video_right_text .data-num dd:nth-child(3) {
  width: 55%;
}
.home_video_wrapper .video_right_text .data-num dd:nth-child(3) strong {
  flex: 0 0 110px;
}
.home_video_wrapper .video_right_text .data-num dd:nth-child(2) strong {
  flex: 0 0 88px;
}
.home_video_wrapper .video_right_text .data-num dd:nth-child(4) strong {
  flex: 0 0 88px;
}
.home_video_wrapper .video_right_text .data-num strong {
  display: block;
  margin-bottom: 6px;
  font-size: 40px;
  font-weight: bold;
  font-family: 'fradm';
}
.home_video_wrapper .video_right_text .more {
  display: block;
  margin-top: 50px;
  font-size: 16px;
  color: #666666;
}
.home_video_wrapper .video_right_text .more img {
  vertical-align: middle;
  margin-left: 20px;
}
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 80%;
  height: 60vh;
  position: fixed;
  z-index: 60;
  top: 20%;
  left: 10%;
}
.video .videoBox iframe {
  width: 100%;
  height: 100%;
}
.video .zy_media {
  z-index: 60;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-product-father {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.swiper-product-father .img {
  overflow: hidden;
}
.swiper-product-father .img img {
  width: 100%;
}
.Factory-link {
  margin-top: 20px;
  display: block;
  width: 140px;
  line-height: 50px;
  border-radius: 4px;
  background-color: #c71c15;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.Factory-link:hover {
  color: #fff;
  background-color:#c71c15d9;
}
.section-news {
  padding-top: 82px;
  padding-bottom: 100px  ;
  background: url(../images/news_bg.jpg) no-repeat center top;
  background-size: cover;
}
.section-news .Home-news-father {
  position: relative;
  margin-top: 40px;
}
.section-news .Home-news-father .item {
  display: block;
  background-color: #fff;
}
.section-news .Home-news-father .img {
  overflow: hidden;
}
.section-news .Home-news-father .img img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 260px;
  object-fit: cover;
}
.section-news .Home-news-father .con {
  padding: 30px  20px;
}
.section-news .Home-news-father .spanitem {
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
}
.section-news .Home-news-father .spanitem span {
  padding: 0 12px;
  margin-right: 2px;
  line-height: 38px;
  display: inline-block;
  border-radius: 5px;
  background-color: #eeeeee;
}
.section-news .Home-news-father .spanitem img {
  margin-right: 4px;
  margin-bottom: 2px;
}
.section-news .Home-news-father .t {
  margin-bottom: 14px;
  font-size: 20px;
  color: #222;
  line-height: 24px;
}
.section-news .Home-news-father .p {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}
.section-news .Home-news-father .date {
  margin-top: 20px;
  font-size: 16px;
  color: #c71c15;
}
.section-news .Home-news-father .more {
  margin-top: 30px;
  color: #999;
  font-size: 16px;
}
.section-news .Home-news-father .more img {
  margin-left: 7px;
}
.section-news .Home-news-father .more img:first-child {
  display: inline-block;
}
.section-news .Home-news-father .more img:last-child {
  display: none;
}
.section-news .Home-news-father .news-father-page {
  width: 100%;
  height: 12px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.section-news .Home-news-father .Home-news-page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.section-news .Home-news-father .Home-news-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 5px;
  background-color: #ddd;
  opacity: 1;
  outline: none;
}
.section-news .Home-news-father .Home-news-page .swiper-pagination-bullet-active {
  background-color: #c71c15;
}
.section-news .Home-news-father .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section-news .Home-news-father .item:hover .t {
  color: #c71c15;
}
.section-news .news-next,
.section-news .news-prev {
  width: 41px;
  height: 41px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 1;
}
.section-news .news-next::after,
.section-news .news-prev::after {
  display: none;
}
.section-news .news-next:hover,
.section-news .news-prev:hover {
  background-image: url(../images/arrow.png);
}
.section-news .news-next {
  right: -80px;
  transform: rotate(180deg);
}
.section-news .news-prev {
  left: -80px;
}
.Home-partner {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 65px;
  border-bottom: 1px solid #eee;
}
.Home-partner .t {
  font-size: 40px;
  line-height: 46px;
  max-width: 1184px;
  margin: 0 auto;
  text-align: center;
  color: #222;
}
.Home-partner .index_partner_pc {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
  text-align: center;
}
.Home-partner .index_partner_pc img {
  width: 100%;
}
.Home-partner .index_partner_pc li {
  margin-bottom: 15px;
  display: inline-block;
}
.Home-partner .index_partner_m {
  margin-top: 20px;
  text-align: center;
}
.Home-partner .index_partner_m img {
  width: 100%;
}
.Home-partner .index_partner_m .swiper-slide {
  margin-bottom: 10px;
}
.Home-partner .index_partner_m .partner_m_p {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.Home-partner .index_partner_m .partner_m_p .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 2px solid #fff;
  background-color: #aaaaaa;
  outline: none ;
  margin: 0 4px;
}
.Home-partner .index_partner_m .partner_m_p .swiper-pagination-bullet-active {
  background-color: #1d2088;
}
.Home-partner .countries {
  display: block;
  margin-top: 50px;
  font-size: 20px;
  color: #666666;
}
.section_Projects {
  padding-top: 52px;
  padding-bottom: 68px;
  border-top: 1px solid #ececec;
}
.section_Projects .customer_title {
  position: relative;
  z-index: 1;
}
.section_Projects .customer_title .home_title div {
  font-size: 30px;
}
.section_Projects .Home-customer-father {
  position: relative;
}
.section_Projects .Home-customer-father .customer-next,
.section_Projects .Home-customer-father .customer-prev {
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 3;
  opacity: 1;
}
.section_Projects .Home-customer-father .customer-next::after,
.section_Projects .Home-customer-father .customer-prev::after {
  display: none;
}
.section_Projects .Home-customer-father .customer-next:hover,
.section_Projects .Home-customer-father .customer-prev:hover {
  background-image: url(../images/arrow-hover.png);
}
.section_Projects .Home-customer-father .customer-next {
  right: -80px;
  transform: rotate(180deg);
}
.section_Projects .Home-customer-father .customer-prev {
  left: -80px;
}
.section_Projects .customer_list {
  margin-top: 30px;
}
.section_Projects .swiper-customer .item {
  display: block;
  border-radius: 16px;
  padding: 20px 25px;
  background-color: #f3f5f9;
}
.section_Projects .swiper-customer .item:hover {
  background-color: #e9ecf3;
}
.section_Projects .swiper-customer .topitem {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding-bottom: 18px;
  border-bottom: 1px dashed #dddddd;
}
.section_Projects .swiper-customer .topitem .img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.section_Projects .swiper-customer .dec {
  padding: 18px 0;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.section_Projects .swiper-customer .dec .star {
  margin-top: 22px;
}
.section-success {
  padding-top: 30px;
  padding-bottom: 70px;
}
.section-success .success-list {
  background: url(../images/success-bg.jpg) no-repeat center top 94px;
}
.section-success .success-list li {
  width: 19%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 65px;
  cursor: pointer;
}
.section-success .success-list li:hover img {
  transform: rotate(360deg);
}
.section-success .success-list li img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section-success .success-list li p {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  font-size: 16px;
  line-height: 20px;
}
.PublicMsg {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}
.PublicMsg .MsgRow .border_box {
  border-radius: 10px;
}
.PublicMsg .MsgRow .left {
  width: 550px;
  display: inline-block;
  vertical-align: top;
}
.PublicMsg .MsgRow .left p {
  max-width: 490px;
  font-size: 40px;
  color: #222222;
  line-height: 40px;
}
.PublicMsg .MsgRow .left div {
  font-size: 22px;
  color: #222;
  margin-top: 20px;
}
.PublicMsg .MsgRow .right {
  width: calc(100% - 562px);
  display: inline-block;
  vertical-align: top;
}
.PublicMsg .contact-form .topGroups {
  padding-left: 15px;
  padding-right: 15px;
}
.PublicMsg .contact-form .form-group {
  position: relative;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
}
.PublicMsg .contact-form .form-group.leo-6-m {
  width: 32.9%;
  float: left;
  position: relative;
  margin-right: 0.6%;
}
.PublicMsg .contact-form .form-group.leo-6-m:last-child {
  margin-right: 0;
}
.PublicMsg .contact-form .form-group .tips {
  position: absolute;
  left: 15px;
  line-height: 42px;
  z-index: 1;
  color: #999;
  font-size: 16px;
}
.PublicMsg .contact-form .form-group .tips i {
  color: #ff0000;
  font-style: normal;
}
.PublicMsg .contact-form .textareaBox {
  position: relative;
}
.PublicMsg .contact-form .textareaBox .tips {
  left: 30px;
}
.PublicMsg .contact-form .textareaBox .submit-btn {
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 60px;
  height: 60px;
  padding: 0;
  background: url(../images/send_ico.png) no-repeat center;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 0;
  border: none;
}
.PublicMsg .contact-form .textareaBox .submit-btn:hover {
  background-color: #00888e;
}
.PublicMsg .contact-form input {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 4px 10px;
  font-size: 16px;
  color: #222;
  outline: none;
  background-color: #fff;
  border: none;
  border: 1px solid #e7e9ed;
  border-radius: 0px;
  padding-left: 15px;
}
.PublicMsg .contact-form input::placeholder {
  color: #aaaaaa;
}
.PublicMsg .contact-form textarea {
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  outline: none;
  color: #222;
  background-color: #fff;
  border: none;
  border: 1px solid #e7e9ed;
  border-radius: 0px;
  resize: none;
  padding-left: 15px;
}
.PublicMsg .contact-form textarea::placeholder {
  color: #aaaaaa;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #000000;
}
.footer::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 102px;
  right: 0;
  z-index: 1;
}
.footer .footer_content {
  padding-bottom: 50px;
  padding-top: 54px;
}
.footer dl {
  float: left;
  transition: all 0.3s ease 0s;
  padding-right: 5%;
  box-sizing: content-box;
  color: #d6d6d6;
}
.footer dl:last-child {
  padding-left: 0;
}
.footer dl dt {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  font-family: 'fradm';
  text-transform: uppercase;
  color: #fff;
}
.footer dl dt a{
    color: #fff;
}
.footer dl dt::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
}
.footer dl dd {
  line-height: 30px;
  font-size: 16px;
}
.footer dl dd a {
  color: #d6d6d6;
  text-decoration: none;
  max-width: 300px;
    display: inline-block;
}
.footer dl dd a:hover {
  color: #c71c15;
}
.footer dl .Quote {
  margin-top: 24px;
}
.footer dl .Quote a {
  color: #c71c15;
}
.footer dl .Quote a img {
  margin-left: 15px;
}
.footer .foot_add {
  float: right;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.footer .foot_add dd {
  position: relative;
}
.footer .foot_add dd > img {
  position: absolute;
  left: 0;
  top: 8px;
  max-width: 14px;
}
.footer .foot_add .address {
  margin-top: 48px;
}
.footer .foot_add .jk_div {
  margin-bottom: 20px;
  max-width: 476px;
  font-size: 16px;
  line-height: 20px;
}
.footer .foot_add .tel {
  line-height: 1;
}
.footer .link_box {
  position: relative;
}
.footer .link_box span {
  width: 268px;
  display: inline-block;
  line-height: 52px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(../images/top-arr.png);
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-color: #dee5f7;
  cursor: pointer;
  color: #222;
  font-size: 16px;
}
.footer .link_box .links {
  display: none;
  min-width: 85%;
  width: 268px;
  position: absolute;
  right: 0;
  bottom: 52px;
  z-index: 10;
  background-color: #fff;
}
.footer .link_box .links li {
  padding: 10px;
  line-height: 26px;
  text-align: left;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}
.footer .link_box .links li a {
  color: #666;
  font-size: 14px;
}
.footer .link_box .links li a:hover {
  color: #c71c15;
}
.footerbar {
  text-align: center;
  padding: 22px 0;
  line-height: 40px;
  font-size: 16px;
  background-color: #000;
  border-top: 1px solid #333333;
}
.footerbar .copyright {
  float: left;
}
.footerbar .copyright a {
  display: inline-block;
  vertical-align: middle;
  color: #d6d6d6;
  margin-right: 30px;
  padding-right: 30px;
  font-size: 16px;
  position: relative;
}
.footerbar .copyright a::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #c3c3c3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footerbar .copyright a:last-child::after {
  display: none;
}
.footerbar .links a {
  color: #d6d6d6;
  margin-left: 40px;
}
#new-link {
  margin-top: 20px;
}
#new-link li {
  margin: 0 3px;
  display: inline-block;
}
#new-link li img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
#new-link li img:hover {
  opacity: 0.4;
}
.share_toolbox {
  display: inline-block;
}
.share_toolbox li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}
.share_toolbox li a {
  margin-right: 0!important;
}
#header .navlist .s-menu > .hasdrop > a {
  font-family: 'frabk';
}
#header .navlist .s-menu > .hasdrop > a:hover {
  transform: translate3d(0, 0px, 0);
}
#header .navlist .s-menu .t-menu > .hasdrop > a {
  font-family: 'frabk';
  padding: 10px;
}
#header .navlist .s-menu .t-menu > .hasdrop > a:hover {
  transform: translate3d(0, 0px, 0);
}
