﻿@charset "UTF-8";
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
/********************/
.zwfw_container{
    width: 1200px;
    margin: 0 auto;
}
.zwfw_content{
    /*padding-top: 40px;*/
    min-width: 1200px;
}
.zwfw_title{
    height: 26px;
    line-height: 26px;
}
.zwfw_title .title_name{
    float: left;
    font-size: 26px;
    color: #2661ab;
    padding-left: 4px;
}
.zwfw_title .title_more{
    float: right;
    font-size: 16px;
    color: #333;
    margin-right: -10px;
}
.zwfw_title .title_more:hover{
    color: #2661ab;
}
.tsfw_con{
    padding: 30px 0;
}
.tsfw_lb{
    margin-top: 28px;
    position: relative;
}
.tsfw_lb .bd{
    width: 1200px;
    overflow: hidden;
}
.tsfw_lb .bd ul li{
    width: 285px;
    height: 240px;
    margin-right: 20px;
    border-radius: 3px;
}
.tsfw_lb .bd ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.tsfw_lb .bd ul li a .img_show{
    overflow: hidden;
    width: 285px;
    height: 185px;
}
.tsfw_lb .bd ul li a .img_show img{
    width: 100%;
    height: 100%;
    transition: all 0.35s;
}
.tsfw_lb .bd ul li a .text_show{
    width: 100%;
    height: 55px;
    text-align: center;
    background: #5084c4;
    transition: all 0.35s;
}
.tsfw_lb .bd ul li a .text_show h2{
    font-size: 20px;
    line-height: 55px;
    font-weight: normal;
    color: #fff;
}
.tsfw_lb .bd ul li a .text_show p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    padding: 0 20px;
}
.tsfw_lb .bd ul li a .text_show .icon_more{
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -44px;
    transition: all 0.5s;
}
.tsfw_lb .bd ul li:hover .img_show img{
    transform: scale(1.1);
}
.tsfw_lb .bd ul li:hover .text_show .icon_more{
    bottom: 15px;
}
.tsfw_lb .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    width: 40px;
    height: 40px;
    background: url("lb_right.png") no-repeat center center;
    box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.50);
    border-radius: 50%;
    cursor: pointer;
}
.tsfw_lb .prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    width: 40px;
    height: 40px;
    background: url("lb_left.png") no-repeat center center;
    box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.50);
    border-radius: 50%;
    cursor: pointer;
}
.gffw_con{
    background: #f5f7fa;
    padding: 46px 0 49px 0;
}
.zwfw_title .title_name ul li{
    float: left;
    cursor: default;
}
.zwfw_title .title_name ul li font{
    color: #999;
    margin: 0 10px;
}
.gffw_con .zwfw_title .title_name ul{
    margin-left: -40px;
}
.gffw_con .zwfw_title .title_name ul li{
    color: #333;
    margin-left: 40px;
}
.gffw_con .zwfw_title .title_name ul li.on span{
    color: #2661ab;
}
.gffw_box .fl_chose{
    margin-top: 35px;
}
.gffw_box .fl_chose ul li{
    float: left;
    padding: 0 26px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border-radius: 15px;
    margin-left: 20px;
    border: 1px solid #e7e7e9;
    cursor: pointer;
}
.gffw_box .fl_chose ul li:first-child{
    margin-left: 0;
}
.gffw_box .fl_chose ul li a{
    font-size: 18px;
    color: #000;
}
.gffw_box .fl_chose ul li.on{
    border: 1px solid #fff;
}
.gffw_box .fl_chose ul li.on a{
    color: #3eaafb;
}
.gffw_box .fl_show .show_sub{
    display: none;
}
.gffw_box .fl_show .show_sub:first-child{
    display: block;
}
.gffw_box .fl_show .show_sub ul{
    margin-left: -30px;
}
.gffw_box .fl_show .show_sub ul li.sub_box{
    float: left;
    padding: 30px 30px 30px 120px;
    width: 380px;
    height: 200px;
    margin-left: 30px;
    margin-top: 30px;
    background: #fff;
}
.gffw_box .fl_show .show_sub ul li.sub_box .sub_top{
    height: 45px;
    line-height: 22px;
    position: relative;
    padding-top: 7px;
}
.gffw_box .fl_show .show_sub ul li.sub_box .sub_top .sx_name{
    float: left;
}
.gffw_box .fl_show .show_sub ul li.sub_box .sub_top .sx_name a{
    font-size: 22px;
    color: #000;
}
.gffw_box .fl_show .show_sub ul li.sub_box .sub_top .sx_name a:hover{
    color: #3eaafb;
}
.gffw_box .fl_show .show_sub ul li.sub_box .sub_top .sx_icon{
    float: right;
    position: absolute;
    left: -100px;
    top: 0;
}
.gffw_box .fl_show .show_sub ul li.sub_box .sub_top .sx_icon img{
    width: 80px;
    max-height: 80px;
    height: auto;
}
.gffw_box .fl_show .show_sub ul li.sub_box .sx_list{
    margin-left: 0;
    /*margin-top: 2px;*/
}
.gffw_box .fl_show .show_sub ul li.sub_box .sx_list li{
    background: url("sxlist_ico.png") no-repeat left center;
    padding-left: 18px;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.gffw_box .fl_show .show_sub ul li.sub_box .sx_list li a{
    font-size: 16px;
    color: #666;
}
.gffw_box .fl_show .show_sub ul li.sub_box .sx_list li a:hover{
    color: #3eaafb;
}
.gffw_box .box_frfw{
    display: none;
}
.rdyy_con{
    padding-top: 54px;
}
.rdyy_con .rdyy_list{
    margin-left: -20px;
}
.rdyy_con .rdyy_list li{
    float: left;
    width: 285px;
    margin-top: 30px;
    margin-left: 20px;
    position: relative;
}
.rdyy_con .rdyy_list li .db_links{
    position: absolute;
    bottom: 38px;
    left: 30px;
}
.rdyy_con .rdyy_list li .db_links a{
    float: left;
    width: 74px;
    height: 20px;
    margin-left: 22px;
}
.rdyy_con .rdyy_list li.gjj .db_links{
    bottom: 38px;
    left: 34px;
}
.rdyy_con .rdyy_list li.gjj .db_links a{
    width: 76px;
    height: 20px;
}
.fwdt_con{
    margin-top: 44px;
    display: none;
}
.fwdt_con .fwdt_list{
    margin-top: 33px;
}
.fwdt_con .fwdt_list ul{
    margin-left: -30px;
    margin-top: -30px;
}
.fwdt_con .fwdt_list ul li{
    float: left;
    width: 175px;
    height: 67px;
    line-height: 67px;
    margin-left: 30px;
    margin-top: 30px;
    text-align: center;
    box-shadow: 0 2px 10px 0 rgba(153, 153, 153, 0.5);
}
.fwdt_con .fwdt_list ul li a{
    font-size: 18px;
    color: #333;
    display: block;
}
.fwdt_con .fwdt_list ul li:hover{
    background: #1f88db;
}
.fwdt_con .fwdt_list ul li:hover a{
    color: #fff;
}
.fwdt_con .fwdt_list ul li:nth-child(7),
.fwdt_con .fwdt_list ul li:nth-child(8),
.fwdt_con .fwdt_list ul li:nth-child(9),
.fwdt_con .fwdt_list ul li:nth-child(10){
    width: 277.5px;
}
.rdcx{
    margin-top: 45px;
    margin-bottom: 30px;
}
.rdcx .rd_lb{
    position: relative;
    margin-top: 48px;
}
.rdcx .rd_lb .bd{
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}
.rdcx .rd_lb .bd ul li{
    width: 105px;
    margin-right: 40px;
    text-align: center;
}
.rdcx .rd_lb .bd ul li a{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    display: inline-block;
}
.rdcx .rd_lb .bd ul li a img{
    height: 38px;
}
.rdcx .rd_lb .bd ul li a:first-child{
    margin-bottom: 22px;
}
.rdcx .rd_lb .bd ul li a:hover{
    color: #3eaafb;
}
.rdcx .rd_lb .next{
    color: #1d8ad5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    background: url("cx_right.jpg") no-repeat center;
    cursor: pointer;
}
.rdcx .rd_lb .prev{
    color: #1d8ad5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    background: url("cx_left.jpg") no-repeat center;
    cursor: pointer;
}
.header_nav_sub{
    display: block!important;
}
.header_nav ul li.fw{
    border-bottom: 2px solid #fff;
}
.fun_menu{
    position: fixed;
    top: 390px;
    right: 50%;
    margin-right: -740px;
    width: 40px;
    z-index: 999;
}
.fun_menu ul li{
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background: #c7ccd8;
    margin-top: 10px;
    position: relative;
}
.fun_menu ul li:first-child{
    margin-top: 0;
}
.fun_menu ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.fun_menu ul li .fun_icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
}
.fun_menu ul li .menu_nane{
    position: absolute;
    right: 56px;
    top: 0;
    height: 46px;
    line-height: 46px;
    background: #5180bc;
    color: #fff;
    border-radius: 10px;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    padding: 0;
    transition: ease-out 0.5s;
}
.fun_menu ul li .menu_nane:before{
    content: "";
    position: absolute;
    left: 100%;
    top: 15px;
    border-top: 8px solid transparent;
    border-left: 10px solid #5180bc;
    border-bottom: 8px solid transparent;
}
.fun_menu ul li:hover{
    background: #5180bc;
}
.fun_menu ul li:hover .menu_nane{
    width: auto;
    padding: 0 12px;
    overflow: visible;
}
.zwfw_pc {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 280px;
    padding: 24px 20px 20px 20px;
    background: #2661ab;
    z-index: 9999;
}
.zwfw_pc .pc_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url(/picture/2762/2208031436192308432.png) no-repeat;
    background-size: contain;
    cursor: pointer;
}
.zwfw_pc p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: justify;
}

.sjqd{
    margin-top: 44px;
}
.zwfw_title .title_name a{
    font-size: 26px;
    color: #666;
}
.zwfw_title .title_name a:hover{
    color: #1f88db;
}
.fwdt_con .zwfw_title h3{
    margin-left: 20px;
}
.fwdt_con .zwfw_title h3:first-child{
    margin-left: 0;
}
.sjdq_list{
    margin-top: 18px;
}
.sjdq_list ul{
    margin-left: -20px;
}
.sjdq_list ul li{
    float: left;
    width: 285px;
    height: 67px;
    line-height: 67px;
    margin-left: 20px;
    margin-top: 22px;
    text-align: center;
    box-shadow: 0 2px 10px 0 rgb(153 153 153 / 50%);
}
.sjdq_list ul li a{
    font-size: 18px;
    color: #333;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sjdq_list ul li:hover{
    background: #1f88db;
}
.sjdq_list ul li:hover a{
    color: #fff;
}