
.outside-box {
    width: 100%;
}
.inside-box { 
    width: 1200px;
    margin: 0px auto;clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep { 
    padding-top: 10px;
    padding-bottom: 10px;
}
.margin-bottom {
    margin-bottom: 10px;
}
.margin-top {
    margin-top: 10px;
}
.margin-right {
    margin-right: 15px;
}
.margin-left {
    margin-left: 15px;
}

.zhuse{ color: #00bd31;}.zhuse a{ color: #00bd31;}
.bh-zhuse{ background-color: #00bd31; color: #fff;}.bh-blue:hover{ color: #fff;}

/**欢迎栏*!*/
.wel-box { 
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.wel-box .wel .wel-left i{
    font-style: normal;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
}
.wel-box .wel .wel-left em{
    font-style: normal;
}
.wel-box .wel .wel-left i span{
    padding-left: 3px;
}
.wel-box .wel .wel-left a {
    font-size: 14px;
}
.wel-box .wel .wel-right {
    font-size: 14px;
}
.wel-box .wel .wel-right a {
    font-size: 14px;
    position: relative;
}
/*.wel-box .wel .wel-right a:first-child{*/
/*    color: #ff9000;*/
/*}*/
.wel-box .wel .wel-right a img {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -22px;
}
.top-adv a{
    display: block;
    width: 100%;

}
.top-adv a img{
    display: block;
    width: 100%;
    height: 100%;
}
.ls-box{
    justify-content: space-between;
    display: flex;
}
.ls-box .logo { 
    display: block;
}
.ls-box .search {  border:1px solid #00bd31; height: 45px; background-color: #00bd31;
    margin-top: 18px; border-radius: 5px;
}
.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: 75px; 
    height: 45px;
    color: #000;
    line-height: 45px;  background-color: #f2fcf5;
    border: none;
    outline: none;
    padding-left: 15px; padding-right: 10px;
}

.ls-box .search form input {outline: none;}
.ls-box .search form .inp {
    width: 400px;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: #f2fcf5;
    border-left:1px solid #ddd; overflow: hidden;
    float: left;
    text-indent: 9px;border-radius: 0px 5px 5px 0px;
}
.ls-box .search form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
    font-size: 12px;
}
.ls-box .search form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
    font-size: 12px;
}
.ls-box .search form :-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
    font-size: 12px;
}
.ls-box .search form :-moz-placeholder {
    /* Firefox 18- */
    color: #666;
    font-size: 12px;
}
.ls-box .search form .but { 
    outline: none!important;
    height: 29px; padding: 8px; padding-left: 15px;
    background-color: #00bd31;
    border: none;
  
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    font-size: 16px;
    margin-left: -1px;
}
.top-logo-phonebox{   font-size: 19px; display: flex; align-items: center;
    color:#00bd31;

  
}
.top-logo-phonebox img{
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.top-logo-phonebox li{ width: 100px; box-sizing: border-box; padding: 5px;}
.top-logo-phonebox li a{ text-align: center; line-height: 22px;  display: block; background-color: #fff; border-radius: 50px; font-size: 18px;
    display: block;
    font-size: 18px;
    font-style: normal;
}
.top-logo-phonebox .a1{ background-color: #00bd31;}
.top-logo-phonebox .a2{ background-color: #4c6cab;}

.top-logo-phonebox  p{
    font-size: 19px;
    color:#00bd31;
}
i{
    font-style: normal;
}
/*导航*/
.navs-box { height: 40px;
  
}
.navs-box .navs {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.navs-box .navs li {
    width: 92px;
    overflow: hidden;
}
.navs-box .navs li a {
    display: block;
    font-size: 16px;
    text-align: center;

}
.navs-box .navs li:hover a {
    font-weight: bold;
}
.navs-box .navs .navs-active a {
    font-weight: bold;
}
.navs-box .navs li:first-child {
    width: 185px;
    text-align: center;
     background-color: #00bd31;
}
.navs-box .navs li:first-child a {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color:#fff;
}
.navs-box .navs li:first-child a img {
    position: relative;
    top: 5px;
    padding-right: 6px;
}
[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*='lc']{*/
/*    width: 240px;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    top: 800px;*/
/*}*/
#lc-l{
    left: calc((100% - 1200px)/2 - 250px);
}
#lc-r{
    right: calc((100% - 1200px)/2 - 250px);
}
#lc-l img {
    display: block;
    width: 100%;
    height: 100%;
}
#lc-r img{
    display: block;
    width: 100%;
    height: 100%;
}
.gu-x{
    content: "";
    width: 15px!important;
    height: 15px!important;
    position: absolute;
    top: 0px;
    left: 0px;
}
.web-bottom {
    background-color: #00bd3a;
    margin-top: 15px;
    padding: 30px 0px;
}

.web-bottom .wb a {
    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: 4px;
}
.web-bottom .wb a:last-child:after {
    border: 0;
}
.web-bottom .wbs p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 32px;
    line-height: 32px;
}
.web-bottom .wbs p b{
    margin: 0px 15px;
}
.web-bottom .wb {
    width: 895px;
}
/* 搜索框 */
.common-top form{
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #00bd31;
    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: #00bd31;
    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%;
    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: 51px;
   background: rgba(0,167,81,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;
}
/* end */