.wrap {
    width: 72.91666666666667rem;
    margin: 0 auto;
}

.header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .rt .seach {
    border: 1px solid rgba(255, 255, 255, 0);
    margin-left: 1.5625rem;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9*/
    -moz-transition: all 0.3s;
    /* Firefox*/
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome*/
    -o-transition: all 0.3s;
    cursor: pointer;
    position: relative;
    z-index: 11;
}

.header .rt .seach .t1 {
    width: 0;
    height: 1.875rem;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.8333333333333334rem;
    color: #363636;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9*/
    -moz-transition: all 0.3s;
    /* Firefox*/
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome*/
    -o-transition: all 0.3s;
    background: none;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 1.0416666666666667rem;
}

.header .rt .seach .btn {
    width: 2.0833333333333335rem;
    height: 2.0833333333333335rem;
    cursor: pointer;
    background: url(../images/qms1.png) no-repeat center;
    border-radius: 1.0416666666666667rem;
    border: none;
    background-size: 1.0416666666666667rem auto;
}

.header .rt .seach:hover .t1 {
    width: 10.416666666666668rem;
    padding: 0 0.8333333333333334rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #000;
}

.header .logo {
    display: block;
    max-width: 9.010416666666668rem;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header .rt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header .rt .navers li h3 a {
    display: block;
    font-size: 0.8333333333333334rem;
    line-height: 4.6875rem;
    color: #363636;
}

.header .rt .navers>ul>li {
    margin-left: 2.0833333333333335rem;
}

.header .rt .navers>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hbanner {
    height: 41.66666666666667rem;
    position: relative;
    overflow: hidden;
}

.hbanner .wrap {
    position: relative;
    height: 100%;
}

.hbanner .text {
    position: absolute;
    left: 0;
    top: 12.5rem;
    z-index: 1;
}

.hbanner .text h3 span {
    position: relative;
    font-size: 2.1875rem;
    line-height: 1.6;
    color: #fff;
}

.hbanner .text h3 span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 168, 255, 0.3);
    height: 0.6770833333333334rem;
    width: 100%;
}

.hbanner .text h2 {
    font-size: 2.8645833333333335rem;
    line-height: 1.5;
    color: #fff;
}

.hbanner .text h2 span {
    color: #0090ff;
}

.hbanner .text p {
    font-size: 1.0416666666666667rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
}

.hbanner .text .btn {
    width: 8.072916666666668rem;
    line-height: 2.291666666666667rem;
    border-radius: 1.25rem;
    background: #0090ff;
    text-align: center;
    display: block;
    font-size: 0.9375rem;
    color: #fff;
    margin-top: 2.8645833333333335rem;
}

.hbanner .prev,
.hbanner .next {
    position: absolute;
    left: 1.5625rem;
    right: 0;
    top: 50%;
    z-index: 1;
    background: url(../images/prev.png) no-repeat center;
    width: 2.7083333333333335rem;
    height: 2.7083333333333335rem;
    background-size: 1.40625rem auto;
    margin-top: -1.4583333333333335rem;
    cursor: pointer;
}

.hbanner .next {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9*/
    -moz-transform: rotate(180deg);
    /* Firefox*/
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome*/
    -o-transform: rotate(180deg);
    left: auto;
    right: 1.5625rem;
}

.hbanner .prev:hover,
.hbanner .next:hover {
    background: url(../images/prev-1.png) no-repeat center;
}

.hbanner .span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5625rem;
    z-index: 3;
    width: auto;
    text-align: center;
}

.hbanner .span span {
    width: 2.8125rem;
    height: 0.10416666666666667rem;
    background: #fff;
    opacity: 1;
    margin: 0 0.9375rem;
    border-radius: initial;
    margin: 0 0.5208333333333334rem !important;
}

.hbanner .span .swiper-pagination-bullet-active {
    height: 0.2604166666666667rem;
    background: #0090ff;
}

.footer {
    padding-top: 3.541666666666667rem;
}

.footer .hds {
    display: flex;
    justify-content: space-between;
}

.footer .hds .logo {
    display: block;
    max-width: 9.635416666666668rem;
}

.footer .hds .logo img {
    width: 100%;
    display: block;
}

.footer .hds .rts {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 14.583333333333334rem);
}

.footer .hds .rts .lt {
    width: calc(100% - 13.645833333333334rem);
}

.footer .hds .rts .wx {
    width: 11.979166666666668rem;
}

.footer .hds .rts .wx dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .hds .rts .wx dd {
    width: 5.729166666666667rem;
}

