@import "iconfont.css";
.zs-about-box{
    display: block;
    padding: 60px 0 80px 0;
    position: relative;
}
.zs-about-box .zs-wp{
    position: relative;
}
.zs-about-box.bg{
    background-color: #FFFFFF;
}
.profile-text{
    display: block;
    padding: 10px 2% 30px 2%;
    color: #4c4c4c;
    font-size: 18px;
    line-height: 2;
}
.scale-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0 0;
}
.scale-list li{
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 457px;
    padding: 0 0 80px 0;
}
.scale-list li i {
    font-size: 35px;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #dc0a00;
}
.scale-list li span {
    display: block;
    padding: 30px 0 0;
    font-size: 30px;
    font-weight: bold;
    color: #dc0a00;
}
.scale-list li span em {
    font-weight: bold;
    color: #dc0a00;
}
.scale-list li p {
    font-size: 18px;
    color: #14181e;
    margin: 0;
}
.about-vision{
    display: flex;
    width: 100%;
    height: auto;
    padding: 55px 0;
    justify-content: space-between;
}
.about-vision li{
    display: block;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.08);
    overflow: hidden;
    width: 472px;
    height: 529px;
    background: no-repeat center center;
    white-space: nowrap;
    background-size: auto 100%;
    transition: all 0.4s linear;
}
.about-vision li:hover {
    box-shadow: 0px 0px 16px 0px rgba(220,10,0,0.38);
    background-size: auto 110%;
}
.about-vision li.mission {
    background-image: url(../img/mission_img.jpg);
}
.about-vision li.vision {
    background-image: url(../img/vision_img.jpg);
}
.about-vision li.values {
    background-image: url(../img/values_img.jpg);
}
.about-vision li a {
    display: block;
    padding: 57px 27px 17px;
    padding-top: 384px;
    cursor: pointer;
    transition: all .7s ease 0s;
}
.about-vision li h3 {
    text-shadow: 0 0 5px rgba(0,0,0,0.75);
    padding: 0 0 15px;
    font-size: 24px;
    color: #fff;
}
.about-vision li p {
    margin: 0 auto;
    width: 420px;
    white-space: normal;
    text-shadow: 0 0 5px rgba(0,0,0,0.75);
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    transition: all .7s ease 0s;
}
.ahonour-box{
    display: block;
    width: 1500px;
    min-height:380px;
    position: relative;
}
.ahonour-list{
    display: block;
    width: 100%;
    min-height:380px;
    padding-top: 60px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.ahonour-list .swiper-slide{
    display: block;
    width: 300px;
    height: auto;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}
.ahonour-list .swiper-slide:hover{

}
.ahonour-list .swiper-slide .pic{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
}
.ahonour-list .swiper-slide img{
    display: block;
    width: 100%;
    max-height: auto;
}
.ahonour-list .swiper-slide .title{
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.ahonour-list .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:0px;
}
.ahonour-list .swiper-pagination-bullet{
    background: #E0E0E0;
    width:10px;
    height:10px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.ahonour-list .swiper-pagination-bullet-active{
    background: #dc0a00;
    opacity: 1;
    border:none;
}
.ahonour-box .swiper-button-prev{
    left: -78px;
}
.ahonour-box .swiper-button-next{
    right: -78px;
}
.history-list{
    width: 1500px;
    padding: 56px 0 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.history-list .item {
    position: relative;
    display: inline;
    float: left;
    width: 100%;
    height: 657px;
}
.history-list .item img{
    display: block;
    width: 100%;
    height: 657px;
}
.history-list .item .info {
    padding: 165px 0 0 141px;
}
.history-list .item .info.gy {
    padding: 180px 0 0 108px;
}
.history-list .item .info.tp {
    padding: 155px 0 0 180px;
}
.history-list .item .info.jg {
    padding: 165px 0 0 840px;
}
.history-list .item .info.xs {
    padding: 165px 0 0 142px;
}
.history-list .item .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.history-list .item .info h6 {
    position: relative;
    z-index: 1;
    display: inline;
    padding: 0 0 15px 0;
    font-size: 65px;
    color: #FFFFFF;
}
.history-list .item .info.gy h6 {
    color: #1e1c1c;
}
.history-list .item .info.gy h6 span {
    color: #1e1c1c;
}
.history-list .item .info.tp h6 {
    color: #676767;
}
.history-list .item .info.tp h6 span {
    color: #676767;
}
.history-list .item .info.jg h6 {
    color: #4e78a9;
}
.history-list .item .info.jg h6 span {
    color: #4e78a9;
}
.history-list .item .info.xs h6 {
    color: #906146;
}
.history-list .item .info.xs h6 span {
    color: #906146;
}
.history-list .item .info h6 span {
    padding: 0 0 0 15px;
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.history-list .item .info .txt {
    position: relative;
    top: -30px;
    z-index: 0;
    width: 682px;
    padding: 50px 0 40px;
}
.history-list .item .info .txt p {
    line-height: 45px;
    font-size: 20px;
    color: #676767;
    margin: 0;
}
#history .pagination {
    position: absolute;
    top: -25px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1000px;
    border-bottom: 2px solid #c6c6c6;
}
#history .pagination .item {
    outline: none;
    opacity: 1;
    display: inline-block;
    position: relative;
    width: auto;
    height: 70px;
    margin: 0 55px 0 0;
    padding: 24px 6px 0;
    background-color: transparent;
}
#history .pagination .item span {
    font-size: 22px;
    color: #605d5d;
}
#history .pagination .item.swiper-pagination-bullet-active span {
    color: #ea5513;
}
#history .pagination .item.swiper-pagination-bullet-active:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ea5513;
}
.contact-map{
    display: flex;
    width: 100%;
    height: 690px;
    background-color: #FFFFFF;
    position: relative;
    /*box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);*/
}
.contact-map .map{
    display: block;
    width: 100%;
    height: 690px;
}
.contact-map .map img{
    display: block;
    width: 100%;
    height: 100%;
}
.contact-map .text {
    position: absolute;
    top: 160px;
    right: 116px;
    width: 510px;
    height: 360px;
    background: #FFFFFF;
    padding: 30px 30px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    justify-content: center;
}
.contact-map .title{
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.contact-map .desc{
    display: block;
    margin-top: 30px;
    font-size: 18px;
    color: #666666;
}
.contact-map .desc p{
    margin: 0 0 28px 0;
    height: 30px;
    line-height: 30px;
    padding-left: 42px;
}
.contact-map .desc p.icon-phone3{
    background: url(../img/icon-phone2.png) no-repeat left center;
    background-size: auto 25px;
}
.contact-map .desc p.icon-add2{
    background: url(../img/icon-add.png) no-repeat left center;
    background-size: auto 29px;
}
.contact-map .desc p.icon-mail2{
    background: url(../img/icon-mail.png) no-repeat left center;
    background-size: auto 21px;
}
/*Mobile v1*/
@media only screen and (max-width:767px){
.profile-text {
    padding: 0 2% 10px 2%;
    font-size: 14px;
    line-height: 1.8;
}
.zs-about-box {
    display: block;
    padding: 30px 0 30px 0;
    position: relative;
}
.scale-list li {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
    padding: 0 0 30px 0;
}
.scale-list li span {
    padding: 10px 0 0;
    font-size: 20px;
}
.scale-list li p {
    font-size: 13px;
}
.history-list {
    width: 345px;
    padding: 0 0 0;
}
.history-list .item {
    position: relative;
    display: inline;
    float: left;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 45px;
    flex-direction: column-reverse;
}
.history-list .item .info {
    padding: 15px 0 0 0 !important;
}
.history-list .item .info .txt {
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    padding: 10px 0 10px;
}
.history-list .item .info .txt p {
    line-height: 1.8;
    font-size: 14px;
    color: #676767;
    margin: 0;
}
.history-list .item .info h6 {
    position: relative;
    z-index: 1;
    display: inline;
    padding: 10px 0 10px 0;
    font-size: 35px;
    color: #000;
}
.history-list .item .info h6 span {
    padding: 0 0 0 15px;
    font-size: 16px;
    color: #666;
}
.history-list .item .img {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 146px;
}
.history-list .item img {
    display: block;
    width: 100%;
    height: 146px;
}
#history .pagination {
    display: none;
}
.swiper-button-prev, .swiper-button-next {
    display: none;
}
#history .swiper-button-prev, #history .swiper-button-next {
    display: flex;
    top: unset;
    bottom: 0;
    width: 36px;
    height: 36px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
#history .swiper-button-prev:active,#history .swiper-button-next:active{
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
#history .swiper-button-prev:hover, #history .swiper-button-next:hover {
    background: transparent;
    border: 1px solid #999999;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
#history .swiper-button-next:hover:after, #history .swiper-button-prev:hover:after {
    color: #999999;
}
#history .swiper-button-prev {
    left: 30%;
}
#history .swiper-button-next {
    right: 30%;
}
.about-vision {
    display: flex;
    width: 100%;
    height: auto;
    padding: 15px 0;
    justify-content: flex-start;
    flex-direction: column;
}
.about-vision li {
    display: block;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.08);
    overflow: hidden;
    width: 100%;
    height: 260px;
    background: no-repeat center center;
    background-size: 100% auto;
    white-space: nowrap;
    margin-bottom: 30px;
}
.about-vision li p {
    margin: 0 auto;
    width: 100%;
    white-space: normal;
    text-shadow: 0 0 5px rgba(0,0,0,0.75);
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    transition: all .7s ease 0s;
}
.about-vision li a {
    padding: 57px 27px 17px;
    padding-top: 120px;
}
.ahonour-box {
    display: block;
    width: 345px;
    min-height: 330px;
    position: relative;
}
.ahonour-list {
    min-height: 330px;
    padding-top: 30px;
}
.ahonour-list .swiper-slide .title {
    width: 100%;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
}
.contact-map {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
}
.contact-map .map {
    height: 300px;
}
.contact-map .text {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 30px 10px;
    display: flex;
    align-items: flex-start;
    box-shadow: none;
    flex-direction: column;
    justify-content: flex-start;
}
.contact-map .title {
    font-size: 20px;
}
.contact-map .desc {
    margin-top: 20px;
    font-size: 14px;
}
.contact-map .desc p.icon-add2 {
    background: url(../img/icon-add.png) no-repeat left 3px;
    background-size: auto 22px;
}
.contact-map .desc p.icon-phone3 {
    background: url(../img/icon-phone2.png) no-repeat left center;
    background-size: auto 16px;
}
.contact-map .desc p.icon-mail2 {
    background: url(../img/icon-mail.png) no-repeat left center;
    background-size: auto 13px;
}
.contact-map .desc p {
    margin: 0 0 12px 0;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    padding-left: 32px;
}

}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.zs-about-box {
    padding:3.3333333333333335vw 0 4.444444444444445vw 0;
}
.profile-text {
    padding:0.5555555555555556vw 2% 1.6666666666666667vw 2%;
    color:#4c4c4c;
    font-size:1vw;
}
.scale-list {
    padding:2.2222222222222223vw 0 0;
}
.scale-list li {
    width:25.38888888888889vw;
    padding:0 0 4.444444444444445vw 0;
}
.scale-list li i {
    font-size:1.9444444444444444vw;
    width:3.3333333333333335vw;
    height:3.3333333333333335vw;
    line-height:3.3333333333333335vw;
}
.scale-list li span {
    padding:1.6666666666666667vw 0 0;
    font-size:1.6666666666666667vw;
}
.scale-list li p {
    font-size:1vw;
}
.about-vision {
    padding:3.0555555555555554vw 0;
}
.about-vision li {
    width:26.22222222222222vw;
    height:29.38888888888889vw;
}
.about-vision li a {
    padding:3.1666666666666665vw 1.5vw 0.9444444444444444vw;
    padding-top:21.333333333333332vw;
}
.about-vision li h3 {
    padding:0 0 0.8333333333333334vw;
    font-size:1.3333333333333333vw;
}
.about-vision li p {
    width:23.333333333333332vw;
    line-height:1.5555555555555556vw;
    font-size:1vw;
}
.ahonour-box {
    width:83.33333333333333vw;
    min-height:21.11111111111111vw;
}
.ahonour-list {
    min-height:21.11111111111111vw;
    padding-top:3.3333333333333335vw;
}
.ahonour-list .swiper-slide {
    width:16.666666666666668vw;
}
.ahonour-list .swiper-slide .title {
    font-size:1.1111111111111112vw;
    height:3.0555555555555554vw;
    line-height:3.0555555555555554vw;
}
.ahonour-list .swiper-pagination-bullet {
    width:0.5555555555555556vw;
    height:0.5555555555555556vw;
    margin:0 0.4444444444444444vw !important;
}
.ahonour-box .swiper-button-prev {
    left:-4.333333333333333vw;
}
.ahonour-box .swiper-button-next {
    right:-4.333333333333333vw;
}
.history-list {
    width:83.33333333333333vw;
    padding:3.111111111111111vw 0 0;
}
.history-list .item {
    height:36.5vw;
}
.history-list .item img {
    height:36.5vw;
}
.history-list .item .info {
    padding:9.166666666666666vw 0 0 7.833333333333333vw;
}
.history-list .item .info.gy {
    padding:10vw 0 0 6vw;
}
.history-list .item .info.tp {
    padding:8.61111111111111vw 0 0 10vw;
}
.history-list .item .info.jg {
    padding:9.166666666666666vw 0 0 46.666666666666664vw;
}
.history-list .item .info.xs {
    padding:9.166666666666666vw 0 0 7.888888888888889vw;
}
.history-list .item .info h6 {
    padding:0 0 0.8333333333333334vw 0;
    font-size:3.611111111111111vw;
}
.history-list .item .info h6 span {
    padding:0 0 0 0.8333333333333334vw;
    font-size:1.2222222222222223vw;
}
.history-list .item .info .txt {
    top:-1.6666666666666667vw;
    width:37.888888888888886vw;
    padding:2.7777777777777777vw 0 2.2222222222222223vw;
}
.history-list .item .info .txt p {
    line-height:2.5vw;
    font-size:1.1111111111111112vw;
}
#history .pagination {
    top:-1.3888888888888888vw;
    width:55.55555555555556vw;
}
#history .pagination .item {
    height:3.888888888888889vw;
    margin:0 3.0555555555555554vw 0 0;
    padding:1.3333333333333333vw 0.3333333333333333vw 0;
}
#history .pagination .item span {
    font-size:1.2222222222222223vw;
}
.contact-map {
    height:38.333333333333336vw;
}
.contact-map .map {
    height:38.333333333333336vw;
}
.contact-map .text {
    top:8.88888888888889vw;
    right:6.444444444444445vw;
    width:28.333333333333332vw;
    height:20vw;
    padding:1.6666666666666667vw 1.6666666666666667vw;
    box-shadow:0vw 0vw 0.6666666666666666vw rgba(0,0,0,0.15);
}
.contact-map .title {
    font-size:1.6666666666666667vw;
}
.contact-map .desc {
    margin-top:1.6666666666666667vw;
    font-size:1vw;
}
.contact-map .desc p {
    margin:0 0 1.5555555555555556vw 0;
    height:1.6666666666666667vw;
    line-height:1.6666666666666667vw;
    padding-left:2.3333333333333335vw;
}
.contact-map .desc p.icon-phone3 {
    background:url(../img/icon-phone2.png) no-repeat left center;
    background-size:auto 1.3888888888888888vw;
}
.contact-map .desc p.icon-add2 {
    background:url(../img/icon-add.png) no-repeat left center;
    background-size:auto 1.6111111111111112vw;
}
.contact-map .desc p.icon-mail2 {
    background:url(../img/icon-mail.png) no-repeat left center;
    background-size:auto 1.1666666666666667vw;
}


}