@import url("icon.css");
@import url("style.css");
@import url("active.css");

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;s
}

html,
body {
	width: 100%;
	height: 100%;
}

/*修改滚动条样式*/
div::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

div::-webkit-scrollbar-track {
	background: rgb(239, 239, 239);
	border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
	background: #bfbfbf;
	border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
	background: #333;
}

div::-webkit-scrollbar-corner {
	background: #179a16;
}


a:visited {
	text-decoration: none !important;
}

/* //这个是设置a标签的访问过后的状态去除下划线 */

a:hover {
	color: #3097F1 !important;
	text-decoration: none !important;
}

a:active {
	text-decoration: none !important;
}

tr {
	border-color: #DCE6EE;
}

/* //这个是设置a标签的鼠标覆盖状态去除下划线
.iconName{
	text-decoration: none;
}
/* //这个是设置a标签的活跃状态去除下划线 */
.item {
	padding: 4% 10%;
	height: 100%;
}
.slow{
	animation-name:slow;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.backtop:hover {
	animation-name: morebtn;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.show {
	animation-name: show;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.morebtn {
	width: 200px;
	height: 52px;
	border: 2px solid #3097F1;
	border-radius: 4px;
	color: #3097F1;
	margin: 50px;
	background-color: #F6F6F6;
}

.morebtn:hover {
	animation-name: morebtn;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.movedown {
	animation-name: movedown;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.news_more{
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*导航*/
.navbar-header,
.navbar-default,
.navbar-collapse {
	background-color: #FFFFFF !important;
}

.navbar-header {
	margin-top: 1%;
}

.open {
	padding: 0;
}

.active a {
	background-color: #FFFFFF !important;
	color: #3097F1 !important;
}

/*卡片*/
.cardBox {
	margin-top: 20px;
	margin-bottom: 20px;
}

.navbar-nav {
	margin: 0px !important;
}

.navbar-nav a:hover {
	color: #3097F1 !important;
}

.card_contain {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	text-align: center;
}

.card_contain:hover {
	-moz-box-shadow: 10px 10px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow: 0px 6px 11px 1px #D2DCE9;
	;
	animation-name: moveup;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}


.card_contain:hover .card_name {
	animation-name: color;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.card_goto {
	width: 85%;
	height: 30%;
	text-align: left;
	margin: 0px auto;
	margin-top: 10%;
	padding-bottom: 10%;
}

.card_img {
	width: 85%;
	margin-top: 25%;
}

.function_text_box {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

/*功能*/
.functionBox {
	width: 100%;
	overflow: hidden;
	/*解决子元素float父元素无法被撑开*/
}

.functionBox_right {
	padding: 0 !important;
	float: right;
}

.functionBox_left {
	padding: 0 !important;
	position: relative;
	overflow: hidden;
	float: left;
}

.function_text {
	position: absolute;
	left: 10%;
	bottom: 20%;
	z-index: 999;
}

.function_card {
	overflow: hidden;
	justify-content: space-around;
}

.function_card:hover .scale_img {
	animation-name: scale;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.function_card:hover .card_name {
	animation-name: color;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.functionBox_left:hover .card_title {
	animation-name: color;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.function_card:hover .show_border {
	width: 80%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	border: 2px #FFFFFF solid;
	animation-name: show;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.functionBox_left:hover .show_border {
	width: 86%;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 7%;
	border: 2px #FFFFFF solid;
	animation-name: show;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.functionBox_left:hover .scale_img {
	animation-name: scale;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.function_card_contain {
	position: relative;
	width: 50%;
	overflow: hidden;
	float: left;
}

.function_card_img {
	width: 100%;
}

.function_big_img {
	width: 100%;
	padding: 0;
}

/*咨询*/
.news_card {
	margin-top: 3%;
	padding: 40px;
	padding-left: 60px !important;
	padding-right: 60px !important;
	text-align: left;
	position: relative;
}

.news_card_text {
	line-height: 26px;
}

.news_card_title {
	display: inline-block;
	margin-bottom: 20px;
}

.gobackline {
	width: 20%;
	margin-top: 6%;
	margin-bottom: 20px;
	border-bottom: 2px solid #282828;
	animation-name: leftLine;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.line {
	width: 20%;
	margin-top: 6%;
	margin-bottom: 20px;
	border-bottom: 2px solid #282828;
}

.news_card:hover .line {
	animation-name: rightLine;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	border-image: -webkit-linear-gradient(left, #3097F1, #b4b4b4) 50 0;
	border-image: -moz-linear-gradient(left, #3097F1, #b4b4b4) 50 0;
	border-image: linear-gradient(left, #3097F1, #b4b4b4) 50 0;
}

.news_card:hover .card_name {
	animation-name: color;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.news_card:hover {
	animation-name: moveup;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

/*合作伙伴*/
.parner_img {
	width: 100%;
}

/*底部*/
.footerText {
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*公司简介*/
.profileBox {
	text-align: center;
	position: relative;
	animation-name: slow;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.detailText{
	font-size: 16px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
	color: #303030;
	line-height: 28px;
	text-indent:2em;
	text-align: left;
	margin-bottom: 4%;
}

.newsImg{
	width: 90%;
	cursor: pointer;
}
.newsImg:hover{
	animation-name: scale;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.newsBox {
	padding: 3% 0;
	border-bottom: 1px solid #E7ECF3;
	overflow: hidden;
}

.newsText {
	color: #000000;
	width: 90%;
	margin: 2% 0;
	cursor: pointer;
}

.newsBox .jk_title:hover {
	color: #3097F1;
}
.detailTitle{
	font-size: 18px;
	font-weight: 600;
}

/*底部*/
.ORcode {
	height: 80%;
	float: right;
}

.footer_left {
	float: left;
	width: 80%;
	height: 100%;
	padding: 1%;
}

.footericon {
	fill: #FFFFFF;
	height: 14px;
	width: 19px;
	margin-right: 10px;
}

/*联系*/
.callIcon {
	width: 46%;
	margin-top: 15%;
}

.calltext {
	font-size: 12px;
	line-height: 20px;
}

.callBox:hover {
	animation-name: morebtn;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.callDel {
	font-size: 30px;
	position: absolute;
	line-height: 30px;
	right: 5px;
	top: -2px;
	color: #B2C4D4;
	cursor: pointer;
}

.callShow {
	position: fixed;
	right: 85px;
	top: 45%;
	width: 180px;
	height: 80px;
	background: #3097F1;
	box-shadow: 0px 0px 5px 1px rgba(148, 181, 210, 0.6);
	border-radius: 8px;
	font-size: 16px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding: 15px;
	z-index: 998;
	text-align: center;
	display: none;
}

.goright {
	animation-name: goright;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.goleft {
	animation-name: goleft;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

/*关于我们*/
/* 简介 */
.otherBox {
	width: 100%;
	position: relative;
	text-align: center;
}

.abtn_active {
	color: #3097F1;
	border-bottom: 4px #3097F1 solid;
}


/*下拉菜单*/
ul {
	list-style-type: none;
	padding: 10px;
}

.lc-menu {
	width: 500px;
	position: absolute;
	left: -100px;
	border: none !important;
	z-index: 888;
}

.lc-server {
	width: 100px;
	position: absolute;
	left: -40px;
	border: none !important;
}

/* .lc-ul a {
	color: #282828;
}

.lc-ul a:hover {
	text-decoration: none;
} */


.lc-openbox {
	overflow: hidden;
	margin-top: 3%;
}

.lc-open-item {
	display: none;
}

.lc-open-item li {
	float: left;
	width: 90px;
	text-align: center;
}

.lc-text {
	font-size: 14px !important;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
	color: #545454 !important;
}

.lc-text:hover {
	text-decoration: none;
}

.showitem {
	display: block;
}

/*产品*/

.productCard {
	border: 1px solid #D2DCE9;
	border-radius: 4px;
	width: 104px;
	height: 104px;
	margin: 15px;
	display: inline-block;
}

.bannerLeft {
	width: 50%;
	float: left;
	position: absolute;
	top: 20%;
}

.screnn_img {
	width: 50%;
	display: block;
	float: right;
}

.screnn_img:hover {
	animation-name: scale;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.blackboard_img:hover{
	animation-name: scale;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.bookBox {
	width: 100%;
	text-align: center;
	padding: 4%;
	overflow: hidden;
}

.itemImg {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}


.iconBack {
	width: 46%;
	height: 46%;
	background: #478CD9;
	box-shadow: 0px 5px 5px 0px rgba(71, 140, 217, 0.49);
	border-radius: 4px;
	margin: auto;
	margin-top: 10%;
	display: flex;
}

.iconName {
	font-size: 16px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
	color: #6E6E6E;
}

.cardActive {
	margin-bottom: 10px;
	box-shadow: 0px 6px 11px 1px #D2DCE9;
}

.teachBox {
	padding: 4%;
	text-align: center;
	background-color: #E4EBF4;
}

.itemBottom {
	margin-left: 32%;
}

.showBox {
	overflow: hidden;
	padding: 10% 14%;
	width: 100%;
	margin: auto;
	text-align: center;
}

.toolcard {
	width: 100%;
	text-align: center;
}

/*集控*/
.bannerJK {
	background-image: url(../images/ccontrol.jpg);
	background-size: 100% 100%;
}

.bannerCT {
	background-image: url(../images/tradition.jpg);
	background-size: 100% 100%;
	text-align: center;
}

.bannerCP {
	background-image: url(../images/grid.jpg);
	background-size: 100% 100%;
	text-align: center;
}

.bannerHD {
	padding-top: 3%;
	padding-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-size: 100% 100%;
	text-align: center;
}

.bannerFZ {
	background-image: url(../images/bgFZ.jpg);
	background-size: 100% 100%;
	text-align: center;
	padding: 5% 14%;
}

.bannerJY {
	background-image: url(../images/bgJY.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	padding: 7%;
	padding-bottom: 0%;
}

.bannerWK {
	padding: 8% 14%;
	background-image: url(../images/bgWK.jpg);
	background-size: 100% 100%;
	text-align: center;
}

.bannerSP {
	padding: 5% 14%;
	background-image: url(../images/bgSP.jpg);
	background-size: 100% 100%;
	text-align: center;
}

.bannerPM {
	padding: 5% 14%;
	background-image: url(../images/bg1.jpg);
	background-size: 100% 100%;
	text-align: center;
}

.bannerXL {
	background-image: url(../images/bg2.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0;
	position: relative;
	text-align: center;
}

.bookJY {
	padding: 8% 15%;
	background-image: url(../images/bgJYu.jpg);
	background-size: 100% 100%;
	text-align: center
}

.blackboard_img {
	width: 62%;
	float: right;
}

.bannerIcon {
	width: 8%;
	padding: 5px;
	float: left;
}

.jk_box {
	width: 80%;
}

.bookJK {
	overflow: hidden;
	color: #FFFFFF;
	padding: 6% 13%;
}

.svg-img {
	width: 20%;
	height: 20%;
	padding: 5px;
	fill: #3097F1;
}

.userCard {
	border: 2px #478CD9 solid;
	background-color: #478CD9;
	margin: 3%;
}

.bookWH_icon {
	width: 13%;
	float: left;
	padding: 0px;
	margin-right: 3%;
}

.shelfItem {
	flex: 1;
	padding: 5%;
	text-align: center;
}



.iconBox {
	width: 80%;
	height: 80%;
	display: flex;
	justify-content: center;
	margin: auto;
}

.cardIcon {
	width: 100%;
	padding: 20%;
	fill: #ffffff;
}

.product_img {
	width: 100%;
}

/*服务*/
.service_active {
	border-bottom: 4px #CFE5F8 solid;
}

.downloadImg {
	width: 90%;
	height: 90%;
	padding: 10%;
	fill: #FFFFFF;
	margin: 5%;
}

.downloadIcon {
	display: block;
	float: left;
	margin-right: 5%;
	width: 40px;
	height: 40px;
	background: #478CD9;
	box-shadow: 0px 5px 5px 0px rgba(71, 140, 217, 0.49);
	border-radius: 4px;
}
.downloadName{
	font-size: 20px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
	color: #000000;
	line-height: 27px;
}
.downloadTip{
	font-size: 14px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
	color: #B6B6B6;
	line-height: 27px;
}

.downloadBox {
	height: 240px;
	border: 1px solid #E7ECF3;
	box-shadow: 0px 2px 3px 0px #E7ECF3;
	border-radius: 4px;
	padding: 30px;
	margin-top: 20px;
	position: relative;
}

.downloadTitle {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: bold;
	color: #000000;
}

.downloadText {
	margin: 5% 0;
	font-size: 14px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.downloadA{
	color:#3097F1 !important;
}

.downloadA:hover{
	text-decoration: underline !important;
}

.learnmore {
	font-size: 14px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
	text-decoration: underline;
	color: #3097F1;
}

.download {
	width: 80px;
	height: 32px;
	background: #FFFFFF;
	border: 2px solid #3097F1;
	border-radius: 4px;
	font-size: 14px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: bold;
	color: #3097F1;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.download:hover {
	color: #FFFFFF;
	background-color: #3097F1;
}

/*使用*/
.useTitle {
	font-weight: bold;
	color: #000000;
}

/*视频*/
.classifyBtn {
	float: left;
}

/*服务*/
.suportBox:hover .suportTitle {
	animation-name: color;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.suportBox:hover .goup {
	animation-name: goup;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
}

.suportBox:hover .godown {
	animation-name: godown;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
}

.suportBox .goup {
	animation-name: gobackdown;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.suportBox .godown {
	animation-name: gobackup;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.suportBox .textdowm {
	animation-name: gobacktext;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.suportBox:hover .textdowm {
	animation-name: textdowm;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
}

.suportBox:hover .borderline {
	border: none !important;
}

.borderH {
	width: 0%;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 15%;
	animation-name: gobackborderH;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.borderW {
	width: 80%;
	height: 0%;
	position: absolute;
	top: 50%;
	animation-name: gobackborderW;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.suportBox:hover .borderH {
	animation-name: borderH;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
}

.suportBox:hover .borderW {
	animation-name: borderW;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.1s;
}

.suportCard {
	height: 50%;
	/* vertical-align: middle; */
	padding: 10% 3%;

	/* padding-bottom: 10%; */
}

.suportTitle {
	border-color: #3097F1;
	padding: 10px 0;
}

.suportText {
	text-align: center;
	display: block;
}

.suportImg {
	width: 30%;
	max-height: 100%;
	padding: 0%;

}

.serverBtn {
	display: inline-block;
	height: 100%;
	margin: 0 5%;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 16px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
}

.serverBtn:hover {
	border-bottom: 4px #CFE5F8 solid;
}

.serverActive {
	border-bottom: 4px #CFE5F8 solid;
}

.serverBox {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 80px;
	line-height: 80px;
	background-color: #3097F1;
}

.hidden {
	display: hidden;
}

/*视频*/
.vedioTitle {
	width: auto !important;
	text-align: left !important;
	background: none !important;
	color: #B0B5BA;
}

.vediobtn {
	float: left;
	border: none;
	width: 100px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
	background-color: #F5F5F5;
	border-radius: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 40px;
}

.vedioActive {
	background: #3097F1;
	color: #FFFFFF;
}

.vedioBox {
	width: 300px;
	display: inline-block;
	padding: 10px;
}

.vedioBox img {
	cursor: pointer;
	width: 100%;
}

/*视频*/
.vedioText {
	line-height: 50PX;
	font-size: 16px;
	font-family:"Microsoft YaHei",Helvetica,Arial !important;
	font-weight: 400;
	color: #282828;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.progress {
	background-color: rgba(255, 255, 255, 0) !important;
}

/*产品*/
.vedioPlay {
	margin: auto;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	padding-top: 20px;
	/* margin: 20px 0; */
}

.vedioSize {
	margin: auto;
	/* 	width: 90% !important; */
}

.popBox{
	animation-name: show;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.pannerBox{
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	justify-content: center;
	overflow: hidden;
}
.pannerBox a:hover{
	animation-name: scale;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.downloadBtn .code{
	display: none;
}
.downloadBtn:hover .code{
	display: block;
	animation-name: showcode;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.downloadBtn:hover .icon{
	display: block;
	animation-name: hiddenicon;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.downloadBtn .icon{
	display: block;
	animation-name: showicon;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}