/*common.css*/
@font-face {
	font-family: 'helvetica-light';
	src: url('/html/moth/fonts/helvetica-light.ttf');
	src: url('/html/moth/fonts/helvetica-light.ttf') format('truetype');
}
.box{
	behavior: url(/html/moth/vendor/ie-support/iecss3.htc);
}
.c666{color:#666;}
/*IE圆角支持*/
.ie-suport-circle {
	position: relative;
	z-index: 2;

}
/*全局设置*/
* {
	box-sizing: border-box;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color emoji ;
}

body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
/*CSS Reset*/
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
input {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
a {
	color: #0d1c2b;
}
input[type="radio"] {
	width: 13px;
    height: 13px;
    vertical-align: -4px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 1px rgb(104,104,104);
    color: #ffffff;
    margin: 0 10px;
    outline: none !important;
    -webkit-appearance: none;
}
input[type="radio"]:checked {
	border: 3px solid #e60f0f;
}
.select-wrap {
	overflow: hidden\0;
    vertical-align: middle\0;
    display: inline-block;
    border-right: 1px solid #eee\0;
    background: url(/html/moth/images/default/arrow.png) no-repeat right center\0;
    
}
select::-ms-expand {
	display: none;
}
select {
	background: transparent;
	border: 1px solid #eee;
	border-radius: 3px;
    height: 2.4em;
    line-height: 2.4em;
    margin-left: 0.2em;
    padding-left: 1.2em;
    padding-right: 1.8em;
    outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance:none;
	background: url(/html/moth/images/default/arrow.png) no-repeat scroll right center transparent;
	background:none\0;
	width:150%\0;
    padding-bottom: 0.4em\0;
    padding-left: 0em\0;
}
select option {
	width: 100%;
}

/*Content common css*/
/*文本不被选中*/
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.item {
	
}
.content .item .item-header {
    text-align: center;
    width: 74%;
    max-width: 1164px;
    margin: 0 auto;
    padding: 50px 0px 42px;
}
.item-deractor {
	position: absolute;
	width: 1200px;
}

.circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #c7c4cc;
	margin: 0 auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fc999 {
	color: #999;
}
.error-msg-label {
	position: absolute;
}
.ipt-normal {
    margin: 0 1em;
	border: 1px solid #d9d9d9;
}
.error-msg {
	position: relative;
	min-height: 1em;
}
.error-msg label {
	position: absolute;
	color: #ef4335;
	left: 18px;
    line-height: 1em;
    text-align: left;
    display: none;
}
.bg-blue {
	background-color: #42b2e1;
}
.bg-red {
	background-color: #ef4335;
}
/*二级页面banner*/
.subbanner {
	width: 100%;
    height: 200px;
    font-size: 16px;
    color: #fff;
    background-position: center center !important;
}
.subbanner-breadcrumbs {
	position: relative;
	top: 170px;
	left: 20px;
}
.subbanner-breadcrumbs a {
	color: #fff;
	text-decoration: none;
}
/*页内大标题(两边为横线中间上面为中文大标题,下面为英文小标题)*/
.inline-header-component {
	text-align: center;
    width: 100%;
    max-width: 1164px;
    margin: 0 auto;
    padding: 50px 0px 42px;
}
.inline-header-component > div {
	display: inline-block;
}
.inline-header-component hr {
	display: inline-block;
    width: 100%;
    border-top: 2px solid #999;
    margin: 20px 0 40px;
}

.inline-header-component .component-title {
	font-size: 36px;
    color: #333;
    margin: 0;
    padding: 0 0.5em;
}
.inline-header-component .component-subtitle {
    font-size: 12px;
   	line-height: 12px;
}
/*End common css*/

/**  404page  **/
.wrap404 {
	text-align: center;
    min-height: 600px;
}
.back404 {
	height: 500px;
}
.btn404 {
	width: 280px;
    height: 80px;
    margin-top: -50px;
    background-color: #e03a40;
    color: #fff;
    font-size: 36px;
    font-weight: 100;
}
.btn404:hover {
	color: #fff;
}
/**  End 404page  **/




/*** Second-Level Page Common Bar ***/
.banner {
	position: relative;
	width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom:10px;
}
.banner-common { background-image: url("/html/moth/images/background/banner-news.png"); }
.banner-course { background-image: url("/html/moth/images/background/banner-plan.png"); }
.banner-report { background-image: url("/html/moth/images/background/banner-report.png"); }
.banner-concat { background-image: url("/html/moth/images/background/banner-concat.png");}
.navbar-crumb {
    font-size: 16px;
	color: #666666;
}
.navbar-crumb li { display: inline-block; }
.navbar-crumb li+li:before {
	content: '>';
	color: #666;
}
.navbar-crumb li.active {
    max-width: 200px;
    max-height: 22px;
    overflow: hidden;
    vertical-align: top;
}
.new-recom{float:right;width:300px;margin-left:40px;}
.new-content{width:800px;}
.new-recom li{max-height:180px;margin-bottom:4px;}
.new-recom li img{
	width:100%;
	height:180px;
}
.navbar-title{background-color:#efefef;position:relative;padding-left:20px;height:30px;line-height:31px;color:#666;font-size:16px;}
.navbar-title:after{content:'';display:block;width:10px;height:30px;background-color:#e1e1e1;position:absolute;top:0;left:0;}
.navbar-crumb li.active:after {	content: '···'; }
.navbar-crumb a { color: #666666; }
/*** News Page ***/

.news .inner-header {
	text-align: center;
    color: #666;
    padding-bottom: 20px;
    border-bottom:2px solid #cccccc;
}
.news .inner-header p { color: #999; }
.news .inner-header hr { border-color: #ccc; }
.news .inner-content {
    padding: 1.2em 1em;
   	min-height: 360px;
}
.news .inner-contact {
	font-size: 18px;
	text-align: left;
	color: #666;
}
.news .other-header {
	padding: 1.6em 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.news .other-header span {
    margin-left: 1.2em;
}
.news .other-list {
	
}
.news .other-list ul {
	float: left;
	width: 50%;
    padding: 2.5em 0;
}
.news .other-list li {
    font-size: 1em;
    height: 1.428em;
    line-height: 1.428em;
    margin-bottom: 1.4em;
    margin-right: 4em;
    overflow: hidden;
}
.news .other-list li:before {
    content: '●';
    padding-left: 1em;
    padding-right: 0.5em;
}
.news .other-list a {
	color: #666;
}
/** news-list page **/
.newslist{}
.newslist .content {
	padding:0px 0 70px;
}
.newslist .item {
	display: flex;
	padding: 3em 0;
	border-bottom: 1px solid #cbcbcb;
}


.newslist .item>div:first-child {
	padding-left: 0;
}
.newslist .item div[class*="col-"] {
	display: table-cell;
	min-height: 120px;
}
.newslist .item .image {
	position: relative;
}
.newslist .item .image:before {
	content:"";
	display: inline-block;
	width: 100%;
	padding-top: 64.286%;
}
.newslist .item img {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.newslist .item .context {
	position: relative;
	padding: 0 1em;
    top: 50%;
    transform: translateY(-50%);
}
.newslist .item .title {
	font-size: 18px;
	color: #333;
    margin-bottom: 1em;
}
.newslist .item .keywords {
	color: #999;
}
.newslist .item .date {
    position: relative;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 22px;
	line-height: 1.4em;
    padding-top: 0.4em;
    width: 4.2em;
    height: 3.6em;
    color: #fff;
	border-radius: 6px;
    background-color: #86b8d8;
}
.newslist .item span {
	display: inline-block;
}
/*.newslist button {
    font-size: 18px;
    width: 9em;
    height: 2.5em;
    line-height: 2.5em;
    background: none;
    color: #999;
    border: 1px solid #999;
    border-radius: 1.25em;
    margin: 2em auto;
}*/
/*  Course Page  */
.course {
	min-height: 500px;
    font-family: 'helvetica-light';
}
.course-btn {
	background-color: #ed1d25;
    width: 280px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    border: 0;
}
.course-btn:hover {
	color: #fff;
}
.course-white {
	color: #fff !important;
}
.course-sparse {
	line-height: 36px;
}
.course-sm-sparse {
	line-height: 32px;
}
.course-clearp {
	margin-bottom: 0;
}
.course-deep {
	background-color: #eee;
}
.course-left {
	text-align: left;
}
.course-header {
	color: #fff;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.course-title-wrap {
    font-size: 22px;
    margin: 0 auto;
    padding-top: 276px;
    text-align: center;
}
.course-title {
    font-size: 48px;
    line-height: 48px;
    /*padding-bottom: 20px;*/
}
.course-title-decor {
    border-bottom: 3px solid #fff;
}
.course-content {
	margin: 0 auto;
	padding: 0 0 100px;
}
.course-item {
	text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.course-item-topimg {
	padding-bottom: 20px;
}
.course-item-wrap {
    width: 980px;
    padding: 60px 20px 70px;
    margin: 0 auto;
}
.course-item-content {
	font-size: 18px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #666;
}
.course-item-title {
    font-size: 42px;
    line-height: 42px;
    color: #333;
    margin-bottom: 40px;
}
.course-item-compact-title {
	font-size: 42px;
    line-height: 42px;
    color: #333;
    margin-bottom: 5px;
}
.course-item-sm-title {
	font-size: 36px;
    line-height: 36px;
    color: #333;
    margin-bottom: 32px;
}
.course-inner-item {
    padding: 60px 0 40px;
}
.course-inner-sm-item {
	padding-top: 60px;
}
.course-para-block {
	display: inline-block;
    width: 450px;
    vertical-align: top;
}
.course-para-compact-block {
	display: inline-block;
    width: 300px;
    vertical-align: top;
}
.course-circle {
	width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 auto;
    vertical-align: middle;
    padding-top: 112px;
    box-shadow: 0 0 3px #ff0404;
    -moz-box-shadow: 0 0 3px #ff0404;
    -webkit-box-shadow: 0 0 3px #ff0404;
}
.course-compact-circle {
	width: 240px;
    height: 240px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 auto;
    vertical-align: middle;
    padding-top:72px;
    box-shadow: 0 0 3px #ff0404;
    -moz-box-shadow: 0 0 3px #ff0404;
    -webkit-box-shadow: 0 0 3px #ff0404;
}
.course-pic {
    padding-top: 100px;
}
.course-pic-item {
	display: inline-block;
	padding: 0 40px;
}
.course-pic-wrap {
	/*height: 117px;*/
}
.course-pic-title{
	font-size: 36px;
    line-height: 36px;
    margin: 32px 0 32px;
}
.course-pic-subtitle {
    font-size: 18px;
    color: #333;
}
.course-pic-describe {
    font-size: 12px;
    color: #999;
}
.course-block-wrap {
	
}
.course-block {
    display: inline-block;
    width: 260px;
    height: 400px;
    padding: 30px 24px 8px;
    margin: 60px 24px;
    vertical-align: top;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
.course-block-title {
    font-size: 32px;
    font-weight: bold;
}
/***  ConcatPage  ***/
.concat {
    /* background-color: #eee; */
}
.concat .content {
	padding-bottom: 80px;
}
.concat .item {
	font-size: 16px;
    margin: 50px 20px 80px;
    border-top: 1px solid #d9d9d9;
}
.concat .item .info {
	padding-left: 6px;
}
.concat .item .map {
	padding-right: 6px;
}
.concat .item h2 {
	margin-top: 24px;
	margin-bottom: 16px;
}
.concat .item .image {
	width: 380px;
    height: 200px;
    margin: 26px auto 0;
    border: 1px solid #dadada;
    /* background-color: #000; */
}
.concat .item .image.loose {
	margin-top: 36px;
}
.concat .item .image label {
	max-width: 9999px;
}
.concat .item .image .anchorBL {
	display: none;
}












/***************************/
/*  Course Plan Page  */
.cplan {
    position: relative;
    font-family: 'helvetica-light';
}
/*  End Course Plan Page  */
/***************************/
/***************************/
/*  News & NewsList Page  */
.cnews {
    position: relative;
    font-family: 'helvetica-light';
}
/*  End News & NewsList Page  */
/***************************/

#wrapper .container {
	width: 100%;
	padding: 0;
}


#banner {
	width: 100%;
	height: 200px;
	background-position: center center !important;
}

#banner>div {
	font-size: 16px;
	color: #fff;
}
#list-wrapper #content {
	min-height: 360px;
}
#list-wrapper #content>div {
	text-align: center;
	vertical-align: top;
	margin-top: 30px;
}

#list-wrapper #content>div:first-child {
	margin-top: 80px;
}

#list-wrapper #content>div>div {
	margin-right: 50px;
	display: inline-block;
	vertical-align: top;
}

#list-wrapper #content>div .news-img {
	width: 280px;
	height: 180px;
}

#list-wrapper #content>div .news-img>img {
	width: 100%;
	height: 100%;
}

#list-wrapper #content>div .news-cont {
	width: 610px;
	height: 180px;
	padding: 40px 20px 40px 0;
}

#list-wrapper #content>div .news-cont>div {
	color: #999;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
	margin-top: 20px;
}

