body {
	font: 14px "Microsoft YaHei",arial;
	text-align: left;
	color: #333;
	background: #f5f5f5;
}
li, ol, ul {
	list-style-type: none;
}
* {
	margin: 0;
	padding: 0;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	color: #333;
	text-decoration: none;
}
em,i {
	font-style: normal;
}
p{text-align: justify;}
a {
	text-decoration: none;
}
.container {
	padding: 20px 0 0;
}
.catalog {
	padding: 30px;
}
.ctlbox {
	width: 320px; background: #fbfbfb; border-top: #dddddd solid 1px; border-bottom: #dddddd solid 1px; display: flex; display: -webkit-flex; justify-content: flex-start;
}
.ctlbox h1 {
	width: 82px;
}
.ctlbox h1 span {
	padding: 35px 0 0 35px; font-size: 18px;font-weight: normal;display: block;
}
.ctlbox ul {
	border-left: #ebebeb solid 1px; padding: 15px 0 20px; background: #fff; flex: 1; box-sizing: border-box;
}
.ctlbox ul li {
	height: 28px;
}
.ctlbox ul li a {
	line-height: 28px; color: #136ec2; font-size: 16px;
}
.ctlbox ul li a i {
	padding: 0 8px 0 20px; color: #63a0df;
}
.indexcon {
	border: #e5e5e5 solid 1px; width: 1200px; margin: 0 auto; box-sizing: border-box; background: #fff; padding-bottom: 20px;
}
.info {
	padding: 40px 30px 0;
}
.info  h1 {
	font-size: 30px; color: #0070c0;font-weight: normal; margin-bottom: 20px;
}
.info  h1 em {
	color: #666;font-size: 20px; padding-left: 20px;
}
.infocon .left_ {
	float: left; width: 780px;
}
.infocon .left_ p {
	font-size: 14px; line-height: 1.8; margin-bottom: 20px;
}
.infocon .right_ {
	float: right; width: 300px;
}
.infocon .right_ img {
	width: 100%;
}
.ixlist {
	padding: 30px 30px 0;
}
.ixlist h1 {
	margin-bottom: 20px; position: relative; font-size: 24px; font-weight: normal; height: 30px;
}
.ixlist h1::before {
	content: ""; left: 0; top:16px; position: absolute; width: 100%;height: 1px;background: #e6e6e6;
}
.ixlist h1 em {
	line-height: 30px; background: #fff; position: relative; z-index: 2; padding-right: 20px;
}
.ixlist h1 em::before {
	content: ""; width: 12px; height: 24px; background: #4f9cee; position: absolute; left: -30px; top: 5px;
}
.ixlistcon {
	
}
.ixlistcon P {
	 font-size: 14px; line-height: 1.8; margin-bottom: 20px;
 }
 .ixlistcon img {
	 max-width: 100 !important; height: auto;
 }
 .footer {
	 padding: 30px 0;
 }
.footer p {
	  font-size: 14px; color: #666; text-align: center;
  }
 
.nav {
	position: fixed; width: 160px; right: 20px; top: 15%; box-shadow: 0 0 10px #ddd;
}
.navcon li {
	height: 40px; background: #fff;border-bottom: #eee solid 1px; text-align: center;
}
.navcon li a {
	display: block; line-height: 40px;
}
.navcon li.on {
	background: #4F9CEE;
}
.navcon li.on  a {
	color: #fff;
}


@media (max-width: 1600px) { 
	.nav {width: 120px; right: 10px;}

}
@media (max-width: 1500px) { 
	.nav {width: 120px; right: 10px;}
	.indexcon {
		width: 1100px;
	}
	.infocon .left_ {
		width: 70%;
	}
	.infocon .right_ {
		width: 26%;
	}
}
@media (max-width: 1380px) { 
	.nav {width: 100px;}
	.indexcon {
		width: 1060px;
	}
}
@media (max-width: 1290px) { 
	.nav {width: 100px; right: 0;}
	.indexcon {
		width: 960px;
	}
	
}
@media (max-width: 1290px) { 
	.nav {width: 100px;}
	.indexcon {
		width: 1000px;
	}
	
}
@media (max-width: 1100px) { 
	.nav {width: 100px;}
	.indexcon {
		width: 800px;
	}
	
}
@media (max-width: 1000px) { 
	.nav {width: 100px;}
	.indexcon {
		width: 700px;
	}
	
}
@media (max-width:900px) { 
	.nav {width: 50%; background: rgba(0,0,0,0.5); right: -50%; transition: all 0.5s; top: 30%; }
	.indexcon {
		width: 96%;
	}
	.footer {
		padding:20px 10px;
	}
	.nav em {
		width: 50px; height: 50px; background: #4F9CEE; position: absolute; left: -55px; top: 0; cursor: pointer;
	}
	.nav em::before {
		content: ""; width: 30px; height: 2px; background: #fff; position: absolute; left: 10px; top:15px;  transition: all 0.5s;
	}
	.nav em::after {
		content: ""; width: 30px; height: 2px; background: #fff; position: absolute; left: 10px; top: 23px;  transition: all 0.5s;
	}
	.nav em i {
		width: 30px; height: 2px; background: #fff; position: absolute; left: 10px; top: 31px; 
	}
	.nav.cur {
		right: 0;
	}
	.nav.cur em i {
		display: none;
	}
	.nav.cur em::before {
		transform:rotate(45deg); top: 22px;
	}
	
	.nav.cur em::after {
		transform:rotate(-45deg);
	}
}
@media (max-width:600px) {  
	.infocon .right_  {
		width: 100%;
	}
	.infocon .right_ img {
		margin-bottom: 20px;
	}
	.infocon .left_  {
		width: 100%;
	}
	.info {
		padding: 15px 15px 0;
	}
	.ixlist {
		padding: 15px 15px 0;
	}
	.ixlist h1 em::before {
		left: -15px;
	}
	.ixlist h1 em {
		padding-left: 10px;
	}
	.footer p {
		font-size: 12px;
	}
	.footer p a {
		display: inline-block;
	}
	.catalog {
		padding: 15px;
	}
	
}