.s-banner1{
    background-image: url("../images/details-banner.jpg");
}
.tit_box{
    text-align: center;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 10px;
}
.con-box{
    padding-top: 18px;
}
.tit_box h3{
    color: #41b0a7;
}
.tit_box span{
    color: #8e8e8e;
    font-size: 16px;
}
.mail{
    width: 270px;
    height: 34px;
    border-radius: 20px;
    border: 1px solid #41b0a7;
    margin-top: 20px;
    background-image: url("../images/mail.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 38% 100%;
    margin: 0 auto;
}
.mail span{
    line-height: 34px;
}
.mail span:nth-child(1){
    color: #ffffff;
    font-size: 14px;
}
.mail span:nth-child(2){
    margin-left: 10px;
}
.address{
    color: #8e8e8e;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.tel{
    margin-top: 10px;
    text-align: center;
}
.tel span:nth-child(1){
    font-size: 14px;
    color: #8e8e8e;
}
.tel span:nth-child(2){
    color: #41b0a7;
    font-weight: bold;
}
.con-box img{
        	width:100%;
        }
@media (min-width: 768px) {
    .s-banner1{
        height: 614px;
    }
    .mail{
        float: none;
        width: 330px;
        height: 45px;
        border-radius: 30px;
    }
    .mail span{
        line-height: 45px;
    }
    .mail span:nth-child(1){
        font-size: 18px;
    }
    .mail span:nth-child(2){
        font-size: 16px;
        margin-left: 20px;
    }
    .address{
        font-size: 18px;
    }
    .tel span:nth-child(1){
        font-size: 18px;
    }
    .tel span:nth-child(2){
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .s-banner1{
        height: 820px;
    }
    .tit_box h3{
        font-size: 36px;
    }
    .tit_box span{
        font-size: 24px;
    }
    .mail{
        float: none;
        width: 490px;
        height: 60px;
        border-radius: 30px;
        padding-left: 28px;
    }
    .mail span{
        line-height: 60px;
    }
    .mail span:nth-child(1) {
        color: #ffffff;
        font-size: 26px;
    }
    .mail span:nth-child(2){
        font-size: 22px;
    }
    .address{
        font-size: 24px;
    }
    .tel span:nth-child(1){
        font-size: 24px;
    }
    .tel span:nth-child(2){
        font-size: 22px;
    }
}