/* 2021/09 妇女报改版 */
@font-face { 
    font-family: 'hyds'; 
    src: url('../font/HYDaSongJ.ttf'); }
/*头部样式开始*/
.head {
    width: 100%;
    /*height: 332px;*/
    /*padding-top: 20px;*/
    border-bottom: 2px solid #4dbcff;
}
.head .head_top {
    width: 100%;
    height: 43px;
    /*border-bottom: 1px solid #f7f7f7;*/
    padding: 0 30px;
    line-height: 43px;
    font-size: 14px;
}
.head .head_top .head_top_name {
    float: left;
}
.head .head_top .head_top_nav {
    float: right;
}
.head .head_top .head_top_nav .nav_list_box {
    display: inline-block;
}
.head .head_top .head_top_nav .nav_list_box .nav_list_item {
    display: inline-block;
    padding-right: 56px;
}
.head .head_top .head_top_name .nav_list_icon:nth-child(1) {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../img/head_top_nav.png");
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.head .head_top .head_top_nav .nav_list_icon:nth-of-type(1)  {
    display: inline-block;
     background-image: url("../img/yx.png");
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.head .head_top .head_top_name li {
    display: inline-block;
}
.head .head_top .head_top_name li:hover span {
    color: #3c79e8;
}
.head .head_top .head_top_nav .nav_list .nav_list_item {
    display: inline-block;
    padding-right: 56px;
}
.head .head_top .head_top_nav .nav_list a:hover {
    color: #3c79e8;
}
.head .head_top .head_top_nav .entry_list {
    display: inline-block;
}
.head .head_top .head_top_nav .entry_list .entry_list_item {
    display: inline-block;
    width: 50px;
    text-align: center;
}
.head .head_top .head_top_nav .entry_list:hover a:hover {
    color: #3c79e8;
}
.head .nav_list {
    width: 100%;
    height: 90px;
    background: #f1f1f1;
    padding: 0 calc((100% - 1340px) / 2);
    display: flex;
    justify-content: space-between;
}
.head .nav_list .nav_list_item {
    width: 5%;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 68px;
}
.head .nav_list .nav_list_item:hover a {
    color: #3c79e8;
}
.head .sub_list {
    width: 100%;
    height: 80px;
    padding: 20px 0;
}
.head .sub_list .sub_list_main {
    width: 1340px;
    height: 100%;
    margin: 0 auto;
    background: #f1f1f1;
    border: 1px solid #dddddd;
}
.head .sub_list_main li {
    display: inline-block;
    padding: 0 16px;
    line-height: 40px;
    font-size: 14px;
}
.head .sub_list_main li:hover a {
    color: #3c79e8;
    text-decoration: underline;
}
.head .head_main {
    width: 1340px;
    height: 100px;
    margin: 33px auto 12px;
}
.head .head_main .main_icon {
    width: 400px;
    height: 100px;
    background-image: url(../img/main_title.png);
    background-size: 100% 100%;
    float: left;
    margin-right: 30px;
    margin-top:-14px;
}
.head .head_main .lunshu {
    width: 560px;
    height: 70px;
    background-image: url(../img/fulian_nvzhujiao.png);
    margin-left: 28px;
    background-size: 100% 100%;
    float: left;
}
.head .head_main .fulian_tag {
    width: 140px;
    height: 50px;
    /* background-image: url("../img/icon_internation.png")*/
    background-size: 100% 100%;
    float: left;
    margin-top: 21px;
    margin-left: -39px;
}
.head .head_main .main_right {
    float: right;
}
.head .head_main .main_right .search {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background: #f7f7f7;
    position: relative;
    float: left;
    margin-top: 30px;
}
.head .head_main .main_right .search input {
    line-height: 40px;
    padding-left: 24px;
}
.head .head_main .main_right .search i {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_search.png");
    background-size: 100% 100%;
    cursor: pointer;
}
.head .head_main .main_right .login {
    width: 140px;
    height: 40px;
    background: #f7f7f7;
    border-radius: 6px;
    float: right;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 30px;
}
.head .head_main .main_right .login li {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 40px;
}
.head .head_main .main_right .login li.active {
    background: #4fbcff;
}
.head .head_main .main_right .login li.active span {
    color: #ffffff;
}
.head .head_main .main_right .login li span {
    color: #777777;
}
/*头部样式结束*/

/*主体内容样式开始*/
.content {
    width: 100%;
    height: auto;
}
.content .main {
    width: 100%;
    height: auto;
}
.content .main .nav_list {
    width: 1340px;
    height: 60px;
    margin: 0 auto 20px;
}
.content .main .nav_list li {
    display: inline-block;
    height: 100%;
    text-align: center;
    padding: 20px 0;
}
.content .main .nav_list li:hover a {
    color: #3c79e8;
}
.content .main .nav_list li span {
    display: inline-block;
    width: 100%;
    height: 20px;
    border-left: 2px solid #54a8fe;
    padding: 0 36px;
}
.content .main .nav_list li:last-child span {
    border-right: 2px solid #54a8fe;
}
.content .main .main_title {
    width: 1340px;
    height: auto;
    margin: 0 auto;
}
.content .main .main_title h1 {
    text-align: center;
    margin-bottom: 17px;
    margin-top: 25px;
}
.content .main .main_title .tip {
    text-align: center;
    font-size:0;
}
.main_title .tip .tip_item {
    display: inline-block;
    padding: 0 20px;
    color: #777777;
    font-size:14px;
}
.main_title .tip .tip_item:first-child {
    border-right: 2px solid #777777;
}
.main_title .tip .tip_item:last-child {
    border-left: 2px solid #777777;
}
.content .main .main_banner {
    width: 1160px;
    /*height: 750px;*/
    margin: 34px auto;
}
.content .main .main_content {
    width: 1160px;
    height: auto;
    margin: 20px auto;
}
.main_content .tab {
    width: 100%;
    height: 172px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    padding: 30px 12px;
}
.main_content .tab .title {
    font-size: 24px;
    line-height: 40px;
    margin-left: 46px;
}
.main_content .tab .title:before {
    content: '';
    width: 8px;
    height: 30px;
    background: #3c79e8;
    display: inline-block;
    position: relative;
    top: 8px;
    left: -20px;
}
.main_content .tab .tips {
    padding: 10px 30px;
    margin-top: 24px;
}
.main_content .tab .tips li {
    display: inline-block;
    margin-right: 50px;
}
.main_content .tab .tips li:hover span:last-child {
    color: #3c79e8;
}
.main_content .tab .tips span:first-child {
    display: inline-block;
    width: 60px;
    height: 30px;
    background: url("../img/icon_latest.png");
    background-size: 100% 100%;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin-right: 14px;
}
.main_content .tab .tips span:last-child {
    font-size: 20px;
}
.main_content .tab_list {
    width: 100%;
    height: 156px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.main_content .tab_list li {
    width: 185px;
    height: 100%;
    position: relative;
}
.main_content .tab_list li img {
    display: block;
    width: 100%;
    height: 100%;
}
.main_content .tab_list li .shadow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
}
.main_content .tab_list li .tip {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.main_content .tab_list li .tip i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/icon_ball.png");
    background-size: 100% 100%;
}
.main_content .tab_list li .tip p {
    color: #ffffff;
    font-size: 18px;
}
.main_content .container {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.container .container_left {
    width: 100%;
    height: 40px;
    display: inline-block;
}
.container_left .list_item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 24px;
    margin-top: 10px;
}
.container_left .list_item:hover .center p {
    color: #3c79e8;
}
.container_left .list_item .top {
    width: 100%;
    /*height: 60px;*/
}
.list_item .top span:first-child {
    display: inline-block;
    width: 44px;
    height: 22px;
    background: #f11425;
    border-radius: 6px;
    text-align: center;
    line-height: 22px;
    color: #ffffff;
    font-size: 14px;
    float: left;
    margin-top: 19px;
    margin-right: 14px;
}
.list_item .top h3 {
    display: inline-block;
    font-size: 22px;
    line-height: 35px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    width: 702px;
    margin: 13px 0;
}
.list_item .top span:last-child {
    float: right;
    margin-top: 20px;
    font-size: 14px;
    color: #565656;
}
.list_item .center {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.list_item .center p {
    line-height: 30px;
}
.list_item .img_list {
    padding: 14px 6px 0;
}
.list_item .img_list li {
    display: inline-block;
    width: 240px;
    height: 138px;
    margin-right: 20px;
    margin-bottom: 14px;
}
.list_item .center span {
    color: #6d7199;
    font-size: 14px;
}
.list_item .bottoms .comment {
    color: #cc5a2b;
    display: none;
    margin-right: 30px;
}
.list_item .bottoms .comment i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_messge.png");
    background-size: 100% 100%;
    float: left;
    margin-right: 14px;
}
.list_item .bottoms {
    font-size: 14px;
}
.list_item .bottoms .tips {
    display: inline-block;
    font-weight: bold;
}
.container_left .load_more {
    width: 100%;
    height: 50px;
    background: #4fbcff;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    margin-top: 20px;
}



.container .container_right {
    width: 340px;
    height: auto;
    float: right;
}
.container_right .news {
    width: 100%;
    height: auto;
    border: 1px solid #f7f7f7;
    margin-bottom: 30px;
}
.container_right .news .news_title {
    width: 100%;
    height: 42px;
    background: #f7f7f7;
    padding: 10px 15px;
}
.container_right .news .news_title span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-left: 4px solid #3979e3;
}
.container_right .news .news_list {
    width: 100%;
    height: auto;
    padding: 15px 12px;
}
.container_right .news .news_list li {
    width: 100%;
    height: 50px;
}
.container_right .news .news_list li:hover span {
    color: #3c79e8;
}
.container_right .news .news_list li .list_index {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-right: 14px;
    margin-top: 15px;
    float: left;
}
.container_right .news .news_list li:nth-child(1) .list_index {
    background: #ee121e;
    color: #ffffff;
}
.container_right .news .news_list li:nth-child(2) .list_index {
    background: #ee121e;
    color: #ffffff;
}
.container_right .news .news_list li:nth-child(3) .list_index {
    background: #f4af09;
    color: #ffffff;
}
.container_right .news .news_list li .list_text {
    display: inline-block;
    width: calc(100% - 20px - 24px - 10px);
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 13px;
}

.container_right .recommend {
    width: 100%;
    height: auto;
    border: 1px solid #f7f7f7;
    margin-bottom: 30px;
}
.container_right .recommend .rec_title {
    width: 100%;
    height: 42px;
    background: #f7f7f7;
    padding: 10px 15px;
}
.container_right .recommend .rec_title span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-left: 4px solid #3979e3;
}
.container_right .recommend .rec_list {
    width: 100%;
    height: auto;
    padding: 15px 12px;
}
.container_right .recommend .rec_list li {
    width: 100%;
    height: 50px;
}
.container_right .recommend .rec_list li:hover span {
    color: #3c79e8;
}
.container_right .recommend .rec_list li .list_text {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 50px;
}
.container_right .fast {
    width: 100%;
    height: auto;
    border: 1px solid #f7f7f7;
    margin-bottom: 30px;
}
.container_right .fast .fast_title {
    width: 100%;
    height: 42px;
    background: #f7f7f7;
    padding: 10px 15px;
}
.container_right .fast .fast_title span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-left: 4px solid #3979e3;
}
.container_right .fast .fast_list {
    width: 100%;
    height: auto;
    padding: 15px 12px;
}
.container_right .fast .fast_list li {
    width: 100%;
    height: 180px;
    margin-right: 14px;
    position: relative;
    margin-bottom: 14px;
}
.container_right .fast .fast_list li:hover {
    color: #3c79e8;
}
.container_right .fast .fast_list li img {
    display: block;
    width: 100%;
    height: 100%;
}
.container_right .fast .fast_list li span {
    display: inline-block;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.container_right .piclist {
    width: 100%;
    height: auto;
    border: 1px solid #f7f7f7;
    margin-bottom: 30px;
}
.container_right .piclist .piclist_title {
    width: 100%;
    height: 42px;
    background: #f7f7f7;
    padding: 10px 15px;
}
.container_right .piclist .piclist_title span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-left: 4px solid #3979e3;
}
.container_right .piclist_list {
    width: 100%;
    height: auto;
    padding: 15px 12px;
}
.container_right .piclist_list li {
    width: 100%;
    height: 180px;
    margin-right: 14px;
    position: relative;
    margin-bottom: 14px;
}
.container_right .piclist_list li img {
    display: block;
    width: 100%;
    height: 100%;
}
.container_right .piclist .piclist_list li span {
    display: inline-block;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*主体内容样式结束*/

/*底部样式开始*/
/*底部样式开始*/
.bottom {
    width: 100%;
    height: auto;
    border-top: 6px solid #004986;
}
.bottom .bot_main {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding-top: 20px;

}
.bottom .bot_main .bot_main_con {
    width: 1340px;
    height: auto;
    margin: 0 auto;
}
.bottom .bot_main .bot_main_con .title {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #d2d2d2;
}
.bottom .bot_main .bot_main_con .title span {
    display: inline-block;
    height: 100%;
    line-height: 52px;
    color: #50bdff;
    border-bottom: 3px solid #50bdff;
}
.bottom .bot_main .bot_main_con .province {
    width: 100%;
    height: auto;
    padding: 20px 46px;
}
.bottom .bot_main .bot_main_con .province li {
    width: calc(100% / 13);
    line-height: 30px;
    margin-top: 20px;
    float: left;
}
.bottom .bot_main .bot_main_con .province li:nth-child(-n+13) {
    margin-top: 0;
}
.bottom .bot_main .bot_main_con .province li a {
    border-right: 1px solid #3d3d3d;
}
.bottom .bot_main .bot_main_con .province li span {
    display: inline-block;
    padding: 0 22px;
}
.bottom .bot_main .bot_main_con .province li:hover span {
    color: #3c79e8;
}
.bottom .bot_main .bot_main_con .province li:nth-child(13n) a {
    border-right: none;
}
.bottom .bot_main .bot_main_con .province li:last-child a {
    border-right: none;
}
.bottom .bot_main .bot_main_con .monad {
    width: 100%;
    height: auto;
    padding: 10px 46px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
}
.bottom .bot_main .bot_main_con .monad .monad_item {
    width: 25%;
    height: auto;
}
.bottom .bot_main .bot_main_con .monad .monad_item li {
    line-height: 32px;
}
.bottom .bot_main .bot_main_con .monad .monad_item li:hover span {
    color: #3c79e8;
}


.bottom .bot_main .bot_main_con .list_box {
    width: 100%;
    height: 300px;
    overflow:auto;
    border-top: 12px solid #00558f;
    padding: 6px 24px;
    background: #e5e5e5;
    border-bottom: 1px solid #d2d2d2;
}
.bottom .bot_main .bot_main_con .list_box .list {
    display: none;
}
.bottom .bot_main .bot_main_con .list .list_item {
    width: 25%;
    height: auto;
    float: left;
    padding: 10px 0;
}
.bottom .bot_main .bot_main_con .list .list_item li {
    line-height: 32px;
}
.bottom .bot_main .bot_main_con .list .list_item li:hover span {
    color: #3c79e8;
}
.bottom .bot_main .bot_main_con .nav_list {
    width: 100%;
    height: 62px;
    background: #f7f7f7;
}
.bottom .bot_main .bot_main_con .nav_list li {
    padding: 0 30px;
    float: left;
    text-align: center;
}
.bottom .bot_main .bot_main_con .nav_list li:hover span {
    color: #3c79e8;
}
.bottom .bot_main .bot_main_con .nav_list li.active {
    background: #e5e5e5;
}
.bottom .bot_main .bot_main_con .nav_list li span {
    position: relative;
    display: inline-block;
    height: 100%;
    line-height: 62px;
}
.bottom .bot_main .bot_main_con .nav_list li span::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-top: 0px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
    border-bottom: 14px solid #808080;
    border-left: 8px solid rgba(0,0,0,0);
}
.bottom .bot_main .bot_main_con .complain {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #d2d2d2;
}
.bottom .bot_main .bot_main_con .complain span.blue {
    color: #00458c;
}
.bottom .bot_main .bot_main_con .complain span.line {
    text-decoration: underline;
}

