@charset "UTF-8";

/* banner */
.banner {
  min-width: 1270px;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* 当前位置 */
.dqwz {
  width: 1270px;
  margin: 30px auto 40px;
}

.currpos {
  font-size: 14px;
}

.currpos a {
  font-size: 14px;
  font-weight: bold;
  margin: 0 15px;
  color: #999;
}

.currpos a:hover {
  color: #002e5a;
}

.currpos .dqwz_wzsy {
  margin-left: 0;
  color: #333;
}

.xian_t {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: 2px;
  background: #e1e2e4;
}

.xian_t1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #20a3fe;
}

/* 当前位置 end */
/* 内容区域 */
.contant {
  width: 1270px;
  margin: 0 auto 30px;
}

.hd ul {
  display: flex;
  justify-content: space-between;
}

.hd ul li {
  width: 316px;
  height: 50px;
  background: #e1e2e4;
  border-bottom: 2px solid #1a50a2;
}

.hd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
}

.hd ul .on {
  background: #1a50a2;
}

.hd ul .on a {
  color: #fff;
}

.uuu1 {
  display: flex;
  flex-wrap: wrap;
}

.uuu1 li {
  padding: 0 15px;
  width: 25%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

.tab_btm {
  margin-top: 30px;
}

.tab_lb {
  float: left;
  width: 635px;
  height: 441px;
  position: relative;
  overflow: hidden;
}

.tab_lb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tablb_next,
.tablb_prev {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 99;
}

.tablb_next {
  background: url(arr_r.png) no-repeat center;
  right: 0;
}

.tablb_prev {
  background: url(arr_l.png) no-repeat center;
  left: 0;
}

.pagination_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: #ccc;
  z-index: 9;
}

.tab_lb .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #336699;
}

.tab_lb .swiper-pagination-bullet-active {
  background: #fff;
}

.tab_details {
  float: right;
  width: 610px;
}

.tab_details h3 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-bottom: 15px;
}

.tab_details p {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  text-indent: 2em;
  text-align: justify;
  line-height: 20px;
}

.tab_details_more {
  display: block;
  margin-top: 50px;
  width: 130px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #002e5a;
  transition: all .3s;
}

.tab_details_more:hover {
  background: #fee600;
  color: #002e5a;
}

/* partner */
.partner {
  margin-top: 60px;
}

.btit p {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #24a1dd;
  font-size: 35px;
  color: #555;
}
.partner_item{
  margin-top: 40px;
}
.partner_item li{
  float: left;
  margin: 2px 0 0 2px;
  width: 210px;
  height: 76px;
  background: #f5f5f5;
  overflow: hidden;
  text-align: center;
  line-height: 76px;
}
.partner_item li:nth-child(6n-5){
  margin-left: 0;
}
.partner_item li img{
  width: auto;
  height: 35px;
  transition: all .3s;
}
.partner_item li:hover img{
  transform: scale(1.1);
}
.biaozhu{
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}