/*nav-menu*/
.nav-btn {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: 60px;
    background: #3f9642;
    padding: 22px 20px;
    z-index: 10;
    cursor: pointer;
    transition: all .2s;
}
.nav-btn a{
	text-decoration: none;
}
.nav-btn img {
    width: 16px;
    height: 16px;
    display: block;
    vertical-align: middle;
}
.nav-btn span {
    display: block;
    position: absolute;
    top: 18px;
    left: 46px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
}
ul.menu-sub, ul.navList {
	padding: 0;
	list-style: none;
}
ul.menu-sub li,.navList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-bar {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    width: 320px;
    height: 60px; 
    padding-bottom: 40px;
    background: rgba(0,0,0,.62);
    z-index: 999;
    cursor: pointer;
}
.nav-item {
    position: relative;
    width: 100%;
}
.nav-item a.menu-tab {
    display: block;
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 auto;
    line-height: 60px;
    color: rgba(255,255,255,.75);
    font-size: 18px;
    border-bottom: 1px solid rgba(196,200,208,.14);
}
.nav-btn .active:after {
    content: "";
    display: block;
    position: absolute;
    width: 330px;
    top: 0;
    left: -10px;
    height: 60px;
    background: #3f9642;
    z-index: 1;
}
.menu-tab i {
    display: block;
    position: absolute;
    right: 2px;
    top: 22px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    transition: all .2s;
}
.menu-sub {
    display: none;
    width: 100%;
}
.menu-sub li {
    width: 100%;
}
.menu-sub li:hover {
    background: rgba(0,0,0,.5);
}
.menu-sub li a {
    display: block;
    position: relative;
    z-index: 2;
    width: 70%;
    margin: 0 auto;
    line-height: 50px;
    color: rgba(255,255,255,.75);
    font-size: 16px;
    border-bottom: 1px solid rgba(196,200,208,.14);
}
.show-sub i {
    transform: rotate(135deg);
}
.shop {
    width: 80%;
    margin: 90px auto 80px;
    border: 1px solid rgba(196,200,208,.75);
}
.shop {
    margin: 45px auto 80px;
}
.shop .shop-bar {
    border: none;
}
.shop-bar {
    position: relative;
    width: 100%;
    /* height: 50px; */
    padding: 15px;
    line-height: 36px;
    border-radius: 3px;
    border: 1px solid rgba(196,200,208,.14);
    color: rgba(255,255,255,.75);
    font-size: 16px;
}
.shop-bar h3 {
    line-height: 36px;
    font-size: 20px;
}
.shake {
    color: #FFF;
    -webkit-animation: move .5s infinite;
    animation: move .5s infinite;
    margin: auto;
    padding: auto;
}
.shop-bar .hot {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background: #ffcb15;
    color: #000;
    font-size: 14px;
    border-radius: 3px;
    animation: move .5s infinite;
    -moz-animation: move .5s infinite;
    -webkit-animation: move .5s infinite;
    -o-animation: move .5s infinite;
}
i, cite, em, var, address, dfn {
    font-style: normal;
}
li {
    list-style: none;
}
.shop-icon,.shop-icon li{
	margin: 0;
	padding: 0;
}
.shop-icon li {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 6px;
}

