@charset "utf-8";

body {
  margin: 0px;
  font-size: 18px;
  color: #333;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  background: #ffffff;
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  list-style: none;
  font-weight: normal;
}

input,
select,
button {
  font-size: 12px;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  border: 0;
  background: none;
  outline: none;
  vertical-align: middle;
}

button {
  overflow: visible;
}

img {
  border: none;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #003db4;
}

ol,
ul {
  list-style: none;
}

.col-c,
.col-l,
.col_c,
.col_l,
.l {
  float: left;
}

.col-r,
.col_r,
.r,
.ul-txt li span,
.ul_txt li span,
dt span {
  float: right;
}

.height-none {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #666;
}

::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #003db4;
}

::-webkit-scrollbar-thumb:active {
  background-color: #003db4;
}

.content {
  width: 90%;
  margin: 0 auto;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.99);
}

.header .con {
  width: 100%;
  margin: 0px auto;
}

.header.on {
  background: rgba(255, 255, 255, 0.99);
}

.header.on .search {
  color: #000;
}

.header .logo {
  width: 95px;
  float: left;
  padding-top: 10px;
  margin-left: 3%;
}

.header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.header .language {
  float: right;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #212529;
  margin-top: 30px;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
  z-index: 9;
  font-family: "GothamM", "Arial";
  font-size: 18px;
}

.header.on .language {
  color: #555;
}

.header .language .l_m i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}

.header .yyxz {
  float: right;
  padding-top: 36px;
}

.header .yyxz a {
  font-size: 18px;
  padding: 0px 5px;
}

.header .dh {
  float: right;
  color: #fff;
  font-size: 30px;
  font-family: Arial;
  margin-left: 20px;
  background: #003db4;
  height: 100px;
  padding: 0px 20px;
  padding-top: 34px;
}

.header .dh i {
  margin-right: 10px;
  font-size: 30px;
}

