/* CSS Document */

.block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index_about {
  display: flex;
  background: #f7f7f7;
  padding:0;
}
.index_about_text {
  width: 50%;
}
.index_about_text .textbx_main {
  width: 43.75rem;
  margin-left: auto;
  padding: 2.25rem 5.25rem 2rem 0;
}
.index_about_text .text_title {
  margin-bottom: 1.875rem;
}
.index_about_text .text_title h3 {
  font-size: 30px;
  clear: #000;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  text-align:left;
}
.index_about_text .text_title h3 span {
  color: #0173a9;
}
.index_about_text .text_title p {
  font-size: 16px;
  line-height: 1.625rem;
  text-align:left;
}
.index_about_text .text_bd {
  margin-bottom: 1.875rem;
}
.index_about_text .text_bd_desc {
  margin-bottom: 1.875rem;
}
.index_about_text .text_bd_desc p {
  font-size: 0.875rem;
  color: #333333;
  line-height:34px;
  letter-spacing: 0.1875rem;
}
.index_about_text .text_bd_list ul {
  display: flex;
  justify-content: space-between;
}
.index_about_text .text_bd_list ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.75rem;
  height: 6.625rem;
  background: #EDEDED;
}
.index_about_text .text_bd_list ul li .num p {
  font-size: 1rem;
  color: #333333;
  line-height: 1.25rem;
}
.index_about_text .text_bd_list ul li .num p span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333333;
  line-height: 3.125rem;
  margin-right: 0.25rem;
}
.index_about_text .text_bd_list ul li > p {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.25rem;
}
.index_about_imgbg {
  width: 50%;
  overflow: hidden;
}
.index_about_imgbg:hover img{transform: scale(1.1, 1.1);}
.index_about_imgbg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s ease;
}

.index_common_morebtn {
  width: 12.5rem;
  height: 3.5rem;
  background: #0173a9;
  border: 1px solid #0173a9;
  box-sizing: border-box;
  transition: all 0.3s;
}
.index_common_morebtn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: 2px;
  transition: all 0.3s;
}
.index_common_morebtn:hover {
  background-color: transparent;
}
.index_common_morebtn:hover a {
  color: #0173a9;
}

@media (min-width: 320px) and (max-width: 1000px){
	.index_about {
    flex-wrap: wrap;
  }
  .index_about_text {
    width: 100%;
  }
  .index_about_text .textbx_main {
    width: auto;
    padding: 2rem 1rem;
  }
  .index_about_text .text_bd_list ul li {
    width: 8.75rem;
    height: 8.75rem;
  }
  .index_about_imgbg {
    width: 100%;
  }
	}
	
	
@media (min-width: 768px) and (max-width: 1023px) {
	.index_about {
    flex-wrap: wrap;
  }
  .index_about_text {
    width: 100%;
  }
  .index_about_text .textbx_main {
    width: auto;
    padding: 2rem 3rem;
  }
  .index_about_text .text_bd_list {
    width: 60%;
  }
  .index_about_text .text_bd_list ul li {
    width: 8.75rem;
    height: 8.75rem;
  }
  .index_about_imgbg {
    width: 100%;
  }
	}	
	
.index-adv{ padding-bottom:0}
	