.footer .hds .rts .wx dd .img {
    width: 100%;
    height: 5.729166666666667rem;
    display: block;
}

.footer .hds .rts .wx dd .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.footer .hds .rts .wx dd h6 {
    font-size: 0.7291666666666667rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .36);
    text-align: center;
    margin-top: 0.20833333333333334rem;
}

.footer .hds .rts .lt .navs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .hds .rts .lt .navs li a {
    font-size: 0.7291666666666667rem;
    line-height: 1.7;
    color: #fff;
    display: block;
}

.footer .hds .rts .lt .navs li {
    margin-right: 2.291666666666667rem;
}

.footer .hds .rts .lt .navs {
    padding-bottom: 0.78125rem;
    border-bottom: 0.052083333333333336rem solid rgba(255, 255, 255, .1);
}

.footer .hds .rts .lt .text {
    margin-top: 0.9375rem;
}

.footer .hds .rts .lt .text h4 {
    font-size: 0.7291666666666667rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 0.4166666666666667rem;
}

.footer .hds .rts .lt .text p {
    font-size: 0.7291666666666667rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .3);
}

.footer .copyright {
    margin-top: 3.125rem;
    border-top: 0.052083333333333336rem solid rgba(255, 255, 255, .1);
    padding: 0.8333333333333334rem 0 1.3541666666666667rem;
    font-size: 0.7291666666666667rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .3);
    text-align: center;
}

.htit h3 {
    font-size: 3.125rem;
    line-height: 1.2;
    color: #262626;
}

.htit h4 {
    font-size: 1.5625rem;
    line-height: 1.2;
    color: #262626;
}

.hpage1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hpage1 .text {
    width: 50%;
    padding-right: 3.90625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.hpage1 .pic {
    width: 50%;
}

.hpage1 .text .del {
    font-size: 0.8333333333333334rem;
    line-height: 1.6666666666666667rem;
    color: #666666;
    margin: 1.5625rem 0 1.3020833333333335rem;
}

.hpage1 .text .vides {
    width: 15.625rem;
    height: 8.854166666666668rem;
    cursor: pointer;
}

.hpage1 .text .vides img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hpage1 {
    padding: 3.125rem 0 5.208333333333334rem;
}

.hpage1 .text .btn {
    width: 7.916666666666667rem;
    line-height: 2.1875rem;
    background: #0090ff;
    font-size: 0.9375rem;
    color: #fff;
    text-align: center;
    border-radius: 1.4583333333333335rem;
    display: block;
    margin-top: 2.8125rem;
}

.hpage2 {
    padding: 6.25rem 0 8.4375rem;
}

.hpage2 .htit h3,
.hpage2 .htit h4 {
    color: #fff;
}

.hpage2 .box {
    display: flex;
    justify-content: space-between;
    margin-top: 2.8125rem;
}

.hpage2 .box .pic {
    width: 31.25rem;
    height: 22.916666666666668rem;
    border-radius: 0.7291666666666667rem;
    overflow: hidden;
}

.hpage2 .box .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hpage2 .box .text {
    width: calc(100% - 35.41666666666667rem);
}

.hpage2 .box .text h6 {
    background: rgba(255, 255, 255, .1);
    padding: 0 1.1458333333333335rem;
    display: inline-block;
    border-radius: 1.0416666666666667rem;
}

.hpage2 .box .text h6 span {
    font-size: 0.8333333333333334rem;
    line-height: 1.875rem;
    color: #fff;
    padding-left: 1.25rem;
    background: url(../images/qms6.png) no-repeat left center;
    background-size: 0.9895833333333334rem auto;
    display: inline-block;
}

.hpage2 .box .text h3 {
    font-size: 1.5625rem;
    line-height: 1.7;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0.7291666666666667rem;
    border-bottom: 0.052083333333333336rem solid rgba(255, 255, 255, .3);
    position: relative;
    margin: 0.78125rem 0 0.9375rem;
}

.hpage2 .box .text p a,
.hpage2 .box .text h3 a {
    color: #fff;
}

.hpage2 .box .text h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.052083333333333336rem;
    z-index: 1;
    width: 3.125rem;
    height: 0.052083333333333336rem;
    background: #fff;
}

.hpage2 .box .text p {
    font-size: 0.8333333333333334rem;
    line-height: 1.5625rem;
    height: 3.125rem;
    overflow: hidden;
    color: #fff;
}

.hpage2 .box .text h5 {
    font-size: 1.0416666666666667rem;
    line-height: 1.7;
    color: #fff;
    margin: 1.1458333333333335rem 0 2.5rem;
}

