@charset "UTF-8";
/*共用样式*/
@font-face {
  font-family: 'iconfont';
  /* project id 455609 */
  src: url("../fonts/iconfont.woff");
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}

.iconfont {
  font-family: iconfont !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
}

.news_detail h3.title_bar .iconfont::before {
  content: '\e67a';
  margin-right: 5px;
}

.top {
  width: 1100px;
  margin: 0 auto;
}

.i-row {
  margin: 0 -15px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

/*头部*/
header {
  border-top: 1px solid #e2e2e2;
}

header .top-logo .xymob-navbtn, header .top-logo .xymob-search-btn {
  display: none;
}

header .top-logo .serch {
  width: 300px;
  border-bottom: 1px solid #cccccc;
  line-height: 40px;
  height: 40px;
  padding: 0;
}

header .top-logo .serch input {
  border: none;
  background: none;
  line-height: 40px;
  height: 40px;
  color: #898989;
}

header .top-logo .serch input#keyword {
  width: 280px;
}

header .top-logo .serch input#s_btn {
  background: url(../images/s.png) no-repeat center;
  width: 18px;
}

header .top-logo .serch input:focus {
  outline: none;
}

header .top-logo .logo {
  line-height: 78px;
}

header .top-logo .logo img {
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  header .top-logo .logo {
    line-height: 40px;
  }
}

header .top-nav {
  background-color: #fff;
  position: relative;
}

header .top-nav .nav1 {
  display: flex;
  justify-content: flex-start;
  line-height: 78px;
}

header .top-nav .nav1 li {
  line-height: 78px;
  margin: 0 3%;
  z-index: 99;
  position: relative;
}

header .top-nav .nav1 li a {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  color: #555555;
}

header .top-nav .nav1 li a span.icon {
  width: 10px;
  height: 6px;
  background: url(../images/x.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

header .top-nav .nav1 li .dropdown {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}

header .top-nav .nav1 li .dropdown .container {
  background-color: #f4f4f4;
  padding: 48px 0 26px 0;
  text-align: center;
}

header .top-nav .nav1 li:hover a, header .top-nav .nav1 li.active a {
  color: #0254B9;
}

header .top-nav .nav1 li:hover .dropdown, header .top-nav .nav1 li.active .dropdown {
  display: block;
}

header .top-nav .nav1 li:hover::after, header .top-nav .nav1 li.active::after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 4px;
  background-color: #0254B9;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
}

@media screen and (max-width: 960px) {
  header .top-nav .nav1 li:hover::after, header .top-nav .nav1 li.active::after {
    content: '';
    display: none;
  }
}

@media screen and (max-width: 960px) {
  header .serch {
    display: none;
  }
  header .xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 8px;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    width: 30px;
    height: 20px;
  }
  header .xymob-navbtn span,
  header .xymob-navbtn:after,
  header .xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #333333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .xymob-navbtn span {
    margin: 7px 0;
  }
  header .xymob-navbtn:after,
  header .xymob-navbtn:before {
    content: "";
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
  }
  header .xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  header .xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 100px;
    top: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 60px;
  }
  header .xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/s.png) no-repeat center;
  }
  header .top-logo {
    margin: 15px 0;
    position: relative;
  }
  header .top-logo .logo img {
    max-width: 100%;
  }
  header .top-logo .serch {
    position: absolute;
    top: 53px;
    background-color: #f4f4f4;
    z-index: 999;
    width: 100%;
    left: 0;
    height: 45px;
  }
  header .top-logo .serch #formsearch {
    width: 300px;
    margin: 0 auto;
  }
  header .top-nav {
    position: absolute;
    top: 53px;
    left: 0;
    background-color: #f4f4f4;
    z-index: 999;
    width: 100%;
    display: none;
    border-top: 1px solid #ccc;
  }
  header .top-nav .nav1 {
    display: block;
    padding: 20px 0;
  }
  header .top-nav .nav1 li {
    width: 100%;
    padding: 5px 15px !important;
    line-height: 28px;
    margin: 0;
  }
  header .top-nav .nav1 li a {
    font: 14px;
  }
  header .top-nav .nav1 li:hover .dropdown {
    display: none;
  }
}

.i-about {
  margin-top: 3.6%;
}

.i-about .i-about-left {
  padding-left: 4%;
  padding-top: 2.5%;
  padding-bottom: 1.3%;
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.08);
}

.i-about .i-about-left .content {
  margin-top: 2%;
  color: #3D3D3D;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 2%;
  border-bottom: 1px dashed #E5E5E5;
}

.i-about .i-about-left .content a {
  color: #0463B3;
}

