@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul li {
	list-style:none;
}
a {
	text-decoration:none;
}
/* .clear {
	clear:both;
} */

img {
	padding:0;
	margin:0;
	border:0
}
address, cite, code, em, th, i {
    font-weight: normal;
    font-style: normal;
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
input,select,textarea{
	outline:none;
	font-family:"微软雅黑";
}
.container{
	width:1200px;
	margin:0 auto;
	position:relative;
}

.cover{
	width:100%;
	margin:0 auto;
	height:40px;
	border-bottom:1px solid #dcdbdb;
}
.cover_fl{
	line-height:40px;
}
.cover_fl p{
	float:left;
	color:#888;
	background:url(../images/home.jpg) no-repeat left center;
	padding-left:26px;
}
.cover_fl .site-nav-menu-l{
	float:left;
}
.site-nav-menu-l li{
	float:left;
	line-height:40px;
	margin-left:10px;
}
.site-nav-menu-l li a{
	display:block;
	color:#f36701;
	font-size:14px;
}
.cover_fc{
    margin-left:65px;
    width: 350px;
    height: 40px;
    overflow: hidden;
    position: relative;
    /*display: none;*/
}
.scroll {
    width:1100px;
    position:absolute;
    left:0px;
    top:0px;
}
.scroll li {
    width:1000px;
    float:left;
    line-height:40px;
    text-align:center;
    color:#ff0000;
}
.cover_fr{
	
}
.cover_fr .site-nav-menu-r{
	float:left;
}
.menu-xiala li{
	float:left;
	line-height:40px;
	background:url(../images/li.jpg) no-repeat right center;
	position:relative;
}
.menu-xiala li a{
	display:block;
	color:#878787;
	padding-right:18px;
	background:url(../images/jian.png) no-repeat right center;
	margin-right:10px;
	padding-left:10px;
}
.menu-xiala li a img{
    float: left;
	margin:12px 12px 0px 0px;
}
.menu-xiala li a i{
	background:url(../images/jt.png) no-repeat bottom center;
	height:7px;
	width:100%;
	left:0px;
	bottom:0px;
	position:absolute;
	z-index:999;
	display:none;
}
.menu-xiala li a:hover i{
	display:block;
}
.menu-xiala li:hover a i{
	display:block;
}
.menu-xiala ul{
	background-color:#f5f5f5;
	border:1px solid #dcdbdb;
	border-radius:5px;
	position: absolute;
	display:none;
	right: 0px;
	top:40px;
	overflow: hidden;
	z-index: 999;
	width:100%;
	padding:10px 0px;
}
.menu-xiala ul li{
	float: none;
	position: static;
	text-align: left;
	background:none;
    line-height: 30px;
	width:100%;
	margin-right:0;
	padding-left:0 !important;
}
.menu-xiala ul li a{
	display: block;
	font-size: 12px;
	position: static;
	color:#8a8a8a !important;
	background:none;
	padding: 0px 15px;
	margin-right:0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menu-xiala ul li a:hover{
	color:#f36701 !important;
}
.menu-xiala ul.subnav {
	display: block;
}
.sjxl{
	width:402px !important;
	padding:15px 0px 10px 0px !important;
}
.sjxl li{
	float:left !important;
	width:auto !important;
	margin-left:17px;
}.cover_fr p{
	float:right;
	color:#f36701;
	background:url(../images/yuan.jpg) no-repeat left center;
	padding-left:17px;
	line-height:40px;
	font-weight:bold;
	margin-left: 10px;
}

.
.searchform{
	display:flex;
}
.forminput1{
	border:2px solid #005ba1;
	background-color:#fff;
	line-height:40px;
	font-size:12px;
	color:#bbb;
	padding-left:12px;
	width:394px;
}
.forminput2{
	width:84px;
	line-height:44px;
	text-indent:-9999px;
	border:none;
	background:#005ba1 url(../images/search.png) no-repeat center center;
}
.search-b p{
	float:left;
	font-size:12px;
	color:#888;
	line-height: 35px;
}
.search-b a{
	float:left;
	font-size:12px;
	color:#888;
	margin-left:7px;    
	line-height: 35px;
}
.search-b a:hover{
	color:#f36701;
}
.cart{
	margin-left:23px;
	padding-top:24px;
}
.cart-shop li{
	border:1px solid #dcdbdb;
	background:url(../images/cart.png) no-repeat 12px center;
	line-height:42px;
	width:150px;
	padding-left:40px;
	position:relative;
} 
.cart-shop li a{
	color:#8c8c8c;
}
.cart-shop li a:hover{
	color:#ff7200;
}
.number{
	height: 21px;
    width: 21px;
    position: absolute;
    right: 11px;
    top: 0;
}
.number span{
	height: 21px;
    border-radius: 25px;
    background: #ff7200;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    width: auto;
    min-width: 21px;
    padding: 0 4px;
}
.cart-shop ul{
	border:1px solid #dcdbdb;
	border-top:none;
	position: absolute;
	display:none;
	right: -1px;
	top:42px;
	overflow: hidden;
	z-index: 999;
	width: 358px;
    height: auto;
}
.cart-kong{   
    line-height: 60px;
    background: #fff;
	display:block;
}
.cart-kong img{
	float:left;
	margin:20px 10px 0px 20px;
}
.cart-kong p{
	color:#8c8c8c;
}
.cart-shop ul.subnav {
	display: block;
}

.cart-goods-list{
	background-color:#fff;
	overflow:hidden;
}
.goods-list{
	overflow: hidden;
    padding: 10px;
    border-bottom: 1px dotted #ddd;
    line-height: 22px;
    background: #fff;
    position: relative;
}
.list-fl{
	float:left;
}
.list-fl img{
	width:50px;
	height:50px;
	margin-right:18px;
}
.list-fc{
	float:left;
	width:165px;
	margin-right:18px;
	margin-top:12px;
}
.list-fc a{
	color:#8c8c8c;
}
.list-fc a:hover{
	color:#ff7200;
}
.list-fr{
	float:right;
	width: 80px;
}
.list-fr em{
	color: #ff7200;
    float: right;
}
.list-fr em i{
	color:#333;    
}
.list-fr cite{
	float:right;	
}
.list-fr cite a{
	color:#666;
}
.goods-list:hover{
	background-color:#eaecf1;
}
.cart-goods-js{
	background-color:#eaecf1;
	overflow:hidden;
	text-align: right;
    line-height: 52px;
    padding-right: 17px;
}
.cart-goods-js span{
	margin-right: 18px;
}
.cart-goods-js span em{
	color: #ff7200;	
}
.cart-goods-js a{
	font-size: 12px;
    color: #fff !important;
    background: #ff7200;
    padding: 4px 12px;
	overflow:hidden;
}
.daohang{
	width:100%;
	margin:0 auto;
	background-color:#eaecf1;
	height:48px;
}
.sidenav{
	float:left;
	width:238px;
	height:48px;
}
.sidenavs{
	position:relative;
}
.sidenavs li{
	line-height:48px;
	background:url(../images/p1.png) no-repeat 26px center;
	padding-left:62px;
	background-color:#005ba1;
}
.sidenavs li a{
	display:block;
	color:#fff;
	font-size:18px;
	background:url(../images/p2.png) no-repeat right center;
	margin-right: 14px;
}
.sidenavs ul{
	background-color:rgba(204, 204, 204, 1);
	position: absolute;
	display:none;
	left: 0px;
	top:48px;
	z-index: 999;
	width:238px;
    height: 500px;
}
.indexul{
	background-color:rgba(204, 204, 204, .6) !important;
}
.sidenavs ul li{
	line-height:33px;
	background:none;
	padding:0;
	margin:0;
}
.sidenavs ul li a{
	font-size:14px;
	color:#000;
	margin-right:0;
	background:url(../images/j1.png) no-repeat 37px center;
	padding-left:61px;
}
.sidenavs ul li:hover a{
	background:url(../images/j1_h.png) no-repeat 37px center;
	background-color:#fff;
	color:#005ba1;
	border:1px solid #005ba1;
	border-right:1px solid #fff;
	position:relative;
	z-index:999999;
}
.sidenavs ul li a:hover{
	background:url(../images/j1_h.png) no-repeat 37px center;
	background-color:#fff;
	color:#005ba1;
	border:1px solid #005ba1;
	border-right:1px solid #fff;
	position:relative;
	z-index:999999;
}
.sidenavs ul li:hover .submenu { 
	display: block; 
}
.submenu {
	position: absolute;
	left: 236px;
	top: 0px;
	width: 406px;
	height: 500px;
	background-color: #FFF;
	z-index: 999;
	display: none;
}
.submenu .subtop {
	margin-left: 0px;
	width: 406px;
	height: 299px;
	padding: 12px 30px;
	overflow:auto;
	border:1px solid #005ba1;
	position:relative;
	z-index:999;
}
.submenu .subtop dl {
	overflow: hidden;
	border-right: 1px dashed #eaecf1;
	float:left;
	width:50%;
}
.submenu .subtop dl:last-child{
	border-right:none;
	padding-left:30px;
}
.submenu .subtop dl dt {
	line-height: 25px;
	color: #005ba1;
}
.submenu .subtop dl dt a{
	color: #005ba1;
    padding: 0;
    background: none;	
}
.sidenavs ul li:hover .submenu .subtop dl dt a{
	border:none;
}
.submenu .subtop dl dt a:hover{
	border:none;
}
.submenu .subtop dl dd {
}
.submenu .subtop dl dd a {
	display: block;
	padding: 3px 0px 3px 18px;
	color: #888;
	line-height: 25px;
	background:url(../images/j2.jpg) no-repeat left center;
}
.submenu .subtop dl dd a:hover{
	color:#005ba1;
	border:none;
}
.sidenavs ul li:hover .submenu .subtop dl dd a{
	border:none;
}
.submenu .subbottom {
	width: 406px;
	height: 201px;
}
.subbottom img{
	width:100%;
	height:auto;
}
.sidenavs ul.subnav {
	display: block;
}
.tel{
	float:right;
	height:48px;
}
.tel p{
	font-size:16px;
	color:#959cab;
	line-height:48px;
	background:url(../images/kf.png) no-repeat left center;
	padding-left:38px;
}
.tel p span{
	font-size:18px;
	color:#005da2;
}

/*banner上面的注册*/
.ban_zhuce{
	width:100%;
	position:absolute;
	top:0;
	right:0;
}
.ban_zhuces{
	/*background-color:#fff;*/
	width:287px;
	height:auto;
	padding-top:0px;
	overflow:hidden;
	margin-left: auto;
}
.zhuces1{
	padding:0px 0px 15px 30px;
	overflow:hidden;
}
.zhuces1 ul{
	/*text-align:center;*/
}
.zhuces1 li{
	line-height:35px;
	text-align:center;
	margin:0px 2px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
	width:90px;
	float:right;
}
.zhuces1 li a{
	display:block;
	background-color:#ff7200;
	color:#fff;
	font-size:18px;
	text-align:center;
	border-radius:5px;
}
.zhuces1 h3{
	width:228px;
	height:44px;
	font-weight:normal;
}
.zhuces1 h3 a{
	display:block;
	background-color:#ff7200;
	color:#fff;
	font-size:18px;
	line-height:44px;
	text-align:center;
	border-radius:5px;
}
.zhuces1 p{
	text-align:center;
	overflow:hidden;
	font-size:12px;
	color:#888;
	padding:17px 0px;
}
.zhuces1 p a{
	font-size:12px;
	color:#f36701;
	font-weight:bold;
}
.zhuces2{
	width:100%;
	margin:0 auto;
	height:12px;		
}
.zhuces2 a{
	display:block;
	text-align:center;
	background-color:#e8e8e8;
	height:12px;
	cursor:pointer;
}
.zhuces2 img{
	width:11px;
	height:5px;
	vertical-align: top;
    margin-top: 4px;
}
.zhuces3{
	overflow:hidden;
	display:none;
}
.zhuces3_1{
	padding:5px 30px 20px 30px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
.zhuces3_1 ul{
	text-align:center;
}
.zhuces3_1 li{
	text-align:center;
	margin:0px 9px;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
	width:35px;
}
.zhuces3_1 li img{
	width:35px;
	height:35px;
	margin-bottom:10px;
}
.zhuces3_1 li p{
	text-align:center;
	color:#888;
	font-size:12px;
}
.zhuces3_2{
	padding:20px 30px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
.zhuces3_2 li{
    float: left;
	text-align:center
}
.qq{
	width: 25%;
    margin-right: 20%;
}
.email{
	width:55%;
}
.zhuces3_2 li img{
	width:24px;
	height:24px;
	margin-bottom:10px;
}
.zhuces3_2 li p{
	text-align:center;
	color:#888;
	font-size:12px;
	margin-bottom:10px;
}
.zhuces3_2 li a{
	color:#888;
	font-size:12px;
}
.zhuces3_3{
	padding:18px 30px;
	overflow:hidden;
}
.zhuces3_3title{
	color:#005ca2;
	font-size:14px;
	margin-bottom:8px;
}
.zhuces3_3con li{
	line-height:25px;
}
.zhuces3_3con li a{
	display:block;
}
.zhuces3_3con li a p{
	font-size:12px;
	color:#888;
	float:left;
	background:url(../images/newsli.jpg) no-repeat left center;
	padding-left:7px;
}
.zhuces4{
	width:100%;
	margin:0 auto;
	height:12px;
	display:none;		
}
.zhuces4 a{
	display:block;
	text-align:center;
	background-color:#e8e8e8;
	height:12px;
	cursor:pointer;
}
.zhuces4 img{
	width:11px;
	height:5px;
	vertical-align: top;
    margin-top: 4px;
}

.home-tjpro{
	width:100%;
	margin:0 auto;
	padding:35px 0px;
	background-color:#f5f5f5;
	overflow:hidden;
}
.tjpro_title{
	text-align:center;
	color:#000;
	font-size:16px;
	font-size:30px;
	font-weight:bold;
	background:url(../images/title.jpg) no-repeat bottom center;
	padding-bottom:10px;
	margin-bottom:30px;
	overflow:hidden;
}
.tjpro_con{
	overflow:hidden;
}
.tjpro_con li{
	margin-bottom:15px;
	overflow:hidden;
	float:left;
	width:390px;
	height:226px;
	margin-right: 15px;
}
.tjpro_con li:nth-child(3){
	margin-right: 0px;
}
.tjpro_con li:nth-child(6){
	margin-right: 0px;
}
.tjpro_con li .tjcppro{
	display:block;
	border:1px solid #ebebeb;
	padding:20px 20px 20px 0px;
	overflow:hidden;
	background-color:#fff;
}
.tj_img{
	float:left;
	width:180px;
}
.tj_img a{
	display: block;
}
.tj_img a img{
	width:180px;
	height:180px;
}
.tj_txt{
	margin-left:180px;
}
.tj_txt1{
	color:#005ca1;
	font-size:22px;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tj_txt1 a{
	color:#005ca1;
	font-size:22px;
}
.tj_txt2{
	line-height:25px;
	color:#888;
	margin-bottom:10px;
	overflow:hidden;
}
.tj_txt2 p{
	background:url(../images/circle.png) no-repeat left 10px;
	padding-left:14px;
}
.tj_txt3{
	overflow:hidden;
}
.tj_txt3 p{
	float:left;
	color:#ff7200;
	font-size:16px;
	line-height:26px;
}
.tj_txt3 p i{
	font-weight:bold;
	font-style:normal;
}
.tj_txt3 span{
	float:right;
	width:96px;
	line-height:26px;
	background-color:#005ba1;
	color:#fff;
	text-align:center;
	border-radius:25px;
}

.home-xsth{
	width:100%;
	margin:26px auto 0px auto;
	overflow:hidden;
}
.xsth_title{
	background-color:#015ca2;
	height:55px;
	padding:0px 22px;
	overflow:hidden;
}
.xsth_title_fl p{
	font-size:24px;
	color:#fff;
	background:url(../images/limit.png) no-repeat left center;
	padding-left:42px;
	line-height:55px;
}
.xsth_title_fr p{
	color:#fff;
	line-height:55px;
}
.xsth_title_fr p span{
	display:inline-block;
	width:30px;
	height:30px;
	color:#000;
	line-height:30px;
	background-color:#fff;
	border-radius:180px;
	text-align:center;
	margin:0px 10px;
}
.xsth_con{
	border:1px solid #015ca2;
	overflow:hidden;
}
#owl-demo{
    width:100%;
	margin:0 auto;
}
#owl-demo .item {
    display: block;
	margin:0;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	overflow: hidden;
	padding: 22px;
}
.xsth_img{
	float:left;
	width:180px;
}
.xsth_img a{
	display: block;
}
.xsth_img a img{
	width:180px;
	height:180px;
}
.xsth_txt{
    overflow: hidden;
	margin:22px 22px 0px 200px;
}
.xsth_txt1{
	margin-bottom:15px;
	overflow:hidden;
}
.xsth_txt1 h3{
	color:#015ca2;
	font-size:24px;
	font-weight:normal;
	background:url(../images/title1.jpg) no-repeat bottom left;
	padding-bottom:10px;
	margin-bottom:7px;
}
.xsth_txt1 h3 a{
	color:#015ca2;
	font-size:24px;
}
.xsth_txt1 p{
	color:#888;
	line-height:23px;
}
.xsth_txt2 p{
	float:left;
	margin-right:10px;
}
.jg1{
	font-size:24px;
	color:#e60012;
	font-weight:bold;
	line-height:26px;
}
.jg2{
	font-size:18px;
	color:#999;
	line-height:32px;
	text-decoration:line-through;
}
.xsth_txt2 span{
	float:left;
	width: 96px;
    line-height: 26px;
    background-color: #005ba1;
    color: #fff;
    text-align: center;
    border-radius: 25px;
	margin-left:26px;
	cursor: pointer;
}
#owl-demo .owl-controls .owl-buttons div.owl-prev{
	background:none;
}
#owl-demo .owl-controls .owl-buttons div.owl-next{
	background:none;
}
#owl-demo .owl-pagination{
	margin-top:23px;
	padding-bottom:23px;
}
#owl-demo .owl-controls .owl-page span {
	display: block;
	width: 40px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #d8d8d8;
}
#owl-demo .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #163579;
}

.home-cpfl{
	margin-bottom:30px;
	overflow:hidden;
	margin-top: 26px;
}
.cpfl_title{
	border-bottom:1px solid #d8d8d8;
	overflow:hidden;
}
.cpfl_title p{
	float:left;
	border-bottom:2px solid #015ca2;
	padding-bottom:10px;
	color:#00457a;
	font-size:24px;
}

#owl-demo1{
    width:100%;
	margin:0 auto;
	margin-top:23px;
}
#owl-demo1 .item{
	display: block;
    margin:0px 10px;
	position:relative;
}
.cpfl_img{
	width:97px;
	height:97px;
	margin: 0 auto;
	border:1px solid #dcdbdb;
}
.cpfl_img img{
	width:95px;
	height:95px;
}
.cpfl_txt{
	margin-top:15px;
}
.cpfl_txt p{
	text-align:center;
	color:#888;
}

#owl-demo1 .owl-pagination{
	display:none;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons{
	margin-top:0;
	position:inherit;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 0;
	margin: 0;
	padding:0;
	opacity:1;
	width: 22px;
	height: 97px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:0;
	background:url(../images/prev01.jpg) no-repeat left center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	left:0;
	background:url(../images/prev01_h.jpg) no-repeat left center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:0;
	background:url(../images/next01.jpg) no-repeat right center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	right:0;
	background:url(../images/next01_h.jpg) no-repeat right center;
}

