html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
embed,
hr {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    /* text-decoration: underline; */
}

body {
    /* font-family: "宋体"; */
    min-width: 1400px;
    position: relative;
    font-size: 14px;
    height: 100vh;
    overflow: hidden;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url('../images/theme-bg1.jpg') no-repeat 0 0/100% 100%;
}

.banner.active {
    /* animation: banner 0.6s linear forwards; */
}

@keyframes banner {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.banner .animated {
    opacity: 0;
}

.ele-logo {
    position: absolute;
    top: 11.574%;
    left: 50%;
    height: 7%;
}

.ele-plane {
    position: absolute;
    top: 9.351%;
    right: 15.26%;
    display: none;
    height: 8.7%;
}

.ele-theme {
    position: absolute;
    top: 14%;
    left: 50%;
    height: 34.148%;
    transform: translate(-50%, 0) scale(0.3);
    opacity: 0;
}


.ele-theme.active {
    animation: ele-theme 1s linear forwards;
}

@keyframes ele-theme {
    0% {
        opacity: 0;
        transform: translate(-50%, 0) scale(0.3);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
}





.ele-75 {
    position: absolute;
    top: 14%;
    left: 50%;
    height: 19.45%;
    transform: translate(-50%, -40%);
    opacity: 0;
}


.ele-75.active {
    animation: ele-75 1s linear forwards;
}

@keyframes ele-75 {
    0% {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* .ele-logo.active,
.ele-theme.active {
    animation: ele-ani 0.8s linear forwards;
}

.ele-logo.active {
    animation-delay: 1s;
}

@keyframes ele-ani {
    0% {
        transform: translate(-50%, 60px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
} */

.ele-lightRail {
    position: absolute;
    top: 55.83%;
    left: 0;
    height: 33.5185%;
}

.ele-lt {
    position: absolute;
    top: 57.5%;
    right: 9.53%;
    height: 29.9%;
}

.ele-pd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.opn-el2 {
    position: absolute;
}

.section {
    width: 1400px;
    height: auto;
    /* overflow: hidden; */
    margin: auto;
}

.section1 {
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    background: url(../images/bg5.jpg) no-repeat 0 0 / 100% 100%;
}

#section1 {
    position: relative;
    z-index: 1;
    background: url('../images/bg0-1.jpg') no-repeat 0 0/100% 100%;
    padding: 100px 0 23px;
    overflow: hidden;
}

.headline {
    position: relative;
    width: 100%;
    padding: 0 0 26px;
    box-sizing: border-box;
}

.headline h3 {
    line-height: 1.2;
    font-size: 50px;
    font-weight: bold;
    color: #333;
}

.headline h3 span {
    display: block;
    width: 100%;
    text-align: center;
}

.headline h3 a {
    margin-right: 20px;
    color: #a01010;
}

.headline h3 a:hover {
    text-decoration: underline;
}

.headline p {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 24px;
    color: #333;
    margin-top: 30px;
    padding: 0 1px;
    line-height: 1.3;
}

.headline p span {
    position: relative;
    /* display: block; */
    color: #333;
}

.headline p a {
    margin: 3px 0;
    position: relative;
    padding: 0 16px;
    color: #5f5959;
}

.headline p a:hover {
    color: #a01010;
}

/* .headline p a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 14px;
    border-left: 1px solid #fee0da;
}

.headline p a:last-child::after {
    display: none;
} */

.line {
    width: 100%;
    margin-top: 12px;
}

.top-s {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.news {
    position: relative;
    width: 639px;
    height: 544px;
    background: url('../images/news-bg1.png') no-repeat 0 0/100% 100%;
    padding: 122px 0 0 37px;
    box-sizing: border-box;
}

.news-link {
    position: absolute;
    top: 0;
    left: 3.13%;
    display: block;
    width: 36.15%;
    height: 16.54%;
}

.news ul {
    margin-top: -14px;
}

.news li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 68px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    /* border-top: 1px solid #fff9e1; */
    box-sizing: border-box;
}

.news li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 2.2%;
    width: 95.6%;
    height: 0;
    border-top: 1px solid #fff9e1;
}

/* .news li:last-child {
    border-bottom: 1px solid #fff9e1;
} */

.news li:hover {
    background: #fff9e1;
}

.news li:hover+li::after {
    display: none;
}

.news li a {
    color: #f9e4d4;
}



.top-r {
    position: relative;
    width: 725px;
    height: 480px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.top-r .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 23px;
    width: 100%;
    height: 10px;
}

.top-r .hd ul {
    width: 100%;
    height: 100%;
    zoom: 1;
    padding-right: 30px;
    text-align: right;
    box-sizing: border-box;
}

.top-r .hd ul li {
    display: inline-block;
    margin: 0 4px;
    width: 12px;
    height: 12px;
    line-height: 10px;
    overflow: hidden;
    background: #edb07f;
    cursor: pointer;
    text-align: center;
    text-indent: -9999em;
    border-radius: 6px;
}

.top-r .hd ul li.on {
    width: 20px;
    background: #f45c2d;
    color: #fff;
}

.top-r .bd {
    position: relative;
    height: 460px;
    z-index: 0;
}

.top-r .bd li {
    zoom: 1;
    vertical-align: middle;
}

.top-r .bd li a {
    display: block;
    position: relative;
}

.top-r .bd img {
    width: 100%;
    height: 460px;
    display: block;
}

.top-r .bd h3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 37px; */
    line-height: 22px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 80px 8px 10px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}

.top-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.top-b i {
    width: 74px;
    height: 70px;
    background: url('../images/scroll-news.png') no-repeat 0 0/100% 100%;
}

.txtMarquee-left {
    position: relative;
    width: 1260px;
    margin-right: 15px;
}

.txtMarquee-left .bd {
    /* padding: 10px; */
}

.txtMarquee-left .bd .tempWrap {
    width: 1260px !important;
    height: 70px;
}


/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtMarquee-left .bd ul li {
    margin-right: 20px;
    float: left;
    height: 70px;
    line-height: 70px;
    text-align: left;
    _display: inline;
    width: auto !important;
    font-size: 20px;
}

.txtMarquee-left .bd ul li a {
    color: #c62d2d;
}

/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

.txtMarquee-left .bd ul li span {
    color: #999;
}

.news-more {
    margin-top: 25px;
    text-align: center;
}

.title {
    display: block;
    margin: auto;
}

.tit {
    display: block;
    width: 100%;
    margin: auto;
    /* transform: translateY(-30px); */
}

.ani-box {
    transform: translateY(30px);
}

.on .tit,
.on .ani-box {
    transform: translateY(0);
    transition: transform 1s;
}

#section2 {
    background: url('../images/bg1.jpg') no-repeat 0 0/100% 100%;
    padding: 10px 0 70px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}



.img-box img {
    width: 100%;
    height: 100%;
}

.img-box {
    float: left;
    overflow: hidden;
}

#section3 {
    background: url('../images/bg2.jpg') no-repeat 0 0/100% 100%;
    padding: 48px 0 94px;
}


.hhcj {
    position: relative;
    width: 1376px;
    height: 755px;
    margin-top: 40px;
    box-sizing: border-box;
}

.hhcj .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
}

