@media (min-width: 1200px){
	.container {
	    width: 1200px;
	    padding: 0;
	}
}
.p-t{
	
}
ul{
	list-style: none;
	padding: 0;
	margin:0;
}
.header{
	position:relative;
	width: 100%;
	z-index: 100;
	background: rgba(255,255,255,1);
}
.header-common{
	background: rgba(255,255,255,1);
}
.header-content{
	width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height:103px;
}
.hd-nav{
	display: flex;
	width: 726px;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100px;
}
.hd-nav li{
	height: 96px;
	margin-right: 30px;
	font-size: 15px;
	line-height: 96px;
    color:#000;
}
.hd-nav li:last-of-type{
	margin-right: 0
}
.hd-nav li a{
	display: inline-block;
	line-height: 96px;
	color: #000;
	border-bottom:4px solid #fff;
}
.header .hd-nav li a{
  border-bottom:4px solid rgba(0,0,0,0);
}
.hd-nav li.active a{
	border-bottom:4px solid #d20101;
}
.header-common .hd-nav li a{
	color: #616161;
}
.pro-item{
	position: relative;
	box-shadow: 0 0 30px #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.pro-item1{
	margin-bottom: 60px;
}
.pro-item img{
	border-radius: 5px;
}
.pro-item .item-con{
	padding: 0 25px;
	display: none;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #18569f;
	color: #fff;
}
.pro-item .item-con .item-tit{
	font-size: 22px;
}
.pro-item .item-con .item-desc{
	margin:15px 0;
	font-size: 14px;
	line-height: 30px;
}
.pro-item .item-con .item-more a{
	color: #fff;
	font-size: 16px;
}
.pro-item:hover .item-con{
	display: flex;
}

footer{
	padding: 30px 0;
	background-color: #21282c;
	color: #8f9ba2;
}
.copyright{
	line-height: 30px;
	font-size: 13px;
}
.type-list{
	display: flex;
}
.type-list li{
	margin-left: 20px;
}

.current-position{
	height: 81px;
	background-color: #eeeeee;
	line-height: 81px;
}

.sider{
	margin-top: 23px;
	width: 416px;
}
.sider .code{
	padding-top: 37px;
	padding-right: 39px;
	background-color: #d8e0ee;
}
.sider .code .c-tit{
	margin-bottom: 20px;
	font-size: 14px;
	color: #a1b2d1;
}
.sider .code .c-tit1{
	margin-bottom: 20px;
	font-size: 20px;
	color: #a1b2d1;
	font-weight: bold;
}
.sider .code .c-num{
	font-size: 60px;
	color: #18569f;
}
.sider .company{
	padding-top: 93px;
	padding-left: 13px;
	height: 433px;
	background:url("//images/cc/company-bg.png") no-repeat top right #18569f;
}
.sider .company .c-tit{
	margin-bottom: 18px;
	font-size: 23px;
	padding-bottom: 30px;
	background: url("//images/cc/c-tit.png") no-repeat left bottom;
	color: #18569f;
}
.sider .company .c-phone{
	margin-bottom: 20px;
}
.sider .company .c-phone .p-tit{
	font-size: 17px;
}
.sider .company .c-phone .p-num{
	font-size: 30px;
	color: #fffb00;
}
.sider .company .c-address{
	margin-bottom: 8px;
	font-size: 15px;
	color: #fff;
}
.sider .company .c-address1{
	font-size: 15px;
	color: #fff;
}

#pages { padding:30px 0;text-align:center;font:12px '微软雅黑';}
#pages a { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#0975d7; border:1px solid #0975d7; color:#fff; text-align:center; }
.pagee .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


.cate-name{
  display: flex;
  position: relative;
  font-size: 14px;
  color: #18569f;
}
.cate-name li{
  
}
.cate-name li a{
  padding: 0 20px;
  position: relative;
  display: inline-block;
  color: #545454;
}
.cate-name li.active a{
  color: #18569f;
}

.cate-banner{
	position: relative;
}
.cate-banner .banner-nav{
	width: 56%;
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	line-height: 53px;
	background-color: #18569f;
}
.cate-banner .banner-nav a{
	color: #fff;
	display: inline-block;
	padding: 0 20px;
}
.cate-banner .banner-nav a.active{
	color: #f3ff00
}