﻿@charset "utf-8";
/* CSS Document */

* {
	font-family: "微软雅黑";
}
@media (min-width:992px) {
	* {
		font-size: 14px !important;
	}
}
@media (max-width:991px) {
	* {
		font-size: 12px !important;
	}
}
ul {
	margin-bottom: 0;
}
.clear-both {
	clear: both;
	display: table ;
	width: 100%;
}
.marginBbottom-big {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.marginBbottom-big {
		margin-bottom: 15px;
	}
}
header .top {
	background-color: #333;
	padding: 5px 0;
}
header .top a {
	display: block;
	width: 50%;
	float: left;
	color: #fff;
	line-height: 26px;
}
header .top .country {
	border: solid 1px #154d90;
	border-radius: 4px;
}
header .top .country a.on {
	background-color: #154d90;
}
header .top .user a:nth-child(1) {
	background-color: #666;
}
header .top .user a:nth-child(2) {
	background-color: #444;
}
@media (max-width: 767px) {
	header .top a {
		font-size: 12px !important;
	}
}

header .logo {
	background: url("/_vivi/source/aHR0cHM6Ly9lbnYubmFua2FpLmVkdS5jbg/_upload/tpl/02/0c/524/template524/htmlRes/header_logo_BgImg.jpg") no-repeat center center;
	padding: 30px 0;
}
header .navbar-default {
	background: #154d90;
	background: -webkit-linear-gradient(bottom, #154d90 0%, #3985c6 100%);
	background: -moz-linear-gradient(bottom, #154d90 0%, #3985c6 100%);
	background: linear-gradient(bottom, #154d90 0%, #3985c6 100%);
	border: none;
	border-radius: 0px;
	margin: 0;
}
.navbar-default .navbar-nav li a:hover {
	color: #7eb8e4;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media (min-width: 768px) {
	.navbar-right {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.navbar-nav>li {
		width: 14.28571%;
	}
	.navbar-default .navbar-nav li a {
		color: #fff;
		font-size: 16px !important;
		font-weight: bold;
		text-align: center;
	}
	.navbar-default .navbar-nav .active a,
	.navbar-default .navbar-nav .active a:focus,
	.navbar-default .navbar-nav .active a:hover {
		background-color: transparent !important;
		border-bottom: solid 4px #7eb8e4;
		color: #7eb8e4;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.navbar-default .navbar-nav li a {
		font-size: 14px !important;
	}
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav li a {
		color: #fff;
		text-align: center;
	}
	.navbar-default .navbar-nav .active a,
	.navbar-default .navbar-nav .active a:focus,
	.navbar-default .navbar-nav .active a:hover {
		background-color: #7eb8e4 !important;
		color: #fff;
	}
}


footer {
	background: #154d90;
	background: -webkit-linear-gradient(bottom, #154d90 0%, #3985c6 100%);
	background: -moz-linear-gradient(bottom, #154d90 0%, #3985c6 100%);
	background: linear-gradient(bottom, #154d90 0%, #3985c6 100%);
	padding: 30px 0;
	color: #fff;
	line-height: 1.8;
}
footer a {
	color: #fff;
	line-height: 1.8;
}
footer .menu,
footer .contact {
	margin-bottom: 10px;
}
footer .menu ul,
footer .contact address {
	width: auto;
	margin: 0 auto;
}
footer .menu li,
footer .contact address p {
	display: block;
	float: left;
	margin: 0 5px;
}
footer .contact address p {
	margin: 0;
	line-height: 1.8;
}
footer .copyright {
	word-spacing: 30px;
}
footer hr {
	background-color: rgba(255,255,255,.2);
	border: none;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0;
}
@media (max-width:767px){
	footer .contact address p {
		width: 100%;
		text-align: center;
	}
}



#HomePage .news ul {
	width: calc(100% + 30px);
	margin: 0 -15px;
}
#HomePage .news li {
	border-bottom: solid 1px #eee;
	display: block;
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 10px 15px;
}
#HomePage .news li span {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 1.8;
}
#HomePage .news li span.screenshot {
	background-color: #fff;
	display: none;
	margin-bottom: 0;
}
#HomePage .news li span.screenshot a {
	display: block;
	width: 100%;
	padding-top: 75%;
	position: relative;
}
#HomePage .news li span.screenshot a img {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#HomePage .news li span.title a {
	display: block;
	overflow: hidden;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#HomePage .news li span.date,
#HomePage .news li span.summary {
	color: #999;
	font-size: 12px !important;
}
#HomePage .news li span.date {
	margin-bottom: 0;
}
#HomePage .news li span.summary {
	height: 42px;
	text-align: justify;
}
@media (min-width:768px) {
	#HomePage .news li:nth-child(1),
	#HomePage .news li:nth-child(5) {
		border-bottom: none;
		margin-bottom: 0;
	}
	#HomePage .news li:nth-child(1) span.screenshot {
		display: block; 
	}
	#HomePage .news li:nth-child(1) span.info {
		background-color: #f5f5f5;
		margin-bottom: 0;
		padding: 20px 15px;
	}
	#HomePage .news li:nth-child(1) span.title a {
		text-overflow: clip;
		white-space: normal;
	}
	#HomePage .news li:nth-child(1) span.summary {
		height: 63px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	#HomePage .news li span.date {
		display: none;
	}
	#HomePage .news li:nth-child(1) span.title a {
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media (max-width:767px){
	#HomePage .news ul {
		display: block;
		width: 100%;
		margin: 0;
	}
	#HomePage .news li {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 10px;
	}
}

