/*top样式*/
.tit{
    width: 100%;
    height: 36px;
    background-color: #eeeeee;
}
.tit_conter{
    width: 1200px;
    height: 36px;
    line-height: 36px;
    margin: 0px auto;
    font-size: 14px;
    overflow: hidden;
}
.tit_conter div:first-child{
    float: left;
    width: 978px;
}
.tit_conter div:first-child a{
    display: inline-block;
}
.tit_conter a{
    display: inline-block;
    cursor: pointer;
}
.tit_conter a:first-child{
    color: #eb6100;
}
.tit_conter span{
    margin: 0px 7px;
}
.tit_conter span b{
    color: #eb6100;
}
.tit_conter span:first-child{
    margin-left: 0px;
    margin-right: 11px;
}
.outside-box {
    width: 100%;
}
.inside-box {
    width: 1200px;
    margin: 0px auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.sep {
    margin-top: 20px;
    margin-bottom: 20px;
}
.tit_conter .bs{
    color: #ff0000 !important;
}
.ls-box .logo {
    display: block;
}
.ls-box .search {
    margin-left: 118px;
    margin-top: 22px;
    overflow: hidden;
    width: 521px;
}
.ls-box .search form input {
    outline: none;
}
.ls-box .search form .inp {
    width: 377px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    border-right:none;
    border-radius: 10px 0px 0px 10px;
    float: left;
    text-indent: 2em;
    color: #cccccc;
    font-size: 14px;
}
.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: 91px;
    height: 42px;
    line-height: 42px;
    background-image: url(../images/ss.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    /* cursor: pointer; */
    color: #fff;
    font-size: 14px;
    /* border-left: none; */
    border-radius: 0px 10px 10px 0px;
    border: none;
    /* opacity: 0.3; */
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-left: none;
}
.top-logo-phonebox{
    margin-top: 20px;
}
.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{
   color: #eb6100;
    font-size: 25px;
    font-weight:bold;
}
i{
    font-style: normal;
}
/*导航*/
.navs-box {
    height: 45px;
}
.navs-box .navs {
    background-color: #e5e5e5;
    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;
    background-color: white;
    color: #eb6100;
}
.navs-box .navs .navs-active a {
    font-weight: bold;
}
.navs-box .navs li:first-child {
    width: 250px;
    height: 45px;
    line-height: 45px;
    background-color: #7c7c7c;
    text-align: center;
}
.navs-box .navs li:first-child a {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.navs-box .navs li:first-child a:hover{
    background-color:  #7c7c7c;
}
.navs-box .navs li:first-child a img {
    position: relative;
    top: 5px;
    padding-right: 6px;
}
.web-bottom {
    border-top: 3px solid #bfbfbf;
    margin-top: 20px;
    padding: 30px 0px;
}
.web-bottom .wb {
    width: 1113px;
    padding: 20px 0px;
}
.web-bottom .wb a {
    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 #000;
    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;
    height: 28px;
    line-height: 28px;
}
.web-bottom .wbs p b{
    margin: 0px 15px;
}




