* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.text-white,
.text-white a {
    color: #fff !important;
}

#pages {
    margin: 50px 0;
    clear: both;
}

#pages a,
#pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #e77204;
    background-color: #e77204;
}

.trans,.cat-order-pitem img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
.text-white a:hover {
    color: #063b91;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
}


.text-brand,
.text-brand a,
a.text-brand {
    color: #e77204 !important;
}


.font-bold {
    font-weight: bold;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next,.swiper-button-next, .swiper-rtl .swiper-button-prev{color:#fff !important;}


.word-break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-brand2 {
    color: #103676;
}

.padding-left-60{padding-left:60px;}
.width18{width:18%;}


@media(min-width:1439px) {
    .container {
        width: 1400px;
    }
}

@media(min-width:1920px) {
    .container {
        width: 1600px;
    }
}

.margin-top-60 {
    margin-top: 60px;
}

.padding-zero {
    padding: 0;
}


.nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: transparent;
    padding-left: 15px;
}

.nav-bg .link {
    color: #fff !important;
}

.hide-catname {
    font-size: 32px;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-icon-brand {
    font-size: 48px;
}


.home-icon-en {
    color: #777;
    font-size: 20px;
}
.pro-rmtj{display:block;overflow:hidden}
.pro-rmtj-swiper{display:none;overflow:hidden}

.margin-top-30 {
    margin-top: 30px;
}

.col-sm-20 {
    width: 20%;
    padding: 0 15px;
    float: left;
}

.home-icon-item {
    border: 1px solid #777;
    border-radius: 20px;
    padding: 30px 15px 0 0;
    position: relative;
    overflow: hidden;
}

.home-icon-title {
    padding: 30px 20px;
    font-size: 32px;
}

.home-icon-num {
    /* background-color: #000; */
    font-size: 60px;
    padding-left: 15px;
    width: 80%;
    background-image: url(../../images/num.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.home-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #777;
    background-image: url(../../images/icon.png);
    margin-left: 15px;
    margin-top: 20px;
}

.home-icons {
    width: 100px;
    height: 100px;
    background-image: url(../../images/icons.png);
    position: absolute;
    right: 0;
    top: 0;
}


#swiper-icon{display:none;}





#icon .col-sm-20:nth-of-type(1) .home-icons {
    background-position: 0 0;
}

#icon .col-sm-20:nth-of-type(2) .home-icons {
    background-position: -100px 0;
}

#icon .col-sm-20:nth-of-type(3) .home-icons {
    background-position: -200px 0;
}

#icon .col-sm-20:nth-of-type(4) .home-icons {
    background-position: -300px 0;
}

#icon .col-sm-20:nth-of-type(5) .home-icons {
    background-position: -400px 0;
}


#icon .col-sm-20:nth-of-type(1) .home-icon {
    background-position: 0 0;
}

#icon .col-sm-20:nth-of-type(2) .home-icon {
    background-position: -60px 0;
}

#icon .col-sm-20:nth-of-type(3) .home-icon {
    background-position: -120px 0;
}

#icon .col-sm-20:nth-of-type(4) .home-icon {
    background-position: -180px 0;
}

#icon .col-sm-20:nth-of-type(5) .home-icon {
    background-position: -240px 0;
}


.swiper-wrapper .swiper-slide:nth-of-type(1) .home-icon {
    background-position: 0 0;
}

.swiper-wrapper .swiper-slide:nth-of-type(2) .home-icon {
    background-position: -60px 0;
}

.swiper-wrapper .swiper-slide:nth-of-type(3) .home-icon {
    background-position: -120px 0;
}

.swiper-wrapper .swiper-slide:nth-of-type(4) .home-icon {
    background-position: -180px 0;
}

.swiper-wrapper .swiper-slide:nth-of-type(5) .home-icon {
    background-position: -240px 0;
}



/* 面包屑导航 */
.sub_nav{
	width:100%;
	overflow:hidden;
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
	background: rgba(0, 0, 0, .6);
	}
.sub_nav ul{display: flex;
    align-items: flex-start;
    justify-content: center;}
