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

.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 6%;
  z-index: 99;
  position: relative;
}

header .top-nav .nav1 li a {
  font-size: 14px;
  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: #333;
  font-weight: bold;
}

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: #1F5AD0;
  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: 99999;
    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;
  }
}

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

h2.i-tt i {
  font-family: PingFang SC;
  font-size: 24px;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: 0px;
  font-style: normal;
  display: inline-block;
  margin-left: 1%;
}

h2.i-tt b {
  display: inline-block;
  font-weight: normal;
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #333333;
  margin-left: 1%;
}

h2.i-tt a {
  float: right;
  display: inline-block;
  line-height: 47px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #333333;
}

h2.i-tt a span {
  font-size: 16px;
  position: relative;
  top: -5px;
  left: -10px;
  letter-spacing: 2px;
}

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

h2.i-tt dl {
  float: right;
  margin: 0;
}

h2.i-tt dl dt {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  h2.i-tt {
    font-size: 20px;
    padding:0 1%;
  }
  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;
  }
}

@media screen and (max-width: 680px) {
  h2.i-tt {
    font-size: 16px;
    padding:0 1%;
  }
  h2.i-tt i {
    font-size: 14px;
  }
  h2.i-tt b {
    font-size: 12px;
  }
  h2.i-tt a {
    font-size: 13px;
  }
  h2.i-tt dl {
    float: none;
  }
  h2.i-tt dl a {
    font-size: 16px;
    line-height:32px;
    letter-spacing:1px;
  }
}



.i-news {
  margin-top: 4%;
  background: url(../images/bja.png) no-repeat top center;
}

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

.i-news .i-news-left img {
  max-width: 100%;
}

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

.i-news .i-news-right li {
  box-shadow: 0 0 6px #f4f4f4;
  padding: 2% 3%;
  margin-bottom: 2%;
}

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

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

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

.i-news .i-news-right li .time {
  padding-top: 1%;
}

.i-news .i-news-right li .time span {
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0px;
  display: block;
  color: #555555;
}

.i-news .i-news-right li .time .data {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #AAAAAA;
}

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

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

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

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

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

.i-news .i-news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2%;
}

.i-news .i-news-list li {
  width: 49.2%;
  padding: 2% 2%;
  box-shadow: 0 0 6px #f4f4f4;
  margin-bottom: 2%;
}

.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;
}

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

.i-news .i-news-list li a .time {
  width: 10%;
  text-align: center;
}

.i-news .i-news-list li a .time span {
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0px;
  display: block;
  color: #555555;
}

.i-news .i-news-list li a .time .data {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #AAAAAA;
}

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

.i-news .i-news-list li a .more {
  width: 10%;
}

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

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

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

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

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

.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: 3% 0 3% 4%;
  background: rgba(0, 8, 36, 0.5);
  color: #FAFAFA;
}

.i-case ul li .content h3 {
  font-size: 18px;
  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;
  color:#FAFAFA;
}

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

footer .f-er {
  max-width: 120px;
  float: left;
}

footer .f-er img {
  max-width: 120px;
}

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

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%;
}

.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;
  display:none;
}

.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;
  }
  .i-news .i-news-right li:nth-child(2){
      display:none;
  }
  .i-news .i-news-right li p{
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
      
  }
  
  .i-news-list1 li{
      width:100%;
      padding:3% 1%;
  }
  .i-news-list1 li h3{
      font-size:14px;
      color:#333;
       display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:24px;
  font-weight:normal;
  }
  .i-news-list1 li p{
      color:#AAAAAA;
      font-size:13px;
       display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding:.5% 0;
  line-height:24px;
  }
  .i-news-list1 li .time{
      color:#333;
      font-size:13px;
      padding-top:1%;
     
  }
  
  .i-case ul li{
      padding: 5px;
  }
  .i-case ul li .content{
       position: absolute;
    height:calc(100% - 10px);
  width: calc(100% - 10px);
  top:5px;
 left:5px;
  background: rgba(0, 8, 36, 0.5);
  color: #FAFAFA;
  padding:0;
  text-align:center;
 
  }
 .i-case ul li .content h3{
     padding-top:16%;
 }

}

.about-nav {
  display: flex;
  justify-content: center;
  padding-top: 1%;
  position: relative;
}

