@charset "gb2312";

/* base */

 
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* font-size: calc(100vw / 7.5); */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #f5f5f5;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  -moz-transition: opacity 0.2s ease-in-out 0.2s;
  -ms-transition: opacity 0.2s ease-in-out 0.2s;
  -o-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
  max-width: 1920px;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -moz-outline-style: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b,
strong {
  font-weight: bold;
}

ol,
ul {
  padding: 0;
  margin-top: 40px;
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}


dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.visible-xs {
  display: none !important;
}

.img_h {
  position: relative;
  cursor: pointer;
}
.img_h img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img_h img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.img_h.img_ha:hover img {
  opacity: 1;
}
.img_h.img_ha:hover img:nth-child(2) {
  opacity: 0;
}
a:hover .img_h.img_ha img,
.img_h:hover img {
  opacity: 0;
}
a:hover .img_h.img_ha img:nth-child(2),
.img_h:hover img:nth-child(2) {
  opacity: 1;
}

.container::after,
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

.container {
  margin: auto;
  min-height: 1px;
  width: 100%;
  max-width: 1400px;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 24px;
}

.o_fit video,
.o_fit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

[dis-select] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dis-drag] {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

@media (max-width: 1560px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1360px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}

/* base */

/* scrollbar */
@media (min-width: 1024px) {
  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 6px
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  ::selection {
    background: #ccc;
    color: #fff;
  }
}

/* scrollbar */

/* animation */
/*
  animation: jump_down 1.8s infinite ease-in-out;
	-moz-animation: jump_down 1.8s infinite ease-in-out;
	-webkit-animation: jump_down 1.8s infinite ease-in-out;
  -o-animation: jump_down 1.8s infinite ease-in-out;
*/
/* jump_down */
@keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-moz-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-webkit-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-o-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

/* jump_down */

/* animation */

/* page */
/*
  <div class="pagination">
    <div class="page_pc hidden-xs clearfix">
      <a href="javascript:;">上一页</a>
      <a href="javascript:;" class="page_num act">1</a>
      <a href="javascript:;" class="page_num">2</a>
      <a href="javascript:;" class="page_num">3</a>
      <a href="javascript:;">下一页</a>
      <em>共10页</em>
    </div>
    <a href="javascript:;" class="page_sj visible-xs">加载更多</a>
  </div>
*/
.pagination {
  margin: 30px auto 0;text-align: center;
}
.page_pc {
  text-align: center;
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.page_pc a {
  color: #666;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 14px;
  margin: 0 6px;
  display: inline-block;
}
.page_pc a:first-child {
  margin-right: 16px;
}
.page_pc a:last-child {
  margin-left: 16px;
}

.page_pc a.page_num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.page_pc a:hover {
  color: #02396c;
}
.page_pc a.page_num:hover,
.page_pc a.page_num.act {
  background: #02396c;
  color: #fff;
}

.page_pc em {
  font-style: normal;
  font-size: 12px;
  color: #666;
}

.page_sj {
  width: 130px;
  height: 40px;
  background: #02396c;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  display: none;
  text-align: center;
}
 
/* common */
.md {
  position: relative;
  top: -100px;
}
.commonP {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
}
.commonP .swiper-pagination-bullet {
  background: #02396c;
  margin: 0 3px;
}
.commonP2 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 3px;
}
.commonP .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #02396c;
}

.common_tit {
  text-align: center;
}
.common_tit h3 {
  font-size: 24px;
  color: #ffffff;
}
.common_tit h5 {
  
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 16px;
}