.sub_nav li{position:relative;text-align:center;font-size:16px;}
.sub_nav li a{display:block;  color:#fff; padding: 25px 46px;line-height:30px;}
.sub_nav li a:after{content:"";display:block;width:1px; height:30px; position:absolute; right:0; top:50%; background:rgba(255,255,255,.5); -webkit-transform: translateY(-50%);transform: translateY(-50%);}
.sub_nav li.cur a{color:#fff; background:#e77204;}
.sub_nav li:hover a{color:#fff; background:#e77204;}
.sub_nav li:last-child a:after{display:none;}
/* .sub_nav li:hover a:after{left:0; width:100%;} */




.home-icon-item:hover .home-icon {
    /* background-color: #e77204; */
    background-position-y: -60px !important;
}

.home-icon-item:hover .home-icon-num {
    background-image: url(../../images/num2.jpg);
}

.home-icon-item:hover,
.home-icon-item:hover .home-icon {
    border-color: #e77204;
    color: #e77204;
}

.home-icon-item:hover {
    margin-top: -15px;
    margin-bottom: 15px;
}

.home-about {
    background-image: url(../../images/about-bg.jpg);
    padding-top: 80px;
    padding-bottom: 200px;
}

.home-about-line {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.home-about-des {
    font-size: 18px;
    padding-top: 50px;
    line-height: 1.75em;
    letter-spacing: .5px;
}

.home-about-num {
    background-color: #fff;
    padding: 30px 0;
    overflow: hidden;
    margin-top: -80px;
    font-size: 18px;
}

.anm-num {
    font-size: 60px;
}

.home-buy-des {
    font-size: 18px;
    padding-top: 30px;
    line-height: 1.75em;
    letter-spacing: .5px;
}

.buy-en {
    padding-top: 50px;
}

.container-buy-item {
    width: 14.28%;
    float: left;
    background-image: url(../../images/buy-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
}

.buy-icon {
    width: 90px;
    height: 90px;
    margin: auto;
}

.buy-icon-title {
    font-size: 18px;
}

.container-buy .container-buy-item:nth-of-type(1) .buy-icon {
    background-position: 0 0;
}

.container-buy .container-buy-item:nth-of-type(2) .buy-icon {
    background-position: -90px 0;
}

.container-buy .container-buy-item:nth-of-type(3) .buy-icon {
    background-position: -180px 0;
}

.container-buy .container-buy-item:nth-of-type(4) .buy-icon {
    background-position: -270px 0;
}

.container-buy .container-buy-item:nth-of-type(5) .buy-icon {
    background-position: -360px 0;
}

.container-buy .container-buy-item:nth-of-type(6) .buy-icon {
    background-position: -450px 0;
}

.container-buy .container-buy-item:nth-of-type(7) .buy-icon {
    background-position: -540px 0;
}

.container-buy-item {
    border-right: 1px solid #fff;
}

.container-buy .container-buy-item:hover .buy-icon {
    background-position-y: -90px;
}

.container-buy-item:hover {
    border-top-color: #e77204;
    border-bottom-color: #e77204;
    background-color: #e77204;
    background-image: url(../../images/buy-bg-c.jpg);
    background-size: contain;
}

.container-buy-item {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.home-product {
    /* background: url(../../images/home-pro-bg.jpg) no-repeat center; */
    overflow: hidden;
}

.home-pro-bg {
    padding: 60px 150px;
    /* background-color: rgba(0, 0,0,.7); */
    /* width: 50%; */
    background: url(../../images/pro-bg.jpg) no-repeat center; 
	background-size:cover;
}
@media(min-width:1200px){
	.home-pro-bg {
		height:840px;
	}
}
.home-pro-icon-item {
    padding: 30px 0;
}

#home-product-icon {
    overflow: hidden;
    font-size: 18px;
}

.pro-icon-img {
    background: url(../../images/icon-pro.png) no-repeat;
    width: 60px;
    height: 60px;
    margin: 15px auto;
}

#home-product-icon .home-pro-icon-item:nth-of-type(1) .pro-icon-img {
    background-position: 0 0;
}

#home-product-icon .home-pro-icon-item:nth-of-type(2) .pro-icon-img {
    background-position: -60px 0;
}

#home-product-icon .home-pro-icon-item:nth-of-type(3) .pro-icon-img {
    background-position: -120px 0;
}

#home-product-icon .home-pro-icon-item:nth-of-type(4) .pro-icon-img {
    background-position: -180px 0;
}

#home-product-icon .home-pro-icon-item:nth-of-type(5) .pro-icon-img {
    background-position: -240px 0;
}

#home-product-icon .home-pro-icon-item:nth-of-type(6) .pro-icon-img {
    background-position: -300px 0;
}

#home-product-icon .home-pro-icon-item:nth-of-type(7) .pro-icon-img {
    background-position: -360px 0;
}

#home-product-icon .home-pro-icon-item:nth-of-type(8) .pro-icon-img {
    background-position: -420px 0;
}

#home-product-icon .home-pro-icon-item:nth-of-type(9) .pro-icon-img {
    background-position: -480px 0;
}

#home-product-icon .home-pro-icon-item:hover .pro-icon-img {
    background-position-y: -60px;
}

.home-join {
    background: url(../../images/join-bg.jpg) no-repeat center;
    padding-top: 200px;
    overflow: hidden;
    background-size: cover;
}

.join-btn {
    font-size: 16px;
    background-color: #e77204;
    color: #fff;
    padding: 15px 50px;
    margin: 30px 0;
    display: inline-block;
    border-radius: 8px;
}

.join-icon-container {
    border-top: 1px solid #fff;
    margin-top: 50px;
}

.join-icon-item {
    padding: 30px 0;
    font-size: 16px;
    border-right: 1px solid #fff;
    border-top: 4px solid transparent;
}

.join-icon-item img {
    margin-bottom: 15px;
}

.join-icon-container .join-icon-item:nth-of-type(1) {
    border-left: 1px solid #fff;
}

.join-icon-item:hover img {
    transform: rotateY(180deg);
}

.join-icon-item:hover {
    border-top-color: #e77204;
}

.home-news-time {
    color: #777;
    font-size: 16px;
    padding: 10px 0;
}

.home-news-title {
    font-size: 22px;
}

.home-news-img {
    background: no-repeat center;
    height: 360px;
}

.home-news-pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
    margin-bottom: 30px;
}

