﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "微软雅黑";
  }
  /* 清除浮动 */
  .clearf::before,
  .clearf::after {
    content: "";
    clear: both;
  }
  .clearf::after {
    display: table;
  }
  .clearf {
    zoom: 1;
  }
  /* 容器 */
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  ul {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: #828282;
  }

input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "微软雅黑";
    letter-spacing: 1px;
  color:lightgray;
}
input:-moz-placeholder, 
textarea:-moz-placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "微软雅黑";
    color:lightgray;
    letter-spacing: 1px;
}
input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "微软雅黑";
    color:lightgray;
    letter-spacing: 1px;
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "微软雅黑";
    color:lightgray;
    letter-spacing: 1px;
}
.about-us>a>img {
  width: 100%;
}
  .top-nav {
    width: 100%;
    height: 100px;
    background-color: #fff;
  }
  .top-nav .container {
    width: 1400px;
    height: 100%;
    transition: 0.3s;
  }
  .top-nav .logo {
    width: 30%;
    height: 100%;
    float: left;
    position: relative;
  }
.logo a {
    line-height: 100px;
    font-size: 32px;
    text-align: center;
}
  .top-nav .logo img {
    position: absolute;
    width: 200px;
    height: 35px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .top-nav .navbar {
    float: left;
    width: 70%;
    height: 100%;
  }
  .top-nav .navbar .navbar_nav {
    width: 100%;
    height: 100%;
    line-height: 100px;
    text-align: center;
  }
  .top-nav .navbar .navbar_nav li {
    display: inline-block;
    height: 100%;
    padding: 0 14px;
    position: relative;
  }
  .top-nav .navbar .navbar_nav li a {
    color: #333;
    font-size: 14px;
    transition: 0.3s;
  }
  .top-nav .navbar .navbar_nav li:hover a {
    color: #2b6baf;
  }
  .top-nav .navbar .navbar_nav li:hover::after {
    opacity: 1;
  }
  .top-nav .navbar .navbar_nav li::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 6px;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    background: url(//filecdn.ify.cn/skin/acywzmb9787/img/topNav-icon.png) no-repeat left center;
    transition: all 0.5s ease 0s;
    opacity: 0;
  }
  .top-nav .navbar .m_navbar_nav {
    width: 40%;
    height: 100%;
    float: right;
    position: relative;
    display: none;
  }
  .top-nav .navbar .m_navbar_nav .menu {
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .top-nav .navbar .m_navbar_nav .menu a {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    min-width: 40px;
  }
  .top-nav .navbar .m_navbar_nav .menu a img {
    width: 100%;
  }
  .top-nav .navs {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: 0.5s;
    z-index: 1000;
  }
  .top-nav .navs li {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.3s;
  }
  .top-nav .navs li a:hover {
    color: #333;
  }
  .top-nav .navs .close {
    width: 100%;
    height: 50px;
    padding: 0;
    position: relative;
  }
  .top-nav .navs .close span {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
  .top-nav .navs .close span img {
    max-width: 100%;
    height: auto;
  }
  .top-nav .navs.active {
    transform: translateX(0%);
  }
  .top-nav .navs.active li {
    opacity: 1;
  }
  .banner {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .banner .imgs {
    width: 300%;
    transition: all 0.6s linear;
  }
  .banner .imgs .banner-img {
    float: left;
    margin-left: 0px;
  }
  .banner .imgs .banner-img img {
    width: 100%;
  }
  .banner .back,
  .banner .go {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    height: 66px;
    background-color: rgba(204, 204, 204, 0.4);
  }
  .banner .back::before,
  .banner .go::before {
    position: absolute;
    top: 24px;
    left: 28px;
    content: "";
    width: 15px;
    height: 15px;
    border-bottom: 3px solid #ccc;
    border-left: 3px solid #ccc;
    transform: rotate(45deg);
  }
  .banner .back:hover,
  .banner .go:hover {
    background-color: #2b6baf;
  }
  .banner .back:hover::before,
  .banner .go:hover::before {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
  }
  .banner .go::before {
    left: 22px;
    transform: rotate(-135deg);
  }
  .banner .back {
    left: 0;
  }
  .banner .go {
    right: 0;
  }
  .com-strong {
    width: 100%;
    padding: 64px 0px;
    background-color: #f5f5f7;
  }
  .com-strong .s-left {
    float: left;
    width: 30%;
    /*padding-top: 30px;*/
    color: #858597;
    font-size: 14px;
  }
  .com-strong .s-left .details {
    width: 95%;
  }
  .com-strong .s-left .title h1 {
    color: #2b6baf;
    font-size: 30px;
    font-weight: 600;
  }
  .com-strong .s-left .content {
    margin: 20px 0;
  }
  .com-strong .s-left .menu li {
    margin: 5px 0;
    padding-left: 10px;
    position: relative;
  }
  .com-strong .s-left .menu li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background-color: red;
  }
  .com-strong .s-right {
    float: right;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .com-strong .s-right .items {
    width: 49%;
    margin-bottom: 10px;
    background-color: #fff;
    transition: 0.3s;
  }
  .com-strong .s-right .items .items-l {
    width: 30%;
    height: 100%;
    float: left;
    position: relative;
  }
  .com-strong .s-right .items .items-l img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .com-strong .s-right .items .items-r {
    width: 70%;
    float: right;
    margin: 40px 0;
    padding: 0px 10px;
    color: #333;
  }
  .com-strong .s-right .items .items-r h3 {
    font-size: 18px;
  }
  .com-strong .s-right .items .items-r p {
    color: #666;
    font-size: 14px;
    margin: 3px 0;
  }
  .com-strong .s-right .items:hover {
    transform: translateY(-2px);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .about {
    width: 100%;
    background-color: #fff;
  }
  .about .container {
    padding: 50px 0;
  }
  .about .about-l {
    float: left;
    width: 40%;
  }
  .about .about-l img {
    max-width: 100%;
  }
  .about .about-r {
    float: right;
    width: 60%;
    padding-left: 50px;
    padding-top: 30px;
  }
  .about .about-r .title .o-name {
    /*padding: 20px 0;*/
    color: #2b6baf;
    font-size: 36px;
  }
  .about .about-r .title .name {
    color: #333;
    font-size: 30px;
  }
  .about .about-r .splits {
    width: 100%;
    height: 2px;
    margin: 30px 0;
    background-color: #2b6baf;
    position: relative;
  }
  .about .about-r .splits span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 118px;
    height: 5px;
    background-color: #2b6baf;
  }
  .about .about-r .content {
    color: #333;
    font-size: 14px;
  }
  .about .about-r .content p {
    margin: 10px 0;
    line-height: 2;
  }

  .service {
    font-family: inherit;
    background-color: #f3f8fa;
  }
  .service .container {
    padding: 50px 0;
  }
  .service .container .title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .service .container .title .o-name {
    /*padding-bottom: 20px;*/
    color: #2b6baf;
    font-size: 36px;
  }
  .service .container .title .name {
    color: #333;
    font-size: 30px;
  }
  .service .container .s-items {
    width: 100%;
  }
  .service .container .s-items .items {
    float: left;
    width: 33.333%;
    margin: 10px 0;
    padding: 0px 10px;
  }
  .service .container .s-items .items .imgs {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .service .container .s-items .items .imgs img {
    width: 100%;
    min-height: 270px;
  }
  .service .container .s-items .items .imgs .hover-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    padding: 15% 20%;
    color: #fff;
    text-align: center;
    background-color: rgba(7, 83, 195, 0.75);
    opacity: 0;
    transition: 0.3s;
  }
  .service .container .s-items .items .imgs .hover-box .split {
    display: block;
    width: 100%;
    height: 2px;
    margin: 15px 0;
    background-color: #fff;
  }
  .service .container .s-items .items .imgs .hover-box .content {
    margin: 20px 0;
    font-size: 14px;
  }
  .service .container .s-items .items .imgs .hover-box .more {
    font-size: 14px;
    transition: 0.3s;
  }
  .service .container .s-items .items .imgs .hover-box .more:hover {
    padding: 10px;
    border: 1px solid #fff;
  }
  .service .container .s-items .items .imgs .hover-box.active {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .service .container .s-items .items .title {
    margin: 10px 0;
  }
  .service .container .s-items .items .title p {
    color: #333;
    font-weight: 600;
  }
  .case {
    width: 100%;
  }
  .case .container {
    padding: 50px 0;
  }
  .case .case-l {
    float: left;
    width: 20%;
    padding: 30px 0;
    font-size: 14px;
  }
  .case .case-l .title h2 {
    color: #2b6baf;
    font-size: 30px;
  }
  .case .case-l .title h6 {
    color: #999;
    font-weight: 400;
    padding: 0px 0px 20px;
  }
  .case .case-l .content p {
    color: #666;
  }
  .case .case-l .contact a {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    /*margin-top: 30px;*/
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #2b6baf;
    transition: 0.3s;
  }
  .case .case-l .contact a:hover {
    color: #fff;
    background-color: #0a73a3;
  }
  .case .case-r {
    float: right;
    width: 75%;
  }
  .case .case-r .imgs {
    width: 100%;
  }
  .case .case-r .imgs .img-box {
    float: left;
    width: 33.333%;
    padding: 0 10px;
  }
  .case .case-r .imgs .img-box img {
    width: 100%;
  }
  .head {
    width: 100%;
    font-family: "微软雅黑";
    /*background: url(//filecdn.ify.cn/skin/acywzmb9787/img/head-bg.jpg) 0px 0px no-repeat;*/
    background-size: cover;
  }
  .head .container {
    padding: 50px 0;
    color: #fff;
    text-align: center;
  }
  .head .container .title {
    margin-top: 40px;
  }
  .head .container .title h1 {
    font-size: 36px;
    font-weight: normal;
  }
  .head .container .title h2 {
    font-size: 30px;
  }
  .head .container .head-items {
    width: 100%;
    padding: 20px 0;
    margin-top: 40px;
  }
  .head .container .head-items .items {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: left;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: 0.3s;
    position: relative;
  }
  .head .container .head-items .items .user {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .head .container .head-items .items .user .icon {
    width: 160px;
    height: 160px;
    margin-left: 20px;
    border-radius: 50%;
    overflow: hidden;
  }
  .head .container .head-items .items .user .icon img {
    width: 100%;
    border-radius: 50%;
  }
  .head .container .head-items .items .user .info {
    padding-left: 100px;
    color: #333;
  }
  .head .container .head-items .items .user .info p {
    color: #999;
    font-size: 14px;
  }
  .head .container .head-items .items .msg {
    width: 50%;
    padding-right: 30px;
  }
  .head .container .head-items .items .msg p {
    line-height: 24px;
    color: #595959;
    font-size: 14px;
    text-indent: 14px;
    position: relative;
  }
  .head .container .head-items .items .msg p::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff9500;
  }
  .head .container .head-items .items::after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 0;
    height: 3px;
    background-color: #ff9500;
    transition: 0.5s;
  }
  .head .container .head-items .items:hover {
    transform: translateY(-10px);
  }
  .head .container .head-items .items:hover::after {
    width: 100%;
  }
  .news {
    font-family: "微软雅黑";
    width: 100%;
    background-color: #fff;
  }
  .news .container {
    padding: 50px 0;
  }
  .news .container .top-title {
    text-align: center;
    color: #333;
    font-size: 36px;
  }
  .news .container .top-title span {
    color: #0753C3;
  }
  .news .container .top-title p {
    color: #999;
    font-size: 16px;
    font-weight: 600;
  }
  .news .container .news-items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news .container .news-items .items-l {
    width: 49%;
    background-color: #f2f2f2;
    position: relative;
  }
  .news .container .news-items .items-l .imgs {
    width: 100%;
    padding: 30px 50px;
  }
  .news .container .news-items .items-l .imgs img {
    width: 100%;
    transition: 0.5s;
  }
  .news .container .news-items .items-l .info {
    padding: 50px;
    position: static;
    transition: 0.5s;
  }
  .news .container .news-items .items-l .info .title {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
  }
  .news .container .news-items .items-l .info .content {
    margin-top: 5px;
    color: #aaa;
    font-size: 14px;
  }
  .news .container .news-items .items-l .info::after {
    content: "";
    position: absolute;
    bottom: 105px;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: #5ddffe;
    transition: 0.5s;
  }
  .news .container .news-items .items-l:hover .imgs img {
    transform: scale(1.1);
  }
  .news .container .news-items .items-l:hover .info {
    padding-left: 100px;
  }
  .news .container .news-items .items-l:hover .info::after {
    width: 90px;
  }
  .news .container .news-items .items-r {
    width: 49%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .news .container .news-items .items-r>a {
    width: 100%;
    background-color: #f2f2f2;
  }
  .news .container .news-items .items-r .items .img-l {
    float: left;
    width: 30%;
    padding: 20px;
  }
  .news .container .news-items .items-r .items .img-l img {
    width: 100%;
    transition: 0.5s;
  }
  .news .container .news-items .items-r .items .info-r {
    float: left;
    width: 70%;
    padding: 20px;
    transition: 0.5s;
  }
  .news .container .news-items .items-r .items .info-r .title h4 {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
  }
  .news .container .news-items .items-r .items .info-r .content {
    margin-top: 5px;
    line-height: 20px;
    color: #aaa;
    font-size: 14px;
  }
  .news .container .news-items .items-r .items:hover .img-l img {
    transform: scale(1.1);
  }
  .news .container .news-items .items-r .items:hover .info-r {
    padding-left: 0px;
  }
  .contact {
    width: 100%;
    padding-top: 20px;
  }
  .contact .top-bg {
    width: 100%;
    min-height: 320px;
    /*//filecdn.ify.cn/skin/acywzmb9787/img/contact-bg.jpg*/
    background: url(img/btm2.jpg) center no-repeat;
    font-family: "微软雅黑";
    color: #b5c1c8;
    position: relative;
  }
  .contact .top-bg .info {
    position: absolute;
    top: 50%;
    left: -18%;
    transform: translateY(-50%);
    width: 100%;
    color: #333;
    text-align: center;
  }
  .contact .top-bg .info h4 {
    font-size: 36px;
  }
  .contact .top-bg .info p {
    margin: 15px 0;
    font-size: 22px;
    position: relative;
    margin-top: 0px;
  }
  .contact .top-bg .info p::after,
  .contact .top-bg .info p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 2px;
    background-color: #b5c1c8;
  }
  .contact .top-bg .info p::before {
    transform: translate(-200%, -50%);
  }
  .contact .top-bg .info p::after {
    transform: translate(100%, -50%);
  }
  .contact .menu {
    width: 100%;
    background-color: #fff;
  }
  .contact .menu .container {
    padding: 50px 0px;
  }
  .contact .menu .menu-l {
    float: left;
    width: 45%;
    padding: 40px;
    padding-left: 0;
    border-right: 1px solid #ddd;
  }
  .contact .menu .menu-l .ways .way {
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    position: relative;
  }
  .contact .menu .menu-l .ways .way img {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact .menu .menu-l .ways .way .info {
    padding-left: 50px;
  }
  .contact .menu .menu-l .ways .way .info h4 {
    padding: 10px 0;
    color: #333;
    font-size: 18px;
    font-family: "微软雅黑";
  }
  .contact .menu .menu-l .ways .way .info p {
    padding: 0px 0;
    color: #666;
    font-size: 14px;
        margin-top: 0px;
  }
  .contact .menu .menu-r {
    float: right;
    width: 55%;
    padding: 40px;
  }
  .contact .menu .menu-r .title h4 {
    font-family: "微软雅黑";
  }
  .contact .menu .menu-r .links {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact .menu .menu-r .links .link {
    width: 23%;
    max-width: 170px;
    margin: 16px 0;
    padding: 10px 20px;
    box-sizing: content-box;
    text-align: center;
    border: 1px solid #ddd;
    position: relative;
  }
  .contact .menu .menu-r .links .link img {
    width: 110%;
    max-width: 130px;
  }
  .footer {
    width: 100%;
    color: #fff;
    font-family: "微软雅黑";
    background: url(//filecdn.ify.cn/skin/acywzmb9787/img/foot-bg.jpg) center no-repeat;
    background-size: cover;
  }
  .footer .container {
    padding: 50px 0;
  }
  .footer .foot-top {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
  }
  .footer .foot-top .grid {
    width: 30%;
    text-align: center;
  }
  .footer .foot-top .grid .grid-box {
    display: inline-block;
    width: 80%;
    max-width: 80%;
    position: relative;
  }
  .footer .foot-top .grid .grid-box .icon {
    position: absolute;
    max-width: 46px;
  }
  .footer .foot-top .grid .grid-box .icon img {
    width: 100%;
  }
  .footer .foot-top .grid .grid-box .info {
    padding-left: 70px;
    text-align: left;
  }
  .footer .foot-top .grid .grid-box .info h4 {
    font-size: 14px;
    font-weight: 400;
  }
  .footer .foot-top .grid .grid-box .info p {
    padding-top:0px;
    line-height: 28px;
    font-size: 14px;
    margin-top:0px
  }
  .footer .foot-btm {
    width: 100%;
    padding-top: 40px;
  }
  .footer .foot-btm .about-us,
  .footer .foot-btm .forms,
  .footer .foot-btm .qr {
    float: left;
    width: 33.33%;
    padding: 0 30px;
  }
  .footer .foot-btm .about-us .title {
    font-size: 16px;
    font-weight: 400;
  }
  .footer .foot-btm .about-us .content {
    padding: 0px 0 30px;
    line-height: 26px;
    font-size: 14px;
  }
  .footer .foot-btm .about-us .links .link {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    position: relative;
    transition: 0.3s;
  }
  .footer .foot-btm .about-us .links .link img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 20px;
  }
  .footer .foot-btm .about-us .links .link:nth-child(n+2) {
    margin-left: 20px;
  }
  .footer .foot-btm .about-us .links .link:hover {
    border: 1px solid #2b6baf;
    background-color: #2b6baf;
  }
  .footer .foot-btm .forms input {
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    outline: none;
  }
  .footer .foot-btm .forms input[type='text'] {
    padding-left: 10px;
  }
  .footer .foot-btm .forms .code {
    height: 40px;
  }
  .footer .foot-btm .forms .code .code-val {
    float: left;
    width: 70%;
  }
  .footer .foot-btm .forms .code .code-img {
    float: left;
    width: 30%;
    height: 100%;
    cursor: pointer;
  }
  .footer .foot-btm .forms .code .code-img img {
    width: 100%;
    height: 100%;
    max-height: 40px;
  }
  .footer .foot-btm .forms .sub {
    color: #fff;
    background-color: #2b6baf;
    transition: 0.3s;
    cursor: pointer;
    border: none;
  }
  .footer .foot-btm .forms .sub:hover {
    background-color: #097db3;
  }
  .footer .foot-btm .qr img {
    width: 150px;
  }
  .footer .record {
    width: 100%;
    padding: 20px 0;
    line-height: 30px;
    text-align: center;
    font-family: "微软雅黑";
    background-color: #052e45;
  }
  .footer .record h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  .footer .record h4 a {
    color: #fff;
  }
  /* pc */
  @media screen and (max-width: 1480px) and (min-width: 1026px) {
    .container {
      width: 90%;
    }
    .top-nav .container {
      width: 997px;
    }
    .top-nav .navbar .navbar_nav li {
      padding: 0px 10px;
    }
    .case {
      width: 100%;
    }
    .case .case-l {
      padding: 0;
      font-size: 14px;
    }
    .case .case-l .title {
      padding: 10px 0;
    }
    .case .contact {
      padding-top: 0;
    }
    .case .contact a {
      margin-top: 30px;
    }
    .news .container {
      width: 95%;
    }
    .news .container .news-items .items-l .info {
      padding-right: 20px;
    }
  }
  /* iPad */
  @media screen and (max-width: 1026px) {
    .container {
      width: 750px;
    }
    .top-nav .container {
      width: 750px;
    }
    .top-nav .logo {
      width: 22%;
    }
    .top-nav .logo img {
      width: 100%;
      height: auto;
      margin-left: 10px;
    }
    .top-nav .navbar {
      width: 78%;
    }
    .top-nav .navbar .navbar_nav li {
      padding: 0px 4px;
    }
    .service .container {
      width: 80%;
    }
    .service .container .s-items {
      width: 100%;
    }
    .service .container .s-items .items {
      float: left;
      width: 50%;
    }
    .case {
      width: 100%;
    }
    .case .container {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }
    .case .container .case-l {
      padding: 0px;
    }
    .case .container .case-l .contact a {
      margin-top: 0px;
    }
    .head .container {
      width: 90%;
    }
    .head .container .head-items .items .user .info {
      padding-left: 30px;
    }
    .news .container {
      width: 95%;
    }
    .news .container .news-items .items-l .imgs {
      padding: 30px 20px;
    }
    .news .container .news-items .items-l .info {
      padding-right: 20px;
    }
    .news .container .news-items .items-r .items .img-l {
      width: 40%;
      padding: 15px;
    }
    .news .container .news-items .items-r .items .info-r {
      float: right;
      width: 60%;
      padding: 5px 15px;
    }
    .contact .menu .container {
      width: 100%;
    }
    .contact .menu .menu-l {
      width: 35%;
      padding: 20px;
    }
    .contact .menu .menu-l .ways .way {
      padding-left: 30px;
    }
    .contact .menu .menu-r {
      width: 65%;
    }
    .contact .menu .menu-r .links .link {
      width: 20%;
    }
    .footer {
      background-size: cover;
    }
    .footer .container {
      width: 100%;
    }
    .footer .container .forms input[type='text'] {
      height: 30px;
    }
    .footer .container .forms .code {
      height: 30px;
    }
  }
  /* 手机端 */
  @media screen and (max-width: 750px) {
    .in-map {
      display: block;
    }
    .banner {
      height: 91vh;
    }
    .banner .imgs .banner-img img {
      height: 91vh;
      opacity: 0;
    }
    
    #banner-imgs .Ad_hdp_01 {
      background: url(img/banner-m01.jpg) center center / cover no-repeat !important;
    }
    #banner-imgs .Ad_hdp_02 {
      background: url(img/banner-m02.jpg) center center / cover no-repeat !important;
    }
    #banner-imgs .Ad_hdp_03 {
      background: url(img/banner-m03.jpg) center center / cover no-repeat !important;
    }
    
    .head {
      background: url(img/bg3.jpg) top no-repeat !important;
      background-size: 100% !important;
    }
    
    .contact .top-bg {
      background: url(img/lxwmbg2.jpg) center no-repeat;
      background-size: 100%;
    }
    .contact .top-bg .info {
      top: 59%;
    }
    .contact .top-bg .info p::after,
    .contact .top-bg .info p::before {
    	content: none;
    }
    
    .container {
      width: 100%;
    }
    /*.banner {
    	height:340px;  
    }*/
    .banner .back, .banner .go {
		width: 35px;
      height: 35px;
    }
    .banner .back::before, .banner .go::before {
      top: 10px;
      left: 14px;
    }
    .banner .go::before {
      left: 10px;
    }
    .top-nav {
      height: 70px; 
    }
    .top-nav .container {
      width: 100%;
    }
    .top-nav .logo {
      width: 30%;
      line-height: 70px;
      font-size: 28px;
    }
    .chbnav_touch_top_logo {
      line-height: 60px;
      font-size: 28px;
	}
    .top-nav .logo img {
      width: 100%;
      height: auto;
    }
    .top-nav .navbar {
      width: 70%;
    }
    .top-nav .navbar .navbar_nav {
      display: none;
    }
    .top-nav .navbar .m_navbar_nav {
      display: block;
    }
    .com-strong .container .s-left,
    .com-strong .container .s-right {
      float: none;
      width: 100%;
      padding: 0 20px;
    }
    .com-strong .container .s-left .details {
      width: 100%;
      padding-bottom: 20px;
    }
    .com-strong .container .s-right .items {
      width: 100%;
    }
    .about .about-l {
      float: none;
      width: 100%;
      padding: 10px 40px;
      padding-bottom: 30px;
      text-align: center;
    }
    .about .about-l img {
      max-width: 100%;
    }
    .about .about-r {
      float: none;
      width: 100%;
      padding: 0 20px;
    }
    .service .container {
      width: 100%;
    }
    .service .container .s-items {
      width: 100%;
      padding: 20px;
    }
    .service .container .s-items .items {
      float: left;
      width: 100%;
    }
    .case {
      width: 100%;
    }
    .case .container .case-l {
      float: none;
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
    }
    .case .container .case-r {
      float: none;
      width: 100%;
      padding: 30px 0px;
    }
    .case .container .case-r .imgs {
      width: 100%;
    }
    .case .container .case-r .imgs .img-box {
      float: none;
      width: 100%;
      margin-bottom: 30px;
    }
    .case .container .case-r .imgs .img-box img {
      width: 100%;
    }
    .head .container {
      width: 90%;
    }
    .head .container .head-items .items {
      flex-wrap: wrap;
    }
    .head .container .head-items .items .user {
      width: 100%;
      padding-left: 30px;
    }
    .head .container .head-items .items .user .icon {
      width: 30%;
      height: auto;
    }
    .head .container .head-items .items .user .info {
      padding-left: 50px;
    }
    .head .container .head-items .items .msg {
      width: 100%;
      padding: 30px;
      padding-bottom: 10px;
    }
    .news .container {
      width: 95%;
    }
    .news .container .news-items .items-l {
      float: none;
      width: 100%;
      margin-bottom: 10px;
    }
    .news .container .news-items .items-l .info {
      padding-top: 0px;
    }
    .news .container .news-items .items-l:hover .imgs img {
      transform: scale(1);
    }
    .news .container .news-items .items-l:hover .info {
      padding-left: 50px;
    }
    .news .container .news-items .items-l:hover .info::after {
      width: 0;
    }
    .news .container .news-items .items-r {
      float: none;
      width: 100%;
    }
    .news .container .news-items .items-r .items {
      margin: 5px 0;
    }
    .news .container .news-items .items-r .items:hover .img-l img {
      transform: scale(1);
    }
    .news .container .news-items .items-r .items:hover .info-r {
      padding-left: 15px;
    }
    .contact .menu .container {
      width: 100%;
    }
    .contact .menu .menu-l {
      width: 100%;
      padding: 20px;
    }
    .contact .menu .menu-l .ways .way {
      padding-left: 60px;
    }
    .contact .menu .menu-r {
      width: 100%;
      padding: 10px;
    }
    .contact .menu .menu-r .links {
      margin-top: 10px;
    }
    .contact .menu .menu-r .links .link {
      width: 20%;
    }
    .footer {
      background-size: cover;
    }
    .footer .container {
      width: 100%;
    }
    .footer .foot-top {
      width: 90%;
      margin: 0 auto;
      flex-direction: column;
    }
    .footer .foot-top .grid {
      width: 100%;
    }
    .footer .foot-top .grid .grid-box {
      width: 50%;
      padding-top: 30px;
    }
    .footer .foot-btm .about-us,
    .footer .foot-btm .forms,
    .footer .foot-btm .qr {
      float: none;
      width: 100%;
      padding: 20px 30px;
    }
    .footer .foot-btm .forms input[type='text'] {
      height: 40px;
      padding-left: 10px;
      background-color: #fff;
    }
    .footer .foot-btm .forms .code {
      height: 40px;
    }
    .footer .foot-btm .forms .code .code-val {
      float: left;
      width: 60%;
    }
    .footer .foot-btm .forms .code .code-img {
      float: right;
      width: 30%;
      height: 100%;
      cursor: pointer;
    }
    .footer .foot-btm .forms .code .code-img img {
      width: 100%;
      height: 100%;
      max-height: 40px;
    }
    .footer .foot-btm .forms .sub {
      color: #fff;
      background-color: #2b6baf;
      transition: 0.3s;
      cursor: pointer;
    }
    .footer .foot-btm .forms .sub:hover {
      background-color: #097db3;
    }
    .footer .foot-btm .qr {
      text-align: center;
    }
    .footer .foot-btm .qr img {
      width: 150px;
    }
    .footer .record {
      height: auto;
      padding: 30px;
      line-height: 20px;
    }
    .footer .record h4 {
      font-size: 12px;
      font-weight: 400;
    }
    .footer .record h4 a {
      color: #fff;
    }
  }
  @media screen and (max-width: 500px) {
    .footer {
      background-size: cover;
    }
    .footer .container {
      width: 100%;
    }
    .footer .foot-top {
      width: 90%;
      margin: 0 auto;
      flex-direction: column;
    }
    .footer .foot-top .grid {
      width: 100%;
    }
    .footer .foot-top .grid .grid-box {
      width: 80%;
      padding-top: 30px;
    }
    /*.banner {
      height: 120px;
    }*/
  }
@media screen and (max-width: 360px) {
    /*.banner {
      height: 102px;
    }*/
  }
  