* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  color: #5a5a5a;
}

li {
  list-style-type: none;
}

.fl {
  float: left;
  color: black;
}

.fr {
  float: right;
}

.wd1 {
  width: 100%;
}

.container {
  width: 1200px;
  float: none;
  display: block;
  margin: auto;
}

.qg_hd {
  border-top: 2px solid #ea0019;
  background-color: #fff8f8;
}

.qg_tp {
  background: url(../images/qg_t.png)no-repeat 100% 100%;
  line-height: 28px;
  color: #000000;
  height: 30px;
}

.qgt_r {
  color: white;
  margin-right: 30px;
}

.qg_lg {
  height: 110px;
}

.logo {
  margin-right: 20px;
}

.lg_r {
  margin-top: 25px;
}

.nav {
  height: 52px;
  background: url(../images/nav.png)no-repeat 100% 100%;
  background-size: 100% 100%;
  position: relative;
  z-index: 999999;
}

.nav li {
  width: 14.285%;
  height: 52px;

  text-align: center;
}

.nav li a h2 {
  font-size: 20px;
  color: white;
  font-weight: 500;
  line-height: 56px;
  height: 52px;
}


.active {
  background: url(../images/nav_at.png)no-repeat;
  background-size: 100%;
}

.nav .active a h2 {
  color: #ea0019;
  font-weight: 550;
  margin-right: 5px;
}

/* banner */

.js-silder,
.ys-silder {
  position: relative;
  min-width: 320px;
  height: auto;
}

.silder-scroll {
  width: 100%;
  overflow: hidden;
  height: auto;
}

.silder-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.silder-main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.silder-main-img img {
  width: 100%;
}

.js-silder-ctrl {
  width: 100%;
  text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
  position: absolute;
  top: 0;
  width: 8%;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "å®‹ä½“";
  font-size: 52px;
  font-weight: 600;
  text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
  left: 0;
  text-align: left;
}

.silder-ctrl-next {
  right: 0;
  text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
  position: absolute;
  top: 60%;
  margin-top: -40px;
}

.silder-ctrl-prev>span {
  left: 0;
}

.silder-ctrl-next>span {
  right: 0;
}

.silder-ctrl-con {
  display: inline-block;
  width: 4%;
  padding: 10px 0;
  margin: 0 10px;
  cursor: pointer;
}

.silder-ctrl-con>span {
  display: block;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
  background-color: #e4e4e4;
}

.silder-ctrl-con.active>span {
  background-color: #7bbedf;
}

@media (max-width: 768px) {

  .silder-ctrl-prev,
  .silder-ctrl-next {
    width: 10%;
    font-size: 26px;
    margin-top: 40px;
  }

  .silder-ctrl-con {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 5px;
  }

  .silder-ctrl-con>span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 0;
  }
}

/* bannerEnd */

.mt40 {
  margin-top: 40px;
}

.mt28 {
  margin-top: 28px;
}

.jj_l {
  width: 100%;
  max-width: 576px;
  height: auto;
  background: url(../images/jj_bg.png)no-repeat 100%;
}

.jjl_t {
  font-size: 22px;
  margin-bottom: 10px;
}

.jjl_d {
  font-size: 14px;
  margin-bottom: 14px;
}

.jjl_line {
  width: 82px;
  height: 5px;
  background-color: #ea0019;
  border-radius: 25px;
  margin-bottom: 14px;
}

.jjl_txt {
  height: 110px;
  line-height: 1.8;
  overflow: hidden;
  margin-bottom: 20px;
}

.jj_more {
  margin-bottom: 26px;
}

.jj_r img {
  height: 100%;
}


/* è½®æ’­ */
.friend {
  height: 265px;
  margin: 0 auto;
  overflow: hidden;
  width: 1200px;
}

.mr_frbox {
  height: 275px;
  padding: 24px 0px 0px;
}

.mr_frBtnL {
  cursor: pointer;
  display: inline;
  float: left;
  height: 46px;
  margin: 65px 0px 0 0;
  width: 46px;
}

.mr_frUl {
  float: left;
  height: 202px;
  width: 1047px;
  /* margin-left: 80px; */
}

.mr_frBtnR {
  float: right;
  margin-top: 65px;
  cursor: pointer;
  width: 46px;
  height: 46px;
}

.mr_frUl ul li {
  display: inline;
  float: left;
  height: 230px;
  width: 278px;
  overflow: hidden;
  position: relative;
  margin-left: 30px;
}

