@charset "utf-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}
.pic{text-align:center;}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {

  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}
.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}
.main-tit {
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
}

.main-tit h6 {
  font-size: 28px;
  color: #16508d;
}

.main-tit .more {
  position: relative;
  float: right;
  color: #f08740;
padding: 0 5px 0 0;
    transition: all 0.3s ease-in-out;
}
.main-tit .more:hover {
padding: 0 0 0 0;
}

.main-tit .more img {
  vertical-align: middle;
}

.header {
  padding: 30px 0 30px;
}

.header .logo {
  float: left;
}

.header .index-con {
  float: right;
}

.header .index-con .links {
  text-align: right;
}

.header .index-con .links a {
  margin-left: 10px;
}

.header .index-con .search-box {
  position: relative;
  width: 261px;
  padding: 7px 10px;
  margin-top: 10px;
  background: url(../images/search-bg.png) left center no-repeat;
}

.header .index-con .search-box .text {
  width: 240px;
  border: none;
  background: none;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.header .index-con .search-box .btn {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  background: url(../images/nav-bg.jpg) repeat-x;
  line-height: 60px;
}

.main-nav li {
  position: relative;
  float: left;
  width: 11.11%;
  text-align: center;
  z-index: 10;
  font-size: 16px;
  transition: all ease .2s;
}
.main-nav .wrap {
   border-left: 1px solid #257cbc;
}
.main-nav li a {
  color: #fff;
  display: block;
  text-align: center;
  border-right: 1px solid #257cbc;
}

.main-nav li.last a {
  border: none;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown ul i {
  display:block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
    background: url(../images/nav_icon.png) no-repeat top center;
    width: 10px;
    height: 5px;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  font-size: 15px;
  background: #276bb3;
}

.main-nav li .dropdown li:hover {
  background: #589acc;
}

.main-nav li .dropdown li a {
  border: none;
}

.main-nav li:hover, .main-nav li .on {
  background: #589acc;
}

.main-nav li:hover .dropdown, .main-nav li .on .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a, .main-nav li .on .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .hd {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

.banner .hd li {
  width: 18px;
  height: 18px;
  background: url(../images/dote.png) no-repeat;
  margin: 0 6px;
  display: inline-block;
  cursor: pointer;
}

.banner .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.banner .prev, .banner .next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 60px;
  height: 78px;
  z-index: 2;
  background: url(../images/opacity1.png);
}

.banner .prev span, .banner .next span {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .prev {
  left: 10%;
}

.banner .prev span {
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 520px;
  right: 10%;
}

.banner .next span {
  background: url(../images/arr-right.png) center center no-repeat;
}

.banner .bd {
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -960px;
}

.banner .bd li img {
  width: 100%;
  height: 500px;
}

.index-row1 {
  padding: 35px 0 60px;
}

.index-row1 .c1 {
  float: left;
  width: 590px;
}

.index-row1 .c1 .pic img {
  width: 100%;
  height: 345px;
}

.index-row1 .c1 .text {
  padding:10px 0;
  line-height: 32px;
}

.index-row1 .c1 .text .tit {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c1 .text .desc {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c1 .text .date {
  margin-top: 5px;
  color: #999;
}

.index-row1 .c1 .text .line {
  width: 52px;
  height: 1px;
  background: #276bb3;
}

.index-row1 .c2 {
  float: right;
  width: 655px;
}

.index-row1 .c2 dl {
  padding: 10px 0;
  border-bottom: 1px dashed #d2d2d2;
}


.index-row1 .c2 dl:hover dt{    border-right: 2px solid #276bb3;}
.index-row1 .c2 dl dd:hover .desc{
color:#333333
}
.index-row1 .c2 dl dd:hover a{
color:#276bb3;font-weight: bold;
}



.index-row1 .c2 dl dt {
  float: left;
  width: 100px;
  text-align: center;
  line-height: 32px;
  padding: 10px 0 16px;
  border-right: 1px solid #276bb3;
}

.index-row1 .c2 dl dt .m {
  font-size: 20px;
  color: #999;
}


.index-row1 .c2 dl dt .d {
  font-size: 33px;
  color: #276bb3;
}

.index-row1 .c2 dl dd {
  margin-left: 125px;
}

.index-row1 .c2 dl dd .tit {
  font-size: 16px;
  line-height: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c2 dl dd .desc {
  margin-top: 5px;
  height: 48px;
  line-height: 24px;
  color: #999;
}


.index-row2 {
  margin-top: 60px;
}

.index-row2 .slide {
  position: relative;
  width: 100%;
  height: 177px;
  overflow: hidden;
}

.index-row2 .prev, .index-row2 .next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 52px;
  height: 52px;
  z-index: 2;
}
/**/
.index-row2 .prev {
  background: url(../images/arr1-left.png) no-repeat;
  right: 100%;
  margin-right: 30px;
}

.index-row2 .next {
  left: 100%;
  margin-left: 30px;
  background: url(../images/arr1-right.png) no-repeat;
}

.index-row2 .bd li {
  float: left;
  width: 343px;
  padding: 20px;
  margin-right: 25px;
  border: 1px solid #e9e9e9;
}
.index-row2 .bd li:hover a{color:#276bb3;font-weight:bold;}
.index-row2 .bd li:hover{border: 1px solid #589acc;}
.index-row2 .bd li .tit {
  font-size: 18px;
  line-height: 30px;
}

.index-row2 .bd li .desc {
  margin: 7px 0;
  line-height: 24px;
  color: #999;
  height: 72px;
  overflow: hidden;
}

.index-row2 .bd li .date {
  color: #f08740;
}

.index-row2 .bd li .date img {
  margin-right: 5px;
  vertical-align: middle;
}

.index-row3 {
  padding-top: 50px;
  padding-bottom: 1px;
  background: url(../images/index-row2.jpg) center center no-repeat;
}

.index-row3 .main-tit h6 {
  color: #fff;
}

.index-row3 .main-tit .more {
  color: #fff;
}


.index-row3 .slide .bd li {
  float: left;
  width: 280px;
  background: #fff;
  margin-right: 60px;transition: all 0.3s ease-in-out;
}
.index-row3 .slide .bd li:hover
{
box-shadow: 3px 35px 77px -17px rgba(0, 0, 0, 0.8);
    transform: scale(1.02);
     z-index: 100;}


.index-row3 .slide .bd li .pic {
  height: 97px;
  overflow: hidden;
}

.index-row3 .slide .bd li .pic img {
  width: 100%;
  min-height: 100%;height: 120px;
}

.index-row3 .slide .bd li .text {
  padding: 20px 25px;
  background: url(../images/yin.png) right bottom no-repeat;
}

.index-row3 .slide .bd li .text .tit {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight: bold;
}

.index-row3 .slide .bd li .text .tit a {
  color: #16508d;
}

.index-row3 .slide .bd li .text .date {
  color: #999;
  margin-top: 12px;
  font-size: 13px;
}

.index-row3 .slide .bd li .text .line {
  width: 52px;
  height: 1px;
  background: #276bb3;
  margin: 17px 0;
}

.index-row3 .slide .bd li .text .desc {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #999;
  margin-bottom: 30px;
}

.index-row3 .slide .hd {
  margin: 44px 0;
  text-align: center;
}

.index-row3 .slide .hd li {
  width: 18px;
  height: 18px;
  background: url(../images/dote.png) no-repeat;
  margin: 0 6px;
  display: inline-block;
  cursor: pointer;
}

.index-row3 .slide .hd li.on {
  background: url(../images/dote-on.png) no-repeat;
}

.index-row4 {
  padding: 45px 0;
}

.index-row2 .c1 {
  float: left;
  width: 810px;
}
.index-row4 .c1 {
  float: left;
  width: 1300px;
}

.index-row4 .c1 .item {
  float: left;
  width: 380px;
  border: 5px solid #f6f5f5;
  padding: 36px 15px;
  margin-right: 10px;
}

.index-row4 .c1 .item .pic {
  float: left;
}

.index-row4 .c1 .item .pic img {
  width: 144px;
  height: 192px;
}

.index-row4 .c1 .item .con {
  margin-left: 160px;
}

.index-row4 .c1 .item .con .tit {
  font-size: 15px;
}

.index-row4 .c1 .item .con .tit span {
  font-size: 14px;
  color: #999;
}

.index-row4 .c1 .item .con .desc {
  color: #999;
  line-height: 24px;
}

.index-row4 .c1 .item .con .more {
  margin-top: 20px;
}

.index-row4 .c1 .item .con .more a {
  color: #f08740;
}

.index-row4 .c1 .item1 {
  float: right;
}

.index-row4 .c2 {
  float: right;
  width: 430px;
}
.index-row2 .c2 {
  float: right;
  width: 430px;
}
.index-row4 .c2 .toolbar {
  background: #f6f5f5;
  padding: 4px 14px;
}

.index-row4 .c2 .toolbar select {
  background: #fff;
  height: 32px;
  padding: 0 10px;
  line-height: 32px;
  border: none;
  margin-right: 5px;
}

.index-row4 .c2 .toolbar .text {
  float: right;
  line-height: 32px;
}

.index-row4 .c2 .toolbar .text span {
  color: #276bb3;
}

.index-row4 .c2 .list {
  overflow-y: auto;
  height: 234px;
}
.index-row4 .c2 .list .item {
  padding: 15px 0;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
}

.index-row4 .c2 .list .item .tit {
  height: 48px;
  overflow: hidden;
  font-size: 15px;
}

.index-row4 .c2 .list .item .tit a {
  color: #000;
}

.index-row4 .c2 .list .item .infor {
  color: #666;
}

.index-row4 .c2 .list .item .infor span {
  margin-right: 60px;
}

.index-row4 .c2 .list .item.last {
  border-bottom: none;
  padding-bottom: 0;
}

.f-links {
  padding: 20px 0;
}

.f-links select {
    width: 22.5%;
    height: 40px;
    margin: 0 1%;
    color: #666;
    font-size: 16px;
    text-align: center;
    padding: 0 0 0 15px;
    background: #ffffff;
    border: #cccccc 1px solid;
    border-radius: 4px;
}

.footer {
  padding: 50px 0;
  background: url(../images/footer-bg.jpg) center center;
  color: #fff;
  font-size: 16px;
}

.footer .tit {
  font-size: 24px;
  margin-bottom: 20px;
}

.footer .c1 {
  float: left;
  width: 390px;
  margin-right: 130px;
}

.footer .c1 p {
  line-height: 40px;
}

.footer .c2 {
  float: left;
  margin-right: 130px;
}

.footer .c2 a {
  display: block;
  line-height: 36px;
  color: #fff;
  transition: all ease .2s;
}

.footer .c2 a:hover {
  filter: alpha(opacity=80);
  opacity: .8;
}

.footer .c3 {
  float: right;
}

.footer .c3 h6 {
  font-size: 24px;
}

.footer .c3 img {
  margin: 15px 0;
}

.footer .c3 p {
  text-align: center;
}

.copyright {
  line-height: 32px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background: #276bb3;
}

.copyright span {
  margin: 0 20px;
}

.copyright a {
  color: #fff;
}

.inner-banner {
  height: 270px;
  background: url(../images/inner-banner.jpg) center center no-repeat;
}

.ny_banner img {width:100%;}

.inner-wrap {
  background: #f3f3f3;
  padding-bottom: 35px;
}

.leftbar {
  float: left;
  width: 240px;
  position: relative;
  background: url(../images/leftbar-bg.png) left bottom no-repeat;
}

.leftbar .tit {
  position: absolute;
  width: 100%;
  top: -110px;
  padding-bottom: 60px;
  height: 110px;
  line-height: 110px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url(../images/leftbar-tit.jpg) center center no-repeat;
}

.leftbar .list {
  margin-bottom: 223px;
  padding-top: 60px;
  background: #fff;
}

.leftbar .list li {
  line-height: 50px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 10px;
}

.leftbar .list li a {
  font-size: 16px;
  display: block;
  color: #666;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}

.leftbar .list .on, .leftbar .list li:hover {
  background: url(../images/leftbar-icon.jpg) right center no-repeat;
}

.leftbar .list .on a, .leftbar .list li:hover a {
  color: #276bb3;
  border-bottom: 2px solid #276bb3;
}

.inner-tit {
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}

.inner-tit h6 {
  float: left;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  background: url(../images/right-con-tit.png) left center no-repeat;
}

.inner-tit .bread {
  float: right;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  color: #999;
  background: url(../images/icon-bread.png) left center no-repeat;
  padding-left: 40px;
}

.inner-tit .bread a {
  color: #999;
}

.inner-tit .bread span {
  margin: 0 5px;
}

.right-con {
  float: right;
  width: 940px;
  margin-top: 20px;
  padding: 25px 40px 10px;
  background: #fff;
}

.right-con.block {
  width: 100%;
  float: none;
  background: none;
  margin-top: 0;
  padding: 20px;
}

.right-con.block .inner-tit {
  border-bottom: none;
  font-size: 24px;
  line-height: 60px;
  margin: 0;
}

.right-con.block .inner-tit h6 {
  padding: 0;
  background: none;
}

.main-text-list dl {
  padding: 30px 0;
  border-bottom: 1px dotted #e4e4e4;
}

.main-text-list dl dt {
  float: left;
  width: 230px;
  height: 150px;
margin-right:20px;
}

.main-text-list dl dt img {
  width: 100%;
  height: 100%;
}

.main-text-list dl dd {
  margin-left: 60px;
}

.main-text-list dl dd .tit {
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;

}

.main-text-list dl dd .desc {
  margin: 15px 0;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #999;
}

.main-text-list dl dd .infor {
  margin-top: 5px;
}

.main-text-list dl dd .infor span {
  margin-right: 20px;
}

.history-list {
  padding: 55px 0;
  margin-left: 145px;
  margin-right: 45px;
}

.history-list dl {
  position: relative;
  padding: 10px 0;
}

.history-list dl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  height: 100%;
  width: 1px;
  background: #e0e0e0;
}

.history-list dt {
  float: left;
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: url(../images/history-dote.png) no-repeat;
}

.history-list dd {
  margin-left: 34px;
}

.history-list dd .year {
  line-height: 20px;
  font-size: 18px;
  color: #276bb3;
  font-weight: bold;
}

.history-list dd .con {
  line-height: 24px;
  padding: 22px 0;
  font-size: 16px;
  color: #666;
}

.Propaganda ul {
  margin: 40px -30px;
}

.Propaganda li {
  float: left;
  width: 25%;
}

.Propaganda li a {
  display: block;
  margin: 0 30px;
}

.Propaganda li .pic img {
  width: 100%;
  height: 260px;
}

.Propaganda li .text {
  line-height: 25px;
  text-align: center;
margin:20px 0px;
}

.Research dl {
  padding: 36px 0;
  border-bottom: 1px dashed #ddd;
}

.Research dl dt {
  float: left;
  width: 300px;
  height: 200px;
}

.Research dl dt img {
  width: 100%;
  height: 100%;
}

.Research dl dd {
  margin-left: 340px;
}

.Research dl dd h6 {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Research dl dd .desc {
  color: #666;
  line-height: 28px;
  height: 106px;
  overflow: hidden;
}

.Research dl dd .more {
  margin-top: 16px;
}

.Research dl dd .more a {
  display: inline-block;
  width: 78px;
  height: 30px;
  line-height: 30px;
  background: #ffcc00;
  text-align: center;
  color: #fff;
}

.equipment ul {
  margin: 0 -22px;
}

.equipment li {
  float: left;
  width: 24.3%;
}

.equipment li .inner {
  background: #fff;
  margin: 22px;
  border: 1px solid #cbcbcb;
  padding: 10px;
}

.equipment li .pic {
  height: 185px;
}

.equipment li .pic img {
  width: 100%;
  height: 100%;
}

.equipment li .text {
  padding: 10px;
}

.equipment li .text .tit {
  line-height: 50px;
  font-size: 18px;
height: 90px;
}

.equipment li .text .tit a {
  color: #025fa5;
}

.equipment li .text .desc {
  line-height: 24px;
  color: #666;
  height: 144px;
  overflow: hidden;
}

.equipment li .text .more {
  text-align: center;
  margin: 15px 0 10px;
}

.equipment li .text .more a {
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #025fa5;
  background: url(../images/more2.png) center center no-repeat;
}

.team-page .team-tit {
  height: 44px;
  line-height: 44px;
  background: #efefef;
  margin: 10px 0;
}

.team-page .team-tit div {
  float: left;
  font-size: 16px;
}

.team-page .team-tit .label {
  float: left;
  width: 70px;
  text-align: center;
  background: #0163ac;
  color: #fff;
  margin-right: 20px;
}

.team-page .team-sub {
  font-size: 16px;
  color: #cc0000;
}

.team-page .team-list {
  margin: 20px 0;
}

.team-page .team-list ul {
  margin: 0 -11px;
}

.team-page .team-list li {
  float: left;
  width: 19.6%;
_height:200px;
min-height:291px;
}

.team-page .team-list li a {
  font-size: 16px;
  display: block;
  margin: 0 11px;
}

.team-page .team-list li a .pic img {
  width: 150px;
  height: 200px;
}

.team-page .team-list li a .text {
  line-height: 30px;
  text-align: center;
}

.facilities {
  margin-bottom: -20px;
}

.facilities .inner-tit {
  border-bottom: none;
  font-size: 24px;
  line-height: 60px;
}

.facilities .inner-tit h6 {
  padding: 0;
  background: none;
}

.facilities .inner-tit .bread {
  margin-top: 5px;
}
.yjnr {background: #fff;}
.facilities .item {
  padding: 50px 0 ;
}

.yjnr .facilities .item  {
float:left;
    width: 580px;
    margin-left: 140px;
}
.yjnr .facilities .item.odd {margin-left: 0;}
.facilities .item .slide {
  float: left;
  width: 580px;
  position: relative;
}
.yjnr .facilities .item .slide {
  float: none;
}
.facilities .item .slide .hd {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.facilities .item .slide .hd li {
  width: 10px;
  height: 10px;
  background: url(../images/dote1.png) no-repeat;
  margin: 0 6px;
  display: inline-block;
  cursor: pointer;
}

.facilities .item .slide .hd li.on {
  background: url(../images/dote1-on.png) no-repeat;
}

.facilities .item .slide .bd {
  padding-right: 18px;
  padding-bottom: 18px;

}

.facilities .item .slide .bd img {
  width: 100%;

}

.facilities .item .text {
  float: right;
  width: 688px;
}
.yjnr .facilities .item .text {
  float: none;
 width: 580px;
margin-top: 30px;
}
.facilities .item .text h6 {
  font-size: 27px;
  line-height: 44px;
  margin-bottom: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.facilities .item .text h6 a {
  color: #0163ad;
}

.facilities .item .text .line {
  margin-top: 10px;
  width: 88px;
  height: 2px;
  background: #d2d2d2;
}

.facilities .item .text .desc {
  margin-top: 25px;
  color: #666;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  font-size: 16px;
}

.facilities .item .text .more {
  margin-top: 16px;
}

.facilities .item .text .more a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: url(../images/btn1.png) no-repeat;
}

.facilities .item.odd {
  background: #fff;
}



.navigation {
  text-align: center;
  margin: 40px 0 30px;
}

.navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #276bb3;
}
.detail .tit {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-top: 50px;
}
.detail .tit h2 {
  font-size: 22px;
}
.detail .tit h3{
  font-size: 18px;
  color:#707070;
}
.detail .tit h4 {
  font-size: 16px;
  color:#8f8f8f; 
}
.detail .infor {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  background: #f2f2f2;
  padding-left: 40px;
}

.detail .infor .share {
  float: right;
  margin-right: 10px;
}

.detail .infor .share img {
  vertical-align: middle;
}

.detail .infor span {

}

.detail .content {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.detail .content img {
  margin: 10px auto;
  max-width: 100%;
display: block;
}

.detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}
.detail .content p.vsbcontent_img {text-indent:0;}
.detail .content table p {text-indent: 0;}
.about .tit {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 60px;
}
.about h5{
    margin-bottom: 30px;
    margin-top: 60px;
}
.about .content {
  line-height: 32px;
  font-size: 16px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.about .content img {
  margin: 10px 0;
  max-width: 100%;
}

.about .content p {
  text-indent:2em;
  margin: 10px 0;
}



.zzkj_new { background: url("../images/zzkj_bg.png") no-repeat top; position: relative; width: 940px; height: 927px; margin: 50px 0; }
.zzkj_new .list { position: absolute; }
.zzkj_new .list a { display: block; }
.zzkj_new .list.zzkj_list01 { top:0; left: 225px; background: url("../images/i_zzjgt_a_02.jpg") no-repeat center; width: 259px; height: 53px; }
.zzkj_new .list.zzkj_list01:hover { background: url("../images/i_zzjgt_b_02.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list02 { top:36px; right: 4px; background: url("../images/i_zzjgt_a_05.jpg") no-repeat center; width: 259px; height: 53px; }
.zzkj_new .list.zzkj_list02:hover { background: url("../images/i_zzjgt_b_05.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list03 { top:82px; left: 225px; background: url("../images/i_zzjgt_a_07.jpg") no-repeat center; width: 259px; height: 53px; }
.zzkj_new .list.zzkj_list03:hover { background: url("../images/i_zzjgt_b_07.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list04 { top:163px; left: 225px; background: url("../images/i_zzjgt_a_10.jpg") no-repeat center; width: 259px; height: 53px; }
.zzkj_new .list.zzkj_list04:hover { background: url("../images/i_zzjgt_b_10.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list05 { top:163px; right: 4px; background: url("../images/i_zzjgt_a_11.jpg") no-repeat center; width: 259px; height: 53px; }
.zzkj_new .list.zzkj_list05:hover { background: url("../images/i_zzjgt_b_11.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list06 { top:265px; left: 0; background: url("../images/i_zzjgt_a_14.jpg") no-repeat center; width: 259px; height: 53px; }
.zzkj_new .list.zzkj_list06:hover { background: url("../images/i_zzjgt_b_14.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list07 { top:265px; left: 280px; background: url("../images/i_zzjgt_a_16.jpg") no-repeat center; width: 259px; height: 53px;}
.zzkj_new .list.zzkj_list07:hover { background: url("../images/i_zzjgt_b_16.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list08 { top:265px; right:4px; background: url("../images/i_zzjgt_a_18.jpg") no-repeat center; width: 259px; height: 53px;}
.zzkj_new .list.zzkj_list08:hover { background: url("../images/i_zzjgt_b_18.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list09 { top:339px; left: 162px; background: url("../images/i_zzjgt_a_22.jpg") no-repeat center; width: 259px; height: 87px;background-size: 259px; }
.zzkj_new .list.zzkj_list09:hover { background: url("../images/i_zzjgt_b_22.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list10 { top:445px; left: 162px; background: url("../images/i_zzjgt_a_27.jpg") no-repeat center; width: 259px; height: 86px; background-size: 259px;}
.zzkj_new .list.zzkj_list10:hover { background: url("../images/i_zzjgt_b_27.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list11 { top:550px; left: 162px; background: url("../images/i_zzjgt_a_31.jpg") no-repeat center; width: 259px; height: 87px;background-size: 259px; }
.zzkj_new .list.zzkj_list11:hover { background: url("../images/i_zzjgt_b_31.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list12 { top:655px; left: 162px; background: url("../images/i_zzjgt_a_35.jpg") no-repeat center; width: 259px; height: 87px; background-size: 259px;}
.zzkj_new .list.zzkj_list12:hover { background: url("../images/i_zzjgt_b_35.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list16 { top:760px; left: 162px; background: url("../images/i_zzjgt_a_36.jpg") no-repeat center; width: 259px; height: 87px;background-size: 259px; }
.zzkj_new .list.zzkj_list16:hover { background: url("../images/i_zzjgt_b_36.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list17 { top:865px; left: 162px; background: url("../images/i_zzjgt_a_37.jpg") no-repeat center; width: 259px; height: 87px; background-size: 259px;}
.zzkj_new .list.zzkj_list17:hover { background: url("../images/i_zzjgt_b_37.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list13 { top:346px; right: 4px; background: url("../images/i_zzjgt_a_24.jpg") no-repeat center; width: 202px; height: 74px; }
.zzkj_new .list.zzkj_list13:hover { background: url("../images/i_zzjgt_b_24.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list14 { top:460px; right: 4px; background: url("../images/i_zzjgt_a_28.jpg") no-repeat center; width: 202px; height: 74px; }
.zzkj_new .list.zzkj_list14:hover { background: url("../images/i_zzjgt_b_28.jpg") no-repeat center; }
.zzkj_new .list.zzkj_list15 { top:575px; right: 4px; background: url("../images/i_zzjgt_a_32.jpg") no-repeat center; width: 202px; height: 74px;}
.zzkj_new .list.zzkj_list15:hover { background: url("../images/i_zzjgt_b_32.jpg") no-repeat center; }


.pb_sys_common {font-family: '微软雅黑'!important;}

.wp_paging{width:100%;}
