@charset "utf-8";
.header1{
	font-size: 0;
	background: #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
}
.header1 .header1-left{
	
}
.header1 .header1-left .hyc{
	font-size: 14px;
	color: #666666;
	line-height: 39px;
}
.header1 .header1-left .list{
	font-size: 14px;
	color: #777777;
	margin-left: 20px;
	line-height: 39px;
}
.header1 .header1-left .list .item{
	font-size: 14px;
	color: #777777;
	line-height: 39px;
	display: inline-block;
	vertical-align: top;
}
.header1 .header1-left .list .item.active{
	color: #edb301;
}
.header1 .header1-right{
	
}
.header1 .header1-right .list{
	
}
.header1 .header1-right .list li{
	margin-right: 20px;
}
.header1 .header1-right .list li:last-child{
	margin-right: 0;
}
.header1 .header1-right .list li a{
	display: block;
	font-size: 12px;
	color: #666666;
	padding-right: 16px;
	background: url(../images/icon1.jpg) no-repeat right center;
	background-size: 8px 5px;
	line-height: 39px;
}
.header1 .header1-right .icon-list{
	margin-left: 18px;
}
.header1 .header1-right .icon-list li{
	margin-right: 16px;
	position: relative;
}
.header1 .header1-right .icon-list li:last-child{
	margin-right: 0;
}
.header1 .header1-right .icon-list li a{
	display: block;
	font-size: 12px;
	color: #666666;
	line-height: 39px;
	cursor: pointer;
}
.header1 .header1-right .icon-list li a.shopcart{
	padding-left: 24px;
	background: url(../images/cart.png) no-repeat left center;
	background-size: 18px 15px;
}
.header1 .header1-right .icon-list li a.phone{
	padding-left: 16px;
	background: url(../images/icon1.png) no-repeat left center;
	background-size: 9px 15px;
}
.header1 .header1-right .icon-list li a.wx{
	padding-left: 20px;
	background: url(../images/icon2.png) no-repeat left center;
	background-size: 15px 15px;
}
.header1 .header1-right .icon-list li .erji-box{
	display: none;
	position: absolute;
	top: 46px;
	right: 0;
	z-index: 99;
	width: 230px;
	background: #148cf2;
	padding: 26px;
}
.header1 .header1-right .icon-list li .erji-box:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #148cf2;
    top: -12px;
    right: 35px;
}
.header1 .header1-right .icon-list li .erji-box img{
	width: 178px;
}

.header2{
	font-size: 0;
}
.header2 .logo{
	margin: 28px 0;
}
.header2 .logo a{
	display: block;
}
.header2 .logo img{
	height: 88px;
}
.header2 .search-box{
	margin: 21px 0 21px 100px;
}
.header2 .search-box .cate-list{
	
}
.header2 .search-box .cate-list .item{
	font-size: 14px;
	color: #444444;
	padding-right: 11px;
	margin-right: 11px;
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
}
.header2 .search-box .cate-list .item::before{
	content: '|';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #444444;
}
.header2 .search-box .cate-list .item:last-child::before{
	display: none;
}
.header2 .search-box .cate-list .item:last-child{
	margin-right: 0;
}
.header2 .search-box .cate-list .item.active{
	font-weight: bold;
}
.header2 .search-box .cate-list .item.active::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #007cc4;
	bottom: 0;
	left: 50%;
	transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-o-transform: translate(-100%,0);
	-moz-transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
}
.header2 .search-box .search-form-box{
	margin-bottom: 12px;
}
.header2 .search-box .search-form-box .form{
	border: 3px solid #007cc4;
}
.header2 .search-box .search-form-box .form .pic{
	width: 39px;
	height: 39px;
	position: relative;
}
.header2 .search-box .search-form-box .form .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.header2 .search-box .search-form-box .form .input{
	font-size: 12px;
	color: #333333;
	width: 310px;
	height: 39px;
	border: none;
}
.header2 .search-box .search-form-box .form .input:-webkit-placeholder{
	color: #c8c8c8;
}
.header2 .search-box .search-form-box .form .input:-moz-placeholder{
	color: #c8c8c8;
}
.header2 .search-box .search-form-box .form .submit{
	width: 95px;
	height: 39px;
	background: #007cc4;
	border: none;
	cursor: pointer;
	font-size: 15px;
	color: #ffffff;
}
.header2 .search-box .search-form-box .fabu-box{
	width: 118px;
	height: 45px;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	text-align: center;
	margin-left: 16px;
	cursor: pointer;
}
.header2 .search-box .search-form-box .fabu-box img{
	width: 15px;
	height: 15px;
	margin-top: 14px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}
