﻿@charset "utf-8";

body,
ul,
li,
ol,
h1,
h2,
h3,
h4,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
label,
input,
textarea,
select,
button {
    margin: 0;
    padding: 0
}

body {
    font: 14px/1.7 Arial, "Microsoft YaHei", Tahoma, Verdana, Helvetica, sans-serif;
    color: #333;

}

html {
    background-color: #f5f5f5;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    opacity: 0.8;
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: top;
}

.clen {
    clear: both;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
    border: solid 1px #d0d7db;
    font-size: 14px;
}

select::-ms-expand {
    display: none;
}

/*超出省略*/
.beyond_ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block
}

.tab_click_1 {
    cursor: pointer;
}

.hide {
    display: none;
}

/*------------------------------*/
/*index 头部*/
.header_box {
    width: 100%;
    min-width: 1200px;
    position: relative;
    top: 0;
    height: 350px;
    background: url("../images/banner_bj.png") no-repeat;
}

.index_header {
    height: 560px;
    overflow: hidden;
}

/*index 头部 banner  用 swiper 插件 轮播*/
.banner_box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.swiper-container_index_1 {
    height: 100%;
}

/*修改swiper 左右切换*/
.swiper-button-prev,
.swiper-container_index_1 .swiper-button-next {
    left: 1142px;
    right: 0;
    width: 58px;
    height: 58px;
    margin: auto;
    background: rgba(26, 34, 44, 0.5) url("../images/right_i.png") no-repeat center;
}

.swiper-button-prev,
.swiper-container_index_1 .swiper-button-next:hover {
    background: rgba(26, 34, 44, 0.9) url("../images/right_i.png") no-repeat center;
}

.swiper-button-next,
.swiper-container_index_1 .swiper-button-prev {
    right: 1142px;
    left: 0;
    width: 58px;
    height: 58px;
    margin: auto;
    background: rgba(26, 34, 44, 0.5) url("../images/left_i.png") no-repeat center;
}

.swiper-button-next,
.swiper-container_index_1 .swiper-button-prev:hover {
    background: rgba(26, 34, 44, 0.9) url("../images/left_i.png") no-repeat center;
}

.slide_1 {
    width: 100%;
    height: 100%;
    background: url("../../img/slide1_2.png") no-repeat;
}

/*导航*/
/* .nav_box{display: block;margin: auto;width: 1200px;height: 140px;background-color: rgba(26,34,44,0.9);position: absolute;top: 0; left: 0;right: 0;z-index: 1;}
.nav_list{width: 100%;height: 50px;line-height: 50px;margin-top: 17px;}
.nav{text-align: center;float: left;width: 150px;position: relative;transition: 0.7s;}
.nav a{color: #939496;font-weight: bold;font-size: 16px;display: inline-block;width: 100%;height: 100%;}
.nav_current a{color: white;}
.nav:hover{background-color: #dfdee4;}
.nav:hover a{color: black;}
.nav:hover .secondary_menu_box{display: block;}
.secondary_menu_box{position: absolute;display: none;width: 180px;left: 0;top: 50px;background-color:#dfdee4;box-shadow: 8px 12px 0 rgba(0,0,0,0.5); }
.secondary_menu_box .nav{width: 100%;text-align: center;color: #939496!important;}
.secondary_menu_box .nav:hover a{color: black;}
.secondary_menu_box .nav a{color: #939496;} */
.nav_box {
    display: block;
    margin: auto;
    width: 1350px;
    height: 140px;
    background-color: rgba(26, 34, 44, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.nav_list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 17px;
}

.nav {
    text-align: center;
    float: left;
    width: 150px;
    position: relative;
}

.nav a {
    color: #939496;
    font-weight: bold;
    font-size: 16px;
}

.nav_current a {
    color: white;
}

.nav:hover {
    background-color: #dfdee4;
}

.nav:hover a {
    color: black;
}

.nav:hover .secondary_menu_box {
    display: block;
}

.secondary_menu_box {
    position: absolute;
    display: none;
    width: 180px;
    left: 0;
    top: 50px;
    background-color: #dfdee4;
    box-shadow: 8px 12px 0 rgba(0, 0, 0, 0.5);
}

.secondary_menu_box .nav {
    width: 100%;
    text-align: center;
    color: #939496;
}

.secondary_menu_box .nav:hover a {
    color: black;
}

.secondary_menu_box .nav_current a {
    color: #939496;
}

/*index 头部 内容部分*/
.logo_img {
    margin: 25px 0 0 45px;
}

.header_main {
    z-index: 1;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 240px;
    bottom: 0;
    width: 1200px;
    color: white;
    text-align: center;
}

.p1 {
    font-family: "宋体", "SimSun";
    font-size: 52px;
    height: 88px;
}

.p2 {
    font-family: "宋体", "SimSun";
    font-size: 42px;
    height: 71px;
}

.learnMore {
    font-family: "宋体", "SimSun";
    font-size: 20px;
    padding: 10px 20px;
    color: white;
    border: 1px solid white;
    margin-top: 10px;
    display: inline-block;
    transition: 0.4s;
}

.learnMore:hover {
    background-color: rgba(26, 34, 44, 0.5);
    color: white;
}

/*index 中间内容部分*/
.content {
    width: 1200px;
    margin: auto;
}

.main_1 {
    margin: 25px 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px #e9ebed;
    -moz-box-shadow: 0px 0px 10px #e9ebed;
    box-shadow: 0px 0px 10px #e9ebed;
    background-color: white;
}


.main_1_l {
    background: url("../images/xiaoxi.png") no-repeat 15px center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    float: left;
}

.main_1_l p {
    margin-left: 45px;
    width: 650px;
    overflow: hidden;
}

.main_1_l p a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    height: 100%;
}

