body{background: #fff;}
.zy_house {height:693px;}
.zy_house h5 {
    width:718px;
    height: 40px;
    line-height: 40px;
    background: #00463E;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto 155px;
    text-align: center;
}
.zy_house form {
    background: #fff;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 1100px;
    height: 72px;
    margin: 0 auto;
    padding: 24px 50px;
    position: relative;
}
.zy_house form .tit {
    width: 190px;
    float: left;
    margin-top: 25px;
    margin-left: 15px
}
.zy_house form .tit em{
    color:#00463E;
}
.zy_house form input {
    width: 302px;
    height: 40px;
    display: block;
    float: left;
    padding-left: 20px;
    margin-top: 15px;
    margin-right: 16px;
    background: #fafafa;
    border: 1px solid #d2d2d2;
    border-radius:30px;
}
.zy_house form .button {
    margin-top: 15px;
    width:200px;
    height:41px;
    background:#00463E;
    border-radius:30px;
}
.zy_house .tit p{
    height: 22px;
    line-height: 22px;
    padding-left: 7px;
    border-left: 4px solid #00463E;
    margin-bottom:5px;
    margin-left: -10px;
}
.headline{
    text-align: center;
    height: 100px;
}
.headline h2{
    font-size:50px;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    color:#333;
    line-height:36px;
    filter:alpha(opacity=10);
    opacity:0.1;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.headline_big{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.headline_big b{
    width:40px;
    height:2px;
    background:#363636;
    display: inline-block;
}
.headline_big h3{
    font-size:36px;
    font-family: "Noto Sans CJK SC Medium", "Source Han Sans CN Medium";
    font-weight: bold;
    color:#333;
    margin: 0 30px;
    display:inline-block;
    vertical-align: middle;
}
.headline_big span{
    font-size:18px;
    color:#333;
    display: block;
    letter-spacing: 1px;
    margin-top: 5px;
}
.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{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: 100%;
    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 {
    height: 810px;
    background: #f9f9f9;
}
.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;}