* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}

@font-face {
  font-family: Microsoft Yahei2;
  src: url(../fonts/msyhbd.ttf);
  font-weight: bold;
}

i,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}


td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family:  'Microsoft Yahei', 'Poppins';
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #343434;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
  font-family:  'Microsoft Yahei', 'Poppins';
    color: #343434;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

img {
    /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
    border: 0;
    /* 取消图片底侧有空白缝隙的问题 */
    vertical-align: middle
}

button {
    /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
    cursor: pointer
}

button,
input {
    /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
    font-family:  'Microsoft Yahei', 'Poppins';
    /* 默认有灰色边框我们需要手动去掉 */
    border: 0;
    outline: none;
}

body {
    /* CSS3 抗锯齿形 让文字显示的更加清晰 */
    -webkit-font-smoothing: antialiased;
    font: 12px/1.5;
    background-color: #ffffff;
    color: #343434;
    font-size: 14px;
    font-family:  'Microsoft Yahei', 'Poppins';
}

.hide,
.none {
    display: none
}


.w {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.c {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1440px) {

  .c {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
  }
}

@media (max-width: 767px) {

    .w {
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {

    .w {
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
    }
}

.v {
    width: 95%;
    max-width: 1700px;
    margin: 0 auto;
}

@font-face {
    font-family: Thesignature;
    src: url(../font/Thesignature.ttf);
}

/* header */

.hdsection .navbar {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 28px 0px;
  z-index: 999;
  width: 100%;
}

.hdsection .navbar h1 img {
  max-width: 200px;
}

.hdsection .navbar ul {
  display: flex;
}

.hdsection .navbar ul li a {
  font-size: 16px;
  padding: 0px 30px;
  color: #777777;
  font-weight: 400;
}

.dropdown img {
  width: 30px;
}


.hdsection .navbar ul li a:hover {
  color: #04a6e1;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.dropdown-content a:hover {
  background-color: #04a6e1;
  color: white;
  transition: background-color 0.5s ease-in-out;
}

.topbtn {
  height: 34px;
  padding: 0px 15px;
  border-radius: 5px;
  font-size: 15px;
  font-family:  'Microsoft Yahei', 'Poppins';
  font-weight: 600;
  background: linear-gradient(135deg, #d90a2c 0, #ed0d50 50%, #d9230a 100%);
  color: white;
}

.dropbtn {
  padding: 0px 10px;
  font-size: 20px;
  background: none;
  color: #777777;
  font-family:  'Microsoft Yahei', 'Poppins';
}

header .fa-solid  {
  font-size: 12px;
  padding: 0px 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a{
  color: #000;
}

.dropdown .dropdown-content .nav_item {
  float: none;
  color: black;
  padding: 8px 12px;
  font-size: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown .dropdown-content .nav_item:hover {
  background-color: #04a6e1;
  color: white;
  transition: background-color 0.5s ease-in-out;
}

#myDropdown a {
  font-size: 14px;
  padding: 15px 10px;
}

#myDropdown2 a {
  font-size: 14px;
  padding: 15px 10px;
}

.show {
  display: block;
}

@media (max-width: 991px) {
  .hdsection .navbar ul li a {
      font-size: 14px;
      padding: 10px;
      color: #ffffff;
  }

  .hdsection .navbar .topbtn {
      height: 34px;
      padding: 0px 5px;
      border-radius: 5px;
      font-size: 12px;
      font-family:  'Microsoft Yahei', 'Poppins';
      font-weight: 600;
      background: linear-gradient(135deg, #d90a2c 0, #ed0d50 50%, #d9230a 100%);
      ;
      color: white;
  }
}

@media (max-width: 1280px) {
.side_nav span {
font-size: 22px;
}

.hdsection .navbar {
display: none;
}

@media screen and (max-height: 450px) {
.side_nav {
  padding-top: 15px;
}

.side_nav a {
  font-size: 18px;
}
}

}

  /* Nav_side */

  .side_nav {
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    white-space: nowrap;
    align-items: center;
    background-color: #fff;
}

.side_nav_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.side_nav h1 {
  text-align: center;
}

.side_nav h1 a img {
  max-width: 120px;
}

.topbtn a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #04a6e1;
  padding: 15px 35px;
  border-radius: 5px;
  margin-right: 25px;
  display: block;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #04a6e1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sdie_nav_bd {
  padding: 0px 30px 0px 30px;
}

.side_nav_item {
  padding: 90px 0px 0px 0px;
  text-align: center;
}


.side_nav_right {
  display: flex;
  justify-content: center;
  align-content: center;
}

.side_nav .fa-chevron-down {
  font-size: 15px;
  padding: 5px;
}

.sidenav a {
    padding: 8px 8px 30px 30px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.side_nav_right span i{
  font-size: 28px;
  color: #fff;
  padding: 0px 18px;
  border-radius: 100px;
  line-height: 60px;
}

.sidenav .closebtn {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 26px;
    margin-left: 0px;
    border-radius: 100px;
    padding: 5px 15px;
    color: #fff;
}


.info_bd_content {
  max-width: 600px;
  border-bottom: 2px solid #2e3033;
  padding: 30px 0px;
}

.info_bd_content p {
  color: #878e99;
  font-size: 16px;
  width: 100%;
  display: inline-block;
  word-wrap: break-word;
  line-height: 30px;
}

.side_nav_icon_p {
  font-size:  14px;
  color: #c4cfde;
  font-weight: 500;
  margin: 30px 0px;
  letter-spacing: 1px;
}

.side_nav_icon_p p {
  letter-spacing: 2px;
  padding: 0px 30px ;
}

.side_nav_icon_btn {
  display: flex;
  column-gap: 24px;
}

.side_nav_icon_btn_a a {
 background-color: #212428; 
 padding: 12px 18px;
 border-radius: 5px;
}

.side_nav_icon_btn_a a i {
  font-size: 20px;
}

.side_nav .dropdown p {
  color: #777777;
}




#main {
    transition: margin-left .5s;
    padding: 16px;
}

.sidenav .iconmoon {
    font-family: 'icomoon';
    font-size: 20px;
}

.info_bd_img img {
  width: 100px;
  border-radius: 100px;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@media (min-width:1280px) {
    .side_nav {
        display: none;
    }
}

@media (max-width: 991px) {
    .side_nav span {
        font-size: px;
    }
  }

  @media (max-width: 767px) {


  }

@media (max-width: 576px) {

  .side_nav {
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    white-space: nowrap;
    align-items: center;
    background-color: #fff;
}

  .dropdown img {
    width: 20px;
  }

  
.side_nav h1 a img {
  max-width: 90px;
}

  .topbtn a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #04a6e1;
    padding: 15px 35px;
    border-radius: 5px;
    margin-right: 25px;
    display: none;
  }
  
}


/* FOOTER */
footer {
  padding: 50px 0px;
  background-color: #fff;
}

.footer_logo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.footer_tittle p{
text-align: center;
color: #4d4d4d;
font-size: 16px;
margin-bottom: 30px;
font-weight: 400;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 30px;
}

footer ul li a {
  font-weight: 500;
}

footer ul li a:hover {
  color: #04a6e1;
}

.footer_icon {
  color: #4d4d4d;
  display: flex;
  justify-content:center;
  margin-bottom: 30px;
}

.footer_icon i {
  color: #4d4d4d;
  font-size: 30px;
  padding: 0px 60px;
  transition: all 0.3s;
}

.footer_icon i:hover {
  color: #04a6e1;
  font-size: 31px;
 
}

.footer_copyright p {
  color: #666666;
  text-align: center;
}

@media (max-width: 576px) {

  .footer_content {
    display: block;
    justify-content: space-between;
    color: #4d4d4d;
    font-size: 16px;
    margin-bottom: 35px;
  }

  footer ul li {
    margin-bottom: 30px;
    text-align: center;
  }

  .footer_copyright p {
    color: #666666;
    text-align: center;
    font-size: 12px;
  }

  .footer_icon i {
    color: #4d4d4d;
    font-size: 30px;
    padding: 0px 30px;
    transition: all 0.3s;
  }
}

  /* whatsapp */
  #fixed-image {
    position: fixed;
    bottom: 20px;
    right: 20px;
    object-fit: cover;
    z-index: 999999999999999;
    width: 70px;
    height: 70px;
}

#fixed-image2 {
  position: fixed;
  bottom: 35px;
  right: 100px;
  object-fit: cover;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  z-index: 1;
  -webkit-box-shadow: 10px 20px 25px -8px rgba(0,0,0,0.42);
  -moz-box-shadow: 10px 20px 25px -8px rgba(0,0,0,0.42);
  box-shadow: 10px 20px 25px -8px rgba(0,0,0,0.42);
}

@media (max-width: 992px) {
  #fixed-image {
      width: 70px;
      height: 70px;
  }

}

@media (max-width: 768px) {
    #fixed-image {
        width: 50px;
        height: 50px;
    }

    #fixed-image2 {
      position: fixed;
      bottom: 28px;
      right: 80px;
    }
}

