* {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}
h3 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.navBar {
  margin-left: 100px;
}
.navBar .m {
  flex: 1;
  text-align: center;
}
.navBar .m {
  height: 70px;
  position: relative;
}
.navBar h3 a {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  color: #333333;
  font-size: 16px;
}
.navBar .on {
  border-bottom: 1px solid #0033a0;
}
.navBar .on h3 a {
  color: #0033a0;
}
.navBar .sub {
  display: none;
  /*默认隐藏*/
  width: 150px;
  padding: 5px 0;
  position: absolute;
  left: 50%;
  top: 70px;
  background: #fff;
  text-align: center;
  transform: translateX(-50%);
}
.navBar .sub li {
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}
.navBar .sub li:last-of-type{
  border-bottom: none;
}
.navBar .sub li a {
  height: 32px;
  line-height: 32px;
  display: block;
}
.navBar .sub li a:hover {
  color: #0033a0;
}
.navBar i {
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 5px;
}
.navBar .iconqianjin1 {
  color: #8E8E8E;
  font-size: 12px;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.more {
  width: 44px;
  height: 44px;
  background: #0033a0;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  margin-top: 44px;
  display: block;
  border-radius: 22px;
  transition: all 0.2s ease-in;
}
.more .iconjiahao {
  font-size: 22px;
  color: #fff;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.header {
  height: 70px ;
  position: absolute;
  z-index: 100000;
  left: 50%;
  top: 33px;
  transform: translateX(-50%);
  width: 1250px;
  background: #fff;
  align-items: center;
  box-shadow: 0px 5px 16px 0px rgba(229, 229, 229, 0.35);
}
.header .logo {
  height: 70px;
  line-height: 70px;
  padding-left: 26px;
}
.header .logo img {
  height: 42px;
  vertical-align: middle;
}
.banner-btm {
  width: 100%;
  height: 68px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.banner-btm .content {
  position: relative;
  height: 68px;
}
.banner-btm .search {
  width: 286px;
  height: 37px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 19px;
  padding-left: 15px;
  font-size: 14px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-right: 26px;
}
.banner-btm .search input {
  height: 35px;
  border: none;
  outline: none;
  display: block;
  flex: 1;
}
.banner-btm .search .iconsousuo {
  color: #0033A0;
  font-size: 22px;
}
.banner-btm .key {
  max-width: 606px;
  overflow: hidden;
}
.banner-btm .key span {
  color: #4c4c4c;
  font-size: 16px;
}
.banner-btm .key a {
  color: #999999;
  font-size: 14px;
  margin-right: 10px;
}
.banner-btm .phone {
  width: 283px;
  height: 113px;
  background: linear-gradient(#0033a0 0%, #0033a0 38%, #0c4cd4 83%);
  border-radius: 8px;
  position: absolute;
  right: -16px;
  bottom: 0;
  z-index: 1000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-btm .phone p {
  font-size: 33px;
}
.banner-btm .phone p span {
  font-size: 18px;
  margin-left: 10px;
}
.container {
  width: 88.2%;
  max-width: 1694px;
  margin: 0 auto;
}
.com-title .name {
  color: #2B2B2B;
  font-size: 24px;
  display: block;
}
.com-title .en-name {
  color: #969696;
  font-size: 17px;
}
.com-more {
  width: 132px;
  height: 41px;
  border: 1px solid #969696;
  border-radius: 20px;
  text-align: center;
  line-height: 41px;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: all 0.3s ease;
}
.com-more:hover {
  background: #0033a0;
  border-color: #0033a0;
  color: #fff;
}
.product {
  margin: 3.125vw auto 0;
}
.product .cont {
  width: 94.45%;
  margin: 4.6875vw auto 0;
  display: flex;
  flex-wrap: wrap;
}
.product li {
  width: calc(100%/4 - 30px);
  margin-bottom: 40px;
  margin-right: 30px;
  background: #fff;
  transition: all 0.3s ease-in;
  box-sizing: border-box;
}
.product li:hover {
  box-shadow: 0px 5px 87px 0px rgba(215, 215, 215, 0.43);
}
.product li:hover .btm .left span {
  color: #0033a0;
}
.product li:hover .img .more-btn {
  opacity: 0.8;
}
.product li:hover .btm .btn {
  opacity: 1;
}
.product .img {
  width: 100%;
  display: block;
  position: relative;
}
.product .img::before {
  content: '';
  display: block;
  padding-bottom: 80%;
}
.product .img .more-btn {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #0033a0;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in;
}
.product .img .more-btn .iconjiahao {
  font-size: 34px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product .btm {
  /* height: 4.68vw; */
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #BDBDBD;
  padding: 10px 0.93vw;
  box-sizing: border-box;
}
.product .btm .left span {
  font-size: 0.83vw;
  color: #292929;
  white-space:nowrap ;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.26vw;
  display: block;

}
.product .btm .left p{
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.product .btm .btn {
  width: 2.03vw;
  height: 2.03vw;
  background: #ffffff;
  box-shadow: 0px 5px 18px 0px rgba(0, 51, 160, 0.09);
  text-align: center;
  line-height: 2.03vw;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.product .btm .btn .iconqianjin1 {
  font-size: 1.14vw;
  color: #bebebe;
}
.service {
  width: 100%;
  background: #f9f9f9;
  padding-top: 7.06vw;
  padding-bottom: 4.16vw;
}
.service .cont {
  margin: 4.16vw auto 0;
  width: 94.45%;
}
.service .cont li {
  width: calc(100%/4 - 30px);
  margin-right: 30px;
  background: #fff;
  padding: 2.6vw 0;
  text-align: center;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.service .cont li:hover {
  transform: translateY(-50px);
}
.service .cont li:hover .more {
  width: 52.43%;
}
.service .cont li img {
  display: block;
  margin: 0 auto 3.125vw;
}
.service .cont li p {
  color: #2B2B2B;
  font-size: 18px;
  margin-bottom: 2.395vw;
}
.service .cont li .dec {
  font-size: 14px;
  color: #848484;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 26px;
}
.service .cont li .more {
  margin: 24px auto 0;
}
.about {
  overflow: hidden;
  margin: 0 auto 6.77vw;
  padding-top: 5.2vw;
}
.about .cont {
  width: 93.15%;
  margin: 0 auto;
  position: relative;
  align-items: stretch;
  display: flex;
}
.about .cont::before {
  content: '';
  display: block;
  padding-bottom: 80%;
  position: absolute;
  left: 0;
  top: 0;
}
.about .cont .left {
  width: 47.21%;
  height: auto;
  margin-right: 5%;
}
.about .cont .left img {
  display: block;
  width: 100%;
  height: auto;
}
.about .cont .right {
  width: 48.92%;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.about .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .tit {
  margin-right: -2.08vw;
  margin-top: -10px;
}
.about .tit h3 {
  font-weight: normal;
  color: #969696;
  font-size: 17px;
}
.about .tit h3 span {
  color: #2B2B2B;
  font-size: 36px;
  display: block;
}
.about .dec {
  color: #2B2B2B;
  font-size: 18px;
  line-height: 2.5vw;
  height: 12.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-top: 10px;
}
.about ul li {
  color: #858585;
  font-size: 16px;
  margin-right: 160px;
}
.about ul li .num {
  color: #565656;
  font-size: 46px;
  display: block;
}
.store {
  border-top: 1px solid #eeeeee;
  position: relative;
  padding-top: 7.55vw;
  height: 62.7vw;
  margin-bottom: 4.89vw;
}
.store .container {
  position: relative;
}
.store .container .tit {
  position: absolute;
  right: -160px;
  top: 0;
  display: flex;
}
.store .container .tit span.name {
  display: block;
  width: 32px;
  color: #2B2B2B;
  font-size: 32px;
}
.store .container .tit .en-name {
  text-transform: uppercase;
  font-size: 30px;
  transform: rotate(90deg);
  transform-origin: left top;
  margin-left: 42px;
  margin-top: 6px;
  color: #2B2B2B;
}
.store .com-more{
  position: absolute;
  top: 56.6vw;
  z-index: 100000;
}
.store .container .cont {
  width: 93.15%;
  position: relative;
}
.store .container .cont li {
  width: 25%;
  position: absolute;
  top: 0;
}
.store .container .cont li:hover a img {
  transform: scale(1.1);
}
.store .container .cont li a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.store .container .cont li a img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.store .container .cont li.item-box-0 {
  left: 0;
  margin-top: 23.4375vw;
}
.store .container .cont li.item-box-1 {
  left: 25%;
  margin-top: 10vw;
}
.store .container .cont li.item-box-2 {
  left: 50%;
}
.store .container .cont li.item-box-3 {
  left: 75%;
  margin-top: 27vw;
}
.store .container .cont li.item-box-4 {
  left: 50%;
  margin-top: 20vw;
}
.store .container .cont li.item-box-5 {
  left: 25%;
  margin-top: 30vw;
}
.store .container .cont li.item-box-6 {
  left: 50%;
  margin-top: 40vw;
}
.news .picScroll-left {
  margin-top: 2.7vw;
  padding: 0 60px;
  overflow: hidden;
  position: relative;
}
.news .picScroll-left .next,
.news .picScroll-left .prev {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.news .picScroll-left .next:hover span,
.news .picScroll-left .prev:hover span {
  color: #0033a0;
}
.news .picScroll-left .next span,
.news .picScroll-left .prev span {
  color: #b6b6b6;
  font-size: 22px;
}
.news .picScroll-left .next {
  left: 0;
}
.news .picScroll-left .prev {
  right: 0;
}
.news .picScroll-left li {
  width: calc(25% - 60px);
  margin-right: 60px;
}
.news .picScroll-left li:hover .more {
  width: 115px;
}
.news .picScroll-left li .day {
  display: block;
  color: #2F2F2F;
  font-size: 24px;
  margin-bottom: 26px;
}
.news .picScroll-left li h3 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  height: 20px;
}
.news .picScroll-left li .dec {
  color: #777777;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-top: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.links {
  width: 100%;
  background: #2c2c2c;
  height: 308px;
  padding-top: 40px;
  box-sizing: border-box;
  margin-top: 100px;
}
.links .container {
  padding-right: 7.8%;
  box-sizing: border-box;
}
.links .contact {
  width: 23.25%;
  margin-left: 3.5%;
  margin-right: 1.99%;
  color: #fff;
  line-height: 30px;
}
.links .contact h3 {
  opacity: 1 !important;
  font-size: 16px;
}
.links .contact h3 span {
  opacity: 0.6 !important;
  font-size: 12px;
  margin-left: 5px;
}
.links .contact p {
  opacity: 0.6;
}
.links .mid {
  width: 32.46%;
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
.links .mid p {
  width: 14px;
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
}
.links .mid img {
  width: 147px;
  height: 147px;
  display: block;
}
.links .message {
  max-width: 556px;
}
.links .message h3 {
  opacity: 1 !important;
  font-size: 16px;
  color: #fff;
  margin-bottom: 32px;
}
.links .message h3 span {
  opacity: 0.6 !important;
  font-size: 12px;
  margin-left: 5px;
}
.links .message form,
.links .message ul {
  width: 100%;
}
.links .message ul {
  justify-content: space-between;
}
.links .message li {
  height: 40px;
  background: #3f3f3f;
  padding-left: 15px;
  box-sizing: border-box;
  width: 32.5%;
  overflow: hidden;
}
.links .message li span {
  display: block;
  width: 50px;
  color: #fff;
  opacity: 0.47;
}
.links .message li input {
  height: 40px;
  border: none;
  outline: none;
  background: none;
  max-width: 130px;
  display: block;
  flex: 1;
}
.links .message .remark {
  width: 100%;
  background: #3f3f3f;
  margin-top: 10px;
  margin-bottom: 10px;
}
.links .message .remark span {
  width: 42px;
  display: block;
  text-align: right;
  margin-right: 10px;
  line-height: 40px;
  color: #fff;
  opacity: 0.47;
}
.links .message .remark textarea {
  flex: 1;
  height: 90px;
  line-height: 30px;
  padding-top: 5px;
  outline: none;
  background: none;
  border: none;
}
.links .message .btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.links .message .btn button {
  width: 49%;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 14px;
  color: #fff;
  border: none;
  outline: none;
  display: block;
}
.links .message .btn button:first-of-type {
  background: #0033a0;
}
.links .message .btn button:last-of-type {
  background: #676767;
}
.footer {
  height: 60px;
  background: #000;
  color: #fff;
}
.footer .container {
  height: 60px;
  padding: 0 50px;
  box-sizing: border-box;
}
.footer .container a {
  display: inline-block;
  color: #fff;
}
.footer .iconfont {
  margin: 0 5px;
  font-weight: 30px;
}
.ny-tit {
  color: #2B2B2B;
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
.ny-tit .en-name {
  color: #969696;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: -5px;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 50px;
  color: #515151;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #0033a0;
}
.pro-case-list {
  flex-wrap: wrap;
  margin: 0 -17px;
}
.pro-case-list li {
  width: 376px;
  margin: 0 17px 22px;
}
.pro-case-list li:hover .txt .tit {
  color: #0033a0;
}
.pro-case-list .img {
  display: block;
  width: 376px;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.pro-case-list .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.pro-case-list .txt {
  height: 65px;
  line-height: 24px;
}
.pro-case-list .txt .tit {
  color: #333;
  font-size: 16px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}
.pro-case-list .txt .dec {
  color: #999;
  font-size: 14px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-service-list {
  flex-wrap: wrap;
  margin: 0 -16px;
}
.pro-service-list li {
  width: 370px;
  margin: 0 16px 36px;
}
.pro-service-list li:hover {
  box-shadow: 0px 5px 87px 0px rgba(215, 215, 215, 0.43);
}
.pro-service-list li:hover .img .more {
  opacity: 0.8;
}
.pro-service-list li:hover .btm .left span {
  color: #0033a0;
}
.pro-service-list li:hover .btm .btn {
  opacity: 1;
}
.pro-service-list .img {
  width: 370px;
  height: 238px;
  position: relative;
  display: block;
}
.pro-service-list .img .more-btn {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #0033a0;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in;
}
.pro-service-list .img .more-btn .iconjiahao {
  font-size: 34px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pro-service-list .btm {
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #BDBDBD;
  padding: 0 18px;
  box-sizing: border-box;
}
.pro-service-list .btm .left span {
  font-size: 16px;
  color: #292929;
}
.pro-service-list .btm .btn {
  width: 39px;
  height: 39px;
  background: #ffffff;
  box-shadow: 0px 5px 18px 0px rgba(0, 51, 160, 0.09);
  text-align: center;
  line-height: 39px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.pro-service-list .btm .btn .iconqianjin1 {
  font-size: 22px;
  color: #bebebe;
}
.paging {
  display: flex;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.paging li {
  height: 24px !important;
  border-bottom: none !important;
}
.paging li a {
  display: block;
  padding: 0 5px;
  line-height: 22px;
  border: 1px solid #ececec;
  margin: 0 5px;
  min-width: 22px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px;
}
.paging li a:hover {
  background: #0033a0;
  border-color: #0033a0;
  color: #fff;
}
.news-list li {
  box-sizing: border-box;
  padding: 26px 34px 0 48px;
  margin-bottom: 15px;
}
.news-list li:hover {
  box-shadow: 0px 5px 16px 0px rgba(229, 229, 229, 0.35);
}
.news-list li:hover .item {
  border: none;
}
.news-list li:hover .item .right .more {
  opacity: 1;
}
.news-list li .item {
  padding-bottom: 26px;
  border-bottom: 1px solid #f0f0f1;
  box-sizing: border-box;
  height: 206px;
}
.news-list li .item img {
  display: block;
  width: 278px;
  height: 180px;
  margin-right: 45px;
}
.news-list li .item .right {
  max-width: 790px;
  padding-top: 14px;
  position: relative;
  flex: 1;
}
.news-list li .item .right .more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 12px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.news-list li .item .right h3 {
  height: 56px;
  margin-bottom: 16px;
  color: #333333;
  font-size: 16px;
}
.news-list li .item .right h3 span:first-of-type {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .item .right h3 .date {
  color: #2b2b2b;
  font-size: 24px;
}
.news-list li .item .right .dec {
  color: #777777;
  font-size: 14px;
  width: 560px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ny-message .cont {
  color: #515151;
  line-height: 33px;
  font-size: 14px;
  margin-top: 36px;
}
.ny-message .message-form form {
  width: 570px;
  margin: 40px auto 0;
}
.ny-message .message-form form li {
  margin-bottom: 20px;
}
.ny-message .message-form form li span {
  display: block;
  width: 80px;
  text-align: right;
  margin-right: 15px;
  color: #5a5d5a;
  font-size: 16px;
  line-height: 42px;
}
.ny-message .message-form form li input {
  display: block;
  flex: 1;
  border: 1px solid #f1f1f1;
  height: 42px;
  line-height: 42px;
  border-radius: 10px;
  padding-left: 16px;
  box-sizing: border-box;
}
.ny-message .message-form form li textarea {
  flex: 1;
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding-left: 16px;
  box-sizing: border-box;
  height: 96px;
  line-height: 30px;
}
.ny-message .message-form form .btn {
  margin-top: 53px;
}
.ny-message .message-form form .btn button {
  width: 190px;
  height: 42px;
  background: #0033a0;
  border-radius: 10px;
  text-align: center;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 18px;
  margin: 0 28px;
  border: none;
  outline: none;
}
.ny-message .message-form form .btn button:last-of-type {
  background: #eaeaea;
  color: #5A5D5A;
}
.sidelist {
  margin: 30px 0 90px;
  position: relative;
  z-index: 10000;
  flex-wrap: wrap;
}
.sidelist .one {
  position: relative;
  height: 42px;
  font-size: 16px;
  margin: 0 8px 10px;
}
.sidelist .one:hover .tit {
  background: #0033a0;
  color: #fff;
}
.sidelist .one .tit {
  display: block;
  min-width: 140px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #eeeeee;
  color: #444444;
  padding: 0 10px;
}
.sidelist .one .sub {
  padding-top: 8px;
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
  width: 100%;
  background: #fff;
}
.sidelist .one .sub a {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #919191;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  color: #919191;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.sidelist .one .sub a:last-of-type {
  margin-bottom: 0;
}
.sidelist .one .sub a:hover {
  color: #0033a0;
  border-color: #0033a0;
}
