.container {
    width: 80%;
    max-width: 1400px;
}

#nav {
    width: 100%;
    z-index: 9999;
    position: relative;
}

.nav-con {
    position: relative;
    height: 88px;
    /* background: #000000; */
}

.top-navbar {
    padding: 0;
}

.navbar-container {
    padding: 0;
}

.top-brand {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
}

.nav-con .dropdown-toggle::after {
    display: none;
}

.navbar-nav .nav-item {
    padding: 0 0.5rem;
    position: relative;
}

.nav-con .navbar-nav .nav-link {
    color: #333;
    font-size: 1rem;
    padding: 32px 10px;
}

.nav-con .navbar-nav .nav-link:hover,
.nav-con .navbar-nav .nav-item.show .nav-link {
    color: #0099dd;
}

.nav-con .dropdown-menu {
    margin-top: 0;
    left: -25%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-con .dropdown-menu a.dropdown-item {
    color: #333333;
}

.nav-con .dropdown-menu a.dropdown-item:hover {
    background: #0099dd;
    color: #ffffff;
}

.nav-search .icon-ss {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon-search.png) no-repeat #0099dd;
    background-size: cover;
    border-radius: 50%;
}

.top-language {
    margin-left: 15px;
    font-size: 14px;
    display: flex;
}

.top-language i {
    color: #0099dd;
    font-size: 26px;
}

.top-language a {
    margin-left: 5px;
    margin-right: 5px;
}

.top-language a:hover {
    text-decoration: none;
    color: #0099dd;
}

.nav-right {
    display: flex;
}

.nav-right .navbar-toggler {
    margin-right: 15px;
    margin-top: -8px;
    border-color: #0099dd;
}

.nav-con .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28198, 156, 109, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.banner-img {
    width: 100%;
}

.banner-pagination {
    bottom: 5%!important;
}

.banner-pagination .swiper-pagination-bullet {
    height: 5px;
    width: 5%;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    transition: width 0.2s;
    -moz-transition: width 0.2s;
    /* Firefox 4 */
    -webkit-transition: width 0.2s;
    /* Safari å’Œ Chrome */
    -o-transition: width 0.2s;
    /* Opera */
}

.banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0099dd;
    width: 8%;
}

.swiper-container-horizontal>.banner-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}

.index-adv-container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.container-title {
    margin-bottom: 2rem;
}

.container-title span {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bolder;
    color: #d4d4d4;
}

.container-title h1 {
    font-weight: bolder;
    color: #111111;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.container-title-center {
    text-align: center;
}

.container-title hr {
    width: 60px;
    border-bottom: 5px solid #0099dd;
    margin: 0;
    padding: 0;
}

.container-title-white span {
    color: #ffffff;
    opacity: 0.5;
    text-shadow: 3px 3px 25px #000000c7;
}

.container-title-white h1 {
    color: #ffffff;
    text-shadow: 3px 3px 25px #000000c7;
}

.container-more {
    margin-top: 2rem;
}

.container-more a {
    display: block;
    width: 140px;
    height: 38px;
    background: #0099dd;
    color: #ffffff;
    padding: 7px 15px;
    position: relative;
    transition: width 0.2s;
    -moz-transition: width 0.2s;
    /* Firefox 4 */
    -webkit-transition: width 0.2s;
    /* Safari å’Œ Chrome */
    -o-transition: width 0.2s;
    /* Opera */
}

.container-more a:hover {
    text-decoration: none;
    background: #0099dd;
    width: 170px;
}

#index-about-app {
    position: relative;
    background: #f6f6f6;
}

.index-app-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 90%;
    max-width: 1700px;
}

.index-app-con {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 40px 5px #cccccc;
}

.index-app {
    position: relative;
}

