@charset 'utf-8';
/* @font-face{
    font-family: 'HLTP';
    font-weight: normal;
    font-style: normal;

    src: url('../font/HelveticaNeueLTPro-Lt.otf');
} */
*{
	font-family: "微软雅黑";
}
/*
 * 手机banner
 */
.nysj_banner{
	display: none;
}
/*
 * f1
 */
.j_f1_box1{
	position: relative;
	width: 100%;
	margin-top: 75px;
}
@media screen and (max-width: 767px){
	.j_f1_box1{
		margin-top: 35px;
	}
}
.j_f1b1_bg{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
.j_f1c1_mc{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0261a6;
	opacity: 0.93;
	z-index: 12;
}
.j_f1c1_text{
	position: relative;
	padding: 80px 0px;
	z-index: 13;
}
.j_f1_slick1{
	width: 62.5%;
	margin: 0 auto;
}
.f1_slick_box div{
	float: left;
}
.f1_slick_box .pic{
	width: 44.16%;
	overflow: hidden;
}
.f1_slick_box .pic img{
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.f1_slick_box .pic:hover img{
	transform: scale(1.2);
}
.f1_slick_box .text{
	width: calc(100% - 44.16% - 65px);
	margin-left: 65px;
}
.f1_slick_box .text h1{
	font-size: 26px;
	line-height: 28px;
	color: #fff;	
}
.f1_slick_box .text h2{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	/* font-family: 'HLTP'; */
	margin: 25px 0px 18px;
}
.f1_slick_box .text p{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.f1_slick_box .text span{
	display: inline-block;
	width: 135px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	color: #0261a6;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	/*margin-top: 50px;*/
}
.f1_slick_box .p_box{
	height: 168px;
	overflow: hidden;
}
.f1_slick_box .text span:hover{
	background: #03518c;
	color: #fff;
}
.j_f1_sl1l{
	position: absolute;
	top: 50%;
	left: 14%;	
	transform: translateY(-50%);
	cursor: pointer;
}
.j_f1_sl1r{
	position: absolute;
	top: 50%;
	right: 14%;
	transform: translateY(-50%);
	cursor: pointer;
}
.j_f1_sl1r .hovershow,
.j_f1_sl1l  .hovershow{
	display: none;
}
.j_f1_sl1r:hover .hovershow{
	display: inline;
}
.j_f1_sl1r:hover .hoveryin{
	display: none;
}
.j_f1_sl1l:hover .hovershow{
	display: inline;
}
.j_f1_sl1l:hover .hoveryin{
	display: none;
}
.j_f1_con2{
	margin-top: 80px;
	margin-bottom: 40px;
}
.j_f1_nr{
	margin-bottom: 30px;
}
.j_f1_con2 .con{
	padding: 30px 0px;
	border-top: 1px solid #e1e1e1;
}
.j_f1_con2 .have_pic .j_f1c2pic{
	float: left;
	width: 290px;
	overflow: hidden;
}
.j_f1_con2 .have_pic .j_f1c2pic img{
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.j_f1_con2 .have_pic .j_f1c2pic:hover img{
	transform: scale(1.2);
}
.j_f1_con2 .no_pic .j_f1c2pic{
	display: none;
}
.j_f1_con2 .no_pic .j_f1c2text{
	position: relative;
	width: 100%;
	height: 200px;
}
.j_f1_con2 .have_pic .j_f1c2text{
	position: relative;
	float: left;
	margin-left: 25px;
	width: calc(100% - 315px);
	height: 200px;
}
.j_f1c2text h1{
	font-size: 24px;
	line-height: 24px;
	color: #666666;
	max-height: 48px;
	overflow: hidden;
}
.j_f1c2text h2{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin: 20px 0px;
}
.j_f1c2text p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	height: 48px;
	overflow: hidden;
}
.j_f1c2text span{
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #999;
	text-align: center;
	font-size: 14px;
	border-radius: 20px;
}
.j_f1c2text span:hover{
	background: #0261a6;
}
.con:hover .j_f1c2text h1{
	color: #0261a6;
}
/*
 * b2
 */
.j_b2_box1{
	position: relative;
	margin-top: 60px;
	margin-bottom: 85px;
}
@media screen and (max-width:767px) {
	.j_b2_box1{
		margin-top: 35px;
	}
}
.j_b2_box1 .b2_con{
	width: 50%;
	padding-top: 42px;
}
.j_b2_box1 .b2_con .time{
	display: inline-block;
	width: 180px;	
	background: #0070c4;
	color: #ffffff;
	text-align: center;
	/* font-family: HLTP; */
	font-size: 38px;
	line-height: 112px;
}
.j_b2_box1 .b2_con .b2c_text_box{
	display: inline-block;
	width: calc(100% - 180px);
	height: 112px;
	background: #ffffff;
	line-height: 112px;
	text-align: center;
	overflow: hidden;
} 
.b2c_text_box .b2c_text{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	color: #666666;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 10px;
}
.j_b2_box1 .b2_con:nth-child(odd){
	position: relative;
	float: left;
	padding-right: 90px;
	border-right: 1px solid #e5e5e5;
}
.j_b2_box1 .b2_con:nth-child(odd) img{
	position: absolute;
	right: -14px;
	top: 42px;
	z-index: 13;
}
.j_b2_box1 .b2_con:nth-child(odd) .b2c_text_box{
	float: right;
}
.j_b2_box1 .b2_con:nth-child(odd):after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	right:65px;
	top:50px;
	transform: translateY(-50%);
	border-top:3px solid transparent;
	border-left:25px solid white;     /* 白色小三角形 */
	border-bottom:3px solid transparent;
	z-index: 15;
}
.j_b2_box1 .b2_con:nth-child(even){
	position: relative;
	float: right;
	padding-left: 90px;
	border-left: 1px solid #e5e5e5;
}
.j_b2_box1 .b2_con:nth-child(even) img{
	position: absolute;
	left: -14px;
	top: 42px;
}
.j_b2_box1 .b2_con:nth-child(even) .b2c_text_box{
	float: left;
}
.j_b2_box1 .b2_con:nth-child(even):after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	left:65px;
	top:50px;
	transform: translateY(-50%);
	border-top:3px solid transparent;
	border-right:25px solid white;     /* 白色小三角形 */
	border-bottom:3px solid transparent;
	z-index: 15;
}
.j_b2_box1 .b2_con:first-child{
	padding-top: 55px;
}
.j_b2_box1 .b2_con:first-child img{
	top: 55px;
}
.j_b2_box1 .b2_con:nth-child(1):after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	right:65px;
	top:62px;
	transform: translateY(-50%);
	border-top:3px solid transparent;
	border-left:25px solid white;     /* 白色小三角形 */
	border-bottom:3px solid transparent;
	z-index: 15;
}
.j_b2_box1 .b2_con:nth-child(2){
	padding-top: 132px;
}
.j_b2_box1 .b2_con:nth-child(2) img{
	top: 132px;
}
.j_b2_box1 .b2_con:nth-child(2):after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	right:65px;
	top:140px;
	transform: translateY(-50%);
	border-top:3px solid transparent;
	border-right:25px solid white;     /* 白色小三角形 */
	border-bottom:3px solid transparent;
	z-index: 15;
}
/*
 * c2
 */
