
/* 基础样式 */
html,body{
    margin:0px;
	padding:0px;
	font-size:14px;
	line-height:26px;
	font-family:"微软雅黑";
}

h1,h2,h3,h4,h5,h6,a,p{
	margin:0;
	padding:0;
}
a{text-decoration:none;cursor:pointer;}
img{
	border:0;
}
ul,li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-width: thin;
}
.clear{
    clear:both;
	overflow:hidden;
}
.r{
	float:right;
}
.l{
	float:left;
}
/*nav*/
.nav_bg{
	position:fixed;
	width:100%;
	height:82px;
	box-sizing: border-box;
	background-color:#fff;
	border-bottom:4px solid #4183c4;	
	z-index:5;
}
.nav_box{
	width:1000px;
	height:80px;
	margin:0 auto;
	text-align:center;
}
.nav ul::after{
	display: block;
	content: none;
	clear:both;
	
}
.nav li{
	height:80px;
	float:left;
	text-align:center;
}
.nav li a{
	display:block;
	color:#2d2d2d;
	font-size:16px;
	letter-spacing: 3px;
	width:100px;
	line-height: 76px;
}
.nav li:hover,.nav .active{
	background-color: #ef5e69;
}
.nav li:hover a,.nav .active a{
	text-decoration:none;
	color:#fff;
}
p{
	text-indent: 2em;
}
/*banner*/
.banner{
	width:100%;
	height:461px;
	margin:auto;
	background: url(../images/banner.jpg) no-repeat center 0px #2b7ac9;
	}
.banner>.banner_box	{
	position: relative;
	width:1000px;
	height:461px;
}
.banner>.banner_box img{
	position: absolute;
	left:0;
	bottom:2%;
	z-index: 4;
	animation: tiao 3s;
}
@keyframes tiao{
	0%{
		opacity: 0;
		bottom:50px;
	}
	70%{
	opacity: 1;
	}
	100%{
		bottom: 0;
	}
}
/*main*/
.main{
	width:100%;
	height:660px;
	margin:auto;
	background: url(../images/one_bg.jpg) no-repeat;
	background-attachment: fixed;
}
.main .zc{
	width:1000px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom: 20px;
	box-sizing: border-box;
	background: url(../images/one_box.jpg) no-repeat 0  60px;
	height:579px;
}
.zc>.l{
	width:700px;
	height:530px;
	text-align: center;
	
}
.zc>.r{
	width:280px;
	height:530px;
	text-align: center;
}
.zc>.l>img{
	margin-top:70px;
}
.zc>.r>img{
	margin-top:70px;
}

