body {
    font-size: 14px;
    font-family: '微软雅黑', "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, simsun, sans-serif;
    color: #333
}

[class*=am-u-] {
    padding: 0
}

.am-form select,
.am-form textarea,
.am-form input[type="text"],
.am-form input[type="password"],
.am-form input[type="datetime"],
.am-form input[type="datetime-local"],
.am-form input[type="date"],
.am-form input[type="month"],
.am-form input[type="time"],
.am-form input[type="week"],
.am-form input[type="number"],
.am-form input[type="email"],
.am-form input[type="url"],
.am-form input[type="search"],
.am-form input[type="tel"],
.am-form input[type="color"],
.am-form-field {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

a {
    color: #333;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}

*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
    margin: 0
}

a:hover {
    color: #025AA1;
    transition: all .4s
}

img {
    max-width: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s
}

@keyframes scale-bg {
    0% {
        background-size: 100%
    }

    100% {
        background-size: 150%
    }
}

@keyframes slide-bg {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 100% 100%
    }
}

.img-poa {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.img-hover {
    width: 100%;
    height: 100%
}

.img-hover:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.p-v {
    padding: 80px 0
}

.p-b-a {
    padding-bottom: 25%
}

.am-btn-primary {
    background: #025AA1;
    border-color: #025AA1
}

.am-container {
    padding: 0;
    max-width: 1200px
}

.am-container-avg {
    margin: 0 auto;
    max-width: 1220px
}

.am-btn {
    font-size: 14px
}

.am-btn-lg {
    font-size: 16px !important
}

.am-text-primary {
    color: #025AA1 !important
}

.am-with-topbar-fixed-top {
    margin: 0;
    padding-top: 0
}

.list {
    overflow: hidden
}

.list-item {
    padding: 10px;
    overflow: hidden
}

.list-item-main {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    display: block;
    position: relative;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.02);
}

.list-item-img {
    overflow: hidden;
    background: #eee;
    position: relative;

}


.list-item-info {
    overflow: hidden;
    padding-left: 20px
}

.list-item-info h3 {
    margin-bottom: 10px;
    font-size: 16px
}

.list-item-info p {
    color: #999
}



.bg-main {
    background: #f4f4f4 !important
}

.shadow {
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #e8e8e8;
}

.shadow-hover {
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid #e8e8e8;
}

.shadow-hover:hover {
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.08);
    transition: all 1s;
    transform: translate3d(0, -4px, 0);
}

.swiper-button-dl {
    top: auto;
    bottom: 0;
    left: 40%;
    height: 37px;
    line-height: 22px;
    text-align: center;
    width: 32px;
}

.swiper-button-dl::after,
.swiper-button-dr::after {
    top: 6px!important;
    left: 12px;
}

.swiper-button-dr {
    top: auto;
    bottom: 0;
    right: 40%;
    height: 37px;
    line-height: 22px;
    text-align: center;
    width: 32px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font: normal normal normal 2.4rem/1 FontAwesome, sans-serif;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;

}

.swiper-button-prev::after {
    content: "\f104";
}

.swiper-button-next::after {
    content: "\f105";
}

.swiper-button-prev,
.swiper-button-next {
    background: #025AA1;

}

.swiper-pagination-bullet-active {
    background: #025AA1
}
 
.logo {
    overflow: hidden;
    line-height: 88px
}

.search {
    position: relative;
    height: 50px;
    padding-top: 9px
}

.search .am-btn {
    position: absolute;
    top: 9px;
    right: 0px
}

.menu {
    background: #025AA1
}

.menu li {
    text-align: center;
    line-height: 54px;
    position: relative
}

.menu li a {
    color: #fff;
    font-weight: bold;
    display: block
}

.menu .active,
.menu a:hover {
    background-color: #0F6DB8
}

.menu .subNav {
    display: none;
    background: #fff;
    position: absolute;
    left: 0%;
    width: 100%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .2);
    border-bottom: none;
    z-index: 999
}