.common_btn {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
  line-height: 50px;
  background: #02396c;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 130px;
}
.common_btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 140%;
  background: #0f6cb1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transform: translateX(100%) skew(0deg);
  -webkit-transform: translateX(100%) skew(0deg);
  -moz-transform: translateX(100%) skew(0deg);
  -ms-transform: translateX(100%) skew(0deg);
  -o-transform: translateX(100%) skew(0deg);
}
.common_btn span {
  z-index: 1;
  display: block;
  position: relative;
}
a.common_btn:hover::after,
a:hover div.common_btn::after {
  opacity: 1;
  transform: translateX(10%) skew(-20deg);
  -webkit-transform: translateX(10%) skew(-20deg);
  -moz-transform: translateX(10%) skew(-20deg);
  -ms-transform: translateX(10%) skew(-20deg);
  -o-transform: translateX(10%) skew(-20deg);
}
.about .common_tit2, .about_se1 .common_tit2, .pro .common_tit2, .down .common_tit2, .contact .common_tit2 {
    color: #044f8e;
}
    .about .common_tit2 em, .about_se1 .common_tit2 em, .pro .common_tit2 em, .down .common_tit2 em, .contact .common_tit2 em {
        color: #949494;
        font-style: normal;
    }
	.common_tit3{position:relative; padding-left:27px;}.common_tit3:after{display:table; content:''; width:100%;}
	.common_tit3:before{display:block; width:5px; height:44px; content:''; background:#0056a8; position:absolute;top:0px;left:17px; }
	.common_tit3 {
        font-size: 22px;
        color: #0056a8;
        text-align:left;
		font-weight:bold;
		line-height:22px;
                padding-bottom:15px;
    }
    .common_tit3 i {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-transform: uppercase; font-style: normal;
		font-weight:500;
		line-height:20px;
		color: #0056a8;
    }
	
    .common_tit2 {
        font-size: 22px;
        color: #00396d;
        text-align: center;
		font-weight:bold;
		line-height:22px;
    }
    .common_tit2 i {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-transform: uppercase; font-style: normal;
		font-weight:500;
		line-height:20px;
		color: #00396d;
    }
    .common_tit2 em {
        display: block;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        text-transform: uppercase;
    }
	.common_nav2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
.common_nav2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
}
.common_nav2 ul li {
  position: relative;
  width: 150px;
}
.common_nav2 ul li a::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.common_nav2 ul li:last-child a::after {
  display: none;
}
.common_nav2 ul li a {
  display: block;
  line-height: 24px;
  padding: 8px;
  text-align: center;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.common_nav2 ul li a:hover,
.common_nav2 ul li.active a {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.25);
  border-radius: 3px;
  color: #02396c;
  font-size:16px;
  font-weight:bold;
}
.common_nav2 ul li a:hover::after,
.common_nav2 ul li.active a::after {
  opacity: 0;
}
/*
<!-- video_model -->
<div id="video_model">
  <div class="mask"></div>
  <div class="video">
    <div class="close"><img src="images/close.png" alt=""></div>
    <div class="video_inner"><video autoplay="" src="" controls></video></div>
    <div class="text">
      <h6></h6>
      <p></p>
    </div>
  </div>
</div>
<!-- video_model -->
*/

/* common */

/* header */
.headerSJ {
  display: none;
}
.header {
    padding: 0 80px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header_i {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: 100px;
  /*border-bottom: 1px solid #e5e5e5;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.bg {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.header.bg .header_i {
  height: 80px;
}
.header .logo a,
.header .logo img {
  display: block;
}
.header_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 80px;
  color: #000000;
  position: relative;
}
.header_nav li {
  padding-right: 48px;
}
.header_nav li a {
  display: block;
  position: relative;
}
.header_nav li a::after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  height: 2px;
  border-radius: 2px;
  background: #0f6cb1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_nav li.active > a,
.header_nav li.on > a {
  color: #0f6cb1;
}
.header_nav li.active a::after,s
.header_nav li.on a::after {
  width:60px;
}
.header_nav::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 12px;
/*  background-color: #000000;*/
}
.header_r_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header_r_r a {
  margin-left: 30px;
  font-size: 16px;
  color: #000000;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_r_r a:hover {
  color: #02396c;
}
.header .second_nav {
  height: 60px;
  background: #f5f5f5;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  line-height: 60px;
  display: none;
  font-size: 0;
  text-align: center;
  box-shadow: 0px 5px 9.9px 0.1px rgba(155, 155, 155, 0.1);
}
.header.bg .second_nav {
  top: 80px;
}
.header .second_nav h6 {
  display: inline-block;
}
.header .second_nav a {
  display: block;
  font-size: 14px;
  height: 60px!important;
  line-height: 60px!important;
  padding: 0 20px;
  color: #888;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .second_nav a::after {
  display: none;
}
.header .second_nav a:hover {
  color: #02396c;
}

.search_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #e5e5e5;
  padding: 0 80px;
}

