    a{text-decoration: none;}
    ul,li{list-style: none;}
    .click{
    	height: 40px;
        margin: 490px auto 0 auto;
    }
    .index_title{
        text-align: center;
        font-size:32px;
        font-family: "Microsoft YaHei", Arial;
        margin: 85px auto 40px auto;
    }
  
    .section_index{
        background: url('../img/index/back.png') no-repeat center;
    }
    .icon_index{
        text-align: center;
        margin: 70px 0 0 100px;
        transition: all 0.6s;
    }
    .icon_index:hover{
        transform: scale(1.1);
}
    .blue_bac1{
        margin: 0;
        padding: 15px 30px 58px 30px;
        line-height: 26px;
        font-family: "Microsoft YaHei", Arial;
        font-size: 14px;
        background-color: #1ad5e7;
        color: #fff;
    }
    .blue_bac2{
        margin: 0;
        padding: 15px 30px 58px 30px;
        line-height: 26px;
        font-family: "Microsoft YaHei", Arial;
        font-size: 14px;
        background-color: #1ad5e7;
        color: #fff;
    }
    .blue_bac3{
        margin: 0;
        padding: 15px 30px 58px 30px;
        line-height: 26px;
        font-family: "Microsoft YaHei", Arial;
        font-size: 14px;
        background-color: #1ad5e7;
        color: #fff;
    }
    .page_title{
        text-align: center;
        font-size: 24px;
        margin: 32px 0 0 0;
        color: #333;
        font-family: "Microsoft YaHei", Arial;
    }
    .page_main{
        text-align: left;
        margin: 32px 0 0 0;
        color: #333;
            font-family: "Microsoft YaHei", Arial;
        padding: 0 48px;
    }
    .more{
        margin: 130px 92px 0 92px;
        height: 50px;
        text-align: center;
    }
    .client1{padding:32px 0px 0 0px;}
    .client2{padding: 35px 0px 0 20px;}
    .client3{padding: 35px 0px 0 60px;}
    .client4{padding: 45px 0px 0 10px;}
    .client5{padding: 25px 0px 0 60px;}
    .client6{padding: 45px 0px 0 65px;}
    
    .pure-u-1-3.auto{
        height: 200px;
        width: 320px;
        display: block;
        overflow: hidden;
    }
    .pure-u-1-3.auto:hover img{
        transform: scale(1.1); 
        /* transform: translate(100px, 0); */
        transition: all 2s ease 0s; 
        
    }
    .w1170{
        /*height: 320px;*/
        text-align: center;
        width: 1170px;
        margin: 0 auto;
        position: relative;

    }

-ÒÔÏÂÎªindex½â¾ö·½°¸ÌØÐ§--
.grid {
	padding: 20px 20px 10px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 440px;
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
        height: 285px;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: rgba(0,0,0,.4);
	color: #fff;
        line-height: 24px;
}

.grid figcaption h3 {
	margin: 0;
	padding: 22px 0 15px 113px;
	color: #fff;
        font-family: 'Microsoft YaHei', Arial;
        font-size:20px
}

.grid figcaption span{
        font-family: 'Microsoft YaHei', Arial;
        text-align: left;
}

.grid figcaption a {
    text-align: center;
    width: 80px;
    height: 30px;
    padding:5px 118px 0 0;
    font-size: 20px;
    border-radius: 2px;
    display: inline-block;
    background: #18aff5;
    color: #fff;
    text-decoration: none;
    font-family: "Microsoft YaHei", Arial;
}


/* Individual Caption Styles */


/* Caption Style 3 */

/* Individual Caption Styles */



.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 86%;
	width: 316px;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 0.9;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}


.jishu{
    width:260px;
    height:300px;
    box-shadow:1px 2px 4px rgba(0,0,0,.2);
    display:inline-block;
    margin:0 40px;
}
/*.jishu > div{
    padding:0px 10px;
}*/
.jishu_top{
    text-align: center;
    padding:30px 0;
}
.jishu_top > img{
    width:70px;
    height:70px;

}
.jishu_mid{
    padding:0px 10px;
    margin:20px 0;
    color:#333;
    font-weight: bold;
    font-size: 20px;
}
.jishu_btm{
    margin-top: 15px;
    /*padding:0px 10px;*/
    color:#999;
    font-size: 16px;
    line-height: 20px;
}

.box{
            width:1140px;
            margin:0 auto;
        }
        .box > .section1_r,.section1_l{
            display:inline-block;
            box-sizing: border-box;
        }

        .section1_r{
            width:29%;
            height:270px;
        }
        .section1_l{
            width:67%;
            margin-left: 30px;
        }
        .section1_l h1{
            margin:0;
        }
         .section1_l p{
            word-wrap:break-word;
            margin:0;
            overflow:hidden;
            text-overflow:ellipsis;
            display:-webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient:vertical;
            letter-spacing:1px;
        }