.i-about .i-about-left ul {
  margin-top: 2%;
}

.i-about .i-about-left ul li {
  line-height: 28px;
  margin: 1% 0;
}

.i-about .i-about-left ul li i {
  font-style: normal;
  font-size: 14px;
  font-weight: 540;
  line-height: 28px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3D3D3D;
  display: inline-block;
  padding-left: 1%;
}

.i-about .i-about-left ul li span {
  display: inline-block;
  padding-left: 2%;
  font-weight: 480;
}

.i-about .i-about-right img {
  width: 100%;
}

h2.i-tt {
  font-size: 64px;
  font-weight: bold;
  line-height: 72px;
  letter-spacing: 0em;
  color: #CBCBCB;
  font-family: AlibabaPuHuiTi;
  position: relative;
}

h2.i-tt i {
  font-style: normal;
  opacity: 0.3;
}

h2.i-tt b {
  position: absolute;
  bottom: -2px;
  left: 0;
  font-size: 24px;
  color: #252525;
  line-height: 40px;
  letter-spacing: .1em;
  font-weight: 500;
}

h2.i-tt b::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 5px;
  background-color: #0463B3;
}

h2.i-tt a {
  float: right;
  display: inline-block;
  line-height: 72px;
  position: relative;
  top: 20px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0463B3;
}

h2.i-tt a:hover {
  color: #1F5AD0;
}

@media screen and (max-width: 960px) {
  h2.i-tt {
    font-size: 20px;
  }
  h2.i-tt i {
    font-size: 16px;
  }
  h2.i-tt b {
    font-size: 14px;
  }
  h2.i-tt a {
    font-size: 15px;
  }
  h2.i-tt dl {
    float: none;
  }
  h2.i-tt dl a {
    font-size: 13px;
  }
}

.i-news {
  margin-top: 2.5%;
}

.i-news .i-news-list {
  margin-top: 2%;
}

.i-news .i-news-list li {
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.08);
  padding: 2% 0;
  margin-bottom: 2%;
}

.i-news .i-news-list li a {
  display: flex;
  align-items: center;
}

.i-news .i-news-list li h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}

.i-news .i-news-list li p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #AAAAAA;
  padding-top: 1%;
}

.i-news .i-news-list li .time {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #F3F4F6;
}

.i-news .i-news-list li .time .data {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #555555;
}

.i-news .i-news-list li .time .year {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #AAAAAA;
  padding-left: 8%;
}

.i-news .i-news-list li .time .year span {
  display: block;
}

.i-news .i-news-list li .sh {
  display: block;
}

.i-news .i-news-list li .hi {
  display: none;
}

.i-news .i-news-list li:hover {
  background-color: #fafafa;
}

.i-news .i-news-list li:hover .sh {
  display: none;
}

.i-news .i-news-list li:hover .hi {
  display: block;
}

@media screen and (max-width: 960px) {
  .i-news .i-news-list li .time .data {
    font-size: 24px;
  }
  .i-news .i-news-list li h3 {
    font-size: 14px;
  }
}

.i-case {
  margin-top: 2%;
}

.i-case ul li {
  position: relative;
  margin-bottom: 2.5%;
  transition-duration: .5s;
}

.i-case ul li a {
  display: block;
  overflow: hidden;
}

.i-case ul li img {
  max-width: 100%;
  transition-duration: .5s;
  height: 237px;
}

.i-case ul li:hover img {
  transform: scale(1.1);
}

.i-case ul li .content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
  padding: 4% 0 4% 7%;
  background: rgba(0, 8, 36, 0.5);
  color: #FAFAFA;
}

.i-case ul li .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  line-height: 30px;
}

.i-case ul li .content p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  line-height: 30px;
}

@media screen and (max-width: 960px) {
  .i-case .row {
    padding: 0 5px;
  }
  .i-case ul li img {
  max-width: 100%;
  transition-duration: .5s;
  height: 124px;
}

}

.i-product {
  margin-top: 3.6%;
}

.i-product .x-case1 {
  margin-top: 2.5%;
}

.i-product .x-case1 .case-list {
  position: relative;
}

.i-product .x-case1 .case-list .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 18, 76, 0.4);
  padding: 8%;
  color: #fff;
}

.i-product .x-case1 .case-list .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  line-height: 40px;
}

.i-product .x-case1 .case-list .content h3::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
}

.i-product .x-case1 .case-list .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  line-height: 40px;
}

.i-product .x-case1 .case-list .content b {
  position: absolute;
  right: 8%;
  bottom: 8%;
  font-size: 64px;
  font-weight: bold;
  font-family: AlibabaPuHuiTi;
  line-height: 64px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(255, 255, 255, 0.6);
}

