html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
}

body {
  font-size: 14px;
  font-family: 'microsoft yahei', 'hiragino sans gb';
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  display: none;
}

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-variant: normal;
}

.clearfix::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.wrap_head {
  width: 100%;
  height: 90px;
}

.wrap_head_fixed {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 20;
}
.wrap_head_fixed .menu_list .menu_item .txt {
  color: #2b2e2e;
}
.wrap_head_fixed .head_con .logo {
  background: url(../image/logo_blue.png) no-repeat center;
  background-size: 200px 46px;
}

.head_con {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.head_con .logo {
  display: block;
  width: 200px;
  height: 46px;
  background: url(../image/logo.png) no-repeat center;
  background-size: 200px 46px;
  position: absolute;
  left: 0;
  top: 25px;
}

.menu_list {
  display: block;
  height: 90px;
  position: absolute;
  right: 0px;
  top: 0;
  cursor: pointer;
}
.menu_list .menu_item {
  display: inline-block;
  text-align: center;
  height: 90px;
  margin-left: 40px;
  position: relative;
}
.menu_list .menu_item .txt {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.menu_list .menu_item .txt::after {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 28px;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
}
.menu_list .menu_item .txt:hover::after {
  opacity: 1;
}
.menu_list .menu_item .txt_black::after {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 28px;
  left: 0;
  background-color: #3a3a3c;
  opacity: 0;
}
.menu_list .menu_item .txt_black:hover::after {
  opacity: 1;
}
.menu_list #active::after {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 28px;
  left: 0;
  background-color: #3a3a3c;
  opacity: 1;
}
.menu_list #page_index_active::after {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 28px;
  left: 0;
  background-color: #ffffff;
  opacity: 1;
}
.menu_list .sub_list {
  width: 150px;
  position: absolute;
  left: 0;
  top: 70px;
  text-align: left;
  text-indent: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: none;
}
.menu_list .sub_list li a {
  background-color: #ffffff;
  display: block;
  font-size: 14px;
  color: #2b2e2e;
  opacity: 0.9;
  height: 48px;
  line-height: 48px;
  color: #3a3a3c;
}
.menu_list .sub_list li a:hover {
  opacity: 1;
  color: #0080ff;
}

.wrap_content {
  position: relative;
  z-index: 1;
}

