* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1270px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #fff;
    height: 100%;
}

body {
    font-family: "寰蒋闆呴粦";
    box-sizing: border-box;
}


/*导航*/
.navbar {
    box-shadow: none;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 0 6px 1px #ccc;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.navbar-brand {
    width: 200px;
    display: block;
    padding: 20px 0;
}

.navbar-brand>img {
    width: 100%;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.navbar-nav>li {
    padding: 0 10px;
    line-height: 65px;
}

.navbar-nav>li:hover>a {
    color: #237932;
}

.navbar-nav>li>a {
    color: #333;
    transition: .5s;
    padding: 36px 13px;
    display: inline-block;
}

.navbar>div>i {
    display: none;
}

.navbar-nav .active a {
    color: #237932;
}



/* banner */
#banner {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
    padding-top: 94px;
}

.swiper-container {
    width: 100%;
    height: 800px;
    position: absolute !important;
    left: 0;
}

.swiper-slide .detail {
    height: 90px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    opacity: 0;
    transition: opacity .3s .3s;
}

.swiper-slide-active .detail {
    opacity: 1;
}

.swiper-slide .detail h3 {
    width: 950px;
    margin: 15px auto 0;
}

.swiper-slide .detail p {
    width: 950px;
    margin: 5px auto 0;
}

.swiper-slide .detail p span {
    width: 650px;
    display: block;
}

.effect1 img {
    transform: scale(1.25, 1.25) translate(10%, 10%);
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
}

.leftUp img {
    -webkit-animation-name: leftUp;
    animation-name: leftUp;
}

@-webkit-keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

@keyframes leftUp {
    0% {
        transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
    }
}

.moveRight img {
    -webkit-animation-name: moveRight;
    animation-name: moveRight;
}

@-webkit-keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

@keyframes moveRight {
    0% {
        transform: scale(1.1, 1.1) translate(-4.545%, 0);
    }

    100% {
        transform: scale(1.1, 1.1) translate(4.545%, 0);
    }
}

.moveDown img {
    -webkit-animation-name: moveDown;
    animation-name: moveDown;
}

@-webkit-keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

@keyframes moveDown {
    0% {
        transform: scale(1.1, 1.1) translate(0, -4.545%);
    }

    100% {
        transform: scale(1.1, 1.1) translate(0, 4.545%);
    }
}

.centerBig img {
    -webkit-animation-name: centerBig;
    animation-name: centerBig;
}

@-webkit-keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

@keyframes centerBig {
    100% {
        transform: scale(1.1, 1.1);
    }
}

.rightDownBig img {
    -webkit-animation-name: rightDownBig;
    animation-name: rightDownBig;
}

@-webkit-keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

@keyframes rightDownBig {
    100% {
        transform: scale(1.1, 1.1) translate(4%, 4%);
    }
}

.swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.swiper-pagination {
    bottom: 35px;
    right: 250px;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    background: #fff;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: #237932 !important;
}




/* case */
.case {
    padding: 50px 0;
}

.Box {
    position: relative;
}

.Box .content {
    width: 1200px;
    margin: 0 auto;
}

.Box .Box_con {
    position: relative;
    margin-top: 50px;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(../img/jtl02.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr {
    background: url(../img/jtr02.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl:hover {
    background: url(../img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
    background: url(../img/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 285px;
    height: 500px;
    margin-left: 20px;
    overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 285px;
    height: 460px;
    transition: all 0.5s;
}

.Box .Box_con .conbox ul li p {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.Box .BoxSwitch span.cur {
    background: red;
}



.gd-title {
    text-align: center;
    width: 100%;
}

.gd-title>h2 {
    font-size: 30px;
    font-weight: bold;
}

.gd-title>p {
    font-size: 14px;
    padding: 10px 0;
}
.gd-title>p img{
    width: 400px;
    margin: 20px auto 0;
}
/* workshop */
.workshop{
    margin: 50px 0;
}
.workshop ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.workshop ul>li{
    width: 32.4%;
    margin: 10px 0;
    cursor: pointer;
}
.workshop ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.workshop ul>li:hover img{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

.work-btn{
    text-align: center;
}
.work-btn>a{
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #ccc;
    font-size: 14px;
    color: #237932;
    margin-top: 40px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.work-btn>a:hover{
    background: #237932;
    color: #fff;
}


/* about */
.about{
    background: #f4f4f4;
}
.ab-bg{
    background: url(../img/video.png) no-repeat center;
}
.ab-right{
    width: 50%;
    margin-left: 50%;
    padding: 80px 0 80px 50px;
}
.ab-right>h2{
    font-size: 28px;
    margin: 0;
    padding: 10px 0 0;
}
.ab-right>hr{
    width: 54px;
    height: 2px;
    background: #237932;
    margin: 10px 0 30px 0;
}
.ab-right>p{
    font-size: 14px;
    line-height: 30px;
}
.ab-right>a{
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #ccc;
    margin-top: 30px;
    color: #237932;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ab-right>a:hover{
    background: #237932;
    color: #fff;
}



/* foot */
.foot-add{
    padding: 50px 0;
    /* background: url(../img/foot-bg.jpg) no-repeat center;
    margin-top: 50px; */
}
.foot-add ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot-add ul>li{
    width: 32%;
    text-align: center;
    background: #f4f4f4;
    padding: 80px 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.foot-add ul>li:hover{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}
.foot-add ul>li>img{
    width: 30%;
    display: inline-block;
    margin-bottom: 20px;
}
.foot-add ul>li h2{
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.foot-add ul>li p{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.foot-add ul>li p>a{
    color: #333;
}
.foot-add ul>li p img{
    width: 80px;
    margin: auto;
    margin-top: 17px;
}
.foot-add ul>li hr{
    background: #237932;
    height: 2px;
    width: 80px;
    display: block;
    margin: auto;
    margin-top: 50px;
}



.foot {
    padding: 10px 0;
    background-color: #237932;
}

.foot>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.foot p {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.foot a {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}



#ip-img-preview {
    width: 60%;
    height: auto;
}
@media all and (max-width:1440px) and (min-width:992px) {
    #banner {
        height: 600px;
    }

    .swiper-container {
        height: 600px;
    }
}

@media all and (max-width:768px) {
    body{
        overflow-x: hidden;
    }
    #banner {
        height: 300px;
    }

    .swiper-container {
        height: 300px;
    }
    .swiper-pagination{
        bottom: 55px;
    }
    .container{
        width: 100%;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        padding: 32px 10px;
    }
    .navbar{
        height: 93px;
    }
    .navbar-nav>li>a{
        padding: 20px 13px;
    }
    .navbar-nav{
        display: none;
        position: absolute;
        left: 0;
        top: 93px;
        background: #fff;
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }
    .Box .content{
        width: 100%;
    }
    .gd-title>p img{
        width: 100%;
    }
    .case{
        padding: 0;
    }
    .ab-right{
        width: 100%;
        padding: 20px 0;
        margin: 0;
    }
    .ab-bg{
        background: none;
    }
    .foot-add ul>li{
        width: 100%;
        margin: 5px 0;
    }
}