#list-wrapper #content>div .news-cont>div:first-child {
	font-size: 18px;
	line-height: 18px;
	color: #333;
}

#list-wrapper #content>div .news-date {
	background-color: #86b8d8;
	width: 90px;
	height: 75px;
	margin-top: 55px;
	font-size: 22px;
	font-family: arial;
	color: #fff;
	border-radius: 6px;
	padding-top: 6px;
}

#list-wrapper #content>hr {
	margin: 30px 5px;
	border: 0;
	background-color: #cbcbcb;
	height: 1px;
}

#list-wrapper #content>hr:last-child {
	display: none;
}

#list-wrapper #moreTag {
	margin-top: 40px;
	text-align: center;
}

#list-wrapper #moreTag button {
	width: 160px;
	height: 44px;
	background-color: #fff;
	color: #999;
	border: 1px solid #999;
	border-radius: 30px;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 60px;
}

#news-wrapper #content>div {
	text-align: center;
	vertical-align: top;
	margin-top: 80px;
	margin-bottom: 50px;
}

#news-wrapper #content  hr {
	border: 0;
	background-color: #ccc;
	height: 1px;
}

#news-wrapper #content>div>.head {
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
	margin-bottom: 40px;
}

#news-wrapper #content>div>.head .title {
	font-size: 32px;
	color: #111;
	line-height: 32px;
	margin-bottom: 30px;
}

