input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

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

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


.top_head.scroll{
    position: fixed;
    top: 0px;
}


/* 字体 */

@font-face {
    font-family: fangzhenglanting-cuhei;
    src: url('../fonts/fangzhenglanting-cuhei.ttf');
}

@font-face {
    font-family: fangzhenglanting-xihei;
    src: url('../fonts/fangzhenglanting-xihei.ttf');
}

@font-face {
    font-family: FuturaBT-Medium;
    src: url('../fonts/futurabt-medium.ttf');
}

.font-en {
    font-family: FuturaBT-Medium;
}

.font-cn-bold {
    font-family: fangzhenglanting-cuhei;
}

.font-cn-lighter {
    font-family: fangzhenglanting-xihei;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.com-img img {
    transition: all 3s ease 0s;
    -webkit-transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    -o-transition: all 3s ease 0s;
}

.com-img:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}


/* banner */

.bb_fu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
    border: 2px solid #fff;
    width: 580px;
    padding: 20px 0;
}

.bb_fu>h1 {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.bb_fu>h3 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 6px;
    margin: 1.125% 0 3.125%;
}

.bb_fu>p {
    font-size: 2px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 15px;
    margin-bottom: 15px;
}


/*  */

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.banner .banner-item img {
    width: 100%;
    /*-moz-transform: scale(1,1);*/
    /*-ms-transform: scale(1,1);*/
    /*-o-transform: scale(1,1);*/
    /*-webkit-transform: scale(1,1);*/
    /*transform: scale(1,1);*/
    /*-webkit-transition: all 10s ease;*/
    /*transition: all 10s ease;*/
}

.banner .banner-item.slick-active img,
.banner .banner-item.slick-current img{
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94);
    -moz-animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94);
    animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94)
    
    /*-moz-transform:scale(1.2,1.2);*/
    /*-ms-transform:scale(1.2,1.2);*/
    /*-o-transform:scale(1.2,1.2);*/
    /*-webkit-transform:scale(1.2,1.2); */
    /*transform:scale(1.2,1.2);*/
}




/**/
.o-scroll{
    overflow: hidden;
}


/*  */

.banner .slick-arrow {
    position: absolute;
    z-index: 9999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0;
    outline: none;
    border: none;
    top: 50%;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
}

.banner .slick-prev {
    left: 2%;
    background: url(../images/prev.png) no-repeat center;
}

.banner .slick-next {
    right: 2%;
    background: url(../images/next.png) no-repeat center;
}


/*  */

.max1415 {
    max-width: 1445px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*头部样式*/

.top_head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    background: #f7f7f7;
    z-index: 999;
}

.top_wap {
    display: flex;
    justify-content: space-between;
    height: 95px;
    align-items: center;
}

.logo {
    float: left;
}

.logo a {
    display: block;
}

.logo img {
    max-width: 100%;
}

.top_rr {
    position: relative;
    width: calc(100% - 30%);
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 5.125% 0;
}

.box_aa_wap {
    position: relative;
    /*background: url(../images/a1_bg.png) no-repeat left 80px;*/
    display: flex;
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
    /* justify-content: space-between; */
}

.c1bg_fuss{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100%;
}

.c1bg_fuss img{
    max-width: 100%;
}


.box_aaleft {
    width: 50%;
    position: relative;
    text-align: right;
    border-right: 7px solid #5e5d5d;
    padding-bottom: 30px;
    padding-top: 150px;
}

.o-image_wrapper {
    position: relative;
}

.is-show {
    margin-right: 25px;
    margin-bottom: 50px;
    display: inline-block;
}

.is-show::before {
    position: absolute;
    bottom: 0px;
    right: -25px;
    content: "";
    width: 25px;
    height: 1px;
    background: #151515;
    display:none;
}

.vision-title-en {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 25px;
    color: #383838;
    font-size: 100px;
    vertical-align: bottom;
    line-height: 1.3;
}

.vision-title-cn {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0px;
    font-size: 18px;
    font-weight: 400;
    vertical-align: bottom;
    line-height: 1;
    padding-right: 10px;
}

