@charset "utf-8";
*{
    margin: 0px;
    padding: 0px;
}
header,footer,.nav{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header{
    width: 100%;
    height: calc(100vh - 50px);
    overflow: hidden;
    padding-bottom: 0;
    display: block;
    background: url(../images/header.jpg) no-repeat center;
    background-size: cover;
    /* background-clip:border-box; */
}
.logo{
    width: 1200px;
    margin: 0 auto;
}
.nav ul{
    height: 50px;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}
.header a{
    display: inline-block;
    /* height: 50px; */
}
.header .logo{
    vertical-align: middle;
    margin-top: 39px;
    position: relative;
}
.header .logo_01::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 39px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 25%;
}
.header .logo_02{
    color: #fff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin-left: 9px;
    /* border-left: 1px solid #fff; */
    font-family: FZFW ZhuZi A Old Mincho E;
    position: absolute;
    top: 8px;
    left: 26%;
}
.nav{
    background-color: #BB271B;
}
.nav ul li{
    list-style: none;
    
}
.nav li a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #FFDBAA;
    font-weight: bold;
}

/* footer */

.links {
    width: 100%;
    background-color: #BB271B;
    height: 55px;
}

.links ul {
    display: flex;
    justify-content: space-between;
}

.links li a {
    color: #fff;
    height: 55px;
    line-height: 55px;
}

.copy_right {
    width: 100%;
    background-color: #A22015;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

/*手机端导航*/

.mobile {
    width: 100%;
    /*! position: absolute; */
    /*! height: 42px; */
    display: none;
    /* top: 24px;
    right: 0; */
    z-index: 99
}

.mobile-inner-header {
    width: 100%;
    /*! height: 42px; */
    /*! position: absolute; */
    top: 0px;
    right: 0px;
    z-index: 2;
    background: #A22015;
    padding: 10px 0;
    overflow: hidden;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    text-align: left;
    float: right;
    width: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
}

.mobile-inner-header-icon-out span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 219, 170, 0.2);
    width: 100%;
    /*! position: absolute; */
    /*! top: 67px; */
    left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    border-bottom: solid 1px #BB271B;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    text-indent: 15px;
}

