@charset "utf-8";
@import url(https://at.alicdn.com/t/c/font_3748809_mxllqyyi0oq.css);
@import url(//at.alicdn.com/t/c/font_4167310_gdxbmsmqw9f.css);

@font-face {
    font-family: 'Futura LT Regular';
    src: url('../font/FuturaLT.eot');
    src: url('../font/FuturaLT.eot?#iefix') format('embedded-opentype'),
        url('../font/FuturaLT.woff2') format('woff2'),
        url('../font/FuturaLT.woff') format('woff'),
        url('../font/FuturaLT.ttf') format('truetype'),
        url('../font/FuturaLT.svg#FuturaLT') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT Book';
    src: url('../font/FuturaLT-Book.eot');
    src: url('../font/FuturaLT-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/FuturaLT-Book.woff2') format('woff2'),
        url('../font/FuturaLT-Book.woff') format('woff'),
        url('../font/FuturaLT-Book.ttf') format('truetype'),
        url('../font/FuturaLT-Book.svg#FuturaLT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT Light';
    src: url('../font/FuturaLT-Light.eot');
    src: url('../font/FuturaLT-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/FuturaLT-Light.woff2') format('woff2'),
        url('../font/FuturaLT-Light.woff') format('woff'),
        url('../font/FuturaLT-Light.ttf') format('truetype'),
        url('../font/FuturaLT-Light.svg#FuturaLT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* reset */
html { height: 100% }
body { min-height: 100%;background:#d9d4d0;}
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight: normal;}
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea,email { font-size: 14px;font-family: 'Futura LT Book';color:#000000;}
body { line-height: 1.5 }
a { text-decoration: none;}
a:hover { color:#ac343d;}
a { blr:expression(this.onFocus=this.blur()); color:#0064B6; }
a * { *cursor: pointer }
:focus { outline: none }

/* layer视频弹窗bug调整 */
.layui-layer-content {
	height: calc(100% - 43px);
}
.layui-layer-content iframe {
	height: 100% !important;
}
.flr{
	font-family: 'Futura LT Regular';
}
.fll{
	font-family: 'Futura LT Light';
}
/*编辑器图片样式*/
.alignleft {
    float: left;
    margin: 6px 28px 28px 0;
}
.alignright {
    float: right;
    margin: 6px 0 28px 28px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px;
}
.img-box {position:relative;display:block;}
.img-box img {position:absolute;width:100%;left:0;top:0;height:100%;object-fit:cover;}
.pcolor_big .swiper-slide-active .img-box img{
	position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
	height:auto;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    object-fit: inherit;
}

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1;}
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
/* 表单特殊标签处理 */
fieldset{
	display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0em;
    padding-inline-start: 0em;
    padding-inline-end: 0em;
    padding-block-end: 0em;
    min-inline-size: auto;
    border-width: 0px;
    border-style: none;
    border-color: threedface;
    border-image: initial;
}
/*公用样式end*/