.home-procate{
	margin-bottom:29px;
	overflow:hidden;
}
.procate_title{
	padding-bottom:6px;
	margin-bottom:18px;
	overflow:hidden;
}
.title1{
	border-bottom:1px solid #005ba1;
}
.procate_title_fl{
	float:left;
	font-size:24px;
	font-weight:bold;
	line-height: 29px;	
	margin-top: -5px;
}
.ys1{
	color:#005ba1;
}
.procate_title_fr{
	float:right;
}
.procate_title_fr li{
	float:left;
	margin-left:2px;
}
.procate_title_fr li a{
	display:block;
	line-height:27px;
	padding:0px 8px;
}
.procate_title_fr li a:hover{
	color:#fff;
}
.procate_title_fr li .current{
	color:#fff;
}
.canshu1 li a{
	border:1px solid #005ba1;
	color:#005ba1;
}
.canshu1 li a:hover{
	background-color:#005ba1;
}
.canshu1 li .current{
	background-color:#005ba1;
}
.procate_con{
	
}
.procate_con_fl{
	width:282px;
	height:580px;
	padding:20px 22px 20px 22px;
	overflow:hidden;	
}
.proflbg1{
	background-image: -moz-linear-gradient(top, #6fd1ec, #005ca2); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6fd1ec), color-stop(1, #005ca2)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6fd1ec', endColorstr='#005ca2', GradientType='0'); /* IE*/
}
.procate_con_fl_t{
	overflow:hidden;
}
.procate_con_fl_t h3{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.fenlei{
	height:235px;
	overflow:hidden;
}
.fenlei li{
	float:left;
	width:111px;
	height:25px;
	margin-right:8px;
	margin-bottom:3px;
}
.fenlei li:nth-child(2n){
	margin-right:0px;
}
.fenlei li a{
	display:block;
	line-height:23px;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fenlei li a:hover{
	background-color:#fff;
}
.cate1 li a:hover{
	color:#005ba1;
}
.cate1 li .current{
	color:#005ba1;
}
.procate_con_fl_b{
	text-align:center;
	color:#fff;
	overflow:hidden;
}
.procate_con_fl_b p{
	font-size:23px;
}
.procate_con_fl_b h3{
	font-size:24px;
	font-weight:bold;
	margin-bottom:0px;
}
.procate_con_fl_b img{
	max-width:100%;
	height:auto;
	margin-bottom:0px;
}
.procate_con_fl_b a{
	display:block;
	width:158px;
	margin:0 auto;
	line-height:32px;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
}
.procate_con_fr{
	width:908px;
	height:580px;
}
.procate_con_fr li{
	float:left;
	width:294px;
	height:287px;
	margin:0px 12px 9px 0px;
}
.procate_con_fr li:nth-child(3){
	margin-right:0px;
}
.procate_con_fr li:nth-child(6){
	margin-right:0px;
}
.procate_con_fr li .chanpin_list{
	display:block;
	overflow: hidden;
}
.procate_con_fr li .chanpin_list:hover{
	box-shadow:0px 0px 10px #ccc;
}
.procate_top{
	margin-bottom:5px;
	overflow:hidden;
}
.procate_top a{
	display: block;
}
.procate_top img{
	display:block;
	width:160px;
	height:160px;
	margin:0 auto;
	margin-bottom:5px;
}
.procate_top h3{
	text-align:center;
	font-size:18px;
	font-weight:normal;
}
.procate_top h3 a{
	font-size:18px;
}
.procate_top p{
	color:#888;
	padding:0px 17px;
	line-height:22px;
    height: 44px;
}
.procate_bottom{
	overflow:hidden;
	padding:0px 17px 17px 17px;
}
.procate_bottom p{
	float:left;
	font-size:16px;
	color:#ff7200;
	line-height:26px;
}
.procate_bottom p i{
	font-weight:bold;
	font-style:normal;
}
.procate_bottom span{
	float:right;
	border-radius:25px;
	width:113px;
	line-height:24px;
	text-align:center;
	cursor: pointer;
}
.gwc1{
	color:#207ec8;
	border:1px solid #207ec8;
}
.cp1{
	border:1px solid #dcdbdb;
}
.cp2{
	border:1px solid #dcdbdb;
}
.cp3{
	border:1px solid #dcdbdb;
}
.cp4{
    border:1px solid #dcdbdb;
}
.cp5{
    border:1px solid #dcdbdb;
}
.cp1:hover{
	border:1px solid #207ec8;
}

.home-index1{
	width:100%;
	margin:30px auto;
	overflow:hidden;
}
.home-index1 img{
	width:1200px;
	height:144px;
}

.title2{
	border-bottom:1px solid #f49536;
}
.ys2{
	color:#ff7200;
}
.canshu2 li a{
	border:1px solid #f49536;
	color:#f49536;
}
.canshu2 li a:hover{
	background-color:#f49536;
}
.canshu2 li .current{
	background-color:#f49536;
}
.proflbg2{
	background-image: -moz-linear-gradient(top, #fbb84f, #e54c01); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbb84f), color-stop(1, #e54c01)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb84f', endColorstr='#e54c01', GradientType='0'); /* IE*/
}
.cate2 li a:hover{
	color:#e54d01;
}
.cate2 li .current{
	color:#e54d01;
}
.gwc2{
	color:#f49536;
	border:1px solid #f49536;
}
.cp2:hover{
	border:1px solid #f49536;
}


.home-index2{
	width:100%;
	margin:30px auto;
	overflow:hidden;
}
.home-index2 img{
	width:1200px;
	height:144px;
}

.title3{
	border-bottom:1px solid #09a556;
}
.ys3{
	color:#09a556;
}
.canshu3 li a{
	border:1px solid #09a556;
	color:#09a556;
}
.canshu3 li a:hover{
	background-color:#09a556;
}
.canshu3 li .current{
	background-color:#09a556;
}
.proflbg3{
	background-image: -moz-linear-gradient(top, #79d68f, #0aa556); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #79d68f), color-stop(1, #0aa556)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79d68f', endColorstr='#0aa556', GradientType='0'); /* IE*/
}
.cate3 li a:hover{
	color:#09a556;
}
.cate3 li .current{
	color:#09a556;
}
.gwc3{
	color:#09a556;
	border:1px solid #09a556;
}
.cp3:hover{
	border:1px solid #09a556;
}



.title4{
	border-bottom:1px solid #6f55aa;
}
.ys4{
	color:#6346a4;
}
.canshu4 li a{
	border:1px solid #6f55aa;
	color:#6f55aa;
}
.canshu4 li a:hover{
	background-color:#6f55aa;
}
.canshu4 li .current{
	background-color:#6f55aa;
}
.proflbg4{
	background-image: -moz-linear-gradient(top, #c7aaf2, #4c3390); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c7aaf2), color-stop(1, #4c3390)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7aaf2', endColorstr='#4c3390', GradientType='0'); /* IE*/
}
.cate4 li a:hover{
	color:#6f55aa;
}
.cate4 li .current{
	color:#6f55aa;
}
.gwc4{
	color:#6f55aa;
	border:1px solid #6f55aa;
}
.cp4:hover{
	border:1px solid #6f55aa;
}


.title5{
	border-bottom:1px solid #0d9991;
}
.ys5{
	color:#0d9991;
}
.canshu5 li a{
	border:1px solid #0d9991;
	color:#0d9991;
}
.canshu5 li a:hover{
	background-color:#0d9991;
}
.canshu5 li .current{
	background-color:#0d9991;
}
.proflbg5{
	background-image: -moz-linear-gradient(top, #66ebe3, #0d9991); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #66ebe3), color-stop(1, #0d9991)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ebe3', endColorstr='#0d9991', GradientType='0'); /* IE*/
}
.cate5 li a:hover{
	color:#0d9991;
}
.cate5 li .current{
	color:#0d9991;
}
.gwc5{
	color:#0d9991;
	border:1px solid #0d9991;
}
.cp5:hover{
	border:1px solid #0d9991;
}




.home-index3{
	width:100%;
	margin:30px auto;
	overflow:hidden;
}
.home-index3 img{
	width:1200px;
	height:144px;
}

.home-part{
	width:100%;
	margin:0 auto;
	margin-bottom:30px;
	overflow:hidden;
}
.news{
	overflow:hidden;
	float:left;
	width:330px;
}
.index_title{
	margin-bottom:20px;
	overflow:hidden;
	line-height:25px;
}
.index_title p{
	float:left;
}
.index_title a{
	font-size:18px;
	color:#010101;
}
.index_title span{
	float:right;
}
.index_title span a{
	font-size:14px;
	color:#005ba2;
}
.news_con{
	width:330px;
	height:326px;
	background-color:#f5f5f5;
	padding:15px;
	overflow:hidden;
}
.news_con img{
	width:300px;
	height:90px;
	margin-bottom:12px;
}
.wt li{
	line-height:27px;
}
.wt li a{
	display:block;
	color:#686868;
	background:url(../images/wt.jpg) no-repeat left center;
	padding-left:12px;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wt li a:hover{
	color:#005ba2;
	background:url(../images/wt_h.jpg) no-repeat left center;
}

.download{
	overflow:hidden;
	float:left;
	width:270px;
	margin:0px 20px;
}
.download_con{
	width:270px;
	height:326px;
	background-color:#f5f5f5;
	padding:15px;
	overflow:hidden;
}
.download_con img{
	width:240px;
	height:90px;
	margin-bottom:12px;
}

.faq{
	overflow:hidden;
	float:left;
	width:270px;
}
.faq_con{
	width:270px;
	height:326px;
	background-color:#f5f5f5;
	padding:15px;
	overflow:hidden;
}
.faq_con img{
	width:240px;
	height:90px;
	margin-bottom:12px;
}

.platform{
	float:right;
	width:270px;
}
.platform_con{
	overflow:hidden;
}
.platform_con li{
	margin-bottom:14px;
	width:270px;
	border:1px solid #ededed;
	background-color:#f5f5f5;
	overflow:hidden;
	padding:15px 34px;
}
.platform_con li:last-child{
	margin-bottom:0;
}
.pt_img{
	float:left;
	width:70px;
}
.pt_txt{
	float:left;
	margin-left:35px;
}
.pt_txt p{
	font-size:18px;
	color:#585858;
	margin-bottom:10px;
}
.pt_txt a{
	display:block;
	width:91px;
	line-height:28px;
	border-radius:5px;
	color:#fff;
	text-align:center;
}
.pt1{
	background-color:#207ec8;
}
.pt2{
	background-color:#ff7200;
}
.pt3{
	background-color:#96ba2a;
}

.footer-qudao{
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	padding:30px 0px;
	overflow:hidden;
}
.qudao_title{
	margin-bottom:25px;
	overflow:hidden;
	line-height: 35px;
}
.qudao_title p{
	float:left;
	font-size:24px;
	color:#444;
	margin-right:10px;
}
.qudao_title span{
	float:left;
	color:#575656;
}
.qudao_con li{
	float:left;
	width:25%;
}
.qudao_img{
	float:left;
	width:51px;
}
.qudao_txt{
	float:left;
	margin-left:17px;
	margin-top:3px;
}
.qudao_txt h3{
	font-size:16px;
	color:#444;
	font-weight:normal;
	margin-bottom: 5px;
}
.qudao_txt p{
	color:#939393;
}
.qudao_txt p a{
	color:#939393;
}
.qudao_txt span a{
	display:block;
	width:84px;
	line-height:23px;
	border:1px solid #939393;
	color:#939393;
	text-align:center;
	border-radius:25px;
}


.f1{
	background:url(../images/f1.png) no-repeat left center;
}
.f2{
	background:url(../images/f2.png) no-repeat left center;
}
.f3{
	background:url(../images/f3.png) no-repeat left center;
}
.f4{
	background:url(../images/f4.png) no-repeat left center;
}
.f5{
	background:url(../images/f5.png) no-repeat left center;
}
.menulist{
	margin-top:10px;
	overflow:hidden;
}
.menulist li{
	float:none;
	line-height:25px;
	border:none;
	padding-left: 25px;
	height:25px;
}
.menulist li a{
	font-size:14px;
	background:none;
	padding-left:0;
}
.menulist li a:hover{
	color:#3c8bc9;
}
.footer2_fr{
	width:270px;
}
.footer2_fr h3{
	background:url(../images/tel.png) no-repeat left center;
	font-size:20px;
	font-weight:normal;
	padding-left:40px;
	color:#fff;
	margin-bottom: 15px;
}
.footer2_fr p{
	line-height:26px;
	color:#fff;
	font-size:16px;
}


.left_cate{
	position:fixed;
	left:0;
	top:22%;
}
.left_cate_title{
	background-color:#ff7200;
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:47px;
}
.koyoele{
	width:30px;
	padding:16px 0px;
	overflow:hidden;
	background-color:#207ec8;
	color:#fff;
	font-size:16px;
	text-align:center;
	cursor:pointer;
}
.koyoele img{
    display: block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@keyframes upmove

{

	0%   {transform:translateY(0px);}

	50%  {transform:translateY(5px);}

	100% {transform:translateY(0px);}

}


.flpro_con{
	width:141px;
	display:none;
	position:relative;
}
.close1 {
	position:absolute;
	right:0;
	top:-17px;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}
.left_cate_con{
	padding:15px 0px;
	overflow:hidden;
	background-color:#207ec8;
}
.left_cate_con li{
	line-height:39px;
}
.left_cate_con li a{
	display:block;
	color:#fff;
	text-align:center;
}
.left_cate_con li a:hover{
	color:#000;
	background-color:#fff;
}

.right_kj{
	position:fixed;
	right:0;
	top:22%;
	width:59px;
	display:none;
}
.right_kj li{
	margin-bottom:1px;
	overflow:hidden;
}
.right_kj li a{
	display:block;
	width:59px;
	height:59px;
	border-radius:5px;
	background-color:#207ec8;
	color:#fff;
	padding-top:8px;
}
.right_kj li a img{
	display:block;
	width:24px;
	margin-left:auto;
	margin-right:auto;
	height:24px;
	margin-bottom:5px;
}
.right_kj li a p{
	text-align:center;
	font-size:12px;
}




/*关于我们*/
.inner-main{
	width:100%;
	margin:0 auto;
}
.inner_loaction{
	margin:12px 0px 18px 0px;
	overflow:hidden;
}
.inner_loaction p{
	line-height:30px;
	color:#686868;
	padding-left:9px;
}
.inner_loaction p a{
	color:#686868;
}
.inner_loaction p span{
	color:#005ba1;
}
.inner_zhuce{
	overflow:hidden;
	margin-top:20px;
}
.inner_fl{
	width:200px;
	border:1px solid #e2e2e2;
	margin-bottom:50px;
	overflow:hidden;
}
.inner_fl_title{
	border-bottom:1px solid #e2e2e2;
	background-color:#eee;
	line-height:35px;
	overflow:hidden;
}
.inner_fl_title p{
	font-size:15px;
	color:#2e2e2e;
	background:url(../images/p.jpg) no-repeat 14px center;
	padding-left:29px;	
}
.inner_fl_con{
	overflow:hidden;
	padding:10px 0px;
}
.inner_fl_con li{
	line-height:30px;
}
.inner_fl_con li a{
	display:block;
	color:#444;
	padding-left:29px;	
}
.inner_fl_con li a:hover{
	color:#005ba1;
}
.inner_fl_con li .current{
	color:#005ba1;
}
.inner_fr{
	margin-bottom:50px;
	overflow:hidden;
	width:975px;
}
.inner_fr_title{
	border-bottom:1px solid #eaecf1;
	overflow:hidden;
	line-height:35px;

	text-align: center;
}
.inner_fr_title p{
	font-size:18px;
	color:#000;
}
.inner_fr_about{
	margin:30px 0px;
	overflow:hidden;
	line-height:30px;
	color:#444;
}

/*企业新闻*/
.inner_fr_news{
	margin:30px 0px 0px 0px;
	overflow:hidden;
}
.inner_fr_news li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #d6d6d6;
	overflow:hidden;
}
.inner_fr_news li a{
	display:block;
}
.news_txt1{
	overflow:hidden;
	line-height:25px;
}
.news_txt1 p{
	float:left;
	width:70%;
	font-size:15px;
	color:#444;
	background:url(../images/wt.jpg) no-repeat left center;
	padding-left:12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt1 span{
	float:right;
	color:#bbb;
}
.news_txt2 p{
	line-height:25px;
	color:#828282;
	font-size:13px;
	padding-left: 12px;
}
.news_txt2 p span{
	color:#005ba1;
}
.inner_fr_news li a:hover .news_txt1 p{
	color:#005ba1;
	background:url(../images/wt_h.jpg) no-repeat left center;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#fff;
	margin:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#005ba1;
	border:1px solid #005ba1;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#005ba1;
	border:1px solid #005ba1;
}

/*新闻详情*/
.inner_fr_newsshow{
	margin:30px 0px;
	overflow:hidden;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #eaecf1;
}
.show_title h3{
	font-size: 18px;
    font-weight:normal;
    text-align: center;
    color: #005ba1;
	padding-bottom: 20px;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../images/browse.png) no-repeat left center;
}
.date{
	background:url(../images/date.png) no-repeat left center;
}
.show_content{
	line-height:30px;
	color:#7a7a7a;
	padding:30px 10px;
	border-bottom:1px solid #eaecf1;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	padding-top:20px;
}
.show_back_fl{
	float: left;
    width: 80%;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#7a7a7a;
}
.show_back_fl li a:hover{
	color:#005ba1;
}
.show_back_fr{
	float:right;
	width:15%;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #005ba1 url(../images/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}

/*技术支持*/
.inner_fr_support{
	margin:30px 0px;
	overflow:hidden;
	line-height:30px;
	color:#444;
}

/*应用案例*/
.inner_fr_case{
	margin:30px 0px 0px 0px;
	overflow:hidden;
}
.inner_fr_case li{
	overflow:hidden;
	margin-bottom:20px;
}
.inner_fr_case li a{
	display:block;
	border:1px solid #eaecf1;
	padding:15px;
}
.inner_fr_case li a h3{
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:15px;
	background:url(../images/title.jpg) no-repeat bottom left;
}
.inner_fr_case li a p{
	line-height:25px;
	color:#494949;
}
.inner_fr_case li a p span{
	color:#005ba1;
}
.inner_fr_case li a:hover{
	border:1px solid #005ba1;
}
.inner_fr_case li a:hover h3{
	background:url(../images/title_h.jpg) no-repeat bottom left;
	color:#005ba1;
}

/*应用案例详情*/
.inner_fr_caseshow{
	margin:30px 0px;
	overflow:hidden;
}

/*产品图纸*/
.inner_fr_tuzhi{
	margin:30px 0px;
	overflow:hidden;
}
.inner_fr_tuzhi li{
	line-height:35px;
	border-bottom:1px solid #eaecf1;
	overflow:hidden;
}
.inner_fr_tuzhi li a{
	display:block;
}
.inner_fr_tuzhi li a p{
	float:left;
	color:#444;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background:url(../images/dian.jpg) no-repeat left center;
	padding-left:12px;
}
.inner_fr_tuzhi li a span{
	float:right;
	color:#999;
}
.inner_fr_tuzhi li a:hover p{
	background:url(../images/dian.jpg) no-repeat left center;
	color:#005ba1;
}
.inner_fr_tuzhi li a:hover span{
	color:#005ba1;
}


/*FAQ*/
.inner_fr_faq{
	margin:30px 0px;
	overflow:hidden;
}
.inner_fr_faq li{
	line-height:35px;
	border-bottom:1px solid #eaecf1;
	overflow:hidden;
}
.inner_fr_faq li a{
	display:block;
}
.inner_fr_faq li a p{
	float:left;
	color:#444;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background:url(../images/dian.jpg) no-repeat left center;
	padding-left:12px;
}
.inner_fr_faq li a span{
	float:right;
	color:#999;
}
.inner_fr_faq li a:hover p{
	background:url(../images/dian.jpg) no-repeat left center;
	color:#005ba1;
}
.inner_fr_faq li a:hover span{
	color:#005ba1;
}

/*FAQ详情*/
.inner_fr_faqshow{
	margin:30px 0px;
	overflow:hidden;
}

/*资源下载*/
.inner_fr_download{
	margin:30px 0px;
	overflow:hidden;
	padding:0px 10px;
}
.downloads{
	margin-bottom:15px;
	overflow:hidden;
}
.d_title{
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	padding-bottom:5px;
}
.d_title p{
	float:left;
	color:#005ba1;
	font-size:16px;
}
.d_con{
	overflow:hidden;
	margin-top:10px;
}
.d_con li{
	float:left;
	line-height:30px;
	background:url(../images/dli.jpg) no-repeat right center;
	margin-right:14px;
}
.d_con li a{
	display:block;
	font-size:14px;
	color:#656565;
	padding-right:14px;
}
.d_con li a:hover{
	color:#005ba1;
}

/*购买须知*/
.inner_fr_purchase{
	margin:30px 0px;
	overflow:hidden;
	line-height:30px;
	color:#444;
}

/*注册*/
.zhuce_fl{
	width:900px;
	border:1px solid #e2e2e2;
	padding:27px;
	margin-bottom:22px;
	overflow:hidden;	
}
.zhuce_fl_title{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px dashed #dedede;
	padding-bottom:20px;
}
.zhuce_fl_con{
	margin-top:30px;
}
.zhuce1{
	margin-bottom:7px;
	overflow:hidden;
}
.zhuce1 label{
	float:left;
	width:205px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.zhuce1 label b{
	color:#ff8b34;
	font-style:normal;
}
.zhuce1 input{
	float:left;
	width:484px;
	border:1px solid #e2e2e2;
	outline:none;
	line-height:38px;
	color:#444;
	padding-left:20px;
}
.zhuceform input::-webkit-input-placeholder{ 
	color: #b5b5b5; 
} 
.zhuceform input::-moz-input-placeholder{ 
	color: #b5b5b5; 
}
.zhuceform input::-ms-input-placeholder{ 
	color: #b5b5b5; 
}

.zhuce2{
	margin-bottom:7px;
	overflow:hidden;
}
.zhuce2 label{
	float:left;
	width:205px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.zhuce2 label b{
	color:#ff8b34;
	font-style:normal;
}
.zhuce2 input{
	float:left;
	width:190px;
	border:1px solid #e2e2e2;
	outline:none;
	line-height:38px;
	color:#444;
	padding-left:20px;
}
.zhuce2 img{
	float:left;
	margin:0px 15px 0px 6px;
	border:1px solid #e2e2e2;
	width:78px;
	height:40px;
}
.zhuce2 a{
	float:left;
	color:#005ba1;
	line-height:40px;
}

.zhuce3{
	margin-bottom:7px;
	overflow:hidden;
}
.zhuce3 label{
	float:left;
	width:205px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.zhuce3 label b{
	color:#ff8b34;
	font-style:normal;
}
.zhuce3 input{
	float:left;
	width:190px;
	border:1px solid #e2e2e2;
	outline:none;
	line-height:38px;
	color:#444;
	padding-left:20px;
}
.zhuce3 a{
	float:left;
	width:155px;
	color:#fff;
	text-align:center;
	background-color:#005ba1;
	line-height:40px;
	margin-left:6px;
}
.zhuce4{
	margin-bottom:7px;
	overflow:hidden;
}
.zhuce4 label{
	float:left;
	width:205px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.zhuce4 label b{
	color:#ff8b34;
	font-style:normal;
}
.zc_top{
	margin-bottom:7px;
	overflow:hidden;
}
#menu1{
	float:left;
}
#menu1 li{
	cursor:pointer;
	color:#444;
	text-align:center;
	float:left;
	width:110px;
	line-height:38px;
	background-color:#f5f5f5;
	border:1px solid #e2e2e2;
}
#menu1 li.hover{
	color: #005ba1;
	background-color:#e2e2e2;
	border:1px solid #e2e2e2;
}
.cs_con_bottom{
	clear:both;
	margin-top:20px;
}
#main1 ul{
	display: none;
}
#main1 ul.block{
	display: block;
}
.zc_bottom1{
	margin-bottom:7px;
	overflow:hidden;
}
.zc_bottom1 label{
	float:left;
	width:205px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.zc_bottom1 label b{
	color:#ff8b34;
	font-style:normal;
}
.zc_bottom1 input{
	float:left;
	width:484px;
	border:1px solid #e2e2e2;
	outline:none;
	line-height:38px;
	color:#444;
	padding-left:20px;
}
.zc_bottom1 select{
	float:left;
	width:190px;
	line-height:40px;
	height:40px;
	padding-left: 20px;
	outline:none;
	border:1px solid #e2e2e2;
	color:#444;
}
.zc_bottom1 select option{
	color:#444;
	line-height:30px;
}
.zc_bottom1 dl{
	float:left;
}
.zc_bottom1 dd{
	float: left;
    border: 1px solid #e2e2e2;
    color: #444;
    line-height: 38px;
    width: 149px;
    text-align: center;
	margin-right:6px;
	cursor:pointer;
}
.zc_bottom1 dd:hover{
	border: 2px solid #005ba1;
	color: #005ba1;
	line-height: 36px;
	background: url(../images/gou.jpg) no-repeat right bottom;
}
.zc_bottom1 dd.current{
	border: 2px solid #005ba1;
	color: #005ba1;
	line-height: 36px;
	background: url(../images/gou.jpg) no-repeat right bottom;
}
.yyzz{
	float:left;
}
#previews {
	width: 135px;
    height: 135px;
	margin:0 auto;
}
#previews img{
	width: 135px;
    height:auto;
}
.img1 img{
    width: 93px;
    height:auto;
}
.upload {
	display:block;
	padding:0px 15px;
	line-height:24px;
	background-color:#005ba1;
	overflow:hidden;
	color: #fff;
	position:relative;
	text-align: center;
	font-size:14px;
	border-radius:25px;
	cursor: pointer;
}
.upload input {
	width: 100%;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	height:28px;
}

.zhuce5{
	overflow:hidden;
	margin:20px 0px 20px 225px;
}
.zhuce5 input{
	float:left;
	width: 14px;
    height: 14px;
	border:1px solid #dcdbdb;
    margin-top: 3px;	
}
.zhuce5 p{
	float:left;
	font-size:14px;
	color:#757575;
	line-height:20px;
	margin-left:12px;
}
.zhuce5 p a{
	font-size:14px;
	color:#005ba1;
	padding-left:5px;
	cursor:pointer;
}
.zhuce6{
	width:156px;
	margin:0 auto;	
}
.zhuce6 input{
	width:156px;
	background-color:#ff7300;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:47px;
	border:none;
	border-radius:5px;
}

.zhuce_fr{
	width:290px;
	margin-bottom:22px;
	overflow:hidden;	
}
.zhuce_fr_top{
	background-color:#005ba1;
	border:1px solid #004982;
	overflow:hidden;
	padding:28px 40px;	
}
.zhuce_fr_top p{
	text-align:center;
	padding: 5px 0px;
	overflow:hidden;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	border-top:1px solid #1181d7;
	border-bottom:1px solid #1181d7;
}
.zhuce_fr_top p:before{
	display:block;
	content:'';
	height:1px;
	background-color:#1181d7;
	margin-bottom: 10px;
}
.zhuce_fr_top p:after{
	display:block;
	content:'';
	height:1px;
	background-color:#1181d7;
	margin-top: 10px;
}
.zhuce_fr_bottom{
	border:1px solid #bec1c3;
	overflow:hidden;
	min-height:937px;
	padding:55px 0px;
	background:url(../images/zc_bg.jpg) no-repeat center center;
}
.zhuce_fr_bottom ul{
	overflow:hidden;
}
.zhuce_fr_bottom li{
	margin-bottom:20px;
	overflow:hidden;
}
.zhuce_fr_bottom li img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.zhuce_fr_bottom li h3{
	text-align:center;
	color:#005ba1;
	font-size:16px;
	padding:11px 0px;
	font-weight:normal;
	overflow:hidden;
}
.zhuce_fr_bottom li p{
	margin-top:17px;
	text-align:center;
	color:#005ba1;
	font-weight:bold;
}

/*注册成功*/
.inner_zhucecg{
	border: 1px solid #e2e2e2;
    overflow: hidden;
	margin:20px 0px 30px 0px;
	background:url(../images/zccgbg.jpg) no-repeat center center;
	background-size:cover;
	height:417px;
}
.inner_zhucecg img{
	display:block;
	max-width:100%;
	height:auto;
	overflow:hidden;
	margin:70px auto 20px auto;
}
.inner_zhucecg h3{
	text-align:center;
	color:#242424;
	font-size:25px;
	font-weight:bold;
	margin-bottom:30px;
}
.inner_zhucecg ul{
	text-align:center;
}
.inner_zhucecg ul li{
	line-height:30px;
	text-align:center;
	padding:0px 10px;
	display:inline-block;
	*float:none;
	*display:inline;
	zoom:1;
	background:url(../images/li.jpg) no-repeat right center;
}
.inner_zhucecg ul li:last-child{
	background:none;
	padding: 0px 5px;
}
.inner_zhucecg ul li a{
	color:#005ba1;
}

/*登录*/
.denglu{
	color:#000;
	font-size:18px;
	background:url(../images/dfl.jpg) no-repeat left center;
	line-height:26px;
	padding-left:26px;
	margin:40px 0px 0px 26px;
}
.inner_denglu{
	overflow:hidden;
	background:url(../images/denglubg.jpg) no-repeat center center;
	height:515px;
	min-width:1200px;
}
.login{
	position:absolute;
	right:0;
	top:53px;
	background-color:#fff;
	height:410px;
	width:348px;
	padding:0px 31px;
	border-radius:5px;
}
.login1{
	padding:22px 0px;
	text-align:center;
	font-size:18px;
	color:#000;
	overflow:hidden;
}
.login2{
	
}
.dl_top{
	margin-bottom:7px;
	overflow:hidden;
}
#menu2{
	float:left;
}
#menu2 li{
	cursor:pointer;
	color:#444;
	text-align:center;
	float:left;
	width:143px;
	font-size:16px;
	line-height:40px;
	background-color:#f5f5f5;
	border:1px solid #e2e2e2;
}
#menu2 li.hover{
	color: #005ba1;
	background-color:#e2e2e2;
	border:1px solid #e2e2e2;
}
.dl_bottom{
	clear:both;
	margin-top:6px;
}
#main2 ul{
	display: none;
}
#main2 ul.block{
	display: block;
}
.dl_bottom1{
	margin-bottom:6px;
	overflow:hidden;
	position:relative;
	z-index:999;
}
.dl_bottom1 label{
	float: left;
	position:absolute;
	left:8px;
	top: 10px;
}
.dl_bottom1 input{
	width: 100%;
    padding-left:52px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 14px;
	color:#ababab;
} 
.dl_bottom2{
	overflow:hidden;
	position:relative;
	z-index:999;
}
.dl_bottom2 label{
	float: left;
	position:absolute;
	left:8px;
	top: 10px;
}
.dl_bottom2 label img{
	width:21px;
	height:23px;
	margin:0;
	border:none;
}
.dl_bottom2 input{
	float:left;
	width: 128px;
    padding-left:52px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 14px;
	color:#ababab;
} 
.dl_bottom2 img{
	float:left;
	margin:1px 0px 0px 6px;
	border:1px solid #e2e2e2;
	width:78px;
	height:40px;
}
.dl_bottom2 a{
	float:right;
	color:#005ba1;
	line-height:42px;
}
.login3{
	padding:15px 0px;
	overflow:hidden;
}
.login3 input{
	float:left;
	width: 14px;
    height: 14px;
	border:1px solid #dcdbdb;
    margin-top: 3px;	
}
.login3 p{
	float:left;
	font-size:14px;
	color:#757575;
	line-height:20px;
	margin-left:11px;
}
.login3 p a{
	font-size:14px;
	color:#005ba1;
	padding-left:5px;
	cursor:pointer;
}
.login4{
	margin-bottom:20px;
	overflow:hidden;
}
.login4 input{
	width:100%;
	background-color:#005ca1;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:42px;
	border:none;
}
.login5{
	overflow:hidden;
}
.login5 a{
	font-size:14px;
}
.zhmm{
	float:left;
	color:#757575;
}
.ljzc{
	float:right;
	color:#005ca1;
}

/*忘记密码*/
.inner_forgetpwd{
    border: 1px solid #e2e2e2;
    padding: 27px;
    overflow: hidden;
	margin:20px 0px 50px 0px;
}
.forgetpwd1{
	font-size:16px;
	color:#000;
}
.forgetpwd2{
	margin-top:50px;
	overflow:hidden;
}
.forgetpwd2 ul{
	margin-left:122px;
}
.forgetpwd2 li{
	text-align:center;
	margin-right:1px;
	float:left;
	width:300px;
	position:relative;
}
.forgetpwd2 li img{
	width:300px;
	height:50px;
}
.forgetpwd2 li h3{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	position:absolute;
	top: 0px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
	line-height:50px;
}
.forgetpwd2 li p{
	font-size:14px;
	color:#363636;
	line-height:50px;
}
.forgetpwd3{
	margin-top:50px;
	overflow:hidden;
}
.fpwd1{
	margin-bottom:25px;
	overflow:hidden;
}
.fpwd1 label{
	float:left;
	width:405px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.fpwd1 label b{
	color:#ff8b34;
	font-style:normal;
}
.fpwd1 input{
	float:left;
	width:320px;
	border:1px solid #e2e2e2;
	outline:none;
	line-height:38px;
	color:#444;
	padding-left:20px;
}
.fpwdform input::-webkit-input-placeholder{ 
	color: #b5b5b5; 
} 
.fpwdform input::-moz-input-placeholder{ 
	color: #b5b5b5; 
}
.fpwdform input::-ms-input-placeholder{ 
	color: #b5b5b5; 
}
.fpwd2{
	margin-bottom:25px;
	overflow:hidden;
}
.fpwd2 label{
	float:left;
	width:405px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.fpwd2 label b{
	color:#ff8b34;
	font-style:normal;
}
.fpwd2 input{
	float:left;
	width:235px;
	border:1px solid #e2e2e2;
	outline:none;
	line-height:38px;
	color:#444;
	padding-left:20px;
}
.fpwd2 img{
	float:left;
	margin:0px 15px 0px 6px;
	border:1px solid #e2e2e2;
	width:78px;
	height:40px;
}
.fpwd2 a{
	float:left;
	color:#005ba1;
	line-height:40px;
}
.fpwd3{
	margin-bottom:25px;
	overflow:hidden;
}
.fpwd3 label{
	float:left;
	width:405px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.fpwd3 label b{
	color:#ff8b34;
	font-style:normal;
}
.fpwd3 input{
	float:left;
	width:190px;
	border:1px solid #e2e2e2;
	outline:none;
	line-height:38px;
	color:#444;
	padding-left:20px;
}
.fpwd3 a{
	float:left;
	width:125px;
	color:#fff;
	text-align:center;
	background-color:#005ba1;
	line-height:40px;
	margin-left:6px;
}
.fpwd4{
	overflow:hidden;
	margin:0 auto 25px 425px;	
}
.fpwd4 input{
	width:320px;
	background-color:#ff7300;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:40px;
	border:none;
	cursor:pointer;
}

.cg{
	background: url(../images/goug.png) no-repeat left center;
    height: 46px;
    padding-left: 80px;
    line-height: 26px;
    margin: 0px auto 30px auto;
    width: 300px;
}
.cg h3{
	color: #005ba1;
    font-size: 18px;
}
.cg p{
	color:#999;
}
.cg a{
	color:#666;
}
.cg a:hover{
	color:#005ba1;
}


/*产品中心*/
.inner_pro{
	margin-bottom:50px;
	overflow:hidden;
}
.pro1{
	margin-top:13px;
	height:31px;
}

.pro-menu li{
	float:left;
	position:relative;
}
.pro-menu li a{
	display:block;
	color:#878787;
	padding-right:18px;
	background:url(../images/jtt.jpg) no-repeat right center;
	border:1px solid #e2e2e2;
	padding:0px 30px;
	line-height:29px;
}
.pro-menu li:hover a{
	background:url(../images/jtt_h.jpg) no-repeat right center;
	border:1px solid #005ba1;
	color:#005ba1;
	border-bottom:1px solid #fff;
	position:relative;
	z-index:9999;
}
.pro-menu li a:hover{
	background:url(../images/jtt_h.jpg) no-repeat right center;
	border:1px solid #005ba1;
	color:#005ba1;
	border-bottom:1px solid #fff;
	position:relative;
	z-index:9999;
}
.pro-menu ul{
	background-color:#fff;
	border:1px solid #005ba1;
	position: absolute;
	display:none;
	left: 0px;
	top:30px;
	max-height:82px;
	overflow: auto;
	z-index: 999;
	width:1198px;
	padding:10px 15px;
}
.pro-menu ul li{
	float: left;
	position: static;
	text-align: center;
    
}
.pro-menu li:hover ul li a{
	background:none;
	border:none;
}
.pro-menu ul li a{
	display: block;
	font-size: 12px;
	position: static;
	color:#686868 !important;
	background:none;
	line-height: 30px;
	border:none;
	padding: 0px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-menu ul li a:hover{
	color:#005ba1 !important;
	background:none;
	border:none;
}
.pro-menu ul.subnav {
	display: block;
}

.pro2{
	overflow:hidden;
}
.headerSelected-new {
	float: left;
	width:1198px;
	display:none;
}
.headerSelected-new .hq {
	border: 1px dashed #005ba1;
	padding: 3px;
	margin:12px 20px 12px 0px;
	float: left;
	display:none;
}
.headerSelected-new .hq i {
	font-weight: normal;
	font-style: normal;
	color: #666;
	padding: 0 4px;
}
.headerSelected-new .hq a {
	font-weight: normal;
	font-style: normal;
	padding: 0 2px;
	color: #005ba1;
}
.heightT {
	height: 24px !important;
}

.n_goodstj{
	width: 1200px;
	margin:0 auto;
	margin-top:13px;
}
.n_goodstj ul {
    float: left;
    width: 1198px;
    overflow: hidden;
    border: 1px #E2E2E2 solid;
	border-bottom: none;
}
.n_goodstj ul li.close{
	height:41px;
	overflow:hidden;
}
.n_goodstj ul li{
    width: 1198px;
    padding: 7px 10px;
    border-bottom: 1px solid #e2e2e2;
	overflow:hidden;
}
.n_goodstj ul li h3{
	float: left;
    width: 112px;
	font-size:12px;
	font-weight:normal;
    padding-left: 20px;
    color: #444;
    line-height: 40px;
    border-right: 1px solid #e2e2e2;
    background: #f1f1f1;
	position:relative;
	top: -7px;
    left: -10px;
}
.n_goodstj ul li span{
    float: left;
    width: 920px;
	line-height:24px;
    color: #333333;
    margin-right: 20px;
}
.n_goodstj ul li.close span a {
    margin-bottom: 10px;
}
.n_goodstj ul li span a.on {
    background: #005ba1;
    color: #fff;
}
.n_goodstj ul li span a:hover.on{
    background: #005ba1;
    color: #fff;
}
.n_goodstj ul li span a{
	float: left;
    padding: 0 6px;
    margin-right: 10px;
	font-size:12px;
	color:#686868;
}
.n_goodstj ul li span a:hover{
	color:#005ba1;
}
.n_goodstj ul li i{
    border: 1px solid #e2e2e2;
    width: 56px;
	line-height:22px;
	color:#686868;
    float: left;
	font-size:12px;
	padding-left:7px;
    cursor: pointer;
}
.n_goodstj ul li i:hover{
	border: 1px solid #005ba1;
	color:#005ba1;
}
.n_goodstj ul li.close i{
    background: url(../images/xia.png) no-repeat right center;
}
.n_goodstj ul li.close i:hover {
    background: url(../images/shang.png) no-repeat right center;
}
.n_goodstj ul li .morechange{
	float: right;
    color: #686868;
    font-size: 12px;
    right: 13px;
    border: 1px solid #e2e2e2;
    width: 56px;
    line-height: 22px;
    padding-left: 22px;
    cursor: pointer;
    background: url(../images/zengjia.png) no-repeat 7px center;
    
}
.n_goodstj ul li .morechange:hover{
	border: 1px solid #005ba1;
	color:#005ba1;
	 background: url(../images/zengjia_h.png) no-repeat 7px center;
}
.n_goodstj ul li.open {
    height: auto;
}
.n_goodstj ul li.open span {
    height: auto;
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
}
.n_goodstj ul li span {
    line-height: 25px;
    display: inline-block;
}
.n_goodstj ul li.open i {
    background: url(../images/shang.png) no-repeat right center;
	border: 1px solid #005ba1;
	color:#005ba1;
}
.n_goodstj ul li.open i:hover {
    background: url(../images/shang.png) no-repeat right center;
	border: 1px solid #005ba1;
	color:#005ba1;
}
.n_goodstj ul li .checkbox {
    display: none;
}
.n_goodstj ul li .checkbox span {
    width: 933px;
    margin-left: 7px;
    max-height: 202px;
    overflow-y: auto;
}
.n_goodstj ul li .checkbox span .moreChange1 {
    padding: 3px 5px;
    float: left;
}
.n_goodstj ul li .checkbox span .package1 {
    padding-bottom: 8px;
    margin-right: 11px;
    font-weight: normal;
    font-style: normal;
    float: left;
}
.n_goodstj ul li .checkbox span .bgimg-nocheck {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 8px;
    background: url(../images/checkbox002.png) no-repeat;
}
.n_goodstj ul li .checkbox span .bgimg-checked .bgimg-nocheck{
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 8px;
    background: url(../images/checkbox001.png) no-repeat;
}
.n_goodstj ul li .checkbox .determination {
    margin-left: 386px;
    float: left;
    text-align: center;
}
.n_goodstj ul li .checkbox .determination .right,.checkError {
    margin: 0 6px 7px 6px;
    float: left;
    display: block;
    width: 54px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
}
.error {
    margin: 0 6px 7px 6px;
    float: left;
    display: block;
    height: 24px;
    background: #fff;
    border-radius: 4px;
}
.n_goodstj ul li .checkbox .determination .right:hover,.checkError:hover{
	color:#005ba1;
}
.n_goodstj ul li .checkbox .determination .right1 {
    margin: 0 6px 7px 6px;
    float: left;
    display: block;
    width: 54px;
    height: 26px;
	line-height:24px;
    border: 1px solid #ddd;
    background: #005ba1;
    border-radius: 4px;
    color: #fff;
	font-size: 12px;
}
.n_goodstj ul li .checkbox .determination .right1:hover {
    color: #fff;
}
.p_line{
	width:1200px;
	height:14px;
	cursor:pointer;
}
.p_content{
	display:none;
}
.p_line1{
	width:1200px;
	height:14px;
	cursor:pointer;
	display:block;
}
/*修改产品参数下拉*/
.n_goodstj ul li{
	display: none;
}
.n_goodstj ul li:nth-child(-n+7){
	display: block;
}



.pro3{
	margin-top:20px;
	overflow:hidden;
}
.pro3_top{
	overflow:hidden;
}
.screenbar {
    float: left;
    width: 1198px;
    border: 1px #e2e2e2 solid;
    height: 39px;
    line-height:37px;
    background: #efefef;
}
.screenbar ul {
    float: left;
}
.screenbar ul li {
    float: left;
    border-right:1px #e2e2e2 solid;
	+ width:54px;
	+ height: 45 px;
}

.screenbar ul li.on {
    background: #005ba1;
    height: 39px;
    position: relative;
    top: -1px;
}

.screenbar ul li.on a {
    color: #FFFFFF;
	font-size:12px;
}
.screenbar ul li.on a:hover {
    color: #FFFFFF;
	font-size:12px;
}

.screenbar ul li.on i {
    background: url(../images/sort_w.png) no-repeat right center;
}



.screenbar ul li.on b {
    background-position: 0px -157px;
}



.screenbar ul li a {
    float: left;
    padding: 0px 12px;
	font-size:12px;
	color:#787878;
}
.screenbar ul li a:hover{
	color:#005ba1;
}

.screenbar ul li a i {
	 float: right;
	 height: 9px;
	 width: 12px;
	 margin-top: 15px;
	 margin-left: 4px;
	 background: url(../images/sort.png) no-repeat right center;
 }

.screenbar ul li.on:hover i {
    background: url(../images/sort_w.png) no-repeat right center;
}

.screenbar ul li:hover a span i {
   background: url(../images/priceb.png) no-repeat  right 2px;
}
.screenbar ul li:hover a i {
   background: url(../images/sort_h.png) no-repeat right center;
}

.sort_t{
	float: right;
	height: 9px;
	width: 12px;
	margin-top: 15px;
	margin-left: 4px;
	background: url(../images/sort_t.png) no-repeat right center !important;
}

.screenbar ul li a span {
    height: 18px;
    width: 12px;
    float: right;
    margin-top: 10px;
}

.screenbar ul li a span b {
    float: right;
    height: 9px;
    width: 12px;
    background: url(../images/pricet.png) no-repeat right 2px;
}

.screenbar ul li a span i {
    float: right;
    height: 9px;
    width: 12px;
    margin: 0px;
    background: url(../images/priceb.png) no-repeat  right 2px;
}

.screenbar .priceform{
    float: left;
    padding: 0 10px;
    height: 38px;
    border-right: 1px solid #e2e2e2;
}
.screenbar .priceform input {
    float: left;
    border: 1px solid #e2e2e2;
    width: 57px;
    padding: 0px;
    margin-top: 9px;
    height: 21px;
    line-height: 19px;
    background: #FFFFFF;
    color: #bdbdbd;
	text-align: center;
	font-size:12px;
}
.screenbar .priceform i {
    float: left;
    padding: 0 5px;
}
.screenbar .priceform a {
    float: left;
    border: 1px #E2E2E2 solid;
    width: 38px;
	height: 21px;
    line-height: 19px;
    text-align: center;
    background: #fff;
    margin-top: 9px;
    margin-left: 10px;
	color: #929292;
	font-size:12px;
}
.screenbar .ppnum {
    float: left;
    margin-left: 295px;
	border-right: 1px #E2E2E2 solid;
	padding:0px 13px;
}
.screenbar .ppnum i {
    color: #005ba1;
	font-size:12px;
	padding:0px 9px;
}
.pfenye{
	float:right;
	margin-right:10px;
}
.pfenye dl .current{
	color:#005ba1;
}
.pfenye dt{
	float:left;
	padding:0px 18px 0px 12px;
	font-size:12px;
}
.pfenye dd{
	float:left;
}
.pfenye dd a img{
	margin-top:9px;
}

.pro3_center{
	margin-top:20px;
	position:relative;
}
.cp_top{
    position: absolute;
  	top: -59px;
    right: 140px;
}
#menu3{
	float:left;
}
#menu3 li{
	cursor:pointer;
	color:#787878;
	text-align:center;
	float:left;
	width:86px;
	font-size:12px;
	line-height:37px;
	background-color:#ededed;
	border:1px solid #e2e2e2;
	padding-left:15px;
}
#menu3 li.hover{
	color: #fff;
	border:1px solid #005ba1;
}
#menu3 li#t1{
	background:url(../images/t1.png) no-repeat 15px center;
}
#menu3 li.hover#t1{
	background:#005ba1 url(../images/t1_h.png) no-repeat 15px center;
}
#menu3 li#t2{
	background:url(../images/t2.png) no-repeat 15px center;
}
#menu3 li.hover#t2{
	background:#005ba1 url(../images/t2_h.png) no-repeat 15px center;
}
.cp_bottom{
	clear:both;
	margin-top:6px;
}
#main3 ul{
	display: none;
}
#main3 ul.block{
	display: block;
}
.p_datu{
	overflow:hidden;
}
.p_datu dl{
	float:left;
	width:290px;
	border: 1px solid #dcdbdb;
    padding: 17px;
	margin-right: 13px;
	margin-bottom:15px;
    overflow: hidden;
}
.p_datu dl:hover{
	border: 1px solid #005ba1;
	box-shadow:0px 0px 10px #ccc;
}
.p_datu dl:nth-child(4n){
	margin-right:0;
}
.p_datu dl a{
	display:block;
}
.p_pro1_t{
	overflow:hidden;
}
.p_pro1_t img{
	display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.p_pro1_t p{
	float:left;
	color:#005ca1;
	line-height:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 190px;
}
.p_pro1_t span{
	float:right;
	color:#ff7200;
	font-size:18px;
	line-height:30px;
}
.p_pro1_t span i{
	font-weight:bold;
	font-style:normal;
}
.p_pro1_c{
	margin-bottom:10px;
	overflow:hidden;
}
.p_pro1_c p{
	color:#888;
	font-size:12px;
	line-height:22px;
	height: 45px;
}
.p_pro1_b{
	overflow:hidden;
	border: 1px solid #e2e2e2;
}
.p_pro1_b .collection{
	float:left;
	width: 101px;
    border-right: 1px solid #e2e2e2;
    text-align: center;
	cursor: pointer;
}
.p_pro1_b .collection .icon-favorite{
	font-size: 12px;
    color: #686868;
    padding-left: 17px;
    line-height: 26px;
    background: url(../images/heart.png) no-repeat 14px center;
}
.p_pro1_b .collection:hover .icon-favorite{
	background: url(../images/heart_h.png) no-repeat 14px center;
	color: #005ba1;
}
.p_pro1_b .collection .icon-yscfavorite{
	color: #005ba1;
    padding-left: 17px;
    line-height: 26px;
	font-size:12px;
    background: url(../images/heart_c.png) no-repeat 14px center;
}
.p_pro1_b .addcart{
	float:left;
	width: 80px;
    text-align: center;
	cursor: pointer;
}
.p_pro1_b .addcart .icon-cart{
	color: #005ba1;
	line-height:26px;
    font-size: 12px;
}
.p_pro1_b .contrast{
	float:left;
	width: 71px;
    text-align: center;
	cursor: pointer;
	border-right: 1px solid #e2e2e2;
}
.p_pro1_b .contrast .db-nocheck {
    float: left;
    width: 14px;
    height: 14px;
	margin:6px 0px 0px 10px;
    background: url(../images/checkbox002.png) no-repeat;
}
.p_pro1_b .contrast.db-checked .db-nocheck{
    float: left;
    width: 14px;
    height: 14px;
	margin:6px 0px 0px 10px;
    background: url(../images/checkbox001.png) no-repeat;
}
.p_pro1_b .contrast a{
	line-height:26px;
    font-size: 12px;
    color: #686868;
}
.pro3_bottom{
	padding:30px 0px 0px 0px;
	color:#666;
	clear:both;
	float: right;
}
.pro3_bottom a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#fff;
	margin:0px 2px;
}
.pro3_bottom a:hover{
	color:#fff;
	background-color:#005ba1;
	border:1px solid #005ba1;
}
.pro3_bottom a.active {
	display:inline-block ;
	color:#fff;
	background-color:#005ba1;
	border:1px solid #005ba1;
}
.pro3_bottom span{
	color:#898989;
	font-size:12px;
}
.pro3_bottom span input{
	color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
	line-height:28px;
	background-color:#fff;
	margin:0px 10px;
	width: 50px;
}
.pro3_bottom span.zxfokbtn{
	display: inline-block;
	background-color:#ddd;
	color:#282828;
	margin:0px 10px;
	width: 50px;
	line-height:28px;
	text-align:center;
}
.p_liebiao{
	overflow:hidden;
}
.liebiao_title{
	border:1px solid #deeaf7;
	background: #f8fbfe;
    width: 1200px;
    height: 38px;
    line-height: 36px;
	top: 0;
    z-index: 10;
}
.liebiao_title span{
	float:left;
	color:#005ba1;
	text-align:center;
	border-right:1px solid #deeaf7;
}
.liebiao_title span:last-child{
	border-right:0;
}
.tw1{
	width:60px;
}
.tw2{
	width:302px;
}
.tw3{
	width:278px;
}
.tw4{
	width:132px;
}
.tw5{
	width:145px;
}
.tw6{
	width:99px;
}
.tw7{
	width:182px;
}
.add-shop-cart{
	color:#fff !important;
	background:#ff7200 url(../images/cart_h.png) no-repeat 35px center;
	padding-left:20px;
}
.liebiao_con{
	border:1px solid #e2e2e2;
	overflow:hidden;
}
.liebiao_con dl{
	background-color:#fff;
	overflow:hidden;
	border-bottom:1px solid #e2e2e2;
	cursor:pointer;
}
.liebiao_con dl:last-child{
	border-bottom:none;
}
.liebiao_con dl:hover{
	background-color:#f8fbfe;
}
.liebiao_con dl div{
	float:left;
	border-right:1px solid #e2e2e2;
	padding: 11px 0px;
	height: 127px;
	overflow:hidden;
}
.liebiao_con dl div:last-child{
	border-right:none;
}
.lb1_pro .lb-nocheck {
    float: left;
    width: 14px;
    height: 14px;
	margin:48px 0px 0px 24px;
    background: url(../images/checkbox002.png) no-repeat;
	cursor:pointer;
}
.lb1_pro .lb-checked {
    float: left;
    width: 14px;
    height: 14px;
	margin:48px 0px 0px 24px;
    background: url(../images/checkbox001.png) no-repeat;
	cursor:pointer;
}
.lb2_pro a{
	display:block;
}
.lb2_pro a img{
	float:left;
	width:105px;
	height:105px;
	border:1px solid #e2e2e2;
	margin-left:24px;
}
.lb2_pro a p{
	float:left;
	margin-left:10px;
	color:#686868;
	line-height:105px;
}
.lb3_pro p{
	color:#686868;
	line-height:25px;
	padding: 15px 40px;
	overflow:hidden;
	height: 95px;
}
.lb4_pro p{
	text-align:center;
	color:#ff7200;
	font-size:16px;
    line-height: 105px;	
}
.lb4_pro p i{
	font-style:normal;
}
.lb5_pro{
	text-align:center;
}
.lb5_pro p{
	margin-top: 20px;
	color:#686868;
	line-height:30px;
}
.lb5_pro span{
	display:inline-block;
	width:69px;
	margin:0 auto;
	line-height:24px;
	background-color:#ff7200;
	color:#fff;
	font-size:12px;
}
.lb6_pro{
	text-align:center;
}
.lb6_pro .icon-sc{
	float:left;
	width:20px;
	height:18px;
    margin: 44px 0px 0px 40px;
    background: url(../images/heart1_h.png) no-repeat;
	cursor:pointer;
}
.lb6_pro .icon-ysc{
	float:left;
	width:20px;
	height:18px;
    margin: 44px 0px 0px 40px;
    background: url(../images/heart1_c.png) no-repeat;
	cursor:pointer;
}
.lb7_pro {
	padding-top: 50px !important;
}
.lb7_pro a.btn-reduce{
	float:left;
	border:1px solid #dcdbdb;
	width:26px;
	line-height:26px;
	color:#b8b8b8;
	text-align:center;
	background-color:#f6f6f6;
	border-right: none;
	margin-left: 25px;
}
.lb7_pro input{
	float:left;
	border:1px solid #dcdbdb;
	width:48px;
	line-height:26px;
	outline:none;
	color:#b8b8b8;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#fff;
}
.lb7_pro a.btn-add{
	float:left;
	border:1px solid #dcdbdb;
	width:26px;
	line-height:26px;
	color:#b8b8b8;
	text-align:center;
	background-color:#f6f6f6;
	border-left: none;
}
.lb7_pro span{
	float:left;
	color:#888;
	line-height:28px;
	padding-left:18px;
}

