@charset "UTF-8";

body{
    font-size:0
}
/* 头条 */
.toutiao {
    min-height: 90px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 14px 22px 14px 30px;
    margin-bottom: 12px;
}

.toutiao a {
    display: block;
}

.toutiao a.tt_sub_title {
    font-size: 18px;
    color: #333;
    text-align: center;
    /* margin-bottom: 10px; */
}

.toutiao a.tt_title {
    font-size: 30px;
    color: #4257cc;
    text-align: center;
    margin: 10px 0;
}

/* 图片新闻区 */
.index_container1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.index_container1 .left {
    width: 745px;
    height: 405px;
    overflow: hidden;
    position: relative;
}

.index_container1 .left p {
    position: absolute;
    bottom: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 90px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_container1 .left .swiper-container1 {
    height: 100%;
}

.index_container1 .left .swiper-pagination {
    position: absolute;
    text-align: right;
    left: -10px;
}

.index_container1 .left .swiper-pagination-bullet-active {
    background-color: #4257cc;
}

.index_container1 .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
    width: 10px;
    height: 10px;
    /* border-radius: 0; */
}

.index_container1 .left img {
    width: 100%;
    height: 100%;

}

.index_container1 .right {
    width: 445px;
    height: 405px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    padding: 0 20px;
    box-sizing: border-box;
}

.index_container1 .right .index_title {
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CDC1C1;
    /* flex-wrap: wrap; */
}

.index_container1 .right .index_title a {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    color: #333;
}

.index_container1 .right .index_title div.cut a {
    color: #4257cc;
}

.index_container1 .right .index_title a::after {
    content: "";
    border-left: 2px solid #333;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -18px;
    top: 2px;
}

.index_container1 .right .index_title div:last-child a::after {
    content: none;
}


.index_container1 .right .item {
    height: 350px;
    display: none;
}

.index_container1 .right .item ul li {
    height: 68px;
    border-bottom: 1px solid #DFD7D7;
    position: relative;
    box-sizing: border-box;
    padding: 12px 0 12px 12px;
}

.index_container1 .right .item ul li:last-child {
    border-bottom: none;
}

.index_container1 .right .item ul li a {
    line-height: 24px;
    font-size: 16px;
    color: #4d4d4d;
}
.index_container1 .right .item ul li a b{
    font-weight:400;
}
.index_container1 .right .item ul li a b:first-child{
    color: #4257cc;
    font-weight:700;
}
.index_container1 .right .item ul li a:hover {
    color: #4257cc;
}

.index_container1 .right .item ul li span:first-of-type {
    position: absolute;
    left: 0;
    top: 17px;
    color: #4d4d4d;
}

.index_container1 .right .item ul li span:last-of-type {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #4d4d4d;
    font-size: 14px;
}

.hr1 {
    width: 100%;
    height: 7px;
    background-image: -moz-linear-gradient(0deg, rgb(101, 71, 205) 0%, rgb(62, 83, 190) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(101, 71, 205) 0%, rgb(62, 83, 190) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(101, 71, 205) 0%, rgb(62, 83, 190) 100%);
}

/* 投资/服务/公开 */
.index_container2 {
    /* border-top: 7px solid #4257cc; */
    background-color: #fafafa;
    background: url(../images/index_bg1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 1920px;
    background-color: #FAFAFA;
    /* height: 1120px; */
    position: relative;
    box-sizing: border-box;
}

.index_container2_nav {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: absolute;
}

.index_container2_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 390px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    box-sizing: border-box;
    padding-bottom: 18px;
}

.index_container2_nav a h2 {
    font-size: 28px;
    margin-right: 18px;
    align-self: flex-end;
    font-weight: 700;
}

.index_container2_nav a span {
    display: block;
    font-size: 14px;
    align-self: flex-end;
    margin-bottom: 2px;
    padding-left: 8px;
    position: relative;
    color: #9c9c9c;
}

.index_container2_nav a span::after {
    content: "";
    border-left: 1px solid #9c9c9c;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.index_container2_nav a.cut span::after {
    border-left: 1px solid #fff;
}

