.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
body {
  min-width: 1152px;
}
.section {
  background-color: #fff;
  padding: 60px 0;
}
.section-gray {
  background-color: #f0f0f0;
}
.section-contact {
  background-color: #fafafa;
  padding-top: 83px;
  padding-bottom: 0;
}
.common-title {
  text-align: center;
  margin-bottom: 82px;
}
.common-title span {
  display: block;
  color: #1f5aa9;
  font-size: 36px;
  font-weight: bold;
}
.common-title p {
  margin:22px auto;
  width: 800px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #333333;
}
.common-title .en {
  margin-top: 10px;
  font-size: 16px;
}
.product-list {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.product-list li {
  float: left;
  width: 20%;
  padding: 0 6px;
}
.product-list li a {
  display: block;
}
.product-list li img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.product-list li .product-name {
  background-color: #1f5aa9;
  text-align: center;
  padding: 6px;
}
.product-list li .product-name span {
  display: block;
  color: #fff;
}
.product-list li .product-name .ch {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-list li .product-name .en {
  font-size: 12px;
  font-weight: 300;
}
.product2-list {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.product2-list li {
  float: left;
  width: 33.3%;
  padding: 0 11px;
  margin-bottom: 46px;
}
.product2-list li a {
  position: relative;
  display: block;
  background-color: #fff;
}
.product2-list li img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.product2-list li .info {
  height: 120px;
  vertical-align: middle;
  color: #fff;
  padding: 34px 34px 0;
}
.product2-list li h4 {
  margin-bottom: 16px;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product2-list li p {
  color: #333;
  font-size: 13px;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.use-list {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.use-list li {
  float: left;
  width: 33.3%;
  padding: 0 6px;
  margin-bottom: 12px;
}
.use-list li a {
  position: relative;
  display: block;
}
.use-list li img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.use-list li .bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: table;
  text-align: center;
}
.use-list li .bg .info {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.use-list li .bg h4 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
.use-list li .bg p {
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
}
.about-content .about-left,
.about-content .about-right {
  width: 50%;
  float: left;
}
.about-content .about-left p > img {
  width: 100%;
  vertical-align: top;
}
.about-content .about-left .tab {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.about-content .about-left .tab li {
  float: left;
  width: 33.3%;
  height: 184px;
  display: table;
  padding: 0 14px;
  margin-bottom: 12px;
}
.about-content .about-left .tab .middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #f0f0f0;
  cursor: pointer;
}
.about-content .about-left .tab .middle span {
  display: block;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: bold;
}
.about-content .about-left .tab .middle .en {
  color: #999999;
  margin: 5px;
  letter-spacing: -1px;
}
.about-content .about-right {
  padding-left: 36px;
}
.about-content .about-right .more-histroy {
  width: 270px;
  height: 42px;
  background-color: #1f5aa9;
  border-radius: 5px;
  text-align: center;
  line-height: 42px;
}
.about-content .about-right .more-histroy a {
  color: #fff;
}
.about-content .about-right .num-dl {
  margin-top: 32px;
}
.about-content .about-right .num-dl dd {
  width: 162px;
  display: inline-block;
  vertical-align: top;
}
.about-content .about-right .num-dl dd strong {
  font-weight: bold;
  color: #1f5aa9;
  font-size: 32px;
}
.about-content .about-right .num-dl dd div {
  margin-top: 4px;
  color: #333333;
  font-size: 14px;
}
.about-content .about-right .num-dl dd:nth-child(n+2) {
  padding-left: 32px;
  border-left: 1px solid #f0f0f0;
}
.about-content .about-right .new {
  margin-top: 30px;
  margin-bottom: 52px;
  color: #333333;
  font-size: 16px;
}
.about-content .about-right .new img {
  margin-right: 10px;
  vertical-align：baseline;
}
.about-content .about-right .postintro {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}
.news_bg {
  background: url(../images/news-bg.jpg) no-repeat center top;
}
.news-content {
  display: table;
}
.news-content .news-left,
.news-content .news-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.news-content .news-left img,
.news-content .news-right img {
  vertical-align: top;
}
.news-content .topNewsbg {
  padding: 28px 24px;
  display: table;
  background-color: #fff;
}
.news-content .topNewsbg > div {
  display: table-cell;
  vertical-align: middle;
}
.news-content .dateDiv {
  width: 82px;
  height: 82px;
  text-align: center;
}
.news-content .dateDiv span {
  display: block;
  padding: 5px 0;
  color: #1f5aa9;
  font-size: 36px;
}
.news-content .dateDiv .years {
  padding-top: 10px;
  font-size: 18px;
  border-top: 1px solid #1f5aa9;
}
.news-content .topNews {
  padding: 0 60px;
}
.news-content .topNews .news-title {
  margin-bottom: 18px;
  color: #333333;
  font-size: 14px;
}
.news-content .topNews p {
  font-size: 12px;
  color: #666;
}
.news-content .topNews a:hover .news-title {
  color: #1f5aa9;
}
.news-content .news-right {
  padding-left: 96px;
}
.news-content .news-right li {
  padding: 12px 0;
}
.news-content .news-right li a {
  font-size: 14px;
  color: #333333;
}
.news-content .news-right li a span {
  color: #1f5aa9;
}
.news-content .news-right li a:hover {
  color: #1f5aa9;
}
.partner .link-box {
  margin: 0 -6px;
}
.partner .partner-item {
  float: left;
  margin-bottom: 18px;
  padding: 0 6px;
  box-sizing: border-box;
}
.partner .partner-item .img {
  width: 220px;
  height: 100px;
}
.partner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page-menu {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 70px;
  padding-bottom: 90px;
  transition: all 0.3s ease 0s;
}
.about-page-menu .scroll-menu li {
  width: 16.666667%;
  float: left;
  text-align: center;
}
.about-page-menu .scroll-menu li .en {
  margin-bottom: 6px;
  font-size: 14px;
  color: #999;
}
.about-page-menu .scroll-menu li .p {
  font-size: 14px;
  color: #000;
}
.gs-intro-page .about-left {
  width: 546px;
}
.gs-intro-page .about-left p {
  margin-bottom: 22px;
}
.gs-intro-page .about-right {
  width: 538px;
  height: auto;
  float: right;
  padding-left: 0;
}
.gs-intro-page .about-right .intro_t {
  margin-bottom: 28px;
}
.gs-intro-page .about-right .intro_t span {
  font-weight: bold;
  font-size: 36px;
  color: #1f5aa9;
}
.gs-intro-page .about-right .intro_t .en {
  margin-left: 30px;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.gs-intro-page .about-right .num-dl {
  margin-top: 0;
}
.gs-intro-page .about-right .new {
  margin-bottom: 40px;
}
.gs-intro-page .about-right .postintro p {
  margin-bottom: 10px;
}
.gs-intro-page .about-right .more-histroy-about {
  display: inline-block;
  width: 160px;
  height: 42px;
  background-color: #1f5aa9;
  text-align: center;
  color: #fff;
  line-height: 42px;
  border-radius: 5px;
}
.culturelist {
  margin-bottom: 60px;
}
.culturelist dd {
  display: table;
  width: 100%;
}
.culturelist dd .img {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.culturelist dd .img img {
  width: 100%;
  vertical-align: top;
}
.culturelist dd .con {
  width: 50%;
  display: table-cell;
  padding-left: 38px;
  padding-right: 33px;
  vertical-align: middle;
  box-sizing: border-box;
}
.culturelist dd .txtitem .t {
  color: #1f5aa9;
  font-weight: bold;
  font-size: 32px;
}
.culturelist dd .txtitem .sub_t {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 28px;
  padding-bottom: 6px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.culturelist dd .txtitem .sub_t::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background-color: #1f5aa9;
}
.culturelist dd .txtitem .c {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.sence-bg {
  height: 890px;
  padding-top: 154px;
  background: url(../images/cjzs_bg.jpg) no-repeat top;
  background-size: cover;
}
.sence-bg .common-title span {
  color: #fff;
}
.sence-bg .common-title .en {
  color: #fff;
}
.sence-bg .dec {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.sence-list {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 110px -14px 0;
}
.sence-list li {
  float: left;
  width: 25%;
  padding: 0 14px;
}
.sence-list li a {
  display: block;
}
.sence-list li .imgBox {
  width: 267px;
  height: 176px;
}
.sence-list li img {
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.sence-list li .product-name {
  height: 62px;
  line-height: 62px;
  background-color: rgba(31, 90, 169, 0.8);
  text-align: center;
  padding: 0 6px;
  box-sizing: border-box;
}
.sence-list li .product-name span {
  color: #fff;
}
.sence-list li .product-name .ch {
  font-size: 16px;
  font-weight: bold;
}
.social-list {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0;
}
.social-list li {
  float: left;
  width: 25%;
  padding: 0 8px;
}
.social-list li a {
  display: block;
}
.social-list li .imgBox {
  width: 276px;
  height: 181px;
}
.social-list li img {
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.social-list li .social-body {
  height: 250px;
  background-color: #f0f0f0;
  text-align: center;
  padding: 36px 24px 0;
  box-sizing: border-box;
}
.social-list li .social-body .social-t {
    height: 48px;
  display: block;
  font-size: 18px;
  color: #1f5aa9;
}
.social-list li .social-body .social-st {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.social-list li .social-body .dec {
  margin-top: 14px;
  font-size: 12px;
  color: #333;
  line-height: 24px;
  text-align:justify;
}
.hasFixed {
  position: fixed;
  width: 100%;
  top: 78px;
  z-index: 90;
  background-color: #fff;
  padding: 10px 0;
}
.hasFixed .icon {
  display: none;
}
.site-entry-breadcrumb {
  height: 48px;
}
.site-entry-breadcrumb .breadcrumb {
  float: left;
}
.site-entry-breadcrumb .breadcrumb > li {
  display: inline-block;
  font-size: 12px;
  line-height: 48px;
  color: #999999;
}
.site-entry-breadcrumb .breadcrumb > li img {
  margin-right: 8px;
}
.site-entry-breadcrumb .breadcrumb > li a {
  font-size: 12px;
  color: #999999;
  text-decoration: none;
}
.site-entry-breadcrumb .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}
.site-entry-breadcrumb .entry-pro-lis {
  display: inline-block;
  
}
.site-entry-breadcrumb .entry-pro-lis li {
  position: relative;
  width: 170px;
  height: 48px;
  text-align: center;
  float: left;
  transition: all 0.3s ease 0s;
}
.site-entry-breadcrumb .entry-pro-lis li.current {
  background-color: #085ea4;
}
.site-entry-breadcrumb .entry-pro-lis li.current:after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -3.5px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #085ea4;
}
.site-entry-breadcrumb .entry-pro-lis li.current a {
  color: #fff;
  border: 0;
}
.site-entry-breadcrumb .entry-pro-lis li.current span {
  background-position: 0 -24px;
}
.site-entry-breadcrumb .entry-pro-lis li:hover {
  background-color: #085ea4;
}
.site-entry-breadcrumb .entry-pro-lis li:hover:after {
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -3.5px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #085ea4;
}
.site-entry-breadcrumb .entry-pro-lis li:hover a {
  color: #fff;
  border: 0;
}
.site-entry-breadcrumb .entry-pro-lis li:hover span {
  background-position: 0 -24px;
}
.site-entry-breadcrumb .entry-pro-lis li:last-child a {
  border: 0;
}
.site-entry-breadcrumb .entry-pro-lis li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-right: 1px solid #f0f0f0;
  font-size: 12px;
  color: #333;
}
.site-entry-breadcrumb .entry-pro-lis span {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  background-size: 24px;
}
.site-entry-breadcrumb .entry-pro-lis .ico-lingyu {
  background: url(../images/iconlingyu.png) no-repeat 0 0;
}
.site-entry-breadcrumb .entry-pro-lis .ico-partent {
  background: url(../images/iconhuoban.png) no-repeat 0 0;
}
.site-entry-breadcrumb .entry-pro-lis .ico-xinwen {
  background: url(../images/iconxinwen.png) no-repeat 0 0;
}
.site-entry-breadcrumb .entry-pro-lis .ico-zixun {
  background: url(../images/iconzixun.png) no-repeat 0 0;
}
.site-entry-breadcrumb .right-lis {

  margin-right: 15px;
  margin-left: 10px;
}
.site-entry-breadcrumb .search-form {
  width: 285px;
  height: 28px;
  margin-top: 8px;
  background: #f6f6f6;
  float: right;
  border: 0 solid #cbcbcb;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}
.site-entry-breadcrumb .search-form label {
  width: 100%;
}
.site-entry-breadcrumb .search-form .search-text {
  border: 0;
  outline: none;
  float: left;
  width: 246px;
  height: 28px;
  padding: 4px 0px 4px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 28px;
  font-weight: normal;
  background-color: transparent;
  font-size: 12px;
}
.site-entry-breadcrumb .search-form .search-btn {
  border: 0;
  outline: none;
  background: url(../images/icon-search.png) no-repeat center center;
  float: right;
  width: 38px;
  height: 15px;
  margin: 7px 0;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 0;
}
.section-produclist {
  margin-top: 48px;
  padding-bottom: 48px;
}
.section-newslist {
  padding-top: 88px;
  padding-bottom: 52px;
}
.page-productlist dd {
  display: table;
  width: 100%;
}
.page-productlist dd .img {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.page-productlist dd .img img {
  width: 100%;
  vertical-align: top;
}
.page-productlist dd .con {
  width: 50%;
  display: table-cell;
  background-color: #fff;
  padding-left: 38px;
  padding-right: 33px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}
.page-productlist dd .con:hover .txtitem .more_btn {
  background-color: #1f5aa9;
}
.page-productlist dd .txtitem .t {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-size: 24px;
}
.page-productlist dd .txtitem .t::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 90%;
  height: 4px;
  background-color: #1f5aa9;
}
.page-productlist dd .txtitem .sub_t {
  position: relative;
  margin-top: 22px;
  margin-bottom: 26px;
  padding-bottom: 6px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
.page-productlist dd .txtitem .c {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.page-productlist dd .txtitem .more_btn {
  display: block;
  width: 136px;
  height: 40px;
  margin: 46px auto 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #999999;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.3s ease 0s;
}
.page-productlist dd .txtitem .more_btn img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-left: 5px;
}
.post-loop .item {
  position: relative;
  height: 166px;
  background-color: #fff;
  padding: 17px;
  margin-bottom: 44px;
  transition: all 0.3s ease 0s;
}
.post-loop .item:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.post-loop .item:hover .item-content .item-title a {
  color: #1f5aa9;
}
.post-loop .item:hover .item-date p {
  color: #1f5aa9;
}
.post-loop .item:hover .item-date p .icon-time {
  background-position: 0 -16px;
}
.post-loop .item:hover .item-date .more {
  background-color: #1f5aa9;
}
.post-loop .item-img {
  width: 200px;
  height: 130px;
  float: left;
}
.post-loop .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-loop .item-content {
  padding-left: 240px;
  padding-right: 280px;
}
.post-loop .item-content .item-title {
  margin-bottom: 20px;
  color: #333;
  font-size: 19px;
}
.post-loop .item-content .item-excerpt p {
  height: 72px;
  overflow: hidden;
  line-height: 24px;
  color: #2c2b2b;
  font-size: 14px;
}
.post-loop .item-date {
  height: 64px;
  position: absolute;
  right: 74px;
  top: 50%;
  margin-top: -32px;
}
.post-loop .item-date p {
  margin-bottom: 12px;
  color: #2c2b2b;
  font-size: 14px;
}
.post-loop .item-date p img {
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 4px;
}
.post-loop .item-date p .icon-time {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  background-size: 16px;
  background: url(../images/ico-time.png) no-repeat 0 0;
}
.post-loop .item-date .more {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  background-color: #adadad;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.pages {
  margin-top: 50px;
  text-align: center;
}
.pages .pagination{
  display: flex;
  justify-content: center;
}
/* header{
  margin-bottom: 366px;
} */
.about-right{
  height: 588px;
  overflow: hidden;
}
.site-entry-breadcrumb{
  background-color: #ffffff;
}
.pages a,.pages span {
  display: inline-block;
  height: 38px;
  padding: 0 14px;
  margin: 0 4px;
  line-height: 38px;
  border: 1px solid #999999;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease 0s;
}
.pages a.cur {
  background-color: #085ea4;
  color: #fff;
  border: 1px solid #085ea4;
}
.pages a:hover {
  background-color: #085ea4;
  color: #fff;
  border: 1px solid #085ea4;
}
/*.active {*/
  /*background-color: #085ea4;*/
  /*border: 1px solid #085ea4;*/
/*}*/
.active span {
  color: #fff;
  background-color: #085ea4;
  border: 1px solid #085ea4;
}
.product2_pages {
  margin-top: 0;
}
.main {
  width: 750px;
  float: left;
  transition: all 0.3s ease-out 0s;
}
.hentry {
  background: #fff;
  padding: 34px;
  margin-bottom: 20px;
}
.entry .entry-head {
  margin-bottom: 20px;
}
.entry .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}
.entry .entry-info {
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
  color: #999;
}
.entry .entry-info img {
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 10px;
}
.entry .entry-info span {
  margin-right: 58px;
  font-size: 12px;
}
.entry .entry-content {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  color: #262626;
}
.entry .entry-content p {
  margin-bottom: 30px;
  line-height: 1.8;
  word-wrap: break-word;
  color: #2c2b2b;
  font-size: 14px;
}
.entry-copyright {
  margin-top: 30px;
  padding: 30px;
  font-size: 12px;
  line-height: 1.6;
  color: #666666;
  border: 1px dashed #e3e3e3;
  background: #f0f0f0;
  border-radius: 10px;
}
.entry-copyright p {
  margin-bottom: 16px;
  color: #666;
}
.entry-copyright p:last-child {
  margin-bottom: 0;
}
.entry-copyright p a {
  color: #365ba7;
}
.entey-other-article {
  margin-top: 28px;
  margin-bottom: 20px;
}
.entey-other-article p {
  margin-bottom: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entey-other-article p span {
  font-weight: bold;
}
.entey-other-article p a {
  color: #085ea4;
}
.sidebar {
  width: 372px;
  float: right;
}
.sidebar .widget {
  padding: 20px;
  background: #fff;
}
.sidebar .widget-title {
  position: relative;
  margin: 20px 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #085ea4;
}
.sidebar .widget-title-more {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 19px;
}
.sidebar .profile-cover {
  border-bottom: 1px solid #f0f0f0;
}
.sidebar .profile-cover img {
  width: 100%;
}
.sidebar .profile-cover h3 {
  margin: 20px 0;
  font-size: 14px;
  color: #2c2b2b;
 
}
.sidebar .more-product-list {
  margin-top: 34px;
}
.sidebar .more-product-list li {
  width: 160px;
  float: left;
  margin-bottom: 20px;
}
.sidebar .more-product-list li:nth-child(even) {
  float: right;
}
.sidebar .more-product-list li .img {
  width: 160px;
  height: 160px;
}
.sidebar .more-product-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar .more-product-list li .t {
    height: 62px;
  padding: 12px 0;
  font-size: 14px;
  color: #333;
 overflow: hidden;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 display: block;
 display: -webkit-box;
 -webkit-line-clamp: 2;
}
.widget-kx-list {
  margin-top: 20px;
}
.widget-kx-list .kx-item {
  margin-bottom: 5px;
}
.widget-kx-list .kx-title {
  padding-left: 24px;
  background: url(../images/kx-title-arrow.png) no-repeat left center;
  color: #999999;
  display: block;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-intro {
  background-color: #fff;
  padding: 20px;
}
.product-intro .preview-wrap {
  width: 360px;
  height: 360px;
  float: left;
}
.product-intro .preview-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-intro .itemInfo-wrap {
  position: relative;
  width: 300px;
  height: 360px;
  margin-left: 30px;
  float: left;
}
.product-intro .itemInfo-wrap .itemInfo-title {
  margin: 10px 0;
  color: #333;
  font-size: 18px;
}
.product-intro .itemInfo-wrap .kind {
  margin: 14px 0;
  font-size: 14px;
  color: #666666;
}
.product-intro .itemInfo-wrap .intro {
  max-height: 150px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.product-intro .itemInfo-wrap .tell {
  position: absolute;
  bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  color: #333;
}
.product-intro .itemInfo-wrap .tell .phone-num {
  margin: 10px 0;
  display: block;
  font-size: 18px;
  color: #1f5aa9;
}
.product-intro .itemInfo-wrap .tell .zixun {
  display: inline-block;
  width: 129px;
  height: 34px;
  border-radius: 5px;
  background-color: #1f5aa9;
  color: #fff;
  text-align: center;
  line-height: 34px;
}
.itemInfo_more {
  margin-top: 42px;
}
.itemInfo_more .itemInfo_more_t {
  border-bottom: 4px solid #1f5aa9;
  margin: 0 -20px;
}
.itemInfo_more .itemInfo_more_t span {
  display: inline-block;
  height: 38px;
  padding: 0 16px;
  margin-left: 20px;
  line-height: 38px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #1f5aa9;
  color: #fff;
}
.itemInfo_more .itemInfo-body {
  margin-top: 20px;
}
.itemInfo_more .itemInfo-body p {
  line-height: 1.5;
  font-size: 14px;
  color: #666666;
}
.contact-box {
  background-color: #f0f0f0;
  margin-top: 20px;
  padding: 26px;
}
.contact-box .t {
  margin-bottom: 24px;
  font-size: 14px;
  color: #666;
}
.contact-box .t span {
  font-size: 14px;
  color: #333;
}
.contact-box .input-group {
  position: relative;
  display: table;
  width: 332px;
  margin-bottom: 11px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-collapse: separate;
}
.contact-box .input-group span {
  width: 78px;
  text-align: center;
  border-right: 1px solid #d1d1d1;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  display: table-cell;
}
.contact-box .input-group .form-control {
  display: table-cell;
  padding: 5px 10px;
  font-size: 12px;
  color: #333;
}
.contact-box .link-btn {
  display: block;
  background-color: #1f5aa9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 1px solid #1f5aa9;
  box-sizing: border-box;
}
.contact-box .link-btn a {
  color: #fff;
  line-height: 30px;
}
.contact-box .group-left {
  float: left;
}
.contact-box .group-right {
  width: 310px;
  height: 200px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  float: right;
}
.contact-box .group-right textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
}
.section-honor {
  background-color: #f6f6f6;
}
.poster-main {
  position: relative;
  margin: -40px auto 120px;
}
.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-list img {
  padding: 2px;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 60px 23px rgba(0, 0, 0, 0.05);
}
.poster-main .poster-list p {
  padding-top: 70px;
  text-align: center;
  font-size: 18px;
  display: none;
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.poster-main .poster-next-btn {
  left: -190px;
  background: url("../images/btn_l.png") no-repeat center center;
}
.poster-main .poster-next-btn.hover {
  background: url("../images/btn_l_hover.png") no-repeat center center;
}
.poster-main .poster-prev-btn {
  right: -190px;
  background: url("../images/btn_r.png") no-repeat center center;
}
.poster-main .poster-prev-btn.hover {
  background: url("../images/btn_r_hover.png") no-repeat center center;
}
.gszz_bg {
  width: 100%;
  /* height: 688px; */
  background: url(../images/gszz_bg.jpg) no-repeat top center #f7f7f7;
}
/* .gszz-list {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: -50px -10px 0;
} */
.gszz-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.gszz-list li a {
  display: block;
  padding: 16px;
  border: 1px solid #e3e3e3;
}
.gszz-list li .imgbox {
  width: 100%;
  height: 349px;
  overflow: hidden;
}
.gszz-list li img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gszz-list li .product-name {
  text-align: center;
  padding-top: 24px  ;
  padding-bottom: 6px;
}
.gszz-list li .product-name span {
  display: block;
  color: #333;
  font-size: 16px;
}
.contact_info_box .info_box_l {
  display: table;
  width: 542px;
  height: 280px;
  float: left;

}
.contact_info_box .info_box_l .t {
  text-align: center;
  font-size: 24px;
  color: #1f5aa9;
  font-weight: bold;
}
.contact_info_box .info_box_l .sub_t {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #1f5aa9;
  font-weight: bold;
}
.contact_info_box .info_box_l ul {
  margin-top: 24px;
  margin-left: 66px;
}
.contact_info_box .info_box_l li {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.contact_info_box .info_box_r {
  display: table;
  width: 544px;
  height: 280px;
  background-color: #fff;
  float: right;
}
.contact_info_box .info_box_r img {
  width: 200px;
}
.contact_info_box .info_box_r p {
  margin: 36px 0;
  text-align: center;
}
.contact_info_box .box-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.section-histroy {
  background: url(../images/histroy_bg.jpg) no-repeat top center;
}
/*大事记start*/
.event_box {
  width: 1000px;
  display: table;
  height: 500px;
  margin: 3% auto 0;
  position: relative;
}
.event_box .parHd {
  position: relative;
  width: 190px;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}
.event_box .parHd:after {
  position: absolute;
  left: 8px;
  top: 20px;
  content: '';
  display: block;
  height: 92%;
  border-left: 1px dashed #1f5aa9;
}
.parHd ul {
  width: 158px;
  text-align: center;
  margin-top: 30px!important;
}
.parHd .tempWrap {
  margin: 0 auto;
}
/*   */
.parHd li.no_line:before {
  display: none;
}
.parHd li {
  cursor: pointer;
  margin-top: 60px;
  font-size: 14px;
  color: #000;
  position: relative;
}
.parHd .tempWrap li:first-child {
  margin-top: 0;
}
.parHd li:after {
  content: '';
  background: url(../images/dot_ico.png) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 20;
  top: 4px ;
  left: 2px;
}
.parBd {
  text-align: left;
  margin-top: 60px;
  /* display: table-cell; */
  vertical-align: top;
  max-height: 450px;
  overflow-y:scroll;
}
.parBd h4 {
  position: relative;
  font-size: 40px;
  margin-bottom: 3%;
  /*width:200px;*/
  padding: 0 60px;
  display: inline-block;
  text-align: center;
}
.parBd h4:after {
  content: '';
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  left: -100px;
  bottom: 12px;
}
.parBd h4:before {
  content: '';
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  right: -100px;
  bottom: 12px;
}
.parBd p {
  line-height: 180%;
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
}
div#listBox {
  width: 100%;
}
.sPrev,
.sNext {
  width: 30px;
  height: 30px;
  display: block;
}
.sPrev img,
.sNext img {
  transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -moz-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -o-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
}
.parHd li.act {
  font-weight: bold;
  font-size: 18px;
  color: #1f5aa9;
}
.parHd li.act span {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url(../images/cat.png) no-repeat;
  position: absolute;
  top: 4px;
  left: 2px;
  z-index: 21;
}
.parHd li span,
.parHd li.clone span {
  display: none;
}
.parBd .slideBox li {
    padding: 30px 0;
  line-height: 24px;
  font-size: 14px;
  background: url(../images/histroy-border-img.png) no-repeat top left;
}
.parBd .slideBox li span {
  font-size: 14px;
  color: #1f5aa9;
  margin-right: 16px;
}
.parBd .slideBox li:last-child:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/histroy-border-img.png) no-repeat top left;
}

.swiper-pagination-bullet{ width: 12px; height: 12px; background-color: #fff; opacity: 0.9;}

.swiper-pagination-bullet-active{ background-color: #1f5aa9;}

.page_honor{ position: relative; margin-top: 20px;}
.page_honor .swiper-pagination-bullet-active{ background-color: #1f5aa9;}
.swiper-honor .swiper-pagination-bullet{ box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);}

.entry .entry-content img{ height: auto !important;}

.article-t{     width: 430px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    vertical-align: middle;}