/*Html5*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*Base*/

html {
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Microsoft YaHei", "PingFang SC", Helvetica, Helvetica,
    Hiragino Sans GB, Arial, sans-serif;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
button {
  outline: none;
}

img {
  border: none;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

@font-face {
  font-family: "iconfont";
  src: url("../icon/iconfont.eot");
  src: url("../icon/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../icon/iconfont.woff2") format("woff2"),
    url("../icon/iconfont.woff") format("woff"),
    url("../icon/iconfont.ttf") format("truetype"),
    url("../icon/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.wrap {
  width: 84vw;
  margin: 0 auto;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.flex-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.hot-list h2,
.cloud-products-list .item h3,
.cloud-products-list .item p,
.ent-case-list h3,
.index-news-list .txt h3,
.stu-sec-tag,
.stu-four-news a .txt p,
.stu-four-news a .txt h3,
.stu-third-con .list a h3,
.system-item .top p,
.in-pro-container p,
.empower-cen .item p,
.dj-item .txt h3,
.dj-item .txt .des,
.phb-con .item .title,
.studio-news-con .txt .title,
.studio-news-con .list li,
.essence-list h3,
.ranking-list li a,
.dj-det-con .intro,
.in-news-list .item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-list p,
.pro-data-list p,
.custom-list p,
.cloud-date-list p,
.api-text .des p,
.m-solution-list .item:hover .intro,
.in-pro-hot .item p,
.api-item a p,
.stu-sec-title p,
.stu-third-con .list a p,
.essence-list p,
.know-article-list .item h3,
.associate .item a,
.studio-news-con .txt .des,
.studio-list-item .txt p,
.in-news-list .item .des,
.dj-det-con h2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.in-wrap {
  width: 93.87vw;
  margin: 0 auto;
}

.cloud-wrap {
  width: 1280px;
  margin: 0 auto;
}

.cloud-api-list .item,
.cloud-products-list .item,
.activity .item,
.activity .item img,
.base-case .list .item,
.choose .item,
.choose .item a,
.in-pro-container a,
.in-open-hot .list h3,
.api-list .item,
.white,
.white h3,
.bule,
.bule h3,
.financial .txt a,
.financial img,
.other-contact .item,
.pro-det-but {
  transition: all 0.2s;
}

.cloud-api-list .item:hover,
.cloud-products-list .item:hover,
.base-case .list .item:hover,
.choose .item:hover,
.api-list .item:hover,
.other-contact .item:hover {
  box-shadow: 0 10px 30px 0 rgb(18 38 64 / 15%);
}

.white:hover,
.bule:hover {
  cursor: pointer;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 20%);
}

.cloud-api-list .item:hover,
.cloud-products-list .item:hover,
.choose .item:hover {
  transform: translateY(-7px);
}

.cloud-products-list .item:hover {
  border-top: 2px solid #d8262c;
}

.activity .item:hover img,
.financial:hover img {
  transform: scale(1.1);
}

.choose .item:hover a,
.pro-det-but:hover {
  cursor: pointer;
  transform: translateX(10px);
}

.choose .item:hover a {
  color: #d8262c;
}

.in-pro-hot .item {
  cursor: pointer;
}

.other-contact .item:hover {
  transform: translateY(-5px);
}

.financial .txt a:hover {
  background: #fff;
  color: #333;
}

.option {
  /*用div的样式代替select的样式*/
  /* margin: 100px; */
  width: 37.33vw;
  height: 9.33vw;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
  float: left;
  border-radius: 1.33vw;
  margin-right: 1vw;
}
.option select {
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
  height: 8.33vw;
  line-height:  9.33vw;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 20px;
  border-radius: 1.33vw;
  background: #fff;
}
/*使用伪类给select添加自己想用的图标*/
.option:after {
  /* content: ""; */
  width: 14px;
  height: 8px;
  /* background: url(../assets/arrow-down.png) no-repeat center; */
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 1.33vw;
  top:25%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
  content: "\25bc";
  color:#969696;
  font-size: 12px;
}


#wrapper {
	margin:10px;
	background: #fff;
}
* {-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;outline:0;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}
/***************************/
.tabSlider-transition{
	transition: transform 0ms ease; 
	-ms-transition: -ms-transform 0ms ease; 
	-moz-transition: -moz-transform 0ms ease;
	-webkit-transition: -webkit-transform 0ms ease;
	-o-transition: -o-transform 0ms ease;
}
.tabSlider-animate{
	transition: transform 400ms ease; 
	-ms-transition: -ms-transform 400ms ease; 
	-moz-transition: -moz-transform 400ms ease;
	-webkit-transition: -webkit-transform 400ms ease;
	-o-transition: -o-transform 400ms ease;
}
.tabSlider .tabSlider-hd {
	background-color: transparent;

	border-radius: 0px;
	display: table;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	position: relative;

  width: 89.73vw;
  margin: 0 auto;
  margin-bottom:5.33vw;
}
.tabSlider .tabSlider-hd li {
	padding: 10px 0;
	cursor:pointer;

	color:#333333;
	display: table-cell;
	line-height: 1;
	overflow: hidden;
	padding-bottom: 7px;
	padding-top: 6px;
	text-align: center;
	text-overflow: ellipsis;
	transition: background-color 0.1s linear 0s;
	white-space: nowrap;
  /* width: 1%; */
  float: left;
  margin-right: 6.93vw;
}
.tabSlider .tabSlider-hd li:first-child {
	border-left-width: 0;
}

.tabSlider .tabSlider-hd li:last-child {
margin-right: 0;
}
.tabSlider .tabSlider-hd li.curr {
border-bottom: 1vw solid #D8262C;
	color:#D8262C;
}
.tabSlider .tabSlider-hd.line {
	border: 0 none;
	border-radius: 0;
	width: 100%;
}
.tabSlider .tabSlider-hd.line li {
	border: 0 none;
	color: inherit;
}
.tabSlider .tabSlider-hd.line li.curr {
	background: none;
	border-bottom: 2px solid #007aff;
	color: #007aff;
}

.tabSlider .tabSlider-hd.slide {
	border-radius:0;
	display:block;
	table-layout:auto;
	border:none;
	padding:0;
	text-align:center
}
.tabSlider .tabSlider-hd.slide li {
	background:#dfdfdf;
	display:inline-block;
	text-indent:20px;
	height:10px;
	width:10px;
	overflow:hidden;
	border-radius:100%;
	margin:5px;
	border:0;
	padding:0;
}
.tabSlider .tabSlider-hd.slide li.curr {
	background:#666;	
}
.tabSlider .tabSlider-bd {
	position:relative;
	min-height: 100px;
	background:#fff;
	width: 100%;
	overflow: hidden;
	transition: height 200ms ease-in-out;
	-webkit-transition: height 200ms ease-in-out;
}
.tabSlider .tabSlider-bd .tabSlider-wrap {
	position:absolute;
	top:0; 
	left:0;
	width: 100%;
	min-height: 100%;
}
.tabSlider .tabSlider-bd .tabSlider-wrap .tabSlider-box {
	position:absolute;
	top:0; 
	left:0;
	width: 100%;
	min-height: 100px;
}
.tabSlider .tabSlider-bd .tabSlider-wrap .tabSlider-box {
	padding:.5em	
}
.tabSlider .tabSlider-bd.slide {
	background:none;
}
.tabSlider .tabSlider-bd.slide .tabSlider-wrap .tabSlider-box {
	text-align:center;
	padding:0
}