.menu .subNav a {
    font-weight: normal;
    line-height: 44px;
    border-bottom: 1px solid #e8e8e8;
    color: #333;
}

.menu .subNav a:hover {
    color: #fff;
    background: #0F6DB8
}

.banner {
    position: relative;
    overflow: hidden;
    height: 525px;
    background: #e8e8e8
}

.banner-item {
    height: 525px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.banner:hover .banner-right,
.banner:hover .banner-left {
    opacity: 0.6;
    transition: all .5s
}

.banner-pagination {
    text-align: center;
    bottom: 10px
}


.title {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    text-align: center
}

.title h2 {
    font-size: 36px
}

.title p {
    text-transform: uppercase;
    color: #999;
    font-size: 18px
}

.title .info {
    position: relative;
    text-transform: uppercase;
    color: #999
}

.title .info::after {
    position: absolute;
    left: 25%;
    height: 2px;
    background: #999;
    width: 50%;
    content: '';
    bottom: -20px;
}

.more {
    text-align: center;
    overflow: hidden;
    margin-top: 70px;
}

.iservice {
    background: url(/uploads/images/service-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.iservice-item {
    position: relative;
    overflow: hidden;
    max-width: 300px;
    max-height: 400px;
    padding-bottom: 134%;
}

.iservice-item img {

    position: absolute;
    left: 0;
    top: 0;
}

.iservice-item:hover .iservice-info {
    background: #025AA1;
    bottom: 60px;
    opacity: 1;
}

.iservice-info {
    position: absolute;
    background: #333;
    opacity: .8;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;

}

.iservice-info h3 {
    border-bottom: 1px solid #fafafa;
    padding-bottom: 10px
}

.iservice-info p {
    color: #fff;
    text-align: center;
    text-transform: Uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2rem;
    padding-top: 5px
}


.iproduct-bg {
    background: url(/uploads/images/iproductbg.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed; 
}

 

.iproduct .list-item-img {
    padding-bottom: 80%;
    margin-bottom: 20px;

}

.inews-bg {
    background: url(../images/bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.inews-swp-item {
    background: #fff;
    border: 1px solid #e8e8e8
}

.inews-swp-img {
    overflow: hidden;
    padding-bottom: 65%;
    position: relative;
}

.inews-swp-info {
    padding: 20px;
    overflow: hidden;
}

.inews-swp-info h3 {
    font-size: 18px;
}

.inews-swp-info p {
    position: relative;
    color: #999;
    margin-top: 10px;
}


.inews-list-item {
    padding: 0 0 20px 20px;
    overflow: hidden
}

.inews-list-main {
    padding: 20px;
    overflow: hidden;
    display: block;
    background: #fff;
    position: relative;
    height: 126px;
    border: 1px solid #eaeaea
}

.inews-list-time {
    width: 48px;
    position: absolute;
    left: 20px;
    top: 20px
}

.inews-list-time h3 {
    font-size: 18px
}

.inews-list-time p::after {
    position: absolute;
    bottom: -10px;
    content: '';
    background: #ccc;
    height: 1px;
    width: 50%;
    left: 0
}

.inews-list-info {
    padding-left: 78px
}

.inews-list-info h3 {
    margin-bottom: 5px
}

.inews-list-info p,
.inews-lst-time p {
    position: relative;
    font-size: 12px;
    color: #999
}

.ibrand {
    background: url(/uploads/images/ibrand-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.ibrand-info {
    overflow: hidden;
    background: #fff;

    padding: 40px;
}

.ibrand-info h3 {
    font-size: 20px;
    margin-bottom: 40px
}

.ibrand-info p {
    margin-top: 20px;
}

.ibrand-honor {
    padding-left: 10px;
    overflow: hidden;

}

.ibrand-honor li {
    padding: 0 10px 20px;

}

.ibrand-honor-item {
    padding: 40px;
    overflow: hidden;
    background: #fff;
    text-align: center;

}

.ibrand-honor-item h3 {
    font-size: 16px;
    margin: 30px 0 10px;

}

.ibrand-honor-item p {
    color: #888;
}


.inner-g {
    padding: 40px 0;
    overflow: hidden;
}

.inner-list-g {
    padding: 30px 0;
    overflow: hidden;
}

.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 420px;
    animation: slide-bg linear 20s infinite forwards;
    color: #f5f5f7;
    background: #e8e8e8;
    width: 100%
}

.inner-banner-info {
    height: 330px
}

.inner-banner h2 {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .75);
    background: rgba(51, 51, 51, 0.4);
    padding: 40px;
    margin-top: 100px
}

.sidebar-wrap {
    background: rgba(51, 51, 51, 0.4)
}

.sidebar-content {
    position: relative;
    height: 90px
}

.sidebar {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    overflow: hidden;


}

.sidebar a {
    display: inline-block;
    padding: 12px 20px;
    margin-right: 5px;
    border: 1px solid #e8e8e8;
    position: relative;
    background: #fff
}

.sidebar a.active,
.sidebar a:hover {
    color: #f5f5f7;
    background: #025AA1;
    border-color: #025AA1;
    font-weight: bold
}



.am-article {
    overflow: hidden;
    background: #fff;
    padding: 40px;
}

.am-article img {
    padding: 10px 0;
    height: auto !important;
    display: inline-block;
}

.am-article-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.6
}

.am-article-title::before {
    position: absolute;
    left: -20px;
    top: 6px;
    content: "";
    background: #333;
    width: 8px;
    height: 24px
}

.am-article-bd {
    overflow: hidden;
    line-height: 1.8;
}

.am-article-bd h3 {
    color: #0956B6;
    margin: 10px 0
}

.am-article-meta {
    margin: 20px 0;
    overflow: hidden
}

.am-article-meta span {
    padding: 0 5px
}

.am-article p {
    margin-bottom: 15px;
    overflow: hidden
}

.article-footer {
    overflow: hidden;
    margin: 40px 0 0;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    padding: 10px
}

.am-article-bd p.article,
.am-article-bd h3 {
    font-weight: bold;
    border: 1px solid #e8eff7;
    color: #0956B6;
    margin: 20px 0;
    padding: 10px;
    background: #f3f7fb
}

.am-article-prne {
    margin: 40px 0 0;
    overflow: hidden;
    padding: 0px 20px;
    border: 1px solid #e8e8e8;
    background: #f6f6f6;
}

.am-article-prne a {
    display: block;
    padding: 10px 0;
}

.am-article-prne a:first-child {
    border-bottom: 1px solid #e8e8e8
}

.am-article-prne .nomore {
    color: #888
}

.am-pagination {
    margin: 20px 0 20px;
    overflow: hidden
}

.am-pagination ul {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.am-pagination li {

    float: left;
    list-style: none;
    margin-left: 10px;
}


.am-pagination li.active span,
.am-pagination li a:hover {
    background: #25c;
    color: #fff
}

.am-pagination a,
.am-pagination span {
    display: block;
    padding: .4em 1em;
    border: 1px solid #e8e8e8;
    background: #fff
}




.footer {
    overflow: hidden;
    background: #222;
    padding: 80px 0 
}

.footer-nav .menu li {
    position: relative
}

.footer-nav a {
    display: block;
    font-weight: bold;
    color: #e8e8e8
}

.footer-nav a:hover {
    color: #025AA1
}

.footer-nav-son {
    margin-top: 20px
}

.footer-nav-son a {
    color: #9a9a9a;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 12px
}

.footer-wechat {
    margin: 20px 0 0
}

.footer-wechat img {
    max-width: 100%;
    margin-bottom: 10px
}

.footer-link {
    margin: 10px 0 0
}

.footer-link span {
    font-weight: bold
}

.footer-link a {
    color: #9a9a9a;
    border-right: 1px solid #9a9a9a;
    padding: 0 5px;
    font-size: 12px
}

.footer-banquan {
    margin-top: 10px;
    color: #9a9a9a;
    font-size: 12px
}
 
.footer-kf {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 9999;
    width: auto;
    height: auto
}

.footer-kf .kefu-title {
    width: 40px;
    text-align: center;
    height: 200px;
    line-height: 200px;
    cursor: pointer;
    position: absolute;
    left: 0;
    z-index: 600;
    background: #025AA1;
    border-radius: 2px
}

.footer-kf-content {
    position: relative;
    z-index: 600;
    display: none;
    border-radius: 2px
}

.footer-kf-content ul li {
    background: #025AA1;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer; 
}

.footer-kf-content ul li:last-child {
    margin: 0
}

.footer-kf-content ul li:hover {
    background: #08c;
}

.footer-kf-content ul li p {
    font-size: 12px;
    color: #fff
}

.footer-kf-content .item {
    position: absolute;
    left: 70px;
    z-index: 99;
    width: 120px;
    height: 100%;
    display: none;
    top: 0px;
    padding: 10px;
    color: #fff;
    background: #08c;
}

.footer-kf .item-li {
    padding: 10px 0
}

.footer-kf .item p,
.footer-kf .item a {
    margin-top: 10px;
    color: #fff
}

@media only screen and (max-width:641px) {
    .am-header {
        background: #fff;
        border-bottom: 1px solid #Ddd;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
    }
    .am-header .am-header-right{
        padding-left: 80px;
        background: #fff;
    }
    .am-header .am-header-right a{
        color: #025AA1
    }
    .am-header-default .am-header-nav>a,
    .am-menu-dropdown1 .am-menu-toggle {
        color: #025AA1
    }

    .am-header .am-header-title {
        margin: 0 10%
    }

    .am-header .am-header-title img {
        height: 30px;
        margin: 10px 0 0
    }

    .banner {
        height: 160px
    }

    .banner-item {
        height: 160px
    }
    .am-padding-sm{
        padding: 5px;
    }
    .title {
       margin-bottom: 20px;
    }
    .title h2{
        font-size: 24px;
    }
    .inner-banner-info{
        height: 160px;
    }
    .inner-banner {
        height: 160px
    }

    .inner-banner h2 {
        font-size: 24px;
        display: block;
        margin:20px 10px
    }

    .p-v {
        padding:40px 0
    }
    .list-item{
        padding: 5px;
    }
    .list-item-main{
        padding: 0px;
    }
    .list-item-info{
        padding: 10px;
    }
    .inews-list-item{
        padding: 10px 0 0;
    }
    
    .ibrand-info{
        padding: 20px;
    }
    .ibrand-info p{

    max-height: 200px;
    overflow-y: scroll;
    }
    .ibrand-honor{
        padding: 10px 0 0;
    }
    .ibrand-honor li{
        padding: 0px;
    }
    .ibrand-honor-item{
        padding: 20px;
        border-top: none;
        border-right: none;
    }
    .am-container {
        padding: 0 10px
    }
 
    .am-container-avg {
        padding: 0 5px
    }
    .swiper-button-dl{
        left: 20%;
    }
    .swiper-button-dr{
        right: 20%;
    }
    .more{
        margin-top: 35px;
    }
    .inews-bg {
        margin-top: 10px
    }

    .inews-list {
        padding: 0 0 10px
    }
    .am-article{
        padding: 20px;
    }
    .msidebar {
        padding:20px 10px;
        background: #f4f4f4 !important;
    }
    .inner-list-g{
        padding: 0;
    }
    .footer {
        padding: 30px 0
    }
    .swiper-button-prev, .swiper-button-next{
        display: none;
    }
}
