﻿

/**************************************
 * Title: index.css （首页样式）
 * Object: sushangxy.com
 * Layout: Flex-layout fm-flex(自写)
 * Color：#8f774a(暗黄 - logo底色)、#93794b(微暗黄 - 大标题-主要)、#956f2b(微亮黄 - 链接/标题-主要)、#aa8b09(亮黄 - 菜单/分类背景)
 * Author: FengMind <fengmind@qq.com>
 * Date: 2020/7/28
 **************************************/

/*****************************
********** Iconfont **********
******************************/
@import url("font_1993971_6hjqo48rkze.css");

/*****************************
********** Varible ***********
******************************/
:root {
	--main-logo-color: #8f774a;
	/*logo色-暗黄*/
	--main-bg-color: #fffefa;
	/*主背景色-淡淡的黄*/
	--main-title-color: #93794b;
	/*大标题色-微暗黄*/
	--main-link-color: #956f2b;
	/*链接标题色-微亮黄*/
	--main-nav-color: #aa8b09;
	/*菜单色-突出色-亮黄*/
}


/**************************************
********** Common-Typography **********
***************************************/

html {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

body {
	background: #f5f5f5;
	height: 100%;
	color: #666;
	font-size: 14px;

}

a,
body,
blockquote,
button,
div,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
span,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "microsoft yahei", '宋体', Arial;
}

ol,
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {}

a:hover,
a:active {
	text-decoration: none;
	color: #444;
}

a.white {
	text-decoration: none;
	color: white;
}

a.white:hover,
a.white:active {
	text-decoration: underline;
	color: white;
}

.c-l-m,
.c-r-m,
.c-t-m,
.c-b-m {
	margin: 0px;
}

.c-l-p,
.c-r-p,
.c-t-p,
.c-b-p {
	padding: 0px;
}

.c-a-p {
	padding: 0px;
}

