html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-family:MicrosoftYaHei;
}

div,p,a,li,input,select,span,textarea {
	line-height: 150%;
	outline: 0;
	margin: 0;
	padding: 0;
	font-family:MicrosoftYaHei;
}

img {
	height: auto;
	border: 0;
	outline: 0;
	display: block;
}

input,button,select {
	outline: 0;
	border: 0;
	background: none;
}

a {
	text-decoration: none
}

.clearfix {
	clear: both
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

ul {
	list-style: none
}

input::-webkit-input-placeholder {
	color: #999;
}

body{
	min-width: 1200px;
}

/*头部*/

.head{
	width: 100%;
	background: #F2F2F4;
	height: 40px;
	line-height: 40px;
}

.head .head_content{
	width: 1200px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
}
.head .head_content .left{
	float: left;
	height: 40px;
	line-height: 40px;
}

.head .head_content .left img{
	vertical-align: middle;
	float: left;
	margin-top: 9px;
}

.head .head_content .left .before{
	float: left;
	font-size: 12px;
	color: #202121;
	margin-left: 20px;
	height: 40px;
	line-height: 40px;
	/*display: none;*/
}

.head .head_content .left .after{
	float: left;
	font-size: 12px;
	color: #202121;
	margin-left: 20px;
	height: 40px;
	line-height: 40px; 
}

.head .head_content .left .before span{
	font-size: 12px;
	color: #202121;
	margin-right: 10px;
}

.head .head_content .left .before span a{
	font-size: 12px;
	color: #202121;
	margin-right: 10px;
}

.head .head_content .left .before span a:hover{
	color: #FD7E23;
}

.head .head_content .left .after span a{
	color: #FD7E23;
	margin-left: 10px;
}


.head .head_content .left .after span i{
	font-style: normal;
	color: #FD7E23;
}

.head .head_content .left .after span a:hover{
	color: #FD7E23;
}

.head .head_content .right{
	float: right;
	width: auto;
	height: 40px;
	line-height: 40px;
}
.head .head_content .right span input{
	width: 142px;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	box-sizing: border-box;
	border: 1px solid #CFCFCF;

}

.head .head_content .right span .btn{
	width: 56px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-left: 10px;
	color: #fff;
	border: 0;
	background: #0C5DAA;
	font-size: 12px;
	cursor: pointer;

}
.head .head_content .right span .btn2{
	background: #FD7E23;
}

/*公司名称*/
.company{
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.company .company_content{
	margin: 0 auto;
	width: 1200px;
}

.company .company_content .left{
	float: left;
	width: auto;
}

.company .company_content .left img{
	width: 196px;
	height: 60px;
	margin: 30px 0;
	float: left;
}

.company .company_content .left h3{
	float: left;
	font-size: 28px;
	color: #FD7E23;
	font-weight: bold;
	margin-top: 55px;
	margin-left: 25px;

}

.company .company_content .right{
	float: right;
	margin-top: 45px;
	vertical-align: middle;
} 

.company .company_content .right img{
	width: 47px;
	height: 47px;
	margin-right: 5px;
	float: left;
}

.company .company_content .right h3{
	float: right;
	color: #E41421;
	font-size: 40px;
	margin-top: 12px;

}

/*导航*/

.nav{
	width: 100%;
	background: #0C5DAA;
	height: 50px;
	line-height: 50px;
}

.nav .content{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

.nav .content ul{
	width: 100%;
	height: 50px;
	line-height: 50px;
    margin-top:1px;
}

.nav .content ul li{
	float:left;
	position: relative;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;

}
.nav .content ul li a{
	color: #fff;
	font-size: 16px;
	width: 124px;
	border-right: 1px solid #00498E;
	box-sizing: border-box;	
	display: inline-block;	
	height: 50px;
	line-height: 50px;
}

.nav .content ul li a:hover{
	background: #FD7E23;
    text-decoration:none;
}

.nav .content ul .on a{
	background: #FD7E23;
}

.nav .content ul li .hidden{
	position: absolute;
	z-index: 999999;
	display: none;
}

.nav .content ul li .hidden ul li{
	background:rgba(253,126,35,0.4);
	color: #fff;
	margin-bottom: 1px;
}
.nav .content ul li .hidden ul li a{
		border-right: 0;
}
.nav .content ul li .hidden ul li a:hover{
	background:rgba(253,126,35,0.7) !important;
}
/*轮播图*/

.banner{
	width: 100%;
	overflow: hidden;
}

.banner .slideBox{
	 width:100%; 
	 height:500px;
	 overflow:hidden;
	 position:relative;
	 border:1px solid #ddd;
	 text-align: center;
	 display: flex;
     justify-content: center;
}
.banner .slideBox .hd{ 
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	bottom: 10px;
	left: 50%;
	z-index:1; 
}

.banner .slideBox .hd ul{ 
	overflow:hidden;
	zoom:1; 
	float:left;  
}
.banner .slideBox .hd ul li{ 
	float:left; 
	margin-right:2px;  
	width:12px; 
	height:12px; 
	border-radius: 50%;
	line-height:14px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
	margin-right: 20px;
	cursor: pointer; 
}

.banner .slideBox .hd ul li.on{ 
	background:#FD7E23; 
	color:#fff; 
}

.banner .slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0; 

}

.banner .slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle;
	position: relative;
	 }
.banner .slideBox .bd img{ 
	width:1920px; 
	height:500px; 
	display:block;}
.banner .slideBox .btn{
	width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    overflow:hidden;
    height: 40px;

}
.slideBox .prev,.slideBox .next{ 
	position:absolute; 
	left:0; 
	top:50%; 
	margin-top:-25px; 
	display:block; 
	width:32px; 
	height:40px; 
	cursor: pointer;
	background:url(https://style.feijiu.net/images/shop/shop25/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.slideBox .next{ 
	left:auto; 
	right:0; 
	background-position:8px 5px; }
.slideBox .prev:hover,.slideBox .next:hover{ 
	filter:alpha(opacity=100);
	opacity:1;  }
.slideBox .prevStop{ display:none;}
.slideBox .nextStop{ display:none;}

.banner .slideBox .bd li .info{
	position: absolute;
	bottom: 40px;
	z-index: 99999;
	width: 1200px;
	padding:20px;
	box-sizing: border-box;
	margin: 0 auto;
	left: 50%;
	margin-left: -600px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 14px;
	text-align: left;

}
.banner .slideBox .bd li .info span{
	color: #FD7E23;
	margin-right: 5px;
	letter-spacing: 2px;
	line-height: 28px;

}

/*友情链接*/

.friend{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.friend h3{
	font-size: 14px;
	color: #555;
}

.friend .content{
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

.friend .content a{
	float: left;
	font-size: 14px;
	color: #555;
	line-height: 26px;
	margin-right: 15px;
}

.friend .content a:hover{
	color: #FD7E23;
}

/*底部*/

.bottom{
	width: 100%;
	height: 260px;
	background: #0C5DAA;
	margin-top: 60px;
}

.bottom .content{
	width:750px;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 0;
}

.bottom .content .address{
	color: #fff;
	font-size: 16px;
}

.bottom .content .technology{
	font-size: 14px;
	color: #042849;
	margin-top: 5px;
}


.bottom .content .technology a{
	font-size: 14px;
	color: #042849;
	margin-top: 5px;
    text-decoration:none;
}
.bottom .content .technology a:hover{color: #042849; text-decoration:none;}

.bottom .content ul{
	width: 90%;
	text-align: center;
	margin-top: 15px;
	margin-left: 5%;
}
.bottom .content .ewm{
    width:720px;
}
.bottom .content ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.bottom .content ul li img{
	display: inline-block;
}
.bottom .content ul li p{
	font-size: 14px;
	color: #fff;
}




/*面包屑*/
.crumbs{
	width: 1200px;
	margin: 30px auto 20px;
}

.crumbs p{
	font-size: 20px;
	color: #999;
}

.crumbs p a{
	color: #222;
}

.crumbs p span{
	color: #222;
}

.crumbs p a:hover{
	color: #FD7E23;
}
/*二级页面公共左侧*/

.con_info{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 28px;
}

.con_info .left{
	width: 320px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	padding-bottom: 30px;
	float: left;
}

.con_info .title{
	border-bottom: 2px solid #eee;
	width: 100%;
	padding-top: 20px;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
	height: 65px;
}
.con_info .title h3{
	font-size: 20px;
	color: #222;
	font-weight: bold;
	float: left;
	border-bottom: 2px solid #0C5DAA;
	padding-bottom: 15px;
	margin-top: 4px;
	box-sizing: border-box;
}
.con_info .left .words{
	width: 100%;
	overflow: hidden;
	padding: 0 22px;
	box-sizing: border-box;
}

.con_info .left .words ul li{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #555;
}

.con_info .left .words ul li:first-child{
	color: #222;
	font-weight: bold;
}
.con_info .left .words img{
	float: left;
	margin-top: 20px;

}
.con_info .left .words .ewm{
	margin-left: 62px;
    width:120px;
    height:120px;
    margin-right:5px;
}
.con_info .left .words .sc{
	width: 16px;
	height: 120px;
	display: inline-block;
	font-size: 12px;
	color: #555;
	margin-top: 10px;
	text-align: center;
}

.con_info .right{
	float: right;
	width: 850px;

	overflow: hidden;
}
.con_info .right .words{
	margin-top: 30px;
	padding: 0 30px;
	box-sizing: border-box;
}
.con_info .right .top{
	background: #fff;
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.con_info .right .words ul{
	width: 100%; 
	margin-bottom: 30px;	
}

/*翻页*/


.page{
	margin: 0 auto;
	margin-bottom: 40px;
    text-align:right;
}
.page .pagea{ 
	margin-top: 10px;
}

.page .pagea a {
	padding:0 5px;
	border: 1px solid #0C5DAA;
	margin:0 1px;
	color: #0C5DAA;
}

.page .pagea a:hover{
	color: #fff;
	background: #0C5DAA;
}

.page .pagea .on{
	padding:0 5px;
	border: 1px solid #0C5DAA;
	margin:0 1px; 
	background: #0C5DAA;
	color: #fff;
}

.page .notfind{
	text-align: center;
	color: #999;
	font-size: 12px;
}
.page .notfind a{
	color: #FD7E23;
	margin: 0 2px;
}



/***登录**/
.dlts button{ background:#1a9530;}
.modal-body{ width:600px; padding:20px; box-shadow:none; border:none}
.modal-body .left{ float:left; width:300px;}
.modal-body h1{ font-size:14px; color:#1a9530; margin-bottom:5px; border:none; box-shadow:none}
.modal-body .left h1 a{ margin-left:140px;}
.modal-body .left a{ color:#ccc; font-size:12px; text-decoration:none;}
.modal-body .left a:hover{ color:#1a9530;}
.modal-body .left input{ padding:8px 50px; font-size:12px; color:#d7d6d5; margin-bottom:8px; border:1px solid #ddd;}
.modal-body .left .ren{ background:url(https://style.feijiu.net/images/gq_details/person.jpg) 0 0 no-repeat; outline:none; box-shadow:none}
.modal-body .left .mm{ background:url(https://style.feijiu.net/images/gq_details/password.jpg) 0 0 no-repeat;}
.modal-body .left .button{ width:233px; height:37px; color:#fff;background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#1b9530), to(#69d37a)); margin-top:10px; border-radius:6px;}
.modal-body .left span{ display:block; margin-left:76px; background:url(https://style.feijiu.net/images/gq_details/details.jpg) 0 4px no-repeat;}
.modal-body .left span a{ margin-left:20px;}
.modal-body .right ul li{ background:url(../images-png/details.png) 302px 7px no-repeat; padding-left:320px; font-size:13px; color:#222; margin-top:5px; list-style:none;}
.modal-body .right a{ font-size:16px; color:#1a9530; margin-left:380px; margin-top:20px; display:block;}



 


/*弹窗*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*+height:1%;}
.clearfloat { overflow:hidden; _height:1%}
.fl_left { float:left;}
.fl_right { float:right;} 
.tcwrap { width:600px; padding:9px; background:#c1c1c1; font-size:12px; line-height:24px;  color:#333; }
.tcwrap_w { width:522px;}
.tcwrap a { color:#333333; text-decoration:none;}
.tcwrap a:hover { color:#ff0000; text-decoration:underline;}
.tcm { width:598px; border:1px solid #8b8b8b; background-color:#fff; height:100%; overflow:hidden;  padding-bottom: 10px; background-image:none;text-align:left;}
.tcm_w { width:520px;}
.tcm h2 { line-height:32px; color:#fff; font-size:14px; background:#b6000c; border-bottom:1px solid #8c0400; padding:3px 0 0 10px; font-weight:bold; }
.tcm h2 span { font-weight:lighter; font-size:12px;}
.tcm h2 a { margin:7px 8px 0 0; display:block; float:right; width:17px; height:17px; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) no-repeat; background-position:0 -80px;}
.tcm h2 a:hover { background-position:-20px -80px;}
 
/*登录*/
.tc_dl { width:256px; padding:20px 35px 10px 0; margin-left:30px; _margin-left:15px; float:left; background:none;}
.tc_dl ul li span { float:right;}
.tc_dl ul li span a { color:#36c;}
.tc_dl ul li span a:hover { color:#f00;}
.tc_dl ul li input { width:214px; height:28px; border:1px solid #c6c6c6; line-height:28px; padding:0 0 0 40px; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) no-repeat; background-position:-220px -20px; color:#999; margin-bottom:10px;}
.tc_dl ul li input.mm {background-position:-220px -60px; _margin-bottom:-12px;}
.tc_dl ul li strong a { display:block; text-align:center;  border:none; width:256px; height:36px; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) 0 -118px no-repeat;color:#fff; font-size:14px; line-height:36px; clear:both; }
.tc_dl ul li strong a:hover { color:#fff; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) 0 -158px no-repeat; text-decoration:none;}
.tc_dl .dl_orther { margin-top:16px; padding-left:30px; _margin-top:-8px;}
.tc_dl .dl_orther span { display:block; float:left; padding:0 6px 0 15px; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) -247px 4px no-repeat;}
.tc_dl .dl_orther .img { display:block; float:left; width:63px; height:24px; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) -60px -80px no-repeat; padding-right:10px;} 
.tc_dl .dl_orthera { margin-top:16px; padding-left:30px; _margin-top:-8px;}
.tc_dl .dl_orthera span { display:block; float:left; padding:0 6px 0 15px; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) -246px -194px no-repeat;}
.tc_dl .dl_orthera .img { display:block; float:left; width:63px; height:24px; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) -60px -80px no-repeat; padding-right:10px;} 
.tc_dl ul li input.nn {background-position:-220px -220px;}

/*手机登录*/
.tc_dl_sj ul li input { background-position:-220px -221px;}
.tc_dl_sj .dl_orther span { display:block; float:left; padding:0 6px 0 15px; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) -291px -501px no-repeat;}

.zc{ float:left; margin-top:15px; border-left:1px solid #ccc; padding-left:35px;}
.zc a{ display:block; width:154px; height:36px; background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) no-repeat 0 -198px; overflow:hidden; text-indent:-50000px; margin:6px 0px 10px; }
.zc a:hover{ background-position:0 -238px;}
.zc span{ color:#2932e1; font-size:14px; font-weight:bold;}
.zc ul li{ background:url(https://style.feijiu.net/images/gqxx/btn_dlzc.jpg) no-repeat -252px -95px; padding-left:10px; line-height:20px;}
 
/*弹层*/
#screen{width:100%;height:100%;position:absolute;top:0;left:0;display:none;z-index:1100;background-color:#666;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;}
.popbox{ position:absolute;top:0;left:0;display:none;z-index:1200;}

/*温馨提示*/
.tc_ts1 { text-align:center; padding:15px 0;}
.tc_ts1 p { font-size:14px; line-height:40px;}
.tc_ts1 a { display:block; margin:0 auto; width:190px; height:56px; background:url(https://style.feijiu.net/images/gqxx/all.jpg) no-repeat; background-position: 0 -895px;}
.tc_ts1 a:hover { background-position: 0 -951px; }
.tc_ts1 span { display:block; margin-top:20px; height:42px; background:url(https://style.feijiu.net/images/gqxx/all.jpg) 20px -1007px no-repeat;}
.tc_ts2 {width:370px; margin:0 auto; padding:20px 0; line-height:30px;}
.tc_ts2 h3 { font-size:14px;}
.tc_ts2 h3 strong { color:#c00;}
.tc_ts2 p { text-indent:28px; font-size:14px;}
.tc_ts2 p em { font-style:normal; font-size:20px; font-weight:bold; color:#666;}
.tc_ts2 p strong { font-size:20px; color:#c00;}
.tc_ts2 span { display:block; margin-top:15px;}
.tc_ts2 span a { display:block; float:right;height:31px; line-height:31px; text-align:center;}
.tc_ts2 span a:hover { text-decoration:none;}
.tc_ts2 span a.qd { width:100px;  background:url(https://style.feijiu.net/images/gqxx/all.jpg) no-repeat; background-position:-200px -830px; color:#fff; font-size:14px;}
.tc_ts2 span a.qd:hover {background-position:-200px -862px;}
.tc_ts2 span a.qx { margin-left:5px; width:73px; color:#666; background:url(https://style.feijiu.net/images/gqxx/all.jpg) no-repeat; background-position:-153px -664px; font-size:14px;}
.tc_ts2 span a.qx:hover { background-position:-227px -664px;}
.tc_ts2 span a.sd { width:143px; background:url(https://style.feijiu.net/images/gqxx/all.jpg) no-repeat; background-position:-217px -903px; color:#fff; font-size:14px;}
.tc_ts2 span a.sd:hover {background-position:-217px -935px;} 

/*友情链接*/
.yl_box{ width:100%; overflow:hidden; }
.yl_main{ width:1118px; margin:20px auto;}
.yl_main h2{ float:left;margin: 8px 10px 20px 0px;width: 80px;font-weight: bold;font: normal 16px/18px "Microsoft yahei";} 
.yl_cont{margin: 12px 0 12px 50px;font-size: 12px;overflow: hidden;} 
.yl_cont a{ color:#333;float: left;margin: 8px 8px 3px 8px;width: auto;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

