/*Powered by yyh*/

/*-------------------------------------------------重置reset-------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	color: #777;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}
.clear {
	clear: both;
}
/*img*/
img {
	border: 0;
}
ul, li {
	list-style: none;
}
em {
	font-style: normal;
}
.none {
	display: none
}
/*a*/
a:link, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #C12C2A;
}
/*table*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
.w350 {
	width: 350px;
}
.w395 {width:395px;}
.mt20 {
	margin-top: 20px;
}
.mr30 {
	margin-right: 30px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/**top**/
#top {
	height: 36px;
	line-height: 36px;
	background: #F7F7F7;
	width: 100%;
	border-bottom: 1px solid #C12C2A;
}
#top .t-l {
	color: #E7E7E7;
	float: left;
}
#top .t-l a {
	color: #6C6C6C;
	padding: 0px 12px;
}
#top .t-l a:first-child {
	padding-left: 0;
}
#top .t-l a:hover {
	color: #333;
}
#top .t-r {
	float: right;
}
#top .t-r ul li {
	float: left;
	padding-right: 20px;
	position: relative;
}
#top .t-r ul li:last-child {
	padding-right: 0;
}
#top .t-r ul li i {
	width: 31px;
	height: 26px;
	display: inline-block;
	margin-top: 5px;
	float: left;
}
#top .t-r ul li.weibo i {
	background: url("../images/weibo.png") no-repeat;
}
#top .t-r ul li.weixin i {
	background: url("../images/weixin.png") no-repeat;
}
#top .t-r ul li.weixin .codeBox {
	width: 140px;
	height: auto;
	background: #fff;
	position: absolute;
	z-index: 9999;
	border: 1px solid #e3e3e3;
	top: 35px;
	left: -10px;
	text-align: center;
	display: none;
	line-height: 20px;
	padding-bottom: 10px;
}
#top .t-r ul li:hover.weixin .codeBox {
	display: block;
}
#top .t-r ul li.weixin .codeBox em {
	display: block;
	position: absolute;
	width: 14px;
	height: 7px;
	left: 50%;
	margin-left: -7px;
	background: url("../images/topArrow.png") no-repeat;
	top: -7px;
}
#top .t-r ul li.weixin img {
	width: 120px;
	height: 120px;
	display: block;
	margin: 10px auto 0;
}
/**header**/

#header {
	height: 100px;
	box-shadow: 0 0 10px #ccc;
	width: 100%;
	background: #fff;
	min-width: 1200px;
	z-index: 1000;
}
.logo {
	display: block;
	float: left;
	margin:10px 0 0 0;
	height: 80px;
}
.main-nav {
	float: right;
}
.main-nav ul li {
	float: left;
	position: relative;
}
.main-nav ul li .dad {
	display: block;
	float: left;
	padding: 38px 30px 0px 30px;
	height: 62px;
	transition-duration: 400ms;
}
.main-nav ul li .dad .ch {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.main-nav ul li .dad .en {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #cacaca;
	line-height: 20px;
	font-family: arial;
	text-transform: uppercase;
}
.main-nav ul li:hover .dad, .main-nav ul .cur .dad {
	background: #C12C2A;
}
.main-nav ul li:hover .ch, .main-nav ul .cur .dad .ch {
	color: #fff;
}
.main-nav ul li.on .sons {
	display: block;
}
.sons {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	background: #fff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
	padding-top: 6px;
	box-shadow: 0 0 2px #ccc inset;
	display: none;
	z-index: 9999;
}
.sons a {
	display: block;
	width: 100%;
	margin: 2px auto;
	height: 38px;
	border-bottom: 1px solid #f2f2f2;
	padding: 2px 0;
}
.sons a span {
	width: 96%;
	display: block;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	color: #999;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
}
.sons a:hover span {
	background: #C12C2A;
	color: #fff;
}
/*banner*/
.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: auto;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 60px;
	height: 60px;
	margin: -60px 0 0;
	display: block;
	background: url("../images/slide-shortcut.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: -60px 0;
	right: 100px;
}
.flex-direction-nav .flex-prev {
	left: 100px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev:hover {
	background-position: 0px -60px;
}
.flexslider:hover .flex-next:hover {
	background-position: -60px -60px;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	display: block;
	height: 12px;
	overflow: hidden;
	text-indent: -99em;
	width: 12px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background: rgba(255,255,255,0.6);
}
/*滚动新闻*/
.scroll {
	height: 40px;
	line-height: 40px;
	background: #F7F7F7;
}
.scroll-con {
	width: 1200px;
	margin: 0px auto;
	background: url("../images/new-icon.png") no-repeat left center;
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
}
.scrollnews {
	overflow: hidden;
	width: 1160px;
}
.scrollnews .news {/*width:99999999px;*/
	width: 8000%;
	height: 30px;
}
.scrollnews .news div {
	float: left;
}
.scrollnews .news ul {
	float: left;
	overflow: hidden;
	zoom: 1;
}
.scrollnews .news ul li {
	float: left;
	overflow: hidden;
	margin-right: 40px;
}
/*main*/
#main {
	width: 1200px;
	margin: 10px auto;
}
#main .title {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}
#main .title a {
	float: right;
	color: #999;
	font-size: 14px;
}
#main .title a:hover {
	color: #C12C2A;
}
#main .title span {
	border-bottom: 2px solid #C12C2A;
	padding: 0 2px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
