@font-face {
  font-family: 'iconfont';
  /* project id 971715 */
  src: url("//at.alicdn.com/t/font_971715_ib0ifzikfob.eot");
  src: url("//at.alicdn.com/t/font_971715_ib0ifzikfob.eot?#iefix") format('embedded-opentype'), url("//at.alicdn.com/t/font_971715_ib0ifzikfob.woff2") format('woff2'), url("//at.alicdn.com/t/font_971715_ib0ifzikfob.woff") format('woff'), url("//at.alicdn.com/t/font_971715_ib0ifzikfob.ttf") format('truetype'), url("//at.alicdn.com/t/font_971715_ib0ifzikfob.svg#iconfont") format('svg');
}

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

.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
.page .container .row {
	font-size: 18px;
}

/* @media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
  .news-list .container {
    width: 1000px;
  }
} */

body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, select, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

i {
  font-style: normal;
}

body, html {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input, textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.m-nav{
  display: none;
}
.img-box {
  overflow: hidden;
  background-size: 100% 100%;
  position: relative;
}

.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-box:before {
  content: "";
  width: 0.1px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 82%;
}


.one .container .title {
  padding: 55px 0;
}

.one .container .title h4 {
  color: #222222;
  font-size: 28px;
}

.one .container .title h4 span {
  color: #dddddd;
  font-size: 22px;
  margin-left: 5px;
}

.one .container .title p {
  margin-top: 20px;
  color: #666666;
  font-size: 20px;
}

.one .l-1 {
  background: #13171c;
  position: relative;
  height: 760px;
  padding-top: 80px;
}

.one .l-1 .img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  max-width: 100%;
  height: 100%;
}

.one .l-1 .container .right {
  width: 967px;
  float: right;
}

.one .l-1 .container .right ul {
  margin-bottom: 100px;
}

.one .l-1 .container .right ul li {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 283px;
  height: 378px;
  background-color: rgba(255, 255, 255, 0.13);
  padding-top: 60px;
  margin: 19px 44px 19px 0;
  position: relative;
}

.one .l-1 .container .right ul li .tb {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}

.one .l-1 .container .right ul li .tb span {
  font-size: 78px;
}

.one .l-1 .container .right ul li .line {
  background: #0581c4;
  width: 35px;
  height: 3px;
  margin: 40px auto;
  opacity: 1;
}

.one .l-1 .container .right ul li .line1 {
  background: #ffffff;
  width: 35px;
  height: 3px;
  margin: 20px auto;
  display: none;
}

.one .l-1 .container .right ul li h4 {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.one .l-1 .container .right ul li h6 {
  color: #7a7a7a;
  text-align: center;
  font-size: 13px;
}

.one .l-1 .container .right ul li p {
  color: #a6cdeb;
  font-size: 14px;
  line-height: 32px;
  height: 0;
  overflow: hidden;
}

.one .l-1 .container .right ul li:last-child {
  margin-right: 0;
}

.one .l-1 .container .right ul li:hover {
  background: #0e6eb8;
  margin-top: 0;
  margin-bottom: 0;
  height: 416px;
  transition: all 0.6s;
}

.one .l-1 .container .right ul li:hover .tb {
  overflow: hidden;
  position: absolute;
  height: 80px;
  width: 80px;
  background: #fff;
  color: #0e6eb8;
  line-height: 80px;
  bottom: 35px;
  left: 37%;
}

.one .l-1 .container .right ul li:hover .tb span {
  font-size: 50px;
}

.one .l-1 .container .right ul li:hover h6 {
  display: none;
  transition: all 0.6s;
}

.one .l-1 .container .right ul li:hover .line1 {
  display: block;
}

.one .l-1 .container .right ul li:hover .line {
  display: none;
}

.one .l-1 .container .right ul li:hover p {
  height: 160px;
  transition: all 0.6s;
}

.one .l-1 .container .right .title {
  padding: 55px 0;
  text-align: center;
  margin-bottom: 39px;
}

.one .l-1 .container .right .title h4 {
  color: #ffffff;
  font-size: 28px;
}

.one .l-1 .container .right .title h4 span {
  color: #a5a5a5;
  font-size: 22px;
  margin-left: 5px;
}

.one .l-1 .container .right .title p {
  margin-top: 20px;
  color: #a5a5a5;
  font-size: 20px;
}

.one .l-2 {
  background: url("../img/1_04.jpg") no-repeat;
  padding-bottom: 54px;
}

.one .l-2 .bd ul li {
  padding: 0;
  position: relative;
}

.one .l-2 .bd ul li .img-box:before {
  padding-bottom: 56%;
}

.one .l-2 .bd ul li .img-box img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.8;
}

