* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
embed,
hr {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    /* text-decoration: underline; */
}

body {
    /* font-family: "宋体"; */
    
    font-size: 14px;
    min-width: 1200px;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  
  background: url('../images/top-bg.jpg') no-repeat 0 0/100% auto;
  margin: 0; /* 确保没有额外的 margin */
  padding: 0; /* 确保没有额外的 padding */
}

.banner img {
  margin-top: 0px;
	width: 100%;
}

.main-box {
  background: url('../images/bg.jpg') no-repeat top center;
 
  margin: 0; /* 确保没有额外的 margin */
  padding: 0; /* 确保没有额外的 padding */
}




.section {
    width: 1200px;
    height: auto;
    /* overflow: hidden; */
    margin: auto;
}
.hdjs{ position: relative;}

.hdjs p{position: absolute; left: 150px;top: 180px; text-indent: 2em; width: 900px; font-size: 20px; line-height: 36px;}

#section1 {
    position: relative;
    z-index: 1;
    padding: 10px 0 23px;
    overflow: hidden;
}

#section2 {
    padding: 40px 0 0;
}

#section3 {
    padding: 73px 0 0;
}

#section4 {
    padding: 92px 0 0;
}

#section5 {
    padding: 53px 0 0;
}

#section6 {
    padding: 100px 0 0;
}

#section7 {
    padding: 79px 0 0;
}

#section8 {
    padding: 70px 0 84px;
}

.headline {
    /* position: absolute;
    z-index: 11;
    bottom: 11.624%;
    left: 50%; 
    width: 1200px;
    transform: translateX(-50%);
    box-sizing: border-box;*/
    padding-bottom: 30px;
    border-bottom: 1px dashed #a9a9a9;
}

.headline h3 {
    line-height: 1.2;

    padding: 83px 0 0;
    font-size: 42px;
    font-weight: bold;
    color: #fa5133;
    box-sizing: border-box;
    text-align: center;
}

.headline h3 span {
    display: block;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
	padding: 23px 0 0;
}

.headline h3 a {
    /* margin-right: 20px; */
    color: #fa5133;
}

.headline h3 a:hover {
    text-decoration: underline;
}

.headline p {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 24px;
    color: #333;
    margin-top: 12px;
    padding: 0 50px;
    line-height: 46px;
}

.headline p span {
    position: relative;
    /* display: block; */
    color: #333;
}

.headline p a {
    margin: 3px 0;
    position: relative;
    padding: 0 10px;
    color: #333;
}

/* .headline p a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 14px;
    border-left: 1px solid #fffca8;
} */

.headline p a:last-child::after {
    display: none;
}

.line {
    width: 100%;
    margin-top: 12px;
}

.top-s {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.news {
    float: left;
    width: 590px;
}

.news h3 {
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
}

.news ul {
    margin-top: 14px;
}

.news li {
    position: relative;
    /* height: 36px; */
    line-height: 1.2;
    /* overflow: hidden; */
    padding: 7px 0 7px 16px;
    font-size: 18px;
}

.news li::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    margin-top: -3px;
}

.news li:hover::before {
    background: #d70000;
}

.top-r {
    position: relative;
    float: right;
    width: 560px;
    height: 360px;
}

.top-r .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 17px;
    width: 100%;
    height: 10px;
}

.top-r .hd ul {
    width: 100%;
    height: 100%;
    zoom: 1;
    padding-right: 10px;
    text-align: right;
    box-sizing: border-box;
}

.top-r .hd ul li {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
    text-align: center;
    text-indent: -9999em;
    border-radius: 50%;
}

.top-r .hd ul li.on {
    width: 20px;
    opacity: 1;
    color: #fff;
    border-radius: 5px;
}

.top-r .bd {
    position: relative;
    height: 360px;
    z-index: 0;
}

.top-r .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 360px;
}

.top-r .bd li a {
    display: block;
    height: 100%;
    position: relative;
}

.top-r .bd img {
    width: 100%;
    height: 315px;
    display: block;
}

.top-r .bd h3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: linear-gradient(to right, #ce2829, #d86141);
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
}

.news-more {
    margin-top: 25px;
}

.more {
    width: 100%;
}

.tit {
    display: block;
    max-width: 100%;
    margin: auto;
	padding-bottom: 50px;
    /* transform: translateY(-30px); */
}

