@charset "utf-8";
@import url("total.css");
@import url("picandtxt.css");

* {
    margin: 0;
    padding: 0;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    width: 100%;
    position:relative;
    background-color: #ebebeb;
    background-image: url(../images/hotcase_repeat_bg.jpg);
    background-repeat: repeat;
}

/*about*/

.about_one{
    position: relative;
    width: 100%;
    height: auto;
}
.about_one .about_one_img{
    position: relative;
    width: 50%;
    height: auto;
    margin: 0 0 0 auto;
    margin-bottom: -0.5%;
}
.about_one .about_one_img img{
    width: 100%;
    height: 100%;
}
.about_one .about_one_txt_box{
    position: absolute;
    width: 50%;
    top: 20%;
    left: 10%;
}
.about_one .about_one_txt_box .about_one_txt_withe{
    position: relative;
    background-color: #f1f1f1;
    text-align: left;
    padding: 5%;
    color:#282828;
    z-index: 5;
}
.about_one .about_one_txt_box .about_one_txt_withe .title{
    position: relative;
    font-size: 3rem;
    letter-spacing:3px;
    line-height: 180%;
}
.about_one .about_one_txt_box .about_one_txt_withe .title span{
    color: #4da836;
    margin-left: 10px;
}
.about_one .about_one_txt_box .about_one_txt_withe .title2{
    font-size: 36px;
    line-height: 180%;
}
.about_one .about_one_txt_box .about_one_txt_withe .txt{
    font-size: 24px;
    line-height: 180%;
}
.about_one .about_one_txt_box .about_txt_line{
    position: absolute;
    border: solid #4da836 1px;
    width: 100%;
    height: 100%;
    top: 5%;
    left: 5%;
}

.about_two{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -1%;
}
.about_two .about_two_img{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}
.about_two .about_two_img img{
    width: 100%;
    height: 100%;
}
.about_two .about_two_txt_box{
    position: absolute;
    width: 30%;
    top: 20%;
    right: 10%;
}
.about_two .about_two_txt_box .about_two_txt_withe{
    position: relative;
    background-color: #f1f1f1;
    text-align: left;
    padding: 5%;
    color:#282828;
    z-index: 5;
}
.about_two .about_two_txt_box .about_two_txt_withe .title{
    position: relative;
    font-size: 3rem;
    letter-spacing:3px;
    line-height: 180%;
}
.about_two .about_two_txt_box .about_two_txt_withe .title span{
    color: #4da836;
    margin-left: 10px;
}
.about_two .about_two_txt_box .about_two_txt_withe .title2{
    font-size: 36px;
    line-height: 180%;
}
.about_two .about_two_txt_box .about_two_txt_withe .txt{
    font-size: 24px;
    line-height: 180%;
}
.about_two .about_two_txt_box .about_txt_line{
    position: absolute;
    border: solid #4da836 1px;
    width: 100%;
    height: 100%;
    top: 5%;
    left: 5%;
}
@media  screen and (max-width: 1366px){
.about_one .about_one_txt_box .about_one_txt_withe .title{
    font-size: 2.5rem;
}
.about_one .about_one_txt_box .about_one_txt_withe .title2{
    font-size: 32px;
}
.about_one .about_one_txt_box .about_one_txt_withe .txt{
    font-size: 22px;
}
.about_two .about_two_txt_box .about_two_txt_withe .title{
    font-size: 2.5rem;
}
.about_two .about_two_txt_box .about_two_txt_withe .title2{
    font-size: 32px;
}
.about_two .about_two_txt_box .about_two_txt_withe .txt{
    font-size: 22px;
}
}
@media  screen and (max-width: 1024px){
.about_one .about_one_img{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}
.about_one .about_one_txt_box{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.about_one .about_one_txt_box .about_one_txt_withe .title{
    font-size: 2.2rem;
}
.about_one .about_one_txt_box .about_one_txt_withe .title2{
    font-size: 30px;
}
.about_one .about_one_txt_box .about_one_txt_withe .txt{
    font-size: 20px;
}
.about_one .about_one_txt_box .about_txt_line{
    display: none;
}
.about_two .about_two_img{
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}
.about_two .about_two_txt_box{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}
.about_two .about_two_txt_box .about_two_txt_withe .title{
    font-size: 2.2rem;
}
.about_two .about_two_txt_box .about_two_txt_withe .title2{
    font-size: 30px;
}
.about_two .about_two_txt_box .about_two_txt_withe .txt{
    font-size: 20px;
}
.about_two .about_two_txt_box .about_txt_line{
    display: none;
}
}
@media  screen and (max-width: 768px){
.about_one .about_one_txt_box .about_one_txt_withe .title{
    font-size: 1.5rem;
}
.about_one .about_one_txt_box .about_one_txt_withe .title2{
    font-size: 24px;
}
.about_one .about_one_txt_box .about_one_txt_withe .txt{
    font-size: 16px;
}
.about_two .about_two_txt_box .about_two_txt_withe .title{
    font-size: 1.5rem;
}
.about_two .about_two_txt_box .about_two_txt_withe .title2{
    font-size: 24px;
}
.about_two .about_two_txt_box .about_two_txt_withe .txt{
    font-size: 16px;
}
}
/*about end*/