﻿
/*声明 WebFont*/
@font-face {
  font-family: 'syht';
  src: url('../font/syht.ttf');
  /* src:
    url('../font/syht.eot?#font-spider') format('embedded-opentype'),
    url('../font/syht.woff') format('woff'),
    url('../font/syht.ttf') format('truetype'),
    url('../font/syht.svg') format('svg'); */
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'syhth';
	src: url('../font/syhth.ttf');
	/* src:
		url('../font/syhth.eot?#font-spider') format('embedded-opentype'),
		url('../font/syhth.woff') format('woff'),
		url('../font/syhth.ttf') format('truetype'),
		url('../font/syhth.svg') format('svg'); */
	font-weight: normal;
	font-style: normal;
}
/*使用选择器指定字体*/
/* .home h1, .demo > .test {
    font-family: 'syht';
} */

/*字体库引入*/
/*定义移动端屏幕大小，设置居中*/
/* html{font-size: 62.5%;max-width: 640px;margin: 0 auto;} */
/*--------------------------- 通用样式 ----------------------------------- */
/*初始化样式*/
*,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
	margin: 0;padding: 0;list-style: none;font-family: "syht",STXihei,STHeiti;border: none;text-decoration: none;}
address,caption,cite,code,dfn,em,th,var,i,h1,h2,h3,h4{font-style: normal;font-weight: normal;}
ol,ul{list-style: none;}
del,ins,a{text-decoration: none;}
p{margin: 0;}
caption,th{text-align: left;}
input,button,textarea,select{font-size: 100%; border:none;}
input::-webkit-input-placeholder {color: #fff;font-size: 15px;}
i,b,span,a{display:inline-block;}
a:hover,button:hover{cursor: pointer;}
select{border: none;outline: none;appearance:none; -moz-appearance:none;-webkit-appearance:none;background: #fff url("http://10.mucck.com/public/img/home/xiala.png") no-repeat right 10px center!important;}
/*手机端链接阴影背景块去除*/
body{font-family: "syht";-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{outline: none;-moz-outline-style: none;}
/*常用样式*/
/*清浮动*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
/*补白*/
.pl10{padding-left: 10px!important;}
.pt20{padding-top: 20px!important;}
.pt25{padding-top: 25px!important;}
.pt60{padding-top: 60px!important;}
.pb0{padding-bottom: 0!important;}
.pb10{padding-bottom: 10px!important;}
.pb25{padding-bottom: 25px!important;}
.pb30{padding-bottom: 30px!important;}
.pb70{padding-bottom: 70px!important;}
/*边距*/
.mt-5{margin-top: -5px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}
.mt60{margin-top: 60px!important;}
.mt70{margin-top: 70px!important;}
.mt80{margin-top: 80px!important;}
.mt90{margin-top: 90px!important;}
.mt100{margin-top: 100px!important;}
.mb-5{margin-bottom: -5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb100{margin-bottom: 100px!important;}
/*浮动*/
.fl{float: left;display: inline-block;}
.fr{float: right;display: inline-block;}
/*----  文字样式 ------- */
.textov1{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; overflow: hidden;}
.textov2{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;}
.textov3{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; overflow: hidden;}
.textov4{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; overflow: hidden;}
.textov5{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical; overflow: hidden;}
.textov6{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical; overflow: hidden;}
.textov7{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical; overflow: hidden;}
.txtl{text-align: left!important;}
/*背景*/
/* .bgeee{background: #eee;}
.bgfff{background: #fff;}
.bge8{background: #e8e8e8;}
.bgf3{background: #f3f3f3;}
.bgfa{background: #fafafa!important;} */
/*定位*/
/* .pr{position: relative;}
.pa{position: absolute;} */
/*布局*/
/* .hidden{overflow: hidden;}
.none{display: none;}
.block{display: block;}
.d-in{display: inline-block;}
.flex{display: flex;} */
.ablock{display: block;width: 100%;}
/*宽高*/
.wp20{width: 20%!important;}
.wp25{width: 25%!important;}
.wp33{width: 33.3%!important;}
.wp48{width: 48%!important;}
.wp50{width: 50%!important;}
.wp100{width: 100%!important;}
.wpLi20 li{width: 20%!important;}
.wpLi25 li{width: 25%!important;}
.wpLi33 li{width: 33.3%!important;}
.wpLi48 li{width: 48%!important;}
.wpLi50 li{width: 50%!important;}
.imgp100 img{width: 100%;}
/*边框*/
.bdnone{border: none!important;}
.bdtnone{border-top: none!important;}
.bdbnone{border-bottom: none!important;}
.bdlnone{border-left: none!important;}
.bdrnone{border-right: none!important;}
/*文本对齐*/
/* .tal{text-align: left!important;}
.tac{text-align: center!important;}
.tar{text-align: right!important;} */
/*字体颜色*/
/* .cwhite{color: #fff!important;}
.ctransparent{color: transparent!important;} */
/*字体*/
/* .fs0,.afs0 a{font-size: 0px;}
.fs16{font-size: 16px;}
.fs48{font-size: 48px!important;} */
/*其他常见通用样式*/
/* .content{padding:0 3%;} */
/*分割线*/
/* .fenge{width: 100%;height: 10px;background: #f5f5f5;} */
/*一行两列表项*/
.twoLis li{float: left;display: inline-block;width: 48%;margin-right: 4%;}
.twoLis li:nth-of-type(2n){margin-right: 0;}
/*图文左右切换*/
.lrLis .main{display: inline-block;width: 55%;}
.lrLis .picBorder{display: inline-block;width: 45%;}
.lrLis li:nth-of-type(odd) .main{float: left;padding-right: 10px;}
.lrLis li:nth-of-type(odd) .picBorder{float: right;}
.lrLis li:nth-of-type(even) .main{float: right;padding-left: 10px;}
.lrLis li:nth-of-type(even) .picBorder{float: right;}
/*动画过渡时间*/
.transition5,.transitionImg5 img,
.moveUp,.moveUp2,
.enlarge,.enlargeLi img,
.horizontalFlip,.horizontalFlipImg img,.horizontalFlipIcon li .icon,
.rgbTgray,.rgbTgrayImg li img,.rgbTgrayIcon li .icon,
.grayTrgb,.grayTrgbImg li img,.grayTrgbIcon li .icon{
    -moz-transition: all ease .5s 0s;-webkit-transition: all ease .5s 0s;cursor: pointer;transition: all ease .5s 0s;
}
/*鼠标悬浮上移*/
.moveUp:hover{-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}
.moveUp2:hover{-webkit-transform: translateY(-25px);-moz-transform: translateY(-25px);-ms-transform: translateY(-25px);-o-transform: translateY(-25px);transform: translateY(-25px);}
/*（列表项图片）鼠标悬浮图片放大*/
.enlarge:hover,.enlargeLi li:hover img,.enlargeLi .pictureBox:hover img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
/*持续性上下跳动*/
@keyframes beating{
  from{-moz-transform: translateY(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);-webkit-transform: translateY(10px);transform: translateY(10px);}
  to{-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);-webkit-transform: translateY(-10px);transform: translateY(-10px);}
}
/*持续性左右延长收缩*/
@keyframes extending{
  from{-moz-transform: scaleX(1);-ms-transform: scaleX(1);-o-transform: scaleX(1);-webkit-transform: scaleX(1);transform: scaleX(1);}
  to{-moz-transform: scaleX(2);-ms-transform: scaleX(2);-o-transform: scaleX(2);-webkit-transform: scaleX(2);transform: scaleX(2);}
}
/*持续性放大缩小*/
@keyframes zoomimg{
  from{-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}
  to{-moz-transform: scale(0.95);-ms-transform: scale(0.95);-o-transform: scale(0.95);-webkit-transform: scale(0.95);transform: scale(0.95);}
}
/*持续性平移*/
@keyframes translating{
  from{-moz-transform: translateX(20px);-ms-transform: translateX(20px);-o-transform: translateX(20px);-webkit-transform: translateX(20px);transform: translateX(20px);}
  to{-moz-transform: translateX(-20px);-ms-transform: translateX(-20px);-o-transform: translateX(-20px);-webkit-transform: translateX(-20px);transform: translateX(-20px);}
}
/*--------------------------- 通用样式 结束----------------------------------- */
/*--------------------------- 公共样式 开始----------------------------------- */
/* 导航 */
/* 导航 */
.zt-navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  z-index: 100;
  padding: 0 3%;
  height: 60px;
  background-color: #0d171e;
  border-radius: 0;
  border: none;
}
.zt-navbar-header {
  display: flex;
  align-items: center;
  width: 70%;
}
/* logo */
.zt-logo {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;

  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 5%;
}
.zt-logo img,
.zt-nav-item img {
  max-height: 100%;
}
.zt-navbar-toggle {
  display: none;
}
/* 菜单 */
.zt-navbar-header {
  float: left;
  width: 85%;
}
.zt-nav {
  float: left;
  margin: 0;
}
.zt-nav li {
  position: relative;
  float: left;
  display: block;
  height: 60px;
  padding: 0 18px;
}
.zt-nav li:nth-last-of-type(1) {
  padding-right: 0;
}
.zt-nav li a {
  padding: 0;
  line-height: 60px;
  height: 100%;
  transition: all .3s;
  color: #afb0b0;
}
.zt-nav li::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: none;
}
.zt-nav .active>a,
.zt-nav li a:hover {
  color: #fff;
  background-color: transparent!important;
}
.zt-nav .active::after,
.zt-nav li:hover::after {
  display: block;
}
.zt-nav-right {
  float: right!important;
  margin-right: -15px;
  width: 15%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: transparent!important;
}
.zt-nav-right li {
  float: left;
  position: relative;
  display: block;
}
.zt-nav-right a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.zt-nav-right li,
.zt-nav-right a {
  background-color: transparent!important;
  padding: 0!important;
}
.zt-nav-right img {
  max-height: 25px;
  max-width: 90%!important;
}
.zt-navbar .zt-navbar-toggle {
  display: none;
}
@media (min-width: 1600px) {
  /* .zt-navbar-header {
    
  } */
  .zt-logo {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 9%;
  }
  .zt-nav li {
    padding: 0 25px;
  }
  .zt-nav-right img {
    max-height: 30px;
  }
}
@media (max-width: 1200px) {
  .zt-nav li {
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (max-width: 1120px) {
  .zt-navbar .zt-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .zt-logo {
    margin-right: 0;
  }
  .zt-nav li {
    padding: 0 10px;
  }
}
@media (max-width: 900px) {
  .zt-navbar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
  }
  .zt-nav,
  .zt-nav-right {
    display: none;
  }
  .zt-navbar-toggle {
    display: block;
  }
  .zt-navbar .zt-container-fluid {
    padding: 0;
  }
  .zt-navbar-header {
    display: block;
    width: 100%;
    margin: 0!important;
  }
  .zt-logo {
    height: 60px;
    padding: 15px 0;
    margin-right: 0;
    float: left;
    text-align: left;
  }
  .zt-navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .zt-navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .zt-navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .zt-nav li {
    float: none;
    padding: 0 15px;
  }
  .zt-navbar .zt-navbar-toggle {
    display: block;
    margin: 0;
    padding: 20px 0;
  }
  .zt-navbar .zt-navbar-toggle .icon-bar{
    background-color: #afb0b0;
    width: 25px;
    height: 3px;
  }
  .zt-nav {
    position: absolute;
    width: 106%;
    left: 0;
    top: 50px;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    padding-bottom: 20px;
  }
  .zt-nav a {
    color: #afb0b0;
  }
  .zt-nav li::after {
    left: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
    width: 30%;
    height: 1px;
    display: none;
  }
}
/* 首页标题 */
.indexTitle {
  position: relative;
  font-size: 30px;
  font-family: 'syhth';
  font-weight: normal;
  color: #020202;
  text-align: center;
}
.indexTitle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  display: block;
  height: 20px;
  background: url(http://www.nanbeimy.com/static/image/indexTitle.png) no-repeat center;
  background-size: contain;
}
@media (min-width: 1600px) {
  .indexTitle {
    font-size: 36px;
  }
  .indexTitle::after {
    bottom: -40px;
    width: 328px;
    height: 20px;
  }
}
@media (max-width: 1120px) {
  .indexTitle {
    font-size: 24px;
  }
  .indexTitle::after {
    bottom: -30px;
    width: 200px;
    height: 15px;
  }
}
@media (max-width: 900px) {
  .indexTitle {
    font-size: 18px;
  }
  .indexTitle::after {
    bottom: -25px;
  }
}
/* 背景视频 */
.indexVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  opacity: 1;
}
/* 左侧悬浮框 */
.leftHover {
  width: 150px;
  height: 335px;
  background-color: black;
  border-radius: 10px;
  position: fixed;
  z-index: 999;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 20px;
  box-sizing: border-box;
}
.leftHoverIndent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  margin: auto;
  width: 28px;
  height: 77px;
  cursor: pointer;
}
.leftHoverTit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 15px 10px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.leftHoverCode {
  height: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: 1000;
  color: #13befe;
}
.leftHoverCodeTit {
  text-align: center;
  font-size: 10px;
  color: #fff;
  margin-top: -45px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.leftHoverEwm .box2 {
  width: 146px;
  height: 31px;
  background-color: #fff;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 10px;
}
.leftHoverEwm .box2 ul {
  width: 168px;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
}
.leftHoverEwm .box2 li {
  width: 72px;
  height: 29px;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
}
.leftHoverBox3 {
  width: 100%;
}
.leftHoverBox3 ul {
  width: 120px;
  height: 120px;
  background: #fff;
  margin: auto;
}
.leftHoverBox3 ul li {
  width: 120px;
  height: 120px;
  background: #fff;
  margin-top: 20px;
}
.leftHoverBox3 ul img {
  width: 120px;
  height: 120px;
}
.activeEwm {
  width: 100px;
  height: 30px;
  background: #13befe;
  color: #fff;
  border-radius: 20px;
}

.leftHoverSearch {
  display: none;
}
.leftHoverSearch .input {
  display: none;
  width: 200px;
  height: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 0 10px;
}
.leftHoverSearch .input::-webkit-input-placeholder {
  display: none;
  padding-left: 30px;
}
.leftHoverSearch .button {
  display: none;
  width: 50px;
  height: 25px;
  background: #13befe;
  color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  top: -28px;
  right: -70px;
}
.isshow {
  display: block;
}
.isnone {
  display: none;
}
.leftHover .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.leftHoverShow button,
.rightHoverShow button {
  position: fixed;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 120px;
  border-radius: 30px;
  background-color: #333;
  z-index: 9999;
  display: none;
  line-height: 50px;
  padding: 10px;
  color: #fff;
}
/* 右侧悬浮框 */
.rightHover {
  position: fixed;
  z-index: 10000;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 240px;
  max-width: 210px;
}
.rightHover img {
  width: 100%;
}
.rightHoverShow button {
  left: auto;
  right: 5px;
}
/* 版块1 */
.index1 {
  padding-top: 10vh;
  padding-bottom: 10px;
  text-align: center;
}
.index1Logo img {
  max-width: 25%;
}
.index1Slogan1 {
  width: 40%;
}
.index1Slogan2 .slogan {
  width: 40%;
}
.index1Slogan2 .slogan2 {
  width: 30%;
  margin-bottom: 20px;
}
.index1Slogan2 .mains {
  padding-top: 10px;
  height: 40%;
  margin: auto;
}
.index1Slogan3 {
  margin-top: 60px;
  display: inherit;
}
.index1Slogan3 .btn {
  display: inline-flex;
  height: 60px;
  width: 200px;
  background: rgba(0,0,0,0.9);
  border-radius: 4px;
  font-size: 18px;
  color: #c7c7c8;
  font-weight: bold;
  font-family: 'syhth';
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.15) ;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.index1Slogan3 .btn:hover {
  box-shadow: 0px 0px 20px 7px rgba(199,199,200,0.2);
  border-color: rgba(255,255,255);
  background: rgb(0,0,0);
}
.indexDownBtn {
  margin-top: 20px;
  opacity: 1;
}
@media (min-width: 1600px) {
  .index1 {
    padding-top: 140px;
    padding-bottom: 10px;
  }
  .index1Logo img {
    max-width: 35%;
  }
  .index1Slogan1 {
    width: 50%;
  }
  .index1Slogan2 .slogan {
    width: 50%;
  }
  .index1Slogan2 .slogan2 {
    width: 30%;
    margin-bottom: 20px;
  }
  .index1Slogan2 .main {
    padding-top: 10px;
    height: 50%;
  }
  .index1Slogan3 {
    margin-top: 100px;
  }
  .index1Slogan3 .btn {
    height: 80px;
    width: 290px;
    font-size: 22px;
  }
  .indexDownBtn {
    margin-top: 60px;
  }
}
@media (max-width: 1120px) {
  .index1Slogan2 .list-inline img {
    height: 120px;
  }
  .index1Slogan3,
  .indexDownBtn {
    margin-top: 40px;
  }
  .index1Slogan3 .btn {
    height: 45px;
    width: 160px;
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .index1 {
    padding-top: calc(7vh + 60px);
  }
  .index1Logo img {
    max-width: 50%;
  }
  .index1Slogan1,
  .index1Slogan2 .slogan {
    width: 80%;
  }
  .index1Slogan2 .slogan2 {
    width: 60%;
  }
  .index1Slogan2 .list-inline img {
    height: 80px;
  }
  .index1Slogan3 .btn {
    height: 35px;
    width: 100px;
    font-size: 14px;
    margin: 0 5px;
  }
  .indexDownBtn {
    display: none;
  }
}
/* 版块2 */
.index2Con {
  margin-top: 0px;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5383928571428571) 29%, rgba(0,0,0,0.9));
}
.index2Main {
  padding-top: 30px;
  padding-bottom: 60px;
  font-size: 18px;
  color: #e3e2e2;
}
.index2Tit {
  letter-spacing: -2px;
  font-weight: bold;
  font-family: 'syhth';
  margin-bottom: 20px;
  font-size: 40px;
  color: #fff;
}
.index2Desc {
  margin-top: 40px;
}
.zt-carousel {
  margin: 50px 20% 0 20%;
  padding: 0 10%;
}
.zt-carousel .item {
  width: 100%;
  overflow: hidden;
}
.zt-carousel .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border: 2px solid #fff;
}
.zt-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zt-carousel .carousel-control.left,
.zt-carousel .carousel-control.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: none;
  height: 300px;
  opacity: 1;
}
.zt-carousel .carousel-control.left img,
.zt-carousel .carousel-control.right img {
  width: 30px;
}
.zt-carousel .carousel-control.left {
  justify-content: flex-start;
}
.zt-carousel .carousel-title {
  width: 100%;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'syhth';
  color: #fff;
  text-align: center;
}
@media (min-width: 1600px) {
  .index2Main {
    padding-top: 30px;
    padding-bottom: 74px;
    font-size: 20px;
  }
  .index2Tit {
    margin-bottom: 20px;
    font-size: 48px;
  }
  .index2Desc {
    margin-top: 50px;
  }
  .zt-carousel {
    margin: 50px 18% 0 18%;
    padding: 0 10%;
  }
  .zt-carousel .img-box {
    height: 495px;
    border: 2px solid #fff;
  }
  .zt-carousel .carousel-control.left,
  .zt-carousel .carousel-control.right {
    height: 495px;
  }
  .zt-carousel .carousel-control.left img,
  .zt-carousel .carousel-control.right img {
    width: 50px;
  }
  .zt-carousel .carousel-title {
    margin-top: 50px;
    font-size: 30px;
  }
}
@media (max-width: 1120px) {
  .index2Tit {
    font-size: 28px;
  }
  .index2Desc {
    margin-top: 30px;
  }
  .index2Main {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 16px;
  }
  .zt-carousel {
    margin-top: 30px;
  }
  .zt-carousel .img-box {
    height: 250px;
    border: 1px solid #fff;
  }
  .zt-carousel .carousel-control.left, .zt-carousel .carousel-control.right {
    height: 250px;
  }
  .zt-carousel .carousel-title {
    margin-top: 25px;
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .index2Main {
    padding-top: 40px;
    font-size: 14px;
  }
  .index2Tit {
    font-size: 22px;
  }
  .index2Desc {
    padding: 0 3%;
  }
  .zt-carousel {
    margin: 30px 0 0 0;
    padding: 0 3%;
  }
  .zt-carousel .img-box {
    border: 2px solid #fff;
  }
  .zt-carousel .carousel-title {
    margin-top: 15px;
    font-size: 18px;
  }
  .zt-carousel .carousel-control.left {
    padding-left: 3%;
  }
  .zt-carousel .carousel-control.right {
    padding-right: 3%;
  }
  .zt-carousel .carousel-control.left img, .zt-carousel .carousel-control.right img {
    width: 20px;
    background-color: #000;
  }
}
/* 中间联系方式 */
.indexContact {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 8%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 20px;
  color: #6c6c6c;
}
.indexContact .item {
  float: left;
  display: inline-block;
  width: 33.33%;
}
.indexContact .item a {
  color: #6c6c6c;
  text-decoration: none;
}
.indexContact .icon {
  position: relative;
  top: 0;
  margin-right: 15px;
}
@media (max-width: 1120px) {
  .indexContact {
    height: 65px;
    line-height: 65px;
    font-size: 16px;
  }
  .indexContact .icon {
    top: -1px;
    margin-right: 10px;
  }
}
@media (max-width: 900px) {
  .indexContact {
    height: auto;
    line-height: inherit;
    padding: 0;
  }
  .indexContact .item {
    float: none;
    display: block;
    width: 100%;
    background-color: #ffffff;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e0e0e0;
  }
}
/* 版块3 */
.index3 {
  padding: 60px 8%;
  background-image: url("http://www.nanbeimy.com/static/image/index8Bg.jpg");
}
.index3Con {
  margin-top: 80px;
}
.index3LCon,
.index3RCon {
  background-color: #fff;
  height: 730px;
  padding: 20px 20px;
}
.index3LTit {
  font-size: 20px;
  font-weight: bold;
  font-family: 'syhth';
  color: #212529;
  padding-bottom: 20px;
  border-bottom: 3px solid #212529;
}
.index3LTit .more {
  position: relative;
  top: 7px;
  font-size: 16px;
  color: #6a6a6a;
  background: transparent;
}
.index3LCon {
  display: inline-block;
  float: left;
  width: calc((100% - 50px) / 3);
  margin-right: 50px;
}
.index3LMain {
  margin-top: 25px;
}
.index3LMain a {
  line-height: 2.7em;
  font-size: 16px;
  color: #6a6a6a;
}
.index3LMain .tag {
  color: #dd0024;
}
.index3RCon {
  display: inline-block;
  float: right;
  width: calc((100% - 50px) / 3 * 2);
}
.index3RMain {
  width: 100%;
  overflow: auto;
  margin-top: 30px;
  color: #020202;
  border-top: 1px solid #959595;
}
.index3RMain table {
  width: 100%;
}
.index3RMain tr{
  border-bottom: 1px solid #959595;
  height: 50px;
  vertical-align: middle;  
}
.index3RMain th{
  width: 120px;
  background-color: #ebebeb;
  font-size: 16px;
  font-weight: bold;
  font-family: 'syhth';
  text-align: center;
  white-space: nowrap;
  padding: 0 5px;
}
.index3RMain td{
  font-size: 14px;
}
.index3RMain td p{
  position: relative;
  padding: 0 10px;
  height: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  line-height: 1.5em;
  border-bottom: 1px solid #959595;
  /* white-space: nowrap; */
}
.index3RMain td p:nth-last-of-type(1){
  border-bottom: none;
}
@media (min-width: 1600px) {
  .index3 {
    padding: 60px 8% 70px 8%;
  }
  .index3Con {
    margin-top: 80px;
  }
  .index3LCon,
  .index3RCon {
    height: 805px;
    padding: 30px 20px;
  }
  .index3LTit {
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 3px solid #212529;
  }
  .index3LTit .more {
    top: 7px;
    font-size: 18px;
  }
  .index3LCon {
    width: calc((100% - 50px) / 3);
    margin-right: 50px;
  }
  .index3LMain {
    margin-top: 25px;
  }
  .index3LMain a {
    line-height: 2.7em;
    font-size: 18px;
  }
  .index3RCon {
    width: calc((100% - 50px) / 3 * 2);
  }
  .index3RMain {
    margin-top: 30px;
  }
  .index3RMain tr{
    height: 55px;
  }
  .index3RMain th{
    width: 120px;
    font-size: 18px;
    padding: 0 5px;
  }
  .index3RMain td{
    font-size: 16px;
  }
  .index3RMain td p{
    padding: 0 10px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 1120px) {
  .index3LCon, .index3RCon {
    height: 700px;
    padding: 15px;
  }
  .index3LCon {
    width: calc((100% - 20px) / 5 * 2);
    margin-right: 20px;
  }
  .index3RCon {
    width: calc((100% - 30px) / 5 * 3);
  }
  .index3LTit {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #212529;
  }
  .index3LTit .more {
    font-size: 14px;
  }
  .index3RMain {
    margin-top: 20px;
  }
  .index3RMain td p {
    line-height: 1.2em;
  }
}
@media (max-width: 900px) {
  .index3 {
    overflow: hidden;
    padding: 30px 3% 0 3%;
  }
  .index3Con {
    margin-top: 50px;
  }
  .index3LCon,
  .index3RCon {
    float: none;
    width: 100%;
    height: auto;
    padding: 10px 10px 20px 10px;
  }
  .index3LMain {
    margin-top: 15px;
  }
  .index3RCon {
    margin-top: 20px;
  }
  .index3LTit {
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #212529;
  }
  .index3LTit .more {
    top: 2px;
    font-size: 12px;
  }
  .index3LMain a {
    line-height: 2em;
    font-size: 14px;
  }
  .index3RMain th {
    width: 80px;
    font-size: 13px;
    padding: 0 5px;
  }
  .index3RMain td {
    font-size: 12px;
  }
}
/* 版块4 */
.index4 {
  padding: 60px calc(8% - 50px);
  background-image: url("http://www.nanbeimy.com/static/image/index8Bg.jpg");
}
.index4Con {
  padding: 35px 50px;
  margin-top: 40px;
}
.index4Con .swiper-slide {
  position: relative;
}
.index4Con .pictureBox {
  height: 200px;
  overflow: hidden;
}
.index4Con .pictureBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index4Con .main {
  height: 90px;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  color: #232323;
}
.index4Con .title{
  font-weight: bold;
  font-family: 'syhth';
}
.index4Con .title .time{
  font-weight: normal;
}
.index4Con .description{
  margin-top: 5px;
}
.index4Con .swiper-button-prev1,
.index4Con .swiper-button-next1 {
  background-image: url(http://www.nanbeimy.com/static/image/index8Bg.jpg);/*针对不支持颜色渐变的浏览器*/
  background-image: linear-gradient(#ecedef, #e3e3e3);
  width: 40px;
  height: calc(100% + 40px);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  left: 0;
  background-size: cover;
  background-color: #e1e1e1;
}
.index4Con .swiper-button-next1 {
  left: auto;
  right: 0;
  justify-content: flex-end;
}
.index4Con .swiper-button-prev1 img,
.index4Con .swiper-button-next1 img {
  width: 30px;
}
@media (min-width: 1600px) {
  .index4 {
    padding: 60px calc(8% - 60px) 70px calc(8% - 60px);
  }
  .index4Con {
    padding: 35px 60px;
    margin-top: 40px;
  }
  .index4Con .pictureBox {
    height: 235px;
  }
  .index4Con .main {
    height: 115px;
    padding: 25px 15px;
  }
  .index4Con .description{
    margin-top: 10px;
  }
  .index4Con .swiper-button-prev1,
  .index4Con .swiper-button-next1 {
    width: 40px;
    height: calc(100% + 40px);
  }
  .index4Con .swiper-button-prev1 img,
  .index4Con .swiper-button-next1 img {
    width: 30px;
  }
}
@media (max-width: 1120px) {
  .index4Con .pictureBox {
    height: 150px;
  }
}
@media (max-width: 900px) {
  .index4 {
    padding: 30px 3%;
  }
  .index4Con {
    padding: 0;
    padding-top: 50px;
    margin-top: 0;
  }
  .index4Con .main {
    height: 70px;
    padding: 10px;
    font-size: 14px;
  }
  .index4Con .swiper-button-prev1, .index4Con .swiper-button-next1 {
    display: none;
  }
  .index4Con .swiper-pagination1 {
    position: static;
    display: block;
    margin-top: 10px;
  }
  .index4Con .swiper-pagination1 .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
  }
  .index4Con .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #ee001c;
  }
}
/* 版块5 */
.index5 {
  padding: 60px 8% 80px 8%;
  background-image: url("http://www.nanbeimy.com/static/image/index5Bg.jpg");
}
.index5Box .indexTitle {
  color: #ffffff;
}
.index5Box .indexTitle::after {
  background: url(http://www.nanbeimy.com/static/image/indexTitleW.png) no-repeat center;
  background-size: contain;
}
.index5Con {
  margin-top: 75px;
}
.index5Con .item1,
.index5Con .item2 {
  width: calc((100% - 20px) / 2);
}
.index5Con .item1 {
  position: relative;
  height: 540px;
  margin-right: 20px;
}
.index5Con .item {
  position: relative;
  display: inline-flex;
  width: calc((100% - 20px) / 2);
  height: 260px;
  justify-content: space-around;
  margin-bottom: 20px;
  margin-right: 15px;
}
.index5Con .item:nth-of-type(2n) {
  margin-right: 0;
}
.index5Con .pictureBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index5Con .pictureBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index5Con .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  background-color: rgba(255,255,255,.6);
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 55px;
}
.index5Con .swiper-pagination {
  position: static;
  padding-top: 10px;
}
.index5Con .swiper-pagination .swiper-pagination-bullet {
  background-color: #d0d0d0;
  width: 16px;
  height: 16px;
}
.index5Con .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ee001c;
}
@media (min-width: 1600px) {
  .index5 {
    padding: 60px 8% 80px 8%;
  }
  .index5Con {
    margin-top: 95px;
  }
  .index5Con .item1,
  .index5Con .item2 {
    width: calc((100% - 25px) / 2);
  }
  .index5Con .item1 {
    height: 540px;
    margin-right: 25px;
  }
  .index5Con .item {
    width: calc((100% - 25px) / 2);
    height: 260px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .index5Con .title {
    height: 65px;
    font-size: 20px;
    line-height: 65px;
  }
  .index5Con .swiper-pagination {
    padding-top: 10px;
  }
  .index5Con .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1120px) {
  .index5Con .item1, .index5Con .item2 {
    width: calc((100% - 10px) / 2);
  }
  .index5Con .item1 {
    height: 450px;
    margin-right: 5px;
  }
  .index5Con .item {
    height: 220px;
    justify-content: space-around;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .index5Con .title {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
}
@media (max-width: 900px) {
  .index5 {
    padding: 30px 3%;
  }
  .index5Con {
    margin-top: 50px;
  }
  .index5Con .item1 {
    display: none;
  }
  .index5Con .item2 {
    width: 100%;
  }
  .index5Con .item {
    height: 150px;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .index5Con .title {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .index5Con .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #d0d0d0;
  }
  .index5Con .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ee001c;
  }
}
/* 版块6 */
.index6 {
  position: relative;
  padding: 60px calc(8% - 50px) 80px calc(8% - 50px);
  overflow: hidden;
  /* background-image: url("../images/index8Bg.jpg"); */
}
.index6Con {
  width: calc(100% - 100px);
  padding: 35px 0;
  margin-top: 40px;
}
.index6Con .swiper-slide {
  position: relative;
}
.index6Con .swiper-slide:nth-of-type(2n) {
  top: 40px;
}
.index6Con .pictureBox {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.index6Con .pictureBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index6Con .main {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  color: #fff;
  padding-top: 15px;
  background-color: rgba(0,0,0,.8);
}
.index6Con .title {
  font-size: 20px;
  font-weight: bold;
  font-family: 'syhth';
  text-align: center;
}
.index6Con .description {
  font-size: 16px;
  padding: 0 15px;
  margin-top: 10px;
  line-height: 1.5em;
}
.index6Con .more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  display: block;
  width: 120px;
}
.index6Con .more img {
  width: 100%;
}
.index6Box .swiper-button-prev3,
.index6Box .swiper-button-next3 {
  /*针对不支持颜色渐变的浏览器*/
  /* background-image: url(../images/index8Bg.jpg); */
  /* background-image: linear-gradient(#ecedef, #e3e3e3); */
  background-image: none;
  width: 40px;
  height: calc(100% + 40px);
  top: 0;
  left: calc(8% - 50px);
  display: none;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  /* background-color: #e1e1e1; */
}
.index6Box .swiper-button-next3 {
  left: auto;
  right: calc(8% - 50px);
  justify-content: flex-end;
}
.index6Box .swiper-button-prev3 img,
.index6Box .swiper-button-next3 img {
  width: 30px;
}
@media (min-width: 1600px) {
  .index6 {
    padding: 70px calc(8% - 60px) 100px calc(8% - 60px);
  }
  .indexTitle {
    font-size: 36px;
  }
  .indexTitle::after {
    bottom: -40px;
    width: 328px;
    height: 20px;
  }
  .index6Con {
    padding: 45px 60px;
    margin-top: 55px;
  }
  .index6Con .swiper-slide:nth-of-type(2n) {
    top: 45px;
  }
  .index6Con .pictureBox {
    height: 445px;
  }
  .index6Con .main {
    padding-top: 25px;
  }
  .index6Con .title {
    font-size: 27px;
  }
  .index6Con .description {
    font-size: 16px;
    padding: 0 20px;
    margin-top: 15px;
  }
  .index6Con .more {
    bottom: 25px;
    width: 134px;
  }
  .index6Con .swiper-button-prev3,
  .index6Con .swiper-button-next3 {
    background-image: url(http://www.nanbeimy.com/static/image/index8Bg.jpg);/*针对不支持颜色渐变的浏览器*/
    background-image: linear-gradient(#ecedef, #dedede);
    width: 60px;
    height: calc(100% + 45px);
  }
  .index6Con .swiper-button-prev3 img,
  .index6Con .swiper-button-next3 img {
    width: 30px;
  }
}
@media (max-width: 1120px) {
  .index6Con .pictureBox {
    height: 280px;
  }
  .index6Con .title {
    font-size: 16px;
  }
  .index6Con .description {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 5px;
  }
  .index6Con .more {
    bottom: 20px;
    width: 80px;
  }
}
@media (max-width: 900px) {
  .index6 {
    padding: 30px 3%;
  }
  .index6Con {
    padding: 0;
    margin-top: 50px;
  }
  .index6Con .swiper-slide:nth-of-type(2n) {
    top: 0;
  }
  .index6Con .swiper-pagination3 {
    position: static;
    display: block;
    margin-top: 10px;
  }
  .index6Con .swiper-button-prev3, .index6Con .swiper-button-next3 {
    display: none;
  }
  .index6Con .swiper-pagination3 .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
  }
  .index6Con .swiper-pagination3 .swiper-pagination-bullet-active {
    background-color: #ee001c;
  }
  .index6Con .main {
    height: 43%;
  }
  .index6Con .title {
    padding: 0 10px;
    text-align: left;
  }
  .index6Con .description {
    -webkit-line-clamp: 1;
  }
  .index6Con .more {
    left: 10px;
    right: auto;
  }
}
/* 版块7 */
.index7 {
  padding: 0 8%;
  background: #fff url("http://www.nanbeimy.com/static/image/index7Bg.jpg") no-repeat bottom right;
  background-size: contain;
}
.index7Box {
  padding-top: 100px;
  padding-bottom: 115px;  
}
.index7Title {
  font-weight: 1000;
  font-size: 40px;
  color: #040404;
  margin-bottom: 55px;
}
.index7Con button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 55px;
  background-color: #191919;
  border-radius: 5px;
  font-size: 20px;
  color: #c4c4c5;
  margin-right: 25px;
}
.index7Con button:nth-last-of-type(1) {
  position: relative;
  top: -5px;
}
.index7Con img {
  width: 30px;
  margin-right: 5px;
}
@media (min-width: 1600px) {
  .index7Box {
    padding-top: 155px;
    padding-bottom: 145px;
  }
  .index7Title {
    font-size: 48px;
    margin-bottom: 65px;
  }
  .index7Con button {
    width: 250px;
    height: 75px;
    font-size: 22px;
    margin-right: 30px;
  }
  .index7Con img {
    width: 48px;
    margin-right: 10px;
  }
}
@media (max-width: 1120px) {
  .index7Title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .index7Con button {
    width: 130px;
    height: 35px;
    font-size: 14px;
    margin-right: 5px;
  }
  .index7Con img {
    width: 20px;
    margin-right: 7px;
  }
}
@media (max-width: 900px) {
  .index7 {
    padding: 0 3%;
  }
  .index7Box {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .index7Con {
    margin-top: 20px;
  }
  .index7Con button {
    display: block;
    width: 120px;
    margin: 0;
    margin-bottom: 10px;
  }
  .index7Con button:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
/* 底部 */
.indexFooter {
  background-color: #08080a;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 30px;
}
.indexFooterTCon a {
  text-decoration: none;
  margin: 0 20px;
  display: initial;
  font-size: 16px;
  color: #d1d1d1;
}
.indexFooterTCon a:hover {
  color: rgb(221, 221, 221);
}
.indexFooterBCon {
  font-size: 14px;
  color: #d1d1d1;
  line-height: 2em;
  margin-top: 25px;
}
.indexFooterBCon a {
  color: #f9fc12;
  padding: 0 5px;
}
.indexFooterBMMain {
  padding-bottom: 30px;
}
.indexFooterBMMain img {
  width: 30px;
}
.indexFooterBBMain{
  margin-bottom: 20px;
}
.indexFooterBBMain img {
  width: 150px;
}
@media (min-width: 1600px) {
  .indexFooter {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .indexFooterTCon a,
  .indexFooterTCon a {
    font-size: 18px;
  }
  .indexFooterBCon {
    font-size: 16px;
    margin-top: 35px;
  }
  .indexFooterTCon a {
    margin-right: 35px;
    margin-left: 35px;
  }
  .indexFooterBMMain {
    padding-bottom: 20px;
  }
  .indexFooterBMMain img {
    height: 30px;
    width: 30px;
  }
  .indexFooterBBMain{
    margin-bottom: 40px;
  }
  .indexFooterBBMain img {
    width: 209px;
  }
}
@media (max-width: 1120px) {
  .indexFooter {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .indexFooterTCon a {
    margin: 0 10px;
    font-size: 14px;
  }
  .indexFooterBCon {
    font-size: 14px;
  }
  .indexFooterTCon a {
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .indexFooterBBMain img {
    width: 100px;
  }
}
@media (max-width: 900px) {
  .indexFooter {
    padding-left: 3%;
    padding-right: 3%;
	padding-bottom: 60px;
  }
  .indexFooterTCon a {
    font-size: 13px;
    margin-right: 5px;
    margin-left: 5px;
    color: #aeaeae;
  }
  .indexFooterBCon {
    font-size: 12px;
    line-height: 2em;
    margin-top: 15px;
    color: #aeaeae;
  }
  .indexFooterBMMain {
    display: none;
  }
  .indexFooterBBMain img {
    width: 24%;
  }
}
/* 版块8 */
.index8 {
  background-image: url("http://www.nanbeimy.com/static/image/index8Bg.jpg");
  background-size: cover;
}
.index8Box {
  padding: 60px 15% 45px 15%;
}
.index8Title {
  border: 2px solid #5e5e5e;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 45px;
  text-align: center;
  font-size: 16px;
  color: #191919;
}
.index8Title .kuang {
  display: block;
  height: 45px;
  border: 2px solid #5e5e5e;
  line-height: 45px;
  background-color: #f0f0f0;
}
.index8Main {
  margin-top: 30px;
}
.index8Main li {
  position: relative;
  padding-left: 30px;
  line-height: 50px;
  border-bottom: 2px dashed #888887;
}
.index8Main li ::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-image: url("http://www.nanbeimy.com/static/image/playIcon.png");
  background-size: 100%;
}
.index8Main li a{
  float: left;
  display: inline-block;
  width: calc(100% - 140px);
  font-size: 16px;
  color: #414141;
}
.index8Main .time {
  width: 140px;
  font-size: 16px;
  color: #414141;
  text-align: right;
  padding-right: 10px;
}
.index8More {
  float: right;
  margin-top: 35px;
  font-size: 16px;
  color: #f5020d;
}
@media (min-width: 1600px) {
  .index8Box {
    padding: 100px 15% 65px 15%;
  }
  .index8Title {
    border: 2px solid #5e5e5e;
    border-radius: 10px;
    padding: 15px 55px;
    font-size: 20px;
  }
  .index8Title .kuang {
    height: 45px;
    border: 2px solid #5e5e5e;
    line-height: 45px;
  }
  .index8Main {
    margin-top: 30px;
  }
  .index8Main li {
    padding-left: 45px;
    line-height: 60px;
    border-bottom: 2px dashed #888887;
  }
  .index8Main li ::before {
    width: 23px;
    height: 23px;
  }
  .index8Main li a{
    width: calc(100% - 140px);
    font-size: 24px;
    color: #414141;
  }
  .index8Main .time {
    width: 140px;
    font-size: 24px;
    padding-right: 10px;
  }
  .index8More {
    margin-top: 35px;
    font-size: 24px;
  }
}
@media (max-width: 1120px) {
  .index8Title {
    border-width: 1px;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
  }
  .index8Title .kuang {
    display: block;
    height: 45px;
    border: 2px solid #5e5e5e;
    line-height: 45px;
    background-color: #f0f0f0;
  }
  .index8Main {
    margin-top: 15px;
  }
  .index8Main li ::before {
    width: 15px;
    height: 15px;
  }
  .index8Main li {
    padding-left: 25px;
    line-height: 35px;
    border-bottom-width: 1px;
  }
  .index8Main li a,
  .index8More {
    font-size: 14px;
  }
  .index8Main li a{
    width: calc(100% - 100px);
  }
  .index8More {
    margin-top: 15px;
  }
  .index8Main .time {
    width: 100px;
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .index8 {
    padding: 30px 3% 80px 3%;
  }
  .index8Box {
    padding: 0;
  }
  .index8Title {
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: -1px;
  }
  .index8Title .kuang {
    height: 35px;
    border: 1px solid #5e5e5e;
    line-height: 35px;
  }
  .index8Main {
    margin-top: 10px;
  }
  .index8Main li {
    overflow: hidden;
    height: 36px;
  }
  .index8Main li a {
    width: calc(100% - 80px);
  }
  .index8Main .time {
    width: 80px;
  }
  /* 移动端底部菜单 */
  .footerBtns {
    position: fixed;
    z-index: 10000;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: block;
  }
  .footerBtns a {
    float: left;
    display: inline-flex;
    width: 33.33333%;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    font-size: 16px;
    color: #fff;
  }
  .footerBtns a:nth-of-type(2) {
    background-color: #007bff;
  }
  .footerBtns a:nth-of-type(3) {
    background-color: #fea61b;
  }
  .footerBtns a img {
    height: 16px;
    margin-right: 5px;
  }
}

/* 关于我们 */
.about {
  padding: 105px 18% 95px 18%;
}
/*banner 修饰*/
.aboutBanner {
  position: relative;
  top: -70px;
  z-index: -1;
}
.aboutBanner img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.aboutBanner .mpBanner {
  display: none;
}
.aboutTit {
  text-align: center;
}
.aboutTit img {
  height: 50px;
}
.aboutTit h2 {
  margin-top: 50px;
  color: #030303;
  font-size: 24px;
  font-family: 'syhth';
  font-weight: bold;
}
.aboutCon {
  margin-top: 35px;
}
.aboutLCon {
  display: inline-block;
  float: left;
  width: 55%;
  font-size: 14px;
  color: #5f5f5f;
  line-height: 1.8em;
  padding-top: 65px;
  padding-right: 4%;
}
.aboutRCon {
  display: inline-block;
  float: right;
  width: 45%;
}
.aboutRCon img {
  width: 100%;
}
.aboutIndex7 {
  background-color: #f2f2f2;
}
@media (min-width: 1600px) {
  .about {
    padding: 105px 18% 95px 18%;
  }
  /*banner 修饰*/
  .aboutBanner {
    top: -70px;
  }
  .aboutTit img {
    height: auto;
  }
  .aboutTit h2 {
    margin-top: 50px;
    font-size: 30px;
  }
  .aboutCon {
    margin-top: 35px;
  }
  .aboutLCon {
    width: 55%;
    font-size: 16px;
    line-height: 1.8em;
    padding-top: 95px;
    padding-right: 5%;
  }
  .aboutRCon {
    width: 45%;
  }
}
@media (max-width: 1400px) {
  .aboutLCon {
    padding-top: 40px;
  }
}
@media (max-width: 1120px) {
  .aboutLCon {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .aboutRCon {
    display: none;
  }
}
@media (max-width: 900px) {
  .about {
    padding: 30px 3%;
  }
  .aboutTit img {
    height: 30px;
  }
  .aboutTit h2 {
    margin-top: 30px;
    font-size: 18px;
  }
  .aboutCon {
    margin-top: 25px;
  }
  .aboutLCon {
    font-size: 13px;
  }
}
/* 下载 */
.download {
  position: relative;
  /*z-index: -1;*/
  margin-top: -60px;
  background: url(http://www.nanbeimy.com/static/image/downloadBg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 130px;
}
.download .card{
  background: transparent;
}
.download .col-form-label {
  color: #e7e7e7;
}
.downloadBox {
  position: relative;
  z-index: 100;
  padding: 0 14%;
}
.downloadBanner img {
  width: 100%;
}
.downloadBanner .swiper-pagination{
  text-align: left;
  padding-left: 12%;
}
.downloadBanner .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
}
.downloadBanner .pcimg{
  display: block;
}
.downloadBanner .wapimg{
  display: none;
}
.downloadCon{
  padding: 45px 30px 75px 30px;
  background-color: #34445e;
}
.downloadLCon {
  float: left;
  display: inline-block;
  width: 35%;
}
.downloadLTCon {
  background-color: #1d2737;
  padding: 20px;
}
.downloadLTCon li {
  width: 100%;
  height: 50px;
  margin-bottom: 4px;
  font-size: 18px;
  background-color: #e9e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.downloadLTCon li a {
  color: #151419;
}
.downloadLTCon li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.downloadLTCon li:hover,
.downloadLTCon .current {
  background-color: #4c9e46;
}
.downloadLTCon li:hover a,
.downloadLTCon .current a {
  color: #fff;
}
.downloadLBCon {
  margin-top: 40px;
  background-color: #1d2737;
  padding: 35px 20px 45px 20px;
}
.downloadLBCon .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.downloadLBCon .tmain {
  color: #000018;
  font-size: 16px;
}
.downloadLBCon .tmain li {
  padding: 10px;
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  background-color: #e9e8e8;
}
.downloadLBCon .tmain li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.downloadLBCon .ewms {
  margin-top: 35px;
}
.downloadLBCon .ewms li {
  display: inline-block;
  float: left;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.downloadLBCon .ewms li:nth-last-of-type(1) {
  margin-right: 0;
}
.downloadLBCon .ewms .pictureBox {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}
.downloadLBCon .ewms img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.downloadRCon .card {
  border: none;
}
.downloadRCon {
  float: right;
  display: inline-block;
  width: calc(65% - 40px);
  margin-left: 40px;
  background-color: #1d2737;
  padding: 20px;
}
.downloadRCon .downBtn {
  background-color: #007bff;
  color: #fff;
  font-size: 14px;
  width: 100px;
  height: 30px;
}
.downloadRCon .downBtn2 {
  background-color: #ff0000;
}
.downloadRCon .downBtn::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url(http://www.nanbeimy.com/static/image/download.png) no-repeat;
  margin-right: 5px;
  background-size: contain;
}
.downloadTit {
  font-size: 18px;
  color: #fdb747;
  background-color: #121925;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.downloadTit2 {
  margin-top: 50px;
}
.downloadRMain1 {
  margin-top: 30px;
  border: 1px solid #fff;
}
.downloadRMain1 li {
  display: flex;
  justify-content: center;
  height: 40px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #030303;
  background-color: #b1b0b1;
  text-align: center;
  align-items: center;
}
.downloadRMain1 .title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  border-right: 1px solid #fff;
  height: 100%;
}
.downloadRMain1 .description {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 100%;
}
.downloadRMain1 li:nth-last-of-type(1) {
  border-bottom: none;
}
.downloadRMain2 {
  margin-top: 30px;
}
.downloadRMain2 li {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-right: 40%;
  padding-left: 15px;
  height: 80px;
  background-color: #b1b0b1;
  color: #030303;
  margin-bottom: 15px;
}
.downloadRMain2 li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.downloadRMain2 .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.downloadRMain2 .description {
  font-size: 16px;
  margin: 0;
}
.downloadRMain2 .size {
  position: absolute;
  right: 30%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.downloadRMain2 .downBtn {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.downloadRMain5 {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  margin-top: 30px;
  background-color: #b1b0b1;
}
.downloadRMain5 li {
  float: left;
  display: inline-block;
  width: 60px;
}
.downloadRMain5 li img {
  width: 100%;
}
.downIndex7 {
  display: none;
}
@media (min-width: 1600px) {
  .download {
    margin-top: -60px;
    padding-top: 30vh;
  }
  .downloadBox {
    padding: 0 14%;
  }
  .downloadBanner .swiper-pagination{
    padding-left: 12%;
  }
  .downloadBanner .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
  }
  .downloadCon{
    padding: 45px 30px 75px 30px;
  }
  .downloadLCon {
    width: 35%;
  }
  .downloadLTCon {
    padding: 20px;
  }
  .downloadLTCon li {
    height: 70px;
    margin-bottom: 4px;
    font-size: 24px;
  }
  .downloadLBCon {
    margin-top: 40px;
    padding: 35px 20px 45px 20px;
  }
  .downloadLBCon .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .downloadLBCon .tmain {
    font-size: 18px;
  }
  .downloadLBCon .tmain li {
    padding: 10px;
    height: 48px;
    margin-bottom: 4px;
  }
  .downloadLBCon .ewms {
    margin-top: 35px;
  }
  .downloadLBCon .ewms li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    font-size: 14px;
  }
  .downloadRCon {
    width: calc(65% - 40px);
    margin-left: 40px;
    padding: 20px;
  }
  .downloadRCon .downBtn {
    font-size: 18px;
    width: 115px;
    height: 35px;
  }
  .downloadRCon .downBtn::before {
    width: 18px;
    height: 13px;
    margin-right: 5px;
  }
  .downloadTit {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .downloadTit2 {
    margin-top: 50px;
  }
  .downloadRMain1 {
    margin-top: 30px;
  }
  .downloadRMain1 li {
    height: 40px;
    font-size: 20px;
  }
  .downloadRMain1 .title {
    width: 40%;
    height: 100%;
  }
  .downloadRMain1 .description {
    width: 60%;
    height: 100%;
  }
  .downloadRMain2 {
    margin-top: 30px;
  }
  .downloadRMain2 li {
    padding-right: 40%;
    padding-left: 15px;
    height: 80px;
    margin-bottom: 15px;
  }
  .downloadRMain2 .title {
    font-size: 20px;
  }
  .downloadRMain2 .description {
    font-size: 16px;
  }
  .downloadRMain2 .size {
    right: 30%;
    font-size: 16px;
  }
  .downloadRMain2 .downBtn {
    right: 15px;
  }
  .downloadRMain5 {
    padding: 30px 40px;
    margin-top: 30px;
  }
  .downloadRMain5 li {
    width: 60px;
  }
}
@media (max-width: 1120px) {
  .downloadRCon {
    width: calc(65% - 20px);
    margin-left: 20px;
  }
  .downloadLTCon {
    padding: 15px;
  }
  .downloadLTCon li {
    height: 45px;
    font-size: 16px;
  }
  .downloadLBCon {
    margin-top: 25px;
    padding: 25px 15px 30px 15px;
  }
  .downloadLBCon .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .downloadLBCon .tmain {
    font-size: 14px;
  }
  .downloadLBCon .ewms {
    margin-top: 25px;
  }
  .downloadLBCon .ewms li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    font-size: 12px;
    white-space: normal;
  }
  .downloadTit {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
  .downloadRMain1 li {
    height: 35px;
    font-size: 14px;
  }
  .downloadRCon .downBtn {
    font-size: 12px;
    width: 80px;
    height: 30px;
  }
  .downloadRMain2 li {
    padding-left: 10px;
  }
  .downloadRMain2 .title,
  .downloadRMain2 .description,
  .downloadRMain2 .size {
    font-size: 14px;
  }
  .downloadRMain2 .downBtn {
    right: 10px;
  }
  .downloadRCon .downBtn::before {
    width: 13px;
    height: 13px;
    top: 4px;
    position: relative;
  }
  .downloadRMain2 .size {
    right: 95px;
  }
  .downloadTit2 {
    margin-top: 30px;
  }
}
@media (max-width: 900px) {
  .download {
    padding: 0;
    margin-top: 60px;
    background-image: url(http://www.nanbeimy.com/static/image/wdownloadBg.jpg);
    padding-bottom: 30px;
  }
  .downloadLCon {
    display: none;
  }
  .downloadBox,
  .downloadCon {
    padding: 0;
    margin: 0;
  }
  .downloadCon {
    padding: 0 3%;
  }
  .downloadRCon {
    float: none;
    width: 100%;
    padding: 0 10px 30px 10px;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .downloadBanner {
    padding-top: 10vh;
  }
  .downloadBanner .pcimg{
    display: none;
  }
  .downloadBanner .wapimg{
    display: block;
  }
  .downloadRMain1 li {
    height: 30px;
    font-size: 13px;
  }
  .downloadRCon .downBtn {
    font-size: 12px;
    width: 80px;
    height: 25px;
  }
  .downloadRMain1,
  .downloadRMain2 {
    margin-top: 25px;
  }
  .downloadRMain2 li {
    padding-right: 45%;
  }
  .downloadRMain2 .title, .downloadRMain2 .description, .downloadRMain2 .size {
    font-size: 13px;
  }
  .downloadRMain5 {
    padding: 20px;
    margin-top: 25px;
  }
  .downloadRMain5 li {
    width: 35px;
  }
  .downloadTit {
    height: 40px;
    line-height: 40px;
  }
  .downIndex7 {
    display: block;
  }  
}
/*注册*/
.custom-control-label {
  color: #e7e7e7;
}
.loginBox .card-body{
  padding-left: 0;
  padding-right: 0;
}
.loginBox .col-form-label{
  flex: 0 0 30%;
}
.loginBox .col-md-5 {
  flex: 0 0 calc(70% - 100px);
  padding-left: 0;
  padding-right: 0;
}
.loginBox .col-sm-3 {
  flex: 0 0 100px;
  padding-left: 5px;
  padding-right: 5px;
}
.loginBox .geetest_holder.geetest_wind{
  min-width: auto;
}
.loginBox .custom-switch{
  margin: auto;
}
.loginBoxBtn .btn{
  margin-left: 14%;
}
@media (max-width: 1200px){
  .downloadBox{
	padding: 0 6%;
  }
  .loginBox {
	font-size: 13px;
  }
  .loginBox .col-form-label{
    flex: 0 0 90px;
	padding-left: 10px;
  }
  .loginBox .col-md-5 {
    flex: 0 0 calc(100% - 150px);
  }
  .loginBox .col-sm-3 {
    flex: 0 0 60px;
  }
  .loginBoxBtn .btn{
	width: calc(100% - 150px);
    margin-left: 30px;
  }
}
@media (max-width: 770px){
  .loginBoxBtn .btn{
    margin-left: 90px;
  }
}