body{margin: unset;}
p{margin:unset ;}
a{ text-decoration:none;}
img{max-width: 100%;}
.index_box{background: url(./images/bg.png) no-repeat center center / cover;min-height: 100vh;width: 100%;position: relative;display: flex;justify-content: center;}
.logo{position: absolute;border-radius: 50%;background-color: #265796;width: 248px;height: 248px;margin:auto;top: 0;bottom: 0;max-width: 100%;}
.index_item1,.index_item2{display: flex;width: 50%;text-align: center;flex-direction: column;justify-content: center;align-items: center;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
.index_item1{padding-right: 100px;}
.index_item2{padding-left: 100px;}
.index_text1{font-size: 36px;font-family: "Source Han Sans CN";color: #fff;line-height: 1;margin-top: 20px;}
.index_text2{font-size: 18px;font-family: "087";color: #fff;line-height: 1;margin-top: 6px;margin-bottom: 24px;}
.index_text3{font-size: 24px;font-family: "Source Han Sans CN";color: #265796;width: 162px;line-height: 48px;border-radius: 23px;background-color: #ffffff;}
.index_box a:hover img{transform:scale(0.8);-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;}
  
@media all and (min-width: 768px) {
  .no_dis1{display: none;}
}
@media (min-width: 768px) and (max-width: 991px){
	.index_box{flex-direction: column;background:unset ;}
  .logo{display: none;}
  .index_item1, .index_item2{width: 100%;height: 50vh;}
  .index_item1{padding-right:unset ;background-color: #265796;} 
  .index_item2{padding-left:unset ;background-color: #77b123;}
  .index_item1 img,
  .index_item2 img{width: 30%;}
  .index_text1{font-size: 24px;}
  .index_text2{font-size: 16px;}
}
@media all and (max-width: 767px) {
  .index_box{flex-direction: column;background:unset ;}
  .logo{display: none;}
  .index_item1, .index_item2{width: 100%;height: 50vh;}
  .index_item1{padding-right:unset ;background-color: #265796;} 
  .index_item2{padding-left:unset ;background-color: #77b123;}
  .index_item1 img,
  .index_item2 img{width: 30%;}
  .index_text1{font-size: 24px;}
  .index_text2{font-size: 16px;}
}