/**
 * @description : public 重置样式、使用频率高、维护量少的样式
 * @authro      : 秦文
 * @created     : 2015-8-14
 */	
/*==================================================全局==========================================================================*/
@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
html {
	overflow:hidden;
	overflow-y:auto;
} /*始终让 Firefox 显示滚动条*/
* {word-wrap: break-word;}/*文字强制换行word-break:keep-all;(Ff)*/
table {border-collapse: collapse;}/*细线表格*/
fieldset, img {border: none;}/*清除描边*/
ul, li {list-style-type: none;}/*无列表项目标记*/

a {text-decoration: none;}/* 链接无下划线,有为underline;链接去框 */

body {
	font-family:"microsoft yahei";
	font-size: 12px;
	color:#666;
	background:#fff;
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {cursor: pointer}

.h10{clear: both;height:10px;}
.h15{clear: both;height:15px;}
.h20{clear: both;height:20px;}
.h25{clear: both;height:25px;}
.h30{clear: both;height:30px;}
.h35{clear: both;height:35px;}
.h40{clear: both;height:40px;}
.h45{clear: both;height:45px;}
.h50{clear: both;height:50px;}
.h55{clear: both;height:55px;}
.h60{clear: both;height:60px;}
.h70{clear: both;height:70px;}
.h90{clear: both;height:90px;}
.clear{clear:both;}

.fl{float:left !important;display:inline;}
.fr{float:right !important;display:inline;}
/*^
 * 框架
 * @created 2015.1.9
 * @return
 */	
.wrap{
	width: 1200px;
	margin:0px auto;
}

.pos_r{
	position: relative;
	border-top:2px solid #d57c40;
}

/*
* 详细页右边部分
*/

.rightBox{
	width: 920px;
	min-height:538px;
	height:auto !important;
	height:538px;
	overflow: hidden;
	margin-left: 280px;
	position: relative;
	z-index: 2;
}

.contBox{
	width: 100%;
	overflow: hidden;
}

.formContBox{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.cont{
	overflow: hidden;
}

.subContBox{
	width: 100%;
	overflow: hidden;
}



/*
* page
*/

/*^
 * 列表分页
 */
.page {
	overflow: hidden;
	text-align: center;
	clear: both;
	margin: 0 auto;
	font-size:12px;
	height:30px;
	line-height: 30px;
}

.page a {
	font-family: "宋体";
	border: 1px solid #c5c5c5;
	padding: 6px 10px;
	background: #fff;
	color: #b4b4b4;
	font-size: 12px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-box-shadow: 0px 0px 5px #c5c5c5;
	box-shadow: 0px 0px 5px #c5c5c5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page a:hover {
	background: #e68748;
	color: #ffffff;
	border: 1px solid #e68748;
}
.page a.hover {
	background: #e68748;
	color: #ffffff;
	border: 1px solid #e68748;
}

.page .prev{
	margin:0px 10px 0px 0px;
}

.page .next{
	margin:0px 0px 0px 10px;
}

.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #f7f7f7;
	color:#b4b4b4;
}
.page input.pageDetail {
	width: 30px;
	height:18px;
	text-align: center;
}
.page input.page_bnt {
	border: none;
	width: 58px;
	height: 22px;
	cursor:pointer;
	font-family: "microsoft yahei";
}

/*
* location
*/

.location{
	height: 40px;
	overflow: hidden; 
	line-height: 40px;
	padding-left: 25px;
	/*background: #fbfbfb;*/
}

.location_t a,
.location_t{
	font-size: 12px;
	color:#666;
	font-family: "宋体";
}

.location_t i{
	padding:0px 8px;
}

.location_t a:hover{
	color:#2f318b;
	/*font-weight: bold;*/
}

.location_t a:last-child{
	color:#2f318b;
}


/*===========================top  begin===========================*/

.head{
	width: 100%;
	position: relative;
	background: #fff;
}

.header{
	overflow: hidden;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.topLogo{
	display: block;
}

.topLogo img{
	display: block;
	width: 575px;
	height: 58px;
}

.topCont{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:10px;
}

.topCom p{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	padding:0px 15px;
}

.bg_bd{
	border-right: 1px solid #f2f2f2;
}

.topCom p a{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.topCom .p1 a{
	font-size: 12px;
	color:#666;
	font-family: "宋体";
}

.topCom p i{
	font-size: 12px;
	color:#666;
	padding: 0px 5px;
}

.topCom .p2 a{
	font-size: 14px;
	color:#666;
}

.topCom p a:hover{
	color:#f8a61d;
}


.head2{
	width: 100%;
	height: 45px;
	overflow: hidden;
	background: #fff;
	padding: 15px 0px;
	position: relative;
	z-index: 3;
}

.header2{
	overflow: hidden;
	position: relative;
}

.topLogo2{
	display: block;
	width: 495px;
	height: 45px;
	overflow: hidden;
}

.topLogo2 img{
	display: block;
	width: 495px;
	height: 45px;
}

.topCont2{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:7px;
}



/*
* 导航
*/

.navBox{
	width: 1920px;
	height: 550px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top:0px;
	margin-left: -960px;
	background: url(../images/navBg.png) no-repeat left center;
}

.navCont{
	height: 550px;
	/* overflow: hidden; */
	position: relative;
}

.nav_dl{
	width: 880px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:1px;
}

.nav_dl dd{
	width: 110px;
	height: 36px;
	overflow: hidden;
	float: left;
	display: inline;
	z-index: 999;
	text-align: center;
}

a.nav_a{
	width: 110px;
	height: 36px;
	display: block;
	overflow: hidden;
	line-height: 36px;
	font-size: 16px;
	color:#fff;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.nav_dl dd.hover .nav_a,
a.nav_a:hover{
	/*background: #fff;*/
	color:#2f318b;
}

.fastLink{
	width: 660px;
	/* overflow: hidden; */
	position: absolute;
	right: 0px;
	top:70px;
}

.fastLinkSlide{
	width: 100%;
	/* overflow: hidden; */
	position: relative;
	/*background: yellow;*/
	padding-bottom: 35px;
}

.fastLinkSlide .bd{
	width: 700px;
	height: 280px;
	overflow: hidden;
	/*background: red;*/
}

.fastLink_dl{
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
}

.fastLink_dl dd{
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	display: inline;
}

.fastLink_dl dd.item1,
.fastLink_dl dd:nth-child(1){
	position: absolute;
	left: 0px;
	top:0px;
	color: #f57c07;
}

.fastLink_dl dd:nth-child(1) a{
	color: #f57c07;
}

.fastLink_dl dd.item2,
.fastLink_dl dd:nth-child(2){
	position: absolute;
	left: 120px;
	top:0px;
	color: #f5ba07;
}

.fastLink_dl dd:nth-child(2) a{
	color: #f5ba07;
}

.fastLink_dl dd.item3,
.fastLink_dl dd:nth-child(3){
	position: absolute;
	left: 238px;
	top:0px;
	color: #84b673;
}

.fastLink_dl dd:nth-child(3) a{
	color: #84b673;
}

.fastLink_dl dd.item4,
.fastLink_dl dd:nth-child(4){
	position: absolute;
	left: 40px;
	top:150px;
	color: #ef7192;
}

.fastLink_dl dd:nth-child(4) a{
	color: #ef7192;
}

.fastLink_dl dd.item5,
.fastLink_dl dd:nth-child(5){
	position: absolute;
	left: 165px;
	top:170px;
	color: #52b2e9;
}

.fastLink_dl dd:nth-child(5) a{
	color: #52b2e9;
}

.fastLink_dl dd.item6,
.fastLink_dl dd:nth-child(6){
	position: absolute;
	left: 282px;
	top:170px;
	color: #a69fe3;
}

.fastLink_dl dd:nth-child(6) a{
	color: #a69fe3;
}
.fastLink_dl dd.item7,
.fastLink_dl dd:nth-child(7){
	position: absolute;
	left: 391px;
	top:170px;
	color: #a69fe3;
}

.fastLink_dl dd:nth-child(7) a{
	color: #a69fe3;
}
.fastLink_dl dd.item8,
.fastLink_dl dd:nth-child(8){
	position: absolute;
	left: 500px;
	top:170px;
	color: #a69fe3;
}

.fastLink_dl dd:nth-child(8) a{
	color: #a69fe3;
}
.fastLink_dl dd.item9,
.fastLink_dl dd:nth-child(9){
	position: absolute;
	left: 602px;
	top:170px;
	color: #a69fe3;
}

.fastLink_dl dd:nth-child(9) a{
	color: #a69fe3;
}
.fastLink_dl dd.item10,
.fastLink_dl dd:nth-child(10){
	position: absolute;
	left: 282px;
	top:170px;
	color: #a69fe3;
}

.fastLink_dl dd:nth-child(10) a{
	color: #a69fe3;
}

.fastLink_dl dd a{
	display: block;
	width: 75px;
	height: 75px;
	padding: 20px 15px 20px 10px;
	overflow: hidden;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	font-size: 20px;
	color:#a9021c !important;
}

.fastLinkSlide .hd{
	width: 100%;
	height: 35px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	bottom:5px;
	text-align: right;
}

.fastLinkSlide .hd ul{
	display: inline-block;
	overflow: hidden;
}

.fastLinkSlide .hd ul li{
	width: 26px;
	height: 26px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 3px;
	cursor: pointer;
	line-height: 100px;
	background: url(../images/navIcon.png) no-repeat center 5px;
}

.fastLinkSlide .hd ul li.on{
	background: url(../images/navIcon_h.png) no-repeat center 5px;
}




/*
* banner begin
*/
#banner{
	width: 100%;
	height: 520px;
	position:relative;
	overflow: hidden;
	padding-top: 30px;
}

#banner .center { 
	margin: 0 auto; 
	position: relative;
	width: 1920px;
	left: 50%; 
	margin-left:-960px; 
}
#banner .center .relative { 
	overflow: hidden; 

} /*-460px=(1920px-1000px)/2*/

#banner .slide_ul{
	width:1920px;
	height: 520px;
	overflow: hidden;
}