.main_1_l p a:hover {
    font-size: 16px;
    opacity: 0.7;
}

.main_1_r {
    float: right;
    line-height: 50px;
    height: 50px;
    padding-right: 30px;
    font-size: 16px;
    color: #333333;
}

.main_2 {
    margin-top: 25px;
    height: 920px;
}

.main_2_l {
    height: 100%;
    width: 865px;
    float: left;
}

.main_2_l_1 {
    width: 100%;
    height: 325px;
    overflow: hidden;
}

.main_2_l_1_left {
    width: 360px;
    height: 100%;
    background-color: white;
    float: left;
    -webkit-box-shadow: 0px 0px 10px #e9ebed;
    -moz-box-shadow: 0px 0px 10px #e9ebed;
    box-shadow: 0px 0px 10px #e9ebed;
}

/* .main_2_l_3{height: 530px;overflow: hidden;}
.main_2_l_3 .new_list_2 { height: 490px;overflow: auto;} */
.main_2_l_3 .link_more {
    color: #999999;
    font-size: 16px;
    padding-right: 20px;
}

.zxdt_title {
    height: 40px;
    background-color: #56a2fd;
    font-size: 16px;
    color: white;
    line-height: 40px;
    padding: 0 15px;
}

.zxdt_L {
    float: left;
}

.zxdt_title .link_more a {
    color: white;
}

.zxdt_title .link_more a:hover {
    opacity: 0.8;
}

.link_more {
    float: right;
}



/*新闻列表*/
.new_list_1 {
    padding: 10px 20px;
    overflow: hidden;
}

.new_list {
    height: 365px;
}

.new_list_1 li {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    background: url("../images/icon_1.png") no-repeat 0 center;
}

.new_list_1 li a {
    display: block;
}

.new_title {
    max-width: 250px;
}

.dateIssued {
    float: right;
    color: #666666;
}

.main_2_l_1_center {
    width: 240px;
    height: 100%;
    background-color: white;
    float: left;
    margin-left: 12px;
    border-top: 2px solid #56a1fd;
    text-align: center;
}

.title-style-1 {
    height: 90px;
    box-sizing: border-box;
    line-height: 90px;
    font-size: 20px;
}

.text_1 {
    width: 97px;
    height: 97px;
    background-color: #f0f0f0;
    display: block;
    margin: auto;
    line-height: 97px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 20px;
    color: #fe5a48;
}

.p3 {
    margin-top: 15px;
    padding: 10px 0;
}

.p4 {
    padding: 10px 0;
}

.main_2_l_1_right {
    width: 240px;
    height: 100%;
    background-color: #ffffff;
    float: right;
    border-top: 2px solid #56a1fd;
    text-align: center;
}

.main_2_l_2 {
    height: 50px;
    line-height: 22px;
    background-color: #ffffff;
    margin-top: 30px;
    padding: 14px 0;
    box-sizing: border-box;
}

