body {
    background: #f6f6f6;
    font-size: 14px
}

img {
    max-width: 100%;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

input {
    font-size: 14px !important
}

a {
    color: #333;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s
}

a:hover {
    color: #0956B6;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s
}

[class*=am-u-] {
    padding: 0
}

.am-container {
    max-width: 1110px;
    padding: 0 10px
}

.am-container-avg {
    max-width: 1110px;
    padding: 0 5px;
    margin: 0 auto
}

.am-margin-vertical {
    margin-top: 20px;
    margin-bottom: 20px;

}

.am-with-fixed-header {
    padding: 0;
}

.am-with-fixed-navbar {
    padding: 0
}

.am-btn {
    font-size: 14px
}

.am-btn-default {
    border-color: #ddd;
}

.am-btn-primary {
    background-color: #0956B6;
    border-color: #0956B6
}

.am-text-primary {
    color: #0956B6
}

.am-active .am-btn-primary.am-dropdown-toggle,
.am-btn-primary.am-active,
.am-btn-primary:active {
    background-color: #039;
    border-color: #039
}

.am-text-danger {
    color: red !important
}

.am-padding {
    padding: 20px;
}

.font-en {
    font-family: Arial, Helvetica, sans-serif;
}

.border-wrap {
    overflow: hidden;
    border: 1px solid #e6e6e6;
    background: #fff
}

.border-grid {
    border: 1px solid #e6e6e6;
    border-bottom: 4px solid #e6e6e6;
    background: #fff;

}

.border-b {
    border-bottom: 1px solid #e6e6e6;

}

.boxadow:hover {
    box-shadow: 1px 5px 10px rgb(223 238 248);
    border-color: #dfeef8;
    transform: translate3d(0, -2px, 0);
    transition: all 1s;
    -webkit-transform: translate3d(0, -2px, 0)
}

.line2 {
    margin: 0;
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.imghover:hover {
    display: block;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 通用列表 */
.rl-list .rl-item {
    overflow: hidden;
    position: relative;
}

.rl-list .rl-item .pic {
    padding-bottom: 62%;
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
    border: 1px solid #e6e6e6
}

.rl-list .rl-item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8
}

.rl-list .rl-item .txt {
    overflow: hidden;
}

.rl-list .rl-item .txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative
}

.rl-list .rl-item .txt h3::before {
    position: absolute;
    content: '';
    left: -15px;
    top: 8px;
    height: 6px;
    width: 6px;
    background: #333;
    border-radius: 6px;
}

.rl-list .rl-item .txt p {
    font-size: 12px;
    color: #666
}

.rl-list .rl-item .txt .date {
    font-size: 12px;
    color: #666;
    position: absolute;
    right: 0;
}

.rl-list .am-u-sm-9 h3:before {
    display: none;
}


/* 顶部 */
.top {
    overflow: hidden;
    padding: 0;
    background: #f6f6f6;
    border-bottom: 1px solid #e6e6e6
}

.top p {
    margin: 0;
    padding: 0;
    line-height: 34px;
    font-size: 12px;
}

.top iframe {
    overflow: hidden;
    float: right
}

/* 头部 */
.head {
    overflow: hidden;
    height: 110px;
    background: #fff
}

.logo {
    overflow: hidden;
    padding: 20px 0
}

.logo img {
    height: 70px
}

.search {
    overflow: hidden;
    padding: 38px 0 0
}

.search button {
    color: #0956B6;
    border: none;
    background: none;
    margin: 0;
    padding: 0
}

.phone {
    height: 110px;
    line-height: 110px;
    overflow: hidden
}

.phone_tit {
    text-align: right
}

.phone_tit span {
    font: 22px/34px impact;
    color: #0956B6
}

.phone_tit i {
    font-size: 24px;
    color: #0956B6
}

/* 导航 */
.menu {
    background: #0956B6
}

.menu li {
    line-height: 50px;
    position: relative;
    text-align: center
}



.menu li a {
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative
}

.menu a:hover,
.menu .active {
    background: #014da3
}

.menu .subNav {
    background: #014da3;
    width: 100%;
    left: 0;
    display: none;
    opacity: .98;
    position: absolute;
    z-index: 99
}

.menu .subNav a {
    line-height: 40px;
    border-bottom: 1px solid #2b5ba2;
    font-weight: normal
}

.menu .subNav a:hover {
    background: #0956B6
}

/* 轮播图 */
.banner {
    margin: 0;
    height: 480px;
    background-color: #e6e6e6;
}

.banner .am-slider-images {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.banner .am-slider-desc {
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    padding: 80px;
    height: 70%;
    top: 15%
}

.banner .am-slider-content h2 {
    font-size: 40px;
    margin-bottom: 10px
}

.banner .am-slider-content p {
    font-size: 16px
}

.banner .am-btn {
    margin-top: 20px;
}

.banner .am-control-nav {
    bottom: 20px
}

.banner .am-direction-nav .am-prev {
    background: url(../images/pre_fff.png) center no-repeat #0956B6;
    left: 0;
}

.banner .am-direction-nav .am-next {
    background: url(../images/next_fff.png) center no-repeat #0956B6;
    right: 0;
}

.banner .am-direction-nav a:before {
    display: none
}

.banner .am-direction-nav a {
    width: 40px;
    height: 60px;
    opacity: 0.04;
    margin-top: -20px;
}


/* 资讯 */
.hot-news {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e1e1e1;
}

.hot-news .am-container {
    position: relative
}

.hot-news .news_icon {
    padding: 0 10px;
    color: #0956B6;
    position: absolute;
    left: 0
}

.hot-news #slide {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 12px;
}

.hot-news #slide ul {
    margin-left: 20px
}

