@charset "utf-8";
/* CSS Document */
body{
    background: #fff;
}
.jdz_ban_big{
    width: 100%;
    min-width: 1200px;
   background: url("../images/jdz_ban.jpg") top center  no-repeat;
    margin: auto;
}
/**/
.jdz_ban_big .baner_tit{
    display: block;
    margin: auto;
    padding-top: 117px;
}
.j_dy_bg span{
    display: block;
    font-size: 18px;
    color: #0664b2;
    line-height: 36px;
    width: 1118px;
    margin: auto;
    padding:48px 0 13px 0;
    text-indent:36px;
}
.j_dy_bg b{
    display: block;
    font-weight: normal;
}
/*第三部分开始*/

.j_jdz_title{
    width: 1178px;
    height: 88px;
    background: url("../images/jdz_title_02.png") center no-repeat;
    padding-top: 38px;
    margin: auto;
}
.j_jdz_title{
    position: relative;
}


/*第三部分开始*/
.j_part_two{
    background: #FFFFFF;
    margin: auto;
}
/*金点子平台*/
 .j_pt_title{
    width: 1178px;
    height: 56px;
    background: url("../images/jdz_title_03.png") center no-repeat;
    padding-top: 70px;
    margin: auto;
}
 .j_pt_title{
    position: relative;
}
 .j_pt_title .pt_more {
    display: block;
    position: absolute;
    top: 39px;
    left: 1150px;
    color: #005aae;
}
 .jdz_pt_box{
	 padding-top: 20px;
     width: 100%;
     background: url("../images/jdz_bg02.jpg") top center no-repeat;
 }



/*

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
*/

.animated {
    animation-duration: 1s; /*动画时间*/
    animation-fill-mode: both; /*播放后的状态*/
}

