@charset "utf-8";
/*#header { height:1.093rem; border-top: .0625rem solid #0268b3; background:url(logo.jpg) no-repeat center top; background-size:contain;}
.swiper-container .swiper-pagination-bullet-active { background-color: #f60; }
.mian_nav ul li { background: #dce0ec; }
.u-tt .hd h2,.m-pFList li .t a { color: #132c80; }
.m-pFList li:after { background-color: #f00; }
.more-common-01 { border-bottom: .046875rem solid #0052a5; }
.more-common-01 a { background:url(more_blue.png) no-repeat 90% center;}
.form-panel .btn-submit { background: #0052a5; }
.page a { background: #778dd6; }
.form-search { box-shadow: .046875rem .078125rem .078125rem #0268b3; }
.form-search input[type="submit"] { background: #0268b3; }
#fixed-foot .li-01 { background-image: url(icon_arr_email.png); }*/

/* 菜单显示 */
#header {
  position: relative;
  width: 100%;
  height: 1.09375rem; /* background:rgba(12, 93, 201, 1);顶部logo背景颜色*/
  z-index: 3;
  overflow: hidden;
}
.u-menu {
  position: absolute;
  right: 0.093rem;
  top: 0.21875rem;
  display: block;
  width: 0.78125rem;
  height: 0.56625rem;
  transform: translateZ(0) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  z-index: 99;
  background: url(line03.png) no-repeat center;
  background-size: 60%;
}
.navs {
  padding: 10px 5px;
}
.navs ul li {
  width: 21%;
  padding: 2%;
  float: left;
  display: flex;
  align-items: center;
  flex-flow: column;
  text-align: center;
}
.navs ul li a img {
  display: block;
  margin: 0 auto;
}
body.z-open .m-nav {
  transform: translate3d(-3.125rem, 0, 0);
  -webkit-transform: translate3d(-3.125rem, 0, 0);
}
body.z-open .g-wp {
  transform: translate3d(-3.125rem, 0, 0);
  -webkit-transform: translate3d(-3.125rem, 0, 0);
}
body.z-open .u-menu {
  transform: translateZ(0) rotate(90deg);
  -webkit-transform: translateZ(0) rotate(90deg);
}
body.z-open .u-menu div {
  transform: translateZ(0) rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -webkit-transform: translateZ(0) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
body.z-open .u-menu div i {
  transition: transform 0.2s ease 0s;
  transform: translate3d(0, 0.1718rem, 0);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  -webkit-transform: translate3d(0, 0.1718rem, 0);
}
body.z-open .u-menu .u-menu-bottom {
  transform: translateZ(0) rotate(-45deg);
  -webkit-transform: translateZ(0) rotate(-45deg);
}
body.z-open .u-menu .u-menu-middle {
  display: none;
}

.search {
  position: absolute;
  top: 0.12rem;
  width: 0.78125rem;
  height: 0.78125rem;
  overflow: hidden;
  right: 16%;
}
.search-o {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.78125rem;
  height: 0.78125rem;
  background: url(search_btn.png) no-repeat center;
  background-size: 40%;
}
.search-x {
  position: absolute;
  top: 0;
  left: -0.78125rem;
  width: 0.78125rem;
  height: 0.78125rem;
  background: url(search_btn_x.png) no-repeat center;
  opacity: 1;
  background-size: 40%;
}

.form-search {
  position: absolute;
  top: -100;
  left: 0;
  width: 90%;
  padding: 3% 5%;
  border-top: 0.015625rem solid #ddd;
  box-shadow: 0.046875rem 0.078125rem 0.078125rem rgba(12, 93, 201, 1);
  background: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.form-search input {
  border: 0.015625rem solid #eee;
}
.form-search input[type="text"] {
  width: 70%;
  height: 0.59375rem;
  float: left;
  padding: 0 5%;
  border-right: 0;
}
.form-search input[type="submit"] {
  width: 19%;
  height: 0.625rem;
  float: left;
  border: 0;
  background: rgba(12, 93, 201, 1);
  color: #fff;
}

.banner {
  position: relative;
  margin-bottom: 0.078125rem;
  overflow: hidden;
}
.banner .hd {
  width: 100%;
  position: absolute;
  height: 0.4375rem;
  line-height: 0.4375rem;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 0.625rem;
  height: 0.078125rem;
  background: #0052a5;
  text-indent: -156rem;
  overflow: hidden;
  margin: 0 0.09375rem;
}
.banner .hd li.on {
  background: #fff;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd li {
  position: relative;
  text-align: center;
}
.banner .bd li img {
  background: url(loading.gif) center center no-repeat;
  vertical-align: top;
  width: 100%; /* 图片宽度100%，达到自适应效果 */
}
.banner .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} /* 去掉链接触摸高亮 */

.swiper-container .swiper-pagination-bullet-active {
  background-color: #f60;
}

.logo a {
  width: 3.5rem;
  height: 0.85rem;
  padding-top: 0.25rem;
  margin-left: 0.3rem;
}
#header .box {
  width: 32%;
  height: 100%; /*background: rgba(12, 93, 201, 1);顶部搜索框背景*/
}
.swiper-container-1 .swiper-pagination-bullet-active {
  background-color: rgba(12, 93, 201, 1);
}

