.am-line-bottom {
    border-bottom: 1px solid #ddd;
    font-size: 1.4rem;
}

.am-topbar .am-text-ir {
    display: block;
    margin-right: 10px;
    height: 50px;
    width: 172px;
    background: url(../image/logo-bf.svg) no-repeat left center;
    -webkit-background-size: 172px 25px;
    background-size: 172px 25px;
}

.am-topbar {
    border: 0;
    background: #fff
}

.am-margin-top-16 {
    margin-top: -1.6em;
}

.am-main-nav {
    background: #fff url(../image/bg-building.jpg) no-repeat;
    background-size: 100% 70%
}

.am-mission-i {
    text-align: center
}

    .am-mission-i .am-mission-header {
        font-size: 36px;
        color: #fff;
        line-height: 1.5;
        padding-top: 6rem
    }

    .am-mission-i .am-mission-content {
        font-size: 24px;
        color: #fff;
        line-height: 1.5;
        padding-bottom: 3rem
    }

.am-main-i > div {
    padding: 3rem
}

    .am-main-i > div > div {
        padding: 0;
        margin: 0;
        overflow: hidden
    }

.am-thumbnail {
    overflow: hidden
}

    .am-main-i img,
    .am-thumbnail img,
    .am-media-wrapper img {
        transition: all .3s;
        overflow: hidden
    }

        .am-main-i img:hover,
        .am-thumbnail img:hover,
        .am-media-wrapper img:hover {
            transform: scale(1.05);
        }

.am-power-i {
    text-align: center;
    color: #6e6e6e;
    padding-top: 3rem;
    padding-bottom: 6rem
}

    .am-power-i img {
        padding: 4rem;
        padding-bottom: 0;
        margin: 0 auto;
        max-width: 18rem;
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transition: .3s
    }

        .am-power-i img:hover {
            transform: rotateY(180deg);
            -ms-transform: rotateY(180deg);
            -webkit-transform: rotateY(180deg);
            -o-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg)
        }

.am-power-header {
    margin: 0
}

.am-power-content {
    font-size: 1.3rem
}

    .am-power-content span {
        font-size: 2.4rem;
        color: #004098;
        padding: .5rem;
        font-weight: bold
    }

.am-news-i {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 0
}

    .am-news-i > span {
        font-size: 1.6rem;
        color: #004098
    }

.am-news-hr {
    width: 21rem;
    border: solid #004098 1px;
    margin-top: 0
}

.am-news-summary {
    height: 6rem;
    overflow-y: hidden
}

.am-main-yuyue {
    padding: 3rem 0;
    margin-top: 2rem;
    background: url(../image/sloganbg2.jpg) no-repeat
}

.am-text-white {
    color: #fff;
}

.am-pagebanner {
    background: url(../image/pageBannerBG.jpg) repeat;
}

    .am-pagebanner .alert {
        background: none;
    }

/*.am-search.am-form-inline {
    margin-bottom:6rem;
}*/
.am-search.am-form-inline .am-input-group {
    width: 54rem;
}

.am-search.am-form-inline .am-input-group-btn {
    width: 1%;
}