.one .l-2 .bd ul li .text {
  position: absolute;
  top: 0px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 150px;
}

.one .l-2 .bd ul li .text p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}

.one .l-2 .bd ul li .text h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 40px;
}

.one .l-2 .bd ul li .text .line {
  background: #0581c4;
  width: 32px;
  height: 3px;
  margin: 0 auto;
}

.one .l-2 .bd ul li:hover .img-box {
  overflow: initial;
}

.one .l-2 .bd ul li:hover .img-box img {
  filter: none;
  transform: scale(1.03);
  opacity: 1;
  z-index: 9;
  transition: all 0.4s;
}

.one .l-2 .bd ul li:hover .text {
  display: none;
}

.two .title {
  text-align: center;
  padding: 50px 0 30px;
}

.two .title p {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.two .title .line {
  margin: 0 auto;
  background: #323232;
  width: 182px;
  height: 1px;
}

.two .u-bd {
  height: 913px;
}

.two .u-bd .hd {
  background: #2a2b2d;
  padding: 104px 0;
}

.two .u-bd .hd .tit {
  padding-left: 150px;
}

.two .u-bd .hd .tit h4 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 15px;
}

.two .u-bd .hd .tit h5 {
  font-size: 22px;
  color: #5f5f5f;
}

.two .u-bd .hd .tit .line {
  width: 66px;
  background: #0581c4;
  height: 3px;
  margin: 30px 0 0 25px;
}

.two .u-bd .hd ul {
  margin-top: 87px;
}

.two .u-bd .hd ul li {
  padding-left: 150px;
  margin: 24px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 56px;
  cursor: pointer;
}

.two .u-bd .hd ul li span {
  color: #535353;
  font-size: 12px;
  margin-right: 15px;
}

.two .u-bd .hd ul li:hover {
  background: #0581c4;
  text-align: center;
  padding: 0;
  transition: all 0.4s;
}

.two .u-bd .hd ul li:hover span {
  opacity: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
}

.two .u-bd .bd {
  height: 100%;
  background: #0a0a0b;
  padding: 7.5px;
}

.two .u-bd .bd ul li {
  width: 33.3%;
  float: left;
  padding: 7.5px;
  position: relative;
}

.two .u-bd .bd ul li .img-box:before {
  padding-bottom: 62.5%;
}

.two .u-bd .bd ul li .img-box {
  height: 284px;
}

.two .u-bd .bd ul li .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(30%);
  filter: gray;
  opacity: 0.9;
  overflow: hidden;
}

.two .u-bd .bd ul li .img-box .text {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  /* border: 4px solid rgba(25, 152, 250, 0.85); */
}

.two .u-bd .bd ul li .img-box .text p {
  color: #ffffff;
  font-size: 14px;
  background: rgba(2, 2, 2, 0.85);
  line-height: 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.two .u-bd .bd ul li:hover .img-box img{
  transform: scale(1.1, 1.1);
  transition: all 0.25s ease;
}
.two .u-bd .bd ul li:hover .img-box img {
  filter: none;
  opacity: 1;
}

.two .u-bd .bd ul li:hover .img-box .text {
  display: block;
}

.three {
  background: #f6f6f6;
  padding: 70px 0;
}

.three .title {
  text-align: center;
  margin-bottom: 70px;
}

.three .title h4 {
  color: #222222;
  font-size: 28px;
  margin-bottom: 15px;
}

.three .title h4 span {
  color: #cacaca;
  font-size: 22px;
}

.three .title p {
  color: #666666;
  font-size: 20px;
}

.three .bd ul span {
  float: left;
  line-height: 88px;
  color: #b0b0b0;
}

.three .bd ul li {
  float: left;
  width: 24%;
  text-align: center;
}

.three .bd ul li img {
  margin-bottom: 30px;
}

.three .bd ul li h4 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 10px;
}

.three .bd ul li p {
  color: #afafaf;
  font-size: 13px;
}

.four {
  padding: 70px 0;
}

.four .title {
  text-align: center;
  margin-bottom: 70px;
}

.four .title h4 {
  color: #222222;
  font-size: 28px;
  margin-bottom: 15px;
}

.four .title h4 span {
  color: #cacaca;
  font-size: 22px;
}

