/* 未能缩小。正在返回未缩小的内容。
(690,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(691,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(692,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */

/**背景色***/
.es-success {
    background-color: #5eb95e;
}

.es-warning {
    background-color: #f37b1d;
}

.es-danger {
    background-color: #dd514c;
}

.es-info {
    background-color: #3bb4f2;
}

.es-darkblue {
    background-color: #0e90d2;
}

.es-deepgray {
    background-color: #242424;
}

.es-brown {
    background-color: #b24926;
}

.es-violet {
    background-color: #8c43ab;
}

.es-white {
    background-color: #ffffff;
}

.es-gray {
    background-color: #f6f6f6;
}

.es-yellow {
    background-color: #f9a818;
}

.es-bg-gray {
    background-color: #f9f9f9;
}

.es-darkgreen {
    background-color: #46bfbd;
}

.bg-darkblue {
    background-color: #0766cc;
}
/***文字颜色****/
.es-text-success {
    color: #5eb95e;
}

.es-text-warning {
    color: #f37b1d;
}

.es-text-danger {
    color: #dd514c;
}

.es-text-info {
    color: #3bb4f2;
}

.es-text-darkblue {
    color: #0e90d2;
}
.es-text-lightgray {
    color: #a8a8a8;
}
.es-radius {
    border: 1px #e7e7e7 solid;
    border-radius: 10px;
}

.es-no-radius {
    border-radius: 0px;
}

.es-shadow {
    box-shadow: 0px 0px 10px #e7e7e7;
}
.es-list {
    width: 95%;
}
    .es-list li {
        padding-left: 10px;
        width: 100%;
        line-height: 200%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background-image: url(../images/arrow.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 5px;
    }

        .es-list li a:link, .es-list li a:visited {
            text-decoration: none;
        }

        .es-list li > span {
            float: right;
            margin-left: 10px;
        }

@media (min-width: 992px) and (max-width: 1199px) {
    .es-list li {
        line-height: 180%;
    }
}
.es-lh-200{
    line-height:200%;
}
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei",微软雅黑;
}

html, body {
    font: normal 100% "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "宋体", Arial, Helvetica, sans-serif;
    color: #343434;
    margin: 0px;
    padding: 0px;
    background-color: rgba(247,247,249,1);
    line-height: 200%;
}
a:link, a:visited {
    color: #666666;
    text-decoration: none;
}

a:hover, a:active {
    color: #00bfff;
    text-decoration: none;
}