.hpage2 .box .text .swippic .swiper-slide {
    height: 5.625rem;
    border-radius: 0.3125rem;
    overflow: hidden;
}

.hpage2 .box .text .swippic .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9*/
    -moz-transition: all 0.3s;
    /* Firefox*/
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome*/
    -o-transition: all 0.3s;
}

.hpage2 .box .text .swippic .prev:hover,
.hpage2 .box .text .swippic .next:hover {
    background-color: rgba(0, 144, 255, 0.8);
}

.hpage2 .box .text .swippic .swiper-slide:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9*/
    -moz-transform: scale(1.1);
    /* Firefox*/
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome*/
    -o-transform: scale(1.1);
}

.hpage2 .box .text .swippic {
    position: relative;
    overflow: hidden;
    width: 25rem;
}

.hpage2 .box .text .swippic .prev,
.hpage2 .box .text .swippic .next {
    position: absolute;
    left: 0.2604166666666667rem;
    top: 50%;
    z-index: 1;
    background: url(../images/qms10.png) no-repeat center rgba(0, 0, 0, 0.5);
    background-size: 0.3125rem auto;
    width: 0.9375rem;
    height: 2.604166666666667rem;
    border-radius: 0.20833333333333334rem;
    margin-top: -1.3020833333333335rem;
    cursor: pointer;
}

.hpage2 .box .text .swippic .next {
    left: auto;
    right: 0.2604166666666667rem;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9*/
    -moz-transform: rotate(180deg);
    /* Firefox*/
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome*/
    -o-transform: rotate(180deg);
}

.hpage4 {
    background: #f7f7f7;
    height: 46.614583333333336rem;
}

.hpage4 .wrap {
    position: relative;
    height: 100%;
    z-index: 2;
}

.hpage4 .htit {
    position: absolute;
    left: 0;
    top: 4.895833333333334rem;
    z-index: 3;
}

.hpage4 .swipnews {
    height: 100%;
    overflow: hidden;
}

.hpage4 .swipnews .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: -1;
    background: url(../images/qms18.jpg) no-repeat center #dcdcdc;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    /* IE 9*/
    -moz-transition: all 0.5s;
    /* Firefox*/
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome*/
    -o-transition: all 0.5s;
}

.hpage4 .swipnews .swiper-slide:hover::before {
    bottom: 0;
}

.hpage4 .swipnews h6 {
    font-size: 1.6666666666666667rem;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.3);
}

.hpage4 .swipnews h3 {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    height: 3.125rem;
    overflow: hidden;
    color: #000;
    margin: 0.8333333333333334rem 0 1.0416666666666667rem;
}

.hpage4 .swipnews p {
    font-size: 0.7291666666666667rem;
    line-height: 1.25rem;
    color: #999999;
    height: 2.5rem;
    overflow: hidden;
}

.hpage4 .swipnews .pic {
    width: 100%;
    height: 10.9375rem;
    overflow: hidden;
    margin: 1.0416666666666667rem 0 3.125rem;
}

.hpage4 .swipnews .swiper-slide {
    padding: 13.229166666666668rem 2.604166666666667rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.hpage4 .swipnews .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9*/
    -moz-transition: all 0.3s;
    /* Firefox*/
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome*/
    -o-transition: all 0.3s;
}

.hpage4 .swipnews .ico {
    background: url(../images/prev1.png) no-repeat center/cover;
    background-size: 3.385416666666667rem auto;
    width: 3.385416666666667rem;
    height: 0.2604166666666667rem;
}

.hpage4 .bns {
    position: absolute;
    right: 0;
    top: 8.125rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
}

.hpage4 .prev,
.hpage4 .next {
    z-index: 1;
    background: url(../images/qms10.png) no-repeat center #dcdcdc;
    background-size: 0.5208333333333334rem auto;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    cursor: pointer;
}

.hpage4 .next {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9*/
    -moz-transform: rotate(180deg);
    /* Firefox*/
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome*/
    -o-transform: rotate(180deg);
    margin-left: 1.5625rem;
}

.hpage4 .prev:hover,
.hpage4 .next:hover {
    background-color: #c9c9c9;
}

.hpage4 .swipnews .swiper-slide:hover h6 {
    color: rgba(255, 255, 255, .5);
}

.hpage4 .swipnews .swiper-slide:hover p,
.hpage4 .swipnews .swiper-slide:hover h3 {
    color: #fff;
}

.hpage4 .swipnews .swiper-slide:hover .ico {
    background: url(../images/prev1-1.png) no-repeat center/cover;
}

