.loadBox{
position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%，-50%);
    width: 100%;
    height: 100%;
    z-index: 40;
    transform: translate(-50%, -50%);
    display: flex
;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #514b82;
margin:auto;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}


header{
border-bottom:1px solid rgb(230, 233, 237);
}
.pinpai_content {
  width: 1032px;
  margin: 0 auto;
  padding: 60px 0 50px 0;
  font-size: 16px;
  color: #5c6166;
  line-height: 1.8;
}
.pinpai_content .last_text {
  color: #0472da;
  font-weight: bold;
}
.pinpai_story {
  background: url('../images/p3.png') no-repeat;
  background-size: 864px 849px;
  background-position: left bottom;
  padding-bottom: 30px;
}
.pinpaiSection .pinpai_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.pinpaiSection .pinpai_flex .pinpai_row_item {
  border-radius: 7px;
  background-color: #eef3f8;
  color: #01284D;
  font-size: 20px;
  padding: 10px 25px;
  display: block;
  margin: 0 4px;
  cursor: pointer;
}
.pinpaiSection .pinpai_flex .pinpai_row_item.active {
  font-weight: bold;
  color: #fff;
  background-color: #0472da;
}
.pinpaiSection .pinpai_detail {
  width: 600px;
  margin: 0 auto;
}
.pinpaiSection .pinpai_detail .swiper-slide {
  text-align: center;
  padding: 10px 50px;
  box-sizing: border-box;
}
.pinpaiSection .pinpai_detail .swiper-button-next::after,
.pinpaiSection .pinpai_detail .swiper-button-prev::after {
  color: #b3bfca;
  font-size: 22px;
  font-weight: bold;
}
.pinpaiSection .images_list {
  margin-top: 30px;
}
.pinpaiSection .images_item {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.pinpaiSection .images_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
transform:scale(1.1);
}
.jingdian_wrap {
  margin-bottom: 20px;
}
.jingdian_content {
  padding: 50px 0;
}
.jingdian_content .jingdian_topBox {
  border-bottom: 3px solid #e6e9ed;
  display: flex;
  margin-bottom: 20px;
}
.jingdian_content .jingdian_topBox .jingdian_name {
  color: #01284D;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}
.jingdian_content .jingdian_topBox .jingdian_name::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: #0472da;
}
.jingdain_list {
  display: flex;
  flex-wrap: wrap;
}
.jingdain_list a {
  width: 32%;
  display: block;
  margin-right: 1.83%;
  margin-bottom: 30px;
}
.jingdain_list a:nth-child(3n){
margin-right:0;
}
.jingdian_content .pre-ul a:nth-child(3n+1) {
  margin-right: 0 !important;
}
.jingdian_content .pre-ul a{
margin-right:1.83%;
}
.detail_row .jingdain_list  a:nth-child(3n){
margin-right:0;
}
.jingdain_list a:hover .jingdian_imgbox img {
  transform: scale(1.1);
}
.jingdain_list a .jingdian_imgbox {
  width: 100%;
  height: 255px;
  border-radius: 10px;
  overflow: hidden;
}
.jingdain_list a .jingdian_imgbox img {
  width: 100%;
  height: 100%;
  transition: linear 0.3s;
object-fit:cover;
}
.jingdain_list a .jingdain_info {
  position: relative;
}
.jingdain_list a .jingdain_info .jt {
  position: absolute;
  width: 56px;
  height: 56px;
  right: 10px;
  top: -35px;
  z-index: 2;
}
.jingdain_list a .jingdain_info .jingdian_title {
  color: #01284D;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.jingdain_list a .jingdain_info .jindian_desc {
  margin-top: 10px;
  color: #8093a6;
  font-size: 14px;
}
.detailSection {
  padding: 15px 0;
}
.detailSection .brandBox {
  margin-bottom: 30px;
}
.detailSection .detailContent .detail_title {
  color: #01284D;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
  margin-bottom: 15px;
}
.detailSection .detailContent .detail_timer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.detailSection .detailContent .detail_timer .row_item {
  margin: 0 15px;
  font-size: 16px;
  color: #5C6166;
}
.detailSection .detail_banenr {
  margin-top: 70px;
  position: relative;
}
.detailSection .detail_banenr .watch-ico {
  width: 211px;
  height: 96px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
}
.detailSection .detail_banenr .watch-ico:hover {
  opacity: 0.95;
}
.detailSection .detail_banenr .swiper-slide {
  border-radius: 12px;

border:1px solid #ddd;
  overflow: hidden;
}
.detailSection .detail_banenr .swiper-slide img {
  width: 100%;
  height:512px;
  object-fit:contain;
}
.detailSection .detail_otherMess {
  width: 800px;
  margin: 0 auto;
}
.detailSection .detail_otherMess .detail_row {
  margin-top: 50px;
}
.detailSection .detail_otherMess #mapDetail {
  width: 100%;
  height: 200px;
}
.detailSection .detail_otherMess .detail_row_text {
  color: #5C6166;
  font-size: 16px;
  line-height: 1.8;
}
.detail_row_cateName {
  display: flex;
  justify-content: center;
  border-bottom: 3px solid #e6e9ed;
  margin-bottom: 30px;
}
.detail_row_cateName span {
  display: block;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.detail_row_cateName span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0472DA;
  bottom: -3px;
  left: 0;
}
.detail_tuijian {
  margin-top: 50px;
  padding-bottom: 30px;
}
.jiemiSection {
  position: relative;
}
.jiemiSection .jiemi_img {
  width: 100%;
  height: 100%;
}
.jiemiSection .w1400 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.jiemiSection .w1400 .down-ico {
  width: 199px;
  height: 96px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.jiemiSection .w1400 .down-ico:hover {
  opacity: 0.85;
}
.jingcaiSection {
  padding: 70px 0;
}
.jingcaiSection .jingcaiContent {
  display: flex;
  justify-content: space-between;
}
.jingcaiSection .jingcaiContent .jingcai_left .jingcai_cate {
  border-left: 3px solid #eef3f8;
  padding-bottom: 100px;

}
.jingcaiSection .jingcaiContent .jingcai_left {
width:140px;

}
.jingcai_cate.fixedActive{
position:fixed;
top:50%;
transform:translateY(-50%);
left:0;
z-index:7;
}
.jingcaiSection .jingcaiContent .jingcai_left .jingcai_cate .yanchu_name {
  color: #01284D;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.jingcaiSection .jingcaiContent .jingcai_left .jingcai_cate .yanchu_name  lable{
  color: #01284D;
  font-size: 20px;
}
.jingcaiSection .jingcaiContent .jingcai_left .jingcai_cate .yanchu_name.active {
  font-weight: bold;
  color: #0472DA;
}
.jingcaiSection .jingcaiContent .jingcai_left .jingcai_cate .yanchu_name.active::after {
  content: '';
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #0472DA;
}
.jingcaiSection .jingcaiContent .jingcai_right {
  margin-left: 30px;
  width: 1160px;
}
.jingcaiSection .jingcaiContent .jingcai_right .yanchu_box_item {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.jingcaiSection .jingcaiContent .jingcai_right .yanchu_box_item .yanchuContent {
  width: 350px;
  position: absolute;
  inset: 0;
  padding: 30px;
  z-index: 3;
  background-color: #02101b;
  box-sizing: border-box;
  text-align: justify;
}
.jingcaiSection .jingcaiContent .jingcai_right .yanchu_box_item .yanchuContent .rightIco {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.jingcaiSection .jingcaiContent .jingcai_right .yanchu_box_item .yanchuContent .yanchuTit {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.jingcaiSection .jingcaiContent .jingcai_right .yanchu_box_item .yanchuContent .yanchuDesc {
  color: #9a9fa4;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.jingcaiSection .jingcaiContent .jingcai_right .yanchu_box_item .yanchuContent .yanchu-row {
  color: #9a9fa4;
  margin-bottom: 15px;
}
.jingcaiSection .jingcaiContent .jingcai_right .yanchu_box_item .yanchuContent .yanchu-row strong {
  color: #fff;
}
.jingcaiSection .jingcaiContent .jingcai_right .yanchu_box_item .yanchu_images {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
}
.jingcaiSection .jingcaiContent .jingcai_right .yanchu_box_item .yanchu_images img {
  width: 100%;
  height:auto;
object-fit:cover;
}
.canyin_content .toggle_cy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  list-style: none;
}
.canyin_content .toggle_cy li.active a {
  background-color: #0472DA;
  color: #fff;
  font-weight: bold;
}
.canyin_content .toggle_cy a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 151px;
  height: 56px;
  background-color: #EEF3F8;
  font-size: 20px;
  color: #01284D;
  border-radius: 10px;
  margin: 0 7px;
}
.canyin_content {
  padding-top: 20px !important;
}
.canyin_content .newsSection {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  width: 880px;
  margin: 0 auto;
  position: relative;
min-height:250px;
}
.canyin_content .newsSection .newLeftBox {
  width: 100%;
}
.canyin_content .newsSection .newLeftBox .news_items {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e9ed;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.canyin_content .newsSection .newLeftBox .news_items .new-imgbox {
  width: 280px;
  height: 189px;
  overflow: hidden;
  border-radius: 10px;
}
.canyin_content .newsSection .newLeftBox .news_items .new-imgbox:hover>img{
transform:scale(1.1);
}

.canyin_content .newsSection .newLeftBox .news_items .new-imgbox img {
  width: 100%;
  height: 100%;
  transition: linear 0.3s;
object-fit:cover;

}
.canyin_content .newsSection .newLeftBox .news_items .new-info {
  width: 576px;
  margin-left: 20px;
}
.canyin_content .newsSection .newLeftBox .news_items .new-info .new-date {
  color: #0472DA;
  font-size: 14px;
}
.canyin_content .newsSection .newLeftBox .news_items .new-info .new-title {
  color: #01284D;
  font-size: 20px;
  margin: 7px 0;
  font-weight: bold;
}
.canyin_content .newsSection .newLeftBox .news_items .new-info .new-desc {
  font-size: 16px;
  color: #5C6166;
  line-height: 1.8;
  text-align: justify;
}
.canyin_content .newsSection .newLeftBox .news_items .new-info .new-tags {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.canyin_content .newsSection .newLeftBox .news_items .new-info .new-tags span {
  display: block;
  padding: 6px 15px;
  color: #0472DA;
  font-size: 14px;
  border-radius: 99px;
  background-color: #f0f7fd;
  margin-right: 10px;
}
.canyin_content .newsSection .newRightBox {
  width: 200px;
  position: absolute;
  right: -280px;
}
.canyin_content .newsSection .newRightBox .timer_tit_weight {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.canyin_content .newsSection .newRightBox .type-row {
  padding: 15px 0;
  border-top: 1px solid #e6e9ed;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.canyin_content .newsSection .newRightBox .type-row span {
  font-size: 16px;
  color: #01284D;
  margin-left: 5px;
}
.canyin_content .newsSection .newRightBox .type-row.active .hight-ico-active {
  display: block;
}
.canyin_content .newsSection .newRightBox .type-row.active .hight-ico {
  display: none;
}
.canyin_content .newsSection .newRightBox .type-row img {
  width: 14px;
  height: 14px;
}
.canyin_content .newsSection .newRightBox .type-row .hight-ico-active {
  display: none;
}
.detail_zixun_content {
  width: 880px;
}
.detail_zixun_content .detail_zixun_title {
  font-size: 48px;
  font-weight: bold;
}
.detail_zixun_content .detail_timer_options {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.detail_zixun_content .detail_timer_options .detail_timer_type_row {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.detail_zixun_content .detail_timer_options .detail_timer_type_row span {
  color: #5C6166;
  font-size: 16px;
}
.detail_zixun_content .share_list {
  display: flex;
  align-items: center;
}
.detail_zixun_content .share_list a {
  display: block;
}
.detail_zixun_content .share_list a:not(:last-child) {
  width: 76px;
  height: 32px;
  margin-right: 7px;
}
.detail_zixun_content .share_list a:last-child {
  width: 117px;
  height: 32px;
}
.detail_zixun_content .share_list a img {
  width: 100%;
  height: 100%;
}
.detail_zixunWrap {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  box-sizing: border-box;
}
.detail_zixunWrap .contentWrap {
  padding: 30px 0;
}
.detail_zixunWrap .more_zixun {
  width: 280px;
}
.detail_zixunWrap .more_zixun .more_zixun_title {
  display: flex;
  border-bottom: 1px solid #e6e9ed;
  margin-bottom: 15px;
}
.detail_zixunWrap .more_zixun .more_zixun_title span {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  position: relative;
}
.detail_zixunWrap .more_zixun .more_zixun_title span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0472DA;
  bottom: -1px;
  left: 0;
}
.detail_zixunWrap .more_zixun .more_imgbox {
  width: 100%;
  height: 158px;
  border-radius: 10px;
  overflow: hidden;
}
.detail_zixunWrap .more_zixun .more_imgbox img {
  width: 100%;
  height: 100%;
  transition: linear 0.3s;
}
.detail_zixunWrap .more_zixun a {
  margin-bottom: 20px;
  display: block;
}
.detail_zixunWrap .more_zixun a:hover .more_imgbox img {
  transform: scale(1.1);
}
.detail_zixunWrap .more_zixun .more_date {
  color: #0472DA;
  font-size: 14px;
  margin: 10px 0;
}
.detail_zixunWrap .more_zixun .more_title {
  font-weight: bold;
  font-size: 18px;
  color: #01284D;
}
.detail_zixunWrap .more_zixun .more_title lable{
  font-weight: bold;
  font-size: 18px;
  color: #01284D;
}
.ggInfo .new-info {
  width: 100% !important;
}
.more_gonggao_list a {
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 15px;
}
.ykSection {
  margin-top: 50px;
}
.ykSection .yk_top_box {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e6e9ed;
  margin-bottom: 30px;
}
.ykSection .yk_top_box span {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 24px;
  position: relative;
}
.ykSection .yk_top_box span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #0472DA;
}
.ykSection .yk_list {
  display: flex;
  justify-content: center;
}
.ykSection .yk_list .yk_row_item {
  padding: 0 40px;
}
.ykSection .yk_list .yk_row_item .yk_bold {
  font-weight: bold;
  font-size: 46px;
  color: #01284D;
  margin-bottom: 5px;
}
.ykSection .yk_list .yk_row_item .yk_name {
  color: #5C6166;
  font-size: 16px;
  text-align: center;
}
.yunyingSection {
  margin-top: 100px;
}
.yunyingSection .yunying_top_timers {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #e6e9ed;
}
.yunyingSection .yunying_top_timers .yunying_top_date_row {
  width: 14.2%;
}
.yunyingSection .yunying_top_timers .yunying_top_date_row.active .yunying_top_sj {
  color: #0471D9;
}
.yunyingSection .yunying_top_timers .yunying_top_date_row.active .yunying_top_sj::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #0471D9;
}
.yunyingSection .yunying_top_timers .yunying_top_week {
  color: #5C6166;
  font-size: 16px;
  text-align: center;
  margin-bottom: 3px;
}
.yunyingSection .yunying_top_timers .yunying_top_sj {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.yunyingSection .yunying_bottom_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.yunyingSection .yunying_bottom_list .changci-info {
  padding-top: 15px;
  margin: 15px 0 0 0;
  border-top: 1px solid #344d65;
}
.yunyingSection .yunying_bottom_list .changci-info .cc-row {
  margin-bottom: 10px;
}
.yunyingSection .yunying_bottom_list .changci-info .cc-row:last-child {
  margin-bottom: 0;
}
.yunyingSection .yunying_bottom_list .changci-info .cc-row strong,
.yunyingSection .yunying_bottom_list .changci-info .cc-row span {
  font-size: 14px;
  color: #fff;
}
.yunyingSection .yunying_bottom_list .yunying_item {
  width: 453px;
  height: 383px;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}
.yunyingSection .yunying_bottom_list .yunying_item:hover .hover_box_yy {
  top: 0;
  opacity: 1;
}
.yunyingSection .yunying_bottom_list .yunying_item .hover_box_yy {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../images/yy1.png') no-repeat;
  background-size: 100% 100%;
  z-index: 4;
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: linear 0.3s;
}
.yunyingSection .yunying_bottom_list .yunying_item .hover_box_yy .changci-info {
  border-top-color: #2293f0;
}
.yunyingSection .yunying_bottom_list .yunying_item .hover_box_yy .title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}
.yunyingSection .yunying_bottom_list .yunying_item .hover_box_yy .desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.yunyingSection .yunying_bottom_list .yunying_item .hover_box_yy .desc p{
  color: #fff;
  font-size: 16px;
display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 7;
}
.yunyingSection .yunying_bottom_list .yunying_item:nth-child(3n) {
  margin-right: 0;
}
.yunyingSection .yunying_bottom_list .yunying_item .mb2 {
  position: absolute;
  width: 100%;
  height: 230px;
  bottom: 0;
  left: 0;
}
.yunyingSection .yunying_bottom_list .yunying_item .info-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px 20px;
  z-index: 3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yunyingSection .yunying_bottom_list .yunying_item .info-1 .title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}
.yunyingSection .yunying_bottom_list .yunying_item .info-1 .desc {
  color: #fff;
  font-size: 16px;
}
.yunyingSection .yunying_bottom_list .yunying_item .info-1 .desc p{
  color: #fff;
  font-size: 16px;
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.yunyingSection .yunying_bottom_list .yunying_item:hover .img {
  transform: scale(1.1);
}
.yunyingSection .yunying_bottom_list .yunying_item .img {
  width: 100%;
  height: 100%;
  transition: linear 0.3s;
  object-fit: cover;
}
.ykxzContent {
  width: 880px;
  margin: 0 auto;
  line-height: 1.8;
}
.jiaotongSection {
  display: flex;
}
.jiaotongSection .jiaotong_left {
  flex: 1;
display:none;
}
.jiaotongSection .jiaotong_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jiaotongSection .jiaotong_right {
  width:100%;
  padding: 40px 100px 30px 30px;
  box-sizing: border-box;
  background-color: #eef3f8;
display:flex;

flex-wrap:wrap;
}
.jiaotongSection .jiaotong_right .jt_row:nth-child(3n){
margin-right:0;
}
.jiaotongSection .jiaotong_right .jt_row {
width:32%;
margin-right:2%;
  margin-bottom: 30px;
}
.jiaotongSection .jiaotong_right .jt_desc {
  color: #5C6166;
  line-height: 1.8;
font-size:16px;
}
.jiaotongSection .jiaotong_right .jt_desc p{
font-size:16px;
}
.jiaotongSection .jiaotong_right .jt_name {
  border-bottom: 3px #d6dfe7 solid;
  margin-bottom: 15px;
}
.jiaotongSection .jiaotong_right .jt_name .name {
  font-size: 20px;
  font-weight: bold;
  color: #01284D;
  padding-bottom: 12px;
  position: relative;
}
.jiaotongSection .jiaotong_right .jt_name .name lable{
  font-size: 20px;
}
.jiaotongSection .jiaotong_right .jt_name .name::after {
  content: '';
  position: absolute;
  width: 95px;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: #0472DA;
}
.jiaotongSection {
  display: flex;
}
.jiaotongSection .jtong_left {
  width: 700px;
}
.jiaotongSection .jtong_left .jtong_imgbox {
  width: 100%;
  border-radius: 10px;
}
.jiaotongSection .jtong_left .jtong_imgbox img {
  width: 100%;
}
.jiaotongSection .jtong_left .jtong_fuwu {
  background-color: #EEF3F8;
  border-radius: 10px;
  padding: 25px;
  transform: translateY(-30px);
}
.jiaotongSection .jtong_left .jtong_fuwu .jtong_title {
  font-weight: bold;
  font-size: 24px;
  color: #01284D;
  margin-bottom: 15px;
}
.jiaotongSection .jtong_left .jtong_fuwu .jtong_desc {
  font-size: 16px;
  color: #5C6166;
  line-height: 2;
}
.jiaotongSection .jtong_right {
  flex: 1;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.jiaotongSection .jtong_right .jtong_text {
  color: #5C6166;
  line-height: 2;
}
.jiaotongSection .jtong_right .jtong_top_ {
  flex: 1;
}
.jiaotongSection .jtong_right .jtong_changyong {
  border-bottom: 3px solid #e6e9ed;
  display: flex;
  margin-bottom: 20px;
}
.jiaotongSection .jtong_right .jtong_changyong span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.jiaotongSection .jtong_right .jtong_changyong span lable{
  font-size: 24px;
  font-weight: bold;
}
.jiaotongSection .jtong_right .jtong_changyong span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -3px;
  background-color: #0472DA;
}
.jiaotongSection .jtong_right .jtong_ips {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jiaotongSection .jtong_right .jtong_ips .jtong_ips_title {
  font-weight: bold;
  font-size: 24px;
  color: #01284D;
  margin-bottom: 12px;
}
.jiaotongSection .jtong_right .jtong_ips .jtong_ips_ico {
  display: flex;
  align-items: center;
}
.jiaotongSection .jtong_right .jtong_ips .jtong_ips_ico img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.jiaotongSection .jtong_right .jtong_ips .jtong_ips_ico span {
  font-size: 16px;
  color: #5C6166;
}
.quaSection {
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
.quaSection .qua_items {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e9ed;
}
.quaSection .qua_items .qua_title {
  color: #01284D;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.quaSection .qua_items .qua_title lable{
  color: #01284D;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.quaSection .qua_items .qua_desc {
  color: #5C6166;
  font-size: 16px;
  line-height: 1.8;
}
.quaSection .qua_items .qua_desc  p{
  color: #5C6166;
  font-size: 16px;
  line-height: 1.8;
}
.yyhzSection {
  padding: 50px 0 00px 0;
}
.yyhzSection .yyhz_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.yyhzSection .yyhz_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.yyhzSection .yyhz_item .yyhz_left {
  display: flex;
  flex-direction: column;
  width: 680px;
}
.yyhzSection .yyhz_item .yyhz_left .hz_top {
  flex: 1;
}
.yyhzSection .yyhz_item .yyhz_left .hz_top .hz_title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 15px;
}
.yyhzSection .yyhz_item .yyhz_left .hz_top .hz_desc {
  font-size: 16px;
  color: #5C6166;
  line-height: 1.7;
  text-align: justify;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e9ed;
}
.yyhzSection .yyhz_item .yyhz_left .hz_top .hz_desc p{
  font-size: 16px;
  color: #5C6166;
  line-height: 1.7;
  text-align: justify;
}
.yyhzSection .yyhz_item .yyhz_left .hz_bottom {
  display: flex;
  align-items: center;
}
.yyhzSection .yyhz_item .yyhz_left .hz_bottom img {
  width: 56px;
  height: 56px;
}
.yyhzSection .yyhz_item .yyhz_left .hz_bottom .hz_info {
  margin-left: 15px;
}
.yyhzSection .yyhz_item .yyhz_left .hz_bottom .hz_info .hz_phone_text {
  color: #5C6166;
  font-size: 16px;
  margin-bottom: 3px;
}
.yyhzSection .yyhz_item .yyhz_left .hz_bottom .hz_info .hz_phone_num {
  font-size: 24px;
  font-weight: bold;
}
.yyhzSection .yyhz_item .yyhz_right {
  width: 680px;
  height: 337px;
  border-radius: 10px;
  overflow: hidden;
}
.yyhzSection .yyhz_item .yyhz_right:hover img {
  transform: scale(1.1);
}
.yyhzSection .yyhz_item .yyhz_right img {
  width: 100%;
  height: 100%;
  transition: linear 0.3s;
  object-fit: cover;
}
.joinSection {
  padding-top: 50px;
  width: 800px;
  margin: 0 auto;
}
.joinSection .join_title {
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 32px;
  color: #01284D;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e9ed;
}
.joinSection .join_row {
  margin-bottom: 40px;
}
.joinSection .join_row:not(:nth-child(1)):not(:nth-child(2)) {
  padding-top: 40px;
  border-top: 1px solid #e6e9ed;
}
.joinSection .join_row .join_name {
  font-weight: bold;
  font-size: 24px;
  color: #01284D;
  margin-bottom: 10px;
}
.joinSection .join_row .join_desc {
  font-size: 16px;
  color: #5C6166;
  line-height: 1.8;
}
.joinSection .join_row img {
  width: 100%;
}
