p {
    margin: 0;
}

input,
textarea {
    border: none;
    outline: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
}

/* 通用样式 */
.p1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

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

.bw {
    width: 100%;
}

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

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}





/* 导航栏 */
.nav1 {}

.nav-li {
    position: relative;
    z-index: 999;
    width:14%;
}

.nav-li .nav-a {
    display: block;
    line-height: 90px;
    font-size: 16px;
    color: #fddba1;
    text-align: center;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}

.nav-ul {
    position: absolute;
    left: 50%;
    top: 100%;
    background-color: #c41d1c;
    z-index: 999;
    min-width: 100%;
    transform: translate(-50%, 20px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.nav-ul li {
    width: 100%;
}

.nav-ul li a {
    width: 100%;
    line-height: 38px;
    text-align: center;
    display: block;
    color: #fddba1;
    white-space: nowrap;
    padding: 0 5px;
    font-size: 14px;
}

.nav-li:hover .nav-a {
    background-color: #910d0b;
}

.nav-li:hover .nav-ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translate(-50%, 0);
}

.nav-ul li a:hover {
    background-color: #910d0b;
}

@media(max-width:1366px){
    .nav-li{
       width:14%;
    }
}




.hxys {
    display: block;
}

.adv_lis {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 1.75rem;
}

.adv_lis ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.adv_lis li {
    text-align: center;
    position: relative;
}

.adv_lis li a {
    background: #fff;
    padding: 5% 5%;
    display: block;
}

.adv_lis li h3 {
    font-size: 1.125rem;
    font-stretch: normal;
    line-height: 37px;
    color: #3d3d3d;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    position: relative;
}

.adv_lis li.on h3 {
    color: #b11318;
    
}

.adv_lis li.on h3::before{
    content: "";
    position: absolute;
    background: url(../images/zz.png) no-repeat top center;
    top: -16px;
    left: 0;
    right: 0;
    width: 21px;
    height: 24px;
    margin: 0 auto;
}

.adv_lis li h4 {
    font-size: 12px;
    font-weight: lighter;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.15;
}

.adv_lis li>span {
    display: block;
    position: absolute;
    width: 23px;
    height: 11.5px;
    left: 50%;
    margin-left: -11.5px;
    bottom: 0;
    overflow: hidden;
}

.adv_lis li>span::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border-radius: 50%;
}

.adv_lis li.on>span::before {
    background-color: #c78e3e;
}

.adv_con {
    display: block;
    width: 100%;
    position: relative;
}

.adv_con ul {
    display: block;
    width: 100%;
    position: relative;
}

.adv_con li {
    width: 100%;
    display: block;
     visibility: hidden;
    opacity: 0;
    position: absolute; 
    left: 0;
    top: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.adv_con li.ons {
     position: relative;
    visibility: visible;
    opacity: 1; 
}

.adv_con li img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}

.adv_con li .wzs {
    position: absolute;
    left: 50%;
    top: 99px;
    margin-left: -635px;
    width: 1270px;
    z-index: 30;
}

.adv_con li .adw {
    display: inline-block;
    width: 407px;
    height: 448px;
    background-color: rgba(0, 0, 0, 0.66);
    border-top-left-radius: 45px;
}

.adw .nums {
    display: block;
    font-family: Arial;
    font-size: 125px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.75;
    letter-spacing: 0px;
    color: #9b9b9b;
    text-indent: -4.5px;
}

.adw h3 {
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #bb7f2b;
    margin-left: 45px;
    margin-right: 38px;
    margin-top: 25px;
}

.adw p {
    margin-left: 45px;
    margin-right: 38px;
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.sw_jt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.adv_lis .swiper-button-prev {
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/l11.png");
    position: absolute;
    top: 16px;
    margin-top: 0;
    left: 0;
    outline: none;
    background-size: 37px 37px;
}

.adv_lis .swiper-button-next {
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/r11.png");
    top: 16px;
    margin-top: 0;
    outline: none;
    right: 0;
    background-size: 37px 37px;
}


.adv_lis{
    background: url(../images/fz.png) repeat-x center center;
}

.adv_lis .swiper-container{
    width: calc(100% - 74px);
    margin: 0 auto;
    height: 80px;
    align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; /*定义body的里的元素水平居中*/
    display: flex;
}

.adv_lis .swiper-slide-prev{
   display: flex;
   justify-content: flex-start;
}

.adv_lis .swiper-slide-next{
    display: flex;
   justify-content: flex-end;
}



#DGbanner2{
  z-index: 999;
}