#news-wrapper #content>div>.content {
	min-height: 300px;
	width: 1100px;
	margin: 0 auto;
}

#news-wrapper #content>div>.contact {
	text-align: left;
	font-size: 18px;
	color: #666;
	/*padding-left: 20px;*/
}

#news-wrapper #content>div>.contact p {
	display: inline-block;
	padding-left: 20px;
}

#news-wrapper #content>div>.other {
	/*width: 1000px;*/
	text-align: center;
}

#news-wrapper #content>div>.other>div {
	clear: both;
	font-size: 18px;
	line-height: 18px;
	padding: 25px;
}

#news-wrapper #content>div>.other>div>div:first-child {
	float: left;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	width: 500px;
}

#news-wrapper #content>div>.other>div>div:last-child {
	float: right;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	width: 500px;
}

#news-wrapper #content>div>.other>div i {
	font-size: 10px;
	line-height: 23px;
	padding-right: 10px;
}

#news-wrapper #content>div>.other>div a {
	display: inline-block;
    text-decoration: none;
    color: #666;
    width: 460px;
    height: 23px;
    line-height: 23px;
    vertical-align: top;
    overflow: hidden;
}

.about .banner-header {
    width: 100%;
	height: 480px;
}
.about .banner-wrapper {
    width: 900px;
	height: 480px;
    margin: 0 auto;
    padding: 112px 0;
}
.about .banner-title {
	width: 450px;
    height: 240px;
    float: left;
    display: inline-block;
    color: #fff;
}
.about .banner-left {
	padding: 36px 80px 36px 50px;
}
.about .banner-right {
	padding: 32px 16px;
	font-size: 16px;
    line-height: 32px;
	border: 1px solid #fff;
}
.about .banner-left p {
	position: relative;
}
.about .lquote {
	position: absolute;
    left: -32px;
    top: 6px;
}
.about .rquote {
	position: absolute;
    right: -24px;
    top: 0;
}
.about .banner-left-title {
	font-size: 48px;
}
.about .banner-left-desc {
	color: #ef5548;
	font-size: 32px;
}
.about .banner-left-crib {
	font-size: 16px;
	color: #eee;
}
.about .about-content {
	font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.about .about-item {
    padding: 60px 0 0;
	text-align: left;
	color: #575757;
}
.about .about-item-header {
	text-align: center;
}
.about .about-item-content {
	margin-top: 60px;
}
.about .item-header-wrap {
	width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 16px 0 6px;
	background-color: #ef4333;
}
.about .item-header-main {
	font-size: 42px;
	line-height: 42px;
}
.about .item-ldetail {
	display: inline-block;
	float: left;
	width: 40%;
}
.about .item-nav {
	display: inline-block;
	float: left;
	width: 20%;
	text-align: center;
	margin: 0 auto;
}
.about .item-rdetail {
	display: inline-block;
	float: left;
	width: 40%;
	padding-top: 16%;
}
.about .vertical-line {
	margin: 0 auto;
	clear: both;
	width: 2px;
	border-left: 2px solid #ef4335;
}
.about .transver-line {
	width: 40%;
    height: 1px;
    display: inline-block;
    float: left;
    margin-top: 23px;
    border-top: 1px solid #ef4335;
}
.about .nav-round {
	display: inline-block;
    float: left;
}
.about .item-node {
	border: 1px solid #ef4335;
    padding: 12px;
    border-radius: 6px;
    margin: 0 14px;
}
.about .item-node:hover {
	box-shadow: 2px 2px 6px rgba(232, 78, 69, 0.6);
	-moz-box-shadow: 2px 2px 6px rgba(232, 78, 69, 0.6);
	-webkit-box-shadow: 2px 2px 6px rgba(232, 78, 69, 0.6);
}
.about .item-inner-title {
	font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}
.about .item-inner-banner {
	text-align: center;
	padding-bottom: 50px;
}
.about .item-inner-content {
	font-size: 16px;
    color: #666;
	padding-bottom: 106px;
}
.about .item-inner-strong {
	font-weight: bold;
    font-size: 24px;
    color: #333;
}
.about .inner-content-navbar {
	text-align: center;
	display: table;
	margin: 0 auto;
}
.about .regblock {
	width: 180px;
    height: 90px;
    color: #fff;
    padding: 0 6px;
    vertical-align: top;
    display: table-cell;
    position: relative;
    cursor: pointer;
}
.about .business-nav-block .active:after {
	content: "\25BC";
    position: absolute;
    bottom: -20px;
    left: 20px;
}
.about .regblock-desc {
	width: 168px;
	height: 90px;
	color: #fff;
	padding: 0 4px;
	border-radius: 4px;
    vertical-align: middle;
    display: table-cell;
}
.about .regblock-desc:hover {
	
}
.bc-course-navbar {
	
}
.bc-course-icon-wrap {
	display: inline-block;
    margin: 42px;
    vertical-align: top;
    cursor: pointer;
}
.bc-course-icon {
    width: 120px;
    height: 120px;
    border: 1px solid #ef4335;
    border-radius: 50%;
    line-height: 120px;
}
.bc-course-title {
	color: #575757;
	margin-top: 10px;
	line-height: 1.5;
}
.bc-course-content {
	width: 70%;
    margin: 0 auto;
    padding: 20px 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 2px #ddd;
}
.bottom-angle:after {
    content: "\25BC";
    position: absolute;
    bottom: -40px;
    left: 10px;
    color: #96b4cb;
}
.options-target .item {
	display: none;
}
.options-target .active {
	display: inline-block;
}
.ellipse-wrap {
	margin: 1em auto 0;
	width: 800px;
	height: 300px;
	position: relative;
}
.ellipse {
	position: absolute;
	width: 700px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -75px;
	border-radius: 50%;
	border: 2px dashed #ef4335;
}
.ecircle {
    position: absolute;
    display: inline-block;
   	top: 50%;
    left: 50%;
	width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    font-size: 19px;
    border: 1px solid #ef4335;
    border-radius: 50%;
    background-color: #fff;
    z-index: 9;
    cursor: pointer;
}
.ecircle.active {
    background-color: #ef4335;
    color: #fff;
    transition: background-color .8s;
    -webkit-transition: background-color .8s;
    -moz-transition: background-color .8s;
}
.ecircle.default {
	width: 120px;
    height: 120px;
    line-height: 120px;
}
.ecircle-l1 {
    margin-left: -380px;
    margin-top: -42px;
}
.ecircle-l2 {
    margin-left: -180px;
    margin-top: -120px;
}
.ecircle-l3 {
    margin-left: 100px;
    margin-top: -120px;
}
.ecircle-l4 {
    margin-left: 300px;
    margin-top: -42px;
}
.ecircle-l5 {
    margin-left: -60px;
    margin-top: 12px;
}
.about .inner-content-navbar-desc {
	min-height: 130px;
	border: 1px solid #ccc;
    padding: 14px 20px;
    margin: 20px 36px;
    border-radius: 4px;
}
.about .inner-content-navbar-desc p {
	display: none;
}
.about .inner-content-navbar-desc .active {
	display: inline-block;
}
.about .about-item-subtitle {
	text-align: center;
	font-size: 18px;
	color: #575757;
	padding: 24px 0 40px;
}
.about .inner-control {
	display: table-cell;
    width: 160px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #ef4333;
    border: 1px solid #ef4333;
    cursor: pointer;
}
.about .inner-left-control {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.about .inner-right-control {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.about .inner-control-active {
	color: #fff;
    background-color: #ef4333;
}
.about .inner-content-carouse {
	text-align: center;
	margin: 70px auto 0;
}
.about .img-row {
    margin: 34px 0;
}
.about .img-row:first-child {
	margin-top: 0;
}
.about .logo-wrapper {
	display: inline-block;
	width: 217px;
    height: 92px;
    line-height: 92px;
	vertical-align: middle;
	margin: 0 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.about .clear-margin {
	margin: 0;
	margin-bottom: 70px;
}
.about .inner-control-bar {
	display: inline-block;
	color: #666;
	font-size: 16px;
	line-height: 16px;
	padding: 12px;
	margin: 24px;
	border-radius: 4px;
	border: 1px solid #c2c2c2;
	cursor: pointer;
}
.about .inner-control-bar:hover {
	box-shadow: 1px 1px 4px #bbb;
	-moz-box-shadow: 1px 1px 4px #bbb;
	-webkit-box-shadow: 1px 1px 4px #bbb;
}
.about .advantage .inner-content-navbar .active:hover {
	box-shadow: 2px 2px 6px rgba(232, 78, 69, 0.6);
	-moz-box-shadow: 2px 2px 6px rgba(232, 78, 69, 0.6);
	-webkit-box-shadow: 2px 2px 6px rgba(232, 78, 69, 0.6);
}
.about .inner-control-bar-desc p {
	display: none
}
.about .inner-control-bar-desc .active {
	display: inline-block;
}
.about .advantage .inner-content-navbar .active {
	color: #fff;
	background-color: #ef4333;
	border: 0;
}
.about .reg-wrap {
	position: relative;
	margin: 77px 0 18px;
}
.about .reg-desc {
	width: 333px;
    height: 70px;
    color: #fff;
    padding: 0 6px;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    background-color: #96b4cb;
    display: inline-block;
    position: relative;
}
.about .inner-content-desc {
	margin: 0 0 70px;
    padding: 14px 20px;
    border-radius: 4px;
	border: 2px solid #96b4cb;
}
.about .honors-wrap {
	position: relative;
	margin: 70px auto;
	width: 56%;
	min-height: 280px;
	overflow: hidden;
}
.about .honors-mask {
	position: absolute;
	width: 10000px;
}
.about .honors .item {
	float: left;
	display: inline-block;
}
.about .bane-wrapper {
	margin: 0 22px;
    width: 160px;
    height: 190px;
    line-height: 172px;
    border-radius: 2px;
    border: 1px solid #eee;
    padding: 6px 9px;
    box-shadow: 1px 1px #eee;
    display: inline-block;
    vertical-align: middle;
}
/* End About Jsp */

/* Start Honors Jsp */
.honors {
	padding-bottom: 33px;
}
.honors-content {
    margin-bottom: 50px;
}
.honors-item {
    text-align: left;
    max-width: 1052px;
    margin: 0 auto;
}
.honors-image-wrapper {
    display: inline-block;
   	width: 220px;
    border: 1px solid #e0e0e0;
    padding: 12px 12px;
    margin: 13px 20px;
    vertical-align: top
}
.honors-item .normal {
    height: 152px;
    line-height: 128px;
    text-align: center;
}
.honors-item .large {
    height: 270px;
    line-height: 242px;
}

/* End Honors Jsp */
/*  */

/**  Team JSP  **/
.subbanner {
	width: 100%;
    height: 200px;
    font-size: 16px;
    color: #fff;
    background-position: center center !important;
}
.subbanner-nav-line {
	position: relative;
	top: 170px;
	left: 20px;
}
.subbanner-nav-line a {
	color: #fff;
	text-decoration: none;
}
.dteam {
	background-color: #f2f2f2;
    font-size: 14px;
    color: #585757;
}
.dteam-header {
	text-align: center;
    padding: 50px 30px 42px;
}
.dteam-header div {
	display: inline-block;
}
.dteam-header hr {
	display: inline-block;
    width: 450px;
    border-top: 2px solid #999;
    margin: 20px 20px 40px;
}
.dteam-header-title {
    font-size: 36px;
    color: #333;
    margin: 0;
}
.dteam-header-subtitle {
    font-size: 12px;
    line-height: 12px;
}
.dteam-content {
	min-height: 300px;
}
.dteam-header-innerlogo {
    text-align: center;
    font-size: 36px;
    color: #42b5da;
    margin-bottom: 62px;
}
.dteam-content-desc {
    padding: 0 50px 50px;
    font-size: 15px;
    line-height: 32px;
}
.dteam-content-detail {
    padding-bottom: 80px;
}
.dteam-item-wrap {
	text-align: center;
}
.dteam-item {
    background-color: #fff;
    width: 320px;
    height: 540px;
    display: inline-block;
    text-align: center;
    margin: 25px;
    padding-bottom: 21px;
    vertical-align: top;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.dteam-item-img {
	margin: 25px auto 16px;
}
.dteam-item-name {
	font-size: 18px;
    line-height: 18px;
    padding-bottom: 7px;
    font-weight: 600;
    color: #585858;
}
.dteam-item-posi {
	color: #575757;
    font-weight: 600;
    line-height: 14px;
    padding-bottom: 22px;
}
.dteam-item-desc {
    font-size: 12px;
    line-height: 24px;
    padding: 0 33px;
    text-align: left;
}
/**  End Team JSP  **/

/** plan.jsp */
#plan .plan-container {
	margin-top: 50px;
	margin-bottom: 0;
	position: relative;
	padding: 24px 40px 0 40px;
	color: #333;
}

#plan .plan-content {
	font-size: 18px;
	margin: 0 auto;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#plan .plan-title {
	padding-bottom: 14px;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #252525;
}

#plan .plan-title>span {
	border-bottom: 3px solid #ef4036;
}

#plan .plan-control {
	display: inline-block;
	width: 60%;
	height: 34px;
	padding: 1px 12px;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	margin-left: 15px;
	/*清楚select默认样式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("/html/moth/images/default/arrow.png") no-repeat scroll right center transparent;
}

#plan .plan-control option {
	text-align: center;
}

#plan .clearpr {
	padding-right: 0;
}

#plan .clearpl {
	padding-left: 0;
}

#plan .plan-search-btn {
	background: url('/html/moth/images/default/search.png') no-repeat scroll center center transparent;
    background-position: left;
    background-position-x: 4px;
    width: 68px;
    color: #fff;
    font-size: 16px;
    padding-left: 26px;
    background-color: #ef4036;
    height: 34px;
}

#plan .plan-list {
	font-weight: 200;
}

#plan .plan-list th,#plan .plan-list td {
	font-weight: 400;
	border: 0;
	text-align: center;
}

#plan .plan-list td:first-child,#plan .plan-list th:first-child {
	text-align: left;
}

#plan .plan-list td:last-child,#plan .plan-list th:last-child {
	text-align: right;
	color: #6abfd7;
	cursor: pointer;
}
/***************************************************************/

#tribune .theader {
	margin-top: 24px;
	height: 70px;
}

#tribune .theader p {
	padding: 0;
	margin-top: 20px;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	color: #444;
	padding-right: 24px;
}