/*产品对比*/
.cpcontrast{
	display:none;
	width: 1200px;
    position: fixed;
    left: 50%;
    margin-left: -600px;
    bottom: 0px;
    z-index: 10000;
}
.cpcontrast_title{
	background-color:#005ba1;
	line-height:49px;
	overflow:hidden;
	padding:0px 22px;
}
.cpcontrast_title p{
	float:left;
	color:#fff;
	font-size:16px;
}
.cpcontrast_title a{
	float:right;
	color:#6ab1e8;
}
.cpcontrast_con{
	border:1px solid #dcdbdb;
	border-top:none;
	overflow:hidden;
	padding:28px 15px;
	background-color:#fff;
}
.cpscroll{
	float:left;
}
#owl-demo2{
	float:left;
	width:1000px;
	margin:0 auto;
}
#owl-demo2 .item{
	display: block;
    margin:0px 10px;
	position:relative;
}
.cpscroll_img{
	float:left;
	overflow:hidden;
	border:1px solid #e2e2e2;
}
.cpscroll_img a{
	display:block;
}
.cpscroll_img img{
	width:105px;
	height:105px;
}
.cpscroll_txt{
	margin-left: 125px;
}
.cpscroll_txt1{
	margin-bottom:5px;
	overflow:hidden;
}
.cpscroll_txt1 h3{
	color:#005ba1;
	font-weight:normal;
	margin-bottom:10px;
}
.cpscroll_txt1 h3 a{
	color:#005ba1;
}
.cpscroll_txt1 p{
	color:#686868;
	font-size:12px;
	line-height:25px;
}
.cpscroll_txt2{
	line-height:26px;
}
.cpscroll_txt2 p{
	float:left;
	color:#ff7200;
}
.cpscroll_txt2 p i{
	font-style:normal;
}
.cpscroll_txt2 span{
	float:right;
	color:#005ba1;

}
#owl-demo2 .owl-pagination{
	display:none;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons{
	margin-top:0;
	position:inherit;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 30%;
	margin: 0;
	padding:0;
	opacity:1;
	width: 16px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:-10px;
	background:url(../images/zuo.png) no-repeat left center;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next{
	right:-10px;
	background:url(../images/you.png) no-repeat right center;
}
.dbqk{
	float:right;
	width:135px;
	margin:0 auto;
	margin-top: 20px;
    border-left: 1px solid #ddd;
	text-align:center;
}
.dbqk a{
	display:block;
}
.dbqk a.dbqk_db{
	background-color:#ff7200;
	line-height:35px;
	width:87px;
	margin:0 auto;
	border-radius:5px;
	color:#fff;
	text-align:center;
	margin-bottom:15px;
}
.dbqk a.dbqk_qk{
	color:#005ba1;
}
.r_cpdb{
	display:none;
}


/*产品对比页面*/
.inner_contrast{
	margin-bottom:50px;
	overflow:hidden;
}
.inner_procontrast{
	margin-top:50px;
}
.procontrast_fl{
	width:147px;
	border:1px solid #dcdbdb;
	overflow:hidden;
}
.procontrast_fl li{
	color:#303030;
	background-color:#f5f5f5;
	text-align:center;
	overflow:hidden;
	border-bottom:1px solid #dcdbdb;
}
.procontrast_fl li:last-child{
	border-bottom:none;
}
.cpdb1{
	line-height:37px;
	height:37px;
}
.cpdb2{
	height:220px;
	line-height:220px;
}
.cpdb3{
	height:85px;
	line-height:85px;
}
.cpdb4{
	line-height:51px;
	height:51px;
}

.procontrast_fr{
	width:1053px;
	border:1px solid #dcdbdb;
	border-left:none;
}
#owl-demo3{
	width:1053px;
	margin:0 auto;
}
#owl-demo3 .owl-item{
	
}
#owl-demo3 .owl-item:last-child{
	
}
#owl-demo3 .item{
	display: block;
	position:relative;
}
#owl-demo3 .item li{
	border-bottom:1px solid #dcdbdb;
	border-right:1px solid #dcdbdb;
	text-align:center;
	color:#686868;
}
#owl-demo3 .owl-item li:last-child{
	border-bottom:none;
}
#owl-demo3 .owl-pagination{
	display:none;
}
#owl-demo3.owl-theme .owl-controls{
	margin-bottom:0;
	position: absolute;
    right: 0;
    top: 0;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons{
	margin-top:0;
	position:inherit;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: -38px;
	margin: 0;
	padding:0;
	opacity:1;
	width: 16px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev {
	right:32px;
	background:url(../images/zuo.png) no-repeat right center;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{
	right:0px;
	background:url(../images/you.png) no-repeat right center;
}

.p_db1{
	text-align:center;
	color:#686868;
	position:relative;
}
.p_db1 a{
	color:#686868;
}
.dbcha{
	position:absolute;
	width: 37px;
	right:0px;
	top:0px;
}
.p_db2{
	
}
.p_db2 a{
	display:block;
}
.p_db2 a img{
	margin-top: 20px;
	width:180px;
	height:180px;
	margin-left:auto;
	margin-right:auto;
}
.p_db4{
	
}
.p_db4 p{
	color:#ff7200;
	font-weight:bold;
}
.p_db4 p i{
	font-style:normal;
	font-weight: bold;
}
.p_db21{
	line-height: 30px;
    padding: 13px 20px;
}
.p_db2_fl{
	float:left;
	margin:12px 0px 0px 75px;
}
.p_db2_fl a.btn-reduce{
	float:left;
	border:1px solid #dcdbdb;
	width:26px;
	line-height:26px;
	color:#b8b8b8;
	text-align:center;
	background-color:#f6f6f6;
	border-right: none;
}
.p_db2_fl input{
	float:left;
	border:1px solid #dcdbdb;
	width:48px;
	line-height:26px;
	outline:none;
	color:#b8b8b8;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#fff;
}
.p_db2_fl a.btn-add{
	float:left;
	border:1px solid #dcdbdb;
	width:26px;
	line-height:26px;
	color:#b8b8b8;
	text-align:center;
	background-color:#f6f6f6;
	border-left: none;
}
.p_db2_fr{
	float:left;
	margin:12px 0px 0px 5px;
}
.p_db2_fr a{
	display:block;
	width:87px;
	line-height:28px;
	color:#fff;
	background-color:#ff7200;
	font-size:12px;
}


/*产品详情*/
.inner_proshow{
	overflow:hidden;
}
.proshow_top{
	margin-bottom:30px;
	overflow:hidden;
}
.proshow_top_fl{
	width:447px;
}
.proshow_top_fr{
	width:705px;
}
.proshow_top_fr1{
	margin-bottom:25px;
	overflow:hidden;
}
.proshow_top_fr1 p{
	float:left;
	font-size:18px;
	color:#000;
	font-weight:bold;
	line-height: 26px;
}
.proshow_top_fr1 span{
	float:right;
}
.proshow_top_fr1 .icon-xqsc{
	font-size: 12px;
    color: #005ba1;
    padding-left: 22px;
    line-height: 26px;
    background: url(../images/heart2.png) no-repeat left center;
	cursor:pointer;
}
.proshow_top_fr1 .icon-xqysc{
    padding-left: 22px;
	color: #005ba1;
    line-height: 26px;
	font-size:12px;
    background: url(../images/heart2_h.png) no-repeat left center;
	cursor:pointer;
}
.proshow_top_fr2{
	background-color:#f0f0f0;
	overflow:hidden;
	padding:24px 30px;
	margin-bottom:25px;
}
.proshow_top_fr2 .yjj{
	color:#000;
	margin-bottom: 5px;
}
.proshow_top_fr2 .yjj span{
	color:#ff8b34;
	font-size:18px;
}
.proshow_top_fr2 .yjj span i{
	font-style:normal;
}
.proshow_top_fr2 .yj span{
	text-decoration:line-through;
}
.proshow_top_fr2 .yj{
	color:#7b7b7b;
}
.proshow_top_fr2 .yj i{
	font-style:normal;
}
.proshow_top_fr3{
	margin-bottom:45px;
	overflow:hidden;
}
.proshow_top_fr3 dl{
	margin-bottom:12px;
	overflow:hidden;
}
.proshow_top_fr3 dl dt{
	float:left;
	color:#9f9f9f;
}
.proshow_top_fr3 dl dd{
	float:left;
	color:#000;
}
.proshow_top_fr3 dl dd span{
	display:inline-block;
	background-color:#ff7300;
	text-align:center;
	color:#fff;
	width:68px;
	line-height:21px;
	margin-left:15px;
}
.proshow_top_fr3 dl dd a{
	color:#005ba1;
	margin-left:10px;
}
.proshow_top_fr4{
	margin-bottom:10px;
	border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 11px 0px;
}
.proshow_top_fr4_fl{
	float:left;
	margin-top: 8px;
}
.proshow_top_fr4_fl a.btn-reduce{
	float:left;
	border:1px solid #dcdbdb;
	width:26px;
	line-height:26px;
	color:#b8b8b8;
	text-align:center;
	background-color:#f6f6f6;
	border-right: none;
}
.proshow_top_fr4_fl input{
	float:left;
	border:1px solid #dcdbdb;
	width:48px;
	line-height:26px;
	outline:none;
	color:#b8b8b8;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#fff;
}
.proshow_top_fr4_fl a.btn-add{
	float:left;
	border:1px solid #dcdbdb;
	width:26px;
	line-height:26px;
	color:#b8b8b8;
	text-align:center;
	background-color:#f6f6f6;
	border-left: none;
}
.proshow_top_fr4_fr{
	float:left;
	margin-left:30px;
}
.proshow_top_fr4_fr a{
	display:block;
	font-size:16px;
	color:#fff;
	text-align:center;
	width:154px;
	line-height:44px;
	border-radius:5px;
	padding-left: 30px;
	background:#ff7300 url(../images/cart_h.png) no-repeat 18px center;
}
.proshow_top_fr5{
	margin-top: 20px;
	overflow:hidden;
}
.proshow_top_fr5 h3{
	float:left;
	font-size:12px;
	color:#000;
	line-height:20px;
	font-weight:normal;
    margin-right: 8px;	
}
.proshow_top_fr5 ul{
	float:left;
}
.proshow_top_fr5 ul li{
	float:left;
	font-size:12px;
	color:#000;
	line-height:20px;
	width:105px;
}
.proshow_top_fr5 ul li img{
	float:left;
	width:24px;
	height:20px;
	margin-right:10px;
}

.proshow_center{
	margin-bottom:20px;
	overflow:hidden;
}
.proshow_center a{
	display:block;
	width:1200px;
	height:96px;
}

.proshow_bottom{
	margin-bottom:50px;
	overflow:hidden;
}
.proshow_bottom_fl{
	width:200px;
	border:1px solid #e2e2e2;
	overflow:hidden;
}
.proshow_bottom_fl_title{
	background-color:#eee;
	line-height:36px;
	border-bottom:1px solid #e2e2e2;
	text-align:center;
}
.proshow_bottom_fl_title p{
	color:#2e2e2e;
}
.proshow_bottom_fl_con{
	padding:14px;
	overflow:hidden;
}
.proshow_bottom_fl_con li{
	overflow:hidden;
	width:172px;
}
.proshow_bottom_fl_con li a{
	display:block;
}
.proshow_bottom_fl_con li a img{
	width:172px;
	height:172px;
	border:1px solid #e2e2e2;
}
.proshow_bottom_fl_con li a p{
	text-align:center;
	color:#7a7a7a;
	padding:15px 0px;
	overflow:hidden;
}
.proshow_bottom_fl_con li a:hover img{
	border:1px solid #005ba1;
}
.proshow_bottom_fl_con li a:hover p{
	color:#005ba1;
}
.proshow_bottom_fr{
	width:980px;
}
#tabs4{
	
}
.proshow_bottom_fr1{
	overflow:hidden;
	background-color: #eee;
}
#menu4 li{
	cursor:pointer;
	text-align:center;
	float:left;
	width:117px;
	height:36px;
    line-height: 36px;
    text-align: center;
    color: #2e2e2e;
}
#menu4 li.hover{
	color:#fff;
	background-color:#005ba1;
}
.proshow_bottom_fr2{
	clear:both;
	border:1px solid #e2e2e2;
	border-top: 1px solid #005ba1;
	overflow:hidden;
}
#main4 ul{
	display: none;
}
#main4 ul.block{
	display: block;
}
.spjs{
	padding:45px;
	overflow:hidden;
	color:#2e2e2e;
	line-height:25px;
}
.ggybz{
	padding:45px;
	overflow:hidden;
	color:#2e2e2e;
	line-height:25px;
}
.shybz{
	padding:45px;
	overflow:hidden;
	color:#2e2e2e;
	line-height:25px;
}
.sppj{
	overflow:hidden;
}
.sppj_top{
	padding:30px 35px;
	overflow:hidden;
}
.sppj_top_fl{
	float:left;
}
.sppj_top_fl h3{
	font-weight:normal;
	color:#9f9f9f;
}
.sppj_top_fl p{
	font-size:36px;
	color:#ff7300;
}
.sppj_top_fl p span{
	font-size:24px;
}
.sppj_top_fr{
	float:left;
	margin-left:35px;
}
.sppj_top_fr dl dd{
	float:left;
	line-height:25px;
	border:1px solid #e2e2e2;
	overflow:hidden;
	text-align:center;
	color:#999;
	border-radius:5px;
	margin-right:10px;
	padding:0px 10px;
}
.sppj_top_fr dl dd:last-child{
	margin-right:0;
}
.sppj_bottom{
	margin-bottom:30px;
	overflow:hidden;
}
.sppj_bottom1{
	height:37px;
	background-color:#f8f8f8;
}
.sppj_bottom1 dl dd:first-child{
	margin-left:40px;
}
.sppj_bottom1 dl dd{
	float:left;
	line-height:37px;
	margin:0px 25px;
}
.sppj_bottom1 dl dd a{
	display:block;
	color:#999;
}
.sppj_bottom2{
	padding:22px;
	overflow:hidden;
}
.sppj_bottom2 dl{
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
	padding:15px 0px;
}
.sppj_bottom2_fl{
	float:left;
	width:95px;
	margin-right:70px;
}
.sppj_bottom2_fl a{
	display:block;
}
.sppj_bottom2_fl a img{
	width: 25px;
    height: 25px;
    border-radius: 180px;
	float:left;
	margin-right:35px;
	display: none;
}
.sppj_bottom2_fl a p{
	color:#999;
	line-height: 25px;
	text-align:center;
}
.sppj_bottom2_fr{
	float:left;
}
.plxing{
	margin-bottom:10px;
	overflow:hidden;
}
.plxing img{
	float:left;
	margin-right:3px;
}
.plxq{
	line-height:25px;
	color:#999;
	margin-bottom:10px;
	overflow:hidden;
}
.plfs{
	overflow:hidden;
	color:#999;
	line-height:25px;
	font-size:12px;
}
.plfs p{
	float:left;
	margin-right:30px;
}
.plfs em{
	float:left;
	font-style:normal;
}



