html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	height: 100%;
	min-height: 100%;
	-ms-overflow-x: hidden
}
html *, html *:before, html *:after {
	box-sizing: inherit
}
body {
	font-family: "Helvetica Neue", "Hiragino Sans GB", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #2b2b2b;
	font-weight: 400;
	background: white;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	height: 100%;
	min-height: 100%
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, swiper, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
a {
	color: inherit;
	text-decoration: none;
}
input,button { outline: none;    cursor: pointer; }
li {
	display: list-item;list-style: none;
	text-align: -webkit-match-parent;
}
ol, ul {
	list-style: none;
}

.pt20{padding-top:20px;}
.mb30{margin-bottom: 30px;}
.pt10{padding-top:10px;}
.sp_1 {
    display: block;
    height: 10px;
}	
.sp_2 {
    display: block;
    height: 20px;
}
.aside {
	position: fixed;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	z-index: 18;
	background: url(../images/aside/aside.jpg) center top repeat;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.aside ul {
	margin-top: 100px;
}
.aside ul li a {
	display: block;font-size: 12px; 
	margin-top: 30px;
	text-align: center;
	color: #fff;
}
.aside ul li img {
	display: block;width: 24px; height: 24px;
	text-align: center;
	margin: 0 auto;
}
.aside ul li.consulting .img2 {
	display: none;
}
.aside ul li.consulting span {
	display: inline-block;
	margin: 0 2px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
}
.aside ul li.consulting span:nth-child(1) {
	-webkit-animation: consulting 0.6s 0.07s infinite ease-in-out;
	animation: consulting 0.6s 0.07s infinite ease-in-out;
}
.aside ul li.consulting span:nth-child(2) {
	-webkit-animation: consulting 0.6s 0.14s infinite ease-in-out;
	animation: consulting 0.6s 0.14s infinite ease-in-out;
}
.aside ul li.consulting span:nth-child(3) {
	-webkit-animation: consulting 0.6s 0.21s infinite ease-in-out;
	animation: consulting 0.6s 0.21s infinite ease-in-out;
}
 @keyframes consulting {
 33% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 66% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @-webkit-keyframes consulting {
 33% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 66% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.aside ul li.consulting.active {
	background: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.aside ul li.consulting.active a {
	color: #ef1c22;
}
.aside ul li.consulting.active span {
	background: #ef1c22;
}
.aside ul li.consulting.active .img1 {
	display: none;
}
.aside ul li.consulting.active .img2 {
	display: block;
}
.consulting_box {
	width: 250px;
	height: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 15;
	position: fixed;
	top: 0;
	right: -250px;
	box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
}
.consulting_box .title {
	background: #ef1c22;
	text-align: center;
	padding: 26px 0 2px 0;
	color: #fff;
}
.consulting_box .title_t1 {
	font-size: 12px;
}
.consulting_box .title_t2 {
	font-size: 16px;
	margin: 5px 0;
}
.consulting_type {
	padding: 30px 0;
	border-bottom: solid 1px #ef1c22;
}
.consulting_type_title {
	padding-left: 30px;
	font-size: 16px;
	color: #333;
}
.consulting_type ul {
	margin: 30px 0 20px 0;
}
.consulting_type ul li a {
	display: block; font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	z-index: 2;
	position: relative;
	color: #666;
	margin: 0;
	text-align: left;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.consulting_type ul li a img {
	margin: 0;width: 28px; height: 28px;
	display: inline-block;
}
.consulting_type ul li a .img2 {
	display: none;
}
.consulting_type ul li a:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ef1c22;
	opacity: 0;
	-webkit-transform: scale3d(1, 0.1, 1);
	transform: scale3d(1, 0.1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.consulting_type ul li a, .consulting_type ul li a:before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);vertical-align:middle; /* 居中对齐， */ 
}
.consulting_type .qq_title{line-height: 40px;    margin-left: -15px;}
.consulting_type .qq_icon{line-height: 40px;float: left;
    margin-top: 5px;}
.consulting_type ul li a:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.consulting_type ul li a:hover {
	color: #fff;
}
.consulting_type ul li a:hover .img2 {
	display: inline-block;
}
.consulting_type ul li a:hover .img1 {
	display: none;
}
.consulting_box .problem {
	padding-top: 40px;
}
.consulting_box .problem_title {
	padding-left: 30px;
	font-size: 16px;
	color: #333;
}
.consulting_box .problem ul {
	padding: 20px 0 0 30px;
}
.consulting_box .problem ul li {
	margin-bottom: 8px;
}
.consulting_box .problem ul li a {
	display: inline-block;
}
.consulting_box .problem ul li span {
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #3c9af2;
	margin: 3px 10px 3px 0;
	animation: none;
}
.consulting_box .problem ul li a {
	font-size: 12px;
	color: #818181;
}
.consulting_box .problem ul li a:hover {
	color: #3c9af2;
}
.consulting_type .time {
	color: #818181;
	font-size: 12px;
	padding-left: 30px;
}
.consulting_box .close {
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
}
.consulting_box .close img {
	transition: 0.4s all;
	-webkit-transition: 0.4s all;width: 16px; height: 16px;
}
.consulting_box .close:hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
/* 回顶部 */

#toTop {
	position: fixed;
	padding-top: 10px;
	bottom: -100px;
	right: 0px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: url("../images/mbar-logo-top.png") no-repeat;
	background-color: #ef1c22;
	background-size: 40px 40px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#toTop:hover {
	background: url("../images/mbar-logo-top.png") no-repeat;
	z-index: 2000; background-size: 38px 38px;
	background-color: #ef1c22;
}



.index_top {
    width: 100%; float: left;
    height: 32px; font-size: 13px;
    background: #f9f9f9;
    display: block;
    border-bottom: 1px solid #eee;
}

.index_top .v5shop_slogan {
    height: 32px;
    float: left;
    line-height: 32px;
}
.index_top .fast_menu {
    height: 32px;
    float: right;
    line-height: 32px;
}
.index_top .fast_menu a {
    font-size: 12px;
    color: #666;
    padding-left: 6px;
    padding-right: 6px;
}
.wrap {
	margin:auto; 
	width: 1200px;
}
.container {
	
	width: 100%;}
.dropdown_bg {
	background: #fff;
	border-top: none;
}
.nav{background: #fff;
	width: 100%; height: 70px;
	z-index: 13;}
.nav_top {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 70px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.v5shop_logo {
	display: inline-block;
	height: 30px;width: 280px; float: left;
	outline: none;
}
.v5shop_logo img {
	height: 30px;
	width: 275px;
}
.nav_links {
	margin: 2px 0 0 auto;
	height: 60px; float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav_link {
	font-size: 15px;
	display: inline-block; 
	text-decoration: none;
	margin-right: 30px;
	position: relative;
	height: 21px;
}
.nav_link.active, .nav_link:hover {
    color: #ef1c22;
}
.nav_link.active:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    margin-top: -9px;
}

.nav_link-arrow:after {
    border: 8px transparent solid;
    border-bottom-color: white;
}

.dropdown_content {
	display: none;
    position: absolute;
    width: 1100px;
    top: 43px; z-index: 9999;
    left: -400px;
    font-size: 14px;


}
.dropdown_bg {
    background: white; float: left;
    border: 1px solid #DDE5ED;
    border-top: none; 
}
.dropdown_padding {
    padding: 40px;overflow: hidden;
}
.dropdown_items {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}
.dropdown_items:before, .dropdown_items:after {
    content: ' ';
    display: table;
}
.dropdown_items .menu_list{
	width: 33.33%;
	position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
.dropdown_item {
    text-decoration: none;
    display: block; margin-bottom: 25px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.dropdown_item .hot{margin-left: 6px;}
.dropdown_heading {
    text-align: left; font-weight: 500;
    margin: 0;    margin-bottom: 7px;
    color: #ef1c22;
}
.dropdown_desc {
    font-size: 12px; color: #637280;
    max-width: 300px;
}
.nav_login{float: right;}
.link_triangle-bottom {
	padding-right: 16px;
	position: relative;
}

.link_triangle-bottom:after {
	border: 5px transparent solid;
	border-top-color: inherit;
	border-top-width: 7px;
	content: ' ';
	display: inline-block;
	position: absolute;
	vertical-align: bottom;
	top: 50%;
	margin-top: -2px;
	right: 0;
}
.nav_link-arrow {
	display: none;
}
.reg_submit {
	float: left;
	width: 80px;
	background: #ef1c22;
	border: 1px solid #ef1c22;
	color: white;line-height: 18px;
	padding: 6px 10px;
	font-size: 14px;
	height: 32px;
	border-radius: 4px;
}
.login_submit {
	float: left;
	width: 80px; line-height: 18px;
	background: #fff;
	border: 1px solid #ef1c22;
	color: #ef1c22;
	margin-right: 20px;
	padding: 6px 10px;
	font-size: 14px;
	height: 32px;
	border-radius: 4px;
}

/*foot*/
.footer_wrap {float: left;
    width: 100%;    background: #2e3033;
    margin: 0 auto;
}
.footer_wrap .ftnav{height: 35px;
line-height: 35px;
background: #1985e3;
text-align: center; 
color: #fff;}
.footer_left {
    width: 25%;    margin-top: 15px;    float: left;
}
.footer_left img {width: 150px;
}
.footer_center  {
    width: 75%; float: right;    margin-top: 10px;
}
.fc_top_menu{width: 100%;     border-bottom: 1px solid #45484c;    height: 40px;   float: left;margin-bottom: 15px;}
.fc_menu {
    color: #fff;
    float: left;
    margin-right: 49px;
    cursor: pointer;
    font-size: 16px;
}
.fc_menu a{font-size: 14px;}
.fc_bottom_content{    width: 100%;float: left;margin-bottom: 40px;}
.fc_bottom_content_text {
    color: #ccc;
    font-size: 14px;
}
.fcbt {
    letter-spacing: 0.5px;
    margin-right: 20px;
    line-height: 14px;
    white-space: nowrap;
}
.fcbten {
    letter-spacing: -.01em;
    margin-right: 20px;
    line-height: 14px;
    word-break: break-all;
}

/*banner*/
/* rslides */
.rslides{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.rslides li{
	-webkit-backface-visibility:hidden;
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:0;
}
.rslides li:first-child{
	position:relative;
	display:block;
	float:left;
}
.rslides img{
	display:block;
	height:auto;
	float:left;
	width:100%;
	border:0;
}
/*pager*/
.callbacks_tabs.callbacks1_tabs{margin-top:-40px; position:relative;z-index:100;margin-bottom:20px;}
.callbacks_tabs.callbacks1_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.callbacks_tabs.callbacks1_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:-1px;top: -1px; opacity: 0.8; z-index:1000; color:rgba(100,200,300,0);color:transparent; }
.callbacks_tabs.callbacks1_tabs li.callbacks_here a{background:#FFF;}

/* Callback example */
.callbacks_container{
	margin-bottom:2px; float: left;
	position:relative;
	width:100%;
	max-width:100%;
	text-align:center;
}

.callbacks{
	position:relative;
	list-style:none;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
}
.callbacks li{
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.callbacks img{
	display:block;
	position:relative;
	z-index:1;
	height:auto;
	width:100%;
	border:0;
}
.callbacks .caption{
	display:block;
	position:absolute;
	z-index:2;
	font-size:20px;
	text-shadow:none;
	color:#fff;
	background:#000;
	background:rgba(0,0,0, .8);
	left:0;
	right:0;
	bottom:0;
	padding:10px 20px;
	margin:0;
	max-width:none;
}
.callbacks_nav{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.6;
	z-index:3;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	height:61px;
	width:38px;
	background:transparent url("../images/themes.gif") no-repeat left top;
	margin-top:-30px;
	display:none;
}
.callbacks_container:hover .callbacks_nav{display:block;}
.callbacks_nav:active{opacity:1.0;}
.callbacks_nav.next{
	left:auto;
	background-position:right top;
	right:40px;
}
/*banner end*/
/*版本信息*/
.category_list_info .list_step {
    padding: 20px;margin-top: 20px;
    vertical-align: middle; margin-right: 20px; height: 250px;
    align-items: center;
    outline-radius: 3px;
    background-color: #fcfcfc;
    outline: 1px solid #eeeeee;
    min-height: 0;
    width: 285px; float: left;
    transition: all .15s linear;
    text-decoration: none;
	position: relative;
}
.category_list_info .list_step span {
    right: 10px; top: 10px;
    width: 48px; position: absolute;
    height: 22px;
    line-height: 22px;  z-index: 3;
    font-size: 12px;
    color: #404040;
    border: 1px solid #f4f4f4;
    text-align: center;
    border-radius: 5px;
}
.category_list_info .list_step .qrcode {
    width: 283px;
    overflow: hidden;
    background: #FFFFFF;
    text-align: center;
    font-size: 14px;
    color: #303030;
    position: absolute;
    right: 1px;
    height: 248px;
    top: 1px;
    z-index: 2;
    display: none;
    padding-bottom: 10px;
}
.category_list_info .list_step .qrcode img {
    width: 132px;
    margin-top: 45px;
    margin-bottom: 6px;
}
.category_list_info .list_step:hover .list_action>.red{
    background: #ef1c22;
    border: 1px solid #ef1c22;transition: all .2s linear;
    color: #fff;
}
.category_list_info .list_step:hover{box-shadow: 0 15px 30px rgba(0, 0, 0, .1); background: #fff; outline: 1px solid #ef1c22;opacity: 1;}
.category_list_info .list_step:nth-child(4n){margin-right: 0;}
.category_list_info .header-icon {
    display: inline-block; height: 40px;
    text-align: center; margin-bottom: 20px; line-height: 40px;
    width: 100%;position: relative;
}
.category_list_info .header-icon img{width: 40px;vertical-align: middle;    margin-top: 3px;}
.category_list_info .list_title{   }
.category_list_info .list_title h4 {
    font-size: 16px;color: #000; text-align: center;
    line-height: 20px;
}
.category_list_info .list_description {
    font-size: 13px; line-height: 24px;padding-top: 10px; color: #8F8E94; height: 80px;
}
.category_list_info .list_action {
    margin-left: auto; text-align: center; margin-top: 20px;
    color: #62778c;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}
.category_list_info .more{color: #1f8ded; margin-top: 10px; font-size: 13px}

.index_tiyan_btn {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 18px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    transition: box-shadow linear 40ms;
}
.index_tiyan_btn.red {
    background: #fff;
    border: 1px solid #ef1c22;
    color: #ef1c22;
}

.slider-btn{width:100px;height:30px; float: left;border: 1px solid #fff;border-radius:4px;-moz-border-radius:4px;line-height:30px;text-align:center;font-size:12px;color:#fff;display:block ; margin-right: 10px}
.shiyong-btn{width:100px;height:30px;float: left;border: 1px solid #fff;border-radius:4px;-moz-border-radius:4px;line-height:30px;text-align:center;font-size:12px;color:#444;display:block; background:#fff;margin-right: 10px}

.slide-title{color: #373d41; text-align: center; font-weight: 300;
    font-size: 30px;    line-height: 1.3;
    letter-spacing: -.015em;}
.t_smaller {
    font-size: 15px; text-align: center;
}
.i_jj ul{width: 100%;}
.i_jj ul li{width: 33.33333%; float: left;    margin-bottom: 40px;}
.i_jj-icon {
        height: 80px;
    display: flex;
    width: 80px;border-radius: 100%;
    margin: auto;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;}
.i_jj-icon img{width: 60%;}
.i_jj_h6 {
    text-transform: uppercase;
    color: #e04e50;
    letter-spacing: .1em;color: #8da2b5;
    font-size: 16px;    text-align: center;
    font-weight: 500;
    margin: 0;
}
.i_jj_smaller{font-size: 12px;text-align: center; padding: 10px 35px}
.detail_submit {
    width: 80px;
    background: #fff;
    border: 1px solid #1985e3;
    color: #1985e3;
    padding: 6px 10px;
    font-size: 14px;
    height: 32px;
    border-radius: 4px;
}
.show-details{margin-top: 10px; text-align: center; height: 40px;}
.i_jj_show{overflow: hidden;
    width: 100%;
    margin: auto;
    height: 680px;
    margin-top: 30px;}
.i_case_show{width: 100%; margin: auto; padding: 36px 0 86px 0;float: left;}

.i_case_show .list {
    width:273px;
    padding: 20px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 36px;
    margin-bottom: 26px;
    background: #fff;
    border: 1px solid #f0f0f0;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.i_case_show .list:nth-child(4n){margin-right:0;}
.img_logo {
    width: 175px; text-align: center;
    float: left; margin: 0 33px;
    display: inline-block;
    height: 130px;
    overflow: hidden;
    border-radius: 4px;
}

.i_case_show .list .title h3 {
    font-size: 14px;line-height: 28px;
    color: #303030;
    float: left;
    width: 100%; text-align: center;
    margin-bottom: 2px;
}
.i_case_show .list .btn{padding: 0 20px}
.i_case_show .list .btn span {
    float: right;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #404040;
    border: 1px solid #f4f4f4;
    text-align: center;
    border-radius: 5px;
}
.i_case_show .qrcode {
	height: 150px;
    line-height: 20px;
    margin-left: -65px; display: none;
    top: 160px;
    width: 130px;left: 50%;
    overflow: hidden;
    position: absolute;
    text-align: center;    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease-in-out 0s;z-index: 10;
}
.i_case_show ul li:nth-child(4n){ margin-right: 0}
.i_case_show  .qrcode img{width: 130px;}
.i_case_show li:hover .qrcode { display: block;
    height: 150px;
    top: 2px;
}
.i_list_show{overflow: hidden;
    width: 100%;
    margin: auto; padding: 30px 0;}
.blue_bg{    background: #f1f8ff;}
.gray_bg{    background: #f5f5f6;}
.i_what > ul{ margin-top:40px;}
.i_what  h5 {
    text-transform: uppercase;
    color: #000;
    letter-spacing: .1em;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
    margin: 0;
}
.i_what .scheme li{width:20%; background:#FFF; padding:30px; text-align:center;border:1px solid #eee; margin-left:-1px; float:left}
.i_what .scheme p{color:#999;height: 90px;margin-bottom: 30px; font-size: 14px;  line-height:24px;}
.i_what .scheme .bg_tranis{width:106px; height:106px;margin: auto;}
.i_what .scheme .bg_tranis img{width:80px;}

/*产品页面底部案例推荐*/
.produce-foot-title h2 {
    color: #000;
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -.015em;
}
.produce-foot-title > p {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    line-height: 2.5;
}
.product-foot-box {
    position: relative;margin: auto; margin-top: 30px;
    padding: 28px 0; border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; margin-bottom: 30px;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.product-foot-box .img-wrap {
    float: left;
    text-align: center;
    width: 132px;
    height: 132px;
    overflow: hidden;
    vertical-align: middle;
}
.product-foot-box img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.product-foot-box .info {
    color: #999;
    width: auto;
    margin: 0 160px 0 155px;
    padding-right: 20px;
    vertical-align: middle;
    border-right: 1px solid #e6e6e6;
}
.product-foot-box .info .title {
    margin-bottom: 16px;
}
.product-foot-box .info p {
    margin: 7px 0;
    font-size: 14px;
    line-height: 1.5;
}
.product-foot-box .info p span {
    color: #666;
}
.product-foot-box .code {
    position: absolute;
    right: 0;
    color: #999;
    top: 20px;
    font-size: 14px;
    width: 140px;
}


/*产品页面底部案例推荐2*/
.footgoods .con_left {
    min-height: 1px; 
    padding-left: 20px;
    width: 50%;
    padding-right: 20px;
    float: left;
}
.footgoods .con_left  img {
    width: 480px;
}
.footgoods .con_right {
    position: relative; padding: 30px 0;
    width: 48%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
.footgoods .con_right  h3 {
    font-size: 30px;
    color: #1985e3;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -.015em;
    line-height: 1.3;
}
.footgoods .con_right .list_desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 32px;
    color: #666;
}
.footgoods .con_right .qrcode-image {
    width: 150px;
    height: 150px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footgoods .con_right .qrcode-note {
    margin-top: 17px;
    font-size: 12px;
    line-height: 28px;
    color: #999;
}

.video {width: 100%; margin: auto;    float: left;
    height: 340px;    margin-top: 30px; outline: 1px solid #eee;
	    background: #FFF;
    padding: 30px; margin-bottom: 30px; background: url(../images/video_bg.jpg) no-repeat;
	}
.video .conRL_left{min-height: 1px;
    padding-left: 20px;    width: 52%;
    padding-right: 50px;
    float: left;}
.video .conRL_left img{width: 520px;}
.video .conRL-video{width:497px;height:280px;}
.video .conRL_right{
	    position: relative;    width: 46%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
