/****************头部（logo/导航/搜索)*******************/
@font-face {
    font-family: 'ourfont';
    src: url(../fonts/ourfont.ttf)
}

@font-face {
    font-family: 'yousfont';
    src: url(../fonts/youfont.ttf)
}

header {
    background: #da2128;
    height: 65px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width:992px) {
    header {
        height: 60px;
    }
}

#header {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}


/* logo */
/* #header #logo{
	float: left;
	width: 340px;
	margin-top:12px;
}
#header #logo img{width: 70%;} */

#header #logo {
    box-sizing: border-box;
    float: left;
    display: block;
    height: 100%;
    padding: 10px 0;
}

#header #logo img {
    height: 100%;
    width: auto;
}

/* 搜索 */
#header #rili {
    float: right;
    margin-top: 25px;
}

@media screen and (max-width:992px) {
    #header #rili {
        margin-top: 11px;
    }
}

/* 导航 */
#header #nav {
    float: right;
    margin-right: 40px;
}

#header #nav ul {
    overflow: hidden;
}

#header #nav li {
    float: left;
    line-height: 65px;
    padding: 0 20px;
    margin: 0 5px;

}

@media screen and (max-width:1240px) and (min-width:993px) {
    #header #nav li {
        padding: 0 10px;
    }

    #header #nav li .nav_span {
        margin-left: -10px !important;
    }
}

#header #nav li a {
    color: #fff;
    transition: all 0.5s;
    font-size: 18px;
}

#header #nav li:hover {
    background: url(../images/nav_jian.png) no-repeat center 50px;
    background-color: #fd565d;
}

#header #nav li:first-child:hover {
    background: none;
    background-color: #fd565d;
}

#header #nav .nav_li {
    background-color: #fd565d;
}

#header #nav li .nav_span {
    position: absolute;
    z-index: 100;
    background: #fd565d;
    top: 65px;
    padding: 10px 0;
    display: none;
}

#header #nav li .nav_span a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#header #nav li .nav_span a:hover {
    background: #da2128;
}





/* 头部响应式 */
@media all and (min-width:1241px) {
    #header #search form {
        display: block !important;
    }
}

@media all and (max-width:1240px) {
    #header {
        width: 960px;
    }
}

@media all and (max-width:992px) {
    #header {
        width: 95%;
    }

    span.nav {
        float: right;
        margin-right: 20px;
        margin-top: 15px;
    }

    span.nav span {
        background: url(../images/nav2.png) no-repeat;
        position: relative;
        z-index: 199;
        display: block;
        width: 35px;
        height: 5px;
        margin-bottom: 6.5px;
        transition: transform 0.6s;
        -moz-transition: transform 0.6s;
        -webkit-transition: transform 0.6s;
        cursor: pointer;
    }

    #header #nav li {
        float: none;
        text-align: center;
        line-height: 50px;
    }

    #header #nav li .nav_span {
        display: none !important;
    }

    /* 侧边导航响应式 */
    body {
        position: relative;
        left: 0;
        transition: left 0.6s;
        -moz-transition: left 0.6s;
        -webkit-transition: left 0.6s;
    }

    .nav_response_mask {
        position: fixed;
        z-index: 198;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .nav_span1 {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform-origin: left top;
        -moz-transform-origin: left top;
        -webkit-transform-origin: left top;
    }

    .nav_span2 {
        opacity: 0;
    }

    .nav_span3 {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -webkit-transform-origin: left bottom;
    }

    #header #nav {
        position: fixed;
        z-index: 200;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100%;
        padding-top: 60px;
        margin-right: 0;
        background: #da2128;
        transition: right 0.4s;
        -moz-transition: right 0.4s;
        -webkit-transition: right 0.4s;
    }

    .nav_response {
        right: 0 !important;
    }

    .body_response {
        left: -200px;
    }

}

/* @media all and (max-width:768px){
	#header #logo{width: 250px;margin-top: 12px;}		
}
@media all and (max-width:375px){
	#header #logo{width:190px;margin-top: 15px;}
} */

/***********************    广告栏目  ***************************/

