@CHARSET "UTF-8";



/* 导航样式 */
.x-menu {
    width: 60%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 7%;
    margin-left: 3%;
}

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

.x-menu > li > a {
    font-size: 18px;
    color: #121F44;
    line-height: 60px;
    display: block;
}

.x-menu > li:hover > a {
    color: #0e449c;
}

.x-menu > li.active > a {
    color: #0e449c;
}

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

.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: 150%;
    left: -25%;
    top: 76px;
    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;
}

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

.x-sub-menu:after {
    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;
}


.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 80px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

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






.so {
    width: 50px;
    cursor: pointer;
    text-align: right;
}

.so img {
    max-width: 100%;
    max-height: 25px;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(206, 24, 23, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}











@font-face {
    font-family: "z1";
    src: url('https://cdn.myxypt.com/xmmxuf2b/t/1/assets/BAHNSCHR.ttf');
}

@font-face {
    font-family: "z2";
    src: url("//cdn.myxypt.com/76001720/fonts/SOURCEHANSERIFCN-REGULAR.OTF") format("truetype");
}

@font-face {
    font-family: "z3";
    src: url("//cdn.myxypt.com/76001720/fonts/SOURCEHANSERIFCN-SEMIBOLD.OTF") format("truetype");
}



/* 主体样式 */
#fp-nav {
    display: none;
}
.container {
    width: 1470px;
    margin: 0 auto;
}

@media (max-width:1440px) {
    .container {
        width: 1220px;
    }
}

@media (max-width:1220px) {
    .container {
        width: 100%;
    }
}

/*头部样式*/
@media (max-width:768px) {
    #i-main{
        overflow: hidden;
    }
}

.top-container {
    width: 90%;
    margin: 0 auto;
}

.x-header {
    z-index: 555;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}
.n-header {
    position: relative;
}

.x-logo {
  float: left;
  width: 26%;
}

.x-logo a {
  display: block;
}

.x-logo a img{
    height: 40px;
}

.top-btn {
    width: 21px;
    height: 55px;
    background: url("../images/6ddd2ce6e891e01a218a2af1525b17f2076349d8.png") no-repeat 50%;
}

.top-btn.btn-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}

.closebtn.close-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;

}

.search {
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -20px;
    z-index: 9999;
    width: 520px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #fff;
}

.search.search-hide {
    right: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}

.closebtn {
    width: 48px;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -17px;
    background: url("../images/fa6bddc3624a6b7eeffd0e209dd5f19cd038e01b.png") no-repeat 50% 50%;
    height: 34px;
    cursor: pointer;
}

.x-header #formsearch1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid #666;
    border-radius: 20px;

}

.x-header #keyword1 {
    width: calc(100% - 90px);

    line-height: 38px;
    position: absolute;
    border: none;
    background: none;
    text-indent: 20px;
    outline: none;
    color: #666;
}

.x-header #s_btn1 {
    position: absolute;
    width: 80px;
    height: 38px;
    right: 0;
    top: 0;
    outline: none;
    background: url("../images/6ddd2ce6e891e01a218a2af1525b17f2076349d8.png") no-repeat center;
    border: none;
}
.lang{
    padding-right: 20px;
    background: url(../images/0c746cfa5cefd1b2436c7eef3a259016b42ba75d.png) no-repeat right center;
}
.lang img{
    margin-right: 6px;
}

.lg {
    position: relative;
    color: #a1a1a1;
    font: 400 16px/55px "Microsoft yahei";
}
.lg-list{
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 9;
    display: none;
    background-color: rgba(0, 0, 0, .1);
}
.lg-list a {
    color: #fff;
    font: 400 16px/38px "Microsoft yahei";
    display: block;
    text-align: center;
}

.lg-list a:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #333;
}
@media (max-width:1600px) {
    .lg{
        margin-left: 1vw;
        margin-right: 1vw;
    }
}
@media (max-width:1440px) {
    .x-header{
        padding: 10px 0;
    }
    .n-header{
        height: 75px;
    }
    .lg{
        font: 400 16px/46px "Microsoft yahei";
    }
    .lg a{
        font: 400 16px/46px "Microsoft yahei";
    }
    .top-btn{
        height: 46px;
    }
}


/* 导航 */

/*导航样式2-navv1*/
.navv1 {
    /* width: 56%; */
    /* float: left; */
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

    width: 60%;
    float: right;
    margin-right: 4%;
}
.navv1.nav-hide {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}

.navv1 > li {
  float: left;
  position: relative;
  margin: 0 .15vw;
}

.navv1 > li > a:hover {
  color: #e7241c;
}

.navv1 > li.active > a {
  color: #e7241c;
}

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

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