.index_advantage_content_item {
  position: relative;
  margin-bottom: 6.25rem;
  overflow: hidden;
}
.index_advantage_content_item_text {
  position: relative;
  width: 54.2%;
  padding: 5.625rem 8.375rem 5.625rem 4.375rem;
  background: #f2f2f2;
  color: #1c1918;
  transition: all 0.35s;
  overflow: hidden;
}
.index_advantage_content_item_text:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 100%;
  height: 100%;
  background: #0173a9;
  content: '';
  z-index: 0;
  transition: all 0.35s;
}
.index_advantage_content_item_text .num {
  position: relative;
  font-weight: bold;
  font-size: 4.5rem;
  transition: all 0.35s;
}
.index_advantage_content_item_text h3 {
  position: relative;
  margin: 2.75rem 0 2.125rem;
  font-size: 2.25rem;
  transition: all 0.35s;
  font-weight:bold;
}
.index_advantage_content_item_text .desc {
  position: relative;
  line-height: 3rem;
  font-size: 1.125rem;
  transition: all 0.35s;
}
.index_advantage_content_item_text .desc span {
  font-size: 1.5rem;
  color: #0173a9;
}
.index_advantage_content_item_img {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  width: 52.3%;
  bottom:10%;

}
.index_advantage_content_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_advantage_content_item:nth-child(odd) .index_advantage_content_item_text {
  float: right;
  padding: 5.625rem 4.375rem 5.625rem 8.375rem;
}
.index_advantage_content_item:nth-child(odd) .index_advantage_content_item_img {
  left: 0;
}
.index_advantage_content_item:nth-child(even) .index_advantage_content_item_img {
  right: 0;
}
.index_advantage_content_item:hover .index_advantage_content_item_text {
  color: #fff;
}
.index_advantage_content_item:hover h3{ color:#fff;}
.index_advantage_content_item:hover .index_advantage_content_item_text:before {
  left: 0;
}
.index_advantage_content_item:hover .index_advantage_content_item_text .desc span {
  color: #ffcc00;
}

@media (min-width: 320px) and (max-width: 1023px) {
	  .index_advantage_content_item {
    margin-bottom: 2rem;
  }
  .index_advantage_content_item_text {
    width: 100%;
    height: auto;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
  }
  .index_advantage_content_item_text .num {
    font-size: 4rem;
  }
  .index_advantage_content_item_text h3 {
    font-size: 2rem;
  }
  .index_advantage_content_item_img {
    position: static;
    transform: translateY(0);
    width: 100%;
    height: auto;
  }
  .index_advantage_content_item:nth-child(odd) .index_advantage_content_item_text {
    float: none;
    padding: 1rem 2rem;
  }
	}
	
	
	
	
	
.index_advisory {
  width: 100%;
  height: 18.625rem;
  background: url(../images/indexbg.jpg);
  overflow: hidden;
  margin-bottom:60px;
}
.index_advisory .main {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.index_advisory p {
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
}
.index_advisory span {
  color: #ffcc00;
}
.index_advisory .tel {
  margin-top: 1.125rem;
  font-size: 1.25rem;
}
	
	
	
.owl .item .img{ background:#ff0000}
.owl .item .img img{ width:100%;}
.owl .item .img:hover {
	background:#000
}

.owl .item .img p{ position:absolute; top:42%; left:42%; font-size:30px; display:none;}
.owl .item .img:hover p{ color:#fff; text-align:center; display:block;}

.owl .item .img:hover img {
	opacity:.5;
	transform:scale(1.1) rotate(3deg);
	-o-transform:scale(1.1) rotate(3deg);
	-webkit-transform:scale(1.1) rotate(3deg);
	-moz-transform:scale(1.1) rotate(3deg);
	-ms-transform:scale(1.1) rotate(3deg)
}
	
	
.index_new_content_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.375rem;
}
.index_new_content_list_item {
  position: relative;
  width: 23%;
  padding-top: 1.875rem;

}
.index_new_content_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8.125rem;
  height: 2px;
  background-color: #333;
  transition: all 0.4s;
}
.index_new_content_list_item:hover::before {
  width: 100%;
}
.index_new_content_list_item:hover .item_time p {
  color: #0173a9;
}
.index_new_content_list_item:hover h4 {
  color: #0173a9;
}
.index_new_content_list_item .item_time {
  display: flex;
  margin-bottom: 1.375rem;
}
.index_new_content_list_item .item_time p {
  font-size: 1.625rem;
  color: #333;
  margin-right: 1.25rem;
  transition: all 0.4s;
}
.index_new_content_list_item .item_time span {
  font-size: 0.875rem;
  color: #333;
  margin-top: auto;
}
.index_new_content_list_item h4 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1rem;
  transition: all 0.4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index_new_content_list_item p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_new_content_bottom .morebtn {
  width: 11.625rem;
  height: 2.875rem;
  margin: 0 auto;
}
.index_new_content_bottom .morebtn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #333;
  text-align: center;
  line-height: 2.875rem;
  border: 1px solid #333;
  box-sizing: border-box;
  transition: all 0.4s;
}
.index_new_content_bottom .morebtn:hover > a {
  background-color: #0173a9;
  border-color: #0173a9;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 1000px) {
.index_new_content_list {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  .index_new_content_list_item {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
.index_new_content_list {
    flex-direction: row;
    margin-bottom: 1.5rem;
  }
  .index_new_content_list_item {
    width: 24%;
    margin-bottom: 2rem;
  }
	
}
	
.footer{ 
  background:#313131;
  position: relative;
  margin-top:40px;
}
.index_footer_content {
  display: flex;
  justify-content: space-between;
  padding: 3.125rem 0 2.625rem;
  overflow: hidden;
}
.index_footer_content_list {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.index_footer_content_list dl:not(:last-child) {
  margin-right: 10%;
}
.index_footer_content_list dl dt {
  margin-bottom: 1.25rem;
}
.index_footer_content_list dl dt a {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
.index_footer_content_list dl dt a:hover {
  color: #fff;
}
.index_footer_content_list dl dd:not(:last-child) {
  margin-bottom: 0.625rem;
}
.index_footer_content_list dl dd a {
  font-size: 0.875rem;
  color: rgb(255,255,255,.8);
  line-height:28px;
}
.index_footer_content_list dl dd a:hover {
  color: #fff;
}
.index_footer_content_contact {
  position: relative;
  width:36%;
  padding-left: 3.5rem;
}
.index_footer_content_contact::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgb(62,62,62,0.9);
  opacity: 0.8;
}
.index_footer_content_contact .info1 {
  margin-bottom: 0.5rem;
}
.index_footer_content_contact .info1 h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.index_footer_content_contact .info1_place {
  display: flex;
}
.index_footer_content_contact .info1_place span {
  color: rgb(255,255,255,.8);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.index_footer_content_contact .info1_place .place {
  flex: 1;
}
.index_footer_content_contact .info1_place .place p {
  font-size: 0.875rem;
  color: rgb(255,255,255,.8);
  line-height: 1.25rem;

}
.index_footer_content_contact .info2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_footer_content_contact .info2_text_item {
  display: flex;
}
.index_footer_content_contact .info2_text_item span,
.index_footer_content_contact .info2_text_item p {
  font-size: 0.875rem;
  color: rgb(255,255,255,.8);
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.index_footer_content_contact .info2_text_item a {
  font-size: 0.875rem;
  color: rgb(255,255,255,.8);
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.index_footer_content_contact .info2_text_item a:hover {
  color: #fff;
}
.index_footer_content_contact .info2_weixin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top:15px;
}
.index_footer_content_contact .info2_weixin .imgbx {
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
}
.index_footer_content_contact .info2_weixin .imgbx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index_footer_content_contact .info2_weixin .imgbx1 {
  margin-right: 2rem;
}
.index_footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.25rem;
  border-top: 1px solid rgb(62,62,62,0.9);
  box-sizing: border-box;
}
.index_footer_copyright p,
.index_footer_copyright a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #fff;
}
.index_footer_copyright p > img,
.index_footer_copyright a > img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}
.index_footer_copyright a:hover {
  color: #fff;
}
.index_footer_copyright p,
.index_footer_copyright a.first {
  margin-right: 3.125rem;
}
	
	
@media (min-width: 320px) and (max-width: 1000px) {
	
	.index_footer_content {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .index_footer_content_list {
    width: 100%;
    flex-wrap: wrap;
	display:none
  }
  .index_footer_content_list dl {
    width: 50%;
    margin-bottom: 2rem;
  }
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content_contact {
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
  }
  .index_footer_content_contact::before {
    display: none;
  }
  .index_footer_content_contact .info2 {
    flex-wrap: wrap;
  }
  .index_footer_content_contact .info2_text {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_footer_content_contact .info2_weixin {
    justify-content: flex-start;
    width: 100%;
  }
  .index_footer_copyright {
    height: auto;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .index_footer_copyright p,
  .index_footer_copyright a {
    line-height: 1.5rem;
  }
  .index_footer_copyright p,
  .index_footer_copyright a.first {
    margin-right: 0;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
.index_footer_content {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .index_footer_content_list {
    flex-wrap: wrap;
    justify-content: space-between;
	display:none
  }
  .index_footer_content_list dl {
    width: auto;
    margin-bottom: 2rem;
  }
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 0;
  }
  .index_footer_content_weixin {
    flex-direction: column;
    width: auto;
    margin-left: 4rem;
    align-items: flex-start;
  }
  .index_footer_copyright {
    height: auto;
    flex-direction: row;
    padding: 0.5rem 0;
  }
  .index_footer_copyright p,
  .index_footer_copyright a {
    line-height: 2rem;
  }
  .index_footer_copyright p,
  .index_footer_copyright a.first {
    margin-right: 2rem;
  }
	
}	
	
	@media (min-width: 1001px) and (max-width: 1100px) {
  
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 8%;
  }
  .index_footer_content_contact {
    width: 42%;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 10%;
  }
  .index_footer_content_contact {
    width: 40%;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 12%;
  }
  .index_footer_content_contact {
    width: 40%;
  }
}
@media (min-width: 1351px) and (max-width: 1670px) {
  
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 13%;
  }
  .index_footer_content_contact {
    width: 38%;
  }
}
@media (min-width: 1580px) and (max-width: 1670px) {
 
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 15%;
  }
  .index_footer_content_contact {
    width: 36%;
  }
}
@media (min-width: 1671px) and (max-width: 2100px) {
  
  .index_footer_content_list dl:not(:last-child) {
    margin-right: 15%;
  }
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	