@charset "UTF-8";
/*
* author qinwen
* time 2017-06-07
*/
/* CSS Document */
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
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 {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

} /*始终让 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;
}/* 链接无下划线,有为underline;链接去框 */

a:hover {
	color: #ed1c23;
}/* 鼠标在链接上 */
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;
	outline: none;
	border: none;
}
textarea{outline: none;}
input {
	outline: none;
	border: none;
}

.clear {
	clear: both;
	overflow:hidden;
}
.h5{
	clear: both;
	height: 5px;
	overflow:hidden;
}
.h6{
	clear: both;
	height: 6px;
	overflow:hidden;
}
.h10 {
	clear: both;
	height: 10px;
	overflow:hidden;
}
.h15 {
	clear: both;
	height: 15px;
	overflow:hidden;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h40 {
	clear: both;
	height: 40px;
	overflow:hidden;
}
.h45{
	clear: both;
	height: 45px;
	overflow:hidden;
}
.h50 {
	clear: both;
	height: 50px;
	overflow:hidden;
}
.h55{
	clear: both;
	height: 55px;
	overflow:hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow:hidden;
}
.h80 {
	clear: both;
	height: 80px;
	overflow:hidden;
}
.h90 {
	clear: both;
	height: 90px;
	overflow:hidden;
}
.h200{
	clear: both;
	height: 200px;
	overflow: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}
/*公共部分结束*/

/*
* 框架
*/

.cont{
	overflow: hidden;
}

.contBox{
	width: 100%;
	overflow: hidden;
}

.wrap{
	width: 1400px;
	margin:0px auto;
}

.subWrap{
	width: 1200px;
	margin: 0px auto;
}

.bc_fff{
	background: #fff;
}
.min_h400{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.rightBox{
	width: 985px;
	overflow: hidden;
	background: #fff;
}
/*
* fallPuge css begin
*/
#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.section.fp-table, .slide.fp-table {
    display: table;
    width: 100%;
    position: relative;
}
.fp-tableCell{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}  
#fp-nav{ 
	overflow: hidden;
	position: fixed; 
	left: 20px; 
	top: 50%; 
	list-style-type: none; 
	z-index: 8;
	margin-top: -60px;
	width: 40px;
	height: 120px;
	background: #fff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	display: none;
}
#fp-nav li{
	height: 40px;
	overflow: hidden;
}
#fp-nav a{
	display: block;
	width: 8px;
	height: 10px;
	overflow: hidden;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
	border-radius: 17px;
	margin: 12px auto;
}
#fp-nav a span{
	display: block;
	width: 5px;
	height: 5px;
	overflow: hidden;
	background: #ccc;
	margin:5px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#fp-nav li.active a{ 
	border: 2px solid #c50018;
}
#fp-nav li.active a span{
	display: none;
}
.fp-controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}

/*顶部开始*/
.fixTop{
	width: 100%;
	position: fixed;
	left: 0px;
	top:0px;
	z-index: 999;
}
.top{
	height: 95px;
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 0px 70px;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}
.logo{
	display: block;
	overflow: hidden;
	margin:0px 0px;
}
.logo img{
	display: block;
	height: 60px;
}
/*顶部结束*/