.navv1 li {
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.navv1 li span {
    position: absolute;
    width: 9px;
    height:100%;
    /* background: url(../images/list.png) no-repeat center; */
    right: 0;
    top: 0;
    transition: all 0.5s;
    display: block;

}

.navv1 li a {
    padding: 0 1vw;
    color: #000000;
    font: 400 16px/55px "Microsoft yahei";
}

.navv1 .sec {
    background:#fafafa;
    color: #000;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 85px;
    left: 0;
    display:none;
    z-index:-1;

}
.navv1 .te .sec{
    position: absolute;
    z-index: 999;
    width: 150%;
    left:-25%;
    top:70px;
    border:1px solid #e2e2e2;
    box-shadow: 0 0 20px rgba(0,0,0,.1);

}
.navv1 .te .sec  li{
  display: block;
  margin:0;
  padding:0 16px;
}

.navv1 .te .sec li a{
    display: block;
    padding:0;
    color:#888;
    font-size: 14px;
    line-height: 46px;
    border-bottom: 1px solid #f0f0f0;
}

.in-head .navv1 .sec {
    top:85px;
}
.navv1 .te .sec li:hover a{
    color: #0e449c;
}
.navv1 li:hover .sec{
  animation-name: slideUp;
  animation-duration: 0.6s;
  display: block;

}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);

  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px 0);

  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.sec-pro-sec-nav{
    padding-top: 1.5vh;
}
.sec-pro-nav{
    position: relative;
    z-index: 999;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    padding: 20px 0;
}
.sec-pro-nav li{
    width:calc(16.66% - 10px);
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.sec-pro-nav li .img{
    overflow: hidden;
}
.sec-pro-nav li .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.sec-pro-nav li a{
    height: auto !important;
    padding: 0;
}

.sec-pro-nav li h3{
    color: #555;
    font: 400 14px/44px "Microsoft yahei";
}
.sec-pro-nav li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.sec-pro-nav li:hover h3{
    color: #0e449c;
}
@media (max-width: 1600px) {
    .navv1{
        width: 60%;
    }
}
@media (max-width: 1440px) {
    .navv1{
        width: 60%;
    }
    .sec-pro-nav li{
        width: calc(20% - 10px);
    }
    .navv1 li a{
        font: 400 16px/46px "Microsoft yahei";
    }
    .navv1 .sec{
        top: 75px;
    }
    .navv1 .te .sec{
        top: 66px;
    }
}
@media (max-width: 1200px) {
    .navv1{
        width: 70%;
        float: right;
    }
}




/* 第一屏 */

.i-banner {
    position: relative;
}

.i-banner .slidervideo {
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.i-banner .slidervideo video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
    opacity: 0.6;
}
@media (max-width:992px) {

}
.banner1 {
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
}

.banner1 .banner-line {
    display: block;
    width: 88px;
    height: 1px;
    background-color: rgba(255, 255, 255, .4);
    margin: 0 auto;
    margin-top: 30px;
}

.banner1 .banner-tt h3 {
    color: #ffffff;
    text-align: center;
    letter-spacing: 8px;
}

.banner1 .banner-tt h3 p {
    font: 600 64px/120px "Microsoft yahei";
    display: inline-block;
}

.banner1 .banner-tt h4 {
    text-align: center;
    display: block;
    color: #ffffff;
    font: 400 20px/52px "Microsoft yahei";
    letter-spacing: 0px;
}

.banner-list {
    width: 38%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 9vh;
}

.banner-list li {
    list-style-type: none;
    width: 136px;

}

.banner-list li .img {
    width: 136px;
    border: 1px solid #fff;
    padding: 9px;
    border-radius: 70px;
}

.banner-list li .img img {
    width: 116px;
    height: 116px;
    transition: all 0.8s;
}

.banner-list li h3 {
    color: #ffffff;
    font: 400 18px/50px "Microsoft yahei";
    text-align: center;
}

.banner-list li:hover .img img {
    transition: all 0.8s;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

@media (max-width:1440px) {
    .banner1{
        top: 17%;
    }
    .banner1 .banner-line{
        margin-top: 20px;
    }
    .banner1 .banner-tt h3 p {
        font: 600 55px/120px "Microsoft yahei";
    }
    .banner-list{
        margin-top: 6vh;
    }
}

@media (max-width:1200px) {
    .banner-list {
        width: 50%;
    }
}

@media (max-width:992px) {
    .i-banner .slidervideo {
        height: auto !important;
        margin-top: 60px;
    }

    .i-banner .slidervideo video {
        position: relative;
    }

    .banner1 .banner-tt h3 p {
        font: 600 40px/80px "Microsoft yahei";
    }

    .banner1 .banner-tt h4 {
        font: 400 16px/38px "Microsoft yahei";
    }

    .banner-list {
        margin-top: 3vh;
    }

    .banner-list li .img {
        width: 80px;
        height: 80px;
    }

    .banner-list li .img img {
        width: 60px;
        height: 60px;
    }

    .banner-list li {
        width: 80px;
    }

    .banner-list li h3 {
        font: 400 15px/50px "Microsoft yahei";
    }
}

@media (max-width:768px) {
    .banner1 .banner-tt h3 {
        letter-spacing: 2px;
    }

    .banner1 .banner-tt h3 p {
        font: 600 30px/52px "Microsoft yahei";
    }
}

@media (max-width:500px) {
    .banner1{
        position: absolute;
        top: 0;
        padding-top: 10px;
    }
    .banner1 .banner-tt h3{
        letter-spacing: 0px;
    }
    .banner1 .banner-tt h3 p{
        font-size: 22px;
    }
   .banner1 .banner-tt h4 {
        display: none;
    }
    .banner-list{
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}

/*鼠标*/
.rel {
    position: relative;
}

.mouse-w {
    position: absolute;
    z-index: 99;
    bottom: 15%;
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.mouse {
    padding: 5px 7px;
    margin-right: 10px;
    width: 16px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-top: 10px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s
}

.mouse::after {
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    width: 2px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    -webkit-animation: pg-next 1.8s infinite;
    -moz-animation: pg-next 1.8s infinite;
    animation: pg-next 1.8s infinite;
    transition: all .3s;
    -webkit-transition: all .3s
}

@-webkit-keyframes pg-next {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
        opacity: 0
    }
}

@-moz-keyframes pg-next {
    0% {
        -moz-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -moz-transform: translateY(120%);
        transform: translateY(120%);
        opacity: 0
    }
}

@keyframes pg-next {
    0% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        transform: translateY(120%);
        opacity: 0
    }
}

@-webkit-keyframes pg-prev {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
        opacity: 0
    }
}

@-moz-keyframes pg-prev {
    0% {
        -moz-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -moz-transform: translateY(-120%);
        transform: translateY(-120%);
        opacity: 0
    }
}

@keyframes pg-prev {
    0% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-120%);
        -moz-transform: translateY(-120%);
        transform: translateY(-120%);
        opacity: 0
    }
}