#banner .slide_ul li{
	width:100%;
	overflow: hidden;
}

#banner .slide_ul li a{
	display: block;
	overflow: hidden;
}

#banner .slide_ul li a img{
	width: 1920px;
	height: 520px;
	display: block;
}

/*
* 底部
*/
.footer{
	width: 100%;
	overflow: hidden;
	padding: 10px 0px;
	background: #f9f9f9;
	position: relative;
}


.footer2{
	width: 100%;
	overflow: hidden;
	padding: 10px 0px;
	background: #1f1e24;
}

.footCont{
	overflow: hidden;
	text-align: center;
	position: relative;
	font-size: 12px;
	color:#929292;
	font-family: "宋体";
}

.footCont span{
	padding-left: 80px;
}

.footCont span a{
	font-size: 12px;
	color:#929292;
	font-family: "宋体";
}

.footCont span a:hover{
	color:#2f318b;
}

.online{
	width: 50px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	right: 0px;
}

.online_dl{
	width: 50px;
	overflow: hidden;
	background: url(../images/online.png) no-repeat center center;
}

.online_dl dd{
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.online_dl dd a{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
}


/*
* leftNav
*/

.leftNav{
	width: 300px;
	overflow: hidden;
	background: #fff url(../images/leftNavBg1.png) no-repeat center top;
	position: absolute;
	left: 0px;
	top:0px;
}

.leftNavCont{
	width: 198px;
	overflow: hidden;
	position: relative;
	margin:0px auto;
	background: url(../images/leftNavBg2.png) no-repeat center bottom;
	padding-bottom: 60px;
}

.leftNavTit{
	height: 70px;
	overflow: hidden;
	font-size: 18px;
	color:#ffffff;
	line-height: 70px;
	text-align: center;
}


.left_box1{
	width: 100%;
	overflow: hidden;
	background: #e68748;
	padding-top:10px;
}

.leftNav_dl{
	width: 100%;
	overflow: hidden;
}

.leftNav_dl dd{
	padding: 0px 10px;
	overflow: hidden;
	line-height: 30px;
	/*text-align: center;*/
	margin-bottom: 10px;
}

/*.leftNav_dl dd.hover .leftNav_a:hover,
.leftNav_dl dd.hover .leftNav_a{
	background: url(../images/leftNavIcon_h.png) no-repeat 150px center;
}*/

a.leftNav_a{
	display: block;
	width: 125px;
	height: 40px;
	overflow: hidden;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;*/
	font-size: 16px;
	color:#fff;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	padding-right: 25px;
	line-height: 40px;
	position: relative;
	margin: 0px auto;
	text-align: center;
	/*background: url(../images/leftNavIcon.png) no-repeat center center;*/
}

.leftNav_a span{
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background: url(../images/leftNavIcon4.png) no-repeat center center;
	position: absolute;
	right: 10px;
	top:13px;
}

.leftNav_dl dd.hover .leftNav_a{
	background: url(../images/leftNavIcon.png) no-repeat center center;
}

.leftNav_dl dd.hover .leftNav_a span{
	background: url(../images/leftNavIcon4_h.png) no-repeat center center;
}

.leftNav_a:hover{
	background: url(../images/leftNavIcon.png) no-repeat center center;
}

.leftSubNav_box{
	overflow: hidden;
	position: relative;
	display: none;
}

.leftNav_dl dd.hover .leftSubNav_box{
	display: block;
}

.leftNav_ul{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 10px 0px 0px;
	/*background: url(../images/leftNavBg.png) no-repeat center center;
	background-size: cover;*/
}

.leftNav_ul li{
	height: 28px;
	overflow: hidden;
	padding-left: 15px;
}

.leftNav_ul li a{
	display: block;
	width: 150px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color:#fff;
}

.leftNav_ul li a span{
	padding-left: 45px;
	font-size: 14px;
	color:#fff;
	background: url(../images/leftNavIcon6.png) no-repeat 28px center;
}

.leftNav_ul li a:hover,
.leftNav_ul li.hover a{
	background: url(../images/leftNavIcon5.png) no-repeat center center;
}

/*.leftSubNav_box em{
	display: block;
	width: 178px;
	position: absolute;
	left: 0px;
	top:0px;
	background: #4e51ae;
	z-index: 1;
}*/

/*
* 右边内容区框架
*/



/*
* location
*/



/*
* singleArticle
*/

.singleArticle{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 36px;
}

.goGack{
	display: block;
	width: 84px;
	height:32px;
	overflow: hidden;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
}

.bg_ececec{
	background: #ececec;
	color:#666;

}

.goGack:hover{
	filter:alpha(opacity=80); /*IE滤镜，透明度50%*/
	-moz-opacity:0.8; /*Firefox私有，透明度50%*/
	opacity:0.8;/*其他，透明度50%*/
}

/*
* newsAllImg
*/

.imgList_dl{
	width: 945px;
	overflow: hidden;
}

.imgList_dl dd{
	width: 290px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 25px 25px 0px;
}

.newsImg_a{
	display: block;
	width: 290px;
	height: 220px;
	overflow: hidden;
}

.newsImg_a img{
	display: block;
	width: 290px;
	height: 220px;
}

a.newsImgName{
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color:#666;
	text-align: center;
	margin-top: 5px;
}

a.newsImgName:hover{
	color:#2f318b;
}

/*
* newsAllImg2
*/

.imgList_dl2{
	width: 940px;
	overflow: hidden;
}

.imgList_dl2 dd{
	width:215px;
	overflow: hidden;
	float: left;
	display: inline;
	margin:0px 20px 20px 0px;
}

.newsImg2_a{
	display: block;
	width: 215px;
	height: 165px;
	overflow: hidden;
}

.newsImg2_a img{
	display: block;
	width: 215px;
	height: 165px;
}

/*
* newsAllImg3
*/

.imgList_dl3{
	width: 939px;
	overflow: hidden;
}

.imgList_dl3 dd{
	width:294px;
	overflow: hidden;
	float: left;
	display: inline;
	margin:0px 19px 19px 0px;
	position: relative;
}

.newsImg3_a{
	display: block;
	width: 294px;
	height: 294px;
	overflow: hidden;
}

.newsImg3_a img{
	display: block;
	width: 294px;
	height: 294px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.newsImg3_a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.newsImgName3{
	display: block;
	width: 100%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	position: absolute;
	left: 0px;
	top:130px;
	z-index: 2;
	display: none;
	background: url(../images/newsAllImgIcon.png) no-repeat center bottom;
}

.imgList_dl3 dd em{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
	filter:alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 1;
}



/*
* 产品详细productView
*/

.proView{
	width: 100%;
	overflow: hidden;
}

.proViewL{
	width: 362px;
	overflow: hidden;
}

/*图片放大镜样式*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.jqzoom img{
	display: block;
	width: 330px;
	height:330px;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 330px;
	height: 330px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
	width: 330px;
	height: 330px;
	padding: 15px;
	overflow: hidden;
	border:1px solid #ebebeb;
}

.spec-scroll {
	clear: both;
	height:60px;
	width: 330px;
	border:1px solid #ebebeb;
	border-top:none;
	padding:15px;
	position: relative;
	background: #fff;
}

.spec-scroll .prev {
	position: absolute;
	left: 4px;
	top:15px;
}

.spec-scroll .next {
	position: absolute;
	right: 4px;
	top:15px;
}

.spec-scroll .prev,.spec-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 10px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #CCC;
	background: #EBEBEB;
	cursor: pointer;
	text-decoration: none;
	z-index: 99999999999999;
}

.spec-scroll .items {
	float: left;
	position: relative;
	width: 330px;
	height: 60px;
	overflow: hidden;
	margin-left: 5px;
}

.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 60px;
}

.spec-scroll .items ul li {
	float: left;
	width: 60px;
	text-align: center;
	margin-right: 5px;
}

.spec-scroll .items ul li img {
	border: 1px solid #f4f4f4;
	width: 58px;
	height: 58px;
}

.spec-scroll .items ul li img:hover {
	border: 1px solid #e81a41;
}

.proViewR{
	width: 346px;
	height: 421px;
	overflow: hidden;
	border:1px solid #ebebeb;
	border-left: none;
	padding:15px;
}

.proViewR span{
	display: block;
	height:30px;
	overflow: hidden;
	font-size: 16px;
	color:#595959;
}

.proViewR div{
	height:391px;
	overflow: hidden;
	font-size: 12px;
	color:#929292;
	line-height: 30px;
}

.proViewTit{
	width: 100%;
	height:34px;
	overflow: hidden;
	border-bottom:1px solid #eaeaea;
}

.proViewTit span{
	display: block;
	width: 96px;
	height:33px;
	overflow: hidden;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color:#fff;
	border:1px solid #eaeaea;
	border-bottom:none;
	background: #333333;
}

.proViewDeta{
	padding:10px 0px;
	overflow: hidden;
	font-size: 14px;
	color:#7f7f7f;
	line-height: 30px;
}

/*
* newsList
*/

.newsList_dl{
	width: 100%;
	overflow: hidden;
}

.newsList_dl dd{
	width: 100%;
	height:50px;
	line-height: 50px;
	overflow: hidden;
}

.newsList_a{
	display: inline-block;
	font-size: 14px;
	color:#666;
	padding:0px 0px 0px 13px;
	background: url(../images/newsListIcon.png) no-repeat left center;
}

a.newsList_a:hover{
	color:#2f318b;
}

.newsList_time{
	display: inline-block;
	font-size: 14px;
	color:#969696;
}

/*
* newsTextImg
*/
.newsTxtImg_dl{
	width: 100%;
	overflow: hidden;
}

.newsTxtImg_dl dd{
	width: 100%;
	overflow: hidden;
	position:relative;
	padding: 20px 0px;
	border-bottom:1px dotted #e4e4e4;
}

.newsTxtImgBox{
	display: block;
	width: 160px;
	height:120px;
    overflow: hidden;
    position:absolute;
    left: 0px;
    top:20px;
}

.newsTxtImgBox img{
	display: block;
	width: 160px;
	height:120px;
	transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
}


.newsTxtImgBox:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}

.newsTxtDeta{
	margin-left: 180px;
	overflow: hidden;
	height:120px;
	position: relative;
}

.newsTxtImgTit{
	width: 100%;
	overflow: hidden;
}

.newsTextName{
    display: inline-block;
    height:30px;
    overflow: hidden;
    font-size: 16px;
    font-family: "microsoft yahei";
    color:#323232;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

a.newsTextName:hover{
	color:#2f318b;
}

.newsTxtImgTit i{
	font-size: 12px;
	color:#666;
}

.newsTxtIntr{
	height: 48px;
	overflow: hidden;
	font-size: 12px;
	color:#666666;
	line-height: 24px;
	margin-top: 10px;
}

.lookMore{
	overflow: hidden;
	font-size: 12px;
	color:#f57c07;
	position: absolute;
	right: 0px;
	bottom:0px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.lookMore i{
	padding-left: 5px;
	font-family: "宋体";
}

a.lookMore:hover{
	text-decoration: underline;
}
/*
* newsView
*/

.newsView{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 30px;
	padding: 10px 0px;
}

.newsTit{
	font-size: 16px;
	color:#323232;
	height:45px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
}

.newsTime{
	font-size: 12px;
	color:#666;
	text-align: center;
	height:30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.changeTxt{
	position: absolute;
	right: 0px;
	top:0px;
}

.changeTxt span{
	cursor: pointer;
	margin:0px 3px;
}

.changeTxt span.hover{
	color:#2f318b;
}



.newsView #play{
	width:600px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:0 auto;
}
.newsView #play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
.newsView #play .prev_a {left: 0;}
.newsView #play .next_a {right: 0}
.newsView #play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
.newsView #play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
.newsView #play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
.newsView #play .img_ul {
	position: relative;
	z-index: 1;
	width:715px;
	height:450px;
}
.newsView #play .img_ul li{
	position: relative;
	z-index: 1;
	width:715px;
	height:450px;
	background:#fff;
	margin:0 0 5px 0;
}
.newsView #play .img_ul li img{position:absolute;}
.newsView .imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.newsView .img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.newsView .img_hd ul {
	position: absolute;
	z-index: 1
}
.newsView .img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.newsView .img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
	overflow: hidden;
	}
