@charset "utf-8";
/* CSS Global style */

*{margin: 0;padding: 0;}
body{font-size:14px; font-family:"微软雅黑";color:#333;}
ul,li{ list-style:none;}
a{curosr: pointer; text-decoration: none;}
a:link,a:visited{color:#333;}
a:hover{cursor: pointer;}
input{outline:0;resize:none;}
img{border:none; margin:0;padding:0;}
.left{
	float: left;
}
.right{
	float: right;
}	
.clear{
	clear: both;
}	
.hidden{
	display: none;
}	

.hover{
	color: #1149A7;
}


#wrap{
}	

/*main css*/
#main_bg{
		padding-bottom: 5px;
		background-color: #ffffff;
		position: relative;
		width:1200px;
		margin:0 auto;
}

#main{
	width:1200px;
	margin:0 auto;
}

.box_1{
}
.box_1_bg{
}

.switch{
	width:694px;
	height:417px;
	float: left;
	border: solid 1px #d1d1d1;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #ffffff;
}
.box_nav{
	height:417px;
	width:1200px;
	padding:20px 0;
	overflow: hidden;
	margin: 0 auto;
}

.box_nav_right{
	width:493px;
	height:417px;
	float: right;
	overflow: hidden;
	margin-left: 10px;
}
.imp_news{
	width:493px;
	height: 417px;
	border: 1px solid #dcdcdc; 
	box-sizing: border-box;
	background-color: #ffffff;
}

.temp_title_bar{
	height: 40px;
	width:100%;
	box-sizing: border-box;
}