.titleGin {
  padding: 0.3rem 0 0.3rem;
  text-align: center;
}
.titleGin .titleCn {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 0.36rem;
  text-align: center; /*padding-bottom: .15rem;margin-bottom: 0.05rem;*/
  position: relative;
  color: rgba(12, 93, 201, 1);
}
.titleGin .titleCn:after {
  display: none;
  content: "";
  clear: both;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.5rem;
  height: 0.04rem;
  margin-left: -0.25rem;
}
.titleGin .titleEn {
  font-size: 0.26rem;
  font-weight: bold;
}

.index_box01 {
  width: 94%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.6rem;
}
.index_box01 .content {
  color: #2e2e2e;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.index_box01 .content a {
  color: red;
}
.index_box01 .video {
  text-align: center;
  margin-top: 0.2rem;
  padding-left: 0.6rem;
  background: url(video.png) no-repeat left center;
  background-size: 30%;
  display: inline-block;
}

.index_box01 .ul01 .more {
  width: 1.4rem;
  height: 0.38rem;
  border: 1px solid #666;
  border-radius: 0.04rem;
  line-height: 0.38rem;
  text-align: center;
  display: block;
  color: #666;
}
.index_box01 .ul01 {
  text-align: center;
}
.index_box01 .ul01 ul {
  display: inline-block;
}
.index_box01 .ul01 ul li {
  float: left;
  margin: 0 0.1rem;
}

.index_box02 {
  background: url(../../images/a_bg.jpg) repeat center;
  padding: 0.45rem 3% 0.35rem;
  background-size: auto 100%;
}
.index_box02 .titleGin {
  padding: 0rem 0 0.3rem;
  text-align: center;
}
.index_box02 .more {
  width: 1.4rem;
  height: 0.38rem;
  border: 1px solid #989898;
  border-radius: 0.04rem;
  line-height: 0.38rem;
  text-align: center;
  margin: 0.24rem auto 0;
  display: block;
  color: #989898;
}
.index_box02 .proScroll ul li {
  width: 48%;
  float: left;
  margin: 0 1% 1%;
}

.index_box03 .caseScroll {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.index_box03 .caseScroll .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: rgba(12, 93, 201, 1) solid 1px;
  margin-left: 0.3rem;
}
.index_box03 .caseScroll .swiper-pagination-bullet-active {
  background: rgba(12, 93, 201, 1);
}
.index_box03 .caseScroll .swiper-pagination {
  position: static;
  margin: 0.26rem auto;
}

.index_box04 {
  width: 94%;
  margin: 0 auto;
}
.index_box04 ul li {
  border: 1px solid #eee;
  padding: 0.24rem 0.16rem;
  margin-bottom: 0.2rem;
}
.index_box04 ul li:last-child {
  margin-bottom: 0;
}
.index_box04 ul li .title {
  font-size: 0.22rem;
  color: #686868;
}
.index_box04 ul li .date {
  color: #999;
  margin: 0.1rem 0 0.2rem;
}
.index_box04 ul li .content {
  color: #686868;
  line-height: 0.3rem;
  height: 0.9rem;
  width: 85%;
  position: relative;
}
.index_box04 ul li .content:before {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 50%;
  right: -14%;
  width: 0.2rem;
  height: 0.28rem;
  margin-top: -0.14rem;
  background: url(next.png) no-repeat center;
}

.m-copy {
  background: rgba(12, 93, 201, 1);
  color: #fff;
  border-bottom: 0;
}
.m-copy a {
  color: #fff;
}

/* 快捷菜单 */
#fixed-foot {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.9375rem;
  background: #2d2d2d;
  line-height: 0.3125rem;
  text-align: center;
  z-index: 1;
}
#fixed-foot li {
  box-sizing: border-box;
  float: left;
  width: 25%;
  margin: 0 -0.015625rem;
  border-left: 0.015625rem solid rgba(255, 255, 255, 0.1);
  border-right: 0.015625rem solid rgba(0, 0, 0, 0.2);
}
#fixed-foot li a {
  display: block;
  padding: 0.140625rem 0 0;
  color: #fff;
}
.fixed-button {
  display: block;
  width: 0.46875rem;
  height: 0.46875rem;
  margin: 0 auto;
  background: url(icon_arr_tel_white.png) no-repeat;
  overflow: hidden;
}
#fixed-foot .li-04 {
  background-image: url(home.png);
  background-size: contain;
}
#fixed-foot .li-01 {
  background-image: url(phone.png);
  background-size: contain;
}
#fixed-foot .li-02 {
  background-image: url(mail.png);
  background-size: contain;
}
#fixed-foot .li-03 {
  background-image: url(fx.png);
  background-size: contain;
}