.mr_frUl ul li a img {
  /*display:block;*/
  width: 100%;
  height: 172px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.mr_zhe {
  width: 300px;
  position: absolute;
  top: 0;
  background: rgba(78, 164, 181, 0.65) none repeat scroll 0 0 !important;
  /*å®žçŽ°FFèƒŒæ™¯é€æ˜Žï¼Œæ–‡å­—ä¸é€æ˜Ž*/
  filter: Alpha(opacity=80);
  background: #4ea4b5;
  /*å®žçŽ°IEèƒŒæ™¯é€æ˜Ž*/
  /*height:389px;*/
  left: 0;
  right: 0;
}

.mr_zhe_i h1 {
  text-align: center;
  font-size: 182px;
  height: 138px;
  line-height: 138px;
  margin-top: 72px;
  margin-bottom: 64px;
  font-weight: bold;
  color: #fff;
}

.mr_zhe_p {
  margin-bottom: 60px;
}

.mr_zhe_p h3 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}

.mr_zhe_p h3 span {
  display: block;
  margin: 0 auto;
  width: 260px;
  font-size: 18px;
  border-bottom: 1px solid #f4f4f4;
}

.mr_zhe_hover {
  bottom: -596px;
  height: 200px;
  position: absolute;
  width: 300px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
  /*å®žçŽ°FFèƒŒæ™¯é€æ˜Žï¼Œæ–‡å­—ä¸é€æ˜Ž*/
  filter: Alpha(opacity=80);
  background: #0a0a0a;
  /*å®žçŽ°IEèƒŒæ™¯é€æ˜Ž*/
}

.mr_zhe_hover h1 {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 22px 0;
  color: #fff;
}

#mr_fu li span {
  text-align: center;
  font-size: 20px;
  margin-top: 13px;
  display: block;
  color: black;
  font-weight: 500;
}

.tempWrap {
  left: -5px;
}

/* end */

.lc_img img {
  width: 296px;
  position: relative;
}

.lc_img img:first-child {
  left: 0px;
}

.lc_img img:nth-of-type(2) {
  left: -4px;
}

.lc_img img:nth-of-type(3) {
  left: -10px;
}

.lc_img img:nth-of-type(4) {
  left: -16px;
}

.ys_k {
  width: 1920px;
  height: 330px;
  display: block;
  float: none;
  margin: 0 auto;
}

.ys_l {
  width: 900px;
}

.ys_r {
  margin-top: -80px;
}

.ys_r,
.ys_r img {
  width: 1020px;
}

.ys_d {
  position: relative;
  left: -15px;
  top: 125px;
}

.jt_bg {
  width: 278px;
  height: 172px;
  background-color: rgba(0, 0, 0, 0.4);
  /* opacity: 0.4; */
  position: relative;
  margin-top: -215px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: white;
  text-align: center;
  float: left;
  display: NONE;
}

.jtbg_t {
  margin-top: 50px;
  font-size: 18px;
  margin-bottom: 10px;
}

.jtbg_line {
  width: 30px;
  height: 3px;
  background-color: white;
  float: none;
  display: block;
  margin: auto;
}

.jtbg_d {
  font-size: 17px;
  margin-top: 10px;
}

.wd30 {
  width: 30%;
}

.ns_t {
  color: black;
  font-size: 20px;
  font-weight: 580;
}

.ns_line {
  width: 4px;
  height: 21px;
  background-color: #ea0019;
  margin-right: 12px;
  margin-top: 3px;
  border-radius: 25px;
}

.nst_r {
  font-size: 14px;
  color: rgb(153, 153, 153);
}

.nsgt {
  border-bottom: 1px solid #333333;
  height: 38px;
}

.ns_m {
  margin-top: 3px;
}

.ns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gdt_img {
  margin-top: 14px;
  margin-bottom: 10px;
  width: 100%;
  height: 140px;
}

.gdt_img img {
  width: 100%;
  height: 140px;
  object-fit: 1;
  flex: 1;
}

.gsdt_li li::marker {
  color: #ea0019;
}

.gsdt_li li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  list-style: square;
  float: left;
  border-bottom: 1px dashed #999999;
  list-style-position: inside;
}



.gsdt_li li a {
  font-size: 14px;
}

.ns_time {
  float: right;
  margin-right: 8px;
  color: rgb(102, 102, 102);
  font-size: 13px;
}

