/*
==================================================

	CSS File Name - index.css
	Last-updated: 2015-03-31
    
	+1: public
	+2: header
	+3: FlexSlider
    +4: menu
    +5: yun
    +6: forum
    +7: hot
    +8: list
    +9: keyframes
	
==================================================
*/

/*--------------------------------------------------
+1: public
==================================================*/
body {
  background: #f6f6f6;
}
section {
  width: 100%;
  margin-top: 15px;
  background-color: #fff;
}
/*--------------------------------------------------

/*--------------------------------------------------
+2: header
==================================================*/
header {
  background: #f6f6f6;
  border: none;
}
/*--------------------------------------------------

/*--------------------------------------------------
+3: FlexSlider
==================================================*/
.flexslider {
  position: relative;
  clear: both;
}
.flex-caption {
  width: 100%;
  padding: 3px 0px;
  position: absolute;
  bottom: 3px;
  color: #fff;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  max-width: 640px
}
/* FlexSlider Necessary Styles*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.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 {
  margin: 0 0 8px;
  background: #fff;
  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: 500px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */

.flex-direction-nav { *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.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;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before { content: '\f002'; }
/* 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;
}
.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: -40px; text-align: center;}*/

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  margin: 0px;
  text-align: center;
  border: 0px dashed red
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
*display: inline;
}
.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255,255,255,.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.flex-control-paging li a.flex-active {
  background: rgba(255,255,255,1);
  cursor: default;
}
.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;
}
/*--------------------------------------------------

/*--------------------------------------------------
+4: menu
==================================================*/
#menu {
  padding: 8px 0;
  text-align: center;
}
#menu a {
  display: inline-block;
  width: 22%;
  padding: 15px 0;
  font-size: 14px;
  color: #434343;
}
#menu a:before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 8px;
  background-image: url(../../Images/wap/ico-menu.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#menu a.about:before {
  background-position: 0 0;
  background-color: #ff6c24;
}
#menu a.yun:before {
  background-position: -54px 0;
  background-color: #65c81d;
}
#menu a.library:before {
  background-position: -108px 0;
  background-color: #ff8822;
}
#menu a.bbs:before {
  background-position: -162px 0;
  background-color: #ffb30f;
}
#menu a.anli:before {
  background-position: -266px 0;
  background-color: #7687f1;
}
#menu a.fuwu:before {
  background-position: -373px 0;
  background-color: #ff3b48;
}
#menu a.paiming:before {
  background-position: -320px 0;
  background-color: #4fd2be;
}
#menu a.lianxi:before {
  background-position: -424px 0;
  background-color: #25a9ff;
}
/*--------------------------------------------------

/*--------------------------------------------------
+5: yun
==================================================*/
#yun { }
#yun a {
  display: block;
  padding: 24px 0 24px 82px;
  background: url(../../Images/wap/yun.png) 10px center no-repeat, url(../../Images/wap/GO.png) 96% center no-repeat;
  -webkit-background-size: auto 45%, auto 20%;
  background-size: auto 45%, auto 20%;
}
#yun a strong {
  display: block;
  font-weight: 300;
  font-size: 18px;
  color: #434343;
}
#yun a span {
  display: block;
  color: #a9a9a9;
}
/*--------------------------------------------------

/*--------------------------------------------------
+6: forum
==================================================*/
#forum { padding: 10px; }
#forum > dl {
  padding-bottom: 7px;
  border-bottom: 1px #cdcdcd solid;
}
#forum > dl dt {
  float: left;
  font-size: 16px;
  color: #434343;
}
#forum > dl dd { float: right; }
#forum > dl dd a {
  position: relative;
  font-size: 13px;
  color: #a9a9a9;
}
#forum > dl dd a:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -16px;
  width: 16px;
  height: 16px;
  background: url(../../Images/wap/ico-refresh.png) center center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
#forum > dl dd a.rotate:before {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
#forum > a { display: block; }
#forum > a .art {
  position: relative;
  padding-top: 15px;
}
#forum > a .art > p {
  position: absolute;
  top: 15px;
  left: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#forum > a .art > p img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#forum > a .art .art-msg { padding-left: 50px; }
