@charset "UTF-8";
.bgt {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* home */
.banner {
  position: relative;
  overflow: hidden;
  height:calc(100% - 24.5rem);
  text-align: center;
}

.banner .wp {
  height: 100%;
  justify-content: center;
}

.banner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.banner .swiper-slide .ban-slide-bj1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.banner .swiper-pagination {
  bottom: 3% !important;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 1.5rem;
  height: 0.6rem;
  opacity: 0.5;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  opacity: 1;
  outline: none;
}

.banner .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0.6rem;
  width: 0;
  background-color: #3186a9;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  width: 100%;
  -webkit-animation: progressIn 5s linear both;
  -moz-animation: progressIn 5s linear both;
  -ms-animation: progressIn 5s linear both;
  -o-animation: progressIn 5s linear both;
  animation: progressIn 5s linear both;
}

.banner .slide_txt {
  position: absolute;
  z-index: 33;
  color: #3186a9;
  width: 100%;
  height: 100%;
}

.banner .slide_txt .txt2 {
  margin: 2.5rem 0;
}

.banner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .jt {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: none;
  transition: all ease 0.3s;
}

.banner .jt i {
  color: #fff;
  font-size: 2.5vw;
}

.banner .jt.swiper-button-prev {
  left: -3vw;
}

.banner .jt.swiper-button-next {
  right: -3vw;
}

.banner:hover .jt.swiper-button-prev {
  left: 2vw;
}

.banner:hover .jt.swiper-button-next {
  right: 2vw;
}

.banner .swiper-container,
.banner .swiper-wrapper,
.banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.slide_down {
  position: absolute;
  bottom: 5%;
  z-index: 1;
  width: 6rem;
  text-align: center;
  color: #fff;
  animation: mymove 1s linear infinite alternate;
  left: 50%;
  margin-left: -3rem;
}

.slide_down p {
  margin-top: 0.4rem;
  font-size: 1.2rem;
}

.slide_down img {
  width: 2.53rem;
}

.sec_tit {
  margin-bottom: 5.5rem;
}

.sec_tit .en {
  text-transform: uppercase;
}

.sec_tit .cn {
  font-weight: bold;
}

.sec_tit .cn span {
  margin: 0 2.5rem;
}

.sec_tit .cn i {
  width: 12.6rem;
  height: 1px;
  background: #3186a9;
}

.sec_tit.sec_tit2 {
  color: #fff;
}

.sec_tit.sec_tit2 .en {
  color: #fff;
}

/* section1 */
.section1 ul {
  margin-top: 4rem;
}

.section1 li {
  text-align: center;
}

.section1 li .icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  background-color: #f4f4f4;
  border-radius: 50%;
  background-size: 4rem 4rem;
  background-repeat: no-repeat;
  background-position: center;
}

.section1 li:nth-child(1) .icon {
  background-image: url(../img/icon_bus1.png);
}

.section1 li:nth-child(1):hover .icon {
  background-image: url(../img/icon_bus01.png);
}

.section1 li:nth-child(2) .icon {
  background-image: url(../img/icon_bus2.png);
}

.section1 li:nth-child(2):hover .icon {
  background-image: url(../img/icon_bus02.png);
}

.section1 li:nth-child(3) .icon {
  background-image: url(../img/icon_bus3.png);
}

.section1 li:nth-child(3):hover .icon {
  background-image: url(../img/icon_bus03.png);
}

.section1 li:nth-child(4) .icon {
  background-image: url(../img/icon_bus4.png);
}

.section1 li:nth-child(4):hover .icon {
  background-image: url(../img/icon_bus04.png);
}

.section1 li:nth-child(5) .icon {
  background-image: url(../img/icon_bus5.png);
}

.section1 li:nth-child(5):hover .icon {
  background-image: url(../img/icon_bus05.png);
}

.section1 li .tit {
  margin-top: 2rem;
  color: #666;
}

.section1 li:hover .icon {
  transition: all ease 0.3s;
  background-color: #3186a9;
}

.section1 li:hover .tit {
  color: #3186a9;
}

