.container {
  background-color: #f2f6f9;
}
.container .c_title {
  font-size: 25px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
}
.container .c_title:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 3px;
  background-color: #003d7d;
  top: 42px;
  left: 0;
}
.container .c_title span {
  color: #003d7d;
}
.container .header {
  padding: 21px 0 19px;
  background-color: #fff;
}
.container .header .header_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .header .header_box .left img {
  display: block;
  width: 265px;
}
.container .header .header_box .right {
  display: flex;
  align-items: center;
}
.container .header .header_box .right .btn {
  color: #fff;
  border-radius: 14px;
  padding: 5px 19px;
  font-size: 15px;
}
.container .header .header_box .right .btn.blue {
  background-color: #003d7d;
}
.container .header .header_box .right .btn.orange {
  background-color: #ff7725;
  margin-left: 10px;
}
.container .nav {
  background-color: #fff;
}
.container .nav .nav_box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.container .nav .nav_box .item {
  flex: 1;
  line-height: 60px;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.container .banner img {
  display: block;
  width: 100%;
}
.container .swiper {
  position: relative;
  overflow: hidden;
}
.container .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.container .main {
  width: 1200px;
  margin: 0 auto;
}
.container .main .section1 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.container .main .section1 .left {
  width: 809px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 25px 35px;
}
.container .main .section1 .left .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main .section1 .left .top .more {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #525252;
  opacity: 0.5;
}
.container .main .section1 .left .content {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.container .main .section1 .left .content .con_img img {
  display: block;
  width: 300px;
  margin-right: 25px;
}
.container .main .section1 .left .content .con_right .txt {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #525252;
  margin-bottom: 17px;
}
.container .main .section1 .left .content .con_right .info {
  display: flex;
  align-items: center;
  background-color: #f2f5f8;
  border-radius: 18px;
  margin-bottom: 10px;
}
.container .main .section1 .left .content .con_right .info .label {
  background-color: #003d7d;
  border-radius: 18px;
  color: #fff;
  padding: 8px 25px;
}
.container .main .section1 .left .content .con_right .info .val {
  color: #525252;
  margin-left: 20px;
}
.container .main .section1 .right {
  width: 370px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 25px 35px;
}
.container .main .section1 .right .form {
  padding-top: 10px;
}
.container .main .section1 .right .form .form_item {
  background-color: #f2f6f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 48px;
  margin-top: 20px;
}
.container .main .section1 .right .form .form_item .label {
  width: 80px;
  text-align: center;
}
.container .main .section1 .right .form .form_item input {
  outline: none;
  border: none;
  height: 40px;
  background-color: #f2f6f9;
  flex: 1;
}
.container .main .section1 .right .submit {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  height: 48px;
  background-color: #003d7d;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.container .main .section1 .right .operate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.container .main .section1 .right .operate .operate_left {
  display: flex;
  align-items: center;
}
.container .main .section1 .right .operate .operate_left input {
  width: 17px;
  height: 17px;
}
.container .main .section1 .right .operate .operate_left .txt {
  color: #003d7d;
  margin-left: 6px;
}
.container .main .section1 .right .operate .operate_right {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #59a9ee;
}
.container .main .section1 .right .operate .operate_right a {
  color: #59a9ee;
}
.container .main .section1 .right .operate .operate_right .linear {
  margin: 0 10px;
  color: #59a9ee;
}
.container .main .section2 {
  margin-top: 35px;
}
.container .main .section2 .c_title.center {
  text-align: center;
}
.container .main .section2 .c_title.center:after {
  left: 50%;
  transform: translateX(-50%);
}
.container .main .section2 .content .one {
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
}
.container .main .section2 .content .one .item {
  width: 20%;
  background-color: #fff;
  padding: 30px 0;
  box-sizing: border-box;
  border-right: 1px solid #f2f6f9;
  border-top: 1px solid #f2f6f9;
}
.container .main .section2 .content .one .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .main .section2 .content .one .item .img img {
  width: 65px;
  height: 65px;
}
.container .main .section2 .content .one .item .txt {
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333335;
}
.container .main .section2 .content .two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 28px;
}
.container .main .section2 .content .two .item {
  background-image: linear-gradient(90deg, #f0f9ff 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 10px;
  border: solid 1px #dcdfe2;
  height: 76px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 23%;
  justify-content: center;
}
.container .main .section2 .content .two .item .img {
  display: flex;
  align-items: center;
}
.container .main .section2 .content .two .item .img img {
  width: 34px;
}
.container .main .section2 .content .two .item .txt {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333335;
}
.container .main .section2 .content .tip {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333335;
  opacity: 0.56;
  text-align: center;
  margin-bottom: 60px;
}
.container .footer {
  background-color: #303030;
  padding: 27px 0;
}
.container .footer .txt {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
}

/*# sourceMappingURL=index.css.map */