.hot-news #slide ul li {
    position: relative
}

.hot-news #slide ul li span {
    color: #666;
    position: absolute;
    right: 0;
    top: 5px;
}



/* 区域 */
.local {
    overflow: hidden;
    background: #e6e6e6
}

.local a {
    padding: 10px 0;
    display: block;
    text-align: center
}

.local .cur a {
    font-weight: bold;
    color: #0956B6
}

.localItem {
    padding: 10px;
    overflow: hidden
}

.localTit {
    position: relative;
    background: #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.localTit h3 {
    padding: 10px 0
}

.localTit h3 span {
    position: relative;
    padding-left: 10px;
    border-left: 6px solid #0956B6;
    color: #0956B6
}

.localTit a {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 12px
}

.localWrap {
    background-image: url(../images/bg.jpeg);
    background-attachment: fixed;
    padding: 20px 0;
    overflow: hidden;
    background-size: cover;
    background-position: center bottom
}

.localServiceWrap {
    background: #fff;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin-top: 20px;
    border-bottom: 4px solid #e6e6e6;
}

.localService {
    margin: 10px
}

.localServiceItem {
    padding: 10px;
    text-align: center
}

.localServiceItem a {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 15px 0;
    border: 1px solid #e6e6e6
}

.localServiceItem a:hover {
    box-shadow: 1px 5px 10px rgb(223 238 248);
    border-color: #dfeef8;
    transform: translate3d(0, -2px, 0);
    transition: all 1s;
    -webkit-transform: translate3d(0, -2px, 0);
    background: #fff;
}

.localNewsWrap {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 4px solid #e6e6e6;
}

.localNews {
    overflow: hidden;
    padding: 20px;
    background: #fff;
    overflow: hidden
}

.localNewsFl {
    overflow: hidden
}

.localNewsFlImg {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative
}

.localNewsFlImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.localNewsFr {
    overflow: hidden;
    padding-left: 20px
}

.localItemWrap {
    overflow: hidden;
    border: 1px solid #e6e6e6
}

.localItemLst {
    overflow: hidden;
    background: #fff;
    padding: 10px
}

/* 标题 */
.title {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    overflow: hidden;
    position: relative
}

.title h2 {
    position: relative;
    padding-left: 5px;
    font-size: 16px
}

.title h2::before {
    position: absolute;
    left: -10px;
    top: 4px;
    content: '';
    background: #333;
    width: 5px;
    height: 16px
}

.title a {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}



/* 高企/双软/贯标 */
.service {
    margin: 10px 0 0;
}

.service-left {
    overflow: hidden;
    padding: 10px 0 10px 10px;
    text-align: center
}

.service-right {
    overflow: hidden;
    padding: 5px
}

.service-right li {
    padding: 5px
}

.service-right a {
    display: block;
    /* background: #f6f6f6; */
    padding: 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
    position: relative
}


/* 知识产权 */
.ip {
    margin: 10px 0 0;
    overflow: hidden
}

.ip-item {
    padding: 0 5px
}

.ip-img {
    padding: 10px 10px 0;
    overflow: hidden
}

.ip-content ul {
    padding: 5px
}

.ip-content li {
    padding: 5px
}

.ip-content li a {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 10px 0;
    text-align: center;
    /* background: #f6f6f6 */
}

/* 问题 */
.problem {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6
}

.problem .tab {
    overflow: hidden;
    padding: 10px
}

.problem .tab_hd {
    padding: 0;
}

