/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.current {
    background-color: #0075c2 !important;
}

@media only screen and (max-width: 870px) {
    #myCarousel img { min-height: 220px;width: 100%;}
}
    .cd-primary-nav {
        display: inline-block;
        float: right;
        height: 100%;
        padding-right: 5%;
    }

        .cd-primary-nav > ul {
            position: absolute;
            z-index: 2;
            top: 60px;
            left: 0;
            width: 100%;
            background-color: #ffffff;
            display: none;
            box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
        }

            .cd-primary-nav > ul a {
                display: block;
                height: 50px;
                line-height: 50px;
                padding-left: 5%;
                color: #25283D;
                font-size: 1.8rem;
                border-top: 1px solid #f2f2f2;
            }

                .cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
                    color: #8F3985;
                }

    @media only screen and (min-width: 1024px) {
        .cd-primary-nav {
            /* vertically align its content */
            display: table;
        }

            .cd-primary-nav > ul {
                /* vertically align inside parent element */
                display: table-cell;
                vertical-align: middle;
                /* reset mobile style */
                position: relative;
                width: auto;
                top: 0;
                padding: 0;
                background-color: transparent;
                box-shadow: none;
            }

                .cd-primary-nav > ul::after {
                    clear: both;
                    content: "";
                    display: block;
                }

                .cd-primary-nav > ul li {
                    display: inline-block;
                    float: left;
                    margin-right: 1.5em;
                }

                    .cd-primary-nav > ul li:last-of-type {
                        margin-right: 0;
                    }

                .cd-primary-nav > ul a {
                    /* reset mobile style */
                    height: auto;
                    line-height: normal;
                    padding: 0;
                    border: none;
                }
    }

    .nav-open .cd-primary-nav ul,
    .cd-primary-nav ul:target {
        /* 
  	show primary nav - mobile only 
  	:target is used to show navigation on no-js devices
  */
        display: block;
    }

    @media only screen and (min-width: 1024px) {
        .nav-open .cd-primary-nav ul,
        .cd-primary-nav ul:target {
            display: table-cell;
        }
    }

    /* -------------------------------- 

2. Auto-Hiding Navigation - with Sub Nav

-------------------------------- */
    .cd-secondary-nav {
        position: relative;
        z-index: 1;
        clear: both;
        width: 100%;
        height: 50px;
        background-color: rgb(44,47,52);
        /* Force Hardware Acceleration 
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;*/
    }

        .cd-secondary-nav::after {
            /* gradient on the right - to indicate it's possible to scroll */
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            height: 100%;
            width: 35px;
            background: transparent;
            background: -webkit-linear-gradient(right, #25283D, rgba(37, 40, 61, 0));
            background: linear-gradient(to left, #25283D, rgba(37, 40, 61, 0));
            pointer-events: none;
            -webkit-transition: opacity .2s;
            transition: opacity .2s;
        }

        .cd-secondary-nav.nav-end::after {
            opacity: 0;
        }

        .cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
            height: 100%;
        }

        .cd-secondary-nav ul {
            /* enables a flex context for all its direct children */
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding: 0 13%;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }

            .cd-secondary-nav ul::after {
                clear: both;
                content: "";
                display: block;
            }

            .cd-secondary-nav ul li {
                display: inline-block;
                float: left;
                -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

.cd-secondary-nav ul .nohover:hover {
    background-color: transparent;
}

                .cd-secondary-nav ul li:hover {
                    background-color: #0075c2;
                }

                .cd-secondary-nav ul li:last-of-type {
                    padding-right: 20px;
                }

                .cd-secondary-nav ul li a {
                    display: block;
                    color: #fff;
                    opacity: .6;
                    line-height: 50px;
                    padding: 0 1em;
                    font-size: 15px;
                    text-decoration: none;
                }

    @media only screen and (min-width: 1024px) {
        .cd-secondary-nav {
            height: 50px;
            overflow: visible;
            z-index: 999;
            
        }

            .cd-secondary-nav ul {
                /* reset mobile style */
                display: block;
                text-align: left;
            }

            .cd-secondary-nav li {
                /* reset mobile style */
                float: none;
                -webkit-flex-shrink: 1;
                -ms-flex-negative: 1;
                flex-shrink: 1;
            }

            .cd-secondary-nav ul li a {
                line-height: 50px;
                text-decoration: none;
                color: #fff;
            }

                .cd-secondary-nav ul li a.active {
                    box-shadow: inset 0 -3px #0075c2;
                }

            .cd-secondary-nav ul .secondLi {
                margin-left:25%;
            }
    }

    @media only screen and (max-width: 870px) {
        .cd-secondary-nav ul {
            padding: 0 1.5%;
        }
    }

    .about-area img {
        width: 450px;
        height: 270px;
       
    }

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }


    .htmleaf-container {
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        height: 75px;
    }

    .htmleaf-content {
        /*font-size: 150%;*/
        padding: 1em 0;
        /*min-height: 70vh;*/
    }

        .htmleaf-content h2 {
            margin: 0 0 2em;
            opacity: 0.1;
        }

        .htmleaf-content p {
            margin: 1em 0;
            padding: 5em 0 0 0;
            font-size: 0.65em;
        }

        .htmleaf-content ul {
            position: relative;
            padding: 0;
            margin-left: 5%;
            margin-right: 5%;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }
            .htmleaf-content ul li {
                display: inline-block;
                height: 60px;
                background: #A7A7A7;
                font-size: 16px;
                text-align: center;
                line-height: 60px;
                color: #fff;
                /* position: relative; */
                /* overflow: hidden; */
                cursor: pointer;
                border-left: 1px solid;
                text-align: center;
                flex: 1;
            }

                .htmleaf-content ul li .arrow {
                    width: 0;
                    height: 0;
                    border-top: 30px solid #0075c2;
                    border-left: 30px solid transparent;
                    border-right: 30px solid transparent;
                    border-bottom-color: red;
                }
                .htmleaf-content ul li:hover {
                    /*background-color:transparent;*/
                }

            .htmleaf-content ul .slider {
                left: 0;
                position: absolute;
                bottom: 0;
                height: 100%;
                background: transparent; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
                border-left: 0px;
                width: 18%;
            }

                .htmleaf-content ul .slider:hover {
                    background-color: transparent;
                }


.ripple {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    /*-webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        opacity: 1;*/
}

    .rippleEffect {
        /*-webkit-animation: rippleDrop .6s linear;
        animation: rippleDrop .6s linear;*/
    }

    @-webkit-keyframes rippleDrop {
        100% {
            -webkit-transform: scale(2);
            transform: scale(2);
            opacity: 0;
        }
    }

    @keyframes rippleDrop {
        100% {
            -webkit-transform: scale(2);
            transform: scale(2);
            opacity: 0;
        }
    }

#contact {
    padding-left: 0;
    padding-right: 0;
}
#contact h1 {
    text-align: center;
}
    #contact .container-fluid, .row-fluid, .col-xs-12, .col-md-11 {
        padding-left: 0;
        padding-right: 0;
    }

