
/*  */
.homeBox{
    width: 100%;
    /* height: 100%; */
    position: relative;
}
.homeBox_img{
    width: 100%;
    height: 5rem;
    background-image: url('../img/CONTACT-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.homeBox_title{
    position: absolute;
    top: 60%;
    left: 10%;
    transform: translate(0,-50%);
    z-index: 10;
}
.HTitle{
    font-size: .48rem;
    font-family: pb;
    color: #fff;
}
.HTitle_msg{
    font-size: .3rem;
    color: #fff;
}
.homeBox_But{
    width: 2.5rem;
    height: .6rem;
    background-color: rgb(234, 84, 18);
    margin-top: .2rem;
}
.homeBox_But>a{
    width: 100%;
    height: 100%;
    display: block;
}
/*  */
.JIANGLONGBox{
    width: 100%;
    background-color: #fff;
}
.JIANGLONGBox_content{
    /* width: 18rem; */
    margin: auto;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: .5rem .2rem;
}
.JIANGLONGBox_img{
    width: 100%; 
    height: 100%;   
}
.JIANGLONGBox_MsgB{
    /* width: 50%; */
    box-sizing: border-box;
    padding-right: calc((100% - 1400px) / 2);
    /* padding-left: 120px; */
    padding: .5rem 0;
}
.tl{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    font-size: 30px;
    color: #222222;
    font-family: pb;
    position: relative;
    margin-bottom: 30px;
}
.list{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}
.JIANGLONGBox_MsgB .tl {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    font-size: 30px;
    color: #222222;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}
.JIANGLONGBox_MsgB .tl:before {
    content: '';
    display: block;
    width: 50px;
    background-color: #ea5412;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.JIANGLONGBox_MsgB .list li {
    width: 100%;
    box-sizing: border-box;
    padding-left: 36px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 30px;
    align-items: center;
}
.JIANGLONGBox_MsgB .list li p {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
}
.JIANGLONGBox_MsgB .list li div ,.JIANGLONGBox_MsgB .list li div a{
    font-size: 15px;
    color: #666666;
    line-height: 20px;
    margin-left: 20px;
    word-break: break-word;
}
.JIANGLONGBox_MsgB .list li img {
    position: absolute;
    left: 0;
    tab-size: 0;
}
.JIANGLONGBox_MsgB .share {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}
.JIANGLONGBox_MsgB .share h3 {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
}
.JIANGLONGBox_MsgB .share .bdsharebuttonbox {
    display: flex;
    display: -webkit-flex;
    margin-left: 20px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
     text-rendering: auto; 
     -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}
.bdsharebuttonbox1:before {
    content: "\f09a";
}
.bdsharebuttonbox2:before {
    content: "\f1d7";
}
.bdsharebuttonbox3:before {
    content: "\f1d6";
}
.bdsharebuttonbox4:before {
    content: "\f18a";
}
.JIANGLONGBox_MsgB .share .bdsharebuttonbox a:hover {
    color: #ea5412;
}
.JIANGLONGBox_MsgB .share .bdsharebuttonbox a {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background-color: #f1f2f3;
    font-size: 16px;
    color: #444444;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    background-image: none;
}
/*  */
.products3Box{
    width: 100%;
    padding: 50px 0;
    background: url("../img/contact_bg.jpg") no-repeat fixed;
    background-size: cover;
}
.products3Box_content{
    /* width: 10rem; */
    margin: auto;
}
.products3Box_t {
    font-size: 30px;
    color: #222222;
    margin-bottom: 40px;
    font-family: pb;
    text-align: center;
}
.fromInput{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .2rem;
}
.fromInput span{
    display: block;
    display: inline-block;
    overflow: hidden;
}
.fromInputL{
    width: 100%;
}
.fromInputB{
    width: 100%;
}
.fromInput span input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
    font-size: 14px;
    color: #888888;
    height: 46px;
    padding: 0 20px;
}
.fromInput span textarea {
    width: 100%;
    height: 110px !important;
    resize: none;
    outline: none;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 14px !important;
    color: #888888;
}
.fromInputBut{
    margin-top: 30px;
    width: 140px;
    height: 40px;
    background-color: #ea5412;
    border-radius: 4px;
    cursor: pointer;
    margin: auto;
}
.fromInputBut>a{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 20px;
}
/*  */