.hhcj .hd ul {
    width: 100%;
    height: 100%;
    zoom: 1;
    text-align: center;
    box-sizing: border-box;
}

.hhcj .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 73px;
    height: 10x;
    line-height: 10px;
    overflow: hidden;
    background: #d4cece;
    cursor: pointer;
    text-align: center;
    text-indent: -9999em;
    border-radius: 5px;
}

.hhcj .hd ul li.on {
    width: 132px;
    background: #f45c2d;
    color: #fff;
}

.hhcj .bd {
    position: relative;
    height: 698px;
    z-index: 0;
}

.hhcj .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
    width: 1376px;
    height: 698px;
    background: url('../images/cj-bg.png') no-repeat 0 0/100% 100%;
}

.hhcj .bd li a {
    position: absolute;
    display: block;
}

.hhcj .bd li a h3 {
    width: 100%;
    line-height: 40px;
    font-size: 22px;
    color: #585253;
}

.hhcj .bd li a img {
    width: 100%;
}

.hhcj .bd li a:nth-of-type(1) {
    top: 50px;
    left: 25px;
    width: 231px;
    height: 623px;
}

.hhcj .bd li a:nth-of-type(1) img {
    height: 277px;
}

.hhcj .bd li a:nth-of-type(1) h3 {
    margin-top: 91px;
}

