*{
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}
html,body{
	min-width: 1340px;
	width: 100%;
}
div{
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
}
.head{
	width: 100%;
	height: 241px;
	min-width: 1200px;
	background: url(../img/head_bg.jpg) top right;
}
.head_msg{
	width: 100%;
	height: 55px;
	min-width: 1200px;
	border-bottom: 0px solid #e3dfe1;
	background-color: rgba(0,0,0,0);
}
.head_msg_center{
	width: 1200px;
	height: 55px;
	margin: 0 auto;
	padding-top: 16px;
	color: #666;
}
.today{ 
	float: left;
        padding-left:10px;
        color:#fff;

}
.head_nav{
	margin-left: 300px;
	float: right;
}
.head_nav a{
	color:#fff
}
.cn,.en{ 
	color: #930d14;
	font-weight: 600;
	margin-left: 20px;
}
.cn a,.en a{ 
	color: #930d14;
}
.logo_center{
	width: 1200px;
	height: 185px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0);
}
.logo_search{
	height: 125px;
}
.logo_search img{
	float: left;

}
.search{
	float: right;
	height: 38px;
	position: relative;
	width: 189px;
	margin-top: 20px;

}
.search input[type=text]{
	height: 36px;
	width: 150px;
	border: 1px solid #dddddd;
	line-height:38px; 
	display: inline-block;
	position: absolute;
}
.search input[type=button]{
	background-image: url(../img/search_btn.jpg);
	width: 37px;
	height: 36px;
	border:none;
	margin-top:10px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 150px;
}
.nav{
	width: 1200px;
	height: 62px;
}
.nav ul li{
	width: 150px;
	list-style: none;
	float: left;
	line-height: 60px;
	font-size: 18px;
	height: 62px;
	text-align: center;
}

.nav ul li ul{
	width: 150px;
	height: auto;
	position: absolute;
	z-index: 997;
	background-color: #fff;
}
.nav ul li:hover ul{
	z-index: 999;
}
.nav ul li:hover{
	background-color: #00144d;
}
.nav ul li ul{
	visibility: hidden;
}
.nav ul li ul li{
	height: 0px;
	width: 150px;
	transition:  height .4s;
	background-image: none;
	padding: 0px;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	color: #666666;
}

.nav ul li:hover ul{
	visibility: visible;
}

.ej_nav a{
	color:#666666;
}
.ej_nav:hover{
	background-color: #d6c3c4;
}

.yj_nav:hover ul li{
	height: 40px;
	background-image: none;
	padding:0px;
	color: #666666;
}
.yj_nav:hover ul li a{
	color:#666;
}
.yj_nav:hover>a{
	color: #fff;
}
.yj_nav:hover ul li:hover a{
	color: #fff;
}
.nav ul li img{
	margin-right: 20px;
}

/*yx_rotaion*/
.yx-rotaion{margin:0 auto;height:396px !important;}
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute;}
.yx-rotation-title{position:absolute;width:1200px;height:60px;line-height:60px;background:#000;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;left:90px;bottom:0;_bottom:-1px;z-index:1;}
.yx-rotation-t{color:#fff;font-size:20px;font-family:微软雅黑;z-index:2;bottom:0;left:120px;line-height:60px;text-decoration:none;}
.yx-rotation-focus span,.yx-rotaion-btn span{background:url(../images/ico.png) no-repeat;display:block;}
.yx-rotation-focus{height:60px;line-height:60px;right:120px;bottom:0;z-index:2;}
.yx-rotation-focus span{width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:25px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px;}
.yx-rotaion-btn{width:100%;height:41px;top:50%;margin-top:-20px;}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;position:relative;}
.yx-rotaion-btn .left_btn{background-position:-2px -2px;float:left;left:10px;}
.yx-rotaion-btn .right_btn{background-position:-2px -49px;float:right;right:10px;}
.yx-rotaion-btn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;}
.yx-rotation-focus span.hover{background-position:-10px -126px;}
.rotaion_list{width:0;height:0;overflow:hidden;}

/*hiSlider*/
li{
		    list-style: none;
		}
		li img{
		    display: block;
		    margin: 0 auto;
		}
.hiSlider{
		    overflow: hidden;
		    height: 387px;
		    width: 580px;
		    background: #eee;
		}
		.hiSlider-item{
		    float: left;
		}