/*产品弹框*/
.add_ok{
	width: 400px;
	background-color: #fff;
	overflow: hidden;
	padding: 40px;
	border-radius: 10px;
	border: 2px solid #005ba1;
}
.tip{
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 20px;
}
.tip p{
	background: url("../images/dui1.png") no-repeat left center;
	width: 260px;
	margin: 0 auto;
}
.go{
	width: 260px;
	margin: 0 auto;
}
.go .back{
	float: left;
	font-size: 16px;
	color: #005ba1;
	line-height: 35px;
}
.go .btn{
	float: right;
	width: 120px;
	line-height: 35px;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #005ba1;
}



/*video*/
.code1{
	z-index: 9999;
	position: fixed;
	top:25%;
	left: 20%;
	height:auto;
	display: none;
	width:60%;
	height:90%;	
}
.goodcover {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
.goodcover a{
	display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/close-icon.png) no-repeat;
    z-index: 99;
}
.theme-poptit {
	position: relative;
}
.plvideo{
	margin-bottom: 10px;
	overflow:hidden;
}
.plvideo_fl{
	float:left;
	width:107px;
	margin-right:10px;
}
.plvideo_fl a{
	display:block;
	cursor:pointer;
}
.plvideo_fl a img{
	width:107px;
	height:65px;
}
.plvideo_fr{
	float:left;
}
.plvideo_fr a{
	float:left;
	display:block;
	overflow:hidden;
	margin-right:10px;
}
.plvideo_fr img{
	width:107px;
	height:65px;
}