.search_headeri {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.search_headeri .inp {
  width: calc(100% - 210px);
  position: relative;
}

.search_headeri .inp img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.search_headeri .inp input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  background: transparent;
  padding-left: 30px;
  font-size: 16px;
  color: #333;
}

.search_headeri .inp input::placeholder {
  color: #ccc;
}

.search_headeri .close {
  width: 30px;
  height: 30px;
  background: #333333;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 45px;
}

.search_headeri .close::before,.search_headeri .close::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.search_headeri .close::after {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.search_headeri .btn {
  background: #257bc8;
  border-radius: 5px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-left: 45px;
  display: block;
}
/* header */

/* menu */

/* menu */

/* banner */
.banner {
  position: relative;
}
.banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
    .banner .swiper-slide .pc {
        background-repeat: no-repeat;
        background-position: 50%;
        width: 100%;
        min-height: 600px;
        background-size: cover;
        text-align: center;
        transition: opacity,.4s,-webkit-transform .4s;
        transition: opacity,transform .4s,.4s;
        transition: opacity,transform .4s,.4s,-webkit-transform .4s;
    }
    .banner .swiper-slide img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
.banner_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 9;
    display: none;
}
.banner_b::after {
  display: none;
}
.banner_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.banner_btn > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.banner_btn > a:hover {
  background: #00396d;
}
.banner_btn > a.prev {
  margin-right: 40px;
}
.banner_btn > a.prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.bannerPm {
  bottom: 5px;
  font-size: 0;
}
.bannerPm .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.inner_banner {
  position: relative;
}
.inner_banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.inner_banner .banner_i {
  width: 100%;
  position: relative;
}
.inner_banner .banner_i .text {
  position: absolute;
  right: -50px;
  top: 0;
  width: 200px;
  height: 200px;
  background-color: #02396c;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.inner_banner .banner_i .text h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #ffffff;
  padding: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.inner_banner .banner_i .text h5 {
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 5.9px;
  color: #8fa1b1;
  margin-top: 8px;
}
.inner_banner .banner_i .text h6 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #8fa1b1;
}
/* banner */

/* index */
.wrapper {
  overflow: hidden;
  padding-top: 100px;
}
.ind_sec1 {
  padding: 50px 0;
  background: #ffffff;
}
.ind_sec2 {
  padding: 0px 0;
  background: #ffffff;
}
.ind1_i {
  width: 100%; margin-top:20px;
}
.ind_btn{margin-top:30px; text-align:center;}
.ind_btn a{line-height: 44px;text-align: center; display:inline-block; padding: 0 40px;
font-size: 14px;font-weight: bold;color: #ffffff;background-color: #337db4;margin: auto;
box-shadow: 0px 0px 8px rgb(200 200 200 / 25%);
    border-radius: 5px;}
.ind1_i .swiper-slide {
  display: block;
}