.row.no-gutter {
            margin-left: -20px;
            margin-right: -20px;
        }

        .row.no-gutter > [class*='col-'] {
            padding-right: 20px;
            padding-left: 20px;
        }
.xydt{width:1200px;margin:0 auto;margin-top:30px;border-top:1px solid #ddd;text-align: center;padding-top:10px;}
.xydt_cn{font-family: 微软雅黑;font-size:20px;text-align: center}
.xydt_line{text-align: center;}
.news{
width:1200px;
height:285px;
margin:0 auto;
margin-top:20px;
}

.news_left
{
width:480px;float:left;
}
.news_right
{
	width:680px;float:right;
}

.focus_date{width:50px;height:50px;float:left;background:#93b8e3;text-align:center;color:#fff;}
.focus_text{width:300px;float:right}
.focus_date_day{font-size:20px;font-family: arial}
.focus_date_year{font-size:12px;font-family: arial}
.focus_text_title{font-size:16px;font-family: 微软雅黑;color:#000;line-height: 24px}
.focus_text_abstract{font-size:12px;line-height:20px;margin-top:10px;font-family: 微软雅黑;color:#666;text-align: justify;}
.news_date{float:right;color:#888;}
.news_head_title{font-family: 微软雅黑;color:#333;text-align: center;}
.news_head_abstract{font-size:14px;margin-top:20px;font-family: 微软雅黑;color:#666;line-height:24px;}
.news_list{}
.news_list ul li{height:40px;line-height: 40px;font-size:16px;}
.news_list1 ul li{height:30px;line-height: 30px;font-size:16px;}
.icon{color:#ccc;font-size:12px;}

.t{clear:both;width:100%;}
.t_left{float:left;width:300px;}
.t_right{float:right;width:60px;line-height:40px;text-align: right}
.t_right a{font-family:宋体;font-size:12px;}
.kycg_title{font-size:16px;font-family: 微软雅黑;color:#000;}
.kycg_abstract{font-size:14px;line-height:24px;margin-top:10px;font-family: 微软雅黑;color:#666;text-align: justify;}
.tab1{background:#ab212b;color:#fff;text-align: center;font-size:16px;font-family: 微软雅黑;height:30px;line-height: 30px;}
.tab2{background:#f06703;color:#fff;text-align: center;font-size:16px;font-family: 微软雅黑;height:30px;line-height: 30px;}
.copy{width:1200px;margin:0 auto;font-size:12px;text-align: center;height:40px;line-height: 40px;color:#d7d8d9;border-top:1px solid #4b5054;}
.copy1{width:1200px;margin:0 auto;}


.mid_img{
	width: 1200px;
	background-image: url(../img/mid_bg.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 40px;
        margin:0 auto;
	margin-top:20px;
}
.mid_center{
	width: 1080px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.mid_btn{
	height: 120px;
	width: 340px;
	border:0px solid #fff;
	float: left;
	display: inline-block;
	padding-top: 20px;
	background-color: rgba(0,0,0,.4);
}
.mid_btn p{
	
	color: #fff;
	font-size: 20px;
	font-family: "微软雅黑";
	text-align: center;
}
.mid_btn p:nth-child(2){
	font-size: 20px;
}
.mid_mid{
	margin: 0 30px;
}
.icon1{font-size:48px;color:#fff;}
.icon2{font-size:48px;color:#555;}

#a3{
width:1200px;
margin:0 auto;
height:auto;
margin-top:20px;}

#location{
widdth:100%;
height:40px;
border-bottom:1px solid #dddddd;}

#art_content{

widdth:100%;
margin-top:20px;
min-height:560px;height:auto !important;height:560px;}

#a4_wrap{
width:100%;
margin:0 auto;
height:420px;
margin-top:20px;
background:#f0f0f0;
padding:20px 0;}

#a4{
width:1200px;
margin:0 auto;
height:420px;}
#a4_left
{
width:790px;
float:left;}

#a4_right
{
width:360px;
float:right;}
#copy1{
width:1200px;
margin:0 auto;
background:#00154e;
color:#ffffff;
text-align:center;
padding:10px 0px;
clear:both;}
.v_news_content table{
margin:0 auto
}