* {
  margin: 0;
  padding: 0;
}

html,
body {
  background: #ffffff !important;
}

/* 自定义整个滚动条 */
::-webkit-scrollbar {
  width: 2px;
  /* 设置滚动条的宽度 */
  background-color: #f9f9f9;
  /* 滚动条的背景色 */
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f9f9f9;
  /* 轨道的背景色 */
  /* 轨道的圆角 */
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  /* 滑块的背景色 */

}

.index_banner {
  width: 100%;
  height: calc(196px + 40rem);
  background: url(../images/banner.png) no-repeat;
  background-size: cover;
}

.index_banner_text {
  max-width: 1500px;
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.index_banner_text .p1 {
  width: 54.4%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  font-size: calc(16px + 4rem);
  color: #FFFFFF;
  line-height: calc(39px + 5rem);
}

.index_banner_text .p2 {
  width: 54.4%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  font-size: calc(16px + 4rem);
  color: #DFB758;
  line-height: calc(39px + 5rem);

}

.index_banner_text .p3 {
  width: 54.4%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: calc(4px + 1rem);
  color: #FFFFFF;
  line-height: calc(5px + 1.5rem);
  margin-top: calc(2px + 2rem);
}

.index_banner_text .tel_box {
  width: 54.4%;
  margin-top: calc(5px + 3rem);
}

.index_banner_text .tel {
  width: calc(40px + 10rem);
  height: calc(4px + 3rem);
  background: #DFB758;
  border-radius: calc(71px + 5rem);

}

.index_banner_text .tel a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(6px + 0.5rem);
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: calc(10px + 0.5rem);
  color: #FFFFFF;
  line-height: calc(9px + 1rem);
}

.tel img {
  width: calc(2px + 1rem);
}

.about_box {
  width: 100%;
  padding-top: calc(6px + 2rem);
}

.about {
  max-width: 1390px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(14px + 3rem);
}

.about_pic {
  width: 33.9568%;
  height: calc(178px + 20rem);
}

.about_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_right {
  flex: 1;
}

.about_right .p2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: calc(2px + 1rem);
  color: #666666;
  line-height: calc(6px + 2rem);
  margin-top: calc(4px + 1.5rem);
}

.field_box {
  width: 100%;
  background: #F5F7FA;
  padding: calc(15px + 3rem) 0;
}

.field {
  max-width: 1500px;
  width: 90%;
  margin: auto;

}

.field .p2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: calc(2px + 1rem);
  color: #666666;
  line-height: calc(6px + 2rem);
  margin-top: calc(5px + 1rem);
  text-align: center;
}

.result_box {
  width: 100%;
  padding: calc(15px + 4rem) 0;
  background-color: #2F4763;
}

.result {
  max-width: 1500px;
  width: 90%;
  margin: auto;
}

.result_list {
  display: flex;
  justify-content: center;
  gap: calc(17px + 2rem);
  margin-top: calc(18px + 1rem);
}

.result_item {
  width: 20.0667%;
  height: calc(20px + 10rem);
  background: #395375;
  border-radius: calc(10px + 0.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: calc(6px + 0.5rem);
  padding-left: calc(10px + 1.5rem);
}

.result_item p {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: calc(8px + 1rem);
  color: #FFFFFF;
  line-height: calc(10px + 1.5rem);
}

.result_item img {
  width: calc(18px + 2rem);
}

.result_num {
  display: flex;
  justify-content: center;
  gap: calc(87px + 15rem);
  margin-top: calc(15px + 1.5rem);
}

.result_num_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.result_num_item .p1 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 900;
  font-size: calc(4px + 3rem);
  color: #DFB758;
  line-height: calc(13px + 4rem);
}

.result_num_item .p2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: calc(8px + 1rem);
  color: #FFFFFF;
  line-height: calc(1px + 2rem);
}

.contact_box {
  width: 100%;
  padding: calc(10px + 3rem) 0;
  background-color: #F5F7FA;
}

.contact {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}

.contact_main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20px + 3rem);
  margin-top: calc(10px + 0.5rem);
}

.contact_main_left {
  width: calc(108px + 20rem);
  height: calc(25px + 15rem);
  background: #FFFFFF;
  border-radius: calc(10px + 0.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(10px + 2rem);
  padding-left: calc(3px + 2rem);
  padding-right: calc(1px + 3rem);
}

.contact_main_left_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(9px + 0.5rem);
 
}
.contact_main_left_item img{
  width: calc(4px + 2rem);
}
.contact_main_left_text{
  flex: 1;
}
.contact_main_left_text .p1 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: calc(4px + 1rem);
  color: #2F4763;
  line-height: calc(5px + 1.5rem);
  margin-top: calc(2px + 0.25rem);
}