.hhcj .bd li a:nth-of-type(2) {
    bottom: 68px;
    left: 367px;
    width: 231px;
    height: 573px;
}

.hhcj .bd li a:nth-of-type(2) img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 227px;
}

.hhcj .bd li a:nth-of-type(2) h3 {
    position: absolute;
    bottom: 313px;
}

.hhcj .bd li a:nth-of-type(3) {
    top: 102px;
    left: 713px;
    width: 231px;
    height: 623px;
}

.hhcj .bd li a:nth-of-type(3) img {
    height: 335px;
}

.hhcj .bd li a:nth-of-type(3) h3 {
    margin-top: 91px;
}

.hhcj .bd li a:nth-of-type(4) {
    bottom: 138px;
    left: 1057px;
    width: 231px;
    height: 463px;
}

.hhcj .bd li a:nth-of-type(4) img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 156px;
}

.hhcj .bd li a:nth-of-type(4) h3 {
    position: absolute;
    bottom: 275px;
}






#section4 {
    background: url('../images/bg4.jpg') no-repeat 0 0/100% 100%;
    padding: 50px 0 70px;
}

.fdgs {
    width: 1378px;
    background: #fff;
    margin: 60px auto 0;
    padding: 69px 13px 45px;
    border-radius: 26px;
    box-shadow: rgba(0, 0, 0, .3) 0px 0px 15px;
    box-sizing: border-box;
}

.fdgs-focus {
    position: relative;
    width: 1350px;
    height: 320px;
    margin: auto;
    box-sizing: border-box;
}

.fdgs-focus .prev,
.fdgs-focus .next {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 31px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -15px;
    cursor: pointer;
}

.fdgs-focus .prev {
    left: 0;
    background-image: url("../images/btn-left.png");
}

.fdgs-focus .next {
    right: 0;
    background-image: url("../images/btn-right.png");
}

.fdgs-focus .bd {
    position: relative;
    width: 1270px;
    height: 350px;
    margin: auto;
    z-index: 0;
}

.fdgs-focus .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 250px;
}

.fdgs-focus .bd li a {
    position: relative;
    display: block;
    width: 615px;
    height: 100%;
}

.fdgs-focus .bd li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 13px;
    width: 265px;
    height: 190px;
    background: #fee6e6;
    border-radius: 0 7px 7px 0;
}

.fdgs-focus .bd li a span {
    position: relative;
    float: left;
    display: block;
}

.fdgs-focus .bd li a span:first-child {
    width: 350px;
    height: 215px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, .3) 0px 0px 15px;
    box-sizing: border-box;
}

.fdgs-focus .bd li a span:first-child img {
    width: 100%;
    height: 100%;
}

.fdgs-focus .bd li a span:last-child {
    position: relative;
    z-index: 1;
    width: 245px;
    height: 185px;
    background: #d02228;
    margin-top: 31px;
    padding: 15px 23px 0 20px;
    border-radius: 0 7px 7px 0;
    box-sizing: border-box;
}

.fdgs-focus .bd li a span:last-child h2 {
    font-size: 22px;
    color: #deb983;
}

.fdgs-focus .bd li a span:last-child h3 {
    position: relative;
    line-height: 30px;
    padding: 6px 0 20px;
    font-size: 22px;
    color: #deb983;
}