.home-news-des {
    margin-top: 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-news-list {
    overflow: hidden;
}

.home-news-list:hover .home-news-arr {
    padding-left: 15px;
}

.home-news-bg {
    overflow: hidden;
    background-color: #063b91;
    padding: 15px;
    width: 100%;
    height: 510px;
}

.home-news-border {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    padding: 30px;
    position: relative;
}

.home-news-time {
    padding: 15px 0;
}

.border-news-des {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.75em;
}

.border-news-more {
    position: absolute;
    bottom: 45px;
    left: 15px;
    font-size: 16px;
}

.footer {
    padding-top: 50px;
    background-color: #333;
}

.footer-nav {
    line-height: 40px;
    font-size: 16px;
}

.footer-feedback {
    font-size: 32px;
    line-height: 40px;
}

.footer-line {
    border-top: 1px solid #717171;
    margin: 50px 0;
}

.footer-phone {
    font-size: 36px;
    font-family: fantasy;
}

.footer-ul {
    font-size: 16px;
    line-height: 2em;
}

.footer-ul a {
    color: #bfbfbf !important;
}

.copyright {
    line-height: 40px;
    font-size: 16px;
    padding: 15px 0;
    overflow: hidden;
}

.banner-c {
    position: relative;
}

.bread {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: 30px 0;
}

.bread-item {
    padding: 0 45px;
    font-size: 16px;
    border-right: 1px solid #fff;
}

.bread-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cat-about-des,
.page-about {
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: .5px;
}

.home-brand-in {
    font-size: 32px;
    padding: 15px 0;
}

.cat-about-num {
    overflow: hidden;
    padding: 50px 0;
    background-color: #f5f5f5;
}

.cat-about-num .home-icon-brand {
    line-height: 1.5em;
}

.cat-about-no {
    padding-top: 50px;
    overflow: hidden;
}

.cat-about-history {
    padding: 80px 0;
}

.history-info {
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
}

.history-time {
    font-size: 200px;
    color: #f5f5f5;
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    margin-left: -220px;
}

.about-history-time {
    font-size: 22px;
}

.about-history-time .swiper-slide-thumb-active {
    color: #e77204;
}

.history-time-line {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    position: relative;
    overflow: visible;
    padding-top: 15px;
}

.history-line-circle {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -8px;
}

.swiper-slide-thumb-active .history-time-line {
    border-color: #e77204;
}

.swiper-slide-thumb-active .history-line-circle {
    background-color: #e77204;
}

.swiper-slide-thumb-active {
    font-size: 32px;
}

/* .cat-about-culture {
    padding: 80px 0;
} */

.cat-culture-info {
    padding: 30px;
    background-color: #fff;
    font-size: 18px;
    overflow: hidden;
}

.cat-about-culture,
.cat-about-history {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .cat-about-culture {
    background-image: url(../../images/culture-bg.jpg);
} */

.cat-about-history {
    background-image: url(../../images/history-bg.jpg);
}

.cat-culture-title {
    font-size: 32px;
    /* padding-bottom: 20px; */
}

.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 320px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.honor-container a {
    display: table-cell;
    width: 100%;
    height: 320px;
    vertical-align: middle;
}

.honor-container a img {
    max-width: 100%;
    max-height: 320px;
    margin: 0 auto;
}

.honor-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
}

/* 加盟流程 */
.jmlc-pic{width:32%;float:left;}
.jmlc{width:15%;float:left;margin-right:30px;}
.jmlc:nth-child(5){margin-right:0;}

.cat-qua-en {
    font-size: 54px;
    line-height: normal;
}

.cat-qua-brand2 {
    font-size: 22px;
    padding-top: 30px;
}

.cat-qua-info {
    font-size: 18px;
    line-height: 30px;
}

.cat-qua-num {
    border: 1px solid #e77204;
    color: #e77204;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
}

.cat-qua-item {
    padding: 10px 0;
}

#cat-qua-info {
    padding-left: 30px;
}

.font-lighter {
    font-weight: lighter;
}

.cat-qua-choose {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.cat-qua-contont {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 16px;
}

.cat-qua-brand {
    font-size: 22px;
}

.cat-qua-c {
    padding-left: 15px;
    overflow: hidden;
}

.cat-qua-des {
    height: 50px;
    margin-top: 10px;
    font-size: 16px;
}

.cat-qua-contont:hover {
    margin-top: -10px;
    margin-bottom: 40px;
    box-shadow: 5px 5px 10px #ddd;
}

.partner-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
    background-color: #fff;
}

.partner-container a {
    display: table-cell;
    width: 100%;
    height: 100px;
    vertical-align: middle;
}

.partner-container a img {
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
}

.partner-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
    background-color: #fff;
}

#marquee {
    overflow: hidden;
}

#marquee li {
    float: left;
    padding: 0 15px;
    width: 500px !important;
}

#marquee .cat-qua-brand {
    padding-top: 10px;
}

.bread-container .bread-item:last-child {
    border: 0;
}

.cat-news-img,
.list-news-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-news-list .cat-news-img {
    height: 400px;
}

.cat-news-time,
.cat-news-des {
    font-size: 16px;
}

.cat-news-title {
    font-size: 24px;
    padding: 30px 0;
}

.cat-news-list,
.list-news {
    background-color: #f5f5f5;
    overflow: hidden;
}

.cat-news-des {
    color: #717171;
}

.cat-news-time {
    padding-top: 120px;
}

.list-news {
    overflow: hidden;
	margin-bottom:30px;
}

/* .list-news-img {
    height: 300px;
} 
.list-news-img img{
	min-height: 300px;
    width: auto !important;
    margin: auto;
    min-width: 100%;
}*/

.list-news .cat-news-title {
    padding-top: 80px;
}

.list-news-time {
    font-size: 18px;
}
.list-news-img{
	overflow:hidden;
}
.news-pic{display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 69.5%;}