.four .title p {
  color: #666666;
  font-size: 20px;
}

.four .bd ul li {
  width: 14.2%;
  float: left;
  padding: 0 0.8%;
  margin-bottom: 23px;
}

.four .bd ul li img {
  width: 100%;
}

.foot {
  background: #2b2b2d;
  margin: 0;
  padding: 60px 0;
}

.foot .left {
  padding-right: 80px;
}

.foot .left .title {
  margin-bottom: 40px;
}

.foot .left .title p {
  font-size: 28px;
  color: #ffffff;
}

.foot .left .title p span {
  font-size: 22px;
  color: #a4a4a4;
  margin-left: 10px;
}

.foot .left .text p {
  color: #bdbdbd;
  font-size: 13px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  vertical-align: middle;
}

.foot .left .text p span {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}

.foot .left .text p .iconfont {
  margin-right: 10px;
  font-weight: 100;
  vertical-align: middle;
}

.foot .center .title {
  margin-bottom: 40px;
}

.foot .center .title p {
  font-size: 28px;
  color: #ffffff;
}

.foot .center .title p span {
  font-size: 22px;
  color: #a4a4a4;
  margin-left: 10px;
}

.foot .center .message p {
  width: 40%;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #555555;
  margin-bottom: 15px;
  margin-right: 20px;
}

.foot .center .message p span {
  color: #bdbdbd;
  font-size: 13px;
}

.foot .center .message p input {
  background: transparent;
  color: #bdbdbd;
}

.foot .center .message p:nth-child(3) {
  width: 62%;
}

.foot .center .message button {
  background: #0581c4;
  color: #ffffff;
  font-size: 13px;
  border: 0;
  line-height: 28px;
  width: 100px;
}

.foot .right {
  text-align: center;
}

.foot .right p {
  font-size: 13px;
  color: #aaaaaa;
  margin-top: 15px;
}

.foot-box {
  background: #404040;
  text-align: center;

}

.foot-box p {
  font-size: 12px;
  color: #ffffff;
  line-height: 35px;
}

.head .banner1 {
  position: relative;
}

.head .banner1 .bd ul li {
  overflow: hidden;
  background-size: 100% 100%;
  position: relative;
}

.head .banner1 .bd ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.head .banner1 .bd ul li:before {
  content: "";
  width: 0.1px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 26.3%;
}
.n-cont  {
	min-width: 1300px;
}
.n-cont .title {
  background: #f6f6f6;
  text-align: center;
  padding: 50px 0;
}

.n-cont .title h4 {
  color: #222222;
  font-size: 28px;
  margin-bottom: 20px;
}

.n-cont .title h4 span {
  color: #c0c0c0;
  font-size: 22px;
  margin-left: 10px;
}

.n-cont .title p {
  color: #666666;
  font-size: 18px;
}

.n-cont .n-nav {
  padding: 45px 0 64px;
}

.n-cont .n-nav ul {
  width: 100%;
  text-align: center;
}

.n-cont .n-nav ul li {
  padding: 5px 20px;
  display: inline-block;
  margin: 8px 12px;
  border: 1px solid #dcdcdc;
}

.n-cont .n-nav ul li a {
  color: #333333;
  font-size: 16px;
}

.n-cont .n-nav ul .active {
  background: #0581c4;
  border: 1px solid #0581c4;
}

.n-cont .n-nav ul .active a {
  color: #FFFFFF;
}

.n-cont .n-nav ul li:hover {
  background: #0581c4;
  border: 1px solid #0581c4;
}

.n-cont .n-nav ul li:hover a {
  color: #FFFFFF;
}

.n-cont .prod {
  padding-bottom: 60px;
}

.n-cont .prod .c1 li {
  float: left;
  width: 30%;
  margin: 0 1.5% 40px;
  border: 4px solid transparent;
}

.n-cont .prod .c1 li a .img-box:before {
  padding-bottom: 65%;
}

.n-cont .prod .c1 li a p {
  color: #555555;
  font-size: 15px;
  text-align: center;
  background: #f6f6f6;
  line-height: 56px;
}

.n-cont .prod .c1 li:hover {
  border: 4px solid #0581c4;
  transition: all 0.4s;
}

.n-cont .prod .c1 li:hover a p {
  background: #0581c4;
  transition: all 0.4s;
  color: #FFFFFF;
}

.n-cont .news {
  padding-bottom: 60px;
}

.n-cont .news .c1 li {
  margin-bottom: 35px;
}