.fdgs-focus .bd li a span:last-child h3::after {
    content: '......';
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}

.fdgs-focus .bd li a span:last-child p {
    line-height: 30px;
    padding: 6px 0 0;
    font-size: 16px;
    color: #fff;
}

.fdgs-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* flex-direction: column; */
    /* align-content: space-between; */
    width: 1280px;
    margin: -50px auto 0;
}

.fdgs-news li {
    display: flex;
    align-items: center;
    width: 395px;
    height: 125px;
    overflow: hidden;
    background: #f1f0ee;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 80px;
    margin-top: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

.fdgs-news li:nth-of-type(1) {
    background-image: url('../images/num1.png');
}

.fdgs-news li:nth-of-type(2) {
    background-image: url('../images/num2.png');
}

.fdgs-news li:nth-of-type(3) {
    background-image: url('../images/num3.png');
}

.fdgs-news li:nth-of-type(4) {
    background-image: url('../images/num4.png');
}

.fdgs-news li:nth-of-type(5) {
    background-image: url('../images/num5-1.png');
}

.fdgs-news li:nth-of-type(6) {
    background-image: url('../images/num6.png');
}

.fdgs-news li h3,
.fdgs-news li p {
    font-size: 16px;
    color: #585253;
}

.fdgs-news li h3 {
    padding-bottom: 5px;
    font-size: 20px;
}

.fdgs-news li:hover {
    background-color: #fbf1e3;
}

.fdgs-news li:hover a h3 {
    color: #a01010;
}



#section5 {
    background: url('../images/bg4.jpg') no-repeat 0 0/100% 100%;
    padding: 00px 0 00px;
}

.rmsx {
    position: relative;
    width: 1387px;
    height: 650px;
    margin: 50px auto 0;
}

.rmsx li {
    position: absolute;
}

.rmsx li:nth-of-type(1),
.rmsx li:nth-of-type(2) {
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
}

.rmsx li:nth-of-type(2) {
    left: 348px;
}

.rmsx li:nth-of-type(3),
.rmsx li:nth-of-type(4) {
    top: 0;
    height: 320px;
}

.rmsx li:nth-of-type(3) {
    right: 220px;
    width: 468px;
}

.rmsx li:nth-of-type(4) {
    right: 0;
    width: 205px;
}

.rmsx li:nth-of-type(5),
.rmsx li:nth-of-type(6) {
    bottom: 0;
    height: 320px;
}

.rmsx li:nth-of-type(5) {
    right: 483px;
    width: 205px;
}

.rmsx li:nth-of-type(6) {
    right: 0;
    width: 468px;
}

.rmsx li img {
    width: 100%;
    height: 100%;
}

.rmsx li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rmsx li span::after {
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/cv.png') no-repeat bottom left/100% auto;
}

.rmsx li:nth-of-type(3) span::after,
.rmsx li:nth-of-type(6) span::after {
    background-image: url('../images/cv2.png');
}

.rmsx li span h3 {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
}

.rmsx li:hover a span {
    background: rgba(200, 26, 32, .8);
    transition: background 1s;
}

.rmsx li:hover a span::after {
    display: none;
}

.rmsx li:hover a span h3 {
    bottom: 50%;
    transform: translateY(50%);
    transition: all 1s;
}





#section6 {
    padding: 50px 0 0;
}

.slider {
    width: 100%;
    min-width: 1200px;
    height: 710px;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-top: 38px;
    text-align: center;
}

.slider .bd {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px
}

.slider .bd li {
    position: relative;
    width: 1200px;
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 1200px;
    height: 710px;
}

.slider .bd li span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    background: linear-gradient(to right, rgba(130, 8, 12, .8), rgba(0, 0, 0, .7));
    padding: 27px 30px 23px;
    text-align: left;
    box-sizing: border-box;
}