.w-con {
    width: 1700px;
    margin: 0 auto;
}

@media (max-width:1440px) {
    .index-container {
        width: 1220px;
    }
    .w-con{
        width: 1200px;
    }
}

@media (max-width:1220px) {
    .index-container {
        width: calc(100% - 30px);
    }
    .w-con {
        width: calc(100% - 30px);
    }
}

/**/
.page2 {
    background-repeat: no-repeat;
    background-position: left 10%;
    background-size: auto;
    background-color: #f7f7f7;
}

.page2 .page-tt1{
    
}
.page-tt1{
    padding-top: 5vh;
}
.page-tt1 h3 {
    color: #0e449c;
    font: 600 48px/66px "Microsoft yahei";
}

.page-tt1 h3 p {
    color: #0e449c;
    font: 600 48px/66px "Microsoft yahei";
    display: inline-block;
    margin-right: -10px;
}



.page-tt1 span {
    display: block;
    color: #666;
    font: 400 18px/18px "Microsoft yahei";
    margin-top: 18px;
}
@media (max-width:1440px) {
    .page-tt1{
        margin-bottom: 2vh;
    }
    .page-tt1 h3{
        font: 600 40px/52px "Microsoft yahei";
    }
    .page-tt1 span{
        font: 400 22px/38px "Microsoft yahei";
    }
}
@media (max-width:992px) {
    .page-tt1{
        background-size: auto 38px;
    }
    .page2 {
        padding: 5vh 0;
    }

    .page-tt1 {
        margin-bottom: 3vh;
    }

    .page-tt1 h3 p {
        font: 600 40px/66px "Microsoft yahei";
    }

    .page-tt1 span {
        font: 400 16px/38px "Microsoft yahei";
    }
}

@media (max-width:768px) {
    .page-tt1 h3 p {
        font: 600 26px/39px "Microsoft yahei";
    }

    .page-tt1 span {
        font: 400 16px/23px "Microsoft yahei";
    }
}















/*byc*/

