body {
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Microsoft YaHei",Arial,sans-serif;
  color: #111;
	line-height: 1.6em;
}
ul li{
	list-style: none;
}
.btn,
a {
  transition: all .3s;
}
a:hover{
	text-decoration: none;
}
.c666{
	color:#666;
}

img {
  max-width: 100%;
}
.ceter-btn{
	text-align:center;	
}
.btn{
	background:#f6ab00;
	border-radius: 40px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	padding: 0 40px;
	font-size: 18px; 
	margin: 20px auto;
	display: inline-block;
	
	
}
.btn:hover{ 
	background: #005486;
	color: #fff;
}

.home-slide{
	background: #0a1b43;
	text-align: center;
	width: 100%;
}
.home-slide .banner{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.content{ padding-top: 60px;}

h1{  font-size:30px; text-align: center; margin: 50px 0; font-weight: bold;}
h2{ font-size:28px; font-weight: bold;}
h2 a{ color:#111;}
h3{font-size:26px; margin-bottom: 25px;}
.info{ margin-bottom:20px;}
.info .add{ font-size: 18px;}
.info .text{ margin: 25px 0 45px; color: #666;}
.info .login{ background: #ebeef5; margin-left: 40px; }
.info .login .login-title{ background: #f6ab00; height: 98px; line-height: 98px; color: #fff; font-size: 28px;  text-align: center; position: relative;}
.info .login .login-title::after{ content:''; position: absolute; top: 98px; right:50%; margin-right: -36px; background:url(../images/title_icon.jpg) no-repeat ; width: 73px; height: 36px; display: block;}
.info .login ul{ padding:65px 25px 50px;}
.info .login ul li{ margin-bottom:18px;}
.info .login ul li span{ width: 64px; height:64px; border-radius: 8px; margin-right: 10px; background: #005486; display: block; float: left;}
.info .login ul li p a{ padding-left: 25px; color: #fff; font-size: 20px; height: 64px; line-height:64px; height: 64px;background: #005486;border-radius: 8px; display: flex;}
.info .login ul li p a:hover{ background:#f6ab00;}
.info .login ul li:hover span{ background:#f6ab00;transition: .3s}
.info .login ul li span i{ background:url(../images/icons.png) no-repeat; width: 40px; height: 40px; display: block; margin: 12px 0 0 14px}
.info .login ul li span .icon1{ background-position: 0 0;}
.info .login ul li span .icon2{ background-position: 0 -52px;}
.info .login ul li span .icon3{ background-position: 0 -102px;}

.Ex-Center{ background: #eeeeed; padding-bottom: 60px;}
.EX-time { background:#fff;}
.EX-time th{ background: #005486; color: #fff;}
.EX-time th,.EX-time td{ border:2px solid #fff;}
.EX-time tr:nth-of-type(odd)>td{background: #e9e9e9 !important;}
.map{ margin-left:40px;}
.map-mt-40{ margin-top:40px;}
.product{ position: relative; margin: 0 0 20px;}
.product a{ border:2px solid #005486; width: 100%; line-height: 80px; height: 80px; text-align: center; font-size: 20px; color: #005486; display:block;}
.product a:hover{ background: #005486; color: #fff; display: block;}
.product::after{ content:""; width: 10px; height: 10px; border-radius: 6px; position: absolute; bottom:-3px; right: -3px; background: #005486;}

.acti_table{ color: #666;}
.acti_table th{ background: #005486; color: #fff; text-align: center; padding: 15px 0 !important;}
.acti_table td{ padding: 12px 12px !important;}
.acti_table tr{ cursor:pointer;transition: 0.3s;}
.acti_table tr:hover{ color:#000; transition: 0.3s;}
.pro-mt-30{ margin:30px 0 20px;}
.footer{	background: #0a1b43;	text-align: center; color: #fff; padding: 30px; margin-top: 10px;}
.changs{ margin:20px auto 60px;}

#tbox{ width:54px; float:right; position:fixed; right:0; bottom:0px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
_margin-bottom:108px;}/*解决IE6下不兼容 position:fixed 的问题*/
.pinglun, #xiangguan ,#go-top{ width:54px; height:56px; background:url(http://www.21ic.com/wz/CRXDQWHFA/20180201/images/icon.png) no-repeat; display:block;}

.pinglun{ background-position:0 0; display: none;}
.pinglun:hover{ background-position:-54px 0;}
#xiangguan{ background-position:0 -59px;}
#xiangguan:hover{ background-position:-54px -59px;}
#go-top{ background-position:0 -118px;display:none;}
#go-top:hover{ background-position:-54px -118px;}

@media (max-width: 980px) { 
	h1 {margin: 20px 0;}
	.content{ padding-top:20px;}	
	.info .login, .map{ margin-left:0;}
	#tbox{display:none;}
	.Ex-Center {padding-bottom: 20px;}
	.changs { margin: 20px auto ;}
	.topline_holder{ display:none;}
	.home-slide .banner{	width: 100%;	margin: 0 auto;}

}


