@charset "utf-8";

/* CSS reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    width: 100%;
    float: left;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}


/* CSS Document */

a:hover {}

input,
select,
button,
a {
    text-decoration: none;
    outline: none;
}


/*page*/

.page {
    float: left;
    width: 96%;
    margin-top: 40px;
    margin-left: 2%;
    margin-bottom: 40px;
}

.page span,
.page a {
    height: 34px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
    padding: 0 20px;
}

.page a:hover {
    color: #1f2677;
    border-color: #1f2677;
}

.page .current {
    color: #1f2677;
    border-color: #1f2677;
}


/* 大屏幕 */

@media(min-width: 1210px) {
    /* about 视频 */
    .aboutVideoList {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .aboutVideoListLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
    }
    .mes_cont {
        width: 96%;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .mes_tit {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f5f8;
    }
    .mes_tit_sp {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
    .mes_tit_time {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #2c2c2c;
        text-align: center;
    }
    .mes_detai_con {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .mes_detai_con p {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 24px;
    }
    /*.mes_detai_con img{*/
    /*	float: left;*/
    /*	margin: 10px 5%;*/
    /*	width: 90%;*/
    /*}*/
    .wapIndexBack {
        display: none;
    }
    .wapTopMenu {
        display: none;
    }
    .wapTop {
        display: none;
    }
    .cd-fixed-background {
        width: 100%;
        height: 1000px;
        padding: 0;
        float: left;
    }
    .cd-fixed-background .cd-content {
        width: 50%;
        position: absolute;
        left: 5%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-fixed-background .cd-content::after {
        display: none !important;
    }
    .cd-fixed-background.img-1 {
        background-image: url("/Public/home/images/back.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .cd-fixed-background {
        background-attachment: fixed;
    }
    /*banner*/
    .apple-banner {
        width: 100%;
        height: 1000px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .apple-banner .swiper-container {
        width: 100%;
        height: 1000px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 15%;
        height: 100%;
        top: 0;
        background: none;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev span,
    .swiper-button-next span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -32px;
        border-radius: 100%;
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center 17px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    .swiper-button-next span {
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center -71px;
        left: auto;
        right: 20px;
    }
    .swiper-button-prev:hover span,
    .swiper-button-next:hover span {
        opacity: .6;
    }
    .apple-banner .swiper-pagination {
        top: auto;
        bottom: 50px;
        background: none;
    }
    .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 50px;
        height: 30px;
        margin: 0 3px;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }
    .apple-banner .swiper-pagination-bullet span {
        width: 50px;
        height: 2px;
        display: block;
        background: #000;
    }
    .apple-banner .swiper-pagination-bullet-active span {
        background: #f00;
    }
    .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: #000;
    }
    .apple-banner .swiper-pagination-bullet i {
        background: #f00;
        height: 2px;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }
    .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .replace span {
        background: #f00;
    }
    /*banner end*/
    .indexTop {
        width: 100%;
        height: 1000px;
        float: left;
        position: relative
    }
    /*	左侧菜单  */
    .leftMune {
        width: 26%;
        position: absolute;
        top: 0;
        height: 1000px;
        left: 0;
        z-index: 99;
        background: rgba(255, 255, 255, 0.65);
    }
    .leftMune img {
        width: 120px;
        margin: 100px auto 30px;
        display: block;
    }
    .leftMune ul {
        width: 100%;
        float: left;
    }
    .leftMune ul li {
        width: calc(100% - 6px);
        float: left;
        margin-top: 30px;
        height: 40px;
    }
    .leftMune ul li:hover {
        border-right: 6px solid #1f2677;
        height: 40px;
        width: calc(100% - 6px);
    }
    .leftMune ul li a {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 16px;
        color: #333;
    }
    .leftMune ul li a:hover {
        color: #1f2677;
    }
    .leftMune ul li a span {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #666666;
        margin-top: 4px;
    }
    /*	首页 - 关于我们  */
    .indexAbout {
        width: 1210px;
        float: left;
        margin: 40px calc(50% - 605px);
    }
    .indexAboutLogo {
        width: 100px;
        display: block;
        margin: 0 auto;
    }
    .indexAboutText {
        width: 90%;
        float: left;
        text-align: center;
        font-size: 16px;
        color: #333;
        line-height: 30px;
        margin-top: 40px;
        margin-left: 5%;
    }
    .indexAboutNum {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .indexAboutNumLi {
        width: 20%;
        float: left;
    }
    .indexAboutNumLi img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        display: block;
    }
    .indexAboutNumLi p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 28px;
        color: #333;
        margin-top: 16px;
    }
    .indexAboutNumLi span {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-top: 6px;
    }
    #indexAboutNumLiImg1 {
        background: url("/Public/home/images/icon_2.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg1:hover {
        background: url("/Public/home/images/icon_2_on.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg2 {
        background: url("/Public/home/images/icon_3.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg2:hover {
        background: url("/Public/home/images/icon_3_on.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 50%;
        display: block;
    }
    #indexAboutNumLiImg3 {
        background: url("/Public/home/images/icon_4.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg3:hover {
        background: url("/Public/home/images/icon_4_on.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg4 {
        background: url("/Public/home/images/icon_5.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg4:hover {
        background: url("/Public/home/images/icon_5_on.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg5 {
        background: url("/Public/home/images/icon_6.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg5:hover {
        background: url("/Public/home/images/icon_6_on.png") no-repeat center;
        background-size: cover;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 50%;
        display: block;
    }
    /*	首页 - 精品推荐  */
    .indexSelect {
        width: 1210px;
        float: left;
        margin: 40px calc(50% - 605px) 0;
    }
    .indexSelectImg {
        width: 220px;
        float: left;
        margin-left: calc(50% - 110px);
        margin-top: 40px;
    }
    .indexSelect ul {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .indexSelect ul li {
        width: 22.5%;
        height: 420px;
        float: left;
        margin-top: 20px;
        margin-left: 2%;
        overflow: hidden;
        box-shadow: 2px 4px 10px #ccc;
    }
    .indexSelect ul li img {
        width: 100%;
        float: left;
        height: 100%;
        transition: all 0.6s;
    }
    .indexSelect ul li img:hover {
        transform: scale(1.2);
    }
    .indexMore {
        width: 100px;
        float: left;
        margin: 30px calc(50% - 50px);
    }
    .indexHotProduct {
        width: 100%;
        float: left;
        position: relative;
        height: 1000px;
        background: #f6f6f6;
        margin: 40px 0;
    }
    .indexHotProduct_I1 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
    }
    .indexHotProduct_I2 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
    }
    .indexHotProduct_I3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        height: 100%;
    }
    .indexHotProduct_I4 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        height: 100%;
        background-size: cover;
    }
    .indexHotProductCon {
        width: 1210px;
        position: absolute;
        z-index: 5;
        left: calc(50% - 605px);
        top: 140px;
    }
    .indexHotProductConLeft {
        width: 25%;
        float: left;
    }
    .indexHotProductConLeft_img1 {
        width: 240px;
        height: 240px;
        margin-left: calc(50% - 120px);
        border-radius: 50%;
        box-shadow: 2px 4px 10px #ccc;
        float: left;
        transition: all 0.6s;
    }
    .indexHotProductConLeft_img1:hover {
        transform: scale(1.2);
    }
    .indexHotProductConLeft_img2 {
        width: 240px;
        height: 240px;
        margin-left: calc(50% - 120px);
        border-radius: 50%;
        box-shadow: 2px 4px 10px #ccc;
        float: left;
        margin-top: 220px;
        transition: all 0.6s;
    }
    .indexHotProductConLeft_img2:hover {
        transform: scale(1.2);
    }
    .indexHotProductConCenter {
        width: 40%;
        float: left;
        margin-left: 5%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 2px 4px 10px #ccc;
    }
    .indexHotProductConCenterImg1 {
        width: 120px;
        display: block;
        margin: 30px auto 0;
    }
    .indexHotProductConCenterT1 {
        width: 90%;
        float: left;
        margin-left: 5%;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .indexHotProductConCenterT1 span {
        font-size: 24px;
    }
    .indexHotProductConCenterImg2 {
        width: 100px;
        float: left;
        margin-left: calc(50% - 50px);
        margin-top: 30px;
    }
    .indexHotProductConCenterImg3 {
        width: 100%;
        float: left;
        margin-top: 20px;
        border-radius: 10px;
    }
    /*	首页精品推荐  */
    .indexBlandNew {
        width: 1210px;
        float: left;
        margin: 30px calc(50% - 605px);
    }
    .indexBlandList {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .indexBlandList img {
        width: 14.33%;
        float: left;
        margin-left: 2%;
        height: 120px;
        -webkit-transition: -webkit-transform 1s ease-out;
        -moz-transition: -moz-transform 1s ease-out;
        -o-transition: -o-transform 1s ease-out;
        -ms-transition: -ms-transform 1s ease-out;
        margin-top: 20px;
        border: 1px solid #f2f5f8;
    }
    .indexBlandList img:hover {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    /*  首页新闻  */
    .indexNewList {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexNewListLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f5f8;
        margin-top: 20px;
    }
    .indexNewListLiTime {
        width: 100px;
        height: 80px;
        background: #f3f3f3;
        float: left;
    }
    .indexNewListLiTime p {
        width: 100%;
        float: left;
        margin-top: 10px;
        color: #333;
        font-size: 18px;
        text-align: center;
    }
    .indexNewListLiTime div {
        width: 50%;
        margin-left: 25%;
        background: #d5d5d5;
        height: 2px;
        float: left;
        margin-top: 6px;
    }
    .indexNewListLiTime span {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #333;
        font-size: 16px;
        text-align: center;
    }
    .indexNewListLiText {
        width: calc(100% - 120px);
        float: left;
        margin-left: 20px;
    }
    .indexNewListLiText p {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #333;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .indexNewListLiText p:hover {
        color: #1f2677;
    }
    .indexNewListLiText span {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #969595;
        font-size: 12px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .indexNewListLiText span:hover {
        color: #1f2677;
    }
    /*	foot  */
    .indexMessage {
        width: 100%;
        background: url("/Public/home/images/back_3.png") no-repeat center;
        background-size: cover;
        height: 800px;
        float: left;
        padding-top: 80px;
    }
    .indexMessageCon {
        width: 1210px;
        float: left;
        margin-left: calc(50% - 605px);
    }
    .indexMessageInt {
        width: calc(47% - 40px);
        float: left;
        background: #fff;
        font-size: 14px;
        color: #333;
        padding: 20px 20px;
        margin-top: 70px;
        margin-left: 2%;
        border: none;
    }
    .indexMessageInt::-webkit-input-placeholder {
        color: #333;
    }
    .indexMessageInt::-moz-input-placeholder {
        color: #333;
    }
    .indexMessageInt::-ms-input-placeholder {
        color: #333;
    }
    .indexMessageIntT {
        width: calc(96% - 20px);
        float: left;
        background: #fff;
        font-size: 14px;
        color: #333;
        padding: 10px;
        min-height: 200px;
        margin-left: 2%;
        border: none;
        margin-top: 20px;
    }
    .indexMessageBtn {
        width: 96%;
        float: left;
        background: #1f2677;
        font-size: 14px;
        color: #fff;
        padding: 20px 0;
        margin-left: 2%;
        border: none;
        margin-top: 60px;
    }
    .indexFoot {
        width: 100%;
        float: left;
    }
    .indexFootTop {
        width: 100%;
        float: left;
        background: #353535;
        padding: 60px 0;
    }
    .indexFootTopContent {
        width: 1210px;
        float: left;
        margin-left: calc(50% - 605px);
    }
    .indexFootTopLeft {
        width: calc(40% - 1px);
        float: left;
    }
    .indexFootTopLeft_T1 {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #9a9a9a;
    }
    .indexFootTopLeft_T1 span {
        font-size: 14px;
    }
    .indexFootTopLeft_T2 {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexFootTopLeft_T3 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexFootTopLeft_T3_li {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexFootTopLeft_T3_li img {
        width: 20px;
        float: left;
    }
    .indexFootTopLeft_T3_li a {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
    }
    .indexFootTopLeft_T3_li p {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
    }
    .indexFootTopLine {
        width: 1px;
        float: left;
        height: 100px;
        background: #fff;
        margin-top: 60px;
    }
    .indexFootTopCenter {
        width: calc(20% - 1px);
        float: left;
        margin-left: 8%;
    }
    .indexFootTopCenter a {
        width: 34%;
        float: left;
        font-size: 14px;
        color: #e3e2e2;
        margin-top: 20px;
    }
    .indexFootTopCenter a:hover {
        color: #1f2677;
    }
    .indexFootTopRight {
        width: calc(24% - 1px);
        float: left;
        margin-left: 8%;
    }
    .indexFootTopRightLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 30px;
    }
    .indexFootTopRightLi img {
        width: 100px;
        margin: 0 auto;
        display: block;
    }
    .indexFootTopRightLi p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexFootBottom {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 15px 0;
        background: #131313;
    }
    /*	关于我们  */
    .aboutBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/aboutbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .aboutBack {
        width: 100%;
        float: left;
        background: url('/Public/home/images/icon_16.png') no-repeat top center;
    }
    .aboutBackRight {
        width: 70%;
        float: left;
    }
    .aboutBackRight_t1 {
        width: 100%;
        float: left;
        font-size: 30px;
        color: #333;
        margin-top: 30px;
        line-height: 60px;
    }
    .aboutBackRight_t2 {
        width: 70%;
        float: left;
        line-height: 40px;
        font-size: 16px;
        color: #333;
        margin-top: 30px;
    }
    .aboutBackLeft {
        width: 20%;
        float: right;
    }
    .aboutCon2 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .aboutCon2Img1 {
        width: 48%;
        float: left;
    }
    .aboutCon2Img2 {
        width: 48%;
        float: right;
    }
    .aboutCon3 {
        width: 100%;
        float: left;
    }
    .aboutCon3 p {
        width: 100%;
        float: left;
        font-size: 24px;
        color: #333;
        text-align: center;
        margin-top: 60px;
    }
    .aboutCon3 p span {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        text-align: center;
        margin-top: 4px;
    }
    .aboutCon3 ul {
        width: 100%;
        float: left;
        margin: 20px 0;
    }
    .aboutCon3 ul li {
        width: 30.66%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
        height: 260px;
        box-shadow: 2px 4px 10px #ccc;
    }
    .aboutCon3 ul li img {
        width: 100%;
        float: left;
        height: 100%;
    }
    /*	产品展示*/
    .productBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/probanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    /* effect-2 css */
    .full-length {
        width: 100%;
        float: left;
        padding-bottom: 80px;
        margin-top: 40px;
    }
    .full-length li {
        float: left;
        width: 22.5%;
        margin-left: 2%;
        list-style: none;
        margin-top: 20px;
        box-shadow: 2px 4px 10px #ccc;
    }
    .btn {
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
        color: #333;
        border: 2px solid #fff;
        background-color: #fff;
        text-decoration: none;
        transition: 0.4s;
        margin-top: 30px;
    }
    .btn:hover {
        background-color: transparent;
        color: #fff;
        transition: 0.4s;
    }
    .text-desc {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #1f2677;
        height: 100%;
        opacity: 0;
        width: 100%;
    }
    .text-desc h3 {
        width: 90%;
        margin-left: 5%;
        float: left;
        text-align: center;
        margin-top: 50px;
        color: #fff !important;
    }
    .port-2 {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
        perspective: 800px;
    }
    .port-2 .text-desc {
        z-index: -1;
        transition: 0.6s;
    }
    .port-2 .image-box {
        transition: 0.4s;
    }
    .port-2:hover .image-box {
        transform: rotateX(80deg);
        transform-origin: center bottom 0;
        transition: 0.4s;
    }
    .port-2.effect-1:hover .text-desc {
        opacity: 1;
    }
    .port-2.effect-2 .text-desc {
        opacity: 1;
        top: -100%;
    }
    .port-2.effect-2:hover .text-desc {
        top: 0;
    }
    .port-2.effect-3 .text-desc {
        opacity: 1;
        top: auto;
        bottom: -100%;
    }
    .port-2.effect-3:hover .text-desc {
        bottom: 0;
    }
    /* effect-2 css end */
    /*	品牌展示*/
    .blandBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/blandbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .blandTit {
        width: 100%;
        float: left;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin-top: 40px;
    }
    /*	公司风采  */
    .companyBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/combanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .companyImg1 {
        width: 100%;
        float: left;
        margin-top: 50px;
    }
    .companyImg2 {
        width: 62%;
        float: left;
        margin-top: 20px;
        height: 480px;
    }
    .companyImg3 {
        width: 36%;
        float: right;
        margin-top: 20px;
        height: 480px;
    }
    .companyImg4 {
        width: 42%;
        float: left;
        margin-top: 20px;
        height: 380px;
    }
    .companyImg5 {
        width: 56%;
        float: right;
        margin-top: 20px;
        height: 380px;
    }
    .companyImg6 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    /*	 新闻中心  */
    .newsBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/newbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    /*	产品分类  */
    .productClass {
        width: 100%;
        margin-top: 60px;
        float: left;
    }
    .productClassOn {
        width: 14.33%;
        float: left;
        margin-left: 2%;
        padding: 15px 0;
        background: #1f2677;
        box-shadow: 0 4px 6px #ccc;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
    .productClassNo:hover {
        background: #1f2677;
        color: #fff
    }
    .productClassNo {
        width: 14.33%;
        float: left;
        margin-left: 2%;
        padding: 15px 0;
        background: #fff;
        box-shadow: 0 4px 6px #ccc;
        border-radius: 6px;
        color: #333;
        text-align: center;
        font-size: 14px;
    }
    /*	 新闻中心  */
    .honorBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/honorbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    #dituContent {
        height: 550px;
        width: 100%;
        float: left;
    }
    .iw_poi_title {
        color: #CC5522;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        padding-right: 13px;
        white-space: nowrap
    }
    .iw_poi_content {
        font: 12px arial, sans-serif;
        overflow: visible;
        padding-top: 4px;
        white-space: -moz-pre-wrap;
        word-wrap: break-word
    }
    /*	联系我们  */
    .contactBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/contactbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .contactConBody {
        width: 100%;
        float: left;
        margin: 30px 0;
    }
    .contactConTit {
        width: 100%;
        float: left;
        font-size: 24px;
        color: #f00;
    }
    .contactConTit span {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #1f2677;
        margin-top: 4px;
    }
    .contactConLi {
        width: calc(31.33% - 1px);
        float: left;
        margin-top: 30px;
        margin-right: 2%;
    }
    .contactConLi p {
        font-size: 16px;
        float: left;
        color: #999;
        margin-bottom: 10px;
    }
    .contactConLi span {
        font-size: 14px;
        float: left;
        color: #9c9c9e;
        margin-top: 10px;
        line-height: 24px;
        width: 100%;
    }
    .contactConLine {
        width: 1px;
        float: left;
        height: 100px;
        margin-top: 30px;
        background: #ccc;
        margin-right: 2%;
    }
    .contactConLiTel {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .contactConLiTel img {
        width: 40px;
        height: 40px;
        float: left;
    }
    .contactConLiTel a {
        float: left;
        margin-left: 10px;
        font-size: 30px;
        color: #f00;
    }
    .contactConLi2 {
        width: 28%;
        float: left;
        margin-top: 30px;
    }
    .contactConLi2 p {
        font-size: 16px;
        float: left;
        color: #999;
        width: 100%;
        margin-bottom: 10px;
    }
    .contactConWechatCode {
        width: 100px;
        float: left;
        height: 100px;
        margin-top: 10px;
    }
    .messageBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/messagebanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
}


/* 平板电脑和小屏电脑之间的分辨率 */

@media(min-width:769px) and (max-width:1209px) {
    .aboutVideoList {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .aboutVideoListLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
    }
    .mes_cont {
        width: 96%;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .mes_tit {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f5f8;
    }
    .mes_tit_sp {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 30px;
        text-align: center;
    }
    .mes_tit_time {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #2c2c2c;
        text-align: center;
        margin-top: 16px;
    }
    .mes_detai_con {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .mes_detai_con p {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 24px;
    }
    /*.mes_detai_con img{*/
    /*	float: left;*/
    /*	margin: 10px 5%;*/
    /*	width: 90%;*/
    /*}*/
    .wapIndexBack {
        display: none;
    }
    .wapTopMenu {
        display: none;
    }
    .wapTop {
        display: none;
    }
    .cd-fixed-background {
        width: 100%;
        height: 680px;
        padding: 0;
        float: left;
    }
    .cd-fixed-background .cd-content {
        width: 50%;
        position: absolute;
        left: 5%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-fixed-background .cd-content::after {
        display: none !important;
    }
    .cd-fixed-background.img-1 {
        background-image: url("/Public/home/images/back.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .cd-fixed-background {
        background-attachment: fixed;
    }
    /*banner*/
    .apple-banner {
        width: 100%;
        height: 680px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .apple-banner .swiper-container {
        width: 100%;
        height: 680px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 15%;
        height: 100%;
        top: 0;
        background: none;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev span,
    .swiper-button-next span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -32px;
        border-radius: 100%;
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center 17px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    .swiper-button-next span {
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center -71px;
        left: auto;
        right: 20px;
    }
    .swiper-button-prev:hover span,
    .swiper-button-next:hover span {
        opacity: .6;
    }
    .apple-banner .swiper-pagination {
        top: auto;
        bottom: 50px;
        background: none;
    }
    .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 50px;
        height: 30px;
        margin: 0 3px;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }
    .apple-banner .swiper-pagination-bullet span {
        width: 50px;
        height: 2px;
        display: block;
        background: #000;
    }
    .apple-banner .swiper-pagination-bullet-active span {
        background: #f00;
    }
    .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: #000;
    }
    .apple-banner .swiper-pagination-bullet i {
        background: #f00;
        height: 2px;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }
    .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .replace span {
        background: #f00;
    }
    /*banner end*/
    .indexTop {
        width: 100%;
        height: 680px;
        float: left;
        position: relative
    }
    /*	左侧菜单  */
    .leftMune {
        width: 26%;
        position: absolute;
        top: 0;
        height: 680px;
        left: 0;
        z-index: 99;
        background: rgba(255, 255, 255, 0.65);
    }
    .leftMune img {
        width: 80px;
        margin: 40px auto 0;
        display: block;
    }
    .leftMune ul {
        width: 100%;
        float: left;
    }
    .leftMune ul li {
        width: calc(100% - 6px);
        float: left;
        margin-top: 20px;
        height: 40px;
    }
    .leftMune ul li:hover {
        border-right: 6px solid #1f2677;
        height: 40px;
        width: calc(100% - 6px);
    }
    .leftMune ul li a {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #333;
    }
    .leftMune ul li a:hover {
        color: #1f2677;
    }
    .leftMune ul li a span {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #666666;
    }
    /*	首页 - 关于我们  */
    .indexAbout {
        width: 769px;
        float: left;
        margin: 20px calc(50% - 384.5px);
    }
    .indexAboutLogo {
        width: 100px;
        display: block;
        margin: 0 auto;
    }
    .indexAboutText {
        width: 96%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 20px;
        margin-left: 2%;
    }
    .indexAboutNum {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .indexAboutNumLi {
        width: 20%;
        float: left;
    }
    .indexAboutNumLi img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        display: block;
    }
    .indexAboutNumLi p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 28px;
        color: #333;
        margin-top: 16px;
    }
    .indexAboutNumLi span {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-top: 6px;
    }
    #indexAboutNumLiImg1 {
        background: url("/Public/home/images/icon_2.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg1:hover {
        background: url("/Public/home/images/icon_2_on.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg2 {
        background: url("/Public/home/images/icon_3.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg2:hover {
        background: url("/Public/home/images/icon_3_on.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        border-radius: 50%;
        display: block;
    }
    #indexAboutNumLiImg3 {
        background: url("/Public/home/images/icon_4.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg3:hover {
        background: url("/Public/home/images/icon_4_on.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg4 {
        background: url("/Public/home/images/icon_5.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg4:hover {
        background: url("/Public/home/images/icon_5_on.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg5 {
        background: url("/Public/home/images/icon_6.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg5:hover {
        background: url("/Public/home/images/icon_6_on.png") no-repeat center;
        background-size: cover;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    /*	首页 - 精品推荐  */
    .indexSelect {
        width: 769px;
        float: left;
        margin: 40px calc(50% - 384.5px) 0;
    }
    .indexSelectImg {
        width: 160px;
        float: left;
        margin-left: calc(50% - 80px);
        margin-top: 30px;
    }
    .indexSelect ul {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexSelect ul li {
        width: 22.5%;
        height: 280px;
        float: left;
        margin-top: 20px;
        margin-left: 2%;
        overflow: hidden;
        box-shadow: 2px 4px 10px #ccc;
    }
    .indexSelect ul li img {
        width: 100%;
        float: left;
        height: 100%;
        transition: all 0.6s;
    }
    .indexSelect ul li img:hover {
        transform: scale(1.2);
    }
    .indexMore {
        width: 100px;
        float: left;
        margin: 30px calc(50% - 50px);
    }
    .indexHotProduct {
        width: 100%;
        float: left;
        position: relative;
        height: 700px;
        background: #f6f6f6;
        margin: 40px 0;
    }
    .indexHotProduct_I1 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
    }
    .indexHotProduct_I2 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
    }
    .indexHotProduct_I3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        height: 100%;
    }
    .indexHotProduct_I4 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        height: 100%;
        background-size: cover;
    }
    .indexHotProductCon {
        width: 769px;
        position: absolute;
        z-index: 5;
        left: calc(50% - 384.5px);
        top: 60px;
    }
    .indexHotProductConLeft {
        width: 25%;
        float: left;
    }
    .indexHotProductConLeft_img1 {
        width: 160px;
        height: 160px;
        margin-left: calc(50% - 80px);
        border-radius: 50%;
        box-shadow: 2px 4px 10px #ccc;
        float: left;
        transition: all 0.6s;
        margin-top: 30px;
    }
    .indexHotProductConLeft_img1:hover {
        transform: scale(1.2);
    }
    .indexHotProductConLeft_img2 {
        width: 160px;
        height: 160px;
        margin-left: calc(50% - 80px);
        border-radius: 50%;
        box-shadow: 2px 4px 10px #ccc;
        float: left;
        margin-top: 220px;
        transition: all 0.6s;
    }
    .indexHotProductConLeft_img2:hover {
        transform: scale(1.2);
    }
    .indexHotProductConCenter {
        width: 50%;
        float: left;
        background: #fff;
        border-radius: 10px;
        box-shadow: 2px 4px 10px #ccc;
    }
    .indexHotProductConCenterImg1 {
        width: 80px;
        display: block;
        margin: 30px auto 0;
    }
    .indexHotProductConCenterT1 {
        width: 90%;
        float: left;
        margin-left: 5%;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .indexHotProductConCenterT1 span {
        font-size: 24px;
    }
    .indexHotProductConCenterImg2 {
        width: 100px;
        float: left;
        margin-left: calc(50% - 50px);
        margin-top: 30px;
    }
    .indexHotProductConCenterImg3 {
        width: 100%;
        float: left;
        margin-top: 20px;
        border-radius: 10px;
    }
    /*	首页品牌合作  */
    .indexBlandNew {
        width: 769px;
        float: left;
        margin: 30px calc(50% - 384.5px);
    }
    .indexBlandList {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .indexBlandList img {
        width: 22.5%;
        float: left;
        margin-left: 2%;
        height: 120px;
        -webkit-transition: -webkit-transform 1s ease-out;
        -moz-transition: -moz-transform 1s ease-out;
        -o-transition: -o-transform 1s ease-out;
        -ms-transition: -ms-transform 1s ease-out;
        margin-top: 20px;
        border: 1px solid #f2f5f8;
    }
    .indexBlandList img:hover {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    /*  首页新闻  */
    .indexNewList {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexNewListLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f5f8;
        margin-top: 20px;
    }
    .indexNewListLiTime {
        width: 100px;
        height: 80px;
        background: #f3f3f3;
        float: left;
    }
    .indexNewListLiTime p {
        width: 100%;
        float: left;
        margin-top: 10px;
        color: #333;
        font-size: 18px;
        text-align: center;
    }
    .indexNewListLiTime div {
        width: 50%;
        margin-left: 25%;
        background: #d5d5d5;
        height: 2px;
        float: left;
        margin-top: 6px;
    }
    .indexNewListLiTime span {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #333;
        font-size: 16px;
        text-align: center;
    }
    .indexNewListLiText {
        width: calc(100% - 120px);
        float: left;
        margin-left: 20px;
    }
    .indexNewListLiText p {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #333;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .indexNewListLiText p:hover {
        color: #1f2677;
    }
    .indexNewListLiText span {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #969595;
        font-size: 12px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .indexNewListLiText span:hover {
        color: #1f2677;
    }
    /*	foot  */
    .indexMessage {
        width: 100%;
        background: url("/Public/home/images/back_3.png") no-repeat center;
        background-size: cover;
        height: 600px;
        float: left;
        padding-top: 40px;
    }
    .indexMessageCon {
        width: 769px;
        float: left;
        margin-left: calc(50% - 384.5px);
    }
    .indexMessageInt {
        width: 47%;
        float: left;
        background: #fff;
        font-size: 14px;
        color: #333;
        padding: 20px 20px;
        margin-top: 30px;
        margin-left: 2%;
        border: none;
        box-sizing: border-box
    }
    .indexMessageInt::-webkit-input-placeholder {
        color: #333;
    }
    .indexMessageInt::-moz-input-placeholder {
        color: #333;
    }
    .indexMessageInt::-ms-input-placeholder {
        color: #333;
    }
    .indexMessageIntT {
        width: 96%;
        float: left;
        background: #fff;
        font-size: 14px;
        color: #333;
        padding: 20px;
        min-height: 200px;
        margin-left: 2%;
        border: none;
        margin-top: 20px;
        box-sizing: border-box
    }
    .indexMessageBtn {
        width: 96%;
        float: left;
        background: #1f2677;
        font-size: 14px;
        color: #fff;
        padding: 20px 0;
        margin-left: 2%;
        border: none;
        margin-top: 60px;
    }
    .indexFoot {
        width: 100%;
        float: left;
    }
    .indexFootTop {
        width: 100%;
        float: left;
        background: #353535;
        padding: 30px 0;
    }
    .indexFootTopContent {
        width: 769px;
        float: left;
        margin-left: calc(50% - 384.5px);
    }
    .indexFootTopLeft {
        width: calc(60% - 1px);
        float: left;
    }
    .indexFootTopLeft_T1 {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #9a9a9a;
    }
    .indexFootTopLeft_T1 span {
        font-size: 14px;
    }
    .indexFootTopLeft_T2 {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexFootTopLeft_T3 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexFootTopLeft_T3_li {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexFootTopLeft_T3_li img {
        width: 20px;
        float: left;
    }
    .indexFootTopLeft_T3_li a {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
    }
    .indexFootTopLeft_T3_li p {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
    }
    .indexFootTopLine {
        width: 1px;
        float: left;
        height: 100px;
        background: #fff;
        margin-top: 60px;
    }
    .indexFootTopCenter {
        width: calc(20% - 1px);
        float: left;
        margin-left: 8%;
        display: none;
    }
    .indexFootTopCenter a {
        width: 34%;
        float: left;
        font-size: 14px;
        color: #e3e2e2;
        margin-top: 20px;
    }
    .indexFootTopCenter a:hover {
        color: #1f2677;
    }
    .indexFootTopRight {
        width: calc(32% - 1px);
        float: left;
        margin-left: 8%;
    }
    .indexFootTopRightLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 30px;
    }
    .indexFootTopRightLi img {
        width: 100px;
        margin: 0 auto;
        display: block;
    }
    .indexFootTopRightLi p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexFootBottom {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 15px 0;
        background: #131313;
    }
    /*	关于我们  */
    .aboutBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/aboutbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .aboutBack {
        width: 100%;
        float: left;
        background: url('/Public/home/images/icon_16.png') no-repeat top center;
    }
    .aboutBackRight {
        width: 70%;
        float: left;
    }
    .aboutBackRight_t1 {
        width: 100%;
        float: left;
        font-size: 30px;
        color: #333;
        margin-top: 30px;
        line-height: 60px;
    }
    .aboutBackRight_t2 {
        width: 100%;
        float: left;
        line-height: 40px;
        font-size: 16px;
        color: #333;
        margin-top: 30px;
    }
    .aboutBackLeft {
        width: 26%;
        margin-top: 30px;
        float: right;
    }
    .aboutCon2 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .aboutCon2Img1 {
        width: 48%;
        float: left;
    }
    .aboutCon2Img2 {
        width: 47%;
        float: right;
    }
    .aboutCon3 {
        width: 100%;
        float: left;
    }
    .aboutCon3 p {
        width: 100%;
        float: left;
        font-size: 24px;
        color: #333;
        text-align: center;
        margin-top: 60px;
    }
    .aboutCon3 p span {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        text-align: center;
        margin-top: 4px;
    }
    .aboutCon3 ul {
        width: 100%;
        float: left;
        margin: 20px 0;
    }
    .aboutCon3 ul li {
        width: 30.66%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
        height: 150px;
        box-shadow: 2px 4px 10px #ccc;
    }
    .aboutCon3 ul li img {
        width: 100%;
        float: left;
        height: 100%;
    }
    /*	产品展示*/
    .productBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/probanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    /* effect-2 css */
    .full-length {
        width: 100%;
        float: left;
        padding-bottom: 80px;
        margin-top: 40px;
    }
    .full-length li {
        float: left;
        width: 30.66%;
        margin-left: 2%;
        list-style: none;
        margin-top: 20px;
        box-shadow: 2px 4px 10px #ccc;
    }
    .btn {
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
        color: #333;
        border: 2px solid #fff;
        background-color: #fff;
        text-decoration: none;
        transition: 0.4s;
        margin-top: 30px;
    }
    .btn:hover {
        background-color: transparent;
        color: #fff;
        transition: 0.4s;
    }
    .text-desc {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #1f2677;
        height: 100%;
        opacity: 0;
        width: 100%;
    }
    .text-desc h3 {
        width: 90%;
        margin-left: 5%;
        float: left;
        text-align: center;
        margin-top: 50px;
        color: #fff !important;
    }
    .port-2 {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
        perspective: 800px;
    }
    .port-2 .text-desc {
        z-index: -1;
        transition: 0.6s;
    }
    .port-2 .image-box {
        transition: 0.4s;
    }
    .port-2:hover .image-box {
        transform: rotateX(80deg);
        transform-origin: center bottom 0;
        transition: 0.4s;
    }
    .port-2.effect-1:hover .text-desc {
        opacity: 1;
    }
    .port-2.effect-2 .text-desc {
        opacity: 1;
        top: -100%;
    }
    .port-2.effect-2:hover .text-desc {
        top: 0;
    }
    .port-2.effect-3 .text-desc {
        opacity: 1;
        top: auto;
        bottom: -100%;
    }
    .port-2.effect-3:hover .text-desc {
        bottom: 0;
    }
    /* effect-2 css end */
    /*	品牌展示*/
    .blandBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/blandbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .blandTit {
        width: 100%;
        float: left;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin-top: 40px;
    }
    /*	公司风采  */
    .companyBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/combanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .companyImg1 {
        width: 100%;
        float: left;
        margin-top: 50px;
    }
    .companyImg2 {
        width: 62%;
        float: left;
        margin-top: 20px;
        height: 320px;
    }
    .companyImg3 {
        width: 36%;
        float: right;
        margin-top: 20px;
        height: 320px;
    }
    .companyImg4 {
        width: 42%;
        float: left;
        margin-top: 20px;
        height: 260px;
    }
    .companyImg5 {
        width: 56%;
        float: right;
        margin-top: 20px;
        height: 260px;
    }
    .companyImg6 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    /*	 新闻中心  */
    .newsBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/newbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    /*	产品分类  */
    .productClass {
        width: 100%;
        margin-top: 60px;
        float: left;
    }
    .productClassOn {
        width: 14.33%;
        float: left;
        margin-left: 2%;
        padding: 15px 0;
        background: #1f2677;
        box-shadow: 0 4px 6px #ccc;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
    .productClassNo:hover {
        background: #1f2677;
        color: #fff
    }
    .productClassNo {
        width: 14.33%;
        float: left;
        margin-left: 2%;
        padding: 15px 0;
        background: #fff;
        box-shadow: 0 4px 6px #ccc;
        border-radius: 6px;
        color: #333;
        text-align: center;
        font-size: 14px;
    }
    .honorBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/honorbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    #dituContent {
        height: 550px;
        width: 100%;
        float: left;
    }
    .iw_poi_title {
        color: #CC5522;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        padding-right: 13px;
        white-space: nowrap
    }
    .iw_poi_content {
        font: 12px arial, sans-serif;
        overflow: visible;
        padding-top: 4px;
        white-space: -moz-pre-wrap;
        word-wrap: break-word
    }
    .contactBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/contactbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    /*	联系我们  */
    .contactBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/contactbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .contactConBody {
        width: 100%;
        float: left;
        margin: 30px 0;
    }
    .contactConTit {
        width: 100%;
        float: left;
        font-size: 24px;
        color: #f00;
    }
    .contactConTit span {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #1f2677;
        margin-top: 4px;
    }
    .contactConLi {
        width: calc(37.33% - 1px);
        float: left;
        margin-top: 30px;
        margin-right: 2%;
    }
    .contactConLi p {
        font-size: 14px;
        float: left;
        color: #999;
        margin-bottom: 10px;
    }
    .contactConLi span {
        font-size: 12px;
        float: left;
        color: #9c9c9e;
        margin-top: 4px;
        line-height: 20px;
        width: 100%;
    }
    .contactConLine {
        width: 1px;
        float: left;
        height: 100px;
        margin-top: 50px;
        background: #ccc;
        margin-right: 2%;
    }
    .contactConLiTel {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .contactConLiTel img {
        width: 40px;
        height: 40px;
        float: left;
    }
    .contactConLiTel a {
        float: left;
        margin-left: 10px;
        font-size: 30px;
        color: #f00;
    }
    .contactConLi2 {
        width: 50%;
        float: left;
        margin-top: 30px;
    }
    .contactConLi2 p {
        font-size: 14px;
        float: left;
        color: #999;
        width: 100%;
        margin-bottom: 10px;
    }
    .contactConWechatCode {
        width: 100px;
        float: left;
        height: 100px;
    }
    .messageBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/messagebanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
}


/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media(min-width:481px) and (max-width:768px) {
    .aboutVideoList {
        width: 100%;
        float: left;
    }
    .aboutVideoListLi {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .mes_cont {
        width: 96%;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .mes_tit {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f5f8;
    }
    .mes_tit_sp {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 30px;
        text-align: center;
    }
    .mes_tit_time {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #2c2c2c;
        text-align: center;
        margin-top: 16px;
    }
    .mes_detai_con {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .mes_detai_con p {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 24px;
    }
    .mes_detai_con img {
        float: left;
        margin: 10px 5%;
        width: 90%;
    }
    .wapIndexBack {
        display: none;
    }
    /* wap nav */
    .wapTop {
        width: 100%;
        height: 80px;
        background: #fff;
        box-shadow: 2px 4px 10px #ccc;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .wapTopImg_1 {
        width: 30px;
        position: fixed;
        top: 25px;
        left: 20px;
        z-index: 100;
    }
    .wapTopImg_2 {
        width: 100px;
        position: fixed;
        top: 5px;
        left: calc(50% - 50px);
        z-index: 100;
    }
    .wapTopImg_3 {
        width: 30px;
        position: fixed;
        top: 28px;
        right: 20px;
        z-index: 100;
    }
    .wapTopMenu {
        width: calc(100% - 40px);
        float: left;
        position: fixed;
        top: 80px;
        left: 0;
        z-index: 100;
        background: #fff;
        padding: 20px;
        box-shadow: 2px 4px 10px #ccc;
        display: none;
    }
    .wapTopMenu a {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        padding-bottom: 14px;
        border-bottom: 1px solid #f2f5f8;
        margin-top: 14px;
        text-align: center;
    }
    .wapTopMenu a span {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #666666;
    }
    .wapTopMenu img {
        width: 30px;
        float: left;
        margin: 20px calc(50% - 15px) 0;
    }
    /*背景视觉差*/
    .cd-fixed-background {
        width: 100%;
        height: 500px;
        padding: 0;
        float: left;
    }
    .cd-fixed-background .cd-content {
        width: 50%;
        position: absolute;
        left: 5%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-fixed-background .cd-content::after {
        display: none !important;
    }
    .cd-fixed-background.img-1 {
        background-image: url("/Public/home/images/back.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .cd-fixed-background {
        background-attachment: fixed;
    }
    body {
        overflow-x: hidden !important;
        width: 100% !important;
        ;
    }
    html {
        width: 100% !important;
    }
    /*banner*/
    .apple-banner {
        width: 100%;
        height: 460px;
        overflow: hidden;
        float: left;
    }
    .apple-banner .swiper-container {
        width: 100%;
        height: 460px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 15%;
        height: 100%;
        top: 0;
        background: none;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev span,
    .swiper-button-next span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -32px;
        border-radius: 100%;
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center 17px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    .swiper-button-next span {
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center -71px;
        left: auto;
        right: 20px;
    }
    .swiper-button-prev:hover span,
    .swiper-button-next:hover span {
        opacity: .6;
    }
    .apple-banner .swiper-pagination {
        top: auto;
        bottom: 50px;
        background: none;
    }
    .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 50px;
        height: 10px;
        margin: 0 3px;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }
    .apple-banner .swiper-pagination-bullet span {
        width: 50px;
        height: 2px;
        display: block;
        background: #000;
    }
    .apple-banner .swiper-pagination-bullet-active span {
        background: #f00;
    }
    .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: #000;
    }
    .apple-banner .swiper-pagination-bullet i {
        background: #f00;
        height: 2px;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }
    .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .replace span {
        background: #f00;
    }
    /*banner end*/
    .indexTop {
        width: 100%;
        height: 460px;
        float: left;
        margin-top: 80px;
    }
    /*	左侧菜单  */
    .leftMune {
        display: none;
    }
    /*	首页 - 关于我们  */
    .indexAbout {
        width: 96%;
        float: left;
        margin: 20px 2%;
    }
    .indexAboutLogo {
        width: 100px;
        display: block;
        margin: 0 auto;
    }
    .indexAboutText {
        width: 96%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin-top: 20px;
        margin-left: 2%;
    }
    .indexAboutNum {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .indexAboutNumLi {
        width: 20%;
        float: left;
    }
    .indexAboutNumLi img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        display: block;
    }
    .indexAboutNumLi p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 28px;
        color: #333;
        margin-top: 16px;
    }
    .indexAboutNumLi span {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-top: 6px;
    }
    #indexAboutNumLiImg1 {
        background: url("/Public/home/images/icon_2.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg1:hover {
        background: url("/Public/home/images/icon_2_on.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        display: block;
    }
    #indexAboutNumLiImg2 {
        background: url("/Public/home/images/icon_3.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg2:hover {
        background: url("/Public/home/images/icon_3_on.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg3 {
        background: url("/Public/home/images/icon_4.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg3:hover {
        background: url("/Public/home/images/icon_4_on.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg4 {
        background: url("/Public/home/images/icon_5.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg4:hover {
        background: url("/Public/home/images/icon_5_on.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg5 {
        background: url("/Public/home/images/icon_6.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg5:hover {
        background: url("/Public/home/images/icon_6_on.png") no-repeat center;
        background-size: cover;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    /*	首页 - 精品推荐  */
    .indexSelect {
        width: 100%;
        float: left;
    }
    .indexSelectImg {
        width: 160px;
        float: left;
        margin-left: calc(50% - 80px);
        margin-top: 30px;
    }
    .indexSelect ul {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexSelect ul li {
        width: 22.5%;
        height: 280px;
        float: left;
        margin-top: 20px;
        margin-left: 2%;
        overflow: hidden;
        box-shadow: 2px 4px 10px #ccc;
    }
    .indexSelect ul li img {
        width: 100%;
        float: left;
        height: 100%;
        transition: all 0.6s;
    }
    .indexSelect ul li img:hover {
        transform: scale(1.2);
    }
    .indexMore {
        width: 100px;
        float: left;
        margin: 30px calc(50% - 50px);
    }
    .indexHotProduct {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1000px;
        background: #f6f6f6;
        margin: 40px 0;
    }
    .indexHotProduct_I1 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
    }
    .indexHotProduct_I2 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
    }
    .indexHotProduct_I3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        height: 100%;
    }
    .indexHotProduct_I4 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        height: 100%;
        background-size: cover;
    }
    .indexHotProductCon {
        width: 100%;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 60px;
    }
    .indexHotProductConLeft {
        width: 100%;
        float: left;
    }
    .indexHotProductConLeft_img1 {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        margin-left: calc(30% - 80px);
        box-shadow: 2px 4px 10px #ccc;
        float: left;
        transition: all 0.6s;
    }
    .indexHotProductConLeft_img1:hover {
        transform: scale(1.2);
    }
    .indexHotProductConLeft_img2 {
        width: 160px;
        margin-left: calc(30% - 80px);
        height: 160px;
        border-radius: 50%;
        box-shadow: 2px 4px 10px #ccc;
        float: left;
        transition: all 0.6s;
    }
    .indexHotProductConLeft_img2:hover {
        transform: scale(1.2);
    }
    .indexHotProductConCenter {
        width: 80%;
        float: left;
        background: #fff;
        border-radius: 10px;
        box-shadow: 2px 4px 10px #ccc;
        margin: 30px 10%;
    }
    .indexHotProductConCenterImg1 {
        width: 80px;
        display: block;
        margin: 30px auto 0;
    }
    .indexHotProductConCenterT1 {
        width: 90%;
        float: left;
        margin-left: 5%;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .indexHotProductConCenterT1 span {
        font-size: 24px;
    }
    .indexHotProductConCenterImg2 {
        width: 100px;
        float: left;
        margin-left: calc(50% - 50px);
        margin-top: 30px;
    }
    .indexHotProductConCenterImg3 {
        width: 50%;
        float: left;
        margin-top: 20px;
        border-radius: 10px;
        margin-left: 25%;
    }
    /*	首页品牌合作  */
    .indexBlandNew {
        width: 100%;
        float: left;
    }
    .indexBlandList {
        width: 100%;
        float: left;
    }
    .indexBlandList img {
        width: 22.5%;
        float: left;
        margin-left: 2%;
        height: 120px;
        -webkit-transition: -webkit-transform 1s ease-out;
        -moz-transition: -moz-transform 1s ease-out;
        -o-transition: -o-transform 1s ease-out;
        -ms-transition: -ms-transform 1s ease-out;
        margin-top: 20px;
        border: 1px solid #f2f5f8;
    }
    .indexBlandList img:hover {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    /*  首页新闻  */
    .indexNewList {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexNewListLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f5f8;
        margin-top: 20px;
    }
    .indexNewListLiTime {
        width: 100px;
        height: 80px;
        background: #f3f3f3;
        float: left;
    }
    .indexNewListLiTime p {
        width: 100%;
        float: left;
        margin-top: 10px;
        color: #333;
        font-size: 18px;
        text-align: center;
    }
    .indexNewListLiTime div {
        width: 50%;
        margin-left: 25%;
        background: #d5d5d5;
        height: 2px;
        float: left;
        margin-top: 6px;
    }
    .indexNewListLiTime span {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #333;
        font-size: 16px;
        text-align: center;
    }
    .indexNewListLiText {
        width: calc(100% - 120px);
        float: left;
        margin-left: 20px;
    }
    .indexNewListLiText p {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #333;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .indexNewListLiText p:hover {
        color: #1f2677;
    }
    .indexNewListLiText span {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #969595;
        font-size: 12px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .indexNewListLiText span:hover {
        color: #1f2677;
    }
    /*	foot  */
    .indexMessage {
        width: 100%;
        background: url("/Public/home/images/back_3.png") no-repeat center;
        background-size: cover;
        height: 520px;
        float: left;
        padding-top: 30px;
        margin-top: 20px;
    }
    .indexMessageCon {
        width: 100%;
        float: left;
    }
    .indexMessageInt {
        width: calc(47% - 20px);
        float: left;
        background: #fff;
        font-size: 14px;
        color: #333;
        padding: 15px 10px;
        margin-top: 30px;
        margin-left: 2%;
        border: none;
    }
    .indexMessageInt::-webkit-input-placeholder {
        color: #333;
    }
    .indexMessageInt::-moz-input-placeholder {
        color: #333;
    }
    .indexMessageInt::-ms-input-placeholder {
        color: #333;
    }
    .indexMessageIntT {
        width: calc(96% - 20px);
        float: left;
        background: #fff;
        font-size: 14px;
        color: #333;
        padding: 15px 10px;
        min-height: 150px;
        margin-left: 2%;
        border: none;
        margin-top: 20px;
    }
    .indexMessageBtn {
        width: 96%;
        float: left;
        background: #1f2677;
        font-size: 14px;
        color: #fff;
        padding: 15px 0;
        margin-left: 2%;
        border: none;
        margin-top: 40px;
    }
    .indexFoot {
        width: 100%;
        float: left;
    }
    .indexFootTop {
        width: 100%;
        float: left;
        background: #353535;
        padding: 30px 0;
    }
    .indexFootTopContent {
        width: 100%;
        float: left;
    }
    .indexFootTopLeft {
        width: calc(58% - 1px);
        float: left;
        margin-left: 2%;
    }
    .indexFootTopLeft_T1 {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #9a9a9a;
    }
    .indexFootTopLeft_T1 span {
        font-size: 14px;
    }
    .indexFootTopLeft_T2 {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexFootTopLeft_T3 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexFootTopLeft_T3_li {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexFootTopLeft_T3_li img {
        width: 20px;
        float: left;
    }
    .indexFootTopLeft_T3_li a {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
    }
    .indexFootTopLeft_T3_li p {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
    }
    .indexFootTopLine {
        width: 1px;
        float: left;
        height: 100px;
        background: #fff;
        margin-top: 60px;
    }
    .indexFootTopCenter {
        width: calc(20% - 1px);
        float: left;
        margin-left: 8%;
        display: none;
    }
    .indexFootTopCenter a {
        width: 34%;
        float: left;
        font-size: 14px;
        color: #e3e2e2;
        margin-top: 20px;
    }
    .indexFootTopCenter a:hover {
        color: #1f2677;
    }
    .indexFootTopRight {
        width: calc(32% - 1px);
        float: left;
        margin-left: 6%;
    }
    .indexFootTopRightLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 30px;
    }
    .indexFootTopRightLi img {
        width: 100px;
        margin: 0 auto;
        display: block;
    }
    .indexFootTopRightLi p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexFootBottom {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 15px 0;
        background: #131313;
    }
    /*	关于我们  */
    .aboutBanner {
        width: 100%;
        float: left;
        height: 450px;
        background: url('/Public/home/images/aboutbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .aboutBack {
        width: 100%;
        float: left;
        background: url('/Public/home/images/icon_16.png') no-repeat top center;
    }
    .aboutBackRight {
        width: 70%;
        float: left;
    }
    .aboutBackRight_t1 {
        width: 100%;
        float: left;
        font-size: 30px;
        color: #333;
        line-height: 60px;
    }
    .aboutBackRight_t2 {
        width: 100%;
        float: left;
        line-height: 36px;
        font-size: 14px;
        color: #333;
        margin-top: 20px;
    }
    .aboutBackLeft {
        width: 26%;
        float: right;
    }
    .aboutCon2 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .aboutCon2Img1 {
        width: 48%;
        float: left;
    }
    .aboutCon2Img2 {
        width: 47%;
        float: right;
    }
    .aboutCon3 {
        width: 100%;
        float: left;
    }
    .aboutCon3 p {
        width: 100%;
        float: left;
        font-size: 24px;
        color: #333;
        text-align: center;
        margin-top: 60px;
    }
    .aboutCon3 p span {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        text-align: center;
        margin-top: 4px;
    }
    .aboutCon3 ul {
        width: 100%;
        float: left;
        margin: 20px 0;
    }
    .aboutCon3 ul li {
        width: 30.66%;
        float: left;
        margin-left: 2%;
        margin-top: 20px;
        height: 150px;
        box-shadow: 2px 4px 5px #ccc;
    }
    .aboutCon3 ul li img {
        width: 100%;
        float: left;
        height: 100%;
    }
    /*	产品展示*/
    .productBanner {
        width: 100%;
        float: left;
        height: 450px;
        background: url('/Public/home/images/probanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    /* effect-2 css */
    .full-length {
        width: 100%;
        float: left;
        padding-bottom: 40px;
        margin-top: 20px;
    }
    .full-length li {
        float: left;
        width: 30.66%;
        margin-left: 2%;
        list-style: none;
        margin-top: 20px;
        box-shadow: 2px 4px 10px #ccc;
    }
    .btn {
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
        color: #333;
        border: 2px solid #fff;
        background-color: #fff;
        text-decoration: none;
        transition: 0.4s;
        margin-top: 30px;
    }
    .btn:hover {
        background-color: transparent;
        color: #fff;
        transition: 0.4s;
    }
    .text-desc {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #1f2677;
        height: 100%;
        opacity: 0;
        width: 100%;
    }
    .text-desc h3 {
        width: 90%;
        margin-left: 5%;
        float: left;
        text-align: center;
        margin-top: 50px;
        color: #fff !important;
    }
    .port-2 {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
        perspective: 800px;
    }
    .port-2 .text-desc {
        z-index: -1;
        transition: 0.6s;
    }
    .port-2 .image-box {
        transition: 0.4s;
    }
    .port-2:hover .image-box {
        transform: rotateX(80deg);
        transform-origin: center bottom 0;
        transition: 0.4s;
    }
    .port-2.effect-1:hover .text-desc {
        opacity: 1;
    }
    .port-2.effect-2 .text-desc {
        opacity: 1;
        top: -100%;
    }
    .port-2.effect-2:hover .text-desc {
        top: 0;
    }
    .port-2.effect-3 .text-desc {
        opacity: 1;
        top: auto;
        bottom: -100%;
    }
    .port-2.effect-3:hover .text-desc {
        bottom: 0;
    }
    /* effect-2 css end */
    /*	品牌展示*/
    .blandBanner {
        width: 100%;
        float: left;
        height: 450px;
        background: url('/Public/home/images/blandbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .blandTit {
        width: 100%;
        float: left;
        line-height: 30px;
        color: #333;
        font-size: 16px;
        text-align: center;
        margin-top: 40px;
    }
    /*	公司风采  */
    .companyBanner {
        width: 100%;
        float: left;
        height: 100%;
        background: url('/Public/home/images/combanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .companyImg1 {
        width: 100%;
        float: left;
        margin-top: 50px;
    }
    .companyImg2 {
        width: 62%;
        float: left;
        margin-top: 20px;
        height: 320px;
    }
    .companyImg3 {
        width: 36%;
        float: right;
        margin-top: 20px;
        height: 320px;
    }
    .companyImg4 {
        width: 42%;
        float: left;
        margin-top: 20px;
        height: 260px;
    }
    .companyImg5 {
        width: 56%;
        float: right;
        margin-top: 20px;
        height: 260px;
    }
    .companyImg6 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    /*	 新闻中心  */
    .newsBanner {
        width: 100%;
        float: left;
        height: 450px;
        background: url('/Public/home/images/newbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    /*	产品分类  */
    .productClass {
        width: 100%;
        margin-top: 60px;
        float: left;
    }
    .productClassOn {
        width: 14.33%;
        float: left;
        margin-left: 2%;
        padding: 15px 0;
        background: #1f2677;
        box-shadow: 0 4px 6px #ccc;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
    .productClassNo:hover {
        background: #1f2677;
        color: #fff
    }
    .productClassNo {
        width: 14.33%;
        float: left;
        margin-left: 2%;
        padding: 15px 0;
        background: #fff;
        box-shadow: 0 4px 6px #ccc;
        border-radius: 6px;
        color: #333;
        text-align: center;
        font-size: 14px;
    }
    .honorBanner {
        width: 100%;
        float: left;
        height: 450px;
        background: url('/Public/home/images/honorbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    #dituContent {
        height: 350px;
        width: 100%;
        float: left;
    }
    .iw_poi_title {
        color: #CC5522;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        padding-right: 13px;
        white-space: nowrap
    }
    .iw_poi_content {
        font: 12px arial, sans-serif;
        overflow: visible;
        padding-top: 4px;
        white-space: -moz-pre-wrap;
        word-wrap: break-word
    }
    .contactBanner {
        width: 100%;
        float: left;
        height: 450px;
        background: url('/Public/home/images/contactbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
    .contactConBody {
        width: 100%;
        float: left;
        margin: 30px 0;
    }
    .contactConTit {
        width: 100%;
        float: left;
        font-size: 24px;
        color: #f00;
    }
    .contactConTit span {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #1f2677;
        margin-top: 4px;
    }
    .contactConLi {
        width: calc(37.33% - 1px);
        float: left;
        margin-top: 30px;
        margin-right: 2%;
    }
    .contactConLi p {
        font-size: 14px;
        float: left;
        color: #999;
        margin-bottom: 10px;
    }
    .contactConLi span {
        font-size: 12px;
        float: left;
        color: #9c9c9e;
        margin-top: 4px;
        line-height: 20px;
        width: 100%;
    }
    .contactConLine {
        width: 1px;
        float: left;
        height: 100px;
        margin-top: 50px;
        background: #ccc;
        margin-right: 2%;
    }
    .contactConLiTel {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .contactConLiTel img {
        width: 40px;
        height: 40px;
        float: left;
    }
    .contactConLiTel a {
        float: left;
        margin-left: 10px;
        font-size: 30px;
        color: #f00;
    }
    .contactConLi2 {
        width: 50%;
        float: left;
        margin-top: 30px;
    }
    .contactConLi2 p {
        font-size: 14px;
        float: left;
        color: #999;
        width: 100%;
        margin-bottom: 10px;
    }
    .contactConWechatCode {
        width: 100px;
        float: left;
        height: 100px;
    }
    .messageBanner {
        width: 100%;
        float: left;
        height: 450px;
        background: url('/Public/home/images/messagebanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
    }
}


/* 横向放置的手机及分辨率更小的设备 */

@media(max-width:480px) {
    .aboutVideoList {
        width: 100%;
        float: left;
    }
    .aboutVideoListLi {
        width: 100%;
        float: left;
        margin-top: 20px;
        border: 1px solid #f2f5f8;
    }
    .mes_cont {
        width: 96%;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .mes_tit {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f5f8;
    }
    .mes_tit_sp {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 30px;
        text-align: center;
    }
    .mes_tit_time {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #2c2c2c;
        text-align: center;
        margin-top: 16px;
    }
    .mes_detai_con {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .mes_detai_con p {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 24px;
    }
    .mes_detai_con img {
        float: left;
        margin: 10px 5%;
        width: 90%;
    }
    /* wap nav */
    .wapTop {
        width: 100%;
        height: 60px;
        background: #fff;
        box-shadow: 2px 4px 10px #ccc;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .wapTopImg_1 {
        width: 24px;
        position: fixed;
        top: 15px;
        left: 10px;
        z-index: 100;
        margin-top: 4px;
    }
    .wapTopImg_2 {
        width: 70px;
        position: fixed;
        top: 5px;
        left: calc(50% - 35px);
        z-index: 100;
    }
    .wapTopImg_3 {
        width: 24px;
        position: fixed;
        top: 16px;
        right: 10px;
        z-index: 100;
        margin-top: 4px;
    }
    .wapTopMenu {
        width: calc(100% - 40px);
        float: left;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 100;
        background: #fff;
        padding: 10px 20px;
        box-shadow: 2px 4px 10px #ccc;
        display: none;
    }
    .wapTopMenu a {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #333;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f5f8;
        margin-top: 10px;
        text-align: center;
    }
    .wapTopMenu a span {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #666666;
    }
    .wapTopMenu img {
        width: 30px;
        float: left;
        margin: 20px calc(50% - 15px) 0;
    }
    /*背景视觉差*/
    .cd-fixed-background {
        width: 100%;
        height: 250px;
        padding: 0;
        float: left;
    }
    .cd-fixed-background .cd-content {
        width: 50%;
        position: absolute;
        left: 5%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cd-fixed-background .cd-content::after {
        display: none !important;
    }
    .cd-fixed-background.img-1 {
        background-image: url("/Public/home/images/back.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: none;
    }
    .cd-fixed-background {
        background-attachment: fixed;
    }
    /*banner*/
    .apple-banner {
        width: 100%;
        height: 260px;
        overflow: hidden;
        margin-top: 10px;
    }
    .apple-banner .swiper-container {
        width: 100%;
        height: 260px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 15%;
        height: 100%;
        top: 0;
        background: none;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev span,
    .swiper-button-next span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -32px;
        border-radius: 100%;
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center 17px;
        opacity: 0;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
    .swiper-button-next span {
        background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center -71px;
        left: auto;
        right: 20px;
    }
    .swiper-button-prev:hover span,
    .swiper-button-next:hover span {
        opacity: .6;
    }
    /*分页器*/
    .apple-banner .swiper-pagination {
        top: auto;
        bottom: 50px;
        background: none;
    }
    .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 50px;
        height: 10px;
        margin: 0 3px;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }
    .apple-banner .swiper-pagination-bullet span {
        width: 50px;
        height: 2px;
        display: block;
        background: rgba(128, 128, 128, 0.2);
    }
    .apple-banner .swiper-pagination-bullet-active span {
        background: gray;
    }
    .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: rgba(128, 128, 128, 0.2);
    }
    .apple-banner .swiper-pagination-bullet i {
        background: gray;
        height: 2px;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }
    .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .replace span {
        background: gray;
    }
    /*内容样式*/
    /*banner end*/
    .indexTop {
        width: 100%;
        height: 260px;
        float: left;
        margin-top: 50px;
    }
    /*	左侧菜单  */
    .leftMune {
        display: none;
    }
    /*	首页 - 关于我们  */
    .indexAbout {
        width: 96%;
        float: left;
        margin: 20px 2%;
    }
    .indexAboutLogo {
        width: 60px;
        display: block;
        margin: 0 auto;
    }
    .indexAboutText {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12px;
        color: #333;
        line-height: 24px;
        margin-top: 10px;
    }
    .indexAboutNum {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .indexAboutNumLi {
        width: 30.66%;
        float: left;
        margin-left: 2%;
        margin-top: 10px;
    }
    .indexAboutNumLi img {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
    }
    .indexAboutNumLi p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 22px;
        color: #333;
        margin-top: 8px;
    }
    .indexAboutNumLi span {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #333;
        margin-top: 4px;
    }
    #indexAboutNumLiImg1 {
        background: url("/Public/home/images/icon_2.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg1:hover {
        background: url("/Public/home/images/icon_2_on.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg2 {
        background: url("/Public/home/images/icon_3.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg2:hover {
        background: url("/Public/home/images/icon_3_on.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg3 {
        background: url("/Public/home/images/icon_4.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg3:hover {
        background: url("/Public/home/images/icon_4_on.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg4 {
        background: url("/Public/home/images/icon_5.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg4:hover {
        background: url("/Public/home/images/icon_5_on.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    #indexAboutNumLiImg5 {
        background: url("/Public/home/images/icon_6.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
    }
    #indexAboutNumLiImg5:hover {
        background: url("/Public/home/images/icon_6_on.png") no-repeat center;
        background-size: cover;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    /*	首页 - 精品推荐  */
    .indexSelect {
        width: 100%;
        float: left;
    }
    .indexSelectImg {
        width: 120px;
        float: left;
        margin-left: calc(50% - 60px);
        margin-top: 20px;
    }
    .indexSelect ul {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexSelect ul li {
        width: 47%;
        height: 300px;
        float: left;
        margin-top: 10px;
        margin-left: 2%;
        overflow: hidden;
        box-shadow: 1px 2px 5px #ccc;
    }
    .indexSelect ul li img {
        width: 100%;
        float: left;
        height: 100%;
        transition: all 0.6s;
    }
    .indexSelect ul li img:hover {
        transform: scale(1.2);
    }
    .indexMore {
        width: 80px;
        float: left;
        margin: 15px calc(50% - 40px);
    }
    .indexHotProduct {
        width: 100%;
        float: left;
        position: relative;
        height: 800px;
        background: #f6f6f6;
        margin: 10px 0;
    }
    .indexHotProduct_I1 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
    }
    .indexHotProduct_I2 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
    }
    .indexHotProduct_I3 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        height: 100%;
    }
    .indexHotProduct_I4 {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        height: 100%;
        background-size: cover;
    }
    .indexHotProductCon {
        width: 100%;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 30px;
    }
    .indexHotProductConLeft {
        width: 100%;
        float: left;
    }
    .indexHotProductConLeft_img1 {
        width: 35%;
        height: 140px;
        border-radius: 50%;
        margin-left: 10%;
        box-shadow: 2px 4px 10px #ccc;
        float: left;
        transition: all 0.6s;
    }
    .indexHotProductConLeft_img1:hover {
        transform: scale(1.2);
    }
    .indexHotProductConLeft_img2 {
        width: 35%;
        margin-left: 10%;
        border-radius: 50%;
        box-shadow: 2px 4px 10px #ccc;
        float: left;
        transition: all 0.6s;
        height: 140px;
    }
    .indexHotProductConLeft_img2:hover {
        transform: scale(1.2);
    }
    .indexHotProductConCenter {
        width: 80%;
        float: left;
        background: #fff;
        border-radius: 10px;
        box-shadow: 2px 4px 10px #ccc;
        margin: 30px 10%;
    }
    .indexHotProductConCenterImg1 {
        width: 80px;
        display: block;
        margin: 30px auto 0;
    }
    .indexHotProductConCenterT1 {
        width: 90%;
        float: left;
        margin-left: 5%;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .indexHotProductConCenterT1 span {
        font-size: 24px;
    }
    .indexHotProductConCenterImg2 {
        width: 100px;
        float: left;
        margin-left: calc(50% - 50px);
        margin-top: 20px;
    }
    .indexHotProductConCenterImg3 {
        width: 50%;
        float: left;
        margin-top: 20px;
        border-radius: 10px;
        margin-left: 25%;
    }
    /*	首页品牌合作  */
    .indexBlandNew {
        width: 100%;
        float: left;
    }
    .indexBlandList {
        width: 100%;
        float: left;
    }
    .indexBlandList img {
        width: 47%;
        float: left;
        margin-left: 2%;
        height: 120px;
        -webkit-transition: -webkit-transform 1s ease-out;
        -moz-transition: -moz-transform 1s ease-out;
        -o-transition: -o-transform 1s ease-out;
        -ms-transition: -ms-transform 1s ease-out;
        margin-top: 20px;
        border: 1px solid #f2f5f8;
    }
    .indexBlandList img:hover {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
    /*  首页新闻  */
    .indexNewList {
        width: 100%;
        float: left;
    }
    .indexNewListLi {
        width: 96%;
        float: left;
        margin-left: 2%;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f5f8;
        margin-top: 10px;
    }
    .indexNewListLiTime {
        width: 100px;
        height: 80px;
        background: #f3f3f3;
        float: left;
    }
    .indexNewListLiTime p {
        width: 100%;
        float: left;
        margin-top: 10px;
        color: #333;
        font-size: 18px;
        text-align: center;
    }
    .indexNewListLiTime div {
        width: 50%;
        margin-left: 25%;
        background: #d5d5d5;
        height: 2px;
        float: left;
        margin-top: 6px;
    }
    .indexNewListLiTime span {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #333;
        font-size: 16px;
        text-align: center;
    }
    .indexNewListLiText {
        width: calc(100% - 110px);
        float: left;
        margin-left: 10px;
    }
    .indexNewListLiText p {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #333;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .indexNewListLiText p:hover {
        color: #1f2677;
    }
    .indexNewListLiText span {
        width: 100%;
        float: left;
        margin-top: 6px;
        color: #969595;
        font-size: 12px;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .indexNewListLiText span:hover {
        color: #1f2677;
    }
    /*	foot  */
    .indexMessage {
        width: 100%;
        background: url("/Public/home/images/back_3.png") no-repeat center;
        background-size: cover;
        height: 560px;
        float: left;
        margin-top: 20px;
        padding-top: 20px;
    }
    .indexMessageCon {
        width: 100%;
        float: left;
    }
    .indexMessageInt {
        width: calc(96% - 20px);
        float: left;
        background: #fff;
        font-size: 14px;
        color: #333;
        padding: 14px 10px;
        margin-top: 10px;
        margin-left: 2%;
        border: none;
    }
    .indexMessageInt::-webkit-input-placeholder {
        color: #333;
    }
    .indexMessageInt::-moz-input-placeholder {
        color: #333;
    }
    .indexMessageInt::-ms-input-placeholder {
        color: #333;
    }
    .indexMessageIntT {
        width: calc(96% - 20px);
        float: left;
        background: #fff;
        font-size: 14px;
        color: #333;
        padding: 14px 10px;
        min-height: 200px;
        margin-left: 2%;
        border: none;
        margin-top: 10px;
    }
    .indexMessageBtn {
        width: 96%;
        float: left;
        background: #1f2677;
        font-size: 14px;
        color: #fff;
        padding: 15px 0;
        margin-left: 2%;
        border: none;
        margin-top: 30px;
    }
    .indexFoot {
        width: 100%;
        float: left;
    }
    .indexFootTop {
        width: calc(100% - 40px);
        float: left;
        background: #353535;
        padding: 10px 20px;
    }
    .indexFootTopContent {
        width: 100%;
        float: left;
    }
    .indexFootTopLeft {
        width: 100%;
        float: left;
    }
    .indexFootTopLeft_T1 {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #9a9a9a;
        margin-top: 20px;
    }
    .indexFootTopLeft_T1 span {
        font-size: 12px;
    }
    .indexFootTopLeft_T2 {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexFootTopLeft_T3 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexFootTopLeft_T3_li {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexFootTopLeft_T3_li img {
        width: 20px;
        float: left;
    }
    .indexFootTopLeft_T3_li a {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
    }
    .indexFootTopLeft_T3_li p {
        width: calc(100% - 30px);
        float: left;
        font-size: 14px;
        color: #fff;
        margin-left: 10px;
    }
    .indexFootTopLine {
        width: 1px;
        float: left;
        height: 100px;
        background: #fff;
        margin-top: 60px;
        display: none;
    }
    .indexFootTopCenter {
        width: calc(20% - 1px);
        float: left;
        margin-left: 8%;
        display: none;
    }
    .indexFootTopCenter a {
        width: 34%;
        float: left;
        font-size: 14px;
        color: #e3e2e2;
        margin-top: 20px;
    }
    .indexFootTopCenter a:hover {
        color: #1f2677;
    }
    .indexFootTopRight {
        width: 100%;
        float: left;
    }
    .indexFootTopRightLi {
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 15px;
    }
    .indexFootTopRightLi img {
        width: 100px;
        margin: 0 auto;
        display: block;
    }
    .indexFootTopRightLi p {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }
    .indexFootBottom {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 15px 0;
        background: #131313;
    }
    /*	关于我们  */
    .aboutBanner {
        width: 100%;
        float: left;
        height: 260px;
        background: url('/Public/home/images/aboutbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
        margin-top: 10px;
    }
    .aboutBack {
        width: 100%;
        float: left;
        background: url('/Public/home/images/icon_16.png') no-repeat top center;
    }
    .aboutBackRight {
        width: 100%;
        float: left;
    }
    .aboutBackRight_t1 {
        width: 100%;
        float: left;
        font-size: 20px;
        color: #333;
        line-height: 30px;
    }
    .aboutBackRight_t2 {
        width: 100%;
        float: left;
        line-height: 26px;
        font-size: 14px;
        color: #333;
        margin-top: 10px;
    }
    .aboutBackLeft {
        width: 26%;
        float: right;
        display: none;
    }
    .aboutCon2 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .aboutCon2Img1 {
        width: 100%;
        float: left;
    }
    .aboutCon2Img2 {
        width: 100%;
        float: left;
    }
    .aboutCon3 {
        width: 100%;
        float: left;
    }
    .aboutCon3 p {
        width: 100%;
        float: left;
        font-size: 20px;
        color: #333;
        text-align: center;
        margin-top: 20px;
    }
    .aboutCon3 p span {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #333;
        text-align: center;
        margin-top: 4px;
    }
    .aboutCon3 ul {
        width: 100%;
        float: left;
        margin: 10px 0;
    }
    .aboutCon3 ul li {
        width: 47%;
        float: left;
        margin-left: 2%;
        margin-top: 10px;
        height: 110px;
        box-shadow: 2px 4px 5px #ccc;
    }
    .aboutCon3 ul li img {
        width: 100%;
        float: left;
        height: 100%;
    }
    /*	产品展示*/
    .productBanner {
        width: 100%;
        float: left;
        height: 260px;
        background: url('/Public/home/images/probanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
        margin-top: 10px;
    }
    /* effect-2 css */
    .full-length {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .full-length li {
        float: left;
        width: 47%;
        margin-left: 2%;
        list-style: none;
        margin-top: 10px;
        box-shadow: 1px 2px 4px #ccc;
    }
    .btn {
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
        color: #333;
        border: 2px solid #fff;
        background-color: #fff;
        text-decoration: none;
        transition: 0.4s;
        margin-top: 30px;
    }
    .btn:hover {
        background-color: transparent;
        color: #fff;
        transition: 0.4s;
    }
    .text-desc {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #1f2677;
        height: 100%;
        opacity: 0;
        width: 100%;
    }
    .text-desc h3 {
        width: 90%;
        margin-left: 5%;
        float: left;
        text-align: center;
        margin-top: 50px;
        color: #fff !important;
    }
    .port-2 {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
        perspective: 800px;
    }
    .port-2 .text-desc {
        z-index: -1;
        transition: 0.6s;
    }
    .port-2 .image-box {
        transition: 0.4s;
    }
    .port-2:hover .image-box {
        transform: rotateX(80deg);
        transform-origin: center bottom 0;
        transition: 0.4s;
    }
    .port-2.effect-1:hover .text-desc {
        opacity: 1;
    }
    .port-2.effect-2 .text-desc {
        opacity: 1;
        top: -100%;
    }
    .port-2.effect-2:hover .text-desc {
        top: 0;
    }
    .port-2.effect-3 .text-desc {
        opacity: 1;
        top: auto;
        bottom: -100%;
    }
    .port-2.effect-3:hover .text-desc {
        bottom: 0;
    }
    /* effect-2 css end */
    /*	品牌展示*/
    .blandBanner {
        width: 100%;
        float: left;
        height: 260px;
        background: url('/Public/home/images/blandbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
        margin-top: 10px;
    }
    .blandTit {
        width: 100%;
        float: left;
        line-height: 30px;
        color: #333;
        font-size: 14px;
        text-align: center;
        margin-top: 20px;
    }
    /*	公司风采  */
    .companyBanner {
        width: 100%;
        float: left;
        height: 260px;
        background: url('/Public/home/images/combanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
        margin-top: 10px;
    }
    .companyImg1 {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    .companyImg2 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .companyImg3 {
        width: 100%;
        float: right;
        margin-top: 10px;
    }
    .companyImg4 {
        width: 100%;
        float: left;
        margin-top: 10px;
        height: 260px;
    }
    .companyImg5 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .companyImg6 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    /*	 新闻中心  */
    .newsBanner {
        width: 100%;
        float: left;
        height: 260px;
        background: url('/Public/home/images/newbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
        margin-top: 10px;
    }
    /*	产品分类  */
    .productClass {
        width: 100%;
        margin-top: 10px;
        float: left;
    }
    .productClassOn {
        width: 28%;
        float: left;
        margin-left: 4%;
        padding: 15px 0;
        background: #1f2677;
        box-shadow: 0 4px 6px #ccc;
        border-radius: 6px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }
    .productClassNo:hover {
        background: #1f2677;
        color: #fff
    }
    .productClassNo {
        width: 28%;
        float: left;
        margin-left: 4%;
        padding: 15px 0;
        background: #fff;
        box-shadow: 0 4px 6px #ccc;
        border-radius: 6px;
        color: #333;
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }
    .honorBanner {
        width: 100%;
        float: left;
        height: 260px;
        background: url('/Public/home/images/honorbanner.png') no-repeat center;
        background-size: cover;
        box-shadow: 2px 5px 30px #ccc;
        margin-top: 10px;
    }
    #dituContent {
        height: 250px;
        width: 100%;
        float: left;
    }
    .iw_poi_title {
        color: #CC5522;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        padding-right: 13px;
        white-space: nowrap
    }
    .iw_poi_content {
        font: 12px arial, sans-serif;
        overflow: visible;
        padding-top: 4px;
        white-space: -moz-pre-wrap;
        word-wrap: break-word
    }
    .contactBanner {
        width: 100%;
        float: left;
        height: 260px;
        background: url('/Public/home/images/contactbanner.png') no-repeat center;
        background-size: cover;
        margin-top: 10px;
        box-shadow: 2px 5px 30px #ccc;
    }
    .wapIndexBack {
        width: 100%;
        float: left;
        height: 260px;
        margin: 10px 0;
        background: url("/Public/home/images/backwap.jpg") no-repeat center;
        background-size: cover;
    }
    .contactConBody {
        width: 100%;
        float: left;
        margin: 10px 0;
    }
    .contactConTit {
        width: 100%;
        float: left;
        font-size: 20px;
        color: #f00;
    }
    .contactConTit span {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #1f2677;
        margin-top: 4px;
    }
    .contactConLi {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .contactConLi p {
        font-size: 14px;
        float: left;
        color: #333;
        margin-bottom: 10px;
    }
    .contactConLi span {
        font-size: 12px;
        float: left;
        color: #9c9c9e;
        margin-top: 4px;
        line-height: 20px;
        width: 100%;
    }
    .contactConLine {
        display: none;
    }
    .contactConLiTel {
        width: 100%;
        float: left;
    }
    .contactConLiTel img {
        width: 40px;
        height: 40px;
        float: left;
    }
    .contactConLiTel a {
        float: left;
        margin-left: 10px;
        font-size: 30px;
        color: #f00;
        margin-top: 4px;
    }
    .contactConLi2 {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .contactConLi2 p {
        font-size: 14px;
        float: left;
        color: #999;
        width: 100%;
        margin-bottom: 10px;
    }
    .contactConWechatCode {
        width: 100px;
        float: left;
        height: 100px;
    }
    .messageBanner {
        width: 100%;
        float: left;
        height: 260px;
        background: url('/Public/home/images/messagebanner.png') no-repeat center;
        background-size: cover;
        margin-top: 10px;
        box-shadow: 2px 5px 30px #ccc;
    }
}