﻿body,
html,
div,
p,
span,
ul,
li {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
.pchidebox {
  display: none !important;
}
@font-face {
  font-family: 'Alibaba-PuHuiTi-Regular';
  src: url('../font/Alibaba-PuHuiTi-Regular.woff') format('woff'), url('../font/Alibaba-PuHuiTi-Regular.ttf') format('truetype');
  font-display: swap;
}
html,
body {
  font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
img {
  display: inline-block;
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
button:focus {
  outline: none !important;
}
input {
  outline: none;
  vertical-align: text-top;
}
select::-ms-expand {
  display: none;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*将背景改为红色*/
  /*加padding防止文字覆盖*/
  padding-right: 14px;
  display: block;
  position: relative;
  background-color: #fff;
  background-image: url(../image/selectbg.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}
.clearboth {
  position: relative;
}
.clearboth:before {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearboth:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}
.fontsize14 {
  font-size: 14px;
}
.fontsize16 {
  font-size: 16px;
}
.fontsize18 {
  font-size: 18px;
}
.headerbox .headertop {
  background: #791b70;
  background: linear-gradient(-45deg, #31a79f, #4463de, #1f2d79, #3560cf);
  animation: gradientBG 15s ease infinite;
  height: 60px;
  overflow: hidden;
}
.headerbox .headertop .insiderbox {
  width: 90%;
  max-width: 1720px;
  margin: auto;
}
.headerbox .headertop .insiderbox .box-l {
  width: 50%;
  float: left;
  line-height: 60px;
  color: #fff;
}
.headerbox .headertop .insiderbox .box-l .fontitem {
  cursor: pointer;
  transition: 0.6s;
}
.headerbox .headertop .insiderbox .box-l .fontitem:hover {
  color: #db1904;
}
.headerbox .headertop .insiderbox .box-l .fontitem i {
  margin-right: 2%;
}
.headerbox .headertop .insiderbox .box-l .fontitem:first-child {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #aba7a7;
}
.headerbox .headertop .insiderbox .box-l .current {
  color: #db1904;
}
.headerbox .headertop .insiderbox .box-r {
  float: right;
  width: 50%;
  line-height: 60px;
  text-align: right;
  font-size: 13px;
  color: #fff;
}
.headerbox .headertop .insiderbox .box-r .company {
  float: right;
}
.headerbox .headertop .insiderbox .box-r .company span {
  margin-right: 18px;
  padding-right: 18px;
  border-right: 2px solid #fff;
}
.headerbox .headertop .insiderbox .box-r .language {
  float: right;
}
.headerbox .headertop .insiderbox .box-r .language a:last-child {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #84d1c4;
}
.headerbox .headertop .insiderbox .box-r a {
  color: #fff;
}
.headerbox .headertop .insiderbox .box-r a:hover {
  transition: 0.6s color;
  color: #dc1a00;
}
.headerbox .bottombox {
  width: 100%;
}
.headerbox .bottombox img {
  display: block;
  width: 100%;
}
.navbox {
  background: #fff;
  height: 100px;
  width: 100%;
}
.navbox .navinsider {
  width: 90%;
  max-width: 1720px;
  margin: auto;
  height: 100%;
}
.navbox .navinsider .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.navbox .navinsider .flex .head_logo {
  width: 15%;
  min-width: 160px;
  display: flex;
  align-items: center;
}
.navbox .navinsider .flex .js-nav {
  width: calc(100% - 15% - 339px);
  margin-left: 10%;
  line-height: 100px;
}
.navbox .navinsider .flex .head_login {
  width: 339px;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.navbox .navinsider .flex .head_login .login_exhibitor {
  background: url('../image/login_exhibitor.png') no-repeat;
  background-size: 100% 100%;
  width: 170px;
  position: absolute;
  left: 0;
  top: -28px;
  transform: skewX(-10deg);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.navbox .navinsider .flex .head_login .login_exhibitor .icon {
  margin-right: 2%;
  width: 22px;
}
.navbox .navinsider .flex .head_login .login_exhibitor .icon img {
  width: 100%;
  display: block;
}
.navbox .navinsider .flex .head_login .login_registration {
  background: url('../image/login_registration.png') no-repeat;
  background-size: 100% 100%;
  width: 170px;
  position: absolute;
  right: 0;
  top: -28px;
  transform: skewX(-10deg);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.navbox .navinsider .flex .head_login .login_registration .icon {
  margin-right: 2%;
  width: 22px;
}
.navbox .navinsider .flex .head_login .login_registration .icon img {
  width: 100%;
  display: block;
}
.navbox .navinsider ul li {
  float: left;
  text-align: center;
  width: calc(100%/7);
  font-size: 16px;
  position: relative;
}
.navbox .navinsider ul li a {
  color: #302c23;
  display: block;
  transition: 0.6s;
  width: 100%;
}
.navbox .navinsider ul li a:hover {
  color: #db1904;
}
.navbox .navinsider ul li .sub-nav {
  background-color: #ffffff;
  padding: 10px 0;
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 1111111;
  box-shadow: 0 3px 10px #ddd;
}
.navbox .navinsider ul li .sub-nav a {
  font-size: 14px;
  display: block;
  line-height: 40px;
  color: #333;
}
.navbox .navinsider ul li .sub-nav a:hover {
  background: linear-gradient(45deg, #261cca, #511c9c, #8f1b58, #db1a03);
  background-size: 200% 200%;
  animation: gradientBG 15s ease infinite;
  color: #fff;
}
.fixedtop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  transition: 0.6s;
}
.gototop {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 50px;
  transition: 0.6s;
  color: #fff;
  font-size: 18px;
}
.gototop:hover {
  background-color: #dd1902;
}
@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.w1200 {
  max-width: 1200px;
  margin: auto;
}
.w1080 {
  max-width: 1080px;
  margin: auto;
}
.w1400 {
  max-width: 1400px;
  width: 90%;
  margin: auto;
}
.flexAlign {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexAlign .left {
  width: 50%;
}
.flexAlign .left .left_h3 {
  font-size: 36px;
  color: #212121;
  margin-bottom: 20px;
}
.flexAlign .left .left_p {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.flexAlign .left .margin {
  margin-bottom: 20px;
}
.flexAlign .left .btn {
  width: 160px;
  height: 46px;
  background-color: #edefff;
  line-height: 46px;
  text-align: center;
  margin-top: 30px;
  transition: 0.6s;
}
.flexAlign .left .btn a {
  color: #4d4e52;
}
.flexAlign .left .btn:hover {
  background-color: #035bd0;
}
.flexAlign .left .btn:hover a {
  color: #fff;
}
.flexAlign .right {
  width: 45%;
  margin-left: 5%;
}
.home_bg {
  background: url('../image/home_bg.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 80px;
  padding-top: 80px;
}
.home_news {
  margin-top: 70px;
}
.home_news .news_p {
  font-size: 30px;
  color: #212121;
  margin-bottom: 27px;
}
.home_news .news {
  display: flex;
  justify-content: space-between;
}
.home_news .news .item {
  width: 31%;
}
.home_news .news .item .news_title {
  font-size: 16px;
  color: #302c23;
  margin-top: 45px;
}
.home_news .news .item .news_time {
  font-size: 14px;
  color: #999999;
  margin-top: 18px;
}
.home_news .news .item .news_info {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-top: 10px;
}
.home_news .news .item .Img {
  position: relative;
  width: 100%;
  height: 234px;
}
.home_news .news .item .Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home_news .news .item .Img .bg {
  position: absolute;
  bottom: 0;
  right: -20px;
}
.home_news .news .item .btn {
  width: 158px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin-top: 35px;
  background-color: #edefff;
  transition: 0.6s;
}
.home_news .news .item .btn a {
  color: #212121;
  font-size: 14px;
}
.home_news .news .item .btn:hover {
  background-color: #035bd0;
}
.home_news .news .item .btn:hover a {
  color: #fff;
}
.commenttitle {
  position: relative;
  font-size: 30px;
  text-align: center;
}
.commenttitle2 {
  position: relative;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.contentpage {
  padding-bottom: 100px;
}
.pagevicetitle {
  color: #212121;
  font-size: 18px;
  margin-top: 26px;
}
.Highlights2 {
  margin-top: 80px;
  height: 500px;
}
.Highlights2 video {
  width: 100%;
  height: 100%;
}
.Highlights {
  height: 500px;
}
.Highlights video {
  width: 100%;
  height: 100%;
}
.pagecommenttitle {
  font-size: 24px;
  position: relative;
  color: #212121;
  padding-left: 20px;
  margin-bottom: 50px;
  font-weight: bold;
}
.pagecommenttitle:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 30px;
  background-color: #001dff;
  position: absolute;
  top: 2px;
  left: 0;
}
.pagepositioning {
  font-size: 24px;
  margin-bottom: 25px;
}
.pagepositioning span {
  font-size: 16px;
  color: #666666;
}
.pageexhibition {
  font-size: 18px;
  color: #212121;
  font-weight: 600;
}
.table_msg {
  color: #5c717d;
  font-size: 14px;
  margin-top: 18px;
}
.page_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.page_flex .bgbox {
  width: 25%;
}
.page_flex img {
  margin: 0 auto;
  display: block;
  margin-bottom: 18px;
}
.page_flex .fle_p1 {
  margin-bottom: 15px;
}
.page_flex p {
  color: #666666;
  font-size: 16px;
  text-align: center;
}
.pageBoxImg {
  width: 100%;
  margin-bottom: 80px;
}
.pageBoxImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.pageBuyersImg {
  width: 100%;
}
.pageBuyersImg img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.table_box {
  margin-top: 5px;
  box-shadow: 0px 14px 25px 5px #ecf5ff;
}
.table_box table {
  width: 100%;
  border-top: 1px solid #001fff;
  text-align: center;
  border-collapse: collapse;
}
.table_box table tr td {
  padding: 20px 0;
  border: 1px solid #ccc;
}
.table_box table tr:first-child td {
  border-top: 0px;
}
.contacsbox {
  background-color: #fff;
  box-shadow: 0 0 10px #faf6f6;
  border-radius: 10px;
  padding: 80px 40px 40px;
  position: relative;
}
.contacsbox .titbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 165px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: linear-gradient(to right, #001dff, #fff);
  color: #fff;
  font-size: 24px;
  border-top-left-radius: 10px;
}
.contacsbox .top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.contacsbox .top .namebox {
  width: 50%;
}
.contacsbox .top .namebox p {
  font-size: 16px;
  color: #5c717d;
  display: flex;
  align-items: center;
}
.contacsbox .top .namebox p .icon {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #6695c7;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10%;
}
.contacsbox .top .namebox p a {
  color: #5c717d;
}
.contacsbox .top .namebox .name {
  color: #212121;
  font-size: 18px;
  margin-bottom: 20px;
}
.contacsbox .top .namebox .phone {
  margin-bottom: 10px;
}
.contacsbox .bottom .title {
  color: #212121;
  font-size: 18px;
  margin-bottom: 60px;
}
.contacsbox .bottom .code {
  display: flex;
}
.contacsbox .bottom .code .box {
  padding: 10px;
  background-color: #f8f9fb;
}
.contacsbox .bottom .code .box:first-child {
  margin-right: 60px;
}
.pageimgbg {
  width: 100%;
  margin-bottom: 60px;
}
.pageimgbg img {
  display: block;
  margin: 0 auto;
}
.pagenewslist {
  font-size: 24px;
  color: #212121;
  padding-bottom: 20px;
  position: relative;
}
.pagenewslist::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #001dff;
}
.page_news {
  width: 100%;
  display: block;
}
.page_news .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: 0.6s;
}
.page_news .item .Img {
  width: 35%;
  margin-right: 3%;
}
.page_news .item .title {
  width: 62%;
}
.page_news .item .title .title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.page_news .item .title .time {
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}
.page_news .item .title .content {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.page_news .item:first-child {
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
}
.page_news .item:hover {
  transform: translateY(-5px);
}
.exhibitors_list {
  width: 100%;
}
.exhibitors_list .ser_item {
  display: flex;
  flex-wrap: wrap;
}
.exhibitors_list .ser_item li {
  padding: 5px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #212121;
  font-size: 16px;
}
.exhibitors_list .ser_item .active {
  background-color: #001dff;
  color: #fff;
}
.search_her {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e6e5f4;
}
.search_her .left p a {
  color: #aaaaaa;
  margin: 0 5px;
}
.search_her .right {
  display: flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #aaaaaa;
  border-radius: 40px;
}
.search_her .right input {
  width: 260px;
  border: 0;
  height: 30px;
}
.search_her .right .fa-search {
  color: #aaaaaa;
}
.ex_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.ex_item .item {
  width: 31%;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 18px;
  transition: 0.6s;
  cursor: pointer;
}
.ex_item .item .title h3 {
  margin: 0;
  font-size: 18px;
  color: #212121;
  padding-bottom: 18px;
  padding-top: 16px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 18px;
}
.ex_item .item .content .p1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.ex_item .item .content .p2 {
  color: #666666;
  word-break: break-all;
}
.ex_item .item .content .p2 span {
  color: #333333;
}
.ex_item .item .content .btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ex_item .item .content .btn p {
  padding: 8px 12px;
  color: #5c717d;
  background-color: #e1e4ea;
  border-radius: 5px;
  margin-top: 28px;
}
.ex_item .item:hover {
  transform: translateY(-5px);
}
.ex_item::after {
  display: block;
  content: "";
  width: 31%;
}
.Matvideo {
  width: 100%;
  display: block;
  margin-bottom: 58px;
}
.matchingP {
  margin-bottom: 30px;
  color: #666666;
  font-size: 14px;
}
.nessBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nessBox .item {
  width: 15.5%;
  text-align: center;
}
.nessBox .item p {
  margin-top: 18px;
}
.information {
  background-color: #f8f9fb;
  padding: 30px 18px;
  margin: 60px 0;
  color: #666666;
}
.information .info-p1 {
  margin-bottom: 20px;
}
.information .info-p2 span {
  color: #001dff;
}
.matchingH {
  color: #212121;
  font-size: 16px;
  margin-bottom: 30px;
}
.matchingH span {
  color: #001dff;
}
.process_Img {
  width: 100%;
  display: block;
  margin-bottom: 78px;
}
.btomBox {
  display: flex;
  text-align: left;
  margin-bottom: 60px;
}
.btomBox .left {
  width: 50%;
}
.btomBox .left p {
  line-height: 30px;
  color: #666666;
  font-size: 14px;
}
.btomBox .left p:first-child {
  color: #212121;
  font-size: 16px;
  margin-bottom: 10px;
}
.btomBox .right {
  width: 50%;
}
.btomBox .right p {
  line-height: 30px;
  color: #666666;
  font-size: 14px;
}
.btomBox .right p:first-child {
  color: #212121;
  font-size: 16px;
  margin-bottom: 10px;
}
.prevenImg {
  display: flex;
  margin-bottom: 20px;
}
.prevenImg .left {
  width: 57%;
}
.prevenImg .left img {
  width: 100%;
}
.prevenImg .right {
  width: calc(43% - 12px);
  margin-left: 12px;
}
.prevenImg .right img {
  width: 100%;
  display: block;
}
.prevenImg .right img:last-child {
  margin-top: 12px;
}
.index-ctis .txtbox {
  line-height: 30px;
  margin-top: 40px;
}
.index-ctis .txtbox p:not(:last-child) {
  margin-bottom: 30px;
}
.index-ctis .itembox {
  overflow: hidden;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(to right, #035bd0, #112a65);
  padding: 30px 0;
  border-bottom-left-radius: 60px;
  margin-bottom: 70px;
}
.index-ctis .itembox .item {
  width: 13%;
}
.index-ctis .itembox .item p {
  padding-left: 18px;
  color: #fff;
}
.index-ctis .itembox .item p .bigfont {
  font-size: 36px;
}
.index-ctis .itembox .item .p2 {
  margin-top: 2px;
  font-size: 16px;
}
.ctisbox .item {
  float: left;
  position: relative;
  overflow: hidden;
}
.ctisbox .item:nth-child(1) {
  -webkit-animation: jump 1s linear 0s infinite alternate;
}
.ctisbox .item:nth-child(2) {
  -webkit-animation: jump 2s linear 0s infinite alternate;
}
.ctisbox .item:nth-child(3) {
  -webkit-animation: jump 3s linear 0s infinite alternate;
}
.ctisbox .item:nth-child(4) {
  -webkit-animation: jump 4s linear 0s infinite alternate;
}
.index-box2 .itembox {
  margin-top: 60px;
}
.index-box2 .itembox .item {
  width: calc(100%/3 - 50px);
  float: left;
  transition: 0.6s;
  transform: translateY(0);
}
.index-box2 .itembox .item:not(:last-child) {
  margin-right: 75px;
}
.index-box2 .itembox .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-box2 .itembox .item a .imgbox {
  height: 328px;
}
.index-box2 .itembox .item a .imgbox img {
  width: 100%;
  display: block;
}
.index-box2 .itembox .item a .txtbox {
  background-color: #231cce;
  padding: 20px 20px 30px;
  color: #fff;
}
.index-box2 .itembox .item a .txtbox .p1 {
  font-size: 18px;
}
.index-box2 .itembox .item a .txtbox .pmin {
  letter-spacing: -1.5px;
}
.index-box2 .itembox .item a .txtbox .p2 {
  font-size: 14px;
  margin-top: 10px;
}
.index-box2 .itembox .item a .txtbox .linkspan {
  display: block;
  width: 146px;
  height: 46px;
  background-color: #fff;
  text-align: center;
  line-height: 46px;
  color: #231cce;
  border-radius: 4px;
  font-size: 18px;
  margin-top: 20px;
  transition: 0.6s;
}
.index-box2 .itembox .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px #656565;
}
.index-box2 .itembox .item:hover a .txtbox .linkspan {
  background-color: #dd1901;
  color: #fff;
}
.hall_conter {
  margin-top: 45px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
}
.hall_conter .title {
  display: flex;
  align-items: center;
  color: #333333;
  margin-bottom: 18px;
}
.hall_conter .title p {
  font-size: 20px;
  font-weight: 600;
}
.hall_conter .title img {
  margin-right: 1%;
}
.hall_conter p {
  color: #666666;
  font-size: 14px;
}
.hall_conter .p2 {
  margin-top: 30px;
  color: #333333;
  font-size: 16px;
}
.hall_conter .p2 span {
  color: #001dff;
}
.hall_conter .p4 {
  line-height: 30px;
}
.hall_conter .p6 {
  margin-bottom: 30px;
}
.hall_conter .p5 {
  line-height: 30px;
}
.hall_conter .above {
  color: #333333;
  margin: 30px 0 50px;
}
.hall_conter .reminder {
  font-size: 14px;
}
.hall_conter .reminder span {
  color: #001dff;
}
.gallery-tab {
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.gallery-tab li {
  min-width: 96px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
}
.gallery-tab li.on {
  background: #001dff;
  color: #fff;
}
.gallery-tabhide {
  display: none;
}
.hall_conter:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.index_bg {
  background-image: url(../image/index_V2_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 140px;
}
.index-box3 {
  background-image: url(../image/index_news_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f7fa;
  padding: 40px 0 160px;
  background-position: center 0;
  position: relative;
  overflow: hidden;
}
.index-box3 .picani-sanjiao {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 40%;
}
.index-box3 .picani-center {
  position: absolute;
  top: 0;
  right: 4%;
  z-index: -1;
  width: auto;
  height: 100%;
}
.index-box3 .picani-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  width: 34%;
}
.index-box3 .insidebox {
  max-width: 1400px;
  width: 95%;
  margin: 50px auto 0;
}
.index-box3 .insidebox .slick-dots li.slick-active button:before {
  background-color: #fff;
}
.index-box3 .insidebox .item .insiderbox {
  width: calc(100% - 40px);
  margin: auto;
  height: 224px;
  background-color: #fff;
  padding: 30px 24px 40px;
}
.index-box3 .insidebox .item .insiderbox .titbox {
  font-size: 24px;
  color: #212121;
  position: relative;
}
.index-box3 .insidebox .item .insiderbox .titbox .right {
  position: absolute;
  right: 0;
  top: -16px;
  font-size: 48px;
  background: linear-gradient(to right, #4191c6, #3ebba8);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.index-box3 .insidebox .item .insiderbox .p2 {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.index-box3 .insidebox .slick-prev,
.index-box3 .insidebox .slick-next {
  width: 30px;
  top: 50%;
  margin-top: -30px;
  background-color: #9bbce9;
  transition: 0.6s;
}
.index-box3 .insidebox .slick-prev:hover,
.index-box3 .insidebox .slick-next:hover {
  background-color: #001dff;
}
.index-box3 .insidebox .slick-prev {
  left: -30px;
}
.index-box3 .insidebox .slick-next {
  right: -30px;
}
.index-box3 .insidebox .slick-dots {
  bottom: -40px;
}
.index-box4 {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  top: -90px;
}
.index-box4 img {
  display: block;
}
.ivideo-box {
  margin: 60px auto 0;
  text-align: center;
}
.ivideo-box video {
  width: 800px;
  height: 450px;
  margin: 0 auto;
  max-width: 100%;
}
.newtab {
  margin-top: 50px;
}
.newtab .tabclick {
  border-bottom: 2px #dc1902 solid;
  overflow: hidden;
}
.newtab .tabclick .itemclick {
  border: 2px #dc1902 solid;
  margin-bottom: -2px;
  font-size: 18px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 30px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  color: #dc1902;
  cursor: pointer;
  transition: 0.6s;
}
.newtab .tabclick .itemclick:hover {
  background-color: #dc1902;
  color: #fff;
}
.newtab .tabclick .current {
  background-color: #dc1902;
  color: #fff;
}
.newtab .newshidebox {
  margin-top: 30px;
  position: relative;
  height: 427px;
}
.newtab .newshidebox .box-item {
  display: none;
}
.newtab .newshidebox .box-item .box-l {
  width: 56%;
  float: left;
}
.newtab .newshidebox .box-item .box-l .itemnew {
  width: calc(100%/2 - 10px);
  margin-right: 20px;
  float: left;
  background-color: #fafafa;
  transition: 0.6s;
  transform: translate(0);
}
.newtab .newshidebox .box-item .box-l .itemnew a {
  display: block;
  width: 100%;
  height: 100%;
}
.newtab .newshidebox .box-item .box-l .itemnew a .picbox {
  height: 218px;
  background-color: #f2f7fa;
  line-height: 218px;
  background-image: url(../image/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
.newtab .newshidebox .box-item .box-l .itemnew a .picbox img {
  width: 100%;
  vertical-align: middle;
}
.newtab .newshidebox .box-item .box-l .itemnew a .newtxt {
  padding: 20px 20px 30px;
}
.newtab .newshidebox .box-item .box-l .itemnew a .newtxt .titbox {
  color: #333;
  font-size: 18px;
}
.newtab .newshidebox .box-item .box-l .itemnew a .newtxt .timerbox {
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
}
.newtab .newshidebox .box-item .box-l .itemnew a .newtxt .txtdetail {
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
  height: 64px;
}
.newtab .newshidebox .box-item .box-l .itemnew:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px #ddd;
}
.newtab .newshidebox .box-item .box-l .itemnew:nth-child(2n) {
  margin-right: 0;
}
.newtab .newshidebox .box-item .box-r {
  float: left;
  width: calc(44% - 40px);
  margin-left: 40px;
  margin-top: 20px;
}
.newtab .newshidebox .box-item .box-r .newslist li {
  transform: translate(0);
  transition: 0.6s;
}
.newtab .newshidebox .box-item .box-r .newslist li:not(:first-child) {
  margin-top: 14px;
}
.newtab .newshidebox .box-item .box-r .newslist li:not(:last-child) {
  border-bottom: 1px #ddd solid;
  padding-bottom: 14px;
}
.newtab .newshidebox .box-item .box-r .newslist li:after {
  content: '';
}
.newtab .newshidebox .box-item .box-r .newslist li .newtit {
  font-size: 18px;
  color: #333;
}
.newtab .newshidebox .box-item .box-r .newslist li .timerbox {
  color: #999999;
  font-size: 14px;
  margin-top: 6px;
}
.newtab .newshidebox .box-item .box-r .newslist li .txtdetail {
  color: #999999;
  font-size: 14px;
  margin-top: 6px;
}
.newtab .newshidebox .box-item .box-r .newslist li:hover {
  transform: translateY(-10px);
}
.lueone {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.luetwo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.luethree {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.rowitem {
  margin-top: 30px;
}
.rowitem .titlebox {
  font-size: 18px;
  position: relative;
}
.rowitem .titlebox:after {
  content: '';
  width: 40px;
  height: 4px;
  background-color: #dd1902;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.rowitem .logobox {
  margin-top: 30px;
}
.rowitem .logobox .item {
  float: left;
  border: 1px #ddd solid;
  width: 25%;
  height: 120px;
  line-height: 120px;
  margin-left: -1px;
  transform: translate(0);
  transition: 0.6s;
  overflow: hidden;
}
.rowitem .logobox .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px #ddd;
}
.rowitem .logobox .item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.rowitem .logobox .item a img {
  vertical-align: middle;
  max-height: 90%;
  max-width: 90%;
}
.rowitem .logobox .item:nth-child(4n+1) {
  margin-left: 1px;
}
.rowitem .logobox .item2 {
  width: calc(100%/3);
  text-align: center;
  margin-top: -1px;
  background-color: #fff;
}
.rowitem .logobox .item2:nth-child(4n+1) {
  margin-left: -1px;
}
.rowitem .logobox .item2:nth-child(3n+1) {
  margin-left: 1px;
}
.indexSwiper {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 90px;
}
.indexSwiper .swiper-button-prev,
.indexSwiper .swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.indexSwiper .swiper-button-next,
.indexSwiper .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.indexSwiper .swiper-next {
  width: 30px;
  background-color: #9bbce9;
  transition: 0.6s;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  margin-top: -63px;
  right: -40px;
}
.indexSwiper .swiper-prev {
  width: 30px;
  background-color: #9bbce9;
  transition: 0.6s;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  margin-top: -63px;
  left: -40px;
}
.indexSwiper .swiper-pagination-bullet {
  border-radius: 0%;
  width: 40px;
  height: 4px;
}
.indexSwiper .title {
  color: #212121;
  font-size: 30px;
  margin-bottom: 25px;
}
.indexSwiper .mySwiper {
  width: 100%;
  overflow: hidden;
}
.indexSwiper .mySwiper .item .Img {
  width: 100%;
}
.indexSwiper .mySwiper .item .Img img {
  display: block;
  width: 100%;
}
.indexSwiper .mySwiper .item .p1 {
  color: #000000;
  font-size: 18px;
  margin-top: 15px;
}
.indexSwiper .mySwiper .item .p2 {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.organizerimg img {
  display: block;
  margin: 0 auto;
}
.organp1 {
  margin-top: 25px;
  line-height: 30px;
  text-indent: 32px;
}
.organp2 {
  margin-top: 25px;
  line-height: 30px;
  text-indent: 32px;
}
.indexCompany {
  padding-bottom: 35px;
}
.indexCompany .title {
  color: #302c23;
  font-size: 24px;
  margin-bottom: 30px;
}
.indexCompany .list {
  display: flex;
  flex-wrap: wrap;
}
.indexCompany .list li {
  width: 19%;
  border: 1px solid #b1abab;
  margin-bottom: 20px;
  margin-right: 2%;
}
.indexCompany .list li img {
  width: 100%;
  display: block;
}
.indexCompany .list::after {
  width: 59.5%;
  display: block;
  content: "";
}
.booth-application {
  padding-bottom: 50px;
}
.footerbox {
  background: #791b70;
  background: url(../image/footer_banner.jpg) no-repeat;
  background-size: 100% 100%;
  animation: gradientBG 15s ease infinite;
  padding: 60px 0 0;
  color: #fff;
  transition: 0.6s;
}
.footerbox .footer-top {
  background-repeat: no-repeat;
  background-position: 5% 3%;
}
.footerbox .footer-top .box-top {
  border-bottom: 1px #ffffff33 solid;
  padding-bottom: 30px;
}
.footerbox .footer-top .bigfont {
  font-size: 24px;
  margin-bottom: 10px;
}
.footerbox .footer-top .ptit {
  font-size: 14px;
}
.footerbox .footer-top .ptit1 {
  margin-top: 20px;
  margin-bottom: 28px;
}
.footerbox .footer-top .ptit2 {
  margin-top: 35px;
}
.footerbox .footer-top .ptit3 {
  line-height: 30px;
}
.footerbox .footer-top .formrow {
  margin-top: 20px;
}
.footerbox .footer-top .formrow .box-l {
  width: 30%;
  float: left;
}
.footerbox .footer-top .formrow .box-l .fromInput {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footerbox .footer-top .formrow .box-l .fromInput #subscribe_truename {
  width: 40%;
}
.footerbox .footer-top .formrow .box-l input {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  padding: 14px;
  width: 55%;
  font-size: 16px;
}
.footerbox .footer-top .formrow .box-l input::-webkit-input-placeholder {
  color: #999;
}
.footerbox .footer-top .formrow .box-l button {
  float: left;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  border: none;
  background-color: #001dff;
  width: 140px;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.6s;
  margin-top: 18px;
  cursor: pointer;
}
.footerbox .footer-top .formrow .box-l button:hover {
  background-color: #121212;
}
.footerbox .footer-top .formrow .box-r {
  width: 45%;
  float: right;
}
.footerbox .footer-top .formrow .box-r .footer_code {
  display: flex;
  justify-content: space-between;
}
.footerbox .footer-top .formrow .box-r .footer_code span {
  display: block;
  text-align: center;
}
.footerbox .footer-top .formrow .box-r .itemicont {
  width: 46px;
  height: 46px;
  background-color: #fff;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  border-radius: 46px;
  font-size: 20px;
  position: relative;
}
.footerbox .footer-top .formrow .box-r .itemicont .img-pic {
  position: absolute;
  top: -113px;
  width: 100px;
  max-width: 100px;
  left: calc((-100px + 46px)/2);
  display: none;
}
.footerbox .footer-top .formrow .box-r .itemicont .img-pic:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f5f5f5;
  position: absolute;
  bottom: 10px;
  left: 43px;
}
.footerbox .footer-top .formrow .box-r .itemicont:hover .img-pic {
  display: block;
}
.footerbox .footer-top .formrow .box-r .wechat {
  color: #4caf50;
}
.footerbox .footer-top .formrow .box-r .wechat:hover {
  background-color: #4caf50;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
}
.footerbox .footer-top .formrow .box-r .weibo {
  color: #dc1902;
}
.footerbox .footer-top .formrow .box-r .weibo:hover {
  background-color: #dc1902;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
}
.footerbox .footer-top .formrow .box-r .linkedin {
  color: #0077b5;
}
.footerbox .footer-top .formrow .box-r .linkedin:hover {
  background-color: #0077b5;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
}
.footerbox .footer-center {
  padding: 20px 0;
}
.footerbox .footer-center .logobix {
  color: #fff;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  font-size: 18px;
}
.footerbox .footer-center .logobix img {
  vertical-align: middle;
  margin-right: 10px;
}
.footerbox .footer-center .spanitem {
  float: right;
  padding-left: 30px;
}
.footerbox .foterbox {
  background-color: #121212;
  padding: 16px 0;
  font-size: 14px;
}
.footerbox .foterbox .righttxt {
  text-align: right;
  float: right;
}
.footerbox .foterbox .righttxt a {
  color: #fff;
  position: relative;
  transition: 0.6s;
  display: inline-block;
}
.footerbox .foterbox .righttxt a:hover {
  color: #db1904;
}
.footerbox .foterbox .righttxt a:not(:last-child):after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.24);
  display: inline-block;
  margin: 0 10px;
}
.bannerbox {
  overflow: hidden;
  width: 100%;
}
.pagebannerbox {
  text-align: center;
  padding-top: 38px;
}
.pagebannerbox img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.pagebannerbox .sedername {
  background: url('../image/dsa_03.png') no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 24px;
  color: #fff;
  width: 240px;
  z-index: 10;
}
.pagebannerbox .sedername .titlename {
  border-left: 10px solid #001dff;
  padding-left: 10px;
}
.pagenewstime {
  color: #212121;
  font-size: 16px;
  margin-top: 55px;
  font-weight: bold;
  margin-bottom: 26px;
}
.pagepositioning1 {
  font-size: 24px;
  color: #212121;
  margin-top: 78px;
}
.news-time ul {
  display: flex;
  flex-wrap: wrap;
}
.news-time ul li {
  width: 25%;
  margin-right: 22px;
  padding: 10px 0;
  font-size: 16px;
  color: #5c717d;
  text-align: center;
  background-color: #f3f5f8;
}
.news-time ul li:last-child {
  margin-right: 0;
}
.contentpage .leftbox {
  width: 240px;
  float: left;
}
.contentpage .leftbox .siderbox .siderlist {
  border-top: none;
}
.contentpage .leftbox .siderbox .siderlist ul {
  border-left: 1px #eeeeee solid;
  border-right: 1px #eeeeee solid;
  padding: 12px 20px;
}
.contentpage .leftbox .siderbox .siderlist ul li {
  text-align: center;
  line-height: 60px;
  transition: 0.6s;
  margin-top: -1px;
}
.contentpage .leftbox .siderbox .siderlist ul li a {
  display: block;
  font-size: 18px;
  color: #333;
}
.contentpage .leftbox .siderbox .siderlist ul li:hover {
  background-color: #f3f4f7;
  border-radius: 5px;
}
.contentpage .leftbox .siderbox .siderlist ul li:hover a {
  color: #001dff;
}
.contentpage .leftbox .siderbox .siderlist ul .current {
  background-color: #f3f4f7;
  border-radius: 5px;
}
.contentpage .leftbox .siderbox .siderlist ul .current a {
  color: #001dff;
}
.contentpage .leftbox .siderbox .siderlist .ewmbox {
  text-align: center;
  padding: 20px 30px;
  font-size: 14px;
  border: 1px #eeeeee solid;
  border-top: none;
}
.contentpage .rightbox {
  width: calc(100% - 280px);
  float: left;
  margin-left: 40px;
}
.contentpage .rightbox .rightcontentbox {
  position: relative;
  text-align: left;
}
.contentpage .rightbox .rightcontentbox .dotalist li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 40px;
}
.contentpage .rightbox .rightcontentbox .commenttitle {
  position: relative;
  text-align: left;
}
.contentpage .rightbox .rightcontentbox .commenttitle:after {
  left: 0;
  margin-left: 0;
  bottom: -10px;
}
.contentpage .rightbox .rightcontentbox .txtbox {
  margin-top: 20px;
  color: #666666;
  line-height: 1.8;
}
.contentpage .rightbox .rightcontentbox .txtbox p {
  margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .itembox {
  overflow: hidden;
  margin-top: 40px;
  padding-top: 20px;
  padding-left: 90px;
  background: linear-gradient(-45deg, #0c3c8c, #102b66, #074cae, #035bd0);
  animation: gradientBG 15s ease infinite;
  border-bottom-left-radius: 50px;
  color: #fff;
}
.contentpage .rightbox .rightcontentbox .itembox .item1 {
  background-image: url(../image/icont_1.png);
  background-position: 0 0px;
  padding-left: 73px;
}
.contentpage .rightbox .rightcontentbox .itembox .item2 {
  background-image: url(../image/icont_2.png);
  padding-left: 70px;
}
.contentpage .rightbox .rightcontentbox .itembox .item3 {
  background-image: url(../image/icont_3.png);
  padding-left: 68px;
}
.contentpage .rightbox .rightcontentbox .itembox .item4 {
  background-image: url(../image/icont_4.png);
  padding-left: 80px;
}
.contentpage .rightbox .rightcontentbox .itembox .item {
  float: left;
  background-repeat: no-repeat;
  width: calc(100%/3);
  padding-bottom: 20px;
}
.contentpage .rightbox .rightcontentbox .itembox .item p .bigfont {
  font-size: 28px;
  line-height: 1;
}
.contentpage .rightbox .rightcontentbox .itembox .item .p2 {
  line-height: 1;
  margin-top: 2px;
}
.contentpage .rightbox .rightcontentbox .whylist {
  overflow: hidden;
  margin-top: 25px;
}
.contentpage .rightbox .rightcontentbox .whylist .item {
  width: calc(100%/3 - 14px);
  margin-right: 20px;
  float: left;
  margin-bottom: 35px;
}
.contentpage .rightbox .rightcontentbox .whylist .item:nth-child(3n) {
  margin-right: 0;
}
.contentpage .rightbox .rightcontentbox .whylist .item .picbox {
  border: 1px #ddd solid;
}
.contentpage .rightbox .rightcontentbox .whylist .item .picbox img {
  display: block;
  width: 100%;
}
.contentpage .rightbox .rightcontentbox .whylist .item .txtboxa {
  padding: 10px 0;
  font-size: 14px;
  color: #666666;
}
.contentpage .rightbox .rightcontentbox .whylist .item .txtboxa .titp1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .whylist .item .txtboxa .titp2 {
  line-height: 25px;
}
.contentpage .rightbox .rightcontentbox .bgorganizer {
  color: #666666;
  overflow: hidden;
}
.contentpage .rightbox .rightcontentbox .bgorganizer .txtbox {
  width: calc(100% - 340px);
  float: left;
}
.contentpage .rightbox .rightcontentbox .bgorganizer .logobox {
  width: 300px;
  float: right;
  text-align: right;
}
.contentpage .rightbox .rightcontentbox .bgorganizer p {
  margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .bgchuangke {
  background-image: url(https://www.gces.cn/static/home/images/bglogo1.png);
}
.contentpage .rightbox .rightcontentbox .icont-list {
  overflow: hidden;
  margin-top: 30px;
}
.contentpage .rightbox .rightcontentbox .icont-list .tittt {
  font-size: 24px;
  color: #333333;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox {
  margin-top: 0;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox:not(:last-child) {
  border-bottom: 1px #eeeeee solid;
  padding-bottom: 20px;
  margin: 20px 0;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox .icontbox {
  width: 120px;
  height: 120px;
  line-height: 120px;
  float: left;
  background-color: #f8f8f8;
  border-radius: 50%;
  text-align: center;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox .icontbox img {
  vertical-align: middle;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox .txtbox {
  width: calc(100% - 150px);
  float: left;
  margin-left: 30px;
}
.contentpage .rightbox .rightcontentbox .icont-list .itembox .txtbox .p1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.contentpage .rightbox .rightcontentbox .schedulelist {
  margin-top: 20px;
  border: 1px #e9ebec solid;
  padding: 20px 0 0;
  border-radius: 4px;
  overflow: hidden;
}
.contentpage .rightbox .rightcontentbox .schedulelist .ptit {
  font-size: 30px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .box-l {
  width: calc(25% - 30px);
  margin-right: 30px;
  color: #241ccc;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox {
  width: calc(100% - 25% - 140px);
  margin-top: 0;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox .titp {
  margin-bottom: 0;
  font-size: 24px;
  color: #333;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox .pppbox {
  font-size: 14px;
  margin-bottom: 10px;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox .logobox {
  width: 100px;
  border: 1px #ddd solid;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 3px 0;
  overflow: hidden;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .txtbox .logobox img {
  max-height: 90%;
  max-width: 90%;
  vertical-align: inherit;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li .linkbox {
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 1px #241ccc solid;
  border-radius: 46px;
  float: right;
  margin-top: 10px;
  color: #241ccc;
  cursor: pointer;
  transition: 0.6s;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li:hover .linkbox {
  background-color: #db1903;
  border: 1px #db1903 solid;
  color: #fff;
}
.contentpage .rightbox .rightcontentbox .schedulelist ul li:nth-child(2n+1) {
  background-color: #f3f4f7;
}
.fcblack {
  color: #333;
}
.fcred {
  color: #d71908;
}
.booth-application {
  margin-top: 0px;
}
.booth-application .tiptxt {
  font-size: 18px;
  text-align: center;
  position: relative;
  color: #db1904;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
}
.booth-application .tiptxt:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #db1904;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-75deg);
}
.booth-application .tiptxt:after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #db1904;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-75deg);
}
.booth-application .pagename {
  line-height: 1;
  height: 24px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.booth-application .pagename .bigfont {
  font-size: 24px;
}
.booth-application .pagename .smolltxt {
  font-size: 14px;
  vertical-align: top;
  padding-left: 10px;
  color: #db1903;
}
.booth-application .formbox {
  margin-top: 20px;
}
.booth-application .formbox .itemfrom {
  width: calc(100%/2 - 20px);
  margin-right: 40px;
  float: left;
  margin-bottom: 20px;
}
.booth-application .formbox .itemfrom:nth-child(2n) {
  margin-right: 0;
}
.booth-application .formbox .itemfrom .labtxt {
  color: #808080;
  font-size: 14px;
  width: 130px;
  display: block;
  float: left;
  line-height: 45px;
}
.booth-application .formbox .itemfrom .labtxt1 {
  width: 100%;
}
.booth-application .formbox .itemfrom .labtxt2 {
  width: 100%;
  color: #fff;
}
.booth-application .formbox .itemfrom .itemmm {
  margin-top: 10px;
  overflow: hidden;
}
.booth-application .formbox .itemfrom .inps {
  border: 1px #dddddd solid;
  background-color: #f4f4f4;
  padding: 14px 20px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: calc(100% - 130px);
  border-radius: 4px;
}
.booth-application .formbox .itemfrom .input100 {
  width: 100px !important;
  margin-right: 10px;
}
.booth-application .formbox .itemfrom .inputaaaa {
  width: calc(100% - 240px);
}
.booth-application .formbox .itemfrom .inps1 {
  width: calc(100% - 350px);
}
.booth-application .formbox .itemfrom .inps3 {
  width: calc(100%/3 - 53px);
}
.booth-application .formbox .itemfrom .inps3:not(:last-child) {
  margin-right: 14px;
}
.booth-application .formbox .itemfrom .inpsbox {
  width: calc(100% - 130px);
  line-height: 45px;
}
.booth-application .formbox .itemfrom .inpsbox label {
  margin-right: 20px;
}
.booth-application .formbox .itemfrom .box-rrr {
  width: calc(100% - 130px);
  line-height: 45px;
  float: left;
  font-size: 14px;
  color: #717171;
}
.booth-application .formbox .itemfrom .box-rrr .inps {
  width: 100%;
}
.booth-application .formbox .itemfrom .box-rrr .tipbox {
  color: #808080;
  font-size: 14px;
}
.booth-application .formbox .itemfrom .box-rrr .areainps {
  width: 100%;
  height: 200px;
  border: 1px #dddddd solid;
  padding: 14px 20px;
  background-color: #f4f4f4;
  border-radius: 4px;
  font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
  resize: none;
}
.booth-application .formbox .itemfrom .box-rrr label {
  width: 20%;
  display: inline-block;
}
.booth-application .formbox .itemfrom .box-rrr .w100label {
  width: 50% !important;
  float: left;
}
.booth-application .formbox .itemfrom .pppitemm {
  color: #fff;
  font-size: 15px;
  margin-top: 10px;
}
.booth-application .formbox .itemfrom .box-rrr222 {
  line-height: 30px !important;
}
.booth-application .formbox .itemfromw100 {
  width: 100%;
  overflow: hidden;
}
.booth-application .formbox .itemfromw100 .labtxt1 {
  width: 100%;
}
.booth-application .formbox .itemfromw100 .box-rrr {
  width: calc(100% - 130px);
  line-height: 45px;
  float: left;
  font-size: 14px;
  color: #717171;
}
.booth-application .formbox .itemfromw100 .box-rrr .inps {
  width: 100%;
}
.booth-application .formbox .itemfromw100 .box-rrr .tipbox {
  color: #808080;
  font-size: 14px;
}
.booth-application .formbox .itemfromw100 .box-rrr .areainps {
  width: 100%;
  height: 200px;
  border: 1px #dddddd solid;
  padding: 14px 20px;
  background-color: #f4f4f4;
  border-radius: 4px;
  font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
  resize: none;
}
.booth-application .formbox .itemfromw100 .box-rrr label {
  width: 30%;
  line-height: 30px;
  margin-bottom: 0;
  display: inline-block;
}
.booth-application .formbox .itemfromw100 .box-rrr1 {
  width: 100%;
}
.booth-application .formbox1 {
  border-top: 1px #ddd solid;
  padding-top: 30px;
}
.booth-application .submintbtn {
  width: 260px;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #dd1900;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  margin: 20px auto 40px;
  display: block;
  cursor: pointer;
  font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
  transition: 0.6s;
}
.booth-application .submintbtn:hover {
  background-color: #121212;
}
.crumbs {
  line-height: 40px;
  text-align: right;
  font-size: 14px;
  color: #999999;
}
.crumbs a {
  color: #999;
}
.downloadlist .clicktab .listtab {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
.downloadlist .clicktab .listtab:hover {
  color: #001dff;
  border-bottom: 2px solid #001dff;
}
.downloadlist .clicktab .current {
  color: #001dff;
  border-bottom: 2px solid #001dff;
}
.downloadlist .showlist-box .item {
  display: none;
}
.downloadlist .showlist-box .item ul {
  overflow: hidden;
  margin-top: 20px;
}
.downloadlist .showlist-box .item ul li {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.6s;
  border-bottom: 1px solid #e2e2e2;
}
.downloadlist .showlist-box .item ul li:hover {
  background-color: #e0f9ff;
}
.downloadlist .showlist-box .item ul li:hover .filebox {
  background-image: url(../image/bgfile-open.png);
}
.downloadlist .showlist-box .item ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.downloadlist .showlist-box .item ul li .filebox {
  width: 100px;
  height: 100px;
  float: left;
  background-image: url(../image/bgfile.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.6s;
}
.downloadlist .showlist-box .item ul li .txtbox {
  width: calc(100% - 260px);
  float: left;
  color: #999999;
}
.downloadlist .showlist-box .item ul li .txtbox .namebox {
  margin-top: 38px;
  font-size: 16px;
  color: #333;
  float: left;
}
.downloadlist .showlist-box .item ul li .txtbox .ft {
  float: left;
  margin-top: 38px;
  margin-left: 15px;
}
.downloadlist .showlist-box .item ul li .linkbox {
  line-height: 46px;
  float: right;
  color: #4250ff;
  margin-top: 27px;
  margin-right: 20px;
}
.newlist {
  margin-top: 60px;
}
.newlist .itembox {
  width: calc(100%/3 - 14px);
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: 0.6s;
  transform: translate(0);
}
.newlist .itembox a {
  display: block;
  width: 100%;
  height: 100%;
}
.newlist .itembox a .imgbox {
  height: 200px;
  line-height: 200px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: url(../image/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px;
  text-align: center;
}
.newlist .itembox a .imgbox img {
  transition: 0.6s;
  transform: rotate(0deg) scale(1);
  vertical-align: middle;
}
.newlist .itembox a .txtbox {
  color: #333;
  padding: 20px 5px 30px;
  font-size: 14px;
}
.newlist .itembox a .txtbox .ptit {
  font-size: 16px;
  color: #212121;
}
.newlist .itembox a .txtbox .pt1 {
  line-height: 25px;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}
.newlist .itembox a .txtbox .ptimer {
  color: #999999;
  margin-top: 10px;
}
.newlist .itembox a .txtbox .ptxt {
  margin-top: 10px;
  height: 63px;
}
.newlist .itembox a .txtbox .linkbtn {
  display: block;
  width: 140px;
  height: 46px;
  background-color: #636262;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
  transition: 0.6s;
}
.newlist .itembox:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px #a0a0a0;
}
.newlist .itembox:hover a .imgbox img {
  transform: rotate(3deg) scale(1.2);
}
.newlist .itembox:hover a .txtbox .linkbtn {
  background-color: #db1904;
}
.newlist .itembox:nth-child(4n) {
  margin-right: 0;
}
.newcontent .contentbox {
  margin-top: 30px;
}
.newcontent .contentbox .ptit {
  font-size: 24px;
}
.newcontent .contentbox .bootombox {
  border-bottom: 1px #ddd solid;
  padding-bottom: 20px;
}
.newcontent .contentbox .bootombox .apantiter {
  font-size: 14px;
  color: #999999;
}
.newcontent .contentbox .txtbox {
  margin-top: 30px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px #ddd solid;
  padding-bottom: 30px;
}
.newcontent .contentbox .txtbox p {
  margin-bottom: 20px;
}
.newcontent img {
  height: auto !important;
}
.pagenewtit {
  font-size: 30px;
  margin-top: 30px;
}
body .layer-pop1 {
  width: 464px !important;
  background-image: url(../image/bgpop.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  max-height: 90%;
  overflow: auto;
}
body .layer-pop1 .layui-layer-content {
  padding: 70px 30px 30px;
  text-align: center;
}
body .layer-pop1 .layui-layer-content img {
  margin-top: 20px;
}
body .layer-pop1 .layui-layer-setwin {
  top: 20px;
  right: 20px;
}
body .layer-pop1 .layui-layer-setwin .layui-layer-close2 {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../image/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.6s;
}
body .layer-pop1 .layui-layer-setwin .layui-layer-close2:hover {
  background-color: #db1903;
}
body .layer-pop {
  width: 964px !important;
  background-image: url(../image/bgpop.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  max-height: 90%;
  overflow: auto;
}
body .layer-pop .layui-layer-content {
  padding: 30px;
}
body .layer-pop .layui-layer-content .logobox {
  border-bottom: 1px #ecf0f3 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body .layer-pop .layui-layer-content .txtboxpp {
  margin-top: 20px;
}
body .layer-pop .layui-layer-content .linkbtn {
  width: 140px;
  height: 46px;
  display: block;
  text-align: center;
  line-height: 46px;
  color: #fff;
  margin-top: 20px;
  border-radius: 36px;
  background: linear-gradient(38deg, #261cca, #511c9c, #8f1b58, #db1a03);
  opacity: 1;
}
body .layer-pop .layui-layer-content .linkbtn:hover {
  opacity: 0.8;
}
body .layer-pop .layui-layer-content .poptit {
  font-size: 24px;
  position: relative;
  padding-left: 12px;
}
body .layer-pop .layui-layer-content .poptit:before {
  content: '';
  width: 5px;
  height: 20px;
  background-color: #db1903;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}
body .layer-pop .layui-layer-content .rowbox {
  color: #241ccc;
  margin-top: 6px;
}
body .layer-pop .layui-layer-content .rowbox .itembxp {
  padding-right: 30px;
}
body .layer-pop .layui-layer-content .txtcont {
  border-top: 1px #ddd solid;
  margin-top: 20px;
  padding-top: 20px;
}
body .layer-pop .layui-layer-content .txtcont .titlebox {
  font-size: 20px;
  margin-bottom: 10px;
}
body .layer-pop .layui-layer-content .headlist {
  margin-top: 40px;
}
body .layer-pop .layui-layer-content .headlist .titlebox {
  font-size: 20px;
  margin-bottom: 10px;
}
body .layer-pop .layui-layer-content .headlist ul {
  overflow: hidden;
}
body .layer-pop .layui-layer-content .headlist ul li {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
body .layer-pop .layui-layer-content .headlist ul li .headbix {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background-color: #f7f7f7;
  border-radius: 140px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
body .layer-pop .layui-layer-content .headlist ul li .headbix img {
  vertical-align: middle;
}
body .layer-pop .layui-layer-content .headlist ul li .txtboxq {
  margin-top: 20px;
  min-height: 100px;
  padding: 0 10px;
}
body .layer-pop .layui-layer-content .headlist ul li .txtboxq .pjiii {
  font-size: 14px;
  color: #666666;
}
body .layer-pop .layui-layer-content .medialist {
  margin-top: 40px;
}
body .layer-pop .layui-layer-content .medialist .titlebox {
  font-size: 20px;
  margin-bottom: 10px;
}
body .layer-pop .layui-layer-content .medialist ul {
  overflow: hidden;
  padding-top: 1px;
}
body .layer-pop .layui-layer-content .medialist ul li {
  float: left;
  border: 1px #ddd solid;
  width: 25%;
  height: 125px;
  line-height: 123px;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
  transform: translate(0);
  transition: 0.6s;
  overflow: hidden;
  font-size: 0;
}
body .layer-pop .layui-layer-content .medialist ul li:nth-of-type(4n+1) {
  margin-left: 0;
}
body .layer-pop .layui-layer-content .medialist ul li img {
  vertical-align: middle;
  max-height: 90%;
  max-width: 90%;
}
body .layer-pop .layui-layer-setwin {
  top: 20px;
  right: 20px;
}
body .layer-pop .layui-layer-setwin .layui-layer-close2 {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../image/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.6s;
}
body .layer-pop .layui-layer-setwin .layui-layer-close2:hover {
  background-color: #db1903;
}
.mobilemune {
  display: none;
}
.moblebanner {
  display: none !important;
}
.box-traffic {
  color: #666666;
}
.box-traffic .titbpx {
  font-size: 24px;
  margin-bottom: 10px;
}
.box-traffic .tabtraffic {
  border: 1px #ddd solid;
  margin-top: 40px;
}
.box-traffic .tabtraffic .itembox {
  margin-top: 0 !important;
}
.box-traffic .tabtraffic .itembox:first-child .clicktab {
  border-top: none;
}
.box-traffic .tabtraffic .itembox .clicktab {
  height: 60px;
  text-align: left;
  padding: 0 30px;
  line-height: 60px;
  border-top: 1px #ddd solid;
  background-image: url(../image/bgarr.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  transition: 0.6s;
  cursor: pointer;
}
.box-traffic .tabtraffic .itembox .clicktab:not(:first-child) {
  border-top: 1px #ddd solid;
}
.box-traffic .tabtraffic .itembox .clicktab:hover {
  background-color: #cc282f;
  color: #fff;
}
.box-traffic .tabtraffic .itembox .current {
  background-color: #cc282f;
  color: #fff;
}
.box-traffic .tabtraffic .itembox .showtabbb {
  border-top: 1px #ddd solid;
  padding: 20px 30px;
  display: none;
}
.groubname {
  padding: 10px 20px 10px 0;
  border-bottom: 1px #fbf0f2 solid;
  color: #1d1d1d;
  font-style: italic;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
}
.titboxxxx {
  text-align: center;
  font-size: 14px;
}
.yanjing-box {
  position: relative;
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
}
.yanjing-box:before {
  content: '';
  width: 600px;
  height: 600px;
  border: 1px #db222a54 dashed;
  display: block;
  position: absolute;
  left: calc((100% - 1200px)/2 - 540px);
  top: 150px;
  border-radius: 50%;
  z-index: -1;
  animation: ani-yuan 6s infinite;
}
.yanjing-box:after {
  content: '';
  width: 600px;
  height: 600px;
  border: 1px #db222a54 dashed;
  display: block;
  position: absolute;
  right: calc((100% - 1200px)/2 - 660px);
  top: 0px;
  border-radius: 50%;
  z-index: -1;
  animation: ani-yuan3 6s infinite;
}
.yanjing-box .page_a .p1 {
  font-size: 18px;
  color: #db222a;
}
.yanjing-box .page_a .p2 {
  font-size: 36px;
}
.yanjing-box .contenttxt {
  width: 84%;
  float: right;
  color: #666666;
  line-height: 30px;
  margin-top: 14px;
  border-bottom: 1px #f7eded solid;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.yanjing-box .contenttxt p {
  margin-bottom: 20px;
}
.yanjing-box .txtbox-2 {
  margin-top: 40px;
  overflow: hidden;
}
.yanjing-box .txtbox-2 .titttaaa {
  font-size: 36px;
}
.yanjing-box .txtbox-2 .itemtxt {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  line-height: 24px;
}
.yanjing-box .txtbox-2 .itemtxt:not(:last-child) {
  border-right: 1px #eee solid;
  padding-right: 30px;
}
.yanjing-box .txtbox-2 .itemtxt:last-child {
  padding-left: 30px;
}
.yanjing-box .txtbox-2 .itemtxt .namebox {
  font-size: 18px;
  color: #db222a;
  margin-bottom: 10px;
}
.yanjing-box .txtbox-2 .itemtxt .boxttiit {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
}
.yanjing-box .txtbox-2 .itemtxt ul li {
  list-style: disc;
  list-style-position: inside;
}
.yanjing-box .timerbox {
  background-position: center 0;
  background-repeat: no-repeat;
  background-image: url(../image/timerbanner.jpg);
  padding: 50px 0;
  margin-top: 40px;
}
.yanjing-box .timerbox .w1200 {
  color: #fff;
  background-image: url(../image/rili.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 100px;
  height: 60px;
}
.yanjing-box .timerbox .w1200 .p1 {
  font-size: 24px;
}
.yanjing-box .timerbox .w1200 .p2 {
  font-size: 18px;
}
.yanjing-box .showtype {
  margin-top: 40px;
}
.yanjing-box .showtype .titibox .p1 {
  font-size: 18px;
}
.yanjing-box .showtype .titibox .p2 {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.yanjing-box .showtype .divgroub {
  margin-top: 20px;
  overflow: hidden;
}
.yanjing-box .showtype .divgroub .itemppp {
  width: 25%;
  float: left;
}
.yanjing-box .showtype .divgroub .itemppp .bigfont {
  font-size: 100px;
  font-weight: bold;
  color: #eeeeee;
  line-height: 1;
}
.yanjing-box .showtype .divgroub .itemppp .p222 {
  color: #666666;
}
.yanjing-box .fulibox {
  background-color: #f7f7f7;
  margin-top: 60px;
  padding: 50px 0;
  overflow: hidden;
}
.yanjing-box .fulibox .titfont {
  font-size: 36px;
  margin-bottom: 10px;
}
.yanjing-box .fulibox .ullist {
  margin-top: 30px;
}
.yanjing-box .fulibox .ullist ul li {
  width: calc(100%/3 - 20px);
  margin-right: 30px;
  background-color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 20px 0;
  color: #666666;
  float: left;
  height: 100px;
  margin-bottom: 20px;
}
.yanjing-box .fulibox .ullist ul li .imgbox {
  width: 104px;
  float: left;
  text-align: center;
}
.yanjing-box .fulibox .ullist ul li .box-txt {
  padding-top: 6px;
}
.yanjing-box .fulibox .ullist ul li:nth-child(3n) {
  margin-right: 0;
}
.yanjing-box .zixunbox {
  padding: 40px 0 0;
}
.yanjing-box .zixunbox .titit {
  font-size: 36px;
}
.yanjing-box .zixunbox .bottombox {
  overflow: hidden;
  margin-top: 10px;
}
.yanjing-box .zixunbox .bottombox .box-l {
  background-color: #fafafa;
  padding: 20px 30px;
  width: 460px;
  height: 150px;
  color: #666666;
  background-image: url(../image/headaa.png);
  background-repeat: no-repeat;
  background-position: 90% bottom;
  border-radius: 4px;
  float: left;
}
.yanjing-box .zixunbox .bottombox .box-l .p222 {
  font-size: 24px;
  color: #333;
}
.yanjing-box .zixunbox .bottombox .box-l p {
  margin-bottom: 10px;
}
.yanjing-box .zixunbox .bottombox .box-l p i {
  padding-right: 10px;
}
.yanjing-box .zixunbox .bottombox .linkbtn {
  display: inline-block;
  background-color: #db222a;
  width: 130px;
  height: 150px;
  color: #fff;
  text-align: center;
  line-height: 150px;
  float: left;
  border-radius: 4px;
  margin-left: 20px;
  transition: 0.6s;
}
.yanjing-box .zixunbox .bottombox .linkbtn:hover {
  background-color: #121212;
}
.yanjing-box .ciclebox {
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  position: absolute;
  background-color: #f7f7f7;
  left: calc((100% - 1200px)/2 - 410px);
  top: 100px;
  border-radius: 50%;
  z-index: -2;
  animation: ani-yuan2 6s infinite;
}
.contactusbox .titbox {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.contactusbox ul li {
  width: calc(100%/2 - 20px);
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 30px;
  margin-right: 40px;
  float: left;
}
.contactusbox ul li:nth-child(2n) {
  margin-right: 0;
}
.contactusbox ul li .p222 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contactusbox ul li a {
  color: #333;
  transition: 0.6s;
}
.contactusbox ul li a:hover {
  color: #dd1902;
}
.guanjunbox {
  margin-top: 30px;
}
.guanjunbox .tit {
  text-align: center;
  font-size: 36px;
  padding-bottom: 11px;
  border-bottom: 3px #ddd dashed;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
}
.guanjunbox a {
  color: #333;
  transition: 0.6s;
}
.guanjunbox a:hover {
  color: #db1904;
}
.guanjunbox .txtitem {
  margin-bottom: 30px;
  font-size: 14px;
}
.guanjunbox .txtitem p {
  margin-bottom: 20px;
}
.guanjunbox .imgitem {
  border-radius: 20px;
  overflow: hidden;
  max-width: 780px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}
.guanjunbox .linkocoo a {
  width: 240px;
  height: 56px;
  display: block;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  margin: 0 auto 50px;
  color: #fff;
  border-radius: 4px;
  background: #791b70;
  background: linear-gradient(-95deg, #261cca, #511c9c, #8f1b58, #db1a03);
}
.guanjunbox .linkocoo a:hover {
  opacity: 0.8;
}
.guanjunbox .imglogo {
  vertical-align: middle;
  margin-left: 20px;
}
.guanjunbox .ul {
  overflow: hidden;
}
.guanjunbox .ul ul {
  overflow: hidden;
  margin-top: 20px;
}
.guanjunbox .ul ul li {
  width: calc(100%/3);
  float: left;
  text-align: center;
}
.guanjunbox .ul ul li img {
  max-width: 90%;
  border-radius: 50px;
}
.whylista .whylist {
  margin-top: 50px;
}
.whylista .whylist .item {
  padding-bottom: 20px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 58px;
  padding-left: 20px;
  background-color: #f8f8f8;
  position: relative;
  transition: 0.6s;
  cursor: pointer;
}
.whylista .whylist .item .titp1 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  background-color: #1038ac;
  padding: 8px 0;
  padding-left: 45px;
}
.whylista .whylist .item .titp1 .item_icon {
  width: 60px;
  height: 48px;
  position: absolute;
  left: 10px;
  top: -25px;
  background: linear-gradient(to bottom, #0572fa, #0aedff);
  transform: skewX(-20deg);
  display: block;
  text-align: center;
  line-height: 48px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}
.whylista .whylist .item .bgbox {
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 20px;
}
.whylista .whylist .item .bgbox img {
  float: left;
}
.whylista .whylist .item .bgbox p {
  margin-bottom: 20px;
  margin-left: 140px;
}
.whylista .whylist .item:hover {
  transform: translateY(-5px);
}
.fs18 {
  font-size: 18px;
}
.imglist2 {
  overflow: hidden;
  margin-bottom: 50px;
}
.imglist2 ul li {
  width: 50%;
  float: left;
  text-align: center;
}
.imglist2 ul li img {
  max-width: 90%;
  border-radius: 20px;
}
.imglist3 {
  overflow: hidden;
}
.imglist3 ul li {
  width: calc(100%/3);
  float: left;
  text-align: center;
}
.imglist3 ul li img {
  max-width: 90%;
  border-radius: 20px;
}
.checkboxabb {
  font-size: 14px;
  text-align: center;
}
.row-error .labtxt {
  color: #dd1900 !important;
}
.row-error .js-required {
  border: 1px #dd1900 solid !important;
}
.disabledbtn {
  background-color: #545454 !important;
}
.contactinfo {
  background-color: #f9f4f4;
  padding: 30px;
  margin-top: 40px;
  border-radius: 4px;
}
.contactinfo .titaa {
  font-size: 18px;
  color: #db1904;
  font-weight: bold;
  margin-bottom: 10px;
}
.contactinfo .itemmm {
  display: inline-block;
  margin-right: 30px;
  color: #666;
}
.siderleftbox {
  width: 140px;
  position: absolute;
  left: 80px;
  overflow: hidden;
  z-index: 1111;
}
.siderleftbox .closebtn {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  color: #deddf9;
  transition: 0.6s;
}
.siderleftbox .closebtn:hover {
  color: #dc1903;
}
.siderleftbox .insederbox {
  background-image: url(../image/bgsiderleft.png);
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
  background-size: contain;
}
.siderleftbox .insederbox .titi {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  color: #fff;
  padding: 0 10px;
}
.siderleftbox .insederbox .p222 {
  font-size: 14px;
  color: #fff;
  padding: 20px 8px 0;
  text-align: center;
}
.siderleftbox .insederbox .p333 {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.siderleftbox .insederbox .linkbox {
  margin-top: 60px;
}
.siderleftbox .insederbox .linkbox .linkitem {
  display: block;
  position: relative;
  width: 120px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  margin: 10px auto;
  overflow: hidden;
  transition: 0.6s;
  opacity: 1;
  cursor: pointer;
}
.siderleftbox .insederbox .linkbox .linkitem1 {
  color: #231cce;
}
.siderleftbox .insederbox .linkbox .linkitem1:before {
  overflow: hidden;
  content: '';
  width: 12px;
  height: 30px;
  background-color: #231cce;
  transform: rotate(48deg);
  position: absolute;
  top: -11px;
  left: -5px;
}
.siderleftbox .insederbox .linkbox .linkitem1:after {
  overflow: hidden;
  content: '';
  width: 12px;
  height: 30px;
  background-color: #231cce;
  transform: rotate(48deg);
  position: absolute;
  bottom: -14px;
  right: -5px;
}
.siderleftbox .insederbox .linkbox .linkitem1:hover {
  opacity: 0.8;
}
.siderleftbox .insederbox .linkbox .linkitem2 {
  color: #fff;
  background-color: #dc1903;
}
.siderleftbox .insederbox .linkbox .linkitem2:before {
  overflow: hidden;
  content: '';
  width: 12px;
  height: 30px;
  background-color: #231cce;
  transform: rotate(48deg);
  position: absolute;
  top: -14px;
  left: -5px;
}
.siderleftbox .insederbox .linkbox .linkitem2:after {
  overflow: hidden;
  content: '';
  width: 12px;
  height: 30px;
  background-color: #231cce;
  transform: rotate(48deg);
  position: absolute;
  bottom: -11px;
  right: -5px;
}
.siderleftbox .insederbox .linkbox .linkitem2:hover {
  opacity: 0.8;
}
.siderleftboxinside {
  right: 80px;
  left: auto;
}
.siderrightbox {
  width: 140px;
  position: absolute;
  right: 80px;
  overflow: hidden;
  z-index: 1111;
}
.siderrightbox .closebtn {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  color: #deddf9;
  transition: 0.6s;
}
.siderrightbox .closebtn:hover {
  color: #dc1903;
}
.siderrightbox .data-show-box {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}
.siderrightbox .data-show-box .item {
  width: calc(100%/4 - 3px);
  float: left;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  margin-right: 3px;
  border-radius: 4px;
  padding: 5px 0;
}
.siderrightbox .data-show-box .item p {
  font-size: 12px;
  color: #ddd;
}
.siderrightbox .data-show-box .item:last-child {
  margin-right: 0;
}
.siderrightbox1 {
  width: 200px;
}
.siderrightbox1 .Bbox {
  position: relative;
  top: -30px;
}
.siderrightbox1 .Bbox .Imgbox {
  margin-bottom: 5px;
}
.siderrightbox1 .Bbox .Imgbox img {
  display: block;
  margin: 0 auto;
}
.fixedright {
  position: fixed;
  top: 80px !important;
}
.fixedleft {
  position: fixed;
  top: 80px !important;
}
.hidesider {
  right: -210px !important;
  transition: 0.6s;
}
.hidesiderL {
  left: -210px !important;
  transition: 0.6s;
}
.floatside {
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
}
.floatside .txtbox {
  font-size: 16px;
}
.floatside .txtbox .databox {
  margin-top: 18px;
  display: block;
}
.floatside .Img {
  margin-top: 25px;
  margin-bottom: 16px;
}
.science .title {
  color: #d95a54;
  font-size: 22px;
  font-weight: bold;
}
.science .con {
  background: #171136;
  padding: 60px 40px;
  margin-top: 30px;
}
.science .con .con-box:after {
  display: block;
  content: '';
  clear: both;
}
.science .con .input {
  width: 46%;
  float: left;
  margin-right: 8%;
  margin-bottom: 30px;
}
.science .con .input:nth-of-type(2n) {
  margin-right: 0;
}
.science .con .input:after {
  display: block;
  content: '';
  clear: both;
}
.science .con .input.has-error .input-box input,
.science .con .input.has-error .input-box select,
.science .con .input.has-error .input-box textarea,
.science .con .input.has-error .input-box .img,
.science .con .input.has-error .input-box .file-i {
  transition: 0.6s;
  border-color: #f40103;
  box-shadow: 0 0 15px #f40103;
}
.science .con .input .tit {
  float: left;
  width: 112px;
  color: #fff;
  font-size: 14px;
  text-align: right;
  padding: 12px 0;
}
.science .con .input .tit span {
  color: #f40103;
}
.science .con .input .input-box {
  float: right;
  width: calc(100% - 125px);
}
.science .con .input .input-box input,
.science .con .input .input-box select,
.science .con .input .input-box textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 12px 15px;
  font-family: 'NeoSansStd-Regular', 'Alibaba-PuHuiTi-Regular', Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
  transition: 0.6s;
}
.science .con .input .input-box .file-i {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #fff;
  position: relative;
  transition: 0.6s;
}
.science .con .input .input-box .file-i span {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 15px);
  padding: 12px 15px;
  font-size: 14px;
  display: block;
  overflow: hidden;
}
.science .con .input .input-box .file-i input {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.science .con .input .input-box .img {
  background: #fff;
  border-radius: 5px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border: 1px solid #fff;
  transition: 0.6s;
}
.science .con .input .input-box .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.science .con .input .input-box .img-info {
  margin-top: 14px;
}
.science .con .input .input-box .img-info:after {
  display: block;
  content: '';
  clear: both;
}
.science .con .input .input-box .img-info .img-tit {
  float: left;
  padding: 12px 35px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  background: #2a1cc5;
  cursor: pointer;
  transition: 0.6s;
}
.science .con .input .input-box .img-info .img-tit:hover {
  opacity: 0.8;
  transition: 0.6s;
}
.science .con .input .input-box .img-info .img-p {
  float: left;
  margin-left: 15px;
  color: #615e6f;
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
}
.science .con .input .input-box .p {
  color: #aaaaaa;
  font-size: 14px;
  margin-top: 10px;
}
.science .con .link {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 1px;
  float: left;
  margin: 30px 0;
}
.science .con .second-tit {
  font-size: 18px;
  width: 100%;
  float: left;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px;
}
.science .con .sub {
  border-radius: 5px;
  background: url(../image/sub.png) no-repeat;
  background-size: 100%;
  width: 280px;
  height: 80px;
  line-height: 80px;
  margin: 30px auto 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.6s;
}
.science .con .sub:hover {
  opacity: 0.8;
  transition: 0.6s;
}
.innovation .tit {
  font-size: 22px;
  font-weight: bold;
  color: #d95a54;
  margin-bottom: 20px;
  margin-top: 50px;
}
.innovation .info-p {
  line-height: 28px;
}
.innovation .link {
  width: 100%;
  height: 1px;
  margin: 35px 0;
  background: #eee;
}
.innovation .second-level {
  margin-bottom: 15px;
}
.innovation .second-level:after {
  display: block;
  content: '';
  clear: both;
}
.innovation .second-level .digital {
  position: relative;
  background: #d95a54;
  width: 40px;
  text-align: center;
  color: #fff;
  float: left;
  margin-top: 3px;
  font-size: 20px;
  line-height: 25px;
}
.innovation .second-level .digital:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid #d95a54;
}
.innovation .second-level .digital:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #d95a54;
}
.innovation .second-level .second-tit {
  float: left;
  margin-left: 10px;
  font-size: 20px;
  color: #d95a54;
  font-weight: bold;
}
.innovation .info-p span {
  color: #d95a54;
}
.innovation .appraise {
  margin: 40px 0 0;
}
.innovation .appraise:after {
  display: block;
  content: '';
  clear: both;
}
.innovation .appraise .li {
  width: 25%;
  float: left;
  text-align: center;
}
.innovation .appraise .li:hover .img:after {
  transform: translate(5px, -3px);
  transition: 0.6s;
}
.innovation .appraise .li .img {
  background: url(../image/img1.png) no-repeat;
  line-height: 226px;
  height: 226px;
  width: 204px;
  margin: 0 auto;
  position: relative;
}
.innovation .appraise .li .img img {
  vertical-align: middle;
}
.innovation .appraise .li .img:after {
  display: block;
  content: '';
  clear: both;
  width: 210px;
  height: 233px;
  position: absolute;
  left: -8px;
  top: 0;
  background: url(../image/img2.png) no-repeat;
  z-index: -1;
  transition: 0.6s;
}
.innovation .appraise .li .appraise-tit {
  text-align: center;
  margin: 30px 0 20px;
  font-weight: bold;
  color: #d95a54;
  font-size: 20px;
}
.innovation .appraise .li .appraise-info {
  padding: 0 13%;
  font-size: 14px;
  line-height: 26px;
}
.innovation .declare-box {
  margin-top: 20px;
}
.innovation .declare-box:after {
  display: block;
  content: '';
  clear: both;
}
.innovation .declare-box .li {
  width: 184px;
  height: 205px;
  background: url(../image/img10.png) no-repeat;
  text-align: center;
  float: left;
  margin-right: 19px;
}
.innovation .declare-box .li:nth-of-type(6),
.innovation .declare-box .li:nth-of-type(17) {
  margin-right: 0;
}
.innovation .declare-box .li:nth-of-type(7) {
  margin-left: 102px;
}
.innovation .declare-box .li:nth-of-type(n+7) {
  margin-top: -28px;
}
.innovation .declare-box .li:last-of-type {
  line-height: 205px;
}
.innovation .declare-box .li:last-of-type img {
  vertical-align: middle;
}
.innovation .declare-box .li .declare-digital {
  position: relative;
  color: #d95a54;
  font-size: 16px;
  margin: 20px auto 0;
  background: url(../image/img13.png) no-repeat;
  width: 30px;
  height: 35px;
  line-height: 35px;
}
.innovation .declare-box .li .declare-tit {
  font-size: 22px;
  color: #d95a54;
  margin: 12px 0 5px;
  line-height: 28px;
  padding: 0 8px;
}
.innovation .declare-box .li .declare-tit span {
  display: block;
}
.innovation .declare-box .li .declare-info {
  font-size: 14px;
  line-height: 18px;
  padding: 0 15px;
}
.innovation .process-box {
  margin-top: 50px;
}
.innovation .process-box .table {
  width: 100%;
  margin-top: 35px;
}
.innovation .process-box .table table {
  text-align: center;
  border-bottom: 1px solid rgba(118, 77, 116, 0.8);
  border-right: 1px solid rgba(118, 77, 116, 0.8);
  width: 100%;
}
.innovation .process-box .table table th,
.innovation .process-box .table table td {
  border-top: 1px solid rgba(118, 77, 116, 0.8);
  border-left: 1px solid rgba(118, 77, 116, 0.8);
  padding: 15px 25px;
}
.innovation .process-box .table table th {
  background-color: #2a1cc5;
  color: #fff;
}
.innovation .process-box .table table th:first-of-type {
  background-image: url(../image/img8.png);
  background-repeat: no-repeat;
  background-position: left;
}
.innovation .process-box .table table th:last-of-type {
  background-image: url(../image/img9.png);
  background-repeat: no-repeat;
  background-position: right;
}
.innovation .process-box .table table td:last-of-type {
  text-align: left;
}
.innovation .process-box .info-p {
  margin-top: 20px;
}
.innovation .rules-box .rules-p {
  padding: 6px 0;
}
.innovation .review-box {
  margin-top: 20px;
}
.innovation .review-box:after {
  display: block;
  content: '';
  clear: both;
}
.innovation .review-box .li {
  float: left;
  width: 160px;
  text-align: center;
  margin-right: 13px;
}
.innovation .review-box .li:last-of-type {
  margin-right: 0;
}
.innovation .review-box .li .review-img {
  width: 160px;
  height: 183px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.innovation .review-box .li .review-img:after {
  display: block;
  content: '';
  clear: both;
  width: 160px;
  height: 184px;
  line-height: 184px;
  background: url(../image/img11.png) no-repeat;
  z-index: 1;
  left: 0;
  top: 0;
  position: absolute;
}
.innovation .review-box .li .review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innovation .review-box .li .name {
  color: #d95a54;
  margin: 12px 0 5px;
  font-size: 18px;
}
.innovation .content-li-box {
  margin-top: 25px;
}
.innovation .content-li-box:after {
  display: block;
  content: '';
  clear: both;
}
.innovation .content-li-box .li {
  width: 50%;
  float: left;
  padding-left: 25px;
  border-left: 1px solid #891b5f;
}
.innovation .content-li-box .li .li-box {
  padding: 4px 0;
}
.innovation .content-li-box .li .li-box .fa {
  width: 20px;
  text-align: center;
  color: #ededed;
  margin-right: 8px;
}
.innovation .apply-for {
  border-radius: 5px;
  background: url(../image/sub.png) no-repeat;
  background-size: 100%;
  width: 280px;
  height: 80px;
  line-height: 80px;
  margin: 60px auto 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.6s;
  display: block;
}
.innovation .apply-for:hover {
  opacity: 0.8;
  transition: 0.6s;
}
.paginatebox .paginate {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginatebox .paginate li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e2e2e2;
  margin-right: 5px;
  font-size: 14px;
  transition: 0.6s;
}
.paginatebox .paginate .active {
  background-color: #006eb9;
  color: #fff;
  border-color: #006eb9;
}
.paginatebox .paginate .active a {
  color: #fff;
}
.paginatebox .paginate li:hover {
  background-color: #006eb9;
  color: #fff;
  border-color: #006eb9;
}
.paginatebox .paginate li:hover a {
  color: #fff;
}
.paging {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.paging .PagingList li {
  height: 46px;
  float: left;
  margin: 0 5px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  transition: 0.6s;
}
.paging .PagingList li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.paging .PagingList li:not(:first-child) {
  width: 46px;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.paging .PagingList li:not(:first-child):hover {
  border: none;
  background-color: #da2924;
  color: #fff;
}
.paging .PagingList li:not(:first-child):hover a {
  color: #fff;
}
.paging .PagingList .active {
  border: none;
  background-color: #da2924;
  color: #fff;
}
.paging .PagingList .active a {
  color: #fff;
}
.regform {
  padding: 50px 50px 50px;
  background-color: #171136;
}
.regform .formbox2 .labtxt2 {
  width: 100%;
  color: #fff;
}
.regform .formbox2 .box-rrr1 {
  line-height: 30px !important;
  margin-top: 8px;
  overflow: hidden;
}
.regform .formbox2 .box-rrr1 label {
  width: 25% !important;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  float: left;
}
.regform .formbox2 .box-rrr1 label input {
  vertical-align: middle;
}
.regform .formbox2 .hrbox {
  overflow: hidden;
  margin-bottom: 0;
}
.regform .formbox2 .hrbox:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  margin: 30px 0;
}
.regform .formbox2 .hrbox:after {
  overflow: hidden;
}
.regform .formbox .itemfrom .labtxt {
  color: #fff;
}
.regform .formbox .itemfrom .box-rrr label {
  color: #fff;
}
.regform .formbox .hrbox {
  overflow: hidden;
  margin-bottom: 0;
}
.regform .formbox .hrbox:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  margin: 30px 0;
}
.regform .formbox .hrbox:after {
  overflow: hidden;
}
.regform .formbox .box-rrr1 {
  line-height: 30px !important;
  margin-top: 8px;
}
.regform .formbox .box-rrr1 label {
  width: 25% !important;
  float: left;
}
.regform .errrrr .js-required {
  box-shadow: 0 0 10px #f00;
}
.regform .submitaaa {
  display: block;
  width: 280px;
  height: 80px;
  background: linear-gradient(95deg, #261cca, #511c9c, #8f1b58, #db1a03);
  border: none;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
  margin: 50px auto 20px;
  font-family: 'Alibaba-PuHuiTi-Regular';
  cursor: pointer;
  transition: 0.6s;
  opacity: 1;
}
.regform .submitaaa:hover {
  opacity: 0.8;
}
.relebox {
  width: 100%;
  margin: 40px auto 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #0e0b21;
  padding: 14px;
  overflow: hidden;
}
.relebox a {
  color: #fff;
  text-decoration: underline;
  transition: 0.6s;
}
.relebox a:hover {
  color: #de1200;
}
.pagenameaa {
  margin-bottom: 20px;
}
.pagenameaa .bigfont {
  font-size: 28px;
  color: #d95a54;
}
.regtipbox {
  color: #de1b0a;
  font-style: italic;
  overflow: hidden;
  width: 100%;
  clear: both;
  font-size: 14px;
  text-align: center;
}
body .layer-regpop {
  width: 700px !important;
  height: 393px !important;
}
body .layer-regpop .layui-layer-content {
  width: 100%;
  height: 100%;
}
body .layer-regpop .layui-layer-content a {
  display: block;
  width: 100%;
  height: 100%;
}
body .layer-regpop .layui-layer-content a img {
  display: block;
}
body .pop-scansimg {
  width: 1000px !important;
  height: 600px !important;
  overflow: hidden;
}
body .pop-scansimg .layui-layer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: -webkit-fill-available;
  overflow: hidden;
}
body .pop-scansimg .layui-layer-content img {
  position: absolute;
  max-height: 80%;
  cursor: move;
}
body .pop-scansimg .layui-layer-setwin .layui-layer-close2 {
  right: -10px;
  top: -10px;
}
body .layer-aplaypop {
  width: 500px !important;
}
body .layer-aplaypop .layui-layer-content {
  padding: 30px 30px 10px;
}
body .layer-aplaypop .layui-layer-content a {
  color: #333;
  transition: 0.6s;
}
body .layer-aplaypop .layui-layer-content a:hover {
  color: #db1904;
}
body .layer-aplaypop .layui-layer-btn .layui-layer-btn0 {
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0 20px;
  border: none;
  font-size: 14px;
  background-color: #171136;
  background: linear-gradient(-45deg, #261cca, #511c9c, #8f1b58, #db1a03);
  background-size: 200% 200%;
  animation: gradientBG 15s ease infinite;
}
.mt10 {
  margin-top: 10px;
}
.reg-success {
  border: 1px #ddd solid;
  padding: 40px;
}
.reg-success .item .titp {
  font-size: 18px;
}
.reg-success .item a {
  color: #333;
}
.reg-success .item:not(:last-child) {
  margin-bottom: 20px;
}
.reg-success .imgitem {
  text-align: center;
}
.video-box .commenttitle {
  text-align: left;
}
.video-box .commenttitle:after {
  left: 0;
  margin-left: 0;
}
.video-box .video-main {
  margin: 40px auto;
}
.video-box .video-main video {
  width: 100%;
  height: 550px;
  margin: 0 auto;
}
.gallery-box .commenttitle {
  text-align: left;
  margin-bottom: 40px;
}
.gallery-box .commenttitle:after {
  left: 0;
  margin-left: 0;
  bottom: -10px;
}
.gallery-box .gallery-tab {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.gallery-box .gallery-tab li {
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
}
.gallery-box .gallery-tab li:hover,
.gallery-box .gallery-tab li.on {
  background: #001dff;
  color: #fff;
}
.gallery-box .gallery-list li {
  float: left;
  width: calc(100%/5 - 8px);
  margin-right: 10px;
  margin-bottom: 15px;
  height: 150px;
  font-size: 0;
  line-height: 150px;
  background: #d2d2d2;
  position: relative;
  overflow: hidden;
}
.gallery-box .gallery-list li:nth-of-type(5n) {
  margin-right: 0;
}
.gallery-box .gallery-list li img {
  width: 100%;
  vertical-align: middle;
}
.gallery-box .gallery-list li a:hover .img-src:before {
  background-image: url(../image/jia_circle_hover.png);
}
.gallery-box .gallery-list li .img-src:before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #888;
  border-radius: 50%;
  font-family: "mmi" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*box-shadow: 0 1px 3px rgb(0, 0, 0,30%);*/
  background-image: url(../image/jia_circle.png);
}
.theme {
  text-align: center;
  margin-bottom: 20px;
}
.theme span {
  padding: 0 9%;
  font-weight: bold;
  color: #6d348f;
  font-size: 26px;
}
.eventimglist {
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.eventimglist .titbox {
  font-size: 24px;
  margin-bottom: 10px;
}
.eventimglist .swiper-slide a img {
  display: block;
}
.eventimglist .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #5b1b90;
}
.guidelines .itembox {
  margin-bottom: 40px;
}
.guidelines .itembox .clickbox {
  font-size: 18px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #ece8f2;
  padding: 10px 30px;
  cursor: pointer;
  transition: 0.6s;
}
.guidelines .itembox .clickbox:hover {
  color: #fff;
  background: linear-gradient(-45deg, #261cca, #511c9c, #8f1b58, #db1a03);
  background-size: 200% 200%;
  animation: gradientBG 15s ease infinite;
}
.guidelines .itembox .clickbox .fr {
  float: right;
  font-size: 24px;
  line-height: 1;
}
.guidelines .itembox .current {
  color: #fff;
  background: linear-gradient(-45deg, #261cca, #511c9c, #8f1b58, #db1a03);
  background-size: 200% 200%;
  animation: gradientBG 15s ease infinite;
}
.guidelines .itembox .current .fr {
  transform: rotate(180deg);
}
.gcescontact {
  width: 100%;
}
.gcescontact .contentbox {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 40px;
  box-shadow: 0 0 10px #faf6f6;
}
.gcescontact .contentbox .toptxt {
  width: 180px;
  padding: 4px 0 4px 20px;
  background: linear-gradient(to right, #001dff, #fff);
  font-size: 24px;
  color: #fff;
}
.gcescontact .contentbox .content {
  padding: 30px;
}
.gcescontact .contentbox .content .topbox {
  border-bottom: 1px #eee solid;
  padding-bottom: 30px;
}
.gcescontact .contentbox .content .topbox .contactitem {
  width: calc(100%/3);
}
.gcescontact .contentbox .content .topbox .contactitem .contactpeson {
  font-size: 18px;
  font-weight: bold;
}
.gcescontact .contentbox .content .topbox .contactitem .contactul {
  margin-top: 10px;
}
.gcescontact .contentbox .content .topbox .contactitem .contactul li {
  margin-top: 10px;
}
.gcescontact .contentbox .content .topbox .contactitem .contactul li .icontbox {
  background: #6695c7;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: #fff;
  margin-right: 10px;
}
.gcescontact .contentbox .content .topbox .contactitem .contactul li .spantxt {
  color: #5c717d;
}
.gcescontact .contentbox .content .bottombox {
  margin-top: 30px;
}
.gcescontact .contentbox .content .bottombox .namebox {
  font-size: 18px;
  font-weight: bold;
}
.gcescontact .contentbox .content .bottombox .ewmlist {
  margin-top: 30px;
}
.gcescontact .contentbox .content .bottombox .ewmlist .item {
  text-align: center;
  width: 200px;
  float: left;
  margin-right: 50px;
  font-size: 16px;
  color: #5c717d;
}
.gcescontact .contentbox .content .bottombox .ewmlist .item .imgwrap {
  background: #f8f9fb;
  padding: 10px;
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}
.videoreviewbox .tabbox .itemtab {
  background: #fff;
  padding: 0 10px;
  height: 46px;
  border-radius: 46px;
  text-align: center;
  line-height: 46px;
  display: inline-block;
  color: #333;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #ddd solid;
  cursor: pointer;
  transition: 0.6s;
}
.videoreviewbox .tabbox .itemtab:hover {
  color: #bf3838;
}
.videoreviewbox .tabbox .current {
  color: #bf3838;
}
.videoreviewbox .videolist {
  margin-top: 20px;
}
.videoreviewbox .videolist .videoitem {
  width: calc(100%/3 - 18px);
  margin-right: 26px;
  float: left;
  height: 180px;
  overflow: hidden;
  margin-bottom: 26px;
  position: relative;
  line-height: 180px;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.6s;
  transform: translateY(0px);
}
.videoreviewbox .videolist .videoitem img {
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
  transition: 0.6s;
}
.videoreviewbox .videolist .videoitem:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.videoreviewbox .videolist .videoitem:after {
  line-height: 1;
  content: url(https://www.gces.cn/static/home/images/playbtn.png);
  display: block;
  width: 19px;
  height: 21px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}
.videoreviewbox .videolist .videoitem:hover {
  transform: translateY(-5px);
}
.videoreviewbox .videolist .videoitem:hover img {
  transform: scale(1.1);
}
.videoreviewbox .videolist .videoitem:nth-child(3n) {
  margin-right: 0;
}
body .popvideo-class {
  width: 800px !important;
}
body .popvideo-class .layui-layer-content {
  padding: 0;
}
body .popvideo-class .layui-layer-content video {
  width: 100%;
  height: 100%;
  display: block;
}
.contentpage1 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .gcescontact .contentbox .content .topbox .contactitem {
    width: 100%;
  }
  .videoreviewbox .videolist .videoitem {
    width: 100%;
  }
  body .popvideo-class {
    width: 90% !important;
    margin: auto;
  }
}
@media screen and (min-width: 900px) {
  body .layer-regpop .layui-layer-setwin .layui-layer-close2 {
    background-image: url(../image/close.svg);
    background-position: center;
    width: 50px;
    height: 50px;
    background-color: #000;
    transition: 0.6s;
  }
  body .layer-regpop .layui-layer-setwin .layui-layer-close2:hover {
    background-color: #d0251b;
  }
}
@keyframes ani-yuan {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(40px, 5px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes ani-yuan2 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-30px, -20px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes ani-yuan3 {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-30px, 30px);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes jump {
  0% {
    top: 0px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes ani-indexbg1 {
  0% {
    left: 0px;
  }
  25% {
    left: -50px;
  }
  50% {
    left: 0px;
  }
  75% {
    left: 30px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes ani-indexbg2 {
  0% {
    right: 4%;
  }
  25% {
    right: 2%;
  }
  50% {
    right: 4%;
  }
  75% {
    right: 6%;
  }
  100% {
    right: 4%;
  }
}
@-webkit-keyframes ani-indexbg3 {
  0% {
    bottom: 0;
    right: 0;
  }
  25% {
    bottom: -20px;
    right: -20px;
  }
  50% {
    bottom: 0;
    right: 0;
  }
  75% {
    bottom: 20px;
    right: -10px;
  }
  100% {
    bottom: 0;
    right: 0px;
  }
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
.baijinbox {
  color: #666666;
  margin: 40px auto;
  width: 90%;
  max-width: 930px;
}
.baijinbox .imgbox {
  margin-top: 20px;
}
.baijinbox .txt2box {
  margin-top: 40px;
}
.baijinbox .txt2box .tit1 {
  font-size: 24px;
  color: #1d2b70;
  margin-bottom: 20px;
}
.baijinbox .txt2box ul li {
  margin-bottom: 10px;
}
.baijinbox .txt2box ul li:before {
  content: url(../image/qiu.jpg);
  margin-right: 10px;
}
.baijinbox .txt2box .linkreg {
  display: block;
  background-color: #1d2b70;
  max-width: 180px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 4px;
  margin: 40px auto;
  width: 96%;
  transition: 0.6s;
}
.baijinbox .txt2box .linkreg:hover {
  background: linear-gradient(45deg, #261cca, #511c9c, #8f1b58, #db1a03);
  background-size: 200% 200%;
  animation: gradientBG 15s ease infinite;
  color: #fff;
}
.baijinbox .imglist {
  overflow: hidden;
}
.baijinbox .imglist .imgitem {
  width: calc(100%/3 - 10px);
  margin-bottom: 14px;
  float: left;
}
.baijinbox .imglist .imgitem:not(:nth-child(3n)) {
  margin-right: 14px;
}
.baijinbox .imglist .imgitem img {
  display: block;
}
