@charset "utf-8";
img{
  width:100%
}
@media screen and (min-width: 769px) {
  .picMain .pic {
    width: 1400px;
    margin: 0 auto;
  }
  .pic_header {
    width: 100%;
    left: 20%;
    position: absolute;
  }
  .pic_header h1 {
    font-size: 48px;
    color: #FFF;
    padding-top: 110px;
    margin-bottom: 25px;
    font-weight: normal;
  }
  .pic_header p {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }
  .pic_header a {
    width: 130px;
    height: 36px;
    line-height: 36px;
    display: block;
    border-radius: 3px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    color: #2e69c6;
    background-color: #fff;
  }
  .main_content {
    width: 1400px;
    margin: 0 auto;
  }
  .content {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
  }
  .content .configuration_right {
    float: right;
    width: 25%;
  }
  .content .configuration {
    width: 1000px;
    margin: 0 auto;
  }
  .configuration:after {
    content: "";
    display: block;
    clear: both;
  }
  .configuration_left {
    float: left;
    width: 50%;
    text-align: left;
    padding-top: 150px;
  }
  .configuration_left a {
    width: 130px;
    height: 36px;
    color: #0463c9;
    background-color: #FFF;
    display: block;
    border-radius: 3px;
    text-align: center;
    border: #0463c9 solid 1px;
    margin-top: 20px;
    line-height: 36px;
  }
  .configuration_left h1 {
    font-size: 48px;
    font-weight: 200;
    line-height: 80px;
  }
  .configuration_left_ul {
    font-size: 18px;
    color: #4c4c4c;
  }
  .configuration_left_ul li {
    line-height: 36px;
  }
  .configuration_left_ul span {
    color: #0463c9;
  }
  .varietyPayment {
    width: 100%;
	height: 550px;
    overflow: hidden;
    background-color: #fafafa;
  }
  .varietyPayment:after {
    content: "";
    display: block;
    clear: both;
  }
  .swiper-container {
    float: left;
    width: 55%;
  }
  .swiper-container img {
    width: 60%;
  }
  .varietyPayment_title {
    float: right;
    width: 45%;
    text-align: left;
    padding-top: 200px;
  }
  .varietyPayment_title h1 {
    font-size: 48px;
    line-height: 80px;
    font-weight: 200;
  }
  .varietyPayment_title p {
    color: #0463c9;
    font-size: 18px;
    line-height: 36px;
  }
  .varietyPayment_title a {
    width: 130px;
    height: 36px;
    color: #0463c9;
    background: #fff;
    line-height: 36px;
    display: block;
    border-radius: 3px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    border: #0463c9 solid 1px;
  }
  .application {
    width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .application:after {
    content: "";
    display: block;
    clear: both;
  }
  .application_left {
    float: left;
    text-align: left;
    padding-top: 130px;
  }
  .application_left h1 {
    font-size: 48px;
    line-height: 80px;
    font-weight: 200;
  }
  .application_left p {
    color: #0463c9;
    font-size: 18px;
    line-height: 36px;
  }
  .application_left a {
    width: 130px;
    height: 36px;
    color: #0463c9;
    background: #fff;
    line-height: 36px;
    display: block;
    border-radius: 3px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    border: #0463c9 solid 1px;
  }
  .application_right {
    float: right;
    width: 30%;
  }
  .housekeeper {
    background: #fafafa;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .housekeeper .housekeeper_left {
    width: 55%;
    float: left;
  }
  .housekeeper .housekeeper_left img {
    width: 78%;
  }
  .housekeeper .housekeeper_right {
    width: 45%;
    float: right;
    text-align: left;
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .housekeeper .housekeeper_right a {
    width: 130px;
    height: 36px;
    color: #0463c9;
    background: #fff;
    line-height: 36px;
    display: block;
    border-radius: 3px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    border: #0463c9 solid 1px;
  }
  .housekeeper .housekeeper_right h1 {
    font-size: 48px;
    line-height: 80px;
    font-weight: 200;
  }
  .housekeeper .housekeeper_right_ul {
    font-size: 18px;
    color: #4c4c4c;
    text-align: left;
  }
  .housekeeper .housekeeper_right_ul li {
    line-height: 36px;
  }
  .housekeeper .housekeeper_right_ul span {
    color: #0463c9;
  }
  .housekeeper:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .main_body {
    width: 100%;
  }
  .main_content {
    width: 100%;
  }
  .picMain .pic {
    width: 100%;
    margin: 0 auto;
  }
  .pic_header {
    width: 100%;
    left: 0.5rem;
    padding-top: 0.06rem;
    position: absolute;
  }
  .pic_header h1 {
    font-size: 0.18rem;
    color: #FFF;
    padding-top: 0.05rem;
    margin-bottom: 0.06rem;
    font-weight: normal;
  }
  .pic_header p {
    color: #fff;
    font-size: 0.11rem;
    line-height: 16px;
  }
  .pic_header a {
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    display: block;
    border-radius: 2px;
    text-align: center;
    margin-top: 0.1rem;
    text-decoration: none;
    color: #2e69c6;
    background-color: #fff;
  }
  .content {
    width: 100%;
  }
  .configuration:after {
    content: "";
    display: block;
    clear: both;
  }
  .configuration {
    padding: 0 0.1rem 0 0.1rem;
  }
  .configuration .configuration_left {
    float: left;
    width: 60%;
    padding-left: 0.1rem;
  }
  .configuration .configuration_left a {
    width: 130px;
    height: 36px;
    color: #0463c9;
    background-color: #FFF;
    display: block;
    border-radius: 3px;
    text-align: center;
    border: #0463c9 solid 1px;
    margin-top: 20px;
    line-height: 36px;
  }
  .configuration .configuration_left h1 {
    font-size: 0.18rem;
    font-weight: 200;
    line-height: 0.8rem;
    color: #333;
  }
  .configuration .configuration_left_ul {
    font-size: 0.13rem;
  }
  .configuration .configuration_left_ul li {
    line-height: 0.25rem;
  }
  .configuration .configuration_left_ul span {
    color: #0463c9;
  }
  .configuration .configuration_right {
    float: right;
    width: 40%;
  }
  .varietyPayment:after {
    content: "";
    display: block;
    clear: both;
  }
  .varietyPayment {
    padding: 0 0.1rem 0 0.1rem;
    background-color: #fafafa;
  }
  .varietyPayment .swiper-container {
    width: 50%;
    float: left;
  }
  .varietyPayment .varietyPayment_title {
    width: 50%;
    float: right;
    padding-top: 0.1rem;
  }
  .varietyPayment .varietyPayment_title h1 {
    font-size: 0.18rem;
    font-weight: 200;
    line-height: 0.8rem;
    color: #333;
  }
  .varietyPayment .varietyPayment_title p {
    color: #0463C9;
  }
  .varietyPayment .varietyPayment_title a {
    width: 130px;
    height: 36px;
    color: #0463c9;
    background-color: #FFF;
    display: block;
    border-radius: 3px;
    text-align: center;
    border: #0463c9 solid 1px;
    margin-top: 20px;
    line-height: 36px;
  }
  .application {
    padding: 0.1rem 0.1rem 0 0.1rem;
  }
  .application:after {
    content: "";
    display: block;
    clear: both;
  }
  .application_left {
    width: 50%;
    float: left;
  }
  .application_left h1 {
    font-size: 0.18rem;
    font-weight: 200;
    line-height: 0.8rem;
    color: #333;
  }
  .application_left p {
    color: #0463C9;
  }
  .application_left a {
    width: 130px;
    height: 36px;
    color: #0463c9;
    background-color: #FFF;
    display: block;
    border-radius: 3px;
    text-align: center;
    border: #0463c9 solid 1px;
    margin-top: 20px;
    line-height: 36px;
  }
  .application_right {
    width: 40%;
    float: right;
  }
  .housekeeper {
    padding: 0 0.1rem 0 0;
    background-color: #fafafa;
    margin-bottom: 0.1rem;
  }
  .housekeeper h1 {
    font-size: 0.18rem;
    font-weight: 200;
    line-height: 0.8rem;
    color: #333;
  }
  .housekeeper:after {
    content: "";
    display: block;
    clear: both;
  }
  .housekeeper_left {
    width: 55%;
    float: left;
  }
  .housekeeper_right {
    width: 45%;
    float: right;
  }
  .housekeeper_right li {
    line-height: 0.25rem;
  }
  .housekeeper_right span {
    color: #0463c9;
  }
  .housekeeper_right a {
    width: 130px;
    height: 36px;
    color: #0463c9;
    background-color: #FFF;
    display: block;
    border-radius: 3px;
    text-align: center;
    border: #0463c9 solid 1px;
    margin-top: 20px;
    line-height: 36px;
  }
}

/*# sourceMappingURL=o_intelligentTerminal.css.map */