.banner {
  height: 750px;
  width: 100%;
  background: url('../image/banner.png') no-repeat center;
  position: relative;
  margin-top: -90px;
  overflow: hidden;
}
.banner .banner_text {
  width: 562px;
  position: absolute;
  bottom: 286px;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.banner .slide_tips {
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0.7;
}
.banner .slide_tips .icon_arrow {
  display: block;
  width: 16px;
  height: 16px;
  background: url('../image/icon_arrow.png') no-repeat center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: arrow_slide 2s infinite;
  animation-fill-mode: both;
}

@keyframes arrow_slide {
  from {
    bottom: 0%;
  }
  to {
    bottom: 10%;
  }
}
.section_title {
  width: 460px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  margin: 0 auto;
  padding: 40px 0;
}
.section_title img {
  display: block;
  width: 460px;
  height: 54px;
}

.section_content {
  width: 100%;
  height: 550px;
}
.section_content .content {
  width: 1200px;
  margin: 0 auto;
}
.section_content .content .left {
  margin: 110px 0 60px 0;
  width: 460px;
  float: left;
}
.section_content .content .right {
  margin: 110px 0 60px 0;
  width: 460px;
  float: right;
}
.section_content .app_logo {
  width: 96px;
  height: 96px;
}
.section_content .zjlm_logo {
  width: 284px;
  height: 60px;
}
.section_content .app_name {
  margin-top: 16px;
  color: #222226;
  font-size: 24px;
  font-weight: bold;
}
.section_content .app_describe {
  margin-top: 20px;
  color: #757580;
  font-size: 14px;
  line-height: 28px;
}
.section_content .app_download {
  margin-top: 20px;
}
.section_content .app_download .btn_container {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.section_content .app_download .btn {
  display: block;
  width: 142px;
  height: 42px;
  border: 1px solid #0080ff;
  line-height: 42px;
  font-size: 14px;
  color: #0080ff;
}
.section_content .app_download .btn .name {
  padding-left: 27px;
}
.section_content .app_download .btn .code {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../image/code_small.png') no-repeat center;
  background-size: 18px 18px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
}
.section_content .app_download .btn .arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../image/arrow.png') no-repeat center;
  background-size: 16px 16px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
}
.section_content .app_download .code_hover {
  position: absolute;
  top: -40px;
  right: -140px;
  width: 150px;
  height: 153px;
  background: url('../image/code_hover_bg.png') no-repeat center;
  background-size: 118px 127px;
  z-index: 10;
}
.section_content .app_download .code_hover img {
  width: 100px;
  height: 100px;
  padding: 15px 11px 0 28px;
}
.section_content .app_download .code_hover .code_tips {
  text-align: center;
  color: #757580;
  font-size: 12px;
  padding-left: 11px;
}
.section_content .app_download .hover_jhb_andriod,
.section_content .app_download .hover_jhb_official,
.section_content .app_download .hover_lxb_andriod,
.section_content .app_download .hover_lxb_official {
  display: none;
}
.section_content .app_download .jhb_andriod:hover,
.section_content .app_download .jhb_official:hover,
.section_content .app_download .lxb_andriod:hover,
.section_content .app_download .lxb_official:hover,
.section_content .app_download .website:hover {
  background-color: #0080ff;
  color: #ffffff;
}
.section_content .app_download .jhb_andriod:hover .code,
.section_content .app_download .jhb_official:hover .code,
.section_content .app_download .lxb_andriod:hover .code,
.section_content .app_download .lxb_official:hover .code,
.section_content .app_download .website:hover .code {
  background: url('../image/code_small_hover.png') no-repeat center;
  background-size: 18px 18px;
}
.section_content .app_download .jhb_andriod:hover .arrow,
.section_content .app_download .jhb_official:hover .arrow,
.section_content .app_download .lxb_andriod:hover .arrow,
.section_content .app_download .lxb_official:hover .arrow,
.section_content .app_download .website:hover .arrow {
  background: url('../image/arrow_hover.png') no-repeat center;
  background-size: 18px 18px;
}
.section_content .app_download .jhb_andriod:hover + .hover_jhb_andriod,
.section_content .app_download .jhb_official:hover + .hover_jhb_official,
.section_content .app_download .lxb_andriod:hover + .hover_lxb_andriod,
.section_content .app_download .lxb_official:hover + .hover_lxb_official {
  display: block;
}

.jhb {
  /* background: url('../image/index-bg01.png') center no-repeat; */
  background-size: cover;
  background-image: url('../image/index-bg01.png');
  background-position: center;
}

.lxb {
  background: url('../image/index-bg02.png') center no-repeat;
}
.znyyzs {
  background-size: cover;
  background-image: url('../image/index-bg05.png');
  background-position: center;
}
.yeslm {
  background-size: cover;
  background-image: url('../image/index-bg06.png');
  background-position: center;
}
.zjlm {
  background: url('../image/index-bg03.png') center no-repeat;
}
.gzb {
  /* background: url('../image/index-bg04.png') center no-repeat; */
  background-size: cover;
  background-image: url('../image/index-bg04.png');
  background-position: center;
}
.cooperative_content {
  padding-bottom: 100px;
}
.cooperative_content img {
  display: block;
  width: 1121px;
  height: 611px;
  margin: 0 auto;
}

.footer {
  background-color: #f3f5fa;
}
.footer .footer_con {
  width: 1200px;
  margin: 0px auto;
  height: 270px;
  padding-top: 50px;
  position: relative;
}
.footer .footer_con .footer_item {
  width: 216px;
  float: left;
}
.footer .footer_con .tit {
  display: block;
  font-size: 16px;
  color: #3a3a3c;
  font-weight: normal;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer .footer_con .list {
  font-size: 14px;
}
.footer .footer_con .list li a {
  color: #3a3a3c;
  line-height: 30px;
  font-size: 14px;
}
.footer .footer_con .list li a:hover {
  color: #0080ff;
}
.footer .footer_con .footer_logo {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.footer .footer_con .footer_logo .logo {
  height: 46px;
  background: url('../image/footer_logo.png') right bottom no-repeat;
  background-size: 200px 46px;
}
.footer .footer_con .footer_logo .footer_info {
  color: #8e8e93;
  font-size: 12px;
  text-align: right;
  line-height: 22px;
}
.footer .footer_con .footer_logo .footer_info .link {
  color: #8e8e93;
}
.footer .footer_con .footer_logo .footer_info .link:hover {
  color: #0080ff;
}

.wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.head_con .logo {
  background: url('../image/logo_blue.png') no-repeat center;
  background-size: 200px 46px;
}

.menu_list .menu_item .txt {
  color: #3a3a3c;
}

.banner {
  height: 400px;
  margin-top: 0;
  background: url('../image/business_banner.png') no-repeat center;
}
