@charset "utf-8";
/* CSS Document */

body {
	overflow-x: hidden;
}
.carousel-control {
	width: auto;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.six-icon {
	height: 90px;
	background-color: white;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px -3px 3px rgba(0,0,0,0.15);
	margin-top: -190px;
	z-index: 99999;
	position: relative;
}
.six-icon span {
	font-size: 50px;
}
.six-icon a {
	color: #333;
	text-decoration: none;
}
.six-icon .col-sm-2 {
	text-align: center;
}
.newstitle {
	font-size: 20px;
	margin-top: 0px;
	border-left: 5px solid #37B8E1;
	padding-left: 5px;
}
.headline {
	font-size: 22px;
	color: #01698A;
}
.newslist {
	color: #37B8E1;
	margin-right: 15px;
	padding-left: 15px;
	margin-top: -15px;
}
.newslist>li {
	padding: 10px 0px;
	border-bottom: 1px dashed #D7D7D7;
	position: relative;
}
.newslist>li>a {
	color: black;
}
.newslist>li>span {
	float: right;
	font-size: 12px;
}
.newslist>li:first-child{
	font-size: 14px;
	color: #37B8E1;
	padding: 20px 0px 10px 0px;
	border-bottom: 1px solid #DDD;
}
.newslist>li:first-child>a{
	color: #01698A;
	font-size: 22px;
}
.newslist>li:first-child>span{
	display: none;
}
.more {
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 9999;
	font-size: 12px;
}
.thumbnail h3 {
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	overflow: hidden;
	position: relative;
}
.thumbnail-blue:after {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 10px;
	background-color: #005090;
	transform: rotate(-45deg);
	right: -115px;
	top: 50px;
}
.thumbnail-blue:before {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 5px;
	background-color: deepskyblue;
	transform: rotate(-45deg);
	right: -100px;
	top: 50px;
}
.thumbnail-yellow:after {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 10px;
	background-color: orange;
	transform: rotate(-45deg);
	right: -125px;
	top: 50px;
}
.thumbnail-yellow:before {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 5px;
	background-color: #FFC241;
	transform: rotate(-45deg);
	right: -110px;
	top: 50px;
}
.thumbnail-green:after {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 10px;
	background-color: limegreen;
	transform: rotate(-45deg);
	right: -115px;
	top: 50px;
}
.thumbnail-green:before {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 5px;
	background-color: greenyellow;
	transform: rotate(-45deg);
	right: -100px;
	top: 50px;
}
.thumbnail-purple:after {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 10px;
	background-color: purple;
	transform: rotate(-45deg);
	right: -115px;
	top: 50px;
}
.thumbnail-purple:before {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 5px;
	background-color: mediumpurple;
	transform: rotate(-45deg);
	right: -100px;
	top: 50px;
}
.thumbnail-red:after {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 10px;
	background-color: indianred;
	transform: rotate(-45deg);
	right: -125px;
	top: 50px;
}
.thumbnail-red:before {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 5px;
	background-color: orangered;
	transform: rotate(-45deg);
	right: -110px;
	top: 50px;
}
.caption h3 {
	position: relative;
	z-index: 999;
	line-height: 50px;
	text-indent: 40px;
}
.caption span {
	position: absolute;
	z-index: 1;
	font-size: 72px;
	color: #DDDDDD;
	left: -15px;
	bottom: -20px;
	transition: all 0.3s;
}
.thumbnail:hover span {
	font-size: 100px;
	left: 5px;
	bottom: -40px;
}
.caption a {
	text-decoration: none;
}
.nav-tabs {
	border-bottom: 1px solid #00BCD4;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #00BCD4;
	border-bottom-color: transparent;
}
.yuanxi {
	border: 5px solid #00BCD4;
	margin: 0px 15px 0px 15px;
}
.yuanxi>h1 {
	font-size: 22px;
	color: #333;
	margin: 0;
	padding: 0px 0px 0px 20px;
	height: 40px;
	background-color: white;
	width: 130px;
	top: -10px;
	left: 30px;
	position: relative;
}
.yuanxilist {
	padding: 0;
	margin: -10px 0px 20px 50px;
}
.yuanxilist li {
	display: inline-block;
	width: 19.5%;
	line-height: 35px;
	font-size: 16px;
}
.gdit {
	padding: 35px 0px 35px 0px;
	background-color: #E7FCFD;
	margin-top: 35px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: 16% 0px;
}

@media (max-width:768px) {
.yuanxilist li {
	display: inline-block;
	width: 80%;
	line-height: 35px;
	font-size: 16px;
}
}