.swiper-app-nav {
    position: absolute;
    right: 0;
    padding-right: 2%;
    padding-left: 4%;
    top: 0;
    bottom: 0;
    display: flex;
    z-index: 9999;
    align-items: center;
    background: linear-gradient(270deg, #1c1c1cb0, transparent);
}

.swiper-app-nav ul li {
    list-style: none;
    color: #ffffff;
    text-align: right;
    opacity: 0.6;
    margin-top: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 1.1rem;
}

.swiper-app-nav ul li a {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.swiper-app-nav ul li a b {
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
}

.swiper-app-nav ul li.active {
    opacity: 1;
}

.swiper-app-nav ul li.active a b {
    background: #ffffff;
}

#circle {
    stroke-dasharray: 80, 80;
    stroke-dashoffset: 80;
}

.index-about-container {
    padding-bottom: 5rem;
}

.index-about-left {
    float: left;
    width: calc(100% - 260px);
    padding-right: 25px;
    padding-top: 30px;
    max-width: 768px;
}

.index-about-right {
    float: right;
    width: 200px;
}

.index-about-imgs ul li {
    list-style: none;
    padding: 1rem;
}

.index-about-img img {
    width: 100%;
    margin-bottom: 3rem;
}

.index-app-img {
    height: 580px;
}

.index-app-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index-app-name {
    position: absolute;
    color: #ffffff;
    left: 10%;
    top: 40%;
}

.index-app-name h1 {
    font-size: 3.2rem;
    font-weight: bolder;
    text-shadow: 3px 3px 25px #000000c7;
}

.index-app-detail {
    margin-top: 2rem;
    ;
}

.index-app-detail a {
    display: block;
    width: 180px;
    height: 45px;
    text-align: center;
    border: 1px solid #0099dd;
    background: #0099dd;
    color: #ffffff;
    line-height: 45px;
}

.index-app-detail a:hover {
    text-decoration: none;
    background: #0099dd;
    border-color: #0099dd;
}

.index-pro-container {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.index-pro-swiper {
    padding-bottom: 54px;
}

.swiper-container-horizontal>.pro-swiper-scrollbar {
    left: 0;
    background-color: #eeeeee;
    height: 1px;
    width: 100%;
}

.pro-swiper-scrollbar {
    height: 5px;
}

.pro-swiper-scrollbar .swiper-pagination-progressbar-fill {
    background-color: #0099dd;
    /* 针对不支持渐变的浏览器 */
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
}

.pro-item a {
    color: #333333;
    text-align: center;
    display: block;
}

.pro-item a:hover {
    text-decoration: none;
}

.pro-item-name {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 1rem;
}

.pro-item-name-more {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    position: relative;
    color: #0099dd;
    margin-top: 0.5rem;
}

.pro-item-name-more:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0099dd;
    transition: 0.5s;
}

.pro-item a:hover .pro-item-name-more:before {
    width: 80%;
    left: 10%;
}

#index-contact {
    position: relative;
    background: url(../images/index-contact-bg.jpg) right center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.index-contact-logo {
    position: absolute;
    right: 5%;
    bottom: 0;
}

.index-contact-p h1 {
    font-size: 2.25rem;
    font-weight: bolder;
    color: #ffffff;
    background: rgba(0, 153, 221, 0.8);
    display: inline-block;
    padding: 6px 20px;
}

.index-contact-container {
    padding-top: 160px;
    padding-bottom: 160px;
}

.index-news {}

.index-news-container {
    padding-top: 80px;
    padding-bottom: 80px;
    BORDER-TOP: 1PX solid #e8e8e8;
}

.news-items {}

.news-items a {
    display: block;
    color: #333333;
    position: relative;
    padding-left: 7px;
}

.news-items a:hover {
    text-decoration: none;
}

.news-items a .news-name {
    position: relative;
    margin-top: .5rem;
    height: 44px;
    line-height: 44px;
    font-size: 1.125rem;
    font-weight: bolder;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-items a .news-jj {
    height: 72px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-items a .news-time {
    margin-top: .5rem;
    height: 24px;
}

.index-news-pagination,
.index-factory-pagination,
.about-equip-pagination {
    position: relative;
    margin-top: 2rem;
    bottom: 0!important;
}

.index-news-pagination .swiper-pagination-bullet,
.index-factory-pagination .swiper-pagination-bullet,
.about-equip-pagination .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1b1b1b;
    opacity: 0.5;
    margin: 0 5px !important;
}

.index-news-pagination .swiper-pagination-bullet-active,
.index-factory-pagination .swiper-pagination-bullet-active,
.about-equip-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.index-news-pagination .swiper-pagination-bullet:focus,
.index-factory-pagination .swiper-pagination-bullet:focus,
.about-equip-pagination .swiper-pagination-bullet:focus {
    outline: none;
}

#foot {
    background: #1b1b1b;
    color: #ffffff;
}

#foot a {
    color: #ffffff;
}

