<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
li{
	list-style:none;
	}
a{	font-family:"微软雅黑";
	text-decoration:none;
	}
img{
	border:none;
	}
input{
	border:none;
	}
html,body{
	width:100%;
	height:100%;
	font-family:"微软雅黑";
	}
	
/* 添加商品 */
	.container{
		width:1200px;
		margin:0 auto;
		}

@media (max-width: 767px){
	.form-horizontal .control-label{
		text-align:right;
		padding:0;
		}
	}
@media screen and (min-width:1200px) {
	.container{
		width:1200px;
		margin:0 auto;
		}
	}
.add_goods{
	padding:30px 0;	
	}
.add_goods .ex_head{
	border-bottom:1px solid #ddd;
	}
.add_goods .ex_head .ex_head_text{
	display:inline-block;
	padding:10px 15px;
	color:#4a90e2;
	border-bottom:2px solid #4a90e2;
	font-size:20px;
	}
.add_goods .ex_content{
	padding:20px;
	}
.form-horizontal .form-group{
	margin:0;
	}
.ex_content .form-horizontal .form-group .tips_outside {
    position: relative;
    margin-bottom: 20px;
}
.form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
	padding-right:0px;
	padding-left:0;
	vertical-align:middle;
	line-height:14px;
	padding:8px 0;
}
.ex_content .form-horizontal .form-group .tips_outside{
	position: relative;
	margin-bottom: 30px;
	vertical-align:middle;
	}
.ex_content .form-horizontal .form-group .tips{
	display:none;
	position: absolute;
	z-index: 99;
	left: 10px;
	top:100%;	
	}
.ex_content .form-horizontal .form-group .tips_sc{
	top:120%;
	}
.ex_content .form-horizontal .form-group .tips p{
    font-size: 14px;
    line-height: 20px;
    color: #ed4040;
	padding-left:6px;
	}
.ex_content .form-horizontal .form-group .tips p i{
	padding-right: 5px;
	}
.hyjj_content_left_text_content .btn_feedback{
	margin-right:15px;
	border-radius:2px;
	padding:10px 60px;
	}
.ex_content .form-horizontal .form-group .row{
	margin:0;
	}
.ex_content .form-horizontal .form-group .img_list{
	border:1px solid #ccc;
	border-radius:4px;
	min-height:100px;
	padding:10px;
	margin-bottom:10px;
	}
.ex_content .form-horizontal .form-group .img_list .img_box{
	width:81px;
	height:81px;
	display:inline-block;
	border:1px solid #ddd;
	position:relative;
	}
.ex_content .form-horizontal .form-group .img_list .img_box img{
	width:80px;
	height:80px;
	}
.ex_content .form-horizontal .form-group .img_list .img_delete{
	color:#fff;
	background:#ed4040;
	position:absolute;
	right:0;
	top:0;
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	cursor:pointer;
	}
.ex_content .btn_add{
	margin-left:-100px;
	padding:10px 30px;
	}

#add_suc .blue i{
	font-size:20px;
	color:#4a90e2;
	vertical-align:middle;
	margin-right:10px;
	margin-top:-3px;
	}
#add_suc .blue{
	font-size:16px;
	color:#4a90e2;
	text-align:center;
	line-height:40px;
	padding:20px 0;
	vertical-align:middle;
	margin-bottom:0;
	}
#add_suc p{
	text-align:center;
	}
#add_suc p .add_continue{
	padding:5px 20px;
	border-radius:3px;
	}
#panduan .blue i{
	font-size:20px;
	color:#4a90e2;
	vertical-align:middle;
	margin-right:10px;
	margin-top:-3px;
	}
#panduan .blue{
	font-size:16px;
	color:#4a90e2;
	text-align:center;
	line-height:40px;
	padding:20px 0;
	vertical-align:middle;
	margin-bottom:0;
	}
#panduan p{
	text-align:center;
	}
#panduan p .add_continue{
	padding:5px 20px;
	border-radius:3px;
	}
#failure .blue i{
	font-size:20px;
	color:#4a90e2;
	vertical-align:middle;
	margin-right:10px;
	margin-top:-3px;
	}
#failure .blue{
	font-size:16px;
	color:#4a90e2;
	text-align:center;
	line-height:40px;
	padding:20px 0;
	vertical-align:middle;
	margin-bottom:0;
	}
#failure p{
	text-align:center;
	}
#failure p .add_continue{
	padding:5px 20px;
	border-radius:3px;		
}
/* 商品列表 */

.container .goods_list{
	padding:30px 0;
	}
.container .list_head .list_head_text{
	color:#a1a1a1;
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
	}
.container .list_head .list_head_text:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    background-color: #4a90e2;
	vertical-align:middle;
	margin-top:-4px;
	margin-right:10px;
}
.container .list_head .list_head_text .dangqian{
	color:#4a90e2;
	}
.container .goods_list .list_select{
	border:1px solid #ddd;
	padding:10px 15px;
	margin-bottom:30px;
	}
.container .goods_list .list_select_box{
	padding-top:10px;
	}
.container .goods_list .list_select_box_border{
	border-top:1px dashed #ddd;
	
	}
.container .goods_list .list_select .fenlei_name{
	font-size:14px;
	color:#4a90e2;
	display:inline-block;
	padding:4px 20px;
	line-height:24px;
	vertical-align:top;
	margin-top:2px;
	font-weight:700;
	}
.container .goods_list .list_select .fenlei_xuanxiang{
	font-size:14px;
	margin:0;
	display:inline-block;
	width:1020px;
	}
.container .goods_list .list_select .fenlei_xuanxiang ul{
	width:100%;
	margin:0;
	}
.container .goods_list .list_select .fenlei_xuanxiang .province_ul{
	padding-right:100px;
	position:relative;
	height:72px;
	overflow:hidden;
	transition:height .3s ease-in-out;
	}
.container .goods_list .list_select .fenlei_xuanxiang .province_ul_all{
	height:144px;
	}	
.container .goods_list .list_select .fenlei_xuanxiang .province_ul .province_btn{
	position:absolute;
	right:30px;
	top:6px;
	z-index:20;
	font-size:12px;
	color:#4a90e2;
	cursor:pointer;
	padding:2px 6px;
	font-weight:700;
	}
.container .goods_list .list_select .fenlei_xuanxiang .province_ul #province_btn_part{
	right:52px;
	right:30px;
	}
.container .goods_list .list_select .fenlei_xuanxiang .province_ul .province_btn:hover{
	color:#0075fc;
	}
.container .goods_list .list_select .fenlei_xuanxiang .province_ul .province_btn i{
	margin-left:4px;
	font-size:20px;
	vertical-align:middle;
	}
.container .goods_list .list_select .fenlei_xuanxiang .province_ul .province_btn span{
	vertical-align:middle;
	}	