.section1_l_cont{
    padding:0px 3px;
}
.section1_l_cont:hover{
    background:#fff;
    box-shadow:1px 2px 4px rgba(0,0,0,.2);
    
}


.solution_box{
    width:1200px;
    margin:0 auto;
}
.solution_shop{
    display: inline-block;
    width:260px;
    padding:0 5px;
    margin:0 40px;
}

.solution_shop:hover h2{
    color:#12b7f5;
}

.shop_top{
    padding:15px 0;
}
.shop_mid{
    
}
.shop_mid > h2{
    font-size: 1.3em;
    padding:0;
    margin:0;
    color:#333;
}

.shop_mid > span{
    display: inline-block;
    width:100%;
    height:3px;
    background: #333;
}
.shop_btm{
    margin-top:5px;
    color:#999;
}


.aui-bar{
    margin-top: 0.75rem;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    text-align: center;
}

.aui-bar-btn{
    position: relative;
    font-size: 0.7rem;
    display: table;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
    border: none;
    width: 100%;
    min-height: 1.8rem;
}
.aui-bar-btn-item:first-child{
    border-left-width: 1px;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.aui-bar-btn-item{
    display: table-cell;
    position: relative;
    width: 1%;
    line-height: 1.6rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #03a9f4;
    border-left-width: 0;
}

.aui-active{
    background:#03a9f4;
    color:#fff;
}

li.tab.active, li.tab:hover{
    background: #0089e1;
    color: #fff;
}


.tem_box{
    display: inline-block;
    margin:10px 10px;
    /*width:356px;*/
    height:314px;
    /*background:url("../img/index/zf.png") no-repeat;*/
    position: relative;
}

.tem_content{
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.3);
    /*padding:20px 0;*/
    text-align: left;
    display: none;
}
.tem_footer{
    width:100%;
    height:70px;
    background: rgba(0,0,0,.3);
    position:absolute;
    bottom: 0;
    left:0;
    text-align: center;
}
.tem_footer > p{
    margin:8px 0 0 0;
    font-size: 18px;
    padding:0;
    color:#fff;
    font-weight: bold;
}
.tem_box:hover .tem_footer{
    display:none;
}
.tem_content > p{
    color:#fff;
    margin:0;
    font-size: 18px;
    line-height: 29px;
    margin-left: 30px;
}

.tem_content > p:first-child{
    margin-top:120px;
}

.tem_box:hover .tem_content{
    display: block;
}



.titles > p{
    margin:0;
    padding:0;
}
.titles{
    /*height:60px;*/

    text-align: center;
    position: relative;
    /*margin:10px 0;*/
}
.titles > p:first-child{
    font-size: 25px;
    font-weight: bold;
    color: #333;
    margin:5px 0;
}
.titles > p:nth-child(2){
    /*color:red;*/
    font-size: 12px;
    color:#999;
}

.titles > p:nth-child(3){
    width:80px;
    height:2px;
    background:#03a9f4;
    margin:10px auto;
}

.titles_l{
    position: absolute;
    width:40%;
    height: 2px;
    left:9px;
    top:45px;
    background: #f2f2f2;
}

.titles_r{
    position: absolute;
    width:40%;
    height: 2px;
    right:9px;
    top:45px;
    background: #f2f2f2;
}

.box1{
    position: relative;
    display: inline-block;
    margin-top:40px;
}
.box2{
    position: relative;
    display: inline-block;
    margin-top:40px;
}
.box3{
    position: relative;
    display: inline-block;
    margin-top:40px;
}

#roll{
    width: 200%;
}
#roll dd{
    width: 250px;
    /*height: 98px;*/
    /*border: 1px solid #00EE00;*/
    float: left;
    margin-right: 5px;
}

#roll3{
    width: 200%;
}
#roll3 dd{
    width: 560px;
    height: 358px;
    /*border: 1px solid #00EE00;*/
    float: left;
    margin-right: 5px;
}

.box1 span{position: absolute;bottom: 40%; left:-40px; display: inline-block;width: 50px;text-align: center;cursor: pointer;z-index: 90;color: #eee;font-size: 40px;}
.box1 .next{right: -70px; left:auto;}

.box2 span{position: absolute;bottom: 40%; left:-40px; display: inline-block;width: 50px;text-align: center;cursor: pointer;z-index: 90;color: #eee;font-size: 40px;}
.box2 .next{right: -70px; left:auto;}

.box3 span{position: absolute;bottom: 40%; left:-40px; display: inline-block;width: 50px;text-align: center;cursor: pointer;z-index: 90;color: #eee;font-size: 40px;}
.box3 .next{right: -70px; left:auto;}


