﻿@media screen and (max-width:319px) {
    html {
        font-size: 42.67px;
        overflow-y: scroll;
    }

    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }

    body {
        overflow: hidden;
    }
}

@media screen and (min-width:320px) and (max-width:359px) {
    html {
        font-size: 42.67px;
        overflow-y: scroll;
    }

    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }

    body {
        overflow: hidden;
    }
}

@media screen and (min-width:360px) and (max-width:374px) {
    html {
        font-size: 56.25px;
        overflow-y: scroll;
    }

    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }

    body {
        overflow: hidden;
    }
}

@media screen and (min-width:375px) and (max-width:383px) {
    html {
        font-size: 56.25px;
        overflow-y: scroll;
    }

    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }

    body {
        overflow: hidden;
    }
}

@media screen and (min-width:384px) and (max-width:399px) {
    html {
        font-size: 68px;
        overflow-y: scroll;
    }

    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }

    body {
        overflow: hidden;
    }
}

@media screen and (min-width:400px) and (max-width:750px) {
    html {
        font-size: 70px;
        overflow-y: scroll;
    }

    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }
    body {
        overflow: hidden;
    }
}

@media screen and (min-width:750px) {
    html {
        font-size: 70px;
        overflow-y: scroll;
    }

    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }

    body {
        overflow: hidden;
    }
}
* {
    margin: 0;
    padding: 0;
}
a {
    color:#000;
}
a:hover {
    color: #ff0000;
}
input[type=search] {
    -webkit-appearance: none;
    outline: none;
}