.bottom .bot_tip {
    width: 100%;
    height: auto;
}
.bottom .bot_tip .bot_tip_box {
    width: 1340px;
    margin: 0 auto;
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
}
.bottom .bot_tip .bot_tip_box .bot_tip_item {
    width: 33.333333%;
    height: auto;
    font-size: 14px;
    padding: 10px 0;
}
.bottom .bot_tip .bot_tip_box .bot_tip_item li {
    line-height: 30px;
}
.bottom .bot_tip .bot_tip_box .bot_tip_item li span {
    color: #919090;
}
.bottom .bot_tip .box_tip_prove {
    width: 100%;
    height: 52px;
    margin-top: 12px;
    text-align: center;
}
.bottom .bot_tip .box_tip_prove a {
    display: inline-block;
    width: 154px;
    height: 100%;
    background: #e2e2e2;
    padding: 0 8px;
    margin-right: 24px;
}
.bottom .bot_tip .box_tip_prove a:last-child {
    margin-right: 0;
}
.bottom .bot_tip .box_tip_prove a i {
    display: inline-block;
    width: 42px;
    height: 42px;
    float: left;
    margin-top: 5px;
    background: yellow;
}
.bottom .bot_tip .box_tip_prove a span {
    display: inline-block;
    width: calc(100% - 42px);
    height: 100%;
    text-align: center;
    line-height: 22px;
    padding: 5px 1px;
    float: right;
}


