@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0; vertical-align: middle;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1440px; margin: 0 auto;}
.w1200{ width:1200px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}



@font-face {
    font-family: 'Patrician';
    src: url('../font/patrician.8b5f0c28.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* 导航栏 */
.header_nav{height:115px; width:100%; position:absolute; top:0; left:0; background: rgba(0,0,0,0.8); z-index: 9; padding: 0px 2%}
.h_logo{width:auto; height:auto; float: left;  font-size: 24px; color: #fff; font-weight: bold;margin-left:3%;}
.h_logo span{font-size: 30px; color: #fff; font-weight: bold; font-family: "Impact"; float: left; display: block; margin-right:12px}
.nav{width:58%; height:85px;float: left; margin-left:2%; }
.nav .nLi{position:relative;float:left;display:inline;height:85px; line-height:85px;  width:14.2%; text-align: center; 
	background: url(../images/nav_xs.png) no-repeat right center}
.nav .nLi h3{float:left;text-align:center;  font-weight: normal; width: 100%; height: 100%;}
.nav .nLi h3 p{width:100%;height:100%; color:#fff; font-size:18px;}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#fff; text-align: center; }
.nav .sub{position:absolute;top:85px;left:50%; z-index:999;display:none;padding:0;width:180px; margin-left:-70px; background:#f5f4f4;line-height:26px;}
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;font-size:14px}
.nav li.active h3{background:url(../images/lan_dx.png) no-repeat bottom center}
.sub li:hover a{color:#4778c0;}
.nav .nLi:last-child{background: none;}
.header_right{float: right; height: 100%; }
.h_dianhua{float: left; background: url(../images/dh_icon.png) no-repeat left center; font-size: 16px; color: #fefefe; padding-left:40px; line-height: 85px; height: 85px;}
.h_yuyan{float: left; background: url(../images/h_xs.png) no-repeat left center;  height: 85px; margin-left:10px; width: 150px;  }
.h_yuyan a{font-size: 16px; color: #fff; line-height: 85px; margin-left:8%; background: url(../images/h_xs.png) no-repeat right center; padding-right:15px}
.h_yuyan a:last-child{background: none; padding-right: 0}








/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner img{width:100%; height: auto; display: block}
.banner .swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}

.banner .swiper-pagination-bullet-active{background: #0796e5}
.swiper-container-horizontal>.banner .swiper-pagination-bullets,.banner  .swiper-pagination-custom, .banner .swiper-pagination-fraction{top:40%; left:4%; bottom:0; width: 71px; color:#fff; height: 50px; text-align: left}
.banner .swiper-pagination-current{font-size: 36px; color: #fff}
.banner .swiper-pagination-total{font-size: 16px;}
.banner .swiper-pagination img{width:71px; margin: 5px 0}
.banner .swiper-button-next, .banner .swiper-button-prev{width:108px; height:30px; line-height: 30px; left:auto; top:auto; bottom:10%; font-size: 16px; color: #fff;}
.banner .swiper-button-next{background: url(../images/right.png) no-repeat right center; right:18%; padding-right: 10px;}
.banner .swiper-button-prev{background: url(../images/left.png) no-repeat left center; right:24%; padding-left:10px;}
.banner .swiper-button-next:after, .banner .swiper-container-rtl .swiper-button-prev:after{content: ""}
.banner .swiper-button-prev:after, .banner .swiper-container-rtl .swiper-button-next:after{content: ""; background: url(../images/h_xs.png) no-repeat right center; width: 1px; height: 30px; position: absolute; top:0; right:0}
.banner_icon{width:22px; height: 22px; display: block;  position: absolute;  left:50%; margin-left:-11px; z-index: 999; 
animation-name: mymove; animation-duration: .6s; animation-timing-function: linear; animation-iteration-count: infinite;
animation-direction: alternate; animation-play-state: running;}
@keyframes mymove
{
	 0% {
            bottom: 12%;
        }

        100% {
            bottom: 11%;
        }
}









/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; margin-top: 99px; margin-bottom: 80px;}
.index_about_left{width:61%; height: auto; float: left}
.index_about_title{width:100%; height: auto; overflow: hidden}
.about_title_left{float: left}
.about_title_left h3{font-size: 40px; color: #222222; font-weight: bold; float: left}
.about_title_left i{width:12px; height: 12px; display: block; background: #e5e5e5; float: left; margin: 30px 8px 0; border-radius: 50%; }
.about_title_left p{font-size: 16px; color: #333333; font-family: "Arial"; float: left; margin-top: 28px;}
.index_about_title a{width:41px; height: 41px; float: right; margin-top: 10px;}
.index_about_info{width:100%; height: auto; overflow: hidden; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; padding: 40px 0; margin-top: 32px;}
.index_about_info a{width:100%; height: 460px; display: block; font-size: 16px; color: #333333;  word-break:break-all; display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; line-height: 29px;}
.index_about_info p {
    line-height: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	line-height: 27px;}
.index_about_xx{width:100%; height: auto; overflow: hidden; margin-top:6%}
.index_about_xx dl{width:auto; height: auto; float: left; background: url(../images/ab_xs.png) no-repeat right center; margin-right: 10%; padding-right: 10%}
.index_about_xx dl dt{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333}
.index_about_xx dl dt span{font-size: 72px; color: #222222; font-family: "Arial"; font-weight: 900}
.index_about_xx dl dd{font-size: 16px; color: #333333; line-height: 40px; margin-top: 8px;  text-align: center}
.index_about_xx dl:last-child{background: none; margin-right: 0}
.index_about_right{width:32%; height: auto; float: right; position: relative; padding-left: 3vw; overflow: hidden}
.ind_abo_paging{position: absolute; text-align: center; width: 2.6vw; left: 0;  bottom: 0; z-index: 2;}
.ind_abo_img_num{font-size: .2rem; color: #222222; margin-bottom: .16rem; line-height: 1;  }
.ind_abo_line{width: 1px; margin:0.5vw auto; height: 7.5vw; background-color: #dcdfe4;}
.index_about_right .swiper-slide a{position: relative; display: block; transform: scale(0.85); transform-origin: 50% 100%; transition: all .8s ease;}
.index_about_right .swiper-slide a img{width:100%; height: auto; display: block}
.index_about_right .swiper-slide.active  a{ transform: scale(1); }
.index_about_right .swiper-pagination-bullet{width:10px; height: 10px; border-radius: 50%; background: #e5e5e5; display: block;margin-bottom: 1vw; opacity: 1}
.index_about_right .swiper-pagination-bullet-active{background: #a0a0a0}
.ind_abo_paging .swiper-pagination{position: relative; padding-top: .1rem; width: 10px; margin: 0px auto;}
.index_about_right .swiper-container{width: 70%; overflow: initial; margin-left: 0;}
.about_right_info{width:100%; overflow: hidden}







/*产品系列*/
.index_product{width:100%; height:772px; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; margin-bottom: 103px; padding-top: 64px;}
.index_product ul{width:100%; height: auto; overflow: hidden; margin-top: 80px;}
.index_product ul li{width:33.33%; height: auto; position: relative; float: left; overflow: hidden}
.index_product ul li img.pro_pic{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_hover{width:100%; height: 100%; position:absolute; top:0; left:0; z-index: 9; text-align: center; background: rgba(0,0,0,0.4); padding-top: 30%;}
.index_product_hover h3{font-size: 30px; color: #fff; font-weight: bold;}
.index_product_hover span{font-size: 16px; color: #fff; display: none; margin-top: 5%}
.index_product_hover i{width:44px; height: 44px; background: url(../images/h_jia.png) no-repeat center; display: block; margin:3% auto 0;}
.index_product_hover img{position: absolute; bottom:0; opacity: 0; -webkit-transition: all .4s ease-in-out; left:50%; margin-left:-11px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}
.index_product_hover::before, .index_product_hover::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s,-webkit-transform .4s;
    -moz-transition: opacity 0.4s,-moz-transform .4s;
    -o-transition: opacity 0.4s,-o-transform .4s;
    transition: opacity 0.4s,transform .4s;
}

.index_product_hover::before {
    top: 6%;
    right: 7%;
    bottom: 6%;
    left: 7%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);

}

.index_product_hover::after {
    top: 6%;
    right: 7%;
    bottom: 6%;
    left: 7%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);

}

.index_product ul li:hover .index_product_hover:before,.index_product ul li:hover .index_product_hover:after{opacity: 1; -webkit-transform: scale(1); 
    -moz-transform: scale(1);
    -o-transform: scale(1);
   transform: scale(1);}
.index_product ul li:hover i{display: none;}
.index_product ul li:hover span{display: block;}
.index_product ul li:hover  .index_product_hover img{bottom:15%; opacity: 1}
.index_product ul li:hover .pro_pic{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}




/*案例*/
.index_case{width:100%; height: auto; display: block; margin-bottom: 70px; position: relative; padding-bottom: 2px}
.index_case_t{margin-bottom: 30px;}
.case_title_top{width:100%; height: auto; overflow: hidden}
.case_title_top h3{font-size: 40px; color: #222222; font-weight: bold; float: left}
.case_title_top i{width:12px; height: 12px; display: block; background: #e5e5e5; float: left; margin: 30px 8px 0; border-radius: 50%; }
.case_title_top p{font-size: 16px; color: #333333; font-family: "Arial"; float: left; margin-top: 28px;}
.case_title_bottom{width:888px; height:auto; border-top:1px solid #333333; border-bottom:1px solid #333333; margin-top: 35px; padding-top:22px; overflow: hidden; 
	padding-bottom: 22px;}
.case_title_bottom h3{font-size: 30px; color: #333333; line-height: 40px;}
.case_title_bottom p{font-size: 16px; color: #666666; line-height: 40px; font-family: "Arial"}
.index_case .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block; position: relative}
.index_case_img{width:100%; height: auto; display: block; overflow: hidden}
.index_case_img img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_case_title{width:100%; height: 64px; border-bottom: 1px solid #333333; line-height: 64px; text-align: center; position: relative; transition: all 0.4s ease-in-out;}
.index_case_title h3{font-size: 16px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_case_title:after{content: ""; width: 0; height: 1px; left:0; bottom:0; background: #000; position: absolute;  }
.index_case .swiper-slide a:hover .index_case_img img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_case .swiper-slide a:hover .index_case_title:after{width:100%; transition: all 0.4s ease-in-out;}
.index_case .swiper-button-next, .index_case .swiper-button-prev{width:41px; height: 41px; left:auto; top:120px}
.index_case .swiper-button-next{background: url(../images/case_right.png) no-repeat center; right:20%}
.index_case .swiper-button-prev{background: url(../images/case_left.png) no-repeat center; right:24%}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{content: ""}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{content: ""}
.index_case .swiper-button-next:hover{background: url(../images/case_hright.png) no-repeat center}
.index_case .swiper-button-prev:hover{background: url(../images/case_hleft.png) no-repeat center}









/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.index_news_title{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #a0a0a0; margin-bottom: 30px; padding-bottom: 64px;}
.news_title_left{float: left}
.news_title_left h3{font-size: 40px; color: #222222; font-weight: bold; float: left}
.news_title_left i{width:12px; height: 12px; display: block; background: #e5e5e5; float: left; margin: 30px 8px 0; border-radius: 50%; }
.news_title_left p{font-size: 16px; color: #333333; font-family: "Arial"; float: left; margin-top: 28px;}
.index_news_nav{float: right}
.index_news_nav a{float: left; position: relative; height: 62px; line-height: 62px; padding-left: 40px; width:260px; margin-left: 10px; }
.index_news_nav a:before{content: "MUM"; position: absolute; top:0; left:0; font-size: 62px; color: #eeeeee; font-family: "Arial"; font-weight: bold; opacity: 0}
.index_news_nav a p{font-size: 16px; color: #999999; background: url(../images/hui_dian.png) no-repeat left center; padding-left: 20px; position: relative; z-index: 9; }
.index_news_nav a:after{content: ""; width: 125px; height: 1px; background: #e5e5e5; position: absolute; top:30px; right:0; z-index: 9}
.index_news_nav a:hover:before{opacity: 1}
.index_news_nav a:hover p{color:#222222; background: url(../images/hei_dian.png) no-repeat left center}
.index_news_nav a:hover:after{background: #333333}
.index_news ul{width:100%; height: auto; overflow: hidden}
.index_news ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 55px;}
.index_news ul li dl{width:70%; height: 100%; float: left; border-bottom: 1px solid #e5e5e5; padding-bottom: 55px; padding-top: 20px; position: relative; transition: all 0.4s ease-in-out;}
.index_news ul li dl:after{content: ""; width: 0px; height: 1px; background: #000; position: absolute; bottom:0; left:0; z-index: 9}
.index_news ul li dl dt{width:100%; height:40px; line-height: 40px;}
.index_news ul li dl dt h3{width:70%; height: 100%; float: left; font-size: 24px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news ul li dl dt span{width:auto; height: 100%; float: right; font-size: 16px; color: #222222; }
.index_news ul li dl dd{width:100%; height: 58px; line-height: 29px; color:#666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top:20px;}
.index_pic{width:25%; height: auto; display: block; float: right}
.index_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news ul li:hover .index_pic img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news ul li:hover h3{color:#000}
.index_news ul li:hover dl:after{width:100%; transition: all 0.4s ease-in-out;}





/*内页banner*/
.ny_banner{width:100%; height: 432px; overflow: hidden; padding-top: 175px;}
.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid #fff; border-bottom:1px solid #fff; display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff}
.sjny_ban{width:100%; height: auto; overflow: hidden; display: none}
.sjny_ban img{width:100%; height: auto; display: block}
.about_banner{background: url(../images/about_ban.jpg) no-repeat center}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center}
.service_banner{background: url(../images/service_ban.jpg) no-repeat center}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center}





/*关于我们*/
.ny_about_one{width:100%; height: auto; overflow: hidden; margin-top: 68px;}
.ny_about_t{width:100%; height: auto; overflow: hidden; text-align: center; margin-bottom: 50px;}
.ny_about_t h3{font-size: 40px; color: #222222; font-weight: bold; display: inline-block;
    vertical-align: middle;}
.ny_about_t i{width:12px; height: 12px; display: block; background: #e5e5e5; display: inline-block;
    vertical-align: middle; margin: 30px 8px 0; border-radius: 50%; }
.ny_about_t p{font-size: 16px; color: #333333; font-family: "Arial"; display: inline-block;
    vertical-align: middle; margin-top: 28px;}
.about_one_pic{width:100%; height: auto; overflow: hidden;}
.about_one_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_pic_1{width:55%; height: auto; float: left; margin-right: 1.5%; overflow:hidden}
.about_pic_2{width:20.1%; height: auto; float: left; margin-right: 1.5%; overflow:hidden}
.about_pic_3{width:20.1%; height: auto; float: left; overflow:hidden}
.about_pic_1:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.about_pic_2:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.about_pic_3:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_about_two{width:100%; height: auto; overflow: hidden; margin-top: 65px;}
.ny_about_two .about_one_top{border-bottom:0}
.ny_about_two ul{width:100%; height: auto; overflow: hidden; margin-top:40px; padding-top:14px;}
.ny_about_two ul li{width:23.5%; height: 302px; overflow: hidden; position: relative; margin-right: 2%; text-align: center; float: left; padding-top: 62px; transition: all 0.4s ease-in-out;}
.ny_about_two ul li:after{content: ""; width: 100%; height: 263px; background: #fed9a9; position: absolute; top:0; left:0; z-index: 0}
.ny_about_two ul li:last-child{margin-right: 0}
.ny_about_two ul li h3{font-size: 24px; color: #333333; font-weight: bold; position: relative; z-index: 1}
.ny_about_two ul li p{font-size:16px; color: #333333; line-height:28px; position: relative; z-index: 1; margin-top: 35px;}
.ny_about_two ul li img{ z-index: 1; position: absolute; bottom:0; left:50%; margin-left: -57px }
.ny_about_two ul li:hover{margin-top:-14px; transition: all 0.4s ease-in-out;}
.ny_about_three{width:100%; height: auto; overflow: hidden; margin-top: 92px;}
.about_one_top{border-top:1px solid #333333; padding: 46px 0 60px}
.about_one_right{ margin-left: 280px; }
.about_one_right p{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333; line-height: 29px; }
.ny_about_honor{width:100%; height:auto; background: url(../images/honor_bjs.jpg) no-repeat center; background-size: cover; padding: 58px 0 65px; margin-top: 44px;}
.ny_about_honor .container{position: relative}
.ny_about_honor a{width:100%; height: auto; display: block}
.ny_about_honor a img{width:auto; height: 250px; display: block}
.ny_about_honor .swiper-button-next,.ny_about_honor .swiper-button-prev{width:32px; height: 32px; margin-top:-16px; }
.ny_about_honor .swiper-button-next{background: url(../images/honor_right.png) no-repeat center; right:-50px;}
.ny_about_honor .swiper-button-prev{background: url(../images/honor_left.png) no-repeat center; left:-50px;}
.ny_about_four{width:100%; height: auto; background: url(../images/lc_bjs.jpg) no-repeat center;  margin-bottom: 10px;
	padding: 55px 0; overflow:hidden}
.about_lc_right{width:76%; height: auto; float: right;  overflow: hidden;  position: relative}
.about_lc_right:before{content: ""; width: 1px; height: 500px; position: absolute; top:0; left:5px; z-index: 9; background: #e5e5e5}
.gallery-top { height:auto; width:80%; float:right }
.lishi_div{width:100%;  overflow: hidden;}
.lishi_div h3{font-size:30px; color:#333; text-align:center; margin-bottom:20px; display:none; font-weight:bold;}
.lishi_div p{font-size: 16px; color: #333333; line-height:36px; position: relative}
.gallery-thumbs {  height:500px; box-sizing: border-box; float: left; width: 13%; padding: 10px 0;}
.gallery-thumbs .swiper-slide { width: 100%; height:auto;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.gallery-thumbs .swiper-slide p{width:100%; height:45px; line-height:45px; font-size: 30px; color: #d3d3d3; text-align: center; font-family: "Impact"; position: relative;}
.gallery-thumbs .swiper-slide p:after{content: ""; width: 0; height: 1px; background: #333333; position: absolute; top:22px; left:40px; transition: all 0.4s ease-in-out; }
.gallery-thumbs .swiper-slide p:before{content: ""; width: 10px; height: 10px; background: #e5e5e5; position: absolute; top:18px; left:0; border-radius: 50%;}
.gallery-thumbs .swiper-slide-thumb-active p{color:#333333; padding-left: 75px;} 
.gallery-thumbs .swiper-slide-thumb-active p:after{width:32px!important; transition: all 0.4s ease-in-out!important;}


.ny_about_five{width:100%; height: auto; overflow: hidden; margin-bottom: 85px;}
.ny_about_five .container,.ny_about_four .container{border-top:1px solid #333333; padding-top: 48px;}
.about_five_t{width:185px; height: auto; float: left; text-align: right}
.about_five_t h3{font-size: 40px; color: #222222; font-weight: bold;}
.about_five_t p{font-size: 16px; color: #333333;  font-family: "Arial"; margin-top:12px;}
.about_five_t img{margin-top: 22px;}
.about_five_pic{width:auto; margin-left: 260px;}
.about_five_pic a{width:100%; height: auto; display: block}
.about_five_pic a img{width:100%; height: auto; display: block}





/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{max-width:280px; height:50px; line-height: 40px; border-bottom: 1px solid #444; font-size:24px; color: #444; font-weight: bold; float: left; margin-right:120px;}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #222222; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #222222; color:#222222}

.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:30%; float: left}
.contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.contact_xx_left img{margin-left: 128px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #333333; line-height: 28px;}
.contact_xx_right{width:60%; height:345px; float: right}
.ny_contact_ly{width:100%; height:511px; background: url(../images/contact_bjs.jpg) no-repeat center; padding: 60px 0; margin-bottom: 70px; margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:80%; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #fff}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #fff}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #fff; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px;}
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; background: #fff; display: block; margin:20px auto;}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  




/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_product_one .about_five_t{width:329px;}
.ny_product_one .about_one_right{margin-left: 410px;}
.pro_pic_1{width:49%; height: auto;  margin:0 auto;margin-bottom: 40px;}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_tj{width:100%; height: auto; overflow: hidden; margin-top: 10px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
.ny_tj_pro img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}

.swiper-pagination-bullet-active{background:#000}



/*产品系列展示*/
.ny_product_list{width:100%; height: auto; overflow: hidden; margin-top:80px;}
.ny_product_list h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 50px;}
.ny_product_list ul{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.ny_product_list ul li{width:100%; height: auto;overflow: hidden; margin-bottom: 60px;}
.ny_product_top{width:100%; height: auto; overflow: hidden; border-top:1px solid #333; border-bottom:1px solid #333; padding: 35px 0}
.product_top_t{float: left; text-align: right}
.product_top_t h4{font-size: 40px; color: #222222; font-weight: bold; line-height: 50px;}
.product_top_t p{font-size: 16px; color: #222222; margin: 12px 22px 12px 0}
.product_top_t img{margin-right: 22px;}
.pro_two_right{max-width:72%; float: right; font-size: 16px; color: #222222}
.pro_two_right p{font-size: 16px; color: #222222; line-height: 28px;}
.ny_product_bottom{width:100%; height: auto; overflow: hidden; margin-top: 47px;}
.two_pro_pic{width:34%; height: auto; display: block; overflow: hidden }
.two_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.two_pro_xx{width:65%; height: auto;  padding:37px 60px; border: 1px solid #e5e5e5}
.two_pro_xx h4{width:100%; height: auto; line-height: 40px; font-size: 16px; color: #222222}
.two_pro_xx h4 span{font-size: 24px; color: #222222;  font-weight: bold; margin-right: 10px;}
.pro_info_info{width:100%; height: auto; overflow: hidden; margin-top: 10px;}
.pro_info_info p{font-size: 16px; color: #222222; line-height: 28px;}
.l{float: left}
.right{float: right}
.ny_product_list .swiper-slide{margin-bottom: 60px;}
.ny_product_list .swiper-slide a{width:100%; height: auto; display: block}

.ny_product_list .swiper-slide a:hover img,.pro_pic_1:hover img,.pro_pic_2:hover img,.pro_pic_3:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}







/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#eeeeee; padding-top:42px; padding-bottom:35px;}
.footer_left{width:24%; height: auto; float: left}
.footer_left a{max-width:100%;  display: block; margin-bottom:25px; font-size: 24px; color: #333333; font-weight:bold; line-height: 39px;}
.footer_left a span{font-size: 30px; color: #333333; font-family: "Impact"; margin-right: 10px; float: left; line-height: 39px;}
.footer_left p{font-size: 16px; color: #333333;line-height: 30px; }
.footer_input{width:46%; height: auto; float: left; margin-left:6%}
.footer_text{width:100%; height: 35px; line-height: 35px; }
.footer_text p{width:48%; height: 100%; float: left; position: relative; border-bottom: 1px solid #000000}
.footer_text input[type="text"]{width:100%; height: 100%; background: none; border: 0; font-size: 16px; color: #333333}
.footer_text p:last-child{float: right}
.footer_input textarea{width:100%; height:40px; font-size: 16px; color: #333333; border: 0; border-bottom: 1px solid #000000; background: none; resize: none;
	margin-top: 20px;}
.f_submit{width:40px; height: 35px; line-height: 35px;  font-size: 16px; color: #333333; border: 0; border-bottom: 1px solid #000000; background: none; margin-top: 8px;}
.footer_right_ma{float: right; width:20%;}
.footer_right_ma h3,.footer_input h3{font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 20px;}
.footer_right_ma dl{width:41%; height: auto; float: left; margin-right: 10%;}
.footer_right_ma dl dt{width:100%; height: 100%; padding: 5px;}
.footer_right_ma dl dt img{width:86%; height: 100%; display: block; margin: 0px auto;}
.footer_right_ma dl dd{width:100%; height: 35px; line-height: 35px; font-size:14px; color: #999999; text-align: center;}
.dl_last{margin-right: 0!important}
.copy{clear:both;width:100%;height:42px;color:#999999; line-height:42px; position: relative; background: #1b1b1b;  }
.copy_l{float:left; font-size:12px; color:#999999}
.copy_l a{color:#999999; font-size:12px;}
.copy_l a:hover{color:#ea5420!important}
.footer_zhichi{width:auto; height:42px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#4d4d4d; line-height:42px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 12px; color: #777777;}
.footer_zhichi i{ float: left;}








/*手机*/
.sj_header{width:100%; clear:both; height:60px;  padding: 0px 10px;display: none; background:#000}
.sj_logo{width:auto; height:auto; float: left; font-weight: bold;}
.sj_logo a{ font-size: 24px; color: #fff;  line-height: 60px;}
.sj_logo span{font-size: 30px; color: #fff; font-weight: bold; font-family: "Impact"; float: left; display: block; margin-right:12px}
.sj_header_top{width:100%; height: 100%}
.menu{float:right; height:auto; width:30px; margin-top: 16px; }
.menu img{height:100%; width:100%;}
.app{float:right; padding-right:15px; margin-top:7px;}
.app img{height:22px;}
.openmenu{overflow-y:scroll; }
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:99; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background: #000;left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}
.nav_logo{width:100%; padding-top:10px; text-align:center; clear:both;}
.nav_logo img{height:35px; margin:5px 0px;}
.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:25px; text-indent:1em; color:#fff; padding:8px 0px; font-size:1em; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; width: 100%;  height: 100%; display: block}
.menu_body{width:100%; min-width:150px; overflow:hidden; line-height:38px; display:none;}
.menu_body a{width:100%; display:block; height:28px; line-height:28px; color:#fff; text-indent:2em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid;}
.sj_banner{width:100%;height:auto; display: none;}
.sj_banner img{width:100%; height: auto;}
.sj_banner .swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.sj_banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.sj_banner .swiper-pagination-bullet{background: #fff; opacity: 1}
.sj_banner .swiper-pagination-bullet-active{background: #0796e5}




/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height: 60px;width: 100%; font-size: .14rem;  display: none; background: #000}
footer ul{height: 100%; display: block}
footer li{width: 33.3%;height: 100%;float: left; padding-top:8px; }
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #fff; }
footer span{line-height:30px; font-size: 12px; width: 100%; display: block; color: #fff}
footer li.active{background: #333}
footer .n1{background: url(../images/f_h1.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n2{background: url(../images/f_h2.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n3{background: url(../images/f_h3.png) no-repeat center;background-size:  100% 100%; width:32px;}
footer .n4{background: url(../images/f_h4.png) no-repeat center;background-size:  100% 100%; width:25px;}
footer .n5{background: url(../images/f_h5.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n6{background: url(../images/f_h6.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer i{height:20px; display: block; margin: 2px auto 0; }
.sj_copy {width: 100%;  text-align: center; line-height: 28px; clear: both; font-size: 14px;  padding: 30px 0; background: #f7f7f7; display: none; }
.sj_copy p{color:#333333;line-height:28px; font-size: 1rem}
.sj_copy a{color:#333333;line-height:28px; font-size: 1rem}






/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#ca191e;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}






/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #333}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height:auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#333}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}

.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{ color: #666}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}


.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}








@media screen and (max-width:1450px){
	.container{width:95%;}
	.ny_about_honor .swiper-button-next{right: -30px;}
	.ny_about_honor .swiper-button-prev{left: -30px;}

}

@media screen and (max-width:1366px){
	.gallery-thumbs{width:16%}
	.pro_two_right{max-width:67%}
	.two_pro_xx{width:62%; padding: 29px 60px;}
	.two_pro_pic{width:36%}
	
}




@media screen and (max-width:1280px){
	.nav{margin-left: 3%; width:54%}
	.index_about_xx dl{margin-right: 5%; padding-right: 5%}
	.index_case .swiper-button-prev{right:15%}
	.index_case .swiper-button-next{right:10%}
	.index_pic{width:29%}
	.index_news ul li dl{width:65%}
	.footer_left{width:30%}
	.footer_input{margin-left: 2%}
	.banner .swiper-button-next{right:15%}
	.pro_two_right{max-width: 66%}
	.h_dianhua{display:none;}
	.lxfx{display:none;}
	.nav{width:59%}

}

@media screen and (max-width:1150px){
	.h_dianhua{display: none;}
	.index_about_xx dl dt span{font-size: 60px;}
	.index_case .swiper-button-prev{right:10%}
	.index_case .swiper-button-next{right:4%}
	.case_title_bottom{width:80%}
	.case_title_bottom h3{font-size: 26px;}
	.case_title_bottom p{font-size: 14px;}
	.lxfx{display: none;}
	.news_title_left,.index_news_nav{width:100%; float: none; overflow: hidden}
	.index_news_nav{margin-top: 16px;}
	.footer_right_ma dl{width:45%}
	.footer_right_ma dl dd{font-size: 12px;}
	.nav{width:58%}

	.gallery-thumbs{width:20%}
	.gallery-top{width:72%}
	.ny_contact_nav a{width:250px; margin-right: 76px;}
	.pro_two_right{width:100%; float:none; max-width:100%;}
	.contact_list{width:100%; display:block; overflow:hidden	}
	.ny_contact_nav a{width:30%; margin-right:4%}
	.h_logo{font-size:20px;}
	.h_logo span{font-size:26px;}
	.ny_product_one .about_five_t,.product_top_t,.about_five_t{width:100%; float: none;}
	.about_one_right,.ny_product_one .about_one_right,.product_five_pic,.about_five_pic,.contact_zhaopin_right{margin-left: 0}
	.about_five_t{text-align:center; margin-bottom:30px;}
	.about_five_t h3,.product_top_t h4{font-size:30px;}
	.two_pro_xx{width:50%; padding:30px 26px;}
	.two_pro_pic{width:47%}
	
}


@media screen and (max-width:768px){
	body{padding-bottom: 60px;}
	.banner,.copy,.footer_right_ma,.ny_banner{display: none;}
	.sj_header,.sj_banner,footer,.sj_copy,.sjny_ban{display: block}
	.index_about_left{width:100%; float: none}
	.index_about_right{width:60%;  margin-top: 20px;}
	.index_product_hover h3{font-size: 20px;}
	.index_product{height:auto; padding-bottom: 60px;}
	.case_title_bottom{width:100%; float: none}
	.case_title_bottom p{line-height: 26px;}
	.index_case .swiper-button-next, .index_case .swiper-button-prev{top:auto; bottom:0;}
	.index_case{padding-bottom: 80px;}
	.index_case .swiper-button-prev{right:55%}
	.index_case .swiper-button-next{right:42%}
	.index_news_nav a{width:33.33%; margin-left: 0}
	.index_news_nav a:after{width:110px;}
	.index_news ul li dl{width:58%}
	.index_pic{width:39%}
	.index_news ul li dl{padding-bottom: 20px;}
	.index_news ul li dl dd{margin-top: 14px;}
	.footer_left{width:51%}
	.ny_about_two ul li h3{font-size: 20px;}
	
	.about_lc_right{width:100%; float: none;}
	.ny_contact_nav a{width:200px; margin-right: 50px;}
	.about_five_t,.contact_zhaopin_right{width:100%; margin-left: 0}
	.about_five_t{text-align: left; margin-bottom: 40px;}
	

	.product_top_t{text-align: left}
	.pro_two_right{width:100%; float: none; max-width: 100%; margin-top: 20px;}
	.product_five_pic,.about_five_pic{width:100%}
	.two_pro_pic,.two_pro_xx{width:100%; float: none; margin-bottom: 20px;}
	
	.ny_news_all ul li .ny_time p{font-size:30px;}
	.ny_news_all ul li .ny_time{width:84px;}
	.news_xx{width:52%}
	.news_pic{width:32%}
	
	
}



@media screen and (max-width:500px){
	.index_about_right{width:80%; padding-left: 5vw}
	.index_about_xx dl{width:50%; margin-right: 0; padding-right: 0; text-align: center}
	.index_about_xx dl dt span{font-size: 30px;}
	.index_product ul{margin-top: 40px;}
	.index_product_hover i{width:30px; height: 30px; background-size:100% 100%; margin-top: 10px;}
	.index_pic,.index_news_nav a:after,.index_news_nav a:before{display: none}
	.index_news ul li dl{width:100%; float: none}
	.footer_left,.footer_input{width:100%; float: none;}
	.footer_input{margin-left: 0; margin-top: 20px;}
	.index_news_title{padding-bottom: 30px;}
	.case_title_bottom h3{font-size: 20px;}
	.index_product{margin-bottom: 40px;}
	.case_title_top h3,.about_title_left h3,.news_title_left h3{font-size: 26px;}
	.case_title_top p,.about_title_left p,.news_title_left p{margin-top: 18px;}
	.case_title_top i,.about_title_left i,.news_title_left i{margin: 18px 8px 0}
	.index_about{margin-top: 40px;}
	.index_news_nav a{padding-left: 0}
	.index_news ul li{margin-bottom: 30px;}
	.index_news ul li dl dt h3,.index_product_hover h3{font-size: 18px;}
	.index_product_hover{padding-top: 25%}
	.ny_product_two ul li{width:48%; margin-right: 0}
	.ny_product_two ul li:nth-child(2n){float: right}
	.ny_contact_nav a{width:33.33%; margin-right: 0; text-align: center; font-size: 18px;}
	.contact_list{width:100%}
	.about_five_t h3,.ny_product_two h3,.product_top_t h4,.contact_xx_left h3{font-size: 26px;}
	.ny_product_two h3{margin-bottom: 40px}
	.two_pro_xx{padding:20px 15px}
	.ny_product_list .swiper-slide{margin-bottom: 40px;}
	.contact_xx_left,.contact_xx_right{width:100%; float: none; margin-bottom: 20px;}
	.contact_ly_info dl{overflow: hidden; height: auto}
	.contact_ly_info dl dt,.contact_ly_info dl dd{width:100%; margin-top: 15px; height: 52px;}
	.ny_contact_ly h3{margin-bottom: 20px;}
	.ny_about_two ul{margin-top: 0}
	.ny_about_two ul li{width:48%; margin-right: 0; margin-bottom: 20px;}
	.ny_about_two ul li:nth-child(2n){margin-right: 0; float: right}

	.gallery-thumbs .swiper-slide p:after{left:25px}
	.gallery-thumbs .swiper-slide-active p{padding-left: 64px;}
	.gallery-thumbs{width:28%; display:none;}
	.lishi_div h3{display:block;}
	.gallery-top{width:100%; float:none;}
	.f_submit{width:100px; display: block; margin: 0px auto;}
	.news_pic{display:none;}
	.news_xx{margin-top:0; margin-left:100px; width:auto; float:none;}
	.con_submit{width:80%}
	.about_lc_right:before{display:none;}
	.sj_logo a{font-size:18px;}
	.sj_logo span{font-size:24px;}
	.about_title_left h3,.case_title_top h3,.news_title_left h3{display: inline-block; vertical-align: middle; float:none; }
	.about_title_left i,.about_title_left p,.case_title_top i,.case_title_top p,.news_title_left i,.news_title_left p{display: inline-block; vertical-align: middle; float:none; margin:0}
	.index_about_title a{margin-top:0; width:30px; height:30px;}
	.index_about_title a img{width:100%; height:auto;}
	.index_case .swiper-button-next{right:35%}
	.index_case .swiper-button-prev{right:56%}
	.ny_about_t i{margin:15px 8px 0}
	.ny_about_t p{margin-top:15px;}
	.ny_about_t h3{font-size:30px;}
	.ny_about_two ul li img{width:58%; margin-left:-42px}
		.ny_about_honor .swiper-button-prev{left:0}
	.ny_about_honor .swiper-button-next{right:0}
	.ny_product_list h3{font-size:30px; margin-bottom:20px}
	.ny_news_all ul li .ny_time p{font-size:26px;}
	
}



@media screen and (max-width:375px){
	.index_news ul li dl dt h3{width:60%}
	.ind_abo_paging{width:5vw}
	.index_about_right{padding-left: 9vw; width: 90%}
	
}



@media screen and (max-width:320px){
	.index_product ul li{width:50%;}
	.index_about_xx dl dt span{font-size: 26px;}
	.case_title_top h3,.about_title_left h3,.news_title_left h3{font-size: 26px;}
	.case_title_top p,.about_title_left p,.news_title_left p{margin-top: 14px;}
	.case_title_top i,.about_title_left i,.news_title_left i{margin: 14px 8px 0}
	.index_case .swiper-button-prev{right:56%}
	.index_case .swiper-button-next{right:34%}


	.ny_about_two ul li{height:294px;}
	
}
