* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'PingFang';
  /*重命名字体名 常规体*/
  src: url(../foot/PingFang\ Regular.ttf);
  /*引入字体*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Regular-bold';
  /*中粗体*/
  src: url(../foot/PingFang\ Bold.ttf);
  font-style: normal;
}

@font-face {
  font-family: 'Regular-ExtraLight';
  /*特细*/
  src: url(../foot/PingFang\ ExtraLight.ttf);
  font-style: normal;
}

@font-face {
  font-family: 'Regular-Heavy';
  /*特粗*/
  src: url(../foot/PingFang\ Heavy.ttf);
  font-style: normal;
}

@font-face {
  font-family: 'Regular-Light';
  /*细体*/
  src: url(../foot/PingFang\ Light.ttf);
  font-style: normal;
}

@font-face {
  font-family: 'Regular-Medium';
  /*中等字体*/
  src: url(../foot//PingFang\ Medium.ttf);
  font-style: normal;
}

body {
  font-family: 'PingFang';
}

ul li {
  list-style: none;
  float: left;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  background: none;
  outline: none;
  border: 0px;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
}

input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid #0B69CD;
  background: #fff;
  outline: none;
}

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

.clear {
  clear: both;
}

/* 头部区 */

.top-tips {
  width: 100%;
  height: 39px;
  background: #E7EEFE;
  line-height: 39px;
  text-align: center;
  display: none;
}

.top-tips span a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.top-tips span {
  margin-right: 20px;
}

.dw-header {
  padding: 20px 0px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  width: 1200px;
}

.dw-outlink {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dw-logo {
  width: 10%;
}

.dw-menu {
  flex: 1;

}

.dw-menu>ul {
  display: flex;
  justify-content: space-between;
  padding-right: 5%;
  align-items: center;
  line-height: 32px;
}

.dw-menu ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
}

.dw-menu ul li.cur {}

.dw-menu ul li.drop-down::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  width: 18px;
  height: 12px;
  background: url(../imgs/drow.png) no-repeat center;
  z-index: 10;
  cursor: pointer;
}

.dw-menu ul li {
  position: relative;
}

.dw-menu ul li ul {
  display: none;
  width: 150%;
  left: -20px;
  position: absolute;
  background: #fff;
  box-shadow: 0px 15px 25px 0px rgba(53, 100, 230, 0.15);
}

.dw-menu ul li ul li {
  width: 100%;
  line-height: 42px;
  height: auto;
  text-align: center;
}

.dw-outlink {
  width: 280px;
  line-height: 32px;
}

.dw-menu ul li a:hover {
  color: #2555ff;
}

.dw-menu>ul>li.cur>a {
  color: #2555ff;
}

.lang-container {
  position: relative;
}

.lang-container::after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: '';
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2555FF;
}

.lang-container span {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #2555FF;
}

.lang-container ul {
  position: absolute;
  width: 100%;
}

.lang-container ul li {
  width: 100%;
  padding-left: 18px;
}

.lang-container ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

.dw-application {
  height: 24px;
  background: #2555FF;
  border-radius: 5px;
  vertical-align: middle;
  margin-left: 26px;
}

.dw-application a {
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 10px
}

.dw-logcenter {
  height: 24px;
  border: 1px solid #272B2E;
  border-radius: 5px;
  line-height: 24px;
  padding: 0 10px;
  line-height: 24px;
}

.dw-logcenter a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
}

/* 广告条文案 */
h4.banner_title {
  position: absolute;
  width: 1200px;
  left: 20%;
  top: 20%;
  z-index: 99;
  font-size: 36px;
}

p.banner_title_s {
  position: absolute;
  width: 1000px;
  left: 20%;
  top: 32%;
  z-index: 99;
  font-size: 20px;
  white-space:pre;
  line-height: 40px;
}

.banner_more {
  display: inline-block;
  position: absolute;
  line-height: 45px;
  border-radius: 8px;
  left: 20%;
  top: 55%;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  width: 160px !important;
  height: 40px !important;
  background: #2555FF;
  border-radius: 8px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #2555FF;
}

