body{
    width: 100%;
    overflow-x: hidden;
    background: url(../img/all-bg.jpg) !important;
}
.all-bg{
    width: 100%;
    /* background: url(../img/all-bg.jpg); */
}
.ljn-header{
    width: 1200px;
    margin: 0 auto;
}
.gg-top{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.gg-top>img{
    width: 100%;
    height: 120px;
    transition: all .5s;
}
.gg-top>img:hover{
    transform: scale(1.15,1.15);
}
.header-top{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-img{
    margin-left: 10px;
}
.header-form{
    width: 400px;
    height: 40px;
    border: 1px solid #9d3309;
}
.header-form>form{
    display: flex;
    align-items: center;
    position: relative;
}
.icon-col{
    display: inline-block;
    height: 18px;
    border-right: 1px solid #9d3309;
    position: absolute;
    left: 65px;
}
.header-form input{
    display: block;
    outline: none;
    width: 320px;
    height: 40px;
    border: none;
    margin-top: 0px;
    margin-left: 5px;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: transparent;
}
/* input::-webkit-input-placeholder{
    color: #339933;
    font-size: 16px;
} */
.header-form button{
    display: block;
    width: 65px;
    height: 35px;
    background-color: #9d3309;
    border: none;
    background-size: contain;
    margin-left: 7px;
    margin-top: -1px;
    color: #fff;
    font-size: 16px;
}
#input_option{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 16px;
    /* color: #797979; */
}
#input_option::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    left: 40px;
}
#input_option.hk-a::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: calc((100% - 10px)/2);
    transform: rotateX(180deg);
}
.option-ul{
     width: 20%;
     height: auto;
     background-color: rgba(6, 149, 73, 0.7);
     position: absolute;
     border-radius: 20px;
     top: 50px;
     left: 0px;
     display: none;
     z-index: 10;
}
.option-ul span{
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}
.header-tel{
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.header-tel>div:nth-child(2)>p{
    font-size: 22px;
    font-weight: 800;
    color: #9d3309;
    margin-left: 10px;
}

.ljn-nav-x{
    position: relative;
}
#cl1-l{
    display: block;
    position: absolute;
    top: 0px;
    left:calc((100% - 1200px)/2 - 210px);
    z-index: 10;
}
#cl1-r{
    display: block;
    position: absolute;
    top: 0px;
    right: calc((100% - 1200px)/2 - 210px);
    z-index: 10;
}
[class*="adv"]{
    width: 200px;
    height: 535px;
    overflow: hidden;
}
[class*="adv"] img{
    display: block;
    width: 200px;
    height: 535px;
    transition: all .5s;
}
[class*="adv"] img:hover{
    transform: scale(1.15,1.15);
}
.ljn-nav-x>ul{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.ljn-nav-x>ul>li{
    margin: auto;
}
.ljn-nav-x>ul>li>a{
    color: #333;
    font-size: 20px;
}
.ljn-nav-x>ul>li>a:hover{
    font-weight: 600;
}
.ljn-nav-x>ul>li:nth-child(1){
    width: 196px;
    color: #fff;
    margin: 0 40px 0px 0px;
    font-size: 20px;
    font-weight: 600;
    background: url(../img/text-bg.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}



.common-top form{
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background-size: 100% 100%;
    /* background: #fff; */
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
}
.common-top form input[type="text"]{
    text-indent: 0.3em;
    width: 60%;
    padding: 0!important;
    display: block;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border-right: none;
    color: #393939;
    background: none;
    /* border-radius: 5px; */
}
.common-top form input[type="text"]::placeholder{
    color: #393939;
}
.common-top form button{
    width: 21%;
    padding: 0!important;
    border: none;
    /* background: linear-gradient(to top,#0d5286,#0d5286); */
    background: #9d3309;
    display: flex;
    justify-content: center;
    height: 38px;
    align-items: center;
    color: #fff;
}
.common-top form button span{
    font-size: 16px;
}
.common-top form button img{
    width: 25px;
    height: 25px;
    margin: 5px auto;
}
.top_input div{
    width: 20%;
    height: 38px;
    line-height: 38px;
    /* background-color: #5eb200; */
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.top_input div span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
#input_option{
    position: relative;
}
#input_option.hk-a::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    left: 65px;
    top: calc((100% - 10px)/2);
    transform: rotateX(180deg);
}
#input_option::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/ic0.png)no-repeat;
    background-size: 100% 100%;
    left: 65px;
    top: calc((100% - 10px)/2);
}
.top_input .option-ul{
    display: none;
   top: 51px;
   background: rgba(157,51,9,0.6)!important;
   height: auto;
   width: 20%;
   position: absolute;
   z-index: 8;
   flex-wrap: wrap;
   border-radius: 20px;
}
.top_input .option-ul span{
    display: block;
    width: 100%;
    color: #fff;
}



/* footer */
.footer{
    width: 100%;
    height: 217px;
    background-color: #9d3309;
    text-align: center;
    font-size: 18px;
    padding-top: 55px;
    box-sizing: border-box;
    color: #fff;
}
.footer>p{
    line-height: 30px;
    width: 100%;
}
.footer>p:nth-child(1){
    display: flex; 
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.footer>p>span:nth-child(2){
   
    margin-left: 100px;
    align-items: center;
    justify-content: space-between;
}
.footer a{
    padding: 0px 10px;
    color: #fff;
}