@media (max-width: 575px) {

  #fixed-image {
      position: fixed;
      bottom: 30px;
      right: 10px;
      width: 40px;
      height: 40px;
  }

  #fixed-image2 {
    position: fixed;
    bottom: 30px;
    right: 60px;
    font-size: 16px;
  }

}

.animate__delay-1s {
    --animate-delay: 0.5s;
}

.animate__animated.animate__fadeInUp {
    --animate-duration: 1s;
}

.animate__animated.animate__zoomInDown {
    --animate-delay: 0.5s;
}

/* form */
.form {
  background-color: #ecf7fd;
  font-family:  'Microsoft Yahei', 'Poppins';
  padding: 100px 0px;
}

.form_bd_content_1 {
  padding: 0px 25px;
}

.form_bd_content_1_img{
  border-radius: 50px 0px 50px 0px;
  height: 100%;
  width: 100%;
  background: url(../images/5124556.jpg) ;
  background-size : cover;
  background-repeat: no-repeat;
  background-position: center;
}


.form_bd_content_2 {
  padding: 100px 25px;
}

.form_bd_content_title p:nth-child(1){
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #777;
}

.form_bd_content_title p:nth-child(2){
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  color:#04a6e1 ;
}

.form_bd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #000;
}

.input_box {
margin-bottom: 20px;
}

