/*
 * @author: omtech.cn
 * @date: 2019-07-09 16:19:54
 * @last modified by:   adminomt
 * @last modified time: 2020-09-08 18:47:14
 */

@charset "utf-8";
/* reset */
/* *,*:before,*:after { -webkit-transition: .5s; transition: .5s; } */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    padding: 0;
    margin: 0;
}
input,
select,
button,
textarea {
    font-size: 100%;
    font-family: inherit;
    outline: none;
}
ul,
li,
ol {
    list-style: none;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: underline;
    color: #fa5801;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
small,
.small {
    font-size: 12px;
}
big,
.big {
    font-size: 18px;
}
.b {
    font-weight: bold;
}
:focus {
    outline: 0;
}
/*transition*/
.trans-none,
.trans-none ul {
    -webkit-transition: none;
            transition: none;
}
.trans-add,
.trans-add ul {
    -webkit-transition: .5s;
            transition: .5s;
}
/* common */
.clearfix:after,
.area:after {
    display: block;
    height: 0;
    clear: both;
    content: "\0020";
}
.clearfix,
.area {
    zoom: 1;
}
.clear {
    height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}
.fl {
    float: left;
}

.fr,
.right {
    float: right;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.po-r {
    position: relative;
}
.po-a {
    position: absolute;
}
.of {
    overflow: hidden;
}
.ofa {
    overflow: auto;
}
.ofv {
    overflow: visible !important;
}
.pop {
    position: relative;
}
.popfix {
    position: absolute;
    display: none;
}
.block {
    display: block;
    width: 100%;
    height: 100%;
}
.db {
    display: block;
}
.dn {
    display: none;
}
.dib {
    display: inline-block;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}
.mb9 {
	margin-bottom: 9px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb130 {
    margin-bottom: 130px;
}
.bgn {
    background: none !important;
    background-color: unset !important;
}
/* img-load */
.img-load .image,
img.img-load,
.img-load img {
    display: block;
    overflow: hidden;
    background-color: #f5f5f5;
}
.j_lazyimg {
    /*width: auto !important;*/
    margin: 0 auto;
    background-color: #f5f5f5;
}
/* img-zoom */
.img-zoom .image {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #dddada;
}
.img-zoom .image:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.img-zoom .image img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
            transition: .5s;
}
/*effect*/
.imghover:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}