/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 end*/
ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
/*全局样式*/
html,
body {
  width: 100%;
  margin: 0 auto;
}
/*= 清除浮动=*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
video{max-width:100% !important; height:auto !important; margin-left:-2em;}


/* Hides from IE-mac \*/
* html .clearfix {
  height: 0%;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 0%;
}
/* 针对IE7 */
* + html .clearfix {
  min-height: 0%;
}
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #333333;
  background: #ffffff;
  font: 16px/2 'Microsoft YaHei', arial, sans-serif;
  min-width: 320px;
}
a {
  color: #333333;
}
a:hover {
  color: #2b4b8c;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
@media (min-width: 1230px) {
  /*min-width 1200 不要写其它内容*/
  .container {
    width: 96%;
  }
}
p,
h3,
h4 {
  margin: 0;
}
a:link {
  text-decoration: none;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*全局样式 start*/
* {
  outline: none !important;
}
a,
img {
  transition: all 0.5s ease-in-out;
}
header {
  display: none;
}
.header {
  position: fixed;
  top: 26px;
  width: 100%;
  left: 0;
  z-index: 1050;
  transition: all 0.5s ease-in-out;
}
.header .logo {
  height: 76px;
}
.header .logo a,
.header .logo img {
  display: block;
  max-height: 76px;
}
.header .top {
  text-align: right;
}
.header .top a {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  margin-left: 30px;
  background: url(../images/man.png) no-repeat left center;
}
.header .top a.jy {
  background: url(../images/work.png) no-repeat left center;
}
.header .top a.yx {
  background: url(../images/xx.png) no-repeat left center;
}
.header .top .search-btn {
  vertical-align: middle;
  margin-left: 30px;
  cursor: pointer;
}
.header .nav ul li {
  float: left;
  margin-left: 30px;
}
.header .nav ul li a {
  line-height: 46px;
  display: block;
  font-size: 18px;
  color: #fff;
}
.currents {
  background: #2b4b8c;
  top: 0;
  padding:10px 0; 
}
.modal-dialog {
  border: none;
  width: 800px;
  height: 54px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  z-index: 802;
  left: 50%;
  margin: 0;
  margin-top: -27px;
  margin-left: -400px;
  background: #fff;
}
.modal-dialog .text {
  background: none;
  width: 80%;
  margin-left: 2%;
  height: 54px;
  line-height: 54px;
}
.modal-dialog .image {
  background: #2b4b8c;
  padding: 18px 6%;
}
* {
  outline: none;
}
.secondnav {
  position: absolute;
  top: 100%;
  z-index: 0;
  width: 100%;
  background: rgba(26, 62, 137, 0.8);
}
.showdiv .secondnav {
  top: 113px;
  background: #1a3e89;
}
.secondnav.splash {
  background: #0061ae;
  top: 113px;
}
.no-csstransitions .secondnav {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#990061ae, endColorstr=#990061ae) \9;
}
.secondnav .secnavitem {
  display: none;
}
.secondnav .secnavitem .itembox {
  padding: 50px 0 45px;
}
.secondnav .secnavitem .itembox .itemimg {
  width: 280px;
  height: 167px;
}
.secondnav .secnavitem .itembox .item-desc {
  width: 370px;
  font-size: 16px;
  color: #fff;
  margin-left: 60px;
  line-height: 36px;
  margin-top: -8px;
  text-align: justify;
}
.secondnav .secnavitem .itembox .item-desc a {
  color: #000000;
}
.secondnav .secnavitem .itembox .item-desc a:hover {
  color: #f00;
}
.secondnav .secnavitem .itembox .item-list {
  width: 510px;
  margin-left: 60px;
  float: left;
}
.secondnav .secnavitem .itembox .item-list .list-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
.secondnav .secnavitem .itembox .item-list .list-title img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.secondnav .secnavitem .itembox .item-list ul li {
  width: 116px;
  height: 38px;
  border: 1px dashed #fff;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  margin-bottom: 12px;
  margin-left: 10px;
  text-align: center;
}
.secondnav .secnavitem .itembox .item-list ul li:hover {
  background: #074598;
}
.secondnav .secnavitem .itembox .item-list ul li:hover a {
  color: #ffffff;
}
.secondnav .secnavitem .itembox .item-list ul li.zw {
  width: 109px;
  height: 40px;
  border: none;
}
.secondnav .secnavitem .itembox .item-list ul li a {
  color: #fff;
  line-height: 38px;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.secondnav .secnavitem .itembox .item-list ul li a div.pa {
  width: 107px;
  height: 38px;
  z-index: -1;
  background: #f90;
  border-radius: 10px;
}
.secondnav .secnavitem .itembox.jgsz ul {
  width: 1430px;
}
.secondnav .secnavitem .itembox.jgsz ul li {
  float: left;
  height: 380px;
}
.secondnav .secnavitem .itembox.jgsz ul li.firstli {
  width: 380px;
}
.secondnav .secnavitem .itembox.jgsz ul li.secondli {
  margin-left: 60px;
  width: 520px;
}
.secondnav .secnavitem .itembox.jgsz ul li.thirdli {
  margin-left: 60px;
  width: 410px;
}
.secondnav .secnavitem .itembox.jgsz ul li .jgtitle {
  font-size: 18px;
  color: #074598;
  font-weight: bold;
}
.secondnav .secnavitem .itembox.jgsz ul li .jgtitle img {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.secondnav .secnavitem .itembox.jgsz ul li .jigoulist {
  font-size: 0;
  margin-top: 20px;
}
.secondnav .secnavitem .itembox.jgsz ul li .jigoulist dd {
  display: inline-block;
  width: 50%;
  line-height: 22px;
}
.secondnav .secnavitem .itembox.jgsz ul li.thirdli .jigoulist dd {
  width: 100%;
}
.secondnav .secnavitem .itembox.jgsz ul li .jigoulist dd a {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}
.secondnav .secnavitem .itembox.jgsz ul li .jigoulist dd a:hover {
  color: #f90;
}
.banner {
  height: 940px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner:after {
  content: '';
  width: 100%;
  height: 580px;
  background: url(../images/mask-b.png) repeat-x top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.banner:before {
  content: '';
  width: 100%;
  height: 360px;
  background: url(../images/mask.png) repeat-x bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.banner .item a {
  height: 940px;
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.banner .slick-dots {
  position: absolute;
  bottom: 35px;
  right: 13.68421053%;
  z-index: 1000;
}
.banner .slick-dots li {
  float: left;
  margin-left: 25px;
  transition: all 0.3s ease-in-out;
}
.banner .slick-dots li button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  font-size: 20px;
  color: #fff;
}
.banner .slick-dots .slick-active + li {
  margin-left: 105px;
  position: relative;
}
.banner .slick-dots .slick-active + li:after {
  content: '';
  width: 90px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: -100px;
}
.slick-track {
  max-width: none;
}
.title {
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.title h3 {
  font-size: 36px;
  line-height: 60px;
  color: #2b4b8c;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.title h3 a {
  display: block;
  color: #2b4b8c;
}
.title h3:after,
.title h3:before {
  content: '';
  width: 170px;
  border-bottom: 1px solid #cbdaf9;
  position: absolute;
  left: -170px;
  top: 50%;
  margin-top: -0.5px;
}
.title h3:before {
  left: auto;
  right: -170px;
}
.title h3 em {
  width: 38px;
  height: 60px;
  background: url(../images/tit.png) no-repeat center;
  display: inline-block;
  margin: 0 12px;
  vertical-align: top;
}
.title h4 {
  font-size: 14px;
  color: #999;
}
.news-box {
  padding: 50px 0 45px;
}
.news-box .list-box {
  width: 47.69230769%;
}
.news-box .list-box .title {
  text-align: left;
  overflow: hidden;
}
.news-box .list-box .title h3 {
  font-size: 24px;
  padding-left: 0;
  width: 100%;
}
.news-box .list-box .title h3 em {
  width: 26px;
  background-size: 100% auto;
}
.news-box .list-box .title h3:after {
  display: none;
}
.news-box .list-box .title h3:before {
  width: 100%;
}
.pic-news-list ul {
  margin-top: 45px;
}
.pic-news-list ul li {
  width: 400px;
  margin-left: 50px;
  background: #ebf0f9;
  float: left;
}
.pic-news-list ul li a {
  display: block;
}
.pic-news-list ul li .pic {
  height: 264px;
  overflow: hidden;
}
.pic-news-list ul li .pic img {
  width: 100%;
    height: 100%;
  display: block;
}
.pic-news-list ul li .text {
  height: 165px;
  padding: 24px 35px;
  box-shadow: rgba(0, 0, 0, 0.13) 0 3px 5px;
}
.pic-news-list ul li .text p {
  font-size: 18px;
  line-height: 30px;
  color: #2b4b8c;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pic-news-list ul li .text span {
  margin-top: 25px;
  display: block;
  text-align: right;
  font-size: 14px;
  color: #6f7175;
  position: relative;
}
.pic-news-list ul li .text span:after {
  content: '';
  width: 60px;
  position: absolute;
  border-bottom: 1px solid #a4a4a4;
  right: 95px;
  top: 50%;
}
.pic-news-list ul li:first-child {
  margin-left: 0;
}
.list-box ul {
  margin-top: 20px;
}
.list-box ul li {
  height: 64px;
  margin-bottom: 26px;
  transition: all 0.5s ease-in-out;
}
.list-box ul li a {
  display: block;
  padding-left: 90px;
  height: 64px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.list-box ul li .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 64px;
  line-height: 30px;
  background: #e2e7f2;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.list-box ul li .date strong {
  height: 34px;
  line-height: 34px;
  background: #2b4b8c;
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
}
.media-box {
  background: url(../images/media-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 45px 0 55px;
}
.media-box .title h3 a {
  color: #fff;
}
.media-box ul {
  margin-top: 45px;
}
.media-box ul li {
  width: 398px;
  margin-left: 52px;
  float: left;
}
.media-box ul li a {
  display: block;
  position: relative;
}
.media-box ul li .pic {
  height: 258px;
  overflow: hidden;
background:#f5f5f5;
}
.media-box ul li .pic img {
  width: 100%;
  display: block;
}
.media-box ul li .date {
  position: absolute;
  width: 60px;
  height: 64px;
  padding-top: 6px;
  background: #ebac17;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  left: 30px;
  margin-top: -32px;
}
.media-box ul li .date strong {
  font-size: 22px;
  line-height: 30px;
  display: block;
}
.media-box ul li .text {
  padding: 20px 30px;
  height: 224px;
  background: #fff url(../images/text-bg.png) no-repeat right bottom;
 overflow: hidden;
}
.media-box ul li .text h4 {
  margin-left: 90px;
  line-height: 36px;
  height: 36px;
  font-size: 18px;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-box ul li .text p {
  margin-top: 20px;
  font-size: 14px;
  color: #696969;
  line-height: 24px;
  *line-height: 24px;
  _line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
display:block;
height:120px;
}
.media-box ul li:first-child {
  margin-left: 0;
}
.more {
  margin: 48px auto 0;
  width: 202px;
  height: 57px;
  line-height: 53px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border: #fff 2px solid;
  background: url(../images/more.png) no-repeat 130px center;
  display: block;
  text-indent: -20px;
}
.more:hover {
  background: #fff url(../images/more-b.png) no-repeat 130px center;
  color: #2b4b8c;
}
.news-media-box {
  padding: 40px 0 55px;
}
.news-media-box ul {
  margin-top: 42px;
}
.news-media-box ul li {
  width: 306px;
  margin-left: 25px;
  float: left;
}
.news-media-box ul li a {
  display: block;
  position: relative;
}
.news-media-box ul li .pic {
  height: 202px;
  overflow: hidden;
}
.news-media-box ul li .pic img {
  display: block;
  width: 100%;
height:100%;
}
.news-media-box ul li em {
  width: 50px;
  height: 50px;
  background: url(../images/wx.png) no-repeat center;
  position: absolute;
  left: 16px;
  margin-top: -24px;
  z-index: 1;
}
.news-media-box ul li .text {
  background: #f3f5f9;
  height: 202px;
  padding: 20px 38px;
overflow: hidden;
}
.news-media-box ul li .text h4 {
  margin-left: 45px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #3f3f3f;
}
.news-media-box ul li .text p {
  margin-top: 15px;
  font-size: 14px;
  color: #797979;
  line-height: 24px;
  *line-height: 24px;
  _line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
height:96px;
display:block;
}
.news-media-box ul li:nth-child(2n) .text h4 {
  margin-left: 0;
}
.news-media-box ul li:first-child {
  margin-left: 0;
}
.news-media-box .more {
  color: #2b4b8c;
  background: url(../images/more-b.png) no-repeat 130px center;
  border-color: #2b4b8c;
}
.news-media-box .more:hover {
  background: #2b4b8c url(../images/more.png) no-repeat 130px center;
  color: #fff;
}
.video-news-box {
  padding: 42px 0 55px;
  background: url(../images/video-news-bg.jpg) no-repeat center;
  background-size: cover;
}
.video-news-box ul {
  margin-top: 40px;
}
.video-news-box ul li {
  width: 25%;
  height: 176px;
  overflow: hidden;
  float: left;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: relative;
}
.video-news-box ul li a,
.video-news-box ul li img {
  display: block;
  width: 100%;
}
.video-news-box ul li em {
  width: 46px;
  height: 46px;
  background: url(../images/video-btn.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 23px;
  bottom: 23px;
}
.video-news-box ul .big {
  width: 50%;
  height: 452px;
  border-left: none;
}
.video-news-box ul .big em {
  height: 60px;
  width: 60px;
  left: 35px;
  bottom: 35px;
}
.video-news-box .more {
  color: #2b4b8c;
  background: url(../images/more-b.png) no-repeat 130px center;
  border-color: #2b4b8c;
}
.video-news-box .more:hover {
  background: #2b4b8c url(../images/more.png) no-repeat 130px center;
  color: #fff;
}
.photo-box {
  padding-top: 50px;
}
.photo-box ul {
  margin-top: 50px;
}
.photo-box ul li {
  width: 25%;
  height: 327px;
  float: left;
  position: relative;
  overflow: hidden;
}
.photo-box ul li a {
  display: block;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.photo-box ul li .text {
  background: rgba(34, 65, 127, 0.93);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  top: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.photo-box ul li .text h4 {
  width: 80%;
  margin: 95px auto 0;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photo-box ul li .text p {
  width: 80%;
  margin: 30px auto 0;
  font-size: 14px;
  color: #b9ccec;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.data-box {
  height: 750px;
  background: url(../images/data.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 60px;
}
.data-box ul li {
  width: 25%;
  float: left;
  margin-top: 56px;
  height: 90px;
  overflow: hidden;
  padding: 0 20px;
}
.data-box ul li .icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  float: left;
  border: #395794 1px dashed;
}
.data-box ul li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.data-box ul li .text {
  margin-left: 110px;
  padding-top: 8px;
}
.data-box ul li .text h4 {
  line-height: 26px;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data-box ul li .text p {
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 40px;
  color: #ebac17;
}
.special-box {
  padding: 44px 0 84px;
  background: url(../images/zt-bg.jpg) no-repeat center;
  background-size: cover;
}
.special-box ul li {
  width: 408px;
  height: 138px;
  margin-left: 38px;
  float: left;
  margin-top: 40px;
  overflow: hidden;
}
.special-box ul li a,
.special-box ul li img {
  width: 100%;
  display: block;
}
.special-box ul li:nth-child(3n+1) {
  margin-left: 0;
}
.fast-box {
  padding: 60px 0 56px;
}
.fast-box ul {
  margin-top: 55px;
}
.fast-box ul li {
  width: 12%;
  float: left;
  text-align: center;
}
.fast-box ul li a {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.fast-box ul li p {
  font-size: 18px;
  color: #3f3f3f;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  background: #343434 url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  border-top: 6px solid #ebac17;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
}
.footer .links {
  padding-bottom: 20px;
  line-height: 40px;
  border-bottom: 1px solid #676869;
}
.footer .links h4 {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.footer .links a {
  display: inline-block;
  vertical-align: middle;
  color: #ececec;
  font-size: 15px;
  margin: 0 14px;
  position: relative;
}
.footer .links a:after {
  content: '';
  height: 12px;
  border-left: 1px solid #fff;
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -6px;
}
.footer .links a:nth-child(2) {
  margin-left: 0;
}
.footer .links a:nth-child(2):after {
  display: none;
}
.footer .foot {
  line-height: 36px;
  padding-top: 45px;
}
.footer .foot p a {
    color: #fff;
}
.footer .foot > .fl {
  width: 58%;
}
.footer .foot > .fl p span {
  display: inline-block;
  margin-right: 30px;
}
.footer .foot dl dd {
  float: left;
  text-align: center;
  margin-left: 36px;
}
.footer .foot dl dd img {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 132px;
}
.footer .foot dl dd p {
  margin-top: 6px;
}
/* 内页 */
.header2 {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 5px;
  top: 0;
}
.header2 .top {
  background: #183674;
}
.header2 .head {
  padding: 11px 0;
}
.header2 .nav {
  margin-top: 20px;
}
.header2 .nav ul li a {
  color: #333333;
}
.header2 .nav ul .active {
  position: relative;
}
.header2 .nav ul .active:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #d2a828;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.banner2 {
  margin-top: 132px;
  height: 432px;
  background-size: cover !important;
  background-position: center !important;
}
.banner2 .container {
  height: 100%;
}
.banner2 h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 110px;
  height: 80px;
  line-height: 80px;
  background: rgba(43, 75, 140, 0.85);
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}
.top-nav {
  margin-top: 30px;
}
.top-nav .container {
  background: url(../images/nav2.jpg) no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 20px 20px 10px;
}
.top-nav .container ul li  {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
  margin-bottom: 10px;
    position: relative;
}
.top-nav .container ul li a.on {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.top-nav .container ul li a {
  float: left;
  font-size: 18px;
  color: #fff;
  padding:0 10px;
}
.top-nav .container ul li dl{  
    position: absolute;
    top: 74px;
    display: flex;
}
.top-nav .container ul li dl dd{  
    height: 40px;
    line-height: 40px;
}
.top-nav .container ul li dl dd a{  
    color: #333;
    width: 115px;
}

.list-page {
  padding: 30px 0;
}
.ldlist li {
  clear: both;
  overflow: hidden;
  margin-bottom: 35px;
  transition: all 0.5s ease-in-out;
}
.ldlist li a {
  display: block;
}
.ldlist li .pic {
  width: 314px;
  height: 208px;
  float: left;
  overflow: hidden;
}
.ldlist li .pic img {
  width: 100%;
  display: block;
}
.ldlist li .text {
  margin-left: 336px;
  color: #333333;
}
.ldlist li .text h4 {
  font-weight: bold;
  line-height: 30px;
  padding: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ldlist li .text p {
  margin-top: 5px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.container {
      padding-right:0;
    padding-left:0;
}

.aboutbox{ }
.aboutbox p{ text-indent:2em; font-size:16px !important; line-height:2 !important; }
.aboutbox img{ display:block; margin:10px auto;  max-width:100% !important; height:auto !important;}
.aboutbox h3{ font-size:24px;  text-align:center; font-weight:normal;  }
.aboutbox .fabudate{ width:80%; margin:15px auto;   text-align:center;  }
.aboutbox .fabudate b{ font-weight:normal; font-size:14px; color:#8a8a8a; margin: 0 10px; }
.sytxyt{ margin-top:30px; overflow:hidden; font-weight:bold; border-top: solid 1px #d5d5d5; padding-top: 20px; }
.sytxyt span{ margin:0; line-height:2;font-size:16px; display:flex; }
.sytxyt a{  font-size:16px; }
.btlist{ overflow:hidden; }
.btlist li{ padding:20px 0; overflow:hidden; border-bottom:dashed 1px #ddd; padding-left:30px; background:url(../images/btdot.png) left center no-repeat;}
.btlist li span{ float:right; color:#999; text-align:right; }
.btlist li a{ float:left; max-width:74%;   font-size:16px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;  }
.page-box{ margin:30px 0 0 0; }
.list-ul{  }
.list-ul li{ float: left; width: 33.333333%; padding:0 15px; margin:0 0 20px 0; }
.list-ul-img{ width:100%; height:0; padding-bottom:66%; overflow:hidden;  }
.list-ul-img img{ width: 100%; height: auto; }
.list-ul-tt{ height:40px; line-height:40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.list-ul-tt a{ font-size: 16px; color: #333; }
.aboutbox dl{ overflow:hidden; }
.aboutbox dl dt{ font-size:20px; color:#2b4d94; margin:0 1% 10px 1%;  line-height:40px;}
.aboutbox dl dd{ width:18%; margin:0 1% 20px 1%; float:left; line-height:3; border:dashed #ccc 1px; border-radius:5px;  }
.aboutbox dl dd a{ display:block; width:100%; font-size:16px; text-align:center;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap;  }
.aboutbox dl dd:hover a{  color:#2b4d94; }
.aboutbox dl dd:hover{  border:dashed #2b4d94 1px;  }
.tzlist li {
    clear: both;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.tzlist li .litime {
    float: left;
    width: 70px;
    padding: 0 5px 0 5px;
    border: 3px solid #c4c8d3;
}
.tzlist li .litime span {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #01164B;
    float: right;
    border-bottom: 1px solid #ddd;
	    text-align: center;
    width: 100%;
	height:36px;
	line-height:36px;
}
.tzlist li .litime p {
    font-size: 12px;
    color: #01164B;
    text-align: center;
}
.tzlist li .li_r {
    float: right;
    width: 93%;
}
.tzlist li .li_r h1 {
    font-size: 16px;
	    margin: 0;
		line-height: 20px;
}
.tzlist li .li_r p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
}



/*全局样式 end*/
@media (min-width: 1330px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1025px) {
  /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
  .container {
    width: 1300px;
  }
  .header .top a:hover {
    opacity: 0.7;
  }
  .pic-news-list ul li:hover img {
    transform: scale(1.05);
  }
  .list-box ul li:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
  }
  .media-box ul li:hover img,
  .news-media-box ul li:hover img {
    transform: scale(1.05);
  }
  .media-box ul li:hover h4,
  .news-media-box ul li:hover h4 {
    color: #2b4b8c;
  }
  .video-news-box ul li:hover img {
    transform: scale(1.05);
  }
  .photo-box ul li:hover .text {
    top: 0;
    opacity: 1;
  }
  .data-box ul li:hover img {
    transform: rotate(360deg);
  }
  .special-box ul li:hover img {
    transform: scale(1.05);
  }
  .fast-box ul li:hover img {
    transform: rotateY(360deg);
  }
  .footer .links a:hover {
    opacity: 0.7;
  }
  .top-nav .container a:hover {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
  }
  .list-page ul li:hover img {
    transform: scale(1.05);
  }
  .list-page ul li:hover h4 {
    color: #2b4b8c;
  }
}
@media (max-width: 1329px) {
	.container {
    width: 96%;
  }
  .pic-news-list ul li {
    width: calc(33.3% - 33.3px);
  }
  .media-box ul li {
    width: calc(33.3% - 34.6px);
  }
  .media-box ul li .pic {
    height: 235px;
  }
  .news-media-box ul li {
    width: calc(25% - 18.8px);
  }
  .news-media-box ul li .pic {
    height: 182px;
  }
  .video-news-box ul li {
    height: auto;
  }
  .video-news-box ul li a {
    padding-top: 70%;
    position: relative;
  }
  .video-news-box ul li a img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .video-news-box ul .big {
    height: auto;
  }
  .photo-box ul li {
    height: 270px;
  }
  .special-box ul li {
    width: calc(33.3% - 25px);
  }
  .banner,
  .banner .item a {
    height: 660px;
  }
  .header .nav ul li {
    margin-left: 18px;
  }
  .title h3 {
    font-size: 30px;
  }
  .secondnav .secnavitem .itembox .item-desc {
    width: 400px;
    margin-left: 30px;
  }
  .secondnav .secnavitem .itembox .item-list {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  /*修改1200以下、小屏显示器*/
  .container {
    width: 96%;
  }
  .header {
    display: none;
  }
  header {
    display: block;
    padding: 10px 15px;
    height: 70px;
    background: #265181;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  header .logo {
    height: 50px;
  }
  header .logo img {
    height: 50px;
  }
  header .menu {
    display: block;
    width: 38px;
    margin-top: 14px;
    margin-right: 15px;
    transition: all 0.3s ease;
  }
  header .menu span {
    width: 100%;
    height: 4px;
    display: block;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 100px;
  }
  header .menu span + span {
    margin-top: 6px;
  }
  header .menu.on {
    margin-top: 20px;
  }
  header .menu.on span {
    transform: rotate(45deg);
  }
  header .menu.on span:nth-child(2) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  header .menu.on span:nth-child(3) {
    display: none;
  }
  .menu-nav {
    position: fixed;
    width: 350px;
    top: 70px;
    right: 0;
    padding: 20px 15px 50px;
    background: #265181;
    display: none;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    z-index: 10;
    height: calc(100vh - 70px);
    overflow-y: scroll !important;
  }
  .menu-nav form .text {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    width: calc(100% - 50px);
    height: 28px;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    margin-right: 5px;
    font-size: 14px;
  }
  .menu-nav form .text::placeholder {
    color: #fff;
  }
  .menu-nav ul {
    width: 100%;
    margin-top: 25px;
  }
  .menu-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 0 5%;
    width: 100%;
  }
  .menu-nav ul li:after {
    display: none;
  }
  .menu-nav ul li h3 a {
    height: auto;
    line-height: 1.5;
    padding: 14px 0 14px 0px;
    font-size: 1.6rem;
    color: #fff;
    display: block;
    text-align: left;
  }
  .menu-nav ul li h3 i {
    display: block;
    width: 30px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.6rem;
    margin-right: 10px;
    font-style: normal;
    transition: all 0.3s ease-in-out;
  }
  .menu-nav ul li h3 .down {
    transform: rotate(-45deg);
  }
  .menu-nav ul li dl {
    padding-bottom: 15px;
    display: none;
    visibility: initial;
    transition: none;
    position: relative;
    top: auto;
    width: 100%;
    opacity: 1;
    background: none;
    box-shadow: none;
  }
  .menu-nav ul li dl dd {
    width: 100%;
    border-bottom: 1px solid #265181;
    padding-left: 20px;
  }
  .menu-nav ul li dl dd a {
    padding: 10px 0;
    font-size: 1.4rem;
    color: #fff;
    display: block;
  }
  .menu-nav ul li.on {
    background: rgba(0, 0, 0, 0.1);
  }
  .menu-nav .other {
    margin-top: 25px;
  }
  .menu-nav .other a {
    color: #fff;
    margin: 0 10px;
  }
  .banner,
  .banner .item a {
    height: 500px;
  }
  .banner:after {
    height: 60%;
    background-size: auto 100%;
  }
  .pic-news-list ul li .pic {
    height: 195px;
  }
  .pic-news-list ul li,
  .media-box ul li,
  .special-box ul li {
    width: calc(33.3% - 10px);
    margin-left: 15px;
  }
  .media-box ul li .pic {
    height: 180px;
  }
  .data-box {
    height: auto;
    padding-bottom: 150px;
  }
  .data-box ul li .icon {
    width: 60px;
    height: 60px;
  }
  .data-box ul li .text {
    margin-left: 70px;
    padding-top: 0;
  }
  .data-box ul li .text p {
    margin-top: 0;
    font-size: 26px;
    height: auto;
    line-height: 1.2;
  }
  .special-box ul li {
    height: 96px;
  }
  .fast-box ul li .icon img {
    width: 50%;
  }
  .footer .foot > .fl {
    width: 58%;
  }
  .banner2 {
    margin-top: 70px;
    height: 300px;
  }
  .aboutbox dl dd{ width:23%; margin:0 1% 20px 1%; }
  .tzlist li .li_r {  width: 92%;  }
}
@media (max-width: 990px) {
	.container {
    width: 96%;
  }
  .banner,
  .banner .item a {
    height: 400px;
  }
  .pic-news-list ul li .pic {
    height: 150px;
  }
  .pic-news-list ul li .text {
    padding: 20px 10px;
    height: 145px;
  }
  .pic-news-list ul li .text p {
    font-size: 16px;
  }
  .media-box ul li .pic {
    height: 150px;
  }
  .media-box ul li .text {
    padding: 20px 10px;
  }
  .media-box ul li .text h4 {
    margin-left: 0;
    margin-top: 10px;
  }
  .media-box ul li .text p {
    margin-top: 10px;
  }
.aboutbox h3{
font-size: 20px;
    line-height: 30px;
}
  .news-media-box ul li {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .news-media-box ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .video-news-box ul li em {
    width: 30px;
    height: 30px;
  }
  .video-news-box ul .big em {
    width: 40px;
    height: 40px;
  }
  .photo-box ul li {
    width: 50%;
  }
  .data-box ul li {
    width: 33.3%;
    margin-top: 20px;
  }
  .special-box ul {
    margin-top: 15px;
  }
  .special-box ul li {
    height: 115px;
    margin-top: 20px;
    width: calc(50% - 10px);
    margin-left: 20px !important;
  }
  .special-box ul li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .fast-box ul li {
    width: 20%;
  }
  .footer .foot > div {
    width: 100% !important;
    text-align: center;
  }
  .footer .foot dl {
    margin-top: 20px;
  }
  .footer .foot dl dd {
    display: inline-block;
    float: none;
    margin: 0 10px;
  }
  .title h3:after,
  .title h3:before {
    display: none;
  }
  .photo-box ul li {
    margin: 5px;
    width: calc(50% - 10px);
  }
  .photo-box ul li .text {
    top: 0;
    opacity: 0.8;
  }
  .banner2 h2 {
    padding: 0 50px;
    height: 60px;
    line-height: 60px;
  }
  .list-ul li{ float: left; width: 50%; padding:0 2%; margin:0 0 20px 0; }
   .aboutbox dl dd{ width:31%; margin:0 1% 20px 1%; }
   .tzlist li .li_r {  width: 89%;  }
}
@media (max-width: 640px) {
	.container {
    width: 96%;
  }
  .banner,
  .banner .item a {
    height: 260px;
  }
  .banner .slick-dots {
    bottom: 10px;
    right: 10px;
  }
  .banner .slick-dots li {
    margin-left: 10px;
  }
  .banner .slick-dots .slick-active + li {
    margin-left: 30px !important;
    font-size: 14px;
    margin-left: 10px;
  }
  .banner .slick-dots .slick-active + li:after {
    width: 20px;
    left: -25px;
  }
  .title h3 {
    font-size: 22px;
  }
  .news-box {
    padding: 20px 0 25px;
  }
  .news-box ul {
    margin-top: 15px;
  }
  .news-box ul li {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .news-box ul li .pic {
    height: auto;
    padding-top: 60%;
    position: relative;
  }
  .news-box ul li .pic img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .news-box .list-box {
    width: 100%;
  }
  .news-box .list-box .title {
    text-align: center;
  }
  .pic-news-list ul li,
  .media-box ul li,
  .special-box ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .pic-news-list ul li .pic,
  .media-box ul li .pic,
  .special-box ul li .pic {
    height: auto;
    padding-top: 60%;
    position: relative;
  }
  .pic-news-list ul li .pic img,
  .media-box ul li .pic img,
  .special-box ul li .pic img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .media-box {
    padding: 20px 0 25px;
  }
  .media-box ul {
    margin-top: 20px;
  }
  .more {
    width: 180px;
    height: 47px;
    line-height: 43px;
  }
  .news-media-box ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .video-news-box ul li {
    width: 50%;
  }
  .video-news-box ul .big {
    width: 100%;
  }
  .data-box {
    padding-top: 30px;
  }
  .data-box ul li {
    width: 50%;
    padding: 0 10px;
  }
  .data-box ul li .text h4 {
    font-size: 15px;
  }
  .data-box ul li .text p {
    font-size: 20px;
  }
  .special-box ul li {
    margin-left: 0 !important;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .special-box {
    padding: 20px 0;
  }
  .fast-box {
    padding: 20px 0;
  }
  .fast-box ul li {
    width: 33.3%;
  }
  .fast-box ul {
    margin-top: 15px;
  }
  .footer .links a {
    padding: 0 5px;
    margin: 0 5px;
  }
  .footer .links a:after {
    left: -8px;
  }
  .footer .foot dl dd img {
    width: 100px;
    height: 100px;
  }
  body {
    font-size: 14px !important;
  }
  .banner2 {
    height: 220px;
  }
  .top-nav {
   
  }
.top-nav .container{
    background: none;
padding:0;
}
.top-nav .container ul li{
    width: 50%;
    margin: 0;
    height: 34px;
    line-height: 34px;
}
.top-nav .container ul li a{
color: #333;
    font-size: 16px;
}
  .list-page ul li .pic {
    float: none;
    width: 100%;
    height: auto;
  }
  .list-page ul li .text {
    margin-left: 0;
    margin-top: 15px;
  }
  .aboutbox dl dd{ width:48%; margin:0 1% 20px 1%; }
  .tzlist li .li_r {  width: 84%;  }
}
@media (max-width: 480px) {
  /*修改425以下、普通的安卓手机屏*/
  .container {
    width: 96%;
  }
  .photo-box ul li {
    height: 210px;
  }
  .photo-box ul li .text h4 {
    margin-top: 50px;
  }
  .menu-nav {
    width: 100%;
  }
  .banner2 h2 {
    padding: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .data-box ul li {
    height: 125px;
  }
  .data-box ul li .icon {
    float: none;
    margin: 0 auto 15px;
  }
  .data-box ul li .text {
    margin-left: 0;
    text-align: center;
  }
  .tzlist li .li_r {  width: 76%;  }
}
@media (max-width: 320px) {
  /*修改425以下、iPhone5，4，等小屏手机*/
  .tzlist li .li_r {  width: 72%;  }
}


#vsb_content_2 TABLE {
    border-collapse: collapse;
    border: 1px solid #000;
    margin: 0 auto;
}