.zc .yin::after{
	content: "";
	position: absolute;
	display: block;
	width:145px;
	height:176px;
	background:url(../images/zc_zj.jpg) no-repeat;
	left:-6px;;
	top:-12px;
	z-index:1;
}
.yin{
	position: relative;
	width:155px;
	height:180px;
	background-color: rgba(242,106,117,.6);
	margin-top:20px;
}
.zc>.l:hover  .yin{
	background-color: rgba(81,144,201,.6);
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
.zc_text{
	text-align: left;	
	line-height:20px;
	font-size:14px;
	letter-spacing: 2px;
	background: #fff;
	padding:10px 12px;

}
.zc_text>a{
	color:#e4353c;font-weight: bolder;
}
.zc_text>a:hover{
	color:#e4353c;
	text-decoration: underline;
}
.right{
	text-align: right;
	letter-spacing: 0;
	line-height:26px;
	font-weight: bolder;
}
.program{
	width:241px;
	height:380px;
	background:url(
	../images/one_right.jpg) no-repeat 10px 16px;
	position:relative;
}
.program li{
	height:78px;
	line-height:78px;
}
.program li:nth-child(1){
	padding-top:26px;
}
.program li>a{
	font-size:20px;
	color:#000;
	letter-spacing: 1px;
	margin-left:-13px;
	margin-top:1px;
}
.program li .icon{
	display: inline-block;
	width:8px;
	height:8px;
	border-radius:6px;
	margin:0 30px 6px 0px;
	
}
.program li .active_c,.program li:hover .icon{
	background: #e60012;
}
.program li:hover>a{
	color:#e60012;
	text-decoration:underline;
}
.program .progr_list{
	display: block;
	width:180px;
	height:48px;
	background: #0676ce;
	margin-left:52px;
	border-radius: 8px;
	color:#fff;
	font-size:20px;
	line-height:48px;
	letter-spacing: 3px;
	padding-left:28px;
	box-sizing: border-box;
	position: relative;
}
.progr_list>span{
	display: inline-block;
	width:30px;
	height:48px;
  background:url(../images/icon_s.png) no-repeat 0 7px;
	position: absolute;
	left:20px;
	transition:all .5s;
}
.program .progr_list:hover{
	color:#C4070B;
}
.progr_list:hover>span{
	background-position: 1px 2px;
}

.body_topbg{
	
	width:100%;
	height:87px;
	margin-bottom:30px;
	position: relative;
		margin-top:70px;
}
.two_bg{
	position:absolute;
	background-color:#daeafa;
	width:100%;
	z-index: -1;
	height:600px;
	top:36px;
}
.four_bg{
	position:absolute;
	background-color:#f7e7e8;
	width:100%;
	z-index: -1;
	height:360px;
	top:36px;
}
.body_title_box{
	position: relative;
	width:1000px;
	margin:auto;
	height:87px;
}
.red{	
	background: url(../images/title_r.png) no-repeat 51px 0;
}
.blue{	
	background: url(../images/title_b.png) no-repeat 51px 0;
}
.body_title_box h3{
	line-height:97px;
	font-size:38px;
	text-align: center;
	letter-spacing: 4px;
	font-family:'pf';
	color:#fff;
	position: relative;
}
@font-face{
  font-family:'pf';
  src:url('PingFang Regular.ttf');
}
.body_title_box h3::after{
	content: "";
	display: block;
	width:56px;
	height:61px;
	background: url(../images/title_icon.png) no-repeat;
    position: absolute;
	left:36%;
	top:18%;
}
.blue1 h3::after{ 
	left:32%;
}
.body_title_box .icon2::after{
	width:63px;
	background-position:-56px 0;
	left:35%;
}
.body_title_box .icon3::after{
	width:64px;
	background-position:-119px 0;
	left:35%;
}
.body_title_box .icon4::after{
	width:63px;
	background-position:-183px 0;
	left:35%;
}
.body_title_box .icon5::after{
	width:63px;
	background-position:-249px 0;
	left:35.5%;
}

.wz_qh{
	width:1000px;
	height:760px;
	overflow: hidden;
	position: relative;
	/*margin-top:-30px;*/
}
.wz_qh ul{
	width:5000px;
	height:100%;
	position: absolute;
}
.wz_qh ul li{
	float:left;
}
.xxt{
	position: absolute;
	width:100px;
	height:26px;
	z-index:4;
}
.xxt span{
	display:inline-block;
	width:20px;
	height:16px;
	line-height: 16px;
	background:;
	border:1px solid #e4393c;
	border-radius: 3px;
	color:#256eb6;
	cursor: pointer;
	
}

.body_text{
	width:1000px;
	margin:auto;
	height:250px;
	border-bottom:1px dashed #1c5491;
	overflow: hidden;
}

.last-child .body_text_r p{
	padding-left:10px;
}
.main_body .hqwz{
	position: absolute;
	font-size:16px;
	padding-left:10px;
}
.main_body .hqsp{
	width:1000px;
	margin:auto;
	font-size:16px;
	padding-left:10px;
}
.hqsp_box{
	width:1000px;
	margin:auto;
}
.hqsp_box h2{
	text-align: center;
	margin-top:20px;
	margin-bottom:30px;
}
.hqsp_box video{
	margin-left:10px;
}
.hqsp_box .hqsp_1_box{
	padding-top:10px;
	width:1000px;
	height:466px;
	margin: auto;
	background: -webkit-linear-gradient(top,#f5bad2, #f9e4ec);
}
.body_text_1{
	width:1000px;
	margin:auto;
	height:250px;
	/*border-bottom:1px dashed #1c5491;*/
}
.body_text{
	width:1000px;
	margin:auto;
	height:250px;
}
.body_text1{
	width:1000px;
	margin:auto;
	/*border-bottom:1px dashed #1c5491;*/
}
.body_text_l{
	padding-top:30px;
	padding-left:10px;
}
.body_text_l>div{
	width:300px;
	height:198px;
	overflow: hidden;
	border:1px solid #ef5e69;
	padding:6px;
	box-sizing: border-box;
}
.body_text_l img{
	overflow: hidden;
	transition: all .05s;
	width:286px;
	box-sizing: border-box;
}
.body_text_l img:hover{
	border:1px dashed #eee;
	width:298px;
}
.body_text3_l{
	padding-top:30px;
}
.body_text3_l img{
	box-shadow: 2px 2px 5px #bfbfbf;
	-webkit-box-shadow: 2px 2px 5px #bfbfbf;
}
.body_text3_l_box{
	width:400px;
	height:306px;
}
.body_text3_l_box .mp4{
	position: relative;
	width:400px;
	height:280px;
}

.mp4_1_box {
	padding-left:16px;
	height:306px;
}
.mp4_2,.mp4_3{
	position: relative;
	height:126px;
	width:248px;
}
.mp4_2 video{
	position: absolute;
	
}
.mp4_3 video{
	position: absolute;
}
.body_text3_r{
	margin-top:30px;
	padding-top:10px;	
	width:300px;
	background:#f0f0f0;
}
.body_text_r{
	margin-top:30px;	
	width:660px;
}
.body_text_1{
	margin-top:30px;
	padding-top:20px;
	padding-left:10px;
	width:1000px;
	background:#f0f0f0;
	text-align:center;
}
.body_text_1 h1,.body_text_2 h1{
	margin:auto;
	padding-bottom:6px;
	font-size:26px;
	font-family: "微软雅黑";
	line-height:36px;
	width:800px;
}
.body_text_r h1,.body_text3_r h1{
	width:650px;
	padding:8px 10px 4px 10px;
	background: #f7d0d3;
	font-size:18px;
	font-family: "微软雅黑";
	font-weight: normal;
	color:#f60518;
	text-align: left;
}
.body_text3_r h1{
	padding-left:6px;
}
.body_text_1 p{
	width:950px;
	margin:auto;
	text-align:left;
	padding-bottom:6px;
	font-size:16px;
	font-family: "微软雅黑";
}
.body_text3_r p{
	padding-left:6px;
	padding-right:6px;
}
.body_text_r p{
	line-height: 28px;
	text-indent: 2em;
	text-align: left;
}
.lunbo_box{
	width:1000px;
	margin:0 auto;
}
.lunbo{
	width:390px;
	height:340px;
	overflow:hidden;
}
.lunbo_right{
	width:580px;
	padding:10px 8px;
	box-sizing: border-box;
}
.lunbo_right li{
	height:110px;
	border-bottom:2px solid #e64155;
}
.lunbo_right li:nth-child(3){
	border-bottom:1px solid #fff;
}
.lunbo_right h3{
	font-size:16px;
	color:#f60518;
}
.lunbo_right p{
	font-size:14px;
	line-height: 24px;
}
.lunbo_right a{
	color:#f60518;
}
#bottom{
	width:100%;
	height:90px;
	background: #f7e7e8;
	margin-top:60px;
}
#bottom .biaoshi{
	width:1000px;
	margin:auto;
	padding-top:22px;
	text-align: center;
} 

