* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  line-height: 1;
}
body {
  font-family: Arial, "微软雅黑", sans-serif;
  color: #2d343f;
  font-size: 16px;
  background-color: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}
i {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
li {
  list-style: inherit;
}
input,
textarea,
button,
span,
li,
a,
div {
  border: none;
  outline: none;
  resize: none;
}
textarea {
  font-family: Arial, "微软雅黑", sans-serif;
  overflow: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mycol {
  margin: 0 -5px;
}
.mycol .col {
  float: left;
  padding: 0 5px;
  text-align: center;
}
.mycol .col img {
  max-width: 100%;
}
.mycol-2 .col {
  width: 50%;
}
.mycol-3 .col {
  width: 33.33333%;
}
.mycol-4 .col {
  width: 25%;
}
.mycol-5 .col {
  width: 20%;
}
.center-fa {
  position: relative;
}
.center-fa .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,50%);
}
.center-fa .centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center-fa .centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.center-img {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.center-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
}
.center-img-hover img {
  transition: all .3s;
}
.center-img-hover:hover img {
  transform: translate(-50%,-50%) scale(1.05);
}
.full-img {
  width: 100%;
  height: 0;
  position: relative;
}
.full-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lr-ti li {
  overflow: hidden;
}
.lr-ti li > div {
  width: 50%;
  float: left;
}
.lr-ti li:nth-child(2n) > div {
  float: right;
}
.lr-ti li .txt {
  padding: 0 4vw;
}
.hvr-color {
  transition: all .3s;
}
.hvr-color:hover {
  color: #006fc9;
}
.w {
  width: 1400px;
  margin: 0 auto;
}
.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.imgs-btn img {
  cursor: zoom-in;
}
.com-padding {
  padding-top: 70px;
  padding-bottom: 60px;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.com-bg {
  background-color: #f5f5f5;
}
.com-ba:before,
.com-ba:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}
.com-title {
  text-align: center;
  color: #2d343f;
}
.com-title.index-title {
  text-align: left;
}
.com-title h3 {
  height: 70px;
  margin-bottom: 15px;
  font-size: 46px;
  position: relative;
}
.com-title h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  margin-left: -30px;
  border-bottom: 3px solid #006fc9;
}
.com-title p {
  margin-bottom: 60px;
  font-size: 18px;
  opacity: .5;
  text-transform: uppercase;
}
.position {
  line-height: 75px;
  color: #333;
  font-size: 16px;
  transition: all .3s;
}
.position.top {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  z-index: 998;
  border-bottom: 1px solid #ddd;
}
.position a {
  color: #666;
  display: inline-block;
  transition: all .3s;
}
.position .nav a {
  margin-right: 30px;
  position: relative;
}
.position .nav a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80%;
  transform: translateX(-50%);
  border-bottom: 4px solid #006fc9;
}
.position a:hover {
  color: #006fc9;
}
.position .prev a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.position .next a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.position .prev a:after,
.position .next a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  background: url(../images/icon_left01.png) no-repeat;
}
.position .next a:after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.position .cur a {
  display: inline-block;
  width: 60px;
  height: 21px;
  background: url(../images/icon_more01.png) center no-repeat;
  vertical-align: middle;
}
body {
  padding-top: 100px;
}
.go-top {
  display: none;
  cursor: pointer;
}
.go-top:before,
.go-top:after {
  content: '';
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #999;
  border-radius: 5px;
  z-index: 9999;
}
.go-top:before {
  background: none;
  width: 20px;
  height: 20px;
  right: 34px;
  bottom: 58px;
  border: 3px solid #fff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  z-index: 2;
  border-radius: 0;
  z-index: 99999;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  transition: all .3s;
  background-color: #fff;
  z-index: 999;
}
.header > .w {
  position: relative;
}
.header .logo {
  width: 240px;
  position: relative;
}
.header .logo a {
  display: block;
  font-size: 0;
}
.header .logo p {
  width: 230px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  color: #666;
  font-size: 16px;
}
.header .logo p span {
  display: block;
  height: 30px;
  color: #333;
  font-size: 20px;
}
.header .nav {
  width: calc(100% - 490px);
  height: 100px;
  text-align: center;
}
.header .nav ul {
  display: inline-block;
}
.header .nav li {
  display: inline-block;
  margin: 0 1vw;
  position: relative;
}
.header .nav li > a {
  color: #2d343f;
  display: block;
  transition: all .3s;
}
.header .nav li:hover > a,
.header .nav li.active > a {
  color: #006fc9;
}
.header .phone {
  font-size: 0;
}
.header .phone p {
  float: left;
  height: 100%;
  padding-left: 35px;
  color: #006fc9;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  background: url(../images/icon_phone01.png) left center no-repeat;
}
.header .phone .search {
  float: left;
}
.header .phone span {
  margin-left: 30px;
}
.header .phone form {
  display: none;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  border-top: 1px solid #006fc9;
  text-align: center;
  z-index: 2;
}
.header .phone form input {
  display: inline-block;
}
.header .phone form .key {
  width: 30%;
  height: 40px;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 100px;
  border: 1px solid #ccc;
}
.header .phone form .sub {
  position: relative;
  left: -80px;
  width: 80px;
  height: 40px;
  border-radius: 40px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #006fc9;
}
.swiper-pagination.swiper-pagination {
  bottom: 0;
}
div.swiper-button-next,
div.swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid #7f7f7f;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%,-50%) rotate(45deg);
}
.swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #006fc9;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  border-color: #fff;
}
.index-banner {
  width: 100%;
}
.index-banner img {
  width: 100%;
}
.index-banner .swiper-pagination.swiper-pagination {
  bottom: 30px;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  transition: all .3s;
}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 12px;
  background-color: #fff;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 65px;
  height: 65px;
  background: url(../images/icon_left01.png) center no-repeat;
}
.index-banner .swiper-button-next {
  transform: rotate(180deg);
}
.index-banner .swiper-button-next:hover,
.index-banner .swiper-button-prev:hover {
  background-image: url(../images/icon_left01_active.png);
}
.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
  display: none;
}
.com-nav {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.com-nav li {
  display: inline-block;
  margin: 0 2.5vw;
  text-align: center;
}
.com-nav li .img {
  height: 80px;
  filter: grayscale(100%);
  filter: gray;
}
.com-nav li.active .img,
.com-nav li:hover .img {
  filter: none;
}
.com-nav li h3 {
  height: 55px;
  position: relative;
  bottom: -1px;
  color: #2d343f;
  font-size: 18px;
}
.com-nav li.active h3,
.com-nav li:hover h3 {
  color: #006fc9;
  border-bottom: 2px solid #006fc9;
}
.com-nav a {
  display: block;
  width: 100%;
}
.com-list-main {
  position: relative;
}
.com-list-main .item {
  height: 0;
  overflow: hidden;
  position: relative;
  bottom: -10px;
  transition: all .3s;
  opacity: 0;
}
.com-list-main .item.active {
  height: auto;
  bottom: 0;
  opacity: 1;
}
.com-list-main li .box {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
}
.com-list-main li:hover .box {
  border-color: #006fc9;
}
.com-list-main li .img {
  padding-bottom: 102%;
}
.com-list-main li .txt {
  padding: 30px;
  position: relative;
  z-index: 1;
  background: #fafafa;
  border-top: 1px solid #ddd;
  text-align: left;
  transition: all .3s;
}
.com-list-main li:hover .txt {
  border-color: #006fc9;
  background: #006fc9;
}
.com-list-main li h4 {
  height: 22px;
  padding-right: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2d343f;
  font-size: 20px;
  margin-bottom: 15px;
  transition: all .3s;
  background: url(../images/icon_right01.png) right center no-repeat;
}
.com-list-main li:hover h4 {
  color: #fff;
  background-image: url(../images/icon_right01_active.png);
}
.com-list-main li p {
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #59616c;
}
.com-list-main li:hover p {
  color: #fff;
  opacity: .5;
}
.com-list-main div.swiper-button-next,
.com-list-main div.swiper-button-prev {
  left: -80px;
  background: url(../images/icon_left02.png) center no-repeat;
}
.com-list-main div.swiper-button-next {
  left: auto;
  right: -80px;
  transform: rotate(180deg);
}
.com-list-main div.swiper-button-next:after,
.com-list-main div.swiper-button-prev:after {
  display: none;
}
.index-advantage {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}
.index-advantage .title {
  width: 335px;
  padding-top: 20px;
  color: #fff;
}
.index-advantage .title h3 {
  height: 78px;
  font-size: 46px;
}
.index-advantage .title p {
  opacity: .7;
  line-height: 33px;
  margin-top: -8px;
  margin-bottom: 42px;
}
.index-advantage .title .more {
  display: block;
  width: 160px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.2);
}
.index-advantage:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(../images/i_advan_bg02.png);
}
.index-advantage .main {
  width: calc(100% - 245px);
  padding: 0 2vw;
  margin-right: -90px;
  background: url(../images/i_advan_bg02.png);
}
.index-advantage .main li {
  margin-top: 70px;
}
.index-advantage .main li .box {
  display: inline-block;
  width: 84%;
  padding-left: 55px;
  text-align: left;
  background-repeat: no-repeat;
}
.index-advantage .main li h4 {
  height: 45px;
  color: #2d343f;
  font-size: 24px;
  font-weight: 700;
}
.index-advantage .main li p {
  color: #59616c;
  line-height: 24px;
  margin-top: -4px;
}
.index-about .nav {
  width: calc(100% - 450px);
  margin: 0;
}
.index-about .nav li {
  cursor: pointer;
}
.index-about .nav li span {
  display: block;
  color: #ddd;
  font-size: 36px;
}
.index-about .nav li i {
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
  position: relative;
  right: 25px;
  transform: scaleX(0.4) skew(-60deg);
}
.index-about .nav li p {
  height: 52px;
  color: #59616c;
  font-size: 18px;
}
.index-about .nav li.swiper-slide-thumb-active * {
  color: #006fc9;
}
.index-about .nav li.swiper-slide-thumb-active p {
  border-bottom: 3px solid #006fc9;
}
.index-about .main {
  overflow: visible !important;
}
.index-about .main .w {
  text-align: right;
}
.index-about .main .box {
  display: inline-block;
  width: 450px;
  height: 740px;
  margin-top: -145px;
  color: #fff;
  text-align: left;
  background: rgba(0,110,200,0.9);
}
.index-about .main .tit {
  padding: 40px 2.5vw;
  border-bottom: 1px solid #fff;
}
.index-about .main .tit h4 {
  height: 50px;
  font-size: 36px;
}
.index-about .main .tit p {
  font-size: 14px;
  opacity: .3;
  text-transform: uppercase;
}
.index-about .main .txt {
  padding: 40px 2.5vw;
}
.index-about .main .txt .con {
  margin-bottom: 50px;
  line-height: 36px;
  opacity: .7;
}
.index-about .main .txt li h5 {
  margin-bottom: 5px;
  font-size: 36px;
  opacity: 1;
}
.index-about .main .txt li h5 em {
  font-style: normal;
  font-size: 16px;
  opacity: .5;
  vertical-align: top;
}
.index-about .main .txt li p {
  font-size: 16px;
}
.index-about .main .more {
  padding: 0 2.5vw;
  margin-top: 30px;
}
.index-about .lr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-about .lr .w {
  height: 100%;
  position: relative;
}
.index-about .swiper-button-next {
  right: -80px;
}
.index-about .swiper-button-prev {
  left: -80px;
}
.index-case li .img {
  padding-bottom: 66%;
}
.index-news .com-title h3 {
  height: 55px;
  font-size: 36px;
}
.index-news .com-title h3:after {
  left: 0;
  margin: 0;
}
.index-news .nav a {
  margin-left: 2vw;
  color: #59616c;
  font-size: 18px;
  transition: all .3s;
}
.index-news .nav a.active,
.index-news .nav a:hover {
  color: #006fc9;
}
.index-news ul.mycol {
  margin: 0 -15px;
}
.index-news li.col {
  padding: 10px 15px;
}
.index-news .item {
  height: 0;
  overflow: hidden;
  position: relative;
  bottom: -10px;
  transition: all .3s;
  opacity: 0;
}
.index-news .item.active {
  height: auto;
  bottom: 0;
  opacity: 1;
}
.index-news .item .box {
  box-shadow: 0 0 10px 0 #ddd;
}
.index-news .item .t .img {
  width: 100%;
  height: 275px;
  position: relative;
}
.index-news .item .t .img img {
  height: 100%;
}
.index-news .item .t .img .more {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: 110px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  color: #fff;
  background: #006fc9;
  border-color: #006fc9;
}
.index-news .item .t .txt {
  padding: 20px 30px;
  text-align: left;
}
.index-news .item .t .txt h4 {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2d343f;
  font-size: 20px;
  line-height: 26px;
}
.index-news .item .t .txt p {
  margin-top: 10px;
  color: #59616c;
}
.index-news .item .t:hover .txt h4 {
  color: #006fc9;
}
.index-news .item li .box {
  height: 455px;
  overflow: hidden;
  padding: 50px 30px;
  text-align: left;
}
.index-news .item li .box .t {
  margin-top: -435px;
  transition: all .3s;
}
.index-news .item li:hover .box .t {
  margin-top: 0;
}
.index-news .item li .date h5 {
  margin-bottom: 10px;
  color: #2d343f;
  font-size: 32px;
}
.index-news .item li .date p {
  height: 45px;
  color: #59616c;
  font-size: 18px;
}
.index-news .item li .txt h4 {
  height: 70px;
  overflow: hidden;
  color: #2d343f;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  transition: all .3s;
}
.index-news .item li .txt p {
  height: 50px;
  overflow: hidden;
  margin-top: 20px;
  color: #a0a3a8;
  font-size: 14px;
  line-height: 28px;
}
.index-news .item li:hover .txt h4 {
  color: #006fc9;
}
.index-news .item li .more {
  display: block;
  width: 110px;
  margin-top: 36px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  color: #59616c;
  border: 1px solid #dedede;
  transition: all .3s;
}
.index-news .item li:hover .more {
  color: #fff;
  background: #006fc9;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner,
.banner img {
  width: 100%;
  transition: all 1s;
}
.banner img:hover {
  transform: scale(1.02);
}
.banner .w {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}
.banner .w img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
.product .com-list-main li .img {
  width: 100%;
  height: 440px;
  line-height: 440px;
  text-align: center;
  padding: 0;
}
.product .com-list-main li img {
  max-width: 90%;
  max-height: 90%;
}
.case .com-list-main li {
  margin-bottom: 20px;
}
.com-detail {
  padding-bottom: 50px;
}
.com-detail .main {
  width: calc(100% - 340px);
}
.com-detail .main img {
  max-width: 100%;
}
.com-detail .content {
  padding: 70px 80px;
  background: #fff;
}
.com-detail .title {
  text-align: center;
}
.com-detail .title h3 {
  line-height: 42px;
  padding-bottom: 10px;
  font-size: 30px;
}
.com-detail .title p {
  height: 60px;
  color: #666;
  font-size: 14px;
}
.com-detail .content .con {
  min-height: 100px;
  line-height: 30px;
}
.com-detail .content .con img {
  max-width: 100%;
}
.com-detail .more {
  height: 110px;
  padding: 20px;
  margin-top: 35px;
  background: #fff;
  position: relative;
}
.com-detail .more p,
.com-detail .more a {
  display: inline-block;
  line-height: 35px;
  color: #666;
  font-size: 16px;
}
.com-detail .more p {
  display: block;
}
.com-detail .more .back {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 150px;
  line-height: 45px;
  margin-top: -23px;
  text-align: center;
  color: #fff;
  background: #006fc9;
  border-radius: 5px;
}
.com-detail .side {
  width: 320px;
}
.com-detail .latest {
  padding: 40px 30px;
  margin-bottom: 20px;
  background: #fff;
}
.com-detail .latest h5 {
  font-size: 20px;
}
.com-detail .latest li {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #666;
  font-size: 15px;
  border-bottom: 1px dashed #e5e5e5;
}
.com-detail .latest h6 {
  margin-bottom: 10px;
  transition: all .3s;
}
.com-detail .latest li:hover h6 {
  color: #006fc9;
}
.com-detail .latest p span {
  color: #006fc9;
}
.com-detail .pro {
  margin-top: 35px;
}
.com-detail .pro h5 {
  height: 30px;
  padding-left: 20px;
  font-size: 20px;
}
.com-detail .pro li .img {
  background: #fff;
  text-align: center;
}
.com-detail .pro li img {
  max-width: 100%;
}
.com-detail .pro li h6 {
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  transition: all .3s;
}
.com-detail .pro li:hover h6 {
  color: #006fc9;
}
.page-nav {
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 5px rgba(0,0,0,0.08);
}
.page-nav a {
  display: inline-block;
  padding: 0 2vw;
  transition: all .3s;
}
.page-nav a.active,
.page-nav a:hover {
  color: #fff;
  background: #006fc9;
}
.pro-detail .img {
  width: 60%;
}
.pro-detail .big {
  float: right;
  height: 470px;
  width: calc(100% - 140px);
}
.pro-detail .big .swiper-container {
  height: 100%;
}
.pro-detail .big li {
  text-align: center;
  background-color: #fff;
}
.pro-detail .big li .box {
  height: 470px;
  line-height: 470px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.pro-detail .big img {
  max-width: 90%;
  max-height: 90%;
}
.pro-detail .list {
  float: left;
  width: 130px;
  height: 470px;
  position: relative;
  text-align: center;
}
.pro-detail .list .swiper-container {
  height: 100%;
}
.pro-detail .list li {
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.pro-detail .list li .box {
  height: 100%;
  background: #fff;
}
.pro-detail .list li img {
  max-width: 100%;
  max-height: 100%;
}
.pro-detail .list .swiper-slide-thumb-active {
  border-color: #006fc9;
}
.pro-detail .txt {
  width: 40%;
}
.pro-detail .txt {
  padding-left: 4vw;
  padding-top: 2vw;
}
.pro-detail .txt h3 {
  height: 50px;
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #bebebe;
}
.pro-detail .txt .con {
  margin-top: 10px;
  min-height: 100px;
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.pro-detail .txt .con img {
  max-width: 100%;
  height: auto !important;
}
.pro-detail .txt .con p {
  background: none !important;
}
.pro-detail .txt .more a {
  display: inline-block;
  width: 190px;
  line-height: 50px;
  border-radius: 50px;
  margin-right: 12px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #006fc9;
  border-radius: 5px;
}
.pro-content {
  min-height: 300px;
  padding: 40px;
  margin-top: 10px;
  background-color: #fff;
}
.pro-content .title {
  height: 55px;
  line-height: 55px;
  margin: 30px 0;
  background: #f7f7f7;
}
.pro-content .title h4 {
  display: inline-block;
  padding: 0 45px;
  font-size: 18px;
  cursor: pointer;
}
.pro-content .title h4.active {
  color: #fff;
  background: #006fc9;
}
.pro-content img {
  max-width: 100%;
}
.pro-content .con {
  display: none;
  padding: 40px 0;
  line-height: 1.5;
}
.pro-content .con table {
    width: 100%;
    line-height: 40px;
    background: #e4e4e4;
    border: 1px solid #7f7f7f;
    text-align: center;
    font-size: 16px;
}
.pro-content .con td,
.pro-content .con tr {
  padding: 5px 10px;
}
.pro-content .con.active {
  display: block;
}
.pro-content .con img {
  max-width: 100%;
  height: auto !important;
}
.pro-content .advan .img {
  width: 245px;
}
.pro-content .advan img {
  width: 100%;
}
.pro-content .advan .txt {
  width: calc(100% - 295px);
  height: 245px;
  text-align: left;
}
.pro-content .advan li {
  margin-bottom: 20px;
}
.pro-content .advan li h4 {
  height: 45px;
  font-size: 18px;
}
.pro-content .advan li p {
  color: #666;
  padding-right: 2vw;
}
.pro-content .ser ul.mycol {
  margin: 0 -10px;
}
.pro-content .ser li.col {
  padding: 0 10px;
}
.pro-content .ser li .box {
  height: 250px;
  padding-top: 90px;
  border: 1px solid #c1c1c1;
}
.pro-content .ser li h4 {
  height: 60px;
  font-size: 36px;
  font-weight: 700;
}
.pro-content .ser li p {
  color: #666;
}
.pro-related {
  width: 300px;
}
.pro-related li {
  margin-bottom: 20px;
}
.pro-related li h4 {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.pro-related li:hover h4 {
  color: #006fc9;
}
.manage .main li > div {
  height: 540px;
}
.manage .main h4 {
  height: 60px;
  font-size: 28px;
}
.manage .main p {
  color: #666;
}
.manage .main .con {
  width: 70%;
}
.manage .main .con .con {
  width: 100%;
  line-height: 2;
  margin-bottom: 30px;
}

.manage .main .txt li h5 {
  margin-bottom: 5px;
  font-size: 36px;
  opacity: 1;
}
.manage .main .txt li h5 em {
  font-style: normal;
  font-size: 16px;
  opacity: .5;
  vertical-align: top;
}
.manage .main .txt li p {
  font-size: 16px;
}
.manage .phone {
  margin: 0 auto;
  width: 560px;
  height: 62px;
  margin-top: 70px;
}
.manage .phone .icon {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  height: 45px;
  color: #666;
  padding-left: 40px;
  padding-top: 5px;
  background: url(../images/icon_phone.png) left center no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.manage .phone .num {
  font-size: 30.715px;
  color: #33323a;
  font-weight: 700;
  padding-left: 25px;
  height: 45px;
  line-height: 45px;
}
.manage .phone a {
  width: 200px;
  height: 45px;
  border-radius: 45px;
  background-color: #006fc9;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.about img {
  width: 100%;
}
.about .txt {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.about-photo .main {
  position: relative;
}
.about-photo li {
  overflow: hidden;
}
.about-photo li img {
  width: 100%;
  transition: all .3s;
}
.about-photo li:hover img {
  transform: scale(1.02);
}
.about-cert li {
  text-align: center;
}
.about-cert li img {
  width: auto;
  max-width: 90%;
  max-height: 90%;
}
.about-photo .swiper-button-next,
.about-photo .swiper-button-prev {
  left: -60px;
  width: 45px;
  height: 45px;
  background: #aaa;
}
.about-photo .swiper-button-next:hover,
.about-photo .swiper-button-prev:hover {
  background: #006fc9;
}
.about-photo .swiper-button-next {
  left: auto;
  right: -60px;
}
.about-photo .swiper-button-next:after,
.about-photo .swiper-button-prev:after {
  width: 6px;
  height: 6px;
  border-color: #fff;
}
.com-pages {
  margin-top: 30px;
  text-align: center;
}
.com-pages span,
.com-pages a {
  display: inline-block;
  width: 35px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  color: #333;
  font-size: 16px;
  background: #d6d6d6;
  transition: all .3s;
  vertical-align: middle;
}
.com-pages a:first-of-type,
.com-pages a:last-of-type {
  display: inline-block;
  width: 85px;
  height: 40px;
  line-height: 37px;
  margin: 0 9px;
  color: #fff;
  background-color: #666;
}
.com-pages a:first-of-type:before {
  content: "上一页";
}
.com-pages a:last-of-type:before {
  content: "下一页";
}
.com-pages a:hover {
  color: #fff;
  background-color: #006fc9;
}
.com-pages a:first-of-type:hover,
.com-pages a:last-of-type:hover {
  color: #fff;
  background-color: #006fc9;
  box-shadow: none;
}
.com-pages span {
  color: #fff;
  background: #006fc9;
}
.com-pages label {
  display: none;
}
.pages {
  margin-top: 50px;
  text-align: center;
}
.pages span,
.pages a {
  display: inline-block;
  margin: 0 15px;
  color: #333;
  font-size: 14px;
  transition: all .3s;
}
.pages a:hover {
  color: #006fc9;
}
.pages span {
  color: #006fc9;
}
.pages label {
  display: none;
}
.pages a:first-of-type:before {
  content: "上一页";
}
.pages a:last-of-type:before {
  content: "下一页";
}
.news li {
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news li .img {
  width: 290px;
  height: 180px;
}
.news li .txt {
  width: calc(100% - 350px);
  padding-top: 15px;
}
.news li h4 {
  height: 24px;
  margin-bottom: 30px;
  font-size: 22px;
}
.news li:hover h4 {
  color: #006fc9;
}
.news li h4 span {
  margin-right: 10px;
  color: #006fc9;
}
.news li p {
  height: 80px;
  color: #999;
  font-size: 18px;
}
.news li .more {
  display: inline-block;
  height: 25px;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  transition: all .3s;
}
.news li:hover .more {
  color: #006fc9;
  border-color: #006fc9;
  transform: translateX(5px);
}
.contact-main {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.contact-main .com-width {
  background-color: #fff;
}
.contact-m-left {
  width: 500px;
  padding: 78px 0 68px 70px;
}
.contact-m-left h3 {
  height: 56px;
  font-size: 24px;
  color: #006fc9;
  border-bottom: 1px solid #ddd;
  margin-bottom: 33px;
}
.contact-m-left p {
  height: 36px;
  font-size: 16px;
  color: #666666;
}
.contact-m-left .qrcode {
  margin-top: 40px;
  position: relative;
}
.contact-m-left .qrcode img {
  float: left;
  width: 85px;
  height: 85px;
}
.contact-m-left .qrcode span {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666666;
}
.contact-m-right {
  width: 680px;
  padding: 38px 31px 38px 0;
}
.contact-m-right img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.contact-m-right {
  overflow: hidden;
}
#map {
  width: 100%;
  height: 460px;
}
#map img {
  max-width: none;
  max-height: none;
}
.o-info input {
  width: 100%;
  height: 60px;
  padding: 20px 0 24px 30px;
  margin-right: 30px;
  font-size: 16px;
  color: #666666;
}
.o-info input:last-child {
  margin-right: 0;
}
.o-other textarea {
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
}
.o-footer {
  padding-top: 50px;
  width: 680px;
  margin: 0 auto;
  height: 200px;
}
.o-footer a {
  display: block;
  width: 246px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #006fc9;
  border-radius: 45px;
}
.o-footer .icon {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  height: 45px;
  color: #006fc9;
  margin-left: 64px;
  padding-left: 40px;
  padding-top: 5px;
  background: url(../images/icon_phone.png) left center no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.o-footer .phone {
  font-size: 30.715px;
  color: #33323a;
  font-weight: 700;
  padding-left: 26px;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1px;
}
.related-title {
  text-align: center;
}
.related-title h3 {
  height: 50px;
  font-size: 28px;
}
.related-title h4 {
  height: 60px;
  color: #666;
  font-size: 14px;
}
.related .main {
  width: 100%;
  position: relative;
}
.related .swiper-button-next,
.related .swiper-button-prev {
  left: -50px;
  width: 40px;
  height: 40px;
  background: #999;
}
.related .swiper-button-next:hover,
.related .swiper-button-prev:hover {
  background: #006fc9;
}
.related .swiper-button-next {
  left: auto;
  right: -50px;
}
.related .swiper-button-next:after,
.related .swiper-button-prev:after {
  width: 6px;
  height: 6px;
  border-color: #fff;
}
.pro-related li {
  text-align: center;
}
.case-related .txt {
  background: #fff;
}
.links {
  margin: 30px 0;
  line-height: 1.5;
  color: #59616c;
  font-size: 16px;
}
.links a {
  margin-right: 1vw;
  color: #59616c;
  font-size: 16px;
}
.links a:hover {
  color: #006fc9;
  text-decoration: underline;
}
.footer {
  padding: 40px 0;
  color: #fff;
  background-color: #2d343f;
}
.footer .nav {
  margin-left: 1vw;
  line-height: 50px;
}
.footer .nav a {
  margin-left: 3vw;
  color: #ddd;
  font-size: 18px;
}
.footer .phone p {
  line-height: 50px;
  padding-left: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background: url(../images/icon_phone02.png) left center no-repeat;
}
.footer .copy {
  margin-top: 40px;
  font-size: 14px;
}
.footer .copy span,
.footer .copy a {
  display: inline;
  color: #ddd;
  opacity: .5;
  margin: 0 5px;
}
.footer a {
  transition: all .3s;
}
.footer a:hover {
  color: #006fc9;
  transform: translateX(4px);
  opacity: 1;
}
.hover-img-big .img {
  overflow: hidden;
}
.hover-img-big .img img {
  transition: transform .3s;
}
.hover-img-big:hover img {
  transform: scale(1.02);
}
.hover-color.hover-color h4 {
  transition: all .3s;
}
.hover-color.hover-color:hover h4 {
  color: #006fc9;
}
.hover-left-rotate {
  transition: transform .3s;
}
.hover-left-rotate:hover {
  transform: rotateY(360deg);
}
.hover-left-move {
  position: relative;
  right: 0;
  transition: all .3s;
}
.hover-left-move:hover {
  right: -4px;
}
.hover-top-move {
  display: inline-block;
  position: relative;
  transition: transform .3s;
}
.hover-top-move:hover {
  transform: translateY(-5px);
}
.hover-bg-big {
  position: relative;
  z-index: 1;
}
.hover-bg-big:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: transform .3s;
  z-index: -1;
}
.hover-bg-big:hover:after {
  transform: scale(1);
}
.hvr-bg-move {
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.hvr-bg-move:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move:after {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: .5;
  box-shadow: 0 0 30px #fff;
}
.hvr-bg-move:hover:after {
  left: 100%;
  width: 50%;
  transition: all .5s;
}
.hvr-bg-move2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
}
.hvr-bg-move2:hover {
  box-shadow: 0 0 5px #fff inset;
}
.hvr-bg-move2:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0);
  transition: all .3s;
  z-index: -1;
}
.hvr-bg-move2:hover:after {
  animation: bg_big 1s;
}
@keyframes bg_big {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.sea-product ul.mycol {
  margin: 0 -10px;
}
.sea-product li.col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.sea-product li {
  transition: all .3s;
}
.sea-product li:hover {
  transform: translateY(-10px);
}
.sea-product li .img {
  height: 280px;
  line-height: 280px;
  text-align: center;
  position: relative;
}
.sea-product li img {
  max-width: 80%;
  max-height: 80%;
}
.sea-product li h4 {
  height: 50px;
  line-height: 50px;
  color: #1e242b;
  font-size: 18px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1500px) {
  .w {
    width: 1200px;
  }
}

.all-fixed {
  position: fixed;
  top: 50%;
  margin-top: -140px;
  right: -0px;
  height: 235px;
  z-index: 99999;
  box-sizing: border-box;
  /*display: none;*/

}
.all-fixed .f-left{
    position: relative;
    top: 60px;
    float: left;
    width: 0px;
    height: 115px;
    border-top: 10px solid transparent;
    border-right: 25px solid #206ac6;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #0b2a1a;
    cursor: pointer;
}
.all-fixed .f-left p{
  position: absolute;
    top: 10px;
    left: 6px;
    line-height: 20px;
    color: #fff;
}
.all-fixed .f-right{
  width: 180px;
  background: #f8fbff;
  /* height: 100%; */
    border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.all-fixed .title{
  margin-top: -67px;
  text-align: center;
}
.all-fixed h3{
  font-size: 18px;
  color: #333;
  font-weight: initial;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1;
  margin: 15px 0 20px;
}
.all-fixed h3 span{
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.all-fixed li{
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 15px;
}
.all-fixed li:last-child{
  margin-bottom: 5px;
}
.all-fixed li a{
  width: 100%;
  height: 100%;
  background: #206ac6;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  transition: .3s;
  border-radius: 5px;
}
.all-fixed li a:hover{
  color: #fff;
}
.all-fixed li a img{
  height: 25px;
  margin-right: 10px;
  border: 0;
  vertical-align: middle;
  margin-top: -5px;
}
