html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu,a{margin:0;padding:0;box-sizing: border-box;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
small{font-size:100%;font-weight: normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/24px "Microsoft YaHei",arial,sans-serif,\5b8b\4f53;color:#666666;outline:0;}
html,body{background:#FFF;width:100%;max-width: 750px;}

img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

a{
    display: block;
    color: inherit;
    text-decoration: none;
    /*display: inline-block;*/
}
div,li{box-sizing: border-box;}

.le{float: left;}
.ri{float: right;}

.clearfix{}
.clearfix:after {
     clear: both;
     content: ' ';
     display: block;
     font-size: 0;
     line-height: 0;
     visibility: hidden;
     width: 0;
     height: 0;
}
select {
    outline: none;
    -webkit-appearance: none;
}
input,button,select {
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    /* outline: none;
    -webkit-appearance: none; */
}
input[type="checkbox"]{vertical-align: -2px;margin-right: 4px;}

/* 加小手触发 */
input[type="button"]{
    cursor: pointer;
 }
 
 /* 去掉默认触发 */
 input[type="text"] {
     outline: none;
 }

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type=button],input[type=text],input[type=password],textarea{-webkit-appearance:none;outline:none;border-radius: 0; opacity: 1;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #999999; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #999999; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
    color: #999999; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #999999; 
}     
   
/*滚动条样式*/
::-webkit-scrollbar { width: 5px; height: 8px; background-color: #ededed; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0 }
::-webkit-scrollbar-thumb { background-color: #d5161b; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0 }

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MONTSERRAT-REGULAR_8.eot');
    src: url('../fonts/MONTSERRAT-REGULAR_8.otf')format('otf'),
    url('../fonts/MONTSERRAT-REGULAR_8.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MONTSERRAT-REGULAR_8.woff') format('woff'),
    url('../fonts/MONTSERRAT-REGULAR_8.woff2') format('woff2'),
    url('../fonts/MONTSERRAT-REGULAR_8.ttf') format('truetype'),
    url('../fonts/MONTSERRAT-REGULAR_8.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.eot');
    src: url('../fonts/Rubik-Regular.otf')format('otf'),
    url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rubik-Regular.woff') format('woff'),
    url('../fonts/Rubik-Regular.woff2') format('woff2'),
    url('../fonts/Rubik-Regular.ttf') format('truetype'),
    url('../fonts/Rubik-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* animated */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp50 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp50 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes slideBg_fn {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
} 
@keyframes slideBg_fn {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.fadeInUp50 {
    -webkit-animation-name: fadeInUp50;
    animation-name: fadeInUp50
}
.slideBg_fn {
    -webkit-animation-name: slideBg_fn;
    animation-name: slideBg_fn
}
/*头部*/
.header {
    width: 100%;
    max-width: 750px;
    height: 1.3rem;
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all .4s;
}
.header .head_logo {
    width: 1rem;
    height: .51rem;
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
    margin: .44rem auto 0;
}
.header .home {
    width: .45rem;
    height: .45rem;
    position: absolute;
    left: .3rem;
    top: .5rem;
    background: url(../images/home.png) no-repeat;
    background-size: cover;
}
#header.on .header {
    background-color: #fff;
}
#header.on .header .home,
#header.ona .header .home {
    background: url(../images/home_on.png) no-repeat;
    background-size: cover;
}
#header.on .header .head_logo,
#header.ona .header .head_logo {
    background: url(../images/logo_on.png) no-repeat;
    background-size: cover;
}
.no-scroll #header.on .header .home,
.no-scroll #header.on .header .head_logo
.no-scroll #header.ona .header .home,
.no-scroll #header.ona .header .head_logo {
    display: none;
}

.main-menu {
    z-index: 998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    /* opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0; */
}
.main-menu.locked {
    opacity: 1;
    /* z-index: 103; */
     visibility: inherit;
     pointer-events: auto;
}
.main-menu .background {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit
}  
.main-menu .background .back {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
}
.main-menu .background .circle {
    width: 120vw;
    height: 120vw;
    border-radius: 50%;
    position: absolute;
    bottom: -4rem;
    right: 4rem;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center 0;
    transform-origin: center center 0;
} 
.main-menu .background .circle2 {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.main-menu .background .circle.black {
    background: #000;
}
.main-menu .background .circle2 {
    background-color: #fff;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -10rem;
} 
.main-menu .background .circle.white {
    background: #fff;
    top: -4rem;
    left: 4rem;
    bottom: auto;
    right: auto;
} 
.main-menu.locked .background .back {
    opacity: 0.5;
    height: 100%;
    visibility: inherit;
}
.main-menu.locked .background .circle {
    -webkit-transform: scale(4);
    transform: scale(4);
    -webkit-transition: all .8s cubic-bezier(.55,.06,.68,.19) 0s;
    transition: all .8s cubic-bezier(.55,.06,.68,.19) 0s;
}
/*导航*/
.head_nav {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 1.85rem;
    left: 0;
}
.nav_list>li> a,
.nav_list>li> p {
    color: #615656;
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
}
.nav_list>li>p.on {
    color: #e95a4c;
}
.nav_list>li>a.home {
    background: url(../images/home_on.png) no-repeat center;
    background-size: .45rem .45rem;
}
.head_nav .h-search {
    position: relative;
}
.head_nav .h-search input {
    width: 0;
    font-size: .28rem;
    line-height: .5rem;
    color: #615656;
    border-bottom: .04rem solid #939090;
    padding-bottom: .1rem;
    margin: auto;
    margin-top: .3rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.head_nav .h-search .ico {
    width: .36rem;
    height: .36rem;
    background: url(../images/head-search.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: .3rem;
    margin: auto;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.head_nav .h-search.on input {
    width: 94%;
}
.head_nav .h-search.on .ico {
    left: auto;
    right: .4rem;
}
/*子导航*/
.ul_nei_nav {
    display: none;
}
.ul_nei_nav li {
    height: .5rem;
    line-height: .5rem;
}
.nav_list>li a.on p,
.ul_nei_nav li.curr a {
    color: #e95a4c;
}
.ul_nei_nav li a {
    color: #666666;
    display: inherit;
    font-size: .26rem;
}
/* menu */
.head_nav_btn {
    width: .38rem;
    height: .4rem;
    position: absolute;
    top: .52rem;
    right: .3rem;
    cursor:pointer;
}
.head_nav_btn span {
    display: inline-block;
    width: .38rem;
    height: .08rem;
    background-color: #fff;
    border-radius: .04rem;
    position: absolute;
    top: .16rem;
    /* transition:background-color 0.3s ease-out 0.1s; */
}
.head_nav_btn span:after {
    content:'';
    display: inline-block;
    width: .38rem;
    height: .08rem;
    background-color: #fff;
    border-radius: .04rem;
    position: absolute;
    top: .16rem;
    left: 0;
    transition: transform 0.3s ease-out,top 0.5s ease 0.4s;
    transform: rotate(0deg);
}
.head_nav_btn span:before {
    content:'';
    display: inline-block;
    width: .38rem;
    height: .08rem;
    background-color: #fff;
    border-radius: .04rem;
    position: absolute;
    top: -.16rem;
    left: 0;
    transition: transform 0.3s ease-out,top 0.5s ease 0.4s;
    transform: rotate(0deg);
}
.head_nav_btn.open span{
    background-color: transparent;
}
.head_nav_btn.open span:after{
    background-color: #e95a4c;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(-45deg);top: 0;
}
.head_nav_btn.open span:before{
    background-color: #e95a4c;
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);top: 0;
}
.head_nav_btn.open .head_nav_bg {
    display: block;
}
#header.on .head_nav_btn span,
#header.on .head_nav_btn span:after,
#header.on .head_nav_btn span:before,
#header.ona .head_nav_btn span,
#header.ona .head_nav_btn span:after,
#header.ona .head_nav_btn span:before {
    background-color: #595757;
}
#header.on .head_nav_btn.open span {
    background-color: transparent;
}
/*头部样式结束*/
.content {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem;
}
p {
    font-size: .28rem;
    color: #666666;
    line-height: .4rem;
}
footer {
    width: 100%;
    background: #212121;
    padding: .65rem 0 .77rem;
    margin-top: .1rem;
    color: #fff;
}
footer .foot_nav {
    padding: 0 .34rem;
    margin-bottom: .34rem;
    overflow: hidden;
}
footer .foot_nav a {
    font-size: .28rem;
}
footer .foot_nav dd {
    margin-bottom: .06rem;
}
footer .foot_nav dd a {
    position: relative;
}
footer .foot_nav dd a:before {
    content: '';
    width: .2rem;
    height: .02rem;
    background-color: #fff;
    position: absolute;
    left: -.4rem;
    top: 50%;
    margin-top: -.01rem;
}
footer .foot_nav dt a {
    opacity: .5;
    float: left;
    margin-right: .22rem;
}
footer .foot {
    opacity: .5;
    margin-top: .8rem;
} 
footer .foot a {
    display: inline-block;
}
/* 幻灯片 */
.index_side .swiper-slide {
    width: 100%;
    height: 5.35rem;
    background-size: cover;
    background-position: center;
    position: relative;
}
.index_side .swiper-slide .img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 100px);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.index_side .swiper-slide.swiper-slide-active .img {
    animation: slideBg_fn 6s linear forwards;
    -webkit-animation: slideBg_fn 6s linear forwards;
}
.index_side .swiper-slide:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
}
.index_side .swiper-slide .content {
    position: relative;
    height: 100%;
    z-index: 2;
}
.index_side .swiper-slide .content .ban_t {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
.index_side .swiper-slide .content .ban_t .cn {
    font-size: .44rem;
    color: #fff;
    line-height: .62rem;
    text-align: center;
}
.index_side .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}
/* index */
.index .cCont1 {
    /* padding-top: .3rem; */
    /* padding-left: .3rem; */
    padding: .3rem;
}
.index .cCont1 .swiper-wrapper {
    display: block !important;
}
.index .cCont1 .swiper-slide {
    width: 47.5%;
    float: left;
}
.index .cCont1 .swiper-slide + .swiper-slide {
    float: right;
}
.index .cCont1 .slideBox03 {
    width: 100%;
    /* height: 4rem; */
    position: relative;
    overflow: hidden;
}
.index .cCont1 .slideBox03 .swiper-slide .img {
    width: 100%;
    height: 2.98rem;
    position: relative;
}
.index .cCont1 .slideBox03 .swiper-slide .img .tit {
    text-align: center;
}
.index .cCont1 .slideBox03 .swiper-slide .img .tit h4 {
    margin: .2rem 0;
    font-size: .34rem;
    color: #333333;
}
.index .cCont1 .slideBox03 .swiper-slide .img .tit p {
    font-size: .3rem;
    color: #fff;
    line-height: .32rem;
}
.index .cCont1 .slideBox03 .swiper-slide .cyMore {
    background: url(../images/btn-more.png) no-repeat;
    background-size: cover;
    margin-top: .5rem;
}
.index .cCont1 .slideBox03 .swiper-slide .img img {
    width: 5.9rem;
    height: 2.98rem;
    border-radius: .06rem;
}
.index .cCont1 .slideBox03 .swiper-slide .bg {
    width: 100%;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index .cCont2 .slideBox {
    width: 100%;
    height: 7.49rem;
    position: relative;
    overflow: hidden;
}
.index .cCont2 .slideBox .swiper-slide {
    padding-top: 1.85rem;
}
.index .cCont2 .cont {
    width: 100%;
    text-align: center;
}
.index .cCont2 .cont h2 {
    color: #fff;
    font-size: .4rem;
    line-height: 1;
    margin-bottom: .25rem;
}
.index .cCont2 .cont .txt {
    max-width: 6.9rem;
    overflow: auto;
    margin: auto;
}
.index .cCont2 .cont p {
    color: #FFF;
    font-size: .28rem;
    line-height: .4rem;
}
.index .cCont2 .cont .btn {
    width: 2.4rem;
    height: .85rem;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: .06rem;
    color: #ffffff;
    text-align: center;
    font-size: .28rem;
    line-height: .8rem;
    margin-top: .62rem;
    cursor: pointer;
    transition: all .3s;
}
.index .cCont2 .cont .btn i {
    display: inline-block;
    margin-right: .19rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.index .cCont3 .slideBox02 {
    width: 100%;
    height: 8.5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.index .cCont3 .slideBox02 .swiper-slide {
    padding-top: 1.08rem;
}
.index .cCont3 .slideBox02 .swiper-slide .title {
    font-size: .4rem;
    color: #e95a4c;
    line-height: .56rem;
    max-width: 90%;
    margin: auto;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index .cCont3 .slideBox02 .swiper-slide .date {
    font-size: .36rem;
    color: #e95a4c;
    line-height: 1;
    margin: .1rem 0 .12rem;
}
.index .cCont3 .slideBox02 .swiper-slide .text {
    max-width: 5.9rem;
    margin: auto;
    font-size: .28rem;
    color: #999999;
    line-height: .38rem;
    margin-bottom: .62rem;
}
.index .cCont3 .slideBox02 .swiper-slide .img img {
    width: 100%;
    border-radius: .06rem;
}
.index .cCont3 .slideBox02 .swiper-slide .cyMore {
    background: url(../images/btn-more.png) no-repeat;
    background-size: cover;
    margin-top: .43rem;
}
.index .cCont3 .slideBox02 .swiper-pagination {
    top: .4rem;
    bottom: auto;
}
.index .cCont4 {
    text-align: center;
    overflow: hidden;
    height: 5.9rem;
    background: url(../images/index/index-cont4-bg.jpg) no-repeat center top;
    background-size: cover;
}
.index .cCont4 .it1{
    margin: 1.89rem auto 0;
}
.index .cCont4 .it2{
    margin: 0 auto .54rem;
}
.index .cCont5 {
    color: #fff;
    text-align: center;
    overflow: hidden;
    height: 5.9rem;
    background: url(../images/index/index-cont5-bg.jpg) no-repeat center top;
    background-size: cover;
    margin-top: .1rem;
}
.index .cCont5 h3 {
    padding: 1.7rem 0 .18rem;
    font-size: .4rem;
}
.index .cCont5 h4 {
    margin-bottom: .5rem;
    font-size: .28rem;
    line-height: .4rem;
}
.cyMore {
    width: .64rem;
    height: .12rem;
    background: url(../images/cyMore.png) no-repeat;
    background-size: cover;
    margin: auto;
}
/* banner */
.banner {
    height: 9.2rem;
    position: relative;
    background-size: cover !important;
}
.banner .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem;
    position: relative;
    height: 100%;
    padding-top: 4.65rem;
    z-index: 99;
}
.banner h2 {
    color: #f7f7f7;
    font-size: .62rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Rubik';
    margin-bottom: .05rem;
}
.banner h1 {
    color: #f7f7f7;
    font-size: .4rem;
    line-height: 1;
}
/* about1 */
.about1 {
    overflow: hidden;
}
.about1 .cCont1 .R {
    margin-right: auto;
    margin-left: auto;
    margin-top: .72rem;
    width: 6.7rem;
    position: relative;
    z-index: 2;
}
.about1 .cCont1 .L {
    width: 100%;
    height: 7.15rem;
    background: url(../images/about/about1-cont1-bg.png) no-repeat center bottom;
    background-size: 100% 100%;
    position: relative;
    padding-top: 2.82rem;
    margin-top: -4.5rem;
}
.about1 .cCont1 .L .t1 {
    margin-bottom: .1rem;
}
.cH1{color: #333333;font-size: .4rem; margin-bottom: .06rem;}
.cH2{color: #333333;font-size: .36rem;font-family: 'Rubik';margin-bottom: .14rem;}

.txtCt p {
    margin-bottom: .14rem;
    color: #666666;
}
.about1 .cCont2 {
    height: 6.23rem;
    overflow: hidden;
    background: url(../images/about/about1-cont2-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: -1rem;
}
.about1 .cCont2 .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem;
    padding-top: 2.79rem;
}
.about1 .cCont2 h3 {
    color: #333333;
    font-size: .4rem;
    margin-top: .04rem;
}
/* about2-s */
.about2-s .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem; 
}
.about2-s .cCont1 {
    height: 8rem;
    background: url(../images/about/about2s-cont1-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 1.33rem;
}
.about2-s .cCont1 .Cont h2 {
    color: #666666;
    font-size: .5rem;
    line-height: 1;
    margin-bottom: .16rem;
    font-family: 'Rubik';
    text-transform: uppercase;
}
.about2-s .cCont1 .Cont h1 {
    color: #333333;
    font-size: .36rem;
    margin-bottom: 1.2rem;
}
.about2-s .cCont1 .Cont .more {
    width: 1.22rem;
    height: .12rem;
    background: url(../images/about/about2x-cont1-ic.png) no-repeat right center;
    background-size: cover;
    margin-top: .25rem;
}
.about2-s .cCont2 {
    height: 7.9rem;
    background: url(../images/about/about2s-cont2-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 1.05rem;
    margin-top: .1rem;
}
.about2-s .cCont2 .cont h4 {
    color: #666666;
    font-size: .5rem;
    font-family: 'Rubik';
    margin-bottom: .04rem;
    text-transform: uppercase;
    max-width: 3rem;
}
.about2-s .cCont2 .cont h2 {
    color: #333333;
    font-size: .36rem;
    margin-bottom: .14rem;
}
.about2-s .cCont2 .cont h3 {
    color: #333333;
    font-size: .3rem;
    line-height: .42rem;
    max-width: 3rem;
}
.about2-s .cCont3 {
    height: 8rem;
    background: url(../images/about/about2s-cont3-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-top: 1.3rem;
    margin-top: .1rem;
    overflow: hidden;
}
.about2-s .cCont3 .auto {
    position: relative;
    height: 100%;
}
.about2-s .cCont3 .list {
    position: absolute;
    left: 0;
    top: 0;
}
.about2-s .cCont3 .list .li .cx{display: table-cell;vertical-align: middle;width: 2.06rem;height: 2.06rem;padding: 0 .45rem;}
.about2-s .cCont3 .list .li{width: 2.06rem;height: 2.06rem;background: url('../images/about/about2s-cont3-list-bg.png') no-repeat center; background-size: cover; position: absolute;}
.about2-s .cCont3 .list .li em{display: block;color: #b5b6d2;font-size: .21rem;line-height: 1;margin-bottom: .02rem;}
.about2-s .cCont3 .list .li h3{color: #b5b6d2;font-size: .21rem;line-height: 1.4;margin-bottom: .03rem;}
.about2-s .cCont3 .list .li h4{color: #686aa9;font-size: .16rem;line-height: 1.1;font-family: 'Rubik';text-transform: uppercase;}
.about2-s .cCont3 .list .i1{left: 1.23rem;top:0;}
.about2-s .cCont3 .list .i2{left: 0;top:1.23rem;}
.about2-s .cCont3 .list .i3{left: 2.5rem;top:1.27rem;}
.about2-s .cCont3 .list .i4{left: 1.26rem;top: 2.48rem;}
.about2-s .cCont3 .list .i5{left: 3.75rem;top: 2.53rem;}
.about2-s .cCont3 .list .i6{left: 2.5rem;top:3.74rem;}
.about2-s .cCont3 .cont {
    position: absolute;
    left: 4.1rem;
    top: 0;
}
.about2-s .cCont3 .cont h4 {
    color: #666666;
    font-size: .5rem;
    line-height: 1;
    font-family: 'Rubik';
    text-transform: uppercase;
    letter-spacing: -.04rem;
}
.about2-s .cCont3 .cont h3 {
    color: #333333;
    font-size: .36rem;
}
.about2-s .cCont4 .slideBox {
    width: 100%;
    height: 12.8rem;
    position: relative;
    overflow: hidden;
}
.about2-s .cCont4 .slideBox:before {
    content: '';
    width: 100%;
    height: 3.9rem;
    background: url(../images/about/ico1.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.about2-s .cCont4 .slideBox .auto {
    position: relative;
    height: 100%;
}
.about2-s .cCont4 .slideBox .box1 .tit {
    position: absolute;
    top: 3rem;
}
.about2-s .cCont4 .slideBox .box1 .tit h3 {
    color: #e95a4c;
    font-size: .42rem;
    margin-top: .14rem;
    margin-left: 4rem;
}
.about2-s .cCont4 .slideBox .box1 .txtCont {
    position: absolute;
    bottom: 1.2rem;
    left: 0;
}
.about2-s .cCont4 .slideBox .box1 .txtCont .list2 {
    margin-top: .36rem;
}
.about2-s .cCont4 .slideBox dt {
    color: #666666;
    font-size: .36rem;
    margin-bottom: .2rem;
}
.about2-s .cCont4 .slideBox dt em {
    display: block;
    color: #666666;
    margin-bottom: .04rem;
    position: relative;
    font-size: .4rem;
    font-family: 'Rubik';
    line-height: 1;
}

.about2-s .cCont4 .slideBox .box1 dd p {
    position: relative;
}
.about2-s .cCont4 .slideBox .box1 .list2 dd p:before {
    content: '';
    width: .08rem;
    height: .02rem;
    background-color: #666666;
    position: absolute;
    left: -.16rem;
    top: .2rem;
}

.about2-s .cCont4 .slideBox .box2 .txtCont,
.about2-s .cCont4 .slideBox .box3 .txtCont,
.about2-s .cCont4 .slideBox .box4 .txtCont,
.about2-s .cCont4 .slideBox .box5 .txtCont,
.about2-s .cCont4 .slideBox .box6 .txtCont {
    padding-top: 1.6rem;
}
.about2-s .cCont4 .slideBox .box2 dt,
.about2-s .cCont4 .slideBox .box2 dt em,
.about2-s .cCont4 .slideBox .box2 dd p {
    color: #fff;
}
.about2-s .cCont4 .slideBox .box2 dd p {
    position: relative;
}
.about2-s .cCont4 .slideBox .box2 .list2 dd p:before {
    content: '';
    width: .08rem;
    height: .02rem;
    background-color: #fff;
    position: absolute;
    left: -.16rem;
    top: .2rem;
}
.about2-s .cCont4 .slideBox .box2 .list2 {
    margin-top: .6rem;
}
.about2-s .cCont4 .slideBox .box2 .tit {
    position: absolute;
    top: 9.2rem;
    width: 100%;
    text-align: center;
}
.about2-s .cCont4 .slideBox .box2 .tit h3 {
    color: #e95a4c;
    font-size: .3rem;
    margin-top: .04rem;
}

.about2-s .cCont4 .slideBox .box3 dt,
.about2-s .cCont4 .slideBox .box3 dt em,
.about2-s .cCont4 .slideBox .box3 dd p {
    color: #666666;
}
.about2-s .cCont4 .slideBox .box3 dd p {
    position: relative;
}
.about2-s .cCont4 .slideBox .box3 .list2 dd p:before {
    content: '';
    width: .08rem;
    height: .02rem;
    background-color: #666666;
    position: absolute;
    left: -.16rem;
    top: .2rem;
}
.about2-s .cCont4 .slideBox .box3 .list2 {
    margin-top: .6rem;
}
.about2-s .cCont4 .slideBox .box3 .tit {
    position: absolute;
    top: 11.1rem;
    width: 100%;
    text-align: center;
}
.about2-s .cCont4 .slideBox .box3 .tit h3 {
    color: #e95a4c;
    font-size: .3rem;
    margin-top: .04rem;
}

.about2-s .cCont4 .slideBox .box4 dt,
.about2-s .cCont4 .slideBox .box4 dt em,
.about2-s .cCont4 .slideBox .box4 dd p {
    color: #666666;
}
.about2-s .cCont4 .slideBox .box4 dd p {
    position: relative;
}
.about2-s .cCont4 .slideBox .box4 .list2 dd p:before {
    content: '';
    width: .08rem;
    height: .02rem;
    background-color: #666666;
    position: absolute;
    left: -.16rem;
    top: .2rem;
}
.about2-s .cCont4 .slideBox .box4 .list2 {
    margin-top: .6rem;
}
.about2-s .cCont4 .slideBox .box4 .tit {
    position: absolute;
    top: 8.52rem;
    width: 100%;
    text-align: center;
}
.about2-s .cCont4 .slideBox .box4 .tit h3 {
    color: #e95a4c;
    font-size: .3rem;
    margin-top: .04rem;
}

.about2-s .cCont4 .slideBox .box5 dt,
.about2-s .cCont4 .slideBox .box5 dt em,
.about2-s .cCont4 .slideBox .box5 dd p {
    color: #666666;
}
.about2-s .cCont4 .slideBox .box5 dd p {
    position: relative;
}
.about2-s .cCont4 .slideBox .box5 .list2 dd p:before {
    content: '';
    width: .08rem;
    height: .02rem;
    background-color: #666666;
    position: absolute;
    left: -.16rem;
    top: .2rem;
}
.about2-s .cCont4 .slideBox .box5 .list2 {
    margin-top: .6rem;
}
.about2-s .cCont4 .slideBox .box5 .tit {
    position: absolute;
    top: 11.1rem;
    width: 100%;
    text-align: center;
}
.about2-s .cCont4 .slideBox .box5 .tit h3 {
    color: #e95a4c;
    font-size: .3rem;
    margin-top: .04rem;
    text-align: left;
    padding-left: 3.6rem;
}

.about2-s .cCont4 .slideBox .box6 dt,
.about2-s .cCont4 .slideBox .box6 dt em,
.about2-s .cCont4 .slideBox .box6 dd p {
    color: #666666;
}
.about2-s .cCont4 .slideBox .box6 dd p {
    position: relative;
}
.about2-s .cCont4 .slideBox .box6 .list2 dd p:before {
    content: '';
    width: .08rem;
    height: .02rem;
    background-color: #666666;
    position: absolute;
    left: -.16rem;
    top: .2rem;
}
.about2-s .cCont4 .slideBox .box6 .list2 {
    margin-top: .6rem;
}
.about2-s .cCont4 .slideBox .box6 .tit {
    position: absolute;
    top: 8.33rem;
    width: 100%;
    text-align: center;
}
.about2-s .cCont4 .slideBox .box6 .tit h3 {
    color: #e95a4c;
    font-size: .3rem;
    position: absolute;
    top: 1.35rem;
    left: 1rem;
}

.about2-s .cCont4 .swiper-pagination-bullet {
    width: 1.1rem;
    background: #fff;
    position: relative;
}
.about2-s .cCont4 .swiper-pagination-bullet em {
    font-size: .22rem;
    color: #fff;
    position: absolute;
    top: -.5rem;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
.about2-s .cCont4 .swiper-pagination-bullet.swiper-pagination-bullet-active em {
    opacity: 1;
}
/* about3 */
.about3 {
    padding-bottom: 1.05rem;
}
.about3 .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem; 
}
.about3 .cCont1 .L {
    overflow: hidden;
    margin-top: .8rem;
}
.about3 .cCont1 .L .li {
    float: left;
    width: 2rem;
    margin-left: .35rem;
    position: relative;
}
.about3 .cCont1 .L .li:first-child {
    margin-left: 0;
}
.about3 .cCont1 .L .li.i2 {
    margin-top: 1.33rem;
}
.about3 .cCont1 .L .li h3 {
    color: #fafafa;
    font-size: .3rem;
    line-height: 1;
    position: absolute;
    left: .4rem;
    top: 2rem;
}
.about3 .cCont1 .L .li h3:before {
    content: "";
    display: block;
    width: .38rem;
    height: .03rem;
    background-color: #e95a4c;
    position: absolute;
    bottom: -.23rem;
    left: 0;
}
.about3 .cCont1 .R {
    margin-top: .85rem;
}
.about3 .cCont1 .R h4 {
    color: #e95a4c;
    font-size: .42rem;
    margin-bottom: .36rem;
}
/* news1 */
.news1 .cCont1 .slideBox02 {
    width: 100%;
    height: 8rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.news1 .cCont1 .slideBox02 .swiper-slide {
    padding-top: 1.08rem;
}
.news1 .cCont1 .slideBox02 .swiper-slide .title {
    font-size: .4rem;
    color: #e95a4c;
    line-height: .56rem;
    max-width: 90%;
    margin: auto;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news1 .cCont1 .slideBox02 .swiper-slide .date {
    font-size: .36rem;
    color: #e95a4c;
    line-height: 1;
    margin: .1rem 0 .12rem;
}
.news1 .cCont1 .slideBox02 .swiper-slide .text {
    max-width: 5.9rem;
    margin: auto;
    font-size: .28rem;
    color: #999999;
    line-height: .38rem;
    margin-bottom: .62rem;
}
.news1 .cCont1 .slideBox02 .swiper-slide .img img {
    width: 100%;
    border-radius: .06rem;
}
.news1 .cCont1 .slideBox02 .swiper-slide .cyMore {
    background: url(../images/btn-more.png) no-repeat;
    background-size: cover;
    margin-top: .43rem;
}
.news1 .cCont1 .slideBox02 .swiper-pagination {
    top: .4rem;
    bottom: auto;
}
.news1 .cCont1 .bom {
    padding-bottom: .35rem;
}
.news1 .cCont1 .bom .list {
    margin-bottom: .1rem;
}
.news1 .cCont1 .bom .list .li {
    padding: .34rem .4rem .46rem;
    margin-bottom: .1rem;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: .1rem;
}
.news1 .cCont1 .bom .list .li h3 {
    color: #666666;
    font-size: .42rem;
    line-height: 1;
    font-family: 'Montserrat';
    letter-spacing: -.02rem;
    margin-bottom: .02rem;
}
.news1 .cCont1 .bom .list .li h2 {
    color: #666666;
    font-size: .32rem;
}
.cMore {
    display: block;
    height: .93rem;
    border: 1px solid #e2e2e2;
    text-align: center;
    line-height: .9rem;
}
.cMore em {
    display: inline-block;
    padding-right: .36rem;
    background: url(../images/cmore-ic.png) no-repeat center right;
    background-size: .32rem .32rem;
    font-size: .28rem;
    color: #666666;
    letter-spacing: .01rem;
}
/* search */
.searchResult .banner {
    height: 6.96rem;
    position: relative;
}
.searchResult .banner .auto {
    padding-top: 4rem;
}
.searchResult .banner h2 {
    color: #000000;
}
.searchResult .banner h1 {
    color: #000000;
}
.searchResult .tip {
    position: relative;
    margin-top: -.8rem;
    z-index: 99;
}
.searchResult .tip .L {
    margin-bottom: .7rem;
}
.searchResult .tip input {
    margin-bottom: 10px;
    width: 5.26rem;
    height: .75rem;
    border-radius: .38rem;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 0 .22rem;
}
.searchResult .tip .L .btn {
    width: 1.65rem;
    height: .75rem;
    border-radius: .38rem;
    background: #e95a4c url(../images/search-tip-2.png) no-repeat center;
    background-size: .21rem .22rem;
}
.searchResult .tip .R h5 {
    color: #666666;
    font-size: .28rem;
}
.searchResult .tip .R h5 img {
    width: .41rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .14rem 0 .34rem;
}
.searchResult .cCont1 .bom {
    padding-bottom: .35rem;
    margin-top: .46rem;
}
.searchResult .cCont1 .bom .list {
    margin-bottom: .1rem;
}
.searchResult .cCont1 .bom .list .li {
    padding: .34rem .4rem .46rem;
    margin-bottom: .1rem;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: .1rem;
}
.searchResult .cCont1 .bom .list .li h3 {
    color: #666666;
    font-size: .42rem;
    line-height: 1;
    font-family: 'Montserrat';
    letter-spacing: -.02rem;
    margin-bottom: .02rem;
}
.searchResult .cCont1 .bom .list .li h2 {
    color: #666666;
    font-size: .32rem;
}
.searchResult .reBtn {
    width: 1.11rem;
    height: 1.11rem;
    background-color: #e95a4c;
    text-align: center;
    line-height: .3rem;
    font-size: .19rem;
    color: #ffffff;
    border-radius: 50%;
    margin-top: .45rem;
    padding: .24rem;
}
/* news1-data */
.news1-data {
    margin-bottom: .3rem;
}
.news1-data .banner {
    height: 7.1rem;
    position: relative;
}
.news1-data .cCont1 .Top {
    border-bottom: 1px solid #000000;
    position: relative;
    margin-top: -.77rem;
    margin-bottom: .4rem;
}
.news1-data .cCont1 .Top h2 {
    color: #e95a4c;
    font-size: .4rem;
    line-height: 1.2;
    margin-bottom: .06rem;
}
.news1-data .cCont1 .Top h3 {
    font-family: 'Montserrat';
    margin-bottom: .2rem;
    color: #e95a4c;
    font-size: .36rem;
    line-height: 1;
}
.news1-data .cCont1 .Cont p {
    line-height: .42rem;
    margin-bottom: .24rem;
}
.news1-data .cCont1 .Cont p img {
    border-radius: .1rem;
}
.news1-data .gs-btn a {
    height: .93rem;
    line-height: .9rem;
    border: 1px solid #e2e2e2;
    border-radius: .06rem;
    padding: 0 .3rem;
    margin-bottom: .1rem;
    font-size: .28rem;
    color: #666666;
    letter-spacing: .01rem;
}
.news1-data .gs-btn a.prev {
    background: url(../images/news/ico1.png) no-repeat 6.2rem center;
    background-size: .32rem .32rem;
}
.news1-data .gs-btn a.next {
    background: url(../images/news/ico2.png) no-repeat 6.2rem center;
    background-size: .32rem .32rem;
}
.news1-data .reBtn {
    width: 1.11rem;
    height: 1.11rem;
    background-color: #e95a4c;
    text-align: center;
    line-height: .3rem;
    font-size: .19rem;
    color: #ffffff;
    border-radius: 50%;
    margin-top: .3rem;
    padding: .24rem;
}
/* product1 */
.product1 {
    margin-bottom: .4rem;
}
.product1 .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem;
    position: relative;
}
.product1 .cCont1 h2 {
    color: #333333;
    font-size: .36rem;
    line-height: .5rem;
    margin-bottom: .2rem;
}
.product1 .cCont1 .txt p {
    line-height: .42rem;
}
.product1 .cCont1 .auto {
    padding-bottom: 6.6rem;
    margin-top: .6rem;
    position: relative;
}
.product1 .cCont1 .posUl {
    width: 6.7rem;
    height: 5.82rem;
    background: url(../images/product/product1-cont1-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: .5rem;
}
.product1 .cCont1 .posUl li{
    width: .82rem;
    height: .82rem;
    position: absolute;
}
.product1 .cCont1 .posUl .i1 {
    left: 1.3rem;
    top: .5rem;
}
.product1 .cCont1 .posUl .i2{
    left: 2.5rem;
    top: 1rem;
}
.product1 .cCont1 .posUl .i3{
    left: 2.2rem;
    top: 2.3rem;
}
.product1 .cCont1 .posUl .i4{
    left: .9rem;
    top: 2.5rem;
}
.product1 .cCont1 .posUl .i5{
    left: 3.2rem;
    top: 3.1rem;
}
.product1 .cCont1 .posUl .i6{
    left: 1.3rem;
    top: 3.6rem;
}
.product1 .cCont1 .posUl .i7{
    left: 1.5rem;
    top: 4.6rem;
}
.product1 .cCont1 .posUl .i8{
    left: 2.5rem;
    top: 4.9rem;
}
.product1 .cCont1 .posUl li p em{
    display: table-cell;
    vertical-align: middle;
    width: .81rem;
    height: .81rem;
    text-align: center;
    line-height: 1.2;
    font-size: .18rem;
    color: #FFF;
}
.product1 .cCont1 .posUl li p{
    width: .81rem;
    height: .81rem;
    position: absolute;
    left: 0;
    top:0;
}
.product1 .cCont1 .posUl li p img {
    width: .8rem;
    height: .8rem;
}
.product1 .cCont1 .pr-lit{
    position: absolute;
    bottom: 2.5rem;
    right: 0px;
    width: 2.4rem;
}
.product1 .cCont1 .pr-lit p{float: left;color: #666666;font-size: .28rem;margin-bottom: .5rem;}
.product1 .cCont1 .pr-lit p em{color: #FFF;font-family: 'Rubik';font-size: 1rem;-webkit-text-stroke: 1px #ea6255;}
.product1 .cCont2 .slideBox {
    width: 100%;
    height: 7.6rem;
    position: relative;
    overflow: hidden;
}
.product1 .cCont2 .slideBox .cont {
    width: 100%;
    margin-top: 3.13rem;
    padding-top: 1.25rem;
    position: relative;
}
.product1 .cCont2 .slideBox .cont h3 {
    color: #fff;
    font-size: .34rem;
    line-height: 1.4;
    position: absolute;
    top: 0rem;
    left: 0;
}
.product1 .cCont2 .slideBox .cont .cyMore {
    width: 2.4rem;
    height: .85rem;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: .06rem;
    color: #ffffff;
    text-align: center;
    font-size: .16rem;
    line-height: .8rem;
    margin: 0;
    cursor: pointer;
}
.product1 .cCont2 .slideBox .cont .cyMore i {
    display: inline-block;
    margin-right: .19rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.product1 .cCont2 .swiper-pagination {
    bottom: 3.5rem;
    left: .3rem;
    width: 100%;
    text-align: left;
}
.product1 .cCont2 .swiper-pagination-bullet {
    background: #fff;
    opacity: .3;
}
.product1 .cCont2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.product1 .cCont3 .ovs-dt {
    height: 1.32rem;
    position: relative;
}
.product1 .cCont3 .ovs-dt ul {
    padding-top: .45rem;
    font-size: 0;
}
.product1 .cCont3 .ovs-dt li {
    display: inline-block;
    padding-left: .28rem;
    margin-right: .33rem;
    vertical-align: bottom;
    color: #666666;
    font-size: .4rem;
    line-height: 1;
    position: relative;
}
.product1 .cCont3 .ovs-dt li.on {
    color: #e95a4c;
}
.product1 .cCont3 .ovs-dt li:before {
    content: "";
    width: .11rem;
    height: 0;
    border-top: 2px solid #010107;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -1px;
}
.product1 .cCont3 .ovs-dt li.on:before {
    border-color: #e95a4c;
}
.product1 .cCont3 .card .li {
    width: 100%;
    margin-bottom: .3rem;
}
.product1 .cCont3 .card .li .cont {
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: .3rem;
    text-align: center;
    position: relative;
}
.product1 .cCont3 .card .li h3 {
    color: #333333;
    font-size: .36rem;
    margin-bottom: .04rem;
}
.product1 .cCont3 .card .li p {
    color: #666666;
    font-size: .28rem;
    text-align: center;
    margin-bottom: .3rem;
}
.product1 .cCont3 .card .li .cont:after {
    content: "";
    display: block;
    width: .21rem;
    height: .04rem;
    background: url(../images/product/product1-cont-ic1.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    bottom: .29rem;
    left: 0;
    right: 0;
    margin: auto;
}
/* product1-data */
.product1-data {
    margin-bottom: .6rem;
}
.product1-data .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem;
}
.product1-data .slideBox {
    width: 100%;
    height: 9.2rem;
    position: relative;
    overflow: hidden;
}
.product1-data .slideBox .auto {
    position: relative;
    height: 100%;
}
.product1-data .banner .content {
    padding-top: 5.5rem;
}
.product1-data .tit-ci h2 {
    color: #fefefe;
    font-size: .42rem;
    line-height: 1.2;
    margin-bottom: .16rem;
}
.product1-data .tit-ci ul li {
    display: inline-block;
    margin-right: .42rem;
    font-size: .3rem;
    color: #FFF;
    position: relative;
}
.product1-data .tit-ci ul li:before {
    content: "";
    width: .14rem;
    height: 0;
    border-top: 2px solid #ff6633;
    position: absolute;
    left: -.24rem;
    bottom: 50%;
    margin-bottom: -1px;
}
.product1-data .tit-ci ul li em {
    position: relative;
    z-index: 20;
}
.product1-data .y-Cont .tip .le,
.product1-data .y-Cont .tip .ri {
    float: none;
}
.product1-data .y-Cont .tip h3 {
    color: #ff6633;
    font-size: .4rem;
    margin: .42rem 0 .18rem;
}
.product1-data .y-Cont .tip .le p {
    margin-bottom: .14rem;
    line-height: .42rem;
}
.product1-data .y-Cont .tip .ri .lit em {
    color: #e95a4c;
    font-size: .4rem;
    line-height: 1;
    font-family: 'Rubik';
}
.product1-data .y-Cont .tip .ri .lit p {
    color: #666666;
    font-size: .28rem;
    line-height: .34rem;
    position: relative;
    padding-left: .33rem;
    margin-bottom: .05rem;
}
.product1-data .y-Cont .tip .ri .lit .ic {
    position: absolute;
    left: 0;
    top: .05rem;
    width: .23rem;
}
.product1-data .slideBox02 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: .23rem;
    margin-top: .72rem;
}
.product1-data .slideBox02 .swiper-pagination {
    bottom: -.1rem;
    text-align: left;
}
/* product2 */
.banner .slideBox {
    width: 100%;
    height: 9.2rem;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 10;
}
.product2 {
    margin-bottom: .7rem;
}
.product2 .cCont1 {
    height: 9.27rem;
    background: url(../images/product/product2-top-cont1-bg2.jpg) no-repeat center top;
    background-size: cover;
    padding-top: .95rem;
}
.product2 .cCont1 .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem;
    position: relative;
}
.product2 .cCont1 .L h2 {
    color: #e95a4c;
    font-size: .42rem;
}
.product2 .cCont1 .R .kix-dt {
    position: absolute;
    right: -.3rem;
    top: -.4rem;
}
.product2 .cCont1 .R .kix-dt a {
    float: left;
    width: 1.5rem;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    border: .02rem solid #bcb6b0;
    margin-right: .1rem;
    font-size: .28rem;
    color: #ffffff;
    transition: all .3s;
}
.product2 .cCont1 .R .kix-dt a.on {
    background-color: #e95a4c;
    border-color: #e95a4c;
    color: #ffffff;
}
.product2 .cCont1 .R {
    width: 4.2rem;
    height: 4.5rem;
    overflow-y: auto;
    padding-right: .22rem;
    margin-top: .46rem;
}
.product2 .cCont1 .R::-webkit-scrollbar { width: 5px; height: 8px; background-color: rgba(255,255,255,.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0 }
.product2 .cCont1 .R::-webkit-scrollbar-thumb { background-color: #2e3191; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0 }
.product2 .cCont1 .R p {
    color: #ffffff;
    opacity: .7;
    line-height: .42rem;
    margin-bottom: .1rem;
}
.product2 .cCont2 {
    height: 13.96rem;
    overflow: hidden;
    padding-top: 4.67rem;
    background: url(../images/product/product2-cont2-bg.jpg) no-repeat center top;
    background-size: cover;
    margin-top: .1rem;
    position: relative;
}
.product2 .cCont2 .R .i1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.38rem;
    height: 4.07rem;
}
.product2 .cCont2 .R .i2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.03rem;
    height: 6.24rem;
}
.product2 .cCont2 .L .title {
    color: #4d4d4d;
    font-size: .32rem;
    line-height: 1.4;
    margin-bottom: .1rem;
    font-weight: 400;
    margin-left: .5rem;
}
.product2 .cCont2 .L .list {
    width: 4.04rem;
    margin-left: .3rem;
}
.product2 .cCont2 .L .list a {
    margin-bottom: .27rem;
    padding-left: .2rem;
}
.product2 .cCont2 .L .list h3 {
    color: #4d4d4d;
    font-size: .32rem;
    line-height: 1.4;
    margin-bottom: .04rem;
    font-weight: 400;
    position: relative;
}
.product2 .cCont2 .L .list h3:before,
.product2 .cCont2 .L .scroll_box p:before {
    content: '';
    width: .2rem;
    height: 1px;
    background-color: #4d4d4d;
    position: absolute;
    left: -.4rem;
    top: .2rem;
}
.product2 .cCont2 .L .list h4 {
    color: #4d4d4d;
    font-size: .32rem;
}
.product2 .cCont2 .L .scroll_box {
    width: 100%;
    height: 4.6rem;
    overflow-y: auto;
    padding: 0 .3rem 0 .5rem;
    margin-top: .6rem;
}
.product2 .cCont2 .L .scroll_box::-webkit-scrollbar { width: 5px; height: 8px; background-color: rgba(255,255,255,.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0 }
.product2 .cCont2 .L .scroll_box::-webkit-scrollbar-thumb { background-color: #2e3191; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0 }
.product2 .cCont2 .L .scroll_box p {
    color: #4d4d4d;
    font-size: .32rem;
    line-height: 1.4;
    margin-bottom: .14rem;
    font-weight: 400;
    position: relative;
}
.product2 .cCont3 .slideBox02 {
    width: 100%;
    height: 8.62rem;
    position: relative;
    overflow: hidden;
}
.product2 .cCont3 .slideBox02 .swiper-slide:after {
    content: "";
    background: url(../images/product/product2-cont3-bxs.png) no-repeat bottom center;
    background-size: cover;
    height: 5.4rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.product2 .cCont3 .slideBox02 .swiper-slide .auto {
    height: 8.62rem;
    z-index: 30;
    position: relative;
}
.product2 .cCont3 .slideBox02 .swiper-slide .cont {
    width: 6.7rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .46rem;
    margin: auto;
}
.product2 .cCont3 .slideBox02 .swiper-slide .cont h3 {
    color: #FFF;
    padding-bottom: .22rem;
    margin-bottom: .24rem;
    font-size: .32rem;
    line-height: .46rem;
    position: relative;
}
.product2 .cCont3 .slideBox02 .swiper-slide .cont h3:before {
    content: "";
    width: .42rem;
    height: 0;
    border-top: 2px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product2 .cCont3 .slideBox02 .swiper-slide .cont p {
    color: #FFF;
    opacity: .6;
    text-align: justify;
}
.product2 .cCont5 {
    padding-top: .65rem;
    padding-right: .3rem;
}
.product2 .cCont5 .slideBox03 {
    width: 100%;
    height: 5.7rem;
    margin-top: .7rem;
    position: relative;
    overflow: hidden;
}
.product2 .cCont5 .pos h4 {
    color: #333333;
    font-size: .42rem;
    text-align: right;
    margin-bottom: .7rem;
}
.product2 .cCont5 .slideBox03 .swiper-slide .img {
    width: 6.2rem;
    height: 5.7rem;
    position: relative;
}
.product2 .cCont5 .slideBox03 .swiper-slide .img .tit {
    width: 100%;
    /* height: 1rem; */
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 30;
    text-align: center;
}
.product2 .cCont5 .slideBox03 .swiper-slide .img .tit h4 {
    font-size: .28rem;
    color: #fff;
    padding: .25rem;
}
/* join1 */
.join1 {
    margin-bottom: .4rem;
}
.join1 .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem;
}
.join1 .y-Cont .Top {
    overflow: hidden;
    margin: .6rem 0 .45rem;
}
.join1 .y-Cont .list-dd{float: left;}
.join1 .y-Cont .list-dd ul li.on{color: #e95a4c;}
.join1 .y-Cont .list-dd ul li.on:before {
    border-top: 2px solid #e95a4c;
}
.join1 .y-Cont .list-dd ul li{
    display: inline-block;
    padding-left: .28rem;
    margin-right: .33rem;
    vertical-align: bottom;
    color: #333333;
    font-size: .3rem;
    line-height: 1;
    position: relative;
}
.join1 .y-Cont .list-dd ul li:before {
    content: "";
    width: .11rem;
    height: 0;
    border-top: 2px solid #010107;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -1px;
}
.join1 .y-Cont .dl-doe .dt {
    background-color: #f4f4f4;
    padding: 0 .7rem 0 .42rem;
    line-height: 1.75rem;
    height: 1.75rem;
    border-radius: .1rem;
    margin-bottom: .1rem;
    cursor: pointer;
    position: relative;
}
.join1 .y-Cont .dl-doe .dt strong {
    display: inline-block;
    margin-right: .33rem;
    font-size: .32rem;
    font-weight: 400;
}
.join1 .y-Cont .dl-doe .dt p {
    display: inline-block;
    color: #666666;
    font-size: .32rem;
}
.join1 .y-Cont .dl-doe .dt:after {
    content: "";
    width: .17rem;
    height: .33rem;
    background: url(../images/join/join1-cont1-dow2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: .5rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.join1 .y-Cont .dl-doe .dt .ic {
    position: relative;
    width: .25rem;
    top: -.02rem;
    margin-right: .07rem;
}
/* join-data */
.join-data {
    margin-bottom: .3rem;
}
.join-data .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem;
}
.join-data .Top {
    padding: .74rem 0 .47rem;
    border-bottom: 1px solid #e8e8e8;
}
.join-data .Top h3 {
    font-size: .4rem;
    color: #e95a4c;
    line-height: 1.2;
    margin-bottom: .18rem;
}
.join-data .Top ul {
    overflow: hidden;
}
.join-data .Top li {
    float: left;
    min-width: 2.3rem;
    margin-right: .2rem;
    font-size: .28rem;
    color: #666666;
    line-height: .42rem;
}
.join-data .Cont h4 {
    font-size: .32rem;
    color: #333333;
    line-height: 1.2;
    margin: .43rem 0 .24rem;
}
.join-data .Cont p {
    line-height: .5rem;
}
.join-data .reBtn {
    width: 1.11rem;
    height: 1.11rem;
    background-color: #e95a4c;
    text-align: center;
    line-height: .24rem;
    font-size: .19rem;
    color: #ffffff;
    border-radius: 50%;
    margin-top: .2rem;
    padding: .33rem;
}
/* contact1 */
.contact1 {
    margin-bottom: .4rem;
}
.contact1 .auto {
    margin-right: auto;
    margin-left: auto;
    width: 6.7rem;
}
.contact1 .cCont1 .Top {
    margin: .44rem 0 .94rem;
}
.contact1 .cCont1 .Top h2 {
    color: #000000;
    font-size: .36rem;
    line-height: 1.2;
    margin-bottom: .15rem;
    margin-top: 1rem;
    position: relative;
    text-align: center;
}
.contact1 .cCont1 .Top h2:after {
    content: "";
    width: .08rem;
    height: 0;
    border-top: 2px solid #e95a4c;
    position: absolute;
    left: 50%;
    margin-left: -.04rem;
    top: -.5rem;
}
.contact1 .cCont1 .Top p {
    color: #5c5c5c;
    text-align: center;
}
.contact1 #baiMap .BMap_scaleCtrl {
    display: none;
}
.contact1 #baiMap{height: 3.5rem; border-radius: .2rem;}
#baiMap a{display: inline-block;}
#baiMap img{display: inline-block;max-width: none;}
.bMap-posTit:after{content: "";width: 0;height: 0;border: 4px solid transparent;border-top: 6px solid #FFF;position: absolute;bottom: -9px;left: 0;right: 0;margin: auto;}
.bMap-posTit{width: 150px;height: 56px;background-color: #FFF;text-align: center;line-height: 56px;color: #666666;font-weight: bold;font-size: 14px;letter-spacing: 1px;position: absolute;left: -66px;top: -63px;box-shadow: 0 2px 3px 2px rgba(0,0,0,.1);border-radius: 4px;}

/* contact2 */
.contact2 .clear-float .auto {
    margin: .56rem auto .55rem;
}
.contact2 .R .ic {
    width: .52rem;
    margin-bottom: .18rem;
}
.contact2 .R h3 {
    color: #666666;
    font-size: .28rem;
    margin-bottom: .12rem;
    line-height: .4rem;
}
.contact2 .R h4 {
    color: #e95a4c;
    font-size: .28rem;
    margin-bottom: .3rem;
}
.contact2 .input span {
    float: left;
    display: block;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 14px;
    color: #666666;
    width: 1.96rem;
    background-color: #f2eae9;
}
.contact2 input[type='text'],
.contact2 input[type='password'] {
    width: 4.74rem;
    height: 1rem;
    background-color: #f8f3f2;
    padding: 0 .36rem;
    font-size: .28rem;
    color: #666666;
}
.contact2 .input .lylx,
.contact2 .input .name,
.contact2 .input .ly,
.contact2 .input .yzm {
    width: 100%;
    height: 1rem;
    margin-bottom: .1rem;
    position: relative;
}
.contact2 .input .ipt {
    float: left;
    position: relative;
    padding: 0 .36rem;
    font-size: .28rem;
    color: #666666;
    width: 4.74rem;
    height: 1rem;
    line-height: 1rem;
    background-color: #f5e0de;
    border: none;
}
.contact2 .input .down-ul {
    display: none;
    width: 4.74rem;
    background-color: #FFF;
    margin-left: -.36rem;
    position: relative;
    z-index: 99;
}
.contact2 .input .down-ul li {
    color: #666;
    font-size: .28rem;
    line-height: .42rem;
    padding: .08rem .36rem;
}
.contact2 .distpicker .sheng,
.contact2 .distpicker .shi {
    float: left;
    position: relative;
    height: 1rem;
    width: 2.37rem;
}
.contact2 .distpicker select {
    position: relative;
    height: 1rem;
    width: 2.37rem;
    background-color: #f5e0de;
    border: none;
    z-index: 99;
    text-indent: .2rem;
    color: #666;
    border-radius: 0;
    cursor: pointer;
}
.contact2 .input .ipt .btn,
.contact2 .distpicker .sheng:after,
.contact2 .distpicker .shi:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: .72rem;
    height: 1rem;
    background: url(../images/contact/btn.jpg) no-repeat center;
    background-size: cover;
    z-index: 999;
}
.contact2 .input .ly {
    height: 2.33rem;
}
.contact2 .input .ly textarea {
    width: 100%;
    height: 2.33rem;
    background-color: #f2eae9;
    border: none;
    padding: .24rem;
    font-size: .28rem;
    color: #666666;
}
.contact2 .yzm img {
    height: 1rem;
    position: absolute;
    right: 0;
    top: 0;
}
.contact2 .input .chs-bx {
    width: 100%;
    height: auto;
    text-align: right;
    padding: .35rem 0;
}
.contact2 .chs-bx input {
    display: inline-block;
    cursor: pointer;
}
.contact2 .chs-bx p {
    display: inline-block;
    color: #666666;
    font-size: .28rem;
    cursor: default;
}
.contact2 .chs-bx p em {
    color: #e95a4c;
    text-decoration: underline;
}
.contact2 .submitBtn {
    width: 100%;
    height: 1rem;
    background: #2e3191 url(../images/contact/contact2-shumit-btn.png) no-repeat right .42rem center;
    background-size: .33rem .33rem;
    padding: 0 .4rem;
    color: #FFF;
    font-size: .28rem;
    text-align: left;
}
/* progress1 */
.progress1 {
    overflow: hidden;
}
.tip-pos {
    width: 100%;
    max-width: 7.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.progress1 .cCont1 {
    padding: 2.15rem 0 0 2.38rem;
    position: relative;
}
.progress1 .cCont1 .slideBox {
    width: 100%;
    height: 8.64rem;
    position: relative;
    overflow: hidden;
}
.progress1 .cCont1 .contBox {
    position: absolute;
    width: 100%;
    top: 6rem;
    left: 0;
    z-index: 2;
}
.progress1 .cCont1 .contBox h3 {
    color: #eb6558;
    font-size: .42rem;
    letter-spacing: .14rem;
    padding-left: .62rem;
}
.progress1 .cCont1 .s1 {
    width: 2.6rem;
    height: 6.2rem;
    position: absolute;
    top: 3.85rem;
    left: -1.32rem;
}
.progress1 .cCont1 .s2 {
    width: 1.62rem;
    height: 1.28rem;
    position: absolute;
    top: 1.73rem;
    left: 4.53rem;
}
.progress1 .cCont1 .s3 {
    width: 2.89rem;
    height: 2.98rem;
    position: absolute;
    top: 8.95rem;
    left: 4.5rem;
}
.progress1 .cCont2 {
    padding: 2.28rem 2.38rem 0 0;
    position: relative;
}
.progress1 .cCont2 .slideBox02 {
    width: 100%;
    height: 8.64rem;
    position: relative;
    overflow: hidden;
}
.progress1 .cCont2 .contBox {
    position: absolute;
    width: 100%;
    top: 5.5rem;
    left: 0;
    z-index: 2;
}
.progress1 .cCont2 .contBox h3 {
    color: #eb6558;
    font-size: .42rem;
    letter-spacing: .14rem;
    padding-left: 3.62rem;
    margin-top: .08rem;
}
.progress1 .cCont2 .s1 {
    width: 2.01rem;
    height: 2.89rem;
    position: absolute;
    top: 4.96rem;
    left: 5.32rem;
}
.progress1 .cCont3 {
    padding: 4.05rem 0 3.3rem .3rem;
    position: relative;
}
.progress1 .cCont3 .slideBox03 {
    width: 100%;
    /* height: 7.49rem; */
    position: relative;
    overflow: hidden;
}
.progress1 .cCont3 .slideBox03 .swiper-slide {
    text-align: center;
}
.progress1 .cCont3 .slideBox03 .swiper-slide .i2 {
    width: 3.8rem;
}
.progress1 .cCont3 .slideBox03 .swiper-slide .i3 {
    width: 5.04rem;
}
.progress1 .cCont3 .slideBox03 .swiper-slide .i4 {
    width: 2.99rem;
}
.progress1 .cCont3 .slideBox03 .swiper-slide .i1 {
    width: 2.99rem;
}
.progress1 .cCont3 .slideBox03 .swiper-slide .i5 {
    width: 2.68rem;
}
.progress1 .cCont3 .tit {
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 100%;
    z-index: 2;
}
.progress1 .cCont3 .s1 {
    width: 2.7rem;
    height: 1.77rem;
    position: absolute;
    top: 1.82rem;
    left: 2.65rem;
}
.progress1 .cCont3 .s2 {
    width: 2.16rem;
    height: 2.23rem;
    position: absolute;
    bottom: .7rem;
    left: 2.7rem;
}
/* progress2 */
.progress2 {
    overflow: hidden;
}
.progress2 .banner .cont {
    padding-left: 1.1rem;
}
.progress2 .banner .cont h2 {
    font-size: .4rem;
    margin-bottom: .35rem;
}
.progress2 .banner .cont p {
    color: #fff;
}
.progress2 .cCont1 {
    padding: 4.05rem 1.5rem .94rem 1.4rem;
    position: relative;
    z-index: 10;
}
.progress2 .cCont1 .R {
    position: absolute;
    top: -.58rem;
    right: 0;
    width: 6.11rem;
    height: 4.29rem;
    background: url(../images/product/progress2-cont1-r.jpg) no-repeat 0 0;
    background-size: cover;
}
.progress2 .cCont1 .L h2 {
    color: #029742;
    font-size: .36rem;
    position: absolute;
    top: 1.5rem;
    left: 2.1rem;
    z-index: 2;
}
.progress2 .cCont1 .L h2:before {
    content: '';
    width: 1.24rem;
    height: 1.24rem;
    background: url(../images/product/ico2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: -1.3rem;
    top: 50%;
    margin-top: -.62rem;
}
.progress2 .cCont1 .L p {
    line-height: .42rem;
}
.progress2 .cCont2 {
    /* height: 8.08rem; */
    padding: 5.5rem 1.5rem .94rem 1.4rem;
    position: relative;
}
.progress2 .cCont2:before {
    content: '';
    width: 6.1rem;
    height: 5.14rem;
    background: url(../images/product/progress2-cont2-bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    animation: fadeInLeft .6s linear forwards;
    -webkit-animation: fadeInLeft .6s linear forwards;
}
.progress2 .cCont2 .L .ic {
    width: 1.03rem;
    height: 1.24rem;
    position: absolute;
    right: .77rem;
    top: 1.94rem;
}
.progress2 .cCont2 .L h3 {
    color: #2e3191;
    font-size: .36rem;
    line-height: .46rem;
    width: 2.9rem;
    position: absolute;
    top: 2.15rem;
    left: 1.4rem;
}
.progress2 .cCont2 .L p {
    line-height: .42rem;
}
.progress2 .cCont3 {
    padding: 5.5rem 1.5rem 1.35rem 1.4rem;
    position: relative;
}
.progress2 .cCont3:before {
    content: '';
    width: 6.1rem;
    height: 5.14rem;
    background: url(../images/product/progress2-cont3-bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    animation: fadeInRight .6s linear forwards;
    -webkit-animation: fadeInRight .6s linear forwards;
}
.progress2 .cCont3 .L .ic {
    width: 1.19rem;
    height: 1.19rem;
    position: absolute;
    left: .83rem;
    top: 1.9rem;
}
.progress2 .cCont3 .L h3 {
    color: #e95a4c;
    font-size: .36rem;
    line-height: .46rem;
    width: 2.2rem;
    position: absolute;
    top: 1.8rem;
    left: 2.42rem;
}
.progress2 .cCont3 .L p {
    line-height: .42rem;
}