﻿/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin         : 0;
	padding        : 0;
	border         : 0;
	outline        : 0;
	font-size      : 100%;
	vertical-align : baseline;
	background     : transparent;
	outline-style  : none;
	/*FF*/
	list-style-type: none;
	font-family    : "微软雅黑" !important;
}

body {
	line-height: 25px;
	color      : #606060;
	max-width  : 100%;
}

a {
	margin         : 0;
	padding        : 0;
	border         : 0;
	font-size      : 100%;
	vertical-align : baseline;
	background     : transparent;
	color          : #606060;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	bblr           : expression(this.onFocus=this.blur());
	/*IE*/
	outline-style  : none;
	/*FF*/
}

table {
	border-collapse: collapse;
	border-spacing : 0;
}

img,
input,
select {
	vertical-align: middle;
}

img {
	max-width: 100%;
}

textarea {
	resize: vertical;
}

textarea,
input,
select {

	outline-color: #ff000069 !important;

}


/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after {
	content    : "";
	height     : 0;
	line-height: 0;
	display    : block;
	visibility : hidden;
	clear      : both;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}


.shadow {
	box-shadow: 0 0 5px #ccc;
}


/*主体通用css*/
.content {
	/*padding: 0 15%;*/
	max-width  : 1155px;
	margin     : 0 auto;
	/* overflow: hidden;*/
}


/*头部*/
.head {
	width : 100%;
	height: 76px;
}

.head .logo {
	width: 230px;
	float: left;
}

.head .logo img {
	width     : 222px;
	height    : 30px;
	margin-top: 23px;
}

.head ul {
	float: left;
}

.head ul li {
	width      : 130px;
	height     : 76px;
	line-height: 76px;
	text-align : center;
	display    : inline-block;
	font-size  : 15px;
}

.head ul li a {
	color  : #606060;
	display: inline-block;
	height : 100%;
}

.head ul li a:hover,
.head ul li a.active {
	border-bottom: 5px solid #0075C2;
	box-sizing   : border-box;
	color        : #0075C2;
}

.head .zdcp a {
	color      : #D03837;
	font-weight: bold;
}

.head .zdcp a img {
	margin-right: 5px;
}

.head .zdcp a:hover {
	background: none;
	color     : #D03837;
}


/*幻灯*/
.banner {}

.banner img {
	width : 100%;
	height: 400px;
}

.banner .swiper-button-next {
	background: url(../img/rightgay.png);
	width     : 50px;
	height    : 50px;
}

.banner .swiper-button-next:hover {
	background: url(../img/rightred.png);
}

.banner .swiper-button-prev {
	background: url(../img/leftgay.png);
	width     : 50px;
	height    : 50px;
}

.banner .swiper-button-prev:hover {
	background: url(../img/leftred.png);
}

.banner .swiper-pagination-bullet {
	border-radius: 20px !important;
	width        : 20px;
}

.banner .swiper-pagination-bullet-active {
	background: #D03837 !important;
}


/*位置导航*/
.crumb {
	height     : 40px;
	line-height: 40px;
	background : #e7e7e7;
}

.crumb ul {}

.crumb ul li {
	display  : inline-block;
	font-size: 16px;
}

.crumb ul li a {
	color: #2ba6cb;
}


/*左右布局主体*/
.mainbody {
	position: relative;
	overflow: hidden;
}

.mainbody .mainbody_l {
	width        : 870px;
	float        : left;
	padding-top  : 30px;
	box-sizing   : border-box;
	margin-bottom: 80px;
}

.mainbody .mainbody_l .box {
	width        : 870px;
	background   : #fff;
	border-radius: 5px;
}

.mainbody .mainbody_l .box .title {
	width                  : 870px;
	background             : #595959;
	color                  : #fff;
	font-size              : 17px;
	font-weight            : 500;
	padding                : 0 30px;
	border-top-left-radius : 5px;
	border-top-right-radius: 5px;
	box-sizing             : border-box;
	height                 : 40px;
	line-height            : 40px;
}

