	
	@charset "utf-8";
	
/*
	--------------------------
	间距清除 
	--------------------------
*/
	
	body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
	ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
	form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
	embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
	blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select
	
									{ 	margin:0; padding:0;	}
	ol,ul 							{ 	list-style:none;		}

	* 								{	
										-webkit-box-sizing: border-box;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
										outline: 0;
									}

/*
	--------------------------
	A标签 配置 
	--------------------------
*/
	a  								{
										text-decoration:none;
										outline:none;
									}
/*
	--------------------------
	Body 配置 
	--------------------------
*/
	html             				{
										overflow-x:hidden;
										-webkit-text-size-adjust:none;
									}
	
/*
	--------------------------
	表单控件设置 
	--------------------------
*/
	
	table 							{	border-collapse: collapse; width: 100%;	 }
	
	input[type='reset'],
	input[type='button'],
	input[type='submit'],
	input[type='radio'] 			{	cursor: pointer; outline: none;	-webkit-appearance: none;	     }
	
	input[type='checkbox'],
	input[type='radio'] 	 		{ 
										position: relative;
										vertical-align: middle;
										margin-top: -2px;
										margin-bottom:1px;
										margin-left: 5px;
										margin-right: 5px;
										-webkit-appearance: none;
									}
	
	textarea,
	input[type='email'],
	input[type='date'],
	input[type='password'],
	input[type='text'] 				{	
										padding: 0px;
										color: #666;
										font-size: 12px;
										outline: none;
										-webkit-appearance: none;
									}
	
	
/*
	--------------------------
	快捷方式
	--------------------------
*/
	.f-l 							{	float: left;					}
	.f-r 							{	float: right;					}
	.clearfix:after 				{	clear: both;
										height: 0;
										content: "";
										line-height: 0;
										font-size: 0;
										display: block;
									}
img{vertical-align: middle;}