.slider .bd li span h3 {
    padding-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

.slider .bd li span p {
    line-height: 20px;
    font-size: 16px;
    color: #c6bebe;
}

.slider .tempWrap {
    overflow: visible !important
}

.slider .tempWrap ul {
    margin-left: -1200px !important;
}

.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center;
}

.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    line-height: 99px;
    overflow: hidden;
    margin: 0 5px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider .hd li.on {
    background-position: 0 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 710px;
    cursor: pointer;
}

.slider .prev {
    left: -50%;
    margin-left: -600px;
}

.slider .next {
    left: 50%;
    margin-left: 600px;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 710px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slider .pnBtn .arrow {
    /* display: none; */
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    opacity: 0.6;
}

.slider .pnBtn .arrow:hover {
    /* filter: alpha(opacity=60); */
    opacity: 1;
}

.slider .prev .arrow {
    right: 15px;
    background: url('../images/btn-left1.png') no-repeat 0 0/100% 100%;
}

.slider .next .arrow {
    left: 15px;
    background: url('../images/btn-right1.png') no-repeat 0 0/100% 100%;
}

#section7 {
    background: url('../images/bg5.jpg') no-repeat 0 0/100% 100%;
    padding: 65px 0 134px;
}

.comments-box {
    margin-top: 10px;
}


.opn-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url('../images/opn-bg.jpg') no-repeat 0 0/100% 100%;
}

.opn-box img {
    position: absolute;
}

.opn-el0 {
    z-index: 5;
    top: 50%;
    left: 50%;
    height: 40.12%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;

}

.opn-el0.active {
    animation: opn-el0 3s linear forwards;
}

@keyframes opn-el0 {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.3);
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}

.opn-el1 {
    top: 50.2%;
    left: 50%;
    height: 17.6%;
    transform: translate(-50%, 20%);
    opacity: 0;
}

.opn-el1.active {
    animation: opn-el1 1s linear forwards;
}

@keyframes opn-el1 {
    0% {
        transform: translate(-50%, 20%);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

.opn-el3 {
    top: 21.1%;
    right: 13%;
    height: 21.57%;
    opacity: 0;
}

.opn-el3.active {
    animation: opn-el3 3s linear forwards;
}

@keyframes opn-el3 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.opn-bg1 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    /* background: url('../images/opn-bg1.png') no-repeat 0 0/100% 100%; */
}

.opn-bg1-0 {
    display: block;
}

.opn-el2 {

    animation: opn-el2 2s linear infinite;
}

@keyframes opn-el2 {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.opn-el2-1 {
    top: -5%;
    left: 13.9%;
    height: 33.42%;
}

.opn-el2-2 {
    top: 45.2%;
    left: -3%;
    height: 29.7%;
}

.opn-el2-3 {
    top: 25%;
    right: 9.68%;
    height: 11.35%;
}

.news li:hover a,
.txtMarquee-left .bd ul li:hover a {
    color: #ae1919;
}

.fjxcq {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 45px;
}

.fjxcq-news {
    position: relative;
    z-index: 1;
    width: 640px;
    height: 513px;
    background: #fff;
    padding: 70px 0 0 0;
    border-radius: 25px;
    box-sizing: border-box;
    /* border: 1px solid #000; */
    box-shadow: rgba(0, 0, 0, .3) 0px 0px 15px;
}

.fjxcq-news li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 63px;
    line-height: 25px;
    overflow: hidden;
    padding: 0 95px 0 110px;
    font-size: 20px;
    box-sizing: border-box;
}

.fjxcq-news li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 58px;
    transform: translateY(-50%);
    width: 22px;
    height: 21px;
    background: url('../images/star.png') no-repeat 0 0/100% 100%;
}

.fjxcq-news li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 638px;
    height: 1px;
    background: url('../images/line.png') no-repeat 0 0/100% 100%;
}