.about-nav li {
  padding: 0 2%;
}

.about-nav li::after {
  content: '';
  display: block;
  height: 4px;
  background-color: #fff;
}

.about-nav li:hover::after, .about-nav li.active::after {
  content: '';
  display: block;
  height: 4px;
  background-color: #1f5ad0;
}

.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 h2 {
  position: relative;
}

.n-about h2 p {
  position: relative;
  z-index: 9999;
  font-size: 72px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.32em;
  background: linear-gradient(180deg, rgba(22, 118, 235, 0.472) 0%, rgba(81, 31, 208, 0.648) 100%, rgba(81, 31, 208, 0.128) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}

.n-about h2 i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  text-align: center;
}

.n-about h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32em;
  color: #333;
  margin-top: 1%;
}

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

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

@media screen and (max-width: 960px) {
  .n-about h2 p {
    font-size: 45px;
    font-weight:bold;
    letter-spacing:0.1em;
  }
  .n-about h2 i {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    left: 25%;
  }
  
  .n-about h3{
      letter-spacing:0;
      padding:2% 0;
  }
  
}

@media screen and (max-width: 960px) {
  img {
    max-width: 100%;
    height:auto;
  }
  .n-horn ul.n3 li{
      width:24%;
      float:left;
      margin:1% 0.5% ;
  }
  .n-horn ul.n3 li:nth-child(1) ,.n-horn ul.n3 li:nth-child(2){
      width:49%;
  }
  .n-horn ul.n4{
      display:flex!important;
      justify-content:space-between;
      flex-wrap:wrap;
  }
  .n-horn ul.n4 li{
      width:32%;
      
      margin:1% 0.5% ;
  }
  .n-cal .content img{
      max-width:100%!important;
  }
}

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

.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;
}

.n-horn ul.n1 li {
  margin-top: 2%;
  width: 19.5%;
  padding: 10px;
  background-color: #f0f0f0;
  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: wrap;
  
  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: 2%;
  background: url(../images/qy.jpg) no-repeat top center;
}

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

.n-cal .content {
  text-align: center;
  margin-top: 2%;
}
.n-cal .content img{
    max-width: 800px;
}
.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%;
}

.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 .search {
  margin-bottom: 1%;
}

.n-news .search #formsearch {
  float: right;
  width: 20%;
  border: 1px solid #cbcbcb;
}

.n-news .search #formsearch input {
  border: none;
}

.n-news .search #formsearch input#s_btn {
  background: url(../images/ss.jpg) no-repeat right center;
  width: 30px;
  height: 30px;
  border: none;
}

.n-news ul li {
  padding: 16px;
  border-bottom: 1px solid #fff;
}

.n-news ul li .date {
  width: 64px;
  height: 64px;
  opacity: 1;
  background: rgba(236, 243, 255, 0.41);
  text-align: center;
  float: left;
}

.n-news ul li .date .day {
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  color: #1F5AD0;
  padding-top: 8px;
}

.n-news ul li .date .year {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #AAAAAA;
}

.n-news ul li .content {
  width: calc( 96% - 64px);
  float: right;
}

.n-news ul li .content h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
}

.n-news ul li .content .info {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #AAAAAA;
  margin-top: 3px;
}

.n-news ul li:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

.n-contact {
  background: url(../images/contact.jpg) no-repeat top center;
  height: 340px;
  margin-top: 2%;
}

.n-contact h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1.71px;
  color: #4A4A4A;
  padding-top: 156px;
}

.n-contact .content {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #333333;
  font-weight: 400;
  padding-top: 20px;
}

.i-case1 {
  margin-top: 4%;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 960px) {
  .n-contact {
    background: none;
    height: auto;
  }
  .n-contact h3 {
    padding-top: 18px;
  }
  .n-cal1 ul.n1{
      display:flex!important;
      flex-wrap:wrap;
  }
  .n-cal1 ul li{
      width:50%;
  }
  .x-banner .owl-carousel .owl-dots button.owl-dot.active{
      width:8px;
      height:8px;
  }
  .x-banner .owl-carousel .owl-dots button.owl-dot{
      width:24px;
      height:8px;
  }
  footer .f-contact {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 30px;
}

footer .f-heng .container{
    line-height:66px;
    color: rgba(255, 255, 255, 0.5);
}

}

