﻿/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
    font-family: 'PingFangSC', 'helvetica neue', 'hiragino sans gb', 'arial', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif' !important;
    color: #2c343b;
    background-color: #fff;
}

a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}
img {
    max-width: 100%;
}
dt,dd,h1, h2, h3, h4, h5, h6{
    margin:0;
}
.c-g-7 {
    width: calc(100% / 7);
    float:left;
}

.c-g-6 {
    width: 20%;
    float:left;
}

.c-g-4 {
    width: 25%;
    float:left;
}

.c-g-3 {
    width: calc(100% / 3);
    float:left;
}

/* --------------------------------

Main Components

-------------------------------- */
/*header*/
.header {
    z-index: 24;
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header:hover .navigation-up {
    background: #2a303c;
}

.header:hover .header-top ul {
    background: #2a303c;
}

.header-top ul {
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;

}

.header-top ul li {
    display: inline;
    padding-left: 5px;
    color: #fff;
    font-size: 12px;
}

.header-top ul li a {
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.header-top ul li a:hover {
    color: #2f9fa5;
}

.head-v3 {
    position: relative;
    z-index: 100;
    min-width: 1000px
}

.head-v3 .navigation-inner {
    margin: 0 auto;
    width: 980px;
    position: relative
}

.navigation-up {
    height: 60px;
    padding: 0 20px;
    overflow: hidden;
}

.navigation-up .navigation-v3 {
    float: left;
    _margin-left: 10px;
    margin-left: 40px;
}

.navigation-up .navigation-v3 ul {
    float: left;
    line-height: 60px;
}

.navigation-up .navigation-v3 li {
    float: left;
    color: #fff
}
.navigation-up .navigation-v3 li a{
    font-size:12px;
}
.navigation-up .navigation-v3 .nav-up-selected {

}

.navigation-up .navigation-v3 .nav-up-selected-inpage {
    background: #202833
}

.navigation-up .navigation-v3 li h2 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    position: relative;
}

.navigation-up .navigation-v3 li h2:hover:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    left: 10%;
    background: #2f9fa5;
    bottom: 0px;
}

.navigation-up .navigation-v3 li h2 a {
    padding: 0 25px;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    transition: all .2s;
}

.navigation-up .navigation-v3 li h2 a:hover {
    color: #2f9fa5;
}
.city{
    padding-left: 5px;
    float: left;
    color: #fff;
    font-size: 24px;
    border-left: 1px solid;
    margin-top: 18px;
}
.div-city{
    position: relative;
    margin: 0;
    float: left;
    margin-left: 20px;
    font-size: 12px;
    z-index: 999;
}
.div-city dd{
    display: inline-block;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}
.div-city dt{
    position: absolute;
    top: 39px;
    color: #fff;
    background: #2F3438;
    left: 0;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: none;
    width: 600px;
}
.div-city dt li span{
    color: #2f9fa5;
}
.div-city dt li a{
    color: #fff;
    font-weight: normal;
    line-height: 24px;
    padding: 0 12px;
}
.div-city:hover dt{
    display: block;
}
.div-city dt:after, .div-city dt:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: -16px;
    position: absolute;
    width: 0;
}

.div-city dt:after {
    border-width: 8px;
    border-bottom-color: #2f3438;
    left: 20px;
}

.div-city dt:before {
    border-width: 10px;
    border-bottom-color: #4e5256;
    left: 18px;
    top: -20px;
}
.nav-list li .menu{
    position: absolute;
    left: 0px;
    display: none;
    background: #2F3438;
    width: 100%;
    padding-left: 184px;
    font-size: 12px;
    z-index: 999;
}
.nav-list li .menu .title{
    padding: 20px;
    width: calc((100% - 40px) / 5);
    display:inline-block;
    float:none;
}
.nav-list li .menu .title > a {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    /*pointer-events:none;*/
}

