@charset "UTF-8";

/*=========== PC public CSS ===========*/
*,
:before,
:after {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #282C47;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    background-color: #FFF;
    overflow-x: hidden;
}

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

i,
em {
    font-style: normal;
}

a {
    color: #282C47;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
}

img {
    max-width: 100%;
    border: none;
}

input,
select,
textarea,
button {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei", sans-serif;
    outline: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}

/*清除IOS默认圆角*/
textarea {
    resize: none;
    outline: none;
    border: none;
}

/*去除右下角拖动边框标识*/
input:-ms-clear {
    display: none;
}

/*消除 IE10 里的叉号*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}

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

::-moz-placeholder {
    color: #999;
}

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

:-moz-placeholder {
    color: #999;
}

table {
    border-collapse: separate;
}

/*边线重叠*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.transition {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.wrap {
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
}

/* index style */

.toTop {
    position: fixed;
    right: 16px;
    bottom: 60px;
    z-index: 999;
    cursor: pointer;
    width: 38px;
    display: none;
}

.toTop img {
    width: 100%;
    height: auto;
}

.fix-ser {
    position: fixed;
    right: 40px;
    top: 400px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 157, 52, .3);
    box-shadow: 0 5px 10px 0 rgba(255, 157, 52, .3);
    z-index: 99999;
}

.fix-ser span {
    display: block;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #ff9d34;
    width: 105px;
    height: 105px;
    cursor: pointer;
    z-index: 8;
}