.n-cont .news .c1 li .img-box {
  width: 25%;
  float: left;
}

.n-cont .news .c1 li .img-box:before {
  padding-bottom: 58%;
}

.n-cont .news .c1 li .text {
  margin-left: 3%;
  width: 72%;
  float: left;
}

.n-cont .news .c1 li .text .tit {
  margin-bottom: 25px;
  margin-top: 10px;
}

.n-cont .news .c1 li .text .tit h4 {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  line-height: 30px;
}

.n-cont .news .c1 li .text .tit span {
  display: inline-block;
  float: right;
  color: #939393;
  font-size: 13px;
  background: #f6f6f6;
  line-height: 30px;
  padding: 0 10px;
}

.n-cont .news .c1 li .text p {
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 2;
  color: #888888;
  border-bottom: 1px dashed #e5e5e5;
}

.n-cont .page {
  padding-bottom: 60px;
}

.n-cont .page .p1 {
  font-size: 14px;
  line-height: 36px;
  color: #555555;
  margin: 20px 0;
  text-indent: 2em;
}

.n-cont .page .p1 span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.n-cont .page .img-1 {
  width: 100%;
}

.paging {
  margin-top: 20px;
}

.paging ul {
  text-align: center;
  width: 100%;
}

.paging ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.paging ul li a {
  width: 100%;
  height: 100%;
  display: inherit;
  font-size: 15px;
  color: #333333;
}

.paging ul li:hover a {
  background: #0581c4;
  color: #FFFFFF;
}

.paging ul .active a {
  background: #0581c4;
  color: #FFFFFF;
}

