/*内容*/
.zs-contact{
    background: #FFFFFF url(../img/bg-contact.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 80px 0 30px 0;
    position: relative;
}
.zs-contact .zs-wp{
    padding: 50px 75px;
    box-shadow: 0 10px 20px 0 #eee;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
}
.zs-contact .name{
    font-size: 40px;
    font-weight: bold;
}
.zs-contact .phone{
    font-size: 30px;
}
.zs-contact .zs-w100{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.zs-contact .left{
    width: 60%;
    font-size: 16px;
    line-height: 32px;
}
.zs-contact .left span{
    display: inline-block;
    width: 230px;
}
.zs-contact .right{
    display: flex;
    width: 40%;
    text-align: right;
}
.zs-contact .right .btn{
    width: 150px;
	flex-shrink: 0;
}
.zs-contact .right .btn a {
    margin-top: 20px;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    border: 1px solid #a7a7a7;
    display: inline-block;
    color: #666;
    background-color: #fff;
    transition: all 0.35s;
}
.zs-contact .right .btn a:hover {
    border: 1px solid #ed0808;
    display: inline-block;
    background-color: #ed0808;
    color: #fff;
    transition: all 0.35s;
}
.zs-contact .right .qrcode{

}
.zs-contact .right .qrcode .item{
    display: inline-block;
    width: 150px;
    font-size: 16px;
    text-align: center;
}
.zs-contact .right .qrcode .item img {
    padding: 4px;
    width: 108px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #ccc;
}
.zs-contact-branch{
    padding: 80px 0;
    background-color: #FFFFFF;
}
.zs-contact-branch ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.zs-contact-branch li{
    width: 48%;
    margin: 2% 2% 2% 0;
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0 20px 20px 0 #eee;
}
.zs-contact-branch li:nth-child(2n){
  margin-right: 0;
  margin-left: 2%;
}
.zs-contact-branch li:hover {
    background-color: #d81e06;
    color: #fff;
    transition: all 0.35s;
}
.zs-contact-branch li strong{
    font-size: 36px;
}
.zs-contact-branch li p{
    font-size: 16px;
    margin: 0 0;
}
.zs-contact-branch li p.zs-mt20{
    margin-top: 25px;
}
.zs-contact-navigation{
    background: url(../img/bg-contact-navigation.jpg) no-repeat center top;
    background-size: cover;;
    height: 735px;
}
.zs-contact-navigation .icon{
    padding-top: 250px;
    text-align: center;
}
.zs-contact-navigation .btn{
    margin:25px auto 0 auto;
    text-align: center;
}
.zs-contact-navigation .btn a{
    width: 540px;
    padding-left: 30px;
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #ed0808;
    display: inline-block;
    color: #fff;
    background-color: #ed0808;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.zs-contact-navigation .btn a:hover {
    border: 1px solid #f5f5f5;
    display: inline-block;
    background-color: #fff;
    color: #000;
    background-position: 80px 32px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    box-shadow: 0 5px 10px #eee;
}


/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-contact {
    padding: 50px 0 30px 0;
}
.zs-contact .zs-wp {
    padding: 20px 20px;
    box-shadow: 0 10px 20px 0 #eee;
}
.zs-contact .zs-w100 {
    display: flex;
    margin-top: 20px;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-contact .name {
    font-size: 18px;
}
.zs-contact .phone {
    font-size: 20px;
}
.zs-contact .left {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
}
.zs-contact .left span {
    width: 160px;
}
.zs-contact .right {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
}
.zs-contact .right .btn {
    width: 100%;
    margin-right: 0;
    display: flex;
    margin-bottom: 22px;
    justify-content: space-between;
}
.zs-contact .right .btn a {
    margin-top: 0;
    width: 45%;
    padding: 0 30px;
    font-size: 14px;
    line-height: 34px;
}
.zs-contact .right .qrcode {
    display: flex;
}
.zs-contact .right .qrcode .item {
    width: 50%;
    font-size: 14px;
}
.zs-contact-branch {
    padding: 10px 0 20px 0;
}
.zs-contact-branch ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.zs-contact-branch li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    box-shadow: 0 5px 10px 0 #eee;
}
.zs-contact-branch li strong {
    font-size: 18px;
}
.zs-contact-branch li p {
    font-size: 13px;
}
.zs-contact-branch li p.zs-mt20 {
    margin-top: 15px;
}
.zs-contact-branch li:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
}
.zs-contact-navigation {
    height: 200px;
    background-size: auto 100%;
}
.zs-contact-navigation .icon {
    padding-top: 45px;
}
.zs-contact-navigation .btn {
    margin: 15px auto 0 auto;
}
.zs-contact-navigation .btn a {
    width: 70%;
    padding-left: 0;
    font-size: 16px;
    height: 38px;
    line-height: 36px;
    border-radius: 23px;
}
}

/*PC自适应*/
@media only screen and (min-width:768px) and (max-width:1023px){
.zs-contact .zs-wp{padding: 30px;}
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1199px){

}
/*PC自适应*/
@media only screen and (min-width:1200px) and (max-width:1919px){

}
/*PC自适应*/
@media only screen and (min-width:1920px){

}