body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", sans-serif,'Poppins',"Arial" !important;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  /* background: #f8f8f8; */
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222222;
  position: relative;
}

div{box-sizing: border-box;}
a {
  text-decoration: none;
  color: #222222;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #191919;
  outline: none;
  transition:0.5s all;
  /* -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all; */
}
a:focus {
  color: #ff6a00;
  text-decoration: none;
  outline: none;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input[type="button"],input[type="submit"]{
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight:400;
  line-height: 1.5em;
}
p{
  line-height: 1.5em;
  font-size:16px;
  margin:0;
  text-align: justify;
}
label{
  margin:0;
}
li{
  font-size:16px;
  list-style:none;
  margin:0;
  padding:0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
.left{
  float:left;
}
.right{
  float:right;
}
.navbar img{max-width: 100%;}
section,.p-t-80{
  padding: 80px 0;
}
.m-t-40{margin-top: 40px}
.p-b-40{padding-bottom: 40px;}
.p-b-0{padding-bottom: 0;}
section img,.p-t-40 img,.logo img{
  width: 100%;
  height: auto!important;
}
.indexA_list img,.img-width{
  width: 100%;
}
.relative{position: relative;}
.m-t-30{margin-top: 30px;}
@media (max-width:1200px) {
section,.p-t-80{padding:60px 0;}
.m-t-30{margin-top: 20px;}
}
@media (max-width:992px) {
section,.p-t-80{padding:40px 0;}
.m-t-30{margin-top: 20px;}
}
/* 导航 */
.header-top{
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
}
.logo{
  width: 180px;
}
.mobile-menu-b a{
  font-size: 18px;
  color: #fff;
  padding: 0 60px;
  font-weight: 600;
}
.hearder-icon{
  display: block;
  width: 150px;
  border-radius: 6px;
  padding: 6px 20px;
  background: #fccb77;
  font-size: 18px;
  color: #222;
  font-weight: 600;
}
.hearder-icon i{
  font-size: 28px;
  margin-right: 6px;
  line-height: 1em;
}
.mobile-menu-b a:hover{
  color: #3269ff;
}
.header-top.on{
  background: rgba(0,0,0,0.6);
  padding: 6px 0;
}
/* banner */
.banner img{
  width: 100%;
}
.banner-title{
  width: 50%;
  margin-top: 10%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-txt h3{
  font-size: 36px;
  background: -webkit-linear-gradient(right, #daaa76 0%, #fdedde 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-txt p{
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  margin-top: 20px;
}
.banner-txt a{
  display: inline-block;
  width: 140px;
  border: 1px solid #fff;
  padding: 6px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}
.banner-txt a:nth-child(2){
  background: #3269ff;
  border-color: #3269ff;
}

.title div{
  font-size: 36px;
}
.title div img{
  margin: 0 10px;
  width: 26px;
}
.title p{
  font-size: 18px;
  text-align: center;
  color: #666;
}

.tk-list{
  width: 16.6%;
  padding: 0 10px;
  text-align: center;
  margin-top: 40px;
}
.tk-list img{
  width: 80px;
}
.tk-list p{
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.tk-tclist{
  width: 49%;
  margin-right: 2%;
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0 0px 12px 1px rgb(0 0 0 / 10%);
  padding: 40px;
  position: relative;
}
.tk-tclist:last-child{margin-right: 0;}
.tk-tclist h3{
  background: linear-gradient(90deg, rgba(42, 126, 252, 0.0700) 0%, rgba(255, 255, 255, 0.0300) 100%);
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
}
.tk-tclist .tcimg{
  width: 200px;
  position: absolute;
  right: 0;
  top: 20px;
}
.tk-tclist p{
  margin-top: 30px;
  font-size: 18px;
  color: #666;
  min-height: 54px;
}
.tk-tclist span{
  font-size: 20px;
  color: #ff580c;
}
.tk-tclist a{
  display: block;
  width: 120px;
  height: 38px;
  background: #3269ff;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  margin-left: 40px;
  border-radius: 6px;
}

.tk-jdlist{
  width: 12.5%;
  margin-right: 2%;
  padding: 10px 6px;
  border: 1px solid #e6e9eb;
  transition: .2s transform cubic-bezier(.645, .045, .355, 1);
  margin-top: 30px;
}
.tk-jdlist:nth-child(7n){margin-right: 0;}
.tk-jdlist img{
  width: 54px;
  float: left;
  margin-right: 5px;
}
.tk-jdlist h3{
  float: left;
  width: calc( 100% - 59px);
  font-size: 14px;
  line-height: 1em;
  margin-top: 5px;
}
.tk-jdlist h3 span{
  display: block;
  font-size: 12px;
  color: #999;
}
.tk-tclist .tkimg img{
  height: 74px!important;
  width: auto!important;
  margin-right: 30px;
}

.tiktok-list{
  width: 32%;
  margin-right: 2%;
  padding: 30px;
  border: 1px solid #CFDEF3;
  border-radius: 4px;
  margin-top: 30px;
  background: #F6FAFF url(../images/bg6.png) center / cover no-repeat;
  box-shadow: 0 5px 15px 1px rgba(3, 51, 123, 0.08);
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.tiktok-list:nth-child(3n){margin-right: 0;}
.tiktok-list i{
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #3269ff;
  border: 2px solid #d4e5fe;
  font-size: 32px;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  margin: 0 auto;
}
.tiktok-list h3{
  font-size:24px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}
.tiktok-list p{
  font-size: 14px;
  color: #666;
}
.tencentbg{
  background: url(../images/bg9.png)  no-repeat center / cover;
}
@media (max-width:992px) {
.tiktok-list{padding: 20px;margin-top: 20px;width: 49%;}
.tiktok-list:nth-child(3n){margin-right: 2%;}
.tiktok-list:nth-child(2n){margin-right: 0;}
.tiktok-list h3{margin: 10px 0;}
.tiktok-list i{width: 48px;height: 48px;line-height: 48px;}
}
@media (max-width:480px) {
.tiktok-list{width:100%;margin-right: 0;}
}

.index-Flist{
  width: 32%;
  margin-top: 30px;
  margin-right: 2%;
}
.index-Flist:nth-child(3n){margin-right: 0;}
.index-Fnum{
  font-size: 14px;
  color: #ffffff;
  width: 44px;
  height: 28px;
  line-height: 28px;
  padding-left: 4px;
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
}
.index-Ft{
  width: calc(100% - 46px);
  font-size: 16px;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-Flist p{
  font-size: 14px;
  line-height: 1.8em;
  color: #666666;
  margin-top: 10px;
  min-height: 76px;
}
.index-Ft:hover{color: #3269ff;cursor: pointer;}
@media (max-width:992px) {
.index-Flist{margin-top: 20px;}
}
@media (max-width:480px) {
.index-Flist{width: 100%;margin-right: 0;}
.index-Flist:nth-child(3n){margin-right: 0;}
.index-Flist p{min-height: auto;}
}
footer{
  background: #2c3134;
  padding: 60px 0 40px;
}
.link{
  font-size: 14px;
  color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.link a,.link div{
  color: #fff;
  margin-right: 30px;
  font-size: 14px;
}
.footer-left{
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-nav a{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin:0 60px;
}
.footer-right h3{
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer-right{
  width: 140px;
  margin: 0 auto;
  margin-top: 40px;
}
.footer-right img{
  width: 140px;
  border-radius: 15px;
  margin-top: 10px;
}
.footer-bottom p{
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
}
.footer-bottom a{color: #fff;}

@media (max-width:992px) {
.footer-left{width: 100%;text-align: center;float: none;}
footer{padding: 40px 0 30px;}
.footer-right{float: none;margin: 0 auto;margin-top: 30px;text-align: center;}
.footer-nav a{margin:0 40px; }
}
@media (max-width:580px) {
.footer-right img{width: 100px;}
.footer-right img{border-radius: 8px;}
}
/* 右侧悬浮窗 */
.toolbar {
  position: fixed;
  right: 0;
  bottom: 3%;
  transform: translateY(-50%);
  z-index: 99;
}
.toolbar .toolbar-icon {
  position: absolute;
  left: 0;
  top: 13px;
  width: 80px;
  text-align: center;
  font-size: 13px;
}
.toolbar .toolbar-con i{
  display: block;
  clear: both;
  font-size: 36px;
  color: #222;
  text-align: center;
  line-height: 1em;
}
.toolbar .toolbar-item {
  padding-left: 80px;
  float: right;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  background:#fccb77;
  color: #222;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}

.toolbar .toolbar-value.ph {
  position: absolute;
  right: calc(100% + 0px);
  top: 50%;
  transform: translateY(-50%);
  width: 230px;
  height: 80px;
  background: #fff;
  border-radius: 4px;
  padding: 0 20px;
  overflow: hidden;
  display: none;
  border: 1px solid #f0f0f0;
}
.toolbar .toolbar-value.ph p{
  font-size: 22px;
  color: #222;
  line-height: 80px;
}

.toolbar .toolbar-value.tp {
  position: absolute;
  right: calc(100% + 0px);
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
  display: none;
  border: 1px solid #f0f0f0;
}

.toolbar .toolbar-value.tp img {
  width: 100%;
  height: 100%;
  display: block;
}
.toolbar .toolbar-item.showImg:hover .toolbar-value.tp,.toolbar .toolbar-item.showLang:hover .toolbar-value.ph,.toolbar .toolbar-item.showImg:hover .toolbar-value.tp,.toolbar .toolbar-item.showEmail:hover .toolbar-value.ph {
  display: block;
}
.toolbar .toolbar-top i{
  line-height: 58px;
}
@media (max-width:1450px) {
.banner img{width: 130%;margin-left: -15%;}
.tk-jdlist{width: 15%;}
.tk-jdlist:nth-child(7n){margin-right: 2%;}
.tk-jdlist:nth-child(6n){margin-right: 0;}
}
@media (max-width:1200px) {
.mobile-menu-b a{padding: 0 30px;}
.banner{background-size: 120%;}
.banner-title{width: 74%;margin-top: 13%;}
.banner-txt h3{font-size: 28px;}
.banner-txt p{font-size: 14px;}
.banner-txt a{width: 120px;font-size: 16px;}
.title div{font-size: 32px;}
.tk-jdlist{width: 18.4%;}
.tk-jdlist:nth-child(6n){margin-right: 2%;}
.tk-jdlist:nth-child(5n){margin-right: 0;}
}
@media (max-width:992px) {
.toolbar{display: none;}
.mobile-menu-b a{padding: 0 15px;}
.hearder-icon i{display: none;}
.hearder-icon{width: 100px;padding: 6px 10px;}
.m-t-40{margin-top: 20px;}
.title div{font-size: 28px;}
.tk-tclist{width: 100%;margin-right: 0;}
.tk-tclist .tcimg{width: 165px;}
.tk-jdlist{width: 23.5%;}
.tk-jdlist:nth-child(5n){margin-right: 2%;}
.tk-jdlist:nth-child(4n){margin-right: 0;}
.index-Flist{width: 49%;}
.index-Flist:nth-child(3n){margin-right: 2%;}
.index-Flist:nth-child(2n){margin-right: 0;}
}
@media (max-width:900px) {
.banner-txt p{margin-top: 10px;}
.m-t-30{margin-top: 20px;}
}
@media (max-width:850px) {
.banner-txt p{display: none;}
.banner-title{left: 20px;}
}
@media (max-width:750px) {
.hearder-icon{display: none!important;}
.logo{width: 150px;}
.header-top{padding: 8px 0;}
.mobile-menu-b a{font-size: 16px; padding: 0 10px;}
.tk-list{width: 33.33%;}
.tk-jdlist{width: 32%;margin-top: 20px;}
.tk-jdlist:nth-child(4n){margin-right: 2%;}
.tk-jdlist:nth-child(3n){margin-right: 0;}
.footer-nav a{margin: 0 20px;}
}
@media (max-width:580px) {
.banner img{width: 150%;margin-left: -25%;}
.banner-txt h3{font-size: 24px;}
.banner-txt a{width: 95px;padding: 3px 0;}
.tk-tclist{padding: 20px;}
.tk-tclist h3{padding: 10px;}
.tk-tclist .tcimg{width: 140px;top: 5px;}
.tk-jdlist{width: 49%;margin-top: 20px;}
.tk-jdlist:nth-child(3n){margin-right: 2%;}
.tk-jdlist:nth-child(2n){margin-right: 0;}
.tk-tclist .tkimg img{height: 60px!important;}
.index-Flist{width: 100%;margin-right: 0;}
.footer-nav a{margin: 0 15px;}
}
@media (max-width:480px) {
.banner img{width: 170%;margin-left: -40%;}
.banner-txt h3{font-size: 20px;}
.banner-title{margin-top: 17%;}
.tk-list{padding: 0 6px;}
.footer-nav a{margin: 0 5px;font-size: 16px;}
}
@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.mobile-tran{
  animation: jump 1s infinite;
}
.mobile-toolbar{
  position:fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(253deg, #ed9a60 0%, #ff6a00 100%);
  font-size: 18px;
  color: #fff;
  padding: 10px 10px;
  z-index: 999;
  text-align: center;
  font-size: 20px;
  display: none;
}
.mobile-toolbar i{
  font-size: 28px;
  margin-right: 10px;
}
.mobile-toolbar:hover{color: #fff;}
@media (max-width:750px) {
.mobile-toolbar{display: block;}
}