﻿@charset "utf-8";
@import url("animate.css");
/* Width Style
html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(1);
}
.Contnet strong {
    font-weight: bold !important;
}

.W1000 {
    width: 1000px;
    overflow: hidden;
}

.W750 {
    width: 750px;
    overflow: hidden;
}

.W275 {
    width: 275px;
    overflow: hidden;
}

.W235 {
    width: 235px;
    overflow: hidden;
}

.W350 {
    width: 350px;
    overflow: hidden;
}

.W280 {
    width: 280px;
    overflow: hidden;
}

.W240 {
    width: 240px;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

em {
    font-style: normal;
}

h1,
h2,
h3,
h4,
div,
p,
span,
em {
    margin: 0;
    padding: 0;
}

.content,
.n-main {
    width: 1200px;
    margin: 0 auto;
}

.n-main {
    overflow: hidden;
}

.box {
    padding: 10px 20px;
    background: #fff;
    box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.5);
}

input::-ms-clear {
    display: none;
}

a {
    text-decoration: none !important
}

/**Login Style**/

/* Top Style*/
.top {
    height: 40px;
    line-height: 40px;
    background: #f7f9fa;
    border-bottom: 1px #e8edf2 solid;
    font-size: 12px;
    color: #666;
}

.top-content,
.header-content {
    max-width: 1200px;
    margin: 0 auto;
}

.top .top-content .left {
    float: left;
}

.top .top-content .right {
    float: right;
}

.top .top-content ul {
    display: inline;
    margin-right: 15px;
    color: #999;
}

.top .top-content ul li {
    display: inline;
    margin: 0 10px;
}

.top .top-content ul li a {
    color: #666;
}

.top-search {
    padding: 3px 12px 3px 25px;
    background: url(/Images/icon-search.png) #f9a642 5px 2px no-repeat;
    color: #fff;
    cursor: pointer;
    display: inline;
    border-radius: 15px;
}

/*搜索*/
.Search {
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    top: 40px;
    z-index: 10;
    box-shadow: 2px 3px 6px rgba(227, 227, 227, 0.5);
    display: none;
}

.Search .content {
    width: 800px;
    margin-top: 20px;
    position: relative;
}

.Search .TxtInput {
    width: 680px;
    height: 50px;
    line-height: 50px;
    text-indent: 85px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.Search .TxtInput:focus {
    outline: 0;
}

.Search .SeachBtn {
    width: 110px;
    height: 50px;
    background: #2373d2;
    font-size: 16px;
    font-weight: normal;
}

.Search .close {
    width: 16px;
    height: 16px;
    background: url(/Images/icon-gb.png) 0 0 no-repeat;
    background-size: 16px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    right: -10%;
}

.Search .close a {
    display: block;
}

.Search .selectBox {
    position: absolute;
    left: 0;
}

.Search #rangedatabase {
    width: 80px !important;
    margin-right: -5px;
    height: 50px !important;
    line-height: 50px !important;
    border-color: #ccc;
    text-align: center;
}

.Search .chosen-container {
    width: 80px !important;
}

.Search .chosen-search-input {
    width: 80%;
}

.Search .chosen-single {
    height: 50px !important;
    line-height: 50px !important;
}

.Search .chosen-container-single .chosen-single div b {
    background-position: 0 15px !important;
}


.header {
    width: 100%;
    height: 100px;
    background: #fff;
}

.header .logo {
    overflow: hidden;
    width: 590px;
    float: left;
    margin-top: 13px;
}

.header .logo .ebs {
    float: right;
    position: relative;
}

.header .logo .ebs img {
    width: 60px;
    height: auto;
}

.header .logo .ebs .highlight {
    width: 20px;
    height: 67px;
    position: absolute;
    left: -5px;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    animation: moves 3.5s infinite;
    -webkit-animation: moves 3.5s infinite;
}

@keyframes moves {

    0,
    45% {
        left: -5px;
    }

    45.5% {
        left: -5px;
    }

    100% {
        left: 90px;
    }
}

