.flexslider {
    position: relative;
    height: auto;
    max-width: 1400px;
    margin: 0px auto 20px;
    overflow: hidden; /*background:url(../images/loading.gif) 50% no-repeat;*/
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: auto;
}

.slides li img {
    width: 100%;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    text-indent: 9999px;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/banner_icon_1.png) no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background: url(../images/banner_icon_2.png) no-repeat
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flexslider:hover .flex-direction-nav li a.flex-prev {
    left: 27px;
    background: url(../images/prev.png) center center no-repeat;
    opacity: 0.5;
    filter: "alpha(opacity=50)";
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);


    -ms-filter: "alpha(opacity=50)";
}

.flexslider:hover .flex-direction-nav li a.flex-next {
    right: -25px;
    background: url(../images/next.png) center center no-repeat;
    opacity: 0.5;
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu ul ul {
    z-index: 99999;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu > ul {
    float: right
}

#cssmenu {
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;

}

.menulist {
    background: #004182;
}

#cssmenu > ul > li {
    float: left;
    margin: 0px 21px;
}

#cssmenu > ul > li:last-child {
    background: none
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 25px 5px 20px 60px;
    font-size: 16px;
    text-decoration: none;

    color: #4c4c4c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

}

/*#cssmenu > ul > li:last-child a{ padding:10px 0px 0px 40px;}*/
@media (max-width: 1200px) {
    #cssmenu > ul > li > a {
        padding: 10px 20px
    }
}

@media (max-width: 800px) {
    #cssmenu > ul > li > a {
        padding: 10px 14px
    }
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #000000;
    text-decoration: underline;
    text-decoration: none;
}


#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    line-height: 30px;
}

#cssmenu ul ul li a:hover {
    backgroun: red
}

#cssmenu ul ul li a {
    padding: 15px 20px;
    width: 200px;
    background: #0260bf;
    text-decoration: none;
    color: #eee;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fc6a48;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

#cssmenu ul ul.child_menu {
    background-color: rgba(0, 0, 0, 0.4);
    /*background: #000;*/
    /*width:800px;*/
    margin-top:5px;
}

#cssmenu ul ul.child_menu2 {
    width: 140px;
    margin-left: 30px;
}

#cssmenu ul ul.child_menu > li {
    float: left;
}

#cssmenu ul ul.child_menu2 > li {
    float: none
}

#cssmenu ul ul.child_menu > li > a:after {
    opacity: 0
}

#cssmenu ul ul.child_menu > li > a {
    background: none;
    width: 140px;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
}

#cssmenu ul ul.child_menu > li > a:hover {
    color: #fff;
}

#cssmenu ul ul.child_menu > .child_menu_icon {
    display: block;
    height: 15px;

}

#cssmenu ul ul.child_menu > .child_menu_icon:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 1px;
    /*  left: 13%;
      margin-left: -5px;
      position: absolute;
      top: -15px;*/
    margin-top: -15px;
    margin-left: 13%;
    display: block;
    width: 1px;
}

#cssmenu > ul > li:nth-child(2) > ul {
    /*max-height: 105px;*/
    width: 650px;
}

#cssmenu > ul > li:nth-child(2) > ul > li {
    float: left;
}