.mobile-inner-nav li strong {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 25px;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
    font-size: 12px;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 90%;
    color: #333;
    margin-left: 55px;
    border: none;
    height: 36px;
    line-height: 36px;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    right: auto;
    left: 0;
    background: url(../images/searchBtn.png) no-repeat center center;
    border: none;
    height: 36px;
    line-height: 36px;
}
/* 二级页 */
/*侧边栏*/
.gp-subLeft{background: #F5F5F5; width: 18.33%; margin-top: 30px;}
.gp-subLeft h2{ background-color: #BB271B; color: #FFDBAA; text-align: center;}
.gp-subLeft h2 span{line-height: 42px; display: block; height: 42px;padding: 18px 0 16px 0;}
.gp-subLeft > ul >li{position: relative;}
.gp-subLeft > ul >li > a{padding:18px 0px;display: block;/* border-bottom: 1px */ solid #fff;text-align: center; margin-right: 20px;transition: all 0.35s ease-in-out;}
.gp-subLeft > ul >li > a.active::before{content: ''; display: inline-block; width: 5px; height: 28px; background-color: #FFDBAA; position: absolute; left: 0px;}
.gp-subLeft > ul >li > a:hover,.gp-subLeft > ul >li > a.active{background: #D82B1D; padding-right: 20px;margin-right: 0;color:#fff}
.gp-subLeft .gp-toggles{width: 58px;height: 58px;position: absolute;right: 0;top: 0;line-height: 58px;text-align: center;cursor: pointer;color:#666}
.gp-second-nav{font-size: 14px;display: none;background: #e8f5ea;}
.gp-second-nav dd a{display: block;padding:10px 15px 10px 20px;color:#666;border-bottom: 1px dotted #fff;transition: all 0.35s ease-in-out;}
.gp-second-nav dd a:hover,.second_nav dd a.active{background: #fff;}

/*侧边栏移动端 */
.gp-m-subNav{display:none;}
.gp-m-inner-header{width:100%;height:40px;background-color:rgba(255, 219, 170, 0.2);cursor:pointer;line-height: 40px;}
.gp-m-inner-header > span{height: 40px;padding-left: 15px;font-size: 16px;color:#666;}
.gp-m-subNav .gp-m-inner-header-icon-click{}
.gp-m-subNav .gp-m-inner-header-icon{float: right;width: 40px;height: 40px;text-align: center;}
.gp-m-subNav  .gp-m-inner-header-icon-click i{display: block;}
.gp-subNavm{ width:100%; overflow: hidden;display: none;}
.gp-subNavm h2{width:100%;height:48px;line-height:48px;background-color:#003c7f;}
.gp-subNavm h2 a{padding-left:13px;font-size:20px;font-family:Tahoma;display:block;color:#fff;}
.gp-subNavm ul{}
.gp-subNavm li{position: relative;}
.gp-subNavm li > a{ font-size: 14px;padding-left:13px;height:40px;line-height:40px;border-bottom:1px solid #e6e6e6;display:block;}
.gp-subNavm li.sub_has span{ margin-left: 10px;}
.gp-subNavm li.on a{ color:#003c7f; display:block; width:100%;}
.gp-m-toggle{width: 40px;height: 40px;position: absolute;right: 0;top: 0;line-height: 40px;text-align: center;}
.gp-subNavm dl{ display: none; background-color:#fff; padding:5px 0px;}
.gp-subNavm dl dd{ padding-left: 30px; line-height:18px; padding:8px 0px 8px 30px;border-bottom: 1px dotted #e6e6e6;}
.gp-subNavm li dl dd a{ font-size: 12px; font-weight:normal; display:inline;  border:none; padding:0px;}
.gp-subNavm li dl dd a:hover{ color:#a70510}


@media screen and (max-width:999px) {
  .gp-subLeft{display: none;}
  .gp-m-subNav{display: block;}
  .mobile{ position: relative;}
  .mobile-inner-header-icon{ 
    position: absolute;
    right: 0px;
    top: 33px;
}
}

.sub_right{
    float: right;
    width: 78.5%;
    margin-top: 24px;
}
.bread{
    text-align: right;
}
.bread span{
    margin: 0 8px;
}
.list{
    background-color: #F3F3F3;
    /* width: 78.5%; */
    padding-top: 33px;
    margin-top: 24px;
    position: relative;
}
.channelTitle,.list > ul{
    width: 100%;
    width: 94.9%;
    margin: 0 auto;
    /* margin-top: 33px; */
}
.channelTitle span{
    height: 32px;
    line-height: 32px;
    border-left: 5px solid #FFDBAA;
    padding-left: 6px;
    font-weight: lighter;
}
.list > ul{
    border-top: 1px solid #D8D8D8;
    margin-top: 14px;
    padding-top: 19px;
}
.list > ul li{
    padding-top: 23px;
    padding-bottom: 23px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
}
.list > ul a{
    display: block;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    width: 100%;
}
.list > ul a:hover > .title,.list > ul a:hover > .date{
    color: #BB271B;
    transition: color 0.1s;
}
.list > ul .title{
    width: 85%;
    float: left;
    font-weight: lighter;
    color: #333333;
    padding-left: 18px;
    position: relative;
}
.list > ul .title::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 45%;
}
.list > ul a:hover .title::before{
    background-color: #FFDBAA;
    transition: background-color 0.1s;
}
.list > ul .date{
    /* width: 10%; */
    float: right;
    font-weight: lighter;
    color: #333333;
}
.listContent{
    margin: 0 auto;
}
/* 分页 */
.pages{
    width: 630px;
    margin: 0 auto;
    height: 50px;
    margin-top: 38px;
    padding-bottom: 39px;
    position: relative;
    text-align: center;
}
.pages .prev,.pages .next{
    position: relative;
}
.pages .prev::after,.pages .next::after{
    content: '';
    background: url(../images/page_lf01.png) no-repeat;
    display: inline-block;
    width: 13px;
    height: 23px;
    position: absolute;
    top: 13px;
    left: 18px;
}
.pages .next::after{
    background: url(../images/page_rt01.png) no-repeat;
}
.pages a.prev:hover:after{
    background: url(../images/page_rt033.png) no-repeat;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
}
.pages a.next:hover:after{
    background: url(../images/page_rt03.png) no-repeat;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
}
.pages > a,.pages > .select_box,select{
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: lighter;
    margin-left: 16px;
}
.pages > a:nth-of-type(2):hover,
.pages > a:nth-of-type(3):hover,
.pages > a:nth-of-type(4):hover,
.pages > a:nth-of-type(5):hover,
.pages > a:nth-of-type(6):hover{
    color: #fff;
    background-color: #BB271B;
}
.pages .prev,.pages a.next:hover{
    position: relative;background: none;
}
.pages select{
    width: 121px;
    border-radius: 24px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    position: relative;
    background-color: #F3F3F3;
    background: url(../images/select_down.png) no-repeat;
    background-position: 85px;
    background-size: 17px 9.22px;
}
/* .pages::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 9.22px;
    background: url(../images/select_down.png) no-repeat;
    background-size: 17px 9.22px;
} */
.pages a.on_pages{
    color: #fff;
    background-color: #BB271B;
}
/* 自定义下拉框 */
.pages > .select_box {
	position:relative;
    display: inline-block;
	margin:0 auto;
	width: 120px;
    border-radius: 24px;
}
.mobile_page{
    display: none;
}
.select {
	/* padding:5px 10px; */
	/* border:1px solid #dedede; */
}
.select:hover {
	cursor:pointer;
}
.select span {
	display:inline-block;
	/*background:url("../../img/downicon.png") no-repeat right;
	*/
}
.option {
	display:none;
	position:absolute;
	top:30px;
	width:120px;
	border:1px solid #dedede;
	border-top:none;
    /* z-index: 999; */
}
.option li {
	/* padding:5px 10px; */
    line-height: 10px;
}
.option li:hover {
	background:#ddd;
}

.list .articleTitle{
    height: auto;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    width: 93.2%;
    margin: 0 auto;
}
.list .info{
    text-align: center;
    height: 19px;
    line-height: 19px;
    width: 93.2%;
    margin: 0 auto;
    margin-top: 24px;
}
.list .info span{
    display: inline-block;
    height: 19px;
    line-height: 19px;
    color: #999999;
    font-weight: lighter;
}
.gp-article{
    border-top: 1px solid #E8E8E8;
    width: 93.2%;
    margin: 0 auto;
    padding-top: 21px;
    margin-top: 24px;
}
.gp-article p{
    /* text-indent: 2em; */
    font-weight: lighter;
    color: #000;
    line-height: 24px;
}
.gp-article p table{ text-indent: 0em;}
.gp-article p img{ text-indent: 0em;}
.list .Annex{
    width: 93.2%;
    margin: 0 auto;
    margin-top: 34px;
    padding-bottom: 91px;
}
.list .Annex h3{
    color: #333333;
    font-weight: lighter;
    line-height: 24px;
}
.list .Annex ul{
    margin-top: 21px;
}
.list .Annex li{
    margin-bottom: 8px;
}
.list .Annex a{
    color: #333333;
    font-weight: lighter;
    line-height: 21px;
}

.list .pic{
    width: 97.45%;
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}
.list .pic li{
    width: 29.72%;
    display: inline-block;
    margin: 0 15px;
    padding: 30px 0;
    border-bottom: none;
}
.list .pic li a{
    height: 0px;
    padding-bottom: 117.24%;
}
.sub .bread{
    margin-top: 24px;
}

.list .img{
    background-color: #BB271B;
    color: #FFDBAA;
    text-align: center;
    vertical-align: middle;
    width: 220px;
    height: 76px;
    line-height: 90px;
    margin: 0;
    position: absolute;
    top: -3%;
}
.list .img span{
    display: inline-block;
    border: none;
    height: 42px;
    line-height: 42px;
}
.list .pic2{
    border: none;
    width: 98.75%;
}
.list .pic2 a{
    height: auto;
}
.list .pic2 li{
    display: inline-block;
    width: 28.7%;
    margin: 0 2.6rem;
}
.list .pic2 li div{
    display: inline-block;
    width: 100%;
    height: 0px;
    padding-bottom: 55.977%;
    overflow: hidden;
}
.list li img{
    width: 100%;
}
.list .pic2 li span{
    display: block;
    margin-top: 1.8rem;
    height: 48px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    /* font-weight: lighter; */
}
ul.borderNone{
    border-top: none;
}
.list.article{
    margin-top: 8px;
    padding-top: 22px;
}
.list.article .bread{
    margin-top: 0px;
}
.list.article .img{
    top: 22px;
}
.list.article .articleTitle{
    margin-top: 107px;
}
.mobile .logo{
    width: 80%;
    margin: 10px 0 0 40px;
}

/* 自适应样式 */

@media screen and (max-width:1480px) {
}
@media screen and (max-width:1240px) {
    .mode02 ul li{width: 46.9%}
    .mode05 .row_rt li{width: 46.9% !important;}
    .header .logo_01::after{left: 26%;}
    .header .logo_02{left: 26%;}
    .list .pic li{ width: 28%;}
    .list .pic2 li{ width: 27%;}
}
@media screen and (max-width:1080px) {
    .mode01 .row_rt ul li{
        height: 4rem;
        line-height: 4rem;
    }
    /* .mode01 .row_rt ul li{height: 3.5rem !important; line-height: 3.5rem !important;}
    .mode05 .row_lf li{margin-top: 14px !important;} */
}
@media screen and (max-width:999px) {
    .mode01 .row_rt ul span{margin-right: 2rem;}
    .nav{ display: none; }
    .header .logo{ display: none;}
    .mobile{display: block;}
    .mode02 ul li{width: 100%;}
    .mode02 ul li:nth-of-type(2n){margin-left: 0px;}
    .mode04 .row_lf,.mode04 .row_rt,.mode05 .row_lf,.mode05 .row_rt{width: 100%;}
    .mode05 .row_rt{margin-top: 40px;}
    .mode05 .row_rt li{ max-width: auto; }
    .sub_right{width: 100%;}
    .pages{display: none;}
    .mobile_page{
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 90%;
        height: auto;
    }
    .mobile_page a{
        display: inline-block;
        width: 120px;
        height: 48px;
        line-height: 48px;
        border: 1px solid #D8D8D8;
        border-radius: 24px;
        text-align: center;
        font-size: 1.6rem;
        font-weight: lighter;
        margin-left: 16px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .gp-container{
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .list .pic2 li{width: 41%;}
    .mobile-inner-header-icon{ top: 25px;}
}
@media screen and (max-width:640px) {
    .list > ul .title{ width: 80%;}
    .list .pic li{ width: 27%;}
    .gp-article p img{ width: 100%;}
    .mobile-inner-header-icon{ top: 20px;}
}
@media screen and (max-width:479px) {
    .list > ul .title{ width: 70%;}
    .list .pic li{ width: 41%;}
    .list .pic2 li{width: 38%;}
    .sub{ margin-top: 0px;}
    .list{ margin-top: 50px;}
    .mobile-inner-header-icon{top: 16px;right: -6px;}
    .mobile .logo{
    margin-left: 25px;
}
    
}
@media screen and (max-width:413px) {
    .list .pic2 li{width: 87%;}
    .sub{margin-top: 0px;}
    .list{ margin-top: 100px;}
    .mobile .logo{ margin-left: 20px;}
    .mobile-inner-header-icon{ top: 13px;}
}
@media screen and (max-width:413px) {
    .list > ul .title{ width: 65%;}
    .mobile .logo{ margin-left: 10px;}
    .mobile-inner-header-icon{top: 13px;transform: scale(.8);}
}