@charset "utf-8";
/*首页*/
.home_title{text-align: center;}
.home_name{font-size: 26px; line-height: 36px;}
.home_desc{font-size: 15px; line-height: 26px; margin-top: 8px;}
/*首页---产品中心*/
.home_product{background: #fff; position: relative; z-index: 96;}
.home_product .content{top: -33px;}
.home_product_Hd{overflow: hidden;}
.home_product_Hd ul{margin-right: -1px;}
.home_product_Hd li{width: 400px; height: 66px; line-height: 66px; float: left; text-align: center; position: relative; background: #3f3b3a; font-size: 20px; color: #fff; cursor: pointer;}
.home_product_Hd li i{display: block; width: 1px; height: 100%; background: #fff; position: absolute; left: 0; top: 0; z-index: 2;}
.home_product_Hd li.on{background: #005bac;}
.home_product_Bd_box{display: none;}
.home_product_Bd_type{padding: 15px 30px; background: #eee; border-bottom: 6px solid #ddd;}
.home_product_Bd_type li{float: left; margin: 6px 18px; font-size: 16px;}
.home_product_Bd_list{margin-top: 28px;}
.home_product_Bd_list ul{margin-right: -15px;}
.home_product_Bd_list li{width: 388px; height: 310px; float: left; margin-right: 15px; margin-bottom: 18px; border: 1px solid #ddd; overflow: hidden; position: relative;}
.home_product_Bd_list li img{display: block; width: 388px; height: 310px; transition: all .4s;}
.home_product_Bd_item{background: rgba(0,0,0,.6); background: url(/statics/images1/IE_tm60bg.png) repeat\9; color: #fff; display: flex; align-items: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 10px; transition: all .4s; opacity: 0; visibility: hidden;}
.home_product_Bd_name{width: 100%; line-height: 34px; font-size: 18px; text-align: center; color: #fff;}
.home_product_Bd_hor,.home_product_Bd_ver{position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; transition: all .4s;}
.home_product_Bd_hor{border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0,1);}
.home_product_Bd_ver{border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale(1,0);}
.home_product_Bd_list li:hover img{transform: scale(1.1);}
.home_product_Bd_list li:hover .home_product_Bd_item{opacity: 1; visibility: visible;}
.home_product_Bd_list li:hover .home_product_Bd_hor{transform: scale(1,1);}
.home_product_Bd_list li:hover .home_product_Bd_ver{transform: scale(1,1);}
/*首页---维修服务*/
.home_service{height: 660px; background: url(/statics/images1/home_bg2.jpg) no-repeat center top; color: #fff;}
.home_service .content{padding-top: 80px;}
.home_service .home_desc{font-size: 16px;}
.home_service_box{margin-top: 54px;}
.home_service_box ul{margin: 0 -12px;}
.home_service_box li{width: 588px; float: left; margin: 6px 12px; overflow: hidden; position: relative;}
.home_service_box li img{display: block; border-image-width: 588px; height: 380px; transition: all .4s;}
.home_service_box li p{width: 100%; height: 70px; line-height: 70px; overflow: hidden; font-size: 26px; color: #fff; text-align: center; background: rgba(0,0,0,.9); background: url(/statics/images1/IE_tm90bg.png) repeat\9; position: absolute; left: 0; bottom: 0;}
.home_service_box li:hover img{transform: scale(1.1);}
/*首页---客户案例*/
.home_case{height: 526px; background: url(/statics/images1/home_bg3.jpg) no-repeat center top;}
.home_case .content{padding-top: 50px;}
.home_case_box{position: relative; margin-top: 40px;}
.home_case_box .bd{height: 316px; overflow: hidden;}
.home_case_box .bd li{width: 388px; float: left; margin: 0 9px;}
.home_case_pic{width: 388px; height: 270px; overflow: hidden;}
.home_case_pic img{display: block; width: 100%; height: 100%; transition: all .4s;}
.home_case_name{height: 30px; line-height: 30px; font-size: 16px; text-align: center; margin: 8px 6px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home_case_pic:hover img{transform: scale(1.1);}
.home_case_box > a{display: block; width: 38px; height: 68px; background: url(/statics/images1/arrow_btn.png) no-repeat 0 0; transition: all 0s; position: absolute; top: 106px;}
.home_case_box > a.prev{left: -70px;}
.home_case_box > a.next{right: -70px; background-position: -38px 0;}
.home_case_box > a.prev:hover{background-position: 0 -68px;}
.home_case_box > a.next:hover{background-position: -38px -68px;}
/*首页---新闻中心*/
.home_news{background: #fff; padding: 60px 0 50px 0;}
.home_news_box dt{height: 46px; line-height: 46px; background: #3f3b3a; font-size: 18px; color: #fff; position: relative;}
.home_news_box dt li{float: left; padding: 0 20px;}
.home_news_box dt li.on{background: #e50112;}
.home_news_row dt li{cursor: pointer;}
.home_news_box dd{padding-top: 25px;}
.home_news_qmore{height: 46px; line-height: 46px; position: absolute; right: 18px; top: 0;}
.home_news_qmore a{font-size: 12px; color: #fff; text-transform: uppercase; vertical-align: middle;}
.home_news_row{width: 740px; float: left;}
.home_news_row .home_news_qmore a{display: none;}
.home_news_pic{width: 260px; height: 170px; float: left; overflow: hidden;}
.home_news_pic img{display: block; width: 100%; height: 100%;}
.home_news_txt{width: 454px; float: right;}
.home_news_name{font-size: 16px; height: 30px; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home_news_time{font-size: 12px; color: #666; line-height: 22px; margin-top: 4px;}
.home_news_desc{height: 44px; line-height: 22px; color: #666; margin-top: 10px; overflow: hidden; display: -webkit-box !important; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.home_news_more{margin-top: 20px;}
.home_news_more a{display: block; width: 92px; height: 26px; line-height: 26px; border: 1px solid #aeaeae; text-align: center; color: #666;}
.home_news_more a:hover{background: #e50112; border: 1px solid #e50112; color: #fff !important;}
.home_news_item{display: none;}
.home_news_item ul{margin-top: 24px; border-top: 1px dashed #ddd; padding-top: 14px;}
.home_news_item li{height: 32px; line-height: 32px; font-size: 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.home_news_item li i{display: block; width: 10px; height: 10px; background: url(/statics/images1/arrow_btn.png) no-repeat 0 -136px; position: absolute; left: 0; top: 50%; margin-top: -5px;}
.home_news_item li span{float: right; color: #666; margin-left: 14px;}
.home_news_item li a{padding-left: 16px;}
.home_news_item li:hover i{background-position: -10px -136px;}
.home_solution_box{width: 430px; float: right;}
.home_solution_box dt li{padding: 0 14px;}
.home_solution_row .bd li{padding-bottom: 26px;}
.home_solution_row{height: 408px; overflow: hidden;}
.home_solution_item{position: relative; padding-left: 30px; min-height: 22px;}
.home_solution_item span{display: block; width: 22px; height: 22px; line-height: 22px; text-align: center; text-transform: uppercase; position: absolute; left: 0; top: 0; font-size: 15px; color: #fff;}
.home_solution_q{margin-bottom: 12px;}
.home_solution_q span{background: #333;}
.home_solution_a span{background: #ae120b;}
.home_solution_name{height: 22px; line-height: 22px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home_solution_desc{height: 48px; line-height: 22px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; color: #666;}
.home_solution_desc a{color: #666;}
/*首页---友情链接*/
.links{background: #eee; min-height: 60px; padding: 24px 0;}
.links_t{position: absolute; left: 0; top: 0; text-align: center;}
.links_t p{display: block; position: relative; text-align: center; font-size: 26px; height: 30px; line-height: 30px;}
.links_t p.p1{text-transform: uppercase; font-family: "Arial";}
.links_t p.p2{font-size: 18px;}
.links_t p i{display: block; width: 100%; height: 1px; background: #333; position: absolute; left: 0; top: 50%; z-index: 1;}
.links_list{padding-left: 100px;}
.links_list li{float: left; margin-right: 16px; height: 30px; line-height: 30px;}
.links_list li a{color: #666;}