.news-pic img{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.list-news:hover .list-news-img img{
	transform: scale(1.2);
}
.news-time-day {
    margin-top: 70px;
    font-size: 60px;
    padding: 15px 0;
}

.list-news-time {
    border-left: 1px solid #ddd;
}

.news-info {
    padding: 0 30px;
}

.show-news-info {
    font-size: 16px;
    padding: 15px 0;
    color: #777;
}

.show-news-info span {
    padding: 0 15px;
}

.show-news-title {
    font-size: 24px;
}

.show-news-content {
    font-size: 16px;
    line-height: 1.75em;
}

.next-brand {
    font-size: 24px;
}

.next {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 30px;
    background-color: #fff;
}

.code span {
    font-size: 22px;
    padding-left: 15px;
    border-left: 4px solid #e77204;
    display: block;
    margin-bottom: 15px;
}

.show-news-bg {
    background-color: #f7f7f7;
}

.show-news-container {
    background-color: #fff;
    padding: 30px;
}

.show-news-container {
    overflow: hidden;
}

.next,
.code {
    background-color: #fff;
    padding: 30px;
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 300px;
    padding: 5px;
    text-align: center;
    /* border: 1px #ddd solid; */
}

.honor-con{
	overflow:hidden;
	padding:0;
	height:245px;
	background:#fafafa;
}

.honor-con a{
	height:245px !important;
	}
.honor-con img{
	min-height:245px;
	max-height:245px !important;
/* 	min-width:100%; */
	height:auto;
}
.honor-con:hover img{
	transform: scale(1.2);
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}

.product-name {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 15px;
    overflow: hidden;
}

.cat-pro-title {
    font-size: 18px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}

.cat-pro-des {
    padding-top: 10px;
    font-size: 16px;
    color: #777;
    height: 80px;
}

.cat-pro-add {
    display: block;
    margin: auto;
    border: 1px solid #777;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    color: #777;
    margin-top: 30px;
}

.product-name:hover .cat-pro-add {
    color: #e77204;
    border-color: #e77204;
}

.banner-pro {
    padding: 150px 0 80px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.show-pro-title {
    font-size: 36px;
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
}

#show-pro {
    background-color: rgba(255, 255, 255, 1);
    padding: 60px 80px;
	box-shadow: 3px 3px 15px #ddd;
}
.show-pro .swiper-button-next,.show-pro .swiper-rtl .swiper-button-prev,.show-pro .swiper-button-prev,.show-pro  .swiper-rtl .swiper-button-next{color:#fff;}

.show-pro-thumb {
    margin-top: 15px;
}

.show-pro-par {
    font-size: 22px;
    padding-left: 15px;
    border-left: 4px solid #e77204;
    margin: 15px 0;
}

.show-par-des {
    line-height: 1.75em;
    font-size: 16px;
    color: #777;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}

.show-icon-c strong {
    font-size: 22px;
    color: #000;
}
.show-pro-xiangqing{
	padding:30px 0;
	line-height: 1.75em;
    font-size: 16px;
    color: #777;
    border-bottom: 1px solid #f5f5f5;
}

.show-icon-c {
    color: #777;
}
.show-pro-btn{
	border-top:1px dashed #ddd;
	margin-top:40px;
	padding-top:40px;
}
.show-pro-so{
	width: 180px;
    height: 44px;
    border-radius: 22px;
	text-align:center;
}
.show-pro-so a {
    display: inline-block;
    width: 180px;
    height: 44px;
    border-radius: 22px;
    text-align: center;
    background-color: #f1f1f1;
    line-height: 44px;
    font-size: 14px;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.show-pro-so a.mendian{
	margin-right: 15px;
    background-color:#e77204;
    color: #fff;
}
.show-pro-so span {
    display: inline-block;
    padding-left: 38px;
    background-position: left center;
    background-repeat: no-repeat;
}
.show-pro-so a.mendian span{
background-image:url(../../images/mendian1.png);
}
.show-pro-so a.mendian:hover {
    background-color: #f1f1f1;
    color: #333;
}
.show-pro-so a.mendian:hover span{
background-image:url(../../images/mendian.png)
}


#show-pro-thumb {
    padding: 15px;
}
.show-pro-xitong{margin-bottom:60px;}
.show-pro-video{margin-bottom:80px;}
.show-pro-xt-tit{
	padding: 38px 0;
    color: #333;
    font-size: 36px;
    border-bottom: 1px solid #b8b8b8;
}
.show-pro-xt-tit span{
	display: inline-block;
    font-family: DIN-BlackItalic;
}
.show-pro-xt-tit h3{
	display: inline-block;
    font-weight: 400;
    margin-left: 278px;
	font-size: 1.17em;
}
.show-pro-xt-tit h3 em{
	font-style: normal;
    font-size: 18px;
    color: #999;
}
.show-pro-xt-item{
	margin-top:100px;
	overflow:hidden;
}
.show-pro-xt-box{
	background-color: #fff;
    text-align: center;
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    padding: 60px 0 60px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 9%);
	margin-right:40px;
}
.show-pro-xt-box:last-child{
margin-right:0;}


.show-pro-xt-box i{
	display: block;
    height: 7px;
    background: url(../../images/pro-dot.png) center no-repeat;
    margin-bottom: 20px;
	margin-top:30px;
}
.show-pro-xt-box p{
	font-size:18px;
	color: #333;
    line-height: 28px;
}


/* 02 */
.pro-focus {
    background-color: #f1f1f1;
    padding: 58px 0 72px
}

.focus-list {
    margin-top: 75px;
    margin-left: -3%
}

.focus-list li {
    float: left;
    width: 22%;
    margin-left: 3%
}

.focus-list li .pic {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 130%;
    border: 2px solid #fff;
    border-radius: 20px
}

.focus-list li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.focus-list li p {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 28px;
    margin-top: 25px
}

/* 03 */
.pro-ingenuity {
    background-color: #fff;
    padding: 90px 0 115px
}

.ingenuity-list {
    margin-top: 90px
}

.ingenuity-list li {
    position: relative
}

.ingenuity-list li .content {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 8%
}

.ingenuity-list li .pic {
    float: right;
    width: 50%
}

.ingenuity-list li .pic img {
    display: block;
    width: 100%
}

.ingenuity-list li:nth-child(even) .pic {
    float: left
}

.ingenuity-list li:nth-child(even) .content {
    right: 0;
    padding-left: 13%;
    padding-right: 0
}

.ingenuity-list li .tit {
    font-size: 36px;
    line-height: 1.34em;
    color: #333;
    margin-bottom: 32px
}

.ingenuity-list li p {
    font-size: 18px;
    color: #666;
    line-height: 1.67em
}


/* 04 */
.pro-color {
    background-color: #f1f1f1;
    padding: 40px 0 100px
}
.pro-color .show-pro-xt-tit{
    margin-bottom: 78px
}
.pro-data {
    margin-bottom: 65px
}

.pro-data .left {
    float: left;
    width: 13%;
    font-size: 24px;
    color: #333;
    padding-top: 36px
}

.pro-data .right-ul {
    float: right;
    width: 87%
}

.pro-data .right-ul li {
    float: left;
    text-align: center;
    margin-right: 85px
}

.pro-data .right-ul li .pic {
    width: 108px;
    height: 108px
}

.pro-data .right-ul li .pic img {
    display: block;
    width: 100%
}

.pro-data .right-ul li p {
    font-size: 14px;
    color: #333;
    margin-top: 10px
}


/* 05 */
.pro-scenarios {
    background-color: #fff;
    padding-top: 65px
}

.pro-scenarios .show-pro-xt-tit {
    margin-bottom: 90px
}

.scenarios-ul {
    margin: 0 -5px 110px
}

.scenarios-ul li {
    float: left;
    width: 25%;
    padding: 0 5px
}

.scenarios-ul li .item {
    position: relative
}

.scenarios-ul li .item .pic {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 41%
}

.scenarios-ul li .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.scenarios-ul li .item .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.scenarios-ul li .item .text p {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px
}





.cat-join-brand {
    font-size: 22px;
    line-height: normal;
}

.join-num .anm-num {
    font-size: 72px;
}

.join-num-item {
    padding: 50px 0;
    background-color: #e77204;
}

.join-num-item h3 {
    margin: 0;
}

.join-num-item .cat-join-brand {
    padding-left: 30px;
}

.join-num {
    margin-bottom: 30px;
}

.join-des {
    line-height: 2em;
    font-size: 18px;
}

#join {
    background: url(../../images/join-bg1.jpg) no-repeat center;
    padding: 50px 0;
	background-size:cover;
}

.cat-join-b {
    font-size: 32px;
    padding-top: 160px;
    line-height: 1.75em;
}

.cat-join-line {
    width: 80px;
    border-bottom: 4px solid #e77204;
    margin: 15px 0;
}

.cat-join-c {
    padding: 0 15px;
}

.join-ol {
    padding-left: 30px;
    margin-bottom: 30px;
}

.cat-join-help {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.join-des-i,
.join-ol {
    font-size: 16px;
    line-height: 2em;
    color: #777;
}

.join-help-item {
    background-color: #fff;
    padding: 50px 30px;
    margin-bottom: 30px;
}

.cat-help-title {
    font-size: 18px;
    padding-top: 15px;
}

.cat-help-des {
    color: #777;
    padding-top: 5px;
}

.join-help-item:hover img {
    transform: rotate(45deg);
}

.hz-ul-left li,
.hz-ul-right li {
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    line-height: 60px;

}

.hz-ul-left li span {
    border-right: 4px solid #e77204;
    padding-right: 15px;
}

.hz-ul-right li span {
    border-left: 4px solid #e77204;
    padding-left: 15px;
}

.hz-ul-right li span,
.hz-ul-left li span {
    font-size: 16px;
}

.cat-join-bg {
    background-color: #000;
    font-size: 48px;
    padding: 80px 0;
}

.join-st {
    position: relative;
    font-size: 24px;
	color:#fff;
}

.join-s-num {
    font-size: 60px;
    color: #fff;
    font-family: fantasy;
}

.join-stp-item {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 15px 0;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feedback-info input {
    border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 100%;
}

.feedback-info {
    margin-bottom: 30px;
}

.btn-feedback {
    color: #fff;
    background-color: #e77204;
    border-color: #e77204;
    padding: 10px 30px;
    margin-left: 15px;
}

#join-feedback {
    background: url(../../images/apply-bg.jpg);
    padding: 60px;
    overflow: hidden;
}

#join-feedback .form-horizontal {
    width: 100%;
    overflow: hidden;
}

.num-about-item h2 {
    font-weight: bold;
}

.num-about-item {
    border-left: 1px solid #ddd;
    text-align: center;
    margin-bottom: 30px;
}

.map #container {
    height: 500px;
}

