li {
  list-style: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w990 {
  width: 990px;
  margin: 0 auto;
}
a {
  color: #666;
}
.next:focus {
  outline: none;
}
.prev:focus {
  outline: none;
}
img:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
em,
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
  content: " ";
  display: table;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 16px;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  min-width: 1200px;
}
html {
  padding: 0;
  margin: 0;
}
b {
  font-weight: normal;
}
.index-top .title {
  background: #e5e5e5;
}
.index-top .title .box {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top .title .box h2 {
  color: #666;
}
.index-top .title .box .sitemap {
  display: flex;
  align-items: center;
}
.index-top .title .box .sitemap b {
  color: #454545;
  padding: 0 5px 0;
}
.index-top .title .box .sitemap img {
  padding: 0 5px 0 20px;
}
.index-top .advertisement {
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-top .advertisement .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-top .advertisement .logo .pic {
  font-size: 36px;
  color: #332c2b;
  font-weight: bold;
  margin-right: 40px;
}
.index-top .advertisement .logo .text h2 {
  font-size: 20px;
  color: #332c2b;
  margin-bottom: 4px;
  font-weight: bold;
}
.index-top .advertisement .logo .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #f66b0e;
}
.index-top .advertisement .tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-top .advertisement .tel .tel-t {
  padding-left: 44px;
  background: url(../images/top-tel.png) no-repeat left center;
}
.index-top .advertisement .tel .tel-t span {
  font-size: 18px;
  display: block;
}
.index-top .advertisement .tel .tel-t b {
  font-size: 22px;
  font-weight: bold;
  color: #f66b0e;
  display: block;
}
.index-top .advertisement .tel .ewm {
  margin-left: 40px;
}
.index-top .advertisement .tel .ewm p {
  font-size: 14px;
}
.index-top .navigation {
  height: 60px;
  line-height: 60px;
  background: #f66b0e;
}
.index-top .navigation .box ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.index-top .navigation .box ul li {
  width: 10%;
}
.index-top .navigation .box ul li a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.index-top .navigation .box ul li a:hover {
  background: #f3e72a;
  color: #333333;
  font-weight: bold;
}
.index-top .navigation .box ul .active a {
  background: #f3e72a;
  color: #333333;
  font-weight: bold;
}
.index-banner {
  position: relative;
}
.index-banner .swiper-pagination {
  bottom: 100px;
  position: absolute;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fraction {
  bottom: 60px;
  left: 0;
  width: 100%;
}
.index-banner .swiper-slide img {
  width: 100%;
  display: block;
}
.t-serach {
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  z-index: 999;
  position: relative;
}
.t-serach .box {
  padding: 0 20px 0;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 2px 5px #c2c0c0;
}
.t-serach .box .left {
  display: flex;
  justify-content: flex-start;
  color: #808080;
  padding-left: 30px;
  background: url(../images/t-search.png) no-repeat left center;
}
.t-serach .box .left h2 {
  color: #808080;
  font-weight: bold;
}
.t-serach .box .left a {
  color: #999999;
  padding: 0 5px 0;
}
.t-serach .box .right {
  display: flex;
  align-items: center;
}
.t-serach .box .right input {
  font-size: 14px;
  width: 500px;
  height: 30px;
  padding-left: 10px;
  border: none;
  border-bottom: 1px solid #f66b0e;
  background: url(../images/sereach.png) no-repeat right center;
}
.t-title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: url(../images/t-title.png) no-repeat top center;
  height: 124px;
}
.t-title h2 {
  padding-top: 65px;
  font-size: 32px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.t-title h2 b {
  color: #f66b0e;
  font-weight: bold;
}
.t-title p {
  font-size: 15px;
  text-transform: uppercase;
  color: #909090;
  font-weight: normal;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
.index-youshi {
  padding: 50px 0;
}
.index-youshi .box {
  display: flex;
  justify-content: space-between;
}
.index-youshi .box .item {
  width: 228px;
  height: 189px;
  padding: 30px 0 0;
  text-align: center;
  cursor: pointer;
  background: url(../images/youshi_bg.png) no-repeat center center;
}
.index-youshi .box .item .icon {
  width: 78px;
  height: 63px;
  margin: 0 auto;
}
.index-youshi .box .item h2 {
  color: #f66b0e;
  font-size: 28px;
  margin: 0px 0 30px;
  font-weight: bold;
}
.index-youshi .box .item p {
  color: #fff;
  font-size: 18px;
}
.index-product {
  padding: 50px 0 30px;
  background: url(../images/foc_bg.jpg) no-repeat bottom center;
}
.index-product .t-title {
  background: url(../images/t-title1.png) no-repeat top center;
}
.index-product .t-title h2 {
  color: #fff;
}
.index-product .t-title h2 b {
  color: #fff;
}
.index-product .t-title p {
  color: #fff;
}
.index-product .box {
  margin-top: 50px;
  background: url(../images/foc_bg.png) no-repeat 10px center;
}
.index-product .box .picFocus {
  display: flex;
  justify-content: space-between;
}
.index-product .box .picFocus .hd {
  width: 270px;
  padding: 35px 0;
  text-align: right;
  background: url(../images/pro_left.png) no-repeat right top;
}
.index-product .box .picFocus .hd ul li {
  line-height: 40px;
  margin-bottom: 15px;
  line-height: 52px;
  background: url(../images/pro_nav.png) no-repeat center center;
}
.index-product .box .picFocus .hd ul li a {
  padding-right: 40px;
  display: block;
  color: #fff;
  font-size: 18px;
}
.index-product .box .picFocus .hd ul li:hover {
  background: url(../images/pro_nav_hover.png) no-repeat center center;
}
.index-product .box .picFocus .hd ul li:hover a {
  color: #333333;
}
.index-product .box .picFocus .hd ul h4 {
  line-height: 40px;
  margin-bottom: 15px;
  line-height: 52px;
  background: url(../images/pro_nav.png) no-repeat center center;
}
.index-product .box .picFocus .hd ul h4 a {
  padding-right: 40px;
  display: block;
  color: #fff;
  font-size: 18px;
}
.index-product .box .picFocus .hd ul h4:hover {
  background: url(../images/pro_nav_hover.png) no-repeat center center;
}
.index-product .box .picFocus .hd ul h4:hover a {
  color: #333333;
}
.index-product .box .picFocus .hd ul .on {
  background: url(../images/pro_nav_hover.png) no-repeat center center;
}
.index-product .box .picFocus .hd ul .on a {
  color: #333333;
}
.index-product .box .picFocus .bd {
  width: 905px;
}
.index-product .box .picFocus .bd .content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-product .box .picFocus .bd .content .list {
  width: 284px;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
}
.index-product .box .picFocus .bd .content .list .pic {
  width: 284px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  box-sizing: border-box;
}
.index-product .box .picFocus .bd .content .list .pic img {
  width: 100%;
  display: block;
  height: 224px;
}
.index-product .box .picFocus .bd .content .list h2 {
  position: absolute;
  bottom: 0;
  width: 284px;
  line-height: 44px;
  text-align: left;
  color: #fff;
  padding: 0 10px;
  background: url(../images/pro_icon.png) no-repeat 95% center rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}
.index-product .box .picFocus .bd .content .list:hover h2 {
  background: url(../images/pro_icon.png) no-repeat 95% center rgba(246, 107, 14, 0.8);
}
.index-product .box .picFocus .bd .content .list:nth-child(3n + 3) {
  margin-right: 0;
}
.index-product .box .picFocus .bd .content .list:nth-child(7),
.index-product .box .picFocus .bd .content .list:nth-child(8),
.index-product .box .picFocus .bd .content .list:nth-child(9) {
  margin-bottom: 0;
}
.index-quality {
  padding: 35px 0 0;
}
.index-quality .box {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.index-quality .box .item {
  padding: 175px 15px 20px 57px;
  width: 356px;
  height: 256;
  background: url(../images/quality1.jpg) no-repeat left center;
}
.index-quality .box .item h2 {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.index-quality .box .item p {
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.index-quality .box .item:nth-child(2) {
  background: url(../images/quality2.jpg) no-repeat left center;
}
.index-quality .box .item:nth-child(3) {
  background: url(../images/quality3.jpg) no-repeat left center;
}
.index-yingyong {
  padding: 50px 0;
  background: url(../images/pro_bg.jpg) no-repeat top center;
}
.index-yingyong .t-title {
  margin-bottom: 20px;
}
.index-yingyong .box {
  background: url(../images/pro1_bg.jpg) no-repeat right center;
  display: flex;
  justify-content: space-between;
}
.index-yingyong .box .slider {
  width: 980px;
  padding-top: 40px;
}
.index-yingyong .box .slider .pro_slider1 {
  display: flex;
  justify-content: space-between;
}
.index-yingyong .box .slider .pro_slider1 .list .pic {
  width: 230px;
  overflow: hidden;
}
.index-yingyong .box .slider .pro_slider1 .list .pic img {
  width: 230px;
  height: 186px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-yingyong .box .slider .pro_slider1 .list h2 {
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #f66b0e;
}
.index-yingyong .box .slider .pro_slider1 .list:hover .pic img {
  transform: scale(1.1);
}
.index-yingyong .box:nth-child(2) {
  background: url(../images/pro2_bg.jpg) no-repeat left center;
}
.index-yingyong .box:nth-child(2) .slider {
  margin-left: auto;
}
.index-yingyong .box:nth-child(2) .slider .tit a {
  margin-left: 0;
}
.index-ad1 {
  height: 240px;
  background: url(../images/ad1.jpg) no-repeat center center;
}
.index-ad1 .box {
  margin-left: auto;
  padding-top: 47px;
}
.index-ad1 .box b {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.index-ad1 .box p {
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}
.index-ad1 .box p span {
  color: #fff;
}
.index-ad1 .box .tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 620px;
  margin-top: 20px;
}
.index-ad1 .box .tel span {
  display: flex;
  align-items: center;
  color: #fff;
}
.index-ad1 .box .tel span h1 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.index-ad1 .box .tel a {
  color: #333333;
  font-size: 24px;
  display: block;
  width: 240px;
  line-height: 40px;
  text-align: center;
  background: url(../images/ad_a.png) no-repeat left center;
}
.index-ad2 {
  height: 240px;
  background: url(../images/ad2.jpg) no-repeat center center;
}
.index-ad2 .box {
  margin-left: auto;
  padding-top: 47px;
}
.index-ad2 .box b {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
}
.index-ad2 .box p {
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}
.index-ad2 .box p span {
  color: #fff;
}
.index-ad2 .box .tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 620px;
  margin-top: 20px;
}
.index-ad2 .box .tel span {
  display: flex;
  align-items: center;
  color: #fff;
}
.index-ad2 .box .tel span h1 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.index-ad2 .box .tel a {
  color: #333333;
  font-size: 24px;
  display: block;
  width: 240px;
  line-height: 40px;
  text-align: center;
  background: url(../images/ad_a.png) no-repeat left center;
}
.index-ad3 {
  height: 240px;
  background: url(../images/ad3.jpg) no-repeat center center;
}
.index-ad3 .box {
  margin-left: auto;
  padding-top: 47px;
}
.index-ad3 .box b {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
}
.index-ad3 .box p {
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}
.index-ad3 .box p span {
  color: #fff;
}
.index-ad3 .box .tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 620px;
  margin-top: 20px;
}
.index-ad3 .box .tel span {
  display: flex;
  align-items: center;
  color: #fff;
}
.index-ad3 .box .tel span h1 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.index-ad3 .box .tel a {
  color: #333333;
  font-size: 24px;
  display: block;
  width: 240px;
  line-height: 40px;
  text-align: center;
  background: url(../images/ad_a.png) no-repeat left center;
}
.index-ad4 {
  height: 240px;
  background: url(../images/ad4.jpg) no-repeat center center;
}
.index-ad4 .box {
  margin-left: auto;
  padding-top: 47px;
}
.index-ad4 .box b {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
}
.index-ad4 .box p {
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}
.index-ad4 .box p span {
  color: #fff;
}
.index-ad4 .box .tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 620px;
  margin-top: 20px;
}
.index-ad4 .box .tel span {
  display: flex;
  align-items: center;
  color: #fff;
}
.index-ad4 .box .tel span h1 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.index-ad4 .box .tel a {
  color: #333333;
  font-size: 24px;
  display: block;
  width: 240px;
  line-height: 40px;
  text-align: center;
  background: url(../images/ad_a.png) no-repeat left center;
}
.index-advan {
  padding: 50px 0 0;
}
.index-advan .ad-content {
  margin-top: 60px;
}
.index-advan .ad-content .box {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.index-advan .ad-content .box .pic {
  width: 650px;
}
.index-advan .ad-content .box .text {
  width: 510px;
  margin-top: 80px;
}
.index-advan .ad-content .box .text .title {
  margin-bottom: 25px;
  margin-left: -97px;
}
.index-advan .ad-content .box .text .title h2 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 135px;
  color: #f66b0e;
  background: url(../images/four_t.png) no-repeat left center;
}
.index-advan .ad-content .box .text .title h2 b {
  color: #333333;
  display: block;
}
.index-advan .ad-content .box .text .title p {
  font-size: 20px;
  color: #dddddd;
  text-transform: uppercase;
  margin-top: 5px;
}
.index-advan .ad-content .box .text .content p {
  font-size: 18px;
  line-height: 33px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #999999;
  background: url(../images/four_9.jpg) no-repeat 10px 12px;
}
.index-advan .ad-content .box:nth-child(2) .text .title {
  margin-left: 0px;
}
.index-advan .ad-content .box:nth-child(2) .text .title h2 {
  background: url(../images/four_t2.jpg) no-repeat left center;
}
.index-advan .ad-content .box:nth-child(3) .text .title {
  margin-left: -98px;
}
.index-advan .ad-content .box:nth-child(3) .text .title h2 {
  background: url(../images/four_t3.jpg) no-repeat left center;
}
.index-advan .ad-content .box:nth-child(4) .pic {
  text-align: right;
}
.index-advan .ad-content .box:nth-child(4) .text .title {
  margin-left: 0;
}
.index-advan .ad-content .box:nth-child(4) .text .title h2 {
  background: url(../images/four_t4.jpg) no-repeat left center;
}
.index-sevice {
  padding: 50px 0;
}
.index-sevice .box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index-sevice .box .list {
  width: 140px;
  background: url(../images/sevice.png) no-repeat right 44px;
}
.index-sevice .box .list a {
  display: block;
}
.index-sevice .box .list a .text {
  margin-top: 15px;
  text-align: center;
  margin-left: -33px;
  color: #999999;
}
.index-sevice .box .list:last-child {
  background: none;
  width: 110px;
}
.index-sevice .box .list:last-child a .text {
  margin-left: 0;
}
.index-kehu {
  padding: 10px 0 30px;
  background: url(../images/kehu_bg.jpg) no-repeat bottom center;
}
.index-kehu .box {
  position: relative;
  margin: 40px 0 20px;
  padding: 17px 0 20px;
  background: url(../images/case_box.png) no-repeat 85px top;
}
.index-kehu .box .gallery-top {
  width: 410px;
}
.index-kehu .box .gallery-thumbs {
  width: 765px;
  margin-top: 60px;
}
.index-kehu .box .item .pic {
  position: relative;
}
.index-kehu .box .item .pic a {
  display: block;
}
.index-kehu .box .item .pic img {
  width: 100%;
  display: block;
  height: 291px;
}
.index-kehu .box .item .pic .text {
  background: url(../images/kehu_icon.png) no-repeat 370px 50px rgba(222, 97, 13, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 26px;
}
.index-kehu .box .item .pic .text p {
  display: block;
  padding: 10px;
}
.index-kehu .box .next {
  right: 18px;
  position: absolute;
  bottom: 28px;
  z-index: 999;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.index-kehu .box .next .hover {
  display: none;
}
.index-kehu .box .next:hover img {
  display: none;
}
.index-kehu .box .next:hover .hover {
  display: block;
}
.index-kehu .box .prev {
  left: 1102px;
  position: absolute;
  z-index: 999;
  bottom: 28px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.index-kehu .box .prev .hover {
  display: none;
}
.index-kehu .box .prev:hover img {
  display: none;
}
.index-kehu .box .prev:hover .hover {
  display: block;
}
.index-kehu .box .list {
  background: #fff;
}
.index-kehu .box .list .pic img {
  width: 248px;
  display: block;
}
.index-kehu .box .list .text {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  width: 90%;
  color: #fff;
  text-align: left;
  padding: 0 5%;
  line-height: 41px;
}
.index-kehu .box .swiper-slide-thumb-active .list .text {
  background: rgba(222, 97, 13, 0.8);
}
.index-kehu .box .more {
  width: 195px;
  line-height: 82px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: url(../images/case_more.png) no-repeat center center;
}
.index-honor {
  position: relative;
  padding: 50px 0;
  background: url(../images/pac_bg.png) repeat-y center center;
}
.index-honor .box-slider-honor {
  margin-top: 50px;
  position: relative;
}
.index-honor .box-slider-honor .swiper-container {
  padding-bottom: 20px;
}
.index-honor .box-slider-honor .item {
  position: relative;
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 5px #e9e9e9;
  border: 1px solid #d3d3d3;
}
.index-honor .box-slider-honor .item a {
  margin: 5px;
  padding: 20px 20px 10px;
  display: block;
  border: 1px solid #f66b0e;
}
.index-honor .box-slider-honor .item a .pic {
  margin: 0 auto;
  width: 290px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-honor .box-slider-honor .item a .pic img {
  max-width: 100%;
  display: block;
  height: 205px;
}
.index-honor .box-slider-honor .item a .text h2 {
  text-align: center;
  font-size: 18px;
  color: #9d9d9d;
  padding: 10px 10px 0;
  line-height: 26px;
}
.index-honor .box-slider-honor .next {
  right: -40px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.index-honor .box-slider-honor .next .hover {
  display: none;
}
.index-honor .box-slider-honor .next:hover img {
  display: none;
}
.index-honor .box-slider-honor .next:hover .hover {
  display: block;
}
.index-honor .box-slider-honor .prev {
  left: -40px;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.index-honor .box-slider-honor .prev .hover {
  display: none;
}
.index-honor .box-slider-honor .prev:hover img {
  display: none;
}
.index-honor .box-slider-honor .prev:hover .hover {
  display: block;
}
.index-factory {
  padding: 50px 0;
  background: url(../images/factory_bg.jpg) no-repeat center center;
}
.index-factory .t-title {
  background: url(../images/t-title1.png) no-repeat top center;
}
.index-factory .t-title h2 {
  color: #fff;
}
.index-factory .t-title h2 b {
  color: #fff;
}
.index-factory .t-title p {
  color: #fff;
}
.index-factory .box {
  position: relative;
  margin-top: 50px;
  height: 359px;
  padding-top: 20px;
  background: url(../images/factory_box.png) no-repeat top center;
}
.index-factory .box .item {
  width: 423px;
  position: relative;
}
.index-factory .box .item .pic img {
  width: 100%;
  display: block;
  height: 280px;
}
.index-factory .box .item .text {
  line-height: 45px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  background: rgba(246, 107, 14, 0.8);
}
.index-factory .box .next {
  right: -20px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 999;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.index-factory .box .next .hover {
  display: none;
}
.index-factory .box .next:hover img {
  display: none;
}
.index-factory .box .next:hover .hover {
  display: block;
}
.index-factory .box .prev {
  left: -20px;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.index-factory .box .prev .hover {
  display: none;
}
.index-factory .box .prev:hover img {
  display: none;
}
.index-factory .box .prev:hover .hover {
  display: block;
}
.index-brand {
  padding: 50px 0;
}
.index-brand .box {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.index-brand .box .pic {
  position: relative;
  width: 100%;
}
.index-brand .box .pic .text {
  position: absolute;
  width: 500px;
  right: 35px;
  top: 30px;
}
.index-brand .box .pic .text .title {
  text-align: left;
  margin-bottom: 10px;
}
.index-brand .box .pic .text .title h2 {
  font-size: 22px;
  font-weight: bold;
  color: #f66b0e;
}
.index-brand .box .pic .text .content p {
  margin-bottom: 10px;
  text-indent: 2em;
  line-height: 26px;
  color: #999999;
  font-size: 16px;
}
.index-brand .box-slider-com {
  margin-top: 30px;
  position: relative;
}
.index-brand .box-slider-com .item {
  position: relative;
}
.index-brand .box-slider-com .item a {
  display: block;
}
.index-brand .box-slider-com .item a .pic {
  width: 278px;
  overflow: hidden;
}
.index-brand .box-slider-com .item a .pic img {
  width: 100%;
  display: block;
  height: 175px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.index-brand .box-slider-com .item a .pic:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.index-brand .box-slider-com .item a .text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 278px;
  color: #fff;
  line-height: 40px;
}
.index-brand .box-slider-com .item a .text h2 {
  text-align: center;
  font-size: 16px;
}
.index-brand .box-slider-com .next {
  right: -40px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 999;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.index-brand .box-slider-com .next .hover {
  display: none;
}
.index-brand .box-slider-com .next:hover img {
  display: none;
}
.index-brand .box-slider-com .next:hover .hover {
  display: block;
}
.index-brand .box-slider-com .prev {
  left: -40px;
  position: absolute;
  z-index: 999;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.index-brand .box-slider-com .prev .hover {
  display: none;
}
.index-brand .box-slider-com .prev:hover img {
  display: none;
}
.index-brand .box-slider-com .prev:hover .hover {
  display: block;
}
.index-news {
  background: #f5f4f4;
  padding: 50px 0;
}
.index-news .box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.index-news .box .newsFocus {
  width: 715px;
}
.index-news .box .newsFocus .hd {
  border-bottom: 1px solid #abb6ba;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.index-news .box .newsFocus .hd ul {
  display: flex;
  justify-content: flex-start;
}
.index-news .box .newsFocus .hd ul li {
  text-align: left;
}
.index-news .box .newsFocus .hd ul li a {
  font-size: 24px;
  color: #454545;
}
.index-news .box .newsFocus .hd ul li:hover a {
  font-weight: bold;
  position: relative;
}
.index-news .box .newsFocus .hd ul li:hover a:after {
  position: absolute;
  bottom: 0;
  background: #f66b0e;
  content: "";
  width: 100%;
  height: 4px;
  margin-bottom: -9px;
  left: 0;
}
.index-news .box .newsFocus .hd ul .on a {
  font-weight: bold;
  position: relative;
}
.index-news .box .newsFocus .hd ul .on a:after {
  position: absolute;
  bottom: 0;
  background: #f66b0e;
  content: "";
  width: 100%;
  height: 4px;
  margin-bottom: -9px;
  left: 0;
}
.index-news .box .newsFocus .hd ul b {
  padding: 0 20px 0;
  font-size: 24px;
  color: #454545;
}
.index-news .box .newsFocus .hd .more {
  height: 40px;
  line-height: 40px;
}
.index-news .box .newsFocus .hd .more a {
  text-transform: uppercase;
  font-size: 24px;
  display: none;
}
.index-news .box .newsFocus .hd .more a:first-child {
  display: inline;
}
.index-news .box .newsFocus .bd .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.index-news .box .newsFocus .bd .content .pic {
  overflow: hidden;
  position: relative;
}
.index-news .box .newsFocus .bd .content .pic img {
  width: 360px;
  display: block;
  height: 204px;
}
.index-news .box .newsFocus .bd .content .text {
  width: 330px;
}
.index-news .box .newsFocus .bd .content .text h2 {
  border-bottom: 1px dashed #abb6ba;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .box .newsFocus .bd .content .text h2 a {
  font-size: 16px;
  color: #454545;
  line-height: 26px;
  overflow: hidden;
}
.index-news .box .newsFocus .bd .content .text h2 a span {
  color: #454545;
  float: right;
  line-height: 26px;
}
.index-news .box .newsFocus .bd .content .text h2:nth-child(1) {
  margin-top: 0;
}
.index-news .box .picMarquee-top {
  width: 433px;
}
.index-news .box .picMarquee-top .title {
  border-bottom: 1px solid #abb6ba;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.index-news .box .picMarquee-top .title ul {
  display: flex;
  justify-content: flex-start;
}
.index-news .box .picMarquee-top .title ul li {
  width: 130px;
  text-align: left;
}
.index-news .box .picMarquee-top .title ul li a {
  font-size: 24px;
  color: #454545;
}
.index-news .box .picMarquee-top .title ul li:hover a {
  font-weight: bold;
  position: relative;
}
.index-news .box .picMarquee-top .title ul li:hover a:after {
  position: absolute;
  bottom: 0;
  background: #f66b0e;
  content: "";
  width: 100%;
  height: 4px;
  margin-bottom: -9px;
  left: 0;
}
.index-news .box .picMarquee-top .title ul .on a {
  font-weight: bold;
  position: relative;
}
.index-news .box .picMarquee-top .title ul .on a:after {
  position: absolute;
  bottom: 0;
  background: #f66b0e;
  content: "";
  width: 100%;
  height: 4px;
  margin-bottom: -9px;
  left: 0;
}
.index-news .box .picMarquee-top .title ul b {
  font-size: 24px;
  color: #454545;
}
.index-news .box .picMarquee-top .title a {
  text-transform: uppercase;
  font-size: 24px;
}
.index-news .box .picMarquee-top .picList {
  height: 250px;
  overflow: hidden;
}
.index-news .box .picMarquee-top .picList .group {
  border-bottom: 1px dashed #abb6ba;
  padding: 10px 0;
}
.index-news .box .picMarquee-top .picList .group h2 {
  font-size: 18px;
  color: #454545;
  line-height: 26px;
  margin-bottom: 10px;
}
.index-news .box .picMarquee-top .picList .group h2 a {
  color: #454545;
}
.index-news .box .picMarquee-top .picList .group p {
  font-size: 16px;
  color: #454545;
  line-height: 26px;
}
.index-news .box .picMarquee-top .picList .group p a {
  color: #454545;
}
.link {
  line-height: 70px;
  display: flex;
  justify-content: flex-start;
}
.link b {
  font-weight: bold;
  color: #000000;
}
.link a {
  width: 105px;
  display: block;
  text-align: center;
}
.index-foot {
  background: url(../images/foot.jpg) no-repeat top center;
}
.index-foot .navigation {
  height: 60px;
  line-height: 60px;
}
.index-foot .navigation .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .navigation .box h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: url(../images/foot_h2.png) no-repeat right center;
  width: 165px;
  padding-left: 30px;
}
.index-foot .navigation .box ul {
  display: flex;
  justify-content: flex-start;
  width: 980px;
}
.index-foot .navigation .box ul li {
  width: 96px;
  text-align: center;
  background: url(../images/foot_nav.jpg) no-repeat right center;
}
.index-foot .navigation .box ul li a {
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.index-foot .navigation .box ul li a:hover {
  font-weight: bold;
}
.index-foot .navigation .box ul li:last-child {
  background: none;
}
.index-foot .navigation .box ul .active a {
  font-weight: bold;
}
.index-foot .foot {
  padding: 20px 0;
}
.index-foot .foot .box {
  display: flex;
  justify-content: space-between;
}
.index-foot .foot .box .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-foot .foot .box .left .logo {
  text-align: center;
}
.index-foot .foot .box .left .logo p {
  line-height: 30px;
  color: #fff;
}
.index-foot .foot .box .left .list p {
  line-height: 33px;
  color: #fff;
}
.index-foot .foot .box .left .list p b {
  padding-left: 20px;
}
.index-foot .foot .box .left .list p a {
  color: #fff;
}
.index-foot .foot .box .left .list p:first-child {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.index-foot .foot .box .right {
  display: flex;
  justify-content: flex-start;
}
.index-foot .foot .box .right .zixun {
  margin-right: 20px;
  padding: 20px 0 0 0;
}
.index-foot .foot .box .right .zixun span {
  display: block;
  text-align: right;
  margin-top: 20px;
}
.index-foot .foot .box .right .zixun b {
  display: block;
  font-size: 22px;
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
}
.index-foot .foot .box .right .zixun a {
  margin-top: 15px;
  margin-left: auto;
  display: block;
  width: 145px;
  line-height: 35px;
  background: url(../images/foot_a.png) no-repeat center center;
  text-align: center;
  border-radius: 30px;
  color: #444c8b;
}
.index-foot .foot .box .right .pic {
  text-align: center;
}
.index-foot .foot .box .right .pic img {
  width: 105px;
  height: 104px;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
}
.index-foot .foot .box .right .pic p {
  color: #fff;
  margin-top: 5px;
}
.index-foot .bottom {
  background: #cdcaca;
  line-height: 55px;
}
.index-foot .bottom .box {
  display: flex;
}
.index-foot .bottom .box a {
  color: #000000;
}
