﻿@charset "UTF-8";

/*header start*/

#menuWap {
    display: none;
}

body {
    background: url("../images/bdbg.png") no-repeat 50% 0;
}

.head-top {
    padding: 44px 0 55px;
}

.head-top .logo {
    float: left;
}

.h-search {
    float: right;
    width: 335px;
    margin-top: 40px;
    position: relative;
}

.h-search input {
    background-color: #FFF;
    border-radius: 16px;
    border: 1px solid #2D6AB8;
    height: 32px;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
}

.h-search button {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    border: none;
    background: url("../images/ss.png") no-repeat 50% 50%;
}


/*二十大添加




.touming{
	background:#fff;
	padding:5px 10px;
}
.toumingtou{
	background:#fff;
	margin:44px 0px 35px !important;
	padding:10px !important;
}

.touming{
	width:300px;
}
*/

.ziti {
    width: 300px;
    height: 60px;
}

.bj {
    background: linear-gradient(0deg, #f31e1e, #f31e1e);
    height: 55px;
}

.nav-box {
    height: 55px;
    /*background: linear-gradient(0deg, #5786E8, #5799F4); */
    margin-bottom: 36px;
}

.nav-box a {
    color: #FFF;
    display: block;
}

.nav-box li {
    font-size: 19px;
    line-height: 55px;
    float: left;
    width: 16.66%;
    text-align: center;
    transition: all 0.3s;
    position: relative;
}

.nav-box li i {
    display: inline-block;
    width: 12px;
    height: 9px;
    background: url("../images/arrow.png") no-repeat;
    margin-left: 5px;
}

.nav-box li:hover {
    background-color: #2C61C6;
}

.nav-box li:hover .erji {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.nav-box .erji {
    z-index: 23;
    left: 0;
    position: absolute;
    top: 100%;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.32);
    font-size: 15px;
    width: 100%;
    text-align: left;
    padding-top: 2px;
    opacity: 0;
    visibility: hidden;
}

.nav-box .erji a {
    color: #2C61C6;
    display: block;
}

.nav-box .erji dd {
    background: #fff;
    padding: 0 16px;
    transition: all 0.5s;
}

.nav-box .erji dd:hover {
    background-color: #2C61C6;
}

.nav-box .erji dd:hover a {
    color: #FFF;
}

.nav-box .cur {
    background-color: #f31e1e;
}


/*header end*/


/*footer start*/

.footer {
    font-size: 15px;
    background-color: #f31e1e;
    color: #FFF;
    text-align: center;
    width: 1040px;
    margin: auto;
    padding: 20px;
}

.footer a {
    color: #FFF;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .f-img {
    margin-top: 20px;
}


/*footer end*/


/*轮播图start*/

.banner {
    max-width: 1920px;
    margin: 0 auto 0;
    width: 100%;
    background: #FFFFFF;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.banner .swiper-slide .video-box {
    width: 100%;
    padding-bottom: 40%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide .video-box video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner .bg-box {
    position: relative;
    z-index: 1;
}

.banner .bg-box img {
    width: 100%;
    height: auto;
}

.banner .wap-box {
    display: none;
}

.banner .wap-box img {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: inherit;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    transition: all 0.6s;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.5);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 20px;
}

.banner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    flex-direction: column;
}

.swiper-slide .banner-content {
    transform: translateY(-200px);
    opacity: 0;
    transition: all .6s;
}

.ani-slide .banner-content {
    transform: translateY(0);
    opacity: 1;
}


/*轮播图end*/

.crumbs-box {
    padding: 12px 0;
}

.crumbs-box a {
    color: #bfbfbf;
    display: inline-block;
    transition: all 0.4s;
}

.crumbs-box a:hover {
    color: #B24249;
}

.crumbs-box i {
    display: inline-block;
    padding: 0 5px;
    color: #bfbfbf;
}

.crumbs-box span {
    color: #bfbfbf;
}


/*公共样式定义 start*/


/*例如,统一间距,统一字体,统一大小写,统一最大距离*/


/* 内容区域宽度+40px */

.m-width-1200 {
    max-width: 1200px;
    margin: 0 auto;
}


/*置顶按钮 start*/

#toTop {
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 20px;
    position: fixed;
    50-index: 999;
    background: #b24249;
}


/*置顶按钮 end*/


/*分页 start*/

.page-box {
    padding: 50px 0;
    text-align: center;
    margin-bottom: -10px;
}

.page-box .page-inner {
    display: flex;
    justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
    border: 1px solid #DDDDDD;
    display: inline-flex;
    font-size: 13px;
    color: #888888;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    justify-content: center;
    background: transparent;
}

.page-box .page-inner .current {
    font-weight: bold;
    color: #333;
    border: 1px solid #333;
}


/*分页 end*/


/*公共样式定义 end*/

.index-yaowen-grid {
    margin-bottom: 18px;
}

