a,
p,
ul,
li,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.mobile {
    display: none;
}

.top {
    width: 100%;
    height: 110px;
    position: relative;
    top: 0;
    z-index: 99;
    left: 0;
    background: #fff;
}

.top .position {
    width: 100%;
    height: 110px;
    padding: 0 50px;

}

.top .position h1 {
    width: 370px;
    height: 70px;
    float: left;
    margin: 0;
    margin-top: 20px;
}

.top .position h1 img {
    width: 370px;
    height: 70px;
}

.top .position .right {
    float: right;
}

.top .position .right ul {
    float: left;
    margin: 0;
}

.top .position .right ul li {
    float: left;
    padding: 0 25px;
    display: block;
    height: 110px;
    line-height: 110px;
    position: relative;
}

.top .position .right ul li:hover {
    background: #9a1f24;
}

.top .subbg {
    width: 100%;
    height: 260px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 110px;
    display: none;
}

.top:hover .subbg {
    display: block;
}

.top .position .right ul li a {
    color: #2c2c2c;
    font-size: 18px;
    display: block;
    width: 100%;
}

.top .position .right ul li:hover .subweizhi a {
    color: #fff;
}

.top .position .right ul li .sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 110px;
    display: none;
    padding-top: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.top:hover .position .right ul li .sub {
    display: block;
    text-align: center;
    min-height: 260px;

}

.top .position .right ul li:hover .sub {
    background: #fff;
}

.top .position .right ul li .sub .subin {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
    font-size: 14px;
}

.top .position .right ul li .sub .subin a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.top .position .right ul li:hover .sub .subin a {
    color: #333;
}

.top .position .right .lang {
    float: left;
    height: 20px;
    color: #9a1f24;
    margin-top: 45px;
    overflow: hidden;
    padding-right: 25px;
    background: url(../3.png) no-repeat right;
}

.top .position .right .lang:hover {
    overflow: inherit;
}

.top .position .right .lang a {
    color: #9a1f24;
}

.top .position .right .lang:hover .en {
    display: block;
}


.top .position .right .sch {
    float: left;
    height: 110px;
    line-height: 110px;
    margin-left: 30px;
    margin-right: 10px;
    padding-right: 45px;
    background: url(../2.png) no-repeat right;
}

.top .position .right .buttom {
    width: 100px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #9a1f24;
    color: #9a1f24;
    display: block;
    float: left;
    margin-left: 25px;
    text-align: center;
    border-radius: 3px;
    margin-top: 40px;
    position: relative;
    background: url(../3.png) no-repeat 80px center;
}

.top .position .right .buttom .box {
    background: #fff;
    float: left;
    position: absolute;
    width: 280px;
    overflow: hidden;
    right: 0%;
    /* margin-left: -75px; */
    height: 0;
    text-align: left;
}

.top .position .right .buttom:hover .box {
    height: auto
}

.top .position .right .buttom .box .boxin {
    float: left;
    line-height: 35px;
    width: 250px;
    margin-left: 10px;
    border-bottom: 1px dashed #00000030;
}

.topbar {
    width: 100%;
    height: 10px;
    background: #9a1f24;
}

.adv {
    width: 100%;
    max-height: 850px;
    position: relative;
}

.adv img {
    width: 100%;
    max-height: 850px;
}

.content1 {
    width: 100%;
    height: 150px;
    background: #2c2c2c;
}

.content1 .position {
    width: 1400px;
    height: 150px;
    margin: 0 auto;
}

.content1 .position .box {
    width: 280px;
    height: 150px;
    float: left;
    text-align: center;
}

.content1 .position .box .pic {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 30px;
}

.content1 .position .box .pic img {
    width: 50px;
    height: 50px;
}