.mainbody .mainbody_l .box .box_footer {
	height    : 7px;
	margin-top: -7px;
}

.mainbody .mainbody_l .box .box_footer img {
	height        : 7px;
	vertical-align: top;
	width         : 100%;
}

.mainbody .mainbody_r {
	width        : 250px;
	float        : right;
	padding-top  : 30px;
	margin-bottom: 80px;
}

.mainbody .parentmenu {
	width        : 250px;
	background   : #e7e7e7;
	border-radius: 5px;
	overflow     : hidden;
	z-index      : 99;
}

.mainbody .parentmenu .parentmenu_title {
	background : #0075C2;
	color      : #fff;
	font-size  : 16px;
	font-weight: bold;
	padding    : 0 8px;
	height     : 40px;
	line-height: 40px;
	box-sizing : border-box;
}

.mainbody .parentmenu .parentmenu_list {}

.mainbody .parentmenu .parentmenu_list .active {
	border-left: 3px solid #2ba6cb;
	box-sizing : border-box;
	color      : #2ba6cb;
}

.mainbody .parentmenu .parentmenu_list .active a {
	color: #2ba6cb;
}

.mainbody .parentmenu .parentmenu_list ul {}

.mainbody .parentmenu .parentmenu_list ul li {
	font-size    : 15px;
	/* padding   : 13px 10px; */
	color        : #333;
	border-bottom: 1px solid #fff;
	cursor       : pointer;
	/* display   : block; */
	width        : 250px;
	height       : 35px;
	line-height  : 35px;
	text-indent  : 0.5em;
	box-sizing   : border-box;
}

.mainbody .parentmenu .parentmenu_list ul li:hover {
	color: #2ba6cb;
}

.mainbody .parentmenu .parentmenu_list ul li a:hover {
	color: #2ba6cb;
}

.mainbody .parentmenu .parentmenu_list ul li a {
	display  : block;
	color    : #000;
	font-size: 15px;
}

.mainbody .parentmenu .parentmenu_list ul li:nth-last-child(1) {
	border-bottom: none;
}

.mainbody .parentmenu .parentmenu_footer {
	height    : 7px;
	margin-top: -7px;
}

.mainbody .parentmenu .parentmenu_footer img {
	height        : 7px;
	vertical-align: top;
	width         : 100%;
}

.conterter_fiuld {
	width     : 100%;
	overflow  : hidden;
	background: #eeeeee;
}



/*底部*/

.footer {
	background    : url(../img/bg2.png);
	width         : 100%;
	color         : #f3f3f3;
	overflow      : hidden;
	padding-bottom: 40px;
}

.footer a {
	color: #fff;
}

.footer .content {
	margin: 30px auto;
}

.footer_top {
	background: #333;
	height: 0px;
}

.footer_list {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding-right  : 30px;
	color          : #fff;
	justify-content: space-between;
	font-size      : 14px;
	color          : #666;
}

.footer_list:nth-last-child(2) {
	padding-right: 0;
}

.footer_list .title {
	font-size    : 16px;
	font-weight  : bold;
	color        : #666;
	/* margin-bottom: 10px;
	border-bottom: 1px solid #0075C2;
	padding-bottom: 10px; */
}

.footer_list ul li {
	cursor       : pointer;
	line-height  : 20px;
	margin-bottom: 5px;
}

.footer_list ul li:hover {
	color: #1f8dca;
}

.footer_list .con {
	line-height       : 20px;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	cursor            : pointer;
}

.footer_list .con p {
	display           : -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow     : ellipsis;
	-webkit-line-clamp: 6;
	overflow          : hidden;
}

.footer_list .con p:hover {
	color: #1f8dca;
}

.footer_list .con p:nth-child(2) {
	display: none;
}

.footer_list .con p:nth-child(3) {
	display: none;
}

.footer_list .con p:nth-child(4) {
	display: none;
}

.footer_list .con p:nth-child(5) {
	display: none;
}

.footer_list .con p:nth-child(6) {
	display: none;
}

