@charset "UTF-8";
.home_photo {
  width: 100%; }

.home_photo img {
  width: 100%; }

@media (min-width: 1200px) {
  /*手机助手*/
  .zs_banner {
    background: url("/templates/website/res/2020/img/ai_app/banner_2.jpg") no-repeat center center;
    background-size: cover; }
  .renwu {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .renwu li {
    margin-left: 30px; }
  .renwu li:first-child {
    margin: 0; }
  .renwu li h3 {
    font-size: 26px;
    line-height: 36px;
    padding: 20px 0 10px; }
  .renwu li h3 a {
    color: #333;
    transition: all .3s ease 0s; }
  .renwu li h3 a:hover {
    color: #28D5DA; }
  .renwu li p {
    font-size: 15px;
    color: #999;
    line-height: 28px; }
  .renwu li span {
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 30px;
    padding-top: 10px; }
  .renwu li span a {
    color: #333;
    transition: all .3s ease 0s; }
  .renwu li span a:hover {
    color: #28D5DA; }
  .bg3 {
    background: url("/templates/website/res/2020/img/ai_app/bg_3.jpg") no-repeat center center;
    height: 700px;
    display: flex;
    align-items: flex-end; }
  .bg4 {
    background: url("/templates/website/res/2020/img/ai_app/bg_4.jpg") no-repeat center bottom; }
  .gongn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 30px 90px; }
  .gongn li {
    border: 3px solid #f2f7ff;
    width: 260px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
    padding: 30px 20px 23px;
    text-align: center;
    background: #fff; }
  .gongn li em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #f2f7ff;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%; }
  .gongn li h3 {
    color: #333333;
    font-size: 22px;
    line-height: 30px;
    padding: 15px 0 10px; }
  .gongn li p {
    color: #666666;
    font-size: 16px;
    line-height: 24px; }
  .ico_gn {
    position: absolute;
    top: 20px;
    right: 15px; }
  .ico_gn img {
    margin-left: 10px; }
  .gongn_box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    padding-top: 140px;
    transition: all .3s ease 0s; }
  .gongn li:hover .gongn_box {
    display: block;
    cursor: pointer; }
  .gongn_more {
    display: flex;
    align-items: center;
    justify-content: center; }
  .banner_text span {
    position: relative; }
  .banner_text em {
    display: none;
    position: absolute;
    left: 10px;
    top: 56px; }
  .banner_text span a:hover em {
    display: block; }
  .item_btn {
    position: relative; }
  .item_btn em {
    display: none;
    position: absolute;
    left: 3px;
    top: 60px; }
  .item_btn a:hover em {
    display: block; }
  .item_btn a {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 20px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 40px;
    line-height: 34px;
    border-radius: 5px;
    transition: all .3s ease 0s; }
  .item_btn a:hover {
    color: #fff;
    background: #0086c7; }
  .item_btn a.hover {
    color: #fff;
    background: #0086c7; }
  .item_btn a.hover:hover {
    background: #0096df;
    border: 2px solid #0096df; }
  .mt80 {
    margin-top: 80px !important; }
  .w1201 {
    width: 1200px;
    margin: 0 auto; }
  .home_layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0; }
  .home_item {
    width: 100%; }
  .home_item ul li {
    padding: 15px 0; }
  .home_item li strong {
    display: block;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px; }
  .home_item li p {
    font-size: 16px;
    line-height: 22px;
    color: #999; }
  .title {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    line-height: 60px;
    padding-top: 60px; }
  .home_img2 {
    margin-left: -120px; }
  .reverse {
    flex-direction: row-reverse; }
  .right_item {
    width: 450px;
    flex-shrink: 0; }
  .left_item {
    padding-right: 50px;
    box-sizing: border-box; }
  .down_layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto; }
  .down_zs strong {
    display: block;
    font-size: 36px; }
  .down_zs p {
    colro: #4c4c4c;
    font-size: 20px;
    line-height: 40px;
    padding: 30px 0 25px; } }

@media (min-width: 769px) and (max-width: 1199px) {
  /*手机助手*/
  .zs_banner {
    background: url("/templates/website/res/2020/img/ai_app/banner_2.jpg") no-repeat center center;
    background-size: cover; }
  .renwu {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .renwu li {
    margin-left: 20px; }
  .renwu li:first-child {
    margin: 0; }
  .renwu li img {
    width: 100%; }
  .renwu li h3 a {
    color: #333;
    transition: all .3s ease 0s; }
  .renwu li h3 a:hover {
    color: #28D5DA; }
  .renwu li p {
    font-size: 15px;
    color: #999;
    line-height: 28px; }
  .renwu li span {
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 30px;
    padding-top: 10px; }
  .renwu li span a {
    color: #333;
    transition: all .3s ease 0s; }
  .renwu li span a:hover {
    color: #28D5DA; }
  .bg3 {
    background: url("/templates/website/res/2020/img/ai_app/bg_3.jpg") no-repeat center center;
    display: flex;
    align-items: flex-end; }
  .down_layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px 0; }
  .bg4 {
    background: url("/templates/website/res/2020/img/ai_app/bg_4.jpg") no-repeat center bottom; }
  .gongn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 90px; }
  .gongn li {
    border: 3px solid #f2f7ff;
    width: 23%;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
    padding: 30px 20px 23px;
    text-align: center;
    background: #fff; }
  .gongn li em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #f2f7ff;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%; }
  .gongn li h3 {
    color: #333333;
    font-size: 22px;
    line-height: 30px;
    padding: 15px 0 10px; }
  .gongn li p {
    color: #666666;
    font-size: 16px;
    line-height: 24px; }
  .ico_gn {
    position: absolute;
    top: 20px;
    right: 15px; }
  .ico_gn img {
    margin-left: 10px; }
  .gongn_box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    padding-top: 140px;
    transition: all .3s ease 0s; }
  .gongn li:hover .gongn_box {
    display: block;
    cursor: pointer; }
  .gongn_more {
    display: flex;
    align-items: center;
    justify-content: center; }
  .banner_text span {
    position: relative; }
  .banner_text em {
    display: none;
    position: absolute;
    left: 10px;
    top: 56px; }
  .banner_text span a:hover em {
    display: block; }
  .item_btn {
    position: relative; }
  .item_btn em {
    display: none;
    position: absolute;
    left: 3px;
    top: 60px; }
  .item_btn a:hover em {
    display: block; }
  .item_btn a {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 20px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 40px;
    line-height: 34px;
    border-radius: 5px;
    transition: all .3s ease 0s; }
  .item_btn a:hover {
    color: #fff;
    background: #0086c7; }
  .item_btn a.hover {
    color: #fff;
    background: #0086c7; }
  .item_btn a.hover:hover {
    background: #0096df;
    border: 2px solid #0096df; }
  .mt80 {
    margin-top: 80px !important; }
  .w1201 {
    width: 100%;
    margin: 0 auto; }
  .img_photo10 img {
    width: 600px; }
  .home_layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0; }
  .home_item {
    width: 100%; }
  .home_item ul li {
    padding: 15px 0; }
  .home_item li strong {
    display: block;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px; }
  .home_item li p {
    font-size: 16px;
    line-height: 22px;
    color: #999; }
  .home_img2 {
    margin-left: -90px; }
  .reverse {
    flex-direction: row-reverse; }
  .right_item {
    width: 400px;
    flex-shrink: 0; }
  .left_item {
    padding-right: 50px;
    box-sizing: border-box; }
  .down_layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px 0; }
  .down_zs strong {
    display: block;
    font-size: 36px; }
  .down_zs p {
    colro: #4c4c4c;
    font-size: 20px;
    line-height: 40px;
    padding: 30px 0 25px; } }

@media (max-width: 768px) {
  /*手机助手*/
  .zs_banner {
    background: url("/templates/website/res/2020/img/ai_app/banner_2w.jpg") no-repeat center center;
    background-size: cover; }
  .renwu li {
    margin-left: 0; }
  .renwu li:first-child {
    margin: 0; }
  .renwu li h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0 10px; }
  .renwu li h3 a {
    color: #333; }
  .renwu li img {
    width: 100%; }
  .renwu li p {
    font-size: 14px;
    color: #999;
    line-height: 22px; }
  .renwu li span {
    display: block;
    text-align: right;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 20px; }
  .renwu li span a {
    color: #333; }
  .bg3 {
    background: url("/templates/website/res/2020/img/ai_app/bg_3.jpg") no-repeat center center;
    display: flex;
    align-items: flex-end;
    padding: 50px 0; }
  .home_img10 {
    width: 100%; }
  .gongn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 20px; }
  .gongn li {
    width: 50%;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    padding: 20px 10px 23px;
    text-align: center;
    background: #fff; }
  .gongn li em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #f2f7ff;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%; }
  .gongn li em img {
    width: 60%; }
  .gongn li h3 {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0 10px; }
  .gongn li p {
    color: #666666;
    font-size: 14px;
    line-height: 24px; }
  .ico_gn {
    position: absolute;
    top: 20px;
    right: 8px; }
  .ico_gn img {
    margin-left: 10px;
    width: 18px; }
  .gongn_box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    padding-top: 110px;
    transition: all .3s ease 0s; }
  .gongn li:hover .gongn_box {
    display: block;
    cursor: pointer; }
  .gongn_more {
    display: flex;
    align-items: center;
    justify-content: center; }
  .banner_text span {
    position: relative; }
  .banner_text em {
    display: none;
    position: absolute;
    left: 10px;
    top: 56px; }
  .item_btn {
    position: relative; }
  .item_btn em {
    display: none;
    position: absolute;
    left: 3px;
    top: 60px; }
  .item_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .item_btn a {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    color: #0086c7;
    border: 2px solid #0086c7;
    padding: 0 40px;
    line-height: 34px;
    border-radius: 5px; }
  .item_btn a.hover {
    color: #fff;
    background: #0086c7; }
  .mt80 {
    margin-top: 30px !important; }
  .text_left {
    text-align: left; }
  .banner_text_left {
    width: 60%;
    float: left;
    text-align: left; }
  .banner_text_left h3 {
    text-align: left;
    width: 100%; }
  .banner_text_left p {
    text-align: left;
    width: 100%; }
  .banner_text_left span {
    text-align: left;
    width: 100%; }
  .home_layout {
    padding: 20px 0; }
  .home_layout img {
    width: 100%; }
  .home_item {
    padding-top: 10px; }
  .home_item ul li {
    padding: 10px 0;
    text-align: center; }
  .home_item li strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    font-weight: bold; }
  .home_item li p {
    font-size: 12px;
    line-height: 20px;
    color: #999; }
  .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 30px; }
  .title strong {
    font-weight: bold; }
  .reverse {
    flex-direction: row-reverse; }
  .down_zs {
    text-align: center; }
  .down_zs strong {
    display: block;
    font-size: 26px;
    padding-top: 15px; }
  .down_zs p {
    colro: #4c4c4c;
    font-size: 15px;
    line-height: 30px;
    padding: 20px 40px 15px; }
  .banner {
    width: 100%;
    height: 270px;
    position: relative;
    z-index: 9;
    background-size: cover; }
  .banner_text_left {
    width: 60%;
    float: left;
    text-align: left; }
  .banner_text_left h3 {
    text-align: left;
    width: 100%; }
  .banner_text_left p {
    text-align: left;
    width: 100%; }
  .banner_text_left span {
    text-align: left;
    width: 100%; }
  .banner_text {
    height: 270px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .banner_text h3 {
    font-size: 22px;
    line-height: 40px; }
  .banner_text p {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 30px; }
  .banner_text a {
    display: inline-block;
    font-size: 14px;
    color: #0086c7;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 30px;
    border-radius: 5px; } }
