*
{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
html,body
{
	font-size: 14px;
	font-family: "microsoft yahei";
}
img
{
	border: 0px;
	list-style-type: none;
}
a
{
	color: inherit;
}
.clear
{
	clear: both;
}
.ul_none
{
	list-style-type: none;
}
.a_none a
{
	text-decoration: none;
}
.header
{
	width: 100%;
	height: 83px;
	border-bottom: 5px solid #e5e5e5;
}
.header .main
{
	width: 1000px;
	margin: 0 auto;
}
.header .main .logoimg
{
	display: block;
	float: left;
}
.header .main .nav
{
	float: right;
	height: 70px;
	overflow: hidden;
	margin-top: 13px;
}
.header .main .nav ul li
{
	float: left;
	margin-left: 25px;
	color: #555555;
}
.header .main .nav ul li a
{
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-bottom: 5px solid #e5e5e5;
	transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
}
.header .main .nav ul li a:hover,.header .main .nav ul li .cur
{
	border-bottom: 5px solid #45a1ff;
	color: #45A1FF;
}
#banner
{
	position: relative;
	width: 100%;
	height: 550px;
	min-width: 1000px;
}
#banner .bgi li
{
	position: absolute;
	width: 100%;
	height: 550px;
	left: 0px;
	top: 0px;
}
#banner .bgn
{
	position: absolute;
	height: 5px;
	bottom: 40px;
	left: 50%;
}
#banner .bgn li
{
	float: left;
	display: block;
	width: 50px;
	height: 5px;
	background-color: #FFFFFF;
	margin: 0px 3px;
	cursor: pointer;
}
#banner .bgn .cur
{
	background-color: #45a1ff;
}
.category
{
	width: 100%;
	background-color: #F9F9F9;
	-moz-box-shadow:0px 3px 4px #DDDDDD;/*firefox*/ 
	-webkit-box-shadow:0px 3px 4px #DDDDDD;/*webkit*/ 
	box-shadow:0px 3px 4px #DDDDDD;/*opera或ie9*/ 
	z-index: 9;
	position: relative;
}
.category .main
{
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	padding-top: 22px;
}
.category .main ul li
{
	float: left;
	margin-right: 4px;
}
.category .main ul li:nth-child(6)
{
	margin-right: 0px;
}
.category .main ul li a
{
	display: block;
	width: 163px;
	height: 96px;
	border: 1px solid #999999;
	color: #999999;
	background-color: #F2F2F2;
	text-align: center;
	padding-top: 18px;
	transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
}
.category .main ul li a .span1
{
	display: inline-block;
	margin-bottom: 7px;
}
.category .main ul li a:hover,.category .main ul li .cur
{
	border: 1px solid #2b94ff;
	color: #2b94ff;
	background-color: #FFFFFF;
}
.macbiolist
{
	width: 100%;
	height: 355px;
	background: url(../images/contactbg.jpg) no-repeat center;
	z-index: 8;
	position: relative;
}
.macbiolist .main
{
	width: 1000px;
	margin: 0 auto;
	padding-top: 45px;
}
.macbiolist .main h4
{
	color: #3f3f3f;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.macbiolist .main .left,.macbiolist .main .center,.macbiolist .main .right
{
	float: left;
	height: 275px;
	overflow: hidden;
}
.macbiolist .main .left
{
	width: 315px;
}
.macbiolist .main .left .newsimg
{
	display: block;
	margin-bottom: 10px;
}
.macbiolist .main .left .newsimg img
{
	vertical-align: middle;
	width: 315px;
	height: 110px;
}
.macbiolist .main .left ul li
{
	height: 28px;
	overflow: hidden;
}
.macbiolist .main .left ul li a
{
	color: #333333;
	line-height: 2em;
	transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-webkit-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
}
.macbiolist .main .left ul li a span
{
	float: right;
}
.macbiolist .main .left ul li a:hover
{
	color: #45A1FF;
}
.macbiolist .main .center
{
	width: 325px;
	margin: 0px 30px;
	overflow: hidden;
}
.macbiolist .main .center ul
{
	width: 100%;
	height: 120px;
	margin-top: 55px;
	margin-bottom: 40px;
}
.macbiolist .main .center ul li 
{
	padding-left: 15px;
	width: 325px;
	float: left;
}
.macbiolist .main .center ul li .img
{
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	text-align: center;
}
.macbiolist .main .center ul li .img img
{
	vertical-align: middle;
	max-width:100%;
	height:100%;
}
.macbiolist .main .center ul li .intro
{
	float: right;
	width: 150px;
	line-height: 2em;
	color: #2b94ff;
	padding-top:10px;
}
.macbiolist .main h4 a
{
	float: right;
	color: #2B94FF;
	text-decoration: none;
	font-family: arial;
	margin-top: 4px;
}
.macbiolist .main .center ul li .intro .more
{
	color: #ffb22b;
}
.macbiolist .main .center .arrow
{
	display: inline-block;
	width: 30px;
	height: 23px;
	background: url(../images/arrow.png) no-repeat;
	margin: 0px 3px;
}
.macbiolist .main .center .arrow_left
{
	margin-left: 120px;
}
.macbiolist .main .center .arrow_right
{
	transform:scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
.macbiolist .main .right
{
	display: block;
}
.footer
{
	background-color: #2b94ff;
	width: 100%;
	height: 63px;
	line-height: 63px;
}
.footer .main
{
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
}
.footer .main ul
{
	display: block;
	float: left;
}
.footer .main ul li
{
	float: left;
	margin: 0px 3px;
}
.footer .main p
{
	float: right;
}
/*内页*/
.banner_min
{
	width: 100%;
	height: 218px;
	min-width: 1000px;
}
.container
{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.container .crumbs
{
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #333333;
	font-size: 12px;
}
.container .left
{
	float: left;
	width: 220px;
}
.container .right
{
	float: right;
	width: 701px;
	padding-bottom: 20px;
	border: 1px solid #E5E5E5;
	position: relative;
}
.container .left h2
{
	width: 100%;
	height: 47px;
	line-height: 47px;
	padding-left: 20px;
	color: #555555;
	border-bottom: 3px solid #a0a0a0;
	position: relative;
	margin-bottom: 5px;
}
.container .left h2 span
{
	display: inline-block;
	height: 3px;
	width: 110px;
	position: absolute;
	bottom: -3px;
	left: 0px;
	background-color: #45a1ff;
}
.container .left ul li
{
	width: 100%;
	height:47px;
	border-bottom: 1px dashed #DCDCDC;
	color: #7A7A7A;
}
.container .left ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 47px;
	padding: 0px 20px 0px 50px;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position:  25px center;
	color: #333333;
}
.container .left ul li a:hover,.container .left ul li .cur
{
	color: #2b94ff;
	background-image: url(../images/dot_hover.png);
}
.container .right .procategory
{
	width: 100%;
	height: 98px;
	overflow: hidden;
}
.container .right .procategory ul
{
	width: 101%;
}
.container .right .procategory ul li
{
	width: 140px;
	height: 98px;
	border-right: 1px solid #E5E5E5;
	float: left;
}
.container .right .procategory ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.container .right .procategory ul li a span
{
	position: absolute;
	bottom: 10px;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #757575;
	height: 19px;
	overflow: hidden;
	font-size:12px;
}
.container .right .procategory ul li a p
{
	text-align: center;
	padding-top: 20px;
}
.container .right .procategory ul li a p img
{
	max-height: 40px;
	max-width: 100%;
}
.container .right .procategory ul li .cur
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.container .right .procategory ul li a:hover
{
	background-color: #FFFFFF;
}
.container .right .arrow
{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 35px;
	background: url(../images/dot2.png) no-repeat center;
}
.container .right .arrow_left
{
	left: -35px;
}
.container .right .arrow_right
{
	right: -35px;
	transform:scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
.container .right .prolist ul li
{
	width: 174px;
	height: 135px;
	float: left;
	margin-top: 25px;
	padding: 15px 10px 10px 10px;
	color: #333333;
	
}

.container .right .prolist ul li .img
{
	display: block;
	text-align: center;
	margin-bottom: 10px;

}
.container .right .prolist ul li .img img
{
	max-width: 100%;
	height: 77px;
}
.container .right .prolist ul li p
{
	width: 100%;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
}
.container .right .prolist ul li:hover
{
	color: #2b94ff;
}
.showpage
{
	margin: 20px 0px;
	text-align: center;
}
.showpage a
{
	display: inline-block;
	padding: 2px 8px;
	margin: 0px 8px;
	text-align: center;
	background-color: #f4f4f4;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-border-radius: 3px; /* Firefox */
 	-webkit-border-radius: 3px; /* Safari 和 Chrome */
 	border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
 	color: #888888;
}
.showpage a:hover,.showpage .currPage
{
	background-color: #2b94ff;
	color: #FFFFFF;
}
.proshow
{
	padding-bottom: 40px;
	padding: 0px 25px;
}
.proshow .h1
{
	text-align: center;
	color: #444444;
	line-height: 2em;
	margin: 25px 0px 5px;
	font-size: 18px;
	/*font-weight: normal;*/
}
.proshow .time
{
	font-size: 12px;
	color: #888888;
	text-align: center;
	margin-bottom: 15px;
}
.proshow .content
{
	line-height: 2em;
	color: #333333;
	text-align: justify;
	text-justify: inter-ideograph;
}
.proshow .content img
{
	max-width:100%;
}
.showitme
{
	margin: 20px 0px 10px 0px;
	position: relative;
}
.showitme p
{
	line-height: 1.7em;
	color: #333333;
}
.showitme a
{
	text-decoration: none;
	color: #0195ff;
}
.showitme .more
{
	width: 80px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #0195ff;
	color: #FFFFFF;
	-o-transition: all 0.3s;
	-moz-border-radius: 3px; /* Firefox */
 	-webkit-border-radius: 3px; /* Safari 和 Chrome */
 	border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
 	position: absolute;
 	right: 0px;
 	top: 2px;
}
.proshow .content .thumb
{
	text-align: center;
}
.proshow .content .thumb img
{
	max-width: 100%;
}
.container .aboutright
{
	width: 750px;
}
.container .right .infolist
{
	padding: 30px 25px 15px 25px;
	color: #555555;
}
.container .right .infolist ul li
{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #CDCDCD;
	margin-bottom: 10px;
	overflow: hidden;
}
.container .right .infolist ul li a
{
	padding: 0px 10px;
}
.container .right .infolist ul li:hover
{
	color: #2B94FF;
}
.container .right .infolist ul li span
{
	float: right;
}
