body {
    padding-top: 45px !important;
}

#table {
    margin-top: 40px;
}

/*侧栏*/

.cart_num {
    position: absolute;
    top: 26px;
    right: 6px;
    background: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    color: #e31f29;
}

.toTop {
    position: relative;
    z-index: 9999;
    position: fixed;
    right: 20px;
    width: 48px;
    top: 20%;
    margin-top: -96px;
}

.toTop>span {
    margin-bottom: 4px;
    background: #e31f29;
    display: block;
    padding: 12px;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.toTop>span img {
    width: 24px;
    height: 24px;
}

.toTop>span#toTop {
    padding: 11px !important;
}

.toTop>span.toTopIcon {
    height: 22px;
    border: 1px solid #ababab;
    background: #fff;
}

.toTop>span:hover {
    background: #c32029;
}

.toTop>span.toTopIcon:hover {
    border: 1px solid #ece7e7;
    background: #fff;
}

.shoppingcarBox {
    position: absolute;
    width: 380px;
    left: -380px;
    top: 0px;
    background: #eee;
}

.shoppingcarBox div.title {
    font-size: 18px;
    background: #c1c1c1;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.shoppingcarBox div.title {
    position: relative;
}

.shoppingcarBox div.title span {
    position: absolute;
    right: 2px;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    cursor: pointer;
}