#bannerbox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*图片展示*/
#banner {
    width: 100%;
    overflow: hidden;
}

#banner img {
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: 97;
    left: 0;
    top: 0;
}

#banner img:first-of-type {
    opacity: 1;
    position: relative;
    z-index: 98;
}

/*箭头*/
.arrow_l,
.arrow_r {
    width: 50px;
    height: 100px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 50%;
    margin-top: -50px;
    background: rgba(0, 0, 0, 0.5);
    color: #ccc;
    font-family: "仿宋";
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
}

.arrow_r {
    right: 0;
    left: auto;
}

.arrow_l:hover,
.arrow_r:hover {
    color: #DD2251;
    font-weight: bold;
}


/*圆点*/
#dot {
    position: absolute;
    z-index: 99;
    bottom: 5%;
    left: 50%;
    margin-left: -40px;
}

#dot dd {
    width: 12px;
    height: 12px;
    float: left;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}

#dot .dot1 {
    background: #da2128;
}


/* 广告响应式布局 */
@media all and (max-width:600px) {

    #arrow {
        display: none;
    }

    #dot dd {
        width: 10px;
        height: 10px;
    }
}


/***********************    主业版块  ***************************/
.productbox {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 4px;
}

.products {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}

.xian {
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 49px;
    position: absolute;
}

.product0 {
    width: 100%;
    margin-top: 10px;
    color: #da2128;
    margin-bottom: 10px;
}

.pro01 {
    font-size: 24px;
    line-height: 40px;
    border-bottom: 2px solid #da2128;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 2px;
}

.pro02 {
    font-size: 26px;
    line-height: 35px;
    color: #ccc;
    letter-spacing: 1px;
    font-family: arial;
}