.title-2 {
    border-left: 5px solid #56a2fd;
    padding: 0 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.hint_1 {
    display: inline-block;
    font-size: 16px;
    color: #333333;
}

.font_c_r {
    color: #fe5a48;
}

.main_2_l_2 .link_more {
    color: #999999;
    font-size: 16px;
    padding-right: 20px;
}


.main_2_l_3 {
    margin-top: 20px;
    background-color: white;
}

.tab_box {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background-color: #f8f8f8;
}

.tab_click_1 {
    font-size: 16px;
    color: #333333;
    float: left;
    display: inline-block;
    padding: 10px 25px;
    line-height: 20px;
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #f8f8f8;
}

.tab_active {
    color: white;
    background: url("../images/tab_active_bj.png") center;
    background-size: 100% 100%;
}

.tab_click_1:hover {
    color: white;
    background-color: #56a2fd;
}

.tab_active:hover {
    color: white;
    background: url("../images/tab_active_bj.png") center;
    background-size: 100% 100%;
}

.new_list_2 {}

.new_list_2 .new_list {
    padding: 15px 20px;
    height: 520px;
}

.new_list_2 .new_list li {
    height: 35px;
}

.new_list_2 .new_list a {
    line-height: 21px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.new_list_2 .new_title {
    max-width: 630px;
    padding: 7px 0;
}

.new_list_2 .dateIssued {
    color: #333333;
    padding: 7px 0;
}


.main_2_r {
    height: 100%;
    width: 310px;
    float: right;
}

.main_2_r_one {
    height: 430px;
    width: 100%;
}

.main_2_r_one_L {
    width: 150px;
    float: left;
    height: 100%;
}

.qyglydl {
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #56a2fd;
    display: inline-block;
    width: 100%;
    line-height: 43px;
}

.login_box {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: white;
    color: #333333;
    transition: 0.7s;
}

.login_box img {
    display: block;
    margin: 20px auto 10px;
}

.login_box:hover {
    opacity: 0.95;
    background-color: white;
    color: #56a2fd;
}

.main_2_r_one_R {
    width: 150px;
    float: right;
    height: 100%;
}

.main_2_r_two {
    display: block;
    width: 100%;
    margin: 29px 0;
    background-color: #56a2fd;
    color: white;
    line-height: 85px;
    font-size: 36px;
    text-align: center;
}

.main_2_r_three {
    background-color: white;
    overflow: hidden;
}

.main_2_r_three_1 {
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
}

.serve_box {
    width: 33.33%;
    height: 120px;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #333333;
    transition: 0.7s;
    float: left;
    font-size: 12px;
}

.serve_box img {
    display: block;
    margin: 20px auto 10px;
}

.serve_box:hover {
    opacity: 0.9;
    background-color: white;
    color: #56a2fd
}

.serve_img {
    width: 40px;
    height: 40px;
    margin: 20px auto 10px auto;
    border-radius: 50%;
    background-color: #f0f0f0;
    position: relative;
}

.serve_img img {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.title-style-2 {
    padding: 30px 25px 20px 25px;
    line-height: 15px;
}

.wzlm {
    padding: 20px 25px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: hidden;
}

.swiper-container_index_3 .slide_3 {
    width: 150px;
    height: 60px;
    position: relative;
    margin: 0 5px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.slide_3 img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 80%
}

.swiper-container_index_4 .slide_3 {
    width: 150px;
    height: 60px;
    position: relative;
    margin: 0 5px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.ggsw {
    padding: 20px 25px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: hidden;
}



/*index 底部*/
.footer {
    width: 100%;
    margin: 50px auto 0;
    background-color: #2c333b;
    height: 300px;
    color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.footer_main {
    width: 100%;
    margin: auto;
    height: 170px;
    border-bottom: 1px solid #42484f;
}

.friendlyLink {
    color: rgba(255, 255, 255, 1);
    height: 70px;
    padding: 20px;
    line-height: 35px;
    box-sizing: border-box;
}

.select-style-1 {
    height: 35px;
    line-height: 35px;
    color: #999999;
    border: none;
    padding-left: 10px;
    width: 180px;
    padding-right: 0px;
    background-color: white;
    background-image: url("../images/icon_2.png");
    background-repeat: no-repeat;
    background-position: 201px center;
    margin-left: 25px;
}

.accessing {
    padding: 0px 0;
}

.accessing p {
    line-height: 25px
}

.footer_main2 {
    width: 100%;
    ;
    margin: auto;
    height: 49px;
    border-bottom: 1px solid #42484f;
}

.footer_main_f {
    width: 1200px;
    height: 100%;
    margin: auto;
    text-align: center;
}

.footer_main_f a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    padding: 0 10px;
}


/*交易信息*/
/*交易信息*/
.b-s_1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.dangqianweizhi {
    height: 70px;
    width: 1200px;
    border-bottom: 1px solid #cccccc;
    background: rgba(255, 255, 255, 1) url("../../img/dangqianweizhi.png") no-repeat 20px center;
    line-height: 70px;
    color: #666666;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.dqwz_a {
    color: #666666;
    padding: 0 5px;
}

.dqwz_a:hover {
    color: #56a3fd;
}

.dangqianweizhi span {
    padding: 0 5px;
}

.mainContent {
    height: auto;
    width: auto;
    position: relative;
    min-height: 350px;
}

.mainContent1 {
    height: auto;
    width: auto;
    position: relative;
}

.content_L {
    width: 280px;
    background-color: white;
    float: left;
}

.jyxx {
    background: url("../../img/jyxx.png") no-repeat 20px center
}

.xinyingxinxi {
    background: url("../../img/xinyingxinxi.png") no-repeat 20px center
}

.c_L_title {
    border-bottom: 1px solid white;
    text-align: center;
    width: 280px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    box-sizing: border-box;
    background: url(../img/zujian_titilebg.png) no-repeat;
    color: white;
}

.c_L_title span {
    font-size: 26px;
    color: white;
    display: inline-block;
}


.c_L_arial {
    color: white;
    cursor: pointer;
    padding-left: 60px;
    box-sizing: border-box;
    width: 100%;
    background: #7ecef4;
    display: block;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    border-bottom: 1px solid #e9e9e9;
}

.c_L_arial.current {
    background-image: linear-gradient(to right, #3692e4, #08c3dd);
}




.content_L {
    width: 280px;
    margin-right: 20px
}

.content_L ul li {
    line-height: 60px;
    padding-left: 40px;
    font-size: 16px;
    color: #333333;
}

.content_L ul li:hover a {
    color: #0e64a6;
    font-weight: bold;
}

/* .tab_click_2{cursor: pointer;} */
.tab_click_2 a {
    color: #818787;
    transition: 0.7s;
}

.tab_click_2 {
    background: url(../img/zujian_nav_active_sub.png);
    border-bottom: 1px solid white
}

.tab_active_2 a {
    color: #008899;
    font-size: 16px
}

.tab_active_2 {
    background: url(../img/zujian_nav_active_sub.png)
}

.content_R {
    width: 940px;
    float: right;
}

.filter_box {
    padding: 15px 30px;
    background-color: white;
}

.p_style_1 {
    height: 40px;
    line-height: 40px;
    display: block;
}

.p_style_1 span {
    height: 40px;
    color: #999999;
    width: 85px;
    display: inline-block;
}

.p_style_1 a {
    padding: 0 14px;
    display: inline-block;
}

.search_box .p_style_1 {
    display: inline-block;
}

.p_style_1 .tab_active_2 {
    color: #56a2fd;
}

.submenu li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 50px;
    height: 50px;
}

.search_box {
    padding: 15px 30px;
    background-color: white;
    margin: 10px 0;
}

.search_1 {
    width: 370px;
    height: 35px;
    line-height: 35px;
    float: right;
    margin-top: 3px
}

.search_1 input {
    width: 285px;
    border: 1px solid #e9e9e9;
    border-right: none;
    height: 35px;
    box-sizing: border-box;
    padding: 0 15px;
}

.search_1 a {
    cursor: pointer;
    width: 85px;
    text-align: center;
    background-color: #56a2fd;
    float: right;
    font-size: 16px;
    color: white;
}

.result_box {
    padding: 20px;
    background-color: white;
    overflow: hidden;
}

.table_1 {
    width: 100%;
}

table {
    width: 100%;
}

table thead {
    background-color: #cce6fb;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

table tbody tr:nth-child(odd) {
    background-color: #ffffff;
    text-align: center;
}

table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

th {
    line-height: 23px;
    padding: 11px 5px;
    font-weight: 500;
}

td {
    font-size: 14px;
    color: #333333;
    padding: 11px 5px;
    text-align: left;
}

/* .page_box{float: right;margin-top: 20px;}
.page_box a{padding: 8px 10px;line-height: 14px;display: inline-block;margin-left: 10px;background-color: #c0ccda;color: white;}
.page_box .page_c{background-color: #56a3fd;color: white;}
.page_box a:hover{background-color: #56a3fd;color: white;} */

.fenye {
    background: #e1ebf6;
    margin-top: 10px;
    padding: 10px;
    float: right;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.fenye ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

.fenye ul li {
    float: left;
}

.fenye ul li a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    transition: .7s;
    background: #96aac1 url("../images/ggxx_2.png") no-repeat;
    background-position: -114px 0;
    text-align: right;
    margin: 0 5px;
    color: #fff;
}

.fenye ul li a:hover {
    background: url("../images/ggxx_2.png") no-repeat;
    background-position: 0 0;
    color: #fff;
}

.fenye ul li.two a {
    background: #3591f1;
    color: #fff;
}

/*详细信息*/
.article_box {
    width: 1200px;
    margin: auto;
    background-color: white;
    padding: 25px;
    box-sizing: border-box;
}

.article_title {
    font-size: 26px;
    color: black;
    font-weight: 400;
    text-align: center;
}

.article_H_1 {}

.article_H_1 .tab_click_2:hover span {
    color: white;
    background-color: #56a3fd;
}

.article_H_1 .tab_click_2 {
    display: inline-block;
    width: 108px;
    height: 41px;
    margin-right: 15px;
}

.article_H_1 .tab_click_2 span {
    background-color: #d6d6d6;
    height: 34px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #666666;
    line-height: 34px;
}

.article_H_1 .tab_active_2 {
    background: url("../../img/bj3.png") no-repeat;
    background-size: 100% 100%;
}

.article_H_1 .tab_active_2 span {
    color: white;
    background-color: #56a3fd;
}

.article_H_1 .n_current {
    background: url(../../img/bj3.png) no-repeat;
    background-size: 100% 100%;
}

.article_H_1 .n_list {
    display: inline-block;
    width: 108px;
    height: 41px;
    margin-right: 15px;
}

.article_H_1 .n_list:hover span {
    color: white;
    background-color: #56a3fd;
}

.article_H_1 .n_list span {
    background-color: #d6d6d6;
    height: 34px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #666666;
    line-height: 34px;
}

.article_H_1 .n_current span {
    color: white;
    background-color: #56a3fd;
}




.article_B_I {
    background-color: #f8f8f6;
    padding: 20px;
    margin-top: 20px;
    line-height: 30px;
}

.article_B_I p {
    padding-left: 15px;
    /* display: inline-block; */
    margin-right: 80px;
    font-size: 16px;
    color: #333333;
}

.article_B {
    padding: 20px;
}

.article_B h3 {
    line-height: 35px;
    margin-top: 10px;
}

.article_B p {
    padding-left: 1em;
    color: #333333;
    line-height: 30px;
}

.article_F {}

.bnt_b {
    text-align: center;
}

.bnt_b a {
    display: inline-block;
    padding: 15px 60px;
    line-height: 24px;
    background-color: #56a2fd;
    color: white;
    font-size: 20px;
}


/*关于我们*/
.gywm {
    width: 100%;
}

.gywm .dangqianweizhi {
    width: 100%;
    background: white;
    padding: 0;
}

.gywm .dangqianweizhi p {
    width: 1200px;
    margin: auto;
    display: block;
    background: rgba(255, 255, 255, 1) url("../../img/dangqianweizhi.png") no-repeat 20px center;
    height: 69px;
    padding-left: 40px;
    box-sizing: border-box;
}

.gywm_main_1 {
    background-color: white;
    width: 100%;
}

.gywm_main {
    width: 1200px;
    margin: auto;
    padding: 0 35px;
    box-sizing: border-box;
}

.gywm_main .title_E {
    text-align: center;
    color: #56a3fd;
    font-size: 38px;
    line-height: 80px;
    height: 80px;
    background: url("../../img/title_bj.png") no-repeat center bottom;
    padding-top: 20px
}

.gywm_main .title_C {
    text-align: center;
    color: #56a3fd;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
}

.gywm_main_b {
    overflow: hidden;
    margin-top: 20px;
}

.gywm_main_b p {
    color: #333333;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
}

.gywm_one_L {
    width: 510px;
    height: 290px;
    float: left;
}

.gywm_one_L img {
    width: 100%;
    height: 100%;
}

.gywm_main_b .gywm_one_R p {
    text-align: left;
}

.gywm_one_R {
    width: 580px;
    height: auto;
    float: right;
}


.dian {
    position: absolute;
    top: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #56a3fd;
    box-shadow: 0px 0px 1px #56a3fd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    opacity: 0;
}

.one {
    -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.two {
    /*  -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out; */
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.three {
    -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

@keyframes warn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        transform: scale(3);
        opacity: 0.0;
    }
}

.ditu_bj {
    width: 625px;
    height: 517px;
    position: relative;
    background: url("../../img/ditu_bj.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 20px auto;
}

.city_box {
    position: absolute;
    display: inline-block;
    cursor: pointer;
}

.city_box:hover .info_box {
    display: block;
}

.dian_box {
    position: relative;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #56a3fd;
    border-radius: 50%;
    position: absolute;
    top: 5px;
}

.city_name {
    padding-left: 20px;
    color: #56a3fd;
    font-size: 12px;
}

.beijing {
    left: 463px;
    top: 185px;
}

.guangdong {
    left: 450px;
    top: 425px;
}

.tianjin {
    left: 475px;
    top: 197px;
}

.nanchang {
    left: 478px;
    top: 353px;
}

.shanxi {
    left: 379px;
    top: 281px;
}

.fuzhou {
    left: 521px;
    top: 375px;
}

.info_box {
    background-color: #56a3fd;
    color: white;
    width: 200px;
    padding: 10px 20px;
    margin-left: 60px;
    margin-top: -40px;
    position: relative;
    display: block;
}

.incon_bj {
    position: absolute;
    left: -11px;
    top: 20px;
}

.info_box .incon_bj img {
    margin: 0
}



.gywm_main_2 {
    background-color: #f5f5f5;
    width: 100%;
    height: 840px;
}

.gywm_main_2 img {
    margin: 20px auto;
    display: block;
}

.gywm_main_3 {
    background-color: white;
    width: 100%;
    height: 720px;
}

.gywm_main_3 img {
    margin: 80px auto;
    display: block;
}

.gywmfooter {
    margin-top: 0;
}

/*平台动态*/
.news_list_2 {
    padding: 25px;
    background-color: white;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05)
}

.news_list_2:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
}

.news_list_img {
    display: block;
    float: left;
    width: 315px;
}

.news_list_main {
    float: right;
    width: 790px;
    font-size: 16px;
    color: #333333;
}

.news_list_main1 {
    width: 1100px;
    font-size: 16px;
    color: #333333;
}

.news_list_main1 h4 {
    padding: 12px 0;
    line-height: 21px;
    font-size: 20px;
    color: #56a3fd;
    background: url("../../img/title_bj.png") no-repeat left bottom;
    padding-top: 60px;
}

.news_list_main1 h5 {
    line-height: 21px;
    font-size: 15px;
    color: #56a3fd;
}

.news_list_main1 p {
    line-height: 30px;
    margin-top: 10px;
}

.news_list_main1 a {
    color: #56a2fd;
    font-size: 14px;
    float: right;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #d2d2d2;
    line-height: 24px;
    padding: 7px 30px;
    text-align: center;
    box-sizing: border-box;
}

.news_list_main h4 {
    padding: 12px 0;
    line-height: 21px;
    font-size: 20px;
    color: #56a3fd;
    background: url("../../img/title_bj.png") no-repeat left bottom;
}

.news_list_main p {
    line-height: 30px;
    margin-top: 10px;
}

.news_list_main a {
    color: #56a2fd;
    font-size: 14px;
    float: right;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #d2d2d2;
    line-height: 24px;
    padding: 7px 30px;
    text-align: center;
    box-sizing: border-box;
}

/*数据分析*/
.shujutu {
    width: 1200px;
}

.shujutu img {
    width: 1200px;
}

.search-style-1 {
    overflow: hidden;
    background-color: white;
    padding: 15px 30px;
    margin: 10px 0;
}

.search_input {
    height: 52px;
    display: inline-block;
    width: 400px;
    padding: 11px 0;
    box-sizing: border-box;
}

.search-style-1 input {
    height: 32px;
    padding: 0 15px;
    border: 1px solid #e9e9e9;
    margin: 0 15px;
    width: 280px;
    box-sizing: border-box;
}

.search_input_date {
    display: inline-block;
    float: left;
    height: 52px;
    padding: 11px 0;
    box-sizing: border-box;
}

.search_input_date input {
    background: url("../img/date_icon.png") no-repeat 250px center;
}

.search-style-1 .search_1 {
    float: left;
    width: initial;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 11px 0;
}

/*敬请期待*/
.jqqd {
    width: 1200px;
    position: relative;
    background: white;
}

.jqqd img {
    padding: 50px;
    display: block;
    margin: auto;
}

.jqqd p {
    font-size: 24px;
    color: #666666;
    text-align: center;
}

.bnt_return {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.bnt_return a {
    display: inline-block;
    text-align: center;
    padding: 7px 30px;
    line-height: 25px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    color: #333333;
    background-color: #f1f1f1;
}

.bnt_return a:hover {
    background-color: #56a2fd;
    color: white;
}

/*服务指南*/
.fuwuzhinan {
    background: #56a2fd url(../img/fuwu.png) no-repeat 20px center;
}

.btbj {
    background-color: #cce6fb;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.right_new2 {
    overflow: hidden;
}

.right_new2 ul {
    padding: 0;
    margin: 0;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 10px;
}

.right_new2 ul li {
    line-height: 30px;
    padding: 10px 0;
    float: left;
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
    text-align: left;
    position: relative;
    font-size: 15px;
    transition: .7s;
}

.right_new2 ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.right_new2 ul li .xuhan {
    width: 10%;
    float: left;
    text-align: center;
}

.right_new2 ul li .time_2 {
    width: 20%;
    float: right;
    text-align: center;
}

.right_new2 ul li.btbj {
    background: #cce6fb;
    color: #333333;
    font-size: 16px;
    border-bottom: none;
}

.right_new2 ul li.btbj:hover {
    box-shadow: none;
}

.right_new2 ul li:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    color: #56a2fd;
}

.fuwuzhinan_box .content_R {
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
}

.content_R {
    width: 900px;
}

/*服务指南 详情*/
.fwzndetail_box {
    background-color: white;
}

.detail_box {
    display: block;
    background-color: white;
}

.download_box a {
    display: block;
}

.download_box a:hover {
    color: #56a2fd;
}

.detail_box {
    padding: 20px;
    box-sizing: border-box;
}

.detail_box .news_title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.detail_box .source_box {
    font-size: 12px;
    color: #999999;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.detail_box .source_box span {
    margin: 0 20px;
}

.detail_box .summary_text p {
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    line-height: 25px;
    margin-bottom: 20px;
}

/*法律法规*/
.faLvFaGui {
    background: #56a2fd url(../img/falvfagui.png) no-repeat 20px center;
}

.faLvFaGui_box .content_R {
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
}

/*index修改*/
.slide_img_1 {
    width: 100%;
    height: 100%;
    background: url("../images/slide1_2.png") no-repeat center;
    background-size: 1920px 560px;
}

.slide_img_2 {
    width: 100%;
    height: 100%;
    background: url("../images/slide_img_1.jpg") no-repeat center;
    background-size: 1920px 560px;
}

.slide_img_3 {
    width: 100%;
    height: 100%;
    background: url("../images/slide_img_2.jpg") no-repeat center;
    background-size: 1920px 560px;
}


.c_L_title1 {
    text-align: center;
    width: 280px;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    box-sizing: border-box;
    background: url(../img/zfxxgk_nav_bg.png) no-repeat;
    color: #3b5ff9;
}

.c_L_title1 span {
    font-size: 26px;
    color: #3b5ff9;
    display: inline-block;
}


.c_L_arial1 {
    cursor: pointer;
    padding-left: 60px;
    box-sizing: border-box;
    width: 100%;
    background: url('../img/zfxxgk_nav_bg1.png');
    display: block;
    height: 70px;
    font-size: 16px;
    line-height: 70px;
    border-bottom: 1px solid white;
    color: #4d4d4d;
}

.c_L_arial1.current {
    background: url('../img/zfxxgk.png');
    color: white;
}

.c_L_arial1 img {
    margin-right: 10px;
}

.content_L div .zfxxgk_subnav li {
    width: 135px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #40c3f1;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    float: left;
    margin: 5px 0;
    cursor: pointer;
}

.content_L div .zfxxgk_subnav li.current {
    border: 2px solid #3b5ff9;
    color: #3b5ff9;
    width: 133px;
    height: 38px;
    line-height: 38px;
}

.content_L div .zfxxgk_subnav li:nth-child(odd) {
    margin-right: 6px
}