@import "reset.css";
@charset "utf-8";
/* # General styles
================================================== */
html {
	height: 100%;
	-webkit-text-size-adjust: none;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: "微软雅黑", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
body.home {
	background-repeat: repeat-x;
}
body.inner {
	background: #fff url(../images/add/bg-main-inner.jpg) repeat-x;
}
html, body {
	margin: 0;
	padding: 0;
}
::selection {
 background-color: #ffb7b7; /* Safari */
}
::-moz-selection {
 background-color: #ffb7b7; /* Firefox */
}
.clear {
	clear: both;
	display: block;
}
.hidden {
	overflow: hidden
}
.relative {
	position: relative;
}
strong {
	font-weight: bold;
}
a {
	cursor: pointer;
	color: #66c;
	-webkit-transition: all 0.14s ease 0s;
	-moz-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
}
.inline {
	display: inline;
}
.margin-fix {
	height: 0;
}
.noborder {
	border: none !important;
}
.noscroll {
	position: fixed!important
}
.border-bottom {
	border-bottom: 1px solid #000;
}
ul.disc li {
	list-style: disc !important;
	margin-left: 0px;
}
.inverse {
	color : #fff!important;
}
.center {
	text-align: center;
}
.blue{
	color: #1ba5e4;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* # Grids
================================================== */
.fluid {
	width: 100%;
*zoom: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.fluid:before, .fluid:after {
	display: table;
	content: "";
}
.fluid:after {
	clear: both;
}
.fluid .rtl-inputs [class*="grid"] {
 float: right;
}
.fluid [class*="grid"] {
 display: block;
 width: 100%;
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 float: left;
 margin-left: 2.127659574%;
*margin-left: 2.0744680846382977%;
}
.fluid [class*="grid"]:first-child {
 margin-left: 0;
}
.fluid .grid12 {
	width: 99.99999998999999%;
*width: 99.94680850063828%;
}
.fluid .grid11 {
	width: 91.489361693%;
*width: 91.4361702036383%;
}
.fluid .grid10 {
	width: 82.97872339599999%;
*width: 82.92553190663828%;
}
.fluid .grid9 {
	width: 200px;








*width: 74.4148936096383%;
	font-size: 16px;
	line-height: 1.3;
}
.fluid .grid8 {
	width: 65.95744680199999%;
*width: 65.90425531263828%;
}
.fluid .grid7 {
	width: 57.446808505%;
*width: 57.3936170156383%;
}
.fluid .grid6 {
	width: 48.93617020799999%;
*width: 48.88297871863829%;
}
.fluid .grid5 {
	width: 40.425531911%;
*width: 40.3723404216383%;
}
.fluid .grid4 {
	width: 31.914893614%;
*width: 31.8617021246383%;
}
.fluid .grid3 {
	width: 23.404255317%;
*width: 23.3510638276383%;
}
.fluid .grid2 {
	width: 14.89361702%;
*width: 14.8404255306383%;
}
.fluid .grid1 {
	width: 6.382978723%;
*width: 6.329787233638298%;
}
/* # Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.6em;
	font-weight: normal;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #000000;
}
h6 {
	font-size: 12px;
}
small {
	font-size: 11px;
}
/* # Wrapper
================================================== */
#main-wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* # Top
================================================== */
#top {

	
	
		width:100%;
	padding:0;
	min-height: 128px;
	position: fixed;
	top:0;
	
	z-index: 20;
	-moz-box-shadow:0 1px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 15px rgba(0,0,0,0.3);
	box-shadow:0 1px 15px rgba(0,0,0,0.3);
	background-color: #fff;
	background-repeat: repeat-x;
	
	
}

.shell {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 15px;
}


/* === Logo === */
#logo {
	position: absolute;
	top: 0;
	left: 25px;
	width: 213px;
	height : 69px;
	padding: 0;
	overflow: hidden;
}
#logo img {
	max-width: 100%;
	border: none;
}
#logo a {
	border: none;
}
.top-nav {
	float: right;
	display: block;
}
/* === Top nav === */
.top-nav ul {
	font-size: 0;
	margin-top:0;
	margin-bottom: 8px;
	display: block;
	border-top: 3px solid #00bfff;
}
.top-nav ul:before, .top-nav ul:after {
	display: table;
	content: "";
}
.top-nav ul:after {
	clear: both;
}
.top-nav ul a {
	font-size: 12px;
}
.top-nav ul > li {
	margin: 0;
	position: relative;
}
.top-nav ul > li a {
	display: block;
	float: left;
	padding: 0px 9px;
	line-height: 30px;
	height: 30px;
	color: #ccc;
	margin: 0;
	text-decoration: none;
}
.top-nav ul li:hover > a, .top-nav ul li a:hover {
	color: #fff;
}
.top-nav li.active > a {
	color: #fff;
}
.top-nav ul > li:last-child a {
	padding: 0 0 0 9px;
}
/* === Top search === */
.top-search {
	display: block;
	position: relative;
}
.top-search-input {
	margin: 0;
	padding: 0 6px;
	font-size: 13px;
	width: 324px !important;
	line-height: 28px;
	height: 28px;
	color: #fff;
	float: right;
	border: none!important;
	background: url(../images/add/bg-search-field.png) repeat!important;
}
.top-search-button {
	border: none;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/add/ico-search.png) center center no-repeat!important;
}
/* # Nav
================================================== */
#nav {
	width: 100%;
	height: 50px;
	padding: 0;
	display: block;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #1d84c6;
}
.main-nav {
width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		border: none;
	
	font-size: 15px;
	font-weight: normal;
	display: table;
}
.main-nav ul {
	height: 50px;
	list-style: none;
	padding: 0;
}
.main-nav li {
	float: left;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: inline-block;
	width: 171px;
}
.main-nav li a {
	background:#1d84c6;
	color: #fff;
	display: block;
	font-weight: normal;
	line-height: 50px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	
	
}
.main-nav.careers li a {
	padding: 0px 8px;
}
.main-nav li > a:hover, .main-nav ul li:hover > a {
	background: #152a87;
	text-decoration: none;
	font-size: 14px;
}
.main-nav li ul {
	display: none;
	height: auto;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 170px;
	z-index: 200;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 1px solid #F5F5F5;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	padding-top: 0;
	padding-bottom: 0;
}
.main-nav li:hover ul {
	display: block;
}
.main-nav li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 170px;
	
}
.main-nav li:hover li a {
	background: #fff;
	border-top: 1px solid #ccc;
	
}
.main-nav li ul a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	font-style: normal;
	margin: 0px;
	text-align: left;
	color: #333;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.main-nav li ul a:hover, .main-nav li ul li:hover > a {
	border-top: 1px solid #c6dbe3;
	color: #fff;
	background: #152a87;
	
	text-decoration: none;
}
.main-nav li.active a, .main-nav li.active-parent a, .main-nav li.active-parent li.active a {
	background: #ffffff;
}

