@charset "utf-8";

* { touch-action: pan-y; } 

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.3s;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #3a3a3a;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #ffffff;
    transition: all 0.3s;
}

.dv {
    display: inline-block;
    vertical-align: middle;
}

.dvr {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.fan { transform: rotateX(180deg); }

.overhide {overflow: hidden;}

.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-wrapper .responsive-img { margin: 0 auto; }

.section { padding: 10px 0; }


a {
    transition: all 0.3s;
}

a:link {
    color: #3a3a3a;
    text-decoration: none
}

a:visited {
    color: #3a3a3a;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #88514a;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

div,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 0%;
}

img {
    border: 0px;
}

.imgScale img { transition: all 0.3s; }
.imgScale:hover img { transform: scale(1.05); }

ul,
li,
dl,
dt,
dd,
ol {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.border {
    border: #000 1px solid;
}


.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color: #1e94d4;
}

.red a:link {
    color: #1e94d4;
    text-decoration: none
}

.red a:visited {
    color: #1e94d4;
    text-decoration: none
}

.red a:hover {
    text-decoration: none;
    color: #1e94d4;
}

.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.container .row {
    margin-left: -10px;
    margin-right: -10px;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    float: left;
    padding: 0 10px;
    min-height: 1px;
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s1_10 {
    width: 10%;
    margin-left: auto;
    left: auto;
    right: auto;
}


.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s2_5 {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}


.pos_right {
    position: absolute;
    top: 0;
    right: 0;
}

.center-align {
    text-align: center !important;
}

.left-align {
    text-align: left !important;
}

.right-align {
    text-align: right !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}


.show {
    display: block !important;
    opacity: 1 !important;
}

.hide {
    display: none !important;
    opacity: 0 !important;
}

.p_tb30 {
    padding: 30px 0;
}

.p_tb50 {
    padding: 50px 0;
}

.m_b50 { margin-bottom: 50px;}

.img_box { overflow: hidden; }
.img_box img { min-height: 100%; }

.swiper-button-next,.swiper-button-prev { outline: none; }

/* Wrap
----------------------------------------*/

#wrap { width: 100%; overflow: hidden; position: relative; }

/* Header
----------------------------------------*/
header {
    position: relative;
}

/* Main
----------------------------------------*/

main {
    position: relative;
    z-index: 1;
}


/*Footer*/


#lovexin12,#lovexin14 { top:80px; }
/*对联显示*/


@-webkit-keyframes rotateInLogo {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -360deg);
        transform: rotate3d(0, 0, 1, -360deg);
        opacity: 1
    }

    30% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInLogo {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -360deg);
        transform: rotate3d(0, 0, 1, -360deg);
        opacity: 1
    }

    30% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInLogo {
    -webkit-animation-name: rotateInLogo;
    animation-name: rotateInLogo
}