input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.revealOnScroll {
    opacity: 1;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.maxtime {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInTop {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
}

@-webkit-keyframes fadeInTopBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInTopBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInTopBig {
    -webkit-animation-name: fadeInTopBig;
    animation-name: fadeInTopBig;
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInBottom {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    opacity: 1;
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    opacity: 1;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

. {
    opacity: 1;
    -webkit-animation-name: tada;
    animation-name: tada
}

@keyframes fadeMoveLeft {
    from {
        margin-left: 3px;
    }
    to {
        margin-left: -6px;
    }
}

@-moz-keyframes fadeMoveLeft {
    from {
        margin-left: 3px;
    }
    to {
        margin-left: -6px;
    }
}

@-webkit-keyframes fadeMoveLeft {
    from {
        margin-left: 3px;
    }
    to {
        margin-left: -6px;
    }
}

.fadeMoveLeft {
    animation: fadeMoveLeft 0.5s infinite;
    -moz-animation: fadeMoveLeft 0.5s infinite;
    -webkit-animation: fadeMoveLeft 0.5s infinite;
}

@keyframes fadeMoveRight {
    from {
        margin-left: -3px;
    }
    to {
        margin-left: 6px;
    }
}

@-moz-keyframes fadeMoveRight {
    from {
        margin-left: -3px;
    }
    to {
        margin-left: 6px;
    }
}

@-webkit-keyframes fadeMoveRight {
    from {
        margin-left: -3px;
    }
    to {
        margin-left: 6px;
    }
}

.fadeMoveRight {
    animation: fadeMoveRight 0.5s infinite;
    -moz-animation: fadeMoveRight 0.5s infinite;
    -webkit-animation: fadeMoveRight 0.5s infinite;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-180deg);
        -ms-transform: perspective(400px) rotateY(-180deg);
        transform: perspective(400px) rotateY(-180deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(180deg);
        -ms-transform: perspective(400px) rotateY(180deg);
        transform: perspective(400px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.show {
    -webkit-animation-name: show;
    animation-name: show;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*导航栏形状*/

.t_welcom {
    width: 350px;
    float: left;
    line-height: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 14px;
}

.t_tel {
    float: left;
    width: auto;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 340px;
    background: url(/template/default/assets/images/toptel.png)0px 18px no-repeat;
}

.t_tel_ts {
    font-size: 12px;
    color: #ffffff;
    padding-left: 28px;
}

.t_tel_nb {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 5px;
}

.t_share {
    position: absolute;
    height: 44px;
    line-height: 44px;
    right: 103px;
}

.sinna {
    float: left;
    width: 100px;
    background: url(/template/default/assets/images/sinna.png) left center no-repeat;
    position: relative;
    padding-right: 15px;
}

.t_share_ts {
    margin-left: 32px;
    font-size: 12px;
    color: #ffffff;
}

.wcat {
    float: left;
    width: 100px;
    background: url(/template/default/assets/images/wcat.png) left center no-repeat;
    position: relative;
}

.t_share_nb {
    margin-left: 32px;
    font-size: 12px;
    color: #ffffff;
    position: relative;
}

.sinna_more,
.wcat_more {
    display: none;
}

.sinna:hover .sinna_more {
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    background: url(/jlmkj/data/upload/202201/1641787118114845.png);
    top: 36px;
    left: -36px;
}

.wcat:hover .wcat_more {
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    /*background: url(/template/default/assets/images/cgagffmenauac7upaabcdoqsdjs663.jpg);*/
     background: url(/jlmkj/data/upload/202112/1640571752163558.jpg);
    top: 36px;
    top: 36px;
    left: 0px;
}

.t_taobao {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 44px;
}

.t_taobao_ts {
    background: url(/template/default/assets/images/tao.png) center center no-repeat;
    width: 20px;
    height: 44px;
    display: block;
    float: left;
    padding-right: 21px;
}

.t_taobao a {
    font-size: 12px;
    color: #ffffff;
    line-height: 44px;
}

.t_logo {
    position: absolute;
    left: 0px;
    top: 44px;
    width: 40%;
}

.t_logo img {
    max-width: 100%;
    height: 115px;
    border: 0px;
}

#ea_l {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 115px;
}

.top {
    width: 100%;
    z-index: 99;
    position: relative;
    background: url(/template/default/assets/images/cgagff.png) repeat-x;
    border-bottom: 1px #e3e3e3 solid;
}

.t_t {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    height: 44px;
    background: #f27000;
}

.t_ttopbox {
    max-width: 1230px;
    height: 44px;
    margin: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.xn_n_14_wrap {
    position: relative;
    height: 115px;
    max-width: 1230px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.xn_n_14_wrap_main {
    height: 115px;
    float: right;
}

.xn_n_14_wrap_menu1_cur {
    float: left;
    font-size: 14px;
    width: auto;
    height: 81px;
    line-height: 81px;
}

.xn_n_14_wrap_menu1_cur a {
    color: #f27000 !important;
    width: auto;
    height: 81px;
    display: block;
    padding: 0 12px;
}

.xn_n_14_wrap_menu1_cur a:hover {
    color: #f27000 !important;
    width: auto;
    height: 81px;
    display: block;
    padding: 0 12px;
}

#type1Li_n0.xn_n_14_wrap_menu1_2 a {
    background: none;
    color: #3b3b3b;
    width: 62px;
    text-align: center;
}

.bg {
    -webkit-transition: height .2s, top .2s;
    -moz-transition: height .2s, top .2s;
    transition: height .2s, top .2s;
}

.xn_n_14_wrap_main>ul>li {
    float: left;
    font-size: 16px;
    width: 90px;
    height: 115px;
    line-height: 115px;
    position: relative;
    text-align: center;
}

.xn_n_14_wrap_main>ul>li:hover .bg {
    height: 115px;
    top: 0;
    background: url(/template/default/assets/images/navline.png) 26px 76px no-repeat;
}

.xn_n_14_wrap_main>ul>li>a {
    color: #3b3b3b;
    width: auto;
    height: 81px;
    display: block;
    padding: 0 12px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}

.xn_n_14_wrap_main>ul>li:hover>a {
    color: #f27000;
    width: auto;
    height: 81px;
    display: block;
}

.xn_n_14_wrap_main>ul>li:hover>a {
    *color: #f27000;
    *background: #00578e;
}

.xn_n_14_wrap_main>ul>li>a .bg {
    *display: none !important;
}

.xn_n_14_wrap_main>ul>li>a .bg {
    width: 100%;
    height: 0;
    display: block;
    position: absolute !important;
    left: 0;
    top: 115px;
    z-index: 1;
}

.xn_n_14_wrap_main>ul>li>a span:first-child {
    position: relative;
    z-index: 2;
}

.xn_n_14_wrap_main>ul>li>ul>li {
    float: left;
    font-size: 14px;
    width: auto;
    height: 94px;
    line-height: 94px;
    position: relative;
    background: url(/template/default/assets/images/ulline.png) right center no-repeat;
}

.xn_n_14_wrap_main>ul>li>ul>li:nth-last-child(1) {
    background: none;
}

.xn_n_14_wrap_main>ul>li>ul>li>a {
    color: #545454;
    width: auto;
    height: 94px;
    display: block;
    padding: 0 16px;
}

.xn_n_14_wrap_main>ul>li>ul>li:hover a {
    color: #f27000;
    width: auto;
    height: 94px;
    display: block;
    padding: 0 16px;
}

.xn_n_14_wrap_main ul li ul {
    background: #fff;
    position: absolute;
    left: 0;
    top: 115px;
    padding-left: 0px;
    border-top: 1px #e3e3e3 solid;
}

.xn_n_14_wrap_main ul li ul li {}

.xn_n_14_wrap_main ul li ul li ul {
    display: none !important;
}

.type1Ul_t101 {
    display: none;
}

.type1Ul_t101 li:nth-child(n+8) {
    display: none;
}

.xn_n_14_wrap_main>ul>li:hover>.type1Ul_t101 {
    display: block;
}

.xn_ba_js_1_element img {
    height: 830px;
    width: 100%;
}

.xn_ba_js_1_banner img {
    height: 830px;
    width: 100%;
}

.xn_ba_js_1_banner {
    width: 100%;
    height: 830px;
    visibility: hidden;
    overflow: hidden;
    position: relative;
}

.xn_ba_js_1_bigImg img {
    width: 1920px;
    height: 830px;
    border: 0
}

.xn_ba_js_1_element {
    position: absolute;
}

.xn_ba_js_1_btn {
    top: 796px;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.xn_ba_js_1_btn li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 15px;
    margin-left: 0px;
}

.xn_ba_js_1_element_btn {
    background: url(/template/default/assets/images/ho.png) no-repeat;
}

.xn_ba_js_1_element_btn:hover,
.xn_ba_js_1_element_btn_on {
    background: url(/template/default/assets/images/curr.png) no-repeat;
}

.xn_ba_js_1_zt {
    white-space: nowrap;
    color: #FFFFFF;
    text-align: left;
    position: absolute;
    font-family: "Microsoft YaHei";
}

.xn_ba_js_1_A0 {
    left: 480px;
    top: 100px;
    font-size: 40px;
    color: #e21b14;
    font-weight: bold;
}

.xn_ba_js_1_A1 {
    left: 480px;
    top: 160px;
    font-size: 14px;
    color: #d30a01;
}

.xn_ba_js_1_A2 {
    left: 480px;
    top: 180px;
    font-size: 14px;
    color: #d30a01;
}

.xn_ba_js_1_B0 {
    left: 1020px;
    top: 100px;
    font-size: 40px;
    color: #e21b14;
    font-weight: bold;
}

.xn_ba_js_1_B1 {
    left: 1020px;
    top: 155px;
    font-size: 18px;
    color: #d30a01;
}

.xn_ba_js_1_C0 {
    left: 1070px;
    top: 100px;
    font-size: 36px;
    color: #e21b14;
    font-weight: bold
}

.xn_ba_js_1_C1 {
    left: 1070px;
    top: 155px;
    font-size: 14px;
    color: #d30a01;
}

.index_cnt_m_about {
    width: 46.6666%;
    float: left;
    padding-top: 6.25vw;
}

.index_about_f {
    position: relative;
    width: 100%;
}

.index_cnt_m_about_t {
    background: url(/template/default/assets/images/newsname.png) 98px 81px no-repeat;
    display: none;
}

.index_cnt_m_about_t1 {
    width: 485px;
    height: 130px;
    background: url(/template/default/assets/images/2jj.png) no-repeat;
}

.i_about_t1 {
    display: block;
    text-transform: uppercase;
    color: #351c02;
    font-size: 48px;
}

.i_about_t2 {
    font-size: 36px;
    padding-left: 179px;
    color: #f27000;
    margin-right: -9px;
    line-height: 55px;
}

.i_about_t3 {
    font-size: 36px;
    color: #593205;
}

.index_cnt_m_about_cnt {
    width: 100%;
}

.i_about_img {
    width: 300px;
    height: 100px;
    padding-bottom: 10px;
}

.i_about_cnt {
    height: 220px;
    display: block;
    word-break: break-all;
    overflow: hidden;
    font-size: 16px;
    color: #3e3e3e;
    font-family: "Microsoft YaHei";
    line-height: 32px;
    padding-top: 16px;
    text-align: justify
}

.index_cnt_m_about_more {
    position: absolute;
    left: 2px;
    top: 400px;
    background: url(/template/default/assets/images/borid.png) no-repeat;
    width: 60px;
    height: 95px;
}

.index_cnt_m_about_more a {
    font-size: 14px;
    color: #351c02;
    line-height: 135px;
}

.index_cnt_m_about_more a:hover {
    color: #f27000;
}

.Aiman_message_wrap {
    width: 43.75%;
    float: right;
    padding-top: 10.416vw;
}

.Aiman_msgimg {
    text-align: center;
}

.Aiman_msgimg img {
    width: 100%;
    height: 380px;
    border-radius: 10px;
}

.Aiman_msglist_wrap {
    width: 520px;
    overflow: hidden;
    height: 450px;
    position: relative;
    float: left;
}

.Aiman_msgcon {
    display: none;
}

.Aiman_msgitem {
    float: left;
    width: 520px;
    text-align: center;
    position: relative;
}

.Aiman_msg_name {
    display: none;
}

.Aiman_msg_eng {
    float: left;
}

.Aiman_qnews_eng {}

.Aiman_msgbias {
    float: left;
    margin: 0 5px;
}

.Aiman_msgchs {
    float: left;
}

.Aiman_mlights {
    height: 30px;
    text-align: right;
    clear: both;
    width: 520px;
    position: absolute;
    top: 396px;
}

.Aiman_mlights span {
    height: 12px;
    width: 12px;
    background: url(/template/default/assets/images/ahaha.png) center no-repeat;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 2px;
}

.Aiman_msgtitle {
    text-align: center;
}

.lights_active {
    background: url(/template/default/assets/images/acurr.png) center no-repeat !important;
}

.Aiman_msginner {
    width: 2600px;
    position: absolute;
}

.Aiman_msglea {
    float: left;
}

#EIMS_C_1_1_DIVPreview {
    display: none;
}

.bt {
    display: none;
}

.xn_c_index_39_wrap {
    width: 100%;
    background: url(/template/default/assets/images/CgAGTFmC00SANncJAASaiPMXU2o638.jpg) center no-repeat;
    height: 830px;
}

.xn_c_index_39_wrapbigbox {
    max-width: 1230px;
    margin: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.xn_c_index_39_topbox1 {
    width: 411px;
    height: 149px;
    background: url(/template/default/assets/images/1xw.png) 4px bottom no-repeat;
    float: right;
    margin-top: 95px;
}

.xn_c_index_39_topbox {
    float: right;
    background: url(/template/default/assets/images/newsname.png) 98px 185px no-repeat;
    display: none;
}

.xn_c_index_39_news_t3 {
    display: block;
    text-transform: uppercase;
    color: #351c02;
    font-size: 48px;
    padding-top: 102px;
}

.xn_c_index_39_news_t1 {
    font-size: 36px;
    padding-left: 179px;
    color: #f27000;
    margin-right: -9px;
    line-height: 55px;
}

.xn_c_index_39_news_t2 {
    font-size: 36px;
    color: #593205;
}

.xn_c_index_39_newsmore {
    float: right;
}

.xn_c_index_39_newsmore:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.xn_c_index_39_nrbox {
    position: absolute;
    width: 50%;
    right: 15px;
    top: 275px;
}

.xn_c_index_39_lftbox {
    display: none;
}

.xn_c_index_39_nrboxsmall {
    position: relative;
}

.xn_c_index_39_ritbox {
    width: 100%;
}

.xn_c_index_39_title {
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #f27000;
    font-weight: bold;
    margin-top: -11px;
}

.xn_c_index_39_title a {
    color: #f27000;
}

.xn_c_index_39_more {
    display: none;
}

.xn_c_index_39_newsmore {
    display: block;
    width: 85px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: 570px;
    right: 15px;
    background: url(/template/default/assets/images/more.png) no-repeat;
}

.xn_c_index_39_newsmore a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.xn_c_index_39_time {
    width: 143px;
    line-height: 25px;
    position: absolute;
    text-align: right;
    font-size: 14px;
    color: #999999;
    background: url(/template/default/assets/images/time.png) left 17px no-repeat;
    right: 155px;
    padding-top: 10px;
}

.xn_c_index_39_click {
    width: 140px;
    line-height: 25px;
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999999;
    background: url(/template/default/assets/images/view.png) 5px 17px no-repeat;
    text-align: right;
    padding-top: 10px;
}

.xn_c_index_39_coent {
    width: 585px;
    height: 162px;
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
    color: #424141;
    position: absolute;
    right: -10px;
    top: 80px;
}

.xn_c_index_540_wrap {
    width: 100%;
    background: url(/template/default/assets/images/CgAGTFmC0pKAapCwAASGPbgmsgE385.png) center no-repeat;
    height: 830px;
}

.xn_c_index_540_box {
    overflow: hidden;
    max-width: 1200px;
    height: 830px;
    position: relative;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.xn_c_index_540_tit {
    width: 100%;
    font-size: 14px;
    color: #000;
    height: auto;
    line-height: 26px;
    padding-top: 0px;
    margin-top: -33px;
}

.xn_c_index_540_titt {
    width: 575px;
    height: 287px;
    background: url(/template/default/assets/images/3sp.png)left bottom no-repeat;
    padding-top: 150px;
}

.xn_c_index_540_tit1 {
    font-size: 48px;
    color: #ffffff;
    display: block;
    padding-top: 105px;
    text-transform: uppercase;
    display: none;
}

.xn_c_index_540_tit2 {
    font-size: 36px;
    color: #ffffff;
    display: block;
    padding-top: 27px;
    padding-bottom: 60px;
    padding-left: 80px;
    background: url(/template/default/assets/images/viedoname.png) 0 35px no-repeat;
    display: none;
}

.xn_c_index_540_tit3 {
    font-size: 18px;
    color: #ffffff;
    display: block;
    width: 96px;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: url(/template/default/assets/images/vline.png) right center no-repeat;
}

.xn_c_index_540_tit4 {
    display: block;
    font-size: 12px;
    color: #ffffff;
}

.xn_c_index_540_tit5 {
    display: block;
    font-size: 12px;
    color: #ffffff;
    height: 25px;
    width: 400px;
    margin-top: -7px;
}
@media (max-width: 768px) {
    .xn_c_index_540_tit4 {
        color:#333333;
    }
    .xn_c_index_540_tit5 {
        color:#333333;
    }
}

.xn_c_index_540_wrap_cnt {
    position: relative;
    padding-top: 20px;
}

.lalala {
    background: url(/template/default/assets/images/vv.png) no-repeat;
    width: 600px;
    height: 420px;
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 37px;
}

.xn_c_index_540_li {
    width: 600px;
    height: 420px;
    position: absolute;
    z-index: 9999;
    background: url(/template/default/assets/images/bo.png) center no-repeat !important;
}

.xn_c_index_540_li_img img {
    width: 600px;
    height: 420px;
    border-radius: 10px;
}

.xn_c_index_540_li_img:hover img {}

.xn_c_index_540_li_img em {}

.xn_c_index_540_li_img:hover em {}

.xn_c_index_540_li_cont {
    display: none;
}

.xn_c_index_540_li_videobg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

.xn_c_index_540_li_video {
    position: absolute;
    width: 1200px;
    height: 693px;
    padding: 0px;
    background: #F9F9F9;
    border-radius: 0px;
    z-index: 202;
    top: -300px;
}

.xn_c_index_540_li_video_cont {
    max-width: 1200px;
    height: 693px;
    overflow: hidden;
}

.xn_c_index_540_li_close {
    position: absolute;
    right: 15px;
    top: 1px;
    width: 20px;
    height: 20px;
    background: #F9F9F9;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    background: url(/template/default/assets/images/vclose.png) center no-repeat;
}

.index_cnt {}

.index_cnt_m {}

.index_aboutbox {
    width: 100%;
    height: 834px;
    background: url(/template/default/assets/images/CgAGS1lsUTKABr7pAASvCODVTQ8363.png) center no-repeat;
}

.index_aboutbigbox {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.sssss {
    position: absolute;
    top: 175px;
    right: -19px;
}

.sssss img {
    width: 100%;
}

.xn_f_21_wrap {
    display: none;
}

.index_body .xn_f_21_wrap {
    display: block;
}

.xn_f_21_wrapbigbox {
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
    position: relative;
    font-size: 12px;
    color: #515151;
}

.xn_f_21_wrap {
    width: 100%;
    height: auto;
    background: #fff;
}

.xn_f_21_wrapcontbox {
    padding-top: 20px;
}

.xn_f_21_wrapnamebox {
    width: 80px;
    height: 90px;
    background: url(/template/default/assets/images/links.png) center no-repeat;
    float: left;
}

.xn_c_index_540_li_img:after {
    content: "";
    background: url(/template/default/assets/images/bo.png) center no-repeat !important;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    cursor: pointer;
}

.xn_f_21_xhbox {
    float: left;
    width: auto;
    height: 45px;
    line-height: 45px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
}

.xn_f_21_xhbox a {
    font-size: 12px;
    color: #515151;
    margin-right: 18px;
}

.xn_f_21_xhbox a:hover {
    color: #f27000;
}

.clear1 {
    height: 0;
    max-width: 1200px;
    clear: both;
}

.xn_f_21_xhbox>span:nth-last-child(1) {
    display: none;
}


/*link*/

.link {
    position: relative;
}

.link .flex {
    display: flex;
    justify-content: left;
    align-items: center;
}

.link_img {
    width: 80px;
    height: 90px;
    background: url(https://1.rc.xiniu.com/rc/Bottoms/34621/images/links.png?d=20170717101803075) center no-repeat;
    float: left;
}

.link_liss a {
    font-size: 12px;
    color: #666666;
    margin-right: 15px;
}

.link_liss a:hover {
    color: #f27000;
}

.foot_nav2 {
    max-width: 1200px;
    height: 80px;
    border-bottom: 1px #7c7c7c solid;
    line-height: 80px;
    text-align: left
}

.foot_nav2_ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

.foot_nav2 ul li {
    width: 90px;
    float: left;
    background: url(/template/default/assets/images/footnav.png) right center no-repeat;
    text-align: center;
}

.foot_nav2 ul li:nth-child(1) {
    text-align: left;
    width: 70px;
}

.foot_nav2 ul li:nth-last-child(1) {
    background: none;
}

.foot_nav2 ul li a {
    font-size: 14px;
    color: #fffefe;
}

.foot_nav2 ul li ul li a {
    font-size: 14px;
    color: #fffefe;
}

.foot_nav2 ul li a:hover {
    color: #f27000;
}

.foot_tel {
    width: auto;
    color: #999;
}

.foot_tel_f {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.foot_tel a {
    color: #999;
}

.foot_phone {
    width: 22.5%;
    float: left;
    background: url(/template/default/assets/images/foottel.png) left center no-repeat;
    padding-left: 3.125vw;
}

.foot_phonebox {
    display: block;
    font-size: 24px;
    color: #f27000;
}

.foot_phonebox2 {
    font-size: 12px;
    color: #fffefe;
}

.foot_tel_left {
    width: 50%;
    line-height: 30px;
    background: url(/template/default/assets/images/footleft.png)left center no-repeat;
    float: left;
    font-size: 14px;
    color: #fffefe;
    padding-left: 3rem;
}

.foot_zip {
    font-size: 14px;
    color: #fffefe;
    padding-top: 47px;
    padding-left: 58px;
}

.foot_fax {
    font-size: 14px;
    color: #fffefe;
    padding-left: 58px;
}

.foot_add {
    font-size: 14px;
    color: #fffefe;
    padding-left: 58px;
}

.foot_code {
    width: 21.66%;
    border: 1px #5b5a5a solid;
    float: right;
    padding: 10px 20px;
    position: relative;
}

.foot_code_f {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.foot_code_left {
    width: 48%;
}

.foot_code_left img {
    width: 100%;
}

.foot_swep {
    width: 52%;
    padding-left: 20px;
}

.foot_swepbox {
    display: block;
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
}

.foot_swepbox2 {
    font-size: 12px;
    color: #fff;
}

.foot_copy {
    max-width: 1200px;
    line-height: 30px;
    padding: 15px 0;
    border-top: 1px #7c7c7c solid;
    color: #8d8d8d;
    font-size: 12px;
    margin: 0 auto;
}

.foot_copy_name {
    float: left;
    font-size: 12px;
    color: #8d8d8d;
    padding-right: 30px;
}

.foot_copy_ba {
    width: auto;
}

.foot_copy a {
    font-size: 12px !important;
    color: #8d8d8d !important;
}

.foot_copy a:hover {
    color: #f27000;
}

.foot {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 12px;
    height: auto;
    color: #666666;
    line-height: 25px;
    background: #454444;
}

.foot a {
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    line-height: 25px;
}

.foot a:hover {
    color: #CC0000;
}

.foot_c {
    position: relative;
    max-width: 1200px;
    height: 335px;
    margin: auto;
    text-align: left;
    overflow: hidden;
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width:992px) {
    .index_aboutbox {
        height: auto;
    }
    .index_cnt_m_about {
        width: 100%;
        float: none;
    }
    .index_about_f {
        padding-bottom: 120px;
    }
    .sssss {
        display: none;
    }
    .Aiman_msglist_wrap {
        width: 100%;
        float: none;
        position: relative;
        display: none!important;
    }
    .foot_phone {
        width: 100%;
        padding-left: 50px;
    }
    .foot_tel_left {
        width: 100%;
        margin: 30px 0;
    }
    .foot_code {
        width: 100%;
        display:none;
    }
    .index_cnt_m_about_more {
        bottom: 0px;
        top: auto;
    }
    .xn_c_index_540_wrap {
        height: 100%;
        background-size: cover;
        padding: 30px 0 60px;
        background-size:100% 100%;
        background:url(/template/default/assets/images/a33.png) center no-repeat;
    }
    .xn_c_index_540_box {
        height: auto;
    }
    .xn_c_index_540_li {
        width: 100%;
        height: auto;
        position: relative;
    }
    .xn_c_index_540_li_img img {
        width: 100%;
        height: auto;
    }
    .lalala {
        height: 280px;
        width: 100%;
        left: 10px;
        display: none;
    }
    .xn_c_index_540_titt {
        padding-top: 0px;
        width: 100%;
        margin-top: 50px;
        height: 180px;
    }
    .i_about_cnt {
        font-size: 14px;
        height: 100%;
    }
    .xn_c_index_39_topbox1 {
        width: 100%;
        height: 130px;
        background-size: 100% 100%;
        margin-top: 20px;
        float: none;
    }
    .xn_c_index_39_coent {
        width: 100%;
        height: auto;
        font-size: 14px;
        position: relative;
        left: 0px;
        top: 0px;
        padding-top: 20px;
    }
    .xn_c_index_39_title {
        margin-top: 10px;
    }
    .xn_c_index_39_time {
        position: relative;
        display: inline-block;
        right: 0px;
    }
    .xn_c_index_39_click {
        position: relative;
        display: inline-block;
    }
    .xn_c_index_39_wrap {
        height: auto;
        background-size: cover;
        padding: 30px 0 50px;
        background-size:100% 100%;
        background:none;
    }
    .xn_c_index_39_nrbox {
        position: relative;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }
    .Aiman_message_wrap {
        display: none;
        padding: 0px;
        margin: 0px;
    }
    .xn_c_index_39_newsmore {
        float: none;
        top: auto;
    }
    .xn_c_index_540_li_video {
        max-width: 100%;
        width:100%;
        height: auto;
        top:50%;
        transform:translateY(-50%);
        height:220px;
    }
     .xn_c_index_540_li_video iframe{
         height:220px!important;
     }
     
    .page-position>h3{display:none;}
      
    .xn_c_index_540_li_video iframe body>div{
        width: 100%!important;
        height: 100%!important;
    }
}


/* 内页新闻 */

.nnews_lb {
    position: relative;
}

.nnews_lb li {
    position: relative;
    margin-bottom: 25px;
}

.nnews_lb li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.nnews_lb li .zuo_tu {
    width: 416px;
}

.nnews_lb li .zuo_tu img {
    display: block;
    width: 100%;
    height: 292px;
}

.nnews_lb li .you_txt {
    width: calc(100% - 416px);
    padding-left: 30px;
}

.nnews_lb li .you_txt h3 {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nnews_lb li .you_txt .nnews_lb_cnt {
    font-size: 12px;
    line-height: 22px;
    color: #4d4d4d;
}

.nnews_lb li .you_txt .nnews_lb_date4 {
    font-size: 12px;
    color: #828282;
    padding: 25px 0;
}

.nnews_lb li .you_txt .nnews_lb_xq {
    font-size: 14px;
    color: #f27000;
    text-decoration: none;
    width: 180px;
    line-height: 40px;
    display: block;
    border: 1px solid #f27000;
    text-align: center;
    background: #fff5eb;
}

.nnews_lb li .you_txt .nnews_lb_xq:hover {
    color: #fff;
    text-decoration: none;
    background: #f27000;
}


/* down_liss */

.down_liss {
    margin-top: 0px;
}


/*aa1*/
.aa1{position:relative;}
.aa1 h3{font-family:"思源黑体";font-size:35px;font-weight:600;letter-spacing:5px;}
.aa1 h3 span{color:#f27001;}
.aa1 p{font-family:"ScriptC";font-weight:600;color:#5a3306;font-size:16px;}

.aa1_img{margin:10px 0;}
.aa1_img img{display:block;width:100%;}

/**/
.aa2{text-align:right;}

@media (max-width:992px){
    .nnews_lb li a>div{
        width:100%!important;
        padding:0px!important;
        margin-top:15px;
    }
    .nnews_lb li .zuo_tu img{
        height:auto!important;
    }
}

.vvideo{
    margin-top: 20px;
}










<!--耗时1776098423.7759秒-->