@font-face {
    font-display: swap;
    font-family: "Funnel Display";
    font-style: normal;
    font-weight: 300;
    src: url("/static/fonts/futura_n4.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Funnel Display";
    font-style: normal;
    font-weight: 400;
    src: url("/static/fonts/futura_n4.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Funnel Display";
    font-style: normal;
    font-weight: 500;
    src: url("/static/fonts/futura_n4.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Funnel Display";
    font-style: normal;
    font-weight: 600;
    src: url("/static/fonts/futura_n4.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Funnel Display";
    font-style: normal;
    font-weight: 700;
    src: url("/static/fonts/futura_n4.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Funnel Display";
    font-style: normal;
    font-weight: 800;
    src: url("/static/fonts/Plaak6Trial.woff") format("woff2")
}

* {
    font-family: 'Funnel Display';
    box-sizing: border-box;
}

body{
    zoom:.95
}

body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.top a:link,
.top a:visited {
    color: #fff;
}

.top a:active,
.top a:hover {
    color: #fff;
}

.top {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
    transition: .3s;
}

.top:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}

.ptop {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.ptop .logo img.img1 {
    visibility: hidden;
}

.ptop .logo img.img2 {
    display: block;
}

.ptop .search-box .curicon {
    color: #333;
}

.ptop .nav a:link,
.ptop .nav a:visited {
    color: #333;
}

.ptop .nav a:active,
.ptop .nav a:hover {
    color: #B82024;
}

.ptop .nav a:before {
    background-color: #B82024;
}

.logo {
    position: absolute;
    left: 3%;
    top: 0px;
    z-index: 100;
    margin: 16px 0;
}

.logo a {
    position: relative;
    display: block;
    height: 58px;
}

.logo img {
    height: 100%;
}

.logo img.img2 {
    position: absolute;
    left: 0;
    top: 0;
}

.logo img.img1 {
    display: block;
}

.logo img.img2 {
    display: none;
}

.search-box {
    position: absolute;
    top: 0;
    right: 90px;
    color: #fff;
}

.search-box .curicon {
    display: block;
    width: 90px;
    height: 90px;
    display: block;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

.search-box:hover .search-box-c {
    display: block;
}

.search-box-c {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 10px 52px 10px 20px;
    height: 32px;
    background: url(../images/black_50.png) repeat;
    background: rgba(0, 0, 0, 0.56);
    display: none;
    -webkit-animation-name: tab;
    animation-name: tab;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.search-box-c .stxt {
    border: 0px none;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    color: #fff;
}

.search-box-c .stxt::-webkit-input-placeholder {
    color: #fff;
}

.search-box-c .stxt::-moz-input-placeholder {
    color: #fff;
}

.search-box-c .stxt::-ms-input-placeholder {
    color: #fff;
}

.search-box-c .sbtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 22px;
}

.nav {
    text-align: center;
}

.nav li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0px 22px;
}

.nav a {
    position: relative;
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    z-index: 1;
}

.nav a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background-color: #fff;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
    transition: transform .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden\9;
    z-index: -1;
}

.nav a:hover:before,
.nav a.active:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.nav a.active,
.nav a:hover {
    color: #fff;
}

.menu-handler {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background-color: #00205b;
    cursor: pointer;
    z-index: 1010;
}

.menu-handler.active {
    right: 630px;
    background: #101010;
}

.menu-handler p {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    margin: 35px auto;
}

.menu-handler span {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
    height: 2px;
    background-color: #fff;
    transition: opacity .2s ease
}

.menu-handler span.item2 {
    top: 9px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.menu-handler span.item3 {
    top: 9px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.menu-handler span.item4 {
    top: auto;
    bottom: 0px;
}

.menu-handler.active span.item1,
.menu-handler.active span.item4 {
    opacity: 0;
}

.menu-handler.active span.item2 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.menu-handler.active span.item3 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
}

.menubarM {
   position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    overflow: inherit;
    color: #fff;
    z-index: 10;
    background-color: #101010;
    /*-webkit-transform-origin: left top;*/
    /*transform-origin: left top;*/
    /*-webkit-transform: skewX(-10deg);*/
    /*transform: skewX(-10deg);*/
    /*-webkit-transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;*/
    /*transition: width ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;*/
    /*transition: width ease-in-out 0.8s, transform ease-in-out 0.8s;*/
    /*transition: width ease-in-out 0.8s, transform ease-in-out 0.8s, -webkit-transform ease-in-out 0.8s;*/
}

.menubarM-box a:link,
.menubarM-box a:visited {
    color: #333333;
}

.menubarM-box a:active,
.menubarM-box a:hover {
    color: #B82024;
}

.menubarM-box {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /*max-height: 100%;*/
    /*max-height: 100vh;*/
    /*    overflow-x: hidden;*/
    /*overflow-y: hidden;*/
    -webkit-overflow-scrolling: touch;
}
body .menubarM{
    display: none;
}
body.menuOpen .menubarM{
    display: block;
}

.menubarM-list {
    width: 100%;
    padding: 10px 40px 0px;
    box-sizing: border-box;
        background-color: #101010;
            min-height: 105vh;
}

.menubarM-list li {
    padding: 10px 35px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #1c1c1c;
    margin-bottom: 10px;
}

.menubarM-list>li>a {
    display: inline-block;
    line-height: 1.2;
    width: 180px;
}

.menuOpen .menubarM-list li:last-child {
    margin-bottom: 0;
}

.menubarM-list .subnav {
    padding: 20px 0px 20px 20px;
    display: inline-block;
    width: 275px;
    vertical-align: top;
}

.menubarM-list .subnav a {
    font-size: 16px;
    margin-right: 7%;
}

.menubarM-hide .menubarM-list li {
    transition-delay: 0s !important;
}

.menuOpen .menubarM-list li h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.menuOpen .menubarM-list li p {
    font-size: 12px;
    color: #9e9e9e;
    margin: 0;
    margin-bottom: 10px;
    line-height: 18px;
}

.menuOpen .menubarM-list li a {
    font-size: 16px;
    color: #fff;
    text-decoration: dashed;
    margin-top: 5px;
}

.menuOpen .menubarM-list li a img {
    max-height: 125px;
}

.menuOpen .menubarM {
    width: 630px;
}

.menuOpen .menubarM-list li {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.menuOpen .logo img.img1 {
    visibility: hidden;
}

.menuOpen .logo img.img2 {
    display: block;
}

.pusher-black {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1005;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -moz-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -ms-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    -o-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
    transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}

.menuOpen .pusher-black {
    visibility: visible;
    filter: alpha(enabled=false);
    opacity: 1;
}

.menuOpen .menubarM {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.w1500 {
    width: 1500px;
    margin: 0px auto;
    position: relative;
}

.galley .left {
    display: inline-block;
    width: 960px;
    position: relative;
    height: 530px;
}

.galley .left h2 {
    text-align: left;
    font-size: 80px;
    font-weight: bold;
    font-family: inherit;
    color: #00205b;
    text-transform: uppercase;
    margin: 0;
}

.galley .left img {
    position: absolute;
    top: 50px;
    height: 495px;
}

.galley .right {
    display: inline-block;
    width: 430px;
    height: 530px;
    text-align: center;
    padding-top: 180px;
    box-sizing: border-box;
    vertical-align: bottom;
}

.galley .right img {
    display: inline-block;
    width: 240px;
}

.galley .right p {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.banner-box {
    display: inline-block;
    width: 1300px;
    margin-top: 50px;
}

.banner-box .banner-item {
    display: inline-block;
        width: 18%;
    margin-right: 2%;
    border: 1px solid #ababab;
    border-radius: 25px;
    text-align: center;
    padding: 0 10px;
}

.banner-box .banner-item:last-child {
    margin-right: 0;
}

.banner-box .banner-item.active {
    border-color: #00205b;
    background: #fff;
}

.wenzi {
position: relative;
    width: 100%;
    border-top: 2px solid #969696;
    margin-top: 50px;
}

.wenzi .left {
    display: inline-block;
    width: 66%;
}

.wenzi .left ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    padding: 0;
}

.wenzi .left li {
    display: inline-block;
    padding: 44px 0;
    text-align: center;
}

.wenzi .left li.active {
    border-top: 4px solid #00205b;
}

.wenzi .left li.active a {
    color: #00205b;
    font-weight: 800;
}

.wenzi .left li a {
    font-size: 16px;
    color: #666666;
    font-weight: 700;
    padding: 0 30px;
}

.wenzi .right {
    display: inline-block;
    width: 33%;
    text-align: right;
}

.wenzi .right .button {
    display: inline-block;
    width: 160px;
    height: 40px;
    background: #00205b;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    margin-right: 30px;
}

.wenzi .right .button a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.wenzi .right .button:last-child {
    background: none;
    border: 1px solid #666;
    margin-right: 0;
}

.wenzi .right .button:last-child a {
    color: #666;
}

.banner {
    /*padding-left: 130px;*/
}

.product {
    margin-bottom: 70px;
    display: inline-block;
    width: 100%;
}

.product .title {
    display: inline-block;
    width: 100%;
    color: #00205b;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    padding: 35px 0;
    margin-bottom: 30px;
}

.product .left {
    display: inline-block;
    width: 300px;
    background: #fff;
    padding: 50px 30px;
    box-sizing: border-box;
    float: left;
}

.product .left ul {
    padding: 0;
}

.product .left ul li a {
    font-size: 18px;
    color: #878787;
    line-height: 48px;
    font-weight: 600;
}

.product .left ul li.frist a {
    font-size: 20px;
    color: #000000;
    line-height: 55px;
}

.product .left ul li.active a {
    color: #00205b;
}

.product .left ul li:hover a {
    color: #00205b;
}

.product .right {
    display: inline-block;
    width: 1150px;
    float: right;
    background: #fff;
    padding-bottom: 60px;
}

.product .right .productlist {
    display: inline-block;
    width: 100%;
    padding: 60px 40px 0;
}

.product .right .productlist .productitem {
    display: inline-block;
    width: 240px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.product .right .productlist .productitem:nth-child(4n) {
    margin-right: 0;
}

.product .right .productlist .productitem .img {
    display: flex;
    width: 240px;
    height: 290px;
    background-color: #fafafa;
    align-items: center;
    justify-content: center;
}

.product .right .productlist .productitem .img img {
    height: 180px;
}

.product .right .productlist .productitem .product-info {
    display: inline-block;
    width: 100%
}

.product .right .productlist .productitem .product-info .product-name {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 700;
}

.product .right .productlist .productitem .product-info .product-sunname {
    font-size: 15px;
    color: #666666;
    line-height: 24px;
}

.product .right .productlist .productitem .product-info a {
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
    line-height: 30px;
    display: inline-block;
    width: 80px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #666666;
}

.product .right .productlist .productitem .product-info a:hover {
    background-color: #00205b;
    color: #ffffff;

}

.product .right .page {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.product .right .page li {
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-right: 22px;
    background: #fff;
    border: 1px solid #bdbdbd;
}

.product .right .page li.active {
    background: #00205b;
}

.product .right .page li a {
    font-size: 18px;
    color: #bdbdbd;
    text-align: center;
    line-height: 37px;
}

.product .right .page li.active a {
    color: #fff;
}
.galley .left img{
    opacity: .95;
}
@media only screen and (max-width: 1600px){
    body {
    zoom: .8;
}
}

@media only screen and (max-width: 720px){
    .menuOpen .menubarM{
        width: 100%;
        z-index: 999;
                height: 140vh;
    }
    .w1500{
        width: 100%;
    }
    .menubarM-list li{
            padding: 10px 10px;
    }
    .menubarM-list .subnav{
            width: 210px;
    }
    .menubarM-box{
        max-height: none;
    }
  .menu-handler.active{
      right: 0;
  }
}