/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 70%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
	
    color: #666;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.industry-box {
    padding: 80px 0;
    box-sizing: border-box;
    background: #fff;
}

.industry-head h2 {
    position: relative;
    font-weight: normal;
    text-align: center;
    font-size: 38px;
    color: #353535;
    z-index: 50;
}

.industry-wrap {
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

.industry-image {
    position: relative;
    height: 350px;
    margin: 30px 0;
}

.industry-image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.industry-image .bg-1 {
    background: url(../images/app-in-bg01.png) center no-repeat;
}

.industry-image .bg-2 {
    background: url(../images/app-in-bg02.png) center no-repeat;
}

.industry-image .bg-3 {
    background: url(../images/app-in-bg03.png) center no-repeat;
}

.industry-image ul {
    position: relative;
    height: 100%;
    z-index: 30;
}

.industry-image ul li {
	position: absolute;
	top: 141px;
	left: 536px;
	font-size: 18px;
	text-align: center;
	z-index: 30;
	height: 130px;
	width: 112px;
}

.industry-image ul .type-1 {
    margin: -80px 0 0 -480px;
}

.industry-image ul .type-2 {
    margin: -140px 0 0 -320px;
}

.industry-image ul .type-3 {
    margin: -20px 0 0 -380px;
}

.industry-image ul .type-4 {
    margin: -86px 0 0 -200px;
}

.industry-image ul .type-5 {
    margin: -130px 0 0 -50px;
}

.industry-image ul .type-6 {
    margin: 54px 0 0 -72px;
}

.industry-image ul .type-7 {
    margin: -20px 0 0 38px;
}

.industry-image ul .type-8 {
    margin: -130px 0 0 100px;
}

.industry-image ul .type-9 {
    margin: -88px 0 0 230px;
}

.industry-image ul .type-10 {
    margin: -70px 0 0 390px;
}

.industry-btn {
    text-align: center;
}

.industry-btn a {
    display: inline-block;
    border: 1px solid #ff6d01;
    color: #ff6d01;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 30px;
    border-radius: 60px;
    background-color: transparent;
    margin: 0 5px;
}

.industry-btn a:hover {
    background-color: #ff6d01;
    color: #fff;
}
