html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover,
a {
  text-decoration:none
  
}
p {
  line-height: 24px;
}
.pt0{
  padding-top: 0 !important;
}
.pb0{
  padding-bottom: 0 !important;
}
/* 多出部分用省略号表示 , 用于一行 */
.wes {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.body-box {
  zoom: 0.8;
}
.wes-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.containe {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.container {
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
.container-fixed {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.section-container-bg {
  background-color: #F6F8FD;
}
.section-container {
  padding: 120px 16px;
}
.section-container h3{
  text-align: center;
  font-size: 32px;
  padding-bottom: 70px;
  color: #3A4666;
}
.banner-container a:hover{
	background: #688FFF;
}
/* 头部 */
.navbar {
	height: 72px;
	width: 100%;
	padding: 0;
	border-radius: 0;
	border: 0;
	position: fixed;
	z-index: 100;
	margin-bottom: 0;
	font-family: "Hiragino Sans GB";
}
.navbar-inverse {
  background: transparent;

}

.navbar-inverse:hover {}
.navbar .container-fluid {
	background: transparent;
	max-width: 1400px;
	width: 100%;
  height: 100%;
	margin: auto;
	
}

.navbar-brand {
	margin-right: 60px;
	padding: 0;
  height: 100%;
	align-items: center;
	justify-content: center;
}
.logo_w {
  display: flex;
}
.logo {
  display: none;
}
.navbar-inverse:hover .logo {
  display: flex;
}
.navbar-inverse:hover .logo_w {
  display: none;
}
.navbar img {
  width: 153px;
	margin-left: 15px;
}
.navbar-right li {
  padding: 15px 0;
}
.navbar-right span{
  cursor: pointer;
  padding: 0 16px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.navbar-nav {
  height: 72px;
  display: flex;
  align-items: center;
}
.navbar-inverse .navbar-nav>li>a:hover {
  color: #4F7CFD;
}
.navbar-inverse .navbar-nav>li>a {
  color: #3A4666;
}

.navbar-left>li>a {
  color: #3A4666;
  padding: 10px 20px;
}

.navbar-inverse .navbar-right>li>a{
  padding: 0;
  font-size: 14px;
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #4F7CFD;
  border-radius: 14px;
  color: #fff;
}
.navbar-inverse .navbar-right>li>a:hover {
  background: #4F7CFD;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover{
  color: #4F7CFD;
  background-color: transparent;
}

.navbar-inverse:hover {
  border-bottom: 1px solid #E6EBF5;
  background-color: #FFFFFF;
}

.navbar-inverse:hover .navbar-right span,
.navbar-inverse:hover .navbar-nav>li>a{
  color: #3A4666;

}
.navbar-inverse:hover .navbar-right>li>a{
  color: #FFFFFF;
}
.nav-document{
  position: relative;
}
.nav-document>span{
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 30px;
  background-color: transparent;
  bottom: -16px;
  left: 0;
}
.navbar-right .nav-document .navbar-right-li-a {
  color: #3A4666 !important;
}
.navbar-right .nav-document .navbar-right-li-a:hover {
  color: #4F7CFD !important;
}
.nav-document>li>span:hover{
   position: absolute;
  display: inline-block;
  height: 2px;
  background-color: #4F7CFD;
  bottom: -10px;
  left: 0;
  right: 0;
}

.dropdown-document>span{
  position: absolute;
  display: inline-block;
  height: 2px;
  background-color: #4F7CFD;
  top: -2px;
  left: 0;
  right: 0;
}
.dropdown-document {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  padding: 60px 0;
  box-shadow: rgba(154, 170, 193, 0.3) 5px 5px 18px -5px;
}
.nav-document-item {
  position: relative;
}
.nav-document-item .dropdown-document{
  position: absolute;
  display: none;
  width: 150px;
  top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  
}
.nav-document-item .dropdown-document a {
  color: #3A4666;
  display: block;
  padding: 12px 20px;
}

.nav-document-item .dropdown-document a:hover{
  color: #4F7CFD;
}

.nav-document-item .dropdown-document-samll{
  position: absolute;
  display: none;
  width: 110px;
  top: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  
}

/* .dropdown-document-samll>span{
  position: absolute;
  display: inline-block;
  height: 2px;
  background-color: #4F7CFD;
  top: -2px;
  left: 0;
  right: 0;
} */
.dropdown-document-samll {
  display: none;
  background-color: #fff;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  padding: 60px 0;
  box-shadow: rgba(154, 170, 193, 0.3) 5px 5px 18px -5px;
}
.nav-document-item .dropdown-document-samll a {
  color: #3A4666;
  display: block;
  padding: 12px 20px;
}

.nav-document-item .dropdown-document-samll a:hover{
  color: #4F7CFD;
}

.nav-document:hover .dropdown-document-samll {
  display: block;
}
.dropdown-document-samll .dt {
  margin-bottom: 40px;
  display: block;
  font-size: 16px;
  color: #3A4666;
}
.dropdown-document-samll .dt a{
  font-size: 16px;

}

.dropdown-document-samll .dd{
  margin-bottom: 22px;
  display: block;
}
.dropdown-document-samll .dd a{
  font-size: 14px;
  color: #586586;
}
.dropdown-document-samll .dd a:hover{
  color: #4F7CFD;
}
.dropdown-document-samll .dt img {
  margin: 0;
  width: 24px;
  margin-right: 6px;
  vertical-align: -3px;
}
.dropdown-document-samll .programme-item {
  position: relative;
  padding-left: 120px;
  height: 74px;
  margin-bottom: 60px;
}
.dropdown-document-samll .programme-item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 104px;
  margin: 0;
}
.dropdown-document-samll .programme-item div {
  
}
.dropdown-document-samll .programme-item div h5{
  cursor: pointer;
  font-size: 16px;
  color: #3A4666;
  margin-bottom: 16px;
}
.dropdown-document-samll .programme-item div h5:hover{
  color: #4F7CFD;
}
.dropdown-document-samll .programme-item div p{
  font-size: 12px;
  line-height: 22px;
  color: #6F7A9A;
}

.dropdown-toggle{
  position: relative;
}
.nav-document:hover .dropdown-toggle::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background-color: #4F7CFD;
}

.nav-document:hover .nav-a-hover::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background-color: #4F7CFD;
}
/* .nav-document:hover span::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background-color: #4F7CFD;
} */
.nav-document:hover .dropdown-document {
  display: block;
}
.dropdown-document .dt {
  margin-bottom: 40px;
  display: block;
  font-size: 16px;
  color: #3A4666;
}
.dropdown-document .dt a{
  font-size: 16px;

}

.dropdown-document .dd{
  margin-bottom: 22px;
  display: block;
}
.dropdown-document .dd a{
  font-size: 14px;
  color: #586586;
}
.dropdown-document .dd a:hover{
  color: #4F7CFD;
}
.dropdown-document .dt img {
  margin: 0;
  width: 24px;
  margin-right: 6px;
  vertical-align: -3px;
}
.dropdown-document .programme-item {
  position: relative;
  padding-left: 120px;
  height: 74px;
  margin-bottom: 60px;
}
.dropdown-document .programme-item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 104px;
  margin: 0;
}
.dropdown-document .programme-item div {
  
}
.dropdown-document .programme-item div h5{
  cursor: pointer;
  font-size: 16px;
  color: #3A4666;
  margin-bottom: 16px;
}
.dropdown-document .programme-item div h5:hover{
  color: #4F7CFD;
}
.dropdown-document .programme-item div p{
  font-size: 12px;
  line-height: 22px;
  color: #6F7A9A;
}
.navbar-inverse-top {
  background-color: #FFFFFF;
  box-shadow: 0px 0 18px 2px rgba(154,170,193,0.3);
}
/* .navbar-inverse-top .navbar-right span,
.navbar-inverse-top .navbar-nav>li>a{
  color: #3A4666;
} */
.navbar-inverse-top .navbar-right .nav-document-bottom>li>a{
  color: #FFFFFF;
}

.navbar-right .nav-document .navbar-right-li-a:focus {
    color: #3A4666 !important;
}

.navbar-inverse .navbar-right>li>a:hover{
  padding: 0;
  font-size: 14px;
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #688FFF;
  border-radius: 14px;
  color: #fff;
}
.navbar-inverse .navbar-right .nav-document-bottom>a:focus {
  color: #FFF !important;
  padding: 0;
  font-size: 14px;
  width: 72px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #4F7CFD;
  border-radius: 14px;
  color: #fff;
}
.navbar-inverse-top .navbar-right .nav-document-bottom>li>a:hover{
  background: #688FFF;
}
.navbar-inverse-top .logo {
  display: flex;
}
.navbar-inverse-top .logo_w {
  display: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-header {
  height: 72px;
}
.navbar-toggle-btn {
  position: absolute;
  right: 10px;
  top: 30px;
  cursor: pointer;
}
.navbar-toggle-btn:hover {
  color: #4F7CFD;
}
.navbar-nav-xs {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  bottom: 0;
  display: none;
  width: 260px;
  box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
  background-color: #fff;
  overflow: auto;
}
.navbar-nav-xs-top {
  padding: 20px 16px;
  position: relative;

}
.navbar-nav-xs-top img {
  width: 60%;
}
.navbar-nav-xs-top span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
.navbar-nav-xs ul li>a,
.navbar-nav-xs ul li>span {
  line-height: 48px;
  padding: 0 16px;
  color: #fff;
  height: 48px;
  display: block;
  border-bottom: 1px solid #fff;
  background-color: #181819;
}

.navbar-nav-xs ul li>div>a {
  line-height: 48px;
  padding: 0 20px;
  color: #333;
  height: 48px;
  display: block;
  border-bottom: 1px solid #181819;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media only screen and (min-width: 1200px) {
  .navbar-toggle-btn {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle-btn {
    display: block;
  }
}
/* 底部 */
footer {
  padding-top: 90px;
  color: #fff;
  background: #2E3A4E;
}
footer h4 {
  padding-bottom: 20px;
  font-size: 20px;
} 
footer ul {
  margin-bottom: 20px;
}
footer li>a {
  font-size: 14px;
  line-height: 32px;

  color: #aeb5be;
}
footer li>a:hover {
  color: #d5dbe3;
}
footer p {
  margin-top: 60px;
  padding: 16px;
  border-top: 1px solid #475366;
  text-align: center;
  line-height: 24px;
  color: #6a7689;
  font-size: 14px;
}
footer .row img {
  max-width: 110px;
}
footer .footers-enterprise {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
footer p a{
  color: rgba(99, 110, 129, 1);
}
footer .footers-enterprise a{
  color: rgba(99, 110, 129, 1);
  padding: 0 18px 0 10px;
}
footer p a:hover,footer .footers-enterprise a:hover{
  color: #4F7CFD;
}
footer .footers-enterprise img,
footer p img{
  vertical-align:middle;
  padding:0 4px 4px 4px;
  max-width: 38px;
}

@media only screen and (max-width: 764px) {
	footer .row{
    text-align: center;
  }
}
/* 侧边 */
.sider-content{
  position: fixed;
  top: 50%;
  /* display: none; */
  margin-top: -106px;
  right: 20px;
  z-index: 99;
}

.sider-content .sider-item img {
  width: 24px;
}

.sider-content .sider-item>.img_h{
  display: block;
}
.sider-content .sider-item>.img_s{
  display: none;
}
.sider-content .sider-item{
  position: relative;
  cursor: pointer;
  width: 48px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaefff;
  box-shadow: 0px 1px 8px 0px rgba(156,172,195,0.2);
  border: 1px solid #4F7CFD;
}
.sider-content .sider-item-head{
  border: 0;
  display: flex;
  width: 48px;
  height: 156px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: linear-gradient(105deg, #7095FB, #4F7CFD);
  box-shadow: 0px 1px 8px 0px rgba(156,172,195,0.2);
  border-radius: 2px;
}
.sider-content .sider-item-head:hover{
  background: #688FFF;
}
.sider-content .sider-item-head img {
  margin-bottom: 12px;
}
.sider-content .sider-item-head span {
  font-size: 16px;
  display: inline-block;
  padding: 2px 0;
  color: #fff;
}
.sider-item-info {
  position: absolute;
  display: none;
  text-align: center;
  right:39px;
  width: 130px;
  top: -90px;
}
.sider-item-info>div{
  width: 120px;
  height: 140px;
  padding: 10px;
  font-size: 12px;
  color: #586586;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(156,172,195,0.3);
}
.sider-content .sider-item:hover>.sider-item-info {
  display: block;
}
.sider-content .sider-item .sider-item-info img {
  width: 100px;
}
.sider-content .up{
  margin-bottom: 12px;
}
.sider-content .down{
  margin-top: 12px;
}
.sider-content .sider-item:hover{
  background: #4F7CFD;
}
.sider-content .sider-item:hover>.img_h{
  display: none;
}
.sider-content .sider-item:hover>.img_s{
  display: block;
}
/* 云边协同平台 */
.section-cloud {
	height: 140px;
	background-position: 100% 100%;
	background:url(../images/index/cloud_bg.png);
  margin-top: 20px;
}
.section-cloud .container{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.section-cloud .container span {
	font-size: 32px;
	color: #3A4666;
}
.section-cloud .container a {
	position: absolute;
	display: block;
	padding: 0 20px;
	height: 36px;
	background: #4F7CFD;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	color: #fff;
	right: 16px;
}
.section-cloud .container a:hover{
  background: #688FFF;
}
@media only screen and (max-width: 1200px) {
	.section-cloud .container span {
		font-size: 16px;
	}	
	.section-cloud .container a{
		zoom: 0.7;
	}
}

/* 案例 */
.section-case {
	
}
.section-case  .nav-tabs {
  margin-left: 0;
  margin-right: 0;
}
.section-case  .nav-tabs li{
	text-align: center;
  flex: 1;
}

.section-case .nav-tabs>li>a{
	display: inline-block;
	padding: 18px 0;
	margin: 0;
	cursor: pointer;
	font-size: 14px;
	color: #586586;
    background-color: transparent;
	border: 0;
  font-weight: 550;
    border-bottom: 2px solid transparent;
}
.section-case .nav-tabs>li.active>a, 
.section-case .nav-tabs>li.active>a:focus, 
.section-case .nav-tabs>li.active>a:hover{
	border: 0;
	color: #4F7CFD;
	border-bottom: 2px solid #4F7CFD;
	background-color: transparent;
}
.section-case .tab-content {
	padding-top: 50px;
}
.section-case .tab-content .case-item-img img{
	width: 100%;
}
.section-case .tab-content .case-item-info {
	padding-right: 60px;
}
.section-case .tab-content .case-item-info p{
	font-size: 14px;
	color: #586586;
	line-height: 26px;
	margin-bottom: 22px;
}
.section-case .tab-content .case-item-info>.case-item-list{
	margin-right: -30px;
}
.section-case .tab-content .case-item-info>.case-item-list div{
	width: 19%;
	min-width: 120px;
	padding: 0 10px;
	display: inline-block;
}

.section-case .tab-content .case-item-info>.case-item-list img{
	margin-bottom: 20px;
	/* width: 100%; */
	max-width: 100%;
	object-fit: cover;
}
.section-case .tab-content .case-item-text {
  margin-left: 60px;
}
.section-case .tab-content .case-item-text h5 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #373D41;
}
.section-case .tab-content .case-item-text p {
  font-size: 14px;
  color: #7D87A3;
  line-height: 28px;
}
.section-case .tab-content .case-item-text .case-item-list {
  margin-top: 50px;
  padding: 16px;
  font-size: 14px;
  color: #586586;
  display: flex;
  align-items: center;
  background: #F4F7FC;
  border: 1px solid #EEF2F9;
}
.section-case .tab-content .case-item-text .case-item-list span {
  color: #7D87A3;
  display: inline-block;
  margin-right: 20px;
}
.section-case .tab-content .case-item-text .case-item-list img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}


@media only screen and (min-width: 1200px) {
	.section-case  .nav-tabs {
		display: flex;
		justify-content: space-between;
	}
	.section-case  .nav-tabs .nav-list_l{
		/* margin-left: -72px; */
	}
	.section-case  .nav-tabs .nav-list_r{
		/* margin-right: -72px; */
	}
}

@media only screen and (max-width: 1200px) {
	.section-case .nav-tabs>li{
		padding: 12px;
	}	
	.section-case .nav-tabs>li>a{
		padding:0;
	}
}
.banner-container img {
height: 600px !important;
}
@media (max-width: 1078px)  {
  .banner-container img {
      height: 400px !important;
  }
}
.body-boxs .banner-containers a {
  left: 11% !important;
}
/* .body-boxs .banner-container-cvr a{
  left: 8.2% !important;
} */

@media only screen and (max-width:768px) {
  .section-case .tab-content .case-item-text {
      margin-left: 0px;
      margin-top: 20px;
  }
}