.newsView .img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.newsView .img_hd ul li img {position:absolute;height:47px;width:70px;}
.newsView .img_hd ul li.on {border:1px solid #c80000;background:#c80000;}
.newsView .imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon.png) no-repeat;
}
.newsView .imgMove .prev_a {background-position:left top;left:0;}
.newsView .imgMove .next_a {background-position:right top;right:0;}

.video{
	width: 740px;
	height:600px;
	overflow: hidden;
	margin:0px auto;
}

.video_name{
	display: block;
	height:45px;
	overflow: hidden;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color:#666;
}

/*newsView begin*/

.article_box{
	width:950px;
	overflow: hidden;
}
.article_title{
	width:100%;
	height:35px;
	line-height: 35px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color:#757575;
	text-align: center;
	font-weight: 600;
}

.article_time{
	width:100%;
	line-height: 35px;
	font-size: 12px;
	font-family: "宋体";
	color:#b2b2b2;
	text-align: center;
}

.article{
	width:100%;
	overflow: hidden;
	font-family: "宋体";
	font-size: 12px;
	color:#808080;
	line-height: 30px;
}

.art_dowload{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	font-family: "microsoft yahei";
	color:#707375;
	line-height: 20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}

.art_dowload a{
	background: url(../images/art-dowload.png) no-repeat left 0px;
	padding:0px 0px 0px 20px;
	margin-left:10px;
	font-size: 14px;
	font-family: "microsoft yahei";
	color:#707375;
}

