	html,
	body {
	    position: relative;
	    height: 100%;
	}
	
	#nav {
	    position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 999;
	}
	
	#nav.nav-scroll {
	    background: rgba(255, 255, 255, 0.76);
	}
	
	.top-nav-container {
	    padding-right: 160px;
	    position: relative;
	}
	
	.nav-con .navbar-nav .nav-link {
	    color: #333333;
	    padding-right: 1rem;
	    padding-left: 1rem;
	    padding-top: 1.2rem;
	    padding-bottom: 1.2rem;
	    position: relative;
	    font-size: 1rem;
	}
	
	.nav-con .navbar-nav .nav-link:hover {
	    color: #111111;
	}
	
	.nav-con .navbar-nav .nav-item.show .nav-link:after,
	.nav-con .navbar-nav .nav-item .nav-link:hover:after {
	    content: "";
	    position: absolute;
	    display: block;
	    left: 1rem;
	    right: 1rem;
	    height: 3px;
	    background: #aace37;
	    border: none;
	    margin-left: 0;
	}
	
	.nav-con .dropdown-toggle::after {
	    display: none;
	}
	
	.nav-con .dropdown-item:hover {
	    text-decoration: underline;
	    background-color: unset;
	}
	
	.top-right {
	    display: flex;
	    position: absolute;
	    right: 10px;
	}
	
	.search-btn {
	    display: block;
	    width: 32px;
	    height: 32px;
	    color: #222222;
	    background-color: #aace37;
	    text-align: center;
	    line-height: 32px;
	    border-radius: 16px;
	}
	
	.search-btn:hover {
	    color: #ffffff;
	}
	
	.top-lang-icon {
	    background: url(../images/icon-bg.png) no-repeat;
	    background-size: 100% 100%;
	    padding-right: 1rem;
	    padding-top: 4px;
	    padding-bottom: 4px;
	}
	
	.top-lang {
	    margin-left: 15px;
	}
	
	.top-lang-icon {
	    color: #222222;
	}
	
	.top-lang i.fa-globe {
	    margin-right: 5px;
	}
	
	.top-lang i.fa-angle-down {
	    margin-left: 5px;
	}
	
	.top-lang .show .dropdown-toggle i.fa-globe {
	    color: #222222;
	}
	
	.top-lang .dropdown-menu {
	    right: 0;
	}
	
	#banner {
	    position: relative;
	    z-index: 2;
	}
	
	.swiper-page {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    background: #aace37;
	    z-index: 999;
	    padding: 40px 49px 40px 154px;
	}
	
	.swiper-page:after {
	    content: "";
	    width: 154px;
	    height: 100%;
	    position: absolute;
	    right: -154px;
	    background: url(../images/swiper-page-icon.png) no-repeat;
	    background-size: cover;
	    top: 0;
	}
	
	.ui-loop {
	    position: relative;
	    display: inline-block;
	    width: 1.5vw;
	    height: 1.5vw;
	    bottom: 8%;
	    /* left:calc(10% + 200px); */
	    z-index: 10;
	}
	
	.path-loop {
	    fill: none;
	    stroke: #333;
	    stroke-miterlimit: 10;
	    stroke-width: 2px;
	}
	
	.path-loop-bg {
	    fill: none;
	    stroke: #fff;
	    stroke-miterlimit: 10;
	    stroke-width: 2px;
	    opacity: 1;
	}
	
	.swiper-button {
	    left: auto;
	    right: 12%;
	    position: absolute;
	    bottom: 11%;
	    width: 134px;
	}
	
	.banner-swiper .swiper-button-prev {
	    border: 2px solid #333;
	    border-radius: 50%;
	}
	
	.banner-swiper .swiper-button-next {
	    border: 2px solid #333;
	    border-radius: 50%;
	}
	
	.banner-swiper .swiper-button-next,
	.banner-swiper .swiper-button-prev {
	    width: 40px;
	    height: 40px;
	    background: none;
	    outline: none
	}
	
	.banner-swiper .swiper-button-next:after,
	.banner-swiper .swiper-button-prev:after {
	    color: #333;
	    font-size: 16px;
	    font-weight: bolder;
	}
	
	.banner-swiper .swiper-button-next:hover,
	.banner-swiper .swiper-button-prev:hover {
	    border-color: #aace37;
	    background: #aace37;
	}
	
	.banner-swiper .swiper-button-next:hover:after,
	.banner-swiper .swiper-button-prev:hover:after {
	    color: #ffffff;
	}
	
	.path {
	    fill: none;
	    stroke: #fff;
	    stroke-miterlimit: 10;
	    stroke-width: 1.8px;
	    transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
	}
	
	.banner-swiper .swiper-pagination {
	    position: relative;
	    color: #fff;
	    width: auto;
	    left: 10%;
	    bottom: 8%;
	    font-size: 20px;
	    display: inline-block;
	}
	
	.banner-swiper .swiper-slide {
	    perspective: 50vw;
	    perspective-origin: 50% 50%;
	}
	
	.banner-swiper .swiper-pagination ul {
	    width: 200px;
	}
	
	.banner-swiper .swiper-pagination ul li {
	    list-style: none;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	
	.banner-swiper .swiper-pagination .total {
	    margin-left: 50px;
	}
	
	.about-container {
	    padding-top: 8rem;
	    padding-bottom: 8rem;
	}
	
	.index-about-title {
	    margin-top: 0.5rem;
	}
	
	.container-title {
	    font-size: 1.5rem;
	    color: #111111;
	    margin-bottom: 2.5rem;
	}
	
	.container-title h1 {
	    font-size: 2.5rem;
	    font-weight: bolder;
	    margin-bottom: 1rem;
	}
	
	.container-more {
	    margin-top: 2rem;
	}
	
	.container-more a {
	    display: block;
	    width: 182px;
	    height: 42px;
	    background: url(../images/btn-more-bg.png) no-repeat;
	    background-size: 100% 100%;
	    color: #111111;
	    padding: 8px 42px;
	    position: relative;
	}
	
	.container-more a:after {
	    content: "";
	    background: url(../images/icon-jt.png) no-repeat;
	    width: 18px;
	    height: 9px;
	    display: block;
	    position: absolute;
	    right: 50px;
	    top: 17px;
	    transition: 0.5s;
	}
	
	.container-more a:hover:after {
	    right: 40px;
	}
	
	.index-pro-title {
	    background: url(../images/index-pro-bg.jpg) no-repeat;
	    background-size: cover;
	    background-attachment: fixed;
	}
	
	.contain-white-title {
	    color: #ffffff;
	    text-align: center;
	    height: 350px;
	    display: flex;
	    align-items: center;
	}
	
	.contain-white-more a {
	    background-image: none;
	    background-color: #aace37;
	    text-align: left;
	    margin: auto;
	    padding-left: 50px;
	}
	
	.index-pros {
	    background: #eeeeee;
	}
	
	.index-pro-item {
	    background: #eeeeee;
	    height: 230px;
	}
	
	.index-pro-item a {
	    display: block;
	    height: 230px;
	    overflow: hidden;
	    position: relative;
	}
	
	.index-pro-item a:after {
	    content: "";
	    transition: 0.5s;
	}
	
	.index-pro-item a:hover {
	    overflow: visible;
	}
	
	.index-pro-item a:hover:after {
	    top: -10px;
	    bottom: -60px;
	    left: 0;
	    right: 0;
	    background-color: #e6f5b7;
	    display: block;
	    position: absolute;
	    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
	}
	
	.index-pro-item-con {
	    position: relative;
	}
	
	.index-pro-item a:hover .index-pro-item-con {
	    z-index: 10;
	}
	
	.index-pro-serise-img {
	    position: absolute;
	    right: 0;
	    width: auto;
	    top: 60px;
	}
	
	.index-pro-item-names {
	    padding-top: 60px;
	}
	
	.index-pro-item-name-icon {
	    padding: 3px 20px 3px 10px;
	    display: inline-block;
	    background: url(../images/icon-bg.png) no-repeat;
	    background-size: 100% 100%;
	    font-weight: bolder;
	    color: #111111;
	}
	
	.index-pro-item-name {
	    font-size: 1.375rem;
	    color: #111111;
	    margin-top: 1rem;
	}
	
	.index-case-title {
	    background: url(../images/index-case-bg.jpg) no-repeat;
	    background-size: cover;
	    background-attachment: fixed;
	}
	
	.app-item {
	    position: relative;
	}
	
	.app-item:after {
	    content: "";
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    border-right: 1px solid #ffffff;
	    opacity: 0.3;
	}
	
	.app-item .app-img {
	    width: 100%;
	}
	
	.app-item-name {
	    position: absolute;
	    top: 45%;
	    width: 90%;
	    left: 5%;
	    color: #ffffff;
	    text-align: center;
	    font-size: 1.4rem;
	}
	
	.app-item-name img {
	    margin-bottom: 1.2rem;
	}
	
	.container-title-center {
	    text-align: center;
	}
	
	.news-container {
	    padding-top: 6rem;
	    padding-bottom: 6rem;
	}
	
	.news-list-swiper .swiper-slide {
	    padding: 7px;
	}
	
	.news-item {
	    padding: 15px;
	    border-radius: 6px;
	    background-color: rgb(255, 255, 255);
	    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
	}
	
	.news-item a .news-img {
	    overflow: hidden;
	}
	
	.news-item a .news-img img {
	    width: 100%;
	    transition: all 0.5s;
	}
	
	.news-item a:hover .news-img img {
	    -webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	    -webkit-transition: all 0.5s;
	}
	
	.news-item .news-content .news-name {
	    font-size: 1.125rem;
	    margin-top: 20px;
	    margin-bottom: 15px;
	    color: #111111;
	}
	
	.news-item .news-content .news-intro {
	    color: #333333;
	}
	
	.news-item .news-content .news-time {
	    margin-top: 15px;
	    margin-bottom: 15px;
	    color: #333333;
	}
	
	.index-news-more {
	    margin-top: 3rem;
	}
	
	.index-news-more a {
	    margin: auto;
	}
	
	#partner {
	    border-top: 1px solid #eeeeee;
	    padding: 20px 0;
	}
	
	.partner-swiper .swiper-slide {
	    width: auto !important;
	}
	
	#foot {
	    background: #1d1d1d;
	    position: relative;
	    z-index: 2;
	}
	
	.foot-con {
	    padding-top: 78px;
	    position: relative;
	    z-index: 10;
	    color: #ffffff;
	}
	
	#foot a {
	    color: #ffffff;
	}
	
	#foot a:hover {
	    color: #aace37;
	}
	
	.foot-1 {
	    margin-bottom: 10rem;
	}
	
	.foot-nav {
	    float: left;
	    width: 65%;
	}
	
	.foot-contact {
	    float: left;
	    width: 35%;
	    border-left: 1px solid #383838;
	    padding-left: 6%;
	    padding-bottom: 20px;
	    padding-top: 5px;
	}
	
	.foot-1-title {
	    border-left: 6px solid #aace37;
	    color: #ffffff;
	    font-size: 20px;
	    padding-left: 16px;
	    margin-bottom: 20px;
	}
	
	.foot-1-title span {
	    color: #ffffff;
	    font-size: 16px;
	    margin-left: 16px;
	    opacity: 0.3;
	}
	
	.foot-nav-con {
	    float: left;
	    width: 40%;
	}
	
	.foot-nav-conner {
	    padding-left: 22px;
	}
	
	.foot-nav-conner ul {
	    padding-left: 0;
	}
	
	.foot-nav-conner ul li {
	    list-style: none;
	}
	
	.foot-contact-follow {
	    margin-top: 40px;
	}
	
	.foot-contact-follow ul li {
	    list-style: none;
	    display: inline-block;
	    margin-right: 10px;
	}
	
	.foot-contact-follow ul li a {
	    display: block;
	    width: 40px;
	    height: 40px;
	    background: #2f2f2f;
	    border-radius: 50%;
	    font-size: 14px;
	    text-align: center;
	    line-height: 40px;
	    color: #ffffff;
	}
	
	.foot-contact-follow ul li a:hover {
	    background: #aace37;
	    color: #ffffff !important;
	}
	
	.foot-2 {
	    border-top: 1px solid #383838;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	
	.foot-2-brand {
	    float: left;
	}
	
	.foot-2-copyright {
	    float: right;
	    text-align: right;
	}
	
	.banner-img-con {
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    min-height: 600px;
	    position: relative;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}
	
	.banner-img-bread {
	    position: absolute;
	    width: 100%;
	    bottom: 0;
	    z-index: 9;
	}
	
	.banner-img-bread-con {
	    background: #aace37;
	    border-top-left-radius: 15px;
	    border-top-right-radius: 15px;
	    color: #ffffff;
	    padding: 12px 30px;
	}
	
	.banner-img-bread-con i.fa {
	    margin-right: 10px;
	}
	
	.container-title-white {
	    color: #ffffff;
	}
	
	.contain-con {
	    padding-top: 6rem;
	    padding-bottom: 10rem;
	    overflow: hidden;
	}
	
	.about-contact {
	    margin-top: 6rem;
	}
	
	.about-contact-p {
	    text-align: center;
	    margin-top: 3rem;
	    font-size: 1.125rem;
	}
	
	.about-contact-btn a {
	    margin: auto;
	}
	
	.news-contain {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	
	.news-items {
	    width: 33.3%;
	    float: left;
	    padding: 15px;
	}
	
	.news-con-title {
	    text-align: center;
	    color: #111111;
	    font-size: 30px;
	    margin-bottom: 15px;
	}
	
	.news-share {
	    border: #c5c5c5 1px dashed;
	    margin: 0 auto;
	    margin-top: 15px;
	}
	
	.news-conner {
	    margin-top: 15px;
	}
	
	.contact-p {
	    float: left;
	    width: calc(100% - 180px);
	}
	
	.contact-ewm {
	    float: right;
	    width: 172px;
	    padding-top: 50px;
	}
	
	.contact-maps {
	    position: relative;
	    width: 100%;
	    height: 500px;
	}
	
	#mapContact {
	    width: 100%;
	    height: 500px;
	}
	
	.partner-list {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	
	.partner-items {
	    padding: 15px;
	    float: left;
	    width: 25%;
	}
	
	.partner-item {
	    border: 1px solid #cccccc;
	    text-align: center;
	}
	
	.pro-list {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	
	.pro-items {
	    padding: 15px;
	    float: left;
	    width: 50%;
	}
	
	.pro-item {
	    padding: 15px;
	}
	
	.pro-item-img {
	    margin-top: 1.5rem;
	}
	
	.pro-item-name {
	    margin-top: 1.5rem;
	    font-size: 1.125rem;
	    padding-top: 1.2rem;
	    padding-bottom: 1.2rem;
	    color: #333;
	    border-top: 2px solid #eeeeee;
	    position: relative;
	}
	
	.pro-item-name:before {
	    content: "";
	    position: absolute;
	    width: 0;
	    top: -2px;
	    height: 2px;
	    background: #aace37;
	    transition: 0.5s;
	}
	
	.pro-item a:hover .pro-item-name:before {
	    width: 100%;
	}
	
	#pro-view-intro {
	    padding-top: 8rem;
	    padding-bottom: 6rem;
	    background: url(../images/pro-view-bg.png) no-repeat right bottom #eeeeee;
	    background-size: auto 70%;
	}
	
	.pro-view-container .pro-view-left {
	    width: 38%;
	    float: left;
	}
	
	.pro-view-container .pro-view-right {
	    width: 60%;
	    float: right;
	}
	
	.pro-view-container .pro-img {
	    text-align: center;
	}
	
	.pro-view-container .pro-title h3 {
	    margin-top: 10px;
	}
	
	.pro-view-container .pro-title {
	    font-size: 18px;
	    position: relative;
	    padding-right: 66px;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #ccc;
	    margin-bottom: 20px;
	}
	
	.pro-view-back {
	    margin-bottom: 2rem;
	}
	
	.pro-view-container .pro-view-jj {
	    min-height: 100px;
	    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: #aace37;
	}
	
	.pro-view-btns {
	    position: absolute;
	    top: 45%;
	    opacity: 0;
	    width: 100%;
	    left: 0;
	}
	
	.pro-view-btns .swiper-btn {
	    position: absolute;
	    width: 36px;
	    height: 36px;
	    border-radius: 50%;
	    line-height: 36px;
	    background: #aace37;
	    color: #ffffff;
	    font-size: 24px;
	}
	
	.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;
	}
	
	.pro-view-nav ul {
	    padding-left: 0;
	}
	
	.pro-view-nav ul li {
	    list-style: none;
	    display: inline-block;
	    margin-right: 3px;
	    margin-top: 3px;
	}
	
	.pro-view-nav ul li a {
	    padding: 20px;
	    color: #111111;
	    background: #eeeeee;
	    display: block;
	}
	
	.pro-view-nav ul li a:hover,
	.pro-view-nav ul li a.cur {
	    background: #aace37;
	}
	
	.pro-view-detail {
	    margin-top: 3rem;
	}
	
	.pro-view-tags {
	    background: #aace37;
	    padding: 15px;
	}
	
	.pro-view-tags #tags {
	    padding: 0;
	    overflow: hidden;
	    list-style: none;
	}
	
	.pro-view-tags #tags li {
	    float: left;
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	
	.pro-view-tags #tags li a {
	    color: #111111;
	    padding: 6px 20px;
	    display: block;
	    background: #aace37;
	    border-radius: 5px;
	    min-width: 138px;
	    text-align: center;
	}
	
	.pro-view-tags #tags .selectTag a {
	    color: #111111;
	    text-decoration: none;
	    box-shadow: 2px 2px 3px 2px rgb(1 1 1 / 20%);
	}
	
	.pro-view-tags #tags li a:hover {
	    color: #111111;
	    text-decoration: none;
	    box-shadow: 2px 2px 3px 2px rgb(1 1 1 / 20%);
	}
	
	.pro-view-container .tagContent {
	    PADDING: 10px;
	    margin-top: 1rem;
	}
	
	.tagContent {
	    display: none;
	}
	
	.selectTag {
	    display: block;
	}
	
	.clear1{
		display: block;
	}
	
	.clear2{
		display: none;
	}
	
	.clear3{
		display: none;
	}
	
	@media (min-width: 1200px) {
	    .container {
	        max-width: 1400px;
	    }
	}
	
	@media (max-width: 1200px) {
	    .swiper-page {
	        padding: 20px 20px 20px 118px;
	    }
	    .index-pro-item {
	        height: auto;
	    }
	    .index-pro-item a {
	        height: auto;
	    }
	    .index-pro-serise-img {
	        position: relative;
	    }
	}
	
	@media (max-width: 992px) {
	    #nav {
	        position: relative;
	    }
	    .swiper-page {
	        display: none;
	    }
	    .navbar-brand img {
	        max-width: 200px;
	    }
	    .banner-swiper .swiper-button-next,
	    .banner-swiper .swiper-button-prev {
	        width: 30px;
	        height: 30px;
	        background: none;
	        outline: none;
	    }
	    .swiper-button {
	        width: 90px;
	    }
	    .index-about-title {
	        float: left;
	    }
	    .index-about-icon {
	        float: right;
	        width: 150px;
	    }
	    .index-pro-serise-img {
	        top: 0;
	        margin-top: 10px;
	        margin-bottom: 10px;
	    }
	    .index-pro-item a:hover:after {
	        top: 0px;
	        bottom: 0px;
	    }
	    .foot-con {
	        padding-top: 50px;
	    }
	    .foot-1 {
	        margin-bottom: 30px;
	    }
	    .foot-nav {
	        float: none;
	        width: 100%;
	    }
	    .foot-nav-conner ul li {
	        display: inline-block;
	        margin-right: 10px;
	    }
	    .foot-contact {
	        float: none;
	        width: 100%;
	        border-left: none;
	        border-top: 1px solid #383838;
	        padding-left: 0;
	        margin-top: 20px;
	        padding-top: 30px;
	    }
	    .news-items {
	        width: 50%;
	    }
	    .contact-p {
	        float: none;
	        width: 100%;
	    }
	    .contact-ewm {
	        float: none;
	        width: 100%;
	        padding-top: 25px;
	    }
	    .contact-map {
	        height: 380px;
	    }
	    .partner-items {
	        width: 33.3%;
	    }
	    .pro-items {
	        width: 100%;
	    }
	    .pro-view-container .pro-view-left {
	        width: 100%;
	        float: none;
	    }
	    .pro-view-container .pro-view-right {
	        width: 100%;
	        float: none;
	    }
		.clear1{
			display: none;
		}
		
		.clear2{
			display: block;
		}
		
		.clear3{
			display: none;
		}
	}
	
	@media (max-width: 768px) {
	    .foot-con {
	        padding-top: 50px;
	    }
	    .foot-nav-con {
	        float: none;
	        width: 100%;
	        margin-top: 15px;
	    }
	    .foot-2-brand {
	        float: none;
	        text-align: center;
	    }
	    .foot-2-copyright {
	        float: none;
	        text-align: center;
	        margin-top: 15px;
	    }
		.contain-white-title {
			height: 250px;
		}
	}
	
	@media screen and (max-width: 500px) {
	    .news-items {
	        width: 100%;
	        float: none;
	    }
	    .partner-items {
	        width: 50%;
	    }
		.clear1{
			display: block;
		}
		
		.clear2{
			display: none;
		}
		
		.clear3{
			display: none;
		}
	}