/* LESS Document */
/*--------------------------通用样式-------------------------------------*/
body {
  overflow-x: hidden;
}
.uk-container {
  width: 1200px;
  padding: 0 15px!important;
  margin-left: auto;
  margin-right: auto;
}
ul li {
  list-style: none;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none;
}
/*--------------------------通用样式-------------------------------------*/
.header {
  width: 100%;
  /*--------------------------导航-------------------------------------*/
}
.header .top {
  width: 100%;
  height: 30px;
  background: #e74f19;
}
.header .top .left {
  line-height: 30px;
  color: #fff;
}
.header .top .left p {
  margin: 0;
}
.header .top .right ul {
  margin: 0;
  padding: 0;
}
.header .top .right ul li {
  float: left;
  line-height: 30px;
  padding: 0 5px;
  color: #fff;
}
.header .top .right ul li a {
  line-height: 30px;
  color: #fff;
}
.header .signature {
  width: 100%;
  height: 120px;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.header .signature .left {
  margin-top: 30px;
}
.header .signature .right .search {
  float: left;
  width: 360px;
  padding-right: 20px;
}
.header .signature .right .search .lx_form_backgound {
  position: relative;
  margin-top: 43px;
}
.header .signature .right .search .lx_form_backgound input {
  width: 300px;
  height: 37px;
  border: 1px solid #e74f19;
  line-height: 37px;
  position: absolute;
  left: 0;
  top: 0;
}
.header .signature .right .search .lx_form_backgound button {
  background: #e74f19;
  height: 37px;
  color: #fff;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.header .signature .right .search .lx_form_backgound button:hover {
  background: #40403f;
}
.header .signature .right .telephone {
  float: right;
  width: 227px;
  height: 80px;
  margin-top: 28px;
}
.header .signature .right .telephone > p {
  margin-bottom: 0;
  padding-left: 37px;
}
.header .signature .right .telephone ul {
  padding: 0;
  margin: 0;
}
.header .signature .right .telephone ul li {
  float: left;
  padding: 5px 5px;
}
.header .signature .right .telephone ul li b {
  font-size: 21px;
}
.header .nav {
  width: 100%;
  background: #fff;
  height: 50px;
  position: relative;
}
.header .nav .navbar {
  width: 100%;
}
.header .nav .navbar > ul {
  margin: 0;
  padding: 0;
}
.header .nav .navbar > ul > li {
  float: left;
  height: 50px;
}
.header .nav .navbar > ul > li:hover .nav_dc {
  height: 480px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.header .nav .navbar > ul > li:hover .nav_bs {
  height: 235px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.header .nav .navbar > ul > li > a {
  height: 50px;
  width: 130px;
  display: block;
  font-size: 15px;
  color: #424242;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  overflow: hidden;
}
.header .nav .navbar > ul > li > a:hover span.a {
  top: 50px;
}
.header .nav .navbar > ul > li > a:hover span.b {
  top: 0;
}
.header .nav .navbar > ul > li > a span.a,
.header .nav .navbar > ul > li > a span.b {
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.header .nav .navbar > ul > li > a span.b {
  top: -50px;
  left: 0;
  background: #e74f19;
  color: #fff;
}
.header .nav .navbar > ul > li .nav_dc {
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 999;
  left: 0;
  top: 50px;
  overflow: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.header .nav .navbar > ul > li .nav_dc ul.li_er > li .xl-content {
  border-bottom: 1px solid #2d2d2d;
  padding: 15px 0;
}
.header .nav .navbar > ul > li .nav_dc ul.li_er > li .xl-content h5 a {
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fff;
}
.header .nav .navbar > ul > li .nav_dc ul.li_er > li .xl-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 75px;
  overflow: hidden;
}
.header .nav .navbar > ul > li .nav_dc ul.li_er > li .xl-content ol li {
  float: left;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 0;
}
.header .nav .navbar > ul > li .nav_dc ul.li_er > li .xl-content ol li a {
  font-size: 14px;
  padding: 15px;
  color: #fff;
}
.header .nav .navbar > ul > li .nav_dc ul.li_er > li .xl-content ol li a:hover {
  color: #e74f19;
}
.header .nav .navbar > ul > li .nav_dc ul.li_er > li .xl-content .more {
  text-align: right;
}
.header .nav .navbar > ul > li .nav_dc ul.li_er > li .xl-content .more a {
  padding-left: 15px;
  margin-bottom: 0;
  color: #fff;
}
.header .nav .navbar > ul > li .nav_dc ul.li_er > li .xl-content .more a:hover {
  color: #e74f19;
}
.header .nav .navbar > ul > li .nav_bs {
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 999;
  left: 0;
  top: 50px;
  overflow: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
}
.header .nav .navbar > ul > li .nav_bs .left {
  margin-left: 135px;
  padding-right: 30px;
  border-right: 1px solid #dcdbdb;
  float: left;
  padding-top: 10px;
  margin-top: 20px;
}
.header .nav .navbar > ul > li .nav_bs .left ul li a {
  color: #F5EFEF;
  line-height: 43px;
}
.header .nav .navbar > ul > li .nav_bs .left ul li a:hover {
  color: #e74f19;
}
.header .nav .navbar > ul > li .nav_bs .right {
  float: left;
  width: 300px;
  margin-left: 22px;
  height: 195px;
  background: red;
  margin-top: 22px;
  overflow-x: hidden;
}
.header .nav .navbar > ul li:nth-child(4) .nav_bs .left {
  margin-left: 397px;
}
/*--------------------------banner-------------------------------------*/
.banner {
  width: 100%;
  overflow: hidden;
}
/*--------------------------main-------------------------------------*/
.main {
  width: 100%;
  /*----诺力优势----*/
  /*----产品展示----*/
  /*----案例展示----*/
  /*----关于我们----*/
  /*----新闻资讯----*/
}
.main .ascendancy {
  width: 100%;
}
.main .ascendancy .ascendancy_title {
  width: 100%;
  text-align: center;
  margin-top: 120px;
}
.main .ascendancy .ascendancy_title h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
}
.main .ascendancy .ascendancy_title small {
  font-size: 14px;
  color: #999;
}
.main .ascendancy .ascendancy_title span {
  width: 170px;
  height: 3px;
  margin: 0 auto;
  display: block;
  background-image: url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/title.jpg");
}
.main .ascendancy .ascendancy_content {
  margin-top: 80px;
}
.main .ascendancy .ascendancy_content ul li {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.main .ascendancy .ascendancy_content ul li:hover {
  transform: translate(0, -40px);
}
.main .ascendancy .ascendancy_content ul li:hover .content {
  border: 1px solid #e74f19;
}
.main .ascendancy .ascendancy_content ul li:hover .content .title span {
  border: 1px solid #e74f19;
  color: #e74f19;
}
.main .ascendancy .ascendancy_content ul li:hover .content .title h4 {
  color: #e74f19;
}
.main .ascendancy .ascendancy_content ul li:hover .content .text p {
  color: #e74f19;
}
.main .ascendancy .ascendancy_content ul li:hover .content .more span {
  background: #e74f19;
  color: #fff;
  border: 1px solid #e74f19;
}
.main .ascendancy .ascendancy_content ul li .content {
  padding: 50px 30px;
  border: 1px solid #a0a0a0;
}
.main .ascendancy .ascendancy_content ul li .content .title {
  text-align: center;
}
.main .ascendancy .ascendancy_content ul li .content .title span {
  width: 70px;
  height: 70px;
  background: #fff;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  border-radius: 100%;
  line-height: 70px;
  font-size: 35px;
  display: block;
  margin: 0 auto;
}
.main .ascendancy .ascendancy_content ul li .content .title h4 {
  color: #a0a0a0;
  font-size: 18px;
  font-weight: bold;
}
.main .ascendancy .ascendancy_content ul li .content .text {
  text-align: center;
  margin-top: 30px;
}
.main .ascendancy .ascendancy_content ul li .content .text p {
  color: #a0a0a0;
  height: 60px;
  overflow: hidden;
}
.main .ascendancy .ascendancy_content ul li .content .more span {
  width: 100px;
  height: 30px;
  background: #fff;
  display: block;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 auto;
  border: 1px solid #a0a0a0;
  color: #a0a0a0 ;
}
.main .product {
  width: 100%;
  height: 895px;
  background: url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/product.jpg") no-repeat center;
  margin-top: 120px;
}
.main .product .product_title {
  width: 100%;
  text-align: center;
  margin-top: 120px;
}
.main .product .product_title h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.main .product .product_title small {
  font-size: 14px;
  color: #999;
}
.main .product .product_title span {
  width: 170px;
  height: 3px;
  margin: 0 auto;
  display: block;
  background-image: url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/title.jpg");
}
.main .product .content {
  width: 100%;
  overflow-y: hidden;
  margin-top: 50px;
}
.main .product .content .product_toggle {
  width: 100%;
  /*------
				li.uk-active{
					a{}
				}
				-----*/
}
.main .product .content .product_toggle li a {
  display: block;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #313131;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.main .product .content .product_toggle li a:hover {
  border: 2px solid #e74f19;
  color: #e74f19;
}
.main .product .content .product_toggle li a:focus {
  outline: none;
}
.main .product .content .lx_product_content {
  margin-top: 50px;
}
.main .product .content .lx_product_content ul li .list_product {
  width: 100%;
  background: #fff;
}
.main .product .content .lx_product_content ul li .list_product:hover .top img {
  transform: translate(0, -10px);
}
.main .product .content .lx_product_content ul li .list_product:hover .bottom {
  background: #e74f19;
}
.main .product .content .lx_product_content ul li .list_product:hover .bottom h4 {
  color: #ffffff;
}
.main .product .content .lx_product_content ul li .list_product:hover .bottom p {
  color: #fff;
}
.main .product .content .lx_product_content ul li .list_product .top {
  width: 100%;
  overflow: hidden;
}
.main .product .content .lx_product_content ul li .list_product .top a {
  display: block;
}
.main .product .content .lx_product_content ul li .list_product .top a img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.main .product .content .lx_product_content ul li .list_product .bottom {
  width: 100%;
  background: #313131;
}
.main .product .content .lx_product_content ul li .list_product .bottom h4 {
  color: #c1c1c1;
  padding-top: 15px;
  padding-left: 15px;
}
.main .product .content .lx_product_content ul li .list_product .bottom p {
  margin-bottom: 0;
  color: #c1c1c1;
  display: block;
  margin-left: 15px;
  padding-bottom: 15px;
}
.main .product .content .lx_product_content ul li .list_product .bottom p span {
  float: right;
  margin-right: 15px;
}
.main .product .more {
  width: 100%;
  margin-top: 60px;
}
.main .product .more a {
  width: 104px;
  height: 34px;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.main .product .more a:hover span.b {
  left: 0;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.main .product .more a:hover span.a {
  left: 104px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.main .product .more a span {
  width: 102px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ffffff;
  border-radius: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.main .product .more a span.b {
  left: -104px;
  z-index: 1;
  background: #e74f19;
  border: 1px solid #e74f19;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.main .case {
  width: 100%;
}
.main .case .case_title {
  width: 100%;
  text-align: center;
  margin-top: 120px;
}
.main .case .case_title h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.main .case .case_title small {
  font-size: 14px;
  color: #999;
}
.main .case .case_title span {
  width: 170px;
  height: 3px;
  margin: 0 auto;
  display: block;
  background-image: url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/title.jpg");
}
.main .case .case_title h3 {
  color: #333;
}
.main .case .lx_case_content {
  margin-top: 50px;
}
.main .case .lx_case_content ul li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.main .case .lx_case_content ul li:hover .title {
  bottom: 0;
}
.main .case .lx_case_content ul li a {
  width: 100%;
  display: block;
  position: relative;
  max-height: 248px;
  overflow: hidden;
}
.main .case .lx_case_content ul li a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  height: 248px;
  width: 100%;
}
.main .case .lx_case_content ul li a .title {
  width: 100%;
  height: 34px;
  position: absolute;
  bottom: -34px;
  left: 0;
  z-index: 1;
  background: #313131;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.main .case .lx_case_content ul li a .title h4 {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
  line-height: 34px;
  margin-bottom: 0;
  max-width: 200px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .case .lx_case_content ul li a .title span {
  width: 34px;
  height: 34px;
  background: #e74f19;
  display: block;
  float: right;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.main .case .lx_case_bottom {
  width: 100%;
  background: #c5ebfd;
  height: 500px;
  background: url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/case_backgound.jpg") no-repeat center;
}
.main .case .lx_case_bottom .text {
  width: 100%;
  text-align: center;
  margin-top: 150px;
}
.main .case .lx_case_bottom .text h2 {
  font-size: 36px;
  color: #455da2;
  font-weight: bold;
  margin-bottom: 5px;
}
.main .case .lx_case_bottom .text h2 small {
  font-weight: bold;
  font-size: 36px;
  color: #c08e23;
}
.main .case .lx_case_bottom .text span {
  font-weight: bold;
  color: #455da2;
}
.main .about {
  width: 100%;
  height: 627px;
  background: url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/about_backgound.jpg") no-repeat bottom center;
}
.main .about .about_title {
  width: 100%;
  text-align: center;
  margin-top: 120px;
}
.main .about .about_title h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.main .about .about_title small {
  font-size: 14px;
  color: #999;
}
.main .about .about_title span {
  width: 170px;
  height: 3px;
  margin: 0 auto;
  display: block;
  background-image: url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/title.jpg");
}
.main .about .about_title h3 {
  color: #fff;
}
.main .about .lx_about_content {
  width: 100%;
  height: 0;
  background: red;
  margin-top: 50px;
  position: relative;
}
.main .about .lx_about_content .lx_about {
  width: 100%;
  height: 615px;
}
.main .about .lx_about_content .lx_about .lx-content {
  width: 100%;
  height: 615px;
}
.main .about .lx_about_content .lx_about .lx-content ul li .lx_display {
  width: 100%;
  height: 205px;
  background: #e74f19;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.main .about .lx_about_content .lx_about .lx-content ul li .lx_display .text {
  padding: 30px;
  height: 60px;
  color: #fff;
}
.main .about .lx_about_content .lx_about .lx-content ul li .lx_display .text h3 {
  color: #fff;
}
.main .about .lx_about_content .lx_about .lx-content ul li .lx_display .text p {
  height: 60px;
}
.main .about .lx_about_content .lx_about .lx-content ul li .lx_display .text a {
  color: #fff;
}
.main .about .lx_about_content .lx_about .lx-content ul li:nth-child(1) {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.main .about .lx_about_content .lx_about .lx-content ul li:nth-child(even):hover .lx_display {
  background: #e74f19;
  transform: rotateY(360deg);
}
.main .about .lx_about_content .lx_about .lx-content ul li:nth-child(even) .lx_display {
  background: rgba(243, 151, 0, 0.5);
}
.main .about .lx_about_content .lx_about .lx-content ul li:nth-child(odd) {
  overflow: hidden;
}
.main .about .lx_about_content .lx_about .lx-content ul li:nth-child(odd):hover a {
  transform: scale(1.1);
}
.main .about .lx_about_content .lx_about .lx-content ul li:nth-child(odd) a {
  display: block;
  height: 205px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.main .news {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 205px;
}
.main .news .news_title {
  width: 100%;
  text-align: center;
  margin-top: 120px;
}
.main .news .news_title h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.main .news .news_title small {
  font-size: 14px;
  color: #999;
}
.main .news .news_title span {
  width: 170px;
  height: 3px;
  margin: 0 auto;
  display: block;
  background-image: url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/title.jpg");
}
.main .news .news_title h3 {
  color: #333;
}
.main .news .lx_news_content {
  width: 100%;
  margin-top: 50px;
}
.main .news .lx_news_content .news_left {
  width: 100%;
  height: 565px;
  background: #e74f19 url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/naws.png") no-repeat -30px 220px;
}
.main .news .lx_news_content .news_left .top {
  margin-top: 50px;
  margin-left: 100px;
}
.main .news .lx_news_content .news_left .top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.main .news .lx_news_content .news_left .top span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
}
.main .news .lx_news_content .news_left .top b {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  display: block;
}
.main .news .lx_news_content .news_left .bottom {
  width: 100%;
  margin-top: 118px;
  margin-left: 100px;
}
.main .news .lx_news_content .news_left .bottom ul {
  margin: 0;
  padding: 0;
}
.main .news .lx_news_content .news_left .bottom ul li {
  display: block;
  width: 115px;
}
.main .news .lx_news_content .news_left .bottom ul li:hover a {
  background: #fff;
  color: #333;
}
.main .news .lx_news_content .news_left .bottom ul li a {
  display: block;
  line-height: 38px;
  background: #313131;
  color: #a0a0a0;
  text-align: center;
  margin-bottom: 15px;
}
.main .news .lx_news_content .news_left .bottom ul li.uk-active a {
  background: #fff;
  color: #333;
}
.main .news .lx_news_content .news_right {
  width: 100%;
}
.main .news .lx_news_content .news_right > ul#news {
  margin: 0;
  padding: 0;
}
.main .news .lx_news_content .news_right > ul#news > li {
  width: 100%;
  height: 565px;
  background: #fff;
}
.main .news .lx_news_content .news_right > ul#news > li ul {
  padding: 0;
}
.main .news .lx_news_content .news_right > ul#news > li ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #e74f19;
  margin-bottom: 15px;
}
.main .news .lx_news_content .news_right > ul#news > li ul li:hover .text_content .left {
  background: #e74f19 ;
}
.main .news .lx_news_content .news_right > ul#news > li ul li:hover .text_content .left time {
  color: #fff;
}
.main .news .lx_news_content .news_right > ul#news > li ul li:hover .text_content .left span {
  color: #fff;
}
.main .news .lx_news_content .news_right > ul#news > li ul li:hover .text_content .right h4 {
  color: #e74f19;
}
.main .news .lx_news_content .news_right > ul#news > li ul li:hover .text_content .right p {
  color: #e74f19;
}
.main .news .lx_news_content .news_right > ul#news > li ul li .text_content {
  width: 100%;
}
.main .news .lx_news_content .news_right > ul#news > li ul li .text_content .left {
  float: left;
  width: 85px;
  height: 85px;
  background: #313131;
}
.main .news .lx_news_content .news_right > ul#news > li ul li .text_content .left time {
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #dedbdb;
  margin-top: 20px;
}
.main .news .lx_news_content .news_right > ul#news > li ul li .text_content .left span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #dedbdb;
  margin-top: 15px;
}
.main .news .lx_news_content .news_right > ul#news > li ul li .text_content .right {
  float: right;
  width: 705px;
}
.main .news .lx_news_content .news_right > ul#news > li ul li .text_content .right h4 {
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .news .lx_news_content .news_right > ul#news > li ul li .text_content .right p {
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 0;
  color: #888;
}
.footer {
  width: 100%;
  position: relative;
  margin-top: 120px;
  background: #313131;
}
.footer .link {
  width: 100%;
  height: 72px;
  position: absolute;
  top: -20px;
}
.footer .link .link_background {
  width: 100%;
  height: 72px ;
  background: url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/link_backgrond.png") no-repeat center;
}
.footer .link .link_background .link_bk {
  padding: 25px;
}
.footer .link .link_background .link_bk ul {
  overflow: hidden;
}
.footer .link .link_background .link_bk ul li {
  color: #fac098;
}
.footer .link .link_background .link_bk ul li a {
  color: #fac098;
}
.footer .link .link_background .link_bk ul li a:hover {
  color: #fff;
}
.footer .link .link_background .link_bk ul li:first-child {
  font-weight: bold;
  color: #fff;
}
.footer .footer_content {
  width: 100%;
  margin-top: 100px;
}
.footer .footer_content .left {
  width: 100%;
}
.footer .footer_content .left .top {
  width: 100%;
  padding-bottom: 20px;
}
.footer .footer_content .left .top h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.footer .footer_content .left .bottom ul {
  margin: 0;
  padding: 0;
}
.footer .footer_content .left .bottom ul li {
  line-height: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #8e8d8d;
  padding-left: 0;
  width: 120px;
  float: left;
  margin-right: 45px;
}
.footer .footer_content .left .bottom ul li a {
  color: #8e8d8d;
}
.footer .footer_content .left .bottom ul li a:hover {
  color: #e74f19;
}
.footer .footer_content .center {
  width: 100%;
  padding-left: 160px;
}
.footer .footer_content .center .top {
  width: 100%;
  padding-bottom: 20px;
}
.footer .footer_content .center .top h3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.footer .footer_content .center .bottom ul {
  margin: 0;
  padding: 0;
}
.footer .footer_content .center .bottom ul li {
  line-height: 25px;
  padding-left: 0;
  width: 100%;
  margin-right: 45px;
}
.footer .footer_content .center .bottom ul li p {
  color: #8e8d8d;
}
.footer .footer_content .center .bottom ul li p:hover {
  color: #e74f19;
}
.footer .footer_content .right {
  float: right;
  text-align: center;
}
.footer .footer_content .right .top {
  text-align: center;
}
.footer .footer_content .right .top h3 {
  color: #fff;
  font-weight: bold;
}
.footer .bq {
  width: 100%;
  background: #1a1a1a;
  margin-top: 50px;
}
.footer .bq .left {
  float: left;
}
.footer .bq .left p {
  margin: 0;
  line-height: 35px;
}
.footer .bq .right {
  float: right;
}
.footer .bq .right p {
  margin: 0;
  line-height: 35px;
}
/*--------------------------内页通用样式-------------------------------------*/
.ny_banner {
  width: 100%;
  height: 400px;
  background: #00a8e6;
}
.ny_left {
  width: 240px;
  height: auto;
  float: left;
}
.ny_left .top_left {
  width: 100%;
  margin-top: 40px;
}
.ny_left .top_left .title_left {
  width: 100%;
  height: 150px;
  background: #000000 url("/web/20181012102609im_/http://nuolisc.com/template/nl/images/ny_title.jpg") no-repeat center;
  border: 1px solid #e74f19;
  border-top: none;
}
.ny_left .top_left .title_left h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-left: 30px;
  padding-top: 65px;
}
.ny_left .top_left .title_left h3 span {
  margin-right: 10px;
}
.ny_left .top_left .content_left {
  width: 100%;
  border: 1px solid #eaeaea;
  border-top: 0;
}
.ny_left .top_left .content_left ul {
  margin: 0;
  padding-top: 20px;
  padding-left: 0;
}
.ny_left .top_left .content_left ul li {
  padding-left: 40px;
}
.ny_left .top_left .content_left ul li:hover {
  background: #e74f19;
}
.ny_left .top_left .content_left ul li:hover a {
  color: #fff;
}
.ny_left .top_left .content_left ul li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.ny_left .top_left .content_left ul li a span {
  font-size: 18px;
  margin-right: 15px;
  line-height: 36px;
}
/*--------------------------通用样式-------------------------------------*/
/*--------------------------通用样式-------------------------------------*/
/*--------------------------通用样式-------------------------------------*/
/*--------------------------通用样式-------------------------------------*/

/*
     FILE ARCHIVED ON 10:26:09 Oct 12, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:05:14 Aug 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 3.911
  load_resource: 524.895
  PetaboxLoader3.resolve: 97.942
  PetaboxLoader3.datanode: 13.77
*/