.shop .shop-icon {
    margin: 10px auto 20px 15px;
}
.shop-icon {
    margin: 10px auto;
    width: 100%;
}
.shop-icon li a {
    display: block;
    width: 100%;
    height: 100%;
}
.shop-icon li a img {
    width: 36px;
    height: 36px;
}
.shop-icon li a img {
    transition: all 0.5s;
}
.nav-btn img {
    width: 16px;
    height: 16px;
}
.nav-copyRight {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,.75);
}
.foot-top {
	text-align: center;
	margin-top: 2rem;
}
.wechat,.weibo,.jingdong,.tmall,.taobao{
	position: relative;
	display: inline-block;
	width: 43px;
	height: 43px;
	background: url(/template/jinhe/images/icon_bg.png);
}
a.wechat{
	background-position: -134px 0;
}
a.wechat:hover{
	background-position: -134px 0;
}
a.weibo{
	background-position: -2px 0;
}
a.weibo:hover{
	background-position: -2px 0;
}
a.jingdong {
    background-position: -176px 0;
}
a.tmall {
    background-position: -223px 0;
}
a.taobao {
    background-position: -272px 0;
}
.wechat-code {
	text-align: center;
	font-size: 0.8rem;
	color: gray;
	width: 8rem;
	position: absolute;
	bottom: -1rem;
	left: -8rem;

}
.wechat-code em{
	color: #3f9642;
}
.wechat-code img{
	width: 100%;
}
/*.foot-tel{
	display: inline-block;
	width: 150px;
	margin-left: 20px;
}
.foot-tel img{
	width: 100%;
	vertical-align: baseline;
}*/
.foot-tel{
	color: gray;
}
.foot-tel span{
	color: 1.1rem;
}
.foot-bottom{
	text-align: center;
}
.menu-bot, .menu-bot li{
	margin: 0.5rem 0 0.4rem;
	padding: 0;
	font-size: 1rem;
	display: inline-block;
}
.menu-bot a {
	color: gray;
	text-decoration-line: none;
	margin:	0.3rem;
}
.menu-bot a:hover{
	color: black;
}
.copyRight{
	color: gray;
	font-size: 0.85rem;
}
.copyRight a {
    color: gray !important;
    text-decoration: none;
}
.copyRight a:hover{
	color: #333333;
}
/*page*/
.x-container{
	max-width: 1920px;
	margin: 0;
	padding: 0;
}
.x-row{
	margin: 0;
	padding: 0;
}
.x-col{
	padding: 0;
	margin: 0;
}
.x-mentor{
	text-align: center;
}
.x-mentor img{
	max-width: 400px;
}