#tribune .theader p:first-child {
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #999;
}

#tribune .theader span {
	font-size: 14px;
	color: #999;
}

#tribune .content-item {
	margin-top: 30px;
	vertical-align: top;
	border: 1px solid #eee;
	border-radius: 4px;
}

#tribune .content-item .left-bar {
	display: inline-block;
	min-height: 360px;
	width: 74%;
	vertical-align: top;
	border: 1px solid #eee;
	border-radius: 4px;
}

#tribune .content-item .right-bar {
	display: inline-block;
	float: right;
	vertical-align: top;
	height: 360px;
	width: 280px;
}

#tribune .content-item .left-bar .inner-left-carousel {
	display: inline-block;
	width: 58%;
	height: 360px;
	margin-right: 24px;
	border-right: 1px solid #eee;
	border-radius: 4px;
}

#tribune .content-item .left-bar .carousel .item {
	height: 358px;
}

#tribune .content-item .left-bar .carousel .carousel-caption {
	background-image: none;
	filter: none;
	opacity: 1;
	background-color: #bbb;
	bottom: 0;
	padding: 0 0 0 20px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	text-align: left;
	font-color: #f7f7f8;
}

#tribune .content-item .left-bar .carousel .carousel-indicators {
	text-align: right;
	right: 20px;
	width: auto;
}

