/*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;
    font-size: 14px;
}


/*设置默认显示字体*/

body,
button,
input,
select,
textarea {
    font-size: 14px;
    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: middle;
    max-width: 100%;
}


/*清楚无序列表和有序列表的标记*/

ul,
ol,
li {
    list-style-type: none;
}

a,
p {}

a {
    /* display: block; */
}


/* 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,
a:link {
    text-decoration: none;
}

body {
    background: #ffffff;
    position: relative;
}

.fl {
    float: left!important;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.fr {
    float: right!important;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.wrap {
    width: 100%;
}

.wrapper {
    width: 100%;
    ;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
    display: block;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.align {
    text-align: center
}

.rela {
    position: relative;
}

.abso {
    position: absolute;
}

.pdt_30 {
    padding-top: 30px;
}

.pad_t50 {
    padding-top: 50px;
}

.pad_b50 {
    padding-bottom: 50px;
}

.pad_b100 {
    padding-bottom: 100px;
}

.tran {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/* .tran2 {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s 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: 14px;
    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;
}

.gray {
    color: #666666;
}

.pad_t60 {
    padding-top: 60px;
}

.pad_b60 {
    padding-bottom: 60px;
}

.pad_t40 {
    padding-top: 40px;
}

.pad_t80 {
    padding-top: 80px;
}

.pad_b80 {
    padding-bottom: 80px;
}

.container-fluid {
    padding: 0
}

.text-white {
    color: #ffffff!important;
}

.zz {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
}

.shadow:hover {
    -moz-box-shadow: 0px 0px 18px rgba(238, 15, 15, 0.5);
    -webkit-box-shadow: 0px 0px 18px rgba(238, 15, 15, 0.5);
    box-shadow: 0px 0px 18px rgba(238, 15, 15, 0.5);
}

.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input::-webkit-input-placeholder {
    color: #c2c2c2;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c2c2c2;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c2c2c2;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c2c2c2;
}

textarea::-webkit-input-placeholder {
    color: #c2c2c2;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c2c2c2;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c2c2c2;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c2c2c2;
}