.page-head{
	border-bottom: 1px solid #ddd;
}
.rd-navbar-nav-wrap{
	margin-right: 40px;
}
.menu-box{
	background: rgba(255,255,255,0.95);
	position: fixed;
	top: 78px;
	left: 0;
	right: 0;
	padding: 30px 0;
	height: auto;
	display: none;
	z-index: 1000;
}
.menu-cent{
}
.menu-list{
	width: 25%;
	float: left;
	height: auto;
	text-align: center;
	display: block;
	cursor: pointer;
}
@media (max-width: 992px) {
	.nav-chanpin .menu-box{
		height: 0;
		display: none !important;
	}
	.rd-navbar-nav>li{
		width: 100%;
	}
}
.menu-list img{
	width: 74%;
	display: block;
	margin: 0 auto;
	transform: scale(0.95,0.95);	
	transition-duration: .5s;
	border-radius: 6px;
}
.menu-list p{
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	font-size: 14px;
	color: #000;
	margin-top: 15px;
}
.menu-list:hover img{
	transform: scale(1,1);
	transition-duration: .5s;	
}

.nav-gwc{
	width: 45px;
	height: 45px;
	display: block;
	background: url(../images/gwc2.png) no-repeat center center;
	background-size: 36px 36px;
	cursor: pointer;
	position: relative;	
	margin-top: 5px;
}
@media (max-width: 1200px){
    .nav-gwc{
    		position: fixed;
    		right: 10px;
    		top: 5px;
    		z-index: 2000;
    }
}

.nav-gwc-num{
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 18px;
	display: block;
	border-radius: 18px;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	background: #f00;
	color: #fff;
}

.geren{
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 7px 0;
    color: #00030a;
    font: 400 16px "Lato", Helvetica, Arial, sans-serif;
    letter-spacing: .025em;
}
.geren-box{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	background: #fff;
	padding: 5px 0;
}
.geren-a{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
}

@media (max-width: 992px){
    .geren{
	    	padding: 14px 56px 14px 16px;
	    color: #535457;
    }
    .geren-box{
    		position: static;
    }
}

