@charset "utf-8";
/*公共样式*/
*{margin: 0; padding: 0;}
html,body{width: 100%; min-width: 1200px;}
body{font-size: 14px; background: #f7f7f8; font-family: "Microsoft Yahei",Verdana,Arial,sans-serif; line-height: 1.6; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; cursor: pointer;}
a:hover{color: #d61518!important;}
a:focus{outline:none;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
img{border: 0; max-width: 100%; height: auto; vertical-align: middle;}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"],select{appearance: none; -webkit-appearance: none; -moz-appearance: none;}
input,input:focus,input:active{user-select: text;}
textarea{resize: none;}
.clearfix{zoom: 1;}
.clear{clear: both;}
.clearfix:after{content: "."; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;}
.wrapper{width: 1515px; margin: 0 auto; position: relative;}
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
.wow{visibility: hidden; visibility: visible\9;}
.boxwrapper{overflow: hidden; position: relative;}
/*slick*/
.slick-slider{position: relative;}
.slick-list{position: relative; overflow: hidden;}
.slick-list:focus{outline: 0;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-list,.slick-track,.slick-slide,.slick-slide img{-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.slick-track{position: relative;}
.slick-track:before,.slick-track:after{content: ""; display: table;}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{float: left; height: 100%; min-height: 1px; display: none;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
.slick-prev,.slick-next{display:block; width: 20px; height: 20px; line-height: 0; font-size: 0; cursor: pointer; position: absolute; top: 50%; margin-top: -10px;}
.slick-prev:focus,.slick-next:focus{outline: 0;}
.slick-prev{left: -25px;}
.slick-next{right: -25px;}
.slick-dots{width: 100%; font-size: 0; text-align: center; position: absolute; bottom: 20px;}
.slick-dots li{position: relative; display: inline-block; *display: inline; *zoom: 1; margin: 0 5px;}
.slick-dots li button{display: block; width: 14px; height: 14px; line-height: 0; font-size: 0; background: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; overflow: hidden; cursor: pointer;}
.slick-dots li.slick-active button{background: #d61518;}
/*头部*/
.header{width: 100%; background: #000; height: 84px; position: fixed; left: 0; top: 0; z-index: 9999;}
.header {
	background: -webkit-linear-gradient(#000, #252525); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#000, #252525); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#000, #252525); /* Firefox 3.6 - 15 */
	background: linear-gradient(#000, #252525); /* 标准的语法 */
  }
.logo{float: left; height: 48px; margin-top: 18px; position: relative;}
.logo a{display: block; height: 100%;}
.logo a img{display: block; height: 100%;}
.language{height: 84px; line-height: 84px; float: right; margin-left: 25px; background: url(../images1/language-btn.png) no-repeat left center; padding-left: 30px; color: #fff; cursor: pointer; position: relative;}
.language .subnav ol{padding: 8px 0;}
.language .subnav li,.language .subnav li a{height: 40px; line-height: 40px;}
.language .subnav li a:hover{background: none; color: #d61518!important;}
.language:hover .subnav{margin-top: 0; opacity: 1; visibility: visible; height: auto;}
.nav{float: right;}
.nav > ul > li{float: left; font-size: 15px; text-align: center; position: relative; padding: 0 25px;}
.nav > ul > li > a{display: block; height: 84px; line-height: 84px; color: #fff; position: relative; padding: 0 4px;}
.nav > ul > li > a i{display: block; width: 0; height: 2px; background: #d61518; position: absolute; left: 0; bottom: 0; -webkit-transition: width .4s; -moz-transition: width .4s; -ms-transition: width .4s; -o-transition: width .4s; transition: width .4s;}
.subnav{width: 100%; box-shadow: 0 0 16px -4px rgba(0,0,0,.3); position: absolute; left: 0; top: 100%; text-align: center; margin-top: 20px; opacity: 0; visibility: hidden; height: 0; overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.subnav .bg{background: #242223; filter: alpha(opacity: 85); -webkit-opacity: .85; -moz-opacity: .85; -ms-opacity: .85; -o-opacity: .85; opacity: .85; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.subnav ol{position: relative; z-index: 2;}
.subnav li{height: 48px; line-height: 48px;}
.subnav li a{display: block; height: 48px; line-height: 48px; color: #fff; font-size: 14px;}
.subnav li a:hover{background: #d61518; color: #fff!important;}
.nav > ul > li:hover > a{color: #fff!important;}
.nav > ul > li.active > a i,.nav > ul > li:hover > a i{width: 100%;}
.nav > ul > li:hover .subnav{margin-top: 0; opacity: 1; visibility: visible; height: auto;}
.scro{height: 40px;}
.scro .logo{height: 20px; margin-top:10px;}
.scro .nav > ul > li{font-size:15px;}
.scro .nav > ul > li > a{display: block; height: 40px; line-height: 40px; color: #fff; position: relative; padding: 0 4px;}
.scro .language{height: 40px; line-height: 40px; float: right; margin-left: 25px; background: url(../images1/language-btn.png) no-repeat left center; padding-left: 30px; color: #fff; cursor: pointer; position: relative;}
/*底部*/
.footer{overflow: hidden; background: #f0f0f1; position: relative;}
.foot-model{padding: 80px 0 46px 0;}
.foot-logo{height: 72px; float: left; margin-right: 16px;}
.foot-logo img{height: 100%;background-color: #f0f0f1;}
.foot-center{float: left;}
.foot-nav{float: left; margin-left: 114px;}
.foot-nav dt{font-size: 16px;}
.foot-nav dd{margin-top: 16px;}
.foot-nav dd li{height: 31px; line-height: 31px; font-size: 15px; color: #fff;}
.foot-tel{float: right; text-align: right; overflow: hidden;}
.foot-tel .tit{font-size: 15px;}
.foot-tel .ftel{font-family: "Arial"; font-size: 28px; font-weight: bold;}
.foot-tel .advice{display: block; float: right; width: 175px; height: 37px; line-height: 37px; background: #d61518; font-size: 0; text-align: center; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; margin-top: 10px;}
.foot-tel .advice > *{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; font-size: 15px; color: #fff;}
.foot-tel .advice i{width: 25px; height: 25px; margin-right: 10px; background: url(../images1/advice-btn.png) no-repeat;}
.foot-tel .advice .tm{ background: url(../images1/tm.png) no-repeat;}

.foot-tel .advice:hover{filter: alpha(opacity: 80); -webkit-opacity: .8; -moz-opacity: .8; -ms-opacity: .8; -o-opacity: .8; opacity: .8;}
.foot-copy{font-size: 12px; color: #515151; line-height: 22px; padding: 26px 0;}
.foot-copy a{color: #515151;}
.foot-copy .fr ul{font-size: 0; text-align: right; margin-right: -10px;}
.foot-copy .fr li{display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin: 0 10px; position: relative;}
.foot-copy .fr li .wechat{width: 100px; height: 100px; border: 1px solid #ddd; position: absolute; left: 50%; bottom: 30px; margin-left: -50px; opacity: 0; visibility: hidden; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s;}
.foot-copy .fr li:hover .wechat{opacity: 1; visibility: visible;}
.foot-copy .fr li a{display: block; height: 22px; line-height: 22px; background-repeat: no-repeat; background-position: left center; padding-left: 28px; transition: padding 0s; font-size: 12px;}
.foot-copy .fr li a span{margin-left: 6px;}
.foot-copy .fr li a.btn1{background-image: url(../images1/fcopy-btn1.png);}
.foot-copy .fr li a.btn2{background-image: url(../images1/fcopy-btn2.png);}
.foot-copy .fr li a.btn3{background-image: url(../images1/fcopy-btn3.png);}
.foot-copy .fr li:hover a.btn1{background-image: url(../images1/fcopy-hbtn1.png);}
.foot-copy .fr li:hover a.btn2{background-image: url(../images1/fcopy-hbtn2.png);}
.foot-copy .fr li:hover a.btn3{background-image: url(../images1/fcopy-hbtn3.png);}
/*首页---广告图切换*/
.banner{position: relative; z-index: 22; overflow: hidden; margin-top: 84px;}
.banner .slick-slide{height: 792px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.banner .slick-slide a{display: block; width: 100%; height: 100%;}
.banner .slick-dots{bottom: 26px;}
.banner .slick-dots li{margin: 0 6px;}
.banner .slick-dots li button{width: 7px; height: 7px;}
.banner .slick-prev,.banner .slick-next{display: block; width: 40px; height: 80px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; margin-top: -40px;}
.banner .slick-prev{left: -40px;}
.banner .slick-next{right: -40px;}
.banner .slick-prev i,.banner .slick-prev span,.banner .slick-next i,.banner .slick-next span{display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-repeat: no-repeat; background-position: center;}
.banner .slick-prev i,.banner .slick-next i{background: #000; filter: alpha(opacity: 50); -webkit-opacity: .5; -moz-opacity: .5; -ms-opacity: .5; -o-opacity: .5; opacity: .5; z-index: 1;}
.banner .slick-prev span{background-image: url(../images1/ban-prev.png);}
.banner .slick-next span{background-image: url(../images1/ban-next.png);}
.banner .slick-prev.active{left: 0;}
.banner .slick-next.active{right: 0;}
/*首页*/
.index-product ul{padding: 54px 0; position: relative;}
.index-product li.pic{width: 83.3%; float: right; overflow: hidden;}
.index-product li.pic img{width: 100%; -webkit-transition: all .8s; -moz-transition: all .8s; -ms-transition: all .8s; -o-transition: all .8s; transition: all .8s;}
.index-product li.pic:hover img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
.index-product li.text{width: 494px; background: #fff; color: #000; position: absolute; left: 0; bottom: 54px;}
.index-product li.text a{color: #000;}
.index-product li.text .item{padding: 90px 52px 62px 52px;}
.index-product li.text .entitle{font-size: 15px; font-weight: bold; color: #d61518;}
.index-product li.text .title{font-size: 26px; font-weight: bold; margin-top: 16px;}
.index-product li.text .desc{font-size: 16px; line-height: 1.875; margin-top: 10px;}
.index-product li.text .more{display: block; width: 174px; height: 44px; line-height: 44px; border: 1px solid #333; margin-top: 30px; border-radius: 23px; font-size: 16px; text-align: center;}
.index-product li.text .more:hover{background: #d61518; border-color: #d61518; color: #fff!important;}
.index-product ul.n2 li.pic{float: left;}
.index-product ul.n2 li.text{left: auto; right: 0;}

.index-main{padding-bottom: 60px;}
.index-main ul{padding: 8px 0; margin: 0 -12px;}
.index-main li{width: 33.33%; *width: 33.31%; float: left;}
.index-main li .item{display: block; margin: 12px; position: relative;}
.index-main li .pic{overflow: hidden;}
.index-main li .pic img{width: 100%; -webkit-transition: all .8s; -moz-transition: all .8s; -ms-transition: all .8s; -o-transition: all .8s; transition: all .8s;}
.index-main li .item:hover .pic img{transform: scale(1.1);}
.index-main li .mask{padding: 28px 34px; color: #fff; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.index-main li .title{font-size: 26px; font-weight: bold; letter-spacing: 1px;}
.index-main li .desc{font-size: 13px; font-weight: bold;}

/*新产品列表页*/
.mcontent{max-width:1500px;margin:0 auto;padding-bottom: 50px;}
.mcontent .headpic img{width:100%;height:auto;}
.mcontent1{width: 100%;border-bottom: 1px solid #ccc;margin-bottom: 80px;}
.mcontent1 .cate{height:120px;font-size: 16px;width:1800px;margin:0 auto;}


.mcontent1 .cate i{-webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease;}

.mcontent1 .cate .c1{width:240px;height:70px;line-height:70px;text-align:center;border-right: 1px solid #ccc;margin-top:23px;display: inline-block;}
.mcontent1 .cate .c1 i{background-image:url('../images1/icon-all.png');background-size:100% 100%;width:27px;height:20px;display: block;float:left;position: relative;top:25px;left:75px;}
.mcontent1 .cate #cur1 i{background-image:url('../images1/icon-all-cur.png');background-size:100% 100%;width:27px;height:20px;display: block;float:left;position: relative;top:25px;left:75px;}
.mcontent1 .cate #cur1 span{color:#d61215}
.mcontent1 .cate .c1:hover i{background-image:url('../images1/icon-all-cur.png');background-size:100% 100%;width:27px;height:20px;display: block;float:left;position: relative;top:25px;left:75px;}

.mcontent1 .cate .c2{width:240px;height:70px;line-height:70px;text-align:center;border-right: 1px solid #ccc;margin-top:23px;display: inline-block;}
.mcontent1 .cate .c2 i{background-image:url('../images1/icon-key.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:45px;}
.mcontent1 .cate #cur2 i{background-image:url('../images1/icon-key-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:55px;}
.mcontent1 .cate #cur2 span{color:#d61215}
.mcontent1 .cate .c2:hover i{background-image:url('../images1/icon-key-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:63px;}

.mcontent1 .cate .c3{width:240px;height:70px;line-height:70px;text-align:center;border-right: 1px solid #ccc;margin-top:23px;display: inline-block;}
.mcontent1 .cate .c3 i{background-image:url('../images1/icon-mouse.png');background-size:100% 100%;width:45px;height:22px;display: block;float:left;position: relative;top:24px;left:30px;}
.mcontent1 .cate #cur3 i{background-image:url('../images1/icon-mouse-cur.png');background-size:100% 100%;width:45px;height:22px;display: block;float:left;position: relative;top:24px;left:35px;}
.mcontent1 .cate #cur3 span{color:#d61215}
.mcontent1 .cate .c3:hover i{background-image:url('../images1/icon-mouse-cur.png');background-size:100% 100%;width:45px;height:22px;display: block;float:left;position: relative;top:24px;left:65px;}

.mcontent1 .cate .c4{width:240px;height:70px;line-height:70px;text-align:center;border-right: 1px solid #ccc;margin-top:23px;display: inline-block;}
.mcontent1 .cate .c4 i{background-image:url('../images1/icon-ear.png');background-size:100% 100%;width:32px;height:26px;display: block;float:left;position: relative;top:22px;left:45px;}
.mcontent1 .cate #cur4 i{background-image:url('../images1/icon-ear-cur.png');background-size:100% 100%;width:32px;height:26px;display: block;float:left;position: relative;top:22px;left:45px;}
.mcontent1 .cate #cur4 span{color:#d61215}
.mcontent1 .cate .c4:hover i{background-image:url('../images1/icon-ear-cur.png');background-size:100% 100%;width:32px;height:26px;display: block;float:left;position: relative;top:22px;left:71px;}

.mcontent1 .cate .c5{width:240px;height:70px;line-height:70px;text-align:center;border-right: 1px solid #ccc; margin-top:23px;display: inline-block;}
.mcontent1 .cate .c5 i{background-image:url('../images1/icon-pack.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:54px;}
.mcontent1 .cate #cur5 i{background-image:url('../images1/icon-pack-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:54px;}
.mcontent1 .cate #cur5 span{color:#d61215}
.mcontent1 .cate .c5:hover i{background-image:url('../images1/icon-pack-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:54px;}


.mcontent1 .cate .c6{width:240px;height:70px;line-height:70px;text-align:center;border-right: 1px solid #ccc;margin-top:23px;display: inline-block;}
.mcontent1 .cate .c6 i{background-image:url('../images1/icon-pack.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:54px;}
.mcontent1 .cate #cur6 i{background-image:url('../images1/icon-pack-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:54px;}
.mcontent1 .cate #cur6 span{color:#d61215}
.mcontent1 .cate .c6:hover i{background-image:url('../images1/icon-pack-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:54px;}


.mcontent1 .cate .c7{width:240px;height:70px;line-height:70px;text-align:center;border-right: 1px solid #ccc;margin-top:23px;display: inline-block;}
.mcontent1 .cate .c7 i{background-image:url('../images1/icon-pack.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:54px;}
.mcontent1 .cate #cur7 i{background-image:url('../images1/icon-pack-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:54px;}
.mcontent1 .cate #cur7 span{color:#d61215}
.mcontent1 .cate .c7:hover i{background-image:url('../images1/icon-pack-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:23px;left:54px;}

.mcontent .prod{width:100%;box-sizing: border-box;float: left;}
.mcontent .prod .plist{width:30%;border:1px solid #ccc;float:left;margin-bottom:50px;}
.mcontent .prod .plist:nth-child(3n-1){margin:0 4%;}
.mcontent .prod .plist .im{width:100%;display: block;overflow: hidden;}
.mcontent .prod .plist img{width: 100%;transition: all .8s;background-color: black;}
.mcontent .prod .plist:hover img{transform: scale(1.1);}
.mcontent .prod .plist .tit{width:100%;height:60px;line-height: 60px;text-align: center;font-size: 20px;}

.ahead img{width:100%}
.nana{width:100%;border-bottom: 1px solid #ccc;}
.anav{width:1400px;margin:0 auto;height:80px;}
.aleft{width:800px;height:80px;float:left;}
.aleft .cur{border-bottom:4px solid #c51417;}
.aul{width:100px;height:78px;float:left;}
.ali{width:100px;height:20px;float:left;margin-top:30px;line-height: 20px;text-align: center;font-size:14px;border-right: 1px solid #ccc;}
.aright{width:500px;height:80px;float: right;text-align: right;line-height: 80px;}
.aright i{background-image:url("../images1/loca.png");background-size: 100% 100%;width:20px;height:20px;display:block;float:left;position: relative;top:30px;left:314px;}
.acontent{width:100%;box-sizing: border-box;}
.aabout{width:100%;padding:100px 0}
.aabout .alf{width:50%;height:auto;display: inline-block;vertical-align: top;}
.aabout .alf img{width:100%;}
.aabout .arig{width:655px;padding:50px 0 0 80px;display: inline-block;}
.aabout .arig .rtit{font-weight: bold;font-size:40px;}
.rdesc .p1{margin-top:40px;line-height: 2;font-size:16px;}
.rdesc .p2{margin-top:40px;line-height: 2;font-size:16px;}

.aculture{width:100%;position: relative;}

.aculture .alf img{width:100%;}
.aculture .fang{width:460px;height:328px;background: #c51417;top: 180px;left: 200px;position: absolute;}
.fang .ft1{font-size:50px;color:#fff;margin:80px 0 0 30px;line-height: 55px;}
.fang .xian{width:50px;height:0px;border:1.5px solid #fff;margin-left:30px;}
.fang .ft2{font-size:33px;color:#fff;margin:20px 0 0 29px}

.ahonor{width:100%;position: relative;}

.ahonor .alf img{width:100%;}
.ahonor .alf1 img{width:38%;height:auto;position: absolute;top:60px;left:272px;}
.ahonor .arig{width:480px;height:60px;font-size:28px;position: absolute;top:254px;left:1092px;}
.ahonor .arig .num{color:#d61518;font-size:40px;}

.home_title{text-align: center;font-size:30px;margin-bottom:50px;}
.home_advantage{background: #fff; padding: 60px 0;}
.home_advBox{margin-top: 30px;}
.home_advBox img{width: 100%; height: 100%;}
.poster-main{width: 1200px; height: 476px; margin: 0 auto; position: relative;}
.poster-main a,.poster-main img{display: block;}
.poster-main .poster-list{width: 1200px; height: 476px; margin: 0 auto; overflow: hidden;}
.poster-main .poster-list .poster-item{width: 580px; height: 476px; position: absolute; left: 0; top: 0; opacity: 1 !important;}
.poster-main .poster-list .poster-item.active img{width: 580px; height: 476px;}
.home_adv1Text{position: absolute; left: 0; right: 0; bottom: 0; height: 114px; background: #2e2e2e; color: #fff; padding-left: 114px; display: none;}
.home_adv1Text span{display: block; width: 114px; height: 114px; line-height: 114px; background: #e62129; overflow: hidden; text-align: center; font-size: 60px; font-style: italic; position: absolute; left: 0; top: 0;}
.home_adv1Text em{display: block; height: 114px; line-height: 114px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 0 20px; font-size: 23px;}
.poster-main .poster-list .poster-item.active .home_adv1Text{display: block;}
.poster-main .poster-btn{height: 476px; position: absolute; top: 0;}
.poster-main .poster-btn.poster-next-btn{right: 0;}
.poster-main .poster-btn i{display: block; width: 45px; height: 86px; cursor: pointer; background: url(../images1/arrow_btn.png) no-repeat 0 -26px; position: absolute; top: 50%; margin-top: -43px;}
.poster-main .poster-btn.poster-prev-btn i{left: -70px;}
.poster-main .poster-btn.poster-next-btn i{right: -70px; background-position: -45px -26px;}
.poster-main .poster-btn.poster-prev-btn:hover i{background-position: 0 -112px;}
.poster-main .poster-btn.poster-next-btn:hover i{background-position: -45px -112px;}
@media only screen and (max-width: 1699px){
	.aculture .fang {
		left:100px;
	}
	.ahonor .arig {
		left:938px;
		top:190px
	}
}
@media only screen and (max-width: 1599px){
	.wrapper{width: 1200px;}
	/*底部*/
	.foot-nav{margin-left: 80px;}

	.index-product li.text{width: 394px;}
	.index-product li.text .item{padding-left: 24px; padding-right: 24px;}
	
	.aabout .alf{width:46%;}
	.aabout .arig {padding: 0px 0 0 80px;}
	.aculture .fang {
		left:40px;
		top:100px;
	}
}
@media only screen and (max-width: 1499px){
	.aabout .alf{width:40%;}
	.aabout .arig {padding: 0px 0 0 40px;}
	.ahonor .arig {
		left:833px;
		top:154px
	}
	.mcontent {
		max-width: 1300px;
	}
	.mcontent1 {

		margin-bottom:40px;
	}
	.mcontent1 .cate {
		height: 60px;
	}
	.mcontent1 .cate .c1 {
		width: 220px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		margin-top:15px;
		border-right: 1px solid #ccc;
		display: inline-block;
		float: left;
	}
	.mcontent1 .cate .c2{
		width: 220px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		margin-top:15px;
		border-right: 1px solid #ccc;
		display: inline-block;
		float: left;
	}
	.mcontent1 .cate .c3 {
		width: 220px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		margin-top:15px;
		border-right: 1px solid #ccc;
		display: inline-block;
		float: left;
	}
	.mcontent1 .cate .c4 {
		width: 220px;
		
		height: 30px;
		
		line-height: 30px;
		
		text-align: center;
		
		margin-top:15px;
		
		border-right: 1px solid #ccc;
		
		display: inline-block;
		
		float: left;
		
	}
	.mcontent1 .cate .c5 {
	width: 220px;
	
	height: 30px;
	
	line-height: 30px;
	
	text-align: center;
	
	margin-top:15px;
	
	border-right: 1px solid #ccc;
	
	display: inline-block;
	
	float: left;
	
	}
	.mcontent1 .cate .c6 {
	
		width: 220px;
		
		height: 30px;
		
		line-height: 30px;
		
		text-align: center;
		
		margin-top:15px;
		
		border-right: 1px solid #ccc;
		
		display: inline-block;
		
		float: left;
		
	}
	.mcontent1 .cate .c7 {
	
		width: 220px;
		
		height: 30px;
		
		line-height: 30px;
		
		text-align: center;
		
		margin-top:15px;
		
		border-right: 1px solid #ccc;
		
		display: inline-block;
		
		float: left;
		
	}
	.mcontent1 .cate .c1 i {top:4px;left:69px;}
	.mcontent1 .cate .c2 i {top:3px;left:49px;}
	.mcontent1 .cate .c3 i {top:4px;left:57px;}
	.mcontent1 .cate .c4 i {top:2px;left:65px;}
	.mcontent1 .cate .c5 i {top:3px;left:49px;}
	.mcontent1 .cate #cur1 i {top: 4px;left:69px;}
	.mcontent1 .cate #cur2 i {top: 3px;left:49px;}
	.mcontent1 .cate #cur3 i {top: 4px;left:57px;}
	.mcontent1 .cate #cur4 i {top: 2px;left:65px;}
	.mcontent1 .cate #cur5 i {top: 3px;left:49px;}
	.mcontent1 .cate .c1:hover i{background-image:url('../images1/icon-all-cur.png');background-size:100% 100%;width:27px;height:20px;display: block;float:left;position: relative;top:4px;left:69px;}
	.mcontent1 .cate .c2:hover i{background-image:url('../images1/icon-key-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:3px;left:49px;}
	.mcontent1 .cate .c3:hover i{background-image:url('../images1/icon-mouse-cur.png');background-size:100% 100%;width:45px;height:22px;display: block;float:left;position: relative;top:4px;left:57px;}
	.mcontent1 .cate .c4:hover i{background-image:url('../images1/icon-ear-cur.png');background-size:100% 100%;width:32px;height:26px;display: block;float:left;position: relative;top:2px;left:65px;}
	.mcontent1 .cate .c5:hover i{background-image:url('../images1/icon-pack-cur.png');background-size:100% 100%;width:50px;height:25px;display: block;float:left;position: relative;top:3px;left:49px;}
	.mcontent1 .cate{width:1200px;margin:0 auto;}
	.anav{width:1200px;margin:0 auto;height:60px;}
	.aul {height:58px;}
	.ali {margin-top:20px;}
	.aright {height:60px;line-height: 60px;}
	.aright i {top:20px;}
}
@media only screen and (max-width: 1299px){
	.ahonor .arig {
		left:700px;
	}
	.ahonor .alf1 img{width:38%;height:auto;position: absolute;top:25px;left:189px;}
	.anav{width:1100px;margin:0 auto;height:60px;}
	.aul {height:58px;}
	.ali {margin-top:20px;}
	.aright {height:60px;line-height: 60px;}
	.aright i {top:20px;}

}