.Home_top {
  height: 40px;
  background-color: #252121;
  color: #fff;
  line-height: 40px;
  font-size: 14;
}
.Home_top .Welcome {
  float: left;
}
.Home_top .top-link {
  float: right;
}
.Home_top .top-link a {
  margin-left: 22px;
}
.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;
}
.site-header {
  position: relative;
  height: 150px;
  padding: 26px 0 60px;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.site-header .header-logo {
  float: left;
}
.site-header .header-right {
  float: right;
}
.site-header .header-logo img {
  width: 66px;
}
.site-header .header-logo p {
  display: inline-block;
  color: #252121;
  font-weight: 700;
  font-size: 18px;
  margin-left: 18px;
  padding-left: 18px;
  border-left: 1px solid #dddddd;
  vertical-align: middle;
}
.site-header .header-logo p span {
  display: block;
}
.site-header .contact-us-ul li {
  display: table;
  float: left;
  margin-left: 100px;
}
.site-header .contact-us-ul li > div {
  display: table-cell;
  vertical-align: middle;
}
.site-header .contact-us-ul li .icon {
  padding-right: 16px;
}
.site-header .contact-us-ul li .icon img {
  max-width: 40px;
}
.site-header .contact-us-ul li label {
  margin-bottom: 0;
  font-size: 14px;
  color: #888888;
  font-weight: normal;
}
.site-header .contact-us-ul li P {
  font-size: 18px;
  color: #252121;
  font-weight: 700;
}
.site-header .navlist {
  position: absolute;
  z-index: 20;
  background-color: #fff;
  margin-top: 25px;
}
.site-header .navlist .hasdrop {
  float: left;
  position: relative;
}
.site-header .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 0 15px;
  font-size: 18px;
  line-height: 68px;
  letter-spacing: 0;
  color: #1f2224;
  font-weight: 500;
}
.site-header .navlist .hasdrop > a:hover {
  color: #fe0000;
}
.site-header .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  right: 15px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.site-header .navlist .hasdrop > a .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);
}
.site-header .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.site-header .navlist .s-menu {
  position: absolute;
  top: 72px;
  display: none;
  background-color: #fff;
}
.site-header .navlist .s-menu > .hasdrop {
  position: static;
  padding: 10px 20px;
  float: none;
}
.site-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: 13px;
  padding-right: 20px;
  line-height: 24px;
}
.site-header .navlist .s-menu > .hasdrop > a:hover {
  color: #fe0000;
}
.site-header .navlist .s-menu .t-menu {
  position: absolute;
  margin-top: -34px;
  left: 100%;
  background-color: #fff;
  display: none;
}
 