.zxl_bc {
    width: 1440px;
    height: 514px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

.zxl_bc li {
    width: 390px;
    height: 514px;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.zxl_bc li img {
    width: 660px;
    height: 514px;
}

.zxl_bc li .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 34px;
}

.zxl_bc li .text img {
    width: 73px;
    height: 47px;
}

.zxl_bc li .text .num {
    -webkit-text-stroke: 1px #fff;
    font-size: 50px;
    font-weight: bold;
    color: transparent;
    line-height: 1;
}

.zxl_bc li .text h3 {
    color: #fefefe;
    font: 600 30px/60px "Microsoft yahei";
}

.zxl_bc li .text .more {
    margin-top: 20px;
    display: none;
}
.zxl_bc li .text .more img{
    width: 148px;
    height: 42px;
}
.zxl_bc li .xiao_logo{
    position: absolute;
    right :-1px;
    bottom: 0;
    width: 141px;
    height: 123px; 
    display: none;
    background: url("../images/9f818b2dc8c853e8f6a6dc9af275d9ffd968918f.png") no-repeat center;
    padding: 20px 15px;
}
.zxl_bc li .text .xiao_logo .img{
    width: 88px;
    height: 88px;
    margin: 0 auto;
}
.zxl_bc li .xiao_logo img{
    width: 100%;
    height: 100%;
}
.zxl_bc li .xiao_logo h4{
    color: #333333;
    font: 600 18px/26px "Microsoft yahei";
    text-align: center;
}
.zxl_bc li:first-child .text .more {
    display: block;
}
.zxl_bc li:first-child .text .xiao_logo {
    display: block;

}



.zxl_bc li .div_c {
    width: 660px;
    height: 514px;
    background: url("../images/a1545a7e1c0fbb95e81749fcbf8af224e87305ea.png") repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.zxl_bc li .div .div1 {
    width: 469px;
    height: 149px;
    /* background: url(static/image/bg_01.png) repeat; */
    position: absolute;
    left: 0px;
    top: 0px;
}

.zxl_bc li .div:hover .div1,
.zxl_bc li .div.activexz .div1 {
    display: none;
}

.index-ssb1 {
    display: none;
}


/*byc1*/

.zxl_bc1 {
    width: 1220px;
    height: 436px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

.zxl_bc1 li {
    width: 330px;
    height: 436px;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.zxl_bc1 li img {
    width: 560px;
    height: 436px;
}

.zxl_bc1 li .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    padding: 34px;
}

.zxl_bc1 li .text .num {
    -webkit-text-stroke: 1px #fff;
    font-size: 45px;
    font-weight: bold;
    color: transparent;
    line-height: 1;
}

.zxl_bc1 li .text img {
    width: 73px;
    height: 47px;
}

.zxl_bc1 li .text h3 {
    /*color: #fefefe;*/
    color: #fff;
    font: 600 30px/60px "Microsoft yahei";
}

.zxl_bc1 li .text .more {
    margin-top: 20px;
    display: none;
}

.zxl_bc1 li:first-child .text .more {
    display: block;
}

.zxl_bc1 li .text .more img {
    width: 148px;
    height: 42px;
}

.zxl_bc1 li .div_c1 {
    width: 560px;
    height: 436px;
    background: url("../images/54809b18bd7a8ae76fe318842e3f1b7705bde5dc.png") repeat;
    position: absolute;
    left: 0px;
    top: 0px;
}

.zxl_bc1 li .div .div1 {
    width: 330px;
    height: 149px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.zxl_bc1 li .div:hover .div,
.zxl_bc1 li .div.activexz .div {
    display: none;
}
.zxl_bc1 li .xiao_logo{
    position: absolute;
    right :0;
    bottom: 0;
    width: 141px;
    height: 123px; 
    display: none;
    background: url("../images/92843409eccd7fceb1ecf7216ea5f13af2fb4031.png") no-repeat center;
    padding: 20px 15px;
}
.zxl_bc1 li .text .xiao_logo .img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.zxl_bc1 li .xiao_logo img{
    width: 100%;
    height: 100%;
}
.zxl_bc1 li .xiao_logo h4{
    color: #333333;
    font: 600 18px/26px "Microsoft yahei";
    text-align: center;
}
.zxl_bc1 li:first-child .text .more {
    display: block;
}
.zxl_bc1 li:first-child .text .xiao_logo {
    display: block;

}
.m-product-list {
    display: none
}

@media (max-width: 1440px) {
    .index-ssb1 {
        display: block;
    }
    .zxl_bc1 li{
        height: 380px;
    }
}

@media (max-width: 1220px) {
    .index-ssb1 {
        display: none;
    }

    .m-product-list {
        display: flex;
        justify-content: space-between;
    }

    .m-product-list li {
        list-style-type: none;
        width: 33%;
    }

    .m-product-list li .img img {
        max-width: 100%;
    }
    .m-product-list li img{
        max-width: 100%;
    }

    .m-product-list li .text {
        display: flex;
        justify-content: space-between;
        background-color: rgba(0, 0, 0, .5);
        padding: 8px;
    }

    .m-product-list li .text .num {
        -webkit-text-stroke: 1px #fff;
        font-size: 36px;
        font-weight: bold;
        color: transparent;
        line-height: 1;
    }

    .m-product-list li .text h3 {
        color: #fff;
        font: 400 18px/42px "Microsoft yahei";
    }
}

@media (max-width: 500px) {
    .m-product-list {
        display: block;
    }

    .m-product-list li {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*关于我们*/
.page3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
}
.page3 .page-tt1{
    
}

.page-about-tt h3 {
    position: relative;
    color: #333;
}

.page-about-tt h3::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 44px;
    left: 4.5em;
    opacity: 0;
}

.page-about-tt h3 p {
    color: #0e449c;
}

.page-about-tt span {
    color: #333;
}

.about-more {
    position: relative;
    display: block;
    /* background: url(../images/jt2.png) no-repeat center #0e449c; */
    border-radius: 5px;
    margin-top: 8vh;
    transition: all 0.8s;
    background-color: #0e449c;
    width: 160px;
    text-align: center;
    overflow: hidden;
}
.about-more a{
    position: relative;
    z-index: 3;
    display: block;
    color: #fff;
    font: 400 16px/52px "Microsoft yahei";
}

.about-more:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e449c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.about-more:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index: 1;
}

.index-about {
    display: flex;
    justify-content: space-between;
}

.index-about-l {
    width: 53%;
    margin-top: 3vh;
}

.index-about-l p {
    text-align: left;
    color: #666;
    font: 400 16px/32px "Microsoft yahei";
}

.about-list {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin-top: 7vh;

}
.about-list ul{
    width: 100%;
}
.about-list li {
    position: relative;
    list-style-type: none;
    /* float: left; */
}
.about-list li{
    padding-right: 35px;
}
.about-list li h3 {
    position: relative;
    color: rgba(0, 0, 0, .68);
    font: 400 14px/20px "Microsoft yahei";
    padding-left: 10px;
}

.about-list li h4{
    margin-top: 10px;
}
.about-list li h4 span.num2{
    color: #0e449c;
    font: 600 43px/60px "z1";
}
.about-list li h4 sup{
    top: -30px;
    color: #0e449c;
    font: 400 16px/32px "Microsoft yahei";
}

.about-list li .line{
    content: "";
    position: absolute;
    top: 40px;
    right: 0px;
    width: 66px;
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, .3);
}

.about-list li:last-child .line{
    height: 0;
}

.index-about-r {
    width: 27.7%;
}

.index-about-r li {
    float: left;
    width: calc(50% - 0.5px);
    text-align: center;
    padding: 20px 0 30px;
}

.index-about-r li .img {
    transition: all 0.8s;
}

.index-about-r li:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.index-about-r li:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, .13);
    padding: 30px 0 20px;
}

.index-about-r li:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .13);
    padding: 30px 0 20px;
}

.index-about-r li h3 {
    color: #ffffff;
    font: 400 16px/32px "Microsoft yahei";
}

.index-about-r li:hover .img {
    transition: all 0.8s;
    transform: translateY(-10px);
}

