@charset "utf-8";
/*首页通用*/
.index_title{width: 100%;height:50px;display: flex;align-items: center;justify-content: space-between;position: relative;border-bottom: 1px #ddd dashed;}
.index_title:before{content: "";width: 5px;height: 16px;position: absolute;background: #666;left: 0;}
.index_title em{font-style: normal;color: #333;font-size: 20px;padding-left: 25px;}
/*==================================================================================================*/
/*幻灯片*/
.index_slide{width: 100%;position: relative;height: 415px;z-index:2;}
.index_slide .bd{z-index:3;position:relative;width: 100%;height: 100%;}
.index_slide .bd li{width:100%;height:100%;overflow:hidden}

.index_slide .hd{z-index:5;position:absolute;bottom:10px;right:60px; font-size:0;}
.index_slide .hd li{margin:0 3px;width:15px;height:15px;background:rgba(204,204,204,.8);cursor:pointer; display:inline-block;font-size:0;}
.index_slide .hd .on{background:rgba(184,161,108,.8);}

.index_slide .but{z-index:9;position:absolute;width:40px;display:none;height:60px;cursor:pointer;opacity:.5;top:50%;transform: translateY(-50%);}
.index_slide .prev{background:url(/images/slider-arrow.png) #000 no-repeat -125px 50%;left:60px;}
.index_slide .next{background:url(/images/slider-arrow.png) #000 no-repeat -5px 50%;right:60px;}
/*==================================================================================================*/
/*流程6块*/
.index_box1{margin:50px 0;width: 100%;}
.index_box1 .info{ margin-top:20px; width:100%;display: flex;align-items: center;justify-content: space-between;}
.index_box1 .info .box{text-align: center;width:160px; height:200px;}
.index_box1 .info .box p{ height:40px;}
.index_box1 .info .box .imgbg{width:100%;position: relative; padding-top:160px; height:100%;}
.index_box1 .info .box .imgbg .imgon{display: none;position: absolute;width: 100%;left: 0;top: 0px;}
.index_box1 .info .box .imgbg .imgon i{height: 160px;display:block;background:url(../images/index/index_box1_on.png) no-repeat top center; }
/*==================================================================================================*/
/*简介*/
.index_box2{width: 100%;}
.index_box2 .info{margin-top:20px; position:relative; width:100%;}
.index_box2 .info .left{width: 500px;height: 100%;display: block;position: absolute;top: 0;left: 0;}
.index_box2 .info .right{width: 100%;float: none;padding-left: 520px;}
.index_box2 .info .right p{line-height: 30px;font-size: 13px;text-indent: 2em;word-break: break-all;}
/*==================================================================================================*/
/*产品*/
.index_box3{margin:50px 0;width: 100%;}
.index_box3 .info{ width:100%;margin-top:5px; background:#eee;padding:15px 20px 25px;}
.index_box3 .info table{border-collapse: collapse;border-spacing: 0;border-color: inherit;}
.index_box3 .info table .td1{width:180px;padding:10px 10px 0px;}
.index_box3 .info table .td1 img{width:180px; display:block; margin:0 auto;}
.index_box3 .info table .td1 p{display:block; width:100%;line-height:26px; height:26px; overflow:hidden;}
/*==================================================================================================*/
/*设备*/
.index_box4{width: 100%;}
.index_box4 .info{margin-top:5px; background:#eee;padding: 25px 20px;}
.index_box4 .info .item{ width:calc(calc(100% - 80px) / 5); margin-left:20px; float:left;}
.index_box4 .info .item:first-child{margin-left:0;}
.index_box4 .info .item img{width:100%;display:block;margin:0 auto;}
.index_box4 .info .item p{ display:block; width:100%; line-height:26px; height:26px; overflow:hidden;}
/*==================================================================================================*/
/*走进*/
.index_box5{margin:50px 0 0;width: 100%; background:#f9f9f9; padding:20px 0 50px;}
.index_box5 .info{margin-top:20px;}
.index_box5 .info .fl{width:830px;margin-right:40px;height:300px;overflow:hidden;}
.index_box5 .info .fl img{ display:block; margin:0 auto; width:100%;}
.index_box5 .info .fr{width:calc(100% - 870px);height:300px;overflow:hidden;}
.index_box5 .info .fr li{ width:50%; height:50%;  float:left; position:relative;}
.index_box5 .info .fr li.li1{background:url(../images/index/index_box5_1.jpg) no-repeat center/cover;}
.index_box5 .info .fr li.li2{background:url(../images/index/index_box5_2.jpg) no-repeat center/cover;}
.index_box5 .info .fr li.li3{background:url(../images/index/index_box5_3.jpg) no-repeat center/cover;}
.index_box5 .info .fr li.li4{background:#F4CF5A;padding: 30px 15px;}
.index_box5 .info .fr li.li1 a,
.index_box5 .info .fr li.li2 a,
.index_box5 .info .fr li.li3 a{width:100%; position:absolute; left:0;color: #fff; text-indent:35px;}
.index_box5 .info .fr li.li1 a,
.index_box5 .info .fr li.li2 a{line-height: 34px;bottom:0;}
.index_box5 .info .fr li.li3 a{line-height:40px;top:0;}
.index_box5 .info .fr li.li4 span{color: #604500;font-size: 22px; text-align:right; width:100%; display:block;}
.index_box5 .info .fr li.li4 a{ display:block; width:100%;text-align:right;margin-top: 10px;}
/*==================================================================================================*/