* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin : 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

li {
  list-style: none;
  text-align: left;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing : 0;
}

abbr[title] {
  border-bottom: 1px dotted;
  cursor       : help;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

body {
  font: 12px "Microsoft YaHei";
}

body {
  background: #FFF;
  text-align: center;
}

html,
body {
  /* min-width: 1300px; */
}

p {
  text-align  : left;
  text-indent : 24px;
  text-align  : justify;
  text-justify: distribute;
}

a {
  text-decoration: none;
  color          : #000
}

a:hover {
  color: #3a849b
}

img,
input {
  margin : 0;
  padding: 0;
  border : none
}

li,
ol,
ul {
  list-style: none
}

button,
input[type=button] {
  cursor: pointer
}

input {
  outline   : 0;
  background: 0 0
}

.clearfix:after {
  display   : block;
  visibility: hidden;
  clear     : both;
  height    : 0;
  content   : ''
}

.clearfix {
  *zoom: 1
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.space01 {
  height: 10px;
  font  : 0px/0px SimSun;
  clear : both;
}
.space02 {
  height: 40px;
  font  : 0px/0px SimSun;
  clear : both;
}

.line01 {
  width        : 95%;
  margin-left  : auto;
  margin-right : auto;
  height       : 0px;
  margin-bottom: 20px;
  font         : 0px/0px SimSun;
  border-bottom: 1px solid #e3e5f4;
  clear        : both;
}

.ohd {
  overflow: hidden;
}

.ht {
  font-family: '\9ed1\4f53';
}

.yh {
  font-family: '\5fae\8f6f\96c5\9ed1';
}

.st {
  font-family: SimSun;
}

/*general end*/
/*particular*/
.top{
  height: 815px;
  background: url(../images/top.jpg) no-repeat center 0;
}
.top .m{
  display: none;
}
.w1{
  padding: 10px 0 190px;
  background: #beead4 url(../images/b0.jpg) no-repeat center 0;
}
.tit{
  padding: 25px 0;
}

.nq{
  width: 1360px;
  height: 496px;
  margin: 0 auto;
  background: url(../images/tb1.png) no-repeat right 0;
}
.nq .cl{
  width: 620px;
  /* padding: 2px; */
  border:4px solid #fdd496;
  margin: 70px 0 0 52px;
  font-size: 0;
  position: relative;
}
.nq .cl .c{
  font-size: 0;
  position: relative;
}
.nq .cl .c span{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  color: #fff;

  background-color: rgba(0, 0, 0, .8);
}

.nq .cl a img{
  width: 100%;
}
.nq .cr{
  width: 540px;
  text-align: left;
margin: 115px 123px 0 0;
}
.nq .cr .c{
  padding: 10px 0;
  border-bottom: 1px dashed #000;
}
.nq .cr .c:last-of-type{
  border: none;
}
.nq .cr span{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.nq .cr span a{

  color: #005878;
}
.nq .cr p{
  color: #24404b;
  font-size: 18px;
  line-height: 24px;
  text-indent: 0;
  padding-left: 15px;
  background: url(../images/dot.png) no-repeat left 10px;

}
.nq .cr .more{
  color: #5d391a;
  margin-top: -15px;
  font-size: 16px;
}


.xs{
  width: 1413px;
  height: 882px;
  margin: 0 auto;
  background: url(../images/tb2.png) no-repeat center center;
  padding: 100px 0 0;
  font-size: 0;
}

.tj .c{
  font-size: 0;
  position: relative;
}
.tj .c span{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  display: none;
  background-color: rgba(0, 0, 0, .8);
}

.tj .c a{
  color: #fff;
}

.tj .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

/* transition: 300ms; */
/* transform: scale(0.95); */
opacity: .7;
}
.tj .swiper-slide-active,
.tj .swiper-slide-duplicate-active{
  /* transform: scale(.95); */
  opacity: 1;
}
.tj .swiper-slide-active span{
  display: block;
}

.tj .swiper-slide {
  width: 1205px;
}
.tj .swiper-slide img{
  width: 100%;
}
.tj .ct{
  width: 1205px;
  margin: 0 auto;
  position: relative;
}
.tj .swiper-button-prev,
.tj .swiper-button-next{
  width: 40px;
  height: 50px;
}
.tj .swiper-button-prev{
  background: url(../images/le2.png) no-repeat 0 0;
}
.tj .swiper-button-next{
  background: url(../images/ri2.png) no-repeat 0 0;
}

.nq .swiper-button-prev,
.nq .swiper-button-next{
  width: 27px;
  height: 65px;
}
.nq .swiper-button-prev{
  background: url(../images/le1.png) no-repeat 0 0;
}
.nq .swiper-button-next{
  background: url(../images/ri1.png) no-repeat 0 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0;
}


@media screen and (max-width: 768px) {
  .w1{
    padding: 0 10px 50px;
  }
  .nq,
  .xs{
    width: 100%;
    height: auto;
    background: none;
  }
  .xs{
    padding: 0;
  }
  .xs img{
    width: 33%;
  }
  .nq .cl img{
    width: 100%;
  }
  .nq .cl,
  .nq .cr{
    margin: 10px 0 0;
    width: 100%;
  }
  .jj img{
    width: 100%;
  }
  .tj .ct{
    width: 100%;
  }
  .tj img{
    width: 100%;
  }
  .tit{
    padding: 10px 0;
  }
  .tit img{
    width: 50%;
  }
  .top .m{
    display: block;
    width: 100%;
  }
  .top{
    height: auto;
    background: none;
  }

  .tj .swiper-slide{
    width: 100%;
  }
  .tj .c span,
  .nq .cl .c span{
    font-size: 16px;
    line-height: 30px;
  }
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2023-06-18 16:57:10" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->