.shop-list{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.shop-item{
	width: 33.3%;
	padding: 0 2%;
	float: left;
	text-align: center;
	margin-top: 50px;
	cursor: pointer;
}
.shop-item:hover .shop-img{
	transform: scale(1.1,1.1);
	transition-duration: .5s;
}
.shop-img{
	width: 60%;
	height: auto;
	display: block;
	border-radius: 6px;
	margin: 0 auto;
	transition-duration: .5s;
}
.shop-name{
	font-size: 20px;
	margin-top: 20px;
}
.shop-infor{
	font-size: 14px;
	color: #454545;
}
.shop-item .shop-price{
	font-size: 20px;
	margin-top: 0px;
	color: #000;
}
@media (max-width: 768px) {
	.shop-item{
		width: 100%;
		padding: 0 4%;
		float: none;
		text-align: center;
		margin-top: 35px;
	}
}
.shop-tit{
	width: 100%;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;	
}
.shop-tit h1{
	float: left;
	font-size: 24px;
	color: #000;
	line-height: 50px;
	margin-top: 20px;
}
.shop-nav{
	float: right;
}
.shop-tit a{
	float: left;
	display: block;
	font-size: 16px;
	height: 16px;
	color: #000;
	line-height: 16px;
	padding: 0 15px;
	margin: 17px 0;
	border-right: 1px solid #000;
	cursor: pointer;
}
.shop-tit a:last-child{
	border: 0;
}
@media (max-width: 768px) {
	.shop-tit h1{
		float: none;
		text-align: center;
	}
	.shop-tit .shop-nav{
		float: none;
		text-align: center;
	}
	.shop-tit .shop-nav a{
		float: none;
		display: inline-block;
		margin-top: 0;
	}
}

figure img{
	width: 370px;
	height: 278px;
}
.range-left{
	width: 50%;
}
.range-left img{
	width: 100%;
}
@media (max-width: 991px) {
	.range-left{
		width: 100%;
	}
	.range-left img{
		width: 100%;
	}
	.range .cell-md-5{
		text-align: center;
		max-width: 100%;
		flex-basis: 100%;
	}
}

.turntables{
	width: 100%;
	color: #000;
	text-align: center;
}
.turntables tr{
	border-bottom: 1px solid #ddd;
	line-height: 30px;
}
.turntables th{
	text-align: center;
	padding: 0 2% 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.turntables td{
	padding: 10px 2%;
	width: 22%;
	font-size: 14px;
	box-sizing: border-box;
}
.turntables .tt-td1{
	width: 12%;
}
.turntables th a{
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.turntables th img{
	margin: 10px auto;
	width: 100%;
	border-radius: 6px;
}
.turntables th, .turntables .tt-td1{
	font-weight: bold;
	font-size: 16px;
}
.tt-color{
	width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 2px;
}
.tt-color span{
	width: 100%;
	height: 100%;
	display: block;
}
.tt-shop{
	width: auto;
	height: auto;
	padding: 0px 10px;
	border: 2px solid #000;
	border-radius: 6px;
	color: #000;
}
.tt-shop:hover{
	color: #fff;
	background: #000;
}
@media (max-width: 768px) {
	.turntables tr{
		line-height: 24px;
	}
	.turntables th{
		font-size: 14px;
		box-sizing: border-box;
		padding: 0 5px 10px;		
	}
	.turntables td{
		font-size: 11px;
		box-sizing: border-box;
		padding: 10px 5px;
	}
	.tt-color{
		width: 14px;
	    height: 14px;
	    margin: 0px;
	}
	.tt-shop{
		padding: 0px 5px;
		border: 1px solid #000;
		border-radius: 6px;
		color: #000;
		font-size: 12px;
	}
}

.shop-color .tt-color{ 
	width: 28px;
	height: 28px;
}
.shop-color .tt-color.on{ 
	width: 30px;
	height: 30px;
	border: 3px dashed #000 !important;
}

.shop-condition{
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
	box-sizing: border-box;
}
.conditions{
	width: 25%;	
	height: 50px;
	float: left;
	display: flex;
}
.conditions img{
	width: 50px;
	height: 50px;
	margin-right: 12px;
}
.conditions-txt{
	flex: 1;
	line-height: 25px;
}
.conditions-t1{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.conditions-t2{
	font-size: 12px;
	color: #666;
}
@media (max-width: 768px) {
	.conditions{
		width: 90%;
		margin: 10px 0;
	}	
	.conditions img{
		margin-right: 20px;
	}
}
.text-secondary{
	font-size: 16px;
}
.text-secondary i{
	margin-right: 10px;
}
.shop-block{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.product-con .bg{
	float: left;
	width: 50%;
}
.product-con .product-body{
	float: left;
	width: 50%;
	padding-left: 80px;
}
@media (max-width: 768px) {
	.shop-block{
		padding: 0 20px;
	}
	.product-con .bg{
		float: none;
		width: 100%;
	}
	.product-con .product-body{
		float: none;
		width: 100%;
		padding: 0;
	}
}
.radio-custom{
	display: none;
}
.form-group-color .radio-control, .form-group-size .radio-control{
	width: auto;
}
.radio-inline.on{
	border-bottom: 2px solid #217ED3;
}

.product-single .product-panel .product-control{
	min-width: 140px;
	margin: 0 10px;
}
.pricing-wrap{
	width: 90%;
	text-align: center;
}
@media (min-width: 768px){
	.product-item-fullwidth .product-slider-inner {
	    width: 320px;
	}
}
.product-btn{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.product-btn a{
	float: right;
	padding: 12px 0 !important;
	min-width: 150px !important;
	cursor: pointer;
}
.product-btn a:hover{
	background: #217ED3;
	border-color: #217ED3;
}
.product-slider{
	display: flex;
	align-items: center;
}

.product-slider-inner{
	margin: 0 auto;
}
@media (max-width: 768px){
	.product-item-fullwidth .product-label-wrap{
		right: 50%;
		margin-right: -56px;
		transform: translateX(0%);
	}
	.product-btn{
		display: none;
	}
	.product-item-fullwidth{
		overflow: hidden;
	}
	.product-item-fullwidth .product-slider-inner{
		max-width: 100%;
		padding: 0 0 10px 0;
	}
	.product-slider-inner img{
		width: 100%;
	}
	.news-detail img{
		width: 100%;
	}
}
.news{
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 20px;
	box-sizing: border-box;
}
.news-top{
	width: 100%;	
	border-bottom: 3px solid #ddd;
	padding-bottom: 20px;
}
.news-tit{
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.news-time{
	text-align: center;
	margin-top: 10px;
}
.news-con{
	width: 100%;
	margin-top: 30px;
}
.news-detail{
	width: 100%;
}
.news-detail h2{
	font-size: 16px;
}
.news-detail p + p{
	margin-top: 14px;
}
.newsimg{
	text-align: center;
}
.news-detail img{
	width: 70%;
	margin: 20px auto;
}
@media (max-width: 768px){
	.news-tit{
		font-size: 18px;
	}
	.news-detail img{
		width: 100%;
	}
}
.learn{	
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
.learn-list{
	float: left;
	width: 46%;
	margin: 0 2%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	background: #f6f6f6;
	margin-bottom: 30px;
}
.learn-top{
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.learn-top img{
	width: 100%;
	transform: scale(1,1);
    transition-duration: .5s;
}
.learn-top:hover img{
	transform: scale(1.1,1.1);
    transition-duration: .5s;
}
.learn-top .learn-fix{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	display: block;
	text-align: center;
	line-height: 250px;
	color: #fff;
	font-size: 20px;
}
.learn-con{
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.learn-con h1{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}  
.learn-con>a{
	width: 100%;
	display: block;
	line-height: 30px;
	text-decoration: underline;
	margin-top: 0px;
	color: #333;
}
.learn-con>a:hover{
	color: #217ED3;
}
.learn-more{
	width: 100%;
	text-align: center;
	margin: 15px 0 5px;
}
.learn-more a{
	width: 140px;
	height: 42px;
	border: 1px solid #333;
	text-align: center;
	line-height: 38px;
	display: block;
	border-radius: 3px;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
}
.learn-more a:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}
@media (max-width: 768px){
	.learn{		
		padding: 0 15px;
	}
	.learn-list{
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
}

.thumbnail-variant-1 .thumbnail-image2{
	border-radius: 5px;
}

.thumbnail-variant-1 .thumbnail-image2 img{
	border-radius: 5px;
	transform: scale(1,1);		
	transition-duration: .5s;
}
.thumbnail-variant-1 .thumbnail-image2:hover img{
	transform: scale(1.1,1.1);		
	transition-duration: .5s;
}

.team-ul{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.team-list{
	width: 32%;
	float: left;
	margin: 20px 0;
	overflow: hidden;
	padding: 0 1%;
	box-sizing: border-box;
}

.team-top{
	width: 100%;
}
.team-top img{
	width: 100%;
	display: block;
}
.team-con{
	width: 100%;
	line-height: 36px;
	padding: 20px 0;
}
.team-con p{
	margin-top: 12px;
	line-height: 28px;
	font-size: 13px;
}
.team-question{
	color: #217ED3;
	cursor: pointer;
}
.team-question:hover{
	text-decoration: underline;
}

@media (min-width: 769px){
	.team-list:nth-child(3n+2){
		margin: 20px 2%;
	}
}
@media (max-width: 768px){
	.team-list{
		width: 48%;
		float: left;
		margin: 20px 1%;
		overflow: hidden;
	}
}
@media (max-width: 450px){
	.team-list{
		width: 100%;
		float: none;
		margin: 20px 0;
		overflow: hidden;
		padding: 0 15px;
		box-sizing: border-box;
	}
}
.team-box{
	width: 100%;
	background: #fff;
	padding: 35px 25px 25px;
	box-sizing: border-box;
	display: none;	
	position: relative;
}
.ques-top{
	width: 100%;
	overflow: hidden;
	display: flex;
	position: relative;
}
.team-box .fa{
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 36px;
	transform: scale(1.2,1);
	cursor: pointer;
	z-index: 1000;
}
.team-box .fa:hover{
	color: #217ED3;
}
.ques-top img{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	margin-right: 10px;
}
.ques-r{
	flex: 1;
}
.ques-r .ques-p1{
	font-size: 18px;
}
.ques-r p{
	margin-top: 10px;
}
.ques-con{
	width: 100%;
	margin-top: 20px;
}
.ques-d1{
	color: #333;
	font-size: 14px;
}
.ques-d2{
	margin: 5px 0 12px;
	font-size: 13px;
}
.team-fixd{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	z-index: 10000;
	display: none;
	padding: 30px 20px;
}
.team-fixd .team-box{
	height: 100%;
	max-width: 620px;
	display: block;
	margin: 0 auto;
	overflow-y: auto;
}
.story{
	width: 100%;
	background: #f6f6f6;
}
.story-con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.story-top{
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	background: url(../images/dot.png) repeat-x 0 center;
	background-size: 6px 6px;
}
.story-line{
	width:auto;
	min-width: 100%;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -35px;
}
.story-line span{
	float: left;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 10px;
	display: block;
	background: #f6f6f6;
	cursor: pointer;
}
.story-line .on{
	color: #217ED3;
}

.contact .text{
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	margin: 20px 0 5px;
	padding: 0 10px;
	box-sizing: border-box;
	outline: none;
	border-radius: 6px;
}
.contact textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #ddd;
	margin: 20px 0 5px;
	line-height: 20px;
	box-sizing: border-box;
	padding: 8px 10px;
	outline: none;
	border-radius: 6px;
}
.contat-btn{
	float: right;
	margin-top: 10px;
	width: 100px;
	height: 40px;
	-webkit-appearance: none;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}
.contat-btn:hover{
	background: #217ED3;
	border: 1px solid #217ED3;
	color: #fff;
}

.thumbnail-variant-1 .thumbnail-image > img{
	max-width: 189px;
	max-height: 189px;
}

html .page .offset-top-20 {
    margin-top: 20px;
}

.shuxing .text-secondary{
	margin-top: 10px;
}

.chanpin-a{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
}
.chanpin-a img{
	width: 100%;
	display: block;	
	transform: scale(1,1);	
	transition-duration: .5s;
}
.chanpin-a:hover img{
	transform: scale(1.05,1.05);	
	transition-duration: .5s;
}
.chanpin-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: none;
}
.chanpin-bg2{	
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
}
.chanpin-more{
	margin-top: 20px;
}
.chanpin-text{
	position: absolute;
	bottom: -35px;
	left: 30px;
	color: #fff;
	line-height: 34px;
}
.chanpin-text .caption{
	font-weight: bold;
}

.rd-navbar-nav>li.on::after{
	bottom: -2px;
}
