

@font-face {
font-family: a_AvanteLt;
src: url('fonts/a_AvanteLt.ttf');
}

body {
     background: #FFF;
     color: #000;
     font-family: a_AvanteLt;
     font-size: 14px;
	 margin: 0; padding: 0;
	 text-align: center;
	 
	
}

#header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}
 


#content {
     background: #FFF;
       width: 100%;
	   

}
#content1 {
     background: #FFF;
       width: 100%;

}
#content2 {
     background: #FFF;
     width: 50%;
     float: left;
	 text-align: right;
	 font-size: 18px;
	 color: #ff040e;
}
#content3 {
     background: #FFF;
     width: 50%;
     float: right;
	 text-align: left;
}
#content4 {
     background: #FFF;
       width: 100%;
	   float: left;
}
#content7 {
     background: #FFF;
       /*
	   float: left;
       */
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
#content5 {
     background: #FFF;
       width: 100%;
	   float: left;
}


#footer {
    background: #FFF;
    width: 100%;
    height: 80px;
    margin-top: 0;
    padding-top: 20px;
    display: flex;
}


img {
    max-width: 100%;
}

#content7, iframe {
    max-width: 100%!important;
}


div#container {
    width: 1000px;
    margin: auto;
}


.header-l {
    width: 253px;
}
.header-r {
    width: 280px;
position: relative;
}

.header-c {
    display: flex;
    align-items: center;
    font-size: 20px;
    width: calc(100% - 533px);
    justify-content: center;
}
.bac-1 {
    background: url("./images/1.png") no-repeat left/cover;
    height: 312px;
    width: 100%;
}

.bac-1 p {
    color: #fff;
    font-size: 18px;
    width: 239px;
    padding-left: 167px;
    padding-top: 86px;
    text-align: left;
    font-weight: 600;
    line-height: 27px;
}


#content3 {
    background: url("./images/2.png") no-repeat left/cover;
    height: 281px;
}

div#content3 p {
    color: #fff;
    padding-top: 150px;
    padding-left: 57px;
    font-weight: 600;
}


.content4-2 {
    background: url("./images/33.png") no-repeat center/cover!important;
    height: 506px;
    padding: 53px 150px;
    box-sizing: border-box;
}

.content4-2 p {
    color: #fff;
    font-size: 24px;
    text-align: left;
    margin-bottom: 34px;
    line-height: 35px;
}

.content4-2 .large-p {
    font-size: 26px;
}
.header-r a {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
}

a.tel1 {
    width: 180px;
    top: 10px;
    height: 23px;
    left: 78px;
}

a.tel2 {
    /* position: absolute; */
    bottom: 12px;
    left: 110px;
}

a.tel3 {
    bottom: 12px;
    left: 154px;
}

a.tel4 {
    bottom: 12px;
    left: 197px;
}



@media screen and (max-width: 1050px) {
    div#container {
        width: 100%;
    }
    div#footer .header-c {
        flex-flow: wrap;
    }
}


@media screen and (max-width: 950px) {
    .content4-2 p {
        font-size: 19px;
        margin-bottom: 10px;
        line-height: 25px;
    }

}




@media screen and (max-width: 768px) {
    div#footer .header-c {
        width: 100%;
    }
    div#footer .header-c {
        order: 1;
    }
    div#footer .header-r {
        order: 3;
    }
    div#footer .header-l {
        order: 2;
    }

    div#header .header-c {
        order: 3;
        width: 100%;
    }
    div#header .header-r {
        order: 2;
    }
    div#header .header-l {
        order: 1;
    }

    #header, #footer {
        flex-flow: wrap;
        justify-content: space-between;
        height: auto;
    }
}



@media screen and (max-width: 750px) {
    .content4-2 {
        padding: 53px 30px;
    }
}

@media screen and (max-width: 720px) {
    div#clb_div .clb_banner-0 {
        width: 100% !important;
        left: 0!important;
        margin-left: 0!important;
        top: 30px!important;
    }
}

@media screen and (max-width: 600px) {
    #content2 {
        padding-right: 20px;
        box-sizing: border-box;
    }

    #content2, #content3 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    .bac-1 {
        background-position: -120px 0;
    }
    .bac-1 p {
        padding-left: 42px;
    }
}

@media screen and (max-width: 436px) {
    .content4-2 .large-p {
        font-size: 22px;
    }
    .content4-2 {
        padding: 53px 15px;
    }
    .content4-2 p {
        font-size: 19px;
        margin-bottom: -8px;
        line-height: 21px;
    }
}