@-webkit-keyframes moves {

    0,
    45% {
        left: -5px;
    }

    45.5% {
        left: -5px;
    }

    100% {
        left: 90px;
    }
}

/*一级导航*/
.nav {
    width: 570px;
    float: right;
    margin: 30px 0 0 0;
}

.nav ul {
    margin: 0 auto;
}

.nav ul li {
    float: left;
    text-align: center;
    position: relative;
}

.nav ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    border-radius: 25px;
    padding: 5px 20px;
}

.nav ul li a.selected,
.nav ul li a:hover {
    background: #2373d2;
    color: #fff;
    transition: all 0.5s ease;
    box-shadow: 0 2px 6px rgba(35, 115, 210, 0.5);
}

/*二级导航*/
.nav ul li ul.nav_xl {
    width: 120%;
    background: #fff;
    position: absolute;
    display: none;
    z-index: 9999;
    box-shadow: 0 0 3px #e7e7e7;
    padding: 5px 0;
    left: -10%;
}

.nav ul li:hover ul.nav_xl {
    display: block;
    animation: fadeInDown 0.6s;
}

.nav ul li ul.nav_xl li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
}

.nav ul li ul.nav_xl li a {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.nav ul li ul.nav_xl li a:hover {
    background: none;
    color: #0371c6;
    text-decoration: underline;
    box-shadow: none;
}

@media only screen and (max-width:1366px) {
    .nav ul li a {
        font-size: 14px;
        padding: 5px 10px;
        font-weight: normal;
    }

    .top-content,
    .header-content {
        width: 1200px;
        margin: 0 auto;
    }
}


/*banner begin*/
.i-banner {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.i-banner .banner li a,
.index_banner .swiper-slide a {
    width: 100%;
    height: 496px;
    display: block;
}

/*数字按钮样式*/
.i-banner .num {
    overflow: hidden;
    height: 5px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    zoom: 1;
    z-index: 3
}

.i-banner .num li {
    width: 25px;
    height: 5px;
    text-align: center;
    background: #fff;
    opacity: 0.5;
    margin-right: 10px;
    cursor: pointer;
    float: left;
    text-indent: -9999px;
}

.i-banner .num li.on {
    background: #fff;
    opacity: 1;
}

/*当前项*/
/*上一个  下一个*/
.i-banner .prev,
.i-banner .next {
    display: none;
    width: 30px;
    height: 70px;
    background: url(/Images/btn.png) no-repeat;
    background-size: 60px;
    position: absolute;
    top: 150px;
}

.i-banner .prev {
    left: 0;
}

.i-banner .next {
    right: 0;
    background-position: right
}

.index_banner .swiper-pagination .swiper-pagination-bullet,
.min_index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    text-align: center;
    background: #fff;
    opacity: 0.5;
    border-radius: 0;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.min_index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

/*系统公告滚动*/
.i-notice {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    box-shadow: 2px 3px 6px rgba(227, 227, 227, 0.5);
    font-size: 14px;
    overflow: hidden;
}

.i-notice .winBox {
    width: 1010px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 20px;
}

.i-notice .scroll {
    width: 2000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.i-notice .scroll li {
    width: auto;
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-notice .scroll li a {
    color: #333;
    font-size: 15px;
}

.i-notice .icon-tz {
    background: url(/Images/icon-tz.png) 0 16px no-repeat;
    float: left;
    padding-left: 30px;
    color: #999;
}

.i-notice .icon-tz em {
    margin: 0 5px 0 0;
    color: #2373d2;
    font-size: 15px;
    font-weight: 600;
}

.i-notice .more {
    float: right;
}

.i-notice .more a {
    color: #999;
    font-size: 14px;
    margin: 0 0 0 5px;
}

.i-notice .more a:hover,
.Tab_list li h3>a:hover,
.h-title .more a:hover,
.i-notice .scroll li a:hover,
.i-login-zc ul li>a:hover,
.i-login p>a:hover {
    color: #2373d2;
}

/*主体内容*/
.i-main {
    overflow: hidden;
}

.i-main .i-left {
    width: 890px;
    float: left;
}

.i-main .i-right {
    width: 295px;
    float: right;
    margin-top: 40px;
}

.h-title {
    height: 50px;
    width: 100%;
    line-height: 50px;
    margin-top: 10px;
}

.h-title a,
.h-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.h-title em {
    color: #999;
    font-size: 16px;
    font-weight: 200;
    margin: 0 0 0 10px;
}

.h-title .more,
.title>h4 .more {
    float: right;
    margin: 0;
}

.h-title .more a,
.title>h4 .more a {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.title {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.title>h4 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e7e7e7 solid;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.title>h4>a {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.title>h4 .more {
    margin: 0;
}

.Tab_list li {
    background: url(/Images/dot.png) 0 15px no-repeat;
    padding-left: 15px;
}

.Tab_list li h3 {
    width: 100%;
    height: auto;
    line-height: 33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pc_tab .Tab_list li h3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.Tab_list li h3>span {
    font-weight: normal;
    margin-right: 0;
}

.Tab_list li h3>a {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    height: auto;
    line-height: 1.7;
    display: inline-block;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pc_tab .Tab_list li h3>a{
    width: 60%;
}
.pc_tab#TabbedPanels1 .Tab_list li h3>a {
    width: 58%;
}
.Tab_list li h3>a.wap_a{
    width: 100%;
}

.Tab_list li h3>span.time {
    color: #999;
    font-size: 12px;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}
.pc_tab .Tab_list li h3>span.time{
    display: flex;
    flex-wrap: wrap;
}

.Tab_list li h3>span.time .Red {
    float: none;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin-right: 10px;
}

.i-main .i-info {
    padding: 10px 15px;
    background: #fff;
    box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.5);
}

.tab-more {
    position: absolute;
    right: 0;
    margin: -40px 10px 0 0;
}

.tab-more>a {
    color: #999;
    font-size: 12px;
}

/*商城*/
.i-shangcheng {
    margin: 15px 0 0 0;
    padding: 10px;
}

.i-shangcheng img {
    width: 275px;
    margin: 3px auto 5px;
    border-radius: 5px;
}

.i-shangcheng1 {
    margin: 15px 0 0 0;
}

.i-shangcheng1 img {
    display: block;
    box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.8);
    margin-bottom: 16px
}

/*首页登录窗口*/
.i-login {
    margin: 20px 0 0 0;
}

.i-login p>a {
    line-height: 25px;
    color: #666;
}

.i-login-info {
    width: 100%;
    height: 200px;
}

.i-login-zc {
    width: 260px;
    border-top: 1px #e7e7e7 solid;
    overflow: hidden;
    margin-top: 10px;
}

.i-login-zc ul li {
    width: 90px;
    height: 45px;
    line-height: 45px;
    float: left;
    padding-left: 30px;
}

.i-login-zc ul li>a {
    font-size: 14px;
    color: #666;
}

.i-login-zc ul li.gys {
    background: url(/Images/icon-gys.png) 0 12px no-repeat;
    margin-right: 15px;
}

.i-login-zc ul li.gys:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #e7e7e7;
    float: right;
    margin: 12px 0 0 0;
}

.i-login-zc ul li.zj {
    background: url(/Images/icon-zj.png) 0 12px no-repeat;
}

/*联系我们*/
.i-contact {
    margin: 15px 0 0 0;
    height: 300px;
}

.i-contact .i-contact-c h5 {
    font-size: 16px;
    color: #666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    margin: 5px 0 0 0;
}

.i-contact .i-contact-c h5.icon-tel {
    background: url(/Images/icon-tel.png) 0 8px no-repeat;
}

.i-contact .i-contact-c h5.icon-time {
    background: url(/Images/icon-time.png) 0 8px no-repeat;
}

.i-contact .i-contact-c h5.icon-email {
    background: url(/Images/icon-email.png) 0 8px no-repeat;
}

.i-contact .i-contact-c p {
   
}

/*热点新闻*/
.hot-news {
    width: 100%;
    height: 310px;
    background: url(/Images/news-bg.gif) top center no-repeat;
    margin: 20px 0 0 0;
}

.hot-news h3 {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 40px 0 0 0;
}

.hot-news h3>a {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    padding-left: 140px;
}

.hot-news h3>a img {
    margin: 5px 0 0 -130px;
    position: absolute;
}

.hot-news .info {
    width: 75%;
    margin: 0 auto;
    font-size: 14px;
    color: #b2cbf5;
    height: 60px;
    line-height: 30px;
    margin-bottom: 10px;
}

.hot-news .hot-news-btn {
    padding: 5px 35px;
    background: none;
    margin: 0 auto;
    border: 1px #fff solid;
    border-radius: 4px;
    text-align: center;
    display: table;
}

.hot-news .hot-news-btn>a {
    color: #fff;
}

.hot-news .hot-news-btn>a:hover {
    padding: 5px 40px;
    transition: all 0.5s ease;
}

/*新闻动态、系统公告、政策法规*/
.i-news {
    width: 346px;
    float: left;
    margin: 18px 10px 0 10px;
    height: 240px;
}

.i-news ul {
    padding: 5px 0;
}

.i-news ul li {
    background: url(/Images/dot.png) 0 15px no-repeat;
    padding-left: 15px;
    height: 33px;
    line-height: 33px;
}

/**企业展示**/
.qiye {
    width: 1200px;
    margin: 0 auto;
}

.qiye .swiper-container {
    width: 100%;
    height: 100%;
}

.qiye .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f9f9f9;
    color: #026BEA;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.qiye .swiper-slide a,
.qiye .swiper-slide img {
    height: 96%;
    width: 98.5% !important;
    display: inline-block;
    margin-top: 1px;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, .4);
    padding: 10px 0;
    width: 18px;
    height: 24px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: serif;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

/*友情链接*/
.i-link {
    width: 1160px;
    margin: 0 auto;
    margin-top: 15px;
    background: #fff;
    box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.5);
    padding: 10px 20px;
}

.i-link .chosen-container {
    width: 228px !important;
    margin-top: 15px;
}

/*foot部分*/
.i-foot {
    width: 100%;
    background: #363636;
    margin-top: 20px;
}

.i-foot .foot {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
    background: url(/Images/foot-logo.png) 0 60px no-repeat;
}

.i-foot .foot .daohang {
    width: 240px;
    margin: 40px 0 0 180px;
    float: left;
}

.i-foot .foot h4,
.i-foot .foot .foot-about h4,
.i-foot .foot .foot-ewm h4 {
    border-bottom: none;
    color: #fff;
    font-size: 16px;
}

.i-foot .foot .daohang ul li a,
.i-foot .foot .daohang ul li {
    font-size: 12px;
    color: #a6a6a6;
}

.i-foot .foot .daohang ul li {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
}

.i-foot .foot .foot-about {
    width: 360px;
    margin: 40px 0 0 50px;
    float: left;
}

.i-foot .foot .foot-about .info {
    font-size: 12px;
    color: #a6a6a6;
    line-height: 30px;
}

.i-foot .foot .foot-ewm {
    margin: 40px 0 0 50px;
    float: right;
    background: url(/Images/erweima.png) 0 50px no-repeat;
    width: 260px;
    height: 200px;
    background-size: 150px;
}

.SiteBottom {
    background: #363636;
    border-top: 2px solid #3c3c3c;
    height: auto;
    text-align: center;
    padding: 20px 0;
    color: #a6a6a6;
}

.SiteBottom p span,
.SiteBottom p a,
.SiteBottom p {
    margin: 0 5px;
    color: #a6a6a6;
    font-size: 12px;
}

/*返回顶部*/
.bottom-tools {
    position: fixed;
    right: 20px;
    bottom: 50px;
}

#scrollUp {
    width: 45px;
    height: 45px;
    display: none;
    opacity: 0.8;
    border-radius: 45px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 2px 8px rgba(249, 166, 66, 0.5);
    background: url(/Images/icon-back.png) #f9a642 center center no-repeat;
}

#scrollUp:hover {
    opacity: 1.0;
}

/*内页样式*/
.n-banner {
    width: 100%;
    height: 150px;
    background: url(/Images/n-banner.jpg) top center no-repeat;
}

.n-banner h2 {
    font-size: 24px;
    color: #fff;
    padding-top: 60px;
    font-family: "Microsoft Yahei" !important;
    margin-left: 0 !important;
}

.n-weizhi {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
    color: #fff;
}

.n-weizhi a {
    color: #fff !important;
    font-family: "Microsoft Yahei" !important;
    text-decoration: none !important;
}

.n-left {
    width: 235px;
    float: left;
    margin-top: 20px;
    box-shadow: 2px 3px 6px rgba(227, 227, 227, 0.5);
}

.n-right {
    width: 950px;
    float: right;
    margin-top: 20px;
    box-shadow: 2px 3px 6px rgba(227, 227, 227, 0.5);
}

.n-right .news-list {
    width: 465px;
    float: left;
    margin: 0 10px 15px 0;
}

.n-left2 {
    float: right;
    width: 295px;
    margin-top: 5px;
}

.n-right2 {
    float: left;
    width: 890px;
}

.s-main {
    width: 1160px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.5);
    margin-top: 20px;
}

.page-next {
    width: 100%;
    margin: 15px 0;
    border-top: 1px #e7e7e7 solid;
    padding-top: 15px;
}

.page-next h2 {
    width: 100%;
    border-bottom: 1px #e7e7e7 dotted;
    margin: 10px 0;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Microsoft Yahei" !important;
}

.page-next ul li {
    line-height: 30px;
}

.page-next ul li span {
    float: right;
}

.page-next ul li .ctgname {
    color: #2373d2;
}

.page-next ul li a {
    text-decoration: none !important;
}

.siteGroup {
    position: relative;
    FLOAT: right;
    LEFT: 0px;
    Z-INDEX: 99;
}

.siteGroup a {
    display: block;
    width: 152px;
    padding-left: 28px;
    height: 42px;
    background: url(/Images/Ico.png) 15px 9px no-repeat #E16A0F;
    COLOR: #fff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.siteGroup a:hover {
    TEXT-DECORATION: none;
    BACKGROUND: url(/Images/Ico.png) 15px 9px no-repeat #E16A0F;
}

.siteGroup_menu {
    WIDTH: 160px;
    padding: 10px;
    POSITION: absolute;
    FLOAT: right;
    Z-INDEX: 100;
    DISPLAY: none;
    TOP: 42px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

/* Form Style*/
.TxtInput {
    border: #E3E3E3 1px solid;
    border-right: none;
    width: 230px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 10px;
    font-size: 12px;
    color: #666;
}

.SeachBtn {
    height: 34px;
    width: 75px;
    background: #2373d2;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    line-height: 35px;
}

/* Title Style*/
.Title01 {
    height: 42px;
    border: 1px solid #E5E5E5;
    line-height: 43px;
    text-indent: 50px;
    background: url(/Images/Ico.png) 20px -328px #F9F9F9 no-repeat;
}

.Title01 .more {
    float: right;
    margin: -2px 10px 0 0;
}

.Title01 .more a {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.Title01.Blue a {
    color: #2373d2;
}

.Title02 {
    height: 42px;
    line-height: 44px;
    border-bottom: 1px solid #E5E5E5
}

.Ico01 {
    background: url(/Images/Ico.png) 20px -69px no-repeat #004DFF;
}

.Ico02 {
    background: url(/Images/Ico.png) 20px -109px no-repeat #004DFF;
}

.Ico03 {
    background: url(/Images/Ico.png) 20px -148px no-repeat #004DFF;
}

.Ico04 {
    background: url(/Images/Ico.png) 20px -289px no-repeat;
}

.Ico05 {
    background: url(/Images/Ico.png) 20px -250px no-repeat;
}

.Ico06 {
    background: url(/Images/Ico.png) 20px -29px no-repeat;
}

/*分页*/
.page {
    text-align: center;
    margin: 15px 0;
    border-top: 1px #e7e7e7 dotted;
    padding-top: 10px;
}

/*内页搜索*/
.n-search {
    width: auto;
    padding: 20px 0;
    background: #fff;
    border: 1px #e0e0e0 solid;
    border-bottom: 1px #e7e7e7 dashed;
    border-top: none;
    display: block;
    position: relative;
}

.n-search form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.n-search .SeacheInput {
    width: 450px;
    height: 34px;
    line-height: 34px;
    border: #ccc 1px solid;
    border-left: none;
    text-indent: 8px;
}

.n-search .SeachBtn {}

.n-search .selectBox {
    justify-content: center;
    align-items: center;
}

.n-search #channelId {
    width: 200px !important;
    height: 34px !important;
    line-height: 34px !important;
    border-color: #ccc;
    text-align: center;
}

.n-search #rangedatabase {
    width: 80px !important;
    margin-right: -5px;
    height: 34px !important;
    line-height: 34px !important;
    border-color: #ccc;
    text-align: center;
}

.n-search .chosen-search-input {
    width: 80%;
}

.n-search .chosen-single {
    height: 34px !important;
    line-height: 34px !important;
}

.s-main>.n-search {
    border-left: none;
    border-right: none;
}

.s-main>.n-search .selectBox {
    left: 180px;
}

/** List Style**/
.List1 ul {
    margin: 0;
    padding: 0;
}

/*公告文字列表样式*/
.List1 li {
    padding: 2px 12px 3px 20px;
    display: block;
    height: 30px;
    line-height: 30px;
    background: url(/Images/dot.png) 5px 16px no-repeat;
    overflow: hidden;
}

.List1 li a {
    line-height: 30px;
    font-size: 14px;
}

.List1 li .Right {
    font-size: 12px;
    color: #999;
}

.List1 li>span.time {
    float: right;
    color: #999;
    font-size: 12px;
    margin-right: 0;
}

.List1 li>span.time .Red {
    float: left;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    width: 202px;
}

.n-right2 .List1 li,
.n-right2 .List1 li a {
    height: 30px;
    line-height: 30px;
}

.n-right2 .List1 li {
    background: url(/Images/dot.png) 5px 15px no-repeat;
}

.List2 ul {
    margin: 0;
    padding: 0;
}

/*侧边文字列表*/
.List2 li {
    padding: 5px 0px 5px 13px;
    display: block;
    height: 18px;
    background: url(/Images/Ico.png) 0 -190px no-repeat;
    overflow: hidden;
}

.List3 {
    background: #F4F8FF;
}

.List3 ul {
    margin: 0;
    padding: 0;
}

/*服务大厅*/
.List3 li {
    width: 95px;
    height: 24px;
    display: block;
    background: url(/Images/Ico.png) 8px -172px no-repeat;
    float: left;
    margin: 8px 5px 0px 12px;
    padding-left: 20px;
}

.List3 li:hover {
    background: url(/Images/Ico.png) 8px -172px no-repeat #F4F8FF;
}

/** WebSite Bottom Style**/
.HotLink a {
    background: #f9f9f9 none repeat scroll 0 0;
    display: block;
    float: left;
    margin: 4px;
    verflow: hidden;
    padding: 2px 3px 2px 5px;
    text-decoration: none;
    white-space: nowrap;
    width: 227px;
    word-break: keep-all;
}

.HotLink a:hover {
    background: #e6f1f9 none repeat scroll 0 0;
}

.LinkBox {
    height: 28px;
    position: relative;
    padding-left: 110px;
    padding-top: 10px;
}

.LinkTitle {
    width: 105px;
    height: 40px;
    background: url(/Images/Sprites.png) 0 -80px no-repeat;
    position: absolute;
    z-index: 100;
    margin-top: -11px;
    margin-left: -111px;
}

/** Two Columns Style **/
.BanneBg {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 250px;
    margin-top: -8px;
}

.Weizhi {
    text-indent: 15px;
    height: 30px;
    line-height: 30px;
}

.LmTitleBg {
    height: 46px;
    background: url(/Images/Sprites.png) 0 -240px no-repeat;
    display: block;
}

.LmDh ul {
    margin: 0;
    padding: 0;
}

.LmDh li {
    height: 38px;
    padding: 12px 0 0 25px;
    border-bottom: #eee 1px solid;
    background: url(/Images/Ico.png) 200px -180px no-repeat;
    box-sizing: content-box;
}

.LmDh li:last-child {
    border-bottom: 0;
}

.LmDh li:hover {
    border-bottom: #C0D1E3 1px solid;
    background: url(/Images/Ico.png) 200px -210px no-repeat #F4F8FF;
}

.LmDh a {
    font-size: 16px;
    display: block;
}

.LmDh li.current {
    background: url(/Images/Ico.png) 200px -210px no-repeat #F4F8FF;
}

.LmDh li.current a {
    font-weight: 600;
    color: #2373d2;
}

.Content {
    padding: 20px 40px;
    line-height: 200%;
    font-size: 16px;
}

.Content p {
    line-height: 200%;
    font-size: 16px;
    margin: 8px 0;
}

.pf_gb {
    float: right;
    position: relative;
    top: 0;
    right: 20px;
}

.pf_gb a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #2373d2;
    color: #fff;
}