.header .s_ch {
  height: 90px;
  width: 90px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  float: right;
  cursor: pointer;
  background: #003db4;
  padding-top: 28px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.header .s_ch i {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
}

.header.on .an i {
  color: #003db4;
}

.header .an {
  position: absolute;
  top: 0;
  right: 18%;
  height: 18px;
  width: 30px;
  display: none;
  margin-top: 22px;
}

.header .an span {
  width: 30px;
  height: 2px;
  background: #003db4;
  display: block;
  position: absolute;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.header .an span.a1 {
  top: 0;
  left: 0;
}

.header .an span.a2 {
  top: 8px;
  left: 0;
}

.header .an span.a3 {
  top: 16px;
  left: 0;
}

.header .an.n span.a2 {
  display: none;
}

.header .an.n span.a1 {
  top: 8px;
  width: 30px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
  top: 8px;
  width: 30px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.header .nav {
  float: left;
  margin-left: 50px;
}

.header .nav i {
  font-size: 18px;
  line-height: 60px;
  text-align: right;
  position: absolute;
  width: 50%;
  height: 60px;
  right: 0px;
  top: 50%;
  display: none;
  color: #003db4;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.header .nav ul li {
  height: 90px;
  font-size: 20px;
  margin: 0px 0px 0px 40px;
  float: left;
  position: relative;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.header .nav ul li span {
  width: 0;
  height: 2px;
  background-color: #003db4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.header .nav ul li:hover span {
  width: 100%;
}

.header .nav ul li.on span {
  width: 100%;
}

.header .nav ul li a.o_lm {
  line-height: 90px;
  color: #333;
  display: block;
  font-size: 20px;
}

.header .nav ul li:hover a.o_lm {
  color: #003db4;
}

.header .nav .y_j {
  position: relative;
}

.header .nav .e_j {
  width: 250px;
  background: #fff;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 9999;
  margin-left: -15px;
  border-radius: 0px 0px 5px 5px;
  padding: 0px;
}

.header .nav .e_j {
  display: none !important;
}

.header .nav ul li:hover .e_j {
  display: block !important;
}

.header .nav ul li .e_j a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  text-align: left;
  padding-left: 20px;
}

.header .nav .e_j a:hover {
  color: #fff;
  background: #003db4;
}

.header .nav .e_j:hover .ejj {
  display: block;
}

.header .nav .e_j .ejj {
  position: relative;
}

.header .nav .e_j .ejj font {
  float: right;
  margin-right: 10px;
}

.header .nav .e_j .ejj .sjfl {
  width: 250px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 250px !important;
  display: none;
  left: 250px;
  z-index: 9999;
}

.header .nav .e_j .ejj .sjfl a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
}

.header .nav .e_j .ejj .sjfl a:hover {
  color: #fff;
  background: #003db4;
}

.header .nav .e_j .ejj:hover .sjfl {
  display: block;
}

dl,
dd {
  list-style: none;
}

.tab {
  width: 78%;
  float: left;
}

.tab-hd {
  overflow: hidden;
  zoom: 1;
  width: 30%;
  float: left;
}

.tab-hd dd {
  float: left;
  width: 100%;
  color: #333;
  cursor: pointer;
  line-height: 55px;
  font-size: 20px;
}

.tab-hd dd.active {
  border-right: 3px solid #003db4;
  color: #003db4;
}

.tab-bd dd {
  display: none;
  font-size: 20px;
  width: 70%;
  float: right;
  border-left: 2px solid #ddd;
  padding-left: 9%;
  height: 500px;
}

.tab-bd dd.thisclass {
  display: list-item;
}

.tab-bd dd .dd {
  width: 80%;
  float: left;
}

.tab-bd dd .dt {
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  color: #003db4;
}

.tab-bd dd .dd p {
  line-height: 30px;
  font-size: 16px;
}

.tab-bd dd .dd p a {
  font-size: 16px;
  color: #666;
}

.ycf {
  width: 18%;
  float: right;
}

.ycf img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.ycf .dt {
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
  color: #003db4;
}

.ycf .dt a {
  color: #003db4;
}

.ycf p {
  line-height: 28px;
  font-size: 16px;
}

/* 搜索 */

.search {
  width: 100%;
  background: rgba(5, 39, 175, 0.9);
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 101;
  display: none;
}

.search .container {
  position: relative;
}

.search .sc_gb {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 15px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.search .sc_gb:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.search .sc_gb i {
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}

.search .sc_nr {
  width: 700px;
  margin: 20px auto;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.search input {
  width: 430px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  float: left;
  padding-left: 15px;
}

.search input::placeholder {
  color: #fff;
}

.search button {
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  float: right;
  outline: none;
}

.search button i {
  font-size: 30px;
}

.head_h {
  width: 100%;
  height: 90px;
}

/* banner */

.gallery-top {
  width: 100%;
  position: relative;
  height: auto;
}

.gallery-top .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-top .swiper-slide .bj {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.gallery-top .swiper-slide .wz {
  width: 80%;
  color: #fff;
  position: absolute;
  left: 10%;
  top: 38%;
  text-align: left;
}

.gallery-top .swiper-slide .wz h3 {
  font-size: 50px;
  line-height: 80px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.gallery-top .swiper-slide .wz h2 {
  font-size: 26px;
  line-height: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.gallery-top .swiper-slide .wz p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 36px;
}

.gallery-top .swiper-slide .wz a {
  background: #003db4;
  width: 200px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 18px;
  margin: 40px 0px 0px 0px;
  text-transform: uppercase;
  font-weight: bold;
}

.gallery-top .swiper-slide .wz i {
  margin-left: 10px;
  font-size: 14px;
}

.gallery-top .swiper-button-next {
  width: 45px;
  height: 45px;
  background: url(../images/h_yj.png) no-repeat;
  right: 20px;
  background-size: 45px 45px;
  -webkit-background-size: 45px 45px;
  -moz-background-size: 45px 45px;
  -ms-background-size: 45px 45px;
  -o-background-size: 45px 45x;
}

.gallery-top .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: url(../images/h_zj.png) no-repeat;
  left: 20px;
  background-size: 45px 45px;
  -webkit-background-size: 45px 45px;
  -moz-background-size: 45px 45px;
  -ms-background-size: 45px 45px;
  -o-background-size: 45px 45x;
}

/* 关于标题 */
.gy_bt {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.gy_bt h3 {
  font-size: 40px;
  line-height: 44px;
  background: url(../images/bt.jpg) no-repeat center bottom;
  padding-bottom: 10px;
  color: #003db4;
  font-weight: bold;
}

.gy_bt p {
  font-size: 18px;
  color: #999;
  padding-top: 15px;
}

.sy_fl {
  width: 90%;
  margin: 50px auto;
}

.sy_fl ul li {
  width: 31.3333%;
  float: left;
  margin: 0 3% 0 0;
  background: #fff;
  border-radius: 5px;
  text-align: left;
  padding: 30px 0px;
}

.sy_fl ul li .tp {
  margin-bottom: 15px;
}

.sy_fl ul li .tp img {
  width: 110px;
}

.sy_fl ul li h1 {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
}

.sy_fl ul li:nth-child(3n) {
  margin-right: 0;
}

.nrg {
  width: 90%;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  height: 70px;
  overflow: hidden;
}

.nrg.on {
  height: auto;
}

.xq {
  width: 140px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  background: #003db4;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}

.xq a {
  font-size: 16px;
  color: #fff;
}

.xq span.x_q {
  display: block;
}

.xq span.s_q {
  display: none;
}

.xq.on span.x_q {
  display: none;
}

.xq.on span.s_q {
  display: block;
}

/* 关于我们 */

.sy_gy {
  width: 100%;
  overflow: hidden;
}

.sy_gy .content {
  border: solid 1px #003db4;
  border-radius: 60px;
  padding: 5% 60px;
}

.sy_gy .left {
  width: 50%;
  float: left;
}

.sy_gy .left .wz h3 i {
  width: 60px;
  height: 4px;
  background: #003db4;
  display: inline-block;
  float: left;
  margin: 20px 10px 0px 0px;
}

.sy_gy .left .wz h3 {
  font-size: 45px;
  height: 60px;
  color: #003db4;
  position: relative;
  left: 0;
  top: 0;
  font-weight: bold;
}

.sy_gy .left .wz span {
  width: 50px;
  height: 3px;
  background: #ca0f18;
  display: block;
  margin: 0px 0px 10px 0px;
}

.sy_gy .left .wz p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #333333;
  text-indent: 36px;
  padding: 20px 0 0 0;
}

.mr {
  width: 200px;
  height: 45px;
  background: #003db4;
  text-align: center;
  line-height: 45px;
  margin: 30px 0px 20px 0px;
}

.mr a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.mr i {
  margin-left: 5px;
}

.sy_gy .right {
  float: right;
  width: 45%;
}

.sy_gy .right img {
  width: 100%;
  height: auto;
}

.sy_hz {
  width: 100%;
  margin: 0px auto;
  padding: 150px 0px 100px 0px;
}

.yingyong ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0px auto;
}

.yingyong ul li {
  position: relative;
  height: 360px;
  width: 24%;
  margin: 15px 0px;
  overflow: hidden;
}

.yingyong ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.yingyong ul li .yyzi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-image: linear-gradient(180deg, transparent, #000);
  z-index: 1;
}

.yingyong ul li .yyzi h3 {
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.yingyong ul li .yyzi p {
  display: none;
}

.yingyong ul li:hover {
  background: #003db4;
}

.yingyong ul li:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.1;
  transition: all 0.6s;
}

.yingyong ul li:hover .yyzi {
  background: none;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: center;
}

.yingyong ul li:hover .yyzi h3:after {
  content: "";
  display: block;
  width: 2px;
  background: #fff;
  height: 20px;
  margin: 10px auto;
}

.yingyong ul li:hover .yyzi p {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sy3 {
  padding: 80px 0;
}

.syxw {
  width: 90%;
  margin: 0 auto;
}

.syxw ul {
  display: flex;
  justify-content: space-between;
}

.syxw ul li {
  width: 31%;
}

.syxw ul li i {
  display: block;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 30px;
}

.syxw ul li i img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  transition: all 0.6s;
}

.syxw ul li:hover i img {
  transform: scale(1.1, 1.1);
  transition: all 0.6s;
}

.syxw ul li em {
  display: block;
  font-style: normal;
  color: #999;
  font-size: 18px;
}

.syxw ul li h3 {
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin: 20px 0 10px 0;
  font-weight: bold;
}

.syxw ul li p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.syxw ul li span {
  font-size: 16px;
  line-height: 30px;
  transition: all 0.6s;
  color: #003db4;
}

.syxw ul li span a {
  color: #003db4;
}

.syxw ul li:hover span {
  display: block;
  background: #003db4;
  color: #fff;
  text-align: center;
  transition: all 0.6s;
}

.footer {
  width: 100%;
  padding: 80px 0px;
  background: #e6e6e6;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}

.footer h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer em {
  width: 40px;
  height: 1px;
  background: #666;
  margin-bottom: 10px;
  display: block;
}

.footer .col-md-4 {
  width: 26%;
  float: left;
}

.footer .col-md-4 span {
  display: block;
}

.footer .col-md-4 p {
  padding-bottom: 30px;
}

.footer .col-md-4 a {
  font-size: 14px;
  color: #333;
}

.footer .col-md-4 a:hover {
  color: #000;
}

.footer .l_x {
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 14px;
}

.footer .l_x img {
  width: 30px;
  height: auto;
  margin: 8px 8px 0px 0px;
  filter: alpha(Opacity=80);
  opacity: 0.8;
}

.footer .s_j a {
  width: 36px;
  height: 36px;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  display: block;
  float: left;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.footer .s_j a:hover {
  color: #fff;
}

.footer .t_p {
  float: right;
  text-align: center;
}

.footer .t_p img {
  width: 90px;
  margin-bottom: 10px;
}

.footer .x_x {
  margin-top: 30px;
  padding: 25px 0;
  border-top: 1px solid #333;
  font-size: 14px;
}

.footer .x_x img {
  margin-right: 10px;
}

.footer .x_x .l_f {
  float: left;
}

.footer .x_x .r_t {
  float: right;
}

.footer .x_x a {
  color: #fff;
  padding-left: 10px;
}

.footer .x_x a:hover {
  color: #fff;
}

.footer .x_x span {
  padding-right: 15px;
}

.footer .col-md-41 {
  float: left;
  width: 26%;
  margin-right: 8%;
}

.footer .col-md-41 img.logo {
  height: 120px;
}

.footer .col-md-41 .dzcs {
  border-bottom: 1px solid #999;
  padding: 15px 0px;
}

.footer .col-md-41 span {
  font-size: 14px;
  display: block;
}

.footer .col-md-41 .tp {
  margin-top: 20px;
}

.footer .col-md-41 .tp img {
  width: 30px;
  height: auto;
  margin: 8px 8px 0px 0px;
  filter: alpha(Opacity=80);
  opacity: 0.8;
}

.footer .col-md-42 {
  float: left;
  width: 20%;
}

.footer .col-md-42 p a {
  color: #333;
  line-height: 28px;
  font-size: 14px;
}

.footer .col-md-42 p a:hover {
  color: #000;
}

.footer .lx {
  width: 100%;
}

.footer .lx li {
  width: 50%;
  float: left;
}

.footer .lx li img {
  width: 80%;
}

.banquan {
  width: 100%;
  padding: 25px 0;
  background-color: #03050b;
  text-align: center;
  line-height: 26px;
  color: #aaa;
}

.banquan span {
  padding: 0 6px;
}
/**内页**/
.nyBanner {
  position: relative;
  height: 600px;
}

.nyBanner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.nyBanner .container {
  height: 100%;
}

/* 向下滚动 */
.nyBanner .about_line {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.nyBanner .about_line:after {
  content: "";
  width: 15px;
  height: 53px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 100%;
  background: url(../images/about_ban_jt.png) no-repeat center;
}

.nyBanner .about_line .label {
  display: block;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  position: relative;
  padding-bottom: 110px;
  color: #fff;
  text-align: center;
}

.nyBanner .about_line .label .line {
  display: block;
  width: 3px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -1px;
  overflow: hidden;
}

.nyBanner .about_line .label .line:before {
  height: 100%;
  background: #fff;
  opacity: 0.3;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 2px;
}

.nyBanner .about_line .label .line:after {
  background: #0066ff;
  left: 0px;
  top: 0;
  content: "";
  position: absolute;
  width: 2px;
}

/* 联系页banner */
.infoContactBanner {
  height: 500px;
}

.ContactBanTxtBox {
  height: 100%;
  padding-top: 200px;
  color: rgba(255, 255, 255, 0.95);
}

.ContactBanTxtBox h1 {
  font-weight: bold;
  font-size: 50px;
}

.ContactBanTxtBox .mbx a {
  color: rgba(255, 255, 255, 0.8);
}

.ContactBanTxtBox .mbx a.on {
  color: #ffffff;
  font-weight: bold;
}

.ContactBanTxtBox .mbx span {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.6);
}

/*  面包屑导航 */
.mbxNav {
  position: relative;
  top: -60px;
  z-index: 3;
  color: #aaa;
  line-height: 60px;
  background-color: #f2f2f2;
}

.mbxNav i:nth-child(1) {
  font-size: 20px;
}

.mbxNav a {
  margin: 0 10px;
  color: #aaa;
  font-size: 14px;
}

.mbxNav i {
  font-size: 12px;
  position: relative;
  top: 2px;
}

.mbxNav a.on {
  font-weight: bold;
  color: #323f47;
}

/* 案例 */
.infoCase {
  position: relative;
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
}
.infoCase ul.row > li {
  position: relative;
  width: 31.5%;
  margin-right: 2%;
  background-color: #fff;
  margin-bottom: 40px;
}

.infoCase ul > li:nth-child(3n) {
  margin-right: 0;
}

.infoCase ul > li .imgBox {
  overflow: hidden;
  height: 280px;
}

.infoCase ul > li .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}

.infoCase ul > li .txtBox {
  padding: 20px;
}

.infoCase ul > li h1 {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.infoCase ul > li p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #787878;
  transition: all 0.5s;
}

.infoCase ul > li a {
  display: block;
  margin-top: 20px;
}

.infoCase ul > li a::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.infoCase ul > li:hover {
  color: #fff;
  background-color: #2167d2;
  transition: all 0.5s;
}

.infoCase ul > li:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}

.infoCase ul > li:hover h1,
.infoCase ul > li:hover p,
.infoCase ul > li:hover a {
  color: #fff;
  transition: all 0.5s;
}
/**详情**/
.infoNewsDetailsBox {
  position: relative;
  padding: 60px 0 60px 0;
  background-color: #f8f8f8;
}

.infoXqTxt {
  display: inline-block;
  float: right;
  width: calc(100% - 320px);
  background-color: #fff;
  overflow: hidden;
  padding: 60px 40px;
}
.xq-title {
  border-bottom: solid 1px #eee;
  position: relative;
  padding-bottom: 30px;
  padding-right: 172px;
}

.xq-title h1 {
  font-size: 34px;
  font-weight: 900;
  line-height: 46px;
  font-family: "DIN";
}

.xq-title p {
  font-size: 14px;
  margin: 15px 0;
  color: #aaa;
}

.xq-title a.xqa {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 200px;
  height: 50px;
  line-height: 48px;
  font-weight: 900;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #999999;
  text-decoration: none;
  border: solid 1px #ddd;
  border-radius: 25px;
}

.xq-title a.xqa:hover {
  background-color: #f5f5f5;
  color: #ff6700;
  border-color: #ff6700;
}

.infoXqTxt .xq-title p a {
  color: #333;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  margin-left: 10px;
  padding: 6px 10px;
}

.infoXqTxt .xq-title p a i {
  margin-right: 5px;
}

.infoXqTxt .xq-title p a:hover {
  background-color: #f5f5f5;
  border-color: #fcc800;
}

.infoXqTxt .wz p {
  font-size: 16px;
  line-height: 36px;

  text-align: justify;
}

.infoNewsDetailsBox .infoXqTxt {
  width: 100%;
}

.infoNewsDetailsBox .xq-title {
  position: relative;
}

.infoNewsDetailsBox .xq-title a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 140px;
  height: 46px;
  border: solid 1px #ccc;
  border-radius: 30px;
  text-align: center;
  line-height: 44px;
}

.next-box {
  border-top: solid 1px #eee;
  overflow: hidden;
  padding: 15px 0;
}

.next-box a {
  display: inline-block;
  float: left;
  font-size: 16px;
  width: 49%;
  background-color: #fff;
  border: solid 1px #eee;
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.next-box a:nth-child(2) {
  float: right;
}

.next-box a:hover {
  color: #003db4;
  border-color: #003db4;
}
