@charset "utf-8";
/*搜索*/
#search {
	padding-top: 24px;
	height: 54px;
	text-align: center;
	float: right;
}
#search input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#search input[type=text] {
	font-size: 12px;
	min-height: 32px;
	margin: 0;
	padding: 7px 8px;
	outline: none;
	color: #ccc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;
	/*border: 1px solid #ccc;*/
    /*border-radius: 3px;*/
    /*box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);*/
    /*-moz-box-sizing: border-box;*/
	box-sizing: border-box;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in 0;
	vertical-align: middle;
}
#search .keyword {
	width: 330px;
	height: 14px;
	padding: 8px 5px;
	border: 1px solid #21628c;
}
#search .default-word {
	color: #ddd;
}
#search .button {
	width: 88px;
	height: 32px;
	line-height: 15px;
	border: 0 none;
	border: 1px solid #6a6a6a;
	background: url(../images/bg_x.png) repeat-x center top #f9f9f9;
	cursor: pointer;
}
#search .button:hover {
	background: #f9f9f9;
}
/* top menu */
.flexy-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}
.flexy-menu li {
	display: inline;
	font-size: 15px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 15px;
	position: relative
}
.flexy-menu>li>a {
	padding: 18px 20px;
	color: #000;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}
.flexy-menu li:hover>a, .flexy-menu li.active a {
	background: #555;
	color: #fff
}
.flexy-menu li.right {
	float: right
}
.flexy-menu ul, .flexy-menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	width: 180px;
	background: #fff;
	box-shadow: 0 1px rgba(0,0,0,0.5)
}
.flexy-menu ul {
	top: 51px;
	left: 0;
}
/*下拉菜单上面的三角形符号*/
/*.flexy-menu ul:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: 26px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #FFF;
}*/
.flexy-menu ul li ul {
	top: 0;
	left: 100%;
}
.flexy-menu ul li {
	clear: both;
	width: 100%;
	border: 0;
	font-size: 12px
}
.flexy-menu ul li a {
	padding: 10px 22px;
	width: 100%;
	color: /*#dedede;*/#000;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}
.thin>li>a {
	padding: 10px 22px
}
.thin ul {
	top: 40px
}
.thick>li>a {
	padding: 40px 22px
}
.thick ul {
	top: 100px
}
.flexy-menu i {
	line-height: 20px!important;
	margin-right: 6px;
	font-size: 18px;
	float: left
}
.flexy-menu>li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #dedede;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	background: #333
}
.flexy-menu>li.showhide span.title {
	margin: 16px 0 0 25px;
	float: left
}
.flexy-menu>li.showhide span.icon {
	margin: 17px 20px;
	float: right
}
.flexy-menu>li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc
}
.orange li:hover>a, .orange li.active a {
	background: #ff670f;
	color: #fff!important
}
.blue li:hover>a, .blue li.active a {
	background: #6666CC;
	color: #fff!important
}
.gray li:hover>a, .gray li.active a {
	background: #555;
	color: #fff!important
}
.flexy-menu.vertical {
	width: 200px
}
.flexy-menu.vertical li {
	width: 100%
}
.flexy-menu.vertical li a {
	display: inline-block!important;
	width: 100%;
	padding: 18px 20px 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.flexy-menu.vertical ul li {
	width: 100%
}
.flexy-menu.vertical ul, .flexy-menu.vertical ul li ul {
	width: 150px
}
.flexy-menu.vertical ul {
	top: 0;
	left: 100%
}
.flexy-menu.vertical ul li ul {
	top: 1px
}
.flexy-menu.vertical.right {
	float: right!important
}
.flexy-menu.vertical.right ul {
	left: -150px!important
}
@media only screen and (max-width:768px) {
.flexy-menu.vertical {
	width: 100%
}
.flexy-menu li {
	display: block;
	width: 100%
}
.flexy-menu>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px
}
.flexy-menu a {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.flexy-menu ul, .flexy-menu ul li ul, .flexy-menu.vertical ul, .flexy-menu.vertical ul li ul {
	width: 100%;
	left: 0;
	border-left: 0;
	position: static;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.flexy-menu ul li {
	border-left: 0;
	border-right: 0
}
.flexy-menu ul li a, .flexy-menu.vertical ul li a {
	padding-top: 10px;
	padding-bottom: 10px
}
.flexy-menu ul>li>a {
	padding-left: 40px!important
}
}
/* Flex Slider */
/*base sytel*/
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
	margin: 0;
	padding: 0
}
.flexslider .slides li {
	position: relative;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-viewport {
	max-height: 1170px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.slides .slide-caption {
	background-color: rgba(0, 0, 0, 0.8);
	top: 20px;
	left: 60%;
	padding: 10px 15px;
	position: absolute;
	text-align: center;
	width: 200px;
}
.slides .slide-title {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 0;
}
.slides .slide-subtitle {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
@media (max-width: 767px) {
.slides .slide-caption {
	display: none;
}
}
/* Direction Nav */
.flex-direction-nav {
	position: absolute;
	margin-left: 0;
	left: 0;
	bottom: 60%;
	width: 100%;
	opacity: 1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
.flex-direction-nav li {
	float: left;
	margin-left: 1px;
	list-style: none;
}
.flex-direction-nav a {
	display: inline-block;
	height: 50px;
	position: absolute;
	text-indent: -9999px;
	width: 50px;
}
.flex-direction-nav .flex-prev {
	background: url('../images/arrow-slider-left.png') no-repeat 50% 50%;
	left: 0;
	background-color: #F93;
}
.flex-direction-nav .flex-next {
	background: url('../images/arrow-slider-right.png') no-repeat 50% 50%;
	right: 0;
	background-color: #F93;
}
.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
	opacity: 1;
	background-color: #E84807;
}
.flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity = 30);
	cursor: default;
}
@media screen and (max-width: 767px) {
.flex-direction-nav {
	top: 0;/*height: 100%;*/
}
.flex-direction-nav a {
/*height: 100%;*/
}
}
/* Control Nav */
.flex-control-nav {
	bottom: 14px;
	margin-right: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 20px;
	height: 10px;
	display: block;
	background: #000000;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #E84807;
}
.flex-control-paging li a.flex-active {
	background: #E84807;
}
@media screen and (max-width: 767px) {
.flex-control-nav {
	display: none;
}
}
/* services camenu */
.camenu {
	background: #fff;
	position: relative;
	width: 100%;
}
.camenu-title {
	border-left: 10px solid #FFAE00;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 40px;
	padding-top: 12px;
	padding-left: 30px;
	background: #FFAE00;
}
.camenu-content {
	width: 100%;
	margin: 0;
}
.camenu-content ul {
	padding: 0;
	margin: 0;/*margin-left:-10px;*/
}
.camenu-content ul li {
	/*display: block;*/
	height: 40px;
	padding-left: 45px;
	/*margin: 0 5px;*/
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.camenu-content ul li a {
	font-size: 15px;
	line-height: 40px;
	color: #000;
	font-style: normal;
	letter-spacing: -1px;
	text-decoration: none;
	height: 40px;
}
.camenu-content ul li a:hover {
	text-decoration: none;
}
.camenu-content ul li:hover {
	background: /*#FFAE00*/#ffff99;/*border-left: 10px solid #FFAE00;*/
}
/* news */
.news {
	width: 100%;
	padding: 0 15px;
	background: #f4f4f4;
}
.news .title {
	padding-top: 15px;
	padding-left: 20px;
	width: 100%;
	height: 40px;
	border-left: 10px solid #FFAE00;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}
.news .newslist {
	width: 100%;
	height: 305px;
	font-size: 14px;
	line-height: 14px;
}
.news .newslist ul {
	margin: auto;
	padding-top: 0;
	padding-left: 30px;
}
.news .newslist ul li {
	margin: 15px 0;
}
.news .newslist ul li a {
	color: #000;
}
.news .newslist ul li a:hover {
	text-decoration: none;
	color: #F00
}
/* notice */
.notice {
	width: 100%;
	padding: 0 15px;
	background: #f4f4f4;
}
.notice .title {
	padding-top: 15px;
	padding-left: 20px;
	width: 100%;
	height: 40px;
	border-left: 10px solid #FFAE00;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}
.notice .noticelist {
	width: 100%;
	height: 305px;
	font-size: 14px;
	line-height: 14px;
}
.notice .noticelist ul {
	margin: auto;
	padding-top: 0;
	padding-left: 30px;
}
.notice .noticelist ul li {
	margin: 15px 0;
}
.notice .noticelist ul li a {
	color: #000;
}
.notice .noticelist ul li a:hover {
	text-decoration: none;
	color: #F00
}
/*-- banner-bottom --*/
.banner-bottom {
	margin: 0;
}
.banner-bottom-grids {
	border-right: 2px solid #ddd;
	float: left;
	width: 25%;
	margin-top: 0;
}
.banner-bottom-grid {
	background: #fff;
	padding: 1em 0;
	border-top: 10px solid #ddd;/*border-bottom: 2px solid #A4A4A4;*/
}
.um-fig {
	float: left;
	width: 20%;
}
.um-fig span {
	background: url(../images/m01.png) no-repeat 15px 37px;
	display: block;
	height: 73px;
}
.toy-fig {
	float: left;
	width: 20%;
}
.toy-fig span {
	background: url(../images/m02.png) no-repeat 15px 37px;
	display: block;
	height: 73px;
}
.arr-fig {
	float: left;
	width: 20%;
}
.arr-fig span {
	background: url(../images/m03.png) no-repeat 15px 37px;
	display: block;
	height: 73px;
}
.box-fig {
	float: left;
	width: 20%;
}
.box-fig span {
	background: url(../images/m04.png) no-repeat 15px 37px;
	display: block;
	height: 73px;
}
.um-text {
	float: left;
	padding-left: 1em;
	border-left: 1px solid #EFEFEF;
	width: 80%;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
}
.um-text h3 {
	color: #626262;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: -3px;
}
.um-text h3 span {
	color: #626262;
	font-weight: 600;
}
.um-text p {
	font-size: 14px;
	margin: 0.5em 0 0;
	color: #6C6C6C;
}
.banner-bottom-grid:nth-child(2) {
	margin-top: .5em;
}
.banner-bottom-grids:nth-child(4) {
	border-right: none;
}
/*-- //banner-bottom --*/

/* tab */
.idTab {
	width: 100%;
	/*background: #ddd;*/
	border-right: 2px #ddd solid;
	border-bottom: 1px solid #A4A4A4;
}
/*.idTab ul {
	margin: 10px 0 0;
	padding: 0px;
}*/
.idTab-title li {
	padding: 0px;
	position: relative;
	background-color: #eeeeee;
	cursor: pointer;
	/*display: inline-block;*/
	float: left;
	font-weight: bold;
	height: 50px;
	width: 25%;
	line-height: 50px;
	/*border-right: 1px solid #dddddd;*/
	font-size: 15px;
	text-align: center;
}
.idTab-title li a {
	display: block;
	font-size: 15px;
	line-height: 50px;
	color: #000;
}
.idTab-title li a.selected {
	background: #fff;
	color: #990000;
}
.idTab div {
	width: 100%;
	background: #fff;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 14px;
	height: auto;
	clear: left;
}
.tabCon li {
	margin: 15px 0;
}
.tabCon li a {
	color: #000;
}
.tabCon li a:hover {
	text-decoration: none;
	color: #F00
}
/* teaching Resources */
.res {
	margin: 10px 0 0 0;
	padding: 0px;
	width: 100%;
	background: #eeeeee;
}
.res .title {
	padding-top: 17px;
	padding-left: 20px;
	width: 100%;
	height: 50px;
	border-right: 2px #ddd solid;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
.res .resgrid {
	background: #fff;
	padding: 10px 0;
	border-right: 2px #ddd solid;
	border-bottom: 1px solid #A4A4A4;
}
.res .resgridfig {
	float: left;
	width: 30%;
}
.res .resgridfig span {
	margin: 20px 0;
	padding-left: 18px;
}
.restext {
	float: left;
	padding-left: 1em;
	border-left: 1px solid #EFEFEF;
	width: 70%;
	font-style: normal;
}
.restext ul {
	margin: 0;
	padding-top: 0;
	padding-left: 10px;
}
.restext ul li {
	margin: 5px 0;
}
.restext ul li a {
	color: #000;
}
.restext ul li a:hover {
	text-decoration: none;
	color: #F00
}
/* online */
.online {
	margin: 10px 0 0;
	padding: 0px;
	width: 100%;
	background: #eeeeee;
}
.online .title {
	padding-top: 17px;
	padding-left: 20px;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
.online .onlinegrid {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #A4A4A4;
}
.online .onlinegridfig {
	float: left;
	width: 30%;
}
.online .onlinegridfig span {
	margin: 20px 0;
	padding-left: 18px;
}
.onlinetext {
	float: left;
	padding-left: 1em;
	border-left: 1px solid #EFEFEF;
	width: 70%;
	font-style: normal;
}
.onlinetext ul {
	margin: 0;
	padding-top: 0;
	padding-left: 10px;
}
.onlinetext ul li {
	margin: 5px 0;
}
.onlinetext ul li a {
	color: #000;
}
.onlinetext ul li a:hover {
	text-decoration: none;
	color: #F00
}
/* quick link */
.quick {
	margin: 10px 0 0;
	padding: 0px;
	width: 100%;
	background: #eeeeee;
}
.quick .title {
	padding-top: 17px;
	padding-left: 20px;
	width: 100%;
	height: 50px;
	border-right: 2px #ddd solid;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
.quick .quickgrid {
	background: #fff;
	padding: 10px 0;
	border-right: 2px #ddd solid;
	border-bottom: 1px solid #A4A4A4;
}
.quick .quickgridfig {
	float: left;
	width: 15%;
}
.quick .quickgridfig span {
	display: block;
	padding-top: 5px;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
}
.quicktext {
	float: left;
	padding-left: 1em;
	border-left: 1px solid #EFEFEF;
	width: 85%;
	font-style: normal;
}
.quicktext ul {
	margin: 0;
	padding-top: 0;
	padding-left: 0px;
}
.quicktext ul li {
	margin: 5px 10px;
	float: left;
}
.quicktext ul li a {
	color: #000;
}
.quicktext ul li a:hover {
	text-decoration: none;
	color: #F00
}
/* images quicklink */
.iquick {
	margin-top: 10px;
	background: #fff;
	padding: 5px 10px;
	border-right: 2px #ddd solid;
	border-bottom: 1px solid #A4A4A4;
}
.iquickm {
	margin-top: 10px;
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #A4A4A4;
}
/* footer */
.footer {
	position: relative;
	margin: 20px 0;
	background: #999;
}
.footda {
	padding: 0px;
	width: 100%;
}
.footda .footdagrid {
	padding: 0px 10px;
	float: left;
	width: 50%;
}
.footd .footdagrid .title {
	fize-size: 14px;
	text-align: center;
	padding-left: 5px;
}
.footda .footdagridfig {
	width: 100%;
}
.footda .footdagridfig img {
	margin: 50px 0 20px 10px;
}
.footda .footdagridfigs {
	width: 100%;
}
.footda .footdagridfigs img {
	margin: 10px 0 10px 5px;
}
.footdatext {
	margin: 0;
	width: 100%;
	font-style: normal;
	color: #fff;
	text-align: center;
	padding-left: 15px;
}
.footdatext ul {
	margin: 0;
	padding-top: 0;
	padding-left: 0px;
}
.footdatext ul li {
	margin: 5px 10px;
	float: left;
}
.footdatext ul li a {
	color: #fff;
}
.footdatext ul li a:hover {
	text-decoration: none;
	color: #FF3;
}
.figl {
	border-left: 1px solid #2f73a2;
}
.figr {
	border-right: 1px solid #144e76;
}
/* newshtml content */
.accordion, .accordion ul, .accordion li, .accordion a, .accordion span {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.accordion li {
	list-style: none;
}
/* Layout & Style */

.accordion li > a {
	display: block;
	position: relative;
	min-width: 110px;
	padding: 0 10px 0 40px;
	height: 40px;
	color: #000;
	font: bold 15px;
	line-height: 40px;
	text-decoration: none;
	background: #999;
}
.accordion > li:hover > a, .accordion > li:target > a, .accordion > li > a.active {
	color: #fff;
	background: /*#a5cd4e*/#666699;
}
.accordion > li:hover > a span, .accordion > li:target > a span, .accordion > li > a.active span {
	color: #fdfdfd;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	background: #3e5706;
}
/* Images */

.accordion > li > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 24px;
	height: 24px;
	margin: 4px 8px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* Sub Menu */

.sub-menu li a {
	color: #797979;
	/*text-shadow: 1px 1px 0px rgba(255,255,255, .2);*/

	background: #e5e5e5;
	border-bottom: 1px solid #c9c9c9;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}
.sub-menu li:hover a {
	background: #efefef;
}
.sub-menu li:last-child a {
	border: none;
}
.sub-menu li > a span {
	color: #797979;
	text-shadow: 1px 1px 0px rgba(255,255,255, .2);
	background: transparent;
	border: 1px solid #c9c9c9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sub-menu em {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 14px;
	margin-top: 5px;
	color: #a6a6a6;
	font: normal 10px/32px Arial, sans-serif;
}
/* Functionality */

.accordion li > .sub-menu {
	display: none;
}
.accordion li:target > .sub-menu {
	display: block;
}
/* newscon */
.newscon {
	width: 100%;
	padding: 0 15px;
	background: #f4f4f4;
}
.newscon .title {
	padding-top: 15px;
	padding-left: 20px;
	width: 100%;
	height: 40px;
	border-left: 10px solid #FFAE00;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}
.newscon .newsconlist {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 10px;
}
.newscon .newsconlist ul {
	margin: auto;
	padding-top: 0;
	padding-left: 30px;
}
.newscon .newsconlist ul li {
	margin: 15px 0;
}
.newscon .newsconlist ul li a {
	color: #000;
}
.newscon .newsconlist ul li a:hover {
	text-decoration: none;
	color: #F00
}
/* left and right hight e */
.h-e {
	position: relative;
	height: 100%;
}
/*---test--*/
/* other Style for tabs */
.b-tab {
	color: #000;
	width: 100%;
	margin: 15px 0 15px 0;
	height: 290px;
}
.b-tabtitle li {
	float: left;
	position: relative;
	width: 121px;
	height: 40px;
	border-right: 1px solid #666;
	border-top: 2px solid #666;
	text-align: center;
	background: #f2f2f2;
}
.b-tabtitle li.first {
	border-left: 1px solid #656565;
}
.b-tab i {
	color: #000;
}
.b-tabtitle a {
	display: block;
	font-size: 15px;
	line-height: 40px;
	color: #000;
}
.b-tabtitle a.selected {
	margin-bottom: 1px solid #fff;
	border-top: 2px solid #f64803;
	color: #000;
	height: 40px;
	margin: -2px 0;
	padding: 0 0 2px 0;
	background: #fff;
}
.b-tabtitle a.selected i {
	color: #f64803;
}
.b-tab div {
	padding: 15px 0px 5px 0px;
	border-top: 1px solid #656565;
	width: 490px;
	height: 250px;
	clear: left;
	cursor: default;
}
.b-tabcontent li {
	background: url(template_files/2/images/sdb/images/li_bg.png) no-repeat 0px 6px;
	height: 22px;
	padding-left: 12px;
	font-size: 12px;
}
.b-tabcontent li a {
	color: #000;
}
.b-tabcontent li a:hover {
	color: #f00;
}
/*签到*/
/*buttons*/

.sbuttons {
	width: 100%;
	height: 50px;
	margin-bottom:5px;
	font-family: "Microsoft YaHei", sans-serif;
	line-height: 50px;
	color: #ffffff;
	background-color: #ff670f;
	display: inline-block;
	text-transform: uppercase;
	/*padding: 5px 20px;*/
	font-size: 16px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-align: center;
}
.sbuttons:hover {
	background-color: #F4A460;
	color:#fff;
}
/*新闻标题*/
.f-s3-head {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #eaf0f4;
}
.f-s3-box {
	position: relative;
}
.f-s3-box h12 {
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
	height: 45px;
	margin-top: 0px;
	font-size: 20px;
	line-height: 20px;
	color: /*#5e5e5e*/#FF4500;
	border-bottom: 1px solid /*#abb4bb*/#741b7f;
	display: inline-block;
}
.f-s3-box span {
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	color: #cac9c9;
	margin-left: 8px;
}
.f-s3-box a {
	position: absolute;
	top: 16px;
	right: 0;
	color: #858585;
	font-size: 13px;
	line-height: 13px;
	width: 42px;
	display: block;
}
.f-s3-box a i {
	width: 6px;
	height: 10px;
	display: inline-block;
	background: url(../images/arr-more2.png) no-repeat;
	margin-left: 10px;
}
/* news */
.news {
	width: 100%;
	padding: 0 15px;
	background: #fff;
}
.news .title {
	padding-top: 15px;
	padding-left: 20px;
	width: 100%;
	height: 40px;
	border-left: 10px solid #FFAE00;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}
.news .newslist {
	width: 100%;
	height: 305px;
	font-size: 14px;
	line-height: 14px;
}
.news .newslist ul {
	margin: auto;
	padding-top: 10px;
	padding-left: 30px;
}
.news .newslist ul li {
	margin: 15px 0;
}
.news .newslist ul li a {
	color: #000;
}
.news .newslist ul li a:hover {
	text-decoration: none;
	color: #F00
}
/* notice */
.notice {
	width: 100%;
	padding: 0 15px;
	background: #fff;
}
.notice .title {
	padding-top: 15px;
	padding-left: 20px;
	width: 100%;
	height: 40px;
	border-left: 10px solid #FFAE00;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}
.notice .noticelist {
	width: 100%;
	height: 305px;
	font-size: 14px;
	line-height: 14px;
}
.notice .noticelist ul {
	margin: auto;
	padding-top: 10px;
	padding-left: 30px;
}
.notice .noticelist ul li {
	margin: 15px 0;
}
.notice .noticelist ul li a {
	color: #000;
}
.notice .noticelist ul li a:hover {
	text-decoration: none;
	color: #F00
}
/* 图片轮播*/
.content_white {
	text-align: center;
	padding: 3em 0;
}
.content_white h2 {
	font-size: 2em;
	font-weight: bold;
	color: #637f83;
}
.content_white p {
	color: #637f83;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 0.6em;
}
.m_3 {
	text-align: center;
	position: relative;
}
span.left_line {
	height: 1px;
	width: 32em;
	display: block;
	background: #D8D5D5;
	position: absolute;
	left: 13.5em;
	bottom: 5px;
}
span.right_line {
	height: 1px;
	width: 34em;
	display: block;
	background: #D8D5D5;
	position: absolute;
	right: 14em;
	bottom: 5px;
}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	/*max-width: 100%;*/
	margin-top:5px;
	margin-left:-15px;
	margin-right:-15px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 3em 0;
}
.nbs-flexisel-item {
	float: left;
	/*margin: 0px;*/
	margin: 0px;
	padding: 0px ;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	padding-right: 5px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top: -7.0em;
}
.nbs-flexisel-nav-left {
	left: 0em;
	background: url(../images/img-sprite.png) no-repeat -99px -101px;
}
.nbs-flexisel-nav-right {
	right: 0em;
	background: url(../images/img-sprite.png) no-repeat -133px -102px;
}
.portfolio-btn {
	text-align: center;
	margin-bottom: 2em;
}
.portfolio_btn {
	padding: 10px 25px;
	font-size: 16px;
	cursor: pointer;
	border: none;
	background: #741b7f;
	color: #fff;
	/*font-weight: 600;*/
	text-decoration: none;
	outline: none;
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
}
.portfolio_btn:hover {
	background: #637f83;
	text-decoration: none;
	color: #fff;
}
.testmonial {
	border-top: 1px solid #D8D5D5;
	padding: 4em 0;
}
.testmonial_top {
	margin-bottom: 2em;
}
ul.test_box {
	padding: 0;
	list-style: none;
}
ul.test_box li.test_img {
	float: left;
	width: 20%;
	margin-right: 1em;
}
ul.test_box li.test_desc {
	float: left;
	width: 77%;
}
ul.test_box li.test_desc h4 a {
	font-size: 1.1em;
	font-weight: bold;
	color: #637f83;
	text-decoration: none;
}
ul.test_box li.test_desc h4 a:hover {
	color: #e4551d;
}
ul.test_box li.test_desc p {
	color: #999;
	font-size: 0.95em;
	line-height: 1.8em;
}
.test_btn {
	display: inline-block;
	font-size: 1em;
	cursor: pointer;
	border: none;
	color: #e4551d;
	text-decoration: none;
	outline: none;
}
.sdbpicicon {
	margin: 0 auto;
	width: 100%;
	height: 30px;
	border-bottom: 1px #7a1723 solid;
}
.ipictitle {
	width: 700px;
	margin: 5px 0px 10px 0px;
	float: left;
	height: 30px;
	padding: 0px;
	/*border-top:6px #3366cc solid;*/
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
/* footer */
.tc-footer-copyright {
	position: relative;
	z-index: 100;
	text-align: center;
	padding: 40px 0 80px;
	background: /*#f6f6f6*/#ddd;
	min-width: 1000px;
}
.tc-footer-copyright .department, .tc-footer .tc-footer-copyright .department a {
	font-size: 14px;
	color: #000;
}
.tc-footer-copyright .department a:hover {
	color: #C00
}
.tc-footer-copyright .department {
	border-bottom: 1px solid #999;
	line-height: 35px;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 1200px
}
.tc-footer-copyright .department .icon-tc {
	display: inline-block;
	width: 94px;
	height: 16px;
	background-image: url(sprite/global-home.png);
	background-position: -98px -45px;
	margin-right: 20px
}
.tc-footer-copyright .department a {
	margin: 0 5px;
	font-size: 14px;
	color: /*#8f8f8f*/#000
}
.tc-footer-copyright .links, .tc-footer-copyright .links {
	line-height: 20px
}
.tc-footer-copyright .links, .tc-footer-copyright .links a {
	color: /*#8f8f8f*/#000;
	font-size: 12px;
	margin: 0 5px
}
.tc-footer-copyright .links a:hover {
	color: #333
}
.tc-footer-copyright .links .line-2 .slide {
	margin: 0 5px
}
.tc-footer-copyright .links .last {
	margin-top: 10px
}
.tc-footer-copyright .links .slide {
	margin-left: 10px;
	display: inline-block
}
.tc-footer-copyright .links .ssl {
	margin-left: 10px;
	display: inline-block
}
.visually-hidden {
	position: absolute!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	padding: 0!important;
	border: 0!important;
	height: 1px!important;
	width: 1px!important;
	overflow: hidden
}
.short-nav .dcontent {
	width: 1000px
}
.short-nav .main-nav li h2 a {
	font-size: 14px;
	padding: 0 15px
}
.short-nav .assist-nav li a.nav-name {
	font-size: 12px
}
.short-nav .assist-nav li.current .sub-menu a {
	font-size: 12px
}
.short .dcontent {
	width: 1000px
}
.short .lastinner {
	margin-left: 100px
}
.short .department {
	width: 1000px
}
.addborder {
	border-top: 1px solid #eaeaea
}

/*paging css */
.tit { padding:5px; font-size:14px; font-weight:bold; font-family:Tahoma, Geneva, sans-serif;}
.tit em { padding:0 10px; font-size:10px;}
.tit { border-bottom:2px solid #993333;}