.top{
    width: 100%;
    /* padding: 23px 0; */
    overflow: hidden;
}
.margin0{
    width: 1200px;
    margin: 0 auto;
    /* padding: 16px 0; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 40%;
    padding: 26px 0px 26px 0px;
}
.left {
    float: left;
}
.right {
    float: right;
}
a {
    background-color: transparent;
    color: #1c65ff;
    text-decoration: none;
    transition: ease all 0.5s;
}
.logo a img {
    max-width: 100%;
    height: auto;
}
.wx {
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wx a[name="jt"] {
    background: url(../images/a_06.png) no-repeat left center;
    width: 76px !important;
    height: 22px !important;
    display: block;
    margin-top: 2px;
    float: left;
    background-size: 100%;
}
.wx a[name="shu"] {
    /* background: url(../images/shu.png) no-repeat; */
    width: 2px !important;
    height: 12px !important;
    display: block;
    float: left;
    margin: 9px 10px 10px;
    background-size: 100%;
}
.wx a[name="wx"] {
    background: url(../images/a_08.png) no-repeat left center;
    width: 76px !important;
    height: 20px !important;
    display: block;
    margin-top: 5px;
    float: left;
    background-size: 100%;
}
.clear {
    clear: both;
}
.search {
    width: 260px;
}
.input-group {
    background: #fff;
    height: 26px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-collapse: separate;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    height: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    padding-left: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input {
    outline: 0;
}
.btns {
    width: 40px;
    height: 26px;
    border: none;
    background: #cf000d;
    color: #fff;
    outline: none;
    text-align: center;
    line-height: 26px;
}
.navbar {
    position: relative;
    margin: 0px;
    margin-top: 0px;
    min-height: 60px;
    height: 60px;
    border: 0px;
    background: #E50012;
    border-radius: 0px;
}
.navbar-static-top {
    z-index: 1000;
}
.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
}
/* .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.navbar-header {
    float: left;
} */
#navbar {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    /* padding-bottom: 0; */
    overflow: visible !important;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
    /* -webkit-box-shadow: none; */
    box-shadow: none;
}
.nav {
    width: 100%;
    margin: 0px auto;
    clear: both;
    background: #E50012;
    /* font-family: "锟斤拷锟斤拷"; */
    padding-left: 0;
    /* margin-bottom: 0; */
    list-style: none;
}
.navbar-nav {
    float: left;
    margin: 0;
}
ul {
    display: block;
    /* list-style-type: disc; */
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.navbar-nav > li:first-child {
    border-left: 0;
}
.navbar-nav > li {
    float: left;
}
.nav > li {
    /* position: relative; */
    display: block;
}
.collapse ul li {
    list-style-type: none;
    /* width: 120px; */
    min-width: 130px;
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    min-width: 130px;
    line-height: 60px;
    padding: 0px;
}
.nav li a {
    color: #FFF000 !important;
    font-size: 20px;
    opacity: 0.88;
}
.navbar-nav > li > a {
    transition: background 0.4s;
    text-align: center;
}
.navhovers {
    /* position: relative; */
    opacity: 1 !important;
}
.navhovers_bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    min-width: 130px;
    height: 3px;
    background-color: #FFF000;
    border-radius: 3px;
}
nav li:hover {
    background-color: rgb(164,2,12);
} 
.dropdown{
    position: relative;
}
/* .new_banner {
    min-height: 600px;
    position: relative;
    margin: 0 auto;
    width: 100%;
} */

 .mySwiperTop {
    width: 100%;
    min-height: 600px;
    /*height: 972px;*/
    overflow: hidden;
    position: relative;
}
 .swiper-height{
    height: 600px !important;
}

 .mySwiperTop .swiper-wrapper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%; 
    object-fit: cover;

}

 .mySwiperTop .swiper-horizontal>.swiper-pagination-bullets,
 .mySwiperTop .swiper-pagination-bullets.swiper-pagination-horizontal,
 .mySwiperTop .swiper-pagination-custom,
 .mySwiperTop .swiper-pagination-fraction {
    bottom: 25px;
}

 .mySwiperTop .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 6px;
    opacity: 1;
}

 .mySwiperTop .swiper-pagination-bullet-active {
    /* width: 32px !important;
    opacity: 1; */
    background-color: #E50012 !important;
}
.listbg {
    width: 100%;
    overflow: hidden;
    height: 450px;
}
img {
    border-style: none;
    border: 0;
    vertical-align: middle;
}
.tab2{
    margin-right: 20px;
}