li.havechild:nth-child(1) .menu > li > a,li.havechild:nth-child(2) .menu > li > a,li.havechild:nth-child(3) .menu > li > a{
    pointer-events:none;
}
.nav-list li .menu .content-title a{
    color: rgba(195, 197, 198, 0.8);
}
.nav-list li .menu .content-title a:hover{
    color: #2f9fa5;
}
.nav-list li:hover .menu{
    display: block;
}
.navigation-up .navigation-v3 li .column, .nav-list > li > a  {
    padding: 0 12px!important;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 14px!important;
    transition: all .2s;
    text-shadow: none;
    margin:0;
}
li.havechild .content-title{
    display: none;
}
li.havechild:first-child .content-title {
    display: block!important;
}
li.havechild:first-child .title > a{
    cursor: default;
}
ul.content-title li {
    clear: both;
    height: 26px;
}
.navigation-up .navigation-v3 li:hover a.column {
    color: #2f9fa5;
}
.navigation-down {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.navigation-down .nav-down-menu {
    width: 100%;
    margin: 0;
    background: #2F3438;
    position: absolute;
    top: 0px
}

.navigation-down .nav-down-menu .navigation-down-inner {
    margin: auto;
    width: 1200px;
    position: relative
}
.navigation-down .nav-down-menu .navigation-down-inner  .box{
    width: calc((100% - 100px) / 4);
    float: left;
    margin-top: 20px;
}
.navigation-down .nav-down-menu .navigation-down-inner  .box h1{
    font-size: 14px;
    color: #2f9fa5;
}

.navigation-down .nav-down-menu dl {
    float: left;
    margin: 18px 80px 18px 0
}

.navigation-down .menu-1 dl {
    margin: 20px 80px 25px 0
}
.navigation-down .menu-1 .box dl{
    width: 80%;
    border-bottom:1px solid rgba(204, 204, 204, 0.2);
    margin: 10px 0 0;
    padding-bottom: 10px;
    padding-left: 0px;
}
.navigation-down .menu-1 .box dt{
    font-size: 12px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.99px;
    line-height: 24px;
    font-weight: normal;
}
.navigation-down .menu-1 dt {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0.99px;
    line-height: 24px;
    margin-bottom: 8px;
}
.navigation-down .menu-1 .box dd a {
    font-size: 12px;
    color: rgba(195, 197, 198, 0.8);
    letter-spacing: 0.85px;
    line-height: 24px;
}

.navigation-down .menu-1 dd a {
    font-size: 12px;
    color: #C3C5C6;
    letter-spacing: 0.85px;
    line-height: 24px;
}

.navigation-down .menu-2 dt a {
    font-size: 12px;
    color: #C3C5C6;
    letter-spacing: 0.85px;
    line-height: 24px;
}

.navigation-down .menu-1 dd a:hover {
    color: #2f9fa5;
}

.navigation-down .menu-2 dd a, .navigation-down .menu-3 dd a {
    color: #fff;
}

/*banner*/
.cd-hero {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}

.cd-hero-slider {
    position: relative;
    height: 360px;
    overflow: hidden;
}

.cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-hero-slider li.selected {
    /* this is the visible slide */
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-hero-slider li.move-left {
    /* slide hidden on the left */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
    /* the is-moving class is assigned to the slide which is moving outside the viewport */
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

@media only screen and (min-width: 768px) {
    .cd-hero-slider {
        height: 480px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-hero-slider {
        height: 500px;
    }
}

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cd-hero-slider li:first-of-type {
    background-color: #2c343b;
}
/* .cd-hero-slider li:nth-of-type(1) {
    background-image: url("/r/cms/www/red/img/banner1-bg1.jpg");
}
.cd-hero-slider li:nth-of-type(2) {
    background-image: url("/r/cms/www/red/img/banner2-bg2.png");
}
.cd-hero-slider li:nth-of-type(3) {
    background-image: url("/r/cms/www/red/img/banner3-bg3.png");
}
.cd-hero-slider li:nth-of-type(4) {
    background-image: url("/r/cms/www/red/img/banner5-bg5.jpg");
}

.cd-hero-slider li:nth-of-type(5) {
    background-image:url("/r/cms/www/red/img/lightUp_ali.jpg");
}
.cd-hero-slider li:nth-of-type(6) {
    background-image:url("/r/cms/www/red/img/lightUp_tx.jpg");
}
.cd-hero-slider li:nth-of-type(7) {
   background-image:url("/r/cms/www/red/img/redJuly_ali.jpg");
}
.cd-hero-slider li:nth-of-type(8){
    background:url("/r/cms/www/red/img/redJuly_tx.jpg");
} */

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    /* this padding is used to align the text */
    padding-top: 100px;
    text-align: left;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-hero-slider .cd-img-container {
    /* hide image on mobile device */
    display: none;
}

.cd-hero-slider .cd-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-hero-slider .cd-bg-video-wrapper {
    /* hide video on mobile device */
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cd-hero-slider .cd-bg-video-wrapper video {
    /* you won't see this element in the html, but it will be injected using js */
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-hero-slider h2, .cd-hero-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    margin: 0 5% 14px;
    color: #ffffff;
    width: 90%;
    max-width: 400px;
}

.cd-hero-slider h2 {
    font-size: 2.4rem;
}

.cd-hero-slider p {
    font-size: 1.4rem;
    line-height: 1.4;
}

.cd-hero-slider .cd-btn {
    border: 1px solid #fff;
    text-align: center;
    margin: .8em 5% 14px;
    outline: none;
    cursor: pointer;
    margin-top: 30px;
    font-size: 16px;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: transparent;
    color: #fff;
    transition: color .3s ease-in-out, background .3s ease-in-out;
}

.cd-hero-slider .cd-btn.secondary {
    background-color: rgba(22, 26, 30, 0.8);
}

.cd-hero-slider .cd-btn:nth-of-type(2) {
    margin-left: 1em;
}

.no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #fff;
    color: #373d41;
}

.no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e;
}

@media only screen and (min-width: 768px) {
    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        padding-top: 150px;
    }

    .cd-hero-slider .cd-bg-video-wrapper {
        display: block;
    }

    .cd-hero-slider .cd-half-width {
        width: 45%;
    }

    .cd-hero-slider .cd-half-width:first-of-type {
        left: 5%;
    }

    .cd-hero-slider .cd-half-width:nth-of-type(2) {
        right: 5%;
        left: auto;
    }

    .cd-hero-slider .cd-img-container {
        display: block;
    }

    .cd-hero-slider h2, .cd-hero-slider p {
        max-width: 520px;
    }

    .cd-hero-slider h2 {
        font-size: 44px;
        font-weight: 300;
    }

    .cd-hero-slider .cd-btn {
        font-size: 1.4rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
        padding-top: 150px;
    }

    .cd-hero-slider h2, .cd-hero-slider p {
        margin-bottom: 20px;
    }

    .cd-hero-slider h2 {
        font-size: 44px;
    }

    .cd-hero-slider p {
        font-size: 20px;
    }
}

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
    .cd-hero-slider .cd-half-width {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }

    .cd-hero-slider .move-left .cd-half-width {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    .cd-hero-slider .selected .cd-half-width {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-hero-slider .is-moving .cd-half-width {
        /* this is the slide moving outside the viewport
        wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
    .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
    .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
        /* this is the selected slide - different animation if it's entering from left or right */
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }

    .cd-hero-slider .cd-full-width h2,
    .cd-hero-slider .cd-full-width p,
    .cd-hero-slider .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    .cd-hero-slider .move-left .cd-full-width h2,
    .cd-hero-slider .move-left .cd-full-width p,
    .cd-hero-slider .move-left .cd-full-width .cd-btn {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .cd-hero-slider .selected .cd-full-width h2,
    .cd-hero-slider .selected .cd-full-width p,
    .cd-hero-slider .selected .cd-full-width .cd-btn {
        /* this is the visible slide */
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-hero-slider li.is-moving .cd-full-width h2,
    .cd-hero-slider li.is-moving .cd-full-width p,
    .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
        /* this is the slide moving outside the viewport
        wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
        -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
        -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
        transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .cd-hero-slider li.selected h2 {
        -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
        -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
        transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .cd-hero-slider li.selected p {
        -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
        -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
        transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    }

    .cd-hero-slider li.selected .cd-btn {
        -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
        -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
        transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
}

/* --------------------------------

Slider navigation

-------------------------------- */
.cd-slider-nav {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 2;
    text-align: center;
    height: 55px;
}

.cd-slider-nav nav {
    display: inline-block;
    position: relative;
}

.cd-slider-nav li {
    display: inline-block;
    margin: 0 10px;
    float: left;
}

.cd-slider-nav a {
    background: rgba(255, 255, 255, 0.3);
    border: 0;
    height: 4px;
    width: 22px;
    margin: 18px 0px 0 0;
    box-shadow: 0 0 20px #fff;
    box-shadow: inset 0px 0px 2px #fff;
    display: block;
    position: relative;
    transition: background-color 0.2s;
    border-radius: 0;
    padding: 0;
}

.alihome .cd-slider-nav li.selected a {
    background: #fff;
}

.alihome .cd-slider-nav li.selected a:hover {
    background-color: #fff;
}

/* --------------------------------

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
    display: none;
}

.no-js .cd-hero-slider li.selected {
    display: block;
}

.no-js .cd-slider-nav {
    display: none;
}

/*Anchors*/

.c-section.bg-color {
    background: #f4f4f4;
    margin:0;
}

.home-event-mod {
    overflow: hidden;
}

.c-section-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
}
.home-event-mod .c-grid {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    table-layout: fixed;
}

.c-grid [class*=c-g-] {
    display: inline-block;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.home-event-mod [class*=c-g-] {
    position: relative;
    display: table-cell;
    padding: 0;
    border-right: 1px solid #dadee4;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.home-event-item a {
    display: block;
    padding: 36px 20px 25px;
    color: #333;
}

.home-event-item-con {
    position: relative;
    z-index: 2;
}

.home-event-item-con .anchors-icon {
    height: 40px;
    background: url("../img/anchors1.png") no-repeat;
    background-size: contain;
}

.home-event-item-con .anchors-icon2 {
    height: 40px;
    background: url("../img/anchors2.png") no-repeat;
    background-size: contain;
}

.home-event-item-con .anchors-icon3 {
    height: 40px;
    background: url("../img/anchors3.png") no-repeat;
    background-size: contain;
}

.home-event-item-con .anchors-icon4 {
    height: 40px;
    background: url("../img/anchors4.png") no-repeat;
    background-size: contain;
}

.home-event-item-con .anchors-icon5 {
    height: 40px;
    background: url("../img/anchors5.png") no-repeat;
    background-size: contain;
}

.anchors .c-g-6:nth-of-type(4) a, .anchors .c-g-6:nth-of-type(5) a {
    padding: 36px 50px 25px;
}

.anchors .c-g-6:nth-of-type(4) .home-event-item-tit:after {
    display: none;
}

.anchors .c-g-6:nth-of-type(5) .home-event-item-tit:after {
    display: none;
}

.home-event-item-tit {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding: 16px 0 5px;
}

.home-event-item-tit:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #2f9fa5;
    left: 0;
    bottom: 0;
}

.home-event-item-tit span {
    vertical-align: middle;
}

.home-event-item .mobile-img, .home-event-item .mobile-text {
    display: none;
}

.home-event-icon-new {
    border: 1px solid #dd5764;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #dd5764;
    line-height: 1;
    padding: 2px;
    margin-left: 5px;
}

.home-event-item-txt {
    padding-top: 10px;
    line-height: 1.6;
    color: #666;
}

.home-event-mod [class*=c-g-]:last-child {
    border-right: none;
}
.noticeBox {
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: rgba(255,255,255,.2);
    filter: Alpha(opacity=20);
    position: static;
}
.noticeBox > div {
    position: relative;
}
.notice span {
    float: left;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    margin-right: 20px;
}
#marquee_box {
    overflow: hidden;
}
.notice a {
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
    width: 300px;
    color: #fff;
    margin-right: 46px;
    position: relative;
}
/* wocloud-w */
.wocloud-w {
    position: relative;
}

.wocloud-w .bg-color:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #2f9fa5;
    top: 183px;
    left: 0;
}

.main-head {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 70px;
    position: relative;
    margin-bottom: 9px;
}

.main-head a {
    position: absolute;
    right: 20px;
    bottom: 0px;
    font-size: 12px;
    color: #2f9fa5;
}

.main-head:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 5px;
    background-color: #2f9fa5;
    bottom: -10px;
    left: calc(50% - 75px);
}

.wocloud-w .c-grid {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.bg-color {
    background: #f4f4f4;
}

.wocloud-w ul li {
    text-align: center;
}

.wocloud-w .c-g-6:nth-of-type(1) ul > li:nth-of-type(1) {
    background-image: url(../img/w1.png);
}

.wocloud-w .c-g-6:nth-of-type(2) ul > li:nth-of-type(1) {
    background-image: url(../img/w2.png);
}

.wocloud-w .c-g-6:nth-of-type(3) ul > li:nth-of-type(1) {
    background-image: url(../img/w3.png);
}

.wocloud-w .c-g-6:nth-of-type(4) ul > li:nth-of-type(1) {
    background-image: url(../img/w4.png);
}

.wocloud-w .c-g-6:nth-of-type(5) ul > li:nth-of-type(1) {
    background-image: url(../img/w5.png);
}

.wocloud-w .c-g-6:nth-of-type(1) ul > li:nth-of-type(3) {
    text-align: center;
}

.wocloud-w ul > li:nth-of-type(1) {
    width: 60px;
    height: 60px;
    margin: 40px auto 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wocloud-w ul > li:nth-of-type(2) {
    font-size: 14px;
    color: #000000;
}

.wocloud-w ul > li:nth-of-type(3) {
    text-align: justify;
    color: #000000;
    margin: 40px 0px 10px;
    font-size: 12px;
    padding: 0 20px;
    height: 54px;
    height: 61px;
    overflow: hidden;

    text-overflow: ellipsis;

    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.wocloud-w ul > li:nth-of-type(4) {
    color: #ff7900;
    margin-bottom: 10px;
    font-size: 12px;
}

.wocloud-w ul > li:nth-of-type(5) {
    border: 1px solid #2f9fa5;
    padding: 4px 6px;
    width: 37%;
    margin: 0 auto 20px;
    border-radius: 4px;
}

.wocloud-w ul > li:nth-of-type(5) a {
    font-size: 12px;
    color: #282828;
}

/* wocloud-A */
.wocloud-A dl {
    text-align: center;
    transition: all .2s linear;
}

.wocloud-A dl dd {
    padding-top: 40px;
    padding-bottom: 10px;
    transition: all .5s;
}

.wocloud-A dl dd ul > li:nth-of-type(1) {
    width: 60px;
    height: 60px;
    margin: 0px auto 20px;
}

.wocloud-A ul > li:nth-of-type(2) {
    font-size: 14px;
    color: #000000;
}

.wocloud-A dl dt {
    padding: 10px;
    text-align: left;
    padding-left: calc(50% - 35px);
    line-height: 24px;
    font-size: 12px;
    height: 160px;
    font-weight:normal
}

.wocloud-A .c-grid {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.wocloud-A .c-g-7 {
    padding: 0px;
}

.wocloud-A .c-g-7:hover dl {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
}

.wocloud-A .c-g-7:hover dl dd {
    background: rgba(47, 159, 165, 0.4);
    cursor: pointer;
}

.wocloud-A .c-g-7:hover dl {
    background: #ffffff;
    cursor: pointer;

}

.wocloud-A .c-g-7:nth-of-type(1) ul > li:nth-of-type(1) {
    background-image: url(../img/a1.png);
}

.wocloud-A .c-g-7:nth-of-type(2) ul > li:nth-of-type(1) {
    background-image: url(../img/a2.png);
}

.wocloud-A .c-g-7:nth-of-type(3) ul > li:nth-of-type(1) {
    background-image: url(../img/a3.png);
}

.wocloud-A .c-g-7:nth-of-type(4) ul > li:nth-of-type(1) {
    background-image: url(../img/a4.png);
}

.wocloud-A .c-g-7:nth-of-type(5) ul > li:nth-of-type(1) {
    background-image: url(../img/a5.png);
}

.wocloud-A .c-g-7:nth-of-type(6) ul > li:nth-of-type(1) {
    background-image: url(../img/a6.png);
}

.wocloud-A .c-g-7:nth-of-type(7) ul > li:nth-of-type(1) {
    background-image: url(../img/a7.png);
}

.wocloud-A ul > li:nth-of-type(1) {
    width: 60px;
    height: 60px;
    margin: 40px auto 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* WOCLOUD-T */
.wocloud-T dl dt {
    padding-left: 35%;
}

.wocloud-T .c-g-6:nth-of-type(1) ul > li:nth-of-type(1) {
    background-image: url(../img/t1.png);
}

.wocloud-T .c-g-6:nth-of-type(2) ul > li:nth-of-type(1) {
    background-image: url(../img/t2.png);
}

.wocloud-T .c-g-6:nth-of-type(3) ul > li:nth-of-type(1) {
    background-image: url(../img/t3.png);
}

.wocloud-T .c-g-6:nth-of-type(4) ul > li:nth-of-type(1) {
    background-image: url(../img/t4.png);
}

.wocloud-T .c-g-6:nth-of-type(5) ul > li:nth-of-type(1) {
    background-image: url(../img/t5.png);
}

/* compromises */
.compromises .bg-color:after {
    display: none;
}

.compromises ul > li:nth-of-type(1) {
    margin: 40px 0px 10px 20px;
}

.compromises ul > li:nth-of-type(2) {
    text-align: left;
    padding: 0 20px;
}

.compromises ul > li:nth-of-type(3) {
    margin: 10px 0;
    font-size: 12px;
    text-align: left;
}

.compromises .c-g-6:nth-of-type(1) ul > li:nth-of-type(3) {
    text-align: left;
}

.compromises ul > li:nth-of-type(4) {
    border: 1px solid #2f9fa5;
    padding: 4px 6px;
    width: 37%;
    margin: 0 0 20px 20px;
    border-radius: 4px;
}

.compromises ul > li:nth-of-type(4) a {
    font-size: 12px;
    color: #282828;
}

.compromises .c-g-4:nth-of-type(1) ul > li:nth-of-type(1) {
    background-image: url(../img/c1.png);
}

.compromises .c-g-4:nth-of-type(2) ul > li:nth-of-type(1) {
    background-image: url(../img/c2.png);
}

.compromises .c-g-4:nth-of-type(3) ul > li:nth-of-type(1) {
    background-image: url(../img/c3.png);
}

.compromises .c-g-4:nth-of-type(4) ul > li:nth-of-type(1) {
    background-image: url(../img/c4.png);
}

.compromises .c-g-6:nth-of-type(5) ul > li:nth-of-type(1) {
    background-image: url(../img/c5.png);
}

/* shop */
.shop .c-section-inner {
    max-width: 1000px;
}

.shop ul > li:nth-of-type(1) {
    margin: 40px auto 10px;
}

.shop ul > li:nth-of-type(2) {
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop ul > li:nth-of-type(3) {
    text-align: center;
    color: #282828;
    height: auto;
    margin: 5px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop ul > li:nth-of-type(4) {
    margin: 0 auto 40px;
}

.shop ul > li:nth-of-type(4) a {
    font-size: 12px;
    color: #282828;
}

.shop .c-g-4:nth-of-type(1) ul > li:nth-of-type(1) {
    background-image: url(../img/s1.png);
}
L
.shop .c-g-4:nth-of-type(2) ul > li:nth-of-type(1) {
    background-image: url(../img/s2.png);
    width: 100px;
}

.shop .c-g-4:nth-of-type(3) ul > li:nth-of-type(1) {
    background-image: url(../img/s3.png);
}

.shop .c-g-4:nth-of-type(4) ul > li:nth-of-type(1) {
    background-image: url(../img/s4.png);
}

/*解决方案*/
.main-head.jjfan-title:after {
    display: none;
}

.container {
    min-width: 1170px !important;
}

.jjfan {
    position: relative;
    background: rgb(67, 76, 89);
    height: 440px;
}

.jjfan .title_jie {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 100px;
    line-height: 30px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.jjfan ul.nav {
    width: 220px;
    position: absolute;
    top: 100px;
    margin-left: 30px;
    border-bottom: 0px;
    border-right: #667080 2px solid;
    bottom:46px;

}

.jjfan .nav-tabs > li.active > a {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}

.jjfan .nav-tabs > li.active a:after {
    display: inline-block;
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    left: inherit;
    right: -1px;
    bottom: 0;
    top: 0;
    background: #2f9fa5;
    z-index: 1;
}

.jjfan .nav-tabs > li.active a:after {
    height: 100%;
    width: 4px;
    position: absolute;
    left: inherit;
    right: -3px;
    background: #2f9fa5;
}

.jjfan .nav-tabs > li:hover {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
}

.jjfan .nav-tabs > li:hover a:after {
    display: inline-block;
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    left: inherit;
    right: -1px;
    bottom: 0;
    top: 0;
    background: #2f9fa5;
    z-index: 1;
}

.jjfan .nav-tabs > li:hover a:after {
    height: 100%;
    width: 4px;
    position: absolute;
    left: inherit;
    right: -3px;
    background: #2f9fa5;
}

.jjfan .nav-tabs > li > a {
    position: relative;
    background: none;
}

.jjfan ul.nav li {
    float: none !important;
    width:auto;
}

.jjfan .tab-content > div {
    width: 100%;
    height: 440px;
}

.jjfan .tab-content #home {
    background: url(../img/zhengwu2.jpg) no-repeat;
    background-size: cover;
    background-position: 20%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/zhengwuyun.png',
            sizingMethod='scale');
}

.jjfan .tab-content #profile {
    background: url(../img/yiliao.jpg) no-repeat;
    background-size: cover;
    background-position: 20%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/yiliao.png',
            sizingMethod='scale');
}

.jjfan .tab-content #profile2 {
    background: url(../img/o2o.png) no-repeat;
    background-size: cover;
    background-position: 20%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/o2o.png',
            sizingMethod='scale');
}

.jjfan .tab-content #profile3 {
    background: url(../img/jiaoyu.jpg) no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/zhengwuyun.png',
            sizingMethod='scale');
}

.jjfan .tab-content #profile4 {
    background: url(../img/zhizao.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/zhizao.png',
            sizingMethod='scale');
}

.jjfan .tab-content #profile5 {
    background: url(../img/jinrong.png) no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../img/jinrong.png',
            sizingMethod='scale');
}