.contact_main_left_text .p2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: calc(8px + 0.5rem);
  color: #3D3D3D;
  line-height: calc(2px + 1.5rem);
  margin-top: calc(1px + 0.25rem);
}

.contact_main_right{
  width: calc(56px + 30rem);

background: #FFFFFF;
box-shadow: 0px calc(2px + 0.1rem) calc(5px + 0.25rem) 0px rgba(0,0,0,0.1);
border-radius: calc(10px + 1.5rem) 0px calc(10px + 1.5rem) 0px;
display: flex;
flex-direction: column;
justify-content: center;
padding: calc(15px + 2rem) calc(18px + 2rem);
padding-top: calc(5px + 2rem);
}

.contact_main_right .p1{
font-family: Source Han Sans, Source Han Sans;
font-weight: 700;
font-size: calc(8px + 2rem);
color: #2F4763;
line-height: calc(7px + 4rem);
margin-bottom: calc(2px + 1rem);
}

.contact_message label{
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
font-size: calc(10px + 0.5rem);
color: #666666;
line-height: calc(3px + 1rem);
padding-left: calc(6px + 0.5rem);
}

.contact_message .col-md-10{
  margin-top:  calc(2px + 0.5rem);
}

.contact_message .form-control {
  width: 100% !important;
  height: calc(1px + 3rem) !important;
background: rgba(255,255,255,0.6);
border-radius: calc(25px + 10rem);
border: 1px solid #DDDDDD;
outline: medium;
}

.contact_message .fc-form-body{
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: calc(3px + 1.5rem);
}

.contact_message .more{
  width: 100%;
height: calc(4px + 3rem);
background: #2F4763;
border-radius: calc(47px + 5rem);
}
.contact_message .more a{
  width: 100%;
  height: 100%;
font-family: Source Han Sans, Source Han Sans;
font-weight: 500;
font-size: calc(10px + 0.5rem);
color: #FFFFFF;
line-height: 1;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

.footer{
  width: 100%;
height: calc(20px + 3rem);
background: #2F4763;
display: flex;
justify-content: center;
align-items: center;
}
.footer p{
font-family: Source Han Sans, Source Han Sans;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #FFFFFF;
line-height: calc(6px + 1rem);
}
@media screen and (max-width: 1100px){
  .index_banner {
    height: calc(196px + 15rem);
}
.index_banner_text .p1{
  width: 75%;
  font-size: calc(16px + 1rem);
  line-height: 1.5;
}
.index_banner_text .p2{
  width: 75%;
  font-size: calc(16px + 1rem);
  line-height: 1.5;
}
.index_banner_text .p3{
  width: 75%;
  font-size: calc(10px + 1rem);
  line-height: 1.5;
}
.index_banner_text .tel a{
  font-size: calc(10px + 1rem);
}
.index_banner_text .tel {
  width: calc(50px + 21rem);
  height: calc(4px + 6rem);
}
.tel img {
  width: calc(10px + 1rem);
}
.index_banner_text .tel_box{
  width: 75%;
}
.about{
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(10px + 1rem);
}
.about_pic{
  width: 100%;
  height: auto;
}
.about_right .p2{
  font-size: calc(10px + 1rem);
  line-height: 1.5;
}
.field .p2{
  font-size: calc(10px + 1rem);
  line-height: 1.5;
}
.result_list{
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  row-gap: calc(10px + 2rem);
}
.result_item{
  width: 48.5%;
  height: calc(20px + 23rem);
}
.result_item img {
  width: calc(25px + 2rem);
}
.result_item p{
  font-size: calc(10px + 1rem);
  line-height: 1.5;
}
.result_num_item .p1{
  font-size: calc(20px + 1rem);
   line-height: 1.5;
}
.result_num_item .p2{
  font-size: calc(10px + 1rem);
  line-height: 1.5;
}
.contact_main{
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(10px + 2rem);
}
.contact_main_left{
  width: 90%;
  height: calc(25px + 38rem);
}
.contact_main_left_item img {
  width: calc(20px + 2rem);
}
.contact_main_left_text .p1{
  font-size: calc(12px + 1rem);
  line-height: 1.5;
}
.contact_main_left_text .p2{
  font-size: calc(10px + 1rem);
  line-height: 1.5;
}
.contact_main_right{
  width: 90%;
}
.contact_main_right .p1{
  font-size: calc(16px + 1rem);
  line-height: 1.5;
}
.contact_message label{
  font-size: calc(10px + 1rem);
  line-height: 1.5;
}
.contact_message .form-control {

  height: calc(22px + 3rem) !important;
 
}
.contact_message .more {
  height: calc(22px + 3rem);
}
.contact_message .more  a{
  font-size: calc(10px + 1rem);
}
.footer p{
  font-size: calc(10px + 1rem);
}
.footer {
  height: calc(25px + 3rem);
}
.about_box{
    padding-bottom:calc(10px + 3rem);
}
}