@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    min-width: 1200px;
    background: #f8fbfd;
}

.wrapper {
    width: 1320px;
    margin: 0 auto;
}

.wrapper01 {
    margin: 0 auto;
    width: 1520px;
}

.wrapper02 {
    margin: 0 auto;
    width: 1580px;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
    height: 0;
}

li {
    list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

.img_scale {
    overflow: hidden;
}

.img_scale img {
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}

.img_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.hide {
    display: none;
}

.bg01 {
    background: url(../images/bg01.png) top repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 150px;
}
.bg02 {
    background: url(../images/bg02.png) top center no-repeat;
    height: 800px;
}
.bg03 {
    background: url(../images/bg03.png) top center no-repeat;
    height: 780px;
}
.bg04 {
    background: url(../images/bg04.png) top center no-repeat;
    height: 600px;
}
.bg05 {
    background: url(../images/bg05.png) top center no-repeat;
    height: 1260px;
}
.bg06 {
    background: url(../images/bg06.png) top center no-repeat;
    height: 200px;
}
.bg07{
  background: url(../images/bg07.png) center top repeat-y;
  padding: 40px 0;
}
.bg_fff{
  background: #fff;
  box-shadow:0 0 10px 5px rgba(8, 61,139,.1)
}

.index_top {
    height: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.index_search {
    width: 263px;
    height: 40px;
    margin-top: 37px;
}
.index_search input {
    width: 200px;
    height: 40px;
    outline: none;
    border: 0;
    background: rgba(255, 255, 255, 0.36);
    float: left;
    color: #222;
    line-height: 40px;
}
.index_search button {
    width: 60px;
    height: 40px;
    border: 0;
    cursor: pointer;
    background: #83090f;
    text-align: center;
    line-height: 40px;
    color: #fff;
    float: right;
}
.index_search button i {
    color: #fff;
    font-size: 24px;
}

.banner {
    height: 660px;
    position: relative;
}

.index_nav {
    width: 1320px;
    position: absolute;
    left: 50%;
    margin-left: -660px;
    bottom: 0;
    height: 100px;
}
.index_nav li {
    height: 100px;
    float: left;
}
.index_nav li a {
    display: block;
    padding-top: 20px;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    width: 264px;
    background: url(../images/index01.png) bottom no-repeat;
}
.index_nav li a:hover {
    background: url(../images/index02.png) bottom no-repeat;
}
.index_nav li.on a {
    background: url(../images/index02.png) bottom no-repeat;
}

.index_fzlc {
    padding-top: 90px;
}
.index_fzlc .t {
    height: 155px;
}
.index_fzlc .t a {
    float: right;
}

.txtScroll-left {
    width: 1320px;
    position: relative;
    height: 550px;
}
.txtScroll-left .bd {
    padding: 0;
    width: 1320px;
    overflow: hidden;
}
.txtScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.txtScroll-left .bd ul li {
    margin-right: 20px;
    float: left;
    width: 360px;
    background: url(../images/index04.png) left top no-repeat;
    height: 550px;
    padding-left: 60px;
}
.txtScroll-left .bd ul li .date {
    color: #af7b4b;
    font-size: 36px;
    line-height: 50px;
}
.txtScroll-left .bd ul li .date span {
    display: block;
}
.txtScroll-left .bd ul li h2 {
    color: #222;
    font-size: 36px;
    padding-bottom: 20px;
}
.txtScroll-left .bd ul li p {
    font-size: 14px;
    color: #222;
    line-height: 26px;
}
.txtScroll-left .prev,
.txtScroll-left .next {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 90px;
    cursor: pointer;
}
.txtScroll-left .prev {
    left: -100px;
}
.txtScroll-left .next {
    right: -100px;
}

.index_xydt {
    padding-top: 90px;
}
.index_xydt .t {
    height: 90px;
}
.index_xydt .t a {
    float: right;
}

.index_xydt .con {
    width: 650px;
}
.index_xydt .pic01 {
    width: 650px;
    background: #fff;
}
.index_xydt .pic01 .img,
.index_xydt .pic01 .img img {
    width: 650px;
    height: 365px;
}
.index_xydt .pic01 .txt {
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    color: #222;
    font-size: 20px;
}
.index_xydt .pic01 a {
    text-decoration: none;
}
.index_xydt .link01 {
    display: block;
    margin-top: 10px;
    height: 70px;
    line-height: 70px;
    color: #222;
    text-decoration: none;
    background: url(../images/index07.png) left no-repeat #fff;
    padding: 0 30px;
    font-size: 20px;
}
.index_xydt .link02 {
    display: block;
    height: 80px;
    line-height: 30px;
    color: #222;
    text-decoration: none;
    background: url(../images/index07.png) left no-repeat #fff;
    padding: 30px 30px;
    font-size: 20px;
    width: 260px;
}

.index_xydt .pic02 {
    width: 650px;
    height: 365px;
    margin-top: 10px;
    position: relative;
}
.index_xydt .pic02 .img,
.index_xydt .pic02 .img img {
    width: 650px;
    height: 365px;
}
.index_xydt .pic02 .txt {
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index_xydt .pic02 .mask {
    background: url(../images/index08.png) bottom repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 650px;
    height: 365px;
}
.index_xydt .pic02 a {
    text-decoration: none;
}

.index_fxfw {
    padding-top: 90px;
}
.index_fxfw .t {
    height: 100px;
}
.index_fxfw .t a {
    float: right;
}
.index_fxfw .item {
    width: 410px;
    height: 320px;
    background: #fff;
    margin: 0 15px;
    box-shadow: 0 0 10px 5px rgba(8, 61, 139, 0.1);
}
.index_fxfw .item .img,
.index_fxfw .item .img img {
    width: 410px;
    height: 230px;
}
.index_fxfw .item .txt {
    padding: 0 30px;
    line-height: 40px;
    font-size: 18px;
    color: #222;
}
.index_fxfw .item:hover {
    background: #83090f;
}
.index_fxfw .item:hover .txt {
    color: #fff;
}
.index_fxfw .item a {
    text-decoration: none;
}

.index_jzxm {
    padding-top: 90px;
}
.index_jzxm .t {
    height: 100px;
}
.index_jzxm .t a {
    float: right;
}

.txtScroll-left01 {
    width: 1320px;
    position: relative;
    height: 417px;
    background: url(../images/index11.png) left no-repeat;
}
.txtScroll-left01 .bd {
    padding: 0;
    width: 1320px;
    overflow: hidden;
    height: 417px;
}
.txtScroll-left01 .bd ul {
    overflow: hidden;
    zoom: 1;
}
.txtScroll-left01 .bd ul li {
    float: left;
    width: 1320px;
    height: 417px;
    position: relative;
}
.txtScroll-left01 .bd ul li .txt {
    width: 500px;
    margin-right: 30px;
}
.txtScroll-left01 .bd ul li .txt h2 {
    font-size: 30px;
    color: #222;
    padding-top: 20px;
}
.txtScroll-left01 .bd ul li .txt h2 i {
    display: block;
    width: 47px;
    height: 3px;
    background: #83090f;
    margin-bottom: 20px;
}
.txtScroll-left01 .bd ul li .txt p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #222;
}
.txtScroll-left01 .bd ul li .item_link {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.txtScroll-left01 .bd ul li .item_link .item {
    width: 220px;
    height: 176px;
    margin-left: 4px;
}
.txtScroll-left01 .bd ul li .item_link .item a {
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    height: 136px;
    text-decoration: none;
    padding-top: 40px;
    line-height: 50px;
}
.txtScroll-left01 .bd ul li .item_link .item i {
    color: #fff;
    font-size: 40px;
    display: block;
}
.txtScroll-left01 .bd ul li .item_link .item:nth-child(2n-1) {
    background: #af7b4b;
}
.txtScroll-left01 .bd ul li .item_link .item:nth-child(2n) {
    background: #83090f;
}
.txtScroll-left01 .prev,
.txtScroll-left01 .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 30px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    background: #83090f;
    text-decoration: none;
    z-index: 99;
}
.txtScroll-left01 .prev i,
.txtScroll-left01 .next i {
    font-size: 16px;
}
.txtScroll-left01 .prev:hover,
.txtScroll-left01 .next:hover {
    background: #af7b4b;
}
.txtScroll-left01 .prev {
    right: 45px;
}
.txtScroll-left01 .next {
    right: 0;
}

.index_xtjy {
    padding-top: 90px;
}
.index_xtjy .t {
    height: 100px;
}
.index_xtjy .t a {
    float: right;
}
.index_xtjy .item {
    width: 410px;
    height: 320px;
    background: #fff;
}
.index_xtjy .item .pic {
    border: 1px solid #83090f;
    width: 408px;
    height: 228px;
}
.index_xtjy .item .pic img {
    width: 408px;
    height: 228px;
}
.index_xtjy .item .txt {
    color: #222;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 30px;
}
.index_xtjy .item a {
    text-decoration: none;
}
.index_xtjy .item:hover {
    background: #83090f;
}
.index_xtjy .item:hover .txt {
    color: #fff;
}
.picScroll-left {
    width: 1320px;
    overflow: hidden;
    position: relative;
    height: 388px;
}
.picScroll-left .hd {
    overflow: hidden;
    height: 26px;
    padding: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.picScroll-left .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
}
.picScroll-left .hd ul li {
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url(../images/icon01.png) no-repeat;
    display: inline-block;
}
.picScroll-left .hd ul li.on {
  background: url(../images/icon02.png) no-repeat;
}
.picScroll-left .bd {
    padding: 0;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd ul li {
  width: 410px;
  height: 320px;
  background: #fff;
  margin: 0 15px;
}
.picScroll-left .bd ul li .pic {
  border: 1px solid #83090f;
  width: 408px;
  height: 228px;
}
.picScroll-left .bd ul li .pic img {
  width: 408px;
  height: 228px;
}
.picScroll-left .bd ul li .txt {
  color: #222;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 30px;
}
.picScroll-left .bd ul li a {
  text-decoration: none;
}
.picScroll-left .bd ul li:hover {
  background: #83090f;
}
.picScroll-left .bd ul li:hover .txt {
  color: #fff;
}

.footer_contact{
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding-top: 25px;
  margin-left: 190px;
}
.footer_contact h2{
  font-size: 24px;
  padding-bottom: 15px;
}
.footer_contact h2 span{
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.gototop{
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: fixed;
  right: 130px;
  bottom: 260px;
  display: block;
  background: #83090f;
  cursor: pointer;
}
.gototop i{
  color: #fff;
  font-size: 36px;
}

.ny_pos{
  padding-top: 20px;
  line-height: 60px;
  color: #222;
  font-size: 18px;
  text-align: right;
  border-bottom: 1px solid #83090f;
  margin: 0 60px;
}
.ny_pos i{
  color: #83090f;
  font-size: 24px;
}
.ny_pos a{
  color: #222;
  text-decoration: none;
}
.ny_pos a:hover{
  color: #83090f;
}

.list{
  padding: 0 60px;
}
.list .item{
  height: 264px;
  background: url(../images/ny01.png) bottom center no-repeat;
  margin-top: 40px;
  padding:0 50px 0 30px;
}
.list .item .img,.list .item .img img{
  width: 410px;
  height: 230px;
}
.list .item .txt{
  width: 660px;
  padding-top: 80px;
}
.list .item .txt a{
  font-size: 24px;
  color: #222;
  text-decoration: none;
}
.list .item .txt a span{
  display: inline-block;
  border-right: 1px solid #222;
  padding-right: 10px;
  margin-right: 10px;
}
.list .item .txt .date{
  margin: 20px 0;
  font-size: 14px;
  color: #083d8b;
}
.list .item .txt p{
  color: #888888;
  font-size: 14px;
  line-height: 28px;
}
.list .item:hover{
  background: url(../images/ny02.png) bottom center no-repeat;
}
.list .item:hover .txt a,.list .item:hover .txt .date,.list .item:hover .txt p{
  color: #fff;
}
.list .item:hover .txt a span{
  border-right: 1px solid #fff;
}

.ny_con{
  padding: 70px 60px;
}
.ny_con .ny_detail{
  padding: 0;
}
.ny_con .ny_detail .ny_title01{
  text-align: center;
  font-size: 36px;
  color: #222;
  padding-bottom: 20px;
}
.ny_con .ny_detail .con{
  font-size: 18px;
  color: #222;
  line-height: 36px;
}
.ny_con .ny_detail .ny_title{
  font-size: 36px;
  color: #222;
  text-align: center;
  padding-bottom: 20px;
}
.ny_con .ny_detail .ny_title1{
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 20px 0;
  background: url(../images/ny05.png) top center no-repeat;
  line-height: 60px;
}
.ny_con .ny_detail p{
  font-size: 20px;
  color: #222;
  line-height: 36px;
}
.ny_con .ny_detail .memorabilia{
  margin-top: 20px;
  background: url(../images/ny04.png) 0 0 no-repeat;
  padding-left: 60px;
}
.ny_con .ny_detail .memorabilia .p_date{
  color: #af7b4b;
  font-size: 36px;
}
.ny_con .ny_detail .memorabilia .p_name{
  color: #222;
  font-size: 24px;
  margin-bottom: 15px;
}
.ny_con .ny_detail .ny_img{
  text-align: center;
}
.ny_con .ny_detail .header{
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.ny_con .ny_detail .header h2{
  text-align: center;
  font-size: 36px;
  color: #222;
  padding-bottom: 20px;
  font-weight: normal;
}
.ny_con .ny_detail .header p{
  color: #535353;
  font-size: 14px;
  line-height: 40px;
}
.ny_con .ny_detail .header p i{
  color: #083d8b;
}
.tolist{
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
  padding-top: 20px;
  text-align: right;
}
.tolist a{
  display: inline-block;
  background: #83090f;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
  line-height: 40px;
  text-decoration: none;
}
.tolist a:hover{
  background: #af7b4b;
}
