﻿@font-face {
	font-family: "MiSans-Regular";
	src: url(/MiSans-Regular.ttf);
}

.index_main .u8_modal_2 .bd ul{margin-right: 0;}
.index_main .u8_modal_2 .bd li:last-child{margin-right: 0;}

.g_container{width: 100%; overflow: hidden; min-width: 970px;}
/*头部*/
.g_header{width: 100%;position: fixed; left: 0; top: 0; height: 100px; background: #fff; box-shadow: 0 0 5px #999; z-index: 101;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.g_header.down{top:-100px;}
.g_header.down .g_nav-second{display: none;}
.g_header-container{width: 1200px; margin: 0 auto; height: 100px; display: flex; justify-content: space-between;}
.g_header-container::after{display: none;}
.g_logo{display:flex; width: 106px; height: 100px; align-items: center}
.g_logo img{width: 100%;}
.g_logo .g_u8-logo{width: 74px;}
.g_nav-container{display: flex; justify-content: space-between; position: relative;}
.g_nav ul{height: 100px; display: flex; justify-content: space-between;}
.g_nav ul li{display: flex; height: 100px; padding: 0 19px; align-items: center;}
.g_nav-first{font-size: 14px; color: #333; position: relative; z-index: 2;display: block; height: 100px; line-height: 100px; font-weight: 500;}
.g_nav-fdqys{color: #e60012; position: relative;}
.g_nav-fdqys::after{content: ''; display: block; position: absolute; left: 50%; margin-left: -35px; bottom: 0; width: 70px; height: 3px; border-radius: 3px; background: #e60012;}
.g_nav-second{position: absolute; width: 950px; box-sizing: border-box; -webkit-box-sizing: border-box; top: 100px; left: 50%; margin-left: -475px; box-shadow: 0px 4px 4px 0px rgb(153 153 153 / 10%);
  background:#fff url(/images/ind_96.png) no-repeat left bottom;
  background-size:145px;
  padding-left: 145px;
  height: 300px;
}
.g_second-title{width: 145px; position: absolute; left: 0; top: 0; padding: 50px 0 0 30px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.g_second-title p{margin-bottom: 30px; font-size: 16px; font-weight: 700; display: flex; align-items: center;}
.g_second-title p::after{
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(/images/ind_97.png) no-repeat left center;
  background-size: 100%;
  margin-left: 5px;
}
.g_second-name{display: block; font-size: 14px; margin-bottom: 21px;}
.g_second-name:last-child{margin-bottom: 0;}
.g_nav-sdqys{  }
.g_nav-sdqys a{padding-bottom: 5px; border-bottom: 2px solid #e60012; color:#e60012;}
.g_nav-third{width:100%;background: #fff; padding:0 20px; min-height: 112px; box-sizing: border-box; -webkit-box-sizing: border-box;}
.g_second-item{padding: 30px 20px;}
.g_nav-third a{font-size: 14px; color: #666; display: inline-block; font-weight: 500; width: 25%; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; padding-left: 12px; margin-bottom: 20px;}
.g_nav-third a::before{width: 4px; height: 4px; border-radius: 8px; content: ''; background: #999; position: absolute; left: 0; top: 50%; margin-top: -2px;}

.g_nav-third a:hover{color: #e60012;}
.g_nav-third a:hover::before{background: #e60012;}
.g_nav ul li:nth-child(6){position: relative;}
.g_nav ul li:nth-child(6) .g_nav-second{width: 150%; background: #fff; left: -25%; margin-left: 0; display: block; padding-left: 0; height: auto;}
.g_nav ul li:nth-child(6) .g_nav-second .g_second-title{position: static;  padding:20px 0; width: 100%;}
.g_nav ul li:nth-child(6) .g_nav-second .g_second-title .g_second-name{text-align: center;}
.g_nav ul li:nth-child(6) .g_nav-second .g_second-title .g_nav-sdqys{color: #4c4c4c;}
.g_nav ul li:nth-child(6) .g_nav-second .g_second-title .g_nav-sdqys a{border: 0 none; padding: 0;}
.g_nav ul li:nth-child(6) .g_nav-second .g_second-title .g_second-name:hover{color: #e60012;}
.g_nav ul li:nth-child(7){position: relative;}
.g_nav ul li:nth-child(7) .g_nav-second{width: 150%; background: #fff; left: -25%; margin-left: 0; display: block; padding-left: 0; height: auto;}
.g_nav ul li:nth-child(7) .g_nav-second .g_second-title{position: static;  padding:20px 0; width: 100%;}
.g_nav ul li:nth-child(7) .g_nav-second .g_second-title .g_second-name{text-align: center;}
.g_nav ul li:nth-child(7) .g_nav-second .g_second-title .g_nav-sdqys{color: #4c4c4c;}
.g_nav ul li:nth-child(7) .g_nav-second .g_second-title .g_nav-sdqys a{border: 0 none; padding: 0;}
.g_nav ul li:nth-child(7) .g_nav-second .g_second-title .g_second-name:hover{color: #e60012;}
.g_notloggedin{display: flex; align-items: center; margin-left: 87px; height: 100px;}
.g_notloggedin a{display: flex; align-items: center; justify-content: center;}
.g_btn-login{font-size: 14px; color: #3d3d3d; font-weight: 500;}
.g_btn-register{width: 86px; height: 31px; text-align: center; border-radius: 4px; background: #E60012; color: #fff; font-size: 14px; margin-left: 22px;}
.g_loggedin{height: 100px; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; margin-left: 123px; cursor: pointer; position: relative;}
.g_loggedin img{width: 25px; height: 25px; border-radius: 25px; border: 1px solid #fff; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);}
.g_loggedin span{font-size: 12px; color: #333; margin: 0 5px;}
.g_loggedin::after{content: ''; display: inline-block; background: url("/images/g_31.png") no-repeat center; background-size: 100%; width:6px; height: 3px; }
.g_user-item{width: 130px; background: #fff; right: 0; margin-left: 0; display: none; height: auto; padding: 20px 0; position: absolute; top: 100px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);}
.g_user-item a{display: block; text-align: center; margin-bottom: 21px; font-size: 14px;}
.g_user-item a:hover{color: #e60012;}
.g_loggedin:hover .g_user-item{ display: block;}
.g_btn-mnav{display: none;}
.g_submenu-mobile{display: none;}


/*底部*/
.g_footer{width: 100%; background: #F9F9F9;}
.g_footer-map{width: 1100px; margin: 0 auto; padding: 107px 0; display: flex; justify-content: space-between;}
.g_fmap-fl{display: flex; justify-content: space-between; position: relative;}
.g_footer-logo{display:block; width: 139px;}
.g_footer-logo img{ width: 139px;}
.g_footer-logo .g_u8-logo{ width: 74px; margin-left: 20px;}
.g_code{width: 100px; margin: 27px auto 0;}
.g_code img{display: block; width: 100%; height: 100%;}
.g_code span{display: block; text-align: center; font-size: 16px; color: #333; font-weight: 500; margin-top: 15px;}
.g_hotline{margin-left: 83px;}
.g_hotline ul li{margin-bottom: 28px;}
.g_hotline ul li:last-child{margin-bottom: 0;}
.g_hotline ul li p{font-size: 14px; color: #333; font-weight: 500;}
.g_hotline ul li span{display: flex; align-items: center; margin-top: 5px;}
.g_hotline ul li span b{font-weight: 400; color: #E60012; font-size: 16px; font-family: Fjalla;}
.g_hotline ul li span i{font-style: normal; font-size: 14px; color: #333; font-weight: 500;}
.g_hotline ul li span img{width: 16px; margin-right: 7px;}
.g_fmap-fl::after{content: ''; display: block; position: absolute; width: 1px; height: 176px; background: #d8d8d8; right: -114px; top: 5px;}
.g_fmap-fr{padding-top: 5px;}
.g_fmap-fr ul{display: flex; justify-content: space-between;}
.g_fmap-fr ul li{display: inline-block; padding: 0 25px;}
.g_fmap-fr ul li p{font-size: 16px; color: #323232; font-weight: 500;}
.g_fmap-item{padding-top: 10px;}
.g_fmap-item a{display: block; font-size: 12px; color: #959595; margin-top: 20px;}
.g_copy{background: #666666; width: 100%; height: 63px; line-height: 63px; text-align: center; font-size: 12px; color: #fff; font-weight: 400;}
.g_copy a{display: inline-block;font-size: 12px; color: #fff; font-weight: 400;}
/*首页banner*/
.banner{height: auto;}
.g_banner-zw01{display: block; width: 100%; height: 640px}
.swiper-container{width: 100%; height: 100%; left: 0; top: 0; position: absolute;}
.banner .swiper-slide{height: 100%; overflow: hidden;}
.banner .swiper-button-prev, .banner .swiper-button-next{top: auto; bottom: 20px; margin-top: 0;}
.banner .text{position: absolute; left: 50%; bottom: 90px; padding: 0; width: 1110px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
}
.g_banner-zw01m{display: none;}
.g_banner-img{display: block;  height: 100%; position: relative; left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.g_banner-imgm{display: none;}
.fa_main_d .modal_2 ul{width: 100%;display: flex;justify-content: space-around;}
.fa_main_d .modal_2 ul li{position: relative;width: 33%;}
.g_dbli-img{position: absolute; left: 40px; top: 40px;}
.g_jjfa-zwt01{display: none;}
.server_banner{height: 600px;}
.server_banner .slideBox .bd li img{position: absolute; display: block; width: 1920px; height: 600px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); top: 0;}
.server_banner .slideBox .bd li{height: 600px;}
.g_banner-zw02{display: none;}
.banner .p3 a{width: 155px;height: 46px; line-height: 46px; border-radius: 4px; font-size: 16px;}


.service_meeu_con h1 span {
  color: #CC0000;
}
.service_meeu_img {
  margin-left: 4px;
  position: relative;
  top: 10px;
}
.service_meeu_con ul {
  padding-left: 35px;
}
.service_meeu_con ul li {
  /*background: url("http://nc.yonyou.com/images/service/Science/dian.jpg") no-repeat scroll left center transparent;*/
  color: #CC0000;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
}
.service_meeu_con ul li font {
  color: #666666;
  font-size: 15px;
}
.middle_meeu ul.yp_xxk li a {
  /*background: url("http://nc.yonyou.com/images/service/Science/a_bg1.jpg") no-repeat scroll 0 0 transparent;*/
  color: #FFFFFF;
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-weight: bold;
  height: 31px;
  line-height: 31px;
  text-align: center;
  width: 110px;
}
.middle_meeu ul.yp_xxk li a.hover {
  /*background: url("http://nc.yonyou.com/images/service/Science/a_hoverbg1.jpg") no-repeat scroll 0 0 transparent;*/
  color: #CC0000;
}
.service_meeu_con h1.dtjs {
  /*background: url("http://nc.yonyou.com/images/service/Science/service_meeu_hbiao.jpg") no-repeat scroll left top transparent;*/
  color: #666666;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  height: 60px;
  line-height: 20px;
  padding-left: 36px;
}
.service_meeu_con h1.dtjs span {
  color: #CC0000;
  font-weight: bold;
}
.service_meeu_con ul.yp_jsxx {
  padding-left: 20px;
  font-size:18px;
  line-height:26px;
}
.service_meeu_con ul.yp_jsxx  .con2{
  margin-bottom:20px;
  font-size:18px;
  line-height:30px;
}
.service_meeu_con ul.yp_jsxx li.yp_ci {
  background: none repeat scroll 0 0 transparent;
  color: #666666;
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  clear:both; overflow:hidden;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dedede;
}
.service_meeu_con ul.yp_jsxx li.yp_bt {
  /*background: url("http://nc.yonyou.com/images/service/Science/dian.jpg") no-repeat scroll left center transparent;*/
  color: #e60012;
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 0 0 0px;
}
.service_meeu_con ul.yp_jsxx li {
  /* background: url("http://nc.yonyou.com/images/service/Science/dian.jpg") no-repeat scroll left center transparent;*/
  color: #CC0000;
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 15px;
}
.service_meeu_con ul.yp_jsxx li font {
  color: #8E8E8E;
  font-size: 12px;
}
.service_meeu_con ul.yp_jsxx li.yp_ci p {
  color: #666666;
  font-family: "微软雅黑";
  font-size: 18px;
  line-height: 36px;
}
.service_meeu_con ul.yp_jsxx li.yp_ci p.fl { float:left;}

.service_meeu_con ul.yp_jsxx li.yp_ci p.info{ width:990px; padding-left:10px; text-indent:0px; float:left;}
.service_meeu_con ul.yp_sbmhd {
  padding-left: 35px;
}
.service_meeu_con ul.yp_sbmhd li {
  /*background: url("http://nc.yonyou.com/images/service/Science/dian.jpg") no-repeat scroll left center transparent;*/
  color: #CC0000;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  padding-left: 15px;
}
.service_meeu_con ul.yp_sbmhd li.yp_wz11 {
  background: none repeat scroll 0 0 transparent;
  font-family: "Microsoft YaHei";
  font-weight: 300;
  line-height: 20px;
  text-indent: 0;
}
.service_meeu_con ul.yp_sbmhd li.yp_wz11 p {
  color: #737272;
  display: block;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-weight: 300;
  height: 60px;
  line-height: 20px;
  text-indent: 0;
}
.service_content a.yp_mapbg {
  /*background: url("http://nc.yonyou.com/images/service/Science/images/yp_imgmapbg.jpg") no-repeat scroll 0 0 transparent;*/
  display: block;
  height: 461px;
  margin-top: 14px;
  width: 780px;
}
.service_meeu_con h2{color: #666666;font-family: "Microsoft YaHei";font-size: 13px;font-weight: bold;height: 36px;line-height: 36px;margin-bottom: 0;overflow: hidden;padding-left: 36px;}
.service_meeu_con h2 span{color: #CC0000;}
.service_meeu_con p{line-height: 30px;margin-bottom: 0;text-indent: 0;font-size:18px;}
.service_meeu_img{margin-left: 4px;position: relative;top: 10px;}
.con3 h3{ width:100%; text-align:center; color:#cc0000;}
.service_meeu_con h4{ text-indent:0px;font-size:18px;margin-bottom:10px;}
.service_meeu_con ul.online{
  margin-top:10px;
}
.pic_text{
  margin-bottom:20px;
}
.service_meeu_con ul.online li{ color:#666; background:none; text-indent:0px; font-weight:100;  /*background:url(../images/dian.png) no-repeat 0px 10px;*/ padding-left:10px;fon-size:16px;}
.service_meeu_con ul.online li b{ font-weight:bold}
.service_meeu_con dl.yp_ps{ padding-top:20px;}
/*.service_meeu_con dl.yp_ps dt{ background:url(../images/dian.png) no-repeat 15px 10px; }*/
.service_meeu_con dl.yp_ps dd{ font-weight:100; }
.service_meeu_con ul.yp_jsxx li.yp_ci dl.yp_ps dd p{ float:none;}
.service_meeu_con ul.yp_jsxx li.yp_ci .tips{ border:2px dashed #ccc; clear:both; overflow:hidden; padding:10px; margin-top:30px; background-color:#eee}
.service_meeu_con ul.yp_jsxx li.yp_ci .tips p{ text-indent:0px; font-weight:100}
.ex_main .modal_1 li .text .p2{
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  height: auto;
}
.g_morepage{display: none;}
.g_subnav a{width: 110px; margin:0 5px 10px;}
.friend_main .search_modal .search_in .g_txt-partersearch{width: 600px;}

/*活动中心*/
.g_body{width: 1200px; margin: 0 auto; padding: 28px 415px 0 0; box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; min-height: 1400px;}
.g_banner{width: 100%; position: relative; overflow: hidden; border-radius: 4px; box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.g_zwt01{display: block; width: 100%;}
.g_banner ul{ position: absolute; width: 100%; height: 100%; left: 0; top:0;}
.g_banner ul li{float: left; width: 100%; height: 100%;}
.g_banner ul li a{}
.g_banner ul li a img{display: block; width: 100%; height: 100%; border-radius: 4px;}
.g_banner-ctrl{width: 100%; position: absolute; z-index: 50; text-align: center; left: 0; bottom: 22px;}
.g_banner-ctrl a{display: inline-block; width: 8px; height: 8px; border-radius: 8px; background: #d8d8d8; margin: 0 4px;}
.g_banner-ctrl a.g_banner-dqys{background: #E60012; width: 20px;}
.g_activity-fr{width: 368px; position: absolute; right: 0; top: 28px;}
.g_activity-meeting{border-radius: 4px; overflow: hidden; box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1); margin-bottom: 28px;}
.g_activity-meeting a{display: block;}
.g_activity-meeting a img{display: block; width: 100%; border-radius: 4px;}
.g_toolbox{padding-top: 28px; display: flex; align-items: center; justify-content: space-between;}
.g_toolbox .el-input{width: 222px; height: 30px; }
.g_toolbox .el-input__inner{height: 30px; border-radius: 4px; line-height: 30px; font-size: 12px;}
.g_toolbox .el-input__icon{line-height: 30px;}
.g_toolbox .el-select .el-input{width: 96px;}
.g_toolbox .el-cascader .el-input{width: 96px;}
.g_toolbox .el-cascader{line-height: unset;}
.g_toolbox .el-cascader .el-input .el-input__inner:focus, .g_toolbox .el-cascader .el-input.is-focus .el-input__inner{
  border-color:#e60012;
}
.g_toolbox .el-cascader-node.in-active-path,
.g_toolbox .el-cascader-node.is-active,
.g_toolbox .el-cascader-node.is-selectable.in-checked-path{
  color:#e60012;
}
.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path{
  color:#e60012 !important;
}
.g_pop-icon{width: 8px; height: 5px; margin-left: 17px;}
.g_toolbox .el-button span{display: flex; align-items: center; font-size: 12px;}
.g_toolbox .el-button{padding: 8px 12px;}
.g_toolbox .el-button:focus, .g_toolbox .el-button:hover{background-color:#fff; border-color:#e60012; color:#666;}
.g_toolbox .el-button:active{border-color:#e60012; color:#666;}
.g_sortbox-item p{height: 23px; background: linear-gradient(90deg, #EFEFEF 0%, #F7F7F7 100%); padding: 0 9px; font-size: 12px; color: #3D3D3D; line-height: 23px;}
.g_sortbox-content{padding: 6px 8px; display: flex; justify-content: space-between;}
.g_sortbox-content a{display: flex; width: 104px; height: 30px; align-items: center; justify-content: center; font-size: 12px; color: #C1C1C1; border: 1px solid #efefef; border-radius: 3px;}
.g_sortbox-content a img{width: 18px; height: 10px; margin-left: 5px;}
.g_sortbox-screen .el-date-editor--daterange.el-input,
.g_sortbox-screen .el-date-editor--daterange.el-input__inner,
.g_sortbox-screen .el-date-editor--timerange.el-input,
.g_sortbox-screen .el-date-editor--timerange.el-input__inner{
  width: 100%;
  padding: 3px 5px;
}
.g_sortbox-screen .el-range-editor--mini .el-range-separator{line-height: 22px;}
.g_sortbox-screen{padding: 6px 8px;}
.g_sortbox-bottons{margin-top: 18px; display: flex; justify-content: right;}
.g_sortbox-bottons a{display: flex; align-items: center; height: 21px; width: 50px; box-sizing: border-box; -webkit-box-sizing: border-box; justify-content: center; font-size: 12px;}
.g_sortbox-bottons a.g_btn-red{color: #fff; background: #e60012; margin-right: 11px;  border-radius: 4px;}
.g_sortbox-bottons a.g_btn-kong{color: #3D3D3D; border: 1px solid #d8d8d8; background: #f9f9f9; border-radius: 2px;}
.g_btn-screen{width: 64px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #fff; border-radius: 4px;}
.g_btn-res{background: #E60012;}
.g_btn-conf{background: #FF5F00;}
.g_activity-list{margin-top: 34px;}
.g_activity-list ul li{padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid #efefef;}
.g_activity-list ul li:last-child{border-bottom: 0 none;}
.g_activity-list ul li a{display: block; min-height: 162px; padding-left: 312px; position: relative;}
.g_activity-img{width: 300px; height: 162px; position: absolute; left: 0; top: 0;}
.g_activity-img img{display: block; width: 300px; height: 162px;}
.g_activity-img span{position: absolute; left: 5px; top: 5px; border-radius: 2px; display: flex; align-items: center; justify-content: center; padding: 0 4px; font-size: 12px; color: #fff;}
.g_activity-img span::before{content: '';display: inline-block; width: 9px; height: 9px; margin-right: 4px;}
.g_activity-img span.g_activity-1{background: #E60012;}
.g_activity-img span.g_activity-2{background: #FFA400;}
.g_activity-img span.g_activity-3{background: #666666;}
.g_activity-img span.g_activity-1::before{background: url("/images/g_11.png") no-repeat center; background-size: 100%;}
.g_activity-img span.g_activity-2::before{background: url("/images/g_12.png") no-repeat center; background-size: 100%;}
.g_activity-img span.g_activity-3::before{background: url("/images/g_13.png") no-repeat center; background-size: 100%;}
.g_activity-content{padding-top: 5px;}
.g_activity-content p{font-size: 18px; color: #3D3D3D; font-weight: 500;}
.g_activity-font{font-size: 14px; color: #8F8F8F; line-height: 23px; margin-top: 13px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.g_activity-content time{display: block; padding-left: 16px; font-size: 12px; color: #8F8F8F; background: url("/images/g_15.png") no-repeat left center; background-size: 10px; margin-top: 35px;}
.g_activity-content span{display: block; padding-left: 16px; font-size: 12px; color: #8F8F8F; background: url("/images/g_16.png") no-repeat left center; background-size: 10px;}
.g_activity-list ul li:hover .g_activity-content p{color: #e60012;}
.g_activity-fl .el-pagination{text-align: center; padding: 0 0 88px;}
.g_activity-fl .el-pagination.is-background .el-pager li:hover{color: #E60012 !important;}
.g_activity-fl .el-pagination.is-background .el-pager li:not(.disabled).active{background: #E60012; color: #ffffff; border: 0 none;}
.g_activity-fl .el-pagination.is-background .el-pager li{
  max-width: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #eaeaea;
}
.g_activity-fl .el-pagination.is-background .btn-next,
.g_activity-fl .el-pagination.is-background .btn-prev{
  max-width: 84px;
  width: 76px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #eaeaea;
}
.g_activity-fl .el-pagination.is-background .btn-prev span::before{content: ''; display: inline-block; width: 7px; height: 11px; background: url("/images/g_20.png") no-repeat center; background-size: 7px; margin-right: 11px; position: relative; top: 1px;}
.g_activity-fl .el-pagination.is-background .btn-next span::after{content: ''; display: inline-block; width: 7px; height: 11px; background: url("/images/g_21.png") no-repeat center; background-size: 7px; margin-left: 11px; position: relative; top: 1px;}
.g_activity-fl .el-pagination button, .g_activity-fl .el-pagination span:not([class*=suffix]){height: 26px; line-height: 26px; font-size: 12px;}
.g_activity-fl .el-pagination .btn-next .el-icon,
.g_activity-fl .el-pagination .btn-prev .el-icon{font-size: 12px;}
.g_page-slot{display: inline-block; height: 28px; line-height: 28px; font-size: 12px; color: #8F8F8F; margin-left: 13px;}
.g_page-slot b{color: #e60012;}
.g_activity-fl .el-pagination__jump{margin-left: 13px;}
.g_activity-fl .el-pagination__editor.el-input .el-input__inner{font-size: 12px;}
.g_recommend{margin-top: 28px; background: #FCFCFC; padding: 16px 8px 10px;}
.g_recommend-head{font-size: 16px; color: #333; font-weight: 500;}
.g_recommend-list ul li{height: 49px; border-bottom: 1px solid #efefef;}
.g_recommend-list ul li a{display: block; position: relative; height: 49px; padding-left: 37px;}
.g_recommend-list ul li a span{display: block; height: 15px; line-height: 16px; font-size: 12px; font-family: Fjalla; background: #D8D8D8; border-radius: 2px; color: #fff; padding: 0 4px; position: absolute; left: 9px; top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  min-width: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.g_recommend-list ul li a p{line-height: 49px; font-size: 14px; color: #818181; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.g_recommend-list ul li:hover a p{color: #e60012;}
.g_recommend-list ul li:nth-child(1) a span{background: #E60012;}
.g_recommend-list ul li:nth-child(2) a span{background: #FF5F00;}
.g_recommend-list ul li:nth-child(3) a span{background: #FFA400;}
.g_list-more{margin-top: 8px; text-align: right;}
.g_list-more a{font-size: 12px; color: #BFBFBF; padding-right: 11px;
  background: url("/images/g_19.png") no-repeat right center; background-size:9px 7px;
}
.g_list-more a:hover{text-decoration: underline;}
.g_hot-tab{display: flex; margin-top: 14px; justify-content: space-between;flex-direction:row; flex-wrap: wrap;}
.g_hot-tab a{
  display: flex; box-sizing: border-box; -webkit-box-sizing: border-box;
  background: #fff; border: 1px solid #efefef; border-radius: 4px; font-size: 14px;
  color: #818181; height: 30px; line-height: 30px; padding: 0 13px;
  justify-content: center; align-items: center; margin-bottom: 13px;

}
.g_hot-tab a:hover{border-color:#e60012; background: #e60012; color: #fff;}
.g_btn-screen:hover{color: #fff;}
.g_container .el-popover{padding: 0;}
.g_container .el-range-editor.is-active,
.g_container .el-range-editor.is-active:hover,
.g_container .el-select .el-input.is-focus .el-input__inner{border-color: #e60012;}
.g_container .el-input.is-active .el-input__inner,
.g_container .el-input__inner:focus{border-color: #e60012;}
.g_container .el-select .el-input__inner:focus{border-color: #e60012;}
.g_container .el-input.is-active .el-input__inner,
.g_container .el-input__inner:focus{border-color: #e60012;}
.g_container .el-select-dropdown__item.selected{color:#e60012;}
.g_container .el-icon-arrow-up:before{width: 14px;height: 14px; content: ''; background: url("/images/g_08.png") no-repeat center; background-size:8px 5px; }
.g_container .el-icon-arrow-down:before{width: 14px;height: 14px; content: ''; background: url("/images/g_08.png") no-repeat center 7px; background-size:8px 5px; display: inline-block;}
.g_container .el-select .el-input .el-select__caret{background: url("/images/g_08.png") no-repeat center; background-size:8px 5px;
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
}
.g_container  .el-cascader .el-input .el-icon-arrow-down.is-reverse{
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
}
.el-select-dropdown__item.selected{color: #e60012 !important;}
.g_container .el-icon-search:before{content: '';}
.g_container .el-icon-search{background: url("/images/g_07.png") no-repeat center; background-size:13px 13px;}

/*活动详情*/
.g_recommend{margin-bottom: 28px; background: #FCFCFC; padding: 16px 8px 10px;}
.g_recommend-head{font-size: 16px; color: #333; font-weight: 500;}
.g_recommend-list ul li{height: 49px; border-bottom: 1px solid #efefef;}
.g_recommend-list ul li a{display: block; position: relative; height: 49px; padding-left: 37px;}
.g_recommend-list ul li a span{display: block; height: 15px; line-height: 16px; font-size: 12px; font-family: Fjalla; background: #D8D8D8; border-radius: 2px; color: #fff; padding: 0 4px; position: absolute; left: 9px; top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  min-width: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.g_recommend-list ul li a p{line-height: 49px; font-size: 14px; color: #818181; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.g_recommend-list ul li:hover a p{color: #e60012;}
.g_recommend-list ul li:nth-child(1) a span{background: #E60012;}
.g_recommend-list ul li:nth-child(2) a span{background: #FF5F00;}
.g_recommend-list ul li:nth-child(3) a span{background: #FFA400;}
.g_list-more{margin-top: 8px; text-align: right;}
.g_list-more a{font-size: 12px; color: #BFBFBF; padding-right: 11px;
  background: url("/images/g_19.png") no-repeat right center; background-size:9px 7px;
}
.g_list-more a:hover{text-decoration: underline;}
.g_hot-tab{display: flex; margin-top: 14px; justify-content: space-between;flex-direction:row; flex-wrap: wrap;}
.g_hot-tab a{
  display: flex; box-sizing: border-box; -webkit-box-sizing: border-box;
  background: #fff; border: 1px solid #efefef; border-radius: 4px; font-size: 14px;
  color: #818181; height: 30px; line-height: 30px; padding: 0 13px;
  justify-content: center; align-items: center; margin-bottom: 13px;

}
.g_hot-tab a:hover{border-color:#e60012; background: #e60012; color: #fff;}
.g_time{font-size: 12px; text-align: right; color: #8F8F8F; height: 20px; line-height: 20px;}
.g_time span{font-family: Fjalla; color: #fff; border-radius: 2px; background: #3D3D3D; line-height: 20px; width: 20px; text-align: center; display: inline-block; margin: 0 3px;}
.g_activity-detailes{margin-top: 14px;}
.g_act-title{font-size: 18px; color: #3D3D3D; font-weight: 500;}
.g_act-content{ font-size: 14px; color: #8F8F8F; line-height: 23px; margin-top: 14px;}
.g_act-middle{margin-top: 20px; position: relative;}
.g_act-middle time{display: block; padding-left: 16px; font-size: 12px; color: #8F8F8F; background: url("/images/g_15.png") no-repeat left center; background-size: 10px;}
.g_act-middle span{display: block; padding-left: 16px; font-size: 12px; color: #8F8F8F; background: url("/images/g_16.png") no-repeat left center; background-size: 10px;}
.g_act-middle a{position: absolute; right: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 123px; height: 32px; border-radius: 2px; background: #e60012; font-size: 18px; color: #fff;}
.g_act-middle a::before{content: ''; width: 16px; height: 16px; background: url("/images/g_25.png") no-repeat center; background-size: 16px; margin-right: 12px;}
.g_act-editer{margin-top: 21px; padding-bottom: 84px;}
.g_act-editer img{display:block; max-width: 100%; margin: 0 auto 25px; border-radius: 4px;}
.g_act-middle a:hover{opacity: 0.8;}
.g_announce{margin: 17px 0 0 12px; padding-bottom: 19px;}
.g_announce ul{padding-left: 14px; border-left: 1px solid #efefef; padding-bottom: 19px;}
.g_announce ul li{position: relative; margin-bottom: 53px;}
.g_announce ul li:last-child{margin-bottom: 0;}
.g_announce ul li span{display: block; font-size: 12px; color:#727171; }
.g_announce ul li p{font-size: 16px; color: #3D3D3D; font-weight: 500; margin-top: 5px;}
.g_announce ul li time{display: block; font-size: 12px; color: #727171; font-family: Fjalla; margin-top: 29px;}
.g_announce ul li a{display: block; width: 83px; height: 29px; line-height: 29px; text-align: center; border-radius: 4px; background: #e60012; font-size: 14px; color: #fff; position: absolute; right: 0; bottom: 0;}
.g_announce ul li::before{content: ''; display: block; width: 9px; height: 9px; background: url("/images/g_24.png") no-repeat center; background-size: 9px; position: absolute; left: -19px; top: 28px;}

/*基本资料*/
.g_user-body{width: 1168px; margin: 0 auto; padding: 24px 0 73px 0; }
.g_user-container{box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; padding-left: 210px; margin-top: 20px;}
.g_crumbs{font-size: 14px; color: #8F8F8F;}
.g_crumbs a{color: #8F8F8F; margin: 0 9px;}
.g_crumbs span{color: #3d3d3d; font-weight: 500; margin-left: 9px;}
.g_user-fl{position: absolute; width: 195px; height:100%; left: 0; top: 0; box-shadow: 0px 3px 12px 0px rgba(99, 99, 99, 0.1);
  background: url("/images/g_34.png") no-repeat left bottom;
  background-size: 100%;
}
.g_user-fr{background: #fff;box-shadow: 0px 3px 12px 0px rgba(99, 99, 99, 0.1); padding: 27px 40px 59px;}
.g_user-head{border-bottom: 1px solid #EFEFEF; padding-bottom: 6px;}
.g_user-head span{position: relative; font-size: 12px; color: #323232; font-weight: 500;}
.g_user-head span::after{content: ''; display: block; position:absolute; width: 100%; height: 2px; background: #E60012; left: 0; bottom: -8px;}
.g_userform-radios .el-radio__inner{width: 9px; height: 9px; border-color: #C5C5C5;}
.g_userform-radios .el-radio__inner:hover{border-color: #e60012;}
.g_userform-radios{display: flex; align-items: center;flex-wrap: wrap;}
.g_userform-radios .el-radio__input.is-checked+.el-radio__label{color: #666;}
.g_userform-radios .el-radio__label{color: #666;}
.g_userform-radios .el-radio__input.is-checked .el-radio__inner{background: none; border-color: #e60012;}
.g_userform-radios .el-radio__input.is-checked .el-radio__inner::after{background: #e60012;}
.g_userform-radios .el-radio{display: flex; align-items: center;flex-wrap: wrap;}
.g_userform-address .el-select{width: 33.333%;}
.g_userform-address .el-input--suffix .el-input__inner{background: none; height: 34px; line-height: 34px; border: 0 none;}
.g_userform-address .el-select .el-input .el-select__caret{
  background: url("/images/g_35.png") no-repeat center;
  background-size:6px 4px;
}
.g_user-form{margin-top: 60px; position: relative;}
.g_user-form ul li{display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 23px; justify-content: space-between;}
.g_userform-item{position: relative; padding-left: 72px;}
.g_userform-item p{height: 36px; line-height: 36px; font-size: 14px; color: #3D3D3D; position: absolute; left: 0; top: 0; text-align: right; width: 60px;}
.g_userform-enter{height: 36px; box-sizing: border-box; -webkit-box-sizing: border-box; background: #F9F9F9; border-radius: 2px; border: 1px solid #d8d8d8; padding: 0 14px; width: 335px;}
.g_txt-userform{display: block; width: 100%; height: 34px; border: 0 none; background: none; font-size: 14px; color: #666;}
.g_userform-radios{display: flex; align-items: center; height: 36px;}
.g_userform-address{display: flex; align-items: center; flex-wrap: wrap;}
.g_userform-textarea{height: 140px; box-sizing: border-box; -webkit-box-sizing: border-box; background: #F9F9F9; border-radius: 2px; border: 1px solid #d8d8d8; padding:7px 14px; width: 100%;}
.g_userform-textarea textarea{width: 100%; border: 0 none; background: none; resize: none; height: 126px; font-size: 14px; color: #666;}
.g_textarea{width: 100%;}
.g_user-buttons{margin-top: 40px; padding-left: 72px; display: flex; align-items: center; flex-wrap: wrap;}
.g_user-buttons a{display: flex; align-items: center; width: 102px; height: 36px; box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 2px; justify-content: center; font-size: 16px;}
.g_btn-confim{background: #e60012; color: #fff; margin-right: 18px;}
.g_btn-cancel{background: #f9f9f9; color: #3D3D3D; border: 1px solid #d8d8d8;}
.g_upload{position: absolute; width: 120px; right: 0; top: 0;}
.g_upload-img{width: 120px; height: 120px;border: 1px solid #F3F3F3; box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 4px; overflow: hidden;}
.g_upload-img img{display: block; width: 100%; height: 100%;}
.g_upload-bottons{display: block; position: relative; width: 100%; height: 29px; box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #EFEFEF; margin-top: 15px; border-radius: 4px; cursor: pointer;}
.g_upload-bottons span{display: block; width: 100%; height: 27px; text-align: center; line-height: 27px; font-size: 12px; color: #818181;}
.g_upload-bottons input{position:absolute; left: 0; top: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer;}

/*修改密码*/
.g_user-body{width: 1168px; margin: 0 auto; padding: 24px 0 73px 0; }
.g_user-container{box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; padding-left: 210px; margin-top: 20px;}
.g_crumbs{font-size: 14px; color: #8F8F8F;}
.g_crumbs a{color: #8F8F8F; margin: 0 9px;}
.g_crumbs span{color: #3d3d3d; font-weight: 500; margin-left: 9px;}
.g_user-fl{position: absolute; width: 195px; height:100%; left: 0; top: 0; box-shadow: 0px 3px 12px 0px rgba(99, 99, 99, 0.1);
  background: url("/static/images/g_34.png") no-repeat left bottom;
  background-size: 100%;
}
.g_user-fr{background: #fff;box-shadow: 0px 3px 12px 0px rgba(99, 99, 99, 0.1); padding: 27px 40px 59px;
  box-sizing: border-box; -webkit-box-sizing: border-box;
  min-height: 770px;
}
.g_user-head{border-bottom: 1px solid #EFEFEF; padding-bottom: 6px;}
.g_user-head span{position: relative; font-size: 12px; color: #323232; font-weight: 500;}
.g_user-head span::after{content: ''; display: block; position:absolute; width: 100%; height: 2px; background: #E60012; left: 0; bottom: -8px;}
.g_user-form{margin-top: 60px; position: relative;}
.g_user-form ul li{display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 23px; justify-content: space-between;}
.g_form-password .g_userform-item{position: relative; padding-left: 194px;}
.g_form-password .g_userform-item p{height: 36px; line-height: 36px; font-size: 14px; color: #3D3D3D; position: absolute; left: 0; top: 0; text-align: right; width: 180px;}
.g_form-password .g_userform-item p b{color: #e60012;}
.g_userform-pass{height: 36px; box-sizing: border-box; -webkit-box-sizing: border-box; background: #F9F9F9; border-radius: 2px; border: 1px solid #d8d8d8; padding: 0 14px; width: 490px;}
.g_txt-userform{display: block; width: 100%; height: 34px; border: 0 none; background: none; font-size: 14px; color: #666;}
.g_user-buttons{margin-top: 40px; padding-left: 194px; display: flex; align-items: center; flex-wrap: wrap;}
.g_user-buttons a{display: flex; align-items: center; width: 102px; height: 36px; box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 2px; justify-content: center; font-size: 16px;}
.g_btn-confim{background: #e60012; color: #fff; margin-right: 18px;}
.g_btn-cancel{background: #f9f9f9; color: #3D3D3D; border: 1px solid #d8d8d8;}
.g_activity-tab{width: 100%; margin-top: 20px; border-radius: 2px; border: 1px solid #d8d8d8;}
.g_activitytab-head{height: 43px; background: #e60012; display: flex; flex-wrap: wrap;}
.g_tabhead-item{height: 43px; display: flex; align-items: center;}
.g_tabhead-item img{height: 12px; margin-right: 5px;}
.g_tabhead-item span{font-size: 14px; font-weight: 500; color: #fff;}
.g_tabhead-item:nth-child(1){width: 364px; justify-content: center;}
.g_tabhead-item:nth-child(2){width: 209px; justify-content: center;}
.g_tabhead-item:nth-child(3){padding-left: 59px;}
.g_activitytab-body ul li{border-bottom: 1px solid #d8d8d8; height: 80px; display: flex;  flex-wrap: wrap;}
.g_activitytab-body ul li:nth-child(2n-1){background: #f9f9f9;}
.g_activitytab-body ul li:last-child{border-bottom: 0 none;}
.g_tabbody-item{display: flex;align-items: center; flex-wrap: wrap;}
.g_tabbody-item p{font-size: 12px; color: #3D3D3D; font-weight: 500; text-align: center; display: inline-block;}
.g_tabbody-item span{display: inline-block; width: 100%; font-size: 12px; color: #727171; font-family: Fjalla; text-align: center; font-weight: 350;}
.g_tabbody-item time{font-size: 14px; color: #727171; font-family: Fjalla; display: inline-block;width: 100%; margin-top: 8px;}
.g_tabbody-item b{font-weight: normal; font-size: 12px; color: #8F8F8F; display: inline-block; width: 83px;}
.g_tabbody-item a{display: inline-block; width: 63px; height: 22px; background: #E60012; font-size: 12px; color: #fff; border-radius: 2px; line-height: 22px; text-align: center;}
.g_tabbody-item:nth-child(1){width: 364px; justify-content: center;}
.g_tabbody-item:nth-child(2){width: 209px; justify-content: center;}
.g_tabbody-item:nth-child(3){ padding-left: 76px;}
.g_user-fr .el-pagination{text-align: center; margin-top: 29px;}
.g_user-fr .el-pagination.is-background .el-pager li:hover{color: #E60012;}
.g_user-fr .el-pagination.is-background .el-pager li:not(.disabled).active{background: #E60012; color: #ffffff; border: 0 none;}
.g_user-fr .el-pagination.is-background .el-pager li{
  max-width: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #eaeaea;
}
.g_user-fr .el-pagination.is-background .btn-next,
.g_user-fr .el-pagination.is-background .btn-prev{
  max-width: 84px;
  width: 76px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #eaeaea;
}
.g_user-fr .el-pagination.is-background .btn-prev span::before{content: ''; display: inline-block; width: 7px; height: 11px; background: url("/static/images/g_20.png") no-repeat center; background-size: 7px; margin-right: 11px; position: relative; top: 1px;}
.g_user-fr .el-pagination.is-background .btn-next span::after{content: ''; display: inline-block; width: 7px; height: 11px; background: url("/static/images/g_21.png") no-repeat center; background-size: 7px; margin-left: 11px; position: relative; top: 1px;}
.g_user-fr .el-pagination button, .g_user-fr>>>.el-pagination span:not([class*=suffix]){height: 26px; line-height: 26px; font-size: 12px;}
.g_user-fr .el-pagination .btn-next .el-icon,
.g_user-fr .el-pagination .btn-prev .el-icon{font-size: 12px;}
.g_page-slot{display: inline-block; height: 28px; line-height: 28px; font-size: 12px; color: #8F8F8F; margin-left: 13px;}
.g_page-slot b{color: #e60012;}
.g_user-fr .el-pagination__jump{margin-left: 13px;}
.g_user-fr .el-pagination__editor.el-input .el-input__inner{font-size: 12px;}
.client_main .modal_1 li .text .p1{width: 100%; height: 31px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.fa_main_d .modal_1 .in img{max-width: 100%; margin: 0 auto; display: block;}
.server_main .server_intro .item img{width: 100%; max-width: 100%;}

/*搜索结果页*/
.g_search-list{margin-top: 34px;}
.g_search-list ul li{padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid #efefef;}
.g_search-list ul li:last-child{border-bottom: 0 none;}
.g_search-list ul li a{display: block; position: relative;}
.g_search-box{position: relative; height: 30px; padding-right: 80px;}
.g_search-box a{width: 65px; height: 30px; line-height: 30px; text-align: center; position: absolute; right: 0; top: 0; background: #e60012; font-size: 12px; color: #fff; border-radius: 4px;}
.g_search-enter{padding: 0 36px; position: relative; border: 1px solid #ccc; height: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; border-radius: 4px;}
.g_search-enter:hover{border-color: #e60012;}
.g_search-enter img{width: 13px; height: 13px; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.g_search-enter input{display: block; width: 100%; border: 0 none; height: 28px; background: none; font-size: 12px; color: #666;}
.g_search-focus{border-color: #e60012;}

/* u8+关于我们banner */
.l_container{width: 100%; overflow: hidden;}
.l_banner{width: 100%;position: relative;padding-bottom: 47px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.l_banner-big{display: block;width: 1920px;position: absolute;top: 0;left: 50%;margin-left: -960px;}
.l_banner-bigm{display: none;}
.l_banner-container{display: block;width: 1200px;margin: 0 auto;position: relative;display: flex;justify-content: space-between;}
.l_banner-con{position: relative;margin: 91px 20px 0 0;}
.l_banner-con img{width: 443px;margin-bottom: 87px;}
.l_banner-con p{position: relative;color: #767676;font-size: 14px;line-height: 24px;font-weight: 400;max-width: 464px;text-align: justify;}
.l_banner-picture{position: relative;margin-top: 40px;}
.l_banner-img{display: block;width: 536px;}
.l_banner-imgm{display: none;}

/* 用友U8+发展历程 */
.l_course{width: 100%;height: 744px;position: relative;padding-top: 49px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.l_course-big{display: block;width: 1920px;position: absolute;top: 0;left: 50%;margin-left: -960px;}
.l_course-bigm{display: none;}
.l_course-container{display: block;width: 1200px;margin: 0 auto;position: relative;}
.l_course-con{position: relative;width: 100%;height: 605px;margin-top: 41px;background: rgba(253, 253, 253, 0.75);border-radius: 6px;display: flex;}
.l_course-image{width: 1282px;position: absolute;bottom: 0;left: 0;}
.l_course-con a{display: block;position: relative;border-right: 1px solid #D8D8D8;width: 20%;}
.l_course-con a:first-child .l_course-top{border-radius: 6px 0 0 0;}
.l_course-con a:last-child .l_course-top{border-radius: 0 6px 0 0;}
.l_course-top{position: relative;overflow: hidden;width: 100%;height: 98px;color: #616161;font-size: 18px;line-height: 24px;padding: 23px 0 0 33px;box-sizing: border-box;-webkit-box-sizing: border-box;border-bottom: 1px solid #D8D8D8;}
.l_course-top p{font-weight: 700;}
.l_course-top span{display: none;color: #fff;font-size: 18px;line-height: 24px;font-weight: 700;}
.l_course-img{display: none;width: 114px;position: absolute;bottom: -8px;right: 0;}
.l_course-com{position: relative;width: 100%;padding: 30px 0 0 33px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.l_course-com p{color: #E60012;font-size: 18px;line-height: 24px;font-weight: 400;margin-bottom: 15px;}
.l_course-com ul{position: relative;display: flex;flex-wrap: wrap;}
.l_course-com ul li{position: relative;color: #767676;font-size: 14px;line-height: 24px;font-weight: 400;margin: 0 24px 24px 0;}
.l_course-com ul li::before{content: "";display: block;width: 4px;height: 4px;border: 1px solid #E60012;border-radius: 50%;position: absolute;top: 10px;left: -10px;}
.l_course-bot{z-index: 2;position: absolute;bottom: 0;left: 0; width: 100%;display: flex;flex-direction: column;align-items: center; padding-bottom: 16px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.l_course-ico{display: block;width: 28px;height: 33px;}
.l_course-icom{display: none;width: 28px;height: 33px;}
.l_course-bot p{color: #969696;font-size: 18px;line-height: 24px;font-weight: 400;margin-top: 7px;}
.l_course-icon{display: none;width: 320px;position: absolute;left: 0;bottom: 0px;z-index: 1;}
.l_course-con a:first-child .l_course-icon{bottom: -12px;}
.l_course-con a:nth-child(2) .l_course-icon{bottom: 53px;}
.l_course-con a:nth-child(3) .l_course-icon{bottom: 114px;}
.l_course-con a:nth-child(4) .l_course-icon{bottom: 178px;}
.l_course-con a:nth-child(5) .l_course-icon{bottom: 244px;}
.l_course-con a:nth-child(2) .l_course-bot{bottom: 65px;}
.l_course-con a:nth-child(3) .l_course-bot{bottom: 128px;}
.l_course-con a:nth-child(4) .l_course-bot{bottom: 193px;}
.l_course-con a:nth-child(5) .l_course-bot{bottom: 258px;}
.l_course-con a:hover .l_course-top{background: #E60012;color: #fff;}
.l_course-con a:hover .l_course-img{display: block;}
.l_course-con a:hover .l_course-bot p{color: #E60012;}
.l_course-con a:hover .l_course-ico{display: none;}
.l_course-con a:hover .l_course-icom{display: block;}
.l_course-con a:hover .l_course-icon{display: block;}
.l_course-mobile{display: none;}

/* 成长型企业经营管理平台 */
.l_terrace{width: 100%;position: relative;padding: 60px 0 39px;}
.l_terrace-container{width: 1200px;margin: 0 auto;position: relative;}
.l_terrace-title{width: 100%;color: #333;font-size: 34px;line-height: 49px;font-weight: 700;text-align: center;}
.l_terrace-con{width: 100%;background-image: linear-gradient(to bottom,rgba(236,236,236,0.38),rgba(245,245,245,0.42));border-radius: 6px;margin-top: 24px;}
.l_terrace-img{width: 100%;}

.g_bghui{position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.5); z-index: 5000;}

a:visited{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;}

@media  only all and (max-width:1500px){
  .banner .swiper-slide-1 .text .p1{font-size: 40px; margin-bottom: 10px;}
  .banner .swiper-slide-1 .text .p2{ font-size: 18px; margin-bottom: 20px;}
  .banner .text .link{top: 50%;}
  .g_subnav a{width: auto; padding: 0 15px; font-size: 14px; height: 30px; line-height: 30px; margin-bottom: 0;}
}

@media  only all and (max-width:1250px){}

@media  only all and (max-width:1200px){
  .g_header-container{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 20px;}
  .g_loggedin{margin-left: 60px;}
  .g_user-item{left: auto; right: 0;}
  .g_nav-container{position: static;}
  .g_nav{position: relative;}
  .g_nav-second{width: 100%; margin-left: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
  .g_nav ul li{padding: 0 15px;}
  .g_nav ul li:nth-child(6) .g_nav-second{left: 50%;}
  .g_nav ul li:nth-child(7) .g_nav-second{left: 50%;}
  /* 产品系列 */
  .index_main .u8_modal_1 .bd{display: flex; justify-content: space-between; flex-wrap: wrap; margin-right: 0;}
  .index_main .u8_modal_1 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 20px;}
  .index_main .u8_modal_1 .item{width: 48%; margin-right: 0;}
  .index_main .u8_modal_1 .item .img{width: 100%;}
  .index_main .u8_modal_1 .item .img img{width: 100%;}

  /* 解决方案 */
  .index_main .u8_modal_2 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 20px;}
  .index_main .u8_modal_2 .bd li{width: 30%;}

  /* 客户案例 */
  .index_main .modal_client .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 20px;}
  .index_main .swiper-container_client .item{width: 700px;}
  .index_main .swiper-container_client .item .img{width: 700px; height: 320px;}
  .index_main .swiper-container_client .item .info .logo{margin-top: 0;margin-bottom: 18px;}

  /*新闻动态*/
  .index_main .modal_news .in{width: 100%;}
  .index_main .modal_news .r_box li{width: 750px;}
  .index_main .modal_news .r_box li .text{width: 430px;}
  
  /*底部*/
  .g_footer-map{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 107px 20px;}

  /*首页banner*/
  .banner .text{width: 930px; padding: 0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; margin-left: 0;}
  .banner .swiper-pagination{width: 100%; padding: 0 20px; left: 0; margin-left: 0; box-sizing: border-box; -webkit-box-sizing: border-box; bottom: 20px;}
  .g_container .banner .p3 a{width: 116px; height: 36px; line-height: 36px; font-size: 14px; text-align: center;}
  .banner .p3 .a1{text-indent:0;}
  .banner .swiper-slide-2 .text .p3 .a1{text-align: center;}
  .banner .p3 .a1::after{content: ''; display: inline-block; width: 11px; height: 10px; background: url("/images/m10.png") no-repeat center; background-size: 100%; margin-left: 10px;}
  .banner .swiper-button-next{left: auto; margin-left: 0; right: 20px;}
  .banner .swiper-button-prev{left: auto; margin-left: 0; right: 75px;}

  .product_main .modal_cpgk{height: auto;}
  .product_main .modal_cpgk .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 20px;}
  .product_main .modal_cpgk .in .bd{position: relative; padding-left: 420px; min-height: 320px;}
  .product_main .modal_cpgk .bd .img{float: none; margin-right: 0; position: absolute; left: 0; top: 0;}
  .product_main .modal_cpgk .bd .text{float: none; width: 100%;}
  .fa_main_d .modal_2{padding: 0;}
  .fa_main_d .modal_2 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 20px 20px 0;}
  .fa_main_d .modal_2 .hd{margin-bottom: 60px;}
  .fa_main_d .modal_2 ul{margin-right: 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
  .fa_main_d .modal_2 ul li{float: none; width: 32%; display: inline-block; box-sizing: border-box; -webkit-box-sizing: border-box; margin-right: 0; padding-left: 88px; padding-top: 20px;}
  .fa_main_d .modal_2 ul::after{display: none;}
  .g_dbli-img{left: 20px;}
  .fa_main_d .modal_2 li .p1{font-size: 16px; margin-bottom: 18px;}
  .fa_main_d .modal_2 li .p1:after{top: 27px;}
  .product_main .modal_2 li .p2{width: auto; padding-right: 20px; font-size: 12px;}
  .fa_main_d .modal_info{padding: 0;}
  .fa_main_d .modal_info .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding:60px 20px;}
  .fa_main_d .modal_info_1 .in{padding: 20px;}
  .fa_main_d .modal_info .hd{margin-bottom: 60px;}
  .fa_main_d .modal_info .bd{position: relative; min-height: 320px;}
  .fa_main_d .modal_info .img{position: absolute; top: 0;}
  .fa_main_d .modal_info .text{width: 100%;}
  .fa_main_d .modal_info .bd{padding-right: 582px;}
  .fa_main_d .modal_info .img{right: 0;}
  .fa_main_d .modal_info:nth-child(2n) .bd{padding-left: 582px; padding-right: 0;}
  .fa_main_d .modal_info:nth-child(2n) .img{left: 0; right: auto;}
  .fa_main_d .modal_info .text .p1{font-size: 16px;}
  .fa_main_d .modal_info .text .p2{font-size: 12px; line-height: 24px;}


  .product_main .modal_jjfa{height: 540px;}
  .product_main .modal_jjfa .in{width: 100%; padding-top: 20px; height: 520px;}
  .product_main .modal_jjfa .hd{margin-bottom: 60px;}
  .product_main .swiper-container_client{width: 100%; height: auto;}
  .product_main .modal_jjfa .item{width: 100%;}
  .product_main .modal_jjfa .item .img{width: 100%; height: auto;}
  .product_main .modal_jjfa .item .img img{width: 100%; height: auto;}
  .product_main .modal_jjfa .in .bd{padding: 0 20px;}
  .product_main .modal_jjfa .swiper-button-next{top: 50%; right: 0;}
  .product_main .modal_jjfa .swiper-button-prev{top: 50%; left: 0; margin-left: 0;}

  .fa_main_d .modal_kh .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding:20px;}
  .fa_main_d .modal_kh .hd{margin-bottom: 60px;}
  .fa_main_d .modal_kh ul{margin: 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
  .fa_main_d .modal_kh ul::after{display: none;}
  .fa_main_d .modal_kh ul li{display: inline-block; width: 32%; margin-right: 0;}
  .fa_main_d .modal_kh li .img{width: 100%; height: auto;}
  .fa_main_d .modal_kh li img{width: 100%; height: auto;}
  .fa_main_d .modal_kh li .logo img{height: 30px;}

  .server_main .server_guaid{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding:20px 20px 20px 258px; position: relative; min-height: 240px;}
  .server_main .server_guaid .img{float: none; display: block; position: absolute; left: 20px; top: 20px; margin: 0;}
  .server_main .server_guaid .text{width: 100%; float: none; display: block;}
  .server_main .server_intro{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 20px;}
  .zixun_modal .inner{width: 100%;}
  .server_main .server_nav .in{width: 100%;}
  .banner{min-width: 100%;}


  .client_main .modal_1 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 20px 20px;}
  .ex_main .modal_1 ul{margin-right: 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
  .ex_main .modal_1 ul::after{display: none;}
  .ex_main .modal_1 ul li{width: 49%; margin-right: 0; float: none; display: inline-block; }
  .ex_main .modal_1 ul li a{box-sizing: border-box; -webkit-box-sizing: border-box; position: relative; padding-left: 220px; min-height: 160px;}
  .ex_main .modal_1 li .img{width: 200px; height: 157px; position: absolute; left: 0; top: 0;}
  .ex_main .modal_1 li .text{float: none; width: 100%; padding-left: 0; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; padding-right: 15px;}
  .client_main .modal_1 li .text .p1{font-size: 16px; margin-bottom: 7px;}
  .ex_main .modal_1 li .text .p2{margin-bottom: 9px; font-size: 14px; line-height: 22px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height: auto;
  }
  .ex_main .modal_1 li .text .p3{font-size: 14px; width: 116px;}

  .sub_nav_modal a{width: auto; padding: 0 15px; font-size: 14px; height: 30px; line-height: 30px; margin-bottom: 0;}


  .o_banner .d1{padding-top: 40px;}
  .fa_main_d .modal_1 .in{width: 100%;box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 20px;}
  .fa_main_d .modal_2 .g_ys-list ul{margin-right: 0;}
  .fa_main_d .modal_2 .g_ys-list ul li{width: 25%; padding: 0;}
  .fa_main_d .modal_2 .g_solution-container{padding-bottom: 20px;}
  .fa_main_d .g_solution-info .bd{min-height: 316px; padding-right:582px;}
  .fa_main_d .g_solution-info  .img{right: 0;}
  .fa_main_d .g_solution-info:nth-of-type(2n) .bd{padding-right: 0; padding-left: 582px;}
  .fa_main_d .g_solution-info:nth-of-type(2n) .img{left: 0; right: auto;}

  .client_d_main .modal_1 .in{width: 100%;box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 540px 0 20px;
    position: relative;
  }
  .client_d_main .modal_1 .img{position: absolute; right:20px; width: 500px; height: auto;}
  .client_d_main .modal_1 img{width: 500px;}
  .client_d_main .modal_1 .text{width: 100%;}
  .client_d_main .modal_2 .in{width: 100%;box-sizing: border-box; -webkit-box-sizing: border-box; padding: 40px 20px;}
  .client_d_main .modal_2{min-height: 100px;}

  .client_main .modal_1 li a{padding-left: 530px; position: relative; min-height: 320px;}
  .client_main .modal_1 li .img{margin: 0; position: absolute; left: 0; top: 0;}
  .client_main .modal_1 li .text{width: 100%;}

  .ex_main_d .modal_1 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 20px;}

  .ex_main_d .modal_1 .t{min-height: 200px; position: relative; padding-left: 450px;}
  .ex_main_d .modal_1 .img{margin-right: 0; position: absolute; left: 0; top: 0; float: none; display: block; width: 430px;}
  .ex_main_d .modal_1 .img img{width: 100%;}
  .ex_main_d .modal_1 .in img{max-width: 100%;}
  .ex_main_d .modal_1 .text{width: 100%; float: none; display: block;}
  .ex_main_d .ex_info .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 20px;}

  .friend_main .modal_1 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 60px 20px 0;}
  .friend_main .modal_2 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 50px 20px 0;}
  .friend_main .search_modal{width: 100%;}
  .friend_main .search_modal .search_in{padding-left: 362px; padding-right: 110px; position: relative;}
  .friend_main .search_modal .search_in .s_box{float: none; display: block; position: absolute; left: 0; top: 0;}
  .friend_main .search_modal .search_in .g_txt-partersearch{display: block; width: 100%; float: none;}
  .friend_main .search_modal .submit_btn{float: none; display: block; position: absolute; right: 0; top: 0;}
  .friend_main .modal_3 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 60px 20px 0;}
  .friend_main .modal_3 .bd ul{margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
  .friend_main .modal_3 .bd ul::after{display: none;}
  .friend_main .modal_3 .bd ul li{display: inline-block; float: none; width: 25%; margin: 0 0 12px; height: auto; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 10px;}
  .friend_main .modal_3 .bd li img{height: auto; width: 100%;}
  .friend_main .i_hd{margin-bottom: 40px;}

  .friend_main .modal_4 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 60px 20px 0;}
  .friend_main .modal_4 .bd ul{margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
  .friend_main .modal_4 .bd li{display: inline-block; float: none; width: 25%; margin: 0 0 12px; height: auto; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 20px;}
  .friend_main .modal_4 .bd li img{height: auto; width: 100%;}

  /*活动中心*/
  .g_body{width: 100%; padding-left: 20px;}
  .g_activity-fr{right: 20px;}
  .g_toolbox .el-input{width: 150px;}
  .g_toolbox .el-select .el-input{width: 78px;}
  .g_toolbox .el-input--suffix .el-input__inner{padding-right: 20px;}
  .g_toolbox .el-input__inner{padding: 0 8px;}
  .g_toolbox .el-input__icon{width: 15px;}


  /*基本资料*/
  .g_user-body{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 20px;}
  .g_userform-item{margin-bottom: 20px;}
  .g_user-form ul li{margin-bottom: 0;}


  .g_user-scorlls{overflow-y: hidden; overflow-x: scroll; width: 100%;}
  .g_activity-tab{width: 880px;}


  /* 关于我们banner */
  .l_banner-container{width: 100%;padding: 0 20px;box-sizing: border-box;-webkit-box-sizing: border-box;}

  /* 用友U8+发展历程 */
  .l_course-container{width: 100%;padding: 0 20px;box-sizing: border-box;-webkit-box-sizing: border-box;}
  .l_course-image{width: 107%;}

  /* 成长型企业经营管理平台 */
  .l_terrace-container{width: 100%;padding: 0 20px;box-sizing: border-box;-webkit-box-sizing: border-box;}

  .dt_main .in{width: 100%;padding: 0 20px;box-sizing: border-box;-webkit-box-sizing: border-box;}
  .dt_main .modal_1 ul{margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
  .dt_main .modal_1 ul li{flex: 0 0 23%; float: none; margin-right: 0; width: auto; box-sizing: border-box;-webkit-box-sizing: border-box;}
  .news_d_main{padding: 0 20px;}
  .news_d_main .modal_1 .in{width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;}
  .g_guaid{margin-bottom: 20px;}

  .g_banner-zw01{height: 515px;}
  
  
}
@media  only all and (max-width:1150px){
	/*新闻动态*/
	.index_main .modal_news .r_box li{width: 700px;}
	.index_main .modal_news .r_box li .text{width: 420px;}
}

@media  only all and (max-width:1100px){
  .g_nav ul li{padding: 0 10px;}
  .g_second-item{padding: 20px;}
  .g_nav-third a{width: 33.333%;}
  .g_loggedin{margin-left: 30px;}
  .g_notloggedin{margin-left: 30px;}

  /*首页banner*/
  /*.banner .text{*/
  /*  transform: translate(-50%,0);*/
  /*  -webkit-transform: translate(-50%,0);*/
  /*  top: 20px;*/
  /*}*/

  /* 客户案例 */
  .index_main .swiper-container_client .item{width: 600px;}
  .index_main .swiper-container_client .item .img{width: 600px;}
  .index_main .swiper-container_client .swiper-button-prev{margin-left: -380px;}
  .index_main .swiper-container_client .swiper-button-next{margin-left: 330px;}

  /*目标*/
  .modal_6 .in{width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 20px 20px 0;}
  .g_fmap-fl::after{right: -50px;}
  .g_hotline{margin-left: 20px;}
  .g_fmap-fr ul li{padding: 0 20px;}
  .product_main .modal_cpgk .bd .text .d1{padding-top: 0;}
  .g_khal-main .modal_1 li a{padding-left: 420px;}
  .g_khal-main .modal_1 li .img{width: 400px; height: 300px;}
  .g_khal-main .modal_1 li .img img{width: 100%;}
  .sub_nav_modal a{margin: 0 5px; font-size: 12px; padding: 0 10px; height: 24px; line-height: 24px;}

  /*活动中心*/
  .g_body{padding-right: 340px;}
  .g_activity-fr{width: 300px;}
  .g_hot-tab a{font-size: 12px; padding: 0 6px; margin-bottom: 6px;}
  .g_toolbox .el-input{width: 120px;}

  /* 关于我们banner */
  .l_banner-con img{width: 420px;}
  .l_banner-img{width: 480px;}

  .dt_main .modal_1 ul li{flex: 0 0 32%;}
  
  /*新闻动态*/
  .index_main .modal_news .r_box li{width: 650px;}
  .index_main .modal_news .r_box li .text{width: 370px;}
  
}

@media  only all and (max-width:1050px){
	/*新闻动态*/
	.index_main .modal_news .r_box li{width: 600px;}
	.index_main .modal_news .r_box li .text{width: 340px;}
}

@media  only all and (max-width:1000px){
	#l_index{min-width: 992px;}
	
	/*新闻动态*/
	.index_main .modal_news .r_box li{width: 540px;}
	.index_main .modal_news .r_box li .text{width: 280px;}
}

@media  only all and (max-width:970px){
  .g_nav-first{font-size: 12px;}
  .g_btn-login{font-size: 12px;}
  .g_btn-register{font-size: 12px; width: 70px;}
  .g_footer-map{padding: 50px 20px;}
  .g_fmap-fr ul li{padding: 0 10px;}
  .fa_main_d .modal_info .img{width: 400px; height: auto;}
  .fa_main_d .modal_info .img img{width: 100%;}
  .fa_main_d .modal_info .bd{min-height: 350px;}
  .fa_main_d .modal_info_1 .in{padding: 20px;}
  .fa_main_d .modal_info .bd{padding-right: 420px;}
  .fa_main_d .modal_info .img{right: 0;}
  .fa_main_d .modal_info:nth-child(2n) .bd{padding-left: 420px; padding-right: 0;}
  .fa_main_d .modal_info:nth-child(2n) .img{left: 0; right: auto;}
  .ex_main .modal_1 ul li{width: 100%;}
  .fa_main_d .g_solution-info .bd{padding-right:420px;}
  .fa_main_d .g_solution-info:nth-of-type(2n) .bd{padding-right: 0; padding-left: 420px;}
  .fa_main_d .g_solution-info .text .p4 a{width: 116px; height: 36px; line-height: 36px; font-size: 14px;}
  .fa_main_d .g_solution-info .text .p3{font-size: 14px; margin-bottom: 20px;}
  .client_d_main .modal_1 .in{padding: 20px;}
  .client_d_main .modal_1 .img{width: 100%; position: static; display: block; margin-bottom: 20px; float: none;}
  .client_d_main .modal_1 img{width: 100%;}
  .client_d_main .modal_1 .text{display: block; float: none; margin-bottom: 0;}
  .client_d_main .modal_1 .text .d1{margin-bottom: 20px;}
  .client_d_main .modal_1{padding: 0;}
  .client_d_main .modal_1 .text .d2{font-size: 20px; margin-bottom: 5px;}
  .client_d_main .modal_1 .text .d3{font-size: 14px; margin-bottom: 12px;}
  .client_d_main .modal_1 .text .d4 a{width: 116px; height: 36px; line-height: 36px; font-size: 14px; text-indent: 0; text-align: center;}
  .client_d_main .modal_1 .text .d4 a::after{content: ''; display: inline-block; margin-left: 10px; width: 13px; height: 10px; background: url("/images/f17.png") no-repeat center; background-size: 100%;}
  .ex_main_d .modal_1 .t{padding-left: 350px;}
  .ex_main_d .modal_1 .img{width: 330px;}

  /*活动中心*/
  .g_body{padding: 20px;}
  .g_activity-fr{position: static; width: 100%;}

  /*基本资料*/
  .g_user-container{padding-left: 0;}
  .g_user-fl{position: static; width: 100%; margin-bottom: 20px; background: #fff;}
  .dt_main .modal_1 ul li{flex: 0 0 48%;}
}

@media  only all and (max-width:870px){
  body{padding-top: 40px;}
  .g_container{min-width: 100%;}
  #l_index{min-width: 100%;}
  .g_btn-mnav{display: inline-block;width: 12px;height: 10px;}
  .g_btn-mnav img{display: block;width: 12px;height: 10px;}
  .g_nav-container{display: none;}
  .g_header{height: 40px;}
  .g_header-container{height: 40px; align-items: center;}
  .g_nav-show{display: flex;}
  .g_nav-container{position:fixed; left: 0; width: 126px;  top: 40px; height: calc(100% - 40px);
    background: #f6f6f6 url("/images/m_32.png") no-repeat left bottom;
    background-size: 126px;
  }
  .g_nav{width: 100%;}
  .g_nav ul{display: block; height: auto;}
  .g_nav ul li{height: 48px; width: 126px; box-sizing: border-box; -webkit-box-sizing: border-box;}
  .g_nav-first{height: 48px; line-height: 48px; width: 100%; padding-left: 14px;}
  .g_nav-fdqys::after{width: 2px; height: 12px; border-radius: 2px; margin-left: 0; left: 0; top: 50%; bottom: auto; margin-top: -6px;}
  .g_nav-second{position: fixed; top: 40px; left: 126px; background: #fff; width: calc(100% - 126px); height: 100%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    padding: 0 25px;
    box-sizing: border-box; -webkit-box-sizing: border-box;
  }
  .g_second-name{display: none;}
  .g_second-container{display: none;}
  .g_head-user{position: absolute; width: 126px; left: 0; bottom: 0;}
  .g_loggedin{margin-left: 0; display: block; height: auto;}
  .g_loggedin img{display: block; margin: 0 auto;}
  .g_loggedin span{display: block; text-align:center; margin-top: 10px;}
  .g_loggedin::after{display: none;}
  .g_user-item{display: block; width: 126px; position: static; transform: translateX(0); background: none; box-shadow: unset; padding-bottom: 0;}
  .g_user-item a{font-size: 12px; margin-bottom: 10px;}
  .g_user-item a:last-child{margin-bottom: 0;}
  .g_notloggedin{margin-left: 0; display: block;}
  .g_btn-login{width: 100%;}
  .g_btn-register{margin: 10px auto 0;}
  .g_second-title{width: 100%; position: relative; height: 48px; background: none; display: block; border-bottom: 1px solid #f7f7f7; padding: 0;}
  .g_second-title p{padding: 0; height: 48px; font-size: 12px; color: #333; font-weight: 400;}
  .g_nav ul li:nth-child(6){position: static;}
  .g_nav ul li:nth-child(6) .g_nav-second{width: calc(100% - 126px); background: #fff; left: 126px; padding: 0 25px;}
  .g_nav ul li:nth-child(6) .g_nav-second .g_second-title{position: static;  padding:0; width: 100%;}
  .g_nav ul li:nth-child(6) .g_nav-second .g_second-title .g_second-name{text-align: center;}
  .g_nav ul li:nth-child(6) .g_nav-second .g_second-title .g_nav-sdqys{color: #4c4c4c;}
  .g_nav ul li:nth-child(6) .g_nav-second .g_second-title .g_nav-sdqys a{border: 0 none; padding: 0;}
  .g_nav ul li:nth-child(6) .g_nav-second .g_second-title .g_second-name:hover{color: #e60012;}
  .g_nav ul li:nth-child(7){position: static;}
  .g_nav ul li:nth-child(7) .g_nav-second{width: calc(100% - 126px); background: #fff; left: 126px; padding: 0 25px;}
  .g_nav ul li:nth-child(7) .g_nav-second .g_second-title{position: static;  padding:0; width: 100%;}
  .g_nav ul li:nth-child(7) .g_nav-second .g_second-title .g_second-name{text-align: center;}
  .g_nav ul li:nth-child(7) .g_nav-second .g_second-title .g_nav-sdqys{color: #4c4c4c;}
  .g_nav ul li:nth-child(7) .g_nav-second .g_second-title .g_nav-sdqys a{border: 0 none; padding: 0;}
  .g_nav ul li:nth-child(7) .g_nav-second .g_second-title .g_second-name:hover{color: #e60012;}
  .g_submenu-mobile{display: block;height: 425px;overflow-x: hidden;overflow-y: scroll;}
  .g_mnav-second>p{height: 36px;line-height: 36px;position: relative;}
  .g_mnav-second>p a{font-size: 12px;color: #333;font-weight: 500;}
  .g_mnav-second>p::after{content: '';display: block;width: 7px;height: 4px;background: url(/images/m_33.png);background-size: 100%;position: absolute;right: 0;top: 16px; transform: rotate(180deg);}
  .g_mnav-third{padding-left: 14px;display: none;}
  .g_mnav-third a{display: block;font-size: 12px;color: #757575;height: 36px;line-height: 36px;}
  .g_bghui{width: 100%;height: 100%;left: 0;top: 0; z-index: 1000;background: rgba(0,0,0,0.5);position: fixed;display: none;}
  .g_mnav-dqys.g_mnav-second>p::after{transform: rotate(0);}
  .g_mnav-dqys .g_mnav-third{display: block;}
  .g_mnav-third a img{display: block;height: 20px;}
  .g_mnav-third a.g_mnav-imgtxt{height: auto;line-height: normal;padding: 10px 0;}
  .g_btn-clnav{display: block;width: 32px;height: 32px; background: url(/images/close2.png);background-size: 100%; margin: 20px auto;}

  /* 客户案例 */
  .index_main .swiper-container_client{margin-top: 0;}
  .index_main .swiper-container_client .swiper-slide .item{width: 350px;}
  .index_main .swiper-container_client .swiper-slide .item .img{width: 100%;}
  .index_main .swiper-container_client .swiper-slide-active .item{z-index: 100;}
  .index_main .swiper-container_client .swiper-slide-active, .swiper-slide-duplicate-active{z-index: 100;}
  .index_main .swiper-container_client .item img{height: 100%;}
  .index_main .swiper-container_client .item .img img{width: auto; transform: translateX(-50%); -webkit-transform: translateX(-50%); position: relative; left: 50%;}
  .index_main .modal_client{min-height: 730px;}
  .g_banner-zw01m{display: block; width: 100%;}
  .g_banner-zw01{display: none;}
  .g_banner-img{display: none;}
  .g_banner-imgm{display: block; width: 100%; height: 100%;}
  .banner .text{width: 100%;}
  .banner .text .link{display: none;}

  /* 产品系列 */
  .index_main .u8_modal_1 .in{padding: 20px;}
  .index_main .i_hd{margin-bottom: 20px; position: relative;}
  .index_main .i_hd .p1 img{height: 60px;}
  .index_main .u8_modal_1 .info{display: block;}
  .index_main .u8_modal_1 .item .title{display: none;}
  .index_main .u8_modal_1 .item{width: 100%; margin-bottom: 22px;}
  .index_main .u8_modal_1 .item:last-child{margin-bottom: 0;}
  .index_main .i_hd .more_btn{margin-top: 0; position: absolute; right:0; bottom: 0;}
  .index_main .u8_modal_2 .bd li .d1 .img img{width: 100%;}

  /* 解决方案 */
  .index_main .u8_modal_2 .bd ul{display: flex; flex-direction: column; align-items: center;}
  .index_main .u8_modal_2 .bd li{width: 100%; margin: 0 0 20px;}

  /*新闻*/
  .index_main .modal_news .in{
    box-sizing: border-box; -webkit-box-sizing: border-box;
    padding: 20px;
  }
  .index_main .modal_news .in .i_hd .p1{float: none;}
  .index_main .modal_news .i_hd .news_nav{position: static; display: flex; flex-wrap: wrap; justify-content: flex-start; margin-top: 20px;}
  .index_main .modal_news .i_hd .news_nav a{float: none; margin-left: 0; margin-right: 40px; font-size: 16px;}
  .index_main .modal_news .i_hd .news_nav a:last-child{margin-right: 0;}
  .index_main .modal_news .i_hd .news_nav .on:after{top: 30px; width: 30px; margin-left: -15px;}
  .index_main .modal_news .i_hd{padding-bottom: 9px;}
  .index_main .modal_news .i_hd .more_btn{font-size: 12px; bottom: 11px;}
  .index_main .modal_news .l_box{width: 100%; height:auto; float: none;}
  .index_main .modal_news .l_box .img{width: 100%; height: auto;}
  .index_main .modal_news .l_box .img img{width: 100%; height: auto;}
  .index_main .modal_news .l_box .text{box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; top: auto; bottom: 0;}
  .index_main .modal_news .r_box{float: none; margin-top: 20px; display: block;}
  .index_main .modal_news .r_box li{width: 100%; height: auto; margin-bottom: 20px;}
  .index_main .modal_news .r_box li:last-child{margin-bottom: 0;}
  .index_main .modal_news .r_box li .img{float: none; width: 100%; height: auto; display: block; margin-right: 0;}
  .index_main .modal_news .r_box li img{width:100%; height: auto;}
  .index_main .modal_news .r_box li .text{width: 100%;height: auto; padding-bottom: 10px;}
  .index_main .modal_news .r_box li .text .p1{margin-bottom: 10px; font-size: 14px;}
  .index_main .modal_news .r_box li .text .p2 .time{font-size: 12px;}
  .index_main .modal_news .r_box .text .p2 .arr{margin-top: 5px;}
  .index_main .modal_news .bd{margin-bottom: 0;}
  .modal_6 .in .bd p{float: none; display: block; text-align: center;}
  .modal_6 .in .bd p img{height: 60px;}
  .modal_6 .bd a{width: 112px; height: 36px; font-size: 14px; text-align: center; text-indent: 0; line-height: 36px; margin: 10px 0 0 60px; float: none;}
  .g_footer{background: #fff;}
  .g_footer-map{flex-wrap: wrap;}
  .g_fmap-fl{width: 100%; justify-content: space-between;}
  .g_fmap-fr{width: 100%; margin-top: 20px; background: #f9f9f9; padding: 0 12px;}
  .g_fmap-fr ul{display: block;}
  .g_fmap-fr ul li{display: block; border-bottom: 1px solid #ebebeb; padding: 12px 0;}
  .g_fmap-fr ul li:last-child{border-bottom: 0 none;}
  .g_fmap-item{display: none;}
  .g_fmap-fr ul li p{font-size: 14px; background: url("/images/g_21.png") no-repeat right center; background-size: 6px;}
  .g_fmap-fr ul li:hover .g_fmap-item{display: block;}
  .g_copy{height: auto; box-sizing:border-box; -webkit-box-sizing:border-box; padding: 20px; line-height: normal;margin-bottom: 60px;}
  .g_fmap-fl::after{display: none;}
  .pro_o_banner .d1 .p1{font-size: 30px;}
  .pro_o_banner .d1 .p2{font-size: 20px;}
  .o_banner .d1 .btn_box .btn_1{width: 116px; height: 36px; line-height: 36px; text-indent: 0; text-align: center; font-size: 14px; background: url(/images/m34.png) #fff  no-repeat center center;}
  .o_banner .d1 .btn_box .btn_1::after{content: ''; display: inline-block; width: 14px; height: 10px;background: url(/images/g_47.png) no-repeat center; background-size: 100%; margin-left: 10px; }
  .o_banner .d1 .btn_box .btn_2{width: 116px; height: 36px; line-height: 36px; text-indent: 0; text-align: center; font-size: 14px;}
  .product_main .modal_cpgk .in .bd{padding-left: 0;}
  .product_main .modal_cpgk .bd .img{position: static; display: block; width: 100%;}
  .product_main .modal_cpgk .bd .text{display: block; width: 100%; margin-top: 12px;}
  .product_main .modal_cpgk .bd .text .d1{margin-bottom: 12px; font-size: 14px;}
  .product_main .modal_cpgk .bd .text .d2 a{width: 116px; height: 36px; line-height: 36px; font-size: 14px; margin: 0 auto;}
  .fa_main_d .modal_2 .hd{margin-bottom: 40px;}
  .fa_main_d .modal_2 ul li{width: 100%;}
  .fa_main_d .modal_info .bd{padding: 0;}
  .fa_main_d .modal_info .img{position: static; display: block; width: 100%; float: none;}
  .fa_main_d .modal_info .text .p1{font-size: 14px; margin-bottom: 12px;}
  .fa_main_d .modal_info .text .p2{margin-bottom: 12px;}
  .fa_main_d .modal_info .text .p4 a{width: 116px; height: 36px; line-height: 36px; font-size: 14px; margin: 0 auto;}
  .fa_main_d .modal_info .text{margin-top: 12px; float: none; display: block;}
  .fa_main_d .modal_info:nth-child(2n) .text{float: none;}
  .fa_main_d .modal_info:nth-child(2n) .img{float: none; display: block;}
  .fa_main_d .modal_kh ul li{width: 100%;}
  .product_main .modal_cpgk .hd{font-size: 20px; margin-bottom: 30px;}
  .product_main .modal_cpgk .hd:after{top: 34px;}
  .fa_main_d .modal .hd{font-size: 20px; margin-bottom: 30px;}
  .fa_main_d .modal .hd:after{top: 34px;}
  .fa_main_d .modal_info .hd{font-size: 20px; margin-bottom: 30px;}
  .fa_main_d .modal_info .hd:after{top: 34px;}
  .product_main .modal_jjfa .hd{font-size: 20px; margin-bottom: 30px;}
  .product_main .modal_jjfa .hd:after{top: 34px;}
  .fa_main_d .modal_kh .hd{font-size: 20px; margin-bottom: 30px;}
  .fa_main_d .modal_kh .hd:after{top: 34px;}
  .product_main .modal_jjfa{height: 470px;}
  .product_main .modal_jjfa .in{height: 460px;}
  .server_banner{margin-top:0; height: auto;}
  .server_banner .slideBox .bd li{height: auto;}
  .server_banner .slideBox .bd li img{display: block; position: static; width: 100%; height: auto; transform: translateX(0); -webkit-transform: translateX(0);}
  .g_banner-zw02{display: block; width: 100%;}
  .slideBox .bd ul{position: absolute !important; left: 0; top: 0; width: 100%; height: 100%;}
  #num-nav1{bottom: 12px;}
  #num-nav1 a{width: 8px; height: 8px; margin: 0 5px;}
  .o_main_box{padding: 0;}
  .server_main .server_guaid{padding-left: 140px;}
  .server_main .server_guaid .img img{width: 100px; height: 100px;}
  .server_main .server_guaid .text .p1{padding: 0; font-size: 14px;}
  .server_main .server_guaid .text .p2{font-size: 12px; line-height: 21px; margin-top: 5px;}
  .server_main .server_nav a{font-size: 14px; padding: 0 10px; margin-left: 0;}
  .server_main .server_nav a:first-child{border: 0 none;}
  .server_main .server_nav{height: auto; line-height: normal; padding: 10px 0; overflow-y: hidden; overflow-x: scroll; margin-bottom: 20px;}
  .server_main .server_nav .in{white-space: nowrap; width: auto; overflow: unset;}
  .service_meeu_con ul.yp_jsxx{font-size: 12px; padding-left: 0;}
  .service_meeu_con ul.yp_jsxx li.yp_bt{font-size: 14px; line-height: 22px;}
  .service_meeu_con p{font-size: 12px; line-height: 21px;}
  .service_meeu_con ul.yp_jsxx .con2{font-size: 12px; line-height: 21px;}
  .server_main .server_intro dd{padding-left: 40px;}
  .server_main .server_intro dt{font-size: 14px;}
  .service_meeu_con ul.yp_jsxx li.yp_ci p{font-size: 12px;}
  .server_main .server_intro{overflow: hidden;}
  .zixun_modal .p1{font-size: 16px; padding:20px;}
  .zixun_modal .p2 a{width: 116px; height: 36px; line-height: 36px; font-size: 14px;}
  .zixun_modal{height: auto;}
  .zixun_modal .inner{padding-bottom: 20px;}
  .guaid_modal a{width: 50%;}
  .guaid_modal .in{display: flex; flex-wrap: wrap; justify-content: space-between;}
  .guaid_modal a span{display: block;}
  .guaid_modal{margin-bottom: 20px;}
  .sub_nav_modal{width: 100%; overflow-x: scroll; overflow-y: hidden; margin-bottom: 20px;}
  .sub_nav_modal .in{white-space: nowrap;}
  .sub_nav_modal a{width: auto; padding: 0 15px; font-size: 14px; height: 30px; line-height: 30px; margin-bottom: 0;}
  .ex_main .modal_1 ul li a{padding-left: 0;}
  .ex_main .modal_1 li .img{width: 100%; position: static; margin-right: 0; height: auto; float: none; display: block;}
  .ex_main .modal_1 li .text{padding: 15px;}
  .ex_main .modal_1 li .text .p3{margin: 0 auto;}
  .g_pagination01{display: none;}
  .g_morepage{display: block; width: 130px; height: 36px; line-height: 36px; border-radius: 36px; text-align: center; color: #fff; font-size: 14px; background: #e60012; margin: 0 auto;}
  .ex_main .modal_1 ul li:last-child{margin-bottom: 0;}
  .client_main{padding-bottom: 20px;}
  .o_banner .d1{padding: 40px 20px 0; box-sizing:border-box; -webkit-box-sizing:border-box;}
  .o_banner .d1 .p1{font-size: 20px;}
  .o_banner .d1 .p2{font-size: 16px;}
  .o_banner .d1 .p3 a{width: 116px; height: 36px; font-size: 14px; line-height: 36px;}
  .fa_main_d .modal_2 .g_ys-list ul li{width: 48%; padding: 0; margin-bottom: 20px;}
  .fa_main_xx .modal_2 .g_ys-list li .img img{width: 60px; height: 60px;}
  .fa_main_d .g_solution-info:nth-of-type(2n) .bd{padding: 0;}
  .fa_main_d .g_solution-info .in{padding: 20px;}
  .client_d_main .modal_2 .bd .d3 img{float: none; display: block; width: 100%; margin:0 0 20px;}
  .client_d_main .modal_2 .in{padding: 20px;}
  .client_d_main .modal_2 .hd{font-size: 20px; margin-bottom: 30px;}
  .client_d_main .modal_2 .hd span:after{top: 35px;}
  .client_d_main .modal_2 .bd .d1{padding: 20px; margin-bottom: 20px;}
  .client_d_main .modal_2 .bd .d2{padding: 0;}
  .client_d_main .modal_2 .bd .d3 .txt .tit{font-size: 20px; margin-bottom: 12px;}
  .client_d_main .modal_2 .bd .d3 .txt p{margin-bottom: 12px; font-size: 14px; line-height: 22px;}
  .client_main .modal_1 li a{padding-left: 0;}
  .client_main .modal_1 li .img{position: static; display: block; width: 100%; height: auto; float: none;}
  .client_main .modal_1 li .text{float: none; display: block; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 20px;}
  .client_main .modal_1 li .text .p3{width: 116px; height: 36px; line-height: 36px; font-size: 14px; margin: 0 auto;}
  .client_main .modal_1 li .text .p2{margin-bottom: 12px; font-size: 14px;}
  .o_banner .g_banner-d1{padding-top: 130px;}
  .ex_main_d .modal_1{padding: 20px 0;}
  .ex_main_d .modal_1 .t{padding-left: 0;}
  .ex_main_d .modal_1 .img{width: 100%; position: static;}
  .ex_main_d .ex_info .in .bd img{max-width: 100%; display: block; margin: 0 auto;}
  .friend_main .modal_1{height: auto;}
  .friend_main .modal_1 .in{padding: 20px 0 30px;}
  .friend_main .modal_1 li .img img{height: 50px;}
  .friend_main .modal_1 li .img{margin-bottom: 12px;}
  .friend_main .modal_1 li .text p{font-size: 12px;}
  .friend_main .modal_1 li .text p:after{top: 26px;}
  .friend_main .modal_2 .in{padding: 20px;}
  .friend_main .modal_2 .hd{margin-bottom: 20px;}
  .friend_main .modal .hd img{height: 60px;}
  .friend_main .search_modal .search_in{padding-right: 56px; padding-left: 0;}
  .friend_main .search_modal .search_in .s_box{position: static; height: 30px;}
  .friend_main .search_modal .s_box select{background: url(/images/m69.png) #fff no-repeat 92% center/ 10px; font-size: 14px; width: 90px; height: 30px; padding: 0 24px 0 9px; text-align: center;}
  .friend_main .search_modal .search_in .g_txt-partersearch{height: 30px; border: 0 none; font-size: 14px; text-indent:7px; line-height: 30px; margin-top: 1px;}
  .friend_main .search_modal .submit_btn{background: url(/images/m68.png) #e50012 no-repeat center center/16px; width: 55px; height: 30px; top: 31px;}
  .friend_main .modal_2{height: auto;}
  .friend_main .search_modal{height: auto;}
  .friend_main .modal_3{padding: 0;}
  .friend_main .modal_3 .in{padding: 20px;}
  .friend_main .i_hd .p1 img{height: 45px;}
  .friend_main .i_hd .s1{left: 15px; top: 22px; font-size: 24px;}
  .friend_main .i_hd .s1:after{width: 46px; margin-left: 4px;}
  .friend_main .i_hd{margin-bottom: 30px;}
  .friend_main .modal_3 .bd ul li{width: 50%;}
  .friend_main .modal_4{padding: 0;}
  .friend_main .modal_4 .in{padding: 20px;}
  .friend_main .modal_4 .bd li{width: 50%;}
  .fa_main_d .modal_2 li .p1:after{display: none;}
  .fa_main_xx .modal_2 li .img{margin-bottom: 15px;}

  /*活动中心*/
  .g_toolbox{display: flex; flex-wrap: wrap; width: 335px; margin: 0 auto;}
  .g_toolbox .g_search-act,.g_toolbox .el-select,.g_popover,.g_toolbox .el-cascader{margin-bottom: 7px;}
  .g_btn-screen{display: inline-block; text-align: center; line-height: 30px; margin-bottom: 7px;}
  .g_toolbox .el-input{width: 154px;}
  .g_activity-list ul li a{padding-left: 0;}
  .g_activity-img{width: 100%; height: auto; position: static;}
  .g_activity-img img{width: 100%; height: auto;}
  .g_activity-list{margin-top: 20px;}
  .g_activity-font{margin-top: 10px;}
  .g_activity-content time{margin-top: 15px;}
  .g_activity-content{padding-top: 10px;}
  .g_activity-list ul li{padding-bottom: 15px; margin-bottom: 15px;}
  .g_activity-fr{margin-top: 20px;}
  .g_activity-list ul li:last-child{border-bottom: 1px solid #efefef;}

  /*基本资料*/
  .g_user-fr{padding: 20px; height: auto; min-height: auto;}
  .g_user-form{padding-top: 200px; margin-top: 0;}
  .g_upload{top: 20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
  .g_userform-enter{width: 100%;}
  .g_userform-item{width: 100%; padding-left: 60px;}
  .g_userform-item p{font-size: 12px; width: 52px;}
  .g_userform-enter{padding: 0 7px;}
  .g_txt-userform{font-size: 12px;}
  .g_user-form .g_sel-address .el-input--suffix .el-input__inner{font-size: 12px;padding: 0 18px 0 7px;}
  .g_userform-address .el-select .el-input .el-select__caret{background: url("/images/g_35.png") no-repeat right center; background-size: 6px 4px;}
  .g_user-buttons{padding-left: 60px; justify-content: space-between; margin-top: 0;}
  .g_user-buttons a{font-size: 14px;}
  .g_form-password .g_user-form{padding-top: 20px;}
  .g_form-password .g_userform-item{padding-left: 86px;}
  .g_form-password .g_userform-item p{width: 76px;}
  .g_form-password .g_user-buttons{padding-left: 86px;}
  .g_btn-confim{margin-right: 0;}
  .g_activitytab-head{justify-content: space-between;}
  .g_tabhead-item:nth-child(1),.g_tabhead-item:nth-child(2),.g_tabhead-item:nth-child(3){width: 30%;}
  .g_tabhead-item:nth-child(3){padding: 0;}
  .g_tabhead-item span{font-size: 12px;}
  .g_activitytab-body ul li{justify-content: space-between;}
  .g_tabbody-item:nth-child(1),.g_tabbody-item:nth-child(2),.g_tabbody-item:nth-child(3){width: 30%; padding-left: 0;}
  .g_tabbody-item p{padding: 0 10px;}
  .g_tabbody-item time{font-size: 12px;}
  .g_tabbody-item b{text-align: center;}
  .g_tabbody-item:nth-child(3){justify-content:center;}
  .g_tabhead-item{justify-content:center;}
  .g_activity-tab{margin-bottom: 20px;}
  .g_user-scorlls{overflow: unset;}
  .g_activity-tab{width: 100%;}
  .fa_main_d .modal_info:nth-child(2n) .bd{padding: 0;}
  .g_activity-fl .el-pagination .el-pagination__jump{display: none;}
  .g_page-slot{display: none;}
  .g_activity-fl .el-pagination.is-background .el-pager li.active:hover{color: #fff !important;}
  .g_activity-fl .el-pagination.is-background .btn-next,
  .g_activity-fl .el-pagination.is-background .btn-prev,
  .g_activity-fl .el-pagination.is-background .el-pager li{margin: 0 3px;}
  .g_activity-fl .el-pagination.is-background .btn-next, .g_activity-fl .el-pagination.is-background .btn-prev{width: 30px; }
  .g_activity-fl .el-pagination button, .g_activity-fl .el-pagination span:not([class*=suffix]){min-width: 28px;}
  .g_activity-fl .el-pagination.is-background .btn-prev span::before{margin-right: 0;}
  .g_activity-fl .el-pagination button span{display: none;}
  .g_activity-fl .el-pagination.is-background .btn-next::before{content: "\e6e0"; font-family: element-icons!important;}
  .g_activity-fl .el-pagination.is-background .btn-prev::before{content: "\e6de"; font-family: element-icons!important;}
  .g_activity-fl .el-pagination.is-background .btn-next, .g_activity-fl .el-pagination.is-background .btn-prev{line-height: unset;}

  /* 关于我们banner */
  .l_banner{padding-bottom: 0;}
  .l_banner-big{display: none;}
  .l_banner-bigm{display: block;width: 100%;position: absolute;top: 0;left: 0;}
  .l_banner-container{display: flex;flex-direction: column;align-items: center;}
  .l_banner-con{margin: 42px 0 0 0;display: flex;flex-direction: column;align-items: center;}
  .l_banner-con img{width: 259px;margin-bottom: 31px;}
  .l_banner-con p{font-size: 12px;line-height: 20px;max-width: 259px;}
  .l_banner-picture{width: 100%;}
  .l_banner-img{display: none;}
  .l_banner-imgm{display: block;width: 100%;}

  /* 用友U8+发展历程 */
  .l_course{padding-top: 43px;height: 615px;}
  .l_course-big{display: none;}
  .l_course-bigm{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
  .l_course-container{display: none;}
  .l_course-mobile{display: block;position: relative;width: 100%;}
  .swipers-box{display: flex;justify-content: space-between;margin-top: 31px;}
  .swipers-box .swiper-slide .l_coursemob-item{transition: 300ms;transform: scale(0.8);display: flex;justify-content: center;align-items: center;}
  .swipers-box .swiper-slide-active .l_coursemob-item{transform: scale(1);}
  .l_coursemob-item{width: 269px;position: relative;margin: 0 auto;}
  .l_coursemob-con{width: 100%;background: #fff;border-radius: 6px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
  .l_coursemob-top{position: relative;overflow: hidden;color: #616161;border-radius: 6px 6px 0 0;border-bottom: 1px solid #D8D8D8;padding: 25px 33px 16px;box-sizing: border-box;-webkit-box-sizing: border-box;}
  .l_coursemob-top p{font-size: 18px;line-height: 24px;font-weight: 700;}
  .l_coursemob-top img{display: none;width: 78px;position: absolute;bottom: -5px;right: 16px;}
  .l_coursemob-com{height: 268px;position: relative;border-radius: 0 0 6px 6px;padding: 34px 14px 37px 33px;box-sizing: border-box;-webkit-box-sizing: border-box;}
  .l_coursemob-com p{color: #E60012;font-size: 16px;line-height: 24px;font-weight: 400;margin-bottom: 15px;}
  .l_coursemob-com ul{position: relative;display: flex;flex-direction: column;}
  .l_coursemob-com ul li{position: relative;color: #767676;font-size: 14px;line-height: 20px;font-weight: 400;margin: 0 0 20px;}
  .l_coursemob-com ul li::before{content: "";display: block;width: 4px;height: 4px;border: 1px solid #E60012;border-radius: 50%;position: absolute;top: 7px;left: -15px;}
  .l_coursemob-bot{z-index: 2;color: #969696;position: absolute;bottom: -160px;left: 0; width: 100%;display: flex;flex-direction: column;align-items: center; padding-bottom: 16px;box-sizing: border-box;-webkit-box-sizing: border-box;}
  .l_coursemob-ico{display: block;width: 27px;height: 31px;}
  .l_coursemob-icom{display: none;width: 27px;height: 31px;}
  .l_coursemob-bot p{font-size: 14px;line-height: 24px;font-weight: 400;margin-top: 7px;}
  .l_course .l_course-pagination{width: 100%;position: absolute;bottom: 10px;display: flex;justify-content: center;z-index: 1;}
  .l_course .swiper-pagination-bullet{width: 7px;height: 7px;background: #D8D8D8;margin: 7px;}
  .l_course .swiper-pagination-bullet-active{background: #E60012;}
  .swipers-box .swiper-slide-active .l_coursemob-top{background: #E60012;color: #fff;}
  .swipers-box .swiper-slide-active .l_coursemob-top img{display: block;}
  .swipers-box .swiper-slide-active .l_coursemob-bot{bottom: -105px;color: #E60012;}
  .swipers-box .swiper-slide-active .l_coursemob-ico{display: none;}
  .swipers-box .swiper-slide-active .l_coursemob-icom{display: block;}
  .swipers-box .swiper-slide-prev .l_coursemob-bot{bottom: -210px;}
  .swipers-box .swiper-slide-next .l_coursemob-bot{bottom: -110px;}
  .swipers-box .swiper-slide-prev .l_coursemob-con,.swipers-box .swiper-slide-next .l_coursemob-con{background: #FDFDFD;}

  /* 成长型企业经营管理平台 */
  .l_terrace{padding: 40px 0 39px;}
  .l_terrace-title{font-size: 18px;line-height: 30px;}

  .dt_main .modal_1 ul li{flex: 0 0 100%;}
  .news_d_main .modal_1 .tit{font-size: 20px; padding: 0 20px 10px;}
  .news_d_main .modal_1 .time{font-size: 14px; padding: 0 20px 20px; margin-bottom: 20px;}
  .news_d_main .modal_1 .text{margin: 0 20px 20px;}
  .news_d_main .modal_1 p{font-size: 14px;}
  .news_d_main .modal_1 .text img{width: 100%; max-width: 100%;}
 
 .t_container{padding-bottom: 60px;}
 
}


