﻿@charset "utf-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0;
}

body,
input,
textarea,
select,
button,
table {
    font-size: 16px;
    line-height: 1.25em;
    font-family: Arial, 'microsoft yahei', Verdana, Helvetica, sans-serif;
}

/*取消按钮点击的时候有阴影*/
a,
img,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-tap-highlight-color: rgba(255, 255, 255, 0);
    -o-tap-highlight-color: rgba(255, 255, 255, 0);
}

button,
input,
textarea,
select {
    border: medium none;
    outline: medium none;
    /*取消chrome下input和textarea的聚焦边框*/
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

body {
    min-width: 320px;
    height: 100vh;
    font-size: 1em;
    -webkit-text-size-adjust: none;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

header,
footer,
section,
nav,
menu,
details,
hgroup,
figure,
figcaption,
article,
aside {
    margin: 0;
    padding: 0;
    display: block;
}

img,
fieldset {
    border: 0;
}

img {
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

a {
    color: #666;
    text-decoration: none;
}

.cl:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.cl {
    zoom: 1
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.dis {
    display: block;
}

.hide {
    display: none;
}

.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}

/*arrow*/
.arr_right:after,
.arr_left:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    top: 50%;
    right: 15px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -0.25rem;
}

.arr_down:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    top: 48%;
    right: -0.85rem;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -0.25rem;
}

.arr_up:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    top: 50%;
    right: -0.85rem;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -0.15rem;
}

/*取消滚动条*/
.cansel_scrollbar::-webkit-scrollbar {
    /* 1 */
    width: 0px;
    background-color: rgba(0, 0, 0, 0);
}

.cansel_scrollbar::-webkit-scrollbar-button {
    /* 2 */
}

.cansel_scrollbar::-webkit-scrollbar-track {
    /* 3 */
}

.cansel_scrollbar::-webkit-scrollbar-track-piece {
    /* 4 */
}

.cansel_scrollbar::-webkit-scrollbar-thumb {
    /* 5 */
    border: none;
    width: 5px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
}

.cansel_scrollbar::-webkit-scrollbar-corner {
    /* 6 */
    background-color: #41475f;
}

.cansel_scrollbar::-webkit-resizer {
    /* 7 */
}

.cansel_scrollbar::-webkit-scrollbar:horizontal {
    height: 1px;
}

body {
    background-color: #fff;
}