.i-product .x-case1 .owl-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}

.i-product .x-case1 .owl-nav .icon-fontt {
  display: inline-block;
  margin: 0 7px;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.08);
  border-radius: 50%;
}

.i-product .x-case1 .owl-nav .icon-fontt::after {
  content: '>';
  display: block;
  text-align: center;
  line-height: 32px;
  color: #3D3D3D;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}

.i-product .x-case1 .owl-nav .icon-font1::after {
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}

@media screen and (max-width: 960px) {
  .i-product .row {
    padding: 0 5px;
  }
  .i-product .x-case1 .case-list .content h3 {
    font-size: 14px;
  }
  .i-product .x-case1 .case-list .content p {
    font-size: 12px;
  }
  .i-product .x-case1 .case-list .content b {
    font-size: 24px;
  }
}

.i-he {
  margin-top: 2%;
  background: url(../images/he.jpg) no-repeat bottom center;
  padding: 2% 0;
}

.i-he .x-he {
  margin-top: 2%;
}

.i-he .x-he .owl-nav {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
}

.i-he .x-he .owl-nav .owl-prev {
  position: absolute;
  left: -42px;
}

.i-he .x-he .owl-nav .owl-next {
  right: -42px;
  position: absolute;
}

.i-he .x-he .owl-nav .icon-fontt {
  display: block;
  width: 32px;
  height: 105px;
  opacity: 1;
  background: #FFFFFF;
}

.i-he .x-he .owl-nav .icon-fontt::after {
  content: '>';
  display: block;
  text-align: center;
  line-height: 105px;
  color: #3D3D3D;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}

.i-he .x-he .owl-nav .icon-font1 {
  left: 0;
}

.i-he .x-he .owl-nav .icon-font1::after {
  transform: rotate(180deg);
  position: relative;
  top: 2px;
}

footer {
  background: #333333;
  padding-top: 3%;
  margin-top: 2%;
}

footer .f-contact {
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}

footer .f-contact .f-nav1 {
  margin-bottom: 3%;
}

footer .f-contact .f-nav1 li {
  float: left;
  padding: 0 3%;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

footer .f-contact .f-nav1 li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

footer .f-contact .f-nav1 li a {
  color: #fff;
  font-size: 14px;
}

footer .f-contact .f-nav1 li:last-child::after {
  display: none;
}

footer .f-contact .f-nav1 li:first-child {
  padding-left: 0;
}

footer .f-logo {
  padding-top: 2%;
}

footer .f-heng {
  padding-top: 2%;
}

footer .f-heng .container {
  border-top: 1px solid #4b4b4b;
  color: #fff;
  line-height: 96px;
  text-align: center;
}

footer .f-heng .container a {
  color: #fff;
}

footer img {
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  footer .container {
    margin: 0 auto !important;
  }
  footer .f-contact .f-nav1 li {
    padding: 0 1px;
  }
}

.f-erm {
  position: fixed;
  right: 0;
  top: 40%;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 6px #ccc;
  padding-bottom: 0;
  z-index: 99999;
}

.f-erm img {
  max-width: 140px;
}

.f-erm p:nth-child(2) {
  line-height: 60px;
}

@media screen and (max-width: 960px) {
  .f-erm {
    display: none;
  }
}

.about-nav {
  padding-top: 1%;
  position: relative;
}

.about-nav li {
  width: 20%;
  text-align: center;
  line-height: 40px;
  background-color: #F6FCFF;
  float: left;
}

.about-nav li:hover, .about-nav li.active {
  background-color: #1f5ad0;
}

.about-nav li:hover a, .about-nav li.active a {
  color: #fff;
}

.about-nav a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #333333;
  line-height: 50px;
}

.about-nav.on {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
}

.n-about {
  padding-top: 2%;
}

.n-about .content {
  text-indent: 33px;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
  margin-top: 2%;
  margin-bottom: 2.5%;
}

.n-about .content b {
  color: #0254B9;
  font-size: 18px;
}

.n-about .content P {
  padding: .1% 0;
}

.n-about img {
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .n-about h2 p {
    font-size: 40px;
  }
  .n-about h2 i {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    left: 25%;
  }
}

@media screen and (max-width: 960px) {
  img {
    max-width: 100%;
  }
}

.n-tt {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 8px;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
  font-family: PingFang SC;
}

.n-tt p {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 8px;
  font-variation-settings: "opsz" auto;
  color: #D8D8D8;
}

.n-horn {
  margin-top: 4%;
}

.n-horn h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  margin-top: 1%;
  text-indent: 33px;
}

.n-horn ul.n1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 2%;
}

