@charset "utf-8";
/* CSS Document */

@import url(common.css);

/* reset jquery.bxslider.css */
.bx-wrapper{margin-bottom:0;}
.bx-wrapper .bx-pager{bottom:30px;}
.bx-wrapper .bx-pager.bx-default-pager a{background:#FFF;font-size:0;}
.bx-wrapper .bx-pager.bx-default-pager a.active{background:#f93838;}
.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#f77070;}

body{background:#FFF}

.wrap{
	width:100%;
	height:auto;
	overflow:hidden;
}
.block{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.topest{
	height: 30px;
	line-height: 30px;
	color: #555555;
}
.welcome{
	float: left;
}
.toplink{
	float: right;
    position: relative;
}
.toplink span{
	color: #BCBCBC;
	font-size: 10px;
	margin: 0 3px;
}
.toplink a:hover{
	color: #ff3c00;
	text-decoration: underline;
}
.toplink .qr_code_mobile{
    display: none;
    position: absolute;
    top: 31px;
    right: -58px;
    z-index: 999;
    width: 150px;
    height: 171px;
}

.header{
	height:80px;
}
.logo{
	float: left;
	padding-right: 25px;
	padding-top:5px;
	height: 70px;
	overflow: hidden;
}
.logo img{
	height: 70px;
}
.header-company-name{
	float:left;
	line-height:80px;
	font-size:16px;
	color:#5c5c5c;
	/*padding-left:25px;*/
}
.header-company-name a{
	color: inherit;
}
.searchForm{
	float: right;
	width:485px;
	height:42px;
	margin-top:19px;
	overflow:hidden;
}
.searchForm-input{
	float: left;
	width: 300px;
	height: 38px;
	border:solid 2px #dddddd;
	border-right:none;
	overflow:hidden;
}
.searchForm-input input{
	width: 280px;
	height: 38px;
	border: none;
	padding: 0 12px;
}
.searchForm-submit{
	float: left;
	/*width: 90px;*/
	height: 42px;
	overflow:hidden;
}
.searchForm-submit input{
	float:left;
	display:inline-block;
	width: 90px;
	height: 42px;
	background: #ff4800;
	color: #FFF;
	font-size: 15px;
	border: none;
	cursor: pointer;
}
.searchForm-submit input:nth-child(2){
	margin-left:3px;
}
.searchForm-submit input.searchForm-submit__outline{
	background:none;
	border:solid 1px #ff4800;
	color:#ff4800;
}

.member-signboard{
	height: 200px;
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: center;
}

/*menu*/
.menu_wrap{
	background: #4c0868;
}
.menu{
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	font-family:'宋体';
}
.menu ul{
	height:35px;
	line-height:35px;
	overflow: hidden;
}
.menu li{
	float: left;
	margin-right: 75px;
}
.menu a{
	color: #FFF;
	/*padding: 4px 18px;*/
	display: inline-block;
}
.menu a.current{
	color: #fdac5d;
}
.menu a:hover{
	color: #fdac5d;
}
.menu a.nav-recommend-product{
	background:url(../images/member/nav_recommend_product.png) no-repeat;
	background-size:cover;
	width:115px;
	height:35px;
}

.banner{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:0;
	line-height:0;
}

.left{
	float:left;
	overflow:hidden;
	width:235px;
}
.main{
	float:left;
	overflow:hidden;
	width:955px;
	margin-left:10px;
}
.container{
	overflow:hidden;
	border:solid 1px #e5e5e5;
	background:#FFF;
	margin-bottom:10px;
}
.left-container{
	width:233px;
}
.right-container{
	width:953px;
}
.container-tit{
	overflow:hidden;
	height:26px;
	line-height:26px;
	background:url(../images/bg_container-tit.jpg) repeat-x;
	padding:0 12px;
	border-bottom:solid 1px #e5e5e5;
}
.container-tit-txt{
	float:left;
	color:#333;
	font-size:14px;
	font-weight:bold;
}
.container-tit-more{
	float:right;
	overflow:hidden;
}
.container-tit-more a{
	color:#0066cc;
}
.container-tit-more a:hover{
	text-decoration:underline;
}

.company-info{
	padding:12px 15px;
}
.company-name{
	font-weight:bold;
	color:#007dde;
}
.company-contactor{
	padding:8px 0 12px;
	border-bottom:dotted 1px #e0e0e0;
	overflow:hidden;
}
.company-contactor span{
	color:#757575;
}
.company-contactor a{
	display:inline-block;
	margin-left:10px;
	border:solid 1px #dbdbdb;
	border-radius:2px;
	background:#f2f2f2;
	color:#666;
	line-height:28px;
	padding:0 15px;
}
.company-info-content{
	color:#414141;
	padding:6px 0 2px;
}
.company-info-content p{
	overflow:hidden;
	margin:5px 0;
}

.product-search{
	padding:12px 15px;
}
.prosearch-kw{
}
.prosearch-submit{
}

.product-category{
	padding:2px 10px 3px 15px;
}
.product-category li{
	line-height:40px;
	border-bottom:dotted 1px #cbcbcb;
	overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.product-category li:last-child{
	border:none;
}
.product-category li a{
	font-weight:bold;
	color:#0066d5;
	margin-left:6px;
}
.product-category li a:hover{
	text-decoration:underline;
}

.hot-product{
	padding:2px 15px 3px;
}
.hot-product li{
	overflow:hidden;
	padding:10px 0;
	border-bottom:dotted 1px #cbcbcb;
}
.hot-product-img{
	float:left;
	width:50px;
	height:50px;
}
.hot-product-img img{
	width:50px;
	height:50px;
}
.hot-product-info{
	float:left;
	margin-left:6px;
	width:147px;
	height:50px;
}
.hot-product-title{
	overflow:hidden;
	height:32px;
	padding-left:2px;
	line-height: 16px;
}
.hot-product-title a{
	color:#0066cc;
}
.hot-product-title a:hover{
	text-decoration:underline;
}
.hot-product-price{
	overflow:hidden;
	font-size:13px;
	color:#ff2900;
	margin-top:2px;
}
.hot-product-price span{
	font-size:12px;
	color:#242424;
}

.container-more{
	overflow:hidden;
	text-align:right;
	padding:6px 15px 9px 0;
}
.container-more a{
	color:#0066cc;
}
.container-more a:hover{
	text-decoration:underline;
}

.contact-info{
	color:#414141;
	padding:8px 15px 6px;
}
.contact-info p{
	overflow:hidden;
	margin:5px 0;
}
.contact-map{
	overflow:hidden;
	padding:0 15px;
}

.company-intro{
	padding:12px 15px;
	/*height:190px;*/
	min-height: 190px;
	overflow:hidden;
}
.company-intro-img{
	float:left;
	width:190px;
	height:190px;
	vertical-align: top;
}
.company-intro-txt{
	float:left;
	width:725px;
	margin-left:8px;
	color:#616161;
	line-height:22px;
}
/*首页产品列表*/
.product-list{
	padding:10px;
	overflow:hidden;
}
.product-list li{
	float:left;
	overflow:hidden;
	width:201px;
	padding:6px;
	border:solid 1px #eeeeee;
	margin:9px;
}
.product-list-proimg,
.product-list-proimg img{
	width:201px;
	height:201px;
}
.product-list-proimg{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.product-list-proname{
	overflow:hidden;
	padding:8px 0 4px;
}
.product-list-proname a{
	color:#0066cc;
}
.product-list-proname a:hover{
	text-decoration:underline;
}
.product-list-proprice{
	font-size:13px;
	color:#ff2900;
	padding:2px 0 3px;
}
.product-list-proprice span{
	font-size:12px;
}
/*镇店之宝（推荐产品）*/
.recommend-list{
	overflow:hidden;
}
.recommend-list li{
	float:left;
	overflow:hidden;
	width:225px;
	margin:9px;
}
.recommend-list-proimg,
.recommend-list-proimg img{
	width:225px;
	height:225px;
}
.recommend-list-proname{
	overflow:hidden;
	padding:8px 0 4px;
}
.recommend-list-proname a{
	color:#444;
	font-size:13px;
}
.recommend-list-proname a:hover{
	/*text-decoration:underline;*/
}
.recommend-list-proprice{
	font-size:20px;
	color:#ff2900;
	padding:2px 0 3px;
}
.recommend-list-proprice span{
	font-size:12px;
}
/*产品列表*/
.prolist{
	overflow:hidden;
}
.prolist li{
	float:left;
	overflow:hidden;
	width:227px;
	padding:1px;
	border:solid 1px #eeeeee;
	margin:0 10px 10px 0;
}
.prolist li:nth-child(4n){
	margin-right:0;
}
.prolist-proimg,
.prolist-proimg img{
	width:227px;
	height:227px;
}
.prolist-proimg{
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.prolist-proname{
	overflow:hidden;
	padding:5px 6px 5px;
}
.prolist-proname a{
	color:#444444;
}
.prolist-proname a:hover{
	text-decoration:underline;
}
.prolist-proprice{
	font-size:16px;
	color:#ff2900;
	padding:5px 5px 1px;
	font-weight:bold;
    height: 21px;
}
.prolist-proprice span{
	font-size:14px;
}
.prolist-proimgs{
	overflow:hidden;
	padding:8px 0 1px;
}
.prolist-proimgs li{
	float:left;
	width:30px;
	height:30px;
	margin:0 0 0 8px;
	cursor:pointer;
}
.prolist-proimgs li img{
	width:30px;
	height:30px;
}

/*产品详情*/
.product-info{
	float:left;
	width:780px;
	height:465px;
	margin-left:20px;
	position:relative;
}
.product-title{
	color:#333;
	font-size:18px;
	font-weight:normal;
	margin-bottom:8px;
}
.product-emphasize{
	background:#ffeeed;
	padding:20px 20px 20px 0;
	overflow:hidden;
	margin-bottom:12px;
}
.product-info-row{
	overflow:hidden;
	line-height:40px;
	padding-left:20px;
	font-size:14px;
}
.product-info-param{
	display:inline-block;
	width:70px;
	color:#666666;
	text-align:justify;
	text-align-last:justify;
	justify-content:space-between;
}
.product-info-value{
	display:inline-block;
	color:#161616;
	margin-left:35px;
}
.product-price{
	color:#ff4200;
	font-size:22px;
}
.product-price strong{
	font-size:32px;
	font-weight:normal;
}
.product-info-job{
	font-size:12px;
	color:#888888;
}
.product-info-btns{
	overflow:hidden;
	position:absolute;
	bottom:7px;
}
.product-info-btns a{
	display:inline-block;
	font-size:18px;
	color:#FFF;
	padding:10px 60px;
	background:#ff5a00;
	margin-right:10px;
}
.product-info-btns a.product-info-btns__outline{
	background:#fff4ec;
	border:solid 1px #fee3d2;
	color:#ff5a00;
}

.product-recommend{
	float:left;
	width:115px;/*140*/
	height:465px;
	margin-left:20px;
	background:#f5f5f5;
	padding:3px 12px 3px 13px;
}
.product-recommend-head{
	position:relative;
	overflow:hidden;
	text-align:center;
}
.product-recommend-head__txt{
	font-size:12px;
	color:#888888;
	padding:0 5px;
	background:#f5f5f5;
	position:relative;
	z-index:999;
	display:inline-block;
	line-height:35px;
}
.product-recommend-head__separate{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	line-height: 0;
	border-bottom: solid 1px #e8e8e8;
}
.product-recommend-list{
	width:115px;
	height:430px;
}
.product-recommend-list ul{
	width:115px;
	height:400px;
	margin-right:10px;
	/*background:#F00;*/
}
.product-recommend-list li{
	overflow:hidden;
	margin-bottom:8px;
}
.product-recommend-proimg{
	width:113px;
	height:110px;
	border:solid 1px #ececec;
	display:block;
}
.product-recommend-proimg img{
	width:113px;
	height:110px;
}
.product-recommend-protitle{
	display:block;
	text-align:center;
	color:#555555;
	font-size:12px;
}

/* reset jquery.bxslider.css */
.product-recommend .bx-wrapper .bx-viewport{
	background:none;
}
.product-recommend .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:-20px;
}
.product-recommend .bx-wrapper .bx-pager.bx-default-pager a{
	width:6px;
	height:6px;
	background:#d9d9d9;
	border-radius:0;
}
.product-recommend .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#ff7300;
}
.product-recommend .bx-wrapper .bx-controls-direction a{
	width:22px;
	height:35px;
	line-height:35px;
	text-indent:0;
	top:auto;
	margin-top:auto;
	font-size:22px;
	color:#888;
	font-family:serif;
}
.product-recommend .bx-wrapper .bx-prev{
	background:none;
}
.product-recommend .bx-wrapper .bx-next{
	background:none;
	text-align:right;
}

.product-detail{
	width:945px;
	margin-left:20px;
}
.product-detail-tit{
	color:#eb856a;
	font-size:16px;
	padding-bottom:20px;
	border-bottom:solid 1px #f0f0f0;
}
.product-detail-con{
	padding:20px 0 50px;
	text-align:center;
}
.product-detail-con img{
    /*width: 100%;*/
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.footer{
	width:1425px;
	max-width:100%;
	margin:0 auto;
	border-top:solid 1px #dbdbdb;
	padding:18px 0 45px;
	text-align:center;
	color:#787878;
	line-height:25px;
}
.footer a.tech-support{
	color:#0088cc;
}
.footer a.tech-support:hover{
	text-decoration:underline;
}



/*企业档案详细信息*/
.company-detail{
	padding: 12px 15px;
	overflow: hidden;
}
.company-detail table{
	width: 100%;
	border-collapse: collapse;
}
.company-detail table td{
	border: solid 1px #96b4e1;
	color: #696969;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.company-detail table td.company-detail-item{
	background: #b8d0f3;
	color: #424141;
	text-align: right;
	width: 120px;
}
/*联系信息*/
.company-contact{
	padding: 12px 15px;
	overflow: hidden;
}
.company-contact table{
	width: 100%;
	border-collapse: collapse;
}
.company-contact table td{
	border: solid 1px #e3e3e3;
	color: #696969;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.company-contact table td.company-contact-item{
	background: #b8c6f2;
	color: #424141;
	text-align: right;
	width: 135px;
}
.company-contact table td a:hover{
    text-decoration: underline;
    color: #0064FF;
}
.company-contact .company-contact-qrcode ul{
    overflow: hidden;
    padding-bottom: 20px;
}
.company-contact .company-contact-qrcode ul li{
    float: left;
    margin: 15px 5px 0px 10px;
}
.company-contact .company-contact-qrcode ul li img{
    width: 150px;
    height: 150px;
}
.company-contact .company-contact-qrcode ul li span{
    display: block;
    text-align: center;
    line-height: 1;
}


/*在线询价*/
.feedback-form{
	padding: 12px 80px;
	overflow: hidden;
}
.feedback-form-row{
	overflow: hidden;
	margin: 15px 0;
}
.feedback-form label{
	display: inline-block;
	width: 10%;
	font-size: 14px;
	vertical-align: middle;
}
.feedback-form label span{
	color: #FF3F00;
}
.feedback-form input{
	display: inline-block;
	width: 68%;
	padding:6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 1px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .075);
}
.feedback-form input.feedback-form-submit{
	display: inline-block;
	padding: 6px 12px;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #fff;
	background-color: #ff7e0a;
	width: 145px;
	line-height: 24px;
	cursor:pointer;
}
.feedback-form textarea{
	display: inline-block;
	height:75px;
	width:85.55%;
	padding:6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 1px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .075);
}


/*相册*/
.album-list{
	overflow: hidden;
	margin: 25px 0 0 15px;
}
.album-list li{
    float: left;
    list-style: none outside none;
    height: 241px;
    width: 166px;
    padding: 0 9px 17px;
}
.album-cover{
    background: url("//cbu01.alicdn.com/images/app/platform/winport/mod/albums/album.png") no-repeat scroll 0 0 transparent;
    position: relative;
    overflow: hidden;
    height: 167px;
    width: 166px;
}
.album-cover a {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    width: 160px;
    height: 161px;
	color: #000000;
}
.album-cover img {
    vertical-align: middle;
	width: 100%;
	height: 100%;
}
.album-cover-label {
    background: url("//cbu01.alicdn.com/images/app/platform/winport/mod/albums/album.png") no-repeat scroll 0 0 transparent;
        background-position-x: 0px;
        background-position-y: 0px;
    background-position: 0 -299px;
    height: 42px;
    width: 42px;
    left: 0;
    top: 0;
    position: absolute;
}
.album-title {
    margin: 5px auto 0;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
}
.album-count {
    text-align: center;
    color: #8F8F8F;
	margin: 5px auto 0;
}

.imgview-box{
    float: left;
    width: 702px;
    height: auto;
    overflow: hidden;
    padding: 30px 20px;
    box-shadow: 1px 1px 2px #CCC;
    background: #FFF;
}
.imgview-box img{
    width: 700px;
    height: auto;
}
.imgs-section{
    float: left;
    width: 388px;
    margin-top: 20px;
    margin-left: 50px;
}
.imgs-section select{
    width: 200px;
}
.album-imgs-list{
    margin-top: 22px;
    position: relative;
    height: 194px;
}
.album-imgs-list ul{
    /*overflow: hidden;*/
}
.album-imgs-list ul li{
    float: left;
    width: 95px;
    height: 95px;
    border: 1px solid #e1e1e1;
    font-size: 0;
}
.album-imgs-list ul li.current{
    border: 2px solid #FF7300;
    margin: -1px;
    position: relative;
    z-index: 9;
}
.album-imgs-list ul li img{
    width: 100%;
    height: 100%;
}
.album-imgs-nav{
    position: absolute;
    width: 11px;
    height: 21px;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    top: 87px;
}
.album-imgs-single-row>.album-imgs-nav{
    top: 38px !important;
}
.album-imgs-prevpage{
    left: -22px;
    background-position: 0 -90px;
}
.album-imgs-prev-disable{
    background-position: 0 -150px;
    cursor: default;
}
.album-imgs-nextpage{
    right: -20px;
    background-position: 0 0;
}
.album-imgs-next-disable{
    background-position: 0 -60px;
    cursor: default;
}


/* download tmp*/
.download{
	width:953px;
	height:auto;
	margin:30px 0 75px;
	font-size:14px;
	line-height:2;
	color:#333;
	min-height:300px;
}
.download h1{
	text-align:center;
	font-weight:bold;
}
.download dl{
	width:933px;
	height:auto;
	overflow:hidden;
	line-height:25px;
	margin:5px 0;
	padding:10px;
	border-radius:2px;
}
.download dl:hover{
	background:#EEE;
}
.download dl dt{
	float:left;
	width:813px;
	padding-left:30px;
	position:relative;
}
.download dl dt i{
	display:inline-block;
	font-style:normal;
	width:20px;
	padding:0 2px;
	border-radius:15px;
	text-align:center;
	background:#bee770;
	color:#333;
	position:absolute;
	left:-3px;
}
.download dl dd{
	float:left;
	width:90px;
	text-align:right;
}
.download dl dd a{
	text-decoration:underline;
	color:#555;
}


/*下载中心*/
.company-download{
	padding: 15px;
	overflow: hidden;
    min-height: 500px;
}
.company-download table{
	width: 100%;
	border-collapse: collapse;
}
.company-download table td{
	border: solid 1px #e3e3e3;
	color: #333;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
    font-size: 15px;
}
/*.company-download table td.company-download-item{
	background: #b8c6f2;
	color: #424141;
	text-align: right;
	width: 135px;
}*/
.company-download table td a{
    color: #3376DD;
}
.company-download table td a:hover{
    text-decoration: underline;
    color: #0064FF;
}



@media (max-width: 1200px){
	.wrap,.bx-wrapper,.bx-wrapper a,.footer{
		width:1200px;
	}
	.footer{
		max-width: none;
	}
}










