.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    list-style: none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

a:hover,
a:active,
a:link {
    text-decoration: none;
}

.bg {
    position: absolute;
    top: 110px;
    z-index: -1;
    width: 100%;
    /* height: 100%; */
}


/*样式表  */

.top-tool {
    background: url("../images/top-bgl.png") left top/cover no-repeat;
    height: 110px;
    width: 100%;
    background-color: #0C82CA;
}

.logo img {
    position: relative;
    top: -5px;
}

.returnBtn {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    color: #fff;
}

.returnBtn a {
    position: relative;
    border-bottom: 1px solid #fff;
    top: 10px;
    color: #fff;
    z-index: 22;
}

.tool-1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tool-1>img {
    position: relative;
    top: -5px;
}

.right-div{
    position: fixed;
    top: 200px;
    right: 0px;
    width: 100px;
    /* height: 200px; */
    z-index: 9999;
    background: #e3e2e2;
    opacity: 0.7;
    text-align: center;
    border-top-left-radius: 10px; /* 左上圆角 */
    border-bottom-left-radius: 10px; /* 左下圆角 */
}

.titles {
    position: absolute;
    left: 80px;
    top: 30px;
    color: #fff;
}

.titles h2 {
    font: 400 20px/25px "Microsoft YaHei";
}

.titles span {
    font-size: 12px;
}

.search {
    position: absolute;
    right: 0;
    top: 20px;
}

.search input {
    height: 20px;
    width: 180px;
    border: 1px solid #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 1em;
}

.search em {
    width: 1px;
    height: 14px;
    background-color: #4C8DA6;
    position: absolute;
    left: 0;
    top: 3px;
}

.search span {
    color: #FFFFFF;
    float: right;
    font-size: 18px;
    padding-left: 10px;
}

.myNavs {
    background-color: #0B72B3;
    padding: 0;
    /* width: 800px; */
    width:1000px;
    text-align:center;
    position: absolute;
    right: 0;
    /* bottom: -30px; */
    bottom:-35px;
    z-index: 11;
}


/*样式覆盖 */

.layui-nav .layui-nav-item {
    line-height: 40px;
    height: 40px;
    /* width: 11%; */
    width:10%;
    text-align: center;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background-color: transparent;
}

.layui-nav .layui-nav-item a {
    color: #fff;
    display: block;
    /* padding: 0 23px; */
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    background-color: #096299;
}

.layui-nav .layui-nav-item a {
    padding: 0 15px;
}

.layui-nav-item .layui-nav-child a {
    background-color: #0B72B3;
}


/* 导航动画部分 */

.layui-anim-upbit {
    -webkit-animation-name: layui-scale-spring;
    animation-name: layui-scale-spring;
}

.layui-anim {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.layui-show {
    display: block !important;
}


/*导部分  样式覆盖  */

.layui-nav .layui-nav-more {
    border: none;
}

.layui-nav-child {
    top: 40px;
    border: 1px solid #0B72B3;
    background-color: #0B72B3;
    border-radius: 0;
}

.layui-nav .layui-nav-child a:hover {
    color: #fff;
}


/* footer  部分的样式  */


/*底部footer样式  */

.footerBox {
    width: 100%;
    height: 50px;
    /* background-color: rgb( 102, 0, 0);
    background-color: rgb( 26, 140, 0); */
    background-color: #0C82CA;
    /* position: fixed; */
    left: 0;
    bottom: 0;
    font-size: 12px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    height: 50px;
    /* background-color: rgb( 102, 0, 0);
    background-color: rgb( 26, 140, 0); */
    background-color: #0C82CA;
    font-size: 12px;
    position: relative;
}

.footer-link {
    padding-top: 8px;
}

.anbo {
    position: absolute;
    top: 12px;
    left: 0px;
}

.footerBox a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.footerBox p {
    width: 100%;
    margin: 0 auto;
    color: #fff;
}