.footer_list .more {
	cursor: pointer;
}

.footer_list .more:hover {
	color                : #1f8dca;
	background           : url(../img/arrowblue.png) no-repeat;
	background-position-y: 11px;
	padding-left         : 17px;
}

.footer_list .more:hover img {
	display: none;
}

.call ul li:hover {
	color : #b5b5b5;
	cursor: initial;
}

.footer .content {
	position: relative;
}

.scrolltop {
	position: absolute;
	top     : 50px;
	right   : -50px;
	cursor  : pointer;
}

.scrolltop img {
	border-radius: 8px;
}

.scrolltop .redtop {
	display: none;
}

.scrolltop:hover .redtop {
	display: block;
}

.scrolltop:hover .hstop {
	display: none;
}

#ryzz a:hover {
	color: #1f8dca;
}

#ryzz a {
	color: #999;
}

/*单页内容*/
.single_box {
	padding: 25px 30px 30px 30px;
}

.single_box .single_tit {
	margin-bottom: 15px;
	border-bottom: 1px solid #3d3d3d;
	font-size    : 16px;
	line-height  : 30px;
	color        : #000;
}

.single_box .single_tit span {
	font-size: 14px;
	color    : #d3d3d3;
}

.single_box .single_con {
	margin-bottom: 20px;
}

.single_box .single_con p {
	line-height: 25px;
	font-size  : 15px;
}

/*改文字用*/
.single_box .single_con .ftitle {
	font-size    : 18px;
	color        : #cf312d;
	margin-bottom: 5px;
	font-weight  : bold;
}

.single_box .single_con h4 {
	font-size    : 15px;
	margin-bottom: 5px;
}



/*07-智慧校园解决方案/06-智慧教室解决方案*/
/*
.table01_list{width: 100%; overflow: hidden; box-shadow: 0 0 5px #ccc;}
.table01_list ul{}
.table01_list ul li{display: flex; border-bottom: 1px solid #adadad;}
.table01_list ul li .fl{width: 164px; float: left; padding: 15px; box-sizing: border-box; display: flex; justify-content:center; align-items:Center; background: #f8f8f8; border-right: 1px solid #adadad; color: #000;}
.table01_list ul li .fr{width: 660px; float: right; padding: 15px; box-sizing: border-box; font-size: 15px;}

.table02_list{width: 100%; overflow: hidden;}
.table02_list ul{}
.table02_list ul li{display: flex; border-bottom: 1px #adadad dashed;}
.table02_list ul li:nth-last-child(1){border-bottom: none;}
.table02_list ul li .fl{width: 90px; float: left; padding: 15px; box-sizing: border-box; display: flex; justify-content:center; align-items:Center; padding-top: 45px;}
.table02_list ul li .fr{width: 720px; float: right; padding: 15px; box-sizing: border-box;}
.table02_list ul li .fr p{padding-bottom: 5px!important;  color: #000; font-size: 16px;}*/


@media screen and (max-width: 890px) {
	.mainbody .mainbody_r {
		display: none;
	}
}

@media screen and (max-width: 1150px) {
	.mainbody .mainbody_r {
		display: none;
	}
}

.honor li {
	width: 50%;
	float: left;
}

#ryzz li {
	margin-bottom: 5px !important;
}

#ryzz li p {
	margin-bottom: 0 !important;
}

.call p {
	margin-bottom: 0 !important;
}

.copyright {
	overflow   : hidden;
	width      : 100%;
	height     : 60px;
	line-height: 22px;
	font-size  : 14px;
	color      : #b6b6b6;
	background : #03101A;
}

.copycontent {
	width     : 1155px;
	margin    : 0 auto;
	overflow  : hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.copyright .gongshang {
	float     : left;
	/* margin-top: 5px; */
}

.copyright .beian {
	float: left;
	margin-left: 10px;
}

.copyright .beian a {
	line-height: 20px;
	font-size  : 14px;
	color      : #b6b6b6;
}

.copyright .beian a:hover {
	color: #0075C2; 
}