#tribune .content-item .left-bar .carousel .carousel-indicators li {
	width: 14px;
	height: 14px;
	background-color: #7b7b7b;
	vertical-align: middle;
}

#tribune .content-item .left-bar .lplist {
	display: inline-block;
	vertical-align: top;
}

#tribune .content-item .left-bar .lplist .up-bar {
	min-width: 300px;
	height: 155px;
	padding-top: 34px;
	padding-bottom: 22px;
	border-bottom: 1px solid #d9d9d9;
}

#tribune .content-item .left-bar .lplist .up-bar p {
	font-size: 12px;
	line-height: 24px;
	max-width: 300px;
	overflow: hidden;
	padding-right: 0;
	color: #999;
}

#tribune .content-item .left-bar .lplist .up-bar p:first-child {
	text-align: center;
	font-size: 24px;
	color: #ed4335;
}

#tribune .content-item .left-bar .lplist .down-bar {
	min-width: 300px;
}

#tribune .content-item .left-bar .lplist .down-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 16px;
	font-size: 14px;
	color: #999;
}

#tribune .content-item .left-bar .lplist .down-bar li {
	line-height: 14px;
	margin-bottom: 20px;
}

#tribune .content-item .left-bar .lplist .down-bar li:before {
	content: "●";
	font-size: 16px;
	color: #999;
	padding-right: 4px;
	vertical-align: 1px;
}

