@charset "UTF-8";
/*zwp 2018-4-18*/
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {padding: 0;margin: 0;font-weight: normal;}
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
} /*始终让 Firefox 显示滚动条*/
*{word-wrap: break-word;margin: 0;padding: 0;}/*文字强制换行word-break:keep-all;(Ff)*/
table{border-collapse: collapse;}/*细线表格*/
fieldset, img{border: none;}/*清除描边*/
ul, li{list-style-type: none;}/*无列表项目标记*/
a{text-decoration: none;color: #666666}/* 链接无下划线,有为underline;链接去框 */
a:link{color: #666666;}/* 未访问的链接 */
a:visited{color: #666666;}/* 已访问的链接 */
a:hover{color: #c00;}/* 鼠标在链接上 */
a:active{color: #666666;
blr:expression(this.onFocus=this.blur());}/* 点击激活链接 */

body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #828385;
	background:#fff;
	min-width:1220px;
}
textarea,select, input {
	vertical-align: middle;
	outline: none;
	font-family:"Microsoft YaHei";
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}

::-webkit-input-placeholder{}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{}                  /* Firefox版本4-18 */
::-moz-placeholder{}                  /* Firefox版本19+ */
:-ms-input-placeholder{}           /* IE浏览器 */

.clear{clear: both;}
.h10{clear: both;height: 10px;}
.h15{clear: both;height: 16px;}
.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;}
.h65{clear: both;height: 65px;}
.h80{clear: both;height: 80px;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}

.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ellipsis_two{
	text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.jqthumb{
	position:absolute;
	left:0px;
	top:0px;
}

/*公共部分结束*/
/*^
 * 框架
 * @return
 */	
.wrap{
	clear:both;
	width:1200px;
	margin:0 auto;
	}
.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
.pic img{transform: scale(1);transition-duration: 0.3s;transition-property: all;transition-timing-function: linear}
.pic:hover img{transform: scale(1.05)}
/*
///////////////top
*/
.indTop .headBox{
	width: 100%;
	z-index: 999;
	position: fixed;
	left: 0px;
	top: 0px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
.headBox{
	z-index: 999;
	background: #fff;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.indTop .headBox.fixed{
	background: rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0);
	box-shadow: 0px 3px 5px rgba(0,0,0,0);
}
/**/
.logo{
	height: 60px;
	overflow: hidden;
	margin: 10px 0px;
}
.logo a{
	display: block;
	width: 365px;
	height: 60px;
	background: url(../images/logo.png) no-repeat left center;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.indTop .fixed .logo a{
	background: url(../images/logo_h.png) no-repeat left center;
}
.logo a img{width: auto;height: 60px;}
/*导航*/
.menuBox{position: relative;right:-25px;z-index: 9}
.menuDl dd{
	display: inline;
	float:left;
	position: relative;
	padding: 10px 0px;
	/*margin: 0px 20px;*/
}
.menuDl dd .a1{
	display: block;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	padding: 0 25px;
	transition: all 0.4s linear;
}
.indTop .fixed .menuDl dd .a1{
	color:#fff;
}
.menuDl dd.hover .a1{color: #c00000;}
.indTop .fixed .menuDl dd.hover .a1{color: #f8d9a0;}
.menuDl dd .div_a{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 99;
	display: none;
}
.menuDl dd .div_a a{
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
	background:#fff;
}
.indTop .fixed .menuDl dd .div_a a{
	color: #fff;
	background: rgba(0,0,0,0.1);
} 
.menuDl dd .div_a a.hover{color: #c00000}
.menuDl dd .div_a a:hover{color: #c00000}

.indTop .fixed .menuDl dd .div_a a.hover{color: #f8d9a0}
.indTop .fixed .menuDl dd .div_a a:hover{color: #f8d9a0}
.menuIcon div{
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.indTop .fixed .menuIcon div{background: #f8d9a0 !important;}
@media screen and (max-width: 1366px){
	.logo{
		height: 50px;
	}
	.logo a img{width: auto;height: 50px;}
	/*导航*/
	.menuDl dd .a1{
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	.menuDl dd .div_a{
		top: 70px;
	}
}
/*
////////////banner
*/
/*.bannerSlide{
	clear: both;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top:36.72%;
}
.bannerLine{
	left:0;
	top:105px;
	width:100%;
	position:absolute;
	z-index:9;
	background: rgba(255,255,255,0.5);
	}
.bannerSlide .bd1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:1;
}
.bd1_dl dd{
	width: 100%;
	padding-top:36.72%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
}
.bannerSlide .hd1{
	width: 100%;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:2;
	text-align: center;
}
.hd1_ul{display: inline-block}
.hd1_ul li{
	display: inline;
	float: left;
	width: 50px;
	height: 4px;
	margin: 0 5px;
	background: #bdbdbd;
	line-height: 9999px;
	overflow: hidden;
	cursor: pointer;
}
.hd1_ul li.on{background: #f6c016}*/
/*
/////////////footer
*/
.footer{
	clear: both;
	position: relative;
	z-index: 11;
	background-color:#21252b;
}
.footContL{
	overflow: hidden;
}
.footContR{
	overflow: hidden;
}
.footerBox1{
	clear: both;
	overflow: hidden;
	padding: 25px 0;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.footMenu{
	line-height: 30px;
	overflow: hidden;
}
.footMenu a{
	font-size: 13px;
	color:#999;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footMenu a:hover{
	color:#fff;
}
.footMenu i{
	padding: 0px 5px;
	font-size: 12px;
	color:#999;
	font-style: normal;
}
.footTxt{
	overflow: hidden;
	font-size: 13px;
	color:#73777a;
	line-height: 30px;
	padding-top: 10px;
}
.footTxt a{
	color:#73777a;
}
.footTxt a:hover{
	color:#fff;
}
.footerUl{
	padding: 5px 0px;
	overflow: hidden;
}
.footerUl li{
	display:inline;
	float: left;
	width: 145px;
	margin-right: 10px;
}
.footerDl.last{width:200px}
.footerDl dt{
	clear: both;
	height: 42px;
	overflow: hidden;
	line-height: 42px;
	margin-bottom: 12px;
}
.footerDl dt a{font-size: 16px;color: #73777a;transition: all 0.3s linear;}
.footerDl dt a:hover{color: #fff}
.footerDl dd{
	clear: both;
	overflow: hidden;
	line-height: 35px;
}
.footerDl dd a{color: #999;font-size: 14px;transition: all 0.3s linear;}
.footerDl dd a:hover{color: #fff}
.footerDl.last dd{
	width: 220px;
	height:auto;
	line-height: 22px;
	padding: 5px 0px;
	color: #a7abb0;
	font-size: 13px;
}
.footerDl dd p{
	overflow: hidden;
	padding-left: 30px;
	font-size: 14px;
	color:#999;
	white-space:nowrap;
}
.footAdd{
	background: url(../images/footAdd.png) no-repeat 1px 9px;
}
.footPhone{
	background: url(../images/footPhone.png) no-repeat 4px 8px;
}
.footTell{
	background: url(../images/footTell.png) no-repeat 1px 9px;
}
.footEmail{
	background: url(../images/footEmail.png) no-repeat 0px 11px;
}
.ewmBox{
	/*width: 120px;*/
	overflow: hidden;
	margin-left:21px;
	margin-top: 15px;
}
.ewmBox img{
	display: block;
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
}
.ewmBox span{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #999;
	font-size: 14px;
}
.footerBox2{
	clear: both;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	position: relative;
	z-index: 9
}
.footerBox2 .wrap{
	border-top: 1px solid #4c4c4c;
	padding: 15px 0px;
}
.footerBox2 a{color: #999;font-size: 14px;transition: all 0.3s linear;}
.footerBox2 a:hover{color: #fff}
/*
首页内容
*/
.indNewBox{
	padding: 40px 0px;
	overflow: hidden;
}
.indNew{
	background: #fff;
	overflow: hidden;
}
.indNewL{
	height: 370px;
	width: 824px;
	border-right: 1px solid #f0f0f0;
	overflow: hidden;
	padding: 10px 20px;
}
.indNewTitBox{
	height: 40px;
	border-bottom: 1px solid #f0f0f0;
}
.indNewTit_dl{
	overflow: hidden;
}
.indNewTit_dl dd{
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 10px;
}
.indNewTit_a{
	display: block;
	overflow: hidden;
	line-height: 40px;
	font-size: 16px;
	color:#333;
	position: relative;
	padding-bottom: 1px;
}
.indNewTit_a span{
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #333;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.indNewTit_dl dd.hover .indNewTit_a{
	color:#333;
}
.indNewTit_dl dd.hover .indNewTit_a span{
	display: block;
}
.indNewTitR{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}
a.indNewMore{
	font-size: 12px;
	color:#999;
	overflow: hidden;
}
.indNewMore:hover{
	color:#c00;
}
.indNewL_dl{
	overflow: hidden;
}
.indNewL_dl dt{
	overflow: hidden;
	padding-bottom: 10px;
}
.indNewImg{
	overflow: hidden;
	display: block;
	width: 240px;
	height: 160px;
	position: relative;
	margin-right: 20px;
}
.indNewImg img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.indNewLDeta{
	overflow: hidden;
}
a.indNewName{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color:#333;
	font-weight: bold;
}
.time{
	font-size: 14px;
	color:#999;
	overflow: hidden;
}
.indNewLDeta .time{
	padding: 10px 0px;
}
.indNewIntr{
	overflow: hidden;
	font-size: 14px;
	color:#999;
	line-height: 30px;
	height: 90px;
}
.indNewIntr a{
	color:#999;
}
.indNewName:hover,
.indNewIntr a:hover{
	color:#c00;
}
.indNewL_dl dd{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}
.indNews_a{
	font-size: 14px;
	color:#666;
}
.indNews_a i{
	padding-right: 5px;
	font-family: '宋体';
	font-style: normal;
	font-size: 14px;
	color:#999;
}
.indNews_a:hover,
.indNews_a:hover i{
	color:#c00;
}
.indNewR{
	width: 295px;
	overflow: hidden;
	padding: 10px 20px;
}
.indVideo{
	width: 295px;
	height: 160px;
	overflow: hidden;
}
/*
/////////////////内页部分
*/
/*内页banner*/
.subBanner{
	clear: both;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
	text-align: center;
}
.subBanShadow{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	/*background: url(../images/subBanBgIcon.png) repeat;
	opacity: 0.2;*/
	background: rgba(0,0,0,0.1);
}
.subBanner .tableCont{
	z-index: 6;
}
.subBanTit{
	font-size: 48px;
	overflow: hidden;
	color:#fff;
	font-weight: bold;
	text-shadow: 0px 4px 2px rgba(0,0,0,0.3);
}
.subBanIntr{
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	line-height: 30px;
}
a.scrollOne {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	width:81px;
	height:81px;
	background:url(../images/mouse_guide.png) no-repeat;
	display: block;
	position: absolute;
	z-index: 100;
	right:50%;
	margin-right: -40px;
	bottom:0;
	z-index:8;
	-webkit-animation: jumpto 1.5s linear infinite;
	animation: jumpto 1.5s linear infinite;
	-moz-animation: jumpto 1.5s linear infinite;
	-o-animation: jumpto 1.5s linear infinite;
	-ms-animation: jumpto 1.5s linear infinite;
	opacity: .8;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
}
@keyframes jumpto {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
.flashBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
}
/*当前位置*/
.locationBox{
	clear:both;
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow:0 3px 5px #dcdcdc;
	position: relative;
	z-index: 10;
}
.location{
	height: 50px;
	overflow: hidden;
	padding-left: 33px;
	background-position: left 17px;
	background-repeat: no-repeat;
	background-image: url(../images/icon9.png);
}
.location a{
	display: inline;
	float: left;
	height: 50px;
	line-height: 50px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}
.location a:hover{color:#c00}
.location a.hover{color:#c00}
/*内页导航*/
.nav a{
	display: inline;
	float: left;
	line-height: 50px;
	height:47px;
	color: #666666;
	font-size: 14px;
	padding: 0 5px;
	margin-left:30px;
}
.nav a.hover{color: #c00;border-bottom: 3px solid #c00}
.nav a:hover{color: #c00;border-bottom: 3px solid #c00}


/**
 * 分页
 * @author 杨朝杰
 * @return
 */
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 10px;color:#999999;border-radius:3px;background: #fff;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #0088f1;color: #fff;}
.page a.hover{background: #0088f1;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/icon12.png)}
.page a.prevPage div{background-image: url(../images/icon13.png)}
.page a.nextPage div{background-image: url(../images/icon14.png)}
.page a.lastPage div{background-image: url(../images/icon15.png)}

.page a.firstPage:hover div{background-image: url(../images/icon12h.png)}
.page a.prevPage:hover div{background-image: url(../images/icon13h.png)}
.page a.nextPage:hover div{background-image: url(../images/icon14h.png)}
.page a.lastPage:hover div{background-image: url(../images/icon15h.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/icon12.png)}
.page a.prevPage.disabled div{background-image: url(../images/icon13.png)}
.page a.nextPage.disabled div{background-image: url(../images/icon14.png)}
.page a.lastPage.disabled div{background-image: url(../images/icon15.png)}


/**
 * 图文列表1
 * @author 杨朝杰
 * @return
 */
.textImg1{
    /*border-bottom: 1px solid #ddd;*/
	position:relative;
	z-index:9;
}
.textImg1 dd{
    /*padding:30px 0;*/
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	overflow:hidden;
	clear:both;
	background:#fff;
	/*border-top:1px solid #e6e6e6;*/
}
.textImg1 dd .picture{
	display:block;
	width:390px;
	overflow:hidden; 
	position:relative;
    float: left;
	margin:0 20px 0 0;
	}
.textImg1 dd .picture a{
	display: block;
	padding-top: 66.6666667%;
	overflow: hidden;
	position: relative;
}
.textImg1 dd .picture img{
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
	transform: scale(1);
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	}
.textImgDeta{
	overflow: hidden;
	padding-top: 10px;
	/*padding: 10px 0px;*/
}
.textImg1 h3{
    font-size:24px;
    color:#333333;
	font-weight:bold;
}
.textImg1 p{
	margin:30px 0;
    line-height:30px;
	overflow:hidden;
	font-size:14px;
	color:#666;
}
.textImg1 dd:hover{
    background:#ddd;
}
.textImg1 dd:hover .picture img{transform: scale(1.05)}
.textImg1 dd h6{
	font-weight: normal;
	/*padding:0 0 0 26px;*/
	overflow:hidden;
	/*background:url(../images/icon16.png) no-repeat left center;*/
	}
.textImg1 dd h6 span{
	padding:0 0 0 26px;
	margin:0 0 0 20px;
    background: url(../images/icon17.png) no-repeat left center;
}
.textImg1 .wrap{
	border-bottom: 1px solid #ddd;
	padding: 30px 0px;
}
.textImgDeta h6 a{
	font-size: 12px;
	color:#999;
	overflow: hidden;
}
.textImgDeta h6 a:hover{
	color:#0088f1;
}
.textImgDeta em{
	font-size: 12px;
	color:#999;
	overflow: hidden;
	font-style: normal;
}
/*图文列表1*/
.textImg2{margin: 0px -10px;}
.textImg2 dd{
	display: inline;
	float: left;
	padding: 10px 0px;
	width: 25%;
}
.textImg2 dd a{
	display: block;
	overflow: hidden;
	background-color:#fff;
	margin: 0px 10px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition:all 0.3s linear; 
	-moz-transition:all 0.3s linear; 
	transition:all 0.3s linear;
}
.textImg2 dd a .pic{
	position: relative;
	padding-top: 56.1403509%;
	overflow: hidden;
}
.textImg2 dd a .pic img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}
.textImg2 dd a .txtBox{
	overflow: hidden;
	padding: 15px;
	padding-top: 10px;
}
.textImg2 dd a .txtBox .divT1{
	clear: both;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 18px;
}
/*.style1 dd a:hover{background:#0088f1;}*/
.textImg2 dd a:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
/*.style1 dd a:hover .txtBox .divT1{color: #ffffff}*/
.textImg2 dd a:hover .txtBox .divT1{color: #0088f1}
.textImg2 dd a:hover .pic img{transform: scale(1)}
.textImg2 dd a .txtBox .txt{
	clear: both;
	height: 75px;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	line-height: 25px;
}
/*.style1 dd a:hover .txtBox .txt{color: #b6bcd1}*/
.textImg2 dd a:hover .txtBox .txt{color: #666}
.textImg2 dd a .txtBox .divT2{
	clear: both;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	color: #999999;
	font-size: 14px;
	padding-right: 45px;
	background-image: url(../images/icon10.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
/*.style1 dd a:hover .txtBox .divT2{color: #fff;background-image: url(../images/icon11.png)}*/
.textImg2 dd a:hover .txtBox .divT2{color: #0088f1;background-image: url(../images/icon11_1.png)}

/**
 * 文章阅读页
 * @author 杨朝杰
 * @return
 */
.pageBox{
	min-height:300px;
	height:auto !important;
	height:300px;
	clear:both;
	overflow:hidden;
	padding:40px 60px; 
	background:#fff;
    -webkit-animation: gfadeIn 0.6s 0.6s both;
    -moz-animation: gfadeIn 0.6s 0.6s both;
    animation: gfadeIn 0.6s 0.6s both;
	}
.articleTitle{
	padding:20px 0 10px 0;
    font-size:32px;
    line-height:46px;
    color:#333;
    text-align: center;
	font-weight:bold;
	}
.articleTime{
	line-height:36px;
	text-align:center;
	padding:0 0 10px 0;
	font-size:14px;
	border-bottom: 1px solid #e4e4e4;
	}
.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
	padding:20px 0 0 0;
}
.articleBox img{ max-width:100%;}
.articleHand{
    clear:both;
    font-size:16px;
    overflow: hidden;
	padding:10px 0 0 0;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:3px 20px 10px 30px;
    float:left;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt,.articleHand a.pptx{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }

.codeBox{
	clear:both;
	background:#fff;
	text-align:center;
	padding:20px;
	}
.codeBox p{
	display:block;
	line-height:40px;
	font-size:14px;
	}
	
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:60px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.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;
}
.img_hd ul li p{
    height:47px;
    width:70px;
    display:block;
    background:#fff;
    position:relative;
    }
.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;
    }
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #328c4d;background:#328c4d;}
.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;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

.articlePage{
    clear:both;
    text-align:center;
	overflow:hidden;
    }
.articlePage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #E2E2E2;
    }
.articlePage a:hover,.articlePage a.hover{
    color:#fff;
    background:#666;
    }
	
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
}

/**
 * 全图列表1
 * @author 杨朝杰
 * @return
 */
.imgList1{overflow:hidden;position:relative; margin: 0px -20px;}
.imgList1 dd{
	float:left;
	display: inline;
	width: 33.3333333333%;
	padding: 10px 0px;
	/*background:#fff; 
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;*/
    /*border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #e1e1e1;*/
	overflow:hidden;
	}
/*.imgList1 dd:nth-of-type(1){-webkit-animation-delay:0.2s; -moz-animation-delay:0.2s; animation-delay:0.2s;}
.imgList1 dd:nth-of-type(2){-webkit-animation-delay:0.4s; -moz-animation-delay:0.4s; animation-delay:0.4s;}
.imgList1 dd:nth-of-type(3){-webkit-animation-delay:0.6s; -moz-animation-delay:0.6s; animation-delay:0.6s;}
.imgList1 dd:nth-of-type(4){-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}
.imgList1 dd:nth-of-type(5){-webkit-animation-delay:1s; -moz-animation-delay:1s; animation-delay:1s;}
.imgList1 dd:nth-of-type(6){-webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; animation-delay:1.2s;}
.imgList1 dd:nth-of-type(7){-webkit-animation-delay:1.4s; -moz-animation-delay:1.4s; animation-delay:1.4s;}
.imgList1 dd:nth-of-type(8){-webkit-animation-delay:1.6s; -moz-animation-delay:1.6s; animation-delay:1.6s;}
.imgList1 dd:nth-of-type(9){-webkit-animation-delay:1.8s; -moz-animation-delay:1.8s; animation-delay:1.8s;}
.imgList1 dd:nth-of-type(10){-webkit-animation-delay:2s; -moz-animation-delay:2s; animation-delay:2s;}
.imgList1 dd:nth-of-type(11){-webkit-animation-delay:2.2s; -moz-animation-delay:2.2s; animation-delay:2.2s;}
.imgList1 dd:nth-of-type(12){-webkit-animation-delay:2.4; -moz-animation-delay:2.4; animation-delay:2.4s;}
*/
.imgList1 dd a{
	display:block; 
	overflow:hidden;
	margin:0px 20px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.imgList1 dd .picture{display:block;padding-top: 66.666666667%;width:100%; overflow:hidden; position:relative;}
.imgList1 dd .picture img{
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	display: block;
    width: 100%;
    height: 100%;
    *height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
	}	
a .ui-s-cover { background: #000; position: absolute; width: 100%; top: 0; left: 0; height: 100%; filter: alpha(opacity=40); opacity: 0.4; transition: all 0.2s ease-in-out; z-index: 5; }
a:hover .ui-s-cover { filter: alpha(opacity=0); opacity: 0; }	
.imgList1 dd span{
    padding:15px;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	font-size:15px;
	display:block;
	text-align:center;
	overflow:hidden;
	height:20px;
	line-height: 20px;
	}
.imgList1 dd a:hover{
    box-shadow: 0 0px 25px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.ui-s-video{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5) url(../images/video.png) no-repeat center center;
    z-index: 3;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	opacity: 0.7;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:hover .ui-s-video{opacity: 1;}
.imgList1 dd.tile{border: none;margin: 0px;}

.pictureDiv{
	padding: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
} 

/*全文列表1*/
.hotBox{
	clear: both;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	height: 265px;
}
.hotBox .pic{
	width:400px;
	height: 265px;
	overflow: hidden;
}
.hotBox .pic img{
	display: block;
	width:400px;
	height: 265px;
}
.hotBox .divR{
	overflow: hidden;
	padding-left: 30px;
}
.hotBox .divR .divT{
	clear: both;
	height: 64px;
	overflow: hidden;
	line-height: 64px;
}
.hotBox .divR .divT a{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.hotBox .divR .divT a:hover{color: #0088f1;}
.hotBox .divR .txt{
	height: 120px;
	overflow: hidden;
	color: #666666;
	line-height: 30px;
	font-size: 14px;
	margin-top: 12px;
}
.hotBox .divR .divT2{
	clear: both;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #999999;
	margin-top: 35px;
}
.hotBox .divR .divT2 a{color: #999999;}
.hotBox .divR .divT2 a:hover{color: #0088f1;}
/**/
.pageBoxC2{
	padding:0px 20px 20px;
	overflow: hidden;
	background: #fff;
}
/**全文列表**/
.textList dd{
	overflow: hidden;
	height: 97px;
	padding: 20px 0px;
	border-top: 1px solid #e6e6e6;
}
.textList dd .date{
	width: 94px;
	height: 97px;
	overflow: hidden;
	background: #f8f8f8;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.textList dd:hover .date{background:#0088f1;}
.textList dd .date span{
	display: block;
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	text-align: center;
	color: #999999;
	font-size: 46px;
	margin-top: 15px;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.textList dd:hover .date span{color: #fff}
.textList dd .date em{
	display: block;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	font-style: normal;
	transition-duration: 0.3s;
	transition-property:all;
	transition-timing-function: linear;
}
.textList dd:hover .date em{color: #fff}
.textList dd .txtBox{
	padding-left: 18px;
	overflow: hidden;
}
.textList dd .txtBox .divT{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.textList dd .txtBox .divT a{
	color: #333333;
	font-size: 18px;
	}
.textList dd:hover .txtBox .divT a{color: #0088f1;}
.textList dd .txtBox .txt{
	height: 55px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}

/*全文列表2*/
.textList2 dd{
	clear: both;
	overflow: hidden;
	height: 72px;
	border-bottom: 1px dotted #dbdbdb;
}
.textList2 dd span{
	display: inline;
	float: left;
	height: 72px;
	font-size:15px;
	color: #666666;
	line-height: 72px;
	padding-right: 43px;
	background-image: url(../images/icon18.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.textList2 dd a{
	display:block;
	overflow: hidden;
	height: 72px;
	color: #666666;
	line-height: 72px;
	padding-left: 25px;
	font-size: 16px;
}
.textList2 dd a:hover{color: #0088f1}
/*领导页*/
.leadershipDl dd{
	clear: both;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	height: 280px;
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position:220px center;
	margin-bottom: 10px;
}
.leadershipDl dd .pic{
	width: 200px;
	overflow: hidden;
	margin-right: 50px;
}
.leadershipDl dd .pic a{
	display: block;
	position: relative;
	padding-top: 140%;
	overflow: hidden;
}
.leadershipDl dd .pic img{
	display: block;
	width: 100%;
	height: 100%;
	*height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}
.leadershipDl dd .divR{overflow: hidden}
.leadershipDl dd .divR .divT{
	clear: both;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333333;
	font-size: 26px;
	text-align: center;
	text-align: center;
}
.leadershipDl dd .divR .txt{
	width: 660px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
/*业务介绍*/
.businessBox{
	padding: 50px;
	overflow: hidden;
	background: #fff;
}
.businessBox .divT{
	clear: both;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #454545;
}
.businessBox .txt{
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
	color: #454545;
	text-indent: 2em;
}
.businessDl dd{
	height: 320px;
	overflow: hidden;
	background: #ffffff;
	margin-bottom: 30px;
}
.businessDl dd .pic{
	width: 50%;
	overflow: hidden;
}
.businessDl dd .pic a{
	display: block;
	position: relative;
	padding-top: 53.33333333333%;
	overflow: hidden;
}
.businessDl dd .pic img{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	*height: auto;
}
.businessDl dd .txtBox{
	width: 530px;
	height:260px;
	padding:30px 35px;
	overflow: hidden;
}
.businessDl dd .txtBox .divT{
	clear: both;
	height: 37px;
	overflow: hidden;
}
.businessDl dd .txtBox .divT a{
	line-height: 37px;
	color: #333333;
	font-size: 20px;
	text-align: left;
}
.businessDl dd:hover .txtBox .divT a{color:#0088f1}
.businessDl dd .txtBox .txt{
	height: 150px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.businessDl dd .txtBox .more2{
	display: block;
	width: 92px;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background: #999999;
	border-radius: 3px;
}
.businessDl dd:hover .txtBox .more2{background:#0088f1}

.businessDl dd.left .pic{float:left;}
.businessDl dd.left .txtBox{float:right;}
.businessDl dd.right .pic{float:right;}
.businessDl dd.right .txtBox{float:left;}

/*招聘*/
.rmtT{
	clear: both;
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.rmtT.cf{color: #fff}
.rmtBox{
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.rmtBoxL{
	width: 420px;
	position: relative;
	z-index:-1;
}
.rmtBoxL img{
	display: block;
	max-width:650px;
}
.rmtBoxR{
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	color: #999999;
	padding-left:18px;
	margin-top: 55px;
}
.rmtBox2{
	/*height: 750px;*/
	overflow: hidden;
	/*background-image: url(../images/bg.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
}
.rmtSlide{position: relative}
.rmtSlide .bd{
	width: 1200px;
	height: 425px;
	overflow: hidden;
}
.rmtSlide .bd dl{width: 1300px}
.rmtSlide .bd dl dd{
	display: inline;
	float: left;
	width: 375px;
	height: 426px;
	overflow: hidden;
	background: #fff;
	margin-right: 36px;
}
.rmtSlide .bd dl dd .divT{
	clear: both;
	height: 58px;
	overflow: hidden;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
}
.rmtSlide .bd dl dd .txtBox{
	height: 330px;
	overflow: hidden;
	margin: 0 10px 0 20px;
}
.rmtSlide .bd dl dd .txtBox .txtBoxC{
	width:344px;
	height: 335px;
	padding-right:15px;
	overflow: hidden;
	overflow-y: auto;
	color: #666666;
	font-size: 14px;
	line-height:30px;
}
.rmtSlide .bt{
	display: block;
	width: 17px;
	height: 31px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background-image: url(../images/icon19.png);
	background-repeat: no-repeat;
	display: none;
}
.rmtSlide .bt.prev{left:-38px;background-position:left top}
.rmtSlide .bt.next{right:-38px;background-position:right top}
.rmtSlide .bt.prev:hover{background-position:left bottom}
.rmtSlide .bt.next:hover{background-position:right bottom}
.rmtForm{
	width:890px;
	margin: 0 auto;
	overflow: hidden;
}
.rmtForm dd{clear: both}
.rmtForm dd .inputT{
	width: 402px;
	height: 50px;
	border: 1px solid #e6e6e6;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding-left: 25px;
	padding-right:5px;
}
.rmtForm dd .inputT::-webkit-input-placeholder{color:#cccccc}    /* 使用webkit内核的浏览器 */
.rmtForm dd .inputT:-moz-placeholder{color:#cccccc}                  /* Firefox版本4-18 */
.rmtForm dd .inputT::-moz-placeholder{color:#cccccc}                  /* Firefox版本19+ */
.rmtForm dd .inputT:-ms-input-placeholder{color:#cccccc}  
.rmtForm dd textarea{
	width:853px;
	height:240px;
	border: 1px solid #e6e6e6;
	line-height:24px;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding-left: 25px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.rmtForm dd textarea::-webkit-input-placeholder{color:#cccccc}    /* 使用webkit内核的浏览器 */
.rmtForm dd textarea:-moz-placeholder{color:#cccccc}                  /* Firefox版本4-18 */
.rmtForm dd textarea::-moz-placeholder{color:#cccccc}                  /* Firefox版本19+ */
.rmtForm dd textarea:-ms-input-placeholder{color:#cccccc}           /* IE浏览器 */
.rmtForm dd .bt{
	display: block;
	width: 150px;
	height: 52px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	background: #0088f1;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.rmtForm dd .bt:hover{background: #f6c016;}


/**
 * 表单
 * @author 杨朝杰
 * @return
 */
.fromBox{
    overflow:hidden;
}
.fromTip{
    font-size: 14px;
    color:#999;
    overflow: hidden;
}
.fromTip em{
    color:#cc3333;
    padding-right: 5px;
}
.form1{ clear:both;}
.form1 dd{clear:both; padding:5px 0;}
.form1L{
    width:115px;
    height:40px;
    line-height: 40px;
    text-align: right;
    vertical-align: top;
    color: #666;
    padding:0 10px 0 0;
    font-size:14px;
    float:left;
    }
.form1L em{ color:#ff0000;padding:5px 5px 0 0; font-style:normal;}
.form1Input{
    width:280px;
    padding:5px;
    position:relative;
    zoom: 1;
    height:28px;
    line-height:28px;
    background: #fff;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color:#888;
}
.form1Input[readonly="readonly"]{
    background: #fafafa;
    color:#666;
}
.form1Input.w400{width:400px;}
.form1Input.w200{width:200px;}
.form1Input.w100{width:100px;}
.codeSrc {
    margin: 0 0 0 10px;
    height:40px;
}
.form1Textarea1{
    width:400px;
    height:80px;
    padding:5px;
    position:relative;
    zoom: 1;
    line-height:20px;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    }
.form1Textarea1.w700{ width:700px; height:200px;}
.form1R{float:left;}
.form1Bt{
    overflow:hidden;
    padding:15px 0 20px 125px;
}
.form1Bt a{
    display: block;
    height: 34px;
    background:#152d79;
    text-align: center;
    line-height: 34px;
    color: #fff !important;
    font-size:14px;
    border-radius: 2px;
    padding:2px 20px;
	float:left;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
	}
.form1Bt a:hover{
	color:#1c296e !important;
	background:#f6c016;
	}

.msgTitle{
	font-size:16px;
	clear:both;
	font-weight:bold;
	color:#000;
	padding:0 0 10px 0;
	border-bottom:2px solid #d5d5d5;
	}	
.msgList{
	clear:both;
	overflow:hidden;
	padding:30px 0 0 0;
	font-size:14px;
	}
.msgList dd{
	clear:both;
	padding:15px 0;
	overflow:hidden;
	position:relative;
	}
.msgTitle{clear:both;line-height:30px;}
.msgTitle span{padding:0 0 0 30px;}
.msgInfo{clear:both;line-height:30px;}
.msgReply{clear:both;line-height:30px; border-top:1px dotted #d5d5d5; margin-top:10px;}

.msgName{
	width:100px;
	padding:10px 0 0 0;
	position:absolute;
	left:10px;
	top:10px;
	}
.msgName strong{
	display:block;
	clear:both;
	font-size:14px;
	}
.msgName span{
	display:block;
	line-height:20px;
	padding:5px 0  0 0;
	}
.msgList_r{
	border:1px solid #d5d5d5;
	background:#fff;
	padding:15px;
	position:relative;
 	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
	margin:0 0 0 100px;
	}
.msgList_jt{
	width:11px;
	height:18px;
	position:absolute;
	left:-11px;
	top:20px;
	background:url(../images/jiantou.jpg) no-repeat;
	}

/**
 * 人才招聘
 * @author 杨朝杰
 * @return
 */
.jobInfo{
	clear:both;
	overflow:hidden;
	line-height:36px;
    font-size: 16px;
	padding:10px 0 0 0;
	}
.jobTitle{
    font-size: 17px;
    color: #333;
    border-bottom: solid 1px #E7E7E7;
    line-height: 30px;
    margin-top:30px;
    padding-bottom: 10px;
	}
.jobTitle i{
    width: 3px;
    background:#666;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.jobBt{
	clear:both;
    width: 180px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF !important;
    background:#152d79;
    display:block;
    font-size: 18px;
	margin:0 auto;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}
.jobBt:hover{background:#f6c016;}

.jobField{
	clear:both;
	overflow:hidden;
	line-height:36px;
	font-size:16px;
	padding:15px 0 0 0;
	}
.jobField dd{
	width:33%;
	float:left;
	}
.jobName{
	font-weight:bold;
	font-size:24px;
	clear:both;
	padding:0 0 10px 0;
	}
.jobTime{
	font-size:14px;
	line-height:30px;
	padding:0 0 10px 0;
	color:#999;
	border-bottom: solid 1px #E7E7E7;
}

/******招聘*****/
.join_dl{overflow: hidden;}
.join_dl dt{
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	padding-bottom: 10px;
}
.join_dl dt .joinTit{
	font-size: 16px;
	color:#333;
	overflow: hidden;
	font-weight: bold;
}
.join_dl dt .joinTit span{
	float: left;
	width: 23%;
}
.join_dl dd{overflow: hidden;margin-bottom: 20px;padding-bottom: 2px;}
a.joinTit{display: block;height:60px;overflow: hidden;line-height:60px;font-size:16px;color:#666;padding: 0px 30px;background: #f5f5f5; border-radius:3px;}
.joinTit span{float: left; width:23%}
.join_dl dd.hover .joinTit{background: #4b9ddc;-webkit-box-shadow: none;box-shadow: none;}
.join_dl dd.hover .joinTit span{color:#ffffff;}
.joinTit em{display: block;width:30px;height:60px;overflow: hidden;float: right;background: url(../images/jia.png) no-repeat center center;}
.join_dl dd.hover .joinTit em{background: url(../images/jian.png) no-repeat center center;}
.joinDeta{overflow: hidden;padding: 10px 30px;position: relative;font-size: 14px;color:#888;line-height:26px;display: none;}
a.goJoin{display: block;width: 140px;height: 40px;overflow: hidden;background: #da0100;font-size: 16px;color:#fff;text-align: center;line-height: 40px;position: absolute;left: 20px;bottom:0px;}
	
/**
 * 人才招聘（应聘表单提交）
 * @author 杨朝杰
 * @return
 */
.subPopBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top:0px;
    background: rgba(0,0,0,0.65);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#65000000',endColorstr = '#65000000')\9;
    z-index: 999999;
    display: none;
}
.subPopCont{
    width: 790px;
    height: 555px;
    /*overflow: hidden;*/
    border:10px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 50%;
    top:50%;
    margin-left: -395px;
    margin-top: -277px;
}

.joinForm{
    overflow: hidden;
    padding: 20px 40px;
}

.joinFormTit{
    display: block;
    font-size: 24px;
    color:#333;
    text-align: center;
    overflow: hidden;
}

.joinForm_dl{
    overflow: hidden;
}

.joinForm_dl dd{
    clear: both;
    /*height: 32px;
    line-height: 32px;*/
    /*overflow: hidden;*/
    padding-left: 70px;
    position: relative;
    margin-bottom: 10px;
}

.joinFormName{
    display: block;
    width: 70px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    color:#444;
    position: absolute;
    left: 0px;
    top:0px;
}
.joinFormName i{
	color:#ff0000;
	padding-right: 3px;
	font-style: normal;
}
.joinFormDiv{
	overflow: hidden;
	padding: 8px 0px;
}
.joinFormInp{
    display: block;
    width: 203px;
    height: 30px;
    overflow: hidden;
    border:1px solid #ddd;
    padding: 0px 5px;
    font-size: 12px;
    color:#666;
    font-family: "microsoft yahei";
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.joinForm_dl dd label{
    margin-right: 15px;
}

.joinForm_dl dd label span{
    padding-left: 6px;
}

.joinFormInp[disabled="disabled"]{
    background: #fff;
}

.joinForm_dl dt{
    overflow: hidden;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
}

.joinForm_dl dt textarea{
    width: 580px;
    height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
    border:1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
    color:#666;
    line-height: 20px;
}

.joinFile{
    display: block;
    width: 110px;
    height: 30px;
    overflow: hidden;
    background: #535353;
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    text-align: center;
}

input.w_100{
    width: 100px;
}

.joinCode{
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    margin-left: 10px;
}

.joinCode img{
    display: block;
    height: 32px;
    float: left;
}

.joinCode i{
    display: block;
    height: 32px;
    overflow: hidden;
    float: left;
    padding-left: 10px;
    color:#666;
}
.joinCode i:hover{
    color:#d70112;
}
.closeSubPop{
    width: 30px;
    height: 28px;
    overflow: hidden;
    background:url(../images/closeVideoPop.png) no-repeat center center;
    position: absolute;
    right:10px;
    top:10px;
}
.bbsBt{
    display: block;
    width: 90px;
    height: 40px;
    overflow: hidden;
    margin:0px auto;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#fff !important;
    background: #e75a19;
}

/*
* 回报社会
*/
.welfare_dl{
	overflow: hidden;
	position: relative;
}
.welfare_dl dt{
	height: 100%;
	overflow: hidden;
	width: 2px;
	background: #ddd;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1px;
}
.welfare_dl dd{
	overflow: hidden;
	position: relative;
	z-index: 3;
	padding: 10px;
}
.welfareDiv{
	width: 50%;
	position: relative;
}
.left .welfareDiv{
	float: left;
}
.right .welfareDiv{
	float: right;
}
.welfareIcon{
	width: 30px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	z-index: 2;
}
.left .welfareIcon{
	background: url(../images/welfareIconL.png) no-repeat center center;
	right: -5px;
}
.right .welfareIcon{
	background: url(../images/welfareIconR.png) no-repeat center center;
	left: -5px;
}
.welfareDeta{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 30px;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	z-index: 3;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.left .welfareDeta{
	margin-right: 20px;
}
.right .welfareDeta{
	margin-left: 20px;
}
.welfareIntr{
	overflow: hidden;
}
.left .welfareIntr{
	text-align: right;
}
.welfareImg{
	overflow: hidden;
}
.left .welfareImg{
	float: right;
	margin-left: 10px;
}
.right .welfareImg{
	float: left;
	margin-right: 10px;
}
.welfareImg img{
	display: block;
}

/*
* 快速导航
*/
.fastMenu{
	width: 1200px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -600px;
	z-index: 9;
}
.fastSlide{
	position: relative;
}
.fastSlide .bd{
	height: 120px;
}
.fast_dl{
	margin: 0px -6px !important;
}
.fast_dl dd{
	width: 14.2857143%;
	float: left;
	display: inline;
	padding: 15px 0px;
}
.fast_a{
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin: 0px 6px;
	background: #fff;
	padding: 10px 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.fast_a:hover{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	/*-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);*/
}
.fastIcon{
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-size:auto 35px !important;
}
.fast_dl dd.fastDd1:hover .fast_a{
	background: #f3571a;
}
.fast_dl dd.fastDd1 .fast_a i{
	color: #f3571a;
}
.fast_dl dd.fastDd1 .fastIcon{
	background: url(../images/fastIcon1.png) no-repeat center center;
}
.fast_dl dd.fastDd1:hover .fastIcon{
	background: url(../images/fastIcon1_h.png) no-repeat center center;
}
.fast_dl dd.fastDd2:hover .fast_a{
	background: #256cab;
}
.fast_dl dd.fastDd2 .fast_a i{
	color: #256cab;
}
.fast_dl dd.fastDd2 .fastIcon{
	background: url(../images/fastIcon2.png) no-repeat center center;
}
.fast_dl dd.fastDd2:hover .fastIcon{
	background: url(../images/fastIcon2_h.png) no-repeat center center;
}
.fast_dl dd.fastDd3:hover .fast_a{
	background: #ee4e4e;
}
.fast_dl dd.fastDd3 .fast_a i{
	color: #ee4e4e;
}
.fast_dl dd.fastDd3 .fastIcon{
	background: url(../images/fastIcon3.png) no-repeat center center;
}
.fast_dl dd.fastDd3:hover .fastIcon{
	background: url(../images/fastIcon3_h.png) no-repeat center center;
}
.fast_dl dd.fastDd4:hover .fast_a{
	background: #33b652;
}
.fast_dl dd.fastDd4 .fast_a i{
	color: #33b652;
}
.fast_dl dd.fastDd4 .fastIcon{
	background: url(../images/fastIcon4.png) no-repeat center center;
}
.fast_dl dd.fastDd4:hover .fastIcon{
	background: url(../images/fastIcon4_h.png) no-repeat center center;
}
.fast_dl dd.fastDd5:hover .fast_a{
	background: #c83ec0;
}
.fast_dl dd.fastDd5 .fast_a i{
	color: #c83ec0;
}
.fast_dl dd.fastDd5 .fastIcon{
	background: url(../images/fastIcon5.png) no-repeat center center;
}
.fast_dl dd.fastDd5:hover .fastIcon{
	background: url(../images/fastIcon5_h.png) no-repeat center center;
}
.fast_dl dd.fastDd6:hover .fast_a{
	background: #37a8a4;
}
.fast_dl dd.fastDd6 .fast_a i{
	color: #37a8a4;
}
.fast_dl dd.fastDd6 .fastIcon{
	background: url(../images/fastIcon6.png) no-repeat center center;
}
.fast_dl dd.fastDd6:hover .fastIcon{
	background: url(../images/fastIcon6_h.png) no-repeat center center;
}
.fast_dl dd.fastDd7:hover .fast_a{
	background: #caa840;
}
.fast_dl dd.fastDd7 .fast_a i{
	color: #caa840;
}
.fast_dl dd.fastDd7 .fastIcon{
	background: url(../images/fastIcon7.png) no-repeat center center;
}
.fast_dl dd.fastDd7:hover .fastIcon{
	background: url(../images/fastIcon7_h.png) no-repeat center center;
}
.fast_dl dd:hover .fast_a i{
	color: #fff;
}
.fastEmL{
	display: block;
	width: 305px;
	height: 235px;
	overflow: hidden;
	position: absolute;
	right: 7px;
	bottom: 25px;
	opacity: 0;
	background: rgba(255,255,255,0.1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translate(-20px,-20px);
	-ms-transform: translate(-20px,-20px);
	-o-transform: translate(-20px,-20px);
	transform: translate(-20px,-20px);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.fastEmR{
	display: block;
	width: 305px;
	height: 235px;
	overflow: hidden;
	position: absolute;
	left: 7px;
	bottom: 25px;
	opacity: 0;
	background: rgba(255,255,255,0.05);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.fast_a:hover em{
	opacity: 1;
}
.fast_a i{
	display: block;
	font-style: normal;
	font-size: 16px;
	color:#666;
	height: 25px;
	line-height: 25px;
	padding-top: 5px;
}
.fastSlide .bt{
	display: none;
	width: 20px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.fastSlide .prev{
	left: -20px;
	background: url(../images/faseBt.png) no-repeat left top;
}
.fastSlide .next{
	right: -20px;
	background: url(../images/faseBt.png) no-repeat right top;
}
.fastSlide .prev:hover{
	background: url(../images/faseBt.png) no-repeat left bottom;
}
.fastSlide .next:hover{
	background: url(../images/faseBt.png) no-repeat right bottom;
}

@media screen and (max-width:1366px){
	


	/*.fastMenu{
		padding: 10px 0px 5px;
	}
	.fastSlide .bd{
		height: 55px;
	}
	.fast_a{
		font-size: 14px;
		padding-top: 30px;
	}
	.fast_a span{
		height: 35px;
		background-size:auto 25px !important;
	}*/
}

/*
* 第八张
*/
.banner{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banner .bd{
    overflow: hidden;
    height: 100%;
}
.bd_dl{
    overflow: hidden;
    height: 100%;
}
.bd_dl dd{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.bannerCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.banner_a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 0px;
    background: #fff;
}
.wowDiv{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.layerDiv1_1{
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5% !important;
    top: -5% !important;
    z-index: 2;
    visibility: hidden;
}
.banImg1_1{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    overflow: hidden;
    padding-top: 44.9479167%;
}
.layerDiv1_2{
    width: 110%;
    height: 110%;
    overflow: hidden;
    position: absolute;
    left: -5% !important;
    top: -5% !important;
    z-index: 3;
}
.banImg1_2{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: auto !important;
    bottom: 13.5869565%;
    padding-top: 45.2083333%;
}
.layerDiv1_3{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: auto !important;
    bottom: 10.5869565%;
    z-index: 4;
}
.banImg1_3{
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 17.2916667%;
    opacity: 0.6;
}
.layerDiv1_4{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: auto !important;
    right: 0px !important;
    top: auto !important;
    bottom: 2.17391304% !important;
    z-index: 5;
}
.banImg1_4{
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 39.3229167%;
}
.layerDiv1_5{
    width: 110%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: auto !important;
    right: -5% !important;
    top: auto !important;
    bottom: 1.08695652% !important;
    z-index: 6;
}
.banImg1_5{
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 39.3229167%;
}
.layerDiv1_6{
    width: 110%;
    height: 110%;
    overflow: hidden;
    position: absolute;
    left: auto !important;
    right: -5% !important;
    top: auto !important;
    bottom: 0px !important;
    z-index: 6;
}
.banImg1_6{
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 9.375%;
}
.rightMove{
    visibility: hidden;
    -webkit-animation: rightMove 1s ease-out forwards;
    -o-animation: rightMove 1s ease-out forwards;
    animation: rightMove 1s ease-out forwards;
}
@keyframes rightMove{
    0%  {transform: translateX(50px);opacity: 0;visibility: visible;}
    100%{transform: translateX(0px);opacity: 1;visibility: visible;}
}
.leftMove{
    visibility: hidden;
    -webkit-animation: leftMove 1s ease-out forwards;
    -o-animation: leftMove 1s ease-out forwards;
    animation: leftMove 1s ease-out forwards;
}
@keyframes leftMove{
    0%  {transform: translateX(-50px);opacity: 0;visibility: visible;}
    100%{transform: translateX(0px);opacity: 1;visibility: visible;}
}
.leftMoveBig{
    visibility: hidden;
    -webkit-animation: leftMoveBig 1s ease-out forwards;
    -o-animation: leftMoveBig 1s ease-out forwards;
    animation: leftMoveBig 1s ease-out forwards;
}
@keyframes leftMoveBig{
    0%  {transform: translateX(-100%);opacity: 0;visibility: visible;}
    100%{transform: translateX(0px);opacity: 1;visibility: visible;}
}
.banImg1_1{
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
.layerDiv1_2 .wowDiv{
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.layerDiv1_3 .wowDiv{
    -webkit-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.layerDiv1_4 .wowDiv{
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.layerDiv1_5 .wowDiv{
    -webkit-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.layerDiv1_6 .wowDiv{
    -webkit-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.layerDiv1_7{
    width: 8.75%;
    position: absolute;
    left: 8.854166667% !important;
    top: 62.7608696% !important;
    z-index: 7;
}
.banImg1_7{
    padding-top: 88.6904762%;
}
/*.layerDiv1_8{
    width: 27.0833333333%;
    position: absolute;
    left: 25.5208333% !important;
    top: 20.6521739% !important;
    z-index: 7;
}
.banImg1_8{
    padding-top: 9.5%;
}*/
.banImg1_8{
    padding-top: 3.5%;
    width: 37.34375%;
    position: absolute;
    left: 19% !important;
    top: 14% !important;
    z-index: 7;
}
.fadeInBig{
    visibility: hidden;
    -webkit-animation: fadeInBig 1s linear forwards;
    -o-animation: fadeInBig 1s linear forwards;
    animation: fadeInBig 1s linear forwards;
}
@keyframes fadeInBig{
    0%  {transform: scale(0);opacity: 0;visibility: visible;}
    100%{transform: scale(1);opacity: 1;visibility: visible;}
}
.cloud{
	width: 100%;
	height: 30.27777778%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/cloud.png) no-repeat center center;
	background-size: auto 100%;
	z-index: 9;
}
.than .cloud{
	-webkit-animation: cloud 10s linear;
	-o-animation: cloud 10s linear;
	animation: cloud 10s linear;
}
@keyframes cloud{
	0%  {transform: translateX(0px);}
	100%{transform: translateX(100px);}
}

.sbLogo{
	position: absolute;
	left: 0px;
	right: 4.42708333%;
	bottom: 6.0185185%;
	overflow: hidden;
	height: 60px;
	background: url(../images/logo2.png) no-repeat right center;
	z-index: 99;
}

.banner .hd{
    position: absolute;
    left: 0px;
    bottom: 30px;
    text-align: center;
    font-size: 0px;
    z-index: 99;
    width: 100%;
}
.banner .hd ul{
    display: inline-block;
    overflow: hidden;
}
.banner .hd ul li{
    width: 10px;
    height: 10px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0px 5px;
    cursor: pointer;
    text-indent: 99em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.banner .hd ul li.on{
    background: #c00;
}
/*-核心代码-*/
.bumpy-char {
    position: relative;
}


/*
* 发展历程
*/
.bigNews{ padding-top:125px; position:relative;}
.bigNews .bor{ width:8px; height:100%; background:#f0f0f0; position:absolute; left:50%; top:0; margin-left:-4px;}
.bigNews .tit{ height:96px; width:96px; padding:7px; border:1px solid #cecece; background:#fff; border-radius:100%; text-align:center; position:absolute; left:50%;top:0; margin-left:-52px; z-index:9}
.bigNews .circle{ background:#b3b3b3;height:96px; width:96px;border-radius:100%; overflow:hidden}
.bigNews .circle span{ height:30px; line-height:30px; margin-top:25px; color:#fff; font-size:18px; font-weight:bold; display:block; overflow:hidden;}
.bigNews .circle em{ height:18px; line-height:18px;color:#fff; font-size:10px; font-style:normal;display:block; overflow:hidden; text-transform:uppercase}
.bigNews .bd dl{ overflow:hidden}
.bigNews .bd dd{ overflow:hidden; height:110px; width:565px; margin-bottom:12px; position:relative;}
.bigNews .bd .date{ height:24px; line-height:24px; font-size:16px; position:absolute; top:43px; width:52px;}
.bigNews .bd .date b{ height:12px; width:12px; background:#fff; border:6px solid #0088f1; display:block; position:absolute;top:0; display:none; border-radius:100%;}
.bigNews .bd .text{ /*width:380px;*/ height:110px; overflow:hidden; font-size:14px; line-height:30px;}
.bigNews .bd .pic{ display:inline; height:110px; width:165px; overflow:hidden;}
.bigNews .bd .pic img{ width:100%; height:100%;}
.bigNews .bd dd.odd{ padding-right:635px;}
.bigNews .bd dd.odd .date{ padding-left:50px; background:url(../images/big_ico1.png) no-repeat 4px center; left:588px;}
.bigNews .bd dd.odd .pic{ float:right; margin-left:20px;}
.bigNews .bd dd.hover.odd .date b{left:0; display:block}
.bigNews .bd dd.even{ padding-left:635px;}
.bigNews .bd dd.even .pic{ float:left; margin-right:20px;}
.bigNews .bd dd.even .date{ padding-right:50px; background:url(../images/big_ico2.png) no-repeat 58px center; right:588px}
.bigNews .bd dd.hover.even .date b{right:0; display:block}




/*
 * 宽屏模式代码区
*/
.headBox2 .wrap{
	width: auto;
	padding: 0px 100px;
}
@media screen and (max-width:1366px){
	.headBox2 .wrap{
		width: 1200px;
		padding: 0px;
	}
}

.footerBox1 .wrap{
	width: auto;
	padding: 0px 100px;
}
@media screen and(max-width: 1366px){
	.footerBox1 .wrap{
		width: 1200px;
		padding: 0px 100px;
	}
}
.footerBox2 .wrap{
	width: auto;
	padding: 15px 100px;
}
@media screen and(max-width: 1366px){
	.footerBox2 .wrap{
		width: 1200px;
		padding: 15px 0px;
	}
}


/*
* 通栏新闻
*/
.newsBox{
	overflow: hidden;
	position: relative;
	padding: 100px 0px;
}
.newsBox .wrap{
	width:  auto;
	padding: 0px 130px;
}
@media screen and (max-width: 1366px){
	.newsBox .wrap{
		width:  1200px;
		padding: 0px;
	}
}
.newsTit{
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 3;
}
.newsTitCh{
	overflow: hidden;
	font-size: 36px;
	color:#fff;
	font-weight: bold;
}
.newsTitEn{
	overflow: hidden;
	font-size: 16px;
	color:#e5e5e5;
	font-family: 'Arial';
}
.newsSlide{
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.news_a{
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_a:hover{
	transform: translateY(-5px);
}
.imgDiv{
	overflow: hidden;
	padding-top: 66.6666667%;
	position: relative;
}
.news_a .imgDiv{
	padding-top: 62.5%;
}
.imgDiv img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.newsDeta{
	padding: 15px;
	overflow: hidden;
	background: #fff;
}
.newsName{
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	font-size: 18px;
	color:#333;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news_a:hover .newsName{
	color:#135eac;
}
.newsIntr{
	height: 75px;
	overflow: hidden;
	font-size: 15px;
	color:#666;
	line-height: 25px;
}
.newsMore{
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	color:#999;
}
.newsLook{
	overflow: hidden;
	padding-left: 25px;
	background: url(../images/newsLook.png) no-repeat left center;
}
.news_a:hover .newsLook{
	color:#135eac;
	background: url(../images/newsLook_h.png) no-repeat left center
}
.newsBg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.newsBgLayer{
	width: 110%;
	height: 110%;
	overflow: hidden;
	position: absolute;
	left: -5% !important;
	top: -5% !important;
}
.newsSlide .swiper-slide{
	width: 385px;
	padding: 10px 0px;
	overflow: hidden;
}
.newsSlide .swiper-button-prev,
.newsSlide .swiper-button-next{
	display: none !important;
}

/*
* 快速导航+视频
*/
.tableCont{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.table{
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tableCell{
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}
.ind1st{
	overflow: hidden;
}
.ind1stL{
	width: 50%;
	overflow: hidden;
}
.ind1stLCont{
	overflow: hidden;
	position: relative;
	padding-top: 62.5%;
}
.ind1stLTitBox{
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.ind1stLTit{
	display: block;
	overflow: hidden;
	font-size: 30px;
	color:#333;
}
.ind1stTitIntr{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#666;
	line-height: 30px;
	max-height: 60px;
	padding-top: 10px;
}
.ind1stLMenu{
	overflow: hidden;
}
.ind1stL_dl{
	overflow: hidden; 
}
.ind1stL_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 20px 0px;
}
@media screen and (max-width: 1366px){
	.ind1stL_dl dd{
		padding: 10px 0px;
	}
}
.ind1stL_a{
	display: block;
	width: 100px;
	overflow: hidden;
	margin: 0px auto;
}
.ind1stL_a span{
	display: block;
	height: 100px;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.ind1stL_a i{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#666;
	font-style: normal;
	text-align: center;
	padding-top: 20px;
}
.ind1stL_dl dd:nth-child(1) span{
	background-color: #e15b27;
}
.ind1stL_dl dd:nth-child(2) span{
	background-color: #256cab;
}
.ind1stL_dl dd:nth-child(3) span{
	background-color: #ee4e4e;
}
.ind1stL_dl dd:nth-child(4) span{
	background-color: #33b652;
}
.ind1stL_dl dd:nth-child(5) span{
	background-color: #c83ec0;
}
.ind1stL_dl dd:nth-child(5){
	margin-left: 90px;
}
.ind1stL_dl dd:nth-child(6) span{
	background-color: #37a8a4;
}
.ind1stL_dl dd:nth-child(7) span{
	background-color: #caa840;
}
.ind1stR{
	overflow: hidden;
	width: 50%;
	position: relative;
}
.ind1stRCont{
	overflow: hidden;
	position: relative;
	padding-top: 62.5%;
}
.ind1stRVideo{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
/*
* loading层
*/
.loading{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	background: #fff;
}
.loadLogo{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0px 0px -85px;
	overflow: hidden;
}
#preloader_1{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left:-36px;
	margin-top:45px;
}
#preloader_1 span{
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#888888;
	position:absolute;
	-webkit-animation: preloader_1 1.5s	 infinite ease-in-out;
	-moz-animation: preloader_1 1.5s	 infinite ease-in-out;
	-ms-animation: preloader_1 1.5s	 infinite ease-in-out;
	-o-animation: preloader_1 1.5s	 infinite ease-in-out;
	animation: preloader_1 1.5s	 infinite ease-in-out;

}
#preloader_1 span:nth-child(2){
	left:11px;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-ms-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s;
}
#preloader_1 span:nth-child(3){
	left:22px;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-ms-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
	left:33px;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
	left:44px;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-ms-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
	}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#888888;}
    25% {height:12px;transform:translateY(3px);background:#c00;}
    50% {height:5px;transform:translateY(0px);background:#888888;}
    100% {height:5px;transform:translateY(0px);background:#888888;}
}
@media screen and (max-width: 1440px){
	.footerUl li{width: 125px;}
}


/*
* 电商
*/
.businessBt{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 585px;
	z-index: 12;
}
.business_dl{
	margin: 0px -10px;
	overflow: hidden;
}
.business_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
}
.business_dl dd a{
	display: block;
	overflow: hidden;
	border: 1px solid #f8d9a0;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 10px;
}
.business_dl dd a span{
	display: block;
	overflow: hidden;
	padding-top: 33.333333333%;
	position: relative;
}
.business_dl dd a:hover span img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.business_dl dd a img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.EBusinessBox{
	overflow: hidden;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	font-size: 16px;
    color: #454545;
    line-height: 40px;
}
.EBusinessBox a{
	display: block;
	overflow: hidden;
}
.EBusinessBox img{
	display: block;
}

@media screen and (max-width: 1366px){
	.logo a{height: 50px;background-size: auto 50px;}
    .cuboid_2{left: 160px}
    .cuboid_1 img{
        width: 35px;
    }
    .cuboid_3 img{
        width: 20px;
    }
    .cuboid_6 img,
    .cuboid_2 img{
        width: 50px;
    }
    .cuboid_8 img{
        width: 35px;
    }
}