/*修改密码*/
.inner_fr_change {
	padding-top:45px;
	overflow:hidden
}
.inner_fr_change ul {
	margin-bottom:10px;
	overflow:hidden
}
.inner_fr_change ul li {
	margin-bottom:15px;
	overflow:hidden
}
.inner_fr_change ul li span {
	display:block;
	width:120px;
	float:left;
	height:40px;
	line-height:40px;
	text-align:right;
	color:#666;
	padding-right:10px
}
.inner_fr_change ul li span b{
	color: #ff8b34;
    font-style: normal;
}
.inner_fr_change ul li input {
	outline:0;
	height:40px;
	line-height:38px;
	border:1px solid #e2e2e2;
	width:294px;
	background:#fff;
	padding:0 10px
}
.inner_fr_change ul li input:focus {
	border:1px solid #ff7200;
	transition:.5s;
}
.inner_fr_change .tijiao {
	background:#ff7200;
	width:87px;
	height:35px;
	text-align:center;
	line-height:35px;
	border-radius:5px;
	margin-left:120px
}
.inner_fr_change .tijiao:hover {
	cursor:pointer;
	background:#e16704
}
.inner_fr_change .tijiao input {
	background:0;
	border:0;
	width:87px;
	color:#fff;
	cursor:pointer
}
.inner_paysuccess {
	padding-bottom:145px;
	overflow:hidden
}
.inner_paysuccess .paysuccess1 {
	margin-top:21px;
	overflow:hidden;
	margin-bottom:29px
}
.inner_paysuccess .paysuccess1 li {
	text-align:center;
	margin-right:1px;
	float:left;
	width:299px;
	position:relative
}
.inner_paysuccess .paysuccess1 li img {
	width:300px;
	height:50px
}
.inner_paysuccess .paysuccess1 li h3 {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-150px;
	width:300px;
	line-height:50px
}
.inner_paysuccess .paysuccess1 li p {
	font-size:16px;
	color:#363636;
	line-height:33px
}
.paysuccess2 {
	border:1px solid #cde4f6;
	padding:50px 0
}
.paysuccess2 .pay1 {
	font-size:25px;
	color:#242424;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	margin-bottom:22px
}
.paysuccess2 .pay1 img {
	vertical-align:middle;
	margin-right:10px
}
.paysuccess2 .pay2 {
	text-align:center;
	color:#6d6d6d;
	margin-bottom:29px
}
.paysuccess2 .pay3 {
	text-align:center
}
.paysuccess2 .pay3 a {
	color:#005ba1;
	display:inline-block;
	padding:0 10px
}
.paysuccess2 .pay3 .line {
	width:1px;
	height:12px;
	display:inline-block;
	background:#d9d9d9
}
.paysuccess3 {
	color:#6d6d6d;
	line-height:50px
}
.inner_fr_address .address-title {
	margin-top:16px;
	overflow:hidden;
	margin-bottom:6px
}
.inner_fr_address .address-title h3 {
	float:left;
	color:#ff7200;
	font-size:12px;
	font-weight:bold
}
.inner_fr_address .address-title span {
	float:right
}
.inner_fr_address .address-title span a {
	display:block;
	background:url(../images/xinzeng.png) no-repeat center center;
	width:100px;
	height:21px;
	color:#a5a5a5;
	font-size:12px;
	text-align:center;
	line-height:21px;
	cursor:pointer;
}
.inner_fr_address dt {
	border:1px solid #ddd;
	height:40px;
	line-height:38px;
	margin-bottom:10px
}
.inner_fr_address dt span {
	font-size:12px;
	color:#343434;
	display:block;
	float:left;
	text-align:center
}
.inner_fr_address dt .aname {
	width:8%
}
.inner_fr_address dt .atel {
	width:16%
}
.inner_fr_address dt .aadd {
	width:23%
}
.inner_fr_address dt .acompany {
	width:26%
}
.inner_fr_address dt .caozuo {
	width:26%
}
.inner_fr_address dt .caozuo b {
	font-weight:normal;
	color:#999;
	margin-right:10px
}
.inner_fr_address dt .caozuo a {
	margin-right:10px;
	color:#005ba1;
}
.inner_fr_address .list02 {
	height:61px;
	line-height:59px;
	margin-bottom:5px
}
.hongbao-info {
	border:1px solid #e2e2e2;
	margin-top:15px;
	overflow:hidden;
	padding:15px 22px
}
.hongbao-info h3 {
	color:#686868;
	font-size:14px
}
.hongbao-info p {
	font-size:12px;
	color:#989898;
	line-height:24px
}
.hongbaolist {
	margin-top:20px;
	overflow:hidden;
	padding-bottom:20px
}
.hongbaolist .hongbao-top {
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	margin-bottom:20px
}
.hongbaolist .hongbao-top ul li {
	float:left;
	width:105PX;
	text-align:center;
	margin-right:72px;
	padding-bottom:13px;
	cursor:pointer
}
.hongbaolist .hongbao-top ul li h3 {
	color:#6d6d6d;
	font-size:14px;
	text-align:center
}
.hongbaolist .hongbao-top ul li h3 span {
	font-weight:normal;
	color:#ff7200
}
.hongbaolist .hongbao-top ul .on {
	border-bottom:3px solid #1d86d4
}
.hongbaolist .hongbao-top ul .on h3 {
	color:#373737;
	font-weight:bold
}
.hongbaolist .hongbao-show .h-info {
	display:none
}
.hongbaolist .hongbao-show ul {
	margin:0 -17px;
	overflow:hidden
}
.hongbaolist .hongbao-show ul li {
	margin:0 17px 21px 17px;
	float:left;
	width:218px;
	overflow:hidden
}
.hongbaolist .hongbao-show ul li .pic {
	width:218px;
	height:132px
}
.hongbaolist .hongbao-show ul li .hongbao-info1 {
	padding:20px 7px;
	overflow:hidden;
	background:#ff7200
}
.hongbaolist .hongbao-show ul li .hongbao-info1 h3 {
	font-size:16px;
	color:#fff;
	margin-bottom:4px
}
.hongbaolist .hongbao-show ul li .hongbao-info1 h3 span {
	font-size:30px;
	font-weight:normal
}
.hongbaolist .hongbao-show ul li .hongbao-info1 p {
	line-height:24px;
	color:#fff;
	font-size:12px
}
.hongbaolist .youhui ul li {
	width:220px;
	margin:0 16px 21px 16px
}
.hongbaolist .youhui ul li .youhui-info1 {
	width:220px;
	height:145px;
	padding:14px 12px;
	overflow:hidden;
	background:url(../images/y.png) no-repeat center center
}
.hongbaolist .youhui ul li .youhui-info1 h3 {
	font-size:16px;
	color:#fff;
	margin-bottom:16px
}
.hongbaolist .youhui ul li .youhui-info1 h3 span {
	font-size:30px;
	font-weight:normal
}
.hongbaolist .youhui ul li .youhui-info1 p {
	line-height:24px;
	color:#fff;
	font-size:12px
}
.hongbaolist .youhui ul li:hover {
	cursor:pointer
}
.hongbaolist .youhui ul li:hover .youhui-info1 {
	background:url(../images/yh.png) no-repeat center center
}
.page {
	text-align:center;
	overflow:hidden;
	color:#898989
}
.page a {
	display:inline-block;
	background:#fff;
	border:1px solid #e2e2e2;
	line-height:30px;
	padding:0 13px;
	height:32px;
	margin:0 0 0 7px;
	font-family:arial;
	font-size:12px;
	color:#898989
}
.page a:hover {
	background:#005ba1;
	color:#fff;
	border:1px solid #005ba1
}
.page .num1 {
	background:#fff;
	width:50px;
	padding:0;
	text-align:center;
	vertical-align:middle
}
.page .num1:hover {
	background:#005ba1;
	border:1px solid #005ba1;
	color:#fff
}
.page .num2 {
	background:#fff;
	width:62px;
	padding:0;
	text-align:center;
	vertical-align:middle
}
.page .num2:hover {
	background:#005ba1;
	border:1px solid #005ba1;
	color:#fff;
	padding:0
}
.page .num3 {
	background:#fff;
	width:62px;
	padding:0;
	vertical-align:middle
}
.page .num3:hover {
	background:#005ba1;
	border:1px solid #005ba1;
	color:#fff
}
.page .num4 {
	background:#fff;
	width:50px;
	padding:0;
	vertical-align:middle
}
.page .num4:hover {
	background:#005ba1;
	border:1px solid #005ba1;
	color:#fff
}
.page .cpb {
	background:#005ba1;
	border:1px solid #005ba1;
	color:#fff
}
.page .text {
	width:42px;
	border:1px solid #e2e2e2;
	height:32px;
	line-height:30px;
	text-align:center
}
.page .sub {
	width:51px;
	border:0;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#282828;
	font-size:12px;
	cursor:pointer
}

