a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul li {
    list-style: none
}

body {
    text-align: left;
    color: #333;
    line-height: 1.6;
    font-family: "微软雅黑";
    overflow-x: hidden;
    position: relative;
}

@font-face {
    font-family: iconfont;
    src: url(/static/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/static/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/static/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/static/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/static/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/static/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
}

.main {
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

.main2 {
    width: 13.4rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

.clearfix::after {
    content: '';
    display: inline-block;
    clear: both;
}


/*单行隐藏*/

.shide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dhide2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dhide3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.dhide7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.footseat {
    height: 2rem;
}


/*三端*/

.pc {
    display: block;
    position: relative;
}

.ipad {
    display: none;
    position: relative;
}

.mobile {
    display: none;
    position: relative;
}


/*PC标题*/

.pc .maintitle {
    font-size: 0.54rem;
    color: #000;
    position: relative;
    line-height: 0.6rem;
    text-align: center;
    padding-top: 0.3rem;
}

.pc .subtitle {
    font-size: 0.14rem;
    color: #000;
    text-align: center;
    line-height: 0.2rem;
    margin-bottom: 0.2rem;
}


/*ipad标题*/

.ipad .maintitle {
    font-size: 0.45rem;
    color: #000;
    position: relative;
    line-height: 0.5rem;
    text-align: center;
    padding-top: 0.3rem;
}

.ipad .subtitle {
    font-size: 0.14rem;
    color: #000;
    text-align: center;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;
}


/*mobile标题*/

.mobile .maintitle {
    font-size: 0.3rem;
    color: #000;
    position: relative;
    line-height: 0.5rem;
    text-align: center;
    padding-top: 0.2rem;
}

.mobile .subtitle {
    font-size: 0.14rem;
    color: #000;
    text-align: center;
    line-height: 0.2rem;
    margin-bottom: 0.2rem;
}


/*分页*/

.pagination-bar {
    margin: 0.5rem 0px;
    text-align: center;
}

.pagination-bar .pagenum {
    display: inline-block;
    vertical-align: middle;
    width: 0.88rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
    text-align: center;
    margin: 0 0.05rem;
    background-color: #2081ec;
    color: #fff;
    /* border-radius: 0.2rem; */
}

.pagination-bar span {
    display: inline-block;
    width: 0.88rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
    text-align: center;
    margin: 0 0.05rem;
    background-color: #2b314b;
    color: #fff;
    /* border-radius: 0.2rem; */
}

.pagination-bar a {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
    text-align: center;
    background-color: #FFF;
    color: #666;
    border: 0.01rem solid #d5d0d0;
    margin-right: .06rem;
    /* border-radius: 0.1rem; */
}

.pagination-bar .nextpages {
    background-color: #2081ec;
    color: #fff;
    border: 0;
}

.pagination-bar a:hover {
    background-color: #2081ec;
    color: #fff;
    border: none;
}

.pagination-bar a.disabled {
    background-color: #111111;
    color: #FFF;
    border: none;
}

.pagination-bar a.active {
    background-color: #2081ec;
    color: #fff;
    border: none;
}

.pagination-bar a.page-prev,
.pagination-bar a.page-next {
    width: 1.08rem;
    height: 0.4rem;
}


/*头部-PC*/

.header .pc .logobox {
    height: 1.14rem;
    background-color: #fff;
    padding: 0.3rem 0 0.15rem;
}

.header .pc .logobox .logo {
    float: left;
    margin-top: 0.01rem;
}

.header .pc .logobox .logo mip-img {
    /* width: 1.4rem; */
    margin-top: .0rem;
    max-width: 6.5rem;
}

.header .pc .logobox .comname {
    text-align: right;
    float: left;
    border-left: .01rem solid #4f4f4f;
    padding-left: .1rem;
}

.header .pc .logobox .comname .p1 {
    font-size: .24rem;
    color: #1e1e1e;
    font-weight: bold;
}

.header .pc .logobox .comname .p1 span {
    color: #2081ec;
}

.header .pc .logobox .comname .p2 {
    font-size: .16rem;
    color: #616161;
}

.header .pc .logobox .tel {
    float: right;
}

.header .pc .logobox .tel .tel1 {
    padding-left: 0.3rem;
    background: url(../images/tel.jpg) no-repeat;
    background-position: center left;
    background-size: 0.28rem;
    font-family: 'AVENIRNEXTLTPRO-BOLD';
    color: #2081ec;
    font-size: .27rem;
    width: 2.1rem;
    letter-spacing: -0.02rem;
    float: left;
    margin-top: .1rem;
}

.header .pc .navbox .navboxcon {
    width: 100%;
    background: -moz-linear-gradient(top, #1f84ec 0%, #06b8f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f84ec), color-stop(100%, #06b8f3));
    background: -webkit-linear-gradient(top, #1f84ec 0%, #06b8f3 100%);
    background: -o-linear-gradient(top, #1f84ec 0%, #06b8f3 100%);
    background: -ms-linear-gradient(top, #1f84ec 0%, #06b8f3 100%);
    background: linear-gradient(to bottom, #1f84ec 0%, #06b8f3 100%);
}

.header .pc .navbox .navlin {
    background: #f2b10b;
    height: 0.04rem;
    width: 100%;
}

.header .pc .navbox ul {
    display: flex;
    width: 100%;
}

.header .pc .navbox ul li {
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;
    flex: 1;
    color: #fff;
    /* margin: 0 .42rem; */
}

.header .pc .navbox ul li a.Ac {
    border-bottom: .04rem solid #e03c52;
}

.header .pc .navbox ul li a:hover {
    border-bottom: .04rem solid #e03c52;
}

.header .pc .navbox ul li>a {
    display: inline-block;
    height: 0.48rem;
    color: #fff;
    margin: 0.18rem auto 0;
}

.header .pc .navbox ul li span {
    font-size: 0.18rem;
    display: block;
    height: 0.3rem;
    line-height: 0.3rem;
}


/*头部-平板*/

.header .ipad {
    width: 100%;
}


/* .banner .ipad .classbox {
    width: 100%;
}

.banner .ipad .classbox ul {
    font-size: 0;
    padding: 0 0.45rem;
}

.banner .ipad .classbox ul li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0.5rem 0;
}

.banner .ipad .classbox ul li mip-img {
    width: 1.28rem;
    height: 1.28rem;
    border-radius: 50%;
    border: 0.01rem solid #ccc; 
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.banner .ipad .classbox ul li p {
    width: 100%;
    height: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    font-size: 0.32rem;
    color: #414040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */


/*头部-移动*/

.header .mobile {
    width: 100%;
}


/* .banner .mobile .classbox {
    width: 100%;
}

.banner .mobile .classbox ul {
    font-size: 0;
    padding: 0 0.3rem;
}

.banner .mobile .classbox ul li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 0.2rem 0;
}

.banner .mobile .classbox ul li mip-img {
    width: 0.79rem;
    height: 0.79rem;
    border-radius: 50%;
    border: 0.01rem solid #ccc;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.banner .mobile .classbox ul li p {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.23rem;
    color: #414040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */


/* 


*/

.mobile .guanbi {
    display: flex;
    padding: 0 .2rem 0 .3rem;
    height: 1rem;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.mobile .mebul li {
    margin-top: .3rem;
    padding-left: .34rem;
    background: url(../images/mcls.png) no-repeat center left;
    background-size: .2rem .2rem;
    font-size: .3rem;
    font-family: "苹方", "微软雅黑";
}

.mobile .mebul {
    padding: 0 .2rem 0 .3rem;
    width: 3rem;
}

.mobile .mobilenavmeun {
    width: calc(100% - .7rem);
    height: .5rem!important;
}

.mobile .mobilenavBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.mobile .mobilenavmeun a {
    display: block;
    display: flex;
    margin: 0 .15rem;
    height: .5rem;
    font-size: .26rem;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.mobile .classbox2 {
    width: 10%;
    float: right;
    font-size: .4rem;
    color: #ef312a;
    text-align: center;
    padding-top: 0.2rem;
    height: .81rem;
    line-height: .4rem;
    border-bottom: 0.01rem solid #ccc;
}


/*底部-PC*/

footer .pc {
    width: 100%;
    clear: both;
}

footer .pc .foot {
    width: 100%;
    background: #0e6fda;
    overflow: hidden;
    padding: 0.4rem 0;
}

footer .pc .foot .contact {
    float: left;
    padding-left: 0.5rem
}

footer .pc .foot .contact .tit {
    font-size: 0.24rem;
    position: relative;
    color: #fff;
    line-height: 0.8rem
}

footer .pc .foot .contact .tit::after {
    content: '';
    width: 0.4rem;
    height: 0.02rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}

footer .pc .foot .contact .company {
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.6rem;
    padding-top: 0.12rem
}

footer .pc .foot .contact .address {
    font-size: 0.14rem;
    color: #fff;
    padding: 0.12rem 0;
}

footer .pc .foot .contact .address mip-img {
    width: 0.18rem;
    height: 0.18rem;
    display: inline-block;
    vertical-align: middle;
}

footer .pc .foot .contact .address span {
    display: inline-block;
    vertical-align: middle;
}

footer .pc .foot .contact .phone {
    font-size: 0.14rem;
    color: #fff;
    padding: 0.12rem 0;
}

footer .pc .foot .contact .phone mip-img {
    width: 0.18rem;
    height: 0.18rem;
    display: inline-block;
    vertical-align: middle;
}

footer .pc .foot .contact .phone span {
    display: inline-block;
    vertical-align: middle;
}

footer .pc .foot .contact .human {
    font-size: 0.14rem;
    color: #fff;
    padding: 0.12rem 0;
}

footer .pc .foot .contact .human mip-img {
    width: 0.18rem;
    height: 0.18rem;
    display: inline-block;
    vertical-align: middle;
}

footer .pc .foot .contact .human span {
    display: inline-block;
    vertical-align: middle;
}

footer .pc .foot .service {
    float: right;
    padding-right: 0.5rem
}

footer .pc .foot .service .tit {
    font-size: 0.24rem;
    position: relative;
    color: #fff;
    line-height: 0.8rem
}

footer .pc .foot .service .tit::after {
    content: '';
    width: 0.4rem;
    height: 0.02rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}

footer .pc .foot .service .call {
    margin-top: 0.4rem;
}

footer .pc .foot .service .call mip-img {
    width: 0.32rem;
    height: 0.32rem;
    display: inline-block;
    vertical-align: middle;
}

footer .pc .foot .service .call .callbox {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.14rem;
}

footer .pc .foot .service .call .callbox .num {
    font-size: 0.24rem;
    color: #fff;
}

footer .pc .foot .service .call .callbox .text {
    font-size: 0.16rem;
    color: #fff;
}

footer .pc .foot .service .phonecall {
    width: 1.28rem;
    height: 0.33rem;
    display: block;
    margin-top: 0.3rem
}

footer .pc .foot .service .phonecall mip-img {
    width: 1.28rem;
    height: 0.33rem;
    display: block;
}

footer .pc .nav {
    width: 100%;
    background: #0e6fda;
    border-top: 0.01rem solid #92918f;
}

footer .pc .nav ul {
    text-align: center;
}

footer .pc .nav ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.2rem;
}

footer .pc .nav ul li a {
    font-size: 0.16rem;
    color: #fff;
    display: block;
}

footer .pc .copyright {
    width: 100%;
    background: #0e6fda;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
}


/*底部-平板*/

footer .ipad {
    width: 100%;
    /* height: 1.28rem; */
    position: fixed;
    bottom: 0;
    /* padding: 0 0.3rem; */
    box-sizing: border-box;
    z-index: 99;
}


/* footer .ipad ul {
    font-size: 0;
    border-top: 0.01rem solid #e6e6e6;
    background-color: #fff;
}

footer .ipad ul li {
    width: 33%;
    height: 1.28rem;
    text-align: center;
    padding: 0.1rem 0;
    display: inline-block;
    vertical-align: middle;
}

footer .ipad ul li mip-img {
    width: 0.6rem;
    height: 0.6rem;
    display: inline-block;
}

footer .ipad ul li mip-img.phone {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
}

footer .ipad ul li p {
    font-size: 0.35rem;
    color: #666666
}

footer .ipad ul li a {
    display: block;
} */


/*底部-移动*/

footer .mobile {
    width: 100%;
    /* padding: 0 0.3rem; */
    box-sizing: border-box;
    /* height: 0.8rem; */
    position: fixed;
    bottom: 0;
}


/* footer .mobile ul {
    font-size: 0;
    border-top: 0.01rem solid #e6e6e6;
    background-color: #fff;
}

footer .mobile ul li {
    width: 33%;
    height: 0.8rem;
    text-align: center;
    padding: 0.1rem 0;
    display: inline-block;
    vertical-align: middle;
}

footer .mobile ul li mip-img {
    width: 0.34rem;
    height: 0.34rem;
    display: inline-block;
}

footer .mobile ul li mip-img.phone {
    width: 0.6rem;
    height: 0.6rem;
    display: inline-block;
}

footer .mobile ul li p {
    font-size: 0.22rem;
    color: #666666
}

footer .mobile ul li a {
    display: block;
} */


/*媒体查询*/

@media screen and (min-width:1680px) {
    html {
        font-size: 100px!important;
    }
    .footseat {
        display: none
    }
}

@media screen and (max-width:1680px) and (min-width:1600px) {
    body,
    html {
        font-size: 87.50px!important;
    }
    .footseat {
        display: none
    }
}

@media screen and (max-width:1599px) and (min-width:1440px) {
    body,
    html {
        font-size: 83px!important;
    }
    .footseat {
        display: none
    }
}

@media screen and (max-width:1439px) and (min-width:1366px) {
    body,
    html {
        font-size: 75px!important;
    }
    .footseat {
        display: none
    }
}

@media screen and (max-width:1365px) and (min-width:1201px) {
    body,
    html {
        font-size: 71px!important;
    }
    .footseat {
        display: none
    }
}

@media screen and (max-width:1200px) and (min-width:750px) {
    .pc {
        display: none
    }
    .ipad {
        display: block;
    }
    .mobile {
        display: none;
    }
    .contact .main {
        width: 100%;
    }
}

@media screen and (max-width:1200px) and (min-width:1024px) {
    html {
        font-size: 100px!important;
    }
}

@media screen and (max-width:1023px) and (min-width:960px) {
    html {
        font-size: 95px!important;
    }
}

@media screen and (max-width:959px) and (min-width:800px) {
    html {
        font-size: 85px!important;
    }
}

@media screen and (max-width:799px) and (min-width:750px) {
    html {
        font-size: 75px!important;
    }
}

@media screen and (max-width:749px) and (min-width:320px) {
    .pc {
        display: none
    }
    .ipad {
        display: none
    }
    .mobile {
        display: block;
    }
    .contact .main {
        width: 100%;
    }
}

@media screen and (max-width:749px) and (min-width:640px) {
    html {
        font-size: 100px!important;
    }
}

@media screen and (max-width:639px) and (min-width:515px) {
    html {
        font-size: 85px!important;
    }
}

@media screen and (max-width:516px) and (min-width:451px) {
    html {
        font-size: 68px!important;
    }
}

@media screen and (max-width:450px) and (min-width:414px) {
    html {
        font-size: 55px!important;
    }
}

@media screen and (max-width:413px) and (min-width:360px) {
    html {
        font-size: 50px!important;
    }
}

@media screen and (max-width:359px) and (min-width:320px) {
    html {
        font-size: 43px!important;
    }
    .product .mobile .classify .claft .btn {
        width: 1.7rem !important;
    }
    .product .mobile .proCon .Title .tt {
        width: 2.1rem !important;
    }
}

@media screen and (max-width:319px) {
    html {
        font-size: 42px!important;
    }
}


/*版本提示*/

.update-ie {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 0.2rem;
    text-align: center;
}

.update-ie p {
    padding-top: 0.3rem;
}

.update-ie a {
    color: #009aed;
}