.index_box04 .more {
  width: 1.4rem;
  height: 0.38rem;
  border: 1px solid #666;
  border-radius: 0.04rem;
  line-height: 0.38rem;
  text-align: center;
  margin: 0.24rem auto;
  display: block;
  color: #666;
}
.page a {
  background: #666;
}
.page .current {
  background: rgba(12, 93, 201, 1);
}

.part1,
.part2,
.part3,
.part4,
.part5,
.part7 {
  width: 94%;
  margin: 0 auto;
}
.part2,
.part3,
.part4,
.part5,
.part6 {
  margin-top: 30px;
}
.part7 {
  margin-bottom: 30px;
}
.img-slick {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.img-slick-img {
  position: relative;
}
.img-slick-img a img {
  display: inline-block;
  height: 240px;
}
.img-slick-img span {
  display: block;
  position: absolute;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: rgba(193, 57, 57, 0.8);
  left: 0;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.img-slick-img span font {
  font-size: 20px;
  font-weight: 600;
  padding-right: 10px;
}
.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #cccccc;
}
.img-slick-p {
  line-height: 35px;
}
.img-slick-tt {
  padding: 10px 0;
}
.img-slick-tt a {
  font-size: 0.32rem;
  color: #004b86;
}
.see-more-info {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid rgba(12, 93, 201, 1);
  background: rgba(12, 93, 201, 1);
  margin: 15px auto auto;
  transition: all 0.4s ease-in-out;
}
.see-more-info a {
  color: #fff;
}
.tabs-list li a {
  font-size: 15px;
  color: #666;
  line-height: 40px;
  margin-bottom: 30px;
}
.tabs-list li.on a {
  color: #004b86;
  font-size: 0.28rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #004b86;
}
.tabs-list li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 35px;
}
.news-list li a {
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #000;
  display: block;
}
.news-list li a span {
  font-size: 0.24rem;
}
.notice-list li {
  position: relative;
  border-bottom: solid 1px #d6d9dc;
  padding: 10px 0 10px 75px;
}
.notice-date {
  display: flex;
  flex-flow: column;
  position: absolute;
  left: 0;
  top: 50%;
  width: 53px;
  height: 52px;
  background: url(../images/date-back.png) center no-repeat;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: -26px;
}
.notice-list-tt {
  font-size: 14px;
  color: rgba(12, 93, 201, 1);
}
.notice-list-con {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice-date span {
  font-size: 12px;
  color: #0063b0;
  position: relative;
}
.lb-slick {
  position: relative; /*padding-right: 90px;*/
  margin: 25px 0 0;
  overflow: hidden;
  padding-bottom: 14px;
}
.lb-slick img {
  display: block;
  margin: 0 auto;
}
.lb-slick .swiper-slide a {
  font-size: 0.24rem;
  color: #333;
  display: block;
  text-align: center;
}
.lb-slick .swiper-slide img {
  vertical-align: middle;
}
.lb-slick:before {
  display: block;
  content: "";
  position: absolute;
  right: 90px;
  top: 0;
  bottom: 0;
  z-index: 100000; /*width: 1px; background: #fff;*/
}
.lb-slick .swiper-pagination-bullets {
  bottom: 0 !important;
}
.lb-slick .swiper-pagination-bullet {
  background: #d6d9dc;
}
.lb-slick .swiper-pagination-bullet-active {
  background: rgba(12, 93, 201, 1);
}
.lb-slick .slick-dots {
  display: none !important;
}
/* .ztSwiper{height: 86px;} */
.ztSwiper {
  width: 96%;
  margin: 0 auto;
}
.fglist {
  margin: 20px 0;
}
.fglist ul li {
  float: left;
  width: 44%;
  padding: 0 2%;
}
.wechat {
  margin-bottom: 15px;
}
.wechat ul {
  display: flex;
  justify-content: space-evenly;
}
.dataTable2 {
  display: none;
}
.dataTable2.on {
  display: block;
}
.zs_title {
  text-align: center;
  font-size: 0.26rem;
}
#zs_form input {
  font-size: 14px;
  width: 94%;
  margin: 0 auto;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  margin-bottom: 10px;
  padding: 0 15px;
}
#zs_form button[type="submit"] {
  display: block;
  width: 94%;
  margin: 0 auto;
  background: #ecf5ff;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  color: #409eff;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  transition: 0.1s;
  font-weight: 500;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
  border-color: #b3d8ff;
}
/* .lb-slick .slick-prev {
    width: 15px;
    height: 15px;
    margin-top: -14px;
    background: #fff url(../images/left.png) center no-repeat;
    left: 0;
    text-indent: -9999px;
    z-index: 99;
  }
  
  .lb-slick .slick-next {
    width: 15px;
    height: 15px;
    margin-top: -14px;
    background: #fff url(../images/right.png) center no-repeat;
    right: 0;
    text-indent: -9999px;
    z-index: 99;
  } */
