
@font-face {
  font-family: "PingFangRegular";
  src: url("../css/fonts/PingFang\ Regular.ttf");
}
@font-face {
  font-family: "PingFangMedium";
  src: url("../css/fonts/PingFang\ Medium.ttf");
}
@font-face {
  font-family: "PingFangBold";
  src: url("../css/fonts/PingFang\ Bold.ttf");
}

* {
  font-family: "PingFangRegular";
  box-sizing: border-box;
}




.head_pc .nav .ul2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  display: none;
  background-color: white;
  text-align: center;
  transition: .1s
}

.head_pc .nav .ul2:hover,
.head_pc .nav .ul2.hover {
  background-color: white;
}

.head_pc .nav .ul2 a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #000;
  padding: 0 20px;
}

.head_pc .nav .ul2 a:hover,
.head_pc .nav .ul2 a.hover {
  /* font-weight: bold !important; */
  color: #ffffff !important;
  background-color: #cda274;

}



/* 沉香 */
.index_about{
  margin: 130px 0;
}
.title_p{
  text-align: center;
}
.title_1{
  font-size: 46px;
  line-height:45px;
  margin-bottom: calc(30px + 2.5vw);
  /* word-spacing:45px */
}
.title_im{
  margin: 20px 0 45px 0;
}
.content_p p{
   font-size: 18px;
   line-height: calc(20px + 0.5vw) ;
   color: #333;
}
.about_bottom_img{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.about_bottom_img .im1 {
  width: 30%;
}
.about_bottom_img .im1 img {
  width: 100%;
}


.index_pro{
  margin: 130px 0;
}



.pro_ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro_li{
  width: 30%;
  margin-bottom:70px;
}
.pro_a{
  padding: 15px 33px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #494949;
}
.inpro_d img {
  width: 100%;
  margin-bottom: calc(10px + 1vw);
}
.bntOnce {
  display: flex;
  width: calc(60px + 4vw);
  height: calc(20px + 1.5vw);
  background-color: #0093DD;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: calc(8px + 0.4vw);
  font-weight: 400;
  cursor: pointer;
}
.title_p1{
  text-align: center;
}
.cont_left .p1{
   font-size: 18px;
   line-height: 23px;
   color: #333;
}
.cont_left .p2{
  font-size: 18px;
  line-height: 23px;
  color: #777;
  margin-left: 10px;
}
.cont_left .p2 span { 
  display: block;
}
.lian{
  display: flex;
  margin-bottom: 30px;
}
.cont_left{
  width: 36%;
}
.cont_right{
  width: 57%;
  padding: 25px;
  padding: 13px calc(22px + 3vw) calc(10px + 1vw) ;
  background-color: #fff;
  box-shadow: 0px 0px 8px 6px #F7FBFF;
  border-radius: 10px;

}

.input_in1{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}



.cont_bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pp{
  margin-bottom: 30px;
}
.index_contact{
  margin-bottom: 190px;
}





.flex_lian{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}

.privacy p{
  font-size: 16px;
  line-height: 20px;
}
.x{
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  font-family:Arial, Helvetica, sans-serif;
  cursor: pointer;
}







.emailBox {
  height: calc(130px + 5vw);
  background: linear-gradient(315deg, #00C4F0 0%, #0092DC 100%);
 
}
.emailBox .emailCont {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
      
}
.emailBox .emailTitle  {
  width: calc(100px + 36.5%) ;
}
.emailBox .emailTitle h3 {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
  margin-bottom: 0.9vw;
}
.emailBox .emailTitle p {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
}

.emailBox .emailBut {
  width: calc(60px + 15.969%) ;
  display: flex;
  height: calc(25px + 2.7vw);
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  align-items: center;
  justify-content: center;
}
.emailBox .emailBut span {
  font-size: calc(8px + 1vw);
  margin-right: 10px;
}





.inpItem .typeName ,.inpItem .typeName2 {
  display: inline-block;
  font-size: calc(10px + 0.3vw);
  font-weight: 400;
  color: #333333;
  line-height: calc(14px + 0.5vw);
  position: relative;
  margin-bottom: calc(4px + 0.3vw);
  
}
.inpItem .typeName::after {
  content: "*";
  position: absolute;
  top: -50%;
  right: calc(-3px - 0.1rem);
  transform: translateY(50%);
  color: #E71C1C;
}


.input_in1 input{
  margin-bottom: 0.7vw;
  height: 34px;
  padding-left: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #ECF1F4;
}


.form_btn{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.flex_lian_d1{
  width: 100%;
  padding: 40px;
  box-shadow: 0px 0px 15px -4px #c7c7c7;
  background-color: #ffffff;
  border-radius: 10px;
}

.input_in1 input::placeholder{
  font-size: 14px;
  color: #000000d1
}
.xuqiu{
  padding-left: 10px;
  padding-top: 5px;
  min-height: 100px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #ECF1F4;
}
.form_btn .submit_ti{
  padding: 10px 30px;
  width: calc(100px + 2.9rem);
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  border: 0;
  border-radius: 50px;

  background: linear-gradient(180deg, #00C5F0 0%, #0093DD 100%);
  box-shadow: 0px 8px 30px 4px rgba(0,153,223,0.35);
}


@media screen and (max-width: 1150px) {
  .emailBox {
    padding: 0 15px;
  }
  .emailBox .emailTitle h3 {
    display: flex;
    font-size: calc(12px + 1.5vw);
    font-weight: 500;
    color: #FFFFFF;
    line-height: 45px;
    align-items: center;
  }
  .emailBox .emailTitle p {
    font-size: calc(8px + 1vw);
  }
    

}
@media screen and (max-width: 750px) {
    .flex_lian {
        width: 100%;
    }
}

/*  */
@media screen and (min-width: 1150px) and (max-width: 1400px) {

}



