/*首页*/
.inde-ban {
    position: relative;
    transition: all 1.5s ease;
}

.inde-ban .dn-wen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.inde-ban .indeban-sw1 .swiper-slide-active .dn-wen {
    animation: fadeInUp2 1s ease;
}

.inde-ban .indeban-sw1 .swiper-slide .dn-bg {
    transform: scale(1.05);
    transition: all 1.5s ease;
    opacity: 0.9;
}

.inde-ban .indeban-sw1 .swiper-slide-active .dn-bg {
    transform: scale(1);
    opacity: 1;
}

.inde-ban .banner-bot {
    height: 14%;
    z-index: 4;
    color: #ffffff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: transparent;
}

.inde-ban .banner-bot .p-bottom {
    width: 20px;
    height: 100%;
    background: url("../images/bottom.png") no-repeat center;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -10px;
    cursor: pointer;
    animation: ani-svg 1.8s linear 0s alternate infinite;
    -webkit-animation: ani-svg 1.8s linear 0s alternate infinite;
    transition: 1.8s;
}

@keyframes ani-svg {
    0% {
        opacity: 0.4;
        transform: translateY(-20px);
    }
    15% {
        opacity: 0.65;
        transform: translateY(-15px);
    }
    25% {
        opacity: 0.8;
        transform: translateY(-10px);
    }
    50% {
        opacity: 1;
        transform: translateY(0px);
    }
    65% {
        opacity: 0.8;
        transform: translateY(5px);
    }
    75% {
        opacity: 0.65;
        transform: translateY(10px);
    }
    100% {
        opacity: 0.4;
        transform: translateY(15px);
    }
}

.inde-ban .sw-jisuan {
    position: absolute;
    bottom: 0;
    right: 4%;
    z-index: 6;
    background: #ffffff;
    width: 330px;
    height: 86px;
    line-height: 86px;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0, 0, 0);
    -webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(0deg) translate3d(0, 0, 0);
    transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
    -webkit-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
    -moz-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}

.inde-ban .sw-jisuan.active {
    transform: rotateX(90deg) translate3d(0, 0, 0);
}

.inde-ban .sw-jisuan .dz {
    padding: 0 0 0 35px;
}

.inde-ban .sw-jisuan .dz .dcom {
    display: inline-block;
    font-size: 18px;
    color: #888888;
    font-family: 'futurademic';
}

.inde-ban .sw-jisuan .dz .pagination {
    color: #000;
}

.inde-ban .sw-jisuan .dz .pagination span {
    display: none;
}

.inde-ban .sw-jisuan .dz .pagination .swiper-active-switch {
    display: inline-block;
}

/*箭头*/
.inde-ban .flex-direction-nav {
    width: 160px;
    height: 80px;
    overflow: hidden;
}

.inde-ban .flex-direction-nav li {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.inde-ban .flex-direction-nav .li-right:before {
    height: 40px;
    border-left: 1px solid #E7E7E7;
    position: absolute;
    left: 0;
    top: 23px;
    content: '';
}

.inde-ban .flex-direction-nav li:after {
    content: '';
    position: absolute;
    top: 39px;
    display: block;
    width: 14px;
    height: 2px;
    background: #333;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.inde-ban .flex-direction-nav li:after {
    left: 28px;
}

.inde-ban .flex-direction-nav li.li-right:after {
    right: 28px;
    left: auto;
}

.inde-ban .flex-direction-nav li:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
}

.inde-ban .flex-direction-nav li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.45s ease-out 0s;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    font-size: 0;
}

.inde-ban .flex-direction-nav .flex-prev {
    background: url(../images/left-icon3.png) no-repeat;
    background-position: center center;
}

.inde-ban .flex-direction-nav .flex-next {
    background: url(../images/right-icon3.png) no-repeat;
    background-position: center center;
}

