@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 12px;
  font-family: "microsoft yahei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  cursor: pointer;
}
s,
i {
  text-decoration: none;
  font-style: inherit;
}
input,
button {
  border: none;
  outline-style: none;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.banner {
  width: 100%;
}
.banner a {
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background-color: #39c7ff;
}
.title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 58px 0;
}
.title h3 {
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  color: #1A1A1A;
  position: relative;
}
.title h3 i {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: -50px;
  box-sizing: border-box;
  border: 1px solid #1A1A1A;
  font-size: 24px;
  color: #1A1A1A;
  text-align: center;
}
.title p {
  padding-top: 16px;
  font-size: 20px;
  color: #999999;
}
.content-one ul {
  padding-bottom: 20px;
}
.content-one ul li {
  float: left;
  width: 290px;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #999999;
  margin-right: 13px;
  margin-bottom: 40px;
  padding: 30px 0px;
  position: relative;
}
.content-one ul li .one-tag {
  width: 66px;
  height: 66px;
  background-color: pink;
  position: absolute;
  top: 0;
  right: 0;
}
.content-one ul li .one-icon {
  display: block;
  width: 146px;
  height: 146px;
}
.content-one ul li h4 {
  font-size: 22px;
  color: #1a1a1a;
  padding-top: 36px;
}
.content-one ul li p {
  font-size: 16px;
  color: #545454;
  padding-top: 20px;
}
.content-one ul li a {
  display: block;
  width: 98px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #999999;
  box-sizing: border-box;
  font-size: 14px;
  color: #999999;
  text-align: center;
  border-radius: 6px;
  margin-top: 40px;
}
.content-one ul li a:hover {
  background-color: #FC0000;
  border-color: #FC0000;
  color: #fff;
}
.content-one ul li:nth-child(4n) {
  margin-right: 0px;
}
.content-two {
  height: 366px;
}
.content-two .title {
  padding-top: 40px;
}
.content-two ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content-two ul li {
  width: 200px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  color: #1A1A1A;
  background-color: #fff;
  border: 1px solid #0AB0EF;
  box-sizing: border-box;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.content-two ul .two-li-hover {
  background-color: #0AB0EF;
  border-color: #0AB0EF;
  color: #fff;
}
.content-two a {
  margin: 0 auto;
  display: block;
  width: 310px;
  height: 40px;
  line-height: 38px;
  background-color: #FC0000;
  font-size: 20px;
  color: #fff;
  border-radius: 6px;
  margin-top: 80px;
  text-align: center;
}
.content-three ul li {
  float: left;
  width: 385px;
  height: 161px;
  margin-right: 22px;
  border: 1px solid #999999;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 18px;
  padding-right: 30px;
}
.content-three ul li i {
  display: block;
  width: 102px;
  height: 102px;
}
.content-three ul li div {
  width: 206px;
}
.content-three ul li div h4 {
  font-size: 22px;
  color: #1A1A1A;
}
.content-three ul li div p {
  font-size: 16px;
  color: #545454;
}
.content-three ul li:nth-child(3n) {
  margin-right: 0;
}
.content-four .four-c h4 {
  width: 136px;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  color: #FFFFFF;
  background-color: #0AB0EF;
  text-align: center;
  margin-bottom: 60px;
}
.content-four .four-c ul {
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
}
.content-four .four-c ul li {
  width: 232px;
  height: 156px;
  border: 1px solid #545454;
  box-sizing: border-box;
  padding: 30px 0 40px;
  margin-right: 10px;
  text-align: center;
}
.content-four .four-c ul li h5 {
  font-size: 36px;
  color: #CCCCCC;
}
.content-four .four-c ul li p {
  font-size: 18px;
  color: #1A1A1A;
  padding-top: 14px;
}
.content-four .four-c ul li:last-child {
  margin-right: 0px;
}
.content-five img {
  padding-bottom: 30px;
}
.content-six ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 60px;
}
.content-six ul li {
  width: 380px;
  height: 354px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  position: relative;
  padding: 60px 54px 0px;
}
.content-six ul li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  font-size: 22px;
  color: #FFFFFF;
  padding-top: 8px;
  padding-left: 14px;
  box-sizing: border-box;
}
.content-six ul li h4 {
  width: 286px;
  height: 80px;
  line-height: 33px;
  font-size: 22px;
  color: #1A1A1A;
}
.content-six ul li p {
  line-height: 27px;
  font-size: 18px;
  color: #545454;
}
.content-footer {
  background-color: #F0F0F0;
}
.content-footer ul {
  height: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.content-footer ul li {
  width: 240px;
  height: 80px;
  display: flex;
  flex-direction: row;
}
.content-footer ul li i {
  display: block;
  width: 80px;
  height: 80px;
  background-color: pink;
}
.content-footer ul li h4 {
  font-size: 30px;
  color: #1A1A1A;
  padding-left: 20px;
}
.content-footer ul li h4 p {
  font-size: 18px;
  color: #1A1A1A;
  padding-top: 10px;
}