.vision-title-bottom-line {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #111111;
    margin-top: 15px;
}

.abb_bottom {
    text-align: right;
    display: inline-block;
    width: 75%;
    position: relative;
    margin-top: 100px;
}

.abb_bottom::before {
    position: absolute;
    bottom: 0px;
    right: -25px;
    content: "";
    width: 22px;
    height: 2px;
    background: #afafaf;
    z-index: -1;
}

.abb_bottom .neo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #b3b3b3;
}

.abb_bottom .abbimg {
    width: 38%;
}

.abb_bottom .abbimg img {
    max-width: 100%;
}

.abb_bottom .abbtxt {
    width: 59%;
    font-size: 13px;
    color: #6d6c6c;
    line-height: 2;
    text-align: left;
    padding: 15px;
    padding-bottom: 5.125%;
}

.box_aaright {
    width: 50%;
    position: relative;
}

.box_aaright .video {
    margin-top: 25.125%;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.box_aaright .video img {
    max-width: 100%;
}

.box_aaright .abbimg2 {
    position: absolute;
    right: 30px;
    top: 1.125%;
    overflow: hidden;
}

.box_aaright .abbimg2 img {
    display: block;
    cursor: pointer;
    max-width: 100%;
}


/* READ MORE 按钮 */

.read-more {
    display: block;
    position: absolute;
    vertical-align: bottom;
    text-align: right;
    z-index: 9999;
}

.read-more a {
    display: block;
    background: rgba(88, 88, 88, 0.8);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding-top: 0;
    padding-right: 8px;
    width: 100%;
    height: 100%;
}

.read-more-ripple {
    position: relative;
    background: -webkit-linear-gradient(left, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -o-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -moz-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: linear-gradient(to right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select: none;
    -ms-user-select: none;
}

.read-more-ripple span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    animation: ripple .6s 0s linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: scale(0);
    width: 100%;
    height: 100%;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@media (min-width:992px) {
    .vision-more {
        bottom: 0;
        right: 0;
        z-index: 3;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
}


/* c2_index */

.c2_index {
    position: relative;
    padding-top: 3.125%;
    background: url(../images/c2_bg.png) no-repeat;
    margin-bottom: 50px;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

.c2_ttt {
    position: relative;
    display: inline-block;
}

.c2_ttt h1 {
    display: inline-block;
    position: relative;
    color: #111111;
    font-size: 90px;
    vertical-align: bottom;
    line-height: 1.3;
    height: 128px;
    border-right: 4px solid #424242;
    padding-right: 15px;
}

.c2_ttt span {
    display: inline-block;
    width: 20px;
    font-size: 16px;
    color: #383838;
    padding-bottom: 30px;
}

.c2_wap {
    position: relative;
    margin-bottom: -30px;
}

.slideBox {
    position: relative;
    display: flex;
    align-items: center;
}

.pro_zuo {
    position: relative;
    width: calc(100% - 300px);
    display: flex;
    justify-content: space-between;

}


.pro_zuo .pro_tu {
    width: 60%!important;
    position: relative;
}

.pro_zuo .pro_tu li {
    width: 100%!important;
}

.pro_zuo .pro_tu li img {
    width: 100%;
}

.pro_zuo .pro_txt {
    width: 40%;
    position: relative;
    background: #2d2d2d;
    padding: 3.125%;
    display: flex;
    align-items: center;
    line-height: 2.8;
    color: #fff;
    font-size: 14px;
    text-indent: 30px;
}


/*  */

.sort_aa {
    position: relative;
    width: 235px;
    margin-left: 15px;
    margin-bottom: 300px;
}

.sort_aa li {
    width: 100%;
    margin-bottom: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.sort_aa li a {
    display: block;
    font-size: 14px;
    color: #5e5d5d;
    line-height: 32px;
    padding: 0 15px;
}

.sort_aa li a span:nth-child(1) {
    min-width: 60px;
}

.sort_aa li a span {
    display: inline-block;
}


/* .sort_aa li:hover a, */

.sort_aa li.active a {
    background: #5e5d5d;
    color: #fff;
}


/*  */

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


/*  */

.read-more2 {
    width: 245px;
    line-height: 49px;
    background: #505050;
    z-index: 3;
    bottom: 15px;
    right: 0px;
    display: block;
    position: absolute;
    vertical-align: bottom;
    text-align: right;
}

.read-more2 a {
    display: block;
    background: rgba(88, 88, 88, 0.8);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding-top: 0;
    padding-right: 8px;
    width: 100%;
    height: 100%;
}

.read-more-ripple2 {
    position: relative;
    background: -webkit-linear-gradient(left, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -o-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -moz-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: #505050!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select: none;
    -ms-user-select: none;
}

.read-more-ripple2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    animation: ripple .6s 0s linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: scale(0);
    width: 100%;
    height: 100%;
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 3.125% 0;
}

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

.c3left {
    position: relative;
    /*background: url(../images/c3_bg1.png) no-repeat right 38px;*/
    padding-left: 8.3vw;
    width: 38%;
    background-size: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-position: right 38px;*/
}

.c3_ttt {
    text-align: right;
    /*padding-right: 30px;*/
    position: absolute;
    top: -260px;
    right: 0px;
    transform: translate3d(0px, 0px, 0px);
}

.c3_ttt>span {
    display: inline-block;
    vertical-align: bottom;
}

.c3_ttt>span:nth-child(2) {
    padding-bottom: 20px;
    font-size: 16px;
    color: #616161;
}

.c3_cont {
    position: relative;
    width: 430px;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.case_tu {
    width: 45%;
}

.case_tu li img {
    width: 100%;
}

.sort_bb {
    position: relative;
    width: 50%;
    margin-bottom: 5.125%;
}

.sort_bb li {
    width: 100%;
    margin-bottom: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-align: left;
}

.sort_bb li a {
    display: block;
    font-size: 14px;
    color: #383838;
    line-height: 32px;
    padding: 0 3.125%;
}

.sort_bb li a span {
    display: inline-block;
}

.sort_bb li:hover a,
.sort_bb li.active2 a {
    background: #cccccc;
}


/*  */

.tab-con2 {
    position: relative;
}

.tab-con2 .tab-main2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con2 .tab-main2 {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con2 .tab-main2.active2 {
    position: static;
    opacity: 1;
    visibility: visible;
}






/*  */

.c3_right {
    position: relative;
    width: 62%;
    border-left: 11px solid #383838;
    background: url(../images/c3_bg2.png) no-repeat right top;
    /*padding-top: 5.125%;*/
    padding-bottom: 5.125%;
    
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    
}

.c3_list {
    position: relative;
}

.c3_list li a {
    display: block;
}
.c3_list li {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.c3_list li.active3{
    position: static;
    visibility: visible;
    opacity: 1;
    
}
.c3_list li a img {
    max-width: 100%;width: 100%;
}

@media (min-width:1200px){
    .c3_list{
        max-width:68%;
    }
}


/* c4_index */

.wd1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.c4_index {
    position: relative;
    padding: 3.125% 0;
    margin-top: 5%;
    margin-bottom: 28%;
}

.c4_wap {
    position: relative;
    background: url(../images/c4_bg.png) no-repeat left top;
    
    background-size: initial;
    
}

.c4_wap>div {
    display: flex;
    justify-content: space-between;
}

.new_left {
    width: 42%;
    margin-top: 1.125%;
    border-right: 1px solid #292929;
    padding-bottom: 10%;
}

.new_left ul li {
    position: relative;
}

.new_left ul li a {
    display: block;
}

.new_left ul li img {
    width: 100%;
}

.new_left ul li h3 {
    padding: 10px 15px 0;
    line-height: 1.7;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new_left ul li span {
    display: block;
    padding: 0px 15px;
    font-family: "Arial";
    font-size: 14px;
    color: #d0d0d0;
}

.new_right {
    position: relative;
    width: 57%;
    text-align: right;
    padding-top: 5.125%;
    margin-top: -300px;
}

.new_right .ntttt{
    position: absolute;
    top: -300px;
}

.is-show2 {
    margin-right: 25px;
    display: inline-block;
    position: absolute;
    top: -35px;
    left: 20px;
    z-index: 2;
}

.is-show2 .vision-title-cn {
    font-size: 14px;
}

.is-show2::before {
    position: absolute;
    bottom: 0px;
    right: -50px;
    content: "";
    width: 50px;
    height: 4px;
    display:none;
    background: #fff;
}

.news_bb_list {
    position: relative;
    width: 75%;
    display: inline-block;
    margin-bottom: 20px;
}

.news_bb_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.news_bb_list li .nzuo {
    width: 66%;
    padding-left: 25%;
    background: url(../images/news_bgg.png) no-repeat left bottom;
    padding-bottom: 20px;
}

.news_bb_list li .nzuo img {
    width: 180px;
}

.news_bb_list li .nyou {
    position: relative;
    text-align: left;
    width: 38%;
    margin-bottom: 20px;
}

.news_bb_list li .nyou h3 {
    padding: 10px 15px 0;
    line-height: 1.7;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    letter-spacing: -1px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_bb_list li .nyou span {
    display: block;
    padding: 0px 15px;
    font-family: "Arial";
    font-size: 14px;
    color: #d0d0d0;
}


/*  */

.news_cc_list {
    position: absolute;
    top: -3%;
    width: 100%;
    text-align: left;
}

.news_cc_list li {
    position: relative;
}

.news_cc_list li .img22 {
    display: block;
}

.news_cc_top {
    display: flex;
    justify-content: left;
    align-items: flex-end;
}

.news_cc_top .nimg2 {
    width: 244px;
    margin: 0;
}

.news_cc_top .nimg2 img {
    width: 100%;
}

.news_cc_list li h3 {
    padding: 10px 15px 0;
    line-height: 1.7;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.news_cc_list li span {
    display: block;
    padding: 0px 15px;
    font-family: "Arial";
    font-size: 14px;
    color: #d0d0d0;
}


/*  */

.read-more3 {
    width: 120px;
    line-height: 49px;
    background: #a1a1a1;
    z-index: 3;
    margin-bottom: 20px;
    margin-left: 5.125%;
    display: block;
    vertical-align: bottom;
    text-align: right;
}

.read-more3 a {
    display: block;
    background: #a1a1a1;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding-top: 0;
    padding-right: 16px;
    width: 100%;
    height: 100%;
}

.read-more-ripple3 {
    position: relative;
    background: -webkit-linear-gradient(left, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -o-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -moz-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: #a1a1a1!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select: none;
    -ms-user-select: none;
}

.read-more-ripple3 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    animation: ripple .6s 0s linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: scale(0);
    width: 100%;
    height: 100%;
}


/* max1200 */

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* link */

.link {
    padding: 15px 0;
    line-height: 1.7;
    font-size: 14px;
    color: #777777;
}

link a {
    font-size: 14px;
    color: #777777;
    margin-right: 10px;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #000000;
    padding: 15px 0;
}

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

.foot_aa {
    position: relative;
    width: 185px;
}

.foot_aa img {
    max-width: 100%;
}

.foot_you {
    position: relative;
    width: calc(100% - 200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_bb {
    width: calc(100% - 200px);
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #dddddd;
    line-height: 1.7;
}

.foot_bb a {
    color: #dddddd;
      font-size: 12px;
}

.foot_bb a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.foot_ewm {
    width: 175px;
    text-align: center;
}

.foot_ewm img {
    max-width: 100%;
}

@media (max-width:768px) {
    .foot_you,
    .foot_bb {
        width: 100%;
    }
}


/*  */

.page-position {
    margin-bottom: 35px;
}


/*  */

.category-list .xypg-left-nav {
    border-bottom: 1px solid #d7dae4;
    display: flex;
}

.category-list .xypg-left-nav li {
    margin-bottom: 16px;
    border-bottom: none;
}

.category-list .xypg-left-nav>li>a {
    display: block;
    font-size: 14px;
    line-height: 2.6;
    color: #5d5d5d;
    padding: 0 18px;
}

.category-list .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.category-list .xypg-left-nav>li:hover>a,
.category-list .xypg-left-nav>li.clicked>a {
    background: #e3e3e3;
}