.container .goods_list .list_select .fenlei_xuanxiang li{
	color:#a1a1a1;
	float:left;
	margin:5px 8px;
	cursor:pointer;
	border-radius:2px;
	}
.container .goods_list .list_select .fenlei_xuanxiang li a{
	display:inline-block;
	color:#a1a1a1;
	text-decoration:none;
	margin-top:0px;
	padding:4px 12px;
	line-height:18px;
	text-align:center;
	height:26px;
	}
.container .goods_list .list_select .fenlei_xuanxiang li:hover{
	background:#4a90e2;
	}
.container .goods_list .list_select .fenlei_xuanxiang li:hover a{
	color:#fff;
	}
.container .goods_list .list_select .fenlei_xuanxiang .active{
	background:#4a90e2;
	}
.container .goods_list .list_select .fenlei_xuanxiang .active a{
	color:#fff;
	}
.container .goods_list .list_select .fenlei_xuanxiang li a{transition: color .2s ease-in-out;}
.container .goods_list .list_select .fenlei_xuanxiang li{transition:background .2s ease-in-out;} 

	
.container .goods_list .list_content .list_content_inner .list_content_inner_table{
	
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table .table_bg{
    background: #4a90e2;
    color: #fff;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table .list_table_tr{
	border:none;
	border-bottom:1px solid #ddd;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table th{
	vertical-align:middle;
	line-height:20px;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table td{
	display:table-cell;
    vertical-align:middle;
	word-wrap:break-word;
	padding:20px;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table .chanpin_img{
	text-align:center;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table .chanpin_img img{
	width:130px;
	height:100px;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table .chanpin_ms h4{
	color:#4a90e2;
	font-size:16px;
	font-weight:700;
	text-align:left;
	margin-top:0;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table .chanpin_ms p{
	font-size:14px;
	color:#adadad;
	width:100%;
   	word-wrap:break-word; 
    word-break:break-all;
	white-space:normal;
	line-height:20px;
	font-weight:normal;
	text-align:left;
	margin:0;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table .chanpin_ms .chanpin_ms_cd{
	color:#4a90e2;
	margin-bottom:10px;
	}
/*
.container .goods_list .list_content .list_content_inner .list_content_inner_table .chanpin_ms_cd p{
	font-size:14px;
	color:#adadad;
	width:100%;
   	word-wrap:break-word; 
    word-break:break-all;
	white-space:normal;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	margin:0;
	}
*/

.container .goods_list .list_content .list_content_inner .list_content_inner_table .chanpin_price{
	color:#ed4040;
	font-size:14px;
	font-weight:bold;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table .chanpin_btn{
	background:#4a90e2;
	border:none;
	margin-bottom:5px;
	font-size:12px;
	}
.container .goods_list .list_content .list_content_inner .list_content_inner_table .chanpin_btn:hover{
	background:#286090;
	}
.container .goods_list .list_content .list_content_inner #delete_goods{
	padding:20px;
	}
.container .goods_list .list_content .list_content_inner #delete_goods .btn_de{
	border-radius:4px;
	padding:4px 16px;
	margin-right:10px;
	
	}
.container .goods_list .list_content .list_content_inner #delete_goods .btn_box{
	margin-top:20px;
	}
	
/* 首页 */
header{
	height:30px;
	font-size:12px;
	line-height:30px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background: linear-gradient(top , rgb(250, 250, 250) , rgb(235, 235, 235) 99%);
	background: -o-linear-gradient(top , rgb(250, 250, 250) , rgb(235, 235, 235) 99%);
	background: -ms-linear-gradient(top , rgb(250, 250, 250) , rgb(235, 235, 235) 99%);
	background: -moz-linear-gradient(top , rgb(250, 250, 250) , rgb(235, 235, 235) 99%);
	background: -webkit-linear-gradient(top , rgb(250, 250, 250) , rgb(235, 235, 235) 99%);
	}
header .header_left{
	font-size:12px;
	color:#4a90e2;
	line-height:28px;
	float:left;
	}
header .header_left a{
	color:#4a90e2;
	text-decoration:none;
	cursor:pointer;
	}
header .header_left a i{
	margin-right:8px;
	}
header .header_right{
	font-size:12px;
	color:#a0a0a0;
	line-height:28px;
	float:right;
	}
header .header_right p{
	margin:0;
	color:#a0a0a0;
	}
header .header_right p a{
	color:#a0a0a0;
	text-decoration:none;
	cursor:pointer;
	}
header .header_right p a:hover,header .header_right p a:focus{
	color:#4a90e2;
	text-decoration:none;
	outline:none;
	}
header .header_right p .header_right_register{
	color:#4a90e2;
	text-decoration:none;
	cursor:pointer;
	}
.header_bottom{
	height:80px;
	}
.header_bottom .header_logo{
	float:left;
	height:80px;
	padding:8px 5px;
	}
.header_bottom .header_logo img{
	height:64px;
	border:none;
	outline:none;
	}
.header_bottom .header_search{
	float:right;
	height:80px;
	padding:25px 0;
	}
.header_bottom .header_search .sim-select {
    float: left;
    display: inline;
    position: relative;
    width:60px;
    height: 30px;
    border: 1px solid #4a90e2;
    border-right: 0;
    border-radius:0;
    margin-top: 0px;
    background: #4a90e2 url(search_select.png) no-repeat top right;
}
.header_bottom .header_search .sim-select h3 {
    line-height: 28px;
    font-weight: normal;
    font-size: 14px;
    background:none;
    padding-left: 10px;
    cursor: pointer;
    float:left;
    display: inline;
    width:59px;
	margin:0;
	color:#fff;
}
.header_bottom .header_search .sim-select .sim-ul-flt {
    margin-top: -1px;
    position: absolute;
    left: -1px;
    top: 30px;
    z-index: 1000;
}

.header_bottom .header_search .selected {
    display: block;
    top: 30px;
    width: 60px;
    visibility: visible;
}
.header_bottom .header_search .selectedno{
	display: none; 
	top: 30px;
	width:60px;
	visibility: hidden;
	}
.header_bottom .header_search .sim-select ul {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    box-shadow: 3px 3px 3px rgba(0,0,0,.1);
}
.header_bottom .header_search .sim-select ul li {
    height: 29px;
    width: 60px;
    border: 1px solid #4a90e2;
    border-top: 0;
    background-color: #fff;
    line-height: 29px;
	text-align:left;
	color:#4a90e2;
	padding-left:10px;
}
.header_bottom .header_search .sim-select ul li:hover{
	background-color: #579ae9;
	color:#fff;
	}
.header_bottom .header_search .inp-txt-wrap {
    border: 1px solid #4a90e2;
    float: left;
    display: inline;
    margin-top:0px;
    border-radius: 0;
    height: 30px;
    width: 400px;
    border-left: 0;
    font-size: 14px;
}
.header_bottom .header_search .inp-txt {
    width: 248px;
    color: #b7b7b7;
    margin: 0;
    height:28px;
    line-height:28px;
    padding: 0 12px;
    border: 0;
    font-size: 14px;
	display:inline-block;
}
.header_bottom .header_search .submit-second-btn {
    border: 0;
    float: left;
    display: inline;
    width: 60px;
    height: 30px;
    margin-top:0px;
    margin-right:0px;
    background: #4a90e2;
    cursor: pointer;
    border-radius: 0;
	line-height:30px;
	color:#fff;
	font-size:14px;
	line-height:30px;	
}
.header_bottom .header_search .submit-second-btn i{
	margin-right:4px;
	}
	
/* city_select	*/

.header_bottom .header_search .inp-txt-wrap .city_input{
	display:inline-block;
	width: 146px;
	height: 30px;
    margin: 0;
    height:28px;
    line-height:28px;
    padding: 0 6px;
    border: 0;
    font-size: 14px;
	cursor: pointer;
	border-left:1px solid #4a90e2;
	color: #b7b7b7;
	}

.provinceCityAll {
    width: 208px;
    position: absolute;
    background: #FFF;
    display: none;
	}
.provinceCityAll .tabs li a, .provinceCity .tabs li a:visited{
	width:103px;
	}
.provinceCityAll .con {
    height: 110px;
    border: 1px solid #d6d6d6;
    border-top: none;
	border-left:none;
	border-right:none;
    padding: 0px;
}
.provinceCityAll .tabs {
    height: 28px;
    border: 1px solid #d6d6d6;
    border-right: none;
    border-bottom: 2px solid #4a90e2;
	}
.provinceCityAll .provinceAll .list {
    float: left;
    width: 150px;
    margin: auto;
	height:109px;
	overflow-y:auto;
}
.provinceCityAll .provinceAll .list li {
    float: left;
    width:auto;
    text-align: center;
    overflow: hidden;
    padding: 3px 10px;
	}
.provinceAll .list li:hover {
    background-color: #84bcfd;
}
.provinceAll .list li:hover a{
	color:#fff;
	}
.provinceCityAll .cityAll {
    float: left;
    width: 208px;
    margin: auto;
}
.provinceCityAll .cityAll .list {
    float: left;
    width: 150px;
    margin: auto;
	height:109px;
	overflow-y:auto;
}
.provinceCityAll .cityAll .list li {
    float: left;
   width:auto;
    text-align: center;
    overflow: hidden;
    padding: 3px 5px;
}
.provinceCityAll .cityAll .list li:hover{
    background-color: #84bcfd;
	}
.provinceCityAll .cityAll .list li:hover a{
	color:#fff;
	}	

		
.nav_zl{
	background:#4a90e2;
	height:50px;
	}
.nav_zl .container ul{
	margin:0;
	float:left;
	display:inline-block;	
	}
.nav_zl .container ul li{
	height:50px;
	padding:0 30px;
	color:#fff;
	line-height:50px;
	float:left;
	background:#4a90e2;
	}
.nav_zl .container ul .active{
	background:#2869b5;
	}
.nav_zl .container ul li a{
	color:#fff;
	font-size:18px;
	}
.nav_zl .container ul li a:hover,.nav_zl .container ul li a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
	}
.nav_zl .container .fabu{
	float:right;
	color:#fff;
	line-height:50px;
	height:50px;
	font-size:18px;
	cursor:pointer;
	padding:0 15px;
	background:#51c4aa;
	}
.nav_zl .container .fabu i{
	margin-right:4px;
	font-size:20px;
	vertical-align:middle;
	}
.nav_zl .container .fabu:hover,.nav_zl .container .fabu:focus{
	text-decoration:none;
	outline:none;
	background:#22b392;
	}
.banner{
	width:100%;
	height:400px;
	position:relative; 
	overflow:hidden;
	}
.banner .banner_inside{
            width:1920px;  
            position:absolute;  
            left:50%;  
            margin-left:-960px;  	
	}
footer{
	border-top:1px solid #ddd;
	}
footer .footer_zl{
	border-bottom:3px solid #4a90e2;
	}
footer .footer_zl .footer_zl_top{
	color:#4a90e2;
	line-height:30px;
	text-align:center;
	margin:15px 0;
	}
footer .footer_zl .footer_zl_top a{
	margin:0 5px;
	color:#4a90e2;
	cursor:pointer;
	}
footer .footer_zl .footer_zl_top a:hover,footer .footer_zl .footer_zl_top a:focus{
	text-decoration:underline;
	outline:none;
	}
footer .footer_zl p{
	text-align:center;
	color:#6c6c6c;
	line-height:1.5;
	margin-bottom:10px;
	}
footer .footer_zl p span{
	margin:0 5px;
	}
	
.floor_1{
	padding:30px 0;
	}	
.floor_1 .container #big_banner_wrap{
	width:850px;
	height:330px;
	color: #424242;
	float:left;
	margin-right:20px;
	}
.floor_1 .container #big_banner_wrap #banner_menu_wrap{
	width: 224px;
	height: 100%;
	background: rgba(74, 114, 226, 0.8);
	margin-bottom:0;
	float:left;
	}
.floor_1 .container #big_banner_wrap #banner_menu_wrap li {
    width: 100%;
    height: 30px;
    position: relative;
    transition: all 3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    line-height: 30px;
    cursor: pointer;
}
.floor_1 .container #big_banner_wrap #banner_menu_wrap .active {
    margin-top: 15px;
}
.floor_1 .container #big_banner_wrap #banner_menu_wrap li a {
    font-size: 16px;
    color: #ffffff;
    margin-left: 20px;
    float: left;
    text-decoration: none;
}
.floor_1 .container #big_banner_wrap #banner_menu_wrap li .banner_menu_i {
    float: right;
    font-size: 20px;
    margin-right: 15px;
}
.floor_1 .container #big_banner_wrap #banner_menu_wrap li .banner_menu_content {
    height: 330px;
    display: none;
    z-index: 610;
    position: absolute;
    left: 224px;
    background:none;
	overflow:hidden;
}
.floor_1 .container #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul {
    float: left;
    width: 200px;
	background:#fff;
	border:1px solid #ddd;
	height:330px;
	padding-top:15px;
	border-left:0px;
}
.floor_1 .container #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li {
    width: 200px;
    height: 30px;
    float: left;
	padding-left:20px;
	text-align:left;
	line-height:30px;
}
.floor_1 .container #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li:hover{
	background: rgba(74, 114, 226, 0.3);
	}
