/*****************公用
*****************/
.cl {
  color: #1a55c1;
}
.img-md {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.img-md img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.imgbg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tab-body > li {
  display: none;
}
.tab-body > li.cur {
  display: block;
}
.bd_weixin_popup {
  box-sizing: content-box;
}
/* 翻页 */
.pagenation {
  text-align: center;
}
.pagenation a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  min-width: 32px;
  padding: 0 10px;
  text-align: center;
  color: #666;
  background: #F3F3F3;
  font-size: 12px;
}
.pagenation a.cur,
.pagenation a:hover {
  background: #1a55c1;
  color: #fff;
}
.btn01 {
  display: inline-block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.btn01:hover {
  background: #1a55c1;
  color: #fff;
}
.btn01.btn-gray {
  background: #cccccc;
  color: #fff;
}
.btn01.btn-gray:hover {
  background: #bbb;
}
.btn01.btn-cl {
  background: #1a55c1;
  color: #fff;
}
.btn01.btn-cl:hover {
  background: #0b8538;
}
.btn02 {
  display: inline-block;
  width: 180px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #ddd;
  color: #333;
  text-align: center;
}
.btn02:hover {
  background: #1a55c1;
  color: #fff;
  border-color: #1a55c1;
}
/*****************头部
*****************/
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 99999;
}
.header .logo {
  float: left;
  height: 100px;
  line-height: 100px;
  transition: all .4s;
}
.header .logo img {
  height: 62px;
  transition: all .4s;
}
.header .header-r {
  float: right;
  margin-top: 15px;
  margin-right: 55px;
}
.header .header-r a {
  color: #999;
  font-size: 12px;
}
.header .header-r a:hover {
  color: #1a55c1;
}
.header.head-s {
  height: 70px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.header.head-s .logo {
  height: 70px;
  line-height: 70px;
}
.header.head-s .logo img {
  height: 45px;
}
.header.head-s .header-nav {
  margin-top: 7px;
}
.header.head-s .header-nav li > a {
  line-height: 40px;
}
.header.head-s .header-r {
  margin-top: 5px;
}
.header-nav {
  float: right;
  clear: right;
  margin-top: 7px;
}
.header-nav li {
  float: left;
  margin-right: 50px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.header-nav li > a {
  display: block;
  font-size: 16px;
  padding: 0 5px;
  color: #111;
  line-height: 60px;
}
.header-nav li.cur,
.header-nav li:hover {
  border-bottom-color: #1a55c1;
}
.header-nav li.cur > a,
.header-nav li:hover > a {
  color: #1a55c1;
}
.header-nav li.cur::after,
.header-nav li:hover::after {
  content: ' ';
  border-bottom: 5px solid #1a55c1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.header-nav li:hover .subnav {
  display: block;
}
/*****************首页
*****************/
/*banner*/
.banner {
  position: relative;
}
.banner .imgbg {
  height: 540px;
}
.banner .bx-wrapper .bx-pager {
  bottom: 30px;
}
.ind-ttl {
  text-align: center;
  margin: 40px 0 50px;
}
.ind-ttl h2 {
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  position: relative;
}
.ind-ttl h2::after {
  content: ' ';
  width: 70px;
  height: 3px;
  background: #ccc;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -35px;
}
.ind-ttl span {
  color: #ccc;
}
.list-ind01 {
  margin-bottom: 50px;
}
.list-ind01 li {
  float: left;
  width: 275px;
  margin-left: 20px;
  text-align: center;
  position: relative;
}
.list-ind01 li .img {
  position: relative;
  height: 122px;
  overflow: hidden;
}
.list-ind01 li .img img {
  width: 100%;
}
.list-ind01 li .img::after {
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icon/ico07.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 46px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-ind01 li h3 {
  font-size: 18px;
  margin: 20px 0 15px;
}
.list-ind01 li .els2 {
  color: #999;
  height: 44px;
  line-height: 22px;
}
.list-ind01 li:hover .img::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ind-box2 {
  background-color: #f7f7f7;
}
.list-ind02 {
  margin-left: -50px;
  overflow: hidden;
}
.list-ind02 li {
  float: left;
  width: 200px;
  margin-left: 50px;
  position: relative;
}
.list-ind02 li::after {
  content: ' ';
  width: 30px;
  height: 25px;
  background: url(../images/icon/ico08.png) no-repeat center;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -13px;
}
.list-ind02 li .img {
  position: relative;
}
.list-ind02 li .img img {
  width: 100%;
}
.list-ind02 li .img .els {
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}
.list-ind02 li .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 130px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.list-ind02 li .layer h3 {
  font-size: 18px;
  margin-bottom: 25px;
}
.list-ind02 li .layer .els2 {
  padding: 0 20px;
  line-height: 20px;
  font-size: 12px;
  color: #bebebe;
}
.list-ind02 li:hover .img .els {
  opacity: 0;
}
.list-ind02 li:hover .layer {
  opacity: 1;
}
.list-ind3 {
  overflow: hidden;
  margin-left: -10px;
}
.list-ind3 li {
  float: left;
  width: 280px;
  position: relative;
  text-align: center;
  margin-left: 20px;
}
.list-ind3 li .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s;
}
.list-ind3 li .layer i {
  display: block;
  width: 84px;
  height: 52px;
  background: url(../images/icon/ico07.png);
  margin: 50px auto 30px;
}
.list-ind3 li .layer h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.list-ind3 li .layer .els2 {
  text-align: center;
  color: #999;
  line-height: 20px;
  height: 40px;
  padding:0px 10px;
}
.list-ind3 li:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*****************底部
*****************/
.footer {
  padding: 40px 0;
  border-top: 1px solid #dddddd;
}
.footer-list {
  overflow: hidden;
}
.footer-list li {
  float: left;
  width: 400px;
  padding-left: 100px;
  min-height: 72px;
  color: #999;
  line-height: 24px;
}
.footer-list li.item1 {
  background: url(../images/icon/icon03.jpg) no-repeat 30px 10px;
}
.footer-list li.item2 {
  background: url(../images/icon/icon01.jpg) no-repeat 30px 10px;
}
.footer-list li.item3 {
  background: url(../images/icon/icon02.jpg) no-repeat 30px 10px;
}
.footer-b {
  color: #888;
  line-height: 24px;
  font-size: 12px;
  padding: 20px 0;
  background: #333;
  text-align: center;
}
.share {
  float: left;
  margin-top: 10px;
}
.share .bdsharebuttonbox a {
  float: left;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  margin-right: 30px;
}
.share .bdsharebuttonbox .bds_sqq {
  background: url(../images/icon/icon05.jpg) no-repeat center;
}
.share .bdsharebuttonbox .bds_weixin {
  background: url(../images/icon/icon06.jpg) no-repeat center;
}
.share .bdsharebuttonbox .bds_tsina {
  background: url(../images/icon/icon04.jpg) no-repeat center;
}
/*****************内页
*****************/
.banner-ny {
  height: 150px;
}
.main-left {
  float: left;
  width: 200px;
  margin-top: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  padding-bottom: 50px;
}
.left-menu-ttl {
  padding: 10px 20px;
  margin-bottom: 4px;
  background: #f7f7f7 url(../images/icon/ico04.png) no-repeat 90% center;
}
.left-menu-ttl h2 {
  font-size: 20px;
  font-weight: bold;
}
.left-menu-ttl h2 em {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
.left-menu-list li {
  line-height: 34px;
  background: #f7f7f7;
  font-size: 12px;
  margin-bottom: 1px;
}
.left-menu-list li i {
  color: #034e93;
  font-family: serif;
  margin: 0 15px 0 25px;
}
.left-menu-list li a {
  display: block;
  transition: none;
}
.left-menu-list li.cur > a,
.left-menu-list li:hover > a {
  color: #fff;
  background: #034e93 url(../images/icon/ico06.png) no-repeat 90% center;
}
.left-menu-list li.cur > a i,
.left-menu-list li:hover > a i {
  color: #fff;
}
.main-left-item {
  padding: 10px 20px;
  margin-bottom: 5px;
  border: 1px solid #d9d9d9;
  background: url(../images/icon/ico05.png) no-repeat 90% center;
}
.main-left-item a {
  display: block;
}
.main-left-item h2 em {
  display: block;
  color: #999;
  font-size: 11px;
}
.main-left-item:hover {
  border-color: #1a55c1;
}
.main-right {
  float: right;
  width: 990px;
}
.main-right-top {
  border-bottom: 1px solid #e3dfdf;
  overflow: hidden;
  margin: 15px 0;
  padding-bottom: 15px;
}
.main-right-top h2 {
  float: left;
  font-size: 15px;
  color: #034e93;
}
.main-right-top .home {
  float: right;
  padding-left: 15px;
  position: relative;
}
.main-right-top .home::before {
  content: ' ';
  width: 6px;
  height: 6px;
  border: 2px solid #034e93;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
}
.main-right-top .home a:hover {
  color: #034e93;
}
.list-pro li {
  float: left;
  width: 33.33333%;
  height:397px;
}
.list-pro .item {
  border: 1px solid #eee;
  margin: 0 10px 40px;
}
.list-pro .item .img {
  height: 160px;
  overflow: hidden;
}
.list-pro .item .img img {
  display: block;
  height: 100%;
  width: 100%;
  transition: all .6s ease;
}
.list-pro .item .txt {
  padding: 20px;
}
.list-pro .item h2 {
  font-size: 17px;
  margin-bottom: 10px;
}
.list-pro .item .els2 {
  font-size: 13px;
  line-height: 22px;
  height: 66px;
  color: #777;
  -webkit-line-clamp: 2;
}
.list-pro .item .line {
  margin-top: 20px;
  height: 1px;
  width: 100%;
  background: #ddd;
  position: relative;
}
.list-pro .item .line::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 1px;
  background: #1a55c1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list-pro .item .more {
  display: block;
  line-height: 20px;
  margin-top: 15px;
}
.list-pro .item .more i {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  font-family: cursive;
  border: 1px solid #ababab;
  border-radius: 50%;
  font-size: 12px;
  transition: all .6s ease;
}
.list-pro .item:hover .img img {
  transform: scale(1.1);
}
.list-pro .item:hover .line::after {
  width: 100%;
}
.list-pro .item:hover .more i {
  background: #1a55c1;
  color: #fff;
  border-color: #1a55c1;
}
.list-ind3-ny {
  margin-left: -15px;
}
.list-ind3-ny li {
  margin-bottom: 45px;
  margin-left: 35px;
}
.pro-top {
  overflow: hidden;
}
.pro-top .img {
  float: left;
  width: 410px;
  margin-right: 20px;
}
.pro-top .txt {
  float: right;
  width: 510px;
}
.pro-top .txt h1 {
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
.pro-top .txt .p {
  overflow: auto;
  color: #666;
  line-height: 30px;
}
.message-ttl {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.message-ttl em {
  display: block;
  height: 36px;
  width: 110px;
  background: #034e92;
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
}
.article {
  line-height: 25px;
  color: #666;
}
.list-news4 li {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.list-news4 li .date {
  float: left;
  width: 86px;
  height: 86px;
  margin-right: 20px;
  padding: 10px;
  background: #f4f4f4;
  text-align: center;
}
.list-news4 li .date span {
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
  color: #cccccc;
}
.list-news4 li .date em {
  display: block;
  font-size: 12px;
  color: #cccccc;
}
.list-news4 li h3 {
  font-size: 16px;
  margin: 3px 0 8px;
}
.list-news4 li .els2 {
  color: #bbb;
  line-height: 22px;
  height: 44px;
}
.list-news4 li:hover .date {
  background: #1a55c1;
}
.list-news4 li:hover .date em,
.list-news4 li:hover .date span {
  color: #fff;
}
.list-news4 li:hover h3 {
  color: #1a55c1;
}
/* 动画 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/****************************下拉菜单*******************************8*/

.subnav {
    position: absolute;
    width: 100px;
    background: #fff;
    left: 50%;
    margin-left: -50px;
	display:none;
	background: rgba(255, 255, 255, .8);
	padding-bottom:10px;
	padding-top:10px;
	margin-top:2px;
}
.subnav a {
    display: block;
    text-align: center;
    line-height: 30px;
}

.subnav a:hover {
    color: #1a55c1;
}