/*底部滚动条样式*/
.bottom .bot_main .bot_main_con .list_box::-webkit-scrollbar {
    width: 10px;
    height: 0;
    margin: auto 0;
    background: #00558f;
    border-radius: 10px;
}
.bottom .bot_main .bot_main_con .list_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #00558f;
}
.bottom .bot_main .bot_main_con .list_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}



/*底部样式结束*/

/*轮播图样式开始*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    height:450px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1.8,.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(2.2,1);
    z-index: 999;
}
.swiper-slide-prev,
.swiper-slide-next{
    z-index:900;
}
.swiper-container .tab_ban_item {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.swiper-container .tab_ban_item img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-slide-active .tab_ban_item p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .4);
    line-height: 40px;
    padding: 0 30px;
    color: #ffffff;
    transform: scale(1, 2);
    font-size: 12px;
    display: block;
   
    text-size-adjust: none;
}
.swiper-container .tab_ban_item p {
    display: none;
}
.swiper-pagbox {
    position: absolute;
    width: 1340px;
    height: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.swiper-pagination-fraction {
    width: auto;
    bottom: 24px;
    left: 12%;
    color: #ffffff;
}
.swiper-button-prev {
    width: 30px!important;
    height: 60px!important;
    background: rgba(0, 0, 0, .4)!important;
    display: block;
    top: 50%!important;
    border-radius: 6px!important;

}
.swiper-button-prev i {
    display: inline-block;
    width: 18px;
    height: 36px;
    background: url("../img/icon_left.png")!important;
    background-size: 100% 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-button-next {
    width: 30px!important;
    height: 60px!important;
    display: block;
    top: 50%!important;
    background: rgba(0, 0, 0, .4)!important;
    border-radius: 6px!important;
}
.swiper-button-next i {
    display: inline-block;
    width: 18px;
    height: 36px;
    background: url("../img/icon_right.png")!important;
    background-size: 100% 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*轮播图样式结束*/
