@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/

/*fullPage的样式start*/

#fullPage {
	transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.2s !important;
} 

#fp-nav.right {
    right: 50px;
}

.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	perspective: 1000px;
	background: #fff;
}

.columnBox {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

.animHide {
	opacity: 0;
}

.sectionBg{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.sectionCon {
    position: relative;
    height: calc(100% - 90px);
    top: 90px;
}

.floRight li a{
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 12px 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
}
.floRight li a:before{
	display: block;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	transform: scale(0);
	border: 1px solid #a70001;
	left: -40%;
	top: -40%;
	border-radius: 100%;
	visibility: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.floRight li a.active{
	border-color: transparent;
	background: #a70001;
}
.floRight li a.active:before{
	visibility: visible;
	transform: scale(1);
}
/*fullPage 结束*/

/* top satrt */

.topC{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 90px;
	z-index: 1000;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.07);
}
.logo{
	margin-top: 20px;
}
.logo img{
	height:50px;
}
.menuDl{
	padding-right: 12px;
	position: relative;
	z-index: 10;
}
.menuDl:before{
	display: block;
	content: '';
	background: #cccccc;
	height: 15px;
	width: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0;
}
.menuDl dd{
	float: left;
	display: inline;
	height: 90px;
	line-height: 90px;
	position: relative;
}
.menuDl dd .yj a{
	font-size: 15px;
	color: #333333;
	padding: 0 28px;
	display: block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.menuDl dd.hover .yj a {
	color: #a70001;
	font-weight: bold;
}
.menuDl dd .ej {
    position: absolute;
    left: 50%;
    margin-left: -68px;
    top: 70px;
    width: 136px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 6;
}
.menuDl dd .ej .ejBox {
	position: relative;
	visibility: hidden;
	background: #FFFFFF;
	box-shadow:0 1px 6px rgba(9, 191, 253, 0.3);
	-webkit-box-shadow:0 1px 6px rgba(9, 191, 253, 0.3);
}
.menuDl dd .ej a {
	display: block;
	padding: 8px 3px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
}
.menuDl dd .ej .ejBox a:hover{
	color: #a70001;
}
.menuDl dd:hover .ej{
	visibility: visible;
	opacity: 1;
}
.menuDl dd:hover .ej .ejBox {
	visibility: visible;
	opacity: 1;
}
/* 搜索 */
.seachBox{
	height: 90px;
	cursor: pointer;
    position: relative;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: linear;
}
.seachBox .seachBoxBtn1{
	margin-left: 22px;
	margin-top: 30px;
    display: block;
    background: url(../img/seach.png) no-repeat right center;
    height: 30px;
    width: 30px;
	background-size: auto 18px;
}
.topSearch{
	width: 215px;
	overflow: hidden;
	position: absolute;
	top: 90px;
	right: 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.topSearchCont{
	padding: 10px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.topSearch.show{
	
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.topSearchCont.show{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.topSearchInp{
	display: block;
	overflow: hidden;
	width: 150px;
	height: 30px;
	line-height: 30px;
	border:none;
	background: #fff;
	padding: 0px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	color:#666;
	float: left;
	font-family: 'Microsoft yahei';
}
.topSearchTrue{
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #a70001 url(../img/seach_h.png) no-repeat center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-left: 5px;
	float: left;
}
.menuIcon{
	width: 95px !important;
	margin-left: 10px;
}
/* top end */

/*indexBanner start*/
.indexBanner {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}

.indexBanner .myslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

.indexBanner .myslide a {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	line-height: 9999px;
	text-align: center;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	position: relative;
	border: 1px solid #fff;
	border-radius: 100%;
}

.indexBanner .slick-dots li:before {
	border-radius: 100%;
	display: block;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	visibility: hidden;
	opacity: 0;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -4px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	
}

.indexBanner .slick-dots li.slick-active:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	background: #fff;
}

.indexBanner .prev {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	cursor: pointer;
	background: rgba(255,255,255,0.2) url(../img/prev.png) no-repeat center center;
	position: absolute;
	left: 6.25%;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.indexBanner .next {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	cursor: pointer;
	background: rgba(255,255,255,0.2) url(../img/next.png) no-repeat center center;
	position: absolute;
	right: 6.25%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
}
.indexBanner .text {
	position: absolute;
	width: 1200px;
	height: 400px;
	top: 24.94%;
	left: 50%;
	margin-left: -600px;
	z-index: 5;
}

.indexBanner .text img {
	display: block;
	margin: 0 auto;
}

.conLine {
	position: absolute;
	width: 100px;
	height: 2px;
	left: 550px;
	top: 190px;
	background: #fff;
}

.indexBanner .text .con2 {
	position: absolute;
	width: 100%;
	height: 64px;
	top: 230px;
	left: 0;
}

.indexBanner .text .con2 img {
	display: block;
	margin: 0 auto;
}

.cloudWave.cloudWave2{
    background: url(../img/cloudWave2.png) center center no-repeat;
    background-size: contain;
}
@keyframes cloud {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
.col1BgBox {
	position: absolute !important;
	width: 105%;
	height: 105%;
	left: -2.5% !important;
	top: -2.5% !important;
}
.col1BgBoxw {
	position: absolute !important;
	width: 101%;
	height: 101%;
	left: -0.5% !important;
	top: -0.5% !important;
}
.indexcol1Bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.indexBanner .myslide.slick-active .indexcol1Bg{
	animation: changeScale2 5s forwards linear;
	-webkit-animation: changeScale2 5s forwards linear;
}
@keyframes changeScale2
{
0%   {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
100% {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
}
@-webkit-keyframes changeScale2 /* Safari 和 Chrome */
{
0%   {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
100% {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
}
/*indexBanner end*/

/* footer start */
.footer{
	background: url(../img/footerbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 54px 0 0;
}
.footerTop{
	margin-bottom: 70px;
}
.footerUp{
	margin-bottom: 42px;
}
.footerLogo img{
	height: 50px;
}
.footerMenu{
	position: relative;
}
.subBg{
	height: 38px;
	width: 1200px;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 3;
	display: none;
}
.footerMDl{
	position: relative;
}
.footerMDl .dt{
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
}
.footerMDl dd{
	height: 50px;
	line-height: 50px;
	float: left;
	margin-left: 100px;
}
.footerMDl dd .yj a{
	font-size: 16px;
	color: #fff;
	display: block;
}
.footerMDl dd .yj a span{
	display: inline-block;
	background: url(../img/footericn3.png) no-repeat right center;
	width: 25px;
	vertical-align: middle;
	height: 50px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footerMDl dd:hover .yj a span{
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
}
.footerMDl dd .ejBox{
	width: 100%;
	line-height: 30px;
	position: absolute;
	top: 40px;
	left: 0;
	border-radius: 4px;
	z-index: 150;
	text-align: left;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all linear 0.4s;
	-webkit-transition: all linear 0.4s;
}
.footerMDl dd:hover .ejBox{
    opacity: 1;
    visibility: visible;
}
.footerMDl dd .ejBox .ej{
	float: left;
	display: inline;
	overflow: hidden;
}
.footerMDl dd .ejBox a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
.footerMDl dd .ejBox a:hover{
	opacity: 0.7;
}
.footerL .title{
	font-size: 18px;
	color: #f2f2f2;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}
.footerLDl{
	overflow: hidden;
}
.footerLDl dd{
	float: left;
	display: inline;
	margin-right: 50px;
	position: relative;
	width: 38%;
}

.footerLDl dd .text{
	overflow: hidden;
}
.footerLDl dd .title1{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.footerLDl dd .info{
	font-size: 26px;
	color: rgba(255,255,255,0.8);
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.footerLDl dd.dd2 .info{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	height: 56px;
	line-height: 28px;
	overflow: hidden;
}
.footerLDl dd .footerIcn{
	margin-bottom: 8px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,0.3);
}
.footerLDl dd.dd1 .footerIcn{
	background: url(../img/footericn1.png) no-repeat center center;
	background-size: auto 25px;
}
.footerLDl dd.dd2 .footerIcn{
	background: url(../img/footericn2.png) no-repeat center center;
	background-size: auto 25px;
}
.footerR{
	overflow: hidden;
	margin-right: -60px;
}
.footerR dd{
	float: left;
	display: inline;
	margin-right: 60px;
}
.footerR dd .picBox{
	border: 1px solid rgba(255,255,255,0.1);
	padding: 13px;
}
.footerR dd .pic{
	width: 112px;
	background: #fff;
	padding: 4px;
}
.footerR dd .pic:before{
	padding-top: 100%;
}
.footerR dd .text{
	text-align: center;
	font-size: 14px;
	color:rgba(255,255,255,0.75);
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.footerDown{
	border-top: 1px solid rgba(255,255,255,0.1);
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	font-size: 14px;
	color:rgba(255,255,255,0.5);
}
.footerDown .text{
	overflow: hidden;
}
.footerDown a{
	font-size: 14px;
	color:rgba(255,255,255,0.5);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footerDown a:hover{
	opacity: 0.8;
}
.bshareBox{
	margin-top: 25px;
}
.bshare-custom a{
	display: inline-block;
	height: 30px !important;
	width: 30px!important;
	margin-left: 20px;
	padding-left: 0 !important;
	border-radius: 100%;
/* 	position: relative;
	top: 10px;
 */}
.bshare-qqim{
	background: rgba(255,255,255,0.1) url(../img/qq.png) no-repeat center center !important;
	background-size: auto 20px;
}
.bshare-weixin{
	background: rgba(255,255,255,0.1) url(../img/wenxin.png) no-repeat center center !important;
	background-size: auto 20px;
}
.bshare-sinaminiblog{
	background: rgba(255,255,255,0.1) url(../img/weibo.png) no-repeat center center !important;
	background-size: auto 20px;
}
/* footer end */

/*
********************************首页样式 start********************************
*/
/* 第1通栏 start */
.section2Con{
	position: absolute;
	left: 6.25%;
	bottom: 0;
	background: url(../img/indexbgc1.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	height: 90%;
	width: calc(100% - 6.25%);
}
.column1Con{
	padding: 74px 140px 115px;
}
.indexTitle{
	overflow: hidden;
}
.column1Con .indexTitle{
	margin-bottom: 60px;
}
.indexTitle .title{
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
.indexTitle .title1{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.indexTitle .title2{
	font-size: 24px;
	color: #666666;
	text-transform: uppercase;
}
.column1L{
	overflow: hidden;
}
.column1L .title a{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.column1L .title a:hover{
	color: #a70001;
}
.column1L .title{
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	margin-bottom: 10px;
}
.column1L .info{
	line-height: 32px;
	height: 96px;
	overflow: hidden;
	font-size: 20px;
	color: #333333;
	margin-bottom: 36px;
}
.indexMore a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	font-size: 14px;
	background: #fff;
	color: #666666;
	border-radius: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexMore a:hover{
	background: #a70001;
	color: #fff;
}
.column1Con .indexMore{
	margin-bottom: 82px;
}
.column1Dl{
	overflow: hidden;
	margin-right: -1px;
}
.column1Dl dd{
	float: left;
	width: 20%;
	display: inline;
}
.column1Dl dd a{
	margin-right: 1px;
	height: 170px;
	display: block;
	text-align: center;
	background: rgba(255,255,255,0.5);
}
.column1Dl dd:nth-child(even) a{
	background: rgba(255,255,255,0.9);
}
.column1Dl dd a .icn{
	width: 32px;
	height: 32px;
	margin: 0 auto;
	position: relative;
}
.column1Dl dd a .icn span{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column1Dl dd a .icn .icnspan2{
	opacity: 0;
}
.column1Dl dd a .icn img{
	vertical-align: middle;
}
.column1Dl dd a .text{
	font-size: 14px;
	color: #666;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column1Dl dd a:hover .text{
	color: #a70001;
}
.column1Dl dd a:hover .icn .icnspan2{
	opacity: 1;
}
.column1Dl dd a:hover .icn .icnspan1{
	opacity: 0;
}
/* 第1通栏 end */

/* 第2通栏 start */
.column2 .indexTitle .title1{
	color: #fff;
}
.column2 .indexTitle .title2{
	color: #fff;
}
.column2 .indexTitle{
	margin-bottom: 50px;
}
.column2Box{
	height: 80%;
	overflow: hidden;
}
.column2Con{
	height: 100%;
	overflow: hidden;
}
.column2Dl{
	overflow: hidden;
	height: 100%;
	margin-right: -20px;
}
.column2Dl dd{
	float: left;
	width: 12.4476%;
	height: 100%;
}
.column2Dl dd a{
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
.column2Dl dd .con{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
}
.column2Dl dd .title{
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 90px;
	text-align: center;
	width: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column2Con dl dd.curr .title{
	left: 30px;
	text-align: left;
}
/* 第2通栏 end */

/* 第3通栏 start */
.column3Con{
	overflow: hidden;
}
.column3L{
	overflow: hidden;
	padding: 60px 50px 50px;
	background: #fff;
}
.column3L .indexTitle{
	padding-bottom: 36px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 40px;
}
.column3TabC{
	position: relative;
	height: 394px;
}
.column3TabC .con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
}
.column3TabC .con.active{
	z-index: 1;
	opacity: 1;
}
.column3R{
	width: 26.1905%;
	margin-left: 40px;
}
.column3RDl dd {
	margin-bottom: 20px;
	position: relative;
}
.column3RDl dd .text{
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.column3RDl dd .text .title1{
	font-size: 24px;
	color: #fff;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.column3RDl dd .text .title2{
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-transform: uppercase;
}
.column3RDl dd .pic:before{
	padding-top: 44.3182%;
}
 .column3-scroll{
	position: relative;
	margin-right: 25px;
	overflow: hidden;
	float: left;
	width: 47.3874%;
	height: 394px;
}
 .column3-scroll .bd{ 
	overflow: hidden;
}
 .column3-scroll .slick-list{ 
	overflow: visible; 
}
 .column3-scroll a{
	display: block;
	position: relative;
}
 .column3-scroll a .pic:before{
	padding-top: 66.4729%;
}
 .column3-scroll a .text{
	background: #f2f2f2;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	padding-left: 20px;
	padding-right: 110px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column3-scroll .slick-dots{ 
	right: 12px;
	bottom: 16px;
	position: absolute;
	width: 100%; 
	text-align: right;
}
.column3-scroll .slick-dots li{ 
	width: 10px; 
	height: 10px;
	border: 1px solid #a70001;
	border-radius: 10px;
	line-height: 9999px; 
	text-align: center; 
	background: none; 
	display: inline-block; 
	margin: 0 5px; 
	cursor: pointer;
}
 .column3-scroll .slick-dots li.slick-active{
	background: #a70001;
}
.column3Tab{
	overflow: hidden;
}
.column3Tab dd{
	float: left;
	margin-right: 36px;
	height: 45px;
	line-height: 45px;
}
.column3Tab dd:last-child{
	margin-right: 0;
}
.column3Tab dd a{
	font-size: 15px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3Tab dd.hover a{
	color: #a70001;
	font-weight: bold;
}
.column3Text{
	overflow: hidden;
}
.column3Text .textC{
	border-bottom: 1px solid #eeeeee;
}
.column3Text .title{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}
.column3Text .title a{
	font-size: 20px;
	color: #333333;
}
.column3Text .title a:hover{
	color: #a70001;
}
.column3Text .info{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #97989d;
	margin-bottom: 25px;
}
.column3LDl{
	/* padding-top: 18px; */
}
.column3LDl dd{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.column3LDl dd .time{
	font-size: 14px;
	color: #999999;
	margin-left: 30px;
}
.column3LDl dd .text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column3LDl dd .text a{
	font-size: 14px;
	color: #666666;
	padding-left: 15px;
	position: relative;
}
.column3LDl dd .text a:before{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	background: url(../img/c3ddicn.png) no-repeat center center;
	background-size: contain;
}
.column3LDl dd .text a:hover{
	color: #a70001;
}
/* 第3通栏 end */

/* 第5通栏 start */

/* 第5通栏 end */

/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subPage{
	background: #f5f5f5;
}
.subBox{
	position: relative;
	height: 480px;
}
.subBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.subBanner .title{
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	bottom: 150px;
	left: 0;
	font-size: 40px;
	font-weight: bold;
	color: rgba(255,255,255,.25);
	text-transform: uppercase;
}
.subBanner .title1{
	position: absolute;
	width: 100%;
	height: 65px;
	line-height: 65px;
	bottom: 120px;
	left: 0;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	z-index: 5;
}
.minH600{
	min-height: 600px;
	height: 600px;
	height: auto !important;
}
.minH300{
	min-height: 300px;
	height: 300px;
	height: auto !important;
}
.minH200{
	min-height: 200px;
	height: 200px;
	height: auto !important;
}
/*内页外结构结束*/
/*  location start  */
.locationBox{
	background: #FFFFFF;
}
.location {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.location dd{
	display: inline-block;
}
.location a{
	display: block;
	margin: 0 3px;
	line-height: 65px;
	font-size: 16px;
	color: #333333;
	padding: 0 50px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.location dd.hover a,
.location dd:hover a{
	color: #FFFFFF;
	background: #a70001;
}
/*  sublocation start  */
.sublocationBox{
	background: #FFFFFF;
	border-top: 1px solid #f7f7f7;
}
.sublocation {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.sublocation dd{
	display: inline-block;
}
.sublocation a{
	display: block;
	line-height: 60px;
	font-size: 15px;
	color: #666666;
	margin: 0 30px;
}
.sublocation dd.hover a,
.sublocation dd:hover a{
	color: #a70001;
	font-weight: bold;
}
/*  sublocation end  */
/*  location end  */
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:7px 13px;color:#666666;border-radius:3px;background: #fff; margin: 0 3px;border: 1px solid #dddddd;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #a70001;color: #fff;border-color: transparent;}
.page a.hover{background: #a70001;color: #fff;border-color: transparent;}
.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(../img/page/firstPage.png)}
.page a.prevPage div{background-image: url(../img/page/prevPage.png)}
.page a.nextPage div{background-image: url(../img/page/nextPage.png)}
.page a.lastPage div{background-image: url(../img/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../img/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../img/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../img/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../img/page/lastPageh.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(../img/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../img/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../img/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../img/page/lastPage.png)}
/*页码结束*/
/*内页框架结束*/