html,
body,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;}

a {
    text-decoration: none;
    color: black;}

* {
    font-family: "microsoft yahei";}



html,
body {
    min-width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;}

img {
    border: none;
    display: block;}

.main {
    overflow: hidden;}

.clear {
    clear: both;}

.float-left {
    float: left;}

.float-right {
    float: right;}

.cons {
    width: 1400px;
    margin: auto;
    overflow: hidden;}

.header {
    height: 150px;}

.header .logo {
    margin-top: 40px;}

.header .search {
    position: relative;
    margin-top: 53px;}

.header .search .search-in {
    width: 250px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    color: #d7d7d7;
    font-size: 14px;
    padding-left: 20px;
    outline: none;}

.header .search .search-btn {
    position: absolute;
    right: 15px;
    top: 15px;}

/* Safari£¬Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #d7d7d7;}

/* »ðºü Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #d7d7d7;}

/* »ðºü Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #d7d7d7;}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #d7d7d7;}

/* µ¼º½ */

.navigation {
    width: 100%;
    background: #c91717;
    height: 55px;}

.nav-con {
    width: 1400px;
    margin: auto;}

.nav {
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;}

.nav a {
    color: #fff;}

.nav .nLi {
    width: 175px;
    height: 55px;
    float: left;
    display: inline;
    text-align: center;}

.nav .nLi h3 {
    height: 55px;}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    font-weight: 100;}

.nav .sub {
    display: none;
    width: 175px;
    top: 55px;
    position: absolute;
    background: #fff;
    line-height: 55px;}

.nav .sub li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 175px;}