.jjfan .tab-main .col-md-9 {
    float: right;
}

.jjfan #myTabs .active {
    background: none;
}

.jjfan #myTabs .active a {
    color: #2f9fa5;
}

.jjfan #myTabs ul {
    width: 270px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .7);
    height: 100%;
}

.jjfan #myTabs li a {
    margin: 0 auto;
    text-align: right;
    padding: 5px 48px 5px 0;
    margin-bottom: 15px;
    border: 0;
    color: #eef4ff;
    font-size: 16px;
    line-height:24px;
    width:auto;
}

.jjfan #myTabs li:hover a {
    color: #2f9fa5;
}

.jjfan .nav li a {
    border: 0;
}

.jie-pic {
    height: 120px;
    margin-top: 100px;
}

.jie-pic li {
    float: left !important;
    padding: 15px;
    margin: 0 20px;
    width: 130px;
    height: 130px;
    position: static;
    *zoom: 1;
    background:rgba(255, 255, 255, .3);
}

.jie-pic li:hover{
background:#ffffff;
    background: rgba(255,255,255,0.6);
    /*cursor:pointer;*/
filter:Alpha(opacity=60);
    position:static;
    *zoom:1; 
}

.jie-pic li img {
    height: 100%;
    width: 100%;
    position: relative;
}

