* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: medium !important;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.box-1500px {
  max-width: 1500px;
  margin: 0 auto;
}
.box-1200px {
  width: 1200px;
  margin: 0 auto;
}
.header {
  padding-top: 65px;
  padding-bottom: 50px;
}
.header h2 {
  font-size: 32px;
}
.header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
header {
  border-top: 4px solid #003378;
  height: 110px;
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  box-shadow: 1px 1px 3px 0px #dfdfdf;
}
header .header-box {
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
}
header .header-box .logo {
  display: inline-block;
  height: 100%;
  width: 20%;
}
header .header-box .logo img {
  margin-top: 20px;
}
header .header-box .search {
  width: 70%;
  float: right;
}
header .header-box .search .cell {
  font-size: 26px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #e21e1e;
}
header .header-box .search .cell .search-box {
  display: inline-block;
  width: 200px;
  height: 30px;
  position: relative;
  text-align: left;
}
header .header-box .search .cell .search-box.open .tm-search {
  background: none;
  color: #e21e1e;
  right: 85%;
}
header .header-box .search .cell .search-box.open input {
  width: 170px;
  padding-left: 30px;
  border: 1px solid #e21e1e;
}
header .header-box .search .cell .search-box.open .eks {
  width: 30px;
}
header .header-box .search .cell .search-box.open .eks::before,
header .header-box .search .cell .search-box.open .eks::after {
  right: 12px;
  width: 15px;
}
header .header-box .search .cell .search-box.open .eks::before {
  top: 13px;
}
header .header-box .search .cell .search-box.open .eks:after {
  bottom: 5px;
}
header .header-box .search .cell .search-box a > i {
  padding: 2.5px;
  background: #e21e1e;
  color: #fff;
  position: absolute;
  bottom: -4px;
  right: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
header .header-box .search .cell .search-box input {
  width: 0;
  height: 28px;
  border: none;
  border-radius: 5px;
  height: 100%;
  vertical-align: text-bottom;
  z-index: -1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
header .header-box .search .cell .search-box input:focus {
  outline: none;
}
header .header-box .search .cell .search-box .eks {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 20;
  height: 30px;
  cursor: pointer;
  transform: translateY(-50%);
}
header .header-box .search .cell .search-box .eks::before,
header .header-box .search .cell .search-box .eks::after {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  height: 2px;
  width: 0px;
  border-radius: 1px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
header .header-box .search .cell .search-box .eks::before {
  top: 0;
  background-color: #e21e1e;
  transform: rotate(-45deg);
  transform-origin: top right;
  transition-delay: 0.1s;
}
header .header-box .search .cell .search-box .eks::after {
  bottom: 5px;
  background-color: #e21e1e;
  transform: rotate(45deg);
  transform-origin: bottom right;
  transition-delay: 0s;
}
header .header-box .search .cell i {
  font-size: 25px;
  color: #e21e1e;
}
header .header-box .search .header-list {
  margin-top: 5px;
}
header .header-box .search .header-list>li {
  float: left;
  width: 12.5%;
  text-align: center;
  /* position: relative; */
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
header .header-box .search .header-list>li:hover .sub_nav_box {
  visibility: visible;
  /* display: block; */
  opacity: 1;
}
/* header .header-box .search .header-list>li:hover header .header-box .search .header-list>li::after, */
header .header-box .search .header-list>li.on>a::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #003378;
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: 0;
}
header .header-box .search .header-list>li:hover header .header-box .search .header-list>li>a,
header .header-box .search .header-list>li.on header .header-box .search .header-list>li>a {
  color: #003378;
}
header .header-box .search .header-list>li:hover a span,
header .header-box .search .header-list>li.on a span {
  color: #8cb1e3;
}
header .header-box .search .header-list>li>a {
  display: block;
  color: #000;
  height: 50px;
  position: relative;
}
header .header-box .search .header-list li a p {
  font-size: 18px;
}
header .header-box .search .header-list li a span {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
header .header-box .search .header-list>li .sub_nav_box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9999999;
  width: 100%;
  left:0;
  text-align: center;
  box-shadow: 1px 1px 3px 0px #dfdfdf;
}
header .header-box .search .header-list>li .sub_nav_box .sub_nav {
  background: #fff;
  overflow: hidden;
}
header .header-box .search .header-list>li .sub_nav_box .sub_nav li {
  display: inline-block;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin: 5px 8px;
}
header .header-box .search .header-list>li .sub_nav_box .sub_nav li::after {
  height: 0;
}
header .header-box .search .header-list>li .sub_nav_box .sub_nav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  padding: 5px 8px;
}
header .header-box .search .header-list>li .sub_nav_box .sub_nav li:hover {
  background: #003378;
  color: #fff;
}
header .header-box .search .header-list>li .sub_nav_box .sub_nav li:hover a {
  color: #fff;
}
.main {
  padding-top: 114px;
}
.main .banner .swiper-container .swiper-slide {
  width: 100%;
}
.main .banner .swiper-container .swiper-slide img {
  width: 100%;
}
.main .banner .swiper-container .swiper-pagination {
  bottom: 25px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  width: 12px;
  height: 12px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #e21e1e;
  opacity: 1;
}
.main .about {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.main .about .about-header {
  position: relative;
  padding-top: 65px;
  padding-bottom: 30px;
}
.main .about .about-header h2 {
  font-size: 32px;
}
.main .about .about-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.main .about .about-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.main .about .about-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.main .about .about-header a {
  color: #e21e1e;
  border: 1px solid #e21e1e;
  position: absolute;
  right: 0;
  bottom: 50%;
  padding: 5px 20px;
  margin-bottom: -35px;
}
.main .about .about-header a:hover {
  background: #e21e1e;
  color: #fff;
}
.main .about .about-main p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 60px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .about .about-main span img {
  width: 100%;
}
.main .product {
  background: url("../img/product_bg.png");
}
.main .product .product-header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.main .product .product-header h2 {
  font-size: 32px;
}
.main .product .product-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.main .product .product-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.main .product .product-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.main .product .product-main .product-buttons {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.main .product .product-main .product-buttons a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 15px;
  color: #003378;
  border: 1px solid #003378;
  margin-top: 25px;
  margin-right: 25px;
}
.main .product .product-main .product-buttons a:hover,
.main .product .product-main .product-buttons a.on {
  color: #fff;
  background: #003378;
}
.main .product .product-main .product-list {
  width: 1200px;
  margin: 0 auto;
}
.main .product .product-main .product-list ul {
  text-align: left;
  padding-bottom: 80px;
}
.main .product .product-main .product-list ul li {
  display: inline-block;
  width: 286px;
  background: #fff;
  text-align: center;
  margin: 0 18.6px 2% 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.main .product .product-main .product-list ul li:nth-of-type(4n) {
  margin-right: 0;
}
.main .product .product-main .product-list ul li:hover .product-text p {
  opacity: 0;
}
.main .product .product-main .product-list ul li:hover .product-text a {
  opacity: 0;
}
.main .product .product-main .product-list ul li:hover .product-mask {
  visibility: visible;
  top: 0;
}
.main .product .product-main .product-list ul li .product-img {
  background: #fff;
  height: 286px;
  position: relative;
}
.main .product .product-main .product-list ul li .product-img img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main .product .product-main .product-list ul li .product-text p {
  font-size: 15px;
  line-height: 20px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .product .product-main .product-list ul li .product-text a {
  display: inline-block;
  margin: 30px 0;
  padding: 5px 10px;
  border: 1px solid #003378;
  color: #003378;
}
.main .product .product-main .product-list ul li .product-mask {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  visibility: hidden;
  transition: top 0.5s;
}
.main .product .product-main .product-list ul li .product-mask span {
  font-size: 14px;
  display: block;
}
.main .product .product-main .product-list ul li .product-mask span:first-of-type {
  color: #e21e1e;
  margin-top: 60px;
}
.main .product .product-main .product-list ul li .product-mask span:nth-of-type(2) {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #bcbcbc;
  margin: 35px 0;
}
.main .product .product-main .product-list ul li .product-mask span:last-of-type {
  color: #777777;
}
.main .product .product-main .product-list ul li .product-mask p {
  font-size: 20px;
  margin-top: 20px;
}
.main .product .product-main .product-list ul li .product-mask a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #e21e1e;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50.3px;
  bottom: 30px;
}
.main .case .case-header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.main .case .case-header h2 {
  font-size: 32px;
}
.main .case .case-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.main .case .case-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.main .case .case-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.main .case .case-main ul {
  overflow: hidden;
  text-align: center;
}
.main .case .case-main ul li {
  float: left;
  margin: 0 0.5% 0.5% 0;
  width: 24.6%;
}
.main .case .case-main ul li:hover a .case-img {
  margin-left: -18px;
}
.main .case .case-main ul li:hover a .case-text {
  visibility: visible;
}
.main .case .case-main ul li:nth-of-type(4n) {
  margin-right: 0;
}
.main .case .case-main ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.main .case .case-main ul li a .case-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.main .case .case-main ul li a .case-img img {
  display: block;
  width: 110%;
}
.main .case .case-main ul li a .case-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25% 0;
  background: rgba(0, 51, 120, 0.7);
  visibility: hidden;
}
.main .case .case-main ul li a .case-text p {
  color: #fff;
  padding-bottom: 5%;
  position: relative;
}
.main .case .case-main ul li a .case-text p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background: #bbc3d0;
}
.main .case .case-main ul li a .case-text span {
  display: block;
  margin: 5% 5% 0 5%;
  font-size: 14px;
  color: #bbc3d0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .solution .solution-header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.main .solution .solution-header h2 {
  font-size: 32px;
}
.main .solution .solution-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.main .solution .solution-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.main .solution .solution-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.main .solution .solution-main ul {
  overflow: hidden;
  height: 791px;
}
.main .solution .solution-main ul li {
  display: none;
  float: left;
  position: relative;
  height: 791px;
}
.main .solution .solution-main ul li .solution-img {
  height: 791px;
}
.main .solution .solution-main ul li .solution-img img {
  width: 49.8%;
  height: 100%;
}
.main .solution .solution-main ul li .solution-text {
  width: 1200px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 50%;
  bottom: 4px;
  margin-left: -600px;
  padding: 35px 0;
  padding-left: 20px;
}
.main .solution .solution-main ul li .solution-text p {
  color: #fff;
  font-size: 26px;
  width: 80%;
}
.main .solution .solution-main ul li .solution-text span {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  width: 80%;
}
.main .solution .solution-main ul li .solution-text a {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 4px;
  top: 50%;
  margin-top: -26.5px;
}
.main .solution .solution-main ul li .solution-text img {
  width: 100%;
}
.main .solution .solution-button {
  background: #efefef;
  position: relative;
  top: -4px;
}
.main .solution .solution-button ul {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 115px;
}
.main .solution .solution-button ul li {
  width: 7.4%;
  display: inline-block;
  text-align: center;
  padding: 20px;
  position: relative;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.main .solution .solution-button ul li:hover,
.main .solution .solution-button ul li.on {
  background: #003378;
  height: 91px;
  top: -16px;
}
.main .solution .solution-button ul li:hover a span img,
.main .solution .solution-button ul li.on a span img {
  -webkit-filter: invert(100%);
  /* Chrome, Safari, Opera */
  filter: invert(100%);
}
.main .solution .solution-button ul li:hover a p,
.main .solution .solution-button ul li.on a p {
  color: #fff;
}
.main .solution .solution-button ul li a p {
  font-size: 15px;
}
.main .news {
  padding-bottom: 80px;
}
.main .news .news-header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.main .news .news-header h2 {
  font-size: 32px;
}
.main .news .news-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.main .news .news-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.main .news .news-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.main .news .news-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 383px;
}
.main .news .news-main .news-left {
  width: 66%;
  display: inline-block;
}
.main .news .news-main .news-left .left-header {
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
}
.main .news .news-main .news-left .left-header > a {
  font-size: 22px;
  margin-right: 30px;
  position: relative;
}
.main .news .news-main .news-left .left-header > a:hover,
.main .news .news-main .news-left .left-header > a.on {
  color: #003378;
}
.main .news .news-main .news-left .left-header > a:hover::after,
.main .news .news-main .news-left .left-header > a.on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -50%;
  width: 100%;
  height: 2px;
  background: #003378;
}
.main .news .news-main .news-left .left-header .more {
  float: right;
}
.main .news .news-main .news-left .left-header .more a {
  font-size: 12px;
  color: #e21e1e;
  text-transform: uppercase;
  vertical-align: sub;
}
.main .news .news-main .news-left .left-main {
  padding-top: 35px;
  overflow: hidden;
}
.main .news .news-main .news-left .left-main .news-big {
  width: 40%;
  float: left;
}
.main .news .news-main .news-left .left-main .news-big a {
  position: relative;
  display: block;
}
.main .news .news-main .news-left .left-main .news-big a span {
  display: block;
}
.main .news .news-main .news-left .left-main .news-big a span img {
  display: block;
  width: 100%;
  min-height: 175px;
}
.main .news .news-main .news-left .left-main .news-big a .date {
  position: absolute;
  width: 93px;
  height: 93px;
  background: rgba(0, 51, 120, 0.8);
  bottom: 126px;
  left: 0;
  color: #fff;
  text-align: center;
}
.main .news .news-main .news-left .left-main .news-big a .date p {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 44px;
  margin: 0 8px;
  border-bottom: 1px solid #80b9d1;
}
.main .news .news-main .news-left .left-main .news-big a .date span {
  display: block;
  line-height: 36px;
  font-size: 16px;
}
.main .news .news-main .news-left .left-main .news-big a .big-text {
  padding: 28px 10px;
  background: #efefef;
}
.main .news .news-main .news-left .left-main .news-big a .big-text h4 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  margin-bottom: 5px;
}
.main .news .news-main .news-left .left-main .news-big a .big-text p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  line-height: 23px;
  color: #888;
}
.main .news .news-main .news-left .left-main .news-list {
  float: right;
  width: 55%;
  position: relative;
  margin-top: -25px;
  height: 348px;
}
.main .news .news-main .news-left .left-main .news-list::after {
  position: absolute;
  width: 1px;
  height: 298px;
  background: #d0d0d0;
  content: "";
  left: -1px;
  top: 25.5px;
  z-index: -1;
}
.main .news .news-main .news-left .left-main .news-list li {
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  padding-left: 22px;
  background: url(../img/dian1.png) no-repeat left center;
  margin-left: -6px;
}
.main .news .news-main .news-left .left-main .news-list li:hover {
  background: url(../img/dian2.png) no-repeat left center;
}
.main .news .news-main .news-left .left-main .news-list li:hover a {
  color: #003378;
}
.main .news .news-main .news-left .left-main .news-list li:hover span {
  color: #003378;
}
.main .news .news-main .news-left .left-main .news-list li a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 70%;
}
.main .news .news-main .news-left .left-main .news-list li span {
  float: right;
  font-size: 12px;
  color: #999999;
}
.main .news .news-main .news-right {
  float: right;
  width: 27%;
}
.main .news .news-main .news-right .right-header {
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
}
.main .news .news-main .news-right .right-header > a {
  font-size: 22px;
  margin-right: 30px;
  position: relative;
}
.main .news .news-main .news-right .right-header > a:hover,
.main .news .news-main .news-right .right-header > a.on {
  color: #003378;
}
.main .news .news-main .news-right .right-header > a:hover::after,
.main .news .news-main .news-right .right-header > a.on::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -50%;
  width: 100%;
  height: 2px;
  background: #003378;
}
.main .news .news-main .news-right .right-header .more {
  float: right;
}
.main .news .news-main .news-right .right-header .more a {
  font-size: 12px;
  color: #e21e1e;
  text-transform: uppercase;
  vertical-align: sub;
}
.main .news .news-main .news-right .right-main .news-list {
  position: relative;
  height: 348px;
}
.main .news .news-main .news-right .right-main .news-list::after {
  position: absolute;
  width: 1px;
  height: 298px;
  background: #d0d0d0;
  content: "";
  left: -1px;
  top: 25.5px;
  z-index: -1;
}
.main .news .news-main .news-right .right-main .news-list li {
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  padding-left: 22px;
  background: url(../img/dian1.png) no-repeat left center;
  margin-left: -6px;
}
.main .news .news-main .news-right .right-main .news-list li:hover {
  background: url(../img/dian2.png) no-repeat left center;
}
.main .news .news-main .news-right .right-main .news-list li:hover a {
  color: #003378;
}
.main .news .news-main .news-right .right-main .news-list li:hover span {
  color: #003378;
}
.main .news .news-main .news-right .right-main .news-list li a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 70%;
}
.main .news .news-main .news-right .right-main .news-list li span {
  float: right;
  font-size: 12px;
  color: #999999;
}
.main .coo {
  background: url("../img/coo_bg.png");
  background-size: 100% 100%;
}
.main .coo .coo-header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.main .coo .coo-header h2 {
  font-size: 32px;
}
.main .coo .coo-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.main .coo .coo-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.main .coo .coo-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.main .coo .coo-main {
  padding-bottom: 100px;
}
.main .coo .coo-main ul {
  max-width: 1250px;
  margin: 0 auto;
  overflow: hidden;
}
.main .coo .coo-main ul li {
  width: 230px;
  height: 130px;
  float: left;
  margin: 0 25px 25px 0;
}
.main .coo .coo-main ul li:nth-of-type(5n) {
  margin-right: 0;
}
.main .coo .coo-main ul li:hover a img {
  filter: invert(10%);
}
.main .coo .coo-main ul li a img {
  width: 100%;
  height: 100%;
}
.main .cooperation {
  background: url("../img/cooperation_bg.png");
  background-size: 100% 100%;
  padding-bottom: 85px;
}
.main .cooperation .cooperation-header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.main .cooperation .cooperation-header h2 {
  font-size: 32px;
}
.main .cooperation .cooperation-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.main .cooperation .cooperation-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.main .cooperation .cooperation-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.main .cooperation .cooperation-main {
  width: 1200px;
  margin: 0 auto;
}
.main .cooperation .cooperation-main .cooperation-left {
  display: inline-block;
}
.main .cooperation .cooperation-main .cooperation-left a:first-of-type {
  width: 530px;
  height: 20px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  background: #003378;
  padding: 15px 90px;
}
.main .cooperation .cooperation-main .cooperation-left a:last-of-type {
  width: 148px;
  height: 45px;
  color: #fff;
  background: #e21e1e;
  font-size: 16px;
  padding: 15px 47px;
  margin-left: 50px;
  margin-top: 8px;
}
.main .cooperation .cooperation-main .cooperation-left form {
  width: 530px;
  margin: 35px 0 28px;
}
.main .cooperation .cooperation-main .cooperation-left form p {
  font-size: 16px;
  margin-bottom: 20px;
}
.main .cooperation .cooperation-main .cooperation-left form p span {
  vertical-align: top;
}
.main .cooperation .cooperation-main .cooperation-left form input,
.main .cooperation .cooperation-main .cooperation-left form textarea {
  height: 44px;
  background: #e4e3e4;
  border: none;
  padding-left: 10px;
  font-size: 15px;
}
.main .cooperation .cooperation-main .cooperation-left form input{width:300px;}
.main .cooperation .cooperation-main .cooperation-left form textarea {
  width: 472px;
  height: 131px;
  resize: none;
  padding-top: 5px;
  font-family: "微软雅黑";
}
.main .cooperation .cooperation-main .cooperation-right {
  float: right;
  margin-top: -13px;
}
.main .cooperation .cooperation-main .cooperation-right .cooperation-text p {
  font-size: 14px;
  margin-top: 17px;
  padding-left: 10px;
}
.main .cooperation .cooperation-main .cooperation-right .cooperation-text p img {
  padding-right: 10px;
}
footer {
  background: #1f1f1f;
}
footer .footer-main {
  padding: 50px 0 20px 0;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
footer .footer-main .footer-left {
  overflow: hidden;
  width: 780px;
  display: inline-block;
}
footer .footer-main .footer-left ul {
  float: left;
  text-align: left;
  margin-right: 60px;
}
footer .footer-main .footer-left ul li {
  margin-bottom: 10px;
}
footer .footer-main .footer-left ul li:hover a {
  color: #e21e1e;
}
footer .footer-main .footer-left ul li:first-of-type {
  margin-bottom: 20px;
}
footer .footer-main .footer-left ul li:first-of-type a {
  color: #fff;
  font-size: 16px;
}
footer .footer-main .footer-left ul li a {
  color: #888;
  font-size: 14px;
}
footer .footer-main .footer-right {
  width: 330px;
  height: 288px;
  float: right;
}
footer .footer-main .footer-right > a {
  margin-right: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #4c4c4c;
  border-radius: 50%;
  position: relative;
}
footer .footer-main .footer-right > a:first-of-type p {
  background: url("../img/qq_ic1.png") no-repeat;
}
footer .footer-main .footer-right > a:first-of-type p:hover {
  background: url("../img/qq_ic2.png") no-repeat;
}
footer .footer-main .footer-right > a:nth-of-type(2) p {
  background: url("../img/wx_ic1.png") no-repeat;
}
footer .footer-main .footer-right > a:nth-of-type(2) p:hover {
  background: url("../img/wx_ic2.png") no-repeat;
}
footer .footer-main .footer-right > a:last-of-type p {
  background: url("../img/weibo_ic1.png") no-repeat;
}
footer .footer-main .footer-right > a:last-of-type p:hover {
  background: url("../img/weibo_ic2.png") no-repeat;
}
footer .footer-main .footer-right > a p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
footer .footer-main .footer-right > p {
  font-size: 14px;
  color: #999999;
  margin-top: 27px;
}
footer .footer-main .footer-right > p:nth-of-type(2) {
  font-family: Arial-Black;
  font-size: 34px;
  margin-top:0;
  color: #e21e1e;
}
footer .footer-main .footer-right .ma {
  overflow: hidden;
  margin-top: 30px;
}
footer .footer-main .footer-right .ma p {
  float: left;
  width: 104px;
  margin-right: 1px;
  margin-right: 30px;
}
footer .footer-main .footer-right .ma p img {
  display: block;
  width: 104px;
  height: 104px;
}
footer .footer-main .footer-right .ma p span {
  display: block;
  font-size: 12px;
  color: #888;
  text-align: center;
  padding-top: 14px;
  line-height: 12px;
}
footer .footer-bottom {
  padding: 30px 0 70px;
  border-top: 1px solid #363636;
  text-align: center;
}
footer .footer-bottom p {
  font-size: 14px;
  color: #888;
  line-height: 30px;
}
footer .footer-bottom p a {
  color: #fff;
}
.list-main {
  position: relative;
}
.list-main .list-box {
  width: 1200px;
  margin: 0 auto;
  min-height: 800px;
  position: relative;
  padding-bottom: 80px;
}
.list-main .list-box .list-top {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: 1px solid #e8cc94;
}
.list-main .list-box .list-top h1 {
  font-size: 25px;
  margin-right: 10px;
  color: #fff;
  display: inline-block;
}
.list-main .list-box .list-top span {
  display: inline-block;
  font-size: 18px;
  font-family: Arial;
}
.list-main .list-box .list-top em {
  float: right;
  font-size: 12px;
  font-style: normal;
  line-height: 35px;
  color: #999999;
}
.list-main .list-box .list-nav {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
}
.list-main .list-box .list-nav ul {
  width: 100%;
}
.list-main .list-box .list-nav ul li {
  margin-right: 10px;
  display: inline-block;
}
.list-main .list-box .list-nav ul li a {
  padding: 10px 20px;
  background-color: #999999;
  border-radius: 3px;
  font-size: 16px;
  color: #000;
}
.list-main .list-box .list-nav ul li a:hover {
  background-color: #e21e1e;
  color: #fff;
}
.list-main .list-box .list-nav ul li .nav-active {
  background-color: #e21e1e;
  color: #fff;
}
.in-news {
  margin-bottom: 50px;
}
.in-news ul > li {
  overflow: hidden;
  border-bottom: 1px solid #999999;
}
.in-news ul > li:hover {
  border-bottom: 1px solid #e21e1e;
}
.in-news ul > li:hover .in-news-article {
  border-right: 1px solid #e21e1e;
}
.in-news ul > li:hover .in-news-article h4 {
  color: #e8cc94;
}
.in-news ul > li:hover .in-news-article span,
.in-news ul > li:hover .in-news-article p {
  color: #fff !important;
}
.in-news ul > li:hover .in-news-circle {
  width: 50px;
  height: 50px;
  background-color: #e8cc94;
  margin: 37px 20px 0 75px;
}
.in-news ul > li a {
  display: block;
  overflow: hidden;
  padding: 25px 0;
}
.in-news ul > li a .in-news-img {
  display: inline-block;
  width: 200px;
  height: 100%;
  overflow: hidden;
}
.in-news ul > li a .in-news-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.in-news ul > li a .in-news-article {
  width: 63%;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  border-right: 1px solid #999999;
}
.in-news ul > li a .in-news-article h4 {
  font-size: 24px;
  color: #fff;
}
.in-news ul > li a .in-news-article span {
  display: block;
  margin: 10px auto;
}
.in-news ul > li a .in-news-article p {
  font-size: 13px;
}
.in-news ul > li a .in-news-circle {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #fff;
  margin: 45px 20px 0 75px;
  transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.news-show {
  margin-top: 45px;
  width: 1200px;
  margin: 0 auto;
}
.news-show .news-title {
  padding-bottom: 12px;
  text-align: center;
  border-bottom: solid 1px #dfdfdf;
}
.news-show .news-title h2 {
  font-size: 26px;
  font-weight: normal;
  color: #003378;
}
.news-show .news-title span {
  display: inline-block;
  color: #999999;
  font-size: 13px;
  margin: 10px 8px;
}
.news-show .news-content {
  color: #000;
  line-height: 25px;
  padding: 30px;
}
.pageto {
  padding: 30px 30px 0;
  overflow: hidden;
  border-top: solid 1px #dfdfdf;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.pageto::after {
  content: "";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pageto span {
  font-size: 15px;
  display: block;
}
.pageto span a {
  display: block;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  text-decoration: none;
}
.pageto span a:hover {
  text-decoration: underline;
  color: #e8cc94;
}
.pageto .pageto-prev {
  float: left;
  color: #e21e1e;
}
.pageto .pageto-next {
  float: right;
  color: #e21e1e;
}
.in-product {
  padding: 35px 0;
}
.in-product ul {
  overflow: hidden;
  margin: 0 -40px 0 0;
}
.in-product ul li {
  width: 373px;
  float: left;
  margin: 0 40px 40px 0;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0);
}
.in-product ul li:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
.in-product ul li:hover p {
  background-color: #e21e1e !important;
}
.in-product ul li:hover p a {
  color: #e8cc94;
}
.in-product ul li .in-product-img img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.in-product ul a {
  display: block;
}
.in-product ul .in-product-img {
  height: 269px;
  overflow: hidden;
}
.in-product ul .in-product-img img {
  width: 100%;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.in-product ul p {
  position: relative;
  background-color: rgba(232, 204, 148, 0.75);
  transition: all 0.5s;
}
.in-product ul p a {
  padding: 20px 15px;
  font-size: 16px;
  color: #333;
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_guest {
  margin: 50px auto;
  width: 500px;
}
.in_guest div {
  overflow: hidden;
  margin-bottom: 20px;
}
.in_guest div span {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  width: 60px;
}
.in_guest div img {
  height: 39px;
  border-radius: 4px;
  float: left;
  margin-left: 10px;
}
.in_guest .guest_radio {
  overflow: hidden;
  padding-bottom: 10px;
}
.in_guest .guest_radio label {
  float: left;
  width: 25%;
  padding-top: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.in_guest .guest_radio label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.in_guest .guest_radio label span input {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  opacity: 0;
}
.in_guest .guest_radio .on span {
  background-color: #e8cc94;
}
.in_guest .in_input input,
.in_guest .in_textarea input,
.in_guest .in_input textarea,
.in_guest .in_textarea textarea {
  float: left;
  width: 270px;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  border: solid 1px #999999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.in_guest .in_input textarea,
.in_guest .in_textarea textarea {
  width: 416px;
  height: 130px;
  overflow-y: hidden;
  resize: none;
}
.in_guest .in_yanzheng input {
  width: 163px !important;
}
.in_guest .in_submit {
  margin-top: 20px;
}
.in_guest .in_submit input {
  font-size: 15px;
  width: 130px;
  height: 30px;
  background: #999999;
  margin-left: 60px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
.in_guest .in_submit input:hover {
  background: #e21e1e;
  color: #fff;
}
.list_page {
  text-align: center;
  padding: 50px 0;
}
.list_page a,
.list_page span {
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  margin: 0 4px;
  border-radius: 3px;
}
.list_page a:hover,
.list_page span:hover,
.list_page a.current,
.list_page span.current,
.list_page a.row,
.list_page span.row {
  background: #003378;
  color: #fff;
}
.list_page a {
  background: #f5f3ed;
  color: #000000;
  background: #fafafa;
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.list_top {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  position: relative;
}
.list_top p {
  height: 45px;
  line-height: 45px;
  color: #666;
  padding-left: 20px;
  font-size: 14px;
}
.list_top p i {
  font-size: 18px;
  color: #003378;
}
.list_top p a {
  display: inline-block;
  color: #666;
  margin: 0 10px;
  font-size: 14px;
}
.list_top p a:last-of-type {
  color: #003378;
}
.products-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.products-box .products-left {
  float: left;
  width: 250px;
}
.products-box .products-left .products-nav h2 {
  height: 100px;
  background: #003378;
  padding-left: 36px;
  color: #fff;
}
.products-box .products-left .products-nav h2 span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding-top: 25px;
}
.products-box .products-left .products-nav h2 i {
  display: block;
  font-size: 18px;
  font-style: normal;
  opacity: 0.2;
  line-height: 28px;
  text-transform: uppercase;
}
.products-box .products-left .products-nav .navlist {
  background: #5f5f5f;
  margin-bottom: 30px;
}
.products-box .products-left .products-nav .navlist div {
  border-bottom: 2px solid #818283;
}
.products-box .products-left .products-nav .navlist div > p {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  padding-left: 40px;
  background: url("../img/dian3.png") no-repeat 21px center;
  cursor: pointer;
}
.products-box .products-left .products-nav .navlist div > p.cur {
  background: url("../img/dian4.png") no-repeat 21px center;
}
.products-box .products-left .products-nav .navlist div > ul {
  display: none;
}
.products-box .products-left .products-nav .navlist div > ul li {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  position: relative;
}
.products-box .products-left .products-nav .navlist div > ul li.on,
.products-box .products-left .products-nav .navlist div > ul li:hover {
  background: #003378;
}
.products-box .products-left .products-nav .navlist div > ul li.on a,
.products-box .products-left .products-nav .navlist div > ul li:hover a {
  color: #fff;
}
.products-box .products-left .products-nav .navlist div > ul li > a {
  display: block;
  height: 48px;
  padding-left: 40px;
  color: #fff;
  opacity: 0.8;
}
.products-box .products-left .products-nav .navlist div > ul li .xnav {
  display: none;
  position: absolute;
  width: 612px;
  padding: 0 30px 10px;
  border: 1px solid #0073a2;
  top: 0;
  left: 250px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 100;
}
.products-box .products-left .products-nav .navlist div > ul li .xnav h5 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 58px;
}
.products-box .products-left .products-nav .navlist div > ul li .xnav h5 a {
  color: #003378;
}
.products-box .products-left .products-nav .navlist div > ul li .xnav h5 a:hover {
  color: #E21E1E;
}
.products-box .products-left .products-nav .navlist div > ul li .xnav p {
  border-bottom: 1px dashed #dedede;
  line-height: 14px;
  padding-bottom: 5px;
}
.products-box .products-left .products-nav .navlist div > ul li .xnav p a {
  display: inline-block;
  font-size: 14px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
  color: #666;
  margin-bottom: 5px;
}
.products-box .products-right {
  float: right;
  width: 910px;
}
.products-box .products-right .pr-header h2,
.products-box .products-right .pr-main h2 {
  height: 38px;
  line-height: 24px;
  color: #333;
}
.products-box .products-right .pr-header h2 span,
.products-box .products-right .pr-main h2 span {
  font-size: 24px;
}
.products-box .products-right .pr-header h2 i,
.products-box .products-right .pr-main h2 i {
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
}
.products-box .products-right .pr-header {
  position: relative;
  margin-bottom: 20px;
}
.products-box .products-right .pr-header .brand_wrap .brand_intro {
  position: absolute;
  width: 55%;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  color: #fff;
}
.products-box .products-right .pr-header .brand_wrap .brand_logo {
  display: block;
  position: absolute;
  width: 25%;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.products-box .products-right .pr-header .brand_wrap::after {
  content: '';
  width: 1px;
  height: 40%;
  position: absolute;
  left: 35%;
  background: #fff;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.products-box .products-right .pr-header .brand_wrap .brand_bg {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 310px;
}
.products-box .products-right .pr-header .brand_wrap {

}
.products-box .products-right .pr-main {
  width: 64%;
  margin: 0 auto;
  width: 100%;
}
.products-box .products-right .pr-main ul {
  padding-bottom: 80px;
}
.products-box .products-right .pr-main ul li {
  display: inline-block;
  width: 286px;
  background: #fff;
  text-align: center;
  margin: 0 26px 2% 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.products-box .products-right .pr-main ul li:nth-of-type(3n) {
  margin-right: 0;
}
.products-box .products-right .pr-main ul li:hover .product-text p {
  opacity: 0;
}
.products-box .products-right .pr-main ul li:hover .product-text a {
  opacity: 0;
}
.products-box .products-right .pr-main ul li:hover .product-mask {
  visibility: visible;
  top: 0;
}
.products-box .products-right .pr-main ul li .product-img {
  background: #fff;
  height: 286px;
  position: relative;
}
.products-box .products-right .pr-main ul li .product-img img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.products-box .products-right .pr-main ul li .product-text p {
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products-box .products-right .pr-main ul li .product-text a {
  display: inline-block;
  margin: 30px 0;
  padding: 5px 10px;
  border: 1px solid #003378;
  color: #003378;
}
.products-box .products-right .pr-main ul li .product-mask {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  visibility: hidden;
  transition: top 0.5s;
}
.products-box .products-right .pr-main ul li .product-mask span {
  font-size: 14px;
  display: block;
}
.products-box .products-right .pr-main ul li .product-mask span:first-of-type {
  color: #e21e1e;
  margin-top: 30px;
}
.products-box .products-right .pr-main ul li .product-mask span:nth-of-type(2) {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #bcbcbc;
  margin: 25px 0;
}
.products-box .products-right .pr-main ul li .product-mask span:last-of-type {
  color: #777777;
}
.products-box .products-right .pr-main ul li .product-mask p {
  font-size: 20px;
  margin-top: 20px;
}
.products-box .products-right .pr-main ul li .product-mask a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #e21e1e;
  position: absolute;
  left: 50%;
  margin-left: -50.3px;
  bottom: 30px;
}
.ps-container {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  padding-top: 100px;
}
.ps-container .ps-close {
  font-size: 40px;
  font-weight: bold;
  color: white;
  transition: 0.3s;
  position: absolute;
  top: 15px;
  right: 35px;
}
.ps-container .ps-close:hover,
.ps-container .ps-close:focus {
  opacity: 0.5;
  cursor: pointer;
}
.ps-container .ps-bigimg {
  display: block;
  margin: auto;
  width: 80%;
  max-width: 700px;
}
.ps-container .ps-bigtext {
  font-size: 25px;
  display: block;
  margin: auto;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  height: 150px;
}
.ps-container .ps-bigimg,
.ps-container .ps-bigtext {
  animation: mag 1s;
}
@keyframes mag {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.ps-header {
  width: 1200px;
  margin: 0 auto;
  height: 394px;
  padding: 20px 0;
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-bottom: 11px;
  overflow: hidden;
}
.ps-header .ps-img {
  float: left;
  margin-left: 20px;
  width: 400px;
  border: 1px solid #dcdcdc;
  overflow: auto;
  position: relative;
}
.ps-header .ps-img .gallery-top {
  width: 100%;
  height: 400px;
}
.ps-header .ps-img .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}
.ps-header .ps-img .gallery-top .swiper-slide img {
  display: inline-block;
  cursor: zoom-in;
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.ps-header .ps-img .gallery-thumbs {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 0;
  position: absolute;
  bottom: 0;
  z-index: 500;
}
.ps-header .ps-img .gallery-thumbs .swiper-slide {
  width: 15%;
  height: 100%;
  opacity: 1;
  margin-right: 5px !important;
  border: 1px solid #999999;
}
.ps-header .ps-img .gallery-thumbs .swiper-slide.swiper-slide-active {
  border: 1px solid #003378;
}
.ps-header .ps-img .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 60px;
}
.ps-header .ps-img .gallery-thumbs .swiper-slide .swiper-slide-active {
  opacity: 1;
}
.ps-header .ps-text {
  float: right;
  width: 700px;
  margin-right: 40px;
  position: relative;
}
.ps-header .ps-text h3 {
  font-size: 28px;
  color: #333;
  position: relative;
  height: 63px;
  padding-top: 27px;
  line-height: 60px;
  margin-bottom: 16px;
}
.ps-header .ps-text h3::after {
  position: absolute;
  width: 38px;
  height: 3px;
  background: #003378;
  content: "";
  left: 0;
  bottom: 0;
}
.ps-header .ps-text .text-main {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 22px;
  height: 168px;
  overflow: hidden;
}
.ps-header .ps-text .text-share {
  position: absolute;
  top: 48px;
  right: -12px;
  height: 37px;
  text-align: right;
}
.ps-header .ps-text .text-share span {
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  vertical-align: top;
}
.ps-header .ps-text .text-share > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  margin-left: 5px;
}
.ps-header .ps-text .text-share > a:first-of-type {
  margin-left: 0;
}
.ps-header .ps-text .text-share > a:first-of-type p {
  background: url("../img/qq_ic1.png") no-repeat;
}
.ps-header .ps-text .text-share > a:first-of-type p:hover {
  background: url("../img/qq_ic2.png") no-repeat;
}
.ps-header .ps-text .text-share > a:nth-of-type(2) p {
  background: url("../img/wx_ic1.png") no-repeat;
}
.ps-header .ps-text .text-share > a:nth-of-type(2) p:hover {
  background: url("../img/wx_ic2.png") no-repeat;
}
.ps-header .ps-text .text-share > a:last-of-type p {
  background: url("../img/weibo_ic1.png") no-repeat;
}
.ps-header .ps-text .text-share > a:last-of-type p:hover {
  background: url("../img/weibo_ic2.png") no-repeat;
}
.ps-header .ps-text .text-share > a p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
.ps-header .ps-text .text-download {
  float: left;
  width: 345px;
  height: 66px;
  border-right: 1px solid #e5e5e5;
}
.ps-header .ps-text .text-download p {
  float: left;
  margin-right: 55px;
  text-align: center;
}
.ps-header .ps-text .text-download p a span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #666;
  padding-top: 10px;
}
.ps-header .ps-text .text-ask {
  float: right;
  padding-top: 10px;
}
.ps-header .ps-text .text-ask i {
  float: left;
  font-size: 36px;
  color: #e21e1e;
}
.ps-header .ps-text .text-ask p {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.ps-header .ps-text .text-ask a {
  float: right;
  width: 122px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #003378;
  margin-left: 40px;
}
.ps-list {
  padding: 45px 0 20px;
  border-bottom: 1px solid #efefef;
}
.ps-list h3 {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  color: #003378;
}
.ps-list h3 span {
  display: inline-block;
  padding-left: 36px;
}
.ps-list h3 i {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  color: #000;
  padding-right: 5px;
  font-style: normal;
  text-transform: uppercase;
}
.ps-list > span {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 15px;
  margin-left: 36px;
}
.ps-list p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
  margin-left: 34px;
}
.ps-list table,
.ps-list img {
  margin-top: 20px;
}
.ps-main {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 0 40px 60px;
  box-sizing: border-box;
  margin: 24px auto;
}
.ps-main .ps-info .ps-feature {
  padding: 45px 0 20px;
  border-bottom: 1px solid #efefef;
}
.ps-main .ps-info .ps-feature h3 {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  color: #003378;
}
.ps-main .ps-info .ps-feature h3 span {
  display: inline-block;
  padding-left: 36px;
}
.ps-main .ps-info .ps-feature h3 i {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  color: #000;
  padding-right: 5px;
  font-style: normal;
  text-transform: uppercase;
}
.ps-main .ps-info .ps-feature > span {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 15px;
  margin-left: 36px;
}
.ps-main .ps-info .ps-feature p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
  margin-left: 34px;
}
.ps-main .ps-info .ps-feature table,
.ps-main .ps-info .ps-feature img {
  margin-top: 20px;
}
.ps-main .ps-info .ps-cs {
  padding: 45px 0 20px;
  border-bottom: 1px solid #efefef;
}
.ps-main .ps-info .ps-cs h3 {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  color: #003378;
}
.ps-main .ps-info .ps-cs h3 span {
  display: inline-block;
  padding-left: 36px;
}
.ps-main .ps-info .ps-cs h3 i {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  color: #000;
  padding-right: 5px;
  font-style: normal;
  text-transform: uppercase;
}
.ps-main .ps-info .ps-cs > span {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 15px;
  margin-left: 36px;
}
.ps-main .ps-info .ps-cs p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
  margin-left: 34px;
}
.ps-main .ps-info .ps-cs table,
.ps-main .ps-info .ps-cs img {
  margin-top: 20px;
}
.ps-main .ps-info .ps-cs table {
  margin-left: 37px;
  border-collapse: collapse;
}
.ps-main .ps-info .ps-cs table td {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  border: 1px solid #c4c4c4;
}
.ps-main .ps-info .ps-cs table .t1 {
  padding-left: 25px;
  width: 170px;
  background: #f5f5f5;
}
.ps-main .ps-info .ps-cs table .t2 {
  padding-left: 20px;
  width: 300px;
}
.ps-main .ps-info .ps-view {
  padding: 45px 0 20px;
  border-bottom: 1px solid #efefef;
}
.ps-main .ps-info .ps-view h3 {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  color: #003378;
}
.ps-main .ps-info .ps-view h3 span {
  display: inline-block;
  padding-left: 36px;
}
.ps-main .ps-info .ps-view h3 i {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  color: #000;
  padding-right: 5px;
  font-style: normal;
  text-transform: uppercase;
}
.ps-main .ps-info .ps-view > span {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 15px;
  margin-left: 36px;
}
.ps-main .ps-info .ps-view p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
  margin-left: 34px;
}
.ps-main .ps-info .ps-view table,
.ps-main .ps-info .ps-view img {
  margin-top: 20px;
}
.ps-main .ps-info .ps-install {
  padding: 45px 0 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0;
  border: none;
}
.ps-main .ps-info .ps-install h3 {
  font-size: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  color: #003378;
}
.ps-main .ps-info .ps-install h3 span {
  display: inline-block;
  padding-left: 36px;
}
.ps-main .ps-info .ps-install h3 i {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  color: #000;
  padding-right: 5px;
  font-style: normal;
  text-transform: uppercase;
}
.ps-main .ps-info .ps-install > span {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 15px;
  margin-left: 36px;
}
.ps-main .ps-info .ps-install p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
  margin-left: 34px;
}
.ps-main .ps-info .ps-install table,
.ps-main .ps-info .ps-install img {
  margin-top: 20px;
}
.ps-example {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: 24px auto;
  padding: 0 0 60px 20px;
  box-sizing: border-box;
}
.ps-example .ps-example-header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.ps-example .ps-example-header h2 {
  font-size: 32px;
}
.ps-example .ps-example-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.ps-example .ps-example-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.ps-example .ps-example-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.ps-example .ps-example-main {
  overflow: hidden;
}
.ps-example .ps-example-main dl {
  float: left;
  margin-right: 25px;
  margin-bottom: 48px;
}
.ps-example .ps-example-main dl dt {
  float: left;
}
.ps-example .ps-example-main dl dt a > img {
  display: block;
  width: 274px;
  height: 154px;
}
.ps-example .ps-example-main dl dd {
  float: left;
  width: 268px;
  padding-left: 12px;
}
.ps-example .ps-example-main dl dd h4 {
  height: 40px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.ps-example .ps-example-main dl dd h4 a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ps-example .ps-example-main dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -o-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.ps-example .ps-example-main dl dd p a {
  color: #003378;
}
.ps-case {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: 24px auto;
  padding: 0 0 60px 20px;
  box-sizing: border-box;
}
.ps-case .ps-case-header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.ps-case .ps-case-header h2 {
  font-size: 32px;
}
.ps-case .ps-case-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.ps-case .ps-case-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.ps-case .ps-case-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.ps-case .ps-case-main .swiper-container {
  padding-bottom: 30px;
}
.ps-case .ps-case-main .swiper-container .swiper-slide img {
  display: block;
  width: 356px;
  height: 201px;
}
.ps-case .ps-case-main .swiper-container .swiper-slide p {
  display: block;
  font-size: 15px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}
.ps-case .ps-case-main .swiper-container .swiper-pagination {
  bottom: 0;
}
.ps-more {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 0 0 60px 20px;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  margin: 24px auto;
}
.ps-more .ps-more-header {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.ps-more .ps-more-header h2 {
  font-size: 32px;
}
.ps-more .ps-more-header p {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
}
.ps-more .ps-more-header span:first-of-type {
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #003378;
  margin-top: 24px;
}
.ps-more .ps-more-header span.text {
  display: block;
  margin-top: 30px;
  color: #747474;
}
.ps-more .ps-more-main .swiper-container .swiper-slide {
  text-align: center;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div {
  display: inline-block;
  width: 286px;
  background: #fff;
  text-align: center;
  margin: 0 11.3px 20px 0;
  cursor: pointer;
  position: relative;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div:last-of-type {
  margin-right: 0;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div:hover .product-text p {
  opacity: 0;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div:hover .product-text a {
  opacity: 0;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div:hover .product-mask {
  visibility: visible;
  top: 0;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-img {
  background: #fff;
  height: 286px;
  position: relative;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-img img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-text p {
  font-size: 15px;
  line-height: 20px;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-text a {
  display: inline-block;
  margin: 30px 0;
  padding: 5px 10px;
  border: 1px solid #003378;
  color: #003378;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-mask {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  visibility: hidden;
  transition: top 0.5s;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-mask span {
  font-size: 14px;
  display: block;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-mask span:first-of-type {
  color: #e21e1e;
  margin-top: 60px;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-mask span:nth-of-type(2) {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #bcbcbc;
  margin: 35px 0;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-mask span:last-of-type {
  color: #777777;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-mask p {
  font-size: 20px;
  margin-top: 20px;
}
.ps-more .ps-more-main .swiper-container .swiper-slide > div .product-mask a {
  display: inline-block;
  margin-top: 70px;
  padding: 5px 10px;
  color: #fff;
  background: #e21e1e;
  position: absolute;
  left: 50%;
  margin-left: -50.3px;
  bottom: 30px;
}
.ps-more .ps-more-main .swiper-container .swiper-pagination {
  bottom: 3px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.h3-box {
  width: 151px;
  height: 238px;
  background: url("../img/h2_bg.jpg") no-repeat;
  font-weight: normal;
  color: #fff;
  margin-top: -70px;
}
.h3-box span {
  display: block;
  font-size: 42px;
  line-height: 50px;
  height: 126px;
  padding-top: 18px;
  margin-bottom: 20px;
  padding-left: 8px;
}
.h3-box i {
  display: block;
  font-size: 16px;
  font-family: "Arial";
  padding-left: 12px;
  font-style: normal;
  text-transform: uppercase;
}
.ic-cooperative {
  height: 650px;
  background: url("../img/product_bg.png") no-repeat center 0;
  margin-top: 100px;
}
.ic-cooperative .content h3 {
  width: 151px;
  height: 238px;
  background: url("../img/h2_bg.jpg") no-repeat;
  font-weight: normal;
  color: #fff;
  margin-top: -70px;
  float: left;
}
.ic-cooperative .content h3 span {
  display: block;
  font-size: 42px;
  line-height: 50px;
  height: 126px;
  padding-top: 18px;
  margin-bottom: 20px;
  padding-left: 8px;
}
.ic-cooperative .content h3 i {
  display: block;
  font-size: 16px;
  font-family: "Arial";
  padding-left: 12px;
  font-style: normal;
  text-transform: uppercase;
}
.ic-cooperative .content .ic-text {
  float: left;
  margin-top: 150px;
  position: relative;
}
.ic-cooperative .content .ic-text ul {
  width: 900px;
  height: 450px;
  margin-left: 50px;
}
.ic-cooperative .content .ic-text ul li {
  display: inline-block;
}
.ic-cooperative .content .ic-text ul li img {
  float: left;
  margin-right: 14px;
}
.ic-cooperative .content .ic-text ul li p {
  float: left;
  width: 315px;
}
.ic-cooperative .content .ic-text ul li p em {
  display: block;
  font-size: 18px;
  color: #333;
  padding: 20px 0 14px;
  line-height: 18px;
  font-style: normal;
}
.ic-cooperative .content .ic-text ul li p span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -o-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.ic-cooperative .content .ic-text a {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 0;
  margin-left: -100px;
  width: 200px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #003378;
  border-radius: 5px;
}
.ic-advantage {
  background: #f5f5f5;
  height: 610px;
  margin-top: 80px;
}
.ic-advantage .content .advantage-list {
  float: left;
  width: 670px;
  position: relative;
}
.ic-advantage .content .advantage-list ul {
  overflow: hidden;
}
.ic-advantage .content .advantage-list ul li {
  float: left;
  width: 171px;
  padding-right: 14px;
  height: 156px;
  margin-left: 55px;
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
}
.ic-advantage .content .advantage-list ul li:nth-of-type(3n + 1) {
  margin-left: 15px;
}
.ic-advantage .content .advantage-list ul li.cur {
  background: url("../img/cpa_bg.png") no-repeat center;
}
.ic-advantage .content .advantage-list ul li.cur i,
.ic-advantage .content .advantage-list ul li.cur span {
  color: #003378;
}
.ic-advantage .content .advantage-list ul li i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 22px auto 0;
  font-size: 60px;
  color: #777;
}
.ic-advantage .content .advantage-list ul li span {
  display: block;
  font-size: 18px;
  color: #777;
  text-align: center;
  line-height: 18px;
  padding-top: 14px;
}
.ic-advantage .content .advantage-list .phone {
  position: absolute;
  right: 60px;
  bottom: 10px;
}
.ic-advantage .content .advantage-list .phone i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 22px auto 0;
  font-size: 60px;
  color: #777;
}
.ic-advantage .content .advantage-list .phone span {
  display: block;
  font-size: 18px;
  color: #777;
  text-align: center;
  line-height: 18px;
  padding-top: 14px;
}
.ic-advantage .content .advantage-list .phone span:last-of-type {
  color: #003378;
}
.ic-advantage .content .advantage-img {
  float: right;
  width: 520px;
  position: relative;
  margin-top: 40px;
}
.ic-advantage .content .advantage-img h3 {
  background: url("../img/h2_bg.jpg") no-repeat;
  margin-top: -70px;
  position: absolute;
  width: 151px;
  height: 238px;
  font-weight: normal;
  color: #fff;
  top: -35px;
  z-index: 100;
  right: 20px;
}
.ic-advantage .content .advantage-img h3 span {
  display: block;
  font-size: 42px;
  line-height: 50px;
  height: 126px;
  padding-top: 18px;
  margin-bottom: 20px;
  padding-left: 8px;
}
.ic-advantage .content .advantage-img h3 i {
  display: block;
  font-size: 16px;
  font-family: "Arial";
  padding-left: 12px;
  font-style: normal;
  text-transform: uppercase;
}
.ic-advantage .content .advantage-img .advantage-main {
  position: relative;
  width: 520px;
  height: 520px;
}
.ic-advantage .content .advantage-img .advantage-main p {
  position: absolute;
  width: 520px;
  height: 520px;
  left: 0;
  top: 0;
  display: none;
}
.ic-advantage .content .advantage-img .advantage-main p:first-of-type {
  display: block;
}
.ic-advantage .content .advantage-img .advantage-main p img {
  width: 100%;
  height: 100%;
}
.ic-advantage .content .advantage-img .advantage-main p span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.ic-advantage .content .advantage-img .advantage-main p span em {
  font-size: 24px;
}
.ic-support {
  height: 600px;
  margin: 140px 0 170px;
  background: url("../img/support_bg.jpg") no-repeat center;
}
.ic-support .content {
  position: relative;
}
.ic-support .content > h3 {
  background: url("../img/h2_bg.jpg") no-repeat;
  margin-top: -70px;
  position: absolute;
  width: 151px;
  height: 238px;
  font-weight: normal;
  color: #fff;
  top: 0;
  z-index: 100;
  left: 0;
}
.ic-support .content > h3 span {
  display: block;
  font-size: 42px;
  line-height: 50px;
  height: 126px;
  padding-top: 18px;
  margin-bottom: 20px;
  padding-left: 8px;
}
.ic-support .content > h3 i {
  display: block;
  font-size: 16px;
  font-family: "Arial";
  padding-left: 12px;
  font-style: normal;
  text-transform: uppercase;
}
.ic-support .content .support-text {
  position: relative;
  width: 1200px;
  height: 335px;
  padding: 140px 0 50px;
}
.ic-support .content .support-text > div {
  position: absolute;
  width: 1200px;
  left: 0;
  top: 150px;
}
.ic-support .content .support-text > div h4 {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 25px;
}
.ic-support .content .support-text > div > p {
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
}
.ic-support .content .support-text > div > p:last-of-type {
  margin-top: 15px;
}
.ic-support .content ul {
  position: absolute;
  width: 100%;
  height: 145px;
  left: 0;
  bottom: -125px;
  background: #fff;
}
.ic-support .content ul li {
  float: left;
  width: 100px;
  margin-left: 51px;
  padding-top: 26px;
}
.ic-support .content ul li i {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 50%;
  background: #4b4c4e;
  position: relative;
  font-size: 50px;
}
.ic-support .content ul li i::before {
  position: absolute;
  top: 3px;
  left: 8px;
}
.ic-support .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #333;
  text-align: center;
  border-bottom: 4px solid #999;
}
.why {
  background: #f7f7f7;
  padding-bottom: 58px;
}
.why .content {
  width: 1200px;
  margin: 0 auto;
}
.why .content h2 {
  height: 180px;
  text-align: center;
}
.why .content h2 span {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  position: relative;
  padding: 40px 0 17px;
}
.why .content h2 span::after {
  position: absolute;
  width: 3.8%;
  height: 2px;
  background: #1474a2;
  content: "";
  bottom: 0;
  left: 48.1%;
}
.why .content h2 i {
  display: block;
  font-size: 20px;
  line-height: 50px;
  color: #000;
}
.why .content ul li {
  float: left;
  width: 390px;
  height: 592px;
  overflow: hidden;
  margin-right: 10px;
}
.why .content ul li .why_det {
  float: left;
  width: 390px;
  height: 390px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.why .content ul li .why_det:hover .why_des {
  background: url("../img/why_bg.png") repeat;
}
.why .content ul li .why_det:hover .why_des b,
.why .content ul li .why_det:hover .why_des p {
  transform: translateY(0);
}
.why .content ul li .why_det:hover .why_des .text img {
  opacity: 1;
  transform: translateY(0);
}
.why .content ul li .why2 {
  width: 187px;
  height: 187px;
  margin-right: 16px;
}
.why .content ul li .why2 .text {
  top: 20px !important;
}
.why .content ul li .nomar {
  margin-right: 0;
}
.why .content ul li .nomar a {
  display: block;
  height: 187px;
  line-height: 187px;
  font-size: 18px;
  color: #fff;
  background: #0073a2;
  text-align: center;
}
.why .content ul li .why_img {
  width: 100%;
  height: 110%;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.why .content ul li .why_img img {
  display: block;
  width: 110%;
  max-width: 110%;
}
.why .content ul li .why_des {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.why .content ul li .why_des .text {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fafafa;
}
.why .content ul li .why_des .text img {
  display: block;
  margin: 0 auto 23px;
  opacity: 0;
}
.why .content ul li .why_des .text b {
  display: block;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 10px;
  transform: translateY(390%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.why .content ul li .why_des .text p {
  font-size: 16px;
  line-height: 24px;
  transform: translateY(280%);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.in_news {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.in_news .in_news-left {
  width: 250px;
  float: left;
}
.in_news .in_news-left .left-nav ul {
  margin-bottom: 30px;
}
.in_news .in_news-left .left-nav ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 42px;
}
.in_news .in_news-left .left-nav ul li.on,
.in_news .in_news-left .left-nav ul li:hover {
  background: #003378;
}
.in_news .in_news-left .left-nav ul li.on a b,
.in_news .in_news-left .left-nav ul li:hover a b {
  color: #fff;
}
.in_news .in_news-left .left-nav ul li.on a i,
.in_news .in_news-left .left-nav ul li:hover a i {
  color: #fff;
}
.in_news .in_news-left .left-nav ul li a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
  outline: none;
}
.in_news .in_news-left .left-nav ul li a b {
  float: left;
  font-size: 16px;
  color: #333;
}
.in_news .in_news-left .left-nav ul li a i {
  float: left;
  font-size: 14px;
  color: #999;
  font-family: "Arial";
}
.in_news .in_news-main {
  border: 1px solid #dcdcdc;
  float: right;
  width: 920px;
  padding: 0 29px;
  box-sizing: border-box;
}
.in_news .in_news-main ul {
  padding: 20px 0;
}
.in_news .in_news-main ul li {
  height: 156px;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
}
.in_news .in_news-main ul li:last-of-type {
  border: none;
}
.in_news .in_news-main ul li .in_news-img {
  float: left;
  width: 259px;
  height: 156px;
  overflow: hidden;
}
.in_news .in_news-main ul li .in_news-img:hover a > img {
  transform: scale(1.2);
}
.in_news .in_news-main ul li .in_news-img img {
  display: block;
  width: 259px;
  height: 156px;
  transition: all 0.5s linear;
}
.in_news .in_news-main ul li .in_news-text {
  float: left;
  width: 578px;
  padding-left: 22px;
  height: 156px;
  position: relative;
}
.in_news .in_news-main ul li .in_news-text h4 {
  font-size: 18px;
  line-height: 44px;
  font-weight: normal;
  margin-bottom: 4px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_news .in_news-main ul li .in_news-text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.in_news .in_news-main ul li .in_news-text > a {
  position: absolute;
  width: 80px;
  height: 35px;
  line-height: 35px;
  padding: 2px 15px;
  font-size: 16px;
  color: #fff;
  background: #003378;
  bottom: -15px;
  right: 0;
}
.in_news .in_news-main ul li .in_news-text > a::before {
  content: '+';
  padding-right: 4px;
}

/*图片列表*/
.in_pics{width:1200px;margin:40px auto 0;}
.in_pics ul{margin:0 -40px 0 0;display:table;}
.in_pics ul li{width:373px;float:left;margin:0 40px 40px 0;background:#efefef;}
.in_pics ul li a{display:block;}
.in_pics ul li a.in_pimg{height:250px;overflow:hidden;}
.in_pics ul li a.in_pimg img{width:100%;-webkit-transition: all 2s;-moz-transition:all 2s;-o-transition:all 2s;transition:all 2s;}
.in_pics ul li p{position:relative;}
.in_pics ul li:hover p{background:#fe0000\9;}
.in_pics ul li p a{padding:18px 15px;font-size:16px;color:#333;position:relative;z-index:2;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.in_pics ul li:hover a.in_pimg img{-webkit-transform: scale(1.2, 1.2);-moz-transform: scale(1.2, 1.2);-o-transform: scale(1.2, 1.2);transform: scale(1.2, 1.2);}
.in_pics ul li p:after{width:0%;height:100%;position: absolute;content: ""; top:0;left:50%; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;background-color:#cf0000;}
.in_pics ul li:hover p:after{width:100%;left:0;}
.in_pics ul li:hover p a{color:#fff;}


.nodata{text-align: center;padding: 10px;}

.list_banner img{max-width: 100%;}

/* 搜索页面 */
.search_list {
  width: 1200px;
  margin: 0 auto;
}
.search_list ul {
  overflow: hidden;
}
.search_list ul li {
  border-bottom: 1px solid #cbcbcb;
}
.search_list ul li:first-of-type {
  border-top: 1px solid #cbcbcb;
}
.search_list ul li a {
  overflow: hidden;
}
.search_list ul li a .case_img {
  width: 18%;
  display: inline-block;
}
.search_list ul li a .case_img img{
  width: 100%;
}
.search_list ul li a .case_info {
  width: 79%;
  float: right;
  padding: 23px 0;
}
.search_list ul li a .case_info .case_txt h3 {
  padding: 15px 0;
  color: #666;
  font-size: 18px;
}
.search_list ul li a .case_info .case_txt h3:hover {
  color: #003378;
}
.search_list ul li a .case_info .case_txt p {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -moz-line-clamp: 5;
  -o-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}

/*产品编辑*/
/* .azl_pro .anz_tit{overflow:hidden;background:url(../img/line1.png) no-repeat right 20px;overflow:hidden;margin-bottom:20px;margin-top:30px;}
.azl_pro .anz_tit.tit_02 h3{background-image:url(../img/pro_icon02.png);}
.azl_pro .anz_tit.tit_03 h3{background-image:url(../img/pro_icon03.png);}
.azl_pro .anz_tit h3{float:left;padding-left:36px;background:#fff url(../img/pro_icon01.png) no-repeat left center;font-size:28px;color:#003378;font-weight:normal;}
.azl_pro .anz_tit h3 span{color:#90add6;font-size:14px;text-transform:uppercase;padding:0 10px;}
.azl_pro .anz_txt{font-size:14px;line-height:1.8;color:#555;}
.azl_pro .anz_table .dhl_table{background:#ccc;margin:0 auto;width:100%;}
.azl_pro .anz_table .dhl_table td{background:#fff;padding:18px 25px;font-size:14px;color:#555;}
.azl_pro .anz_table .dhl_table td.t1{background:#efefef;color:#333;} */
.footer_msgbar input{color:#333 !important;}
.footer_msgbar .btn{color:#fff !important;}

.azl_pro{width:1118px;margin:0 auto;}
.azl_pro *{margin:0;padding:0;}
.azl_pro .anz_tit{overflow:hidden;background:url(../img/line1.png) no-repeat right 20px;overflow:hidden;margin-bottom:20px;margin-top:30px;}
.azl_pro .anz_tit.tit_02 h3{background-image:url(../img/pro_icon02.png);}
.azl_pro .anz_tit.tit_03 h3{background-image:url(../img/pro_icon03.png);}
.azl_pro .anz_tit h3{float:left;padding-left:36px;background:#fff url(../img/pro_icon01.png) no-repeat left center;font-size:28px;color:#003378;font-weight:normal;}
.azl_pro .anz_tit h3 span{color:#90add6;font-size:14px;text-transform:uppercase;padding:0 10px;}
.azl_pro .anz_txt{font-size:14px;line-height:1.8;color:#555;}
.azl_pro .anz_table .dhl_table{background:#ccc;margin:0 auto;width:100%;}
.azl_pro .anz_table .dhl_table td{background:#fff;padding:18px 25px;font-size:14px;color:#555;}
.azl_pro .anz_table .dhl_table td.t1{background:#efefef;color:#333;}


/*联系我们*/
.ctct_box *{margin:0;padding:0;list-style:none;}
.ctct_box{width:1200px;margin:0 auto;}

.ctct_box .ctct_top{padding:20px 20px 20px 180px;background:#efefef url(../img/contact_telicon.png) no-repeat 30px center;}
.ctct_box .ctct_top h4{font-size:24px;color:#333;font-weight:normal;margin-bottom:10px;}
.ctct_box .ctct_top p{color:#333;font-size:14px;line-height:1.9;}
.ctct_box .ctct_bottom{overflow:hidden;margin-top:60px;}
.ctct_box .ctct_bottom .ctct_left{float:left;width:450px;}
.ctct_box .ctct_bottom .ctct_left .ctct_tit{padding-bottom:20px;border-bottom:1px dashed #d3d3d3;}
.ctct_box .ctct_bottom .ctct_left .ctct_tit h4{font-size:24px;color:#003378;font-weight:bold;}
.ctct_box .ctct_bottom .ctct_left .ctct_tit span{font-size:12px;color:#999;}
.ctct_box .ctct_bottom .ctct_left .ctct_con li{overflow:hidden;}
.ctct_box .ctct_bottom .ctct_left .ctct_con li span{float:left;margin:9px 10px 0 0;}
.ctct_box .ctct_bottom .ctct_left .ctct_con li p{color:#666;font-size:14px;padding:20px 0;border-bottom:1px dashed #d3d3d3;}
.ctct_box .ctct_bottom .ctct_right{width:700px;float:right;}
.ctct_box .ctct_bottom .ctct_right h4{margin-bottom:20px;}
.ctct_box .ctct_bottom .ctct_right .ctct_iframe{overflow:hidden;}
.ctct_box .ctct_bottom .ctct_right .ctct_iframe iframe{width:100% !important;}