.touming {
    background: #fff
}

.index-yaowen-grid .news-swiper {
    float: left;
    width: 52%;
}

.index-yaowen-grid .imgshow {
    position: relative;
}

.index-yaowen-grid .imgshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-yaowen-grid h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    background-color: rgba(33, 58, 88, 0.9);
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    padding-right: 40%;
}

.index-yaowen-grid h3 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    padding: 0 20px;
    display: block;
}

.index-yaowen-grid .swiper-pagination {
    left: auto;
    right: 0;
    width: auto;
}

.index-yaowen-grid .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    color: #000;
    opacity: 1;
    background: #C6C6C6;
    border-radius: 0;
}

.index-yaowen-grid .swiper-pagination-bullet-active {
    color: #fff;
    background: #5095FC;
}

.index-yaowen-grid .news-text {
    float: right;
    width: 42%;
}

.n-tt {
    border-bottom: 2px solid #015AB8;
    padding-bottom: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}

.n-tt h2 {
    font-size: 21px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    padding-left: 10px;
}

.n-tt h2 span {
    float: left;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
}

.n-tt h2 span:nth-child(1) {
    padding-left: 0;
}

.n-tt h2 span:nth-last-child(1) {
    border-right: 0;
}

.n-tt h2 span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 1px;
    background-color: #333;
}

.n-tt h2 .cur {
    color: #015AB8;
}

.news-list a {
    font-size: 17px;
    color: #333;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.news-list span {
    float: right;
    font-size: 13px;
    color: #999999;
}

.news-list li {
    line-height: 30px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    padding-left: 14px;
}

.news-list li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #7A7A7A;
}

.news-list li:hover:after {
    background-color: #015AB8;
}

.news-list li:hover span {
    color: #0E62BB;
}

.news-list li:hover a {
    color: #0E62BB;
}

.index-fagui-grid .news-text {
    float: left;
    width: 52%;
}

.index-fagui-grid .fagui-link {
    float: right;
    width: 42%;
}

.index-fagui-grid .fagui-link img {
    width: 100%;
}

.index-fagui-grid .fagui-link a {
    display: block;
    margin-bottom: 20px;
}

.index-ad {
    padding: 15px 0 50px;
}

.index-ad img {
    width: 100%;
}

.index-tongzhi-grid {
    padding-bottom: 20px;
}

.index-tongzhi-grid .leftblock {
    float: left;
    width: 31%;
    margin-right: 3.5%;
}

.index-tongzhi-grid .leftblock:nth-child(3) {
    margin-right: 0;
}

.index-tongzhi-grid .news-list a {
    width: 100%;
}

@keyframes myfirst {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(360deg);
    }
}

.index-rows {
    text-align: center;
}

.index-rows dl {
    margin-bottom: 8px;
}

.index-rows dt {
    float: left;
    width: 49%;
    background-color: #228FD1;
    padding: 10px 0;
}

.index-rows dt:nth-child(2) {
    float: right;
    background-color: #5CD8B9;
}

.index-rows dt .icon {
    height: 50px;
}

.index-rows dt:hover .icon {
    animation: myfirst 1s forwards;
}

.index-rows .icon {
    display: inline-block;
    margin-bottom: 10px;
}

.index-rows h3 {
    font-size: 15px;
}

.index-rows a {
    color: #FFF;
}

.index-rows dd {
    float: left;
    width: 32%;
    background-color: #1CBCAB;
    padding: 16px 0;
    margin-right: 2%;
}

.index-rows dd .icon {
    height: 34px;
    position: relative;
}

.index-rows dd:nth-child(2) {
    background-color: #3C77DA;
}

.index-rows dd:nth-child(3) {
    margin-right: 0;
    background: #0089D8;
}

.index-rows dd:hover .icon {
    animation: myfirst 1s forwards;
}

.ind-ewm {
    background-color: #D7E8FA;
    text-align: center;
    padding: 10px 0;
}

.ind-ewm .e-item {
    float: left;
    width: 33.33%;
}

