@charset "utf-8";
/*首页*/
.home_title{position: relative; text-align: center;}
.home_tname{font-size: 36px;}
.home_tline{width: 100%; height: 18px; margin-top: 12px; background: url(/statics/images1/home_titbg1.png) no-repeat center top;}
.home_tdesc{margin-top: 10px; font-size: 18px;}
.home_tEname{margin-top: 6px; font-size: 12px; text-transform: uppercase;}
/*首页---产品中心*/
.home_product{background: #eee; padding: 60px 0;}
.home_product .home_tname{color: #141414;}
.home_product_box{margin-top: 40px;}
.productHd{text-align: center;}
.productHd ul{display: inline-block; *display: inline; *zoom: 1;}
.productHd li{min-width: 50px; height: 34px; line-height: 34px; float: left; margin: 0 5px; padding: 0 15px; background: #333; font-size: 16px; color: #fff; text-align: center; cursor: pointer;}
.productHd li.on{background: #f8c708; color: #000;}
.productBd{margin-top: 30px;}
.produdt_slideBox{position: relative; display: none;}
.produdt_slideBox .bd{width: 1234px; margin-left: -17px;}
.produdt_slideBox .bd ul{height: 302px; overflow: hidden;}
.produdt_slideBox .bd li{width: 272px; float: left; margin: 0 17px; border: 1px solid #ddd; background: #fff;}
.produdt_slideBox li a{display: block;}
.home_product_pic{width: 272px; height: 240px; overflow: hidden;}
.home_product_pic img{display: block; width: 100%; height: 100%; transition: all .4s;}
.home_product_name{padding: 0 6px; height: 60px; line-height: 60px; font-size: 16px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all .4s; color: #333;}
.produdt_slideBox li a:hover .home_product_name{background: #f8c708; color: #000;}
.produdt_slideBox li a:hover .home_product_pic img{transform: scale(1.1);}
.produdt_slideBox .sPrev,.produdt_slideBox .sNext{display: block; width: 38px; height: 68px; background: url(/statics/images1/arrow_btn.png) no-repeat 0 0; position: absolute; top: 50%; margin-top: -34px; transition: all 0s;}
.produdt_slideBox .sPrev{left: -60px;}
.produdt_slideBox .sNext{right: -60px; background-position: -38px 0;}
.produdt_slideBox .sPrev:hover{background-position: 0 -68px;}
.produdt_slideBox .sNext:hover{background-position: -38px -68px;}

.home_product_more{display: block; width: 238px; height: 42px; line-height: 42px; background: #f8c708; font-size: 16px; text-align: center; margin: 40px auto 0; border-radius: 22px;}
.home_product_more:hover{color: #333 !important; opacity: .8;}
/*首页---关于我们*/
.home_about{height: 616px; background: url(/statics/images1/home_bg2.jpg) no-repeat center top; color: #fff;}
.home_about .content{padding-top: 76px;}
.home_about .home_tname{font-size: 26px;}
.home_about_desc{font-size: 15px; line-height: 37px; text-align: center; padding: 0 62px; margin-top: 20px;}
.home_about_more{margin-top: 30px;}
.home_about_more a{display: block; width: 154px; height: 38px; line-height: 38px; border: 1px solid #333; margin: 0 auto; text-align: center; font-size: 15px; color: #fff;}
.home_about_more a:hover{background: #f8c708; color: #fff !important;}
.home_about_box{margin-top: 66px;}
.home_about_box li{width: 300px; height: 110px; float: left; background: #f8c708; color: #000; position: relative;}
.home_about_item{padding: 0 20px; text-align: center;}
.home_about_icon{width: 48px; height: 42px; margin: 22px auto 0; background: url(/statics/images1/arrow_btn.png) no-repeat 0 -136px;}
.abt_icon2{background-position: -48px -136px;}
.abt_icon3{background-position: -96px -136px;}
.abt_icon4{background-position: -144px -136px;}
.home_about_name{font-size: 20px; line-height: 28px; margin-top: 2px;}
.home_about_line{display: block; width: 1px; height: 80px; background: #fff; position: absolute; right: 0; top: 50%; margin-top: -40px;}
/*首页---新闻中心*/
.home_news{padding: 50px 0; background: #fff;}
.home_news dt{font-size: 18px; height: 38px; line-height: 38px; color: #141414; position: relative; z-index: 2;}
.home_news_qmore{position: absolute; right: 0; top: 0;}
.home_news_qmore a{font-size: 14px; color: #666;}
.home_news dd{padding-top: 20px; position: relative; z-index: 1;}
.home_news_box{width: 700px; float: left;}
.home_news_box dt li{float: left; margin-right: 40px; position: relative; cursor: pointer; color: #333;}
.home_news_box dt li span{position: absolute; right: -40px; top: 0; padding: 0 15px; color: #333; cursor: auto;}
.home_news_box dt li.on{color: #141414;}
.home_news_box .home_news_qmore a{display: none;}
.home_news_item{display: none;}
.home_news_pic{width: 234px; height: auto; background: #eee; float: left; overflow: hidden;}
.home_news_pic img{display: block; width: 99%; height: 100%; transition: all .3s; border: 1px #dcdcdc solid;}
.home_news_pic:hover img{transform: scale(1.1);}
.home_news_txt{width: 440px; float: right;}
.home_news_name{height: 28px; line-height: 28px; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home_news_time{height: 20px; line-height: 20px; font-size: 12px; margin-top: 10px;}
.home_news_desc{height: 69px; line-height: 23px; color: #666; margin-top: 4px; overflow: hidden; display: -webkit-box !important; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.home_news_more{height: 18px; line-height: 18px; margin-top: 9px;}
.home_news_more a{color: #666; font-size: 12px; text-transform: uppercase;}
.home_news_item ul{padding-top: 12px;}
.home_news_item li{height: 35px; line-height: 35px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.home_news_item li i{display: block; width: 8px; height: 35px; line-height: 35px; color: #999; position: absolute; left: 0; top: 0;}
.home_news_item li span{float: right; color: #999; margin-left: 14px;}
.home_news_item li a{padding-left: 16px;}
.home_solution{width: 450px; float: right;}
.home_solution dd{overflow: hidden; *padding-top: 0;}
.home_solution_box{margin-top: -20px; *margin-top: 0;}
.home_solution_box .bd{height: 356px; overflow: hidden;}
.home_solution_box .bd li{width: 100%; height: 162px; padding-top: 17px; float: left;}
.home_solution_box .home_news_txt{width: 190px; margin-right: 10px;}
.home_solution_box .home_news_desc{margin-top: 7px;}
.home_solution_box .home_news_more{height: 30px; margin-top: 15px;}
.home_solution_box .home_news_more a{display: block; width: 104px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #666;}
.home_solution_box .home_news_more a:hover{background: #f8c708; border: 1px solid #f8c708; color: #fff !important;}
.home_solution_box .hd{margin-top: 10px;}
.home_solution_box .hd ul{display: inline-block; *display: inline; *zoom: 1;}
.home_solution_box .hd li{width: 8px; height: 8px; float: left; margin: 0 4px; font-size: 0; line-height: 999em; overflow: hidden; background: #666; border-radius: 50%; cursor: pointer;}
.home_solution_box .hd li.on{background: #f8c708;}
/*首页---友情链接*/
.links{background: #fff;}
.links .content{line-height: 26px; padding: 20px 0; border-top: 1px solid #ddd;}
.links span{margin-right: 2px; text-transform: uppercase;}
.links a{margin-right: 10px; color: #999;}