.benner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.benner .hd {
    height: 18px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
    text-align: center;
}

.benner .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}

.benner .hd ul li {
    float: left;
    margin: 0 12px;
    width: 18px;
    height: 18px;
    line-height: 14px;
    text-align: center;
    background: #7D402B;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.3;
}

.benner .hd ul li.on {
    background: #9F1B29;
    opacity: 1;
    color: #fff;
}

.benner .bd {
    position: relative;
    height: 650px;
    z-index: 0;
}

.benner .bd li {
	width: 100%;
	height: 650px;
    zoom: 1;
    vertical-align: middle;
}



/* 本例子css */
.txtScroll-top {
    width: 640px;
    height: 61px;
    overflow: hidden;
    position: relative;
    float: left;
    font-size: 18px;
    margin-left: 30px;
}



.txtScroll-top .infoList li {
    height: 61px;
    max-width: 450px;
    line-height: 61px;
}


.txtScroll-top .infoList li a {
    font-size: 18px;
    color: #222;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.txtScroll-top .hd {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
}


.txtScroll-top .hd span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/arrow-bg.png") no-repeat center;
    z-index: 1;
}

.txtScroll-top .hd .next {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 10px;
    background: url(../img/arrow-top.png) no-repeat center;
    z-index: 10;
}

.txtScroll-top .hd .prev {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17px;
    height: 10px;
    background: url(../img/arrow-bottom.png) no-repeat center;
    z-index: 10;
}