.flex {
    display: flex;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-grow-0 {
    flex-grow: 0;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-x-center {
    display: flex;
    justify-content: center;
}

.flex-y-center {
    display: flex;
    align-items: center;
}

.flex-y-start {
    display: flex;
    align-items: flex-start;
}

.flex-x-between {
    display: flex;
    justify-content: space-between;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.main_container {
    overflow-x: hidden;
}

.main_container .headBox {
    height: 730px;
    background: url(../images/head_bg_new.png) center top no-repeat;
}

.main_container .mainInner {
    margin-top: -400px;
    padding-bottom: 60px;
    position: relative;
}

.main_container .mainInner .bottom_bg {
    position: absolute;
    bottom: 0;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.main_container .module1 {
    width: 1170px;
    background-color: #fff;
    border-radius: 20px;
    margin: 30px auto 0;
    box-shadow: 0 0 30px rgba(199, 180, 180, .5);
    position: relative;
    padding-top: 25px;
}

.mainTitle {
    padding-right: 35px;
}

.mainTitle .main_title {
    width: 324px;
}

/*更多*/
.mainTitle .moreBtn {
    font-size: 14px;
    color: #d80c18;
    width: 76px;
    height: 34px;
    background-color: #fff5f5;
    border-radius: 8px;
    cursor: pointer;
}

.mainTitle .moreBtn img {
    width: 20px;
    margin-left: 5px;
}

.module_info {
    padding: 28px 35px;
}

.module_info .imgBox {
    width: 500px;
    height: 275px;
}

.module_info .imgBox img {
    width: 100%;
    height: 100%;
}

.module_info ul li {
    width: 48%;
}

.module_info ul li:nth-child(2n) {
    margin-left: 4%;
}

.module_info ul li a {
    width: 100%;
    height: 50px;
    display: flex;
    align-self: center;
    padding: 0 5px;
    position: relative;
}

.module_info ul li a:hover p {
    color: #e11c1c;
}

.module_info ul li a:hover::after {
    content: '';
    width: 9px;
    height: 11px;
    background: url(../images/icon_arr.png) 0 0 no-repeat;
    background-size: 80% 80%;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}

.module_info ul li a p {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.module_info2 ul {
    width: 100%;
}

.module_info2 ul li a {
    border-bottom: 0;
    height: 52px;
}

.videoList,
.picList {
    margin: 28px 35px 0;
    padding-bottom: 28px;
}

.videoList ul li,
.picList ul li {
    width: 23.5%;
}

.videoList ul li a .videoBox,
.videoList ul li a .videoBox img,
.picList ul li a .picBox,
.picList ul li a .picBox img {
    width: 100%;
    height: 165px;
}

.videoList ul li a p,
.picList ul li a p {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

/*footer*/
.footer {
    width: 100%;
    text-align: center;
    background-color: #ab0c15;
    padding: 25px 0 20px;
}

.footer ul {
    margin-bottom: 10px;
}

.footer ul li a {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.footer ul li {
    position: relative;
    padding: 0 15px;
}

.footer ul li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer a {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}

.footer p a:not(:last-child) {
    margin-right: 30px;
}

.footer .bottom_s2 {
    margin-top: 15px;
    width: 50px;
}

.footer p a img {
    margin-right: 5px;
}

/* GYF 11-21 index02 开始 */
.topbg {
    height: 370px;
    background: url(../images/head_bg_new.png) center top no-repeat;
}

.mainInner02 {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}

.w {
    width: 1170px;
    margin: 0 auto;
}

.nav {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 24px rgba(154, 149, 134, 0.38);
}

.inner_nav {
    height: 68px;
}

.inner_nav .nav_name {
    height: 100%;
    font-size: 18px;
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
}
.inner_nav .nav_name:nth-child(4) {
    margin-right: 0;
}

.inner_nav .nav_name a {
    height: 100%;
    width: 100%;
    color: #353535;
}

.inner_nav .nav_name.active a {
    color: #fff;
    background-color: #ed0900;
    box-shadow: 0 5px 24px rgba(237, 9, 0, 0.38);
}

.innerList {
    padding-top: 40px;
}

.innerList .top-ul li {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
    margin-top: 30px;
}

.innerList li:nth-child(-n + 4) {
    margin-top: 0;
}

.innerList .top-ul li:nth-child(4n) {
    margin-right: 0;
}

.innerList li a .imgs {
    width: 100%;
    height: 165px;
    overflow: hidden;
}

.innerList li a .imgs img {
    width: 100%;
    height: 165px;
}

.innerList ul li p {
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

/* 分页 */
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.ttf') format('truetype');
  }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/*2022-12-20*/
.innerList2 .top-ul li,.picList2 li{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    padding: 12px 15px;
    border-radius: 8px;
    height: 120px;
}
.innerList2 .top-ul li h1,.picList2 li h1{
    color: #000;
    text-align: justify;
}
.innerList2 .top-ul li p,.picList2 li p{
    color: #666!important;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}

.picList2 .top-ul li a{
    cursor: pointer;
}

.picList2 ul li a p {
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}

/*分页*/
.pagination_box {
    margin: 20px 0 40px;
}
.pagination_box nav{
    display: inline-block;
}
.pagination {
    line-height: 30px;
}
.pagination>li {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.pagination>li>a {
    min-width: 32px;
    border-radius: 5px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #000;
    position: relative;
    float: left;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    line-height: 1.42857143;
}
.pagination .active a {
    background-color: #c00000;
    color: #fff;
}
.ipt_page {
    margin-top: -5px;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    font-size: 13px;
    color: rgba(0,0,0,.65);
    border: 1px solid #ddd;
    margin-left: 8px;
    border-radius: 5px;
    text-align: center;
}
.pagination-btn {
    display: inline-block;
    line-height: 32px;
    font-family: HelveticaNeue;
    font-size: 14px;
    color: rgba(0,0,0,.65);
    margin-left: 8px;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid #ddd;
    text-align: center;
    background: none;
}
.mbto-num {
    margin-left: 47px;
    font-size: 13px;
    font-style: normal;
}
.cl:after{
    clear:both;
    content:" ";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
}
.cl{
    zoom:1
}


/* GYF 12-27 index02 开始 */
.btmLeop{
    width: 100%;
    /*position: absolute;
    left: 0;
    top: 68px;
    right: 0;*/
    background-color: #ededed;
}
.btmLeop .nav_list{
    overflow: hidden;
}
.lgtop{
    margin: 10px 0;
}
.lgtop a{
    font-size: 14px;
    color: #000;
}
.lgtop>a{
    width: 130px;
    text-align: center;
    position: relative;
}
.lgtop li{
    height: 32px;
    line-height: 32px;
}
.lgtop li a{
    display: block;
    text-align: center;
    padding: 0 37px;
    position: relative;
}
.lgtop li a::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 50%;
    background-color: #ababab;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lgtop li:last-child a::after{
    display: none;
}
.lgbtm li a{
    width: 130px;
}
.lgtop ul{
    position: relative;
    width: calc(100% - 130px);
}
.lgbtm ul{
    width: calc(100% - 130px);
}
.lgtop ul::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 50%;
    background-color: #ababab;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lgbtm ul::before{
    height: 60%;
}
.lgbtm li:nth-child(8n) a::after{
    display: none;
}
.lgtop a.active{
    color: #ed0900;
}

.lgtop li.active a{
    color: #ed0900;
}

.lgtop a:hover{
    color: #ed0900;
}

/*2023-01-03*/
.videoList ul li,.picList ul li{
    margin-bottom: 15px;
    float: left;
    display: inline-block;
    margin-right: 2%;
}
.videoList ul li:nth-child(4n), .picList ul li:nth-child(4n){
    margin-right: 0;

}

.videoList .picList{
    padding-bottom: 13px;
}


/*2023-02-20*/
.main_searchBox{
    width: 650px;
    height: 45px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.main_searchBox input{
    width: 100%;
    height: 100%;
    border: 1px solid #CB010C;
    border-radius: 8px;
    background-color: #fff;
    font-size: 13px;
    padding: 0 40px 0 15px;
}
.main_searchBox .icon_search{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.main_searchBox2{
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
}
