* {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

a {
    color: #000;
}

.full_img {
    width: 100%;
    height: auto;
}

.img_bg {}

.am-container {
    max-width: 1300px;
}

.am-nav {
    font-weight: bold;
}

.am-topbar {
    border: none;
    background: transparent;
    height: auto;
    margin-bottom: 0px;
}

.am-topbar-brand {
    height: 80px;
    line-height: 75px;
    margin-right: 20px;
}

.am-topbar-brand a {
    height: 100%;
    display: block;
}

@media only screen and (min-width: 641px) {
    .am-topbar-nav>li>a {
        line-height: 80px;
        padding: 0 30px;
    }
}

.am-topbar-nav>li>a:after {
    /*display: none;*/
    left: 0px;
    width: 100%;
    height: 3px;
    border-left: none;
    border-right: none;
    border-bottom-width: 3px;
    border-bottom-color: #007ab7;
    margin-left: 0px;
}

.am-slider-default {
    margin-bottom: 0px;
}

.am-slider-default .am-control-nav {
    bottom: 30px;
}

.am-nav>li>a:focus,
.am-nav>li>a:hover {
    background-color: transparent;
    /*color: #fff;*/
}

.swiper-container {
    height: 700px;
}
.container{
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
}
.slogan {
    font-size: 14px;
    font-weight: bold;
    padding: 60px 0px 30px;
    margin: 0 auto;
}

.slogan h2 {
    font-size: 24px;
}

.feature {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 60px;
    flex-wrap: wrap;
}

.feature .i {
    font-size: 30px;
    border: solid 3px #2f6284;
    color: #2f6284;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
}

.feature .t {
    margin-top: 10px;
}

.solution {
    padding: 60px 0px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #fff;
}

.solution .item {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 30%;
    position: relative;
    color: #fff;
    cursor: pointer;
}
.solution .item a{
    color: #fff;
}
.solution .item:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
}

.solution .item .i {
    position: absolute;
    left: 0;
    width: 100%;
    top: 130px;
    z-index: 2;
}

.solution .item .t {
    position: absolute;
    left: 0;
    width: 100%;
    top: 220px;
    z-index: 3;
}

.solution .item:hover:before {
    background: rgba(8, 69, 109, .8);
}

.news {
    padding: 60px 0px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.partner {
    padding: 60px 0px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.partner img {
    margin-top: 20px;
    max-width: 100%;
}

.footer{
    background: #313131;
    color: #fff;
    padding-top: 30px;
}

.footer .cr{
    margin-top: 20px;
    background: #272727;
    padding: 10px 0px;
    font-size: 13px;
}

.footer a{
    color: #fff;
}


/*老版本*/
.product_item {
    background-color: #eee;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 1px #ccc;
}

.product_item .text {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 30%;
    bottom: 0px;
    color: #fff;
    font-size: 26px;
    text-shadow: rgba(0, 0, 0, 1) 1px 1px 5px;
}

.product_item .desc {
    width: 80%;
    margin: 30px auto 0px;
    font-weight: normal;
    font-size: 18px;
    text-shadow: rgba(0, 0, 0, 1) 1px 1px 5px;
}

section.news {
    margin-top: 20px;
}

.news_title {
    font-weight: bold;
    font-size: 20px;
}



section.footer {
    background: #26323e;
    color: #ddd;
    margin-top: 60px;
    padding: 30px 0px 0px;
}

section.footer a {
    color: #ddd;
}

.cr {
    background: #1d2731;
    margin-top: 30px;
    padding: 20px 0px;
}

.footer .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .item {
    font-size: 14px;
    margin-top: 10px;
}

.banner_iframe {
    position: relative;
    text-align: center;
    height: 300px;
}

.banner_iframe iframe {
    width: 100%;
    height: 300px;
}

.banner_iframe .banner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.banner_iframe .title {
    color: #fff;
    font-weight: bold;
    font-family: '微软雅黑';
    font-size: 48px;
    margin-top: 90px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .7);
}

.banner_iframe .desc {
    color: #fff;
    font-weight: bold;
    font-family: '微软雅黑';
    font-size: 20px;
    margin-top: 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .7);
}

.point_list {}

.point_list .icon {
    width: 100px;
    height: 100px;
    line-height: 90px;
    border: solid 5px #08456d;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    margin: 0 auto;
    color: #08456d;
}

.point_list .title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    height: 40px;
}

.point_list .desc {
    text-align: center;
    height: 50px;
    font-size: 14px;
}

.intro_title {
    position: relative;
}

.intro_title .quote_left {
    position: absolute;
    font-size: 120px;
    top: -20px;
    font-family: '黑体';
    left: 5px;
}

.intro_title .quote_right {
    position: absolute;
    font-size: 120px;
    top: -20px;
    font-family: '黑体';
    right: 5px;
}

.is_error {
    color: #f00;
}

.is_success {
    color: #5eb95e;
}

.box {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.am-slides li a {
    display: block;
    position: relative;
}

.index_banner .title {
    position: absolute;
    bottom: 60%;
    left: 50%;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    width: 400px;
    margin-left: -200px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
}

.index_banner .btn {
    position: absolute;
    bottom: 30%;
    left: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 160px;
    margin-left: -80px;
    border: solid 2px #fff;
    text-align: center;
    padding: 10px 0px;
}






.am-topbar-brand {
    height: 40px;
}

.am-topbar-brand img {
    width: auto;
    height: 34px;
    margin-top: 8px;
    vertical-align: top;
}

.foot_contact {
    text-align: center;
}

.solution {
    margin-top: 20px;
}

.product_item {
    margin-bottom: 20px;
}

.point_list .point_item {
    margin-bottom: 40px;
}

.about {
    margin-top: 20px;
}

.about_text {
    margin-top: 20px;    
    text-align: left;
}

.intro_title .quote_left,
.intro_title .quote_right {
    display: none;
}

@media only screen and (min-width: 641px) {
    .am-topbar-brand {
        height: auto;
    }
    .am-topbar-brand img {
        vertical-align: middle;
        height: 36px;
    }

    .foot_contact {
        text-align: right;
    }

    .partner {
        margin-top: 60px;
    }
    .solution {
        margin-top: 70px;
    }
    .about {
        margin-top: 50px;
    }
    .about_text {
        margin-top: 0px;
        text-align: left;
    }
    .intro_title .quote_left,
    .intro_title .quote_right {
        display: block;
    }
}