.bgt {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* section2 */
.section2 {
  color: #fff;
}

.section2 .sec2_info .tit {
  margin-bottom: 3.5rem;
}

.section2 .sec2_info .desc {
  line-height: 2;
}

.section2 .sec2_info .desc p {
  margin: 1.5rem 0;
}

/* section3 */
.section3 .grid {
  margin: -3rem -1rem -1rem -1rem;
}

.section3 .item {
  text-align: center;
  margin: 1rem;
}

.section3 .item .icon {
  width: 18.5rem;
  height: 18.5rem;
  margin: 0 auto 2.3rem auto;
  border: 1px solid #e5e5e5;
}

.section3 .item .icon img {
  width: 15.5rem;
}

.section3 .item .tit {
  color: #666;
}

.section3 .item:hover .tit {
  color: #3186a9;
}

/* about */
.inner_slide img {
  display: block;
}

.crumbs {
  padding: 2.6rem 0;
  width:100%;
  background:#fff;
  left:0;
  z-index:222;
}
 .weizhi.fix{
     position:fixed;
    top:10.1rem;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}

.crumbs .subcat a {
  position: relative;
  padding: 0 2.2rem;
  color: #666;
  cursor:pointer;
}

.crumbs .subcat a::after {
  content: "";
  width: 1px;
  height: 1.6rem;
  background: #666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.crumbs .subcat a:last-child {
  padding-right: 0;
}

.crumbs .subcat a:last-child::after {
  display: none;
}

.crumbs .subcat a:hover, .crumbs .subcat a.on {
  color: #3186a9;
}

/* about */
.about .about1 {
  padding-bottom: 10rem;
}

.about .about1 .ab1_gsm {
  margin: 4rem 0 2rem;
}

.about .about1 .ab1_desc {
  color: #666;
  line-height: 2;
}

.about .about1 .ab1_ys .item {
  background: #3186a9;
  color: #fff;
  padding: 3rem 2rem;
  min-height:26rem;
}

.about .about1 .ab1_ys .item .item_tit {
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.about .about1 .ab1_ys .item .item_tit::before {
  content: "";
  width: 4.7rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b4a46b;
}
.about .about1 .ab1_ys .item .item_desc{
    line-height:2.5rem;
    height:7.5rem;
}
.about .about1 .ab1_ys .item .item_xu {
  text-align: right;
  color: rgba(255, 255, 255, 0.1);
}

.about .about1 .ab1_slides {
  position: relative;
  padding: 0 7rem;
  margin: 0 -7rem;
}

.about .about1 .ab1_slides .item {
  background: #f9f9f9;
}

.about .about1 .ab1_slides .item .info {
  padding: 4rem 1rem 2rem 2.2rem;
  max-height:46rem;
  overflow-y:auto;
}
.about .about1 .ab1_slides .item .info::-webkit-scrollbar {
  width: 3px;
}

.about .about1 .ab1_slides .item .info::-webkit-scrollbar-thumb {
  background: #3186a9;
}
.about .about1 .ab1_slides .item .info .tit {
  margin-bottom: 2.5rem;
}

.about .about1 .ab1_slides .jt {
  background: none;
}

.about .about1 .ab1_slides .jt i {
  font-size: 3rem;
  color: #b4a46b;
}

.about .about1 .ab1_slides .jt.swiper-button-prev {
  left: 0;
}

.about .about1 .ab1_slides .jt.swiper-button-next {
  right: 0;
}

.about .about2 .item {
  padding-bottom: 2rem;
}

.about .about2 .item .item_pic {
  overflow: hidden;
}

.about .about2 .item .item_pic img {
  display: block;
}

.about .about2 .item .item_tit {
  margin: 2rem 0 0 0;
  text-align: center;
}

.about .about2 .item:hover .item_tit {
  color: #3186a9;
}

.about .about3 .info {
  position: relative;
  padding-top: 2.5rem;
}





.about .about4 .item .item_tit {
  margin: 2rem 0 1.5rem;
}

/* develop */
.develop ul {
  padding: 2rem 0;
}

.develop li .item .item_info {
  padding: 2.5rem;
  height: 22rem;
  align-items: flex-start;
  background: #f9f9f9;
}

.develop li .item .item_info .desc {
  margin-top: 1.6rem;
  color: #666;
}

.develop li .item:hover .xu {
  color: #3186a9;
}

/*consult*/
.consult .const1 .info .tit {
  margin-bottom: 1.6rem;
}

.consult .const2 .item {
  padding-bottom: 2rem;
}

.consult .const2 .item .item_pic {
  overflow: hidden;
}

.consult .const2 .item .item_pic img {
  display: block;
}

.consult .const2 .item .item_tit {
  margin: 2rem 0 0 0;
  text-align: center;
}

.consult .const2 .item:hover .item_tit {
  color: #3186a9;
}
.consult .const3{
    padding-top:0;
}
.consult .const3 .table {
  text-align: center;
}

.consult .const3 .table thead {
  background: #3186a9;
  color: #fff;
}

.consult .const3 .table thead th {
  padding: 1.8rem 0;
  font-size: 2.4rem;
  width: 25%;
  font-weight: normal;
}

.consult .const3 .table tbody tr td {
  padding: 1.5rem 0;
  background: #eaeff7;
  font-size: 1.8rem;
}

.consult .const3 .table tbody tr:nth-child(2n + 1) td {
  background: #d2deef;
}

.consult .const4 ul {
  padding-top: 3rem;
}

.consult .const4 li {
  margin-bottom: 7rem;
}

.consult .const4 li .item_info .desc {
  margin-top: 2.5rem;
  color: #666;
}

.consult .const4 li .item_info .desc p {
  margin: 1rem 0;
}

.consult .const4 li:last-child {
  margin-bottom: 0;
}

/* contact */
.contact .contbox1 .cont1_tit {
  padding: 3rem 0;
}

.contact .contbox1 .cont1_msg {
  background: #fff;
  padding: 7.5rem 5rem 7.5rem 2.5rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.contact .contbox1 .cont1_msg li .tit {
  margin-bottom: 1.5rem;
}

.contact .contbox2 {
  padding-bottom: 3rem;
}

.contact .contbox2 .lists li {
  padding: 5rem;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-top: 4.2rem;
}

.contact .contbox2 .lists li .item_tit .desc {
  margin-top: 0.5rem;
}

.contact .contbox2 .lists li .item_info .dd .desc {
  margin-top: 1rem;
}

.contact .contbox3 {
  position: relative;
}

.contact .contbox3 .lxt {
  height: 45.1rem;
}

.contact .contbox3 .btn {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 4rem;
}

.contact .contbox3 .contact_btn {
  z-index: 2;
  width: 30rem;
  height: 8rem;
  background: #3186a9;
  cursor: pointer;
  border-radius: 0.6rem;
  transition: ease 0.3s;
  color: #fff;
}

.contact .contbox3 .contact_btn:hover:hover {
  background: rgba(49, 134, 169, 0.88);
}

/* 弹窗表单 */
.c-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.c-pop form {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 90%;
  max-width: 69rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.c-pop form .c-close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #fff url(../img/close.png) no-repeat center/1.6rem auto;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.c-pop form .c-close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.c-pop form .c-title-box {
  padding: 2.5rem 4rem;
  text-align: center;
  color: #fff;
  background: #3186a9;
}

.c-pop form .c-title-box .c-title {
  margin-bottom: 0.5rem;
  font-size: 3.2rem !important;
  line-height: 4.2rem;
}

.c-pop form .c-title-box .c-text {
  font-weight: bold;
  line-height: 2.6rem;
}

.c-pop form .c-box {
  padding: 3rem;
}

.c-pop form .c-list {
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.c-pop form .c-list li {
  width: 50%;
  padding: 0 0.5rem 2rem;
}

.c-pop form .c-list li:nth-child(5) {
  width: 100%;
}

.c-pop form .c-list .c-text2 {
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1;
}

.c-pop form .c-list input {
  padding: 0 2rem;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  background: #f4f4f4;
}

.c-pop form .c-list textarea {
  padding: 1.5rem 2rem;
  width: 100%;
  height: 16rem;
  line-height: 2.6rem;
  background: #f4f4f4;
  border: 0;
  outline: 0;
  font-family: inherit;
}

.c-pop form button {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 7rem;
  color: #fff;
  background: #3186a9;
  cursor: pointer;
  border: 0;
  outline: 0;
}

.c-pop form a {
  display: block;
  border: 0.2rem solid #3186a9;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 6.6rem;
  text-align: center;
  color: #3186a9;
}

.c-pop form .c-list li:nth-child(3),
.c-pop form .c-list li:nth-child(4) {
  width: 100%;
}

.c-pop form .c-list li:nth-child(5),
.c-pop form .c-list li:nth-child(6) {
  padding-bottom: 0;
}