#banner {
	width: 100%; overflow: hidden; position: relative;
}
.banner-holder#banner {
	margin: 0px auto; height: 157px;
}




/* === Homepage=== */
.layer {
	position:absolute;
	margin-top: 100px;
	margin-left: auto;
	width: 950px;
	z-index: 99;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: auto;
}
.layer h1, .layer h3 {
	line-height: 100%;
	color: #7f7f7f;
	letter-spacing: -1px;
	text-shadow: 1px 1px rgba(255, 255, 255, .8);
}
.layer h3 {
	color: #575757;
}
.layer h5 {
	line-height: 100%;
	color: #222;
	margin-bottom: 15px;
	margin-top: 15px;
}
.layer .layer-image {
	width: 150px;
	float: left;
	margin:0;
}
.layer .layer-content {
	width: 330px;
	margin-left: auto;
}
/* # Content
================================================== */
#content-app, #content-home {
	position: relative;
	width: 1200px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#content-app {
	min-height: 500px;
}
.feature-bt {
	
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}



.line1 {
	display: inline-block;
	width: 135px;
	height: 1px;
	margin-bottom: 8px;
	background: #666666;
}


/* === Homepage=== */
.feature-boxes {
	width: 98%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2%;
}
.feature-boxes-container {
	width: 100%;
}
.feature-col {
	*zoom:1;
	float:left;
	clear:none;
	text-align:inherit;
	width:32.3%;
	margin-left:0;
	border: 1px solid #F5F5F5;
	border-radius: 5px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 1%;
	height: 350px;
}
.feature-col.last {
	width: 32.2%;
	margin-right: 1%;
}
.feature-box {
	margin: 0;
	height: 310px;
	background: #fff;
		padding-bottom: 15px;
}
.feature-box.medium {
	height: 310px;
	margin-bottom: 8px;
}
.feature-box.short {
	height: 100px;
}




