@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;}

body{
	font:14px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	-webkit-font-smoothing: antialiased;
	color:#000; 
	margin:0; 
	padding:0; 
	width: 100%;
	background-color: #ddd;
}
p{margin:0;  padding: 0}
img{border:0px;}
a{ color: #000; text-decoration:none; cursor:pointer; outline:none; }
a, area {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;}

@font-face {
    font-family: 'Conv_DidotLTStd-Roman';
    src: url('../fonts/didotltstd-roman.eot');
    src: local('☺'), url('../fonts/didotltstd-roman.woff') format('woff'), url('../fonts/didotltstd-roman.ttf') format('truetype'), url('../fonts/didotltstd-roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*重定义样式*/

		
/* 页面加载检测 */
.no-js #loader { display: none; }
.js #loader { position: fixed; left: 0; top: 0; z-index: 9; width: 100%; height: 100%; background: #fff url(../images/loader.gif) no-repeat center center;}

/*通用样式*/
#wrap{width: 100%;  max-width: 1920px;  min-width:1200px; margin:0 auto; min-height:100%; position: relative; overflow: hidden; background-color: #fff;}
.mainBox{ width:100%; max-width: 1600px; min-width: 1200px; margin:0 auto;} 
@media screen and (max-width: 1660px) {
	.mainBox{
		padding: 0 30px !important;
	}
}

.category{width: 100%; background-color: rgba(30,105,241,.90); bottom: 0; margin-top: -50px; position: relative; z-index: 2;}
.category .category-title{background-color: #1E69F1; color: #fff; font-size:24px ; float: left; z-index: 2; font-weight: bold; height: 70px; line-height: 70px; top: -12px; padding: 0 25px; position: relative; box-shadow: 0 0 30px  rgba(0,0,0,0.25);}
.category ul{overflow: hidden; height: 50px; position: relative; z-index: 1; left: -2px; }
.category li{float: left; }
.category li a{color: #fff; position: relative; display: block; padding: 0 28px; margin-top: 14px; 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{
	position: relative;
	color: #999;
	font-size:13px;
	border-bottom: 1px solid #f1f1f1;
	margin: 10px 30px;
	line-height: 40px;
}
#breadcrumbs a{
	font-size:13px;
	padding: 0 5px;
	color: #999;
}
#breadcrumbs a:hover{
	color: #000;
}


#sider{
	width: 230px;
	float: left;
}
#sider.on{
	position: fixed;
	height: auto;
	top: 0px;
}
#sider .side-nav{
	background: #fff;
	box-shadow:0px 0px 20px rgba(3,50,154,0.1); 
}
#sider h2{
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	background: #065FBB;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
#sider ul{
	display: block;
	padding: 0 1px 10px 1px;
}
#sider ul li a{
	padding: 10px 8px 10px 38px;
	display: block;
	font-size: 15px;
}
#sider ul li ul{padding: 0 1px;}
#sider ul li ul li a{
	padding: 5px 8px 10px 52px;
	display: block;
	font-size: 15px;
	background: #fafbfd;
}
#sider ul li a:hover,
#sider ul li.culture a{
	color: #065FBB;
	background: #fafbfd;
}
#sider .side-contact{
	margin-top: 15px;
	padding: 15px 25px;
	background-color: #fff;
	box-shadow:0px 0px 20px rgba(3,50,154,0.1); 
}
#sider .side-contact h3{
	font-size: 18px;
	font-weight: normal;
}
#sider .side-contact .list{
	padding-left: 40px;
	margin: 18px 0;
	font-size: 14px;
	height: 30px;
}
#sider .side-contact .list span{
	font-size: 12px;
	display: block;
	color: #555;
}
#sider .list-01{
	background: url(../images/z18.png) no-repeat left center;
	background-size: 25px;
}
#sider .list-02{
	background: url(../images/z19.png) no-repeat left center;
	background-size: 25px;
}
#sider .list-03{
	background: url(../images/z20.png) no-repeat left center;
	background-size: 25px;
}


/* module-contact */
.module-contact{
	background: url(../images/contact-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 10px 0 70px 0;
	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: 800px;
	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: 40px 0;
	color: #fff;
}
.module-contact .con-box .list h2{
	font-size: 18px;
	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: 22px;
	color: #999;
}

.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(../images/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: #1e69f1;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.btn:hover{
  color: #fff;
  background: #000BFF;
}
.btn-blue{
  color: #fff;
  background: #1e69f1;  
}
.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: 10;
  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;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  top: 15px;
  right: 15px;
  color: #1E69F1;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.window_hide .close:hover{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg); 	
	transform:rotate(90deg);
}
.window_hide .close .iconfont{
  font-size: 26px;
	
}

/*分享*/
#bsBox{
   min-height: 420px;
   min-width: 560px;
}
#bsWXBox{
   min-height: 258px;
   min-width: 232px;
}
#bsMorePanel .bFind-wrapper-top{
  height: 26px;
}

.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;
   margin: 5px;
   background: #fff;
   border: 1px solid #dfdfdf;
}
.cutpage a.current{
   background: #1e69f1;
   color: #fff;
   border: 1px solid #1e69f1;
}
.cutpage a:hover{
   color: #1e69f1;
   border: 1px solid #1e69f1;
}
.cutpage a.start, .cutpage a.pove, .cutpage a.next, .cutpage a.end{
   line-height: 30px;
   width: 60px;
}

.cutpage a.start,.cutpage a.end{
   display: none;
}
/*设备查询*/
.pc{display: block !important;}
.mobile{display: none !important;}

@media screen and (max-width: 720px) {
	.pc{display: none !important;}
	.mobile{display: block !important;}
	html,body{height: 100%; overflow: hidden;}
	#wrap{width: 100%; max-width: 100%;  min-width:100%; height: 100%; margin:0 auto;	background: #fff;}
	.mobile-wrap{
		margin-top: 50px;
		height: calc(100% - 95px);
		overflow-x: hidden;
		overflow-y: auto;
	}
	.mobile-wrap.open{
		overflow: hidden;
	}
	.mainBox{ width: 100%; max-width: 100%;  min-width:100%; margin:0 auto; padding: 0 !important;} 
	
	.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%;
	  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;
	  -webkit-transition: all 0.1s ease-in;
	  -moz-transition: all 0.1s ease-in;
	  transition: all 0.1s ease-in;
	}
	.window_hide .close:hover{
	  filter:alpha(opacity=100); 
	  opacity:1;
	}
	.cutpage{
	   margin-top:0px;
	}
	.cutpage a{
	   position: relative;
	   overflow: hidden;
	   font-size: 12px;
	   display: inline-block;
	   width: 30px;
	   height: 30px;
	   line-height: 30px;
	   margin: 5px;
	   background: none;
	   border: 1px solid #ccc;
	}
	.cutpage a.current{
	   background: #1e69f1;
	   color: #fff;
	   border: 1px solid #1e69f1;
	}
	.cutpage a.start, .cutpage a.prev, .cutpage a.next, .cutpage a.end{
	   line-height: 30px;
	   width: 60px;
	}
	.cutpage a.start{
	   display: none;
	}
	
	/* module-contact */
	.module-contact{
		background: #444 url(../images/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;
	}
}