#foot a:hover {
    color: #0099dd;
    text-decoration: none;
}

.foot-nav-con {
    float: left;
    width: calc(100% - 350px);
    padding-top: 60px;
    padding-bottom: 80px;
}

.foot-nav-contact {
    float: right;
    width: 300px;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background: #0099dd;
    position: relative;
}

.foot-nav-contact:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    bottom: -80px;
    height: 80px;
    left: 0;
    background: url(../images/footbg-icon.png) no-repeat;
    background-size: 100% 100%;
}

.foot-nav-item {
    float: left;
    width: 20%;
    padding-right: 15px;
}

.foot-nav-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 6px;
}

.foot-nav-conner ul li {
    list-style: none;
    margin-bottom: 3px;
}

.foot-nav-contact-tel {
    font-weight: bolder;
    font-size: 16px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 22px;
    padding: 15px 5px;
}

.foot-nav-contact-tel h4 {
    font-size: 16px;
    font-weight: bolder;
}

.foot-nav-contact-worktime {
    font-size: 16px;
    margin-top: 20px;
}

.foot-nav-contact-link {
    margin-top: 20px;
}

.foot-nav-contact-link ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.foot-nav-contact-link ul li a {
    font-size: 22px;
}

.foot-cipyright-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

#banner-img {
    background-size: cover;
    background-position: center center;
}

#container-serise {
    border-bottom: 1px solid #f2f2f2;
    margin-top: 26px;
}

.container-serice-container .swiper-wrapper .swiper-slide {
    width: auto !important;
}

.container-serice-container .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
    padding: 15px;
    color: #333333;
    font-size: 16px;
}

.container-serice-container .swiper-wrapper .swiper-slide a:hover {
    text-decoration: none;
    color: #0099dd;
}

.container-serice-container .swiper-wrapper .swiper-slide a:hover:after,
.container-serice-container .swiper-wrapper .swiper-slide a.active:after {
    border-bottom: 4px solid #0099dd;
    width: 100%;
}

.container-serice-container .swiper-wrapper .swiper-slide a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-img-con {
    padding-top: 160px;
    padding-bottom: 60px;
    min-height: 500px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#container-con {
    padding-top: 60px;
    padding-bottom: 120px;
}

.about-con {
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.swiper-btns {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 999;
}

.swiper-btns .swiper-btn {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #ffffff;
    background: #0099dd;
    padding: 3px 12px;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
}

.swiper-btns .swiper-btn:focus {
    outline: none;
}

.about-honor {
    margin-top: 60px;
    overflow: hidden;
}

.about-honor-con {
    position: relative;
    margin-top: 30px;
}

.about-honor-swiper .swiper-slide {
    width: auto;
}

.about-honor-item {
    text-align: center;
}

.about-honor-item img {
    max-height: 316px;
}

.about-honor-item .about-honor-name {
    padding: 10px 15px;
}

.about-honor-btns {
    position: absolute;
    top: 40%;
    opacity: 0;
    width: 100%;
    left: 0;
}

.about-honor-btns .swiper-btn {
    position: absolute;
}

.about-honor-con:hover .swiper-btns {
    opacity: 1;
}

.about-honor-con:hover .swiper-btns .swiper-btn {
    z-index: 10;
}

.about-honor-con .swiper-btns .swiper-btn.swiper-button-disabled,
.about-honor-con:hover .swiper-btns .swiper-btn.swiper-button-disabled {
    opacity: 0;
    cursor: unset;
}

.about-honor-con .swiper-btn.swiper-but-next {
    left: -50px;
}

.about-honor-con .swiper-btn.swiper-but-prev {
    right: -50px;
}

.about-honor-con .swiper-btn:hover {
    opacity: 1;
}

.honor-container {
    overflow: hidden;
}

.honor-con {
    margin-left: -15px;
    margin-right: -15px;
}

.honor-item,
.pro-items {
    padding: 15px;
    float: left;
    width: 25%;
    text-align: center;
}

.honor-name {
    padding: 10px;
}

.news-con {
    margin-left: -15px;
    margin-right: -15px;
}

.news-item {
    width: 33.3%;
    float: left;
    padding: 15px;
}

.news-con-title {
    text-align: center;
    color: #111111;
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    font-weight: bolder;
}

.news-share {
    border: #c5c5c5 1px dashed;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.news-conner {
    margin-top: 15px;
}

.contact-map-con {
    position: relative;
    height: 468px;
}

.contact-left {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.contact-right {
    float: right;
    width: 50%;
    padding-left: 15px;
}

.feedback-form .form-control {
    font-size: 14px;
}

.feedback-form .form-control-input {
    position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
    width: 100%;
    padding: 5px 15px;
    height: 40px;
    line-height: 26px;
    font-size: 14px;
    color: #333333;
    background-repeat: no-repeat;
    background-position: .5rem center;
    background-size: .5rem;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 0;
    transition: all .3s;
}

.feedback-form .form-textarea {
    height: auto;
    padding-left: 15px;
}

.feedback-form .form-control-input .form-control:focus,
.feedback-form .form-control-input .form-textarea:focus {
    color: #ffffff;
    background-color: #dddddd;
    border-color: #dddddd;
    outline: 0;
    box-shadow: none;
}

.feedback-form .form-control-input .form-control:focus::-webkit-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus:-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus::-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #ffffff;
}

.feedback-form .form-control-input .form-control:focus:-ms-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #ffffff;
}