.ind-ewm h3 {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.zhuanti-swiper .swiper {
    height: 290px;
}

.zhuanti-swiper .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-jiguan-grid .news-text {
    float: left;
    width: 54%;
}

.index-jiguan-grid .caizheng-video {
    float: right;
    width: 42%;
}

.index-jiguan-grid .video-box {
    height: 230px;
}

.index-jiguan-grid .video-box video {
    width: 100%;
}

.index-link {
    position: relative;
    padding-left: 90px;
    margin: 20px 0 38px;
}

.index-link label {
    position: absolute;
    left: 0;
    color: #333333;
    line-height: 32px;
}

.index-link select {
    border: 1px solid #E0E0E0;
    line-height: 32px;
    height: 32px;
    width: 100%;
    text-align: center;
}

.index-link .link-sel {
    float: left;
    width: 24%;
    margin-right: 1.33%;
}

.index-link .link-sel:nth-child(5) {
    margin-right: 0;
}

.content-index {
    background-color: #FFF;
    padding: 20px;
}

.content-left {
    width: 22.5%;
    float: left;
}

.content-right {
    width: 74%;
    float: right;
}

.type-list li dl {
    background-color: #E7E7E7;
}

.type-list li dd {
    font-size: 13px;
    border-top: 1px solid #C4C4C4;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url("../images/arrow2.png");
}

.type-list li dd a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.type-list li dd:hover {
    background-image: url("../images/arrow2s.png");
}

.type-list li dd:hover a {
    color: #2C61C6;
}

.type-list li.nobor a {
    border-top: none !important;
}

.type-list li h3 {
    font-size: 17px;
    padding: 14px 0;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url("../images/arrow3.png");
    border-top: 1px solid #E2E2E2;
}

.type-list li a {
    display: block;
    padding: 0 18px;
    line-height: 1;
    color: #333333;
}

.type-list li.act h3 {
    background-image: url("../images/arrow2-h.png") !important;
    background-color: #015293;
}

.type-list li.act h3 a {
    color: #FFF !important;
}

.ny-class {
    background-color: #f7f8f9;
}

.type-tt {
    padding: 30px 0 14px 16px;
}

.type-tt h2 {
    font-size: 19px;
    font-weight: bold;
}

.data-select {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    background: url("../images/date.png") no-repeat 95% 50%;
}

.data-select .layui-input,
.data-select .layui-select,
.data-select .layui-textarea {
    height: 30px;
}

.list-search {
    position: relative;
    padding-right: 185px;
}

.list-search input {
    border: 1px solid #E2E2E2;
    height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
}

.list-search button {
    height: 44px;
    background-color: #0169BE;
    font-size: 19px;
    color: #FFF;
    width: 150px;
    border: none;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}

.list-search button img {
    margin-right: 10px;
    vertical-align: middle;
}

.list-filter {
    border-bottom: 1px solid #E5E5E5;
    font-size: 15px;
    display: flex;
    padding: 10px 0;
    align-items: center;
    margin: 30px 0 10px;
    position: relative;
}

.list-filter .layui-form-label {
    color: #0169BE;
}

.list-filter .filter-num {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #595959;
}

.list-filter .filter-num span {
    color: #0169BE;
}

.newsny-list h3 {
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 8px;
}

.newsny-list h3 em {
    color: #0169BE;
}

.newsny-list h3 a {
    color: #333333;
    display: inline-block;
}

.newsny-list h3 span {
    font-size: 13px;
    color: #999999;
    padding-left: 15px;
}

.newsny-list p {
    font-size: 15px;
    color: #999;
}

.newsny-list li {
    padding: 25px 0;
    border-bottom: 2px solid #E5E5E5;
}

.content-detail {
    border: 1px solid #f5f5f5;
    padding: 50px 100px;
}

.content-detail h1 {
    font-size: 39px;
    color: #333;
    padding: 10px 0;
    text-align: center;
}

.content-detail .text {
    padding: 20px;
    font-size: 13px;
    line-height: 24px;
    color: #999;
}

.sub-tt {
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}

.news-page {
    padding: 20px 0;
}

.news-page label {
    display: block;
}

.news-page a {
    color: #0169BE;
}

.news-page .back {
    text-align: right;
    padding-top: 20px;
}

.news-page .back a {
    color: #666;
}

.news-page .back a:hover {
    color: #0169BE;
}

@media screen and (max-width: 1000px) {
    #menuWap {
        display: block;
    }
    #page {
        background: #FFFFFF;
    }
    .btn-nav {
        position: relative;
        background: transparent;
        border: none;
        padding: 21px 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 99999;
        display: block;
        width: 30px;
        float: right;
    }
    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #B24249;
        box-shadow: 0 1px 1px #000000;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        z-index: 999999;
    }
    .mm-opening .top {
        -webkit-transform: translateY(8px) rotateZ(45deg);
        -moz-transform: translateY(8px) rotateZ(45deg);
        -ms-transform: translateY(8px) rotateZ(45deg);
        -o-transform: translateY(8px) rotateZ(45deg);
        transform: translateY(8px) rotateZ(45deg);
    }
    .mm-opening .bottom {
        -webkit-transform: translateY(-10px) rotateZ(-45deg);
        -moz-transform: translateY(-10px) rotateZ(-45deg);
        -ms-transform: translateY(-10px) rotateZ(-45deg);
        -o-transform: translateY(-10px) rotateZ(-45deg);
        transform: translateY(-10px) rotateZ(-45deg);
    }
    .mm-opening .middle {
        width: 0;
    }
    .banner .bg-box {
        display: none;
    }
    .banner .banner-content {
        display: none;
    }
    .banner .wap-box {
        display: block;
    }
    .banner .swiper-slide .video-box {
        display: none;
    }
}