/*banner*/
.cy-banner-contact{
    background: url(../image/banner-contact.jpg) no-repeat center top;
    background-size: auto 100%;
    width: 100%;
    height: 720px;
}
.cy-banner-contact .cy-wp{
    padding-top: 250px;
}
.cy-banner-contact .title{
    width: 430px;
    height: 236px;
}
.cy-banner-contact .title img{
	display: block;
	width: 100%;
	height: auto;
}
.cy-banner-contact .subtitle{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 10px;
	font-style: oblique;
}

/*内容*/
.cy-contact{
    background: url(../img/bg-contact.png) no-repeat center top;
    background-size: 100% auto;
    padding: 80px 0 30px 0;
    position: relative;
}
.cy-contact .cy-wp{
    padding: 50px 75px;
    box-shadow: 0 10px 20px 0 #eee;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
}
.cy-contact .name{
    font-size: 40px;
    font-weight: bold;
}
.cy-contact .phone{
    font-size: 30px;
}
.cy-contact .cy-w100{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
.cy-contact .left{
    width: 50%;
    font-size: 16px;
    line-height: 32px;
}
.cy-contact .left span{
    display: inline-block;
    width: 230px;
}
.cy-contact .right{
    display: flex;
    width: 40%;
    text-align: right;
}
.cy-contact .right .btn{
    width: 150px;
    margin-right: 50px;
}
.cy-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;
}
.cy-contact .right .btn a:hover {
    border: 1px solid #1476fe;
    display: inline-block;
    background-color: #1476fe;
    color: #fff;
    transition: all 0.35s;
}
.cy-contact .right .qrcode{

}
.cy-contact .right .qrcode .item{
    display: inline-block;
    width: 150px;
    font-size: 16px;
    text-align: center;
}
.cy-contact .right .qrcode .item img {
    padding: 4px;
    width: 108px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #ccc;
}
.cy-contact-branch{
    padding: 80px 0;
}
.cy-contact-branch ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.cy-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;
}
.cy-contact-branch li:nth-child(2n){
  margin-right: 0;
  margin-left: 2%;
}
.cy-contact-branch li:hover {
    background-color: #1476fe;
    color: #fff;
    transition: all 0.35s;
}
.cy-contact-branch li strong{
    font-size: 36px;
}
.cy-contact-branch li p{
    font-size: 16px;
    margin: 0 0;
}
.cy-contact-branch li p.cy-mt20{
    margin-top: 25px;
}
.cy-contact-navigation{
    background: url(../img/map.png) no-repeat center top;
    background-size: 100% 100%;
    height: 735px;
}
.cy-contact-navigation .icon{
    padding-top: 250px;
    text-align: center;
}
.cy-contact-navigation .btn{
    margin:25px auto 0 auto;
    text-align: center;
}
.cy-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 #1476fe;
    display: inline-block;
    color: #fff;
    background-color: #1476fe;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.cy-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;
}


