﻿@charset "utf-8";
/* CSS Document */
body{
    background: #f5f5f5;
}
.jdz_ban_big{
    width: 100%;
    min-width: 1200px;
   background: url(../img/20211124_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: #005aae;
    line-height: 36px;
    width: 1118px;
    margin: auto;
    padding-top:48px;
    text-indent:36px;
}
.j_dy_bg b{
    display: block;
    font-weight: normal;
    text-align: justify;
}

.j_part_two{
    background: #FFFFFF;
    margin: auto;
}
/*金点子平台*/
 .j_pt_title{
    width: 1178px;
    height: 56px;
    background: url(../img/20211124_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{
     width: 100%;
    height: 800px;
    background: url(../img/20211124_jdz_bg02.png) center no-repeat;
    background-size: 1920px 800px;
 }

.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;*/
}
 .jdz_pt-content .pt_bga{
    width: 331px;
    height: 260px;
    background: url(../img/20211124_pt_bg1.png)  no-repeat;
    padding: 20px;
    /*margin-left: 14px;
    margin-right: 15px;*/
    background-size: 371px 300px;
    position: relative;
    margin: 20px 15px 0 14px;
}
 .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;
     position: absolute;
     bottom: 34px;
     right: 20px;
}
 }
 .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: 30px;
    display: block;
    text-indent: 34px;
    margin: 16px auto;
    text-align: justify;
}
 .pt_bga .agfzn_font_a p a{
    color: #ee3731;
    font-size: 15px;
}
 .jdz_pt-content  .pt_bgb{
    width: 216px;
    height: 481px;
    background: url(../img/20211124_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(../img/20211124_jdz_title_06.png) top center no-repeat;
    padding-top: 38px;
    margin: auto;
}
.j_qul_title{
    position: relative;
}

.j_qul_title .pt_more {
    display: block;
    position: absolute;
    top: 5px;
    left: 1150px;
    color: #005aae;
}
.j_qul_content ul li:nth-child(1),
.j_qul_content ul li:nth-child(4),
.j_qul_content ul li:nth-child(5){
    background: #f5f5f5;
}
.j_qul_content ul li:nth-child(2),
.j_qul_content ul li:nth-child(3),
.j_qul_content ul li:nth-child(6){
    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: 88px;
    background: url(../img/20211124_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;
}
/*往期回顾*/
.jdz_wqhg_box{
    padding-bottom: 53px;
}
.j_wqhg_title{
    width: 1178px;
    height: 102px;
    background: url(../img/20211124_jdz_title_10.png) center no-repeat;
    padding-top: 38px;
    margin: auto;
}
.wqhg_img img{
    padding-left: 22px;
}

/*金点子去哪了——修改*/
.jizqn_xg{
    background: #dff0ff;
    margin: 20px 30px 30px 30px;
    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;
    /*text-indent: 2em;*/
}
.jizqn_xg .jdz_qn_nra{
    font-size: 15px;
    color: #044888;
    display: block;
    text-indent: 30px;
}
.jizqn_xg .jdz{
    line-height: 28px;
    background: #f7fbff;
    padding: 20px;
}
.jizqn_xg .wmhf{
    margin-top: 20px;
    padding: 0 20px;
    line-height: 28px;
}
.jizqn_xg .jdz_qn_nra a{
    color: #ef3e34;
    font-style:normal;
    text-indent: 30px;

}

/* 往期回顾轮播 */
.picScroll-left{ overflow:hidden; position:relative;height: 200px;}
		.picScroll-left .hd{ 
			overflow:hidden;  
			height:30px; 
			position: absolute;
			bottom: 0px;
			width: 1200px;
			display: flex;
			justify-content: center;
		}
		/* .picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url(http://www.superslide2.com/demo/images/arrow.png) 0 0 no-repeat;} */
		/* .picScroll-left .hd .next{ background-position:0 -50px;  } */
		/* .picScroll-left .hd .prevStop{ background-position:-60px 0; } */
		/* .picScroll-left .hd .nextStop{ background-position:-60px -50px; } */
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(../img/2013CA_RL_Index_icoCircle1.gif) 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{ padding:10px;}
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 9px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:369px; height:133px; display:block;  padding:2px; border:1px solid #ccc; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;}
		/* .picScroll-left .bd ul li .title{ line-height:24px;   } */