/*我的购物车*/
.mycart2{
	margin-bottom:14px;
	overflow:hidden;
}
.mycart2_fl{
	float:left;
}
.mycart2_fl p{
	float:left;
	background:url(../images/attention.jpg) no-repeat left center;
	padding-left:31px;
	line-height:23px;
}
.mycart2_fl a{
	float:left;
	display:block;
	background-color:#005ba1;
	width:73px;
	line-height:23px;
	color:#fff;
	font-size:12px;
	text-align:center;
	border-radius:5px;
	margin-left:24px;
}
.mycart2_fr{
	float:right;
}
.mycart2_fr p{
	color:#6d6d6d;
	font-size:12px;
	line-height:23px;
}
.mycart2_fr p span{
	font-size:14px;
	color:#005ba1;
}
.mycart3{
	margin-bottom:28px;
	overflow:hidden;
	border:1px solid #e2e2e2;
}
.mycart3_top{
	overflow:hidden;
	height:41px;
	width:1200px;
	background-color:#f5f5f5;
}
.mycart_top12{
	float:left;
}
.money12{
	width:435px;
}
.mycart3_top1{
	float:left;
	margin-left:12px;
}
.mycart3_top1 span{
	float:left;
	position: relative;
	margin:12px 11px 0px 0px;
}
.mycart3_top1 .input_check {
	position: absolute;
	visibility: hidden;
}
.mycart3_top1 .input_check+label {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #e2e2e2;
	background-color:#fff;
}
.mycart3_top1 .input_check:checked+label{
	border: 1px solid #005ba1;
	background-color:#005ba1;
} 
.mycart3_top1 .input_check:checked+label:after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 10px;
	width: 6px;
	height: 2px; 
	border: 2px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent; 
	-ms-transform: rotate(-60deg); 
	-moz-transform: rotate(-60deg); 
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);
}
.mycart3_top1 p{
	float:left;
	color:#6d6d6d;
	line-height:39px;
	font-size:12px;
}
.mycart3_top1 p b{
	font-weight:normal;
}
.mycart3_top2{
	float:left;
	color:#6d6d6d;
	line-height:39px;
	font-size:12px;
	margin-left:178px;
}
.mycart3_top3{
	float:left;
	color:#6d6d6d;
	line-height:39px;
	font-size:12px;
}
.money3{
	width:110px;
	text-align:center;
	margin:0px 50px;
	overflow:hidden;
}
.mycart3_top4{
	float:left;
	color:#6d6d6d;
	line-height:39px;
	font-size:12px;
}
.money4{
	width:110px;
	text-align:center;
	margin:0px 50px;
	overflow:hidden;
}
.mycart3_top5{
	float:left;
	color:#6d6d6d;
	line-height:39px;
	font-size:12px;
}
.money5{
	width:110px;
	text-align:center;
	margin:0px 50px;
	overflow:hidden;
}
.mycart3_top6{
	float:left;
	color:#6d6d6d;
	line-height:39px;
	font-size:12px;
}
.money6{
	width:130px;
	text-align:center;
	overflow:hidden;
}
.mycart3_bottom{
	overflow:hidden;
}
.mycart3_bottom li{
	border-top:1px solid #e2e2e2;
	overflow:hidden;
	padding:14px 0px;
}
.mycart3_bottom1{
	float:left;
}
.mycart3_bottom12{
	float:left;
	width:435px;
}
.money1{
	width:38px;
}
.mycart3_bottom1 span{
	float:left;
	position: relative;
	margin:46px 0px 0px 12px;
}
.mycart3_bottom1 .input_check {
	position: absolute;
	visibility: hidden;
}
.mycart3_bottom1 .input_check+label {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #e2e2e2;
	background-color:#fff;
}
.mycart3_bottom1 .input_check:checked+label{
	border: 1px solid #005ba1;
	background-color:#005ba1;
} 
.mycart3_bottom1 .input_check:checked+label:after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 10px;
	width: 6px;
	height: 2px; 
	border: 2px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent; 
	-ms-transform: rotate(-60deg); 
	-moz-transform: rotate(-60deg); 
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);
}
.mycart3_bottom2{
	float:left;
}
.mycart3_bottom2 a{
	display:block;
}
.money2{
	width:397px;
}
.mycart3_bottom2_img{
	width:107px;
	float:left;
	border:1px solid #e2e2e2;
	overflow:hidden;
}
.mycart3_bottom2_img a{
	display:block;
}
.mycart3_bottom2_img a img{
	width:105px;
	height:105px;
}
.mycart3_bottom2_txt{
	width:278px;
	float:left;
	margin-left:12px;
}
.mycart3_bottom2_txt h3{
	font-weight:normal;
	margin-bottom:10px;
}
.mycart3_bottom2_txt h3 a{
	color:#005ba1;
}
.mycart3_bottom2_txt p{
	color:#9f9f9f;
	font-size:12px;
	line-height:25px;
	margin-bottom: 5px;
}
.mycart3_bottom2_txt span{
	color:#494949;
	font-size:12px;
}
.mycart3_bottom3{
	float:left;
}
.mycart3_bottom3 p{
	color:#494949;
	line-height:107px;
}
.mycart3_bottom4{
	float:left;
	margin-top: 40px;
}
.mycart3_bottom4 a.btn-reduce{
	float:left;
	border:1px solid #dcdbdb;
	width:26px;
	line-height:26px;
	color:#b8b8b8;
	text-align:center;
	background-color:#f6f6f6;
	border-right: none;
}
.mycart3_bottom4 input{
	float:left;
	border:1px solid #dcdbdb;
	width:48px;
	line-height:26px;
	outline:none;
	color:#b8b8b8;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#fff;
}
.mycart3_bottom4 a.btn-add{
	float:left;
	border:1px solid #dcdbdb;
	width:26px;
	line-height:26px;
	color:#b8b8b8;
	text-align:center;
	background-color:#f6f6f6;
	border-left: none;
}
.mycart3_bottom5{
	float:left;
}
.mycart3_bottom5 p{
	color:#ff770c;
	line-height:107px;
}
.mycart3_bottom6{
	float:right;
}
.mycart3_bottom6 a{
	display:block;
	font-size:12px;
	color:#9f9f9f;
}
.mycart3_bottom6 a:hover{
	color:#005ba1;
}
.btn_del{
	margin:25px 0px;
} 


.mycart4{
	margin-bottom:15px;
	overflow:hidden;
	height:41px;
	width:1200px;
	border:1px solid #e2e2e2;
	background-color:#f5f5f5;
}
.mycart4_fl{
	float:left;
}
/*全选*/
.all{
	float:left;
	margin: 0px 48px 0px 12px;
	overflow:hidden;
}
.all span{
	float:left;
	position: relative;
	margin:12px 11px 0px 0px;
}
.all .input_check {
	position: absolute;
	visibility: hidden;
}
.all .input_check+label {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #e2e2e2;
	background-color:#fff;
}
.all .input_check:checked+label{
	border: 1px solid #005ba1;
	background-color:#005ba1;
} 
.all .input_check:checked+label:after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 10px;
	width: 6px;
	height: 2px; 
	border: 2px solid #fff;
	border-top-color: transparent;
	border-right-color: transparent; 
	-ms-transform: rotate(-60deg); 
	-moz-transform: rotate(-60deg); 
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);
}
.all p{
	float:left;
	color:#6d6d6d;
	line-height:39px;
}
.mycart4_fl a{
	display:inline-block;
	line-height:39px;
	color:#6d6d6d;
}
.mycart4_fl a:hover{
	color:#005ba1;
}
.mycart4_fr{
	float:right;
}
.mycart4_fr p{
	float:left;
}
.yixuan{
	line-height:39px;
	color:#494949;
	margin-right:40px;
}
.yixuan span{
	font-size:18px;
	color:#ff7200;
}
.zongjia{
	color:#494949;
	line-height:39px;
}
.zongjia span{
	font-size:20px;
	color:#ff7200;
	margin:0px 18px;
	overflow:hidden;
}
.mycart4_fr a{
	float:right;
	background-color:#ff7200;
	color:#fff;
	font-size:16px;
	width:110px;
	line-height:41px;
	text-align:center;
}
.mycart5{
	color:#ff0000;
	font-weight:bold;
}

/*付款*/
.payment2{
	border:1px solid #cde4f6;
	overflow:hidden;
}
.payment2_top{
	border-bottom:1px solid #cde4f6;
	overflow:hidden;
}
.payment2_top_fl{
	float:left;
	width:599px;
	background-color:#f8fcff;
	padding:35px 0px 25px 25px;
	overflow:hidden;
	border-right:1px solid #cde4f6;
	height:215px;
}
.payment2_top_fl h3{
	font-size:20px;
	color:#242424;
	font-weight:bold;
	background:url(../images/dui2.png) no-repeat left center;
	padding-left:37px;
	margin-bottom:10px;
}
.payment2_top_fl p{
	color:#4e4e4e;
	padding-left:37px;
	margin-bottom: 75px;
}
.payment2_top_fl p i{
	font-style:normal;
	color:#ff7200;
}
.payment2_top_fl span{
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-left:37px;
}
.payment2_top_fl span b{
	color:#ff7200;
}
.payment2_top_fr{
	float:right;
	width:599px;
	padding:31px 40px;
	overflow:hidden;
}
.payment2_top_fr h3{
	font-size:20px;
	color:#242424;
	font-weight:bold;
	margin-bottom:7px;
}
.payment2_top_fr li{
	line-height:30px;
}
.payment2_top_fr li p{
	color:#6d6d6d;
}
.payment2_top_fr li p a{
	color:#005ba1;
	margin-left:17px;
}
.payment2_bottom{
	padding:35px 60px;
	overflow:hidden;
}
.payment2_bottom_top{
	font-size:20px;
	color:#242424;
	font-weight:bold;
	margin-bottom:20px;
}

#tabs5{
    position: relative;	
}
.payment2_bottom_botoom1{
	overflow:hidden;
}
#menu5 li{
	cursor:pointer;
	text-align:center;
	float:left;
	width:168px;
	height:65px;
	border:1px solid #e2e2e2;
	margin-right: 18px;
}
#menu5 li img{
	width:166px;
	height:63px;
}
#menu5 li.hover{
	border:1px solid #005ba1;
}
.payment2_bottom_botoom2{
	clear:both;
	overflow:hidden;
}
#main5 ul{
	display: none;
}
#main5 ul.block{
	display: block;
}
.zhifubao{
	position:absolute;
	top:8px;
	right:0;
}
.zhifubao a{
	display:block;
	color:#fff;
	font-size:24px;
	background-color:#ff7300;
	border-radius:5px;
	width:156px;
	line-height:47px;
	text-align:center;
}
.zhifubao input{
	display:block;
	color:#fff;
	font-size:24px;
	background-color:#ff7300;
	border-radius:5px;
	outline:none;
	width:156px;
	line-height:47px;
	text-align:center;
	cursor:pointer;
}
.weixin{
    margin-bottom: 20px;
	overflow:hidden;	
}
.weixin_title{
	font-size:24px;
	margin-top: 48px;
    text-align: center;
}
.weixin_con{
	margin-top:50px;
	background:url(../images/weixinpay.png) no-repeat center center;
	height: 368px;
	position:relative;
}
.weixin_con img{
	position: absolute;
    top: 15px;
    left: 518px;
}
.weixin{
    margin-bottom: 20px;
	overflow:hidden;	
}
.weixin_title{
	font-size:24px;
	margin-top: 48px;
    text-align: center;
}
.weixin_con{
	margin-top:50px;
	background:url(../images/weixinpay.png) no-repeat center center;
	height: 368px;
	position:relative;
}
.yinlian{
    margin-bottom: 20px;
	overflow:hidden;	
}
.yinlian_title{
	font-size:24px;
	margin-top: 48px;
    text-align: center;
}
.yinlian_con{
	margin-top:40px;
}
.bank-each{
    display: inline-block;
    width: 190px;
    height: 60px;
	padding:7px 0px 0px 18px;
    margin-right: 70px;
    cursor: pointer;
    border: 2px solid #ffffff;
}
.bank-each.selected{
    border: 2px solid #005ba1;
}
.bank-each input{
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 12px;
}
.bank-each .each-bank-logo{
    display: inline-block;
    width: 150px;
    height: 45px;
    vertical-align: top;
}
.each-bank-logo img{
    width: 100%;
}
.yinlian_pay{
	margin-top:50px;
}
.yinlian_pay p{
	line-height:30px;
	color:#ff0000;
	margin-bottom:30px;
}
.yinlian_pay a{
	display:block;
	color:#fff;
	font-size:24px;
	background-color:#ff7300;
	border-radius:5px;
	width:156px;
	line-height:47px;
	text-align:center;
}
.xianxia{
	padding:50px 0px 20px 0px;
	overflow:hidden;
}
.xianxia p{
	line-height:30px;
	color:#6d6d6d;
}


/*我的订单*/
.inner_fr_myorder {
	margin-top:20px;
	overflow:hidden;
	padding-bottom:20px
}
.myorder-top {
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	margin-bottom:20px
}
.myorder-top ul li {
	float:left;
	width:105PX;
	text-align:center;
	margin-right:72px;
	padding-bottom:13px;
	cursor:pointer
}
.myorder-top ul li h3 {
	color:#6d6d6d;
	font-size:14px;
	text-align:center;
	font-weight:normal;
}
.myorder-top ul li h3 span {
	font-weight:normal;
	color:#ff7200
}
.myorder-top ul .on {
	border-bottom:3px solid #1d86d4
}
.myorder-top ul .on h3 {
	color:#373737;
	font-weight:bold
}
.myorder-show .myorder-info {
	display:none
}
.myorder-info1{
	margin:18px 0px;
	overflow:hidden;
}
.myorder-info1-time{
	float:left;
}
.lable-title{
	display:inline-block;
	color:#6d6d6d;
	line-height:41px;
}
.myorder-info1-time input{
	width:143px;
	line-height:29px;
	color:#6d6d6d;
	border:1px solid #e2e2e2;
	padding-left:12px;
	font-size: 14px;
}
.fromto{
	display:inline-block;
	color:#6d6d6d;
	margin:0 10px;
}
.myorder-info1-chaxun{
	float:right;
}
.myorder-info1-chaxun span{
	display:inline-block;
	color:#6d6d6d;
	line-height:41px;
}
.myorder-info1-chaxun input{
	border:1px solid #e2e2e2;
	line-height:29px;
	color:#6d6d6d;
}
.cx-txt{
	width:390px;
	padding-left:12px;
}
.cx-search{
	width:71px;
	background:url(../images/search1.jpg) no-repeat 10px center;
	padding-left:22px;
}
.myorder-info2{
	overflow:hidden;
}
.myorder-info2-1{
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #e2e2e2;
}
.myorder_title{
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
	background-color:#f5f5f5;
	line-height:41px;
	padding: 0px 20px;
}
.myorder_title p{
	float:left;
	font-size:12px;
	color:#6d6d6d;
	margin-right:25px;
}
.myorder_title p b{
	font-size:16px;
	color:#ff770c;
}
.myorder_title a{
	float:right;
	padding-top:2px;
}
.myorder_pro{
	overflow:hidden;
}
.myorder_pro_fl{
	float:left;
	border-right:1px solid #e2e2e2;
	width:780px;
}
.myorder_pro_fl li{
	border-bottom:1px solid #e2e2e2;
	padding:12px;
	overflow:hidden;
}
.myorder_pro_fl li:last-child{
	border-bottom:none;
}
.myorder_pro_fl1{
	float:left;
	width:350px;
}
.myorder_pro_fl1_img{
	width:107px;
	float:left;
	border:1px solid #e2e2e2;
	overflow:hidden;
}
.myorder_pro_fl1_img a{
	display:block;
}
.myorder_pro_fl1_img a img{
	width:105px;
	height:105px;
}
.myorder_pro_fl1_txt{
	width:220px;
	float:left;
	margin-left:12px;
}
.myorder_pro_fl1_txt h3{
	font-weight:normal;
	margin-bottom:10px;
}
.myorder_pro_fl1_txt h3 a{
	color:#7d7d7d;
}
.myorder_pro_fl1_txt p{
	color:#7d7d7d;
	line-height:25px;
	margin-bottom: 5px;
	overflow:hidden;
}
.myorder_pro_fl1_txt span{
	color:#7d7d7d;
	font-size:12px;
}
.myorder_pro_fl2{
	float:left;
	width:200px;
	text-align:center;
}
.myorder_pro_fl2 p{
	color:#7d7d7d;
	line-height:107px;
}
.myorder_pro_fl3{
	float:left;
	width:100px;
	text-align:center;
}
.myorder_pro_fl3 p{
	color:#7d7d7d;
	line-height:107px;
}
.myorder_pro_fl4{
	float:left;
	width:100px;
	text-align:center;
}
.myorder_pro_fl4 a{
	color: #fff;
	line-height: 107px;
	background-color: #ff770c;
	padding: 5px 10px;
	border-radius: 5px;
}

.myorder_pro_fr{
	float:right;
	width:193px;
	text-align:center;
	position:relative;
}
.myorder_pro_frs{
	position:absolute;
	left: 50%;
    margin-left: -40px;
	width:80px;
	margin-top:15px;
}
.myorder_pro_fr span{
	font-size:12px;
	color:#ff770c;
}
.myorder_pro_fr a{
	display:block;
	margin: 6% auto;
	overflow:hidden;
	font-size:12px;
	color:#7d7d7d;
}
.ljzf{
	width:80px;
	border-radius:5px;
	line-height:28px;
	background-color:#005ba1;
	color:#fff !important;
}
.myorder-info2-2{
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #e2e2e2;
}
.myorder-info2-3{
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #e2e2e2;
}
.shouhou{
	margin:15px 0px;
	overflow:hidden;
	color: #ff0000;
}


