.contact-banner {
    height: 400px;
  /*  background: url(../images/ct-banner.png) center center no-repeat;*/
}
.contact1 {
    padding: 50px 0 90px;
}
.contact-title {
    font-size: 36px;
}
.contact-p {
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
}
.contact-p1 {
    font-size: 16px;
    padding-top: 20px;
}
.contact-p2 {
    font-size: 24px;
    color: #222;
    font-family: 'Arial';
    padding-top: 15px;
}
.contact1-list {
    padding-top: 90px;
    width: 100%;
}
.contact-item {
   width: 128px;
   height: 128px;
   border-radius: 50%;
   display: inline-block;
}
.contact1-list>li {
    width: 25%;
    float: left;
}
.ct-icon1 {
    background:#f4f4f4 url(../images/ct-icon1.png) center no-repeat;
}
.ct-icon2 {
    background:#f4f4f4 url(../images/ct-icon2.png) center no-repeat;
}
.ct-icon3 {
    background:#f4f4f4 url(../images/ct-icon3.png) center no-repeat;
}
.ct-icon4 {
    background:#f4f4f4 url(../images/ct-icon4.png) center no-repeat;
}
.contact1-list>li:hover .ct-icon1 {
    background:#e22434 url(../images/ct-icon1-1.png) center no-repeat;
}
.contact1-list>li:hover .ct-icon2 {
    background:#e22434 url(../images/ct-icon2-1.png) center no-repeat;
}
.contact1-list>li:hover .ct-icon3 {
    background:#e22434 url(../images/ct-icon3-1.png) center no-repeat;
}
.contact1-list>li:hover .ct-icon4 {
    background:#e22434 url(../images/ct-icon4-1.png) center no-repeat;
}
.contact2 {
    background: url(../images/ct-bg1.png) center center no-repeat;
    padding: 90px 0 70px;
    -webkit-background-size: cover;
    background-size: cover;
}
.contact2 .contact-title{
    color: #fff;
}
.contact-ewma {
    width: 40%;
    margin: 0 auto;
}
.contact-ewma>li {
    float: left;
    width: 50%;
}
.contact-p3 {
    font-size: 24px;
    color: #fff;
    padding-top: 10px;
}
.contact-ewma {
    padding-top: 70px;
}
.contact-p4 {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
}
.contact3 {
    background: url(../images/ct-bg2.png) center  no-repeat;
    height: 570px;
    position: relative;
}
.contact3-p {
    position: absolute;
    padding: 25px 0;
    text-align: center;
    width: 100%;
    background:rgba(219, 45, 66, 0.8);
    font-size: 24px;
    color: #fff;
    bottom: 0;
}


@media (max-width: 1250px) {
    
}


@media (max-width: 1024px) {
   
}


@media (max-width:920px) {
    .contact-ewma {width: 60%;}
}

@media (max-width: 767px) {
    .contact-banner{height: 20rem;}
    .contact1{padding: 2.5rem 0 4rem;}
    .contact1-list{padding-top: 4.5rem;}
    .contact1-list>li{width: 50%;  padding-bottom: 1rem; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
    .contact-item{width: 6rem; height: 6rem;}
    .contact-p1{font-size: .8rem; padding-top: 1rem;}
    .contact-p2{font-size: 1.2rem;padding-top: .7rem;}
    .contact-ewma>li img{width: 80%;}
    .contact-ewma{width: 80%;}
    .contact2{padding: 4.5rem 0  3.5rem;}
    .contact3{height: 24.6rem;}
    .contact3-p{padding: 1.2rem .5rem;font-size: 1.2rem; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
}

@media (max-width: 667px) { 
   
}

@media (max-width: 370px) {
     .contact1-list>li{width: 100%;} 
}