.jjfan .tab-pane h2 {
    clear: both;
    font-size: 14px;
    color: #2f9fa5;
    opacity: 0.8;
    margin-top: 40px;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 1px dashed #bfbfbf;
}

.jjfan .tab-pane p {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    min-height: 100px;
    font-weight: normal;
    padding-top: 10px;
}

.jjfan .tab-pane span {
    width: 100px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px 40px;
}

.fade {
    transition: opacity .2s linear;
}

/*news*/
.news .home-event-item-con {
    position: relative;
    z-index: 2;
    padding: 36px 20px 25px;
    color: #333;
}

.news .home-event-item-txt a {
    padding: 0;
    line-height: 1.6;
}

.news .home-event-item-txt li {
    line-height: 24px;
    overflow: hidden;
    font-size:12px;
}

.news .home-event-item-txt li span {
    float: right;
    line-height: 24px;
    padding: 0;
}
.news .home-event-item-tit span{
    font-size: 16px;
}
.news .home-event-item-tit{
    padding-top: 0px;
}
.news .home-event-item-tit:after{
    width: 50px;
}
/*footer*/
.tc-footer {
    clear: both;
    background: #565656;
    padding: 40px 0 20px;
    margin-bottom: -20px;
}

.tc-footer .columns {
    float: left;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: calc(100% / 5);
    margin-bottom: 30px;
}

