::-webkit-scrollbar {
 width: 5px;
}

::-webkit-scrollbar-track {
 background: #ffffff;
}

::-webkit-scrollbar-thumb {
 background-color: #2458D6;
}
  ::-webkit-scrollbar-thumb:hover {
 background-color: #467CFE;
}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
 from {
 -webkit-transform:scale(1.2);
 transform:scale(1.2);
}
 to {
 -webkit-transform:scale(1);
 transform:scale(1);
}
}
@keyframes scale-bg {
 from {
 -webkit-transform:scale(1.2);
 transform:scale(1.2);
}
 to {
 -webkit-transform:scale(1);
 transform:scale(1);
}
}
/*banner */
.index_main {
    background: #f7f7f7;
}
.index_main .section1 {
    position: relative;
}
.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    max-height: 960px;
    padding: 0px;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
}
.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 36%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #f5c920;
    display: inline-block;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 3px;
}
.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}
.index_main .section1 .left {
    left: 0;
}
.index_main .section1 .right {
    right: 0;
}
.index_main .section1 .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow {
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}
.index_main .section1 .slick_txt .prev {
    background-image: url(../image/ban_prev.png);
    left: 60px;
}
.index_main .section1 .slick_txt .next {
    background-image: url(../image/ban_next.png);
    right: 60px;
}
.index_main .section1 .slick_txt .prev:hover {
    background-image: url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover {
    background-image: url(../image/ban_next_hover.png);
}
.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.index_main .section1 .number span {
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span:last-child {
    margin-right: 0;
}
.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.index_main .section2 {
    background: #f5f5f5;
}
.index_main .section2 h3 {
    text-align: center;
}
.index_main .section3 {
    width: 100%;
    height: 100%;
    background: url(../image/3.jpg) no-repeat;
    background-size: 100% 100%;
    max-height: 960px;
}
.index_main .section3 h3 {
    text-align: center;
}
.index_main .section5 {
    background: url(../image/newbg.jpg) center top no-repeat;
    float: left;
    width: 100%;
    max-height: 960px;
}
.index_main .section5 h3 {
    text-align: center;
}
.index_main .section5 .slick-initialized .slick-slide{
	margin: 0px 10px;
}
.index_main .section4{
	background: #f9f9f9;
	max-height: 960px;
}

@media only screen and (max-width: 1600px) {
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 28px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 60px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
}
}

@media only screen and (max-width: 1440px) {
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 24px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 40px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 18px;
    margin-top: 5px;
}
}

@media only screen and (max-width: 1366px) {
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 26px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 16px;
}
.index_main .section1 .index_banner .slick-arrow {
    background-size: auto 30px;
}
}

@media only screen and (max-width: 1300px) {
}

@media only screen and (max-width: 1199px) {
.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 18px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 22px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 14px;
}
}

#w_grid {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: calc(100% - 93px);
    max-height: 960px;
    min-height: 192px;
    margin-top: 93px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#c_portalResPublic_codeContainer .f-cb {
    zoom: 1;
}
#c_portalResPublic_codeContainer .f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
#c_portalResPublic_codeContainer .about-num {
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 0px;
    background: none;
    padding-left: 0%;
}
#c_portalResPublic_codeContainer .about-num li {
    float: left;
    width: 25%;
    position: relative;
    padding-left: 2vw;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    border-right: 0px solid #ccc;
}
#c_portalResPublic_codeContainer .about-num li:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 0px;
    height: 50%;
    background: #dd1c2e;
    z-index: 1;
}
#c_portalResPublic_codeContainer .about-num li h2 {
    font-size: 52px;
    color: #c7000b;
    line-height: 60px;
    display: inline-block;
}
#c_portalResPublic_codeContainer .about-num li p {
    color: #333;
    font-size: 18px;
    line-height: 36px;
}

@media only screen and (max-width: 768px) {
#c_portalResPublic_codeContainer .about-num li h2 {
    font-size: 24px;
    line-height: 2;
}
#c_portalResPublic_codeContainer .about-num li p {
    font-size: 12px;
}
}
#c_portalResPublic_codeContainer {
    width: 100%;
    max-width: 1300px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#w_fbtn .p_CommonBtn {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    border: 2px solid #c7000b;
    transition: all .5s ease;
    z-index: 1;
    overflow: hidden;
}
#w_fbtn .p_CommonBtn .font {
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 16px;
    font-weight: normal;
}
#w_fbtn .p_CommonBtn:hover {
    border: 2px solid #343434;
}
#w_fbtn .p_CommonBtn:hover .font {
    color: #c7000b;
}
#w_fbtn .p_MatteIcon .iconfont:before {
    content: '\e602';
}
#w_fbtn >div {
    animation-fill-mode: both;
}
#w_fbtn .p_CommonBtn:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #c7000b;
    border: 0px solid #343434;
    z-index: 2;
    transition: all .5s ease;
}
#w_fbtn .p_CommonBtn:hover:after {
    width: 0%;
}

