@charset "utf-8";
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; padding:0; margin:0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; position:relative; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
.flex-caption{width:50%; position: absolute; right:10px; top:21%; padding:0; margin:0; color: #fff;}
.flex-caption h1{font-size:40px; line-height:40px; font-family:'Open Sans', sans-serif, arial; font-weight:700; margin-bottom:10px}
.flex-caption h2{font-weight:400; font-size:20px; line-height:20px; display:block; margin-bottom:23px; color: #769bec;text-shadow: 1px 1px 1px #000;}
.flex-caption p{ font-weight:400; font-size:13px; margin-bottom:35px; display:block; text-indent:2em;}

/* Control Nav */
.flex-control-nav { position:absolute; height:15px; padding:10px 0; border-bottom: 0; left:46%;}
.flex-control-nav li {margin: 0 0 0 7px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav a {width: 15px; height: 15px; display: block; cursor: pointer; background:url(/template/pc/xnhkxyeducn/images/flex-btn-hover.png) no-repeat; text-indent: -9999px; overflow:hidden;}
.flex-control-nav li a:hover { background:url(/template/pc/xnhkxyeducn/images/flex-btn.png) no-repeat;}
.flex-control-nav li a.active { background:url(/template/pc/xnhkxyeducn/images/flex-btn.png) no-repeat;}

/* Direction Nav */
.flex-direction-nav a {
	width: 35px;
	height:110px;
	margin: -55px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
}

.flex-direction-nav a:hover {}

.flex-direction-nav .next {
	right:10px;
	background:url(/template/pc/xnhkxyeducn/images/flex-next.png) no-repeat;
}

.flex-direction-nav .prev {
	left: 10px;
	background:url(/template/pc/xnhkxyeducn/images/flex-prev.png) no-repeat;
}

.flexslider:hover .next {opacity: 1;  background:url(/template/pc/xnhkxyeducn/images/flex-next.png) no-repeat;}
.flexslider:hover .prev {opacity: 1;  background:url(/template/pc/xnhkxyeducn/images/flex-prev.png) no-repeat;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* CSS Document */

/*�������� start 2014-11-22 zl����*/
.float_box_big{
	clear:both;
	width:105px;
	height:330px;
	background:rgba(35, 70, 112, 0.8)!important;
	filter:Alpha(opacity=80); 
	background:#234670; /*��ʹ��IEר���˾�ʵ��IE����͸��*/ 
	position:fixed;
	right:0;
	top:30%;
	z-index:99999999;
}
.float_box_sm
{
    position:relative;
    display:none;
	clear:both;
	width:42px;
	height:103px;
	position:fixed;
	right:0;
	top:30%;
	z-index:99999999;
}

.float_box_sm .smopen
{
    position:absolute;
    width:25px;
    height:18px;
    cursor:pointer;
    top:2px;
    left:8px;
    }


/* ����IE6��bug */
* html,* html body{background-image:url(about:blank);
	background-attachment:fixed;
}
* html .float_box{
	position:absolute;
	left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,0)||0)-(parseInt(this.currentStyle.marginRight,0)||0));
	top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)))��
	}

.float_box .box_con{
	position:relative;
}
.box_con .top_title{
	clear:both;
	color:#ffffff;
	width:103px;
	height:32px;
	line-height:32px;
	font-family:"΢���ź�","microsoft yahei";
	font-size:16px;
	font-weight:500;
	padding-left:2px;
	position:relative;
}
.box_con .top_title .close_bt{
	clear:both;
	width:14px;
	height:14px;
	overflow:hidden;
	position:absolute;
	top:7px;
	right:4px;
	cursor:pointer;
}
.box_con .weixin{
	clear:both;
	width:105px;
	height:122px;
	margin-bottom:12px;
	overflow:hidden;
}
.box_con .zxlist{
	clear:both;
	width:105px;
}
.box_con .zxlist ul li{
	clear:both;
	width:92px;
	height:20px;
	margin:0 auto 9px auto;
}
/*�������� end 2014-11-22 zl����*/