/* Write your styles */
iframe, body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, blockquote, th, td {
  list-style: none;
}
body {
  font-family: " Microsoft YaHei";
  font-size: 1.4rem;
  line-height: 2.4rem;
  background: #FFF;
  text-align: justify;
  margin: 0;
  padding: 0;
}
/*header style*/
.page-header {
  height: 55px;
  min-height: 55px;
  width: 100%;
}
#panw-logo {
  background: url(../images/logo-panw.png) no-repeat left;
  background-size: 270px;
  margin: 0;
  min-width: 270px;
  height: auto;
  min-height: 55px;
}
/*banner*/
.page-hero {
  min-height: 442px;
  background: url(../images/banner.jpg) no-repeat bottom right #fff;
  background-size: cover;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.mktoText {
  padding-right: 15px;
  padding-left: 15px;
}
h1.animated {
  color: #000;
  font-size: 62px;
  line-height: 78px;
  padding-top: 80px;
  margin-bottom: 20px;
  width:761px;
  font-family: " Microsoft YaHei";
}
p.teaser {
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
}
.block_title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #141414;
  margin: 50px 0;
  text-align: center;
  font-family: " Microsoft YaHei";
}
.case-info p {
  font-size: 17px;
  line-height: 28px;
  color: #5f5f5f;
  margin-bottom: 2rem;
  font-weight: 400;
}
sup {
  top: -.5em;
}
.case-info ul {
  font-size: 1rem;
  padding-left: 0;
}
.case-info ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 36px;
  color: #5f5f5f;
  margin-bottom: 1rem;
  font-weight: 400;
  margin-left: 16px;
}
/*右边*/
.form_title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.form_re {
  background-color: #fff;
  box-shadow: 0 9px 22px 0 rgb(0 0 0 / 10%);
  float: right;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  border: none;
}
.form_re .info_box {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size:14px;
  color: #6d6d66;
  font-weight: 500;
  transition: border-color .25s;
  border: 1px solid rgba(99, 99, 99, .3);
  cursor: pointer;
}
.form_re label {
  display: block;
  color: #6d6d66;
  font-weight: 500;
  padding-left: 25px;
}
.form_re input:focus {
  outline: 0;
  border-color: #00c0e8;
}
.form_re input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid rgba(99, 99, 99, .3);
  float: left;
  margin-right: 10px;
  appearance: none;
  position: absolute;
}
.form_re input[type=checkbox]:focus {
  outline: 0;
}
.form_re label {
  display: block;
  color: #6d6d66;
  font-weight: 500;
}
.form_re input[type=checkbox]:checked:before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #41b883;
  position: absolute;
  left: .3rem;
  top: 0;
}
.linkNew {
  font-size: 13px;
  line-height: 16px;
  padding-left: 25px;
  color: #6d6d66;
  margin: 20px 0;
}
.linkNew a {
  color: #6d6d66;
  text-decoration: underline;
}
.linkNew a:hover {
  color: #fa582d;
  text-decoration: underline;
}
.mktoButton {
  background-color: #0c6 !important;
  color: #000 !important;
  border-radius: 50px;
  border: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}
.mktoButton:focus{ outline:0;}
body.marketo-lp .footerSec h5 {
  color: #999;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.footerSec {
  margin: 20px auto;
}
.footerSec h5 a {
  color: #999;
}
.footerSec h5 a:hover {
  color: #999;
  text-decoration: underline;
}

@media (max-width:768px){
.page-hero {
    background: url(../images/banner_m.jpeg) no-repeat center;
    background-size: cover!important;
}
    .mktoText{ margin: 20px 26px; font-size: 20px;}
h1.animated { width:81%;
    color: #000;
    font-size: 38px;
    line-height: 50px;
    padding-top: 40px;
}
    p.teaser {
    font-size: 16px;
}.case-info p {
    font-size: 15px;
    line-height: 25px;
    color: #5f5f5f;
    margin-bottom: 1rem;
}.case-info ul li {
    font-size: 15px;
    line-height: 25px;}
    .block_title{ 
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 25px 40px;
   }
    .am_container{ padding: 0 15px;}
    .form_re{ padding: 20px;}

}
@media (max-width:320px){
h1.animated {width: 100%;}
}
