* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  background: #bae2ff;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
  font-size: 16px;
}
i,
b {
  font-style: normal;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.indexBox {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/banner.jpg) top center no-repeat;
  padding-bottom: 100px;
}
.indexBox .banner {
  height: 700px;
}
.indexBox .banner .wrap {
  position: relative;
}
.indexBox .banner .wrap .yssc {
  position: absolute;
  width: 359px;
  height: 401px;
  right: 0;
  top: 115px;
}
.indexBox .banner .wrap .yssc .pic {
  width: 100%;
  height: 100%;
  background: url(../images/yssc.png) center center no-repeat;
  transition: all 0.5s ease-in-out;
}
.indexBox .banner .wrap .yssc .sz {
  position: absolute;
  width: 129px;
  height: 101px;
  background: url(../images/sz_yssc.png) center center no-repeat;
  top: 194px;
  left: 229px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.indexBox .banner .wrap .yssc:hover .pic {
  background-image: url(../images/on_yssc.png);
  transform: rotate(10deg);
}
.indexBox .banner .wrap .yssc:hover .sz {
  opacity: 1;
}
.indexBox .cykj .title {
  height: 45px;
  background: url(../images/title1.png) center center no-repeat;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.indexBox .cykj .title .prev {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #0216ff url(../images/prev.png) center center no-repeat;
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.indexBox .cykj .title .prev.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.indexBox .cykj .title .next {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #0216ff url(../images/next.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.indexBox .cykj .title .next.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.indexBox .cykj .cykj-swiper .wrap {
  position: relative;
  height: 100%;
}
.indexBox .cykj .cykj-swiper .swiper-slide {
  overflow: hidden;
}
.indexBox .cykj .cykj-swiper .conType1 {
  background: url(../images/bg1.png) center center no-repeat;
  height: 726px;
}
.indexBox .cykj .cykj-swiper .conType1 .onMap {
  position: absolute;
  top: 174px;
  left: 154px;
}
.indexBox .cykj .cykj-swiper .conType1 .numBox {
  position: absolute;
  top: 265px;
  left: 692px;
}
.indexBox .cykj .cykj-swiper .conType1 .text {
  position: absolute;
  top: 79px;
  right: 52px;
}
.indexBox .cykj .cykj-swiper .conType2 {
  height: 726px;
  background: #bae2ff;
}
.indexBox .cykj .cykj-swiper .conType2 .phone {
  position: absolute;
  top: 46px;
  left: 0;
}
.indexBox .cykj .cykj-swiper .conType2 .text {
  position: absolute;
  top: 55px;
  right: 160px;
}
.indexBox .cykj .cykj-swiper .conType2 .codeBox {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 74px;
}
.indexBox .cykj .cykj-swiper .conType2 .codeBox .code {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 18px;
}
.indexBox .cykj .cykj-swiper .conType2 .codeBox .codeTxt {
  width: 36px;
  height: 120px;
  float: left;
  writing-mode: vertical-lr;
  line-height: 36px;
  padding-top: 12px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to bottom, #5397fd, rgba(255, 255, 255, 0));
}
.indexBox .cykj .cykj-swiper .conType2 .bompic {
  position: absolute;
  bottom: 0;
  right: 0;
}
.indexBox .cykj .cykj-swiper .conType2 .bompic img {
  vertical-align: top;
  margin-right: 5px;
}
.indexBox .cykj .cykj-swiper .conType2 .bompic img:last-child {
  margin-right: 0;
}
.indexBox .cxcyfwtx .title {
  height: 45px;
  background: url(../images/title2.png) center center no-repeat;
}
.indexBox .cxcyfwtx .navBox {
  margin-top: 40px;
}
.indexBox .cxcyfwtx .navBox ul {
  width: 515px;
  margin: 0 auto;
}
.indexBox .cxcyfwtx .navBox ul li {
  font-size: 22px;
  color: #222222;
  margin-right: 124px;
  float: left;
  cursor: pointer;
  position: relative;
}
.indexBox .cxcyfwtx .navBox ul li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 4px;
  background: #0858fe;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.indexBox .cxcyfwtx .navBox ul li:last-child {
  margin-right: 0;
}
.indexBox .cxcyfwtx .navBox ul li.on {
  color: #0858fe;
  font-weight: bold;
}
.indexBox .cxcyfwtx .navBox ul li.on::after {
  width: calc(100% - 20px);
}
.indexBox .cxcyfwtx .wrap-swiper {
  margin-top: 28px;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide {
  position: relative;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .bg {
  content: '';
  position: absolute;
  width: 1058px;
  height: 513px;
  background: url(../images/cxcyfwtx_left.png) center center no-repeat;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap {
  padding-top: 55px;
  height: 513px;
  position: relative;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .subNav {
  float: left;
  width: 303px;
  position: relative;
  z-index: 3;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 240px;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .subNav li {
  height: 50px;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  line-height: 50px;
  cursor: pointer;
  margin-bottom: 12px;
  position: relative;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .subNav li span {
  position: relative;
  z-index: 3;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .subNav li:last-child {
  margin-bottom: 0;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .subNav li::after {
  content: '';
  width: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .subNav li.on {
  border-left: 1px solid #fff;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .subNav li.on::after {
  width: 100%;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .swiper-container {
  width: 828px;
  background: #fff;
  height: 400px;
  border-radius: 20px;
  float: right;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .swiper-container .swiper-slide {
  padding: 48px 38px 48px 48px;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .swiper-container .swiper-slide .tit {
  font-size: 20px;
  color: #222222;
  text-align: center;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .swiper-container .swiper-slide .conTxt {
  font-size: 16px;
  color: #222222;
  text-align: justify;
  line-height: 2;
  margin-top: 20px;
  height: 257px;
  overflow-y: auto;
  padding-right: 10px;
}
.indexBox .cxcyfwtx .wrap-swiper > .swiper-wrapper > .swiper-slide .wrap .more {
  position: absolute;
  width: 140px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  bottom: 58px;
  left: 0;
}
.indexBox .xmsb {
  width: 1170px;
  height: 720px;
  background: #fff;
  box-shadow: 17px 21px 27px 0px rgba(106, 139, 247, 0.19);
  border-radius: 30px;
  margin: 80px auto 0;
  position: relative;
}
.indexBox .xmsb::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/box_bg.png) center center no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.indexBox .xmsb .content {
  position: relative;
  z-index: 3;
  padding: 235px 30px 0 30px;
}
.indexBox .xmsb .content .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.indexBox .xmsb .content .title .bt {
  width: 207px;
  height: 55px;
  background: url(../images/title3.png) center center no-repeat;
  position: absolute;
  top: 121px;
  left: 67px;
}
.indexBox .xmsb .content .title .btBox {
  width: 942px;
  height: 411px;
  background: url(../images/title_bg.png) center center no-repeat;
  position: absolute;
  left: -38px;
  top: -42px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.2);
  padding: 176px 0 0 67px;
  font-style: italic;
}
.indexBox .xmsb .content .title a {
  font-size: 16px;
  color: #666666;
  position: absolute;
  padding-right: 22px;
  background: url(../images/more.png) no-repeat right center;
  right: 30px;
  top: 106px;
  transition: all .5s;
}
.indexBox .xmsb .content .title a:hover {
  color: #2e6be8;
  background-image: url(../images/on_more.png);
}
.indexBox .xmsb .content .list {
  position: relative;
  z-index: 3;
}
.indexBox .xmsb .content .list li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #95b8f4;
  padding: 20px 25px 26px 0;
}
.indexBox .xmsb .content .list li .tit {
  padding-left: 26px;
  background: url(../images/list_icon.png) left 3px no-repeat;
  font-size: 18px;
  color: #222222;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indexBox .xmsb .content .list li a {
  display: block;
  width: 140px;
  height: 48px;
  border: 1px solid #2e6be8;
  text-align: center;
  line-height: 48px;
  color: #222;
  border-radius: 10px;
  float: right;
  margin-top: 12px;
  transition: all .5s;
}
.indexBox .xmsb .content .list li a:hover {
  background: #2e6be8;
  color: #fff;
}
.indexBox .xmsb .content .list li:nth-child(2n) {
  padding: 20px 0 26px 25px;
}
.indexBox .rcfw {
  width: 1170px;
  height: 660px;
  background: #fff;
  box-shadow: 17px 21px 27px 0px rgba(106, 139, 247, 0.19);
  border-radius: 30px;
  margin: 80px auto 0;
  position: relative;
}
.indexBox .rcfw::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/box_bg.png) center center no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.indexBox .rcfw .content {
  position: relative;
  z-index: 3;
  padding: 265px 30px 0 30px;
}
.indexBox .rcfw .content .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.indexBox .rcfw .content .title .bt {
  width: 207px;
  height: 55px;
  background: url(../images/title4.png) center center no-repeat;
  position: absolute;
  top: 121px;
  left: 67px;
}
.indexBox .rcfw .content .title .btBox {
  width: 942px;
  height: 411px;
  background: url(../images/title_bg.png) center center no-repeat;
  position: absolute;
  left: -38px;
  top: -42px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.2);
  padding: 176px 0 0 67px;
  font-style: italic;
}
.indexBox .rcfw .content .title a {
  font-size: 16px;
  color: #666666;
  position: absolute;
  padding-right: 22px;
  background: url(../images/more.png) no-repeat right center;
  right: 30px;
  top: 106px;
  transition: all .5s;
}
.indexBox .rcfw .content .title a:hover {
  color: #2e6be8;
  background-image: url(../images/on_more.png);
}
.indexBox .rcfw .content ul li {
  float: left;
  width: 20%;
  border-right: 1px solid #93b7f4;
  height: 330px;
  transition: all .5s;
}
.indexBox .rcfw .content ul li a {
  display: block;
  width: 100%;
  padding: 40px 0 0 0;
  height: 100%;
}
.indexBox .rcfw .content ul li a .icon {
  text-align: center;
}
.indexBox .rcfw .content ul li a .tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.indexBox .rcfw .content ul li:last-child {
  border-right: none;
}
.indexBox .rcfw .content ul li:hover {
  background: url(../images/rcfw_bg.png) center center no-repeat;
}