/*
#HomePage .about {
	border: solid 10px #f5f5f5;
	padding: 10px;
}
#HomePage .about section {
	display: block;
	height: 75px;
	overflow: hidden;
	text-align: justify;
}
#HomePage .about section p {
	display: block;
	margin: 0;
	line-height: 1.8;
}
@media (max-width:767px){
	#HomePage .about section {
		height: auto;
	}
}
*/

#HomePage .notice,
#sideBar .notice {
	background-color: #f5f5f5;
	margin-top: -78px;
}
#HomePage .notice h4 {
	background-color: #154d90;
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 30px;
	color: #fff;
	font-size: 18px !important;
	line-height: 1;
}
#HomePage .notice ul,
#sideBar .notice ul {
	background-color: #f5f5f5;
	padding: 30px 30px 10px 30px;
}
#HomePage .notice li,
#sideBar .notice li {
	margin-bottom: 20px;
}
#HomePage .notice li span,
#sideBar .notice li span {
	display: block;
	float: left;
}
#HomePage .notice li span.date,
#sideBar .notice li span.date {
	background-color: #7fb8df;
	width: 60px;
	margin-right: 10px;
	color: #FFF;
	font-size: 12px !important;
	text-align: center;
}
#HomePage .notice li span.date b,
#sideBar .notice li span.date b {
	background-color: #154d90;
	display: block;
	font-size: 24px !important;
}
#HomePage .notice li span.title,
#sideBar .notice li span.title {
	width: calc(100% - 70px);
	margin: 5px 0;
	text-align: justify;
}
#HomePage .notice li span.title a,
#sideBar .notice li span.title a {
	color: #333;
}

#HomePage .study ul {
	width: calc(100% + 10px);
	margin: 0 -5px;
}
#HomePage .study li {
	display: block;
	float: left;
	width: calc(33.33333333% - 10px);
	margin: 0 5px;
	padding: 10px;
	text-align: center;
}
#HomePage .study li:nth-child(1) {
	background-color: #7fb8df;
}
#HomePage .study li:nth-child(2) {
	background-color: #67c6e6;
}
#HomePage .study li:nth-child(3) {
	background-color: #6cd9ac;
}
#HomePage .study li a {
	color: #fff;
	font-size: 16px !important;
}
#HomePage .study li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
@media (min-width:1200px) {
	#HomePage .study li {
		padding: 25px 10px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	#HomePage .notice li {
		margin-bottom: 10px;
	}
	#HomePage .study li img {
		height: 30px;
	}
	#HomePage .study li a {
		font-size: 14px !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	#HomePage .notice {
		margin-top: 0;
	}
	#sideBar .notice li span.title {
		margin: 0;
	}
}
@media (max-width:767px){
	#HomePage .notice {
		margin-top: 0;
	}
}

#HomePage .link {
	background-color: #f5f5f5;
	padding: 30px;
}
#HomePage .link h4 {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
	margin-top: -15px;
	color: #154d90;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
}

#HomePage .download h4,
#HomePage .team h4 {
	display: block;
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
	position: relative;
	color: #154d90;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
}
#HomePage .download h4 a,
#HomePage .team h4 a {
	background-color: #154d90;
	border-radius: 4px;
	display: inline-block;
	height: 18px;
	padding: 0 12px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-weight: normal;
	font-size: 12px !important;
	line-height: 18px;
}
#HomePage .download ul {
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 30px 30px 20px 30px;
}
#HomePage .download li {
	margin-bottom: 12px;
}
#HomePage .download li a {
	display: block;
	float: left;
}
#HomePage .download li a.title {
	display: block;
	width: calc(100% - 70px);
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#HomePage .download li a.annex {
	width: 60px;
	margin-left: 10px;
	color: #154d90;
}
@media (min-width:992px) and (max-width:1199px) {
	#HomePage .download ul {
		padding: 20px 20px 10px 20px;
	}
	#HomePage .download li:nth-last-child(1) {
		display: none;
	}
}

