/** 娓呴櫎鍐呭杈硅窛 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/** 璁剧疆榛樿瀛椾綋 **/
body,
button,
input,
select,
textarea {
  font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "Microsoft YaHei";
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
/** 閲嶇疆鍒楄〃鍏冪礌 **/
ul,
ol {
  list-style: none;
}
/** 閲嶇疆鏂囨湰鏍煎紡鍏冪礌 **/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/** 閲嶇疆琛ㄥ崟鍏冪礌 **/
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: 0;
}
/* img 鎼溅锛氳閾炬帴閲岀殑 img 鏃犺竟妗� */
button,
input,
select,
textarea {
  font-size: 100%;
}
/* 浣垮緱琛ㄥ崟鍏冪礌鍦� ie 涓嬭兘缁ф壙瀛椾綋澶у皬 */
/* 娉細optgroup 鏃犳硶鎵舵 */
/** 閲嶇疆琛ㄦ牸鍏冪礌 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 娓呴櫎娴姩 */
.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
img {
  vertical-align: middle;
}
@font-face {
  font-family: 'AlibabaSans_Medium';
  src: url('../fonts/AlibabaSans_Medium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.upDown_anim {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.upDown_anim .pic {
  overflow: hidden;
}
.upDown_anim .pic img {
  max-width: 100%;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.upDown_anim:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.hoverBtn {
  position: relative;
  border: 0 ;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.25s;
}
.hoverBtn:hover {
  background-color: #1a5fe2 !important;
}
.hoverBtn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, #ccc 10%, transparent 10.1%);
  transform: scale(10);
  opacity: 0;
  transition: all 0.6s;
}
.hoverBtn:active::after {
  transform: scale(0);
  opacity: 0.5;
  transition: 0s;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellip2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.auto-container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.site-nav {
  position: fixed;
  width: 100%;
  z-index: 50;
  top: 0;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.head {
  position: relative;
}
.head .logo {
  position: relative;
  z-index: 10;
  line-height: 72px;
  float: left;
}
.head .logo a {
  display: block;
}
.head .logo .logoImg {
  height: 25px;
}
.head .navBar {
  float: left;
  transition: all 0.5s;
  transform-origin: left center;
  margin-left: 20px;
}
.head .nav > li {
  position: static;
  float: left;
  height: 72px;
  vertical-align: top;
}
.head .nav > li.active .tran_span {
  -webkit-transform: translateY(-72px);
  -moz-transform: translateY(-72px);
  -ms-transform: translateY(-72px);
  -o-transform: translateY(-72px);
  transform: translateY(-72px);
}
.head .nav > li.active .icon_more {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.head .nav > li:hover .tran_span {
  -webkit-transform: translateY(-72px);
  -moz-transform: translateY(-72px);
  -ms-transform: translateY(-72px);
  -o-transform: translateY(-72px);
  transform: translateY(-72px);
}
.head .nav > li:hover .icon_more {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.head .nav > li .stair {
  position: relative;
  text-align: center;
  line-height: 72px;
  padding: 0px 18px;
}
.head .nav > li .stair.opened .icon_more {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.head .nav > li .a {
  height: 72px;
  display: block;
  color: #272b33;
  font-size: 16px;
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
}
.head .nav > li .a:hover .tran_span {
  -webkit-transform: translateY(-72px);
  -moz-transform: translateY(-72px);
  -ms-transform: translateY(-72px);
  -o-transform: translateY(-72px);
  transform: translateY(-72px);
}
.head .nav > li .a .tran_span {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.head .nav > li .a .nav_noscroll {
  display: inline-block;
  vertical-align: top;
}
.head .nav > li .a .iconfont {
  display: inline-block;
  vertical-align: top;
}
.head .nav > li .a .hoverSpan {
  height: 70px;
  border-bottom: 2px solid #1a64f1;
}
.head .nav > li .a span {
  display: block;
  box-sizing: border-box;
}
.head .nav > li .icon_more {
  font-size: 20px;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.head .s-menu {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: fixed;
  overflow: auto;
  left: 50%;
  top: 72px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  box-shadow: rgba(28, 76, 186, 0.08) 0 20px 16px;
}
.head .s-menu .inner {
  position: relative;
  z-index: 2;
}
.head .apply_btns {
  float: right;
  line-height: 72px;
}
.head .apply_btns .btn-groups .tran_span {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.head .apply_btns .btn-groups a {
    width: 104px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #1a64f1;
    box-sizing: border-box;
    color: #1a64f1;
    margin-left: 15px;}


.head .apply_btns .btn-groups a:hover .tran_span {
  -webkit-transform: translateY(-36px);
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  -o-transform: translateY(-36px);
  transform: translateY(-36px);
}
.head .apply_btns .btn-groups a:first-child {
  margin-left: 0;
}
.head .apply_btns .btn-groups a:last-child {
  background-color: #1a64f1;
  color: #fff;
}
.head .apply_btns .btn-groups span {
  display: block;
}
.server_Tell {
  padding-bottom: 10px;
  line-height: 40px;
}
.server_Tell span {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666;
}
.server_Tell img {
  width: 14px;
  height: 14px;
  margin-left: 21px;
  margin-right: 8px;
}
.headerDropdown,
.headerDropdown_sections {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.headerDropdown_sections {
  flex: 1;
}
.headerDropdown_sections-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  flex: 0 0 310px;
  background-color: #f3f4f9;
  position: relative;
  padding-bottom: 70px;
}
.headerDropdown_sections-left::after {
  content: '';
  display: block;
  width: 200%;
  height: 100%;
  right: 0%;
  top: 0;
  background-color: #f3f4f9;
  position: absolute;
}
.headerDropdown_section-label {
  width: 90%;
  font-size: 16px;
  color: #748199;
  line-height: 48px;
  border-bottom: 1px solid #cccccc;
}
.headerDropdown_section {
  padding-bottom: 30px;
  margin: 30px  0 0 0;
  opacity: 1;
  transition: opacity 0.45s cubic-bezier(0, 0, 0.16, 0.96), -webkit-transform 0.4s cubic-bezier(0, 0, 0.16, 0.96);
  transition: opacity 0.45s cubic-bezier(0, 0, 0.16, 0.96), transform 0.4s cubic-bezier(0, 0, 0.16, 0.96);
  transition: opacity 0.45s cubic-bezier(0, 0, 0.16, 0.96), transform 0.4s cubic-bezier(0, 0, 0.16, 0.96), -webkit-transform 0.4s cubic-bezier(0, 0, 0.16, 0.96);
  position: relative;
  z-index: 2;
}
.headerDropdown_section-columnWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
}
.headerDropdown_section-column {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 14px;
}
.headerDropdown_section-column div {
  line-height: 48px;
  padding: 0 14px;
  font-size: 16px;
  color: #272b33;
  cursor: pointer;
}
.headerDropdown_section-column .active {
  background-color: #1a64f1;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.headerDropdown_section-column .active .iconyoujiantou1 {
  display: block;
}
.headerDropdown_section-column .iconyoujiantou1 {
  float: right;
  color: #fff;
  display: none;
}
.product_item {
  width: 100%;
  display: none;
}
.product_item.item-show {
  display: block;
}
.product_item .product_menu {
  padding-left: 50px;
  padding-top: 50px;
}
.product_item .product_menu li {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}
.product_item .product_menu li a {
  display: block;
  text-decoration: none;
  color: #272b33;
  font-size: 16px;
}
.headerDropdown_section {
  flex: 1;
}
.headerDropdown_section .headerDropdown_section-columnItem {
  position: relative;
  padding: 12px 0;
  margin-bottom: 12px;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-width: 200px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #272b33;
  text-decoration: none;
}
.headerDropdown_section .headerDropdown_section-columnItem .iconfont {
  margin-right: 14px;
  font-size: 24px;
}
.headerDropdown_section_taojian {
  flex: 1;
}
.headerDropdown_section_taojian .headerDropdown_section-columnItem {
  width: 25%;
  float: left;
}
.headerDropdown_section_solve {
  flex: 0 0 540px;
}
.headerDropdown_section_solve .headerDropdown_section-columnItem {
  width: 50%;
  float: left;
}
.headerDropdown_section_zc {
  flex: 1;
}
.headerDropdown_section-itemBg {
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: -24px;
  transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s linear, transform 0.2s ease-out;
  transition: opacity 0.2s linear, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  background-color: #f5f5f5;
}
.headerDropdown_section-columnItem:focus .headerDropdown_section-itemBg,
.headerDropdown_section-columnItem:hover .headerDropdown_section-itemBg,
.headerDropdown_section-columnItem_current .headerDropdown_section-itemBg {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.headerDropdown_section_other {
  flex: 0 0 218px;
}
.heraComp_header-dropdownWrapper_active {
  opacity: 1!important;
  visibility: visible!important;
  box-shadow: 0 14px 24px -4px rgba(31, 35, 41, 0.12);
}
.footer {
  padding: 20px 0;
  background-color: #070235;
}
.footer .five-list-index {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.footer .five-list-index li {
  width: 20%;
  float: left;
  text-align: center;
}
.footer .five-list-index li .iconfont {
  font-size: 50px;
}
.footer .five-list-index li p {
  font-size: 12px;
}
.footer .footer_content {
  padding-top: 32px;
  padding-bottom: 125px;
}
.footer dl {
  transition: all 0.3s ease 0s;
  padding-right: 8%;
  float: left;
  color: #1e1e25;
}
.footer dl dt {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.footer dl dd {
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.footer dl dd a {
  display: block;
  color: #999999;
  text-decoration: none;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.footer dl dd a:hover {
  color: #1a64f1;
  transform: translateX(-4px);
}
.footer dl:nth-last-child(2) {
  padding-right: 0;
}
.footer dl:last-child {
  padding-right: 0;
  float: right;
}
.footer .foot-contact {
  padding-left: 64px;
  padding-right: 0;
  border-left: 1px solid #39355d;
}
.footer .foot-contact .tel {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.footer .foot-contact .iconweixin {
  font-size: 36px;
  color: #fff;
}
.footer .foot-contact .iconweibo {
  font-size: 36px;
  color: #fff;
}
.footer .foot-contact .qrcode-item {
  position: relative;
  display: inline-block;
}
.footer .foot-contact .qrcode-item:hover .qrcode {
  display: block;
}
.footer .foot-contact .qrcode-item .qrcode {
  display: none;
  position: absolute;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.footer .foot-contact .qrcode-item .qrcode::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}
.footer .flow-title {
  margin-top: 15px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
}
.footer .f_p {
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  line-height: 24px;
}
.footer .link_box {
  width: 150px;
  float: right;
  position: relative;
}
.footer .link_box .inp {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 40px;
  border: 1px solid #282828;
  padding-left: 12px;
  padding-right: 30px;
  background-color: #4a4c59;
  color: #c7c8cf;
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.footer .link_box .inp .arr {
  width: 30px;
  height: 100%;
  background-color: #777983;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.footer .link_box .links {
  display: none;
  min-width: 100%;
  position: absolute;
  right: 0;
  bottom: 48px;
  z-index: 10;
  background-color: #fff;
}
.footer .link_box .links li {
  padding: 10px;
  line-height: 20px;
  text-align: left;
  background-color: #4a4c59;
  border-bottom: 1px solid #2c2c2c;
}
.footer .link_box .links li a {
  color: #c7c8cf;
  font-size: 14px;
}
.footer .link_box .links li a:hover {
  color: #1a64f1;
}
.footer .footerbar {
  border-top: 1px solid #39355d;
  padding-top: 12px;
  color: #999999;
  font-size: 14px;
}
.footer .footerbar a:hover {
  color: #1a64f1 !important;
}
.footer .footerbar .copyright {
  margin-bottom: 5px;
  float: left;
}
.footer .footerbar .copyright a {
  color: #999999;
}
.footer .footerbar .r_link {
  float: right;
}
.footer .footerbar .r_link a {
  color: #999;
}
.footer .footerbar .footLink {
  color: #999999;
  font-size: 14px;
}
.footer .footerbar .footLink a {
  margin-right: 18px;
  color: #999999;
}
.footer .footerbar .footLink .cac {
  height: 22px;
}
.footer .footlink-title {
  width: 120px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
}
.footer .footlink-ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 32px;
}
.footer .footlink-ul li a {
  color: #999999;
}
.fixed_contact {
  position: fixed;
  right: 10px;
  top: 20%;
  z-index: 20;
  width: 70px;
}
.fixed_contact .aside_ul {
  position: relative;
  z-index: 2;
/*  border-radius: 8px;*/
  background-color: #1a64f1;
}
.fixed_contact .aside_ul .icod {
  position: relative;
  z-index: 2;
  border:none;
/*  border-radius: 8px;*/
  background-color: #1a64f1;
}

.fixed_contact .aside_ul li {
  position: relative;
  padding: 0 10px;
  text-align: center;
    background-color: #fff;
    border: 1px solid #e5eaf1;
}
.fixed_contact .aside_ul li:last-child a {
  border: 0;
}
.fixed_contact .aside_ul li a {
  padding: 10px 0px;
  display: block;
  text-decoration: none;
/* border-bottom: 1px solid rgb(154 154 154 / 40%);*/
}
.fixed_contact .aside_ul .icod span {
  display: block;
  color: #fff;
  font-size: 12px;
}
.fixed_contact .aside_ul li span {
  display: block;
  color: #8c8d9e;
  font-size: 12px;
}

.fixed_contact .aside_ul .iconfont .iconzaixianzixun {
  color: #fff;
  font-size: 32px;
}

.fixed_contact .aside_ul .icod .iconfont {
    color: #f7f7fc;
    font-size: 32px;
}
.fixed_contact .aside_ul li:hover {
  position: relative;
  z-index: 2;
  background-color: #1a64f1;
  border: 1px solid #1a64f1;
}
.fixed_contact .aside_ul li:hover span {
  display: block;
  color: #fff;
  font-size: 12px;
}
.fixed_contact .aside_ul li:hover .iconfont {
  color: #f7f7fc;
  font-size: 32px;
}

.fixed_contact .aside_ul .iconfont {
  color: #8c8d9e;
  font-size: 32px;
}
.fixed_contact .aside_ul .goTop {
  display: none;
  margin-top: 6px;
}
.fixed_contact .aside_ul .goTop:hover {
  background-color: #fff;
}
.fixed_contact .aside_ul .goTop:hover span {
  color: #1d1d1d;
}
.fixed_contact .aside_ul .goTop:hover .icon {
  background-position: 0 -20px;
}
.fixed_contact .hide_dec {
  position: absolute;
  top: 0;
  right: 118%;
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fixed_contact .hide_dec:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -35px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 6px solid transparent;
  font-size: 0;
  line-height: 0;
}
.fixed_contact .hide_dec img {
  width: 120px;
}
.fixed_contact .qq-kefu:after {
  top: 20%;
}
.fixed_contact .qq-kefu .qq_link {
  padding: 15px 20px;
  box-sizing: content-box;
  background-color: #f6f8fb;
}
.fixed_contact .qq-kefu .qq_link li {
  margin-bottom: 10px;
  white-space: nowrap;
  background-color: #1a64f1;
  border-radius: 4px;
  padding: 10px 20px;
}
.fixed_contact .qq-kefu .qq_link li:last-child {
  margin-bottom: 0;
}
.fixed_contact .qq-kefu .qq_link li a {
  color: #fff;
  font-size: 14px;
}
.fixed_contact .qq-kefu .tel {
  padding: 10px 0;
  white-space: nowrap;
}
.fixed_contact .qq-kefu .tel p {
  padding: 2px 0;
  font-size: 14px;
}
.fixed_contact .wechatImg {
  padding: 10px;
}
.fixed_contact .wechatImg:after {
  top: 20%;
}
.fixed_contact .problem-tips {
  width: 335px;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.fixed_contact .problem-tips .img {
  display: inline-block;
  vertical-align: middle;
  width: 108px;
}
.fixed_contact .problem-tips .img img {
  width: 108px;
}
.fixed_contact .problem-tips .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 114px);
}
.fixed_contact .problem-tips .info div {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #1a64f1;
}
.fixed_contact .problem-tips .info p {
  font-size: 12px;
  color: #4e5866;
  line-height: 18px;
}
.scrollHead {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}
.main_wp {
  background-color: #fff;
  margin-top: 72px;
}
.index-section-link {
  position: relative;
  padding: 60px;
  background-color: #3e65f4;
  background-repeat: no-repeat;
}
.index-section-link .floatlinkimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  animation: upAnimate 1.3s ease-in-out 0s infinite alternate;
}
.index-section-link div {
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
.index-section-link a {
  position: relative;
  z-index: 10;
  width: 118px;
  height: 40px;
  display: block;
  margin: 0 auto;
  margin-top: 42px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  color: #3e65f4;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.index-section-link a:hover .tran_span {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.index-section-link a .tran_span {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.index-section-link span {
  display: block;
}
.gray_bg {
  background-color: #f3f4f9;
}
@keyframes upAnimate {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 20px);
  }
}
@-webkit-keyframes progressIn {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes progressIn {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-ms-keyframes progressIn {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes progressIn {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progressIn {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@media (max-width: 1220px) {
  .auto-container {
    width: 96%;
  }
  .head .nav li {
    padding: 0 10px;
  }
  .head .apply_btns .btn-groups a {
    width: 80px;
  }
}
@media (max-width: 1180px) {
  .footer dl {
    padding-right: 5%;
  }
  .footer .foot-contact {
    padding-left: 50px;
  }
  .footer .footer_content {
    padding-bottom: 110px;
  }
  .footer .footerbar .copyright {
    max-width: 80%;
  }
}
@media (max-width: 1180px) {
  body {
    min-width: auto;
  }
  .auto-container {
    width: 94%;
  }
  .site-nav {
    position: fixed;
    top: 0;
    z-index: 2147483514;
    background-color: #fff;
  }
  .head .slogan {
    display: none;
  }
  .mobile-navbtn {
    display: block;
  }
  .headbg {
    top: 0;
    background-color: #fff;
  }
  .head .logo {
    margin-top: 10px;
    line-height: 50px;
  }
  .head .noLogin {
    margin-right: 60px;
  }
  .head .apply_btns {
    margin-right: 20px;
  }
  .head .noLogin .btn-groups {
    margin-top: 10px;
  }
  .head .noLogin .btn-groups a {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
  .navbtn {
    position: absolute;
    right: 0;
    z-index: 10;
    margin-top: 18px;
  }
  .head {
    height: 50px;
  }
  .head .navBar {
    display: none;
    position: fixed;
    top: 72px;
    left: 0%;
    margin: 0;
    overflow-y: scroll;
    max-height: 100%;
    width: 100%;
    padding: 0%;
    box-sizing: border-box;
    background-color: #fff;
    transition: none;
    border-top: 1px solid #ddd;
  }
  .head .nav > li.active .tran_span {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .head .nav > li:hover .tran_span {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .head .nav > li {
    float: none;
  }
  .head .nav > li .a .hoverSpan {
    display: none;
  }
  .head .nav > li .stair {
    text-align: left;
    line-height: 42px;
  }
  .head .nav > li .a .iconfont {
    float: right;
  }
  .head .nav > li:hover .icon_more {
    transform: rotate(0);
  }
  .head .nav .s-menu {
    box-shadow: rgba(28, 76, 186, 0.08) 0 10px 8px;
  }
  .head .s-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    top: 0;
    transform: inherit;
  }
  .headerDropdown_section {
    padding-bottom: 0;
    margin-top: 0;
  }
  .headerDropdown_sections-left {
    padding-bottom: 0;
  }
  .headerDropdown,
  .headerDropdown_sections {
    display: block;
  }
  .headerDropdown_section .headerDropdown_section-columnItem {
    width: 100%;
    min-width: auto;
    padding: 6px;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .columnWrapper1 .headerDropdown_section-columnItem {
    width: 50%;
  }
  .headerDropdown_section-itemBg {
    width: 100%;
  }
  .headerDropdown_section .headerDropdown_section-columnItem .iconfont {
    margin-right: 5px;
  }
  .headerDropdown_section-column div {
    line-height: 32px;
    font-size: 14px;
  }
  .headerDropdown_section-label {
    line-height: 40px;
    font-size: 14px;
    width: 98%;
  }
  .product_item .product_menu {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .product_item .product_menu li {
    width: 33.3%;
    margin-bottom: 0px;
  }
  .product_item .product_menu li a {
    font-size: 14px;
  }
  .product_item .product_menu li a img {
    transform: scale(0.7);
  }
  .section-room .room-right {
    padding-right: 6%;
  }
  .Home-banner .banner-next,
  .Home-banner .banner-prev {
    width: 24px;
    height: 40px;
  }
}
@media (max-width: 1180px) {
  .navbtn {
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    display: block;
    z-index: 20;
  }
  .navbtn i {
    height: 2px;
    background: #272636;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  .navbtn i.bar-1 {
    top: 7px;
  }
  .navbtn i.bar-2 {
    top: 15px;
  }
  .navbtn i.bar-3 {
    top: 23px;
  }
  .language {
    float: right;
    margin-right: 10px;
  }
  .language:hover .language-dl {
    display: block;
  }
  .cur_language {
    line-height: 50px;
  }
  .language .language-dl {
    border-top: 1px solid #ddd;
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
  }
  .language .language-dl dd {
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
  }
  .head_icon .language .language-dl dd:last-child {
    border-bottom: 0;
  }
  .language .language-dl dd:hover a {
    color: #f08200;
  }
  .language .language-dl dd a {
    padding: 0;
    line-height: 30px;
    color: #2a2724;
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .navbtn.open .bar-1 {
    top: 50%;
    transform: rotate(45deg);
  }
  .navbtn.open .bar-2 {
    height: 0;
  }
  .navbtn.open .bar-3 {
    top: 50%;
    transform: rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .footer dl:last-child {
    float: none;
  }
  .footer dl dt {
    margin-bottom: 14px;
  }
  .footer .foot-contact {
    border-left: 0;
  }
}
@media (max-width: 768px) {
  .auto-container {
    width: 94%;
  }
  .head .logo .logoImg {
    height: 20px;
  }
  .head .nav li .icon_more {
    right: 0;
  }
  .head .apply_btns {
    margin-right: 10px;
  }
  .head .apply_btns .btn-groups a {
    width: 68px;
    height: 32px;
    margin-left: 5px;
    line-height: 32px;
    font-size: 13px;
  }
  .fixed_contact {
    /* display: none; */
  }
  .footer .footerbar {
    font-size: 12px;
  }
  .footer .footer_content {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer .foot-contact {
    padding-left: 0;
  }
  .footer .footerbar .copyright {
    width: 100%;
    max-width: 100%;
  }
  .footer .footerbar .r_link {
    margin-bottom: 4px;
  }
  .head .nav li {
    height: auto;
    top: 0;
    left: 0;
  }
  .head .nav li .a {
    height: 42px;
  }
  .head .nav li .a:hover .tran_span {
    transform: translateY(0px);
  }
  .sub {
    display: none;
  }
}

.pagination{
  text-align: center;
  padding:20px 0px;
}
.ui-pagination-container{
  height:34px;
  line-height:34px
}
.ui-pagination-container .ui-pagination-page-item{
  font-size:16px;
  padding: 9px 16px;
  background:#fff;
  border:1px solid #dcdcdc;
  color:#44433e;
  margin:0 5px;
  text-decoration:none
}
.ui-pagination-container .ui-pagination-page-item:hover{
  border-color:#1a64f1;
  color:#1a64f1;
  text-decoration:none
}
.ui-pagination-container .ui-pagination-page-item.active{
  background:#1a64f1;
  border-color:#1a64f1;
  color:#fff;
  cursor:default
}