* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #000;
  background-color: #fff;
}
img {
  border: none;
}
input {
  padding: 1px;
  vertical-align: middle;
  line-height: normal;
}
ul {
  clear:both;
  overflow:hidden;
  width: 100%;
}
ul, li {
  list-style:none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,img {
  border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal
}
ol,ul {
  list-style: none
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.tl {
  text-align: left;
}
.clear {
  height:0px;
  clear:both;
  font-size:0px;
  line-height:0px;
  zoom: 1;
}
.head {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 83px;
  background-color: #fff;
}
.headshadow {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}
.head .inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
.head .logo {
  width: 20%;
  font-size: 20px;
  line-height: 83px;
  text-align: left;
}
.head .nav {
  width: 60%;
  text-align: right;
}
.head .nav a {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 83px;
  color: #000000;
  text-decoration: none;
}
.head .nav a:hover {
  color: #FC8A7B;
}
.head .nav a.active {
  color: #FC8A7B;
}
.head .ion {
  width: 10%;
  height: 22px;
  margin-top: 30px;
  text-align: right;
}
.head .ion a {
  display: inline-block;
  width: 30%;
  text-align: right;
}
.head .ion a img {
  height: 100%;
}
.p1-pos-img {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.p1-pos-img .inner {
  width: 90%;
  margin: 0 auto;
}
.p1-pos-img .inner img {
  width: 100%;
}
.p1 {
  position: relative;
  width: 90%;
  margin: 83px auto 0;
  height: auto;
  padding: 150px 0;
}
.p1-pencil {
  position: absolute;
  left: 20%;
  top: 10px;
  width: 10%;
  height: 86px;
}
.p1-pencil img {
  height: 100%;
}
.p1 .inner {
  width: 70%;
  height: auto;
  margin-left: 10%;
  overflow: hidden;
}
.p1 .inner .lt, .p1 .inner .rt {
  width: 50%;
}
.p1 .inner .lt {
  width: 30%;
  margin-top: 120px;
}
.p1 .inner .rt {
  width: 70%;
}
.p1 .inner .rt img {
  width: 100%;
}
.p1 .lt .f1 {
  font-size: 1.0569rem;
}
.p1 .lt .f2 {
  font-size: 0.58rem;
  color: #666;
}
.p2 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fcf6cc;
}
.p2 .inner {
  position: absolute;
  left: 5%;
  top: -100px;
  width: 90%;
  margin: 0 auto;
}
.p2-m1 {
  display: flex;
  justify-content: space-between;
}
.p2-m1 li {
  width: 23%;
  height: calc(40vh);  
  overflow: hidden;
  background-color: #fff4f3;
}
.p2-img-box {
  margin-top: 20%;
  width: 100%;
  height: 40%;
}
.p2-img-box img {
  height: 100%;
}
.p2-f1 {
  padding-top: 10%;
  font-size: 0.389521rem;
}
.p2-m2 {
  width: 50%;
  margin: 80px auto 0;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}
.p2-m2 p {
  height: auto;
  padding-bottom: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0.389521rem;
  line-height: 0.46rem;
}
.p3 {
  position: relative;
  width: 100%;
  height: calc(100vh + 50px);
  background: #fff url('../img/p3_bg.png') no-repeat;
  background-position: center;
  background-size: contain;
}
.p3 .inner {
  position: absolute;
  left: 5%;
  top: 0;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
.p3-title {
  font-size: 46px;
  padding: 50px 0;
}
.p3-content {
  width: 30%;
  margin: 0 auto;
}
.p3-content img {
  width: 100%;
  margin-bottom: 50px;
}
.p4 {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
}
.p4-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p4 .m-block {
  width: 48%;
  height: calc(70vh);
  background-color: #fff4f3;
}
.p4 .m-block .inner {
  width: 55%;
  padding: 30px 0;
  margin: 0 auto;
}
.p4-title {
  padding: 30px 0;
  font-size: 0.52rem;
  line-height: 120%;
}
.p4-ipt-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.p4-ipt-box_li {
  width: 48%;
}
.p4-ipt-box_li_ipt, .p4-subscribe_ipt {
  width: 100%;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box !important;
  color: #000000;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  padding: 3px;
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  font-size: 0.4rem;
}
.p4-ipt-box textarea {
  width: 100%;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  box-sizing: border-box !important;
  color: #000000;
  border-style: solid;
  border-color: rgba(0, 0, 0, 1);
  padding: 3px;
  margin: 0;
  max-width: 100%;
  font-size: 0.4rem;
  border-radius: 0;
    font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
    border-width: 1px;
    resize: none;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box !important;
    color: #000000;
    border-style: solid;
    border-color: rgba(0, 0, 0, 1);
    padding: 3px;
    margin: 0;
    padding-top: 0.75em;
    max-width: 100%;
    min-width: 100%;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.p4-submit {
  display: block;
  padding: 15px 0;
  background-color: rgba(252, 138, 123, 1);
  border: solid rgba(56, 56, 56, 1) 0px;
  cursor: pointer !important;
  font-size: 0.4rem;
  color: #fff;
  text-decoration: none;
}
.p4 .ions {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
}
.p4 .ions_a {
  display: flex;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}
.p4 .ions_fb {
  background: url(../img/ft_fb.png) no-repeat;
  background-size: 100%;
}
.p4 .ions_cam {
  background: url(../img/ft_cam.png) no-repeat;
  background-size: 100%;
}
.p4 .ions_video {
  background: url(../img/ft_video.png) no-repeat;
  background-size: 100%;
}
.p4-copy {
  padding-top: 50px;
  font-size: 0.4rem;
}
.p4-subscribe_ipt { 
  width: 100%;
}
.foot {
  display: flex;
  height: calc(15vh);
  background-color: #fcf6cc;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}