/* @media (max-width: 768px) {
  .one .container .title {
    padding: 10px;
  }
  .one .container .title p {
    margin-top: 5px;
  }
  .two .u-bd .bd ul li {
    width: 50%;
  }
  .two .u-bd .bd ul li .img-box {
    height: 106px;
  }
  .two .u-bd .bd ul li:last-child {
    display: none;
  }
  .two .u-bd .bd ul li .img-box img {
    opacity: 1;
    filter: none;
  }
  .two .u-bd .bd ul li .img-box .text {
    display: block;
  }
  .two .u-bd {
    height: auto;
  }
  .two .u-bd .hd ul li {
    margin: 0;
    padding-left: 0;
    text-align: center;
  }
  .two .u-bd .hd {
    padding: 10px 0;
  }
  .two .u-bd .hd .tit {
    padding-left: 0;
    text-align: center;
  }
  .two .u-bd .hd .tit .line {
    display: none;
  }
  .two .u-bd .hd ul {
    margin-top: 10px;
  }
  .three .bd ul li {
    width: 47%;
  }
  .three {
    padding: 30px 0;
  }
  .three .bd ul .c2 {
    display: none;
  }
  .three .title {
    margin-bottom: 20px;
  }
  .three .bd ul li {
    margin-bottom: 30px;
  }
  .four {
    padding: 30px 0;
  }
  .four .bd ul li {
    width: 24.9%;
  }
  .four .title {
    margin-bottom: 20px;
  }
  .one .l-1 .container .right {
    width: auto;
  }
  .nav-box {
    display: none;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 62px;
    left: 0;
  }
  .head .nav {
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  .head .nav .m-nav {
    color: #FFFFFF;
    display: inline-block;
    float: right;
  }
  .head .nav .m-nav span {
    font-size: 30px;
  }
  .head .nav img {
    float: left;
    width: 36%;
  }
  .head .nav .nav-box ul li {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .one .l-1 .container .right ul li {
    width: 32%;
    height: auto;
    margin-right: 5px;
  }
  .one .l-1 .container .right ul li .tb {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .one .l-1 .container .right ul li .tb span {
    font-size: 36px;
  }
  .one .l-1 .container .right ul li {
    padding-top: 15px;
  }
  .one .l-1 .container .right ul li .line {
    margin: 10px auto;
  }
  .one .l-1 .container .right ul li h4 {
    font-size: 14px;
  }
  .one .l-1 .container .right ul li:hover .tb {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    position: static;
  
  }
  .one .container .title h4 {
    color: #222222;
    font-size: 26px;
}
.one .l-1 .container .right .title h4 {
  color: #ffffff;
  font-size: 26px;
}
.one .l-1 .container .right .title p {
  margin-top: 9px;

}

  .one .l-1 .container .right ul li:hover{
    height: auto;
    background-color: rgba(25, 25, 28, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .one .l-1 .container .right ul li:hover p{
    display: none;
  }
  .one .l-1 .container .right ul li h6 {
    display: none;
  }
  .one .l-1 {
    height: auto;
    padding-top: 20px;
  }
  .one .l-1 .container .right ul {
    margin-bottom: 0;
  }
  .one .l-1 .container .right .title {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .one .l-2 .bd ul li .text {
    top: 0;
    
    padding-top: 45px;
  }
  .one .l-2 .bd ul li .text p {
    display: none;
  }
  .one .l-2 .bd ul li .text .line {
    display: none;
  }
  .one .l-2 .bd ul li .img-box img {
    opacity: 1;
    filter: none;
  }
  .one .l-2 .bd ul li .img-box:before {
    padding-bottom: 66%;
  }
  .foot .right {
    display: none;
  }
  .foot .left {
    padding: 0;
    margin-bottom: 20px;
  }
  .foot .left .title {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .foot .center .title {
    margin-bottom: 15px;
  }
  .foot .left .text {
    padding: 0 20px;
  }
  .head .nav {
    padding: 10px;
    background: #13171c;
    position: static;
  }
  .one .l-1 .container .right ul li {
    background-color: rgba(25, 25, 28, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .l-2 .bd ul {
    padding: 0 10px;
  }
  .one .l-2 {
    padding-bottom: 10px;
  }
  .two .u-bd .bd ul li .img-box .text p {
    line-height: 24px;
  }
  .three .bd ul li img {
    margin-bottom: 15px;
  }
  .three {
    padding: 30px 0 0;
  }
  .foot {
    padding: 20px 0;
  }
  .foot .left .text {
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 13px;
  }
  .foot .left .text p {
    margin-bottom: 8px;
  }
  .foot .left .title {
    margin-bottom: 15px;
  }
  .foot .center .message p input {
    display: inline-block;
    width: 65%;
  }
  .foot .center .message p span {
    display: inline-block;
  }
  .foot .center .message p {
    width: 45%;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #555555;
    margin-bottom: 15px;
    margin-right: 13px;
  }
  .foot .center {
    padding: 0 20px;
  }
  .foot .left .text .qq {
    display: none;
  }
  .two .u-bd .hd ul li {
    width: 50%;
    float: left;
  }
  .n-bd img {
    width: 100%;
  }
  .n-cont .n-nav ul li {
    padding: 5px 16px;
    display: inline-block;
    margin: 8px 5px;
  }
  .n-cont .n-nav {
    padding: 20px 0 20px;
  }
  .n-cont .prod .c1 li {
    width: 47%;
    margin: 0 1.5% 9px;
  }
  .n-cont .title {
    background: #f6f6f6;
    text-align: center;
    padding: 11px 39px;
  }
  .n-cont .prod .c1 li a p {
    color: #555555;
    font-size: 15px;
    text-align: center;
    background: #f6f6f6;
    line-height: 23px;
    padding: 5px;
  }
  .n-cont .title h4 {
    color: #222222;
    font-size: 28px;
    margin-bottom: 10px;
}
.n-cont .title p{
  display: none;
}
.n-cont .n-bd{
  padding: 0 10px;
  padding-bottom: 20px;
}
} */

.banner .hd {
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
}

.banner .hd ul li {
  width: 35px;
  display: inline-block;
  height: 4px;
  background: #fff;
  margin-right: 5px;
}

.banner .hd ul .on {
  background: #0581c4;
}

.banner1 img {
  width: 100%;
}
.two .u-bd .hd ul li a{
  color: #fff;
}

@media (max-width: 768px) {
  .banner .hd {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .one .l-1 .container .right ul li:hover .line {
    display: block;
}
.one .l-1 .container .right ul li:hover .line1 {
  display:none;
}
.one .l-1 .container .right ul li:hover .tb span {
  font-size: 36px;
}
.n-bd iframe {
  width: 100%;
}
}
/* @media (max-width: 1300px){
  .three .bd ul li {
      width: 47%;
  }
  .three .bd ul .c2 {
    display: none;
}
} */
.fixed{
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  display: none;
}
.fixed ul li{
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  background: #232323;
  text-align: center;
  font-size: 20px;
}
.fixed ul li a{
 
  color: #fff;
}
.fixed ul li:first-child{
  border-right:1px solid #9E9E9E; 
}
/* @media (max-width: 768px) {
  .fixed{
    display: block;
  }
  .foot-box{
      margin-bottom: 40px;
  }
} */