* {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  a {
    color: #fff;
  }
  
  a:focus {
    outline: thin dotted;
    outline: none;
  }
  
  html, body {
    overflow-x: hidden;
  }
  
  
  .clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
  
  .clamp2 {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  
  .clamp4 {
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
  
  .clamp5 {
    line-clamp: 5;
    -webkit-line-clamp: 5;
  }
  
  .clamp9 {
    line-clamp: 9;
    -webkit-line-clamp: 9;
  }
  
  img {
    width: 100%;
  }
  
  .advantages .item img {
    width: auto;
  }
  
  .big {
    overflow: hidden;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    cursor: pointer;
  }
  
  .big:hover {
    transform: scale(1.1);
  }
  
  figure {
    overflow: hidden;
  }
  
  .clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .btn-active:hover {
    background: #222 !important;
    border: 2px solid #222 !important;
    transition: all 0.5s linear;
  }
  
  .btn-active:hover a {
    color: #fff !important;
  }
  
  a:focus, a:hover {
    text-decoration: none;
  }
  
  header .header_top {
    background-color: #76B83B;
  }
  header .header_top .left {
    float: left;
  }
  header .header_top .left ul {
    display: flex;
    margin: 0;
  }
  header .header_top .left ul li {
    position: relative;
  padding: 10px 33px 11px 33px;
  }
  header .header_top .left ul li.active{
      background-color: #F4BF1D;
  }
  header .header_top .left ul li:last-child:after{
      display: none;
  }
  header .header_top .left ul li a {
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  header .header_top .left ul li:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #fff;
    right: 0;
    top: 50%;
    margin-top: -9px;
  }
  header .header_top .left ul li.active:after {
    display: none;
  }
  header .header_top .right {
    float: right;
    display: flex;
  }
  header .header_top .right ul {
    line-height: 44px;
    display: flex;
    margin-bottom: 0;
  }
  header .header_top .right ul li a {
    padding: 0 5px;
    color: #fff;
  }
  header .header_top .right ul li .noproxy{
      color: #222;
  }
  header .header_top .right .dropdown {
    line-height: 44px;
  }
  header .header_top .right .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  header .header_top .right .btn-default:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  header .header_top .right .btn-default.focus, header .header_top .right .btn-default:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  header .header_top .right .btn-default.active.focus, header .header_top .right .btn-default.active:focus, header .header_top .right .btn-default.active:hover, header .header_top .right .btn-default:active.focus, header .header_top .right .btn-default:active:focus, header .header_top .right .btn-default:active:hover, header .header_top .right .open > .dropdown-toggle.btn-default.focus, header .header_top .right .open > .dropdown-toggle.btn-default:focus, header .header_top .right .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  header .header_top .right .btn.active.focus, header .header_top .right .btn.active:focus, header .header_top .right .btn.focus, header .header_top .right .btn:active.focus, header .header_top .right .btn:active:focus, header .header_top .right .btn:focus {
    outline: none;
    outline-offset: 0;
  }
  header .header_top .navbar-toggler {
    display: none;
  }
  header .header_cont .row {
    padding: 20px 0;
  }
  header .header_cont .left img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  header .header_cont .middle {
    text-align: center;
  }
  header .header_cont .middle form {
    padding: 30px 0 0 0;
    text-align: right;
  }
  header .header_cont .middle input {
    width: 80%;
    height: 39px;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    border-radius: 5px 5px 5px 5px;
    text-indent: 20px;
  }
  header .header_cont .middle button {
    width: 44px;
    height: 39px;
    background: #76B83B;
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-left: -10px;
    margin-top: 1px;
  }
  header .header_cont .middle button a {
    color: #222;
  }
  header .header_cont .right {
    display: flex;
    justify-content: end;
  }
  header .header_cont .right figure{
      margin-top: 10px;
  }
  header .header_cont .right p{
      margin: 0;
  }
  header .header_down ul li a:last-nth-child(1){
      padding-right: 0;
  }
  header .header_cont .right img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  header .header_cont .right div p a {
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 35px;
    margin: 0;
  }
  header .header_down {
    border: 1px solid #76B83B;
    border-left: none;
    border-right: none;
  }
  header .header_down .row {
    margin: 0;
  }
  header .header_down ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  header .header_down ul li {
    line-height: 43px;
  }
  header .header_down ul li a {
    font-size: 19px;
    font-weight: 400;
    color: #1F1F1F;
    text-transform: uppercase;
    padding: 0 10px;
  }
  
  a.meanmenu-reveal {
    display: none;
  }
  
  .mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 9;
  }
  
  .mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
  
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
  }
  
  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
  }
  
  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }
  
  .mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
  }
  
  .mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
  }
  
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0;
  }
  
  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
  }
  
  .mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
  }
  
  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, 0.9);
  }
  
  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }
  
  .mean-container .mean-bar, .mean-container .mean-bar * {
    box-sizing: content-box;
  }
  
  .mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 50px;
    padding: 0;
    margin: 15px 15px !important;
    position: absolute;
    left: 0;
    width: 90%;
  }
  
  .mean-container a.meanmenu-reveal {
    border: 1px solid;
    margin-top: 15px;
    margin-right: 10px;
    padding: 4px 5px;
    position: absolute;
    top: -107px;
    right: -22px !important;
  }
  
  .mean-container .mean-nav {
    margin-top: -14px;
  }
  
  .mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
  }
  
  .mean-container a.meanmenu-reveal {
    border-color: #76b83b;
    color: #76b83b;
  }
  
  .mean-container a.meanmenu-reveal span {
    background-color: #76b83b;
  }
  
  .mean-container .mean-nav {
    background: #76b83b;
  }
  
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #233049;
  }
  
  .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a {
    padding: 0.5em 5%;
  }
  
  .mean-container .mean-nav ul li li li a {
    padding: 0.5em 7%;
  }
  
  .mean-container .mean-nav ul li a.mean-expand {
    height: 14px;
    line-height: 14px;
  }
  
  .mean-nav ul li ul {
    display: none;
  }
  
  .mobile-menu {
    display: none;
  }
  
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    left: -70%;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    z-index: 99999;
    background: #fff;
    color: #666;
    transition: all 0.3s;
  }
  
  .company-logo {
    padding: 10px 12px;
  }
  
  .mobile-nav .mobile-nav-list li {
    position: relative;
    overflow-x: hidden;
  }
  
  .company-logo {
    background-color: #fff;
  }
  
  .mobile-nav .mobile-nav-list a {
    padding: 12px 10px;
    padding-right: 30px;
    display: block;
    color: #666;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  
  .mobile-nav .mobile-nav-list li i {
    color: #666;
    font-style: normal;
    padding: 0px 10px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    transform: rotateZ(0deg);
    transition: all 0.2s;
  }
  
  .mobile-nav {
    left: -70%;
  }
  
  .m-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
  }
  
  .tab-content .tab-pane .row div {
    margin-bottom: 20px;
  }
  
  .tab-content .tab-pane .row div img {
    width: 100%;
  }
  
  .dropdown-menu2 a {
    color: #222;
  }
  
  .product_active .left {
    background: #F4BF1D;
    border-radius: 10px 10px 10px 10px;
    height: 374px;
    display: flex;
    justify-content: space-between;
    padding: 37px;
    margin-left: 1%;
  }
  .product_active .left .cont {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .product_active .left .cont p {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    margin-top: 20px;
  }
  .product_active .left .cont a {
    display: block;
    width: 166px;
    height: 65px;
    background: #ECECEC;
    font-size: 16px;
    font-weight: 600;
    color: #3D3D3D;
    border-radius: 8px 8px 8px 8px;
    line-height: 65px;
    padding: 0 20px;
  }
  .product_active .left .cont a i {
    float: right;
    line-height: 65px;
  }
  .product_active .left img {
    height: 100%;
    width: auto;
  }
  .product_active .right {
    background: #76B83B;
  }
  
  .products_list {
    padding-top: 70px;
  }
  .products_list .title {
    text-align: center;
  }
  .products_list .title h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .products_list .title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 46px;
  }
  .products_list .container p {
    font-size: 20px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 46px;
    text-align: center;
    margin-bottom: 0;
  }
  
  .products_list2 {
    padding-top: 70px;
  }
  .products_list2 .title {
    text-align: center;
  }
  .products_list2 .title h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .products_list2 .title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 46px;
  }
  .products_list2 .container .my_products {
    padding-bottom: 40px;
  }
  .products_list2 .container p {
    font-size: 20px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
  }
  .products_list2 .container .two {
    display: none;
  }
  .products_list2 .container .toggle:hover .onw {
    display: none;
  }
  .products_list2 .container .toggle:hover .two {
    display: block;
  }
  .products_list2 .container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1);
  }
  .products_list2 .container .swiper-pagination-bullet {
    opacity: 1;
  }
  .products_list2 .container .swiper-paginations span {
    width: 86px !important;
    height: 10px !important;
    background: #E6E6E6 !important;
    border-radius: 0 !important;
  }
  .products_list2 .container .swiper-paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #76B83B !important;
  }
  .company {
    padding-top: 70px;
    margin-top: -150px;
  }
  .company .title {
    text-align: center;
  }
  .company .title h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .company .title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 46px;
  }
  .company .col-md-6 {
    width: 50%;
  }
  .company .left {
    height: 560px;
    background: #EFEFEF;
    padding: 100px 0 70px 43px;
    overflow: hidden;
  }
  .company .left h2 {
    font-size: 32px;
    font-family: Archivo;
    font-weight: 600;
    color: #646464;
    line-height: 45px;
    margin-bottom: 38px;
  }
  .company .left p {
    font-size: 16px;
    font-family: Archivo;
    font-weight: 400;
    color: #646464;
    width: 90%;
    margin-bottom: 89px;
  }
  .company .left a {
    display: block;
    width: 166px;
    height: 65px;
    background: #76B83B;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px 8px 8px 8px;
    line-height: 65px;
    padding: 0 20px;
  }
  .company .left a i {
    float: right;
    line-height: 65px;
  }
  .company .right {
    padding: 0;
    height: 560px;
    overflow: hidden;
  }
  .company .right figure {
    height: 100%;
  }
  .company .right figure img {
    height: 100%;
  }
  .company .down {
    padding: 0;
  }
  .company .swiper_company {
    margin-top: 20px;
  }
  .company .swiper_company .swiper-slide p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    line-height: 45px;
  }
  .company .swiper_company .swiper-button-prev, .company .swiper_company .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
      width: 41px;
      height: 113px;
      background-color: rgba(182, 182, 182, 0.62);
      color: #fff;
      margin-top: -76px;
  }
  .company .swiper_company .swiper-button-next, .company .swiper_company .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    width: 66px;
    height: 130px;
    background-color: rgba(182, 182, 182, 0.62);
    color: #fff;
    margin-top: -65px;
  }
  
  .cooperation_logo {
    padding-top: 70px;
  }
  .cooperation_logo .title {
    text-align: center;
  }
  .cooperation_logo .title h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .cooperation_logo .title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 46px;
  }
  .cooperation_logo .swiper_logo {
    padding: 0px 60px;
  }
  .cooperation_logo .swiper_logo .swiper-button-prev, .cooperation_logo .swiper_logo .swiper-rtl .swiper-button-next {
    color: #D7D7D7;
  }
  .cooperation_logo .swiper_logo .swiper-button-next, .cooperation_logo .swiper_logo .swiper-rtl .swiper-button-prev {
    color: #D7D7D7;
  }
  
  .journalism {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .journalism .title {
    text-align: center;
  }
  .journalism .title h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
    margin-bottom: 50px;
  }
  .journalism .title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 46px;
  }
  .journalism .swiper_news .swiper-slide {
    border-bottom: 1px solid #222;
  }
  .journalism .swiper_news img {
    border-radius: 10px;
  }
  .journalism .swiper_news p {
    font-size: 18px;
    font-weight: 400;
    color: #646464;
    line-height: 22px;
    margin-top: 20px;
  }
  .journalism .swiper_news h3 {
    font-size: 18px;
    font-weight: 400;
    color: #76B83B;
    line-height: 28px;
    margin-top: 18px;
  }
  
  footer {
    background: #76B83B;
    padding-top: 80px;
  }
  footer .top {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  footer .left .title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 33px;
    position: relative;
    text-transform: uppercase;
  }
  footer .left .title::after {
    content: "";
    width: 56px;
    height: 1px;
    bottom: -13px;
    left: 0;
    background-color: #fff;
    position: absolute;
  }
  footer .left ul {
    margin-top: 30px;
  }
  footer .left ul li {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
  }
  footer .left ul li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
  }
  footer .right .title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 33px;
    position: relative;
    text-transform: uppercase;
  }
  footer .right .title::after {
    content: "";
    width: 56px;
    height: 1px;
    bottom: -13px;
    left: 0;
    background-color: #fff;
    position: absolute;
  }
  footer .right form {
    margin-top: 30px;
  }
  footer .right form .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    height: 30px;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
  }
  footer .right form input::-webkit-input-placeholder {
    color: #fff;
  }
  footer .right form button {
    width: 249px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #76B83B;
    line-height: 35px;
    border: none;
    margin-top: 50px;
    line-height: 40px;
  }
  footer .right form button span {
    float: right;
    margin-right: 20px;
    line-height: 40px;
    color: #FF7800;
  }
  footer .right .main_flex {
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
  footer .right .main_flex .soc_links a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100px;
    background-color: transparent;
    display: block;
    margin-right: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
  }
  footer .down figure {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    padding: 27px 0;
  }
  footer .down p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
  }
  
  .my_products.swiper {
    width: 100%;
    height: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .my_products.swiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 200px) / 2);;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      flex-flow: column;
      display: block;
  }
  
  .product_active .left img {
    height: auto;
    width: 100%;
  }
  
  .product_active .left .cont a:hover {
    transition: 0.3s ease;
    outline: none;
  }
  
  .journalism .swiper_news p a {
    color: #646464;
    background-image: linear-gradient(#171151, #171151), linear-gradient(#171151, #171151);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
  }
  
  .journalism .swiper_news p a:hover {
    background-size: 0% 1px, 100% 1px;
  }
  .swiper-pointer-events {
      margin: 0 15px;
  }
  @media (min-width: 1441px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl{
          max-width: 1440px;
      }
     
  }
  @media (max-width: 1441px) {
      header .header_cont .right img {
          margin-top: 13px;
      }
  .my_products.swiper .swiper-slide {
      height: calc((100% - 100px) / 2);;
  }
   header .header_cont .left img {
        margin-top: 18px;
}
  .container, .container-lg, .container-md, .container-sm, .container-xl{
          max-width: 1200px;
      }
    header .header_down ul li a {
      font-size: 14px;
    }
    .company .left {
      height: 500px;
      padding: 60px 0 60px 43px;
    }
    .company .right {
      height: 500px;
    }
    .company .swiper_company .swiper-button-prev, .company .swiper_company .swiper-rtl .swiper-button-next {
      margin-top: -85px;
    }
    .company .swiper_company .swiper-button-next, .company .swiper_company .swiper-rtl .swiper-button-prev {
      margin-top: -85px;
    }
    .my_products.swiper {
      height: 750px;
    }
  }
  @media (max-width: 1025px) {
      .company {
        margin-top: -100px;
      }
    .container {
      padding: 0 20px;
    }
    header .header_down ul li {
      line-height: 22px;
  }
    header .header_top .left ul li a {
      font-size: 14px;
    }
    .header_cont .right div p {
      margin: 0;
    }
    .company .left {
      height: 500px;
      padding: 40px 0 40px 40px;
    }
    .company .left p {
      margin-bottom: 60px;
    }
    .company .right {
      height: 500px;
    }
    .company .swiper_company .swiper-button-prev, .company .swiper_company .swiper-rtl .swiper-button-next {
      height: 100px;
      margin-top: -76px;
    }
    .company .swiper_company .swiper-button-next, .company .swiper_company .swiper-rtl .swiper-button-prev {
      height: 100px;
      margin-top: -79px;
    }
    .cooperation_logo {
      padding-top: 0px;
    }
    .company {
      padding-top: 40px;
    }
    .products_list2 {
      padding-top: 0;
    }
    .products_list {
      padding-top: 20px;
    }
    .my_products.swiper {
      height: 600px;
    }
    header .header_down ul li a{
           padding: 10px 0;
  display: block;
    }
  }
  @media (max-width: 991px) {
    header .header_cont .right {
      display: none;
    }
    .header_down {
      display: none;
    }
    .mobile-menu {
      display: block;
    }
    header .header_top .left {
      display: none;
    }
    header .header_top .right {
      float: left;
    }
    header .header_top .navbar-toggler {
      display: block;
      cursor: pointer;
      font-size: 28px;
      color: #fff;
      float: right;
      line-height: 57px;
    }
  }
  @media (max-width: 769px) {
    .my_products.swiper {
      height: 450px;
    }
    .company{
        margin-top: 0;
    }
    
    
    .product_active .left, .product_active .right {
          width: 93%;
          margin: 0 auto;
          margin-top: 20px;
    }
    .company .col-sm-12 {
      width: 100%;
    }
    .company .left p {
      margin-bottom: 20px;
    }
    .company .left {
      height: auto;
    }
    .company .right {
      height: auto;
    }
    .cooperation_logo .swiper_logo {
      padding: 0px 35px;
    }
    .journalism {
      padding-top: 20px;
      padding-bottom: 70px;
    }
  }
  @media (max-width: 426px) {
      .products_list .container p{
          font-size: 16px;
          line-height: 30px;
          min-height: 60px;
      }
      .product_active .left .cont p{
          font-size: 24px;
      }
      .journalism .swiper{
          margin: 0 15px;
      }
      .products_list2{
          margin: 0 15px;
      }
      .company{
           margin: 0 15px;
      }
    .container {
      padding: 0 15px;
    }
    .header .header_cont .middle {
      display: none;
    }
    .header_top .container .row {
      margin: 0;
    }
    .product_active .left {
      height: auto;
      flex-flow: column-reverse;
    }
    .my_products.swiper {
      height: 400px;
    }
    .products_list .title h3 {
      font-size: 20px;
      line-height: 26px;
      margin: 0;
    }
    .products_list .title h2 {
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 24px;
    }
    .products_list2 .title h3 {
      font-size: 20px;
      line-height: 26px;
    }
    .products_list2 .title h2 {
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 26px;
    }
    .company {
      padding-top: 10px;
    }
    .company .title h3 {
      font-size: 20px;
      line-height: 26px;
    }
    .company .title h2 {
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 24px;
    }
    .cooperation_logo .swiper_logo {
      padding: 0 20px;
    }
    .cooperation_logo .swiper_logo .swiper-button-next, .cooperation_logo .swiper_logo .swiper-rtl .swiper-button-prev {
      display: none;
    }
    .cooperation_logo .swiper_logo .swiper-button-prev, .cooperation_logo .swiper_logo .swiper-rtl .swiper-button-next {
      display: none;
    }
    .cooperation_logo .title h3 {
      font-size: 20px;
      line-height: 26px;
    }
    .cooperation_logo .title h2 {
      font-size: 24px;
      margin-bottom: 20px;
      margin-top: 0;
    }
    .journalism .title h3 {
      font-size: 20px;
      line-height: 26px;
    }
    .journalism .title h2 {
      font-size: 24px;
      margin-bottom: 20px;
      margin-top: 0;
    }
    .journalism .swiper_news p {
      padding: 0 20px;
    }
    .journalism .swiper_news h3 {
      padding: 0 20px;
    }
    footer {
      padding-top: 20px;
    }
    footer .left .active {
      margin-top: 20px;
    }
    .journalism {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .product_active .left img {
      height: auto;
      width: 50%;
    }
    .products_list2 .container p{
      line-height: 17px;
      font-size: 16px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
          margin-top: 25px;
      }
  }
  @media (max-width: 376px) {
    .my_products.swiper {
      height: 400px;
    }
}
.col-md-6 {
width: 48%;
}
.header_down .xs-hidden li:hover{
  background-color: #76b83b;
}
.header_down .xs-hidden li:hover a{
  color: #fff;
}
header .header_top .left ul li a {
  font-size: 16px;
}
header .header_down ul li a {
  font-size: 16px;
}
.fi-gb{
      width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}