body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}


body {
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
    max-width: 1920px;
    background: #ffecec;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* -------------------- */

.main {
    background: url(../img/mainBg.png) top center no-repeat;
    background-size: 100% auto;
}

.header {
    width: 100%;
    height: 595px;
}

.tzggslide {
    width: 100%;
    height: 178px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.tzggslide .hd {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.tzggslide .hd ul {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.tzggslide .hd li {
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 1px solid #D5040C;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
    display: inline-block;
}

.tzggslide .hd li.on {
    background: #D5040C;
}

.tzggslide .bd li .title {
    font-size: 42px;
    line-height: 55px;
    height: 55px;
    font-weight: bold;
    color: #BC0000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: center;
}

.tzggslide .bd li .desc {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 10px;
    text-align: center;
}


.footer {
    width: 100%;
    height: 215px;
    background: #D5040C;
}



.column {
    padding: 70px 0 40px 0;
}

.newSlide {
    width: 700px;
    position: relative;
}

.newSlide .prev,
.newSlide .next {
    position: absolute;
    left: 0;
    top: 170px;
}

.newSlide .next {
    left: auto;
    right: 0;
}


.newSlide .bd li {
    width: 100%;
}

.newSlide .bd li .img {
    overflow: hidden;
}

.newSlide .bd li .img img {
    width: 100%;
    height: 390px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .bd li .text {
    width: 100%;
    height: 180px;
    background: #FFF8DB;
    box-sizing: border-box;
    padding: 45px 30px;
}

.newSlide .bd li .dete {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(188, 0, 0, .2);
}

.newSlide .bd li .dete .d {
    font-size: 36px;
    color: #BC0000;
    text-align: center;
}

.newSlide .bd li .dete .xian {
    width: 36px;
    height: 0.5px;
    background: rgba(188, 0, 0, .2);
    margin: 10px auto;
}

.newSlide .bd li .dete .y {
    color: #BC0000;
    text-align: center;
}

.newSlide .bd li .tt .title {
    font-size: 20px;
    line-height: 25px;
    height: 25px;
    font-weight: bold;
    color: #BC0000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 5px;
}

.newSlide .bd li .tt .desc {
    line-height: 25px;
    height: 50px;
    color: #666;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newSlide .bd li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newlist {
    width: 700px;
    background: #fff;
}

.newlist .box {
    width: 100%;
    height: calc(570px / 5);
    box-sizing: border-box;
    padding: 30px 40px 0 40px;
    position: relative;
}

.newlist .box a {
    width: 100%;
}

.newlist .box .title {
    width: 520px;
    font-size: 18px;
    line-height: 30px;
    color: #3D3D3D;
}

.newlist .box .dete {
    color: #999;
    position: absolute;
    right: 40px;
    top: 47px;
}

.newlist .box:hover {
    background: #BC0000;
}

.newlist .box:hover .title {
    color: #FFE99F;
    font-weight: bold;
}

.newlist .box:hover .dete {
    color: rgba(255, 233, 159, 0.7);
}

.xxgclist {
    width: 100%;
}

.xxgclist .box {
    width: 446px;
    height: 160px;
    background: #fff;
    margin: 0 30px 30px 0;
    float: left;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.xxgclist .box3,
.xxgclist .box6 {
    margin-right: 0;
}

.xxgclist .box4,
.xxgclist .box5,
.xxgclist .box6 {
    margin-bottom: 0;
}

.xxgclist .box .dete {
    color: #999;
}

.xxgclist .box .title {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #3D3D3D;
    margin-top: 10px;
}

.xxgclist .box::before {
    content: '';
    height: 4px;
    background: #D5040C;
    display: inline-block;
    width: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
}

.xxgclist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.xxgclist .box:hover .title {
    color: #D5040C;
    font-weight: bold;
}

.content3 {
    padding-bottom: 70px;
}

.content4 {
    width: 100%;
    background: url(../img/content4Bg.png) center no-repeat;
    background-size: cover;
}

.yxdtSlide .yleft,
.yxdtSlide .yright {
    position: relative;
    width: 684px;
}

.yxdtSlide .item {
    width: 360px;
    height: 355px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.yxdtSlide .item .img {
    overflow: hidden;
}

.yxdtSlide .item .img img {
    width: 100%;
    height: 167px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yxdtSlide .item .text {
    padding: 20px 0;
}

.yxdtSlide .item .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify;
    color: #414141;
   margin-bottom: 20px;
}

.yxdtSlide .item .text .desc {
    line-height: 25px;
    text-align: justify;
    color: #414141;
    opacity: 0.5;
    margin: 15px 0 30px 0;
   display:none
}

.yxdtSlide .item .text .dete {
    color: #999;
    position: relative;
}

.yxdtSlide .item .text .dete .ico {
    width: 24px;
    height: 12px;
    background: url(../img/jt1.png) no-repeat;
    margin-top: 20px;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 3px;
}

.yxdtSlide .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.yxdtSlide .item:hover .title {
    color: #BC0000;
    font-weight: bold;
}

.yxdtSlide .item:hover .desc {
    color: #666;
}

.yxdtSlide .yright .item {
    right: auto;
    left: 0;
}

.yxdtSlide .yright .box4 {
    position: absolute;
    right: 0;
}

.yxdtSlide .yright .box5 {
    position: absolute;
    right: 0;
    top: 177px;
}

.yxdtSlide{
   display: flex;
    flex-wrap: wrap;
}

.yxdtSlide .box {
    width: calc(100% / 4);
    height: 177px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
}


.yxdtSlide .box .title {
    font-size: 18px;
    line-height: 30px;
    color: #414141;
}

.yxdtSlide .box .dete {
    color: #999;
    margin-top: 10px;
}

.yxdtSlide .box .ico {
    width: 24px;
    height: 12px;
    background: url(../img/jt1.png) no-repeat;
    margin-top: 20px;
    background-size: 100% 100%;
}


.yxdtSlide .box2 .dete,
.yxdtSlide .box5 .dete {
    color: rgba(255, 255, 255, 0.5);
}

.yxdtSlide .box:hover .title{
  color: #BC0000;
    font-weight: bold;
}

.rmcjSlide .bd li {
    width: 685px;
    height: 151px;
    background: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 30px;
    float: left;
    margin-right: 30px;
}

.rmcjSlide .bd ul li:nth-child(2n) {
    margin-right: 0;
}

.rmcjSlide .bd li .dete {
    width: 91px;
    height: 91px;
    background: #FFF8DB;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 15px;
}

.rmcjSlide .bd li .d {
    text-align: center;
    font-size: 30px;
    color: #414141;
}

.rmcjSlide .bd li .y {
    text-align: center;
    color: #C8C8C8;
}

.rmcjSlide .bd li .title {
    font-size: 18px;
    color: #414141;
}

.rmcjSlide .bd li .desc {
    line-height: 26px;
    color: #666;
    text-align: justify;
    margin-top: 13px;
}

.rmcjSlide .bd li:hover .title {
    color: #BC0000;
    font-weight: bold;
}

.rmcjSlide .bd li:hover .desc {
    color: #666;
}

.rmcjSlide .bd li:hover .d {
    color: #D5040C;
    font-weight: bold;
}

.rmcjSlide .bd li:hover .y {
    color: #D5040C;
}


.rmcjSlide .hd {
    margin: 50px 0 100px 0;
    width: 100%;
}

.rmcjSlide .hd ul {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.rmcjSlide .hd li {
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 1px solid #D5040C;
    border-radius: 50%;
    margin: 0 8px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
}

.rmcjSlide .hd li.on {
    background: #D5040C;
}

.footer .container {
    position: relative;
}

.footer .ftIco {
    position: absolute;
    right: 0;
    top: 70px;
}

.footer .banq {
    padding-top: 45px;
}

.footer .banq p {
    line-height: 25px;
    color: #fff;
}

.footer .banq a {
    color: #fff !important;
}

.content5 {
    padding-bottom: 80px;
}

/* 导航 */
.navigation {
    width: 100%;
    height: 60px;
    background: #c30e22;
}


.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav h3 a {
    letter-spacing: 0em;
    color: #353535;
}

.nav .nLi {
    width: 232px;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
}

.nav .nLi.on {
    background: #e00000;
}

.nav .nLi.on h3 a {
    font-weight: bold;
}


.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    height: 100%;
    color: #fff8bd;
    padding: 0 15px;
}

.nav .nLi h3 a:hover {
    font-weight: bold;
}

/* - */

.con-textlist .textlist {
    margin: 20px auto;
    background: #fff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}

.tittle {
    width: 100%;
    height: 60px;
    background: #f4f4f4;
    border-top: 3px solid #c00016;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.name {
    font-size: 18px;
    font-weight: bold;
    color: #c00016;
    float: left;
}

.crumbs {
    font-size: 14px;
    float: right;
    color: #aeaeae;
}

.crumbs a {
    color: #aeaeae;
}

.con-textlist ul.info li {
    border-bottom: 1px dashed #cfcfcf;
    height: 50px;
    line-height: 50px;
}

.con-textlist ul.info li a {
    color: #2c2c2c;
}

.con-textlist ul.info li .dete {
    float: right;
    font-size: 14px;
    color: #ababab;
}

.con-textlist ul.info a:hover {
    color: #bd1a2d;
}

.con-textlist ul.info li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #bd1a2d;
    display: inline-block;
    margin: 0 10px 2px 0;
}

/* 分页 */
ul .list-page {
    height: 40px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    padding: 10px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #bd1a2d !important;
    border: 1px solid #bd1a2d !important;
}


.con-detail .detail {
    margin: 20px auto;
    background: #fff;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}


.tittlebig {
    font-size: 24px;
    font-weight: bold;
    color: #c00016;
    text-align: center;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 80px;
}

.tittlez {
    font-size: 14px;
    color: #aeaeae;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

.con-detail .content {
    margin: 20px auto;
}

.con-detail .content .text {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
}

.con-detail .content .text p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 15px;
}

.content .detail-page {
    line-height: 78px;
    height: 70px;
}

.content .detail-page p a {
    color: #252525;
    font-size: 16px;
}

.content .detail-page p a:hover {
    color: #c00016;
}