.tc-footer .columns h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.tc-footer .columns ul li {
    line-height: 26px;
}

.tc-footer .columns ul li, .tc-footer .columns ul li a {
    font-size: 12px;
    color: #bab6b6;
    display: block;
}

.tc-footer .tc-footer-copyright .department, .tc-footer .tc-footer-copyright .department a, .tc-footer .tc-footer-copyright .slide {
    font-size: 12px;
    color: #bbbbbb;
}

.tc-footer .tc-footer-copyright .department {
    margin: 0 auto 5px;
    max-width: 1200px;
}

.tc-footer .tc-footer-copyright .department a {
    white-space: nowrap;
    margin: 0 5px;
    font-size: 14px;
    color: #bbbbbb;
}

.tc-footer .tc-footer-copyright .links {
    line-height: 20px;
}

.tc-footer .tc-footer-copyright {
    clear: both;
    text-align: center;
}
.tc-footer .columns img {
    width: 80px;
}
.tc-footer .ct-img img {
    width: 80px;
}
.certification .information {
    padding-top: 10px;
}
.tc-footer .columns ul li {
    line-height: 26px;
}
.tc-footer .columns ul li, .tc-footer .columns ul li a {
    font-size: 12px;
    color: #c6c6c6;
    display: block;
}

/* 右侧浮动 */
.side-bar{
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 23;
    height:156px;
}
.side-bar #goToTop{
    position:absolute;
    bottom:0;
}
.side-bar div.right{
    display: block;
    width: 50px;
    height: 50px;
    background: #2f9fa5;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 2px;

}
.side-bar .right i{
    font-size: 30px;
    line-height: 50px;
    padding-left: 10px;
    color:#fff;
}
.chat-tips{
    display:none;
    position: absolute;
    background: #2f9fa5;
    right:60px;
    top: -270px;
    z-index:6;
    width:230px;
}
.chat-tips ul{
    padding:15px;
}
.chat-tips ul li{
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin-bottom: 10px;
}
.chat-tips ul li p{
    text-align: left;
    padding: 0;
    line-height: 34px;
    color: #FFFFFF;

}
.chat-tips a{color:#fff;  line-height: 34px;}
.icon-chat p.bg{
    display: none;
}
.icon-chat:hover p.bg{
    display: block;
    float: right;
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 40px;
    background: #2f9fa5;
    z-index: 1;
    transition: all .5s linear;
}
.icon-chat:hover .chat-tips{
    display: block;
}
[class^="icon-"], [class*=" icon-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline;
}
.login_div{
    z-index:999;
    
}