body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td,
span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: "SimHei", Arial, "SimSun";
}

body {
    overflow-x: hidden;
}

html,
body {
    min-width: 1000px;
    font-size: 10px;
}

@media screen and (max-width: 1000px) {
    body {
        overflow-x: auto;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 0;
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

input,
select {
    border-radius: 3px;
    border: 0
}

img {
    border: 0;
    vertical-align: middle
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    border: none;
    height: 1px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.clearfix,
ul {
    *zoom: 1;
}

.clearfix:before,
ul:before {
    display: table;
    content: '';
}

.clearfix:after,
ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*---------------------------------------------------------------------------*/

.red,
.red a {
    color: #f00 !important;
}


/*SOHU*/

.top #channelNav {
    margin: 0 auto;
}

.area {
    width: 100%;
}

.area a {
    color: #000;
    font-size: 1.2rem;
}

.area a:hover {
    color: #333;
}

.area-logo a {
    float: left;
}

.area-logo img {
    height: 22px;
}

.area-nav {
    width: 70%;
    padding-right: 6px;
}

.area-nav ul {
    float: right
}

.area-nav li {
    float: left;
    margin: 5px auto 0;
    padding: 0 2px 0 0;
    line-height: 14px;
}


/* SOHU foot*************/

.footer,
.footer .design {
    *zoom: 1;
}

.footer:before,
.footer .design:before {
    display: table;
    content: '';
}

.footer:after,
.footer .design:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.footer {
    margin: 0px auto;
    padding-top: 50px;
    width: 100%;
    height: 70px;
}

.footer .design {
    position: relative;
    border-bottom: 1px solid #aeaeae;
    color: #333;
    line-height: 20px;
    width: 100%;
}

.footer .design .band {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 164px;
    height: 59px;
    background: url(http://auto.sohu.com/upload/qichen123456/images/chupin.gif) 0 0 no-repeat;
}

.footer .design .names {
    display: block;
    float: left;
    width: 50%;
    margin-left: 200px;
    text-align: center;
    height: 20px;
}

.footer .design .link {
    display: block;
    float: right;
    margin-right: 10px;
}

.footer,
.footer .design .link a,
.footer .copyright a {
    color: #333
}

.footer .design .link .seprator1 {
    padding: 0 8px;
}

.footer .copyright {
    text-align: center;
    line-height: 24px;
}


/*---------------------------------------------------------------------------*/

.bg {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}


.bg .bg-img {
    position: relative;
    top: 0;
    left: 50%;
    clear: left;
    float: left;
    margin-left: -960px;
}

.bg-top {
    position: relative;
    width: 100%;
    height: 22px;
    background: #EFEBEF;
}

.bg-foot {
    background: #fff;
}

.wrap-top,
.wrap,
.wrap-in {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

.wrap {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -500px;
    min-height: 100px;
}

.wrap h1 {
    margin: 95px auto 0;
    width: 70%;
    font-size: 0;
}

.banner {
    text-align: center;
}

.banner .banner-sub {
    display: inline-block;
    margin: 25px auto;
    padding: 5px 30px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    font-size: 16px;
}

.banner-time {
    margin: 80px auto;
    color: #fff;
    font-size: 16px;
}

.logo {
    margin: 50px 0;
}

.logo .logo-l {
    width: 160px;
    float: left;
}

.logo .logo-r {
    width: 110px;
    float: right;
}

.nav {
    width: 100%;
    background: url(../images_new/nav_bg.jpg) repeat-x;
    overflow: hidden;
}

.nav ul {
    display: flex;
    margin: 0 -8px;
    justify-content: space-between;
}

.nav li {
    padding: 15px 0;
    margin: 0 1px;
    float: left;
    width: 143px;
    text-align: center;
}

.nav li a {
    margin: 15px auto;
    padding: 0 20px;
    font-size: 16px;
    line-height: 18px;
    color: #beeaff;
    border-left: 1px solid #beeaff;
    border-right: 1px solid #beeaff;
}

.nav li a:hover,
.nav li.active a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff
}

.content-box {
    margin-bottom: 50px;
}

.content h1,
.content-in {
    margin: 60px 0 0;
}

.content h1 {
    text-align: center;
    font-size: 0;
    text-align: -9999px;
}

.content {
    margin-top: 55px;
}

.content-bg {
    position: absolute;
    z-index: 0;
    top: 280px;
    left: 0;
    width: 100%;
    height: 500px;
    background: #e9f4ff;
}

.content-l {
    float: left;
    width: 50%;
}

.content-r {
    float: left;
    width: 50%;
}

.content-r-in {
    margin: 0 20px 0 60px;
}

.news {
    margin: 20px 10px
}

.news h2,
.news h2 a,
.news .news-first,
.news .news-first a {
    margin: 0;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold
}

.news li {
    margin: 15px 0;
    line-height: 20px;
    font-size: 14px;
    list-style: disc;
    list-style-position: inside;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news li a:hover {
    text-decoration: underline
}

.news .more a {
    margin: 10px 0;
    float: right;
    color: #ff0000;
    font-size: 14px
}

.news .more a:hover {
    color: #d30303
}

.title {
    position: relative;
    margin: 0;
    padding: 12px 66px;
    border-bottom: 2px solid #165aa8;
    background: url(../images_new/title_bg.png) no-repeat;
    background-position: left;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
}

.news-r2 .first-one {
    border: 0;
}

.news-r2 .first-one a {
    display: block
}

.first-one-img {
    width: 100%;
    overflow: hidden;
}

.first-one-img a {
    display: block;
}

.first-one-img a p {
    font-size: 14px;
    padding: 8px 0;
    color: #666;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-one-img a:hover p {
    color: #000;
}

.news-r2 ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-wrap: wrap
}

.news-r2 li {
    padding: 6px 0;
    width: 48%;
    border-bottom: 1px solid #ddd;
}

.news-r2 li:nth-child(2n+1) {
    margin-right: 4%
}

.news-r2 li a {
    display: block;
}

.news-r2 li a:hover {
    border-bottom: 0
}

.news-r2 li a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.news-r3 li {
    margin-bottom: 35px
}


.news-r2 li h3,
.news-r3 li h3 {
    margin: 8px 0;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r2 li p,
.news-r3 li p {
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

/* .news-r2 li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} */

.news-r3 li p {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r2 li:hover h3,
.news-r3 li:hover h3 {
    color: #000
}

.news-r2 li:hover p,
.news-r3 li:hover p {
    color: #333
}

.content-user-list ul {
    margin: 0 -2.5%;
}

.video-box {
    margin-left: 20px;
    height: 430px;
    overflow: hidden;
}

.video-box a {
    display: block
}

.video-box,
.news-r2,
.map-box,
.schedule,
.content-user-list ul,
.news-r3 {
    margin-top: 30px;
}

.schedule-list {
    position: relative;
    margin: 10px 0;
    padding: 10px 30px;
    background: #f0f5fb;
    color: #165aa8;
    font-size: 14px;
    line-height: 18px;
}

.schedule-list .line {
    margin: 0 25px;
}

.schedule-date {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 160px;
    font-weight: bolder;
    font-size: 18px;
    line-height: 24px;
}

.schedule ul {
    margin-left: 140px;
    width: 780px;
}

.schedule-date,
.schedule ul,
.schedule li {
    /* float: left; */
}

.schedule li {
    margin: 8px 25px;
    list-style: disc;
    list-style-position: inside;
}

.schedule-time {
    width: 100px;
    display: inline-block;
}

.schedule-c {
    color: #333
}

.schedule-o {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.content-user-list li {
    float: left;
    width: 20%;
    margin: 0 2.5% 20px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.content-user-list li a {
    display: block
}

.content-user-list .user-img {
    width: 100%;
    height: 120px;
    background: #eee;
    overflow: hidden;
}

.content-user-list li p {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-box.small {
    width: 1000px;
}

.download-pic {
    position: absolute;
    bottom: 5px;
    right: 0;
    padding: 5px 20px;
    background: #eee;
    font-size: 12px;
    border-radius: 10px;
    color: #165aa8
}

.download-pic:hover {
    background: #ddd
}

/* swiper ---------------------------------------------------------------------------*/
.swiper-slide,
.swiper-slide a,
.swiper-slide img {
    border-radius: 2px;
    overflow: hidden;
}

.swiper1 {
    margin-left: 20px;
    border-bottom: 1px solid #999999
}

.swiper1-text {
    padding: 25px 0;
    background-color: #fff
}

.swiper1-text h2 {
    margin: 10px 0;
    padding: 0;
    font-size: 24px;
    font-weight: normal
}

.swiper1-text p {
    margin: 10px 0;
}

.swiper1-text p a {
    color: #666
}

.swiper1-text p a:hover {
    text-decoration: underline;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
    width: 20px;
    height: 44px;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images_new/btn_r.png);
    background-size: 100% 100%;
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-container-rtl .swiper-button-next {
    background-image: url(../images_new/btn_l.png);
    background-size: 100% 100%;
}

/* animate ---------------------------------------------------------------------------*/

.gallery-item-desc {
    width: 80%;
    text-align: left;
    display: inline-block;
    padding-top: 46px;
    opacity: 0;
    transition-duration: 1.2s;
}

.init .gallery-item-desc {
    opacity: 1;
}

.gallery-item-desc h3 {
    line-height: 1.16667;
    font-weight: 600;
    letter-spacing: .009em;
    color: #111;
    font-size: 20px;
}

.gallery-item-desc p {
    margin-top: 1em;
    color: #333;
    font-size: 15px;
}

.swiper-slide-prev .gallery-item-desc {
    transform: translateX(-70px);
}

.swiper-slide-next .gallery-item-desc {
    transform: translateX(70px);
}

.swiper-slide-active .gallery-item-desc {
    opacity: 1;
    transform: translateX(0);
}

@media only screen and (max-width: 1068px) {
    .swiper-slide {
        padding: 0 calc((100vw - 576px) * .15);
        width: 576px;
    }

    .gallery-item-desc {
        padding-top: 41px;
    }
}

@media only screen and (max-width: 735px) {
    .swiper-slide {
        transform: scale(.9);
        padding: 0;
        width: 85vw;
        margin: 0 0;
        min-width: 272px;
    }

    .swiper-slide-active {
        transform: scale(1);
    }

    .gallery-item-desc {
        padding-top: 26px;
        width: 90%;
    }
}

@media screen and (max-device-width: 800px) {

    body {
        overflow-x: auto;
    }

    .bg,
    .nav {
        position: relative;
        top: 0;
        left: 50%;
        margin-right: 0;
        margin-left: -500px;
        width: 1000px;
        overflow: hidden;
    }
}