.fix-ser:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(to bottom, #fc5d56, #ff9d34);
    background-image: linear-gradient(to bottom, #fc5d56, #ff9d34);
}

.fix-ser span img {
    display: block;
    width: 100%;
}

.fix-ser .circle {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 7;
}

.fix-ser .circle.animate .a1 {
    -webkit-animation: 2s cubic-bezier(.25, .46, .45, .94) forwards scaleToggleOne;
    animation: 2s cubic-bezier(.25, .46, .45, .94) forwards scaleToggleOne
}

.fix-ser .circle.animate .a2 {
    -webkit-animation: 2.5s cubic-bezier(.25, .46, .45, .94) forwards scaleToggleTwo;
    animation: 2.5s cubic-bezier(.25, .46, .45, .94) forwards scaleToggleTwo
}

.fix-ser .circle.animate .a3 {
    -webkit-animation: 3s cubic-bezier(.25, .46, .45, .94) forwards scaleToggleThree;
    animation: 3s cubic-bezier(.25, .46, .45, .94) forwards scaleToggleThree
}

.fix-ser .circle b {
    background: rgba(255, 157, 52, 0.25);
    width: 115px;
    height: 115px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fix-ser .word {
    width: 150px;
    color: #FFF;
    padding: 10px 15px;
    font-weight: 400;
    line-height: 1.45;
    background-color: #ff9d34;
    left: -60px;
    top: 50%;
    margin-top: -30px;
    -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
    transition: all .3s cubic-bezier(.86, 0, .07, 1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    font-size: 14px;
    border-radius: 3px;
    position: absolute;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9
}

.fix-ser .word:after {
    position: absolute;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50;
    background-color: #ff9d34;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(255, 157, 52, .2);
    box-shadow: 3px 3px 10px 0 rgba(255, 157, 52, .2);
    right: -6px;
    top: 50%;
    margin-top: -10px
}

.fix-ser .show {
    left: -180px;
    opacity: 1;
    filter: alpha(opacity=100)
}

@keyframes scaleToggleOne {

    0%,
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleToggleTwo {

    0%,
    100%,
    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleToggleThree {

    0%,
    100%,
    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}

.fix-foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .7);
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    display: none;
    z-index: 999;
}

.fix-foot li {
    float: left;
    width: 45%;
    text-align: center;
}

.fix-foot li.fix-cn {
    float: right;
}

.fix-foot li a {
    display: block;
    color: #FFF;
    font-size: 20px;
}

.fix-pic {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20%;
    margin-left: -10%;
}

.fix-pic a img {
    vertical-align: middle;
}

@media screen and (max-width:768px) {
    body {
        padding-bottom: 60px;
    }

    .fix-foot {
        display: block;
    }

    .fix-ser {
        display: none;
    }
}

@media screen and (max-width:680px) {
    .fix-foot li {
        width: 44%;
    }

    .fix-pic {
        width: 14%;
        margin-left: -7%;
    }
}

@media screen and (max-width:480px) {
    .fix-foot li {
        width: 42%;
    }

    .fix-foot li a {
        font-size: 18px;
    }

    .fix-pic {
        width: 16%;
        margin-left: -8%;
    }
}

@media screen and (max-width:400px) {
    .fix-foot li a {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .fix-foot li a {
        font-size: 15px;
    }

    .fix-pic {
        bottom: 10px
    }
}

/* head style */
.header {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1;
    line-height: 50px;
}

.logo {
    float: left;
    width: 170px;
}

.logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.nav {
    float: right;
}

.nav ul {
    overflow: hidden;
}

.nav ul li {
    float: left;
    margin-right: 70px;
}

.nav ul li.on a,
.nav ul li:hover a {
    color: #ff9d34;
}

.nav ul li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.navBtn {
    display: none;
    float: right;
    cursor: pointer;
}

.head-link {
    float: right;
}

.head-link a {
    font-weight: 600;
    line-height: 50px;
    padding: 0 25px;
    text-align: center;
    background: #FFF;
    color: #232323;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: block;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.head-link a:hover {
    background: #ff9d34;
    color: #FFF;
    -webkit-box-shadow: 0px 6px 14px 0px rgba(40, 44, 71, 0.27);
    box-shadow: 0px 6px 14px 0px rgba(40, 44, 71, 0.27);
}

@media screen and (max-width:1060px) {
    .nav ul li {
        margin-right: 50px;
    }
}

@media screen and (max-width:960px) {
    .logo {
        width: 160px;
    }

    .head-link {
        display: none;
    }

    .nav ul li {
        margin-right: 0;
        margin-left: 44px;
    }
}

@media screen and (max-width:768px) {
    .logo {
        width: 140px;
    }

    .header {
        line-height: 40px;
    }

    .navBtn {
        display: block;
    }

    .navBtn img {
        width: 32px;
        height: auto;
        vertical-align: middle;
    }

    .nav {
        display: none;
        position: absolute;
        right: 6px;
        top: 100%;
        background-color: #ff9d34;
        width: 160px;
        z-index: 9999;
        text-align: center;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
    }

    .nav ul:before {
        content: "";
        position: absolute;
        top: -10px;
        right: 12px;
        width: 0;
        border-bottom: 10px solid #ff9d34;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }

    .nav ul li {
        line-height: 50px;
        margin: 0;
        width: 100%;
    }

    .nav ul li a {
        color: #FFF;
    }

    .nav ul li.on a,
    .nav ul li:hover a {
        color: #014073;
    }
}

.banner {
    background-image: url(../images/ban-bg.jpeg);
    width: 100%;
    height: 952px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right bottom;
}

.ban-con {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.ban-info {
    width: 60%;
    color: #FFF;
    line-height: 1.5;
}

.ban-info strong {
    display: block;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 30px;
}

.ban-info p {
    font-size: 20px;
    padding-bottom: 30px;
}


.ban-btn {
    display: inline-block;
    background-color: #ff9d34;
    vertical-align: middle;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: -5px;
}

.ban-btn a {
    color: #FFF;
    padding: 0 16px;
    line-height: 2.9;
}

.ban-btn:hover a {
    color: #014073;
}

.ban-btn span {
    float: right;
    background: #FFF;
    height: 100%;
    width: 45px;
    text-align: center;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    position: relative;
}

.ban-btn span:after {
    content: "";
    position: absolute;
    top: 39%;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #ff9d34;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ban-btn span img {
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-top: -5px;
}

.ban-pic {
    position: absolute;
    right: 0;
    top: -40%;
    width: 830px;
    height: 600px;
}

.ban-pic img {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: hover 3.25s ease infinite;
    animation: hover 3.25s ease infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}


@-webkit-keyframes hover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }

    25% {
        -webkit-transform: translateY(-6.25px);
        transform: translateY(-6.25px);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }

    75% {
        -webkit-transform: translateY(6.25px);
        transform: translateY(6.25px);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }

    25% {
        -webkit-transform: translateY(-6.25px);
        transform: translateY(-6.25px);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
        animation-timing-function: cubic-bezier(0.3, 0.36, 0.6, 1);
    }

    75% {
        -webkit-transform: translateY(6.25px);
        transform: translateY(6.25px);
        -webkit-animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
        animation-timing-function: cubic-bezier(0.51, -0.05, 0.85, 0.82);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width:1700px) {
    .ban-pic {
        width: 45%;
        height: auto;
    }
}

@media screen and (max-width:1400px) {
    .ban-pic {
        top: -30%;
    }
}

@media screen and (max-width:1200px) {
    .ban-pic {
        top: -20%;
    }

    .ban-info {
        width: 55%;
    }
}

@media screen and (max-width:1100px) {
    .ban-pic {
        display: none;
    }

    .ban-info {
        width: 100%;
        text-align: center;
    }

    .banner {
        background: #d7222b;
        height: auto;
    }

    .ban-con {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 200px 0 120px;
    }

    .ban-info strong {
        font-size: 42px;
    }
}

@media screen and (max-width:768px) {
    .ban-info strong {
        font-size: 40px;
    }

    .ban-info p {
        font-size: 18px;
    }
}

@media screen and (max-width:600px) {
    .ban-info strong {
        font-size: 36px;
    }
}

@media screen and (max-width:500px) {
    .ban-info strong {
        font-size: 32px;
        line-height: 1.5;
    }
}

@media screen and (max-width:420px) {
    .ban-info p {
        font-size: 15px;
        line-height: 30px;
    }

    .ban-info strong {
        font-size: 24px;
    }

    .ban-con {
        padding: 120px 0 60px;
    }
}

/* index-about style */
.index-type {
    position: relative;
    width: 100%;
    background-image: url(../images/about-bg.jpeg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.index-type ul {
    margin-left: -2%;
}

.index-type ul li {
    float: left;
    width: 48%;
    margin-left: 2%;
    padding: 30px 20px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 3px 19px 0px rgba(40, 44, 71, 0.18);
    -moz-box-shadow: 0px 3px 19px 0px rgba(40, 44, 71, 0.18);
    -ms-box-shadow: 0px 3px 19px 0px rgba(40, 44, 71, 0.18);
    -o-box-shadow: 0px 3px 19px 0px rgba(40, 44, 71, 0.18);
    box-shadow: 0px 3px 19px 0px rgba(40, 44, 71, 0.18);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
}

.type-fl {
    float: left;
    width: 20%;
}

.type-fl span {
    width: 84px;
    height: 84px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff9d34;
    display: block;
    text-align: center;
    line-height: 84px;
}

.type-fl img {
    width: 52px;
    height: auto;
    vertical-align: middle;
}

.type-fr {
    float: right;
    width: 79%;
}

.type-fr a {
    display: block;
    color: #111;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.type-fr p {
    color: #333;
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.index-type ul li:hover a {
    color: #ff9d34;
}

.type-fr strong {
    display: block;
    color: #ff9d34;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: Impact;
}


@media screen and (max-width:1100px) {
    .index-type ul li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1000px) {
    .index-type ul li {
        padding: 20px 10px;
    }

    .type-fr a {
        font-size: 20px;
    }

    .type-fl {
        width: 100%;
    }

    .type-fr {
        width: 100%;
        text-align: center;
    }

    .type-fl span {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width:800px) {
    .index-type ul li a {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width:660px) {
    .index-type ul {
        margin-left: 0;
    }

    .index-type ul li {
        width: 100%;
        margin-left: 0;
    }

    .index-type ul li p {
        height: auto;
    }

    .type-fl span {
        width: 66px;
        height: 66px;
        line-height: 66px;
        margin-bottom: 10px;
    }

    .type-fl img {
        width: 48px;
    }
}

/* index-pro style */
.index-pro {
    background-image: url(../images/pro-bg.jpeg);
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ipro_items {
    margin: 0 -1%
}

.ipro_items li {
    position: relative;
    width: 31.3%;
    margin: 0 1%;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    transition: all 500ms ease;
    margin-bottom: 30px
}

.ipro_items li .pic {
    display: block;
    padding-top: 75%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.ipro_items li .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

.ipro_items li .pic img:hover {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.ipro_items li .txt {
    position: relative;
    width: 100%;
    padding: 15px 20px 15px;
    z-index: 9;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.ipro_items li .txt h3>a {
    display: block;
    font-size: 22px;
    margin: 10px 0;
    color: #232323;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.ipro_items li .txt h3>a:hover {
    color: #fead15
}

.ipro_items li .txt p {
    line-height: 24px;
    height: 72px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: center;
    color: #666
}

.ipro_items li .pro_btn {
    position: relative;
    display: block;
    width: 35%;
    text-align: center;
    padding: 10px 10px;
    background-color: #fead15;
    color: #fff;
    margin: 0 auto 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    z-index: 9
}

.ipro_items li .pro_btn::after {
    display: block;
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #d7222b;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    z-index: -1
}

.ipro_items li .pro_btn:hover {
    color: #fff
}

.ipro_items li .pro_btn:hover::after {
    width: 100%
}

@media(max-width:992px) {
    .ipro_items li {
        width: 48%
    }
}

@media(max-width:480px) {
    .ipro_items {
        margin: 0 0;
    }

    .ipro_items li {
        width: 100%;
        margin: 0 0 20px
    }
}


/* index-case style */
.index-case {
    background-image: url(../images/pro-bg.jpeg);
    background-repeat: no-repeat;
    /* background-position: center bottom; */
}

.index-case.side-place {
    padding-top: 160px;
}

.w {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.list-case {
    margin: 30px 0;
    margin-left: -3%;
}

.list-case li {
    float: left;
    width: 47%;
    margin-left: 3%;
    overflow: hidden;
    padding: 8px;
    margin-bottom: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: solid 1px #ccc;
    background-color: #fff;
}

.list-case li:hover {
    border: solid 1px #fdd428;
}

.list-case li a {
    display: block;
}

.case-pic {
    float: left;
    width: 44%;
    margin-right: 16px;
}

.case-pic a {
    display: block;
    position: relative;
    padding-top: 74%;
    overflow: hidden;
}

.case-pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.case-info {
    overflow: hidden;
    display: block;
}

.case-txt {
    margin-top: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-txt:hover {
    text-decoration: underline;
}

.case-info p {
    height: 78px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #555;
    margin: 8px 0 16px;
}

.case-more {
    display: block;
    width: 130px;
    padding: 5px 0;
    line-height: 24px;
    text-align: center;
    background-color: #ff9d34;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.case-more:hover {
    background-color: #d7222b;
    color: #fff;
}

@media screen and (max-width:1200px) {
    .case-pic {
        width: 100%;
    }

    .case-info {
        width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width:680px) {
    .list-case {
        margin-left: 0;
    }

    .list-case li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .case-info p {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        -webkit-line-clamp: 2;
    }

    .case-txt {
        margin-top: 0;
        font-size: 20px;
    }
}

@media screen and (max-width:1100px) {
    .hot-sol li .txt {
        padding: 30px 5% 20px 10%
    }
}

@media screen and (max-width:992px) {
    .hot-sol li .txt {
        padding: 30px 5% 20px 15%
    }

    .hot-sol li .pic {
        left: 0
    }
}

@media screen and (max-width:767px) {
    .hot-sol li .txt {
        padding: 30px 5% 20px 22%
    }
}

@media screen and (max-width:640px) {
    .hot-sol li {
        border-radius: 5px;
        margin: 5% auto 0;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3)
    }

    .hot-sol li .pic {
        position: relative;
        width: 94%;
        padding: 3.6% 0 0;
        margin: 0 auto
    }

    .hot-sol li .pic a {
        display: block
    }

    .hot-sol li .pic img {
        display: block;
        width: 100%;
        height: auto
    }

    .hot-sol li .txt {
        width: 94%;
        margin-left: 3%;
        margin-top: 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        padding: 10px 0
    }

    .hot-sol li .txt .a1 {
        padding-bottom: 10px
    }
}


/* index-foot style */
.foot-link {
    background-image: url(../images/footer-bg.png);
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-txt {
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.footer-txt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background-color: #ff9d34;
}

.foot-link strong {
    display: block;
    color: #282c47;
    font-size: 28px;
    line-height: 1.2;
}

.link-show {
    padding: 60px 0 30px;
}

.foot-word ul {
    margin-left: -2.3%;
}

.foot-word ul li {
    float: left;
    width: 31%;
    margin-left: 2.3%;
}

.foot-word ul li a {
    display: block;
    color: #282C47;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 10px;
}

.foot-word ul li:hover a {
    color: #ff9d34;
    padding-left: 4px;
}

.footer {
    line-height: 30px;
    padding: 20px 0;
    border-top: 3px solid #EEF0FD;
}

.footer p {
    font-size: 15px;
    color: #282c47;
    text-align: center;
}

.footer p a {
    color: #999;
    margin-left: 8px;
}

.footer p a:hover {
    color: #282c47;
}

@media screen and (max-width:1000px) {
    .foot-word ul li {
        width: 47.7%;
    }
}

@media screen and (max-width:768px) {
    .link-show {
        padding: 30px 0 20px;
    }

    .foot-link strong {
        font-size: 26px;
    }

    .foot-word ul {
        margin-left: 0;
    }

    .foot-word ul li {
        width: 100%;
        margin-left: 0;
    }

    .footer {
        padding: 12px 0;
    }

    .foot-word ul li a {
        padding-bottom: 0;
        font-size: 15px;
    }
}

@media screen and (max-width:420px) {
    .footer-txt {
        margin-bottom: 16px;
    }

    .link-show {
        padding: 24px 0 18px;
    }

    .footer p {
        font-size: 14px;
    }
}

/* about style */
.head-top {
    position: static;
    background-color: #242331;
    padding: 15px 0;
    border-top: 3px solid #d7222b;
}

.place-show {
    background-color: #F6F7F8;
    padding: 10px 0;
    line-height: 30px;
}

.place-show ol {
    background: url(../images/icon-place.png) no-repeat left center;
    padding-left: 26px;
    font-size: 15px;
}

.place-show li {
    display: inline-block;
    color: #666;
}

.place-show li a {
    color: #333;
}

.place-show li a:hover {
    color: #ff9d34;
}

@media screen and (max-width:768px) {
    .place-show ol {
        font-size: 14px;
    }

    .head-top {
        position: relative;
        top: 0;
    }
}

.about-con p {
    margin-top: 20px;
    line-height: 32px;
    margin-top: 20px;
}

.about-con p img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}


/* product style */
.top-bg {
    width: 100%;
    background: url(../images/top-bg.png) no-repeat top right;
}

.pro-type ul {
    overflow: hidden;
}

.pro-type ul li {
    float: left;
    margin-right: 10px;
    line-height: 44px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #F3F3F3;
}

.pro-type ul li a {
    display: block;
    padding: 0 20px;
}

.pro-type ul li.on,
.pro-type ul li:hover {
    background-color: #ff9d34;
}

.pro-type ul li.on a,
.pro-type ul li:hover a {
    color: #FFF;
}

@media screen and (max-width:768px) {
    .pro-type ul li a {
        padding: 0 16px;
    }
}

@media screen and (max-width:550px) {
    .pro-type ul li {
        margin-right: 6px;
        line-height: 40px;
    }

    .pro-type ul li a {
        padding: 0 12px;
    }
}

@media screen and (max-width:420px) {
    .pro-type ul li a {
        font-size: 15px;
    }
}

.pro-lists {
    margin-top: 40px;
}

.con-base {
    margin-bottom: 50px;
}

.con-pic {
    float: left;
    width: 44%;
}

.con-pic img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.con-info {
    float: right;
    width: 52%;
}

.con-info h1 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.con-info p {
    line-height: 30px;
    margin-bottom: 5px;
}

.txt-mail {
    display: block;
    font-size: 18px;
    padding-left: 36px;
    margin-top: 20px;
    background: url(../images/pro-mail.png) no-repeat left center;
}

.txt-mail:hover {
    color: #ff9d34;
}

.link-base {
    overflow: hidden;
    margin-left: -2%;
    margin-top: 20px;
}

.link-base a {
    float: left;
    width: 200px;
    margin-left: 2%;
    display: block;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.link-base .link-msg {
    background-color: #014073;
    border: 2px solid #014073;
}

.link-base .link-msg:hover {
    background-color: #FFF;
    color: #014073;
}

.link-base .link-ask {
    background-color: #ff9d34;
    border: 2px solid #ff9d34;
}

.link-base .link-ask:hover {
    background-color: #FFF;
    color: #ff9d34;
}

.pro-detail {
    line-height: 30px;
}

.pro-detail h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.pro-detail p {
    margin-bottom: 16px;
}

.pro-detail p img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.mobile {
    display: none;
}

.pro-select {
    overflow: hidden;
    margin-bottom: 40px;
}

.pro-select ul {
    margin-left: -1%;
}

.pro-select li {
    float: left;
    width: 32.3%;
    margin-left: 1%;
    background-color: #F0F0F0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

.pro-select li a {
    display: block;
}

.pro-select li.on {
    background-color: #38425A;
}

.pro-select li.on a {
    color: #FFF;
}

.relate-pro {
    margin-top: 40px;
}

.relate-txt {
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.relate-txt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background-color: #ff9d34;
}

.relate-txt h2 {
    font-size: 32px;
}

.list-relate {
    margin-left: -2%;
}

.list-relate li {
    float: left;
    width: 23%;
    margin-left: 2%;
}

.relate-pic {
    position: relative;
    padding-top: 75%;
    display: block;
}

.relate-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.relate-info {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 8px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-relate li:hover a {
    color: #ff9d34;
}

@media screen and (max-width:1000px) {
    .list-relate li {
        width: 48%;
    }

    .relate-txt h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:900px) {
    .link-base a {
        width: 48%;
    }
}

@media screen and (max-width:768px) {
    .mobile {
        display: block;
    }

    .computer {
        display: none;
    }

    .relate-pro {
        margin-top: 30px;
    }

    .con-pic {
        width: 100%;
    }

    .con-info {
        width: 100%;
        margin-top: 20px;
    }

    .con-base {
        margin-bottom: 40px;
    }

    .pro-select li a {
        font-size: 14px;
    }

    .relate-txt h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:480px) {
    .relate-pro {
        margin-top: 20px;
    }

    .link-base a {
        width: 48%;
        line-height: 44px;
        font-size: 15px;
    }

    .list-relate {
        margin-left: 0;
    }

    .list-relate li {
        width: 100%;
        margin-left: 0;
    }

    .relate-info {
        font-size: 19px;
    }

    .relate-txt {
        margin-bottom: 20px;
    }

    .relate-txt h2 {
        font-size: 24px;
    }

    .pro-select li {
        height: 44px;
        line-height: 44px;
    }
}


/* message style */
.main-msg {
    padding: 20px 0 100px;
    background: url(../images/pro-bg.jpeg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

.msg-show {
    position: relative;
    padding: 30px 40px;
    background-color: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.msg-pic {
    position: absolute;
    bottom: 0;
    width: 200px;
}

.msg-show strong {
    display: block;
    font-size: 32px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.msg-show strong i {
    color: #d7222b;
}

.msg-show p {
    margin-bottom: 40px;
    color: #555;
    line-height: 1.6;
	text-align: center;
}

.msg-fr {
    float: right;
    width: 32%;
}

.msg-fr img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.msg-fl {
    float: left;
    width: 64%;
}

.msg-show ul {
    overflow: hidden;
    margin-left: -4%;
}

.msg-show ul li {
    float: left;
    position: relative;
    width: 46%;
    padding: 8px 5px;
    margin-left: 4%;
    margin-bottom: 20px;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFF;
}

.msg-show ul li img {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 22px;
    height: auto;
}

.msg-show ul li input,
.msg-show ul li textarea {
    color: #666;
    width: 100%;
    line-height: 32px;
    padding-left: 36px;
}

.msg-show ul li.msg-area {
    width: 96%;
    height: 120px;
    padding-top: 10px;
}

.msg-show .msg-btn {
    text-align: center;
    margin-top: 20px;
}

.msg-show .msg-btn input {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-color: #d7222b;
    cursor: pointer;
}

.msg-show .msg-btn input:hover {
    background-color: #333;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #222;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
    box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
}

@media screen and (max-width:1200px) {
    .main-msg {
        padding: 60px 0;
    }

    .msg-show {
        padding: 30px;
    }
}

@media screen and (max-width:880px) {
    .msg-fr {
        display: none;
    }

    .msg-fl {
        width: 100%;
    }

    .msg-show p {
        margin-bottom: 20px;
    }

    .msg-show strong {
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {
    .msg-show ul {
        margin-left: 0;
    }

    .msg-show ul li {
        width: 100%;
        margin-left: 0;
    }

    .msg-show ul li.msg-area {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .main-msg {
        padding: 40px 0;
    }

    .msg-show {
        padding: 20px;
        padding-bottom: 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .msg-show strong {
        font-size: 24px;
    }

    .msg-show p {
        font-size: 16px;
    }

    .msg-show ul li {
        margin-bottom: 12px;
    }

    .msg-show ul li input,
    .msg-show ul li textarea {
        font-size: 15px;
    }

    .msg-show ul li img {
        width: 18px;
        top: 16px;
    }

    .msg-pic {
        display: none;
    }

    .msg-privacy input {
        margin-right: 5px;
    }

    .msg-privacy {
        font-size: 14px;
    }

    .msg-show .msg-btn input {
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        width: 100%;
    }

    .msg-show ul li input,
    .msg-show ul li textarea {
        padding-left: 32px;
    }
}

/* contact style */
.cont-show ul {
    margin-left: -3.3%;
}

.cont-show ul li {
    float: left;
    width: 30%;
    margin-left: 3.3%;
    text-align: center;
    padding: 24px 12px;
    background-color: #FFF;
    border: 1px solid #F6F6F6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px rgba(1, 1, 1, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(1, 1, 1, 0.1);
    -ms-box-shadow: 0 2px 10px rgba(1, 1, 1, 0.1);
    -o-box-shadow: 0 2px 10px rgba(1, 1, 1, 0.1);
    box-shadow: 0 2px 10px rgba(1, 1, 1, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cont-show ul li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cont-show ul li img {
    width: 100px;
    height: auto;
    vertical-align: middle;
}

.cont-show ul li strong {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    margin: 20px 0 16px;
}

.cont-info {
    min-height: 56px;
    line-height: 28px;
    color: #444;
}

.cont-show ul li a {
    display: inline-block;
    color: #ff9d34;
    font-size: 20px;
}

.cont-show ul li a:hover {
    text-decoration: underline;
}

.cont-show ul li span {
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    line-height: 44px;
    padding: 0 20px;
    font-size: 18px;
    background-color: #ff9d34;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.cont-show ul li span:hover {
    background-color: #014073;
}

@media screen and (max-width:1100px) {
    .cont-show ul li {
        width: 46.7%;
        margin-bottom: 20px;
    }

    .cont-show ul li.cont-font {
        width: 96.7%;
    }
}

@media screen and (max-width:768px) {
    .cont-show ul li strong {
        font-size: 22px;
    }

    .cont-info p {
        font-size: 15px;
    }
}

@media screen and (max-width:520px) {
    .cont-show ul {
        margin-left: 0;
    }

    .cont-show ul li,
    .cont-show ul li.cont-font {
        width: 100%;
        margin-left: 0;
    }

    .cont-show ul li img {
        width: 88px;
    }

    .cont-info {
        min-height: auto;
    }
}

/* word style */
.word-base {
    text-align: center;
    margin-bottom: 40px;
    border: 1px dashed #EEE;
    padding: 20px;
}

.word-base p {
    color: #707987;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.word-btn {
    display: inline-block;
    width: 200px;
    line-height: 48px;
    text-align: center;
    background-color: #ff9d34;
    border: 1px solid #ff9d34;
    color: #FFF;
    font-size: 18px;
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.word-btn:hover {
    background-color: #FFF;
    color: #ff9d34;
}

@media screen and (max-width:420px) {
    .word-base {
        padding: 12px;
    }

    .word-base p {
        font-size: 15px;
        line-height: 30px;
    }

    .word-btn {
        line-height: 44px;
    }
}


@media screen and (max-width:550px) {

    .toTop {
        right: 2px;
    }
}

/* error style */
.error {
    text-align: center;
}

.error img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


/* public style */
.top-place {
    margin-top: 80px;
}

.side-place {
    padding: 80px 0;
}

.index-txt {
    line-height: 1.1;
    margin-bottom: 40px;
    text-align: center;
    color: #282C47;
}

.index-txt h1 {
    font-size: 38px;
    color: #111111;
}

.index-txt h2 {
    font-size: 36px;
}

.index-txt i {
    color: #ff9d34;
}

.index-txt p {
    font-size: 18px;
    line-height: 28px;
    max-width: 840px;
    margin: 20px auto 0;
    color: #fff;
}

@media screen and (max-width:1200px) {
    .top-bg {
        background: #FFF;
    }

    .index-pro {
        height: auto;
    }

    .index-case {
        background-image: none;
    }

    .index-case.side-place {
        padding-top: 80px;
    }
}

@media screen and (max-width:1000px) {
    .index-case.side-place {
        padding-top: 50px;
    }

    .side-place {
        padding: 50px 0;
    }

    .top-place {
        margin-top: 50px;
    }

    .index-txt h1,
    .con-info h1 {
        font-size: 36px;
    }

    .index-txt h2 {
        font-size: 34px;
    }
}

@media screen and (max-width:768px) {
    .index-case.side-place {
        padding-top: 40px;
    }

    .side-place {
        padding: 40px 0;
    }

    .top-place {
        margin-top: 40px;
    }

    .index-txt {
        margin-bottom: 30px;
    }

    .index-txt h1,
    .con-info h1 {
        font-size: 34px;
    }

    .index-txt h2 {
        font-size: 32px;
    }

    .index-txt p {
        font-size: 16px;
    }

    .pro-lists {
        margin-top: 20px;
    }
}

@media screen and (max-width:600px) {
    .index-case.side-place {
        padding-top: 30px;
    }

    .side-place {
        padding: 30px 0;
    }

    .top-place {
        margin-top: 30px;
    }

    .index-txt {
        margin-bottom: 24px;
    }

    .index-txt h1,
    .con-info h1 {
        font-size: 32px;
    }

    .index-txt h2 {
        font-size: 30px;
    }

    .pro-detail h3 {
        font-size: 24px;
    }

    .index-txt p {
        font-size: 15px;
        line-height: 26px;
    }
}

@media screen and (max-width:480px) {
    .index-txt {
        margin-bottom: 20px;
    }

    .index-txt h1,
    .con-info h1 {
        font-size: 28px;
    }

    .index-txt h2 {
        font-size: 26px;
    }

    .pro-detail h3 {
        font-size: 22px;
    }

    .head-top {
        padding: 10px 0;
    }
}

.ly_text{height: 100%;}


.canshu_pc {
	display: block;
}

.canshu_m {
	display: none;
}

@media screen and (max-width: 480px) {
	.canshu_m {
		display: block;
	}

	.canshu_pc {
		display: none;
	}

}