 #fp-nav.right {
     right: 35px;
 }

 #fp-nav ul li,
 .fp-slidesNav ul li {
     width: 68px;
     height: 18px;
     margin: 4px 0;
 }

 #fp-nav ul li a {
     display: flex;
     align-items: center;
     justify-content: flex-start;
 }

 #fp-nav ul li a span {
     border-radius: 0;
     position: relative;
     height: auto;
     width: auto;
     border: none;
     background: none;
     left: unset;
     top: unset;
     font-size: 0;
     line-height: 18px;
     margin: 0;
     display: flex;
     align-items: center;
     font-family: Arial;
 }

 #fp-nav ul li a.active span,
 .fp-slidesNav ul li a.active span,
 #fp-nav ul li:hover a.active span,
 .fp-slidesNav ul li:hover a.active span {
     height: auto;
     width: auto;
     margin: 0;
     font-size: 14px;
     color: #d4511d;

 }

 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span {
     margin: 0;
     font-size: 14px;
     color: #d4511d;
 }

 #fp-nav ul li a.active::after,
 #fp-nav ul li a:hover:after {
     content: '鈥�';
     display: block;
     color: #d4511d;
     margin-left: 8px;
 }

 #fp-nav ul li a span::after {
     position: absolute;
     content: '';
     background: url("/v1/img/h.png")no-repeat center;
     width: 18px;
     height: 18px;
     left: 60px;
 }

 #fp-nav ul li a.active span::after,
 .fp-slidesNav ul li a.active span::after,
 #fp-nav ul li:hover a.active span::after,
 .fp-slidesNav ul li:hover a.active span::after {
     background: url("/v1/img/l.png")no-repeat center;
 }

 #fp-nav ul li a:hover span::after {
     background: url("/v1/img/l.png")no-repeat center;
 }

 .head {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 9999999;
 }

 .main {
     width: 1200px;
     margin: 0 auto;
 }

 .hd-show {
     padding: 23px 0;
     border-bottom: solid 1px rgba(255, 255, 255, 0.3);
     position: relative;
 }

 .h-show {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .logo {
     width: 260px;
 }

 .logo a {
     display: block;
 }

 .logo a img {
     max-width: 100%;
 }

 .x-banner {
     height: 100%;
 }

 .x-banner img {
     height: 100vh;
     min-height: 800px;
     object-fit: cover;
 }

 .hd-nav {
     width: 700px;
     display: flex;
     align-items: center;
 }

 .x-menu>li {
     margin: 0;
     text-align: center;
     float: none;
     position: relative;
 }

 .bfaa {
     background: #333F48;
 }

 .bfaa .x-sub-menu {
     box-shadow: 0 0 10px #ccc;
 }

 .x-menu>li>a {
     font-size: 16px;
     color: #fff;
     line-height: 30px;
     display: block;
     position: relative;
 }

 .nyhead .x-menu>li>a {
     color: #333;
 }

 .x-menu>li>a::after {
     position: absolute;
     content: '';
     width: 0;
     height: 3px;
     background: #fff;
     bottom: -37px;
     left: 52%;
     z-index: 9999999;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     -webkit-transition: all 0.8s;
     -o-transition: all 0.8s;
     transition: all 0.8s;
 }

 .nyhead .x-menu>li>a::after {
     background: #1d2789;
 }

 .x-menu>li>a:hover:after {
     width: 100%;
 }

 .x-menu>li>a:hover {
     opacity: .7;
 }

 .x-menu>li.active>a {}

 .x-menu {
     width: 100%;
     float: none;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .x-menu::before,
 .x-menu::after {
     display: none;
 }

 .x-sub-menu {
     top: 80px;
 }

 .x-menu .lastli {
     width: 6% !important;
 }

 .x-menu>li.active>a,
 .x-menu>li>a:hover {}

 .x-menu>li:after {
     content: '';
     position: absolute;
     z-index: 100;
     width: 100%;
     left: 0;
     height: 40px;
     opacity: 0;
     top: 100%;
 }

 .x-menu>li:hover .x-sub-menu {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translateY(0);
     transform: translateY(0);
 }

 .x-sub-menu {
     position: absolute;
     z-index: 999;
     width: 200px;
     left: -100%;
     top: 66px;
     background: #fff;
     /* border-radius: 5px; */
     padding: 10px 0;
     opacity: 0;
     visibility: hidden;
     -webkit-transform: translateY(20px);
     transform: translateY(20px);
     -webkit-transition: all .5s ease;
     transition: all .5s ease;
 }

 .x-sub-menu>li>a {
     display: block;
     text-align: center;
     font-size: 14px;
     color: #333;
     line-height: 1.5;
     padding: .5em;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .x-sub-menu>li>a:hover {
     background: #e9eaeb;
 }

 .x-sub-menu:after {
     display: none;
     content: '';
     width: 0;
     height: 0;
     line-height: 0;
     font-size: 0;
     overflow: hidden;
     border-width: 10px;
     cursor: pointer;
     border-style: dashed dashed solid dashed;
     border-color: transparent transparent #fff transparent;
     border-top: none;
     position: absolute;
     top: -10px;
     left: 50%;
     margin-left: -10px;
     z-index: 99;
 }

 .hd-right {
     width: 8%;
     display: flex;
     justify-content: flex-end;
 }

 .lsch {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     position: relative;
 }

 .lang {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     cursor: pointer;
 }

 .lang .l-img {
     overflow: hidden;
     max-width: 32px;
 }

 .lang .l-img img {
     max-width: 100%;
     /* -webkit-animation: run 15s linear 0s infinite; */
 }

 .lang h3 {
     font-size: 16px;
     color: #fff;
     line-height: 30px;
     margin-left: 10px;
 }

 .lang-list {
     display: none;
     position: absolute;
     width: 120px;
     top: 66px;
     left: 0;
     background-color: #fff;
     padding: 10px 0;
     z-index: 9999;
 }

 .lang-list a {
     display: flex;
     justify-content: center;
     padding: 0.5em;
 }

 .lang-list a span {
     display: block;
     width: 50%;
     font-size: 15px;
     text-align: center;
     color: #666;
 }

 .lang-list a:hover span {
     color: #1d2789;
 }

 .lang-list a:hover {
     background-color: #ddd;
 }


 .swiper-banner .swiper-pagination-bullet-active {
     background: #fff;
     width: 14px;
     height: 14px
 }

 .swiper-banner .swiper-pagination-bullet {
     width: 14px;
     height: 14px;
     display: inline-block;
     border-radius: 100%;
     background: #eee;
 }

 .swiper-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
     bottom: 40px;
 }

 .w1400 {
     width: 1400px;
 }

 .f44 {
     font-size: 44px;
 }

 .tybg {
     height: 100%;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     display: flex;
     align-items: center;
     position: relative;
 }

 .pro-title {
     text-align: center;
 }

 .pro-title h3 {
     font-size: 58px;
     color: #ffffff;
     line-height: 58px;
     position: relative;
 }

 .pro-title h3:after {
     content: "products";
     display: block;
     text-transform: uppercase;
     font-size: 114px;
     color: rgba(255, 255, 255, 0.1);
     font-weight: 600;
     position: absolute;
     width: 100%;
     text-align: center;
     top: -10px;
     z-index: 0;
 }

 .prod {
     text-align: center;
 }

 .prod a {
     padding: 12px 20px;
     border: 1px solid #fff;
     background: #fff;
     margin-right: 30px;
 }

 .prod a:hover {
     color: #fff;
     background: #ff0000;
 }

 .w450 {
     width: 450px;
 }

 .h380 {
     height: 380px;
 }

 .oks .swiper-button-prev {
     display: none;
 }

 .oks .swiper-button-next {
     display: none;
 }

 .oks .swiper-pagination-bullet-active {
     background: #3491fa;
     width: 32px;
     height: 5px
 }

 .oks .swiper-pagination-bullet {
     height: 5px;
     display: inline-block;
     border-radius: 0;
     background: #3491fa;
     bottom: -50px;
 }

 .oks .swiper-pagination-bullets.swiper-pagination-horizontal {
     bottom: 0px;
 }

 .oks .swiper-slide1 {
     margin-bottom: 50px;
 }

 .btnl {
     position: absolute;
     top: 60%;
     left: 0px;
 }

 .btnl .dj {
     width: 45px;
     height: 45px;
     background: url(/v1/img/wm_button_icon.png) no-repeat;
     background-position: 0 0;
     background-size: 100%;
     cursor: pointer;
 }

 .btnl .dj:hover {
     background-position: 0 -46px;
     background-size: 100%
 }

 .btnr {
     position: absolute;
     top: 60%;
     right: 0px;
 }

 .btnr .dj {
     width: 45px;
     height: 45px;
     background: url(/v1/img/wm_button_icon.png) no-repeat;
     background-position: 0 -93px;
     background-size: 100%;
     cursor: pointer;
 }

 .btnr .dj:hover {
     background-position: 0 -139px;
     background-size: 100%
 }


 .abt-more {
     display: block;
     background-repeat: no-repeat;
     background-position: right center;
     background-image: url(/v1/img/jt.png);
     padding-right: 22px;
 }

 .morea {
     border: 1px solid rgb(4, 65, 196);
     background: rgb(4, 65, 196);
     padding: 12px 30px;
     border-radius: 6px;
     color: #fff;
 }

 .morea:hover {
     color: #fff;
     border: 1px solid #fff;
 }

 .h280 {
     height: 280px;
 }

 .h270 {
     height: 270px;
 }

 .mrh70 {
     min-height: 60px;
 }

 .xwlj a:hover .gd {
     color: #3491fa;
 }

 .xwlj a {
     border-bottom: 2px solid #fff;
 }

 .xwlj a:hover {
     border-bottom: 2px solid #3491fa;
 }

 .w1500 {
     width: 1600px;
 }

 .w1300 {
     width: 1300px;
 }

 .w1450 {
     width: 1450px;
 }

 .dbg {
     background: #1D2123;
 }

 .ft-list1 ul li {
     float: left;
     width: 85px;
     margin-right: 20px;
 }

 .ft-list1 ul li:nth-child(2n) {
     margin-right: 0px;
 }

 .ft-list ul li a {
     font-size: 15px;
     line-height: 30px;
     color: #999;
 }

 .ft-con p {
     font-size: 14px;
     line-height: 30px;
     color: #999;
 }

 .ft-list ul li a:hover {
     color: #fff;
 }

 .link a {
     color: #999;
     margin-right: 18px;
 }

 .link a:hover {
     color: #fff;
 }

 .btxx {
     border-top: solid 1px #343839;
 }

 .w860 {
     width: 860px;
 }

 .xypg-left-box {
     margin-bottom: 20px;
 }

 .xypg-left-title {
     background: #1d2789;
     padding: 10px 20px;
     position: relative;
 }

 .xypg-left-title h3 {
     font-size: 20px;
     color: #ffffff;
     line-height: 30px;
     font-weight: bold;
     position: relative;
     z-index: 9;
 }

 .xypg-left-title i {
     position: absolute;
     left: -5px;
     top: -9px;
     font-style: normal;
     font-size: 67px;
     font-weight: bold;
     opacity: .1;
     color: #fff;
     line-height: 1;
     z-index: 1;
     text-transform: uppercase;
 }

 .xypg-left-title span {
     font-weight: normal;
     font-size: 16px;
     color: #fff;
     opacity: .6;
     margin-left: 10px;
     text-transform: capitalize;
 }

 .xypg-left-con {
     border: 1px solid #d2d2d2;
     border-top: none;
 }

 .xypg-left-nav {
     margin: 0 -1px;
 }

 .xypg-left-nav>li {
     position: relative;
     border-bottom: 1px solid #eeeeee;
 }

 .xypg-left-nav>li>a {
     display: block;
     font-size: 16px;
     line-height: 22px;
     color: #2e2e2e;
     padding: 15px 18px;
 }

 .xypg-left-nav>li:hover>a,
 .xypg-left-nav>li.clicked>a {
     color: #1d2789;
 }

 .nly {
     width: 155px;
     height: 32px;
     background: #F9F6F6;
 }

 .sort {
     background: #fff;
     text-align: center;
     margin-top: 30px;
 }

 .sort li {
     position: relative;
     display: inline-block;
     margin-bottom: 18px;
 }

 .sort li .about_b {
     width: 210px;
     padding: 10px 20px;
     background: #f5f6f6;
     border-bottom: 2px solid #3a78c1;
 }

 .sort li .layer2 {
     width: 210px;
     padding: 10px 20px;
     background: #f5f6f6;
     border-bottom: 2px solid #3a78c1;
     z-index: 9999;
 }

 .sort li .layer2 li {
     overflow: hidden;
 }

 .sort li .layer2 li a {
     font-weight: bold;
 }

 .sort li .layer2 li a:hover {
     text-decoration: none;
     color: #3a78c1;
 }

 .sort li .layer2 li .layer3 li {
     border-bottom: 1px dashed #d5d5d5;
     margin: 6px 0px;
     height: 24px;
     line-height: 24px;
 }

 .sort li .layer2 li .layer3 li a {
     background: none;
 }

 .sort li a {
     display: block;
     padding: 0 30px;
     line-height: 42px;
     font-size: 16px;
     color: #fff;
     background: #333f48;
 }

 .sort li a:hover {
     color: #fff;
     text-decoration: none;
     background: #c02f2a;
 }

 .sort li.change a {
     color: #fff;
     background: #e81d16;
 }

 .ri_sub2 {
     margin-top: 10px;
 }

 .pages {
     margin-top: 20px;
     margin-bottom: 20px;
     height: 34px;
     padding: 20px 0;
     font-size: 14px;
     text-align: center
 }

 .pages ul {
     display: inline-block;
     margin: 0 auto;
     padding: 0
 }

 .pages ul li {
     float: left;
     margin: 0 2px;
     line-height: 32px;
     background: #fff;
     border: 1px solid #d8dadf;
     min-width: 30px
 }

 .pages ul li a {
     color: #555;
     display: block;
     padding: 0 12px;
     font-size: 16px
 }

 .pages ul li:hover {
     text-decoration: none;
     color: #fff;
     border: 1px #00a0ea solid;
     background-color: #00a0ea
 }

 .pages ul li:hover a {
     color: #fff
 }

 .pages ul li:hover a:hover {
     color: #fff;
     text-decoration: none
 }

 .pages ul li.cur {
     background-color: #00a0ea;
     color: #fff;
     border: 1px #00a0ea solid
 }

 .pages ul li.cur a {
     color: #fff
 }

 .pages .pageinfo {
     line-height: 30px;
     padding-left: 5px
 }

 .pages strong {
     font-weight: 400
 }

 .cplb ul li {
     float: left;
     width: 33.33333%;
     padding-right: 20px;
     padding-left: 20px;
     position: relative;
     margin-bottom: 30px;
 }

 .cplb ul li img {
     max-width: 100%;
     width: auto !important;
     height: 231px !important;
 }

 .cplb .pbt {
     background: #222222;
 }

 .cplb a {
     color: #fff;
 }

 .cplb a:hover {
     color: #ff0000;
 }

 .btzs {
     border-bottom: 1px solid #eee;
 }

 .boxx .img {
     max-width: 360px;
     width: 100%;
     height: auto;
     padding: 2px;
     border: 1px solid #e0e1dc;
 }

 .boxx img {
     max-width: 100%;
     height: auto !important;
     width: auto !important;
 }

 .w370 {
     width: 370px;
 }

 .boxx .list {
     padding-top: 8px;
 }

 .boxx .list_p li {
     height: 32px;
     font-size: 12px;
     border-bottom: 1px dashed #e0e1dc;
     padding-bottom: 5px;
     padding-top: 5px;
 }

 .boxx .list_p li h2 {
     font-size: 14px;
     font-weight: normal;
 }

 .boxx .list_p .inquiry {
     line-height: 42px;
     border-bottom: none;
 }

 .boxx .inquiry a {
     background: url(/v1/img/xunjia.gif) center center no-repeat;
     display: block;
     width: 112px;
     height: 42px;
     text-indent: -99999px;
 }

 .xgt {
     border-bottom: 1px solid #e87518;
 }

 .xglb ul li {
     float: left;
     width: 16.66666667%;
     padding-right: 20px;
     position: relative;
     margin-bottom: 30px;
     margin-top: 15px;
 }

 .xglb ul li:last-child {
     padding-right: 0px;
 }

 .xglb ul li img {
     max-width: 100%;
     width: 100% !important;
     height: 100px !important;
 }

 .xglb .pbt {
     background: #222222;
 }

 .xglb a {
     color: #fff;
 }

 .xglb a:hover {
     color: #ff0000;
 }

 .zxlb ul li {
     float: left;
     width: 50%;
     padding-right: 30px;
     position: relative;
     margin-top: 8px;
 }

 .zxlb ul li:nth-child(2n) {
     margin-right: 0;
     padding-right: 0px;
 }

 .zxlb ul li a {
     display: block;
     font-weight: 400;
     font-size: 12px;
     border-bottom: #ccc 1px solid;
     height: 35px;
     line-height: 35px;
     overflow: hidden;
 }

 .join .lb {
     border: 1px solid #dedede;
     margin-right: 40px;
 }

 .join .lb:nth-child(2n) {
     margin-right: 0px;
 }

 .join .xxa .title {
     width: 115px;
     border: 0px dashed green;
     float: left;
     font-weight: bold;
 }

 .join .content p {
     font-size: 14px;
     color: #666;
     line-height: 25px;
 }

 .zbc {
     color: #fff;
     font-size: 16px;
     height: 38px;
     line-height: 38px;
     text-indent: 12px;
     border: 1px solid #3177d4;
     background-color: #3177d4;
 }

 .comt {
     background: #ffff;
     padding: 20px;
     padding-bottom: 1px;
 }

 .comt ul li a {
     display: block;
     color: #333;
     font-size: 14px;
     line-height: 40px;
     padding-left: 20px;
     padding-right: 20px;
     margin-bottom: 20px;
     overflow: hidden;
     background: #eaeaea;
     white-space: nowrap;
     text-overflow: ellipsis;
     transition: all .5s;
 }

 .comt ul li:hover a,
 .comt ul li.hover a {
     color: #fff;
     background-color: #2465bb;
 }

 .comt ul li .boxlist {
     display: none;
     position: relative;
     margin-top: -20px;
     margin-bottom: 20px;
     background: #eaeaea;
 }

 .comt ul li .boxlist li a {
     color: #333;
     font-size: 14px;
     font-weight: normal;
     margin: 0;
     padding: 0 20px;
     line-height: 40px;
     background: none;
     border-top: 1px dashed #ddd;
 }

 .comt ul li .boxlist li:first-child a {
     border: 0;
 }

 .comt ul li .boxlist li a:hover,
 .comt ul li .boxlist li a.hover {
     color: #2465bb;
 }

 .comt ul li.hover .boxlist {
     display: block;
 }

 .xwlb ul li a {
     display: block;
     font-weight: 400;
     font-size: 12px;
     border-bottom: #ccc 1px solid;
     overflow: hidden;
     color: #666;
 }

 .xwlb ul li a:hover {
     color: #ff0000;
 }

 .gwa ul li {
     float: left;
     width: 372px;
     margin-right: 20px;
 }

 .gwa ul li:nth-child(3n) {
     margin-right: 0px;
 }

 .fwa ul li {
     float: left;
     width: 380px;
 }

 .fwa ul li img {
     padding: 3px;
     border: 1px solid #ccc;
     margin-top: 15px;
 }

 .zsa ul li {
     float: left;
     width: 380px;
     margin-bottom: 20px;
 }

 .zsa ul li img {
     padding: 3px;
     border: 1px solid #ccc;
     margin-top: 20px;
     height: 300px;
 }

 .zsa ul li img:hover {
     border: 1px solid #ff0000;
 }

 .picMarquee-top {
     margin: 0 auto;
     width: 600px;
     overflow: hidden;
     position: relative;
 }

 .picMarquee-top ul li {
     margin-bottom: 28px;
 }

 .right_nav {
     right: 0;
     bottom: 100px;
     position: fixed;
     text-align: left;
     overflow: hidden;
     z-index: 999;
 }

 .right_nav li {
     background: #0085cd;
     margin: 4px 0;
     padding: 10px;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
     cursor: pointer;
     position: relative;
     right: -70px;
 }

 .right_nav li .iconBox {
     text-align: center;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: space-between
 }

 .right_nav li img {
     width: 30px;
     height: 30px;
 }

 .right_nav li h4 {
     color: #fff;
     font-size: 14px;
     margin: 2px 0;
     margin-left: 15px;
 }

 .right_nav li:hover {
     background: #cf1322
 }

 .right_nav li .hideBox {
     display: none;
     position: absolute;
     right: 120px;
     padding: 10px;
     padding-right: 15px;
     top: -10px;
     z-index: 999;
 }

 .right_nav li .hideBox .hb {
     border: 1px solid #ccc;
     background-color: #fff;
     padding: 10px 20px;
     border-top: 2px solid #0085cd;
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
 }

 .right_nav li .hideBox .hb h5 {
     padding: 5px 0;
     border-bottom: 2px solid #ccc;
     color: #0085cd;
     font-size: 16px;
     font-weight: 400;
     display: block;
     white-space: nowrap;
 }

 .right_nav li .hideBox .hb p {
     margin-top: 5px;
     font-size: 18px;
     font-weight: 700;
 }

 .right_nav li .hideBox .hb .qqtalk {
     margin-top: 10px;
 }

 .right_nav li .hideBox .hb .qqtalk a {
     display: flex;
     align-items: center
 }

 .right_nav li .hideBox .hb .qqtalk img {
     width: 25px;
     height: 25px;
 }

 .right_nav li .hideBox .hb .qqtalk p {
     font-size: 14px;
     font-weight: 400;
     white-space: nowrap;
     margin-top: -5px;
     margin-left: 5px;
 }

 .right_nav li:nth-child(1) .hideBox img {
     width: 140px;
     height: 140px;
     margin-top: 10px;
 }