﻿@charset "utf-8";

/** Layout **/
.btn-more {
	float:right;
	display:block;
	width:18px;
	height:18px;
	text-indent:-9999px;
	margin:8px 0 0 0;
	background:url(../images/btn-more.png) no-repeat 50% 50%;
}
.btn-more:hover {
	background:url(../images/btn-more-hover.png) no-repeat 50% 50%;
}
.btn-rss {
	float:left;
	display:block;
	width:53px;
	height:19px;
	text-indent:-9999px;
	border:1px solid #FFF;
	background:url(../images/btn-rss.png) no-repeat 50% 50%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:0 10px 0 0;
}
.btn-rss:hover {
	border:1px solid #FF9326;
	background-color:#FF9326;
}


/** flexslider **/
.flexslider {
	position:relative;
	width:100%;
	margin:0 auto;
}
.flexslider .slides {
	position:relative;
	float:left;	
	width:100%;
	list-style:none;
	margin:0 auto;
}
.flexslider .slides li {
	float:left;
	width:100%;
	height:840px;
	overflow:hidden;
}
.flexslider .slides li a {	
	float:left;
	width:100%;
	height:100%;
}
.flexslider .slides li a img {
	position:absolute;
	left:50%;
	margin:0 0 0 -960px;
}
.flex-direction-nav {
	position:absolute;
	list-style:none;
	z-index:25;
	width:100%;
	top:50%;
	margin-top:-20px;
}
.flex-direction-nav li a {
	display:block;
	width:30px;
	height:40px;
	font-size:0;	
	cursor:pointer;
	position:absolute;
}
.flex-direction-nav li a.focus {
	border: 1px dotted #FFF;
}
.flex-direction-nav li a.flex-prev{
	left:30px;
	background:url(../images/prev.png) 50% 50% no-repeat;
}
.flex-direction-nav li a.flex-next{
	right:30px;
	background:url(../images/next.png) 50% 50% no-repeat;
}

/** slick-prev slick-next **/
.flexslider .slides .slick-prev,
.flexslider .slides .slick-next {
	position:absolute;
	display:block;
	font-size:0;
	top:50%;
	margin-top:-20px;
	width:30px;
	height:40px;
	z-index:25;	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
}
.flexslider .slides .slick-prev {
	left:30px;
	background:url(../images/prev.png) 50% 50% no-repeat;
}
.flexslider .slides .slick-next {
	right:30px;
	background:url(../images/next.png) 50% 50% no-repeat;
}


/* ----- news-section ----- */
.news-section {
	width:100%;
	margin:0 auto;
	padding:0 0 50px 0;
	z-index:100;	
}
.top-tit {
	font-size:3em;
	font-weight:bold;
}	
.news-box {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding-top: 22px;
}
.news-box .fist-L {
	float:left;
	width: 377px;
	padding-right: 20px;
	border-right: 1px dashed #a7a7a7;
}
.news-box .list-R {
	float:left;	
	width:744px;
	padding-left:26px;
}
.news-box .fist-L .nPic { 
	width:30%; 
	float: left;
}
.news-box .fist-L .nTit {
	width: 70%;
	float: left;
}
.news-box .fist-L .nTit .tit {
	color:#000;
	font-size:1.8em;
	font-weight:bold;
	line-height:140%;
	margin-top:5px;
}
.news-box .fist-L .nTit .tit a {
	color:#000;
}
.news-box .fist-L .nTit .tit a:hover {
	color: #ff6600;
}
.news-box .fist-L .nTit .date {
	color:#1daa22;
	font-size:1.6em;
	line-height:120%;
	margin-top:5px;
}
.news-box .fist-L .nTxt {
	float: left;	
	color:#000;
	font-size:1.6em;
	line-height:160%;
	margin-top:14px;
}
.news-box .list-R dl {
	width: 100%;
	float: left;
}
.news-box .list-R dl dt {
	float: left;
	width: 82%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 5px;
	background: url(../images/com-ico-3.png) no-repeat left center;
	padding-left: 2.5%;
}
.news-box .list-R dl dt a {
	color:#333;
}
.news-box .list-R dl dt a:hover {
	color:#f60;
}
.news-box .list-R dl dt span{
	color: #1daa22;
	margin-left: 10px;
	font-weight: normal;
}	
.news-box .list-R dl dd {
	float: left;
	width: 15%;
	color: #333;
	font-size: 16px;
	line-height: 1.25;
	margin-top: 5px;
	text-align: right;
}