.art_dowload a:hover{
	color:#b91719;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #777;
	font-size: 12px;
	line-height:30px;
	padding:10px 0 5px 0;
	font-family: "宋体";
	background: url(../images/line1.jpg) no-repeat center bottom;
}
.article_time span{
	display:inline-block;
	height:30px;
	padding:0 5px; 
	cursor: pointer;
	}
.article_time span.hover{
	color: #ff0303;
}

.article_page{
	padding:15px 0;
	text-align:center;
}

.article_page a{
	padding:2px 6px;
	border: 1px solid #efefef;
	background: #fff;
}

.article_page a:hover{ 
	color:#fff;
	background: #235d3f;
	border:1px solid #235d3f;
}

.article_page a.hover{ 
	color:#fff;
	background: #235d3f;
	border:1px solid #235d3f;
}


.article_pageUp{
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
	position: relative;
	}
.article_pageUp dl dd{
	display:block;
	height:25px;
	clear:both;
	line-height:25px;
	}
.article_pageUp dl dd span{
	float: left;
	display: inline-block;
	height:25px;
	overflow: hidden;
	text-align: center;
	color:#666;
	font-size: 14px;
}

.article_pageUp dl dd a{
	float: left;
	color:#666;
	font-size: 14px;
	display: inline-block;
	height:25px;
	overflow: hidden;
	}

