.width1200{ min-width:1200px;}
.indexcontent1600{ min-width:1200px; padding:0 50px; max-width:1700px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent1500{ min-width:1200px; padding:0 50px; max-width:1600px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent1400{ min-width:1200px; padding:0 50px; max-width:1500px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent1300{ min-width:1200px; padding:0 50px; max-width:1400px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent{ margin:0 auto; width:1200px;}
.indexcontent2{ margin:0 auto; max-width:1400px; min-width:1200px;}
@font-face {
  font-family: 'LincolnMillerBannerBeta-Semibold';
  src: url('../fonts/LincolnMillerBannerBeta-Semibold.ttf');
}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
a.bs:hover{ text-decoration:underline;}
.block{ display:block;}
.fl {
  float: left;
}

.fr {
  float: right;
}
.enlarge8{
  -moz-transition:all 0.8s; /* Firefox 4 */
  -webkit-transition:all 0.8s; /* Safari and Chrome */
  -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;
  cursor: pointer;
}

.enlarge4{
  -moz-transition:all 0.4s; /* Firefox 4 */
  -webkit-transition:all 0.4s; /* Safari and Chrome */
  -o-transition:all 0.4s; /* Opera */
  transition:all 0.4s;
  cursor: pointer;
}
.ellipsis{
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clearfix::after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 1px;
  width: 1px;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.content{ font-size:16px; color:#000; line-height:30px;}
.content *{ line-height:30px;}
.content img{ max-width:100%;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; background: #fff; border:#cccccc 1px solid; display: inline-block; width: 40px; line-height: 40px; line-height: 40px; margin-right: 8px; font-size: 16px; color: #999999;}
.pages a.active { background: #000; border:#000 1px solid; color: #fff }
.pages a:hover {  background: #000; border:#000 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 86px; line-height: 40px; line-height: 40px;}



/*悬浮*/
.fixed-box{
  position: fixed;
  right: 10px;
  top: 50%; margin-top:-177px;
  z-index: 9;
}
.fixed-box a{
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 1px;
  background:#019d3c;
}
.fixed-box .ico{ padding-top:5px; height:35px; text-align:center; line-height:35px;}
.fixed-box .ico img{ vertical-align:middle;}
.fixed-box .ico_txt{ font-size:12px; color:#fefefe; line-height:24px; text-align:center;}
.fixed-box a.goTop{
  background:#019d3c url(../images/xf_goto.png) no-repeat center;
}
.fixed-box .phone-box{
  
  position: relative;
}
.fixed-box .phone-box .phone{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  height: 70px;
  background-color: #666;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  opacity: 0;
}
.fixed-box .phone-box .phone span{
  font-weight: 800;
}

.fixed-box .phone-box:hover .phone{
  opacity: 1;
}
.fixed-box .ecode{
  position: relative;
}
.fixed-box .ecode .img{
  position: absolute;
  left: -155px;
  top: -45px;
  width: 150px;
  display: none;
}
.fixed-box .ecode .img img{
  width: 100%;
  object-fit: cover;
}
.fixed-box .ecode:hover .img{
  display: block;
}
/*首页*/
body{ background:#fff;}

.top1{ position:fixed; left:0; width:100%; height:85px; min-width:1200px; background:rgba(0,0,0,0.7); z-index:999; transition:all 0.63s;}
.top1:hover,
.top1.on{ background:#131313;}
.top1 .top_logo{ position:absolute; left:50px; top:29px;}
.fixed.top1{ background:#131313; /*box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);*/}

.top1 .top1_r{ position:absolute; right:50px; top:0; width:80px; height:80px;}

.top1 .top1_lang{ position:absolute; left:0; top:25px; width:30px; line-height:30px; font-size:16px; color:#fff; text-align:center;}
.top1 .top1_lang a{ color:#fff;}

.top1 .top1_r .hr{ position:absolute; left:50%; top:33px; background:#fff; width:1px; height:14px;}

.top_search_bt{ position:absolute; right:0px; top:25px; width:30px; line-height:30px; z-index:9999; text-align:center;}
/*
.top_search_bt .top_search_bg{ display:none; position:absolute; right:-2px; top:45px; background:url(../images/top_search_bg.png) no-repeat; width:300px; height:79px;}
.top_search_bt:hover .top_search_bg{ display:block;}
.top_search_bt .top_search_bg .top_search_txt{ position:absolute; left:25px; top:29px; width:205px; height:30px; border:0; background:#f8f8f8; outline:none;}
.top_search_bt .top_search_bg .top_search_bt{ position:absolute; right:17px; top:23px; width:40px; height:39px; border:0; background-color:transparent; cursor:pointer;}*/
.nsearch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.nsearch .nceng {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.nsearch form {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.nsearch form h2 {
  font-size: 45px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 70px 0;
}
.nsearch form .ctn {
  display: flex;
  width: 480px;
}
.nsearch form .ctn input {
  height: 50px;
}
.nsearch form .ctn .txt {
  width: 85%;
  padding: 0 15px;
  background-color: #f6f6f6;
  font-size: 14px;
  cursor: auto;
  border:0;
  box-sizing:border-box;
}
.nsearch form .ctn .btn {
  width: 15%;
  background: #000 url(../images/search-btn.png) no-repeat center;
  border:0;
  box-sizing:border-box;
}
.nh {
  height: 100px;
}

/*首页*/
.h300{ height:300px;}
.h200{ height:200px;}
.h160{ height:160px;}
.h140{ height:140px;}
.h130{ height:130px;}
.h120{ height:120px;}
.h100{ height:100px;}
.h90{ height:90px;}
.h80{ height:80px;}
.h70{ height:70px;}
.h60{ height:60px;}
.h50{ height:50px;}
.h40{ height:40px;}
.h30{ height:30px;}
.h20{ height:20px;}

.banner-container img{ display:block; width:100%; height:100vh; object-fit: cover;}
.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#fff; opacity:1; border-radius:50%; margin:0 6px !important; transition:all 0.3s;}
.banner-pagination .swiper-pagination-bullet-active{ background:#1b5f43;}

.banner_txt{ position:absolute; left:50%; top:50%; margin-left:-500px; margin-top:-110px; opacity:0; background:rgba(0,0,0,0.3); padding:30px 0; width:1000px; transition:all 1.0s;}
.banner_txt .txt1{ font-size:74px; color:#ffffff; font-weight:bold; line-height:80px; text-align:center;}
.banner_txt .txt2{ font-size:34px; color:#ffffff; font-weight:bold; line-height:80px; text-align:center;}
/*.ani-slide .banner_txt{
	transform:translate(-50%,-50%);
	opacity:1;
}*/

.nvideo { width: 100%; position: relative;}
/*.nvideo video { display:block; width: 100%;}*/
.nvideo .img {
  position: relative;
  padding: 28% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.nvideo .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.banner_box{ position:absolute; left:0; top:50%; right:0; transform:translateY(-50%);}
.banner_box .txt1{ font-size:55px; color:#fff; line-height:70px; font-family:LincolnMillerBannerBeta-Semibold, Arial, Helvetica, sans-serif; text-transform:uppercase;}
.banner_box .txt2{ font-size:35px; color:#fff; line-height:70px;}
.banner_box .hr{ width:110px; height:1px; background:#ccc; margin-top:20px; margin-bottom:30px;}
.banner_box .txt3{ font-size:14px; color:#cccccc; line-height:30px;}

.i_d1{ background: url(../images/i_d1_bg.jpg) no-repeat center; background-size: cover;}
.i_d1_l{ float:left; width:48%; box-sizing:border-box; padding-top:30px; padding-bottom:50px; padding-right:140px; position:relative;}
.i_d1_l .img1{ display:block; width:100%;}
.i_d1_l .img2{ position:absolute; right:0; bottom:0; display:block; width:44%;}
.i_d1_r{ float:right; width:45%;}
.i_title1{ position:relative;}
.i_title1 .title1{ font-size:40px; color:#000; line-height:50px; font-family:LincolnMillerBannerBeta-Semibold, Arial, Helvetica, sans-serif; text-transform:uppercase;}
.i_title1 .title2{ font-size:40px; color:#000; line-height:50px; margin-top:10px;}
.i_title1 .title2 img{ margin-left:10px; position:relative; top:-2px;}
.i_title1 a.i_title1_more{ position:absolute; right:0; top:50%; margin-top:-24px; display:block; width:192px; height:46px; border:#0c0c0c 1px solid; font-size:16px; color:#0c0c0c; line-height:46px; text-align:center;}
.i_title1 a.i_title1_more:hover{ background:#0c0c0c; color:#fff;}
.i_d1_r_txt{ font-size:16px; color:#4b4b4b; line-height:30px;}
a.i_d1_more{ display:block; width:192px; height:46px; border:#0c0c0c 1px solid; font-size:16px; color:#0c0c0c; line-height:46px; text-align:center;}
a.i_d1_more:hover{ background:#0c0c0c; color:#fff;}

.i_d1_list li{ float:left; width:206px; margin-left:calc((100% - 824px) / 3);}
.i_d1_list li:nth-child(4n+1){ margin-left:0;}
.i_d1_list li .txt1{ font-size:60px; color:#1c1c1c; line-height:80px; font-weight:bold;}
.hr{ height:1px; background:#e4e4e4; position:relative;}
.hr:after{content: "";width:25px; height: 3px; position: absolute; left: 0; top:-1px; background:#8a8a8a;}
.i_d1_list li .txt2{ font-size:18px; color:#555555; line-height:30px; margin-top:16px;}


.i_d2{ background: url(../images/i_d2_bg.jpg) no-repeat center; background-size: cover;}
.i_d2_c{ position:relative;}
.i_title2 .title1{ font-size:40px; color:#fff; line-height:50px; font-family:LincolnMillerBannerBeta-Semibold, Arial, Helvetica, sans-serif; text-transform:uppercase;}
.i_title2 .title2{ font-size:40px; color:#fff; line-height:50px; margin-top:10px;}
.i_title2 .title2 img{ margin-left:10px; position:relative; top:-2px;}
a.i_d2_more{ position:absolute; right:0; top:50%; margin-top:-24px; display:block; width:192px; height:46px; border:#fff 1px solid; font-size:16px; color:#fff; line-height:46px; text-align:center;}
a.i_d2_more:hover{ background:#fff; color:#000;}

.i_d3{ background:#f8f8f8;}
.i_d3_list li{ float:left; width:24%; margin-left:1.33%; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.i_d3_list li:nth-child(4n+1){ margin-left:0;}
.i_d3_list li .title{ padding:30px 8%; position:relative;}
.i_d3_list li .title .title1{ font-size:25px; color:#0c0c0c; line-height:40px; font-weight:bold;}
.i_d3_list li .title .title2{ font-size:16px; color:#838383; line-height:30px; text-transform:uppercase;}
.i_d3_list li .title:after{content: ""; position:absolute; right:8%; top:50%; width:11px; height:21px; margin-top:-11px; background:url(../images/i_d3_ico.png) center no-repeat;}
.i_d3_list li .img {
  position: relative;
  padding: 54% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d3_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d3_list li .mb{ position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.5); opacity:0; transition:all 0.3s;}
.i_d3_list li .mb .more{ position:absolute; left:50%; top:50%; width:50px; height:50px; line-height:50px; margin-left:-25px; margin-top:-25px; text-align:center; font-size:30px; color:#fff; border:#fff 1px solid; border-radius:50%;}
.i_d3_list li:hover .mb{ opacity:1;}



.i_d4_c{ position:relative;}
.i_d4_c_box1{ position:relative;}
.i_d4_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  z-index:3;
	  background:#000;
	  margin-top:100px;
	  margin-bottom:100px;

}
.i_d4_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.i_d4_c_list .swiper-slide img{ opacity:0.45;}
.i_d4_c_list .swiper-slide-active img{ opacity:1;}
.i_d4_c_list .swiper-slide .txt_box{ opacity:0;}
.i_d4_c_list .swiper-slide-active .txt_box{ opacity:1;}
/*.i_d4_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.i_d4_c_list li { position:relative;}
.i_d4_c_list li .img {
  position: relative;
  padding: 31% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d4_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}

.i_d4_c_prev{ position:absolute; left:9%; top:50%; margin-top:-33px; width:66px; height:66px; border-radius:50%; background:url(../images/i_d4_l.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d4_c_next{ position:absolute; right:9%; top:50%; margin-top:-33px; width:66px; height:66px; border-radius:50%; background:url(../images/i_d4_r.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}

.i_d4_c_list li .txt_box { position:absolute; left:0; bottom:-90px; width:100%;}
.i_d4_c_list li .txt_box .txt_box1{ float:left; width:30%;}
.i_d4_c_list li .txt_box .txt_box1 .txt1{ font-size:30px; color:#0c0c0c; line-height:40px; font-family:LincolnMillerBannerBeta-Semibold, Arial, Helvetica, sans-serif; text-transform:uppercase;}
.i_d4_c_list li .txt_box .txt_box1 .txt2{ font-size:25px; color:#0c0c0c; line-height:40px;}
.i_d4_c_list li .txt_box .txt_box2{ float:left; width:30%; font-size:18px; color:#464545; line-height:30px; height:80px; padding:10px 50px; box-sizing:border-box; position:relative;}
.i_d4_c_list li .txt_box .txt_box2:after{content: ""; position:absolute; left:0; top:50%; width:1px; height:60px; margin-top:-30px; background:#d5d5d5;}


.i_d5{ background: url(../images/i_d5_bg.jpg) no-repeat center; background-size: cover;}
.i_title5 .title1{ font-size:40px; color:#fff; line-height:50px; font-family:LincolnMillerBannerBeta-Semibold, Arial, Helvetica, sans-serif; text-transform:uppercase; text-align:center;}
.i_title5 .title2{ font-size:40px; color:#fff; line-height:50px; text-align:center; margin-top:10px;}
.i_title5 .hr1{ text-align:center;}
.i_d5_list{ width:960px; margin:0 auto;}
.i_d5_list li{ float:left; width:320px; position:relative;}
.i_d5_list li .ico{ text-align:center; line-height:70px;}
.i_d5_list li .hr1{ width:12px; height:2px; background:#fff; margin:15px auto;}
.i_d5_list li .txt{ font-size:20px; color:#ffffff; line-height:30px; text-align:center;}
.i_d5_list li:after{content: ""; position:absolute; left:0; top:50%; width:1px; height:100px; margin-top:-50px; background:#2e2e2e;}
.i_d5_list li:nth-child(1):after{ display:none;}
.i_d5_list li:hover .xz img{transform: rotateY(360deg)}
a.i_d5_more{ display:block; width:200px; height:50px; background:url(../images/i_d5_more_ico.png) bottom right no-repeat; margin:0 auto; font-size:18px; color:#ffffff; line-height:50px; text-align:center;}


.i_d6_txt_l{ float:left; width:50%; font-size:18px; color:#0c0c0c; line-height:35px;}
.i_d6_txt_r{ float:right; width:50%; font-size:14px; color:#676767; line-height:25px; text-align:right;}
.i_d6_list li{ float:left; width:50%; position:relative;}
.i_d6_list li .img {
  position: relative;
  padding: 32.5% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d6_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d6_list li .box{ position:absolute; left:9%; bottom:9%;}
.i_d6_list li .box .title1{ font-size: 30px; color: #fff; line-height: 50px;}
.i_d6_list li .box .hr1{ margin-top:10px; margin-bottom:10px;}
.i_d6_list li .box .title2{ font-size: 20px; color: #fff; line-height: 40px;}
a.i_d1_more{ display:block; width:192px; height:46px; background:#fff; border:#0c0c0c 1px solid; font-size:16px; color:#0c0c0c; line-height:46px; text-align:center; margin-top:20px;}
a.i_d1_more:hover{ background:#0c0c0c; color:#fff;}


.i_d7{ background:#f8f8f8;}
.i_d7_l{ float:left; width:20.4%;}
.i_d7_l_nav li{ font-size:20px; color:#282828; line-height:45px;}
.i_d7_l_nav li a{ color:#282828;}
.i_d7_l_nav li.on{ font-weight:bold;}
.i_d7_l_nav li .ico{ display:none; margin-left:10px; position:relative; top:0px; font-weight:normal;}
.i_d7_l_nav li.on .ico{ display:inline-block;}
.i_d7_r{ float:right; width:79.6%;}
.i_d7_list li{ float:left; width:48%; margin-left:4%; background:#fff; box-sizing:border-box; padding:25px; padding-bottom:40px;}
.i_d7_list li:nth-child(2n+1){ margin-left:0;}
.i_d7_list li .rq{ font-size:16px; color:#b9b9b9; line-height:30px;}
.i_d7_list li .title{ font-size:18px; color:#141414; line-height:40px;}
.i_d7_list li .hr1{ height:1px; background:#ebebeb; margin-top:15px; margin-bottom:15px;}
.i_d7_list li .txt1{ font-size:14px; color:#535252; line-height:30px; margin-bottom:15px;}
.i_d7_list li .img {
  position: relative;
  padding: 29% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d7_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d7_list li .more{ display:block; width:130px; height:40px; line-height:40px; background:url(../images/i_d7_more_ico.png) bottom left no-repeat; margin-top:20px; margin-left:0; transition:all 0.3s;}
.i_d7_list li:hover .fd img{transform: scale(1.05)}
.i_d7_list li:hover .more{ margin-left:10px;}

.footer1{ background:#1c1c1c;}
.footer1_l{ float:left; width:33.33%;}
.footer2_link{}
.footer2_link li{ float:left; width:32px; height:32px; margin-left:20px; position:relative; cursor:pointer;}
.footer2_link li:nth-child(1){ margin-left:0;}
.footer2_link li .ewm{ display:none; position:absolute; left:-54px; top:-150px; transition:all 0.3s;}
.footer2_link li:hover .ewm{ display:block;}
.footer_nav{ font-size:16px; color:#fff; line-height:30px;}
.footer_nav a{ color:#fff;}
.footer_nav span{ color:#707070; margin:0 10px;}
.footer1_c{ float:left; width:33.33%;}
.footer1_c_title1{ font-size:30px; color:#ffffff; line-height:40px; font-weight:bold;}

.footer_sel{ float:left; display:block; width:122px; height:34px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; margin-right:10px; border:#989898 1px solid; background:#1c1c1c; color:#fff; margin-top:10px;}
.footer1_c_ms_box{ float:left; display:block; width:188px; height:34px; box-sizing:border-box; border:#989898 1px solid; outline:none; margin-top:10px;}
.footer_inp{ float:left; display:block; width:140px; height:32px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; margin-right:10px; border:0; background:#1c1c1c; color:#fff;}
.footer_btn{ float:right; width:32px; height:32px; background:url(../images/footer_bt.png) center no-repeat; border:0; cursor:pointer;}
.footer_link{ font-size:16px; color:#fff; line-height:30px;}
.footer_link a{ color:#fff; margin-right:5px;}
.footer1_r{ float:left; width:33.33%;}
.footer1_r .txt1{ font-size:16px; color:#ffffff; line-height:30px;}
.footer1_r .txt2{ font-size:36px; color:#ffffff; line-height:60px; font-weight:bold;}
.footer1_r .txt3{ font-size:16px; color:#ffffff; line-height:30px;}
.footer1_r .txt3 *{ line-height:30px;}
.footer2{ background:#1c1c1c; border-top:#323130 1px solid; padding:15px 0;}
.footer2_txt{ font-size:14px; color:#fff; line-height:30px;}
.footer2_txt a{ color:#fff;}


/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; /*height:500px; object-fit: cover;*/}

.ab_d1_l{ float:left; width:46%;}
.ab_d1_img{ float:right; display:block; width:48.2%;}
.ab_d1_l_txt{ font-size:16px; color:#4b4b4b; line-height:30px;}
.ab_d1_l_txt *{ line-height:30px;}

.ab_d2{ background: url(../images/ab_d2_bg.jpg) no-repeat center; background-size: cover;}
.ab_d2_list{ /*padding:0 10%;*/}
.ab_d2_list li{ float:left; width:25%; border-left:#4b4b4c 1px solid; box-sizing:border-box; padding:18px 0;}
.ab_d2_list li:nth-child(1){ border-left:0;}
.ab_d2_list li .txt1{ font-size:18px; color:#fff; line-height:60px; text-align:center;}
.ab_d2_list li .txt1 span{ font-size:68px; color:#ffffff; margin-right:10px; font-weight:bold;}
.ab_d2_list li .txt2{ font-size:18px; color:#fff; line-height:30px; text-align:center;}

.ab_d3{ background:#fafafa;}
.ab_d3_title .title1{ font-size:40px; color:#0c0c0c; line-height:50px; font-family:LincolnMillerBannerBeta-Semibold, Arial, Helvetica, sans-serif; text-transform:uppercase; text-align:center;}
.ab_d3_title .title2{ font-size:40px; color:#0c0c0c; line-height:50px; text-align:center; margin-top:10px;}
.ab_d3_list li{ float:left; width:33.33%;}
.ab_d3_list li .title{ font-size:30px; color:#0c0c0c; line-height:50px; font-weight:bold;}
.ab_d3_list li .txt{ font-size:16px; color:#4b4b4b; line-height:30px; margin-top:5px;}

.ab_d4{ background: url(../images/ab_d4_bg.jpg) top center no-repeat;}

.dsj-prev{ background:url(../images/dsj_l_ico2.png) center no-repeat; width:67px; height:67px; position:absolute; left:0; top:50%; margin-top:-33.5px; z-index:2; cursor:pointer;}
.dsj-prev.swiper-button-disabled{ background:url(../images/dsj_l_ico1.png) center no-repeat;}
.dsj-next{ background:url(../images/dsj_r_ico2.png) center no-repeat; width:67px; height:67px; position:absolute; right:0; top:50%; margin-top:-33.5px; z-index:2; cursor:pointer;}
.dsj-next.swiper-button-disabled{ background:url(../images/dsj_r_ico1.png) center no-repeat;}

.dsj_box{ width:100%; box-sizing:border-box; background:#f7f7f7; padding:70px 0;}
.dsj_box .dsj_txt{ float:left; width:33%; margin-left:6%;}
.dsj_txt .txt1{ font-size:25px; color:#000000; font-weight:bold; line-height:40px; padding-top:60px; position:relative;}
.dsj_txt .txt2{ font-size:16px; color:#4b4b4b; line-height:30px; padding-top:30px;}
.dsj_img{ float:right; width:41.6%; margin-right:6%;}
.dsj_img .img{
  position: relative;
  padding: 27% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.dsj_img .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}

.dsjSwiper_dh{ height:260px;}
.dsj2_txt{ cursor:pointer; transition:all 0.3s;}
.dsj2_txt .txt{ text-align:center; height:40px; line-height:40px; font-size:22px; color:#ababab;}
.dsj2_txt .ico{ width:12px; height:12px; background:#fff; border:#ababab 7px solid; border-radius:50%; margin:0 auto; position:relative; margin-top:30px;}
.dsj2_txt .ico:after{content: ""; position:absolute; left:50%; bottom:19px; margin-left:-1px; width:2px; height:30px; background:#ababab;}
.dsjSwiper_dh .swiper-slide-active .dsj2_txt{ padding-top:75px;}
.dsjSwiper_dh .swiper-slide-active + div .dsj2_txt{ padding-top:140px;}
.dsjSwiper_dh .swiper-slide-active + div + div .dsj2_txt{ padding-top:100px;}
.dsjSwiper_dh .swiper-slide-active + div + div + div .dsj2_txt{ padding-top:117px;}
.dsjSwiper_dh .swiper-slide-active + div + div + div + div .dsj2_txt{ padding-top:30px;}
.swiper-slide-thumb-active .dsj2_txt .txt{ color:#000;}
.swiper-slide-thumb-active .dsj2_txt .ico{ border:#000 7px solid; background:#fff;}

.dsjSwiper_dh:after{content: "";width:100%; height: 20px; position: absolute; left: 0; bottom:0px; background:url(../images/dsj2_bg.png) center no-repeat; background-size:100% auto;}


.ab_d5{ background:#f7f7f7;}
.ab_d5_l{ float:left; width:30%;}
.ab_d5_l_txt{ font-size:16px; color:#4b4b4b; line-height:30px;}
.ab_d5_l_txt *{ line-height:30px;}


.ab_d5{ background:#f7f7f7;}
.ab_d5_box{ float:right; float:right; width:62%; margin-right:50px;}
.ab_d5_c{ position:relative;}
.ab_d5_c_list li{}
.ab_d5_c_list li .ab_d5_r_bg{ display:block; width:100%;}
.ab_d5_c_list li .box:nth-child(2){ position:absolute; left:5.5%; top:8%; width:29%;}
.ab_d5_c_list li .box:nth-child(3){ position:absolute; left:35.5%; top:20%; width:29%;}
.ab_d5_c_list li .box:nth-child(4){ position:absolute; left:65.5%; top:8%; width:29%;}
.ab_d5_c_list li .img{ width:100%; height:277px;}
.ab_d5_c_list li .img {
  position: relative;
  padding: 33.45% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ab_d5_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  object-fit: contain;
}

.ab_d5_c_list li .txt{ width:392px; max-width:100%; height:50px; line-height:48px; font-size:24px; color:#666666; text-align:center; border:#cdcdcd 1px solid; box-sizing:border-box; margin:30px auto 0 auto; transition:all 0.3s;}
.ab_d5_c_list li:hover .txt{ color:#ea5404;}

.ab_d5_c .ab_d5_c_prev{ position:absolute; left:-50px; top:50%; margin-top:-33px; width:38px; height:104px; background:url(../images/ab_d5_ico_l.png) #bebebe center no-repeat; z-index:2; cursor:pointer; transition:all 0.3s;}
.ab_d5_c .ab_d5_c_prev:hover{ background:url(../images/ab_d5_ico_l.png) #000 center no-repeat;}
.ab_d5_c .ab_d5_c_next{ position:absolute; right:-50px; top:50%; margin-top:-33px; width:38px; height:104px; background:url(../images/ab_d5_ico_r.png) #bebebe center no-repeat; z-index:2; cursor:pointer; transition:all 0.3s;}
.ab_d5_c .ab_d5_c_next:hover{ background:url(../images/ab_d5_ico_r.png) #000 center no-repeat;}
@media only screen and (max-width:1400px) and (min-width:0) {
	.ab_d5_c_list li .box:nth-child(2){ top:4%;}
	.ab_d5_c_list li .box:nth-child(3){ top:15%;}
	.ab_d5_c_list li .box:nth-child(4){ top:4%;}
}


.ab_d6_box{ background: url(../images/ab_d6_bg.jpg) no-repeat center; background-size: cover;}
.ab_d6_txt{ font-size:16px; color:#4b4b4b; line-height:35px; text-align:center; padding:0 100px;}
.ab_d6_txt *{ line-height:35px;}
.ab_d6_list{ text-align:center;}
.ab_d6_list li{ display:inline-block; margin:0 20px;}


.ab_d8_list li{ float:left; width:12%; margin-left:0.57%; margin-top:10px; border:#c0c0c0 1px solid; box-sizing:border-box;}
.ab_d8_list li:nth-child(8n+1){ margin-left:0;}
.ab_d8_list li .img{ text-align:center; line-height:89px;}
.ab_d8_list li .img img{ max-width:100%; max-height:89px;}

/*产品列表页*/
.p_nav1{ background:#000000; padding-top:25px; padding-bottom:25px;}
.p_nav1 .indexcontent1500{ position:relative;}
.p_nav1_list{ padding-right:300px;}
.p_nav1_list li{ display:inline-block; margin-right:16px;}
.p_nav1_list li a{ display:inline-block; padding:0 20px; height:45px; line-height:45px; text-align:center; font-size:20px; color:#fdfdfd; border-radius:5px;}
.p_nav1_list li.on a,
.p_nav1_list li:hover a{ background:#474747;}

.p_s_box{ position:absolute; right:0; top:50%; margin-top:-17px; display:block; width:270px; height:34px; box-sizing:border-box; border:#989898 1px solid; outline:none; overflow:hidden; border-radius:17px;}
.p_s_inp{ float:left; display:block; width:220px; height:32px; box-sizing:border-box; padding:0 20px; border:0; outline:none; font-size:14px; margin-right:10px; border:0; background:#000000; color:#fff;}
.p_s_btn{ float:right; width:32px; height:32px; background:url(../images/footer_bt.png) center no-repeat; border:0; cursor:pointer;}

.p_nav2_list{}
.p_nav2_list li{ display:inline-block; margin-right:40px;}
.p_nav2_list li a{ display:inline-block; height:35px; line-height:35px; text-align:center; font-size:18px; color:#000000;}
.p_nav2_list li.on a,
.p_nav2_list li:hover a{ font-weight:bold;}

.p_list li{ float:left; width:23%; margin-left:2.66%; margin-top:50px; position:relative;}
.p_list li:nth-child(4n+1){ margin-left:0;}
.p_list li .img {
  position: relative;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
  box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
}
.p_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  object-fit: cover;
}
.p_list li .txt{ padding:10px 0;}
.p_list li .txt .txt1{ font-size:16px; color:#000000; line-height:25px;}
.p_list li .txt .txt2{ font-size:16px; color:#000000; line-height:25px; font-weight:bold;}
.p_list li .p_lb_txt{ position:absolute; top:10px; left:-5px; line-height:24px; padding:0 16px; font-size:12px; color:#fff; background:#000; text-transform:uppercase;}


/*基材*/
.p_list2 li{ float:left; width:32%; margin-left:2%; margin-top:50px; position:relative;}
.p_list2 li:nth-child(3n+1){ margin-left:0;}
.p_list2 li .img {
  position: relative;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.p_list2 li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  object-fit: cover;
}
.p_list2 li .txt{ padding:10px 0;}
.p_list2 li .txt .txt1{ font-size:16px; color:#000000; line-height:25px;}
.p_list2 li .txt .txt2{ font-size:16px; color:#000000; line-height:25px; font-weight:bold;}
.p_list2 li .p_lb_txt{ position:absolute; top:10px; left:-5px; line-height:24px; padding:0 16px; font-size:12px; color:#fff; background:#000; text-transform:uppercase;}


/*产品详情*/
.n_weizhi{ font-size:16px; color:#818181; line-height:30px;}
.n_weizhi a{ color:#818181;}
.n_weizhi span{ color:#000;}

.p_i_d1{ position:relative;}
.p_i_d1_l{ width:45%;}

    .p_i_d1_l .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .p_i_d1_l .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .p_i_d1_l .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 0px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      /*opacity: 0.4;*/
    }

    .mySwiper .swiper-slide-thumb-active {
      /*opacity: 1;*/
    }
	.mySwiper .swiper-slide-thumb-active:after{content: ""; width:100%; height: 100%; position: absolute; left: 0; top:0px; box-sizing:border-box; border:#000 2px solid;}


.p_i_d1_l a { display:block; width:100%;}

.p_i_d1_l .img {
  position: relative;
  width:100%;
  padding: 60% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);*/
}
.p_i_d1_l .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.mySwiper_c{ position:relative; width:84%;}
.mySwiper_c .p_prev{ left:-40px; color:#aaa9a9; outline:none;}
.mySwiper_c .p_next{ right:-40px; color:#aaa9a9; outline:none;}
.mySwiper_c .p_prev:after,
.mySwiper_c .p_next:after{ font-size:30px;}
.mySwiper_c .img {
  position: relative;
  width:100%;
  padding: 60% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);*/
}
.mySwiper_c .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}


.p_i_d1_r{ position:absolute; right:0; bottom:0; width:45%;}
.p_i_d1_r_title{ font-size:28px; color:#000000; line-height:50px; padding-bottom:20px; border-bottom:#8b8b8b 1px solid;}
.p_i_d1_r_txt1{ font-size:16px; color:#000000; line-height:35px;}
.p_i_d1_r_txt1 *{ line-height:35px;}
.p_i_d1_r_txt1 img{ position:relative; top:-2px; margin-right:5px;}
a.p_i_d1_r_xz{ display:block; width:138px; height:38px; background:#000; border:#000 1px solid; line-height:38px; text-align:center; font-size:18px; color:#fff;}
a.p_i_d1_r_xz:hover{ background:#fff; color:#000;}
.p_i_d1_r_title2{ font-size:18px; color:#000;}

.p_i_d2{ background:#f8f8f8;}

/*基材产品详情*/
.pjc_i_title1{ font-size:30px; color:#000000; line-height:40px; text-align:center;}
.pjc_i_list{ background:#f6f6f6;}
.pjc_i_list li { position:relative;}
.pjc_i_list li .img {
  position: relative;
  width:100%;
  padding: 34% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);*/
}
.pjc_i_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.pjc_i_list li .pjc_i_img{ width:50%;}
.pjc_i_list li:nth-child(2n+1) .pjc_i_img{ float:left;}
.pjc_i_list li:nth-child(2n+1) .pjc_i_box{ position:absolute; right:0; top:50%}
.pjc_i_list li:nth-child(2n) .pjc_i_img{ float:right;}
.pjc_i_list li:nth-child(2n) .pjc_i_box{ position:absolute; left:0; top:50%}
.pjc_i_list li .pjc_i_box{ width:50%; box-sizing:border-box; padding:0 5%; transform:translateY(-50%);}
.pjc_i_list li .pjc_i_box .title{ font-size:24px; color:#111111; line-height:40px;}
.pjc_i_list li .pjc_i_box .txt{ font-size:16px; color:#3c3c3c; line-height:30px; margin-top:20px;}
.pjc_i_list li .pjc_i_box .txt *{ line-height:30px;}



/*案例展示*/
.case_nav{ text-align:center;}
.case_nav li{ display:inline-block; margin:0 10px;}
.case_nav li a{ display:block; padding:0 30px; height:45px; line-height:45px; font-size:20px; color:#000000;}
.case_nav li.on a,
.case_nav li:hover a{ background:#000; color:#fff;}

.case_c{ position:relative;}
.case_c_box1{ position:relative;}
.case_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  z-index:3;
	  background:#000;
	  margin-bottom:150px;

}
.case_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.case_c_list .swiper-slide img{ opacity:0.45;}
.case_c_list .swiper-slide-active img{ opacity:1;}
.case_c_list .swiper-slide .txt_box{ opacity:0;}
.case_c_list .swiper-slide-active .txt_box{ opacity:1;}
/*.case_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.case_c_list li { position:relative;}
.case_c_list li .img {
  position: relative;
  padding: 23% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.case_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}

.case_c_prev{ position:absolute; left:0; top:50%; margin-top:-110px; width:80px; height:80px; border-radius:50%; background:url(../images/i_d4_l.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.case_c_next{ position:absolute; right:0; top:50%; margin-top:-110px; width:80px; height:80px; border-radius:50%; background:url(../images/i_d4_r.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}

.case_c_list li .txt_box { position:absolute; left:50%; bottom:-140px; width:1000px; margin-left:-500px;}
.case_c_list li .txt_box .txt_box1{ float:left; width:30%;}
.case_c_list li .txt_box .txt_box1 .txt1{ font-size:30px; color:#0c0c0c; line-height:40px; font-family:LincolnMillerBannerBeta-Semibold, Arial, Helvetica, sans-serif; text-transform:uppercase;}
.case_c_list li .txt_box .txt_box1 .txt2{ font-size:25px; color:#0c0c0c; line-height:40px;}
.case_c_list li .txt_box .txt_box2{ float:left; width:30%; font-size:18px; color:#464545; line-height:30px; height:80px; padding:10px 50px; box-sizing:border-box; position:relative;}
.case_c_list li .txt_box .txt_box2:after{content: ""; position:absolute; left:0; top:50%; width:1px; height:60px; margin-top:-30px; background:#d5d5d5;}

.case_c_pagination{ position:absolute; left:0; bottom:105px !important; width:100%; text-align:center; z-index:2;}
.case_c_pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#a6a6a6; opacity:1; border-radius:50%; margin:0 6px !important; transition:all 0.3s;}
.case_c_pagination .swiper-pagination-bullet-active{ background:#0c0c0c;}


/*防伪*/
.fw_list li{ border-bottom:#ececec 1px solid; transition:all 0.3s;}
.fw_list li .txt{ height:176px; line-height:176px; font-size:45px; color:#000000; padding-left:30px; position:relative;}
.fw_list li .txt:after{content: "";width:103px; height: 13px; position: absolute; right: 75px; top:50%; background:url(../images/fw_ico.png) center no-repeat; margin-top:-6px;}
.fw_list li:hover{ background:#f1f1f1;}

.fw_links a.a1{ float:left; display:block; width:242px; height:52px; border:#000000 1px solid; line-height:52px; text-align:center; background:#fff; font-size:22px; color:#000000; margin-right:40px;}
.fw_links a.a1:hover{ background:#000000; color:#fff;}
.fw_links a.a2{ float:left; display:block; width:242px; height:52px; border:#000000 1px solid; line-height:52px; text-align:center; background:#000000; font-size:22px; color:#fff; margin-right:40px;}
.fw_links a.a2:hover{ background:#fff; color:#000000;}

/*方位详情页*/
.fw_i_l{ float:left; width:50%;}
.fw_i_l_title1{ font-size:30px; color:#0c0c0c; line-height:40px;  font-family:LincolnMillerBannerBeta-Semibold, Arial, Helvetica, sans-serif; text-transform:uppercase; padding-top:60px;}
.fw_i_l_title2{ font-size:42px; color:#000000; font-weight:bold; line-height:50px; padding-top:30px; padding-bottom:35px; position:relative;}
.fw_i_l_title2:after{content: "";width:100px; height: 3px; position: absolute; left: 0; bottom:0; background:#1f1f1f;}
.fw_i_l_txt{ font-size:18px; color:#000000; line-height:35px; margin-top:40px;}
.fw_i_l_txt *{ line-height:35px;}


.fw_i_r{ float:right; width:50%;}
.fw_i_r .video{ width:100%; height:435px;}
.fw_i_r .fw_i_r_txt{ font-size:16px; color:#000000; line-height:40px; margin-top:5px;}



/*新闻中心*/
.n_nav2_c{ background:#f1f1f1;}
.n_nav2_list{ height:130px; text-align:center;}
.n_nav2_c a{ display:inline-block; line-height:130px; height:130px; width:210px; font-size:20px; color:#5a5a5a; position:relative;}
.n_nav2_c a:before{content: ""; position:absolute; left:0; top:50%; width:1px; height:20px; margin-top:-10px; background:#d8d8d8;}
.n_nav2_c a:nth-child(1):before{ display:none;}
.n_nav2_c a:after{content: ""; position:absolute; left:50%; bottom:0; width:0px; height:2px; margin-left:0px; background:#0f0f0f; transition:all 0.3s;}
.n_nav2_c a.on:after,
.n_nav2_c a:hover:after{ width:88px; margin-left:-44px;}
.n_nav2_c a.on,
.n_nav2_c a:hover{ color:#000000;}
.news_title1{ font-size:35px; color:#0c0c0c; line-height:50px; text-align:center;}

.news_list li{ float:left; width:32%; margin-left:2%; margin-top:80px; background:#fff;}
.news_list li:hover{ background:#f8f8f8;}
.news_list li:nth-child(3n+1){ margin-left:0;}
.news_list li .img {
  position: relative;
  padding: 32% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.news_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.news_list li .box { padding:20px 15px 40px 15px;}
.news_list li .box .txt1{ font-size:16px; color:#b9b9b9; line-height:30px;}
.news_list li .box .txt2{ font-size:18px; color:#141414; line-height:30px;}
.news_list li .box .new_hr{ width:100%; height:1px; background:#ebebeb; margin:20px 0;}
.news_list li .box .txt3{ font-size:14px; color:#535252; line-height:30px; height:60px; overflow:hidden;}
.news_list li .box .more{ width:115px; height:32px; font-size:14px; color:#ffffff; line-height:32px; text-align:center; background:#292929; margin-top:20px;}
.news_list li:hover .fd img{transform: scale(1.05)}

.download_list li{ height:75px; padding:0 35px; font-size:18px; color:#000000; line-height:75px; position:relative;}
.download_list li:nth-child(2n+1){ background:#f1f1f1;}
.download_list li .ico{ position:relative; top:-2px; margin-right:10px;}
.download_list li a{ position:absolute; right:0; top:0; display:block; width:150px; height:75px; line-height:75px; font-size:16px; color:#7c7c7c; text-align:center;}
.download_list li .ico2{ position:relative; top:0px; margin-left:10px;}




/*新闻详情页*/
.news_i_title1{ font-size:20px; color:#222222; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:40px; text-align:center; padding-bottom:10px; border-bottom:#f1f1f1 1px solid;}

.news_i_more{ border-top:#efefef 1px solid; margin-top:50px; padding-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:98px; height:33px; line-height:33px; font-size:18px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:18px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; transition:all 0.3s;}
.news_i_more .li a:hover .ico1{ border:#085cc0 1px solid; background:url(../images/news_i_more_ico1_on.png) #085cc0 center no-repeat;}
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico2.png) center no-repeat; transition:all 0.3s;}
.news_i_more .li a:hover .ico2{ border:#085cc0 1px solid; background:url(../images/news_i_more_ico2_on.png) #085cc0 center no-repeat;}
a.news_i_more_back{ position:absolute; right:0; top:40px; display:block; height:33px; line-height:33px; font-size:18px; color:#222222;}


/*招贤纳士*/

.zp_list{ border-bottom:#d4d4d4 1px solid;}
.zp_list li{ background:#fff; height:65px; overflow:hidden;}
.zp_list li:nth-child(1),
.zp_list li:nth-child(2){ margin-top:0px;}
.zp_list li .zp_xx_list{ background:#fff;}
.zp_list li.bt .zp_xx_list{ background:#1f2124; color:#fff;}
.zp_list li .zp_xx_list{ border-top:#d4d4d4 1px solid; box-sizing:border-box; border-bottom:0;}
.zp_list li.bt .zp_xx_list{ border:#1f2124 1px solid;}
.zp_list li .zp_xx_list .li{ float:left; width:15.5%; height:63px; line-height:63px; text-align:center; font-size:16px;}
.zp_list li .zp_xx_list .li.cz{ float:right; width:5%;}
.zp_list li .zp_xx_list .li .ico{ display:block; width:100%; height:63px;  cursor:pointer; position:relative;}
.zp_list li .zp_xx_list .li .ico:after{content: "";width:100%;height:63px; position: absolute; left:0; top:0; font-size:16px; color:#ec6200; background: url(../images/zp_ico1.png) no-repeat center;}

.zp_list li .zp_xx2{ padding:20px 70px 30px 70px; background:#f9f9f9;}
/*.zp_list li .zp_xx2 .zp_xx2_box{ float:left; width:50%; padding:0 3%; padding-bottom:30px; box-sizing:border-box;}
.zp_xx2_box_bian{ border-right:#bfbfbf 1px solid; box-sizing:border-box;}
.zp_list li .zp_xx2 .zp_xx2_box .title{ font-size:20px; color:#585858; line-height:40px;}
.zp_list li .zp_xx2 .zp_xx2_box .box_txt{ font-size:18px; color:#585858; line-height:30px;}
.zp_list li .zp_xx2 .zp_xx2_box2{ display:inline-block; background:#ec6200; height:44px; line-height:44px; font-size:18px; color:#fff; padding:0 20px; margin-left:3%;}
.zp_list li .zp_xx2 .zp_xx2_box3{ display:inline-block; height:44px; line-height:44px; font-size:18px; color:#494949; margin-left:20px;}
.zp_list li .zp_xx2 .zp_xx2_box2 a.ljsq_bt{ display:inline-block; width:164px; height:44px; line-height:44px; text-align:center; background:#c3d72b; color:#fff; margin-right:20px;}*/
.zp_list li .zp_xx2 .title{ font-size:20px; color:#494949; line-height:40px; margin-top:10px; margin-bottom:10px;}
.zp_list li .zp_xx2 .txt1{ font-size:16px; color:#636363; line-height:30px;}
.zp_list li .zp_xx2 .txt2{ font-size:16px; color:#636363; line-height:30px; margin-top:20px; padding-top:20px; border-top:#e4e4e4 1px solid;}
.zp_list li .zp_xx2 .txt2 span{ font-size:16px; color:#0c0c0c; line-height:30px;}

.zp_list li.on{ height:auto;}
.zp_list li.on .zp_xx_list{}
.zp_list li.on .zp_xx_list .li .ico{}
.zp_list li.on .zp_xx_list .li .ico:after{content: ""; color:#ffb580; background: url(../images/zp_ico2.png) no-repeat center;}

.zp_d2_list{ padding:40px 30px; border:#c5c5c5 1px solid;}
.zp_d2_list li{ float:left; width:16.66%; box-sizing:border-box; line-height:47px; position:relative; font-size:20px; color:#3c3c3c; text-align:center;}
.zp_d2_list li .ico{ position:relative; top:-2px; margin-right:10px;}

.zp_xx2_box{ width:40%;}


/*联系我们*/
.lx_title{ height:90px; line-height:90px; text-align:center; position:relative;}
.lx_title:after{content: "";width:100%; height: 1px; position: absolute; left: 75px; top:50%; background:#b3b3b3;}
.lx_title span{ display:inline-block; height:90px; line-height:90px; padding:0 90px; background:#fff; font-size:35px; color:#0c0c0c; position:relative; z-index:2;}

.lx_list li{ float:left; width:25%; position:relative;}
.lx_list li .ico{ line-height:60px; text-align:center;}
.lx_list li .title{ font-size:18px; color:#141414; font-weight:bold; line-height:40px; text-align:center;}
.lx_list li .txt{ font-size:16px; color:#6f6f6f; line-height:30px; text-align:center;}
.lx_list li .txt *{ line-height:30px;}
.lx_list li:after{content: ""; width:1px; height: 85px; position: absolute; left: 0px; top:30px; background:#e5e5e5;}
.lx_list li:nth-child(1):after{ display:none;}
.lx_list li .ewm{ line-height:100px; text-align:center; margin-bottom:10px;}
.lx_list li .ewm img{ border:#c7c7c7 1px solid;}


/*授权经销商*/
.sqjxs_title{ font-size:22px; color:#000000; line-height:40px; text-align:center;}
.sqjxs_sel{ font-size:16px; color:#000000; text-align:center; height:30px; margin-left:10px; cursor:pointer;}

.sqjxs_list li{ float:left; width:25%; margin-top:50px;}
.sqjxs_list li .ico{ line-height:60px;}
.sqjxs_list li .title{ font-size:20px; color:#000000; line-height:30px; padding:15px 0; position:relative;}
.sqjxs_list li .title:after{content: ""; width:40px; height: 3px; position: absolute; left: 0px; bottom:0px; background:#101010;}
.sqjxs_list li .txt{ font-size:18px; color:#666666; line-height:30px; padding:15px 0; height:60px;}


/*授权门店*/
.md_box{ height:510px; padding-left:630px; position:relative;}
.md_box_l{ position:absolute; left:0; top:0; width:500px;}
.md_box_l_title{ font-size:42px; color:#000000; line-height:60px;}
.md_box_l_title2{ font-size:20px; color:#000000; line-height:40px; margin-top:50px;}
.sqmd_sel{ float:left; width:245px; height:35px; margin-top:10px; font-size:16px; padding:0 10px;}
.md_box_l_title3{ font-size:20px; color:#000000; line-height:40px; margin-top:50px; padding-bottom:15px; border-bottom:#8f8f8f 1px solid; margin-bottom:30px;}
.md_box_l_title3 img{ position:relative; top:-5px; margin-left:10px;}
.md_box_l_txt1{ font-size:30px; color:#000000; line-height:50px;}
.md_box_l_txt2{ font-size:16px; color:#000000; line-height:40px;}


/*招商加盟*/
.join_d1{ position:relative;}
.join_d1 .join_d1_img{ display:block; width:56%; height:664px;}
.join_d1 .join_d1_list{ position:absolute; right:0; bottom:50%; transform:translateY(50%); width:56%; background:#1f1f1f; padding:70px 5%; box-sizing:border-box;}
.join_d1 .join_d1_list li{ padding-left:40px; position:relative; font-size:18px; color:#ffffff; line-height:30px; margin-top:40px;}
.join_d1 .join_d1_list li:nth-child(1){ margin-top:0px;}
.join_d1 .join_d1_list li:after{content: ""; width:20px; height: 16px; position: absolute; left: 0px; top:7px; background:url(../images/join_d1_ico.png) center no-repeat;}

.join_d2{ background:url(../images/join_d2_bg.jpg) center no-repeat; background-size:cover; height:843px; position:relative;}
.join_d2:after{content: ""; width:100%; height: 1px; position: absolute; left: 0px; top:497px; background:#535353;}
.join_d2_list{ position:relative; z-index:1;}
.join_d2_list li{ float:left; width:12.5%;}
.join_d2_list li .ico{ width:104px; height:104px; line-height:104px; text-align:center; background:#fff; border-radius:50%; margin:0 auto;}
.join_d2_list li .dian{ width:10px; height:10px; padding:6px; margin:32px auto; border-radius:50%; transition:all 0.3s;}
.join_d2_list li .dian .dian_c{ width:10px; height:10px; background:#fff; border-radius:50%;}
.join_d2_list li:hover .dian{ background:rgba(255,255,255,0.09);}
.join_d2_list li .no{ font-size:18px; color:#777777; line-height:30px; text-align:center;}
.join_d2_list li .txt{ font-size:18px; color:#ffffff; line-height:30px; text-align:center;}

.join_d3_list li{ float:left; width:31%; margin-left:3.5%; margin-top:50px; background:#f7f7f7; height:346px; padding:45px 3% 0 3%; box-sizing:border-box;}
.join_d3_list li:nth-child(3n+1){ margin-left:0px;}
.join_d3_list li .ico{ width:94px; height:94px; line-height:94px; text-align:center; border:#a6a6a6 1px solid; border-radius:10px;}
.join_d3_list li .title{ font-size:30px; color:#0c0c0c; font-weight:bold; line-height:60px; margin-top:15px;}
.join_d3_list li .txt{ font-size:16px; color:#616161; line-height:25px; margin-top:15px;}

.join_d4{ background:url(../images/join_d4_bg.jpg) top center no-repeat; position:relative;}
.jm_box{ padding:70px 7.4%; background:#f9f9f9;}
.jm_list1 li{ float:left; width:48%; margin-left:4%;}
.jm_list1 li:nth-child(2n+1){ margin-left:0px;}
.jm_title{ font-size:22px; color:#242424; font-weight:bold; line-height:60px;}
.jm_list2 li{ float:left; width:30.66%; margin-left:4%;}
.jm_list2 li:nth-child(3n+1){ margin-left:0px;}
.jm_inp{ display:block; width:100%; background:#ffffff; border:#dddddd 1px solid; padding:0 18px; height:62px; box-sizing:border-box; font-size:16px; color:#747474; outline:none;}
.jm_sel{ display:block; width:100%; background:#ffffff; border:#dddddd 1px solid; padding:0 18px; height:62px; box-sizing:border-box; font-size:16px; color:#747474;}
.jm_bt{ display:block; width:330px; height:52px; background:#c70202; margin:0 auto; border:0; font-size:18px; color:#ffffff; line-height:52px; text-align:center; cursor:pointer;}