#main .topnew {
	width: 350px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
#main .topnew .img img {
	width: 100%;
	height: 100%;
	webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#main .topnew a:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#main .topnew .bg {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}
#main .topnew .tit {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#main .topnew-txt {
	padding: 10px 0px;
	line-height: 26px;
	max-height: 78px;
	overflow: hidden;
	text-indent: 2em;
}
#main .newlist li {
	height: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}
#main .newlist li span {
	float: right;
	color: #999;
}
#main .newlist li a {
	width: 290px;
	display: inline-block;
	float: left;
	background: url("../images/dot.png") no-repeat left center;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
/*索克服务*/
#main .ser-txt {
	line-height: 26px;
	text-indent:2em;
	}
#main .ser-list {
	width:100%;
	padding-top:10px;
	overflow: hidden;
}
#main .ser-list li {width:100%; cursor:pointer;}
#main .ser-list .ser-name{
	background:url(../images/dot.png) no-repeat 0px center;
	padding-left: 10px;
	line-height:40px;
	height:40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:100%;
	
}
#main .ser-info {
	width:100%;
	float: left;
	overflow: hidden;
	display:none;
}
#main li.cur .ser-name{ display:none;}
#main li.cur .ser-info{
	display:block;}
#main .ser-info dl {
	margin-bottom: 10px;
}
#main .ser-info dl .img {
	display: block;
	border: 1px solid #e6e6e6;
	width: 78px;
	height: 78px;
	overflow: hidden;
	float: left;
}
#main .ser-info dl a img {
	width: 100%;
	height: 100%;
	webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}
