﻿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;
}
/* .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: 8px;
}
.tit_s h2 {
  font-size: 36px;
  color: #000;
}
/* .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: 30px;
  text-transform: uppercase;
}
.tit_b i {
  text-align: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #01562f;
  display: inline-block;
  position: relative;
}
.tit_b i::before {
  position: absolute;
  content: "";
  width: 158px;
  height: 2px;
  background: #01562f;
  top: 50%;
  transform: translateY(-50%);
  -webkit-ransform: translateY(-50%);
  left: 20px;
}
.tit_b i::after {
  position: absolute;
  content: "";
  width: 158px;
  height: 2px;
  background: #01562f;
  top: 50%;
  transform: translateY(-50%);
  -webkit-ransform: translateY(-50%);
  right: 20px;
}
/* .tit_b::after {
  position: absolute;
  content: "";
  width: @container;
  height: 2px;
  background: #f3531e;
  left: 50%;
  top: -29px;
  transform: translateX(-50%);
}
 */
.container {
  width: 1142px;
  margin: 0 auto;
  position: relative;
}
.xf-sec {
  width: 100%;
  padding: 48px 0;
}
/*banner*/
.xf-banner {
  position: relative;
  max-width: 1920px;
  padding-top: 455px;
  margin: 0 auto;
  overflow: hidden;
}
.xf-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
}
.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: 154px;
  padding: 32px 0px;
  border-radius: 12px;
  margin-top: 30px;
  background: -ms-linear-gradient(0deg, #596027 0%, #01562f 100%);
  background: -webkit-linear-gradient(0deg, #596027 0%, #01562f 100%);
  background: -moz-linear-gradient(0deg, #596027 0%, #01562f 100%);
}
.xf-wrap .form-xf {
  width: 100%;
  height: 100%;
  /* padding: 42px 38px; background: #fff;  */
  border-radius: 10px;
  position: relative;
}
.xf-wrap .form-xf .pic {
  position: absolute;
  left: 30px;
  top: -90px;
  width: 273px;
  height: 212px;
  transform: none;
  overflow: hidden;
}
.xf-wrap .form-xf .pic img {
  width: 100%;
}
.xf-wrap .form-xf .txt {
  margin-bottom: 42px;
  position: absolute;
  left: 310px;
  top: 8px;
  width: 286px;
}
.xf-wrap .form-xf .txt h4 {
  font-size: 30.5px;
  line-height: initial;
  color: #fff;
  font-style: italic;
  padding-left: 24px;
  margin-bottom: 10px;
}
.xf-wrap .form-xf .txt h4 span {
  color: #fbff00;
}
.xf-wrap .form-xf .txt p {
  font-size: 11px;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  padding-left: 40px;
}
.xf-wrap .form-xf .txt::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 46px;
  width: 258px;
  height: 2px;
  background: #fc8a30;
}
.xf-wrap .form-xf .pics {
  width: 100%;
  justify-content: space-between;
}
.xf-wrap .form-xf .pics .pics-items {
  width: 241px;
}
.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: 506px;
  height: 78px;
  /* justify-content: space-between; */
  margin-top: 50px;
  position: absolute;
  right: 30px;
  bottom: -4px;
  /* .hqxf-form:after{position: absolute; width: 4px; height: 56px; background: #cdcdcd; left: 60px; top: 50%; transform: translateY(-50%); content: "";} */
}
.form-box .hqxf-form {
  width: 329px;
  border: 0px solid #8a8485;
  border-radius: 6px;
  background: #fff;
  height: 58px;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.form-box .hqxf-form input {
  height: 100%;
  width: 100%;
  color: #605d5d;
  font-size: 19px;
  text-indent: 48px;
}
.form-box .hqxf-form .pic {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
}
.form-box .hqxf-form-sub {
  width: 166px ;
  background: #fbff00;
  height: 58px;
  border-radius: 6px;
  display: inline-block;
  float: right;
}
.form-box .hqxf-form-sub input {
  color: #ff2a00;
  font-size: 19px;
  text-align: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.ljxf-sec {
  width: 100%;
  margin: 0 auto;
}
.ljxf-sec .txt {
  text-indent: 2em;
  font-size: 18px;
  color: #000;
}
.ljxf-sec .onsub-sec {
  justify-content: space-between;
}
.ljxf-sec .onsub-sec .onsub-item {
  width: 25%;
  text-align: center;
  margin: 38px auto 30px;
}
.ljxf-sec .onsub-sec .onsub-item a {
  position: relative;
}
.ljxf-sec .onsub-sec .onsub-item .pic {
  width: 224px;
  text-align: center;
  margin: 0 auto;
}
.ljxf-sec .onsub-sec .onsub-item .pic img {
  width: 100%;
  display: block;
}
.ljxf-sec .onsub-sec .onsub-item .txt {
  font-size: 30px;
  color: #da2939;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 36px;
  text-indent: 0;
}
.bm-tit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  height: 42px;
  background: #01562f;
  line-height: 42px;
}
.bm-tit .bm-tit-item:nth-child(1) {
  width: 224px;
}
.bm-tit .bm-tit-item:nth-child(2) {
  width: 368px;
}
.bm-tit .bm-tit-item:nth-child(3) {
  width: 174px;
}
.bm-tit .bm-tit-item:nth-child(4) {
  width: 188px;
}
.bm-tit .bm-tit-item:nth-child(5) {
  width: 188px;
}
.bm-con {
  border-top: 1px solid #7d7d7d;
  border-left: 1px solid #7d7d7d;
}
.bm-con .bm-con-item {
  width: 100%;
  height: 42px;
  color: #7d7d7d;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 41px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.bm-con .bm-con-item div {
  border-right: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  color: #383737;
  float: left;
}
.bm-con .bm-con-item div:nth-child(1) {
  width: 260px;
}
.bm-con .bm-con-item div:nth-child(2) {
  width: 368px;
}
.bm-con .bm-con-item div:nth-child(3) {
  width: 174px;
}
.bm-con .bm-con-item div:nth-child(4) {
  width: 188px;
}
.bm-con .bm-con-item div:nth-child(5) {
  width: 150px;
  color: #fd3b0c;
}
.bm-con .bm-con-item:hover {
  background: #dbab83;
}
.rmzy {
  width: 100%;
  background: #e5f1fc;
}
.rmzy .zy_tit {
  text-align: left;
  margin-bottom: 13px;
  font-size: 18px;
  color: #6f6f6f;
}
.rmzy .zy_tit span {
  color: #fb5806;
  font-size: 24px;
  margin-right: 20px;
}
.rmzy .zy_tit .more {
  float: right;
  color: #fb5806;
  border-radius: 14px;
  padding: 0px 8px;
  border: 1px solid #fb5806;
  font-size: 14px;
}
.rmzy .zy_con {
  border-top: 1px solid #b4b3b3;
  padding-top: 14px;
  height: auto;
  margin-bottom: 16px;
}
.rmzy .zy_con .zy_con_l {
  float: left;
  /* margin-right: 18px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.rmzy .zy_con .zy_con_l .zy_con_l_item {
  display: block;
  box-sizing: border-box;
  background: #fff;
  padding: 9px;
  border-radius: 6px;
  box-shadow: 1px 3px 15px #ccc;
  margin-bottom: 17px;
  /*  -webkit-box-shadow:0 5px 5px 0 rgba(188,184,184,.75);box-shadow:0 5px 5px 0 rgba(188,184,184,.75); */
}
.rmzy .zy_con .zy_con_l .zy_con_l_item .txt {
  color: #000;
  font-size: 22px;
  text-align: left;
  padding: 13px 12px 10px 42px;
}
.rmzy .zy_con .zy_con_l .zy_con_l_item .txt span {
  color: #fb5806;
  padding-left: 32px;
}
.rmzy .zy_con .zy_con_l .zy_con_l_item .link {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}
.rmzy .zy_con .zy_con_l .zy_con_l_item .link a:first-child {
  color: #fff;
  background: #01562f;
  border-radius: 18px;
  padding: 1px 10px;
  margin-right: 16px;
  font-size: 20px;
}
.rmzy .zy_con .zy_con_l .zy_con_l_item .link a:nth-child(2) {
  color: #727271;
  margin-left: 16px;
  font-size: 20px;
}
.rmzy .zy_con .zy_con_r {
  width: 362px;
  height: 579px;
  float: right;
  padding-top: 9px;
  box-shadow: 1px 3px 15px #ccc;
  border-radius: 6px;
}
.rmzy .zy_con2 {
  width: 100%;
  margin: o auto;
  border-top: 1px solid #b4b3b3;
  padding-top: 14px;
}
.rmzy .zy_con2 .zy_con2_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
.rmzy .zy_con2 .zy_con2_wrap li {
  display: block;
  border-radius: 6px;
  box-shadow: 1px 3px 15px #ccc;
  position: relative;
  text-align: left;
  background: #fff;
  width: 273px;
  margin-bottom: 10px;
}
.rmzy .zy_con2 .zy_con2_wrap li h4 {
  color: #0f0e0e;
  font-size: 22px;
  margin: 12px 0 0 20px;
  font-weight: normal;
}
.rmzy .zy_con2 .zy_con2_wrap li p {
  color: #fb5806;
  font-size: 22px;
  margin: 6px 0 14px 20px;
}
.rmzy .zy_con2 .zy_con2_wrap li .zxbox {
  position: absolute;
  width: 60px;
  height: 53px;
  border-radius: 5px;
  background: #01562f;
  bottom: 19px;
  right: 15px;
  padding: 2px 2px 2px 10px;
}
.rmzy .zy_con2 .zy_con2_wrap li .zxbox a {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.sztd {
  width: 100%;
  background: #fff;
}
.sztd-sec {
  width: 100%;
  height: 446px;
  background: #01562f url(../image/ms-bg.png) 36px 18px no-repeat;
  position: relative;
  margin-top: 60px;
}
.sztd-sec .navs {
  position: absolute;
  width: 130px;
  left: 36px;
  bottom: 38px;
  height: 247px;
}
.sztd-sec .navs li {
  width: 100%;
  margin-bottom: 11px;
  cursor: pointer;
}
.sztd-sec .navs li img {
  width: 100%;
  display: block;
}
.sztd-sec .navs li:last-child {
  margin-bottom: 0;
}
.sztd-sec .navs .on {
  box-shadow: 0px 0px 10px #fff;
}
.sztd-sec .con-sec {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 900px;
}
.sztd-sec .con-sec .pic {
  position: absolute;
  bottom: -24px;
  left: 0;
}
.sztd-sec .con-sec .pic img {
  width: auto;
}
.sztd-sec .con-sec .txt {
  width: 592px;
  height: 398px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px 0 0 30px;
}
.sztd-sec .con-sec .txt h4 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 19px;
  text-transform: uppercase;
}
.sztd-sec .con-sec .txt h4 span {
  font-size: 18px;
  font-weight: normal;
  line-height: 10px;
}
.sztd-sec .con-sec .txt p {
  font-size: 18px;
  margin-bottom: 19px;
  line-height: 28px;
  text-transform: uppercase;
}
/* jiuye sec */
.jybz {
  width: 100%;
  background: #e5f1fc;
  margin-bottom: -20px;
}
.jybz-sec {
  justify-content: center;
}
.jybz-sec .jybz-item {
  margin-right: 12px;
  background: #01562f;
  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;
}
.jybz-sec {
  margin: 12px auto;
}
.zxbtn {
  justify-content: center;
  width: 80%;
  margin: 38px 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;
}
.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;
}
