@charset "utf-8";
html{font-size: 6.2%;}
html, body, div, span, p, ol, ul, li, i, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, select, button{margin: 0; padding:0;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -moz-font-smoothing:antialiased;-webkit-font-smoothing: antialiased; font-smoothing:antialiased;}
@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas.eot');
    src: local('☺'), url('../fonts/bebas.woff') format('woff'), url('../fonts/bebas.ttf') format('truetype'), url('../fonts/bebas.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font:18px Tahoma, Arial, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	line-height: 1.8em;
	-webkit-font-smoothing: antialiased;
	color:#000; 
	margin:0; 
	padding:0; 
	width: 100%;
}
p{margin:0;  padding: 0}
img{border:0px;}
a{ color: #000; text-decoration:none; cursor:pointer; outline:none; }
a,area,span,div {outline:none; blr:expression(this.onFocus=this.blur())} 
a:hover{ text-decoration:none;}
input,button,select,textarea{outline:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);appearance:none;-webkit-appearance: none;-moz-appearance:none; font:14px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;}

#page-width{width: 100%; max-width: 1920px; min-width: 1000px;}
.mainBox{ width:85%; max-width: 1920px; margin:0 auto; padding: 0;} 
@media screen and (max-width: 1700px) {
	.mainBox{ width:90%; margin:0 auto; padding: 0;} 
}
@media screen and (max-width: 1500px) {
	.mainBox{ width:95%; margin:0 auto; padding: 0;} 
}
		
/* 页面加载检测 */
.no-js #loader { display: none; }
.js #loader { position: fixed; left: 0; top: 0; z-index: 9; width: 100%; height: 100%; background: #fff url(../img/loader.gif) no-repeat center center;}

/*通用样式*/
#breadcrumbs{position: relative; color: #888;font-size:13px;margin: 10px auto;line-height: 40px;}
#breadcrumbs a{font-size:13px;padding: 0 5px;color: #888;}
#breadcrumbs a:hover{color: #000;}

.wow{visibility: hidden;}
.block{display: block;}
.hide{ display: none;}
.pull-left{float: left;}
.pull-right{float: right;}
.clear {clear:both; width:100%; *display:inline;}

