
.outside-box {
    width: 100%;
}
.inside-box {
    width: 1200px;
    margin: 0px auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
/**欢迎栏*!*/
.wel-box {
    height: 35px;
    line-height: 35px;
    background-color: #eaeaea;
}
.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%;
    height: 120px;
}
.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 {
    margin-left: 5px;
    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: 74px;
    height: 39px;
    color: #737373;
    line-height: 39px;
    border: 1px solid #17a400;
    border-right: none;
    outline: none;
    padding-left: 15px;
}
.ls-box .search form input {
    outline: none;
}
.ls-box .search form .inp {
    width: 250px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #17a400;
    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-color: #17a400;
    border: 1px solid #17a400;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    font-size: 16px;
    margin-left: -1px;
}
.top-logo-phonebox{
    margin-top: 21px;
}
.top-logo-phonebox div p{
    color: #17a400;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
}
i{
    font-style: normal;
}
/*导航*/
.navs-box {
    background: linear-gradient(#2adc1c,#16a604);
}
.navs-box .navs {
    height: 50px;
    line-height: 50px;
    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;
    color: #eeeeee;
}
.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: 250px;
    /*background-color: #a95205;*/
    text-align: center;
}
.navs-box .navs li:first-child a {
    color: #eeeeee;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.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: 1000px!important;*/
/*}*/
#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: #038f1d;
    padding: 30px 0px;
}
.web-bottom .wb {
    width: 900px;
    padding: 20px 0px;
}
.web-bottom .wb a {
    color: #f7eedd;
    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 #f7eedd;
    height: 12px;
    right: -3px;
    top: 4px;
}
.web-bottom .wb a:last-child:after {
    border: 0;
}
.web-bottom .wbs p {
    color: #f7eedd;
    text-align: center;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}
.web-bottom .wbs p b{
    margin: 0px 15px;
}
