* {
    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%;
}
.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 div {
    display: inline-block;
}
.wel-box .wel .wel-left div span{
    color: #0e9ffe;
}
.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: 127px;
    margin-top: 46px;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.ls-box .search form input {
    outline: none;
}
.ls-box .search form .inp {
    width: 230px;
    height: 36px;
    line-height: 36px;
    /*border: none;*/
    text-indent: 15px;
    float: left;
    font-size: 12px;
    padding-right: 30px;
    color: #000000;
    background-color: #fff;
    opacity: 0.7;
    border-right: none;
    border-radius: 10px;
}


.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 {
    border-left: none;
    width: 84px;
    height: 38px;
    line-height: 38px;
    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: 10px;
    /*border: none;*/
    opacity: 0.7;
    background-color: #049fff;
}
.top-logo-phonebox{
    margin-top: 20px;
}
.top-logo-phonebox img{
    display: block;
    margin-top: 10px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.top-logo-phonebox div i{
    display: block;
    background: linear-gradient(#0f9ffe,#049fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight:bold;
}
.top-logo-phonebox div p{
    background: linear-gradient(#0f9ffe,#049fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 29px;
    font-weight:bold;
}
i{
    font-style: normal;
}
/*导航*/
.navs-box .navs {
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(#0f9ffe,#049fff);
}
.navs-box .navs li {
    width: 92px;
    overflow: hidden;
}
.navs-box .navs li:nth-child(1){
    width: 205px;
}
.navs-box .navs li a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: white;
}
.navs-box .navs li:hover a {
    font-weight: bold;
}
.web-bottom {
    background-color: #f5f5f5;
    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 32px;
    height: 30px;
    line-height: 30px;
}
.web-bottom .wb a:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 2px solid #000000;
    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;
}