.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-red{color: #ec141d;}
.text-green{color: #0f9a08;}
.text-blue{color: #0052ae;}

.text-light{font-weight: 200;}
.text-weight{font-weight: bold;}

.ulnop{padding: 0; line-height: 22px;}
.ulnop li{list-style: none;}

.form-group{ margin: 12px 0;}
.form-group label{display: block;}
.form-group .form-control{display: block; width: 100%; padding: 8px 15px; background-color: #f5f5f5;}
.form-group select.form-control{box-sizing: border-box; padding: 8px 12px; background-color: #f5f5f5; background:#f5f5f5 url(../img/down.png) no-repeat right 10px center; background-size: 10px; -webkit-appearance: none;/*兼容苹果手机*/}
.form-group textarea.form-control{ display: block; width: 100%; padding: 8px 15px; background-color: #f5f5f5;}

.btn{
  display: block;
  color: #fff;
  font-size: .16rem;
  border: 0;
  line-height: 38px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 100%;
  background: #E40012;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btn:hover{
  color: #fff;
  background: #000BFF;
}
.btn-blue{
  color: #fff;
  background: #E40012;  
}
.btn-blue:hover{
  color: #000bff;
  background: #fff;
}
.btn-gray{
  color: #666;
  border: 1px solid #465457;
  background: #fff;
}
.btn-gray:hover{
  color: #000;
  border: 1px solid #465457;
  background: #ccc;
}
.btn-black{
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
.btn-black:hover{
  color: #fff;
  border: 1px solid #465457;
  background: #465457;
}


/*隐藏窗口*/
.window_hide{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.window_hide.open{
	display: block;
}
.window_hide .content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 550px;
  margin: -300px 0 0 -475px;
  padding: 30px 23px;
  border-radius: 10px;
  background: #fff;
}
.window_hide .close{
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  top: 15px;
  right: 15px;
  color: #3775C6;
  overflow: hidden;
  transform: scale(1.25);
}
.window_hide .close:hover{
	transition: all ease .3s;
	transform:rotate(90deg) scale(1.25);
}
.window_hide .close .iconfont{
	text-align: center;
	font-size: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.window_hide .close .iconclose:before{
}

/* 分页 */
.cutpage{
   text-align: center;
   overflow: hidden;
   padding-bottom: 60px;
   margin-top: 20px;
   width: 100%;
}
.cutpage a{
   position: relative;
   overflow: hidden;
   font-size: 12px;
   text-align: center;
   display: inline-block;
   width: 30px;
   height: 30px;
   line-height: 30px;
   border-radius: 15px;
   margin: 5px;
   background: #fff;
   border: 1px solid #dfdfdf;
}
.cutpage a:hover{
   color: #3775C6;
   border: 1px solid #3775C6;
}
.cutpage a.current{
   background: #3775C6;
   color: #fff;
   /* border: 1px solid #3775C6; */
}
.cutpage a.start, .cutpage a.pove, .cutpage a.next, .cutpage a.end{
   line-height: 30px;
   width: 100px;
}


#tab-box{height: 80px; transition: all 0.4s ease-out; position: relative; top: 0;}
#tab-box.on .tab-box{position: fixed; z-index: 9999;top: 0;left: 0; width: 100%; background: rgba(255,255,255,0.98); transition: all 0.4s ease-out; box-shadow: 0 0 25px rgba(0,0,0,0.15);}
#tab-box .tab-box{text-align: center; position: relative; height: 80px; background: #F4F7F9;}
#tab-box .tab-box a{display: inline-block; margin: 0 20px; line-height: 2em; font-size: 17px; padding-top: 23px; position: relative;}
#tab-box .tab-box a.on::before{ position: absolute; display: block; width: 20px; height: 2px; left: 50%; transform: translate(-50%,0); bottom: 0; border-radius: 2px; background-color: #E40012; content: "";}
#tab-box .tab-box a.on,
#tab-box .tab-box a:hover{color: #E40012;}

body.open{overflow: hidden;}

.window_hide.full{backdrop-filter: blur(10px); background: rgba(255,255,255,.9);}
.window_hide.full .content{width: 100%; overflow-x: hidden; border-radius: 0; background: none; padding: 0 3rem ; min-width: 1200px; height: 100%; top: 0px; left: 0; margin: 0; z-index: 1;}
.window_hide.full .content .module-title{margin-top: .3rem; text-align: center;}
.window_hide.full .content .module-title h2{font-size: 36px;}
.window_hide.full .content .module-title span{margin-left: auto; margin-right: auto;}
.window_hide.full .content .block{background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.05); border: 1px solid #eee; padding: .3rem .4rem; margin-bottom: .2rem;}
.window_hide.full .close{position: absolute;  cursor: pointer; top: .3rem; right: .4rem; z-index: 4; padding: 0; width: 40px; height: 40px; line-height: 40px; transform: scale(1.5);}
.window_hide.full .close .iconfont{color: #000; font-size: 30px; color: #888; width: 40x; height: 40px; line-height: 40px; text-align: center;}
.window_hide.full .close:hover{ transform: scale(1.5) rotate(90deg);}
.window_hide.full .close:hover .iconfont{color: #E40012;}
.window_hide.full .window-con h3{color: #E40012; font-size: 22px; margin-bottom: .5em; border-bottom: 1px solid #f1f1f1; padding-bottom: .1rem; margin-bottom: .15rem;}
.window_hide.full .window-con h3 .iconfont{font-size: .32rem; font-weight: normal; margin-right: 4px; position: relative; top: .037rem;}
.window_hide.full .window-con p{text-indent: 2em; margin-bottom: 1em; font-size: 20px; line-height: 2em;}
.window_hide.full .window-con img{max-width: 100%;}

@media screen and (max-width: 1700px) {
.window_hide.full .content{padding: 0 2rem ;}
}
@media screen and (max-width: 1500px) {
.window_hide.full .content{padding: 0 1rem ;}
}


/*设备查询*/
.pc{display: block !important;}
.mobile{display: none !important;}

@media screen and (max-width: 720px) {
	body{
		font:12px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
		line-height: 1.6em;
		height: auto; overflow: auto;
	}
	.pc{display: none !important;}
	.mobile{display: block !important;}
	.mainBox{ width: 100%; max-width: 100%;  min-width:100%; margin:0 auto; padding: 0 !important;} 
	
	.pull-left{float: none;}
	.pull-right{float: none;}
	.category{width: 100%; background-color: rgba(30,105,241,.90); bottom: 0; margin-top: 0px; position: relative; z-index: 2;}
	.category .category-title{display: none;}
	.category ul{overflow: hidden; height: 45px; position: relative; z-index: 1; left: -2px;  overflow: auto;white-space:nowrap}
	.category li{float: none; display: inline-block; }
	.category li a{color: #fff; position: relative; display: block; font-size: 14px; padding: 0 20px; margin-top: 11px; border-left: 1px solid rgba(255,255,255,0.2);}
	.category li a.cur::after{
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background-color: #fff;
		bottom: -6px;
		left: 50%;
		margin-left: -10px;
	}
	

	#breadcrumbs{
		display: none;
		text-align: right;
		position: absolute;
		right: 0;
		top: 10px;
		color: #999;
	}
	#breadcrumbs a{
		padding: 0 5px;
		color: #999;
	}
	#breadcrumbs a:hover{
		color: #000;
	}
	
	.window_hide{
	  display: none;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 10;
	  width: 100%;
	  height: 100%;
	  background: rgba(0,0,0,0.7);
	}
	.window_hide .content{
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  min-width: auto;
	  margin: 0;
	  padding: 38px;
	  border-radius: 0px;
	  background: #fff;
	}
	.window_hide .close{
	  position: absolute;
	  width: 35px;
	  height: 35px;
	  border-radius: 30px;
	  top: 10px;
	  right: 10px;
	  overflow: hidden;
	  filter:alpha(opacity=75); 
	  opacity:0.75;
	  transition: all ease .3s;
	}
	.window_hide .close:hover{
	  filter:alpha(opacity=100); 
	  opacity:1;
	}
	.cutpage{
	   margin-top:0px;
		padding-bottom: 10px;
	}
	.cutpage a{
	   position: relative;
	   overflow: hidden;
	   font-size: 12px;
	   display: none;
	   width: 30px;
	   height: 30px;
	   line-height: 30px;
	   margin: 5px;
	   background: #f1f1f1;
	   /* border: 1px solid #ccc; */
	}
	.cutpage a.current{
	   background: #E40012;
	   color: #fff;
	   /* border: 1px solid #E40012; */
	}
	.cutpage a.start, .cutpage a.prev, .cutpage a.next, .cutpage a.end{
	   line-height: 30px;
	   width: 100px;
	   display: inline-block;
	}
	
	/* module-contact */
	.module-contact{
		background: url(../img/contact-bg.jpg) no-repeat center;
		background-size: cover;
		background-attachment: fixed;
		padding: 10px .3rem 20px ;
		overflow: hidden;
	}
	.module-contact .title-box{justify-content: center;}
	.module-contact .title-box h2{color: #fff;}
	.module-contact .title-box span{border-left: 6px solid #fff; border-right: 4px solid #D70021; }
	.module-contact .title-box p{color: #fff; opacity: .8;}
	
	.module-contact .con-box{
		width: 100%;
		margin: 0 auto;
		/* background-color: rgba(0,0,0,.5); */
		border: 8px solid rgba(0,0,0,.5);
		padding: 3px;
	}
	.module-contact .list-box{
		width: 100%;
		padding: 20px ;
		background-color: rgba(0,0,0,.4);
		border: 1px solid rgba(0,0,0,.2);
	}
	.module-contact .con-box .list{
		text-align: center;
		margin: .5rem 0;
		color: #fff;
	}
	.module-contact .con-box .list h2{
		font-size: .28rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 8px;
	}
	.module-contact .con-box .list h2 span{
		display: block;
		width: 20px;
		margin: 0 6px;
		height: 4px;
		border-top: 1px solid #fff;
		opacity: .5;
		border-bottom: 1px solid #fff;
	}
	.module-contact .con-box .list h3{
		font-size: .36rem;
		color: #999;
	}
	
	
	.window_hide.full {z-index: 11111;}
	.window_hide.full .content{width: 100%; background: #f1f1f1 url(../img/window-bg.png) no-repeat center top; background-size: 100% auto; border-radius: 0; padding: 10px 15px; min-width: 100%; height: 100%; top: 0px; left: 0; margin: 0; z-index: 1; overflow: auto;}
	.window_hide.full .content .module-title{margin-top: 40px; text-align: center;}
	.window_hide.full .content .module-title h2{font-size: .7rem;}
	.window_hide.full .content .module-title span{margin-left: auto; margin-right: auto;}
	.window_hide.full .content .block{background-color: #fff; box-shadow: 0 0 3px rgba(0,0,0,0.05); border: 1px solid #eee; padding: 10px; margin-bottom: 20px;}
	.window_hide.full .close{position: absolute; cursor: pointer; transform: scale(1); top: 10px; right: 10px; z-index: 9; padding: 0; width: 32px; height: 32px; line-height: 32px; background-color: #E40012;}
	.window_hide.full .close .iconfont{color: #fff; font-size: 26px; width: 32px; height: 32px; line-height: 32px; text-align: center;}
	.window_hide.full .close:hover{ transform: scale(1) rotate(90deg);}
	.window_hide.full .close:hover .iconfont{color: #E40012;}
	.window_hide.full .window-con h3{color: #E40012; font-size: .7rem; margin-bottom: .5em; border-bottom: 1px solid #f1f1f1; padding-bottom: .1rem; margin-bottom: .15rem;}
	.window_hide.full .window-con h3 .iconfont{font-size: .7rem; font-weight: normal; margin-right: 4px; position: relative; top: .037rem;}
	.window_hide.full .window-con p{text-indent: 2em; margin-bottom: 1em; font-size: .6rem; line-height: 1.6em;}
	.window_hide.full .window-con img{max-width: 100%;}
}
