@charset "utf-8";
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body,a,h1,h2,h3,h4,h5,h6, input, select, button, textarea {font-family:"Siyuan Yahei";}

body { line-height: 1.5 ;}
a { text-decoration: none }
a * { *cursor: pointer }
a:hover{color:#000;}
:focus { outline: none }

body,div,dl,dt,dd,ul,li,p,a,h3,h5,b,img，a:hover{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	border:none;
}
html, body { 
height: 100%; 
} 
body{
	font-size: 12px;
	line-height: 150%;
	font-family: "Siyuan Yahei";
}
.clear{
	float:none;
	clear:both;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
.cen{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.w1000{
	width:1120px;
	padding: 0px;
}
.w1200{
	width:1120px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}

.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.pl30{
	padding-left: 30px;
}
.mr10{
	margin-right:10px;}
.f12{
	font-size:12px;
}
.f14{
	font-size:14px;
}
.f18{
	font-size:18px;
}
.f20{
	font-size:14px;
}
.bk20{
	height:20px;
}
.bk30{
	height:30px;
}
.fw{
	font-weight:bold;
}
.top{
	height: 128px;
	overflow: hidden;
	background-color:#FFF;
	
}
.logo{
	margin-top: 40px;
	width: 500px;
	height: 80px;
	float: left;
}
.logo img{
	width:100%;
	height:auto;
}
.bar{
	width: 300px;
	float: right;
}
.search_all{height:30px;width:180px; margin-top:50px; float: right;background-size:100% 100%;    border: 1px solid #7b2e8b;
    border-radius: 15px;}

.search_all .btn{
	width:auto;
	box-shadow:none;
	height: 20px;
    float: right;
    display: block;
    background: url(../images/search.png) no-repeat;
    background-size: 70% 100%;
    margin: 5px 5px 0 0;}

.search_all .txt{height:30px;padding-left:0px;width:130px;float:right;border:0;background:none;color:#777;line-height:30px;font-size:10px;}

.top_nav{display:inline-block;height:30px; margin-top:10px; color:#5a1569;float:right;}

.top_nav li{padding:0 6px;float:right;height:22px;}

.top_nav li a,.index_r .top_nav li span{line-height:22px;color:#5a1569;  font-size: 14px;}
nav{
	width:100%;
	margin:0 auto;
	height:50px;
	line-height:50px;
	background-color:#7b2e8b;
}
nav li{
	width:140px;
	text-align:center;
	float:left;
	color:#FFF;
}
nav li a{
	display: block;
	color:#FFF;
	font-size:18px;
	font-family:"Siyuan Yahei-Light";
}
nav li a.on,nav li a:hover {
	background-color: #a66baf;
    color: #FFF;
	text-decoration: none;
}
nav li ul{
	position:absolute; 
	display:none;
	background-color:rgba(123,46,140,0.5);
	z-index: 99;
}
nav li ul li{
	margin-left: 0px;
	height: 38px;
	line-height: 38px;
	
}
nav li ul li a{
	color: #fff;
	background-color:rgba(123,46,140,0.5);
	font-size: 14px;
	background-image: url(../images/nav_dot.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	text-align: left;
	text-indent: 0px;
	padding-left: 35px;
}
nav li ul li a:hover{
    color: #fff;
	background-color: #a56bad;
		text-decoration: none;
}
nav ul li:hover ul{ display:block; }
nav li ul { 
    display: none ;
    z-index: 1000;
	background-color:#e6cbe2;
	overflow: hidden;

}
nav li ul li{
	height: 45px;
	line-height: 45px;
	margin-top: 0px;
	float: none;
}
nav li:hover ul { 
display: block; 
position: absolute; 
} 

.banner{
	overflow: hidden;
	__padding-top:0px;
	margin:auto;
}

.carousel-indicators {
	bottom: 1px;
}
.carousel-indicators li {
	width: 50px;
	height: 10px;
	background:#7b2e8b;
	background-size: cover;
	margin-left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	background:#fff;
	background-size: cover;
	margin-left:10px;
	border-radius: 50%;
	border: 1px solid #7b2e8b;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(123,46,140,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(123,46,140,.5) 0,rgba(0,0,0,.0001) 100%);
    /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(123,46,140,.5)),to(rgba(0,0,0,.0001))); */
    /* background-image: linear-gradient(to right,rgba(123,46,140,.5) 0,rgba(0,0,0,.0001) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b2e8c', endColorstr='#80000000', GradientType=1);
    /* background-repeat: repeat-x; */
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(123,46,140,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(123,46,140,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(123,46,140,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(123,46,140,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b2e8c', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
main{
	__border-top: solid 3px #591369;
}
section{
	margin-top: 60px;
}
.main_p{
	width: 550px;
	height: 320px;
	float: left;
}
.main_p img{
	width: 550px;
	height: 320px;
	border:1px solid #ddd;
	border-right:none;
}
.main_con{
	width: 570px;
	height: 320px;
	float: right;
	overflow: hidden;
	padding:30px;
	border:1px solid #ddd;
	border-left:none;
}
.main_tt{
	height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    padding-bottom: 10px;
	position:relative;
}
.main_tt a:before{
    border-left: 400px solid #7b2e8b;
    border-right: 400px solid #7b2e8b;
	width:100%;
	height:1px;
	display:inline-block;
	content:"";
	position: absolute;
    left: 0;
    top: 30px;
}
.main_tt a{
	color:7b2e8b;
}
.main_tt i{
	display:inline-block;
	border-left:1px solid #7b2e8b;
	height:40px;
	width:1px;
	transform:rotate(25deg);
	-ms-transform:rotate(25deg); 	/* IE 9 */
	-moz-transform:rotate(25deg); 	/* Firefox */
	-webkit-transform:rotate(25deg); /* Safari 和 Chrome */
	-o-transform:rotate(25deg);
	margin: 0px -5px -10px 5px;
}
.main_tt span{
	margin-left: 10px;
	font-size: 16px;
	color: #ffb716;
}
.index_p_tt{
	color: #7b2e8b; 
	font-size: 18px; 
	margin-bottom:10px;
}
.index_p_active{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #ddd;
}
.main_body{
	font-family: "Siyuan Yahei";
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
.active .main_body a{
	font-size: 16px;
	line-height: 28px;
}
.main_body_huodong a{
	font-size: 20px;
	line-height: 38px;
}
.news li{
	line-height:22px;
	color: #7b2e8b; 
	font-size: 16px;
	margin-bottom: 10px;
}
.news li a{
	font-size:18px;
	line-height:35px;
}
.date{
	padding-left:20px;
	font-weight: normal;
	background-image:url(../images/news_dot.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	color:#999;
	font-size:12px;
	float:right;
}
.description{
	font-size:14px;
	text-indent:20px;
	font-weight: normal;
	color: #7c787a;
	}
.video_m{
	height:50px;
	line-height:50px;
	font-size:30px;
	font-weight:bold;
	color:#565553;
	margin:50px 0;
}
.video_m span{
	font-size:18px;
	color:#f0a806;
	margin-left:20px;
	font-weight:normal;
	}
.video_list{
	height:320px;
	margin-top:25px;
}
.video_list li{
	width:520px;
	height: 350px;
	text-align:center;
	line-height:38px;
	font-size: 14px;
}
.video_list1 ul{
	display: block;
    overflow: hidden;
    position: relative;
    width: 20000%;
}
.video_list1 li{
	display:block;
	float:left;
	margin:10px;
}
.hzhb_fixed{width: 100%;position: relative;top: -130px;left: 0;}
.hzhb_fixed a{display: block;width: 25px;height: 50px;position: absolute;cursor: default; margin-top: -10px;background-size: cover!important; }
.hzhb_fixed a.prev{left: 0;background: url(./../images/index_icon05.png);}
.hzhb_fixed a.next{right: 0;background: url(./../images/index_icon06.png);}
.hzhb_fixed a.prev.on{left: 0;background: url(./../images/index_icon07.png);cursor:pointer;}
.hzhb_fixed a.next.on{right: 0;background: url(./../images/index_icon08.png);cursor:pointer;}
.video_list1 {width: 1000px;margin: auto;overflow: hidden;position: relative;margin-bottom:50px;}
.video_list1 ul li{margin: 0 15px;float:left;display:table;}
.video_list1 ul li a{width: 220px;border: 1px solid #f6f6f6;display: table-cell;vertical-align:middle;overflow: hidden; text-align: center;height: 150px;}
.video_list1 ul li a i{width: 80%;border: 1px solid #f6f6f6;display: block;margin:auto;margin-top:10px;}
.video_list1 ul li img{width: 80%;height: auto;transition: all 1.2s;}
.video_list1 ulli img:hover{transform: scale(1.2);}

.video_list li img{
	width: 100%;
	height: 100%;
}
.video_list li p{
	font-size:16px;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 520px;
    height: 350px;
}
.video_more{
	float:right;
	margin-right:10px;
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
}
footer{
	margin-top:30px;
	margin:0 auto;
}
.footer_con{
	height:200px;
	padding:50px 0;
	background-color:#7b2e8b;
	color:#FFF;
    box-sizing: content-box;
}
.footer_l{
	float:left;
	width:80%;
	height:82px;
	text-align:left;
}
.footer_r{
	float:right;
	width:20%;
	height:82px;
	text-align:right;
	}
.bot_logo{
	width:500px;
	float:left;
	margin-top:10px;
}
.bot_logo img{
	width:100%;
	height:auto;
}
.bot_cop{
width: 500px;
    height: 36px;
    float: left;
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    line-height: 20px;
}
.share{
	float:right;
	width:auto;
	margin-top:10px;
	line-height: 28px;
}
.erweima{
	float:right;
	width:140px;
	height:140px;
	margin-top:10px;
	margin-right:25px;

}
.footer_menu{
	overflow: hidden;
	margin-top:30px;
	margin-bottom: 40px;
}
.footer_menu_box{
	width:120px;
	margin-left:20px;
	margin-right: 20px;
	float:left;
}
.footer_menu_box h3{
	font-size:14px;
	text-align:center;
}
.footer_menu_box span{
	display: block;
	width: 120px;
	color:#808080;
	text-align:center;
}
.footer_menu li{
	width:100px;
	margin: 0 auto;
}
.footer_menu li a{
	font-size: 12px;
	color: #808080;
	line-height: 25px;
	background-image: url(../images/bot_menu_dot.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 20px;
}
.cat {
	float: left;
	width: 260px;
	margin-right:30px;
}
.cat li{
	height:70px;
	color:#7b2e8b;
	font-size:21px;
	font-family: "Siyuan Yahei";
	border:solid 1px #7b2e8b;
	text-align:left;
	margin-bottom:10px;
}
.cat li a{
    margin: 4px;
    height: 60px;
    width: 250px;
    color: #7b2e8b;
    display: block;
	line-height:60px;
	padding-left: 25px;
	overflow:hidden;
}
.cat li a i{
	display: inline-block;
    border-left: 1px solid #7b2e8b;
    height: 40px;
    width: 1px;
    transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    margin: 0px 0px -12px 5px;
}
.cat li a span{
	font-size:14px;
}
.cat li a.on{
	color:#fff;
	font-size:21px;
	font-family: "Siyuan Yahei";
	background-color:#7b2e8b;
	font-weight: normal;
    line-height: 60px;
}
.cat li a:hover{
	color:#fff;
	font-size:21px;
	font-family: "Siyuan Yahei";
	background-color:#7b2e8b;
	font-weight: normal;
    line-height: 60px;
}
.cat li a:hover>i{
	border-color:#fff;
}
.cat li .on>i{
	border-color:#fff;
}
.show{
	width:830px;
	float:right;
	padding:50px;
	border:1px solid #ddd;
	margin-bottom:50px;
	min-height:500px;
}
.show_jiabin{
	width:830px;
	float:right;
	margin-bottom:50px;
	min-height:500px;
}
.show dt{
	height:70px;
	line-height:70px;
	font-size:16px;
	font-weight: bold;
	color:#7b2e8b;
	border-bottom:solid 1px #ccc;
}
.show dd{
	font-size:14px;
	line-height:28px;
}
.active_list li{
	height: 195px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}
.active_p{
	width:260px;
	height:170px;
	float:left;
}
.active_p img{
	border:solid 1px #ccc;
	width:100%;
}
.active_con{
	width:440px;
	float:right;
	margin-left:20px;
}
.active_tt{
	font-size:18px;
	color:#7b2e8b;
	line-height:42px;
}
.active_info{
	line-height:22px;
	text-align:justify;
	font-size:14px;
}
.show_body{
	line-height: 35px;
	text-align: justify;
}
.show_body p, .show_body span{
	line-height: 30px !important;
	text-align: justify;
	font-size:14px !important;
}
.show_title,.videos_title{
	font-size:22px;
	color:#7b2e8b;
	text-align:center;
	font-weight:bold;
	line-height:48px;
}
.show_info{
	margin-top: 10px;
    margin-bottom: 50px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.videos_m{
	height:32px;
	line-height:32px;
}
.videos_ml{
	width:20%;
	float:left;
	background-color:#000;
	color:#FFF;
	text-align:center;
	font-size:21px;
	font-weight: bold;
	font-family: "Siyuan Yahei";
	background-color:#7b2e8b;
}
.videos_mr{
	float:right;
	width:75%;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#7b2e8b;
	border-bottom:solid 1px #ccc;
}
.videos_list li{
	width: 222px;
    height: 220px;
    line-height: 20px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 40px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    border: solid 1px #7b2e8b;
    position: relative;
} 
.videos_list li:nth-child(3n+3){
    margin-right: 0;
}     
.videos_list img{
	position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 60%;
    transition: all 1.2s;
}
.videos_list img:hover{
	transform: scale(1.1);
}
.videos_list p{
	position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.videos_list p a{
	border-top: 1px solid #ddd;
    display: block;
    width: 100%;
    line-height: 40px;
    color: #000;
    font-weight: normal;
    font-size: 14px;
}
.jiabin_list img{
	padding: 1px;
    width: 100%;
    height: auto;
}
.jiabin_list li{
    border: solid 1px #ccc;
    width: 185px;
    height: 240px;
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
.jiabin_list li:nth-child(4n+4){
    margin-right: 0;
}
.jiabin_img{
	display:block;
	width:100%;
	height:180px;
	overflow:hidden;
	margin-bottom:5px;
}
.jiabin_list li a{
	color: #000;
	font-size: 14px;
}
.jiabin_list span a{
	color: #333232;
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
    height: 20px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.videos_show{
	width:760px;
	float:right;
	padding: 20px;
}
.news_list li {
	line-height: 50px;
	border-bottom:dashed 1px #CCCCCC;
}
.news_list li a {
	background-image: url(../images/news_ico.png);
	background-repeat:no-repeat;
	font-size:14px;
}
.news_list li a b{
	margin-right:10px;
}
.news_list span {
	float: right;
}

/* 分页 */
#pages { padding:40px 0 10px 0; font-family:宋体; margin:0 auto; width:710px; }
#pages a { display:inline-block; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:3px 10px}
#pages a.a1 { }
#pages a:hover { background: #7b2e8b; color:#fff; text-decoration:none }
#pages span { display:inline-block; line-height:22px; background:#7b2e8b; border:1px solid #7b2e8b; color:#fff; text-align:center;padding:3px 10px; float:none; margin:0px;}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.text-c {
text-align: center;
}

.topcate{
    width: 260px;
    height: 120px;
    background: #7b2e8b;
    border: 1px solid #7b2e8b;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.topcate i{
    display: block;
    width: 258px;
    height: 120px;
    background: url(./../images/logo_only.png);
    background-size: 100%;
    position: absolute;
    top: 50px;
    left: -40px;
    z-index: 1;
    transform: rotate(13deg);
    opacity: 0.5;
}
.topcate a{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    z-index: 5;
    text-align: center;
    width: 258px;
    height: 118px;
    line-height: 110px;
    border: 4px solid #fff;
    box-sizing: border-box;
}


/* 公用底部 */

.footer_form{width:100%;height:300px;background:#7b2e8b;}
.footer_con_form{width:1120px;margin:auto;padding:50px 0;}
.footer_l_form{float:left;}
.footer_l_form img{width:300px;margin-bottom:10px;}
.footer_l_form p{line-height:30px;color:#fff;font-size:16px;}
.footer_l_form p a{color:#fff;}