.floor_1 .container #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li a {
    color: #424242;
    margin-left: 5px;
    font-size: 14px;
}
.floor_1 .container #big_banner_wrap #banner_menu_wrap li .banner_menu_content .banner_menu_content_ul li:hover a{
	color:#fff;	
	}
.floor_1 .container #big_banner_wrap .carousel-inner &gt; .item{
	border:none;
	outline:none;
	margin:0px;
	cursor:pointer;
	}
.floor_1 .container #big_banner_wrap .carousel-inner &gt; .item:focus,.floor_2 .carousel-inner &gt; .item:hover{
	border:none;
	outline:none;
	}
.floor_1 .container #big_banner_wrap .carousel-inner &gt; .item &gt; a &gt; img{
	font-size:0;
	outline:none;
	margin:0px;
	width:606px;
	height:330px;
	}

.floor_1 .container #big_banner_wrap .carousel-inner &gt; .item &gt; img:focus,.floor_2 .carousel-inner &gt; .item &gt; img:focus:hover{
	border:none;
	outline:none;
	}
.floor_1 .container #big_banner_wrap .carousel-inner &gt; .active &gt; img{
	font-size:0;
	}
	
.floor_1 .container #big_banner_wrap .carousel-caption{
	bottom:20px;
	font-size:18px;
	}