.n-horn ul.n1 li {
  margin-top: 1%;
  width: 19.5%;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
}

.n-horn ul.n1 li img {
  max-width: 100%;
}

.n-horn1 {
  background-color: #f0f0f0;
  margin-top: 2%;
  padding: 2.5% 0;
}

.n-horn1 h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  margin-top: 1%;
  text-indent: 33px;
}

.n-horn1 ul.n2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.n-horn1 ul.n2 li {
  margin-top: 2%;
  width: 19.5%;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.n-horn1 ul.n2 li img {
  max-width: 100%;
}

.n-cal {
  padding-top: 6%;
}

.n-cal h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  margin-top: 1%;
  text-indent: 33px;
}

.n-cal .qi-list {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  margin-top: 3%;
  padding: 2% 0;
  text-align: center;
}

.n-cal .qi-list li {
  border-right: 1px dashed #E5E5E5;
  display: inline-block;
  padding: 0 3%;
}

.n-cal .qi-list li:last-child {
  border: none;
}

.n-cal .qi-list li h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #0254B9;
  text-align: left;
}

.n-cal .qi-list li p {
  font-size: 14px;
  font-weight: 350;
  line-height: 24px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3D3D3D;
  margin-top: 2%;
}

.n-cal .qi-list1 {
  margin-top: 2%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.n-cal .qi-list1 li {
  width: 32.33333%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.n-cal .qi-list1 li:nth-child(3n) {
  margin-right: 0;
}

.n-cal .qi-list1 li img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .n-cal li {
    width: 100%;
  }
  .n-cal li p {
    text-align: left;
  }
}

.n-cal1 {
  margin-top: 3%;
  background: url(../images/yg.jpg) no-repeat top center;
  padding: 2% 0;
}

.n-cal1 ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 2%;
}

.n-cal1 ul li {
  width: 33.4%;
}

.n-cal1 ul li img {
  max-width: 100%;
}

.n-case {
  margin-top: 2%;
}

.n-he {
  margin-top: 4%;
}

.n-he ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2%;
}

.n-he ul li {
  width: 32.33333%;
  margin-right: 1.5%;
  margin-bottom: 1%;
  box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.04);
}

.n-he ul li:nth-child(3n) {
  margin-right: 0;
}

.n-he ul li img {
  width: 100%;
}

.ny_banner {
  max-width: 100%;
}

.ny_banner img {
  max-width: 100%;
}

/*分页样式1*/
.pageController {
  padding-right: 10px;
  padding: 15px;
  color: #505050;
  margin: 0 auto;
  border-top: 1px solid #E2E3E4;
  margin-top: 16px;
  line-height: 24px;
}

.pageController a {
  background-color: #FFF;
  vertical-align: middle;
  border: #efefef 1px solid;
  color: #505050;
  padding: 5px 8px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 3px;
}

.pageController a:hover {
  background-color: #efefef;
  color: #438ece;
  text-decoration: none;
  border: #efefef 1px solid;
}

.pageController .currPage {
  background-color: #efefef;
  color: #ff0000;
  border: #efefef 1px solid;
}

.pageController .t2 {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 24px;
}

.pageController .t2 #current {
  line-height: 24px;
  background-color: #035D67;
  vertical-align: middle;
  border: 1px solid #035D67;
  color: #fff;
  padding: 5px 8px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 3px;
}

.pageController .t1 span {
  padding-left: 4px;
  padding-right: 4px;
}

.pageController select {
  height: 24px;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
}

.pageController select option {
  vertical-align: middle;
}

.n-news {
  margin-top: 1.5%;
}

.n-news .n-news-list {
  margin-top: 2%;
}

.n-news .n-news-list li {
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.08);
  padding: 2% 0;
  margin-bottom: 2%;
}

.n-news .n-news-list li a {
  display: flex;
  align-items: center;
}

.n-news .n-news-list li h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}

.n-news .n-news-list li p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #AAAAAA;
  padding-top: 1%;
}

.n-news .n-news-list li .time {
  display: flex;
  align-items: center;
  justify-content: center;
}

.n-news .n-news-list li .time .data {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #555555;
}

.n-news .n-news-list li .time .year {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #AAAAAA;
  padding-left: 8%;
}

.n-news .n-news-list li .time .year span {
  display: block;
}

.n-news .n-news-list li .i-news-right {
  border-left: 1px solid #F3F4F6;
}

.n-news .n-news-list li .i-news-right h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #333333;
}