#forum > a .art .art-msg dl {
  padding-bottom: 6px;
  border-bottom: 1px #f6f6f6 solid;
  font-size: 11px;
}
#forum > a .art .art-msg dl dt { color: #9C9C9C; margin-top: 3px; margin-bottom:5px; }
#forum > a .art .art-msg dl dt span{ color:#ffb30f;  float:right; }
#forum > a .art .art-msg dl dd strong {
  font-weight: 300;
  color: #a9a9a9;
}
#forum > a .art .art-msg dl dd strong span { color: #a9a9a9;    margin-right:6%;}
#forum > a .art .art-msg h1 {
  padding: 10px 0 8px;
  font-weight: 300;
  font-size: 15px;
  color: #434343;

}
#forum > a .art .art-msg p {
  color: #a9a9a9;
  font-size: 13px;
}
#forum > a .art .art-msg ul {
  padding-top: 10px;
  font-size: 10px;
}
#forum > a .art .art-msg ul li {
  position: relative;
  padding-left: 16px;
  font-size: 10px;
  color: #cdcdcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#forum > a .art .art-msg ul .left{
	float:left;
	
}
#forum > a .art .art-msg ul .right{
	float:right;
	
}
#forum > a .art .art-msg ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2px;
  width: 14px;
  height: 14px;
  background-image: url(../../Images/wap/ico-art.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#forum > a .art .art-msg ul li:nth-child(1):before { background-position: 0 2px; }
#forum > a .art .art-msg ul li:nth-child(2):before { background-position: 0 -42px; }
/*--------------------------------------------------

/*--------------------------------------------------
+7: hot
==================================================*/
#hot { padding: 10px; }
#hot > p {
  padding-bottom: 7px;
  border-bottom: 1px #cdcdcd solid;
  font-size: 16px;
  color: #434343;
}
#hot > a { display: block; }
#hot > a h2 {
  position: relative;
  padding: 12px 0;
  font-weight: 300;
  font-size: 15px;
  color: #434343;
}
#hot > a h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: -10px;
  width: 60px;
  height: 24px;
  background: url(../../Images/wap/ico-activities.png) center center no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#hot > a .hot-msg {
  position: relative;
  padding-left: 114px;
}
#hot > a .hot-msg ul{
	padding-top:2px;
	
}
#hot > a .hot-msg > p {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100px;
}
#hot > a .hot-msg > p img { width: 100%; }
#hot > a .hot-msg ul li {
  font-size: 12px;
  color: #9C9C9C;
  margin-top:2px;
}
#hot > a .hot-msg dl dt {
  width: 100%;
  padding: 9px 0 11px 0;
}
#hot > a .hot-msg dl dt em,
#hot > a .hot-msg dl dt i {
  display: block;
  height: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#hot > a .hot-msg dl dt em {
  width: 100%;
  background-color: #a9a9a9;
}
#hot > a .hot-msg dl dt i {
  position: relative;
  background-color: #4AA4FF;
}
#hot > a .hot-msg dl dt i:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#hot > a .hot-msg dl dd strong {
  font-weight: 300;
  font-size: 10px;
  color: #a9a9a9;
}
#hot > a .hot-msg dl dd span { color: #ffb30f; }
#hot .art-list {
  margin-top: 18px;
  padding: 12px;
  background-color: #fff;
}
#hot .art-list .arts { margin-bottom: 5px; }
/*--------------------------------------------------

/*--------------------------------------------------
+8: list
==================================================*/
#list { background-color: #f6f6f6; margin-top:5px; }
#list .load > a {
  display: block;
  margin-bottom: 5px;
  padding: 14px 10px;
  background-color: #fff;
}
#list .load > a:last-child {
  margin-bottom: 0;
}
#list .load > a > h3 {
  position: relative;
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 15px;
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#list .load > a > h3:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  width: 26px;
  height: 26px;
  /* background: url(../../Images/wap/ico-hot.png) center center no-repeat; */
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#list .load > a > .art-info {
  position: relative;
  padding-left: 110px;
}
#list .load > a > .art-info strong {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100px;
  border:#eeeeee solid 1px;
}
#list .load > a > .art-info strong img { width: 100%; }
#list .load > a > .art-info p {
  color: #9C9C9C;
  margin-bottom:5px;
  font-size:11px;
  padding-top:2px;
}
#list .load > a > .art-info .art-info-1 span{
	color:#ffb30f;
	float:right;

	
}
#list .load > a > .art-info .art-info-2 span{
	margin-right:2%;

	
}
#list .load > a > .art-info .art-info-3 span{
	margin-right:5.4%;

}

