
* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	color: #505050;
	text-decoration: none;
	cursor: pointer;
}

.wrp1150 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

/*标题*/

.col {
  padding: 35px 0;
  overflow: hidden;
}

.col .title {
  text-align: center;
  margin-bottom: 30px;
}

.col .title h2 {
  font-size: 36px;
  line-height: 60px;
  color: #333;
  letter-spacing: 2px;
}

.col .title p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.col .title span {
  color: #4381ff;
}
/*终端应用*/



/*15个模块*/
/**/
.cp-col {
  background: #f2f5fc;
}
.cp-col .title .title-desc {
  color: #4285f4;
}
.cp-col ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp-col ul li a {
  display: block;
  background: #fff;
  box-shadow: 0px 2px 6px 5px #eff5fd;
  padding: 13px 0;
  box-sizing: border-box;
  width: 218px;
  height: 153px;
  border: 1px solid #ebedf0;
  border-radius: 6px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.cp-col ul li a:hover {
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.cp-col ul li a h4 {
  font-size: 20px;
  font-weight: 800;
  color: #333333;
  line-height: 60px;
}
.cp-col ul li a p {
  font-size: 14px;

  font-weight: 500;
  color: #777777;
}
/*15个模块*/




/*4个模块*/
/*2018-10-19 Ã©Ââ€šÃ¦ÂÂ¿Ã®â€“Æ’*/
.fx-col {
}
.fx-col .fx-head {
  height: 170px;
  /*background: url('../images/fx-head-bg.png') center no-repeat; */
  text-align: center;
  margin-top: -10px;
}
.fx-col .fx-head h2 span {
  color: #4285f4;
  font-weight: 800;
}
.fx-col .fx-head p span {
  color: #fbbc05;
  font-weight: 600;
  font-size: 22px;
}
.fx-col .fx-head p {
  font-size: 18px;
  line-height: 35px;
  color: #666;
  margin-top: 10px;
}
.fx-col ul {
  padding: 5px 0 30px;
  display: flex;
  justify-content: space-between;
}