/*订单详情*/
.inner_fr_orderxq{
	overflow:hidden;
}
.orderxq_top{
	margin-bottom:25px;
	overflow:hidden;
	border:1px solid #e2e2e2;
}
.orderxq_top li{
	border-bottom:1px solid #e2e2e2;
	background-color:#f5f5f5;
	overflow:hidden;
}
.orderxq_top li:last-child{
	border-bottom:none;
}
.orderxq_top_fl{
	float:left;
	width:110px;
	text-align:center;
	font-size:12px;
	color:#444;
	position:relative;
	overflow:hidden;
}
.orderxq_top_fl p{
	padding: 28px 0px;
    line-height: 25px;
}
.orderxq_top_fr{
	float:right;
	width:863px;
	background-color:#fff;
	padding:28px 19px;
	overflow:hidden;
	border-left:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.orderxq_top_fr dl{
	margin-bottom:5px;
	font-size:12px;
	color:#898989;
	line-height: 25px;
	overflow:hidden;
}
.orderxq_top_fr dl dt{
	float:left;
}
.orderxq_top_fr dl dd{
	float:left;
}

.orderxq_bottom{
	
}
.orderxq_bottom_title{
	color:#000;
	font-size:14px;
	margin-bottom:20px;
	overflow:hidden;
}
.orderxq_bottom_con{
	
}
.orderxq_bottom_con_1{
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #e2e2e2;
}
.orderxq_title{
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
	background-color:#f5f5f5;
	line-height:41px;
}
.orderxq_title li{
	float:left;
	color:#6d6d6d;
	text-align:center;
}
.orderxq1{
	width: 362px;
}
.orderxq2{
	width: 139px;
}
.orderxq3{
	width: 139px;
}
.orderxq4{
	width: 127px;
}
.orderxq5{
	width: 193px;
}

.orderxq_pro_fl1{
	float:left;
	width:350px;
}
.orderxq_pro_fl1_img{
	width:107px;
	float:left;
	border:1px solid #e2e2e2;
	overflow:hidden;
}
.orderxq_pro_fl1_img a{
	display:block;
}
.orderxq_pro_fl1_img a img{
	width:105px;
	height:105px;
}
.orderxq_pro_fl1_txt{
	width:220px;
	float:left;
	margin-left:12px;
}
.orderxq_pro_fl1_txt h3{
	font-weight:normal;
	margin-bottom:10px;
}
.orderxq_pro_fl1_txt h3 a{
	color:#7d7d7d;
}
.orderxq_pro_fl1_txt p{
	color:#7d7d7d;
	line-height:25px;
	margin-bottom: 5px;
}
.orderxq_pro_fl1_txt span{
	color:#7d7d7d;
	font-size:12px;
}
.orderxq_pro_fl2{
	float:left;
	width: 139px;
	text-align:center;
}
.orderxq_pro_fl2 p{
	color:#7d7d7d;
	line-height:107px;
}
.orderxq_pro_fl3{
	float:left;
	width: 139px;
	text-align:center;
}
.orderxq_pro_fl3 p{
	color:#7d7d7d;
	line-height:107px;
}
.orderxq_pro_fl4{
	float:left;
	width: 127px;
	text-align:center;
}
.orderxq_pro_fl4 p{
	color:#7d7d7d;
	line-height:107px;
}
.orderxq_bottom_con_2{
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #e2e2e2;
}
.orderxq_bottom_con_3{
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #e2e2e2;
}


/*我的收藏*/
.inner_fr_shoucang {
	padding-top: 18px;
}
.inner_fr_shoucang dt {
	border:1px solid #ddd;
	height:38px;
	line-height:36px;
}
.inner_fr_shoucang .list01 {
	background:#f5f5f5
}
.inner_fr_shoucang dt span {
	font-size:12px;
	color:#343434;
	display:block;
	float:left;
	text-align:center;
	float:left;
}
.inner_fr_shoucang dt .aname {
	width:15%;
	float:left;
	border-right:1px solid #ddd;
}
.inner_fr_shoucang dt .atel {
	width:19%;
	float:left;
	border-right:1px solid #ddd;
}
.inner_fr_shoucang dt .aadd {
	width:38%;
	float:left;
	border-right:1px solid #ddd;
}
.inner_fr_shoucang dt .acompany {
	width:18%;
	float:left;
	border-right:1px solid #ddd;
}
.inner_fr_shoucang dt .caozuo {
	width:10%;
	float:left;
}
.inner_fr_shoucang dt .caozuo b {
	font-weight:normal;
	color:#999;
	margin-right:10px
}
.inner_fr_shoucang dt .caozuo a {
	margin-right:10px
}
.inner_fr_shoucang .list02 {
	height:127px;
	border-top:0;
	overflow:hidden
}
.inner_fr_shoucang .list02 .aname .pic {
	width:105px;
	height:105px;
	border:1px solid #ddd;
	margin:11px auto 10px auto;
}
.inner_fr_shoucang .list02 .atel {
	padding:20px;
	height:127px;
	line-height:87px
}
.inner_fr_shoucang .list02 .atel a {
	color:#686868;
	font-size:14px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	text-align:center;
}
.inner_fr_shoucang .list02 .aadd {
	padding:40px 20px;
	line-height:24px;
	color:#686868;
	height:127px;
}
.inner_fr_shoucang .list02 .aadd p{
	height:48px;
	overflow:hidden;
}
.inner_fr_shoucang .list02 .acompany {
	text-align:center;
	padding:20px 10px;
	height:127px;
}
.inner_fr_shoucang .list02 .acompany h3 {
	color:#ff7200;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
}
.inner_fr_shoucang .list02 .acompany .jiaru {
	color:#fff;
	width:79px;
	height:24px;
	line-height:24px;
	font-size:12px;
	display:block;
	text-align:center;
	background:#ff7200;
	margin:0 auto;
}
.company-input {
	margin:0 28px 4px 28px;
	overflow:hidden;
}
.company-input a {
	display:block;
	float:left;
	width:26px;
	height:26px;
	line-height:24px;
	border:1px solid #ddd;
	background:#f6f6f6;
	color:#b8b8b8;
	font-size:22px;
}
.company-input input {
	width:46px;
	height:26px;
	line-height:24px;
	border:0;
	float:left;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:center;
}
.inner_fr_shoucang .list02 .caozuo a {
	color:#6d6d6d;
	font-size:12px;
	line-height:127px;
	text-align:center;
	display:block;
	margin-right:0;
}
.inner_fr_shoucang .list02 .caozuo a:hover {
	color:#ff7200
}
.pic {
	position:relative;
	overflow:hidden;
}
.pic:after {
	content:'';
	display:block;
	padding-bottom:100%;
}
.vcenter {
	position:absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
	max-width:100%;
	max-height:100%;
}
.inner_tijiao {
}
.inner_tijiao {
	padding-bottom:15px;
	overflow:hidden
}
.inner_tijiao .paysuccess1 {
	margin-top:21px;
	overflow:hidden;
	margin-bottom:16px
}
.inner_tijiao .paysuccess1 li {
	text-align:center;
	margin-right:1px;
	float:left;
	width:299px;
	position:relative
}
.inner_tijiao .paysuccess1 li img {
	width:300px;
	height:50px
}
.inner_tijiao .paysuccess1 li h3 {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-150px;
	width:300px;
	line-height:50px
}
.inner_tijiao .paysuccess1 li p {
	font-size:16px;
	color:#363636;
	line-height:33px
}
.tijiao1 {
	overflow:hidden;
}
.tijiao1 h3 {
	color:#000;
	font-size:14px;
	float:left;
}
.tijiao1 a {
	color:#005ba1;
	font-size:14px;
	float:right;
}
.tijiao2 {
	margin-top: 12px;
	overflow:hidden;
	margin-bottom: 23px;
}
.tijiao2 dt {
	border:1px solid #ddd;
	height: 41px;
	line-height: 38px;
}
.tijiao2 .list01 {
	background:#f5f5f5
}
.tijiao2 dt span {
	font-size:12px;
	color:#343434;
	display:block;
	float:left;
	text-align:center;
	float:left;
}
.tijiao2 dt .shangpin {
	width:38%;
	float:left;
}
.tijiao2 dt .price {
	width:16%;
	float:left;
	text-align:center;
}
.tijiao2 dt .num {
	width:28%;
	float:left;
	text-align:center;
}
.tijiao2 dt .xiaoji {
	width:18%;
	float:left;
	text-align:center;
}
.tijiao2 .list02 {
	height:138px;
	border-top:0;
	overflow:hidden
}
.shangpin .pic {
	width:105px;
	height:105px;
	border:1px solid #ddd;
	margin:11px 10px;
	float:left;
}
.shangpin-info {
	width:300px;
	float:left;
	padding-top:5px;
}
.shangpin-info h3 {
	font-size:14px;
	color:#7d7d7d;
	font-weight:normal;
}
.shangpin-info .shangpin-p {
	line-height:20px;
	font-size:12px;
	color:#7d7d7d;
	height:40px;
	overflow:hidden
}
.shangpin-info p {
	font-size:12px;
	line-height:20px;
	color:#7d7d7d
}
.tijiao2 .list02 .price {
	line-height:127px;
}
.tijiao2 .list02 .num {
	line-height:127px;
}
.tijiao2 .list02 .xiaoji {
	line-height:127px;
}
.tijiao3 {
	padding:15px;
	border:1px solid #ddd;
	margin-top: 16px;
	margin-bottom: 23px;
}
.tijiao3 .tijiao3-title {
	color:#d9d9d9;
	font-size:18px;
	line-height:45px;
	height:45px;
	text-align:center;
}
.tijiao3 .tijiao3-title img {
	vertical-align:middle;
	margin-right:5px;
}
.tijiao3-bottom {
	padding-left:10px;
	border:1px solid #005ba1;
	overflow:hidden;
	height:45px;
	line-height:43px;
	display:none;
}
.tijiao3-bottom span {
	display:block;
	float:left;
	font-size:12px;
	margin-right:28px;
	color:#606060;
	font-size:12px;
}
.tijiao3-bottom .ta {
	float:right;
}
.tijiao3-bottom .ta a {
	display:block;
	float:left;
	font-size:12px;
	margin-right:15px;
	color:#005ba1
}
.tijiao4 {
	margin-top: 17px;
	overflow:hidden;
	margin-bottom: 30px;
}
.tijiao4 ul li {
	float:left;
	width:149px;
	height:40px;
	border:1px solid #e2e2e2;
	text-align:center;
	line-height:38px;
	margin-right: 12px;
	cursor:pointer;
	position:relative;
	background:#f5f5f5;
	font-size:12px;
	color:#6d6d6d;

}

.tijiao4 ul li i {
	width:17px;
	height:17px;
	position:absolute;
	right:1px;
	bottom:1px;
	background:url(../images/gou.png) no-repeat center center;
	display:none;
}
.tijiao4 ul li:hover {
	border:2px solid #005ba1;
	line-height:36px;
	color:#005ba1
}
.tijiao4 ul li:hover i {
	right:0;
	bottom:0;
	display:block;
}
.tijiao4 ul li.active {
	border:2px solid #005ba1;
	line-height:36px;
	color:#005ba1
}
.tijiao4 ul li.active i {
	right:0;
	bottom:0;
	display:block;
}

/*支付方式input*/
.pay-list label{
	display: block;
	text-align: center;
}
.inputzf {
	position: absolute;
	left: 0;
	width: 149px;
	margin: 0;
	opacity: 0;
	top: 0;
}
.tijiao4 input{
	cursor: pointer;
	height: 38px;
}

.section-options{
	list-style: none;
}
.section-header{
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 30px;
}
.fpinput{
	float: none !important;
	border: 1px solid #CCC;
	background-color: #fff;
	height: 30px;
	line-height: 28px;
	width: 300px;
}
.section-header input{
	float: left;
	margin: 8px 8px 0px 0px;
	width: 18px;
	height: 15px;
}
.section-body{
	margin-bottom: 10px;
}
.section-body .item{
	line-height: 30px;
}
.section-body select{
	height: 30px;
	width: 120px;
	padding-left: 25px;
}
.shipping-list{

}
.peisong{
	float: left;
	width: 149px;
	margin-right: 12px;
}
.peisong .text{
	padding-top: 10px ;
	clear: both;
}
.peisong label{
	display: block;
	text-align: center;
}
.inputps{
	position: absolute;
	left: 0;
	width: 149px;
	margin: 0;
	opacity: 0;
	top: 0;
}



.tijiao5 {
	margin-top: 17px;
	overflow:hidden;
	margin-bottom: 29px;
}
.tijiao5 ul li {
	float:left;
	width:149px;
	height:40px;
	border:1px solid #e2e2e2;
	text-align:center;
	line-height:38px;
	margin-right: 12px;
	cursor:pointer;
	position:relative;
	background:#f5f5f5;
	font-size:12px;
	color:#6d6d6d;
}
.tijiao5 ul li i {
	width:17px;
	height:17px;
	position:absolute;
	right:1px;
	bottom:1px;
	background:url(../images/gou.png) no-repeat center center;
	display:none;
}
.tijiao5 ul li:hover {
	border:2px solid #005ba1;
	line-height:36px;
	color:#005ba1
}
.tijiao5 ul li:hover i {
	right:0;
	bottom:0;
	display:block;
}
.tijiao5 ul li.active {
	border:2px solid #005ba1;
	line-height:36px;
	color:#005ba1
}
.tijiao5 ul li.active i {
	right:0;
	bottom:0;
	display:block;
}
.tijiao5 ul li.zuichi {
	color:#6d6d6d;
	font-size:12px;
	background:none;
	width: 717px;
	margin-right:0;
	text-align:left;
	padding:0 21px;
}
.tijiao5 ul li.zuichi:hover {
	background:none;
	border:1px solid #e2e2e2;
	line-height:38px;
}
.tijiao5 ul li.zuichi input {
	border:1px solid #e2e2e2;
	width:150px;
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin:0 20px 0 15px;
	font-size:12px;
	color:#bababa;
}
.tijiao6 {
	border:1px solid #e2e2e2;
	margin-top: 16px;
	padding:15px;
	font-size:12px;
	margin-bottom:17px;
}
.tijiao6 .tijiao-title a {
	margin-left:38px;
	color:#005ba1;
}
.tijiao6 .tijiao-title {
	margin-bottom: 9px;
}
.tijiao6-p {
	border-top:1px dashed #a3a3a3;
	margin-top:17px;
	position:relative
}
.tijiao6-p ul li {
	padding-top: 16px;
	overflow:hidden;
	padding-bottom: 12px;
}
.tijiao6-p ul li h3 {

	color:#343434;
	font-size:12px;
	margin-bottom: 9px;
}
.tijiao6-p ul li p {
	color:#6d6d6d;
	font-size:12px;
}
.tijiao6-p a {
	color:#005ba1;
	font-size:12px;
	position:absolute;
	top:15px;
	right:6px;
}
.tijiao6-bottom {
	display:none
}
.tijiao7 {
	border:1px solid #e2e2e2;
	color:#6d6d6d;
	font-size:12px;
	padding: 10px 17px;
	margin-top: 16px;
	margin-bottom: 36px;
}
.tijiao7 a {
	color:#005ba1;
}
.tijiao7 .ytext {
	width:322px;
	height:30px;
	line-height:28px;
	border:1px solid #e2e2e2;
	border-right:0;
	padding:0 10px;
	background:#f5f5f5;
}
.tijiao7 .ysub {
	width:52px;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#fff;
	background:#ff7200;
	border:0;
}
.tijiao8 {
	margin-top: 16px;
	margin-bottom: 32px;
	overflow:hidden
}
.tijiao8 textarea {
	border:1px solid #e2e2e2;
	color:#6d6d6d;
	font-size:14px;
	width:100%;
	height:400px;
	background:none;
	height:102px;
	padding-top:16px;
	padding-left:16px;
	outline:0
}
.tijiao9 {
	border:1px solid #e2e2e2;
	margin-top: 16px;
	padding:24px;
}
.tijiao9 ul li {
	text-align:right;
	font-size:16px;
	line-height:26px;
}
.tijiao9 ul li span {
	color:#ff7200
}
.tijiao10 {
	margin-top:17px;
	overflow:hidden;
	margin-bottom:17px;
}
.tijiao10-title {
	float:right;
	line-height:47px;
	color:#343434;
	font-size:16px;
	margin-right: 18px;
	vertical-align:middle
}
.tijiao10-title span {
	color:#ff7200;
	font-size:24px;
}
.tijiao10 a {
	width:156px;
	height:47px;
	display:block;
	line-height:47px;
	text-align:center;
	font-size:24px;
	color:#fff;
	background:#ff7300;
	border-radius:4px;
	float:right;
}

.tijiao10 input {
	width:156px;
	height:47px;
	display:block;
	line-height:47px;
	text-align:center;
	font-size:24px;
	color:#fff;
	background:#ff7300;
	border-radius:4px;
	float:right;
}
.transparent {
	position:fixed;
	top:0;
	left:0;
	z-index:998;
	width:100%;
	height:100%;
	background:url(../images/transparent-bg.png) repeat;
	background:rgba(0, 0, 0, 0.7);
	display:none
}
.video-popup {
	position:fixed;
	z-index:999;
	width:703px;
	height:485px;
	background:#c3c3c3;
	border-radius:5px;
	left:50%;
	top:50%;
	margin:-242px 0 0 -351px;
	padding:5px;
	display:none;
}
.video-popup .box {
	background:#fff;
	height:100%
}
.video-popup .close {
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	right: 5px;
	top: 5px;
	background:url(../images/close-icon.png) no-repeat
}
.video-popup .p-01 {
	font-weight:bold;
	font-size:15px;
	margin:5px 0
}
.video-popup .p-02 {
	font-size:12px
}
.video-popup a {
	color:#274095
}
.video-popup a:hover {
	text-decoration:underline
}
.box-title {
	font-size:18px;
	color:#000;
	height:38px;
	line-height:38px;
	text-align:left;
	padding-left:22px;
	background:#f2f2f2
}
.xinzeng {
	padding:28px 30px;
}
.xinzeng ul li {
	overflow:hidden;
	line-height:31px;
	margin-bottom:6px;
}
.xinzeng ul li span {
	width:100px;
	text-align:right;
	padding-right:10px;
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	color:#6d6d6d
}
.xinzeng ul li span b {
	color:#ff7300;
}
.xinzeng ul li select {
	width:165px;
	height:31px;
	line-height:31px;
	border:1px solid #e2e2e2;
	font-size:12px;
	color:#6d6d6d;
}
.xinzeng ul li input {
	width:506px;
	height:31px;
	line-height:31px;
	padding:0 10px;
	border:1px solid #e2e2e2;
	float:left;
	color:#6d6d6d;
}
.xinzeng ul li textarea {
	border:1px solid #e2e2e2;
	color:#6d6d6d;
	font-size:14px;
	width:504px;
	height:61px;
	background:none;
	padding-top:7px;
	padding-left:5px;
	outline:0
}
.xinzeng ul li.check {
	margin-left: 98px;
	font-size:12px;
	color:#6d6d6d;
	vertical-align:middle;
	position:relative;
	padding-left:20px;
}
.xinzeng ul li.check input {
	width:14px;
	height:14px;
	background:none;
	border:1px solid #e2e2e2;
	position:absolute;
	top:9px;
	left:0;
}
.tijiaodingdan {
	text-align:center;
}
.btn2 {
	display:inline-block;
}
.btn3 {
	display:inline-block
}
.btn2 input {
	width: 99px;
	border: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
	background: #ff7300;
 transition: .5s;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	border-radius:5px;
	cursor:pointer
}
.btn3 input {
	width:99px;
	border: 0;
	padding: 0;
	font-size: 16px;
	color: #414141;
	background: #e2e2e2;
 transition: .5s;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	border-radius:5px;
	cursor:pointer
}



.video-popup1 {
	position:fixed;
	z-index:999;
	width:703px;
	height:407px;
	background:#c3c3c3;
	border-radius:5px;
	left:50%;
	top:50%;
	margin:-203px 0 0 -351px;
	padding:5px;
	display:none;
}
.video-popup1 .box {
	background:#fff;
	height:100%
}
.video-popup1 .close {
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	right: 5px;
	top: 5px;
	background:url(../images/close-icon.png) no-repeat
}
.video-popup1 .p-01 {
	font-weight:bold;
	font-size:15px;
	margin:5px 0
}
.video-popup1 .p-02 {
	font-size:12px
}
.video-popup1 a {
	color:#274095
}
.video-popup1 a:hover {
	text-decoration:underline
}
.fapiao{    padding: 0 15px; position:relative;height:330px;}

.fapiao-title {
	margin-top: 26px;
	overflow:hidden; 
	text-align:center
}
.fapiao-title ul{
	padding-bottom:16px;border-bottom:1px solid #d7d7d7; overflow:hidden}
.fapiao-title ul li {
	display:inline-block;
	width:149px;
	height:40px;
	border:1px solid #e2e2e2;
	text-align:center;
	line-height:38px;
	margin: 0 5px;
	cursor:pointer;
	position:relative;
	background:#fff;
	font-size:14px;
	color:#6d6d6d;
}
.fapiao-title ul li i {
	width:17px;
	height:17px;
	position:absolute;
	right:1px;
	bottom:1px;
	background:url(../images/gou.png) no-repeat center center;
	display:none;
}
.fapiao-title ul li:hover {
	border:2px solid #005ba1;
	line-height:36px;
	color:#005ba1
}
.fapiao-title ul li:hover i {
	right:0;
	bottom:0;
	display:block;
}
.fapiao-title ul li.on {
	border:2px solid #005ba1;
	line-height:36px;
	color:#005ba1
}
.fapiao-title ul li.on i {
	right:0;
	bottom:0;
	display:block;
}

.fapiao-show .show-info{display:none;}


.putong{padding:30px 80px 0 80px;}
.putong li {
	overflow:hidden;
	line-height:31px;
	margin-bottom:6px;
}
.putong li span {
	width:90px;
	text-align:right;
	padding-right:10px;
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	color:#6d6d6d
}
 
.putong li select {
	width:380px;
	height:31px;
	line-height:31px;
	border:1px solid #e2e2e2;
	font-size:12px;
	color:#c4c4c4;
}
.putong li input {
	width:380px;
	height:31px;
	line-height:31px;
	padding:0 10px;
	border:1px solid #e2e2e2;
	float:left;
	color:#c4c4c4;
}


.fapiao-pp{text-align:center;color:#6d6d6d;font-size:12px;line-height:50px;}

.bukai{color:#6d6d6d;font-size:12px;line-height:50px;}
.fapiao .tijiaodingdan{ position:absolute;bottom:20px;width:100%;}


.zengzhi{    
	padding-top: 21px; 
	overflow:hidde；
}
.zengzhi li {
	overflow:hidden;
	line-height:31px;
	margin-bottom:6px;
	float:left;
}
.zengzhi li span {
	width:90px;
	text-align:right;
	padding-right:10px;
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	color:#6d6d6d
}
.zengzhi li input {
	width:235px;
	height:31px;
	line-height:31px;
	padding:0 10px;
	border:1px solid #e2e2e2;
	float:left;
	color:#c4c4c4;
}

.zengzhi  li.check {
	margin-left: 98px;
	font-size:12px;
	color:#6d6d6d;
	vertical-align:middle;
	position:relative;
	padding-left:20px;
}
.zengzhi li.check input {
	width:14px;
	height:14px;
	background:none;
	border:1px solid #e2e2e2;
	position:absolute;
	top:9px;
	left:0;
}

/*修改邮箱*/
.bordernone{
	border:none !important;
	background-color:#fff;
}
.cgyzm input{
	float:left;
	width: 132px !important;
}
.cgyzm a{
	display:block;
	float: left;
    margin-left: 9px;
    border: 1px #e2e2e2 solid;
    line-height: 38px;
    width: 153px;
    text-align: center;
    color: #666;
    background-color: #e2e2e2;
    font-size: 14px;
    border-radius: 3px;
}

/*更改发票抬头*/
.inner_fr_changefapiao {
	padding-top:25px;
	overflow:hidden
}
.cgfapiao_add{
	margin-bottom:10px;
	overflow:hidden;
}
.cgfapiao_add span{
	float:right;
}
.cgfapiao_add a{
	display:block;
    background: url(../images/xinzeng.png) no-repeat center center;
    width: 100px;
    height: 21px;
    color: #a5a5a5;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
	cursor:pointer;
}
.cgfapiao{
	border:1px solid #e2e2e2;
    overflow: hidden;
}
.cgfapiao_title{
    overflow: hidden;
    background-color: #f5f5f5;
    line-height: 41px;
}
.cgfapiao_title li{
	float:left;
	text-align:center;
	color: #6d6d6d;
}
.fplx{
	float:left;
	width:20%;
}
.fptt{
	float:left;
	width:60%;
}
.cz{
	float:left;
	width:20%;
}
.cgfapiao_con{
	overflow:hidden;
}
.cgfapiao_con li{
	line-height: 41px;
	text-align:center;
	color: #6d6d6d;
	border-top:1px solid #e2e2e2;
	overflow:hidden;
}
.cz a{
	color:#005ba1;
	font-size:12px;
	margin-right:6px;
	padding: 0 4px;
	cursor:pointer;
}
.active-invoice{
    background-color: #005ba1;
    color: #fff !important;
    padding: 0 4px;
    cursor: default;
}

.video-popup2 {
	position:fixed;
	z-index:999;
	width:562px;
	height:328px;
	background:#c3c3c3;
	border-radius:5px;
	left:50%;
	top:50%;
	margin:-164px 0 0 -281px;
	padding:5px;
	display:none;
}
.video-popup2 .box {
	background:#fff;
	height:100%
}
.video-popup2 .close {
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	right: 5px;
	top: 5px;
	background:url(../images/close-icon.png) no-repeat
}
.video-popup2 .p-01 {
	font-weight:bold;
	font-size:15px;
	margin:5px 0;
}
.video-popup2 .p-02 {
	font-size:12px;
}
.video-popup2 a {
	color:#274095;
}
.video-popup2 a:hover {
	text-decoration:underline;
}
.fapiaott {
	padding:28px 30px;
	overflow:hidden;
}
.fapiaott_info_top{
	margin-bottom:7px;
	overflow:hidden;
}
.fapiaott_info_top label{
	float:left;
	width:120px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.fapiaott_info_top label b{
	color:#ff8b34;
	font-style:normal;
}
#menu6{
	float:left;
}
#main6{
	margin-bottom:28px;
	overflow:hidden;
}
#menu6 li{
	cursor:pointer;
	color:#444;
	text-align:center;
	float:left;
	width:110px;
	line-height:38px;
	background-color:#f5f5f5;
	border:1px solid #e2e2e2;
}
#menu6 li.hover{
	color: #005ba1;
	background-color:#e2e2e2;
	border:1px solid #e2e2e2;
}
.fapiaott_info_bottom{
	clear:both;
	margin-top:20px;
}
#main6 ul{
	display: none;
}
#main6 ul.block{
	display: block;
}
.fapiaott_info_bottom1{
	margin-bottom:7px;
	overflow:hidden;
}
.fapiaott_info_bottom1 label{
	float:left;
	width:120px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.fapiaott_info_bottom1 label b{
	color:#ff8b34;
	font-style:normal;
}
.fapiaott_info_bottom1 input{
	float:left;
	width:304px;
	border:1px solid #e2e2e2;
	outline:none;
	line-height:38px;
	color:#444;
	padding-left:20px;
}
.fapiaott_info_bottom1 select{
	float:left;
	width:190px;
	line-height:40px;
	height:40px;
	padding-left: 20px;
	outline:none;
	border:1px solid #e2e2e2;
	color:#444;
}
.fapiaott_info_bottom1 select option{
	color:#444;
	line-height:30px;
}
.fapiaott_info_bottom1 dl{
	float:left;
}
.fapiaott_info_bottom1 dd{
	float: left;
    border: 1px solid #e2e2e2;
    color: #444;
    line-height: 38px;
    width: 149px;
    text-align: center;
	margin-right:6px;
	cursor:pointer;
}
.fapiaott_info_bottom1 dd:hover{
	border: 2px solid #005ba1;
	color: #005ba1;
	line-height: 36px;
	background: url(../images/gou.jpg) no-repeat right bottom;
}
.fapiaott_info_bottom1 dd.current{
	border: 2px solid #005ba1;
	color: #005ba1;
	line-height: 36px;
	background: url(../images/gou.jpg) no-repeat right bottom;
}
.fapiaott_info_bottom2{
	margin-bottom:7px;
	overflow:hidden;
}
.fapiaott_info_bottom2 label{
	float:left;
	width:120px;
	color:#444;
	text-align:right;
	margin-right:20px;
	line-height:40px;
}
.fapiaott_info_bottom2 label b{
	color:#ff8b34;
	font-style:normal;
}
.fapiaott_info_bottom2 input{
	float:left;
	width:304px;
	border:1px solid #e2e2e2;
	outline:none;
	line-height:38px;
	color:#444;
	padding-left:20px;
}

/*发票地址*/
.inner_fr_fpaddress{
	margin-top:25px;
	overflow:hidden;
	border:1px solid #e2e2e2;
	padding:28px 35px;
}
.fpaddress_top{
	overflow:hidden;
}
.fpaddress_top_title{
	color: #6d6d6d;
	margin-bottom:20px;
}
#tabs7{
	
}
#menu7{
	float:left;
}
#main7{
	margin-bottom:28px;
	overflow:hidden;
}
.fpaddress_top1{
	overflow:hidden;
}
#menu7 li{
    cursor: pointer;
    color: #005ba1;
    text-align: center;
    float: left;
    width: 110px;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #005ba1;
	margin-right:20px;
}
#menu7 li.hover{
	color: #fff;
    background-color: #005ba1;
    border: 1px solid #005ba1;
}
.fpaddress_top2{
	clear:both;
	margin-top:20px;
}
#main7 ul{
	display: none;
}
#main7 ul.block{
	display: block;
}
.fpinfo{
	border:1px solid #005ba1;
	color:#6d6d6d;
	overflow:hidden;
	line-height:41px;
	padding:0px 20px;
	font-size:12px;
}
.fpinfo span{
	float:left;
}
.fpinfo p{
	float:left;
	margin:0px 40px 0px 15px;
}
.fpinfo p a{
	float:none;
	color:#005ba1;
}
.fpinfo a{
	float:left;
	color:#005ba1;
	cursor:pointer;
}
/*普通发票*/
.video-popup3 {
	position:fixed;
	z-index:999;
	width:562px;
	height:280px;
	background:#c3c3c3;
	border-radius:5px;
	left:50%;
	top:50%;
	margin:-140px 0 0 -281px;
	padding:5px;
	display:none;
}
.video-popup3 .box {
	background:#fff;
	height:100%
}
.video-popup3 .close {
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	right: 5px;
	top: 5px;
	background:url(../images/close-icon.png) no-repeat
}
.video-popup3 .p-01 {
	font-weight:bold;
	font-size:15px;
	margin:5px 0;
}
.video-popup3 .p-02 {
	font-size:12px;
}
.video-popup3 a {
	color:#274095;
}
.video-popup3 a:hover {
	text-decoration:underline;
}
.fpinfo_ptfp {
	padding:28px 30px;
	overflow:hidden;
}