@media only screen and (max-width: 1024px) {
#w_fbtn .p_CommonBtn .font {
    font-size: 14px;
}
}
.w_fbtn-001 {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 150px;
    min-height: 36px;
    max-height: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 0;
}
.w_fbtn-001 .p_CommonBtn {
    width: 100%;
    height: inherit;
    padding: 0;
}
.w_fbtn-001 .p_CommonBtn .font {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    height: auto;
}
.w_fbtn-001 .animated {
    width: 100%;
    height: 100%;
    min-height: inherit;
}
.w_fbtn-001 .p_link {
    min-height: inherit;
    display: block;
}
.w_fbtn-001 .p_CommonBtn {
    border-style: solid;
}
.w_fbtn-001 .p_CommonBtn {
    width: 100%;
    height: 36px;
    color: rgba(255,255,255,1);
    border-width: 1px;
    border-style: none;
    border-color: transparent;
    background-color: rgba(255, 102, 0, 1);
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    min-height: inherit;
}
.w_fbtn-001 .p_CommonBtn:before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#w_grid .p_MatteIcon .iconfont:before {
    content: '\e602';
}
#w_grid >div {
    animation-fill-mode: both;
}
#w_grid > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0px;
    clear: left;
}

@media only screen and (max-width: 768px) {
#w_grid > div > .p_gridbox {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
}
#w_grid> div > .p_gridbox > .p_gridCell {
    height: auto;
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(1) {
    height: calc(100vh - 70px - 40%);
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(1)>.w_grid-000:nth-child(1) {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(2) {
    align-items: flex-end;
    height: calc(100vh - 70px - 60%);
}
}

@media only screen and (min-width: 769px) {
#w_grid > div > .p_gridbox {
    height: calc(100vh - 93px);
    max-height: 960px;
    position: relative;
}
#w_grid> div > .p_gridbox > .p_gridCell {
    margin-bottom: 0rem;
    margin-top: 0rem;
    margin-left: 0px;
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(2) {
    width: 100%;
    height: calc(50% - 52px);
    margin-left: 0;
    margin-right: 0;
    clear: none;
    background: url(../image/bg02.jpg) center bottom;
    position: absolute;
    bottom: 1px;
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(1) {
    margin-left: 0;
    clear: left;
    margin-right: 0;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(2n) {
    margin-right: 0;
}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
#w_grid> div > .p_gridbox > .p_gridCell {
    height: calc(100vh - 70px);
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(2n+0) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: none;
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
    margin-right: 0;
    width: 90%;
    margin: auto;
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(2n) {
    margin-right: 0;
}
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(1)>.w_grid-000 {
    max-width: 80%;
}
}

@media only screen and (max-width: 992px) {
#w_grid{
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
#w_common_text:nth-child(2) p{
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-align: justify !important;
}
}
.index_main .section1 .index_banner .item {
    height: 100vh;
}
@media only screen and (max-width: 992px) {
.index_main .section1 .index_banner .item {
    height: 100vh;
    max-height: 350px;
}
}
.index_main .section1 .index_banner .item .inner .block_txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    top: 42%;
}
.index_main .section1 .index_banner .slick-arrow {
    display: none !important;
}
.index_main .section1 .index_banner .slick-dots {
    position: absolute;
    bottom: 12px;
}
.index_main .section1 .index_banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.index_main .section1 .index_banner .slick-dots li button {
    display: none;
}
.index_main .section1 .index_banner .slick-dots li.slick-active {
    background: #fff;
}
.index_main .section1 .number {
    bottom: 12%;
    display: none;
}
.index_main .section1 .number span {
    margin-right: 22px;
}
.index_main .section1 .number span:after {
    bottom: -14px;
}

@media only screen and (max-width: 1440px) {
#w_grid> div > .p_gridbox > .p_gridCell:nth-child(2){
    display: none;
} 
}
@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 340px) {
}

@media only screen and (max-width: 320px) {
}