input {
background-color: #fcfcfc;
font-size: 16px;
width: 100%;
padding: 0px 15px;
height: 50px;
border-radius: 5px;
}


#comments {
  width: 100%;
  font-size: 16px;
  border:1px solid #c4c4be;
  padding: 0px 15px;
  height: 120px;
}

select {
  font-size: 14px;
  width: 100%;
  padding: 0px 5px;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #c4c4be;
}

.input_btn {
  width: 100%;
  background-color: #04a6e1;
  color: #fff;
  font-size: 18px;
  padding: 10px 0px;
  border-radius: 5px;   
  transition: all 0.3s;
  font-weight: 600;
}

.input_btn:hover {
  scale: 1.02;
}

@media (max-width: 991px) {

  .form_bd {
      display: block;
      grid-template-columns: 1fr ;
      color: #000;
  }

  .form_bd_content_1_img{
      border-radius: 50px 0px 50px 0px;
      height: 500px;
      width: 100%;
      background-size : cover;
      background-repeat: no-repeat;
      background-position: center;
  }

  .form_bd_content_2 {
      padding: 100px 25px 0px 25px;
  }
}

@media (max-width: 768px) {

  .form_bd_content_title p:nth-child(1){
      font-size: 22px;
      text-align: center;
      margin-bottom: 20px;
      color: #777;
  }
  
  .form_bd_content_title p:nth-child(2){
      font-size: 28px;
      text-align: center;
      font-weight: 600;
      margin-bottom: 30px;
      color:#04a6e1 ;
  }
}

@media (max-width: 576px) {

  .form_bd_content_2 {
      padding: 50px 25px 0px 25px;
  }  

  
.form_bd_content_title p:nth-child(1){
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  color: #777;
}

.form_bd_content_title p:nth-child(2){
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  color:#04a6e1 ;
}

  .form {
      background-color: #ecf7fd;
      font-family: 'Microsoft Yahei', 'Poppins';
      padding: 100px 0px;
  }
}

