/*css初始化*/

html,
body {
    /*不允许用户长按选中文本*/
    -webkit-user-select: none;
    user-select: none;
    /*去掉默认点击高亮显示*/
    -webkit-tap-highlight-color: transparent;
    /*禁止长按链接与图片弹出菜单*/
    -webkit-touch-callout: none;
    /*滚动平滑，另外有反弹的效果(主要针对苹果设备的滑动条)*/
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
}


/*设置默认显示字体*/

body,
button,
input,
select,
textarea {
    font-size: 12px;
    font-family: 微软雅黑;
}


/*去除默认padding值和margin值*/

html,
body,
div,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
blockquote,
fieldset {
    margin: 0;
    padding: 0;
    color: #333333;
}


/*清楚图片的边框 并且将图片顶端与行业最高元素的顶端对齐*/

img {
    border: 0 none;
    vertical-align: top;
}


/*清楚无序列表和有序列表的标记*/

ul,
ol,
li {
    list-style-type: none;
}

a,
p {}


/* body, input, select, button, textarea { border: none;outline: none;} */

h1,
h2,
h3,
h4,
p,
span,
label,
del,
a,
strong,
em,
li,
dt,
dd {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

body {
    background: #ffffff;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.section {
    width: 100%;
}

.clearfix {
    clear: both;
    display: table;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.align {
    text-align: center
}

.rela {
    position: relative;
}

.abso {
    position: absolute;
}

.pdt_30 {
    padding-top: 30px;
}

.pdt_50 {
    padding-top: 50px;
}

.tran {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

@font-face {
    font-family: 'webfont';
    src: url('//at.alicdn.com/t/webfont_i58e2jb7seq.eot');
    /* IE9*/
    src: url('//at.alicdn.com/t/webfont_i58e2jb7seq.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_i58e2jb7seq.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_i58e2jb7seq.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_i58e2jb7seq.svg#NotoSansHans-DemiLight') format('svg');
    /* iOS 4.1- */
}

.web-font {
    font-family: "webfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.f-60 {
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    /* position: absolute; */
    margin-top: 160px;
}
.purple p{
	color:#6b42be;
}
.green p,
.green span{
color:#1a833f;
}
.red p,
.red span{
color:#c12c20;
}
.orange p,
.orange span{color:#c27010}
.blue p,
.blue span{color:#156292}