﻿@charset "utf-8";

.pageBanner { display: none;}

#content {
   width: 100%;
    min-width: 1200px;
    background: none;
    overflow: visible;
    position: relative;
    z-index: 2;
    margin: -158px auto 0;
    border-radius:0;
}
.banner {
    text-align: center;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-width: 1200px;
    width: 100%;
}

.banner .hd {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 160px;
    width: 100%;
    height: 16px;
    margin: 0 auto;
    text-align: center;
}
.banner .hd ul {
    display: inline-block;
    *display: inline;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    z-index: 2;
}
.banner .hd ul li {
    width: 16px;
    height: 16px;
    line-height: 16px;
    float: left;
    margin: 0 4px;
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
}
.banner .hd ul li span {
    display: none;
}
.banner .hd ul li.on {
    width: 36px;
    background-color: #e71f19;
}
.banner .bd ul li {
    height: 600px;
}

.banner .bd .con, .banner .prev, .banner .next {
    display: none;
}





/* box-news */
.hd a.more { float: right;  color: #fff; display: inline-block; width: 60px; height: 24px; font-size: 12px; border: 1px solid #f38f8c; text-align: center; line-height: 24px; margin-top: 7px;}

.box-news { background-color: #e71f19; width: 430px; height: 250px; padding: 20px 35px; float: left; margin-top: 43px;}
.box-news .hd { height: 44px; margin-bottom: 10px;}
.box-news .hd li { float: left; font-size: 20px; margin-right: 20px; line-height: 42px;}
.box-news .hd li a { color: #fff; display: block; padding: 0 5px;}
.box-news .hd li.on { border-bottom: 2px solid #fff;}

.box-news .bd { clear: both;}
.box-news .infoList li { background: url(../../Base/img/dot02.png) no-repeat left center; color: #fff;}
.box-news .infoList li a { color: #fff;}
.box-news .infoList span.date { color: #fff;}


/* box-photo */
.box-photo { background-color: #fff; width: 620px; float: right; height: 293px; padding: 20px 40px;}
.box-photo .hd { height: 44px; margin-bottom: 30px;}
.box-photo .hd h3 a { font-size: 24px; color: #e71f19;}
.box-photo .hd a.more { color: #666;}
.box-photo .bd ul { margin-right: -25px; overflow: hidden;}
.box-photo .bd li { width: 190px; float: left; margin-right: 25px; text-align: center;}
.box-photo .bd .pic img { width: 190px; height: 140px;}
.box-photo .bd .title { padding-top: 10px;}

/* row */
.row { margin-bottom: 70px; overflow: hidden; clear: both;}
.row .Thd { height: 44px; line-height: 44px; min-width: 1200px; width: 100%; background: url(../../Base/img/Thd.png) no-repeat center; margin-bottom: 40px;}
.row .Thd h3 { text-align: center; color: #e71f19; font-size: 24px;}
.row .Thd h3 a { color: #e71f19;}


/* box-default */
.box-default { float: left; width: 270px; margin-right: 40px; background-color: #fff; height: 410px;}
.box-default.fr { margin-right: 0;}
.box-default .hd { line-height: 50px; height: 50px; background-color: #ff9519; text-align: center; color: #fff; font-size: 18px;}
.box-default .hd h3 a { color: #fff;}
.box-default .bd .pic img { width: 270px; height: 180px;}
.box-default .bd ul { padding: 10px;}

/* 颜色 */
.box-02 .hd { background-color: #22c984;}
.box-03 .hd { background-color: #f43d3d;}
.box-04 .hd { background-color: #37b2ec;}


/* nodeList */
.nodeList { text-align: center; }
.nodeList li { width: 121px; height: 115px; display: inline-block; *display: inline; margin: 0 36px; transition: all 0.5s; top:0 ; position: relative;}
.nodeList li:hover { top:-5px; }
.nodeList li a { display: block; width: 121px; height: 115px; color: #fff; line-height: 115px; font-size: 15px;}

.nodeList li.li1 { background: url(../../Base/img/bg-01.png) no-repeat;}
.nodeList li.li2 { background: url(../../Base/img/bg-02.png) no-repeat;}
.nodeList li.li3 { background: url(../../Base/img/bg-03.png) no-repeat;}
.nodeList li.li4 { background: url(../../Base/img/bg-04.png) no-repeat;}
.nodeList li.li5 { background: url(../../Base/img/bg-05.png) no-repeat;}
.nodeList li.li6 { background: url(../../Base/img/bg-06.png) no-repeat;}


















