a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}


/* 初始化CSS */

fieldset,
img {
    vertical-align: middle;
    border: none;
}

li {
    list-style-type: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑", Arial, sans-serif;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 0;
    font-family: 'microsoft yahei';
}

body {
    color: #666;
    font: 12px "微软雅黑", Arial, sans-serif;
    background: #fcfeff;
}

#click-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    color: #055391;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 11111;
    cursor: pointer;
    transition: all 0.6s;
    box-shadow: 0px 0px 4px #055391;
}

#click-top:hover {
    background-color: #055391;
    color: #fff;
    box-shadow: 0px 0px 4px #fff;
}


/* hot */

.hot {
    background-color: #055391;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.hot a {
    text-align: center;
    color: #fff;
    padding: 5px 0px;
}

.hot a .iconfont {
    line-height: 19px;
}

.hot a p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}

i,
b {
    font-style: normal;
    font-weight: normal;
}

.logo {
    position: relative;
    float: left;
    margin-left: 2px;
    overflow: hidden;
}

.logo i {
    position: absolute;
    left: -155px;
    width: 155px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
}

.org-back {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo:hover i {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}

.top-move {
    position: fixed;
    width: 40px;
    height: 40px;
    background: rgb(58, 255, 255);
    bottom: 70px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    color: #fff;
    box-shadow: 0px 0px 8px #f2f2f2;
    z-index: 10000;
}

.current-open {
    background-color: #d70c25;
    color: #fff;
}

.logo img {
    width: 100%;
}

.navbar {
    margin-bottom: 0px;
}

.cont-com #pages li {
    flex: 1;
    width: 50%;
}

.cont-com #pages li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#liuyan .btn {
    width: 60%;
    margin: 0px auto 20px;
    margin-left: 20%;
}

h3,
p {
    margin: 0;
}

.clear-aft-bef::after,
.clear-aft-bef::before {
    display: none;
}

.navbar-default {
    border: none;
    border-radius: 0;
}

.common-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.common-wot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.del-bord:focus {
    outline: none;
}


/* swiper-button */


/* 屏幕大于768px */

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1300px) {}


/* 屏幕小于1199px */

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media(max-width: 768px) {
    .logo {
        width: 70%;
    }
    .list-father .container>.row>#liuyan {
        padding: 0px 30px;
    }
    .hot {
        z-index: 1000000;
    }
    #click-top {
        bottom: 63px;
        right: 15px;
    }
}