@CHARSET "UTF-8";



/*语言版本新增样式 其中toplink样式是在原基础上更改的*/
.top{position: relative;z-index: 99999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 99999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:visited{text-decoration: none;color:#333;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}


/*  */
.x-banner .owl-carousel .active img {
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 20s linear infinite 0s;
    -moz-animation: imageAnimation 20s linear infinite 0s;
    -o-animation: imageAnimation 20s linear infinite 0s;
    -ms-animation: imageAnimation 20s linear infinite 0s;
    animation: imageAnimation 20s linear infinite 0s;
}

@-webkit-keyframes imageAnimation {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes imageAnimation {
    0% {
        -moz-transform: scale(1);
    }
    25% {
        -moz-transform: scale(1.05);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    75% {
        -moz-transform: scale(1.05);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes imageAnimation {
    0% {
        -o-transform: scale(1);
    }
    25% {
        -o-transform: scale(1.0005);
    }
    50% {
        -o-transform: scale(1.1);
    }
    75% {
        -o-transform: scale(1.05);
    }
    100% {
        -o-transform: scale(1);
    }
}

@-ms-keyframes imageAnimation {
    0% {
        -ms-transform: scale(1);
    }
    25% {
        -ms-transform: scale(1.05);
    }
    50% {
        -ms-transform: scale(1.1);
    }
    75% {
        -ms-transform: scale(1.05);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@keyframes imageAnimation {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}




/*主体样式*/

.menu_cate{width:205px;float:left;background:#f1e4d8;}
.cate_title{background:url(../images/cate.jpg) no-repeat center;color:#fff;font-size:22px;padding-left:55px;padding-top:20px;height:71px;font-weight:normal;margin-bottom:2px;}
.cate_title span{display:block;font-size:12px;}

/*产品推荐*/
.recommend_product{width:775px;float:right;overflow:hidden}
.recommend_product .title{background:url(../images/product.png) no-repeat 75px center;font-size:16px;color:#57391f;line-height:42px;border-bottom:1px solid #b57c4b;position:relative;}
.recommend_product .title a{position:absolute;right:0;top:0;color:#57391f;font-size:14px;line-height:42px;}
.recommend_product .title a:hover{color:#b57c4b;}
.recommend_product .content{width:789px;margin-top:13px;}
.roll_product li{padding-bottom:0px;}


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;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

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

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

p {
    margin: 0;
}


/*滚动*/

#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;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

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


/*头部样式*/

#header {
    position: relative;
    background: #50433f;
    padding: 15px 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.7;
}

#header a {
    font-size: 13px;
    color: #fff;
}

.top_phone {
    position: relative;
}

.top_phone li {
    display: inline-block;
    padding-right: 60px;
}

.top_phone li img {
    padding-right: 10px;
}

.logo {
    float: left;
}

@media (max-width:1200px) {
    .x-logo {
        line-height: 80px;
    }
    .x-menu>li>a {
        line-height: 80px;
    }
    .x-sub-menu {
        top: 90px;
    }
}


/*----- 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;
}


/*主体样式*/

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

.ttt1 {
    text-align: center;
}

.ttt1 span {
    font-family: "Arial";
    font-size: 24px;
    text-transform: uppercase;
    color: #999999;
}

.ttt1 h3 {
    font-weight: normal;
    font-size: 30px;
    color: #333333;
    line-height: 1;
    padding: 10px 0;
    background: url(../images/ttt1_h3_bg.png) no-repeat center center;
}

.ttt1 p {
    font-size: 16px;
    color: #999999;
}

.c1_list {
    margin: 2.82291667% 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c1_list li {
    width: 23%;
    position: relative;
}

.c1_list li::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .54);
    content: "";
    opacity: 1;
    transition: .3s;
}

.c1_list li:hover::before {
    opacity: 0;
}

.c1_list li a {
    display: block;
}

.c1_list li img {
    width: 100%;
    display: block;
}

.c1_list li .marks {
    width: 280px;
    height: 156px;
    position: absolute;
    top: 50%;
    margin-top: -78px;
    left: 50%;
    margin-left: -140px;
    text-align: center;
    padding-top: 20px;
}

.c1_list li .marks h5 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 20px;
    background: url(../images/xian1.png) no-repeat center bottom;
    color: #fff;
}

.c1_list li .marks h6 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    padding-top: 15px;
}

.c1_list li:hover .marks {
    background: #9f6e45;
    border-radius: 0px;
}

@media (max-width: 1200px) {
    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}
.prodescription{margin-bottom: 20px;}
@media (max-width: 768px) {
    .c1_list {
        flex-wrap: wrap;
    }
    .c1_list li {
        width: 49%;
        margin-bottom: 2%;
    }
    .c1_list li .marks {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .c1_list li .marks {
        min-height: 156px;
        height: auto;
    }
    .ttt1 span {
        font-size: 18px;
    }
    .ttt1 h3 {
        font-size: 24px;
        padding: 5px 0;
    }
    .ttt1 p {
        font-size: 14px;
    }
    .t1{display: none;}
    .pro_more{display: none;}
    .c1_list li .marks h6{font-size: 14px;padding:15px 3px 0 3px;}
}

@media (max-width: 500px) {
    .c1_list li .marks h5 {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .c1_list li .marks h6 {
        font-size: 14px;
        padding-top: 10px;
    }
    .ttt1 h3 {
        background-size: 150%;
    }
}
@media(max-width: 620px){
	.product_detail .list{margin-left: 0;margin-bottom: 15px;}
}

@media(max-width: 1203px){
	.news_detail h3.title_bar,.share{float: none;width: 100%;margin: 0;height: auto;}
	.share{width: 160px;margin: 0 auto;}
}
/* c2_index */

.c2_index {
    position: relative;
}

.c2_contt {
    background: #303030;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c2_left {
    width: 70%;
}

.c2_left li {
    position: relative;
}

.c2_left li a {
    display: block;
}

.c2_left li img {
    width: 100%;
}

.c2_left li .time {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 180px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    background: rgba(0, 0, 0, .54);
    width: 100%;
    padding: 30px;
    padding-right: 180px;
}

.c2_left li .time h3 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 10px;
}

.c2_left li .time span {
    display: block;
    font-size: 14px;
}

.c2_left li .time i {
    font-style: inherit;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 26px;
    width: 180px;
    line-height: 180px;
    height: 100%;
    text-align: center;
    background: #9f6e45;
}

.c2_right {
    width: 30%;
    position: relative;
}

.c2_right li {
    position: relative;
    border-bottom: 1px solid #3c3c3c;
    line-height: 2;
    padding: 5.888% 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 25%;
}

.c2_right li.on {
    background: #9f6e45;
    border-bottom: 1px solid #a9a9a9;
}

.c2_right li h3 {
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 15px;
    background: url(../images/xian2.png) no-repeat center bottom;
    color: #fff;
    font-weight: normal;
}

.c2_right li h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    font-weight: normal;
    font-family: "Arial";
}

@media (max-width:1200px) {
    .c2_left li .time {
        height: 150px;
        padding: 20px;
        padding-right: 180px
    }
    .c2_left li .time i {
        line-height: 150px;
    }
    .c2_right li {
        padding: 3.888% 0;
    }
    .c2_right li h3 {
        font-size: 20px;
    }
    .c2_right li h4 {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .c2_contt {
        flex-wrap: wrap;
    }
    .c2_left {
        width: 100%;
    }
    .c2_right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .c2_right li {
        width: 25%;
        height: 100%;
        border-bottom: none;
        padding: 1.888% 0;
    }
}

@media (max-width:768px) {
    .c2_left li .time {
        height: 110px;
        padding-right: 110px;
    }
    .c2_left li .time h3 {
        padding-top: 0px;
        font-size: 18px;
        padding-bottom: 5px;
    }
    .c2_left li .time span {
        font-size: 12px;
    }
    .c2_left li .time i {
        width: 110px;
        line-height: 110px;
        font-size: 18px;
    }
}

@media (max-width:600px) {
    .c2_right li h3 {
        font-size: 16px;
    }
    .c2_right li h4 {
        font-size: 12px;
        line-height: 1.3;
    }
}


/* 关于我们 */

.abb_index {
    position: relative;
    background: #f5f5f5;
    padding: 3.125% 0;
    margin: 3.125% 0;
}

.abb_wap {
    position: relative;
    margin: 2.82291667% 0 0;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.abbimg {
    width: 40%;
    vertical-align: middle;
    margin: 37px 0;
}

.abbimg img {
    width: 100%;
}

.abb_right {
    width: 60%;
    vertical-align: middle;
    padding: 30px 40px;
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, .2);
}

.abb_right h3 {
    padding: 20px 0;
    font-size: 24px;
    color: #9f6e45;
    font-weight: normal;
    margin-bottom: 20px;
    background: url(../images/xian3.png) no-repeat left bottom;
}

.abb_right .abb_txt {
    font-size: 14px;
    color: #666666;
    line-height: 2.5;
}

.abb_right .abbmore {
    display: block;
    width: 185px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #9f6e45;
    font-family: "Arial";
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5.125%;
}

@media (max-width:1640px) and (min-width:1200px) {
    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .abb_right .abb_txt {
        line-height: 1.9;
    }
    .abb_right .abbmore {
        margin-top: 3.125%;
    }
}

@media (max-width:1200px) {
    .abb_right {
        padding: 15px 20px;
    }
    .abb_right h3 {
        padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .abb_right .abb_txt {
        line-height: 1.5;
    }
    .abb_right .abbmore {
        margin-top: 3.125%;
        width: 130px;
        line-height: 35px;
    }
}

@media (max-width:992px) {
    .abb_wap {
        flex-wrap: wrap;
    }
    .abbimg,
    .abb_right {
        width: 100%;
    }
    .abb_right .abb_txt {
        line-height: 2;
    }
}


/*我们的优势*/

.you_index {
    position: relative;
    background: url(../images/you_bg.jpg) no-repeat;
    background-size: cover;
    margin-top: 2.12291667%;
}

.you_list {
    position: relative;
    padding: 5.125% 0;
    display: flex;
    justify-content: center;
}

.you_list li {
    text-align: center;
    padding: 40px 30px;
    margin: 0 15px;
    float: left;
    width: 25%;
    background: rgba(255, 255, 255, .15);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.you_list li a {
    display: block;
}

.you_list li span {
    display: block;
    height: 80px;
    line-height: 80px;
}

.you_list li span img {
    vertical-align: middle;
}

.you_list li h3 {
    padding: 20px 0;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    background: url(../images/baix.jpg) no-repeat center bottom;
}

.you_list li h4 {
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 2;
}

.you_list li:hover {
    background: #9f6e45;
}

@media (min-width:1470px) {
    .you_list li {
        padding: 60px 20px;
        margin: 0 30px;
    }
}

@media (max-width:1200px) {
    .you_list li {
        padding: 25px 20px;
    }
    .you_list li h3 {
        font-size: 24px;
        padding: 15px 0;
    }
}

@media (max-width:992px) {
    .you_list li {
        margin: 0 10px;
    }
    .you_list li h3 {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media (max-width:768px) {
    .you_list {
        flex-wrap: wrap;
    }
    .you_list li {
        padding: 10px;
        margin: 2% 2%;
        width: 46%;
    }
    .you_list li h3 {
        font-size: 16px;
    }
    .you_list li h4 {
        padding: 10px 0;
        font-size: 12px;
    }
}


/* 新闻中心 */

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

.news_list22 {
    margin-top: 2.125%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.news_list22 li {
    position: relative;
    width: 23%;
}

.news_list22 li .toptime {
    padding-bottom: 30px;
    margin-bottom: 20px;
    background: url(../images/lian.png) no-repeat left bottom;
}

.news_list22 li .toptime h3 {
    font-size: 20px;
    display: block;
    color: #333333;
}

.news_list22 li .toptime span {
    display: block;
    font-size: 16px;
    color: #999999;
}

.news_list22 li .newsimg {
    display: block;
}

.news_list22 li .newsimg img {
    width: 100%;
    height: auto;
}

.news_list22 li .time {
    position: relative;
    padding: 30px 0px;
}

.news_list22 li .time h3 {
    font-size: 17px;
    color: rgba(0, 0, 0, .96);
    padding-bottom: 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_list22 li .time .info {
    font-size: 13px;
    display: block;
    color: rgba(0, 0, 0, .8);
    margin-top: 10px;
    line-height: 1.7;
    padding-bottom: 25px;
}

.news_list22 li .time .newsmore {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 2.5;
    width: 85px;
    background: #000;
    text-align: center;
}

.news_list22 li:hover .newsmore {
    background: #9f6e45;
}

.news_list22 li:hover .time h3 {
    color: #9f6e45;
}

@media (max-width: 992px) {
    .news_list22 {
        flex-wrap: wrap;
    }
    .news_list22 li {
        width: 48%;
    }
    .news_list22 li .time {
        padding: 20px 0px;
    }
    .news_list22 li .time .info {
        padding-bottom: 10px;
    }
    .news_list22 li .time .newsmore {
        font-size: 12px;
    }
}


/*底部搜索*/

#formsearch2 {
    width: 290px;
    background: url(../images/foot_ss.png) no-repeat center center;
}

#formsearch2 input {
    height: 50px;
    border: none;
    line-height: 50px;
    outline: none;
    background: none;
}

#formsearch2 input#keyword {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    color: #666;
    float: left;
    width: 80%;
}

#formsearch2 input#s_btn {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
}

@media (max-width:1200px) {
    #formsearch2 {
        width: 100%;
        background-size: 100%;
    }
}
@media (max-width:768px) {
	.kf,#m_div{display: none!important;}
}


/*------------内页-------------------*/
.n_banner{width:1600px;margin:0 auto;position:relative;left:50%;margin-left:-800px;height:250px;}
.n_banner img{width:1600px;height:250px;}
.left{width:225px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact p.content{padding:5px;}

.right{width:760px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;
font-family:"微软雅黑";font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;font-family:"微软雅黑";}

.right .content{padding:10px;padding-top:15px;overflow:hidden;}



.footer{width:100%;margin-top:6px;position: fixed; z-index: 110;bottom: 0;left: 0;display: none; z-index: 9999;}
.footer a{-webkit-box-flex: 1;display: -webkit-box; color:#fff;}
.footer span{width:74px; display:block; margin:0 auto; text-align:right; font:400 16px/50px "微软雅黑"; color:#fff; height:50px;}
.footer span.span1{background:url(../images/a1.png) 10px center no-repeat; background-size:23px;}
.footer span.span2{background:url(../images/a2.png) 10px center no-repeat; background-size:23px;}
.footer span.span3{background:url(../images/a3.png) 10px center no-repeat; background-size:23px;}

.ffs{max-width:768px;margin:0 auto;display:-webkit-box;background:#656565;}

@media(max-width: 768px){
.footer{display: block;}
.x-footer{padding-bottom: 60px;}
}











/* 右侧点导航 */

.sideNav {
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 9999;
    margin-top: -75px
}

.sideNav ul li {
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 10px 0;
}

.sideNav ul li a {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/syd.png) no-repeat center;
    transition: .3s;
}

.sideNav ul li.active a {
    background: url(../images/sydd.png) no-repeat center;
}

@media(max-width:1200px) {
    .sideNav {
        display: none!important;
    }
}




.x-banner .owl-nav{display: none;}

.x-banner .owl-dots{

}




.bbtb{
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px 
  rgba(0, 0, 0, 0.22);
    position: fixed;
    z-index: 999999;
    width: 100%;
    padding: 0 2%;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tblogo{
    width: 14.2%;
}
.tblogo img{
    width: 100%;
}

.tbdh{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
}


.tblx{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: right;
}
.tblxdh{
    width: 183px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #e6e6e6;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #016bb9;
    margin-top: 20px;
}
.tblxdh img{
    margin-top: -4px;
}

.tbtb{
    margin: 0 18px;
    max-width: 40px;
}
.tbtb img{
    max-width: 40px;
}

.tbss{
    position: relative;
}
.tbss .ss{overflow: hidden;}
.tbss .ss img{
    max-width: 40px;
}
.tbss .so{
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 238px;
    padding: 10px;
    border-radius: 0px;
    z-index: 999;
    background: rgb(1, 98, 187, 0.5);
}
.tbss .so form{}

.tbss .so form #keyword{
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
    -webkit-text-fill-color: #fff; 
}
.tbss .so form #s_btn{
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}









.scroll-down svg {
    transition-timing-function: ease;
    transition-delay: .5s
}

.scroll-down {
    position: absolute;
    right: 8.3%;
    bottom: 30px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .7
}

#an_down {
    animation: down 1s linear infinite
}

@-webkit-keyframes down {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
}

@keyframes down {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
}

.anmite-to-top {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: cubic-bezier(.77, 0, .175, 1) transform 2s, ease 1.2s opacity .7s
}

.active .anmite-to-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}









.w1600{max-width: 1630px; margin: 0 auto; padding: 0 15px;}

/* css */
.bb1bd {position: relative;margin-top: 6%;}
.bb1bd .tt { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bb1bd .tt { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bb1bd .tt.on { position: relative;z-index: 999; opacity: 1; visibility: visible; }



.section1{
    background: url(../images/bb1bj.png)no-repeat;
    background-size: 100% 100%;
}
.bb1x{}
.bb1nr{
    margin-top: 10vh;
}
.bb1bt{
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bb1z{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #016bb9;
    width: 192px;
}
.bb1hd{
    width: calc(100% - 192px);
    padding-left: 3%;
    margin-top: 6px;
}
.bb1hd li{
    float: left;
    height: 48px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px 
  rgba(41, 41, 41, 0.15);
    border-radius: 24px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #333333;
    width: 13%;
    text-align: center;
    margin-right: 1%;
}
.bb1hd li a{color: #333333;}
.bb1hd li.on {background-color: #016bb9;}
.bb1hd li.on a{color: #fff;}
.bb1bd{
    width: 100%;
}
.bb1bd .tt{}
.bb1bdz{
    float: left;
    width: 71.25%;
    overflow: hidden;
}
.bb1bdz li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bb1bdz li .bb1wz{
    margin-left: 15%;
    width: 25vw;
}
.bb1bdz li .bb1wz h2{
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #252525;
}
.bb1bdz li .bb1wz:hover h2{
    color: #016bb9;
}


.bb1bdz li .bb1wz h3{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #4e4e4e;
    margin-top: 30px;
}
.bb1bdz li .bb1wz h4{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #016bb9;
    width: 116px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #016bb9;
    margin-top: 7vw;
}
.bb1bdz li .img{
    margin-right: 5%;
    width: 25.1vw;
    height: 25.1vw;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    border-radius: 50%;
    overflow: hidden;
}
.bb1bdz li .img img{
    max-width: 80%;
    max-height: 80%;
    transition: all ease-in-out 0.3s; 
}

.bb1bdz li .img:hover img{
    transform: scale(1.1);     transition: all ease-in-out 0.3s; 
}



.bb1bdy{
    float: left;
    width: 28.75%;
    overflow: hidden;
    margin-top: 3%;
}
.bb1bdy li{
    text-align: center;
}
.bb1bdy li .img{
    width: 18vw;
    height: 18vw;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    margin-left: 17%;
    overflow: hidden;
}
.bb1bdy li .img img{
    max-width: 80%;
    max-height: 80%;
    transition: all ease-in-out 0.3s; 
}

.bb1bdy li .img:hover img{
    transform: scale(1.1);     transition: all ease-in-out 0.3s; 
}


.bb1bdy li h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 12px;
}




.bb1bd .tt .swiper-button-next{
    width: 54px;
    height: 54px;
    background: url(../images/bb2qh.png)no-repeat;
    top: 42.8%;
    right: 28%;

}





@media(max-width:1600px){
    .bb1hd li{
        font-size: 16px;
    }
}







.bb2x{
    overflow: hidden;
}
.bb2x li{}
.bb2x li .img{
    overflow: hidden;
}
.bb2x li .img img{
    width: auto;
    height: 100vh;
}
.bb2x li .bb2wz{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 38vh;
}
.bb2x li .bb2wz h2{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
}
.bb2x li .bb2wz h3{
    width: 37px;
    height: 37px;
    margin: 10px auto 0;
    background: url(../images/bb2gd.png)no-repeat;
}

.bb2x li:hover .bb2wz{
    background: rgba(0, 0, 0, 0.3);
}

















.section3{
    background: url(../images/bb3bj.png)no-repeat;
}
.bb3bj{
    width: 0%;
    height: 100%;
    background: #f2f2f2;
    background: linear-gradient(-45deg, transparent 660px, #fff 0);
    position: absolute;
    top: 0;
    transition: all ease-in-out 0.5s; 
}

.section3:hover .bb3bj{
    width: 82%;
    transition: all ease-in-out 1.3s; 
}

.bb3x{
    position: relative;
    z-index: 999;
}
.bb3nr{}
.bb3jj{
}
.bb3jj h2{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 2px;
    color: #000000;
}
.bb3jj h3{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #6d6d6d;
    margin-top: 24px;
}
.bb3jj h3 s1{
    font-size: 22px;
    color: #2d2d2d;
}
.bb3jj h4{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 3.5vw;
    width: 51%;
}

.bb3sz{
    margin-top: 5.5vw;
}
.bb3sz li{
    width: 182px;
    height: 165px;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 1px 
  rgba(36, 36, 36, 0.05);
    border-radius: 20px;
    float: left;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    margin-right: 34px;
}
.bb3sz li h2{}
.bb3sz li h2 s1{
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #383838;
}
.bb3sz li h2 s2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #383838;
}
.bb3sz li h3{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 11px;
}

.bb3sz li:hover h2 s1{
    color: #026cb8;
}


.bb3sz li:hover h2 s2{
    color: #026cb8;
}






.section4{
    background: url(../images/bb4bj.png)no-repeat;
}
.bb4x{
    position: relative;
}

.bb4bt{
    text-align: center;
}
.bb4bt h2{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #111111;
}
.bb4bt h3{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 24px;
}

.bb4nr{
    overflow: hidden;
    position: relative;
    margin-top: 3vw;
    padding-top: 10px;
    padding-bottom: 4.5vw;
}
.bb4nr li{
    transition: all ease-in-out 0.3s;
}
.bb4nr li .img{
    overflow: hidden;
    position: relative;
}
.bb4nr li .img img{
    width: 100%;
}

.bb4nr li .img:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    height: 3px;
    background-color: #016bb9;
    transform: translate(-50%);
    transition: all ease-in-out 0.3s
} 
.bb4nr li:hover .img:after{
    animation: spread-line 0.5s linear;
    animation-fill-mode: forwards;

} 

.bb4nr li:hover {
    transform: translateY(-10px);
    transition: all ease-in-out 0.3s;
}
@keyframes spread-line {
    from {width: 0;}
    to { width: 100%;}
}


.bb4nr .swiper-pagination{
    bottom: 0;
}
.bb4nr .swiper-pagination span{
    width: 10px;
	height: 10px;
	background-color: #9a9a9a;
    opacity: 1;
    margin: 0 13px !important;
}
.bb4nr .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #016bb9;
}










/* css */
.bb5bd {position: relative;margin-top: 6%;}
.bb5bd .tt { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bb5bd .tt { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bb5bd .tt.on { position: relative;z-index: 999; opacity: 1; visibility: visible; }



.section5{
     background: url(../images/bb5bj.png)no-repeat 0px 0;
}
.bb5x{}
.bb5nr{
    margin-top: 10vh;
}
.bb5bt{
    display: flex;
    justify-content: space-between;
}
.bb5z{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #016bb9;
    width: 192px;
}
.bb5hd{
    margin-top: 6px;
}
.bb5hd li{
    float: left;
    height: 48px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px 
  rgba(41, 41, 41, 0.15);
    border-radius: 24px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-right: 0;
    width: 165px;
    margin-left: 26px;
}
.bb5hd li a{color: #333333;}
.bb5hd li.on {background-color: #016bb9;}
.bb5hd li.on a{color: #fff;}

.bb5bd{
    width: 100%;
}
.bb5bd .tt{}
.bb5fl{
    overflow: hidden;
    padding-bottom: 3.8vw;
}
.bb5fl li{}
.bb5fl li .img{
    overflow: hidden;
    height: 30vh;
    border-radius: 12px;
}
.bb5fl li .img img{
    width: 100%;
    transition: all ease-in-out 0.3s; 
}

.bb5fl li .img:hover img{
    transform: scale(1.1);     transition: all ease-in-out 0.3s; 
}

.bb5fl li .bb1wz{
    position: relative;
    padding-top: 33px;
}
.bb5fl li .bb1wz h2{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis; 
}
.bb5fl li .bb1wz h3{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 18px;
    overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; 
}
.bb5fl li .bb1wz h4{
    height: 25px;
    border-bottom: 1px solid #888;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #888888;
    background: url(../images/bb5tb.png)no-repeat 0px 0;
    margin-top: 20px;
}
.bb5fl li .bb1wz h4 s1{
    float: left;
    padding-left: 26px;
}
.bb5fl li .bb1wz h4 s2{
    float: right;
}

.bb5fl li:hover .bb1wz h4{
    color: #016bb9;
    background: url(../images/bb5tbh.png)no-repeat 0px 0;
}

.bb5fl li:hover .bb1wz h2{
    color: #016bb9;
}


.bb5fl .swiper-pagination{
    bottom: 0;
}

.bb5fl .swiper-pagination span{
    width: 16px;
	height: 16px;
	background-color: #999;
    opacity: 1;
    margin: 0 12.5px !important;
}
.bb5fl .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #016bb9;
}









.section6{
    background: url(../images/bb6bj.png)no-repeat center;
    animation: dt11 15s infinite linear .65s;  
}


@keyframes dt11 {   

    0%{background-size: 100% 100%;}

    50%{background-size: 110% 110%;}
    
    100%{background-size: 100% 100%;} 

}



.bbdnr{
    margin-top: 10vh;
}
.bbdz{
    float: left;
}
.bbdz h2{
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #2a2a2a;
}
.bbdz .bbdzdh{
    padding-left: 69px;
    background: url(../images/bb6sj.png)no-repeat 0;
    margin-top: 3.5vw;
}
.bbdz .bbdzdh dt{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #141414;
}
.bbdz .bbdzdh dl{
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #141414;
    margin-bottom: 0;
    margin-top: 14px;
}
.bbdz h3{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #4e4d4d;
    margin-top: 50px;
}

.bbdy{float: right;margin-top: 11vw;}
.bbdy li{
    float: left;
    margin-left: 3.6vw;
}
.bbdy li img{
    max-width: 160px;
}









.bbdxx{
    margin-top: 5vw;
}

.bbdly{}
.bbdly h2{
    width: 140px;
    height: 54px;
    background-color: #016bb9;
    border-radius: 27px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 20px;
    background: url(../images/lytb.png)no-repeat 85% #016bb9 ;
}
.bbdly h3{
   display: none;
    margin-top: 10px;
}
.bbdly h3 a{
    color: #333;
    line-height: 25px;
    font-size: 14px;
    margin: 0 6px;
}

.dbxx{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #515151;
    margin-top: 20px;
}
.dbxx a{    color: #515151;}

.bbdb{padding-bottom: 35px;}









@media (max-width: 1600px) {  
    .w1600{padding: 0 2%;}
    .bb1bt{padding: 0 2%;}
    .bb1bdz li .bb1wz{    margin-left: 5%;}
    .bb3x{margin-top: 8vh;}
    .bb4x{margin-top: 8vh;}
    .bb5bd{margin-top: 4%;}
    .bbdz h3{line-height: 35px;}
    .bbdz h3{margin-top: 25px;}
    .bbdz .bbdzdh{margin-top: 2.5vw;}
    .bbdxx{margin-top: 3vw;}
}

@media (max-width: 1500px) {  
    .x-menu{
        width: 65%;
    }


}

@media (max-width: 1400px) {  
    .bb1hd li{font-size: 16px;      width: 14%;   margin-right: 2%;}
    


}
@media (max-width: 1300px) {  
    .tbdh {
        width: 82%;
    }

    

}


@media (max-width: 1200px) { 
.bb3jj h2{
  
font-size: 36px;
}
.bb3jj h3{
    font-size: 14px;
    margin-top: 14px;
}
.bb3jj h3 s1{
    font-size: 18px;
}
.bb3jj h4{
    font-size: 16px;
    width: 53%;
}
.bb3sz li{
    width: 150px;
    height: 130px;
}
.bb3sz li h2 s1{
    font-size: 30px;
}
.bb3sz li h2 s2{
    font-size: 16px;
}
.bb3sz li h3{
    font-size: 14px;
    margin-top: 5px;
}

.section3:hover .bb3bj{
    width: 95%;
  
}

.bbdz h2{
    font-size: 30px;
}
.bbdz .bbdzdh{
    background-size: 45px;
    margin-top: 2.5vw;
    padding-left: 60px;
}
.bbdz .bbdzdh dt{
    font-size: 16px;
}
.bbdz .bbdzdh dl{
    font-size: 26px;
    margin-top: 5px;
}
.bbdz h3{
    font-size: 16px;
    line-height: 36px;
    margin-top: 24px;
}

.bbdy li img{max-width: 140px;}
.bbdy li{margin-left: 2.6vw;}

.bb1bd .tt .swiper-button-next{
    width: 40px;
    height: 40px;
    background-size: 100%;
    top: 47.8%;
    right: 27%;
}

.bb1bdz li .img{margin-right: 10%;}
.bb1z{font-size: 36px;}
.bb2x li .bb2wz h2{font-size: 20px;}
.bb4bt h2{font-size: 36px;}
.bb4bt h3{font-size: 16px; margin-top: 10px;}  
.bb1bdz li .bb1wz{
    width: 30vw;
}











}


@media (max-width: 1150px) {  
.tblxdh{display: none;}
.x-menu {
    width: 81%;
}
.bb1hd li{font-size: 14px;      width: 15%;   margin-right: 1%;}
    


}







@media (max-width: 992px) {  

    .fp-tableCell{height: auto ! IMPORTANT;}
    .section{height: auto ! IMPORTANT;}
    .x-banner{margin-top: 60px;}
    
    .scroll-down{display: none;}
    .x-banner .owl-carousel .owl-dots button.owl-dot{
        width: 26px;
        height: 26px;
        background-size: 100%
    }
    .x-banner .owl-carousel .owl-dots button.owl-dot.active:before{
        width: 8px;
        height: 8px
    }   
        
    
    .section1{
        background: none;
    }
    .bb1nr{
        margin-top: 35px;
    }
    .bb1z{
        font-size: 30px;
        width: 100%;
        float: left;
    }
    .bb1bt{
        display: block;
        float: left;
    }
    .bb1hd{
        width: 100%;
        float: left;
        padding-left: 0;
        margin-top: 24px;
    }
    .bb1hd li{
        width: 31%;
        margin: 01%;
    }
    .bb1bd{
        float: left;
    }
    .bb1bdz{
        width: 100%;
    }
    .bb1bdy{
        display: none;
    }
    .bb1bdz li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
    .bb1bdz li .bb1wz{
    width: 100%;
    margin-left: 0;
    padding: 0 4%;
    margin-bottom: 45px;
}
   .bb1bdz li .img{
    width: 60vw;
    height: 50vw;
    margin-right: 0;
    border-radius: 0;
} 
.bb1bd .tt .swiper-button-next{
    right: 4%;
    top: 52.8%;
}    
    
    
        
    
.bb2x li .img img{
    width: 100%; 
    height: auto;

}
.bb2x li .bb2wz{
    padding-top: 15vh;
} 
    
    
    
    
    


    
.bb3jj h2{font-size: 23px;letter-spacing: 0px;}
.bb3jj h3{
    font-size: 14px;
    margin-top: 7px;
}
.bb3jj h3 s1{
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}
.bb3jj h4{
    font-size: 16px;
    width: 100%;
    line-height: 30px;
}
.bb3sz li{
    width: 44%;
    height: auto;
    padding: 25px 0;
    margin: 15px 3%;
}
.bb3sz li h2 s1{
    font-size: 30px;
}
.bb3sz li h2 s2{
    font-size: 16px;
}
.bb3sz li h3{
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
}
.bb3sz{
    float: left;
    padding-bottom: 30px;
}
    
.bb3jj{
    float: left;
}
    
.bb4bt h2{font-size: 30px;line-height: 25px;}
.bb4bt h3{font-size: 16px; margin-top: 10px;}   
.bb4x{
    margin-top: 45px;
    margin-bottom: 45px;
} 
.bb4nr{
    padding-bottom: 45px;
} 








.bb5z{
    font-size: 30px;
    width: 100%;
    float: left;
    line-height: 30px;
}
.bb5bt{
    display: flex;
    flex-wrap: wrap;
}
.bb5hd li{
    width: 31%;
    margin: 0 1%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.bb5hd{
    width: 100%;
    margin-top: 25px;
}
.bb5nr{
    margin-top: 50px;
}


.bb5fl{padding-bottom: 50px;}
.bb5x{padding-bottom: 50px;}

.bbdy{float: left;}
.bbdy li{margin-right: 1vw;}
.bbdy li img{max-width: 120px;}
.bbdxx{margin-top: 45px;}

@keyframes dt11 {   

    0%{background-size: auto 100%;}

    50%{background-size: auto 120%;}
    
    100%{background-size: auto 100%;} 

}

.bbdnr{margin-top: 40px;}

.section6{padding-bottom: 60px;}











}
    
















@media(min-width: 769px) {

.sun-delay0 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.sun-delay1 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.sun-delay2 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.sun-delay3 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.sun-delay4 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.sun-delay5 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.sun-delay6 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.sun-delay7 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.sun-delay8 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.sun-delay9 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.sun-delay10 {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.sun-ani-left,
.sun-ani-down,
.sun-ani-up,
.sun-ani-right {
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
}

.sun-ani-left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.sun-ani-down {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}



.sun-ani-up {
    -webkit-transform: translateY(-200px);
    transform: translateY(200px);
}

.sun-ani-right {
    -webkit-transform: translatex(100px);
    transform: translatex(100px);
}

.actives .sun-ani-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.active .sun-ani-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.active .sun-ani-down {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.active .sun-ani-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.active .sun-ani-right {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
}

}





/* 文字 */