.shoppingcarBox div.price {
    font-size: 14px;
    background: #d8d8d8;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

.shoppingcarBox div.price span {
    text-align: right;
    color: #eb313c;
    float: right;
}

.shoppingcarBox ul.list {
    padding: 0 20px;
    height: 200px;
    overflow-y: auto;
}

div.list {
    padding: 10px 20px;
    font-weight: bold;
}

.shoppingcarBox ul.list li {
    position: relative;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}

.shoppingcarBox ul.list li span,
.shoppingcarBox div span {
    display: inline-block;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}

.shoppingcarBox .price span {
    width: 50%;
}

.shoppingcarBox ul.list li span.price {
    color: #eb313c;
}

.shoppingcarBox ul.list li span.text,
div span.text {
    width: 150px;
}

.shoppingcarBox .btn {
    text-align: center;
    background: #666666;
    color: #fff;
    height: 39px;
    line-height: 39px;
    cursor: pointer;
}

.shoppingcarBox li .del {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
}

.shoppingcarBox li:hover .del {
    display: block;
}

h3.title {
    padding-top: 40px;
    font-size: 22px;
    line-height: 120px;
    height: 120px;
    text-align: center;
    min-width: 1200px;
    color: #343434;
    font-weight: normal;
}

.nav {
    background: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    min-width: 1200px !important;
}

.case {
    background: #383d41;
    height: 420px;
}

.footer {
    background: #333;
}

.footer .content {
    margin: 0 auto;
    min-width: 1200px;
    max-width: 70%;
}

.banner .content,
.main .content,
.case .content {
    width: 1200px;
    margin: 0 auto;
}

.nav .content {
    margin: 0 auto;
    width: 85%;
    min-width: 1200px;
}

.banner {
    height: 570px;
    overflow: hidden;
}

.J_BD {
    position: relative;
}

@-o-keyframes circleBig {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circleBig {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circleBig {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circleBig {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circleSmall {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes circleSmall {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes circleSmall {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes circleSmall {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.J_BD {
    height: 180px;
    width: 100%;
}

.um-data-frame img {
    position: absolute;
    left: 50%;
    top: 50%;
}

.um-data-frame .um-data-bg-circle {
    width: 108px;
    height: 108px;
    margin-left: -54px;
    margin-top: -54px;
}

.um-data-frame .um-data-circle-big {
    width: 88px;
    height: 88px;
    margin-left: -44px;
    margin-top: -44px;
    -webkit-animation: circleBig 10s linear infinite;
    -moz-animation: circleBig 10s linear infinite;
    -ms-animation: circleBig 10s linear infinite;
    -o-animation: circleBig 10s linear infinite;
    animation: circleBig 10s linear infinite;
}

.um-data-frame .um-data-circle-small {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    webkit-animation: circleSmall 10s linear infinite;
    -moz-animation: circleSmall 10s linear infinite;
    -ms-animation: circleSmall 10s linear infinite;
    -o-animation: circleSmall 10s linear infinite;
    animation: circleSmall 10s linear infinite;
}

.um-data-frame .um-data-logo {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
}

.um-data-buildings-left,
.um-data-buildings-right {
    position: relative;
    position: absolute;
    bottom: 32px;
    width: 50%;
    height: 110px;
    overflow: hidden;
}

.um-data-buildings-right {
    right: 0px;
}

.um-data-buildings-left {
    left: 0px;
}

.um-data-buildings-left .um-data-forward,
.um-data-buildings-right .um-data-forward {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.um-data-buildings-left .um-data-backward,
.um-data-buildings-right .um-data-backward {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.um-data-buildings-left .um-data-backward,
.um-data-buildings-left .um-data-forward {
    position: absolute;
    bottom: -90px;
}

.um-data-buildings-left .um-data-backward {
    width: 523px;
    height: 53px;
}

.um-data-buildings-left .um-data-forward {
    width: 270px;
    height: 72px;
    margin-left: 130px;
}

.um-data-buildings-right .um-data-backward,
.um-data-buildings-right .um-data-forward {
    position: absolute;
    bottom: -90px;
    right: 0px;
}

.um-data-buildings-right .um-data-backward {
    width: 523px;
    height: 53px;
}

.um-data-buildings-right .um-data-forward {
    width: 270px;
    height: 72px;
    margin-right: 130px;
}

.um-data-text {
    -webkit-transition: all 1s ease-in-out 2s;
    -moz-transition: all 1s ease-in-out 2s;
    -ms-transition: all 1s ease-in-out 2s;
    -o-transition: all 1s ease-in-out 2s;
    transition: all 1s ease-in-out 2s;
}

.um-data-text {
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #b3b3b3;
    font-size: 12px;
}

.um-data-text b {
    font-size: 24px;
    font-weight: 400;
    color: #595959;
    padding: 0 2px;
}

.um-data-text span {
    padding: 0 35px;
}

.case .content {
    height: 425px;
    overflow: hidden;
    position: relative;
    top: -5px;
}

.case .content ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    height: 425px;
}

.case .content li {
    float: left;
    width: 300px;
    height: 425px;
    background: #eee;
    border-top: 5px solid #fff;
    position: relative;
}

.case .prev,
.case .next {
    font: bold 14px "SimSun";
    line-height: 420px;
}

.roll a,
.roll div,
.roll h3 {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
}

.roll div.bg {
    background: #000;
    height: 420px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.roll:hover div.bg {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.iconImg {
    top: 130px;
}

.roll .titleTxt {
    top: 250px;
    font-size: 22px;
}

.roll .text {
    box-sizing: border-box;
    padding: 5px 30px;
    -height: 66px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.roll .text,
.roll a {
    top: 1000px;
}

.roll a {
    background-color: #ff3333;
    width: 88px;
    height: 28px;
    line-height: 28px;
    left: 50%;
    margin-left: -44px;
}

.case .content li:hover .iconImg,
.case .content li:hover h3,
.case .content li:hover a {
    transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
}

.case .content li .iconImg,
.case .content li h3,
.case .content li a {
    transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
}

.case .content li:hover .text {
    transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
}

.case .content li .text {
    transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
}

.case .content li:hover .iconImg {
    top: 50px;
}

.case .content li:hover .titleTxt {
    top: 170px;
}

.case .content li:hover a {
    top: 320px;
}

.case .content li:hover .text {
    top: 230px;
}

.case .content li:hover {
    border-top: 5px solid #e31f29;
    background: rgba(153, 153, 153, 0.7);
}

.footer>ul {
    padding: 52px 0 30px;
    color: #fff;
    font-size: 12px;
}

.footer>ul>li {
    float: left;
    height: 208px;
}

.footer>ul>li.v-line {
    border-left: 1px solid #979797;
    border-right: 1px solid #979797;
}

.footer>ul>li li {
    line-height: 39px;
    height: 39px;
}

.footer>ul>li li.contact_us {
    line-height: 60px;
    height: 60px;
    font-size: 18px;
}

.title_font {
    text-align: center !important;
    line-height: 39px;
    height: 39px;
}

.footer>ul>li.v-line ul {
    padding: 0px;
    margin: 0 auto;
    width: 420px;
}

.footer .img_logo li {
    float: left;
    height: 60px;
    width: 140px;
}

.footer .img_logo li a {
    display: block;
    height: 60px;
}

.footer .border_p {
    float: left;
    position: relative;
    width: 84px;
    height: 84px;
    border: 1px solid #707070;
    padding: 14px;
    margin: 20px 0px 20px 20px;
}

.footer .border_p span {
    position: absolute;
    height: 10px;
    width: 10px;
    border: 2px solid #e1e1e1;
}

.footer .border_p span.border_lt {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}

.footer .border_p span.border_rt {
    top: 0;
    right: 0;
    border-bottom: 0;
    border-left: 0;
}

.footer .border_p span.border_lb {
    bottom: 0;
    left: 0;
    border-top: 0;
    border-right: 0;
}

.footer .border_p span.border_rb {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
}

.copyright {
    background: #222;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 12px;
    color: #8e8e8e;
    min-width: 1200px;
}

/* icon */

.indexIcon {
    background-image: url(../img/indexIcon.png);
    background-repeat: no-repeat;
}

.logoImg {
    display: inline-block;
    width: 250px;
    height: 45px;
    background-position: -7px 0px;
}

.logo {
    height: 49px;
}

.wxIcon {
    width: 83px;
    height: 83px;
    background-position: 0px -362px;
}

.wxIcon2 {
    width: 83px;
    height: 83px;
    background-position: -82px -362px;
}

.link01 {
    width: 140px;
    height: 60px;
    background-position: 0px -58px;
}

.link02 {
    width: 140px;
    height: 60px;
    background-position: 0px -118px;
}

.link03 {
    width: 140px;
    height: 60px;
    background-position: 0px -178px;
}

.link04 {
    width: 140px;
    height: 60px;
    background-position: 0px -238px;
}

.link05 {
    width: 140px;
    height: 60px;
    background-position: 0px -298px;
}

.link06 {
    width: 140px;
    height: 60px;
    background-position: -141px -58px;
}

.contact_us {
    text-indent: 3.5em;
    background-position: -262px -105px;
}

.company {
    text-indent: 3em;
    background-position: -281px -190px;
}

.address {
    text-indent: 3em;
    background-position: -281px -225px;
}

.url {
    text-indent: 3em;
    background-position: -281px -157px;
}

/* 首页 */

.transition-delay {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.transition-delay li {
    width: 300px;
    height: 60px;
    margin-bottom: 10px;
    padding: 6px;
    border: 1px solid #ab9595;
    background-color: #e3e2e0;
}

.transition-delay li.time3s {
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: .3s;
}

.transition-delay li.time5s {
    transition-property: background-color;
    transition-duration: .5s;
    transition-timing-function: ease-in;
    transition-delay: .5s;
}

.transition-delay li.time8s {
    transition-property: color;
    transition-duration: .8s;
    transition-timing-function: ease-in;
    transition-delay: .8s;
}

.transition-delay li:nth-child(1):hover {
    background-color: #ff0030;
}

.transition-delay li:nth-child(2):hover {
    background-color: #fbdd74;
}

.transition-delay li:nth-child(3):hover {
    color: #f7018c;
}

/*GLOBALS*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    height: 570px;
    position: relative;
    -color: #fff;
    -text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

#slider-wrap {
    width: 100%;
    height: 570px;
    position: relative;
    overflow: hidden;
}

#slider-wrap ul#slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#slider-wrap ul#slider li {
    float: left;
    position: relative;
    height: 570px;
}

#slider-wrap ul#slider li>div {
    position: absolute;
    top: 20px;
    left: 35px;
}

#slider-wrap ul#slider li>div h3 {
    font-size: 36px;
    text-transform: uppercase;
}

#slider-wrap ul#slider li>div span {
    font-family: Neucha, Arial, sans serif;
    font-size: 21px;
}

#slider-wrap ul#slider li i {
    text-align: center;
    line-height: 400px;
    display: block;
    width: 100%;
    font-size: 90px;
}

/*btns*/

.btns {
    font-family: "SimSun";
    font-weight: bold;
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btns:hover {
    background: rgba(0, 0, 0, 0.5);
}

#next {
    right: -51px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: -51px;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
}

/*bar*/

#pagination-wrap {
    min-width: 20px;
    margin-top: 450px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

#pagination-wrap ul {
    width: 100%;
}

#pagination-wrap ul li {
    margin: 0 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 0;
}

#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    top: 3px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

/*Header*/

h1,
h2 {
    text-shadow: none;
    text-align: center;
}

h1 {
    color: #666;
    text-transform: uppercase;
    font-size: 36px;
}

h2 {
    color: #7f8c8d;
    font-family: "Microsoft Yahei", Arial ;
    font-size: 18px;
    margin-bottom: 30px;
}

/*ANIMATION*/

#slider-wrap ul,
#pagination-wrap ul li {
    -webkit-transition: all 0.5s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.5s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.5s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.5s cubic-bezier(1, .01, .32, 1);
    transition: all 0.5s cubic-bezier(1, .01, .32, 1);
}

.box {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

#roll {
    width: 200%;
}

.box span {
    position: absolute;
    display: inline-block;
    width: 50px;
    top: 5px;
    height: 420px;
    text-align: center;
    cursor: pointer;
    background: #000;
    z-index: 90;
    color: #fff;
    filter: alpha(opacity:40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
}

.box .next {
    right: 0;
}

/* nav */

#navView li span {
    height: 3px;
    background: #e41f2b;
    display: block;
    width: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#navView li:hover span {
    width: 100%;
}

.head-v3 {
    position: relative;
    z-index: 100;
}

.head-v3 .navigation-inner {
    margin: 0 auto;
    position: relative;
}

.navigation-up {
    height: 48px;
    padding-left: 250px;
}

.navigation-up .navigation-v3 ul {
    width: 820px;
}

.navigation-up .navigation-v3 li {
    float: left;
    color: #fff
}

.navigation-up .navigation-v3 li h2 {
    font-weight: normal;
    padding: 0;
    margin: 0
}

.navigation-up .navigation-v3 li h2 a {
    margin: 0 25px;
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

.navigation-up .navigation-v3 li h2 a:hover {
    color: #e41f2b;
}

.navigation-down {
    position: absolute;
    top: 48px;
    -padding: 30px;
}

.navigation-down .nav-down-menu {
    margin: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0px
}

.navigation-down .down-2 dd,
.navigation-down .down-3 dd,
.navigation-down .down-4 dd,
.navigation-down .down-5 dd,
.navigation-down .down-6 dd {
    text-align: left;
    width: 255px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    white-space: nowrap;
}

#nav-unifiedLib {
    width: 800px !important;
    padding-left: 20px !important;
}

#nav-special {
    width: 320px !important;
    padding-left: 20px !important;
}

#nav-special dd {
    width: 160px !important;
}

.navigation-down .down-1 {
    width: 780px;
    margin-left: 0px;
}

.navigation-down .down-2 {
    margin-left: 460px;
    width: 200px;
    padding: 20px;
}

.navigation-down .down-3 {
    margin-left: 510px;
    width: 255px;
    padding: 20px 10px;
    white-space: nowrap;
}

.navigation-down .down-3 a {
    margin-right: 10px;
}

.navigation-down .down-4 {
    margin-left: 685px;
    width: 200px;
    padding: 20px;
}

.navigation-down .down-5 {
    margin-left: 799px;
    width: 200px;
    padding: 20px;
}

.navigation-down .down-6 {
    margin-left: 913px;
    width: 200px;
    padding: 20px;
}

.navigation-down .nav-down-menu .navigation-down-inner {
    margin: auto;
    position: relative;
}

.navigation-down .nav-down-menu dl {
    float: left;
    margin: 18px 80px 18px 0
}

.navigation-down .menu-1.down-1 dl,
.navigation-down .menu-1.down-6 dl {
    margin: 20px 30px;
}

.navigation-down .menu-1 dl {
    margin: 20px 0px;
    width: 200px;
}

.navigation-down .menu-1 dt {
    font: normal 16px "microsoft yahei";
    color: #fff;
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px
}

.navigation-down .menu-1 a {
    color: #fff;
}

.navigation-down .menu-1 dd a:hover {
    color: #e41f2b
}

.navigation-down .menu-2 dd a,
.navigation-down .menu-3 dd a {
    color: #fff;
    font: normal 16px "microsoft yahei";
}

.navigation-down dd a {
    line-height: 27px;
}

.navigation-down dd a:hover {
    font-weight: bolder;
    color: #e41f2b;
}

.nav .login {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}

.nav .login a,
.nav .login span {
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    height: 48px;
    right: 0px;
}

.nav .login a {
    cursor: pointer;
    padding: 0 5px;
}

.nav .login:hover .login-box {
    display: block;
}

.login a b {
    border: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.login .login-p {
    position: relative;
}

.login-box {
    position: absolute;
    top: 48px;
    right: 5px;
    background: #fff;
    display: none;
    width: 120px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .12);
}

.nav .login .login-box ul {
    padding: 10px 0px;
}

.nav .login .login-box ul li {
    padding: 0 10px;
    text-align: center;
}

.nav .login .login-box ul li a {
    color: #333;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}

.nav .login .login-box ul li:hover {
    background-color: #e4e8f1;
}

/* tab */

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contents .cl {
    zoom: 1;
    height: 420px;
    overflow-y: auto;
    background: #f5f5f5;
    padding-right: 30px;
    padding-top: 25px;
    box-sizing: border-box;
}

.contents .cl li {
    position: relative;
    float: left;
    width: 360px;
    margin: 0 0 0 30px;
    height: 180px;
    box-sizing: border-box;
    padding: 14px 38px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #8d8c8c;
}

.contents .cl li strong span {
    font-size: 12px !important;
    color: #8d8c8c;
    font-weight: normal;
}

.contents .cl li i {
    position: absolute;
    right: 10px;
    color: #f5f5f5;
    top: 0px;
    display: block;
    width: 20px;
    height: 100%;
    line-height: 180px;
    font-style: normal;
    font-family: "SimSun";
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.contents .cl li:hover i {
    color: #e41f2b;
}

.contents .cl li h4 {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.contents .cl li h4 img {
    width: 35px;
    margin-right: 10px;
    float: left;
}

.contents .cl li p {
    font-size: 12px;
    width: 270px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 11px 0 15px;
}

.contents .cl li strong {
    color: #e41f2b;
}

.contents .cl li:hover {
    background-color: #fff;
}

.contents .cl li:hover h4 {
    color: #e41f2b;
}

.r {
    float: right
}

.l {
    float: left
}

.pt20 {
    padding-top: 20px;
}

.w1200 {
    width: 1200px;
    height: 588px;
    margin: 0 auto;
}

/*one stare*/

.important p {
    font-size: 16px;
    color: #7f7f87;
    padding: 10px 0 30px;
}

.important {
    padding: 0;
}

.important li {
    float: left;
    width: 240px;
    text-align: center;
}

.important li:hover {
    cursor: pointer;
}

.important li .line {
    width: 60px;
    height: 5px;
    background: #fff;
    margin: 0 auto;
}

.important li.active .line {
    background: #e41f2b;
}

.important li.active .line,
.important li.active p {
    color: #e41f2b;
    display: block;
}

.important li a {
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    display: block;
    padding: 21px;
}

.important li span {
    width: 60px;
    height: 60px;
    display: block;
}

.important .rcsp_1 span {
    background: url("../img/icon1.png") no-repeat bottom center;
}

.important .rcsp_2 span {
    background: url("../img/icon2.png") no-repeat bottom center;
}

.important .rcsp_3 a {
    padding: 21px 11px;
}

.important .rcsp_3 span {
    width: 80px;
    background: url("../img/icon3.png") no-repeat bottom center;
}

.important .rcsp_4 span {
    background: url("../img/icon4.png") no-repeat bottom center;
}

.important .rcsp_5 span {
    background: url("../img/icon5.png") no-repeat bottom center;
}

.bgbg {
    background: url("../img/bgbg.png") center bottom no-repeat;
    width: 100%;
    padding-bottom: 20px;
}

/* .w1200 .important .rcsp_1 span,
.w1200 .important .rcsp_2 span,
.w1200 .important .rcsp_3 span,
.w1200 .important .rcsp_4 span,
.w1200 .important .rcsp_5 span,
.w1200 .important .rcsp_1:hover span,
.w1200 .important .rcsp_2:hover span,
.w1200 .important .rcsp_3:hover span,
.w1200 .important .rcsp_4:hover span,
.w1200 .important .rcsp_5:hover span {
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
} */

.w1200 .important .rcsp_1:hover span {
    background: #e41f2b;
    background: url("../img/icon1.png") no-repeat top center;
}

.w1200 .important .rcsp_2:hover span {
    background: url("../img/icon2.png") no-repeat top center;
}

.w1200 .important .rcsp_3:hover span {
    background: url("../img/icon3.png") no-repeat top center;
}

.w1200 .important .rcsp_4:hover span {
    background: url("../img/icon4.png") no-repeat top center;
}

.w1200 .important .rcsp_5:hover span {
    background: url("../img/icon5.png") no-repeat top center;
}