/* .ani-box {
    transform: translateY(30px);
}

.on .tit,
.on .ani-box {
    transform: translateY(0);
    transition: transform 1s;
} */


.zbch-l,
.dbwysy-item:first-child {
    transform: translateX(-30px);
}


.zbch-r,
.dbwysy-item:last-child {
    transform: translateX(30px);
}

.on .top-r,
.on .zbch-l,
.on .dbwysy-item,
.on .news,
.on .zbch-r,
.on .tit1,
.on .tit3,
.on .tit4,
.on .tit5,
.on .tit6,

.on .s2-focus,

.on .jctj {
    transform: translateY(0);
    transition: transform 1s;
}

.tit1,
.tit3,
.tit4,
.tit5,
.tit6 {
    transform: translateY(-30px);
}

.zbch,

.s2-focus,

.jctj {
    transform: translateY(30px);
}



.zbch {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.zbch-l {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 445px;
    height: 652px;
    overflow: hidden;
    background: url('../images/kuang.png') no-repeat 0 0/100% 100%;
}

.rmch {
    position: relative;
    width: 392px;
    height: 605px;
}

.zbch-l .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 10px;
}

.zbch-l .hd ul {
    width: 100%;
    height: 100%;
    zoom: 1;
    padding-right: 10px;
    text-align: right;
    box-sizing: border-box;
}

.zbch-l .hd ul li {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    text-align: center;
    text-indent: -9999em;
    border-radius: 50%;
}

.zbch-l .hd ul li.on {
    width: 20px;
    background: #bf0000;
    color: #fff;
    border-radius: 5px;
}

.zbch-l .bd {
    position: relative;
    height: 605px;
    z-index: 0;
}

.zbch-l .bd li {
    zoom: 1;
    vertical-align: middle;
}

.zbch-l .bd li a {
    display: block;
    position: relative;
}

.zbch-l .bd img {
    width: 100%;
    height: 605px;
    display: block;
}

.zbch-l .bd h3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 50px; */
    line-height: 1.2;
    overflow: hidden;
    background: rgba(0, 0, 0, .6);
    padding: 10px 20% 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
}



.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.zbch-r {
    float: right;
    width: 726px;
    height: 630px;
    overflow-y: auto;
    background: #fff;
    margin-top: 20px;
    padding: 0 65px 0 25px;
    box-sizing: border-box;
}

.zbch-r li {
    position: relative;
    height: 192px;
    padding: 30px 0;
    border-bottom: 1px dashed #d2d2d2;
}

.zbch-r li:last-child {
    border-bottom: none;
}

.zbch-r li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zbch-r li a:hover {
    background: #e7f4ff;
}

.zbch-r li h3 {
    float: right;
    display: flex;
    align-items: center;
    width: 353px;
    height: 100%;
    line-height: 36px;
    font-size: 20px;
}

.zbch-r li .img-box {
    width: 240px;
    
}

.img-box img {
    width: 100%;
    height: 100%;
}

.img-box {
    float: left;
    overflow: hidden;
}



