html,
body {
    min-width: 1200px;
    font-family: "微软雅黑", PingFang SC Light, PingFang SC Light-Light;
}

/********隐藏滚动条**********/
body::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

html,
body {
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

/* 修复图片等比缩小后变模糊的问题 */
img{
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.bg-gray {
    background-color: #f0f1f2;
}

.bg-white {
    background-color: #FFFFFF;
}

.pos-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*一行超出变点*/
.text1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

/*图标*/
.iconfont {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprites.png) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-fangdajing {
    width: 15px;
    height: 17px;
    /* background-image: url(../images/search.png); */
    background-position: -64px 0;
}

.icon-ditu {
    width: 8px;
    height: 12px;
    /* background-image: url(../images/ditu.png); */
    background-position: -8px 0;
}

.icon-project {
    width: 22px;
    height: 20px;
    /* background-image: url(../images/project.png); */
    background-position: -79px 0;
}

.icon-weixin {
    width: 35px;
    height: 35px;
    /* background-image: url(../images/weixin.png); */
    background-position: -171px 0;
}

.icon-tel {
    width: 35px;
    height: 35px;
    /* background-image: url(../images/tel.png); */
    background-position: -101px 0;
}

.icon-email {
    width: 35px;
    height: 35px;
    /* background-image: url(../images/email.png); */
    background-position: -136px 0;
}

.icon-position {
    width: 8px;
    height: 13px;
    /* background-image: url(../images/position.png); */
    background-position: 0 0;
}

.icon-phone {
    width: 10px;
    height: 10px;
    /* background-image: url(../images/phone.png); */
    background-position: -16px 0;
}

.icon-phone {
    height: 10px;
    width: 10px;
    background-position: -16px 0;
}

.icon-next {
    height: 11px;
    width: 12px;
    background-position: -26px 0;
}

.icon-prev {
    height: 11px;
    width: 12px;
    background-position: -38px 0;
}

.icon-down {
    height: 10px;
    width: 14px;
    background-position: -50px 0;
}
.medal {
    height: 41px;
    width: 37px;
    background-position: -206px 0;
}

/*外阴影*/
.shadow1 {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

/*内阴影*/
.shadow2 {
    -moz-box-shadow: 0px 2px 5px #000 inset;
    -webkit-box-shadow: 0px 2px 5px #000 inset;
    box-shadow: 0px 2px 5px #000 inset;
}

/* 头部 */
header {
    width: 100%;
    height: 98px;
}

header .main {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .main>a{
    display: flex;
    width: 418px;
}

header .main>a img{
    display: block;
    width: 100%;
}

.top-search {
    width: 317px;
    height: 100%;

}

.top-search .search-box {
    width: 290px;
    height: 24px;
    border: 1px solid #7a7778;
    border-radius: 7px;
    position: relative;
}

.top-search .search-box input {
    border: 0;
    width: 90%;
    height: 100%;
}

.top-search form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-search .icon-fangdajing {
    cursor: pointer;
}

.banner {
    width: 100%;
    height: calc(100vh - 98px);
    position: relative;
    margin-bottom: 146px;
}

.banner-channel {
    height: 600px;
    margin-bottom: 75px;
}

/*导航*/
.banner nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    /* padding-top: 26px; */
}

.nav-item {
    width: 126px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: relative;

}

.nav-item:hover:after {
    content: '';
    display: block;
    width: 86px;
    border-bottom: 1px solid #cf0015;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -43px;
}

.nav-item:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 6px solid #cf0015;
    border-bottom: 0 solid transparent;
}

.nav-item>a {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: normal;
}

.nav-item.current>a {
    font-weight: bold;
}

.nav-item ul {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -55px;
    z-index: 9;
    width: 110px;
    background-color: #FFFFFF;
    padding: 5px 0;
    margin-top: 60px;
}

.nav-item ul li {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #000;
    margin: 0 auto;
}

.nav-item ul li:last-child {
    border: 0;
}

.nav-item ul a {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.nav-item:hover ul {
    display: block;
}

.num-list {
    position: absolute;
    left: 50%;
    bottom: -100px;
    z-index: 9;
    height: 200px;
    /* width: 1057px; */
    transform: translateX(-50%);
    background-color: #FFFFFF;
    display: flex;
}

.banner .header-h {
    position: fixed;
    background-color: #ffffff;
    z-index: 99;
}

.banner .header-h .nav-item>a {
    color: #000000;

}

/*banner 背景*/
.banner-box{
    position: relative;
}
.banner-bg {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.banner-bg>img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: fill;
}

.banner-bg>p {
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
    width: 1180px;
    padding-left: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-box .tabs {
    width: 100%;
    height: 58px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.banner-box .tabs>ul {
    width: 1164px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

.banner-box .tabs>ul li {
    width: 151px;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.banner-box .tabs>ul li.active {
    color: #FFFFFF;
    background-color: rgba(211, 23, 42, 0.8);
}

.banner-box .tabs>ul li a {
    display: block;
}

.banner-box .tabs>ul li.active a {
    color: #FFFFFF;
}

.banner-box .tabs>ul li:hover {
    color: #FFFFFF;
    background-color: rgba(211, 23, 42, 0.8);
}

.banner-box .tabs>ul li:hover a {
    color: #FFFFFF;
}
.banner-box .tabs>ul li>ul{
    color: #000000;
    display: none;
}
.banner-box .tabs>ul li:hover ul{
    display: block;
}

/*footer*/
footer {
    width: 100%;
    height: 396px;
    background-color: #34455b;
    color: #FFFFFF;
}

footer>div {
    width: 947px;
    margin: 0 auto;
    padding-top: 96px;
    display: flex;
}

footer>div dl {
    width: 177px;
}

footer>div dl:last-child {
    flex-grow: 1;
    width: 360px;
}

footer>div dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}

footer>div dd {
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
}

footer>div dd>i {
    position: absolute;
    left: -14px;
}

footer>div dd>img {
    margin-top: 36px;
    display: block;
    width: 95px;
}

footer>div dd a{
    color: #FFFFFF;
}

/*分页*/
#pagination-list {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    /* height: 123px;
    margin-top: 34px; */
}

#pagination-list ul {
    margin: 0 auto;
}

#pagination-list ul li {
    width: 31px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #d3172a;
    display: inline-block;
    margin:0 15px;
    vertical-align: bottom;
}

#pagination-list ul li:hover {
    background: #f5f5f5;
    cursor: pointer;
    /* border: 1px solid #d3172a; */
}

#pagination-list ul li.active {
    /* color: #d3172a; */
    /* border: 1px solid #ffffff; */
    font-weight: bold;
}

#pagination-list .paginationjs-prev,
#pagination-list .paginationjs-next {
    content: '';
   border:1px solid #fff;
    
   
}

#pagination-list .paginationjs-prev:after {
    font-family: swiper-icons;
    content: '\003c';
    color: #d3172a;
    font-size: 25px;

}

#pagination-list .paginationjs-prev.disabled:after {
    font-size: 25px;
    color: #ACACAC;

}

#pagination-list .paginationjs-next.disabled:after {
    font-size: 25px;
    color: #ACACAC;

}

#pagination-list .paginationjs-next:after {
    font-family: swiper-icons;
    content: "\003e";
    color: #d3172a;
    font-size: 25px;
}

#pagination-list .paginationjs-prev.disabled,
#pagination-list .paginationjs-next.disabled {
    /* background: #f5f5f5; */
    /* border: 1px solid #f5f5f5; */
    color: #ACACAC;
    cursor: no-drop;
     font-size: 25px;
    
}

#pagination-list .disabled a {
    color: #ACACAC;

}

.paginationjs-page a {
    color: #d3172a;
}

#pagination-list .paginationjs-prev::after {
    font-size: 25px;
}

#pagination-list .paginationjs-next:after {
    font-size: 25px;
}
