 
 .w1200 {
 width: 100%;
     max-width: 1200px;
     margin: 0 auto;
 }
 .nybanner {
     width: 100%;
     position: relative;
     height: auto;
     overflow: hidden;
     background-position: center;
     background-repeat: no-repeat;
 }
 .bg_main {
     padding-bottom: 50px;
     min-height: 640px;
 }
 .sub_nav {
     height: 76px;
     line-height: 35px;
     padding-bottom: 20px;
     border-bottom: 1px solid #f2f2f2;
     padding-top: 20px;
 }
 .sub_nav .fl {
     font-size: 26px;
 }
 .sub_nav .fl span {
     color: #999;
     font-size: 16px;
     font-weight: 300;
     text-transform: uppercase;
 }
 .sub_nav .fr li {
     float: left;
 }
 .sub_nav .fr li a {
     color: #666;
     padding: 0 13px;
     border: 1px solid #e6e6e6;
     display: block;
     line-height: 33px;
     margin-left: 10px;
     transition: ease-in-out .2s;
 }
 .sub_nav .fr li a:hover, .sub_nav .fr li a.hover {
     background: #05469a;
     color: #fff;
     border: 1px solid #05469a;
 }
 .detail {
     padding-top: 50px;
 }
 .detail .title {
     padding-bottom: 20px;
     border-bottom: 1px solid #f2f2f2;
     text-align: center;
 }
 .detail .title h1 {
     font-size: 30px;
     font-weight: 100;
 }
 .detail .title span {
     line-height: 18px;
     font-family: arial;
     color: #959595;
     margin: 0 5px;
 }
 .detail .title i {
     width: 23px;
     height: 16px;
     background-position: -73px 0;
     margin-right: 10px;
 }
 .detail .context {
     color: #666;
     line-height: 30px;
     text-align: justify;
     padding: 25px 0;
 }
 .detail .context img {
     max-width: 1200px;
 }
 .reLink {
     height: 38px;
     line-height: 38px;
     border: 1px solid #e6e6e6;
     padding: 0 15px;
     margin-bottom: 50px;
 }
 .reLink .nextLink, .detail .reLink .prevLink {
     width: 50%;
 }
 .reLink .nextLink {
     text-align: right;
 }
 .reLink a {
     -webkit-transition: all ease 500ms;
     -moz-transition: all ease 500ms;
     -ms-transition: all ease 500ms;
     -o-transition: all ease 500ms;
     transition: all ease 500ms;
 }
 .reLink a:hover {
     color: #052f67;
 }
 