.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_between2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_wrap {
     display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_wrap2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* Safari */
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #F5F7FA;
}

*,
div,
ul li,
p,
span,
a,
input,
img,
button {
    margin: 0;
    padding: 0;
    font-family: HelveticaNeue-CondensedBlack, HelveticaNeue, "微软雅黑";
    border: 0;
    outline: none;
}

img {
    vertical-align: top;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.none {
    display: none
}

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

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

.pa10 {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.pa20 {
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.pa30 {
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}
.mb50{margin-bottom: 50px}
.pa126 {
    padding: 126px 0;
}

.footer {
    background: #000;
}

.footer .fBox1 {
    padding: 60px 0;
    padding-bottom: 80px;
}

.footer .fBox1 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
}

.footer .fBox1 ul li {
    margin-right: 145px
}

.footer .fBox1 ul li p {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

.footer .fBox1 ul li a {
    font-size: 13px;
    color: #b7b2b2;
    display: block;
    margin-top: 10px;
}

.footer .fBox1 .p1 {
    font-size: 16px;
    color: #b7b2b2;
    line-height: 18px;
    margin-top: 40px;
}

.footer .fBox1 .p1 img {
    width: 25px;
    height: 25px;
    margin-top: -5px;
    margin-right: 5px
}

.footer .fBox1 .p2 {
    font-size: 24px;
    font-weight: bold;
    color: #0099FF;
    margin-top: 10px;
    text-align: center;
}

.footer .fBox2 {
    background: #0099FF;
    height: 60px;
    font-size: 12px;
    color: #fff;
}

.footer .fBox2 p {
    line-height: 60px
}

.footer .fBox2 p a {
    color: #fff;
    margin-left: 40px;
}

.headTop {
    height: 80px;
    background: #fff;
    text-align: center;
    font-size: 31px;
    letter-spacing: 2px;
    line-height: 80px;
    color: #0099FF;
    font-weight: 600;
}

.headTop .w1200 {
    position: relative;
}

.yuyanQH {
    font-size: 14px;
    border: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 25px;
    color: #020202;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
    padding: 0px
}

.yuyanQH .optit {
    border: 1px solid #fff;
    padding: 4px 6px
}

.yuyanQH ul {
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    display: none;
}

.yuyanQH ul li {
    padding: 4px 6px
}

.yuyanQH ul li a {
    color: #000
}

.yuyanQH ul li:last-child {
    border-top: 1px solid #ccc;
}

.yuyanQH:hover ul {
    display: block;
}

.headTopbj {
    background: none;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.4);
}

.headTop p.logo {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff
}

.headTop .mod a {
    font-size: 16px;
    color: #f5efef;
    font-weight: 100;
    padding: 0 20px;
    line-height: 20px
}

.headTop .mod {
    line-height: 65px
}

.headTop .mod a.act {
    color: #fff;
    font-weight: 600
}

.headTopbj .textDT {
    color: #fff
}

.headTopbj .yuyanQH,
.headTopbj .yuyanQH .optit {
    border: 0px;
}

.indexSW {
    width: 100%;
    position: relative;
    height: 715px;
}

.indexSW .bjm {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    left: 0;
    right: 0;
    z-index: -1
}

.indexSW .w1200 {
    position: relative;
}

.indexSW .zipage h1 {
    font-size: 56px;
    color: #FFFFFF;
    line-height: 78px;
    letter-spacing: 4px;
    text-align: center;
}

.indexSW .zipage p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    margin-top: 30px;
}

.indexSW .shubiao {
    position: absolute;
    bottom: 100px;
    text-align: center;
}

.indexSW .shubiao p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    margin-top: 10px;
}

.indexSW .bjs {
    display: none;
    z-index: -10;
    position: relative;
}

.border_bom {}

.commoditycf .clickList::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.pageTit {
    text-align: center;
}

.pageTit h2 {
    font-size: 42px;
    color: #020202;
    line-height: 59px;
    font-weight: 600;
    font-family: PingFangSC-Semibold, PingFang SC;
}

.pageTit p {
    color: #020202;
    font-size: 18px;
    width: 650px;
    margin: 0 auto;
    margin-top: 30px;
}


/*滚动条里面小方块样式*/

.commoditycf .clickList::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #0099FF;
}


/*滚动条里面轨道样式*/

.commoditycf .clickList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}







.partners_277 {display: block;width: 100%;margin-top: 30px;}
.partners_277 .title{ text-align:center; margin-top:0px}
.partners_277 .title a{ text-decoration:none}
.partners_277 .title h1{ font-family:"微软雅黑"; font-weight:500; font-size:36px; color:#000; margin-top:20px; margin-bottom:20px;}
.partners_277 .title p{ font-size:18px; color:#b0b0b0; font-weight:normal; margin-top:5px; font-family:Arial, Helvetica, sans-serif}
.partners_277 .title span{ width:10px; height:10px; margin:0px auto; display:block; margin-top:10px}
.partners_277 .hz_list{ margin-top:20px;width: 1200px;margin: 0 auto;}
.partners_277 .hz_list ul{ overflow:hidden; width:105%}
.partners_277 .hz_list li{ float:left; text-align:center; margin-right:15px;margin-top: 10px;}
.partners_277 .hz_list li .hz_img{ width: 235px;border: #d9d9d9 solid 1px;}
.partners_277 .hz_list li .hz_img img{margin-top: 5px;width:225px; height:150px;}
.partners_277 .hz_list span{ padding:10px 0 10px 0; display:block}