.blueBg{
	background: #f4f5f8;
}
.cgkBanner {
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	background: url(../img/cgk_banner.png);
	background-size: 100% 100%;
}

.cgkBanner .cgkBannerCenter {
	width: 540px;
	display: inline-block;
	margin: 100px 340px;
}

.cgkBanner .cgkBannerCenter input {
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;

	border-radius: none;
}

.cgkBanner .cgkBannerCenter span {
	display: inline-block;
	width: 100px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	background: #F4AE40;
	color: white;
	transform: translate(-5px, -4px);
	cursor: pointer;
}
.breadcrumb{
	background: none;
	margin: 10px 0;
}
.tabs{
	width: 100%;
	background: #F2F3F5;
	margin: 10px auto;
}
.tabs span{
	
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	height: 50px;
	line-height: 50px;
	margin: 0 20px;
	cursor: pointer;
}
.tabs span.active{
	color: #0168B5;
	border-bottom: 2px solid #0168B5;
}
.page{
	text-align: right;
}
.cgTop{
	overflow: hidden;
}
.cgTop img{
	max-width: 620px;
	min-width: 200px;
	height: 300px;
	float:left;
}
.cgTop .cgTopRight{
	width: 500px;
	float: right;
}
.cgTop .cgTopRight .title{
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}
.cgTop .cgTopRight  .price{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 36px
}
.cgTop .cgTopRight  .price span{
	font-size: 30px;
	color: #ff6d00;
}
.cgTop .cgTopRight .btns{
	margin: 90px 0 40px;
	font-size: 20px;
}
.cgTop .cgTopRight .btns span{
	padding: 15px 50px;
	cursor: pointer;
	border-radius: 5px;
}
.cgTop .cgTopRight .btns .jy{
	background: #0168B5;
	border: 1px solid #0168b5;
	color: white;
	margin-right: 20px;
	
}
.cgTop .cgTopRight .btns .zx{
	border: 1px solid #0168b5;
	color:#0168b5;
}
.cgTop .cgTopRight .dashed{
	border-top: 1px dashed #E2E3E5;
	border-bottom: 1px dashed #E2E3E5;
	margin-top: 40px;
}
.cgTop .cgTopRight .dashed>span{
	margin-right: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height:50px;
}
.cgTop .cgTopRight .dashed .color{
	color: #0168B5;
	margin-left: 5px;
}
.cgContent{
	overflow: hidden;
	margin: 20px auto;
}



.cgContent .cgLeft{
	width: 850px;
	border: 1px solid #EBEDF0;
	float: left;
	box-sizing: border-box;
	
}
.cgContent .bgGray{
	background:  #F2F3F5;
	border: 1px solid #EBEDF0;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	color:#022F51;
	font-size: 20px;
}
.cgContent .cgLeft .bgGray{
	height: 60px;
	line-height: 60px;
}
.cgContent .blueColor{
	font-size: 18px;
	font-weight: bold;
	color: #022F51;
	line-height: 36px;
	margin: 20px 0;
	padding:0 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.cgContent .blueColor img{
	width: 48%;
	float: left;
	margin: 10px 0;
	box-sizing: border-box;
}
.cgContent .desc{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	padding:0 20px;
	box-sizing: border-box;
}
.cgContent .desc img{
	width: 100%;
}
.cgContent .cgRight{
	width: 300px;
	float: right;
}
.cgContent .cgRight .cgInfo{
	border: 1px solid #EBEDF0;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.cgContent .cgRight ul{
}
.cgContent .cgRight ul p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-bottom: 0;
}
.cgContent .cgRight ul p span{
	color:#999;
	display: inline-block;
	width: 70px;
}
.cgContent .cgRight ul p span.q{
	display: inline-block;
	    width: 20px;
	    background: #dcdcdc;
	    color: #0168b5;
	    border-radius: 50%;
		font-weight: 800;
		text-align: center;
		margin-right: 10px;
		line-height: 22px;
}
.cgContent .cgRight ul p span.a{
	display: inline-block;
	    width: 20px;
	    background: #dcdcdc;
	    color: #ff6d00;
	    border-radius: 50%;
		font-weight: 800;
		text-align: center;
		margin-right: 10px;
		line-height: 22px;
}
.qa{
	width:850px;
	margin: 0 auto;
	border: 1px solid #EBEDF0;
	float: left;
}
.qa .qaTitle{
		    background: #F2F3F5;
		    border: 1px solid #EBEDF0;
		    line-height: 60px;
		    padding-left: 20px;
		    box-sizing: border-box;
		    color: #022F51;
		    font-size: 20px;
}
