@charset "UTF-8";
html {
  height: 100%;
  border: none; }

body {
  height: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  font-family: Arial, "microsoft yahei", "iconfont";
  background: #fff; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #5e87d7; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px;}

.logo-nav-search {
 
  z-index: 999999;
  width: 100%;
  background-color: rgba(10,63,116,1);
  color: #fff; }
  .logo-nav-search:hover, .logo-nav-search.sticky {
    background-color: #0a3f74; }
    .logo-nav-search:hover .lang a, .logo-nav-search.sticky .lang a {
      color: #33ca97;
      border-color: #33ca97; }
    .logo-nav-search:hover .search .searchgo, .logo-nav-search.sticky .search .searchgo {
      color: #33ca97; }
  .logo-nav-search .container {
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .logo-nav-search .logo img {
    height: 70px;
    margin-right: 20px; }
  .logo-nav-search .logo .txt-1 {
    line-height: 50px;
    font-size: 36px;
    font-weight: bold; }
  .logo-nav-search .logo .txt-2 {
    line-height: 15px;
    font-size: 12px;
    text-transform: uppercase; }
  .logo-nav-search .main-nav {
    height: 100px; }
     .logo-nav-search .nav-ul-1{
      justify-content: space-between;
     }
  .logo-nav-search .nav-li-1 {
    position: relative;
    padding: 20px; }
    .logo-nav-search .nav-li-1:hover .nav-a-1 {
      color: #33ca97; }
    .logo-nav-search .nav-li-1:hover .nav-dl-2 {
      visibility: visible;
      display: block;
      opacity: 1; }
    .logo-nav-search .nav-li-1 .nav-a-1 {
      display: block;
      height: 60px;
      line-height: 60px;
      font-size: 16px;
      font-weight: bold;
      color: #fff; }
    .logo-nav-search .nav-li-1 .nav-dl-2 {
      white-space: nowrap;
      min-width: 100%;
      position: absolute;
      z-index:99999;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      visibility: hidden;
      display: none;
      opacity: 0;
      transition: all 500ms; }
    .logo-nav-search .nav-li-1 .nav-a-2 {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0 15px;
      font-size: 14px;
      text-align: center;
      color: #fff;
      transition: all 500ms;
      background-color: #5a74a8; }
      .logo-nav-search .nav-li-1 .nav-a-2:hover {
        color: #24de9f;
        background-color: #7186af; }
  .logo-nav-search .lang a {
    display: block;
    text-transform: uppercase;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 60px; }
    .logo-nav-search .lang a:hover {
      background-color: #33ca97;
      color: #fff; }
  .logo-nav-search .search {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 40px;
    z-index: 2; }
    .logo-nav-search .search .keyword {
      width: 0;
      position: relative;
      z-index: 1;
      height: 40px;
      line-height: 40px;
      background-color: transparent;
      transition: all 500ms; }
    .logo-nav-search .search .searchgo {
      width: 30px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      background-color: transparent;
      position: absolute;
      right: 10px;
      z-index: 3; }
      .logo-nav-search .search .searchgo:before {
        content: "\e65a";
        font-family: iconfont;
        font-size: 30px; }
    .logo-nav-search .search:hover .keyword {
      padding-left: 10px;
      padding-right: 50px;
      background-color: #fff;
      width: 500px; }

.index-item {
  padding-top: 60px; }
  .index-item .name-box {
    text-align: center; }
    .index-item .name-box .name {
      font-size: 40px;
      font-weight: bold;
      color: #0a3f74;
      position: relative;
      z-index: 3;
      line-height: 1; }
    .index-item .name-box .def1 {
      font-size: 46px;
      font-family: 'Impact';
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 1;
      position: relative;
      z-index: 1;
      transform: translateY(-50%);
      color: rgba(51, 51, 51, 0.1); }
    .index-item .name-box .def2 {
      line-height: 1;
      position: relative;
      z-index: 2;
      transform: translateY(-100%); }

.index-company .left-box {
  position: relative;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 100px; }
  .index-company .left-box .img {
    position: relative;
    z-index: 2; }
  .index-company .left-box:before {
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: -ms-linear-gradient(45deg, transparent 0%, transparent 50%, rgba(143, 157, 186, 0.3) 25%, rgba(143, 157, 186, 0.3) 50%, transparent 50%, transparent 75%, rgba(143, 157, 186, 0.3) 75%, rgba(143, 157, 186, 0.3) 100%);
    background-image: -moz-linear-gradient(45deg, transparent 0%, transparent 50%, rgba(143, 157, 186, 0.3) 25%, rgba(143, 157, 186, 0.3) 50%, transparent 50%, transparent 75%, rgba(143, 157, 186, 0.3) 75%, rgba(143, 157, 186, 0.3) 100%);
    background-image: -o-linear-gradient(45deg, transparent 0%, transparent 50%, rgba(143, 157, 186, 0.3) 25%, rgba(143, 157, 186, 0.3) 50%, transparent 50%, transparent 75%, rgba(143, 157, 186, 0.3) 75%, rgba(143, 157, 186, 0.3) 100%);
    background-image: -webkit-linear-gradient(45deg, transparent 0%, transparent 50%, rgba(143, 157, 186, 0.3) 25%, rgba(143, 157, 186, 0.3) 50%, transparent 50%, transparent 75%, rgba(143, 157, 186, 0.3) 75%, rgba(143, 157, 186, 0.3) 100%);
    background-image: linear-gradient(45deg, transparent 0%, transparent 50%, rgba(143, 157, 186, 0.3) 25%, rgba(143, 157, 186, 0.3) 50%, transparent 50%, transparent 75%, rgba(143, 157, 186, 0.3) 75%, rgba(143, 157, 186, 0.3) 100%);
    background-size: 4px 4px; }
.index-company .middle-box {
  padding: 0 30px;
  justify-content: space-evenly; }
  .index-company .middle-box .item:hover img {
    filter: invert(10%) sepia(88%) saturate(10000%) hue-rotate(220deg) brightness(78%) contrast(98%); }
.index-company .right-box {
  padding: 20px; }
  .index-company .right-box .name {
    line-height: 60px;
    color: #0a3f74;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 48px;
    font-family: "Impact", "Microsoft YaHei"; }
  .index-company .right-box .sub-name {
    line-height: 30px;
    text-transform: uppercase;
    color: #0a3f74;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: "Impact", "Microsoft YaHei"; }
  .index-company .right-box .desc {
    position: relative;
    padding: 20px 0;
    line-height: 26px;
    border-bottom: 1px solid #9b9797; }
    .index-company .right-box .desc:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 100px;
      height: 3px;
      background: #0a3f74; }
  .index-company .right-box .more-a {
    text-transform: uppercase;
    color: #0a3f74;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 10px 0; }
    .index-company .right-box .more-a:hover {
      color: #33ca97; margin-top: 30px;}
  .index-company .right-box .number-bar {
    justify-content: space-around; }
    .index-company .right-box .number-bar .item {
      text-align: center; }
    .index-company .right-box .number-bar .number {
      font-size: 44px;
      height: 60px;
      font-weight: bold; }

.index-product {
  padding-top: 120px;
  padding-bottom: 60px;
  background: url("../images/index-product-bg.png") no-repeat center 60px; }
  .index-product .name-box .name, .index-product .name-box .def2 {
    color: #fff; }
  .index-product .name-box .def1 {
    color: rgba(255, 255, 255, 0.1); }
  .index-product .main-box {
    background: #d7e0f2;
    border-radius: 30px;
    padding: 30px;
    margin-top: 30px; }
  .index-product .btn-list {
    justify-content: space-evenly;
    text-align: center;
    border-bottom: 1px solid #0a3f74; }
    .index-product .btn-list .btn {
      height: 60px;
      line-height: 60px;
      border-bottom: 3px solid transparent;
      cursor: pointer; }
      .index-product .btn-list .btn:hover, .index-product .btn-list .btn.cur {
        border-bottom-color: #0a3f74; }
  .index-product .tab-main-roll {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    max-width: 100%; }
  .index-product .roll-box {
    width: 100%; }
    .index-product .roll-box .outer-div {
      margin: 10px; }
    .index-product .roll-box .pic {
      overflow: hidden;
      border-radius: 20px; }
    .index-product .roll-box .title {
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 18px;
      font-weight: bold; }

.index-faan .list {
  margin-top: 30px; }
  .index-faan .list .item {
    width: 16.5%;
    height: 480px;
    position: relative;
    margin-right: 0.1%;
    color: #fff; }
    .index-faan .list .item .area-img {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .index-faan .list .item .area-img img {
        height: 100%;
        width: 100%; }
    .index-faan .list .item .area-tit {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%; }
      .index-faan .list .item .area-tit .yw {
        width: 0;
        font-size: 18px;
        font-weight: lighter;
        overflow: hidden;
        position: absolute;
        left: 40px;
        bottom: 100px;
        transition: all 500ms; }
      .index-faan .list .item .area-tit a {
        position: absolute;
        font-size: 22px;
        color: #fff;
        height: 40px;
        left: 40px;
        bottom: 60px;
        transition: all 500ms; }
      .index-faan .list .item .area-tit .num {
        color: #666666;
        font-size: 70px;
        font-family: ziti1;
        text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
        opacity: 0.5;
        font-weight: normal;
        padding-top: 37px;
        padding-left: 38px;
        transition: 1500ms; }
    .index-faan .list .item.on {
      width: 33%; }
      .index-faan .list .item.on a {
        bottom: 45px; }
      .index-faan .list .item.on .yw {
        width: auto;
        bottom: 85px; }
      .index-faan .list .item.on .num {
        position: absolute;
        right: 40px;
        bottom: 30px; }

.index-pingzhi .layout {
  margin-top: 30px; }
.index-pingzhi .menu .item {
  width: 25%;
  height: 120px;
  padding-top: 30px;
  text-align: center;
  background: #f9f9f9; }
  .index-pingzhi .menu .item p {
    font-size: 28px; }
  .index-pingzhi .menu .item span {
    font-size: 16px;
    margin-top: 10px; }
  .index-pingzhi .menu .item.cur {
    color: #fff;
    background: #0a3f74; }
.index-pingzhi .layout-con .conBox {
  position: relative; }
.index-pingzhi .layout-con .box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 50px;
  background: rgba(38, 78, 156, 0.78);
  color: #fff;
  height: 100%;
  width: 50%; }
  .index-pingzhi .layout-con .box h3 {
    font-size: 24px;
    line-height: 60px;
    font-weight: bold; }
  .index-pingzhi .layout-con .box span {
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px; }
  .index-pingzhi .layout-con .box p {
    line-height: 24px; }

.index-zhengshu {
  margin-top: 60px;
  padding: 60px 0;
  background: #f9f9f9; }
  .index-zhengshu .roll-box {
    margin-top: 30px; }
    .index-zhengshu .roll-box .title {
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      text-align: center; }
	  
.index-guest .list {
  margin-top: 30px; }
.index-guest .item {
  width: 25%; }
.index-guest .outer-div {
  margin: 5px 5px 10px; }
.index-guest .title {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background: #f9f9f9; }

.index-chejian .list {
  margin-top: 30px; }
.index-chejian .item {
  width: 25%; }
.index-chejian .outer-div {
  margin: 5px 5px 10px; }
.index-chejian .title {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  background: #f9f9f9; }

.index-news {
  margin-top: 60px;
  padding: 60px 0;
  background: #f9f9f9; }
  .index-news .main-box {
    margin-top: 30px; }
  .index-news .left-box {
    min-height: 500px;
    width: 60%;
    position: relative;
    margin-right: 40px;
    overflow: hidden; }
    .index-news .left-box .pic {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
      .index-news .left-box .pic img {
        height: 100%; }
    .index-news .left-box .title-box {
      position: relative;
      margin: 0;
      z-index: 3;
      left: 0;
      top: 0;
      width: 40%;
      height: 100%;
      padding: 60px 20px;
      background: rgba(10,63,116,0.5);
      color: #fff; }
      .index-news .left-box .title-box .title {
        font-size: 22px;
        font-weight: bold;
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .index-news .left-box .title-box .desc {
        margin-top: 20px;
        line-height: 26px; }
  .index-news .right-box {
    justify-content: space-between; }
    .index-news .right-box .item .outer-div {
      border: 1px solid #eaeaea;
      padding: 15px 20px; }
    .index-news .right-box .item .time-box {
      width: 100px; }
      .index-news .right-box .item .time-box .d {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 10px; }
      .index-news .right-box .item .time-box .ym {
        font-size: 15px;
        line-height: 1; }
    .index-news .right-box .item .title {
      display: block;
      color: #1c1b19;
      font-size: 20px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: normal; }
    .index-news .right-box .item .desc {
      color: #1c1b19; }
	    .index-news .roll-box {
    margin-top: 20px;
    overflow: hidden; }
    .index-news .roll-box .item {
      white-space: nowrap;
      flex: none;
      display: block;
      overflow: hidden;
      width: 200px;
      padding-right: 20px;
      text-overflow: ellipsis;
      font-size: 16px; }
/*footer 开始*/
.footer {
  background: #0a3f74;
  padding: 40px 0;
  color: #fff; }
  .footer a {
    color: #fff; }
  .footer .container {
    justify-content: space-between; align-items: start;}
  .footer .path h3 {
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px; }
  .footer .path .item {
    display: block;
    height: 30px;
    mso-list-ins: 30px;
    color: #fff; }
  .footer .nav-path .list {
    margin-right: 20px; }
    .footer .nav-path .list:last-child {
      margin-right: 0; }
  .footer .weixin {
    margin-top: 20px; }
    .footer .weixin .qrcode {
      margin-right: 20px; }
      .footer .weixin .qrcode dd {
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #f8f8f8;
        color: #333; }
      .footer .weixin .qrcode img {
        width: 130px; }
      .footer .weixin .qrcode:last-child {
        margin-right: 0; }

/*footer 结束*/
.page-content {
  padding: 20px 0 40px; }

/*面包屑 开始*/
.currLocation {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #395faa;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 20px; }
  .currLocation .nav_x:before {
    margin-right: 10px;
    font-size: 20px;
    color: #395faa;
    font-family: "iconfont"; }

/*面包屑 结束*/
.page{
 padding:10px 0 30px;
}
.page-left-box {
  width: 270px;
  margin-right: 30px;
  background: #fff; }
  .page-left-box .sub-box {
    margin-bottom: 30px; }
    .page-left-box .sub-box:last-child {
      margin-bottom: 0; }
  .page-left-box .left-sub-nav .name {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: #395faa no-repeat;
    height: 102px;
    width: 270px;
    line-height: 102px;
    color: #fff;
    position: relative; }
  .page-left-box .left-sub-nav .category .nav-a {
    display: block;
    padding-left: 25px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #f3f3f3;
    color: #1c1c1c;
    position: relative; }
    .page-left-box .left-sub-nav .category .nav-a:before {
      content: "\e66b";
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      font-size: 16px;
      color: #666; }
  .page-left-box .left-sub-nav .category .on .nav-a, .page-left-box .left-sub-nav .category .nav-a:hover {
    color: #fff;
    background: #445881; }
    .page-left-box .left-sub-nav .category .on .nav-a:before, .page-left-box .left-sub-nav .category .nav-a:hover:before {
      color: #fff; }
  .page-left-box .left-sub-nav .category .nav-2-a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f3f3f3; }
    .page-left-box .left-sub-nav .category .nav-2-a:before {
      content: "\e626";
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%); }
  .page-left-box .contact {
    background: #0a3f74;
    color: #fff;
    position: relative;
    padding: 30px 10px 30px 70px; }
    .page-left-box .contact .pone {
      font-size: 28px; }
    .page-left-box .contact:before {
      content: "\e611";
      font-size: 40px;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }

/*list-1 样式开始*/
.list-1 .item {
  border-bottom: 1px solid #3e537d;
  display: block;
  padding: 20px;
  transition: all .5s; }
.list-1 .item a {
    color: #3e537d; }
.list-1 .item .pic {
    margin-right: 10px; }
.list-1 .item .txt-box {
    position: relative; }
.list-1 .item .title {
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #0a3f74;
    width: 85%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0; }
.list-1 .item .desc {
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 22px;
    height: 66px; }
.list-1 .item .time {
    font-size: 12px;
    color: #666;
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
    line-height: 50px; }
.list-1 .item:hover {
    box-shadow: 0 0 15px rgba(75, 101, 152, 0.2); }
.list-1 .item:hover .title {
      color: #39aa84; }

/*list-1 样式结束*/
/*list-2 样式开始*/
.list-page .list-2 {
  background: #fff;
  padding: 30px 25px; }

.list-page .list-2 .outer-div {
  border: 1px solid #f8f8f8;
  margin: 0 10px 10px;
  text-align: center; }

.list-page .list-2 .outer-div .pic {
  overflow: hidden; }

.list-page .list-2 .outer-div .img {
  transition: 500ms; }

.list-page .list-2 .outer-div .title {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 18px;
  background: #f8f8f8;
  color: #333;
  transition: 500ms; }

.list-page .list-2 .outer-div:hover .img {
  transform: scale(1.1); }

.list-page .list-2 .outer-div:hover .title {
  background: #34478F;
  color: #fff; }

/*list-2 样式结束*/
.show-1 .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center; }
.show-1 .time {
  display: block;
  line-height: 26px;
  text-align: center; }
.show-1 .content {
  margin-top: 10px;
  padding-top: 10px; }

.show-2 .show-head {
  text-align: center; }
.show-2 .images-box {
  margin-top: 20px; }
.show-2 .big-roll-box {
  overflow: hidden; }
.show-2 .small-roll-box {
  margin-top: 20px;
  overflow: hidden; }
.show-2 .small-roll-box .item {
  position: relative; }
.show-2 .small-roll-box .item:before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 0; }
.show-2 .small-roll-box .swiper-slide {
  opacity: .6; }
.show-2 .small-roll-box .swiper-slide-thumb-active {
  opacity: 1; }
.show-2 .show-head .text-box {
  text-align: left;
  margin-left: 30px; }
.show-2 .show-head .title {
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #0a3f74; }
.show-2 .show-head .desc {
  margin-top: 20px; }
.show-2 .pro-show-ask {
  margin-top: 20px;
  padding: 6px 15px;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: bold;
  position: relative; }
.show-2 .show-content {
  margin-top: 40px; }

css
.tags-box {
  box-shadow: 0 0 15px 5px #f6f6f6;
  padding: 30px; }

.tags-box .title-box {
  font-size: 18px;
  color: #39aa84;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: relative; }

.tags-box .title-box:before {
  content: "";
  width: 100px;
  height: 0;
  border-bottom: 3px solid #39aa84;
  position: absolute;
  left: 0;
  bottom: -1px; }

.tags-box .list-1 {
  padding: 20px;
  font-size: 14px;
  justify-content: space-between; }

.tags-box .list-1 .item-a {
  width: 95%;
  display: block;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #eee; }

.tags-box .roll-box {
  overflow: hidden; }

.tags-box .roll-box .list-2 {
  padding: 20px 0;
  text-align: center; }

.tags-box .roll-box .list-2 .outer-div {
  margin: 0 5px;
  display: block; }

/*相关信息结束*/
.index-links { background:#0a3f74; padding: 0; line-height: 40px; height: 40px;  }
.index-links .container{position: relative;  }
.index-links .title{ font-size: 18px; font-weight: bold; color:#fff;}
.index-links .list{ height: 40px; overflow: hidden; position: relative; bottom:0; left:0; width:100%;}
.index-links a{display: block; margin-right: 10px;color:#fff;}
.index-links .container:hover .list{ position: absolute; height: auto; background:#0a3f74; padding:  20px; box-shadow: 1px -2px 8px 3px #fff; }
.index-links .container:hover a{ color:#fff;}