.am-fullnav {
    border-bottom: 1px solid #0E90D1;
}

    .am-fullnav .am-nav-tabs li a {
        background-color: #EFEFEF;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 0;
        border-bottom: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    .am-fullnav .am-nav-tabs li:first-child a {
        border-left: 1px solid #ccc;
    }

    .am-fullnav .am-nav-tabs a.am-active,
    .am-fullnav .am-nav-tabs a.am-active:hover,
    .am-fullnav .am-nav-tabs a.am-active:focus {
        color: #fff;
        background-color: #0E90D1;
        border-top: 1px solid #0E90D1;
        border-right: 1px solid #0E90D1;
        border-left: 1px solid #0E90D1;
    }

.am-collist li {
    text-align: center;
    padding: 1rem;
}

    .am-collist li a {
        display: block;
        background-color: #EFEFEF;
        line-height: 6rem;
        height: 6rem;
        width: 100%;
    }

        .am-collist li a:hover,
        .am-collist li a.am-active {
            background-color: #0E90D1;
            color: #fff;
        }

.am-cards {
}

.am-card {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 2rem;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    transition: all .4s cubic-bezier(.175, .885, .32, 1);
    margin-left: 1rem;
    margin-right: 1rem;
}

    .am-card > img {
        display: block;
        max-width: 100%;
        height: auto;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .am-card img:hover {
        transform: scale(1.05);
    }

    .am-card > .am-media-wrapper {
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: center;
        background-color: #EFEFEF;
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
        -o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
        transition: all .4s cubic-bezier(.175, .885, .32, 1);
    }

        .am-card > .am-media-wrapper > img {
            max-width: 100%;
            vertical-align: middle;
            margin: 0 auto;
        }

    .am-card .am-card-heading {
        display: block;
        padding: 1rem;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
    }

    .am-card .am-card-content,
    .am-card .am-card-actions {
        padding: 0 1rem 1rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .am-card .am-card-actions .am-btn + .am-fr {
            padding: 0.6rem 0;
            line-height: 2rem;
        }

    .am-card:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
        box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
    }

        .am-card:hover > img,
        .am-card:hover > .am-media-wrapper {
            /*background-color: #e5e5e5;*/
            filter: alpha(opacity=90);
            opacity: .9;
        }

.am-cards-borderless .am-card {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .am-cards-borderless .am-card > img,
    .am-cards-borderless .am-card > .am-media-wrapper {
        overflow: hidden;
    }

    .am-cards-borderless .am-card > .am-card-heading,
    .am-cards-borderless .am-card > .am-card-actions,
    .am-cards-borderless .am-card > .am-card-content {
        padding-right: 0;
        padding-left: 0;
    }

.am-card > .am-caption {
    position: absolute;
    top: -100%;
    left: 0;
    display: block;
    width: 100%;
    padding: 5px 10px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #666;
    background-color: rgba(0, 0, 0, .7);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all .8s cubic-bezier(.175, .885, .32, 1);
    transition: all .8s cubic-bezier(.175, .885, .32, 1);
}

.am-card:hover > .am-caption {
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.am-cards-condensed {
    padding: 0;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
}

    .am-cards-condensed > [class^="col-"],
    .am-cards-condensed > [class*=" col-"] {
        padding: 0;
    }

    .am-cards-condensed .am-card {
        padding: 10px;
        margin: 0;
        border-right: 0;
        border-bottom: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .015);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .015);
    }

.am-card > .am-card-reveal {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all .8s cubic-bezier(.175, .885, .32, 1);
    transition: all .8s cubic-bezier(.175, .885, .32, 1);
}

    .am-card > .am-card-reveal > .am-card-heading {
        padding: 20px 10px;
    }

.am-card:hover > .am-card-reveal {
    top: 0;
}

.am-figure-default img {
    border: 0;
}

.line-height-1-5 {
    line-height: 2;
}

.am-list-item-text {
    font-size: 1.6rem;
}

.am-article-bd img {
    display: block;
    max-width: 100%;
    height: auto;
}

.am-panel-borderless {
    border: 0;
}

/*.am-input-group-btn > .am-btn + .am-btn {
    margin-left: 1.6em;
}*/
.am-text-search {
    color: #dd514c;
}

.am-list-padding li a span.am-text-search {
    margin: 0;
}

.am-tabs-bd {
    -moz-user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}


.am-dropdown-content {
    margin-top: 0;
    width: auto;
    /*padding-left: 0;*/
}

.am-dropdown-pro .am-dropdown-content {
    min-width: 100rem;
    /* width:100%; */
    /* padding: 0 3px 3px 3px; */
    padding-right: 0;
}

    .am-dropdown-pro .am-dropdown-content :first-child {
        margin: auto;
    }

.am-dropdown-pro .am-nav > li,
.am-dropdown-pro .am-nav > li + li {
    margin: 0;
}

    .am-dropdown-pro .am-nav > li > a {
        /* font-size: 14px; */
        font-weight: bold;
        padding: 1rem 0 1rem 1rem;
        /*border-bottom: 3px solid transparent;*/
        /*display:block;*/
        line-height: 11.2rem;
        /*background-color: #efefef;
        border:1px solid #efefef;*/
    }

    .am-dropdown-pro .am-nav > li:first-child a {
        border-right: 1px solid #eee;
    }

    .am-dropdown-pro .am-nav > li + li > a {
        border-right: 1px solid #eee;
        border-top: 1px solid #eee;
    }

    .am-dropdown-pro .am-nav > li > a:hover,
    .am-dropdown-pro .am-nav > li > a:focus,
    .am-dropdown-pro .am-nav > li.am-active > a,
    .am-dropdown-pro .am-nav > li.am-active > a:focus,
    .am-dropdown-pro .am-nav > li.am-active > a:hover {
        background-color: #fff;
        color: rgb(102,102,102);
        font-size: 1.8rem;
        /*cursor: pointer;*/
        border-right: 1px solid transparent;
        /*border-bottom: 3px solid #0E90D1;*/
    }

.am-dropdown-pro .am-tabs-bd-ofv {
    padding: 0;
}

/****begin*** CSSÏÂ»®Ïß¶¯»­*/

.am-dropdown-pro .am-nav > li > a:before,
.am-dropdown-pro .am-nav > li.am-active > a:before {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: 3.6rem;
    /*height: 0;*/
    transition: 0.3s ease-in-out;
    border-bottom: 3px solid #0E90D1;
}

.am-dropdown-pro .am-nav > li > a:hover:before,
.am-dropdown-pro .am-nav > li.am-active > a:hover:before {
    width: 90%;
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
}

/****end****/

.am-dropdown-pro.am-active .am-nav > li a {
    /* margin-top: 0.3rem;
    margin-left: 0.3rem; */
}

.am-dropdown-pro .am-pro-nav-list {
    /*border: 1px solid #efefef;*/
    /*padding-left:0;*/
    min-height: 66rem;
}

.am-nav-img-wrap,
.am-pro-nav-list > ul > li > a {
    position: relative;
}

    .am-nav-img-wrap span,
    .am-pro-nav-list > ul > li > a > span {
        position: absolute;
        top: 0;
        left: 0;
        width: 3rem;
        height: 3rem;
        background-image: url(../image/newiconnav.png);
    }


element.style {
}

.am-tabs-bd-ofv > .am-tab-panel.am-active {
    display: block;
}

.am-tabs-bd .am-tab-panel.am-active {
    position: relative;
    z-index: 100;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.am-dropdown-pro .am-pro-nav-list {
    /* border: 1px solid #efefef; */
    /* padding-left: 0; */
}

.am-tabs-bd-ofv > .am-tab-panel {
    display: none;
}

.am-tab-panel.am-pro-nav-list {
    margin: 0;
    padding-top: 0;
}

.am-pro-nav-list > ul > li {
    padding: 0 1rem 2rem 1rem;
}

    .am-pro-nav-list > ul > li > a {
        padding: 1rem 0.6rem;
        word-wrap: normal;
        /* for IE */
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        /*border: 1px solid transparent;*/
        border: 1px solid #eee;
        margin-bottom: 1rem;
    }

        .am-pro-nav-list > ul > li > a:hover {
            border: #ccc 1px solid;
            -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
            box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
        }

    .am-pro-nav-list > ul > li:hover img,
    .am-pro-nav-list > ul > li:hover h3,
    .am-pro-nav-list > ul > li:hover p {
        transform: scale(1.05);
    }

.am-dropdown-content {
    left: 0 !important;
}

.am-dropdown-pro .am-tabs-bd {
    border: 0;
    /* border-top: 1px solid #ccc; */
}

.am-pro-nav-list > ul > li img {
    width: 9.4rem;
    height: 7.5rem;
}

.am-pro-nav-list .am-ical {
    padding: 0 0.5rem 2rem 0.5rem;
}

.am-pro-nav-list h3 {
    /*margin-bottom: 0;*/
    /*font-size: 15px;*/
    padding-top: 0.5rem;
}

    .am-pro-nav-list h3 a {
        /*color: #0E90D1;*/
    }

/* .am-pro-nav-list hr {
    margin-top: 0;
    margin-bottom: 0;
} */

.am-pro-nav-list p {
    /*margin: 0;*/
    font-size: 1.4rem;
    margin: 1rem 0;
}

.am-pro-nav-list * + h3 {
    margin-top: 1.2rem;
}

.am-pro-nav-list li a {
    display: block;
    color: #0E90D1;
    /*font-size: 1.3rem;*/
    word-wrap: normal;
    /* for IE */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 1.5rem;
}

.am-pro-nav-list a:hover {
    color: #095f8a;
}

/*.am-dropdown-pro .am-tabs-bd li:nth-child(n+4) {
    margin-top: 1.5rem;
}*/


ul.am-pro {
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #ddd;
}

    ul.am-pro > li {
        float: none;
        margin-right: -1px;
    }

        ul.am-pro > li > a {
            display: block;
            padding: 2rem 2rem 2rem 0.5rem;
            clear: both;
            white-space: nowrap;
        }

        ul.am-pro > li.am-active > a {
            background-color: #fff;
            border: 1px solid #ddd;
            border-right-color: transparent;
            color: #0E90D1;
        }

/*#collapase-nav-pro li > a:hover,
#collapase-nav-pro li.am-active > a,
#collapase-nav-pro li.am-active > a:hover{
    color: #fff;
    background-color: #0E90D1;
}
#collapase-nav-pro li ul li:hover > a,
#collapase-nav-pro li ul li.am-active > a {
    color: #0E90D1;
    background-color: #efefef;
}*/

#collapase-nav-pro li.am-active > a,
#collapase-nav-pro li.am-active > a:hover,
#collapase-nav-pro li ul li.am-active > a,
#collapase-nav-pro li ul li.am-active > a :hover {
    color: #fff;
    background-color: #0E90D1;
}

#collapase-nav-pro li > a:hover,
#collapase-nav-pro li ul li:hover > a {
    color: #0E90D1;
    background-color: #efefef;
}

.am-pro-list .am-card-heading {
    font-size: 1.4rem;
}

.am-pro-list .am-card-content {
    font-size: 1.3rem;
}

.am-media-wrapper img {
    position: relative;
}

.am-prohot,
.am-pronew,
.am-pronewhot {
    position: absolute;
    left: 0;
    top: 0;
    width: 6rem;
    height: 6rem;
}

.am-prohot {
    background: url(../image/hoticon.png) no-repeat center;
}

.am-pronew {
    background: url(../image/newicon.png) no-repeat center;
}

.am-pronewhot {
    background: url(../image/newhoticon.png) no-repeat center;
}

.am-pro-detail table,
.lake-content table {
}

    .am-pro-detail table.am-pro-acc {
        width: 100%;
    }

    .am-pro-detail table p,
    .lake-content table p {
        margin: 0;
        padding: 0
    }

.am-pro-detail img {
    /*margin-top: 0.5rem;
    margin-bottom: 0.5rem;*/
}

.am-pro-detail figure {
    /*margin-right:0;*/
}

.am-news-wrapper:hover,
.am-news-wrapper:focus {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .175);
}