.article_pageUp dl dd a:hover{
	color:#2f318b !important;
	}
.article_pageUp p{
	position: absolute;
	right: 0px;
	top:11px;
}

.article_pageUp p span{
	font-size: 12px;
	color:#666;
	line-height: 28px;
	float: left;
	display: block;
}

.tags a{
	color: #333;
}
.tags a:visited{
	color: #333;
}
.tags a:hover{
	color: #333;
}
.tags a:active{
	color: #333;
}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	color: #888;
	background:#f1f1f1;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#c2c2c2;
	}
.articlePage a.hover{
	color:#fff;
	background:#c2c2c2;
	}


/*^
 * 文章阅读页——大图
 * @created 2015.1.20
 */


/*视频*/
.videoPlay{
	width: 730px;
	overflow: hidden;
	margin:0px auto;
}

.video_name{
	width: 100%;
	display: block;
	overflow: hidden;
	height:35px;
	margin:10px 0px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color:#999;
	font-family: "microsoft yahei";
}

/*
* message
*/

.message{
	width: 100%;
	overflow: hidden;
	padding:10px 0px;
}

.msgForm {
	clear: both;
	overflow:hidden;
}
.msgForm dd {
	display: block;
	clear: both;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.msgForm dt {
	display: block;
	clear: both;
	overflow: hidden;
}
.msgForm_left {
	width: 65px;
	line-height: 30px;
	float: left;
	display: inline;
	text-align: right;
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
}
.msgForm_right {
	float: left;
	display: inline;
}
.form1_right select {
	padding: 2px;
}
.msgForm_input {
	float: left;
	line-height: 28px;
	height: 28px;
	border: 1px solid #e4e4e4;
	background: #fafafa;
}
.msgForm_input.w193 {
	width: 193px;
}

.msgForm_input.w85 {
	width: 85px;
}

.msgForm_need{
	display: block;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color:#666666;
	line-height: 30px;
}

.msgForm_need i{
	color:#ca3238;
	margin:0px 7px;
}
.msgForm_input_bt {
	width: 175px;
	height: 50px;
	display: block;
	cursor: pointer;
	border: none;
	font-size: 14px;
	background:#f57c07;
	font-family: "microsoft yahei";
	margin:45px auto 0px auto;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius:3px;
}

.msgForm_span {
	display: block;
	line-height: 30px;
	float: left;
	margin:0px 0px 0px 10px;
}

.msgForm_span a{
	font-size: 12px;
	font-family: "宋体";
	color:#666666;
	float: left;
	display: block;
}

.msgForm_span a:hover{
	color:#2f318b;
}
.msgForm_textarea {
	width: 840px;
	height: 163px;
	display: block;
	line-height: 25px;
	float: left;
	border: 1px solid #e4e4e4;
	outline: none;
	color: #000;
	padding: 5px;
	background: #fafafa;
}

.msgForm dd em{
	color:#ca3238;
	padding:0px 5px 0px 10px;
}

/*留言内容*/
.messageShowList {
	display: block;
	overflow: hidden;
	margin: 0 10px 0 10px;
}
.messageShowList dd {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin: 10px 0;
}
.message_time{
	display:block;
	clear:both;
	height:30px;
	}
.message_time a {
	height: 30px;
	line-height: 30px;
	color: #e60a14;
	text-align: left;
	font-size: 12px;
	color:#666666;
	font-family: "宋体";
}
.message_centent {
	overflow: hidden;
	clear: both;
	font-size: 12px;
	color:#666666;
	font-size: 12px;
	font-family: "宋体";
}
.message_centent span {
	display: block;
	height: 30px;
	overflow: hidden;
	color: #454545;
	line-height: 30px;
	text-align: left;
	float: left;
}
.message_centent_txt {
	width: 600px;
	float: left;
	overflow: hidden;
	line-height: 30px;
	font-size: 12px !important;
	color:#666666;
	font-family: "宋体";
}
.message_reply {
	overflow: hidden;
	clear: both;
}
.message_reply span {
	display: block;
	overflow: hidden;
	height: 30px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	float: left;
	font-family: "宋体";
}
.message_reply span a {
	color: #666666;
}
.message_reply_txt {
	width: 600px;
	float: left;
	overflow: hidden;
	line-height: 30px;
	color: #454545;
	font-family: "宋体";
}

/*
* 招聘
*/

/*招聘*/
.join{
	width: 100%;
	overflow: hidden;
}

.join_dl{
	width: 100%;
	overflow: hidden;
}

.join_dl dd{
	padding:15px 120px 15px 0px;
	overflow: hidden;
	border-bottom:1px solid #e8e8e8;
	position: relative;
}

.joinName{
	display: block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	color:#505050;
}

a.joinName:hover{
	color:#f57c07;
}

.join_ul{
	width: 100%;
	overflow: hidden;
}

.join_ul li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.join_ul li div{
	font-size: 14px;
	color:#949494;
}

div.w_260{
	width: 260px;
}

.join_ul li div span{
	border:1px solid #bebdbd;
	padding:0px 2px;
	margin-right:10px;
}

a.goJoin{
	display: block;
	width: 120px;
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 35px;
	background: #f57c07;
	position: absolute;
	right: 0px;
	top:45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.joinViewIntr{
	padding-bottom: 10px;
	border-bottom:1px solid #e8e8e8;
}

.joinDetaTit{
	overflow: hidden;
	font-size: 14px;
	color:#4a4a4a;
	border-left: 5px solid #f57c07;
	padding-left: 10px;
}

.joinDeta{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	color:#acacac;
	font-family: "宋体";
	line-height: 30px;
}

.joinViewBt{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.joinViewBt a{
	display: block;
	width: 95px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	margin-right: 25px;
	float: left;
}

a.goJoinList{
	background: #f7f7f7;
	color:#817f7f;
}

a.goJoinUs{
	background: #f57c07;
	color:#fff;
}


/*
* 第一通栏
*/
.indNews{
	width: 325px;
	overflow: hidden;
}

.indTit{
	height: 16px;
	overflow: hidden;
	border-left: 4px solid #fe9720;
	padding-left: 8px;
	font-size: 16px;
	color:#fff;
	line-height: 16px;
	margin:10px 0px 30px 0px;
}

.indTitMore{
	font-size: 12px;
	color:#fff;
}

.indTitMore:hover{
	text-decoration:underline;
}

.indNews_dl{
	width: 100%;
	overflow: hidden;
}

.indNews_dl dd{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.indNews_dl dd a{
	font-size: 12px;
	color:#666;
	padding-left: 12px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: url(../images/indNewsIcon.png) no-repeat left center;
}

.indNews_dl dd a:hover{
	color:#2f318b;
	background: url(../images/indNewsIcon_h.png) no-repeat left center;
}

.indCase{
	margin:0px 19px;
	width: 327px;
	overflow: hidden;
}

.indCaseSlide{
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.indCaseSlide .bd{
	width: 100%;
	overflow: hidden;
}

.indCase_dl{
	height: 157px;
	overflow: hidden;
}

.indCase_dl dd{
	width: 325px;
	height: 155px;
	overflow: hidden;
	border:1px solid #f7f7f7;
	float: left;
	display: inline;
}

.indCase_dl dd a{
	display: block;
	overflow: hidden;
}

.indCase_dl dd a  img{
	display: block;
	width: 325px;
	height: 155px;
}

.indCaseSlide .hd{
	width: 100%;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom:10px;
	text-align: right;
}

.indCaseSlide .hd ul{
	display: inline-block;
	overflow: hidden;
}

.indCaseSlide .hd ul li{
	width: 10px;
	height: 10px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	float: left;
	display: inline;
	line-height: 100px;
	background: #c6c6c6;
	margin:0px 3px;
	cursor: pointer;
}

.indCaseSlide .hd ul li.on{
	background: #fff;
}

.indProd{
	width: 510px;
	overflow: hidden;
}

.indProdSlide{
	margin-top: 10px;
	width: 440px;
	padding: 0px 35px;
	overflow: hidden;
	position: relative;
}

.indProdSlide .bd{
	width: 440px;
	height: 155px;
	overflow: hidden;
}

.bd_div{
	width: 440px;
	overflow: hidden;
}

.indProd_dl{
	width: 460px;
	height: 155px;
	overflow: hidden;
}

.indProd_dl dd{
	width: 210px;
	height: 155px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 20px;
}

.indProd_dl dd a{
	display: block;
	overflow: hidden;
}

.indProd_dl dd a img{
	display: block;
	width: 210px;
	height: 155px;
}

.indProdSlide .bt{
	display: block;
	width: 21px;
	height: 21px;
	overflow: hidden;
	/*-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;*/
}

.indProdSlide .prev{
	position: absolute;
	left: 4px;
	top:67px;
	background: url(../images/indProBt.png) no-repeat 0px 0px;
}

.indProdSlide .prev:hover{
	background: url(../images/indProBt.png) no-repeat 0px -22px;
}

.indProdSlide .next{
	position: absolute;
	right: 4px;
	top:67px;
	background: url(../images/indProBt.png) no-repeat -22px 0px;
}

.indProdSlide .next:hover{
	background: url(../images/indProBt.png) no-repeat -22px -22px;
}

/*
* 发展历程
*/

.bigEvent{
	padding: 50px 0px;
	height: 500px;
	overflow: hidden;
	position: relative;
	background: url(../images/bigEventBg.png) repeat-y 140px top;
}

.bigEventCont{
	height: 500px;
	overflow: hidden;
	position: relative;
}

.bigEvent_dl{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
}

.bigEvent_dl dd{
	overflow: hidden;
	padding: 0px 30px;
}

.bigEventForYear{
	display: block;
	font-size: 22px;
	color:#2f318b;
}

.bigEvent_ul{
	width: 100%;
	overflow: hidden;
}

.bigEvent_ul li{
	padding-left: 115px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.bigEvent_ul li span{
	display: block;
	width: 115px;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	font-size: 12px;
	color:#666;
	position: absolute;
	left: 0px;
	top:0px;
}

.bigEvent_ul li div{
	padding-left: 20px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	background: url(../images/bigEventIcon.png) no-repeat left 5px;
}

.bigEvent .bt{
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.bigEvent a.bigEventUp{
	background: #fff url(../images/bigEventBt.png) no-repeat 0px 0px;
	position: absolute;
	left: 132px;
	top:0px;
}

.bigEvent a.bigEventUp:hover{
	background: #fff url(../images/bigEventBt.png) no-repeat -17px 0px;
}

.bigEvent a.bigEventDown{
	background: #fff url(../images/bigEventBt.png) no-repeat 0px -17px;
	position: absolute;
	left: 132px;
	bottom:0px;
}

.bigEvent a.bigEventDown:hover{
	background: #fff url(../images/bigEventBt.png) no-repeat -17px -17px;
}

/*
* login
*/

.formCont{
	width: 1920px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top:0px;
	margin-left: -960px;
	z-index: 999;
}

.formDeta{
	width: 470px;
	overflow: hidden;
	border:1px solid #fff;
	background: url(../images/formDetaBg.png) repeat left top;
	margin:0px auto;
	padding: 20px 55px;
}

.formTit{
	display: block;
	font-size: 20px;
	color:#fff;
	text-align: center;
	margin-bottom: 10px;
}

.form_dl{
	width: 100%;
	overflow: hidden;
}

.form_dl dd{
	width: 100%;
	height: 45px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

.form_dl dd input{
	height: 45px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	border: none;
	background: url(../images/formDetaBg2.png) repeat left top;
}

.formInpStyle1{
	padding: 0px 10px 0px 50px;
}

.formInpStyle2{
	padding: 0px 10px;
}


.w_410{
	width: 410px;
}

.w_450{
	width: 450px;
}

.w_285{
	width: 285px;
}

.form_dl dd em{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top:7px;
}

em.userIcon1{
	background: url(../images/userIcon1.png) no-repeat center center;
}

em.userIcon2{
	background: url(../images/userIcon2.png) no-repeat center center;
}

.formBtBox{
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	margin-top: 20px;
}

a.formMore{
	font-size: 14px;
	color: #1774bf;
	margin-right: 20px;
}

a.formMore i{
	font-family: "宋体";
	padding-left: 5px;
}

a.formMore:hover{
	text-decoration: underline;
}

a.formBt{
	display: block;
	width: 160px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin:0px auto;
}

.formBt_true{
	background: #f3a40b;
}

.formBt_false{
	background: #c6c6c6;
	margin-left: 70px !important;
}

.formCode{
	width: 160px;
	height: 45px;
	display: block;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: url(../images/formDetaBg2.png) repeat left top;
}


/*
* 用户中心
*/
.userCenter_dl{
	width: 100%;
	overflow: hidden;
}

.userCenter_dl dd{
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin-bottom:15px;
}

.UCFormName{
	display: block;
	width: 60px;
	height: 30px;
	overflow: hidden;
	float: left;
	display: inline;
	font-size: 12px;
	font-family: "宋体";
	color:#666;
	text-align: right;
	line-height: 30px;
}

.UCInp{
	width: 210px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #ccc;
	font-size: 12px;
	color:#949494;
	line-height: 28px;
	padding:0px 5px;
	float: left;
	background: #f6f7f9;
}

input[disabled="disabled"]{
	background: #fff;
	border:1px solid #fff;
	color:#666;
}

.sexCheck{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-right: 20px;
}

.sexCheckInp{
	margin-right: 5px;
}

.UCSelect{
	height: 28px;
	width: 65px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
	background: #f6f7f9;
	cursor: pointer;
}

.UCTextarea{
	width: 570px;
	height: 140px;
	overflow-x: hidden;
	overflow-y:auto;
	border:1px solid #ccc;
	background: #f6f7f9;
	padding: 0px 5px;
	font-size: 12px;
	color:#949494;
	line-height: 25px;
	outline:none;
}

.pad_l60{
	padding-left: 60px;
}

/*
* 修改密码
*/
.changeForm{
	width: 100%;
	overflow: hidden;
}

.PWHard{
	height: 30px;
	overflow: hidden;
}

.PWHard span{
	display: block;
	width: 85px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 12px;
	color:#666;
	float: left;
}

.PWHard_ul{
	float: left;
	overflow: hidden;
	margin: 10px 10px 0px 0px;
}

.PWHard_ul li{
	width: 45px;
	height: 10px;
	overflow: hidden;
	margin-right: 1px;
	background: #999;
	float: left;
	display: inline;
}

.PWHard_ul li.on{
	background: #f57c07;
}

span.w_85{
	width: 85px;
}

.changeForm_dl{
	width: 100%;
	overflow: hidden;
}

.changeForm_dl dd{
	height: 30px;
	overflow: hidden;
	margin-top: 15px;
}

.pad_l85{
	padding-left: 85px;
}

/*
* 修改手机
*/
.w_100{
	width: 100px;
}

.UCCode{
	display: block;
	width: 105px;
	height: 30px;
	overflow: hidden;
	background: #f6f7f9;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#666;
	font-family: "宋体";
	margin-left: 5px;
}

/*
* 修改头像
*/

.portraitBox{width:398px;height:434px;overflow:hidden;border:1px solid #eeeeee;background:#fafafa;margin:35px auto;}
.portraitBox p{display:block;width:200px;height:200px;padding:3px;border:1px solid #e8e7e7;margin:0 auto;}
.portraitBox p img{display:block;width:200px;height:200px;}
.portraitBox span{display:block;height:40px;line-height:40px;text-align:center;font-size:12px;color:#5a5a5a;}
.portraitBox .bt1{display:block;width:140px;height:34px;margin:0 auto;text-align:center;line-height:34px;background:#fd7c13;color:#fff;font-size:14px;border-radius:2px;}
.portraitBox .bt1:hover{background:#fd961e;}
.portraitBox .bt2{display:block;width:206px;height:38px;margin:20px auto;text-align:center;line-height:34px;background:#8e9fb1;border:1px solid #75879b;color:#fff;font-size:16px;border-radius:3px;}
.portraitBox .bt2:hover{background:#7b8999;}

/*产品详细start*/
.pvViewUpL #play{
	width:403px;
	height:325px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	margin:0 auto;
	margin-bottom:15px;
}
.pvViewUpL #play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
	display:none;
}
.pvViewUpL #play .prev_a {left: 0;}
.pvViewUpL #play .next_a {right: 0}
.pvViewUpL #play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
.pvViewUpL #play .prev_a span {background: url(../images/article_icon1.png) no-repeat 0px 0px;left: 0; display:none;}
.pvViewUpL #play .next_a span {background: url(../images/article_icon1.png) no-repeat -19px 0px;right: 0; display:none;}
.pvViewUpL #play .img_ul {
	position: relative;
	z-index: 1;
	width:405px;
	height:325px;
}
.pvViewUpL #play .img_ul li{
	position: relative;
	z-index: 1;
	width:405px;
	height:325px;
	background:#fff;
	margin:0 0 5px 0;
}
.pvViewUpL #play .img_ul li img{position:absolute;}
.pvViewUpL .imgMove{width:405px;clear:both;position:relative; z-index:0}
.pvViewUpL .img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.pvViewUpL .img_hd ul {
	position: absolute;
	z-index: 1
}
.pvViewUpL .img_hd ul li {
	float: left;
	height:56px;
	width:56px;
	margin:0 18px 0 0;
	cursor: pointer;
	background:#fff;
	border:2px solid #FFF;
	position:relative;
}
.pvViewUpL .img_hd ul li p{
	height:56px;
	width:56px;
	display:block;
	background:#fff;
	position:relative;
	}
.pvViewUpL .img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	display:none;
	}
.pvViewUpL .img_hd ul li img {position:absolute;height:56px;
	width:56px;}
.pvViewUpL .img_hd ul li.on {border:2px solid #00923f;background:#c80000;}
.pvViewUpL .imgMove .bottom_a {
	width:18px;
	height:18px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:50%;
	margin-top:-6px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon1.png) no-repeat;
}
.pvViewUpL .imgMove .prev_a {background-position:0px 0px;left:0;}
.pvViewUpL .imgMove .next_a {background-position:0px -18px;right:0;}
.pvViewUpR{ width:480px; overflow:hidden;}
.pvViewUpRT{ height:40px; line-height:40px; overflow:hidden; color:#666; font-size:18px;}

.pvViewUpRT span{
	font-size: 12px;
}
.pvViewUpRText{ color:#666; font-size:12px; line-height:28px; height:224px; overflow:hidden;margin-bottom:25px;}

.proView_page{
	overflow: hidden;
}

.proView_page p{
	height: 30px;
	overflow: hidden;
}

.proView_page_dl{
	width: 100%;
	overflow: hidden;
}

.proView_page_dl dd{
	width: 50%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	float: left;
	display: inline;
}

.proView_page_dl dd span{
	float: left;
	display: inline-block;
	height:25px;
	overflow: hidden;
	text-align: center;
	color:#666;
	font-size: 14px;
}

.proView_page_dl dd a{
	float: left;
	color:#666;
	font-size: 14px;
	display: inline-block;
	height:25px;
	overflow: hidden;
	}

.proView_page_dl dd a:hover{
	color:#2f318b !important;
	}

/*产品详细end*/

/*
* 应聘页面
*/
.recruitmentForm{
	clear: both;
	overflow: hidden;
	padding: 0 120px;
}
.recruitmentFormT{
	clear: both;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 18px;
}

.recruitmentForm_dl{
	clear: both;
	overflow: hidden;
	padding: 20px 0;
}
.recruitmentForm_dl dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 12px;
}
.recruitmentForm_dl_title{
	float: left;
	width: 72px;
	height: 30px;
	line-height: 30px;
	color: #737373;
	text-align: right;
}
.recruitmentForm_dl_text1{
	float: left;
	height: 28px;
	padding-left: 6px;
	border: 1px solid #e4e4e4;
	background: #fafafa;
}
.recruitmentForm_dl_state{
	float: left;
	width: 60px;
	line-height: 30px;
	color: #737373;
	padding: 0 10px;
}
.recruitmentForm_dl_red{
	color: #e60012;
	padding-right: 1px;
}
.recruitmentForm_dl_textarea{
	float: left;
	width: 600px;
	height: 100px;
	padding: 3px;
	border: 1px solid #e4e4e4;
	background: #fafafa;
	outline: none;
}
.recruitmentForm_dl_pic{
	float: left;
	margin: 0 10px;
}
.recruitmentForm_dl_pic img{
	display: block;
	width: 90px;
	height: 30px;
}
.recruitmentForm_dl_btn1{
	float: left;
	line-height: 30px;
	color:#737373 !important;
}
.recruitmentForm_dl_btn2{
	display: block;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff !important;
	font-size: 14px;
	background:#f57c07;
	margin:0px auto;
}
.recruitmentForm_dl_btn2:hover{
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}
.w188{ width: 188px;}
.w113{ width: 113px;}
.w331{ width: 331px;}
.w78{ width: 78px;}


/*
* 2016-08-20
*/

.articltBoxL{
    width: 640px;
    overflow: hidden;
	font-family: "宋体";
	font-size: 12px;
	color:#808080;
	line-height: 30px;
}

.articleBoxR{
    width: 200px;
    overflow: hidden;
    margin-right:20px;
    background: #fafafa;
    padding: 20px;
}

.articleBoxR_dl{
    overflow: hidden;
}

.articleBoxR_dl dd{
    width: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

.articleRName{
    font-size: 14px;
    color:#323232;
    overflow: hidden;
}

.articleRImg{
    display: block;
    width: 200px;
    height: 120px;
    overflow: hidden;
    margin-top: 10px;
}

.articleRImg img{
	display: block;
    width: 200px;
    height: 120px;
}

.articMoreBox{
    text-align: center;
    overflow: hidden;
}

.articMoreBox a{
    font-size: 14px;
    color:#323232;
}

.articleImgTit{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 16px;
	color:#323232;
	border-bottom:1px solid #e8e8e8;
	margin-right:20px;
}

.articleImg_dl{
	width: 920px;
	height: 150px;
	overflow: hidden;
	margin-top: 15px;
}

.articleImg_dl dd{
	width: 210px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 20px;
}

.articleImg{
	display: block;
	width: 210px;
	height: 125px;
	overflow: hidden;
}

.articleImg img{
	display: block;
	width: 210px;
	height: 125px;
}

.articleName{
	display: block;
	font-size: 14px;
	color:#323232;
	text-align: center;
	overflow: hidden;
	margin-top: 8px;
}

.articleName:hover,
.articleRName:hover,
.articMore:hover{
	color:#2f318b;
}