.header2 .search-box .search-form-box .fabu-box span{
	font-size: 16px;
	color: #333333;
	margin-top: 11px;
	display: inline-block;
	vertical-align: top;
}
.header2 .search-box .hot-search{
	
}
.header2 .search-box .hot-search span{
	font-size: 12px;
	color: #535b5e;
}
.header2 .search-box .hot-search a{
	font-size: 12px;
	color: #888888;
	margin-right: 8px;
}
.header2 .search-box .hot-search a:last-child{
	margin-right: 0;
}
.header2 .douyin{
	text-align: center;
	margin: 19px 0;
}
.header2 .douyin a{
	display: block;
}
.header2 .douyin img{
	height: 100px;
}
.header2 .douyin p{
	font-size: 14px;
	color: #555555;
	margin-top: 3px;
}
.header3{
	font-size: 0;
	background: #007cc4;
}
.header3 .nav{
	
}
.header3 .nav .yiji{
	
}
.header3 .nav .yiji li{
	
}
.header3 .nav .yiji li a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	padding: 0 38px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	transition: all .3s;
}
.header3 .nav .yiji li:hover a,
.header3 .nav .yiji li.active a{
	background: #005c91;
}
.header3 .tel{
	font-size: 16px;
	color: #f2f2f2;
	height: 48px;
	line-height: 48px;
	padding-left: 30px;
	background: url(../images/icon4.png) no-repeat left center;
	background-size: 18px 18px;
}
.header3 .fabu{
	cursor: pointer;
	padding: 5.5px 0;
	position: relative;
}
.header3 .fabu .fabu-box{
	display: block;
	width: 122px;
	height: 37px;
	background: url(../images/icon04.png) no-repeat left center;
	background-size: 122px 37px;	
}
.header3 .fabu .list{
	display: none;
	position: absolute;
	background: #007cc4;
	z-index: 999;
	width: 100%;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.header3 .fabu .list a{
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 38px;
	padding: 0 15px;
	border-bottom: 1px solid #4c9fd0;
}
.pagination-wrapper{ 
	font-size: 0;
  	margin: 20px 0;
  	text-align: center;
} 
.pagination{   	
  	line-height: normal!important;
  	text-align: center; 
} 
.pagination>li { 
  	display: inline-block;
  	vertical-align: top;  
  	margin-right: 8px; 
  	margin-bottom: 8px;
} 
.pagination>li:last-child{
	margin-right: 0;
}
.pagination li a,
.pagination li span{   
  	display: block; 
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dddddd; 
  	color: #333; 
  	text-decoration: none; 
  	border-radius: 0;
	transition: all .3s;
	background: #ffffff;
} 
.pagination>li.disabled span,
.pagination>li.active span{ 
  	background: #007cc4; 
  	color: #fff;
  	border-color: #007cc4;
} 
.pagination>li>a:hover{ 
  	background:#007cc4; 
  	color:#fff; 
  	border-color: #007cc4;
}

/* input单图上传,可预览 */
.input-file-show { 
	background-color: #FFF;
	display: inline-block;
	vertical-align:middle;
	padding-left: 30px;
	border: 1px solid #e6e6e6;
	position: relative;
	z-index: 1;
}
.input-file-show:hover { 
	border-color: #3bb4f2; 
	-moz-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); 
	-webkit-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); 
	box-shadow: 0 0 5px rgba(44, 188, 163, 0.5);
}
.type-file-box { 
	display: block; 
	width: 355px; 
	height: 28px; 
	position: relative; 
	z-index: 1; 
}
.type-file-text { 
	line-height: 28px !important; 
	height: 28px !important; 
	display: block; 
	width: 265px; 
	float: left !important; 
	padding: 0 !important; 
	margin: 0 !important; 
	border: none 0 !important; 
	border-radius: 0 !important; 
}
.input-file-show span.show { 
	width: 28px; 
	height: 28px; 
	text-align: center; 
	padding: 2px; 
	position: absolute; 
	z-index: 2; 
	top: 0; 
	left: 0; 
}
.input-file-show span.show a { 
	color: #AAA; 
	display: block; 
	width: 100%; 
	height: 100%;
}
.input-file-show:hover span.show a,
.input-file-show span.show a:hover { 
	color: #00B7EE; 
	text-decoration: none;
}
.input-file-show span.show i { 
	font-size: 22px; 
	line-height: 32px; 
	display: block; 
}
.input-file-show span.show img { 
	max-width: 32px; 
	max-height: 32px; 
}
.type-file-button,
.type-file-button:focus { 
	background-color: #E6E6E6; 
	display: block; 
	width: 90px; 
	height: 28px; 
	float: left !important; 
	border: 0; 
	border-radius: 0 3px 3px 0; 
}
.input-file-show:hover .type-file-button { 
	color: #FFF; 
	background-color: #00B7EE;
}
.type-file-file { 
	width: 100%;
	position: absolute; 
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	filter:alpha(opacity:0);
	opacity: 0; 
	cursor: pointer; 
}
.type-file-preview { 
	background: #FFF; 
	display: none; 
	padding: 5px; 
	border: solid 5px #71CBEF; 
	position: absolute; 
	z-index: 999; 
}
img.layer_tips_img {
	width: 150px;
	max-height: 250px;
}
/* input单图上传,可预览 */