/* ----- results ----- */
.results-section {
	width:100%;
	margin:0 auto;
	padding:50px 0;
	background:#329614;
}
.results-section .topTit {
	font-size: 3.8em;
	color: #FFF;
	text-align: center;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,1);
	-ms-text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	margin-bottom: 5px;
}
.results-section .icoList {
	list-style:none;
}
.results-section .icoList li {
	float:left;
	margin:34px 0 0 0;
}
.results-section .icoList .ico {
	float: left;
	margin-right: 15px;
}
.results-section .icoList dl {
	float:left;
}
.results-section .icoList dl.WL {
	width:253px;
	margin-right:60px;
}
.results-section .icoList dl.WC {
	width:213px;
	margin-right:60px;
}
.results-section .icoList dl.WR {
	width:306px;
}	
.results-section .icoList dt {
	color: #FFF;
	font-size: 2em;
	margin: 8px 0;
	font-weight: bold;
}
.results-section .icoList dt a {
	color:#FFF;
}
.results-section .icoList dt a:hover {
	color:#fff45c;
}
.results-section .icoList dd {
	color:#adcfa7;
	font-size: 1.4em;
	line-height:1.3;
}


/* ----- group-section ----- */
.group-section {
	margin: 45px 0 50px 0;
}
.teamList {
	float:left;
	width: 372px;
	margin-right: 26px;
	background: url(../images/teamMan.jpg) no-repeat right top;
}
.teamList h2{
	font-size: 3em;
	font-weight: bold;
	color: #1daa22;
	padding: 15px 0 17px 0;
}
.teamList ul{
	list-style:none;	
}
.teamList ul li{
	font-size: 1.6em;
	font-weight: bold;
	background: url(../images/com-ico-2.png) no-repeat left center;
	padding-left: 35px;
	line-height: 2.6;
	border-bottom: 1px dotted #00a0c8;
}
.teamList ul li a{	
	color: #334433;
}
.teamList ul li a:hover{	
	color: #f60;
}
.idb-fb {
	float:left;
	width: 352px;
	height:250px;
	margin: 10px 26px 0 0;
	background: #ededed;
	padding: 10px;
}			
.idb-ebook {
	float:left;
	width:372px;
	height:270px;
	margin: 10px 0 0 0;
	background:#000;
}
.idb-ebook .tit {
	float: left;
	width: 372px;
	color: #FFF;
	font-size: 25px;
	line-height: 1.2;
	height: 80px;
	padding: 25px 0 0 120px;
	background: url(../images/ebook-lable.png) no-repeat;
}
.idb-ebook .tit p{
	font-size:17px;
}
.idb-ebook dl.d1 {
	float: left;
	margin-left: 22px;
	width: 117px;
	border-right: 1px dotted #CCC;
}
.idb-ebook dl.d2 {
	float: left;
	margin: 0 15px 0 13px;
	width: 195px;
}	
.idb-ebook dt {
	color: #1daa22;
	font-size: 17px;
	line-height: 20px;
	background: url(../images/com-ico-4.png) no-repeat left center;
	padding-left: 20px;
	margin-bottom: 10px;
}
.idb-ebook dd {
	font-size:1.3em;
	line-height:1;
	text-align:center;	
}
.idb-ebook dd a {
	color:#FFF;
}
.idb-ebook dd a:hover {
	color:#FFFF00;
}
.idb-ebook dd .code {
	float:left;
	width:94px;
}
.idb-ebook dd .code img {
	float:left;
	margin:0 0 4px 0;
}
.idb-ebook dd .code.c2 {
	float:right;
}


/* ----- adLink ----- */
.adLink {
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	border-top: 1px solid #dddddd;
}
.adbanner {
	position:relative;
	float:left;
	width: 100%;
	padding:50px 0;
	margin:0;
}
.adbanner .box{
	display:block;	
	padding:0px;
	margin:0 auto;
	padding:0 30px;
	overflow:hidden;
	zoom:1;
	list-style:none;
}
.adbanner .box li{
	display:inline-block;	
	width: 210px;
	height: 60px;
	margin: 5px;
	text-align: center;
	float: left;
	cursor: pointer;
	border: 1px solid #ddd;
}
/** slick-prev slick-next **/
.adbanner .slick-prev,
.adbanner .slick-next {
	position:absolute;
	display:block;
	font-size:0;
	top:50%;
	width:13px;
	height:25px;
	z-index:25;	
	-webkit-transition:all 0.5s ease;
	   -moz-transition:all 0.5s ease;
	     -o-transition:all 0.5s ease;
	        transition:all 0.5s ease;
	background-image:url(../images/adbanner-btn.png);
	background-repeat: no-repeat;			
}
.adbanner .slick-prev {
	left:0;
	background-position:0 0;
}
.adbanner .slick-next {
	right:0;
	background-position:-13px 0;
}
.adbanner .slick-prev:hover,
.adbanner .slick-prev:focus {
	background-image:url(../images/adbanner-btn.png);	
	background-position:0 -25px;
}
.adbanner .slick-next:hover,
.adbanner .slick-next:focus {
	background-image:url(../images/adbanner-btn.png);		
	background-position:-13px -25px;
}