body{margin: 0;padding: 0;font-family: "Microsoft Yahei";}

a{
	color: inherit;
	text-decoration: none;
}
::-moz-selection { background: #ff7100; color: white; /* Firefox */ }
::selection { background: #ff7100; color: white; /* Opera,Safari,Chrome */}



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
 	/* WebKit browsers */ 
	color: rgb(179,179,179); 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */ 
	color: rgb(179,179,179);  
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
 	/* Mozilla Firefox 19+ */ 
	color: rgb(179,179,179); 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
 	/* Internet Explorer 10+ */ 
	color: rgb(179,179,179); 
}

.company-all-list{
	width: 100%;
	height: 144px;
	background: url(/file/wd-js/img/bj-image01.jpg) center top no-repeat;

	box-shadow: 0px 5px 10px 10px rgba(0, 0, 0, 0.01);
}

.company-all-list ul{
	width: 1192px;
	height: 144px;
	margin: 0 auto;
	background: url(/file/wd-js/img/line.png) left center no-repeat;
	overflow: hidden;
}

.company-all-list ul li{
	width: 149px;
	height: 144px;
	display: block;
	float: left;
	background: url(/file/wd-js/img/line.png) right center no-repeat;
	transition: .3s;
	position: relative;
}

.company-all-list ul li.on{
	width: 490px;
}

.company-all-list ul li.off{
	width: 98px;
}

.company-all-list ul li .t-left{
	width: 149px;
	height: 144px;
	text-align: center;
	transition: .3s;
	position: relative;
	transition: .2s;
	float: left;
}

.company-all-list ul li.off .t-left{
	width: 98px;
}

.company-all-list ul li.on .t-left:after{
	content: "";
	width: 0;
	height: 0;
	border-right: 10px solid #272a2e;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.company-all-list ul li .t-left > .t1{
	width: 52px;
	height: 52px;
	border-radius: 6px;
	border: 1px solid #ff8800;
	margin: 34px auto 0;
	font-size: 24px;
	line-height: 52px;
	color: #ff8800;
	font-weight:300;
}

.company-all-list ul li .t-left > .t2{
	margin-top: 10px;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #666666;
}

.company-all-list ul li.on .t-left > .t2{
	color: #ffffff;
}

.company-all-list ul li:nth-child(1).on .t-left{
	background: url(/file/wd-js/img/zhe-image.jpg) center center no-repeat;
}

.company-all-list ul li:nth-child(2).on .t-left{
	background: url(/file/wd-js/img/yue-image.jpg) center center no-repeat;
}

.company-all-list ul li:nth-child(3).on .t-left{
	background: url(/file/wd-js/img/e-image.jpg) center center no-repeat;

}

.company-all-list ul li:nth-child(4).on .t-left{
	background: url(/file/wd-js/img/lu-image.jpg) center center no-repeat;

}



.company-all-list ul li:nth-child(5).on .t-left {
	background: url(/file/wd-js/img/su-image.jpg) center center no-repeat;

}

.company-all-list ul li:nth-child(6).on .t-left {
	background: url(/file/wd-js/img/min-image.jpg) center center no-repeat;
}
.company-all-list ul li:nth-child(7).on .t-left {
	background: url(/file/wd-js/img/gang-image.jpg) center center no-repeat;
}

.company-all-list ul li:nth-child(8).on .t-left{
	background: url(http://www.yangqu.com/file/static/handan/bottom.jpg) center center no-repeat;
}
.company-all-list ul li .t-right{
	width: 0;
	opacity:0;
	height: 144px;
	transition: .3s;
	overflow: hidden;
	position: absolute;
	left: 0;
	text-align:left;
	top: 0;
}

.company-all-list ul li .t-right .t1{
	width: 282px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	color: #ff8800;
	margin-top: 38px;
	margin-left: 42px;
	text-align:left;
}

.company-all-list ul li .t-right .t1:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(/file/wd-js/img/dz-icon.png) left center no-repeat;
	float: left;
}

.company-all-list ul li.on .t-right{
	width: 352px;
	background-color: #272a2e;
	opacity:1;
	left: 148px;
}

.company-all-list ul li .t-right .t2{
	width: 282px;
	height: 40px;
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 42px;
	text-align:left;
}

/*底部菜单*/
.common-container{font-size: 0;}
.common-left-float{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 42px;
	background: #000;
	z-index: 100;
}

.common-float-list{
	position: relative;
	width: 42px;
	height: 490px;
	top: 50%;
	margin-top: -245px;
}

.common-tip {
    position: relative;
    height: 42px;
    width: 42px;
	margin-top:10px;
}

.common-tip:before, .common-tip:after {
    opacity: 0; /*透明度为完全透明*/
    position: absolute;
    z-index: 1000; /*设为最上层*/
    /*鼠标放上元素上时的动画，鼠标放上后效果在.tip-*:hover:before, .tip-*:hover:after中设置;
    0.-3s:规定完成过渡效果需要多少秒或毫秒,ease:规定慢速开始，然后变快，然后慢速结束的过渡效果*/
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.common-tip:before {
    content: '';
    border: 6px solid transparent;
}

.common-tip:after {
    content: attr(data-tip); /*后去要提示的文本*/
    padding: 5px;
    white-space: nowrap; /*强制不换行*/
    background-color: #fff;
    color: #000;
}

div.common-qrcode-tip:after{
	padding:10px;
	content: attr("扫码下载app");
	padding:0;
	display: inline-block;
	width: 188px;
	height: 164px;
    white-space: nowrap; /*强制不换行*/
    background-image: url(/images/wd-imgs/qr-code-i.png);
    background-repeat: no-repeat;
    display:none;
}

div.common-qrcode-tip-on:after{
	padding:10px;
	content: attr("扫码下载app");
	padding:0;
	display: inline-block;
	width: 188px;
	height: 164px;
    white-space: nowrap; /*强制不换行*/
    background-image: url(/images/wd-imgs/qr-code-i.png);
    background-repeat: no-repeat;
}

.common-tip-on:after {
    opacity: 1; /*鼠标放上时透明度为完全显示*/
}

.common-tip-bottom{
	position: absolute;
	bottom: 0;
}

/*left*/

.common-tip-left:after {
    top: 0%;
    right: 100%;
    margin-right: 0px;
    margin-top: 0px;
    border:1px solid rgb(232,232,232);
    box-shadow: 0px 7px 10px 0px rgba(7, 7, 7, 0.15);
    display: inline-block;
    height: 30px;
    width: 188px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    display:none;
}

.common-tip-left-on:after {
    top: 0%;
    right: 100%;
    margin-right: 0px;
    margin-top: 0px;
    border:1px solid rgb(232,232,232);
    box-shadow: 0px 7px 10px 0px rgba(7, 7, 7, 0.15);
    display: inline-block;
    height: 30px;
    width: 188px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}

.common-tip-left:hover:before {
    margin-left: -6px;
}

.common-tip-left:hover:after {
    margin-right: 6px;
}

.common-my-center{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(/images/wd-imgs/my-center.png);
	background-repeat: no-repeat;
	background-size: 42px 42px;
}


.common-qr-code{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(/images/wd-imgs/qr-code.png);
	background-repeat: no-repeat;
	background-size: 42px 42px;
}

.common-cus-serv{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(/images/wd-imgs/cus-serv.png);
	background-repeat: no-repeat;
	background-size: 42px 42px;
}

.common-shop-serv{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(/images/wd-imgs/shop-serv.png);
	background-repeat: no-repeat;
	background-size: 42px 42px;
}

.common-online-cus{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(/images/wd-imgs/online-cus.png);
	background-repeat: no-repeat;
	background-size: 42px 42px;
}


.common-to-top{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(/images/wd-imgs/to-top.png);
	background-repeat: no-repeat;
	background-size: 42px 42px;
}

.common-header{
	width: 100%;
	height: 150px;
	background:#fff;
}

.common-header-top{
	color: rgb(153,153,153);
	font-size: 12px;
	background: rgb(247,247,247);
}

.common-header-top span{
	color: rgb(153,153,153);
}

.common-ht-line{
	display: inline-block;
	width: 1px;
	height: 9px;
	margin: 0 16px;
	background:#ccc; 
}

.common-header-top-content{
	width: 1190px;
	margin: 0 auto;
}

.common-ht-left{
	display: inline-block;
	line-height: 44px;
}

.common-ht-right{
	display: inline-block;
	line-height: 44px;
	float: right;
}

.common-header-menu{
	height: 106px;
	width: 1190px;
	margin: 0 auto;
	font-size: 16px;
	color: rgb(51,51,51);
	background: #fff;
}

.common-logo{
	width: 273px;
	height: 40px;
	display: inline-block;
	background: url(/images/wd-imgs/logo.png);
	background-repeat: no-repeat;
	background-size: 273px 40px;
	margin-top: 30px;
}


.common-menu{
	display: inline-block;
	line-height: 106px;
	float: right;
}


.common-menu-line{
	display: inline-block;
	width: 1px;
	height: 8px;
	margin: 0 16px;
	background:#ccc; 
}

.common-red{
	color: #ff0000;
}

span.common-red{
	color: #ff0000;
}

.common-red a{
	color: #ff0000;	
}

.common-menu span{
	display: inline-block;
	position: relative;
}

.common-up-hot{
	display: inline-block;
	width: 28px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 0; 
	background: url(/images/wd-imgs/hot.png);
	background-repeat: no-repeat;
	background-size: 28px 20px;
}

.common-to-down{
	display: inline-block;
	width: 9px;
	height: 6px;
	background: url(/images/wd-imgs/to-down.png);
	background-repeat: no-repeat;
	background-size: 9px 6px;
	margin-left:6px;
}

.common-new-sel{
	text-align: left;
}

.common-menu ul{
	list-style-type: none; 
	z-index: 1002; margin: 0 auto;display: inline-block;
	position: absolute;
	top: 75px;
	left: 0px;
	border:1px solid rgb(153,153,153);
	display: none;
	background-color: #fff;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.common-menu ul li{
	width: 150px;
	border-bottom: 1px solid #ccc;
}


.common-banner{
	width: 100%;
	height: 600px;
	position: relative;
}

.common-banner-list{
	display: none;
	width: 100%;
	height:600px;
	margin: 0 auto;
}

.common-banner .common-list-on{
	display: inline-block;
}

.common-banner-dot{
	position: absolute;
	top: 477px;
	left: 50%;
    transform: translate(-50%,-0);
	width: 200px;
	text-align: center;
}

.common-banner ul { 
	list-style-type: none; 
	filter: Alpha(Opacity=80); opacity: 0.8; 
	z-index: 1002; margin: 0; padding: 0;}

.common-banner ul li { padding: 2px 10px;margin:0 6px; display: inline-block; 
	background: rgb(185,179,205); cursor: pointer; }

.common-banner ul li.common-on { padding: 2px 15px;background: #fff; }

.common-buy-sell{
	padding: 24px 40px;
	width: 1110px;
	height: 292px;
	position: relative;
	top: 50px;
	left: 50%;
	transform: translate(-50%,-0);
	background-color: #fff;
	border-radius: 5px;
}

.common-bs-left{
	display: inline-block;
	height: 292px;
	width: 654px;
}

.common-bs-right{
	display: inline-block;
	height: 292px;
	width: 376px;
	float: right;
}

.common-bs-title{
	font-size: 22px;
	color: rgb(51,51,51);
	line-height: 50px;
}

.common-buy-search{
	width: 400px;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	font-size: 15px;
	background-color: rgb(245,245,247);
	border-radius: 5px;
	outline:none;
	border:0;
	float: right;
}

.common-buy-search-input{
	width: 360px;
	height: 50px;
	line-height: 50px;
	padding: 0 0;
	font-size: 15px;
	background-color: rgb(245,245,247);
	border-radius: 5px;
	outline:none;
	border:0;
}

.common-buy-search-img{
	vertical-align: middle;
}

.common-sell-search{
	width: 344px;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	font-size: 15px;
	background: rgb(245,245,247);
	border-radius: 5px;
	outline:none;
	border:0;
	margin: 24px 0;
}

.common-sell-imgs{
	margin-top: 24px;
	font-size: 14px;
}

.common-sell-imgs-span{
	display: inline-block;
	width: 120px;
	height: 90px;
	text-align: center;
	cursor: pointer;
}

.common-sell-imgs-span img{
	margin-bottom: 4px;
}

.common-sell-sel{
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}

.common-sell-button{
	display: inline-block;
	width: 177px;
	height: 50px;
	background: rgb(255,153,0);
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	cursor: pointer;
}


.common-sell-f-button,.common-mianfeigujia{
	display: inline-block;
	width: 177px;
	height: 50px;
	background: rgb(242,0,20);
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	float: right;
	cursor: pointer;
	color: #fff;
}




.common-sell-apply{
	margin-top: 24px;
	font-size: 18px;
	color: rgb(149,149,149);
	text-align: center;
}

.common-apply-line{
	display: inline-block;
	width: 45px;
	height: 1px;
	background: rgb(149,149,149);
	margin:0 10px;
	vertical-align: middle;
}

.common-fx-title{
	width: 1190px;
	height: 25px;
	margin:40px auto;
	margin-bottom: 15px;
}

.common-fx-first{
	margin-top: 100px;
	height: 30px;
	line-height: 30px;
}

.common-fx-font{
	display: inline-block;
	height: 30px;
	font-size: 24px;
	color: rgb(51,51,51);
	margin-left: 18px;
	margin-right: 26px;
}

.common-more{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: rgb(204,204,204);
	margin-right: 20px;
	float: right;
}

.common-brand{
	height: 420px;
	width: 1190px;
	margin:0 auto;
	font-size: 16px;
}

.common-p-left{
	display: inline-block;
	width: 270px;
	height: 280px;
	background:url(/images/wd-imgs/p-left.png);
	vertical-align: middle;
	padding-top: 140px;
	padding-left: 32px;
}

.common-p-right{
	position: relative;
	display: inline-block;
	width: 888px;
	height: 420px;
	float: right;
}

.common-hover-on{
	width: 178px;
	height: 41px;
	border-radius: 5px;
	line-height: 41px;
	background-color: #fff;
	color: rgb(255,102,115);
	padding-left: 13px;
	margin: 10px 0;
	background-image: url(/images/wd-imgs/row-red.png);
	background-repeat: no-repeat;
	background-position: 116px 16px;
}


.common-hover-off{
	width: 178px;
	height: 41px;
	border-radius: 5px;
	line-height: 41px;
	background: transparent;
	color: #fff;
	padding-left: 13px;
	margin: 10px 0;
	background-image: url(/images/wd-imgs/row-white.png);
	background-repeat: no-repeat;
	background-position: 116px 16px;
}


.common-p-right .common-p-right-son{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 888px;
	height: 420px;
	background-color: #fff;
}

.common-p-right .common-display{
	display: block;
}


.common-p-right-img,.common-r-right-img,.common-j-right-img{
	float: left;
	width: 296px;
	height: 160px;
	text-align: center;
	padding-top: 50px;
}

.common-after-dis{
	padding-top: 15px;
	cursor: pointer;
}

.common-p-right-text{
	font-size: 16px;
	color: rgb(51,51,51);
	margin-top: 12px;
}

.common-p-right-img-hover{
    box-shadow: -1px -1px 8px 8px rgba(255,76,91, 0.15);
}

.common-r-right-img-hover{
    box-shadow: -1px -1px 8px 8px rgba(255,97,136, 0.15);
}

/*.common-j-right-img-hover{
    box-shadow: -1px -1px 8px 8px rgba(255,123,97, 0.15);
}*/

.common-fx-list{
	margin-top: 65px;
}

.common-after-dis{
	display: none;
}


.common-hot{
	height: 420px;
	width: 1190px;
	margin:0 auto;
	font-size: 16px;
}


.common-the-hot .common-p-left{
	background:url(/images/wd-imgs/r-left.png);
}

.common-r-right-img-text{
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.common-r-imgs{
	vertical-align: middle;
}

.common-r-imgs-div{
	display: inline-block;
	width: 74px;
	height: 74px;
}

.common-r-right-text{
	width: 168px;
	color: rgb(102,102,102);
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.common-the-hot .common-r-right-img{
	float: left;
	width: 296px;
	height: 140px;
	text-align: center;
	padding-top: 70px;
}


.common-the-hot .common-after-dis{
	padding-top: 0;
}

.common-r-right-brand-span{
	background: rgb(242,242,242);
	font-size: 14px;
	color: rgb(179,179,179);
	padding: 0 5px;
	margin: 0 6px;
}

.common-r-right-brand{
	margin-top: 10px;
	width: 168px;
	overflow: hidden;
	white-space: nowrap;/*不换行*/
}


.common-the-today .common-p-left{
	background:url(/images/wd-imgs/j-left.png);
}


.common-j-right-text{
	padding-left: 17px;
	display: inline-block;
	vertical-align: middle;
	width: 212px;
	color: rgb(102,102,102);
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	background-image: url(/images/wd-imgs/t.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;

}

.common-j-right-brand{
	margin-top: 10px;
	text-align: left;
	padding-left: 17px;
}


.common-j-right-brand-span{
	font-size: 14px;
	color: rgb(179,179,179);
}

.common-j-right-brand-line{
	display: inline-block;
	background: rgb(242,242,242);
	height: 14px;
	width: 1px;
	margin: 0 7px;
}

.common-j-right-amount{
	text-align: left;
	padding-left: 17px;
	margin-top: 10px;
}

.common-rmb{
	font-size: 12px;
	color: rgb(51,51,51);
	margin-right: 10px;
}

.common-price{
	font-size: 20;
	color: rgb(242,0,20);
}

div.common-j-after-dis{
	top: 0;
	position: absolute;
	background-color: #fff;
	width: 296px;
	height: 420px;
	padding-top: 0;
	border:0 solid rgb(255,102,115);
    box-shadow: -1px -1px 8px 8px rgba(255,123,97, 0.15);
    z-index: 1000;
}

.common-after-img{
	margin-top: 20px;
	margin-bottom:30px;
	height: 126px;
}

div.common-j-after-dis-bottom{
	position: absolute;
	top: 0;
	background-color: #fff;
	width: 296px;
	height: 420px;
	padding-top: 0;
	border:0 solid rgb(255,102,115);
    box-shadow: -1px -1px 8px 8px rgba(255,123,97, 0.15);
    z-index: 1000;
}

.common-j-after-text{
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 224px;
	margin: 0 auto;
	margin-top: 40px;
}

.common-j-after-title{
	font-size: 14px;
	color: rgb(179,179,179);
	display: inline-block;
	width: 60px;
}

.common-j-after-line{
	display: inline-block;
	width: 1px;
	height: 14px;
	background: rgb(242,242,242);
}

.common-j-after-tdiv{
	margin-top: 20px;
}

.common-j-after-content{
	font-size: 14px;
	color: rgb(102,102,102);
	display: inline-block;
	width: 60px;
}


.common-j-after-dis .common-j-right-amount{
	text-align: center;
}

.common-j-after-dis-bottom .common-j-right-amount{
	text-align: center;
}

.common-j-right-btn{
	width: 169px;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	color: #fff;
	background: url(/images/wd-imgs/j-ater-btn.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 13px;
}



.common-fx-dairu{
	padding: 10px 32px;
	padding-bottom: 20px;
	width: 72px;
	height: 31px;
	line-height: 51px;
	font-size: 16px;
	color: rgb(102,102,102);
}

.common-fx-dairu-on{
	background-color: #fff;
	background-image: url(/images/wd-imgs/down.png);
	background-repeat: no-repeat;
	background-position: 50% 36px;
}

.common-replace-in{
	background-color: #fff;
	height: 340px;
	width: 1190px;
	margin: 0 auto;
	margin-top: 31px;
}

.common-re-left{
	display: inline-block;
	width: 472px;
	height: 276px;
	padding: 32px;
}

.common-re-img-list{
	width: 54px;
	height: 74px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: rgb(102,102,102);
	margin:32px;
}

.common-re-img-font{
	margin-top: 8px;
}

.common-re-img-list:hover{
	color: rgb(242,97,109);
}

.common-re-right{
	display: inline-block;
	width: 654px;
	height: 339px;
	float: right;
}

.common-re-right-content{
	padding-top: 54px;
	width: 634px;
	height: 245px;
	margin:10px 20px;
	background-image: url(/images/wd-imgs/re-right-bg.png);
	background-repeat: no-repeat;
}


.common-re-right-tit{
	text-align: center;
	font-size: 14px;
	color: rgb(51,51,51);
}


.common-re-right-tx1{
	margin-top: 24px;
	height: 40px;
	padding-left: 35px;
}

.common-re-right-tx2{
	margin-top: 15px;
	height: 40px;
	padding-left: 35px;
}


.common-re-right-input{
	width: 230px;
	height: 40px;
	border-radius: 5px;
	outline:none;
	border:0;
	margin-right: 19px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 40px;
}

.common-re-right-buttom{
	margin: 0 auto;
	width: 301px;
	height: 40px;
	border:1px solid rgb(242,0,20);
	border-radius: 5px;
	font-size: 16px;
	color: rgb(242,0,20);
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-top: 20px;
}

.common-tm{
	position: absolute;
}

.common-jd{
	position: absolute;
	display: none;
}

.common-se-ad{
	margin-top: 70px;
	width: 100%;
	height: 695px;
	background-color: #000;
	background: url(/images/wd-imgs/se-ad.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 70px;
}
.common-gw-line{
	height: 1px;
	width: 18px;
	margin: 0 auto;
	background: rgb(178,178,178);
}

.common-gw-higher{
	height: 24px;
	padding-top: 14px;
	padding-bottom: 6px;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.common-gw-higher-en{
	font-size: 13px;
	color: rgb(216,216,216);
	text-align: center;
	padding-bottom: 12px;
}

.common-gw-higher-info{
	font-size: 14px;
	color: rgb(179,179,179);
	text-align: center;
	padding: 13px 0;
}

.common-gw-list-div{
	width: 1190px;
	height: 398px;
	margin: 0 auto;
	margin-top: 55px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.common-gw-list{
	position: relative;
	display: inline-block;
	width: 297px;
	height: 356px;
	text-align: center;
	top: 50%;
	transform: translate(-0,-50%);
	float: left;
	background: #fff;
}

div.common-gw-list-big{
	height: 398px;
	z-index: 100;
}

.common-gw-list-pre{
	position: absolute;
	width: 297px;
	height: 356px;
	vertical-align: middle;
	text-align: center;
}

.common-gw-list-after{
	position: absolute;
	width: 297px;
	height: 398px;
	vertical-align: middle;
	text-align: center;
	display: none;
}

.common-gw-list-big .common-gw-list-pre{
	display: none;
}

.common-gw-list-big .common-gw-list-after{
	display: block;
}

.common-gw-list-pre .common-gw-name{
	font-size: 20px;
	color: rgb(153,153,153);
	margin-top: 29px;
	margin-bottom: 14px;
}

.common-gw-list-pre .common-gw-img{
	position: relative;
	width: 136px;
	height: 150px;
	margin: 0 auto;
}

.common-gw-list-pre .common-gw-img-text{
	width: 128px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: rgb(179,179,179);
	position: absolute;
	bottom: 3px;
	left: 5px;
	background: url(/images/wd-imgs/gw-img-bg-gray.png);
}

.common-gw-list-pre .common-gw-gray-line{
	width: 18px;
	height: 2px;
	margin: 14px auto;
	background: rgb(230,230,230);
}

.common-gw-list-pre .common-gw-company{
	margin: 0 auto;
	font-size: 14px;
	color: rgb(179,179,179);
}

.common-gw-list-pre .common-gw-connect{
	margin: 0 auto;
	margin-top: 34px;
}

.common-gw-list-pre .common-gw-qq{
	display: inline-block;
	width: 110px;
	font-size: 12px;
	color: rgb(154,155,156);
}

.common-gw-list-pre .common-gw-tel{
	display: inline-block;
	width: 110px;
	font-size: 12px;
	color: rgb(154,155,156);
}

.common-gw-list-after{
	box-shadow: 0px 7px 10px 0px rgba(242,0,20,0.15);
}


.common-gw-list-after .common-gw-name{
	font-size: 20px;
	color: rgb(51,51,51);
	margin-top: 46px;
	margin-bottom: 14px;
}

.common-gw-list-after .common-gw-img{
	position: relative;
	width: 136px;
	height: 150px;
	margin: 0 auto;
}

.common-gw-list-after .common-gw-img-text{
	width: 128px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: rgb(255,255,255);
	position: absolute;
	bottom: 3px;
	left: 5px;
	background: url(/images/wd-imgs/gw-img-bg-red.png);
}

.common-gw-list-after .common-gw-gray-line{
	width: 18px;
	height: 2px;
	margin: 14px auto;
	background: rgb(242,0,20);
}

.common-gw-list-after .common-gw-company{
	margin: 0 auto;
	font-size: 14px;
	color: rgb(102,102,102);
}

.common-gw-list-after .common-gw-connect{
	margin: 0 auto;
	margin-top: 60px;
}

.common-gw-list-after .common-gw-qq{
	display: inline-block;
	width: 110px;
	font-size: 12px;
	color: rgb(242,0,20);
}

.common-gw-list-after .common-gw-tel{
	display: inline-block;
	width: 110px;
	font-size: 12px;
	color: rgb(242,0,20);
}


.common-int-after{
	width: 1190px;
	height: 682px;
	margin: 0 auto;
}

.common-int-line{
	height: 1px;
	width: 18px;
	margin: 0 auto;
	background: rgb(178,178,178);
}

.common-int-higher{
	height: 24px;
	padding-top: 14px;
	padding-bottom: 6px;
	font-size: 24px;
	color: rgb(51,51,51);
	line-height: 24px;
	text-align: center;
}

.common-int-higher-en{
	font-size: 13px;
	color: rgb(216,216,216);
	text-align: center;
	padding-bottom: 12px;
}

.common-int-higher-info{
	position: relative;
	width: 521px;
	font-size: 14px;
	color: rgb(179,179,179);
	text-align: center;
	padding: 13px 0;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
    height: 40px;
}

.common-int-higher-span{
	width: 521px;
	font-size: 14px;
	padding: 13px 0;
	line-height: 14px;
	color: rgb(179,179,179);
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}

.common-int-cont{
	width: 100%;
	height: 477px;
	margin-top: 50px;
	position: relative;
}


.common-int-list{
	position: relative;
	display: inline-block;
	width: 287px;
	height: 404px;
	top: 50%;
	transform: translate(-0,-50%);
	float: left;
	background: #fff;
}

div.common-int-list-big{
	width: 600px;
	height: 477px;
}

.common-int-span{
	float: left;
	width: 16px;
	height: 100%;
}

.common-int-list-pre{
	position: absolute;
	width: 215px;
	height: 300px;
	vertical-align: middle;
	padding: 52px 36px;
}

.common-int-list-after{
	position: absolute;
	width: 520px;
	height: 351px;
	vertical-align: middle;
	display: none;
	padding: 63px 40px;
	border:1px solid rgb(232,232,232);
    box-shadow: 0px 7px 10px 0px rgba(242,0,20,0.12);
}

.common-int-list-on{
	width: 600px;
	height: 477px;
	z-index: 100;
}

.common-int-list-on .common-int-list-pre{
	display: none;
}

.common-int-list-on .common-int-list-after{
	display: block;
}

div.common-int-span1{
	display: none;
}

.common-int-pre-date{
	font-size: 20px;
	color: rgb(153,153,153);
}

.common-int-tag{
	font-size: 18px;
	color: rgb(51,51,51);
}

.common-int-brand{
	margin-top: 17px;
	margin-bottom: 15px;
	font-size: 14px;
	color: rgb(179,179,179);
	height: 22px;
}

.common-int-brand span{
	text-align: center;
	display: inline-block;
	background: rgb(247,247,247);
	line-height: 22px;
	width: 86px;
}

.common-int-detail{
	width: 86px;
	height: 22px;
	line-height: 22px;
	border: 1px solid rgb(242,0,20);
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: rgb(242,0,20);
	cursor: pointer;
}


.common-int-detail-img{
	margin-top: 25px;
	width: 214px;
	height: 156px;
	overflow: hidden;
	border-radius: 78px;
}


.common-int-after-detail{
	width: 86px;
	height: 22px;
	line-height: 22px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background:rgb(242,0,20);
	cursor: pointer;
}

.common-int-after-first-text{
	display: inline-block;
	margin-top: 20px;
}

.common-int-after-first-img{
	float: right;
	display: inline-block;
	width: 214px;
	height: 156px;
	overflow: hidden;
	border-radius: 78px;
}

.common-int-tag{
	overflow: hidden;
	width: 187px;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}


.common-int-list-after-second{
	margin-top: 55px;
}

.common-int-list-after-line{
	width: 480px;
	overflow: hidden;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
    font-size: 16px;
    color: rgb(102,102,102);
    margin-top: 21px;
    margin-bottom: 21px;
}


.common-news-info{
	width: 1190px;
	height: 590px;
	margin: 0 auto;
	padding-top: 70px;
}

.common-news-content{
	background: #fff;
	width: 1190px;
	height: 422px;
	margin-top: 40px;
}

.common-news-left{
	display: inline-block;
	width: 605px;
	height: 362px;
	padding: 40px 70px 20px 40px;
}

.common-news-right{
	display: inline-block;
	width: 420px;
	height: 362px;
	padding: 40px 0 20px 0;
	float: right;
	margin-right: 47px;
}

.common-news-left-title{
	margin-bottom: 50px;
	height: 22px;
}

.common-news-con-title{
	display: inline-block;
	font-size: 22px;
	color: rgb(51,51,51);
}

.common-news-con-more{
	display: inline-block;
	font-size: 14px;
	color: rgb(179,179,179);
	float: right;
	cursor: pointer;
}

.common-news-list{
	height: 53px;
	position: relative;
}

div.common-news-list-on{
	height: 140px;
	padding: 18px 0;
	position: relative;
}

.common-news-list-on .common-news-list-title{
	display: none;
}

.common-news-list-on .common-news-list-detail{
	display: block;
}

.common-news-list-title{
	height: 53px;
	font-size: 17px;
	line-height: 53px;
	color: rgb(102,102,102);
	text-align: left;
}
/*.pri:after{*/
	/*content: '';*/
	/*display: inline-block;*/
	/*width: 80px;*/
	/*height: 53px;*/
	/*cursor: pointer;*/
	/*background: url("/file/jieri/two12/1-1.png")center center no-repeat;*/
	/*position: relative;*/
	/*top: 10px;*/
	/*left: 25px;*/
/*}*/
.common-news-list-dot{
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff0000;
	margin-bottom: 24px;
	margin-right: 10px;
}

.common-news-list-title-text{
	display: inline-block;
	height: 53px;
	width: 399px;
	font-size: 17px;
	overflow: hidden;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}

.common-news-list-title-date{
	display: inline-block;
	height: 53px;
	line-height: 53px;
	float: right;
}

.common-news-list-detail{
	height: 140px;
	display: none;
}

.common-news-list-detail-img{
	display: inline-block;
	float: left;
	padding-right: 16px;
	width: 226px;
}

.common-news-list-detail-text{
	display: inline-block;
}

.common-news-detail-title{
	width: 360px;
	font-size: 20px;
	color: rgb(51,51,51);
	overflow: hidden;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}

.common-news-detail-content{
	margin-top: 18px;
	width: 360px;
	font-size: 16px;
	color: rgb(153,153,153);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.common-news-detail-date{
	margin-top: 17px;
	font-size: 14px;
	color: rgb(179,179,179);
}

.common-news-detail-span{
	display: inline-block;
	float: right;
	font-size: 14px;
	color: rgb(250,78,75);
	cursor: pointer;
}


.common-nrl-first{
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(/images/wd-imgs/news-first.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}


.common-nrl-second{
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(/images/wd-imgs/news-second.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}


.common-nrl-third{
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(/images/wd-imgs/news-third.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.common-news-right-list{
	padding: 18px 0;
}

.common-nrl-title{
	font-size: 16px;
	color: rgb(102,102,102);
	overflow: hidden;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}

.common-nrl-content{
	margin: 27px 20px;
	font-size: 16px;
	color: rgb(153,153,153);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: none;
}

.common-news-right-list-on .common-nrl-title{
	font-size: 20px;
	color: rgb(51,51,51);
}

.common-news-right-list-on .common-nrl-content{
	display: -webkit-box;
}


.common-fxq-info{
	width: 1190px;
	height: 890px;
	margin: 0 auto;
	padding-top: 70px;
}


.common-timer{
	display: inline-block;
	width: 14px;
	height: 13px;
	background:url(/images/wd-imgs/timer.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}


.common-fxq-content{
	width: 1190px;
	height: 678px;
	margin-top: 40px;
}

.common-fxq-img{
	position: relative;
	width: 821px;
	height:678px;
}

.common-img-zb{
	position: absolute;
	width: 12px;
	height: 16px;
	background: url(/images/wd-imgs/img-zb.png);
	cursor: pointer;
}

.common-jn-info{
	top: 329px;
	left: 644px;
}

.common-jj-info{
	top: 445px;
	left: 630px;
}

.common-hz-info{
	top: 433px;
	left: 699px;
}

.common-sz-info{
	top: 571px;
	left: 608px;
}

.common-cont-zb{
	position: absolute;
	width: 380px;
	height: 139px;
	display: none;
}

div.common-hz-cont{
	display: block;
}

.common-jn-cont{
	top: 263px;
	left: 666px;
}

.common-jj-cont{
	top: 381px;
	left: 650px;
}

.common-hz-cont{
	top: 369px;
	left: 719px;
}

.common-sz-cont{
	top: 507px;
	left: 628px;
}



.common-triangle_left{
	width:0;
    height:0;
    border-width:30px 30px 30px 0;
    border-style:solid;
    border-color:transparent #fff transparent transparent;/*透明 灰 透明 透明 */
    margin:40px 0;
    position:relative;
    display: inline-block;
}

.common-zb-cont{
	width: 318px;
	height: 107px;
	background: #fff;
	display: inline-block;
	float: right;
    box-shadow: 0px 7px 10px 0px rgba(115, 115, 115, 0.15);
    padding: 16px;
}

.common-zb-cont-right{
	padding: 18px 11px;
}

.common-zb-cont-title{
	font-size: 18px;
	color: rgb(51,51,51);
}

.common-zb-cont-cont{
	font-size: 12px;
	color: rgb(153,153,153);
}

.common-zb-cont-left{
	display: inline-block;
	width: 137px;
}

.common-zb-cont-right{
	display: inline-block;
	float: right;
	width: 150px;
}


.common-bottom{
	width: 100%;
	height: 456px;
	background: url(/file/wd-js/img/bj-image.jpg) center top no-repeat;
	padding-top: 40px;
	overflow: hidden;
	position:relative;
}

.common-bot-content{
	width: 1200px;
	height: 462px;
	margin: 0 auto;
	position: relative;
}

.common-bot-line1{
	width: 1180px;
	height: 0px;
	border-bottom: 1px dashed rgba(255,255,255,0.08);
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translate(-50%,0);
}

.common-bot-line2{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.06);
	position: absolute;
	top: 320px;
}

.common-comp-menu{
	float: left;
	width: 780px;
	display: inline-block;
}

.common-comp-menu span{
	display: inline-block;
	width: 130px;
	float: left;
	padding: 6px 0;
}

.common-comp-menu-title{
	font-size: 16px;
	color: rgb(204,204,204);
}

.common-comp-menu-cont a{
	font-size: 14px;
	color: rgb(128,128,128);
}

.common-comp-qrcode{
	float: left;
	display: inline-block;
	width: 100px;
	height: 127px;
}

.common-qrcode-div{
	width: 92px;
	height: 92px;
	padding: 4px;
	/* background: #fff; */
}

.common-qrcode-div img{
	width: 92px;
	height: 92px;	
}


.common-qr-code-text{
	margin-top: 7px;
	font-size: 12px;
	color: rgb(204,204,204);
	text-align: center;
}

.common-comp-tel{
	display: inline-block;
	width: 248px;
	margin-top: 12px;
	margin-left: 55px;
}

.common-tel-img{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/images/wd-imgs/tel.png);
	background-repeat: no-repeat;
	margin-right: 8px;
}

.common-comp-tel-tit{
	font-size: 18px;
	color: rgb(204,204,204);
}

.common-comp-tel-no{
	font-size: 30px;
	color: rgb(204,204,204);
	line-height:40px;
}

.common-comp-tel-time{
	font-size: 16px;
	color: rgb(204,204,204);
}

.common-friend-link{
	margin-top: 65px;
	font-size: 14px;
	height: 45px;
}

.common-friend-link-left{
	float: left;
	display: inline-block;
	color: rgb(204,204,204);
}

.common-friend-link-right{
	float: left;
	display: inline-block;
	color: rgb(108,108,108);
	margin-left: 16px;
	width: 1105px;
}

.common-friend-link-right span{
	float: left;
	display: inline-block;
	margin-right: 22px;
}

.common-friend-link-right a{
	color: rgb(128,128,128);
}

.common-safe-info{
	margin-top: 70px;
	text-align: center;
	height: 55px;
}

.common-safe-info a{
	display: block;
	float:left;
	margin: 0 15px;
}

.common-comp-info{
	height: 130px;
	position: relative;
}

.common-copy-right{
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	color: rgb(77,77,77);
}
.tmall_kefu{
	width:591px;height:226px;
	background:url(/images/wd-imgs/bj-2.png) top center no-repeat;border-radius: 10px;border-radius: 5px;
	position:relative;padding-top:108px;
}
.tmall_kefu .tku_box{float:left;margin-left:80px; width:95px;height:180px;text-align:center;}
.img1a{width: 92px;
    overflow: hidden;
    border-radius: 50%;
}
#tinybox {
    position: absolute;
    z-index: 9999999;
    overflow: hidden;
}
.login_panel1 {
    width: 100%;
    z-index: 9999;
    height: 132px;
    font-size: 12px;
    background: #333333;
    display: none;
    position: fixed;
    bottom: 0;
	background:url(/images/wd-imgs/di.jpg) center center no-repeat;
}
.login_panel1 .panel_center {
	margin: 10px auto;
    width: 835px;
    height: 112px;
    padding-top: 68px;
    position: relative;
    padding-left: 185px;
}
.login_panel_close {
    font-size: 14px;
    background: url(/images/wd-imgs/close2.png) 0 center no-repeat;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-indent: 30px;
    display: block;
    color: #e54e4b;
    position: absolute;
    top: 32px;
    right: 64px;
}
.kefu_hi {
    width: 255px;
    height: 115px;
    background: url(/images/wd-imgs/icon1.png) center center no-repeat;
}
.panel_center input{ padding-left:15px; width:173px;height:36px;float:left;display:block;margin-left:40px;}
.panel_center a{display:block;float:left;margin-left:30px;}
.veri_kefu{width:470px;position:relative;}
.veri_ktitle{width:470px;height:113px;border-radius: 30px 30px 0 0;overflow:hidden;background:url(/images/wd-imgs/veri_bj.png)top center no-repeat;}
.veri_input{padding-bottom:20px;background:#fff;width:470px;height:135px;padding-top:35px;}
.veri_input input{outline: none;display:block;width:360px;height:48px;margin:0 auto;padding-left:30px;border-radius: 30px;line-height:48px; border:1px solid #fe4b4f;}
.veri_input a{display:block;margin:0 auto;color:#fff;width:390px;height:48px;background:#fe4b4f;text-align:center;line-height:48px;margin-top:30px;border-radius: 30px;}
.veri_bottom{background:#fff;border-radius: 0 0 30px 30px;color:#8b8b8b;overflow:hidden;border-top:1px solid #e6e6e6;width:390px;line-height:24px;font-size:12px;height:30px;padding:10px 40px 0 40px;}
.veri_return{width:390px;height:100px;padding-left:50px;padding-right:30px;position:relative;border-top:1px solid #e6e6e6;}
.veri_return span{position:absolute;left:40px;top:40px;font-size:22px;font-weight:bold;}

































