body {margin: 0;padding: 0;}
.clear{clear: both;}
ul{padding-left: 0}
li{list-style:none;}
.fl { float: left; }
.fr { float: right; }
.block { display: block; }
.none { display: none; }
.w1200{width: 1200px;margin-left: auto;margin-right: auto;}
.ma{margin: 0 auto;}
.p0{padding: 0}
.pl0{padding-left: 0}
.pr0{padding-right: 0}
.bg-color-fff{background-color: #FFFFFF;}
.bg-color-0c5{background-color: #0d6efd;}
.border-radius-15{border-radius: 15px;}
.color-fff{color: #FFFFFF!important;}
.cursor-pointer{cursor: pointer}
.dropdown-block:hover .dropdown-menu {
    display: block;
    border-radius: 0;
}
.dropdown-menu{
    border: none;
    margin-top: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 10px 0 5px;
    color: #ccc;
    content: "/";
}
.breadcrumb > .active {
    color: #777;
}

.topmenu  {
    /*display: block;*/
    margin:0;
    /*padding:0;*/
}
.topmenu li:hover .submenu
{
    display: block;
}
.topmenu li:hover span
{
    background: #aacd06;
    display: inline-block;
    width: 1px;
    height: 36px;
    float: right;
    position: relative;
    left: 0;
    top: -36px;
    z-index: 99999;
}
.topmenu i{
    font-size:14px;
    padding-top: 4px;
    color: rgba(0,123,255,.7);
}
.submenu {
    display:none;
    width:900px;
    height: 462px;
    position: absolute;
    left: 240px;
    top: 0;
    border:1px solid #ddd;
    font-weight:700;
    border-left: none;
    z-index: 9999999;
    background:rgba(251,251,251,0.9);
    height: 449px;
    overflow-y: scroll;
    /*overflow-y: auto;*/
    /*opacity:0.5;*/
    /*border-radius:10px;*/
}
.submenu::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    /*background-color: #005bac;*/
}
/*.submenu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #ddd;
}*/
.submenu::-webkit-scrollbar-thumb{
    /*border-radius: 3px;*/
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #000;
}
.leftdiv
{
    float: left;
    width: 97%;
    margin: 5px;
}
.leftdiv dl
{
    display: block;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px dashed #d2d2d2;
}
.leftdiv dl dt
{
    display: block;
    /*float: left;*/
    width: 100%;
    /*height: 22px;*/
    /*line-height: 22px;*/
    padding: 1px 10px;
}

.leftdiv dl dt a
{
    color: #005bac;
    font-weight: bold;
    font-size: 14px;
}
.leftdiv dl dd
{
    float: left;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 5px 0;
}
.leftdiv dl dd a
{
    margin: 5px 0;
    padding: 0 10px;
    height: 12px;
    border-left: 1px solid #e0e0e0;
    line-height: 12px;
    font-size: 12px;
    white-space: nowrap;
    color: #555;
}
.leftdiv dl dd a:hover{
    color: #005bac;
}

.top span{
    padding: 0 10px;
}
.top span:last-child{color: #666;padding-right: 0;}
.top a{
    color: #666;
    font-size: 12px;
    text-decoration: none;
}
.top a:hover{
    color: #c10e23;
    text-decoration: none;
}
.category-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #212529;
}
.category-title .breadcrumb li {
    font-size: 14px;
}
.tag {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #007bff;
    background: #e5f2ff;
    margin-right: 3px;
    border-radius: 2px;
}
.tag img {
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: 3px;
}
.tag[href]:focus,
.tag[href]:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
}
.panel-default {
    border: none;
    padding: 0 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}
.panel-default > .panel-heading {
    position: relative;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
    font-size: 16px;
    margin: 0 auto;
}
.panel-default > .panel-heading .panel-title > i {
    display: none;
}
.panel-default > .panel-heading small {
    font-weight: normal;
    color: #999;
    font-size: 13px;
}
.panel-default > .panel-heading .more {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
}
.panel-default > .panel-heading .more:hover {
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.panel-default > .panel-heading div.more {
    top: 17px;
}
.panel-default > .panel-heading .panel-bar {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
}
.panel-default > .panel-footer {
    padding: 15px 0;
    background: none;
}
.panel-default > .panel-body {
    position: relative;
    padding: 15px 0;
}
h1 .breadcrumb {
    padding: 0 5px;
    margin-bottom: 5px;
    background: none;
}
h1 .breadcrumb li {
    font-size: 12px;
    font-weight: 400;
}
.panel-blockimg {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-blockimg img {
    width: 100%;
}
.tags {
    margin: 0;
    display: inline-block;
}
.tags .tag {
    margin-bottom: 8px;
}
.navbar {
    border: none;
}
.navbar-nav li > a {
    font-size: 13px;
}
.navbar-nav li > a h5 {
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-nav > li > a {
    font-size: 14px;
}
.navbar-nav ul.dropdown-menu {
    border: none;
    border-radius: 4px;
}
.navbar-nav ul.dropdown-menu > li.active > a {
    color: #007bff;
    background-color: #f5f5f5;
}
.navbar-nav ul.dropdown-menu > li > a {
    padding: 8px 20px;
}
.navbar-white {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}
.navbar-white .dropdown-menu {
    border-radius: 5px;
    -webkit-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
    -moz-box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
    box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.05), 0px 0px 30px rgba(83, 88, 93, 0.1);
}
.entry-meta ul {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.entry-meta ul li {
    line-height: 26px;
}
.entry-meta{
    padding: 30px 0 0 0;
}
.related-article h5 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-weight: normal;
    height: 15px;
}
.article-content > .panel-heading {
    padding: 0;
    margin: 0 -15px;
}
.article-content > .panel-heading > .breadcrumb {
    background: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 15px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.channel-list .row .col-xs-12 {
    min-height: 315px;
}
.channel-list .row .col-xs-12 h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
}
.channel-list .row .col-xs-12 h3 > a {
    font-size: 16px;
    position: relative;
    padding-left: 6px;
}
.channel-list .row .col-xs-12 h3 > a:before {
    position: absolute;
    top: 3px;
    left: 0px;
    content: ' ';
    width: 2px;
    height: 15px;
    background: #007bff;
    display: inline-block;
}
.channel-list .row .col-xs-12 h3 em {
    position: absolute;
    right: 5px;
    top: 2px;
    font-style: normal;
    font-weight: 400;
}
.channel-list .row .col-xs-12 h3 em a {
    font-size: 12px;
}
.channel-list .row .media {
    margin-bottom: 10px;
}
.channel-list .row .media .media-left a {
    width: 120px;
    display: block;
    color: #162ceb;
}
.channel-list .row .media .media-body {
    font-size: 12px;
}
.channel-list .row .media .media-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    padding-right: 15px;
}
.channel-list .row ul.inner-list li {
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    height: 30px;
    line-height: 30px;
}
.channel-list .row ul.inner-list li a {
    color: #616161;
}
.channel-list .row ul.inner-list li span {
    position: absolute;
    right: 0;
}
.img-zoom {
    overflow: hidden;
    display: inline-block;
}
.img-zoom img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.focus-img > .row > div {
    padding: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: calc(var(--bs-gutter-x) * 0.5);
    height: 100%;
    display: block;
}
.focus-img > .row > div a > span {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    height: 128px;
}
.focus-img .intro {
    position: absolute;
    bottom: 0;
    background: #000;
    padding: 0 5px 0 5px;
    width: 100%;
    opacity: .5;
    color: #fff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.focus-img a {
    display: block;
    line-height:0;
}
.focus-img img {
    width: 100%;
    position: relative;
}
.carousel-focus .item .carousel-img {
    background-size: cover;
    width: 100%;
    height: 272px;
    background-position: center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.carousel-focus:hover .carousel-img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.carousel-focus .carousel-control.left,
.carousel-focus .carousel-control.right {
    background-image: none;
}
.carousel-focus .carousel-control.left span,
.carousel-focus .carousel-control.right span {
    display: none;
}
.carousel-focus .carousel-control.left:hover,
.carousel-focus .carousel-control.right:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.carousel-focus .carousel-control.left:hover span,
.carousel-focus .carousel-control.right:hover span {
    display: block;
}
.carousel-focus .carousel-indicators{
    bottom: 0;
    right: 15px;
    width: auto;
    left: inherit;
    opacity: .6;
    margin-right:0;
}
.carousel-focus .carousel-indicators [data-bs-target] {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    /*background-color: rgba(0,0,0,0);*/
    margin: 0 3px;
}
.carousel-focus .carousel-control-prev{
    left: -20px;
}
.carousel-focus .carousel-control-next{
    right: -20px;
}
.carousel-caption {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 0;
    bottom: 0;
    text-shadow: none;
}
.carousel-caption h3 {
    margin: 0;
    font-size: 14px;
    padding: 15px;
    text-align: left;
}
.carousel-inner .carousel-item .bag {
    background: rgba(255, 255, 255, 0.3) !important;
}
.carousel-inner .carousel-item .bag h3{
    text-align: center !important;
}
.carousel-focus .prev{
    left: -5px !important;
}
.carousel-focus .next{
    right: -5px !important;
}
.nav li{font-size: 16px;}
.category-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #444;
}
.category-title .breadcrumb li {
    font-size: 14px;
}
.category-order li > a.active {
    color: #007bff;
}
.product-item .card {
    border-radius: 3px;
    position: relative;
    padding: 12px;
    margin: 0 auto 25px 0;
    -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    border: 1px solid #eee;
    /*min-height: 250px;*/
    overflow: hidden;
    background-color: #fff;
}
.product-item .card .thumb {
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin: -12px;
}
.product-item .card .thumb > .preview-link::before {
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.product-item .card .thumb > .quickview-link {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    line-height: 40px;
    text-align: center;
    z-index: 10;
    background: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.product-item .card .thumb:hover .preview-link::before {
    opacity: 1;
}
.product-item .card .thumb:hover .quickview-link {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.product-item .card .thumb img{
    width: 100%;
    height: 100%;
}
.product-item .card:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item .card:hover .operate .pull-right {
    display: block;
}
.product-item .card .image {
    position: relative;
    width: 100%;
    height: 1px;
    overflow: hidden;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.product-item .card .title {
    padding-top: 10px;
}
.product-item .card h2 {
    color: #000;
    padding: 0;
    margin-bottom: 5px;
    height: 24px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.product-item .card .operate {
    height: 31px;
    overflow: hidden;
}
.product-item .card .operate .pull-right {
    display: none;
}
.product-item .card .operate .pull-right a{
    font-size: 12px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive-square {
    padding-bottom: 100%;
}
.text-gray {
    color: #d2d6de !important;
}
.article-list {
    padding: 0;
    background: #fff;
}
.article-list .article-item {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #efefef;
}
.article-list .article-item .content {
    margin-top: 15px;
    color: #919191;
}
.article-list .gallery-article {
    margin-top: 0;
}
.article-list .gallery-article .row {
    margin: 0 -10px;
}
.article-list .gallery-article .article-title {
    margin-bottom: 10px;
}
.article-list .gallery-article .article-title span.highlight {
    color: red;
}
.article-list .gallery-article .media .media-body {
    padding-left: 0;
}
.article-list .gallery-article .media .media-body .article-tag {
    position: relative;
    margin-top: 10px;
}
.article-list .article-title {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.45;
    color: #000;
}
.article-list .article-title a {
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-list .article-title a span.highlight {
    color: red;
}
.article-list .article-title a:hover {
    color: #007bff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.article-list .article-title a .img-new {
    margin-left: 2px;
    margin-bottom: 2px;
    height: 16px;
}
.article-list .article-intro {
    height: 44px;
    line-height: 22px;
    color: #828a92;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.article-list .media {
    color: #919191;
}
.article-list .media .media-body {
    padding-left: 20px;
    line-height: 25px;
}
.article-list .media .media-left {
    overflow: hidden;
    padding: 0;
}
.article-list .media .media-left a {
    display: block;
    width: 160px;
}
.article-list .media-body {
    position: relative;
}
.article-list .media-body .article-tag {
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
    color: #aaa;
    font-size: 13px;
}
.article-list .media-body .article-tag span {
    margin: 0 8px;
}
.article-list .media-body .article-tag span a {
    color: #aaa;
}
.article-list .media-body .article-tag .pull-left {
    height: 34px;
    line-height: 34px;
    color: #919191;
}
.article-list .media-body .article-tag .pull-left a {
    color: #919191;
}
.article-list .pager {
    margin: 40px 0 20px 0;
}
.download-list {
    margin: 0 -15px;
}
.download-list li {
    width: 95px;
    float: left;
    display: inline-block;
    margin: 0 18px;
    padding: 15px 0;
    text-align: center;
    position: relative;
    height: 170px !important;
}
.download-list li a {
    display: block;
}
.download-list li a p {
    word-break: keep-all;
    text-overflow: ellipsis;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.download-list li a img + span {
    display: block;
    overflow: hidden;
    height: 20px;
}
.download-list li:hover em {
    display: none;
}
.download-list li:hover a.btn {
    display: block;
    width: 80px;
    margin: 0 auto;
}
.download-list li a:hover {
    text-decoration: none;
}
.download-list img {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
}
.download-list em {
    display: block;
    color: #999;
    font-style: normal;
}
.download-list li > a.link {
    display: block;
    height: 120px;
    overflow: hidden;
}
.download-list a.btn {
    display: none;
    font-size: 12px;
}
.guwen_title {
}
.guwen_title ul {
    text-align: center;
}
.guwen_title ul li {
    display: inline-block;
}
.guwen_title ul li a {
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 20px;
}
.guwen_title ul li.active a {
    background: #007bff;
    color: #FFF;
}
.gw-box {
    padding: 30px 5px;
    text-align: left;
}
.gw-box .gw-img {
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 0px solid #ddd;
}
.gw-box .gw-img img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gw-box .gw-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.gw-box .gw-text {
    width: 70%;
    float: left;
    padding: 0 4%;
}
.gw-box .gw-text h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.gw-box .gw-text h4 em {
    font-size: 14px;
    color: #aaa;
    padding-left: 34px;
    background: url(../images/gw.png) no-repeat 10px center;
    background-size: 22px;
}
.gw-box .gw-text p {
    line-height: 22px;
    color: #888;
}
.gw-box .gw-text .gw-foot {
    margin-top: 10px;
}
.gw-box .gw-text .gw-foot span {
    font-size: 14px;
    float: left;
}
.gw-box .gw-text .gw-foot span p {
    font-size: 20px;
    color: #004b92;
    margin-top: 5px;
}
.gw-box .gw-text .gw-foot a {
    float: right;
    display: block;
    width: 90px;
    line-height: 28px;
    border: solid 1px #ddd;
    font-size: 13px;
    text-align: center;
    border-radius: 26px;
    color: #666;
    margin-right: 30px;
    cursor: pointer;
}
.gw-box .gw-text .gw-foot a:hover {
    background: #007bff;
    color: #FFF;
    border: solid 1px #007bff;
}
.gw-box:after {
    display: block;
    content: "";
    clear: both;
}
.gw-box .gw-text .gw-foot:after {
    display: block;
    content: "";
    clear: both;
}
.a_content li {
    float: left;
    width: 50%;
}
 #Tab5 {
     width: 270px;
     float: left;
     background: #007bff;
     padding-top: 20px;
 }
#Tab5 li {
    margin-bottom: 5px;
    border-radius: 30px 0 0 30px;
    margin-left: 20px;
}
#Tab5 li.active {
    background: rgba(0,0,0,0.2);
}
#Tab5 li a p {
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: left;
    padding-left: 30px;
}
.news_list {
    padding-top: 20px;
}
.news_list li {
    float: left;
    width: 50%;
}
.news_list-box {
    margin: 0 10px;
    padding: 18px 15px 23px 12px;
    border-bottom: 1px solid #ececec;
}
.news_list h4 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
    height: 34px;
    overflow: hidden;
}
.news_list p {
    color: #888;
    font-size: 13px;
    line-height: 22px;
}
.news_list-foot {
    margin-top: 20px;
}
.news_list .news_list-foot a {
    display: block;
    margin-right: 20px;
    width: 90px;
    line-height: 26px;
    border: solid 1px #ddd;
    font-size: 12px;
    text-align: center;
    border-radius: 26px;
    color: #666;
    float: left;
    cursor: pointer;
}
.news_list .news_list-foot a:hover {
    color: #fff;
    background: #004b92;
    border: #004b92 solid 1px;
}
.news_list h4:hover {
    color: #004b92;
}
.index_sub_nav {
    text-align: center;
    margin-bottom: 50px;
}
.index_sub_nav a {
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 20px;
}
.index_sub_nav a:hover {
    background: #007bff;
    color: #FFF;
}
.news_list-box {
    margin: 0 20px;
    padding: 18px 18px 23px 12px;
    border-bottom: 1px solid #ececec;
}
.news_list-title h4{
    font-size: 14px;
}
.zhisi {
}
.zhisi_title {
    margin-bottom: 20px;
}
.zhisi_title li {
    float: left;
    width: 20%;
    text-align: center;
}
.zhisi_title li a {
    display: block;
    margin: 0 5px;
}
.zhisi_title li a p {
    height: 40px;
    line-height: 40px;
    background: #eee;
    font-size: 18px;
}
.zhisi_title li.active p {
    background: #007bff;
    color: #fff;
}
.a_content4 {
    margin-top: 20px;
}
.a_content4 a:hover {
    color: #007bff;
}
.a_content4:after {
    display: block;
    content: '';
    clear: both;
}
.a_content4_left {
    width: 60%;
    float: left;
    height: 340px;
}
.a_content4_left_img {
    width: 270px;
    float: left;
    overflow: hidden;
}
.a_content4_left_img img {
    height: 340px;
}
.a_content4_left_title {
    float: left;
    width: 435px;
    margin-left: 10px;
    padding-bottom: 15px;
    border-bottom: #dedede 1px dashed
}
.a_content4_left_title h2 a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    height: 35px;
    line-height: 35px;
}
.a_content4_left_title p {
    font-size: 14px;
    color: #666;
}
.a_content4_left_title p a {
    color: #004b92;
    margin-left: 10px;
}
.a_content4_left_li {
    float: left;
    width: 440px;
    margin-top: 8px;
}
.a_content4_left_li ul {
}
.a_content4_left_li ul li {
    line-height: 35px;
    border-bottom: 1px dotted #ccc;
    height: 35px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    width: 200px;
    padding-left: 10px;
    background: url(../images/aside_li.gif) left no-repeat
}
.a_content4_left_li ul li a {
    color: #000;
}
.a_content4_left_li ul li a {
    font-size: 12px;
}
.a_content4_right {
    height: 340px;
    width: 460px;
    float: right;
    padding-left: 10px;
    border-left: 1px #ccc dashed;
}
.a_content4_right_title h2 a {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    margin-left: 3%;
}
.a_content4_right_title {
    margin: 15px 0 34px 0;
}
.a_content4_right_title p {
    margin-top: 23px;
    color: #666;
    margin-left: 3%;
}
.a_content4_right_title p a {
    color: #004b92;
    margin-left: 10px;
}
.a_content4_right ul {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}
.a_content4_right ul li {
    line-height: 35px;
    border-bottom: 1px dotted #ccc;
    float: left;
    height: 35px;
    margin-right: 25px;
    overflow: hidden;
    width: 190px;
    padding-left: 10px;
    background: url(../images/aside_li.gif) left no-repeat
}
.a_content4_right ul li a {
    font-size: 12px;
    color: #000;
}
.footimg {
    padding: 40px 0;
    background: #f3f3f3;
}
.falvzhishi{
    width: 1200px;
    margin: 0 auto;
}
.falvzhishi .tit{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 47px;
    margin: 30px 0 34px 0;
}

.falvzhishi .tit a{
    color: #333;
}

.falvzhishi .tit img{
    display: inline-block;
    margin-left: 10px;
}

.falvzhishi dl{
    width: 815px;
    height: 670px;
    float: left;
}
.falvzhishi dl dd{
    float: left;
    width: 382px;
    margin-right: 25px;
}
.falvzhishi dl dd img{
    width: 100%;
    margin-bottom: 14px;
}
.falvzhishi dl dd h3{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
}
.falvzhishi dl dd h3 > a {
    font-size: 16px;
    position: relative;
    padding-left: 6px;
}
.falvzhishi dl dd h3 > a:before {
    position: absolute;
    top: 3px;
    left: 0px;
    content: ' ';
    width: 2px;
    height: 15px;
    background: #007bff;
    display: inline-block;
}
.falvzhishi dl dd h3 em {
    position: absolute;
    right: 5px;
    top: 2px;
    font-style: normal;
    font-weight: 400;
}
.falvzhishi dl dd h3 em a {
    font-size: 12px;
}

.falvzhishi dl dd  .knowledge_tit{
    width: 100%;
    height:24px;
    font-size:18px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:24px;
    margin-bottom: 15px;
}

.falvzhishi dl dd .vice_tit a:hover{
    color: #0B367A;
}


.falvzhishi dl dd .vice_tit{
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}
.falvzhishi dl dd ul li{
    height: 19px;
    font-size: 14px;
    margin-bottom: 10px;
}
.falvzhishi dl dd ul li div{
    float: left;
    height: 19px;
    line-height: 19px;
}
.falvzhishi dl dd ul li .know_li_nav{
    color: #999;
}
.falvzhishi dl dd ul li .know_li_time{
    font-size: 12px;
    color: #999;
    float: right;
    line-height: 16px;
}
.falvzhishi dl dd ul li .know_li_content{
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.falvzhishi dl dd ul li .know_li_nav:hover{
    color: #0B367A;
}
.falvzhishi dl dd ul li .know_li_content:hover{
    color: #0B367A;
}

.knowledge_tit a:first-child{
    float: left;
}
.knowledge_tit a:nth-child(2){
    float: right;
    font-size: 14px;
    color: #666666;
}

.falvzhishihot{
    width:360px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
    float: left;
    padding: 10px 20px 10px 20px;
}
.falvzhishihot h3{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 12px;
}
.falvzhishihot h3 > a {
    font-size: 16px;
    position: relative;
    padding-left: 6px;
}
.falvzhishihot h3 > a:before {
    position: absolute;
    top: 3px;
    left: 0px;
    content: ' ';
    width: 2px;
    height: 15px;
    background: #007bff;
    display: inline-block;
}
.falvzhishihot h3 em {
    position: absolute;
    right: 5px;
    top: 2px;
    font-style: normal;
    font-weight: 400;
}
.falvzhishihot h3 em a {
    font-size: 12px;
}
.falvzhishihot .knowledge_tit{
    width: 100%;
    height:24px;
    font-size:18px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:24px;
    margin-bottom: 28px;
}
.khot_ul li{
    width: 100%;
    height: 77px;
    margin-bottom: 20px;
}
.khot_ul li img{
    width: 117px;
    height: 77px;
    float: left;
}
.khot_ul .khot_tit:hover a{
    color:#0B367A;
}
.khot_box{
    width: 150px;
    margin-left: 10px;
    float: left;
}
.khot_box .khot_tit{
    width:190px;
    height:21px;
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height:21px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.khot_box .khot_con{
    width:190px;
    height:16px;
    font-size:12px;
    color:rgba(153,153,153,1);
    line-height:16px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.khot_box .khot_con a{
    color: #999;
}

.khot_box .khot_time{
    width:190px;
    height:16px;
    font-size:12px;
    color:rgba(153,153,153,1);
    line-height:16px;
}
.icon_box{
    width: 1200px;
    height: 100px;
    padding-top: 25px;
    margin:  0px auto 0 auto;
    background-color: #fff;
    box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
}
.icon_box li{
    float: left;
    height: 45px;
    width: 20%;
    padding-left: 95px;
    position: relative;
}
.icon_box li p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;
}
.icon_box li span{
    font-size: 12px;
    color: #333;
}
.icon_box li i{
    position: absolute;
    left: 36px;
    top: 5px;
    transition: all .2s;
    font-size: 38px;
    color: #007bff;
}
.icon_box li:hover i{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
}
.pic_art_list {
    background-color: #FFF;
    padding: 0 15px
}
.pic_art_list h2{
    font-size: 1.6rem;
}
.pic_art_list p{
    line-height: 27px;
}
.pic_art_list .article-title {
    margin: 0;
    font-size: 18px;
    padding-bottom: 10px;
}
.pic_art_list .article-title a {
    color: #212529;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pic_art_list .article-title a:hover {
    color: #007bff;
}
.pic_art_list dl {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    height: 196px;
    margin: 0 auto;
}
.pic_art_list dl dt {
    width: 225px;
    height: 156px;
    margin-right: 21px;
    float: left;
    overflow: hidden;
}
.pic_art_list dl dt img {
    width: 225px;
    height: 156px;
}
.pic_art_list dl dd {
}
.pic_art_list dl dd h5 {
    line-height: 46px;
    font-size: 20px;
    margin: 0 auto;
}
.pic_art_list dl dd h5 a {
    font-size: 20px;
}
.pic_art_list dl dd h5 span {
    float: right;
}
.pic_art_list dl dd p {
    line-height: 25px;
    font-size: 14px;
    color: #828a92;
    margin-bottom: 15px;
}
.picShow img:hover, .picShow a:hover img {
    transition: all 300ms ease-out 0s;
    cursor: pointer;
    -webkit-transform: scale(1.1);
    moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.picShow img {
    transition: all 300ms ease-out 0s;
}
.pagination{
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-intr{ margin: 50px auto 0 auto;}
.about-intr ul{ margin: 0 auto;}
.about-intr li{ float: left; width: 25%; text-align: center;display:flex;justify-content: center;align-content: center;}
.about-intr li .item{
    margin: 0 10px;
    width: 220px;
    height: 220px;
    background: linear-gradient(131.13deg, #328ef1 1.33%, #007bff 63.66%);
    border-radius: 50%;
    color: #fff;
    padding-top: 68px;
}
.about-intr li .item .counter-value{ font-size:54px;}
.about-intr li:first-child .item .unit{font-size:18px; line-height: 1.3;margin-left: 1px;font-weight: 500;}
.about-intr li .item .unit{font-size:22px; line-height: 1.3;margin-left: 1px;font-weight: 600;}
.about-intr li .item sup{vertical-align: top;}
.about-intr li .item sub{vertical-align:baseline;}

.link {
    padding:30px 0;
}
.link #Tab10 {
    height:30px;
}
.link #Tab10 li {
    float:left;
    margin-right:20px;
    padding:0 5px;
    height:30px;
    font-size:16px;
    color:#040404;
    cursor:pointer;
}
.link #Tab10 .active{
    color:#007bff;
    font-weight: bold;
    border-bottom:2px solid #007bff;
}
.link-list li a {
    float:left;
    margin:0 10px;
    line-height:24px;
    color:#666;
    white-space:nowrap;
    font-size: 14px;
}
.link-list li a:hover { color:#007bff; }


ul#about-us{
    margin: 0 auto;
    list-style: none;
    line-height: 14px;
    text-align: center;
}
ul#about-us li{
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
    line-height: 14px;
}
ul#about-us li a{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
ul#about-us li:last-child{
    border-right: none;
}
footer {
    width: 100%;
    background-color: #1f2730;
}
.footer_center {
    position: relative;
    width: 100%;
    min-width: 1190px;
    margin: 0 auto;
    padding: 45px 0 10px 0;
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 23px;
}
.footer_center ul.footer_con li{
    list-style: none;
    float: left;
    width: 14.2%;
    text-indent: 40px;
}
.footer_center ul.footer_con li a{
    display: block;
    font-size: 12px;
    margin-bottom: 6px;
    color: #c2c2c2;
}
.footer_center ul.footer_con li a:hover{
    color: #fff;
}
.footer_center ul.footer_con li a.label{
    height: 14px;
    line-height: 14px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
}
footer .copy {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 25px;
    color: #c2c2c2;
}
.fot-bt{
        margin: 0 auto 40px;
        width: 1200px;
        height: 80px;
        border-top:1px solid #e7e7e7;
    }
    .fot-bt ul li{
        width: 25%;
        margin-top: 20px;
        float: left;
        height: 50px;
        background: url(/static/images/fu.png) no-repeat center left;
    }

    .fot-bt ul li:nth-child(2){
        background-image: url(/static/images/24.png);
    }


    .fot-bt ul li:nth-child(3){
        background-image: url(/static/images/shi.png);
    }


    .fot-bt ul li:nth-child(4){
        background-image: url(/static/images/zhuan.png);
    }

    .fot-bt ul li p{
        text-indent: 70px;
    }
   .fot-bt ul li p:nth-child(1){
        height:24px;
        font-size:18px;
        font-weight:bold;
        color:rgba(51,51,51,1);
        line-height:24px;
        margin-bottom: 8px;
    }
    .fot-bt ul li p:nth-child(2){
        height:19px;
        font-size:14px;
        color:rgba(153,153,153,1);
        line-height:19px;
    }
.quick{background-color: #f8f8f8;}
.quick .nav{height: 36px;line-height: 36px;font-size: 13px;}
header{position: relative;background-color: #FFF;}
header img{height: 64px;}
header form input{min-width: 270px;height:42px;border-radius: 0 !important;border: 1px solid #007bff !important;}
header form button{width:90px;height:42px;border-radius: 0 !important;border: 1px solid #007bff !important;background-color: #007bff !important;color: #fff !important;border-left: none !important;}
header form button:hover{background-color: #3c93f1 !important;color: #e6e3e3 !important;}
header nav{box-shadow: 0 3px 15px 0 rgba(0,0,0, .1);}
.falv-main{padding-top:20px;padding-bottom: 50px;}
.index-title{padding: 60px 0 50px 0;}
.index-title p{width:80px;border-top:3px solid #007bff; text-align: center; margin: 15px auto 0 auto;}
.index-yewu .box {
    text-align: center;
}
.index-yewu .box a {
    display: block;
    padding-top: 135px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #A0A0A0;
}
.index-yewu .box a h4 {
    color: #555;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
}
.index-yewu a p {
    padding: 0 20px;
}
.index-yewu .a a {
    background-image: url(/static/images/yewu1.png);
}
.index-yewu .b a {
    background-image: url(/static/images/yewu2.png);
}
.index-yewu .c a {
    background-image: url(/static/images/yewu3.png);
}
.index-yewu .d a {
    background-image: url(/static/images/yewu4.png);
}
.index-yewu a:hover {
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    -moz-transform: scale(0.88);
    -o-transform: scale(0.88);
}
.index-yewu a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.index-yewu .a:hover h4 {
    color: #72bb38
}
.index-yewu .b:hover h4 {
    color: #3fbff0
}
.index-yewu .c:hover h4 {
    color: #fa4f4f
}
.index-yewu .d:hover h4 {
    color: #ff7f00
}
.index-yewu .box a:hover p {
    color: #333;
}
.details-title{
    width: 100%;
    padding-top: 10px;
}
.details-title h3{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 12px;
}
.details-title h3 > a {
    font-size: 18px;
    position: relative;
    padding-left: 6px;
}
.details-title h3 > a:before {
    position: absolute;
    top: 3px;
    left: 0px;
    content: ' ';
    width: 2px;
    height: 18px;
    background: #007bff;
    display: inline-block;
}
.yq-link {
    padding:10px 0;
}
.yq-link .yq-tab { height:30px; }
.yq-link .yq-tab span {
    float:left;
    margin-right:5px;
    padding:0 8px 8px;
    height:30px; line-height:20px;
    font-size:16px;
    color:#040404;
    cursor:pointer;
}
.yq-link .yq-tab .yq-tab-now {
    color:#2a35c1;
    border-bottom:2px solid #4d8eea;
}
.yq-con li a {
    float:left;
    margin-right:8px;
    line-height:24px;
    color:#5a5959;
    white-space:nowrap;
}
.yq-con li a:hover { color:#f25618; }
@media(min-width:1440px) and (max-width:1900px){

}
@media(min-width:1200px ){

}
@media(min-width:768px) and (max-width: 979px){

}
@media(max-width: 768px){

}