.ind1P {
  position: static;
  margin-top: 20px;
}
.ind1P .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  margin: 0 6px;
}
.ind1_i a {}
.ind1_i a .img {
  overflow: hidden;
}
.ind1_i a .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  /*-webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);*/
}
.ind1_i a .text {
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  padding-left:5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  position: relative;
}
.ind1_i a:hover .text {
  height: 80px;
  /*margin-top: -50px;*/
  background: #0f6cb1;
}
.ind1_i a .text h6 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align:center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a .text h4 {
  
  font-weight: bold;
  font-size:14px;
  color: #00396d;
  margin-top: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a .text h5 {
  font-size: 18px;
  color: #000;
  margin-top: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a:hover .text * {
  color: #fff;
}
/*.ind1_i a .text::before {
  content: '';
  height: 0;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ind1_i a:hover .text::before {
  height: 56px;
}*/
.common_tit4{background:#0056a8; border-radius:20px; padding:5px 20px; color:#fff; margin-left:17px; margin-top:10px; display:inline-block; font-size:14px;}
.ind_sec1 .ind1Prev,
.ind_sec1 .ind1Next {
  cursor: pointer;
  width: 40px;
  height: 60px;
  background-color: #c3c3c3;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-75px);
  -moz-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  -o-transform: translateY(-75px);
  transform: translateY(-5px);
}
.ind_sec1 .ind1Prev {
  left: 0;
}
.ind_sec1 .ind1Prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ind_sec1 .ind1Next {
  right: 0;
}
.ind_sec1 .ind1Prev:hover,
.ind_sec1 .ind1Next:hover {
  background: #0b3f6f;
}
.ind2_i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top:5px;
}
.ind2r {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden; background:url(../images/bg1.jpg) no-repeat top left; padding-top:17px; padding-left:17px;
}
.ind2l {
   float: right;
   width: 50%;
   padding-left: 1px;
   margin-top: 20px;
   font-size: 14px;
   line-height: 35px;
   color: #444;
}  
.ind_sec3,.ind_sec4,.ind_sec5 {
    padding:10px 0;
    background: #fff;
}
.ind_sec5 img{margin-top:0px;}
.ind_sec4,.ind_sec5{background:#ffffff;}
.ind_sec4 ul li{float:left; width:33.33%; margin-bottom:20px;}
.ind_sec4 ul li a {display:block; text-align:center; wi}
.ind_sec4 ul li a span{    display: block;
    border-radius: 50%;
    width: 60px;
    height: auto; 
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
	 
	.ind_sec4 ul li a h4{margin-top:10px;}
	.ind_sec5 img{margin-bottom:20px;vertical-align:middle;max-width:100%;padding-left:10px;padding-right:10px;}
.ind3_i{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; margin-top:15px;
}
.ind_sec3 .ind3_i1{width: 45%;float: left;}
.ind_sec3 .ind3_i2{width: 45%;margin-left: 10%;float: left;}
.ind2l_i h4 {
  margin-top: 16px;
  font-size: 16px;
  color: #000000;
}
.ind2l_i h5 {
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
}
.ind2l_i .common_btn {
  border-radius: 2px;
  width: 150px; background:#337db4;
  margin: 16px auto 0;    box-shadow: 0px 0px 8px rgb(200 200 200 / 25%);
    border-radius: 5px;
}
.ind_sec3 .ind2l_i .common_btn{margin:16px 0;}
.ind2l_i .img {
  display: block;
    margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
 
/* index */

/* footer */
.footer {
  background: #565656;
}
.footer_i {
  padding-top: 52px;
}
.footer_i ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}
.footer_i ul li h4 {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer_i ul li h6 {
  margin-top: 10px;
}
.footer_i ul li h6 a {
  font-size: 14px;
  color: #eeeeee;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_i ul li h6 a:hover {
  opacity: 1;
  color: #fff;
}
    .footer_i ul li:last-child {
        width: 389px;
         
    }
.foot_ewm {
    padding-left: 57px;
    border-left: 1px solid #777777;
}
    .foot_ewm span {
        line-height: 32px;
        display: block;
        margin-top: 19px;
        color: #c4c4c4;font-size: 14px;}
    .footer_it {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
.footer_it > ul {
  width: calc(100% - 484px);
}
.footer_it .ind3_i {
  width: 432px;
  padding-left: 72px;
  margin-left: 52px;
  border-left: 1px solid #2d3b4d;
}
.footer_it .ind3_i ul {
  display: block;
  padding: 0;
}
.footer_it .ind3_i ul li,
.footer_it .ind3_i2 ul li.tel a {
  color: #abafb6;
}
.footer_it .ind3_i2 ul li.tel {
  background: url(../images/tel2.png) top 10px left no-repeat;
}
.footer_it .ind3_i2 ul li.email {
  background: url(../images/email2.png) top 4px left no-repeat;
}
.footer_it .ind3_i2 ul li.addr {
  background: url(../images/addr2.png) top 4px left no-repeat;
}
.footer_it .ind3_i2 {
  width: 100%;
  height: auto;
  background: transparent;
  padding: 0;
  float: none;
}
.footer_it .ind3_i6 {
  width: 100%;
  flex-direction: row;
  height: auto;
  background: transparent;
  justify-content: flex-start;
  margin-top: 24px;
  float: none;
}
.footer_it .ind3_i6i:nth-child(2) {
  margin-top: 0;
  margin-left: 58px;
}
.footer_it .ind3_i6i .img {
  border: 0;
  width: 90px;
  height: 90px;
  padding: 5px;
  background: #fff;
}
.footer_it .ind3_i6i .img img {
  width: 100%;
}
.footer_i > p {
    font-size: 14px;
    color: #e8e8e8;
    opacity: 0.6;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #777777;
    margin-top: 20px;
}
.footer_i > p span {
  margin-left: 20px;
}
/* footer */
 

/* about */
.about, .about_se1, .down, .contact, .pro {
    padding: 30px 0;
    background: #fff;
}
    .pro{ background: none;}
    .about_i, .donw_i, .contact_i {
        margin-top: 20px;
    }
.contact_i .txt{
    font-size: 14px;
    line-height: 32px;
}
    .about_i .img{ float:left; width:45%; margin-right:5%;}
.about_i .txt{ float:right; width:50%; font-size:14px; line-height:32px;}
.about_se1{background:#f7f7f7}
.about_se1_in ul{    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; background:#fff;
   }
   .about_se1_in_r{min-height:289px; padding:38px 32px;}
   .about_se1_in_r h4{font-size:24px;font-weight:bold; color:#016998;}
   .about_se1_in_r h6{ font-size:14px; margin-top:24px; color:#4e4e4e;line-height:28px;}
   .about_img img{display:block; width:100%; height:289px;}
.about_se1_in ul li{    /*width: calc(20% - 12px);*/    
    float: left;    
    /*cursor: pointer;*/ 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.dynamicItem .listCon li{display:inline-block;width:100%;position:relative;margin:0 0 15px}
.dynamicItem .listCon li a{display:block;padding:10px;background-color:#fff;box-shadow:2.5px 4.3px 24px rgba(0,0,0,0.08);border-bottom:4px solid #ddd;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.dynamicItem .listCon li a:hover{border-color:#1352b0}
.dynamicItem .listCon li .pic{padding:10px 20px 0px 10px;background-color:#fff}
.dynamicItem .listCon li .imgDiv{max-width:328px;display:inline-block;overflow:hidden}
.dynamicItem .listCon li .imgDiv img{-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-o-transition:all .8s ease;-ms-transition:all .8s ease;transition:all .8s ease;width:100%}
.dynamicItem .listCon li .wordDiv{width:100%}
.dynamicItem .listCon li .wordDiv .time{font-size:12px;float:right;color:rgba(0,0,0,0.6)}
.dynamicItem .listCon li .wordDiv h3{padding:6px 0 10px;color:#000;font-weight:normal;font-size:20px}
.dynamicItem .listCon li .wordDiv h3 em{width:8px;height:8px;border-radius:50%;background:#CCCCCC;margin-right:10px;display:inline-block;margin-top:6px;float:left}
.dynamicItem .listCon li .wordDiv .con{min-height:60px;color:rgba(0,0,0,0.7);line-height:24px}
.dynamicItem .listCon li .wordDiv .fandMoreDiv{margin-top:10px;overflow:hidden;height:32px;cursor:pointer;position:relative;display:inline-block;color:rgba(0,0,0,0.7);font-size:12px}
.dynamicItem .listCon li .wordDiv .fandMoreDiv:after{height:1px;background-color:#1352b0;content:"";margin-top:5px;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-o-transition:all .8s ease;-ms-transition:all .8s ease;transition:all .8s ease;width:0;display:block}
.dynamicItem .listCon li:hover .imgDiv img{-webkit-transition:1s;transition:1s;transform:scale(1.03);-webkit-transform:scale(1.03)}
.dynamicItem .listCon li:hover .wordDiv h3{color:#6e71b3}
.dynamicItem .listCon li:hover .wordDiv .fandMoreDiv:after{width:100%}
.caseItem .listCon li{display:inline-block;width:100%;position:relative;margin:0 0 15px}
.caseItem .listCon li a{display:block;padding:10px;background-color:#fff;box-shadow:2.5px 4.3px 24px rgba(0,0,0,0.08);border-bottom:4px solid #ddd;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.down .listCon li a{padding:5px;}
.down .listCon li .pic{  padding:5px 10px;}
.caseItem .listCon li a:hover{border-color:#1352b0}
.caseItem .listCon li .pic{padding:10px 20px 0px 10px;background-color:#fff}
.caseItem .listCon li .imgDiv{max-width:328px;display:inline-block;overflow:hidden}
.caseItem .listCon li .imgDiv img{-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-o-transition:all .8s ease;-ms-transition:all .8s ease;transition:all .8s ease;width:100%}
    .caseItem .listCon li .wordDiv {
        width: 812px;
        float: right;
    }
.caseItem .listCon li .wordDiv .time{font-size:12px;float:right;color:rgba(0,0,0,0.6)}
.caseItem .listCon li .wordDiv h3{padding:6px 0 15px;color:#000;font-weight:bold;font-size:16px}
.caseItem .listCon li .wordDiv h3 em{width:8px;height:8px;border-radius:50%;background:#CCCCCC;margin-right:10px;display:inline-block;margin-top:6px;float:left}
.caseItem .listCon li .wordDiv .con{min-height:60px;color:rgba(0,0,0,0.7);line-height:24px}
.caseItem .listCon li .wordDiv .fandMoreDiv{margin-top:10px;overflow:hidden;height:32px;cursor:pointer;position:relative;display:inline-block;color:rgba(0,0,0,0.7);font-size:12px}
.caseItem .listCon li .wordDiv .fandMoreDiv:after{height:1px;background-color:#1352b0;content:"";margin-top:5px;-webkit-transition:all .8s ease;-moz-transition:all .8s ease;-o-transition:all .8s ease;-ms-transition:all .8s ease;transition:all .8s ease;width:0;display:block}
.caseItem .listCon li:hover .imgDiv img{-webkit-transition:1s;transition:1s;transform:scale(1.03);-webkit-transform:scale(1.03)}
.caseItem .listCon li:hover .wordDiv h3{color:#6e71b3}
.caseItem .listCon li:hover .wordDiv .fandMoreDiv:after{width:100%}
.case_detail_i {
  background: #fff;
  padding:0px 0px 30px;
}
.case_detail_t {
  text-align: center;
  padding: 20px 0;
}
.case_detail_t h1 {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  font-weight:bold
}
.case_detail_t h6 {
  font-size: 14px;
  line-height: 32px;
  color: #aaaaaa;
  margin-top: 10px;
}
.case_detail_t h6 span {
  margin-right: 28px;
}
.case_detail_t h6 span:last-child {
  margin-right: 0;
}
.case_detail_m {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 28px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.case_detail_b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
}
.case_detail_b a {
  position: relative;
  width: 60px;
  height: 60px;
  border: solid 2px #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 34px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.case_detail_b a:hover {
  border-color: #02396c;
}
.case_detail_b a:last-child {
  margin-right: 0;
}
.case_detail_b a.prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.case_detail_b a span {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -28px;
  text-align: center;
  font-size: 14px;
  color: #888;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.case_detail_b a:hover span {
  opacity: 1;
  visibility: visible;
}
 .pro_list {
  margin-top: 72px;
  margin-bottom: 80px;
}
.pro_list li {
  width: calc(33.3% - 27px);
  margin-right: 40px;
  float: left;
  margin-top: 18px;
}
.pro_list li:nth-child(3n) {
  margin-right: 0;
}
.pro_list li:nth-child(3n + 1) {
  clear: both;
}
.pro_list li:nth-child(-n + 3) {
  margin-top: 0;
}
.pro_list li a {
  display: block;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro_list li a .img {
  overflow: hidden;
}
.pro_list li a .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro_list li a .text {
  padding: 20px;
}
.pro_list li a .text h6 {
  font-size: 14px;
  color: #999999;
  position: relative;
  padding-left: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro_list li a .text h6::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #02396c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro_list li a .text h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #444444;
  text-align:center;
/*  height: 60px;*/
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pro_list li a .text h5 {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  margin-top: 16px;
  color: #888888;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
    .pro_list li a:hover {
        background: #0f6cb1;
    }
.pro_list li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pro_list li a:hover .text h6::before {
  background: #fff;
}
.pro_list li a:hover .text h6,
.pro_list li a:hover .text h4,
.pro_list li a:hover .text h5 {
  color: #fff;
}

.showProduct .showp_txt {
    padding: 40px 0 40px 0;
    position: relative;
}
.showProduct .showp_txt .tit {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.showProduct .showp_txt .tit h3 {
    font-size: 18px;
    color: #333;
	font-weight:bold;
}
.showProduct .showp_txt .tit s {
    width: 80px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #0d69af;
}
.showProduct .showp_txt .txtcon {
    color: #666;
    line-height: 30px;
}

.zpf_right {
    position: fixed;
    right: 0;
    width: 88px;
    top: 50%;
    margin-top: -253px;
    z-index: 99;
}

    .zpf_right li {
        float: right;
        margin-top: 2px;
        width: 78px;
        background: #458fe4;
        position: relative;
        cursor: pointer;
        list-style: none;
    }

        .zpf_right li .zbox {
            text-align: center;
            width: 87px;
            height: 68px;
            float: left;
        }

            .zpf_right li .zbox .ico {
                width: 100%;
                height: 33px;
                float: left;
                margin-top: 6px;
            }

                .zpf_right li .zbox .ico img {
                    height: 100%;
                }

            .zpf_right li .zbox h5 {
                width: 100%;
                float: left;
                font-size: 14px;
                color: white;
                line-height: 21px;
                margin: 0;
            }

        .zpf_right li.last .zbox {
            height: 85px;
        }

            .zpf_right li.last .zbox .ico {
                margin-top: 14px;
            }

        .zpf_right li:hover {
            background: #014a7f;
        }

        .zpf_right li .zbox_179 {
            width: 179px;
            height: 68px;
            line-height: 68px;
            text-align: center;
            font-size: 18px;
            color: white;
            letter-spacing: 1px;
            float: left;
            display: none;
        }

            .zpf_right li .zbox_179 p {
                line-height: 68px;
            }

        .zpf_right li.last .zbox_179 {
            height: 85px;
            line-height: 27px;
        }

        .zpf_right li:hover .zbox_179 {
            display: block;
        }

            .zpf_right li:hover .zbox_179 .txk {
                display: inline-block;
                *zoom: 1;
                *display: inline;
                width: 153px;
                height: 27px;
                background: white;
                line-height: 27px;
                font-size: 14px;
                color: #333;
                margin-top: 11px;
                text-align: center;
            }

            .zpf_right li:hover .zbox_179 .submit {
                display: inline-block;
                *zoom: 1;
                *display: inline;
                width: 153px;
                height: 27px;
                background: white;
                line-height: 27px;
                font-size: 14px;
                color: #fff;
                background: #e4a808;
                margin-top: 8px;
                cursor: pointer;
            }

                .zpf_right li:hover .zbox_179 .submit:hover {
                    -moz-border-radius: 14px;
                    -webkit-border-radius: 14px;
                    -khtml-border-radius: 14px;
                    border-radius: 14px;
                    -webkit-transition: all 0.3s ease-out 0s;
                    -moz-transition: all 0.3s ease-out 0s;
                    -o-transition: all 0.3s ease-out 0s;
                    transition: all 0.3s ease-out 0s;
                }

        .zpf_right li.l1:hover {
            width: 267px;
        }

.zrightewm {
    width: 143px;
    height: 143px;
    position: absolute;
    right: 102px;
    top: 0;
    display: none;
}

.zpf_right li:hover .zrightewm {
    display: block;
}


ul.pagination {
    margin: 0px;
    padding: 0px;
}
ul.pagination>li{ display: inline;float: none;border: 0px;}
.pagination a:hover,.pagination a.active,.page a:hover, .pagination li.active a{
    background: #1d6bc3;
    color: #fff;
    transition: all 0.5s;
}.pagination a, .page a{
     font-size: 14px;
     color: #888;
     padding: 5px 10px;
     border-radius: 3px;
     transition: all 0.5s;
     margin-right: 5px;
 }
 .gytk-bj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,.8);
	display: none;
}
.gytk{
	width: 100%;
	max-width: 60%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	text-align: center;
	transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}
.gytk video,.gytk img{

	max-width: 100%;
	max-height: 100%;

}
.gytk-bj>i{
	display: inline-block;
	width: 55px;
	height: 55px;
	background: url(../images/x02.png) no-repeat center; 
	background-size: cover;
	position: absolute;
	top: 5%;
	right: 20%;
}


.gynav-bj{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #E5E5E5;
}
@media(max-width:1200px){
	 
	.gytk{
		max-width: 90%;
	}
	.gytk-bj>i{
		right: 5%;
	}
}