body{background: #fff;}
.headline{
    margin: 30px auto;
    text-align: center;
    height: 70px;
}
.headline b:first-child{
    background: url(../image/png16.png) no-repeat left center;
    width: 202px;
    height: 9px;
    display: inline-block;
}
.headline b:last-child{
    background: url(../image/png17.png) no-repeat left center;
    width: 202px;
    height: 9px;
    display: inline-block;
}
.headline h3{
    font-size:28px;
    font-weight: bold;
    color:#333;
    margin: 0 30px;
    display:inline-block;
    vertical-align: middle;
}
.headline h3 .dot{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    vertical-align: middle;
}
.headline h3 .dot:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #008c6b;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 5px;
}
.headline span{
    font-size:16px;
    color:#333;
    display: block;
    letter-spacing: 1px;
    /* margin-top: 10px; */
}
.headline .subTitle {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    letter-spacing: 0.5em;
}
.white.headline h3{color:#fff;}
.white.headline h3 .dot:after {
    background: #fff;
}
.white.headline span,.white.headline .subTitle{color: #fff;}
.white.headline b:first-child{
    background: url(../image/png18.png) no-repeat left center;
    
}
.white.headline b:last-child{
    background: url(../image/png19.png) no-repeat left center;    
}
.zy_house { background: url(../image/jpg108.jpg) no-repeat center;width:100%;height:560px;min-width:1200px;}
.zy_house form {
    background: #f1f1f1;
     /*box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);*/ 
    border-radius: 10px;
    width: 1117px;
    height: 72px;
    margin: 0 auto;
    padding: 24px 55px;
    position: relative;
}
.zy_house form .tit {
    width: 300px;
    float: left;
    margin-top: 19px;
    margin-left: 15px
}
.zy_house form input {
    width: 280px;
    height: 40px;
    display: block;
    float: left;
    padding-left: 20px;
    margin-top: 15px;
    margin-right: 16px;
    background: #ececec;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
}
.zy_house form .button {
    margin-top: 15px;
    width:134px;
    height:41px;
    background:#008c6b;
    border-radius:30px;
    border: 1px solid #008c6b;
}
.zy_house form .button:hover{
    background: #008060;
    border: 1px solid #008060;
}
.zy_house .tit p:first-child{   
    padding-left: 7px;
    border-left: 4px solid #00463E;
    margin-left: -10px;
    color: #333;
}

.box1{
    display: block; 
    background-image: url(../image/jpg120.jpg); 
    width: 100%; 
    height: 811px;
}
.box1 .swiper-container3{
    width: 1200px;
    height: 468px;
    margin: 0 auto;
    position: relative
}
.box1 .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.box1 .swiper-slide a{    
    width: 271px;
    height: 460px;
    display: block;
    position: relative;
    padding: 4px;
    background: #b4c1c9;
}
.box1 .swiper-slide img{
    width: 271px;
    height: 460px;
}
.box1 .swiper-slide .bar {
    position: absolute;
    bottom:0;
    /*left: 0;
    right: 0;*/
    width: 278px;
    height: 100%;
    line-height: 50px;
    color: #fff;    
    /*padding: 0 0 100px 0; */
    font-size:30px;
    text-align: center;   
    /*display:none;*/
}
.box1 .swiper-slide:hover .bar{ background:rgba(7,103,80,0.33);display:block}
.box1 .swiper-slide .bar h2{ position:absolute;bottom:30px;left:27%;}
.swiper-father {
    width: 1300px;
    height: 520px;   
    position: relative;
    margin: 0 auto;
  }

.swiper-father .swiper-prev,.swiper-father .swiper-next {
    top: 55%;
    margin-top: -55px;   
    z-index: 2;
    cursor: pointer;
    color: #a7a7a7;
    font-size: 40px;
}

.swiper-father .swiper-prev:hover,.swiper-father .swiper-next:hover { 
    color: #008060
}

.swiper-father .swiper-prev {
    left: 0
}

.swiper-father .swiper-next {
    right: 0
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.pagination .swiper-pagination-switch {
   
    background:#fff;
    border: 1px solid #fff
}

.pagination .swiper-active-switch {
    background: #fff;
    opacity: 1;
    border: 1px solid #fff
}
/* .box1{
    height:892px;
}
.box1 li{
    float: left;
    margin-right: 25px;
    text-align: center;
    width: 230px;
    position: relative;
    padding-bottom: 6px;
    color: #fff;
}
.box1 li:hover::after{
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    animation: clipMe 1s linear;
    width: 100%;
    height: 6px;
    background:#00463E;
}
@keyframes clipMe{
    0%{ width: 10%;}
    25%{ width: 25%;}
    50%{ width: 50%;}
    75%{ width: 75%;}
    100%{ width: 100%;}
}
.box1 li:nth-child(2n){
    margin-top: 100px;
    height: 365px;
}
.box1 li:nth-child(2n) .box1_1{
    padding: 32px 0;
}
.box1 li:nth-child(3){
    margin-top: 20px;
}
.box1 li:last-child{
    margin-right: 0;
}
.box1_1{
    font-size: 16px;
    line-height: 26px;
    width:230px;
    background:#333;
    padding: 22px 0;
    margin-top: -4px;
}
.box1_1 h2{
    font-size: 20px;
} */
.zybtns{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #00463E;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    margin:0 auto;
}
.box2 {
    padding-bottom: 70px
}
.box2 .swiper-container{
    width: 1200px;
    height: 268px;
    margin: 0 auto;
    position: relative
}
.box2 .perimg {
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    position: relative;
    float: left;
    margin-right: 20px;
}
.box2 .perimg:last-child{
    margin-right: 0;
}
.box2 .perimg a{    
    width: 285px;
    height: 100%;
    display: block; 
    position: relative;
}
.box2  img{
    width:285px;
    height: 264px;
}
.box2 .perimg .bar {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    width: 285px;
    height: 164px;
    line-height: 30px;
    color: #fff;
    background:rgba(7,103,80,0.33);
    padding: 100px 0 0 0; 
    font-size: 16px;
    text-align: center;   
    display:none;
}
.box2 .perimg:hover .bar{ display:block}
/* .box2{height: 730px;}
.box2 ul{
    width: 1100px;
    margin: 0 auto;
}
.box2 ul li{
    font-size: 20px;
    color: #666;
}
.box2 ul li p{
    margin-bottom: 55px;
    background:rgba(0,0,0,.1);
    border-radius:25px;
    padding:3px 16px;
    height: 36px;
    line-height: 36px;
    display: table;
    animation: denglong 3000ms infinite linear;
} */
@keyframes denglong{
    0%{transform: translateY(-.3rem);}
    25%{transform: translateY(0rem);}
    50%{transform: translateY(.3rem);}
    75%{transform: translateY(0rem);}
    100%{transform: translateY(-.3rem);}
}
.box3{
    height:460px;
    background: #f9f9f9;
    width: 1920px;
    margin: 0 auto;
}
.box3 .swiper-container1{
    padding-top: 45px;
    height: 600px;
}
.box3 h4{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 26px;
}
.box3 li{
    width: 320px;
    position: relative;
    text-align: center;
    height: 460px;
    overflow: hidden;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    list-style: none;
}
.box3_1{
    position: absolute;
    bottom: 0;
    width:320px;
    height:100px;
    line-height: 140px;
    background:linear-gradient(0deg,rgba(0,0,0,0.44) 27%,rgba(0,0,0,0) 100%);
    opacity:0.8;
    font-size: 24px;
    color: #fff;
}
.box3 li:hover{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
    box-shadow: 0 5px 20px #ccc;
}
.box3 li:hover .box3_1{
    animation: box3_hide 1s linear;
    bottom:-100%;
}
.box3 li:hover .box3_2{
    animation: box3_show 1s linear;
    top: 0;
}
.box3_2{
    position: absolute;
    top: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.box3_2 h2{
    margin:180px 0 30px;
    font-size: 24px;
}
.box3_2 a {
    font-size: 18px;
    display: block;
}
.box3_2 a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -4px;
}
@keyframes box3_show{
    0%{ top:100%;}
    50%{bottom: 50%;}
    100%{ top:0;}
}
@keyframes box3_hide{
    0%{ bottom:0;}
    50%{bottom: -50%;}
    100%{bottom:-100%;}
}
.box4{height:694px;}
.box4 ul{
    width:1183px;
    margin:0 auto;
}
.box4 ul li{
    width:225px;
    height: 59px;
    position: relative;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    padding-top: 167px;
    margin-right:14px;
}
.box4 ul li:nth-child(5n){
    margin-right: 0;
}

.box5 .accordion-box {
    width: 100%;
    height: 400px
}
.box5 .accordion-box ul {
    padding: 0;
    width: inherit;
    height: 400px;
    overflow: hidden;
    position: relative
}
.box5 .accordion-box ul li {
    width: 626px;
    height: 400px;
    position: absolute;
    top: 0;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    overflow: hidden;
}
.box5 .accordion-box ul li .left {
    width: 558px;
    height: inherit;
    overflow: hidden;
    position: relative;
    float: left
}
.box5 .accordion-box ul li .left .shadow {
    position: absolute;
    bottom: 0;
    width:560px;
    height:125px;
    line-height: 180px;
    background:linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    color:#fff;
    text-align: center;
    font-size: 24px;
}
.box5 .accordion-box ul li .left img {
    z-index: -1;
    width: 560px;
    height: 400px;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s
}
.box5 .accordion-box ul li .right {
    width: 68px;
    height: 400px;
    float: left;
    position: relative;
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s
}
.box5 .accordion-box ul li .right .title {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: absolute;
    top: 160px;
    left: 21px;
    font-size: 24px;
    -webkit-writing-mode: tb-lr;
    -ms-writing-mode: tb-lr;
    color:#333;
}
.box5 .accordion-box ul li .right .title  span{
    font-size: 16px;
    color:#999;
    margin-top: 12px;
    text-transform: uppercase;
}
.box5 .accordion-box ul li .right .sub-title {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: absolute;
    top: 115px;
    font-size: 14px;
    left: 27px
}
.box5 .accordion-box ul li .right::before {
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 48%;
    left: -10px;
    width: 0;
    height: 0;
    border-right-width: 10px;
    border-right-style: solid;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: transparent
}
.box5 .accordion-box ul li:nth-child(odd) .right {
    background: #dee0e2
}
.box5 .accordion-box ul li:nth-child(odd) .right::before {
    border-right-color: #dee0e2
}
.box5 .accordion-box ul li:nth-child(even) .right {
    background: #eee
}
.box5 .accordion-box ul li:nth-child(even) .right::before {
    border-right-color: #eee
}
.box6{height:865px;}
.box6 ul{
    width:1100px;
    margin:130px auto 0;
}
.box6 ul li{
    width:370px;
    height: 442px;
    position: relative;
    text-align: left;
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    margin-top: 46px;
    margin-left: 70px;
}
.box6 ul li span{
    font-size: 24px;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
}
.box6 ul li:last-child{
    width: 595px;
    margin-left: 40px;
}
.box12{height:778px;}
.box12 .headline h2{
    color: #fff;
}
.box12 .headline_big h3{color: #fff;}
.box12 .headline_big b{background: #fff;}
.box12 ul{
    width:1100px;
    margin:30px auto 0;
}
.box12 li{
    width:370px;
    height: 360px;
    background: #fff;
    border-radius:5px 0px 0px 5px;
    position: relative;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 48px;
}
.box12 li:first-child{
    padding: 80px 45px 60px;
}
.box12 li h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.box12 li:last-child{
    width: 640px;
    height: 500px;
}
.box12_1{
    font-size: 20px;
    line-height: 48px;
}
.box12 .box12_1 em{
    color: #00463E;
}
.box12 li p{
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box12 li p em{
    color: #666;
}
.box12 .box12_a{
    width:134px;
    height:41px;
    line-height: 41px;
    background:#00463E;
    border-radius:30px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    margin:33px auto 0;
}
#allmap{height: 500px;}
/* 总部地图样式 */
.box12_1 span{
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    width: 174px;
    margin-bottom: 18px;
    display: inline-block;
}
.box12_1 span:first-child{
    border-right: 1px solid #333;
    margin-right: 12px;
}
.box12 .box12_1 span em{
    color: #00463E;
}
.footer{margin-top: 0;}