.footer{
	background: #3d3d3d;
	padding: 60px 0 30px;
}
.footer .footer1{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #4b4b4b;
}
.footer .footer1 .fnav{
	
}
.footer .footer1 .fnav li{
	margin-right: 120px;
}
.footer .footer1 .fnav li:last-child{
	margin-right: 0;
}
.footer .footer1 .fnav li .title{
	margin-bottom: 10px;
}
.footer .footer1 .fnav li .title a{
	font-size: 14px;
	color: #aaaaaa;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}
.footer .footer1 .fnav li p{
	
}
.footer .footer1 .fnav li p a{
	font-size: 14px;
	color: #aaaaaa;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}
.footer .footer1 .finfo{
	text-align: center;
}
.footer .footer1 .finfo .flogo{
	margin-bottom: 8px;
}
.footer .footer1 .finfo .flogo img{
	height: 59px;
}
.footer .footer1 .finfo .tel{
	font-size: 0;
}
.footer .footer1 .finfo .tel span{
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}
.footer .footer1 .finfo .tel font{
	font-size: 24px;
	color: #edb301;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.footer .footer1 .finfo .address{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 6px;
}
.footer .footer2{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 25px;
}
.footer .footer3{
	text-align: center;
}
.footer .footer3 a{
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}


.fentan{ width:140px; background:#fff; left:790px; top:710px; position:absolute;/*-webkit-box-shadow: #ccc 0px 5px 20px;-moz-box-shadow: #ccc 0px 5px 20px;box-shadow: #ccc 0px 5px 20px;发光*/ border-radius:5px; border:1px solid #e7eaf1; z-index:9999;}
.fentan span{ width: 14px;height: auto;margin-left: -11px;position: relative;top: 57px;}
.fentan>span>img{transform: rotate(-90deg);-ms-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-o-transform: rotate(-90deg);}
.fentan a{ color:#262626; font-size:14px; height:38px; line-height:38px; width:100px; margin:auto; display:block; position:relative; top:-8px;}
.fentan a:hover{ color:#02a0e9;}
.kongjian{ background:url(../images/qqkong.png) no-repeat 0 10px; padding-left:25px;}
.haoyou{ background:url(../images/qqhao.png) no-repeat 0 10px; padding-left:25px;}
.xinlang{ background:url(../images/xinlang.png) no-repeat 0 6px; padding-left:27px;}
.weixinsao{ background:url(../images/weixinsao.png) no-repeat 0 6px; padding-left:30px;}
.fentan em{ width:120px; height:120px; display:block; margin:auto;}
.fentan em img{ width:100%; height:100%;}

.vips{
	background-color: #E5A535;padding: 5px 8px;line-height: 24px;text-align: center;width: 66px;position: absolute;top: -1px;right: -1px;color: #fff;
}
.min-vips{
	background-color: #E5A535;
    padding: 5px 5px;
    line-height: 13px;
    text-align: center;
    max-width: 66px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    /* border-radius: 3px; */
    font-size: 11px;
}