
@font-face {
  font-family: "D-DINCondensed";
  src: url('../font/D-DINCondensed.eot');
  /* IE9 */
  src: url('../font/D-DINCondensed.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../font/D-DINCondensed.woff') format('woff'), url('../font/D-DINCondensed.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('https://www.qqymail.com/web/themes/default/template/black/static/fonts/D-DINCondensed.svg') format('svg');
  /* iOS 4.1- */
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
u {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: top;
}
i,
em {
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  padding: 0 ;
  margin: 0;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
table {
  border: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  border: 0;
}
body {
  overflow: hidden;
}

.aside {
  position: fixed;
  right: 1.5rem;
  bottom: 1rem;
  width: 140px;
  height: 140px;
  background: #F3F6FC;
  border-radius: 15px;
  z-index: 3;
}

.aside .as_code {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aside .as_code span {
  display: block;
  font-size: var(--fSize);
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.3rem;
}

.aside .as_code img {
  width:100px;
  height:100px;
}
.nccrumbs {
  
  text-align: left;
  padding: 10px 0;
  background-color:#f5f5f5;
  
}
.nccrumbs .main{
  width: 1200px;
  margin: 0 auto 0 auto;
}
.nccrumbs a {
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
}
.nccrumbs a:nth-of-type(1) {
  background: url(../image/mbnav_1.png) no-repeat left center;
  background-size: 22px;
  line-height: 100px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -webkit-transform: translateY(5px);
}
.nccrumbs a:last-child {
  color: #2984ef;
}
.nccrumbs span {
  background: url(../image/mbnav_2.png) no-repeat center center;
  background-size: 8px;
  padding-left: 25px;
  margin: 0 6px;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 3px solid #2984ef !important;
}
.layui-fluid {
  padding: 0!important;
}
.title {
  text-align: center;
  padding-top: 80px;
}
.title b {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 4px;
}
.title div {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}
.ncheight {
  height: 70px;
}
.ncheight1 {
  height: 70px;
  display: none;
}
.ncclear {
  clear: both;
}
.Ncheader1 {
  background-color: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
}
.Ncheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.Ncheader .nav {
  height: 70px;
  width: 1200px;
  margin: 0 auto;
}
.Ncheader .nav .logo {
  float: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Ncheader .nav .logo a {
  line-height: 100%;
  display: block;
  height: 100%;
}
.Ncheader .nav .logo a img {
  max-height: 100%;
  display: block;
}
.Ncheader .nav .logo .im2 {
  display: none;
}
.Ncheader .nav .centre {
  float: right;
  position: relative;
}
.Ncheader .nav .centre ul {
  position: relative;
  height: 70px;
}
.Ncheader .nav .centre ul li {
  float: left;
  padding: 0 25px;
  line-height: 70px;
  height: 70px;
}
.Ncheader .nav .centre ul li a {
  display: block;
  color: #2984ef;
  font-size: 16px;
}
.Ncheader .nav .centre ul li a:hover {
  color: #2984ef;
}
.Ncheader .nav .centre ul li .listnav {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 70px;
  left: 50%;
  margin-left: -960px;
  height: 60px;
  display: none;
  width: 1920px;
  text-align: center;
  z-index: 3;
}
.Ncheader .nav .centre ul li .listnav a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  display: inline-block;
  padding: 0 20px;
  height: 60px;
}
.Ncheader .nav .centre ul li .listnav a:hover {
  background-color: #2984ef;
  color: #fff !important;
}
.Ncheader .nav .centre ul li .listnav div {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.Ncheader .nav .centre ul li .listnav i {
  width: 100%;
  display: block;
  height: 10px;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 2;
}
.Ncheader .nav .centre ul li strong {
  display: none;
}
.Ncheader .nav .centre ul .active a {
  color: #2984ef;
}
.Ncheader .nav .centre ul span {
  height: 4px;
  display: block;
  background-color: #2984ef;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 25px;
}
.Ncheader .nav .right {
  float: right;
}
.Ncheader .nav .right .tel {
  color: #2984ef;
  margin-top: 20px;
  font-size: 16px;
  padding: 6px 10px 5px 10px;
  border: 1px solid #2984ef;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-family: "D-DINCondensed";
  letter-spacing: 1px;
}
.Ncheader .nav .right .tel img {
  margin-top: -4px;
}
.Ncheader .nav .right .tel a {
  color: #2984ef;
}
.Ncheader .nav .h3 {
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}
.Ncheader .nav .h3 i {
  font-size: 38px;
}
.Ncheader .h2 {
  display: none;
  float: right;
}
.Ncheader .h2 i {
  color: #2984ef;
  font-size: 26px;
  line-height: 60px;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .img {
  width: 100%;
  max-width: 100%;
}
#banner .swiper-slide .img3 {
  display: none;
  width: 100%;
  max-width: 100%;
}
#banner .swiper-slide .main {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  overflow: hidden;
  height: 100%;
}
#banner .swiper-slide .main .left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#banner .swiper-slide .main .left b {
  display: block;
  font-size: 60px;
}
#banner .swiper-slide .main .left em {
  font-size: 24px;
  display: block;
  margin: 20px 0 30px 0;
}
#banner .swiper-slide .main .left span {
  display: inline-block;
  font-size: 18px;
  line-height: 52px;
  color: #fff;
  background-color: #2984ef;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 0 50px;
}
#banner .swiper-slide .main .left:hover span {
  background-color: #ef7d29;
}
#banner .swiper-slide .main .right {
  width: 50%;
  float: right;
}
#banner .swiper-slide .main .right .img1 {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#banner .swiper-slide .main .right .img2 {
  position: absolute;
  right: 0;
  top: 42%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  animation: mymove 1.5s infinite;
  animation-direction: alternate;
  -webkit-animation: mymove 1.5s infinite;
  -webkit-animation-direction: alternate;
}
.ncindex02 .main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.ncindex02 .main .layui-col-sm3 {
  text-align: center;
  margin-bottom: 60px;
}
.ncindex02 .main .layui-col-sm3 span {
  overflow: hidden;
  position: relative;
  padding: 31% 0;
  display: block;
}
.ncindex02 .main .layui-col-sm3 span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncindex02 .main .layui-col-sm3 b {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ncindex02 .main .layui-col-sm3 div {
  font-weight: 400;
  line-height: 22px;
  color: #666;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  display: block;
  min-height: 110px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}
.ncindex02 .main .layui-col-sm3:hover span img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex03 .main {
  width: 1200px;
  margin: 60px auto 0 auto;
}
.ncindex03 .main .layui-col-sm4 .box {
  background-color: #f9fafc;
  padding: 40px 25px;
  position: relative;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ncindex03 .main .layui-col-sm4 .box span {
  display: block;
  background-color: #d9e8fa;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.ncindex03 .main .layui-col-sm4 .box span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ncindex03 .main .layui-col-sm4 .box span img:nth-child(2) {
  display: none;
}
.ncindex03 .main .layui-col-sm4 .box b {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.ncindex03 .main .layui-col-sm4 .box div {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #666;
  height: 44px;
  overflow: hidden;
}
.ncindex03 .main .layui-col-sm4:hover .box {
  background-color: #2984ef;
  -moz-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
}
.ncindex03 .main .layui-col-sm4:hover .box b,
.ncindex03 .main .layui-col-sm4:hover .box div {
  color: #fff;
  text-align: center;
}
.ncindex03 .main .layui-col-sm4:hover .box span {
  background-color: #2984ef;
}
.ncindex03 .main .layui-col-sm4:hover .box span img:nth-child(1) {
  display: none;
}
.ncindex03 .main .layui-col-sm4:hover .box span img:nth-child(2) {
  display: block;
}
.ncindex04 .main {
  width: 1200px;
  margin: 60px auto 0 auto;
  overflow: hidden;
}
.ncindex04 .main .left {
  width: 450px;
  float: left;
  border: 1px solid #ededed;
  box-sizing: border-box;
  height: 400px;
}
.ncindex04 .main .left .ulnav {
  overflow: hidden;
}
.ncindex04 .main .left .ulnav li {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 15px 0;
  background-color: #ddecfe;
}
.ncindex04 .main .left .ulnav li img {
  display: inline-block;
  margin-bottom: 5px;
}
.ncindex04 .main .left .ulnav li img:nth-child(2) {
  display: none;
}
.ncindex04 .main .left .ulnav li div {
  display: block;
  font-size: 18px;
  color: #80baff;
}
.ncindex04 .main .left .ulnav .current {
  background-color: #2984ef;
}
.ncindex04 .main .left .ulnav .current div {
  color: #fff;
}
.ncindex04 .main .left .ulnav .current img:nth-child(1) {
  display: none;
}
.ncindex04 .main .left .ulnav .current img:nth-child(2) {
  display: inline-block;
}
.ncindex04 .main .left .uldivbox {
  position: relative;
}
.ncindex04 .main .left .uldivbox .uldiv {
  display: none;
  padding: 40px 28px 28px 28px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ncindex04 .main .left .uldivbox .uldiv ul {
  overflow: hidden;
}
.ncindex04 .main .left .uldivbox .uldiv ul li {
  width: 44%;
  float: left;
  background: url(../image/index04_2.png) no-repeat left center;
  padding-left: 6%;
  background-size: 9%;
  font-size: 18px;
  margin-bottom: 25px;
}
.ncindex04 .main .left .uldivbox .uldiv span {
  display: block;
  color: #63a8f9;
  margin-bottom: 30px;
  font-size: 14px;
}
.ncindex04 .main .left .uldivbox .uldiv em {
  display: block;
  font-size: 30px;
  color: #f30916;
}
.ncindex04 .main .left .uldivbox .uldiv em i {
  font-size: 16px;
  font-weight: bold;
}
.ncindex04 .main .left .uldivbox .uldiv em strong {
  font-family: "D-DINCondensed";
  font-weight: bold;
  font-size: 36px;
}
.ncindex04 .main .left .uldivbox .uldiv a {
  display: block;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  background-color: #2984ef;
  text-align: center;
  width: 154px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-top: 20px;
}
.ncindex04 .main .left .uldivbox .uldiv a:hover {
  background-color: #ef7d29;
}
.ncindex04 .main .left .uldivbox .current1 {
  display: block;
}
.ncindex04 .main .right {
  width: 720px;
  float: right;
  border: 1px solid #ededed;
  height: 400px;
  box-sizing: border-box;
}
.ncindex04 .main .right .bt {
  background: url(../image/index04_3.png) no-repeat center center;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
.ncindex04 .main .right .bt b {
  font-size: 20px;
  display: block;
  font-weight: 500;
}
.ncindex04 .main .right .bt span {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.ncindex04 .main .right .show {
  padding: 40px 28px 28px 28px;
}
.ncindex04 .main .right .show b {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #111;
}
.ncindex04 .main .right .show span {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.ncindex04 .main .right .show .money {
  display: block;
  clear: both;
  font-size: 30px;
  color: #f30916;
  overflow: hidden;
}
.ncindex04 .main .right .show .money em {
  float: left;
}
.ncindex04 .main .right .show .money .i {
  font-size: 16px;
  font-weight: bold;
}
.ncindex04 .main .right .show .money strong {
  font-size: 12px;
  color: #2984ef;
  display: block;
  background: #e9edfa;
  line-height: 32px;
  float: left;
  margin-top: 4px;
  padding: 0 10px;
  position: relative;
  margin-left: 20px;
}
.ncindex04 .main .right .show .money strong i {
  display: inline-block;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -moz-transform: rotate(-180deg);
  /* Firefox */
  -webkit-transform: rotate(-180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-180deg);
  position: absolute;
  left: -12px;
  top: 0;
  color: #e9edfa;
}
.ncindex04 .main .right .show a {
  display: block;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  background-color: #2984ef;
  text-align: center;
  width: 154px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-top: 20px;
}
.ncindex04 .main .right .show a:hover {
  background-color: #ef7d29;
}
.ncindex04 .main .right .show .choice {
  margin-top: 20px;
  padding-bottom: 71px;
}
.ncindex04 .main .right .show .choice .layui-slider {
  height: 8px;
  background: #e9edfa;
}
.ncindex04 .main .right .show .choice .layui-slider-step {
  height: 8px;
}
.ncindex04 .main .right .show .choice .layui-slider-wrap {
  background: url(../image/index04_5.png) no-repeat center center;
}
.ncindex04 .main .right .show .choice .layui-slider-wrap-btn {
  opacity: 0;
}
.ncindex04 .main .right .show .choice .layui-slider-bar {
  height: 16px;
  top: -4px;
  background: #2984ef !important;
}
.ncindex04 .main .right .show .choice #choice {
  width: 500px;
  float: left;
  margin-top: 12px;
}
.ncindex04 .main .right .show .choice .user {
  width: 140px;
  float: right;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
.ncindex04 .main .right .show .choice .user i {
  display: inline-block;
  border: 1px solid #2984ef;
  padding: 0 20px;
  font-size: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#number{
  display: none;
}
.ncindex04 .main .right .show #number {
  font-family: "D-DINCondensed";
  font-weight: bold;
}
.ncindex04 .main .right .show #number1 {
  font-family: "D-DINCondensed";
  font-weight: bold;
  font-size: 36px;
}
.ncindex05 .main {
  width: 1200px;
  margin: 60px auto 0 auto;
}
.ncindex05 .main .layui-col-sm3 .box {
  background-color: #fff;
  padding: 40px 25px;
  position: relative;
  border: 1px solid #e5ebf4;
  box-sizing: border-box;
}
.ncindex05 .main .layui-col-sm3 .box span {
  display: block;
  background-color: #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.ncindex05 .main .layui-col-sm3 .box span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncindex05 .main .layui-col-sm3 .box b {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.ncindex05 .main .layui-col-sm3 .box div {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #666;
  height: 44px;
  overflow: hidden;
}
.ncindex05 .main .layui-col-sm3:hover .box {
  border: 1px solid #2984ef;
  -moz-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
}
.ncindex06 .main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.ncindex06 .main .layui-col-sm4 {
  text-align: center;
}
.ncindex06 .main .layui-col-sm4 .box span {
  overflow: hidden;
  position: relative;
  padding: 30% 0;
  display: block;
}
.ncindex06 .main .layui-col-sm4 .box span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncindex06 .main .layui-col-sm4 .box b {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ncindex06 .main .layui-col-sm4 .box div {
  font-weight: 400;
  line-height: 22px;
  color: #666;
  text-align: left;
  font-size: 14px;
  width: 84%;
  margin: 0 auto;
  display: block;
  height: 88px;
  overflow: hidden;
}
.ncindex06 .main .layui-col-sm4:hover span img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncindex07 .layui-tab {
  width: 1200px;
  margin: 30px auto 20px auto;
}
.ncindex07 .layui-tab ul {
  text-align: center;
  border: none;
}
.ncindex07 .layui-tab ul li {
  padding: 0;
  margin: 0 25px;
  display: inline-block;
  font-size: 16px;
}
.ncindex07 .layui-tab ul .layui-this {
  color: #2984ef;
}
.ncindex07 .layui-tab ul .layui-this:after {
  border-bottom: 3px solid #2984ef;
}
.ncindex07 .main {
  width: 1200px;
  margin: 0 auto;
}
.ncindex07 .main .mainbox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}
.ncindex07 .main .mainbox .casebanner {
  width: 1200px;
  margin: 0 auto;
}
.ncindex07 .main .mainbox .casebanner .swiper-slide {
  background: #fff;
  border: 1px solid #ebf1fa;
  box-sizing: border-box;
}
.ncindex07 .main .mainbox .casebanner .swiper-slide span {
  overflow: hidden;
  position: relative;
  padding: 14.5% 0;
  display: block;
  width: 50%;
  float: right;
}
.ncindex07 .main .mainbox .casebanner .swiper-slide span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncindex07 .main .mainbox .casebanner .swiper-slide span img:hover {
  transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
}
.ncindex07 .main .mainbox .casebanner .swiper-slide .box {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncindex07 .main .mainbox .casebanner .swiper-slide .box img {
  margin-bottom: 15px;
}
.ncindex07 .main .mainbox .casebanner .swiper-slide .box b {
  font-size: 30px;
  display: block;
}
.ncindex07 .main .mainbox .casebanner .swiper-slide .box i {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #2984ef;
  margin: 20px 0;
}
.ncindex07 .main .mainbox .casebanner .swiper-slide .box div {
  display: block;
  color: #666;
  line-height: 32px;
  font-size: 18px;
  color: #444;
}
.ncindex07 .main .mainbox .casebanner .swiper-slide .box a {
  display: inline-block;
  border: 1px solid #2984ef;
  line-height: 40px;
  padding: 0 20px;
  color: #2984ef;
}
.ncindex07 .main .mainbox .swiper-button-next,
.ncindex07 .main .mainbox .swiper-button-prev {
  color: #b0b0b0;
  margin-top: 22px;
}
.ncindex07 .main .mainbox .swiper-pagination {
  width: 100%;
  bottom: 0;
}
.ncindex07 .main .mainbox .swiper-pagination span {
  margin: 0 9px;
}
.ncindex08 .main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
  overflow: hidden;
}
.ncindex08 .main .left {
  background-color: #f9fafc;
  width: 420px;
  float: left;
  padding: 50px;
}
.ncindex08 .main .left em {
  display: block;
  font-size: 28px;
  font-family: "D-DINCondensed";
  letter-spacing: 2px;
}
.ncindex08 .main .left b {
  display: block;
  font-size: 18px;
  margin: 20px 0;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncindex08 .main .left div {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ncindex08 .main .left i {
  display: block;
  width: 150px;
  line-height: 44px;
  color: #fff;
  background-color: #2984ef;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
}
.ncindex08 .main .left strong {
  overflow: hidden;
  position: relative;
  padding: 24% 0;
  display: block;
  margin: 20px 0 30px 0;
}
.ncindex08 .main .left strong img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncindex08 .main .left:hover strong img {
  transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
}
.ncindex08 .main .left:hover i {
  background-color: #ef7d29;
}
.ncindex08 .main .right {
  width: 600px;
  float: right;
}
.ncindex08 .main .right ul {
  border-top: 1px solid #ebf1fa;
}
.ncindex08 .main .right ul li {
  border-bottom: 1px solid #ebf1fa;
  padding: 44px 20px;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
.ncindex08 .main .right ul li .le {
  float: left;
  width: 450px;
}
.ncindex08 .main .right ul li .le b {
  display: block;
  font-size: 16px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 20px;
  padding-left: 20px;
  background: url(../image/index08_4.png) no-repeat left center;
}
.ncindex08 .main .right ul li .le div {
  display: block;
  font-size: 14px;
  color: #666;
  height: 48px;
  overflow: hidden;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ncindex08 .main .right ul li .ri {
  float: right;
}
.ncindex08 .main .right ul li .ri em {
  display: block;
  font-size: 24px;
  color: #888;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "D-DINCondensed";
  letter-spacing: 2px;
}
.ncindex08 .main .right ul li .ri i {
  padding-left: 10px;
  border-left: 1px solid #e5e5e5;
  margin-left: 16px;
}
.ncindex08 .main .right ul li .ri i img {
  margin-top: -4px;
}
.ncindex08 .main .right ul li .ri i img:nth-child(2) {
  display: none;
}
.ncindex08 .main .right ul .canli {
  background-color: #2984ef;
  -moz-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
}
.ncindex08 .main .right ul .canli .le b,
.ncindex08 .main .right ul .canli .le div {
  color: #fff;
}
.ncindex08 .main .right ul .canli .ri em {
  color: #fff;
}
.ncindex08 .main .right ul .canli .ri i img:nth-child(1) {
  display: none;
}
.ncindex08 .main .right ul .canli .ri i img:nth-child(2) {
  display: inline-block;
}
.ncproduct01 .box {
  background-color: #fcfcfc;
  position: relative;
}
.ncproduct01 .box:hover {
  -moz-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
}
.ncproduct02 {
  background-color: #fcfcfc;
  padding-top: 80px;
  margin-top: 80px;
  padding-bottom: 40px;
}
.ncproduct02 .title {
  padding-top: 0;
}
.ncproduct02 .main .layui-col-sm4 .box {
  background-color: #fff;
}
.ncproduct03 .main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
}
.ncproduct03 .main .layui-row {
  overflow: hidden;
}
.ncproduct03 .main .layui-row .layui-col-sm2 {
  width: 20%;
  float: left;
}
.ncproduct03 .main .layui-row .layui-col-sm2 .box {
  border: 1px solid #f5f5f5;
  overflow: hidden;
  position: relative;
  padding: 22% 0;
  display: block;
}
.ncproduct03 .main .layui-row .layui-col-sm2 .box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncproduct03 .main .layui-row .layui-col-sm2 .box .i1 {
  width: 0;
  height: 1px;
  background-color: #2984ef;
  position: absolute;
  top: 0;
  left: 0;
}
.ncproduct03 .main .layui-row .layui-col-sm2 .box .i2 {
  width: 0;
  height: 1px;
  background-color: #2984ef;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ncproduct03 .main .layui-row .layui-col-sm2 .box .i3 {
  width: 1px;
  height: 0;
  background-color: #2984ef;
  position: absolute;
  top: 0;
  left: 0;
}
.ncproduct03 .main .layui-row .layui-col-sm2 .box .i4 {
  width: 1px;
  height: 0;
  background-color: #2984ef;
  position: absolute;
  right: 0;
  top: 0;
}
.ncproduct03 .main .layui-row .layui-col-sm2:hover .box img {
  transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
}
.nccase04 .main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.nccase04 .main .layui-tab {
  margin: 0;
  text-align: center!important;
}
.nccase04 .main .layui-tab .layui-tab-title {
  border: none;
  height: auto;
}
.nccase04 .main .layui-tab .layui-tab-title li {
  width: 24%;
  position: relative;
}
.nccase04 .main .layui-tab .layui-tab-title li span {
  overflow: hidden;
  position: relative;
  padding: 14% 0;
  display: block;
}
.nccase04 .main .layui-tab .layui-tab-title li span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nccase04 .main .layui-tab .casebanner1 {
  padding: 0;
  margin-top: 50px;
}
.nccase04 .main .layui-tab .casebanner1 .show {
  position: relative;
}
.nccase04 .main .layui-tab .casebanner1 .show .left {
  width: 50%;
  float: left;
}
.nccase04 .main .layui-tab .casebanner1 .show .left span {
  overflow: hidden;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 33% 0;
  display: block;
}
.nccase04 .main .layui-tab .casebanner1 .show .left span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nccase04 .main .layui-tab .casebanner1 .show .left:hover span img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.nccase04 .main .layui-tab .casebanner1 .show .right {
  width: 56%;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  padding: 2%;
  -moz-box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.nccase04 .main .layui-tab .casebanner1 .show .right .top {
  overflow: hidden;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .top span {
  float: left;
  width: 150px;
  height: 50px;
  position: relative;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .top span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.nccase04 .main .layui-tab .casebanner1 .show .right .top em {
  float: right;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .top em i {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: initial;
  margin-top: 0;
  background: none;
  cursor: pointer;
  border: 1px solid #ebebeb;
  margin-right: 15px;
  background: url(../image/main02_3.png) no-repeat center center;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .top em i:hover {
  background: url(../image/main02_4.png) no-repeat center center;
  border: 1px solid #2984ef;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .top em strong {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: initial;
  margin-top: 0;
  background: none;
  cursor: pointer;
  border: 1px solid #ebebeb;
  background: url(../image/main02_5.png) no-repeat center center;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .top em strong:hover {
  background: url(../image/main02_6.png) no-repeat center center;
  border: 1px solid #2984ef;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .top em .swiper-button-next:after,
.nccase04 .main .layui-tab .casebanner1 .show .right .top em .swiper-button-prev:after {
  font-size: 0;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .box {
  overflow: hidden;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .box div {
  font-size: 16px;
  line-height: 24px;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .box em {
  float: right;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .box i {
  display: block;
  margin: 15px 0;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .bot {
  overflow: hidden;
  margin-top: 15px;
  line-height: 42px;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .bot span {
  color: #828ba1;
  font-size: 16px;
}
.nccase04 .main .layui-tab .casebanner1 .show .right .bot a {
  float: right;
  display: block;
  width: 150px;
  font-size: 16px;
  background-color: #2984ef;
  color: #fff;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
}
.nccase04 .main .layui-tab .casebanner1 .show .right:hover .bot a {
  background-color: #ef7d29;
}
.nccase04 .main .layui-tab .layui-this:after {
  bottom: 0;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  top: auto;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 4px;
  background-color: #2984ef;
}
.nccase04 .main .list {
  margin-top: 30px;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box {
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
  overflow: hidden;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box span {
  overflow: hidden;
  position: relative;
  padding: 24% 0;
  display: block;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box .show {
  padding: 0 30px 30px 30px;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box .show em {
  display: block;
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  margin-top: -30px;
  margin-left: -10px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box .show em img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.nccase04 .main .list .listshow .layui-col-sm4 .box .show b {
  display: block;
  font-size: 16px;
  margin: 20px 0;
  font-weight: 400;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box .show div {
  font-size: 14px;
  line-height: 22px;
  color: #828ba1;
  height: 110px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box:hover .show {
  background-color: #2984ef;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box:hover .show b,
.nccase04 .main .list .listshow .layui-col-sm4 .box:hover .show div {
  color: #fff;
}
.nccase04 .main .list .listshow .layui-col-sm4 .box:hover span img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncshop01 {
  background-color: #f8f8f8;
  padding-bottom: 80px;
}
.ncshop01 .main {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.ncshop01 .main .box {
  position: relative;
}
.ncshop01 .main .box .swiper-container {
  overflow: inherit;
  padding: 100px 0;
}
.ncshop01 .main .box .swiper-button-prev,
.ncshop01 .main .box .swiper-button-next {
  display: none;
}
.ncshop01 .main .box .swiper-button-next:after,
.ncshop01 .main .box .swiper-button-prev:after {
  font-size: 20px;
}
.ncshop01 .main .box .list {
  width: 100%;
  background-color: #fff;
  padding: 60px 1%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ncshop01 .main .box .list .mbt {
  width: 68px;
  height: 68px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f3f5fa;
  margin: 0 auto;
  position: relative;
}
.ncshop01 .main .box .list .mbt img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ncshop01 .main .box .list .mbt img:nth-child(2) {
  display: none;
}
.ncshop01 .main .box .list .xbt {
  text-align: center;
}
.ncshop01 .main .box .list .xbt b {
  display: block;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
}
.ncshop01 .main .box .list .xbt span {
  display: none;
}
.ncshop01 .main .box .list em {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #2984ef;
  margin: 30px auto;
}
.ncshop01 .main .box .list ul li {
  overflow: hidden;
  margin-bottom: 26px;
}
.ncshop01 .main .box .list ul li img {
  display: inline-block;
}
.ncshop01 .main .box .list ul li div {
  font-size: 16px;
  float: right;
  width: 62%;
  text-align: left;
}
.ncshop01 .main .box .list ul li img:nth-child(2) {
  display: none;
}
.ncshop01 .main .box .list ul li span {
  width: 33%;
  text-align: right;
  float: left;
}
.ncshop01 .main .box .list i {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
}
.ncshop01 .main .box .list i strong {
  font-size: 34px;
  font-family: "D-DINCondensed";
  font-weight: bold;
}
.ncshop01 .main .box .list .bbt {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin: 20px 0;
}
.ncshop01 .main .box .list a {
  display: block;
  width: 150px;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #666;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.ncshop01 .main .box .canlist {
  letter-spacing: 3px;
  width: 120%;
  padding: 60px 4%;
  position: absolute;
  z-index: 2;
  margin-top: -50px;
  margin-left: -14%;
  -moz-box-shadow: 0 0 30px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 30px rgba(24, 24, 24, 0.1);
}
.ncshop01 .main .box .canlist .mbt {
  width: 45%;
  float: left;
  border: none;
  margin-bottom: 30px;
  text-align: right;
  height: 120px;
}
.ncshop01 .main .box .canlist .mbt img:nth-child(1) {
  display: none;
}
.ncshop01 .main .box .canlist .mbt img:nth-child(2) {
  display: block;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncshop01 .main .box .canlist .xbt {
  width: 45%;
  float: right;
  text-align: left;
}
.ncshop01 .main .box .canlist .xbt b {
  margin-top: 0;
  font-size: 36px;
  margin-top: 30px;
  letter-spacing: 3px;
  font-weight: bold;
}
.ncshop01 .main .box .canlist .xbt span {
  display: block;
  font-size: 16px;
  color: #666;
}
.ncshop01 .main .box .canlist em {
  clear: both;
  height: 1px;
  width: 100%;
  background-color: #e5ebf4;
}
.ncshop01 .main .box .canlist ul {
  border-bottom: 1px solid #e5ebf4;
}
.ncshop01 .main .box .canlist ul li span {
  width: 28%;
}
.ncshop01 .main .box .canlist ul li span img:nth-child(1) {
  display: none;
}
.ncshop01 .main .box .canlist ul li span img:nth-child(2) {
  display: inline-block;
}
.ncshop01 .main .box .canlist ul li span img {
  margin-top: 6px;
}
.ncshop01 .main .box .canlist ul li div {
  font-size: 22px;
  width: 67%;
}
.ncshop01 .main .box .canlist i {
  font-size: 24px;
  color: #2984ef;
  letter-spacing: 4px;
}
.ncshop01 .main .box .canlist i strong {
  font-size: 48px;
}
.ncshop01 .main .box .canlist .bbt {
  font-size: 16px;
}
.ncshop01 .main .box .canlist a {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #2984ef;
  border: 1px solid #2984ef;
  width: 220px;
  line-height: 54px;
}
.ncshop01 .main .box .canlist1 {
  letter-spacing: 3px;
  width: 50%;
  padding: 60px 4%;
  margin: 0 auto;
}
.ncshop01 .main .box .canlist1 .mbt {
  width: 45%;
  float: left;
  border: none;
  margin-bottom: 30px;
  text-align: right;
  height: 120px;
}
.ncshop01 .main .box .canlist1 .mbt img:nth-child(1) {
  display: none;
}
.ncshop01 .main .box .canlist1 .mbt img:nth-child(2) {
  display: block;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncshop01 .main .box .canlist1 .xbt {
  width: 45%;
  float: right;
  text-align: left;
}
.ncshop01 .main .box .canlist1 .xbt b {
  margin-top: 0;
  font-size: 36px;
  margin-top: 30px;
  letter-spacing: 3px;
  font-weight: bold;
}
.ncshop01 .main .box .canlist1 .xbt span {
  display: block;
  font-size: 16px;
  color: #666;
}
.ncshop01 .main .box .canlist1 em {
  clear: both;
  height: 1px;
  width: 100%;
  background-color: #e5ebf4;
}
.ncshop01 .main .box .canlist1 ul {
  border-bottom: 1px solid #e5ebf4;
}
.ncshop01 .main .box .canlist1 ul li span {
  width: 28%;
}
.ncshop01 .main .box .canlist1 ul li span img:nth-child(1) {
  display: none;
}
.ncshop01 .main .box .canlist1 ul li span img:nth-child(2) {
  display: inline-block;
}
.ncshop01 .main .box .canlist1 ul li span img {
  margin-top: 6px;
}
.ncshop01 .main .box .canlist1 ul li div {
  font-size: 22px;
  width: 67%;
}
.ncshop01 .main .box .canlist1 i {
  font-size: 24px;
  color: #2984ef;
  letter-spacing: 4px;
}
.ncshop01 .main .box .canlist1 i strong {
  font-size: 48px;
}
.ncshop01 .main .box .canlist1 .bbt {
  font-size: 16px;
}
.ncshop01 .main .box .canlist1 a {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #2984ef;
  border: 1px solid #2984ef;
  width: 220px;
  line-height: 54px;
}
.ncshop01 .main1 {
  width: 1200px;
  margin: 0 auto;
}
.ncshop01 .main1 .box1 {
  clear: both;
  overflow: hidden;
  background-color: #fff;
}
.ncshop01 .main1 .box1 .left {
  width: 240px;
  background: url(../image/main03_9.jpg) no-repeat center center;
  padding: 50px 30px;
  float: left;
}
.ncshop01 .main1 .box1 .left b {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.ncshop01 .main1 .box1 .left em {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #2984ef;
  margin: 20px 0 30px 0;
}
.ncshop01 .main1 .box1 .left div {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 10px;
}
.ncshop01 .main1 .box1 .right {
  width: 900px;
  float: right;
}
.ncshop01 .main1 .box1 .right .show {
  padding: 40px 50px 0 50px;
}
.ncshop01 .main1 .box1 .right .show b {
  display: block;
  font-size: 20px;
  color: #111;
  background: url(../image/main03_5.png) no-repeat left center;
  padding-left: 24px;
}
.ncshop01 .main1 .box1 .right .show span {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.ncshop01 .main1 .box1 .right .show .money {
  display: block;
  clear: both;
  font-size: 30px;
  color: #f30916;
  overflow: hidden;
}
.ncshop01 .main1 .box1 .right .show .money em {
  float: left;
}
.ncshop01 .main1 .box1 .right .show .money .i {
  font-size: 16px;
  font-weight: bold;
}
.ncshop01 .main1 .box1 .right .show .money strong {
  font-size: 12px;
  color: #2984ef;
  display: block;
  background: #e9edfa;
  line-height: 32px;
  float: left;
  margin-top: 4px;
  padding: 0 10px;
  position: relative;
  margin-left: 20px;
}
.ncshop01 .main1 .box1 .right .show .money strong i {
  display: inline-block;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -moz-transform: rotate(-180deg);
  /* Firefox */
  -webkit-transform: rotate(-180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-180deg);
  position: absolute;
  left: -12px;
  top: 0;
  color: #e9edfa;
}
.ncshop01 .main1 .box1 .right .show a {
  display: block;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  background-color: #2984ef;
  text-align: center;
  width: 154px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin-top: 20px;
}
.ncshop01 .main1 .box1 .right .show .choice {
  margin-top: 20px;
  padding-bottom: 50px;
}
.ncshop01 .main1 .box1 .right .show .choice .layui-slider {
  height: 8px;
  background: #e9edfa;
}
.ncshop01 .main1 .box1 .right .show .choice .layui-slider-step {
  height: 8px;
}
.ncshop01 .main1 .box1 .right .show .choice .layui-slider-wrap {
  background: url(../image/index04_5.png) no-repeat center center;
}
.ncshop01 .main1 .box1 .right .show .choice .layui-slider-wrap-btn {
  opacity: 0;
}
.ncshop01 .main1 .box1 .right .show .choice .layui-slider-bar {
  height: 16px;
  top: -4px;
  background: #2984ef !important;
}
.ncshop01 .main1 .box1 .right .show .choice #choice {
  width: 640px;
  float: left;
  margin-top: 12px;
}
.ncshop01 .main1 .box1 .right .show .choice .user {
  width: 140px;
  float: right;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
.ncshop01 .main1 .box1 .right .show .choice .user i {
  display: inline-block;
  border: 1px solid #2984ef;
  padding: 0 20px;
  font-size: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ncshop01 .main1 .box1 .right .show #number {
  font-family: "D-DINCondensed";
  font-weight: bold;
}
.ncshop01 .main1 .box1 .right .show #number1 {
  font-family: "D-DINCondensed";
  font-weight: bold;
  font-size: 36px;
}
.ncshop02 .main {
  width: 1200px;
  margin: 0 auto;
}
.ncshop02 .main .show {
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}
.ncshop02 .main .show .left {
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncshop02 .main .show .left b {
  font-size: 24px;
}
.ncshop02 .main .show .left b i {
  font-family: "D-DINCondensed";
  margin-right: 6px;
}
.ncshop02 .main .show .left span {
  display: block;
  border-bottom: 1px solid #dee3eb;
  margin: 20px 0 40px 0;
}
.ncshop02 .main .show .left span em {
  display: block;
  width: 50px;
  height: 3px;
  background: #2984ef;
  margin-bottom: -1px;
}
.ncshop02 .main .show .left .box {
  font-size: 16px;
  line-height: 30px;
}
.ncshop02 .main .show .left .box div {
  color: #666;
}
.ncshop02 .main .show .left .box img {
  margin-right: 8px;
  margin-top: -4px;
}
.ncshop02 .main .show .right {
  width: 50%;
  float: right;
}
.ncshop02 .main .show .right span {
  overflow: hidden;
  position: relative;
  padding: 30% 0;
  display: block;
}
.ncshop02 .main .show .right span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncshop02 .main .show .right:hover span img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncshop02 .main .show1 {
  margin-top: 30px;
}
.ncshop02 .main .show1 .left {
  right: 0;
  left: auto;
}
.ncshop02 .main .show1 .right {
  float: left;
}
.ncshop02 .main .show1 .right span {
  padding: 42% 0;
}
.ncnew01 .main {
  width: 1200px;
  margin: 80px auto;
  overflow: hidden;
}
.ncnew01 .main .left1 {
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.ncnew01 .main .left {
  width: 840px;
  float: left;
}
.ncnew01 .main .left .nenav ul {
  border: 1px solid #ededed;
  border-right: none;
  overflow: hidden;
}
.ncnew01 .main .left .nenav ul li {
  width: 50%;
  line-height: 46px;
  float: left;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #ededed;
}
.ncnew01 .main .left .nenav ul li a {
  font-size: 16px;
  display: block;
}
.ncnew01 .main .left .nenav ul li:hover {
  background-color: #2984ef;
  border-right: 1px solid #2984ef;
}
.ncnew01 .main .left .nenav ul li:hover a {
  color: #fff;
}
.ncnew01 .main .left .nenav ul .canli {
  background-color: #2984ef;
  border-right: 1px solid #2984ef;
}
.ncnew01 .main .left .nenav ul .canli a {
  color: #fff;
}
.ncnew01 .main .left .box .ulbox {
  width: 100%;
  margin: 0 auto;
}
.ncnew01 .main .left .box .ulbox li {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}
.ncnew01 .main .left .box .ulbox li a {
  color: #fff;
}
.ncnew01 .main .left .box .ulbox li span {
  overflow: hidden;
  position: relative;
  padding: 9% 0;
  display: block;
  width: 29%;
  float: left;
}
.ncnew01 .main .left .box .ulbox li span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncnew01 .main .left .box .ulbox li .right {
  width: 65%;
  float: right;
}
.ncnew01 .main .left .box .ulbox li .right b {
  display: block;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncnew01 .main .left .box .ulbox li .right div {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ncnew01 .main .left .box .ulbox li .right i {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
  color: #666;
  font-family: "D-DINCondensed";
}
.ncnew01 .main .left .box .ulbox li:hover span img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncnew01 .main .left .box .ulbox li:hover .right b {
  color: #2984ef;
}
.ncnew01 .main .left .box .ulbox li:hover .right i {
  color: #2984ef;
}
.ncnew01 .main .left .newshow {
  padding: 0 38px;
}
.ncnew01 .main .left .newshow b {
  font-size: 30px;
  margin-top: 40px;
  display: block;
  text-align: center;
}
.ncnew01 .main .left .newshow span {
  display: block;
  font-size: 14px;
  color: #a3afb7;
  margin-top: 10px;
  padding-bottom: 26px;
  border-bottom: 1px dotted #a3afb7;
  text-align: center;
}
.ncnew01 .main .left .newshow div {
  padding: 30px 0;
  font-size: 16px;
}
.ncnew01 .main .left .page {
  overflow: hidden;
  border-top: 1px solid #efefef;
}
.ncnew01 .main .left .page .pgle {
  overflow: hidden;
  width: 50%;
  float: left;
  position: relative;
  height: 80px;
  border-right: 1px solid #efefef;
  box-sizing: border-box;
  color: #fff;
}
.ncnew01 .main .left .page .pgle a {
  display: block;
  height: 80px;
}
.ncnew01 .main .left .page .pgle:hover {
  background-color: #2984ef;
}
.ncnew01 .main .left .page .pgle:hover a {
  color: #fff;
}
.ncnew01 .main .left .page .pgle:hover i {
  color: #fff;
}
.ncnew01 .main .left .page .pgle:hover span {
  display: block;
}
.ncnew01 .main .left .page .pgle i {
  float: left;
  width: 8%;
  display: block;
  text-align: center;
  border-right: 1px solid #efefef;
  margin-right: 2%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncnew01 .main .left .page .pgle em {
  display: block;
  font-size: 14px;
  width: 62%;
  float: left;
  margin-left: 3%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncnew01 .main .left .page .pgle span {
  overflow: hidden;
  position: absolute;
  padding: 6% 0;
  top: 50%;
  right: 3%;
  display: block;
  display: none;
  width: 18%;
  float: left;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncnew01 .main .left .page .pgle span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncnew01 .main .left .page .pgri {
  overflow: hidden;
  width: 50%;
  float: left;
  position: relative;
  height: 80px;
  box-sizing: border-box;
  color: #fff;
}
.layui-layer-content{
  color: #fff;
}
.ncnew01 .main .left .page .pgri a {
  display: block;
  height: 80px;
}
.ncnew01 .main .left .page .pgri:hover {
  background-color: #2984ef;
}
.ncnew01 .main .left .page .pgri:hover a {
  color: #fff;
}
.ncnew01 .main .left .page .pgri:hover i {
  color: #fff;
}
.ncnew01 .main .left .page .pgri:hover span {
  display: block;
}
.ncnew01 .main .left .page .pgri i {
  float: left;
  width: 8%;
  display: block;
  text-align: center;
  border-left: 1px solid #efefef;
  margin-right: 2%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncnew01 .main .left .page .pgri em {
  display: block;
  font-size: 14px;
  width: 62%;
  float: left;
  margin-left: 3%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncnew01 .main .left .page .pgri span {
  overflow: hidden;
  position: absolute;
  padding: 6% 0;
  top: 50%;
  left: 3%;
  display: block;
  display: none;
  width: 18%;
  float: left;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncnew01 .main .left .page .pgri span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncnew01 .main .right {
  width: 320px;
  float: right;
}
.ncnew01 .main .right .top {
  overflow: hidden;
  position: relative;
  padding: 29% 0;
  display: block;
}
.ncnew01 .main .right .top img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncnew01 .main .right .top:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncnew01 .main .right .rbt {
  overflow: hidden;
  margin: 30px 0 20px 0;
}
.ncnew01 .main .right .rbt b {
  display: block;
  font-size: 18px;
  color: #2984ef;
  float: left;
}
.ncnew01 .main .right .rbt span {
  display: block;
  float: right;
  margin-top: 12px;
  width: 70%;
  height: 1px;
  background-color: #dee3eb;
}
.ncnew01 .main .right .rbt span em {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #2984ef;
  margin-top: -1px;
}
.ncnew01 .main .right .rbt1 span {
  width: 65%;
}
.ncnew01 .main .right ul {
  background-color: #f9fafc;
  padding: 20px;
}
.ncnew01 .main .right ul li {
  line-height: 36px;
  background: url(../image/main03_6.png) no-repeat left center;
  background-size: 8px;
  padding-left: 18px;
}
.ncnew01 .main .right ul li a {
  font-size: 14px;
  color: #666;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ncnew01 .main .right .rtbox {
  background-color: #f9fafc;
  padding: 20px;
  overflow: hidden;
}
.ncnew01 .main .right .rtbox .lee {
  overflow: hidden;
  position: relative;
  padding: 25% 0;
  display: block;
  width: 50%;
  float: left;
}
.ncnew01 .main .right .rtbox .lee img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncnew01 .main .right .rtbox .rii {
  font-size: 14px;
  width: 50%;
  float: left;
  text-align: center;
}
.ncnew01 .main .right .rtbox .rii em {
  display: block;
  color: #111;
}
.ncnew01 .main .right .rtbox .rii span {
  display: inline-block;
  border-bottom: 6px solid #bbcbfd;
  line-height: 7px;
  color: #111;
}
.ncnew01 .main .right .rtbox .rii div {
  width: 50%;
  margin: 0 auto;
  margin-top: 5px;
}
.ncnew01 .main .right .rtbox .rii div a {
  display: block;
  color: #888;
  line-height: 24px;
  background: url(../image/main04_9.png) no-repeat left center;
  padding-left: 6px;
}
.ncabout01 .main .show {
  margin-top: 60px;
}
.ncabout01 .main .show .left {
  width: 67%;
  padding-left: 3%;
}
.ncabout01 .main .show .right {
  width: 30%;
}
.ncabout01 .main .show1 {
  margin-top: 40px;
}
.ncabout01 .main .show1 .left {
  width: 60%;
  padding-left: 7%;
}
.ncabout01 .main .top ul {
  overflow: hidden;
  -moz-box-shadow: 0 0 20px rgba(24, 24, 24, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(24, 24, 24, 0.05);
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.05);
  background-color: #fff;
}
.ncabout01 .main .top ul li {
  width: 25%;
  float: left;
  padding: 50px 0;
  text-align: center;
}
.ncabout01 .main .top ul li img {
  display: inline-block;
}
.ncabout01 .main .top ul li b {
  font-size: 18px;
  display: block;
}
.ncabout01 .main .top ul li em {
  font-size: 16px;
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 20px;
  height: 40px;
  margin-top: 6px;
}
.ncabout01 .main .top ul li i {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
.ncabout01 .main .top ul li i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ncabout01 .main .mapbox {
  margin: 50px 0;
}
.ncabout01 .main .mapbox #map {
  height: 550px;
}
.ncabout01 .main .mapbox .BMapLabel {
  border: 1px solid #ddd !important;
  padding: 10px 20px!important;
}
.ncabout03 {
  background: #f9fafc;
  background: -moz-linear-gradient(top, #fff 0%, #f9fafc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f9fafc));
  background: -webkit-linear-gradient(top, #fff 0%, #f9fafc 100%);
  background: -o-linear-gradient(top, #fff 0%, #f9fafc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f9fafc 100%);
  background: linear-gradient(to bottom, #fff 0%, #f9fafc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f9fafc', GradientType=0);
  padding-bottom: 120px;
}
.ncabout02 {
  margin-top: -120px;
}
:root .ncabout03 {
  filter: none;
}
.ncwechat01 {
  margin-bottom: 120px;
}
.ncwechat01 .main {
  width: 1200px;
  margin: 60px auto 0 auto;
}
.ncwechat01 .main .layui-col-sm4 .box {
  padding: 40px 25px;
  position: relative;
  border: 1px solid #e8ecf5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ncwechat01 .main .layui-col-sm4 .box span {
  display: block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: relative;
  margin-bottom: 10px;
}
.ncwechat01 .main .layui-col-sm4 .box span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ncwechat01 .main .layui-col-sm4 .box span img:nth-child(2) {
  display: none;
}
.ncwechat01 .main .layui-col-sm4 .box em {
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
  position: relative;
}
.ncwechat01 .main .layui-col-sm4 .box em .i5 {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #2984ef;
  position: absolute;
  left: 0;
  top: 3px;
}
.ncwechat01 .main .layui-col-sm4 .box em .i6 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e8ecf5;
  position: absolute;
  left: 0;
  top: 6px;
}
.ncwechat01 .main .layui-col-sm4 .box b {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.ncwechat01 .main .layui-col-sm4 .box div {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #666;
  height: 44px;
  overflow: hidden;
}
.ncwechat01 .main .layui-col-sm4 .box strong {
  text-align: right;
  display: block;
  margin-top: 20px;
}
.ncwechat01 .main .layui-col-sm4 .box strong img {
  display: inline-block;
}
.ncwechat01 .main .layui-col-sm4 .box .i1 {
  width: 0;
  height: 1px;
  background-color: #2984ef;
  position: absolute;
  top: 0;
  left: 0;
}
.ncwechat01 .main .layui-col-sm4 .box .i2 {
  width: 0;
  height: 1px;
  background-color: #2984ef;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ncwechat01 .main .layui-col-sm4 .box .i3 {
  width: 1px;
  height: 0;
  background-color: #2984ef;
  position: absolute;
  top: 0;
  left: 0;
}
.ncwechat01 .main .layui-col-sm4 .box .i4 {
  width: 1px;
  height: 0;
  background-color: #2984ef;
  position: absolute;
  right: 0;
  top: 0;
}
.ncwechat01 .main .layui-col-sm4:hover .box {
  -moz-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
}
.ncwechat01 .main .layui-col-sm4:hover .box em .i5 {
  height: 7px;
}
.ncwechat02 {
  background: url(../image/main06_8.jpg) no-repeat top center;
  padding-bottom: 90px;
}
.ncwechat02 .title b {
  color: #fff;
}
.ncwechat02 .main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.ncwechat02 .main .layui-col-sm3 .box {
  background-color: #fff;
  padding: 40px 25px;
  position: relative;
  border: 1px solid #e5ebf4;
  box-sizing: border-box;
  text-align: center;
}
.ncwechat02 .main .layui-col-sm3 .box span {
  display: block;
  background-color: #d9e8fa;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ncwechat02 .main .layui-col-sm3 .box span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncwechat02 .main .layui-col-sm3 .box b {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.ncwechat02 .main .layui-col-sm3 .box div {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #666;
  height: 44px;
  overflow: hidden;
}
.ncwechat02 .main .layui-col-sm3:hover .box {
  -moz-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
}
.ncwechat03 {
  background-color: #f0f5fa;
  padding-bottom: 100px;
}
.ncwechat03 .main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  margin-top: 50px;
  position: relative;
}
.ncwechat03 .main .left {
  width: 50%;
  float: left;
}
.ncwechat03 .main .left span {
  overflow: hidden;
  position: relative;
  padding: 34% 0;
  display: block;
}
.ncwechat03 .main .left span img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.ncwechat03 .main .left:hover span img {
  transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.ncwechat03 .main .right {
  width: 40%;
  float: left;
  right: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ncwechat03 .main .right b {
  font-size: 26px;
  color: #2984ef;
  display: block;
}
.ncwechat03 .main .right em {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #2984ef;
  margin: 30px 0;
}
.ncwechat03 .main .right div {
  font-size: 16px;
  line-height: 34px;
  color: #666;
}
#page {
  padding: 80px 0 100px 0;
  clear: both;
}
#page ul {
  text-align: center;
}
#page ul li {
  cursor: pointer;
  display: inline-block;
}
#page ul li a {
  display: block;
  padding: 10px 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
#page ul li a:hover {
  color: #fff;
  background: #2984ef;
}
#page ul li i {
  font-size: 12px;
}
#page ul .active a {
  color: #fff;
  background: #2984ef;
  border: 1px solid #2984ef;
}
.ncfooter {
  background: #f7f8f8;
  padding-top: 60px;
}
.ncfooter .footer {
  width: 1200px;
  margin: 0 auto;
}
.ncfooter .footer .topbox {
  overflow: hidden;
}
.ncfooter .footer .topbox .left {
  width: 60%;
  float: left;
  overflow: hidden;
}
.ncfooter .footer .topbox .left ul {
  width: 25%;
  float: left;
}
.ncfooter .footer .topbox .left ul li {
  margin-bottom: 20px;
  color: #888;
}
.ncfooter .footer .topbox .left ul li a {
  font-size: 14px;
  color: #888;
}
.ncfooter .footer .topbox .left ul li:nth-child(1) {
  font-size: 16px;
}
.ncfooter .footer .topbox .right {
  float: right;
  color: #888;
  padding-left: 16%;
  border-left: 1px solid #d9d9d9;
}
.ncfooter .footer .topbox .right em {
  display: block;
  font-size: 16px;
}
.ncfooter .footer .topbox .right b {
  display: block;
  font-size: 32px;
  color: #2984ef;
}
.ncfooter .footer .topbox .right i {
  display: block;
  font-size: 12px;
  margin: 6px 0 14px 0;
}
.ncfooter .footer .topbox .right span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
.ncfooter .footer .topbox .right img {
  width: 100px;
  display: block;
}
.ncfooter .footer .link {
  font-size: 14px;
  color: #888;
  margin: 40px 0;
}
.ncfooter .footer .link a {
  color: #888;
  margin-right: 25px;
}
.ncfooter .bottom {
  background: #f0f2f2;
  line-height: 42px;
  font-size: 12px;
}
.ncfooter .bottom .box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.ncfooter .bottom span {
  display: block;
  float: left;
  color: #888;
}
.ncfooter .bottom em {
  display: block;
  float: right;
  color: #888;
}
.ncfooter .bottom a {
  color: #888;
}
.ncleftnav {
  position: fixed;
  right: 10px;
  bottom: 70%;
  width: 68px;
  z-index: 11;
  text-align: center;
}
.ncleftnav ul {
  font-size: 12px;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  box-shadow: 0 0 20px rgba(24, 24, 24, 0.1);
  background-color: #2984ef;
}
.ncleftnav ul li {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #4594f1;
  position: relative;
  cursor: pointer;
}
.ncleftnav ul li p {
  margin-top: 4px;
  color: #fff;
}
.ncleftnav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ncleftnav ul li img {
  margin-bottom: 3px;
}
.ncleftnav i {
  font-size: 20px;
  display: block;
  position: absolute;
  top: 130px;
  width: 30px;
  color: #fff;
  background-color: #2984ef;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
  line-height: 30px;
  right: 19px;
  display: none;
}
.ncleftnav .cani {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-top-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
@keyframes mymove {
  0% {
    top: 42%;
  }
  10% {
    top: 41.8%;
  }
  20% {
    top: 41.6%;
  }
  30% {
    top: 41.4%;
  }
  40% {
    top: 41.2%;
  }
  50% {
    top: 41%;
  }
  60% {
    top: 41.2%;
  }
  70% {
    top: 41.4%;
  }
  80% {
    top: 41.6%;
  }
  90% {
    top: 41.8%;
  }
  100% {
    top: 42%;
  }
}
@-webkit-keyframes mymove {
  0% {
    top: 42%;
  }
  10% {
    top: 41.8%;
  }
  20% {
    top: 41.6%;
  }
  30% {
    top: 41.4%;
  }
  40% {
    top: 41.2%;
  }
  50% {
    top: 41%;
  }
  60% {
    top: 41.2%;
  }
  70% {
    top: 41.4%;
  }
  80% {
    top: 41.6%;
  }
  90% {
    top: 41.8%;
  }
  100% {
    top: 42%;
  }
}
.pagesbox {
  text-align: center;
}
.paging {
  display: inline-block;
  border: 1px solid #e5e5e5;
  margin: 50px 0 100px 0;
  border-radius: 5px;
  overflow: hidden;
}
.paging span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #e5e5e5;
  vertical-align: top;
  float: left;
  /* margin-left: -5px; */
}
.paging span:first-child {
  margin-left: 0;
}
.paging span a {
  display: block;
  color: #828282;
  font-size: 18px;
  width: 100%;
  height: 100%;
}
.paging span:hover,
.paging span.active {
  background-color: #286ae8;
}
.paging span:hover a,
.paging span.active a {
  color: #fff;
}
.paging .prev img,
.paging .next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.paging .prev:hover img:last-child,
.paging .next:hover img:last-child {
  display: none;
}
.paging span:last-child {
  border-right: none;
}
@media (min-width: 320px) and (max-width: 1360px) {
  /*导航*/
  .Ncheader .nav {
    height: 60px;
    width: 1200px;
  }
  .Ncheader .nav .centre ul {
    height: 60px;
  }
  .Ncheader .nav .centre ul li {
    height: 60px;
    line-height: 60px;
  }
  .Ncheader .nav .centre ul span {
    bottom: 10px;
  }
  .Ncheader .nav .listnav {
    top: 60px;
  }
  .Ncheader .nav .centre ul li .listnav i {
    top: -15px;
  }
  .Ncheader .nav .centre ul li .listnav {
    top: 60px;
  }
  .Ncheader .nav .right .tel {
    margin-top: 15px;
  }
  .Ncheader .nav .centre ul li {
    padding: 0 20px;
  }
  /*导航*/
  /*轮播图*/
  #banner .swiper-slide .main .left b {
    font-size: 46px;
  }
  #banner .swiper-slide .main .left em {
    font-size: 20px;
    margin: 10px 0 20px 0;
  }
  #banner .swiper-slide .main .left span {
    font-size: 16px;
    line-height: 40px;
    padding: 0 40px;
  }
  #banner .swiper-slide .main .right .img1 {
    width: 40%;
  }
  #banner .swiper-slide .main .right .img2 {
    width: 24%;
  }
  /*轮播图*/
}
@media (min-width: 320px) and (max-width: 1200px) {
  /*导航*/
  .Ncheader .nav {
    width: 96%;
  }
  .Ncheader .nav .centre {
    margin-left: 1%;
  }
  /*导航*/
  /*轮播图*/
  #banner .swiper-slide .main {
    width: 96%;
  }
  #banner .swiper-slide .main .left b {
    font-size: 30px;
  }
  #banner .swiper-slide .main .left em {
    font-size: 16px;
  }
  /*轮播图*/
  /*index*/
  .ncindex02 .main,
  .ncindex03 .main,
  .ncindex04 .main,
  .ncindex05 .main,
  .ncindex06 .main,
  .ncindex07 .layui-tab,
  .ncindex08 .main {
    width: 96%;
  }
  .title {
    padding-top: 40px;
  }
  .title b {
    font-size: 26px;
  }
  .title div {
    font-size: 16px;
    margin-top: 10px;
  }
  .ncindex02 .main .layui-col-sm3 b {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ncindex03 .main .layui-col-sm4 .box b,
  .ncindex06 .main .layui-col-sm4 .box b {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .ncindex03 .main .layui-col-sm4 .box div {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .ncindex04 .main .left {
    width: 40%;
  }
  .ncindex04 .main .right {
    width: 58%;
  }
  .ncindex04 .main .left .ulnav li span,
  .ncindex05 .main .layui-col-sm3 .box div {
    font-size: 16px;
  }
  .ncindex04 .main .right .bt b,
  .ncindex05 .main .layui-col-sm3 .box b {
    font-size: 18px;
  }
  .ncindex04 .main .left .uldivbox .uldiv ul li {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .ncindex04 .main .left .uldivbox .uldiv em,
  .ncindex04 .main .right .show .money em {
    font-size: 24px;
  }
  .ncindex04 .main .left .uldivbox .uldiv em strong,
  .ncindex04 .main .right .show #number1 {
    font-size: 28px;
  }
  .ncindex04 .main .left .uldivbox .uldiv a,
  .ncindex04 .main .right .show a {
    font-size: 14px;
    line-height: 36px;
    width: 130px;
  }
  .ncindex04 .main .right .show span {
    margin-top: 5px;
    font-size: 12px;
  }
  .ncindex04 .main .right .show b {
    font-size: 16px;
  }
  .ncindex04 .main .right .show .choice #choice {
    width: 64%;
  }
  .ncindex04 .main .right .show .choice .user {
    width: auto;
    float: left;
    margin-left: 2%;
  }
  .ncindex04 .main .right .show .money strong {
    line-height: 28px;
    margin-top: 2px;
  }
  .ncindex04 .main .left .uldivbox .uldiv,
  .ncindex04 .main .right .show {
    padding: 20px;
  }
  .ncindex04 .main .left,
  .ncindex04 .main .right {
    height: 322px;
  }
  .ncindex04 .main .right .show .choice {
    padding-bottom: 47px;
  }
  .ncindex04 .main .left .uldivbox .uldiv span {
    margin-bottom: 24px;
  }
  .ncindex07 .main .mainbox,
  .ncindex07 .main,
  .ncindex07 .main .mainbox .casebanner {
    width: 100%;
  }
  .ncindex07 .main .mainbox .casebanner .swiper-slide .box b {
    font-size: 20px;
  }
  .ncindex07 .main .mainbox .casebanner .swiper-slide .box img {
    width: 12%;
  }
  .ncindex07 .main .mainbox .casebanner .swiper-slide .box div {
    font-size: 14px;
    line-height: 22px;
  }
  .ncindex08 .main .left {
    width: 40%;
    padding: 2.5%;
  }
  .ncindex08 .main .right {
    width: 53%;
  }
  .ncindex08 .main .right ul li {
    padding: 6.3% 20px;
  }
  .ncindex08 .main .right ul li .le {
    width: 80%;
  }
  .ncfooter .footer,
  .ncfooter .bottom .box {
    width: 96%;
  }
  .ncfooter .footer .topbox .left ul li:nth-child(1) {
    font-size: 14px;
    color: #333;
  }
  .ncfooter .footer .topbox .left ul li a {
    font-size: 12px;
  }
  .ncfooter .footer .topbox .left ul li {
    margin-bottom: 10px;
  }
  .ncfooter .footer .link {
    font-size: 12px;
  }
  .ncfooter .footer .topbox .right {
    padding-left: 12%;
  }
  .ncfooter .footer .topbox .right b {
    font-size: 26px;
  }
  /*index*/
  .ncproduct03 .main,
  .nccase04 .main,
  .ncshop01 .main,
  .ncshop01 .main1,
  .ncshop02 .main,
  .ncnew01 .main,
  .ncwechat01 .main,
  .ncwechat02 .main,
  .ncwechat03 .main {
    width: 96%;
  }
  .ncshop01 .main .box .swiper-button-prev,
  .ncshop01 .main .box .swiper-button-next {
    display: block;
  }
  .ncshop01 .main .box .list {
    width: 50%;
    margin: 0 auto;
  }
  .ncshop01 .main .box .swiper-container {
    padding: 20px 0;
  }
  .ncshop01 .main1 .box1 .left {
    width: 30%;
    padding: 50px 2% 80px 2%;
  }
  .ncshop01 .main1 .box1 .right {
    width: 66%;
  }
  .ncshop01 .main1 .box1 .right .show .choice #choice {
    width: 70%;
  }
  .ncshop01 .main1 .box1 .right .show {
    padding: 50px 2% 0 2%;
  }
  .ncshop01 .main1 .box1 .right .show .choice {
    padding-bottom: 30px;
  }
  .ncshop01 .main1 .box1 .right .show span {
    margin-top: 0;
  }
  .ncshop02 .main .show .left .box {
    font-size: 14px;
    line-height: 24px;
  }
  .ncshop02 .main .show .left b {
    font-size: 20px;
  }
  .ncshop02 .main .show .left span {
    margin: 10px 0;
  }
  .ncshop02 .main .show {
    margin-top: 20px;
  }
  .ncnew01 .main .left {
    width: 68%;
  }
  .ncnew01 .main .right {
    width: 30%;
  }
  .ncwechat01 .main .layui-col-sm4 .box b {
    font-size: 16px;
  }
  .ncwechat01 .main .layui-col-sm4 .box div,
  .ncwechat02 .main .layui-col-sm3 .box div {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .ncwechat01 .main .layui-col-sm4 .box strong img {
    width: 18%;
  }
  .ncwechat02 .main .layui-col-sm3 .box {
    padding: 20px;
  }
  .ncwechat02 .main .layui-col-sm3 .box b {
    font-size: 16px;
  }
  .ncwechat02 .main .layui-col-sm3 .box span {
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 980px) {
  /*导航*/
  .Ncheader .nav .right {
    display: none;
  }
  .Ncheader .nav .centre ul li {
    padding: 0 15px;
  }
  /*导航*/
  /*index*/
  .ncindex02 .main .layui-col-sm3 div {
    font-size: 12px;
    line-height: 18px;
  }
  .ncindex02 .main .layui-col-sm3 b {
    margin-bottom: 4px;
  }
  .ncindex02 .main .layui-col-sm3 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .title b {
    font-size: 20px;
  }
  .title div {
    font-size: 14px;
    margin-top: 4px;
  }
  .ncindex03 .main .layui-col-sm4 {
    width: 50%;
    float: left;
    padding: 4px;
  }
  .ncindex03 .main .layui-col-sm4 .box b {
    font-size: 16px;
  }
  .ncindex04 .main .left,
  .ncindex04 .main .right {
    width: 100%;
  }
  .ncindex04 .main .left .uldivbox .uldiv ul li {
    background-size: 18px;
    padding-left: 24px;
  }
  .ncindex04 .main .right {
    margin-top: 20px;
  }
  .ncindex04 .main .left,
  .ncindex04 .main .right {
    height: auto;
  }
  .ncindex05 .main .layui-col-sm3 {
    width: 50%;
    float: left;
    text-align: center;
    padding: 4px;
  }
  .ncindex06 .main .layui-col-sm4 {
    width: 100%;
  }
  .ncindex06 .main .layui-col-sm4 em {
    text-align: center;
  }
  .ncindex06 .main {
    margin-top: 0;
  }
  .ncindex07 .main .mainbox .casebanner .swiper-slide span,
  .ncindex07 .main .mainbox .casebanner .swiper-slide .box {
    width: 100%;
  }
  .ncindex07 .main .mainbox .casebanner .swiper-slide .box {
    position: static;
    transform: none;
    padding: 10px;
  }
  .ncindex07 .main .mainbox .casebanner .swiper-slide span {
    padding: 34% 0;
  }
  .ncindex08 .main .left {
    width: 95%;
  }
  .ncindex08 .main .right {
    width: 100%;
  }
  /*index*/
  .nccase04 .main .layui-tab .casebanner1 .show .left {
    width: 100%;
  }
  .nccase04 .main .layui-tab .casebanner1 .show .right {
    width: 94%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .nccase04 .main .layui-tab .casebanner1 {
    overflow: inherit;
    margin-top: 20px;
  }
  .nccase04 .main .layui-tab .casebanner1 .show {
    padding-bottom: 220px;
  }
  .nccase04 .main .layui-tab .casebanner1 .show .right .top span {
    width: 100px;
    height: 40px;
  }
  .nccase04 .main .layui-tab .casebanner1 .show .right .box div {
    font-size: 14px;
    line-height: 20px;
  }
  .nccase04 .main .layui-tab .casebanner1 .show .right .bot span {
    font-size: 14px;
  }
  .nccase04 .main .layui-tab .casebanner1 .show .right .bot {
    line-height: 30px;
  }
  .nccase04 .main .layui-tab .casebanner1 .show .right .bot a {
    font-size: 14px;
    width: 120px;
  }
  .nccase04 .main .layui-tab .layui-this:after {
    bottom: -10px;
  }
  .ncshop01 {
    padding-bottom: 20px;
  }
  .ncshop01 .main1 .box1 .left {
    width: 92%;
    background-size: 100%;
    padding: 4%;
  }
  .ncshop01 .main1 .box1 .right {
    width: 92%;
    padding: 4%;
  }
  .ncshop01 .main1 .box1 .right .show {
    padding: 0;
  }
  .ncshop02 .main .show .left {
    width: 100%;
    position: static;
    transform: none;
  }
  .ncshop02 .main .show1 .left {
    width: 100%;
    position: static;
    transform: none;
  }
  .ncshop02 .main .show .right {
    width: 100%;
  }
  .ncshop02 .main .show1 {
    margin-top: 10px;
  }
  .ncshop02 .main .show .left b {
    font-size: 18px;
  }
  .ncnew01 .main .left {
    width: 100%;
  }
  .ncnew01 .main .right {
    width: 100%;
  }
  .ncnew01 .main .left .nenav ul li a {
    font-size: 14px;
  }
  .ncnew01 .main .left .nenav ul li {
    line-height: 34px;
  }
  .ncnew01 .main .left .box .ulbox li .right b,
  .ncnew01 .main .right .rbt b {
    font-size: 16px;
  }
  .ncnew01 .main .left .box .ulbox li .right div {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    -webkit-line-clamp: 2;
  }
  .ncnew01 .main {
    margin: 20px auto;
  }
  #page {
    padding: 20px;
  }
  #page ul li a {
    padding: 6px 10px;
  }
  .ncwechat03 .main .right b {
    font-size: 20px;
  }
  .ncwechat03 .main .right em {
    margin: 10px 0;
  }
  .ncwechat03 .main .right div {
    font-size: 14px;
    line-height: 26px;
  }
  .ncnew01 .main .left .newshow b {
    font-size: 20px;
    margin-top: 20px;
  }
  .ncnew01 .main .left .newshow span {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .ncnew01 .main .left .newshow {
    padding: 0 20px;
  }
  .ncnew01 .main .left .page .pgle,
  .ncnew01 .main .left .page .pgle a,
  .ncnew01 .main .left .page .pgri,
  .ncnew01 .main .left .page .pgri a {
    height: 60px;
  }
  .ncabout02 {
    margin-top: 0;
  }
  .ncabout03 {
    padding-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /*导航*/
  .ncheight {
    height: 60px;
  }
  .ncheight1 {
    height: 60px;
    display: block;
  }
  .Ncheader {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .Ncheader .nav .navbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: none;
  }
  .Ncheader .nav .centre ul li a {
    color: #333;
    width: 30%;
    display: inline-block;
  }
  .Ncheader .nav .centre ul li strong {
    float: right;
    margin-right: 5%;
  }
  .Ncheader .nav .centre {
    width: 100%;
  }
  .Ncheader .nav .centre ul {
    height: auto;
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #eee;
  }
  .Ncheader .nav .centre ul li {
    float: none;
    border-bottom: 1px solid #eee;
    height: auto;
    overflow: hidden;
    cursor: pointer;
  }
  .Ncheader .nav .centre ul li strong {
    display: block;
  }
  .Ncheader .nav .centre ul span {
    display: none;
  }
  .Ncheader .nav .centre ul li .listnav {
    position: initial;
    height: auto;
    margin-left: 0;
    width: 100%;
  }
  .Ncheader .nav .centre ul li .listnav div {
    position: initial;
    top: 0;
    left: 0;
    display: block;
    transform: initial;
  }
  .Ncheader .nav .centre ul li .listnav div a {
    color: #999;
    text-align: left;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .Ncheader .h2 {
    display: block;
  }
  .Ncheader .nav .right {
    display: block;
    float: none;
    width: 50%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .Ncheader .nav .right .layui-btn {
    color: #333;
  }
  .Ncheader .nav .right .china {
    width: 100%;
  }
  .Ncheader .nav .right .img2 {
    display: inline-block;
  }
  .Ncheader .nav .right .img1 {
    display: none;
  }
  .Ncheader .nav .right span {
    background-color: #666;
  }
  .Ncheader .nav .right span a {
    color: #fff;
  }
  .Ncheader .nav .right .layui-btn-container {
    display: inline-block;
    float: none;
  }
  .Ncheader .nav .right .china {
    text-align: center;
    margin-top: 10%;
  }
  .Ncheader .nav .logo {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 20px;
    height: 60px;
  }
  .Ncheader .nav .centre ul li .listnav i {
    display: none;
  }
  /*导航*/
  /*轮播图*/
  #banner .swiper-slide .img3 {
    display: block;
  }
  #banner .swiper-slide .img {
    display: none;
  }
  #banner .swiper-slide .main .left b {
    font-size: 18px;
  }
  #banner .swiper-slide .main .left em {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  #banner .swiper-slide .main .left span {
    font-size: 12px;
    line-height: 32px;
    padding: 0 25px;
  }
  #banner .swiper-slide .main .right .img1 {
    width: 50%;
  }
  #banner .swiper-slide .main .right .img2 {
    width: 30%;
  }
  /*轮播图*/
  /*index*/
  .layui-col-space30 {
    margin: 0!important;
  }
  .title {
    padding-top: 24px;
  }
  .ncleftnav {
    right: 0;
    bottom:200px;
  }
  .ncleftnav i {
    display: block;
    background-color: rgba(41, 132, 239, 0.8);
  }
  .ncleftnav ul {
    background-color: rgba(41, 132, 239, 0.8);
  }
  .ncindex02 .main {
    margin-top: 10px;
  }
  .ncindex03 .main .layui-col-sm4 .box {
    padding: 10px;
    text-align: center;
  }
  .ncindex03 .main .layui-col-sm4 .box span,
  .ncindex05 .main .layui-col-sm3 .box span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .ncindex03 .main,
  .ncindex04 .main,
  .ncindex05 .main {
    margin: 20px auto 0 auto;
  }
  .ncindex04 .main .right .show .choice .user i {
    padding: 0 10px;
  }
  .ncindex04 .main .left .uldivbox .uldiv em,
  .ncindex04 .main .right .show .money em {
    font-size: 20px;
  }
  .ncindex04 .main .left .uldivbox .uldiv em strong,
  .ncindex04 .main .right .show #number1 {
    font-size: 24px;
  }
  .ncindex04 .main .left .uldivbox .uldiv span {
    margin-bottom: 8px;
  }
  .ncindex04 .main .right .show .money strong {
    margin-left: 8px;
  }
  .ncindex04 .main .left .ulnav li div {
    font-size: 16px;
  }
  .ncindex05 .main .layui-col-sm3 .box b {
    font-size: 16px;
  }
  .ncindex05 .main .layui-col-sm3 .box div,
  .ncindex03 .main .layui-col-sm4 .box div {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
  .ncindex05 .main .layui-col-sm3 .box {
    padding: 10px;
  }
  .ncindex06 .main .layui-col-sm4 .box div {
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }
  .ncindex06 .main .layui-col-sm4 .box b {
    font-size: 16px;
  }
  .ncindex07 .layui-tab {
    margin: 16px auto 0px auto;
  }
  .ncindex07 .layui-tab ul li {
    margin: 0 5px;
    font-size: 14px;
    min-width: auto;
  }
  .ncindex07 .main .mainbox {
    padding-bottom: 24px;
  }
  .ncindex07 .main .mainbox .casebanner .swiper-slide .box div {
    font-size: 12px;
  }
  .ncindex07 .main .mainbox .casebanner .swiper-slide .box b {
    font-size: 16px;
  }
  .ncindex07 .main .mainbox .casebanner .swiper-slide .box i {
    height: 2px;
    margin: 10px 0;
  }
  .ncindex08 .main {
    margin: 20px 0;
  }
  .ncindex08 .main .left b {
    font-size: 16px;
    margin: 10px 0;
  }
  .ncindex08 .main .left em {
    font-size: 24px;
  }
  .ncindex08 .main .left span {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .ncindex08 .main .left strong {
    margin: 10px 0;
  }
  .ncindex08 .main .left i {
    font-size: 12px;
    width: 90px;
    line-height: 30px;
  }
  .ncindex08 .main .right ul li {
    padding: 10px;
  }
  .ncindex08 .main .right ul li .le b {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .ncindex08 .main .right ul li .le span {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    color: #999;
  }
  .ncindex08 .main .right ul li .ri em {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
  }
  .ncindex08 .main .right ul li .ri i {
    margin-left: 10px;
  }
  .ncindex08 .main .right ul li .ri i img {
    width: 18px;
  }
  .ncindex08 .main .left div {
    font-size: 12px;
    height: 40px;
    line-height: 20px;
  }
  .ncindex08 .main .right ul li .le div {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
  }
  .ncfooter .footer .topbox .left {
    width: 50%;
  }
  .ncfooter .footer .topbox .left ul {
    width: 50%;
  }
  .ncfooter .footer .topbox .right {
    width: 50%;
    padding-left: 0;
    border-left: none;
  }
  .ncfooter {
    padding-top: 20px;
    margin-top: 20px;
  }
  .ncfooter .bottom span {
    float: none;
    text-align: center;
  }
  .ncfooter .bottom em {
    float: none;
    text-align: center;
  }
  .ncfooter .bottom {
    line-height: 18px;
  }
  .ncfooter .footer .link {
    margin: 16px 0;
    line-height: 20px;
  }
  .ncfooter .footer .topbox .right b {
    font-size: 24px;
  }
  .ncfooter .footer .topbox .right em {
    font-size: 14px;
  }
  .ncfooter .footer .topbox .right span {
    font-size: 14px;
    margin-bottom: 8px;
  }
  /*index*/
  .ncproduct02 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ncproduct03 .main .layui-row .layui-col-sm2 {
    width: 50%;
  }
  .ncproduct03 .main {
    margin: 20px auto;
  }
  .nccase04 .main {
    overflow: hidden;
    margin: 20px auto;
  }
  .nccase04 .main .layui-tab .layui-tab-title li {
    padding: 0;
    width: 33.33%;
  }
  .ncshop01 .main .box .list {
    width: 90%;
  }
  .ncshop01 .main .box .canlist1 {
    padding: 20px;
  }
  .ncshop01 .main .box .list .mbt img {
    width: 50%;
  }
  .ncshop01 .main .box .canlist1 .xbt {
    text-align: left;
    float: left;
  }
  .ncshop01 .main .box .canlist1 .mbt {
    width: 40%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .ncshop01 .main .box .canlist1 .xbt b {
    font-size: 20px;
  }
  .ncshop01 .main .box .canlist1 .xbt span {
    font-size: 14px;
  }
  .ncshop01 .main .box .canlist1 ul li div {
    width: 64%;
    font-size: 16px;
  }
  .ncshop01 .main .box .canlist1 ul li span img {
    margin-top: 2px;
  }
  .ncshop01 .main .box .list .mbt img {
    width: 38%;
    top: 45%;
  }
  .ncshop01 .main .box .list ul li {
    margin-bottom: 10px;
  }
  .ncshop01 .main .box .canlist1 ul li span {
    width: 32%;
  }
  .ncshop01 .main .box .canlist1 i {
    font-size: 18px;
  }
  .ncshop01 .main .box .canlist1 i strong {
    font-size: 30px;
  }
  .ncshop01 .main .box .canlist1 .bbt {
    font-size: 12px;
    margin: 10px 0;
  }
  .ncshop01 .main .box .canlist1 a {
    font-size: 16px;
    width: 190px;
    line-height: 40px;
  }
  .ncshop01 .main {
    padding: 20px 0;
  }
  .ncshop01 .main .box .swiper-container {
    padding: 0;
  }
  .ncshop01 .main1 .box1 .right .show .choice #choice {
    width: 64%;
  }
  .ncshop01 .main1 .box1 .right .show .choice .user i {
    font-size: 18px;
    padding: 0 12px;
  }
  .ncshop01 .main1 .box1 .right .show .choice .user {
    width: auto;
  }
  .ncshop01 .main1 .box1 .right .show .choice .layui-slider-wrap {
    width: 24px;
    height: 24px;
    background-size: 16px;
    top: -9px;
  }
  .ncshop01 .main1 .box1 .right .show #number1 {
    font-size: 24px;
  }
  .ncshop01 .main1 .box1 .right .show .money {
    font-size: 16px;
    margin-top: 10px;
  }
  .ncshop01 .main1 .box1 .right .show .money strong {
    line-height: 26px;
  }
  .ncshop01 .main1 .box1 .right .show span {
    font-size: 12px;
  }
  .ncshop01 .main1 .box1 .right .show b,
  .ncshop01 .main1 .box1 .left b {
    font-size: 18px;
  }
  .ncshop01 .main1 .box1 .left em {
    margin: 10px 0;
  }
  .ncnew01 .main .left .box .ulbox li .right div {
    height: 40px;
    margin-top: 0;
  }
  .ncnew01 .main .left .box .ulbox li span {
    width: 40%;
    padding: 13% 0;
  }
  .ncnew01 .main .left .box .ulbox li .right {
    width: 55%;
  }
  .ncnew01 .main .left .box .ulbox li .right i {
    margin-top: 5px;
  }
  .ncnew01 .main .left .box .ulbox li {
    padding: 10px 0;
  }
  .ncnew01 .main .left .box .ulbox li .right b {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
  }
  .ncnew01 .main .right .rbt {
    margin: 10px 0;
  }
  .ncnew01 .main .right ul {
    Padding: 10px;
  }
  .ncwechat01 .main .layui-col-sm4 .box {
    padding: 10px;
    text-align: center;
  }
  .ncwechat01 .main .layui-col-sm4 {
    padding-bottom: 0;
  }
  .ncwechat01 .main {
    margin-top: 10px;
  }
  .ncwechat01 .main .layui-col-sm4 .box strong img {
    width: 12%;
  }
  .ncwechat01 {
    margin-bottom: 20px;
  }
  .ncwechat01 .main .layui-col-sm4 .box span {
    margin: 0 auto;
  }
  .ncwechat01 .main .layui-col-sm4 .box em .i5 {
    left: 50%;
    margin-left: -16px;
  }
  .ncwechat02 .main .layui-col-sm3 {
    width: 50%;
    float: left;
  }
  .ncwechat02 .main {
    margin-top: 10px;
  }
  .ncwechat02 .main .layui-col-sm3 .box {
    padding: 10px;
  }
  .ncwechat02 .main .layui-col-sm3 {
    padding: 5px;
  }
  .ncwechat02 {
    padding-bottom: 40px;
  }
  .ncwechat03 .main .left {
    width: 100%;
  }
  .ncwechat03 .main .right {
    width: 96%;
    position: static;
    transform: none;
    padding: 2%;
  }
  .ncwechat03 .main .right b {
    font-size: 16px;
  }
  .ncwechat03 .main .right div {
    font-size: 12px;
    line-height: 20px;
  }
  .ncwechat03 .main {
    margin-top: 10px;
  }
  .ncwechat03 {
    padding-bottom: 10px;
  }
  .ncabout01 .main .show .left {
    padding-left: 0;
  }
  .ncabout01 .main .show .left {
    top: 64%;
  }
  .ncshop02 .main .show {
    margin-top: 0;
  }
  .ncshop02 .main .show .left .box {
    font-size: 12px;
    line-height: 20px;
  }
  .ncshop02 .main .show1 .right span {
    padding: 28% 0;
  }
  .ncabout01 .main .top ul li {
    width: 50%;
    padding: 10px 0;
  }
  .ncabout01 .main .top ul {
    margin-top: 20px;
  }
  .ncabout01 .main .top ul li b {
    font-size: 16px;
  }
  .ncabout01 .main .top ul li em {
    font-size: 12px;
    padding: 0;
  }
  .ncabout01 .main .mapbox #map {
    height: 250px;
  }
  .ncabout01 .main .mapbox {
    margin: 10px 0;
  }
  .ncshop02 .main .show .right span img {
    width: 60%;
  }
  .ncnew01 .main .left .newshow b {
    font-size: 16px;
  }
  .ncnew01 .main .left .newshow span {
    margin-top: 4px;
  }
  .ncnew01 .main .left .newshow {
    padding: 0 10px;
  }
  .ncnew01 .main .left .newshow div {
    font-size: 12px;
  }
  .ncnew01 .main .left .newshow div img {
    max-width: 100%;
  }
  .ncnew01 .main .left .page .pgle,
  .ncnew01 .main .left .page .pgle a,
  .ncnew01 .main .left .page .pgri,
  .ncnew01 .main .left .page .pgri a {
    height: 40px;
  }
  .ncnew01 .main .right ul li a {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
  .paging {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .paging span {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .paging .prev img, .paging .next img{
    width: 6px;
  }
  .paging span a{
    font-size: 14px;
  }

}
