@charset "utf-8";

#content-wrapper{
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		overflow:auto;
		z-index:4;
		text-align:center;
	}

	/*Controls Section*/
	#controls-wrapper{
	    margin:0px auto;
	    height:62px;
	    width:100%;
	    bottom:0;
	    z-index: 5;
	    background:url('images/nav-bg.png') repeat-x;
	    position:absolute;
	}
	#controls{
	    overflow: hidden;
	    height: 100%;
	    text-align:left;
	    z-index: 5;
	    padding:0 114px; /* Increase padding to give thumbnails room */
	}
	#slidecounter{
	    float:left;
	    color:#888;
	    font:23px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	    font-weight:bold;
	    text-shadow: #000 0px -1px 0px;
	    margin:19px 10px 18px 20px;
	}
	#slidecaption{
	    overflow: hidden;
	    float:left;
	    color:#FFF;
	    font:16px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	    font-weight:bold;
	    text-shadow: #000 0px 2px 0px;
	    margin:23px 20px 23px 0;
	}


	/*Supersized Link*/
	.stamp{ float: right; margin: 15px 30px 0 0;}


	/*Supersize Plugin Styles*/
	#navigation{
	    float: right;
	    margin:10px 20px 0 0;
	}

	#supersized{
	    position:fixed;
	}
	#supersized img{ -ms-interpolation-mode: bicubic; }
	#supersized img, #supersized a{
	    height:100%;
	    width:100%;
	    position:absolute;
	    z-index: -1;
	}

	#supersized .prevslide, #supersized .prevslide img{
	    z-index: 1;
	}
	#supersized .activeslide, #supersized .activeslide img{
	    z-index: 2;
	}

	#nextthumb, #prevthumb{ z-index:6; display:none; position:absolute; bottom:12px; height:75px; width:100px; overflow:hidden; border:2px solid #fff; -webkit-box-shadow: 0px 0px 5px #000; }
	#nextthumb{ right:12px; }
	#prevthumb{ left:12px; }
		#nextthumb img, #prevthumb img{ width:150px; }
		#nextthumb:active, #prevthumb:active{ bottom:10px; }

		/*Add hover pointer*/
		#controls > *:hover, #nextthumb:hover, #prevthumb:hover{ cursor:pointer; }





/* 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 {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.clone{position:relative}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right:20px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 36px; height: 66px;  position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  text-indent:-999em ;margin-top:-45px;}
.flex-direction-nav .flex-prev { left: -50px; background:url(../images/lf.png) no-repeat center center; }
.flex-direction-nav .flex-next { right: -50px;   background:url(../images/rt.png) no-repeat center center;}
.flexslider:hover .flex-prev { opacity: 0.7; left: -50px; }
.flexslider:hover .flex-next { opacity: 0.7; right: -50px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; left:0; text-align: center; z-index:9999; }
.flex-control-nav li {margin: 10px 6px 0; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; border:2px solid #6c397f; cursor: pointer; text-indent: -9999px;border-radius:8px; }
.flex-control-paging li a:hover { background: #6c397f;  }
.flex-control-paging li a.flex-active { background: #6c397f;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/*content*/
.content{width:1200px;z-index: 1000;top:50%;position: absolute;left:50%;margin-left:-600px;margin-top:-307px;}
.con-title{height: 60px;line-height: 60px;background-color:#764b8c;color:#fff;font-size:16px;}
.con-title .lf{width: 780px;float:left;}
.con-title .lf span{color:#cfc4d6;padding-left:20px;float:left;}
.letter{margin-left:174px;}
.letter a{color:#fff;margin-right: 6px;font-family: 'Arial';}
.con-title .md{width: 200px;float:left;margin-left:95px;}
.con-title .md span{color:#cfc4d6;}
.con-title .rt{width: auto;float:right;}
.con-title .rt h3{font-weight: normal;padding-right: 41px;background:url(../images/arrow_down.png) no-repeat 75px center;letter-spacing: 1px;cursor:pointer;}
.flexslider{padding-top:15px;}
.item-info{margin:0 0 10px;}
.item-info a{display: block;background-color:#fff;padding:29px 26px 0;height: 231px;position: relative;}
.itemResize{width:100%;height: 0;overflow: hidden;display: block; }
.item-img01{padding-bottom: 100%;border-radius: 50%;}
.item-txt01{font-weight: normal;text-align: center;padding-top:12px;font-size:16px;}
.item-label{width: 15px;color:#fff;position: absolute;right:5px;bottom: 6px;z-index: 20;line-height: 13px;font-size:12px;}
.item-info a:before {width: 0;height: 0;border-bottom: 50px solid #244cab;border-left: 44px solid transparent; content: '';
    position: absolute;right:3px;bottom: 3px;z-index: 10;transition:all 0.3s ease
}
.con-section{width: 100%;}
.item-info a:hover:before{border-bottom: 50px solid #754a8c;}
.flex-control-nav{display: none;}
.conColumn .item-info{float:left;margin-right: 20px;}
.conColumn .carousel li{margin-right: 0}
.conColumn .item-info.noMargin{margin-right: 0}
.conColumn {margin-top:-158px;}
.section03{display: none;}







#supersized{position: fixed;top:0;left:0;z-index: 0}
@media screen  and (max-width:1200px) {
	.content{width: 96%;left:2%;margin-left:0;margin-top:-180px;}
	.con-title .md{margin-left:5%;width: auto;}
	.con-title{font-size:14px;}
	.con-title .lf{width: auto}
	.letter a{margin-right: 10px;}
	.flex-control-nav{display: block;}
	.flex-direction-nav .flex-prev { left: 10px;}
.flex-direction-nav .flex-next { right: 10px;}
.flexslider:hover .flex-prev {left: 10px; }
.flexslider:hover .flex-next { right: 10px; }

}

@media screen  and (max-width:992px) {
	.flex-direction-nav a {opacity: 1}
	.footerWrap{position: static;}
	.header{position: static;}
	#supersized{position: absolute;}
	.contentWrap{width: 100%;overflow: hidden;position: relative;}
	.content{position: relative;margin:0;z-index: 9999;padding:30px 15px 45px;left:0;width: auto;}
	.con-title .lf{width: 100%;line-height: 30px;padding:15px 20px 0px 0;}
	.con-title .md,.con-title .rt{width: 50%;margin:0;box-sizing: border-box;line-height: 30px;padding:0px 20px 15px;}
	.con-title{height: auto;overflow: hidden;}
	.letter a{display: inline-block;}
	.content .item-info{width: 50% !important;box-sizing: border-box;margin:0;padding:0 5px 10px 5px;}
	/*.conColumn .item-info{margin-right: 10px;}*/
}
@media screen  and (max-width:800px) {

}

@media screen and (max-width: 768px) {


}
@media screen  and (max-width:640px) {

	}


@media screen and (max-width:480px) {
	.conColumn .item-info a{padding:20px 20px 0;height: 170px;	}
	.letter{margin:0;clear:both;padding:0 20px;}
	.con-title .lf span{float:none;display: block;	}

}
@media screen and (max-width:400px) {

}

@media screen and (max-width:380px) {


}
@media screen and (max-width:320px) {






}