@charset "UTF-8";
.ica {
  width: 100%;
  max-width: 1920px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.ica-banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: url(banner.jpg) no-repeat center;
  position: relative;
}
.ica-banner a {
  display: block;
  width: 209px;
  height: 59px;
  background: #012E69;
  border-radius: 10px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 31px;
  color: #FFFFFF;
  line-height: 59px;
  position: absolute;
  top: 412px;
  left: 50%;
  margin-left: -560px;
}
.ica-tit {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 49px;
  color: #05249E;
  line-height: 136px;
  background: url(30.png) no-repeat center left;
  background-position-x: -20px;
}
.ica-tit.t1 {
  background: url(31.png) no-repeat center left;
  background-position-x: -20px;
}
.ica-tit.t2 {
  background: url(32.png) no-repeat center left;
  background-position-x: -20px;
}
.ica-tit.t3 {
  background: url(33.png) no-repeat center left;
  background-position-x: -20px;
}
.ica-tit.t4 {
  background: url(34.png) no-repeat center left;
  background-position-x: -20px;
}
.ica-tit.t5 {
  background: url(35.png) no-repeat center left;
  background-position-x: -20px;
}
.ica-div {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(1.jpg) no-repeat center top;
  padding: 30px 0 60px;
}
.ica-div ul {
  width: 1160px;
  height: auto;
  overflow: hidden;
  margin: 35px auto 0;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.ica-div ul li:first-child div {
  width: 589px;
  height: 364px;
  background: #FDFDFD;
  box-shadow: 0px 0px 6px 0px rgba(3, 86, 170, 0.15);
  border-radius: 10px;
  padding: 60px 30px;
  display: flex;
  justify-content: space-between;
}
.ica-div ul li:first-child div:first-child {
  margin-bottom: 15px;
}
.ica-div ul li:first-child div img {
  display: block;
  width: 88px;
  height: 88px;
}
.ica-div ul li:first-child div p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 33px;
  margin-left: 8px;
}
.ica-div ul li:first-child div p span {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #2C5ED4;
  line-height: 25px;
  margin: 10px 0;
}
.ica-div ul li:nth-child(2) {
  width: 548px;
  height: 744px;
  background: #FDFDFD;
  box-shadow: 0px 0px 6px 0px rgba(3, 86, 170, 0.15);
  border-radius: 10px;
  padding: 20px;
}
.ica-div ul li:nth-child(2) h2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #2C5ED4;
  line-height: 87px;
  align-items: center;
  padding-left: 100px;
  background: url(4.png) no-repeat center left;
}
.ica-div ul li:nth-child(2) div {
  width: 100%;
  height: 108px;
  background: #F7F8FE;
  border-radius: 10px;
  margin-top: 16px;
  padding: 20px 34px;
}
.ica-div ul li:nth-child(2) div h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #2C5ED4;
  line-height: 30px;
}
.ica-div ul li:nth-child(2) div h3 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(132deg, #1642C3, #4780E7);
  border-radius: 50%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 30px;
  margin-right: 10px;
}
.ica-div ul li:nth-child(2) div p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 25px;
  margin-top: 5px;
}
.ica-div1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(5.png) no-repeat center top;
  padding: 30px 0 60px;
}
.ica-div1 > p {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 20px auto 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.ica-div1 ul {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 40px auto 0;
  padding-right: 175px;
}
.ica-div1 ul li {
  width: 100%;
  height: 98px;
  background: url(29.png) no-repeat center left;
  margin-top: 10px;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ica-div1 ul li img {
  display: block;
  width: 54px;
  height: 54px;
}
.ica-div1 ul li > p {
  width: 30px;
  height: 30px;
  background: linear-gradient(132deg, #1642C3, #4780E7);
  border-radius: 50%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 30px;
}
.ica-div1 ul li div {
  width: 730px;
}
.ica-div1 ul li div h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #2C5ED4;
  line-height: 25px;
}
.ica-div1 ul li div p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 25px;
  margin-top: 5px;
}
.ica-div2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(10.png) no-repeat center top;
  padding: 30px 0 60px;
}
.ica-div2 > p {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 10px auto 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.ica-div2 ul {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 15px auto 0;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ica-div2 ul li {
  width: 583px;
  height: 161px;
  background: #FDFDFD;
  box-shadow: 0px 0px 6px 0px rgba(3, 86, 170, 0.15);
  border-radius: 10px;
  margin-top: 22px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ica-div2 ul li img {
  display: block;
  width: 75px;
  height: 75px;
  margin-right: 25px;
}
.ica-div2 ul li div h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #2C5ED4;
  line-height: 30px;
}
.ica-div2 ul li div h3 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(132deg, #1642C3, #4780E7);
  border-radius: 50%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 30px;
  margin-right: 10px;
}
.ica-div2 ul li div p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 25px;
  margin-top: 5px;
}
.ica-div3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(19.png) no-repeat center top #F5F7FB;
  padding: 30px 0 60px;
}
.ica-div3 > p {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 10px auto 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.ica-div3 .ica-div3-1 {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 25px auto 10px;
  display: flex;
  justify-content: space-between;
}
.ica-div3 .ica-div3-1 img {
  display: block;
  width: 400px;
  height: 385px;
  margin-right: 30px;
}
.ica-div3 .ica-div3-1 > div {
  width: 100%;
}
.ica-div3 .ica-div3-1 > div h3 {
  width: 518px;
  height: 33px;
  background: #0936AD;
  border-radius: 17px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 33px;
}
.ica-div3 .ica-div3-1 > div h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #2C5ED4;
  line-height: 25px;
  margin-top: 35px;
}
.ica-div3 .ica-div3-1 > div p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 37px;
  margin-top: 5px;
}
.ica-div3 .ica-div3-1 > div p span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: linear-gradient(132deg, #1642C3, #4780E7);
  border-radius: 50%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 30px;
  margin-right: 10px;
}
.ica-div3 .ica-div3-1 > div div {
  width: 100%;
  margin-top: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}