#main .ser-info dl a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
#main .ser-info dl dd {
	padding-left:10px;
	width:300px;
	float: left;
}
#main .ser-info dl h2 {
	font-size: 14px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
}
#main .ser-info dl .text {
	height:40px;
	line-height:20px;
	overflow: hidden;
}
#main .ser-info dl .text, #main .ser-info dl .text a {
	color: #999;
}
#main .ser-info dl .text a:hover {
	color: #C12C2A;
}
/*索克产业*/
#main #tab {
	height:40px;
	line-height:40px;
	color: #777;
	border-bottom:1px solid #E2E7EC;
	
}
#main #tab li {
	width:93px;
	display: inline;
	text-align: center;
	float: left;
	cursor: pointer;
	height:39px;
	line-height:39px;
	border:1px solid #E2E7EC;
	border-bottom:none;
	margin-right:5px;
	background:#F7F7F7;
}
#main #tab li:last-child {margin-right:0;}
#main #tab .cur {
	color: #C12C2A;
	border-bottom: 1px solid #fff;
	font-weight:bold;
	background:#fff;
}
#main #tab-sub {
	border:1px solid #E2E7EC;
	border-top:0;
	height:275px;
	padding:10px;
	
}
#main #tab-sub .tab-con {
	width:100%;
	line-height: 26px;
	display: none;
}
#main #tab-sub .tab-con .img {width:130px; height:100px; float:left; margin-right:10px; }
#main #tab-sub .tab-con .txt {height:250px; overflow:hidden;}
#main #tab-sub .tab-con .more {width:100%; text-align:right; display:block; color:#C12C2A;}
/*footer*/
#footer {
	background: #3B3D42;
	color: #B0B0B0;
}
.footer-nav {
	padding: 40px 0;
	color: #B0B0B0;
}
.footer-nav .f-l {
	float: left;
}
.footer-nav .f-l dl {
	float: left;
	margin-right: 80px;
}
.footer-nav .f-l dl dt {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.footer-nav .f-l dl dd {
	line-height: 26px;
}
.footer-nav .f-l dl dd a {
	display: block;
	color: #B0B0B0;
}
.footer-nav .f-l dl dd a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-nav .f-r {
	float: right;
}
.footer-nav .f-r a {
	width: 33px;
	height: 33px;
	float: left;
	margin-right: 25px;
	display: inline-block;
	background: url("../images/foot-ico.png") no-repeat scroll;
}
.footer-nav .f-r a.weibo {
	background-position: 0 0;
}
.footer-nav .f-r a.txweibo {
	background-position: -40px 0;
}
.footer-nav .f-r a.weixin {
	background-position: -80px 0;
}
.footer-nav .ewm {width:120px;padding-top:15px; float:left;display:block; margin:0px 15px; text-align:center;}
.footer-nav .ewm img {width:120px;height:120px;}
.footer-copyright {
	line-height: 50px;
	background: #2B2D32;
}
/*关于索克*/
.content {background:#F2F2F2;}
.breadNav {
	height:30px;
	line-height:30px;
	color: #999;
	background: fff;
	width: 1200px;
	margin:40px 0 0;
}
.breadNav code {
	padding: 0px 5px;
}
.breadNav span {
	float: right;
}
.breadNav span a, .breadNav span font {
	color: #db2242;
	margin: 0 5px;
}
.breadNav .search {float:right;width:250px;}
.breadNav .search .search-inpt {
    float: left;
    width:190px;
    height:28px;
    border: 1px solid #D7D7D7;
    background: #fff;
    line-height:28px;
    overflow: hidden;
    padding: 0 10px;
    outline: none;
}
.breadNav .search .search-btn {
    float: left;
    width:39px;
	margin-left:-1px;
    height:30px;
	border: 1px solid #D7D7D7;
	border-left:none;
    background:url("../images/search-btn.png") no-repeat center center #fff;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.content .con ,.content .newslist{
    background: #fff;
    box-shadow: 0 3px 6px #b4b4b4;
    padding:80px 100px;
    width: 1200px;
	box-sizing:border-box;
    margin:40px auto 50px;
}
.content .con .tit {font-size:36px; text-align:center;height:50px; line-height:50px; color:#333; font-weight:normal;}
.content .con .txt {font-size:14px;line-height:36px; padding:20px 0;}
.content .con .txt img {max-width:1000px; padding:20px 0;}
/*新闻内容页*/
.new-box {
	padding-bottom:60px;
	position: relative;
}
.new-box .new-thumb {
	float: left;
	width:260px;
	height:195px;
	overflow: hidden;
	margin-right:40px;
}
.new-box .new-thumb img {
	width: 100%;
height: 100%;
webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.new-box .new-thumb a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.new-box .new-con {
	float: left;
	width:700px;
}
.new-box .new-con .tit {
	font-size: 18px;
	font-weight:600;
	margin: 0 0 15px 0;
}
.new-box .new-con .infor {
	line-height:30px;
	max-height:120px;
	overflow:hidden;
	margin-bottom:8px;
	}
.new-box .new-con .time {
	display:block;
	line-height:30px;
	color:#999;
	}
/*新闻内容页*/
.content .article{
    background: #fff;
    box-shadow: 0 3px 6px #b4b4b4;
    padding:80px 150px;
    width: 1200px;
	box-sizing:border-box;
    margin:40px auto 50px;
}
.article .arc-title {
	font-size: 28px;
	line-height: 38px;
	color: #000;
	text-align: center;
}
.article .arc-info {
	padding:20px 0;
	color: #999;
	text-align: center;
}
.article .arc-info span {
	display: inline-block;
	margin: 0 10px;
}
.article .arc-detail {
	padding: 40px 0;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	word-wrap: break-word;
	overflow: hidden;
	border-top: 1px solid #BCC0C4;
}
.article .arc-detail p {
	margin-bottom: 10px;
}
.article .arc-detail img {
	max-width:700px;
}
.share {float:right; display:block; height:30px; margin-bottom:30px;}
.pre-next {padding:20px 0;border-top:1px solid #BCC0C4;width:100%;float:left; line-height:30px;}

/*分页*/
.pages {
	text-align: center!important;
}
.paging {
	overflow: visible;
	line-height: 1.5;
	color: #333;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none
}
.paging, .paging .page-list {
	display: inline-block;
	height: 32px
}
.paging .next, .paging .omit, .paging .page, .paging .prev {
	display: inline-block;
	height: 18px;
	min-width: 24px;
	padding: 6px 3px;
	border: solid 1px #ddd;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
 *width:24px
}
.paging .next, .paging .prev {
	background: #fff
}
.paging .omit, .paging .page {
	margin: 0 4px
}
.paging .omit {
	background: #fff;
	width: 26px;
	padding: 7px 3px;
	border-width: 0;
	cursor: default
}
.paging .next, .paging .next:link, .paging .next:visited, .paging .prev, .paging .prev:link, .paging .prev:visited {
	width: 60px;
	color: #333
}
.paging .prev, .paging .prev:link, .paging .prev:visited {
	margin: 0 4px 0 0
}
.paging .next, .paging .next:link, .paging .next:visited {
	margin: 0 0 0 4px
}
.paging .page, .paging .page:link, .paging .page:visited {
	background: #fff;
	color: #333
}
.paging .next:hover, .paging .page:hover, .paging .prev:hover {
	background: #C12C2A;
	border-color: #C12C2A;
	color: #fff;
	text-decoration: none
}
.paging .next:active, .paging .page:active, .paging .prev:active {
	background: #C12C2A;
	border-color: #C12C2A;
	color: #fff
}
.paging .current, .paging .current:hover, .paging .current:link, .paging .current:visited {
	background: #C12C2A;
	border-color: #C12C2A;
	color: #fff
}
.paging .y-disabled, .paging .y-disabled:hover, .paging .y-disabled:link, .paging .y-disabled:visited {
	background: #efefef;
	border-color: #efefef;
	color: #ccc;
	cursor: default
}
.paging.paging-rn .next, .paging.paging-rn .omit, .paging.paging-rn .page, .paging.paging-rn .prev {
	margin: 0 0 0 4px
}
.paging .jump, .paging .total {
	display: inline-block;
	height: 18px;
	padding: 7px 0;
	margin: 0 0 0 16px;
	overflow: hidden
}
.paging .jump {
	height: 24px;
	padding: 4px 0
}
.paging .jump input {
	width: 50px;
	text-align: center;
	height: 26px !important;
	border: solid 1px #ccc;
	border-radius: 4px;
	outline: none;
	line-height: 26px;
	color: #000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.paging .jump input:focus {
	border-color: #69c5dd;
	background: #e9fbfe;
}
.paging .jump a.go {
	margin-left: 4px;
	width: 40px;
	height: 24px;
	border: solid 1px #C12C2A;
	display: inline-block;
	line-height: 24px;
	font-size: 12px;
	color: #C12C2A;
}
.paging .jump a:hover.go {
	background: #C12C2A;
	border-color: #C12C2A;
	color: #fff;
	text-decoration: none;
}
/*职位*/
.recruit-join {
	background: #fff;
	box-shadow: 0 3px 6px #b4b4b4;
	padding: 80px 50px;
	width: 1200px;
	box-sizing: border-box;
	margin: 40px auto 50px;
}
.recruit-join .tab-box th{
	font-size: 14px;
	height:50px;
	padding: 0 15px;
	background:#F6F6F6;
}
.recruit-join .tab-box th:first-child ,.recruit-join .tab-box td:first-child{padding-left:30px; text-align:left;}
.recruit-join .tab-box td{
	height:60px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #F6F6F6;
}
.recruit-join .wrap.m-wrap .tab-box td{
	height: 50px;
	color:#666;
}
.recruit-join .wrap.m-wrap .tab-box td a{
	color: #666;
}
.recruit-join .tab-box td a:hover{
	color: #C12C2A;
}
.recruit-join .tab-box .butn{
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
}
.recruit-join .tab-box .butn:hover{
	background-color: #C12C2A;
	color: #fff;
}

/*职位详情*/
.JobInfo {padding:0px 50px;}
.JobInfo .jobtit {
	font-size:24px;
	line-height:40px;
	font-weight:normal;
	margin-bottom:10px;
	color:#666;
	}
.JobInfo .jobitem  li{display:block; color:333px; height:36px; line-height:36px;width:40%;float:left;}
.JobInfo .jobitem  li span {color:#999;}
.JobInfo .jtit {
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	margin:15px 0;
	}
.JobInfo .jobtxt {
    font-size: 14px;
    line-height: 30px;
    word-wrap: break-word;
}
/*案例展示*/
.case-list {
	margin: 0px auto;
	width: 1200px;
	padding:30px 0;
}
.case-list .casebox {
	width:280px;
	float: left;
	margin: 0px 26px 30px 0px;
	background: #fff;
	padding-bottom:10px;
}
.case-list .casebox:nth-child(4n) {margin-right:0px;}
.case-list .casebox a {
	display: block;
	width:100%;
	border: 6px solid #fff;
	float: left;
	overflow: hidden;
	background: #fff;
	box-sizing:border-box;
}
.case-list .casebox a .imgs {
	width:100%;
	overflow: hidden;
	display: block
}
.case-list .casebox a img {
	width:100%;
	height:201px;
	transition: all linear .2s;
}
.case-list .casebox a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05) translateZ(0);
	-moz-transform: scale(1.05) translateZ(0);
	-ms-transform: scale(1.05) translateZ(0);
	-o-transform: scale(1.1) translateZ(0);
}
.case-list .casebox .tit {
	width:90%;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	display:block;
	margin: 0 auto;
	text-align:center;
	font-weight:bold;
}
/*案例详情*/
.caseInfo {
	background: #fff;
	box-shadow: 0 3px 6px #b4b4b4;
	padding: 80px 100px;
	width: 1200px;
	box-sizing: border-box;
	margin: 40px auto 50px;
	line-height: 30px;
}
.caseInfo .tit {
	font-size:24px;
	line-height:40px;
	font-weight:normal;
	margin-bottom:10px;
	color:#666;
	}
.caseInfo .caseitem  li{display:block; color:333px; height:36px; line-height:36px;}
.caseInfo .caseitem  li span {color:#999;}
.caseInfo .casetxt {
    font-size: 14px;
    
    word-wrap: break-word;
}
.caseInfo .imgs {padding:30px 0;}
#bigphoto {
	display: table;
	width: 900px;
	height: 600px;
	margin: 0 auto 10px auto;
	text-align: center;
}
#bigphoto a {
	display: table-cell;
	vertical-align: middle;
}
#bigphoto img {
	max-height: 600px;
	max-width:900px;
}
#smallphotos {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 100px;
	margin: 4px auto 4px auto;
}
#photos {
	position: relative;
	margin: 0 auto;
	width: 882px;
	height: 80px;
	overflow: hidden;
}
#smallphotos ul {
	position: absolute;
	height: 80px;
}
#smallphotos li {
	float: left;
	width: 112px;
	height: 76px;
	margin: 0 5px;
	list-style: none;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	line-height: 74px;
}
#smallphotos img {
	cursor: pointer;
	max-height: 80px;
	vertical-align: middle;
}
#pre, #next {
	width: 30px;
	height: 51px;
	position: absolute;
	font-size: 50px;
	font-weight: bold;
	top: 15px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	font-family: sans-serif;
}
#pre {
	left: 0px;
	background: url("../images/Left.png") no-repeat;
}
#next {
	left: 930px;
	background: url("../images/Right.png") no-repeat;
}
#smallphotos li:hover {
	border: 2px solid #3A93DA;
	opacity: 1;
}
.unselected {
	border: 2px solid #FFF;
	opacity: 0.5;
}
.selected {
	border: 2px solid #3A93DA;
	opacity: 1;
}
/*联系我们*/
.contact {
    background: #fff;
    box-shadow: 0 3px 6px #b4b4b4;
    width: 1200px;
    box-sizing: border-box;
    margin: 40px auto 50px;
}
.contact .contact-l {width:400px;float:left; padding:80px 50px;}
.contact .contact-l h1 {height:50px; line-height:50px; color:#4B4B4B;font-size:36px; font-weight:normal;}
.contact .contact-l p {padding-top:30px; line-height:30px;}
.contact .contact-r {width:650px;height:650px; float:right;}

#page{
	display: block;
	clear:both;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#page .pagination {
	display: inline-block;
}

#page .pagination a, .pagination span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #4BA737;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

#page .pagination .current {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #C12C2A;
	border-color: #C12C2A;
}