.fjxcq-news li:hover {
    background: linear-gradient(to right, #e9eced 80%, transparent);
}

.fjxcq-news li:hover::after {
    display: block;
}

.fjxcq-more {
    display: block;
    width: 282px;
    height: 47px;
    background: url('../images/more.png') no-repeat 0 0/100% 100%;
    margin: 23px auto 0;
}

.fjxcq-foucs {
    position: relative;
    width: 730px;
    height: 440px;
    box-sizing: border-box;
}

.fjxcq-foucs .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 13px;
    width: 100%;
    height: 10px;
}

.fjxcq-foucs .hd ul {
    width: 100%;
    height: 100%;
    zoom: 1;
    padding-right: 30px;
    text-align: right;
    box-sizing: border-box;
}

.fjxcq-foucs .hd ul li {
    display: inline-block;
    margin: 0 4px;
    width: 12px;
    height: 12px;
    line-height: 10px;
    overflow: hidden;
    background: #edb07f;
    cursor: pointer;
    text-align: center;
    text-indent: -9999em;
    border-radius: 6px;
}

.fjxcq-foucs .hd ul li.on {
    width: 20px;
    background: #f45c2d;
    color: #fff;
}

.fjxcq-foucs .bd {
    position: relative;
    height: 440px;
    z-index: 0;
}

.fjxcq-foucs .bd li {
    zoom: 1;
    vertical-align: middle;
}

.fjxcq-foucs .bd li a {
    display: block;
    position: relative;
}

.fjxcq-foucs .bd img {
    width: 100%;
    height: 440px;
    display: block;
}

.fjxcq-foucs .bd h3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 37px; */
    line-height: 22px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 140px 8px 10px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}

.fjxcq-pic-news {
    display: flex;
    justify-content: space-between;
    width: 1370px;
    margin: 60px auto 0;
}

.fjxcq-pic-news li {
    position: relative;
    width: 410px;
    height: 265px;
    overflow: hidden;
    border-radius: 5px;
}

.fjxcq-pic-news li:nth-of-type(2) {
    transform: scale(1.114);
}

.fjxcq-pic-news li img {
    width: 100%;
    height: 100%;
}

.fjxcq-pic-news li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}

.dz-box {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 40px;
    display: none;
    width: 211px;
    height: 211px;
    cursor: pointer;
    animation: aixin 5s ease-in-out infinite;
}

@keyframes aixin {

    /* 0%,
    33%,
    66%,
    100% {
        transform: scale(0.8, 1.1) translateY(-5px);
    }

    16%,
    49%,
    83% {
        transform: scale(1, 1) translateY(0);
    } */

    0%,
    33%,
    66%,
    100% {
        opacity: 0.3;
    }

    16%,
    49%,
    83% {
        opacity: 1;
    }
}

.dz-box img {
    opacity: 0;
    transform: translate(0, -90%);
    animation: dz-box 2s forwards;
}

@keyframes dz-box {

    0% {
        opacity: 0;
        transform: translate(0, -90%);
    }

    33% {
        opacity: 0.6;
        transform: translate(-30px, -120%);
    }

    66% {
        opacity: 1;
        transform: translate(30px, -160%);
    }

    100% {
        opacity: 0;
        transform: translate(0, -200%);
    }
}

.feiji {
    position: fixed;
    z-index: 5;
    right: 10px;
    width: 220px;
    bottom: 170px;
    /* -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out; */
    animation: feiji 1.2s ease-in-out forwards;
}

@keyframes feiji {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, -270px, 0);
        transform: translate3d(0, -270px, 0);
        opacity: 0;
    }
}

.feiji.active {
    -webkit-transform: translate3d(0, -270px, 0);
    transform: translate3d(0, -270px, 0);
    opacity: 0;
}

.side-box {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 0;
    display: none;
    width: 246px;
    transform: translateY(-50%);
    /* height: 100%; */
}

.side-bar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 214px;
    height: 448px;
    background: url('../images/side1.png') no-repeat 0 0/100% 100%;
}

.side-bar ul {
    position: absolute;
    top: 75px;
    right: 22px;
    width: 141px;
    height: 310px;
}

.side-bar li {
    width: 141px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: 214px 448px;
    cursor: pointer;
}

