@charset "utf-8";
@import url("normalize.css");
.wrapper{
    background: #FFF;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.mobile{
    display: none;
}
.banner_text{
    width: 270px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    /* background: rgba(0,0,0,0.7); */
    transform: translate(-50%,-50%);
}
.banner_text h1{
    font-size: 33px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}
.banner_text h4{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
} 
.classic_wrap{
    width: 100%;
    background: #f7f7f7;
    position: relative;
    padding-bottom: 60px;
}
.classic_box{
    max-width: 1346px;
    width: 100%;
    margin: 0 auto;
    /* background: #FFFFFF;
    border: 1px solid #a8a169; */
    padding: 60px 40px;
    position: relative;

}
.classic_wrap h2{
    margin: 0 auto;
    display: inline-block;
    font-size: 50px;
    color: #6d6d6d;
    padding: 0;
    padding-left: 14px;
    font-weight: normal;
    
}
.squ{
    width: 1px;
    height: 37px;
    border-left: 8px solid #afaa85;
    display: inline-block;
    vertical-align: baseline;
}

.hr{
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #afaa85;
    padding-bottom: 0px;
}
.select{
    font-size: 20px;
    position: relative;
    width: 191px;
    margin: 0 0 0 auto;
    height: 40px;
    display: inline-block;
    float: right;
}
.select select {
    color: #4a4a4a;
    width: 172px;
    background: #ffffff;
    border: 1px solid #6a6a6a;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding: 0 8px;
    font-weight: bold;
    margin-left: 13px;
    height: 40px;
} 
.select select:focus {
    border: 1px solid #6a6a6a;
    outline: none;
}
.select .pic {
    font-size: 0;
    top: 1px;
    right: 7px;
    width: 38px;
    height: 38px;
    position: absolute;
    pointer-events: none;
    text-align: center;
    background: url(../images/select_btn.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.content{
    width: 100%;
    min-height: 10vh;
    position: relative;
}
.case_all{
    margin: 30px auto 0;
    padding: 0;
    box-sizing: border-box;
}
.case_all li{
    min-width: 390px;
    width: 30%;
    margin-left: 1.3%;
    margin-right: 1.1%;
    /* padding: 16px 16px; */
    display: inline-block;
    /* background: #ffffff; */
    margin-bottom: 33px;
    vertical-align: top;
    position: relative;
    font-size: 0;
    box-sizing: border-box;
}
/* .case_all li:nth-child(3n+1){
    margin-left: 0%;
}
.case_all li:nth-child(3n){
    margin-right: 0%;
} */


.case_all li .case_txt{
    
    color: #676767;
    text-align: left;
    height: 196px;
    overflow: hidden;
    font-size: 0;
    /* padding-top: 6px; */
}
.case_all li .title{
    font-size: 17px;
    width: 105px;
    background: #f1f1f1;
    color: #454545;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6;

}
.case_all li .txt{
    font-size: 17px;
    width: calc( 100% - 105px);
    background: #ffffff;
    color: #454545;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #e6e6e6;
}
.case_all li .title:nth-last-child(2){
    border-bottom: none;
}
.case_all li .txt:nth-last-child(1){
    border-bottom: none;
}
.case_all li .case_pic {
    width: 100%;
}
.case_all li .case_pic img{
    width: 100%;
}
.confirm_btn{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.confirm_btn button{
    width: 129px;
    height: 38px;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    background: #404040;
    text-align: center;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.confirm_btn button:hover{
    background: #1b1b1b;
}
.classic_form_wrap{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}
.classic_form_box{
    max-width: 869px;
    box-sizing: content-box;
    width: 90%;
    background: #f7f7f7;
    padding:100px 220px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.title{
    width: 100%;
    position: relative;
}
.title h3{
    color: #535353;
    font-size: 42px;
    border-bottom: 1px solid #afaa85;
}
.close_btn_black{
    position: absolute;
    top: 80px;
    right: 80px;
    background: url(../images/close_btn_black.png) no-repeat;
    background-size: 38px 39px;
    width: 38px;
    height: 39px;
    cursor: pointer;
    z-index: 1;
}
.sent_btn{
    width: 100%;
    text-align: right;
    padding-top: 15px;
}
.sent_btn .link_btn{
    width: 129px;
    height: 38px;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    background: #404040;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.sent_btn .link_btn:hover{
    background: #1b1b1b;
}
.sent_btn .link_btn.reset{
    margin-right: 14px;
}
.classic_form_box_righttop{
    background: url(../images/classic_box_form_righttop.png) no-repeat;
    background-size: 227px 97px;
    width: 227px;
    height: 97px;
    position: absolute;
    top: -48px;
    right: 0px;    
}
.classic_form_box h6{
    font-weight: normal;
    color: #545454;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.classic_form_box .input_txt {
    width: 100%;
    margin-bottom: 13px;
    padding: 8px;
    color: #656565;
    font-size: 16px;
    background-color: #fdfdfd;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    vertical-align: middle;
}
.classic_form_box .input_txt.name ,.classic_form_box .input_txt.tel {
    display: inline-block;
    width: calc( 100% - 80px );
}
.name_box , .telephone_box{
    width: 50%;
    display: inline-block;
}
.name_box{
    padding-right: 20px;
}
.name_box label ,.telephone_box label{
    color: #616161;
    font-size: 16px;
    display: inline-block;
    width: 80px;
    vertical-align: text-bottom;
}
.email_box , .content_box{
    width: 100%;
    display: inline-block;
}
.classic_form_box .input_txt.email {
    display: inline-block;
    width: calc( 100% - 80px );
}
.email_box label , .content_box label{
    color: #616161;
    font-size: 16px;
    display: inline-block;
    width: 80px;
    vertical-align: text-bottom;
}
.content_box label{
vertical-align: top;
}    
.classic_form_box .input_txt.content {
    display: inline-block;
    width: calc( 100% - 80px );
}
.classic_form_box .check_privacy{
    padding-top: 0px;
    padding-left: 80px;
}
.classic_form_box  .openTxtBtn , .classic_form_box  .checklabel{
    font-size: 18px;
    color: #616161;
    cursor: pointer;
}
.classic_form_box  .openTxtBtn {
text-decoration: underline;
}
.classic_form_box  .checklabel{
    margin-right: 20px;
}
.black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba( 0, 0, 0, 0.95);
    z-index: 11111;
}
.close_box {
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
}
.closeBtn {
    height: 50px;
    position: absolute;
    right: 20px;
    top: 70px;
}
.infoWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    height: 100vh;
}
.infoBox {
    width: 100%;
    height: calc( 100% - 150px);
    padding: 50px 14px;
    position: absolute;
    left: 0px;
    top: 130px;
    overflow: auto;
    line-height: 20px;
    color: #FFF;
    text-align: left;
}
.infoBox h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.infoBox p {
    font-size: 16px;
    line-height: 120%;
}
@media screen and (max-width: 1590px) {
.classic_box {
    max-width: 94%;
    width: 94%;
    padding: 40px 10px;
}
.case_all li {
    min-width: auto;
}

.classic_form_box{
    padding:100px 100px;
}
.close_btn_black{
    top: 36px;
    right: 36px;
}
}
@media screen and (max-width: 1366px) {

.case_all li {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
}
.case_all li:nth-child(3n+1){
    margin-left: 5%;
}
.case_all li:nth-child(3n){
     margin-right: 5%;
}
.classic_form_box{
    padding:100px 50px;
    box-sizing: border-box;
}
.close_btn_black {
    top: 20px;
    right: 20px;
}
.classic_form_box_righttop {
    background-size: 113px 49px;
    width: 113px;
    height: 49px;
    top: 0px;
}
}
@media screen and (max-width: 1300px) {
 
}
 @media all and (-ms-high-contrast:none){
.classic_form_wrap{
    overflow: hidden;
}

 }
@media screen and (max-width: 1280px) {
 .case_all li {
    width: 44%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.case_all li:nth-child(3n+1){
    margin-left: 2.5%;
}
.case_all li:nth-child(3n){
     margin-right: 2.5%;
}
}
@media screen and (max-width: 1024px) {

.classic_box {
    padding: 40px 20px;
}
.classic_form_box_righttop {
    display: none;
}
}
@media screen and (max-width: 860px) {
 .case_all li {
    width: 60%;
    min-width: 390px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.case_all li:nth-child(3n+1){
    margin-left: auto;
}
.case_all li:nth-child(3n){
    margin-right: auto;
}
.case_all li .case_txt {
    height: auto;
}
}
@media screen and (max-width: 768px) {
.mobile{
    display: block;
}
.desktop{
    display: none;
}
.name_box, .telephone_box {
width: 100%;
}
.name_box {
    padding-right: 0px;
}
.classic_form_box {
    padding: 70px 30px;
    width: 94%;
}
.classic_wrap {
    padding-bottom: 10px;
}
}
@media screen and (max-width: 690px) {

.classic_wrap h2 {
    font-size: 36px;
}
.squ{
    border-left: 6px solid #afaa85;
    height: 28px;
}
.classic_box {
    padding: 40px 10px;
    max-width: 92%;
    width: 92%;
}
.case_all li .title {
    font-size: 14px;
    padding: 15px 10px;
}
.case_all li .txt {
    font-size: 14px;
    padding: 15px 10px;
}
.hr {
    padding-bottom: 5px;
}
}
@media screen and (max-width: 510px) { 
.classic_wrap h2 {
    float: none;
}
.select {
    margin-top: 10px;
    margin-bottom: 20px;
    float: none;
}
.case_all li {
    width: 100%;
    min-width: auto;
}
.classic_form_box .check_privacy {
    padding-top: 0px;
    padding-left: 0px;
}
.classic_form_box .openTxtBtn {
    text-decoration: underline;
    display: block;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
.classic_form_box .checklabel {
    margin-right: 00px;
    text-align: left;
    display: block;
}
.infoBox h3 {
    font-size: 20px;
}
.name_box label, .telephone_box label ,.email_box label, .content_box label {
    width: 100%;    
    padding-bottom: 5px;
}
.classic_form_box .input_txt.name, .classic_form_box .input_txt.tel,.classic_form_box .input_txt.email {
    width: 100%;
}
.classic_form_box .input_txt.content {
    width: 100%;
}
}
@media screen and (max-width: 420px) { 
.banner_text {
    width: 200px;
}
.banner_text h1 {
    font-size: 22px;
}
.banner_text h4 {
    font-size: 16px;
}
}
@media screen and (max-width: 321px) {
.classic_form_box {
    padding: 70px 10px;
    width: 94%;
}
.sent_btn .link_btn {
    width: 120px;
}
}
@media screen and (max-width: 315px) { 
.classic_box {
    padding: 40px 0px;
    max-width: 96%;
    width: 96%;
}

}