.general_title_new {
    height: 44px;
    margin: 0px auto;
}

        .general_title_new h1 {
            font-size: 33px;
            color: #333;
            font-family: "SimHei";
            float: left;
            font-weight: normal;
            padding: 0px 10px;
        }

    .contact_type {
        margin: 0 auto;
        overflow: hidden;
    }

    .contact_type_ul {
        margin: 0 auto;
        
    }

        .contact_type_ul ul {
            /* display: block; */
            list-style-type: none;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: center;
        }
@media only screen and (min-width: 1024px) {
    .contact_type_ul ul li {
        width: 28%;
    }
}
@media only screen and (max-width: 870px) {
    .contact_type_ul ul li {
        width: 100%;
    }
} 
            .contact_type_ul ul li {
                max-height: 300px;
                text-align: center;
                flex: 1;
                border: 1px solid #eeeeee;
            }

            .contact_type_ul ul .marg {
                margin-top: 5em;
                margin: 0 auto;
                position: relative;
            }
.contact_type_ul ul .contact_type_ad_int {
    width: 80%;
    margin: 0 auto;
    margin-top: 1em;
    min-height: 100px;
}
.contact_type_ul ul .contact_type_ad {
    /*background: url('../img/contac/contact_item_bg.gif') no-repeat 20px 0px;*/
}
.contact_type_ul ul .circle {
    width: 124px;
    height: 124px;
    /*border: 1px solid #eeeeee;*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
    margin-top: -50px;
}
.contact_type_ul ul .contact_type_tel {
    /*background: url('../img/contac/contact_item_bg.gif') no-repeat -430px 0px;*/
    _display: inline;
}

    @media only screen and (min-width: 1024px) {
        /*.contact_type_ul ul .contact_type_ad  {
                margin: 0 43px;
            }*/
        .contact_type_ul ul .contact_type_tel {
            margin: 0 40px;
        }
    }

    .contact_type_ul ul .contact_type_mail {
        /*background: url('../img/contac/contact_item_bg.gif') no-repeat -879px 0px;*/
    }