#HomePage .team-list {
	position: relative;
}
#HomePage .team-list .hd {
	height: 100%;
	width: 100%;
	position: absolute;
}
#HomePage .team-list .hd a {
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 30px;
}
#HomePage .team-list .hd a:hover {
	background-color: #154d90;
}
#HomePage .team-list .hd a.next {
	background-image: url("/_vivi/source/aHR0cHM6Ly9lbnYubmFua2FpLmVkdS5jbg/_upload/tpl/02/0c/524/template524/htmlRes/HomePage_team_next.png");
	float: left;
}
#HomePage .team-list .hd a.prev {
	background-image: url("/_vivi/source/aHR0cHM6Ly9lbnYubmFua2FpLmVkdS5jbg/_upload/tpl/02/0c/524/template524/htmlRes/HomePage_team_prev.png");
	float: right;
}
#HomePage .team-list .bd {
	width: calc(100% - 80px);
	overflow: hidden;
	margin: 0 40px;
}
#HomePage .team-list .bd ul {
	margin: 0 -5px;
}
#HomePage .team-list .bd li {
	display: block;
	width: calc(25% - 10px);
	overflow: hidden;
	margin: 0 5px;
}
#HomePage .team-list .bd li span {
	display: block;
	width: 100%;
}
#HomePage .team-list .bd li span.screenshot a {
	display: block;
	width: 100%;
	padding-top: 133.33333333%;
	position: relative;
}
#HomePage .team-list .bd li span.screenshot a img {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#HomePage .team-list .bd li span.info {
	background-color: #eee;
	text-align: center;
}
#HomePage .team-list .bd li span.info a {
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
}
#HomePage .team-list .bd li:hover span.info a {
	background-color: #154d90;
	color: #fff;
}
#HomePage .team-list.wap .bd {
	width: calc(100% - 0px);
	margin: 0;
}
#HomePage .team-list .bd ul {
	clear: both;
	display: table;
	width: calc(100% + 10px);
	margin: 0 -5px;
}
#HomePage .team-list.wap .bd li {
	width: calc(33.33333333% - 10px);
	float: left;
	margin: 5px;
}


.breadcrumb {
	background-color: transparent;
	border-bottom: solid 1px #ddd;
	margin: 30px 0;
}
@media (max-width: 767px) {
	.breadcrumb  {
		margin: 15px 0;
	}
}
.pagination {
    margin: 0;
}


#sideBar h4 {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 18px !important;
    line-height: 1;
}
#sideBar .subMenu li {
	display: block;
	margin-top: 5px;
}
#sideBar .subMenu li a {
	background-color: #f5f5f5;
	display: block;
	width: 100%;
	padding: 15px;
    color: #333;
    line-height: 1;
	text-decoration: none;
}
#sideBar .subMenu li a:hover,
#sideBar .subMenu li.on a {
	background-color: #7fb8df;
	color: #fff;
}
#sideBar .notice {
	margin-top: 0;
}
#sideBar .notice ul {
	padding: 15px;
}
#sideBar .notice li {
    margin-bottom: 15px;
}
@media (min-width:768px) {
	#sideBar h4 {
		background-color: #154d90;
		padding: 15px;
		color: #fff;
	}
	#sideBar .subMenu li a {
		width: 100%;
		padding: 15px;	
	}
}
@media (max-width:767px){
	#sideBar h4 {
		padding: 0;
		margin-bottom: 10px;
		color: #154d90;
	}
	#sideBar .subMenu ul {
		clear: both;
		display: table;
		width: 100%;
	}
	#sideBar .subMenu li {
		width: calc(33.33333333% - 10px);
		float: left;
		margin: 5px;
	}
	#sideBar .subMenu li a {
		padding: 10px;
		text-align: center;
	}
}


#list-text .main li {
	border-bottom: solid 1px #eee;
	clear: both;
	display: table;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#list-text .main li span {
	display: block;
	float: left;
}
#list-text .main li span.title {
	width: calc(100% - 80px);
	margin-right: 20px;
}
#list-text .main li span.download {
	width: 60px;
	text-align: right;
}
#list-text .main li span.title a {
	color: #333;
}


#list-image .main ul {
	clear: both;
	display: table;
}
#list-image .main li {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 5px 10px 5px;
}
#list-image .main li span.screenshot {
	background-color: #f8f8f8;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#list-image .main li span.screenshot a {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 75%;
	position: relative;
}
#list-image .main li span.screenshot img {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#list-image .main li h5 {
	display: block;
	overflow: hidden;
	margin: 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#list-image .main li h5 a {
	color: #333;
}
@media (min-width:992px) {
	#list-image .main ul {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	#list-image .main li {
		width: calc(50% - 30px);
		margin: 0 15px 30px 15px;
	}
}
@media  (max-width:991px) {
	#list-image .main ul {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	#list-image .main li {
		width: calc(50% - 20px);
		margin: 0 10px 20px 10px;
	}
}