@media (max-width:1440px) {
    .about-more {
        margin-top: 6vh;
    }

    .about-list {
        margin-top: 6vh;
    }
}

@media (max-width:992px) {
    .page3 {
        padding: 5vh 0;
    }

    .about-list {
        margin-top: 2vh;
    }

    .index-about {
        display: block;
    }

    .index-about-l {
        width: 100%;
    }

    .index-about-r {
        width: 100%;
    }
    .about-list li h4 span.num2{
        font: 600 32px/40px "GILROY";
    }
}

@media (max-width:768px) {
    .about-list li{
        padding-right: 0;
    }
    .about-list li .line{
        display: none;
    }
    .about-list li h3{
        padding-left: 0;
    }
    .page-about-tt h3::before {
        display: none;
    }

    .page-about-tt span {
        display: none;
    }
    
}

/* 产品 */
.page4 {
    background-repeat: no-repeat;
    background-position: left 10%;
    background-size: auto;
    background-color: #f4f4f4;
}

.page4 .page-tt1 {
    position: relative;
    margin-bottom: 6.6vh;
}

.page4 .index-product-sort {
    /* width: 50%; */
    position: absolute;
    top: 0;
    right: 0;
}

.page4 .index-product-sort li {
    float: left;
    margin-left: 68px;
}

.page4 .index-product-sort li+li {
    margin-left: 36px;
}

.page4 .index-product-sort li a {
    color: #666666;
    font: 400 15px/36px "Microsoft yahei";
}

.page4 .index-product-sort li a:hover {
    color: #333;
    text-decoration: underline;
}

.x-case-list {
  margin-top: 2.5%;
}

@media (max-width: 1024px) {
  .x-case-list {
    margin-left: 6.25%;
  }
}

.x-case-item {
  padding: 0 1px;
  background: #fff;
}

.x-case-item a {
  display: block;
}
.x-case-list .x-case-item{
  opacity: 0.4;
}
.x-case-list .x-case-item .wz .icon-right-arrow{
  opacity: 0;
}
.x-case-list .active .x-case-item{
  opacity: 1;
}
.x-case-list .active .x-case-item .wz .icon-right-arrow{
  opacity: 1;
}
.x-case-list .owl-stage-outer{
  overflow: visible;
}
.x-case-item .img img{
    transition: all 0.8s;
    max-width: 100%;
}

.x-case-item .wz {
  position: relative;
  padding: 28px 40px;
}

.x-case-item .wz h3 {
  color: #333333;
  font: 400 22px/62px "Microsoft yahei";
}

.x-case-item .wz span {
  display: block;
}

.x-case-item .wz .icon-right-arrow {
  position: absolute;
  top: 28px;
  right: 40px;
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: url("../images/ade359dca608d4e215a37a8895d774af973cfce8.png") no-repeat center;
}
.x-case-item:hover .img img{
    max-width: 100%;
    transition: all 0.8s;
    transform: scale(1.05);
}