.info-title {
    background-color: #0089e1;
    color: #fff;
    padding: 5px 10px;
}

.info-content {
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 10px;
}

.sub-link:hover {
    background-color: #e77204 !important;
    color: #fff !important;
}

.form-control,
.input-text,
textarea,
#q,
select {
    font-size: 16px;
    line-height: 1.75em;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.show-pro-content {
    font-size: 16px;
    line-height: 1.75em;

}

/* .case-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
} */
.case-item-box{width:100%}
.case-pic {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 66.8%;
}
.case-pic img{
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.case-item-box:hover .case-pic img{
-webkit-transform: scale(1.08); */
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
	}



.case-info {
    font-size: 16px;
    line-height: 2em;
}

.banner {
    position: relative;
    overflow: hidden;
}

@media(min-width:1600px) {
    .container {
        width: 1600px;
    }
}

@media(max-width:768px) {
    .logo {
        /* max-width:60% !important; */
        padding-top: 8px;
    }
	
    .home-icon-brand {
        font-size: 24px;
    }
	.cat-order .col-sm-20{width:50%;}
	.star-item{margin-bottom:20px;}

    .menue-header-m .menue-logo {
        max-width: 60%;
    }

    .col-sm-20 {
        width: 20%;
		padding:0 10px;
    }



    .home-icon-item {
        margin-bottom: 30px;
    }

    .container-buy-item {
        width: 33.3333%;
    }

    .home-icon-title {
        padding: 15px 20px;
		font-size:16px;
    }
	.home-icon-num{font-size:40px;}
	.home-icon-en{font-size:14px;}
	.home-about-des{font-size:14px;}
	.home-about{padding-bottom: 150px;}
	.home-about-num{
	width: 95%;
    margin: -100px auto 0;
	font-size:inherit;
	}

    .anm-num {
        font-size: 32px;
    }
	.home-num-title{font-size:12px;}

    .home-about-num .col-sm-20 {
        margin-bottom: 30px;
		width:50%
    }

    .buy-en {
        margin-top: 0;
        padding-top: 0;
    }

    .margin-top-60 {
        margin-top: 30px;
    }

    .home-pro-bg {
        width: 100%;
    }

    #home-product-icon {
		overflow: scroll;
		display: flex;
    }

    #home-product-icon .home-pro-icon-item {
        width: 33.33333% !important;
        float: left;
		padding:30px 20px;
		font-size:12px;
    }
 	.home-buy-des{display:none;}
    .home-pro-bg {
        padding: 30px 15px;
    }

    .join-icon-item {
        border-bottom: 1px solid #fff;
		width:16.666%;
    }
	.join-icon-item img{width:30px; height:30px;}
	.join-icon-item{font-size:12px;padding: 15px 0;}

    .home-join {
        padding-top: 80px;
    }
	.phone-width{width:280px}

    .home-news-list {
        margin: 15px 0;
    }
	.home-news-img{height:260px;}
	.home-news-title{font-size:16px;}
	.home-news-des{font-size:12px; color:#999999;}
	.border-news-des{font-size:12px;}
    .home-news-list .col-sm-5,
    .home-news-list .col-sm-7 {
        padding: 0;
    }

    .home-news-pic {
        height: 220px;
    }

    .copyright {
        text-align: center;
		line-height: 24px;
	    font-size: 14px;
		color:#999;
    }
    .copyright a{color:#999 !important; }
    .cat-pro-title {
        font-size: 16px;
    }

    .bread-container {
        display: none;
    }

    .product-name .col-xs-10 {
        height: 40px;
        overflow: hidden;
        padding-left: 10px;
    }
	.jmlc-item{overflow:scroll;display:flex;}
    .cat-qua-en {
        font-size: 20px;
    }
	.cat-join-brand{font-size:14px;}


    .cat-join-b {
        padding-top: 80px;
        font-size: 16px;
    }
	.join-num-item{
	padding:50px 10px;
	text-align: left;
    margin-bottom: 20px;
	}
	.join-num-item h3{font-size:14px;}
	.join-num .anm-num{font-size:60px;}
	.join-des{padding: 0 10px;font-size:16px;}

#power{padding:0 10px;}
#power img{margin-bottom:20px;}


    .hz-ul-left li span {
        border-right: none;
        border-left: 4px solid #e77204;
        padding-right: 0;
        padding-left: 15px;
    }

    .hz-ul-left {
        text-align: left;
    }

    .xj-nine .product-container {
        height: 120px;
    }
	.product-container{padding:0;}
    .product-container,
    .product-container a,
    .case-container,
    .case-container a {
        height: 220px;
    }
	.honor-con img{min-height:auto;}
    .case-container a img {
        max-height: 220px;
    }
    .product-container, .product-container a{height:118px;}
	.product-container a img{max-height: 118px;}

    .list-news .cat-news-title {
        padding-top: 15px;
        padding-bottom: 0;
		font-size:16px;
    }
	.cat-news-des{font-size:14px;}
	.show-news-title{font-size:20px;}
	.show-news-container{padding: 30px 15px;}
	.show-news-info{font-size:12px;}
	.next-brand{font-size:16px;}
	.next a{font-size:14px;}

    .news-info {
        padding: 0 15px;
    }

    .list-news {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .news-time-year {
        padding: 15px 0;
    }

    .bread,
    .home-icons {
        display: none;
    }



    .page-about {
        padding: 0 15px;
    }

    .swiper-slide-thumb-active,
    .about-history-time {
        font-size: 16px;
    }

    .history-info {
        padding-top: 30px;
    }

    .home-about-line {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .home-news-border {
        padding: 15px 30px;
    }

    .home-news-bg {
        height: 360px;
    }

    .border-news-more {
        left: 30px;
		font-size:12px;
    }

    .home-icon-item {
        padding: 15px 0;
    }

	.footer-phone{font-size:22px;}
	.footer-line{margin:20px 0;}
	.footer-feedback{font-size:16px;}
	.feedback-info{margin-bottom:10px;}
	.feedback-info input{height:36px;line-height:36px;}
	.f-link{border-top:1px solid #717171;padding-top:10px;color:#999;}
	.f-link a{color:#999 !important;}

	.banner-pro{padding:60px 0 60px 0;}
	#show-pro{width:90%;padding:20px;}
	#show-pro .padding-left-60{padding-left:0;}
	.show-pro-title{font-size:24px;}
	.show-icon-c{width:33.333%;}
	.show-icon-c .center-block{width:40px;}

	.show-pro-xitong{padding:0 15px;margin-bottom: 40px;}
	.show-pro-xt-tit{font-size:18px;padding:10px 0;}
	.show-pro-xt-item{margin-top: 60px;}
	.show-pro-xt-tit h3{margin-left:10px;}
	.show-pro-xt-tit h3 em{display:none;}
	.show-pro-xt-box{width:31%;margin-right:10px;padding: 20px 0 20px;margin-bottom:10px;}
	.show-pro-xt-box:nth-child(3n){margin-right:0px;}
	.show-pro-xt-img{width:60px;margin:0 auto;}
	.show-pro-xt-box p{font-size:16px;}
	.show-pro-video{margin-bottom:40px;}
	.show-pro-video iframe{height:220px !important;}
	.pro-focus{padding:40px 10px;}
	.focus-list{margin-top:40px;}
	.focus-list li p{font-size:16px;}
	.pro-ingenuity{padding:40px 10px;}
	.ingenuity-list{margin-top:40px;}
	.ingenuity-list li .content,.ingenuity-list li .pic{
	width:100%;
	position: unset;
    transform: translateY(0px);
    padding-left: 0;
	}
	.ingenuity-list li{margin-bottom:20px;}
	.ingenuity-list li .tit{font-size:16px;margin-bottom:15px;}
	.ingenuity-list li p{font-size:14px;}
	.ingenuity-list li:nth-child(even) .content{padding-left:0;}
	.pro-color{padding:40px 10px;}
	.pro-color .show-pro-xt-tit{margin-bottom:40px;}
	.pro-data{margin-bottom:0;}
	.pro-data .left{width:100%;float:none;font-size:16px;}
	.pro-data .right-ul{width:100%;}
	.pro-data .right-ul li{margin-right:10px;}
	.pro-data .right-ul li .pic{width:60px;height:60px; }
	.pro-scenarios{padding-top:40px;padding-left:10px;padding-right:10px;}
	.pro-scenarios .show-pro-xt-tit{margin-bottom:40px;}
	.scenarios-ul{margin: 0 -5px 40px;}
	.scenarios-ul li{width:50%;margin-bottom:10px;}
	.scenarios-ul li .item .text p{font-size:16px;}

	.pro-rmtj{display:none}
	.pro-rmtj-swiper{display:block;}

	.list-news-img{height:auto;}
	.list-news-img img{min-height:auto;}

}

@media(max-width:1441px) {

    .footer-ul,
    .footer-nav {
        font-size: 14px;
    }

    .footer-nav .col-sm-2,
    .footer .hidden-xs .col-sm-2 {
        padding: 0;
    }

}

.banner0 {
    position: relative;
}

.banner-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.xj-nine #marquee .cat-qua-des {
    height: auto !important;
}

.culture-item {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 80px;
    overflow: hidden;
}

.cat-about-culture {
    position: relative;

}

.culture-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.culture-container {
    height: 700px;
}

.culture-item-title {
    font-size: 18px;
}

.culture-item-container {
    font-size: 40px;
    padding-top: 30px;
}

.cat-cul-i {
    position: relative;
}

.culture-info-black {
    position: absolute;
    bottom: -300px;
    left: 0;
    background-color: #e77204;
    width: 100%;
    padding: 80px 0;
    border-bottom: 4px solid #103676;
    border-radius: 50px 50px 0 0;
    display: none;

}

.culture-img {
    border: 1px solid #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    padding: 15px;
}

@keyframes rtop {
    from {
        bottom: -300px
    }

    to {
        bottom: 0
    }
}

.culture-info-black .cat-culture-title {
    padding-top: 30px;
}

.cat-cul-i:hover .culture-info-black {
    animation-name: rtop;
    animation-duration: 1s;
    display: block;
    animation-fill-mode: forwards
}

.culture-container,
.cat-about-culture {
    overflow: hidden;
}

.cat-pro-des {
    padding-top: 10px;
}

.cat-product-des {
    font-size: 16px;
    color: #777;
    overflow: hidden;
    margin-top: 10px;
}

.banner-text {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -60px;
}

@media(max-width:768px) {
    .cat-culture-title {
        font-size: 22px;
    }

    .culture-info-black {
        padding: 15px 0;
    }

    .culture-item,
    .cat-culture-info {
        padding: 15px;
    }

    .culture-item-container {
        font-size: 28px;
    }

    .cat-culture-info .pull-right,
    .cat-culture-info .pull-left {
        display: block;
        float: none !important;
        margin: auto;
    }

    .cat-culture-info .pull-right img {
        display: block;
        margin: auto;
    }

    .cat-cul-i {
        margin-bottom: 30px;
    }

    .cat-culture-en {
        height: 54px;
    }

    .sw-honor .honor-container,
    .sw-honor .honor-container a {
        height: 150px;
    }

    .sw-honor .honor-container a img {
        max-height: 150px;
    }

    .sw-honor .honor-name {
        line-height: 1.5em;
    }
	.product-name{padding:5px;}
    .cat-product-des {
        display: none;
    }

    .cat-pro-add {
        margin-top: 10px;
		width: 20px;
	    height: 20px;
		line-height:20px;
    }

    .cat-pro-title {
	height: 40px;
    line-height: 40px;
	overflow: hidden;
    }

    .cat-help-des {
        height: 85px;
        overflow: hidden;
    }

    .hz-ul-left li,
    .hz-ul-right li {
        line-height: 2em;
    }

    .cat-join-bg {
        font-size: 24px;
    }

    .feedback-info input,
    .feedback-info textarea {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .form-group .btn {
        width: 50%;
        margin: auto;
        display: block;
    }

    .cat-join-c {
        padding: 0;
    }

    .banner-text {
        font-size: 32px;
        margin-top: -22px;
    }
	.hz-img img{margin-top:20px;}

    .join-help-item {
        padding:30px 10px;
    }
    .join-help-item img{
	width:40px;
	height:40px;
	}
	.cat-help-title{font-size:16px;}
	#steps{overflow:scroll;}

	.jmlc{width:200px;display:block;}
	.join-stp-item{width:200px;}
	.jmlc-pic-box{width:200px;}

#join-feedback{padding:60px 10px;}
.cat-pro-des{font-size:14px;height:160px;}

}

@media(max-height:1600px) {
    .cat-join-b {
        padding-top: 30px;
    }
}

#allmap {
    height: 600px;
}

#allmap img,
#map img,
#shop img {
    max-width: inherit;
}

.store-search .input-text {
    width: 70%;
    float: left;
}


.tit3 {
    font-size: 22px;
    padding-bottom: 10px;
}

.add,
.tel {
    color: #777;
    font-size: 16px;
    line-height: 1.75em;
}

.store-ul li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.store-ul li .fa {
    padding-right: 10px;
    font-size: 18px !important;
}

.shop-active,
.store-ul li:hover .tit3,
.store-ul li:hover .fa {
    color: #e77204 !important;
}

.home-brand-line {
    width: 50px;
    height: 4px;
    background-color: #e77204;
}

.show-house {
    position: relative;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.line1,
.line2,
.line3,
.line4,
.line5,
.line6,
.line7,
.line5-img {
    position: absolute;
}

.line1,
.line2,
.line3 {
    left: 0;
}

.line4 .show-line-info,
.line5 .show-line-info,
.line6 .show-line-info,
.line7 .show-line-info {
    float: right;
}

.line4,
.line5,
.line6,
.line7 {
    right: 15px;
}

.line1 {
    top: 55px;
}

.line2 {
    top: 200px;
}

.line3 {
    bottom: 60px;
}

.line4 {
    top: 135px;
    width: 450px;
}

.line5 {
    top: 0px;
}

.line5-img {
    top: 70px;
    right: 300px;
}

.line6 {
    bottom: 300px;
    overflow: visible;
}

.line6 img {
    position: absolute;
    left: -130px;
    bottom: -150px;
}

.line7 {
    bottom: 200px;
}

.show-line-title {
    font-size: 18px;
    padding-bottom: 10px;
}

.show-line-info {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    width: 300px;
    overflow: hidden;
}

.left-num1,
.left-num2,
.left-num3,
.left-num4,
.left-num5,
.left-num6,
.left-num7 {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #e77204;
    z-index: 999;
    cursor: pointer;
}

.left-num1 {
    top: 40px;
    left: 420px;
}

.left-num2 {
    top: 300px;
    left: 450px;
}

.left-num3 {
    bottom: 45px;
    left: 400px;
}

.left-num4 {
    top: 120px;
    right: 440px;
}

.left-num5 {
    top: 100px;
    right: 550px;
}

.left-num6 {
    bottom: 160px;
    right: 400px;
}

.left-num7 {
    bottom: 180px;
    right: 600px;
}

.show-line-item {
    display: none;
}

.cat-order-pitem {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 50px 0;
    background-color: #000;
}

.cat-order .col-sm-20:nth-of-type(odd) a:nth-of-type(odd) .cat-order-pitem {
    padding: 80px 0;
}

.cat-order .col-sm-20:nth-of-type(even) a:nth-of-type(even) .cat-order-pitem {
    padding: 80px 0;
}

.star-item,
.cat-order-pitem {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.star-item {
    padding: 30px 0;
    font-size: 18px;
}

.star-img {
    height: 150px;
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
}

.star-item:hover .star-img img {
    transform: scale(.8);
}

.step-item {
    padding: 15px;
    border: 1px solid #000;
    font-size: 18px;
    width: calc(100% - 40px);
    position: relative;
    margin-bottom: 30px;
}

.step-num {
    font-size: 32px;
    font-family: cursive;
    font-weight: bold;
    color: #777;
}

.step-item::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: url(../../images/right.jpg) center no-repeat;
    right: -56px;
    top: 50%;
    margin-top: -20px;
}

.step-num-title {
    text-align: center;
    padding-top: 10px;
}

.pull-right .step-item::after {
    background: none;
}

.pull-right .step-item::after {
    background: url(../../images/left.jpg) center no-repeat;
}

.pull-right .step-item {
    float: right;
}

#steps .col-sm-20:nth-of-type(5) .step-item::after {
    background: url(../../images/down.jpg) center no-repeat !important;
    width: 20px;
    height: 40px;
}

#steps .col-sm-20:nth-of-type(6) {
    margin-right: 40px;
}

.step-item:hover .step-num-img img {
    transform: rotate(360deg);
}

.form-group-item {
    position: relative;
}

.form-group-item input {
    opacity: 0;
}

.form-group-item select {
    position: absolute;
    top: 0;
    left: 0;
}

#order {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.order-left {
    background-color: #fff;
    overflow: hidden;
    padding: 80px 0;
    border: 1px solid #ddd;
}

.order-form input#tel {
    margin: 15px 0;
}

.home-icon-brand2 {
    font-size: 32px;
}

.home-brand-in2 {
    font-size: 22px;
}

.order-btn {
    padding: 0 15px;
}

.order-btn .btn {
    border-radius: 0;
    padding: 10px 0;
}

.nav-active ,a.link:hover{
    color: #e77204 !important;
    border-color: #e77204 !important;

}

.order-right {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
}

#map {
    height: 385px;
}

