* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*閸忋劌鐪弽宄扮础*/

html {
    font-size: 100px;
}


/*= 濞撳懘娅庡ù顔煎З=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 闁藉牆顕甀E7 */

*+html .clearfix {
    min-height: 0%;
}


/*閸樼喐鏋冩禒鍫曞帳缂冿拷*/

body {
    color: #5b626c;
    background: #ffffff;
    font: 0.16rem/0.3rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 3.2rem;
    margin: 0;
    padding: 0;
    letter-spacing: 0.01rem;
}

a {
    color: #5b626c;
    text-decoration: none;
}

a:hover {
    color: #0080cc;
}


/*閸ф楠囨潪顒€瀵�*/

.di_in {
    display: inline-block;
}

.di_bl {
    display: block;
}


/*閸樼喐鏋冩禒鍫曞帳缂冿拷  end*/


/*濡亜鎮滅仦鍛厬*/

.te_c {
    text-align: center;
}

.te_r {
    text-align: right;
}


/*閻╃ǹ顕€规矮缍�*/

.p_r {
    position: relative;
}


/* 閻у€熷閼冲本娅� */

.bgfff {
    background: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img_hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    width: 14.4rem;
    margin-left: auto;
    margin-right: auto;
}

.btn-img {
    background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
}

.white {
    color: white;
}

.white:hover {
    color: white;
}

.box-shadow {
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, .08);
}

.f18 {
    font-size: 0.18rem;
}

.f20 {
    font-size: 0.2rem;
}

.f24 {
    font-size: .24rem;
}

.f30 {
    font-size: 0.3rem;
}

.f36 {
    font-size: .36rem;
}

.header {
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    padding-left: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.blackBg{
    background-color: #193b6b;
}

.header .logo {
    height: 0.9rem;
}
.header .logo img{
    height: 0.6rem;
}
.header .stock {
    background-color: #0080cc;
    color: #FFF;
    font-size: 0.14rem;
    width: 1.2rem;
    height: 0.9rem;
}

.header .stock span {
    font-size: 0.2rem;
}

.language dt {
    background: url(../images/lang.png) no-repeat left center;
    margin-right: 0.4rem;
    height: 1rem;
    width: 0.6rem;
    padding-right: 0.4rem;
    cursor: pointer;
    background-size: .2rem .2rem;
}

.language dt::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-top: 0.06rem solid #FFF;
}

.language dd {
    background: #fff;
    width: 0.9rem;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    font-size: 0.14rem;
    margin: 0;
    left: -0.2rem;
    border-radius: 0 0 0.06rem 0.06rem;
}

.flex-end{
    justify-content: flex-end;
}

/*閹兼粎鍌�*/

.header_search {
    margin-right: 0.4rem;
}

.header_search .search_btn {
    cursor: pointer;
    position: relative;
    width: 0.8rem;
    height: 0.4rem;
    background: url(../images/search.png)no-repeat center;
}

.header_search .search_btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .2);
}

.header_search .search_btn::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .2);
}

.header_search .search_btn.on {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}

.header_search .search_box {
    background: #fff;
    width: 1rem;
    right: 0px;
    position: absolute;
    top: 0px;
    margin-top: 0;
    z-index: 91;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
    height: 0.4rem;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 0.4rem;
}