.diamonds {
    width: 100%;
    height: 514px;
    margin-top: 30px;
    margin-bottom:30px
}
.diamonds .row {
    width: 100%;
    height: 120px;
    margin-bottom: 14px;
}
.diamonds .row_one .row_item {
    width: 100%;
    height: 100%;
    background: #6a005f;
    position: relative;
}
.diamonds .row_one .row_item span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.diamonds .row_two .row_item:first-child {
    width: calc((100% - 28px) / 3 * 2 + 14px);
    height: 100%;
    background: #f19149;
    position: relative;
    float: left;
}
.diamonds .row_two .row_item:first-child span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
.diamonds .row_two .row_item:last-child {
    width: calc((100% - 28px) / 3);
    height: 100%;
    background: #d02525;
    position: relative;
    float: right;
}
.diamonds .row_two .row_item:last-child span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
.diamonds .row_three .row_item:first-child {
    width: calc((100% - 28px) / 3);
    height: 100%;
    background: #4fbbfd;
    position: relative;
    float: left;
}
.diamonds .row_three .row_item:first-child span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
.diamonds .row_three .row_item:last-child {
    width: calc((100% - 28px) / 3 * 2 + 14px);
    height: 100%;
    background: #834e00;
    position: relative;
    float: right;
}
.diamonds .row_three .row_item:last-child span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
.diamonds .row_four .row_item:first-child {
    width: calc((100% - 28px) / 3);
    height: 100%;
    background: #80c269;
    position: relative;
    float: left;
}
.diamonds .row_four .row_item:first-child span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
.diamonds .row_four .row_item:last-child {
    width: calc((100% - 28px) / 3 * 2 + 14px);
    height: 100%;
    background: #dfc745;
    position: relative;
    float: right;
}
.diamonds .row_four .row_item:last-child span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
/*导航*/
    .fnb_index_nav{
    width: 100%;
    background-color: #50BDFF;
        clear: both;
}
.fnb_index_nav > ul{
    position: relative;
    width: 1340px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fnb_index_gzzq{
    position: relative;
    width: 1340px;
    margin: 0 auto;
    display: none;
    align-items: center;
}
.fnb_index_gzzq > div{
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin-left: 38px;
}
.fnb_index_gzzq > div img{
    width: auto;
    height: 20px;
    margin-right: 10px;
}
.fnb_index_gzzq > div span{
    width: auto;
    font-size: 16px;
    color: #FFFFFF;
    font-family: hyds;
    white-space: nowrap;
}
.fnb_index_gzzq > ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fnb_index_gzzq > ul li a{
    padding: 0 24px;
    font-size: 14px;
    color: #FFFFFF;
}
.fnb_index_gzzq > ul div{
    width:1px;
    height:12px;
    background-color:#fff;
}
.fnb_index_nav > ul li{
    width: 10%;
}
.fnb_index_add,.fnb_index_cut{
    position: absolute;
    right: -30px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.fnb_index_nav > ul li a{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fnb_index_nav > ul a:hover{
    background-color: #49afee;
}
.fnb_index_nav > ul li a img{
    width: auto;
    height: 20px;
    margin-right: 10px;
}
.fnb_index_nav > ul li a span{
    width: auto;
    font-size: 16px;
    color: #FFFFFF;
    font-family: hyds;
}