@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu > ul > li {
        background: none;
    }

    #cssmenu > ul > li:last-child a {
        padding: 10px 14px
    }

    #cssmenu {
        width: 100%;
        background: #0274e9;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }

    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        margin: 0;
    }

    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }

    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 1.2em;
        color: #fff;
        background: none;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #fff;
    }

    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }

    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 15px 15px 15px 15px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 5px;
        font-weight: bold;
        background: url(../images/menu_icon.png) no-repeat 15px center;
        width: 100%;
    }

    #cssmenu #menu-button::before {
        content: "\f0c9";
        position: absolute;
        top: 10px;
        right: 15px;
        display: block;
        width: 20px;
        color: #fff;
        height: 15px;
        font-size: 20px;
        font-family: 'FontAwesome';
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: -5px;
        display: block;

        height: 35px;
        width: 52px;
        cursor: pointer;
    }

    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
    }

    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }

    #cssmenu > ul > li > a {
        color: #fff
    }

    #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
        color: #fff
    }

    #cssmenu ul li li {
        background: #0260bf;
    }

    @media all and (min-width: 768px) and (max-width: 1024px) {
        #cssmenu > ul > li > a {
            padding: 18px 25px;
            margin: 0 10px;
            font-size: 1.4em;
        }
    }


    .store_list {
        background: #f7f7f7;
        padding: 0 10px;
    }


    .store_list li li a {
        font-weight: normal;
    }

    .store_list li li li a {
        color: #808080;
    }


    .newpic {
        text-transform: uppercase;
        font-size: 20px;
        text-align: center;
        margin: 10px 0 20px;
    }

    .newpic span {
        padding: 0 10px;
    }

    #flexiselDemo2 {
        display: none;
    }

    .nbs-flexisel-container {
        position: relative;
        max-width: 100%;
    }

    .nbs-flexisel-ul {
        position: relative;
        width: 9999px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
    }

    .nbs-flexisel-item {
        float: left;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        position: relative;
        line-height: 0px;
        text-align: center;
    }

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .fleximg {
        padding: 0 15px 20px;
    }

    .fleximg p {
        margin: 20px 0;
    }


    .newA .list {
        padding: 15px 0;
        border-bottom: #dedede 1px solid;
        clear: both;
        overflow: hidden;
    }

    .newA .list .title11 {
        display: block;
        font-size: 1.2em;
        color: #000;
    }

    .newA .list .title11:hover {
        color: #000;
    }

    .newA .list .newA-span {
        color: #999;
        font-weight: normal;
        font-size: 12px;
        display: block;
    }

    .newA .list .newA-img {
        display: block;
        float: left;
        margin-right: 12px;
    }

    .newA .list .newA-img img {
        width: 160px;
        height: 120px;
        padding: 2px;
        border: solid 1px #dedede;
    }

    .newA .list .newA-txt {
        color: #666;
        line-height: 22px;
    }

    .newA .list .newA-txt p {
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 20px;
        max-height: 60px;
    }

    .newA .list .newA-txt a.green {
        color: #788cb6;
        float: right;
    }

    /*End*/
    @media all and (max-width: 640px) {
        .newA .list .newA-img img {
            width: 120px;
            height: 80px;
            padding: 2px;
            border: solid 1px #dedede;
        }

        .newA .list .title11 {
            display: block;
            font-size: 1.2em;
            color: #000;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .newA .list .newA-txt p {
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 20px;
            max-height: 40px;
        }
    }

    /*news_detailed*/
    .news_detailed {
        padding: 10px 0 15px;
    }

    .news_h2 {
        text-align: center;
        line-height: 30px;
        font-weight: normal;
        color: #333;
        font-size: 1.4em;
    }

    .news_em {
        height: 24px;
        text-align: center;
    }

    .news_detailed em {
        background: url(../images/timeicon.jpg) no-repeat 0 center;
        background-size: 14px;
        padding-left: 20px;
        line-height: 20px;
        color: #999999;
        font-style: normal;
        font-size: 12px;
    }

    .news_txt {
        line-height: 24px;
        padding: 20px 0;
        border-top: 1px solid #dedede;
    }

    .detailed_list {
        margin: 10px 0 0px 0;
        padding-top: 5px;
        border-top: 1px solid #dedede;
        line-height: 18px;
    }

    .detailed_list a {
        color: #333;
        padding: 0 5px;
    }

    .detailed_list a:hover {
        color: #fc8823;
        text-decoration: underline;
    }

    .detailed_list p {
        padding: 3px 0;
    }

    /*news_detailed end*/
    @media (max-width: 380px) {
        .in_header > a {
            width: 100%;
            text-align: center
        }

        .lan {
            clear: both
        }
    }

    .lan {
        padding: 0px;
    }

}