.search {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.search .search-wrap {
    border-bottom: 1px solid #ccc;
}

.page-1 .search .seadch-l {
    float: left;
    height: 61px;
}

.page-1 .search .seadch-l h3 {
    float: left;
    color: #9F1B29;
    font-size: 22px;
	font-family: simsun;
    line-height: 61px;
    display: inline-block;
    padding-left: 42px;
    background: url("../img/seadch-l-bg.png") no-repeat left center;
}


.page-1 .search-r {
    float: right;
    border: 1px solid #9F1B29;
    border-radius: 3px;
    margin-top: 14px;
}

.page-1 .search-r input {
    padding: 7px 0 6px 14px;
    outline: none;
    border: none;
    float: left;
    line-height: 20px;
    font-size: 15px;
    width: 173px;
}

.page-1 .column-r .video img{
	cursor: pointer;
}

.page-1 .search-r button {
    float: left;
    width: 37px;
    height: 35px;
    border: 1px solid #9F1B29;
    background-color: #9F1B29;
}

.tab-content .tab-items {
    display: none;
}

.tab-content .tab-items.active {
    display: block;
}

.index-news {
    padding-top: 30px;
}



.column-l {
    float: left;
    width: 770px;

}


.column-l .title-header {
    float: left;
}

.column-l .title-header ul {
    padding: 0;
}


.column-l .more{
	float: right;
    line-height: 21px;
    border: 1px solid #7D402B;
    color: #7D402B;
    padding: 3px 13px 4px 13px;
    margin: 10px 0;
    font-size: 16px;
}

.column-l .more:hover {
    background-color: #9F1B29;
    color: #fff;
} 


.column-l .column-center {
    margin: 20px 0 10px;
}

.column-l .column-center .left {
    float: left;
}

.column-l .column-center .left img{
	width: 320px;
	height: 200px;
}

.column-l .column-center .right {
    float: right;
    width: 420px;
    margin-left: 30px;

}

.column-l .column-center .right p {
    line-height: 26px;
	color: #666
}

.column-l .right-title {
    font-weight: normal;
    line-height: 28px;
    margin-top: 10px;
}

.column-l .column-center .right .right-title a {
    font-size: 18px;
    color: #9F1B29;
}

.column-l .column-center .time {
    margin-bottom: 20px;
    margin-top: 10px;
}

.column-l .column-center .time span {
	float: left;
    color: #999;
    line-height: 16px;
    padding-left: 21px;
    background: url("../img/icon_time.png") no-repeat left center;
}

.column-l .column-center .time a {
	float: right;
    color: #7D402B;
    line-height: 16px;
}

.column-l .column-center .time a:hover {
    color: #9F1B29;
    font-weight: bold;
}

.column-l .column-bottom .list a {
    color: #222222;
    font-size: 16px;
    float: left;
	padding-left: 14px;
	margin-left: 10px;
	background: url("../img/list-bg.png") no-repeat left center;
    line-height: 48px;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.column-l .column-bottom .list a:hover {
    color: #9F1B29;
	background: url("../img/list-bg-h.png") no-repeat left center;
}

.column-l .column-bottom .list span {
    float: right;
    line-height: 48px;
    color: #888888;
}

.column-r {
    float: right;
    width: 320px;
}

.column-r ul {
    margin-top: 19px;
}

.column-r ul li {
    float: left;
    margin-left: 24px;
}

.column-r ul li:first-child {
    margin-left: 0;
}


.column-r li a{
	width: 62px;
	height: 165px;
	padding-top: 26px;
	background: url('../img/image_09.png') no-repeat center;
}

.column-r li a:hover{
	background: url('../img/image_08.png') no-repeat center;
}

.column-r li span{
	display: block;
	font-size: 27px;
	font-family: simsun;
	color: #fff;
	width: 27px;
	margin: 0 auto;
	padding-top: 21px;
}



.page-2 {
    margin-top: 80px;
}


.page-2 .title {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.page-2 .title img{
    padding: 0;
}

.page-2 .title div {
    padding-left: 21px;
    padding-right: 15px;
}

.page-2 .title h3 {
    color: #fff;
    font-size: 28px;
    background-color: #9F1B29;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border: 7px solid #ccc;
    z-index: 100;
}

.page-2 .title ul {
    margin: 0 auto;
    display: table;
}

.page-2 .title ul li {
    float: left;
}

.page-2 .title ul li:last-child {
    padding-right: 21px;
    background-color: #fff;
}

.page-2 .title p {
    font-size: 28px;
    color: #222222;
    line-height: 40px;
    margin-left: 60px;
    padding-right: 25px;
    margin-top: 9px;
    font-family: SimSun;
    font-weight: bold;
    padding-left: 15px;
}

.page-2 .title .line-l {
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 426px;
}

.page-2 .title .line-c {
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -1px;
    width: 56px;
}

.page-2 .title .line-r {
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    width: 426px;
}

.page-2 .title a {
    width: 21px;
    height: 21px;
    background-color: #9F1B29;
    color: #fff;
    margin-top: 20px;
    line-height: 21px;
    margin-right: 21px;
}

.page-2 .page-2-lists {
    margin-top: 40px;
}


.picScroll-left-1,
.picScroll-left-2 {
    position: relative;
}


.page-2 .page-2-lists .prev {
    position: absolute;
    top: 50%;
    left: -62px;
    background: url("../img/page-left.png") no-repeat center;
    padding: 20px;
    margin-top: -9px;
}

.page-2 .page-2-lists .next {
    position: absolute;
    top: 50%;
    right: -62px;
    background: url("../img/page-right.png") no-repeat center;
    padding: 20px;
    margin-top: -9px;
}

.page-2 .page-2-lists ul {
    margin-top: 47px;
}

.page-2 .page-2-lists ul li {
    float: left;
    width: 210px;
    background: url("../img/index-bg.png") no-repeat center;
    padding: 35px 32px;
    margin: 0 10px;
}


.page-2 .page-2-lists ul li h3 {
	width: 115px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
    font-size: 18px;
    color: #9F1B29;
    background: url("../img/page-2-bg.png") no-repeat center;
    padding: 0 9px;
    text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.page-2 .page-2-lists ul li p {
    line-height: 2;
    height: 196px;
    overflow: hidden;
    margin: 15px 0;
}

.page-2 .page-2-lists ul li a {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    background-color: #B36347;
    background: url("../img/page-2-3.png") no-repeat center;
    margin: 0 auto;
    padding: 6px 0;
    color: #9F1B29;
    width: 110px;
}

.page-2 .page-2-lists ul li a:hover {
    font-size: 16px;
    line-height: 21px;
    text-align: center; 
    margin: 0 auto;
    background: url("../img/page-2-4.png") no-repeat center;
    display: table;
    background-color: #B36347;
    color: #FFF;
}

.page-3 {
    background-color: #9F1B29;
    margin-top: 80px;
}

.page-3 .page-top {
    padding-top: 103px;
    width: 1170px;
}


.page-3 .page-3-top-right {
    float: right;
}

.page-3 .page-3-top-right .right {
    float: right;
    position: relative;
    width: 975px;
}

.picScroll-left-2 .bd {
    max-width: 945px;
    margin: 0 auto;
}

.picScroll-left-2 .prev {
    position: absolute;
    top: 50%;
	right: 0;
    width: 18px;
    height: 32px;
    margin-top: -16px;
    background: url("../img/page-right-w.png") no-repeat left center;
    z-index: 10;
}

.picScroll-left-2 .next {
    position: absolute;
    top: 50%;
    left: 0;
    background: url("../img/page-left-w.png") no-repeat right center;
    width: 18px;
    height: 32px;
    margin-top: -16px;
    z-index: 10;
}

.page-3 .page-3-top-right .page-center ul li p {
    color: #ccc;
    margin-top: 53px;
}

.page-3 .page-3-top-right .page-center ul li span {
    color: #fff;
    margin-top: 98px;
    opacity: 0.7;
}

.page-3 .page-3-top-right .right ul li {
    float: left;
    margin: 0 22px;
    width: 144px;
}

.page-3 .page-3-top-right .right ul li img {
    width: 144px;
    height: 144px;
    display: block;
    margin: 0 auto;
    transition: all 2s;
	border-radius: 50%;
}

.page-3 .page-3-top-right .right ul li:hover  img{
    transform: scale(1.05)
}

.page-3 .page-3-top-right .right ul li{
	text-align: center;
}

.page-3-top-right .right li h6 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
	font-weight: normal;
}

.page-3-top-right .right li p {
    line-height: 19px;
    color: #fff;
	opacity: 0.7;
	font-size: 14px;
}


.page-3-top-right .right li a.more {
    color: #fff;
    line-height: 19px;
    display: block;
    margin-top: 10px;
}


.page-3-bottom {
    padding-top: 49px;
    padding-bottom: 110px;
}


.page-3-bottom .left {
    float: left;
    margin-top: 23px;
}

.page-3-bottom .right {
    display: inline-block;
    margin-left: 44px;
}

.page-3-bottom .right ul {
    float: right;
}

.page-3-bottom .right .right-top img {
    float: left;
    padding-right: 105px;
    background: url("../img/cloud.png") no-repeat right center;
}

.page-3-bottom .right .right-top a {
    color: #fff;
    float: right;
    line-height: 26px;
    font-size: 20px;
    padding-top: 21px;
    padding-bottom: 23px;
}

.page-3-bottom .right .right-bottom p {
    width: 880px;
    color: #fff;
    opacity: 0.7;
    font-size: 18px;
    line-height: 32px;
    margin-top: 26px;
    font-family: simsun;
}


.page-5 .page-5-wrap {
    margin-top: 72px;
	margin-bottom: 60px;
}

.page-5 .page-5-wrap .left {
    float: left;
}

.page-5 .page-right {
    float: right;
}


.page-5 .page-right ul li {
    float: left;
    width: 200px;
    margin-left: 57px;
}

.page-5 .page-right ul li img {
    width: 200px;
    height: 125px;
    display: block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
}

.page-5 .page-right h3 a {
    line-height: 24px;
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 24px 0 10px;
    font-family: simsun;
    font-weight: 800;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.page-5 .page-right h3 a:hover {
    color: #9F1B29;
    font-weight: 800;
}

.page-5 .page-right p {
    height: 66px;
    overflow: hidden;
    line-height: 1.6;
    color: #555555;
    opacity: 0.7;
}

.page-5 .page-right div a {
    background: url("../img/page-bg.png") no-repeat center;
    margin: 0 auto;
    text-align: center;
    padding: 3px 33px 2px 11px;
    line-height: 21px;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
	transition: all 0.3s;
}

.page-5 .page-right div a:hover {
    transform: scale(1.2);
}

.news {
    width: 1170px;
    margin: 100px auto 72px;
}

.news .news-items {
    float: left;
    width: 350px;
    margin-left: 50px;
}

.news .news-items-title {
    float: left;
    width: 60px;
}


.news .news-items-title img {
    width: 60px;
}

.news .news-items:first-child {
    margin-left: 0;
}


.news ul{
    float: right;
    width: 290px;
}

.news li{
    width: 100%;
}

.news li a{
    display: block;
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    color: #555;
    padding-left: 26px;
    background: url('../img/icon_01.png') no-repeat 5px center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.6s all;
}

.news li a:hover{
	color: #9F1B29;
    transform: translateX(10px);
	background: url('../img/image_10.png') no-repeat 5px center;
}

.page-3-title{
    float: left;
}


/****************************************************/

.tab{
	float: left;
}

.tab li{
	float: left;
	border: 1px solid #9F1B29;
	padding: 4px;
	background-color: #fff;
	margin: 0 10px;
}

.tab li a{
	display: block;
	padding: 9px 12px;
	font-size: 22px;
	font-family: simsun;
	font-weight: bold;
	color: #9F1B29;
}

.tab li.active a,.tab li a:hover{
	background-color: #9F1B29;
	color: #fff;
}