.pros {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.pro {
    float: left;
    width: 25%;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
}

.pro>img {
    width: 100%;
}

.pro1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.pro11 {
    width: 50px;
    margin: 0 auto;
    margin-top: 30%;
    cursor: pointer;
    height: 10%;
    display: none;
}

.pro11 img {
    width: 100%;
}

.pro12 {
    width: 100%;
    text-align: center;
    height: 45%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.pro12 h1 {
    font-size: 16px;
    background: #da2128;
    line-height: 35px;
    font-weight: normal;
}

.pro12 p {
    font-size: 13px;
    color: #ccc;
    padding: 20px;
    line-height: 1.5em;
    text-align: left;
    overflow: hidden;
    height: 4.5em;
}

.productss {
    display: block;
    position: fixed;
    z-index: 1000;
    background: rgba(218, 33, 40, 0.8);
    width: 60%;
    left: 20%;
    box-shadow: 0 0 4px #da2128;
    top: 50%;
    display: none;
}

.pro2 {
    overflow: hidden;
}

.pro21 {
    float: left;
    width: 50%;
    padding: 10px;
}

.pro21 img {
    width: 100%;
    border-radius: 5px;
}

.pro22 {
    width: 42%;
    float: left;
    padding: 10px;
}

.pro22 h1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pro22 p {
    font-size: 14px;
    color: #fff;
}

.pro22_phone:first-of-type {
    padding-top: 20px;
}

.pro22_phone {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

.pro22_phone span {
    font-weight: normal;
}

.guanbi {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    border: 1px solid #da2128;
    color: #da2128;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
}

/* 主业版块响应式布局 */
@media all and (max-width:1240px) {
    .products {
        width: 960px;
    }
}

@media all and (max-width:992px) {
    .products {
        width: 95%;
    }
}

@media all and (max-width:768px) {
    .productbox {
        margin-top: 0;
    }

    .pro {
        width: 50%;
    }

    .productss {
        width: 90%;
        left: 5%;
    }

    .pro21 {
        width: 100%;
        display: none;
    }

    .pro22 {
        width: 94%;
        padding: 3%;
        padding-bottom: 20px;
    }

    .pro22 p {
        line-height: 1.5em;
        height: 4.5em;
        overflow: hidden;
    }

}

/* @media all and (max-width:500px){
	.pro{width: 100%;}
} */

/***********************    资讯中心  ***************************/
.newbox {
    background: #f7f7f7;
    width: 100%;
    padding: 30px 0;
    padding-top: 20px;
}

.news {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}

.more {
    float: right;
    color: #666;
    border-radius: 40px;
    padding: 4px 20px;
    border: 1px solid #ccc;
    transition: all 0.6s;
    margin-top: 5px;
}

.more:hover {
    background: #da2128;
    color: #fff;
    border: 1px solid #da2128;
}

.new1 {
    position: relative;
    width: 48%;
    float: left;
    margin: 20px 0;
}

.new1 img {
    width: 100%;
}

.new1_1 {
    position: absolute;
    top: 0;
    left: 20px;
    width: 80px;
    background: #ccc;
    transition: all 0.6s;
}

.new1111 {
    background: #da2128;
}

.new1_1 b {
    font-size: 36px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    display: block;
}

.new1_1 span {
    text-align: center;
    display: block;
    color: #fff;
    padding-bottom: 5px;
}

.new1_2 {
    font-size: 16px;
    line-height: 40px;
    color: #666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.6s;
    font-weight: normal;
}

.new1_3 {
    font-size: 13px;
    color: #999;
    line-height: 1.6em;
    letter-spacing: 1.5px;
    transition: all 0.6s;
}

.new1:hover .new1_1 {
    background: #da2128;
}

.new1:hover .new1_2 {
    color: #da2128;
}

.new .new-swiper {
    width: 50%;
    float: left;
}

@media screen and (max-width:992px) {
    .new .new-swiper {
        width: 100%;
        margin-bottom: 20px;
    }
}

.new2 {
    width: 50%;
    float: right;
}

.new3 {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
    padding-left: 10px;
    padding-bottom: 20px;
    transition: all 0.6s;
}

.new3_1 {
    width: 15%;
    float: left;
    /* height: 80px; */
    margin-top: 10px;
    transition: all 0.3s;
}

.new3_1 b {
    font-size: 36px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    display: block;
}

.new3_1 span {
    text-align: center;
    display: block;
    color: #fff;
    padding-bottom: 5px;
}

.new3_2 {
    width: 82%;
    float: right;
}

.new3_2 .new1_3 {
    height: 3.2em;
    overflow: hidden;
    padding-right: 10px;
}

.new3_action {
    background: #da2128
}

.new3_action .new3_1 {
    background: #da2128;
}

.new3_action .new1_2 {
    color: #fff;
}

.new3_action .new1_3 {
    color: #eee
}

.new3_action .new3_2 span {
    color: #fff;
}

/* 资讯中心响应式布局 */
@media all and (max-width:1240px) {
    .news {
        width: 960px;
    }

    .new3_1 {
        width: 18%;
    }

    .new3_2 {
        width: 80%;
    }
}

@media all and (max-width:992px) {
    .news {
        width: 95%;
    }

    .new1 {
        width: 100%;
    }

    .new2 {
        width: 100%;
    }
}

@media all and (max-width:768px) {
    .new3_1 {
        width: 20%;
    }

    .new3_2 {
        width: 78%;
    }
}

/***********************    公司业务  ***************************/
.yewubox {
    width: 100%;
    overflow: hidden;
    background: url(../images/yw_bj.jpg) no-repeat center center;
    background-size: auto 100%;
    padding-bottom: 40px;
    padding-top: 20px;
}

.yewus {
    width: 1350px;
    margin: 0 auto;
}

.yewu {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.yewu1 {
    overflow: hidden;
    width: 16.6666%;
    float: left;
    transition: all 0.6s;
}

.shi1 {
    height: 59px;
    padding-top: 35px;
}

.shi1 img {
    height: 100%;
    margin: 0 auto;
}

.shi1 img:last-child {
    display: none;
}

.shi2 {
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
}

.yewu2 {
    background: url(../images/yewu.png) no-repeat center center;
}

.yewu2 .shi2 {
    color: #da2128;
}

/* 公司业务响应式布局 */
@media all and (max-width:1240px) {
    .yewus {
        width: 960px;
    }
}

@media all and (max-width:992px) {
    .yewus {
        width: 95%;
    }
}

@media all and (max-width:768px) {

    .new_img,
    .new_biao {
        display: none;
    }

    .new_info {
        width: 100%;
    }

    .new_nav {
        width: 60%;
    }

    .new_nav1 {
        margin-left: 10px;
    }

    .new_nav1:last-child {
        margin-left: 0;
    }

    .new121 {
        margin-top: 18px;
        width: 55%;
    }

    .new122 {
        font-size: 13px;
    }

    .yewu1 {
        width: 50%;
    }
}

/***********************    底部栏目  ***************************/
footer {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
    overflow: hidden;
    background: #da2128;

    padding-bottom: 40px;
}

#footer {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}

/* 底部导航 */
.footer {
    width: 60%;
    overflow: hidden;
    float: left;
}

.footer_nav {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.footer_nav_p {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;

}

.footer_nav_p a {
    color: #ccc;
}

.footer_nav_c {
    width: 100%;
    margin-top: 10px;
}

.footer_nav_c a {
    display: block;
    line-height: 25px;
    font-size: 13px;
    color: #fff;

    text-transform: capitalize;
}

.footer_nav_p a:hover {
    color: #ccc;
    font-weight: bold;
}

.footer_nav_c a:hover {
    font-weight: bold;
    font-style: normal;
    color: #ccc;
}

.erweima {
    float: right;
    overflow: hidden;
    width: 40%;
}

.ewm {
    float: left;
    margin-left: 20%;
    width: 30%;
}

.ewm img {
    width: 100%;
}

.ewm div {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/* 最底部 */
.footer_bottom {
    width: 100%;
    text-align: center;
    clear: both;
    border-top: 1px solid #da2128;
    background: #da2128;
    padding: 10px 0;
}

.footer_b {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;

}

/* 底部响应式布局 */
@media all and (max-width:1240px) {
    #footer {
        width: 960px;
    }
}

@media all and (max-width:992px) {
    #footer {
        width: 95%;
    }
}

@media all and (max-width:768px) {
    footer {
        padding-top: 20px;
    }

    .footer {
        width: 100%;
    }

    .erweima {
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    .ewm {
        margin-left: 10px;
        width: 100px;
        margin-right: 20px;
    }
}

.yewu a:first-child .shi1 img:nth-of-type(1) {
    display: none;
}

.yewu a:first-child .shi1 img:nth-of-type(2) {
    display: block;
}

p img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}


#data td,
#data1 td {
    position: relative;
}

.guan1,
.guan {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #fff;
    border: 1px solid #da2128;
    color: #da2128;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
}

.tanchus {
    width: 500px;
    position: fixed;
    background: #ffdfe0;
    box-shadow: 0 0 6px #666;
    padding: 30px 20px;
    left: 50%;
    z-index: 1000;
    top: 20%;
    display: none;
    margin-left: -250px;
}

.tanchus1 {
    width: 500px;
    position: fixed;
    background: #ffdfe0;
    box-shadow: 0 0 6px #666;
    padding: 30px 20px;
    left: 50%;
    z-index: 1000000;
    top: 20%;
    display: none;
    margin-left: -250px;
}

@media all and (max-width:550px) {

    .tanchus,
    .tanchus1 {
        width: 80%;
        left: 8%;
        margin-left: 0;
        min-height: 100px;
        top: 80px;
        padding: 10px;
        margin-top: 0;
    }
}

.kec .content {
    width: 1350px;
    margin: 0 auto;
}

.kec {
    overflow: hidden;
}

.kec_nav {
    overflow: hidden;
    height: 140px;
}

.kec_nav ul li {
    float: left;
    border-right: 1px solid #e5e5e5;
    width: 330px;
    height: 140px;
    box-sizing: border-box;
    padding-left: 121px;
    font-size: 16px;
    color: #80888a;
    background: url(../images/kc_ico1.png) no-repeat 46px 36px;
    position: relative;
    cursor: pointer;
}

.kec_nav ul li.on:before {
    position: absolute;
    left: 278px;
    top: 48px;
    /* background: url(../images/kc_ico.jpg) no-repeat; */
    width: 18px;
    height: 12px;
    content: "";
}

.kec_nav ul li:nth-child(2) {
    background: url(../images/kc_ico2.png) no-repeat 46px 36px;
}

.kec_nav ul li:nth-child(3) {
    background: url(../images/kc_ico3.png) no-repeat 46px 36px;
}

.kec_nav ul li:nth-child(4) {
    background: url(../images/kc_ico4.png) no-repeat 46px 36px;
}

.kec_nav ul li:last-of-type {
    border-right: none;
}

.kec_nav ul li i {
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 220%;
    padding: 40px 0 8px 0;
    font-weight: bold;
    font-style: normal;
}

.kec_nav ul li.on {
    color: #000;
}

.kec_nav ul li.on:after {
    display: inline-block;
    width: 0;
    height: 6px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.6s cubic-bezier(.075, .82, .165, 1);
    left: 49.95%;
    opacity: 1;
}

.kec_nav ul li.on:after {
    width: 100%;
    opacity: 1;
}

.kec_on {
    background: #f2f2f2;
    padding-top: 50px;
}

.kec_on1 {
    overflow: hidden;
}

.kec_on1 dl {
    overflow: hidden;
    padding-bottom: 30px;
}

.kec_on1 dl dt {
    float: left;
    width: 600px;
}

.kec_on1 dl dd {
    float: right;
    width: 680px;
    padding-top: 40px;
    padding-left: 40px;
}

.kec_on1 dl dd h3 {
    height: 121px;
    letter-spacing: 3px;
    font-size: 24px;
    color: #636468;
    font-weight: normal;
}

.kec_on1 dl dd h3 i {
    display: block;
    font-weight: bold;
    line-height: 100%;
    color: #000;
    font-size: 36px;
    letter-spacing: 6px;
    padding-bottom: 13px;
    font-style: normal;
}

.kec_on1 dl dd p {
    height: 210px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    letter-spacing: 1px;
    margin-right: 9px;
}

.kec_on1 dl dd em {
    display: block;
    width: 193px;
    height: 59px;
    line-height: 59px;
    border-radius: 59px;
    border: 3px solid #000;
    transition: all 0.2s;
}

.kec_on1 dl dd em a {
    display: block;
    overflow: hidden;
    color: #004d5f;
}

.kec_on1 dl dd em a i {
    display: inline-block;
    padding-left: 47px;
    font-size: 18px;
    letter-spacing: 1px;
    float: left;
}

.kec_on1 dl dd em a span {
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.kec_on1 dl dd em a span img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    border-radius: 19px;
    display: inline-block;
}

.kec_on1 dl dd em a:hover span img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

/**/
@media screen and (max-width:1200px) {
    .kec_nav {
        height: auto;
    }

    .kec .content {
        width: 100%;
    }

    .kec_nav ul li {
        width: 50%;
    }

    .kec_on1 dl dt,
    .kec_on1 dl dd {
        float: none;
        width: 100%;
    }

    .kec_on1 dl dd {
        padding: 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    .kec_nav ul li {
        height: 120px;
        background-size: 35px auto !important;
    }

    .kec_nav ul li i {
        font-size: 20px;
    }

    .kec_on {
        padding-top: 30px;
    }

    .kec_on1 dl dd h3 i {
        font-size: 38px;
    }

    .kec_on1 dl dd h3 {
        height: auto;
        margin-bottom: 20px;
        font-size: 17px;
    }

    .kec_on1 dl dd p {
        height: auto;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:500px) {
    .kec_nav ul li {
        height: auto;
        padding-bottom: 15px;
        padding-left: 60px;
        background-size: 30px auto !important;
        background-position: 10px center !important;
    }

    .kec_nav ul li.on:before {
        display: none;
    }

    .kec_nav ul li i {
        font-size: 18px;
    }

    .kec_nav ul li {
        font-size: 14px;
    }
}

@-webkit-keyframes fadeInDown1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown1 {
    -webkit-animation-name: fadeInDown1;
    animation-name: fadeInDown1
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft1 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInLeft1 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInLeft1 {
    -webkit-animation-name: fadeInLeft1;
    animation-name: fadeInLeft1
}

@-webkit-keyframes fadeInLeft2 {
    from {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInLeft2 {
    from {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight1 {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInRight1 {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInRight1 {
    -webkit-animation-name: fadeInRight1;
    animation-name: fadeInRight1
}

@-webkit-keyframes fadeInRight2 {
    from {
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInRight2 {
    from {
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

@-webkit-keyframes zoomLeft {
    from {
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3);
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomLeft {
    from {
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3);
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.zoomLeft {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation-name: zoomLeft;
    animation-name: zoomLeft
}

.zoomRight {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation-name: zoomLeft;
    animation-name: zoomLeft
}

@-webkit-keyframes fadeInUp1 {
    from {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp1 {
    from {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1
}

@-webkit-keyframes fadeInUp2 {
    from {
        -webkit-transform: translate3d(0, 2%, 0);
        transform: translate3d(0, 2%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp2 {
    from {
        -webkit-transform: translate3d(0, 2%, 0);
        transform: translate3d(0, 2%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }

    25% {
        top: 10px;
        left: 0
    }

    50% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 0
    }
}

@-moz-keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }

    25% {
        top: 10px;
        left: 0
    }

    50% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 0
    }
}

@-webkit-keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }

    25% {
        top: 10px;
        left: 0
    }

    50% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 0
    }
}

@-o-keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }

    25% {
        top: 10px;
        left: 0
    }

    50% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 0
    }
}


.bannerbox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*图片展示*/
.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: 97;
    left: 0;
    top: 0;
}

.banner img:first-of-type {
    opacity: 1;
    position: relative;
    z-index: 98;
}

/*箭头*/
.bannerbox .arrow_l,
.arrow_r {
    width: 50px;
    height: 100px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 50%;
    margin-top: -50px;
    background: rgba(0, 0, 0, 0.5);
    color: #ccc;
    font-family: "仿宋";
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
}

.bannerbox .arrow_r {
    right: 0;
    left: auto;
}

.bannerbox .arrow_l:hover,
.arrow_r:hover {
    color: #DD2251;
    font-weight: bold;
}


/*圆点*/
.bannerbox .dot {
    position: absolute;
    z-index: 99;
    bottom: 5%;
    left: 50%;
    margin-left: -40px;
}

.bannerbox .dot dd {
    width: 12px;
    height: 12px;
    padding: 0;
    float: left;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.bannerbox .dot .dot1 {
    background: #da2128;
}


/* 广告响应式布局 */
@media all and (max-width:600px) {

    .bannerbox .arrow {
        display: none;
    }

    .bannerbox .dot dd {
        width: 10px;
        height: 10px;
    }
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.new-swiper .item {
    display: block;
    text-align: left;
    background-color: #f7f7f7;
}

.new-swiper .item .img-box {
    display: block;
}

.new-swiper .item h6 {
    font-size: 16px;
    line-height: 40px;
    color: #666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.6s;
    font-weight: normal;
}

.new-swiper .item p {
    font-size: 13px;
    color: #999;
    line-height: 1.6em;
    letter-spacing: 1.5px;
    transition: all 0.6s;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: var(--swiper-navigation-top-offset, 72%) !important;
}

@media screen and (max-width:550px) {

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        top: var(--swiper-navigation-top-offset, 63%) !important;
    }

    .swiper-slide img {
        height: 300px;
    }
}

@media screen and (max-width:400px) {
    .swiper-slide img {
        height: 240px;
    }
}

.new-swiper .swiper-button-next,
.new-swiper .swiper-button-prev {
    width: 50px;
    height: 100px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 50%;
    margin-top: -50px;
    background: rgba(0, 0, 0, 0.5);
    color: #ccc;
    font-family: "仿宋";
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
}

.new-swiper .swiper-button-next:hover,
.new-swiper .swiper-button-prev:hover {
    color: #da2128 !important;
}

.new-swiper .swiper-button-next {
    left: auto;
    right: 0;
}

.new-swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.new-swiper .swiper-pagination-bullet-active {
    background-color: #da2128;
}