.floor_1 .container #big_banner_wrap .carousel-control.left{
	background:none;
	z-index:99;
	}
.floor_1 .container #big_banner_wrap .carousel-control.right{
	background:none;
	z-index:99;
	}
.floor_1 .container #big_banner_wrap .carousel-control{
	width:10%;
	}
.floor_1 .container #big_banner_wrap .carousel-control .fa-angle-left,.floor_1 .container #big_banner_wrap .carousel-control .fa-angle-right{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.floor_1 .container #big_banner_wrap .carousel-control .fa-angle-left{
    left: 50%;
    margin-left: -10px;
}
.floor_1 .container #big_banner_wrap .carousel-control .fa-angle-left,.floor_1 .container #big_banner_wrap .carousel-control .fa-angle-right{
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
.floor_1 .container #big_banner_wrap .carousel-control .fa-angle-right{
    right: 50%;
    margin-right: -10px;
}
@media (min-width: 768px) {
.carousel-indicators {
    bottom: 10px;
	}	
}

.floor_1 .container .floor_1_right{
	width:300px;
	height:330px;
	float:left;
	}
.floor_1 .container .floor_1_right .floor_1_right_head{
	height:30px;
	background:#f9f9f9;
	}
.floor_1 .container .floor_1_right .floor_1_right_head .span_1{
	display:inline-block;
	background:#4a90e2;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	padding:0 15px;
	}
.floor_1 .container .floor_1_right .floor_1_right_head .more{
	color:#4a90e2;
	line-height:30px;
	float:right;
	font-size:12px;
	cursor:pointer;
	margin-right:6px;
	}
.floor_1 .container .floor_1_right .floor_1_right_head .more:hover{
	text-decoration:underline;
	}
.floor_1 .container .floor_1_right .floor_1_right_con{
	padding:15px 5px;
	background:none;
	border-bottom:5px solid #4a90e2;
	padding-bottom:10px;
	}
.floor_1 .container .floor_1_right .floor_1_right_con ul{
	margin-bottom:0px;
	}
.floor_1 .container .floor_1_right .floor_1_right_con ul li{
	height: 30px;
	color:#4a90e2;
	
	list-style: none;
	padding-left:0px;
	line-height:30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;	
	}
.floor_1 .container .floor_1_right .floor_1_right_con ul .zhanlan_a:hover{
	color: #4a90e2;
	cursor:pointer;
	
	}
.floor_1 .container .floor_1_right .floor_1_right_con ul .zhanlan_a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #4a90e2;
    border-radius: 50%;
    line-height: 30px;
    vertical-align: middle;
	margin-right:6px;
}
.floor_1 .container .floor_1_bottom{
	height:100px;
	float:left;
	width:100%;
	margin-top:10px;
	}
.floor_1 .container .floor_1_bottom .guanggao_box{
	border:0px solid #ddd;
	padding:0px;
	background:#fff;
	height:100px;
	width:226px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	}
.floor_1 .container .floor_1_bottom .guanggao_box img{
	width:226px;
	height:100px;
	cursor:pointer;
	}	
.floor_1 .container .floor_1_bottom .guanggao_box:first-child{
	margin-right:10px;
	}
.floor_1 .container .floor_1_bottom .guanggao_box:last-child{
	margin-right:0px;
	}
	
	
.floor_2 .container .floor_2_head{
	height:50px;
	border-bottom:1px solid #ddd;
	padding-top:7px;
	margin-bottom:34px;
	}
.floor_2 .container .floor_2_head span{
	font-size:18px;
	line-height:39px;
	border-bottom:3px solid #4a90e2;
	height:42px;
	color:#4a90e2;
	display:inline-block;
	padding:0 15px;
	}	
.floor_2 .container .floor_2_head .more{
	color:#9b9b9b;
	line-height:50px;
	float:right;
	font-size:14px;
	cursor:pointer;
	margin-right:6px;
	}
.floor_2 .container .floor_2_head .more:hover{
	text-decoration:underline;
	color:#4a90e2;
	outline:none;
	}
.floor_2 .container .floor_2_con{
	border-bottom:1px dashed #ddd;
	margin-bottom:20px;
	}
.floor_2 .container .floor_2_con .floor_2_con_box{
	float:left;
	width:560px;
	margin-bottom:20px;
	}
