body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

a:hover {
    text-decoration: none;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

a,
button {
    cursor: pointer;
}

input,
textarea,
button {
    outline: none;
}

textarea {
    resize: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}


/* 初始化样式结束 */

@media screen and (min-width: 1280px) {
    .container {
        width: 1280px;
    }
}


/* 字体图标 */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?1s8xj7');
    src: url('../fonts/icomoon.eot?1s8xj7#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?1s8xj7') format('truetype'), url('../fonts/icomoon.woff?1s8xj7') format('woff'), url('../fonts/icomoon.svg?1s8xj7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.Slide-1 {
    width: 100%;
    height: 100%;
}

.Slide-3 {
    text-align: center;
    font-size: 20px;
    background: #ccc;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.Slide-3 img {
    width: 100%;
}

.Slide-11 {
    width: 100%;
    height: 100%;
}

.Slide-33 {
    text-align: center;
    font-size: 20px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.4);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-container {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #bbb;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}


/* 字体图标 */

.Slide-33 img {
    width: 250%;
}

.w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

body {
    color: #5A5A5A;
    background-color: #fff;
    /* 方便写代码 */
    /* height: 8000px; */
}


/* 自己初始化样式结束 */

.row {
    margin: 0px;
}

.header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999999;
    background-color: #fff;
    box-shadow: 2px 2px 2px #888888;
    z-index: 99999999;
}

.header .container {
    margin: 0 auto;
    height: 54px;
    overflow: hidden;
}

.logo {
    float: left;
    width: 250px;
    height: 54px;
}

.logo a {
    float: left;
    display: block;
    overflow: hidden;
    height: 54px;
    width: 100%;
    background: url("../images/logohs.png") no-repeat -8px 8px;
    background-size: 100%;
    text-indent: -999px;
}

.navbar {
    margin-bottom: 0px;
    width: 100%;
    background-color: #fff;
    border: none;
}

.navbar-header {
    height: 54px;
    width: 100%;
}

.navbar-brand {
    padding: 0px;
}

.nav>li>a {
    padding: 10px 18px;
}

.navbar-default .navbar-nav>li>a {
    color: rgb(15, 1, 1);
    font-size: 16px;
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1145f0;
}

.navbar-collapse {
    width: 100%;
}

@media screen and (min-width: 1280px) {}

@media screen and (min-width: 970px) {
    .classify ul li {
        float: left;
        width: 20%;
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .show-t {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .show-s {
        margin-bottom: 0px;
    }
    .Copyright {
        width: 100%!important;
        height: 230px!important;
        margin-top: 40px!important;
    }
}

@media screen and (max-width: 767px) {
    .Copyright ul li a {
        padding: 0px!important;
    }
}


/* banner开始 */

.banner {
    position: relative;
    z-index: 666;
    margin-top: 55px;
    width: 100%;
    /* background: url(../img/neiye_banner.jpg)no-repeat;
    background-size: 100%; */
}

.banner img {
    width: 100%;
    height: 100%;
}


/* banner结束 */


/* main开始 */

.main-left .current {
    background-color: #1145f0;
    color: #fff;
}

.item {
    /*margin-left: 20px;*/
    float: left;
    width: 100%;
    /* height: 600px; */
    display: none;
}

.main {
    position: relative;
    margin: 20px auto;
}

.main-left {
    float: left;
}

.main-left ul {
    width: 100%;
    float: left;
}

.main-left ul li {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-bottom: -1px;
    border: 1px solid #666;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.main-l {
    font-size: 22px!important;
    font-weight: 700!important;
    border-top: 2px solid #1145f0!important;
}

.main-left ul li a:hover {
    background-color: #1145f0;
    color: #fff;
}

.main-right {
    width: 100%;
    /* height: 100%; */
}

.row {
    margin: 0px;
}

.mbx {
    margin-top: 20px;
}

.mbx a:hover {
    color: #ccc;
}

.mbx-m {
    margin-top: 10px;
    width: 100%;
    height: 2px;
    background: url(../images/xgray_line02.png);
}

.main-m {
    margin-top: 20px;
}

.main-m p {
    margin-top: 20px;
}


/* main结束 */

#main-s {
    width: 900px;
    height: 150px;
    margin: 100px auto;
    position: relative;
    overflow: hidden;
}

#main-s ul {
    position: absolute;
    left: 0;
    top: 0;
}

#main-s ul li {
    float: left;
    width: 240px;
    height: 150px;
    list-style: none;
    margin-left: 10px;
}

#main-s ul li img {
    width: 100%;
    height: 100%;
}


/* .pagination {
    margin-left: 360px;
} */


/* Copyright开始 */

.Copyright {
    margin-top: 80px;
    height: 60px;
    line-height: 60px;
    background-color: rgb(67, 67, 67);
}

.Copyright ul {
    text-align: center;
    float: left;
}

.Copyright ul li {
    width: 20%;
    float: left;
}

.Copyright ul li a {
    display: inline-block;
    text-align: center;
    padding: 0 7px;
    /* width: 78px; */
    height: 30px;
    line-height: 30px;
    color: #ccc;
    border-right: 1px dotted #ccc;
}

.Copyright span {
    margin-top: 15px;
    text-align: center;
    display: inline-block;
    /* width: 270px; */
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    color: #ffffff;
}

.Copyright p {
    text-align: center;
    float: right;
    font-size: 12px;
    color: #ccc;
    font-family: 微软雅黑;
}


/* Copyright结束 */