@charset "utf-8"; *,*:after,*:before {
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    blr: expression(this.onFocus=this.blur());
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;
    /*firefox*/
    font-smoothing: antialiased;
}

.color_lan {
    color: #1566c5;
}

.color_q_lan {
    color: #34b0ff;
}

.color_q_lan2 {
    color: #1f65ac;
}

.color_s_lan {
    color: #1a3a55;
}

.color_white {
    color: white;
}

.bgcolorA {
    background-color: #141414;
}

.bgcolorB {
    background-color: #eeeeee;
}

.bgcolorC {
    background-color: #41A4C1;
}

.bgcolorD {
    background-color: #ffffff;
}

.bgcolorE {
    background-color: #4D4D4D;
}

html,body {
    font-size: 14px;
    background: #fff;
    /* width:1920px; */
    /* min-width:1920px; */
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei",sans-serif;
    /* min-width: 1220px; */
}

body {
    /* overflow-x:hidden; */
    /* overflow-y:auto; */
    color: #1a3a55;
}

img {
    border: 0px;
    max-width: 100%;
}

.noselet {
    gn: expression(this.onselectstart=function() {
        return false;
    }

    );-moz-user-select: none;
    user-select: none;
}

/*文字不可选中*/
ul,li,p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    outline: none;
    color: #1a3a55;
}

a:hover {
    color: #34b0ff
}

a:active {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
}

ul,li {
    list-style-type: none;
    border: none;
}

input,button,select,textarea {
    outline: none;
}

input[type="text"],input[type="password"],input[type="search"],textarea,select {
    outline: none;
    font-family: "SourceHanSansCN-Regular";
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    border: none;
    background: none;
    border: 1px solid #dbdbdb;
    padding: 6px 12px;
    transition: ease .45s;
}

input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #888888;
}

input:-moz-placeholder {
    　color: #888888;
}

input::-moz-placeholder {
    color: #888888;
}

input:-ms-input-placeholder {
    color: #888888;
}

textarea {
    resize: none;
    overflow: hidden;
}

textarea::-webkit-input-placeholder {
    color: #888888;
}

textarea:-moz-placeholder {
    　color: #888888;
}

textarea::-moz-placeholder {
    color: #888888;
}

textarea:-ms-input-placeholder {
    color: #888888;
}

select::-ms-expand {
    display: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    background-color: #00817b;
    color: #ffffff;
    text-shadow: none;
}

textarea {
    resize: none;
}

input[type="button"],input[type="submit"],input[type="reset"],input[type="text"] {
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin: 0;
}

ul>li>a {
    display: block;
}

ul>li>a>img {
    width: 100%;
}

.pics {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.pics>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    left: 0;
}

/*浏览器滚动条*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #555;
    border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
    background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pyc {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ppyc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bgCover {
    background-size: cover;
    background-position: center;
}

.loadBg {
    padding-right: 38px;
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    -webkit-animation: el-skeleton-loading 1.4s ease infinite;
    animation: el-skeleton-loading 1.4s ease infini
}

@-webkit-keyframes el-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes el-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
    z-index: 3;
}

.swiper-container-fade .swiper-slide {
    opacity: 0!important;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1!important;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear {
    clear: both;
    /* height:0px;*/
    /* overflow:hidden;*/
    float: none;
}

.clear:after {
    content: '';
    display: table;
    height: 0;
    display: block;
    clear: both;
}

section:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wh {
    width: 1140px;
    margin: 0 auto;
    clear: both;
    max-width: 1200px;
}

.wh1000 {
    width: 1000px;
    max-width: 1000px;
}

.wh1550 {
    width: 1550px;
    max-width: 1550px;
}

.wh1440 {
    width: 1440px;
    max-width: 1440px;
}

.wh1330 {
    width: 1330px;
    max-width: 1330px;
}

.wh1220 {
    width: 1220px;
    max-width: 1220px;
}

.wh1110 {
    width: 1110px;
    max-width: 1110px;
}

.wh1000 {
    width: 1000px;
    max-width: 1000px;
}

.wh:after {
    content: '';
    display: table;
    height: 0;
    display: block;
    clear: both;
}

.relative {
    position: relative;
}

.bjx {
    background-image: none !important;
}

.flex_jz {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    overflow: auto;
}

