.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: #0a4a94 !important;
  color: #fff !important;
}
.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 {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.site-header {
  position: relative;
  box-sizing: border-box;
  z-index: 99;
}
.site-header .header-logo {
  float: left;
}
.site-header .header-right {
  margin-top: 13px;
  float: right;
}
.site-header .header-logo img {
  height: 76px;
  vertical-align: middle;
}
.site-header .header-logo p {
  display: inline-block;
  color: #252121;
  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;
  font-size: 16px;
}
.site-header .header-logo p span em {
  color: #0a4a94;
  font-style: normal;
  font-weight: bold;
}
.site-header .header-logo p .CompanyName {
  font-size: 23px;
  color: #000;
  font-weight: bold;
}
.site-header .contact-us-ul li {
  display: table;
  float: left;
  margin-left: 100px;
}
.contact-us-ul a{
    list-style: none;
    color: #000;
}
.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: 50px;
}
.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: bold;
}
.site-header .navlist {
  background-color: #fff;
  height: 68px;
  padding-left: 0;
}
.site-header .navlist .hasdrop {
  float: left;
  position: relative;
}
.site-header .navlist .hasdrop.active {
  background-color: #0a4a94;
}
.site-header .navlist .hasdrop.active:hover>a {
  color: #fff;
}
.site-header .navlist .hasdrop.active a {
  color: #fff;
}
.site-header .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 0 45px;
  font-size: 16px;
  line-height: 68px;
  letter-spacing: 0;
  color: #1f2224;
  font-weight: 400;
}
.site-header .navlist .hasdrop > a:hover {
  color: #0a4a94;
}
.drop-menu.s-menu li:hover{
        background-color: #0a4a94;
    
    
}
.drop-menu.s-menu li:hover a{
    color: #fff!important;
}
.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;
  text-align: center;
}
.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: #0a4a94;
}
.site-header .navlist .s-menu .t-menu {
  position: absolute;
  top: 0;
  left: 101%;
  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: #0a4a94;
}
.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;
}
.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: 18px;
  height: 18px;
  box-sizing: border-box;
  background: url(../images/page_dots_bj.png) no-repeat center;
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
}
.Home-banner .swiper-banner .swiper-pagination-bullet-active {
  background: url(../images/page_dots_active_bj.png) no-repeat center;
  background-size: 100%;
}
.Home_title {
  text-align: center;
}
.Home_title .t {
  margin-bottom: 10px;
  font-size: 36px;
  color: #191c20;
  font-weight: 700;
  text-transform: uppercase;
}
.Home_title .t span {
  color: #fe0000;
}
.Home_title .en {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  color: #888888;
  font-size: 14px;
}
.section-wp {
  /*padding: 98px 0 84px;*/
  padding: 20px 0 20px;
}
.Home-product .product-con .product-list {
  padding-top: 38px;
}
.Home-product .product-con .product-list .slide {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
.Home-product .product-con .item {
  display: block;
  border: 1px solid #f4f4f4;
  margin: 0 10px;
  transition: all 0.25s ease-in;
}
.Home-product .product-con .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px);
}
.Home-product .product-con .item:hover .dec {
  background-color: #0a4a94;
}
.Home-product .product-con .item:hover .dec .t {
  color: #fff;
}
.Home-product .product-con .item:hover .dec .p {
  color: #fff;
}
.Home-product .product-con .img img {
  width: 100%;
  vertical-align: top;
}
.Home-product .product-con .dec {
  padding: 28px 14px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  transition: all 0.25s ease-in;
}
.Home-product .product-con .dec .t {
  height: 44px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #191c20;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.Home-product .product-con .dec .p {
  height: 60px;
  font-size: 12px;
  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: 160px;
  height: 40px;
  margin-top: 58px;
  border: 1px solid #0a4a94;
  background-color: transparent;
  color: #0a4a94;
  line-height: 40px;
  transition: all 0.25s ease-in;
  border-radius: 8px;
  font-size: 14px;
 }
