.top-nav {
  height: 150px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  background-image: linear-gradient(to bottom, #e9c65e, #f6df97, #e9c65e);
  position: relative;
}
.top-nav .mains {
  width: 1420px;
  position: relative;
  margin: 0 auto;
}
.top-nav .ul1 {
  float: right;
  overflow: hidden;
}
.top-nav .ul1 .li1 {
  float: left;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: left;
  height: 150px;
}
.top-nav .ul1 .li1:hover .a1 i {
  display: block;
}
.top-nav .ul1 .li1 .a1 {
  color: #333;
  display: block;
  padding-top: 46px;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-nav .ul1 .li1 .a1 span {
  font-size: 12px;
}
.top-nav .ul1 .li1 .a1 i {
  position: absolute;
  width: 20px;
  height: 6px;
  background-color: #333;
  left: 0;
  bottom: 36px;
  display: none;
}
.top-nav .ul1 .li1:hover .ul2 {
  height: 60px;
  overflow: visible;
  border: 1px solid #aaa;
}
.top-nav .ul1 .li1 .ul2 {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
  position: absolute;
  width: 1200px;
  border-radius: 30px;
  z-index: 99;
  background-image: linear-gradient(to bottom, #cececd, #edeeed, #cececd);
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 0 10px 1px #9a9a9a;
  line-height: 60px;
  padding: 0 20px;
}
.top-nav .ul1 .li1 .ul2 .li2 {
  float: left;
  width: 20%;
  position: relative;
  text-align: center;
}
.top-nav .ul1 .li1 .ul2 .li2:nth-last-child(1) .a2 {
  border-right: 0 none;
}
.top-nav .ul1 .li1 .ul2 .li2 .a2 {
  letter-spacing: 2px;
  display: inline-block;
  width: 100%;
  line-height: 16px;
  font-size: 16px;
  border-right: 2px solid #8f8f8f;
}
.top-nav .ul1 .li1 .ul2 .li2 .a2 span {
  vertical-align: 3px;
}
.top-nav .ul1 .li1 .ul2 .li2 a {
  color: #000;
}
.top-nav .logo {
  float: left;
  margin-top: 35px;
}
.slide .item a {
  display: block;
}
.slide .item a img {
  display: block;
}
.slide .carousel-indicators li {
  background-color: #9fa2a4;
  border: 0 none;
}
.slide .carousel-indicators li.active {
  background-color: #000;
}
.search {
  height: 150px;
  background: url("../image/index-yel-bg.png") no-repeat center;
}
.search .search-box {
  height: 100%;
}
.search .search-box-left {
  height: 100%;
  width: 565px;
  padding-top: 20px;
}
.search .search-box-left .rxcp {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
.search .search-box-left p {
  float: left;
  font-size: 18px;
  letter-spacing: 1px;
}
.search .search-box-left p a {
  color: #000;
  margin-right: 28px;
  float: left;
  width: 158px;
  line-height: 38px;
}
.search .search-box-left p a:hover {
  text-decoration: underline!important;
  font-weight: 700;
}
.search .search-box-left .rxcpm {
  margin-top: 10px;
}
.search .search-box-right {
  margin-top: 20px;
  padding-right: 20px;
}
.search .search-box-right p {
  font-size: 31px;
  font-weight: 700;
  font-family: Impact;
  text-align: right;
}
.search .search-box-right p span {
  letter-spacing: 3px;
  vertical-align: 3px;
}
.search .search-box-right .search-box1 {
  width: 580px;
  height: 52px;
  border: 1px solid #333;
  position: relative;
  border-radius: 10px;
  margin-top: 9px;
  overflow: hidden;
}
.search .search-box-right .search-box1 input {
  width: 100%;
  height: 100%;
  padding: 0 160px 0 10px;
  display: block;
}
.search .search-box-right .search-box1 a {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  color: #eac225;
  letter-spacing: 10px;
}
.index-title {
  text-align: center;
  margin-top: 100px;
  letter-spacing: 2px;
}
.index-title p:nth-child(1) {
  font-size: 58px;
  line-height: 70px;
  color: #333;
  font-weight: 700;
  letter-spacing: 10px;
}
.index-title p:nth-child(2) {
  line-height: 37px;
  color: #333;
  letter-spacing: 6px;
  font-size: 26px;
  font-weight: 700;
}
.index-title p:nth-child(3) {
  height: 60px;
  width: 330px;
  border-top: 5px solid #fff;
  position: relative;
  margin: -11px auto;
}
.index-title p:nth-child(3) .i1 {
  width: 100px;
  height: 7px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 3px;
}
.index-title p:nth-child(3) .i2 {
  width: 100px;
  height: 7px;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 3px;
}
.index-title p:nth-child(3) .i3 {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  background-color: #333;
  bottom: 16px;
  margin: 0 auto;
}
.index-title p:nth-child(3) .i4 {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  background-color: #333;
  bottom: 0;
  margin: 0 auto;
}
.index-title p:nth-child(3) span {
  letter-spacing: 0;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index-product {
  background: url("../image/index-bg.png") no-repeat center bottom;
  padding-bottom: 30px;
}
.index-product .index-more {
  margin: 0;
}
.slideTxtBox {
  height: 718px;
  margin-top: 50px;
}
.slideTxtBox .hd ul {
  margin-right: -20px;
}
.slideTxtBox .hd ul li {
  width: 200px;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  background-color: #eac225;
}
.slideTxtBox .hd ul li:nth-child(2n) {
  background-color: #ddd;
}
.slideTxtBox .bd {
  margin-top: 20px;
}
.slideTxtBox .bd ul {
  position: relative;
  margin-right: -30px;
}
.slideTxtBox .bd ul li {
  float: left;
  width: 285px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.slideTxtBox .bd ul li a {
  display: block;
  position: relative;
  color: #333;
  overflow: hidden;
}
.slideTxtBox .bd ul li a:hover div {
  bottom: 0;
}
.slideTxtBox .bd ul li a img {
  width: 100%;
}
.slideTxtBox .bd ul li a div {
  height: 150px;
  background-color: rgba(234, 194, 37, 0.6);
  position: absolute;
  bottom: -110px;
  width: 100%;
  transition: all 0.5s;
}
.slideTxtBox .bd ul li a div .index-pro-name {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding: 0 10px;
  letter-spacing: 2px;
}
.slideTxtBox .bd ul li a .index-pro-txt {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 26px;
  text-align: center;
  padding: 0 17px;
}
.slideTxtBox .bd ul li a .index-pro-txt .index-pro-more {
  display: block;
  font-weight: 700;
  text-align: center;
}
.index-more {
  margin: 30px 0;
}
.index-more a {
  display: block;
  text-align: center;
  color: #333;
  position: relative;
  width: 288px;
  height: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 auto;
  letter-spacing: 3px;
}
.index-more a i {
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #333;
  left: 0;
  top: 9px;
}
.index-more a .i2 {
  right: 0;
  left: auto;
}
.index-customer {
  overflow: hidden;
}
.index-customer .index-customer-list {
  margin-top: 40px;
}
.index-customer .index-customer-list ul li {
  width: 50%;
  float: left;
}
.index-customer .index-customer-list ul li:nth-child(3) .img-box span,
.index-customer .index-customer-list ul li:nth-child(4) .img-box span {
  left: -27px;
}
.index-customer .index-customer-list ul li .img-box {
  width: 300px;
  height: 300px;
  border: 18px solid #eac225;
  position: relative;
}
.index-customer .index-customer-list ul li .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-customer .index-customer-list ul li .img-box span {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #eac225;
  top: 0;
  bottom: 0;
  right: -27px;
  margin: auto 0;
  transform: rotate(45deg);
}
.index-customer .index-customer-list ul li .txt-box {
  width: 300px;
  height: 300px;
  background-color: #ddd;
  padding: 22px 40px 0 58px;
}
.index-customer .index-customer-list ul li .txt-box a {
  display: block;
  color: #333;
  position: relative;
  height: 100%;
}
.index-customer .index-customer-list ul li .txt-box a .video-name {
  font-size: 19px;
  line-height: 43px;
  font-weight: 700;
}
.index-customer .index-customer-list ul li .txt-box a .video-txt {
  line-height: 35px;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: justify;
}
.index-customer .index-customer-list ul li .txt-box a .video-arrow {
  text-align: right;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-customer .index-customer-list ul li .txt-box a .video-arrow span {
  font-size: 66px;
}
.index-about {
  height: 550px;
  background-color: #ddd;
  overflow: hidden;
}
.index-about .index-title {
  margin-top: 30px;
}
.index-about .index-title p:nth-child(2) {
  letter-spacing: 5px;
}
.index-about .index-title p:nth-child(3) {
  border-top: 5px solid #ddd;
}
.index-about .index-about-con {
  height: 550px;
  margin-top: 40px;
}
.index-about .index-about-con .index-about-con-left {
  width: 580px;
}
.index-about .index-about-con .index-about-con-left p:nth-child(1) {
  font-size: 20px;
  line-height: 46px;
  color: #333;
  font-weight: 700;
  letter-spacing: 2px;
}
.index-about .index-about-con .index-about-con-left p:nth-child(2) {
  line-height: 2px;
}
.index-about .index-about-con .index-about-con-left p:nth-child(2) span {
  display: inline-block;
  width: 140px;
  height: 2px;
  background-color: #eac225;
}
.index-about .index-about-con .index-about-con-left p:nth-child(3) {
  margin-top: 10px;
  font-size: 14px;
  text-indent: 2em;
  text-align: justify;
  line-height: 31px;
  letter-spacing: 2px;
}
.index-about .index-about-con .index-about-con-left p:nth-child(4) {
  text-align: right;
}
.index-about .index-about-con .index-about-con-left p:nth-child(4) a {
  display: inline-block;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #333;
  background-color: #eac225;
  letter-spacing: 2px;
  font-weight: 700;
}
.index-about .index-about-con .index-about-con-right {
  width: 50%;
  height: 100%;
  position: relative;
}
.index-about .index-about-con .index-about-con-right .gray-box {
  width: 530px;
  height: 300px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-about .index-about-con .index-about-con-right img {
  position: absolute;
  top: 0;
  bottom: 0;
}
.index-news .index-title p:nth-child(2) {
  letter-spacing: 3px;
}
.index-news .index-news-top-list {
  margin-top: 40px;
}
.index-news .index-news-top-list ul {
  margin-right: -120px;
}
.index-news .index-news-top-list ul li {
  float: left;
  width: 330px;
  height: 350px;
  margin-right: 105px;
  background: url("../image/index-news1.png") no-repeat top center;
}
.index-news .index-news-top-list ul li:nth-child(2) {
  background: url("../image/index-news2.png") no-repeat top center;
}
.index-news .index-news-top-list ul li:nth-child(3) {
  background: url("../image/index-news3.png") no-repeat top center;
}
.index-news .index-news-top-list ul li a {
  display: block;
  width: 310px;
  height: 190px;
  background-color: #ddd;
  margin: 0 auto;
  color: #333;
  padding: 0 20px;
  overflow: hidden;
  margin-top: 160px;
}
.index-news .index-news-top-list ul li a p {
  text-align: center;
}
.index-news .index-news-top-list ul li a p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}
.index-news .index-news-top-list ul li a p:nth-child(2) {
  line-height: 25px;
  letter-spacing: 2px;
}
.index-news .index-news-top-list ul li a p:nth-child(3) {
  line-height: 25px;
  margin-top: 10px;
}
.index-news .index-news-list {
  margin-top: 20px;
}
.index-news .index-news-list ul li {
  width: 580px;
  float: left;
  overflow: hidden;
  line-height: 38px;
  font-size: 16px;
}
.index-news .index-news-list ul li:nth-child(2n) {
  float: right;
}
.index-news .index-news-list ul li .iconfont {
  float: left;
  width: 28px;
  font-size: 12px;
}
.index-news .index-news-list ul li .news-name {
  float: left;
  width: 300px;
  color: #000;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
}
.index-news .index-news-list ul li .news-date {
  float: right;
  letter-spacing: 2px;
}
.index-news .index-more {
  margin-top: 20px;
}
.footer {
  margin-top: 100px;
}
.footer .footer-top .main span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #333;
}
.footer .footer-top .main ul {
  display: inline-block;
}
.footer .footer-top .main ul li {
  display: inline-block;
  margin: 0 20px;
  font-size: 16px;
}
.footer .footer-top .main ul li a:hover {
  font-weight: 700;
  text-decoration: underline!important;
  color: #333;
}
.footer .footer-bottom {
  height: 430px;
  margin-top: 18px;
  background-color: #eac225;
  overflow: hidden;
}
.footer .footer-bottom .footer-bottom-ul1 {
  width: 558px;
  margin-top: 38px;
}
.footer .footer-bottom .footer-bottom-ul1 ul li:nth-child(1) {
  font-size: 37px;
  font-weight: 700;
  color: #333;
  letter-spacing: 2px;
}
.footer .footer-bottom .footer-bottom-ul1 ul li:nth-child(2) {
  margin-bottom: 20px;
}
.footer .footer-bottom .footer-bottom-ul1 ul li:nth-child(2) span {
  display: inline-block;
  width: 160px;
  height: 1px;
  background-color: #333;
}
.footer .footer-bottom .footer-bottom-ul1 ul li:nth-child(3),
.footer .footer-bottom .footer-bottom-ul1 ul li:nth-child(4),
.footer .footer-bottom .footer-bottom-ul1 ul li:nth-child(5) {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: 2px;
  color: #333;
}
.footer .footer-bottom .footer-bottom-ul2 {
  width: 214px;
  margin-top: 57px;
}
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(1) {
  font-size: 23px;
  font-weight: 700;
  color: #333;
  letter-spacing: 2px;
}
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(2) {
  margin-bottom: 25px;
}
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(2) span {
  display: inline-block;
  width: 160px;
  height: 1px;
  background-color: #333;
}
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(3),
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(4),
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(5) {
  margin-bottom: 26px;
}
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(3) a,
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(4) a,
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(5) a {
  float: left;
  color: #333;
  font-weight: 700;
  letter-spacing: 2px;
}
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(3) a:nth-child(2),
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(4) a:nth-child(2),
.footer .footer-bottom .footer-bottom-ul2 ul li:nth-child(5) a:nth-child(2) {
  float: right;
}
.footer .footer-bottom .footer-bottom-ul3 {
  margin-top: 57px;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(1) {
  font-size: 23px;
  font-weight: 700;
  color: #333;
  letter-spacing: 2px;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(2) {
  margin-bottom: 25px;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(2) span {
  display: inline-block;
  width: 160px;
  height: 1px;
  background-color: #333;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(3) {
  margin-bottom: 16px;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(3) .search-box {
  width: 324px;
  height: 40px;
  border: 2px solid #aaa;
  position: relative;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(3) .search-box input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 42px 0 10px;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(3) .search-box a {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #aaa;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(4),
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(5) {
  margin-bottom: 18px;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(4) a,
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(5) a {
  float: left;
  color: #333;
  font-weight: 700;
  letter-spacing: 2px;
}
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(4) a:nth-child(2),
.footer .footer-bottom .footer-bottom-ul3 ul li:nth-child(5) a:nth-child(2) {
  float: right;
}
.footer .footer-bottom .footer-bottom-p1 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  padding: 14px 250px;
  line-height: 35px;
  letter-spacing: 3px;
}
.footer .footer-bottom .footer-bottom-p2 {
  text-align: center;
  color: #69560b;
  line-height: 50px;
  letter-spacing: 2px;
}
.banner img {
  display: block;
  width: 100%;
}
.product-nav {
  width: 220px;
}
.product-nav .product-center-nav .product-nav-logo {
  height: 112px;
  background-color: #e2ab14;
  overflow: hidden;
}
.product-nav .product-center-nav .product-nav-logo img {
  display: block;
  width: 150px;
  margin: 34px auto;
}
.product-nav .left-ul1 {
  margin-top: 20px;
  background-color: #e2ab14;
}
.product-nav .left-ul1 .left-li1 {
  line-height: 40px;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
}
.product-nav .left-ul1 .left-li1 a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}
.product-nav .left-ul1 .left-li1 .left-ul2 {
  display: none;
  background-color: #f9f9f9;
}
.product-nav .left-ul1 .left-li1 .left-ul2 li {
  border-bottom: 1px dashed #999;
  padding-left: 20px;
}
.product-nav .left-ul1 .left-li1 .left-ul2 li:nth-last-child(1) {
  border-bottom: 0 none;
}
.product-nav .left-ul1 .left-li1 .left-ul2 li a {
  color: #444;
}
.product-nav .left-ul1 .left-li1 span {
  margin-right: 5px;
}
.product-nav .left-ul1 .cpli {
  padding-left: 0;
}
.product-nav .left-ul1 .cpli .cpli-a1 {
  display: block;
  padding-left: 20px;
}
.product-con {
  width: 960px;
}