/*增值税发票*/
.video-popup4 {
	position:fixed;
	z-index:999;
	width:562px;
	height:480px;
	background:#c3c3c3;
	border-radius:5px;
	left:50%;
	top:50%;
	margin:-240px 0 0 -281px;
	padding:5px;
	display:none;
}
.video-popup4 .box {
	background:#fff;
	height:100%
}
.video-popup4 .close {
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	right: 5px;
	top: 5px;
	background:url(../images/close-icon.png) no-repeat
}
.video-popup4 .p-01 {
	font-weight:bold;
	font-size:15px;
	margin:5px 0;
}
.video-popup4 .p-02 {
	font-size:12px;
}
.video-popup4 a {
	color:#274095;
}
.video-popup4 a:hover {
	text-decoration:underline;
}
.fpinfo_zzsfp {
	padding:28px 30px;
	overflow:hidden;
}

.fpaddress_bottom{
	overflow:hidden;
}
.fpaddress_bottom_title{
	color: #6d6d6d;
	margin-bottom:20px;
}
.fpaddress_bottom_con{
	
}
.fpaddress_bottom_con span{
	float:left;
	color:#6d6d6d;
	margin-right:30px;
}
.fpaddress_bottom_con a{
	float: left;
    color: #005ba1;
    cursor: pointer;
}

/*修改发票地址*/
.video-popup5 {
	position:fixed;
	z-index:999;
	width:703px;
	height:380px;
	background:#c3c3c3;
	border-radius:5px;
	left:50%;
	top:50%;
	margin:-190px 0 0 -351px;
	padding:5px;
	display:none;
}
.video-popup5 .box {
	background:#fff;
	height:100%
}
.video-popup5 .close {
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	right: 5px;
	top: 5px;
	background:url(../images/close-icon.png) no-repeat
}
.video-popup5 .p-01 {
	font-weight:bold;
	font-size:15px;
	margin:5px 0
}
.video-popup5 .p-02 {
	font-size:12px
}
.video-popup5 a {
	color:#274095
}
.video-popup5 a:hover {
	text-decoration:underline
}
.xiugai {
	padding:28px 30px;
}
.xiugai ul li {
	overflow:hidden;
	line-height:31px;
	margin-bottom:6px;
}
.xiugai ul li span {
	width:120px;
	text-align:right;
	padding-right:10px;
	display:block;
	float:left;
	height:31px;
	line-height:31px;
	color:#6d6d6d
}
.xiugai ul li span b {
	color:#ff7300;
}
.xiugai ul li select {
	width:165px;
	height:31px;
	line-height:31px;
	border:1px solid #e2e2e2;
	font-size:12px;
	color:#c4c4c4;
}
.xiugai ul li input {
	width:506px;
	height:31px;
	line-height:31px;
	padding:0 10px;
	border:1px solid #e2e2e2;
	float:left;
	color:#c4c4c4;
}
.xiugai ul li textarea {
	border:1px solid #e2e2e2;
	color:#c4c4c4;
	font-size:14px;
	width:504px;
	height:61px;
	background:none;
	padding-top:7px;
	padding-left:5px;
	outline:0
}
.xiugai ul li.check {
	margin-left: 120px;
	font-size:12px;
	color:#6d6d6d;
	vertical-align:middle;
	position:relative;
	padding-left:20px;
}
.xiugai ul li.check input {
	width:14px;
	height:14px;
	background:none;
	border:1px solid #e2e2e2;
	position:absolute;
	top:9px;
	left:0;
}

/*评价*/
.pingjia_pro{
	margin:25px 0px;
	overflow:hidden;
}
.pingjia_pro_fl{
	float:left;
	width:400px;
	height:400px;
}
.pingjia_pro_fl img{
	width:400px;
	height:400px;
	border:1px solid #e2e2e2;
}
.pingjia_pro_fr{
	float:right;
	width:500px;
}
.proshow_top_fr1 .pj_price{
	color: #ff8b34;
    font-size: 16px;
	line-height: 26px;
	font-weight:bold;
}
.inner_fr_pingjia{
	overflow:hidden;
	border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}
.pingjia1{
	margin-bottom:15px;
	overflow:hidden;
}
.pingjia1 dl{
	margin-bottom:10px;
	overflow:hidden;
}
.pingjia1 dl dt{
	float:left;
	color:#6e6e6e;
	text-align:right;
	width:70px;
}
.pingjia1 dl dd{
	float:left;
}
.pingjia1 dl dd a{
	display:block;
	float:left;
	margin-right:5px;
}
.pingjia2{
	margin-bottom:15px;
	overflow:hidden;
}
.pingjia2 label{
	float:left;
	width:70px;
	color:#6e6e6e;
}
.pingjia2 textarea{
	float:left;
	border:1px solid #e2e2e2;
	overflow:auto;
	padding:10px 15px;
	line-height:26px;
	resize:none;
	width: 430px;
	height:120px;
	color:#9f9f9f;
}
.pingjia3{
	margin-bottom:15px;
	overflow:hidden;
}
.pingjia3 label{
	float:left;
	width:70px;
	color:#6e6e6e;
}
.scpic{
	float:left;
}
#tu1 {
	float:left;
	width: 80px;
    height: 80px;
	margin:0 auto;
}
#tu1 img{
	width: 80px;
    height:80px;
	border: 1px solid #e2e2e2;
}
.tuimg1 img{
    width: 80px;
    height:80px;
}
.upload1 {
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	text-align: center;
	cursor: pointer;
}
.upload1 input {
	width: 100%;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	height:80px;
}

.pingjia4 input{
	float:left;
	background: #ff7200;
    width: 87px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    margin-left: 70px;
	cursor:pointer;
}


/*申请售后*/
.inner_fr_refund{
	margin-top:25px;
	overflow:hidden;
	border:1px solid #e2e2e2;
	padding:30px;
}
.refund_top{
	border-bottom:1px solid #e2e2e2;
	overflow:hidden;
	padding-bottom:30px;
	margin-bottom:30px;
}
.refund_top_img{
	float:left;
	width:100px;
	height:100px;
	border:1px solid #e2e2e2;
}
.refund_top_img img{
	width:98px;
	height:98px;
}
.refund_top_txt{
	float:left;
	margin-left:20px;
}
.refund_top_txt h3{
	color:#000;
	line-height:26px;
	margin-bottom:10px;
	font-size:16px;
}
.refund_top_txt li{
	float:left;
	color:#ff7200;
}
.refund_bottom{
	overflow:hidden;
}
.refund_bottom_title{
	color:#000;
	font-size:16px;
}
.refund_bottom_con{
	margin-top:30px;
	overflow:hidden;
}
.refund_bottom_con li{
	float: left;
    width: 47%;
    border: 1px solid #e2e2e2;
    padding: 35px;
    overflow: hidden;
    margin: 0 1.5%;
}
.refund_bottom_con li a{
	display:block;
	
}
.tk{
	background:url(../images/tk.png) no-repeat left center;
	padding-left: 66px;
}
.thtk{
	background:url(../images/thtk.png) no-repeat left center;
	padding-left: 60px;
}
.refund_bottom_con li a h3{
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}
.refund_bottom_con li a p{
	color:#6e6e6e;
}
.inner_fr_tuikuan{
	margin-top:25px;
	overflow:hidden;
}


.sqshouhou{
	margin-top:50px;
	overflow:hidden;
}
.sqshouhou ul{
	margin-left:32px;
}
.sqshouhou li{
	text-align:center;
	margin-right:1px;
	float:left;
	width:300px;
	position:relative;
}
.sqshouhou li img{
	width:300px;
	height:50px;
}
.sqshouhou li h3{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	position:absolute;
	top: 0px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
	line-height:50px;
}
.sqshouhou li p{
	font-size:14px;
	color:#363636;
	line-height:50px;
}
.inner_fr_tuikuan{
	margin-top:30px;
	overflow:hidden;
	padding:30px;
	border:1px solid #e2e2e2;
}

.inner_fr_tuikuan dl{
	margin-bottom:20px;
	overflow:hidden;
}
.inner_fr_tuikuan dl dt{
	float:left;
	line-height:30px;
}
.inner_fr_tuikuan dl dd{
	float:left;
	margin-left:20px;
}
.inner_fr_tuikuan dl dd span{
	margin-right:20px;
}
.inner_fr_tuikuan dl dd span input{
	margin-top:2px;
}
.inner_fr_tuikuan dl dd b{
	color:#ff7300;
	float:left;
	margin-top:7px;
	margin-left:10px;
}
.tkje{
	float:left;
	line-height:30px;
	border:1px solid #e2e2e2;
	width:200px;
	color:#ff7300;
	padding-left:15px;
}
.tksm{
	float: left;
    border: 1px solid #e2e2e2;
    overflow: auto;
    padding: 10px 15px;
    line-height: 26px;
    resize: none;
    width: 430px;
    height: 120px;
    color: #9f9f9f;
}
.tktj{
	float: left;
    background: #ff7200;
    width: 180px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    margin-left: 70px;
    cursor: pointer;
}

/*等待卖家处理退款*/
.inner_fr_waittuikuan{
	margin-top:30px;
	overflow:hidden;
	padding:30px;
	border:1px solid #e2e2e2;
}
.inner_fr_waittuikuan p{
	line-height:26px;
	text-align:center;
}

/*退款成功*/
.inner_fr_tuikuansuccess{
	margin-top:30px;
	overflow:hidden;
	padding:30px;
	border:1px solid #e2e2e2;
}
.inner_fr_tuikuansuccess p{
	font-size: 25px;
    color: #242424;
	width:200px;
	margin:0 auto;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.inner_fr_tuikuansuccess img{
	vertical-align: middle;
	margin-right:10px;
}


/*光洋协议*/
.inner_agreement{
	overflow: hidden;
    margin: 50px 0px;
}
.xieyi_title{
	text-align:center;
	font-size:16px;
	color:#000;
	margin-bottom:20px;
	overflow:hidden;
}
.xieyi_con{
	line-height:28px;
	color:#666;
}


/*评价*/
.pingjia1 .pj-nocheck {
    float: left;
    width: 15px;
    height: 15px;
	margin-right:5px;
    background: url(../images/star.png) no-repeat;
	cursor:pointer;
}
.pingjia1 .pj-checked{
    float: left;
    width: 15px;
    height: 15px;
	margin-right:5px;
    background: url(../images/star_h.png) no-repeat;
	cursor:pointer;
}





/*补充css*/
.inner_fr_tuikuan dl dd select{
	float: left;
	line-height: 30px;
	height:30px;
	border: 1px solid #e2e2e2;
	width: 200px;
	color: #9f9f9f;
	padding-left: 15px;
}
.inner_fr_tuikuan dl dd p{
	float:left;
	margin-right:10px;
	line-height:30px;
}
.inner_fr_tuikuan dl dd a{
	float:left;
	color:#ff7200;
	line-height:30px;
}
.inner_fr_record{
	margin-top:25px;
	overflow:hidden;
	border: 1px solid #e2e2e2;
}
.record_title{
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
	background-color: #f5f5f5;
	line-height: 41px;
}
.record_title li{
	float: left;
	color: #6d6d6d;
	width:20%;
	text-align: center;
}
.record_con{
	overflow:hidden;
}
.record_cons{
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
	line-height: 41px;
}
.record_cons:last-child{
	border-bottom:none;
}
.record_cons li{
	float: left;
	color: #6d6d6d;
	width:20%;
	text-align: center;
}
.record_cons li a{
	color:#6d6d6d;
}


.spjs a{
	color:#207ec8;
}
.spjs a:focus{
	color:#207ec8;
}