.problem .tab .tab_menu {
    overflow: hidden;
    border: 1px solid #e6e6e6
}

.problem .tab .tab_menu .am-active a,
.problem .tab .tab_menu a:hover {
    background: #f6f6f6;
    border-left: none;
    border-top: none;
    border-color: #e6e6e6;
    color: #0956B6;
}

.problem .tab .tab_menu li a {
    padding: 10px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #e6e6e6;
    margin: 0;
    display: block
}

.problem .tab .tab_menu li:last-child a {
    border-right: none
}

.problem .tab_box {
    overflow: hidden;
    border-color: #e6e6e6;
    border-bottom: none;
}

.problem .tab_box li a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 10px 10px 20px;
    border-left: 1px solid #e6e6e6;
    position: relative;
}

.problem .tab_box li a::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    height: 4px;
    width: 4px;
    background: #666;
    border-radius: 4px;
    margin-top: -2px;
}

.problem .tab_box li:nth-of-type(2n-1) a {
    border-left: none
}

/* 关于 */
.aboutFl {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6
}

.aboutFr {
    overflow: hidden;
    padding-left: 10px
}

.about {
    overflow: hidden;
    padding: 10px
}

.aboutImg {
    overflow: hidden;
    padding: 0
}

.aboutInfo {
    padding: 0 10px;
    overflow: hidden
}

.aboutInfo h3 {
    margin: 20px 0 10px;
    font-size: 16px
}

.aboutInfo p {
    color: #666;
}

.more {
    margin-top: 10px;
    color: #0956B6;
    display: block
}

/* 联系 */
.contact {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6
}

.contact ul {
    padding: 5px;
    overflow: hidden
}

.contact li {
    padding: 8px;
    border-bottom: 1px solid #e6e6e6
}

.contact li:last-child {
    border: none
}

/* 链接 */
.link {
    overflow: hidden;
    margin-bottom: 10px
}

.link .am-viewport {
    overflow: hidden;
    padding: 10px
}

.link li {
    padding: 5px
}

.link li img {
    width: 100%;
    height: 40px
}

.link li a {
    border: 1px solid #e6e6e6;
    display: block;
    background: #fff
}

.link .am-slider-default {
    background: 0 0;
    box-shadow: none;
    border: none;
    margin: 0
}

.link .am-slider-default li {
    float: left;
    width: 178px !important;
    margin: 0
}

.link .am-slider-default .am-direction-nav {
    display: none
}

.link .am-slider-default ol {
    display: none
}




/* 底部 */
.footer {
    background: #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0
}

.footer-menu ul li a {
    display: block;
    font-weight: bold;
    padding: 0 0 5px;
}

.footer-menu .subNav a {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.footBq {
    overflow: hidden;
    background: #d6d6d6;
    padding: 10px 0;
    font-size: 12px;
    color: #666;
}

.footBq p {
    margin-bottom: 5px;
}

.footBq a {
    padding: 5px;
}


/* 栏目背景 */
.inner-banner {
    background-size: cover;
    overflow: hidden;
    height: 220px;
    background: url(../images/banner5.jpg) #e6e6e6 center no-repeat;
}

.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.18);
    padding: 40px;
    margin-top: 30px
}

/* 内页布局 */
.innerWrap {
    margin: 20px auto;
    overflow: hidden;
    position: relative
}

.innerFr {
    border: 1px solid #e6e6e6;
    overflow: hidden;
    background: #fff;
    float: right;
    padding: 40px;
    min-height: 480px
}

/* 子栏目 */
.subNavMenu {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 254px;
    z-index: 9;
    height: 100%;
    background: #fff;
    border: 1px solid #e6e6e6
}

.subNavMenu .title_h2 {
    padding: 25px 0;
    font-size: 24px;
    background: #0956B6;
    color: #fff;
    text-align: center
}

.subNavMenu ul {
    padding: 0 20px;
    border-bottom: none
}

.subNavMenu .active,
.subNavMenu li a:hover {
    color: #0956B6;
    font-weight: 600
}

.subNavMenu li a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    text-align: center
}

/* 当前位置 */
.position {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    color: #666
}

.position .am-breadcrumb {
    margin: 0;
    padding: 0
}

.position span {
    width: 40px;
    height: 40px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    float: left;
    text-align: center;
    margin-right: 10px;
    color: #333;
    line-height: 40px
}

.position a {
    line-height: 40px;
    font-size: 12px;
    padding: 0 5px
}


/* 文章详情 */
.am-article img {
    padding: 10px 0;
    height: auto !important;
    display: inline-block;
}