#list-set .main li {
	background-color: #f5f5f5;
	clear: both;
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
#list-set .main li:nth-last-child(1) {
	margin-bottom: 0;
}
#list-set .main li span {
	display: block;
	margin-bottom: 10px;
}
#list-set .main li span.screenshot {
	display: block;
	overflow: hidden;
	float: left;
	margin: 0;
}
#list-set .main li span.screenshot img,
#jwll .main li span.screenshot img {
	display: block;
	height: 100%;
	width: 100%;
}
#list-set .main li span.info {
	display: block;
	overflow: hidden;
	float: left;
	margin: 15px;
}
#list-set .main li span.info span.title h4 {
	display: block;
	margin: 0;
	color: #154d90;
	line-height: 1;
}
#list-set .main li span.info span.title h4 small {
	color: #154d90;
	font-size: 14px !important;
}
#list-set .main li span.info span.summary {
	display: block;
	overflow: hidden;
	line-height: 1.8;
	text-align: justify;
}
#list-set .main li span.info span.more {
	margin-bottom: 0;
	text-align: right;
}
#list-set .main li span.info span.more a {
	display: inline-block;
	color: #154d90;
}
@media (min-width:992px) {
	#list-set .main.V li span.screenshot {
		height: 164px;
		width: 120px;
	}
	#list-set .main.V li span.info {
		width: calc(100% - 150px);
	}
	#list-set .main.H li span.screenshot {
		height: 164px;
		width: 218px;
	}
	#list-set .main.H li span.info {
		width: calc(100% - 248px);
	}
	#list-set .main li span.info span.title h4 {
		font-size: 18px !important;
	}
	#list-set .main li span.info span.summary {
		height: 76px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	#list-set .main.V li span.screenshot {
		height: 146px;
		width: 110px;
	}
	#list-set .main.V li span.info {
		width: calc(100% - 140px);
	}
	#list-set .main.H li span.screenshot {
		height: 146px;
		width: 194px;
	}
	#list-set .main.H li span.info {
		width: calc(100% - 224px);
	}
	#list-set .main li span.info span.title h4 {
		font-size: 16px !important;
	}
	#list-set .main li span.info span.summary {
		height: 63px;
	}
}
@media (max-width:767px){
	#list-set .main.V li span.screenshot {
		height: 123px;
		width: 92px;
	}
	#list-set .main.V li span.info {
		width: calc(100% - 122px);
	}
	#list-set .main.H li span.screenshot {
		height: 123px;
		width: 164px;
	}
	#list-set .main.H li span.info {
		width: calc(100% - 194px);
	}
	#list-set .main li span.info span.title h4 {
		font-size: 14px !important;
	}
	#list-set .main li span.info span.summary {
		height: 42px;
	}
}


#details .menu ul {
	clear: both;
	display: table;
	width: 100%;
}
#details .menu li {
	display: block;
	float: left;
	text-align: center;
}
#details .menu li a {
	border-bottom: solid 2px #fff;
	display: block;
	padding: 10px 0;
	color: #666;
	text-decoration: none;
}
#details .menu li a:hover {
	color: #154d90;
}
#details .menu li.on a {
	border-bottom: solid 2px #154d90;
	color: #154d90;
}
@media (min-width:992px) {
	#details .menu li {
		width: 25%;
	}
	#details .menu li a {
		font-size: 16px !important;
	}
}
@media (max-width:991px)  {
	#details .menu li {
		width: 50%;
	}
	#details .menu li a {
		font-size: 14px !important;
	}
}
#details .main article hgroup h4 {
	display: block;
	margin: 0;
	color: #111;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 1.8;
}
#details .main article hr {
	background-color: #eee;
	border: none;
	display: block;
	height: 1px;
	width: 100%;
	margin: 15px 0;
}
#details .main article small.info {
	display: block;
	margin-bottom: 15px;
	color: #999;
	font-size: 12px !important;
}
#details .main article section {
	display: block;
	text-align: justify;
	line-height: 1.8;
}
#details .main article section p,
#details .main article section div {
	display: block;
	margin-bottom: 10px;
}
#details .main article section img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.selected1 a,.parent1 a {    background-color: transparent !important;
    border-bottom: solid 4px #7eb8e4 !important;
    color: #7eb8e4 !important;
}
.hhh {font-size:18px !important;}
.selected2 a,.parent2 a {     background-color: #7fb8df !important;
    color: #fff !important;
}

.selected4 a,.parent4 a {         border-bottom: solid 2px #154d90 !important;
    color: #154d90 !important;
}

#wp_column_article h4 {
    display: block;
    margin: 0;
    color: #111;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 1.8;
}
.wp_paging li {
    display: inline-block !important;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 5px;
    width: auto !important;
    background: none !important;
    clear: none !important;    border: 0 !important;margin: 0 !important;
}