.con_box{
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.con_box p > img{
	max-width: 100%;
}
.con_box h1{
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin: 72px auto;
	text-align: center;
}
.con_box div{
	margin-bottom: 40px;
}
.con_box div img{
	width: 100%;
}
.con_box div p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.j_c2_con1 .return{
	float: right;
	width: 100px;
	margin-top: 25px;
}
.j_c2_con1 .return div{
	float: left;
}
.j_c2_con1 .return div img{
	width: 19px;
	margin-top: 5px;
}
.j_c2_con1 .return .text{
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 32px;
}
.j_c2_con1 .return:hover .text{
	color: #0261a6;
}
.j_c2_con2 h1{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin: 85px 0px;
}
.j_c2_con3{
	position: relative;
	width: 73%;
	margin: 0 auto 90px;
}
.j_c2_slickl{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100%;
	cursor: pointer;
}
.j_c2_slickl img,
.j_c2_slickr img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.j_c2_slickr{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 100%;
	cursor: pointer;
}
.j_c2_slickr img{
	float: right;
}
.j_c2_slick{
	width: calc(100% - 200px);
	margin: 0 auto;
}
.j_c2_slickbox{
	position: relative;
	width: 32%;
	background: #ffffff;
	padding-bottom: 40px;
	margin: 0px 8px;
	overflow: hidden;
}
.j_c2_slickbox div{
	width: 300px;
	height: 200px;
	margin:50px auto;
	position: relative;
	/*overflow: hidden;*/
}
.j_c2_slickbox .f_pic{
	display: none;
}
.j_c2_slickbox .c2_pic{
	width: 100%;
	transition: all 1s;
}
.j_c2_slickbox:hover .c2_pic{
	transform: scale(1.2);
}
.j_c2_slickbox h1{
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	padding: 0px 10px;
	background: #ffffff;
}
.j_c2_slickbox h1:after{
	content: "";
	display: block;
	width: 54px;
	height: 1px;
	background: #a1c2db;
	margin: 25px auto 0px;
}
.j_c2_slickbox .read_more{
	display: block;
	width: 130px;
	height: 40px;
	background: #0261a6;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	color: #ffffff;
	margin: 40px auto 0px;
}
/*
 * e2
 */
.j_e2_con1 .d-fenye{
	padding: 55px 0px 0px;
}
.j_e2_box1{
	margin-top: 75px;
}
.e2_neir{
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
}
.neir_show{
	position: relative;
	padding: 22px 30px;
	background: #ffffff;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.neirs_picb{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	float: left;
}
.neirs_picb .bai{
	display: none;
}
.neirs_picb img{
	position: relative;
	top: 50%;
	display: block;
	width: 56px;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.neir_show p{
	position: relative;
	display: block;
	width: 43%;
	min-height: 56px;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	text-align: center;
	margin: 0 auto;
	padding: 16px 0px; 
	vertical-align: middle;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.neirs_jtb{
	position: absolute;
	height: 100%;
	top: 0px;
	right: 30px;
}
.neirs_jtb img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 36px;
}
.neirs_jtb .j_shang,
.neirs_jtb .j_xia-w{
	display: none;
}
.neir_yin{
	display: none;
	position: relative;
	padding: 5px 30px;
	background: #fff;
}
.neir_yin .neiry_picb{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	float: left;
}
.neiry_picb img{
	position: relative;
	top: 50%;
	display: block;
	width: 56px;
}
.neir_yin p{
	position: relative;
	display: block;
	width: 43%;
	min-height: 56px;
	font-size: 14px;
	line-height: 24px;
	color: #0261a6;
	text-align: center;
	margin: 0 auto;
	padding: 16px 0px; 
}
.e2_neir:hover .neir_show{
	background: #0261a6;
}
.e2_neir:hover .neirs_picb .hui{
	display: none;
}
.e2_neir:hover .neirs_picb .bai,
.e2_neir:hover .neirs_jtb .j_xia-w{
	display: block;
}
.e2_neir:hover .neirs_jtb .j_xia{
	display: none;
}
.e2_neir:hover .neir_show p{
	color: #fff;
}
.e2_act .neir_show{
	background: #0261a6;
}
.e2_act .neirs_picb .hui{
	display: none;
}
.e2_act .neirs_picb .bai{
	display: inline-block;
}
.e2_act .neirs_jtb .j_xia,
.e2_act:hover .neirs_jtb .j_xia-w{
	display: none;
}
.e2_act .neirs_jtb .j_shang{
	display: block;
}
.e2_act .neir_show p{
	color: #fff;
}
/*
 * 媒体查询
 */
@media only screen and (max-width:1199px ) {
	/*
	 * b2
	 */
	.j_b2_box1 .b2_con .time{
		width: 155px;
	}
	.j_b2_box1 .b2_con .b2c_text_box{
		width: calc(100% - 155px);
	}
	/*
	 * e2
	 */
	.neir_yin p,
	.neir_show p{
		width: 60%;
	}
}
@media only screen and (max-width:991px ) {
	/*
	 * b2
	 */
	.f1_slick_box .pic,
	.f1_slick_box .text{
		width: 100%;
		margin-left: 0px;
	}
	.f1_slick_box .text {
	    position: relative;
	    height: 365px;
	    margin-top: 30px;
	}
	.j_b2_box1 .b2_con .time{
		width: 140px;
	}
	.j_b2_box1 .b2_con .b2c_text_box{
		width: calc(100% - 140px);
	}
	.j_b2_box1 .b2_con:nth-child(odd){
		padding-right: 70px;
	}
	.j_b2_box1 .b2_con:nth-child(even){
		padding-left: 70px;
	}
	.j_b2_box1 .b2_con:nth-child(odd):after,
	.j_b2_box1 .b2_con:nth-child(1):after{
		right: 45px;
	}
	.j_b2_box1 .b2_con:nth-child(2):after,
	.j_b2_box1 .b2_con:nth-child(even):after{
		left: 45px;
	}
	/*
	 * c2
	 */
	.j_c2_con3{
		width: 85%;
	}
}
@media only screen and (max-width:767px ) {
	/*
	 * 手机banner
	 */
	.d-banner-zi,
	.d-nybanner-meng,
	.d-nybanner img{
		display: none;
	}
	.d-nybanner .nysj_banner{
		display: block;
		width: 100%;
		min-width: 100%;
		height: auto;
		position: static;
		transform: translateX(0);
	}
	/*
	 * f1
	 */
	.j_f1_con2 .have_pic .j_f1c2pic,
	.j_f1_con2 .have_pic .j_f1c2text,
	.j_f1_con2 .no_pic .j_f1c2text{
		width: 100%;
		height: auto;
		margin-left: 0px;
	}
	.j_f1_con2 .have_pic .j_f1c2pic{
		margin-bottom: 30px;
	}
	.j_f1c2text span{
		position: static;
		margin-top: 30px;
	}
	.j_f1_slick1{
		width: 100%;
		padding: 0px 15px;
	}
	.f1_slick_box .pic,
	.f1_slick_box .text{
		width: 100%;
		margin-left: 0px;
	}
	.f1_slick_box .text{
		position: relative;
		height: 365px;
		margin-top: 30px;
	}
	.j_f1_sl1r,
	.j_f1_sl1l{
		display: none;
	}
	.slick-dots{
		width: 100%;
		left: 0px;
		bottom: -48px;
	}
	/*
	 * b2
	 */
	.j_b2_box1 .b2_con:nth-child(odd),
	.j_b2_box1 .b2_con:nth-child(even){
		width: 100%;
		padding: 0px;
		border: 0px;
		margin-bottom: 26px;
	}
	.j_b2_box1 .b2_con .b2_yuan{
		display: none;
	}
	.j_b2_box1 .b2_con:nth-child(odd):after, 
	.j_b2_box1 .b2_con:nth-child(1):after,
	.j_b2_box1 .b2_con:nth-child(even):after, 
	.j_b2_box1 .b2_con:nth-child(2):after{
		display: none;
	}
	/*
	 * c2
	 */
	.j_c2_slickl,
	.j_c2_slickr{
		display: none;
	}
	.j_c2_slick,
	.j_c2_con3{
		width: 100%;
	}
	.con_box div{
		margin-bottom: 26px;
	}
	.con_box h1,
	.j_c2_con2 h1{
		margin: 36px auto;
	}
	/*
	 * e2
	 */
	.neir_show{
		padding: 22px 15px;	
	}
	.neirs_jtb{
		right: 15px;
	}
	.neir_yin{
		padding: 5px 15px;
	}
	.neirs_picb img,
	.neiry_picb img{
		width: 44px;
	}
	.neirs_jtb img{
		width: 26px;
	}
	.j_e2_box1{
		margin-top: 36px;
	}
	.j_e2_con1 .d-fenye{
		padding: 36px 0px 0px;
	}
}