.index_container2_nav div.cut a span {
    color: #fff;
}

.index_container2_nav div.cut a {
    background-image: -moz-linear-gradient(0deg, rgb(101, 71, 205) 0%, rgb(62, 83, 190) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(101, 71, 205) 0%, rgb(62, 83, 190) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(101, 71, 205) 0%, rgb(62, 83, 190) 100%);
    color: #fff;
}

.index_container2_list .item {
    display: none;
    /* height: 1040px; */
    padding-bottom: 40px;
}

/* 投资 */
.tz_line1 {
    height: 170px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    box-sizing: border-box;
    padding: 15px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.tz_line1 span {
    font-size: 18px;
    font-style: italic;
    margin-right: 20px;
}

.tz_line1 span em {
    font-style: italic;
    color: #4257cc;
    margin-left: 10px;
}

.swiper-container4 {
    overflow: hidden;
}

.swiper-container4 .swiper-wrapper {
    /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
    /* 样式做了各种浏览器的兼容 */
    transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.tz_line2 {
    margin-bottom: 40px;
}

.tz_line2 ul {
    display: flex;
    justify-content: space-between;
}

.tz_line2 ul li {
    width: 285px;
    height: 300px;
    background-color: #fafafa;
    background: url(../images/index_tz_pic1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
    transition: 0.4s;
    position: relative;
    overflow: hidden;

}

.tz_line2 ul li:nth-child(2) {
    background: url(../images/index_tz_pic2.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li:nth-child(3) {
    background: url(../images/index_tz_pic3.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li:nth-child(4) {
    background: url(../images/index_tz_pic4.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li:hover {
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background: url(../images/index_tz_pic1-1.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.tz_line2 ul li:nth-child(2):hover {
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background: url(../images/index_tz_pic2-2.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.tz_line2 ul li:nth-child(3):hover {
    background: url(../images/index_tz_pic3-3.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li:nth-child(4):hover {
    background: url(../images/index_tz_pic4-4.png);
    background-repeat: no-repeat;
}

.tz_line2 ul li a {
    position: absolute;
    width: 100%;
    bottom: -93px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    color: #333;
    text-align: center;
    display: block;
    height: 165px;
    transition: 0.4s;
}

.tz_line2 ul li:hover a {
    bottom: 0;
}

.tz_line2 ul li a h2 {
    padding: 25px 0 25px 0;
    font-size: 18px;
    font-weight: 700;
}

.tz_line2 ul li a p {
    font-size: 14px;
    line-height: 24px;
    color: #7e7e7e;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    text-align: justify;
}

.tz_line3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.fff_box {
    /* box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09); */
    box-sizing: border-box;
    /* padding: 24px; */
}

.zw_fff_box_l {
    width: 675px;
}

.zw_fff_box_r {
    width: 500px;
}

.zw_fff_box_r .zx_main ul li a {
    margin-right: 0;
}

.zx_main ul li a:hover {
    color: #4257cc;
}

/* 列表 */
.zx_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.zx_title h2 {
    font-size: 22px;
    font-weight: 700;
    position: relative;

}

.zx_title h2::after {
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.zx_title i {
    font-size: 20px;
    color: #ADADAD;
    font-weight: 700;
}

.zx_main {
    padding: 10px 24px;
    background-color: #fff;
    box-sizing: border-box;
    height: 250px;

}

.zx_main ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 46px;
}

.zx_main ul li a {
    flex: 1;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}

.zx_main ul li span {
    font-size: 14px;
    display: block;
    width: 80px;
}

.zw_fff_box_r .zx_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zw_fff_box_r .zx_main .tz_icon_box1 {
    width: 100px;
    height: 180px;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
    position: relative;
}

.zw_fff_box_r .zx_main .tz_icon_box1::after {
    content: "";
    border-left: 30px solid #4257cc;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    bottom: 0px;
}

.zw_fff_box_r .zx_main .tz_icon_box1 a {
    text-align: center;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

.zw_fff_box_r .zx_main .tz_icon_box1 a:hover {
    color: #4257cc;
}
.zw_fff_box_r .zx_main .tz_icon_box1 a:hover img{
    animation: tada  1s;
}
.tz_line4 .df {
    display: flex;
    justify-content: space-between;
}
.tz_line4  .zx_title{
    margin-bottom:40px;
}
.tz_line4 .left {
    width: 675px;
    height: 160px;
    /* background-color: #000; */
}

.tz_line4 .right {
    width: 500px;
    height: 160px;
    display: flex;
    justify-content: space-between;
}

.tz_line4 .left ul {
    display: flex;
    justify-content: space-between;
}

.tz_line4 .left ul li {
    width: 160px;
    height: 160px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
}

.tz_line4 .left ul li a {
    font-size: 20px;
    text-align: center;
}

.tz_line4 .left ul li a:hover {
    color: #4257cc;
}
.tz_line4 .left ul li a:hover img{
    animation: tada 1s;

}

.tz_line4 .right a {
    width: 244px;
    height: 160px;
    position: relative;
}

.tz_line4 .right a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.tz_line4 .right .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 1;
}

.tz_line4 .right p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.8);
}

.tz_line4 .right a:hover .mask {
    transition: 0.4s;
    opacity: 0;
}

.tz_line4 .right a:hover p {
    color: #fff;
}

/* 服务 */
.fw_line1 {
    height: 192px;
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.fw_line1 .left {
    display: flex;
    align-items: center;
    flex: 1;
}

.fw_line1 .left a:first-child {
    margin-right: 45px;
    pointer-events: none;
    cursor: default;
}

.fw_line1 .right .fw_search_box {
    background-color: #fafafa;
    background: url(../images/index_bg2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 72px;
}
.fw_line1 .right .fw_search_box a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 14px;
    width: 650px;
    height: 100%;
}
.fw_line1 .right .fw_search_box a:hover .fw_link {
    background-color: #6447CD;
}
.fw_line1 .right .fw_search_box a:hover{
    opacity:.8
}
.fw_line1 .right .fw_search_box p {
    font-size: 30px;
    color: #4257cc;
    margin-right: 34px;
}

.fw_line1 .right .fw_search_box .fw_link {
    display: flex;
    width: 130px;
    height: 28px;
    background-color: #9985DD;
    margin-top: 10px;
    color: #fff;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 6px;
}


.fw_line1 .right .fw_search_box .fw_link span {
    letter-spacing: 3px;
    font-size: 14px;
}

.fw_line1 .right .fw_search_box .fw_link i {
    transform: rotate(180deg);
    font-size: 26px;
}

.fw_line1 .right {
    font-size: 18px;
    display: flex;
    height: 34px;
    align-items: center;
    flex: 1;
}

.fw_line1 .right span {
    margin-right: 10px;
}

.fw_line1 .right input {
    border: none;
    outline: none;
    font-size: 16px;
}

.fw_line1 .right .fw_input {
    border: 1px solid #CCCCCC;
    padding: 0 10px;
    box-sizing: border-box;
    color: #333;
    width: 335px;
    height: 34px;
    line-height: 34px;
}

#fw_search {
    border: 1px solid #CCCCCC;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    width: 55px;
    text-align: center;
    cursor: pointer;
}

.fw_line2 .fw_nav {
    display: flex;
}

.fw_line2 .fw_nav .zx_title {
    margin-right: 28px;
}

.fw_line2 .fw_nav .zx_title h2::after {
    content: none;
}

.fw_line2 .fw_nav .zx_title h2 {
    color: #898989;
}

.fw_line2 .fw_nav .cut h2 {
    color: #000;
}

.fw_line2 .fw_nav .cut h2::after {
    content: '';
}

.fw_line2 .fw_item_box {
    /* height: 740px; */
    background-color: #fff;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    margin-top: 10px;
    box-sizing: border-box;
    padding: 30px 20px;
    /* margin-bottom: 40px; */
}

.fw_line2 .fw_item_box .item2 {
    display: none;
}

.fw_line2 .fw_item_box h4 {
    font-size: 20px;
    color: #6049cb;
    font-weight: 700;
    margin-bottom: 20px;
    /* margin-top: 40px; */
}

.fw_line2 .fw_item_box .fw_ul1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    /* margin-bottom: 30px; */
}

.fw_line2 .fw_item_box .fw_ul1 a {
    height: 104px;
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background-color: #fff;
    margin-bottom: 20px;
}

.fw_line2 .fw_item_box .fw_ul1 a:hover p {
    color: #4257cc;
}
.fw_line2 .fw_item_box .fw_ul1 a:hover img{
    animation: tada 1s;

}
.fw_line2 .fw_item_box .fw_ul1 a p {
    font-size: 18px;
}

.fw_line2 .fw_item_box .fw_ul1 a img {
    margin-right: 30px;
}

.fw_line2 .fw_item_box .fw_ul2 {

/* margin-top: 40px; */
}
.fw_line2 .fw_item_box .fw_ul2 ul{
         display: flex;
         justify-content: space-between;
         /* margin-bottom: 30px; */
         /* flex-wrap: wrap; */
}
.fw_line2 .fw_item_box .fw_ul2 a {
    height: 140px;
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background-color: #fff;
}

.fw_line2 .fw_item_box .fw_ul2 a:hover p {
    color: #4257cc;
}
.fw_line2 .fw_item_box .fw_ul2 a:hover img{
    animation: tada 1s;

}
.fw_line2 .fw_item_box .fw_ul2 a p {
    font-size: 18px;
}

.fw_line2 .fw_item_box .fw_ul2 a img {
    margin-bottom: 24px;
}

/* .fw_line2 .fw_item_box .fw_search_box {
    height: 100px;
    background-color: #fafafa;
    background: url(../images/index_bg2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-right: 145px;
    margin-bottom: 30px;
}

.fw_line2 .fw_item_box .fw_search_box p {
    font-size: 30px;
    color: #4257cc;
    margin-right: 34px;
}

.fw_line2 .fw_item_box .fw_search_box a {
    display: flex;
    width: 130px;
    height: 28px;
    background-color: #9985DD;
    margin-top: 10px;
    color: #fff;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 6px;
}

.fw_line2 .fw_item_box .fw_search_box a:hover {
    background-color: #6447CD;
}

.fw_line2 .fw_item_box .fw_search_box a span {
    letter-spacing: 3px;
    font-size: 14px;
}

.fw_line2 .fw_item_box .fw_search_box a i {
    transform: rotate(180deg);
    font-size: 26px;
} */

.gk_line1 {
    padding-top: 86px;
    margin-bottom: 20px;
}

.gk_line1 ul {
    display: flex;
    justify-content: space-between;
}

.gk_line1 ul li {
    height: 184px;
    width: 160px;
    background-color: #fff;
}

.gk_line1 ul li a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}

.gk_line1 ul li a p {
    font-size: 18px;
}
.gk_line1 ul li a:hover p {
    color:#4257cc;
}
.gk_line1 ul li a:hover img{
    animation: tada 1s;

}
.gk_line2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.gk_line2 .left {
    width: 770px;
    height: 335px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
}

.gk_line2 .left .gk_nav {
    display: flex;
    position: relative;
}

.gk_line2 .left .gk_nav .zx_title {
    color: #898989;
    margin-right: 20px;
}

.gk_line2 .left .gk_nav .zx_title a {
    position: absolute;
    right: 0;
    display: none;
}

.gk_line2 .left .gk_nav .cut a {
    display: block;
}

.gk_line2 .left .gk_nav .zx_title h2::after {
    content: none;
}
.gk_line2 .left .gk_nav .cut h2{
    color: #000;
}
.gk_line2 .left .gk_nav .cut h2::after {
    content: "";
}

.gk_line2 .left .gk_item_box .item3 {
    display: none;
}

.gk_line2 .left .zx_main {
    padding: 0;
}


.gk_line2 .right {
    width: 420px;
    height: 335px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
}

.gk_line2 .swiper-container3 {
    overflow: hidden;
}

.zx_video {
    position: relative;
}

.zx_video .video {
    width: 100%;
    height: 180px;
    position: relative;
}

.zx_video .video img:first-child {
    width: 100%;
    height: 100%;
}

.zx_video .play {
    position: absolute;
    top: 52px;
    left: 156px;
}

.zx_video p {
    /* display: none; */
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gk_line2 .swiper-pagination {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 200px;
    margin: 0 auto;
}

.gk_line2 .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    border-radius: 0;
}

.gk_line3 {
    height: 260px;
    background-color: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
}

.gk_line3 .gk_set ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.gk_line3 .gk_set ul li {
    width: 44px;
    height: 133px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding-top: 12px;
    cursor: pointer;
    letter-spacing: 2px;
}
.gk_line3 .gk_set ul li:hover{
    color: #4257cc;
}

.layui-layer-content {
    background-color: #FFF !important;
    border: 2px #2f5db8 solid;
    box-sizing: border-box;
    box-shadow: none !important
}
.layui-layer-kefu .layui-layer-title{
    height:60px;
    border: none;
    padding: 10px 80px 0 20px;
}
.layui-layer-kefu .layui-layer-setwin{
    top:30px;
    right:20px;
}
.kefu_title{
    height:60px;
    display:flex;
    align-items: center;
    align-content: center;
}
.kefu_title img {
    height:80%;
}
.layui-layer-kefu .layui-layer-content {
    border:none;
}
.layui-layer-content p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.layui-layer-tips.set_box i.layui-layer-TipsR {
    border-bottom-color: transparent;
    border-right-style: solid;
    border-right-color: #2f5db8;
    left: -25px;
    top: 21px;
}

.layui-layer-tips.set_box i.layui-layer-TipsL {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-left-color: #2f5db8;
    right: -25px;
    top: 21px;
}

.layui-layer-tips.set_box i.layui-layer-TipsG {
    border-width: 12px;
}







/* 融媒体中心 */
.index_container3 {
    width: 100%;
    height: 485px;
    background-color: #fafafa;
    background: url(/images/rmt_bg.png);
    /* background-color: #475bcc; */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px;
    box-sizing: border-box;
    padding-top: 40px;
    font-size: 14px;
}

.index_container3 .rmt_main {
    display: flex;
    justify-content: space-between;
}

.index_container3 .left {
    width: 720px;
    background: url(/images/index_rmt1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 720px 250px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 50px;
    display: flex;
    padding-left: 30px;
}

.index_container3 .left .rmt_nav_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 45px;
    box-sizing: border-box;
    margin-left: 30px;
}

.index_container3 .left .rmt_nav_box div a {
    display: flex;
    width: 140px;
    height: 40px;
    background-color: #475BCC;
    margin-top: 10px;
    color: #fff;
    align-items: center;
    justify-content: space-evenly;
}

.index_container3 .left .rmt_nav_box div a i {
    display: none;
}

.index_container3 .left .rmt_nav_box div.cut a {
    background-color: #6447CD;
    border: 1px solid #7685CF;
}

.index_container3 .left .rmt_nav_box div.cut a i {
    display: block;
}

.index_container3 .left .rmt_item_box .item {
    display: none;
    width: 488px;
    height: 260px;
}

.index_container3 .left .rmt_item_box .item a {
    position: relative;
    display: block;
    height:260px;
}
.index_container3 .left .rmt_item_box .item a img:first-child{
    width:100%;
    height:100%
}
.index_container3 .left .rmt_item_box .item a img:last-child {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:50px;
    height:50px;
}

.index_container3 .left .rmt_item_box .item .xdb {
    display: flex;
    justify-content: space-evenly;
}

.index_container3 .left .rmt_item_box .item .xdb p {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.index_container3 .left .rmt_item_box .item .xdb img {
    width: 190px;
}

.index_container3 .right {
    width: 440px;
    /* height: 430px; */
}

.index_container3 .zx_title {
    margin-bottom: 0;
}

.index_container3 .zx_title h2 {
    color: #fff;
    font-size: 28px;
}

.index_container3 .right ul {
    display: grid;
    grid-template-columns: repeat(3, 140px);
    justify-content: space-between;
    grid-gap: 20px;
}

.index_container3 .right ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    /* margin-right: 20px; */
}

.index_container3 .right ul li .rmt_img_box {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #fff;
    outline: 8px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 16px;
}

.index_container3 .right ul li img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.index_container3 .right ul li img.rm_qrCode {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.index_container3 .right ul li img:first-child {
    opacity: 1;
}

.index_container3 .right ul li:hover img.rm_qrCode {
    opacity: 1;
}

.index_container3 .right ul li:hover img:first-child {
    opacity: 0;
}

.index_container3 .right ul li:hover .rmt_img_box {
    border-radius: 0;
    outline: none;
}

.index_container3 .right ul li p {
    /* position: absolute; */
    color: #fff;
    text-align: center;
}

/* 专题专栏 */
.index_container4 {
    height: 320px;
    box-sizing: border-box;
    padding-top: 40px;
}

.index_container4 .zx_title h2 {
    font-size: 28px;
}

.index_container4 .zt_main {
    /* display: flex; */
    justify-content: space-between;
    /* margin-top: 30px; */
    overflow: hidden;
    position: relative;
}

.index_container4 .zt_main .swiper-slide {
    /* width: 300px !important; */
    height: auto;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
    padding: 16px 14px;
}

.index_container4 .zt_main .swiper-button-prev,
.index_container4 .zt_main .swiper-button-next {
    background-color: rgba(127, 127, 127, 0.7);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    left: 0;
    background-size: 20px;
    opacity: 0;
    transition: 0.4s;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    right: 0;
    background-size: 20px;
    opacity: 0;
    transition: 0.4s;
}

.index_container4 .zt_main:hover .swiper-button-prev,
.index_container4 .zt_main:hover .swiper-button-next {
    opacity: 1;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    color: red;
}

.index_container4 .zt_main img {
    width: 100%;
    height: 100%;
}

.hr {
    width: 100%;
    height: 11px;
    background-color: #475BCC;
}

@media screen and (max-width: 768px) {
    .toutiao {
        padding: 16px 14px;
    }

    .toutiao a.tt_sub_title{
        font-size:0.875rem;
    }
.toutiao a.tt_title{
            font-size:1.25rem;

}
    .index_container1 {
        display: block;
    }

    .index_container1 .left {
        width: 100%;
        height: 220px;
        margin-bottom: 14px;
    }

    .index_container1 .right {
        width: 100%;
        height: auto;
    }
    .index_container1 .right .index_title{
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
    }
.index_container1 .right .index_title>div{
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}
    .index_container1 .right .index_title a {
        font-size: 1.125rem;
        pointer-events: none;
    }

    .index_container1 .right .item ul li span:first-of-type {
        top: 15px;
    }

    .index_container1 .right .item ul li a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1rem;
    }

    .index_container1 .right .index_title a::after {
        content: none;
    }
    .index_container1 .right .item{
        height:auto;
        padding-bottom:20px;
    }
    .index_container1 .right .item ul li:last-child{
        border-bottom: 1px solid #DFD7D7;
    }
    .index_container1 .right .item .more{
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 1.02rem;
        margin-top: 10px;
        text-align: center;
        background-color: #efefef;
        border: 1px solid #4257cc;
        box-shadow: 0px 2px 29px 0px rgb(4 0 0 / 9%);
        margin-top: 20px;
    }
    .index_container1 .right .item ul li span:last-of-type {
        display: none;
    }

    /* 2 */
    .index_container2,
    .index_container2_list .item {
        height: 100%;
    }

    .index_container2_list .item {
        padding-bottom: 14px;
    }

    .index_container2_nav {
        width: 100%;
        position: inherit;
        margin-bottom: 10px;
    }

    .index_container2_nav>div {
        width: 32%;
    }

    .index_container2_nav>div a {
        width: 100%;
        pointer-events: none;
        height: auto;
        padding: 14px 0;
    }

    .index_container2_nav a h2 {
        margin-right: 0;
        font-size: 1.5rem;
    }

    .index_container2_nav a span {
        display: none;
    }

    .tz_line1 {
        height: auto;
        display: block;
        padding: 10px;
        padding-bottom: 1px;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .tz_line1 span {
        display: block;
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .tz_line1 span em{
        margin-left: 0;
    }
    .tz_line2 {
        margin-bottom: 14px;
    }

    .tz_line2 ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tz_line2 ul li {
        width: 48%;
        margin-bottom: 14px;
        background-size: contain !important;
        height: 188px;
        box-shadow: 0px 2px 29px 0px rgb(4 0 0 / 9%);
    }

    .tz_line2 ul li a {
        padding: 0 10px;
        bottom: -46px;
        height: auto;
    }

    .tz_line2 ul li a p {
        -webkit-line-clamp: 2;
    }

    .tz_line2 ul li a h2 {
        padding: 10px 0;
        font-size: 1rem;
    }

    .tz_line2 ul li:hover a {
        bottom: 10px;
    }

    .tz_line3,
    .tz_line4 {
        display: block;
    }

    .tz_line3 {
        margin-bottom: 14px;
    }

    .zw_fff_box_l,
    .zw_fff_box_r,
    .tz_line4 .left,
    .tz_line4 .right {
        width: 100%;
        height: auto;
    }

    .zw_fff_box_l,
    .zw_fff_box_r {
        margin-bottom: 14px;
        box-shadow: 0px 2px 29px 0px rgb(4 0 0 / 9%);
        padding: 16px 14px;
    }

    .zx_main {
        padding: 0;
    }
    .tz_line4 .df{
        flex-direction: column;
    }
    .tz_line4 .left ul {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .tz_line4 .left ul li {
        width: 48%;
        margin-bottom: 14px;
        align-items: center;
    }

    .tz_line4 .left ul li img {
        width: 80%;
    }

    .tz_line4 .left ul li a {
        font-size: 1rem;
    }

    .tz_line4 .right {
        justify-content: center;
        flex-direction: column;
    }

    .tz_line4 .right a {
        width: 100%;
        margin-bottom: 14px;
        overflow: hidden;
    }

    .tz_line4 .right a img {
        height: inherit;
    }

    .zx_main ul li a {
        font-size: 1rem;
    }

    .zx_main {
        height: auto;
    }

    .zw_fff_box_r .zx_main {
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1 a {
        font-size: 1rem;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1 {
        width: 48%;
        margin-top: 14px;
        padding-top: 10px;
        height: 130px;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1 a br {
        display: none;
    }

    .zw_fff_box_r .zx_main .tz_icon_box1::after {
        right: auto;
    }

    .fw_line1 {
        width: 100%;
        height: auto;
        padding: 16px 14px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: baseline;
    }

    .fw_line1 .left {
        justify-content: center;
        align-content: center;
        flex-direction: column;
        align-self: center;
    }

    .fw_line1 .left a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .fw_line1 .left a:last-child {
        margin-bottom: 10px;
    }

    .fw_line1 .right {
        height: auto;
        width: 100%;
    }

    .fw_line1 .right span {
        margin-right: 4px;
    }

    .fw_line1 .right .fw_input {
        flex: 1;
        width: auto;
    }

    .fw_line2 .fw_item_box {
        height: auto;
    }
    .fw_line1 .right .fw_search_box{
        width: 100%;
    }
    .fw_line1 .right .fw_search_box a{
        width: 100%;
        justify-content: space-evenly;
    }



    .fw_line1 .right .fw_search_box a {
        padding: 16px 14px;
    }

    .fw_line1 .right .fw_search_box a p {
        font-size: 1.5rem;
        margin-right: 0;
    }

    .fw_line1 .right .fw_search_box .fw_link {
        width: 120px;
    }

    .fw_line2 .fw_item_box .fw_ul1 a {
        width: 48%;
        height: auto;
        box-sizing: border-box;
        padding: 14px 0;
        justify-content: space-evenly;
    }

    .fw_line2 .fw_item_box .fw_ul1 a img {
        margin-right: 0;
    }

    .fw_line2 .fw_item_box .fw_ul2 {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .fw_line2 .fw_item_box .fw_ul2 ul{
        flex-wrap: wrap;
    }
/*     .fw_line2 .fw_item_box .fw_ul2 a {
        width: 48%;
        height: auto;
        box-sizing: border-box;
        padding: 14px 0;
        margin-bottom: 20px;
    }
 */
    .fw_line2 .fw_item_box .fw_ul2 ul li{
        width: 30%;
    }
    .fw_line2 .fw_item_box .fw_ul2 a{
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 14px 0;
        margin-bottom: 20px;
    }
    .fw_line2 .fw_item_box .fw_ul2 a img {
        margin-bottom: 10px;
    }

    /* .fw_line2 .fw_item_box .fw_search_box {
        justify-content: space-evenly;
    }



    .fw_line2 .fw_item_box .fw_search_box {
        padding: 16px 14px;
    }

    .fw_line2 .fw_item_box .fw_search_box p {
        font-size: 1.5rem;
        margin-right: 0;
    }

    .fw_line2 .fw_item_box .fw_search_box a {
        width: 120px;
    } */

    .zx_title h2 {
        font-size: 1.25rem;
    }


    .gk_line1 {
        padding-top: 0;
        margin-bottom: 0;
    }

    .gk_line1 ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .gk_line1 ul li {
        width: 32%;
        margin-bottom: 14px;
        height: 140px;
    }

    .gk_line1 ul li:last-child {
        width: 100%;
        height: 120px;
    }

    .gk_line1 ul li a p {
        font-size: 1rem;
    }

    .gk_line2 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .gk_line2 .left,
    .gk_line2 .right {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 16px 14px;
        margin-bottom: 14px;
    }



    /* 3 */
    .index_container3 {
        height: auto;
        background-size: cover;
        padding: 20px 0;
    }

    .index_container3 .zx_title h2 {
        font-size: 1.25rem
    }

    .index_container3 .rmt_main {
        display: block;
    }

    .index_container3 .left,
    .index_container3 .left .rmt_item_box .item {
        width: 100%;
        height: auto;
    }

    .index_container3 .left .rmt_item_box .item img:first-child {
        width: 100%;
    }

    .index_container3 .left {
        display: flex;
        flex-direction: column;
        background-size: cover;
        padding-left: 0;
        padding: 20px 10px;
        margin-top: 40px;
    }

    .index_container3 .left .rmt_item_box {
        order: 2;
    }

    .index_container3 .left .rmt_nav_box {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding-bottom: 0;
        box-sizing: border-box;
        margin-left: 0;
        align-items: center;
        order: 1;
    }

    .index_container3 .left .rmt_nav_box div a {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .index_container3 .left .rmt_nav_box div a i {
        transform: rotate(-90deg);
    }

    .index_container3 .left .rmt_nav_box a,
    .index_container3 .left .rmt_nav_box a i,
    .index_container3 .left .rmt_nav_box a span {
        pointer-events: none !important;
    }

    .index_container3 .left .rmt_item_box .item .xdb a {
        width: 45%;
    }

    .index_container3 .left .rmt_item_box .item .xdb img {
        width: 100%;
    }

    .index_container3 .right {
        width: 100%;
        height: auto;
    }

    .index_container3 .right ul {
        grid-template-columns: repeat(3, 110px);
        justify-content: space-evenly;
    }

    /* 4 */
    .index_container4 {
        height: auto;
        padding: 40px 0 20px 0;
    }

    .index_container4 .zx_title {
        margin-bottom: 14px;
    }

    .index_container4 .zx_title h2 {
        font-size: 1.25rem;
    }

    .index_container4 .zx_title h2::after {
        bottom: -4px;
    }

    .index_container4 .zt_main {
        margin-top: 30px;
    }

    .index_container4 .zt_main .swiper-slide {
        padding: 0;
    }

    .index_container4 .zt_main .swiper-button-prev,
    .index_container4 .zt_main .swiper-button-next {
        opacity: 1;
    }


    /* 机器人 */
    .layui-layer-kefu {
        width: 100% !important;
        /* height: auto !important; */
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

}