.hpage4 .swipnews .swiper-slide:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9*/
    -moz-transform: scale(1.1);
    /* Firefox*/
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome*/
    -o-transform: scale(1.1);
}

.hpage3 {
    padding: 4.375rem 0 6.25rem;
}

.hpage3 .swipproduct {
    margin-top: 1.0416666666666667rem;
}

.hpage3 .swipproduct .swiper-slide {
    width: 36.458333333333336rem;
    height: 26.5625rem;
    position: relative;
}

.hpage3 .swipproduct .swiper-slide .ts .pic {
    position: absolute;
    right: 2.8645833333333335rem;
    top: 3.4375rem;
    width: 20rem;
    height: 18.229166666666668rem;
    overflow: hidden;
}

.hpage3 .swipproduct .swiper-slide .ts1 .pic {
    position: absolute;
    right: 1.5625rem;
    bottom: 1.5625rem;
    width: 20rem;
    height: 18.229166666666668rem;
    overflow: hidden;
    top: auto;
}

.hpage3 .swipproduct .swiper-slide .ts .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
    display: block;
}

.hpage3 .swipproduct .swiper-slide .ts .txt {
    position: absolute;
    left: 2.604166666666667rem;
    bottom: 2.604166666666667rem;
}

.hpage3 .swipproduct .swiper-slide .ts1 .txt {
    position: absolute;
    left: 2.604166666666667rem;
    top: 2.604166666666667rem;
    bottom: auto;
}

.hpage3 .swipproduct .swiper-slide .ts .txt h5 {
    font-size: 1.0416666666666667rem;
    line-height: 1.7;
    color: #363636;
}

.hpage3 .swipproduct .swiper-slide .ts .txt p {
    font-size: 0.7291666666666667rem;
    line-height: 1.7;
    color: #999999;
}

.hpage3 .swipproduct .swiper-slide .tsl dd {
    margin-bottom: 0.5208333333333334rem;
    overflow: hidden;
    height: 13.020833333333334rem;
}

