/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}

a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

img {
	border: 0;
}


svg:not(:root) {
	overflow: hidden;
}


figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}


pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
li,ul,h1,h2,h3,h4,p,figure,dl {
	padding: 0;
	margin: 0;
}
/*--!!!!!!!!!!!!!!!!!!!!!!!!!以上全是CSS初始化样式，不用管它！！！！！！！！！！！！！！！！！--*/



/*base style*/
body {
	font-size: 14px;
	font-family: "Microsoft YaHei",STHei,华文黑体,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #555;
}
h1, h2, h3, h4, h5 { color: #333;}
a:link, a:visited {
	text-decoration: none;
	color: #555;
}
.coloree81f31 { color: #e81f31;}
.color2c2c2c { color: #2c2c2c;}
a:hover, a:active { color: #e81f31;}
ul { list-style: none;}
.clearfix:after {
	content:'';
	display: table;
	clear: both;
}
.clearfix { *zoom:1;}


/*首页style*/
/*header style*/
.header-top {
	width: 1344px;
	height: 30px;
	margin: auto;
	font-size: 12px;
	
	position: relative;
	text-align: right;
	background:#005f9d; color:#FFF;
}

.header-top a{color:#FFF; line-height:30px;}
.header {
	width: 1344px;
	height: 90px;
	position: relative;
	background-color: #FFF;
	margin:0 auto;
}
.header-wrapper {
	width: 1000px;
	height: 90px;
	margin: auto;
	position: relative;
}
.header-wrapper img.logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}
.header-wrapper ul.nav {
	 float: right;
	 height: 90px;
}
.header-wrapper ul.nav > li {
	float: left;
	height: 90px;
	line-height:90px;
	text-align: center;
	position: relative;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
}
.header-wrapper ul.nav > li:hover {
	background: #f6f6f6;
	background: #f6f6f6 url(../images/triangle_03.png) no-repeat center 75px;
}
.header-wrapper ul.nav li > a {
	display: block;
	height: 90px;
	width: 125px;
	font-weight: 600;
}
.header-wrapper ul.nav li > a:hover {
	background: #f6f6f6 url(../images/triangle_03.png) no-repeat center 75px;
	color:#005f9d;
}
.header-wrapper ul.dropdown {
	position: absolute;
	z-index: 3000;
	display: none;
}
.header-wrapper ul.nav li:hover > ul.dropdown { display: block;}
.header-wrapper ul.dropdown li > a {
	background: #0075c8;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 22px;
	color:#FFF;
	font-weight:200;
}  
.header-wrapper ul.dropdown li > a:hover {
	background: #005f9d;
	color:#FFF;
}
.fadeOut {
	background-color: #e81f31;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}
.fadeOut:hover {
	background-color: #e81f31;
}





/*main style*/
/*banner style*/
.banner {
	width: 100%;
	height: 450px;
	position: relative;
	box-shadow: 0 5px 5px #f7f7f7;
}
.flexslider {
	position: relative;
	height: 450px;
	width: 100%;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 450px;
}
.flex-control-nav {
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 50%;
	margin-left: -90px;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
    *display: inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.banner-column {
    position: absolute;
	z-index: 3000;
	bottom: 50px;
	left: 50%;
	margin-left: -420px;
}
.banner-column ul li {
	width: 230px;
	height: 120px;
	background-color: #2c2c2c;
	float: left;
	margin-right: 30px;
	opacity: .9;
	filter: alpha(opacity:90);
	padding: 15px;
	overflow: hidden;
}
.banner-column ul li > span {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.banner-column ul li small {
	color: #999;
	font-weight: bold;
}
.banner-column ul li p {
	margin-top: 5px;
	color: #fff;
}
.banner-column ul li p span {
    color: #e81f31;
	font-weight: bold;
}
.banner-column ul li p a {
	display: inline-block;
	padding: 4px 5px;
	background-color: #e81f31;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-left: 4px;
	margin-top: 4px;
}
.banner-column ul li p a:hover {
	opacity: .8;
}
.banner-column ul li b {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 10px;
	background: url(../images/icon.png) no-repeat;
}
.banner-column ul li.li-center b { background: url(../images/icon.png) no-repeat 0 -25px; }
.banner-column ul li.li-right b { background: url(../images/icon.png) no-repeat 0 -50px; }


/*contents style*/
.contents {
	width: 100%;
}
.section-1,.section-2 {
	width: 1000px;
	margin: auto;
	padding: 60px 0;
}
/*section-1*/
.welcome {
	width: 487px;
	float: left;
}
.news {
	width: 487px;
	float: right;
}
.welcome img,
.news img {
	float: left;
	margin-right: 20px;
}
.welcome .welcome-text,
.news .news-text {
	height: 150px;
	overflow: hidden;
	line-height: 23px;
}
.welcome-text > span,
.news-text > span {
	display: block;
    font-size: 25px;
	color: #e81f31;
	margin-bottom: 10px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;	
}
.welcome-text a,
.news-text a {
	font-size: 10px;
	color: #fff;
	border-radius: 2px;
	background: #e81f31;
}
.welcome-text a:hover,
.news-text a:hover { 
    opacity: .8;
	filter: alpha(opacity=80);
}
/*section-2*/
.section-2 {
	border-top: 1px solid #e3e3e3;
}
.section-2 ul {
	width: 1028px;
}
.section-2 ul li {
	width: 230px;
	height: 430px;
	float: left;
	margin-right: 26px;
	background-color: #f9f9f9;
	box-shadow: #ddd 0 0 10px;
	visibility: hidden;
	_visibility: visible;
	visibility: visible\9;
	*visibility: visible;
}
.prd-img {
	width: 230px;
	height: 230px;
	overflow: hidden;
}
.prd-img img {
	transition: width 1s,height 1s;
	-webkit-transition: width 1s,height 1s;
	-moz-webkit-transition: width 1s,height 1s;
}
.prd-img img:hover {
	width: 250px;
	height: 250px;
}
.prd-text-wrapper {
	width: 200px;
	margin: auto;
}
.section-2 ul li span {
	display: block;
	margin-top: 5px;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #e3e3e3;
	color: #e81f31;
}
.section-2 ul li p {
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	color: #666;
}
.prd-text-wrapper a {
	color: #fff;
	padding: 6px 8px;
	background-color: #2c2c2c;
	border-radius: 3px;
	transition:background-color 1s;
    -webkit-transition:background-color 1s; 
}
.prd-text-wrapper a:hover {
	background-color: #e81f31;
}
a.more-prd {
	clear: both;
	display: block;
	width: 300px;
	margin: auto;
	margin-top: 30px;
	padding: 10px 0;
	background-color: #e81f31;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 3px;
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}




/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}



/*footer style*/
.footer {
	width: 1344px;
	height: 120px;
	padding: 30px 0;
	background-color: #007ac6;
	font-size: 12px;
	color: #fff;
	margin:0 auto;
}
.footer-wrapper {
	width: 1000px;
	margin: auto;
}
.footer-left { float: left;}
.footer-right {
	float: right;
	text-align: left;
	line-height: 22px;
	
	margin-top:30px;
}
.footer-right a { color: #fff;}
.footer-right ul.nav-bottom  li {
	float: left;
	font-weight: bold;
	margin-left: 25px;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top:20px;
}
.footer-right ul.nav-bottom  li a {
	color: #fff;
}
.footer-right ul.nav-bottom  li a:hover {
	color: #e81f31;
}
.footer-right p.tel {
	color: #e81f31;
	font-weight: bold;
	font-size: 20px;
}
.footer-right p.tel i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: url(../images/telephone37.png) no-repeat;
}
.footer p.gray { color: #999;}
.footer p.gray a { color: #999;}


/*二级页面 style*/
/*二级页面 base style*/
.banner-inner {
	width: 1344px;
	
	background: url(../images/113H.jpg) no-repeat;
	background-size: cover;
	position: relative;
	margin:0 auto;
}
.bread-crumb {
	width: 1000px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 6px;
	color: #999;
	border-bottom: #e3e3e3 1px solid;
}
.bread-crumb span {
	color: #272727;
	font-size: 25px;
}
.bread-crumb p i {
	display: inline-block;
	width: 4px;
	height: 14px;
	background-color: #e81f31;
	margin-right: 10px;
}
.bread-crumb a { color: #999;}
.cont-inner {
	width: 1000px;
	margin:70px auto 20px auto;
	padding-bottom: 60px;
}
.sidebar {
	margin-top: 33px;	
	margin-bottom: 60px;
}
.sidebar {
	width: 200px;
	float: left;
	color: #3498db;
}
.sidebar ul {
	margin-top: 20px;
}
.sidebar a { 
    display: block;
	width: 200px;
    color:#555;
	text-indent: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: #e3e3e3 1px solid;
}
.sidebar a.active {
	color: #e81f31;
}
.sidebar a:hover {
	color: #e81f31;
}
.sidebar-title {
	width: 200px;
	height: 60px;
	background-color: #e81f31;
	border-radius: 3px;
	padding-top: 20px;
	color: #fff !important;
}
.sidebar-title span {
	display: block;
	float: left;
	font-size: 30px;
	color:#fff;
	font-weight: bold;
	margin-right: 25px;
	margin-left: 20px;
}
.sidebar-title-text h3{ color: #fff;}
.contact-sidebar {
	width: 200px;
	margin-top: 60px;
}
.divide {
	width: 1px;
	height: 40px;
	background-color: #fff;
	float: left;
	margin-right: 20px;
}
.article {
	width: 770px;
	float: right;
	margin-top: 33px;
}
.page {
	margin-bottom: 30px;
	width: 415px;
	margin: auto;
	font-size: 12px;
	text-align: center;
}
.page a {
	display: block;
	padding: 2px 8px;
	float: left;
	margin-right: 10px;
	border: 1px solid #f7f7f7;
	color: #888;
}
.page a:hover {
	background-color: #e81f31;
	color: #fff;
}
.page a.disabled { 
    background-color: #fff; color: #e1e1e1;
	cursor: default;
}


/*关于我们*/
.article-aboutus {
	width: 728px;
	padding: 20px;
	border: 1px solid #e3e3e3;
	background-color: #f9f9f9;
	float: right;
	margin-top: 33px;
}
.article-aboutus h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
.article-aboutus h1 i {
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
	background: url(../images/client_01.png) no-repeat;
}
.article-aboutus p { 
    margin-bottom: 15px;
	text-indent: 25px;
	line-height: 25px;
}
.article-aboutus p img { 
    float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


/*产品中心*/
.article-prd ul {
	width: 790px;
}
.article-prd ul li {
	width: 177px;
	height: 217px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	background-color: #f9f9f9;
}
.article-prd ul li p {
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
}
.article-prd ul li p a { color: #999;}
.prd-img-innner {
	width: 177px;
	height: 177px;
	overflow: hidden;
}
.prd-img-innner img {
   transition: width 1s,height 1s;
   -webkit-transition: width 1s,height 1s;
   -moz-transition: width 1s,height 1s;
}
.prd-img-innner img:hover {
	width: 200px;
	height: 200px;
}

/*公司动态*/
.article-news {
	width: 708px;
	padding: 20px 30px 40px;
	border: #e3e3e3 1px solid;
}
.article-news h2 {
	font-weight: normal;
}
.article-news ul {
	padding: 25px 0;
	border-bottom: #e3e3e3 solid 1px;
}
.article-news ul li {
	height: 30px;
	line-height: 30px;
}
.article-news ul li span {
	float: right;
	color: #999;
}
.article-news .page {
	margin-top: 30px;
}


/*联系我们*/
.article-contacts {
	width: 655px;
	height: 550px;
	position: relative;
}
.contacts {
	position: absolute;
	padding: 20px;
	background-color: #333;
	opacity: .9;
	top: 80px;
	left: 80px;
	font-weight: normal;
	box-shadow: #f9527d 5px 5px ;
}
.contacts h1 {
	font-weight: normal;
	color: #e81f31;
	margin-bottom: 20px;
	margin-left: 30px;
}
.contacts ul li {
	height: 25px;
	line-height: 25px;
	color: #fff;
}
.contacts ul li a { color: #fff;}
.contacts ul li a:hover { text-decoration: underline;}
.contacts i {
	display: block;
	width: 80px;
	height: 116px;
	top: -60px;
	left: -20px;
	position: absolute;
	background: url(../images/nav.png) no-repeat;
}
.article-contacts:hover i {
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}
.group{ width:1344px; margin:30px auto;}
.group p{text-align:center; color:#000;  font-size:16px; line-height:30px;}
.group span{font-size:26px; padding-bottom:30px;font-weight:900;}
.group ul li{float:left; position:relative; margin-left:50px; width:95px; height:120px;}
.aaa:hover{opacity:0; transition-duration:0.2S;}
.group ul li img{
	position: absolute;
	left: -37px;
	top: -19px;
}
.leftbox{ width:430px;}
.leftboxa{ float:left; margin-right:20px;}
.group2{ width:1344px; margin:30px auto;}
.group2 p{text-align:center; color:#000;  font-size:16px; line-height:30px;}
.group2 span{font-size:26px;font-weight:900;}
.leftboxb ul li{width:440px; height:60px; background:#FFF; margin-bottom:25px; padding:20px; color:#888888; font-size:12px; line-height:20px;}
.leftboxb{float:right; }
.leftboxb span{font-size:14px; color:#565656;}
.anniu:hover{opacity:0;transition-duration:0.2S;}
#gongsi li a{width:350px;}
.rightlist ul li{width:230px; height:45px; line-height:45px; font-weight:900;border:1px solid #eeefeb; padding-left:30px; color:#888888; overflow:hidden;}
.rightlist ul li:hover{background: #eeefeb; color:#565656;} 

#carousel {
	width: 950px;
	margin: auto;
	position: relative;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	background: transparent url(../images/carousel_polaroid.png) no-repeat 0 0;
	font-size: 40px;
	color: #999;
	text-align: center;
	display: block;
	width: 224px;
	height: 250px;
	padding: 0;
	margin: 6px;
	float: left;
	position: relative;
}
#carousel li img {
	width: 193px;
	height: 145px;
	margin-top: 14px;
	left:10px;
	top:0px;
}
#carousel li p{ text-align:center; position:absolute; bottom:60px; left:0; width:220px; font-size:14px; height:30px; overflow:hidden; 
}
#carousel li span {
	background: transparent url(../images/carousel_shine.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 201px;
	height: 127px;
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 16px;
}
.clearfix2 {
	float: none;
	clear: both;
}
#carousel .prev, #carousel .next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	margin-left: 10px;
	position: absolute;
	top: 90px;
}
#carousel .prev {
	background-position: 0 0;
	left: -30px;
}
#carousel .prev:hover {
	left: -31px;
}
#carousel .next {
	background-position: -18px 0;
	right: -20px;
}
#carousel .next:hover {
	right: -21px;
}
#carousel .pager {
	text-align: center;
	margin: 0 auto;
}
#carousel .pager a {
	background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
#carousel .pager a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;
}
#source {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#source, #source a {
	font-size: 12px;
	color: #999;
}
#donate-spacer {
	height: 100%;
}
.video li {float:left; width:200px; height:200px; border:1px solid #CCC; margin-right:16px; margin-bottom:30px;}
.video p{line-height:30px;}
/*page*/
.page {
	text-align: center;
	font-size: 12px;
}
.page a {
	border: #efefef solid 1px;
	padding: 3px 10px;
	border-radius: 5px;
	transition: all 0.3s;
}
.page a:hover,.page a.active {
	color: #fff;
	background-color: #06704c;
}
.page a.disabled {
	color: #bbb;
	background-color: #fff;
}
.ullist li{width:185px; height:180px; float:left; margin-left:30px; border:1px solid #CCC; margin-top:30px; overflow:hidden;}
.ullist p{text-align:center; line-height:30px;}
.ullist img{width:185px; height:140px; z-index:-100;}
.ullist img:hover{ transform:scale(1.1,1.1); transition-duration:0.2s;}
.bigg img:hover{transform:scale(1.2,1.2); transition-duration:0.5s;}
.leftboxb ul li:hover{color:#06F;}
.leftboxb ul li:hover span{color:#06F;}


.fl{float: left;}
.fr{float: right;}
.clearf:after{
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;
}
.clear {
*zoom:1;
}
.lcbbox{
margin-top:50px; 
}  
.lcbl{
margin-left: 20px;
}
.lcbl h3{
font-size: 35px;
color:#717171;
}
.lcbl span{
font-size: 12px;
color:#717171;
}
.lcbr{
margin-left: 20px;
}
.lcbr h4{
font-size: 42px;
color:#9B9B9B;
font-weight: 600;
}

.lcb{
  margin-top: 20px;

}
.lcb li{
 padding-top: 20px;
 border-top:1px solid #e2e2e2;
 padding-bottom: 40px;
 background: url(../images/shijian.png) top left no-repeat;
   padding-left: 30px;
   background-size:25px 400px; 
}
.lcb li h1{
 
  font-size: 22px;
}
.lcb li p{
font-size: 16px;
color: #7A7A7A;
}
.lcb li img{
 width: 500px;
 margin-top: 10px;
}