/* CSS Document */
html{margin:0;padding:0;width:100%;height:100%;}
.sub-mouse{width:70%; height:43px; position:absolute; bottom: 7%; left:20%; cursor:pointer; z-index:1; zoom:0.7; -moz-transform:scale(0.7);}
.sub-mouse:after{display:none; z-index:-1; position:absolute; content:''; top:-30px; left:50%; height:53px; border-right:1px solid #333; margin-left:-1px;}
.sub-mouse span{text-align:center;display:block; position:relative;width:50%;height:100%;animation: ani-svg 0.85s linear 0s alternate infinite;
-webkit-animation: ani-svg 0.85s linear 0s alternate infinite; margin:0 auto;}
@keyframes ani-svg{
	0%{opacity: 0.4;transform: translateY(-20px);}
	15%{opacity: 0.65;transform: translateY(-15px);}
	25%{opacity: 0.8;transform: translateY(-10px);}
	50%{opacity: 1;transform: translateY(0px);}
	65%{opacity: 0.8;transform: translateY(5px);}
	75%{opacity: 0.65;transform: translateY(10px);}
	100%{opacity: 0.4;transform: translateY(15px);}
}
/*轮播图*/
.slideBox {width:100%;height:100%;overflow:hidden;}
.slideBox .hd {height:19px;overflow:hidden;position:absolute;right:5%;bottom:5%;z-index:1;}
.slideBox .hd ul {overflow:hidden;zoom:1;float:left;}
.slideBox .hd ul li {float:left;color:#fff;margin-right:10px;width:16px;height:16px;line-height:16px;text-align:center;background:#101109;cursor:pointer;}
.slideBox .hd ul li.on {background:#f00;color:#ffffff;}
.slideBox .bd {position:relative;height:100%;z-index:0;background-color: #8aabd4;background-image: linear-gradient(#8aabd4, #8aabd4);}
.slideBox .bd li {zoom:1;vertical-align:middle;width: 100%;height:100%;background: #8aabd4;background-image: linear-gradient(#8aabd4, #8aabd4);}
.slideBox .bd img {max-width:100%;max-height:100%;display:block;vertical-align:middle; /*margin-top:-120px;*/}
#full-screen-slider {width:100%;height:100%;position:relative;z-index:1;}
#slides {display:block;width:100%;height:100%;list-style:none;padding:0;margin:0;position:relative;z-index:1;}
#slides li {display:block;width:100%;height:100%;list-style:none;padding:0;margin:0;position:absolute;left:0px;}
#slides li a {display:block;width:100%;height:100%;text-indent:-9999px}
#pagination {list-style:none;z-index:9900;padding:5px 15px 5px 0;margin:auto;position:relative;display:table;margin-top:-53px;}
#pagination li {display:block;list-style:none;width:14px;height:14px;float:left;margin-left:10px;border-radius:8px;background:#fff;}
#pagination li a {display:block;width:100%;height:100%;padding:0;margin:0;text-indent:-9999px;}
#pagination li.current {background:#ff0000;}

.section{width:100%; height:100%;position:relative;overflow:hidden;/*background:#8aabd4 url(../images/bg.jpg) center no-repeat;*/}
/*.banner,.section1,.section2,.section3,.section4,.section5,.section6{ background: url(../images/bg.jpg) center no-repeat;width:100%;background-size:100% 100%;background-attachment:fixed;}
.sort,.chanpin,.shili,.xinwen,.lianxi {width:88%;height:100%;position:relative; float: right;}
.banner img {vertical-align:middle;width:100%;height:100%;}
.banner,.section1,.section6{ background: url(../images/bg.jpg) center no-repeat;width:100%;background-size:100%;}*/
.section7{ background: url(../images/section7.jpg) center no-repeat;width:100%;background-size:100%;}
.section5{ background: url(../images/section5.jpg) center no-repeat;width:100%;background-size:100%;}
.section4{ background: url(../images/section4.jpg) center no-repeat;width:100%;background-size:100%;}
.section3{ background: url(../images/section3.jpg) center no-repeat;width:100%;background-size:100%;}
.section2{ background: url(../images/section2.jpg) center no-repeat;width:100%;background-size:100%;}
.bg img{vertical-align: top; width: 100%; z-index: 0;}


.sort_up {width:100%;position:absolute;z-index:9999;top:4%;padding-top:70px;left:0;text-align:center;font-size:12px;color: #577ca6;text-transform:uppercase;}
.sort_up h2 {font-size:36px;color: #426b99;padding-bottom:20px;}
.sort_up a {display:inline-block;padding:0 20px;height:25px;background:#426b99;border-radius:25px;text-align:center;line-height:25px;font-size:12px;color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-top:10px;}
.sort_up a:hover {padding:0 30px;background:#04a545;color:#ffec01;}
.sort_down {width:88%;position:absolute;z-index:99;top:0;left:18%;bottom:0;height:100%;}
.sort_down ul li {float:left;width:16.6%;height:100%;position:relative;}
.sort_down_01 {width:100%;height:100%;bottom:0;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.sort_down_01 img {width:100%;height:auto;}
.sort_down ul li:hover .sort_down_01 {opacity:1;visibility:visible;box-shadow: 2px 2px 6px #8aabd4;}
.sort_down_02 {width:100%;position:absolute;z-index:9;top:38%;text-align:center;height:189px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:20px;color:#2b63a8;}
.sort_down_02 img {vertical-align:top;margin-bottom:17px;}
.sort_down ul li:hover .sort_down_02 {top:32%;}
.sort_down_03 {width:100%;position:absolute;z-index:9;top:150%;text-align:center;height:100px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:14px;color:#2b63a8;}
.sort_down_03 img {margin-top:20px;}
.sort_down ul li:hover .sort_down_03 {top:60%;}
/*产品中心*/
.chanpin_down {width:86%;position:absolute;z-index:999;top:0;left:7%;padding-top:260px;}
.chanpin_down ul li {float:left;width:24%;margin:0.5%;max-height:380px;position:relative;overflow:hidden;}
.chanpin_down ul li img {width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.chanpin_down ul li:hover img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*公司介绍*/
.webox {width: 1200px; margin:0 auto; height:617px;font-size:16px;font-family:"Microsoft Yahei";line-height:26px;position:relative;overflow:hidden;padding:260px 0 0;clear:both;}
.webox dl {height:520px;padding:6px 0 0;}
.webox dt,.webox dt img {width:630px;float:left;height:430px;overflow:hidden;}
.webox dd {width:550px;float:right;}
.webox dd h3 {height:140px;font-size:22px;line-height:40px;color:#2b63a8;position:relative;font-weight:normal;}
.webox dd h3:before {content:"";position:absolute;width:84px;height:3px;background:#666;bottom:0;left:0;z-index:-1;}
.webox dd h3 b {display:block;line-height:72px;font-size:40px;color:#2b63a8;;}
.webox dd p{color: #393939;line-height: 28px;text-align: justify;}
.webox_l {width:1200px;height:150px;left:0;top:638px;font-size:16px;line-height:27px;color:#2b2b2b;position:absolute;z-index:2;}
.webox_l:before {content:"";position:absolute;width:480px;height:150px;left:0;top:0;background:#fff;z-index:-1;}
.webox_l:after {content:"";position:absolute;width:720px;height:150px;right:0;top:0;background:rgba(86,86,86,0.4);position:absolute;z-index:-1;}

.webox_l li {width:239px;float:left;}
.webox_l li a{ display:block; text-align: center; height: 117px;}
.webox_l li a img{ width: 50px;height: 50px; display: block; margin:35px auto 0; }
.webox_l li a span{ font-size: 14px; color: #999; display: block;height: 50px; line-height: 50px}
.webox_l li:nth-child(2),.webox_l li:nth-child(4),.webox_l li:nth-child(5){border-left:solid 1px #e8e8e8;}
.webox_l li:nth-child(4) span,.webox_l li:nth-child(3) span,.webox_l li:nth-child(5) span{color: #e8e8e8;}
.webox_l li:hover{ background:#f3c107; }
.webox_l li:hover span{ color: #fff; }

/*实力展示*/

.box ul{width:1196px}
.box ul li{float:left;height:409px;width:279px;margin-right:20px;overflow:hidden;position:relative}
.box ul li a{display:block;width:100%;height:100%;top:0;position:absolute}
.box ul li:hover{background-position:0 0;-webkit-transition:all .5s ease-in-out .3s;transition:all .5s ease-in-out .3s;-moz-transition:all .5s ease-in-out .3s;-ms-transition:all .5s ease-in-out .3s;-o-transition:all .5s ease-in-out .3s}
.poster-main{width:1000px;height:500px;position:relative;margin:19% auto 0;}
.poster-main a,.poster-main img{display:block}
.poster-main .poster-list{width:1000px;height:500px}
.poster-main .poster-list .poster-item{width:200px;height:500px;position:absolute;left:0;top:0;border-radius:5px}
.poster-main .poster-list .poster-item img{width:100%;height:100%;border-radius:5px}
.poster-main .poster-btn{position:absolute;top:0;z-index:10;cursor:pointer;width:135px!important;height:40px!important;}
.poster-main .poster-prev-btn{left:-60px;background:#ccc url(../images/cleft.png) no-repeat center center;top:50%;margin-top:-29px}
.poster-main .poster-next-btn{right:-60px;background:#ccc url(../images/cright.png) no-repeat center center;top:50%;margin-top:-29px}
.poster-main .poster-btn:hover{background-color:#07B7F1}


/*查看更多*/
.gengduo{width:160px;height: 50px; margin:0 auto; padding-top: 100px;}
.gengduo a{ font-size: 16px;padding:10px 20px;border:2px solid #426b99; color:#426b99;  }
.gengduo a:hover{ color: #45a9a8; border:1px solid #45a9a8;  }

/*新闻中心*/
.news{ width: 1200px; margin:0 auto; padding-top: 230px; }
.news01{width: 450px;float: left;padding: 40px 0 0;}
.news01 dl{background: #fff;width:450px;height: 500px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
.news01 dl dt{width: 450px;height: 330px;overflow: hidden;line-height: 0;position: relative;}
.news01 dl dt img{width: 450px;height: 330px;}
.news01 dl dt em{display: block;width: 45px;height: 45px;position: absolute;top: 20px;right: 10px;z-index: 10;}
.news01 dl dt em img{width: 45px;height: 45px;}
.news01 dl dt em img:hover{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.news01 dl dd{width: 380px;margin: 0 auto;padding: 20px 0 0;}

.news dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news dl dd h5 a{font-size: 22px;color:#2b63a8;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 380px;font-weight: normal;}
.news dl dd h5 a:hover{font-weight: bold;}
.news_desc{font-size: 14px; color:#212b35; line-height: 28px; height: 112px; overflow: hidden;padding: 10px 0 0;} 
.news02{ width:660px;float: right;margin-top: 20px;}
.news02 dl{ width:660px;height: 140px;overflow: hidden;border-bottom: #e3e1da 1px solid;padding: 30px 0 0;}
.news02 dt{float: left;height: 120px;width: 105px; font-size: 16px; line-height: 40px;color:#2b63a8;font-family: "DINOT";padding: 10px 0 0;}
.news02 dt b{display: block;font-size: 50px;color:#2b63a8;}
.news02 dl:hover dt,.news02 dl:hover dt b{color:#033035;}
.news02 dd{width: 535px;float: left;}
/*.news01 dl dd h5 a{ color:#217275;}*/
.news01 .news_desc{ color:#666;}

/*联系我们*/
.lianxi_nei{ width:1100px;margin:0 auto;padding-top:18%; overflow: hidden; }
.lianxi_nei dl{ float: left; display: inline-block; }
.lianxi_nei dl dd img{ width: 100%; }
.lianxi_nei dl.dianpu1{  width: 360px; height: 430px;}
.lianxi_nei dl.dianpu1 dd{ width: 360px;height: 200px; }
.lianxi_nei dl.dianpu1 dd:last-child{ margin-top: 30px; }
.lianxi_nei dl.dianpu2{width: 320px; height: 430px; margin:0 30px;}
.lianxi_nei dl.dianpu3{ padding:40px; height: 350px; width: 280px; background: #2a2a2a;color: #fff; font-size: 14px;line-height:30px; }
.lianxi_nei dl.dianpu3 dt{ font-size: 28px; line-height: 50px; font-weight: bold; }
.dibu{width:1100px;margin:0 auto;overflow: hidden; height: 60px; line-height: 60px;text-align: center;border-top: 1px solid #244c78; margin-top: 3rem;color: #244c78; font-size: 16px; }
.dibu a{color: #244c78;  }


@media only screen and (max-width:1920px) and (min-width:1480px) {
	.sort,.chanpin,.shili,.xinwen,.lianxi {width:87%;height:100%;position:relative;margin-left: 230px;overflow: hidden;}
}

@media only screen and (max-width:1480px) and (min-width:1366px) {
	.sort,.chanpin,.shili,.xinwen,.lianxi {width:82%;height:100%;position:relative;margin-left: 230px;overflow: hidden;}

	.sort_up {width:100%;position:absolute;z-index:9999;top:0;left:0;text-align:center;font-size:12px;text-transform:uppercase;}
	/*公司介绍*/
	.webox {width: 96%; margin:0 auto; height:617px;font-size:16px;font-family:"Microsoft Yahei";line-height:26px;position:relative;overflow:hidden;padding:19% 0 0;clear:both;}
	.webox dl {height:520px;padding:6px 0 0;}
	.webox dt,.webox dt img {width:58%;float:left;height:auto;overflow:hidden;}
	.webox dt img {width:100%;height:auto;overflow:hidden;}
	.webox dd {width:40%;float:right;}
	.webox dd h3 {height:6rem;font-size:1.2rem;line-height:2rem;color:#2b63a8;position:relative;font-weight:normal;}
	.webox dd h3:before {content:"";position:absolute;width:84px;height:3px;background:#666;bottom:0;left:0;z-index:-1;}
	.webox dd h3 b {display:block;line-height:3rem;font-size:2rem;color:#2b63a8;;}
	.webox dd p{color: #393939;line-height: 28px;text-align: justify;}
	.webox_l {width:100%;height:150px;left:0;top:62%;font-size:16px;line-height:27px;color:#2b2b2b;position:absolute;z-index:2;}
	.webox_l:before {content:"";position:absolute;width:40%;height:150px;left:0;top:0;background:#fff;z-index:-1;}
	.webox_l:after {content:"";position:absolute;width:60%;height:150px;right:0;top:0;background:rgba(86,86,86);position:absolute;z-index:-1;}

	.webox_l li:nth-child(1),.webox_l li:nth-child(2) {width:20%;float:left;}
	.webox_l li:nth-child(3),.webox_l li:nth-child(4),.webox_l li:nth-child(5) {width:19.8%;float:right;}

	.webox_l li a{ display:block; text-align: center; height: 117px;}
	.webox_l li a img{ width: 50px;height: 50px; display: block; margin:35px auto 0; }
	.webox_l li a span{ font-size: 14px; color: #999; display: block;height: 50px; line-height: 50px}
	.webox_l li:nth-child(2),.webox_l li:nth-child(3),.webox_l li:nth-child(4),.webox_l li:nth-child(5){border-left:solid 1px #e8e8e8;}
	.webox_l li:nth-child(4) span,.webox_l li:nth-child(3) span,.webox_l li:nth-child(5) span{color: #e8e8e8;}
	.webox_l li:hover{ background:#3873bb; }
	.webox_l li:hover span{ color: #fff; }

	/*新闻中心*/
	.news{width:96%; margin:0 auto; padding-top:20%; }
	.news01{width: 40%;float: left;padding:0 0 0;}
	.news01 dl{background: #fff;width:100%;height:27rem;box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
	.news01 dl dt{width: 100%;height:18rem;overflow: hidden;line-height: 0;position: relative;}
	.news01 dl dt img{width: 100%;height:auto;}
	.news01 dl dt em{display: block;width: 45px;height: 45px;position: absolute;top: 20px;right: 10px;z-index: 10;}
	.news01 dl dt em img{width: 45px;height: 45px;}
	.news01 dl dt em img:hover{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
	.news01 dl dd{width: 380px;margin: 0 auto;padding: 20px 0 0;}

	.news dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
	.news dl dd h5 a{font-size:1.4rem;color:#2b63a8;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 380px;font-weight: normal;}
	.news dl dd h5 a:hover{font-weight: bold;}
	.news_desc{font-size: 14px; color:#212b35; line-height:2rem; height:4rem; overflow: hidden;padding: 10px 0 0;} 
	.news02{ width:55%;float: right;margin-top:0;}
	.news02 dl{ width:100%;height:7rem;overflow: hidden;border-bottom: #e3e1da 1px solid;padding: 30px 0 0;}
	.news02 dt{float: left;height: 120px;width: 105px; font-size: 16px; line-height: 40px;color:#2b63a8;font-family: "DINOT";padding: 10px 0 0;}
	.news02 dt b{display: block;font-size: 50px;color:#2b63a8;}
	.news02 dl:hover dt,.news02 dl:hover dt b{color:#033035;}
	.news02 dd{width:80%;float: left;}
	.news01 dl dd h5 a{ color:#217275;}
	.news01 .news_desc{ color:#666;}

	/*导航*/
	.menu_2 {text-align: center;height: 90px;margin-top:2rem;}
	.menu_3 {padding:1rem 0;background: url(../images/navline.png) 40px no-repeat; }
	.menu_3 ul li a {height:2.6rem;line-height:2.6rem;font-weight: bold; display:block;text-align:center;font-size:1rem;color:#100805;background: url(../images/navdian.png) 37px center no-repeat; }
	.menu_3 ul li:hover a ,.menu_3 ul li.cur a {color:#e7004d; font-weight: bold; background: url(../images/navdian1.png) 35px center no-repeat; }
	.menu_4 {text-align:center; color: #631314;font-size:0.2rem; width: 200px; margin:0 auto;}
	.menu_4 p{ line-height:1.2rem; }
}

@media only screen and (max-width:1366px) and (min-width:1024px) {
	.sort,.chanpin,.shili,.xinwen,.lianxi {width:82%;height:100%;position:relative;  margin-left: 230px;overflow: hidden;}

	.sort_up {width:100%;position:absolute;z-index:9999;top:0;left:0;text-align:center;font-size:12px;text-transform:uppercase;}

	/*公司介绍*/
	.webox {width: 96%; margin:0 auto; height:617px;font-size:16px;font-family:"Microsoft Yahei";line-height:26px;position:relative;overflow:hidden;padding:19% 0 0;clear:both;}
	.webox dl {height:520px;padding:6px 0 0;}
	.webox dt,.webox dt img {width:58%;float:left;height:auto;overflow:hidden;}
	.webox dt img {width:100%;height:auto;overflow:hidden;}
	.webox dd {width:40%;float:right;}
	.webox dd h3 {height:6rem;font-size:1.2rem;line-height:2rem;color:#2b63a8;position:relative;font-weight:normal;}
	.webox dd h3:before {content:"";position:absolute;width:84px;height:3px;background:#666;bottom:0;left:0;z-index:-1;}
	.webox dd h3 b {display:block;line-height:3rem;font-size:1.5rem;color:#2b63a8;;}
	.webox dd p{color: #393939;line-height: 28px;text-align: justify;}
	.webox_l {display: none; width:100%;height:150px;left:0;top:62%;font-size:16px;line-height:27px;color:#2b2b2b;position:absolute;z-index:2;}
	.webox_l:before {content:"";position:absolute;width:40%;height:150px;left:0;top:0;background:#fff;z-index:-1;}
	.webox_l:after {content:"";position:absolute;width:60%;height:150px;right:0;top:0;background:rgba(86,86,86);position:absolute;z-index:-1;}

	.webox_l li:nth-child(1),.webox_l li:nth-child(2) {width:20%;float:left;}
	.webox_l li:nth-child(3),.webox_l li:nth-child(4),.webox_l li:nth-child(5) {width:19.8%;float:right;}

	.webox_l li a{ display:block; text-align: center; height: 117px;}
	.webox_l li a img{ width: 50px;height: 50px; display: block; margin:35px auto 0; }
	.webox_l li a span{ font-size: 14px; color: #999; display: block;height: 50px; line-height: 50px}
	.webox_l li:nth-child(2),.webox_l li:nth-child(3),.webox_l li:nth-child(4),.webox_l li:nth-child(5){border-left:solid 1px #e8e8e8;}
	.webox_l li:nth-child(4) span,.webox_l li:nth-child(3) span,.webox_l li:nth-child(5) span{color: #e8e8e8;}
	.webox_l li:hover{ background:#f3c107; }
	.webox_l li:hover span{ color: #fff; }

	/*新闻中心*/
	.news{width:96%; margin:0 auto; padding-top:20%; }
	.news01{width: 40%;float: left;padding:0 0 0;}
	.news01 dl{background:none;width:100%;height:27rem;box-shadow:0 0 0}
	.news01 dl dt{width: 100%;height:18rem;overflow: hidden;line-height: 0;position: relative;}
	.news01 dl dt img{width: 100%;height:auto;}
	.news01 dl dt em{display: block;width: 45px;height: 45px;position: absolute;top: 20px;right: 10px;z-index: 10;}
	.news01 dl dt em img{width: 45px;height: 45px;}
	.news01 dl dt em img:hover{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
	.news01 dl dd{width: 380px;margin: 0 auto;padding: 20px 0 0;}

	.news dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
	.news dl dd h5 a{font-size:1.4rem;color:#2b63a8;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 380px;font-weight: normal;}
	.news dl dd h5 a:hover{font-weight: bold;}
	.news_desc{font-size: 14px; color:#212b35; line-height:2rem; height:4rem; overflow: hidden;padding: 10px 0 0;} 
	.news02{ width:55%;float: right;margin-top:0;}
	.news02 dl{ width:100%;height:7rem;overflow: hidden;border-bottom: #e3e1da 1px solid;padding: 30px 0 0;}
	.news02 dt{float: left;height: 120px;width: 105px; font-size: 16px; line-height: 40px;color:#2b63a8;font-family: "DINOT";padding: 10px 0 0;}
	.news02 dt b{display: block;font-size: 50px;color:#2b63a8;}
	.news02 dl:hover dt,.news02 dl:hover dt b{color:#033035;}
	.news02 dd{width:80%;float: left;}
	.news01 dl dd h5 a{ color:#217275;}
	.news01 .news_desc{ color:#666;}
	.news02 dl:nth-child(3){ display: none; }
	.news01 dl dd{ display: none; }
	.shili .gengduo{ display: none; }
	.chanpin .gengduo{ padding-top:4rem; }


	/*导航*/
	.menu_2 {text-align: center;height: 90px;margin-top:2rem;}
	.menu_3 {padding:0.5rem 0;margin:0.1rem auto; background: url(../images/navline.png) 40px no-repeat; }
	.menu_3 ul li a {height:2.6rem;line-height:2.6rem;font-weight: bold; display:block;text-align:center;font-size:1rem;background: url(../images/navdian.png) 37px center no-repeat; }
	.menu_3 ul li:hover a ,.menu_3 ul li.cur a { font-weight: bold; background: url(../images/navdian1.png) 35px center no-repeat; }
	.menu_4 {text-align:center;font-size:0.2rem; width: 200px; margin:0 auto;}
	.menu_4 p{ line-height:1.2rem; }

	/*.lianxi_nei{width: 700px; margin:0 auto;}
	.lianxi_nei img { width: 700px; margin:0 auto; }*/
	.slideBox .bd img {width:100%;height:100%;display:block;margin-top: -3%; }
}
@media only screen and (max-width:1024px) {
	.sort,.chanpin,.shili,.xinwen,.lianxi {width:87%;height:100%;position:relative;margin-left: 230px;overflow: hidden;}
}