.feature-box1es {
	margin: 0px 0px 0px 2%; width: 98%;
}
.feature-box1es-container {
	width: 100%;
}
.feature-col1 {
	border-radius: 5px;
	border: 1px solid rgb(245, 245, 245);
	border-image: none;
	width: 99%;
	text-align: inherit;
	padding-top: 10px;
	padding-bottom: 0px;
	clear: none;
	margin-right: 1%;
	margin-left: 0px;
	float: left;
	position: relative;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.feature-col1.last {
	width: 100%; margin-right: 1%;
}
.feature-box1 {
	background: rgb(255, 255, 255);
	margin: 0px;
		padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
.feature-box1.medium {
	height: 320px; margin-bottom: 8px;
}
.feature-box1.short {
	height: 100px;
}














.feature-title {
	width: 80%;
	margin-bottom: 12px;
	display: block;
}
.feature-title .feature-bar {
	border-left: 5px solid #1d84c6;
	height: 42px;
	float: left;
}
.feature-title h4 {
	color: #1A75B3;
	font-weight: normal;
	padding: 25px 0 0 10px;
	line-height: 100%;
}
.feature-badge {
	position: absolute;
	top: 10px;
	left: 40px;
}
ul.news-list {
	padding-right: 10px;
	padding-left: 13px;
	margin: 0;
	font-size: 15px;
	color: #333333;
}
ul.news-list li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 10px;
	line-height: 1.3;
}
ul.news-list li a {
	color: #222;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.3;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
}
ul.news-list li a:hover {
	color: #1d84c6;
}
ul.news-list li span.date {
	color: #1d84c6;
	font-size: 14px;
	display: block;
}
ul.news-list li span.date.large {
	color: #1aa5e4;
	font-size: 16px;
	font-weight: normal;
}
ul.news-list li span.date strong {
	font-weight: normal;
}
.feature-action {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.feature-action a {
	text-align: right;
}
.media-title {
	display: block;
}
.media-date {
	margin-right:10px;
}
.media-cover {
	margin-right: 6px;
	color:#1aa5e4;
}
/* === Applications=== */
.app-tabz .nav {
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}
.app-tabz .nav li {
	margin: 0;
	padding: 0;
}
.app-tabz .nav li a {
	padding: 10px 10px 0 20px;
	width: 110px;
	margin: 0 0 0 0;
	color: #888;
	text-decoration: none;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 16px;
	height: 60px;
	font-weight: normal;
	border: 1px solid #d1d1cf;
	border-right: none;
	background: #efefef;
}
.app-tabz .nav li.last a {
	border-right: 1px solid #d1d1cf;
}
.app-tabz .nav li a.current {
	color: #1ba5e4;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.app-tabz .nav li a:hover {
	color: #1ba5e4;
	background: #fff;
}
.app-tabz .tab-container {
	padding: 10px 15px;
	border: 1px solid #d1d1cf;
	background: #fff;
	margin-top: -1px;
}
.tab-section {
	padding: 20px 0;
	border-bottom: 1px solid #d1d1cf;
}
.tab-section.last {
	border-bottom: 1px solid transparent;
}
.tab-section a {
	text-decoration: none;
	color: #888;
	font-size: 13px;
}
.tab-section a:hover {
	text-decoration: none;
	color: #1ba5e4;
}
.tab-section span {
	display:block;
}
h5.app-title {
	font-weight: normal;
	line-height: 105%;
	margin-bottom: 10px;
}
.app-icon img {
	width:　100%;
	max-width: 100px;
	height:auto !important;
}
.hide {
	display:none;
}
.tab-section .img-col{
	width: 100px;
	float: left;
	text-align: center;
}
.tab-section .link-col{
	width: 186px;
	float: left;
}


/* # Footer
================================================== */
#footer {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 25px;
	padding-top: 25px;
}
#footer.footer-inner {
	margin-top: 20px;
	background: url(../images/add/bg-footer.jpg) center top repeat-x!important;
}
.footer-wrapper {
	width: 1200px;
	margin-left:auto;
	margin-right: auto;
	background-image: url(../images/footbj.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer-col {
	width: 20%;
	margin-right: 0;
	float: left;
	margin-top: 5px;
}
.footer-sitemap {
	margin-top: 0px;
}
.footer-sitemap a {
	color: #222;
	font-size:14px;
	text-decoration: none;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	font-weight: normal;
	line-height: 30px;
}
.footer-sitemap a:hover {
	color: #0e71c1;
}
.footer-sitemap h5 {
	font-size:16px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #000000;
}
.footer-sitemap h5:hover {
	font-size:16px;
	color: #0e71c1;
}
.footer-sitemap h5.nochild {
	margin-bottom: 42px;
}
.footer-sitemap ul {
	margin-bottom: 30px;
}
/*.footer-sitemap ul li a {
	border-bottom: 1px solid rgba(0,0,0,.2);
}*/
.footer-box {
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/add/footer-line.png) left top no-repeat;
}
.footer-legal {
	margin: 0;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 44px;
	color: #FFFFFF;
	background-color: #1d84c6;
}
/* === Button=== */
.btn-blue {
	background-color: #0e71c1;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radiust: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.btn-blue:hover {
	background-color: #18273c;
}
.btn-blue:active {
	position: relative;
	top: 1px;
}
.btn-small {
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	width: auto;
	padding: 0 16px;
}
.btn-medium {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: auto;
	padding: 0 22px;
}
.btn-block {
	display: block;
}
/* # 0926 updated
================================================== */
#logo {
	top: 10px;
	left: 10px;
	width: 270px;
	height : 72px;
}
.go-home{
	width:16px;
	height:16px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(../images/add/ico-home.png) no-repeat center center;
}
.top-search-input {
	width: 366px !important;
}
.layer h3 {
	line-height: 110%;
}
.layer h5 {
	line-height: 30px;
}
ul.news-list li a:hover span.news-src{
	color: #00bfff;
}
span.news-src {
	font-weight: bold;
	color: #777;
}
.app-tabz .nav {
	margin: 0 0 0 0px;
	padding: 1px 0 0 1px;
	z-index:100;
	width: 612px;
}
.app-tabz .nav li a {
	margin: 0 0 0 -1px;
	border-right: 1px solid #d1d1cf;
	font-weight: normal;
}
.app-tabz .nav li.short a {
	padding: 15px 20px;
	width: 111px;
	height: auto;
	text-align:center;
	margin-top: -1px;
}
.app-tabz .nav li.short.active a {
	border-bottom:  1px solid #d1d1cf;
	background: #fff;
	color: #1ba5e4;
}
.app-tabz .nav li a:hover {
	background: #f8f8f8;
}
.app-tabz .tab-container {
	margin-top:-1px;
	width:612px;
}
.app-tabz .tab-container.nopadding {
	padding: 20px 0;
	margin-top:-1px;
	border: none;
	z-index:0;
}
.app-tabz .tab-container.nopadding img{
	max-width:100%;
	height: auto !important;
	margin-bottom: 20px;
}
.app-tabz .tab-container.nopadding h4{
	font-weight: bold;
}
.head-section {
	margin-bottom: 50px;
}
.head-section h3{
	font-size: 26px;
	letter-spacing:-1px;
	font-weight: 700;
	color: #1ba5e4;
}
.head-section h5{
	font-style:italic;
}
.tab-section a {
	font-size: 12px;
	line-height: 12px;
}
.tab-section span {
	margin-bottom: 9px;
}
h5.app-title {
	font-weight: normal;
}
.tech-section {
	margin-bottom: 50px;
}
.tech-section ul, .tech-section ol{
	margin: 0 0 20px 20px !important;
}
.tech-section li{
	list-style: disc !important;
}
.end-section {
	text-align:center;
	margin-top:40px;
}