.BMapLabel {
    border: none !important;
    top: 5px !important;
}

#shop {
    height: 600px;
}

.btn-shop {
    border-radius: 0;
    width: 30%;
    background-color: #e77204;
    border: 1px solid #e77204;
    color: #fff;
    line-height: 1.75em;
}

.order-icon-img {
    margin-bottom: 15px;
}

.cat-order-pitem {
    font-size: 18px;
}


.sw-nav-title {
    font-size: 16px;
    padding-top: 15px;
}

@media(max-width:768px) {

    .show-house,
    .show-line-info {
        width: 100%;
    }

    .show-line-item {
        display: block !important;
        position: relative;
        overflow: hidden;
    }

    .show-line-item img {
        display: none;
    }

    .line4 .show-line-info,
    .line5 .show-line-info,
    .line6 .show-line-info,
    .line7 .show-line-info {
        float: none !important;
    }

    .line1,
    .line2,
    .line3,
    .line4,
    .line5,
    .line6,
    .line7 {
        top: auto;
        bottom: auto;
        right: auto;
    }

    .show-line-info {
        padding: 15px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.75em;
    }

    .step-item {
        width: 100% !important;
		padding:15px 10px;
    }

    .step-item::after {
        display: none;
    }
	.step-num{font-size:24px;}
	.step-num-title{font-size:14px;}
	.step-num-img img{width:24px;}
	.home-icon-brand2{font-size:24px;}
	#prov{margin-bottom:20px;}
	#county{margin-top:20px;margin-bottom:20px;}
    #steps .col-sm-20:nth-of-type(6) {
        margin-right: 0;
    }

    #steps .pull-right {
        float: left !important;
    }

    #store_form .col-xs-4:nth-of-type(1),
    #store_form .col-xs-4:nth-of-type(2) {
        padding-right: 0;
    }

    #order-maps {
        padding: 0;
    }

    .BMapLabel {
        display: none;
    }
}

