a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
input,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
}
button,
input[type=button],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none !important;
}
a {
  text-decoration: none;
  display: block;
}
li {
  list-style-type: none;
}
em,
i {
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: 'Microsoft YaHei';
  /*  min-width: 1136px; */
}
img {
  width: 100%;
  max-width: auto;
  display: block;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
input:focus {
  outline: 0;
}
.clearf:after,
.clearf:before {
  display: block;
  content: "";
}
.clearf:after {
  clear: both;
}
.clear {
  clear: both;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.w100 {
  width: 100%;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.flex-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;
}
.flex-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-column {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -moz-box-align: center;
}
/* .container {width: 1136px;margin: 0 auto;position: relative;} */
.sectionbox {
  width: 100%;
  padding: 42px 0;
}
.tit_s {
  color: #f3531e;
  text-align: center;
  position: relative;
  margin-bottom: 68px;
}
.tit_s h2 {
  font-size: 42px;
}
.tit_s::after {
  position: absolute;
  content: "";
  width: 138px;
  height: 12px;
  background: #f3531e;
  left: 50%;
  top: 64px;
  transform: translateX(-50%);
  z-index: 999;
}
.tit_b {
  color: #222424;
  font-size: 29px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.tit_b::after {
  position: absolute;
  content: "";
  width: 1200px;
  height: 2px;
  background: #f3531e;
  left: 50%;
  top: -29px;
  transform: translateX(-50%);
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.zj-sec {
  width: 100%;
  padding: 48px 0;
  background: transparent;
}
/*banner*/
.zj-banner {
  position: relative;
  max-width: 1920px;
  padding-top: 520px;
  margin: 0 auto;
  overflow: hidden;
}
.zj-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
}
.zj-banner .banner-wrap .ban-txt {
  position: absolute;
  font-size: 20px;
  width: 27%;
  padding: 1.6rem 0.8rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  left: 20%;
  top: 42%;
  line-height: 66px;
  text-align: center;
  transform: translateY(-50%);
}
.zj-banner .banner-wrap .ban-txt .t1 {
  color: #666;
  font-size: 36px;
  font-weight: bold;
}
.zj-banner .banner-wrap .ban-txt .t2 {
  color: #f32828;
  font-size: 34px;
}
.zj-banner .banner-wrap .ban-txt .t3 {
  color: #000;
  font-size: 34px;
}
.zhengce-wrap {
  background: #e00612;
  padding: 30px 30px;
  border-radius: 15px;
  display: flex;
  box-sizing: border-box;
}
.zhengce-wrap .zhengce-l {
  margin-right: 40px;
  margin-top: -13px;
  float: left;
  flex: none;
}
.zhengce-wrap .zhengce-r2 {
  margin-top: 2%;
}
.zhengce-wrap .zhengce-r2 img {
  width: 49%;
  margin-right: 2%;
  display: block;
  float: left;
}
.zhengce-wrap .zhengce-r2 img:last-child {
  margin-right: 0;
}
.wsm {
  width: 100%;
}
.wsm .vs-item {
  width: 50%;
  height: 478px;
  border-radius: 10px;
  background: #fdc669;
  text-align: center;
  color: #fff;
  display: inline-block;
  float: left;
  padding-top: 46px;
  padding-right: 90px;
}
.wsm .vs-item h3 {
  font-size: 35px;
}
.wsm .vs-item .txt {
  font-size: 18px;
  padding: 16px 0;
  background: #fff;
  border-radius: 10px;
  margin: 28px auto 0;
  width: 304px;
}
.wsm .vs-item .txt p {
  color: #030303;
  line-height: 36px;
  font-size: 24px;
  line-height: 42px;
}
.wsm .vs-item .txt p span {
  color: #ef223b;
}
.wsm .vs-item .txt2 {
  width: 364px;
  text-align: left;
  padding-left: 10px;
}
.wsm .vs-item:nth-child(2) {
  padding-left: 140px;
  background: #fb7f2d;
}
.wsm .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -50%);
  -webkit-transform: translate(-49%, -50%);
  -moz-transform: translate(-49%, -50%);
  width: 243px;
  height: 531px;
}
.wsm .pic img {
  width: 100%;
}
.xf-wrap {
  width: 100%;
  height: 590px;
  padding: 32px 26px;
  border-radius: 10px;
  margin-top: 54px;
  background: -ms-linear-gradient(0deg, #f29300 0%, #e94e07 100%);
  background: -webkit-linear-gradient(0deg, #f29300 0%, #e94e07 100%);
  background: -moz-linear-gradient(0deg, #f29300 0%, #e94e07 100%);
}
.xf-wrap .form-xf {
  width: 100%;
  height: 100%;
  padding: 42px 38px;
  background: #fff;
  border-radius: 10px;
}
.xf-wrap .form-xf .txt {
  margin-bottom: 42px;
  color: #000;
}
.xf-wrap .form-xf .txt h4 {
  font-size: 29px;
  line-height: initial;
  text-align: center;
}
.xf-wrap .form-xf .pics {
  width: 100%;
  justify-content: space-between;
}
.xf-wrap .form-xf .pics .pics-items {
  width: 241px;
  transition: transform 0s ease;
  -webkit-transition: transform 0s ease;
}
.xf-wrap .form-xf .pics .active {
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}
.xf-wrap .form-xf .xuanxiang {
  width: 100%;
  justify-content: space-between;
}
.xf-wrap .form-xf .xuanxiang .choice {
  width: 241px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  height: 40px;
}
.xf-wrap .form-xf .xuanxiang .choice input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.xf-wrap .form-xf .xuanxiang .choice label {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  line-height: 40px;
  cursor: pointer;
}
.xf-wrap .form-xf .xuanxiang .choice input[type="radio"] + .radio-label:before {
  content: "";
  border-radius: 50%;
  border: 1px solid #a6a6a6;
  background: #dedede;
  /* box-shadow: inset 0 0 0 2px #fff; */
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.54rem;
  margin-right: 0.56em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.xf-wrap .form-xf .xuanxiang .choice input[type="radio"]:checked + .radio-label:before {
  background-color: #666;
  box-shadow: inset 0 0 0 5px #ccc;
  border-color: #a6a6a6;
}
.form-box {
  width: 100%;
  height: 78px;
  /* justify-content: space-between; */
  margin-top: 50px;
}
.form-box .hqxf-form {
  width: 742px;
  border: 1px solid #8a8485;
  border-radius: 10px;
  background: #dedede;
  height: 78px;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.form-box .hqxf-form input {
  height: 100%;
  width: 100%;
  color: #605d5d;
  font-size: 26px;
  text-indent: 80px;
}
.form-box .hqxf-form .pic {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 55px;
}
.form-box .hqxf-form:after {
  position: absolute;
  width: 4px;
  height: 56px;
  background: #cdcdcd;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.form-box .hqxf-form-sub {
  width: 246px ;
  background: #ff2a00;
  height: 78px;
  border-radius: 10px;
  display: inline-block;
  float: right;
}
.form-box .hqxf-form-sub input {
  color: #fff;
  font-size: 26px;
  text-align: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.zytj {
  width: 100%;
  background: #e5f1fc;
}
.zytj .navs {
  justify-content: center;
  margin: 0 auto;
}
.zytj .navs li {
  width: 214px;
  line-height: 50px;
  font-size: 28px;
  background: #fff;
  color: #ff6600;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.zytj .navs li:nth-child(2) {
  margin: 0 18px;
}
.zytj .navs .on {
  background: #ff6600;
  color: #fff;
}
.zybox {
  width: 100%;
  margin: 36px auto;
}
.zybox .zy {
  justify-content: space-between;
}
.zybox .zy .zy-item {
  width: 378px;
  padding: 20px 14px;
  background: #fff;
  text-align: center;
}
.zybox .zy .zy-item h4 {
  font-size: 28px;
  font-weight: normal;
}
.zybox .zy .zy-item .pic {
  margin: 16px auto;
  width: 95%;
}
.zybox .zy .zy-item .pic img {
  width: auto;
  margin: 0 auto;
  border-radius: 14px;
}
.zybox .zy .zy-item .ora {
  color: #ff6600;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 6px;
  width: 100%;
}
.zybox .zy .zy-item .des {
  width: 94%;
  font-size: 19px;
  text-align: justify;
  margin: 0 auto;
  letter-spacing: 0;
}
.zybox .zy .zy-item .btn {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.zybox .zy .zy-item .btn a {
  display: block;
  width: 50%;
  background: #fff;
  border: 1px solid #ff6600;
  color: #ff6600;
  line-height: 32px;
  font-size: 20px;
}
.zybox .zy .zy-item .btn a:nth-child(1) {
  background: #ff6600;
  color: #fff;
}
.ques {
  display: flex;
  justify-content: space-between;
  padding: 28px 22px;
  border-radius: 10px;
  background: url(/images_2016/zj2021/quesbg.png) no-repeat;
  background-size: cover;
}
.ques li {
  width: 24%;
  font-size: 25px;
  border-radius: 10px;
  padding-left: 54px;
  color: #000;
  background: #fff;
  line-height: 56px;
}
.ques li .cir {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 24px;
  position: absolute;
  background: #ff6600;
  line-height: 29px;
}
.ques li a {
  font-weight: normal;
}
.navs-tab {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 24px 0;
  background: #efeeee;
}
.navs-tab .navs-wrap {
  justify-content: center;
}
.navs-tab .navs-wrap li {
  width: 226px;
  height: 64px;
  border-radius: 10px;
  background: #fff;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  position: relative;
  padding-left: 46px;
  color: #333;
  margin-right: 68px;
}
.navs-tab .navs-wrap li img {
  position: absolute;
  top: 14px;
  left: 36px;
  width: auto;
}
.navs-tab .navs-wrap li .tb1 {
  opacity: 1;
}
.navs-tab .navs-wrap li .tb2 {
  opacity: 0;
}
.navs-tab .navs-wrap .on {
  background: #cfa973;
  color: #fff;
}
.navs-tab .navs-wrap .on .tb1 {
  opacity: 0;
}
.navs-tab .navs-wrap .on .tb2 {
  opacity: 1;
}
.navs-tab .navs-wrap li:last-child {
  margin-right: 0;
}
/* .btn{width: 284px; height: 50px; line-height: 20px; padding: 15px 30px; background: #cc7833; color: #fff; margin: 42px auto 0; font-size: 18px; border-radius: 3px;} */
.qsxbox {
  justify-content: space-between;
  flex-wrap: wrap;
}
.qsxbox .qsx-item {
  width: 360px;
  background: #e5f1fc;
  border-radius: 10px;
  padding: 12px 12px 0 12px;
  text-align: center;
  margin-bottom: 24px;
}
.qsxbox .qsx-item .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 333px;
  margin: 0 auto;
}
.qsxbox .qsx-item .pic .xh {
  position: absolute;
  top: 28px;
  left: 26px;
  /* background: url(/images_2016/zj/xhbg.png) no-repeat; */
  line-height: 30px;
  font-size: 26px;
  color: #ff6600;
  z-index: 1;
}
.qsxbox .qsx-item .pic:before {
  width: 58px;
  height: 72px;
  background: #ff6600;
  border-radius: 0 0 28px 28px;
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
}
.qsxbox .qsx-item .pic:after {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
}
.qsxbox .qsx-item p {
  font-size: 20.5px;
  margin: 12px auto;
  color: #000;
}
.qsxbox .qsx-item:nth-child(4),
.qsxbox .qsx-item:nth-child(5),
.qsxbox .qsx-item:nth-child(6) {
  margin-bottom: 0;
}
.jnxl {
  width: 100%;
  background: #e5f1fc;
}
.zs-sec {
  justify-content: space-between;
}
.zs-sec .zs-item {
  width: 352px;
  padding: 12px 12px 22px 12px;
  text-align: center;
  background: #fff;
}
.zs-sec .zs-item .pic {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
}
.zs-sec .zs-item p {
  width: 90%;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 29px;
  margin: 0 auto;
}
.zs-sec .zs-item .btn {
  margin: 16px auto 0 auto;
  border: 2px solid #ff6600;
  color: #ff6600;
  background: #fff;
  width: 60%;
  line-height: 38px;
  border-radius: 10px;
  font-size: 21px;
}
/* jiuye sec */
.jybz {
  width: 100%;
  /* background: #e5f1fc; */
}
.jybz-sec {
  margin: 12px auto;
  justify-content: space-between;
}
.jybz-sec .jybz-item {
  margin-right: 12px;
  background: #ff7000;
  position: relative;
}
.jybz-sec .jybz-item .tb {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.jybz-sec .jybz-item .des {
  position: absolute;
  bottom: 0 ;
  color: #fff;
  font-size: 19px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.86) 90%, #000000 100%);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.36) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.86) 90%, #000000 100%);
}
.jybz-sec .jybz-item:last-child {
  margin-right: 0;
}
.ora {
  width: 359px;
}
.ora p {
  width: 200px;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 19px;
  text-align: justify;
}
.ora2 {
  width: 449px;
}
.ora2 p {
  width: 300px;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 19px;
  text-align: justify;
}
.zxbtn {
  justify-content: center;
  width: 80%;
  margin: 30px auto 0 auto;
}
.zxbtn a {
  width: 300px;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  border-radius: 20px;
  text-align: center;
}
.zxbtn a:nth-child(1) {
  background: #ff2a00;
  margin-right: 23px;
  transition: all 0.5s;
}
.zxbtn a:nth-child(2) {
  background: #ffb400;
  margin-left: 23px;
  transition: all 0.5s;
}
.zxbtn a:nth-child(1):hover {
  background: #fa2b01;
}
.zxbtn a:nth-child(2):hover {
  background: #fcb205;
}
.xyhj2 {
  width: 1294px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 30px;
}
.xyhj2 a {
  text-decoration: none;
}
/* .container { width: 1294px; margin-left: auto; margin-right: auto;  position: relative; margin-top: 0; overflow: hidden;} */
.tit_h2 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  float: initial!important;
  font-weight: 700;
}
.tit_h4 {
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  color: #777;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.xyhj2_con {
  width: 100%;
  margin: 0 auto;
}
.xyhj2_con_l {
  float: left;
  width: 280px;
  height: 422px;
}
.xyhj2_navs a h4 {
  font-size: 21px;
  color: #000;
  font-weight: normal;
}
.xyhj2_navs a p {
  font-size: 13px;
  color: #000;
}
.xyhj2_con_l li {
  padding: 23px 10px 24px 42px;
  background: #F7F6F6;
  list-style: none;
  position: relative;
  display: block;
}
.xyhj2_navs .active:after {
  content: "";
  position: absolute;
  width: 220px;
  height: 0;
  bottom: 0;
  left: 9% ;
  color: #f5f5f5;
  z-index: 9;
  border: 1px solid #a1a0a0;
}
.xyhj2_con_l .on {
  background: #FF6A2A;
}
.xyhj2_con_l .on::after {
  content: none;
}
.xyhj2_con_l .on a h4,
.xyhj2_con_l .on a p {
  color: #fff;
}
.xyhj2_con_r {
  float: left;
  width: 920px;
  height: 430px;
}
.xyhj2_con_r > div {
  display: none;
}
.xyhj2_con_r div.selected {
  display: block;
}
.pic_content {
  width: 100%;
  margin: 0 auto;
}
.pic_content .pic-items {
  width: 290px;
  height: 206px;
  margin: 0 0px 16px 16px;
  position: relative;
  text-align: center;
  float: left;
}
/* .pic_content>div:nth-child(3n+0){margin-right: 0;} */
.pic_content .wz {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(26, 32, 32, 0.5);
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
}