.flex_between {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.swiper-button-prev,.swiper-button-next {
    outline: none;
}

.imgScale .img {
    width: 100%;
    height: 0;
    overflow: hidden;
    display: inline-block;
    /*  */
}

.img {
    position: relative;
    font-size: 0;
    padding-bottom: 100%;
}

.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .6s;
    object-fit: cover;
}

.imgScale li:hover .img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nav>li .down {
    padding-top: 7px;
    width: 130px;
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: 27px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(34px);
    -webkit-transform: translateY(34px);
    -moz-transform: translateY(34px);
    transition: 0.3s ease;
}

.nav>li:hover .down {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.listTolr li {
    position: relative;
    overflow: hidden;
}

.listTolr li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    background: #ececec;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s;
}

.listTolr li:hover:before {
    opacity: 1;
    visibility: visible;
    width: 110%;
    height: 280%;
}

.listInLine li a {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    line-height: 1;
}

.listInLine li a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .33s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .33s cubic-bezier(.4,0,.2,1);
    transition: transform .33s cubic-bezier(.4,0,.2,1);
    transition: transform .33s cubic-bezier(.4,0,.2,1),-webkit-transform .33s cubic-bezier(.4,0,.2,1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.listInLine li a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.listTob li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #da251d;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .33s cubic-bezier(.4,0,.2,1);
    transition: transform .33s cubic-bezier(.4,0,.2,1);
    transition: transform .33s cubic-bezier(.4,0,.2,1),-webkit-transform .33s cubic-bezier(.4,0,.2,1);
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    visibility: hidden\9;
}

.listTob li:hover a:before {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    visibility: visible\9;
}

.imgCover {
    object-fit: cover;
}

.imgContain {
    object-fit: contain;
}

.bgImg {
}