.site-header .navlist .s-menu .t-menu > .hasdrop {
  padding: 10px 20px;
  width: 100%;
}
.site-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: 13px;
  padding-right: 20px;
  line-height: 24px;
}
.site-header .navlist .s-menu .t-menu > .hasdrop > a:hover {
  color: #fe0000;
}
.site-header .f-menu {
  float: left;
}
.site-header .search-procuct {
  float: right;
  /*width: 269px;*/
  margin-top: 16px;
  margin-left: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.form-control{
    width: 140px!important;
}
.site-header .search-procuct input {
  box-shadow: 0 0 0 transparent !important;
  border: 0;
}
.site-header .search-procuct button {
  border: 1px solid #f1f1f1 !important;
  box-shadow: 0 0 0 transparent !important;
  outline: none !important;
  border: 0!important;
  background-color: transparent!important;
}
.Home-banner {
  position: relative;
  left: 0;
}
.Home-banner .swiper-banner .item img {
  width: 100%;
}
.Home-banner .swiper-banner .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  box-sizing: border-box;
  border: 1px solid #888888;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
}
.Home-banner .swiper-banner .swiper-pagination-bullet-active {
  background-color: #fe0000;
  border: 1px solid #fe0000;
}
.Home_title {
  text-align: center;
}
.Home_title .t {
  margin-bottom: 10px;
  font-size: 36px;
  color: #252121;
  font-weight: 700;
  text-transform: uppercase;
}
.Home_title .t span {
  color: #fe0000;
}
.Home_title .en {
  display: block;
  margin-top: 16px;
  color: #aaaaaa;
  font-size: 14px;
}
.section-wp {
  padding: 98px 0 84px;
}
.Home-product {
  background-color: #f4f4f4;
}
.Home-product .product-tab {
  margin-top: 40px;
}
.Home-product .swiper-home-tab {
  background-color: #fff;
}
.Home-product .swiper-home-tab .item {
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}
.Home-product .swiper-home-tab .item.onThis {
  position: relative;
  background-color: #fe0000;
  color: #fff;
}
.Home-product .swiper-home-tab .item.onThis:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 10px dashed;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.Home-product .product-con .swiper-home-con {
  display: none;
}
.Home-product .product-con .swiper-slide {
  width: 25%;
}
.Home-product .product-con .swiper-wrapper {
  padding-top: 38px;
}
.Home-product .product-con .item {
  display: block;
  margin: 0 10px;
  transition: all 0.25s ease-in;
}
.Home-product .product-con .item:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px);
}
.Home-product .product-con .img img {
  width: 100%;
  vertical-align: top;
}
.Home-product .product-con .dec {
  padding: 28px 14px;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
}
.Home-product .product-con .dec .t {
  margin-bottom: 16px;
  font-size: 16px;
  color: #252121;
  font-weight: bold;
}
.Home-product .product-con .dec .p {
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.Home-product .read_more {
  display: inline-block;
  width: 200px;
  height: 40px;
  margin-top: 58px;
  border: 1px solid #fe0000;
  font-weight: 600;
  background-color: transparent;
  color: #fe0000;
  line-height: 40px;
  text-transform: uppercase;
  transition: all 0.25s ease-in;
}
.Home-product .read_more:hover {
  background-color: #fe0000;
  color: #fff;
}
.Home-why {
  position: relative;
  background: url(/res/baiila/images/why_bg.jpg) no-repeat center top;
}
.Home-why .Home-why-container {
  margin-top: 40px;
}
.Home-why .left_why {
  width: 286px;
  float: left;
}
.Home-why .left_why .t {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.Home-why .left_why .p {
  color: #5c747f;
  font-size: 14px;
}
.Home-why .left_why .icon_lis {
  margin-top: 20px;
}
.Home-why .left_why .icon_lis li {
  max-width: 70px;
  display: inline-block;
  margin-right: 16px;
  text-align: center;
  color: #fff;
}
.Home-why .left_why .icon_lis li p {
  margin-top: 20px;
}
.Home-why .left_why .icon_lis li p img {
  width: 100%;
}
.Home-why .img-boxmain {
  width: 852px;
  float: right;
  text-align: right;
}
.Home-why .img-boxmain ul {
  float: right;
}
.Home-why .img-boxmain .swiper-slide {
  width: 200px;
  margin-left: 14px;
}
.Home-why .img-boxmain .swiper-slide-active {
  width: 400px;
}
.Home-why .img-boxmain .li:first-child {
  margin-left: 0;
}
.Home-why .img-boxmain .li .img-child-box {
  position: relative;
  height: 560px;
  overflow: hidden;
}
.Home-why .img-boxmain .li .dec {
  position: absolute;
  bottom: 0;
  padding: 20px;
  text-align: left;
  color: #fff;
}
.Home-why .img-boxmain .li .dec a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.Home-why .img-boxmain .li .dec p {
  display: none;
  font-weight: normal;
  font-size: 14px;
}
.Home-about {
  position: relative;
  background: url(/res/baiila/images/section-about-bg.png) no-repeat right top;
  background-size: 360px;
}
.Home-about .Home-about-container {
  display: table;
  margin-top: 32px;
}
.Home-about .Home-about-container .video_l,
.Home-about .Home-about-container .info_r {
  width: 50%;
  display: table-cell;
  padding: 0 12px;
  vertical-align: middle;
}
.Home-about .videoBox {
  position: relative;
}
.Home-about .videoBox .cover {
  position: absolute;
  z-index: 5;
  box-shadow: -20px 20px #dddddd;
}
.Home-about .videoBox img {
  width: 100%;
}
.Home-about .videoBox .zy_media {
  height: 320px;
  box-shadow: -20px 20px #dddddd;
}
.Home-about .about_c .t {
  margin-bottom: 40px;
  font-size: 27px;
  font-weight: 700;
  color: #252121;
}
.Home-about .about_c p {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
.Home-about .about_c .more_about {
  display: inline-block;
  width: 120px;
  height: 30px;
  margin-top: 38px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  color: #fe0000;
  border: 1px solid #fe0000;
  box-sizing: border-box;
  transition: all 0.25s ease-in;
}
.Home-about .about_c .more_about:hover {
  background-color: #fe0000;
  color: #fff;
}
.Home-about .Home-about-father {
  position: relative;
  margin-top: 60px;
}
.Home-about .Home-about-father .swiper-slide {
  width: 33.333%;
}
.Home-about .Home-about-father .Home-about-page {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.Home-about .Home-about-father .Home-about-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  margin: 0 5px;
  background-color: transparent;
  opacity: 1;
}
.Home-about .Home-about-father .Home-about-page .swiper-pagination-bullet-active {
  background-color: #fe0000;
  border: 2px solid #fe0000;
}
.Home-about .Home-about-img .item {
  position: relative;
  display: block;
}
.Home-about .Home-about-img .item img {
  width: 100%;
}
.Home-about .Home-about-img .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 120%;
  background: url(/res/baiila/images/about_img_hover.png) no-repeat center;
  background-size: 100%;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.Home-about .Home-about-img .item .bg span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Home-case {
  background: url(/res/baiila/images/home_case_bg.jpg) no-repeat center top;
  background-size: cover;
}
.Home-case .Home-case-container {
  margin-top: 60px;
}
.Home-case .Home-case-container .item {
  display: block;
  padding: 38px 20px;
  background-color: #fff;
  transition: all 0.25s ease-in;
}
.Home-case .Home-case-container .item:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px);
}
.Home-case .Home-case-container .item:hover .more {
  background-color: #fe0000;
  color: #fff;
  border: 1px solid #fe0000;
}
.Home-case .Home-case-container .img {
  width: 140px;
  height: 140px;
  margin: 0 auto ;
  border-radius: 50%;
  overflow: hidden;
}
.Home-case .Home-case-container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Home-case .Home-case-container .dec {
  margin-top: 26px;
}
.Home-case .Home-case-container .dec a {
  text-decoration: none;
}
.Home-case .Home-case-container .dec .t {
  margin-bottom: 14px;
  color: #252121;
  font-size: 20px;
}
.Home-case .Home-case-container .dec p {
  height: 180px;
  overflow: hidden;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}
.Home-case .Home-case-container .dec .more {
  display: block;
  width: 120px;
  height: 30px;
  margin: 30px auto 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  color: #252121;
  font-size: 16px;
  transition: all 0.25s ease-in;
}
.Home-case-container {
  margin-top: 54px;
}
.Home-case-container .topnews {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}
.Home-case-container .topnews .img,
.Home-case-container .topnews .dec {
  display: table-cell;
  vertical-align: middle;
  max-width: 42rem;
}
.Home-case-container .topnews .img a {
  display: block;
}
.Home-case-container .topnews .img a img {
  width: 240px;
}
.Home-case-container .topnews .dec {
  padding-left: 28px;
}
.Home-case-container .topnews .dec .t {
  font-size: 18px;
  color: #252121;
  margin-bottom: 16px;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.Home-case-container .topnews .dec .t a {
  color: #252121;
}
.Home-case-container .topnews .dec p {
  font-size: 14px;
  color: #888;
  line-height: 20px;
}
.Home-case-container .topnews .dec .more_news {
  font-size: 18px;
  color: #252121;
  text-decoration: underline;
  line-height: 1.8;
}
.Home-case-container .topnews .dec .more_news:hover {
  color: #fe0000;
}
.Home-case-container .topnews .dec .more_news span {
  font-size: 12px;
}
.Home-case-container .Home_news_list li {
  position: relative;
  margin-bottom: 20px;
  line-height: 40px;
  border-bottom: 1px solid #dddddd;
}
.Home-case-container .Home_news_list li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 100px;
  color: #252121;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Home-case-container .Home_news_list li a:hover {
  color: #fe0000;
}
.Home-case-container .Home_news_list li .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #aaaaaa;
  font-size: 12px;
}
.Home-case-container .qaq_list {
  padding-top: 20px;
  margin-left: 30px;
  padding-left: 30px;
  background: url(/res/baiila/images/qaqLeft.png) repeat-y left top;
}
.Home-case-container .qaq_list dd {
  border-bottom: 1px dashed #d9d9d9;
  padding-top: 14px;
  padding-bottom: 22px;
  padding-left: 52px;
  background: url(/res/baiila/images/icon_qaq.png) no-repeat top 14px left;
}
.Home-case-container .qaq_list dd:last-child {
  border-bottom: 0;
}
.Home-case-container .qaq_list dd .q {
  color: #252121;
  font-size: 16px;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.Home-case-container .qaq_list dd .a {
  color: #888888;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.footer {
  position: relative;
  background-color: #252121;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #fff;
}
.footer .flex-l {
  width: 238px;
  float: left;
  text-align: center;
}
.footer .flex-l p {
  margin-top: 18px;
  font-size: 14px;
  color: #fff;
}
.footer .logo-foot {
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
}
.footer .logo-foot img {
  max-width: 66px;
  display: inline-block;
}
.footer #new-link {
  margin-top: 38px;
}
.footer #new-link li {
  margin: 0 2px;
  display: inline-block;
}
.footer .flex-r {
  width: 314px;
  float: right;
}
.footer .flex-r div {
  margin-bottom: 22px;
  padding-left: 32px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.footer .flex-r div span {
  color: #ccc;
}
.footer .flex-r .email-box {
  background: url(/res/baiila/images/foot_youxiang.png) no-repeat left top 8px;
}
.footer .flex-r .tel-box {
  background: url(/res/baiila/images/foot_dianhua.png) no-repeat left top 8px;
}
.footer .flex-r .site-box {
  background: url(/res/baiila/images/foot_dizhi.png) no-repeat left top 8px;
}
.footer_bar {
  height: 48px;
  line-height: 48px;
  background-color: #363434;
  color: #fff;
}
.footer_bar .copyright {
  float: left;
  font-size: 14px;
}
.footer_bar .footer_bar_r {
  float: right;
}
.footer_bar .footer_bar_r > a,
.footer_bar .footer_bar_r > div {
  display: inline-block;
  color: #cccccc;
  font-size: 14px;
}
.footer_bar .footer_bar_r > a {
  margin: 0 20px;
}
.footer_bar .footer_bar_r > div {
  width: 200px;
  box-sizing: border-box;
  padding-left: 10px;
  background-image: url(/res/baiila/images/down_arr.png);
  background-repeat: no-repeat;
  background-position: top 25px right 10px;
  background-color: #464343;
}
.footer_bar .footer_bar_r .Brlon {
  position: relative;
}
.footer_bar .footer_bar_r .Brlon .Brlon_link {
  display: none;
  min-width: 100%;
  position: absolute;
  right: 0;
  bottom: 48px;
  background-color: #fff;
}
.footer_bar .footer_bar_r .Brlon .Brlon_link li {
  padding: 10px;
  line-height: 20px;
}
.footer_bar .footer_bar_r .Brlon .Brlon_link li a {
  color: #252121;
  font-size: 14px;
}
.footer_bar .footer_bar_r .Brlon .Brlon_link li a:hover {
  color: #fe0000;
}
.contact-form-box {
  position: absolute;
  left: 50%;
  top: -200px;
  margin-left: -200px;
  width: 400px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 36px  20px;
  box-sizing: border-box;
}
.contact-form-box .t {
  margin-bottom: 35px;
  font-size: 36px;
  color: #252121;
  font-weight: bold;
  text-align: center;
}
.contact-form-box .t span {
  color: #fe0000;
}
.contact-form-box .contact-form input {
  width: 100%;
  padding: 14px 7px;
  font-size: 14px;
  outline: none;
  color: #252121;
}
.contact-form-box .contact-form textarea {
  width: 100%;
  height: 120px;
  padding: 14px 7px;
  font-size: 14px;
  outline: none;
  color: #252121;
}
.contact-form-box .submit-btn {
  width: 120px;
  height: 30px;
  background-color: #fe0000;
  color: #fff;
  border: 0;
  outline: 0;
  margin-right: 8px;
}
.contact-form-box .reset-btn {
  width: 120px;
  height: 30px;
  background-color: #252121;
  color: #fff;
  border: 0;
  outline: 0;
}
.zy_media .dec_play::after {
  border-color: transparent transparent transparent red;
}
.outWrap {
  width: 95%;
  margin: 0 auto;
  background: url(/res/baiila/images/choose_us_img_l.png) no-repeat left top;
}
<!--ºÄÊ±1780496260.945Ãë-->