.side-bar li:hover {
    background-image: url('../images/side-active1.png');
}

.side-bar li:nth-of-type(1):hover {
    background-position: -51px -75px;
}

.side-bar li:nth-of-type(2):hover {
    background-position: -51px -137px;
}

.side-bar li:nth-of-type(3):hover {
    background-position: -51px -199px;
}

.side-bar li:nth-of-type(4):hover {
    background-position: -51px -261px;
}

.side-bar li:nth-of-type(5):hover {
    background-position: -51px -323px;
}

.side-bar li:nth-of-type(6):hover {
    background-position: -51px -385px;
}

.side-bar li:nth-of-type(7):hover {
    background-position: -51px -447px;
}

.side-bar li a {
    display: block;
    width: 100%;
    height: 100%;
}

.to-top {
    position: absolute;
    bottom: 30px;
    left: 38px;
    width: 141px;
    height: 41px;
    cursor: pointer;
}

.side-close {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    width: 214px;
    height: 169px;
    background: url('../images/side-close1.png') no-repeat 0 0/100% 100%;
    cursor: pointer;
}

.tam {
    position: absolute;
    bottom: 7.4%;
    left: 50%;
    transform: translate(-50%, 20%);
    opacity: 0;
}

.tam.active {
    animation: opn-el1 1s linear forwards;
}

.down {
    position: absolute;
    z-index: 100;
    bottom: 10px;
    left: 50%;
    display: none;
    width: 50px;
    margin-left: -25px;
    cursor: pointer;
    animation: down 1s linear infinite;
}

@keyframes down {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}



/* //////////////// */

.fjxcq-news li a:hover,
.fjxcq-pic-news li:hover h3,
.hhcj .bd li a:hover h3,
.fdgs-news li:hover a p,
.rmsx li:hover span h3 {
    color: #fff;
}

.lhwg li img,
.xshx li img,
.zbch-r li img,
.lh-news img,
.switch-box-l li img {
    transition: all 0.7s;
}

.lhwg li img:hover,
.xshx li img:hover,
.zbch-r li img:hover,
.lh-news img:hover,
.switch-box-l li img:hover {
    transform: scale(1.2, 1.2);
}

.num {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150%;
    font-size: 30px;
    color: #cd2015;
    text-align: center;
}

.num span {
    font-size: 50px;
}

.dz-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lhzb .swiper-slide:hover h3 {
    color: #a01010;
}