#vimg {
    margin: 0;
    padding: 0;
    border: 0;
}

.am-pro-detail img.am-orderinfo-img {
    max-width: 6rem;
}

table.am-text-middle td {
    vertical-align: middle !important;
}

.am-figure-zoomable {
    margin: 0;
}

.am-table-titled {
    border-top-color: transparent;
    border-right-color: transparent;
}

    .am-table-titled tr th:last-child,
    .am-table-titled tr td:last-child {
        border-right: 1px solid #ddd;
    }

    .am-table-titled tr th.am-table-heading {
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        padding-left: 0;
    }

.am-pro-detail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.am-footer-default {
    background-color: #efefef;
}
/**
  * Slider Theme: b1 hook
  */
.am-slider-b1 .am-direction-nav a {
    width: 36px;
    height: 36px;
}

    .am-slider-b1 .am-direction-nav a:before {
        font-size: 36px;
    }

.am-slider-b1:hover .am-prev,
.am-slider-b1:hover .am-next {
    opacity: 0.15;
}

.edui-upload-video {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: contain;
}

.am-alert.am-alert-secondary a {
    color: #0e90d2;
    font-weight: bold;
}

    .am-alert.am-alert-secondary a.ex {
        color: #666;
        font-weight: bold;
        font-size: 2rem;
    }