.floor_2 .container .floor_2_con .floor_2_con_box:nth-child(2n+1){
	margin-right:30px;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_head{
	height:31px;
	border-bottom: 1px solid #eee;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_head	span{
	padding:0 20px;
	height:30px;
	display:inline-block;
	background:#4a90e2;
	color:#fff;
	font-size:16px;
	line-height:30px;
	margin-left:10px;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_head a.more{
	background:none;
	color:#adadad;
	cursor:pointer;
	float:right;
	font-size:12px;
	line-height:30px;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_head a.more i{
	margin-right:4px;
	font-size:14px;
	vertical-align:middle;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_head a.more:hover{
	color:#4a90e2;
	text-decoration:none;
	outline:none;
	}	
	
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con{
	padding:10px 0;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul{
	margin-bottom:0;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li{
	padding:10px;
	margin:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;	
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li:hover{
	box-shadow:0px 2px 4px rgba(0,0,0,0.1);
	background:#f9f9f9;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li a{
	text-decoration:none;
	font-size:0px;
	cursor:pointer;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li a:hover{
	text-decoration:none;
	outline:none;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li .chanpin_img{
	display:inline-block;
	width:130px;
	height:100px;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li .chanpin_img{
	display:inline-block;
	width:130px;
	height:100px;
	vertical-align:middle;
	margin-right:10px;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li .chanpin_img img{
	width:130px;
	height:100px;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li .chanpin_text{
	display:inline-block;
	width:400px;
	height:100px;
	vertical-align:middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;	
	
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li .chanpin_text h4{
	color:#4a90e2;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	margin-top:0;
	}
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li .chanpin_text p{
	font-size:14px;
	color:#adadad;
	width:100%;
   	word-wrap:break-word; 
    word-break:break-all;
	white-space:normal;
	line-height:20px;
	font-weight:normal;
	text-align:left;
	margin:0;
	}	
.floor_2 .container .floor_2_con .floor_2_con_box .floor_2_con_box_con ul li .chanpin_text .chanpin_ms_cd{
	color:#4a90e2;
	margin-bottom:10px;
	}

	
.floor_3 .container .floor_3_head{
	height:50px;
	border-bottom:1px solid #ddd;
	padding-top:7px;
	margin-bottom:10px;
	}
.floor_3 .container .floor_3_head span{
	font-size:18px;
	line-height:39px;
	border-bottom:3px solid #4a90e2;
	height:42px;
	color:#4a90e2;
	display:inline-block;
	padding:0 15px;
	}	
.floor_3 .container .floor_3_head .more{
	color:#9b9b9b;
	line-height:50px;
	float:right;
	font-size:14px;
	cursor:pointer;
	margin-right:6px;
	}
.floor_3 .container .floor_3_head .more:hover{
	text-decoration:underline;
	color:#4a90e2;
	outline:none;
	}
.floor_3 .container .floor_3_con .floor_3_con_top{
	padding:10px 0;
	border-bottom:1px dashed #ddd;
	margin-bottom:20px;
	}
.floor_3 .container .floor_3_con .floor_3_con_box{
	float:left;
	width:560px;
	}
.floor_3 .container .floor_3_con .floor_3_con_box:nth-child(2n+1){
	margin-right:30px;
	}
.floor_3 .container .floor_3_con .floor_3_con_box .company_img{
	display:inline-block;
	width:130px;
	height:100px;
	vertical-align:middle;
	margin-right:10px;
	}
.floor_3 .container .floor_3_con .floor_3_con_box .company_img img{
	width:130px;
	height:100px;
	}
.floor_3 .container .floor_3_con .floor_3_con_box .company_text{
	display:inline-block;
	width:400px;
	height:100px;
	vertical-align:middle;
	}
.floor_3 .container .floor_3_con .floor_3_con_box .company_text h4{
	color:#4a90e2;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	margin-top:0;
	}
.floor_3 .container .floor_3_con .floor_3_con_box .company_text p{
	font-size:14px;
	color:#adadad;
	color:#666;
	width:100%;
   	word-wrap:break-word; 
    word-break:break-all;
	white-space:normal;
	line-height:20px;
	font-weight:normal;
	text-align:left;
	margin:0;
	}	
.floor_3 .container .floor_3_con .floor_3_con_box .company_text .company_ms_cd{
	color:#4a90e2;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	}
.floor_3 .container .floor_3_con ul{
	margin-bottom:0;
	}
.floor_3 .container .floor_3_con .floor_3_con_box{
	padding:10px;
	margin:10px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;	
	}
.floor_3 .container .floor_3_con .floor_3_con_box:hover{
	box-shadow:0px 1px 4px rgba(0,0,0,0.5);
	}
.floor_3 .container .floor_3_con .floor_3_con_box a{
	text-decoration:none;
	font-size:0px;
	cursor:pointer;
	}
.floor_3 .container .floor_3_con .floor_3_con_box a:hover{
	text-decoration:none;
	outline:none;
	}
.floor_3 .container .floor_3_con .floor_3_con_list{
	padding:0;
	margin-bottom:20px;
	}
.floor_3 .container .floor_3_con .floor_3_con_list .floor_3_con_list_ul{
	float:left;
	width:370px;
	margin-right:30px;
	}
.floor_3 .container .floor_3_con .floor_3_con_list .floor_3_con_list_ul:nth-child(3n){
	margin-right:0px;
	}
.floor_3 .container .floor_3_con .floor_3_con_list ul li{
	line-height:30px;
	height:30px;
	font-size:14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;	
	}
.floor_3 .container .floor_3_con .floor_3_con_list ul li a{
	color:#515151;
	cursor:pointer;
	}
.floor_3 .container .floor_3_con .floor_3_con_list ul li a:hover,.floor_3 .container .floor_3_con .floor_3_con_list ul li a:focus{
	color:#4a90e2;
	outline:none;
	text-decoration:none;
	}
	
	
	
.floor_4 .container .floor_4_head{
	height:50px;
	border-bottom:1px solid #ddd;
	padding-top:7px;
	margin-bottom:10px;
	}
.floor_4 .container .floor_4_head span{
	font-size:18px;
	line-height:39px;
	border-bottom:3px solid #4a90e2;
	height:42px;
	color:#4a90e2;
	display:inline-block;
	padding:0 15px;
	}	
.floor_4 .container .floor_4_head .more{
	color:#9b9b9b;
	line-height:50px;
	float:right;
	font-size:14px;
	cursor:pointer;
	margin-right:6px;
	}
.floor_4 .container .floor_4_head .more:hover{
	text-decoration:underline;
	color:#4a90e2;
	outline:none;
	}
.floor_4 .container .floor_4_con{
	padding:20px 0;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul{
	margin-bottom:0px;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box{
	float:left;
	width:560px;
	margin-bottom:20px;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box:nth-child(2n+1){
	margin-right:30px;
	}	

.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_head{
	height:31px;
	border-bottom:1px solid #eee;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_head span{
	padding:0 20px;
	height:30px;
	display:inline-block;
	background:#4a90e2;
	color:#fff;
	font-size:16px;
	line-height:30px;
	margin-left:10px;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_head a.more{
	background:none;
	color:#adadad;
	cursor:pointer;
	float:right;
	font-size:12px;
	line-height:30px;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_head a.more i{
	margin-right:4px;
	font-size:14px;
	vertical-align:middle;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_head a.more:hover{
	color:#4a90e2;
	text-decoration:none;
	outline:none;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_ul{
	padding:15px 0;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_ul li{
	line-height:30px;
	height:30px;
	padding-left:10px;
	cursor:pointer;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_ul li a{
	color:#515151;
	font-size:14px;
	display:inline-block;
	height:30px;
	width:560px;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_ul li:hover a{
	color:#4a90e2;
	outline:none;
	text-decoration:none;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_ul li:hover .time{
	color:#4a90e2;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_ul li:hover a:before{
    background-color: #4a90e2;
	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_ul li a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #515151;
    border-radius: 50%;
    line-height: 30px;
    vertical-align: middle;
	margin-right:10px;
	margin-top:0px;
}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_ul li p{
	display:inline-block;
	width:440px;
	margin-bottom:0px;
	padding-right:0px;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	vertical-align:middle;

	}
.floor_4 .container .floor_4_con .floor_4_con_list ul .floor_4_con_list_box .box_ul li .time{
	float:right;
	color:#adadad;
	}
	
	
.floor_5{
	margin-bottom:10px;	
	}	
.floor_5 .container .floor_5_inner{
	height:100px;
	}
.floor_5 .container .floor_5_inner img{
	width:1170px;
	height:100px;
	}
@media (min-width: 768px) {
.floor_5 .carousel-indicators {
    bottom:0px;
	margin-bottom:2px;
	}	
}



.floor_6 .container .floor_6_con .floor_6_section_head{
	height:50px;
	border-bottom:1px solid #ddd;
	padding-top:7px;
	margin-bottom:10px;
	}
.floor_6 .container .floor_6_con .floor_6_section_head span{
	font-size:18px;
	line-height:39px;
	border-bottom:3px solid #4a90e2;
	height:42px;
	color:#4a90e2;
	display:inline-block;
	padding:0 15px;
	}	
.floor_6 .container .floor_6_con .floor_6_section_head .more{
	color:#9b9b9b;
	line-height:50px;
	float:right;
	font-size:14px;
	cursor:pointer;
	margin-right:6px;
	}
.floor_6 .container .floor_6_con .floor_6_section_head .more:hover{
	text-decoration:underline;
	color:#4a90e2;
	outline:none;
	}
	
.floor_6 .container .floor_6_con .floor_6_section{
	width:370px;
	margin-right:30px;
	float:left;
	margin-bottom:40px;
	}
.floor_6 .container .floor_6_con .floor_6_section:nth-child(3n){
	margin-right:0;
	}
.floor_6 .container .floor_6_con .floor_6_section_con1{
	padding-top:20px;
	}
.floor_6 .container .floor_6_con .floor_6_section_con1 ul{
	margin-bottom:0px;
	font-size:0px;
	}
.floor_6 .container .floor_6_con .floor_6_section_con1 ul li{
	display:inline-block;
	width:100px;
	height:36px;
	background:#fff;
	line-height:34px;
	margin-right:35px;
	margin-bottom:25px;
	border:1px solid #4a90e2;
	}
.floor_6 .container .floor_6_con .floor_6_section_con1 ul li:hover{
	box-shadow:0px 1px 4px rgba(0,0,0,0.5);
	}
.floor_6 .container .floor_6_con .floor_6_section_con1 ul li:nth-child(3n){
	margin-right:0px;
	}
.floor_6 .container .floor_6_con .floor_6_section_con1 ul li a{
	display:inline-block;
	width:98px;
	height:34px;
	text-align:center;
	font-size:16px;
	color:#4a90e2;
	cursor:pointer;
	}
.floor_6 .container .floor_6_con .floor_6_section_con1 ul li a:hover{
	text-decoration:none;
	}
.floor_6 .container .floor_6_con .floor_6_section_con2{
	padding-top:20px;
	}
.floor_6 .container .floor_6_con .floor_6_section_con2 ul{
	margin-bottom:0px;
	font-size:0px;
	}
.floor_6 .container .floor_6_con .floor_6_section_con2 ul li{
	height:29px;
	background:#fff;
	line-height:29px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size:14px；
	}
.floor_6 .container .floor_6_con .floor_6_section_con2 ul li a{
	font-size:14px;
	color:#515151;
	cursor:pointer;
	display:inline-block;
	width:370px;
	height:29px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	} 
.floor_6 .container .floor_6_con .floor_6_section_con2 ul li a:hover{
	text-decoration:none;
	color:#4a90e2;
	}

/* 产品详情页 */

.content_head_com{
	height:50px;
	border-bottom:1px solid #ddd;
	padding-top:7px;
	margin-bottom:20px;
	}
.content_head_com span{
	font-size:18px;
	line-height:39px;
	border-bottom:3px solid #4a90e2;
	height:42px;
	color:#4a90e2;
	display:inline-block;
	padding:0 15px;
	}	

.dl-horizontal {
	margin-bottom:10px;
	overflow:hidden;
}
.dl-horizontal dt {
	width:80px;
	height:40px;
	line-height:40px;
	color:#666;
	font-weight:300;
}
.dl-horizontal dd h3 {
	margin:0;
	line-height:40px;
}
.dl-horizontal dd {
	margin-left:90px;
	line-height:40px;
	min-height:40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	
}
.pro-about {
	color:#999;
	line-height:30px;
	margin-top:6px;
}
.media-object {
	width:52px;
	height:40px;
}
.lxfs_cp_left .dl-horizontal{
	margin-bottom:0px;
	}
.lxfs_cp_left .dl-horizontal dt {
	width:70px;
	height:34px;
	line-height:34px;
	color:#666;
	font-weight:300;
}

.lxfs_cp_left .dl-horizontal dd{
	line-height:24px;
	min-height:34px;
	padding:6px 0;
	margin-left:74px;
	}
.lxfs_cp_left .dl-horizontal .not_hid{
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	}
.media-body h4{
	font-size:14px;
	margin-bottom:0;
	line-height:1.5;
	}
	
.panel-default &gt; .panel-heading{
	color: #fff;
	background-color: #6eacf5;
	border-color: #6eacf5;	
	}
.panel-default {
    border-color: #6eacf5;
}
.panel-body .btn-primary {
    color: #fff;
    background-color: #6eacf5;
    border-color: #6eacf5;
}
.panel-body .btn-primary:hover{
	color: #fff;
	background-color: #4a90e2;
	border-color: #4a90e2;
	}
#contact_cp{
	position:absolute;
	top:20px;
	left:0px;
	}
#cp_cp{
	position:absolute;
	top:20px;
	right:0px;
	}
	
   /*焦点图*/
/*
.slider-wrap								{ width: 419px; position: absolute; top: 87px; left: 40px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(../images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat; }


font-size:11.5pt; color:#000; line-height:30px; margin-top:15px;margin-bottom:10px;font-family: inherit;font-weight: 500;    -webkit-margin-before: 1.33em;-webkit-margin-after: 1.33em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;
*/

/* 企业详情页 */

.qiye_content_img{
	width:200px;
	height:200px;
	display:inline-block;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
	float:left;
	text-indent:0em;
	}
.qiye_content_img img{
	width:200px;
	height:200px;
	}
.qiye_content_text{
	display:inline-block;
	margin-top:0px;
	margin-bottom:20px;
	vertical-align:middle;
	font-size:16px;
	line-height:2;
	text-indent:2em;

	}
/* 企业库 */	
.floor_3 .container .floor_3_con .floor_3_con_box_little{
	margin-top:5px;
	margin-bottom:5px;
	}
	
.floor_qy .container .floor_qy_head{
	height:50px;
	border-bottom:1px solid #ddd;
	padding-top:7px;
	margin-bottom:10px;
	}
.floor_qy .container .floor_qy_head span{
	font-size:18px;
	line-height:39px;
	border-bottom:3px solid #4a90e2;
	height:42px;
	color:#4a90e2;
	display:inline-block;
	padding:0 15px;
	}	
.floor_qy .container .floor_qy_head .more{
	color:#9b9b9b;
	line-height:50px;
	float:right;
	font-size:14px;
	cursor:pointer;
	margin-right:6px;
	}
.floor_qy .container .floor_qy_head .more:hover{
	text-decoration:underline;
	color:#4a90e2;
	outline:none;
	}

.floor_qy .container .floor_qy_con{
	padding:20px 0;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list{
	margin-bottom:0px;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box{
	float:left;
	width:270px;
	margin-bottom:20px;
	margin-right:30px;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box:nth-child(4n){
	margin-right:0px;
	}	

.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_head{
	height:31px;
	border-bottom:1px solid #eee;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_head span{
	padding:0 20px;
	height:30px;
	display:inline-block;
	background:#4a90e2;
	color:#fff;
	font-size:16px;
	line-height:30px;
	margin-left:10px;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_head a.more{
	background:none;
	color:#adadad;
	cursor:pointer;
	float:right;
	font-size:12px;
	line-height:30px;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_head a.more i{
	margin-right:4px;
	font-size:14px;
	vertical-align:middle;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_head a.more:hover{
	color:#4a90e2;
	text-decoration:none;
	outline:none;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_ul{
	padding:10px;
	padding-right:0px;
	
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_ul li{
	line-height:30px;
	height:30px;
	padding-left:10px;
	padding-right:4px;
	cursor:pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	background-color:#f6f6f6;
	border-radius:2px;
	margin-bottom:2px;
	opacity:1;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_ul li a{
	color:#888;
	font-size:14px;
	display:inline-block;
	height:30px;
	width:246px;
	overflow: hidden;
	text-overflow:ellipsis;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_ul li:hover a{
	color:#4a90e2;
	color:#fff;
	outline:none;
	text-decoration:none;
	}
.floor_qy .container .floor_qy_con .floor_qy_con_list .floor_qy_con_box .box_ul li:hover{
	opacity:0.7;
	background-color:#2275d5;

	}

/* 新闻二级页面 */

.floor_news_1 .container .carousel-inner &gt; .item:focus,.floor_2 .carousel-inner &gt; .item:hover{
	border:none;
	outline:none;
	}
.floor_news_1 .container .carousel-inner &gt; .item &gt; a &gt; img{
	font-size:0;
	outline:none;
	margin:0px;
	width:100%;
	height:330px;
	}

.floor_news_1 .container .carousel-inner &gt; .item &gt; img:focus,.floor_2 .carousel-inner &gt; .item &gt; img:focus:hover{
	border:none;
	outline:none;
	}
.floor_news_1 .container .carousel-inner &gt; .active &gt; img{
	font-size:0;
	}
	
.floor_news_1 .container .carousel-caption{
	bottom:20px;
	font-size:18px;
	z-index:999;
	width:100%;
	background: rgba(0,0,0,0.5);
	left:0;
	right:0;
	bottom:0;
	padding:0;
	line-height:50px;
	padding-right:0;
	text-align:center;
	padding-left:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	}
.floor_news_1 .container .carousel-caption:hover{
	text-decoration:underline;
	}
.floor_news_1 .container .carousel-control.left{
	background:none;
	z-index:99;
	opacity:0;
	}
.floor_news_1 .container .carousel-control.right{
	background:none;
	z-index:99;
	opacity:0;
	}
.floor_news_1 .container .carousel-control{
	width:10%;
	}
.floor_news_1 .container .carousel-control .fa-angle-left,.floor_news_1 .container .carousel-control .fa-angle-right{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -30px;
}
.floor_news_1 .container .carousel-control .fa-angle-left{
    left:0;
    margin-left:0px;
	border-radius:0 4px 4px 0;
}
.floor_news_1 .container .carousel-control .fa-angle-left,.floor_news_1 .container .carousel-control .fa-angle-right{
    width: 40px;
    height: 60px;
    margin-top: -30px;
    font-size: 40px;
	line-height:60px;
	background: rgba(0,0,0,0.5);
	
}
.floor_news_1 .container .carousel-control .fa-angle-right{
    right:0;
    margin-right:0px;
	border-radius:4px 0 0 4px;

}
.floor_news_1 .container .carousel-indicators {
    bottom: 54px;
	left:83%;
	width:30%;
	margin-left:-15%;
	margin-bottom:0;
	z-index:9999;
	text-align:right;
	}
.floor_news_1 .container .carousel-indicators li{
	border-radius: 0px;
	background-color:#fff;
	width:26px;
	height:4px;
	
	}	
.floor_news_1 .container .carousel-indicators .active{
	border: 1px solid #4a90e2;
	background-color:#4a90e2;
	margin:1px;
	}
.floor_news_1 .container .carousel-control:hover, .carousel-control:focus{
	opacity:0.9;
	}
.floor_news_1 .container #xinwenlunbo a{
	cursor:pointer;
	}
.floor_news_1 .container #xinwenlunbo:hover .carousel-control{
	opacity:0.9;
	}
@media (min-width: 768px) {
}


.floor_news_1{
	margin-top:40px;
	}
.floor_news_1 .container .floor_news_1_right{
	width:100%;
	height:330px;
	}
.floor_news_1 .container .floor_news_1_right .floor_1_right_head{
	height:30px;
	background:#f9f9f9;
	}
.floor_news_1 .container .floor_news_1_right .floor_1_right_head .span_1{
	display:inline-block;
	background:#4a90e2;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#fff;
	padding:0 15px;
	}
.floor_news_1 .container .floor_news_1_right .floor_1_right_head .more{
	color:#4a90e2;
	line-height:30px;
	float:right;
	font-size:12px;
	cursor:pointer;
	margin-right:6px;
	}
.floor_news_1 .container .floor_news_1_right .floor_1_right_head .more:hover{
	text-decoration:underline;
	}
.floor_news_1 .container .floor_news_1_right .floor_1_right_con{
	padding:15px 5px;
	background:none;
	border-bottom:5px solid #4a90e2;
	padding-bottom:10px;
	}
.floor_news_1 .container .floor_news_1_right .floor_1_right_con ul{
	margin-bottom:0px;
	}
.floor_news_1 .container .floor_news_1_right .floor_1_right_con ul li{
	height: 30px;
	color:#4a90e2;
	
	list-style: none;
	padding-left:0px;
	line-height:30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;	
	}
.floor_news_1 .container .floor_news_1_right .floor_1_right_con ul .zhanlan_a:hover{
	color: #4a90e2;
	cursor:pointer;
	
	}
.floor_news_1 .container .floor_news_1_right .floor_1_right_con ul .zhanlan_a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #4a90e2;
    border-radius: 50%;
    line-height: 30px;
    vertical-align: middle;
	margin-right:6px;
}

.floor_news_2{
	margin-top:30px;
	}

.floor_news_2 .container .content_head_com{
	height:50px;
	border-bottom:1px solid #ddd;
	padding-top:7px;
	margin-bottom:20px;
	}
.floor_news_2 .container .content_head_com span{
	font-size:18px;
	line-height:39px;
	border-bottom:3px solid #4a90e2;
	height:42px;
	color:#4a90e2;
	display:inline-block;
	padding:0 15px;
	}	

.floor_news_2 .container .news_content{
	padding-bottom:40px;
	}
.floor_news_2 .container .news_content ul li{
	padding:0;
	margin:0;
	padding-left:15px;
	margin-bottom:20px;
	}
.floor_news_2 .container .news_content ul li a{
	width:100%;
	display:inline-block;
	padding:10px;
	cursor:pointer;
	box-shadow:0px 2px 4px rgba(0,0,0,0);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;	
	background:#fff;
	border:1px solid #eee;
	color:#515151;

	}

.floor_news_2 .container .news_content ul li a:hover{
	background:#fafafa;
	border:1px solid #ddd;
	text-decoration:none;


	}
.floor_news_2 .container .news_content ul li a:hover h4{
	color:#333;
	}
.floor_news_2 .container .news_content ul li a h4{
	margin-top:0px;
	width:100%;
	line-height:1.5;
	height:70px;
	}
.floor_news_2 .container .news_content ul li a p{
	height:20px;
	text-align:right;
	line-height:20px;
	font-size:14px;
	color:#888;
	}
.floor_news_2 .container .news_content ul li a .laiyuan{
	margin-right:10px;
	}
.floor_news_2 .container .news_content .news_img_box{
	float:left;
	width:150px;
	height:100px;
	overflow:hidden;
	}
.floor_news_2 .container .news_content .news_img_box img{
	width:150px;
	height:100px;
	}

.floor_news_2 .container .news_content .mews_content_inner{
	width:100%;
	padding-left:160px;
	height:100px;
	}
	
.floor_6 .container .floor_6_con .floor_6_section_con3{
	padding-top:10px;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul{
	margin-bottom:0px;
	font-size:0px;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul li{
	display:inline-block;
	background:#fff;
	line-height:34px;
	border-bottom:1px dashed #e5e5e5;
	padding:10px 0;
	width:100%;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul li a{
	width:100%;
	cursor:pointer;
	}

.floor_6 .container .floor_6_con .floor_6_section_con3 ul .news_6_img_box{
	float:left;
	width:120px;
	height:80px;
	overflow:hidden;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul .news_6_img_box img{
	width:120px;
	height:80px;
	
	}


.floor_6 .container .floor_6_con .floor_6_section_con3 ul .news_6_text{
	padding-left:130px;
	width:100%;
	height:80px;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul .news_6_text p{
	color:#515151;
	margin:0;
	height:30px;
	font-size:12px;
	overflow:hidden;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul .news_6_text .text_news_hd{
	font-size:14px;
	color:#515151;
	line-height:20px;
	height:40px;
	margin-bottom:10px;
	overflow:hidden;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul .news_6_text .biaoqian{
	color:#4a90e2;
	font-size:12px;
	height:18px;
	border:1px solid #4a90e2;
	border-radius:4px;
	padding:2px 10px;
	line-height:20px;
	vertical-align:middle;
	margin-right:10px;

	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul .news_6_text .time{
	color:#888;
	font-size:14px;
	line-height:20px;
	vertical-align:middle;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul .news_6_text .time i{
	font-size:14px;
	margin-right:6px;
	vertical-align:middle;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul li a:hover{
	text-decoration:none;
	}
.floor_6 .container .floor_6_con .floor_6_section_con3 ul li a:hover .text_news_hd{
	text-decoration:underline;
	}


.floor_tip .container .tips_box{
	min-height:260px;
	border-radius:2px;
	margin:80px 0;
	padding:30px;
	background:#f8f8f8;

	}

.floor_tip .container .tips_box .tips_box_img{
	vertical-align:middle;
	float:left;
	height:200px;
	text-align:center;
	border-right:1px dashed #ddd;
	}
.floor_tip .container .tips_box .tips_box_img h4{
	color:#ed4040;
	font-size:22px;
	margin:0;
	margin-top:20px;
	margin-bottom:10px;
	
	}
.floor_tip .container .tips_box .tips_box_text{
	vertical-align:middle;
	float:left;
	padding-left:60px;
	height:200px;

	}
.floor_tip .container .tips_box .tips_box_text h4{
	color:#666;
	font-size:20px;
	margin:0;
	margin-top:30px;
	margin-bottom:10px;
	vertical-align:middle;
	}

.floor_tip .container .tips_box .tips_box_text i{
	margin-right:10px;
	font-size:20px;
	vertical-align:middle;
	}
.floor_tip .container .tips_box .tips_box_text span{
	vertical-align:middle;
	}
.floor_tip .container .tips_box .tips_box_text p{
	font-size:14px;
	line-height:2;
	color:#999;
	margin:0;
	}
.floor_tip .container .tips_box .tips_box_text .tip_btn_box{
	margin-top:30px;
	}
.floor_tip .container .tips_box .tips_box_text .tip_btn{
	border:1px solid #6eacf5;
	background:#6eacf5;
	border-radius:2px;
	padding:2px 12px;
	color:#fff;
	line-height:20px;
	font-size:12px;
	cursor:pointer;
	display:inline-block;
	width:82px;
	text-align:center;
	
	}
.floor_tip .container .tips_box .tips_box_text .tip_btn:hover{
	color:#fff;
	border:1px solid #4a90e2;
	background:#4a90e2;
	text-decoration:none;
	}
	
/* 产品列表页 */

.floor_3 .container .floor_gooods_index_con{
	padding:20px 0;
	}
.floor_3 .container .floor_gooods_index_con .thumbnail{
	cursor:pointer;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;	
	}
.floor_3 .container .floor_gooods_index_con .thumbnail:hover{

    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.2);
    box-shadow: 0 3px 20px rgba(0,0,0,.2);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,.2);
}	

.floor_3 .container .floor_gooods_index_con .thumbnail img{
	width:100%;
	max-height:120px;
	}
@media screen and (min-width:1200px) {
.floor_3 .container .floor_gooods_index_con .thumbnail img{
	height:120px;
	}
}
.floor_3 .container .floor_gooods_index_con .thumbnail .caption{
	padding:4px;
	}
.floor_3 .container .floor_gooods_index_con .thumbnail .caption h4{
	font-size:16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;	
	}
.floor_3 .container .floor_gooods_index_con .thumbnail .caption .leixing{
	color:#4a90e2;
	font-size:12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;	
	}
.floor_3 .container .floor_gooods_index_con .thumbnail .caption p{
	font-size:12px;
	color:#666;
	}
.floor_3 .container .floor_gooods_index_con .thumbnail a:hover{
	text-decoration:none;
	}
	
	
	
	</pre></body></html>