.n-news .n-news-list li .i-news-right p {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #333333;
  margin-top: 1%;
}

.n-news .n-news-list li .i-news-right .cishu {
  margin-top: 3%;
}

.n-news .n-news-list li:hover {
  background-color: #fafafa;
}

.n-contact {
  padding-bottom: 3%;
}

.n-contact .content {
  box-shadow: 2px 0px 8px 0px rgba(0, 0, 0, 0.04);
  padding: 2%;
  margin-top: 1.8%;
}

.n-contact .content .n-contact-left h3 {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
}

.n-contact .content .n-contact-left ul {
  margin-top: 5%;
}

.n-contact .content .n-contact-left ul li {
  margin-bottom: 3%;
}

.n-contact .content .n-contact-left ul li h3 {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
}

.n-contact .content .n-contact-left ul li h3 img {
  margin-right: 1.5%;
}

.n-contact .content .n-contact-left ul li p {
  margin-top: 3%;
}

.n-contact .content .n-contact-right img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .n-contact {
    background: none;
    height: auto;
  }
  .n-contact h3 {
    padding-top: 18px;
  }
}

.xypg-case-detail {
  margin-top: 2%;
  /*内页详情页面公用样式*/
}

.xypg-case-detail .xypg-detail-title {
  color: #AAAAAA;
  font-size: 16px;
  font-weight: normal;
}

.xypg-case-detail .xypg-detail-title a {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}

.xypg-case-detail .xypg-detail-con {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
  margin-top: 1.5%;
}

.xypg-case-detail .xypg-detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2%;
}

.xypg-case-detail .xypg-detail-list li {
  width: 32%;
  margin-right: 1.3334%;
  padding: .6%;
  border: 1px solid #E5E5E5;
}

.xypg-case-detail .xypg-detail-list li:nth-child(3n) {
  margin-right: 0;
}

.xypg-case-detail .xypg-detail-list li img {
  width: 100%;
}

.tt-y {
  background: url(../images/ye.png) no-repeat center;
  padding-top: 2%;
}

.n-fu {
  padding-top: 3%;
  background-color: #FCFCFC;
}

.n-fu ul {
  margin-top: 2%;
}

.n-fu ul li {
  position: relative;
  margin-bottom: 2.5%;
  transition-duration: .5s;
}

.n-fu ul li a {
  display: block;
  overflow: hidden;
}

.n-fu ul li img {
  max-width: 100%;
  transition-duration: .5s;
}

.n-fu ul li:hover img {
  transform: scale(1.1);
}

.n-fu ul li .content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
  padding: 4% 0 4% 7%;
  background: rgba(0, 8, 36, 0.5);
  color: #FAFAFA;
}

.n-fu ul li .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  line-height: 30px;
}

.n-fu ul li .content h3 img {
  max-width: 22px;
  margin-right: 2%;
  position: relative;
  top: -2px;
}

.n-fu ul li .content p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  line-height: 30px;
}

.n-xi {
  margin-top: 3%;
}

.n-xi .content {
  margin-top: 2%;
}

.n-xi .content img {
  max-width: 100%;
}

.n-jie {
  background-color: #FCFCFC;
  padding-top: 3%;
  padding-bottom: 3%;
}

.n-jie ul {
  margin-top: 2%;
}

.n-jie ul li img {
  width: 100%;
}

.job {
  margin-top: 2%;
}

.job .job_list li {
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.08);
  border-top: 4px solid #0463B3;
  padding: 1% 2%;
  margin-bottom: 2%;
}

.job .job_list li h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #333333;
}

.job .job_list li .di {
  margin-top: 1%;
}

.job .job_list li .di dl {
  float: left;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #AAAAAA;
}

.job .job_list li .di dl + dl {
  margin-left: 15px;
}

.job .job_list li .di dl i {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.job .job_list li .di dl i.j1 {
  background: url(../images/j1.png) no-repeat left center;
}

.job .job_list li .di dl i.j2 {
  background: url(../images/j2.png) no-repeat left center;
}

.job .job_list li .di dl i.j3 {
  background: url(../images/j3.png) no-repeat left center;
}

.job .job_list li .content {
  margin-top: 1%;
}

.job .job_list li .content h4 {
  font-size: 12px;
  font-weight: 540;
  line-height: 20px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
  margin-bottom: .5%;
}

.job .job_list li .content p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
  line-height: 24px;
}

.job .job-title a {
  width: 106px;
  height: 32px;
  border-radius: 4px;
  line-height: 32px;
  opacity: 1;
  background: #0463B3;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 2%;
}