/*
* nav 导航 begin
*/
.navBox{
	height: 95px;
	position: relative;
	z-index: 9;
}
.nav_dl{
	position: relative;
}
.nav_dl dd{
	width: 95px;
	float: left;
	display: inline;
	position: relative;
	line-height: 95px;
	z-index: 2;
}
.nav_a{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#000;
	text-align: center;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.nav_dl dd.hover .nav_a{
	color:#fff;
}
.nav_dl dt{
	width: 95px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	background: #c50018;
}
/*banner开始*/
.banner{
	overflow:hidden;
	position: relative;
	z-index: 1;
}

.banner .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:30px;
	left:0;
	text-align: center;
}
.banner .hd ul {
	overflow: hidden;
	display: inline-block;
}
.banner .hd ul li {
	cursor:pointer;
	float: left;
	display:inline;
	zoom:1;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color:#fff;
	overflow:hidden;
	margin:0px 0px 0px 20px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	padding: 0px 20px 0px 0px;
	background: url(../images/bannerIcon.png) no-repeat 40px center;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.banner .hd ul li.on {
	color:#ff9a37;
	background: url(../images/bannerIcon.png) no-repeat 20px center;
}
.banner .center{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner .bd{ position:relative; z-index:0;overflow:hidden;}
.banner .bd dd{
	overflow:hidden;
	zoom:1;
	width: 100%; 
	vertical-align:middle;
	height: 865px;
	position: 
	relative;
}
.banner .bd dd .bigImg{
	display:block; 
	width:100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 5s linear;
	-o-transition: all 5s linear;
	transition: all 5s linear;
}
.banner .bd dd.active .bigImg{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.banSmallImg{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top:45%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.banSmallImg.hover{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
}
.banSmallImg img{
	display: block;

}

.banner .checkBox{
	height: 38px;
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -600px;
	margin-top: -19px;
	z-index: 2;
}
.banner .bt{
	display: block;
	width: 20px;
	height: 37px;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.banner:hover .bt{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.banner .prev{
	background: url(../images/bannerPrev.png) no-repeat center left;
	float: left;
	text-align: right;
}

.banner .prev:hover{
	background: url(../images/bannerPrev_h.png) no-repeat center left;
}

.banner .next{
	background: url(../images/bannerNext.png) no-repeat center right;
	float: right;
}
.banner .next:hover{
	background: url(../images/bannerNext_h.png) no-repeat center right;
}
.bannerCont{
	width: 700px;
	height: 130px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	padding:15px 100px;
	position: relative;
	left: 50%;
	top:50%;
	margin: -80px 0px 0px -445px;
}
.bannerTit{
	font-size: 48px;
	color:#fff;
	font-family: "黑体";
	font-weight: bold;
}
.bannerTxt{
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	font-family: "黑体";
	line-height: 30px;
	padding-top: 10px;
}
.bannerBd{
	display: block;
	width: 10px;
	height: 130px;
	overflow: hidden;
	background: #5bd28e;
	position: absolute;
	left: 50px;
	top:50%;
	margin-top: -65px;
}
.scrollBt{
	display: block;
	width: 30px;
	height: 45px;
	overflow: hidden;
	background: url(../images/scrollBt.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom:90px;
}
/*banner结束*/

/*subBanner begin*/
.subBanner{
	width: 1920px;
	overflow: hidden;
	position: relative;
}
.subBanner_a{
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

/*
* subMenu begin
*/

/*
* location
*/

/*页码开始*/
.page {
	padding:15px 0px;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page code, .page a {
	padding:15px 20px;
	margin: 0px 3px;
	color:#666;
	font-size: 14px;
	background: #f8f9fb;
	font-family: "microsoft yahei";
}
.page a i{
	font-family: "宋体";
	font-size: 12px;
}
.page a:hover {
	background: #c50018;
	color: #fff;
}
.page a.hover {
	background: #c50018;
	color: #fff;
}
.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page input.pageDetail {
	width: 30px;
	height:22px;
	line-height:22px;
	text-align: center;
}
.page input.page_bnt{
	border: none;
	width: 58px;
	height:24px;
	cursor:pointer;
	color:#fff;
	background:#0193de; 
    }
/*页码结束*/

/*底部开始*/
.foot{
	background: #1a1a1a;
	overflow: hidden;
}
.frendLink{
	background: #fff;
	overflow: hidden;
	padding: 40px 0px;
}
.frendLink .item{
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.frendLink .imgDiv{
	padding-top: 45%;
}
.footCont{
	overflow: hidden;
}
#footBody .footCont{
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.footLogo{
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:50%;
	margin-top: -30px;
}
.footLogo img{
	display: block;
	height: 60px;
}
.footTop{
	padding: 80px 0px;
	overflow: hidden;
	position: relative;
}
.footMenu{
	overflow: hidden;
	margin-right: -115px;
}
.footMenu_dl{
	width: 180px;
	overflow: hidden;
}
.footMenu_dl dt{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	padding-bottom: 10px;
}
.footMenu_dl dt a{
	font-size: 16px;
	color:#555;
}
.footMenu_dl dd{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.footMenu_dl dd a{
	font-size: 14px;
	color:#555;
}
.footBot a:hover,
.footMenu_dl dt a:hover,
.footMenu_dl dd a:hover{
	color:#c50018;
	text-decoration: underline;
}
.footBot{
	overflow: hidden;
	border-top:1px solid #353c42;
	font-size: 14px;
	color:#555;
	line-height: 30px;
	padding: 20px 0px;
}
.footBot a{
	font-size: 14px;
	color:#555;
}
/*底部结束*/

/*
* 全图 begin
*/

/************************************二级页面 begin*************************************/
/*
* 列表公共部分
*/
.com_dl{
	overflow: hidden;
}
.com_dl dd{
	width: 50%;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}
.list_a{
	display: block;
	overflow: hidden;
	position: relative;
}
.imgDiv{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 66.66666666667%;
}
.imgDiv img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.list_a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.listName{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color:#251e1c;
	overflow: hidden;
	position: relative;
}
.list_a:hover .listName{
	color:#c50018;
}
.list_a:hover .listName em{
	background: #c50018;
}
.listIntr{
	height: 50px;
	font-size: 14px;
	color:#666;
	line-height: 25px;
	overflow: hidden;
}
.listName.hover,
.listIntr.hover{
	color:#fff;
}
/*
* 全图列表 begin
*/
.img_dl{
	width: 1220px;
	overflow: visible;
}
.img_dl dd{
	width: 280px;
	height: 380px;
	overflow: visible;
	margin: 0px 25px 25px 0px;
	float: left;
	display: inline;
}
.list_a1{
	display: block;
	overflow: hidden;
	background: #f8f9fb;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	top:0px;
}
.list_a1:hover{
	background: #fff;
	top: -10px;
	-webkit-box-shadow: 0px 2px 21px rgba(197,197,197,0.65);
	box-shadow: 0px 2px 21px rgba(197,197,197,0.65);
}
.imgDiv1{
	width: 100%;
	display: table;
	height: 380px;
	position: relative;
	overflow: hidden;
}
.imgDivCont{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.imgBox{
	overflow: hidden;
	position: relative;
}
.img_h{
	position: absolute;
	left: 0px;
	top:0px;
}
.imgDivCont img{
	display: block;
	max-width: 280px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
img.imgBase{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
	_display:block;
}
img.img_h{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	_display:none;
	/*-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
}
.list_a1:hover .imgBase{
	/*-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);*/
	_display:none;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.list_a1:hover .img_h{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
	_display:block;
	/*-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);*/
}
.fancybox-lock .fancybox-overlay{overflow: hidden !important;}
/*全文列表*/
.list_dl{
	overflow: hidden;
}
.list_dl dd{
	width: 100%;
	margin-bottom: 20px;
}
.list_dl dd .list_a{
	padding-left: 120px;
}
.listTime2{
	width: 110px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	background: #f8f9fb;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listTime2 span{
	display: block;
	overflow: hidden;
	font-size: 36px;
	color:#666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listTime2 i{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.listDeta{
	height: 160px;
	overflow: hidden;
	background: #f8f9fb;
	padding: 40px;
}
.list_dl .listName{
	padding-bottom: 10px;
	position: relative;
}
.list_dl .listName em{
	display: block;
	width: 40px;
	height: 1px;
	overflow: hidden;
	background: #666;
	position: absolute;
	left: 0px;
	bottom:0px;
}
.list_dl dd .list_a:hover .listTime2{
	background: #c50018;
}
.list_dl dd .list_a:hover .listTime2 span,
.list_dl dd .list_a:hover .listTime2 i{
	color:#fff;
}

/*
* 图文
*/
.hasImg .list_a{
	padding-left: 575px !important;
}
.textImg{
	width: 465px;
	overflow: hidden;
	position: absolute;
	left: 110px;
	top:0px;
}
.textImg img{
	display: block;
	width: 465px;
	height: 240px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*^
 * 新闻阅读页
 */	
.articleBox {
	line-height:30px;
	padding:15px;
	color: #666;
	font-size:14px;
}
.articleBox.w_600{width: 600px;}
.articleBox img{
	max-width:100%;
	}
.articleFoot{
	border-top:1px solid #e4e4ee;
	overflow: hidden;
	padding: 15px 0px;
}
.articleBack{
	display: block;
	width: 90px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color:#848484;
	background: #eee;
}
.articleMov{
	width:890px;
	overflow:hidden;
	margin:0 auto;
	}
.mapBox{
	clear:both;
	width:1200px;
	height:365px;
	overflow:hidden;
}
.articleHead{
	overflow: hidden;
	background: #fafbfb;
	padding: 15px 0px;
}
.articleTitle{
	clear: both;
	text-align: center;
	padding:0 10px;
	line-height: 35px;
	font-size:30px;
	color:#141414;
	font-family:"microsoft yahei";
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size:12px;
	line-height:30px;
	margin:0 100px;
}
.articleTime span{cursor: pointer;}
.articleTime span.hover{color: #ff0303}
.articleTime span:hover{color: #ff0303}
.articleMore{
	overflow: hidden;
}
.articleMore .jiathis_style{
	margin-top: 4px;
}
.artPage{
	overflow: hidden;
}
.artPage p{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
}
.artPage p a{
	color:#666;
}
.artPage p a:hover{
	color:#c50018;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:810px;
	height:400px;
	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:810px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:810px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:810px;clear:both;margin:20px auto 0px;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:100px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:70px;
	width:120px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:70px;
	width:120px;
	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:70px;width:120px;}
.img_hd ul li.on {border:1px solid #b91719;background:#b91719;}
.imgMove .bottom_a {
	width:25px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:25px;
	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;}

/********************************此处首页样式开始*********************************/
/*
* 数字展示
*/
.fastBox{
	height: 130px;
	overflow: hidden;
	position: relative;
	background: #f8f9fb;
}
.fastBox .wrap{
	height: 130px;
	position: relative;
}
.fastBox .fastBg{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #c50018;
	position: absolute;
	right: 50%;
	margin-right: 300px;
	top: 0px;
	z-index: 1;
}
.fastBox .bd{
	width: 900px;
	height: 90px;
	overflow: hidden;
	margin: 20px 50px;
	position: relative;
	z-index: 2;
	float: right;
}
.fastNum_dl{
	overflow: hidden;
}
.fastL{
	display: block;
	width: 400px;
	height: 60px;
	padding: 35px 0px;
	line-height: 60px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 9;
	background: url(../images/fastL.png) no-repeat 150px center;
}
.fastNum_dl dd{
	width: 100%;
	height: 90px;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
}
.listDiv{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.checkedBox{
	width: 25px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 50px;
	top:50%;
	margin-top: -20px;
	background: url(../images/fast1.png) no-repeat center center;
}
.checkedBox .bt{
	width: 100%;
	height: 20px;
	overflow: hidden;
	display: block;
}
.checkedBox .prev{
	background: url(../images/fast2.png) no-repeat left center;
}
.checkedBox .prev:hover{
	background: url(../images/fast2_h.png) no-repeat left center;
}
.checkedBox .next{
	background: url(../images/fast3.png) no-repeat right center;
}
.checkedBox .next:hover{
	background: url(../images/fast3_h.png) no-repeat right center;
}
.fastTit{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	overflow: hidden;
}

.fastTit_En{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	overflow: hidden;
}
.fastName{
	overflow: hidden;
	font-size: 14px;
	color:#777;
}
.fastName i{
	padding-right: 5px;
}
.fastNum{
	font-size: 14px;
	color:#777;
	overflow: hidden;
}
.fastBd{
	display: none;
	width: 1px;
	height: 100%;
	overflow: hidden;
	background: #bdbdbd;
	position: absolute;
	right: 0px;
	top:0px;
}
.fastBd:last-child{
	display: none;
}
.fastMore{
	display: block;
	width: 30px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:0px;
	background: url(../images/cnm.png) no-repeat right center;
}
/*
* 第二屏 begin
*/
.indTitBox{
	overflow: hidden;
	text-align: center;
}
.indTitBox .center{
	display: inline-block;
	position: relative;
	padding: 30px 40px;
	overflow: hidden;
}
.indTit{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 20px;
	color:#251e1c;
	font-weight: bold;
	position: relative;
	z-index: 3;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.indTit i{
	font-size: 18px;
	color:#c50018;
	padding-left: 10px;
}
.indTitBox em{
	display: block;
	width: 12px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.titL{
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	left: 0px;
	background: url(../images/titIcon.png) no-repeat left center;
}
.titR{
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	right: 0px;
	background: url(../images/titIcon.png) no-repeat right center;
}
.titBg{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 120px;
	color:#f8f9fb;
	line-height: 100px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 1;
	text-align: center;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.ind1stCont{
	height: 410px;
	position: relative;
	background: #f8f9fb;
	padding: 100px 0px;
	margin-bottom: 30px;
}
.ind1stL{
	overflow: hidden;
	width: 680px;
	padding-top: 170px;
	background: url(../images/ind1stL.png) no-repeat left top;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.ind1stTit{
	height: 50px;
	border-bottom:1px solid #dbdbdb;
	line-height: 50px;
	font-size: 22px;
	color: #3c3d3f;
	position: relative;
}
.ind1stTit em{
	display: block;
	width: 50px;
	height: 1px;
	background: #c50018;
	position: absolute;
	left: 0px;
	bottom:-1px;
}
.ind1stTxt{
	height: 140px;
	overflow: hidden;
	line-height: 38px;
	font-size: 14px;
	color:#777;
	padding-top: 20px;
}
.ind1stR{
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:-30px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.ind1stRCont{
	width: 920px;
	height: 670px;
	overflow: hidden;
	position: relative;
}
.ind1stRCont img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 1;
}
.ind1stRCont a{
	display: block;
	width: 100%;
	height: 155px;
	overflow: hidden;
	background: #c50018;
	position: absolute;
	left: 0px;
	bottom:0px;
	z-index: 2;
}
.ind1stRCont a span{
	display: inline-block;
	height: 155px;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	line-height: 155px;
	margin-left: 100px;
	padding-right: 70px;
	background: url(../images/ind1stR.png) no-repeat right center;
}
.ind1stBd{
	display: block;
	width: 15px;
	height: 96px;
	overflow: hidden;
	background: #c50018;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -48px;
}
/*
* 第三屏
*/
.ind2ndBox{
	position: relative;
}
.ind2ndBox .owl-prev{
	width: 30px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	background: url(../images/owl-prev.png) no-repeat center center;
}
.ind2ndBox .owl-next{
	width: 30px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	background: url(../images/owl-next.png) no-repeat center center;
}
.ind2ndBox .item{
	padding: 50px 0px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.ind2nd_a{
	display: block;
	overflow: hidden;
	padding: 60px 100px;
}
.ind2nd_a:hover{
	-webkit-box-shadow: 0px 0px 50px rgba(239,241,246,0.5);
	box-shadow: 0px 0px 50px rgba(239,241,246,0.5);
}
.ind2ndImg{
	height: 93px;
	overflow: hidden;
	text-align: center;
}
.ind2ndImg img{
	display: inline-block !important;
	width:  auto !important;
	height: 93px;
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.ind2ndTit{
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color:#251e1c;
	font-weight: bold;
}
.ind2ndIntr{
	height: 90px;
	overflow: hidden;
	font-size: 14px;
	color:#777;
	line-height: 30px;
	text-align: center;
}
.ind2nd_a:hover .ind2ndImg img{
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.ind2ndBox .owl-controls{
	text-align: center;
}
.ind2ndBox .owl-dots{
	display: inline-block;
	overflow: hidden;
	-webkit-transform: translateY(200%);
	-ms-transform: translateY(200%);
	-o-transform: translateY(200%);
	transform: translateY(200%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.ind2ndBox .owl-dot{
	float: left;
	overflow: hidden;
	display: inline;
	margin:0px 10px;
}
.ind2ndBox .owl-dot span{
	display: block;
	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;
	background: #e1e1e1;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.ind2ndBox .owl-dot.active span{
	width: 25px;
	background: #c50018;
}
/*
* 第四屏
*/
.indTab{
	overflow: hidden;
	text-align: center;
}
.indTab .center{
	display: inline-block;
	height: 45px;
	overflow: hidden;
	position: relative;
}
.indTab .center em{
	display: block;
	width: 100%;
	height: 1px;
	background: #dbdbdb;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.indTab_dl{
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
.indTab_dl dd{
	overflow: hidden;
	float: left;
	display: inline;
}
.indTab_dl dd a{
	display: block;
	overflow: hidden;
	float: left;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color:#251e1c;
	padding: 0px 25px;
}
.indTab_dl dd.hover a{
	color:#c50018;
	font-weight: bold;
	background: url(../images/indTabBg.png) no-repeat center bottom;
}
.indTabCont{
	width: 100%;
	overflow: hidden;
}
.ind4thTab .owl-carousel.owl-loaded{
	display: none;
}
.ind4thTab .item{
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.ind4thDeta{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom:-72px;
	overflow: hidden;
	background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#70000000',endColorstr = '#70000000')\9;
}
.ind4thCont{
	overflow: hidden;
	padding: 10px 45px;
}
.ind4thTab .listName{
	text-align: center;
	padding-bottom: 10px;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.ind4thTab .listName em{
	display: block;
	width: 35px;
	height: 2px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom:0px;
}
.ind4thDeta.hover .listName{
	color:#fff !important;
	text-align: left;
}
.ind4thTab .list_a:hover .listName{
	color:#fff;
}
.ind4thDeta .listIntr{
	padding-top: 10px;
}
.list_a.hover .listName{
	text-align: left;
}
.list_a.hover .ind4thDeta{
	background: rgba(197,0,24,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#90c50018',endColorstr = '#90c50018')\9;
}
.ind4thTab .imgDiv{
	padding-top: 100%;
}
.ind4thTab .owl-controls{
	/*overflow: hidden;*/
	text-align: center;
	padding-top: 60px;
	-webkit-transform: translateY(200%);
	-ms-transform: translateY(200%);
	-o-transform: translateY(200%);
	transform: translateY(200%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.ind4thTab .owl-dots{
	display: inline-block;
	overflow: hidden;
}
.ind4thTab .owl-dot{
	float: left;
	overflow: hidden;
	display: inline;
	margin:0px 10px;
}
.ind4thTab .owl-dot span{
	display: block;
	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;
	background: #e1e1e1;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.ind4thTab .owl-dot.active span{
	width: 25px;
	background: #c50018;
}
.ind4thTab .owl-nav div{
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top:-230px;
}
.ind4thTab .owl-nav .owl-prev{
	left: 0px;
	background: url(../images/ind4thIcon.png) no-repeat left top;
}
.ind4thTab .owl-nav .owl-next{
	right: 0px;
	background: url(../images/ind4thIcon.png) no-repeat right top;
}
/*
* 第五屏 begin
*/
.ind5thCont{overflow: hidden;}
.ind5thL{
	width: 720px;
	background: #fff;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform-origin: -100% 100%;
	-moz-transform-origin: -100% 100%;
	-ms-transform-origin: -100% 100%;
	-o-transform-origin: -100% 100%;
	transform-origin: -100% 100%;
}
.ind5thSlide{
	width: 355px;
	overflow: hidden;
}
.ind5thSlide .imgDiv{
	padding-top: 135.211268%;
}
.ind5thSlide .owl-nav{
	position: absolute;
	right: 0px;
	bottom:0px;
	overflow: hidden;
}
.ind5thSlide .owl-nav div{
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	display: inline;
}
.ind5thSlide .owl-nav .owl-prev{
	background: url(../images/ind5thIcon.png) no-repeat left top;
}
.ind5thSlide .owl-nav .owl-prev:hover{
	background: url(../images/ind5thIcon.png) no-repeat left bottom;
}
.ind5thSlide .owl-nav .owl-next{
	background: url(../images/ind5thIcon.png) no-repeat right top;
}
.ind5thSlide .owl-nav .owl-next:hover{
	background: url(../images/ind5thIcon.png) no-repeat right bottom;
}
.in5thLCont{
	width: 275px;
	overflow: hidden;
	padding: 45px;
}
.indHotTit{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#251e1c;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
	max-height: 60px;
	line-height: 30px;
}
.indHotTit em{
	display: block;
	width: 45px;
	height: 2px;
	overflow: hidden;
	background: #c50018;
	position: absolute;
	left: 0px;
	bottom:0px;
}
.indHotTxt{
	height: 195px;
	font-size: 14px;
	color:#777;
	overflow: hidden;
	line-height: 28px;
	padding-top: 30px;
}
.listMore{
	overflow: hidden;
	font-size: 14px;
	color:#999;
	padding-right: 25px;
	background: url(../images/listMore.png) no-repeat right center;
}
.list_a:hover .listMore,
.listMore.hover{
	color:#c50018;
	background: url(../images/listMore_h.png) no-repeat right center;
}
.listMore.hover:hover{
	text-decoration: underline;
}
.ind5thR{
	width: 570px;
	overflow: hidden;
	background: #fff;
	padding: 35px 40px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.ind5th_dl{
	height: 410px;
	overflow: hidden;
}
.ind5th_dl dd{
	width: 100%;
	overflow: hidden;
	height: 120px;
	float: left;
	display: inline;
	margin-bottom: 25px;
	position: relative;
}
.ind5th_dl dd .list_a{
	padding-left: 135px;
}
.ind5thTime{
	width: 120px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	background: #f8f9fb;
	padding: 30px 0px;
	-webkit-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}
.ind5thTime span{
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 36px;
	color:#251e1c;
	-webkit-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}
.ind5thTime i{
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color:#251e1c;
	-webkit-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}
.ind5thRDeta{
	padding: 10px 0px;
	height: 100px;
	overflow: hidden;
}
.ind5th_dl dd .listIntr{
	font-size: 12px;
	color:#777;
}
.list_a:hover .ind5thTime{
	background: #c50018;
}
.list_a:hover .ind5thTime span,
.list_a:hover .ind5thTime i{
	color:#fff;
}
/*====================不常用二级===============================*/

/*
* 单篇2
*/
.articleR{
	width: 560px;
	overflow: hidden;
}
.artR_dl{
	overflow: hidden;
}
.artR_dl dt{
	overflow: hidden;
}
.artR_dl dt a{display: block;overflow: hidden;}
.artR_dl dt a img{
	display: block;
	width: 560px;
	height:245px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.artR_dl dd{overflow: hidden;width: 270px;margin-top: 20px;}
.artR_dl dd a{display: block;overflow: hidden;position: relative;}
.artR_dl dd a em{display: block;height: 40px;line-height: 40px;font-size: 22px;color:#fff;background:rgba(0,0,0,0.5);width: 100%;position:absolute;left: 0px;bottom:0px;z-index: 2;text-align: center;}
.artR_dl dd a img{
	display: block;
	width: 270px;
	height: 245px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.artR_dl dd a:hover img,
.artR_dl dt a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/*
* 业务板块
*/
.list_dl2{
	margin:0px -12px 0px -13px;
}
.list_dl2 dd{
	width: 50%;
	margin-bottom: 25px;
}
.list_dl2 dd .list_a{
	margin:0px 12px 0px 13px;
}
.list_dl2 dd .listName{
	font-size: 20px;
}
.list_dl2 dd .listName_En{
	font-size: 12px;
	color:#888;
}
.list_dl2 dd .listIntr span{
	color:#c50018;
}
.list_dl2 dd .listDeta{
	height: 130px;
	padding: 60px 220px 60px 60px;
}
.listIcon{
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	right: 45px;
	top:50%;
	margin-top: -60px;
}
.list_dl2 .list_a:hover img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.listIcon img{
	display: block;
	width: 120px;
	height: 120px;
}
.listIcon .listImg_h{
	display: none;
}
.list_dl2 .list_a:hover .listImgBase{
	display: none;
}
.list_dl2 .list_a:hover .listImg_h{
	display: block;
}

/*
* 合作伙伴
*/
.img_dl3{
	margin: 0px 15px;
}
.img_dl3 dd{
	width: 25%;
	margin-bottom: 30px;
}
.img_dl3 .list_a{
	margin: 0px 15px;
	border:5px solid #f1f1f1;
}
.img_dl3 dd .imgDiv{
	padding-top: 35.8490566%;
}

/*
* 服务案例
*/
.img_dl2{
	margin: 0px -25px;
}
.img_dl2 dd{margin-bottom: 40px;}
.img_dl2 dd .list_a{
	margin: 0px 25px;
	padding-bottom: 170px;
}
.img_dl2 .imgDiv{
	padding-top: 69.5652174%;
}
.imgDeta2{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom:-65px;
	background: #fff;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.list_a:hover .imgDeta2{
	background: #f8f9fb;
}
.imgDetaCont2{
	overflow: hidden;
	padding: 40px 0px;
}
.img_dl2 .listName{font-weight: bold;}
.listMoreDeta{
	display: inline-block;
	color:#c50018;
}

/*
* 联系我们
*/
.mapBox{
	overflow: hidden;
	height: 410px;
}

/*
* 招聘
*/

.recruit_dl{
	overflow: hidden;
}
.recruit_dl dd{
	overflow: hidden;
	margin-bottom: 20px;
}
.recruit_a{
	display: block;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	padding: 0px 20px;
	background: #f8f9fb;
}
.recruit_a span{
	display: block;
	overflow: hidden;
	width: 22.5%;
	font-size: 16px;
	color:#666;
	float: left;
	display: inline;
}
.recruit_a span.txt_l{
	text-align: left;
}
.recruit_a span.w_10{
	width: 10%;
	height: 80px;
	float: right;
	background: url(../images/rucruitIcon.png) no-repeat right center;
}
.recruit_dl dd.hover span.w_10{
	background: url(../images/rucruitIcon_h.png) no-repeat right center;
}
.recruit_dl dd.hover .recruit_a{
	background: #c50018;
}
.recruit_dl dd.hover .recruit_a span{
	color:#fff;
}
.recruitCont{
	display: none;
	overflow: hidden;
	padding: 10px 30px;
}
.showRecruitForm{
	display: block;
	width: 130px;
	height: 35px;
	overflow: hidden;
	background: #c50018;
	font-size: 14px;
	color:#fff !important;
	text-align: center;
	line-height: 35px;
}
.recruitTip{
	font-size: 16px;
	color:#c50018;
	overflow: hidden;
}
.recruitTip i{
	color:#000cff;
	text-decoration: underline;
}

/*
* 详情页不同
*/
.articleOhter {
	height: 30px;
	background: #f5f5f5;
	padding: 0px 20px;
	line-height: 30px;
	font-size: 14px;
	color:#666;
	position: relative;
	z-index: 9;
	text-align: center;
}
.articleOhter i{
	color:#bc1010;
}
.articleOhter .center{
	display: inline-block;
}
.artSize{
	position: relative;
	margin-left: 15px;
}
.artSize a{
	display: block;
	font-size: 14px;
	color:#666;
	overflow: hidden;
}
.artSize a span{
	font-family: "宋体";
	padding-right: 5px;
	font-size: 16px;
}
.artSizeBox{
	display: none;
	width: 75px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:30px;
	border-top:1px solid #fff;
}
.artSizeBox span{
	display: block;
	height: 20px;
	overflow: hidden;
	border-top:1px solid #fff;
	font-size: 14px;
	color:#666;
	background: #f5f5f5;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}
.artSizeBox span.hover{
	background: #bc1010;
	color:#fff;
}
.articleOhter .handle{
	padding-left: 20px;
	cursor: pointer;
	background: url(../images/good.png) no-repeat left center;
}
.artHandle a{
	font-size: 14px;
	color:#666;
}
.artHandle a:hover{
	color:#e24444;
}
.good{
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 0px 10px 0px 30px;
	text-align: center;
	font-size: 12px;
	color:#c50018;
	line-height: 25px;
	border:1px solid #c50018;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/good.png) no-repeat 7px 3px;
}
#ckepop{display: block;height: 27px;line-height:27px;font-size: 14px;color:#666;float: left;}

/*
* 大事件
*/
.bigThingsSlide{
	overflow: hidden;
	position: relative;
	padding: 0px 30px;
	background: #f8f9fb;
}
.bigThingsSlide .bd{
	height: 60px;
	overflow: hidden;
}
.bigThings_dl{
	overflow: hidden;
}
.bigThings_dl dd{
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	float: left;
	display: inline;
}
.bigThings_dl dd a{
	width: 114px;
	overflow: hidden;
	display: block;
	font-size: 20px;
	color:#251e1c;
	text-align: center;
}
.bigThings_dl dd.hover a{
	background: #c50018;
	color:#fff;
}
.bigThingsSlide .bt{
	display: block;
	width: 30px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top:0px;
}
.bigThingsSlide .prev{
	left: 0px;
	background: url(../images/bigThingsIcon.png) no-repeat right top;
}
.bigThingsSlide .prev:hover{
	background: url(../images/bigThingsIcon.png) no-repeat right bottom;
}
.bigThingsSlide .next{
	right: 0px;
	background: url(../images/bigThingsIcon.png) no-repeat left top;
}
.bigThingsSlide .next:hover{
	background: url(../images/bigThingsIcon.png) no-repeat left bottom;
}

/*
* 右边浮动
*/
.rightScroll{
	position: fixed;
	right: 20px;
	top:50%;
	margin-top: -105px;
	z-index: 999999;
}
.rightScroll_dl dd{
	width: 70px;
	height: 70px;
	position: relative;
}
.rightScroll_dl dd a{
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.goTop{
	background: #c50018 url(../images/goTop.png) no-repeat center center;
}
.rightTel{
	background: #000 url(../images/rightTel.png) no-repeat center center;
}
.rightCode{
	background: #000 url(../images/rightCode.png) no-repeat center center;
}
.rightScroll_dl dd:hover .goTop{
	background: #c50018 url(../images/goTop.png) no-repeat center center;
}
.rightScroll_dl dd:hover .rightTel{
	background: #c50018 url(../images/rightTel.png) no-repeat center center;
}
.rightScroll_dl dd:hover .rightCode{
	background: #c50018 url(../images/rightCode.png) no-repeat center center;
}
.rightDiv{
	position: absolute;
	bottom: 0px;
	right: 70px;
	overflow: hidden;
	background: #c50018;
	display: none;
}
.rightImg{
	display: block;
	width: 100px;
	height: 100px;
	padding: 5px;
}
.rightImg img{
	display: block;
	width: 100px;
	height: 100px;
}
.rightText{
	height: 70px;
	overflow: hidden;
	padding: 0px 20px;
	font-size: 16px;
	color:#fff;
	line-height: 70px;
	white-space:nowrap;
}
/*
* max-width:1366px
*/
@media screen and (max-width: 1366px){
	.wrap{width: 1200px;}
	.contBox{padding-top: 0px;}

	/*
	* 标题
	*/
	.titBg{
		font-size: 80px;
		line-height: 70px;
	}
	.indTitBox .center{padding: 15px 40px;}

	.top{
		padding: 0px 20px;
		height: 70px;
	}
	.logo{margin: 10px 0px;}
	.logo img{height: 50px;}
	.navBox{height: 70px;}
	.nav_dl dd{height: 70px;line-height: 70px;}
	.nav_dl dd a{font-size: 14px;}
	.nav_dl dt{height: 70px;}

	/*
	* banner
	*/
	.fastL{width: 300px;padding: 15px 0px;}
	.fastBox{height: 90px;}
	.fastBox .wrap{height: 90px;}
	.fastBox .bd{width: 800px;margin: 0px 50px;}
	/*.fastBox{height: 90px;}
	.fastNum_dl{width: 1300px;padding: 15px 0px;}
	.fastNum_dl dt{width: 300px;}
	.fastNum_dl dd{width: 190px;padding: 0px 30px;}*/

	/*
	* 第二屏
	*/
	.ind1stCont{padding: 0px;}
	.ind1stRCont{width: 645px;height: 470px;}
	.ind1stL{width: 600px;}
	.ind2nd_a{padding: 20px;}
	.ind1stRCont a{height: 70px;}
	.ind1stRCont a span{height: 70px;line-height: 70px;margin-left: 30px;}
	/*
	* 第三屏
	*/
	.ind2ndBox .item{padding: 20px 0px;}
	.ind2nd_a .h45{height: 20px;}
	/*
	* 第四屏
	*/
	.ind4thBox .h70{height: 30px;}
	.ind4thTab .owl-nav div{
		top:-200px;
	}

	/*
	* 第五屏
	*/
	.ind5thL{width: 590px;}
	.ind5thSlide{width: 280px;}
	.in5thLCont{width: 270px;padding: 20px;}
	.indHotTit{font-size: 16px;max-height: 50px;line-height: 25px;padding-bottom: 15px;}
	.indHotTxt{padding-top: 15px;}
	.in5thLCont .h50{height: 30px;}
	.ind5thR{padding: 20px;width: 550px;}
	.ind5th_dl{height: 338px;}
	.ind5th_dl dd{height: 100px;margin-bottom: 20px;}
	.ind5thTime{width: 100px;padding: 20px 0px;}
	.ind5th_dl dd .list_a{padding-left: 120px;}
	.ind5thRDeta{padding: 5px 0px;height: 90px;}

	/*
	* 底部
	*/
	.footMenu_dl{width: 150px;}
	.footMenu{margin-right: -80px;}
	.frendLink{padding: 10px 0px;}
	.footTop{padding: 30px 0px;}
	.footBot{padding: 10px 0px;}
}