.feedback-submit {
    background: #000000;
    color: #ffffff;
    border-radius: 0;
    width: 134px;
    height: 40px;
    float: right;
}

.feedback-submit:hover {
    color: #ffffff;
    background-color: #000000;
}

.down-item {
    margin-bottom: 1.5rem;
}

.down-item-row {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}

.down-item a {
    background: #eeeeee;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #333333;
}

.down-item a:hover {
    text-decoration: none;
}

.down-item a:hover .down-name {
    color: #0099dd;
}

.down-item a:hover .down-btns .down-btn {
    background: #0099dd;
    color: #ffffff;
    border-color: #0099dd;
}

.down-name {
    padding: 3px 15px;
    width: calc(100% - 60px);
    position: relative;
    padding-left: 40px;
}

.down-name .icon-pdf {
    display: inline-block;
    background-image: url(../images/icon-pdf.png);
    width: 25px;
    height: 31px;
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.down-time {
    text-align: center;
    padding: 3px 15px;
    width: 130px;
    flex: unset;
}

.down-btns {
    text-align: center;
    width: 140px;
    flex: unset;
}

.down-btn {
    text-align: center;
    display: inline-block;
    border: 1px solid #a5a5a5;
    padding: 3px 15px;
}

.pro-view-container .pro-view-left {
    width: 48%;
    float: left;
}

.pro-view-container .pro-view-right {
    width: 48%;
    float: right;
}

.pro-view-container .pro-img {
    text-align: center;
}

.pro-view-container .pro-title h2 {
    margin-top: 5px;
}

.pro-view-container .pro-title {
    font-size: 18px;
    position: relative;
    padding-right: 66px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.pro-view-back {
    position: absolute;
    right: 0;
    color: #0099dd;
    font-size: 14px;
    top: 14px;
}

.pro-view-back a {
    color: #0099dd;
}

.pro-view-back a:hover {
    color: #0099dd;
    text-decoration: none;
}

.pro-view-container .pro-view-jj {
    min-height: 200px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pro-view-img {
    margin: auto;
    position: relative;
}

.gallery-top {
    border: 1px solid #cdcdcd;
}

.gallery-top .swiper-slide {
    text-align: center;
    background: #ffffff;
}

.gallery-thumbs {
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    opacity: 0.4;
    border: 1px solid #cdcdcd;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #0099dd;
}

.pro-view-btns {
    position: absolute;
    top: 45%;
    opacity: 0;
    width: 100%;
    left: 0;
}

.pro-view-btns .swiper-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    background: #0099dd;
    color: #ffffff;
    font-size: 36px;
}

.pro-view-img:hover .swiper-btns {
    opacity: 1;
}

.pro-view-img:hover .swiper-btns .swiper-btn {
    z-index: 10;
}

.pro-view-img .swiper-btns .swiper-btn.swiper-button-disabled,
.pro-view-img:hover .swiper-btns .swiper-btn.swiper-button-disabled {
    opacity: 0;
    cursor: unset;
}

.pro-view-img .swiper-btn.swiper-but-next {
    left: 3%;
}

.pro-view-img .swiper-btn.swiper-but-prev {
    right: 3%;
}

.pro-view-img .swiper-btn:hover {
    opacity: 1;
}

.pro-view-img .swiper-btn:focus {
    outline: none;
}

.product-view-detail {
    margin-top: 5rem;
}

.product-view-detail-con {
    border-top: 1px solid #eeeeee;
    padding: 15px 0;
}

.clear1 {
    display: block;
}

.clear2 {
    display: none;
}

.clear3 {
    display: none;
}

@media screen and (max-width: 1200px) {
    .nav-con .navbar-nav .nav-link {
        padding: 32px 8px;
    }
    .navbar-nav .nav-item {
        padding: 0;
    }
    .navbar-nav {
        background: #0099dd;
    }
    .nav-con .navbar-nav .nav-link {
        color: #ffffff;
    }
    .nav-con .navbar-nav .nav-link:hover,
    .nav-con .navbar-nav .nav-item.show .nav-link {
        color: #ffffff;
    }
    .banner-img-con {
        min-height: 400px;
    }
}

@media screen and (max-width: 992px) {
    .nav-right {
        position: absolute;
        right: 15px;
        top: 34px;
    }
    .nav-con .navbar-container {
        width: 100%;
        max-width: none;
        padding: 0;
    }
    .navbar-nav .nav-item:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0;
    }
    .nav-con .navbar-nav .nav-link {
        padding: 20px 40px;
    }
    .navbar-nav .nav-item:before {
        left: 15px;
        top: 30px;
    }
    .navbar-nav .nav-item:first-child:before {
        display: block;
    }
    .nav-con .dropdown-menu {
        background: #fafafa;
        border-radius: 0;
        border: none;
        padding-left: 20px;
    }
    .index-about-left {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .index-about-right {
        width: 100%;
        float: none;
        margin-top: 2rem;
    }
    .serise-items {
        width: 50%;
    }
    .index-about-imgs ul li {
        display: inline-block;
        width: 30%;
    }
    .foot-nav-con {
        width: 100%;
        float: none;
    }
    .foot-nav-contact {
        width: 100%;
        float: none;
    }
    .foot-nav-item {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .foot-nav-conner ul li {
        display: inline-block;
        margin-right: 15px;
    }
    .foot-cipyright-container {
        text-align: center;
    }
    .foot-nav-con {
        margin-top: 60px;
    }
    .banner-img-con {
        min-height: 300px;
    }
    .honor-item,
    .pro-items {
        width: 33.3%;
    }
    .news-item {
        width: 50%;
    }
    .contact-left {
        float: none;
        width: 100%;
        padding-right: 0px;
    }
    .contact-right {
        float: none;
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
    .pro-view-container .pro-view-left {
        width: 100%;
        float: none;
    }
    .pro-view-container .pro-view-right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .pro-view-container .pro-title h2 {
        font-size: 1.6rem;
        padding-top: 10px;
    }
    .gallery-thumbs {
        display: none;
    }
    .pro-view-container .pro-view-jj {
        border-bottom: none;
    }
    .product-view-detail {
        margin-top: 2rem;
    }
	.swiper-app-nav{
		display:none;
	}
    .clear1 {
        display: none;
    }
    .clear2 {
        display: block;
    }
    .clear3 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #foot {
        margin-bottom: 54px;
    }
    #navbar-bottom {
        display: block;
    }
}

@media screen and (max-width: 680px) {
    .top-brand img {
        height: 40px;
    }
    .nav-con {
        height: 66px;
    }
    .nav-right {
        top: 22px;
    }
    .top-brand {
        padding-right: 50px;
    }
    .index-about-num {
        flex-direction: column;
    }
    .container-title h1,
    .index-contact-p h1 {
        font-size: 1.5rem;
    }
    .index-about-imgs ul li {
        display: inline-block;
        width: auto;
    }
    .honor-item,
    .pro-items {
        width: 50%;
    }
    .news-item {
        width: 100%;
    }
    .clear1 {
        display: none;
    }
    .clear2 {
        display: none;
    }
    .clear3 {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .pro-items {
        width: 100%;
        float: none;
    }
}