.am-article-title {
    border-bottom: 1px solid #e6e6e6;
    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 #e6e6e6;
    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 #e6e6e6;
    background: #f6f6f6;
}

.am-article-prne a {
    display: block;
    padding: 10px 0;
}

.am-article-prne a:first-child {
    border-bottom: 1px solid #e6e6e6
}

.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;
    padding: 5px;
}

.am-pagination li.active span,.am-pagination li.active a,
.am-pagination li a:hover {
    background: #25c;
    color: #fff
}

.am-pagination a,
.am-pagination span {
    display: block;
    padding: .4em 1em;
    border: 1px solid #e6e6e6;
    background: #fff
}

@media only screen and (max-width:641px) {
 
    .am-with-fixed-header {
        padding-top: 49px;
    }

    /* 导航 */

    .am-header {
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
        padding: 0;
    }

    .am-header .am-header-title img {
        height: 40px;
        margin: 5px 0 0
    }

    .am-header-icon {
        color: #0956B6;
        font-size: 16px
    }

    .am-menu-dropdown1 .am-menu-nav>li>a {
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
        color: #333
    }

    .m_nav ul.top .am-menu-sub a {
        background: #fff
    }

    .m_nav ul.top li.am-parent.am-open>a {
        background: #DE5853
    }

    /* 轮播图 */
    .banner,
    .banner .am-slider-images {
        height: 50vh
    }

    .banner .am-slider-desc {
        top: 0;
        height: 100%;
        padding: 12vh 5vh
    }

    .banner .am-slider-content h2 {
        font-size: 26px
    }

    .banner .am-slider-content p {
        font-size: 12px
    }

    .banner .am-direction-nav,
    .banner .am-pauseplay {
        display: none
    }

    .am-with-fixed-navbar {
        padding-bottom: 50px
    }

    .hot-news #slide ul li span {
        display: none;
    }

    .advantage img {
        max-width: 48px
    }

    .am-gotop-fixed {
        bottom: 60px;
    }

    .problem .tab_box li a {
        border-left: none;
    }

    .rl-list .rl-item .pic {
        width: 100%;
        margin-bottom: 10px;
    }

    /* 搜索 */
    .search {
        overflow: hidden;
        padding: 2rem 0 2rem;
        background: #fff;
        border-bottom: 1px solid #e6e6e6
    }

    .search input:hover {
        border: 1px solid #08c;
        color: #000
    }

    .search span {
        color: #0956B6
    }

    .search form {
        width: 90%;
        margin: 0 auto
    }

    /* 栏目背景 */
    .inner-banner {
        height: 140px;
        background-size: cover
    }

    .inner-banner h2 {
        padding: 3rem;
        font-size: 24px;
        width: 100%;
        margin: 15px 0
    }

    /* 服务 */
    .iservice .rl-list .rl-item {
        padding: 10px;
    }

    .service-left {
        padding: 10px 10px 0;
    }

    /* 关于 */

    .aboutFr {
        padding: 0;
        margin-top: 10px
    }

    .aboutInfo {
        padding: 0;
    }

    .aboutInfo h3 {
        margin: 10px 0;
    }

    .innerWrap {
        margin-top: 10px;

    }

    .innerFr {
        margin-top: 10px;
        padding: 20px
    }

    .article_info img {
        display: block;
        width: 100% !important;
        margin: 0 0 20px !important
    }

    .localWrap {
        padding: 10px 5px;
    }

    .localNews {
        padding: 10px
    }

    .localNewsFr {
        padding: 0
    }

    .localServiceWrap {
        margin: 10px 0 0;
    }

    .localService ul {
        padding: 5px
    }

    .localService {
        margin: 0
    }

    .dishibanner,
    .dishibanner .am-slider-images {
        height: 35vh
    }

    .rl-list .rl-item .txt .date {
        display: block;
        position: relative;
        margin-top: 5px;
    }

    /* 文章 */
    .am-article-bd {
        font-size: 16px;
    }

    /* 底部导航 */
    .navbar {
        background: #f6f6f6;
        border-top: 1px solid #e6e6e6;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999
    }

    .navbar span {
        margin: 5px auto 0;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 1.4
    }

    .navbar .am-navbar-label {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 14px
    }

    .navbar ul.am-dropdown-content>li>a {
        border-bottom: 1px solid #e6e6e6;
        padding: 8px 20px
    }

    .navbar ul.am-dropdown-content>li:last-child a {
        border: none
    }

    .navbar .am-dropdown-flip .am-dropdown-content {
        right: 10px
    }

    .footBq {
        padding-bottom: 50px
    }
}