@charset "utf-8";
/* CSS Document */

html, body {  position: relative; height: 100%; margin:0; padding:0; }
body { color: #555; margin:0px; padding:0;overflow-x:hidden;}
* {padding: 0;margin: 0; font-family:"思源黑体 CN" !important;}
a {color: #555; text-decoration:none !important;}
a:hover {color:#17375e;text-decoration: none !important;}
ul, dl, dl dt, dl dd{ margin:0; padding:0;}
ul, li {list-style: none;}
img {border: none;}
.clearboth {clear: both;}
.page {text-align: center;margin: 20px 0 40px 0;width: 100%;float: left; font-size:1.2em;}
.page a {background: #b3b3b3;color: #fff;margin: 0 2px;padding:6px 8px; font-size:16px;}
.page a.dq, .page a:hover {background: #17375e;}

header{width:100%; background:rgba(0,0,0,0.5); position:fixed; top:0; left:0; z-index:999; box-shadow:2px 5px 10px #ddd;}
header .top{ padding:0; width:30%; float:left;}
header .logo{ float:left; width:80%; margin-left:15%;}

/*菜单*/
header .caidan{height:86px; line-height:86px;  display:none; float:right;}
.nav{ float:left; display:none;}
.nav ul{ margin-top:0; margin-bottom:0;}
.nav ul li{ float:left; position:relative;}
.nav ul li a{ display:block; color:#fff; text-align:center; font-size:18px;position:relative; padding:0 30px;}
.nav ul li a.on{color:#fff;}
.nav ul li a:hover,.header .nav ul li a.on{color:#fff;}
.nav ul li .a1{border:2px solid #fff; border-radius:3px;}
.nav ul li .a1:hover{background-color:#fff;color:#181818;}

/*二级菜单*/
#menu ul ul { display:none;  position:absolute; top:86px; left:0; z-index:99999; width:166px; /*background:#000005;*/background: rgba(23, 55, 94, 0.80); box-shadow:0 3px -8px #b3b3b3; padding:15px 0;}
#menu ul ul li{ background:none; float:none; margin:0;}
#menu ul ul li a{ color:#fff; font-size:16px; line-height:36px; padding:0 25px; display:block;text-align:left;}
#menu ul ul li a:hover{ color:#17375e; background:#fff;}
#menu ul ul li a:after,#menu ul ul li a:hover:after{ display:none;}
#menu ul ul li .on{ background:#f6f7f7;}


/*手机端导航*/
.sp_nav{width:40px;float:right;position:relative;cursor:pointer;height:30px;margin:28px 15px 0 0; z-index:99999; display:block; background:#17375e; border-radius:5px;}
.sp_nav span{display:block;background:#fff;width:20px;height:2px;position:absolute;right:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:9px}
.sp_nav span:nth-of-type(2){top:14px}
.sp_nav span:nth-of-type(3){top:19px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#17375e;width:65%;height:calc(100% - 104px);font-size:16px; /*font-weight:bold;*/line-height:40px;top:-100%;right:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;padding:60px 20px 36px;}
.nav_show{top:0;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;/*border-left:1px #ddd solid;*/height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{margin-left:15px;position:relative;line-height:50px;font-size:17px}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#fff;width:100%}
.sjj_nav ul li ul li{ padding-left:0;}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:0}

.index_banner{/*position: relative;*/ overflow:hidden; margin-top:60px; width:100%;}
.index_banner .item{background-size: cover;-webkit-background-size:cover;background-position: center;background-repeat: no-repeat;height:25vh;position: relative; width:100%;}
.index_banner .item.slick-current .scaleBg{visibility: visible; -webkit-animation:scale-bg 6s linear forwards;animation:scale-bg 6s linear forwards;}
.index_banner .items{background-size: cover;background-position: center center;background-repeat: no-repeat;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;}
.index_banner .items:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.index_banner .items1{display:none;}
.index_banner .items2{display:block;}
.index_banner .item .inner .block_txt{position: absolute;top:35%;right:15px;left:5px;transform: translateY(40px);-webkit-transform: translateY(40px); -webkit-transition: all 500ms ease; transition: all 500ms ease; width:100%;}
.index_banner .item.active .inner .block_txt{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 100ms; transition-delay: 100ms;}
.index_banner .item .inner .block_txt h2{color: #fff;font-size:36px;font-weight: bold;text-align:center;letter-spacing:3px;text-shadow:#666 1px 2px 2px; margin-top:0;}
.index_banner .item .inner .block_txt h2 span{color: #f5c920;display: inline-block;letter-spacing: 5px;text-shadow:#666 2px 3px 3px}
.index_banner .item .inner .block_txt h3{color: #fff;font-size:22px;text-align:center;margin-top: 10px;letter-spacing: 3px;text-shadow:#666 1px 3px 3px}
index_banner .swiper-container{width: 100%;height: 100%;position: relative; overflow:hidden;}
index_banner .swiper-slide{text-align: center;background: #fff;/* Center slide text vertically */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;background-size: cover;-webkit-background-size:cover;background-position: center;background-repeat: no-repeat;height:85vh;position: relative;}

.sy_title{height:30px; line-height:30px; background:url(../images/line1.png) no-repeat center; font-size:24px; color:#000000; text-align:center; margin-bottom:30px; font-weight:bold;}
.e1{ overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.e2{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.e3{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.e4{ overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;}
.swiper-pagination-bullet-active{ background:#17375e !important}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{color:#17375e !important}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{color:#17375e !important}

.sytitle{ background:url(../images/line.png) no-repeat bottom left; padding-bottom:25px; font-size:26px; font-weight:bold; color:#e4e4e4; position:relative; text-transform:uppercase;margin-bottom:46px;}
.sytitle span{ display:block; position:absolute; left:0; top:-10px; font-size:32px; color:#252527;}
.sytitle .more{ display:block; width:164px; height:36px; line-height:36px;text-align:right; font-size:16px; font-weight:400; color:#17375e; position:absolute; right:0; top:5px;}

/*首页品牌*/
.sy_pinpai{ padding:30px 0; width:100%;}
.sy_pinpai .swiper-container{width: 100%;height: 100%;}
.sy_pinpai .swiper-slide{text-align: center;font-size: 18px;background: #fff;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;}
.sy_pinpai .l{border:1px solid #dbdbdb; overflow:hidden; background:#fff; position:relative; margin-bottom:50px;}
.sy_pinpai .l img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1);transition-duration: 0.5s;}
.sy_pinpai .l .n_hover{background: rgba(245, 111, 25, 0.80); padding:10px; position:absolute; top:0; left:0; width:100%; display:none;}
.sy_pinpai .l .n_hover .list{border:1px solid #fff; line-height:42px; color:#fff; text-align:center; font-size:18px;}
.sy_pinpai .l:hover img{transform:scale(1.1,1.1); transition-duration:0.5s;}
.sy_pinpai .l:hover .n_hover{display:block;}

/*首页产品中心*/
.sy_product{ width:100%; padding:30px 0; background:#f4f4f4;}
.sy_product .left_fenlei{ margin-bottom:25px;}
.sy_product .left_fenlei .tit{color:#fff;font-size:20px;padding:15px 25px;background:url(../images/tubiao.png) no-repeat right #17375e;height:60px;border-radius:10px 10px 0 0;box-shadow:5px 10px 10px #ddd;}
.sy_product .left_fenlei .list{ padding:30px; padding-top:0;background:#fff;border-radius: 0 0 10px 10px;box-shadow:5px 10px 10px #ddd;}
.sy_product .left_fenlei .list ul{ margin:0;}
.sy_product .left_fenlei .list ul li{color:#333333; border-bottom:1px solid #eeeeee; font-size:17px;}
.sy_product .left_fenlei .list ul li a{color:#333333; display:block;line-height:46px; }
.sy_product .left_fenlei .list ul li a i{ padding-right:10px;}
.sy_product .left_fenlei .list ul li a:hover{ background:#17375e; color:#fff; padding:0 15px;}
.sy_product .left_fenlei .list ul li:last-child{border-bottom:none;}
.sy_product .left_fenlei .lxwm{ overflow:hidden; margin-top:25px; display:none;}
.sy_product .left_fenlei .lxwm img{ display:block; margin:0 auto; max-width:100%;}
.sy_product .right{}
.sy_product .right .r_top{ margin-bottom:20px; position:relative; background:#fff; border-radius:10px;box-shadow:5px 10px 10px #ddd;}
.sy_product .right .r_top .tuijian{display: block;width: 45px;height:80px; absolute;right: 39px;top: -7px;z-index: 2; background:url(../images/tuijian.png) no-repeat center top; position:absolute;}
.sy_product .right .r_top .img1{overflow:hidden; padding:30px; border-right:1px solid #eee;}
.sy_product .right .r_top .img1 img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1);transition-duration: 0.5s;}
.sy_product .right .r_top .nr{ padding:8%; padding-right:8%;}
.sy_product .right .r_top .nr .tit a{color:#000;font-size:24px;}
.sy_product .right .r_top .nr span{ display:block; width:45px; height:4px; background:#17375e; margin:20px 0;}
.sy_product .right .r_top .nr .text{ color:#666666; font-size:16px; line-height:28px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:5;-webkit-box-orient: vertical;}
.sy_product .right .r_top .nr .more{ margin-top:30px;}
.sy_product .right .r_top .nr .more a{ display:inline-block; margin-right:20px; height:36px; line-height:36px; border-radius:18px; border:1px solid #e5e5e5; padding:0 20px; color:#666666; font-size:14px; text-align:center;}
.sy_product .right .r_top .nr .more a:hover{ background:#17375e; border:1px solid #17375e; color:#fff;}
.sy_product .right .r_top a:hover img{transform:scale(1.1,1.1); transition-duration:0.5s;}
.sy_product .right .r_top .swiper-button-next:after, .sy_product .right .r_top .swiper-button-prev:after{font-size:15px; border-radius:50%; border:1px solid #17375e;width: 42px;text-align: center;padding: 5px 2px;}
.sy_product .right .r_bottom{}
.sy_product .right .r_bottom .l{position:relative; background:#fff; border-radius:10px;box-shadow:5px 10px 10px #ddd; padding:20px; margin:10px 0;}
.sy_product .right .r_bottom .l .more{ position:absolute; right:0; bottom:0; width:50px; height:50px; background:url(../images/more.png) no-repeat right bottom; border-radius:10px;}
.sy_product .right .r_bottom .l .img1{overflow:hidden;}
.sy_product .right .r_bottom .l .img1 img{display:block; max-width:100%; margin:0 auto;transform: scale(1,1);transition-duration: 0.5s;}
.sy_product .right .r_bottom .l .tit{ font-size:18px; color:#222222; text-align:center; margin-bottom:10px;}
.sy_product .right .r_bottom .l .text{color:#666666; font-size:16px; line-height:28px; height:54px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.sy_product .right .r_bottom .l a:hover .img1 img{transform:scale(1.1,1.1); transition-duration:0.5s;}
.sy_product .right .r_bottom .l a:hover .tit{ color:#17375e;}

.sy_product{padding:80px 0;}
.title{margin-bottom:50px;text-align:center;}
.title .t1{color:#222;font-size:42px;line-height: 63px; font-weight:bold; text-transform:uppercase;}
.title .t2{color: #5f6263; line-height:26px;}
.cy{text-align:center; position:relative;top:10px; margin-bottom:40px;box-shadow: 2px 2px 5px; padding:0px;}
.cy:hover{top:10px;    }
.cy .cy-img{ overflow:hidden; position:relative; padding:0px;}
.cy .cy-img img{ max-width:100%; display:block; margin:0 auto;transform:scale(1,1);transition-duration:0.5s;}
.cy .cy-img .con{ margin:0px; margin-bottom:0;  position:absolute; top:0; left:0; width:100%; height:100%; transition:all 0.6s; background:rgba(0,1,32,0);}
.cy .cy-img .con i{ position:absolute; width:100%; height:100%; background:url(../images/i_bg5.png) center center no-repeat;top:0; left:0; text-align:center;opacity:1; filter:alpha(opacity=0);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; }
.cy .cy-img .con .nr{ padding:40% 0;color:#fff; font-size:18px; line-height:18px; height:30%;overflow:hidden; text-align:center; transition:all 0.6s; opacity:0;}
.cy .cy-img .con .nr .tit{ font-size:18px; font-weight:500; width:100%; text-align:center; color:#fff;}
.cy .cy-img .con .nr p span{ color:#f00; padding-right:10px;}
.cy:hover .cy-img img{ }
.cy:hover .cy-img .con{ background:rgba(23,55,94,1);}
.cy:hover .cy-img .con .nr{text-align:center; opacity:1;}
.cy .cy-content{font-size:20px;color:#fff; /*margin:10px;*/background:linear-gradient(to top, rgba(31,100,179,1), rgba(21,105,201,1)); line-height:36px; padding-bottom:20px; padding-top:10px; text-transform:uppercase;}
.cy .cy-more{opacity:1;display:block; width:120px; height:30px; line-height:30px; text-align:center; color:#555; background:#f1f1f1;margin:0 auto; border-radius:20px; font-size:16px; /*position:relative; top:10px;transition:all 0.8s ease 0.1s;*/}
/*.cy .cy-more a{display:block; width:120px; height:30px; line-height:30px; text-align:center; color:#555; background:#f1f1f1;margin:0 auto; border-radius:20px; font-size:16px;}*/
.xxi{ width:100%; float:left; box-shadow: 2px 2px 5px; padding:10px 0;}
.xxi li{ width:90%; float:left; height:28px; line-height:28px; text-align:left; margin:0 5%; border-bottom:1px solid #ccc; font-size:16px;}
.xxi li.last{border-bottom:0px solid #ccc;}

/*首页简介*/
.sy_about{padding:30px 0; background:url(../images/ab_bg.jpg) no-repeat center top;}
.sy_about .nr{margin:30px 0 10px;}
.sy_about .nr p{ line-height:28px; color:#fff; font-size:16px; text-align:center;}
.sy_more{ display:block; margin:0 auto; width:130px; height:36px; line-height:36px; background:#17375e; font-size:16px; text-align:center; color:#fff; border-radius:8px;}
.sy_more:hover{ border:1px solid #17375e; background:#fff; line-height:34px; color:#17375e;}
.sy_about .syabtitle{ width:100%; float:left; text-align:center;}
.sy_about .syabtitle h1{ width:100%; float:left; text-align:center; height:48px; line-height:48px; text-align:center; font-size:48px; color:#fff; margin-bottom:0px;}
.sy_about .syabtitle h2{ width:100%; float:left; text-align:center; height:32px; line-height:32px; text-align:center; font-size:22px; color:#fff; }
.sy_about .syabico{ width:303px; height:100px; margin:30px auto 0;}
.sy_about .syabico li{ width:101px; height:100px; float:left;}
.sy_about .syabico li span{ width:55px; height:55px; float:left; margin:0 23px; overflow:hidden; position:relative;}
.sy_about .syabico li img{ position:absolute; left:0; top:0px; transition:all 0.6s;}
.sy_about .syabico li:hover img{top:-55px;}
.sy_about .syabico li h1{ width:101px; height:45px; float:left; line-height:45px; font-size:16px; text-align:center; color:#fff; margin:0px;}
.syabtb{ margin:25px auto 15px; float:left; width:100%;}
.syabtb li{ width:18%; float:left; margin:0 1%;}
.syabtb li img{ width:100%; float:left;}

.tp{background:#17375e; padding:30px 0;}
.tp .container{width:96% !important;}
.tp .l{text-align: center;background: url(../images/advan.png) no-repeat 50% 0;padding-top: 100px;}
.tp .l .l1 i{ color:#fff; vertical-align:top;font-style: normal; font-size:18px; padding-top:10px;}
.tp .l b{color: #fff;font: 600 30px/40px "思源黑体";}
.tp .l p{color: #fff;font: 400 14px/26px "思源黑体";text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

/*首页工厂实力*/
.sy_shili{ padding:30px 0;}
.sy_shili_main{ position:relative; background:url(../images/shili_bj1.jpg) no-repeat center; height: auto; margin-top:30px; padding-bottom:30px;}
.sy_shili_main .tubiao{ position:absolute; left:40%; top:-40px; z-index:999;}
.sy_shili_main .s_left{ padding:10px; padding-right:10px;}
.sy_shili_main .s_left .nr{ border:1px solid #fff; padding:7%}
.sy_shili_main .s_left .nr .tit{ font-size:24px; margin-bottom:10px; color:#ff9000; font-weight:bold;}
.sy_shili_main .s_left .nr ul{ margin-bottom:0;}
.sy_shili_main .s_left .nr ul li{ font-size:18px; color:#ffffff; text-shadow:2px 3px 5px #000; line-height:40px;}
.sy_shili_main .s_left .nr ul li i{ padding-right:10px; color:#ff9000}
.sy_shili_main .s_left .more{ display:block; margin-top:20px; background:#fff; height:50px; line-height:50px; width:180px; color:#17375e; font-size:24px; font-weight:bold; text-align:center;}
.sy_shili_main .s_left .more:hover{ background:#17375e; color:#fff;}
.sy_shili_main .s_left .more i{ padding-left:10px;}
.sy_shili_main .s_right{ overflow:hidden; border:2px solid #fff; margin-top:10px;}
.sy_shili_main .s_right .swiper-container {width: 100%;height: 100%;}
.sy_shili_main .s_right .swiper-slide {text-align: center;font-size: 18px;background: #fff;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;}
.sy_shili_main .s_right .swiper-slide img{ display:block; max-width:100%; margin:0 auto;}

/*首页设备回收*/
	.sy_shebei{ width:100%; background:url(../images/sbbg.jpg) repeat-x left top; padding:50px 0;}
	.sy_shebei .sb_bottom{ width:100%;}
	.sy_shebei .sb_bottom .left .top{ width:100%; float:left; height:220px; background:#17375e; text-align:center;}
	.sy_shebei .sb_bottom .left .top img{ width:80px; margin:30px auto 10px; height:80px;}
	.sy_shebei .sb_bottom .left .top h1{ width:100%;  margin:0 auto; height:40px; line-height:40px; color:#fff; text-align:center; font-size:18px;}
	.sy_shebei .sb_bottom .left .top h2{ width:100%;  margin:0 auto; height:30px; line-height:30px; color:#fff; text-align:center; font-size:16px;}
	
	.sy_shebei .sb_bottom ul li .l{ height:225px; width:100%; float:left; border:1px solid #ccc; border-radius:8px; margin-bottom:13px; transition:all 0.6s; position: relative; background:#fff;}
	.sy_shebei .sb_bottom ul li .l:hover{background:#17375e;}
	.sy_shebei .sb_bottom .zjian img{ width:100%;}
	.sy_shebei .sb_bottom ul li .l em {
	  position:relative;
	  width: 135px;
	  height: 50px;
	  overflow:hidden;
	  display:block;
	  margin:70px 0 0 80px;
	  float:left; 
	}
	.sy_shebei .sb_bottom ul li .l em img {
	  width: 135px;
	  height:100px;
	  position:absolute;
	  left:0px; 
	  top:0px;
	  transition:all 0.6s;
	}
	.sy_shebei .sb_bottom ul li .l:hover em img {
	top:-50px;
	}

	
	.sy_shebei .sb_bottom ul li .l:hover span {color:#fff;}
	
	/*首页设备回收手机版*/
	.sy_shebeimob{ width:100%; background:#fff; padding:80px 0; display:none;}
	.sy_shebeimob .sb_bottom{ width:100%;}
	.sy_shebeimob .sb_bottom .left{ width:100%; float:left; text-align:center;}	
	.sy_shebeimob .sb_bottom .left li{ width:100%; float:left; text-align:center; margin-bottom:12px;}	
	.sy_shebeimob .sb_bottom ul li .l{ height:45px; width:99%;  float:left; border:1px solid #ccc; border-left:#17375e 2px solid; border-top-right-radius:18px;transition:all 0.6s; border-bottom-right-radius:18px;background:#fff;}
	.sy_shebeimob .sb_bottom ul li:hover .l{background:#17375e;border:1px solid #17375e;border-left:#17375e 2px solid;}
	.sy_shebeimob .sb_bottom ul li .l span{ height:43px; width:85%; display:block; float:left;  line-height:43px; font-size:16px; color:#000; margin-left:15%; text-align:left; transition:all 0.6s;}
	.sy_shebeimob .sb_bottom ul li:hover .l span{ color:#fff;}
	.sy_shebeimob .sb_bottom .zjian{ width:100%; float:left; margin:0px;}
	.sy_shebeimob .sb_bottom .zjian img{ width:100%; float:left;}
	.sy_shebeimob .sb_bottom .left .top{ width:100%; float:left; text-align:left;}	
	.sy_shebeimob .sb_bottom .left .top h1{ width:100%; float:left; text-align:left; font-size:22px; color:#333; height:42px; line-height:42px; margin-bottom:5px;}	
	.sy_shebeimob .sb_bottom .left .top h2{ width:100%; float:left; text-align:left; font-size:16px; color:#888; height:32px; line-height:32px; margin:0px 0 15px 0;}	
	.sy_shebeimob .sb_bottom .left .top span{ width:30px; float:left; height:2px; background:#17375e;}	

	/*首页新闻*/
	.sy_news{ width:100%; background:#f4f5f7; padding:80px 0;}
	.sy_news .title{ background:url(../images/line.png) no-repeat bottom left; padding-bottom:40px; font-size:37px; font-weight:bold; color:#e4e4e4; position:relative; text-transform:uppercase;margin-bottom:46px;}
	.sy_news .title span{ display:block; position:absolute; left:0; top:-10px; font-size:42px; color:#252527;}
	.sy_news .title .more{ display:block; width:164px; height:46px; line-height:46px; border:1px solid #0084cd; border-radius:23px; text-align:center; font-size:18px; font-weight:400; color:#0084cd; position:absolute; right:0; top:5px;}
	.sy_news .title .more:hover{background:#0084cd;border:1px solid #0084cd;color:#fff;}
	.sy_news .news_left{float:left;margin-right:0px;background:#fff;}
	.sy_news .news_left .img1{ width:100%; height:auto; overflow:hidden;}
	.sy_news .news_left .img1 img{transition: all .8s ease 0s; display:block; margin:0 auto;width:100%;height:auto;}
	.sy_news .news_left a:hover .img1 img{transform: scale(1.1,1.1);}
	.sy_news .news_left .nr .sj{background:#0084cd;color:#fff;padding: 8px 10px;width:74px; float:left;text-align:center;}
	.sy_news .news_left .nr .sj span{font-size:38px;font-weight:bold;display:block; line-height:38px;}
	.sy_news .news_left .nr .sj p{font-size:14px;margin:0px;}
	.sy_news .news_left .nr .tit{line-height:70px;font-size:18px; font-weight:bold;color:#333333; padding:0 20px; float:left;}
	.sy_news .news_right{float:left;border:1px solid #dcdcdc;}
	.sy_news .news_right ul{float:left; margin:0px;}
	.sy_news .news_right ul li{float:left; background:#fff;}
	.sy_news .news_right ul li.on{float:left; background:#0084cd;}
	.sy_news .news_right ul li a{ display:block;}
	.sy_news .news_right ul li .nr{ padding:20px 20px;}
	.sy_news .news_right ul li .nr .sj{margin-bottom:20px; color:#0084cd; text-align:left;}
	.sy_news .news_right ul li .nr .sj span{font-size:38px;font-weight:bold;}
	.sy_news .news_right ul li .nr .sj p{font-size:14px;margin-top:10px;}
	.sy_news .news_right ul li .nr .tit{margin-bottom:20px; line-height:26px; font-size:20px; color:#333; font-weight:bold;}
	.sy_news .news_right ul li .nr .text{font-size:16px; color:#999; line-height:26px; height:78px; overflow:hidden;}
	.sy_news .news_right ul li .nr .more{margin-top:21px; width:60px; height:24px; background:url(../images/more.png) no-repeat left;}
	.sy_news .news_right ul li a:hover{background:#0084cd;}
	.sy_news .news_right ul li a:hover .nr .sj{color:#fff;}
	.sy_news .news_right ul li a:hover .nr .tit{color:#fff;}
	.sy_news .news_right ul li a:hover .nr .text{color:#fff;}
	.sy_news .news_right ul li a:hover .nr .more{background:url(../images/more_hover.png) no-repeat left;}
	.sy_news .news_right ul li a.on{background:#0084cd;}
	.sy_news .news_right ul li a.on .nr .sj{color:#fff;}
	.sy_news .news_right ul li a.on .nr .tit{color:#fff;}
	.sy_news .news_right ul li a.on .nr .text{color:#fff;}
	.sy_news .news_right ul li a.on .nr .more{background:url(../images/more_hover.png) no-repeat left;}

/*首页联系方式*/
.sy_contact{ width:100%; margin:0 auto;}
.sy_contact img{ width:100%; margin:0 auto;}

.sy_dianhua{ display:none;}

.ny_banner{ width:100%; display:none;}
.ny_banner img{ width:100%;}
.ny_banner1{ width:100%; display:block; margin-top:60px;}
.ny_banner1 img{ width:100%;}

.weizhi{background: #f4f4f4;/*border-bottom: 1px solid #ddd;*/width:100%; font-size:15px;}
.weizhi .left{ line-height:50px; color:#2a333c;}
.weizhi .left a{color:#2a333c;}
.weizhi .left i{ padding:0 5px;}
.weizhi .left a:hover{color:#17375e;}
.weizhi .right{display:none;}
.weizhi .right ul{ margin: 0;justify-content: flex-end;display: flex;}
.weizhi .right ul li{white-space: nowrap;display: inline-block;}
.weizhi .right ul li a{display:block;margin:0 5px;line-height:48px;text-align:center;padding:0 10px;height:50px; color:#000000;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms;transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms}
.weizhi .right ul li a:hover,
.weizhi .right ul li a.active {color:#17375e; border-bottom:2px solid #17375e; line-height:48px; font-weight:bold;}

.main{ margin:30px 0;}

.back{margin:20px auto; margin-top:30px; width:180px; height:46px; line-height:46px;}
.back a{ display:block; margin:0 auto; width:100%; border-radius:25px; background:#17375e; color:#fff; font-size:17px; text-align:center;}
.back a i{ padding-right:10px;}
.back a:hover{background:#fff; color:#17375e; border:2px solid #17375e;}

/*内页关于我们*/
.about{padding:30px 0;} 
.about .nr{line-height:28px; color:#666; font-size:16px;text-indent: 2em;}

.about_wenhua{ width:100%; padding:30px 0; background:url(../images/wenhua_bj.jpg) no-repeat center #e8e8e8;}
.about_wenhua .l{ padding:50px 30px; background:#fff;box-shadow: 0 1px 20px rgba(0,0,0,.2); margin:10px 0;}
.about_wenhua .l img{ width:60px; height:60px;margin:0 auto;transition: all 0.4s; text-align:center; display:block;}
.about_wenhua .l:hover img{transform: rotate(360deg);}
.about_wenhua .l span{ display:block; width:60px; height:1px;background:#ea5404; margin:0 auto;}
.about_wenhua .l .tit{ font-size:22px;  color:#000; margin:25px 0; text-align:center;}
.about_wenhua .l .n{ line-height:28px; margin-top:25px; font-size:18px; color:#666; text-align:center; height:60px; overflow:hidden;}

.about_shili{ padding:30px 0;}
.about_shili .swiper-container {width: 100%;height: 100%;}
.about_shili .swiper-slide{text-align: center;font-size: 18px;background: #fff;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; margin-bottom:50px;}
.about_shili .swiper-slide .pic{ overflow:hidden;}
.about_shili .swiper-slide .pic img{ display:block; max-width:100%; margin:0 auto;transform:scale(1,1);transition-duration:0.5s; border-radius:5px;}
.about_shili .swiper-slide .pic:hover img{transform:scale(1.1,1.1); transition-duration:0.5s;}

/*内页产品中心*/
.product{padding:30px 0;}
.product_list{}
.product_list .l{overflow:hidden; text-align:center;background:#fff; box-shadow:5px 5px 10px #ddd; border:1px solid #ddd;margin-bottom:30px;}
.product_list .l .pic{ text-align:center;overflow:hidden; margin:0 auto; padding:20px;}
.product_list .l .pic img{ max-width:100%; margin:0 auto;display:block;transition: all .8s ease 0s;}
.product_list .l .nr{}
.product_list .l .zw{ padding:40px 20px; padding-top:0;}
.product_list .l .zw .t1{ font-size:20px; color:#000; margin-bottom:20px;}
.product_list .l .zw .t2{ color:#7f7f7f; line-height:22px; height:65px; overflow:hidden;}
.product_list .l .zw .more{margin:0 auto; margin-top:20px; width:120px; height:36px; line-height:36px; border:1px solid #ea5404; color:#ea5404;}
.product_list .l a:hover .more{ background:#ea5404; color:#fff;}
.product_list .l a:hover .pic img{transform: scale(1.1,1.1);}

.product .p_left{ overflow:hidden;}
.product .p_left .top{background:#eee; padding:20px; display:none;}
.product .p_left .top .d{ padding:20px; border:1px solid #ff6b33; text-align:center;}
.product .p_left .top .tit{font-size: 30px; color: #ff6b33;}
.product .p_left .top p{font-size: 26px; color: #ff6b33; margin-bottom:0;}
.product .p_left .center{margin-bottom:30px;}
.product .p_left .center ul li{list-style: none; padding: 10px 0; margin:0; text-indent:10px; font-size:17px;border-bottom: #d7d7d7 solid 1px;}
.product .p_left .center ul li a{color:#686868;}
.product .p_left .center ul li a i{padding-right:10px;}
.product .p_left .center ul li:hover{ background:#ff6b33; color: #fff;}
.product .p_left .center ul li:hover a{ color:#fff;}
.product .p_left .center ul .on{ background:#ff6b33; color: #fff;}
.product .p_left .center ul .on a{ color:#fff;}
.product .p_left .hot_news{border:10px solid #f5f5f5; display:none;}
.product .p_left .hot_news .hot_box{padding:0 15px;}
.product .p_left .hot_news .infor .box{padding:25px 0 0;}
.product .p_left .hot_news .infor .tit{float:left; font-size:24px; font-weight:bold; color:#323f47; line-height:26px; display:block; margin-bottom:30px;}
.product .p_left .hot_news .con{ padding-bottom:25px;}
.product .p_left .hot_news .con .item{border-top:1px solid #f0f0f0;}
.product .p_left .hot_news .con .item:first-child{border:none;}
.product .p_left .hot_news .con .item .t{font-size:15px; color:#727272; line-height:24px; margin-bottom:10px; height:48px; overflow:hidden; transition:all .3s ease;}
.product .p_left .hot_news .con .item .d{font-size:14px; color:#727272;}
.product .p_left .hot_news .con .box{padding:25px 0;}
.product .p_left .hot_news .con .item .t:hover{color:#fcb026;}

.product_show{}
.product_show .list1{ border:1px solid #eee;padding:5px; padding-bottom:30px;}
.product_show .list1 .l_left{ position:relative; width:100% !important;}
#glass {position: absolute;border-radius: 50%;box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);display: none;background-repeat: no-repeat;background-color: rgba(0,0,0,.6);}
.product_show .list1 .l_right{margin-top:40px;}
.product_show .list1 .l_right .title{ font-size:24px; color:#000; font-weight:bold; margin-bottom:25px;}
.product_show .list1 .l_right .nr{ font-size:16px; color:#656565; padding-bottom:25px; border-bottom:1px solid #eee; margin-bottom:30px;}
.product_show .list1 .l_right .zixun{background: #f05920;color: #fff;padding:15px 40px;border-radius: 70px;margin-top: 50px; font-size:20px;}
.product_show .list1 .l_right .zixun i{ padding-right:10px; font-size:24px;}
.product_show .xq{ width:100%; margin-top:30px;}
.product_show .xq .slideTxtBox{ /*width:670px;*/ width:100%;text-align:left; border:1px solid #e2e2e2;  }
.product_show .xq .slideTxtBox .hd{ height:51px; line-height:51px; background:#f5f5f5;  position:relative; }
.product_show .xq .slideTxtBox .hd ul{ float:left;  position:absolute; left:0; top:0px; height:32px;   }
.product_show .xq .slideTxtBox .hd ul li{ float:left; padding:0 60px; cursor:pointer; font-size:18px;}
.product_show .xq .slideTxtBox .hd ul li.on{ height:51px;  background:#fff; color:#ff7800; border-top:4px solid #ff7800; line-height:47px;}
.product_show .xq .slideTxtBox .bd ul{ padding:15px;  zoom:1; background:#fff; font-size:16px;}
.product_show .xq .slideTxtBox .bd ul p{ margin-bottom:10px; line-height:30px;}
.product_show .xq .slideTxtBox .bd ul table{/* border:1px solid #ddd;*/ width:100%; background:#fff;}
.product_show .xq .slideTxtBox .bd ul table tr td{ padding:4px; border:none;}
.product_show .xq .slideTxtBox .bd ul table tr td p{ line-height:2; color:#555;}

/*内页新闻中心*/
.news_content{overflow: hidden;}
.news_content ul li{margin-bottom:30px;overflow: hidden;padding-bottom:30px;border-bottom: 1px dashed #e2e2e2;}
.news_content .l_left{ overflow:hidden;}
.news_content .l_left img{ max-width:100%; display:block; margin:0 auto;transform: scale(1,1);transition-duration: 0.5s;border-radius: 10px;}
.news_content a:hover .l_left img{transform:scale(1.1,1.1); transition-duration:0.5s;}
.news_content .l_right{padding-left:15px; margin-top:25px;}
.news_content .l_right h3{margin-bottom: 20px;overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1; font-size:18px; color:#222; margin-top:0;}
/*鼠标经过向右移动动画*/
.news_content .l_right h3 span{
   transition:all .6s ease-in-out 0s;
  -webkit-transition:all .6s ease-in-out 0s;
   -moz-transition:all .6s ease-in-out 0s; 
  -ms-transition:all .6s ease-in-out 0s; 
  -o-transition:all .6s ease-in-out 0s; 
}
.news_content .l_right h3 span{width: 0;height: 1px;display: inline-block;vertical-align: middle;background: #17375e;opacity: 0;}
.news_content a:hover .l_right h3{ color:#17375e}
.news_content a:hover .l_right h3 span{width: 30px;opacity: 1;margin-right: 15px;}
/*鼠标经过向右移动动画（完）*/
.news_content .l_right p{line-height:26px;overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3; color:#666; font-size:15px;}
.news_content .l_right span{line-height: 50px;height: 50px;}
.news_content .l_right .more_a{border: 1px solid #e2e2e2;border-radius: 100px;margin-top: 20px;padding: 5px 15px; width:120px; text-align:center; color:#17375e;}
.news_content a:hover .l_right .more_a{border: 1px solid #17375e;background-color: #17375e;color: #fff;}

.news_show{}
.news_show .title{line-height:40px; font-size:20px; font-weight:bold; color:#333;margin-bottom:10px; text-align:center; padding-bottom:10px; border-bottom:1px dashed #ddd;}
.news_show .title p{color:#555; font-size:14px; font-weight:300; line-height:28px;}
.news_show .title p i{ padding-right:10px;}
.news_show .nr{ font-size:16px; line-height:28px;}
.news_show .nr p{ color:#666; text-indent:2em;}
.news_show .nr img{ display:block; max-width:100%; margin:0 auto;}
.news_show .c_right{}                        
.news_show .c_right .list>div{border:1px solid #f3f3f3; margin-bottom:25px;}
.news_show .c_right .list .box{padding:25px 30px;}
.news_show .c_right .list .box .t{font-size:18px; color:#3c3c3c; line-height:24px; position:relative; margin-bottom:15px}
.news_show .c_right .list .box .t:after{content:''; position:absolute; width:60%; height:1px; background:#f2f2f2; left:30%; top:12px;}
.news_show .c_right .list .box .d{font-size:14px; color:#c1c0c0;}
.news_show .c_right .list .box .d i{margin-left:0}
.news_show .c_right .list .box .tit{font-size:16px; color:#696969; line-height:25px; height:50px; overflow:hidden; transition:all .3s ease; text-overflow: ellipsis; margin-top:15px;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;*}
.news_show .c_right .hot_news{border:10px solid #f5f5f5;}
.news_show .c_right .hot_news .hot_box{padding:0 20px;}
.news_show .c_right .hot_news .infor .box{padding:25px 0 0;}
.news_show .c_right .hot_news .infor .tit{float:left; font-size:24px; font-weight:bold; color:#323f47; line-height:26px; display:block; margin-bottom:15px;}
.news_show .c_right .hot_news .con{ padding-bottom:25px;}
.news_show .c_right .hot_news .con .item{border-top:1px solid #f0f0f0;}
.news_show .c_right .hot_news .con .item:first-child{border:none;}
.news_show .c_right .hot_news .con .item .t{font-size:15px; color:#727272; line-height:24px; margin-bottom:10px; height:48px; overflow:hidden; transition:all .3s ease;}
.news_show .c_right .hot_news .con .item .d{font-size:14px; color:#727272;}
.news_show .c_right .hot_news .con .box{padding:25px 0;}
.news_show .c_right .hot_news .con .item .t:hover{color:#fcb026;}
.news_show .c_right .list .box:hover .tit{color:#fcb026;}

/*内页工厂实景*/
.gongchang{ padding:30px 0;}
.case .item{position:relative; margin-bottom:20px; overflow:hidden;border: 1px solid #eee;}
.case .item .img{ overflow:hidden;}
.case .item .img img{ display:block; max-width:100%; margin:0 auto;}
.case .item .cover{position:absolute; top:100%; width:100%; height:100%; background:url(../images/pro_list_bg1.png) no-repeat center; background-size:cover; transition:.3s ease;}
.case .item:hover .cover{top:0;}
.case .item .text{font-size:16px; color:#000; text-align:center; height:50px; line-height:50px; background:#f2f1f1;}
.case .item .cover .txt_box{padding:50px 28px 0;}
.case .item .cover .txt_box .tit{font-size:20px; color:#fff; font-weight:bold; line-height:1.2; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-bottom:15px;}
.case .item .cover .txt_box .txt{font-size:14px; color:#fff;}
.case .item .cover .txt_box .know_more{font-size:14px; color:#c5c4c4; float:right;}

/*联系我们*/
.contact-l{overflow: hidden; background: #FFF; }
.contact-l h3{font-size:22px;padding:20px 20px; background:#17375e; color:#fff; margin-top:0;}
.contact-l h3 em{display: block; color: #fff; font-size: 14px; text-transform: uppercase; margin: 15px 0;}
.contact-l ul{margin: 0;}
.contact-l ul li{padding:20px 15px;overflow: hidden;background: #f6f6f6;}
.contact-l ul li span{float: left;margin-left:50px;font-size: 16px;line-height: 25px;margin-bottom: 20px;}
.contact-l ul li:first-child{ background: #f9f9f9;}
.contact-l ul li i{float: left; position: absolute; left:0; top:0; width: 50px;height: 50px;background: #17375e;padding: 5px; line-height: 0;-moz-border-radius: 50%;-webkit-border-radius: 50%;-khtml-border-radius: 50%;border-radius: 50%;}
.contact-l ul li i img{max-width: 100%;transition: all 0.4s;}
.contact-l ul li i img:hover{transform: rotate(360deg);}
.contact-r{overflow: hidden; background:#f6f6f6; text-align: center;  padding:8% 0; padding-top:0;}
.contact-r span{display: block; font-size: 22px; margin:10px 0;}
.contact-r p{ font-size:16px;}
.contact-r img{max-width: 100%;}

#footer{color:#fff;background:#23282c;  }
#footer a{color:#fff;}
#footer .ft1{padding:40px 0;}
#footer .ft1 .row{padding:0 10px;}
#footer .ft1 .container{}
#footer .ft1 dl{ width:96%; float:left; margin:0 2%;}
#footer .ft1 dl dt{font-size:18px;font-weight:weight; margin-bottom:17px;border-bottom: 2px solid #ccc; padding-bottom:15px; position:relative;}
#footer .ft1 dl dd{font-size:16px; line-height:2;color:#aaa;}
#footer .ft1 dl dd a{color:#d3d4d5;}
#footer .ft1 dl dd p{margin-bottom:0;}

#footer .ft1 dl.dyl dd{font-size:16px; line-height:2;color:#aaa; width:45%; text-align:left; float:left; padding-left:5%; background:url(../images/f_ico01.png) no-repeat left center;}
#footer .ft1 dl.dyl dd.last{ width:90%;}
#footer .ft2{border-top:1px #555 solid; text-align:center; color:#ccc; padding:10px 0; line-height:1.8; display:none;}
#footer .ft2 p{ margin-bottom:0;}
#footer .ft2 a{color:#ccc;}
#footer .ft1 .c1{background:url(../images/bg11.png) left no-repeat;}
#footer .ft1 .c2{background:url(../images/bg21.png) left no-repeat;}
#footer .ft1 .c3{background:url(../images/bg41.png) left no-repeat;}
.zhyp{ background:url(../images/ewmbg.png) no-repeat center center; text-align:center;}
.zhyp img{ width:130px; margin:30px auto 0;}
.zhyp p{width:100%; margin:0 auto; line-height:42px; height:42px; font-size:16px; color:#fff; text-align:center;}

@media (min-width:768px) { 
	header .logo h1{font-size:22px;margin-top:5px;}
	header .logo p{font-size:13px;margin-top:5px;}
	header .top .tel{ display:none;}
	header .caidan{ display:none;}
	.nav{display:none;}
	.sp_nav{display:block;}
	.index_banner{ margin-top:60px;}
	.index_banner .items1{display:none;}
    .index_banner .items2{display:block;}
	.index_banner .item{height:350px;}
	.sytitle{ background:url(../images/line.png) no-repeat bottom left; padding-bottom:25px; font-size:37px; font-weight:bold; color:#e4e4e4; position:relative; text-transform:uppercase;margin-bottom:46px;}
    .sytitle span{ display:block; position:absolute; left:0; top:-10px; font-size:42px; color:#252527;}
	.sytitle .more{ display:block; width:164px; height:46px; line-height:46px;text-align:right; font-size:18px; font-weight:400; color:#17375e; position:absolute; right:0; top:5px;}
	.sy_pinpai{ padding:30px 0;}
	.sy_pinpai .l .n_hover .list{line-height:70px;font-size:20px;}
	.sy_product{padding:30px 0;}
	.ny_banner{ display:none;}
	.ny_banner1{ display:block;}
	.main{ margin:50px 0;}
	.weizhi{ font-size:16px;}
	.weizhi .left{ line-height:50px;}
	.weizhi .left i{ padding:0 10px;}
	.weizhi .right{display:none;}
	.about_nr{ font-size:16px;}
	.news_content .l_right{padding-left: 30px; margin-top:0;}
	.news_content .l_right h3{font-size:20px;}
	.news_show .title{line-height:50px;font-size:24px;margin-bottom:30px;}
	.tp{padding:40px 0;}
	.tp .l b{font:600 48px/60px "思源黑体";}
	.tp .l p{font:400 16px/30px "思源黑体";}
	#footer .f{ display:block;}
	#footer .ft2{display:block;}
	.sy_shili{ padding:40px 0;}
	.sy_shili_main{background:url(../images/shili_bj1.jpg) no-repeat center; height:auto; margin-top:30px; padding-bottom:30px;}
	.sy_shili_main .tubiao{left:47%; top:-40px;}
	.sy_shili_main .s_left .nr{padding:7%}
	.sy_shili_main .s_left .nr .tit{ font-size:30px; margin-bottom:20px;}
	.sy_shili_main .s_left .nr ul li{ font-size:20px; line-height:40px;}
	.sy_shili_main .s_left .more{margin-top:30px;height:70px; line-height:70px; width:200px;font-size:28px;}
	.about_wenhua .l{ padding:50px 20px; margin:0;}
	.news_show .title{ font-size:22px;}
	.case .item .text{font-size:18px;}
	.contact-l h3{font-size:26px;padding:40px 20px;}
	.contact-l h3 em{ margin: 15px 0;}
	.contact-l ul li{padding:40px 30px;}
	.contact-l ul li span{margin-left: 70px;margin-bottom: 20px;}
	.contact-l ul li i{float: left;width: 50px;height: 50px;}
	.contact-r{padding:4% 0; padding-top:4%}
	.contact-r span{font-size: 22px;}
}

@media (min-width:992px) {
	.nav{display:block;}
	.sp_nav{display:none;}
	header .logo img{ float:left; width:68px; height:68px; margin:9px 0;}
	header .logo a{ float:left; margin:0px 0 0 10px; height:86px; line-height:86px; }
	header .logo h1{ color:#fff; font-size:20px; font-weight:bold; margin-top:15px; margin-bottom:0; line-height:30px; letter-spacing:3px;}
	header .logo h2{ color:#fff; font-size:14px; font-weight:bold; margin:0px; margin-bottom:0; line-height:26px;}
	.nav{display:block;}
	.nav ul li a{font-size:16px;padding:0 16px;}
	header .caidan{ display:block;}
	.index_banner{ margin-top:0;}
	.index_banner .items1{display:none;}
    .index_banner .items2{display:block;}
	.index_banner .item{height:500px;}
	.sy_pinpai{ padding:40px 0;}
	.sytitle{ background:url(../images/line.png) no-repeat bottom left; padding-bottom:25px; font-size:37px; font-weight:bold; color:#e4e4e4; position:relative; text-transform:uppercase;margin-bottom:46px;}
    .sytitle span{ display:block; position:absolute; left:0; top:-10px; font-size:42px; color:#252527;}
	.sytitle .more{ display:block; width:164px; height:46px; line-height:46px;text-align:right; font-size:18px; font-weight:400; color:#17375e; position:absolute; right:0; top:5px;}
	.sy_pinpai .l .n_hover .list{line-height:92px;font-size:24px;}
	.sy_product{padding:40px 0;}
	.sy_product .left_fenlei .lxwm{ display:block;}
	.sy_product .left_fenlei{ margin-bottom:0;}
	.sy_product .left_fenlei .tit{font-size:24px;padding:20px 25px;height:70px;}
	.sy_product .left_fenlei .list{ padding:30px; padding-top:20px;}
	.sy_product .left_fenlei .list ul li{font-size:18px;}
	.sy_product .left_fenlei .list ul li a{line-height:65px; }
	.sy_product .right .r_top .nr{ padding:5%; padding-right:8%;}
	.sy_product .right .r_top .nr .tit a{font-size:24px;}
	.sy_product .right .r_top .nr .more{ margin-top:70px;}
	.sy_product .right .r_bottom .l{ margin:0;}
	.sy_about{padding:40px 0;}
	.sy_about .nr{margin-bottom:10px;}
	.sy_news .news_right ul li .nr{ padding:20px 20px;}
	.sy_news .news_right ul li .nr .sj{margin-bottom:20px; color:#0084cd; text-align:left;}
	.sy_news .news_right ul li .nr .sj span{font-size:38px;font-weight:bold;}
	.sy_news .news_right ul li .nr .sj p{font-size:14px;margin-top:10px;}
	.sy_news .news_right ul li .nr .tit{margin-bottom:10px; line-height:22px; font-size:18px; color:#333; font-weight:bold;}
	.sy_news .news_right ul li .nr .text{font-size:16px; color:#999; line-height:26px; height:52px; overflow:hidden;}
	.sy_news .news_right ul li .nr .more{margin-top:10px; width:60px; height:24px; background:url(../images/more.png) no-repeat left;}
	.tp{padding:40px 0;}
	.sy_shili{ padding:65px 0;}
	.sy_shili_main{background:url(../images/shili_bj.jpg) no-repeat center; height:450px; margin-top:30px; padding-bottom:0;}
	.sy_shili_main .tubiao{left:47%; top:-40px;}
	.sy_shili_main .s_left{ padding-right:0;}
	.sy_shili_main .s_left .nr{padding:7%}
	.sy_shili_main .s_left .nr .tit{ font-size:33px; margin-bottom:20px;}
	.sy_shili_main .s_left .nr ul li{ font-size:20px; line-height:40px;}
	.sy_shili_main .s_left .more{margin-top:30px;height:70px; line-height:70px; width:200px;font-size:30px;}
	.sy_news{padding:40px 0;}
	.ny_banner{ display:block;}
	.ny_banner1{ display:none;}
	.weizhi .right{display:block;}
	.about{padding:40px 0;} 
	.about_wenhua{padding:40px 0;} 
	.about_wenhua .l{ padding:70px 30px; margin:0;}
	.about_shili{ padding:40px 0;}
	.gongchang{ padding:40px 0;}
	.contact-r{padding:9% 0; padding-top:9%;}
	.contact-r span{font-size: 22px;}
	.product{padding:40px 0;}
	.product .p_left .top{ display:block;}
	.product .p_left .center ul li{margin: 10px 0;font-size:18px;}
	.product .p_left .hot_news{display:block;}
	.product_show .list1{padding:30px;}
	.product_show .list1 .l_right .nr{margin-bottom:80px;}
	
	.sy_shebei .sb_bottom .zjian{ padding:0 15px; text-align:center;}
	.sy_shebei .sb_bottom ul li .l{ height:180px; width:100%; float:left; border:1px solid #ccc; border-radius:8px; margin-bottom:13px; transition:all 0.6s; position: relative; background:#fff;}
	.sy_shebei .sb_bottom ul li .l em {
	  position:relative;
	  width: 135px;
	  height: 50px;
	  overflow:hidden;
	  display:block;
	  margin:50px 0 0 50px;
	  float:left; 
	}
	.sy_shebei .sb_bottom .zjian{ padding:0 15px 0 15px; text-align:center;}
	.sy_shebei .sb_bottom ul li .l{ height:115px; width:96%; float:left; transition:all 0.6s; position: relative; background:#fff; margin:0 4% 8px 0; }
	.sy_shebei .sb_bottom ul li .ll{ height:115px; width:96%; float:left;  transition:all 0.6s; position: relative; background:#fff; margin:0 0 8px 4%;}
	.sy_shebei .sb_bottom ul li .l em {
	  position:relative;
	  width: 135px;
	  height: 50px;
	  overflow:hidden;
	  display:block;
	  margin:10px 0 0 5px;
	  float:left; 
	}
	.sy_shebei .sb_bottom ul li .l span { float:left; width:100%; line-height:48px; height:48px; text-align:center; font-size:12px; color:#000; }
}
@media (min-width:1100px) {
	header .logo img{ float:left; width:68px; height:68px; margin:9px 0;}
	header .logo a{ float:left; margin:0px 0 0 10px; height:86px; line-height:86px; }
	header .logo h1{ color:#fff; font-size:24px; font-weight:bold; margin-top:10px; margin-bottom:0; line-height:40px; letter-spacing:3px;}
	header .logo h2{ color:#fff; font-size:16px; font-weight:bold; margin:0px; margin-bottom:0; line-height:26px;}
	.nav{display:block;}
	.nav ul li a{font-size:16px;padding:0 20px;}
	.sy_shebei .sb_bottom .zjian{ padding:0 15px 0 15px; text-align:center;}
	.sy_shebei .sb_bottom ul li .l{ height:115px; width:96%; float:left; transition:all 0.6s; position: relative; background:#fff; margin:0 4% 8px 0; }
	.sy_shebei .sb_bottom ul li .ll{ height:115px; width:96%; float:left;  transition:all 0.6s; position: relative; background:#fff; margin:0 0 8px 4%;}
	.sy_shebei .sb_bottom ul li .l em {
	  position:relative;
	  width: 135px;
	  height: 50px;
	  overflow:hidden;
	  display:block;
	  margin:10px 0 0 5px;
	  float:left; 
	}
	.sy_shebei .sb_bottom ul li .l span { float:left; width:100%; line-height:48px; height:48px; text-align:center; font-size:12px; color:#000; }
	}
@media (min-width:1200px) {
	.nav{display:block;}
	header .logo img{ float:left; width:85px; height:86px;}
	header .logo a{ float:left; margin:0px 0 0 10px; height:86px; line-height:86px; }
	header .logo h1{ color:#fff; font-size:26px; font-weight:bold; margin-top:20px; margin-bottom:0; line-height:40px; letter-spacing:3px;}
	header .logo h2{ color:#fff; font-size:16px; font-weight:bold; margin:0px; margin-bottom:0; line-height:26px;}
	.nav ul li a{font-size:16px;padding:0 20px;}
	.sp_nav{display:none;}
	header .caidan{ display:block;}
	.index_banner .items1{display:block;}
    .index_banner .items2{display:none;}
	.index_banner .item{height:722px;}
	.sytitle{ background:url(../images/line.png) no-repeat bottom left; padding-bottom:25px; font-size:37px; font-weight:bold; color:#e4e4e4; position:relative; text-transform:uppercase;margin-bottom:46px;}
    .sytitle span{ display:block; position:absolute; left:0; top:-10px; font-size:42px; color:#252527;}
	.sytitle .more{ display:block; width:164px; height:46px; line-height:46px;text-align:right; font-size:18px; font-weight:400; color:#17375e; position:absolute; right:0; top:5px;}
	.sy_pinpai{ padding:65px 0;}
	.sy_pinpai .l .n_hover .list{line-height:92px;font-size:24px;}
	.sy_product{padding:65px 0;}
	.sy_product .left_fenlei{ margin-bottom:0;}
	.sy_product .left_fenlei .tit{font-size:24px;padding:20px 25px;height:70px;}
	.sy_product .left_fenlei .list{ padding:30px; padding-top:20px;}
	.sy_product .left_fenlei .list ul li{font-size:18px;}
	.sy_product .left_fenlei .list ul li a{line-height:65px; }
	.sy_about{padding:35px 0;}
	.tp{padding:65px 0;}
	.sy_shili{ padding:65px 0;}
	.sy_shili_main{background:url(../images/shili_bj.jpg) no-repeat center; height:450px; margin-top:30px;}
	.sy_shili_main .tubiao{left:47%; top:-40px;}
	.sy_shili_main .s_left{ padding-right:0;}
	.sy_shili_main .s_left .nr{padding:7%}
	.sy_shili_main .s_left .nr .tit{ font-size:40px; margin-bottom:30px;}
	.sy_shili_main .s_left .nr ul li{ font-size:20px; line-height:40px;}
	.sy_shili_main .s_left .more{margin-top:30px;height:70px; line-height:70px; width:200px;font-size:30px;}
	
	.about{padding:65px 0;} 
	.about_wenhua{padding:65px 0;} 
	.about_shili{padding:65px 0;}
	.gongchang{padding:65px 0;}
	.product{padding:65px 0;}
	
	.sy_shebei .sb_bottom .zjian{ padding:0 15px 0 25px; text-align:center;}
	.sy_shebei .sb_bottom ul li .l{ height:165px; width:96%; float:left; transition:all 0.6s; position: relative; background:#fff; margin:0 4% 10px 0; }
	.sy_shebei .sb_bottom ul li .ll{ height:165px; width:96%; float:left; transition:all 0.6s; position: relative; background:#fff; margin:0 0 10px 4%;}
	.sy_shebei .sb_bottom ul li .l em {
	  position:relative;
	  width: 135px;
	  height: 50px;
	  overflow:hidden;
	  display:block;
	  margin:30px 0 0 20px;
	  float:left; 
	}
	.sy_shebei .sb_bottom ul li .l span { float:left; width:100%; line-height:48px; height:48px; text-align:center; font-size:14px; color:#000; }
	
	.sy_news .news_right ul li .nr{ padding:20px 20px;}
	.sy_news .news_right ul li .nr .sj{margin-bottom:20px; color:#0084cd; text-align:left;}
	.sy_news .news_right ul li .nr .sj span{font-size:38px;font-weight:bold;}
	.sy_news .news_right ul li .nr .sj p{font-size:14px;margin-top:10px;}
	.sy_news .news_right ul li .nr .tit{margin-bottom:20px; line-height:26px; font-size:20px; color:#333; font-weight:bold;}
	.sy_news .news_right ul li .nr .text{font-size:16px; color:#999; line-height:26px; height:78px; overflow:hidden;}
	.sy_news .news_right ul li .nr .more{margin-top:21px; width:60px; height:24px; background:url(../images/more.png) no-repeat left;}
}
@media (min-width:1300px) {
	header .logo img{ float:left; width:85px; height:86px;}
	header .logo a{ float:left; margin:0px 0 0 10px; height:86px; line-height:86px; }
	header .logo h1{ color:#fff; font-size:32px; font-weight:bold; margin-top:20px; margin-bottom:0; line-height:40px; letter-spacing:3px;}
	header .logo h2{ color:#fff; font-size:16px; font-weight:bold; margin:0px; margin-bottom:0; line-height:26px;}
	.nav{display:block;}
	.nav ul li a{font-size:18px;padding:0 20px;}
	}
@media (max-width:980px) {
	.sy_shebei{ display:none;}	
	header .top{padding:0; width:100%;} 
	header .logo img{ float:left; width:68px; height:68px; margin:9px 0;}
	header .logo a{ float:left; margin:0px 0 0 10px; height:86px; line-height:86px; }
	header .logo h1{ color:#fff; font-size:26px; font-weight:bold; margin-top:15px; margin-bottom:0; line-height:30px; letter-spacing:3px;}
	header .logo h2{ color:#fff; font-size:16px; font-weight:bold; margin:0px; margin-bottom:0; line-height:26px;}
	header .logo{ float:left; width:80%; margin-left:8%;}
	.syabtb{ display:none; }
	.sy_shebeimob{ display:block;}
	}
@media (max-width:768px) {
	.zhyp{ display:none;}
	}

@media (max-width:600px) {
	.sy_dianhua{ display:block; position:fixed; bottom:10px; width:90%;}
	.sy_dianhua li.yi{ width:40%; height:40px; line-height:40px; color:#fff; font-size:16px; text-align:center; background:#17375e; float:left;}
	.sy_dianhua li.er{ width:40%; height:40px; line-height:40px; color:#fff; font-size:16px; text-align:center; background:#105ebe; float:left;}
	.sy_dianhua li.last{ width:20%; height:40px; line-height:40px; color:#fff; font-size:16px; text-align:center; background:#fff; float:left;}
	.sy_dianhua li.last span{ width:100%; height:40px; line-height:40px; color:#17375e; font-size:20px; text-align:center; float:left;}
	header .logo{ float:left; width:60%; margin-left:4%;}
	#footer .ft1 .row{padding:0 10px 50px;}
	}


