#tribune .content-item .right-bar {
	height: 360px;
}

#tribune .content-item .right-bar>div {
	width: 280px;
	border-radius: 4px;
	text-align: center;
	margin-top: 15px;
}

#tribune .content-item .right-bar .post-btn {
	margin-top: 0;
	height: 60px;
	background-color: #eb473b;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
}

#tribune .content-item .right-bar .out-btn {
	width: 280px;
	height: 80px;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	/**vertical-align: middle;*/
}

#tribune .content-item .right-bar .out-btn .btn-left {
	width: 140px;
	height: 80px;
	background-color: #6ecef9;
	font-size: 24px;
	float: left;
	vertical-align: middle;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

#tribune .content-item .right-bar .out-btn .btn-left>div {
	height: 32px;
	line-height: 32px;
	margin-top: 24px;
}

#tribune .content-item .right-bar .out-btn .btn-left span {
	display: inline-block;
	line-height: 24px;
	vertical-align: -4px;
}

#tribune .content-item .right-bar .out-btn .btn-right {
	width: 140px;
	height: 80px;
	float: right;
	display: inline-block;
	background-color: #8bd7f9;
	font-color: #fff;
	color: #fff;
	padding: 10px 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

#tribune .content-item .right-bar .out-btn .btn-right>div a {
	vertical-align: middle;
	color: #fff !important;
	font-size: 18px;
	line-height: 30px;
}

#tribune .content-item .right-bar .des-con {
	border: 1px solid #eee;
	border-radius: 4px;
	height: 190px;
	margin-top: 10px;
	color: #999;
}

#tribune .content-item .right-bar .des-con .dheader {
	width: 280px;
	height: 40px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	padding-left: 14px;
}

#tribune .content-item .right-bar .des-con .dcontent {
	padding-left: 14px;
	text-align: left;
}

#tribune .content-item .right-bar .des-con .dcontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#tribune .content-item .right-bar .des-con .dcontent li {
	width: 250px;
	height: 26px;
	line-height: 26px;
	padding-left: 2px;
	font-size: 14px;
	overflow: hidden;
}

#tribune .content-item .cheader {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	padding-left: 35px;
	border-bottom: 1px solid #eee;
	border-radius: 4px;
	color: #333;
}

#tribune .content-item .ccontent {
	min-height: 162px;
}

#tribune .content-item .ccontent hr {
	margin: 0;
}

#tribune .content-item .ccontent .citem {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

#tribune .content-item .ccontent .citem>div {
	margin: 20px;
	height: 122px;
	vertical-align: middle;
}
#tribune .content-item .ccontent .citem>div:hover {
	border-radius: 4px;
	border: 1px solid #eee;
}

#tribune .content-item .ccontent .citem>div>div {
	display: inline-block;
	vertical-align: top;
}

#tribune .content-item .ccontent .citem>div>div:first-child {
	line-height: 120px;
	height: 120px;
	margin: 0 20px;
}

#tribune .content-item .ccontent .citem p {
	font-size: 12px;
	color: #999;
}

#tribune .content-item .ccontent .citem p:first-child {
	margin-top: 20px;
	font-size: 18px;
	color: #333;
}
/***************************************************************/
/**  Study Page  **/
.study {
    padding: 50px 0 100px;
}
.study-top {
    text-align: center;
}
.study-top-item {
	display: inline-block;
    width: 500px;
    height: 220px;
    color: #fff;
    margin: 10px;
    padding: 64px 0;
    vertical-align: top;
    text-align: center;
    border-radius: 6px;
}
.study-top-item-img {
    width: 134px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.study-top-item-title {
    display: inline-block;
    font-size: 38px;
    line-height: 90px;
    vertical-align: top;
    padding-left: 20px;
    cursor: pointer;
}
.study-main {
    width: 1020px;
    margin: 0 auto;
}
.study-main-item {
	
}
.study-main-item-title {
	color: #333;
    font-size: 24px;
    line-height: 64px;
    font-weight: 600;
    margin: 26px 0 20px;
    border-bottom: 1px solid #aaa;
}
.study-main-item-nav {
	
}
.study-main-item-nav-btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-right: 40px;
    background-color: #f98c85;
}
.study-main-item-list {
	margin: 20px 0;
}
.study-main-item-list-cont {
    display: inline-block;
    width: 500px;
    height: 30px;
    line-height: 40px;
    color: #666;
    padding-right: 40px;
    overflow: hidden;
}
.study-main-item-list-cont i {
	color: #f98c85;
	padding-right: 10px;
}
/**  End Study Page  **/
/**  Mall Page  **/
.mall {
    margin: 40px auto 60px;
    width: 1000px;
}
.mall-banner {
	width: 1000px;
	height: 300px;
}
.carousel-control-left {
	left: -120px;
	right: auto;
	top: 118px;
}
.carousel-control-right {
	left: auto;
	right: -120px;
	top: 118px;
}
.mall-main {
	border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 30px;
}
.mall-nav {
    margin-bottom: 30px;
    padding: 24px 0 18px;
    border-bottom: 1px solid #ccc;
}
.mall-nav-ctrl {
	display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    color: #999;
    cursor: pointer;
}
.mall-nav-ctrl.notice {
    color: #f05440;
    padding-left: 80px;
    padding-right: 100px;
}
.mall-nav .active {
	color: #fff;
	background-color: #f05440;
}
.mall-content {
	
}
.mall-item {
	width: 290px;
    display: inline-block;
    margin: 20px;
    overflow: hidden;
}
.mall-item-img {
    width: 290px;
}
.mall-item-img img {
	width: 100%;
}
.mall-item-desc {
	text-align: center;
    border: 1px solid #ccc;
    border-top-width: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.mall-item-inner {
    display: inline-block;
    width: 140px;
    padding: 10px 6px;
    font-size: 16px;
    color: #f56f5e;
    vertical-align: top;
}
.mall-item-title {
	color: #666;
    margin-top: 2px;
	margin-bottom: 0;
}
.mall-item-btn {
	margin-top: 14px;
    background: transparent;
    border: 1px solid #f15441;
}
.sort:after {
    content: '';
    line-height: 12px;
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url('/html/moth/images/icon/sort_sprites.png') -10px -10px;
}
.sort-up:after {
    content: '';
    line-height: 12px;
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url('/html/moth/images/icon/sort_sprites.png') -39px -10px;
}
.sort-down:after {
	content: '';
    color: #fff;
    line-height: 12px;
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url('/html/moth/images/icon/sort_sprites.png') -68px -10px;
}
/**  End Mail Page  **/
/**    **/
/**    **/
/**    **/
/**    **/
/**    **/
/**    **/


/*login page*/
#login-wrapper {
	background-color: #fff; /*#f5f5f5;*/
	position: relative;
	padding-top: 0;
	padding-bottom: 85px;
}