.bgImgAA {
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.bgImgAA .bgImgAB {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    font-size: 0;
    transition: all .6S;
}

.bgImgAB {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bgImgAA>img {
    visibility: hidden;
    width: 100%;
}

li:hover .bgImgAB {
    transform: scale(1.1);
}

.hMask {
    position: relative;
}

.hMask .mask {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 40%,rgba(255,255,255,.8) 60%,rgba(255,255,255,0) 100%);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 40%,rgba(255,255,255,.8) 60%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 40%,rgba(255,255,255,.8) 60%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(135deg,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 40%,rgba(255,255,255,.8) 60%,rgba(255,255,255,0) 100%);
    background-position: -205px 0;
}

.hMask:hover .mask {
    background-position: 190px 0;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.imgh {
    cursor: pointer;
    font-size: 0;
}

.imgh .img01 {
    display: inline-block;
}

.imgh .img02 {
    display: none;
}

.hoverHui {
    transition: all 0.3s ease;
    filter: grayscale(100%);
    opacity: 0.66;
}

.imgh li:hover .img01 {
    display: none;
}

.imgh li:hover .img02 {
    display: inline-block;
}

.img_jz {
    display: table-cell;
    text-align: center;
    width: 170px;
    height: 170px;
    vertical-align: middle;
    position: relative;
}

.img_jz>span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img_jz>img {
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
    width: auto;
}

.new_con {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.new_con img {
    max-width: 100%;
}

a.img {
    display: block;
    font-size: 0;
}

a.img>img {
    width: 100%;
    height: 100%;
}

.listH {
}

.listH li {
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.listH li:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
    box-shadow: 0 40px 100px 0 rgba(84,84,84,0.5);
    cursor: pointer !important;
}

.yiny {
    -moz-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
    -webkit-box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
    box-shadow: 0px 5px 21px 5px rgba(196, 196, 196, 0.4);
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.tableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.tList:after {
    content: '';
    display: table;
    clear: both;
}

.tList li {
    float: left;
}

.tList2 {
}

.tList2 li {
    width: 48%;  
    margin-bottom: 4%;
}

.tList2 li:nth-of-type(2n) {
    margin-left: 0;
    float:right
}

.tList3 {
}

.tList3 li {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 3.5%;
}

.tList3 li:nth-of-type(3n+1) {
    margin-left: 0;
}

.tList4 {
}

.tList4 li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.tList4 li:nth-of-type(4n+1) {
    margin-left: 0;
}

.tList5 {
}

.tList5 li {
    width: 17%;
    margin-left: 3.75%;
    margin-bottom: 2%;
}

.tList5 li:nth-of-type(5n+1) {
    margin-left: 0;
}

.tList6 {
}

.tList6 li {
    width: 16.666%;
}

.tList6 li:nth-of-type(6n+1) {
    margin-left: 0;
}

.tListfull2 {
}

.tListfull2 li {
    width: 50%;
}

.tListfull3 {
}

.tListfull3 li {
    width: 33.33%;
}

.tListfull4 {
}

.tListfull4 li {
    width: 25%;
}

.tListfull5 {
}

.tListfull5 li {
    width: 20%;
}

.tListfull6 {
}

.tListfull6 li {
    width: 16.666%;
}

.page {
    text-align: center;
    clear: both;
    padding: 50px 0;
    width: 100%;
}

.page a {
    font-size: 15px;
    padding: 0px 10px;
    display: inline-block;
    margin: 5px;
    border: 1px solid;
    line-height: 30px;
}

.page a:hover,.page a.on {
    border-color: white;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.t-c {
    text-align: center;
}

.t-l {
    text-align: left;
}

.t-r {
    text-align: right;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.margin-auto {
    display: block;
    margin: 0 auto;
}

.f-bold {
    font-weight: bold;
}

.f-up {
    text-transform: uppercase;
}

.f-s12 {
    font-size: 12px;
}

.f-s13 {
    font-size: 3px;
}

.f-s14 {
    font-size: 14px;
}

.f-s15 {
    font-size: 15px;
}

.f-s16 {
    font-size: 16px;
}

.f-s17 {
    font-size: 17px;
}

.f-s18 {
    font-size: 18px;
}

.f-s19 {
    font-size: 19px;
}

.f-s20 {
    font-size: 20px;
}

.f-s21 {
    font-size: 21px;
}

.f-s22 {
    font-size: 22px;
}

.f-s23 {
    font-size: 23px;
}

.f-s24 {
    font-size: 24px;
}

.f-s25 {
    font-size: 25px;
}

.f-s26 {
    font-size: 26px;
}

.f-s27 {
    font-size: 27px;
}

.f-s28 {
    font-size: 28px;
}

.f-s29 {
    font-size: 29px;
}

.f-s30 {
    font-size: 30px;
}

.f-s31 {
    font-size: 31px;
}

.f-s32 {
    font-size: 32px;
}

.f-s33 {
    font-size: 33px;
}

.f-s34 {
    font-size: 34px;
}

.f-s35 {
    font-size: 35px;
}

.f-s36 {
    font-size: 36px;
}

.f-s37 {
    font-size: 37px;
}

.f-s38 {
    font-size: 38px;
}

.f-s39 {
    font-size: 39px;
}

.f-s41 {
    font-size: 41px;
}

.f-s42 {
    font-size: 42px;
}

.f-s43 {
    font-size: 43px;
}

.f-s44 {
    font-size: 44px;
}

.f-s45 {
    font-size: 45px;
}

.f-s46 {
    font-size: 46px;
}

.f-s47 {
    font-size: 47px;
}

.f-s48 {
    font-size: 48px;
}

.f-s49 {
    font-size: 49px;
}

.f-s50 {
    font-size: 50px;
}

.f-s51 {
    font-size: 51px;
}

.f-s52 {
    font-size: 52px;
}

.f-s53 {
    font-size: 53px;
}

.f-s54 {
    font-size: 54px;
}

.f-s55 {
    font-size: 55px;
}

.f-s56 {
    font-size: 56px;
}

.f-s57 {
    font-size: 57px;
}

.f-s58 {
    font-size: 58px;
}

.f-s59 {
    font-size: 59px;
}

.f-s60 {
    font-size: 60px;
}

.f-s61 {
    font-size: 61px;
}

.f-s62 {
    font-size: 62px;
}

.f-s63 {
    font-size: 63px;
}

.f-s64 {
    font-size: 64px;
}

.f-s65 {
    font-size: 65px;
}

.f-s66 {
    font-size: 66px;
}

.f-s67 {
    font-size: 67px;
}

.f-s68 {
    font-size: 68px;
}

.f-s69 {
    font-size: 69px;
}

.f-s70 {
    font-size: 70px;
}

.f-s71 {
    font-size: 71px;
}

.f-s72 {
    font-size: 72px;
}

.f-s73 {
    font-size: 73px;
}

.f-s74 {
    font-size: 74px;
}

.f-s75 {
    font-size: 75px;
}

.f-s76 {
    font-size: 76px;
}

.f-s77 {
    font-size: 77px;
}

.f-s78 {
    font-size: 78px;
}

.f-s79 {
    font-size: 79px;
}

.f-s80 {
    font-size: 80px;
}

.f-s81 {
    font-size: 81px;
}

.f-s82 {
    font-size: 82px;
}

.f-s83 {
    font-size: 83px;
}

.f-s84 {
    font-size: 84px;
}

.f-s85 {
    font-size: 85px;
}

.f-s86 {
    font-size: 86px;
}

.f-s87 {
    font-size: 87px;
}

.f-s88 {
    font-size: 88px;
}

.f-s89 {
    font-size: 89px;
}

.f-s90 {
    font-size: 90px;
}

.f-s91 {
    font-size: 91px;
}

.f-s92 {
    font-size: 92px;
}

.f-s93 {
    font-size: 93px;
}

.f-s94 {
    font-size: 94px;
}

.f-s95 {
    font-size: 95px;
}

.f-s96 {
    font-size: 96px;
}

.f-s97 {
    font-size: 97px;
}

.f-s98 {
    font-size: 98px;
}

.f-s99 {
    font-size: 99px;
}

.f-s100 {
    font-size: 100px;
}

.height120 {
    height: 120px;
}

.lineheight1 {
    line-height: 1
}

.lineheight1_1 {
    line-height: 1.1
}

.lineheight1_2 {
    line-height: 1.2
}

.lineheight1_3 {
    line-height: 1.3
}

.lineheight1_4 {
    line-height: 1.4
}

.lineheight1_5 {
    line-height: 1.5
}

.lineheight1_6 {
    line-height: 1.6
}

.lineheight1_7 {
    line-height: 1.7
}

.lineheight1_8 {
    line-height: 1.8
}

.lineheight1_9 {
    line-height: 1.9
}

.lineheight2 {
    line-height: 2
}

.lineheight2_1 {
    line-height: 2.1
}

.lineheight2_2 {
    line-height: 2.2
}

.lineheight2_3 {
    line-height: 2.3
}

.lineheight2_4 {
    line-height: 2.4
}

.lineheight2_5 {
    line-height: 2.5
}

.lineheight2_6 {
    line-height: 2.6
}

.lineheight2_7 {
    line-height: 2.7
}

.lineheight2_8 {
    line-height: 2.8
}

.lineheight2_9 {
    line-height: 2.9
}

.lineheight3 {
    line-height: 3
}

.lineheight4_1 {
    line-height: 4.1
}

.lineheight4_2 {
    line-height: 4.2
}

.lineheight4_3 {
    line-height: 4.3
}

.lineheight4_4 {
    line-height: 4.4
}

.lineheight4_5 {
    line-height: 4.5
}

.lineheight4_6 {
    line-height: 4.6
}

.lineheight4_7 {
    line-height: 4.7
}

.lineheight4_8 {
    line-height: 4.8
}

.lineheight4_9 {
    line-height: 4.9
}

.border-r1 {
    border-radius: 1px
}

.border-r2 {
    border-radius: 2px
}

.border-r3 {
    border-radius: 3px
}

.border-r4 {
    border-radius: 4px
}

.border-r5 {
    border-radius: 5px
}

.border-r6 {
    border-radius: 6px
}

.border-r7 {
    border-radius: 7px
}

.border-r8 {
    border-radius: 8px
}

.border-r9 {
    border-radius: 9px
}

.border-r10 {
    border-radius: 10px
}

.border-r11 {
    border-radius: 11px
}

.border-r12 {
    border-radius: 12px
}

.border-r13 {
    border-radius: 13px
}

.border-r14 {
    border-radius: 14px
}

.border-r15 {
    border-radius: 15px
}

.border-r16 {
    border-radius: 16px
}

.border-r17 {
    border-radius: 17px
}

.border-r18 {
    border-radius: 18px
}

.border-r19 {
    border-radius: 19px
}

.border-r20 {
    border-radius: 20px
}

.border-r100 {
    border-radius: 100%
}

.opacity1 {
    opacity: .1;
}

.opacity2 {
    opacity: .2;
}

.opacity3 {
    opacity: .3;
}

.opacity4 {
    opacity: .4;
}

.opacity5 {
    opacity: .5;
}

.opacity6 {
    opacity: .6;
}

.opacity7 {
    opacity: .7;
}

.opacity8 {
    opacity: .8;
}

.opacity9 {
    opacity: .9;
}

.opacity10 {
    opacity: 1;
}

.w5 {
    width: 50%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w49 {
    width: 49%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.m-auto {
    margin: 0 auto;
    display: block;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t25 {
    margin-top: 25px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t35 {
    margin-top: 35px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t45 {
    margin-top: 45px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t55 {
    margin-top: 55px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t65 {
    margin-top: 65px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t75 {
    margin-top: 65px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t85 {
    margin-top: 85px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t95 {
    margin-top: 95px;
}

.m-t100 {
    margin-top: 100px;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b25 {
    margin-bottom: 25px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b35 {
    margin-bottom: 35px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b45 {
    margin-bottom: 45px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b55 {
    margin-bottom: 55px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b65 {
    margin-bottom: 65px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b75 {
    margin-bottom: 65px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b85 {
    margin-bottom: 85px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b95 {
    margin-bottom: 95px;
}

.m-b100 {
    margin-bottom: 100px;
}

.p-d1 {
    padding: 1px;
}

.p-d2 {
    padding: 2px;
}

.p-d3 {
    padding: 3px;
}

.p-d4 {
    padding: 4px;
}

.p-d5 {
    padding: 5px;
}

.p-d6 {
    padding: 6px;
}

.p-d7 {
    padding: 7px;
}

.p-d8 {
    padding: 8px;
}

.p-d9 {
    padding: 9px;
}

.p-d10 {
    padding: 10px;
}

.p-d11 {
    padding: 11px;
}

.p-d12 {
    padding: 120px;
}

.p-d13 {
    padding: 13px;
}

.p-d14 {
    padding: 14px;
}

.p-d15 {
    padding: 15px;
}

.p-d16 {
    padding: 16px;
}

.p-d17 {
    padding: 17px;
}

.p-d18 {
    padding: 18px;
}

.p-d19 {
    padding: 19px;
}

.p-d20 {
    padding: 20px;
}

.p-d21 {
    padding: 21px;
}

.p-d22 {
    padding: 22px;
}

.p-d23 {
    padding: 23px;
}

.p-d24 {
    padding: 24px;
}

.p-d25 {
    padding: 25px;
}

.p-d30 {
    padding: 30px;
}

.p-d35 {
    padding: 35px;
}

.p-d40 {
    padding: 40px;
}

.p-d45 {
    padding: 45px;
}

.p-d50 {
    padding: 50px;
}

.p-d55 {
    padding: 55px;
}

.p-d60 {
    padding: 60px;
}

.p-d65 {
    padding: 65px;
}

.p-d70 {
    padding: 70px;
}

.p-d75 {
    padding: 65px;
}

.p-d80 {
    padding: 70px;
}

.p-d85 {
    padding: 85px;
}

.p-d90 {
    padding: 90px;
}

.p-d95 {
    padding: 95px;
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t25 {
    padding-top: 25px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t35 {
    padding-top: 35px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t45 {
    padding-top: 45px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t55 {
    padding-top: 55px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t65 {
    padding-top: 65px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t75 {
    padding-top: 65px;
}

.p-t80 {
    padding-top: 70px;
}

.p-t85 {
    padding-top: 85px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t95 {
    padding-top: 95px;
}

.p-t100 {
    padding-top: 100px;
}

.p-t105 {
    padding-top: 105px;
}

.p-t110 {
    padding-top: 110px;
}

.p-t115 {
    padding-top: 115px;
}

.p-t120 {
    padding-top: 120px;
}

.p-t125 {
    padding-top: 125px;
}

.p-t130 {
    padding-top: 130px;
}

.p-t135 {
    padding-top: 135px;
}

.p-t140 {
    padding-top: 140px;
}

.p-t145 {
    padding-top: 145px;
}

.p-t150 {
    padding-top: 150px;
}

.p-t155 {
    padding-top: 155px;
}

.p-t160 {
    padding-top: 160px;
}

.p-t165 {
    padding-top: 165px;
}

.p-t170 {
    padding-top: 170px;
}

.p-t175 {
    padding-top: 165px;
}

.p-t180 {
    padding-top: 170px;
}

.p-t185 {
    padding-top: 185px;
}

.p-t190 {
    padding-top: 190px;
}

.p-t195 {
    padding-top: 195px;
}

.p-t200 {
    padding-top: 200px;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b25 {
    padding-bottom: 25px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b35 {
    padding-bottom: 35px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b45 {
    padding-bottom: 45px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b55 {
    padding-bottom: 55px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b65 {
    padding-bottom: 65px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b75 {
    padding-bottom: 75px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b85 {
    padding-bottom: 85px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b95 {
    padding-bottom: 95px;
}

.p-b100 {
    padding-bottom: 100px;
}

.p-b105 {
    padding-bottom: 105px;
}

.p-b110 {
    padding-bottom: 110px;
}

.p-b115 {
    padding-bottom: 115px;
}

.p-b120 {
    padding-bottom: 120px;
}

.p-b125 {
    padding-bottom: 125px;
}

.p-b130 {
    padding-bottom: 130px;
}

.p-b135 {
    padding-bottom: 135px;
}

.p-b140 {
    padding-bottom: 140px;
}

.p-b145 {
    padding-bottom: 145px;
}

.p-b150 {
    padding-bottom: 150px;
}

.p-b155 {
    padding-bottom: 155px;
}

.p-b160 {
    padding-bottom: 160px;
}

.p-b165 {
    padding-bottom: 165px;
}

.p-b170 {
    padding-bottom: 170px;
}

.p-b175 {
    padding-bottom: 165px;
}

.p-b180 {
    padding-bottom: 170px;
}

.p-b185 {
    padding-bottom: 185px;
}

.p-b190 {
    padding-bottom: 190px;
}

.p-b195 {
    padding-bottom: 195px;
}

.p-b200 {
    padding-bottom: 200px;
}

.p-b-b5 {
    padding-bottom: 5%;
}

.p-b-b10 {
    padding-bottom: 10%;
}

.p-b-b15 {
    padding-bottom: 15%;
}

.p-b-b20 {
    padding-bottom: 20%;
}

.p-b-b25 {
    padding-bottom: 25%;
}

.p-b-b30 {
    padding-bottom: 30%;
}

.p-b-b35 {
    padding-bottom: 35%;
}

.p-b-b40 {
    padding-bottom: 40%;
}

.p-b-b45 {
    padding-bottom: 45%;
}

.p-b-b50 {
    padding-bottom: 50%;
}

.p-b-b55 {
    padding-bottom: 55%;
}

.p-b-b60 {
    padding-bottom: 60%;
}

.p-b-b65 {
    padding-bottom: 65%;
}

.p-b-b70 {
    padding-bottom: 70%;
}

.p-b-b75 {
    padding-bottom: 75%;
}

.p-b-b80 {
    padding-bottom: 80%;
}

.p-b-b85 {
    padding-bottom: 85%;
}

.p-b-b90 {
    padding-bottom: 90%;
}

.p-b-b95 {
    padding-bottom: 95%;
}

.p-b-b100 {
    padding-bottom: 100%;
}

.p-b-b105 {
    padding-bottom: 105%;
}

.p-b-b110 {
    padding-bottom: 110%;
}

.p-b-b115 {
    padding-bottom: 115%;
}

.p-b-b120 {
    padding-bottom: 120%;
}

.p-b-b125 {
    padding-bottom: 125%;
}

.p-b-b130 {
    padding-bottom: 130%;
}

.p-b-b135 {
    padding-bottom: 135%;
}

.p-b-b140 {
    padding-bottom: 140%;
}

.p-b-b145 {
    padding-bottom: 145%;
}

.p-b-b150 {
    padding-bottom: 150%;
}

.p-b-b155 {
    padding-bottom: 155%;
}

.p-b-b160 {
    padding-bottom: 160%;
}

.p-b-b165 {
    padding-bottom: 165%;
}

.p-b-b170 {
    padding-bottom: 170%;
}

.p-b-b175 {
    padding-bottom: 165%;
}

.p-b-b180 {
    padding-bottom: 170%;
}

.p-b-b185 {
    padding-bottom: 185%;
}

.p-b-b190 {
    padding-bottom: 190%;
}

.p-b-b195 {
    padding-bottom: 195%;
}

.p-b-b200 {
    padding-bottom: 200%;
}