input[type=text] {
    -webkit-appearance: none;
    outline: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p, blockquot, filedset, input, nav, aside, header, article, section, figure, figcaption, video, audio, button {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    max-width: 750px;
    background: #fff;
    font-size: .16rem;
    font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
    margin: 0 auto;
    
}

form, ul, li, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

input, select {
    font-size: 12px;
    line-height: 16px;
    outline: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

ul, li {
    list-style-type: none;
    /*font-family: "微软雅黑";*/
}

a {
    color: #666;
    text-decoration: none;
    -webkit-transition: color 300ms,-webkit-transform 300ms;
    transition: color 300ms,transform 300ms;
    -moz-transition: color 300ms, -moz-transform 300ms;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}
/*分类导航*/
#XinNav {
    width: 100%;
    max-width:750px;
    margin: 0 auto;
    background: #fff;
    position: fixed;
    -moz-opacity: 1;
    opacity: 1;
    display: none;
    z-index: 9999999;
    padding: .2rem 0 4rem 0;
    overflow: hidden
}

.NewNav {
    margin-top: 0%;
}

.NewNav ul {
    width: 100%;
    margin: 0 auto;
}

.NewNav li {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.5, transparent), color-stop(.5, #dfdfdf), to(#dfdfdf)) left bottom repeat-x;
    background-size: 100% .01rem;
    margin-bottom:.2rem;
}

.NewNav li p {
    float: left;
    width: 26%;
    font-size: .28rem;
    text-align: right;
    font-weight: bold;
    line-height: .6rem;
    margin-left: 0%;
    background: url(../images/pbg.jpg) right .12rem no-repeat;
    padding-right: 2%
}

.NewNav li p a {
    font-size: .28rem;
    color: #000;
}

.NewNav li p a:hover {
    color: #e00
}

.NewNav li span {
    display: block;
    float: left;
    width: 70%;
    text-align: left;
    margin-left: 1%;
    padding-top: .05rem;
}

.NewNav li span a {
    font-size: .28rem;
    line-height: .6rem;
    padding-left: 1%;
    padding-right: 0%;
    color: #656565;
    display: block;
    float: left;
    width: 32%
}

.NewNav li span a:hover {
    color: #e00
}
/*header 头部*/
.header {
    width: 100%;
    height: 0.68rem;
    background: #df3031;
    padding-top: 0.13rem;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.header .main {
    width: 96%;
    margin: 0 auto;
}

.header .logo {
    width: 25%;
    height: 0.4rem;
}

.header .logo img {
    /*width: 100%;*/
    height: 100%;
}

.header .search {
    width: 45%;
    height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    margin-left: 0.6rem;
    line-height: 0.24rem;
}

.header .search img {
    margin: 0.08rem 0 0 0.14rem;
    width: 0.26rem;
    height: 0.26rem;
}

.header .more {
    width: auto;
    height: 0.4rem;
    line-height:0.5rem;
    color:#fff;
    /*margin-top: 0.04rem;*/
    font-size:0.22rem;
}
    .header .more a {
        color: #fff;
    }

    .header .more img {
        /*width: 100%;*/
        height: 100%;
    }

/* banner开始 */
.addWrap {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0; /*padding-top:8%;*/
}
.addWrap .swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}
.addWrap .swipe-wrap {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}
.addWrap .swipe-wrap div {
    margin: 0;
    padding: 0;
}
.addWrap .swipe-wrap img {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden
}
.addWrap .swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
#position {
    position: absolute;
    bottom: 0;
    right: 5%;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
}
#position li {
    width: 0.06rem;
    height: 0.06rem;
    margin: 0.03rem 0.02rem;
    display: inline-block;
    -webkit-border-radius: 0.05rem;
    border-radius: 0.05rem;
    background-color: #f5f5f5;
}
.cur {
    background-color:#ff0000!important;
    width:0.15rem!important;
}
/* banner结束 */
/* 首页导航 */
.mnlist {
    background: #eaeaea;
    padding: 0.1rem 0;
}
.mnlist li {
    float: left;
    width: 20%;
    text-align: center;
    margin: 0.05rem 0 0.05rem 0;
    color: #555;
}
.mnlist li img {
    width: 0.8rem;
}
.mnlist li a {
    color: #666;
}
.mnlist li p {
    font-size: 0.22rem;
    padding-top: 0.08rem;
}
/* 首页导航结束 */
.ad {
    background:#fff;
    /*border-radius:0.1rem;*/
    /*margin:0.1rem auto;*/
}
.ad-top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 0.2rem;
    border-bottom: 1px solid #df3031;
}
.ad-top-left {
    width:28%;
    padding:0.1rem 0;
}
.ad-top-left img {
    max-width:100%;
    max-height:0.5rem;
}
.ad-top-right ul {
    display: flex;
    justify-content: space-around;
}
.ad-top-right ul li {
    line-height: 0.5rem;
    font-size: 0.22rem;
    color: #666;
    margin: 0.1rem 0.2rem;
    /*padding: 0 0.2rem;*/
}
.ad .on {
    padding: 0 0.1rem;
    background: #d3edff;
    border-radius:0.2rem;
    color:#ff0000!important;
}
.ad-con {
    position:relative;
    width: 100%;
    margin: 0 auto;
}
.ad-con span {
    display: block;
    position: absolute;
    background: #f0f0f0;
}
.ad-con li {
    float: left;
    width: 32.33%;
    margin:0.5% 0.5%;
    /*border-bottom: 0.005rem #e2e2e2 solid;
    border-right: 0.005rem #e2e2e2 solid;*/
}
.ad-con li:nth-child(3n+0) {
    margin-right: 0;
    border-right: 0;
}
.ad-con li img {
    width: 100%;
}
.ad-con li span {
    display:block;
    padding:0.1rem 0;
}
.ad-con li span img {
    height: 0.24rem;
    width: auto;
}
.ad-con li span p {
    display: inline-block;
    font-size: 1vw;
    line-height: 0.24rem;
    color: #e4be00
}
.ad-bottom {
    width: 100%;
    padding: 0.1rem 0;
    border-top: .01rem solid #e2e2e2;
    border-bottom: .01rem solid #e2e2e2;
}
.ad-bottom-left {
    width: 20%;
    padding: 0.25rem 0 0.25rem 2%;
}
.ad-bottom-left img {
    width:1.15rem;
    height:0.7rem;
}
.ad-bottom-right {
    width: 78%;
}
.wenzizhaoshang {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
.wenzizhaoshang li {
    width: 44.5%;
    margin-left: 1.5%;
    padding-left: 2%;
    float: left;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    text-align: left;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(.5, transparent), color-stop(.5, #e9e9e9), to(#e9e9e9)) left bottom repeat-x;
    background-size: 100% 0.01rem;*/
    overflow: hidden;
}
.wenzizhaoshang .wenzi_l a {
    color: #F00;
}
/*新闻板块样式*/
.news {
    width: 100%;
    margin-top: .2rem;
    background: #fff;
}

.news_top {
    width: 100%;
    background: #fff;
    /*border-bottom: 0.01rem solid #df3031;*/
    margin: 0 auto;
    padding-top: 0.05rem;
}

.news_top p {
    float: left;
    background: linear-gradient(to right, #ffb100, #ff0000);
    -webkit-background-clip: text;
    color: transparent;
    text-align: left;
    padding-left: 2.5%;
    margin-left:2%;
    font-size: 0.3rem;
    font-weight: bold;
    /*line-height: 0.32rem;*/
    border-left-width: .1rem;
    border-left-color: #df3031;
    border-left-style:solid;
}
.news_top ul {
    display: flex;
    /*flex-direction:row;
    justify-content:space-around;*/
}
.news_top ul li {
    width: 50%;
    text-align: center;
    font-size: 0.3rem;
    /*margin-top:0.2rem;*/
    color: #666;
    font-weight: bold;
    padding: 0.1rem 0;
    background: #fbfbfb;
}

.news_top ul li em {
    text-indent: -9999px;
    width: 0;
    height: 0;
    border-left: .05rem solid transparent;
    border-right: .05rem solid transparent;
    border-bottom: .05rem solid #df3031;
    line-height: 0;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    /*margin-left: -0.25rem;*/
    transition: all ease .3s;
}
.news_top ul li b {
    text-indent: -9999px;
    width: 0;
    height: 0;
    border-left: .05rem solid transparent;
    border-right: .05rem solid transparent;
    border-bottom: .05rem solid #fff;
    line-height: 0;
    font-size: 0;
    position: absolute;
    bottom: -.01rem;
    left: 50%;
    /*margin-left: -0.25rem;*/
    transition: all ease .3s;
}

.news .on {
    position: relative;
    background: #f0f9ff;
    color: #ff0000 !important;
    position: relative;
}
.news .on:after {
    content: " ";
    width: 0.5rem;
    height: 0.05rem;
    background: red;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 25%;
    transform: translateX(-50%);
}
.news_top p a {
    color: #df3031;
    text-decoration: none;
}

.news_top .more {
    width: 6%;
    float: right;
    position: relative;
    right: 3%;
    top: 3%;
}

.news_top span {
    float: right;
    line-height: 0.32rem;
    margin-right: 2%;
    font-size: 0.2rem;
}

.news_top span a {
    color: #df3031
}

.news_top .more img {
    width: 100%
}
.cptop ul {
    display:flex;
    justify-content:space-around;
    padding:.1rem 0;
}
.cptop ul li {
    width: 23.5%;
    text-align: center;
    line-height: .5rem;
    border-radius: .05rem;
    font-size: .22rem;
}
.cptop ul li:nth-child(1), .cpClass div:nth-child(1) ul li {
    background: #d8e0f5;
}
.cptop ul li:nth-child(2), .cpClass div:nth-child(2) ul li {
    background: #f5ecd7;
}
.cptop ul li:nth-child(3), .cpClass div:nth-child(3) ul li {
    background: #f3d6ff;
}
.cptop ul li:nth-child(4), .cpClass div:nth-child(4) ul li {
    background: #d1ffc9;
}
.cpClass ul li {
    width: 19%;
    float: left;
    line-height: 0.35rem;
    font-size: 0.16rem;
    font-weight: normal;
    padding: 0;
    text-align: center;
    margin: .02rem .03rem;
}
.news_con ul li {
    width: 96%;
    margin: 0 2%;
    line-height: 0.7rem;
    font-size: 0.24rem;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    border-bottom: .01rem solid #eaeaea;
}
.news_con ul li i{
    float:right;
    font-size:.16rem;
    color:#adadad;
    font-style:normal;
}
.news_con ul li p{
    font-size:.16rem;
    color:#adadad;
    line-height:.4rem;
}
.news_con ul li:last-child {
    border:0;
}
.news_con ul li span {
    color: #f00;
}
/*.bingchonghaizuowu {
    width: 100%;
    float: left;
}
.bingchonghaizuowu li {
    width: 29%;
    margin: 3px 4px;
    float: left;
    color: #df3031;
    font-size: 1.6em;
    line-height: 2em;
    font-weight: bold;
    background: #f6f6f6;
    display: inline;
    text-align: center;
}*/
.zhanhui li {
    width: 49.4% !important;
    float: left;
    font-size: .16rem;
    height: auto;
    line-height: .44rem !important;
    text-align: left;
    color: #514e4e;
    margin: 0!important;
    border-bottom: .01rem solid #eaeaea;
    /*border-right: .01rem solid #eaeaea;*/
    text-align: center;
}
.zhanhui li:nth-child(3), .zhanhui li:nth-child(4) {
    border-bottom:0;
}
.zhanhui li p {
    font-weight: normal;
    font-size: .24rem;
    float: none;
    color: #1c1c1c;
    line-height: .32rem;
    padding-top: .2rem;
}
.zhanhui span {
    color: #868484!important;
    font-weight: normal;
    font-size: .12rem;
    /*width: 96%;*/
    display: block;
    margin-bottom: 1%;
    /*margin-right: 1%;*/
}
.kefuzhongxin {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
.kefuzhongxin li {
    width: 44.5% !important;
    margin: 0 !important;
    margin-left: 1.5% !important;
    padding-left: 2%;
    float: left;
    height: 2.6663em;
    line-height: 2.6663em;
    font-size: 1.5em;
    text-align: left;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(.5, transparent), color-stop(.5, #dfdfdf), to(#dfdfdf)) left bottom repeat-x;
background-size: 100% 1px;*/
    border-bottom: .01rem solid #eaeaea!important;
    color: #1c1c1c;
}
.kefu {
    padding: 2%;
    width: 98%;
    margin: 0 auto;
}
.kefu_con {
    float: left;
    max-width: 35%;
    padding-left: 2%;
}
.kefu_con img {
    max-width: 100%;
}
.kefu p {
    float: left;
    padding-left: 0%;
    padding-top: 1%;
    text-align: left;
    font-size: .24rem;
    line-height: .32rem;
}
.kefu p span {
    color: #df3031;
}
/*快速找产品*/
.cpClass {
    width: 96%;
    margin: 0 auto;
}

.cplist {
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    overflow: hidden;
}

.cpClass .cplist li {
    width: 100%;
    float: left;
    height: 0.4rem;
    line-height: 0.4rem;
    padding-left: 0;
    /*font-size: 1.6em;*/
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.5, transparent), color-stop(.5, #dfdfdf), to(#dfdfdf)) left bottom repeat-x;
    background-size: 100% 0.01rem;
    color: #1c1c1c;
    overflow: hidden;
}

.cpClass .cplist li a {
    font-size: 0.16rem;
    color: #616262;
    padding-left: 2%;
}

.cpClass ul li span {
    font-size: 0.32rem;
    display: inline-block;
    width: 100%;
    /*height: 0.4rem;*/
    line-height: 0.4rem;
    text-align: left;
}

/*.cpClass ul li span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.5, transparent), color-stop(.5, #dfdfdf), to(#dfdfdf)) left bottom repeat-x;
    background-size: 100% 0.01rem;
}*/

.cpClass ul li span i {
    float: right;
    color:#8a8a8a;
    font-size:0.24rem;
    background: #fff;
    line-height: 0.48rem;
}

.cpClass ul li .xla {
    float: right;
    color: #a9a9a9;
    font-weight: bold;
    line-height: 0.3rem;
}

.cpClass ul p {
    width: 24.888%;
    float: left;
    line-height: 0.35rem;
    height: 0.35rem;
    font-size: 0.14rem;
    font-weight: normal;
    padding: 0;
}

.cpClass ul p a {
    display: inline-block;
    font-size: 0.14rem;
    height: 0.34rem;
    width: 100%;
    text-align: center;
    border-bottom: 0.01rem dotted #dfdfdf;
    color: #333;
    padding: 0;
    border-left: 0.01rem dotted #dfdfdf;
}

.cpClass ul p a:hover {
    color: #df3031
}

.cpClass ul li span a {
    font-size: 0.12rem;
    color: #616262;
    padding-left: 2%;
}

.cpClass ul li span a:hover {
    color: #df3031
}

.cpClass .xiaode {
    background: #fdfdfd;
    border-top: 0.01rem dotted #dfdfdf;
    border-right: 0.01rem dotted #dfdfdf;
}
/*底部*/
#foot {
    width: 100%;
    text-align:center;
    padding: 2% 0 0 0;
    background: #df3031;
    font-size: .24rem;
    color: #FFFFFF;
    padding: 1% 0;
    bottom: 0;
    z-index: 99999;
    line-height: .32rem;
}
#foot a {
    color: #FFFFFF;
    text-align: center;
}
/*搜索*/
.TOPfix {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.searchPanel {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.search_show {
    filter: alpha(opacity=40);
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    margin: 0 auto;
}

.search_wrap {
    height: .5rem;
    padding: .07rem .06rem;
    position: relative;
    border-bottom: .01rem solid #f2f2f2;
}

.search_wrap .search_box {
    height: .5rem;
    float: right;
    width: 96%;
}

.search_wrap .search_box .Selectbox {
    width: 1.1rem;
    position: absolute;
    top: .1rem;
    left: 17%;
    background-color: transparent;
    height: .5rem;
    overflow: hidden;
    border-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.search_wrap .search_box .Select {
    width: 1.1rem;
    height: .4rem;
    line-height: .5rem;
    top: .02rem;
    position: absolute;
    left: -.03rem;
    cursor: pointer;
    border:0;
    background:#fff;
}

.search_wrap .search_box .search_txt {
    text-indent: 1.3rem;
    height: .5rem;
    line-height: .5rem;
    padding: .02rem .02rem .02rem .1rem;
    font-size: .22rem;
    width: 90%;
    border: .01rem solid #cdcdcd;
    color: #333;
    border-radius: .15rem;
    float: right;
}

.search_wrap .search_box .icon-search {
    position: absolute;
    top: .15rem;
    right: .14rem;
    cursor: pointer;
}

.search_wrap2 {
    padding: .07rem .06rem;
    position: relative;
    border-bottom: .01rem solid #f2f2f2;
    text-align: left;
}

.search_wrap2 .search_type ul li {
    float: left;
    background: #fff;
    border: .01rem solid #e9e9e9;
    font-size: .22rem;
    text-align: center;
    border-radius: .15rem;
    /*margin-right: 1%;*/
    width: 28%;
    height: .35rem;
    line-height: .35rem;
    margin-bottom: .06rem;
}

.search_wrap2 .search_type ul li a {
    color: #333;
}

.search_wrap2 .search_type .current {
    background: #e9e9e9;
}

.search_close {
    display: block;
    width: 60%;
    margin: .15rem auto;
    background: #df3031;
    color: #fff;
    text-align: center;
    font-size: .24rem;
    padding: .08rem .1rem;
    border-radius: .06rem;
    cursor: pointer;
}
/* 漂浮按钮 */
.fixedBar {
    width: 1.3rem;
    position: fixed;
    right: 0;
    bottom: 12%;
    z-index: 99;
    display: none;
}

.fixedBar .aClick {
    display: block;
    width: .66rem;
    height: .66rem;
    margin: 0 auto;
    background: url(../images/index/aclickIcon.png) no-repeat;
    background-size: .66rem .66rem
}

.fixedBar .SubLinks {
    background: #333;
    width: 100%;
    position: relative;
    margin-bottom: .1rem;
    display: none
}

.fixedBar .SubLinks ul li {
    border-bottom: .01rem solid #999;
    padding: .1rem 0;
    text-align:center;
}

.fixedBar .SubLinks ul li a {
    color: #fff
}

.fixedBar .triangle {
    position: absolute;
    left: .58rem;
    bottom: -.07rem;
}

.fixedBar .triangle {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    border-top: .07rem solid #333;
    border-bottom: 0 none;
    border-left: .07rem solid transparent;
    border-right: .07rem solid transparent;
    _color: #333;
    _filter: chroma(color=#333);
}