@charset "UTF-8";


/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.partner_index_kv__body {
  background: url(../images/partner/index_kv.jpg) center no-repeat;
  background-size: 100% 100%;
  height: calc(100vh);
}

.partner_index_kv__body .container {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.partner_index_kv__body .tit {
  text-align: center;
  padding-top: 15%;
}

.partner_index_kv__body .tit h3 {
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
}

.partner_index_kv__body .tit p {
  color: #00b1e7;
  font-size: 30px;
  font-size: 3rem;
}

.partner_index_kv__body .abs_con {
  margin-top: 20%;
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
}

.partner_index_kv__body .abs_con h6 {
  font-size: 38px;
  font-size: 3.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.partner_index_kv__body .abs_con h3 {
  font-size: 58px;
  font-size: 5.8rem;
  font-weight: 700;
}

.partner_index_kv__body .abs_con .block {
  text-align: left;
  width: 150px;
  color: #fff;
  transition: all .3s;
  position: absolute;
}

.partner_index_kv__body .abs_con .block:hover {
  text-decoration: none;
  color: #f3981c;
}

.partner_index_kv__body .abs_con .block h4 {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 5px;
}

.partner_index_kv__body .abs_con .block p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 20px;
}

.partiner_index_btm__body {
  background: url(../images/partner/par_btm_bg.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
}

.scroll__con_news {
  position: relative;
}

.scroll__con_news .scroll_btn {
  position: absolute;
  top: 50%;
  font-size: 30px;
  font-size: 3rem;
  color: #333;
}

.scroll__con_news .scroll_btn:hover {
  text-decoration: none;
  color: #23499e;
}

.scroll__con_news .fa-angle-left {
  left: -30px;
}

.scroll__con_news .fa-angle-right {
  right: -30px;
}

.pro_news_con {
  display: block;
  width: 100%;
  text-decoration: none;
}

.pro_news_con:hover {
  text-decoration: none;
}

.pro_news_con:hover .img_out img {
  transform: scale(1.05);
}

.pro_news_con:hover .txt_out h3 {
  color: #f3981c;
}

.pro_news_con .img_out {
  overflow: hidden;
  border-bottom: 6px solid #f3981c;
}

.pro_news_con .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.pro_news_con .txt_out {
  background-color: #fff;
  padding: 30px 20px;
}

.pro_news_con .txt_out h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 30px;
}

.pro_news_con .txt_out p {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.pro_news_con .txt_out h6 {
  color: #808080;
  font-size: 18px;
  font-size: 1.8rem;
}

.pro_news_con .txt_out h6 i {
  padding-right: 10px;
}

.partner_list__body {
  padding: 50px;
}

.par_list li {
  border-bottom: 1px solid #eaeaea;
}

.par_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
  flex-wrap: wrap;
  padding: 20px 0;
}

.par_list li a:hover {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(100, 100, 100, 0.3);
}

.par_list li a:hover .date, .par_list li a:hover .txt {
  padding-top: 30px;
  padding-bottom: 30px;
}

.par_list li a:hover .txt {
  width: calc(100% - 570px);
}

.par_list li a:hover .img {
  display: block;
}

.par_list li a:hover .icon {
  display: none;
}

.par_list li a:hover .date h3{
  color:#23499e;
}

.par_list li a:hover .txt h3{
  color:#23499e;
}

.par_list li .date {
  width: 170px;
  text-align: center;
}

.par_list li .date h3 {
  font-size: 63px;
  font-size: 6.3rem;
  color: #d3d3d3;
  font-weight: 700;
}

.par_list li .date p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #808080;
}

.par_list li .txt {
  width: calc(100% - 170px);
  padding-right: 100px;
}

.par_list li .txt h3 {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
  padding-top: 10px;
}

.par_list li .txt p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #808080;
  line-height: 1.5;
}

.par_list li .img {
  display: none;
  width: 400px;
}

.par_list li .img img {
  width: 100%;
}

.par_list li .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #d3d3d3;
  font-size: 30px;
  font-size: 3rem;
}

.par_index__body .top_con {
  background-color:#fff;
  padding:70px 0 10px;
}
.par_index__body .top_con .tit{
  text-align: center;
  font-size:32px;
  font-size:3.2rem;
  color:#000;
  margin-bottom:50px;
}
.par_index__body .top_con .list{
  justify-content: flex-start;
  align-items: stretch;
}
.par_index__body .top_con .list li{
  width: calc(100% / 3 - 60px * 2 / 3);
  margin:0 60px 60px 0;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  position:relative;
  transition: all .3s;
}
/* .par_index__body .top_con .list li:nth-child(1):hover{
  background-color: #fff !important;
} */
.par_index__body .top_con .list li:hover{
  background:#ee931c !important;
}

.par_index__body .top_con .list li.s_2{
  background-image:url(../images/partner/bg_2.png);
}
.par_index__body .top_con .list li.s_3{
  background-image:url(../images/partner/bg_3.png);
}
.par_index__body .top_con .list li.s_4{
  background-image:url(../images/partner/bg_4.png);
}
.par_index__body .top_con .list li.s_5{
  background-image:url(../images/partner/bg_5.png);
}
.par_index__body .top_con .list li.s_6{
  background-image:url(../images/partner/bg_6.png);
}
.par_index__body .top_con .list li.s_7{
  background-image:url(../images/partner/bg_7.png);
}
.par_index__body .top_con .list li.s_8{
  background-image:url(../images/partner/bg_8.png);
}
.par_index__body .top_con .list li.s_9{
  background-image:url(../images/partner/bg_9.png);
}
.par_index__body .top_con .list li:nth-child(3n){
  margin-right:0;
}
.par_index__body .top_con .list li h3{
  font-size:36px;
  font-size:3.6rem;
  color:#003188;
  margin-bottom:30px;
}
.par_index__body .top_con .list li p{
  font-size:15px;
  font-size:1.5rem;
  color:#808080;
  line-height: 1.5;
}
.par_index__body .top_con .list li a{
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.par_index__body .top_con .list li h4{
  font-size:24px;
  font-size:2.4rem;
  color:#fff;
  font-weight: 700;
  padding-bottom:5px;
}
.par_index__body .top_con .list li h6{
  font-size:16;
  font-size:1.6rem;
  color:#fff;
  font-weight: 700;
}

.par_index__body .top_con .list li img{
  position: absolute;
  right: 20px;
  top:20px;
}

.par_index__body .top_con .list li .txt{
  position: absolute;
  bottom:20px;
  left:20px;
}

.par_index__body .btm_con{
  background-color:#f1f3f6;
  padding:70px 0;
}


.par_index__body .btm_con .tit{
  text-align: center;
  font-size:32px;
  font-size:3.2rem;
  color:#000;
  margin-bottom:50px;
}
.par_index__body .last_con{
  padding:70px 0;
  background-color:#fff;
}
.par_index__body .last_con .tit{
  text-align: center;
  font-size:32px;
  font-size:3.2rem;
  color:#000;
  margin-bottom:50px;
}
.par_index__body .last_con .logo_list{
  background-color:#f7f8fa;
  border:1px solid #e3e7ed;
  justify-content:flex-start;
  align-items: flex-start;
  padding:50px;
}
.par_index__body .last_con .logo_list li{
  width: 25%;
  padding:30px 50px;
}
.par_index__body .last_con .logo_list li img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.par_index__body .last_con .img_out{
  padding:50px;
  background-color:#f7f8fa;
  border:1px solid #e3e7ed;
} 
.par_index__body .last_con .img_out img{
  width: 100%;
}