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,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* vertical-align: baseline; */
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
em,
i {
  font-style: normal;
}
a {
  /* display: block; */
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  width: 100%;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.lx-banner {
  position: relative;
  width: 100%;
  height: 455px;
  overflow: hidden;
}
.lx-banner .banner-wrap {
  width: 1920px;
  height: 455px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lx-sec {
  padding-top: 52px;
}
.lx-sec .lx-wrap {
  background: #fff;
  margin: 0 auto 0;
  width: 1136px;
}
.lx-sec .lx-tit {
  line-height: 40px;
  text-align: center;
}
.lx-sec .lx-tit h2 {
  font-size: 40px;
  display: inline-block;
  margin: 0 auto 0;
  position: relative;
  font-weight: bold;
  margin-bottom: 24px;
}
.lx-sec .lx-tit h2::before,
.lx-sec .lx-tit h2::after {
  border-radius: 2px;
  background-color: #ee591b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 51px;
  height: 6px;
  content: '';
}
.lx-sec .lx-tit h2::before {
  left: -80px;
}
.lx-sec .lx-tit h2::after {
  right: -80px;
}
.lx-sec.lg {
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lx-sec.lg .lx-wrap {
  background: transparent;
  padding: 0;
  width: 1136px;
}
.lx-sec.lg .xlx-tit {
  position: relative;
  width: 100%;
  height: 111px;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.lx-sec.lg .xlx-tit h2 {
  position: absolute;
  bottom: 0;
  font-size: 40px;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lx-sec.wwbg {
  position: relative;
  padding-top: 150px;
}
.lx-sec.wwbg::after {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 715px;
  background: url(../images/bg.png) no-repeat;
  -o-background-size: cover;
  background-size: cover;
  content: '';
}
.lx-sec.wwbg .lx-wrap {
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.lx-sec.wwbg .lx-txt {
  color: #fff;
}
.lx-sec.wwbg .zy-wrap {
  padding-top: 20px;
}
.lx-sec.wwbg .zy-wrap .zy-item {
  width: 221px;
}
.lx-sec.wwbg .lx-tit h2 {
  color: #fff;
}
.lx-sec.wwbg .lx-tit h2::before,
.lx-sec.wwbg .lx-tit h2::after {
  background-color: #fff;
}
.lx-sec.wwbg .lx-tit h2::before {
  left: -80px;
}
.lx-sec.wwbg .lx-tit h2::after {
  right: -80px;
}
.lx-sec.wwbg .xfmx-txt {
  color: #fff;
}
.lx-sec.mpd {
  padding-top: 110px;
}
.lx-txt {
  color: #474747;
  padding: 0 0.528rem;
  margin-bottom: 1.344rem;
}
.lx-txt p {
  font-size: 24px;
  line-height: 46px;
  text-align: justify;
}
.lx-tab table {
  width: 100%;
  border-collapse: collapse;
}
.lx-tab table tr:nth-child(2n) {
  background: #fdf9ea;
}
.lx-tab table tr:nth-child(2n+1) {
  background: #effffd;
}
.lx-tab table td {
  border: 1px solid #818181;
  text-align: center;
  font-size: 22px;
  height: 70px;
  vertical-align: middle;
  padding: 0 0.384rem;
}
.lx-tab table td.ylbg {
  background: #fceda8;
  font-weight: bold;
}
.lx-tab table td.larg {
  font-size: 26px;
}
.lx-btn {
  padding-top: 40px;
}
.lx-btn a {
  display: block;
  width: 360px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #ea4113;
  border-radius: 14px;
  font-size: 22px;
  margin: 0 auto;
}
.sch-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sch-wrap .sch-item:nth-child(1),
.sch-wrap .sch-item:nth-child(2) {
  width: 559px;
}
.sch-wrap .sch-item:nth-child(n+3) {
  width: 368px;
}
.sch-wrap .sch-item:nth-last-child(n+4) {
  margin-bottom: 2%;
}
.sch-wrap .sch-item .sch-thumb .sch-txt {
  line-height: 54px;
  background: #ff9724;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.zy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zy-wrap .zy-item {
  width: 48.50746269%;
}
.zy-wrap .zy-item:nth-last-child(n+3) {
  margin-bottom: 3%;
}
.zy-wrap .zy-item .zy-thumb {
  border-radius: 0.384rem;
  overflow: hidden;
}
.lx-lc {
  padding-top: 1.92rem;
}
.lc-wrap {
  width: 97.01492537%;
  margin: 0 auto;
}
.lc-wrap p {
  text-align: center;
  color: #333;
  position: relative;
}
.lc-wrap p strong {
  color: #ea4113;
  font-weight: normal;
}
.lc-wrap p:not(:last-child) {
  margin-bottom: 2.88rem;
}
.lc-wrap p:not(:last-child)::after {
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.816rem;
  height: 1.152rem;
  content: '';
  background: url(../images/next.png);
  -o-background-size: cover;
  background-size: cover;
}
.ys-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  margin-top: 1.4rem;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ys-wrap .ys-item {
  position: relative;
  width: 356px;
  -webkit-box-shadow: 0.518px 1.932px 0.48rem 1.2px rgba(161, 161, 161, 0.44);
  box-shadow: 0.518px 1.932px 0.48rem 1.2px rgba(161, 161, 161, 0.44);
  border-radius: 18px;
  margin-bottom: 6%;
}
.ys-wrap .ys-item .ys-c {
  padding: 72px 36px 44px;
}
.ys-wrap .ys-item .ys-c .ys-num {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 78px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  background-color: #33a6ff;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}
.ys-wrap .ys-item .ys-c .ys-txt {
  color: #333;
  line-height: 44px;
  font-size: 22px;
  text-align: justify;
  padding-bottom: 40px;
}
.ys-wrap .ys-item .ys-c .ys-btn {
  width: 82.0754717%;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  line-height: 44px;
  background-color: #33a6ff;
  color: #fff;
  font-size: 26px;
  border-radius: 9px;
}
.ys-wrap .ys-item:nth-child(2) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(2) .ys-c .ys-btn {
  background-color: #984cfe;
}
.ys-wrap .ys-item:nth-child(3) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(3) .ys-c .ys-btn {
  background-color: #ff33a7;
}
.ys-wrap .ys-item:nth-child(4) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(4) .ys-c .ys-btn {
  background-color: #f56a00;
}
.ys-wrap .ys-item:nth-child(5) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(5) .ys-c .ys-btn {
  background-color: #5cd062;
}
.ys-wrap .ys-item:nth-child(6) .ys-c .ys-num,
.ys-wrap .ys-item:nth-child(6) .ys-c .ys-btn {
  background-color: #e02f2b;
}
.xfmx-txt {
  color: #fff;
  line-height: 40px;
  font-size: 24px;
}
.xfmx-txt p {
  text-align: center;
}
.xfmx-tab {
  margin-top: 1rem;
}
.xfmx-tab table {
  width: 67.6056338%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 2px solid #818181;
  background: #fff;
}
.xfmx-tab table td {
  border: 1px solid #818181;
  text-align: center;
  font-size: 18px;
  height: 70px;
  vertical-align: middle;
  padding: 0 10px;
}
.xfmx-tab table td.ylbg {
  background: #fceda8;
  font-weight: bold;
}
.xfmx-tab table td.larg {
  font-size: 26px;
}
.xfmx-tab table tr:first-child td {
  font-size: 1.2rem;
}
.xlx-wrap {
  background: #fff;
  padding: 2.304rem 1.824rem 1.92rem;
}
.xlx-qa .qa-item:not(:last-child) {
  margin-bottom: 2.304rem;
}
.xlx-qa .qa-item .qa-w {
  line-height: 1.824rem;
  text-indent: 3.456rem;
  font-size: 1.44rem;
  margin-bottom: 1.152rem;
  font-weight: bold;
  background: url(../images/tw.png) no-repeat 0 center;
  -o-background-size: 3.12rem 1.632rem;
  background-size: 3.12rem 1.632rem;
}
.xlx-qa .qa-item .qa-d {
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #666;
  text-indent: 7.008rem;
  background: url(../images/hd.png) no-repeat 0 0.5rem;
  -o-background-size: 6.288rem 1.632rem;
  background-size: 6.288rem 1.632rem;
}
.xdf-btform {
  display: none!important;
}
.db-link-sec {
  display: none!important;
}
.lx-thumb {
  width: 1051px;
  margin: 0 auto;
  position: relative;
}
.lx-thumb .lx-btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* body{background:#efe8cc } */
.headers{ background:#efe8cc;}
.headers .he_img{display: block; width:100%; max-height: 597px;}
.header_01{ width: 100%; height: 411px;}
.header_01 .im_sg{ position: absolute; width:100%; display: block; max-height: 391px;}
.header_01 ul{ max-width: 1100px; margin: 0 auto; height: 105px; padding-top: 51px; position: sticky;}
.header_01 ul li:first-child p{color:#fa8f1b;}
.header_01 ul li:first-child em{color:#fa8f1b;}
.header_01 ul li:first-child{border-bottom: solid 1px #fa8f1b;}
.header_01 ul li{ width:95px; height: 100px; float: left; margin: 0 30px; border-bottom: solid 1px #96857b;}

.header_01 ul li a{display: block; width: 100%; }
.header_01 ul li a img{ margin: 0 auto;}
.header_01 ul li a p{ width: 100%; font-size: 19px; padding-top: 10px; text-align: center; color:#96857b;}
.header_01 ul li a em{ width: 100%; font-size: 12px; padding-top: 4px; text-align: center; color:#cdc2be; display:block;}
.header_01 ul .header_li{ border-bottom: none; width: 109px;} 


.header{ background:#fff; width:100%; border-bottom:1px solid #cacaca;  position:fixed; top:0; z-index:999;}
.header_content{ width:980px; margin:0 auto;position:relative;}
.header .logo{ float:left; padding-top:18px; padding-bottom:21px; margin-right:65px;}
.header ul{ float:left;}
.header ul li{ float:left; }
.header ul li a{ font-size:16px; line-height:84px; color:#222;padding-right:22px; padding-left:21px; border-right:1px #222 solid;}
.header ul li:hover{   background-image: -moz-linear-gradient( 360deg, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 360deg, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 360deg, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
  background-image: linear-gradient( 360deg, rgb(236,236,236) 0%, rgb(255,255,255) 100%);}
.header ul ol{  position:absolute; top:84px;  }
.header ol li{ clear:both;  background:rgba(0,0,0,0.5); border-bottom:1px #999 solid }
.header ol li a{ clear:both; line-height:28px; font-size:14px;color:#fff; padding-right:26px; padding-left:25px;  margin-right:0; border-right:none; display:block;}
.header ol li a:hover{ color:#222;}
.header .lianxi{ float:right; margin-top:29px;}
.header .lianxi img{ margin-left:10px;display: inline;}
.erweima{ position:absolute; top:75px; right:44px;}



.h47_bg{background:#ee7800;min-width:1200px;}
.bottom_bg{width:1200px;margin:0px auto;color:#ffffff;line-height:47px;height:47px;text-align:center;}
.bottom_bg_1{width:1200px;margin:0px auto;color:#ffffff;padding-top:225px;line-height:47px;height:47px;text-align:center;}
.w11_right{margin-left:35px;display:inline-block;padding-left:20px;text-align:center;background:url(../images/w11_right.png) no-repeat left;}
.p30_mw1200{background:#484848;padding:30px 0px;min-width:1200px;}
.w1200{width:1200px;margin:0px auto;}
.bottom_title{font-size:18px;font-weight:bold;color:#ffffff;line-height:30px;}
.bottom_show{line-height:24px;color:#898787;}
.br_bl{border-right:1px solid #5e5d5d;padding:0px 35px;}
.right_phone{background:url(../images/zx_1.png) no-repeat left;line-height:24px;padding-left:24px;font-size:14px;font-weight:bold;color:#ffffff;}
.br_bk1{border-right:1px solid #5e5d5d;}
.bottom_phone{line-height:30px;color:#ffffff;font-size:14px;}
.zx_3{background:url(../images/zx_3.png) no-repeat left;padding-left:24px;}

.zx_2{background:url(../images/zx_2.png) no-repeat left;padding-left:24px;}

.zx_h30{line-height:30px;font-weight:bold;font-size:14px;color:#ffffff;}

.zx_h30 a:link,.zx_h30 a:visited{color:#ffffff;text-decoration:none;}

.zx_h30 a:hover{color:#ee7800;}

.color_1{color:#ee7800;}
.br_p045{border-right:1px solid #5e5d5d;padding:0px 45px;}

.bottom_show a:link,.bottom_show a:visited{color:#898787;}

.bottom_show a:hover{color:#ee7800;}

.bottom_title{font-size:18px;font-weight:bold;color:#ffffff;line-height:30px;}

.right_phone{background:url(../images/zx_1.png) no-repeat left;line-height:24px;padding-left:24px;font-size:14px;font-weight:bold;color:#ffffff;}


.zx_3{background:url(../images/zx_3.png) no-repeat left;padding-left:24px;}

.zx_2{background:url(../images/zx_2.png) no-repeat left;padding-left:24px;}

.zx_h30{line-height:30px;font-weight:bold;font-size:14px;color:#ffffff;}

.zx_h30 a:link,.zx_h30 a:visited{color:#ffffff;text-decoration:none;}

.zx_h30 a:hover{color:#ee7800;}

.bottom_right_font{line-height:20px;text-align:center;font-size:14px;color:#ffffff;height:20px;margin-top:5px;}
