.productshow {
	padding: 0 20px 20px;
	text-align: center;
}
.productshow-form-item {
	padding-top: 20px;
}
.productshow-form-item label {
	display: inline-block;
	width: 90px;
	text-align: right;
	padding-right: 5px;
}
.productshow-form-item label span {
	color: red;
}
.productshow-form-item input {
	width: 256px;
	display: inline-block;
}
.rule-font {
	text-align: left;
	padding-left: 123px;
	color: red;
	font-size: 12px;
	padding-top: 4px;
}
.que3_sidebar {
	display: none;
	position: fixed;
	top: 30%;
	right: 30px;
	z-index: 200;
	box-shadow: 0 0 20px #d2d7da;
	background: #fff;
	overflow: hidden;
	border-radius: 3px;
}
.que3_sidebar li,
.que3_sidebar ul {
	width: 78px;
	transition: all 0.3s;
}
.que3_sidebar li {
	position: relative;
	height: 78px;
	border-bottom: 1px solid #f0f4f7;
	text-align: left;
	z-index: 1;
	cursor: pointer;
	display: flex;
    vertical-align: middle;
    align-items: center;
}
.que3_sidebar li p {
	position: absolute;
	left: 23px;
	background: url(../images/siderbar-icon.png) no-repeat;
	background-size: 100%;
	width: 32px;
	height: 78px;
	display: inline-block;
}
.que3_sidebar li span {
	font-size: 16px;
	color: #606c82;
	display: inline-block;
	/*line-height: 78px;*/
	padding-left: 78px;
	width: 230px;
}
.que3_sidebar li a {
	display: block;
}

.que3_sidebar ul:hover,
.que3_sidebar ul:hover li {
	width: 230px;
}
.que3_sidebar ul li:hover {
	background: #f0f4f7;
}
.que3_sidebar li:first-child p {
	background-position: 0 23px;
}
.que3_sidebar li:nth-child(2) p {
	background-position: 0 -61px;
}
.que3_sidebar li:nth-child(3) p {
	background-position: 0 -144px;
}
.que3_sidebar li:nth-child(4) p {
	background-position: 0 -228px;
}
.que3_sidebar li:nth-child(5) p {
	background-position: 0 -318px;
	border-bottom: none;
}
.wechat-qrcode-panel{
	position: fixed;
	top: 30%;
	right: 200px;
	z-index: 199;
	opacity: 0;
	width: 0px;
	transition: all .3s;
	height: 436px;
	padding: 0 20px;
}
.wechat-qrcode-panel.show{
	display: block;
	opacity: 1;
	right: 280px;
	width: 232px;
}
.wechat-qrcode-panel .wechat-qrcode{
	position: relative;
	top: 176px;
	width: 384px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 20px #d2d7da;
	text-align: center;
	padding: 16px;
	font-size: 14px;
	color: #606c82;
	line-height: 1;
	display: flex;
	left: -168px;
}
.wechat-qrcode img{
	margin: auto;
	width: 160px;
    height: 192.6px;
}
.wechat-qrcode p{
	margin-top: 16px;
}
.dynamic-bar{
	text-align: center;
	position: relative;
	top: -57px;
	z-index: 10;
	margin-bottom: -57px
}
.dynamic-bar .dynamic-bar-list{
	width: 918px;
	margin: auto;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	box-shadow:0px 0px 13px rgba(153, 153, 153, 0.16);
}
.dynamic-bar .dynamic-bar-list .dynamic-bar-item{
	float: left;
	width: 306px;
	padding: 16px 0;
	color: #7d889c;
	font-size: 18px;
	line-height: 1.5;
	cursor: pointer;
	transition: all .2s;
}
.dynamic-bar .dynamic-bar-list .dynamic-bar-item p{
	color: #7d889c !important;
}

.dynamic-bar .dynamic-bar-list li:nth-child(2){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.dynamic-bar .dynamic-bar-list .dynamic-bar-item:hover{
	color: #21a8df;
	background: #e9f3fc; 
}
.dynamic-bar .dynamic-bar-list .dynamic-bar-item:hover p{
	color: #21a8df !important;
}
.dynamic-bar .dynamic-bar-list .dynamic-bar-item.actived{
	color: #21a8df !important;
	background: #e9f3fc; 
	cursor:default;
	pointer-events: none;
}
.dynamic-bar .dynamic-bar-list .dynamic-bar-item.actived p{
	color: #21a8df !important;
}
.dynamic-bar .dynamic-bar-list .dynamic-bar-img{
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
}
.btn-gradual{
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	min-width: 140px;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	transition: all .2s;
}
.btn-gradual-blue{
	background: url("/v3/images/button1.png") no-repeat center center;
	box-shadow: 0px 6px 8px rgba(17, 133, 181, 0.16);
}
.btn-gradual-blue:hover{
	box-shadow: 0px 12px 16px rgba(17, 133, 181, 0.16);
}
.btn-gradual-orange{
	transition: all .2s;
	background: url("/v3/images/button2.png") no-repeat center center;
	box-shadow: 0px 6px 8px rgba(244, 123, 0, 0.16);
}
.btn-gradual-orange:hover{
	box-shadow: 0px 12px 16px rgba(244, 123, 0, 0.16);
}
.btn-gradual-lg{
	width: 200px;
	background-size: cover;
}
.feature7_new{
	padding-top: 60px;
	text-align: center;
	height: 290px;
	background: url('/v3/images/product_bottom.png') no-repeat center center;
}
.feature7_new h2{
	color: #fff;
	font-size: 36px;
	line-height: 52px;
	font-weight: bold;
	text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	letter-spacing: 3px;
}
.feature7_new .btn_list{
	margin-top: 34px;
}
.video-container {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    font-size: 0;
    white-space: nowrap;
	overflow: auto;
	z-index: 10000;
	display: none;
}
.video-container:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.video-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
	white-space: normal;
	width: 900px;
}
.video-dialog video{
	width: 100%;
}
.video-container .btn-close {
	position: fixed;
	position: fixed;
    top: 12%;
	right: 12%;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: url(/v3/images/icon-close.png);
	transition: all .2s;
}
.video-container .btn-close:active, .video-container .btn-close:hover {
	filter: brightness(1.1);
}
.case-detail-right a:hover{
	color: #21a8df;
}