﻿.img_box{
    width: 100%;
    height: 900px;
    display: flex;
    padding-top: 110px;
}
.img{
    background: url("../images/1.png") no-repeat;
    width: 50%;
    height: 900px;
    background-size: 100% 100%;
}
.area-img{
    background: url("../images/area.jpg") no-repeat center;
    width: 50%;
    height: 900px;
    background-size: cover;
}
.box{
    width: 50%;
    height: 900px;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title{
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}
.line{
    width: 80px;
    height: 3px;
    background: #9a8776;
    line-height: 45px;
    margin-bottom: 12px !important;
}
.en_title{
    font-size: 29px;
    color: #9a8776;
    line-height: 40px;
    letter-spacing: 3px;
    font-weight: 100;
}
.cn_title{
    font-size: 20px;
    color: #9a8776;
    line-height: 40px;
    font-weight: bold;
}
.company_name{
    width: 350px;
    height: 60px;
    margin-top: 25px;
}
.cn_name{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
}
.en_name{
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
    color: #000000;
}
.c_detail{
    width: 350px;
    /* height: 100px; */
    margin-top: 15px;
}
.cd_text{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.c_more{
    width: 350px;
    margin-top: 50px;
}
.foot_box{
    width: 600px;
    flex-direction: column;
    margin-top: 20px;
}
.down_box{
    width: 100%;
    display: flex;
    margin-top: 10px;
}
.left_con{
    width: 75px;
}
.right_con{
    width: 500px;
}
.change{
    width: 20%;
    font-size: 12px;
    line-height: 25px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 5px 10px;
    height: 30px;
}
.cn_area{
    width: 300px;
    height: 90px;
    resize: none;
    border: 1px solid #ddd;
    padding: 10px;
}
.ep_area{
    width: 40%;
    height: 20px;
    resize: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.y_code{
    width: 100%;
    display: flex;
}
.x_code{

    display: flex;
}
.co_area{
    width: 30%;
    height: 20px;
    resize: none;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.codeimg{
    height: 25px;
    margin-left: 5px;
}
.up{
    width: 100%;
    height: 25px;
    margin-top: 20px;
    margin-left: 7px;
}
.put{
    text-align: center;
    width: 21%;
    background: #000000;
    text-align: center;
    line-height: 25px;
    color: #ffffff;
    font-size: 14px;
    border: none;
    padding: 8px 8px;
}
.cn_text{
    font-size: 11px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;
}
.area-index-box{
    width: 399px;
    text-align: center;
    margin: auto;
}
.area-index-box img{}
.area-index-box p{    font-size: 20px;
    color: #222;
    line-height: 32px;}

/*手机端自适应*/
@media screen and (max-width: 1025px) and (min-width: 320px){
    .img_box{
        width: 100%;
        height: auto;
        flex-direction: column;
        align-content: space-between;
        padding-top: 1.5rem !important;
    }
    .area-img{
        width: 100%;
        height: 5rem !important;
    }
    .box{
        width: 100%;
        height: auto;
        flex-direction: column;
        text-align: left;
        padding: 0 !important;
    }
    .title{
        width: 100%;
        display: flex;
        /* flex-direction: column; */
        /* margin: auto 0; */
    }
    .line{
        width: 1.8rem;
        height: 0.1rem;
        background: #9a8776;
        line-height: 0.5rem;
        margin: 0 auto;
    }
    .en_title{
        font-size: 0.4rem;
        color: #9a8776;
        line-height: 0.8rem;
    }
    .cn_title{
        font-size: 0.35rem;
        line-height: 0.5rem;
    }
    .c_detail{
        width: 100%;
        margin-top: .3rem;
    }
    .c_more{
        width: 100%;
        margin-top: .3rem;
    }
    .area-index-box{
        width: 80%;
        text-align: center;
        margin: 0rem auto !important;
    }
    .area-index-box img{
        width: 3rem;
        height: 3rem;
    }
    .area-index-box p{
        font-size: 0.26rem;
        line-height: 0.5rem;
        margin-top: 0.3rem;}
    .img{
        width: 100%;
        height: 6rem !important;
        background-size: 100%;
    }
    .content {
        width: calc(100% - .4rem);
        padding: 0 .2rem;
        height: auto !important;
        position: relative;
        top: 0;
    }
    .down_box{
        width: 100%;
        flex-direction: column;
    }
    .left_con{
        width: 100%;
        text-align: left;
    }
    .right_con{
        width: 100%;
        text-align: left;
    }
    .down_box {
        width: 100%;
        flex-direction: column;
    }
    .company_name{
        width: 100%;
        height: 1rem;
        margin: 0 !important;
        padding-top: 0.3rem;
    }
    .cn_name{
        font-size: 0.35rem;
        line-height: 0.5rem;
    }
    .en_name{
        font-size: 0.25rem;
        line-height: 0.5rem;
    }
    .foot_box{
        width: 100%;
        padding-bottom: .3rem;
        height: auto;
    }
    .cd_text{
        font-size: 0.25rem;
        line-height: 0.5rem;
        margin-bottom: 10px;
    }
    #contact-box{
        width: 100%;
        height:auto !important;
    }
    .right_con{
        width: 100%;
        text-align: center;
    }
    .cn_area {
        width: 100%;
        height: 2rem;
        padding: 0.1rem 0;
        margin: 0 auto;
    }
    .change {
        width: 100%;
        font-size: 0.2rem;
        line-height: 0.5rem;
        height: 0.5rem;
        padding: 10px 0;
    }
    .ep_area {
        width: 100%;
        height: 0.5rem;
        line-height: 0.5rem;
        margin: 0 auto;
        padding: 10px 0;
    }
    .x_code{
        justify-content: space-between;
        margin: 0;
    }
    .x_code input{
        width: 70%;
        padding-left: 0.2rem;
        border: 1px solid #ddd;
    }
    .up {
        width: 100%;
        height: auto;
        padding-top: 0.2rem;
        margin: 0 !important;
    }
    .put {
        width: 100%;
        font-size: 14px;
        margin: 0 auto;
        padding: 0.1rem 0;
        height: 40px;
    }
    .box{height:calc(100vh - 9rem)}
    .box.contact{height:auto;margin-top: 15px;}
}
/*pad自适应*/
@media screen and (max-width: 1025px) and (min-width: 760px) {
    .right_con{
        margin:0;
    }
    .img_box{
        width: 100%;
        height: auto !important;
        flex-direction:inherit;
    }
    .img{width: 50%;height: 22rem !important;background-size: cover;}
    .box{width:50%;padding: 30px !important;display: flex !important;justify-content: center;align-items: center;}
    .line{margin: auto;}
    .content{text-align: left}
    .left_con{width: 100% !important;display: block;}
    .cn_area,.ep_area,.change{width:100%;}
    .x_code input{width: 55%;padding: 14px;}
    .ver-code{position: relative;left: 0;width: 100%;}
    .x_code{
        margin: 0;
    }
    .box{height:auto}
    .area-img {
        height: 10.7rem !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 750px) {
    .img_box {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-content: space-between;
    }
    .img {
        width: 100%;
        height: 7rem !important;
        background-size: 100%;
    }
    .box {
        width: calc(100% - 60px);
        height: 9.3rem;
    }
    .up{width: 100%;}
    .area-img {
        height: 5rem !important;
    }
}

