@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

input,
select {
	vertical-align: middle;
	font-family: "宋体";
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #317cef;
}

a img {
	border: 0 none;
}

a,
input,
textarea {
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

input:focus,
select:focus,
textarea:focus {
	color: #666 !important;
}

.tl li {
	white-space: nowrap;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	display: inline-block;
	_height: 1px;
}

*html .clearfix {
	height: 1%;
}

*+html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.tac {
	text-align: center !important;
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right !important;
}

.dib {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.db {
	display: block !important;
}

.hide {
	display: none !important;
}

.bgn {
	background: none !important;
}

.bdn {
	border: none !important;
}

.m0a {
	margin: 0 auto !important;
}

.mar_t_10 {
	margin-top: 10px !important;
}

.mar_t_20 {
	margin-top: 20px !important;
}

.mar_t_25 {
	margin-top: 25px !important;
}

.mar_t_30 {
	margin-top: 30px !important;
}

.mar_t_40 {
	margin-top: 40px !important;
}

.mar_t_50 {
	margin-top: 50px !important;
}

.mar_t_60 {
	margin-top: 60px !important;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}

.section {
	width: 100%;
}

.section.sbg2 {
	background: #ebebeb;
}

.section.sbg3 {
	background: #ebf0f7;
}

.conBox {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

.title {
	height: 32px;
	background: url(../images/title.png) no-repeat;
	text-align: center;
	color: #80cbc4;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
}

.title div {
	width: 296px;
	margin-left: 260px;
}

.header {
	height: 600px;
	background: url(../images/banner.jpg) no-repeat center top;
}

.header .conBox {
	padding: 0;
}

.header .logo {
	width: 265px;
	height: 28px;
	margin-left: 53px;
	/* background: url(../images/eol-logo.png) no-repeat; */
	text-indent: -99999px;
}

.header .logo a {
	display: block;
	height: 54px;
}

.slide {
	height: 300px;
	border: 1px solid #d0d0d0;
}

.slide .hd {
	left: 630px;
	bottom: 20px;
	height: 15px;
}

.slide .hd a {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 0 0 12px;
	background: url(../images/slide-btn.png) no-repeat;
}

.slide .hd a.on {
	background-position: 0 -15px;
}

.slideNav {
	position: absolute;
	width: 210px;
	height: 210px;
	padding: 46px 0;
	right: 0;
	top: 40px;
	background: url(../images/black60.png) repeat;
}

.slideNav .snBtn {
	display: block;
	width: 100px;
	height: 60px;
	padding: 0 0 0 60px;
	margin: 0 auto;
	background: url(../images/r_i.png) no-repeat #fff;
	line-height: 60px;
	text-decoration: none;
	font-size: 20px;
	color: #666;
	text-align: center;
}

.slideNav .snBtn:hover {
	color: #317cef;
}

.slideNav .snBtn+.snBtn {
	margin-top: 15px;
}

.slideNav .sn1 {
	background-position: 15px 10px;
}

.slideNav .sn2 {
	background-position: 15px -60px;
}

.slideNav .sn3 {
	background-position: 15px -142px;
}

.school {
	margin-top: 40px;
}

.scTab {
	height: 68px;
}

.scTab .tabs_sc {
	float: left;
	position: relative;
	width: 233px;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 68px;
	font-size: 30px;
	text-align: center;
}

.scTab .tabs_sc+.tabs_sc {
	margin-left: 20px;
}

.scTab .tabs_sc a {
	display: block;
	height: 68px;
	text-decoration: none;
}

.scTab .tabs_sc i {
	position: absolute;
	width: 20px;
	height: 10px;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	display: none;
}

.scTab .tag_sc a {
	color: #fff;
	font-weight: bold;
}

.scTab .tag_sc i {
	display: block;
}

.scTab .sc.tag_sc {
	border: 1px solid #519908;
	background: #519908;
}

.scTab .sc i {
	background: url(../images/sc-arrow.png) no-repeat;
}

.scTab .cq.tag_sc {
	border: 1px solid #be0800;
	background: #be0800;
}

.scTab .cq i {
	background: url(../images/cq-arrow.png) no-repeat;
}

.scTab .yn.tag_sc {
	border: 1px solid #d25500;
	background: #d25500;
}

.scTab .yn i {
	background: url(../images/yn-arrow.png) no-repeat;
}

.scTab .gz.tag_sc {
	border: 1px solid #1f996a;
	background: #1f996a;
}

.scTab .gz i {
	background: url(../images/gz-arrow.png) no-repeat;
}

.scCon {
	width: 1020px;
}

.scBox {
	float: left;
	width: 472px;
	padding: 8px;
	margin: 10px 20px 10px 0;
	background: #fff;
}

.scBox .scImg {
	width: 200px;
	height: 200px;
}

.scBox .scTxt {
	width: 260px;
	height: 200px;
}

.scBox .scTxt h5 {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scBox .scTxt p {
	height: 94px;
	margin-top: 10px;
	overflow: hidden;
	line-height: 24px;
}

.scBox .scTxt .btn {
	height: 30px;
	margin-top: 25px;
}

.scBox .scTxt .btn a {
	float: left;
	width: 80px;
	height: 30px;
	margin: 0 5px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.scBox .scTxt .code {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	bottom: 0;
}

.sc .scBox {
	border: 1px solid #519908;
}

.sc .scBox h5 a {
	color: #519908;
}

.sc .scBox p a {
	color: #519908;
}

.sc .scBox .btn a {
	background: #519908;
}

.cq .scBox {
	border: 1px solid #be0800;
}

.cq .scBox h5 a {
	color: #be0800;
}

.cq .scBox p a {
	color: #be0800;
}

.cq .scBox .btn a {
	background: #be0800;
}

.yn .scBox {
	border: 1px solid #d25500;
}

.yn .scBox h5 a {
	color: #d25500;
}

.yn .scBox p a {
	color: #d25500;
}

.yn .scBox .btn a {
	background: #d25500;
}

.gz .scBox {
	border: 1px solid #1f996a;
}

.gz .scBox h5 a {
	color: #1f996a;
}

.gz .scBox p a {
	color: #1f996a;
}

.gz .scBox .btn a {
	background: #1f996a;
}

.tool {
	width: 1010px;
}

.tool .toolBox {
	float: left;
	height: 150px;
	margin: 0 2px 2px 0;
	text-align: center;
	font-size: 24px;
	line-height: 150px;
}

.tool .toolBox a {
	display: block;
	height: 150px;
	color: #fff;
	text-decoration: none;
}

.tool .toolBox.tb1 {
	background: #3064bb;
}

.tool .toolBox.tb2 {
	background: #6d91cf;
}

.fg {
	width: 1020px;
}

.fg .fgBox {
	float: left;
	width: 320px;
	margin: 10px 20px 10px 0;
}

.footer {
	padding: 35px 0 40px;
	font-size: 12px;
}

.footer #glbbot {
	margin: 0 auto;
}


.color {
	color: white;
}

.part-mid {
	margin-top: 20px;
}

.gj {
	margin-top: 55px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gj {
	margin-top: 55px;
}

.gj-li {
	float: left;
	width: 125px;
	height: 135px;
	box-sizing: border-box;
	/*border: 1px solid #eeeeee;*/
	/*background: #fff;*/
	text-align: center;
	font-size: 18px;
	color: #333;
	padding-top: 20px;
	margin: 0 8px 45px 8px;
}

.gj-li a {
	display: block;
	color: #333;
}

.gj-li p {
	margin-top: 15px;
}

.qbox {
	line-height: 70px;
	border-bottom: 1px solid #eee;
}

.abox {
	display: none;
	font-size: 0px;
	/*line-height: 40px;*/
	padding: 15px 30px;
}

.abox p {
	font-size: 16px;
	line-height: 36px;
}

.scBox .scTxt h6 {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.copyright {
	text-align: center;
	padding: 30px 0;
	background: #27313d;
	color: #fff;
}

.copyright a:hover {
	font-weight: bold !important;
	text-decoration: underline;
}

.copyright>div {
	font-size: 12px;
	color: #fff;
	line-height: 26px;
	text-align: center;
}

.copyright a {
	font-size: 12px;
	color: #fff;
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
}

/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 85px;
	width: 70px;
	height: 165px;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #353535;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}

.suspension .a.active,
.suspension .a:hover {
	background: #F05352;
}

.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}

.suspension .a-qrcode .i {
	background-position: -44px 0;
}

.suspension .a-cart .i {
	background-position: -88px 0;
}

.suspension .a-top .i {
	background-position: -132px 0;
}

.suspension .a-top {
	background: #D2D3D6;
	display: none;
}

.suspension .a-top:hover {
	background: #c0c1c3;
}

.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 67px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 65px;
}

.suspension .d-qrcode {
	top: 0px;
}

.suspension .d .inner-box {
	padding: 8px 22px 12px;
}

.suspension .d-qrcode {
	text-align: center;
}

.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}