.c-a-m {
	margin: 0px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.float-none {
	float: none;
}

.fm-container {
	width: 1400px;
}

/**************************************
************ Common-Header ************
***************************************/
.common-header {
	width: 100%;
	height: 80px;
	z-index: 999;
	background: white;
	position: fixed;
	left: 0px;
	top: 0px;
}


.common-header>.fm-row {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.logo-frame {
	width: 100%;
	height: 60px;
}

.logo-frame img.logo {
	height: 60px;
}

ul.fir-nav {
	display: block;
	height: 100%;
	background: white;
}

.fir-nav li {
	display: block;
	font-size: 14px;
	height: 80px;
	line-height: 80px;
}

.fir-nav li a {
	display: block;
	height: 100%;
	width: 100px;
	text-align: center;
}

.fir-nav li a:hover,
.fir-nav li a.active {
	color: white;
	background: var(--main-nav-color);
}

/**************************************
************ Common-Footer ************
***************************************/
.common-footer {
	width: 100%;
	height: 110px;
	position: relative;
	margin-top: 60px;
	/* background: url(../img/footer_bg.png) repeat; */
	background: var(--main-title-color);
	color: white;
	display: inline-block;
	float: none;
	overflow: hidden;
}
.common-footer .fm-container{
	height: 100%;
	padding-top: 8px;
}
.common-footer .footer{
	width: 100%;
	height: 100%;
	/* background-color: red; */
	float: none;	
	overflow: hidden;
}

.common-footer .logo {
	width: 150px;
	padding-top: 0px;
	float: left;
}

.common-footer .logo img {
	width: 120px;
}

.common-footer .info {
	width: 850px;
	color: white;
	float: left;
}

.common-footer .info span {
	color: white;
	display: block;
	width: 100%;
	margin: 5px 0px;
}

.common-footer .info span i {
	color: white;
	margin-right: 10px;
}

.common-footer .info .beian {
	color: lightgray;
}

.common-footer .qrcode {
	width: 400px;
	float: left;
}

.common-footer .qrcode img {
	width: 94px;
	display: block;
	float: left;
	margin-right: 60px;
}

.common-footer-simple {
	width: 100%;
	height: 110px;
	position: relative;
	margin-top: 60px;
	background: var(--main-title-color);
	color: white;
	padding-top: 8px;
	display: inline-block;
}

.common-footer-simple .logo {
	width: 100%;
	height: 60px;
}

.common-footer-simple .logo img {
	/* width: 60px; */
	height: 60px;
}

.common-footer-simple .info {
	width: 100%;
	color: white;
	margin-top: 10px;
}

.common-footer-simple .info a {
	color: white;
}

/**************************************
************ Common-Module ************
***************************************/
.common-module {
	width: 100%;
	padding-top: 70px;
}

.module-title {
	width: 100%;
	height: 60px;
	float: none;
	margin: 0 auto;
}

.module-title .title-left {
	float: left;
	margin-left: 0px;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	color: var(--main-title-color);
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}

.module-title .title-center {
	float: none;
	margin: 0px auto;
	margin-top: 10px;
	text-align: center;
	width: 220px;
	font-size: 24px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	color: var(--main-title-color);
	/* border-bottom: 1px solid #e4e4e4; */
	box-shadow: 0px 0px 5px 1px #888888;
}

.module-title .title-center .tit{
	display: inline-block;
}

.module-title .title-center img {
	display: inline-block;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 15px;
}
.module-title .title-center .t {
	display: inline-block;
	font-size: 24px;
	float: left;
	margin-left: 5px;
}

.title-more {
	width: 100px;
	height: 60px;
	float: right;
	text-align: right;
}

.title-more a {
	display: block;
}

.title-more .more {
	font-size: 14px;
	margin-top: 5px;
	color: var(--main-title-color);
}

.module-title i,.title-more i {
	color: var(--main-title-color);
	font-size: 24px;
	margin-right: 10px;
}

/* fengmind */
.title-more-2{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	text-align: center;
}
.title-more-2 a{
	display: inline-block;
	height: 100%;
	text-align: center;
	/*border-bottom: 1px solid var(--main-title-color);*/
}
.title-more-2 .title{
	font-size: 20px;
	margin-right: 0px;
	color: var(--main-title-color);
	padding: 0 10px;
	float: left;
}
.title-more-2 i{
	display: block;
	float: left;
	font-size: 22px;
	color: var(--main-title-color);
}

.title-more-2 a:hover .title{
	text-decoration: underline;
}



/**************************************
************ Common-Banner ************
***************************************/
.common-banner {
	width: 100%;
	height: 340px;
	background-color: #f7f3e8;
	margin-top: 79px;
	/*header高度*/
	background: url(../image/2b1df3970f33a51380da59881691824a.jpg) #f7f3e8 center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.common-banner.about_banner {
	background: url(../image/2b1df3970f33a51380da59881691824a.jpg) #f7f3e8 center no-repeat;
}

.common-banner.student_banner {
	background: url(../image/be39f3d331f65944e2732d4306184bb7.jpg) #f7f3e8 center top no-repeat;
}

.common-banner.course_banner {
	background: url(../image/4717e60b59a8fe629a46182cbe726b10.jpg) #f7f3e8 center no-repeat;
}

.common-banner.teacher_banner {
	background: url(../image/58241fcfe742da6ebc641c9b4b0b0f3f.jpg) #f7f3e8 center no-repeat;
}

.common-banner.classroom_banner {
	background: url(../image/61d79cc0e233c184376d3e2484756eaf.jpg) #f7f3e8 center no-repeat;
}



/***************************************
************ Common-Aid ****************
****************************************/

/******* loading *******/
.fm-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}

/******* no-item *******/
.fm-noItem {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
}

.fm-noItem i {
	font-size: 150px;
	color: #e4e4e4;
}

.fm-noItem .t {
	color: #e4e4e4;
	font-size: 30px;
	margin-top: 10px;
	margin-left: 15px;
}

/******* Pagination *******/
.fm-pagination {
	height: 30px;
	margin-top: 20px;
}

.fm-pagination .tcdPageCode {
	width: 100%;
	float: right;
	text-align: right;
	padding: 0px;
	margin-bottom: 20px;
}

.fm-pagination .tcdPageCode a {
	color: var(--main-nav-color);
}

.fm-pagination .tcdPageCode a:hover {
	border: 1px solid var(--main-nav-color);
}

.fm-pagination .tcdPageCode span.current {
	background-color: var(--main-nav-color);
	border: 1px solid var(--main-nav-color);
}

/******* breadcrumb *******/
.breadcrumb {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: right;
}

.breadcrumb a {
	color: #777;
	margin: 0px 10px;
}

.breadcrumb a.active {
	color: var(--main-link-color)
}

.breadcrumb a i {
	margin-right: 5px;
}

/********** module-line ***********/
.module-line {
	width: 1px;
	min-height: 300px;
	float: left;
	border-left: 1px solid #e4e4e4;
}

.common-line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 30px;

}