.inde-innovate .in-bot .dcom {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.inde-innovate .in-bot .dfl {
    background: #F1F1F1;
}

.inde-innovate .in-bot .dfl .sw-jisuan {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background: #0C0C0C;
    width: 220px;
    height: 86px;
    line-height: 86px;
    color: #ffffff;
    font-size: 18px;
    padding: 0 32px;
    font-family: 'tt0142m';
}

.inde-innovate .in-bot .dfl .sw-jisuan .pagination span {
    display: none;
}

.inde-innovate .in-bot .dfl .sw-jisuan .pagination .swiper-active-switch {
    display: inline-block;
}

.inde-innovate .in-bot .in-swfl1 .buildcon5 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inde-innovate .in-bot .in-swfl1 .buildcon5 img {
    position: absolute;
}

/*轮播位置和大小*/
/*美斯特*/
.sl-meisite .im1 {
    width: 29vw;
    top: 3vw;
    left: 30vw;
}

.sl-meisite .im2 {
    width: 40vw;
    top: 1.4vw;
    left: 11vw;
}

.sl-meisite .im3 {
    width: 28vw;
    top: 11vw;
    left: 3vw;
}

.inde-innovate .in-bot .in-swfl1 .sl-meisite.swiper-slide-active .im1 {
    animation: fadeInUp1 1s 0.1s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-meisite.swiper-slide-active .im2 {
    animation: fadeInUp1 1s 0.2s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-meisite.swiper-slide-active .im3 {
    animation: fadeInUp1 1s 0.3s ease both;
}

/*2222 大健康*/
.sl-dajiankang .im1 {
    width: 38vw;
    top: 6vw;
    left: -2vw;
}

.sl-dajiankang .im2 {
    width: 30vw;
    top: 14vw;
    left: 22vw;
}

.inde-innovate .in-bot .in-swfl1 .sl-dajiankang.swiper-slide-active .im1 {
    animation: fadeInLeft1 1s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-dajiankang.swiper-slide-active .im2 {
    animation: fadeInRight1 1s ease both;
}

/*333  圣都*/
.sl-shengdu .im1 {
    width: 27vw;
    top: 6vw;
    left: 3vw;
}

.sl-shengdu .im2 {
    width: 25vw;
    top: 15vw;
    left: 22vw;
}

.inde-innovate .in-bot .in-swfl1 .sl-shengdu.swiper-slide-active .im1 {
    animation: flipInY 1s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-shengdu.swiper-slide-active .im2 {
    animation: flipInY 1s 0.15s ease both;
}

/*444  浙旅*/
.sl-zhelv .im1 {
    width: 14vw;
    top: 3vw;
    left: 2vw;
}

.sl-zhelv .im2 {
    width: 14vw;
    top: 3vw;
    left: 8vw;
}

.sl-zhelv .im3 {
    width: 14vw;
    top: 3vw;
    left: 15vw;
}

.sl-zhelv .im4 {
    width: 16vw;
    top: 19vw;
    left: 29vw;
}

.sl-zhelv .im5 {
    width: 11vw;
    top: 8vw;
    left: 33vw;
}

.inde-innovate .in-bot .in-swfl1 .sl-zhelv.swiper-slide-active .im1 {
    animation: fadeInLeft1 1s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-zhelv.swiper-slide-active .im2 {
    animation: fadeInLeft1 1s 0.2s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-zhelv.swiper-slide-active .im3 {
    animation: fadeInLeft1 1s 0.4s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-zhelv.swiper-slide-active .im4 {
    animation: fadeInUp1 1s 0.4s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-zhelv.swiper-slide-active .im5 {
    animation: fadeInDown1 1s 0.6s ease both;
}

/*555  易软装*/
.sl-yiruanzhaung .im1 {
    width: 16vw;
    top: 15vw;
    left: -8vw;
}

.sl-yiruanzhaung .im2 {
    width: 24vw;
    top: 13vw;
    left: 0vw;
    z-index: 3;
}

.sl-yiruanzhaung .im3 {
    width: 36vw;
    top: 8vw;
    left: 9vw;
}

.sl-yiruanzhaung .im4 {
    width: 25vw;
    top: 8vw;
    left: 33vw;
}

.inde-innovate .in-bot .in-swfl1 .sl-yiruanzhaung.swiper-slide-active .im1 {
    animation: fadeInRight1 1s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-yiruanzhaung.swiper-slide-active .im2 {
    animation: fadeInRight1 1s 0.2s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-yiruanzhaung.swiper-slide-active .im3 {
    animation: fadeInRight1 1s 0.4s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-yiruanzhaung.swiper-slide-active .im4 {
    animation: fadeInRight1 1s 0.6s ease both;
}

.inde-innovate .in-bot .in-swfl1 .sl-zhongya.swiper-slide-active .img-box {
    animation: zoomIn 1s 0.2s ease both;
}

.inde-innovate .in-bot .dfr {
    background: #0C0C0C;
}

.inde-innovate .in-bot .dfr .in_about{ width:80%; margin:0 auto; margin-top:22%; font-size:16px; line-height:30px}
.inde-innovate .in-bot .dfr .in_about .more{ display:block; border:1px #333333 solid; width:160px; height:40px; line-height:40px; text-align:center; margin-top:70px}

.inde-innovate .in-bot .dfr .nei-wen {
    color: #ffffff;
    position: absolute;
    top: 30%;
    left: 10%;
    width: 70%;
}

.inde-innovate .in-bot .dfr .nei-wen .dn2 {
    font-size: 36px;
    margin: 2% 0 3%;
}

.inde-innovate .in-bot .dfr .nei-wen .dn3 {
    line-height: 30px;
    text-align: justify;
    opacity: 0.9;
    margin: 0 0 7%;
}

.inde-innovate .in-bot .dfr .nei-wen .dn-a a {
    font-size: 18px;
    color: #ffffff;
    font-family: 'futurademic';
}

.inde-innovate .in-bot .dfr .sw-combtn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.inde-innovate .in-bot .dfr .sw-combtn .a-btn {
    float: left;
    width: 86px;
    text-align: center;
    color: #ffffff;
    height: 86px;
    line-height: 86px;
    background: #1F1F1F;
    margin: 0 1px 0 0;
    cursor: pointer;
}

.inde-innovate .in-bot .dfr .sw-combtn .a-btn i {
    font-size: 22px;
}

.inde-jianse .blo-box {
    width: 25%;
    background: #F6F6F6;
    text-align: center;
    height: 420px;
    transition: all 0.4s ease;
    padding: 4% 0 0;
    position: relative;
    border-right: 2px solid #ffffff;
}

.inde-jianse .blo-box .size-all {
    position: relative;
    display: block;
    color: #333333;
}

.inde-jianse .blo-box:hover .size-all {
    color: #ffffff;
}

.inde-jianse .blo-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0C090E;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
}

.inde-jianse .blo-box:hover:before {
    transform: scale(1);
    opacity: 1;
}

.inde-jianse .blo-box .dn1 {
    font-size: 24px;
}

.inde-jianse .blo-box .dn2 {
    height: 100px;
    line-height: 100px;
    margin: 5% 0 6%;
}

.inde-jianse .blo-box .dn2 img {
    vertical-align: middle;
    max-height: 90%;
}

.inde-jianse .blo-box .dn-lsit .dpai {
    font-size: 0;
    margin: 0 0 10px;
}



.inde-jianse .blo-box .dn-lsit .dpai span {
    display: inline-block;
    font-size: 14px; line-height:24px;
    width: 60%;
    position: relative;
}

.inde-jianse .blo-box .dn-lsit .dpai .sp1 {
    text-align: right;
    padding: 0 4% 0 0;
}

.inde-jianse .blo-box .dn-lsit .dpai .sp1:before {
    content: '';
    position: absolute;
    border-left: 1px solid #616161;
    height: 10px;
    right: 0;
    top: 4px;
}

.inde-jianse .blo-box .dn-lsit .dpai .sp2 {
    padding: 0 0 0 4%;
    text-align: left;
}

.inde-hello {
    padding: 120px 0 110px;
}

.inde-hello .hello-bot {
    color: #000000;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
}

.inde-hello .hello-bot .sp1 {
    color: #c40000;
}

.inde-hello .hello-bot .word21 span:nth-child(n+7):nth-child(-n+17),
.inde-hello .hello-bot .word41 span:nth-child(n+26):nth-child(-n+30),
.inde-hello .hello-bot .word41 span:nth-child(n+39):nth-child(-n+42),
.inde-hello .hello-bot .word41 span:nth-child(n+44):nth-child(-n+47),
.inde-hello .hello-bot .word61 span:nth-child(n+12):nth-child(-n+15) {
    color: #c40000;
}

.inde-hello .hello-top {
    text-align: center;
    padding: 130px 0 180px;
}

.inde-hello .hello-top .blo-box {
    max-width: 50%;
}

.inde-hello .hello-top .zim1 {
    /*transform: translate(35px,0);*/
    /*margin:0 -35px 0 0;*/
}

.inde-hello .hello-top .bl1 {
    transform: translate(35px, 0);
}

.inde-hello .hello-top .bl2 {
    transform: translate(-35px, 0);
}

.inde-hello .hello-top .yim1 {
    /*transform: translate(-35px,0);*/
    /*margin:0 0 0 -35px ;*/
}

.inde-hello .hello-top .blo-box img {
    max-width: 100%;
    display: block;
}

/*.inde-hello .hello-top .bl1 {*/
/*text-align: right;*/
/*}*/
/*.inde-hello .hello-top .bl1 {*/
/*text-align: right;*/
/*}*/
.inde-hello .hello-top .yim2 {
    position: absolute;
    left: 8%;
    top: -94%;
    transition: 0.8s ease-out 0.8s;
    transform-origin: 50% 100%;
    /*opacity: 0;*/
}

.ny_contact{ margin-top:60px}

.inde-hello .hello-top .dn3 {
    position: absolute;
    left: 32%;
    top: -88%;
    overflow: hidden;
}

.ny_about{ width:92%; margin:0 auto; overflow:hidden}
.ny_about .ny_about_img{ width:30%; float:left}
.ny_about .ny_about_img img{ width:100%}
.ny_about .ny_about_bt{ display:block; font-size:36px; margin-bottom:40px; color:#000}
.ny_about .ny_about_wz{ width:65%; float:right; padding:5% 2% 0 0; line-height:32px; font-size:16px}

.ny_about .ny_about_img02{ width:30%; float:right}
.ny_about .ny_about_img02 img{ width:100%}
.ny_about .ny_about_wz02{ width:65%; float:left; padding:5% 0 0 2%; line-height:32px; font-size:16px}

/*案例*/
.case-bot1 {
    padding: 80px 0 90px;
}

.case-bot1 .bot1 .blo-box {
    width: 31.93%;
    margin: 0 0.7% 1.4%;
    position: relative;
}

.case-bot1 .bot1 .blo-box .a1 {
    display: block;
    width: 100%;
    height: 100%;
}

.case-bot1 .bot1 .blo-box .dn-top {
    overflow: hidden;
    position: relative;
}

.case-bot1 .bot1 .blo-box .dn-top .dn-logo {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    bottom: -130px;
    left: 0;
    text-align: center;
    height: 110px;
    line-height: 110px;
    transition: all 0.4s 0.05s ease;
    opacity: 0;
}

.case-bot1 .bot1 .blo-box .dn-top .dn-logo img {
    vertical-align: middle;
    max-height: 90%;
}

.case-bot1 .bot1 .blo-box:hover .dn-top .dn-logo {
    opacity: 1;
    bottom: 0;
}

.case-bot1 .bot1 .blo-box .dn-bot {
    background: #F6F6F6;
    padding: 25px 42px;
    position: relative;
    color: #0b0205;
    font-size: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.case-bot1 .bot1 .blo-box:hover .dn-bot {
    color: #ffffff;
}

.case-bot1 .bot1 .blo-box .dn-bot .dn1 {
    position: relative;
    z-index: 2;
}

.case-bot1 .bot1 .blo-box .dn-bot i {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -9px 0 0;
    display: inline-block;
}

.case-bot1 .bot1 .blo-box .dn-bot:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    opacity: 0;
    left: 0;
    background: #000000;
    transition: all 0.4s ease;
}

.case-bot1 .bot1 .blo-box:hover .dn-bot:before {
    bottom: 0;
    opacity: 1;
}

.case-bot1 .bot1 .blo-box:hover .dn-top .img-box {
    transform: scale(1.05);
}

/*详情*/
.casexq-bot1 {
    padding: 90px 0;
}

.casexq-bot1 .dn1 {
    color: #0b0205;
    font-size: 30px;
}

.casexq-bot1 .dn-xian {
    width: 10px;
    height: 2px;
    background: #B6B6B6;
    margin: 14px auto;
}

.casexq-bot1 .dn-wen {
    width: 800px;
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    margin: 0 auto 30px;
}

.casexq-bot1 .dn-more .a1 {
    color: #000000;
}

.casexq-bot1 .dn-more .a1 .sp1 {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #949494;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 10px 0 0;
    color: #333;
    vertical-align: middle;
}

.casexq-bot1 .dn-more .a1 .sp1:hover {
    color: #ffffff;
}

.casexq-bot1 .dn-more .a1 .sp1 i {
    position: relative;
    font-size: 20px;
}

.casexq-bot1 .dn-more .a1 .sp1:hover {
    border: 1px solid #333;
    background: #333;
}

.casexq-bot1 .dn-more .a1 .sp1:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    border-radius: 50%;
    background: #333;
}

.casexq-bot1 .dn-more .a1 .sp1:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.casexq-bot2 {
    padding: 100px 0;
}

.casexq-bot2 .dn-photo .dis-bl img {
    width: 100%;
    display: block;
}

.casexq-bot2 .dn-photo .dis-bl {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.45);
    outline: none;
    margin: 18px 0;
}

.casexq-bot2 .dn-video .com-video1 {
    display: block;
    width: 100%;
}

.casexq-bot3 {
    padding: 74px 0 64px;
}

.casexq-bot3 .dn1 {
    color: #040404;
    font-size: 38px;
}

.casexq-bot3 .dn2 {
    color: #333333;
}

.casexq-bot3 .dn-form {
    margin: 40px 0 45px;
}

.casexq-bot3 .dn-form .dcom {
    float: left;
    width: 25%;
    position: relative;
}

.casexq-bot3 .dn-form .dcom .inp1 {
    display: block;
    width: 96%;
    height: 56px;
    padding: 0 0 0 15px;
    outline: none;
    border: none;
    background: #ffffff;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease;
}

.casexq-bot3 .dn-form .dcom .inp1:focus {
    border-bottom: 2px solid #000000;
}

.casexq-bot3 .dn-form .dcom .a-hq {
    position: absolute;
    width: 138px;
    display: block;
    height: 40px;
    right: 6%;
    top: 8px;
    transition: all 0.4s ease;
    border-radius: 4px;
    overflow: hidden;
}

.casexq-bot3 .dn-form .dcom .a-hq img {
    width: 100%;
    height: 100%;
    display: block;
}

.casexq-bot3 .dn-form .dcom4 .inp1 {
    color: #ffffff;
    background: #000000;
    transition: all 0.4s ease;
}

.casexq-bot3 .dn-form .dcom4 .inp1:hover {
    box-shadow: 0 0 3px #000;
}

/*服务*/
.service .dlist {
    position: relative;
    padding: 10% 0;
    color: #ffffff;
}

.service .dlist .an{ width:120px; height:50px; line-height:50px; display:block; color:#FFF; border:1px #FFFFFF solid; text-align:center; font-size:14px}

.service .dlist .dn-top {
    margin: 0 0 4%;
}

.service .dlist .dn-top .dn1 {
    font-size:50px; text-transform: uppercase;
}

.service .dlist .dn-top .dn2 {
    font-size: 42px;
    margin: 0 0 15px;
}

.service .dlist .dn-top .dn3 {
    font-size: 80px;
    color: #ffeb00;
}

.service .dlist2 .dn-top .dn3 {
    color: #f5191b;
}

.service .dlist3 .dn-top .dn3 {
    color: #2f8fd7;
}

.service .dlist4 .dn-top .dn3 {
    color: #ff7500;
}

.service .dlist .dn-bot .dli {
    margin: 0 0 20px;
}

.service .dlist .dn-bot .dli .dn1 {
    font-size: 24px;
    margin: 0 0 8px;
}

.service .dlist .dn-bot .dli .dn2 {
    font-size: 16px;
}

.service .dlist .dn-bot2 .blo-box {
    width: 410px;
    font-size: 24px;
}

.service .dlist .dn-bot2 .blo-box p {
    margin: 0 0 25px;
}

/*关于*/
.abou-ban {
    height: 760px;
    text-align: center;
    color: #ffffff;
}

.abou-ban .ban-wen {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -224px;
}

.abou-ban .ban-wen * {
    max-width: 100%;
}

.abou-ban .ban-wen .dn1 {
    font-size: 36px;
    margin: 3% 0 1.5%;
}

.abou-ban .ban-wen .dn1 .word1 span:nth-of-type(even) {
    margin: 0 22px;
}

.abou-ban .ban-wen .dn2 {
    font-size: 20px;
    opacity: 0.5;
    font-family: 'tt0142m';
    text-transform: uppercase;
}

.abou-news {
    padding: 60px 0 70px;
}

.abou-news .news-bot1 .blo-box {
    background: #ffffff;
    width: 31.73%;
    margin: 0 0.8% 1.6%;
    transition: all 0.4s ease;
}

.abou-news .news-bot1 .blo-box:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}

.abou-news .news-bot1 .blo-box .a1 {
    display: block;
    width: 100%;
    height: 100%;
}

.abou-news .news-bot1 .blo-box .dn-top {
    padding: 22px 30px;
}

.abou-news .news-bot1 .blo-box .dn-top .dn1 {
    font-size: 18px;
    color: #000000;
    margin: 0 0 10px;
}

.abou-news .news-bot1 .blo-box .dn-top .dn2 {
    line-height: 26px;
    color: #666666;
}

.abou-news .news-bot1 .blo-box .dn-bot {
    border-top: 1px solid #E5E5E5;
    padding: 24px 30px;
    color: #999999;
    font-size: 12px;
    position: relative;
}

.abou-news .news-bot1 .blo-box .dn-bot:before {
    content: '';
    position: absolute;
    width: 60%;
    left: 20%;
    transition: all 0.4s ease;
    border-top: 1px solid #999999;
    top: -1px;
    opacity: 0;
}

.abou-news .news-bot1 .blo-box:hover .dn-bot:before {
    width: 100%;
    left: 0;
    opacity: 1;
}

.abou-news .news-bot1 .blo-box .dn-bot i {
    position: absolute;
    right: 30px;
    top: 20px;
    color: #000;
    font-size: 18px;
    display: block;
    transition: all 0.4s ease;
}

.abou-news .news-bot1 .blo-box:hover .dn-bot i {
    transform: rotate(90deg);
}

.abou-lunbo {
    height: 650px;
    position: relative;
    color: #ffffff;
}

.abou-lunbo .swiper-slide .img-box {
    position: absolute;
    top: 0;
    left: 0;
}

.abou-lunbo .swiper-slide .conta-nei {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -156.5px;
}

.abou-lunbo .swiper-slide-active .conta img {
    animation: fadeInUp2 1s 0.1s ease;
}

.abou-lunbo .abou-sw1 .pagination {
    position: absolute;
    bottom: 10%;
    left: 8%;
    z-index: 3;
    font-size: 0;
}

.abou-lunbo .abou-sw1 .pagination span {
    display: inline-block;
    width: 3px;
    height: 12px;
    background: #D7D6D7;
    margin: 0 5px;
    transition: all 0.4s ease;
    vertical-align: bottom;
}

.abou-lunbo .abou-sw1 .pagination .swiper-active-switch {
    background: #BB1B23;
    height: 24px;
}

.abou-team {
    padding: 0 0 70px;
}

.abou-team .team-bot .blo-box {
    width: 25%;
    position: relative;
    overflow: hidden;
    color: #000;
}

.abou-team .team-bot .blo-box .dn-wen {
    position: absolute;
    bottom: 10%;
    left: 10%;
    transition: all 0.4s ease;
}

.abou-team .team-bot .blo-box:hover .dn-wen {
    opacity: 0;
}

.abou-team .team-bot .blo-box .dn-wen .dn-xian {
    width: 30px;
    height: 4px;
    background: #000000;
}

.abou-team .team-bot .blo-box .dn-wen .dn1 {
    font-size: 24px;
    margin: 10px 0 0;
}

.abou-team .team-bot .blo-box .dn-wen .dn2 {
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'tt0142m';
}

.abou-team .team-bot .blo-box .dn-jie {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.8);
    z-index: 5;
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(0.9);
}

.abou-team .team-bot .blo-box:hover .dn-jie {
    opacity: 1;
    transform: scale(1);
}

.abou-team .team-bot .blo-box .dn-jie .jie-wen {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 42%;
    color: #ffffff;
    line-height: 24px;
}

.abou-team .team-bot .blo-box .dn-jie .jie-wen .dn-xian1 {
    width: 14px;
    height: 2px;
    background: #ffffff;
    margin: 0 0 10px;
}

.abou-team .team-bot .blo-box .dn-t1 {
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin: -40px 0 0;
}

.abou-team .team-bot .blo-box:hover .img-box {
    transform: scale(1.05);
}

.abou-team .team-bot .bl2 {
    width: 50%;
}

.abou-team .team-bot .bl3 {
    background: #000;
}

/*.abou-team .team-bot .bl3 i {*/
/*color: #ffffff;*/
/*font-size: 60px;*/
/*vertical-align: middle;*/
/*}*/
.abou-team .team-bot .bl3 .dn-circle {
    height: 11px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -5px 0 0;
}

.abou-team .team-bot .bl3 .dn-circle span {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 3px;
    background: #ffffff;
    border-radius: 50%;
}

.abou-team .team-bot .bl3:hover .dn-circle span {
    animation: load 1.04s ease infinite;
    -webkit-animation: load 1.04s ease infinite;
}

.abou-team .team-bot .bl3:hover .dn-circle .sp1 {
    animation-delay: 0.13s;
    -webkit-animation-delay: 0.13s;
}

.abou-team .team-bot .bl3:hover .dn-circle .sp2 {
    animation-delay: 0.26s;
    -webkit-animation-delay: 0.26s;
}

.abou-team .team-bot .bl3:hover .dn-circle .sp3 {
    animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
}

@keyframes load {
    0% {

        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: scale(0.7);
    }
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: scale(0.7);
    }
}

.abou-jie .dn-top {
    padding: 100px 0;
    text-align: center;
}

.abou-jie .dn-top .dn1 {
    color: #000000;
    font-size: 72px;
}

.abou-jie .dn-top .dn1 span {
    display: inline-block;
}

.abou-jie .dn-top .dn1 i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0;
}

.abou-jie .dn-top .dn2 {
    color: #0b0205;
    font-size: 36px;
    margin: 25px 0;
}

.abou-jie .dn-top .dn3 {
    color: #666666;
    font-size: 18px;
    line-height: 40px;
    width: 1000px;
    margin: auto;
}

.abou-jie .dn-bot {
    padding: 50px 0 60px;
    border-top: 1px solid #E5E5E5;
}

.abou-jie .dn-bot .dn-pai .blo-box {
    margin: 0 60px;
    min-width: 260px;
}

.abou-jie .dn-bot .dn-pai .blo-box .dn1 {
    color: #0b0205;
    font-size: 100px;
    font-family: 'din';
}

.abou-jie .dn-bot .dn-pai .blo-box .dn2 {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.inde-team .team-bot2 {
    padding: 5% 2%;
}

.inde-team .team-bot2 .blo-box {
    width: 16.66%;
    height: 200px;
    border-right: 1px solid #ECECEC;
    padding: 0 0 0 4%;
}

.inde-team .team-bot2 .blo-box:last-of-type {
    border: none;
}

.inde-team .team-bot2 .blo-box .dn-sha .dp1 {
    color: #0b0205;
    font-size: 72px;
    font-family: 'futurademic';
    position: relative;
}

.inde-team .team-bot2 .blo-box .dn-sha .dp1 .sp1 {
    position: absolute;
    color: #000000;
    font-size: 18px;
    bottom: 16px;
    left: 42px;
    background: #F6F6F6;
}

.inde-team .team-bot2 .blo-box .dn-xia .dp1 {
    color: #0b0205;
    font-size: 14px;
    font-family: 'tt0142m';
    margin: 0 0 6px;    text-transform: uppercase;
}

.inde-team .team-bot2 .blo-box .dn-xia .dp2 {
    color: #666666;
    line-height: 24px;
}

.inde-team {
    padding: 0;
}

.inde-dongcha {
    padding: 80px 0;
}

.inde-dongcha .dfl {
    /*width: 30%;*/
    width: 580px;
    position: relative;
    z-index: 2;
}

.inde-dongcha .dfl .com-biaoti {
    text-align: left;
    padding: 0 0 50px;
}

.inde-dongcha .dfl .dfl-bot {
    width: 110%;
    height: 430px;
}

.inde-dongcha .dfl .dfl-bot .a1 {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.inde-dongcha .dfl .dfl-bot .dn-wen {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    padding: 18px 24px;
    background: rgba(0, 0, 0, 0.6);
}

.inde-dongcha .dfl .dfl-bot .dn-wen i {
    position: absolute;
    right: 24px;
    top: 13px;
    font-size: 26px;
    display: inline-block;
    transition: all 0.4s ease;
}

.inde-dongcha .dfl .dfl-bot:hover .dn-wen i {
    transform: translate(10px, 0);
}

.inde-dongcha .dfl .dfl-bot:hover .img-box {
    transform: scale(1.05);
}

.inde-dongcha .dfr {
    width: 70%;
    background: #ffffff;
    height: 600px;
    margin: 40px 0 0;
    position: relative;
}

.inde-dongcha .dfr-box {
    padding: 3% 0 0 9%;
    width: 100%;
    height: 100%;
}

.inde-dongcha .dfr:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 15%;
    top: 0;
    right: -10%;
    background: #ffffff;
}

.inde-dongcha .dfr .ul1 li {
    margin: 0 0 30px;
}

.inde-dongcha .dfr .ul1 .a1 {
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
}

.inde-dongcha .dfr .ul1 li .dn2 {
    color: #0b0205;
    font-size: 26px;
    font-weight: bold;
    margin: 5px 0 8px;
}

.inde-dongcha .dfr .ul1 li .dn2 .b1 {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    border-top: 1px solid #0b0205;
    margin: 0 3px 0 0;
    transition: all 0.4s ease;
}

.inde-dongcha .dfr .ul1 li:hover .dn2 .b1 {
    width: 40px;
}

.inde-dongcha .dfr .ul1 li .dn3 {
    width: 82%;
    line-height: 20px;
}

.inde-dongcha .dfr .dfr-bot2 {
    padding: 20px 0 0;
}

.inde-dongcha .dfr .dfr-bot2 .a1 {
    color: #000000;
    font-size: 18px;
}

.inde-cankao {
    color: #ffffff;
    padding: 90px 0;
}

.inde-cankao .conta {
    height: 515px;
}

.inde-cankao .nei-wen {
    position: absolute;
    width: 86%;
    left: 7%;
    top: 50%;
}

.inde-cankao .dn-top {
    margin: 0 0 2%;
}

.inde-cankao .dn-top .dn1 {
    font-size: 60px;
}

.inde-cankao .dn-top .dn2 {
    font-size: 44px;
}

.inde-cankao .dn-bot .dn1 {
    font-size: 16px;
}

.inde-cankao .dn-bot .dn2 {
    margin: 0.8% 0 1.5%;
}

.inde-cankao .dn-bot .dn2 .sp1 {
    font-size: 32px;
}

.inde-cankao .dn-bot .dn2 .dn2-y {
    display: inline-block;
    margin: 0 0 0 10%;
}

.inde-cankao .dn-bot .dn2 .dn2-y .a1 {
    display: inline-block;
    color: #2E2E2E;
    margin: 0 30px 0 0;
    position: relative;
}

.inde-cankao .dn-bot .dn2 .dn2-y .a1 .b1 {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
}

.inde-cankao .dn-bot .dn2 .dn2-y .a1 .b1 i {
    font-size: 25px;
}

.inde-cankao .dn-bot .dn2 .dn2-y .a1 .b2 {
    display: inline-block;
    width: 104px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #ffffff;
    border-radius: 20px;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.inde-cankao .dn-bot .dn3 .a1 {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.5;
    transition: all 0.4s ease;
}

.inde-cankao .dn-bot .dn3 .a1 .b1 {
    display: inline-block;
    width: 42px;
    height: 1px;
    background: #A3A3A3;
    vertical-align: middle;
    margin: 0 0 0 14px;
    transition: all 0.4s ease;
}

.inde-cankao .dn-bot .dn3 .a1:hover .b1 {
    width: 60px;
}

.inde-cankao .dn-bot .dn3 .a1:hover {
    opacity: 1;
}

/*联系我们*/
#allmap {
    width: 100%;
    min-height: 300px;
}

#allmap .anchorBL {
    display: none;
}

.con-box {
    padding: 0 0 80px;
}

.con-box-nei .dfl {
    width: 100%;
    background: #EBECEE;
    color: #0b0205;
    padding:4%;
}

.con-box-nei .dfl .dn1 {
    font-size: 30px; font-weight:bold
}

.con-box-nei .dn-xian {
    width: 7px;
    height: 2px;
    background-color: #000000;
    transition: 0.3s;
    margin:2% 0 2% 3px;
}

.contact_map{}
#container{
	min-width:100%;
	min-height:450px;
}
.map_wz{ font-size:16px; color: #000; font-family:Verdana, Geneva, sans-serif; font-weight:bold}
.map_wzz{ font-size:14px; font-family:Verdana, Geneva, sans-serif;}

.con-box-nei .dfl:hover .dn-xian,
.con-box-nei .dfr:hover .dn-xian {
    width: 17px;
}

.con-box-nei .dfl .ul-address li {
    margin: 0 0 4%;
}
.con-box-nei .dfl .ul-address li p{ margin-bottom:5px}

.con-box-nei .dfl .dfr-bot2 {
    margin: 0 0 0 -16px;
}

.con-box-nei .dfl .ul-address .dp1 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 8px 0;
    font-family: 'tt0142m';
}

.con-box-nei .dfl .ul-address{ float:left; width:20%}

.con-box-nei .dfl .div-wei a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 14px 0 0;
    position: relative;
}

.con-box-nei .dfr {
    width: 100%;
    background: #ffffff;
    height: 604px;
    padding: 4% 0 0 5%;
}

.con-box-nei .dfr .form1 {
    width: 600px;
}

.con-box-nei .dfr .ul-dfr li {
    margin: 0 0 5%;
    overflow: hidden;
    font-family: 'tt0142m';
}

.con-box-nei .dfr .ul-dfr li input,
.con-box-nei .dfr .ul-dfr li textarea {
    border: none;
    outline: none;
}

.con-box-nei .dfr .ul-dfr li .add-con {
    width: 48%;
    margin: 0 4% 0 0;
    position: relative;
    border-bottom: 1px solid #000000;
    float: left;
    padding: 0 0 6px 0;
}

.con-box-nei .dfr .ul-dfr li .add-con:hover:after {
    width: 100%;
}

.con-box-nei .dfr .ul-dfr li .add-con-mail {
    margin: 0;
}

.con-box-nei .dfr .ul-dfr li .add-con-content {
    width: 100%;
    margin: 0;
}

.con-box-nei .dfr .ul-dfr li .add-con-content span {
    display: block;
    width: 100%;
}

.con-box-nei .dfr .ul-dfr li .add-con span {
    color: #0b0205;
    float: left;
    text-transform: capitalize;
}

.con-box-nei .dfr .ul-dfr li .inp1 {
    float: right;
    height: 100%;
}

.con-box-nei .dfr .ul-dfr li .tex1 {
    width: 100%;
    height: 110px;
}

.con-box-nei .dfr .ul-dfr li .add-con-mail .inp1 {
    margin: 0;
}

.con-box-nei .dfr .for-submit {
    text-align: right;
}

.con-box-nei .dfr .for-submit .sub {
    width: 224px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    font-size: 18px;
    font-family: 'tt0142m';
    outline: none;
    border: none;
    cursor: pointer;
}

/*按钮*/
.com-button {
    position: relative;
    z-index: 1;
    transition: 0.4s;
    cursor: pointer;
    border: none;
}

.com-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a9a9a9;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.casexq-box .casexq-box-bot .dfr .dfr-top .dtwo a.com-button::before,
.casexq-box .casexq-box-bot .dfr .dfr-bot .inp-sub.com-button::before {
    border-radius: 5px;
}

.com-button:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*新闻详情*/
.news-box .news-box-bot {
    padding: 0 7.6%;
    margin: 0 auto; margin-top:4%; margin-bottom:4%
}

.news-box .news-box-bot .top {
    border-bottom: 1px solid #EBEBEB;
    padding: 5% 0 1%;
}

.news-box .news-box-bot .top .tit1 {
    color: #000000;
    font-size: 28px;
    margin: 0 0 10px;
}

.news-box .news-box-bot .top .tit2 {
    color: #666666;
    font-size: 14px;
}

.news-box .news-box-bot .top .tit2 .s1 {
    margin: 0 30px 0 0;
}

.news-box .news-box-bot .dn-wen {
    color: #333333;
    line-height: 36px;
    padding: 3% 0 3%;
}

.news-box .news-box-bot .dn-wen * {
    max-width: 100%;
}

.news-box .news-box-bot .fenye {
    padding: 2% 0 4%;
    border-top: 1px solid #EBEBEB;
}

.news-box .news-box-bot .fenye .dfl a {
    color: #333333;
    margin: 0 30px 0 0;
}

.dn-ewm {
    display: none;
    position: absolute;
    top: 115%;
    right: 5%;
    padding: 3px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.im-ewm {
    width: 100px;
    height: 100px;
}

.com-swbtn2 {
    padding: 3% 0 0;
    line-height: 30px;
}

.com-swbtn2 a:hover {
    font-weight: bold;
}

.add-about {
    background: #140D38;
    overflow: hidden;
}

.add-about .add-top {
    text-align: center;
    padding: 5% 0;
}

.add-about .add-top img {
    max-width: 80%;
}

.add-about .add-bot .dlist {
    margin: 0 0 7%;
}

.add-about .add-bot .dlist .dfl {
    text-align: right;
    width: 40%;
    padding: 2% 5% 0 0;
}

.add-about .add-bot .dlist .dfl img {
    max-width: 60%;
}

.add-about .add-bot .dlist .dfr {
    width: 60%;
}

.add-about .add-bot .dlist .dfr .dp2 {
    margin: 2% 0 3%;
}

.add-about .add-bot .dlist .dfr .dp2 img {
    max-width: 60%;
}

.add-about .add-bot .dlist .dfr .dp3 img {
    max-width: 60%;
}

.add-about .add-bot .dlist .dfr .dp4 {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 3% 0 0;
}

.add-about .add-bot .dlist .dfr .dp4 .p1 {
    color: rgba(255, 255, 255, 0.3);
    font-weight: bold;
}

.add-about .add-bot .dlist .dfr .dp5 {
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 3% 0 0;
    font-family: 宋体;
}

.new-ban {
    background: #150e35;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding: 7% 0;
}



/*-- 分页 --*/
.fengye{line-height:50px; color:#666; margin:0 auto; overflow:hidden; text-align:center; padding-left:14px;}
.fengye span{ height:50px; line-height:50px; float:left; text-align:center; margin-right:10px; padding:0 20px; background:#fff; font-size:16px}
.fengye .keng{ display:none }
.fengye .current{background:#000;  color:#FFF}
.fengye a{ float:left; height:50px; line-height:50px;  margin-right:10px; color:#666; text-align:center; padding:0 20px; background:#FFF; font-size:16px} 
.fengye a:hover{ background:#000;  color:#FFF}


.ui-dialog-grid{ width:300px; height:200px; background:#FFF; text-align:center; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px;}
.ui-dialog-close{ width:20px; height:20px; font-size:16px; float:right; margin-right:5%}
.ui-dialog-title{ font-size:24px; color:#333}
.ui-dialog-content{ font-size:16px; color:#666}
.ui-dialog-autofocus{ width:50px; height:30px; font-size:16px;}


.about_sj{width:92%; margin: 0 auto;}
.about_sj .time{ padding:80px 0; overflow:hidden}
.about_sj .time li{ float:left; width:25%; color:#000; font-size:18px; text-align:center}
.about_sj .time li b{font-size:48px; margin-right:5%}
.about_sj .time li span{ display:block; font-size:14px; color:#666; margin-top:5px; line-height:25px; width:100%}


.dn-photo img{ width:100%}


