@charset "UTF-8";

/* Base Reset */

.focuswap {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} 
html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
html {
	min-width: 1200px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "microsoft yahei";
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

body {
	line-height: 1;
	position: relative;
	font-family: "microsoft yahei";
}

ol,
ul {
	list-style: none;
}

ul li {
	font-size: 0;
}

.clear {
	clear: both;
}

.container {
	width: 1200px;
	zoom: 1;
	margin: 0 auto;
	
}

.header {
	width: 100%;
	height: 133px;
    background:#5c6f80;
	background: #2d3841;
}

.header .logo {
	float: left;
	margin-top: 11px;
}

.header .search-form {
	float: right;
	overflow: hidden;
	margin-top: 50px;
}

.header .search-form .form-control {
	width: 250px;
	height: 34px;
	padding-left: 14px;
	font-size: 14px;
	color: #999999;
	line-height: 34px;
	float: left;
	border: 0;
	margin-right: 5px;
}

.search-form .btn {
	width: 64px;
	height: 34px;
	background: #404f5c url(../img/search.png) center no-repeat;
	border: 0;
	float: right;
	cursor: pointer;
}

.nav .container>ul>li {
	float: left;
	padding: 24px 0;
	width: 112.78px;
	text-align: center;
	position: relative;
}

.nav .container>ul>li>a {
	font-size: 18px;
	color: #333333;
	display: block;
    font-weight: bold;
}

.find_nav {
	position: absolute;
	width: 113px;
	text-align: center;
	top: 66px;
	left: 0;
	display: none;
}

.find_nav .back {
	width: 100%;
	height: 100%;
	background: #2d3841;
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.find_nav ul {
	position: relative;
	z-index: 111;
}

.find_nav ul li {
	padding: 10px 0;
}

.find_nav ul li a {
	font-size: 16px;
	color: #ffffff;
}

/* 本例子css */
.slideBox {
	width: 1200px;
	height: 420px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 15px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 1200px;
	height: 420px;
	display: block;
}



/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:1%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/statics/jsxy/images/slider-arrow.png) -110px 5px no-repeat #000; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:1%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }




.main {
	margin-top: 16px;
	padding-bottom: 30px;
}

.main_left {
	float: left;
	width: 850px;
	height: 760px;
}

.title {
	border-bottom: 2px solid #3b454e;
}

.title h3 {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	float: left;
}

.title span {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	color: #ada5a5;
	line-height: 36px;
	float: left;
	margin-left: 10px;
}

.title a {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	background: #cccccc;
	float: right;
	color: #FFFFFF;
	border-radius: 4px;
	margin-top: 12px;
	font-weight: bold;
	font-size: 14px;
}
.hos_list{
	margin-top: 12px;
	overflow: hidden;
	zoom: 1;
}
/* 本例子css2 */
.slideBox1 {
	width: 419px;
	height: 305px;
	overflow: hidden;
	position: relative;
	float: left;
}

.slideBox1 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox1 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox1 .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox1 .bd img {
	width: 100%;
	height: 305px;
	display: block;
}
.hos_list .hos{
	width: 420px;
	float: right;
	padding-left: 11px;
}
.hos_list .hos ul{
	list-style-type: square;
}
.hos_list .hos ul li{
	height: 38px;
	border-bottom: 1px dashed #e6e6e6;
	position: relative;
	padding-left: 21px;
}
.hos_list .hos ul li .dot{
	display: block;
	width: 3px;
	height: 3px;
	background: #666666;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	left: 0;
}
.hos_list .hos ul li a{
	font-size: 16px;
	color: #000;
	line-height: 38px;
}
                
.hos_list .hos ul li .times{                
    color: #000;
    font-size: 16px;
    display: block;
    line-height: 38px;
    float: right;
}                               
                
.tabloid,.tab_list{
	margin-top: 12px;
}
.tab_list ul{
	overflow: hidden;
}
.tab_list ul li{
	float: left;
	width: 263px;
	margin-right: 30.5px;
}
.tab_list ul li img{
	width: 263px;
	height: 150px;
}
.tab_list ul li p{
	color: #000;
	font-size: 16px;
	line-height: 39px;
}

.fast_nav{
	margin-top: 7px;
}
.fast_list ul li{
	float: left;
	margin-top: 10px;
	margin-right: 19px;
}
.fast_list ul li a{
	display: block;
	width: 198px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background: #2d3841;
	border-radius: 10px;
}
.main_right{
	width: 320px;
	height: 760px;
	float: right;
}
.inform_list{
	margin-top: 12px;
	padding-bottom: 12px;
}
.inform_list ul li{
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 21px;
	background:url(/statics/jsxy/test/img/left_dot.png) no-repeat;
	background-position: 0 center;
}
.inform_list ul li a{
	color: #000;
	font-size: 16px;
	display: block;
	line-height: 38px;
	float: left;
}
.inform_list ul li span{
	color: #000;
	font-size: 16px;
	display: block;
	line-height: 38px;
	float: right;
}
.items a{
	display: block;
	width: 320px;
	height: 135px;
	margin-top: 19px;
}
 .items a img{
 width: 100%;
 }               
                
.footer{
	width: 100%;
	
	text-align: center;
	background: #2b2b2b;
}
.footer p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	padding-top: 27px;
}