.ica-div3 .ica-div3-1 > div div span {
  display: inline-block;
  width: auto;
  height: 40px;
  background: #376CDB;
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  line-height: 40px;
  padding: 0 12px;
}
.ica-div3 .ica-div3-2 {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 50px auto 20px;
}
.ica-div3 .ica-div3-2 h3 {
  width: 518px;
  height: 33px;
  background: #0936AD;
  border-radius: 17px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 33px;
}
.ica-div3 .ica-div3-2 p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 25px;
  margin-top: 18px;
}
.ica-div3 > ul {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ica-div3 > ul > li {
  width: 560px;
  height: auto;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 10px;
}
.ica-div3 > ul > li h2 {
  width: 560px;
  height: 100px;
  background: url(21.png) no-repeat center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 100px;
  text-stroke: 2px #0935AD;
  -webkit-text-stroke: 2px #0935AD;
  text-align: center;
}
.ica-div3 > ul > li ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 18px 20px;
}
.ica-div3 > ul > li ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ica-div3 > ul > li ul li:last-child {
  margin-bottom: 0;
}
.ica-div3 > ul > li ul li h4 {
  width: 95px;
  display: block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 19px;
  color: #0936AD;
  line-height: 33px;
}
.ica-div3 > ul > li ul li h4::after {
  display: block;
  content: "";
  width: 86px;
  height: 5px;
  background: #FFF000;
  border-radius: 3px;
  margin-top: -8px;
}
.ica-div3 > ul > li ul li p {
  width: 418px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 33px;
}
.ica-div3 > a {
  display: block;
  width: 382px;
  height: 76px;
  background: #0936AD;
  box-shadow: 0px 7px 0px 0px #164BD8;
  border-radius: 38px;
  margin: 50px auto 0;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 76px;
}
.ica-div4 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F7F9FC;
}
.ica-div4 > div {
  width: 1200px;
  height: auto;
  overflow: hidden;
  background: url(22.png) no-repeat top right;
  margin: 0 auto;
  padding: 60px 0;
}
.ica-div4 > div ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ica-div4 > div ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.ica-div4 > div ul li img {
  display: block;
  width: 110px;
  height: 110px;
  margin-right: 17px;
}
.ica-div4 > div ul li div {
  width: 100%;
}
.ica-div4 > div ul li div h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #2C5ED4;
  line-height: 25px;
}
.ica-div4 > div ul li div p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 25px;
  margin-top: 10px;
}
.ica-div4 > div ul li div p span {
  color: #FF0202;
}
.ica-div5 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F0F5FD;
  padding: 60px 0;
}
.ica-div5 > ul {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 22px auto 0;
  display: flex;
  justify-content: space-between;
}
.ica-div5 > ul > li {
  width: 384px;
  height: 383px;
  background: #FAFBFD;
  border-radius: 10px;
  margin-top: 21px;
  position: relative;
  padding: 135px 15px 0;
}
.ica-div5 > ul > li div {
  width: 100%;
  position: absolute;
  top: -21px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ica-div5 > ul > li div img {
  display: block;
  width: 110px;
  height: 135px;
  margin-right: 7px;
}
.ica-div5 > ul > li div h3 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #2C5ED4;
  line-height: 25px;
}
.ica-div5 > ul > li ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ica-div5 > ul > li ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.ica-div5 > ul > li ul li:last-child {
  margin-bottom: 0;
}
.ica-div5 > ul > li ul li h3 {
  width: 57px;
  display: block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 19px;
  color: #0936AD;
  line-height: 33px;
}
.ica-div5 > ul > li ul li h3::after {
  display: block;
  content: "";
  width: 46px;
  height: 5px;
  background: #FFF000;
  border-radius: 3px;
  margin-top: -8px;
}
.ica-div5 > ul > li ul li p {
  width: 290px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 33px;
}
.ica-div5 > a {
  display: block;
  width: 382px;
  height: 76px;
  background: #0936AD;
  box-shadow: 0px 7px 0px 0px #164BD8;
  border-radius: 38px;
  margin: 50px auto 0;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 76px;
}
