.header {
  width: 100%;
  height: 80px;
  background: url(/ruzhu/static/img/hbg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header .center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header .center .selimg {
  display: none;
}
.header .center .logo {
  display: block;
  float: left;
  margin-left: 40px;
  margin-top: 15px;
}
.header .center .hidebox {
  overflow: hidden;
}
.header .center .hidebox ul {
  float: right;
  margin-right: 22px;
  overflow: hidden;
}
.header .center .hidebox ul li {
  float: left;
  margin-left: 62px;
  margin-top: 25px;
}
.header .center .hidebox ul li a {
  font-size: 16px;
  color: #FFFFFF;
}
.header .center .hidebox ul li.active a,
.header .center .hidebox ul li:hover a {
  color: #2182C5;
}
@media (max-width: 1024px) {
  .header {
    background: #000;
    height: 1rem;
  }
  .header .center {
    position: relative;
    width: 100%;
    overflow: visible;
    padding-top: .26rem;
    box-sizing: border-box;
  }
  .header .center .logo {
    width: 1.6rem;
    margin-left: .40rem;
    margin-top: 0;
  }
  .header .center .selimg {
    display: block;
    position: absolute;
    width: 0.8rem;
    top: .09rem;
    right: .20rem;
  }
  .header .center .hidebox {
    display: none;
    padding-bottom: .4rem;
    width: 100%;
    position: absolute;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    top: 1rem;
    left: 0;
  }
  .header .center .hidebox ul {
    float: none;
    margin: 0;
    overflow: hidden;
  }
  .header .center .hidebox ul li {
    float: none;
    margin-left: .4rem;
    margin-top: .4rem;
  }
  .header .center .hidebox ul li a {
    font-size: .25rem;
    color: #FFFFFF;
  }
  .header .center .hidebox ul li.active a,
  .header .center .hidebox ul li:hover a {
    color: #2182C5;
  }
}
.banner {
  height: 979px;
  background: url(/ruzhu/static/img/bg_r1_c1.jpg) no-repeat fixed;
}
.banner .center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.banner .center .titimg1 {
  display: none;
}
.banner .center .titbox1 {
  width: 952px;
  height: 250px;
  background: url(/ruzhu/static/img/pic_r3_c18.png) no-repeat center center;
  margin: 0 auto;
  margin-top: 220px;
  overflow: hidden;
}
.banner .center .titbox1 h1 {
  font-size: 81px;
  color: #fff;
  text-align: center;
}
.banner .center .titbox1 h2 {
  font-size: 81px;
  color: #fff;
  text-align: center;
  margin-top: 26px;
}
.banner .center .titbox1 h2 span {
  font-weight: bold;
  font-size: 81px;
  color: #1F85CC;
}
.banner .center .titimg2 {
  display: none;
}
.banner .center .titbox2 {
  width: 576px;
  height: 137px;
  background: url(/ruzhu/static/img/pic_r5_c36.png) no-repeat center center;
  margin: 0 auto;
  margin-top: 26px;
  overflow: hidden;
}
.banner .center .titbox2 p {
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 94px;
  margin-left: 32px;
}
.banner .center .btnbox {
  overflow: hidden;
  text-align: center;
}
.banner .center .btnbox dl {
  overflow: hidden;
  display: inline-block;
}
.banner .center .btnbox dl dd {
  float: left;
  margin-left: 104px;
  margin-top: 75px;
  width: 187px;
  height: 54px;
  text-align: center;
  line-height: 52px;
  border-radius: 5px;
  background: #FF9913;
}
.banner .center .btnbox dl dd.dd-1 {
  margin-left: 0;
  background: #2086CE;
}
.banner .center .btnbox dl dd a {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}
.banner .center .ico {
  display: block;
  margin: 0 auto;
  margin-top: 135px;
}
@media (max-width: 1024px) {
  .banner {
    width: 100%;
    position: absolute;
    height: 100%;
    background: url(/ruzhu/static/img/bg_r1_c1.jpg) no-repeat center center;
    top: 0;
    left: 0;
  }
  .banner .center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .banner .center .titimg1 {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 50%;
  }
  .banner .center .titbox1 {
    display: none;
    width: 952px;
    height: 250px;
    background: url(/ruzhu/static/img/pic_r3_c18.png) no-repeat center center;
    margin: 0 auto;
    margin-top: 220px;
    overflow: hidden;
  }
  .banner .center .titbox1 h1 {
    font-size: 81px;
    color: #fff;
    text-align: center;
  }
  .banner .center .titbox1 h2 {
    font-size: 81px;
    color: #fff;
    text-align: center;
    margin-top: 26px;
  }
  .banner .center .titbox1 h2 span {
    font-weight: bold;
    font-size: 81px;
    color: #1F85CC;
  }
  .banner .center .titimg2 {
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-top: .5rem;
  }
  .banner .center .titbox2 {
    display: none;
    width: 576px;
    height: 137px;
    background: url(/ruzhu/static/img/pic_r5_c36.png) no-repeat center center;
    margin: 0 auto;
    margin-top: 26px;
    overflow: hidden;
  }
  .banner .center .titbox2 p {
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 94px;
    margin-left: 32px;
  }
  .banner .center .btnbox {
    display: block;
    overflow: hidden;
    text-align: center;
  }
  .banner .center .btnbox dl {
    overflow: hidden;
    display: inline-block;
  }
  .banner .center .btnbox dl dd {
    float: left;
    margin-left: 1.05rem;
    margin-top: .75rem;
    width: 1.87rem;
    height: .54rem;
    text-align: center;
    line-height: .54rem;
    border-radius: 5px;
    background: #FF9913;
  }
  .banner .center .btnbox dl dd.dd-1 {
    margin-left: 0;
    background: #2086CE;
  }
  .banner .center .btnbox dl dd a {
    font-weight: bold;
    font-size: .30rem;
    color: #fff;
  }
  .banner .center .ico {
    width: .4rem;
    display: block;
    margin: 0 auto;
    margin-top: 1.35rem;
  }
}
.section-1 {
  height: 980px;
  background: url(/ruzhu/static/img/bg_r2_c1.jpg) no-repeat fixed;
}
.section-1 .center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.section-1 .center .titbox {
  text-align: center;
  margin-top: 140px;
}
.section-1 .center .titbox div {
  display: inline-block;
  padding: 0 52px;
  position: relative;
}
.section-1 .center .titbox div a {
  font-size: 39px;
  color: #2A2A2A;
}
.section-1 .center .titbox div .lico {
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
}
.section-1 .center .titbox div .rico {
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
}
.section-1 .center .instr {
  width: 902px;
  margin: 0 auto;
  margin-top: 55px;
}
.section-1 .center .instr p {
  font-size: 18px;
  color: #7F7F7F;
  text-indent: 2em;
  line-height: 30px;
}
.section-1 .center .item1 {
  text-align: center;
  height: auto;
  overflow: hidden;
}
.section-1 .center .item1 ul {
  display: inline-block;
  overflow: hidden;
}
.section-1 .center .item1 ul li {
  cursor: pointer;
  float: left;
  margin-left: 100px;
  margin-top: 89px;
  padding: 30px;
  padding-bottom: 25px;
}
.section-1 .center .item1 ul li.li-1 {
  margin-left: 0;
}
.section-1 .center .item1 ul li img {
  display: block;
  margin: 0 auto;
}
.section-1 .center .item1 ul li hr {
  display: none;
  width: 122px;
  border: 3px solid #2086CE;
  margin: 0 auto;
  margin-top: 20px;
}
.section-1 .center .item1 ul li.act {
  border-radius: 10px;
  background: url(/ruzhu/static/img/wsh.png);
}
.section-1 .center .item1 ul li.act hr {
  display: block;
}
.section-1 .center .condiv {
  display: none;
  height: 131px;
  background: url(/ruzhu/static/img/wsh.png);
  margin-top: -4px;
  position: relative;
  border-radius: 10px;
}
.section-1 .center .condiv.condiv-1 {
  display: block;
}
.section-1 .center .condiv .swiper-container.swiper-container-1 {
  display: block;
}
.section-1 .center .condiv .swiper-container .swiper-pagination {
  display: none;
  margin-top: 15px;
}
.section-1 .center .condiv .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  margin-left: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.section-1 .center .condiv .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
}
.section-1 .center .condiv .swiper-button-next {
  display: block;
  width: 21px;
  height: 29px;
  margin-top: -15px;
  right: 25px;
  background: url(/ruzhu/static/img/pic_r22_c104.png) no-repeat;
}
.section-1 .center .condiv .swiper-button-prev {
  display: block;
  width: 21px;
  height: 29px;
  margin-top: -15px;
  left: 25px;
  background: url(/ruzhu/static/img/pic_r22_c6.png) no-repeat;
}
.section-1 .center .condiv .con ul li {
  cursor: pointer;
  float: left;
  margin-top: 32px;
  margin-left: 67px;
  text-align: center;
}
.section-1 .center .condiv .con ul li .iconbox {
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.section-1 .center .condiv .con ul li .iconbox img {
  vertical-align: middle;
}
.section-1 .center .condiv .con ul li .iconbox .icon-on {
  display: none;
}
.section-1 .center .condiv .con ul li span {
  display: block;
  padding: 0 12px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  color: #444444;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 15px;
}
.section-1 .center .condiv .con ul li:hover .iconbox .icon {
  display: none;
}
.section-1 .center .condiv .con ul li:hover .iconbox .icon-on {
  display: inline;
}
.section-1 .center .condiv .con ul li:hover span {
  background: #2086CE;
  color: #fff;
}
@media (max-width: 1024px) {
  .section-1 {
    height: auto;
    background: url(/ruzhu/static/img/bg_r2_c1.jpg) no-repeat center center;
    padding-bottom: .50rem;
  }
  .section-1 .center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .section-1 .center .titbox {
    text-align: center;
    margin-top: 1rem;
  }
  .section-1 .center .titbox div {
    display: inline-block;
    padding: 0 .68rem;
    position: relative;
  }
  .section-1 .center .titbox div a {
    font-size: .42rem;
    color: #2A2A2A;
  }
  .section-1 .center .titbox div .lico {
    width: .35rem;
    display: block;
    position: absolute;
    left: 0;
    top: .20rem;
  }
  .section-1 .center .titbox div .rico {
    width: .35rem;
    display: block;
    position: absolute;
    right: 0;
    top: .20rem;
  }
  .section-1 .center .instr {
    width: 90%;
    margin: 0 auto;
    margin-top: .55rem;
  }
  .section-1 .center .instr p {
    font-size: .22rem;
    color: #7F7F7F;
    text-indent: 2em;
    line-height: .40rem;
  }
  .section-1 .center .item1 {
    display: block;
    text-align: center;
    height: auto;
    overflow: hidden;
  }
  .section-1 .center .item1 ul {
    display: inline-block;
    overflow: hidden;
  }
  .section-1 .center .item1 ul li {
    width: 33.33%;
    cursor: pointer;
    float: left;
    margin: 0 auto;
    margin-top: .3rem;
    padding: .30rem;
    padding-bottom: .20rem;
    box-sizing: border-box;
  }
  .section-1 .center .item1 ul li.li-1 {
    margin-left: 0;
  }
  .section-1 .center .item1 ul li img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .section-1 .center .item1 ul li hr {
    display: none;
    width: 60%;
    border: 2px solid #2086CE;
    margin: 0 auto;
    margin-top: .20rem;
  }
  .section-1 .center .item1 ul li.act {
    background: url(/ruzhu/static/img/wsh.png);
  }
  .section-1 .center .item1 ul li.act hr {
    display: block;
  }
  .section-1 .center .condiv {
    display: none;
    height: auto;
    padding-bottom: .20rem;
    background: url(/ruzhu/static/img/wsh.png);
    margin-top: -5px;
    position: relative;
  }
  .section-1 .center .condiv.condiv-1 {
    display: block;
  }
  .section-1 .center .condiv .swiper-container .swiper-pagination {
    display: none;
    margin-top: 15px;
  }
  .section-1 .center .condiv .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    margin-left: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
  }
  .section-1 .center .condiv .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  .section-1 .center .condiv .swiper-button-next {
    width: 21px;
    height: 29px;
    margin-top: -15px;
    right: 10px;
    background: url(/ruzhu/static/img/pic_r22_c104.png) no-repeat;
  }
  .section-1 .center .condiv .swiper-button-prev {
    width: 21px;
    height: 29px;
    margin-top: -15px;
    left: 10px;
    background: url(/ruzhu/static/img/pic_r22_c6.png) no-repeat;
  }
  .section-1 .center .condiv .con {
    width: 100%;
    overflow: hidden;
  }
  .section-1 .center .condiv .con ul {
    width: 100%;
    overflow: hidden;
  }
  .section-1 .center .condiv .con ul li {
    cursor: pointer;
    float: left;
    width: 33.33%;
    padding: 0 .15rem;
    box-sizing: border-box;
    margin-top: .32rem;
    margin-left: 0;
    text-align: center;
  }
  .section-1 .center .condiv .con ul li.li-s {
    display: none;
  }
  .section-1 .center .condiv .con ul li .iconbox {
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .section-1 .center .condiv .con ul li .iconbox img {
    vertical-align: middle;
  }
  .section-1 .center .condiv .con ul li .iconbox .icon-on {
    display: none;
  }
  .section-1 .center .condiv .con ul li span {
    display: block;
    padding: 0 12px;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    color: #444444;
    font-size: .18rem;
    margin: 0 auto;
    margin-top: 15px;
  }
  .section-1 .center .condiv .con ul li:hover .iconbox .icon {
    display: none;
  }
  .section-1 .center .condiv .con ul li:hover .iconbox .icon-on {
    display: inline;
  }
  .section-1 .center .condiv .con ul li:hover span {
    background: #2086CE;
    color: #fff;
  }
}
.section-2 {
  height: 979px;
  background: url(/ruzhu/static/img/bg_r3_c1.jpg) no-repeat fixed;
}
.section-2 .center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.section-2 .center .titbox {
  text-align: center;
  margin-top: 140px;
}
.section-2 .center .titbox div {
  display: inline-block;
  padding: 0 52px;
  position: relative;
}
.section-2 .center .titbox div a {
  font-size: 39px;
  color: #fff;
}
.section-2 .center .titbox div .lico {
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
}
.section-2 .center .titbox div .rico {
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
}
.section-2 .center .instr {
  width: 902px;
  margin: 0 auto;
  margin-top: 25px;
}
.section-2 .center .instr p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.section-2 .center .item1 {
  text-align: center;
}
.section-2 .center .item1 ul {
  display: inline-block;
  overflow: hidden;
}
.section-2 .center .item1 ul li {
  cursor: pointer;
  float: left;
  margin-left: 42px;
  margin-top: 72px;
}
.section-2 .center .item1 ul li .iconbox {
  width: 66px;
  height: 57px;
  margin: 0 auto;
}
.section-2 .center .item1 ul li h5 {
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  color: #1F85CD;
  margin-top: 16px;
}
.section-2 .center .item1 ul li p {
  width: 264px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
  line-height: 25px;
}
.section-2 .center .item1 ul li p.phn-p {
  display: none;
}
.section-2 .center .item1 ul li:hover h5 {
  color: #fff;
}
.section-2 .center .item1 ul li.li-1 {
  margin-left: 0;
}
.section-2 .center .item1 ul li.li-1 .iconbox {
  background: url(/ruzhu/static/img/zs_r3_c1.png) no-repeat center center;
}
.section-2 .center .item1 ul li.li-1:hover .iconbox {
  background: url(/ruzhu/static/img/zs_r1_c2.png) no-repeat center center;
}
.section-2 .center .item1 ul li.li-2 .iconbox {
  background: url(/ruzhu/static/img/pic_r32_c45.png) no-repeat center center;
}
.section-2 .center .item1 ul li.li-2:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r31_c55.png) no-repeat center center;
}
.section-2 .center .item1 ul li.li-3 .iconbox {
  background: url(/ruzhu/static/img/pic_r33_c69.png) no-repeat center center;
}
.section-2 .center .item1 ul li.li-3:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r31_c80.png) no-repeat center center;
}
.section-2 .center .item1 ul li.li-4 .iconbox {
  background: url(/ruzhu/static/img/pic_r34_c95.png) no-repeat center center;
}
.section-2 .center .item1 ul li.li-4:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r32_c106.png) no-repeat center center;
}
.section-2 .center .item2 {
  width: 1175px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 60px;
}
.section-2 .center .item2 .box-pc .left {
  width: 510px;
  float: left;
}
.section-2 .center .item2 .box-pc .left h5 {
  font-weight: normal;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
}
.section-2 .center .item2 .box-pc .left ul {
  margin-top: 16px;
}
.section-2 .center .item2 .box-pc .left ul li {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 17px 0;
}
.section-2 .center .item2 .box-pc .left ul img {
  display: block;
}
.section-2 .center .item2 .box-pc .middle {
  width: 155px;
  float: left;
}
.section-2 .center .item2 .box-pc .middle h5 {
  font-weight: normal;
  font-size: 36px;
  color: #1F85CD;
  text-align: center;
}
.section-2 .center .item2 .box-pc .middle ul {
  margin-top: 16px;
}
.section-2 .center .item2 .box-pc .middle ul li {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-top: 27px;
}
.section-2 .center .item2 .box-pc .right {
  width: 510px;
  float: right;
}
.section-2 .center .item2 .box-pc .right h5 {
  font-weight: normal;
  font-size: 26px;
  color: #646464;
  text-align: center;
}
.section-2 .center .item2 .box-pc .right ul {
  margin-top: 16px;
}
.section-2 .center .item2 .box-pc .right ul li {
  text-align: center;
  font-size: 16px;
  color: #646464;
  padding: 17px 0;
}
.section-2 .center .item2 .box-pc .right ul img {
  display: block;
}
.section-2 .center .item2 .box-ph {
  display: none;
}
@media (max-width: 1024px) {
  .section-2 {
    background: url(/ruzhu/static/img/bg_r3_c1.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: block;
    height: auto;
    padding-bottom: .30rem;
  }
  .section-2 .center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .section-2 .center .titbox {
    text-align: center;
    margin-top: 1rem;
  }
  .section-2 .center .titbox div {
    display: inline-block;
    padding: 0 .68rem;
    position: relative;
  }
  .section-2 .center .titbox div a {
    font-size: .42rem;
    color: #fff;
  }
  .section-2 .center .titbox div .lico {
    width: .35rem;
    display: block;
    position: absolute;
    left: 0;
    top: .20rem;
  }
  .section-2 .center .titbox div .rico {
    width: .35rem;
    display: block;
    position: absolute;
    right: 0;
    top: .20rem;
  }
  .section-2 .center .instr {
    width: 90%;
    margin: 0 auto;
    margin-top: .25rem;
  }
  .section-2 .center .instr p {
    font-size: .22rem;
    color: #fff;
    text-indent: 0;
    line-height: .40rem;
  }
  .section-2 .center .item1 {
    display: block;
    text-align: center;
    margin-top: .5rem;
  }
  .section-2 .center .item1 ul {
    display: inline-block;
    overflow: hidden;
  }
  .section-2 .center .item1 ul li {
    width: 50%;
    cursor: pointer;
    float: left;
    margin-left: 0;
    margin-top: .20rem;
  }
  .section-2 .center .item1 ul li .iconbox {
    width: 1.8rem;
    height: 1.5rem;
    margin: 0 auto;
  }
  .section-2 .center .item1 ul li h5 {
    font-weight: normal;
    text-align: center;
    font-size: .35rem;
    color: #1F85CD;
    margin-top: .16rem;
  }
  .section-2 .center .item1 ul li p {
    display: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: .18rem;
    color: #fff;
    margin-top: .12rem;
    line-height: 25px;
  }
  .section-2 .center .item1 ul li p.phn-p {
    display: block;
  }
  .section-2 .center .item1 ul li:hover h5 {
    color: #fff;
  }
  .section-2 .center .item1 ul li.li-1 {
    margin-left: 0;
  }
  .section-2 .center .item1 ul li.li-1 .iconbox {
    background: url(/ruzhu/static/img/zs_r3_c1.png) no-repeat center center;
  }
  .section-2 .center .item1 ul li.li-1:hover .iconbox {
    background: url(/ruzhu/static/img/zs_r1_c2.png) no-repeat center center;
  }
  .section-2 .center .item1 ul li.li-2 .iconbox {
    background: url(/ruzhu/static/img/pic_r32_c45.png) no-repeat center center;
  }
  .section-2 .center .item1 ul li.li-2:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r31_c55.png) no-repeat center center;
  }
  .section-2 .center .item1 ul li.li-3 .iconbox {
    background: url(/ruzhu/static/img/pic_r33_c69.png) no-repeat center center;
  }
  .section-2 .center .item1 ul li.li-3:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r31_c80.png) no-repeat center center;
  }
  .section-2 .center .item1 ul li.li-4 .iconbox {
    background: url(/ruzhu/static/img/pic_r34_c95.png) no-repeat center center;
  }
  .section-2 .center .item1 ul li.li-4:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r32_c106.png) no-repeat center center;
  }
  .section-2 .center .item2 {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: .50rem;
  }
  .section-2 .center .item2 .box-ph {
    display: block;
  }
  .section-2 .center .item2 .box-ph .left {
    width: 40%;
    float: left;
  }
  .section-2 .center .item2 .box-ph .left h5 {
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background: #1483C1;
  }
  .section-2 .center .item2 .box-ph .left ul {
    margin-top: .16rem;
  }
  .section-2 .center .item2 .box-ph .left ul li {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: .15rem 0;
  }
  .section-2 .center .item2 .box-ph .left ul img {
    width: 100%;
    display: block;
  }
  .section-2 .center .item2 .box-ph .middle {
    display: block;
    width: 20%;
    float: left;
  }
  .section-2 .center .item2 .box-ph .middle h5 {
    font-weight: normal;
    font-size: 14px;
    color: #1F85CD;
    text-align: center;
  }
  .section-2 .center .item2 .box-ph .middle ul {
    margin-top: .17rem;
  }
  .section-2 .center .item2 .box-ph .middle ul li {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: .15rem 0;
  }
  .section-2 .center .item2 .box-ph .right {
    width: 40%;
    float: right;
  }
  .section-2 .center .item2 .box-ph .right h5 {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #818181;
  }
  .section-2 .center .item2 .box-ph .right ul {
    margin-top: .16rem;
  }
  .section-2 .center .item2 .box-ph .right ul li {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: .15rem 0;
  }
  .section-2 .center .item2 .box-ph .right ul img {
    width: 100%;
    display: block;
  }
  .section-2 .center .item2 .box-pc {
    display: none;
  }
}
.section-3 {
  height: 979px;
  background: url(/ruzhu/static/img/bg_r4_c1.jpg) no-repeat fixed;
}
.section-3 .center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.section-3 .center .titbox {
  text-align: center;
  margin-top: 130px;
}
.section-3 .center .titbox div {
  display: inline-block;
  padding: 0 52px;
  position: relative;
}
.section-3 .center .titbox div a {
  font-size: 39px;
  color: #2A2A2A;
}
.section-3 .center .titbox div .lico {
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
}
.section-3 .center .titbox div .rico {
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
}
.section-3 .center .instr {
  width: 1190px;
  margin: 0 auto;
  margin-top: 50px;
}
.section-3 .center .instr p {
  font-size: 18px;
  line-height: 32px;
  color: #444444;
  text-align: center;
}
.section-3 .center .item1 {
  text-align: center;
}
.section-3 .center .item1 ul {
  overflow: hidden;
  display: inline-block;
}
.section-3 .center .item1 ul li {
  cursor: pointer;
  float: left;
  margin-left: 112px;
  margin-top: 40px;
  text-align: center;
}
.section-3 .center .item1 ul li .iconbox {
  width: 131px;
  height: 131px;
  margin: 0 auto;
  border-radius: 131px;
  overflow: hidden;
}
.section-3 .center .item1 ul li span {
  display: inline-block;
}
.section-3 .center .item1 ul li span p {
  text-align: center;
  margin-top: 12px;
  font-size: 18px;
  color: #444444;
}
.section-3 .center .item1 ul li span .line {
  width: 100%;
  height: 1px;
  background: url(/ruzhu/static/img/pic_r53_c26.png);
  margin-top: 10px;
}
.section-3 .center .item1 ul li.li-1 {
  margin-left: 0;
}
.section-3 .center .item1 ul li.li-1 .iconbox {
  background: #2086ce url(/ruzhu/static/img/pic_r50_c9.png) no-repeat center center;
}
.section-3 .center .item1 ul li.li-1:hover .iconbox {
  border: 1px solid #2086CE;
  box-sizing: border-box;
  background: transparent url(/ruzhu/static/img/pic_r49_c30.png) no-repeat center center;
}
.section-3 .center .item1 ul li.li-2 .iconbox {
  background: #2086ce url(/ruzhu/static/img/pic_r49_c50.png) no-repeat center center;
}
.section-3 .center .item1 ul li.li-2:hover .iconbox {
  border: 1px solid #2086CE;
  box-sizing: border-box;
  background: transparent url(/ruzhu/static/img/pic_r42_c51.png) no-repeat center center;
}
.section-3 .center .item1 ul li.li-3 .iconbox {
  background: #2086ce url(/ruzhu/static/img/pic_r47_c68.png) no-repeat center center;
}
.section-3 .center .item1 ul li.li-3:hover .iconbox {
  border: 1px solid #2086CE;
  box-sizing: border-box;
  background: transparent url(/ruzhu/static/img/pic_r41_c67.png) no-repeat center center;
}
.section-3 .center .item1 ul li.li-4 {
  margin-left: 98px;
}
.section-3 .center .item1 ul li.li-4 p {
  display: block;
}
.section-3 .center .item1 ul li.li-4 p.phn-p {
  display: none;
}
.section-3 .center .item1 ul li.li-4 .iconbox {
  background: #2086ce url(/ruzhu/static/img/pic_r48_c87.png) no-repeat center center;
}
.section-3 .center .item1 ul li.li-4:hover .iconbox {
  border: 1px solid #2086CE;
  box-sizing: border-box;
  background: transparent url(/ruzhu/static/img/pic_r43_c86.png) no-repeat center center;
}
.section-3 .center .item2 {
  height: 241px;
  background: rgba(255, 255, 255, 0.75);
  margin-top: 60px;
  overflow: hidden;
}
.section-3 .center .item2 ul li {
  margin-top: 25px;
}
.section-3 .center .item2 ul li.li-1 {
  margin-top: 8px;
}
.section-3 .center .item2 ul li div {
  background: #2086CE;
  width: 119px;
  height: 33px;
  display: inline-block;
  position: relative;
}
.section-3 .center .item2 ul li div img {
  display: block;
  position: absolute;
  right: 15px;
  top: 9px;
}
.section-3 .center .item2 ul li p {
  display: inline-block;
  font-size: 18px;
  color: #444444;
  margin-left: 24px;
  position: relative;
  top: -9px;
}
@media (max-width: 1024px) {
  .section-3 {
    background: url(/ruzhu/static/img/bg_r4_c1.jpg) no-repeat center center;
    display: block;
    height: auto;
    padding-bottom: .5rem;
  }
  .section-3 .center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .section-3 .center .titbox {
    text-align: center;
    margin-top: 1rem;
  }
  .section-3 .center .titbox div {
    display: inline-block;
    padding: 0 .68rem;
    position: relative;
  }
  .section-3 .center .titbox div a {
    font-size: .42rem;
    color: #000;
  }
  .section-3 .center .titbox div .lico {
    width: .35rem;
    display: block;
    position: absolute;
    left: 0;
    top: .20rem;
  }
  .section-3 .center .titbox div .rico {
    width: .35rem;
    display: block;
    position: absolute;
    right: 0;
    top: .20rem;
  }
  .section-3 .center .instr {
    width: 90%;
    margin: 0 auto;
    margin-top: .25rem;
  }
  .section-3 .center .instr p {
    font-size: .22rem;
    color: #000;
    text-indent: 0;
    line-height: .40rem;
  }
  .section-3 .center .item1 {
    display: block;
    text-align: center;
  }
  .section-3 .center .item1 ul {
    width: 100%;
    overflow: hidden;
    display: inline-block;
  }
  .section-3 .center .item1 ul li {
    cursor: pointer;
    float: left;
    width: 25%;
    margin-left: 0;
    margin-top: .40rem;
    text-align: center;
  }
  .section-3 .center .item1 ul li .iconbox {
    width: 1.31rem;
    height: 1.31rem;
    margin: 0 auto;
    border-radius: 1.31rem;
    overflow: hidden;
  }
  .section-3 .center .item1 ul li span {
    display: inline-block;
  }
  .section-3 .center .item1 ul li span p {
    text-align: center;
    margin-top: .12rem;
    font-size: .18rem;
    color: #444444;
  }
  .section-3 .center .item1 ul li span .line {
    width: 80%;
    height: 1px;
    background: url(/ruzhu/static/img/pic_r53_c26.png);
    margin: 0 auto;
    margin-top: 10px;
  }
  .section-3 .center .item1 ul li.li-1 {
    margin-left: 0;
  }
  .section-3 .center .item1 ul li.li-1 .iconbox {
    background: #2086ce url(/ruzhu/static/img/pic_r50_c9.png) no-repeat center center;
    background-size: 50% auto;
  }
  .section-3 .center .item1 ul li.li-1:hover .iconbox {
    border: 1px solid #2086CE;
    box-sizing: border-box;
    background: transparent url(/ruzhu/static/img/pic_r49_c30.png) no-repeat center center;
    background-size: 50% auto;
  }
  .section-3 .center .item1 ul li.li-2 .iconbox {
    background: #2086ce url(/ruzhu/static/img/pic_r49_c50.png) no-repeat center center;
    background-size: 50% auto;
  }
  .section-3 .center .item1 ul li.li-2:hover .iconbox {
    border: 1px solid #2086CE;
    box-sizing: border-box;
    background: transparent url(/ruzhu/static/img/pic_r42_c51.png) no-repeat center center;
    background-size: 50% auto;
  }
  .section-3 .center .item1 ul li.li-3 .iconbox {
    background: #2086ce url(/ruzhu/static/img/pic_r47_c68.png) no-repeat center center;
    background-size: 50% auto;
  }
  .section-3 .center .item1 ul li.li-3:hover .iconbox {
    border: 1px solid #2086CE;
    box-sizing: border-box;
    background: transparent url(/ruzhu/static/img/pic_r41_c67.png) no-repeat center center;
    background-size: 50% auto;
  }
  .section-3 .center .item1 ul li.li-4 {
    margin-left: 0;
  }
  .section-3 .center .item1 ul li.li-4 p {
    display: none;
  }
  .section-3 .center .item1 ul li.li-4 p.phn-p {
    display: block;
  }
  .section-3 .center .item1 ul li.li-4 .iconbox {
    background: #2086ce url(/ruzhu/static/img/pic_r48_c87.png) no-repeat center center;
    background-size: 50% auto;
  }
  .section-3 .center .item1 ul li.li-4:hover .iconbox {
    border: 1px solid #2086CE;
    box-sizing: border-box;
    background: transparent url(/ruzhu/static/img/pic_r43_c86.png) no-repeat center center;
    background-size: 50% auto;
  }
  .section-3 .center .item2 {
    display: block;
    height: auto;
    background: rgba(255, 255, 255, 0.75);
    margin-top: .60rem;
    overflow: hidden;
    padding: 0 .5rem;
  }
  .section-3 .center .item2 ul li {
    margin-top: .15rem;
    overflow: hidden;
  }
  .section-3 .center .item2 ul li.li-1 {
    margin-top: 8px;
  }
  .section-3 .center .item2 ul li div {
    float: left;
    background: #2086CE;
    width: 10%;
    padding: .02rem 0;
    display: inline-block;
    position: relative;
  }
  .section-3 .center .item2 ul li div img {
    display: block;
    width: .5rem;
    position: absolute;
    margin: 0 auto;
    top: .04rem;
    right: .05rem;
  }
  .section-3 .center .item2 ul li p {
    width: 88%;
    float: left;
    margin-left: 2%;
    display: inline-block;
    font-size: .26rem;
    color: #444444;
    position: relative;
    top: 0;
    margin-top: 0;
  }
}
.section-4 {
  height: 980px;
  background: url(/ruzhu/static/img/bg_r5_c1.jpg) no-repeat fixed;
}
.section-4 .center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.section-4 .center .titbox {
  text-align: center;
  margin-top: 140px;
}
.section-4 .center .titbox div {
  display: inline-block;
  padding: 0 52px;
  position: relative;
}
.section-4 .center .titbox div a {
  font-size: 39px;
  color: #fff;
}
.section-4 .center .titbox div .lico {
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
}
.section-4 .center .titbox div .rico {
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
}
.section-4 .center .instr {
  width: 1190px;
  margin: 0 auto;
  margin-top: 44px;
}
.section-4 .center .instr p {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.section-4 .center .item1 {
  text-align: center;
}
.section-4 .center .item1 ul {
  overflow: hidden;
}
.section-4 .center .item1 ul li {
  cursor: pointer;
  float: left;
  margin-top: 42px;
  margin-left: 35px;
  width: 141px;
  height: 162px;
  background: url(/ruzhu/static/img/pic_r64_c25.png) no-repeat center center;
  padding-top: 42px;
  box-sizing: border-box;
  position: relative;
}
.section-4 .center .item1 ul li .jian {
  display: block;
  position: absolute;
  top: 68px;
  right: -23px;
}
.section-4 .center .item1 ul li .iconbox {
  width: 39px;
  height: 39px;
  margin: 0 auto;
}
.section-4 .center .item1 ul li p {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 15px;
}
.section-4 .center .item1 ul li:hover {
  background: url(/ruzhu/static/img/pic_r64_c5.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-1 {
  margin-left: 0;
}
.section-4 .center .item1 ul li.li-1 .iconbox {
  background: url(/ruzhu/static/img/pic_r81_c3.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-1:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r84_c1.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-2 .iconbox {
  background: url(/ruzhu/static/img/pic_r82_c16.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-2:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r83_c10.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-3 .iconbox {
  background: url(/ruzhu/static/img/pic_r63_c41.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-3:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r70_c42.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-4 .iconbox {
  background: url(/ruzhu/static/img/pic_r66_c59.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-4:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r72_c60.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-5 .iconbox {
  background: url(/ruzhu/static/img/pic_r67_c78.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-5:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r72_c72.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-6 .iconbox {
  background: url(/ruzhu/static/img/pic_r67_c91.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-6:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r72_c88.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-7 .iconbox {
  background: url(/ruzhu/static/img/pic_r65_c100.png) no-repeat center center;
}
.section-4 .center .item1 ul li.li-7:hover .iconbox {
  background: url(/ruzhu/static/img/pic_r73_c101.png) no-repeat center center;
}
.section-4 .center .item2 {
  width: 1075px;
  margin: 0 auto;
  margin-top: 52px;
  overflow: hidden;
  padding-bottom: 30px;
}
.section-4 .center .item2 .li-1 {
  width: 477px;
  height: 319px;
  float: left;
  border: 1px solid #2182C5;
  border-radius: 3px;
  position: relative;
}
.section-4 .center .item2 .li-1 .tbox {
  width: 217px;
  height: 37px;
  line-height: 37px;
  background: url(/ruzhu/static/img/pic_r89_c27.png) no-repeat center center;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.section-4 .center .item2 .li-1 .tbox b {
  font-size: 20px;
  color: #fff;
  margin-right: 16px;
}
.section-4 .center .item2 .li-1 dl {
  margin-top: 22px;
}
.section-4 .center .item2 .li-1 dl dd {
  width: 454px;
  margin: 0 auto;
  padding: 9px 0;
  overflow: hidden;
}
.section-4 .center .item2 .li-1 dl dd i {
  display: block;
  font-style: normal;
  color: #AAAAAA;
  font-size: 14px;
  width: 432px;
  margin: 0 auto;
  line-height: 25px;
}
.section-4 .center .item2 .li-1 dl dd a {
  display: block;
  width: 50%;
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
}
.section-4 .center .item2 .li-1 dl .line {
  display: block;
}
.section-4 .center .item2 .li-1 .btn {
  cursor: pointer;
  width: 180px;
  display: block;
  position: absolute;
  text-align: center;
  bottom: -26px;
  left: 50%;
  margin-left: -90px;
}
.section-4 .center .item2 .li-1 .btn img {
  width: 100%;
}
.section-4 .center .item2 .li-2 {
  width: 477px;
  height: 319px;
  float: right;
  border: 1px solid #2182C5;
  border-radius: 3px;
  position: relative;
}
.section-4 .center .item2 .li-2 .tbox {
  width: 217px;
  height: 37px;
  line-height: 37px;
  background: url(/ruzhu/static/img/pic_r89_c27.png) no-repeat center center;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.section-4 .center .item2 .li-2 .tbox b {
  font-size: 20px;
  color: #fff;
  margin-right: 16px;
}
.section-4 .center .item2 .li-2 dl {
  margin-top: 22px;
}
.section-4 .center .item2 .li-2 dl dd {
  width: 454px;
  margin: 0 auto;
  padding: 9px 0;
  overflow: hidden;
}
.section-4 .center .item2 .li-2 dl dd i {
  display: block;
  font-style: normal;
  color: #AAAAAA;
  font-size: 14px;
  width: 432px;
  margin: 0 auto;
  line-height: 25px;
}
.section-4 .center .item2 .li-2 dl dd a {
  display: block;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
}
.section-4 .center .item2 .li-2 dl .line {
  display: block;
}
.section-4 .center .item2 .li-2 .btn {
  cursor: pointer;
  width: 180px;
  display: block;
  position: absolute;
  text-align: center;
  bottom: -26px;
  left: 50%;
  margin-left: -90px;
}
.section-4 .center .item2 .li-2 .btn img {
  width: 100%;
}
@media (max-width: 1024px) {
  .section-4 {
    background: url(/ruzhu/static/img/bg_r5_c1.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: block;
    height: auto;
    padding-bottom: .40rem;
  }
  .section-4 .center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .section-4 .center .titbox {
    text-align: center;
    margin-top: 1rem;
  }
  .section-4 .center .titbox div {
    display: inline-block;
    padding: 0 .68rem;
    position: relative;
  }
  .section-4 .center .titbox div a {
    font-size: .42rem;
    color: #fff;
  }
  .section-4 .center .titbox div .lico {
    width: .35rem;
    display: block;
    position: absolute;
    left: 0;
    top: .20rem;
  }
  .section-4 .center .titbox div .rico {
    width: .35rem;
    display: block;
    position: absolute;
    right: 0;
    top: .20rem;
  }
  .section-4 .center .instr {
    width: 90%;
    margin: 0 auto;
    margin-top: .25rem;
  }
  .section-4 .center .instr p {
    font-size: .22rem;
    color: #fff;
    text-indent: 0;
    line-height: .40rem;
  }
  .section-4 .center .item1 {
    text-align: center;
  }
  .section-4 .center .item1 ul {
    display: inline-block;
  }
  .section-4 .center .item1 ul .lidiv {
    overflow: hidden;
    text-align: center;
  }
  .section-4 .center .item1 ul .lidiv.lidiv3 {
    display: none;
  }
  .section-4 .center .item1 ul li {
    cursor: pointer;
    float: left;
    margin-top: .30rem;
    margin-left: 25px;
    width: 80px;
    height: 92px;
    background: url(/ruzhu/static/img/pic_r64_c25.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
  }
  .section-4 .center .item1 ul li .jian {
    width: 6px;
    display: block;
    position: absolute;
    top: 41px;
    right: -17px;
  }
  .section-4 .center .item1 ul li .jian.sj {
    display: none;
  }
  .section-4 .center .item1 ul li .iconbox {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }
  .section-4 .center .item1 ul li .iconbox img {
    display: block;
    width: 100%;
  }
  .section-4 .center .item1 ul li p {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 5px;
  }
  .section-4 .center .item1 ul li:hover {
    background: url(/ruzhu/static/img/pic_r64_c5.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-1 {
    margin-left: 0;
  }
  .section-4 .center .item1 ul li.li-1 .iconbox {
    background: url(/ruzhu/static/img/pic_r81_c3.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-1:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r84_c1.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-2 .iconbox {
    background: url(/ruzhu/static/img/pic_r82_c16.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-2:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r83_c10.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-3 .iconbox {
    background: url(/ruzhu/static/img/pic_r63_c41.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-3:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r70_c42.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-4 {
    margin-left: 0;
  }
  .section-4 .center .item1 ul li.li-4 .iconbox {
    background: url(/ruzhu/static/img/pic_r66_c59.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-4:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r72_c60.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-5 .iconbox {
    background: url(/ruzhu/static/img/pic_r67_c78.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-5:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r72_c72.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-6 .iconbox {
    background: url(/ruzhu/static/img/pic_r67_c91.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-6:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r72_c88.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-7 {
    float: none;
    margin: 0 auto;
  }
  .section-4 .center .item1 ul li.li-7 .iconbox {
    background: url(/ruzhu/static/img/pic_r65_c100.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item1 ul li.li-7:hover .iconbox {
    background: url(/ruzhu/static/img/pic_r73_c101.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .section-4 .center .item2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: .52rem;
    overflow: visible;
    padding-bottom: .50rem;
  }
  .section-4 .center .item2 .li-1 {
    width: 88%;
    height: auto;
    margin: 0 auto;
    float: none;
    border: 1px solid #2182C5;
    border-radius: 3px;
    position: relative;
    padding-bottom: .3rem;
  }
  .section-4 .center .item2 .li-1 .tbox {
    width: 135px;
    height: 23px;
    line-height: 23px;
    background: url(/ruzhu/static/img/pic_r89_c27.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .section-4 .center .item2 .li-1 .tbox b {
    font-size: 14px;
    color: #fff;
    margin-right: 16px;
  }
  .section-4 .center .item2 .li-1 dl {
    margin-top: 22px;
  }
  .section-4 .center .item2 .li-1 dl dd {
    width: 95%;
    margin: 0 auto;
    padding: 5px 0;
    overflow: hidden;
  }
  .section-4 .center .item2 .li-1 dl dd i {
    display: block;
    font-style: normal;
    color: #AAAAAA;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    line-height: 20px;
  }
  .section-4 .center .item2 .li-1 dl dd a {
    display: block;
    width: 50%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
  }
  .section-4 .center .item2 .li-1 dl .line {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .section-4 .center .item2 .li-1 .btn {
    cursor: pointer;
    width: 114px;
    display: block;
    position: absolute;
    text-align: center;
    bottom: -17px;
    left: 50%;
    margin-left: -20%;
  }
  .section-4 .center .item2 .li-1 .btn img {
    width: 100%;
  }
  .section-4 .center .item2 .li-2 {
    width: 88%;
    height: auto;
    margin: 0 auto;
    margin-top: .8rem;
    float: none;
    border: 1px solid #2182C5;
    border-radius: 3px;
    position: relative;
    padding-bottom: .3rem;
  }
  .section-4 .center .item2 .li-2 .tbox {
    width: 135px;
    height: 23px;
    line-height: 23px;
    background: url(/ruzhu/static/img/pic_r89_c27.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .section-4 .center .item2 .li-2 .tbox b {
    font-size: 14px;
    color: #fff;
    margin-right: 16px;
  }
  .section-4 .center .item2 .li-2 dl {
    margin-top: 22px;
  }
  .section-4 .center .item2 .li-2 dl dd {
    width: 95%;
    margin: 0 auto;
    padding: 5px 0;
    overflow: hidden;
  }
  .section-4 .center .item2 .li-2 dl dd i {
    display: block;
    font-style: normal;
    color: #AAAAAA;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    line-height: 20px;
  }
  .section-4 .center .item2 .li-2 dl dd a {
    display: block;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
  }
  .section-4 .center .item2 .li-2 dl .line {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .section-4 .center .item2 .li-2 .btn {
    cursor: pointer;
    width: 114px;
    display: block;
    position: absolute;
    text-align: center;
    bottom: -17px;
    left: 50%;
    margin-left: -20%;
  }
  .section-4 .center .item2 .li-2 .btn img {
    width: 100%;
  }
}
.section-5 {
  height: 980px;
  background: url(/ruzhu/static/img/bg_r6_c1.jpg) no-repeat fixed;
}
.section-5 .center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.section-5 .center .titbox {
  text-align: center;
  margin-top: 132px;
}
.section-5 .center .titbox div {
  display: inline-block;
  padding: 0 52px;
  position: relative;
}
.section-5 .center .titbox div a {
  font-size: 39px;
  color: #2A2A2A;
}
.section-5 .center .titbox div .lico {
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
}
.section-5 .center .titbox div .rico {
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
}
.section-5 .center .instr p {
  text-align: center;
}
.section-5 .center .instr p.p-1 {
  font-size: 31px;
  color: #444444;
  margin-top: 65px;
}
.section-5 .center .instr p.p-1 a {
  font-size: 49px;
  color: #D80000;
}
.section-5 .center .instr p.p-2 {
  font-size: 24px;
  color: #444444;
  margin-top: 16px;
}
.section-5 .center .instr p.p-2 a {
  font-size: 24px;
  color: #1F85CC;
}
.section-5 .center .con {
  width: 1200px;
  height: 417px;
  background: url(/ruzhu/static/img/conbg.png) no-repeat center center;
  margin-top: 74px;
  overflow: hidden;
}
.section-5 .center .con table {
  width: 1150px;
  margin: 0 auto;
  border: 0;
  margin-top: 16px;
}
.section-5 .center .con table th {
  width: 20%;
  font-size: 20px;
  color: #575757;
  padding: 18px 0;
  border-bottom: 4px solid #DDDDDD;
}
.section-5 .center .con table td {
  width: 20%;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #7B7B7B;
}
.section-5 .center .con table .tr2 td {
  padding-top: 15px;
}
.section-5 .center .con .show-div {
  height: 303px;
  overflow: hidden;
}
.section-5 .center .con .show-div .cont-div {
  margin-top: 0;
}
.section-5 .center .con .show-div .cont-div tr {
  cursor: pointer;
}
.section-5 .center .con .show-div .cont-div .tr2 td {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .section-5 {
    background: url(/ruzhu/static/img/bg_r6_c1.jpg) no-repeat center center;
    display: block;
    height: auto;
  }
  .section-5 .center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .section-5 .center .titbox {
    text-align: center;
    margin-top: 1rem;
  }
  .section-5 .center .titbox div {
    display: inline-block;
    padding: 0 .68rem;
    position: relative;
  }
  .section-5 .center .titbox div a {
    font-size: .42rem;
    color: #000;
  }
  .section-5 .center .titbox div .lico {
    width: .35rem;
    display: block;
    position: absolute;
    left: 0;
    top: .20rem;
  }
  .section-5 .center .titbox div .rico {
    width: .35rem;
    display: block;
    position: absolute;
    right: 0;
    top: .20rem;
  }
  .section-5 .center .instr p {
    text-align: center;
  }
  .section-5 .center .instr p.p-1 {
    font-size: .31rem;
    color: #444444;
    margin-top: .65rem;
  }
  .section-5 .center .instr p.p-1 a {
    font-size: .49rem;
    color: #D80000;
  }
  .section-5 .center .instr p.p-2 {
    font-size: .24rem;
    color: #444444;
    margin-top: .16rem;
  }
  .section-5 .center .instr p.p-2 a {
    font-size: .24rem;
    color: #1F85CC;
  }
  .section-5 .center .con {
    display: block;
    width: 100%;
    height: 417px;
    background: url(/ruzhu/static/img/conbg.png) no-repeat center center;
    margin-top: .5rem;
    overflow: hidden;
  }
  .section-5 .center .con table {
    width: 95%;
    margin: 0 auto;
    border: 0;
    margin-top: 16px;
  }
  .section-5 .center .con table th {
    width: 20%;
    font-size: 14px;
    color: #575757;
    padding: 8px 0;
    border-bottom: 2px solid #DDDDDD;
  }
  .section-5 .center .con table td {
    width: 20%;
    height: 48px;
    text-align: center;
    font-size: 12px;
    color: #7B7B7B;
  }
  .section-5 .center .con table .tr2 td {
    padding-top: 15px;
  }
  .section-5 .center .con .show-div {
    height: 303px;
    overflow: hidden;
  }
  .section-5 .center .con .show-div .cont-div {
    margin-top: 0;
  }
  .section-5 .center .con .show-div .cont-div tr {
    cursor: pointer;
  }
  .section-5 .center .con .show-div .cont-div .tr2 td {
    padding-top: 0;
  }
}
.section-6 {
  height: 941px;
  background: url(/ruzhu/static/img/bg_r7_c1.jpg) no-repeat fixed;
}
.section-6 .center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.section-6 .center .titbox {
  text-align: center;
  margin-top: 149px;
}
.section-6 .center .titbox div {
  display: inline-block;
  padding: 0 52px;
  position: relative;
}
.section-6 .center .titbox div a {
  font-weight: bold;
  font-size: 52px;
  color: #FFFFFF;
}
.section-6 .center .titbox div .lico {
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
}
.section-6 .center .titbox div .rico {
  display: block;
  position: absolute;
  right: 0;
  top: 21px;
}
.section-6 .center .instr {
  margin-top: 47px;
}
.section-6 .center .instr p {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.section-6 .center .con {
  width: 864px;
  height: 529px;
  background: url(/ruzhu/static/img/mask.png) no-repeat center center;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
}
.section-6 .center .con ul {
  margin-top: 52px;
}
.section-6 .center .con ul li {
  text-align: center;
  margin-top: 15px;
}
.section-6 .center .con ul li input {
  width: 627px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #444444;
  padding-left: 16px;
  box-sizing: border-box;
  border-radius: 3px;
}
.section-6 .center .con ul li textarea {
  width: 627px;
  height: 136px;
  padding: 7px 16px;
  box-sizing: border-box;
  font-size: 14px;
  color: #444444;
  border-radius: 3px;
}
.section-6 .center .con .btn {
  display: block;
  width: 228px;
  height: 37px;
  background: #2182C5;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 3px;
  text-align: center;
  line-height: 35px;
}
@media (max-width: 1024px) {
  .section-6 {
    background: url(/ruzhu/static/img/bg_r7_c1.jpg) no-repeat center center;
    display: block;
    height: auto;
  }
  .section-6 .center {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .section-6 .center .titbox {
    text-align: center;
    margin-top: 1rem;
  }
  .section-6 .center .titbox div {
    display: inline-block;
    padding: 0 .68rem;
    position: relative;
  }
  .section-6 .center .titbox div a {
    font-size: .42rem;
    color: #fff;
  }
  .section-6 .center .titbox div .lico {
    width: .35rem;
    display: block;
    position: absolute;
    left: 0;
    top: .20rem;
  }
  .section-6 .center .titbox div .rico {
    width: .35rem;
    display: block;
    position: absolute;
    right: 0;
    top: .20rem;
  }
  .section-6 .center .instr {
    width: 90%;
    margin: 0 auto;
    margin-top: .25rem;
  }
  .section-6 .center .instr p {
    font-size: .22rem;
    color: #fff;
    text-indent: 0;
    line-height: .40rem;
  }
  .section-6 .center .con {
    display: block;
    width: 95%;
    height: 500px;
    background: url(/ruzhu/static/img/mask.png) no-repeat center center;
    margin: 0 auto;
    margin-top: .50rem;
    overflow: hidden;
  }
  .section-6 .center .con ul {
    margin-top: 1rem;
  }
  .section-6 .center .con ul li {
    text-align: center;
    margin-top: 15px;
  }
  .section-6 .center .con ul li input {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    color: #444444;
    padding-left: 16px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .section-6 .center .con ul li textarea {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 136px;
    padding: 7px 16px;
    box-sizing: border-box;
    font-size: 14px;
    color: #444444;
  }
  .section-6 .center .con .btn {
    display: block;
    width: 228px;
    height: 37px;
    background: #2182C5;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
  }
}
.footer {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #2A2A2A;
  font-size: 14px;
  color: #828282;
}
@media (max-width: 1024px) {
  .footer {
    display: none;
  }
}
.popbox {
  display: block;
  width: 149px;
  height: 69px;
  line-height: 102px;
  background: url(/ruzhu/static/img/pic_r11_c108.png) no-repeat center center;
  position: fixed;
  right: 10px;
  top: 96%;
  margin-top: -35px;
  text-align: center;
  z-index: 10000;
}
.popbox a {
  cursor: pointer;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1024px) {
  .popbox {
    display: none;
    width: 20px;
    height: 68px;
    line-height: normal;
    background: url(/ruzhu/static/img/ctus.jpg) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: 4px;
    top: 96%;
    margin-top: -23px;
    text-align: center;
    z-index: 10000;
  }
  .popbox a {
    width: auto;
    display: none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    writing-mode: tb-rl;
    letter-spacing: 1px;
  }
}
.gotop {
  cursor: pointer;
  display: block;
  position: fixed;
  bottom: 75px;
  right: 10px;
}
@media (max-width: 1024px) {
  .gotop {
    display: none;
  }
}
.botbox {
  display: none;
  width: 100%;
  height: 150px;
  background: url(/ruzhu/static/img/btmask.png);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.botbox .center {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.botbox .center .close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  transition: all 0.5s ease;
}
.botbox .center .close:hover {
  transform: rotate(180deg);
}
.botbox .center ul {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: -40px;
}
.botbox .center ul li {
  overflow: hidden;
  float: left;
  margin-left: 66px;
}
.botbox .center ul li.li-1 {
  margin-left: 0;
}
.botbox .center ul li .img {
  float: left;
}
.botbox .center ul li span {
  display: block;
  float: left;
  margin-left: 27px;
  padding-top: 55px;
}
.botbox .center ul li span .word {
  display: block;
}
.botbox .center ul li span .btn {
  display: block;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .botbox {
    display: none;
    height: 49px;
    background: url(/ruzhu/static/img/btmask.png);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .botbox .center {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .botbox .center .close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -7px;
    right: 0;
    transition: all 0.5s ease;
    z-index: 10000;
  }
  .botbox .center .close:hover {
    transform: rotate(180deg);
  }
  .botbox .center ul {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: -10px;
  }
  .botbox .center ul li {
    overflow: hidden;
    float: left;
    margin-left: 0;
  }
  .botbox .center ul li.li-1 {
    margin-left: 0;
  }
  .botbox .center ul li .img {
    width: 1rem;
    float: left;
  }
  .botbox .center ul li span {
    display: block;
    float: left;
    margin-left: 5px;
    padding-top: 10px;
  }
  .botbox .center ul li span .word {
    width: 0.9rem;
    display: block;
  }
  .botbox .center ul li span .btn {
    display: block;
    width: 1.2rem;
    margin-top: 5px;
  }
}
