.resetStyle {
    font-family: "ArialMT";
}
.resetStyle a {
    text-decoration: none;
    color: #000;
}
.resetStyle ul,
.resetStyle li,
.resetStyle p {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 1720px) {
    .container {
        width: 1710px;
        margin: 0 auto;
        padding: 0;
    }
}
#backtop {
    position: fixed;
    right: 49px;
    bottom: 20px;
    z-index: 100;
    opacity: 0;
    transition: 0.3s;
}
#backtop ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    line-height: 54px;
    text-align: center;
    margin-bottom: 3px;
    list-style: none;
}
#backtop ul li .inner {
    position: absolute;
    right: 70px;
    top: 0;
    background: #fff;
    border: 1px solid #ddd;
    line-height: normal;
    padding: 15px;
    transform: scale(0);
    transform-origin: top right;
    transition: 0.3s;
}
#backtop ul li .inner p {
    font-size: 12px;
}
#backtop ul li:hover .inner {
    transform: scale(1);
}
#backtop ul li .sidebox {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #fff;
    border: 1px solid #ddd;
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
    background-position: center;
    background-size: inherit;
    background-repeat: no-repeat;
}
#backtop.show {
    opacity: 1;
}
#backtop ul li .sidetop {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 54px;
    display: inline-block;
    opacity: 0.6;
    filter: alpha(opacity=80);
    transition: all 0.3s;
    border: 1px solid #eef4f7;
}
@media (min-width: 768px) {
    #backtop ul li .sidetop:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@media (max-width: 767px) {
    #backtop {
        right: 10px;
        bottom: 10px;
    }
    #backtop ul li {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.clearfix-box{
    display: none;
}
.home-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.clearfix-box{
    display: block;
    height: 116px;
}
@media (max-width: 767px) {

    .clearfix-box{
        display: block;
        height: 98px;
    }
}
@media (max-width: 478px) {

    .clearfix-box{
        display: block;
        height: 116px;
    }
}
.home-header .header-top {
    height: 32px;
    background: #2450a9;
    line-height: 32px;
}
@media (max-width: 767px) {
    .home-header .header-top {
        display: none;
    }
}
.home-header .header-top .top-l {
    float: left;
}
.home-header .header-top .top-l .mail {
    display: block;
    float: left;
    padding-left: 20px;
    font-family: "Geometric212BT-BookCondensed";
    font-size: 14px;
    color: #aaaaaa;
    background: url(../images/mail.png) no-repeat left center;
}
.home-header .header-top .top-l .mail:hover {
    color: #fe0000;
}
.home-header .header-top .top-l .tel {
    display: block;
    float: left;
    padding-left: 20px;
    font-family: "Geometric212BT-BookCondensed";
    font-size: 14px;
    color: #aaaaaa;
    background: url(../images/tel.png) no-repeat left center;
    margin-left: 24px;
}
.home-header .header-top .top-l .tel:hover {
    color: #fe0000;
}
.home-header .header-top .top-r {
    margin: 9px 0;
    line-height: 14px;
    float: right;
}
.home-header .header-top .top-r .gang {
    color: #c1d0ef;
}
.home-header .header-top .top-r .Sitemap {
    display: block;
    float: left;
    font-size: 14px;
    color: #c1d0ef;
    padding: 0 30px;
}
.home-header .header-top .top-r .Sitemap:hover {
    color: #fe0000;
}
.home-header .header-top .top-r .language {
    position: relative;
    float: right;
}
.home-header .header-top .top-r .language .deflanguage {
    display: block;
    float: left;
    height: 14px;
    color: #c1d0ef;
    padding: 0 25px;
}
@media (min-width: 768px) {
    .home-header .header-top .top-r .language .deflanguage:hover {
        color: #fe0000;
    }
}
.home-header .header-top .top-r .language .deflanguage .jt {
    display: block;
    float: right;
    margin-left: 10px;
    width: 14px;
    height: 14px;
    background: url(../images/jiantou.png) no-repeat center;
    transition: all 0.3s;
}
.home-header .header-top .top-r .language .deflanguage .jt.open {
    transform: rotate(180deg);
}
.home-header .header-top .top-r .language .underlang {
    position: absolute;
    top: 23px;
    left: 0;
    display: none;
    background: #2450a9;
    z-index: 2;
}
.home-header .header-top .top-r .language .underlang li {
    width: 100%;
    margin: 2px 0;
}
.home-header .header-top .top-r .language .underlang li a {
    line-height: 20px;
}
@media (min-width: 768px) {
    .home-header .header-top .top-r .language .underlang li a:hover {
        color: #fe0000;
    }
}
.home-header .header-top .top-r .language .underlang li .english {
    display: block;
    float: left;
    color: #c1d0ef;
    padding: 0 25px;
}
.home-header .header-top .top-r .language .underlang li .chinese {
    display: block;
    float: left;
    color: #c1d0ef;
    padding: 0 25px;
}
.home-header .header-nav {
    background: #fff;
    /* transition: all 0.3s;border-bottom: 1px solid #a0bade; */
}
@media (max-width: 1440px) {
    .home-header .header-nav {
        padding: 0 20px;
    }
}
.home-header .header-nav::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.home-header .header-nav .header-container {
    width: 100%;
    padding: 0 5%;
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home-header .header-nav .header-container .navmain {
    
    display: flex;
    align-items: center;
    
}
@media (max-width: 1730px) {.home-header .header-nav .header-container {padding: 0 2%;}}
@media (max-width: 1430px) {
	
    .home-header .header-nav .header-container .navmain {
        margin-top: 20px;
        margin-bottom: 5px;
    }
}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navmain {
        margin: 0;
    }
}
.home-header .header-nav .header-container .navmain .navlogo {
    margin: 0;
    padding-left: 0;
    transform: translateY(5%);
}
@media (max-width: 1199px) {
    .home-header .header-nav .header-container .navmain .navlogo {
        margin: 0;
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navmain .navlogo {
        transform: translateY(0%);
    }
}
@media (max-width: 991.98px) {
    .home-header .header-nav .header-container .navmain .navlogo {
        padding: 0;margin-right: 61px;
    }
}
.home-header .header-nav .header-container .navmain .navlogo .logoa {
    display: block;
    height: 100%;
}
@media (max-width: 991.98px) {
    .home-header .header-nav .header-container .navmain .navlogo .logoa {
        display: block;
        height: 50px;
        padding: 5px 0 5px 15px;
    }
}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navmain .navlogo .logoa {
        padding: 8px 0 8px 5px;
    }
}
.home-header .header-nav .header-container .navmain .navlogo .logoa img {
    display: block;
    height: 100%;
}
.home-header .header-nav .header-container .navmain .des-main {
    padding-left: 15px;
    max-width: 300px;
    font-size: 14px;
    font-stretch: normal;
       line-height: 20px;
    color: #263238;
    margin-top: 6px;
}
.home-header .header-nav .header-container .navmain .des-main .title{font-size: 24px;}
.home-header .header-nav .header-container .navmain .des-main b{ color: #263238;font-size: 18px;}
.home-header .header-nav .header-container .navmain .des-main  span{color:#064fb3}
@media (max-width: 1199px) and (min-width: 992px) {
    .home-header .header-nav .header-container .navmain .des-main {
        font-size: 14px;
    }
}
@media (max-width: 1380px) {
    .home-header .header-nav .header-container .navmain .des-main {
        display: none;
    }
}
@media (max-width: 768px) {
    .home-header .header-nav .header-container .navmain .des-main {
        display: block;
        font-size: 12px !important;
        padding-left: 0;
    }
    .home-header .header-nav .header-container .navmain .navlogo{
        margin-right: 0;
    }
    .home-header .header-nav .header-container .navmain .des-main .title{font-size: 14px;}
}
.home-header .header-nav .header-container .navlist {
    float: right;
    background: #fff;
}
@media (max-width:1620px) {
	.home-header .header-nav .header-container .navlist {
    float: right;
    background: #fff;
	    margin-left: 0px;
}
}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navlist {
        display: none;
        position: fixed;
        top: 116px;
        left: 0;
        width: 100%;
        max-height: 100%;
        background: #fff;
        overflow-y: scroll;
        z-index: 9999;
    }
    .yb_conct{
        top: 420px !important;
    }
}
@media (max-width: 1250px) {
    .home-header .header-nav .header-container .navlist .fuwu {
        display: none;
    }
}
.home-header .header-nav .header-container .navlist .fuwu a.fuwuson {
    color: #064fb3;
    font-size: 15px;
    padding-right: 0;
    font-weight: bold;
    margin-left: 0;
}
.home-header .header-nav .header-container .navlist .f-menu {
    margin-top: 0;
}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navlist .f-menu {
        margin: 0;
    }
}
.home-header .header-nav .header-container .navlist .f-menu>.hasdrop {
   margin:0 0px;
}
@media (max-width: 1500px) {

    .home-header .header-nav .header-container .navlist .f-menu>.hasdrop {
          margin:0 0px;margin-right: 0px;
    }
}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navlist .f-menu>.hasdrop {
        float: none;
    }
}
.home-header .header-nav .header-container .navlist .f-menu>.hasdrop::before {
    position: absolute;
    content: '';
    bottom: 0;
    z-index: -1;
    opacity: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navlist .f-menu>.hasdrop {
        padding: 10px 20px;
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    }
}
.home-header .header-nav .header-container .navlist .hasdrop {
    float: left;
    position: relative;
}
@media (min-width: 768px) {
    .home-header .header-nav .header-container .navlist .hasdrop:hover::before {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    .home-header .header-nav .header-container .navlist .hasdrop:hover>.s-menu {
        display: block;
    }
    .home-header .header-nav .header-container .navlist .hasdrop:hover>.s-menu .hasdrop {
        width: 100%;
    }
    .home-header .header-nav .header-container .navlist .hasdrop:hover>.s-menu .hasdrop:hover>.t-menu {
        display: block;
    }
    .home-header .header-nav .header-container .navlist .hasdrop:hover>.s-menu .hasdrop:hover>.t-menu .hasdrop:hover>.four-menu {
        display: block;
    }
    .home-header .header-nav .header-container .navlist .hasdrop:hover>a {
        color: #263238;
       background: url("../images/head.png") no-repeat center; background-position:bottom;
		padding-bottom:22px;
    }
}
.home-header .header-nav .header-container .navlist .hasdrop>a {
    text-decoration: none;
    display: block;
      padding: 52px 20px;
    font-size: 16px;
	position:relative;
	color:#767676;
}


.head_en{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.head_en span{ font-size: 16px;
line-height: 1.5;
color: #28a7e1;
    font-weight: bold;}
.head_en a{width:28px;height:28px;border-radius:100%;background:#263238;color:#fff;line-height:28px;text-align:center;display:block}
.head_en a:hover{background:#28a6e0}
@media (max-width: 1500px) {
    .home-header .header-nav .header-container .navlist .hasdrop>a {
        padding: 35px 10px;
    }
}
@media (max-width: 992px) {
    .home-header .header-nav .header-container .navlist .hasdrop>a {
        padding: 25px 5px;
    }
}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navlist .hasdrop>a {
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-size: 14px;
        display: block;
        color: #333;
        text-decoration: none;
        padding-right: 20px;
    }
}
@media (min-width: 768px) {
    .home-header .header-nav .header-container .navlist .hasdrop>a i {
        display: none;
    }
}
.home-header .header-nav .header-container .navlist .hasdrop>a .mobile-navbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}
.home-header .header-nav .header-container .navlist .hasdrop>a .mobile-navbtn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
}
.home-header .header-nav .header-container .navlist .hasdrop>a .mobile-navbtn.open {
    transform: rotate(90deg);
}
.head_right{display:flex;   }
.head_right a{margin-right:30px;}
@media (min-width: 768px) {
    .home-header .header-nav .header-container .navlist .hasdrop.active::before {
       
    }
    .home-header .header-nav .header-container .navlist .hasdrop.active>a {
        color: #263238;
       background: url("../images/head.png") no-repeat center; background-position:bottom;
		padding-bottom:22px;
    }
	.home-header .navbtn{display:none}
}
@media (min-width: 768px) {
    .home-header .header-nav .header-container .navlist .s-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        position: absolute;
        width: 210px;
        background: #fff;
        z-index: 2;
        display: none;
        text-align: center;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
    .home-header .header-nav .header-container .navlist .s-menu>.hasdrop:hover {
        background-color: #f5f5f5;
    }
    .home-header .header-nav .header-container .navlist .s-menu>.hasdrop>a {
        text-decoration: none;
        display: block;
        font-size: 16px;
        color: #555;
        padding: 10px 15px;
        white-space: normal;
        background-image: none;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        position: absolute;
        left: 100%;
        top: 0;
        width: 240px;
        background: #fff;
        z-index: 2;
        display: none;
        text-align: center;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop:hover {
        background-color: #f5f5f5;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop>a {
        text-decoration: none;
        display: block;
        font-size: 16px;
        color: #555;
        padding: 10px 15px;
        white-space: normal;
        background-image: none;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop>.four-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        position: absolute;
        left: 100%;
        top: 0;
        width: 150px;
        background: #fff;
        z-index: 2;
        display: none;
        text-align: center;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop>.four-menu>.hasdrop:hover {
        background-color: #f5f5f5;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop>.four-menu>.hasdrop>a {
        text-decoration: none;
        display: block;
        font-size: 14px;
        color: #555;
        padding: 5px 15px;
        white-space: normal;
        background-image: none;
    }
}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navlist .s-menu {
        display: none;
        overflow: hidden;
    }
    .home-header .header-nav .header-container .navlist .s-menu>.hasdrop {
        padding: 10px 20px;
        width: 100%;
    }
    .home-header .header-nav .header-container .navlist .s-menu>.hasdrop>a {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        display: block;
        text-decoration: none;
        font-size: 13px;
        padding-right: 20px;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu {
        display: none;
        overflow: hidden;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop {
        padding: 10px 20px;
        width: 100%;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop>a {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        display: block;
        text-decoration: none;
        font-size: 13px;
        padding-right: 20px;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop .four-menu {
        display: none;
        overflow: hidden;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop .four-menu>.hasdrop {
        padding: 10px 20px;
        width: 100%;
    }
    .home-header .header-nav .header-container .navlist .s-menu .t-menu>.hasdrop .four-menu>.hasdrop>a {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #333;
        display: block;
        text-decoration: none;
        font-size: 13px;
        padding-right: 20px;
    }
}
.home-header .header-nav .header-container .navlist .s-search {
    float: left;
    margin: 40px 8px 0 8px;
    width: 40px;
    height: 46px;
}
@media (max-width: 1400px) and (min-width: 768px) {
    .home-header .header-nav .header-container .navlist .s-search {
        margin: 4px -10px 0 -10px;
    }
}
@media (max-width: 1400px) {
    .home-header .header-nav .header-container .navlist .s-search {
        margin-top: 20px;
        margin-left: 10px;
    }
}
@media (max-width: 992px) {
    .home-header .header-nav .header-container .navlist .s-search {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .home-header .header-nav .header-container .navlist .s-search {
        display: none;
    }
}
.home-header .header-nav .header-container .navlist .s-search .s-icon {
    cursor: pointer;
    text-align: center;
    line-height: 44px;
}
.home-header .header-nav .header-container .navlist .s-search .header-search {
    position: relative;
}
.home-header .header-nav .header-container .navlist .s-search .search-box {
    display: none;
    position: absolute;
    height: 30px;
    right: 0;
    top: 120%;
    z-index: 9;
}
.home-header .header-nav .header-container .navlist .s-search .search-box .text-in {
    height: 30px;
    line-height: 30px;
    outline: none;
    text-indent: 10px;
    padding-right: 30px;
}
.home-header .header-nav .header-container .navlist .s-search .search-box .sub-in {
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
@media (max-width: 767px) {
    .home-header .navbtn {
        width: 30px;
        height: 30px;
        float: right;
        position: relative;
        display: block;
    }
    .home-header .navbtn i {
        height: 2px;
        background: #333;
        display: block;
        overflow: hidden;
        width: 100%;
        position: absolute;
        left: 0px;
        transition: all 0.3s;
    }
    .home-header .navbtn i.bar-1 {
        top: 7px;
    }
    .home-header .navbtn i.bar-2 {
        top: 15px;
    }
    .home-header .navbtn i.bar-3 {
        top: 23px;
    }
}
@media (max-width: 767px) {
    .home-header .navbtn.open .bar-1 {
        top: 50%;
        transform: rotate(45deg);
    }
    .home-header .navbtn.open .bar-2 {
        height: 0px;
    }
    .home-header .navbtn.open .bar-3 {
        top: 50%;
        transform: rotate(-45deg);
    }
}
.home-header .fixed-header {
    background: #fff;
    zoom: 1;
    width: 100%;
    z-index: 9;
    transition: all 0.3s;
    box-shadow: 0px 4px 10px rgba(116, 116, 116, 0.06);
}
.home-page .seo-tit {
    text-align: center;
}
.home-page .seo-tit a {
    font-size: 40px;
    color: #1d1d1d;
    font-family: 'verdanaBold';
}
@media (max-width: 1250px) {
    .home-page .seo-tit a {
        font-size: 30px;
    }
}
@media (max-width: 992px) {
    .home-page .seo-tit a {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .home-page .seo-tit a {
        font-size: 20px;
    }
}
.home-page .home-banner #swiper-banner .swiper-slide img {
    width: 100%;
    margin: 0 auto;
}
.home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 0;
    background: #fff;
    outline: none;
    border-radius: 50%;
}
.home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #064fb3;
}
.home-page .home-banner #swiper-banner .swiper-button-prev,
.home-page .home-banner #swiper-banner .swiper-button-next {
    opacity: 0.7;
}
@media (max-width: 767px) {
    .home-page .home-banner #swiper-banner .swiper-button-prev,
    .home-page .home-banner #swiper-banner .swiper-button-next {
        display: none;
    }
}
.home-page .home-banner #swiper-banner .swiper-button-prev {
    left: 2%;
}
.home-page .home-banner #swiper-banner .swiper-button-next {
    right: 2%;
}
@media (max-width: 767px) {
    .home-page .home-product #product-swiper {
        padding-bottom: 20px;
    }
}
.home-page .home-product #product-swiper .swiper-slide.active .product-slide .slide .flex-l .des-text {
    background-image: -webkit-linear-gradient(bottom, #ff8521, #ffe4ce, #fff6f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-page .home-product #product-swiper .swiper-slide:hover .product-slide .slide .flex-l .des-text {
    background-image: -webkit-linear-gradient(bottom, #ff8521, #ffe4ce, #fff6f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-page .home-product #product-swiper .swiper-slide:nth-child(2) .product-slide .slide .flex-l .des-text {
    left: 8%;
    top: 65px;
    line-height: 58px;
}
/*.home-page .home-product #product-swiper .swiper-slide:nth-child(3) .product-slide .slide .flex-l .pic {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-page .home-product #product-swiper .swiper-slide:nth-child(3) .product-slide .slide .flex-l .pic {
    margin-top: 0;
  }
}*/
.home-page .home-product #product-swiper .swiper-slide:nth-child(4) .product-slide .slide .flex-l .des-text {
    top: 68px;
    left: 11%;
}
.home-page .home-product #product-swiper .swiper-slide:nth-child(3) .product-slide .slide .flex-l .des-text {
    /* top: 120px;
      left: 15%;*/
}
.home-page .home-product #product-swiper .product-slide {
    border-right: 1px solid #efefef;
    height: 265px;
    /*display: flex;
  justify-content: center;
  align-items: center;*/
}
@media (max-width: 1550px) {
    .home-page .home-product #product-swiper .product-slide {
        /*height: 200px;*/
    }
}
@media (max-width: 767px) {
    .home-page .home-product #product-swiper .product-slide {
        height: 150px;
    }
}
.home-page .home-product #product-swiper .product-slide .slide {
    display: flex;
    align-items: center;
    height: 100%;
}
.home-page .home-product #product-swiper .product-slide .slide .flex-l {
    padding: 0 10px;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-align: center;
}
.home-page .home-product #product-swiper .product-slide:hover .slide .flex-l {
    width: 50%;
}
@media (max-width: 767px) {
    .home-page .home-product #product-swiper .product-slide .slide .flex-l .pic {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.home-page .home-product #product-swiper .product-slide .slide .flex-l .pic {
    /*min-height: 122px;*/
}
@media (max-width: 1800px) {
    .home-page .home-product #product-swiper .product-slide .slide .flex-l .pic {
        /*width: 80px;*/
    }
    .home-page .home-product #product-swiper .product-slide .slide .flex-l .pic img {
        /*width: 100%;*/
    }
}
@media (max-width: 1200px) {
    .home-page .home-product #product-swiper .product-slide .slide .flex-l .pic img {
        width: 50%;
    }
}
.home-page .home-product #product-swiper .product-slide .slide .flex-l .des-text {
    position: absolute;
    top: 60px;
    left: 20%;
    opacity: 0.37;
    font-size: 51px;
    font-family: 'arialBoldmt';
    background-image: -webkit-linear-gradient(bottom, #d7d7db, #f1f1f2, #f7f7f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    transition: all 0.3s;
}
.home-page .home-product #product-swiper .product-slide .slide .flex-r {
    font-family: 'arialBoldmt';
    color: #1d1d1d;
    font-size: 18px;
    width: 50%;
}
.home-page .home-product #product-swiper .product-slide .slide .flex-r .icon {
    margin-top: 15px;
}
.home-page .home-product #product-swiper .product-slide .slide .flex-r .text {
    font-size: 14px;
}
@media (max-width: 767px) {
    .home-page .home-product #product-swiper .product-slide .slide .flex-r .text {
        font-size: 18px;
    }
}
.home-page .home-product .dd .slide-box {
    display: none;
}
.home-page .home-product .dd .slide-box.active {
    display: flex;
}
.home-page .home-product .dd .slide-box.active~.slide-box.active {
    display: none;
}
@media (max-width: 992px) {
    .home-page .home-product .dd .slide-box.active {
        flex-direction: column;
    }
}
.home-page .home-product .dd .slide-box .flex-l,
.home-page .home-product .dd .slide-box .flex-r {
    width: 50%;
}
@media (max-width: 1250px) {
    .home-page .home-product .dd .slide-box .flex-l,
    .home-page .home-product .dd .slide-box .flex-r {
        width: 100%;
    }
}
.home-page .home-product .dd .slide-box .flex-l .pic {
    overflow: hidden;
    position: relative;
    padding-bottom: 61%;
}
.home-page .home-product .dd .slide-box .flex-l .pic img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.home-page .home-product .dd .slide-box .flex-r {
    padding: 70px 70px;
    padding-bottom: 0;
    background-color: #eef0f5;
    position: relative;
}
@media (max-width: 1650px) {
    .home-page .home-product .dd .slide-box .flex-r {
        padding-top: 35px;
    }
}
@media (max-width: 1250px) {
    .home-page .home-product .dd .slide-box .flex-r {
        padding: 40px;
    }
}
.home-page .home-product .dd .slide-box .flex-r .title {
    font-size: 36px;
    color: #1d1d1d;
    margin-bottom: 18px;
}
@media (max-width: 1250px) {
    .home-page .home-product .dd .slide-box .flex-r .title {
        font-size: 24px;
        margin-bottom: 8px;
    }
}
@media (max-width: 767px) {
    .home-page .home-product .dd .slide-box .flex-r .title {
        font-size: 20px;
    }
}
.home-page .home-product .dd .slide-box .flex-r .subcate-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 70px 70px;
    background: #EEF0F5;
    z-index: 2;
    display: none;
}
.home-page .home-product .dd .slide-box .flex-r .subcate-list .slide-subbox {
    display: none;
}
.home-page .home-product .dd .slide-box .flex-r .desc {
    font-size: 14px;
    line-height: 24px;
    color: #5b586d;
    max-width: 550px;
    margin-bottom: 35px;
}
@media (max-width: 1250px) {
    .home-page .home-product .dd .slide-box .flex-r .desc {
        margin-bottom: 20px;
        font-size: 12px;
    }
}
.home-page .home-product .dd .slide-box .flex-r .item-list {
    display: flex;
}
.home-page .home-product .dd .slide-box .flex-r .item-list .list {
    width: 50%;
    margin-right: 25px;
}
@media (min-width: 1550px) {
    .home-page .home-product .dd .slide-box .flex-r .item-list .list {
        width: 25%;
    }
}
@media (max-width: 1449px) {
    .home-page .home-product .dd .slide-box .flex-r .item-list .list {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .home-page .home-product .dd .slide-box .flex-r .item-list .list {
        width: 50%;
    }
}
.home-page .home-product .dd .slide-box .flex-r .item-list .list:last-child {
    margin-right: 0;
}
.home-page .home-product .dd .slide-box .flex-r .item-list .list .pic {
    overflow: hidden;
    position: relative;
    padding-bottom: 99%;
}
.home-page .home-product .dd .slide-box .flex-r .item-list .list .pic img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.home-page .home-product .dd .slide-box .flex-r .item-list .list .text {
    padding: 23px 10px;
    padding-bottom: 0;
    text-align: center;
    color: #100838;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-page .home-chooseus {
    padding-top: 115px;
    position: relative;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .home-page .home-chooseus {
        padding-top: 30px;
    }
}
.home-page .home-chooseus .choose-main {
    display: flex;
    background-color: #fafafc;
    padding-bottom: 10px;
    margin-top: 55px;
}
@media (max-width: 767px) {
    .home-page .home-chooseus .choose-main {
        margin-top: 30px;
    }
}
.home-page .home-chooseus .choose-main .container {
    width: 1540px;
}
@media (max-width: 1550px) {
    .home-page .home-chooseus .choose-main .container {
        width: 100%;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide {
    display: flex;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide {
        flex-direction: column;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .left {
    width: 68.8%;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper {
        padding-bottom: 50px;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .swiper-slide:nth-child(2) .dt {
    justify-content: center;
}
@media (max-width: 767px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .swiper-slide:nth-child(2) .dt {
        justify-content: inherit;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .swiper-slide:nth-child(3) .dt {
    justify-content: center;
}
@media (max-width: 767px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .swiper-slide:nth-child(3) .dt {
        justify-content: inherit;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dt {
    display: flex;
    align-items: flex-end;
    padding-top: 45px;
}
@media (max-width: 1600px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dt {
        padding-top: 90px;
    }
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dt {
        padding-top: 30px;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dt .bold {
    font-size: 60px;
    font-family: 'arialBoldmt';
    color: #1d1d1d;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dt .bold {
        font-size: 40px;
    }
}
@media (max-width: 992px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dt .bold {
        font-size: 33px;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dt .mini-font {
    font-size: 14px;
    color: #8e8e8e;
    margin-bottom: 20px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dt .mini-font {
        margin-bottom: 0;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dd {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 992px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .left #chooseus-swiper .dd {
        font-size: 13px;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .right {
    width: 450px;
    z-index: 1;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right {
        width: 100%;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right {
        margin-top: 20px;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .bold-text {
    background-color: #064fb3;
    color: #fff;
    font-family: 'arialBoldmt';
    font-size: 36px;
    padding-top: 72px;
    padding-left: 45px;
    padding-bottom: 68px;
    line-height: 45px;
    border-bottom: 1px solid #fff;
}
@media (max-width: 1600px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .bold-text {
        padding: 30px 40px;
        padding-top: 50px;
    }
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .bold-text {
        font-size: 28px;
    }
    .home-page .home-chooseus .choose-main .container .explain-slide .right .bold-text br {
        display: none;
        margin-left: 10px;
    }
}
@media (max-width: 992px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .bold-text {
        font-size: 20px;
        padding: 30px;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side {
    background-color: #064fb3;
    padding: 50px 48px;
    color: #fff;
}
@media (max-width: 767px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .video-side {
        padding: 30px;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .tit {
    line-height: 24px;
    padding-bottom: 35px;
    position: relative;
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .tit::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 4px;
    background-color: #fff;
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 8px;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date {
        width: 100%;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date .side {
    display: flex;
    align-items: flex-end;
    position: relative;
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date .side:nth-child(2) {
    padding: 0 30px;
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date .side:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 26px;
    width: 12px;
    height: 23px;
    background: url(../images/icon.png) no-repeat;
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date .side:nth-child(2)::before {
    content: "";
    position: absolute;
    right: 0;
    font-size: 26px;
    bottom: 20px;
    width: 12px;
    height: 23px;
    background: url(../images/icon.png) no-repeat;
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date .side .bold {
    font-family: 'arialBoldmt';
    font-size: 48px;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date .side .bold {
        font-size: 33px;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date .side .text {
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 10px;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .date .side .text {
        margin-bottom: 5px;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .video {
    position: relative;
    cursor: pointer;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .video {
        width: 50%;
    }
    .home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .video .pic {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .video {
        width: 100%;
    }
}
.home-page .home-chooseus .choose-main .container .explain-slide .right .video-side .video .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}
.home-page .home-chooseus .explain {
    position: absolute;
    bottom: 10px;
}
@media (max-width: 1250px) {
    .home-page .home-chooseus .explain {
        position: static;
    }
}
.home-page .home-chooseus .explain img {
    width: 100%;
}
.home-page .home-abuot {
    padding-top: 95px;
    padding-bottom: 120px;
}
@media (max-width: 1250px) {
    .home-page .home-abuot {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 992px) {
    .home-page .home-abuot {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .home-page .home-abuot {
        padding-top: 30px;
    }
}
.home-page .home-abuot .container .about-main {
    display: flex;
    margin-top: 88px;
}
@media (max-width: 1250px) {
    .home-page .home-abuot .container .about-main {
        flex-direction: column;
        margin-top: 30px;
    }
}
.home-page .home-abuot .container .about-main .flex-l {
    width: 45%;
    padding-top: 15px;
    margin-right: 80px;
}
@media (max-width: 1600px) {
    .home-page .home-abuot .container .about-main .flex-l {
        padding-top: 0;
    }
}
@media (max-width: 1250px) {
    .home-page .home-abuot .container .about-main .flex-l {
        margin-right: 0;
        width: 100%;
    }
}
.home-page .home-abuot .container .about-main .flex-l .title {
    font-family: 'arialBoldmt';
    font-size: 36px;
    color: #1d1d1d;
    margin-bottom: 30px;
}
@media (max-width: 1250px) {
    .home-page .home-abuot .container .about-main .flex-l .title {
        font-size: 28px;
    }
}
@media (max-width: 992px) {
    .home-page .home-abuot .container .about-main .flex-l .title {
        font-size: 20px;
    }
}
.home-page .home-abuot .container .about-main .flex-l .des {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.home-page .home-abuot .container .about-main .flex-l .more-btn {
    font-family: 'arialBoldmt';
    display: block;
    width: 171px;
    height: 55px;
    margin: 40px 0;
    margin-bottom: 70px;
    background-color: #064fb3;
    border-radius: 28px;
    text-align: center;
    line-height: 55px;
    color: #fff;
}
@media (max-width: 1250px) {
    .home-page .home-abuot .container .about-main .flex-l .more-btn {
        font-size: 13px;
        height: 45px;
        line-height: 45px;
    }
}
.home-page .home-abuot .container .about-main .flex-l #aboutLeft-swiper {
    padding-bottom: 70px;
}
.home-page .home-abuot .container .about-main .flex-l #aboutLeft-swiper .about-slide {
    display: block;
}
.home-page .home-abuot .container .about-main .flex-l #aboutLeft-swiper .about-slide .pic {
    overflow: hidden;
    position: relative;
    padding-bottom: 135.5%;
}
.home-page .home-abuot .container .about-main .flex-l #aboutLeft-swiper .about-slide .pic img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.home-page .home-abuot .container .about-main .flex-l #aboutLeft-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 14px;
    background-color: #a0a0a0;
    opacity: 0.3;
}
.home-page .home-abuot .container .about-main .flex-l #aboutLeft-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.home-page .home-abuot .container .about-main .flex-r {
    width: 50%;
}
@media (max-width: 1250px) {
    .home-page .home-abuot .container .about-main .flex-r {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .home-page .home-abuot .container .about-main .flex-r #about-swiper {
        padding-bottom: 50px;
    }
}
.home-page .home-abuot .container .about-main .flex-r #about-swiper .about-slide {
    display: block;
    position: relative;
}
.home-page .home-abuot .container .about-main .flex-r #about-swiper .about-slide:hover .modal-box {
    opacity: 1;
}
.home-page .home-abuot .container .about-main .flex-r #about-swiper .about-slide .pic {
    overflow: hidden;
    position: relative;
    padding-bottom: 80.6%;
}
.home-page .home-abuot .container .about-main .flex-r #about-swiper .about-slide .pic img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.home-page .home-abuot .container .about-main .flex-r #about-swiper .about-slide .modal-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 23, 28, 0.5);
    opacity: 0;
    transition: all 0.3s;
}
.home-page .home-abuot .container .about-main .flex-r #about-swiper .about-slide .modal-box .modal-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.home-page .home-abuot .container .about-main .flex-r #about-swiper .about-slide .modal-box .modal-slide .text {
    margin-top: 20px;
    font-size: 14px;
    color: #064fb3;
    font-family: 'arialBoldmt';
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-page .home-case {
    background-color: #f7f7f7;
    padding: 95px 0;
    padding-bottom: 90px;
}
@media (max-width: 1250px) {
    .home-page .home-case {
        padding: 50px 0;
    }
}
.home-page .home-case #case-swiper {
    margin-top: 55px;
    padding-bottom: 63px;
}
.home-page .home-case #case-swiper .case-slide {
    display: block;
}
.home-page .home-case #case-swiper .case-slide:hover .pic img {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.home-page .home-case #case-swiper .case-slide .pic {
    overflow: hidden;
    position: relative;
    padding-bottom: 109%;
}
.home-page .home-case #case-swiper .case-slide .pic img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.home-page .home-case #case-swiper .case-slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 40px;
    width: 100%;
}
@media (max-width: 767px) {
    .home-page .home-case #case-swiper .case-slide .text {
        padding: 10px;
    }
}
.home-page .home-case #case-swiper .case-slide .text .dt {
    font-family: 'arialBoldmt';
    font-size: 18px;
    padding-bottom: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 1250px) {
    .home-page .home-case #case-swiper .case-slide .text .dt {
        font-size: 15px;
    }
}
.home-page .home-case #case-swiper .case-slide .text .dt::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.home-page .home-case #case-swiper .case-slide .text .dd {
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.home-page .home-case #case-swiper .case-slide .text .dd .flex-l {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 85%;
}
@media (max-width: 767px) {
    .home-page .home-case #case-swiper .case-slide .text .dd .flex-l {
        font-size: 12px;
    }
}
.home-page .home-case #case-swiper .case-slide .text .dd .flex-r {
    display: flex;
    align-items: flex-end;
}
.home-page .home-case #case-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #a0a0a0;
    opacity: 0.3;
    margin: 0 8px;
}
.home-page .home-case #case-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.home-page .home-news {
    padding-top: 90px;
}
@media (max-width: 1250px) {
    .home-page .home-news {
        padding-top: 50px;
    }
}
.home-page .home-news #news-swiper {
    margin-top: 60px;
}
@media (max-width: 1250px) {
    .home-page .home-news #news-swiper {
        margin-top: 40px;
        padding-bottom: 60px;
    }
}
.home-page .home-news #news-swiper .news-slide {
    display: block;
}
.home-page .home-news #news-swiper .news-slide:hover .pic img {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.home-page .home-news #news-swiper .news-slide .pic {
    overflow: hidden;
    position: relative;
    padding-bottom: 59.3%;
}
.home-page .home-news #news-swiper .news-slide .pic img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.home-page .home-news #news-swiper .news-slide .text {
    padding-top: 50px;
}
.home-page .home-news #news-swiper .news-slide .text .dt {
    padding-bottom: 15px;
    font-size: 18px;
    color: #1d1d1d;
    font-family: 'arialBoldmt';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-page .home-news #news-swiper .news-slide .text .dd {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-page .home-form {
    margin-top: 150px;
    background: url(../images/forme.jpg) no-repeat top;
    background-size: 100%;
    padding-bottom: 330px;
}
@media (max-width: 1550px) {
    .home-page .home-form {
        padding-bottom: 150px;
    }
}
@media (max-width: 1250px) {
    .home-page .home-form {
        margin-top: 60px;
        background-size: cover;
        padding-bottom: 50px;
    }
}
.home-page .home-form .container {
    width: 1400px;
}
@media (max-width: 1550px) {
    .home-page .home-form .container {
        width: 100%;
    }
}
.home-page .home-form .container .form {
    margin-top: 65px;
}
@media (max-width: 1250px) {
    .home-page .home-form .container .form {
        margin-top: 35px;
    }
}
.home-page .home-form .container .form .dt {
    display: flex;
}
@media (max-width: 767px) {
    .home-page .home-form .container .form .dt {
        flex-direction: column;
    }
}
.home-page .home-form .container .form .dt .input-box {
    flex: 1;
}
@media (max-width: 767px) {
    .home-page .home-form .container .form .dt .input-box {
        margin-bottom: 20px;
    }
}
.home-page .home-form .container .form .dt .input-box:last-child {
    margin-bottom: 0;
}
.home-page .home-form .container .form .dt .input-box:nth-child(2) {
    margin: 0 20px;
}
@media (max-width: 767px) {
    .home-page .home-form .container .form .dt .input-box:nth-child(2) {
        margin: 0;
        margin-bottom: 20px;
    }
}
.home-page .home-form .container .form .dt input {
    border: none;
    width: 100%;
    height: 68px;
    padding: 20px 30px;
    outline: none;
    background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1250px) {
    .home-page .home-form .container .form .dt input {
        height: 55px;
    }
}
@media (max-width: 767px) {
    .home-page .home-form .container .form .dt input {
        padding: 10px 20px;
    }
}
.home-page .home-form .container .form .dd {
    margin-top: 20px;
}
.home-page .home-form .container .form .dd textarea {
    resize: none;
    width: 100%;
    height: 138px;
    border: none;
    outline: none;
    padding: 22px 30px;
    background-color: rgba(255, 255, 255, 0.7);
}
.home-page .home-form .container .form .btn-form {
    margin-top: 35px;
    text-align: center;
}
@media (max-width: 767px) {
    .home-page .home-form .container .form .btn-form {
        display: flex;
        justify-content: space-between;
    }
}
.home-page .home-form .container .form .btn-form input {
    width: 217px;
    height: 57px;
    background-color: #eef0f5;
    border-radius: 29px;
    border: none;
    font-family: 'arialBoldmt';
    padding: 0;
    transition: all 0.3s;
    color: #1d1d1d;
}
@media (max-width: 1250px) {
    .home-page .home-form .container .form .btn-form input {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .home-page .home-form .container .form .btn-form input {
        width: 50%;
    }
}
.home-page .home-form .container .form .btn-form input::-webkit-input-placeholder {
    color: #1d1d1d;
}
.home-page .home-form .container .form .btn-form input:hover {
    background-color: #064fb3;
    color: #fff;
}
.home-page .home-form .container .form .btn-form input.orange {
    background-color: #064fb3;
    color: #fff;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .home-page .home-form .container .form .btn-form input.orange {
        margin-right: 0;
    }
}
.home-page .home-form .container .form .btn-form input.orange:hover {
    background-color: #e68419;
}
.home-page .home-form .container .form .btn-form .btn-side {
    margin-right: 30px;
}
.home-footer {
    background-color: #1d1d1d;
    padding-top: 75px;
}
@media (max-width: 992px) {
    .home-footer {
        padding-top: 0;
    }
}
.home-footer .foot-top {
    padding-bottom: 55px;
}
.home-footer .foot-top .foot-main {
    display: flex;
}
@media (max-width: 1250px) {
    .home-footer .foot-top .foot-main {
        flex-wrap: wrap;
    }
}
@media (max-width: 992px) {
    .home-footer .foot-top .foot-main {
        display: none;
    }
}
.home-footer .foot-top .foot-main .foot-side {
    width: 33.3%;
}
@media (max-width: 1250px) {
    .home-footer .foot-top .foot-main .foot-side {
        width: 50%;
        margin: 0;
    }
}
.home-footer .foot-top .foot-main .foot-side:first-child {
    margin-right: 30px;
}
@media (max-width: 1250px) {
    .home-footer .foot-top .foot-main .foot-side:first-child {
        margin-right: 0;
    }
}
.home-footer .foot-top .foot-main .foot-side:nth-child(2) {
    width: 26%;
    margin-left: 60px;
}
@media (max-width: 1250px) {
    .home-footer .foot-top .foot-main .foot-side:nth-child(2) {
        width: 50%;
        margin: 0;
    }
}
.home-footer .foot-top .foot-main .foot-side:nth-child(3) {
    width: 450px;
    margin-left: 20px;
    margin-right: 90px;
}
@media (max-width: 1650px) {
    .home-footer .foot-top .foot-main .foot-side:nth-child(3) {
        width: 300px;
    }
}
@media (max-width: 1250px) {
    .home-footer .foot-top .foot-main .foot-side:nth-child(3) {
        width: 50%;
        margin: 0;
    }
}
.home-footer .foot-top .foot-main .foot-side .tit {
    font-size: 24px;
    font-family: 'arialBoldmt';
    margin-bottom: 30px;
    color: #fff;
}
@media (max-width: 1250px) {
    .home-footer .foot-top .foot-main .foot-side .tit {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
.home-footer .foot-top .foot-main .foot-side .site {
    color: #fff;
}
.home-footer .foot-top .foot-main .foot-side .desc {
    color: #dfdfdf;
    font-size: 14px;
    line-height: 25px;
    max-width: 325px;
}
@media (max-width: 1250px) {
    .home-footer .foot-top .foot-main .foot-side .desc {
        font-size: 13px;
    }
}
.home-footer .foot-top .foot-main .foot-side .item-list .list {
    margin-bottom: 8px;
    width: 60%;
}
@media (max-width: 1650px) {
    .home-footer .foot-top .foot-main .foot-side .item-list .list {
        width: 90%;
    }
}
.home-footer .foot-top .foot-main .foot-side .item-list .list a {
    color: #dfdfdf;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-footer .foot-top .foot-main .foot-side .item-list .list a .pic img {
    width: 100%;
}
.home-footer .foot-top .foot-main .foot-side .item-list .list a:hover {
    color: #064fb3;
}
.home-footer .foot-top .foot-main .foot-side .news-item .list {
    margin-bottom: 25px;
}
.home-footer .foot-top .foot-main .foot-side .news-item .list:hover .list-box .flex-l img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.home-footer .foot-top .foot-main .foot-side .news-item .list:hover .list-box .flex-r .dt {
    color: #064fb3;
}
.home-footer .foot-top .foot-main .foot-side .news-item .list a {
    display: block;
}
.home-footer .foot-top .foot-main .foot-side .news-item .list .list-box {
    display: flex;
}
.home-footer .foot-top .foot-main .foot-side .news-item .list .list-box .flex-l {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.home-footer .foot-top .foot-main .foot-side .news-item .list .list-box .flex-l img {
    width: 70px;
    height: 44px;
    transition: 0.3s;
}
.home-footer .foot-top .foot-main .foot-side .news-item .list .list-box .flex-r {
    margin-left: 20px;
    width: 75%;
}
.home-footer .foot-top .foot-main .foot-side .news-item .list .list-box .flex-r .dt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.home-footer .foot-top .foot-main .foot-side .news-item .list .list-box .flex-r .dd {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-footer .foot-top .foot-main .foot-side .email {
    margin: 5px 0;
}
.home-footer .foot-top .foot-main .foot-side .email a,
.home-footer .foot-top .foot-main .foot-side .tel a {
    transition: all 0.3s;
    color: #fff;
}
.home-footer .foot-top .foot-main .foot-side .email a:hover,
.home-footer .foot-top .foot-main .foot-side .tel a:hover {
    color: #064fb3;
}
.home-footer .foot-bottom .felx-box {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #514f60;
    padding-top: 35px;
    padding-bottom: 60px;
}
@media (max-width: 992px) {
    .home-footer .foot-bottom .felx-box {
        flex-direction: column;
        padding-bottom: 20px;
    }
}
.home-footer .foot-bottom .felx-box .flex-l .side-box {
    display: flex;
}
@media (max-width: 767px) {
    .home-footer .foot-bottom .felx-box .flex-l .side-box {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .home-footer .foot-bottom .felx-box .flex-l .side-box .left .logo {
        width: 60%;
    }
}
.home-footer .foot-bottom .felx-box .flex-l .side-box .left .logo img {
    width: 80%;
}
@media (max-width: 767px) {
    .home-footer .foot-bottom .felx-box .flex-l .side-box .left .logo img {
        width: 100%;
    }
}
.home-footer .foot-bottom .felx-box .flex-l .side-box .right {
    margin-top: 10px;
    margin-left: 20px;
}
@media (max-width: 992px) {
    .home-footer .foot-bottom .felx-box .flex-l .side-box .right {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .home-footer .foot-bottom .felx-box .flex-l .side-box .right {
        margin-top: 20px;
    }
}
.home-footer .foot-bottom .felx-box .flex-l .side-box .right .slide-ul {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .home-footer .foot-bottom .felx-box .flex-l .side-box .right .slide-ul {
        display: none;
    }
}
.home-footer .foot-bottom .felx-box .flex-l .side-box .right .slide-ul .list a {
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
    color: #fff;
}
@media (max-width: 1250px) {
    .home-footer .foot-bottom .felx-box .flex-l .side-box .right .slide-ul .list a {
        font-size: 12px;
    }
}
.home-footer .foot-bottom .felx-box .flex-l .side-box .right .slide-ul .list a:hover {
    color: #064fb3;
}
.home-footer .foot-bottom .felx-box .flex-l .side-box .right .slide-ul .list a .font-mini {
    font-size: 12px;
}
.home-footer .foot-bottom .felx-box .flex-l .side-box .right .copyright {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
@media (max-width: 1250px) {
    .home-footer .foot-bottom .felx-box .flex-l .side-box .right .copyright {
        font-size: 12px;
    }
}
.home-footer .foot-bottom .felx-box .flex-r {
    display: flex;
}
@media (max-width: 992px) {
    .home-footer .foot-bottom .felx-box .flex-r {
        margin-top: 20px;
    }
}
.home-footer .foot-bottom .felx-box .flex-r a {
    margin-right: 10px;
    transition: all 0.3s;
}
@media (max-width: 1250px) {
    .home-footer .foot-bottom .felx-box .flex-r a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-footer .foot-bottom .felx-box .flex-r a img {
        width: 70%;
    }
}
.home-footer .foot-bottom .felx-box .flex-r a:last-child {
    margin-right: 0;
}
.home-footer .foot-bottom .felx-box .flex-r a:hover {
    transform: translateY(10px);
}
#mes-video .modal-dialog {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    max-width: 700px;
    height: 400px;
}
#mes-video .modal-dialog .modal-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
#mes-video .modal-dialog .modal-content .modal-body {
    position: relative;
    height: 100%;
    padding: 0;
}
#mes-video .modal-dialog .modal-content iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 11;
}
@media (max-width: 767px) {
    #mes-video .modal-dialog .modal-content iframe {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.mobile-navbtn {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}
.mobile-navbtn::before {
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #bfd1e6;
    border-bottom: 1px solid #bfd1e6;
    transition: all 0.3s;
    transform: rotate(-45deg);
}
