@charset "UTF-8";
/* CSS Document */

/*
-----------------------------首页样式start-----------------------------
*/

/*头部开始*/

/*头部开始*/

.wrap2 {
    width: 1780px;
    margin: 0 auto;
}

.top {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 97;
}

.topC {
    background: #fff;
    padding: 0 15px;
    position: relative;
    box-shadow: 0px 2px 10px #ccc;
    transition: 0.4s ease;
    height: 85px;
}

.top:hover .topC {
    top: 0 !important;
}

.logo {
    height: 66px;
    overflow: hidden;
    margin-top: 10px;
}

.logo a img {
    display: block;
    height: 66px;
}

.topSearch {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
    background: url(../images/search.png) no-repeat center center;
}

.topSearch:hover {
    background: url(../images/search_h.png) no-repeat center center;
}

/*
* 主导航
*/

.headBox .wrap {
    position: relative;
    z-index: 2;
}

.menuBox {
    z-index: 9;
    position: relative;
}

.menuDl {
    position: relative;
}

.menuDl dd {
    display: inline;
    float: left;
    padding: 0 22px;
    position: relative;
    z-index: 3;
}

.menuDl dd span a {
    display: block;
    height: 85px;
    overflow: hidden;
    line-height: 85px;
    color: #333;
    font-size: 15px;
    position: relative;
    padding: 0px 24px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menuDl dd.hover span a {
    color: #fff
}

.menuDl dd span a i {
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #d6000f;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.menuDl dd.hover span a i {
    display: block;
}

.menuDl dd .div_a {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 82px;
    left: 0;
    z-index: 99;
    background: #fff;
    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;
}

.menuDl dd .div_a a.hover {
    background: #fff
}

.menuDl dd .div_a a:hover {
    background: #fff
}

.subMenuDiv {
    display: none;
    width: 100%;
    position: absolute;
    /*left: 0px;*/
    top: 85px;
    /*opacity: 0;*/
    z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
    z-index: 3;
}

.menuDl dt {
    width: 0px;
    /*height: 2px;*/
    height: 100%;
    overflow: hidden;
    background: #da271f;
    position: absolute;
    left: 22.5px;
    bottom: 0px;
    z-index: 2;
}

.subMenu_ul {
    width: 1000px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.subMenuShadow {
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 50000px;
    margin-left: -25000px;
}

.subMenu_ul li {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 2;
    float: left;
    display: inline;
    margin: 0px 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.menuDl dd.hover .subMenu_ul li {
    opacity: 0;
    -webkit-animation: liMove 0.3s linear forwards;
    -o-animation: liMove 0.3s linear forwards;
    animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
    0% {
        transform: translateY(-110%);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.menuDl dd.hide .subMenu_ul li {
    opacity: 1;
    -webkit-animation: liHIde 0.3s linear forwards;
    -o-animation: liHIde 0.3s linear forwards;
    animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(110%);
        opacity: 0;
    }
}

.subMenu_ul li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
    color: #fff;
}

.half .subMenu_ul li a {
    font-size: 14px;
}

.subMenu_ul li a span {
    position: relative;
}

.subMenu_ul li:hover a span {
    color: #00b2f4;
}

.subMenu_ul li a span em {
    display: block;
    width: 2px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: #d6000f;
}

.subMenuR {
    width: 50%;
    overflow: hidden;
    padding: 20px 0px;
}

.menuTop {
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    font-size: 24px;
    color: #555;
    padding-left: 50px;
}

.subMenuCont {
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.listBg {
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.subMenuTop {
    height: 40px;
    line-height: 40px;
    display: none;
    font-size: 16px;
    color: #888;
    overflow: hidden;
    padding: 15px 0px 10px 50px;
}

.half {
    float: left;
    display: inline;
    width: 50%;
}

.half .subMenuTop {
    display: block;
}

.subMenuL {
    width: 50%;
    padding: 20px 0px;
}

.subMenuTxt {
    height: 250px;
    overflow: hidden;
    padding: 20px;
    margin: 0px 20px;
}

.subMenuLTop {
    display: none;
    text-align: center;
    font-size: 34px;
    color: #333;
    overflow: hidden;
}

.subMenuIntr {
    display: none;
    overflow: hidden;
    font-size: 14px;
    color: #404040;
    line-height: 25px;
}

.menuBg {
    display: none;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.subMenuDiv.showMenu {
    -webkit-animation: showMenu 0.5s linear forwards;
    -o-animation: showMenu 0.5s linear forwards;
    animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
    0% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}

.subMenuDiv.hideMenu {
    -webkit-animation: hideMenu 0.5s linear forwards;
    -o-animation: hideMenu 0.5s linear forwards;
    animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
    0% {
        opacity: 0.2
    }
    100% {
        opacity: 0
    }
}

.searchTab {
    padding: 30px 2.5px;
    height: 22px;
    position: relative;
}

.searchTab.active:before {
    background: transparent;
}

.searchTaba {
    display: block;
    width: 18px;
    height: 100%;
    background: url(../images/search.png) center center no-repeat;
}

.searchBox {
    background: #f5f5f5;
    position: absolute;
    width: 280px;
    height: 70px;
    right: 0;
    top: 90px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    z-index: 100;
}

.searchBox.hover {
    visibility: visible;
    opacity: 1;
    top: 80px;
}

.search {
    position: absolute;
    width: 240px;
    top: 20px;
    left: 20px;
    background: #fff;
    height: 31px;
    display: block;
}

.search input {
    display: block;
    height: 31px;
    width: 190px;
    padding: 0px 12px;
    line-height: 33px;
    font-size: 12px;
    color: #999;
    border: none;
    background: none;
    box-sizing: border-box;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.serach_a {
    position: absolute;
    right: 0;
    display: block;
    width: 50px !important;
    height: 31px;
    overflow: hidden;
    background: #da271f url(../images/search1.png) no-repeat center center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.topHide {
    position: relative;
    height: 80px;
}

.animHide {
    opacity: 0;
}

.other {
    height: 85px;
    line-height: 85px;
    overflow: hidden;
    margin-left: 11px;
}

.other .folt {
    display: inline;
    float: left;
    margin: 0 11px;
}

.other .folt a {
    font-size: 16px;
    color: #666;
}

/*头部结束*/

/*头部结束*/

/*menu开始*/

/*menu结束*/

/*indexBanner开始*/

.indexBanner {
    overflow: hidden;
    height: 836px;
    width: 100%;
    position: relative;
}

.indexBanner .myslide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 836px;
}

.indexBanner .slick-dots {
    position: absolute;
    bottom: 32px;
    width: 100%;
    text-align: center;
}

.indexBanner .slick-dots li {
    width: 14px;
    height: 14px;
    line-height: 9999px;
    text-align: center;
    background: #FFF;
    color: #ffffff;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 14px;
}

.indexBanner .slick-dots li.slick-active {
    background: #da271f;
}

.indexBanner .con1 {
    position: absolute;
    bottom: 35%;
    left: 36%;
}

.indexBanner .myslide a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
    -webkit-transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
    opacity: 0;
}

.indexBanner .myslide.slick-active a {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

/*indexBanner结束*/

/*第一通栏start*/

.column1 {
    overflow: hidden;

}

.lineBox {
    border: 1px solid #e6e6e6;
}

.colLeft {
    width: 28.0899%;
    padding: 0 47px;
    box-sizing: border-box;
}

.colLeft .sign {
    position: relative;
    width: 75px;
    height: 90px;

}

.colLeft .sign:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    left: 0;
    background: url(../images/icn1.png) center center no-repeat;
}

.colLeft .sign .data {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-top: 10px;
}

.colLeft .sign .yearTime {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.colLeft .title {
    height: 102px;
    line-height: 102px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    color: #333;
    overflow: hidden;
}

.colLeft .text {
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-bottom: 28px;
}

.colLeft .moreCon {
    width: 148px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
}

.colLeft .moreCon a {
    display: block;
}

.colLeft .moreCon:hover {
    background: #da271f;
    border-color: #da271f;
}

.colLeft .moreCon:hover a {
    color: #fff;
}

.colCenter {
    width: 38.8764%;
    position: relative;
}

.col1SlideBox .hd {
    width: 100%;
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
}

.col1SlideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
    font-size: 0;
}

.col1SlideBox .hd ul li {
    display: inline-block;
    margin: 0 7px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 12px;
}

.col1SlideBox .hd ul li.on {
    background: #da271f;
    border-color: #da271f;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 2;
}

.col1SlideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.col1SlideBox .bd .pic {
    position: relative;
}

.col1SlideBox .bd .pic:after {
    display: block;
    content: "";
    padding-top: 66.4740%;
}

.col1SlideBox .bd .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.colRight {
    overflow: hidden;
}

.tabTitle {
    height: 80px;
    width: 100%;
    background: #da271f;
}

.tabTitle ul li {
    float: left;
    display: inline;
    position: relative;
}

.tabTitle ul li a {
    display: block;
    overflow: hidden;
    height: 80px;
    line-height: 80px;
    padding: 0 40px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tabTitle ul li:after {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -9px;
    width: 26px;
    height: 9px;
    background: url(../images/nextBt.png) center center no-repeat;
}

.tabTitle ul li a:hover {
    background: #9f0700;
}

.tabTitle ul li:hover:after,
.tabTitle ul li.hover:after {
    display: block;
}

.tabTitle ul li.hover a {
    background: #9f0700;
}

.tabTitle ul li a {
    color: #fff;
}

.tileMore {
    height: 100%;
}

.tileMore a {
    display: block;
    height: 100%;
    padding: 0 30px;
    background: url(../images/more.png) center center no-repeat;
}

.tabBox .tabCon {
    padding: 0 30px 0 40px;
    height: 350px;
    overflow: hidden;
}

.tabBox .tabCon dd {
    overflow: hidden;
    line-height: 50px;
    height: 50px;
}

.tabBox .tabCon dd .time {
    font-size: 15px;
    color: #999;
}

.tabBox .tabCon dd a {
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #333;
}
.tabBox .tabCon dd:hover a {
    color: #da271f;
}
/*第一通栏end*/

/*第二通栏start*/

.column2 {
    overflow: hidden;
}

.clo2Banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.clo2Banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 19.6404%;
    bottom: 30px;
    z-index: 6;
}

.clo2Banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin-bottom: 10px;
}

.clo2Banner .hd ul li {
    float: left;
    margin-right: 10px;
    width: 14px;
    height: 5px;
    font-size: 0;
    text-align: center;
    background: #666666;
    cursor: pointer;
}

.clo2Banner .hd ul li.on {
    background: #da271f;
    color: #fff;
}

.clo2Banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.clo2Banner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.clo2Banner .bd ul li:after {
    display: block;
    content: "";
    padding-top: 33.7079%;
}

.clo2Banner .bd img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.clo2Banner .prev {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 75px;
    bottom: 25px;
    z-index: 6;
    border-radius: 2px;
    background: #da271f url(../images/prev.png) center center no-repeat;
}

.clo2Banner .next {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 35px;
    bottom: 25px;
    z-index: 6;
    border-radius: 2px;
    background: #da271f url(../images/next.png) center center no-repeat;
}

.clo2Banner .prev:hover {
    opacity: 0.8;
}

.clo2Banner .next:hover {
    opacity: 0.8;
}

.subBannerBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 130px;
    z-index: 1;
}

.subBannerBg .title {
    height: 90px;
    line-height: 90px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    
	text-shadow:1px 5px 3px rgba(0,0,0,0.4);

}

.subBannerBg .title:after {
    display: block;
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    left: 0;
    bottom: 0;
    background: #fff;
}

.subBannerBg .more {
    width: 137px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
}

.subBannerBg .more a {
    color: #fff;
}

.subBannerText {
    position: absolute;
    width: 420px;
    height: 120px;
    line-height: 70px;
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    right: 0px;
    bottom: 0;
    padding-left: 45px;
    font-size: 18px;
    z-index: 5;
}
.subBannerText a{
	display: block;
	color: #333;
}
/*第二通栏end*/

/*
*第三通栏start fpx 2018
*/

.column3 {
    position: relative;
    overflow: hidden
}
.column3  .wrap{
	background: #f8f8f8;
}
.col3Left {
    position: relative;
}

.col3 {
    float: left;
    display: inline;
    width: 33.333%;
}

.col3Title {
    position: relative;
    height: 77px;
    line-height: 77px;
    z-index: 5;

    overflow: hidden;
}

.col3Left .col3Title {
    border-bottom: 1px solid #fff;
    padding-left: 40px;
}

.col3Left .col3Title .title {
    font-size: 18px;
    color: #fff;
}

.col3Left .col3Title a {
    padding: 0 30px;
    height: 77px;
    background: url(../images/more.png) center center no-repeat;
}

.videB {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.videB .pic {
    position: relative;
    width: 100%;
}

.videB .pic:after {
    display: block;
    content: "";
    padding-top: 58.8235%;
}

.videB .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.videB .pic .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.videB .pic .shade span {
    display: block;
    height: 100%;
    background: url(../images/play.png) center 70% no-repeat;
}

.col3Left .textC {
    padding: 40px 36px 0;
    height: 96px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    bottom: 34px;
    left: 0;
    overflow: hidden;
}

.col3Center,
.col3Right {
    box-sizing: border-box;
}

.jianju {
    padding: 0 40px;
}

.col3Center .col3Title,
.col3Right .col3Title {
    border-bottom: 1px solid #dbdbdb;
    font-size: 18px;
    color: #333;
}

.col3Center .col3Title a,
.col3Right .col3Title a {
    width: 16px;
    height: 77px;
    background: url(../images/more1.png) center center no-repeat;
}

.col3Dl {
    padding-top: 12px;
    padding: 0 40px;
    height: 270px;
    overflow: hidden;
}

.col3Dl dd {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    color: #333;
}

.col3Dl dd .time {
    font-size: 15px;
    color: #999;
}

.col3Dl dd a {
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    height: 54px;
    line-height: 54px;
}

.col3Dl dd:hover a {
    color: #da271f;
}

.col3Pic {
    position: relative;
    width: 100%;
}

.col3Pic:after {
    display: block;
    content: "";
    padding-top: 27.4874%;
}

.col3Pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}

/*第三通栏end*/

/*底部开始*/

.footer {
    background: #333;
    padding-top: 35px;
    padding-bottom: 60px;
}

.footerMenu {
    overflow: hidden;
}

.footerMenu dd {
    float: left;
    display: inline;
    margin-right: 130px;
}

.footerMenu dd em {
    font-style: normal;
    display: block;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    font-weight: bold;
}

.footerMenu dd em a {
    font-size: 14px;
    color: #e5e5e5;
}

.footerMenu dd em a:hover {
    color: #f00;
}

.footerMenu dd span {
    font-style: normal;
    display: block;
    line-height: 20px;
    padding: 5px 0;
    overflow: hidden;
}

.footerMenu dd span a {
    font-size: 12px;
    color: #999;
}

.footerMenu dd span a:hover {
    color: #f00;
}

.footerEwm {
    overflow: hidden;
    margin-right: 56px;
}

.footerEwm dd {
    float: left;
    display: inline;
    position: relative;
    width: 105px;
    overflow: hidden;
    margin-right: 10px;
}

.footerEwm dd img {
    display: block;
    width: 105px;
    height: 105px;
}

.footerEwm dd span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.footerEwm dt {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 7px;
}

.lxcontent {
    padding-top: 35px;
    overflow: hidden;
}

.lxcontent span {
    display: block;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    color: #999;
}

.lxcontent span em {
    font-style: normal;
    font-size: 16px;
    color: #c0171c;
    font-weight: bold;
}

.link {
    height: 51px;
    line-height: 51px;
    font-size: 12px;
    color: #b2b2b2;
    background: #262626;
}

.link span a {
    color: #b2b2b2;
}

.link span a:hover {
    color: #fff;
}

/*底部结束*/

/*
-----------------------------首页样式end-----------------------------
*/

/*
-----------------------------频道页start-----------------------------
*/

/*
-----------------------------频道页end-----------------------------
*/

/*内页框架开始*/

.subPage {
    overflow: hidden;
}

.subPageC {
    overflow: hidden
}

.minH600 {
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

/*内页外结构结束*/

/*subBanner结构开始*/

.subBanner {
    width: 100%;
    height: 400px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*subBanner结构结束*/

/*当前位置开始*/

.location {
    height: 60px;
    line-height: 60px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

.locationT {
    font-size: 14px;
    color: #a3a3a3;
}

.locationT span {
    float: left;
    display: inline;
    margin-right: 5px;
}

.locationT span.home {
    margin-right: 5px;
    display: block;
    width: 18px;
    height: 60px;
    background: url(../images/home.jpg) center center no-repeat;
}

.locationT em {
    display: inline;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
}

.locationDl {
    overflow: hidden;
}

.locationDl dd {
    float: left;
    display: inline;
    padding: 0 16px;
}

.locationDl dd a {
    font-size: 14px;
    color: #666;
    display: block;
    padding: 0 3px;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.locationDl dd a:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -1px;
    background: #da271f;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.locationDl dd.hover a:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.locationDl dd:hover a:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.locationDl dd.hover a {
    color: #da271f;
}

.locationDl dd:hover a {
    color: #da271f;
}

/*当前位置结束*/

/*页码开始*/

/*页码开始*/

.page {
    padding: 30px 0;
    text-align: center;
    clear: both;
    font-size: 14px;
}

.page a {
    display: inline-block;
    overflow: hidden;
    padding: 6px 12px;
    color: #999999;
    border-radius: 3px;
    background: #fff;
    margin: 0 3px;
}

.page span {
    display: inline-block;
    padding: 6px 2px;
    position: relative;
    top: -15px;
}

.page a:hover {
    background: #da271f;
    color: #fff;
}

.page a.hover {
    background: #da271f;
    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/page/firstPage.png)
}

.page a.prevPage div {
    background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
    background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
    background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
    background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
    background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
    background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
    background-image: url(../images/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(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
    background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
    background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
    background-image: url(../images/page/lastPage.png)
}

/*页码结束*/

/*页码结束*/

/*内页框架结束*/