.header_search .search_box.on {
    width: 360px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.header_search .search_box_input {
    padding: 0 10px;
    border: 0;
    height: 0.4rem;
    outline: none;
    line-height: 0.4rem;
    background: #fff;
}

.header_search .search_box_btn {
    height: 0.4rem;
    width: 0.4rem;
    background: url(../images/search1.png)no-repeat center;
    border: 0;
    outline: none;
}

.m-btn {
    display: none;
}

.n-banner {
    height: 6.65rem;
    width: 100%;
}

.n-banner .title {
    font-size: 0.42rem;
    font-weight: 550;
    letter-spacing: 5px;
}

.n-banner .en {
    font-size: 0.32rem;
}

.n-banner .container {
    color: #FFF;
    line-height: 1.5;
}

.n-banner .b-txt {
    line-height: 1;
    margin-top: 0.1rem;
}

.roll-banner {
    width: 100%;
    height: 100%
}

.roll-banner .item {
    width: 100%;
    /* height: 6.5rem; */
    height: 6.65rem;
    margin-right: 0 !important;
}

.roll-banner .item .img,
.roll-banner .item .video {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.roll-banner .item>.link {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.roll-banner .item .txt-left {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    line-height: 1.5;
}

.roll-banner .slick-dots {
    bottom: .4rem;
    text-align: center !important;
}

.roll-banner {
    margin-bottom: 0 !important;
}

.sub-content {
    border-bottom: 1px #e5e5e5 solid;
}

.sub-content .sub a {
    margin-right: 0.7rem;
    line-height: 0.75rem;
    font-size: 0.18rem;
}

.sub-content .sub a:last-child {
    margin-right: 0;
}

.sub-content .sub a.on {
    color: #0080cc;
}

.sub-content .sub a.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0080cc;
}

.sub-content .crumbs {
    font-size: 0.18rem;
    color: #999;
    background: url(../images/home.png)no-repeat left center;
    padding-left: 0.3rem;
    line-height: 0.75rem;
}

.sub-content .crumbs a {
    color: #999;
}

.sub-content .crumbs span {
    margin: 0 0.15rem;
}

.nav {
    margin-right: 0.2rem;
}

.nav>ul>li {
    height: 0.9rem;
    padding: 0 0.4rem;
}

.nav>ul>li>a {
    color: #FFF;
    line-height: 0.9rem;
    font-size: .2rem;
}

.nav>ul>li>a::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
    height: 2px;
    width: 0;
    background-color: #FFF;
    transition: all 0.3s;
}

.nav>ul>li>ul {
    margin-left: -0.44rem;
}

.nav>ul>li:nth-child(2) ul {
    margin-left: -0.15rem;
}

.nav>ul>li:nth-child(4) ul {
    margin-left: -0.4rem;
}

.nav .sublevel {
    display: none;
    position: absolute;
    padding: 0px;
    box-shadow: 0px 0px 0.05rem 0.1rem rgba(0, 0, 0, 0.05);
    z-index: 99;
    width: 1.6rem;
    border-radius: 0.1rem;
}

.nav .sublevel>li>a {
    width: 100%;
    line-height: 0.5rem;
}

.nav .sublevel>li>.sublevel {
    position: absolute;
    left: 1.6rem;
    margin-top: -0.5rem;
}

.nav i {
    position: absolute;
    top: 0.2rem;
    right: 0px;
    height: 0.2rem;
    display: none;
}

.nav i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    -ms-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
}

.nav .cur svg {
    transform: rotate(0deg)
}

.nav i svg {
    width: 0.2rem;
    height: 0.2rem;
    fill: #ffffff;
}

.nav .cur svg {
    fill: #3eb0d3
}

.public-title {
    margin-top: 0.9rem;
}

.public-title .title {
    line-height: 1.5;
    color: #5b626c;
    font-size: 0.36rem;
    display: inline-block;
    letter-spacing: .02rem;
}

.public-title .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    height: 4px;
    width: 0.6rem;
    background-color: #639eec;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.footer {
    width: 100%;
    overflow: hidden;
    background: url(../images/bg1.jpg)no-repeat center;
    padding-top: 0.9rem;
    color: #FFF;
    background-size: cover;
}
.footer .logo img{
    width: 3rem;
}

.footer a {
    color: #FFF;
}

.footer .copyright {
    opacity: .5;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    padding: 0.3rem 1.2rem;
    margin-top: 0.7rem;
    display: flex;
    justify-content: center;

}

.footer .copyright>div:last-child {
    letter-spacing: 2px
}

.footer .copyright span {
    margin: 0 0.3rem;
}

.footer .content {
    padding: 0 1.2rem;
}

.footer .con {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
}

.footer .con::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: rgba(255, 255, 255, .2);
}