.page-wybm {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-top: 1px #e7e7e7 dashed;
    padding-top: 20px;
}

.page-wybm a {
    padding: 5px 20px;
    border: 1px #2373d2 solid;
    border-radius: 3px;
    color: #2373d2 !important;
    margin: 0 20px;
    text-decoration: none !important;
}

.page-wybm a:hover {
    background: #2373d2;
    color: #fff !important;
}

.min_index_banner {
    display: none;
}

/*适配手机端*/
@media screen and (max-width: 1024px) {

    .mobile .top,
    .mobile .header,
    .mobile .n-banner,
    .mobile .n-left,
    .mobile .i-foot,
    .mobile .SiteBottom,
    .mobile .page-next,
    .page-wybm {
        display: none;
    }

    .mobile .n-right,
    .mobile .n-main {
        width: 100%;
        margin-top: 0;
    }

    .mobile .n-right .Title01 {
        background: none;
        text-align: center;
        border: none;
        text-indent: 0;
    }

    .mobile .n-right .BorderEEE {
        border: none;
    }

    .mobile .n-right>div {
        line-height: 30px;
    }

    .mobile .n-right>div img {
        width: 100% !important;
        height: auto !important;
    }

    .mobile .s-main {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .mobile .s-main .List1 li {
        height: auto;
    }

    .mobile .s-main .List1 li .Right {
        float: none;
        display: block;
    }

    .mobile .s-main h1.TxtCenter {
        font-size: 18px;
    }

    .top-content,
    .header-content {
        max-width: 94%;
    }

    span#sj {
        display: none;
    }

    .header {
        width: 100%;
        height: auto;
        background: #fff;
        position: relative;
    }

    .header .logo {
        overflow: hidden;
        width: 100%;
        float: none;
        margin-top: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .logo>a.selected {
        width: 80%;
    }

    .header .logo .ebs {
        float: right;
        position: relative;
        width: 40px;
    }

    .nav {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 53px;
        background: #fff;
        z-index: 99;
        margin: 0;
        box-shadow: 0 2px 6px rgba(35, 115, 210, 0.5);
    }
    .nav ul li {
        float: none;
        text-align: center;
        position: relative;
        width: 100%;
    }
    .nav ul li a {
        font-size: 14px;
        padding: 10px 10px;
        font-weight: normal;
        border-radius: 0;
    }
    .nav ul li ul.nav_xl {
        width: 100%;
        background: #fff;
        position: relative;
        display: none;
        z-index: 9999;
        box-shadow: 0 0 3px #e7e7e7;
        padding: 5px 0;
        left: 0;
    }
    

    .min_index_banner {
        display: block;
    }

    .index_banner {
        display: none;
    }

    .i-notice {
        display: block;
    }
    .i-notice .icon-tz{
        padding-left: 0;
    }
    .i-notice .winBox{
        width: calc(100% - 135px);
    }

    .content,
    .n-main {
        width: 94%;
    }

    .TabbedPanelsTabGroup {
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #e7e7e7;
        background: #fff;
        color: #777;
        height: auto;
        line-height: 38px;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .TabbedPanelsTab {
        padding: 0 10px;
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px;
    }

    .tab-more {
        display: none;
    }

    ul.Tab_list {
        display: flex;
        flex-wrap: wrap;
    }

    ul.Tab_list li {
        padding-left: 0;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #e6e6e6;
    }

    ul.Tab_list li a {
       
        display: block;
    }

    .i-main .i-left {
        width: 100%;
        float: left;
    }

    .i-main .i-right {
        width: 100%;
        float: right;
        margin-top: 0px;
    }

    .i-contact {
        margin: 15px 0 0 0;
        height: auto !important;
    }

    .i-contact .i-contact-c p {
        text-indent: 0;
    }

    .i-foot .foot {
        width: 94%;
        height: auto;
        margin: 0 auto;
        background: url(/Images/foot-logo.png) 0 60px no-repeat;
        display: flex;
        flex-wrap: wrap;
    }

    .i-foot .foot .daohang {
        width: 100%;
        margin: 0;
        float: left;
    }

    .i-foot .foot .foot-about {
        width: 100%;
        margin: 0;
        float: left;
    }

    .i-foot .foot .foot-ewm {
        margin: 0;
        float: right;
        background: url(/Images/erweima.png) 0 50px no-repeat;
        width: 100%;
        height: 200px;
        background-size: 150px;
        background-position: bottom center;
    }

    .top .top-content .right {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top_btn {
        display: block !important;
        padding-top: 9px;
    }

    .top_btn span {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background-color: #000;
        border-radius: 5px;
        height: 4px;
        width: 30px;
        margin-bottom: 5px;
        display: block;
    }

    .top_btn.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .top_btn.active span:nth-child(2) {
        opacity: 0;
    }

    .top_btn.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
    .n-weizhi{
        display: none;
    }
    .n-banner h2{
        text-align: center;
    }
    .n-left{
        width: 100%;
    }
    .LmTitleBg {
        height: 46px;
        background: url(/Images/Sprites.png) 0 -240px no-repeat;
        display: block;
        background-color: #2373D2;
    }
    .LmDh li{
        background: url(/Images/Ico.png) right -180px no-repeat;
    }
    .LmDh li.current {
        background: url(/Images/Ico.png) right -210px no-repeat #F4F8FF;
    }
    .LmDh li:hover{
        background: url(/Images/Ico.png) right -210px no-repeat #F4F8FF;
    }
    .n-right {
        width: 100%;
        float: right;
        margin-top: 20px;
        box-shadow: 2px 3px 6px rgba(227, 227, 227, 0.5);
    }
    .n-search{
        padding: 10px 0;
    }
    .n-search form {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        width: 94%;
        margin: 0 auto;
    }
    .n-search .SeacheInput {
        width: calc(100% - 75px);
        height: 34px;
        line-height: 34px;
        border: #ccc 1px solid;
        border-left: #ccc 1px solid;
        text-indent: 8px;
    }
    .n-search .selectBox{
        display: none;
    }
    .List1 li{
        height: auto;
        border-bottom: 1px solid #e6e6e6;
    }
    .List1 li a span {
        width: 100% !important;
    }
    .s-main {
        width: 100%;
        padding: 10px;
        margin: 0 auto;
        background: #fff;
        box-shadow: 2px 3px 10px rgba(227, 227, 227, 0.5);
        margin-top: 0;
    }
    .s-main .page-wybm{
        display: block;
    }
    .s-main h1 {
        font-size: 18px;
        line-height: 1.7;
    }
    .s-main .Contnet {
        font-size: 14px !important;
        padding: 0 !important;
    }
    .page-next ul li span {
        float: none;
        display: block;
    }
    .page-next ul li a {
        text-decoration: none !important;
        font-size: 16px;
    }
    .TabbedPanelsContent{
        height: auto;
    }
    .Tab_list li h3>span.time .Red{
        height: auto;
    }
}