﻿contact-map@charset "utf-8";
body,html{background: #F6F8FA;width: 100%;overflow-x: hidden;overflow-y: auto;}
.contact-on {
    border-bottom: 3px solid #2D9A00;
}
.banner-box2{width: 16%;}
.contact-logo{
    display: inline-block;
}
.contact-title{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 40px;
}
.contact-wrap{
    width: 100%;
    float: left;
    position: relative;
    margin-top: 70px;
    z-index: 2;
}
.contact-wrap{
    width: 100%;
    float: left;
    position: relative;
    border-top: 6px solid #2E9B00;
    background: #fff;
    padding: 70px 0px 0;
}
.contact-left{
    width: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
    overflow: hidden;
}
.contact-left-box{
    display: flex;
    width: 100%;
}
.contact-title2{
    width: 100%;
    float: left;
    font-size: 34px;
    color: #2D9A00;
    text-align: center;
    padding-bottom: 70px;
}
.border-bottom{
    border-bottom: 1px solid #E4E7E9;
}
.contact-title2 i{font-size: 16px;color: #666666;margin-left: 10px;}
.contact-box{
    width:33.33%;
    float: left;
    margin-top: 50px;
    padding-right: 20px;
    box-sizing: border-box;
}
.contact-tbox{
    display: block;
    margin-left: 35px;
    overflow: hidden;
}
.contact-text1{
    width: 100%;
    float: left;
    font-size: 16px;
}
.contact-text2{
     width: 100%;
    float: left;
    font-size: 14px;
    color: #A1A1A1;
    margin-top: 5px;
    word-break:break-all;
}
.mt-08{margin-top: 8px;}
.w-p40{width: 40%;}
.w-p60{width: 60%;}
.contact-box2{
    width: 48%;
    float: left;
}
.contact-box3{
    width: 100%;
    border: 1px solid #E5E5E5;
    padding: 30px 0px;
    text-align: center;
    float: left;
}
.contact-img{
    display: inline-block;
    max-width: 100%;
}
.contact-box2 p{
    width: 100%;
    text-align: center;
    margin-top: 12px;
    float: left;
}
.contact-sline{
    width: 1px;
    height: 72%;
    background: #E4E7E9;
    position: absolute;
    top: 70px;
    left: 50%;
}
.contact-map{
    width: 100%;
    float: left;
    margin-top: -183px;
}
@media only screen and (max-width: 1000px) {
    .w-p40{width: 100%;}
    .w-p60{width: 100%;}
    .contact-sline{height: 78%;}
}
@media only screen and (max-width: 850px) {
    .contact-left{width: 90%;margin-bottom: 40px;}
    .contact-sline{display: none;}
}
@media only screen and (max-width: 600px) {
    .contact-logo{width: 100%;}
}
/*手机*/
@media screen and (min-width: 320px) and (max-width: 480px) {
    .banner-box2{width: 50% !important;}
    .contact-wrap{margin-top: 35px;}
    .contact-title2{font-size: 24px;padding-bottom: 40px;}
    .contact-box3{padding: 15px 0px;}
    .contact-map{margin-top: 0px;}
}
.add-about-wrap2{
    padding: 50px 0px 0 0px;
}
