﻿p {
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif;
  color: #666;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix .clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
* ul,
* ol,
* li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
button,
input,
select,
textarea {
  color: #000;
}
input,
textarea {
  outline: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt35 {
  margin-top: 35px;
}
.lh24 {
  line-height: 24px;
}
.bold {
  font-weight: bold;
}
.black {
  color: #000;
}
.dn {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.font-red {
  color: #d0121b;
}
.font-white {
  color: #fff!important;
}
.font-blue {
  color: #0099d9;
}
.font-green {
  color: #32b492!important;
}
.font-purple {
  color: #7c2498;
}
.font-gray3 {
  color: #333!important;
}
.font-gray9 {
  color: #999!important;
}
.iblock {
  display: inline-block;
}
.bg-white {
  background: #fff;
}
.border-t-l {
  border-top-left-radius: 10px;
}
.border-b-r {
  border-bottom-right-radius: 10px;
}
.font42 {
  font-size: 42px;
}
.font40 {
  font-size: 40px;
}
.font36 {
  font-size: 36px;
}
.font32 {
  font-size: 32px;
}
.font30 {
  font-size: 30px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
.font14 {
  font-size: 14px;
}
.mt10 {
  margin-top: 10px;
}
.mt25 {
  margin-top: 25px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}
.mt65 {
  margin-top: 65px;
}
.mr25 {
  margin-right: 25px;
}
.pt50 {
  padding-top: 50px;
}
.vm {
  vertical-align: middle;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh26 {
  line-height: 26px;
}
.lh28 {
  line-height: 28px;
}
/*全局规律样式*/
/*按钮类*/
.btn-linkmore {
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
  background: #d82631;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
}
.max-mc {
  max-width: 1920px;
  margin: 0 auto;
}
.auto-width {
  width: 100%;
  height: auto;
}
.a-green1 {
  display: inline-block;
  color: #FFF;
  border: 1px solid #2b8b3c;
  background: #2b8b3c;
  padding: 5px 20px;
  border-radius: 18px;
}
.a-green2 {
  color: #2ab5c5;
  padding: 5px 20px;
  border-radius: 18px;
  border: 1px solid #2ab5c5;
}
.a-blue2 {
  color: #3697f4;
  padding: 5px 20px;
  border-radius: 18px;
  border: 1px solid #3697f4;
}
.a-orange2 {
  display: inline-block;
  color: #ff9244;
  border: 1px solid #ff9244;
  background: #ffeddb;
  padding: 5px 20px;
  border-radius: 18px;
}
.btn-more-s {
  margin-top: 60px;
  display: inline-block;
  color: #fff;
  background: #0080cb;
  height: 36px;
  line-height: 36px;
  padding: 0 40px;
  border-radius: 18px;
}
.btn-more-b {
  margin-top: 40px;
  display: inline-block;
  color: #fff;
  background: #0080cb;
  height: 44px;
  line-height: 44px;
  padding: 0 50px;
  border-radius: 22px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec-tit1 {
  text-align: center;
  font-size: 40px;
  padding-top: 70px;
  margin-bottom: 55px;
  color: #000;
}
.sec-tit1 .h2 {
  color: #333;
  margin-top: 20px;
}
.sec-tit1 .btn {
  margin-top: 25px;
}
.sec-inner-main {
  width: 1100px;
  margin: 0 auto;
}
.opacity-bg {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  line-height: 30px;
  padding: 18px 0;
  width: 75%;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff, ff, ff, endColorstr=#C8ffffff, ff, ff);
  max-width: 95%;
}
.opacity-bg .txt {
  margin: 0 20px;
}
.clo1-box .clo-item {
  width: 96%;
  float: none;
  margin-right: 0!important;
}
.clo2-box {
  *zoom: 1;
  text-align: center;
}
.clo2-box:after,
.clo2-box .clearfix:before {
  content: " ";
  display: table;
}
.clo2-box:after {
  clear: both;
}
.clo2-box .clo-item {
  float: left;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
}
.clo2-box .clo-item .img img {
  max-width: 200px;
}
.clo2-box .clo-item:nth-child(2n) {
  margin-right: 0;
}
.clo3-box {
  *zoom: 1;
  text-align: center;
}
.clo3-box:after,
.clo3-box .clearfix:before {
  content: " ";
  display: table;
}
.clo3-box:after {
  clear: both;
}
.clo3-box .clo-item {
  float: left;
  vertical-align: top;
  width: 30%;
  margin-right: 4.5%;
}
.clo3-box .clo-item:nth-child(3n) {
  margin-right: 0;
}
.clo3-box .clo-item img {
  max-width: 100%;
}
.unit-img-inner {
  text-align: center;
}
.unit-img-inner img {
  max-width: 95%;
}
.form-col {
  overflow: hidden;
}
.form-int-box {
  width: 31%;
  float: left;
  vertical-align: top;
  margin-bottom: 20px;
}
.form-int-box:first-child,
.form-int-box:nth-child(2) {
  margin-right: 3.5%;
}
.form-int-box .form-int {
  width: 96%;
  height: 30px;
  line-height: 30px;
  padding: 10px 2%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  display: block;
}
.form-err-tip {
  color: #ff0000;
  margin-top: 8px;
  display: inline-block;
}
.form-area-box {
  margin-bottom: 20px;
}
.form-area-box .form-area {
  width: 100%;
  padding: 10px;
  border: none;
  height: 150px;
  overflow: auto;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.form-btn {
  display: block;
  width: 273px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url(../RJ-img/btn_tj.png) no-repeat;
  background-size: 100% 100%;
  margin: 20px auto;
  border: none;
  opacity: 0.95;
  cursor: pointer;
}
.form-btn:hover {
  opacity: 1;
}
.sec-box1 {
  width: 100%;
  height: 616px;
  background: url("../RJ-img/index_bg_01.jpg?1") no-repeat center 0;
}
.sec-box1 .sec-tit1 {
  padding-top: 20px;
  margin-bottom: 0;
  border-bottom: none;
}
.sec-box2 .pagination {
  display: inline-block;
  background: #cadddd;
  margin-bottom: 30px;
  height: 46px;
  line-height: 46px;
  border-radius: 26px;
}
.sec-box2 .pagination .swiper-pagination-switch {
  height: 46px;
  line-height: 46px;
  display: inline-block;
}
.sec-box2 .pagination .swiper-pagination-switch div {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 55px;
  margin: 8px 0;
}
.sec-box2 .pagination .swiper-pagination-switch:first-child div {
  border-right: 1px solid #b1c3c3;
}
.sec-box2 .pagination .swiper-pagination-switch:nth-child(3) div {
  border-left: 1px solid #b1c3c3;
}
.sec-box2 .pagination .swiper-active-switch {
  border-radius: 26px;
  background: #0080cb;
  color: #fff;
}
.sec-box2 .pagination .swiper-active-switch div {
  border-color: transparent!important;
}
.sec-box2 .left {
  width: 64%;
  position: relative;
}
.sec-box2 .left img {
  width: 100%;
}
.sec-box2 .left .swiper-container {
  width: 86%;
  margin-left: 7%;
}
.sec-box2 .right {
  width: 30%;
  float: right;
}
.sec-box2 .right ul {
  padding-top: 70px;
  text-align: left;
}
.sec-box2 .right ul .t1 {
  position: relative;
  margin-bottom: 30px;
  margin-left: 20px;
  border-radius: 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #cadddd;
}
.sec-box2 .right ul .t1 div {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  line-height: 72px;
  position: absolute;
  left: -20px;
  top: -16px;
  color: #fff;
}
.sec-box2 .right ul .t1 div._green {
  background: #29b5b2;
}
.sec-box2 .right ul .t1 div._blue {
  background: #0080cb;
}
.sec-box2 .right ul .t2 {
  margin-bottom: 10px;
}
.sec-box2 .right ul .t2._green {
  font-weight: bold;
  color: #29b5b2;
}
.sec-box2 .right ul .t2._blue {
  font-weight: bold;
  color: #0080cb;
}
.sec-box2 .right ul .txt {
  line-height: 30px;
}
.sec-box2 .right ul.gray-style {
  color: #656565;
}
.sec-box2 .right ul.gray-style .t1 {
  background: #ededed;
  color: #000;
}
.sec-box2 .right ul.gray-style .t1 div._green,
.sec-box2 .right ul.gray-style .t1 div._blue {
  background: #c5c5c5;
}
.sec-box2 .right ul.gray-style .t2._green,
.sec-box2 .right ul.gray-style .t2._blue {
  color: #656565;
}
.sec-box2 .arrow-left {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../RJ-img/btn_prev.png) no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -17px;
}
.sec-box2 .arrow-right {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../RJ-img/btn_next.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -17px;
}
.sec-box3 {
  width: 100%;
  height: 1002px;
  background: url("../RJ-img/index_bg_03.jpg") no-repeat center 0;
  padding-bottom: 0px;
}
.sec-box3 .clo2-box .clo-item {
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.sec-box3 .clo2-box .clo-item img {
  width: 100%;
}
.sec-box3 .clo2-box .clo-item .info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  width: 40%;
  text-align: left;
  padding: 30px 4%;
}
.sec-box3 .clo2-box .clo-item .info .t1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.sec-box3 .clo2-box .clo-item .info .txt {
  line-height: 24px;
}
.sec-box3 .clo2-box .clo-item .hover-txt {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 4%;
  padding-top: 80px;
  color: #fff;
  display: none;
  text-align: left;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, 0, endColorstr=#B2000000, 0);
}
.sec-box3 .clo2-box .clo-item:hover .hover-txt {
  display: block;
}
.sec-box4 {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sec-box4 .clo3-box .clo-item {
  border: 1px solid #c1c1c1;
  margin-bottom: 54px;
}
.sec-box4 .clo3-box .clo-item p {
  background: #eee;
  color: #000;
}
.sec-box4 .clo3-box .clo-item p.tit {
  padding-top: 24px;
  border-top: 1px solid #c1c1c1;
}
.sec-box4 .clo3-box .clo-item p.txt {
  padding-bottom: 30px;
}
.sec-box5 {
  width: 100%;
  height: 655px;
  background: url("../RJ-img/index_bg_05.jpg") no-repeat center 0;
}
.sec-box2,
.sec-box4 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .font42 {
    font-size: 32px;
  }
  .font40 {
    font-size: 32px;
  }
  .font36 {
    font-size: 24px;
  }
  .font32 {
    font-size: 22px;
  }
  .font30 {
    font-size: 20px;
  }
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font20 {
    font-size: 16px;
  }
  .font18 {
    font-size: 16px;
  }
  .font16 {
    font-size: 15px;
  }
  .sec-tit1 {
    text-align: center;
    font-size: 32px;
  }
  .sec-tit1 .tit1 {
    width: 100%;
    max-width: 768px;
  }
  .sec-tit1 .tit2 {
    width: 75%;
    max-width: 582px;
  }
  .sec-inner-main {
    width: 96%;
    margin: 0 2%;
  }
  .sec-box {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-size: auto 100%;
  }
  .sec-box1,
  .sec-box3,
  .sec-box5 {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background-size: auto 100%;
  }
  .sec-box2 .pagination {
    height: auto;
  }
  .sec-box2 .pagination .swiper-pagination-switch div {
    border-color: transparent!important;
  }
}
@media screen and (max-width: 768px) {
  .font40 {
    font-size: 28px;
  }
  .font24 {
    font-size: 18px;
  }
  .sec-tit1 {
    padding: 30px 0 0px 0;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .clo3-box,
  .sec-box2 .clo2-box,
  .sec-box3 .clo2-box {
    width: 98%;
    margin: 0 auto;
    text-align: center;
  }
  .clo3-box .clo-item,
  .sec-box2 .clo2-box .clo-item,
  .sec-box3 .clo2-box .clo-item {
    float: none!important;
    display: inline-block;
    vertical-align: top;
    width: 100%!important;
    margin-bottom: 25px;
    margin-right: auto;
    margin-right: 0!important;
    min-height: auto!important;
  }
  .sec-box2 {
    padding-bottom: 0;
  }
  .sec-box2 .clo2-box {
    width: auto;
  }
  .sec-box2 .arrow-left {
    left: -10px;
  }
  .sec-box2 .arrow-right {
    right: -10px;
  }
  .sec-box2 .pagination {
    background: transparent;
  }
  .sec-box2 .right ul {
    padding-top: 40px;
  }
  .sec-box2 .right ul .t2,
  .sec-box2 .right ul .txt {
    padding-left: 8px;
  }
  .sec-box2 .btn-more-b {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .sec-box3 .clo2-box .clo-item .info {
    width: 48%;
  }
  .sec-box3 .clo2-box .clo-item .hover-txt {
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 4%;
    padding-top: 30px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 24px;
    color: #000;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
    padding-bottom: 20px;
  }
  .sec-box3 .clo2-box .clo-item .hover-txt p {
    text-align: left;
  }
  .sec-box3 .clo2-box .clo-item .btn-more-s {
    margin-top: 25px;
  }
  .sec-box4 .clo3-box .clo-item {
    margin-bottom: 20px;
  }
  .form-int-box {
    width: 100%;
  }
  .form-int-box:first-child,
  .form-int-box:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .clo3-box {
    width: 100%;
  }
}