.hpage3 .swipproduct .swiper-slide .tsl dd:last-child {
    margin-bottom: 0;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .pic {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #dfe3e7;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
    display: block;
    margin: auto;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9*/
    -moz-transition: all 0.3s;
    /* Firefox*/
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome*/
    -o-transition: all 0.3s;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .pic:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9*/
    -moz-transform: scale(1.1);
    /* Firefox*/
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome*/
    -o-transform: scale(1.1);
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt {
    width: 50%;
    background: #f7f7f7;
    padding: 0.5208333333333334rem 0.625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: right;
    height: 100%;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9*/
    -moz-transition: all 0.3s;
    /* Firefox*/
    -webkit-transition: all 0.3s;
    /* Safari 和 Chrome*/
    -o-transition: all 0.3s;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0);
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt:hover a {
    border-color: rgba(255, 255, 255, .2);
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt .dingw {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9*/
    -moz-transform: translateY(-50%);
    /* Firefox*/
    -webkit-transform: translateY(-50%);
    /* Safari 和 Chrome*/
    -o-transform: translateY(-50%);
    text-align: center;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt h3 {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #363636;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt p {
    font-size: 0.7291666666666667rem;
    line-height: 1.6;
    color: #999999;
    margin: 0.20833333333333334rem 0 1.5625rem;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt .btn {
    width: 4.895833333333334rem;
    line-height: 1.3541666666666667rem;
    display: block;
    text-align: center;
    border: 1px solid #0090ff;
    border-radius: 1.0416666666666667rem;
    font-size: 0.7291666666666667rem;
    color: #0090ff;
    margin: 0 auto;
}

.hpage3 .swipproduct .swiper-slide .tsl dd:nth-child(2n) .pic {
    float: right;
    background: #e4e4e4;
}

.hpage3 .swipproduct .swiper-slide .tsl dd:nth-child(2n) .txt {
    float: left;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt:hover {
    background: #0090ff;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt:hover h3,
.hpage3 .swipproduct .swiper-slide .tsl dd .txt:hover p {
    color: #fff;
}

.hpage3 .swipproduct .swiper-slide .tsl dd .txt:hover .btn {
    border-color: #fff;
    color: #fff;
}

.hpage3 .swipproduct .pagination {
    margin-top: 2.0833333333333335rem;
    position: relative;
    background: #f6f6f6;
}

.hpage3 .swipproduct .pagination span {
    ;
}

.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 23;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.qmvideos {
    position: fixed;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 24;
    width: 52.083333333333336rem;
    margin: 0 auto;
    display: none;
}

.qmvideos .video {
    width: 100%;
    display: block;
    object-fit: cover;
}

.hbanner .swiper-slide-active .text {
    -webkit-animation: fadeInUp 1s 0.2s ease both;
    -moz-animation: fadeInUp 1s 0.2s ease both;
}

.hpage3 .swipproduct .swiper-slide .ts:hover .txt h5,
.hpage3 .swipproduct .swiper-slide .ts:hover .txt p {
    color: #0090ff;
}

.hpage1 .text .btn:hover {
    background: #0980dc;
}

.header .rt .navers li a:hover,
.header .rt .navers li.on a {
    color: #0090ff;
}

.header {
    position: sticky;
    z-index: 11;
    top: 0;
    background: #fff;
    box-shadow: 0 0 0.5208333333333334rem 0 rgba(80, 80, 80, 0.2);
}

.header .cistern .gradeOne {
    float: left;
    width: 14.583333333333334rem;
    height: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background: #1a1a1a;
}

.header * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.header .cistern .gradeTwo {
    float: left;
    width: 14.583333333333334rem;
    height: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background: #343434;
}

.header .cistern .gradeThree {
    float: left;
    width: 33.333333333333336rem;
    height: 100%;
    background: #ffffff;
}

.header .cistern .gradeOne ul li {
    height: 3.125rem;
    line-height: 3.125rem;
    padding-left: 1.0416666666666667rem;
    padding-right: 1.0416666666666667rem;
    border-left: 0.46875rem solid #1a1a1a;
    cursor: pointer;
}

.header .cistern .gradeOne ul li:hover,
.header .cistern .gradeOne ul li.on {
    border-left-color: #00479d;
    background: #343434;
}

.header .cistern .gradeOne ul li a {
    color: #fff;
    font-size: 0.8333333333333334rem;
    text-decoration: none;
}

.header .cistern .gradeOne ul li .glyphicon {
    float: right;
    line-height: 3.125rem;
}

.header .cistern .gradeTwo ul {
    display: none;
    margin-left: 0.8333333333333334rem;
}

.header .cistern .gradeTwo ul li {
    height: 3.125rem;
    line-height: 3.125rem;
    padding-left: 1.0416666666666667rem;
    padding-right: 1.0416666666666667rem;
    border-left: 0.46875rem solid #343434;
    cursor: pointer;
}

.header .cistern .gradeTwo ul li a {
    color: #fff;
    font-size: 0.8333333333333334rem;
    text-decoration: none;
}

.header .cistern .gradeTwo ul li .glyphicon {
    float: right;
    line-height: 3.125rem;
}

.header .cistern .gradeTwo ul li:hover,
.header .cistern .gradeTwo ul li.on {
    border-left-color: #00479d;
    background: #fff;
}

.header .cistern .gradeTwo ul li:hover a,
.header .cistern .gradeTwo ul li.on a {
    color: #222;
}

.header .cistern .gradeThree .threeListItem {
    display: none;
    margin-left: 3.385416666666667rem;
}

.header .cistern .gradeThree .threeListItem .title {
    height: 4.739583333333334rem;
    line-height: 2.1875rem;
    padding-top: 1.5625rem;
    padding-bottom: 0.9375rem;
    border-bottom: 0.052083333333333336rem solid #dddddd;
    margin: 0;
    color: #222;
    font-size: 1.5625rem;
    font-family: 'Microsoft Yahei';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.header .cistern .gradeThree .threeListItem .list ul li {
    display: inline-block;
    height: 2.5rem;
    min-width: 13.75rem;
    margin-right: 1.0416666666666667rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.header .cistern .gradeThree .threeListItem .list ul li a {
    color: #222;
    font-size: 0.9375rem;
    text-decoration: none;
}

.header .cistern .gradeThree .threeListItem .list ul li .glyphicon {
    color: #222;
    cursor: pointer;
}

.header .cistern .gradeThree .threeListItem .list ul li.hasSub {
    display: block;
    height: auto;
}

.header .cistern .gradeThree .threeListItem .list ul li.hasSub .subList {
    margin-top: 0.5208333333333334rem;
}

.header .cistern .gradeThree .threeListItem .list ul li.hasSub .subList .subItem {
    display: inline-block;
    margin-right: 1.5625rem;
    line-height: 1.5625rem;
}

.header .cistern .gradeThree .threeListItem .list ul li.hasSub .subList .subItem a {
    color: #666;
    font-size: 0.7291666666666667rem;
    text-decoration: none;
}

html {
    font-size: 19.2px;
}