/*index css*/
.x-slide-show img{
	width: 388%!important;
    margin-left: -142%;
}
.x-brand img {
    width: 200%;
    margin-left: -37%;
}
.x-pro-advantage img{
	width: 100%;
}
.x-advantage-slide{
	background: #f2f2f2!important; 
}
.x-pro-advantage div:nth-child(1) img{
	margin-left: -16%;
}
.x-pro-advantage div:nth-child(2) img{
	margin-right: -24%;
}
.x-advantage-box{
	position: relative;
}
.x-advantage-txt{
	position: absolute;
	top: 10%;
	left: 12%;
}
.x-advantage-txt h3{
	font-size: 1.1rem;
	color: #4B4B4B;
    font-weight: 800;
    line-height: 2rem;
    border-bottom:2px solid #3282C5;
	border-image: -webkit-linear-gradient(to right,#3282C5,#95D0C0) 30 30;
	border-image: -moz-linear-gradient(to right,#3282C5,#95D0C0) 30 30;
	border-image: linear-gradient(to right,#3282C5,#95D0C0) 30 30;
}
.x-advantage-txt p{
	font-size: 0.8rem;
    color: #4B4B4B;
}
.x-contact-img {
    width: 350%;
}
.x-brand{
	position: relative;
}
.x-brand-block {
    margin-right: 20px;
    position: absolute;
    top: 3.5rem;
    left: 7%;
    color: #4B4B4B;
}
.x-brand-block h3 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 800;
    border-bottom: 2px solid #3282C5;
    border-image: -webkit-linear-gradient(to right,#3282C5,#95D0C0) 30 30;
    border-image: -moz-linear-gradient(to right,#3282C5,#95D0C0) 30 30;
    border-image: linear-gradient(to right,#3282C5,#95D0C0) 30 30;
}
.x-brand-zh {
    font-size: 1rem;
    line-height: 1.5rem;
}
.x-brand-en{
	font-size: 0.6rem;
}
.x-pro-icon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #f8f9fa;
	position: absolute;
	bottom: 0;
}
a.x-pro-icon-item {
    display: flex;
    background-color: #6eafcf;
    width: 32.7%;
    margin-bottom: 3px;
    text-align: center;
    height: 5rem;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}
a:hover.x-pro-icon-item {
    background-color: #508ead;
}
a.x-pro-icon-item img {
	width: 70%;
	transition: width 0.2s;
	-webkit-transition:  width 0.2s;
}
a:hover.x-pro-icon-item img {
	width: 80%;
}
.x-pro-technology{
	position: relative;
}
.x-pro-technology img {
    width: 320%;
    margin-left: -50%;
}
.x-technology-box{
	height: 76%;
    width: 80%;
    position: absolute;
    left: 10%;
    top: 12%;
    border: 6px solid white;
    padding: 0.5rem;
}
.x-technology-box p {
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: white;
}
.x-technology-box h3{
	font-size: 1.1rem;
    font-weight: 800;
    color: white;
    line-height: 2.5rem;
    border-bottom:2px solid #9C27B0;
	border-image: -webkit-linear-gradient(to right,#9C27B0,white) 30 30;
	border-image: -moz-linear-gradient(to right,#9C27B0,white) 30 30;
	border-image: linear-gradient(to right,#9C27B0,white) 30 30;
	margin-top: 3rem;
    margin-bottom: 2rem;
}
p.white-bg-txt{
	line-height: 2rem;
}
.white-bg-txt span{
	padding: 0.1rem 0.5rem;;
	color: #9C27B0;
	background-color: white;
	border-radius: 10px;

}
.x-contact{
	position: relative;
}
.x-contact-box{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 23%;
}
.x-contact-box{
	text-align: center;
	color: white;
}
.x-contact-box h3 {
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 2rem;
}
.x-contact-box p {
    font-size: 0.8rem;
    line-height: 1.3rem;
}
.x-qrcode-box{
	width: 30%;
	margin: auto;
	font-size: 0.8rem;
}
.x-qrcode-box img{
	width: 100%;
}
.x-contact-foot{
	padding: 1rem;
	color: white;
	text-align: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}
.x-contact-foot p {
    line-height: 0.8rem;
    margin: 0.8rem;
    font-size: 1rem;
}
.x-contact-foot input{
	background: none;
    border: none;
    border-bottom: 1px solid white;
}
.x-contact-foot .btn-light {
	color: white;
    background: #00000040;
    height: 1.3rem;
    font-size: 0.7rem;
    padding: 0 0.5rem;
}
/*page list*/
.top-banner{
	position: relative;
}
.top-banner img{
	width: 100%;
}
.x-secondary-nav {
	color: white;
	position: absolute;
    top: 60%;
    left: 8.2%;
    border-left: 3px solid #eb6c45;
    font-size: 1rem;
    padding-left: 10px;
}
.x-secondary-nav a{
	text-decoration: none;
	color: white;
	padding: 0 0.2rem;
	margin-right: 1rem;
	display: inline-block;
}
.x-secondary-nav a:hover {
    padding: 0 0.2rem;
    background: #3f9642;
    border-radius: 0.2rem;
}
.x-secondary-nav a.active{
	padding: 0 0.2rem;
    background: #3f9642;
    border-radius: 0.2rem;
}
.x-col-special {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.page-link{
	font-size: 0.8rem;
}
.page-num{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 0.8rem;
}
.page-num:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-num-current{
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-num{
	display: none;
}
.x-pictitle{
	text-align: center;
}
.x-about .x-pictitle{
	margin-bottom: -2.5rem;
}
.x-pictitle img{
	max-width: 100%;
	width: 100%;
}
/*page*/
.x-arc-box {
    margin: 0.5rem 0;
}
.x-arc-box img{
    max-width: 100%;
    height: auto !important;
}
.x-arc-box .x-content {
	overflow: hidden;
}
.x-news-time{
	font-size: 0.8rem;
	color: gray;
	text-align: center;
}
.x-media {
	margin: 1rem;
}
.x-media img{
	background: #6eafcf;
	width: 100px;
}
.x-media .media-body h5 a{
	color: #333333;
	margin-top: 0.2rem;
	font-family: "宋体";
}
.media-body{
	color: gray;
}
.x-card-box{
	margin: 0;
	padding: 0;
}
.x-card{
	padding: 0;
}
.x-card .card-body{
	padding: 0;
	text-align: center;
	vertical-align: center;
}
.x-card h5{
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
}
.x-card h5 a{
	color: #3f9642;
	text-decoration: none;
	padding: 0.1rem 0.3rem;
    border-radius: 0.2rem;
}
.x-card h5 a:hover{
	color: white;
	background-color: #3f9642; 
}
.x-card img{
	background: #6eafcf;
}
/*page detail*/
.x-news-title {
	font-size: 1.5rem;
	text-align: center;
	margin-top: 2rem;
	font-family: "宋体";
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.x-brand-block {
		margin-right: 20px;
		position: absolute;
		top: 30px;
		left: 50%;
		color: #4B4B4B;
	}
	.x-brand-block h3{
		font-size: 1.1rem;
		line-height: 2rem;
		font-weight: 800;
		border-bottom:2px solid #3282C5;
		border-image: -webkit-linear-gradient(to right,#3282C5,#95D0C0) 30 30;
		border-image: -moz-linear-gradient(to right,#3282C5,#95D0C0) 30 30;
		border-image: linear-gradient(to right,#3282C5,#95D0C0) 30 30;
	}
	.x-brand-zh{
		font-size: 0.6rem;
		line-height: 1rem;
	}
	.x-brand-block {
		top: 50px;
	}
	.x-brand-block h3{
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 3rem;
	}
	.x-brand-zh{
		font-size: 1rem;
    	line-height: 1.8rem;
	}
	.x-brand-en{
		font-size: 0.8rem;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.x-slide-show img{
		width: 100%!important;
	    margin-left: auto;
	}
	.nav-btn {
		width: 320px;
	}
	.x-advantage-txt h3{
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.x-brand img{
		width: 100%;
		margin-left: auto;
	}
	a.x-pro-icon-item {
		display: flex;
	    background-color: #6eafcf;
	    width: 16%;
	    margin-bottom: 5px;
	    text-align: center;
	    height: 80px;
	    align-items: center;
	    justify-content: center;
	    transition: background-color 0.2s;
	    -webkit-transition:  background-color 0.2s;
	}
	a:hover.x-pro-icon-item {
	    background-color: #508ead;
	}
	a.x-pro-icon-item img {
		width: 70%;
	}
	a:hover.x-pro-icon-item img {
		width: 80%;
	}
	.x-pro-advantage div:nth-child(1) img{
		margin-left: auto;
	}
	.x-pro-advantage div:nth-child(2) img{
		margin-right: auto;
	}
	.x-pro-advantage img{
	width: 90%;
	}
	.x-technology-box{
		height: 72%;
	    width: 74%;
	    left: 13%;
	    top: 14%;
	    border: 10px solid white;
	    padding: 3rem;
	}
	.x-technology-box p{
		margin-bottom: 1rem;
		font-size: 1rem;
		color: white;
		line-height: auto;
	}
	.x-technology-box h3{
		font-size: 1.5rem;
	    line-height: 3rem;
	    border-bottom:3px solid #9C27B0;
		border-image: -webkit-linear-gradient(to right,#9C27B0,white) 30 30;
		border-image: -moz-linear-gradient(to right,#9C27B0,white) 30 30;
		border-image: linear-gradient(to right,#9C27B0,white) 30 30;
		margin-top: auto;
	}
	.x-pro-technology img{
		width: 100%;
		margin: auto;
	}
	p.white-bg-txt{
		line-height: 2.3rem;
	}
	.white-bg-txt span{
		padding: 0.1rem 0.5rem;;
		color: #9C27B0;
		background-color: white;
		border-radius: 10px;

	}
	.x-contact-box{
		position: absolute;
		width: 80%;
		left: 10%;
		top: 10%;
	}
	.x-contact-box h3{
		font-size: 1.5rem;
		font-weight: 800;
		line-height: 1.5rem;
	}
	.x-contact-box p{
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
	.x-qrcode-box{
		width: 25%;
		margin: auto;
		font-size: 0.8rem;
	}
	.x-contact-img {
	width: 100%;
	}
	.x-foot-left {
	width: 50%;
	float: left;
	}
	.x-foot-right{
		width: 50%;
		float: right;
	}
	.x-contact-foot{
		padding: 1rem 2rem;
	}
	.x-contact-foot p{
		line-height: 1rem;
	    margin: 0.5rem;
	    font-size: 1rem;
	}
	/*page-list*/
	.x-secondary-nav {
	    border-left: 5px solid #eb6c45;
	    font-size: 1.5rem;
	    padding-left: 15px;
	}
	.x-secondary-nav a{
		color: white;
		margin-right: 2rem;
		font-size: 1.5rem;
	}
	.x-card-box{
		padding: 10px;
	}
	.page-num{
		display: block;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.x-brand-block {
		left: 55%;
		top: 100px;
	}
	.x-brand-block h3{
		font-size: 2rem;
		font-weight: 800;
		line-height: 4rem;
		margin-bottom: 2rem;
	}
	.x-brand-zh{
		font-size: 1rem;
    	line-height: 1.8rem;
	}
	.x-brand-en{
		font-size: 0.8rem;
	}
	a.x-pro-icon-item {
	    width: 10.8%;
	    margin-bottom: 5px;
	    height: 80px;
	}
	a:hover.x-pro-icon-item {
	    background-color: #508ead;
	}
	a.x-pro-icon-item img {
		width: 70%;
	}
	a:hover.x-pro-icon-item img {
		width: 80%;
	}
	.x-advantage-txt{
		top: 20%;
	}
	.x-advantage-txt h3{
		font-size: 2rem;
	    line-height: 4rem;
	    margin-bottom: 1rem;
	}
	.x-advantage-txt p{
		font-size: 1rem;
	}
	.x-technology-box{
	    border: 15px solid white;
	    padding: 6rem 5rem;
	}
	.x-technology-box p{
		margin-bottom: 1.5rem;
		font-size: 1rem;
		color: white;
		line-height: auto;
	}
	.x-technology-box h3{
		font-size: 2rem;
	    line-height: 4rem;
	    margin-bottom: 1rem;
	    border-bottom:3px solid #9C27B0;
		border-image: -webkit-linear-gradient(to right,#9C27B0,white) 30 30;
		border-image: -moz-linear-gradient(to right,#9C27B0,white) 30 30;
		border-image: linear-gradient(to right,#9C27B0,white) 30 30;
	}
	.x-technology-box:hover {
		border-color: #dddddd;
    	background-color: #646bb1;
	}
	p.white-bg-txt{
		line-height: 2.5rem;
	}
	.white-bg-txt span{
		padding: 0.1rem 0.5rem;;
		color: #9C27B0;
		background-color: white;
		border-radius: 10px;

	}
	.x-contact-box{
		position: absolute;
		width: 80%;
		left: 10%;
		top: 15%;
	}
	.x-contact-box h3{
		font-size: 2rem;
		font-weight: 800;
		line-height: 4rem;
	}
	.x-contact-box p{
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 2rem;
	}
	.x-qrcode-box{
		width: 20%;
		margin: auto;
		font-size: 1rem;
	}
	.x-contact-foot{
		padding: 1rem 10rem;
	}
	/*.foot-tel{
		width: 200px;
	}
	.foot-tel img {
	    vertical-align: bottom;
	}*/
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	a.x-pro-icon-item {
	    width: 10.8%;
	    margin-bottom: 5px;
	    height: 80px;
	}
	a:hover.x-pro-icon-item {
	    background-color: #508ead;
	}
	a.x-pro-icon-item img {
		width: 70%;
	}
	a:hover.x-pro-icon-item img {
		width: 80%;
	}
}