.Home-product .read_more:hover {
  background-color: #0a4a94;
  color: #fff;
}
.Home-about {
  position: relative;
  background: url(../images/section-about-bg.png) no-repeat left top;
  background-size: 360px;
}
.Home-about .Home-about-container {
  position: relative;
  display: table;
  min-height: 500px;
  margin-top: 82px;
  padding-bottom: 70px;
  background: url(../images/video_r_bj.png) no-repeat right bottom;
  background-size: 100%;
}
.Home-about .Home-about-container .info_r {
  width: 50%;
  float: left;
  padding: 0 12px;
  vertical-align: middle;
}
.Home-about .Home-about-container .video_cover {
  width: 45%;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 60px;
}
.Home-about .about_c .t {
  font-size: 72px;
  color: #191c20;
  font-weight: 700;
}
.Home-about .about_c .st {
  margin-bottom: 40px;
  font-size: 18px;
  color: #191c20;
  font-weight: 700;
}
.Home-about .about_c p {
  font-size: 14px;
  line-height: 20px;
  color: #191c20;
}
.Home-about .about_c .more_about {
  display: inline-block;
  width: 200px;
  height: 40px;
  margin-top: 38px;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  transition: all 0.25s ease-in;
  background-color: #aaaaaa;
}
.Home-about .about_c .more_about:hover {
  background-color: #0a4a94;
  color: #fff;
}
.Home-case {
  background: url(../images/home_case_bg.jpg) no-repeat center top;
  background-size: cover;
}
.Home-aboout-zhengshu {
  margin-top: 60px;
}
.Home-aboout-zhengshu .item {
  display: block;
  padding: 10px;
  background-color: #eeeeee;
  transition: all 0.25s ease-in;
}
.Home-aboout-zhengshu .item:hover {
  background-color: #0a4a94;
}
.Home-aboout-zhengshu .img {
  width: 100%;
}
.Home-aboout-zhengshu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.form-control{
    width: 70%!important;
}
.footer {
  position: relative;
  background-color: #f1faff;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #38454d;
}
.footer .flex-l {
  width: 285px;
  float: left;
  text-align: center;
}
.footer .flex-l p {
  margin-top: 18px;
  font-size: 14px;
  color: #38454d;
}
.footer .logo-foot {
  padding-bottom: 18px;
  border-bottom: 1px solid #fbfeff;
}
.footer .logo-foot img {
  max-width: 175px;
  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: #38454d;
  line-height: 30px;
}
.footer .flex-r div span {
  color: #38454d;
}
.footer .flex-r .email-box {
  background: url(../images/foot_youxiang.png) no-repeat left top 8px;
}
.footer .flex-r .tel-box {
  background: url(../images/foot_dianhua.png) no-repeat left top 8px;
}
.footer .flex-r .site-box {
  background: url(../images/foot_dizhi.png) no-repeat left top 8px;
}
.footer_bar {
  height: 48px;
  line-height: 48px;
  background-color: #c7e7f8;
  color: #38454d;
}
.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: #38454d;
  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(../images/down_arr.png);
  background-repeat: no-repeat;
  background-position: top 25px right 10px;
  background-color: #b4daee;
}
.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: #0a4a94;
}
.contact-form-box {
  position: absolute;
  left: 50%;
  /*top: -200px;*/
  top: 0;
  margin-left: -200px;
  width: 400px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*padding: 36px  20px;*/
  padding: 5px 20px;
  box-sizing: border-box;
}
.contact-form-box .t {
  /*margin-bottom: 35px;*/
  margin-bottom: 15px;
  font-size: 36px;
  color: #252121;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.contact-form-box .t span {
  color: #0a4a94;
}
.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: #0a4a94;
  color: #fff;
  border: 0;
  outline: 0;
  margin-right: 8px;
}
.contact-form-box .reset-btn {
  width: 120px;
  height: 30px;
  background-color: #191c20;
  color: #fff;
  border: 0;
  outline: 0;
}
.zy_media .dec_play::after {
  border-color: transparent transparent transparent #0a4a94;
}
.container1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.home-product-con {
  position: relative;
  margin-top: 38px;
}
.home-product-con .product-con-l {
  float: left;
  width: 244px;
}
.home-product-con .product-con-r {
  max-width: 910px;
  float: right;
  width: calc(100% - 264px);
}
.home-product-con .product_menu {
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home-product-con .product_menu .sub_product li {
  padding-left: 18px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #dddddd;
  box-sizing: border-box;
  background-color: #fff;
}
.home-product-con .product_menu .sub_product li:last-child {
  border-bottom: 0;
}
.home-product-con .product_menu .sub_product li.cur {
  background-color: #0a4a94;
}
.home-product-con .product_menu .sub_product li.cur a {
  color: #fff;
}
.home-product-con .product_menu .sub_product li.cur .arr {
  color: #fff;
}
.home-product-con .product_menu .sub_product li:hover {
  background-color: #0a4a94;
}
.home-product-con .product_menu .sub_product li:hover a {
  color: #fff;
}
.home-product-con .product_menu .sub_product li:hover .arr {
  color: #fff;
}
.home-product-con .product_menu .sub_product li a {
  display: inline-block;
  width: 90%;
  padding-right: 18px;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}
.home-product-con .product_menu .sub_product li .arr {
  float: right;
  margin-right: 12px;
  font-size: 12px;
  color: #888;
  font-family: '宋体';
}
.home-product-con .product_menu .sub_product {
  display: none;
}
.home-product-con .category_title {
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 80px;
  background-color: #000;
  color: #fff;
  box-sizing: border-box;
}
.home-product-con .category_title span {
  font-size: 20px;
}
.home-product-con .category_title .more {
  float: right;
  text-transform: uppercase;
  font-size: 20px;
}
.home-product-con .category_title .more a {
  color: #fff;
  text-decoration: none!important;
}
.home-product-con .category_title .more .icon {
  width: 28px;
  height: 24px;
  margin-right: 14px;
  display: inline-block;
  background: url(../images/more_icon.png) no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
}
.home-product-con .category_title .more:hover a {
  color: #0a4a94;
}
.home-product-con .category_title .more:hover .icon {
  background-position: 0 -24px;
}
.home-product-con .use-list {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.home-product-con .use-list li {
  float: left;
  width: 33.3%;
  padding: 0 8px;
  margin-bottom: 20px;
}
.home-product-con .use-list li a {
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
}
.home-product-con .use-list li a:hover .product-name {
  background-color: #0a4a94;
  color: #fff;
}
.home-product-con .use-list li img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.home-product-con .use-list li .product-name {
  width: 100%;
  padding: 0 10px;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #191c20;
  font-size: 14px;
  background-color: #eeeeee;
  transition: all 0.25s ease-in;
  box-sizing: border-box;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.home-product-con .use-list li .bg {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 74, 148, 0.8);
  display: table;
  text-align: center;
}
.home-product-con .use-list li .bg .info {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.home-product-con .use-list li .bg h4 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
.home-product-con .use-list li .bg h4 img {
  width: 40px;
}
.home-product-con .use-list li .bg p {
  color: #fff;
  font-size: 14px;
}
.outWrap_bg {
  width: 100%;
  margin: 0 auto;
  background: url(../images/outWrap_bg.png) no-repeat center bottom;
}
.Home_advantage {
  margin-top: 140px;
}
.Home_advantage dd {
  display: flex;
  align-items: center;
  height: 114px;
  background-color: #232324;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-top: 40px;
  box-sizing: content-box;
  transition: all 0.25s ease-in;
}
.Home_advantage dd:nth-child(1) {
  background: url(../images/advantage_bg1.png) no-repeat left;
  background-size: 100%;
}
.Home_advantage dd:nth-child(2) {
  background: url(../images/advantage_bg2.png) no-repeat left;
  background-size: 100%;
}
.Home_advantage dd:nth-child(3) {
  background: url(../images/advantage_bg3.png) no-repeat left;
  background-size: 100%;
}
.Home_advantage dd:nth-child(4) {
  background: url(../images/advantage_bg4.png) no-repeat left;
  background-size: 100%;
}
.Home_advantage dd:nth-child(5) {
  background: url(../images/advantage_bg5.png) no-repeat left;
  background-size: 100%;
}
.Home_advantage dd:hover {
  transform: translateY(-10px);
}
.Home_advantage dd:hover .img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.Home_advantage dd .img {
  width: 54px;
  height: 54px;
  margin-right: 34px;
  float: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.Home_advantage dd .img img {
  width: 100%;
}
.Home_advantage dd .con {
  float: left;
  width: 66%;
}
.Home_advantage dd .con h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
}
.Home_advantage dd .con p {
  font-size: 12px;
  color: #fff;
}
.Home-case-container {
  margin-top: 36px;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.Home-case-container .case-top .t {
  font-size: 24px;
  color: #191c20;
}
.Home-case-container .case-top p {
  margin-top: 10px;
  font-size: 12px;
  color: #aaaaaa;
}
.Home-case-container .case-top .case-r {
  letter-spacing: 12px;
  text-transform: uppercase;
  font-size: 18px;
  color: #888888;
}
.Home-case-father {
  position: relative;
  margin-top: 60px;
}
.Home-case-father .Home-case-page {
  width: 50%;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.Home-case-father .Home-case-page .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 9px;
  background-color: #dddddd;
  opacity: 1;
}
.Home-case-father .Home-case-page .swiper-pagination-bullet-active {
  background-color: #0a4a94;
  border: 2px solid #0a4a94;
}
.Home-case-img .item {
  position: relative;
  display: block;
}
.Home-case-img .item img {
  width: 100%;
}
.Home-case-img .item .img-l {
  width: 49%;
  float: left;
}
.Home-case-img .item .img-r {
  width: 49%;
  float: right;
}
.Home-case-img .item .dec {
  margin-top: 32px;
  text-align: center;
}
.Home-case-img .item .dec .t {
  margin-bottom: 10px;
  font-size: 16px;
  color: #191c20;
}
.Home-case-img .item .dec p {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 15px;
}
.factory-row {
  margin-top: 32px;
}
.factory-row .row > div {
  padding: 0;
}
.factory-row .col-l {
  width: 42%;
  float: left;
}
.factory-row .col-r {
  width: 58%;
  float: left;
}
.factory-L {
  position: relative;
  background-color: #f4f4f4;
  padding: 64px 38px 80px;
}
.factory-L:after {
  position: absolute;
  right: 100%;
  top: 0;
  content: '';
  width: 200%;
  height: 100%;
  padding-left: 100%;
  background-color: #f4f4f4;
}
.factory-L .t {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 24px;
  color: #191c20;
}
.factory-L p {
  font-size: 12px;
  color: #aaaaaa;
}
.factory-L .img {
  margin: 40px 0 30px;
}
.factory-L .img img {
  max-width: 100%;
  width: 100%;
}
.factory-L .factory-bottom-box .factory-t {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 20px;
  color: #888888;
}
.factory-L .factory-bottom-box p {
  width: 80%;
  font-size: 12px;
  color: #aaaaaa;
}
.Home-factory-father {
  position: relative;
}
.Home-factory-father .Home-factory-page {
  width: auto;
  text-align: left;
  position: absolute;
  bottom: 15px;
  background-color: #fff;
}
.Home-factory-father .Home-factory-page .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 9px;
  background-color: #dddddd;
  opacity: 1;
}
.Home-factory-father .Home-factory-page .swiper-pagination-bullet-active {
  background-color: #0a4a94;
  border: 2px solid #0a4a94;
}
.Home-factory-img .item {
  position: relative;
  display: block;
}
.Home-factory-img .item img {
  width: 100%;
}
.Home-factory-img .item p {
  font-size: 20px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 52px;
}
.Home-news {
  background: url(../images/home_news_bg.jpg) no-repeat center top;
  background-size: 100%;
}
.Home-news .Home-news-container .news-top {
  margin-top: 50px;
  padding: 40px;
  background-color: #fff;
}
.Home-news .Home-news-container .qaq_list dd {
  margin-bottom: 58px;
}
.Home-news .Home-news-container .qaq_list dd span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
.Home-news .Home-news-container .qaq_list p {
  margin: 4px 0;
  font-size: 18px;
  color: #191c20;
}
.Home-news .Home-news-container .qaq_list .q span {
  color: #0a4a94;
}
.Home-news .home-news-ul li {
  width: 33.3333%;
  float: left;
}
.Home-news .home-news-ul .item {
  display: block;
  margin: 0 15px;
  transition: all 0.25s ease-in;
}
.Home-news .home-news-ul .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.Home-news .home-news-ul .item:hover .dec .t {
  color: #0a4a94;
}
.Home-news .home-news-ul .item:hover .jk-btn {
  background-color: #0a4a94;
}
.Home-news .home-news-ul .img {
  overflow: hidden;
}
.Home-news .home-news-ul .img img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.Home-news .home-news-ul .dec {
  padding: 15px 0;
  height: 23rem;
  background-color: #fff;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
}
.Home-news .home-news-ul .dec .date {
  margin-top: 30px;
  color: #888888;
  font-size: 14px;
  line-height: 1;
}
.Home-news .home-news-ul .dec .t {
  margin-top: 15px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #1c1a18;
  font-weight: normal;
}
.Home-news .home-news-ul .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: 2;
}
.Home-news .home-news-ul .jk-btn {
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #aaaaaa;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
}
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 70%;
  position: fixed;
  z-index: 60;
  top: 10%;
  left: 50%;
  margin-left: -35%;
}
.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);
}
.zy_media video,
.zy_media audio {
  position: relative;
}
.prdtcase {
  display: none;
}
.prdtcase.prdctnow {
  display: block;
}
