body {
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    word-wrap: break-word;
}

a {
    font-size: 14px;
    color: #333333;
	text-decoration:none;
}

a:hover {
    color: #df002c;
	text-decoration:none;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

p {
    font-size: 16px;
    color: #555;
    line-height: 22px;
    margin: 0;
}


/* h1logo */

h1 {
    font-size: 20px;
    color: #333333;
    font-family: 'ProximaNova-Semibold';
    text-transform: uppercase;
}


/* h2轮播图 */

h2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
}

.nycqlbrbox_fy {
    margin: 30px 0 180px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb120 {
    padding-bottom: 120px;
}

@media screen and (max-width:992px) {
    .pb120 {
        padding-bottom: 0px;
    }
    .nycqlbrbox_fy {
        margin: 30px 0 20px !important;
    }
}


/* h3模块分隔 */

h3 {
    font-size: 40px;
    font-weight: 700;
    color: #333333;
}


/* h4盒子 */

h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}


/* h5段落*/

h5 {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}


/* h6自定义 */

h6 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}


/* 单一版心媒体查询修改最大最小宽度 */

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}

@media screen and (min-width: 2000px) {
    .container {
        max-width: 88%;
    }
}

@media screen and (max-width: 576px) {
    .container {
        padding: 0 30px;
    }
}


/* 公共部分样式开始 */




/* 数值 */

.shuzhi_item {
	width:1200px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.shuzhi_item::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    background-color: #d9d9d9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.shuzhi_item:last-child::before {
    display: none;
}

.shuzhi_itemboxt {
    display: flex;
    justify-content: center;
}

.shuzhi_itemboxt span {
    font-size: 48px;
    font-family: 'ProximaNova-Bold';
    color: #333;
}

.shuzhi_itemboxt sup {
    margin-top: 30px;
    margin-left: 5px;
    font-size: 16px;
    color: #333;
}

.shuzhi_itembox {
    margin-top: -10px;
    color: #666;
}