.container:hover{
    animation-name:container; /*动画的名称*/
    transform-origin: center bottom; /*设置动画旋转元素的基点为：居中靠下*/
    cursor: pointer;
}
@keyframes container{
    0%,
    100%,
    20%,
    50%,
    80% {
        transition-timing-function: cubic-bezier(0.215,.61,.355,1); /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
        transform: translate3d(0,0,0); /*设置只在Z轴上移动*/
    }
    40%,
    43%{
        transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
        transform: translate3d(0,-30px,0);
    }
    70%{
        transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
        transform: translate3d(0,-15px,0);
    }
    90%{
        transform: translate3d(0,-4px,0);
    }
}

 .jdz_pt-content{
   overflow: hidden;
    margin-top: 8px;
	margin-bottom:20px ;
}
 .jdz_pt-content  .pt_bga{
    width: 331px;
    height: 243px;
    background: url("../images/pt_bg1.png")  no-repeat;
    padding: 20px;
    margin-left: 14px;
    margin-right: 15px;
}
 .pt_bga .pt_3a .tit{
    font-size: 22px;
    font-weight: bold;
    color: #216cb6;
     padding-top: 10px;
     font-family: "FZZHUNYSK","宋体";
     margin-left: 5px;
}
 .agfzn_font_a span{
     color: #999999;
 }
 .pt_bga .pt_3a span{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
 .pt_bga .agfzn_font_a p{
    width: 96%;
    height: auto;
    font-size: 15px;
    line-height: 28px;
    display: block;
    text-indent: 34px;
    margin: 16px auto;
}
 .pt_bga .agfzn_font_a p a{
    color: #ee3731;
    font-size: 15px;
}
 .jdz_pt-content  .pt_bgb{
    width: 216px;
    height: 481px;
    background: url("../images/pt_bg2.png")  no-repeat;
    padding: 20px;
    margin-left: 26px;
    margin-right: 15px;
}
.pt_bgb .pt_box3a .tit{
    font-size: 21px;
    font-weight: bold;
    color: #216cb6;
    text-decoration: underline;

}
 .pt_bgb .pt_box3a span{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}
.pt_bgb .agfzn_font_a p{
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 30px;
    display: block;
    text-indent: 34px;
    margin-top: 23px;
    color: #FFFFFF;
}
 .pt_bgb .agfzn_font_a p a{
    color: #0a3d64;
    font-size: 15px;
}
/*“金点子"去哪了*/
.j_qul_title{
    width: 1178px;
    height: 56px;
    background: url("../images/jdz_title_06.png") top center no-repeat;
    margin: 35px auto 40px;
	position: relative;
}


.j_qul_title .pt_more {
    display: block;
    position: absolute;
    top: 5px;
    left: 1150px;
    color: #005aae;
}
.gs_qul_wri{
    background: #f5f5f5;
}
.gs_qul_blue{
    background: #dff0ff;
}
.j_qul_content{
    margin-top:15px;
}




.j_qul_content ul li{
    width: 560px;
    height: 65px;
    margin-left: 26px;
    margin-bottom: 24px;
}
.j_qul_content ul li b{
    font-weight: bold;
    font-size: 24px;
    color: #216cb6;
    font-style: oblique;
    line-height: 61px;
    margin-left: 16px;
}
.j_qul_content ul li h3{
    font-weight: bold;
    font-size: 20px;
    color: #216cb6;
    line-height: 61px;
    margin-left: 15px;
    font-family: "FZZHUNYSK","宋体";
}
.j_qul_content ul li a{
    font-size: 18px;
    color: #333333;
    line-height: 61px;
    margin-left: 15px;
    width: 294px;
}
.j_qul_content ul li a:hover{
    color: #e1544d;
}
/*"金点子"故事*/
.j_gs_title{
    width: 1178px;
    height: 69px;
    background: url("../images/jdz_title_08.png") center no-repeat;
    padding-top: 38px;
    margin: auto;
    position: relative;
}

.j_gs_title .pt_more {
    display: block;
    position: absolute;
    top: 41px;
    left: 1150px;
    color: #005aae;
}
.j_gs_content{
    margin-top: 10px;
}

.j_gs_content ul .gs_djz{
    background: #f4f9fc;
    font-size: 20px;
    color: #005aae;
    display: inline-block;
    padding: 10px;
    font-family: "FZZHUNYSK","宋体";
    font-weight: bolder;
}
.j_gs_content ul li{
    float: left;
    margin-left: 28px;
    width: 571px;
    margin-bottom: 20px;
}
.j_gs_content ul li a{
    font-size: 18px;
    color: #272727;
    display: inline;
    margin-left: 8px;
}
.j_gs_content ul li a:hover{
    color: #e1544d;
}
/*有奖说明*/
.j-k234 .yjsm{
    font-size: 16px;
    color: #999999;
    margin-left: 21px;

}
.j-k234 .yjsm a{
    display:inline-block;
    margin-top: 7px;
    color: #999999;

}
.j-k234 .yjsm a:hover{
    color: #cd575c;

}
/*往期回顾*/
.jdz_wqhg_box{
    padding-bottom: 53px;
}
.j_wqhg_title{
    width: 1178px;
    height: 102px;
    background: url("../images/jdz_title_10.png") center no-repeat;
    padding-top: 38px;
    margin: auto;
}
.wqhg_img img{
    padding-left: 22px;
}

/*我有金点子*/
/*图标*/
.dys_choose_category_nav li {
    display: inline;
    float: left;
    width: 163px;
    height: 126px;
    background-color: #e7f8ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-left: 32px;
    margin-bottom: 22px;
    text-align: center;
    background-position: center 17px;
    background-repeat: no-repeat;
}

.dys_choose_category_nav li .dy_p {
    font-size: 16px;
    padding-top: 75px;
    color: #0986d7;
}
.dys_choose_category_nav li .dy_p2 {
    font-size: 16px;
	line-height: 23px;
    padding-top: 63px;
    color: #0986d7;
}

.dys_h1 {
    background-image: url(../images/icon_01.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h2 {
    background-image: url(../images/icon_02.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h3 {
    background-image: url(../images/icon_03.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h4 {
    background-image: url(../images/icon_04.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h5 {
    background-image: url(../images/icon_05.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h6 {
    background-image: url(../images/icon_06.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h7 {
    background-image: url(../images/icon_07.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h8 {
    background-image: url(../images/icon_08.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h9 {
    background-image: url(../images/icon_09.png);
    padding-top: 10px;
}
.dys_h10 {
    background-image: url(../images/icon_10.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h11 {
    background-image: url(../images/icon_11.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h12 {
    background-image: url(../images/icon_12.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h13 {
    background-image: url(../images/icon_13.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h14 {
    background-image: url(../images/icon_14.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h15 {
    background-image: url(../images/icon_15.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h16 {
    background-image: url(../images/icon_16.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h17 {
    background-image: url(../images/icon_17.png);
    background-size: 47px 47px;
    padding-top: 10px;
}




.dys_h1:hover{
    background-image: url(../images/icon2_01.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h2:hover {
    background-image: url(../images/icon2_02.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h3:hover {
    background-image: url(../images/icon2_03.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h4:hover {
    background-image: url(../images/icon2_04.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h5:hover {
    background-image: url(../images/icon2_05.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h6:hover {
    background-image: url(../images/icon2_06.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h7:hover {
    background-image: url(../images/icon2_07.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h8:hover {
    background-image: url(../images/icon2_08.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h9:hover {
    background-image: url(../images/icon2_09.png);
    padding-top: 10px;
}
.dys_h10:hover {
    background-image: url(../images/icon2_10.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h11:hover {
    background-image: url(../images/icon2_11.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h12:hover {
    background-image: url(../images/icon2_12.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h13:hover {
    background-image: url(../images/icon2_13.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h14:hover {
    background-image: url(../images/icon2_14.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h15:hover {
    background-image: url(../images/icon2_15.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h16:hover {
    background-image: url(../images/icon2_16.png);
    background-size: 47px 47px;
    padding-top: 10px;
}
.dys_h17:hover {
    background-image: url(../images/icon2_17.png);
    background-size: 47px 47px;
    padding-top: 10px;
}




.dys_choose_category_nav li:hover p {
    color: #fff;
}

.dys_choose_category_nav li p {
    color: #1b5ca0;
    font-size: 18px;
    padding-top: 58px;
}
.dys_choose_category_nav .dys_qita:hover {
    background-position-y: center;
}
.dys_choose_category_nav li:hover {
    cursor: pointer;
    background-color: #0e3d89;
    font-size: 18px;
}
.dys_choose_category_nav .dys_qita {
	width: 358px;
	height:136px;
}



/*金点子去哪了——修改*/
.jizqn_xg{
    background: #f5f5f5;
    margin: 20px 0px 30px 00px;
    padding: 20px 20px;

}
.jizqn_xg .jdz_qn_title{
    font-size: 22px;
    font-weight: bold;
    color: #216cb6;
    font-family: "FZZHUNYSK","宋体";
    margin-bottom: 3px;
}
.jizqn_xg .jdz_qn_nr{
    font-size: 15px;
    color: #565656;
    display: block;
}
.jizqn_xg .jdz_qn_nra{
    font-size: 15px;
    color: #044888;
    display: block;
    text-indent: 30px;
}
.jizqn_xg .jdz{
    line-height: 28px;
    background: #fff;
    padding: 20px;
}
.jizqn_xg .wmhf{
    margin-top: 20px;
    padding: 0 20px;
    line-height: 28px;
}
.jizqn_xg .jdz_qn_nra i{
    color: #ef3e34;
    font-style:normal;
    text-indent: 30px;

}