.xshx {
    height: 410px;
    overflow: hidden;
    background: linear-gradient(to bottom, #e64747, #f9b997);
    margin-top: 47px;
    padding-top: 15px;
    box-sizing: border-box;
}

.xshx ul {
    height: auto;
    overflow: hidden;
    margin-top: 3px;
}

.xshx li {
    float: left;
    width: 640px;
    height: 147px;
    overflow: hidden;
    margin: 30px 0 0 40px;
    color: #fff;
}

.img-box {
    float: left;
    overflow: hidden;
}

.xshx li .img-box {
    width: 260px;
    height: 100%;
    margin-right: 20px;
}

.xshx li h3,
.xshx li p,
.xshx li a {
    color: #fff;
}

.xshx li h3 {
    line-height: 30px;
    font-size: 18px;
}

.xshx li p {
    line-height: 25px;
    padding-top: 10px;
}

.lh-box {
    position: relative;
    float: left;
    width: 650px;
	margin: 20px;
}

.lh-box:nth-of-type(2) {
    float: right;
}

.lh-news {
    height: 146px;
    overflow: hidden;
    margin-bottom: 40px;
}

.lh-news h3 {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.lh-news p {
    line-height: 25px;
    padding-top: 10px;
}

.s-focus {
    position: relative;
}

.s-focus .prev,
.s-focus .next {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 66px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -33px;
    cursor: pointer;
}

.s3-focus .bd {
    width: 520px;
    overflow: hidden;
    margin: auto;
}

.s3-focus .bd li {
    width: 200px;
    margin: 0 30px;
}

.s3-focus .bd li img {
    display: block;
    width: 200px;
    height: 112px;
    margin: auto;
}

.s3-focus .bd li h3 {
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}

.s3-focus .prev,
.s3-focus .next {
    width: 28px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -26px;
    cursor: pointer;
}

.s3-focus .prev {
    left: 0;
    background-image: url("../images/btn-left3.png");
}

.s3-focus .next {
    right: 0;
    background-image: url("../images/btn-right3.png");
}

.lh-news .img-box {
    width: 260px;
    height: 100%;
    margin-right: 20px;
}

.lh-news1 .img-box {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}



/* ////////////// */



/* @media (min-height: 1400px) {
    .main-box {
        transform: scale(1.1, 1.1);
        padding-top: 200px;
    }
} */

.on .lhzb,
.lhzb,
.lhzb {
    margin-top: 40px;
}

.lhzb .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.lhzb .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.lhzb .swiper-wrapper {
    position: relative;
    width: 10%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.lhzb .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lhzb .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
    /* -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
    box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px; */
}

.lhzb .swiper-button-next,
.lhzb .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 50px;
    margin-top: -25px;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.lhzb .swiper-button-next,
.lhzb .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.lhzb .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.lhzb .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer;
}

/* .lhzb .swiper-slide:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
    -moz-box-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
    box-shadow: rgba(0, 0, 0, .5) 0px 0px 50px;
} */

.lhzb .banner-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.lhzb .swiper-container {
    width: 100%;
    margin: 12px 0;
}

.lhzb .swiper-slide {
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.9);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    /* -webkit-transform: scale(0.7); */
    -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
}

.lhzb .swiper-slide-active,
.lhzb .swiper-slide-duplicate-active {
    /* -webkit-transform: scale(1);
    transform: scale(1); */
}

.lhzb .swiper-slide-next {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.lhzb .swiper-slide img {
    width: 100%;
    display: block;
}

.lhzb .swiper-slide h3 {
    line-height: 34px;
    padding: 33px 30px 0;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
}

.lhzb .swiper-pagination {
    position: relative;
    margin-bottom: 50px;
}

.lhzb .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0, 0, 0, .8);
}



.lhzb .banner-arrow div:hover {
    background-color: #4a4a4a;
}

.lhzb .swiper-button-prev {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
    left: 10px;
}

.lhzb .swiper-button-next {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
}

.lhzb .banner-top {
    padding-top: 3.730928444707274%;
}

.lhzb .banner-title {
    padding: 5px 0;
}



.lhzb .banner-text {
    text-align: center;
}



.lhzb .banner-top-one {
    padding-top: 3.311649911295092%;
}

.lhzb .banner-button {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.lhzb .banner-button a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: auto;
    line-height: 100%;
    padding: 15px 32px;
    position: relative;
}

.lhzb .banner-button-btn {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.8em;
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB", Arial, "Microsoft YaHei", "寰蒋闆呴粦", "STHeiti", "WenQuanYi Micro Hei", 'PingFang SC', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #69ca72 !important;
    border-radius: 100px;
}

.lhzb .banner-button-btn {
    background: #cedad0;
    display: inline-block;
    -webkit-transition: border-color .4s, color .4s;
    -moz-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
    border: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.lhzb .banner-button-btn,
.lhzb .banner-button-btn::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}

.lhzb .banner-button-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #1a7c29;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    -moz-transform: scale3d(0.7, 1, 1);
    -ms-transform: scale3d(0.7, 1, 1);
    -o-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -moz-transition: -moz-transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}

.lhzb .banner-button-btn:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* .lhzb .swiper-slide:hover h3, */


.w1000 {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0;
    overflow: hidden;
}

.news_more a {
    width: 126px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #ff9900;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news_more a:hover {
    background: #ff0000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news_more a {
    width: 126px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #eb4631;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news_more a:hover {
    background: #c0a153;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}