/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 14px/1.6 "Microsoft YaHei", Arial, "Hiragino Sans GB", HELVETICA, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    background-color: #fff;
}

/*** Banner ***/
.Banner {
    width: 100%;
    min-width: 1100px;
    height: 650px;
    border-bottom: 16px solid #f1c556;
    margin-bottom: 50px;
}

.HeadlineBg {
    width: 1100px;
    height: 195px;
    margin: 0 auto;
    border-radius: 20px;
    border: 3px dotted #fc0;
    margin-top: 20px;
}

.Headline {
    width: 1070px;
    height: 200px;
    margin: 0 auto;
    background-color: #d2001d;
    border-radius: 20px;
    margin-top: -20px;
}

.Headline img {
    width: 160px;
    height: 72px;
    float: left;
    margin: 60px 10px 60px 0;
}

.Headline .H {
    width: 840px;
    float: right;
    margin: 0 20px 0 0;
}

.Headline .H h3 {
    line-height: 90px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-bottom: 1px dashed #fc0;
}

.Headline .H h3 a {
    color: #fff;
}

.Headline .H h3 a:hover {
    color: #fff;
}

.Headline .H p {
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-indent: 0;
    margin-top: 10px;
}

.Headline .H p a {
    color: #fff;
}

.Headline .H p a:hover {
    color: #fff;
}


/*** 1 ***/

.Box {
    width: 1100px;
    height: 330px;
    margin: 40px auto;
}

.Box .Left {
    float: left;
    width: 520px;
    position: relative;
    margin: 0 10px 0 0;
}

.Box .Right {
    float: right;
    width: 540px;
    position: relative;
}

.List {
    float: left;
    margin-top: 0;
}

.List li {
    width: 100%;
    text-align: left;
}

.List li span {
    font-size: 20px;
    color: #970a10;
    letter-spacing: 10px;
}

.List h3 {
    font-size: 20px;
    line-height: 60px;
    font-weight: normal;
    text-align: left;
    color: #333;
}

.List h3 a {
    color: #333;
}

.List h3 a:hover {
    color: #333;
    text-decoration: underline;
}


.Box2 {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

.Box2 .TitlePic {
    width: 520px;
}

.Box2 .FL1 {
    float: left;
    width: 50%;
}

.Box2 .FR1 {
    float: right;
    width: 50%;
}

.List2 {
    float: left;
    width: 94%;
    margin-bottom: 20px;
}

.List2 li span {
    font-size: 12px;
    color: #333;
    letter-spacing: 10px;
}

.List2 h2 {
    font-size: 20px;
    line-height: 50px;
    font-weight: normal;
    text-align: left;
    color: #333;
    border-bottom: 1px dotted #ccc;
}

.List2 h2 a {
    color: #333;
}

.List2 h2 a:hover {
    color: #333;
    text-decoration: underline;
}

.PicList2 {
    width: 100%;
    height: 140px;
    margin: 30px 10px;
}

.PicList2 img {
    width: 230px;
    height: 140px;
    float: left;
}

.PicList2 h5 {
    float: right;
    width: 280px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 46px;
    text-align: left;
    color: #333;
    position: relative;
    top: -10px;
    border-bottom: 1px dotted #ccc;
}

.PicList2 h5 a {
    color: #333;
}

.PicList2 h5 a:hover {
    color: #333;
    text-decoration: underline;
}

.PicList2 p {
    float: right;
    width: 300px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    color: #666;
    letter-spacing: 1px;
    position: relative;
    top: 4px;
}

.PicList2 p a {
    color: #666;
}

.PicList2 p a:hover {
    color: #666;
    text-decoration: underline;
}


.T5 {
    width: 1100px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
}

.PicList5 {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 80px;
}

.PicList5 .In {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.PicList5 .In .pic {
    width: 340px;
    height: 265px;
    float: left;
    background-color: #eee;
    margin: 10px 10px 10px 16px;
}

.PicList5 .In .pic img {
    width: 320px;
    height: 205px;
    margin: 12px 0 0 10px;
}

.PicList5 .In .pic h5 {
    width: 320px;
    margin: 6px 0 2px 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #333;
    letter-spacing: 1px;
}

.PicList5 .In .pic h5 a {
    color: #333;
}

.PicList5 .In .pic h5 a:hover {
    color: #333;
    text-decoration: underline;
}


/*焦点图*/
.slideBox {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
    border-radius: 50%;
}

.slideBox .hd span {
    background-color: #175783;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    z-index: 3;
    bottom: 10px;
    padding: 0;
    text-align: left;
    text-indent: 2em;
}

.slideBox .bd p {
    color: #9f9e9e;
    font-size: 14px;
    position: absolute;
    z-index: 4;
    bottom: 18px;
    padding: 0 0 0 20px;
}

.slideBox .bd img {
    width: 520px;
    height: 320px;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
}

.slideBox .bd span {
    display: block;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    z-index: 2;
    width: 520px;
    height: 50px;
    bottom: -10px;
    border-radius: 0 0 10px 10px;
}

.slideBox .prev {
    position: absolute;
    left: 3%;
    top: 88.5%;
    padding: 0;
    display: block;
    width: 18px;
    height: 32px;
    background: url(../images/left1.png) no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
}

.slideBox .next {
    position: absolute;
    right: 3%;
    top: 88.5%;
    padding: 0;
    display: block;
    width: 18px;
    height: 32px;
    background: url(../images/right1.png) no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


.BigBg {
    width: 100%;
    height: 500px;
    background-color: #e0e8ff;
    padding: 0;
}


/*高清大图轮播*/
.slider {
    width: 1100px;
    height: 220px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    float: none;
}

.slider .bd li {
    width: 350px;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-left: 8px;
}

.slider .bd li img {
    width: 330px;
    height: 160px;
    padding-left: 20px;
}

.slider .bd li h4 {
    width: 330px;
    position: absolute;
    bottom: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    z-index: 4;
    text-align: center;
}

.slider .arrow {
    z-index: 1;
}

.slider .prev {
    display: block;
    width: 18px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/left.png") no-repeat;
    position: absolute;
    left: 0;
    top: 70px;
}

.slider .next {
    display: block;
    width: 18px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/right.png") no-repeat;
    position: absolute;
    right: 0;
    top: 70px;
}

.bot {
    width: 100%;
    min-width: 1100px;
    background-color: #970a10;
    height: 180px;
    text-align: center;
}