.contact_type_ul ul li .contact_type_ad_button {
    width: 95px;
    height: 35px;
    background: #333;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    font-family: Arial;
    margin-top: 20px;
}

    .contact_arrive_left {
        margin: 0 15%;
    }
        .contact_arrive_left dl dt, .contact_arrive_left dl dd{
            padding-top: 15px;
        }

        #rongyu .box {
            width: 100%;
            background: #fff;
            padding: 20px;
        }

        #rongyu .box .head span {
            font-size: 18px;
            color: #333;
        }

        #rongyu .box .head {
            margin-bottom: 20px;
        }

            #rongyu .box .head a {
                text-decoration: none;
                float: right;
                font-size: 15px;
                color: #333;
            }

                #rongyu .box .head a:hover {
                    color: #F00;
                }

    #rongyu ul {
        padding-left: 1em;
        margin-top: 2em;
    }

    @media only screen and (min-width: 1024px) {
        #rongyu ul {
            margin-left: 5em;
        }
    }

    #rongyu ul li {
        width: 20%;
        height: auto;
        list-style: none;
        position: relative;
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    @media only screen and (max-width: 870px) {
        #rongyu ul li {
            width: 40%;
            height: auto;
            list-style: none;
            position: relative;
            float: left;
            margin-left: 20px;
            margin-bottom: 20px;
            overflow: hidden;
        }

        #rongyu ul {
            padding-left: 1em;
            margin-top: 2em;
        }
    }

    #rongyu ul li .deatil {
        height: 100%;
        width: 60%;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top: -240px;
        -webkit-transition: all 0.3s ease;
        margin-left: 19%;
    }

    @media only screen and (max-width: 870px) {
        #rongyu ul li .deatil {
            height: 100%;
            width: 100%;
            background: rgba(0,0,0,0.7);
            position: absolute;
            top: -240px;
            -webkit-transition: all 0.3s ease;
            margin-left: -2%;
        }
    }

    #rongyu ul li .deatil h2 {
        font-size: 18px;
        color: #fff;
        text-align: center;
        padding-top: 30px;
    }

    #rongyu ul li .deatil p {
        font-size: 16px;
        text-align: center;
        margin: 30px;
        color: #fff;
    }

    #rongyu ul li .deatil a {
        font-size: 15px;
        display: block;
        color: #fff;
        background-color: #F00;
        text-decoration: none;
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
    }

    #rongyu ul li img {
        width: 140px;
        height: 180px;
    }

    #rongyu ul li:hover .deatil {
        top: 0;
    }