﻿.w1440{
  max-width: 1440px;
  margin: 0 auto;
}


.content .title{
  font-family: Arial-BoldMT;
font-size: 26px;
font-weight: bold;
color: #333333;
  text-align: center;
  margin: 70px 0 40px;
}

.content .imgPro img{
  width: 100%;
}

.content .info p{
  font-family: ArialMT;
font-size: 16px;
line-height: 26px;
color: #666666;
  margin-top: 35px;
}

.content .share{
  margin-top: 60px;
  font-family: Arial-BoldMT;
font-size: 14px;
  font-weight: bold;
color: #333333;
  display: flex;
  align-items: center;
}

.content .share span{
  margin-right: 10px;
}

.content .share ul{
  display: flex;
}

.content .share ul li{
  margin-right: 3px;
}

.content .btnBox{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 80px;;
}

.content .btnBox .btn{
  width: 48%;
  background-color: #f0f0f0;
border-radius: 6px;
  padding: 15px 30px;
  cursor: pointer;
}


.content .btnBox .btn p{
  font-family: Arial-BoldMT;
font-size: 18px;
font-weight: bold;
color: #333333;
}

.content .btnBox .btn p span{
  font-family: ArialMT;
font-size: 16px;
color: #666666;
  font-weight: 400;
}

.content .btnBox .btn:hover{
  background-color: #f39c36;
}

.content .btnBox .btn:hover p{
  color: #ffffff;
}

.content .btnBox .btn:hover p span{
  color: #ffffff;
}

.form{
  background-color: #f6f6f6;
  padding: 75px 0;
}

.form .title{
  font-family: Arial-BoldMT;
font-size: 40px;
font-weight: bold;
color: #333333;
  text-align: center;
}

.form .inputPro{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.form .inputPro input{
  width: 30%;
  height: 65px;
background-color: #ffffff;
border-radius: 6px;
  padding: 25px;
}

.form textarea{
  width: 100%;
  background-color: #ffffff;
border-radius: 6px;
  padding: 25px;
  margin-top: 25px;
}

.form .send{
  width: 400px;
height: 65px;
background-color: #f39c36;
border-radius: 6px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 30px auto;
  cursor: pointer;
}



@media only screen and (max-width: 1440px) {
  .w1440{
      padding: 0 10px;
  }
}

@media only screen and (max-width: 1040px) {

  .form .inputPro input:focus{
      border: solid 2px #f39c36;
      box-sizing: border-box;
    }
  .content .btnBox .btn p span{
      display: none;
  }
  .form .send{
      width: 100%;
  }

  .form .inputPro{
      flex-wrap: wrap;
  }

  .form .inputPro input{
      width: 100%;
      margin-bottom: 20px;
      border: solid 2px #f6f6f6;
  }

  .form textarea{
      margin-top: 0;
      border: solid 2px #f6f6f6;
  }

  .form .send{
      font-size: 30px;
  }

  .sidebar .btn img{
      transform:rotate(180deg);
  }

  .sidebar ul{
      display: none;
  }
}

@media only screen and (max-width: 768px) {
  .form .inputPro input:focus{
      border: solid 1px #f39c36;
    }
  .form .inputPro input{
      border: solid 1px #f6f6f6;
  }

  .form textarea{
      border: solid 1px #f6f6f6;
  }

  .content .title{
      font-size: 16px;
      line-height: 1.3;
      margin: 35px 0 20px;
  }

  .content .info p{
      font-size: 14px;
      margin-top: 15px;
      line-height: 1.5;
  }
  .content .share{
      margin-top: 20px;
  }

  .content .btnBox{
      margin-top: 15px;
      margin-bottom: 40px;
  }

  .content .btnBox .btn{
      padding: 10px 20px;
  }

  .content .btnBox .btn p{
      font-size: 14px;
  }

  .form .title{
      font-size: 18px;
  }

  .form{
      padding: 30px 0;
  }

  .form .inputPro{
      margin-top: 25px;
  }

  .form .inputPro input{
      height: 35px;        
      padding: 20px;
      margin-bottom: 10px;
  }

  .form textarea{
      padding: 20px;
  }

  .form .send{
      height: 35px;
      font-size: 16px;
  }

  .form .inputPro input::-webkit-input-placeholder{
      font-size: 12px;
  }

  textarea::-webkit-input-placeholder{
      font-size: 12px;
  }
}


.content .imgpro img{
  width: auto;
  height: auto;
  max-width: 100%;
}
.content .info{
  line-height: 1.5;
}

.content .imgpro{
  text-align: center;
}