.imp_news_title{
	text-align: center;	
	color: #585858;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}
.news_switch_btn{
		width:100px;
}

.icon_hover_wc{
	color: #1149A7;
}
.currently{
	color: #1149A7!important;
	border-radius: 1px;
	z-index: 9;
	box-sizing:border-box;
	font-weight: bold;
	background-color: #ffffff;
	border-bottom: 1px solid #3988D2;
}
.blc_display{
	height: 380px;
	width: 100%;
	display: none;
}
.show{
	display: block;
}



/* .titleB{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #2473B9;
	cursor: pointer;
	font-weight: bold;
} */



.checkmore img{
	margin:10px 5px; 
}

.temp_title_bar li a img{
	margin-top: 10px;
}
.temp_title_bar li a img:hover,.checkmore img:hover{
	border: 1px dashed #ff5e5e;
	box-sizing: border-box;
	border-radius: 10px;
}

/* .titleSwit{
	width:110px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
.titleSwit:hover{
	color: #2473B9;
} */





.imp_news_list{
	height: 340px;
	width: 100%;
	overflow: hidden;
}
.imp_news_list ul{
	margin-top: 10px;
}
.imp_news_list li{
	height: 35px;
	line-height: 35px;
	padding:0 5px;
	clear: both;
	list-style: circle!important;
}
.imp_news_list li a {
	color: #1f1f1f!important;
	font-size: 15px;
	font-family: SimSun,"宋体";
}
.imp_news_list li a:HOVER{
	color: #3988D2;
}
.imp_news_list li span{
	display: inline-block;
}

.imp_tit{
	width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.imp_tit:HOVER{
	text-decoration: underline!important;
}
.tit_time{
	font-size: 14px;
	color: #666666;
}

.li_more{
	height: 35px;
	line-height: 35px;
}
.li_more span{
	width: 70px;
	font-family: SimSun;
	font-size: 15px;
	color: #747474;
}
.li_more a:hover{
	text-decoration: underline;
	color: red;
}


.banner_2{
	width: 1200px;
	height: 460px;
	margin:0 auto;
	background: url("../images/bg_rew_pic.jpg") no-repeat;
	padding-top: 20px;
	margin-bottom: 20px;
}
.review_title_bar{
	height: 45px;
	line-height: 45px;
	width: 620px;
	margin: 0 auto;
	text-align: center;
}
.review_title{
	width: 480px;
	font-size: 32px;
	color: #ffffff;
	font-family: PingFang SC;
	font-weight: 800;
	text-align: center;
	margin: 0 auto;
}
.rev_line{
	width: 65px;
	height: 1px;
	background: #FFFFFF;
	margin-top: 22px;
}

.b2_rev_title{
	width:100%;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
}
.review_detail{
	height: 350px;
	width: 742px;
	margin: 20px auto;
	position: relative;
	
}

.review_detail img{
	height: 350px;
	border-radius: 10px;
	cursor: pointer;
}

.dyn_ani{
	height: 100%;
	width: 100%;
	position: absolute;
	transition-property: transform;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.descri_txt{
	background: rgba(0, 160, 233, 0.8);
    position: absolute;
    left: 0px;
    top: 100%;
    width:100%;
    height:55px;
    color: white;
    transition: 0.5s;

}
.dyn_ani:hover .descri_txt{
	top:300px;
	transition: 0.5s;
}

















.rev_btn{
	float: left;
	width: 30px;
	height: 30px;
	margin: 150px 10px;
	cursor: pointer;
}
.rev_btn:hover{
	border: 1px solid #f5f5f5; 
	box-sizing: border-box;
}
.rev_left{
	background: url("../images/icon_left.png") no-repeat;
	background-size: 100% 100%;
}
.rev_right{
	background: url("../images/icon_right.png") no-repeat;
	background-size: 100% 100%;
}

.slider_box{
	overflow: hidden;
}
.slider_area{
	width: 1100px;
	height: 370px;
	float: left;
}

.rev_block{
	width: 260px;
	height:350px; 
}
.rev_block .square{
	width: 44px;
	height: 44px;
	opacity: 0.89;
	position: absolute;
	top:0;
	left:0;
}
.rev_1 .square{
	background-color: #1f5494 ;
}
.rev_2 .square{
	background-color: #d39078;
}
.rev_3 .square{
	background-color: #de4fd9;
}
.rev_4 .square{
	background-color: #adab30;
}

.rev_block .rev_white_area{
	width: 235px;
	height: 325px;
	border: 1px solid #dcdcdc; 
	background-color: rgba(255,255,255,0.79);
	margin:22px 0 0 24px;
	box-sizing: border-box;
}
.rev_block .rev_icon{
	height: 140px;
	width: 140px;
	margin: 0 auto;
	margin-top:60px;
}
.rev_icon img{
	height: 140px;
	width: 140px;
}
.rev_block .rev_title{
	height: 45px;
	line-height:45px;
	width:auto;
	margin: 35px auto;
	color: #606060;
	font-size: 25px;
	font-family: PingFang SC;
}



.box_intro{
	width: 1200px;
	height:490px;
	margin: 30px auto;
}
.into_content{
	width: 540px;
	height: 370px;
}
.intro_pic{
	width:600px;
	height: 405px;
	overflow: hidden;
	background: url("../images/bg_intro_pic_1.jpg") no-repeat;
	background-size: 100% 100%;
}
.intro_pic img{
	width:597px;
	height: 428px;
}
.into_title_bar{
	height: 75px;
	width:300px;
	text-align: center;
	margin: 20px auto;
}
.into_title_bar .intro_line{
	width: 40px;
	height: 1px;
	background-color: #BBBBBB;
	float: left;
	margin-top: 25px;
}
.into_title_bar .intro_line_l{
	margin-left: 30px;
}
.into_title_bar .into_tit{
	float: left;
	width:160px;
	text-align: center;
}
.into_title_cn{
	height:35px;
	line-height:35px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #1857A4;
	
}
.into_title_en{
	color: #99999a;
}
.into_detail{
	height: 373px;
	overflow: hidden;
}
.into_detail p{
	text-indent: 2em;
	line-height: 2em;
	font-size: 13px;
	color: #666666;
}
.intro_more{
	color: #666666;
	height: 35px;
	width: 120px;
	border: 1px solid #dcdcdc; 
	text-align: center;
	line-height: 35px;
	font-size: 12px;
}
.intro_more:hover{
	border-color:#333333;
	transition:0.5s;
}
.intro_more:hover a{
	color: #000000;
}
.intro_more a{
	color: #666666;
}
.intro_more a:hover{
	text-decoration: none;
}





.quick_link{
	height: 80px;
	width: 1200px;
	margin: 10px auto;
	border: 1px solid #dcdcdc;
}
.quick_link_title{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	padding:0 10px;
}
.quick_link .q_l{
	float: left;
	line-height: 30px;
	padding: 0 10px;
	border: 1px solid #dcdcdc;
	margin:5px 10px;
}
.quick_link .q_l:hover{
	background-color: rgba(0,166,233,0.6);
}
.quick_link .q_l:hover a{
	color: #ffffff;
}





.box_9{
	width: 100%;
	position: relative;
}
.back_top{
	position:fixed;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-34+"px");
	bottom:150px;
	right:15px;
	width:40px;
	zoom:1;
	z-index: 99;
}

.back_top a{
	display: block;
	width: 40px;
	height: 40px;
	background:url("../image/icon_top.png") no-repeat; 
	background-size: 40px 40px;
	opacity: 0.7;
}

.back_top a:HOVER{
	opacity: 1;
}



.active{
	color: blue;
	border-bottom: 2px solid red;
}

/* 浮动窗口 */
.floatWidnow{
	width:200px;
	height:80px;
	text-align: right; 
	position: absolute; 
	z-index: 999; 
	left: 0; 
	top: 0;
	border: 1px solid #dcdcdc; 
	text-align: center;
}
.floatWidnow a{
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	color: #000000;
}