.dbwysy {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.dbwysy-item {
    width: 585px;
    height: 648px;
    background: url('../images/dbwy.png') no-repeat 0 0/100% 100%;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 10px rgba(233, 213, 186, .4);
}

.dbwysy-item h2 {
    padding-top: 17px;
    font-size: 28px;
    font-weight: bold;
    color: #e39b3d;
    text-align: center;
}

.dbwysy-item h2 a {
    color: #e39b3d;
}

.dbwysy-item ul {
    width: 520px;
    margin: auto;
}

.dbwysy-item .ul1 {
    display: flex;
    justify-content: space-between;
    height: 358px;
    overflow: hidden;
    margin-top: 47px;
}

.dbwysy-item .ul1 li {
    width: 246px;
}

.face {
    position: relative;
    width: 246px;
    height: 246px;
    overflow: hidden;
    border-radius: 50%;
}

.face img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.face span {
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(229, 71, 36, .6);
    box-sizing: border-box;
    transition: bottom 0.5s;
}

.dbwysy-item .ul1 li:hover .face span {
    bottom: 0;
}

.face span h3 {
    padding: 10px 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.face span p {
    line-height: 18px;
    padding: 0 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.dbwysy-item .ul1 li .p1 {
    line-height: 34px;
    padding-top: 15px;
    font-size: 20px;
    text-align: center;
}

.dbwysy-item .ul2 {
    margin-top: 52px;
}

.dbwysy-item .ul2 li {
    line-height: 28px;
    padding: 5px 0;
    font-size: 18px;
    border-bottom: 1px dashed #d2d2d2;
}

.dbwysy-item .ul2 li:last-child {
    border-bottom: none;
}

.dbwysy-item .ul2 li em {
    font-style: normal;
}















.s2-focus {
    position: relative;
    margin-top: 50px;
}

.s2-focus .bd {
    /* width: 1080px; */
    overflow: hidden;
    /* margin: auto; */
}

.s2-focus .prev,
.s2-focus .next,
.jctj .prev,
.jctj .next {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -90px;
    cursor: pointer;
}

.s2-focus .prev,
.jctj .prev {
    left: 15px;
    background-image: url("../images/btn-left1.png");
}

.s2-focus .next,
.jctj .next {
    right: 11px;
    background-image: url("../images/btn-right1.png");
}

.s2-focus .prev {
    left: -70px;
}

.s2-focus .next {
    right: -70px;
}

.s2-focus .bd li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 299px !important;
    height: 421px;
    background: url('../images/qxhfx.png') no-repeat 0 0/100% 100%;
    /* margin: 0 5px; */
    padding: 27px 15px 0;
    box-sizing: border-box;
}

.s2-focus .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.s2-focus .bd li:nth-of-type(2n+1) {
    margin-top: 36px;
}

.s2-focus .bd li img {
    display: block;
    width: 100%;
    height: 150px;
}

.s2-focus .bd li h3 {
    line-height: 32px;
    padding: 29px 0 0;
    font-size: 20px;
    color: #333;
}

.s2-focus .bd li p {
    line-height: 24px;
    font-size: 18px;
}





.jctj {
    position: relative;
    width: 100%;
    height: 711px;
    margin-top: 30px;
}

.jctj .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
}

.jctj .hd ul {
    width: 100%;
    height: 100%;
    zoom: 1;
    text-align: center;
    box-sizing: border-box;
}

.jctj .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 72px;
    height: 8px;
    line-height: 10px;
    overflow: hidden;
    background: #ffd4a6;
    cursor: pointer;
    text-align: center;
    text-indent: -9999em;
}

.jctj .hd ul li.on {
    background: #fa5133;
    color: #fff;
}

.jctj .bd {
    position: relative;
    height: 672px;
    z-index: 0;
}

.jctj .bd li {
    zoom: 1;
    vertical-align: middle;
}

.jctj .bd li a {
    display: block;
    position: relative;
}

.jctj .bd img {
    width: 100%;
    height: 672px;
    display: block;
}

.jctj .bd h3 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    background: #d1482f;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}



/* ********** */



.s4-focus {
    position: relative;
    height: 650px;
    margin-top: 36px;
}

.s4-focus .hd {
    position: absolute;
    z-index: 1;
    right: 95px;
    bottom: 27px;
    width: 15px;
}

.s4-focus .hd ul {
    width: 100%;
    zoom: 1;
    box-sizing: border-box;
}

.s4-focus .hd ul li {
    margin: 7px 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    background: none;
    border: 1px solid #fff;
    cursor: pointer;
    text-align: center;
    text-indent: -9999em;
    box-sizing: border-box;
    border-radius: 50%;
}

.s4-focus .hd ul li.on {
    background: #fff;
    color: #fff;
}

.s4-focus .bd {
    position: relative;
    z-index: 0;
    width: 1022px;
    height: 100%;
    margin: auto;
}

.s4-focus .bd li {
    height: 650px;
    zoom: 1;
    vertical-align: middle;
}

.s4-focus .bd li a {
    display: block;
    position: relative;
    height: 100%;
}

.s4-focus .bd img {
    width: 100%;
    height: 596px;
    display: block;
    border: 10px solid #fbb1a7;
    box-sizing: border-box;
}

.s4-focus .bd li span {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: center;
    width: 760px;
    height: 127px;
    overflow: hidden;
    background: #fff;
    margin-left: -380px;
    padding: 0 25px 0 126px;
    box-sizing: border-box;
}

.s4-focus .bd li span i {
    position: absolute;
    left: 25px;
    top: 50%;
    display: block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #e02a37;
    margin-top: -37px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.s4-focus .bd li span h3 {
    font-size: 26px;
    font-weight: bold;
}

.s4-focus .bd li span p {
    line-height: 21px;
    margin-top: 6px;
}

.s4-focus .prev,
.s4-focus .next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 96px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -48px;
    cursor: pointer;
}