.content1 .position .box .topic {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.content1 .position .box:hover {
    background: #9a1f24;
}

.content2 {
    width: 100%;
    height: 600px;
    background: url(../4.jpg) no-repeat center;
}

.content2 .position {
    width: 1400px;
    height: 600px;
    position: relative;
    margin: 0 auto;
}

.content2 .position .left {
    width: 730px;
    height: 400px;
    float: left;
    background: #fff;
    margin-top: 100px;
    padding: 70px 60px 0 60px;
}

.content2 .position .left .title {
    width: 100%;
    height: 60px;
}

.content2 .position .left .title h2 {
    font-size: 36px;
    line-height: 30px;
    color: #2c2c2c;
    display: block;
    margin: 0;
}

.content2 .position .left .title h2 a {
    color: #2c2c2c;
}

.content2 .position .left .title p {
    color: #ababab;
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.content2 .position .left .des {
    width: 100%;
    color: #828282;
    line-height: 30px;
    height: 120px;
    margin-top: 40px;
}

.content2 .position .left .more {
    display: block;
    float: right;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #9a1f24;
    color: #fff;
    line-height: 50px;
    margin-top: 18px;
    margin-right: -130px;
}

.content2 .position .right {
    width: 530px;
    float: right;
    margin-top: 100px;
}

.content2 .position .right .box {
    width: 230px;
    height: 400px;
    float: left;
    margin-left: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.content2 .position .right .box .down {
    width: 230px;
    height: 400px;
}

.content2 .position .right .box .down img {
    width: 230px;
    height: 400px;
}

.content2 .position .right .box .up {
    width: 230px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 290px;
}

.content2 .position .right .box .up .img {
    width: 45px;
    height: 45px;
    display: inline-block;
}

.content2 .position .right .box .up .img img {
    width: 45px;
    height: 45px;
}

.content2 .position .right .box .up .topic {
    text-align: center;
    display: block;
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
}

.content2 .position .right .box .up .more {
    text-align: center;
    display: inline-block;
    width: 140px;
    height: 40px;
    background: #ffffff;
    line-height: 40px;
    border-radius: 40px;
    color: #9f1c25;
    margin-top: 90px;
}

.content2 .position .right .box:hover .up {
    width: 230px;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 100px;
    background: rgba(0, 0, 0, 0.5);
}

.content2 .position .right .box:hover .up .img {
    width: 45px;
    height: 45px;
    display: inline-block;
}

.content2 .position .right .box:hover .up .img img {
    width: 45px;
    height: 45px;
}

.content2 .position .right .box:hover .up .topic {
    text-align: center;
    display: block;
    line-height: 40px;
    color: #ffffff;
    font-size: 20px;
}

.content2 .position .right .box:hover .up .more {
    text-align: center;
    display: inline-block;
    width: 140px;
    height: 40px;
    background: #ffffff;
    line-height: 40px;
    border-radius: 40px;
    color: #9f1c25;
    margin-top: 90px;
}

.title_main {
    width: 100%;
    height: 160px;
    text-align: center;
    padding-top: 100px;
}

.title_main h2 {
    font-size: 36px;
    line-height: 30px;
    color: #2c2c2c;
    display: block;
    margin: 0;
}

.title_main h2 a {
    color: #2c2c2c;
}

.title_main p {
    color: #ababab;
    display: block;
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.content3 {
    width: 100%;
    height: 1050px;
}

.content3 .position {
    width: 1400px;
    height: 1050px;
    position: relative;
    margin: 0 auto;
}

.content3 .position .box {
    width: 685px;
    height: 470px;
    float: left;
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.content3 .position .box .img {
    width: 685px;
    height: 385px;
    position: absolute;
    left: 0;
    top: 0;
}

.content3 .position .box .img img {
    width: 685px;
    height: 385px;
    background: #828282;
}

.content3 .position .box .text {
    width: 610px;
    height: 175px;
    background: #fff;
    position: absolute;
    left: 37.5px;
    bottom: 0;
    padding: 40px;
}

.content3 .position .box .text .topic {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.content3 .position .box .text .topic a {
    color: #2c2c2c;
}

.content3 .position .box .text .des {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.content3 .position .box .more {
    width: 40px;
    height: 40px;
    background: url(../12.jpg) no-repeat center;
    display: block;
    position: absolute;
    right: 0px;
    top: -40px;
}

.content3 .position .box1 {
    width: 685px;
    height: 470px;
    float: right;
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.content3 .position .box1 .img {
    width: 685px;
    height: 385px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content3 .position .box1 .img img {
    width: 685px;
    height: 385px;
    background: #828282;
}

.content3 .position .box1 .text {
    width: 610px;
    height: 175px;
    background: #fff;
    position: absolute;
    left: 37.5px;
    top: 0;
    padding: 40px;
}

.content3 .position .box1 .text .topic {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.content3 .position .box1 .text .topic a {
    color: #2c2c2c;
}

.content3 .position .box1 .text .des {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.content3 .position .box1 .more {
    width: 40px;
    height: 40px;
    background: url(../12.jpg) no-repeat center;
    display: block;
    right: 0px;
    bottom: -40px;
    position: absolute;
}

.content3 .position .main {
    width: 1430px;
    float: left;
}

.content3 .position .main .box2 {
    width: 685px;
    margin-right: 30px;
    height: 70px;
    float: left;
    margin-bottom: 10px;
}

.content3 .position .main .box2 .date {
    width: 70px;
    height: 70px;
    float: left;
    background: #9a1f24;
    text-align: center;
}

.content3 .position .main .box2 .datem {
    display: none;
}

.content3 .position .main .box2 .date .dd {
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
}

.content3 .position .main .box2 .date .yy {
    width: 100%;
    color: #fff;
    font-size: 12px;
}

.content3 .position .main .box2 .topic {
    width: 615px;
    height: 70px;
    line-height: 70px;
    color: #2c2c2c;
    padding-left: 20px;
    float: left;
    font-size: 16px;
}

.content3 .position .main .box2 .topic a {
    color: #2c2c2c;
}

.content4 {
    width: 100%;
    height: 810px;
    background: #f2f2f2;
}

.content4 .position {
    width: 1400px;
    height: 810px;
    position: relative;
    margin: 0 auto;
}

.content4 .position .slideTxtBox {
    width: 100%;
    margin-top: 50px;
}

.content4 .position .slideTxtBox .hd {
    width: 840px;
    height: 500px;
    float: right;
}

.content4 .position .slideTxtBox .hd ul {
    margin: 0;
    float: left;
}

.content4 .position .slideTxtBox .hd ul li {
    width: 270px;
    height: 160px;
    float: left;
    text-align: center;
    background: #fff;
    margin: 0 0 10px 10px;
}

.content4 .position .slideTxtBox .hd ul li .img {
    width: 60px;
    height: 60px;
    margin: 10px auto;
}

/* 
.content4 .position .slideTxtBox .hd ul .lix1 .img {
    background: url(../13.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .lix2 .img {
    background: url(../14.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .lix3 .img {
    background: url(../15.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .lix4 .img {
    background: url(../16.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .lix5 .img {
    background: url(../17.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .lix6 .img {
    background: url(../18.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .lix7 .img {
    background: url(../19.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .lix8 .img {
    background: url(../20.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .on.lix1 .img {
    background: url(../21.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .on.lix2 .img {
    background: url(../22.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .on.lix3 .img {
    background: url(../23.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .on.lix4 .img {
    background: url(../24.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .on.lix5 .img {
    background: url(../25.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .on.lix6 .img {
    background: url(../26.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .on.lix7 .img {
    background: url(../27.png) no-repeat center;
}

.content4 .position .slideTxtBox .hd ul .on.lix8 .img {
    background: url(../28.png) no-repeat center;
} */

.content4 .slideTxtBox .hd li .img .iconfont {
    font-size: 54px;
    color: #8e291b;
}

.content4 .slideTxtBox .hd li.on .img .iconfont {
    color: #fff;
}



/* ------- */
.content4 .position .slideTxtBox .hd ul li .topicch {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 38px;
}

.content4 .position .slideTxtBox .hd ul li .topicen {
    color: #ababab;
    font-size: 12px;
    line-height: 12px;
}

.content4 .position .slideTxtBox .hd ul li.on {
    background: #9a1f24;
}

.content4 .position .slideTxtBox .hd ul li.on .topicch {
    color: #ffffff;
}

.content4 .position .slideTxtBox .hd ul li.on .topicen {
    color: #d1a9aa;
}

.content4 .position .slideTxtBox .bd {
    width: 560px;
    height: 500px;
    float: left;
}

.content4 .position .slideTxtBox .bd .main {
    width: 560px;
    height: 500px;
    position: relative;
}

.content4 .position .slideTxtBox .bd .main img {
    width: 560px;
    height: 500px;
}

.content4 .position .slideTxtBox .bd .main .text {
    width: 100%;
    height: 110px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content4 .position .slideTxtBox .bd .main .text .topic {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.content4 .position .slideTxtBox .bd .main .text .des {
    font-size: 14px;
    color: #a8b2ab;
    margin-top: 15px;
    line-height: 14px;
}

.content5m {
    display: none;
}

.content5 {
    width: 100%;
    height: 915px;
}

.content5 .position {
    width: 1400px;
    height: 915px;
    position: relative;
    margin: 0 auto;
}

.content5 .picScroll-left {
    width: 100%;
    height: 680px;
    margin-top: 50px;
}

.content5 .picScroll-left .hd {
    width: 100%;
    height: 10px;
    margin-top: 8px;
}

.content5 .picScroll-left .hd ul {
    width: 100%;
    display: block;
    height: 10px;
    text-align: center;
}

.content5 .picScroll-left .hd ul li {
    display: inline-block;
    width: 32px;
    height: 10px;
    margin: 0 10px;
    border-radius: 10px;
    border: 1px solid #8e291b;
    overflow: hidden;
    line-height: 50px;
}

.content5 .picScroll-left .hd ul li.on {
    background: #8e291b;
}

.content5 .picScroll-left .bd ul li {
    width: 320px;
    height: 680px;
    float: left;
    margin-right: 40px;
}

.content5 .picScroll-left .bd ul li .box {
    width: 320px;
    height: 300px;
    float: left;
    margin-bottom: 40px;
    position: relative;
    background: url(../5.png) no-repeat bottom;
    border: 1px solid #d1d1d1;
    border-bottom: 0;
}

.content5 .picScroll-left .bd ul li .box .img {
    width: 320px;
    height: 210px;
    text-align: center;
}

.content5 .picScroll-left .bd ul li .box .img img {
    width: 210px;
    height: 210px;
}

.content5 .picScroll-left .bd ul li .box .topic {
    width: 100%;
    height: 90px;
    text-align: center;
}

.content5 .picScroll-left .bd ul li .box .topic a {
    color: #2c2c2c;
    font-size: 16px;
    padding-top: 23px;
    display: block;
    line-height: 16px;
}

.content5 .picScroll-left .bd ul li .box .topic p {
    color: #969696;
    font-size: 14px;
    padding-top: 14px;
    display: block;
    line-height: 14px;
}

.content5 .picScroll-left .bd ul li .box:hover .topic {
    background: #8e291b;
}

.content5 .picScroll-left .bd ul li .box:hover .topic a {
    color: #fff;

}

.content5 .picScroll-left .bd ul li .box:hover .topic p {
    color: #fff;

}

.content6 {
    width: 100%;
    height: 850px;
}

.content6 .position {
    width: 1400px;
    height: 850px;
    position: relative;
    margin: 0 auto;
}

.content6 .position .cx {
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

.content6 .position .cx select {
    height: 50px;
    background: #f2f2f2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: url(../6.png) no-repeat 550px center #f2f2f2;
    border-radius: 0;
    width: 580px;
    margin-right: 17px;
    color: #2c2c2c;
}

.content6 .position .cx .b {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #9a1f24;
    float: right;
    border: 0;
}

.slideTxtBox1 {
    width: 100%;
    height: 460px;
}

.slideTxtBox1 .hd1 {
    width: 550px;
    height: 460px;
    float: right;
    overflow-y: scroll;
}

.slideTxtBox1 .hd1::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.slideTxtBox1 .hd1::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/

    border-radius: 3px;

    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

    background: #9a1f24;

}

.slideTxtBox1 .hd1::-webkit-scrollbar-track {
    /*滚动条里面轨道*/

    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

    border-radius: 3px;

    background: #EDEDED;

}



.slideTxtBox1 .hd1 ul li {
    width: 100%;
    height: 230px;
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

.slideTxtBox1 .hd1 ul li .topic {
    color: #3a3a3a;
    font-size: 18px;
    line-height: 18px;
}

.slideTxtBox1 .hd1 ul li .ty {
    color: #ababab;
    padding: 0 0 0 20px;
    line-height: 32px;
}

.slideTxtBox1 .hd1 ul li .dizhi {
    margin-top: 20px;
    background: url(../7.png) no-repeat left;
}

.slideTxtBox1 .hd1 ul li .dianhua {
    background: url(../8.png) no-repeat left;
}

.slideTxtBox1 .hd1 ul li .shijian {
    background: url(../9.png) no-repeat left;
}

.slideTxtBox1 .hd1 ul li .more {
    width: 100px;
    height: 30px;
    border: 1px solid #9a1f24;
    text-align: center;
    line-height: 28px;
    color: #9a1f24;
    margin-top: 13px;
}

.slideTxtBox1 .hd1 ul li.on .more {
    background: #9a1f24;
    color: #fff;
}

.slideTxtBox1 .bd1 {
    width: 825px;
    height: 460px;
    float: left;
}

.slideTxtBox1 .bd1 img {
    width: 825px;
    height: 460px;
    background: #ababab;
}

.swiper-container7m {
    display: none;
}

.content7 {
    width: 100%;
    height: 660px;
    background: url(../10.jpg) no-repeat center;
}

.content7 .position {
    width: 1400px;
    height: 660px;
    position: relative;
    margin: 0 auto;
}

.picScroll-left2 {
    width: 100%;
    height: 330px;
    margin-top: 50px;
}


.picScroll-left2 .hd2 {
    width: 100%;
    height: 10px;
    margin-top: 50px;
}

.picScroll-left2 .hd2 ul {
    width: 100%;
    display: block;
    height: 10px;
    text-align: center;
}

.picScroll-left2 .hd2 ul li {
    display: inline-block;
    width: 32px;
    height: 10px;
    margin: 0 10px;
    border-radius: 10px;
    border: 1px solid #8e291b;
    overflow: hidden;
    line-height: 50px;
}

.picScroll-left2 .hd2 ul li.on {
    background: #8e291b;
}

.picScroll-left2 .bd2 {
    width: 100%;
    padding-left: 15px;
}

.picScroll-left2 .bd2 ul {
    width: 100%;
    height: 340px;
}

.picScroll-left2 .bd2 ul li {
    width: 140px;
    height: 340px;
    float: left;
    margin: 0 16px;
    position: relative;
    text-align: center;
}

.picScroll-left2 .bd2 ul li .pic {
    width: 140px;
    height: 90px;
    position: absolute;
    top: 0;
}

.picScroll-left2 .bd2 ul li.sec .pic {
    width: 140px;
    height: 90px;
    position: absolute;
    top: auto;
    bottom: 10px
}

.picScroll-left2 .bd2 ul li .pic img {
    width: 140px;
    height: 90px;
    border: 4px solid #fff;
    box-shadow: 0 0 10px #828282;
    display: block;
    border-radius: 5px;
}

.picScroll-left2 .bd2 ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left2 .bd2 ul li .title {
    line-height: 52px;
    color: #2c2c2c;
    text-align: center;
    position: absolute;
    top: 90px;
    width: 100%;
}

.picScroll-left2 .bd2 ul li.sec .title {
    bottom: 100px;
    top: auto;
}

.picScroll-left2 .bd2 ul li .title a {
    color: #2c2c2c;
}

.picScroll-left2 .bd2 ul li.sec .cir {
    bottom: 165px;
    top: auto;
}

.picScroll-left2 .bd2 ul li .cir {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 3px solid #9a1f24;
    background: #fff;
    display: inline-block;
    top: 155px;
    position: absolute;
    left: 60px;
}

.picScroll-left2 .bd2 ul li:hover .cir {
    background: #9a1f24;
}

.content8 {
    width: 100%;
    /* height: 685px; */
    height: 490px;
}

.content8 .position {
    width: 1400px;
    height: 685px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.content8 .position .adv_img {
    width: 1400px;
    height: 140px;
    margin-top: 60px;
}

.content8 .position .adv_img img {
    width: 1400px;
    height: 140px;
}

.content8 .position .main {
    width: 1533px;
    height: 200px;
    margin-top: 50px;
}

.content8 .position .main .box {
    float: left;
    width: 380px;
    height: 70px;
    float: left;
    margin-right: 131px;
    margin-bottom: 30px;
}

.content8 .position .main .box .date {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 70px;
    background: #9a1f24;
    text-align: center;
}

.content8 .position .main .box .date .dd {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
}

.content8 .position .main .box .date .yy {
    color: #fff;
    font-size: 12px;
}

.content8 .position .main .box .topic {
    width: 290px;
    float: right;
    padding-left: 17px;
    border-left: 1px solid #eeeeee;
    height: 50px;
    line-height: 25px;
    margin-top: 10px;
}

.content8 .position .main .box .topic a {
    color: #2c2c2c;
}

.content9 {
    width: 100%;
    height: 825px;
    background: url(../11.jpg) top;
}

.content9 .position {
    width: 1400px;
    height: 825px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.content9 .position .main {
    width: 1440px;
    height: 180px;
    margin-top: 50px;
    display: none;
}

.content9 .position .main .box {
    width: 260px;
    height: 70px;
    float: left;
    margin: 0 23px 20px 0;
    border: 1px solid #c7c7c7;
    text-align: center;
    line-height: 68px;
    background: #fff;
}

.content9 .position .main .box a {
    display: block;
    color: #000000;
}

.content9 .position .main .box:hover {

    border: 1px solid #9a1f24;
    background: #9a1f24;
}

.content9 .position .main .box:hover a {

    color: #fff;
}



.content9 .position .mainpc {
    width: 1440px;
    height: auto;
    float: left;
}

.slideTxtBox2 {
    width: 100%;
    float: left;
}

.slideTxtBox2 .hd2 {
    width: 700px;
    height: 310px;
    background: #fff;
    position: absolute;
    right: 0;
    padding: 0 35px;
}

.slideTxtBox2 .hd2 ul {
    margin: 0;
}

.slideTxtBox2 .hd2 ul li {
    float: left;
    cursor: pointer;
    width: 315px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #cfcfcf;
    color: #2c2c2c;
    font-size: 14px;
}

.slideTxtBox2 .hd2 ul li a {
    color: #2c2c2c;
}

.slideTxtBox2 .hd2 ul li.on {
    color: #9a1f24;
}

.slideTxtBox2 .hd2 ul li.on a {
    color: #9a1f24;
}

.slideTxtBox2 .bd2 {
    width: 100%;

}

.slideTxtBox2 .bd2 .main {
    width: 1400px;
    height: 210px;
    background: #fff;
}

.slideTxtBox2 .bd2 .main .img {
    width: 700px;
    height: 520px;
    float: left;
}

.slideTxtBox2 .bd2 .main .img img {
    width: 700px;
    height: 520px;
}

.slideTxtBox2 .bd2 .main .text {
    width: 615px;
    height: 150px;
    float: left;
    padding-left: 40px;
    padding-top: 60px;
}

.slideTxtBox2 .bd2 .main .text .box1 {
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 32px;
}

.slideTxtBox2 .bd2 .main .text .box2 {
    font-size: 14px;
    line-height: 32px;
    color: #ababab;
}

.slideTxtBox2 .bd2 .main .map {
    float: right;
    height: 150px;
    padding-right: 25px;
    padding-top: 90px;
}

.foot {
    width: 100%;
    height: 295px;
    background: #9a1f24;
}

.foot .position {
    width: 1400px;
    height: 295px;
    margin: 0 auto;
    border-bottom: 1px solid #ae4b4f;
}

.foot .position .b_logo {
    width: 160px;
    height: 160px;
    float: left;
    margin-top: 70px;
}

.foot .position .b_logo img {
    width: 160px;
    height: 160px;
}

.foot .position .b_guide {
    width: 830px;
    height: 155px;
    float: left;
    margin-top: 80px;
}

.foot .position .b_guide .bg_ul {
    float: left;
    width: 100%;
    margin-left: 40px;
}

.foot .position .b_guide .bg_ul .bg_li {
    float: left;
    padding-right: 0;
    padding-right: 30px;
}

.foot .position .b_guide .bg_ul .bg_li .bg_a {
    color: #e4cecf;
    font-size: 18px;
    font-weight: bold;
}

.foot .position .b_guide .bg_ul .bg_li ul {
    display: block;
    color: #e4cecf;
    margin-top: 12px;
}

.foot .position .b_guide .bg_ul .bg_li ul li {
    line-height: 28px;
    color: #e4cecf;
    text-indent: 10px;
    background: url(../29.jpg) no-repeat left;
    margin-right: 55px;
}

.foot .position .b_guide .bg_ul .bg_li ul li a {
    color: #e4cecf;
}

.foot .position .quickmark {
    width: 290px;
    height: 175px;
    float: right;
    margin-top: 70px;
}

.foot .position .quickmark .box {
    width: 120px;
    height: 175px;
    float: left;
    margin-left: 25px;
}

.foot .position .quickmark .box .img {
    width: 120px;
    height: 120px;
}

.foot .position .quickmark .box .img img {
    width: 120px;
    height: 120px;
}

.foot .position .quickmark .box .topic {
    width: 120px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #eddfdf;
}

.foot1 {
    width: 100%;
    height: 125px;
    background: #9a1f24;
}

.foot1 .position {
    width: 1400px;
    height: 125px;
    margin: 0 auto;
    position: relative;
    line-height: 28px;
    padding-top: 33px;
    color: #d08386;
    text-align: center;
}

.foot1 .position a {
    color: #d08386;
}

.n_adv {
    width: 100%;
    height: 400px;
    position: relative;
}

.n_adv .position {
    width: 1400px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.n_adv img {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.n_adv .position .left {
    float: left;
    margin-top: 160px;
}

.n_adv .position .left h2 {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
}

.n_adv .position .left h3 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    margin-top: 20px;
}

.n_adv .position .right {
    float: right;
    color: #fff;
    margin-top: 225px;
}

.n_adv .position .right a {
    color: #fff;
}

.n_guide {
    width: 100%;
    height: 60px;
    background: #9a1f24;
}

.n_guide .leftmenu {
    display: block;
    width: 1400px;
    height: 60px;
    margin: 0 auto;
}

.n_guide .leftmenu li {
    display: block;
    float: left;
    line-height: 60px;
    padding: 0 45px;
    font-size: 16px;
}

.n_guide .leftmenu li a {
    color: #fff;
}

.n_guide .leftmenu li:hover {
    background: #ffffff;
}

.n_guide .leftmenu li:hover a {
    color: #9a1f24;
}

.n_guide .leftmenu li.layui-this {
    background: #ffffff;
}

.n_guide .leftmenu li.layui-this a {
    color: #9a1f24;
}

.content {
    width: 100%;
    float: left;
}

.content .position {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

.content .position .page_detail .up {
    width: 100%;
    height: 145px;
    text-align: center;
    padding-top: 80px;
}

.content .position .page_detail .up h2 {
    font-size: 24px;
    color: #9a1f24;
    font-weight: bold;
    line-height: 24px;
}

.content .position .page_detail .up p {
    font-size: 14px;
    color: #aeaeae;
    padding-top: 30px;
}

.content .position .page_detail .down {
    width: 100%;
    line-height: 2.75em;
    color: #3a3a3a;
    font-size: 16px;
    padding-top: 30px;
}

.content .position .col_list {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.content .position .col_list .box {
    width: 100%;
    height: 140px;
    float: left;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.content .position .col_list .date {
    width: 130px;
    height: 140px;
    float: left;
    text-align: center;
}

.content .position .col_list .date .dd {
    font-size: 40px;
    line-height: 40px;
    color: #393939;
    margin-top: 40px;
}

.content .position .col_list .date .yy {
    font-size: 16px;
    line-height: 16px;
    color: #393939;
    margin-top: 10px;
}

.content .position .col_list .box:hover .date {
    background: #9a1f24;
}

.content .position .col_list .box:hover .date .dd {
    color: #fff;
}

.content .position .col_list .box:hover .date .yy {
    color: #fff;
}

.content .position .col_list .text {
    width: 1270px;
    float: right;
    height: 80px;
    margin-top: 30px;
    padding-left: 30px;
    border-left: 1px solid #bfbfbf;
}

.content .position .col_list .box:hover .text a {
    color: #9a1f24;
}

.content .position .col_list .text a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #393939;
}

.content .position .col_list .text p {
    display: block;
    font-size: 14px;
    color: #aeaeae;
    line-height: 25px;
    margin-top: 10px;
}

.content .position .picimg {
    width: 1440px;
    float: left;
    margin-top: 80px;

}

.content .position .picimg .box {
    width: 320px;
    height: auto;
    padding: 20px 20px 0 20px;
    background: #f9f9f9;
    float: left;
    margin: 0 40px 40px 0;

}

.content .position .picimg .box .pic {
    width: 280px;
    height: auto;
}

.content .position .picimg .box .pic img {
    width: 280px;
    max-height: 280px;
    height: auto;
}

.content .position .picimg .box .topic {
    width: 280px;
    height: 60px;
    line-height: 60px;
    color: #333;
    text-align: center;
    font-size: 16px;
}

.content .position .picimg .box .topic a {
    color: #333;
}

.content .position .imglist {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.content .position .imglist .box {
    width: 100%;
    height: 350px;
    float: left;
    margin-bottom: 30px;
}

.content .position .imglist .box .pic {
    width: 620px;
    height: 350px;
    float: left;
}

.content .position .imglist .box .pic img {
    width: 620px;
    height: 350px;
    background: #d1d1d1;
}

.content .position .imglist .box .text {
    width: 740px;
    height: 350px;
    padding-right: 40px;
    float: right;
}

.content .position .imglist .box .text .date {
    width: 110px;
    height: 80px;
    background: #f2f2f2;
    text-align: center;
}

.content .position .imglist .box .text .date .dd {
    font-size: 30px;
    color: #2c2c2c;
    line-height: 30px;
    padding-top: 15px;
}

.content .position .imglist .box .text .date .yy {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 14px;
    padding-top: 8px;
}

.content .position .imglist .box:hover .text .date {
    background: #9a1f24;
}

.content .position .imglist .box:hover .text .date .dd {
    color: #fff;
}

.content .position .imglist .box:hover .text .date .yy {
    color: #fff;
}

.content .position .imglist .box .text .topic {
    width: 100%;
    font-size: 24px;
    line-height: 85px;
    margin-top: 10px;
    color: #2c2c2c;
    font-weight: bold;
    border-bottom: 2px solid #2c2c2c;
}

.content .position .imglist .box .text .topic a {
    color: #2c2c2c;
}

.content .position .imglist .box:hover .text .topic a {
    color: #9a1f24;
}

.content .position .imglist .box .text .des {
    color: #6a6a6a;
    line-height: 27px;
    font-size: 14px;
    height: 110px;
    padding-top: 22px;
}

.content .position .imglist .box .text .more {
    color: #bababa;
    text-decoration: underline;
}

.content .position .md {
    width: 1440px;
    float: left;
    margin-top: 80px;
}

.content .position .md .box {
    width: 680px;
    height: 600px;
    float: left;
    margin: 0 40px 40px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.content .position .md .box .pic {
    width: 680px;
    height: 380px;
}

.content .position .md .box .pic img {
    width: 680px;
    height: 380px;
}

.content .position .md .box .text {
    width: 680px;
    height: 220px;
    position: relative;
    padding: 50px 30px;
}

.content .position .md .box .text .topic {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #2c2c2c;
}

.content .position .md .box .text .topic a {
    color: #2c2c2c;
}

.content .position .md .box .text .dizhi {
    width: 100%;
    margin-top: 19px;
}

.content .position .md .box .text .dizhi div {
    line-height: 30px;
    height: 30px;
    text-indent: 20px;
    color: #ababab;
}

.content .position .md .box .text .dizhi .dizhi1 {
    background: url(../7.png) no-repeat left;
}

.content .position .md .box .text .dizhi .dizhi2 {
    background: url(../8.png) no-repeat left;
}

.content .position .md .box .text .dizhi .dizhi3 {
    background: url(../9.png) no-repeat left;
}

.content .position .md .box .text .more {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #9a1f24;
    position: absolute;
    right: 30px;
    bottom: 50px;
}

.content .position .md .box .text .more a {
    color: #9a1f24;
}

.content .position .qy {
    width: 1440px;
    float: left;
    margin-top: 80px;
}

.content .position .qy .box {
    width: 690px;
    height: 285px;
    margin-right: 20px;
    float: left;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 30px;
}

.content .position .qy .box .pic {
    width: 330px;
    height: 245px;
    float: left;
}

.content .position .qy .box .pic img {
    width: 330px;
    height: 245px;
}

.content .position .qy .box .text {
    width: 300px;
    float: right;
    height: 245px;
}

.content .position .qy .box .text .topic {
    width: 100%;
    font-size: 18px;
    color: #9a1f24;
    line-height: 18px;
    margin-top: 45px;
    font-weight: bold;
}

.content .position .qy .box .text .topic a {
    color: #9a1f24;
}

.content .position .qy .box .text .des {
    color: #2c2c2c;
    line-height: 24px;
    height: 110px;
    padding-top: 26px;
    font-size: 14px;
}

.content .position .qy .box .text .more {
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    color: #9a1f24;
    border: 1px solid #cdcdcd;
}

.content .position .qy .box .text .more a {
    color: #9a1f24;
}

.sch-form {
    text-align: center;
    margin-top: 80px;
}

#k {
    width: 1360px;
    height: 40px;
    float: left;
    text-indent: 20px;
}

.sch-form .sch-btn {
    width: 40px;
    height: 40px;
    background: #9a1f24;
    color: #fff;
}

.lxbox1 {
    width: 100%;
    margin-top: 20px;
    height: auto;
    border-bottom: 1px solid #e3e3e3;
    line-height: 80px;
}

.lxbox1 .left {
    float: left;
    font-size: 24px;
    color: #2c2c2c;
    width: 100%;
    line-height: 36px;
    margin-top: 20px;
}

.lxbox1 .right {
    float: right;
    font-size: 18px;
    color: #9a1f24;
    width: 100%;
    line-height: 24px;
}

.lxbox2 {
    width: 100%;
    height: 240px;
}

.lxbox2 .left {
    width: 100%;
    height: auto;
    float: left;
    line-height: 35px;
    padding-top: 45px;
    color: #ababab;
}

.lxbox2 .right {
    width: 300px;
    float: right;
    display: none;
}

.lxbox2 .right .box {
    float: left;
    text-align: center;
    margin-left: 30px;
    margin-top: 50px;
}

.lxbox2 .right .box .topic {
    line-height: 35px;
    color: #ababab;
}

.contentup1 {
    width: 100%;
    height: 500px;
}

.contentup1 .position {
    width: 1400px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.contentup1 .position .img {
    width: 390px;
    height: 295px;
    float: left;
    margin-top: 105px;
}

.contentup1 .position .img img {
    width: 390px;
    height: 295px;
}

.contentup1 .position .text {
    width: 790px;
    height: 295px;
    float: right;
    padding: 50px 0;
    margin-top: 105px;
}

.contentup1 .position .text h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

.contentup1 .position .text h2 a {
    color: #9a1f24;
}

.contentup1 .position .text p {
    display: block;
    width: 100%;
    line-height: 35px;
    margin-top: 28px;
}

.contentup2 {
    width: 100%;
    height: 250px;
    background: url(../30.jpg) center;
}

.contentup2 .position {
    width: 1400px;
    height: 250px;
    margin: 0 auto;
    position: relative;
}

.contentup2 .position .box {
    width: 700px;
    padding-left: 190px;
    float: left;
    height: 250px;
}

.contentup2 .position .box .img {
    width: 80px;
    height: 80px;
    float: left;
    margin-top: 85px;
}

.contentup2 .position .box .img img {
    width: 80px;
    height: 80px;
}

.contentup2 .position .box .text {
    margin-top: 85px;
    float: left;
    padding-left: 25px;
}

.contentup2 .position .box .text a {
    display: block;
    font-size: 36px;
    color: #2c2c2c;
    font-weight: bold;
    line-height: 50px;
}

.contentup2 .position .box .text p {
    display: block;
    color: #8e8e8e;
    font-size: 14px;
    line-height: 30px;
}

.contentup3 {
    width: 100%;
    height: 585px;
    background: url(../31.jpg) center;
}

.contentup3 .position {
    width: 1400px;
    height: 585px;
    margin: 0 auto;
    position: relative;
}

.contentup3 .position .swiper-containerdsj {
    width: 100%;
    height: 240px;
    margin-top: 90px;
}

.contentup3 .position .swiper-containerdsj .swiper-slide {
    text-align: center;
    background: none;
    transform: scale(0.8);
}

.contentup3 .position .swiper-containerdsj .swiper-slide .img {
    width: 235px;
    height: 40px;
    margin: 70px auto 20px auto;
}

.contentup3 .position .swiper-containerdsj .swiper-slide .img img {
    width: 235px;
    height: 40px;
}

.contentup3 .position .swiper-containerdsj .swiper-slide .topic {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
}

.contentup3 .position .swiper-containerdsj .swiper-slide .des {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 36px;
    margin-top: 18px;
    display: none;
}

.contentup3 .position .swiper-containerdsj .swiper-slide-active,
.contentup3 .position .swiper-containerdsj .swiper-slide-duplicate-active {
    transform: scale(1);
}

.contentup3 .position .swiper-containerdsj .swiper-slide-active .des {
    display: block;
}

.contentup3 .position .swiper-containerdsj .swiper-slide-active .img {
    margin: 0px auto 0px auto;
}

.title_main_w {
    width: 100%;
    height: 160px;
    text-align: center;
    padding-top: 100px;
}

.title_main_w h2 {
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    display: block;
    margin: 0;
}

.title_main_w h2 a {
    color: #fff;
}

.title_main_w p {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 0;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.contentup4 {
    width: 100%;
    height: 595px;
    background: #fff;

}

.contentup4 .position {
    width: 1400px;
    height: 595px;
    margin: 0 auto;
    position: relative;
}

.contentup4 .position .swiper-containerzp {
    width: 100%;
    height: 340px;
    margin-top: 45px;
}

.contentup4 .position .swiper-containerzp .swiper-slide {
    background: none;
    height: 320px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 50px 30px;
}

.contentup4 .position .swiper-containerzp .swiper-slide .date {
    font-size: 14px;
    color: #b4b4b4;
    line-height: 14px;
}

.contentup4 .position .swiper-containerzp .swiper-slide .topic {
    color: #2c2c2c;
    font-size: 24px;
    line-height: 24px;
    margin-top: 18px;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.contentup4 .position .swiper-containerzp .swiper-slide .topic span {
    color: #b9b9b9;
    font-size: 14px;
    float: right;
    line-height: 35px;
}

.contentup4 .position .swiper-containerzp .swiper-slide .des {
    color: #4c4c4c;
    font-size: 14px;
    margin-top: 20px;
    line-height: 28px;
}

.contentup4 .position .swiper-containerzp .swiper-slide .des span {
    line-height: 35px;
}

.contentup5 {
    width: 100%;
    height: 760px;
    background: #fff;
}

.contentup5 .position {
    width: 1400px;
    height: 760px;
    margin: 0 auto;
    position: relative;
}

.contentup5 .position .box {
    width: 685px;
    height: 470px;
    float: left;
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.contentup5 .position .box .img {
    width: 685px;
    height: 385px;
    position: absolute;
    left: 0;
    top: 0;
}

.contentup5 .position .box .img img {
    width: 685px;
    height: 385px;
    background: #828282;
}

.contentup5 .position .box .text {
    width: 610px;
    height: 175px;
    background: #fff;
    position: absolute;
    left: 37.5px;
    bottom: 0;
    padding: 40px;
}

.contentup5 .position .box .text .topic {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.contentup5 .position .box .text .topic a {
    color: #2c2c2c;
}

.contentup5 .position .box .text .des {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.contentup5 .position .box .more {
    width: 40px;
    height: 40px;
    background: url(../12.jpg) no-repeat center;
    display: block;
    position: absolute;
    right: 0px;
    top: -40px;
}

.contentup5 .position .box1 {
    width: 685px;
    height: 470px;
    float: right;
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.contentup5 .position .box1 .img {
    width: 685px;
    height: 385px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contentup5 .position .box1 .img img {
    width: 685px;
    height: 385px;
    background: #828282;
}

.contentup5 .position .box1 .text {
    width: 610px;
    height: 175px;
    background: #fff;
    position: absolute;
    left: 37.5px;
    top: 0;
    padding: 40px;
}

.contentup5 .position .box1 .text .topic {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.contentup5 .position .box1 .text .topic a {
    color: #2c2c2c;
}

.contentup5 .position .box1 .text .des {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.contentup5 .position .box1 .more {
    width: 40px;
    height: 40px;
    background: url(../12.jpg) no-repeat center;
    display: block;
    right: 0px;
    bottom: -40px;
    position: absolute;
}


.contentup6 {
    width: 100%;
    height: 530px;
    background: url(../33.jpg) no-repeat center;
}

.contentup6 .position {
    width: 1400px;
    height: 530px;
    margin: 0 auto;
    position: relative;
}

.contentup6 .position .swiper-container {
    width: 100%;
    height: 300px;
    margin-top: 50px;
}

.contentup6 .position .swiper-slide {
    height: 240px;
    text-align: left;
    font-size: 18px;
    background: none;
}

.contentup6 .position .swiper-slide .main {
    width: 1440px;
}

.contentup6 .position .box2 {
    width: 685px;
    margin-right: 30px;
    height: 70px;
    float: left;
    margin-bottom: 10px;
    background: #fff;
}

.contentup6 .position .box2 .date {
    width: 70px;
    height: 70px;
    float: left;
    background: #9a1f24;
    text-align: center;
}

.contentup6 .position .box2 .datem {
    display: none;
}

.contentup6 .position .box2 .date .dd {
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
}

.contentup6 .position .box2 .date .yy {
    width: 100%;
    color: #fff;
    font-size: 12px;
}

.contentup6 .position .box2 .topic {
    width: 615px;
    height: 70px;
    line-height: 70px;
    color: #2c2c2c;
    padding-left: 20px;
    float: left;
    font-size: 16px;
}

.contentup6 .position .box2 .topic a {
    color: #2c2c2c;
}



.contentup6 .position .swiper-container .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 10px !important;
}

.contentup6 .position .swiper-container .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1) !important;
}

/* .contentup6 .position .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.contentup6 .position .swiper-slide .img img {
    width: 100%;
    position: absolute;
    left: 0;
}

.contentup6 .position .swiper-slide .topic {
    font-size: 16px;
    color: #2e2e2e;
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    line-height: 16px;
}

.contentup6 .position .swiper-slide .des {
    width: 100%;
    color: #b2b2b2;
    font-size: 14px;
    padding: 0 20px;
    line-height: 22px;
    margin: 15px 0;
}

.contentup6 .position .swiper-slide .date {
    padding: 0 20px;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 14px;
} */

.contentup7 {
    width: 100%;
    height: 520px;
}

.contentup7 .position {
    width: 1400px;
    height: 520px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.contentup7 .position .main {
    width: 1580px;
    float: left;
    margin-top: 50px;
}

.contentup7 .position .main .box2 {
    width: 605px;
    margin-right: 185px;
    height: 70px;
    float: left;
    margin-bottom: 10px;
}

.contentup7 .position .main .box2 .date {
    width: 70px;
    height: 70px;
    float: left;
    background: #9a1f24;
    text-align: center;
}

.contentup7 .position .main .box2 .date .dd {
    width: 100%;
    color: #fff;
    font-size: 24px;
    margin-top: 5px;
}

.contentup7 .position .main .box2 .date .yy {
    width: 100%;
    color: #fff;
    font-size: 12px;
}

.contentup7 .position .main .box2 .topic {
    width: 535px;
    height: 70px;
    line-height: 70px;
    color: #2c2c2c;
    padding-left: 20px;
    float: left;
    font-size: 16px;
}

.contentup7 .position .main .box2 .topic a {
    color: #2c2c2c;
}

.contentup8 {
    width: 100%;
    height: 530px;
}

.contentup8 .position {
    width: 1400px;
    height: 530px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.contentup8 .swiper-containersp {
    margin-top: 50px;
    width: 100%;
}

.contentup8 .position .box {
    width: 100%;
    height: 255px;
}

.contentup8 .position .box .img {
    width: 100%;
    height: 255px;
    float: left;
}

.contentup8 .position .box .img img {
    width: 100%;
    height: 255px;
}

.contentup8 .position .box .text {
    width: 100%;
    height: 55px;
    background: #fff;
    margin-top: 0px;
    line-height: 55px;
    text-align: center;
}

.contentup8 .position .box .text a {
    font-size: 16px;
    color: #2c2c2c;
}


.mbi_guide {
    display: none;
}

.d_map {
    margin-bottom: 20px;
    min-height: 600px;
}

.r_fix {
    width: 70px;
    height: 320px;
    position: fixed;
    right: 0;
    bottom: 410px;
    z-index: 99;
}

.r_fix .box {
    width: 70px;
    height: 70px;
    position: relative;
    margin-bottom: 10px;
}

.r_fix .box img {
    width: 70px;
    height: 70px;
}

.r_fix .box .erweima {
    width: 180px;
    height: 200px;
    position: absolute;
    left: -180px;
    top: 0px;
    display: none;
}

.r_fix .box:hover .erweima {
    display: block;
}

.r_fix .box .erweima img {
    width: 100%;
    height: auto;
}

.cx {
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

.cx select {
    height: 50px;
    background: #f2f2f2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: url(../6.png) no-repeat 550px center #f2f2f2;
    border-radius: 0;
    width: 580px;
    margin-right: 17px;
    color: #2c2c2c;
}

.cx .b {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #9a1f24;
    float: right;
    border: 0;
}

.contentmap {
    width: 100%;
    height: 580px;
    float: left;
}

.contentmap .slideTxtBox {
    width: 100%;
    height: 580px;
    float: left;
    position: relative;
}

.contentmap .slideTxtBox .hd {
    /* width: 400px;
    height: 450px;
    position: absolute;
    left: 50%;
    background: #fff;
    margin-left: -700px;
    top: 50%;
    margin-top: -225px;
    padding:25px 20px */

    width: 100%;
    height: auto;
    background: #fff;
    padding: 25px px 0;
    width: 1400px;
    margin: 0 auto;


}

.contentmap .slideTxtBox .hd ul {
    margin: 0;
}

.contentmap .slideTxtBox .hd ul li {
    /* width: 100%; */
    width: 280px;
    cursor: pointer;
    float: left;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #2c2c2c;
}

.contentmap .slideTxtBox .hd ul li.on {
    font-size: 16px;
    background: #9a1f24;
    color: #fff;
}

.contentmap .slideTxtBox .bd {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.contentmap .slideTxtBox .bd .main {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.contentmap .slideTxtBox .bd .main iframe {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.contentcp1 {
    width: 100%;
    height: 495px;
    float: left;
    overflow: hidden;
}

.contentcp1 .position {
    width: 1400px;
    height: 495px;
    margin: 0 auto;
    overflow: hidden;
}

.contentcp1 .swiper-containercp1 {
    width: 100%;
    float: left;
    height: 355px;
    position: relative;
}

.contentcp1 .position .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 310px;

}

.contentcp1 .position .swiper-wrapper {
    height: 310px;
}

.contentcp1 .position .swiper-slide .img {
    width: 330px;
    height: 210px;
    position: absolute;
    top: 0;
    left: 0;
}

.contentcp1 .position .swiper-slide .img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contentcp1 .position .swiper-slide .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 145px;
    background: url(../c1.png) no-repeat center;
    background-size: cover;
    z-index: 2;
}

.contentcp1 .position .swiper-slide:hover .text {
    background: url(../c2.png) no-repeat center;
}

.contentcp1 .position .swiper-slide .text .num {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    margin: 0 auto;
    font-size: 20px;
    color: #98201c;
}

.contentcp1 .position .swiper-slide:hover .text .num {
    color: #fff;
}

.contentcp1 .position .swiper-slide .text .topic {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #252525;
    font-size: 20px;
}

.contentcp1 .position .swiper-paginationcp1 {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.contentcp1 .position .swiper-paginationcp1 .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #9d2a27;
}

.contentcp1 .position .swiper-paginationcp1 .swiper-pagination-bullet-active {
    background: #9d2a27 !important;
}

.contentcp2 {
    width: 100%;
    height: 585px;
    float: left;
    overflow: hidden;
    background: #f6f6f6;
}

.contentcp2 .position {
    width: 1400px;
    height: 585px;
    margin: 0 auto;
    overflow: hidden;
}

.contentcp2 .position .box {
    width: 445px;
    height: 530px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    background: #fff;
    margin-top: 40px;
    margin-left: 32px;
}

.contentcp2 .position .box:nth-child(1) {
    margin-left: 0;
}

.contentcp2 .position .box .img {
    width: 100%;
    height: 250px;
}

.contentcp2 .position .box .img img {
    width: 100%;
    height: 250px;
}

.contentcp2 .position .box .text {
    padding: 0 30px;
    width: 100%;
}

.contentcp2 .position .box .text .des {
    color: #252525;
    line-height: 36px;
    font-size: 16px;
    margin-top: -10px;
}

.contentcp2 .position .box .text .des .more {
    color: #98201c;
}

.title_cp {
    width: 100%;
    height: 45px;
    margin: 30px 0;
    text-align: center;
    background: url(../c3.png) no-repeat bottom;
    color: #252525;
    font-size: 26px;
    line-height: 26px;
}

.title_cp a {
    color: #252525;
    font-size: 26px;
    line-height: 26px;
}

.contentcp3 {
    width: 100%;
    height: 365px;
    float: left;
    overflow: hidden;
}

.contentcp3 .position {
    width: 1400px;
    height: 365px;
    margin: 0 auto;
    overflow: hidden;
}

.contentcp3 .swiper-containercp2 {
    width: 100%;
    float: left;
    height: 230px;
    position: relative;
}

.contentcp3 .position .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 185px;

}

.contentcp3 .position .swiper-wrapper {
    height: 185px;
}

.contentcp3 .position .swiper-slide .img {
    width: 330px;
    height: 185px;
    position: absolute;
    top: 0;
    left: 0;
}

.contentcp3 .position .swiper-slide .img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contentcp3 .position .swiper-slide .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    z-index: 2;
    line-height: 35px;
    text-align: center;
    background: #00000050;
    font-size: 16px;
    color: #fff;
}


.contentcp3 .position .swiper-paginationcp2 {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.contentcp3 .position .swiper-paginationcp2 .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #9d2a27;
}

.contentcp3 .position .swiper-paginationcp2 .swiper-pagination-bullet-active {
    background: #9d2a27 !important;
}