.x-case-item:hover  .wz .icon-right-arrow{
    background: url("../images/3f6e0c5d66fe9c3f88a8281a273d04191b9c247d.png") no-repeat center;  
}
@media (max-width: 1440px) {
  .x-case-item .wz{
    padding: 10px 40px;
  }
  .x-case-item .wz .icon-right-arrow{
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .x-case-item .wz {
    margin-top: 10px;
  }
  .x-case-item .wz h3 {
    font-size: 16px;
  }
  .x-case-item .wz p {
    font-size: 13px;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 768px) {
  .x-case-item .wz{
    padding: 5px;
  }
}

@media (max-width: 500px) {
  .x-case-item .wz .icon-right-arrow{
    display: none;
  }
  .x-case-item .wz h3{
    font: 400 16px/32px "Microsoft yahei";
  }
  .x-case-item .wz p{
    margin-bottom: 0;
  }
}


@media (max-width:1440px) {
    .page4 .page-tt1{
        margin-bottom: 2vh;
    }
}

@media (max-width:992px) {
    .page4 {
        padding: 5vh 0;
    }
}

/* 荣誉 */
.honer-tt{
   
}
.w-honer-list{
    margin-top: 5vh;
    padding-bottom: 5vh;
}
.honer-item .bg{
    padding: 3px;
}
.honer-item .img{
    overflow: hidden;
    border: 1px solid #e3e6eb;
}
.honer-item .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.honer-item:hover .img{
    border: 1px solid #0e449c;
    box-shadow: 0 3px 3px 3px rgba(0,0,0,.03);
}
.honer-item:hover .img img{
    transition: all 0.8s;
    transform: scale(1.03);
}
.w-honer-list .owl-carousel .owl-dots.disabled{
    /* display: block; */
}

.w-honer-list .owl-dots {
    display: flex !important;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -77px;
}
.w-honer-list .owl-dots .owl-dot  {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    background-color: #c0c1c5;
    margin: 0 5px;
}
.w-honer-list .owl-dots .owl-dot.active {
    background-color: #0e449c;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    display:none !IMPORTANT;
}



@media (max-width: 768px) {
    .page6{
        padding: 5vh 0;
    }
    .w-honer-list .owl-dots{
        bottom: -20px;
    }
}


.wh1440{
    max-width:1440px;
    margin:0 auto;
}


/*新闻*/
.page5 {
    background-repeat: no-repeat;
    background-position: left 10%;
    background-size: cover;
}

.x-news-list {
    position: relative;
    margin-top: 5vh;
}

.x-news-list .line {
    position: absolute;
    top: 66px;
    width: 140%;
    left: -25%;
    height: 1px;
    display: block;
    background-color: #dbdee2;
}

.x-news-list .x-news-item .date h5 {
    font: 600 45px/50px "Microsoft yahei";
    float: left;
    color: #333333;
}

.x-news-list .x-news-item .date span {
    font: 400 20px/30px "Microsoft yahei";
    float: left;
    margin-left: 10px;
    margin-top: 17px;
    color: #666666;
}

.x-news-list .x-news-item .wz h3 {
    color: #333333;
    font: 600 20px/38px "Microsoft yahei";
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-list .x-news-item .wz p {
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}

.x-news-list .x-news-item .img {
    margin-top: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.x-news-list .x-news-item .img img {
    max-width: 100%;
    transition: all 0.8s;
}

.news-line {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    transition: all 0.8s;
    display: block;
}

.news-line::before {
    position: absolute;
    top: -7px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #333333;
    display: block;
    border-radius: 4px;
}

.news-line::after {
    position: absolute;
    top: -4px;
    left: 0;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #0e449c;
    display: block;
    border-radius: 4px;
    transition: all 0.8s;
}

.x-news-list .x-news-item:hover .news-line::after {
    transition: all 0.8s;
    width: 100%
}

.x-news-list .x-news-item:hover .news-line::before {
    background-color: #0e449c;
}

.x-news-list .x-news-item:hover .date h5 {
    color: #0e449c;
}

.x-news-list .x-news-item:hover .wz h3 {
    color: #0e449c;
}

.x-news-list .x-news-item:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.x-news-list .owl-nav {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: -7vh;
    display: block !important;
    height: 50px;
    display:none;
}

.x-news-list .owl-nav .owl-prev {
    position: absolute;
    z-index: 99;
    top: -7vh;
    display: block !important;
    width: 50px;
    height: 50px;
    right: 0;
    background: url("../images/8a3e9a4c56aeb97fa2a00f047a1c9eb9838082d5.png") no-repeat center !important;
}

.x-news-list .owl-nav .owl-prev:hover {
    background: url("../images/9118d482cec23f77de9b568160d87e51386a40c8.png") no-repeat center !important;
}

.x-news-list .owl-nav .owl-prev span {
    display: none;
}

.x-news-list .owl-nav .owl-next {
    position: absolute;
    z-index: 99;
    top: -7vh;
    display: block !important;
    width: 50px;
    height: 50px;
    right: 5vw;
    background: url("../images/8d9710b75b1c180b4aa482744a827c247b39ebf8.png") no-repeat center !important;
}

.x-news-list .owl-nav .owl-next:hover {
    background: url("../images/5c4f863980cd2e24dcbf619ae3fd883fb0ccb86d.png") no-repeat center !important;
}

.x-news-list .owl-nav .owl-next span {
    display: none;
}
@media (max-width:1440px) {
    .news-line{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .news-line::before{
        top: -2px;
    }
    .news-line::after{
        top: 1px;
    }
    .x-news-list .x-news-item .img{
        margin-top: 20px;
    }
}

@media (max-width:992px) {
    .page-tt1{
        background-size: auto 38px !important;
        padding-top: 3vh;
    }
    .page5 {
        padding: 5vh 0;
    }

    .x-news-list .owl-nav {
        display: none !important;
    }
}

/*底部*/
.page8 {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.x-layout {
    padding: 0;
    display: block;
    background-size: cover;
}
.page8 .x-layout {
}

.f-part1 {
    padding: 26px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.f-part1>img {
    max-height: 48px;
}

.f-part2 {
    display: flex;
    justify-content: space-between;
    padding-top: 5vh;
}

.f-part2-l {
    width: 62.5%;
    display: flex;
    justify-content: space-between;
}

.f-part2-l li h3 {
    color: #ffffff;
    font: 400 18px/36px "Microsoft yahei";
    margin-bottom: 10px;
}

.f-part2-l li dd a {
    color: rgba(255, 255, 255, .6);
    font: 400 14px/28px "Microsoft yahei";
}

.f-part2-l li dd a:hover {
    color: rgba(255, 255, 255, .8);
}

.foot_nav {
    position: relative;
    width: 60%;
    text-align: left;
    align-items: stretch;
}

.foot_nav li {

}

.foot_nav li a {
    color: #ffffff;
    font: 400 18px/36px "Microsoft yahei";
    margin-bottom: 10px;
}

.foot_nav li .x-nav-menu {
    margin-top:22px;
}

.foot_nav li .x-nav-menu a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font: 400 14px/28px "Microsoft yahei";
}
.foot_nav li .x-nav-menu a:hover {
    color: rgba(255, 255, 255, .8);
}


.f-part2-contact {
    float: left;
    width: 310px;
}

.f-part2-contact h4 {
    color: #ffffff;
    font: 400 14px/38px "Microsoft yahei";
    text-align: right;
}
.f-part2-contact h3 > p{
    color: #ffffff;
    font: 400 30px/44px "Impact";
    text-align: right;
}
.f-part2-contact p {
    color: rgba(255, 255, 255, .4);
    font: 400 14px/38px "Microsoft yahei";
    text-align: right;
}

.f-part2-ewm {
    float: right;
    width: 110px;
    margin-left: 13px;
}

.f-part2-ewm img {
    max-width: 100%;
}

.f-part2-ewm h3 {
    color: #ffffff;
    font: 400 14px/66px "Microsoft yahei";
    text-align: center;
}

.x-copyright {
    margin: 0;
    padding: 52px 0;
    color: rgba(255, 255, 255, 1);
    font: 400 14px/36px "Microsoft yahei";
    text-align: left;
}
.x-copyright a{
    font-size: inherit;
    color: inherit;
    color: rgba(255, 255, 255, 1)!IMPORTANT;
}
.x-copyright a:hover {
    color: #ffffff;
}

@media (max-width:992px) {
    .f-part2-r {
        width: 100%;
    }

    .f-part2 {
        padding-top: 1vh;
    }
    .x-copyright {
        padding: 40px 0;
    }
    .ft_seo {
        display: none;
    }
}

@media (max-width:768px) {
    .f-part1>img{
        height: 30px;
    }
    .f-part2-contact h4 {
        text-align: left;
    }

    .f-part2-contact p {
        text-align: left;
    }
}
@media (max-width:640px) {
    .x-copyright {
        padding: 20px 0;
    }
}


/*分享*/
.web-f-share {
    position: relative;
    float: right;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.web-f-share .bshare-custom {
    width: 32px;
    height: 32px;
}

.web-f-share .bshare-custom a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(//cdn.myxypt.com/3a9f75b1/22/01/62a16571087f96053a9be373b13feb875225834e.png) no-repeat center;
}
.web-f-share .social-share .icon-wechat{
    color: #666;
    border: 1px solid #666;
}
.web-f-share .social-share .icon-weibo{
    color: #666;
    border: 1px solid #666;
}
.web-f-share .social-share .icon-qq{
    color: #666;
    border: 1px solid #666;
}

/* 添加修改 */
@media (max-width: 991px) {
    body {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    body {
        padding-bottom: 50px;
    }
}


/* banner */
#banner {
    position: relative;
}
.pc_banner {
    display: block;
}
.mob_banner {
    display: none;
}

#banner li a {
    display: block;
}
#banner li .imgs {

}
#banner li .imgs img {
    width: 100%;
    object-fit: cover;
    min-height: 200px;
}

#banner .hi {
    display: none;
}
#banner .swiper-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 5%;
}
#banner .swiper-pagination-clickable .swiper-pagination-bullet {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 1;
    background-color: #ffffff;
    margin: 0 5px;
}
#banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0e449c;
}

