﻿htm {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "BlueSkyStandard", "Microsoft Yahei", Calibri, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

dl {
    padding: 0px;
    margin: 0px;
}

dt {
    padding: 0px;
    margin: 0px;
}

dd {
    padding: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

ol {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

form {
    padding: 0px;
    margin: 0px;
}

fieldset {
    padding: 0px;
    margin: 0px;
}

blockquote {
    padding: 0px;
    margin: 0px;
}

fieldset {
    padding: 0px;
    margin: 0px;
}

select {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

label {
    padding: 0px;
    margin: 0px;
}

textarea {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.clear {
    clear: both;
}

.body {
    background: url(../images/body.jpg);
}

.bg_color {
    background: #fff;
}

iframe {
    position: absolute;
}

.space-0 {
    width: 100%;
    height: 0px;
    clear: both;
}

.space-10 {
    width: 100%;
    height: 10px;
    clear: both;
}

.space-15 {
    width: 100%;
    height: 15px;
    clear: both;
}

.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.space-100 {
    width: 100%;
    height: 100px;
    clear: both;
}

.radius5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.radius10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.radius15 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.radius20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.radius50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ease03 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ease06 {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.ease09 {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.ease12 {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.ease15 {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

input::-webkit-input-placeholder {
    color: #999;
}

.input {
    display: block;
    padding: 5px;
    background: none;
    border: #e5e5e5 solid 1px;
    -webkit-box-sizing: border-box;
    color: #999;
    font-size: 14px;
    outline: none;
}

.select {
    width: 100%;
    color: #606366;
    padding: 11px 25px 11px 5px;
    -webkit-appearance: none;
    border-radius: 3px;
    background: url(../images/down.png) no-repeat right;
    background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -ms-background-size: 15px 15px;
    -webkit-box-sizing: border-box;
}

.button {
    width: 100%;
    display: block;
    padding: 0px 5px;
    border: #e5e5e5 solid 1px;
    background: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.textarea {
    display: block;
    padding: 10px 5px;
    background: none;
    border: #e5e5e5 solid 1px;
    -webkit-box-sizing: border-box;
    color: #999;
    font-size: 14px;
    outline: none;
}


/* 链接颜色 */

a {
    color: #fff;
}

a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* 网站头部 */

.head {
    width: 100%;
    height: 60px;
    z-index: 99999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.head.cut {
    background: #fff;
    position: fixed;
    top: 0px;
}

.head .logo {
    height: 60px;
    padding: 5px 0px;
    float: left;
}

.head .logo img {
    height: 50px;
}

.head #menu-holder a {
    color: #000;
    font-weight: 700;
    display: block;
}

.head .menu-handler {
    width: 30px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 5px;
    top: 0px;
    z-index: 100000000;
    display: none;
}

.head .menu-handler .burger {
    width: 30px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 5;
    top: 16px;
    left: 50%;
    margin: 0 0 0 -18px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    border-radius: 3px;
}

.head .menu-handler .burger-2 {
    top: 24px;
}

.head .menu-handler .burger-3 {
    top: 32px;
}

.head .menu-handler.active .burger-1 {
    top: 36px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.head .menu-handler.active .burger-2 {
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.head .menu-handler.active .burger-3 {
    top: 36px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.trans,
.trans:hover {
    -webkit-transition: all 277ms ease-in-out;
    -moz-transition: all 277ms ease-in-out;
    -o-transition: all 277ms ease-in-out;
    transition: all 277ms ease-in-out;
    -ms-transition: all 277ms ease-in-out;
}

.trans-fast,
.trans-fast:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
}


/* 网站底部 */

.foot {
    height: auto;
    overflow: hidden;
    border-top: #999 solid 1px;
    background: #fff;
}

.foot .box {
    height: auto;
    overflow: hidden;
}

.foot .box span {
    height: 25px;
    line-height: 25px;
    display: block;
}

.foot .tool {
    height: auto;
    overflow: hidden;
}

.foot .tool a {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
    background: #bfbfbf;
    position: relative;
    float: left;
}

.foot .tool a i {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}

.foot .tool a span {
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.foot .tool a.weixin i {
    background: url(../images/weixin.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}

.foot .tool a.qq i {
    background: url(../images/qq.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}

.foot .tool a.phone i {
    background: url(../images/phone.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}

.foot .tool a:hover span {
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    background: #d40407;
}

.power {
    height: auto;
    overflow: hidden;
    background: #fff;
}

.power a {
    height: 25px;
    line-height: 25px;
    color: #999;
}


/* 网站首页 */

.nbttzd_img {
    height: auto;
    overflow: hidden;
    position: relative;
}

.nbttzd_img img {
    width: 100%;
    display: block;
}

.index-video {
    height: auto;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.index-video img {
    display: none;
}

.index-videos {
    height: auto;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.index-videos img {
    display: none;
}

.index-videos .play {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background: url(../images/play.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}

.index-article {
    height: auto;
    overflow: hidden;
}

.index-article a {
    height: auto;
    overflow: hidden;
    display: block;
}

.index-article a .imgs {
    height: auto;
    overflow: hidden;
}

.index-article a .imgs img {
    width: 100%;
    display: block;
}

.index-article a span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #444;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 15px;
}

.single {
    height: auto;
    overflow: hidden;
    padding: 10px 0px 30px;
}

.single p {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    text-align: center;
    letter-spacing: 3px;
}

.single a {
    width: 150px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0px auto;
}

.single a .word {
    width: 150px;
    height: 60px;
    display: block;
    text-align: center;
    padding: 10px 0px;
    margin: 0px auto;
    position: relative;
}

.single a .word span {
    height: 25px;
    line-height: 25px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    display: block;
    letter-spacing: 3px;
}

.single a .word font {
    height: 15px;
    line-height: 15px;
    color: #666;
    font-size: 14px;
    display: block;
}

.single a u {
    width: 150px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.single a .t {
    background: url(../images/bor1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    clip: rect(0px, 150px, 30px, 0px);
}

.single a .b {
    background: url(../images/bor2.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    clip: rect(30px, 150px, 60px, 0px);
}

.single a:hover u.t {
    clip: rect(0px, 10px, 10px, 0px);
}

.single a:hover u.b {
    clip: rect(50px, 150px, 60px, 140px);
}

.index-car {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 30px 0px;
}

.index-car .title {
    height: auto;
    overflow: hidden;
}

.index-car .title .p {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.index-car .title .line {
    width: 300px;
    height: 2px;
    background: #999;
    position: relative;
    margin: 0px auto;
}

.index-car .title .line span {
    width: 180px;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -90px;
}

.index-car a {
    height: auto;
    overflow: hidden;
    display: block;
}

.index-car a span {
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.index-car a .imgs {
    height: auto;
    overflow: hidden;
}

.index-car a .imgs img {
    width: 100%;
    display: block;
}

.index-form {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 30px 0px;
}

.index-form .title {
    height: auto;
    overflow: hidden;
}

.index-form .title .p {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.index-form .title .line {
    width: 300px;
    height: 2px;
    background: #999;
    position: relative;
    margin: 0px auto;
}

.index-form .title .line span {
    height: 36px;
    line-height: 36px;
    color: #333;
    text-align: center;
    letter-spacing: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: -16px;
    left: 50%;
}

.index-form .list {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.index-form .list b {
    height: 35px;
    line-height: 30px;
    display: block;
}

.index-form .list .input {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    background: #fff;
    border-radius: 4px;
    border: #e5e5e5 solid 1px;
    outline: none;
}

.index-form #btnSubmit {
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #d40407;
    border: none;
    margin-top: 10px;
}

.index-form .Validform_checktip {
    width: 20px;
    height: 16px;
    display: block;
    font-size: 0px;
    position: absolute;
    top: 47px;
    right: 5px;
}

.index-form .Validform_checktip.Validform_wrong {
    background: url(../images/valid_icons.png) no-repeat -20px -40px;
    color: #f00;
}

.index-form .Validform_checktip.Validform_right {
    background: url(../images/valid_icons.png) no-repeat -40px -20px;
}

.index-form .maps {
    height: auto;
    overflow: hidden;
    position: relative;
}

.msgsbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.msgs {
    width: 270px;
    height: 200px;
    background: #fafafa;
    border: #e6e6e6 solid 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -130px;
    z-index: 9999;
}

.msgs .msgimg {
    height: 70px;
    margin-top: 15px;
    background: url(../images/msgimg.png) no-repeat center center;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
}

.msgs p {
    line-height: 35px;
    text-align: center;
    color: #c30f12;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.msgs span {
    line-height: 22px;
    text-align: center;
    color: #333;
    display: block;
}


/* 关于 */

.about {
    height: auto;
    overflow: hidden;
}

.about .list,
.about .list a {
    height: auto;
    overflow: hidden;
    display: block;
}

.about .list img {
    width: 100%;
    display: block;
    margin: 0px auto;
}

.about .list .t {
    line-height: 42px;
    color: #222;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
}

.about .list .p {
    line-height: 22px;
    text-align: center;
    color: #333;
    padding: 15px 20px;
}

.about .list span {
    width: 80px;
    line-height: 30px;
    color: #0099da;
    display: block;
    padding-left: 20px;
    background: url(../images/label.png) no-repeat left center;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -ms-background-size: 20px 20px;
}


/* menus */

.menus {
    height: auto;
    overflow: hidden;
}

.menus .li {
    width: 110px;
    cursor: pointer;
    float: left;
}

.menus .li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #7d7d7d;
    background: #f4f3f3;
    text-align: center;
    display: block;
}

.menus .li.hover a {
    color: #fff;
    background: #333;
}

.content {
    height: auto;
    overflow: hidden;
}

.content img {
    max-width: 100%;
}

.contents {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.contents img {
    max-width: 100%;
}

.article {
    height: auto;
    overflow: hidden;
}

.article .title {
    height: 40px;
    line-height: 30px;
    color: #000;
    font-size: 20px;
    border-bottom: #000 solid 1px;
    float: left;
}

.article a {
    height: auto;
    overflow: hidden;
    display: block;
}

.article a .imgs {
    height: auto;
    overflow: hidden;
}

.article a .imgs img {
    width: 100%;
    display: block;
}

.article a p {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article a span {
    height: 20px;
    line-height: 20px;
    color: #777;
    display: block;
    overflow: hidden;
}

.article01 {
    height: auto;
    overflow: hidden;
}

.article01 a {
    height: auto;
    overflow: hidden;
    display: block;
    background: #f8f8f8;
    position: relative;
}

.article01 a .p1 {
    overflow: hidden;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article01 a .p2 {
    overflow: hidden;
    color: #777;
    font-size: 12px;
}

.article01 a .p3 {
    overflow: hidden;
    color: #999;
    font-size: 12px;
}

.article01 a:hover .p1 {
    color: #000;
}

.article01 a:hover .p2 {
    color: #222;
}

.mapbox {
    position: relative;
}

.mapbox .maplink {
    width: 100%;
    height: 100%;
    display: block;
    background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.mapbox .maplink span {
    display: none;
}

.s_n_title {
    height: auto;
    line-height: 25px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.s_d_date {
    height: auto;
    overflow: hidden;
    line-height: 30px;
    color: #898989;
    border-bottom: #dfdfdf dashed 1px;
    padding-bottom: 5px;
}

.s_d_date font {
    color: #dc0000;
}


/* 分页样式 */

.page {
    height: auto;
    overflow: hidden;
    text-align: center;
    clear: both;
}

.page a {
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    color: #666;
    border: #e5e5e5 solid 1px;
    background: #fff;
    display: block;
    padding: 0px 10px;
    margin: 0px 5px;
    float: left;
}

.page span {
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    color: #666;
    display: block;
    padding: 0px 10px;
    border: #e5e5e5 solid 1px;
    background: #fff;
    margin: 0px 5px;
    float: left;
}

.page span.current {
    color: #1b1b1b;
    border: #1b1b1b solid 1px;
}

.page a:hover {
    color: #1b1b1b;
    border: #1b1b1b solid 1px;
}


/* 相关资讯 */

.morenews {
    height: auto;
    overflow: hidden;
    border-top: #ccc dashed 1px;
    padding: 20px 0px;
}

.morenews span {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #434343;
}

.morenews a {
    height: 30px;
    line-height: 30px;
    color: #a0a0a0;
}

.morenews a:hover {
    color: #d7181f;
}

.swiper-slide a {
    height: auto;
    overflow: hidden;
    display: block;
}

.swiper-slide a img {
    width: 100%;
    display: grid;
}

.content .list {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.content .list b {
    height: 35px;
    line-height: 30px;
    display: block;
}

.content .list .input {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    background: #fff;
    border-radius: 4px;
    border: #e5e5e5 solid 1px;
    outline: none;
}

.content #btnSubmit {
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    background: #d40407;
    border: none;
    margin-top: 10px;
}

.content .Validform_checktip {
    width: 20px;
    height: 16px;
    display: block;
    font-size: 0px;
    position: absolute;
    top: 47px;
    right: 5px;
}

.content .Validform_checktip.Validform_wrong {
    background: url(../images/valid_icons.png) no-repeat -20px -40px;
    color: #f00;
}

.content .Validform_checktip.Validform_right {
    background: url(../images/valid_icons.png) no-repeat -40px -20px;
}

.car_nav a {
    color: #000;
    font-size: 16px;
}

.car_nav li {
    float: left;
    padding: 0 10px;
}

.main_news ul li>a {
    width: 40%;
    display: block;
}

.main_news ul li>a img {
    width: 100%;
}

.main_nav {
    margin: 50px 0;
}

.main_nav .main_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.main_nav .main_zhaiyao {
    text-align: center;
}

.main_news .left_img {
    float: left;
}

.main_news .main_news_right {
    float: left;
    width: 55%;
    padding-left: 15px;
}

.main_news_right .title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    padding-top: 3px;
}

.main_news_right .title a {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.main_news_right .zhaiyao {
    margin-top: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.data_box {
    display: flex;
    position: absolute;
    bottom: 6px;
    align-items: center;
    width: 50%;
}

.data_box img {
    padding-left: 20px;
}

.main_news li {
    position: relative;
    margin-bottom: 20px;
}

.main_news li:hover .main_news_right {
    transition: all 0.1s;
    -moz-box-shadow: 3px 3px 14px -3px #333333;
    -webkit-box-shadow: 3px 3px 14px -3px #333333;
    box-shadow: 3px 3px 14px -3px #333333;
}

.swiper-container img {
    width: 100%;
}

.banner1 {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
    width: 60%;
}

.banner2 {
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 80%;
}

.qichebox a {
    display: block;
    text-align: center;
}

.qichebox li {
    padding: 10px 0;
    color: #000;
}

.qichebox img {
    transition: all 0.3s;
}

.qichebox img:hover {
    transform: scale(1.1);
}

.bottom_news {
    height: 30px;
    line-height: 30px;
}

.bottom_news a {
    color: #000;
    padding-left: 10px;
}

.swiper-wrapper img {
    width: 100%;
}

.qichebox img {
    width: 100%;
}


/*全部车型*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.new-big-car {}

.new-big-car .IQ {
    padding: 40px 14px 40px 14px;
    position: relative
}

.new-big-car .IQ img {
    width: 100%
}

.new-big-car .IQ .title {
    width: 30%;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: 270px
}

.new-big-car .IQ .title h1 {
    background: url("../images/large/iq_h1.png") no-repeat center center;
    margin: 0 auto;
    background-size: contain;
    width: 207px;
    height: 35px;
    margin-bottom: 20px
}

.new-big-car .IQ .title p {
    text-align: center;
    font-size: 16px;
    line-height: 2
}

.new-big-car .IQ .title .right_btn {
    margin: 20px auto;
    display: block;
    width: 154px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #ffffff
}

.head-text {
    width: 360px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 20px
}

.head-text i {
    width: 80px;
    height: 1px;
    background: #d0d0d0;
    position: absolute;
    top: 28px
}

.head-text i.l {
    left: 0
}

.head-text i.r {
    right: 0
}

.head-text p {
    font-size: 38px;
    color: #000000;
    text-align: center
}

.car-pic {
    width: 100%;
    overflow: hidden
}

.car-pic img {
    width: 100%;
}

.new-car-box {
    padding: 14px
}

.svg-btn-default {
    width: 160px;
    height: 50px;
    position: relative;
    cursor: pointer;
}

.svg-btn {
    width: 100%;
    border: 2px solid #FFFFFF;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.svg-btn span {
    height: 100%;
    width: 100%;
    transition: top 0.5s ease-in-out;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
}

.svg-btn span:nth-child(1) {
    top: 0;
    color: #ffffff;
}

.svg-btn span:nth-child(2) {
    top: 100%;
    color: #8dc245;
}

.svg-btn-default svg {
    position: relative;
    z-index: 3;
}

.svg-btn-default svg path {
    stroke: #8dc245;
    fill: transparent;
    transition: stroke-dashoffset 0.5s ease-in-out;
    stroke-width: 4px;
    stroke-dasharray: 170;
    stroke-dashoffset: 28%;
    -o-stroke-dasharray: 170;
    -o-stroke-dashoffset: 28%;
    -ms-stroke-dasharray: 170;
    -ms-stroke-dashoffset: 28%;
    -moz-stroke-dasharray: 170;
    -moz-stroke-dashoffset: 28%;
}

.svg-btn-default:hover svg path {
    stroke-dasharray: 170;
    stroke-dashoffset: 170%;
    -o-stroke-dasharray: 170;
    -o-stroke-dashoffset: 170%;
    -ms-stroke-dasharray: 170;
    -ms-stroke-dashoffset: 170%;
    -mz-stroke-dasharray: 170;
    -mz-stroke-dashoffset: 170%;
}

.svg-btn-default:hover .svg-btn span:nth-child(1) {
    top: -100%;
}

.svg-btn-default:hover .svg-btn span:nth-child(2) {
    top: 0;
}

.configuration {
    width: 100%;
    height: auto;
    background: #111122;
    padding: 8% 0 8% 0
}

.configuration .head-text p {
    color: #ffffff;
    font-size: 38px
}

.configuration table,
.cf_table {
    width: 645px;
    margin: 0 auto;
}

.configuration table tr {
    color: #5e5e65;
    font-size: 14px;
    border-bottom: 1px solid #5e5e65;
    line-height: 33px;
    height: 33px
}

.configuration table tr:nth-child(1):hover {
    background: none
}

.configuration table tr:hover {
    background: url("../images/large/IQ/xian.png") repeat-y;
    background-size: cover;
    color: #ffffff
}

.configuration table th {
    padding-left: 24px;
    padding-right: 24px;
    color: #67a4d2;
    text-align: center
}

.configuration table td {
    text-align: center;
    padding: 0 15px;
}

.configuration table td:nth-child(1),
.configuration table th:nth-child(1) {
    text-align: left
}

.configuration table td.tb_wd1 {
    width: 315px;
    padding: 0;
    margin: 0 auto
}

.configuration table td.tb_wd2 {
    width: 125px;
    padding: 0;
    margin: 0 auto
}

.configuration table td.tb_wd3 {
    width: 125px;
    padding: 0;
    margin: 0 auto
}

.tb_wd1 {
    width: 285px;
    margin: 0 auto
}

.tb_wd2 {
    width: 65px;
    margin: 0 auto
}

.tb_wd3 {
    width: 65px;
    margin: 0 auto
}

.cf_table .cf_title {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #5e5e65;
    font-weight: bold;
    line-height: 34px;
}

.cf_title:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    border-right: 2px solid #5e5e65;
    border-bottom: 2px solid #5e5e65;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.cf_tb_box {
    overflow: hidden;
}

.cf_tb_box>div {
    height: 0;
    overflow: hidden;
}

.cf_table.active .cf_title:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.cf_title:after,
.cf_table .cf_tb_box {
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.cf_table.active .cf_tb_box>div {
    height: auto;
}

.configuration .btn_more {
    margin: 30px auto;
    font-size: 16px;
    display: block;
    width: 190px;
    height: 54px;
    line-height: 54px;
    color: #5e5e65;
    border: 1px solid #5e5e65;
    text-align: center
}

@media (max-width: 767px) {
    .configuration table,
    .cf_table {
        width: 95%;
    }
    .cf_table table {
        width: 100%;
    }
    .configuration table td.tb_wd1 {
        width: 150px;
    }
    .configuration table td.tb_wd2 {
        width: 70px;
    }
    .configuration table td.tb_wd3 {
        width: 70px;
    }
    .tb_wd1 {
        width: 150px;
    }
    .tb_wd2 {
        width: 70px;
    }
    .tb_wd3 {
        width: 70px;
    }
    .configuration table th {
        font-size: 14px;
        padding: 0
    }
    .configuration table td {
        padding: 0 0;
    }
    .bottom_news {
        display: none;
    }
    .main_nav {
        margin: 20px 0;
    }
    .main_news_right .title {
        padding-bottom: 5px;
    }
    .data_box {
        display: none;
    }
    .main_news .main_news_right {
        width: 60%;
    }
    .left_img {
        width: 30%;
    }
}

@media (min-width: 768px) and (max-width: 1260px) {
    .main_news .left_img {
        width: 45%;
    }
}

#video .video-close {
    position: absolute;
    width: 60px;
    height: 60px;
    background: url(../images/video-close-icon.png);
    background-size: 120px 60px;
    background-repeat: no-repeat;
    background-position: 0 0;
    right: -60px;
    top: 0px;
    cursor: pointer;
}

.video-con {
    width: 1200px;
    position: relative;
}

#video .video-close:hover {
    background-position: -60px 0;
}

#video {
    position: absolute;
    top: 0;
    margin-left: -600px;
    left: 50%;
    z-index: 9999999999;
}

#menu-handler .burger.hover {
    background: #000;
}

@media (min-width: 479px) {
    .index-form .title .line span {
        font-size: 20px;
        margin-left: -112px;
        width: auto;
    }
}

@media (max-width: 479px) {
    #video .video-close {
        width: 30px;
        height: 30px;
        background-size: 60px 30px;
        right: -30px;
        background-position: -30px 0px;
    }
    .video-con {
        width: 300px;
        position: relative;
    }
    .my-video-dimensions {
        width: 300px;
        height: 200px;
    }
    #video {
        position: fixed;
        top: 50%;
        margin-left: -150px;
        left: 50%;
        z-index: 9999999999;
        margin-top: -100px;
    }
    #btn_video {
        width: 68px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -34px;
        z-index: 222;
        margin-left: -45px;
    }
    .index-form .title .line span {
        font-size: 15px;
        margin-left: -90px;
        width: 180px;
    }
    .sid {
        padding-top: 50px;
    }
    .head {
        height: 50px;
        top: 0px;
        padding: 0px 10px;
        background: #000;
        position: fixed;
    }
    .head .logo {
        height: 50px;
        padding: 5px 0px;
        float: left;
    }
    .head .logo img {
        height: 40px;
    }
    .head .menu-handler {
        display: block;
    }
    .head #menu-holder {
        width: 240px;
        height: 200px;
        position: fixed;
        top: 100%;
        left: 50%;
        margin-left: -120px;
        z-index: 100000000;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }
    .open #menu-holder {
        top: 50%;
        margin-top: -100px;
        -webkit-transition: 800ms;
        -moz-transition: 800ms;
        -o-transition: 800ms;
        transition: 800ms;
    }
    .open #bg-menu {
        width: 100%;
        height: 100%;
        background: #fff;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99999999;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: 800ms;
        -moz-transition: 800ms;
        -o-transition: 800ms;
        transition: 800ms;
    }
    .open #bg-menu {
        display: block;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }
    .head #menu-holder a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
    }
    .head #menu-holder a:hover {
        font-weight: bold;
    }
    .foot {
        padding: 10px 10px 0px;
        font-size: 12px;
    }
    .foot .box span {
        height: 20px;
        line-height: 20px;
    }
    .foot .box.right span {
        padding-right: 10px;
        float: left;
    }
    .foot .tool {
        padding-top: 5px;
    }
    .foot .tool a {
        width: 28px;
        height: 28px;
    }
    .foot .tool a i {
        width: 18px;
        height: 18px;
    }
    .foot .tool a:hover span {
        width: 28px;
        height: 28px;
    }
    .power {
        padding: 5px 10px;
        font-size: 12px;
    }
    .index-video {
        height: 200px;
    }
    .index-video .play,
    .index-videos .play {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
    .index-videos {
        height: 280px;
    }
    .index-article a span {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0px 10px;
    }
    .index-form .maps #NBYZMAP {
        height: 200px;
    }
    .index-form #feedback_form {
        width: 280px;
        height: 340px;
        margin: 20px auto 0px;
    }
    .about .list {
        min-height: 80px;
        padding-left: 80px;
        position: relative;
    }
    .about .list a.a1 {
        width: 70px;
        position: absolute;
        top: 5px;
        left: 0px;
    }
    .about .list .t {
        font-size: 18px;
        text-align: left;
    }
    .about .list .p {
        text-align: left;
        padding: 0px;
    }
    .about .list a.a2 {
        width: 80px;
    }
    .menus .li {
        width: 50%;
    }
    .menus .li a {
        font-size: 12px;
        border-right: #fff solid 1px;
        border-bottom: #fff solid 1px;
    }
    .video_url {
        height: 240px;
    }
    .mapbox,
    .mapbox .maps {
        height: 240px;
    }
    .article01 a {
        margin-bottom: 10px;
    }
    .article01 a .imgs {
        height: 180px;
    }
    .article01 a .p1 {
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        padding: 0px 10px;
    }
    .article01 a .p2 {
        height: 40px;
        line-height: 20px;
        padding: 0px 10px;
    }
    .article01 a .p3 {
        height: 30px;
        line-height: 20px;
        padding: 0px 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #video .video-close {
        width: 30px;
        height: 30px;
        background-size: 60px 30px;
        right: -30px;
        background-position: -30px 0px;
    }
    .video-con {
        width: 300px;
        position: relative;
    }
    .my-video-dimensions {
        width: 300px;
        height: 200px;
    }
    #video {
        position: fixed;
        top: 50%;
        margin-left: -150px;
        left: 50%;
        z-index: 9999999999;
        margin-top: -100px;
    }
    #btn_video {
        width: 68px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -34px;
        z-index: 999999999;
        margin-left: -45px;
    }
    .sid {
        padding-top: 50px;
    }
    .head {
        height: 50px;
        top: 0px;
        padding: 0px 10px;
        background: #000;
        position: fixed;
    }
    .head .logo {
        height: 50px;
        padding: 5px 0px;
        float: left;
    }
    .head .logo img {
        height: 40px;
    }
    .head .menu-handler {
        display: block;
    }
    .head #menu-holder {
        width: 240px;
        height: 200px;
        position: fixed;
        top: 100%;
        left: 50%;
        margin-left: -120px;
        z-index: 100000000;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }
    .open #menu-holder {
        top: 50%;
        margin-top: -100px;
        -webkit-transition: 800ms;
        -moz-transition: 800ms;
        -o-transition: 800ms;
        transition: 800ms;
    }
    .open #bg-menu {
        width: 100%;
        height: 100%;
        background: #000;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99999999;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: 800ms;
        -moz-transition: 800ms;
        -o-transition: 800ms;
        transition: 800ms;
    }
    .open #bg-menu {
        display: block;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }
    .head #menu-holder a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
    }
    .head #menu-holder a:hover {
        font-weight: bold;
    }
    .foot {
        padding: 10px 10px 0px;
        font-size: 12px;
    }
    .foot .box span {
        padding-right: 10px;
        float: left;
    }
    .foot .tool {
        padding-top: 5px;
    }
    .foot .tool a {
        width: 28px;
        height: 28px;
    }
    .foot .tool a i {
        width: 18px;
        height: 18px;
    }
    .foot .tool a:hover span {
        width: 28px;
        height: 28px;
    }
    .power {
        padding: 5px 10px;
        font-size: 12px;
    }
    .index-video {
        height: 200px;
    }
    .index-video .play,
    .index-videos .play {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
    .index-videos {
        height: 360px;
    }
    .index-article a span {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0px 10px;
    }
    .index-form .maps #NBYZMAP {
        height: 200px;
    }
    .index-form #feedback_form {
        width: 280px;
        height: 340px;
        margin: 20px auto 0px;
    }
    .about .list {
        min-height: 100px;
        padding-left: 110px;
        position: relative;
    }
    .about .list a.a1 {
        width: 90px;
        position: absolute;
        top: 5px;
        left: 0px;
    }
    .about .list .t {
        font-size: 18px;
        text-align: left;
    }
    .about .list .p {
        text-align: left;
        padding: 0px;
    }
    .about .list a.a2 {
        width: 80px;
    }
    .menus .li {
        width: 50%;
    }
    .menus .li a {
        font-size: 12px;
        border-right: #fff solid 1px;
        border-bottom: #fff solid 1px;
    }
    .video_url {
        height: 240px;
    }
    .mapbox,
    .mapbox .maps {
        height: 240px;
    }
    .article01 a {
        padding: 10px 10px 10px 165px;
        margin-bottom: 15px;
    }
    .article01 a .imgs {
        width: 150px;
        height: 110px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .article01 a .p1 {
        height: 30px;
        line-height: 30px;
    }
    .article01 a .p2 {
        height: 40px;
        line-height: 20px;
    }
    .article01 a .p3 {
        height: 20px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .head {
        padding: 0px 60px;
    }
    .head #menu-holder {
        height: 60px;
        margin-left: 20px;
        float: left;
    }
    .head #menu-holder a {
        width: 50px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        position: relative;
        float: left;
    }
    .head #menu-holder a s {
        width: 0px;
        height: 2px;
        background: #d40407;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 15px;
    }
    .head #menu-holder a.hover s {
        width: 30px;
        display: block;
        margin-left: -15px;
    }
    .head #menu-holder a:hover s {
        width: 30px;
        display: block;
        margin-left: -15px;
    }
    .foot {
        padding: 10px 20px 0px;
        position: relative;
    }
    .foot .left {
        float: left;
    }
    .foot .right {
        float: right;
    }
    .foot .center {
        width: 300px;
        text-align: center;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -150px;
    }
    .foot .tool {
        display: inline-block;
    }
    .power {
        text-align: center;
        padding-bottom: 10px;
        font-size: 12px;
    }
    .index-video {
        height: 200px;
    }
    .index-videos {
        height: 450px;
    }
    .index-form .maps #NBYZMAP {
        height: 480px;
    }
    .index-form #feedback_form {
        width: 280px;
        height: 340px;
        background: #fff;
        padding: 10px 20px;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -170px;
    }
    .about .list a {
        width: 90px;
        padding: 10px;
        margin: 0px auto;
    }
    .about .list .t {
        font-size: 18px;
    }
    .about .list span {
        margin: 0px auto;
    }
    .menus .li a {
        border-right: #fff solid 1px;
    }
    .video_url {
        height: 240px;
    }
    .mapbox,
    .mapbox .maps {
        height: 300px;
    }
    .article01 a {
        padding: 10px 10px 10px 200px;
        margin-bottom: 15px;
    }
    .article01 a .imgs {
        width: 180px;
        height: 135px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .article01 a .p1 {
        height: 40px;
        line-height: 40px;
    }
    .article01 a .p2 {
        height: 50px;
        line-height: 25px;
    }
    .article01 a .p3 {
        height: 25px;
        line-height: 25px;
    }
}

@media (min-width: 1000px) {
    #btn_video {
        width: 128px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -64px;
        z-index: 999999999;
        margin-left: -64px;
    }
    .swiper-button-prev {
        left: 16%;
    }
    .swiper-button-next {
        right: 16%
    }
    .head {
        padding: 0px 25px;
    }
    .head #menu-holder {
        height: 60px;
        margin-left: 20px;
        float: left;
    }
    .head #menu-holder a {
        width: 70px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        position: relative;
        float: left;
    }
    .head #menu-holder a s {
        width: 0px;
        height: 2px;
        background: #d40407;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 15px;
    }
    .head #menu-holder a.hover s {
        width: 30px;
        display: block;
        margin-left: -15px;
    }
    .head #menu-holder a:hover s {
        width: 30px;
        display: block;
        margin-left: -15px;
    }
    .foot {
        padding: 25px 20px 20px;
        position: relative;
    }
    .foot .box.left span {
        padding-right: 10px;
        float: left;
    }
    .foot .box.right span {
        padding-left: 10px;
        float: left;
    }
    .foot .left {
        float: left;
    }
    .foot .right {
        float: right;
    }
    .foot .center {
        width: 300px;
        text-align: center;
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -150px;
    }
    .foot .tool {
        display: inline-block;
    }
    .power {
        text-align: center;
        padding-bottom: 20px;
    }
    .index-video {
        height: 540px;
    }
    .index-videos {
        height: 580px;
    }
    .single {
        padding: 30px 0px 50px;
    }
    .single p {
        line-height: 40px;
        font-size: 20px;
        letter-spacing: 5px;
    }
    .index-form .maps #NBYZMAP {
        height: 480px;
    }
    .index-form #feedback_form {
        width: 300px;
        height: 380px;
        background: #fff;
        padding: 30px 20px;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -190px;
    }
    .about .list a {
        width: 120px;
        padding: 10px;
        margin: 0px auto;
    }
    .about .list span {
        margin: 0px auto;
    }
    .menus .li a {
        border-right: #fff solid 1px;
    }
    .video_url {
        height: 480px;
    }
    .mapbox,
    .mapbox .maps {
        height: 300px;
    }
    .article01 a {
        padding: 10px 10px 10px 200px;
        margin-bottom: 15px;
    }
    .article01 a .imgs {
        width: 180px;
        height: 135px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .article01 a .p1 {
        height: 40px;
        line-height: 40px;
    }
    .article01 a .p2 {
        height: 50px;
        line-height: 25px;
    }
    .article01 a .p3 {
        height: 25px;
        line-height: 25px;
    }
    .article a .imgs {
        height: 200px;
    }
}

@media (min-width: 1260px) {
    .head {
        padding: 0px 40px;
    }
    .index-videos {
        height: 640px;
    }
    .index-form .maps #NBYZMAP {
        height: 540px;
    }
    .about .list a.a1 {
        width: 160px;
        padding: 20px;
    }
    .article a .imgs {
        height: 240px;
    }
}

.newsbox .title {
    height: 45px;
    border-bottom: #d2d2d2 solid 1px;
    position: relative;
}

.newsbox .title .b_title {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    border-bottom: #333 solid 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.newsbox .title .b_title i {
    width: 3px;
    height: 15px;
    display: block;
    background: #333;
    margin-top: 14px;
    margin-right: 10px;
    float: left;
}

.newsbox .title .b_title b {
    height: 15px;
    display: block;
    float: left;
}

.newsbox .title a {
    height: 45px;
    line-height: 45px;
    color: #999;
    font-size: 10px;
    display: block;
    float: right;
}

.newsbox .article {
    height: auto;
    overflow: hidden;
    display: block;
}

.newsbox .article img {
    width: 100%;
}

.newsbox .article .n_title {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding-left: 10px;
}

.newsbox .article .n_intro {
    overflow: hidden;
    line-height: 25px;
    color: #999;
    font-size: 12px;
    text-indent: 25px;
    padding-left: 10px;
}

.newsbox .article .time {
    height: auto;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    font-size: 12px;
    text-align: right;
    border-bottom: #e5e5e5 solid 1px;
    padding-bottom: 15px;
}

.news_index {
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.news_index li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    clear: both;
    position: relative;
}

.news_index li i {
    width: 4px;
    height: 4px;
    background: #666;
    display: block;
    position: absolute;
    top: 13px;
    left: 0px;
}

.news_index li a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #666;
    padding-left: 15px;
    padding-right: 90px;
}

.news_index li time {
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #666;
    position: absolute;
    top: 0px;
    right: 0px;
}

.news_index li a:hover {
    color: #333;
}