.footer .tel {
    font-size: 0.2rem;
    margin-top: 0.5rem;
}
.footer li{
    min-width: 2rem;
    margin-left: .2rem;
}
.footer .tit {
    font-size: 0.2rem;
    font-weight: 550;
}

.footer .sub {
    margin-top: 0.3rem;
    line-height: 2.4;
   
}

.footer .sub a {
    opacity: .5;
}

.footer .sns {
    margin-top: 0.1rem;
}

.footer .sns .card {
    margin-right: 0.2rem;
}

.footer .sns .icon {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0080cc;
}

.footer .sns .weixin .icon {
    background-image: url(../images/wx.png);
    background-size: 0.3rem;
}


.footer .sns .erwma {
    padding: 0.1rem;
    border-radius: 0.05rem;
    transform: scale(0) translateX(-50%);
    position: absolute;
    left: -0.35rem;
    width: 1.2rem;
    bottom: -1.35rem;
}

.footer .sns .erwma img {
    width: 100%;
}

.footer .sns .erwma::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -0.1rem;
    border-left: 0.1rem transparent solid;
    border-right: 0.1rem transparent solid;
    border-bottom: 0.1rem #FFF solid;
    transform: translateX(-50%);
}

.footer .sns .card:hover .erwma {
    transform: scale(1);
}

.footer .sns .card:hover .icon {
    cursor: pointer;
    background-color: #0b6499;
}

.footer .CRcode{
    display: none;
}