#list .load > a > .art-info dl { color: #cdcdcd; font-size: 10px; }
#list .load > a > .art-info dl dt {
  position: relative;
  float: left;
  display: block;
  width: 30%;
  padding-left: 16px;
  font-weight: 300;
}
#list .load > a > .art-info dl dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../../Images/wap/ico-art.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#list .load > a > .art-info dl dt:nth-child(1):before { background-position: 0 2px; }
#list .load > a > .art-info dl dt:nth-child(2):before { background-position: 0 -13px; }
#list .load > a > .art-info dl dd { float: right; }
#list > p {
  padding: 12px 0;
  background-color: #f6f6f6;
}
#list > p a {
  display: block;
  margin: 0 12px;
  padding: 8px 0;
  border: 1px #cdcdcd solid;
  background-color: #fff;
  text-align: center;
  color: #43a0ff;
  font-size: 14px;
}
/*--------------------------------------------------

/*--------------------------------------------------
+9: news
==================================================*/
#news-title {
    padding: 10px 10px 0px 10px;
	margin-top: 0px;
}
#news-title > p {
    padding-bottom: 7px;
    border-bottom: 1px #cdcdcd solid;
    font-size: 16px;
    color: #434343;
}
#news-list {
    background-color: #f6f6f6;
    margin-top: 0px;
}
#news-list .load > a {
  display: block;
  margin-bottom: 5px;
  padding: 14px 10px;
  background-color: #fff;
}
#news-list .load > a:last-child {
  margin-bottom: 0;
}
#news-list .load > a > h3 {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  color: #575757;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news-list .load > a > h3:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  width: 26px;
  height: 26px;
  /* background: url(../../Images/wap/ico-hot.png) center center no-repeat; */
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}



#news-list > p {
    padding: 12px 0;
    background-color: #f6f6f6;
}
#news-list > p a {
    display: block;
    margin: 0 12px;
    padding: 8px 0;
    border: 1px #cdcdcd solid;
    background-color: #fff;
    text-align: center;
    color: #43a0ff;
    font-size: 14px;
}
/*--------------------------------------------------


/*--------------------------------------------------
+9: keyframes
==================================================*/
@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*--------------------------------------------------*/



/*--------------------------------------------------
+10: service
==================================================*/
#service { padding: 10px; }
#service > dl {
  padding-bottom: 7px;
  border-bottom: 1px #cdcdcd solid;
}
#service > dl dt {
  float: left;
  font-size: 16px;
  color: #434343;
}

#service p img {
  width: 100%;
}

#service .service-item{
  width:49%;
  float:left;
  margin-top:14px;
  margin-bottom:15px;
  
}

#service .active{ 
  margin-right:2%;	
}

#service .service-item h1 {
  padding: 10px 0 8px;
  font-weight: 300;
  font-size: 15px;
  color: #434343;
}
#service .service-item h1 a{
  color: #434343;
}
#service .service-item ul {
  font-size: 10px;
}
#service .service-item ul li {
  position: relative;
  font-size: 10px;
  color: #a9a9a9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#service .service-item ul .left{
	float:left;
	
}
#service .service-item ul .right{
	float:left;
	margin-left:12%;
	
}
#service .service-item ul .right span{
	color:#ffb30f;
	
}
#service .more {
    position: relative;
	border-top:#eeeeee solid 1px;
	margin-bottom:-10px;
}
#service .more::before{
    background-image: url(../../Images/wap/ico-pub-arr.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 200% auto;
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    width: 16px;
	background-position: 100% 0;
    margin-top: -8px;
    right: 0;
    top: 50%;
}

#service .more a {
    color: #43a0ff;
    font-size: 13px;
	display:block;
	padding: 12px 0 12px 0;
}
/*--------------------------------------------------*/