/*自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
/*banner*/
 .cy-banner-contact{
     height: 37.5vw;
}
.cy-banner-contact .cy-wp{
     padding-top: 13.020833vw;
}
 .cy-banner-contact .title{
     width: 22.395833vw;
     height: 12.291667vw;
}
 .cy-banner-contact .subtitle{
     font-size: 1.25vw;
     margin-top: 0.520833vw;
}
/*内容*/
 .cy-contact{
     padding: 4.166667vw 0 1.5625vw 0;
}
 .cy-contact .cy-wp{
     padding: 2.604167vw 3.90625vw;
     box-shadow: 0 0.520833vw 1.041667vw 0 #eee;
     border-radius: 0.15625vw;
}
 .cy-contact .name{
     font-size: 2.083333vw;
}
 .cy-contact .phone{
     font-size: 1.5625vw;
}
 .cy-contact .cy-w100{
     margin-top: 2.604167vw;
}
 .cy-contact .left{
     font-size: 0.833333vw;
     line-height: 1.666667vw;
}
 .cy-contact .left span{
     width: 11.979167vw;
}
 .cy-contact .right{
     width: 40%;
}
 .cy-contact .right .btn{
     width: 7.8125vw;
     margin-right: 2.604167vw;
}
 .cy-contact .right .btn a {
     margin-top: 1.041667vw;
     padding: 0 1.5625vw;
     font-size: 0.833333vw;
     height: 1.875vw;
     line-height: 1.875vw;
     border-radius: 1.041667vw;
}
 .cy-contact .right .qrcode .item{
     width: 7.8125vw;
     font-size: 0.833333vw;
}
 .cy-contact .right .qrcode .item img {
     width: 5.625vw;
     padding: 0.208333vw;
     box-shadow: 0 0 0.416667vw 0 #ccc;
}
 .cy-contact-branch{
     padding: 4.166667vw 0;
}
 .cy-contact-branch ul{
}
 .cy-contact-branch li{
     padding: 2.604167vw;
     box-shadow: 0 1.041667vw 1.041667vw 0 #eee;
}
 .cy-contact-branch li strong{
     font-size: 1.875vw;
}
 .cy-contact-branch li p{
     font-size: 0.833333vw;
}
 .cy-contact-branch li p.cy-mt20{
     margin-top: 1.302083vw;
}
 .cy-contact-navigation{
     height: 38.28125vw;
}
 .cy-contact-navigation .icon{
     padding-top: 13.020833vw;
}
 .cy-contact-navigation .btn{
     margin:1.302083vw auto 0 auto;
}
 .cy-contact-navigation .btn a{
     width: 28.125vw;
     padding-left: 1.5625vw;
     font-size: 1.354167vw;
     height: 3.645833vw;
     line-height: 3.645833vw;
     border-radius: 1.822917vw;
}
 .cy-contact-navigation .btn a:hover {
     background-position: 4.166667vw 1.666667vw;
     box-shadow: 0 0.260417vw 0.520833vw #eee;
}
 
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.cy-banner-contact {
    background-size: cover;
    height: 220px;
}
.cy-banner-contact .cy-wp {
    padding-top: 80px;
}
.cy-banner-contact .title {
    width: 40%;
    height: auto;
}
.cy-banner-contact .subtitle {
    font-size: 13px;
    margin-top: 5px;
}
.cy-contact {
    padding: 50px 0 30px 0;
}
.cy-contact .cy-wp {
    padding: 20px 20px;
    box-shadow: 0 10px 20px 0 #eee;
}
.cy-contact .cy-w100 {
    display: flex;
    margin-top: 20px;
    justify-content: flex-start;
    flex-direction: column;
}
.cy-contact .name {
    font-size: 18px;
}
.cy-contact .phone {
    font-size: 20px;
}
.cy-contact .left {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
}
.cy-contact .left span {
    width: 160px;
}
.cy-contact .right {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
}
.cy-contact .right .btn {
    width: 100%;
    margin-right: 0;
    display: flex;
    margin-bottom: 22px;
    justify-content: space-between;
}
.cy-contact .right .btn a {
    margin-top: 0;
    width: 45%;
    padding: 0 30px;
    font-size: 14px;
    line-height: 34px;
}
.cy-contact .right .qrcode {
    display: flex;
}
.cy-contact .right .qrcode .item {
    width: 50%;
    font-size: 14px;
}
.cy-contact-branch {
    padding: 10px 0 20px 0;
}
.cy-contact-branch ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.cy-contact-branch li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    box-shadow: 0 5px 10px 0 #eee;
}
.cy-contact-branch li strong {
    font-size: 18px;
}
.cy-contact-branch li p {
    font-size: 13px;
}
.cy-contact-branch li p.cy-mt20 {
    margin-top: 15px;
}
.cy-contact-branch li:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
}
.cy-contact-navigation {
    height: 200px;
    background-size: auto 100%;
}
.cy-contact-navigation .icon {
    padding-top: 45px;
}
.cy-contact-navigation .btn {
    margin: 15px auto 0 auto;
}
.cy-contact-navigation .btn a {
    width: 70%;
    padding-left: 0;
    font-size: 16px;
    height: 38px;
    line-height: 36px;
    border-radius: 23px;
}

}