﻿body {
    letter-spacing: 0.1rem;
    min-width: 1200px;
    overflow: auto;
    width: 100%;
    max-width: 1920px;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

p {
    margin: 0;
}
.top {
    display:flex;
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-color: white;
}
    .top a {
        color: #333333;
    }

    .top-center {
        width: 80%;
        margin: 0 auto;
    }
.logo {
    color: #CE2B34 !important;
    font-size: 38px;
    font-weight:bold;
}
    .logo img {
        height: 55px;
        margin-right:5px;
    }

.nav {
    float: right;
    width: 80%;
    color: white;
    text-align: right
}
    .nav ul {
        margin: 0;
        padding:0;
        display: inline;
    }

    .nav ul li {
        float: left;
        width: 130px;
        font-size: 1.8rem;
        color: white;
        font-family: "微软雅黑";
        text-align: center;
    }
.nav-main {
    display: inline-block;
}
        .select::after {
            content: '';
            width: 28%;
            display: block;
            margin: 0 auto;
            border-bottom: 4px solid white;
            margin-top: -4px;
        }

.search {
    padding-left: 30px;
}

.banner {
    width: 100% !important;
}

    .banner img {
        width: 100%;
    }


/*轮播图片*/
.tintin-rotation1 {
    width: 48.5%;
    height: 700px;
    float: left;
}

    .tintin-rotation1 ul li {
        width: 100%;
    }

    .tintin-rotation1 img {
        width: 100%;
        height: 100%;
    }

.tintin-rotation1 {
    margin: 0 auto;
    padding: 0px 0px;
}

.tintin-rotation1-btn, .tintin-rotation1-title, .tintin-rotation1-focus, .tintin-rotation1-t, .tintin-rotation1-btn {
    position: absolute
}

.tintin-rotation1-title {
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 43px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    z-index: 1;
    text-align: center;
}

.tintin-rotation1-t {
    color: #373737;
    font-size: 18px;
    z-index: 999;
    bottom: 0;
    line-height: 88px;
    width: 100%;
    display: inherit;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tintin-rotation1-focus span, .tintin-rotation1-btn span {
    display: block;
}

.tintin-rotation1-focus {
    height: 43px;
    bottom: 0;
    width: 54%;
    padding-left: 45%;
}

    .tintin-rotation1-focus span {
        width: 12px;
        height: 12px;
        line-height: 12px;
        float: left;
        margin-left: 8px;
        position: relative;
        top: 14px;
        cursor: pointer;
        background-position: -24px -126px;
        text-indent: -9999px;
        background-color: white;
        border-radius: 50%;
    }

.tintin-rotation1-btn {
    width: 100%;
    height: 64px;
    top: calc((100% - 64px) / 2);
}

    .tintin-rotation1-btn span {
        width: 64px;
        height: 64px;
        cursor: pointer;
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        position: relative;
        border-radius: 50%;
    }

    .tintin-rotation1-btn .left_btn {
        float: left;
        left: 40px;
        background: url(/Images/top-left.png) no-repeat center center;
        background-color: white;
        background-size: 17px 31px;
    }

    .tintin-rotation1-btn .right_btn {
        float: right;
        right: 40px;
        background: url(/Images/top-right.png) no-repeat center center;
        background-color: white;
        background-size: 17px 31px;
    }

    .tintin-rotation1-btn span.hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

.tintin-rotation1-focus span.hover {
    background-color: rgb(206,43,52);
    width: 20px;
    height: 20px;
    top: 10px;
}