#login-wrapper .container {
	margin: 0 auto;
	min-height: 600px;
}

#login-wrapper .container div {
	text-align: center;
}

#login-wrapper .container .content {
	width: 85%;
	min-width: 960px;
	background-color: #fff;
	border-radius: 5px;
	min-height: 500px;
	margin: 0 auto;
	padding-top: 86px;
	padding-bottom: 80px;
}

#login-wrapper .container .content>div {
	width: 360px;
	margin: 0 auto;
}

#login-wrapper .container .content>div>img {
	width: 100%;
}

#login-wrapper .container .content .lheader {
	font-size: 36px;
	color: #333;
	margin-top: 32px;
	margin-bottom: 32px;
}

#login-wrapper .container .content input {
	background: none;
	outline: none;
	border: 0px;
}

#login-wrapper .container .content .form-ipt {
	display: inline-block;
	text-align: left;
	height: 38px;
	width: 360px;
	padding: 6px 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #a9a9a9;
	background-color: #ffffff;
	background-image: none;
	border-bottom: 1px solid #e7e7e7;
}

#login-wrapper .container .content .form-btn {
	width: 360px;
	height: 50px;
	border-radius: 4px;
	background-color: #e93239;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 33px;
}

#login-wrapper .container .content .otips {
	margin-top: 30px;
	margin-bottom: 20px;
}

#login-wrapper .container .content .otips>div {
	min-width: 117px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	vertical-align: top;
}

#login-wrapper .container .content .otips hr {
	margin-top: 10px;
	margin-bottom: 0;
}

#login-wrapper .container .content .nonparty img {
	padding: 0 24px;
}

#login-wrapper .container .content .oreg {
	margin-top: 60px;
}

#login-wrapper .container .content .oreg>p {
	font-size: 14px;
	display: inline-block;
	padding: 0 20px;
}

#login-wrapper .container .content .oreg>p:first-child {
	border-right: 1px solid #666;
}

#login-wrapper .container .content .oreg a {
	color: #666;
}

#login-wrapper .container .content .oreg a:hover {
	color: #75b9e6;
}
/*regist*/
#login-wrapper .container .content .tlog {
	text-align: right;
	margin-top: 12px;
}

#login-wrapper .container .content .tlog a {
	color: #e93239;
}
#login-wrapper .container .content .ipt-wrap {
	width: 360px;
    margin: 0 auto;
    position: relative;
}
#login-wrapper .container .content .ipt-wrap label {
	position: absolute;
    left: 18px;
    bottom: -10px;
    width: 330px;
    text-align: left;
    color: red;
    display: none;
}
#login-wrapper .container .content .img-ipt {
	padding-left: 42px;
}

#login-wrapper .container .content .ipt-group>input {
	width: 221px;
	vertical-align: top;
}

#login-wrapper .container .content .ipt-group>div {
	display: inline-block;
	width: 140px;
	height: 58px;
	margin-left: -5px;
	margin-bottom: 10px;
	padding-top: 5px;
	vertical-align: top;
	border-bottom: 1px solid #e7e7e7;
}

#login-wrapper .container .content .ipt-group button {
	width: 140px;
	height: 44px;
	background-color: #e93239;
	color: #fff;
	padding: 0;
	border: 0;
	font-size: 15px;
}
.login-frame-wrap {
	position: fixed;
	width: 780px;
	height: 460px;
	top: 50%;
	left: 50%;
	padding: 0px;
	margin: -230px 0px 0px -390px;
	border: 0px solid #e4e5e6;
	z-index: 1001;
	display: none;
}
.close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.4em;
	height: 1em;
	text-align: center;
	line-height: 1em;
	font-size: 2em;
	color: #fff;
	cursor: pointer;
}
.close-btn:hover {
	background-color: #ef4335;
}
/* .inner-header {
	padding: 20px 28px 16px 28px;
}

 */



/** 手机页面样式 **/
html {
	font-size: 10px;
}
.m-top-header {
	position: relative;
    width: 100%;
    padding-top: 18.4%;
}
.m-top-header .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    padding-top: 6.28%;
    padding-bottom: 4%;
    font-size: 20px;
	display: inline-table;
    word-spacing: -6px;
}
.m-top-header .collapse-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3.6%;
    width: 6.4%;
    height: 30%;
    font-size: 2.4rem;
    line-height: 2.4rem;
    min-width: 40px;
    min-height: 40px;
}
.m-top-header .logo {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10%;/* margin-left: 18.4%; */
	width: 44%;
	height: 100%;
}
.m-top-header .logo img {
	width: 100%;
}
.m-top-header .contact {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 23%;
	max-width: 11.5em;
    margin-left: 8%;
    font-size: 1rem;
    height: 1.2em;
    line-height: 1.5em;
    overflow: hidden;
}