.component .back_item img{
	width: 100%;
	height: 400px;
}
.mechanism_left{
	width: 250px;
	float: left;
}
.mechanism_right{
	width: 910px;
	float: right;
}
.mechanism_left>ul {
    background: #f1f3f7;
}
.mechanism_left>ul>li {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e6e6e6;
}
.mechanism_left li.cat_col {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
    margin-top: 60px;
}
.mechanism_left li.cat_col i {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: #2d3841 transparent transparent transparent;
    bottom: 0px;
    left: -10px;
}
.mechanism_left li.cat_col span {
    width: 210px;
    background: #2d3841;
    display: block;
    color: #fff;
    text-align: center;
    margin-left: -10px;
}
.mechanism_left>ul>li a {
    height: 58px;
    font-size: 17px;
    padding: 0 20px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.mechanism_left>ul>li a:hover {
    background: #2d3841;
    color: #fff;
    border-left: 4px solid #fcbd14;
}
.mechanism_left>ul>li a.bs {
    background: #2d3841;
    color: #fff;
    border-left: 4px solid #fcbd14;
}
.place {
    width: 910px;
    height: 60px;
    line-height: 60px;
    /* border-bottom: 1px solid #eeeeee; */
}
.place ul li{
	float: left;
	margin-left: 5px;
	font-size: 16px;
}
.place ul li img{
	vertical-align: text-bottom;
}
.con_list{
    width: 910px;
    border: 1px solid #eeeeee;
	min-height: 400px;
}
.right_list li{
	width: 873px;
	height: 56px;
	line-height: 56px;
	margin-left: 20px;
	border-bottom: 1px dashed #eeeeee;
	overflow: hidden;
	zoom: 1;
}
.right_list li i {
    display: block;
    width: 3px;
    height: 3px;
    background: #000;
    float: left;
    margin-top: 26px;
    margin-right: 10px;
}
.right_list li a {
    display: inline;
    float: left;
    font-size: 16px;
    width: 720px;
    height: 56px;
    overflow: hidden;
}
.right_list li a:hover{
	color: #c34649;
}
.right_list li span {
    color: #666666;
    float: right;
    font-size: 16px;
}
.pages {
    margin-top: 50px;
    margin-bottom: 50px;
}
.pages li {
    height: 26px;
    line-height: 26px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
}
.pages li a {
    color: #333333;
    font-size: 14px;
}
.pages li:hover{
    color: #FFFFFF;
	background: #2d3841;
}
.pages li a:hover{
    color: #FFFFFF;
	background: #2d3841;
}
.show {
    width: 910px;
    border-top: 1px solid #eeeeee;
}
.show_title {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    margin-top: 35px;
    text-align: center;
    overflow: hidden;
}
.show_information {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.show_information span {
    font-size: 12px;
    color: #777;
    margin-right: 30px;
}
.show_content {
    width: 100%;
    margin-top: 30px;
	min-height: 400px;
}
.Green{
	position: fixed;
	top:200px;
	left: 20px;
	z-index: 99;
	width: 156px;
}
.auditorium{
	position: fixed;
	top:200px;
	right: 20px;
	z-index: 99;
	width: 156px;
}
.close{
	display: block;
	font-size: 14px;
	color: #909090;
	text-align: right;
	opacity: 1;
	text-shadow: none;
	margin-bottom: 8px;
}
.auditorium img,.Green img{
	width:156px;
}
.by{
	float: left;
    margin-top: 20px;
    margin-left: 65px;
}
.by p{
	color:#ffffff;
    font-size: 18px;
    font-weight: bold;
}
.auditorium p{
	font-size: 14px;
  text-align: center;
}