.ns1_tit {
  width: 68%;
  display: block;
  height: 100%;
  overflow: hidden;
}

.hyxw .gsdt_li li {
  height: 37.5px;
  line-height: 37.5px;
}

.cjwt_ul {
  margin-top: 14px;
}

.cjwt_ul {
  margin-bottom: 10px;
}

.cjwtu_q,
.cjwtu_a {
  margin: 0 14px;
}

.cjwtu_t {
  font-size: 14px;
  color: black;
  width: 82%;
  height: 26px;
  display: block;
  overflow: hidden;
  line-height: 26px;
}

.cjwtu_q1 {
  margin-bottom: 5px;
}

.cjwtu_a1 {
  /*margin-bottom: 10px;*/
}

.cjwtu_d {
  font-size: 12px;
  color: rgb(102, 102, 102);
  height: 34px;
  width: 82%;
  display: block;
  overflow: hidden;
  margin-top: -4px;
  line-height: 1.4;
}

.cjwt_li {
  margin-bottom: 10px;
}

.qy {
  border-top: 1px solid #d6d6d6;
  padding: 5px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.qy2 {
  border-top: 1px solid #d6d6d6;
  padding: 0px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.qy1_t {
  width: auto;
  height: auto;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  border-radius: 10px;
  padding: 0 10px;
}

/*.qy1_t:hover {*/
/*  background-color: #e10011;*/
/*  color: white;*/
/*}*/

/*.qy1_t:nth-of-type(1) {*/
/*  background-color: #e10011;*/
/*  color: white;*/
/*}*/

/*.active{*/
/*    background-color: #e10011;*/
/*    color: white;*/
/*}*/

.qy2_t {
  width: auto;
  height: auto;
  line-height: 20px;
  text-align: center;
  padding: 0px 10px;
  font-size: 12px;
}

.qy4 {
  font-size: 12px;
  color: rgb(1, 1, 1);
  line-height: 1.6;
}

.qy5,
.qy6 {
  font-size: 10px;
  color: rgb(1, 1, 1);
  line-height: 1.6;
}

.ft_t {
  background: url(../images/ftt_bg.png)no-repeat;
  background-size: 100% 100%;
  height: 48px;
  margin-top: 40px;
}

.ft_yq {
  margin-top: 8px;
}

.fty {
  margin-left: 12px;
  margin-right: 22px;
  line-height: 48px;
  color: white;
  font-size: 15px;
  font-weight: 580;
}

.fty_ul li {
  float: left;
  margin-top: 6px;
  margin-right: 20px;
}

.ft {
  background-color: #140000;
  padding-bottom: 40px;
}

.ft_nav {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  margin-bottom: 24px;
}



.ft_nav ul li {
  width: auto;
  text-align: center;
  height: auto;
  line-height: 18px;
  float: left;
  border-right: 1px solid #3d3434;
  color: white;
}

.ft_nav ul li:last-child {
  border-right: none;
}

.ft_nav ul li a {
  color: white;
  font-size: 15px;
}

.ft_con {
  height: 115px;
}

.ftc_l {
  width: 178px;
  height: 115px;
  border-right: 1px solid #3d3434;
  margin-right: 22px;
}

.ftc_l img {
  margin-top: 18%;
}

.ftcm {
  width: 100%;
  height: 18px;
  font-size: 15px;
  color: white;
  overflow: hidden;
  margin-top: 8px;
}

.ftc_r img {
  height: 100%;
}

.cont_l {
  width: 268px;
}

.cont_r {
  width: 886px;
}

.cntlns_t {
  height: 54px;
  border-bottom: 1px solid #dddddd;
}

.cntlst_line {
  font-size: 21px;
  padding-left: 14px;
  height: 24px;
  border-left: 2px solid #ea0019;
  line-height: 24px;
  margin-top: 15px;
  float: left;
}

.cntl_nul li {
  width: 100%;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  list-style-type: square;
  list-style-position: inside;
  border-bottom: 1px solid #dddddd;
}

.cntl_nul li::marker {
  color: #ea0019;
}

.cntl_gjc {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cntgjc_li {
  width: auto;
  height: auto;
  /*line-height: 50px;*/
  /*overflow: hidden;*/
  /*text-align: center;*/
  font-size: 14px;

  margin-right: 5px;
  /*background-color: #f8f8f8;*/
  /*border: 1px dashed #d2d2d2;*/
  /*margin-bottom: 14px;*/
}

.cntlx_li {
  margin-top: 15px;
}

.cntlx_img {
  margin-top: 20px;
}

.cont_nav,
.cont_nav a {
  font-size: 18px;
  color: #999999;
}

.cont_nav {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 2px solid #ea0019;
}

.cntrc_t {
  font-size: 28px;
  color: rgb(68, 68, 68);
  text-align: center;
  margin: 20px 0;
}

.cntrc_txt {
  line-height: 1.8;
}

.ns_ul {
  margin-top: 32px;
}

.ovhd {
  overflow: hidden;
}

.ns_li {
  height: 150px;
  box-shadow: 0px 0px 8px #d2d2d2;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 22px;
}

.nsli_t {
  color: black;
  font-size: 20px;
  font-weight: 580;
  margin-bottom: 5px;
  height: 26px;
}

.nsli_txt {
  font-size: 15px;
  color: #666666;
  height: 45px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.nsld_l {
  font-size: 16px;
  color: #999999;
}

.nsld_r img {
  position: relative;
  top: 2px;
}

.cntrc_d {
  color: #999999;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

@media(max-width:766px) {
  .qg_tp {
    display: none;
    background-image: none;
  }

  .container {
    width: 100%;
  }

  .container>img {
    width: 100%;
  }

  .friend,
  .ys_k,
  .jj_m2,
  .lg_r,
  .lg_rtxt,
  .jj_r,
  .ft_yq,
  .ft_t,
  .gg,
  .ft_nav {
    display: none;
  }

  .ns>.wd30 {
    width: 100%;
    margin-bottom: 0px;
  }

  .ns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .logo,
  .qg_lg {
    width: 100%;
  }

  .logo img {
    float: none;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .qg_lg {
    height: auto;
  }

  .container {
    padding: 0 20px;
  }

  .ftc_r {
    width: 100%;
    padding: 25px 0;
  }

  .ftc_l,
  .ftc_r>img {
    margin: auto;
    float: none;
    border-right: none;
    display: block;
  }

  .nav {
    height: auto;
    background-image: none;
    background-color: #ea0019;
  }

  .nav li {
    width: 25%;
  }


  .nav .active {
    background-image: none;
  }

  .nav .active a h2 {
    color: white;
    font-weight: normal
  }

  .nav li a h2 {
    font-size: 16px;
  }

  .container>img {
    width: 200%;
    margin-left: -50%;
  }

  .container {
    overflow: hidden;
  }


  .jt_m {
    display: block;
    width: 100%;
    float: left;
  }

  .jt_m ul {
    width: 100%;
    float: left;
  }

  .jt_m ul li {
    width: 50%;
    float: left;
  }

  .jt_m ul li img {
    width: 80%;
    margin: 10px auto;
    display: block;
  }

  .jt_m ul li span {
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
  }

  .cont_l {
    display: none;
  }

  .cont_r {
    width: 100%;
  }

  .cont_r img {
    max-width: 100%;
    height: auto !important;
  }

  .ft {
    margin-top: 10px;
  }

  .qy {
    border-top: 1px solid #d6d6d6;
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .qy1_t {
    width: auto;
    height: auto;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    border-radius: 10px;
    padding: 0 2px;
  }

  .nav li {
    height: 30px;
  }

  .nav li a h2,
  .ys_k,
  .nav_pc,
  .jss_pc,.lc_img {
    display: none;
  }

  .nav {
    background-color: white;
  }

  .jj_r_m,
  .gg_m1,
  .gg_m2,
  .ys_m,
  .zz_t,
  .nav_m,
  .jss_m,.lcm_img {
    display: block;
  }

  .jj_r_m img,
  .ys_m img,
  .zz_t,
  .zz_t img,.lcm_img>img {
    width: 100%;
  }

  .nav_m li {
    width: 25%;
    float: left;
    margin-bottom: 10px;
  }

  .nav_m li img {
    width: 80%;
    float: none;
    margin: auto;
    display: block;
  }

  .nav>.container {
    padding: 0 0 10px 0;
  }

  .ns>.gsdt,.ns>.hyxw,.ns>.cjwt{
    margin-bottom: 25px;
  }

}

@media(min-width:768px) {

  .jt_m,
  .jj_r_m,
  .gg_m1,
  .gg_m2,
  .ys_m,
  .zz_t,
  .nav_m,
  .jss_m,.lcm_img {
    display: none;
  }

  .nav_pc,
  .jss_pc,.lc_img {
    display: block;
  }
}