.RMuen{
	float:right;
	width: 580px;
}
.RMuen .Href{
	text-align:right;
	font-size:13px;
		height:44px;
	line-height:40px;
	padding-top: 15px;
	padding-right: 2px;
	text-transform: uppercase;
	color:333333;
}
.RMuen .Href a{ font-size:13px;padding-right:10PX; color:333333; display:inline-block; height:40px; line-height:40px;}




.en{
	font-size:14px;
	cursor:hand;
	display:inline-block;
	height:40px;
	line-height:1.5;
	color: #333333;
	padding-left:10px;
	text-decoration: none;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
}

.sp{
	font-size:14px;
	cursor:hand;
	display:inline-block;
	padding-left:10px;
	height:40px;
	line-height:1.5;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
}

.tu1{
	width: 145px;
	float: right;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
} 

.bt {
margin-top:18px;
margin-bottom:10px;
border: 0;
	font-size: 16px;
	vertical-align: baseline;
	font-family: "Oswald", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
	line-height: 1.3;
	color: #555555;
	padding-bottom: 2px;
	margin-left:18px; 
	margin-right:18px;
	
}

.tjlink{ color:#1d84c6}
.tjlink a{ color:#1d84c6}
.tjlink a:hover{
	color:#1d84c6
}



.proCase {
	position: relative;
	margin-top: 30px;
}
.proCase .list {
	width: 100%;
}
.proCase .list li {
	position: relative;
	display: block;
	float: left;
	transition: all ease 600ms;
	margin-top: 0;
	margin-right: 22px;
	margin-bottom: 0;
	margin-left: 22px;
}
.proCase .list li a {
	display: block;
}

.proCase .list li img {
	display: block;
	width: 220px;
	height: 110px;
	transition: all ease 600ms;
	padding-right: 5px;
	padding-left: 5px;
}

.proCase .list li a img {
	display: block;
	width: 220px;
	height: 110px;
	transition: all ease 600ms;
	padding-right: 5px;
	padding-left: 5px;
}
.proCase .list li .title {
}
.proCase .list li .tit {
	font-size: 14px;
	line-height: 40px;
	color: #666;
	text-align: center;
	font-weight: normal;
}
.proCase .list li:hover img {
	opacity: 0.8;
}
.proCase .hd {
	position: absolute;
	width: 100%;
}
.proCase .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -90px;
	left: -20px;
}
.proCase .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -90px;
	right: 5px;
}
.proCase .hd .prev:hover {
	background-position: -42px -60px;
}
.proCase .hd .next:hover {
	background-position: -84px -60px;
}
.ico {
	background: url(/images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
