@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Microsoft Yahei";
}

* a {
  color: #000000;
}

body {
  background-color: #f9f8f8;
  padding-top: 80px;
  max-width: 1920px;
  margin: 0 auto;
}
a {
  outline: none;
  transition-duration: 0.3s, 0.3s;
  transition-property: background-color, color;
  transition-timing-function: ease, ease;
}

a, img, a img {
  text-decoration: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
ol, ul {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-table;
  display: block
}
.clear {
  clear: both;
}
* html .clearfix {
  height: 1%
}

* + html .clearfix {
  min-height: 1%
}
.display-series {
  padding: 0 60px;
}
.bg-white {
  background-color: #fff;
}

.wh0 {
  width: 0 !important;
  height: 0 !important;
}

















/*----------------------------------------------- header */




.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.navbox {
  position: relative;
  z-index: 9999;
  margin: auto;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.navbox {
  /* justify-content: space-between; */
  /* padding: 0 5%; */
  /* width: 90%; */
  background-color: #fff;
  /* border-bottom: 1px solid #dcdcdc; */
}
.navbox .nav {
    margin: 0 auto;
    list-style: none;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}
.navbox .nav>li {
  float: left;
  height: 80px;
  position: relative;
  list-style: none;
}
.navbox .nav>li>a {
  display: block;
    height: 100%;
    width: 100%;
}
.navbox .nav>li a span {
    float: left;
    font: bold 16px "微软雅黑";
    color: #02012D;
    cursor: pointer;
    width: 120px;
    line-height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.navbox .nav>li:hover {
  background-color: #3c3fbc;
}

.navbox .nav>li:hover a span {
  color: #fff;
}
.nav>li .submenu {
  position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    pointer-events: none;
    z-index: 10;
}
.submenu.show {
  pointer-events: visible;
}
.mj_menu_main {
  padding-bottom: 10px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  border-top: 1px solid #ddd;
  pointer-events: none;
}
.submenu.show .mj_menu_main {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.mj_menu_ul{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.mj_menu_ul ul li{
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
}
.mj_menu_ul ul li>a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.mj_menu_ul ul li .pro_text {
  font-size: 14px;
  color: #02012D;
  -webkit-margin-top-collapse: 30px;
  margin-top: 30px;
  text-align: center;
  position: relative;
  top: 0;
  transition: top .7s;
  -webkit-transition: top .7s;
  -o-transition: top .7s;
  -moz-transition: top .7s;
  -ms-transition: top .7s;
}
.mj_menu_ul ul li:hover .pro_text {
  top: -6px;
  color: #3c3fbc;
}
.mj_menu_pro_more {
  margin: 10px auto;
  text-align: center;
}
.mj_menu_pro_more a {
  color: #3c3fbc;
  font-size: 16px;
  opacity: .8;
}
.mj_menu_pro_more a:hover {
  opacity: 1;
}
.header .header-wrap:hover .menubtn span {
  background-color: #3c3fbc;
}
.header .header-wrap:hover .menubtn-box b {
  color: #3c3fbc;
}
.menubtn span:before {
  top: -8px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}.header .header-wrap:hover .menubtn span:before, .header .header-wrap:hover .menubtn span:after {
  background: #3c3fbc;
}
.menubtn span:after {
  bottom: -8px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.header .header-wrap:hover .menubtn span:before, .header .header-wrap:hover .menubtn span:after {
  background: #3c3fbc;
}

.menubtn-box {
  display: none;
}
.menubtn {
  width: 26px;
  height: 60px;
  position: relative;
  z-index: 20;
  float: right;
  cursor: pointer;
  transition: 0.4s;
  cursor: pointer;
}
.menubtn span {
  margin-top: 30px;
  display: inline-block;
  width: 80%;
  height: 2px;
  background: #3c3fbc;
  position: relative;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  transition: color 0.3s 0s;
}
.header.scroll .header-wrap .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.header .header-wrap:hover .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.menubtn span:after, .menubtn span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 2px;
  left: 0;
  background-color: #3c3fbc;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}
.menubtn-box.active .menubtn span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menubtn-box.active .menubtn span:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menubtn-box b {
  display: inline-block;
  color: #3c3fbc;
  margin-left: 10px;
  font-size: 20px;
  font-weight: normal;
  transition: 0.36s;
}
.navigate {
  position: fixed;
  left: 100%;
  top: 0;
  padding: 95px 5% 60px;
  width: 100%;
  height: 100vh;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
}
.navigate.show {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: visible;
}
.navigate-list > li{
  position: relative;
  margin-bottom: 16px;
}
.navigate-list > li > a {
  display: inline-block;
  color: #222222;
  font-size: 22px;
  line-height: 40px;
}
.navigate-list > li.active > a {
  color: #3c3fbc;
}
.navigate-list > li > a i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("../image/down.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.navigate-list > li.active > a i {
  background-image: url("../image/up.png");
}
.product-menu-iphone {
  padding: 10px 0;
  display: none;
}
.product-menu-list li {
  text-align: left;
  width: 100%;
}
.navigate-list > li:nth-child(3) ul, 
.navigate-list > li:nth-child(4) ul {
  justify-content: left;
}
.product-menu-list li a {
  display: block;
  padding: 0 3%;
}

.navigate-list > li:nth-child(3) li figure,
.navigate-list > li:nth-child(4) li figure {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.navigate-list > li:nth-child(3) li figure img,
.navigate-list > li:nth-child(4) li figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-menu-list li figure {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.product-menu-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-menu-list li p {
  margin-top: 14px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.product-menu-iphone .menu_pro_more {
  margin-top: 16px;
  text-align: center;
}
.product-menu-iphone .menu_pro_more a {
  color: #3c3fbc;
  font-size: 16px;
  opacity: .8;
}

.logo {
  width: 210px;
  height: 80px;
}
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.languagediv {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
}
.languagediv .language {
  margin: 8px 10px;
  width: 100%;
  cursor: pointer;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
.languagediv .language span{
  text-align: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}
.languagediv .language span .language-ico {
  width: 22px;
  height: 22px;
  background-image: url(../image/internet.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.languagediv .language figure {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  background-image: url(../image/down.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.languagediv .language:hover .language-list{
  display: block;
}
.languagediv .language:hover span {
  color: #3c3fbc;
}
.languagediv .language:hover .language-ico {
  background-image: url(../image/internet_active.png);
}
.languagediv .language:hover figure {
  background-image: url(../image/up.png);
}
.languagediv .language .language-list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  background-color: #fff;
  padding: 10px;
  display: none;
}
.languagediv .language a {
  font: 14px / 14px Arial;
  color: #02012D;
  margin: 10px 0;
  display: block;
}
.languagediv .language a:hover {
  color: #f3ab29;
  opacity: 1;
}
.languagediv.isphone {
  position: fixed;
  bottom: 0;
  display: flex;
  opacity: 1;
  transition: 3s;
}




















/* ------------------------------------------banner */


.banner {
  position: relative;
  overflow: hidden;
  height: 660px;
}
.indexswiper {
  width: 100%;
  height: 100%;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-pagination {
  padding: 20px 0;
  width: 100%;
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  text-indent: 0;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}

.banner .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
}

.banner .banner-pro-img {
  position: absolute;
  width: 600px!important;
  height: 80%!important;
  bottom: 0;
  left: 20%;
}
.banner .banner-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner .swiper-slide:nth-child(3) .banner-pro-img {
  left: 30%;
}
.banner .swiper-slide:nth-child(4) .banner-pro-img {
  left: 45%;
}





/* ----------------------------------------------------------------首页 产品中心 */
.product-wrap {
  width: 100%;
  margin: auto;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.product-wrap .product-title {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #fff;
}
.product-wrap .product-title h2{
  color: #02012D;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 2px;
}
.product-wrap .product-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 230px;
  background-color: #3c3fbc;
  bottom: 0;
  left: 50%;
  margin-left: -118px;

}
.product-wrap .product-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 6px;
}

.product-select {
  width: 100%;
  margin-bottom: 50px;
  background-color: #fff;
}
.product-select ul {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-select li {
  width: 25%;
  font-weight: bold;
  text-align: center;
  height: 90px;
  position: relative;
  cursor: pointer;
}
.product-select li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-select li h2 {
  position: relative;
  color: #6B7D9E;
  font-size: 36px;
  font-family: '楷体';
  width: 100%;
  font-weight: 600;
}

.product-select li h2.ruClass {
  font-size: 22px;
  font-family: auto;
}
.product-select li h2::after {
  width: 50%;
  height: 5px;
  background-color: rgba(44, 95, 171, 0.16);
  position: absolute;
  content: "";
  bottom: 10px;
  left: 25%;
}
.product-select li p {
  color: #1F2B42;
  font-size: 13px;
  opacity: .56;
}
.product-select li p.ruClass {
    font-size: 11px;
}
.product-select li:hover h2,
.product-select li.active:hover{
  color: #3c3fbc;
  opacity: 1;
}
.product-select li:hover p,
.product-select li.active p {
  opacity: 1;
}
.product-select li.active::after {
  width: 64%;
  height: 4px;
  content: "";
  position: absolute;
  background-color: #3c3fbc ;
  bottom: 1px;
  left: 18%;
}
.product-select li.active h2 {
  color: #3c3fbc;
}

.product-list {
  width: 100%;
  max-width: 1600px;
  min-height: 750px;
  margin: 0 auto;
  position: relative;
}
.product-list-item{
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-list-item li {
  width: 24%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: 5px;
  box-sizing: border-box;
}
.product-list-item li:not(:nth-child(4n)) {
    margin-right: -moz-calc(4% / 3);
    margin-right: -webkit-calc(4% / 3);
    margin-right: calc(4% / 3);
}
.product-list-item li .pro_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -ms-transition: all .3s;
}
.product-list-item li .pro_link:hover {
  box-shadow: 1px 1px 10px rgba(60, 63, 188, .4);
}

.product-list-item li .pro_img {
  background: #FFF;
  overflow: hidden;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 280px;
  padding: 20px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list-item li .pro_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-list-item li .pro_text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "微软雅黑", "宋体";
  color: #060531;
  padding: 14px;
  text-align: center;
}
.product-list-item li .pro_info {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
  justify-content: space-between;
}

.product-list-item li .pro_info {
  margin-bottom: 20px;
}
.product-list-item li .pro_info span {
     width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.product-list-item li .pro_info span p {
  float: left;
}





/* -------------------------------------------------------------------首页 工程案例区域 */

.partners {
  position: relative;
  font-size: 0;
  padding: 40px 0;
}
.partners-bg-img {
  background-color: #2a364d;
}
.partners .partners-title {
  text-align: center;
  margin-bottom: 80px;
}
.partners .partners-title h2{
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
    letter-spacing: 6px;
}
.partners .partners-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 230px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -118px;

}
.partners .partners-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 2px;
    letter-spacing: 6px;
}
.partners-wrap {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.partners-block{
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.partners-block li {
  width: 15%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.partners-block li:not(:nth-child(6n)){
    margin-right: -moz-calc(10% / 5);
    margin-right: -webkit-calc(10% / 5);
    margin-right: calc(10% / 5);
}
.partners-block li figure {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  display: block;
  margin: auto;
}
.partners-block li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners-block li .partners-name {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 96%;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
}
.partners-block li .partners-area {
  background-color: rgba(0,0,0,.6);
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  position: absolute;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 80px;
  padding: 20px 10px;
  left: 0;
  bottom: -120px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
}
.partners-block li .partners-area b{
    font-weight: bold;
    font-size: 16px;
}
.partners-block li:hover .partners-area {
  bottom: 0;
  opacity: 1;
}
.partners-block li a {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
}
.partners-block li:hover a,
.partners-block li:hover .partners-name{
  -webkit-transform: scale(.9);
  -o-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  z-index: 99;
}
.partners-more {
    width: 100%;
    text-align: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.partners-more a {
    padding: 24px 130px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    color: #fff;
    font-size: 16px;
    background-color: rgba(255,255,255,0.2);
    letter-spacing: 4px;
}
.partners-more a:hover {
    background-color: #3c3fbc;
}



















/* ------------------------------------------------------------------------------首页-企业历史年轮 */
.annualrings {
  position: relative;
  font-size: 0;
  padding: 40px 0;
}
.annualrings .annualrings-title {
  text-align: center;
  margin-bottom: 80px;
}
.annualrings .annualrings-title h2{
  color: #02012D;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
    letter-spacing: 2px;
}
.annualrings .annualrings-title h2.enClass {
    font-size: 32px;
    letter-spacing: 1px;
}
.annualrings .annualrings-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 250px;
  background-color: #3c3fbc;
  bottom: 0;
  left: 50%;
  margin-left: -128px;

}
.annualrings .annualrings-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 2px;
}

.annualrings-wrap {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  min-height: 600px;
  position: relative;
}
.annualrings-name {
  width: 60%;
  height: 90px;
  margin-bottom: 30px;
  text-align: left;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  position: relative;
  top: 0;
}
.annualrings-name a {
  font-size: 65px;
  color: #363890;
  font-family: '楷体';
  font-weight: 600;
  text-align: center;
  display: inline-block;
  letter-spacing: 15px;
  margin-left: 20%;
}
.annualrings-name a.ruClass {
    font-family: auto;
    letter-spacing: 0;
    font-size: 45px;
}
.annualrings-name a.enClass {
    font-family: auto;
    letter-spacing: 0;
    font-size: 42px;
}
.annualrings-name:hover {
  opacity: .8;
  top: -20px;
}
.annualrings-content {
  width: 80%;
  height: 410px;
  background: linear-gradient( 270deg, #FFFFFF 0%, #30328C 100%);
  padding: 50px 0 50px 54px;
  box-sizing: border-box;
}
.annualrings-year {
  font-size: 80px;
  color: #fff;
}
.annualrings-en {
  color: #fff;
  font-size: 30px;
}
.annualrings-text {
  color: #fff;
  font-size: 14px;
  width: 70%;
  margin-top: 30px;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden; 
  text-overflow: ellipsis;
}
.annualrings-list {
  width: 560px;
  height: 560px;
  position: absolute;
  right: 0;
  top: 30px;
}
.annualrings-list ul{
  width: 100%;
  height: 100%;
  background-image: url(../image/semicircle.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.annualrings-list ul li {
  color: #fff;
  font-size: 24px;
  position: absolute;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
}
.annualrings-list ul li:hover, 
.annualrings-list ul li.active{
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.annualrings-list ul li:first-child {
  left: 220px;
  top: 38px;
}
.annualrings-list ul li:nth-child(2) {
  left: 108px;
  top: 87px;
}
.annualrings-list ul li:nth-child(3) {
  left: 48px;
  top: 160px;
}
.annualrings-list ul li:nth-child(4) {
  left: 26px;
  top: 247px;
}
.annualrings-list ul li:nth-child(5) {
  left: 36px;
  top: 335px;
}
.annualrings-list ul li:nth-child(6) {
  left: 80px;
  top: 412px;
}
.annualrings-list ul li:nth-child(7) {
  left: 165px;
  top: 473px;
}
.annualrings-list ul li:nth-child(8) {
  left: 280px;
  top: 490px;
}
.annualrings-list ul li:nth-child(9) {
  left: 386px;
  top: 450px;
}
.annualrings-list ul li:nth-child(10) {
  left: 455px;
  top: 373px;
}
.annualrings-list ul li:nth-child(11) {
  left: 483px;
  top: 280px;
}
.annualrings-list ul li:last-child {
  left: 473px;
  top: 190px;
}




/* -------------------------------------------------------------------------------------首页 专利认证 */


.honor {
  position: relative;
  font-size: 0;
  padding: 40px 0;
  overflow: hidden;
}
.honor .honor-title {
  text-align: center;
  margin-bottom: 80px;
}
.honor .honor-title h2{
  color: #02012D;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 6px;
}
.honor .honor-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 250px;
  background-color: #3c3fbc;
  bottom: 0;
  left: 50%;
  margin-left: -128px;

}
.honor .honor-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 2px;
}
.honor-wrap {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  min-height: 500px;
  position: relative;
}
.honor-block {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
}
.honor-block li {
  perspective: 1000px;
  position: relative;
  transition: transform 0.6s;
  -webkit-box-reflect: below 5px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  box-reflect: below 5px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
}
.honor-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: inherit;
}
.honor-content {
  position: absolute;
  background-color: rgba(255,255,255,.8);
  width: 100%;
  height: 112px;
  overflow: hidden;
  top: 0;
  z-index: 9;
  color: #555;
  font-size: 14px;
  box-sizing: border-box;
  padding: 14px;
  opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.honor-block li:nth-child(2) {
  left: -80px;
}
.honor-block li:nth-child(3) {
  left: -140px;
}
.honor-block li:nth-child(4) {
  left: -210px;
}
.honor-block li:nth-child(5) {
  left: -280px;
}
.honor-block li:nth-child(6) {
  left: -350px;
}
.honor-block li:nth-child(7) {
  left: -420px;
}
.honor-block li:nth-child(8) {
  left: -490px;
}
.honor-block li:nth-child(9) {
  left: -560px;
}
.honor-block li:nth-child(10) {
  left: -630px;
}
.honor-block li .card {
  position: relative;
  transform-style: preserve-3d;
  width: 220px;
  height: 300px;
  background: #f9f8f8;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transform: rotateY(35deg);
  -webkit-transform: rotateY(35deg);
  -moz-transform: rotateY(35deg);
  -ms-transform: rotateY(35deg);
  -o-transform: rotateY(35deg);
  box-shadow: -25px 5px 15px rgba(0,0,0,.2);
}
.honor-block li:hover,
.honor-block li.active {
  z-index: 999;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
} 

.honor-block li:hover .honor-content,
.honor-block li.active .honor-content {
  top: 0;
  opacity: 1;
}
.honor-block li:hover .card,
.honor-block li.active .card {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.card-front {
  background: #f9f8f8;
  padding: 14px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.honor-block li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}













/* ---------------------------------------------------------------------------首页 视频展示区 */

.solute {
  position: relative;
  font-size: 0;
  padding: 40px 0;
  padding-bottom: 120px;
}
.solute .solute-title {
  text-align: center;
  margin-bottom: 80px;
}
.solute .solute-title h2{
  color: #02012D;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
    letter-spacing: 6px;
}
.solute .solute-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 230px;
  background-color: #3c3fbc;
  bottom: 0;
  left: 50%;
  margin-left: -118px;

}
.solute .solute-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 2px;
    letter-spacing: 6px;
}
.solute-video {
  display: block;
  width: 100%;
  height: 770px;
  position: relative;
  margin: 0 auto;
}
.solute-video .solute-v {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.btext {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  text-align: center;
  z-index: 3;
}
.btext1 {
  display: block;
  margin-top: 390px;
  line-height: 112px;
  color: #fff;
  font-weight: normal;
  font-size: 80px;
  letter-spacing: 0.2vw;
}
.btext2 {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 3.125vw;
  letter-spacing: 0.2vw;
}
.btext3 {
  display: block;
  margin-top: 390px;
  line-height: 112px;
  color: #fff;
  font-weight: normal;
  font-size: 50px;
  letter-spacing: 0.2vw;
}
.btext4 {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 2vw;
  letter-spacing: 0.2vw;
}
.solute .more {
  width: 100%;
  text-align: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.solute .more a{
  padding: 20px 130px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  color: #fff;
  font-size: 16px;
  background-color: #3c3fbc;
  letter-spacing: 4px;
}
.solute .more a:hover {
  font-size: 18px;
}










/* -------------------------------------------------footer 底部 */


.footer {
  position: relative;
  background-color: #3c3fbc;
}
.footer-top {
  max-width: 1600px;
  width: 100%;
  padding: 30px 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content:space-between;
  margin: auto;
  box-sizing: border-box;
}
.footer-navs {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.footer-navs-item:first-child {
  flex-grow: 1;
  width: 70%;
}
.footer-navs-item:last-child {
  flex-grow: 1;
}
.footer-navs-item-titile {
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-bottom: 24px;
}
.footer-navs-pro-list{
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}
.footer-navs-pro-list ul {
  margin-right: 14px;
}
.footer-navs-pro-list ul:last-child {
  margin: 0;
}
.footer-navs-pro-list ul li {
  margin-bottom: 15px;
}

.footer-navs-pro-list ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.footer-navs-pro-list ul li a:hover,
.footer-navs-list ul li a:hover {
  text-decoration: underline;
}
.footer-navs-list ul li {
  margin-bottom: 15px;
}
.footer-navs-list ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.footer-contact {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}

.footer-contact:first-child {
  flex-wrap: wrap;
}
.footer-contact:last-child {
  justify-content: space-around;
}
.footer-contact:last-child .contact {
    width: 60%;
}
.footer-logo {
  width: 100%;
  height: 60px;
  text-align: left;
}
.footer-logo img {
  width: 160px;
  height: 100%;
  object-fit: contain;
}
.prod-left .contact ul li,
.news-left .contact ul li {
  margin-bottom: 8px;
}
.contact ul li{
  color: #fff;
  font-size: 14px;
  margin-bottom: 26px;
}
.footer-contact .contact-title,
.ewm-title  {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 24px;
}
.footer-contact .ewm .ewm-img{
  width: 200px;
  height: 200px;
  color: #ccc;
  text-align: center;
  align-content: center;
  overflow: hidden;
}
.footer-contact .ewm .ewm-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-bottom {
  border-top: 1px solid #ddd;
  padding: 30px 0 60px 0;
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.footer-bottom p {
  margin: 15px auto;
}
.footer-bottom p, 
.footer-bottom p a {
  color: #fff;
  font-size: 14px;
  margin: auto 10px;
}
.footer-bottom p a {
  position: relative;
  margin: auto 10px;
  cursor: auto;
}
.footer-bottom p a.footer-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer-bottom p a:last-child::before{
  display: none;
}
.footer-bottom p a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #999999;
  right: -10px;
}
.footer-bottom .footer-bottom-t{
  margin-bottom: 0;
}
.footer-bottom p:last-child {
  margin-top: 0;
}
.footer-bottom .footer-bottom-b a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #999999;
  right: -10px;
  top: 0;
}
.footer-bottom p span {
  margin: auto 10px;
}
.footer-bottom p span img{
  top: 5px;
  position: relative;
  margin-left: 5px;
}
.footer-bottom p span a {
  margin: 0;
}
.footer-bottom p span a::before {
  display: none;
}








/* ------------------------------------------------------------首页 新闻中心 */
.news-wrap {
  width: 100%;
  max-width: 1600px;
  padding: 40px 0;
  margin: auto;
}
.news-wrap .news-title {
  text-align: center;
  margin-bottom: 80px;
}
.news-wrap .news-title h2{
  color: #02012D;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 6px;
}
.news-wrap .news-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 230px;
  background-color: #3c3fbc;
  bottom: 0;
  left: 50%;
  margin-left: -118px;

}
.news-wrap .news-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 6px;
}
.news-select {
  width: 70%;
  margin: auto;
  margin-bottom: 50px;
}
.news-select ul {
  width: 100%;
  display: flex;
}
.news-select ul li {
  width: 23%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #a3a3a3;
  border-radius: 50px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.news-select ul li:not(:nth-child(4n)) {
    margin-right: -moz-calc(8% / 3);
    margin-right: -webkit-calc(8% / 3);
    margin-right: calc(8% / 3);
}
.news-select ul li.active {
  background-color: #3c3fbc;
  color: #fff;
}
.news-select ul li.active a {
  color: #fff;
}
.news-select ul li a {
  display: block;
  color: #A3A3A3;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 20px 4px;
}
.news-block .news-list {
  width: 100%;
  min-height: 510px;
}
.news-block .news-list ul {
  width: 55%;
  position: relative;
  padding-left: 45%;
  display: flex;
  flex-wrap: wrap;
}
.news-block .news-list ul li {
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 117px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
}

.news-block .news-list ul li:first-child {
  width: -moz-calc(45% - 20px);
  width: -webkit-calc(45% - 20px);
  width: calc(45% - 20px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.news-block .news-list ul li:first-child .news-img,
.news-block .news-list .book-block ul li:first-child .news-img {
  width: 100%;
  height: 333px;
  padding-bottom: 20px;
  background-color: #F9F8F8;
  margin-right: 0;
}
.news-block .news-list ul li:first-child .news-img img {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.news-block .news-list .book-block ul li .book-img {
  width: 120px;
  height: 117px;
  margin-right: 30px;
}
.news-block .news-list .book-block ul li .book-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-block .news-list .book-block ul li .book-info {
  width: -moz-calc(100% - 120px - 30px - 110px);
  width: -webkit-calc(100% - 120px - 30px - 110px);
  width: calc(100% - 120px - 30px - 110px);
}
.news-block .news-list .book-block ul li .book-info .book-title {
  margin-bottom: 8px;
  color: #02012D;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.news-block .news-list .book-block ul li .book-info .book-content {
  min-height: 72px;
  margin: 0;
  opacity: .8;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-block .news-list ul li:first-child .book-img img {
  object-fit: contain;
}
.news-block .news-list ul li:first-child .news-info {
  width: -moz-calc(100% - 100px - 20px);
  width: -webkit-calc(100% - 100px - 20px);
  width: calc(100% - 100px - 20px);
  padding: 20px 0 20px 20px;
}
.news-list ul li:first-child .news-time {
  width: 80px;
  padding-right: 20px;
}
.news-list ul li:last-child {
  margin-bottom: 0;
}
.news-list ul li a {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-list ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all .6s;
}
.news-list ul li:first-child:hover,
.news-list ul li:hover {
  background: #3c3fbc;
}
.news-list ul li:not(:first-child):hover::after {
  box-shadow: 0 15px 15px rgba(0,0,0,.1);
  background: #3c3fbc;
  z-index: -1;
}
.news-info .news-content {
  height: 72px;
  margin: 0;
  opacity: .8;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-info {
  width: 80%;
}
.news-time {
  width: 100px;
  color: #A3A3A3;
  text-align: right;
}
.news-day {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  color: #02012D;
}
.news-year {
  display: block;
  font: 18px / 1 'Gotham-Book';
}
.news-time .book-link {
  color: #3c3fbc;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  padding: 10px;
  top: 0;
  display: inline-block;
}
.news-time .book-link:hover {
  top: 5px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.news-info .news-info-title {
  margin-bottom: 15px;
  color: #02012D;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.news-list ul li:hover .news-time,
.news-list ul li:hover .news-day,
.news-list ul li:hover .news-info-title,
.news-list ul li:hover .news-content,
.news-list .book-block ul li:hover .book-info .book-title,
.news-list .book-block ul li:hover .book-info .book-content{
  color: #fff;
  opacity: 1;
}

.news-list ul li:hover .news-time .book-link {
  color: #fff;
}





/* ---------------------------------------------------------------------------子页面-面包屑 */
.posites {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
  align-items: center;
  color: #777;
  font-size: 12px;
  position: relative;
}
.posites b {
  margin: 0 10px;
}
.posites a,
.posites b {
  color: #777;
  font-size: 14px;
}
.posites a img {
  width: 20px;
  opacity: 0.6;
}
.posites a:hover,
.posites a:hover img {
  color: #000;
  opacity: 1;
}
.hotline {
  position: absolute;
  right: 14px;
  font-size: 24px;
  color: #3c3fbc;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  z-index: -1;
}
.hotline figure {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.hotline figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bannerImg {
  height: 450px;
  overflow: hidden;
}
.bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ------------------------------------------------------------------------------------------子页面 */
.productBox {
  width: 100%;
  max-width: 1600px;
  margin: 30px auto;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.prod-left {
  width: 360px;
  margin-right: 50px;
}

.productBox .prod-nav {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 26px;
}
.prod-left-title {
  text-align: center;
  color: #02012D;
}
.prod-left-title h3{
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 6px;
}
.prod-left-title h5{
  font-size: 10px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}

.prod-nav-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.prod-nav-list li {
  width: 100%;
  line-height: 32px;
  background-color: #fff;
  border-bottom:1px solid #E8E8E8;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.prod-nav-list li:last-child {
  border: none;
}
.prod-nav-list li.select figure, 
.prod-nav-list li.select h1{
  opacity: 1;
  color: #02012D;
  font-weight: 600;
}
.prod-nav-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.prod-nav-list li a:hover + figure,
.prod-nav-list li a:hover ~ div>h1 {
  opacity: 1;
  color: #02012D;
}
.prod-nav-list li figure {
  position: relative;
  text-align: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  opacity: 0.4;
}
.prod-nav-list li figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-nav-list li>div {
  width: calc(98% - 10px - 32px);
  margin-left: 10px;
}
.prod-nav-list li>div h1 {
  font-size: 16px;
  color: #A3A3A3;
  font-weight: 400;
  white-space: wrap;
  word-wrap: break-word;
  line-height: 18px;
}
.prod-left .contact-wrap {
  padding: 20px;
}

.contact-wrap {
  background-color: #fff;
  padding: 20px;
}
.contact-wrap .contact-title {
  color: #02012D;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.contact-wrap ul li {
  color: #585858;
}
.contact-wrap ul li.contact-ewm {
  padding: 6px;
}
.contact-wrap ul li.contact-ewm img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-list {
  width: -moz-calc(100% - 360px - 50px);
  width: -webkit-calc(100% - 360px - 50px);
  width: calc(100% - 360px - 50px);
}

.prod-list-title {
  padding-bottom: 30px;
}
.prod-list-title h1 {
  text-align: center;
  color: #3c3fbc;
  font-size: 20px;
  line-height: 60px;
  z-index: 1;
  margin-bottom: 10px;
}
.prod-list-title p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}


.prod-list ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.prod-list ul li{
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  margin-bottom: 20px;
  width: 32%;
  position: relative;
}
.prod-list ul li:not(:nth-child(3n)) {
  margin-right: -moz-calc(4% / 2);
  margin-right: -webkit-calc(4% / 2);
  margin-right: calc(4% / 2);
}
.prod-list ul li:hover{
  box-shadow: 1px 1px 10px rgba(60, 63, 188, .4);
}
.prod-list-item .prod-item-img {    
  background: #FFF;
  overflow: hidden;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 268px;
  padding: 20px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-list-item .prod-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-item-info {
  text-align: center;
}
.prod-item-title {
  padding: 14px;
  text-align: center;
}
.prod-item-title h1 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "微软雅黑", "宋体";
  color: #060531;
}
.prod-item-info .prod-item-par {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: auto;
    justify-content: space-between;
}
.prod-item-info .prod-item-par span {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #666;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prod-item-info .prod-item-par span p {
    float: left;
}
.prod-item-btn {
  width: 100%;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -150px;
  opacity: 0;
  background-color: rgba(60, 63, 188, .9) ;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  border: 1px solid #3c3fbc;
  color: #fff;
  font-size: 14px;
}
.prod-item-btn .info {
  line-height: 22px;
  margin: 15px 10px;
  text-align: left;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 66px;
}
.prod-item-btn a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.prod-item-btn>p {
  width: 100%;
  line-height: 16px;
  margin: 20px 0;
}
.prod-list ul li:hover .prod-item-btn {
  bottom: 0px;
  opacity: 1;
}
.videoList ul {
  width: 100%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.videoList ul li {
  position: relative;
  width: 31%;
  top: 0px;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(205, 205, 205, 0);
  transition: 0.3s;
  box-sizing: border-box;
}
.videoList ul li .video-img {
  width: 100%;
  height: 200px;
}
.videoList ul li .video-img .solute-v {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoList ul li .video-v-text {
  font-size: 14px;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


/* -----------------------------------------------------------------------------产品详细页 */

.prod-detail {
  width: -moz-calc(100% - 360px - 50px);
  width: -webkit-calc(100% - 360px - 50px);
  width: calc(100% - 360px - 50px);
}
.prod-d-info {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /* background-color: #fff; */
  /* padding: 20px; */
  min-height: 400px;
}
.prod-d-title {
  margin: 20px 0;
}
.prod-d-title h1 {
  font-size: 24px;
}
.prod-d-info .d-img {
  margin-right: 50px;
  background-color: rgba(255,255,255,1);
  width: -moz-calc(32% - 60px);
  width: -webkit-calc(32% - 60px);
  width: calc(32% - 60px);
  height: -moz-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  padding: 30px;
}
.prod-d-info .d-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-d-info .d-item {
  width: -moz-calc(100% - 32% - 50px);
  width: -webkit-calc(100% - 32% - 50px);
  width: calc(100% - 32% - 50px);
  position: relative;
}
.prod-d-info .d-item-ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.prod-d-info .d-item-other {
  font-size: 16px;
}
.prod-d-info .d-item-ul ul {
  width: 50%;
}

.prod-d-info .d-item-ul ul li {
  line-height: 20px;
  min-height: 32px;
  font-size: 14px;
  color: #585858;
  margin: 2px 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  align-items: center;
}
.prod-d-info .d-item-ul ul li b {
  min-width: 60px;
  width: 110px;
}
.prod-d-info .d-down {
    margin-bottom: 14px;
}
.prod-d-info .d-down div{
    width: 100%;
}
.prod-d-info .d-down a {
    border: 1px solid #3c3fbc;
    color: #3c3fbc;
    padding: 8px;
    word-break: break-all;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all .3s;
}
.prod-d-info .d-down a:hover {
    opacity: .8;
    top: -3px;
}
.prod-d-info .d-link {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-around;
}
.prod-d-info .d-link .d-link-zx{
  padding: 15px 40px;
  border: 1px solid #3c3fbc;
  color: #ffffff;
  background-color: #3c3fbc;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  font-size: 16px;
  top: 0;
  display: inline-block;
  letter-spacing: 2px;
}
.prod-d-info .d-link a:hover {
  top: -5px;
}

.d-link .share {
  width: 50%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
.d-link .share ul{
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  align-items: center;
}
.d-link .share ul li {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  margin: 0 5px;
  top: 0;
}
.d-link .share ul li figure {
  width: 42px;
  height: 42px;
}
.d-link .share ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.d-link .share ul li:hover {
  top: -5px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.characteristic-box {
  margin-top: 20px;
}
.characteristic-block {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 24px;
  background-color: #fff;
}
.characteristic-title {
  position: relative;
  font-size: 20px;
  color: #02012D;
  padding-left: 34px;
  width: 100%;
  min-height: 36px;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
}
.characteristic-ico1::before,
.characteristic-ico2::before,
.characteristic-ico3::before,
.characteristic-ico5::before,
.characteristic-ico4::before {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 3px;
}
.characteristic-ico1::before {
  background-image: url(../image/characteristic-ico1.png);
}
.characteristic-ico2::before {
  background-image: url(../image/characteristic-ico2.png);
}
.characteristic-ico3::before {
  background-image: url(../image/characteristic-ico3.png);
}
.characteristic-ico4::before {
  background-image: url(../image/characteristic-ico4.png);
}
.characteristic-ico5::before {
  background-image: url(../image/jgyl.png);
}
.characteristic-content {
  padding: 20px 0;
  font-size: 14px;
  color: #585858;
  line-height: 20px;
  /*min-height: 200px;*/
}
.characteristic-content img,
.characteristic-content table {
  width: 100%;
  text-align: center;
}
















/* ----------------------------------------------------------------------你可以需要的其他产品 */

.structure-wrap-pro {
  width: 100%;
  box-sizing: border-box;
}

.structure-title {
  font-size: 20px;
  display: block;
  color: #02012D;
  line-height: 1;
  font-weight: 600;
  margin: 30px 0;
  text-align: center;
}
.structure-pro-items {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.structure-pro-items li {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.structure-pro-items li .pro_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -ms-transition: all .3s;
}
.structure-pro-items li .pro_link:hover {
  box-shadow: 1px 1px 10px rgba(60, 63, 188, .4);
}
.structure-pro-items li .pro_img {
  background: #FFF;
  overflow: hidden;
  width: 100%;
  height: 280px;
  padding: 40px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.structure-pro-items li .pro_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.structure-pro-items li .pro_text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "微软雅黑", "宋体";
  color: #060531;
  padding: 14px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.structure-pro-items li .pro_info {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
  justify-content: space-between;
}
.structure-pro-items li .pro_info span {
  width: 50%;
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
  font-size: 16px;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
}
.structure-pro-items li .pro_info span p {
  white-space: nowrap;
}





.structure-wrap-book .structure-title{
  text-align: left;
}

.structure-block {
  border: 1px solid #ccc;
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  min-height: 200px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  margin-bottom: 20px;
}
.structure-block:hover {
  box-shadow: 1px 1px 10px rgba(204,204,204,.6);
}
.structure-block-img {
  width: 30%;
  height: 300px;
}
.structure-block-img figure {
  width: 100%;
  height: 100%;
}
.structure-block-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.structure-block-info {
  width: 70%;
  padding: 0 30px;
  box-sizing: border-box;
}
.structure-block-info-name {
  width: 100%;
  font-size: 24px;
  margin: 20px 0;
  color: #02012D;
}
.structure-block-info-text {
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 100px;
  color: #585858;
}
.structure-block-info-more {
  margin: 20px 0;
}
.structure-block-info-more a {
  font-size: 14px;
  color: #008A42;
  opacity: .8;
}
.structure-block-info-more a:hover {
  text-decoration: underline;
  opacity: 1;
}






















/* ----------------------------------------------------------------------------新闻列表，关于我们列表页面等 */

.newsWrap {
  background-color: #F9F8F8;
}
.newsBox {
  width: 100%;
  max-width: 1600px;
  margin: 30px auto;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.news-left {
  width: 360px;
  margin-right: 50px;
}
.newsBox .news-nav {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.news-left-title {
  text-align: center;
  color: #02012D;
}
.news-left-title h3{
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 6px;
}
.news-left-title h5{
  font-size: 10px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}
.news-nav-list {
  margin-top: 20px;
}
.news-nav-list li {
  width: 100%;
  height: 32px;
  background-color: #fff;
  border-bottom: 1px solid #E8E8E8;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  justify-content: center;
}
.news-nav-list li:last-child {
  border: none;
}
.news-nav-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-nav-list li p {
  font-size: 16px;
  color: #A3A3A3;
  font-weight: bold;
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-nav-list li figure {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #A3A3A3;
  margin-right: 3px;
}

.en-news-list li {
  text-align: left;
}
.en-news-list li figure {
  left: 10px;
}
.en-news-list li p{
  font-size: 12px;
  text-indent: 20px;
}

.news-nav-list li.select p,
.news-nav-list li.select a:hover ~ p{
  opacity: 1;
  color: #3c3fbc;
}
.news-nav-list li.select figure,
.news-nav-list li.select a:hover + figure {
  opacity: 1;
  background-color: #3c3fbc;
  width: 5px;
  height: 5px;
}
.news-nav-list li a:hover + figure{
  opacity: 1;
  background-color: #02012D;
  width: 5px;
  height: 5px;
}
.news-nav-list li a:hover ~ p {
  opacity: 1;
  color: #02012D;
}

.newsBox .article {
  background-color: #fff;
  line-height: 2;
  font-size: 14px;
  word-wrap: break-word;
  width: -moz-calc(100% - 360px - 50px - 60px);
  width: -webkit-calc(100% - 360px - 50px - 60px);
  width: calc(100% - 360px - 50px - 60px);
  padding: 30px;
}
.newsBox .company img,
.newsBox .fanli img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.contactjBox {
  min-height: 500px;
  position: relative;
}
.contactjBox ul {
    width: 48%;
}
.contactjBox .contact-title {
  color: #061729;
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 24px;
}
.contactjBox ul li:first-child {
  color: #061729;
  font-size: 16px;
}
.contactjBox ul li{
  color: #666666;
  font-size: 14px;
  margin-bottom: 20px;
}


.company-wrap,
.rongyu-wrap,
.contactjBox,
.videoList {
  background-color: #fff;
  width: -moz-calc(100% - 360px - 50px - 60px);
  width: -webkit-calc(100% - 360px - 50px - 60px);
  width: calc(100% - 360px - 50px - 60px);
  padding: 30px;
}
.company-wrap ul,
.rongyu-wrap ul {
  width: 100%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.company-wrap ul li,
.rongyu-wrap ul li {
  position: relative;
  border: 1px solid #cdcdcd;
  width: 31%;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.rongyu-wrap ul li {
  width: 31%;
  border: none;
}
.company-wrap ul li:hover {
  top: -5px;
  border: 1px solid #3c3fbc;
}
.rongyu-wrap ul li:hover {
  top: -5px;
}
.company-wrap ul li:not(:nth-child(3n)),
.rongyu-wrap ul li:not(:nth-child(3n)),
.videoList ul li:not(:nth-child(3n)){
  margin-right: calc(7% / 2);
}
.company-item .company-img {
  width: 100%;
  height: 280px;
}
.company-item .company-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.rongyu-wrap .rongyu-wrap-item-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.rongyu-wrap-item .rongyu-wrap-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rongyu-wrap-item {
  position: relative;
  overflow: hidden;
}
.rongyu-content {
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 22px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  background-color: rgba(255,255,255,.8);
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow-y: auto;
  text-overflow: ellipsis;
  bottom: -300px;
  opacity: 0;
  transition: bottom .6s, opacity .6s;
  -webkit-transition: bottom .6s, opacity .6s;
  -moz-transition: bottom .6s, opacity .6s;
  -ms-transition: bottom .6s, opacity .6s;
  -o-transition: bottom .6s, opacity .6s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.rongyu-content::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}

.rongyu-wrap-item:hover .rongyu-content{
  bottom: 22px;
  opacity: 1;
}

.company-item .company-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all .5s;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
}
.company-item .company-link:hover {
  opacity: 1;
}
.company-item .company-name,
.rongyu-wrap-item .rongyu-wrap-item-name {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px;
  font-size: 16px;
}
.company-item .company-name {
  margin: 24px 10px;
}
.company-wrap ul li:hover .company-info {
  opacity: 1;
}
.company-item .company-info {
  color: #fff;
  font-size: 16px;
  text-align: left;
  overflow-y: scroll;
  position: absolute;
  width: 80%;
  height: 30%;
  left: 10%;
  bottom: 15%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all .5s;
  opacity: 0;
  line-height: 24px;
}
.company-item .company-info::-webkit-scrollbar {
  display: none;
}
.company-item .company-more {
  font-size: 16px;
  margin: 15px;
  text-align: center;
  color: #3c3fbc;
}

.newsBox .news-list {
  width: -moz-calc(100% - 360px - 50px - 60px);
  width: -webkit-calc(100% - 360px - 50px - 60px);
  width: calc(100% - 360px - 50px - 60px);
}

.newsBox .news-list ul li {
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  width: -moz-calc(100% - 40px - 2px);
  width: -webkit-calc(100% - 40px - 2px);
  width: calc(100% - 40px - 2px);
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 117px;
  flex-wrap: wrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  border: 1px solid rgba(255,255,255,0);
}
.newsBox .news-list ul li:hover {
  background-color: rgba(60, 63, 188, .8);
  border: 1px solid #3c3fbc;
  box-shadow: 1px 1px 10px rgba(60, 63, 188, .4);
}
.newsBox .news-list ul li:hover .news-title {
  color: #fff;
}
.newsBox .news-list ul li:first-child {
  padding: 0;
  width: 100%;
}
.newsBox .news-list ul li:first-child .news-info {
    width: -moz-calc(100% - 120px - 20px);
    width: -webkit-calc(100% - 120px - 20px);
    width: calc(100% - 120px - 20px);
    padding: 20px 0 20px 20px;
}
.newsBox .news-list ul li:first-child .news-img {
  width: 100%;
  height: 240px;
  background-color: #F9F8F8;
}
.newsBox .news-list ul li:first-child .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsBox .news-list ul li:first-child .news-time {
  width: 100px;
  padding-right: 20px;
}
.newsBox .news-list ul li .news-info {
  width: calc(100% - 100px);
}


.newsBox .book-list {
  width: -moz-calc(100% - 360px - 50px);
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px - 50px);
}
.book-list ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.book-list ul li {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 16px;
  margin-bottom: 24px;
  align-items: center;
  width: -moz-calc(50% - 24px);
  width: -webkit-calc(50% - 24px);
  width: calc(50% - 24px);
  box-sizing: border-box;
  margin-right: 24px;
}
.book-list ul li:nth-child(2n) {
  margin-right: 0;
}
/* .book-list ul li:nth-child(-n + 2) {
} */
.book-list ul li:hover {
  box-shadow: 1px 1px 10px rgba(0,0,0,.1);
}
.book-list ul li .book-img {
  width: 120px;
  height: 120px;
  margin-right: 16px;
}
.book-list ul li .book-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.book-list ul li .book-link {
  width: 80px;
  margin-left: 16px;
}
.book-list ul li .book-info {
  width: -moz-calc(100% - 120px - 16px - 96px);
  width: -webkit-calc(100% - 120px - 16px - 96px);
  width: calc(100% - 120px - 16px - 96px);
}
.book-list ul li .book-info .book-title {
  margin-bottom: 8px;
  color: #02012D;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.book-list ul li .book-info .book-content {
  min-height: 52px;
  margin: 0;
  opacity: .8;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.book-link {
  text-align: center;
}
.book-link a{
  color: #3c3fbc;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  padding: 10px;
  top: 0;
  display: inline-block;
}
.book-link a:hover {
  top: 5px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}














/* -----------------------------分页---------------------- */
.pages-list .page {
  text-align: center;
  margin-top: 60px;
}
.pages-list .page .pageLi {
  display: inline-block;
}
.pages-list .page .page-cur {
  border: 1px solid #3c3fbc !important;
  color: #ffffff !important;
  background-color: #3c3fbc;
}

.pages-list .page .pre {
  border: 1px #ccc solid;
  text-align: center;
}

.pages-list .page .next {
  border: 1px #ccc solid;
  text-align: center;
}
.pages-list .page a.defau:hover {
  color: #ccc;
  text-decoration: none;
  cursor: default;
}
.pages-list .page .text {
  width: 40px;
  text-align: center;
}

.pages-list .page .page-number li {
  float: left;
  display: inline;
  margin: 0 2px;
  width: 30px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #3c3fbc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pages-list .page .next, .pre {
  width: 65px;
  color: #3c3fbc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pages-list .page .defau {
  color: #ccc;
}
.pages-list .page .pre, 
.pages-list .page .next, 
.pages-list .page .page-number, .all-page {
  float: left;
  display: inline;
  height: 22px;
  line-height: 22px;
}
.pages-list .page .page-btn {
  background-color: #3c3fbc;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: none;
  padding: 0 20px;
  margin-left: 10px;
  position: relative;
  top: -5px;
  cursor: pointer;
}
.pages-list .page .next {
  margin-right: 10px;
}

.article .hd {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ccc;
}
.article .hd h1{
  color: #000;
  font-size: 24px;
}
.article .hd .titbar {
  color: #666;
  font-size: 14px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article .hd .titbar span {
  margin-right: 20px;
}
.article .bd {
  color: #666;
  font-size: 14px;
}
.article .bd p img {
    width: 90%!important;
    height: auto!important;
}
.news-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.news-pagination-prev a,
.news-pagination-next a {
  font-size: 14px;
  color: #3c3fbc;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 14px;
  display: inline-block;
}
.news-pagination-prev a:hover,
.news-pagination-next a:hover {
  font-weight: 400;
}


.map_box {
  background-color: #fff;
  width: calc(100% - 60px);
  padding: 30px;
}
.map_content {
  margin-bottom: 30px;
}
.map_content h3 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #3c3fbc;
  line-height: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.map_content h3 > a {
  color: #666;
}
.map_content h3:hover > a {
  color: #3c3fbc;
}
.map_content > a {
  font-size: 14px;
  display: inline-block;
  padding: 2px 8px;
  line-height: 20px;
  color: #666;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.map_content > a:hover {
  color: #3c3fbc;
  border: 1px solid #3c3fbc;
}
.map_box .pagination {
  display: inline-block;
    padding-left: 0;
    margin: 3px 0;
    border-radius: 0;
}
.map_box .pagination>li {
  display: inline;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 3px 0;
  border-radius: 0
}

.pagination>li {
  display: inline
}

.pagination>li>a,.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 20px;
  text-decoration: none;
  color: #3DA9F7;
  background-color: #e0f0ff;
  border: 1px solid #ddd;
  margin-left: -1px;
  height: 20px;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
  z-index: 2;
  color: #3DA9F7;
  background-color: #ecf0f1;
  border-color: #ddd
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
  z-index: 3;
  color: #b4bcc2;
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
  color: #b4bcc2;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.contactFormBox {
  position: absolute;
  width: 48%;
  top: 60px;
  right: 30px;
}
.contactForm {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.bdt-form-default {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}
.bdt-form-default:first-child {
  margin-right: 24px;
  width: calc(100% / 2 - 24px);
}
.bdt-form-default:nth-child(2) {
  width: 50%;
}
.bdt-input input,
.bdt-textarea textarea{
  max-width: 100%;
  width: 100%;
  border: 1px solid #666;
  height: auto;
  padding: 10px 0 10px 30px;
  background-color: transparent;
  color: #666;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  overflow: visible;
  box-sizing: border-box;
}
.bdt-input input:focus,
.bdt-input input:focus-visible,
.bdt-textarea textarea:focus-visible,
.bdt-textarea textarea:focus {
  outline: none;
  border-color: #3c3fbc;
}
.bdt-button button{
  background-color: #3c3fbc;
  color: #FFF;
  font-family: "Barlow", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #3c3fbc;
  border-radius: 0 0 0 0;
  padding: 15px 30px 15px 30px;
  appearance: none;
  overflow: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;

}
.bdt-button button:hover {
  background-color: #fff0;
  color: #3c3fbc;
  border-color: #3c3fbc;
}
.contactDialogBox,
.shareDialogBox,
.shareDialogBoxQQ,
.shareDialogBoxWB,
.picDialogBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 99999;
  display: none;
}
.contactDialog {
  width: 60%;
  height: auto;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 20%;
  top: 20%;
}
.dialogClose {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
}

.contactDialogBox.show,
.shareDialogBox.show,
.shareDialogBoxQQ.show,
.shareDialogBoxWB.show,
.picDialogBox.show  {
  display: block;
}

.shareDialog {
  width: 40%;
  height: auto;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 30%;
  top: 10%;
  text-align: center;
}
.bdMap {
  width: 100%;
  margin-top: 120px;
}
.bdMap img {
  width: 100%;
}
.bdMap #map {
    width:100%;
    height:500px;
    border:#ccc solid 1px;
    font-size:12px
}
.book-search {
  width: 100%;
  margin-bottom: 20px;
}
.book-search input {
  width: 40%;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
.book-search button {
  padding: 11px 30px;
  background-color: #3c3fbc;
  color: #fff;
  border: none;
}

.book-search input:focus {
  outline: none;
  border-color: #3c3fbc;
}

.picDialog {
  width: 90%;
  height: 90%;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 5%;
  top: 5%;
}
.picArea{
  width: 100%;
  height: 100%;
}
.picArea>div {
  width: 100%;
  height: calc(100% - 60px);
  text-align: center;
}
.picArea .bigPicName,
.picArea .picNameList {
  width: 100%;
  height: 30px;
}
.picArea .bigPicName {
  font-size: 18px;
  margin: 30px auto;
}
.picArea .picNameList {
    position: relative;
    top: -50%;
}
.picArea .bigPicDec {
  display: none;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-indent: 28px; 
  margin-bottom: 30px;
}
.picArea figure {
  width: 100%;
  height: 80%;
}
.picArea figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.picNameList {
  display: flex;
  justify-content: space-between;
}
.picNameList div {
  cursor: pointer;
  font-size: 18px;
}

.picNameList div:hover {
  color: #3c3fbc;
}






/* --------------------------------------------------------年轮页面 */
.annualringWrap {
  background-color: #fff;
  padding-bottom: 180px;

}
.annualringBox {
  width: 100%;
  max-width: 1200px;
  padding: 60px 0;
  position: relative;
  box-sizing: border-box;
  min-height: 2654px;
  margin: 0 auto;
}
.annualringBox-bg {
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  z-index: 0;
}
.annualringBox-bg1 {
  height: 780px;
  background-image: url(../image/annualringBox-bg1.png);
  top: 60px;
}
.annualringBox-bg2 {
  height: 876px;
  background-image: url(../image/annualringBox-bg2.png);
  top: 840px;
}
.annualringBox-bg3 {
  height: 1000px;
  background-image: url(../image/annualringBox-bg3.png);
  top: 1715px;
}
.annualring-item {
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  display: flow-root; 
}
.annualring-item::after {
  content: ""; 
  display: block; 
  clear: both; 
}
.annualring-branch {
  position: relative;
  z-index: 10;
  display: flow-root; 
  min-height: 160px;
}
.annualring-branch .year {
  color: #3c3fbc;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  letter-spacing: -2px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.annualring-branch .year::after {
  width: 130px;
  height: 5px;
  background-color: #D8D8D8;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
}
.annualring-branch .event {
  font-size: 20px;
  color: #1F2B42;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}
.annualring-branch .dec {
  font-size: 14px;
  color: #1F2B42;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 60px;
}
.annualring-branch::before {
  width: 72px;
  height: 72px;
  content: "";
  background-image: url(../image/annualring-branch-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
} 

.floatBox {
  position: absolute;
  width: 40%;
  background-color: #fff;
  box-shadow: 0px 2px 34px 0px rgba(0,0,0,0.14);
  z-index: -1;
  padding: 30px;
  box-sizing: border-box;
  min-height: 300px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 8s, visibility 8s;
  -webkit-transition: opacity 8s, visibility 8s;
  -moz-transition: opacity 8s, visibility 8s;
  -ms-transition: opacity 8s, visibility 8s;
  -o-transition: opacity 8s, visibility 8s;
}

.annualring-item:hover .annualring-branch::before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.annualring-item:hover .floatBox {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.annualring-img {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.4);
} 
.annualring-img span {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: .6;
}
.annualring-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.annualring-ye {
  display: flex;
  align-items: center;
  margin-top: 160px;
  font-size: 24px;
  color: #DEDEDE;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.annualring-ye .year {
  color: #3c3fbc;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  letter-spacing: -2px;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 10px;
  align-items: center;
}
.annualring-ye .event {
  font-size: 20px;
  color: #3c3fbc;
  font-weight: 600;
  line-height: 28px;
  margin-left: 10px;
  align-items: center;
}
.annualring-dec {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 4; 
  overflow: hidden;
  text-overflow: ellipsis;
}


.annualring-item:first-child .annualring-branch {
  top: 0;
  left: 340px;
  width: 50%;
  text-align: left;
}
.annualring-item:first-child .annualring-branch::before {
  top: 30px;
  left: -120px;
}
.annualring-item:first-child .floatBox {
  bottom: 145px;
  left: 0;
}

.annualring-item:nth-child(2) .annualring-branch {
  top: 40px;
  left: 55px;
  width: 30%;
  text-align: right;
}
.annualring-item:nth-child(2) .annualring-branch::before {
  top: 20px;
  right: -115px;
}
.annualring-item:nth-child(2) .annualring-branch .year::after {
  right: 0;
  left: auto;
}
.annualring-item:nth-child(2) .floatBox {
  bottom: 110px;
  left: 520px;
}
.annualring-item:nth-child(3) .annualring-branch {
  top: 50px;
  left: 190px;
  width: 40%;
  text-align: right;
}
.annualring-item:nth-child(3) .annualring-branch::before {
  top: 20px;
  right: -115px;
}
.annualring-item:nth-child(3) .annualring-branch .year::after {
  right: 0;
  left: auto;
}
.annualring-item:nth-child(3) .floatBox {
  bottom: 85px;
  right: 0;
}
.annualring-item:nth-child(4) .annualring-branch {
  top: 105px;
  left: 355px;
  width: 40%;
  text-align: right;
}
.annualring-item:nth-child(4) .annualring-branch::before {
  top: 20px;
  right: -115px;
}
.annualring-item:nth-child(4) .annualring-branch .year::after {
  right: 0;
  left: auto;
}
.annualring-item:nth-child(4) .floatBox {
  bottom: 50px;
  right: 0;
}
.annualring-item:nth-child(5) .annualring-branch {
  top: 300px;
  left: 750px;
  width: 30%;
  text-align: left;
}
.annualring-item:nth-child(5) .annualring-branch::before {
  top: -90px;
  left: 0;
}
.annualring-item:nth-child(5) .annualring-branch .year::after {
  left: 0;
}
.annualring-item:nth-child(5) .floatBox {
  bottom: -60px;
  right: 390px;
}

.annualring-item:nth-child(6) .annualring-branch {
  top: 265px;
  left: 280px;
  width: 50%;
  text-align: left;
}
.annualring-item:nth-child(6) .annualring-branch::before {
  top: -90px;
  left: 0;
}
.annualring-item:nth-child(6) .annualring-branch .year::after {
  left: 0;
}
.annualring-item:nth-child(6) .floatBox {
  bottom: -20px;
  left: 0;
}

.annualring-item:nth-child(7) .annualring-branch {
  top: 280px;
  left: 130px;
  width: 50%;
  text-align: left;
}
.annualring-item:nth-child(7) .annualring-branch::before {
  top: 30px;
  left: -115px;
}
.annualring-item:nth-child(7) .annualring-branch .year::after {
  left: 0;
}
.annualring-item:nth-child(7) .floatBox {
  top: 150px;
  left: 210px;
}

.annualring-item:nth-child(8) .annualring-branch {
  top: 350px;
  left: 320px;
  width: 50%;
  text-align: left;
}
.annualring-item:nth-child(8) .annualring-branch::before {
  top: 30px;
  left: -150px;
}
.annualring-item:nth-child(8) .annualring-branch .year::after {
  left: 0;
}
.annualring-item:nth-child(8) .floatBox {
  top: 150px;
  left: 400px;
}

.annualring-item:nth-child(9) .annualring-branch {
  top: 410px;
  left: 605px;
  width: 35%;
  text-align: left;
}
.annualring-item:nth-child(9) .annualring-branch::before {
  top: 30px;
  left: -150px;
}
.annualring-item:nth-child(9) .annualring-branch .year::after {
  left: 0;
}
.annualring-item:nth-child(9) .floatBox {
  top: 455px;
  left: 0;
}

.annualring-item:nth-child(10) .annualring-branch {
  top: 465px;
  left: 720px;
  width: 35%;
  text-align: left;
}
.annualring-item:nth-child(10) .annualring-branch::before {
  top: 30px;
  left: -95px;
}
.annualring-item:nth-child(10) .annualring-branch .year::after {
  left: 0;
}
.annualring-item:nth-child(10) .floatBox {
  top: 180px;
  right: 0;
}

.annualring-item:nth-child(11) .annualring-branch {
  top: 490px;
  left: 450px;
  width: 40%;
  text-align: left;
}
.annualring-item:nth-child(11) .annualring-branch::before {
  top: 30px;
  left: -180px;
}
.annualring-item:nth-child(11) .annualring-branch .year::after {
  left: 0;
}
.annualring-item:nth-child(11) .floatBox {
  top: 200px;
  left: 10%;
}

.annualring-item:nth-child(12) .annualring-branch {
  top: 610px;
  left: 740px;
  width: 35%;
  text-align: left;
}
.annualring-item:nth-child(12) .annualring-branch::before {
  top: 30px;
  left: -105px;
}
.annualring-item:nth-child(12) .annualring-branch .year::after {
  left: 0;
}
.annualring-item:nth-child(12) .floatBox {
  top: 480px;
  left: 150px;
}