.banner_more span {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 40px;
}

.banner_more::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all ease-in-out .6s;
  top: 0;
  border-radius: 8px;
  left: 0;
}

.banner_more:hover:after {
  width: 100%;
}

.banner_more:hover:hover span {
  color: #2555FF;
}

/* 头部区end */

/* 底部区 */
.dw-footer {
  width: 100%;
  height: auto;
  background: #555555;
  overflow: hidden;
}

.footer-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 45px;
}

.footer-top {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  position: relative;
  width: 380px;
  margin-right: 20px;
}

.footer-logo-img img {
  width: 108px;
  height: auto;
  margin-bottom: 30px;
}

.hotline span {
  display: block;
  color: #fff;
}

.hotline span:first-child {
  margin-bottom: 20px;
  font-size: 16px;
}

.hotline span:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.footer-focus {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer-ads {
  position: relative;
  width: 300px;
}

.footer-ads ul {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-ads ul li {
  position: relative;
}

.footer-ads ul li img {
  margin-bottom: 5px;
}

.footer-ads ul li img:last-child {
  display: none;
  position: absolute;
  top: -130px;
  left: -40px;
}

.footer-ads ul li img, .footer-ads ul li span {
  display: block;
  color: #fff;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
}

.footer-menu>ul {
  position: relative;
}

.footer-menu>ul>li {
  margin-right: 30px;
}

.footer-menu ul li {
  width: 100%;
}

.footer-menu>ul li a {
  color: #fff;
  display: block;
  width: 100%;
}

.footer-menu>ul>li.footer-main {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;

}

.footer-menu>ul>li.footer-main>a {
  display: block;
  margin-bottom: 30px;
}

.footer-menu>ul>li ul li {
  margin-bottom: 20px;
}

.footer-menu>ul>li ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #ccc;
}

.footer-menu>ul>li ul li a:hover {
  color: #fff;
}


.footer-friendLink {
  position: relative;
  padding: 16px 0;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}

.footer-friendLink span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer-friendLink ul {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-friendLink ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #ccc;
}

.footer-lk li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-copyright {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #272B2E;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer-copyright a{
  font-size: 14px;
  color: #FFF;
}
.footer-copyright a:hover{
  transition: all 0.3s ease-in-out;
  color: #2555ff;
}
.footer-menu>ul:first-child {
  width: 161px;
}

.footer-menu>ul:nth-child(2) {
  width: 210px;
}

.footer-menu>ul:nth-child(3) {
  width: 124px;
}

.footer-menu>ul:nth-child(4) {
  width: 112px;
}

.footer-menu>ul:nth-child(5) {
  width: 160px;
}

.footer-menu>ul:last-child {
  width: 172px;
}

/* page */

/* 页面公共样式 */


.width-auto {
  /* width: 100%;
    padding: 0 2%; */
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.section-add {
  position: relative;
  padding: 40px 0 60px;
  background: url(../imgs/add_bg.png) repeat center;
  background-size: auto;
  height: 300px;
  display: flex;
  align-items: center;
}

.add-ads {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.add-ads>span {
  display: block;
}

.add-ads>span:first-child {
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.add-ads>span:nth-child(2) {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
}

.add-ads a {
  position: absolute;
  right: 0;
  top: 30px;
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  margin-right: 40px;
  background: #fff;
  /* border: 1px solid #2555FF; */
  color: #2555FF;
  cursor: pointer;
}

.add-ads a span {
  color: #333;
  position: relative;
  z-index: 10;
}

.add-ads a:hover span {
  color: #fff;
}

.brand-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.brand-container img {
  width: calc(1040px / 8);
  height: auto;
  margin: 0 10px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.brand-container img:hover {
  box-shadow: 0px 3px 15px 0px rgba(53, 100, 230, 0.23);
  border-radius: 8px;
}

.btn-cur {
  position: relative;
  transition: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border: 1px solid #fff;
}

.btn-cur::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  background: #2555FF;
  transition: all ease-in-out .6s;
  top: 0;
  border-radius: 8px;
  left: 0;
}

.btn-cur:hover::after {
  width: 100%;
}

.btn-cur:hover {
  color: #fff;
  box-shadow: 0px 15px 25px 0px rgba(53, 100, 230, 0.15)
}

.btn-add-cur {
  position: relative;
  transition: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.btn-add-cur span {
  position: relative;
  z-index: 1;
}

.btn-add-cur::after {
  content: "";
  width: 0%;
  height: 110%;
  position: absolute;
  background: #2555FF;
  transition: all ease-in-out .6s;
  top: 0;
  left: -3px;
  border-radius: 20px;
}

.btn-add-cur:hover::after {
  width: 110%;
}

.btn-add-cur:hover span {
  color: #fff;
  box-shadow: 0px 15px 25px 0px rgba(53, 100, 230, 0.15)
}

.normal_cur {
  position: relative;
  transition: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.normal_cur span {
  position: relative;
  z-index: 1;
}

.normal_cur::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  background: #2555FF;
  transition: all ease-in-out .6s;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.normal_cur:hover::after {
  width: 100%;
}

.normal_cur:hover {
  box-shadow: 0px 15px 25px 0px rgba(53, 100, 230, 0.15)
}

.normal_cur:hover span {
  color: #fff;
}

/* .normal_bs {
    transition: cubic-bezier(0.55, 0.055, 0.675, 0.19);

} */

/* .normal_bs:hover {
    transform: scale(1.1);
    box-shadow: 0px 15px 25px 0px rgba(53, 100, 230, 0.15)
} */
.about-more a:first-child, .manage-wt>a {
  position: relative;
}

.mode-more:hover, .about-more a:first-child:hover, .manage-main-word>a:hover, .manage-wt>a:hover {
  border: 1px solid #2555FF;
  color: #2555FF;
}

.about-more a:first-child:hover span, .manage-main-word>a:hover span, .manage-wt>a:hover span {
  color: #2555FF;
}

.mode-more span, .about-more a span, .manage-main-word>a span, .manage-wt>a span {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 40px;
}

.mode-more:hover:after, .about-more a:first-child:hover::after, .manage-main-word>a:hover::after, .manage-wt>a:hover::after {
  width: 100%;
}

.mode-more:after, .about-more a:first-child::after, .manage-main-word>a::after, .manage-wt>a::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all ease-in-out .6s;
  top: 0;
  border-radius: 8px;
  left: 0;
}

.about-more a:nth-of-type(2):hover:after, .about-more a:nth-of-type(2):hover span {
  width: 100%;
  color: #FFF;
}

.about-more a:nth-of-type(2):hover {
  border: 1px solid #6E7AFF;
  border: none;
}

.about-more a:nth-of-type(2):after {
  position: relative;
  content: "";
  width: 0%;
  height: 100%;
  height: 40px;
  position: absolute;
  background: #6E7AFF;
  transition: all ease-in-out .6s;
  top: 0;
  left: 0;
  border-radius: 8px;
}

/* .dw-window {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 89px;
    height: 401px;
    background: #026BFE;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.sidebar-box{

} */

/* 页面公共样式 */
body {
  min-width: 1300px;
}

.dw-header, .dw-banner, .dw-section, .dw-footer, .footer-copyright {
  margin: 0 auto;
}

.dw-banner {
  overflow: hidden;
}
.dw-banner img{
  width: 100%;
}
.mode-more {
  display: block;
  position: relative;
  width: 160px;
  margin: 60px auto 0;
  height: 40px;
  background: #2555FF;
  border-radius: 8px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.modemax-width{
	width: 180px;
}
.modemax-bottom{
	margin: 0 auto 100px;
}
.mode-box:hover {
  box-shadow: 0px 15px 25px 0px rgba(53, 100, 230, 0.15);
}

.mode-box:hover img {
  transform: scale(1.05);
}

.section-more {
  position: relative;
  text-align: right;
}

.section-more a {
  color: #2555ff;
  font-size: 16px;
}

.more_brand {
  display: block;
  overflow: hidden;
  color: #333333;
  font-size: 16px;
  margin: 20px auto 10px;
  cursor: pointer;
  text-align: center;
  font-weight: 800;
}

.more_brand:hover {
  color: #2555ff;
}

.more_brand img {
  display: inline-block;
  position: relative;
  top: 2px;
}

.company-section {
  position: relative;
  padding-top: 60px;
}

/* page */
.page-container {
  /* width: 1200px; */
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 60px;
  text-align: center;
}

.page-lable-wrap, .page-lable-wrap2 {
  text-align: center;
}

.page-lable-wrap span, .page-lable-wrap a, .page-lable-wrap2 span, .page-lable-wrap2 a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 10px;
  position: relative;
  padding: 10px 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #dedede;
  -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap .current, .page-lable-wrap a:hover, .page-lable-wrap2 .current, .page-lable-wrap2 a:hover {
  background: #0B69CD;
  color: #fff;
  border: 1px solid #0B69CD;
}

/* page */

/* slide */
.slide-core {
  position: fixed;
  top: 50%;
  width: 90px;
  right: 0;
  z-index: 9999;
  transform: translateY(-50%);
}

.slide-mem {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  /* background: #F0F6FF;
    border-top-left-radius: 142px;
    border-top-right-radius: 142px; */
}

.slide-menu {
  border-radius: 0px 0px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0 5px;
}

.slide-box {
  position: relative;
  width: 76px;
  height: auto;
  background: #DFECFF;
  border-radius: 8px;
  text-align: center;
  padding: 5px 2px;
  margin: 4px 0;
  cursor: pointer;
}

.slide-box>img {
  margin: 0 auto;
  margin-bottom: 10px;
}

.slide-box img, .slide-box span {
  display: block;
  font-size: 14px;
}

.slide-mem img {
  width: 85px;
  height: auto;
}

.slide-mem a {
  display: block;
  width: 75px;
  padding-top: 42px;
  margin: 0 auto;
  height: 75px;
  background: #2555FF url(../imgs/kefu_1.png) no-repeat center 13px;

  border-radius: 8px;
  font-size: 14px;
  color: #FFF;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: -37px;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-mem a:hover {
  transition: all 0.3s ease;
  margin-top: -5px;
}

.slide-add {
  display: none;
  position: absolute;
  right: 90px;
  top: 50%;
  width: 177px;
  height: auto;
  background: #DFECFF;
  border-radius: 8px;
  padding: 16px 10px 10px;
  transform: translateY(-50%);
}

.slide-add span, .slide-xcx span {
  display: block;
  margin-bottom: 10px;
}

.slide-add span:nth-child(2), .slide-xcx span:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}

.slide-tel {
  position: absolute;
  right: 0;
}

.slide-tel {
  display: none;
  position: absolute;
  right: 90px;
  width: 175px;
  height: 78px;
  background: #DFECFF;
  border-radius: 8px;
  text-align: left;
  padding: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.slide-tel img {
  width: 57px;
  height: auto;
  margin-bottom: 10px;
}

.slide-xcx {
  display: none;
  width: 177px;
  height: auto;
  background: #DFECFF;
  border-radius: 8px;
  padding: 16px 10px 10px;
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);

}

/* .slide-xcx img{
    width: 70px;
    height: 70px;
    float: left;
    display: inline-block;
} */
.slide-cour {
  width: 71px;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  float: right;
  margin: 10px;
}

.slide-bottom {
  position: absolute;
  bottom: -58px;
  right: 5px;
  width: 80px;
  height: 58px;
  margin-top: 11px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}

.slide-bottom span:hover {
  /* color:#2555ff; */
}

#slide-close {
  display: none;
  position: fixed;
  top: 29px;
  right: 136px;
  color: #fff;
  z-index: 9999;
  font-size: 14px;
  cursor: pointer;
}


/* slide */