img {
    pointer-events: none;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    overflow-x: hidden;
    color: #333;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu, b {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul, ol, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    color: #333;
}

.clear {
    clear: both;
}

a:hover {
    color: #c61c22;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

.fix {
    *zoom: 1;
    *clear: both;
}

    .fix:before, .fix:after {
        display: table;
        clear: both;
        content: '';
    }

.l {
    float: left;
}

.r {
    float: right;
}

.a-w1 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.a-p {
    padding: 80px 0;
}

.a-bit {
    font-size: 80px;
    text-align: center;
    color: #f0f0f0;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 80px;
}

.a-bit1 {
    width: 100%;
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    left: 0;
    bottom: 0px;
}

.a-nei {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    padding: 15px 0 30px 0;
     
    text-align: center;
}

.a-zr {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
}

    .a-zr dl {
        width: 100%;
        margin-bottom: 30px;
        background: #f2f2f2;
        cursor: pointer;
    }

        .a-zr dl dt {
            width: 50%;
            overflow: hidden;
            background: #000;
        }

            .a-zr dl dt img {
                width: 100%;
                display: block;
                transition-duration: 1s;
            }

        .a-zr dl:hover dt img {
            transform: scale(1.1,1.1);
            opacity: 0.8;
        }

        .a-zr dl dd {
            width: 50%;
            padding: 30px 4% 0 4%;
        }

            .a-zr dl dd .bit {
                font-size: 20px;
                color: #333333;
                font-weight: bold;
                line-height: 54px;
                width: 100%;
            }

            .a-zr dl dd .ner {
                font-size: 16px;
                line-height: 22px;
                color: #555555;
                padding-top: 20px;
                 
            }

        .a-zr dl .an {
            width: 45px;
            height: 45px;
            border: 1px solid #b5b5b5;
            background: url(../images/jt11.png) no-repeat center center;
            transition-duration: 1s;
            margin-top: 25px;
        }

        .a-zr dl:hover .an {
            border: 1px solid #bf101a;
            background: url(../images/jt1.png) no-repeat center center #bf101a;
        }


.picMarquee-left {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

    .picMarquee-left .bd {
        width: 100%;
    }

        .picMarquee-left .bd ul {
            overflow: hidden;
            zoom: 1;
        }

            .picMarquee-left .bd ul li {
                width: 31.9%;
                margin-right: 2%;
                float: left;
                _display: inline;
                overflow: hidden;
                position: relative;
                background: #000; height:280px;
            }
			.picMarquee-left .bd ul li a{ height:100%;}

                .picMarquee-left .bd ul li img {
                    width: 100%;
                    transition-duration: 1s;
					height:100%;
                }

                .picMarquee-left .bd ul li:hover img {
                    transform: scale(1.1,1.1);
                    opacity: 0.7;
                }

.mm {
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 3% 8px 3%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition-duration: 1s;
}

    .mm .p1 {
        font-size: 18px;
        font-weight: bold;
    }

    .mm .p2 {
        font-size: 16px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.picMarquee-left .bd ul li:hover .mm {
    background: #bf101a;
}

.picMarquee-left .bd ul li:nth-child(3) {
    margin-right: 0;
}


.a-sc {
    width: 100%;
    margin: 0 auto;
}

.a-sc-left {
    width: 52.4%;
}

    .a-sc-left .bit {
        font-size: 60px;
        font-family: Arial;
        color: #e9e8e8;
        line-height: 60px;
    }

    .a-sc-left .bit1 {
        font-size: 30px;
        color: #bf101a;
        line-height: 60px;
    }

    .a-sc-left .neir {
        padding-top: 35px;
    }

        .a-sc-left .neir p {
            font-size: 16px;
            line-height: 20px;
            color: #555555;
            padding-bottom: 15px;
             
        }

.a-sc-right {
    width: 47%;
    padding-top: 150px;
    position: relative;
}

.word-map {
    display: block;
    margin: 0 auto;
}

.base-cil li {
    position: absolute;
}

    .base-cil li span {
        font-size: 16px;
        font-weight: bold;
        color: #666666;
        display: block;
        text-align: center;
    }

    .base-cil li img {
        -webkit-animation-name: 'ripple';
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
    }

.mobile-map {
    display: none;
    width: 100%;
}

.ba1 {
    top: 66%;
    left: 27%;
    width: 60px;
    height: 70px;
}

    .ba1 img {
        display: block;
        margin: 0 auto;
    }

.ba2 {
    top: 41%;
    left: 83%;
    width: 60px;
    height: 70px;
}

    .ba2 img {
        display: block;
        margin: 0 auto;
    }

.ba3 {
    top: 62%;
    left: 68%;
    width: 110px;
    height: 70px;
}

    .ba3 img {
        display: block;
        margin: 0 auto;
    }

.ba4 {
    top: 55%;
    left: 58%;
    width: 120px;
    height: 45px;
    zoom: 1;
}

    .ba4:after {
        display: block;
        content: "";
        clear: both;
    }

    .ba4 > div {
        float: left;
        width: 70%;
    }

    .ba4 > img {
        float: left;
        margin-top: 20px;
    }

.ba5 {
    top: 50%;
    left: 71%;
    zoom: 1;
}

    .ba5:after {
        display: block;
        content: "";
        clear: both;
    }

    .ba5 img {
        float: left;
    }

    .ba5 div {
        float: left;
    }

.a-sc1 {
    width: 100%;
    background: #f3f3f3;
    padding: 60px 0;
}

    .a-sc1 .bit {
        width: 100%;
        font-size: 36px;
        text-align: center;
        color: #333333;
    }

    .a-sc1 .fb {
        font-size: 16px;
        color: #555;
        text-align: center;
    }



.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 20px 0 auto;
    background: #000;
}

    .slideBox .bd {
        position: relative;
        height: 100%;
        width: 100%;
    }

        .slideBox .bd li {
            vertical-align: middle;
            position: relative;
            width: 30.333%;
            margin-right: 3%;
            float: left;
        }

            .slideBox .bd li img {
                display: block;
                width: 100%;
            }

    .slideBox .hd {
        overflow: hidden;
        position: absolute;
        width: 100%;
        left: 0%;
        bottom: 5%;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            color: #fff;
            width: 100%;
            text-align: center;
        }

            .slideBox .hd ul li {
                display: inline-block;
                margin-right: 1px;
                width: 15px;
                height: 15px;
                background: rgba(255,255,255,0.4);
                position: relative;
                cursor: pointer;
                text-align: center;
                line-height: 15px;
                font-size: 14px;
                color: #fff;
            }

                .slideBox .hd ul li.on {
                    background: #2071b9;
                    width: 15px;
                    height: 15px;
                }

/*3-8*/
/*.picScroll-left{ width:100%;  overflow:hidden; position:relative; padding-top:45px; zoom:1; clear:both; min-height:580px;}
.picScroll-left .hd{ overflow:hidden; background:#f4f4f4; height:46px; width:100%; margin-top:16px; position:absolute; bottom:0px; left:0; }
.picScroll-left .hd ul{width:100%; float:right; overflow:hidden; zoom:1;  height:46px; zoom:1; text-align:center; }
.picScroll-left .hd ul li{ display:inline-block; width:10%; height:43px;  overflow:hidden; text-indent:-999px; cursor:pointer; background:#f3f3f3; border-bottom:3px solid #aaaaaa;}
.picScroll-left .hd ul li.on{background:url(../img/fj.png) no-repeat right top #f3f3f3;  border-bottom:3px solid #bf101a;}
.picScroll-left .bd{ width:100%; left:-20%; position:absolute;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ width:45%; margin-right:30px; float:left; _display:inline; overflow:hidden;  position:relative; cursor:pointer; background:#000;  }
.picScroll-left .bd ul li:hover .yxj{bottom:0;}
.yxj{width:128px; height:128px; background:url(../img/sc-yx.png) no-repeat; position:absolute; right:0px; bottom:-64px; transition-duration:1s;}
.picScroll-left .bd ul li img{width:100%; display:inline-block; transition-duration:1s;}
.picScroll-left .bd ul li:hover img{ transform:scale(1.1,1.1); opacity:0.8;}
.picScroll-left .bd ul li .title{ width:85%; position:absolute; bottom:35px; left:5%; color:#fff; }
.picScroll-left .bd ul li .title .b-bit{font-size:24px; font-weight:bold;}
.picScroll-left .bd ul li .title .neir{font-size:16px; font-family:"SimSun"; padding-top:10px; line-height:24px;}
*/
.qywh {
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
}

    .qywh dl {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        color: #fff;
        cursor: pointer;
    }

        .qywh dl dt {
            width: 65%;
            position: relative;
            overflow: hidden;
            background: #000;
        }

            .qywh dl dt img {
                width: 100%;
                transition-duration: 1s;
            }

        .qywh dl:hover dt img {
            transform: scale(1.1,1.1);
            opacity: 0.7;
        }

        .qywh dl dt .y1 {
            position: absolute;
            width: 80%;
            left: 8%;
            top: 25%;
        }

            .qywh dl dt .y1 .y_01 {
                font-size: 30px;
            }

            .qywh dl dt .y1 .y_02 {
                font-size: 14px;
                line-height: 24px;
                padding-top: 10px;
                font-family: "瀹嬩綋";
            }

        .qywh dl dd {
            width: 34%;
            position: absolute;
            top: 0;
            height: 100%;
            overflow: hidden;
        }

            .qywh dl dd img {
                width: 100%;
            }

        .qywh dl .q-r {
            right: 0;
            background: url(../img/qy-2.jpg) no-repeat;
            background-size: cover;
        }

        .qywh dl .q-l {
            left: 0;
            background: url(../img/qy-4.jpg) no-repeat;
            background-size: cover;
        }

        .qywh dl dd .q1-1 {
            width: 100%;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
        }

.q_01 {
    font-size: 30px;
    display: inline-block;
}

.q_02 {
    font-size: 24px;
    font-family: Arial;
    display: inline-block;
}

.q_03 {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/j.png) no-repeat left top;
    right: 0px;
    bottom: 0px;
    transition-duration: 1s;
}

.q_04 {
    position: absolute;
    background: #bf101a;
    transition-duration: 1s;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 100%;
    padding: 30px 5%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.qywh dl dd:hover .q_03 {
    display: none;
}

.qywh dl dd:hover .q_04 {
    display: block;
    left: 0;
    top: 0;
}

@media (min-width: 1441px) {
    .a-w1 {
        width: 1400px;
        margin: 0 auto;
    }

    .picScroll-left .bd ul li .title {
        width: 70%;
        position: absolute;
        bottom: 105px;
        left: 5%;
        color: #fff;
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (min-widt:1441px) {
}

@media (min-width: 1368px) and (max-width: 1441px) {
}

@media (min-width: 1198px) and (max-width: 1367px) {
    /*3-8*/
    .a-w1 {
        width: 88%;
    }

    .picScroll-left {
        min-height: 430px;
    }

    .a-sc-left .neir p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .a-sc-right {
        padding-top: 180px;
    }

    .a-zr dl dd .ner {
        font-size: 15px;
        line-height: 20px;
    }

    .q_04 {
        padding: 30px 5%;
        font-size: 14px;
        line-height: 26px;
    }

    .qywh dl dt .y1 .y_02 {
        font-size: 14px;
    }

    .qywh dl dt .y1 {
        width: 85%;
        top: 20%;
    }
}



/*鍦�992鍜�1199鍍忕礌涔嬮棿鐨勫睆骞曢噷,杩欓噷鐨勬牱寮忔墠鐢熸晥*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/*鍦�768鍜�991鍍忕礌涔嬮棿鐨勫睆骞曢噷,杩欓噷鐨勬牱寮忔墠鐢熸晥*/
@media (min-width: 768px) and (max-width: 991px) {
}


/*鍦�480鍜�767鍍忕礌涔嬮棿鐨勫睆骞曢噷,杩欓噷鐨勬牱寮忔墠鐢熸晥*/
@media (min-width: 480px) and (max-width: 767px) {
}

/*鍦ㄥ皬浜�480鍍忕礌鐨勫睆骞�,杩欓噷鐨勬牱寮忔墠鐢熸晥*/
@media (max-width: 479px) {
	.picMarquee-left .bd ul li{ height:80px}
    .a-p {
        padding: 30px 0;
    }

    .a-bit {
        font-size: 20px;
        font-weight: normal;
        line-height: 24px;
    }

    .a-bit1 {
        font-size: 18px;
        top: 9px;
    }

    .a-zr dl dt {
        width: 100%;
    }

    .a-zr dl dd {
        width: 100%;
        padding: 10px;
    }

    .mm .p1 {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mm .p2 {
        display: none;
    }

    .a-sc-left {
        width: 100%;
    }

        .a-sc-left .bit {
            font-size: 26px;
            line-height: 1;
        }

        .a-sc-left .bit1 {
            font-size: 22px;
            line-height: 2;
        }

        .a-sc-left .neir {
            padding-top: 10px;
        }

    .a-sc-right {
        width: 100%;
        padding-top: 20px;
    }

    .a-sc1 {
        padding: 20px 0;
    }

        .a-sc1 .bit {
            font-size: 26px;
        }
}