.sub-nav-item {
    overflow: hidden;
}
.sub-hide{
    padding: 50px 0;
}
.nav-img{
    width: 100px;
	height:60px;
    margin: auto;
	overflow:hidden;
}
.f-link a{
	padding:0 15px;
	display:inline-block;
}
.join-stp-item:hover{
	background:#e77204 !important;
	color:#fff;
}
.brand-icon{
	background-image:url(../../images/brand-icon.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	padding:20px 0;
}
.search #q{
	border-radius:20px;
}
.search{
	position: relative;
	padding-top:20px;
	width: 150px;
}
.search .search-icon{
	position: absolute;
	right:10px;
	top:27px;
}
.search-icon .fa{
	font-size:22px !important;
	color:#ccc;
}
.search-icon{
	background-color:transparent;
	border:none;
}
.lang-nav-active{
	color:#e77204 !important;
}


.nav-img img{
	width:100%;
	height:auto;
}

.sub-nav-item .swiper-slide:hover .nav-img img,
.product-container:hover img {
    transform: scale(1.2);
}
@media(min-width:1921px){
	.home-p-left{
		padding-left:400px;
		height:840px;
	}
}
.home-p-imgs{
	height:840px;
}

.map-info{
	height:600px;
	overflow-y:scroll;
}

.mob-nav{
	background-color:#333;
	width:100%;
	position: fixed;
	bottom:0;
	left:0;
}
.mob-nav .col-xs-3{
	padding:5px 0;
	border-right:1px solid #666;
}
.mob-nav .col-xs-3:nth-of-type(4){
	border-right:none;
}
.mob-text{
	padding-top:5px;
}
.cat-order-pitem:hover img{
	 transform: rotate(360deg);
}
@media(max-width:768px){
	body{
		padding-top:60px;
		padding-bottom:65px;
	}
	.home-p-imgs{
		height:400px;
		background-size: cover;
		background-position: center;
	}
	.container-buy-item{
		width:150px;
		float:left;
		padding:10px 17px;
	}

	.buy-icon {width:60px; height:auto;}
	.buy-icon img{height:52px; width:52px; margin: 0 auto;}
	.buy-icon-title{font-size:14px;}

	.container-buy{
		overflow-x:scroll;
		display: flex;
	}
	#icon{display:none;}
	#swiper-icon{display:block;}


	#icon .col-sm-20{
		width:230px;
	}
	.home-icon-item{
		width:100%;
	}
	.sub_nav{display:none;}
}