.tb{position:fixed;top:0;z-index:999;width: 100%; background:#1b1b1b;}
.iosd{width: 1200px;min-width: 1200px;margin:auto;}
.logo{float:left;padding-top:12px;}
.logo img{float:left; height:50px;}

.triangle_border{border-style:solid;border-color:#fff transparent transparent;width:0;border-width:14px 14px 0; margin-left:150px; margin-top:55px;}

.logo .logo_di{position:absolute;width:125px;margin-top:21px;display:none;}
.logo:hover .logo_di{display:block;}
.logo .logo_di dl{width:180px;color:#fff;}
.logo .logo_di dl p{display:block;width:125px;float:right;text-align:center;transition:height 0.2s;-moz-transition:height 0.2s;-webkit-transition: height 0.2s;-o-transition:height 0.2s;}
.logo .logo_di dl p:hover{transition:height 0.3s;-moz-transition:height 0.3s;-webkit-transition:height 0.3s;-o-transition:height 0.3s;}
.logo .logo_di a{display:block;color:#333;font-size:18px;height:45px;line-height:45px;overflow:hidden; width:100%;}
.logo .logo_di a:nth-child(1){border-bottom:1px solid #000;display:block;background:#fff;}
.logo .logo_di a:nth-child(2){border-bottom-left-radius:15px; border-bottom-right-radius:15px;display:block;background:#fff;}

/*菜单*/
.mune{float:left; margin:0 6px;}
.mune ul li{float:left;position: relative;color: #fff;line-height:70px;font-size:18px;padding:0 23px;letter-spacing:2px;}
.mune ul li:hover{background: #688AE0;}
.mune ul li>a{color:#fff;}
.mune ul li .sub-nav {display: none;width: 126px; position: absolute;left: 0;background: #688AE0;z-index: 999;text-align: center;padding-bottom:10px;}
.mune ul li:hover .sub-nav {display: block;}
.mune .sub-nav a {display: block; color: #fff;font-size: 15px;line-height: 35px;letter-spacing: 1px;}
.anniu{float:left;display: grid;grid-template-columns: repeat(3, 1fr);gap: 10px;}
.anniu a {color:#fff;background:#688AE0;width: 120px;height: 34px;line-height: 34px;font-size: 18px;border-radius: 5px;text-align: center;margin-top: 16px;letter-spacing: 2px;}
.anniu a:nth-child(2){background:#FE6728;}
.cn{float:right;line-height:70px;}
.cn a{float:left;color:#fff; font-size:20px;}

/*隐藏菜单*/
.menu{width:57px; height:44px; float:right; background:url(../images/mune.png) center center no-repeat; background-size:100%; position:fixed; z-index:9999999; right:20px; top:28px; display:none;}
.mainNav{display:none;position:fixed;right:0;top:120px;height:392px;width:26%; min-width:255px;background:#000;z-index:11111;}
.mainNav nav{width:100%;overflow:hidden;}
.mainNav li{width:100%; overflow:hidden;}
.mainNav a{display:block;overflow:hidden;float:left;height:55px;line-height:55px;color:#fff;padding-left:24px; padding-right:24px; font-size:18px;border-bottom:1px solid #000;}
.mainNav a:hover{border-bottom:1px solid #3c3c3c;}
.mainNav a:nth-child(8) {border:0px;}

/*.bannersy{width:100%;height:1000px;background:url(../images/banner22.jpg) no-repeat top left;overflow:hidden; min-width:1100px;}
.bannersy{margin-top:100px;}*/
/*.bannersy{width:100%;overflow:hidden;min-width:1100px;background:url(../images/banner22.jpg) no-repeat top left;}
.bannersy{margin-top:100px;}
.bannersy img{display:block; width:100%;}*/
/*.bannersy{margin-top: 120px;width:100%;height:1000px;background:url(../picture/txtone.jpg) no-repeat bottom left;overflow:hidden; min-width:1100px; background-size:cover}*/

.banner img{width: 100%; min-width: 1280px;}
.txtone{max-width:900px;overflow:hidden;position:absolute;top:200px;left:100px;z-index:222}
.txtone img{width:100%;}
.txttwo{ margin-left:100px; overflow:hidden; margin-top:550px;}
.txttwo a{display:block; width:306px; height:136px; overflow:hidden; float:left; margin-right:25px; border:4px solid #fff;background:url(../images/bgfff.png)}
.txttwo span{display:block; width:100%; text-align:center; font-size:32px; color:#fff; letter-spacing:3px; line-height:66px; font-weight:600}
.txttwo p{display:block;width:225px;margin:auto; font-size:24px; color:#fff; border-top:2px solid #fff;letter-spacing:3px; text-align:center;line-height:66px;font-weight:600}

.title{width:100%; margin-top:45px;}
.title p{text-align:center; color:#07222f;font-size:32px;font-weight:bold;}
.title b{display:block;width:150px; height:2px;margin: 0 auto; background:#e94e57;}
.title span{display:block;text-align:center;color:#545454;font-size:20px;}

.bg2b2b{width:100%;background:#2b2b2b;margin-top: 80px;}
.foot{max-width:1200px; margin:auto;}
.foot .left{float:right;width: 500px;margin-top: 80px;}
.foot .left strong{font-size:22px; color:#fff;font-weight:500; margin-top:40px; margin-bottom:20px;}
.foot .left p{font-size:14px;color:#fff;font-weight:500;margin-top:10px;padding-left: 44px;}
.foot .left p:nth-child(2){background:url(../images/tel.png) left center no-repeat;}
.foot .left p:nth-child(3){background:url(../images/email.png) left center no-repeat;}
.foot .left p:nth-child(4){background:url(../images/address.png) left center no-repeat;}

.foot .zj{float:left;width: 380px; margin-top: 80px;}
.foot .zj .hdsd{margin-bottom: 16px;}
.foot .zj .yeopa{display: grid; grid-template-columns: 1fr 1fr;gap: 15px;}
.foot .zj strong{font-size:22px;color:#fff;font-weight:500;}
.foot .zj p{font-size:14px;line-height:26px;color:#fff;}
.foot .zj dl{overflow:hidden; margin-top:30px;}
.foot .zj dl img{display:block; float:left;width:40px;margin-right:25px;}

.foot .right{float:right;margin-top: 80px;}
.foot .right .footlogo{margin:20px auto;text-align: center;}
.foot .right ul li p{margin:10px auto 0;text-align: center; color:#fff; font-size:16px; line-height:22px;}

.banquan{color:#fff; margin-top:30px; text-align:center; padding-bottom:30px;font-size: 12px;}
.banquan a{color:#fff;}

/*.bannerneiye{width:100%; overflow:hidden;}
.bannerneiye img{display:block; width:100%;}*/


.gudingdi{width:100%;height:100px;background-color:#2f2a3e; opacity:.8; position:fixed; bottom:0;z-index:9999}
.guding{width:100%;height:100px;overflow:hidden;position:fixed;bottom:0; z-index:99999}
.guding ul{max-width:692px; overflow:hidden; margin:auto;}
.guding ul a{display:block;width:190px; height:60px; float:left; border-radius:10px; text-align:center; line-height:60px;margin-top:20px; color:#fff;font-size:22px; border:1px solid #fff;}
.guding ul a:nth-child(2){margin-left:58px;margin-right:58px;}
.guding ul a:hover{background:#fff; color:#342884;}

.toptop{overflow:hidden;position:fixed;right:35px;bottom:30px;z-index:999;transition:height 9s;-moz-transition:height 9s;-webkit-transition:height 9s;-o-transition:height 9s; cursor:pointer;}
.toptop img{width:50px;float:right;transition:height 10.3s;-moz-transition:height 10.3s;-webkit-transition:height 10.3s;-o-transition:height 10.3s}

/* ----- 分页数字条效果 结束 ----- */
.pagebar{overflow:hidden; width:100%; margin-bottom:30px; margin-top:10px;}
.pagebar .pagination {display: flex;justify-content: center;margin-top: 10px;}
.pagination li a {display: block; background: #fff;border: 1px solid #ccc;color: #333;font-size: 14px;padding: 8px 12px;margin: 0 5px;border-radius: 3px;}
.pagination li a:hover {color:#ec6a26;border: 1px solid #ec6a26;}
.pagination li span {display: block; color: #fff;background:#ec6a26;font-size: 14px;padding: 8px 12px;margin: 0 5px;border-radius: 3px;}
.pagination li.disabled span{background: #fff;border: 1px solid #ccc;color: #333;}
/* ----- 分页数字条效果 结束 ----- */