* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear-01:after {
    content: "";
    display: block;
    clear: both;
}
body {
    font-family: "微软雅黑";
}
a {
    text-decoration: none;
    color: #3e3d3d;
    font-size: 12px;
}
.outside-box {
    width: 100%;
}
.inside-box {
    width: 1190px;
    margin: 0 auto;
}
ul li {
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
.im{
    display: block;
    width: 100%;
    height: 100%;
}
.top-adv a{
    display: block;
    width: 100%;
    height: 120px;
}
.top-adv a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ls-box .logo {
    display: block;
}
.ls-box .search {
    margin-left: 80px;
    margin-top: 25px;
}
.ls-box .search .sear-bak a {
    color: #7a7a7a;
    font-size: 12px;
    position: relative;
}
.ls-box .search .sear-bak a:hover {
    text-decoration: underline;
}
.ls-box .search form select {
    float: left;
    font-size: 14px;
    width: 70px;
    height: 39px;
    color: #737373;
    line-height: 39px;
    border: 1px solid #a3cf1a;
    border-right: none;
    outline: none;
    padding-left: 15px;
}
.ls-box .search form input {
    outline: none;
}
.ls-box .search form .inp {
    width: 298px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #a3cf1a;
    float: left;
    text-indent: 9px;
}
.ls-box .search form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form :-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form :-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2;
    font-size: 12px;
}
.ls-box .search form .but {
    outline: none!important;
    width: 84px;
    height: 39px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border: 1px solid #a3cf1a;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin-left: -1px;
}
.top-logo-phonebox{
    margin-top: 16px;
}
.top-logo-phonebox img{
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.top-logo-phonebox div i{
    display: block;
    color: #666565;
    font-size: 16px;
}
.top-logo-phonebox div p{
    background: linear-gradient(#63ac06,#a5d409);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight:bold;
}
i{
    font-style: normal;
}
.search form{
    width: 320px;
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #599303;
    background: url(../img/top-bg2.jpg)no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    /* overflow: hidden; */
    justify-content: space-between;
    border-radius: 5px;
}
.search 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; */
    background: #fff;
}
.search form input[type="text"]::placeholder{
    color: #999999;
}
.search form button{
    width: 21%;
    padding: 0!important;
    border: none;
    /* background: linear-gradient(to top,#0d5286,#0d5286); */
    background: #599303;
    display: flex;
    justify-content: center;
    height: 38px;
    align-items: center;
    /* border-radius: 5px; */
    color: #fff;
    /* border-radius: 20px; */
    /* border-radius: 5px; */
}
.search form button span{
    font-size: 16px;
}
.search form button img{
    width: 25px;
    height: 25px;
    margin: 5px auto;
}
.top_input div{
    width: 20%;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 5px;
}
.top_input div span{
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;cursor: pointer;
    color: #599303;
}
#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%;
    right: 0;
    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%;
    right: 0;
    top: calc((100% - 10px)/2);
}
.top_input .option-ul{
    display: none;
   top: 40px;
   background: rgba(59,93,03,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;
}
/*导航*/
.navs-box{
    background-image: url(../images/navs.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
}
.navs-box .navs {
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;

}
.navs-box .navs li {
    width: 106px;
    overflow: hidden;
    border-top: 1px solid #0c4c27;
    background-color: #fff;
}
.navs-box .navs li:first-child {
    border-top: none;
    width: 20%;
    position: relative;
    background-image: url(../images/ls.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: #FFFFFF;
}
.navs-box .navs li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #0c4c27;
}
.navs-box .navs li:first-child a {
    color: #FFFFFF;
}
.navs-box .navs li:hover a {
    font-weight: bold;
}
.navs-box .navs li:first-child{
}
[class*="adv"]{
    overflow: hidden;
}
[class*="adv"] a{
    overflow: hidden!important;
}
[class*="adv"] img:hover {
    /*width: 100%;*/
    transform:scale(1.15,1.15);
}
/* 中心变形*/
[class*="adv"] img {
    transition:all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.5s ease-out;
    /* Opera */
}
/* 两侧广告位 */
[id*='lc1']{
    display: block;
    width: 240px;
    height: auto;
    position: absolute;
    top: 240px;
    z-index: 9;
}
[id*='lc1'] img{
    width: 100%;
    height: 100%;
}
#lc1-l{
    left: calc((100% - 1200px)/2 - 250px);
}
#lc1-r{
    right: calc((100% - 1200px)/2 - 250px);
}
.web-bottom {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 20px;
    padding: 30px 0px;
}
.web-bottom .wb {
    width: 1113px;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-bottom .wb a {
    display: block;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}
.web-bottom .wb a:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 2px solid #fff;
    height: 12px;
    right: -3px;
    top: calc((100% - 12px)/2);
}
.web-bottom .wb a:last-child:after {
    border: 0;
}
.web-bottom .wbs p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 28px;
    line-height: 28px;
}
.web-bottom .wbs p b{
    margin: 0px 15px;
}