.s4-focus .prev {
    left: 0;
    background-image: url("../images/btn-left2.png");
}

.s4-focus .next {
    right: 0;
    background-image: url("../images/btn-right2.png");
}

.comments-box {
    max-height: 800px;
    overflow-y: auto;
    margin-top: 20px;
}


/* .ani-wrapper {
    overflow: visible;
} */


/* //////////////// */

.lhwg li img,
.xshx li img,
.zbch-r li img,
.lh-news img,
.switch-box-l li img,
.face img,
.s2-focus .bd li img {
    transition: all 0.7s;
}

.lhwg li img:hover,
.xshx li img:hover,
.zbch-r li img:hover,
.lh-news img:hover,
.switch-box-l li img:hover,
.face img:hover,
.s2-focus .bd li img:hover {
    transform: scale(1.2, 1.2);
}

.headline p a:hover,
.news h3 a:hover,
.news li a:hover,
.zbch-r li a:hover,
.dbwysy-item .ul2 li a:hover,
.dbwysy-item .ul1 li:hover .p1,
.news1 li a:hover,
.s2-focus .bd li:hover h3,
.lhrp li a:hover,
.zbch-l .bd li:hover h3 {
    color: #044ef0;
}

.xshx {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 58px;
}

.xshx-item {
    position: relative;
    width: 589px;
    /* height: 405px;
    overflow: hidden; */
}

.xshx-item-pic {
    height: 322px;
    background: url('../images/xshx-item-bg.png') no-repeat 0 bottom/100% auto;
}

.xshx-item-pic img {
    display: block;
    width: 548px;
    height: 307px;
    margin: auto;
}

.xshx-item-word {
    /* position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; */
    width: 100%;
    /* height: 55px; */
}

.xshx-item h3 {
    line-height: 1.3;
    /* margin-bottom: 10px; */
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fa5133;
}

.xshx-item h3 a,
.xshx-item p a {
    color: #fa5133;
}

.xshx-item h3 a:hover {
    text-decoration: underline;
}

.xshx-item p {
    display: none;
    line-height: 34px;
    font-size: 18px;
    color: #000;
}

.jjcqt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 33px;
}

.jjcqt-focus {
    position: relative;
    width: 560px;
    height: 325px;
}

.jjcqt-focus .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 10px;
}

.jjcqt-focus .hd ul {
    width: 100%;
    height: 100%;
    zoom: 1;
    padding-right: 10px;
    text-align: right;
    box-sizing: border-box;
}

.jjcqt-focus .hd ul li {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
    text-align: center;
    text-indent: -9999em;
    border-radius: 50%;
}

.jjcqt-focus .hd ul li.on {
    width: 20px;
    opacity: 1;
    color: #fff;
    border-radius: 5px;
}

.jjcqt-focus .bd {
    position: relative;
    height: 325px;
    z-index: 0;
}

.jjcqt-focus .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 325px;
}

.jjcqt-focus .bd li a {
    display: block;
    height: 100%;
    position: relative;
}

.jjcqt-focus .bd img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    display: block;
}

.jjcqt-focus .bd h3 {
    /* position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0; */
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: linear-gradient(to right, #ce2829, #d86141);
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
}

.news1 {
    width: 580px;
    /* margin-top: -20px; */
}

.news1 li {
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 70px; */
    line-height: 1.3;
    overflow: hidden;
    padding: 15px 0;
    font-size: 20px;
    color: #333;
    border-bottom: 1px dashed #c6c8ce;
}

.news1 li a {
    color: #333;
}

.lhrp {
    height: auto;
    overflow: hidden;
    margin-top: 47px;
}

.lhrp li {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    width: 562px;
    height: 84px;
    line-height: 24px;
    /* overflow: hidden; */
    margin-bottom: 20px;
    margin-left: 5px;
    padding: 0 55px 0 24px;
    font-size: 20px;
    border: 1px solid #f5d39b;
    box-sizing: border-box;
}

.lhrp li:nth-of-type(2n+2) {
    float: right;
    margin-left: 0;
}

.lhrp li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 58px;
    transform: translateY(-50%);
    background: #fa5133;
}

.media-logo {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}

.media-logo li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.6666%;
    height: 90px;
}

