html {
  color: #000;
  background: #fff;
}

*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  background: #f7f9fb;
}

select,
input,
button,
textarea {
  font-family: inherit;
  font-size: 99%;
  line-height: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  min-width: 1200px;
  padding-bottom: 96px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#header {
  height: 108px;
  background: #fff;
}

.header {
  height: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.header .logo {
  width: 300px;
  padding-top:24px;
  font-size: 25px;
  line-height:37.5px;
  background:url(/images/integrationHome/images/logo.png) top left no-repeat;
}
.header .contact-us {
  position: relative;
}
.header .contact-us .contact-btn {
  display: block;
  height: 29px;
  line-height: 29px;
  border-radius: 14.5px;
  width: 104px;
  color: #fff;
  padding-left: 32px;
  cursor: pointer;
  background: #4787fb url(/images/integrationHome/images/contactus.png) no-repeat 12px center;
}
.header .contact-us .contact-btn.cur + .contact-content {
  display: flex;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav .nav-item {
  position: relative;
  margin-left: 36px;
  font-size: 16px;
  color: #000;
}
.header .nav .nav-item:hover > a, .header .nav .nav-item:hover > span, .header .nav .nav-item.active > a, .header .nav .nav-item.active > span {
  color: #4787fb;
  font-weight: bold;
}
.header .nav .product-btn {
  cursor: pointer;
  padding-right: 17px;
  background: url(/images/integrationHome/images/arrow-down.png) no-repeat right center;
}
.header .nav .product-btn.cur {
  background: url(/images/integrationHome/images/arrow-up.png) no-repeat right center;
}
.header .nav .product-btn.cur + .product-content {
  height: 404px;
}

.product-content {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 108px;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  background: url(/images/integrationHome/images/product-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.product-content .container {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.product-content .product-item {
  width: 323px;
}
.product-content .product-item h2 {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  padding-left: 28px;
  position: relative;
}
.product-content .product-item h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0px;
  height: 3px;
  background: linear-gradient(90deg, rgb(219, 232, 255), rgba(219, 232, 255, 0));
}
.product-content .product-item.main-product h2 {
  background: url(/images/integrationHome/images/product-title1.png) no-repeat left center;
}
.product-content .product-item.main-product li {
  height: 80px;
  margin-top: 20px;
  background: linear-gradient(180deg, rgba(245, 246, 249, 0.9) 0%, rgba(254, 254, 254, 0.9) 100%);
  border-radius: 10px;
  border: 1px solid #fff;
  position: relative;
  box-shadow: 0px 2px 27px 3px #d8dde8, 0px -4px 17px 0px #f7f9fa;
}
.product-content .product-item.main-product li a {
  display: block;
  height: 100%;
  padding: 15px;
  padding-left: 100px;
}
.product-content .product-item.main-product li i {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: 100% 100%;
  background-position: 12px center;
  background-repeat: no-repeat;
}
.product-content .product-item.main-product li:nth-child(1) i {
  background-image: url(/images/integrationHome/images/product-icon1.png);
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 80px;
}
.product-content .product-item.main-product li:nth-child(2) i {
  background-image: url(/images/integrationHome/images/product-icon2.png);
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 80px;
}
.product-content .product-item.main-product li:nth-child(3) i {
  background-image: url(/images/integrationHome/images/product-icon3.png);
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 80px;
}
.product-content .product-item.main-product .name {
  font-size: 16px;
  font-weight: bold;
}
.product-content .product-item.main-product .txt {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.product-content .product-item.association-product {
  margin-left: 145px;
}
.product-content .product-item.association-product h2 {
  background: url(/images/integrationHome/images/product-title2.png) no-repeat left center;
}
.product-content .product-item.association-product ul {
  margin-top: 28px;
}
.product-content .product-item.association-product li {
  color: #333;
  margin-bottom: 25px;
}
.product-content .product-item.association-product li:hover {
  color: #4787fb;
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background: #202230;
  font-size: 16px;
}
.footer .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  color: #fff;
}
.footer .visit span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  vertical-align: middle;
  position: relative;
  bottom: 5px;
}

.common-table {
  width: 100%;
  table-layout: fixed;
}
.common-table th,
.common-table td {
  text-align: center;
}
.common-table th {
  height: 57px;
  font-size: 18px;
  font-weight: 700;
}
.common-table tbody tr {
  height: 65px;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 4px 4px 0px #f2f5f9;
  background: linear-gradient(180deg, #f4f6f9 0%, #fff 100%);
}
.common-table tbody tr:hover {
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
  color: rgb(71, 135, 251);
}
.common-table tbody .level {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  background: url(/images/integrationHome/images/level1.png) no-repeat right center;
}
.common-table tbody .level.middle {
  background: url(/images/integrationHome/images/level2.png) no-repeat right center;
}

.local {
  height: 45px;
  line-height: 45px;
  padding-left: 17px;
  background: url(/images/integrationHome/images/home.png) no-repeat left 15px;
  color: #707070;
}
.local a,
.local span {
  margin: 0 10px;
}
.local span {
  color: #4787fb;
}

.mt40 {
  margin-top: 40px !important;
}

.condition {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  line-height: 44px;
}
.condition .total {
  font-size: 18px;
  margin-right: 20px;
}
.condition .total span {
  color: #4787fb;
}
.condition .item {
  display: flex;
  justify-content: space-between;
}
.condition .item .name {
  margin-right: 8px;
}
.condition .item .val > * {
  width: 100%;
}
.condition .val > select, .condition > input {
  height: 44px;
  padding-left: 12px;
  font-size: 14px;
  color: #666;
  outline: none;
  border-radius: 4px;
  border: 1px solid #dfe3ec;
  background: #fff;
}
.condition .val > input::-moz-placeholder, .condition > input::-moz-placeholder {
  color: #999;
}
.condition .val > input::placeholder, .condition > input::placeholder {
  color: #999;
}
.condition .search-btn {
  width: 122px;
  height: 44px;
  border-radius: 4px;
  background: #4787fb url(/images/integrationHome/images/readgalss.png) no-repeat 34px center;
  color: #fff;
  padding-left: 60px;
  font-size: 16px;
  cursor: pointer;
}

.chosen-container {
  width: 100% !important;
}

.chosen-disabled {
  opacity: 1 !important;
}

.chosen-single {
  height: 44px !important;
  line-height: 44px !important;
  border-radius: 4px;
  border: 1px solid #dfe3ec !important;
  padding-left: 10px;
  outline: none;
  box-sizing: border-box;
  background: none !important;
}

.chosen-container-active .chosen-single {
  border: 1px solid #666;
  box-shadow: none;
}

.chosen-container-single .chosen-single div b {
  background: url(/images/integrationHome/images/chosen-down.png) no-repeat;
  background-position: center !important;
}

.chosen-container-single .chosen-single div {
  width: 26px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url(/images/integrationHome/images/chosen-up.png) no-repeat;
  background-position: center !important;
}

.chosen-drop ul {
  padding: 4px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.chosen-drop ul li {
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.chosen-drop ul li.highlighted {
  background-color: transparent !important;
  background-image: none !important;
  background-image: none !important;
  color: #e50012 !important;
}

.m-pagination-page {
  padding-right: 0;
}
.m-pagination-page > li {
  margin-right: 8px;
}
.m-pagination-page > li > a {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-page > li.active > a, .m-pagination-page > li:hover > a {
  border-color: #2065fc;
  color: #2065fc;
  font-weight: normal;
  background: #fff;
}
.m-pagination-size {
  padding-right: 12px;
}
.m-pagination-size > select {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-group > input, .m-pagination-group > button {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-color: #d6d6d6;
  color: #333;
}
.m-pagination-group > input {
  width: 30px;
  border-radius: 4px;
  border-right: 1px solid #d6d6d6;
}
.m-pagination-group > button {
  border-radius: 4px;
  margin-left: 5px;
  line-height: 30px;
}
.m-pagination-info {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  color: #333;
}
.m-pagination-jump {
  width: 100px !important;
}

.contact-content {
  display: none;
  position: absolute;
  z-index: 100000;
  width: 719px;
  height: 276px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px 6px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 40px;
  background: #fff url(/images/integrationHome/images/contact.png) no-repeat left center;
  justify-content: space-between;
}
.contact-content .title {
  width: 225px;
  color: #fff;
  margin-top: 32px;
  font-size: 16px;
  text-align: center;
}
.contact-content .inf {
  width: calc(100% - 225px);
  padding: 25px;
}
.contact-content .inf .block {
  margin-bottom: 15px;
}
.contact-content .inf h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-content .inf h2 span {
  color: #666;
  font-weight: normal;
  font-size: 14px;
}
.contact-content .inf .row {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
}
.contact-content .inf .row .item + .item {
  margin-left: 20px;
}

.product-list{
  display:block;
  position: absolute;
  left: -61px;
  top: 30px;
  height:0;
  margin-top:-8px;
  padding: 0 10px;
  background: #fff;
  transition:all .3s;
  overflow:hidden;
  z-index:10;
  border-radius:4px;
}
.header .nav{
  margin-left: 78px;
}

.header .nav .nav-item:first-child{
  margin-left:0;
}
.header .nav-item:hover .nav-item a{
  color:#4787fb;
}
.header .nav-item:hover .product-list{
  height:auto;
  padding: 10px;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}
.header .nav-item:hover .product-btn{
  background-image: url(/images/integrationHome/images/arrow-up.png)
}

.header .product-list li{
  height:32px;
  line-height:32px;
}

.header .product-list li a:hover{
  color:#4787fb;
}
.header  .nav-item.fixed-width{
  min-width: 204px;
}

.header .contact-us{
  margin-left: auto;
}

.header .login-wrap .login-btn{
  display: block;
  width:72px;
  height:29px;
  padding-left:32px;
  margin-left:20px;
  color:#fff;
  line-height:29px;
  border-radius: 14.5px;
  background:#4787fb url(/images/integrationHome/images/login_user.png) left 12px center no-repeat;
  cursor:pointer;
}

.header .login-wrap .login-user {
  display:block;
  margin-left:25px;
  width:29px;
  height:29px;
  border-radius:100%;
  cursor:pointer;
}