.navbar {
    padding: 0 1rem;
}

    .navbar .navbar-nav .nav-link {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar .nav-link {
    text-align: center;
    line-height: 150%;
}

.navbar-dark .navbar-nav .active {
    background-color: #0766cc;
}

.navbar .nav-link span {
    display: block;
    font-size: 12px;
    line-height: 150%;
    font-family: verdana,simsun,arial,georgia;
}

.es-fstlink {
    width: 100%;
    height: 150px;
    text-align: center;
    line-height: 150px;
    font-size: 70px;
    border-radius: 10px 10px 0 0;
    border: 1px #e7e7e7 solid;
}

.es-fstlink-des {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    border-right: 1px #e7e7e7 solid;
    border-bottom: 1px #e7e7e7 solid;
    border-left: 1px #e7e7e7 solid;
}

@media (max-width: 767px) {
    .es-fstlink {
        height: 80px;
        line-height: 80px;
    }

    .es-fstlink-des {
        height: 40px;
        line-height: 40px;
    }
}


/*****焦点新闻图片*****/

/*焦点图*/
.focus {
    position: relative;
    width: 540px;
    height: 360px;
    background-color: #e8e8e8;
    float: left;
    display: block;
}

    .focus img {
        width: 540px;
        height: 360px;
    }
    /*.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}*/
    .focus .shadow .title {
        width: 240px;
        height: 50px;
        padding-left: 30px;
        line-height: 50px;
    }

        .focus .shadow .title a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: bolder;
            overflow: hidden;
        }

    .focus .btn {
        position: absolute;
        bottom: 34px;
        left: 495px;
        overflow: hidden;
        zoom: 1;
    }

        .focus .btn a {
            position: relative;
            display: inline;
            width: 13px;
            height: 13px;
            border-radius: 7px;
            margin: 0 5px;
            color: #B0B0B0;
            font: 12px/15px "\5B8B\4F53";
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: left;
            background: #D9D9D9;
        }

            .focus .btn a:hover, .focus .btn a.current {
                cursor: pointer;
                background: #fc114a;
            }

    .focus .fPic {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .focus .D1fBt {
        overflow: hidden;
        zoom: 1;
        height: 16px;
        z-index: 10;
    }

    .focus .shadow {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0px;
        z-index: 10;
        height: 50px;
        line-height: 50px;
        background: rgba(0,0,0,0.6);
        filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
        display: block;
        text-align: left;
    }

    .focus .shadow-text a {
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        overflow: hidden;
        margin-left: 10px;
        font-family: "\5FAE\8F6F\96C5\9ED1";
    }

    .focus .shadow-text {
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .focus .fcon {
        position: relative;
        width: 100%;
        float: left;
        display: none;
        background: #000;
    }

        .focus .fcon img {
            display: block;
        }

    .focus .fbg {
        bottom: 14px;
        right: 10px;
        position: absolute;
        height: 21px;
        text-align: center;
        z-index: 200;
    }

        .focus .fbg div {
            margin: 4px auto 0;
            overflow: hidden;
            zoom: 1;
            height: 14px;
        }

    .focus .D1fBt a {
        position: relative;
        display: inline;
        width: 12px;
        height: 12px;
        border-radius: 7px;
        margin: 0 5px;
        color: #B0B0B0;
        font: 12px/15px "\5B8B\4F53";
        text-decoration: none;
        text-align: center;
        outline: 0;
        float: left;
        background: #D9D9D9;
    }
        /*.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}*/
        .focus .D1fBt .current, .focus .D1fBt a:hover {
            background: #dc6464;
        }

    .focus .D1fBt img {
        display: none;
    }

    .focus .D1fBt i {
        display: none;
        font-style: normal;
    }

    .focus .prevnews, .focus .nextnews {
        position: absolute;
        width: 40px;
        height: 74px;
        background: url(../images/focus_btn.png) no-repeat;
    }

    .focus .prevnews {
        top: 50%;
        margin-top: -37px;
        left: 0;
        background-position: 0 -74px;
        cursor: pointer;
    }

    .focus .nextnews {
        top: 50%;
        margin-top: -37px;
        right: 0;
        background-position: -40px -74px;
        cursor: pointer;
    }

    .focus .prevnews:hover {
        background-position: 0 0;
    }

    .focus .nextnews:hover {
        background-position: -40px 0;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .focus {
        width: 440px;
        height: 304px;
    }

        .focus img {
            width: 440px;
            height: 304px;
        }

        .focus .btn {
            width: 430px;
        }

        .focus .shadow a {
            font-size: 16px;
        }
}

/*********/

.es-page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #eee;
}

/****跑马灯***/
@media (min-width: 992px) and (max-width: 1199px) {
    .scroll_horizontal {
        position: relative;
        width: 100%;
        height: 200px;
    }

        .scroll_horizontal .box {
            overflow: hidden;
            position: relative;
            width: 840px;
            height: 200px;
            margin: 0 auto;
        }

        .scroll_horizontal .list {
            overflow: hidden;
            width: 9999px;
        }

            .scroll_horizontal .list li {
                float: left;
                width: 210px;
            }

                .scroll_horizontal .list li:first-child {
                    margin-left: 0px;
                }

                .scroll_horizontal .list li img {
                    float: left;
                    width: 200px;
                    height: 150px;
                }

        .scroll_horizontal .prev,
        .scroll_horizontal .next {
            position: absolute;
            top: 50%;
            margin-top: -35px;
            width: 40px;
            height: 50px;
            background-image: url(/images/control.png);
            background-repeat: no-repeat;
            font: 0/0 Arial;
            cursor: pointer;
        }

        .scroll_horizontal .prev {
            left: 5px;
            background-position: 0 0;
        }

        .scroll_horizontal .next {
            right: 5px;
            background-position: -40px 0;
        }

        .scroll_horizontal .prev:hover {
            background-position: 0 -50px;
        }

        .scroll_horizontal .next:hover {
            background-position: -40px -50px;
        }
}

@media (min-width: 1200px) {
    .scroll_horizontal {
        position: relative;
        width: 1150px;
        height: 200px;
    }

        .scroll_horizontal .box {
            overflow: hidden;
            position: relative;
            width: 1050px;
            height: 200px;
            margin: 0 auto;
        }

        .scroll_horizontal .list {
            overflow: hidden;
            width: 9999px;
        }

            .scroll_horizontal .list li {
                float: left;
                width: 210px;
            }

                .scroll_horizontal .list li img {
                    float: left;
                    width: 200px;
                    height: 150px;
                }

        .scroll_horizontal .prev,
        .scroll_horizontal .next {
            position: absolute;
            top: 50%;
            margin-top: -35px;
            width: 40px;
            height: 50px;
            background-image: url(/images/control.png);
            background-repeat: no-repeat;
            font: 0/0 Arial;
            cursor: pointer;
        }

        .scroll_horizontal .prev {
            left: 5px;
            background-position: 0 0;
        }

        .scroll_horizontal .next {
            right: 5px;
            background-position: -40px 0;
        }

        .scroll_horizontal .prev:hover {
            background-position: 0 -50px;
        }

        .scroll_horizontal .next:hover {
            background-position: -40px -50px;
        }
}
/***友情链接****/
.linkall {
    display: none;
}

.morelink > a:link, .morelink > a:visited {
    padding: 2px 10px;
}

.morelink > a:hover, .morelink > a:active {
    padding: 2px 10px;
}

/*首页友情连接-开始*/


.es-in-link {
    width: 100%;
    height: auto;
    float: left;
    padding: 45px 0px;
}

.es-in-linknr li {
    width: 142px;
    padding: 0px 9px;
    float: left;
    margin-top: 10px;
}

.es-in-lkimg {
    border: 1px solid #e7e7e7;
    padding: 1px;
    width: 100%;
}


.es-in-lkwz {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 200%;
    padding-top: 5px;
}

    .es-in-lkwz a:link {
        color: #666;
        text-decoration: none;
    }

    .es-in-lkwz a:hover {
        color: #02948d;
        text-decoration: underline;
    }

    .es-in-lkwz a:active {
        color: #666;
        text-decoration: none;
    }

    .es-in-lkwz a:visited {
        color: #666;
        text-decoration: none;
    }

.es-news-instruction {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    padding: 15px;
    color: #999;
    margin-bottom: 30px;
}
.es-news-con img{
	margin:5px auto;
	padding:5px;
	border-radius:4px;
	border:1px #e7e7e7 solid;
    width: 100%;
}
.es-news-con p {
    text-indent:2em;
}
/*联系我们地图-开始*/
.es-contact-map {
    height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.es-contact-search {
    height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.es-b-t-bg {
    background-image: url("/images/btm-line.png");
    background-repeat: no-repeat;
    background-position: center top;
}

.es-tianqi {
    width: 290px;
    height: 96px;
    overflow: hidden;
}

.es-tianqi-con {
    margin-right: -10px;
}

.es-t-e {
    color: #a8a8a8;
    font-size: 10px;
    display: block;
}

.swiper-container {
    --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff; /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px; /* 设置按钮大小 */
}

#swiper-focus {
    max-width: 540px;
    max-height: 360px;
    display: block;
}

    #swiper-focus .swiper-slide {
        display: inline-block;
        height: 100%;
    }

        #swiper-focus .swiper-slide img {
            width: 540px;
            height: 360px;
            display: inline-block;
        }

        #swiper-focus .swiper-slide .shadow {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 10;
            height: 50px;
            line-height: 50px;
            background: rgba(0,0,0,0.6);
            filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;
            display: block;
            text-align: left;
        }

            #swiper-focus .swiper-slide .shadow .shadow-text {
                width: 240px;
                height: 50px;
                padding-left: 15px;
                line-height: 50px;
                color: #fff;
            }

                #swiper-focus .swiper-slide .shadow .shadow-text a {
                    text-decoration: none;
                    color: #fff;
                    font-size: 14px;
                    font-weight: bolder;
                    overflow: hidden;
                }

.ns-group-50 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}

    .ns-group-50 a::before {
        content: "";
        padding-left: 15px;
        background-image: url(../images/arrow.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 5px;
    }

    .ns-group-50 span {
        float: right;
    }

.ns-group-100 {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

    .ns-group-100 a::before {
        content: "";
        padding-left: 15px;
        background-image: url(../images/arrow.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 5px;
    }

    .ns-group-100 span {
        float: right;
    }

.es-main-box {
    border: 1px #e7e7e7 solid;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px auto;
}
.swiper-racelamp {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
}

    .swiper-racelamp .swiper-slide {
        text-align: center;
        font-size: 16px;
        background: #fff;
        height: auto;
        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;
        transition-property: all;
    }
.yn-ellipsis {
    display: inline-block;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
