* {
    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%;
}
.bor{
    box-sizing:border-box;
}
.wel-box {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.wel-box .wel .wel-left {
    font-size: 12px;
    color: #585858;
}
.wel-box .wel .wel-left span {
    margin-right: 6px;
}
.wel-box .wel .wel-right{
    font-size: 12px;
}
.wel-box .wel .wel-right a {
    color: #666;
    font-size: 12px;
    position: relative;
    padding: 0px 10px;
}
.ls-box .logo {
    display: block;
    margin-left: 26px;
    margin-top: 22px;
}
.ls-box .search {
    margin-left: 80px;
    margin-top: 37px;
}
.ls-box .search form select {
    float: left;
    font-size: 14px;
    width: 78px;
    height: 39px;
    color: #737373;
    line-height: 39px;
    border: 1px solid #aaaaaa;
    border-right: none;
    outline: none;
    padding-left: 15px;
    border-radius: 10px 0px 0px 10px;
}
.ls-box .search form input {
    outline: none;
    /*border:none!important;*/
padding:0!important;
}
.ls-box .search form .inp {
    width: 298px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #aaaaaa;
    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 {
    width: 84px;
    height: 39px;
    background-color: #21ba87;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    font-size: 16px;
    margin-left: -1px;
    border-radius: 0px 10px 10px 0px;
}
.top-logo-phonebox{
    margin-top: 30px;
    width: 16%;
}
.top-logo-phonebox img{
    display: block;
    width: 45px;
    height: 45px;
}
.top-logo-phonebox .phone span{
font-size: 18px;
    color: #585858;
}
.top-logo-phonebox .phone p{
    font-size: 20px;
    color: black;
}
/*导航*/
.navs-box {
    height: 45px;
    border-bottom: 2px solid #00b075;
}
.navs-box .navs {
    height: 45px;
    line-height: 45px;
    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: 205px;
    height: 45px;
    line-height: 45px;
    background-color: #00b075;
    position: relative;
}
.navs-box .navs li:first-child a {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-left: 43px;
    color:white;
}
.navs-box .navs li:first-child a img {
    position: relative;
    top: 5px;
    padding-right: 6px;
}
.navs-box .navs li:first-child:before {
    content: "";
    background-image: url(../images/four.png);
    width: 23px;
    height: 22px;
    position: absolute;
    top: 12px;
    right: 140px;
}
.web-bottom {
    background-color: #00b075;
    margin-top: 20px;
    padding: 30px 0px;
}
.web-bottom .wb {
    display: flex;
    justify-content: space-between;
}
.web-bottom .wb a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
}
.web-bottom .wb a:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 2px solid #fff;
    height: 12px;
    right: -25px;
    top: 10px;
}
.web-bottom .wb a:last-child:after {
    border: 0;
}
.web-bottom .wbs{
    margin-top: 10px;
}
.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;
}