.lubbo{
			width:1000px;	
		    margin-left: auto;
		    margin-right: auto;
		}
.lubbo_nav li{
			list-style:none;
			width:40px;
			height:30px;
			text-align:center;
			line-height: 30px;
			float:right;
			font-size:14px;
			border:1px solid #ccc;
			cursor:pointer;
	}
.lubbo_nav{
			height:35px;
			width:218px;
			float: right;
			margin:0;
			display:flex;
			justify-content: space-between;
}
.pic{
			display:block;
		}
.act{
			color:#fff;
			background-color:#e4353c;
}
.pi>div{
	display:none;
}
.bian>.body_text{		
	width:1000px;
}
#reds>.body_text,#reds{
	display:block;
}
		
.bian{
		width:1000px;
		height:760px;
		overflow:hidden;
}
.screen_list{
   width:1000px;
   margin-left:auto;
   margin-right:auto;
   padding:20px 0;
}
.screen_list li{
   width:300px;
   height:296px;
   float:left;
   margin-left:50px; 
}
.screen_list li:first-child{
	 margin-left:0px; 
}
.screen_list li:hover{
   margin-top:3px;
}
.body_title_box h3.screen_title{
	text-align: left;
	font-size:20px;
	line-height:26px;
	padding-left:390px;
    padding-top:15px;
}
.blue1{
	background:url(../images/title_b1.png) no-repeat 51px 0;
}