/*======公共样式开始======*/

* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: center;
}

ul,
li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
}

body,
input,
select,
button,
textarea {
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

button {
    cursor: pointer;
    outline:none;
}

i,
em,
cite {
    font-style: normal;
}

aside section,
.body {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

a,
a:link {
    color: #000;
    text-decoration: none;
}


/*璁剧疆a鏍囩鍩烘湰鏍峰紡涓庝吉绫婚€夋嫨鍣ㄨ缃�*/

a:visited {}

a:active,
a:hover {
    text-decoration: none;
    color: #d00000;
}

a:focus {
    outline: none;
}

.orange {
    color: #F26E01;
}

i {
    display: block;
}
p{
    word-wrap: break-word;
}
.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

@media (max-width: 1000px) {
    html {
        font-size: 72px;
    }
    footer {
        padding-bottom: .25rem;
    }
}


/*涓€鍗冧互涓� */

@media screen and (min-width: 1000px) and (max-width: 1280px) {
    html {
        /* font-size: 51px; */
        font-size: 72px;
    }
    footer {
        height: auto;
        padding-bottom: .25rem;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1366px) {
    html {
       /*  font-size: 68px; */
       font-size: 80px;
    }
    footer {
        padding-bottom: .25rem;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1440px) {
    html {
        /* font-size: 73px; */
        font-size: 80px;
    }
    footer {
        padding-bottom: .25rem;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
    html {
        font-size: 85px;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1680px) {
    html {
        font-size: 100px;
    }
    .returnTop{
        right: 8%;
    }
}

@media screen and (min-width: 1681px) and (max-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 1921px) {
    html {
        font-size: 100px;
    }
}

/* @media screen and (min-width: 2049px) and (max-width: 2560px) {
    html {
        font-size: 133px;
    }
}

@media screen and (min-width: 2561px) and (max-width: 3200px) {
    html {
        font-size: 167px;
    }
}

@media screen and (min-width: 3201px) and (max-width: 3840px) {
    html {
        font-size: 200px;
    }
} */



/*======鍏叡鏍峰紡缁撴潫======*/


/*====涓讳綋鍐呭妗嗘灦====*/

body {
    min-width: 1000px;
    max-width: 1920px;
    margin: auto;
}

header {
    width: 100%;
    min-width: 1000px;
    min-height: 1rem;
    background: #ffffff;
    overflow: hidden;
}

main {
    width: 12.8rem;
    min-width: 800px;
    /* border:1px solid blue; */
    margin: 0 auto;
}

footer {
    width: 100%;
    min-width: 1000px;
    /* height:2.7rem; */
    /* border:1px solid green; */
    background: #38516a;
   /*  padding-bottom: .5rem; */
}


/*==================澶撮儴鏍峰紡寮€濮�==================*/

.nav {
    width: 12.8rem;
    height: .34rem;
    /* background: pink; */
    margin: .33rem auto;
}

.nav-logo {
    float: left;
    width: 1.3rem;
    height: .34rem;
    background: url('../images/nav-logo.png') no-repeat;
    background-size: 1.3rem .34rem;
}

.nav-left {
    float: left;
    height: .34rem;
    line-height: .34rem;
    text-align: center;
    font-size: .16rem;
    /* background: skyblue; */
    margin: 0 0 0 1.1rem;
}

.nav-left li {
    min-width: .64rem;
    float: left;
    margin: 0 .64rem 0 0;
}

.nav-left li a {
    display: block;
    color: rgba(30, 42, 54, 0.4);
    width: 100%;
    height: 100%;
}

.nav-left .active a {
    color: #1e2a36;
    font-weight: bold;
    border-bottom: 2px solid #3e9ac8;
}

.nav-left li:hover {
    cursor: pointer;
    /* border-bottom: 2px solid #42c9b1; */
}

.nav-right {
    float: right;
    min-width: 2rem;
    color: #a1a3ab;
    font-size: .14rem;
    line-height: .34rem;
    text-align: center;
    /* background: yellow; */
}

.nav-right li {
    float: left;
    /* width: 56px; */
}

.nav-right li a {
    color: #a1a3ab;
}
.nav-right li .active {
    font-weight: bold;
    color: #000000;
    border-bottom: 2px solid #3E9AC8;
}
.nav-right li:hover {
    cursor: pointer;
}

.divide {
    padding: 0 10px;
}

.carousel {
    width: 100%;
    min-width: 12.8rem;
    /* background: pink; */
    /* margin: .6rem 0 0 0; */
}

.carousel-left {
    position: absolute;
    top: 0;
    bottom: 0;
    width: .68rem;
    height: .68rem;
    /* background: url('../images/pre.png') no-repeat; */
    margin: auto;
}

.carousel-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 68px;
    height: 68px;
    /* background: url('../images/next.png') no-repeat; */
    margin: auto;
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    border: none;
}

.carousel-indicators .active {
    background: #ffffff;
    border: none;
}

.banner {
    width: 100%;
    min-width: 12.8rem;
    /* min-height: 5rem; */
}

.banner>img {
    width: 100%;
}
/* ==============澶撮儴鏍峰紡缁撴潫================= */


/* ==============搴曢儴鏍峰紡寮€濮�================= */

.footer-in {
    width: 12.8rem;
    height: 2.44rem;
    /* background: skyblue; */
    margin: 0 auto;
}

.copyright {
    float: left;
    min-width: 2.26rem;
    height: 100%;
    /* background: skyblue; */
}

.copyright-logo {
    width: 1.3rem;
    height: 1.27rem;
    background: url('../images/logo2.png') no-repeat;
    background-size: 1.3rem 1.27rem;
    margin: .5rem 0 0 0;
}

.copyright-text {
    font-size: .12rem;
    color: rgba(237,244,250, 0.6);
    margin: .2rem 0 0 0;
}

.copyright-text p {
    margin: .1rem 0 0 0;
}
.copyright-text a {
    color: rgba(237,244,250, 0.6);
}
.links {
    float: right;
    min-width: 100px;
    height: 100%;
    /* background: purple; */
}

.links-group {
    float: left;
    margin: .5rem 0 0 0;
}

.links-group p {
    font-size: 14px;
    color: rgba(237,244,250, 0.6);
    margin: 0 0 .15rem 0;
}

.links-group a {
    font-size: 12px;
    color: rgba(237,244,250, 0.6);
}

.links-group li {
    margin: .1rem 0 0 0;
}

.divide1 {
    padding: 0 55px;
}


/* =================搴曢儴鏍峰紡缁撴潫================ */


/* =================鍐呭鏍峰紡寮€濮�================ */

.product {
    padding: .76rem .56rem .82rem;
}

.product li {
    float: left;
    width: 2rem;
    text-align: center;
}

.product-logo {
    width: 1.2rem;
    height: 1.2rem;
}

.product-name {
    font-size: .2rem;
    font-weight: bold;
    color:  rgba(30, 42, 54, 0.8);
    margin: .2rem 0 0 0;
}

.product-info {
    font-size: .16rem;
    color:  rgba(30, 42, 54, 0.6);
    margin: .22rem 0 0 0;
}

.mr129 {
    margin-right: 1.29rem;
}

.mr42 {
    margin-right: .42rem;
}

.news {
    width: 12.8rem;
    min-height: 3.50rem;
    margin: auto;
    padding: 72px 0 0 0;
}

.news span {
    font-size: .16rem;
    color: #7b8191;
}

.news .news-new {
    color: #f96161;
    margin: 0 0 0 .1rem;
}

.rank {
    float: left;
    display: block;
    width: .12rem;
    height: .12rem;
    margin-top: .05rem;
    background: #7b8191;
}

.news-title {
    float: left;
    display: block;
    max-width: 3.11rem;
    /* margin: 0 0 0 30px; */
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pointer {
    cursor: pointer;
}
.news-date {
    float: right;
}

.news-list1 {
    float: left;
    width: 5.65rem;
    /* margin: 0 0 0 .56rem; */
}

.news li {
    margin: .28rem 0 0 0;
}

.news-list2 {
    float: right;
    width: 5.65rem;
}

.news .news-more {
    float: right;
    font-size: .16rem;
    color: #3E9AC8;
    text-decoration: underline;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gray {
    color: #7f849b;
}

.r0 {
    right: 0;
}
.mt10 {
    margin-top: .1rem;
}
.mt26 {
    margin-top: .26rem;
}
.mt32 {
    margin-top: .32rem;
}

.mt36 {
    margin-top: .36rem;
}

.mt76 {
    margin-top: .76rem;
}

.mt94 {
    margin-top: .94rem;
}

.mr20 {
    margin-right: .2rem;
}

.mr26 {
    margin-right: .26rem;
}

.mr8 {
    margin-right: .08rem;
}
.mr10 {
    margin-right: .1rem;
}
.mr30 {
    margin-right: .3rem;
}
.mr40 {
    margin-right: .4rem;
}

.mr110 {
    margin-right: 1.1rem;
}

.mr60 {
    margin-right: .6rem;
}

.mr80 {
    margin-right: .8rem;
}
.ml30 {
    margin-left: .3rem;
}
.ml48 {
    margin-left: .48rem;
}

.mb20 {
    margin-bottom: .2rem;
}

.mb120 {
    margin-bottom: 1.20rem;
}

.mb180 {
    margin-bottom: 1.80rem;
}
.mb346 {
    margin-bottom: 3.46rem;
}
.pt20 {
    padding-top: .2rem;
}

.pt10 {
    padding-top: .1rem;
}
.pt30 {
    padding-top: .3rem;
}
.pb41 {
    padding-bottom: .41rem;
}

.path {
    width: 100%;
    height: .32rem;
    /* background: skyblue; */
    line-height: .4rem;
    margin: .31rem 0 0 0;
    color: #7F849B;
}

.path-icon {
    display: inline-block;
    width: .21rem;
    height: .28rem;
    background: url('../images/path-icon.png') no-repeat;
    background-size: .21rem .28rem;
    position: relative;
    top: .07rem
}

.path .path-text {
    color: rgba(30, 42, 54, 0.6);
    font-size: .16rem;
}

.tab {
    width: 100%;
    height: 60px;
    margin: 75px 0 0 0;
}

.tab li {
    float: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #3e9ac8;
    background: #ffffff;
    border-bottom: 1px solid #3e9ac8;
}

.tab li:hover {
    cursor: pointer;
    /* background: rgba(62,154,200, 0.4); */
}

.tab .active {
    color: #ffffff;
    background: #3e9ac8;
}


/* 鍥炲埌椤堕儴鎸夐挳鏍峰紡 */

.returnTop {
    display: none;
    position: fixed;
    right: 10%;
    bottom: 2.44rem;
    z-index: 99;
    width: .48rem;
    height: .48rem;
    background: url('../images/returnTop.png') no-repeat;
    background-size: .48rem .48rem;
}
.returnTop:hover {
    cursor: pointer;
    background: url('../images/returnTop1.png') no-repeat;
    background-size: .48rem .48rem;
}
.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}
.text_justify{
    text-align: justify;
}
.inline_block {
    display: inline-block;
}

.returnTop:hover {
    cursor: pointer;
}

/* 閫氱敤寮圭獥 */
#Mask {
    display: none;
}
#Mask1 {
    display: none;
}
.mask {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10 , 19,46 , 0.5);
}
.alert {
    position: absolute;
    z-index: 100;
    top: 20%;
    left: 0;
    right: 0;
    width: 5.4rem;
    /* min-height: 2.4rem; */
    background: #ffffff;
    margin: auto;
    padding: .32rem .5rem;
}
.alert >h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.alert >p {
    font-size: 16px;
    color: rgba(33,42,52, 0.6);
    padding-top: .36rem;
    text-align: center;
}
.alert_control {
    width: 100%;
    padding-top: .32rem;
    text-align: center;
}
.alert_control>button {
    width: 1.2rem;
    height: .4rem;
    font-size: 16px;
    font-weight: bold;
}
.btn_cancel {
    color: #3e9ac8;
    border: 1px solid  #3e9ac8;
    background: #ffffff;
}
.btn_sure {
    color: #ffffff;
    border: 1px solid  #3e9ac8;
    background: #3e9ac8;
}
.circular5{
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
    border-radius: .05rem;
}
.circular4{
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
    border-radius: .04rem;
}
.circular3{
    -webkit-border-radius: .03rem;
    -moz-border-radius: .03rem;
    -ms-border-radius: .03rem;
    -o-border-radius: .03rem;
    border-radius: .03rem;
}
.phcolor{ 
    color:#999;
}
.font14 {
    font-size: .14rem;
}
/* =================鍐呭鏍峰紡缁撴潫================ */
/* 鍒嗛〉鏍峰紡 */
.page {
    font-weight: 900;
    height: 40px;
    text-align: right;
    color: #343434;
}

.pagelist {
    font-size: 0;
    height: 50px;
    /* line-height: 50px; */
}

.pagelist span {
    font-size: 14px;
}

.pagelist .jump {
    border: 1px solid  #dfdfdf;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 12px;
    background: #fdfdfd;

}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #fdfdfd;
    color: #343434;
    min-width: 30px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;

}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #3e9ac8;
    color: #fdfdfd;
    border: 1px solid transparent;
}
.pagelist .bgprimary {
    cursor: default;
    color: #fff;
    background: #3E9AC8;
    border: 1px solid #3E9AC8;
    border-radius: 3px;
}


.jumpinp input {
    width: 30px;
    height: 28px;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: normal;
    margin-top:2px;
}

.ellipsis {
    padding: 0px 8px;
}

.jumppoint {
    margin-left: 30px;
}

.pagelist .gobtn {
    width: 30px;
    height: 28px;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    color: #343434;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    line-height: normal;
    margin-top:2px;
    background: #fdfdfd;
    margin-left: 10px;
}

.bgprimary {
    cursor: default;
    color: #fff;
    background: #1cc9b5;
    border-color: #dfdfdf;
}
.pagelist .jump.disabled{
    pointer-events: none;
    background: #ddd;
}
.hide{
    display: none;
}