.nav .sub li:hover {
    background: #8b3351;}

.nav .sub li:hover a {
    color: #fff;}

.nav .sub a {
    color: #000;
    display: block;
    font-size: 14px;}

.nav .sub a:hover {
    color: #004a9a;}

.nav .nLi:hover {
    background: #a90707;}


.nav .on {
    background: #a90707;}

.nav .on h3 a {
    font-weight: bold;}

/* ´óÍ¼ÂÖ²¥ */

.banner {
    width: 100%;
    min-width: 1400px;}

.banner img {
    width: 100%;}

.nav2-lunbo {
    width: 100%;
    /* height: 600px; */
    display: block;
    overflow: hidden;
    position: relative;}

.nav2-lunbo .nav2-lunbo-hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 44%;
    bottom: 20px;
    z-index: 1;}

.nav2-lunbo .nav2-lunbo-hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    padding: 0;
    margin-right: 12px;
    list-style: none;}

.nav2-lunbo .nav2-lunbo-hd ul li {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;}

.nav2-lunbo .nav2-lunbo-hd ul li.on {
    background: #c91717;}

.nav2-lunbo .nav2-lunbo-bd {
    position: relative;
    height: 100%;
    z-index: 0;}

.nav2-lunbo .nav2-lunbo-bd li {
    zoom: 1;
    vertical-align: middle;}

.nav2-lunbo .nav2-lunbo-bd img {
    width: 100%;
    /* height: 600px; */
    display: block;}

/* ½áÊø */

.column {
    margin: auto;
    margin-top: 50px;
    height: 45px;
    border-bottom: 1px solid #f6f6f6;}

.column .column-name {
    font-size: 24px;
    height: 44px;
    font-weight: bold;
    border-bottom: 2px solid #c91717;}

.column .column-more a {
    font-size: 14px;
    color: #a5a6a9;
    text-transform: uppercase;
    display: inline-block;
    line-height: 20px;}

.column .column-more a:hover {
    color:#c91717;}

.slideBox {
    width: 625px;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 13px;
    z-index: 1;}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;}

.slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;}

.slideBox .hd ul li.on {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;}

.slideBox .bd img {
    width: 625px;
    height: 350px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;}

.slideBox .bd ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.slideBox .bd ul li p {
    line-height: 50px;
    padding-left: 20px;
    position: relative;
    top: -50px;
    background: rgba(0, 0, 0, .6);}

.slideBox .bd ul li p a {
    color: #fff;}

.xwzx-list {
    width: 685px;
    margin-top: 30px;}

.xwzx-list .one {
    height: 75px;
    overflow: hidden;}

.xwzx-list .one .time {
    width: 70px;
    height: 70px;
    border: 1px solid #c91717;}

.xwzx-list .one .time .day {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #c91717;
    line-height: 45px;}

.xwzx-list .one .time .year {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    color: #666;}

.xwzx-list .one .txt {
    width: 655px;}

.xwzx-list .one .txt .title {
    font-size: 20px;
    font-weight: bold;
    color: #c91717;
    margin-top: 8px;}

.xwzx-list .one .txt .abs {
    font-size: 14px;
    color: #666;
    margin-top: 10px;}

.xwzx-list .other {
    line-height: 48px;
    padding-left: 10px;
    position: relative;}

.xwzx-list .other span {
    float: right;
    color: #999;}

.xwzx-list .other:hover span {
    color: #666;}

.xwzx-list .other:hover a {
    color: #c91717;
    font-weight: bold;}

.xwzx-list .other i{
    width: 2px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 23px;
    border-radius: 50%;
    display:block;}

.xwzx-list .other:hover i {
    width: 5px;
    height: 5px;
    background: #c91717;
    top: 22px;}

.tzgg {
    height: 445px;
    background: #f2f2f2;
    margin-top: 50px;}

.xwzx .left,
.tzgg .left,
.tzgg .right,
.zcfg .left,
.zcfg .right {
    width: 685px;}

.tzgg .left ul {
    margin-top: 30px;}

.tzgg .column {
    border-bottom: 1px solid #e9e9e9;}

.tzgg .left ul li {
    margin-bottom: 40px;
    overflow: hidden;}

.tzgg .left ul li .time {
    width: 90px;
    height: 64px;
    text-align: center;}

.tzgg .left ul li .time p:nth-of-type(1) {
    font-size: 18px;
    background: #e5e5e5;
    color: #717171;
    line-height: 32px;}

.tzgg .left ul li:hover .time p:nth-of-type(1) {
    background: #bf1616;
    color: #fff;}

.tzgg .left ul li .time p:nth-of-type(2) {
    font-size: 14px;
    color: #999;
    line-height: 32px;}

.tzgg .left ul li .txt {
    width: 575px;}

.tzgg .left ul li .txt p:nth-of-type(1) {
    margin-top: 5px;}

.tzgg .left ul li:hover .txt p:nth-of-type(1) {
    font-weight: bold;
    color: #bf1616;}

.tzgg .left ul li .txt p:nth-of-type(2) {
    font-size: 14px;
    color: #666;
    margin-top: 15px;}

.tzgg .right ul {
    margin-top: 12px;
    position: relative;}

.tzgg .right ul li {
    line-height: 50px;
    padding-left: 30px;
    position: relative;}

.tzgg .right ul li:hover a {
    font-weight: bold;
    color: #c91717;}

.tzgg .right ul li i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 22px;
    border: 1px solid #aeaeae;
    background: #fff;
    z-index: 8;
    display: block;}

.tzgg .right ul li:hover i {
    border: 1px solid #c91717;
    background: #c91717;}

.tzgg .right ul li span {
    float: right;
    color: #999;}

.tzgg .right ul li:hover span {
    color: #666;}

.tzgg .right ul .xian {
    height: 250px;
    border-left: 1px solid #aeaeae;
    position: absolute;
    left: 4.5px;
    top: 27px;
    z-index: 7;}

.ad {
    height: 160px;
    margin-top: 50px;
    border-radius: 5px;
    overflow: hidden;}

.ad img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;}

.ad:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.zcfg ul {
    margin-top: 15px;}

.zcfg ul li {
    line-height: 45px;
    position: relative;
    padding-left: 15px;}

.zcfg ul li:hover a {
    font-weight: bold;
    color: #c91717;}

.zcfg ul li i {
    width: 2px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 23px;
    border-radius: 50%;
    display:block;}

.zcfg ul li:hover i {
    width: 5px;
    height: 5px;
    background: #c91717;
    top: 22px;}

.zcfg ul li span {
    float: right;
    color: #999;}

.zcfg ul li:hover span {
    color: #666;}

.picScroll-left {
    width: 1400px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;}

.picScroll-left .bd {}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;}

.picScroll-left .bd ul li {
    width: 330px;
    height: 225px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 25px;
    padding-bottom: 2px;}

.picScroll-left .bd ul li .pic {
    text-align: center;
    width: 330px;
    height: 185px;
    overflow: hidden;}

.picScroll-left .bd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;}

.picScroll-left .bd ul li:hover .pic a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.picScroll-left .bd ul li .title {
    line-height: 40px;
    border: 1px solid #e3e3e3;
    border-top: none;}

.picScroll-left .bd ul li:hover .title {
    border-color: #c91717;}

.picScroll-left .bd ul li:hover .title a {
    color: #c91717;
    font-weight: bold;}

.txtMarquee-left {
    width: 1400px;
    position: relative;
    margin-bottom: 20px;}

.txtMarquee-left .bd .tempWrap {
    width: 1400px !important;}

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;}

.txtMarquee-left .bd ul li {
    margin-right: 60px;
    float: left;
    height: 80px;
    line-height: 80px;}

.foot {
    padding: 50px 0;
    background: #c91717;
    text-align: center;}

.foot p {
    color: #fff;
    line-height: 42px;}

.nei-banner img {
    width: 100%;
    display: block;}

.subnav {
    width: 240px;}

.subnav .lanmu-name {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #c91717;
    text-align: center;}

.subnav ul li {
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #333;
    border-top: none;}

.subnav ul li:hover a {
    font-weight: bold;
    color: #c91717;}

.subnav ul li.on a {
    font-weight: bold;
    color: #c91717;}

.subnav img {
    margin-top: 10px;}

.nei-con {
    width: 1130px;}

.weizhi {
    margin-bottom: 30px;}

.weizhi,.weizhi a {
    font-size: 14px;
    color: #999;
    margin-right: 5px;}

.weizhi a:last-child {
    color: #c91717;}

.detail {
    border: 1px solid #d7d7d7;
    padding: 40px 120px 0 120px;}

.detail h2 {
    font-size: 30px;
    text-align: center;}

.timer {
    text-align: center;}

.timer p {
    line-height: 78px;
    display: inline-block;
    margin: 0 20px;
    color: #747474;}

.detail-txt {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 0;}

.detail-txt img {

    display: inline-block;}

.turnPages {
    overflow: hidden;}

.turnPages p {
    line-height: 78px;}

.turnPages p:hover a {
    color: #c91717;}

.picture-list ul {
    overflow: hidden;}

.picture-list ul li {
    width: 360px;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 25px 25px 0;}

.picture-list ul li:nth-of-type(3n) {
    margin-right: 0;}

.picture-list ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;}

.picture-list ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.picture-list ul li p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);}

.page {
    padding: 25px 0 50px 0;}

.pictureTxt-list ul li {
    height: 140px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #eee;}

.pictureTxt-list ul li .img {
    width: 245px;
    height: 100%;
    overflow: hidden;}

.pictureTxt-list ul li img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;}

.pictureTxt-list ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.pictureTxt-list ul li .txt {
    width: 825px;
    margin: 25px 30px 25px 0;}

.pictureTxt-list ul li .txt .title {
    font-size: 18px;
    color: #333;}

.pictureTxt-list ul li:hover .txt .title {
    font-weight: bold;
    color: #c91717;}

.pictureTxt-list ul li .txt .abs {
    line-height: 50px;
    font-size: 14px;
    color: #666;}

.pictureTxt-list ul li .txt .time {
    font-size: 14px;
    color: #999;}

.txt-list ul li {
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #eee;
    padding: 25px 35px 25px 0;}

.txt-list ul li .time {
    width: 100px;
    height: 95px;
    text-align: center;
    border-right: 1px solid #e6e6e6;}

.txt-list ul li .time .day {
    font-size: 36px;
    color: #999;
    line-height: 54px;}

.txt-list ul li:hover .time .day {
    color: #c91717;}

.txt-list ul li .time .xian {
    width: 20px;
    border-top: 1px solid #e6e6e6;
    margin: auto;}

.txt-list ul li .time .year {
    line-height: 44px;
    font-size: 14px;
    color: #999;}

.txt-list ul li .txt {
    width: 970px;}

.txt-list ul li .txt .title {
    margin: 18px 0;}

.txt-list ul li:hover .txt .title {
    font-weight: bold;
    color: #c91717;}

.txt-list ul li .txt .abs {
    font-size: 14px;
    color: #666;}

.pb_sys_style1 .p_no_d {
    border: 1px solid #c91717 !important;
    background-color: #c91717 !important;}