.pagelist{text-align: center;font-size: .16rem;color: #666666;line-height: .4rem;padding: .5rem 0;}
.pagelist *{font-size: inherit;}
.pagelist a{min-width:.4rem;height: .4rem;line-height: .4rem;display: inline-block;vertical-align: middle;margin:0 .06rem;border:1px solid #eaeaea;padding:0 .1rem;}
.pagelist a.active,.pagelist a:hover{color:#fff;background-color: #154fbb;border-color:#154fbb;}

.pagelist .prev,.pagelist .next{border:none;}
.pagelist .prev:hover,.pagelist .next:hover{background-color: transparent;color:#154fbb;}

.kefu {
    position: fixed;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.kefu>div {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    margin-bottom: 0.2rem;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.kefu>div:last-child {
    margin-bottom: 0;
}

.kefu>div span {
    width: .45rem;
    height: .45rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.kefu .mail span {
    background-position: top;
}

.kefu .tel span {
    background-position: top;
}


.kefu .text {
    
    position: absolute;
    right: .2rem;
    top: 50%;
    height: .46rem;
    background-color: #18cc73;
    border-radius: .23rem;
    -webkit-border-radius: .23rem;
    -moz-border-radius: .23rem;
    -ms-border-radius: .23rem;
    -o-border-radius: .23rem;
    line-height: .46rem;
    width: 0;
    z-index: -1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0 .2rem;
    opacity: 0;
    overflow: hidden;
    
}

.kefu  .imgBox{
    background-color: #ffffff;
    position: absolute;
    left:0%;
    top: 50%;
    transform: translate(-110% ,-50%);
    border-radius: .08rem;
    padding: .08rem;
    display: none;
    box-shadow: 0 0 8px 2px #d3d3d3;
   
}
.kefu  .imgBox img{
    width: 1.2rem;
    display: block;
    
}
.kefu  .wx:hover .imgBox{
    display: block;
}

.kefu .icloud .text a {
    margin: 0 .1rem;
}

.btn {
    width: 1.6rem;
    line-height: 0.5rem;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
}

.btn1 {
    width: 2.2rem;
    line-height: 0.5rem;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
}

.btn img,
.btn1 img {
    margin-right: 0.1rem;
}

.public-form {
    width: 100%;
    height: 3rem;
    background: url(../images/form-bg.jpg)no-repeat center;
}

.public-form h1 {
    font-size: 0.36rem;
    line-height: 1.5;
    margin: 0;
}

.public-form .btn {
    width: auto;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.public-form .btn img {
    margin-right: 0.1rem;
}

.public-case {
    padding-bottom: 1.2rem;
    overflow: hidden;
}

.public-case .content {
    margin-top: 0.8rem;
    width: 14.4rem;
    margin-left: auto;
    margin-right: auto;
}

.public-case .text-content {
    padding: 0 0.6rem;
    overflow: hidden;
}

.public-case .text {
    border-bottom: 1px #e5e5e5 solid;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.public-case .text:last-child {
    border-bottom: 0;
}

.public-case h4 {
    font-size: 0.2rem;
    font-weight: normal;
    margin: 0;
}

.public-case p {
    color: #414b5b;
    margin-bottom: 0;
}

.public-case .swiper-slide {
    padding: 0.2rem;
}

.public-case .con {
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.05);
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
}

.public-case .info {
    background-color: #f5f7fa;
    padding: 0.5rem;
}

.public-case .info .img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    width: 0.95rem;
    height: 0.95rem;
    border: 6px #FFF solid;
    margin-right: 0.25rem;
}

.public-case .info .img img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.public-case .text h4 {
    padding-left: 0.2rem;
}

.public-case .text h4::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background-image: linear-gradient(90deg, #c0ab8c, #e0d1bb);
}

.slick-arrow,
.swiper-button-next,
.swiper-button-prev {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0.1rem 0.1rem 0.15rem rgba(0, 0, 0, 0.05);
    background: #FFF;
    z-index: 9;
}

.slick-next,
.swiper-button-next {
    right: -0.6rem;
}

.slick-prev,
.swiper-button-prev {
    left: -0.6rem;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.slick-next::after,
.swiper-button-next::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/arrow-right.png)no-repeat center center;
    z-index: 1;
}

.slick-prev::after,
.swiper-button-prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/arrow-left.png)no-repeat center center;
    z-index: 1;
}

.dp-none {
    display: none;
}

.page {
    margin: .9rem;
}

.page a {
    padding: 0 .14rem;
    margin: 0 .05rem;
    height: .4rem;
    line-height: .4rem;
}

.page .on {
    background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    color: #FFF;
}

.page .prev {
    background: url(../images/arrow3.png)no-repeat center;
    width: .4rem;
}

.page .next {
    background: url(../images/arrow3.png)no-repeat center;
    width: .4rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.p-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}
.maskBg::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/close1.png);
    background-size: contain;
    cursor: pointer;
 }

.videoShow {
    width: 6rem;
    height: 4rem;
    position: fixed;
    left: 50%;
    top: 30%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.top-intro-box .content{
    /* box-shadow: 0 0 0.5rem rgb(0, 0, 0, 0.08) !important; */
    box-shadow: 0 .13rem .6rem 0 rgba(65,75,91,0.3) !important;
}


@media (max-width:1680px) {}

@media (max-width:1400px) {}

@media (max-width:1366px) {}

@media (min-width:1025px) {
    .public-case .info:hover .img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
 
    .nav>ul>li:hover>ul,
    .nav>ul>li>ul>li:hover>ul {
        display: block;
    }
    .nav>ul>li>ul>li>a:hover,
    .nav>ul>li>ul>li>ul>li>a:hover {
        background-color: #0080cc;
        color: #FFF;
    }
    .nav>ul>li>ul>li .sublevel::after {
        display: none;
    }
    .nav>ul>li>ul>li:first-child,
    .nav>ul>li>ul>li>ul>li:first-child {
        border-radius: 0.09rem 0.09rem 0 0;
        overflow: hidden;
    }
    .nav>ul>li>ul>li:last-child,
    .nav>ul>li>ul>li>ul>li:last-child {
        border-radius: 0 0 0.09rem 0.09rem;
        overflow: hidden;
    }
    .nav>ul>li>a:hover::after {
        width: 100%;
    }
    .sub-content .crumbs a:hover {
        color: #0080cc;
    }
    .footer .sub a:hover {
        opacity: 1;
    }
    .slick-next:hover,
    .slick-prev:hover,
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    }
    .slick-prev:hover::after,
    .swiper-button-prev:hover::after {
        background-image: url(../images/arrow-left-on.png);
    }
    .slick-next:hover::after,
    .swiper-button-next:hover::after {
        background-image: url(../images/arrow-right-on.png);
    }

    .kefu .mail:hover .text {
        width: 2.6rem;
        opacity: 1;
        cursor: pointer;
    }
    .kefu .tel:hover .text {
        width: 2rem;
        opacity: 1;
        cursor: pointer;
    }
   
}

@media (max-width:1199px) {
    body {
        padding-top: 1.2rem;
        font-size: 0.26rem;
        line-height: 1.8;
    }
    .container {
        width: 100%;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .f18 {
        font-size: 0.28rem;
    }
    .f20 {
        font-size: 0.32rem;
    }
    .f24 {
        font-size: .38rem;
    }
    .f30 {
        font-size: 0.42rem;
    }
    .f36 {
        font-size: .48rem;
    }
    .m-btn {
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/menu-btn.png)no-repeat center;
        background-size: 100%;
        cursor: pointer;
    }
    .m-btn.close {
        background-image: url(../images/close.png);
    }
    .header {
        padding-left: 0.2rem;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100;
        /* background: #000000; */
        background-color: #193b6b;
        padding-right: 0.2rem;
        box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
    }
    .header .stock {
        flex-flow: nowrap;
        height: auto;
        width: auto;
        border-radius: 0.3rem;
        margin-right: 0.4rem;
        font-size: 0.3rem;
        height: 0.6rem;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        -ms-border-radius: 0.3rem;
        -o-border-radius: 0.3rem;
        padding: 0.2rem;
    }
    .header .stock span {
        margin-left: 0.1rem;
        font-size: 0.3rem;
    }
    .header .logo {
        width: 4rem;
        background-size: auto 0.65rem;
        height: 1.2rem;
    }

    .header_search,
    .language {
        display: none;
    }
    .nav {
        display: none;
        width: 100%;
        top: 1.2rem;
        position: fixed;
        z-index: 9;
        left: 0;
        background-color: #273e60;
        padding: 0.1rem 0.2rem;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
    }
    .nav>ul>li {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .nav i {
        display: block;
    }
    .nav i svg {
        width: 0.4rem;
        height: 0.4rem;
    }
    .nav>ul>li:nth-child(5)>ul>li {
        position: relative;
    }
    .nav>ul>li>a {
        color: #ffffff;
        line-height: 0.8rem;
        font-size: 0.32rem;
    }
    .nav .sublevel {
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        text-align: left;
        padding-left: 0.2rem;
        line-height: 0.5rem;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        background-color: #273e60;
    }
    .nav .sublevel>li>.sublevel {
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        text-align: left;
        padding-left: 0.2rem;
        line-height: 0.5rem;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
    }
    .nav .sublevel>li>a {
        line-height: 2.2;
        font-size: 0.28rem;
        color: #fff;
    }
    .nav .sublevel>li>i {
        top: 0.05rem;
    }
    .nav>ul>li:nth-child(2) ul,
    .nav>ul>li:nth-child(4) ul {
        margin-left: 0;
    }
    .n-banner {
        padding-top: 0;
        height: 8rem;
    }
    .n-banner .title {
        font-size: 0.7rem;
    }
    .n-banner .video img {
        opacity: 0;
    }
    .roll-banner .item {
        height: 8rem
    }
    .public-title .title {
        font-size: 0.6rem;
    }
    .sub-content{
        padding-top: 10px;
    }
    .sub-content .sub {
        order: 2;
        margin-top: 0.3rem;
    }
    .sub-content .sub a {
        margin-right: 0.3rem;
        font-size: 0.28rem;
    }
   
    .sub-content .crumbs {
        order: 1;
        margin-top: 0.1rem;
        font-size: 0.28rem;
    }
    .footer {
        padding-top: 0.5rem;
    }
    .footer .content {
        padding: 0 0.2rem;
    }
    .footer .copyright {
        padding: 0.4rem 0.4rem;
        font-size: 0.28rem;
        line-height: 1.8;
    }
    .footer .con {
        margin-right: 0;
        padding-right: 0;
        width: 70%;
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center;
    }
    .footer .sns .icon {
        width: .8rem;
        height: .8rem;
        background-size: .3rem !important;
    }
    .footer .tel {
        margin-top: 0.2rem;
        font-size: 0.32rem;
    }
    .footer ul {
        margin-top: 0.4rem;
    }
    .footer .copyright>div {
        width: 100%;
        text-align: center;
    }
    .footer .tit {
        font-size: 0.34rem;
    }
    .footer .content{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
.footer .CRcode{
    display: block;
    width: 30%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.footer .CRcode img{
    width: 2rem;
    border: .1rem solid #fff;
}
.footer .CRcode .ibox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer .CRcode p{
    font-size: .28rem;
    text-align: center;
    margin: .05rem 0;
}
    .linkBox{
        display: none;
    }
    .footer .sub,
    .btn {
        font-size: 0.26rem;
    }
    .kefu {
        display: none;
    }
    .btn {
        width: 2.4rem;
        line-height: 0.8rem;
    }
    .public-form {
        background-size: cover;
        height: 4rem;
    }
    .public-form h1 {
        font-size: 0.58rem;
    }
    .public-case .content {
        width: 100%;
    }
    .public-case h4 {
        font-size: 0.38rem;
    }
    .public-case p {
        font-size: 0.26rem;
    }
    .public-case .info .img {
        width: 1.4rem;
        height: 1.4rem;
    }
    .slick-prev,
    .slick-next {
        width: 0.8rem;
        height: 0.8rem;
    }
    .slick-next {
        right: 0rem;
    }
    .slick-prev {
        left: 0rem;
    }
    .page a {
        height: .6rem;
        line-height: .6rem;
        padding: 0 .26rem;
    }
    .btn1 {
        width: 3.2rem;
        line-height: 0.8rem;
        margin-top: .4rem;
    }
    .videoShow {
        width: 60%;
        height: 6.8rem;
    }
}

@media (max-width:950px) {
    body {
        padding-top: 2rem;
        font-size: 0.34rem;
    }
    .f18 {
        font-size: 0.36rem;
    }
    .f20 {
        font-size: 0.4rem;
    }
    .f24 {
        font-size: .46rem;
    }
    .f30 {
        font-size: 0.52rem;
    }
    .f36 {
        font-size: .56rem;
    }
    .header .logo {
        height: 2.2rem;
        background-size: auto 0.9rem;
        width: 9rem;
    }
    .header .stock {
        height: 0.8rem;
        border-radius: 0.4rem;
        -webkit-border-radius: 0.4rem;
        -moz-border-radius: 0.4rem;
        -ms-border-radius: 0.4rem;
        -o-border-radius: 0.4rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
    .header .logo img{
        height: .8rem;
    }
    .header .stock span,
    .header .stock,
    .nav .sublevel>li>a,
    .footer .tit {
        font-size: 0.42rem;
    }
  
    .footer .sns .icon {
        width: 1rem;
        height: 1rem;
        background-size: .4rem !important;
    }
    .footer .sns {
        margin-top: .3rem;
    }
    .footer .tel {
        margin-top: .4rem;
    }
    .m-btn {
        width: 1rem;
        height: 1rem;
    }
    .nav {
        top: 2.2rem;
    }
    .nav>ul>li>a {
        font-size: 14px;
        line-height: 2.5;
    }
    .nav i svg {
        width: 0.6rem;
        height: 0.6rem;
    }
    .sub-content .crumbs {
        font-size: 0.4rem;
        background-size: 0.42rem;
        padding-left: 0.5rem;
        line-height: 2;
    }
    .sub-content .sub a {
        font-size: 0.38rem;
        line-height: 2;
        padding-bottom: 0.2rem;
        margin-right: 0.5rem;
    }
    .footer .sub,
    .footer .copyright,
    .btn {
        font-size: 0.38rem;
    }
    .btn {
        width: 3.2rem;
        line-height: 3;
    }
    .btn1 {
        width: 4.2rem;
        line-height: 1rem;
        margin-top: .5rem;
    }
    .public-form {
        height: 5rem;
    }
    .public-form h1 {
        font-size: 0.68rem;
    }
    .public-case h4 {
        font-size: 0.48rem;
        line-height: 1.5;
    }
    .public-case p {
        font-size: 0.34rem;
        line-height: 2;
    }
    .public-case .info .img {
        width: 2rem;
        height: 2rem;
    }
    .slick-prev,
    .slick-next {
        width: 1.2rem;
        height: 1.2rem;
    }
    .fixed {
        top: 0.7rem !important;
    }
    .page a {
        height: .8rem;
        line-height: .8rem;
        padding: 0 .26rem;
    }
    .videoShow {
        width: 80%;
        height: 8.4rem;
    }
    .pagelist *{font-size: 14px;}
    .pagelist a {
        min-width: 35px;
        height: 35px;
        line-height: 35px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px;
        border: 1px solid #eaeaea;
        padding: 0 10px;
        border-radius: 4px;
    }
}

@media (max-width: 767px) {
    .sub-content .container {
        flex-flow: column;
        align-items: flex-start;
    }
    .header .logo img{
        height:1.4rem;
    }
    /*娣囶喗鏁�768娴犮儰绗呴妴浣哥毈鐏炲繐閽╅弶锟�*/
    body {
        font-size: 0.4rem;
    }
    .f18 {
        font-size: 0.42rem;
    }
    .f20 {
        font-size: 0.44rem;
    }
    .f24 {
        font-size: .52rem;
    }
    .f30 {
        font-size: 0.56rem;
    }
    .f36 {
        font-size: .64rem;
    }
    .footer li {
        width: 100%;
        padding: 0.2rem 0;
        border-bottom: 1px rgba(255, 255, 255, .3) solid;
    }
    .footer .sub {
        display: none;
        padding-left: 0.2rem;
    }
    
    .footer .tit::after {
        content: '';
        position: absolute;
        right: 0.2rem;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        width: 0.1rem;
        height: 0.1rem;
        border-right: 1px rgba(255, 255, 255, .3) solid;
        border-bottom: 1px rgba(255, 255, 255, .3) solid;
    }
    .footer .tit.cur::after {
        transform: translateY(-50%) rotate(45deg);
    }
    .footer .tit {
        line-height: 2.2;
    }
    .footer .tit::after {
        width: 0.3rem;
        height: 0.3rem;
    }
   
    .footer .CRcode img{
        width: 60%;
    }
    .public-form {
        height: 6rem;
    }
    .public-form h1 {
        font-size: 0.78rem;
    }
    .slick-prev,
    .slick-next {
        width: 1.6rem;
        height: 1.6rem;
    }
    .btn1 {
        width: 4.6rem;
        line-height: 1.2rem;
        margin-top: .6rem;
    }
}

@media (max-width:480px) {
    body {
        padding-top: 3rem;
        font-size: 0.68rem;
    }
    .f18 {
        font-size: 0.7rem;
    }
    .f20 {
        font-size: 0.72rem;
    }
    .f24 {
        font-size: .78rem;
    }
    .f30 {
        font-size: 0.86rem;
    }
    .f36 {
        font-size: .98rem;
    }
    .container {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .header {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .header .logo {
        background-size: 100% auto;
        height: 3rem;
        width: 7rem;
    }
    .header .stock {
        width: auto;
        height: 1.2rem;
        padding: 0 0.6rem;
        border-radius: 0.6rem;
        -webkit-border-radius: 0.6rem;
        -moz-border-radius: 0.6rem;
        -ms-border-radius: 0.6rem;
        -o-border-radius: 0.6rem;
    }
    .m-btn {
        width: 1.4rem;
        height: 1.4rem;
    }
    .nav {
        top: 3rem;
    }
    .nav>ul>li>a {
        font-size: 0.7rem;
        line-height: 3;
    }
    .nav i svg {
        width: 1.4rem;
        height: 1.4rem;
    }
    .nav .sublevel {
        padding-left: 1.2rem;
    }
    .nav .sublevel>li>a {
        font-size: 0.7rem;
    }
    .sub-content .sub a {
        margin-right: 0.6rem;
        padding-bottom: 0.6rem;
    }
    .public-title .title {
        font-size: 1rem;
        text-align: center;
    }
    .public-title .title::after {
        width: 1.4rem;
    }
    .sub-content .crumbs,
    .sub-content .sub,
    .footer .content,
    .footer .copyright,
    .public-title a,
    .sub-content .sub a,
    .header .stock span,
    .header .stock,
    .nav .sublevel>li>a,
    .footer .tit,
    .footer .tel {
        font-size: 0.68rem;
    }
    .n-banner,
    .roll-banner .item {
        height: 12rem;
    }
    .n-banner .title {
        font-size: 1.4rem;
    }
    .n-banner .en,
    .btn {
        font-size: 0.68rem;
        background-color: #0080cc;
        color: #fff;
        width: 100px;
    }
    .n-banner .en,
    .btn:hover{
        color: #fff;
    }
    .public-title .title {
        padding-bottom: 0.4rem;
    }
    .sub-content .crumbs {
        background-size: 0.6rem;
        padding-left: 0.8rem;
    }
    .sub-content .sub {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        display: none;
        width: 100%;
    }
    .sub-content .sub.disblock{
        display: block;
    }
    .sub-content .sub a {
        white-space: nowrap;
        display: inline-block;
    }
    .footer .content,
    .footer .sub {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .footer .sub,
    .footer .copyright {
        font-size: 0.64rem;
    }
    .footer .tel {
        margin-top: 0.8rem;
    }
    .footer .sns .icon {
        width: 1.8rem;
        height: 1.8rem;
        background-size: .8rem !important;
        margin-right: .6rem;
    }
    .footer .sns {
        margin-top: .3rem;
    }
    .footer .logo img{
        width: 5rem;
    }
    .footer .sns p{
        font-size: .6rem;
    }
    .footer .copyright>div:last-child
    {
       font-size: .5rem;
    }
    .footer .content{
        flex-direction: column;
    }
    .footer .con::after{
        display: none;
    }
    .footer .con{
        width: 100%;
    }
    .footer .CRcode{
        width: 100%;
    }
    .footer .CRcode img{
        width: 22%;
    }
    .footer .CRcode p{
        font-size: .7rem;
    }
    .public-form {
        height: 7rem;
    }
    .public-form h1 {
        font-size: 0.92rem;
    }
    .public-form .btn {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
    .public-case h4 {
        font-size: 0.8rem;
    }
    .public-case p {
        font-size: 0.66rem;
        line-height: 2;
    }
    .public-case .info .img {
        width: 3.4rem;
        height: 3.4rem;
        margin-right: 0.5rem;
    }
    .public-case .text h4 {
        padding-left: 0.4rem;
    }
    .slick-prev,
    .slick-next {
        width: 2.2rem;
        height: 2.2rem;
    }
    .public-case .swiper-slide {
        padding: 0.8rem;
    }
    .page a {
        height: 1.2rem;
        line-height: 1.2rem;
        padding: 0 .46rem;
    }
    .btn1 {
        width: 8rem;
        line-height: 1.8rem;
    }
    .videoShow {
        width: 96%;
        height: 12rem;
    }
}

@media (max-width:375px) {
    body {
        font-size: 0.74rem;
    }
    .f18 {
        font-size: 0.76rem;
    }
    .f20 {
        font-size: 0.8rem;
    }
    .f30 {
        font-size: 0.9rem;
    }
}

@media (max-width:320px) {
    body {
        font-size: 0.84rem;
    }
    .f18 {
        font-size: 0.86rem;
    }
    .f20 {
        font-size: 0.92rem;
    }
    .f30 {
        font-size: 1rem;
    }
    .public-form {
        height: 8rem;
    }
    .public-form h1 {
        font-size: 1.2rem;
    }
}

.fixed {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}