.m-side-navbar {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    bottom: 0;
	width: 0;
	padding-top: 1rem;
    overflow-y:scroll;
    background-color: #f8f8f8;
    transition:width 0.4s;
	-moz-transition:width 0.4s;
	-webkit-transition:width 0.4s;
	-o-transition:width 0.4s;
}
.m-overlay {
	position: fixed;
	z-index: 99998;
	background-color: rgba(0,0,0,0.6);
	left: 0;
	right: 0;
	bottom: 0;
}
.m-sidebar-transform {
    transition: margin-left 0.4s;
	-moz-transition: margin-left 0.4s;
	-webkit-transition: margin-left 0.4s;
	-o-transition: margin-left 0.4s;
}
.m-sidebar-transform-quick {
    transition: margin-left 0.2s;
	-moz-transition: margin-left 0.2s;
	-webkit-transition: margin-left 0.2s;
	-o-transition: margin-left 0.2s;
}
.m-side-navbar.open {
    width: 8em;
}
.open .m-overlay {
	margin-left: 8em;
	top:0;
}
.m-side-navbar a {
    padding-top: 0 !important;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

/** banner carousel **/
.m-banner .carousel-indicators {
	bottom: 1rem;
	height: 0.7rem;
}
.m-banner .carousel-indicators li {
    width: 2rem;
    height: 0.3rem;
    vertical-align: middle;
    background-color: #999;
    border: 0;
    border-radius: 0;
}
.m-banner .carousel-indicators .active {
	background-color: #ef4335;
}

/** core menu **/
.m-cmenu {
	margin-top: 1rem;
}
.m-cmenu div[class*="col-xs-"] {
	text-align: center;
}
.mc-icon {
    
}
.mc-icon .mc-brace {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
}
.mc-icon .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 3px 0.3px 0.4px #eee;
}
.mc-icon img {
    position: absolute;
	width: 70%;
    top: 50%;
    left: 50%;
    margin-top: -35%;
    margin-left: -35%;
}
.mc-icon p {
	font-size: 1.1rem;
    padding-top: 6px;
}
/** separator **/
.m-separator {
	height: 20px;
	margin-top: 20px;
	background-color: #eee;
	border: 1px solid #ececec;
}

/****/
.m-item {
	text-align: center;
}
.mi-header {
    display: inline-block;
    margin: 1.4rem auto;
    font-size: 1.4rem;
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    background-color: #ef4335;
    border-radius: 1.5rem;
    cursor: pointer;
}
.mi-content {
    margin-bottom: 1rem;
}

.mnews-item {
	text-align: left;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.mnews-brace {
    position: relative;
    width: 100%;
    padding-top: 62%;
}
.mnews-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mnews-title {
	position: relative;
    width: 100%;
    padding-top: 27.213%;
}
.mnews-title a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    align-content: center;
}

.mrepo-wrapper {
	height: 10.8rem;
	max-height: 10.8rem;
	overflow: hidden;
}
.mrepo-item {
    font-size: 0.9rem;
    line-height: 1.8rem;
}
.mrepo-item.inverse {
	color: #fff;
	background-color: #ef4335;
}
.mrepo-item.inverse a {
	color: #fff;
	text-decoration: none;
}

.mcour-header {
	padding-left: 8%;
    padding-right: 8%;
}
.mcour-header-bar {
    font-size: 1rem;
    line-height: 2.2em;
	line-height: 1.65em;
    border: 1px solid #ef4335;
}
.mcour-header-bar.active {
    color: #fff;
    background-color: #ef4335;
}
.mcour-header a:focus,
.mcour-header a:active {
	color: #fff;
	text-decoration: none;
}
.mcour-content {
    padding-left: 8%;
    padding-right: 8%;
}
.mcour-item {
	display: none;
    margin-top: 1rem;
	padding-top: 0.6em;
    padding-bottom: 0.6em;
    color: #999;
    font-size: 1rem;
    line-height: 2rem;
    border: 1px solid #dfdfdf;
}
.mcour-item.active {
	display: block;
}
.mcour-item div[class*="col-xs-"] {
	padding-left: 0;
	padding-right: 0;
}

.mi-content .carousel-inner {
    width: 60%;
    margin: 0 auto;
}
.mi-content .carousel-control {
	background: none;
}
.mi-content .carousel-control.left:before {
	content: '\f104';
    font-size: 5rem;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2rem;
    margin-left: -1rem;
    /* color: #000;*/
}
.mi-content .carousel-control.right:before {
	content:'\f105';
	font-size: 5rem;
	line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2rem;
    margin-left: -1rem;
   /* color: #000;*/
}
.mteam-item {
	text-align: center;
}
.mteam-item .item p {
    position: absolute;
    top: 86%;
    width: 100%;
    font-size: 1rem;
    color: #f5c73b;
}
.mteam-item .item .mcname {
	top: 70%;
	font-size: 1.5rem;
    color: #fff;
}

.menvir-item {
	text-align: center;
}
.menvir-item .carousel-inner {
    
}
.menvir-item .item a {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 53%;
}
.menvir-item .item img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.m-footer {
    position: relative;
    text-align: center;
    background-color: #eee;
    margin-top: 2rem;
}
.mf-contact {
    display: inline-block;
    font-size: 1.32rem;
    height: 4.6em;
    line-height: 1em;
    border-radius: 2.5em;
    color: #fff;
    background-color: #ef4335;
    margin: 3.5rem auto 4.6rem;
    padding: 1em 3em 1em 2em;
}
.mf-cartoon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/html/moth/images/background/bg-footer.png) no-repeat;
    background-position: right bottom;
    background-size: 44% 90%;
}
.mf-yellow {
	color: #f3bc38;
}

#newBridge .nb-icon-skin-9 .nb-icon-groups-item{

}

#newBridge .nb-icon-base .nb-icon-inner-wrap{
	border-radius:0 !important;
}

#newBridge .nb-icon-skin-9 .nb-icon-groups-item .nb-group-icon{
	
}

.news{margin-bottom:70px;}



.Related-Reading-top{
	 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
   justify-content: space-between;
  -webkit-justify-content: space-between ;
  -ms--justify-content: space-between ;
 box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  position: relative;
	padding-bottom: 3px;
	border-bottom: solid 1px #c9caca;
}



.Related-Reading{
	 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.Related-Reading a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
width: 368px;
height: 76px;
margin-top: 20px;
margin-right: 48px;
margin-bottom: 8px;
}

.Related-Reading a img{
	-ms-flex-negative: 0;
    flex-shrink: 0;
	width: 134px;
	height: 76px;
	margin-right: 10px;
}
.Related-Reading a div{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.Related-Reading a div p{
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.1;
	text-overflow: ellipsis;
}

.Related-Reading a:nth-child(2n){margin-right: 0;}
.Reading-Ranking{
	line-height: 1;
	padding-bottom: 12px;
	border-bottom: solid 1px #c9caca;
}