@media only screen and (max-width: 640px) {
    .am-dropdown-pro.am-active .am-dropdown-content {
        min-width: 100%;
        height: auto;
        padding-left: 0;
    }

        .am-dropdown-pro.am-active .am-dropdown-content .am-u-sm-12 {
            float: none;
        }

    .am-dropdown-pro.am-active .am-nav-pills li {
        width: 33%;
        display: block;
    }

        .am-dropdown-pro.am-active .am-nav-pills li a {
            font-size: 1.3rem;
        }

    ul.am-pro > li > a {
        padding: 0.6rem 2rem;
        clear: both;
        white-space: nowrap;
    }

    .am-search.am-form-inline .am-input-group {
        width: auto;
    }

    .am-list span {
        display: none;
    }

        .am-list span.am-text-search {
            display: inline;
        }

    .am-list {
        font-size: 1.3rem;
    }

    .am-list-news-bd p {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .am-list-news-bd span {
        display: block;
    }
}

@media only screen and (min-width: 641px) {
    .am-dropdown-pro .am-dropdown-content {
        /*min-width: 60rem;*/
    }

    .am-topbar-right {
        margin-right: 3px;
    }
}


@media only screen and (min-width: 1025px) {
    .am-dropdown-pro .am-dropdown-content {
        /*min-width: 60rem;*/
    }

    .am-dropdown-pro .am-nav > li > a {
        line-height: 9rem;
    }

        .am-dropdown-pro .am-nav > li > a:before,
        .am-dropdown-pro .am-nav > li.am-active > a:before {
            bottom: 2.4rem;
        }

    .am-pro-nav-list > ul > li > a {
        padding: 0rem 0.6rem;
    }

    .am-dropdown-pro .am-pro-nav-list {
        min-height: 56rem;
    }
}

@media only screen and (min-width: 1281px) {
    .am-dropdown-pro .am-dropdown-content {
        /*min-width: 100rem;*/
    }
}

@media only screen and (min-width: 1441px) {
    .am-dropdown-pro .am-dropdown-content {
        min-width: 100rem;
    }

    .am-dropdown-pro .am-nav > li > a {
        line-height: 11.2rem;
    }

        .am-dropdown-pro .am-nav > li > a:before,
        .am-dropdown-pro .am-nav > li.am-active > a:before {
            bottom: 3.6rem;
        }

    .am-pro-nav-list > ul > li {
        padding: 0 1rem 2rem 1rem;
    }

        .am-pro-nav-list > ul > li > a {
            padding: 1rem 0.6rem;
        }

    .am-dropdown-pro .am-pro-nav-list {
        min-height: 66rem;
    }
}