@media (min-width: 1024px) {
    #banner li .imgs img {
        height: 100vh;
    }
}
@media (max-width: 991px) {
    .pc_banner {
        display: none;
    }
    .mob_banner {
        display: block;
    }
    #banner .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }
}


/* 首页产品 */
.page4 .x-case-item .img {
    position: relative;
    padding-top: calc(450 / 700 * 100%);
    
}
.page4 .x-case-item .img img {
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    height: 100%;
    object-fit: cover;
}


/* 内页banner */
.page-banner {
    display: block;
    height: auto;
}
.page-banner img {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}
@media (max-width: 991px) {
    .page-banner img{
        object-position: right center;
    }
}


/* 产品 */
.w-pro-con{
    margin-top: 4vh;
}
.w-pro-sort-l{
    position: relative;
    margin-top: 5vh;
}
.w-pro-sort-l .img img{
    max-width: 100%;
}
.ttz1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.ttz1.cur{
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.w-pro-sort-r li{
    width: 13.8%;
    text-align: center;
    background-color: #e9ebf0;
}
.w-pro-sort-r li a{
    display: block;
    padding: 0 30px;
    color: #333;
    font: 400 16px/80px "Microsoft yahei";
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.w-pro-sort-r li.cur{
    background-color: #0e449c;
}
.w-pro-sort-r li.cur a{
    color: #fff;
}

.w-pro-list{
    height: 350px;
}
.w-pro-item .img{
    overflow: hidden;
    background-color: #fff;
}
.w-pro-item .wz{
    text-align: center;
    color: #555555;
    font: 400 18px/60px "Microsoft yahei";
    background-color: #e5e5e5;   
}

.w-pro-item .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.w-pro-item:hover .wz{
    color: #fff; 
    background-color: #0e449c; 
}

.w-pro-item:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);    
}

@media (max-width: 768px) {
    .w-pro-sort-r li{
        width: 49%;
        margin-bottom: 1vh;
    }
    .w-pro-sort-r li a{
        padding: 0 10px;
        font: 400 16px/52px "Microsoft yahei";
    }
}






.bbysnr {
    margin-top: 4.6vw;
}
.bbysfl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bbysfl li {
    width: 16.66%;
    text-align: center;
    height: auto;
    border-radius: 10px;
    padding-top: 57px;
    padding-bottom: 4.4vw;
}
.bbysfl li .img {
    width: 152px;
    height: 152px;
    border: solid 1px #0e449c;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    margin: 0 auto;
}
.bbysfl li .img img {}
.bbysfl li h2 {margin-top: 35px;}
.bbysfl li h2 span {
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000;
    display: block;
}
.bbysfl li h2 sup {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666;
    margin-top: 25px;
    display: block;
}
.bbysfl li h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 4%;
    margin-top: 14px;
    opacity:0;
}



.bbysfl li:hover{
    background-color: #0e449c;
}

.bbysfl li:hover .img {
    border: solid 1px #0e449c;
    background-color: #fff;
}

