﻿@charset "UTF-8";
/* yui3 reset.css */
@font-face {
  font-family: oppo;
  src: url("../css/font/OPPOSans-B.eot");
  src: url("../css/font/OPPOSans-B.ttf");
  src: url("../css/font/OPPOSans-B.woff");
}



body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

/* 通用样式 */
.container {
	 min-height:400px;
    width: 1200px;
    margin: 0 auto;
}
.container1 {
	 
    width: 1200px;
    margin: 0 auto;
}
body {
  min-width: 1250px;
  background-color: #f8f8f8;
}

/* 头部 */
#header {
    height: 326px;
}

.header * {
    box-sizing: border-box;
}

.header-banner {
    height: 252px;
    background: url('../images/top.jpg') no-repeat top center;
}

.logo {
    margin-top: 90px;
}

.header-nav {
    height: 74px;
    background: url('../images/header-nav.jpg') no-repeat top center;
}

.header-nav-item {
    float: left;
    height: 74px;
    line-height: 74px;
    font-size: 20px;
    font-weight: 600;
}

.header-nav-item + .header-nav-item {
    background: url('../images/header-nav-line.png') left center no-repeat;
}

.header-nav-item a {
    display: block;
    color: #fff;
    padding: 0 20px;
    letter-spacing: 1px;
}

.header-nav-item.active a {
    color: #fcf204;
}

.header-nav-item:hover a {
    color: #fcf204;
}


/* 尾部 */
.footer {
    background-color: #363942;
    color: #fff;
    padding-top: 27px;
    padding-bottom: 18px;
    margin-top: 23px;
}

.footer-item {
    line-height: 28px;
    text-align: center;
}

.footer-item span {
    padding: 0 13px;
    background: url("../images/footer-icon.png") left center no-repeat;
}

.footer-item span:first-child {
    background: none;
}

.footer-item a {
    color: #fff;
}

.copyright {
    padding-left: 20px;
    background: url("../images/copyright.png") left center no-repeat;
}

/* 悬浮窗 */
.floating{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.floating-list {
    width: 107px;
    text-align: center;
}

.float-item {
    height: 100px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 12px 0px rgba(156, 139, 138, 0.15);
    background-color: #fff;

}

.float-item a {
    display: block;
    color: #333;
    height: 100%;
    padding-top: 44px;
    background-repeat: no-repeat;
    background-position: center 17px;
}

.float-item p {
    height: 56px;
    line-height: 56px;
}

.float-item:nth-child(1) a {
    /* background-image: url("../images/float-1.png"); */
	padding-top: 29px;
}
.float-item:nth-child(2) a {
    background-image: url("../images/float-2.png");
}


.float-item:hover {
    background: url("../images/float-bg.png");
    background-size: 100% 100%;
}

.float-item:nth-child(1):hover a {
    color: #fff;
    /* background-image: url("../images/float-1-hover.png"); */
}
.float-item:nth-child(2):hover a {
    color: #fff;
    background-image: url("../images/float-2-hover.png");
}

/* 二级页面公共头部 */
.sec-title {
    height: 87px;
    line-height: 85px;
    border-bottom: 2px solid #dfe2ee;
    padding-left: 73px;
    font-size: 24px;
    font-weight: bold;
    background: url("../images/sec-title.png") left center no-repeat;
    margin-bottom: 10px;
}

/* 通用列表样式 */
.news-items {
    font-size: 15px;
}

.news-items > li {
    position: relative;
    line-height: 40px;
    vertical-align: top;
}

.news-items > li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 11px;
    height: 11px;
    background: url('../images/item-icon.png') no-repeat center center;
}

.news-items > li > a {
    padding-left: 28px;
    display: block;
    color: #333;
    margin-right: 120px;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
}

.news-items > li:hover a,
.news-items > li:hover .news-time {
    color: #e60002;
}

.news-items > li:hover:before {
    background: url('../images/item-icon-hover.png') no-repeat center center;
}

/* 分页样式复写 */
.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover,
.m-pagination-page > li.active > a {
    background-color: #e60002;
    border-color: #e60002;
    color: #fff;
}

.m-pagination-info > span {
    color: #e60002;
}

.m-pagination-page > li > a,
.m-pagination-group > button {
    background-color: #f1f3fa;
}

.m-pagination-page > li > a {
    width: 38px;
    height: 38px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
}

.m-pagination-group > input {
    height: 38px;
    border-radius: 4px;
    border: 0;
    background-color: #f1f3fa;
    margin-right: 20px;
}
.m-pagination-group > button {
    height: 36px;
    width: 38px;
    line-height: 36px;
    border-radius:4px;
    color: #fff;
    background-color: #e60002;
}

.m-pagination-info {
    height: 38px;
    line-height: 38px;
    margin-right: 74px;
    color: #333;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button {
    border: 0px;
}

.m-pagination-jump {
    width: 110px;
}


/* 2022-2-21新增 */
.header-nav-item {
    position: relative;
}

.header-sub-nav {
    width: 100%;
    background-color: #e43d27;
    box-shadow: 0px 0px 53.01px 3.99px rgba(0, 0, 0, 0.23);
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 9;
    display: none;
}


.header-nav-item:hover .header-sub-nav a,
.header-sub-nav a {
    color: #fff;
}

.header-nav-item .sub-nav-item:hover a {
    color: #fcf204;
}

.header-nav-item:hover .header-sub-nav {
    display: block;
}

