.focus{
	position:relative;
	height:400px;
	width:100%;
	z-index:0;
	margin-top:100px;
}
.fobar{
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	text-align:center;
	z-index:10;
}
.fobar span{
	display:inline-block;
	background:url(../image/fbar.png) no-repeat -18px 0;
	width:10px;
	height:10px;
	margin:0 4px;
	cursor:pointer;
}
.fobar .focur{
	background:url(../image/fbar.png) no-repeat 0 0;
}
.bgc{
	background:#f1f1f1;
}
.notice{
	width:1120px;
	margin:0 auto;
	height:32px;
    padding-left: 20px;
	background:url(../image/ico1.png) no-repeat left;
}
.notice ul{

    width: 1120px;
	
}
.notice ul li{
    width: 30%;
	height:32px;
	line-height:32px;
    float:left;
    overflow: hidden;
}
.notice ul li a{
	color:#666;
}
.notice ul li a:hover{
	text-decoration:underline;
}
.index_box{
	width:1120px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	margin-top:100px;
}
.hti{
	text-align:center;
	padding:20px 0;
	font-size:24px;
	color:#333;
	line-height:44px;
}
.hti h4{
	font-size:36px;
	font-weight:normal;
	text-transform:uppercase;
	color:#ff4400;
        line-height: 36px;
}
.hti h3{
	display:inline-block;
	background:url(../image/sol.gif) repeat-x center;
	padding:0 70px;
	font-size:24px;
	color:#333;
	line-height:30px;
	height:30px;
}
.hti h3 span{
	display:inline-block;
	background:#FFF;
	padding:0 20px;
}
.hti2{
	text-align:center;
	padding:40px 0 10px 0;
	font-size:24px;
	color:#333;
	line-height:44px;
}
.hti2 h4{
	font-size:36px;
	font-weight:normal;
	text-transform:uppercase;
}
.hti2 h3{
	display:inline-block;
	padding:0 70px;
	font-size:24px;
	color:#333;
	line-height:30px;
	height:30px;
}
.hti h3 span{
	display:inline-block;
	padding:0 20px;
}
.hti3{
	text-align:center;
	padding:50px 0;
	font-size:24px;
	color:#fff;
	line-height:44px;
}
.hti3 h4{
	font-size:36px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
.hti3 h3{
	display:inline-block;
	padding:0 70px;
	font-size:24px;
	color:#fff;
	line-height:30px;
	height:30px;
}
.oa-list li{
	float:left;
	width:280px;
	font-size:14px;
	color:#999;
	height:90px;
	position:relative;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.oa-info{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	padding:10px 30px 10px 16px;
	width:233px;
	height:70px;
}
.oa-bg{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	height:90px;
	width:0px;
	border-left:1px solid #d1d1d1;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.oa-list li:hover .oa-bg{
	background:#fff9f7;
	border-left:3px solid #ff4400;
	height:90px;
	width:246px;
}
.oa-list h3{
	font-size:16px;
	line-height:18px;
	height:18px;
	padding-bottom:12px;
	color:#333;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.oa-list h3 img{
	float:left;
	margin-right:6px;
}
.oai1{
	background:url(../image/oai1.png) no-repeat no-repeat 0 0;
	padding-left:28px;
}
.oa-list li:hover .oai1{
	background:url(../image/oai1-hover.png) no-repeat no-repeat 0 0;
}
.oai2{
	background:url(../image/oai2.png) no-repeat no-repeat 0 0;
	padding-left:28px;
}
.oa-list li:hover .oai2{
	background:url(../image/oai2-hover.png) no-repeat no-repeat 0 0;
	color:#ff4400;
}
.oai3{
	background:url(../image/oai3.png) no-repeat no-repeat 0 0;
	padding-left:28px;
}
.oa-list li:hover .oai3{
	background:url(../image/oai3-hover.png) no-repeat no-repeat 0 0;
	color:#ff4400;
}
.oai4{
	background:url(../image/oai4.png) no-repeat no-repeat 0 0;
	padding-left:28px;
}
.oa-list li:hover .oai4{
	background:url(../image/oai4-hover.png) no-repeat no-repeat 0 0;
	color:#ff4400;
}
.oai5{
	background:url(../image/oai5.png) no-repeat no-repeat 0 0;
	padding-left:28px;
}
.oa-list li:hover .oai5{
	background:url(../image/oai5-hover.png) no-repeat no-repeat 0 0;
	color:#ff4400;
}

.yjlist{
	padding-bottom:60px;
}
.yjlist li{
	float:left;
	width:25%;
	text-align:center;
	font-size:18px;
	color:#666666;
}
.opbox{
	background:#f1f1f1;
	border-top:3px solid #d1d1d1;
}
.probar{
	text-align:center;
	color:#666666;
}
.probar a{
	margin:0 10px;
	color:#666666;
}
.product-list{
	padding:30px 0 20px 3px;
}
.product-list li.list-item {
    width: 20%;
    float: left;
    height: 306px;
    position: relative;
    background:#ffffff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
    -webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.product-list li.list-item.active {
    width: 40%;
    background:#ffffff;
}
.product-list li.list-item.active .item-left {
 left: -100%;
}
.product-list li.list-item.active .item-right {
 left: 0;
}

.product-list li.list-item .item-left {
    left: 0;
    -webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.product-list li.list-item .item-right {
 
  left: 100%;
  -webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.product-list .inner {
height: 100%;
width: 100%;
position: absolute;
top: 0;
overflow: hidden;
}
.product-list li.list-item::after, .product-list li.list-item::before {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: #e6e6e6;
    content: '';
}
.product-list li.list-item::before {
    left: -3px;
}
.product-list li.list-item::after {
    right: 0;
}
.product-list li.list-item::after, .product-list li.list-item::before {
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: #ddd;
    content: '';
}
.product-list li.list-item.active::after, .product-list li.list-item.active::before {
    background: #ff4400;
    z-index: 3;
}
.item-left,.item-right{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.item-left{
	text-align:center;
}
.item-left h3{
	padding:40px 0;
	font-size:18px;
	color:#333;
}
.item-left h3 span{
	text-transform:uppercase;
	font-size:14px;
	color:#999999;
}
.right-box{
	padding:30px 18px;
}
.top-product{
	border-bottom:1px solid #d0d0d0;
	padding-bottom:30px;
}
.top-pimg{
	float:left;
	width:70px;
}
.top-ptxt{
	float:right;
	width:320px;
	color:#666666;
	font-size:14px;
    height:138px;
}
.top-ptxt h3{
	font-size:18px;
	color:#333;
	padding-bottom:6px;
}
.btn{
	display:inline-block;
	border:1px solid #ff4400;
	color:#ff4400;
	padding:5px 30px;
	margin-top:12px;
}
.btn:hover{
	background:#ff4400;
	color:#FFF;
}
.btm-product li{
	padding-top:20px;
	font-size:14px;
	width:45%;
	padding-right:5%;
	float:left;
	color:#999999;
	height:70px;
	overflow:hidden;
	line-height:24px;
}
.btm-product li h3{
	background: url(../image/ico2.gif) no-repeat left;
	padding-left:12px;
	font-size:14px;
	color:#333;
}
.btm-product li span{
	float:right;
	color:#f03f0f;
}
.btm-product li a{
	color:#999999;
}
.btm-product li a:hover{
	text-decoration:underline;
}
.oebox{
	padding-bottom:20px;
}
.oeinfo{
	width:460px;
}
.oeinfo li{
	height:40px;
	line-height:16px;
	color:#666;
	padding-bottom:30px;
	overflow:hidden;
}
.oeinfo li i{
	float:left;
	margin-right:12px;
}
.oeinfo li span{
	display:inline-block;
	margin-bottom:8px;
	color:#333;
	font-size:18px;
}
.oectr{
	position:relative;
}
.sup{
	display:inline-block;
	background:#ff4400;
	color:#FFF;
	font-size:16px;
	border-radius:5px;
	height:40px;
	line-height:40px;
	width:200px;
	text-align:center;
	vertical-align:middle;
}
.sup:hover{
	background:#ff6831;
}
.tybar{
	position:absolute;
	top:2px;
	left:230px;
}
.ty-ss{
	position:absolute;
	bottom:40px;
	left:180px;
	background:url(../image/pbimg.png) no-repeat 0 0;
	width:120px;
	height:130px;
	padding:10px;
}
.mature{
	background:url(../image/mature.jpg) no-repeat center;
	height:653px;
}
.mature-box{
	background:#ffffff;
	padding:32px 20px;
	border:1px solid #e6e6e6;
}
.ctr{
	text-align:center;
	padding-top:30px;
}
.jxsbtn{
	display:inline-block;
	background:#ff4400;
	color:#FFF;
	font-size:16px;
	border-radius:5px;
	height:40px;
	line-height:40px;
	padding:0 50px;
	text-align:center;
	vertical-align:middle;
}
.jxsbtn:hover{
	background:#ff6831;
}
.mature-item{
	width:712px;
	border-right:1px solid #f1f1f1;
	height:270px;
}
.mature-bar{
	width:160px;
	height:230px;
	border-right:1px solid #f1f1f1;
	padding:20px 0;
}
.mature-bar li{
	padding:12px 0;
    height: 30px
}
.mature-bar a{
	display:block;
	font-size:14px;
	color:#333;
	
    overflow: hidden;
    height:25px;
	padding-right:16px;
}
.mature-bar .mbar{
	border-right:2px solid #4ab16c;
	margin-right:-1px;
}
.mature-info{
	width:570px;
	height:270px;
	position:relative;
}
.mature-info-txt{
	padding:20px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	font-size:14px;
	line-height:26px;
}
.mature-info-txt h3{
	font-size:18px;
	color:#333;
	padding-bottom:20px;
}
.mature-info-txt h3 span{
	font-size:14px;
	color:#666;
}
.mature-clients{
	width:350px;
	padding:6px;
}
.mature-clients h3{
	font-size:16px;
	color:#333;
	padding-bottom:6px;
	padding-left:20px;
}
.clients li{
	width:76px;
	float:left;
	margin:5px 20px;
	text-align:center;
	font-size:15px;
	color:#666;
	height:106px;
	overflow:hidden;
	line-height:30px;
}
.clients li a{
	background:url(../image/bgimg.gif) no-repeat;
	display:block;
	padding:5px;
	width:66px;
	height:66px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
    overflow: hidden;
}
.clients li a img{
	max-height:56px;
	max-width:56px;
}
.ml32{
	margin-left:32px;
}
.w-352{
	width:352px;
}
.lists{
	padding:5px 0;
}
.lists li{
	height:30px;
	line-height:30px;
	font-size:14px;
    overflow: hidden;
}
.lists li span{
	margin-right:10px;
}
.lists a:hover{
	text-decoration:underline;
	color:#ff4400;
}
.bgc2{
	background:#333333;
	border-bottom:1px solid #858585;
	position:relative;
}
.btit{
	text-align:center;
	padding:50px 0;
}
.regist{
	display:block;
	background:#ff4400;
	color:#FFF;
	font-size:18px;
	width:320px;
	height:50px;
	line-height:50px;
	border-bottom:3px solid #e32c02;
	border-radius:8px;
	text-align:center;
	margin:0 auto;
}
.regist:hover{
	background:#ff6831;
}
.btm-box{
	border-top:1px solid #666666;
	margin-top:50px;
	padding:50px 0;
}
.bks{
	width:368px;
	border-right:1px solid #666666;
	padding-bottom:12px;
	height:130px;
}
.bks h3{
	color:#FFF;
	font-size:16px;
	padding-bottom:6px;
}
.bks ul li{
	float:left;
	padding-right:30px;
	padding-top:12px;
}
.bks ul li a{
	color:#a9a9a9;
}
.bks ul li a:hover{
	text-decoration:underline;
}
.blx{
	width:346px;
	border-right:1px solid #666666;
	padding:0 20px;
	color:#a9a9a9;
	line-height:26px;
	height:144px;
}
.blx h3{
	font-size:16px;
	color:#FFF;
	padding-bottom:12px;
}
.bweibo{
	width:340px;
}
.newsbox{
	padding-bottom:20px;
}
.dlbg{
	background:#f1f1f1 url(../image/dlbg.jpg) no-repeat center bottom;
	position:relative;
}
.dlbox{
	padding:80px 0 150px 0;
	height:auto !important;
	min-height:461px;
	height:461px;
}
.dltit{
	font-size:28px;
	color:#1989d9;
	padding-top:100px;
	padding-left:30px;
}
.dltit h3{
	font-size:36px;
	line-height:50px;
}
.login{
	background:#FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:420px;
	padding:30px;
}
.loginTi{
	font-size:16px;
	color:#333;
	padding-bottom:8px;
}
.loginTi span{
	float:right;
	font-size:12px;
	margin-top:5px;
}
.user{
	position:relative;
	border-bottom:1px solid #d1d1d1;
	height:36px;
	margin:12px 0;
}
.user i{
	display:block;
	background:url(../image/dlico.gif) no-repeat 0 0;
	width:20px;
	height:25px;
	position:absolute;
	top:5px;
	left:4px;
	z-index:0;
}
.user input{
	color:#d1d1d1;
	font-size:16px;
	padding-left:30px;
	width:390px;
	height:36px;
	line-height:36px;
}
.password{
	position:relative;
	border-bottom:1px solid #d1d1d1;
	height:36px;
	margin:12px 0;
}
.password i{
	display:block;
	background:url(../image/dlico.gif) no-repeat 0 -50px;
	width:20px;
	height:25px;
	position:absolute;
	top:5px;
	left:4px;
	z-index:0;
}
.password input{
	color:#d1d1d1;
	font-size:16px;
	padding-left:30px;
	width:390px;
	height:36px;
	line-height:36px;
}
.phone{
	position:relative;
	border-bottom:1px solid #d1d1d1;
	height:36px;
	margin:12px 0;
}
.phone i{
	display:block;
	background:url(../image/dlico.gif) no-repeat 0 -100px;
	width:20px;
	height:25px;
	position:absolute;
	top:5px;
	left:4px;
	z-index:0;
}
.phone input{
	color:#d1d1d1;
	font-size:16px;
	padding-left:30px;
	width:390px;
	height:36px;
	line-height:36px;
}
.mail{
	position:relative;
	border-bottom:1px solid #d1d1d1;
	height:36px;
	margin:12px 0;
}
.mail i{
	display:block;
	background:url(../image/dlico.gif) no-repeat 0 -150px;
	width:34px;
	height:25px;
	position:absolute;
	top:5px;
	left:4px;
	z-index:0;
}
.mail input{
	color:#d1d1d1;
	font-size:16px;
	padding-left:40px;
	width:380px;
	height:36px;
	line-height:36px;
}
.foin .user{
	border-bottom:1px solid #1989d9;
}
.foin .user i{
	background:url(../image/dlico.gif) no-repeat 0 -25px;
}
.foin .password{
	border-bottom:1px solid #1989d9;
}
.foin .password i{
	background:url(../image/dlico.gif) no-repeat 0 -75px;
}
.foin .phone{
	border-bottom:1px solid #1989d9;
}
.foin .phone i{
	background:url(../image/dlico.gif) no-repeat 0 -125px;
}
.foin .mail{
	border-bottom:1px solid #1989d9;
}
.foin .mail i{
	background:url(../image/dlico.gif) no-repeat 0 -175px;
}
.dlbtn{
	display:block;
	background:#1989d9;
	cursor:pointer;
	color:#FFF;
	font-size:16px;
	text-align:center;
	height:40px;
	line-height:40px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	width:100%;
	margin:16px 0;
}
.dlbtn:hover{
	background:#1e9ffc;
}
.zcbox{
	background:#FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:420px;
	padding:30px;
	margin:0 auto;
}
.ctit{
	font-size:18px;
	color:#333;
	padding-bottom:10px;
	height:30px;
	line-height:30px;
}


.cart{
	border:1px solid #d1d1d1;
	font-size:14px;
}
.cart table{
	border-collapse:collapse;
}
.cart th{
	border:1px solid #d1d1d1;
	padding:5px 10px;
	color:#333;
	font-size:12px;
	font-weight:normal;
	background:#f1f1f1;
}
.cart td{
	padding:8px 10px;
	border:1px solid #d1d1d1;
}
.ncb{
	display:inline-block;
	border:1px solid #c0c0c0;
	width:20px;
	height:18px;
	line-height:18px;
	text-align:center;
	vertical-align:middle;
}
.nci{
	width:36px;
	line-height:18px;
	height:18px;
	text-align:center;
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-left:none;
	border-right:none;
	vertical-align:middle;
}
.cartTxt{
	font-size:14px;
	line-height:26px;
	padding:20px;
}
.cartCtr{
	border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	padding:20px;
	font-size:14px;
	line-height:26px;
	line-height:40px;
}
.cartCtr span{
	display:inline-block;
	vertical-align:middle;
}
.total strong{
	font-size:18px;
	color:#ff4400;
}
.total-info{
	border-top:1px solid #d1d1d1;
	padding:20px;
	font-size:14px;
	line-height:26px;
	text-align:right;
	color:#666;
}
.proImg{
	width:340px;
	padding:0 40px;
}
.proTxt{
	width:640px;
	font-size:13px;
}
.proxx li{
	float:left;
	width:50%;
	height:30px;
	line-height:30px;
	color:#333;
}
.proxx span{
	color:#999;
	display:inline-block;
	width:80px;
}
.protit{
	font-size:16px;
	color:#333;
	padding-bottom:12px;
}
.proOther{
	border-bottom:1px dotted #d1d1d1;
	border-top:1px dotted #d1d1d1;
	padding:5px 20px;
	text-align:center;
	margin:12px 0;
}
.proOther em{
	margin:0 50px;
}
.proctr{
	padding-top:12px;
}
.proInfo{
	padding-top:30px;
}
.proSide{
	width:270px;
}
.proBox{
	width:830px;
}
.boxbord{
	border:1px solid #d1d1d1;
}
.recomTi{
	font-size:14px;
	background:#f1f1f1;
	border-bottom:1px solid #d1d1d1;
	height:38px;
	line-height:38px;
	padding:0 12px;
	color:#333;
}
.recomBox{
	padding:12px;
}
.recoms li{
	height:60px;
	overflow:hidden;
	line-height:18px;
	border-bottom:1px dashed #e5e5e5;
	padding-bottom:12px;
	margin-bottom:12px;
}
.recoms li:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.recoms li img{
	float:left;
	width:60px;
	height:59px;
	margin-right:10px;
}
.recoms li h3{
	font-size:14px;
	line-height:18px;
	padding-bottom:6px;
	height:36px;
	overflow:hidden;
}
.proAbTi{
	font-size:14px;
	background:#f1f1f1;
	border-bottom:1px solid #d1d1d1;
	height:38px;
	line-height:38px;
	padding:0 12px;
	color:#333;
}
.proAbout{
	padding:12px;
}
.proItem{
	padding:20px 0;
	width:800px;
	margin:0 auto;
}
.proItem li{
	float:left;
	width:100px;
	text-align:center;
}

.proItem a{
	display:inline-block;
	line-height:30px;
}
.proItem a:hover,.proi01 .procur{
	color:#ff4400;
}
.proItem li i{
	display:block;
	font-size:0;
	line-height:0;
	width:100px;
	height:40px;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
}
.proItem li i img{
	max-height:40px;
	max-width:100px;
}


.Tab{
	text-align:center;
	padding:30px 0;
}
.Tab a{
	display:inline-block;
	border:1px solid #d1d1d1;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	height:28px;
	line-height:28px;
	padding:0 20px;
	margin:0 8px;
	color:#333333;
}
.Tab .tabCur{
	border:1px solid #ff4400;
	color:#ff4400;
}
.cplan{
	background:#ff4400;
	color:#FFF;
	font-size:14px;
	padding:0 20px;
	height:40px;
	line-height:40px;
	margin-bottom:20px;
}
.cpArea{
	width:1152px;
    overflow: hidden;
}
.cpArea li{
	float:left;
	width:312px;
	padding:16px 20px;
	background:#FFF;
	font-size:18px;
	margin-right:32px;
	margin-bottom:20px;
}
.cpArea li:hover{
	box-shadow:0 0 12px rgba(0,0,0,0.2);
}
.cpmore{
	display:block;
	background:#FFF;
	text-align:center;
	color:#666;
	padding:5px 0;
	margin-bottom:20px;
}
.cpmore:hover{
	color:#ff4400;
	box-shadow:0 0 12px rgba(0,0,0,0.2);
}
.cpArea li h3{
	font-size:18px;
	color:#333;
	padding-bottom:12px;
}
.cp-xzb{
	display:inline-block;
	background:url(../image/cpic.png) no-repeat 0 0;
	width:18px;
	height:18px;
}
.cp-gwb{
	display:inline-block;
	background:url(../image/cpic.png) no-repeat -32px 0;
	width:20px;
	height:18px;
}
.cti{
	font-size:24px;
	color:#333;
	text-align:center;
	background:url(../image/cline.gif) no-repeat center bottom;
	padding-bottom:12px;
	line-height:30px;
}
.qalist li{
	padding-top:30px;
}
.qalist .Q{
	font-size:16px;
	color:#ff4400;
	cursor:pointer;
    margin-top: 30px;
}
.qalist .A{
	display:none;
	font-size:14px;
	color:#666;
	padding:12px 0;
}
.osi-open{
	display:block;
	background:url(../image/osi.gif) no-repeat 0 -12px;
	width:12px;
	height:12px;
	float:right;
	margin-top:5px;
}
 .osi-s{
	display:block;
	background:url(../image/osi.gif) no-repeat 0 -12px;
	width:12px;
	height:12px;
	float:right;
	margin-top:5px;
}
.on .osi-s{
	display:block;
	background:url(../image/osi.gif) no-repeat 0 0;
	width:12px;
	height:12px;
	float:right;
	margin-top:5px;
}
.details{
	padding:20px 0;
	font-size:14px;
	line-height:30px;
}
.culture{
	background:url(../image/abbg.jpg) no-repeat center;
	height:728px;
}
.culTi{
	font-size:24px;
	color:#FFF;
	line-height:30px;
	background:url(../image/cline.gif) no-repeat center bottom;
	padding-bottom:12px;
	text-align:center;
	margin-top:50px;
}
.culTxt{
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:30px;
	padding:30px 0;
}
.curImg{
	position:relative;
	width:1120px;
	height:442px;
}
.cur-pic1{
	position:absolute;
	top:0;
	left:0;
}
.cur-pic2{
	position:absolute;
	top:226px;
	left:0;
}
.cur-pic3{
	position:absolute;
	top:0;
	left:226px;
}
.cur-pic4{
	position:absolute;
	top:0;
	left:678px;
}
.cur-pic5{
	position:absolute;
	top:226px;
	left:678px;
}
.cur-pic6{
	position:absolute;
	top:226px;
	left:904px;
}
.cxcginfo{
	padding:30px 0;
}
.cxcginfo li{
	position:relative;
	background:url(../image/sol.gif) repeat-y center;
	padding-bottom:30px;
}
.year-l{
	display:inline-block;
	background:url(../image/year-l.png) no-repeat;
	width:84px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
.year-r{
	display:inline-block;
	background:url(../image/year-r.png) no-repeat;
	width:84px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
.cx-left{
	float:left;
	width:50%;
	text-align:right;
}
.cx-right{
	float:right;
	width:50%;
}
.cx_info{
	padding:0 20px;
}
.cir{
	display:block;
	background:url(../image/cir1.png) no-repeat;
	width:15px;
	height:15px;
	position:absolute;
	top:6px;
	left:50%;
	margin-left:-8px;
}
.jobstxt{
	text-align:center;
	color:#666;
	font-size:14px;
	padding:30px 0;
}
.jobs h3{
	background:#777777;
	color:#fff;
	font-size:16px;
	height:40px;
	line-height:40px;
	padding:0 20px;
	border-top:2px solid #ff4400;
}
.jobsinfo{
	display:none;
	padding:12px 20px;
	font-size:14px;
	line-height:26px;
	background:#f1f1f1;
}
.jobsinfo h4{
	font-size:15px;
	color:#333;
	padding:12px 0;
}
h3.active{
	background:#ff4400;
}
.check select {
    width:200px;
    height:30px;
    line-height:30px;
    font-size:14px;
    margin:0 10px;
	vertical-align:middle;
	color:#999;
}
.map{
	position:relative;
}
.mapPop{
	position: absolute;
	top:20px;
	left:60px;
	z-index:10;
	width:1000px;
	background:#f1f1f1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.shengTi{
	text-align:center;
	font-size:18px;
	color:#333;
	padding:10px 20px;
	height:30px;
	line-height:30px;
}
.shengTi a{
	float:right;
}
.shengbox{
	background:#FFF;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	padding:0 20px;
    height: 500px;
overflow-y: scroll;
}
.netshops{
	border-bottom:1px dotted #d1d1d1;
	padding:20px 0;
	height:110px;
	overflow:hidden;
}
.netshops h3{
	font-size:16px;
	color:#333;
	padding-bottom:10px;
}
.newslist li{
	border-bottom:1px solid #d1d1d1;
	padding:20px 0;
	height:76px;
	vertical-align:middle;
	text-align:center;
}
.newsDate{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	color:#999;
	text-align:right;
	width:200px;
}
.newsDate span{
	font-size:65px;
	display:inline-block;
	line-height:60px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4400;
}
.newsInfo{
	display:inline-block;
	vertical-align:middle;
	width:550px;
	text-align:left;
	padding:0 50px;
	font-size:14px;
	height:76px;
	overflow:hidden;
}
.newsInfo h3{
	font-size:18px;
	padding-bottom:10px;
}
.newsInfo h3 a{
	color:#333;
}
.newsArr{
	display:none;
	vertical-align:middle;
	background:url(../image/arr5.png) no-repeat right center;
	height:76px;
	width:100px;
}
.newslist li:hover{
	background:#ff4400;
}
.newslist li:hover .newsInfo,.newslist li:hover .newsInfo h3 a,.newslist li:hover .newsDate,.newslist li:hover .newsDate span{
	color:#FFF;
}
.newslist li:hover .newsArr{
	display:inline-block;
	vertical-align:middle;
}
.title{
	text-align:center;
	border-bottom:1px dotted #d1d1d1;
	padding-bottom:30px;
}
.title h1{
	font-size:24px;
	line-height:30px;
	color:#333;
	padding-bottom:12px;
}
.other{
	border-top:1px dotted #d1d1d1;
	padding:30px 0;
}
.other_sel{
	padding-left:880px;
}
.other_sel a:hover{
	text-decoration:underline;
}
.backlist{
	display:block;
	background:#ff4400;
	font-size:15px;
	color:#FFF;
	width:200px;
	height:40px;
	line-height:40px;
	margin:20px auto;
	text-align:center;
	border-radius:8px;
}
.pscar{
	padding:12px 0;
}
.pscar li{
	float:left;
	padding:6px 20px 6px 0;
}
.pscar li img{
	border:1px solid #dcdcdc;
	vertical-align:middle;
	margin-left:8px;
}
.selIn{
	border:1px solid #d1d1d1;
	width:150px;
	height:26px;
	line-height:26px;
	vertical-align:middle;
}
.zfti{
	font-size:15px;
	height:26px;
	line-height:26px;
	border-bottom:1px dashed #d1d1d1;
	padding:12px 0;
	margin-bottom:12px;
}


.popbox{
	padding:20px 20px;
	text-align:center;
	line-height:30px;
	color:#333;
	font-size:16px;
}
.bsky{
	border:none;
	cursor:pointer;
	display:inline-block;
	background:#1c95db;
	padding:0 20px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.areaTxt{
	border:1px solid #d1d1d1;
	width:90%;
	overflow:hidden;
}

.jxsbar{
	display:inline-block;
	background:#ff4400;
	color:#FFF;
	border-radius:13px;
	padding:0 12px;
	height:22px;
	line-height:22px;
}
.tdinfo{
	padding-top:30px;
}
.tdinfo td{
	vertical-align:top;
	padding:10px 0;
}
.tdbox{
	width:370px;
	position:relative;
}
.tdImg{
	position:absolute;
	top:12px;
	left:0;
}
.tdTxt{
	padding:12px 20px 12px 50px;
	font-size:14px;
}
.tdTxt h3{
	font-size:16px;
	padding-bottom:8px;
	font-weight:bold;
	color:#333;
}
.mt100{
	margin-top:100px;
}
.cpinfo{
	margin-top:20px;
}
.cpinfo td{
	text-align:center;
	border-right:1px solid #d1d1d1;
	width:33.3%;
}
.cpinfo td:last-child{
	border-right:none;
}
.cpinfo td h4{
	font-size:14px;
	color:#333;
}
.cpbar{
	display:inline-block;
	border:1px solid #ff4400;
	color:#ff4400;
	border-radius:3px;
	padding:0 10px;
	margin:6px 0;
}
.cpbar:hover{
	background:#ff4400;
	color:#FFF;
}
.oa-list{
	padding-bottom:56px;
	padding-top:20px;
}
.zxtit1{
	border-bottom:1px solid #1989d9;
	font-size:18px;
	color:#333;
	height:30px;
	line-height:30px;
	background:url(../image/zxic1.png) no-repeat 0 0;
	padding-left:36px;
	padding-bottom:8px;
	margin-bottom:5px;
}
.zxtit2{
	border-bottom:1px solid #1eb592;
	font-size:18px;
	color:#333;
	height:30px;
	line-height:30px;
	background:url(../image/zxic2.png) no-repeat 0 0;
	padding-left:36px;
	padding-bottom:8px;
	margin-bottom:5px;
}
.zxtit3{
	border-bottom:1px solid #db3d3c;
	font-size:18px;
	color:#333;
	height:30px;
	line-height:30px;
	background:url(../image/zxic3.png) no-repeat 0 0;
	padding-left:36px;
	padding-bottom:8px;
	margin-bottom:5px;
}

.wtlists{
	padding:30px 0;
}
.wtlists li{
	padding:10px 15px;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.wtlists li:nth-child(2n){
	background:#f6f6f6;
}
.wtlists li:hover{
	background:#ff5b00;
	color:#fff;
}
.view{
	display:inline-block;
	background:url(../image/view1.png) no-repeat left;
	padding-left:20px;
	color:#999;
	float:right;
	font-size:14px;
}
.wtlists li:hover a{
	color:#fff;
}
.wtlists li:hover .view{
	color:#fff;
	background:url(../image/view2.png) no-repeat left;
}