.bbysfl li:hover h2 span{
    color: #fff;
}
.bbysfl li:hover h2 sup{
    color: #fff;
}

.bbysfl li:hover h3 {
    opacity:1;
}


@media (max-width: 1440px) {  
.bbysfl li .img{
    width: 100px;
    height: 100px;
}
.bbysfl li .img img{
    max-width:40px;
}

.bbysfl li {
    padding:0 1%;
    padding-top: 30px;
    padding-bottom: 4.4vw;
}
.bbysfl li h2 {
    margin-top: 20px;
}


}





@media (max-width: 992px) {  
.bbysfl li .img{
    width: 25vw;
    height: 25vw;
}
.bbysfl li .img img{
    max-width: 10vw;
}

.bbysfl li {
    padding:0 1%;
    padding-top: 30px;
    padding-bottom: 4.4vw;
    width: 50%;
}
.bbysfl li h2 {
    margin-top: 14px;
}
.bbysfl{}
.bbysfl li h3{
    display: none;
}
.bbysnr {
    margin-top: 4.6vw;
    margin-bottom: 30px;
}
.bbysfl li h2 span{
    font-size: 18px;
}
.bbysfl li h2 sup{
    font-size: 14px;
    margin-top: 16px;
}
    .page-tt1 h3 {
        font: 600 40px / 52px "Microsoft yahei";
    }

    

}





/* 优势 */
.w-ys-tt{
    padding-top: 5vh;
    background: url(../images/4877b547b7729dd4cb1f13c9a036a0cb4593db9f.png) no-repeat center top;
}
.w-ys-tt h3{
    text-align: center;
    color: #0e449c;
    font: 600 44px/52px "Microsoft yahei";
}
.w-ys-tt span{
    display: block;
    text-align: center;
    color: #666666;
    font: 400 24px/52px "Microsoft yahei";
}
.w-ys-list{
    margin-top: 10vh;
}
.w-ys-list li + li{
    margin-top: 8vh;
}
.w-ys-list li .img{
    width: 66px;
    padding: 11px;
    border: 1px solid #0e449c;
    border-radius: 6px;
}
.w-ys-list li .wz{
    width: calc(100% - 88px);
}

.w-ys-list li .wz h4{
    color: #000;
    font: 600 24px/32px "Microsoft yahei";
}

.w-ys-list li .wz p{
    color: #666666;
    font: 400 17px/30px "Microsoft yahei";
}
.w-ys-l,.w-ys-r{
    width: 27.7%;
}
.w-ys-img{
    width: 36%;
}
.w-ys-img img{
    max-width: 100%;
}
.w-ys-list li:hover .wz h4{
    color: #0e449c;;
}

.w-ys-list li:hover .img{
    background-color: #0e449c;
}
.w-ys-list li:hover .img img{
    filter: brightness(0%) invert(100%);
}

@media (max-width: 768px) {
    .w-ys-tt{
        background-size: auto 38px;
    }
    .w-ys-tt h3{
        font: 600 20px/32px "Microsoft yahei";
    }
    .w-ys-tt span{
        font: 400 16px/32px "Microsoft yahei";
    }
    .w-ys-l, .w-ys-r{
        width: 100%;
    }
    .w-ys-list li .wz p{
        font: 400 16px/30px "Microsoft yahei";
    }
    .w-ys-list li + li{
        margin-top: 1vh;
    }
    .w-ys-r{
        margin-top: 1vh;
    }
    .w-ys-list li .wz h4{
        font: 600 20px/32px "Microsoft yahei";
    }
    .w-ys-list li .wz p{
        font: 400 16px/26px "Microsoft yahei";
    }
}


.x-banner li video{
    object-fit: cover;
}

@media (max-width: 992px) {
.x-banner li img{
    width: 100%;
    height: auto;
}

.page1 {
    height: auto !important;
}

.fp-tableCell{
    height: auto !important;
}

.section{
    height: auto !important;
}


.x-banner .swiper-pagination{
    display:none;
}

.x-banner{
    margin-top:60px;
}

.about-list li h4 sup {
    top: -20px;
    color: #0e449c;
    font: 400 12px / 32px "Microsoft yahei";
}
.f-part1 img{
    max-width:100%;
}



}






/*------------内页-------------------*/
.n_banner{width:1600px;margin:0 auto;position:relative;left:50%;margin-left:-800px;height:250px;}
.n_banner img{width:1600px;height:250px;}
.left{width:225px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact p.content{padding:5px;}

.right{width:760px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;
font-family:"微软雅黑";font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;font-family:"微软雅黑";}

.right .content{padding:10px;padding-top:15px;overflow:hidden;}



.footer{width:100%;margin-top:6px;position: fixed; z-index: 110;bottom: 0;left: 0;display: none;}
.footer a{-webkit-box-flex: 1;display: -webkit-box; color:#fff;}
.footer span{width:74px; display:block; margin:0 auto; text-align:right; font:400 16px/50px "微软雅黑"; color:#fff; height:50px;}
.footer span.span1{background:url(../images/a1.png) 10px center no-repeat; background-size:23px;}
.footer span.span2{background:url(../images/a2.png) 10px center no-repeat; background-size:23px;}
.footer span.span3{background:url(../images/a3.png) 10px center no-repeat; background-size:23px;}

.ffs{max-width:768px;margin:0 auto;display:-webkit-box;background:#656565;}

@media(max-width: 768px){
.footer{display: block;}
.x-footer{padding-bottom: 60px;}
}