.media-logo li img {
    max-width: 100%;
    max-height: 100%;
}

.down {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    animation: down 1s linear infinite;
}

@keyframes down {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}

/* ////////////// */

@media (max-width: 1440px) {
    body {
        min-width: 1000px;
    }

    .section {
        width: 1000px;
    }

    #section1 {
        padding: 8px 0 19px;
    }

    #section2 {
        padding: 33px 0 0;
    }

    #section3 {
        padding: 61px 0 0;
    }

    #section4 {
        padding: 76px 0 0;
    }

    #section5 {
        padding: 44px 0 0;
    }

    #section6 {
        padding: 83px 0 0;
    }

    #section7 {
        padding: 66px 0 0;
    }

    #section8 {
        padding: 58px 0 70px;
    }

    .down {
        bottom: 10px;
        width: 42px;
        margin-left: -21px;
    }

    .headline {
        padding-bottom: 25px;
    }

    .headline h3 {
        padding: 68px 0 0;
        font-size: 42px;
    }

    .headline h3 span {
        font-size: 36px;
    }

    .headline p {
        font-size: 20px;
        margin-top: 10px;
        padding: 0 42px;
        line-height: 38px;
    }

    .headline p a {
        padding: 0 8px;
    }

    .news {
        width: 490px;
    }

    .news h3 {
        line-height: 25px;
        font-size: 20px;
    }

    .news ul {
        margin-top: 12px;
    }

    .news li {
        /* height: 30px; */
        /* line-height: 30px; */
        padding: 6px 0 6px 13px;
        font-size: 16px;
    }

    .news li::before {
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }

    .top-r {
        width: 466px;
        height: 300px;
    }

    .top-r .hd {
        bottom: 14px;
        height: 8px;
    }

    .top-r .hd ul {
        padding-right: 8px;
    }

    .top-r .hd ul li {
        margin: 0 4px;
        width: 8px;
        height: 8px;
        line-height: 8px;
    }

    .top-r .hd ul li.on {
        width: 16px;
    }

    .top-r .bd {
        height: 300px;
    }

    .top-r .bd li {
        height: 300px;
    }

    .top-r .bd img {
        height: 262px;
    }

    .top-r .bd h3 {
        height: 38px;
        line-height: 38px;
        padding: 0 12px;
        font-size: 16px;
    }

    .xshx {
        margin-top: 48px;
    }

    .xshx-item {
        width: 490px;
        /* height: 337px; */
    }

    .xshx-item-pic {
        height: 268px;
    }

    .xshx-item-pic img {
        width: 456px;
        height: 256px;
    }

    .xshx-item h3 {
        margin-top: 17px;
        font-size: 20px;
    }

    .xshx-item p {
        line-height: 28px;
        font-size: 16px;
    }

    .jjcqt-focus {
        width: 466px;
        height: 270px;
    }

    .jjcqt-focus .hd {
        bottom: 4px;
        height: 8px;
    }

    .jjcqt-focus .hd ul {
        padding-right: 8px;
    }

    .jjcqt-focus .hd ul li {
        margin: 0 3px;
        width: 8px;
        height: 8px;
        line-height: 8px;
    }

    .jjcqt-focus .hd ul li.on {
        width: 17px;
        border-radius: 4px;
    }

    .jjcqt-focus .bd,
    .jjcqt-focus .bd li {
        height: 270px;
    }

    .jjcqt-focus .bd img {
        height: 237px;
    }

    .jjcqt-focus .bd h3 {
        height: 33px;
        line-height: 33px;
        padding: 0 12px;
        font-size: 16px;
    }

    .news1 {
        width: 483px;
        /* margin-top: -17px; */
    }

    .news1 li {
        /* height: 58px; */
        /* line-height: 25px; */
        padding: 12px 0;
        font-size: 18px;
    }

    .s2-focus {
        margin-top: 42px;
    }

    .s2-focus .prev,
    .s2-focus .next,
    .jctj .prev,
    .jctj .next {
        top: 50%;
        width: 43px;
        height: 58px;
        margin-top: -75px;
    }

    .s2-focus .prev,
    .jctj .prev {
        left: 12px;
    }

    .s2-focus .next,
    .jctj .next {
        right: 9px;
    }

    .s2-focus .prev {
        left: -58px;
    }

    .s2-focus .next {
        right: -58px;
    }

    .s2-focus .bd li {
        width: 249px !important;
        height: 351px;
        padding: 22px 12px 0;
    }

    .s2-focus .bd li:nth-of-type(2n+1) {
        margin-top: 30px;
    }

    .s2-focus .bd li img {
        height: 125px;
    }

    .s2-focus .bd li h3 {
        line-height: 26px;
        padding: 24px 0 0;
        font-size: 16px;
    }

    .s2-focus .bd li p {
        line-height: 20px;
        font-size: 16px;
    }

    .zbch {
        margin-top: 25px;
    }

    .zbch-l {
        width: 371px;
        height: 543px;
    }

    .rmch {
        width: 327px;
        height: 504px;
    }

    .zbch-l .hd {
        bottom: 17px;
        height: 8px;
    }

    .zbch-l .hd ul {
        padding-right: 8px;
    }

    .zbch-l .hd ul li {
        margin: 0 3px;
        width: 8px;
        height: 8px;
        line-height: 8px;
    }

    .zbch-l .hd ul li.on {
        width: 17px;
        border-radius: 4px;
    }

    .zbch-l .bd {
        height: 504px;
    }

    .zbch-l .bd img {
        height: 504px;
    }

    .zbch-l .bd h3 {
        padding: 8px 20% 8px 12px;
        font-size: 16px;
    }

    .zbch-r {
        width: 605px;
        height: 525px;
        margin-top: 17px;
        padding: 0 54px 0 21px;
    }

    .zbch-r li {
        height: 118px;
        padding: 25px 0;
    }

    .zbch-r li h3 {
        width: 294px;
        line-height: 30px;
        font-size: 17px;
    }

    .zbch-r li .img-box {
        width: 200px;
    }

    .dbwysy {
        margin-top: 46px;
    }

    .dbwysy-item {
        width: 487px;
        height: 540px;
        border-radius: 6px;
        box-shadow: 0px 0px 8px 8px rgba(233, 213, 186, .4);
    }

    .dbwysy-item h2 {
        padding-top: 14px;
        font-size: 23px;
    }

    .dbwysy-item ul {
        width: 433px;
    }

    .dbwysy-item .ul1 {
        height: 298px;
        margin-top: 39px;
    }

    .dbwysy-item .ul1 li {
        width: 205px;
    }

    .face {
        width: 205px;
        height: 205px;
    }

    .face span h3 {
        padding: 8px 0;
        font-size: 18px;
    }

    .face span p {
        line-height: 15px;
        padding: 0 18px;
        font-size: 14px;
    }

    .dbwysy-item .ul1 li .p1 {
        line-height: 28px;
        padding-top: 12px;
        font-size: 18px;
    }

    .dbwysy-item .ul2 {
        margin-top: 32px;
    }

    .dbwysy-item .ul2 li {
        line-height: 25px;
        font-size: 16px;
    }

    .lhrp {
        margin-top: 39px;
    }

    .lhrp li {
        width: 468px;
        height: 70px;
        line-height: 20px;
        margin-bottom: 17px;
        margin-left: 4px;
        padding: 0 46px 0 20px;
        font-size: 18px;
    }

    .lhrp li::before {
        left: -4px;
        width: 8px;
        height: 48px;
    }

    .media-logo {
        margin-top: 50px;
    }

    .media-logo li {
        height: 75px;
    }



    .jctj {
        height: 592px;
        margin-top: 25px;
    }

    .jctj .hd {
        height: 7px;
    }

    .jctj .hd ul li {
        margin: 0 4px;
        width: 60px;
        height: 7px;
        line-height: 8px;
    }

    .jctj .bd,
    .jctj .bd img {
        height: 560px;
    }

    .jctj .bd h3 {
        height: 47px;
        line-height: 47px;
        padding: 0 12px;
        font-size: 18px;
    }



}

/* @media (min-height: 1400px) {
    .main-box {
        transform: scale(1.1, 1.1);
        padding-top: 200px;
    }
} */


.flBox {
    width: 1148px;
    margin: 50px auto 5px;
}

.flBox ul {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.flBox ul li {
    float: left;
    width: 150px;
    margin-right: 28px;
    height: 70px;
    margin-bottom: 20px;
}

.flBox ul li img {
    display: block;
    width: 150px;
    height: 70px;
}

.flBox ul li:nth-child(6n+6) {
    margin-right: 0 !important;
}