@charset "UTF-8";
.padding_10 {
  padding: 10px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_top_80 {
  margin-top: 80px;
}

.margin_20 {
  margin: 20px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_10 {
  margin-top: 10px;
}

.border-radius_5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.padding_20 {
  padding: 20px;
}

.padding_bottom_20 {
  padding-bottom: 20px;
}

.padding_left_10 {
  padding-left: 20px;
}

.layui-layout-admin .layui-header {
  background: none;
  background:none;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.layui-header {
  color: #fff;
  height: 100px;
}

.content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.layui-nav .layui-nav-item {
  line-height: 100px;
}

.layui-nav .layui-nav-item a {
  color: #fff;
  padding: 0 30px;
}

/*.layui-header .layui-nav-child {
  left: -13px;
}
*/
.layui-layout-admin .layui-side,
.layui-layout-admin .layui-body {
  top: 100px;
}

.logo img {
  width: 80%;
}

.layui-layout-left {
  position: relative;
}

.layui-logo img {
  width: 100%;
}

.layui-nav-child {
  top: 100px;
}

.layui-nav-bar,
.layui-nav .layui-this:after,
.layui-nav-tree .layui-nav-itemed:after {
  background-color: transparent;
}

.layui-nav .layui-nav-item dd a {
  color: #333;
}

.layui-layout-left {
  float: right;
  position: relative !important;
  left: 0;
}

.layui-header .layui-layout-right {
  position: relative !important;
  float: right;
  text-align: right;
}

.layui-header .layui-nav-child {
  text-align: center;
}

.layui-nav-item span.see_btn {
  border: 1px solid #fff;
  padding: 8px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.search_box {
  float: left;
  width: 30%;
  height: 100px;
  line-height: 100px;
}

.search_box .layui-form-item {
  margin-bottom: 0;
}

.layui-form input {
  padding-right: 30px;
  cursor: pointer;
}

.search_btn {
  width: 30px;
  position: absolute;
  right: -5px;
  top: 0;
  color: #666;
  cursor: pointer;
}

.layui-layout-admin .layui-header {
  height: 100px;
  line-height: 100px;
}

.layui-header .layui-form,
.layui-header .layui-form .layui-form-item {
  height: 100px;
  line-height: 100px;
}

.layui-form input {
  display: inline-block;
}

.layui-nav .layui-nav-child a:hover {
  background-color: #197fc1;
  color: #fff;
}
.layui-layout-admin .head_wrap_shrink{
    height:90px;
    line-height: 110px;
    top:-22px;
    /*line-height: 75px;*/
    background-color: #046cc3;
}
.layui-layout-admin .head_wrap_shrink .layui-nav-child {
    top: 85px;
}
.layui-layout-admin .layui-header2{
    background-color: #046cc3;
}
.lang {
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;

    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
/*header end*/
/*首页广告图 start*/
.bananr {
  width: 100%;
  height: 740px;
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: auto 100%;
  position: relative;
  overflow: hidden;
  /*margin-top: -100px;*/
  /*margin-top: -100px;*/
  z-index: 99;
}

.bananr img {
  width: 100%;
}

.overflow {
  overflow: hidden;
}

.out_btn {
  margin-right: 5px;
}

.content2 {
  top: 350px;
  left: 5%;
}

.btn {
  background: #413d5f;
  border: 1px solid #413d5f;
  width: 150px;
}

.content2 .btn2:hover {
  color: #413d5f;
}

.btn2 {
  background: none;
  color: #413d5f;
}

/*首页广告图 end*/
/*课程分类start*/
.title {
  text-align: center;
  color: #2b3140;
}

.title span {
  /* border-bottom:2px solid #2b3140; */
  font-size: 24px;
  display: inline-block;
}

.img_box {
  text-align: center;
}

.img_box img {
  width: 50%;
}

.s_title {
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
  font-size: 1.3rem;
  color: #015fac;
  font-weight: bold;
}

.s_dec {
  color: #555555;
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
}

.hr_ {
  width: 132px;
  height: 2px;
  margin: 0 auto;
  background: #2b3140;
}

.course .course_list .course_item {
  padding: 40px 20px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.course .course_list:hover .course_item {
  /*box-shadow: 1px 1px 24px 1px #b6e0e0;*/
}


.class_box {
  background: #fff;
  margin-top: 10px;
}

/*课程分类start*/
/*课程推荐 start*/
.recommend_item {
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.course .recommend_list:hover .recommend_item {
  box-shadow: 1px 1px 24px 1px #b6e0e0;
}

.img_box2 {
  height: 160px;
  overflow: hidden;
  position: relative;
}

.img_box2 img {
  width: 100%;
  vertical-align: middle;
}

.credit {
  width: 65px;
  height: 55px;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 10px;
  background: url(../images/img4.png) no-repeat;
  background-size: 100%;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.keshi {
  padding: 5px 3%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 94%;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.r_title {
  padding: 5px 3%;
  width: 94%;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.up {
  overflow: hidden;
}

.l_box {
  float: left;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 5px 3%;
}

.r_box {
  float: left;
  width: 70%;
  overflow: hidden;
}

.p2 {
  color: #ff842a;
}

.p1 i img {
  margin-left: 5px;
}

.down {
  padding: 5px 3%;
  width: 94%;
  color: #cd3f3e;
  text-align: right;
  font-weight: bold;
}

.recommend_list {
  padding-right: 40px;
}

.more-btn {
  text-align: center;
  margin: 20px auto;
}

.more-btn button {
  padding: 0 100px;
  height: 45px;
  line-height: 45px;
}

.p1 p {
  max-width: 84%;
  overflow: hidden;
  float: left;
}

/*课程推荐 end*/
/*公司介绍 start*/
.Company_box {
  padding-left: 275px;
}
.Companybox{
   background:url(../images/img10.png)no-repeat right center;
   background-size: auto 100%;
   /*background:rgba(255,255,255,0.3);*/
}
.Company_img img {
  width: 100%;
}

.Company_img1 {
  text-align: right;
}

.Company_img2 img {
  padding-left: 20px;
}

.Companyimg_box img {
  margin-top: -30px;
  padding-bottom: 30px;
}

.Company_title {
  font-weight: bold;
  height:40px;
  font-size: 30px;
  color: #333333;
  position: relative;
}

.Company_title .border-line {
  width: 35%;
  height: 2px;
  background: #aaaaaa;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 0;
}

.Company_title span {
  height:38px;
  display:inline-block;
  border-bottom: 2px solid #0471ca;
  position:relative;
  z-index: 1;
}

.Company_txt {
  color: #333333;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 120px;
}

.Company_txt p {
  margin-top: 30px;
  width:40%;
}

.Company_img {
  height: 714px;
  background: url(../images/img10.jpg) no-repeat top left;
  background-size: auto 100%;
}

/*公司介绍 end*/
/*国际教育 start*/
.international_box{
  width:100%;
  padding:113px 0 136px 0;
  background: url(../images/img15.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 100px;
}
.i_content{
  padding:20px;
  width:100%;
  max-width:1045px;
  margin:0 auto;
  padding-bottom: 210px;
   background: url(../images/img14.jpg) no-repeat bottom center;
  background-size: 100% auto;
}
.i_title,.i_title2{
  font-size: 22px;
}
.i_title{
  width:100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaaaaa;
}
.i_txt{
  padding:48px 37px 50px 37px;
  color:#fff;
  margin-left: 65px;
  background:#00479d;
  line-height: 1.5;
  background:rgba(0,71,157,1);
}
.max_height {
    height: 300px;
     overflow:hidden; /*内容超出后隐藏*/
    text-overflow:ellipsis;/*超出内容显示为省略号*/
    transition: height 0.5s ease;
}

.open_more {
    height: 10px;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    margin-left: 65px;
     background: rgba(0, 71, 157, 1);
     padding: 0 20px 0 37px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
 
}
.bg_line{
  padding:100px 37px 0 37px;
  margin-left: 65px;
  background: -webkit-linear-gradient(rgba(0,71,157,1),rgba(0,71,157,0));
}
/*国际教育 end*/
/*平台理念 start*/
.platform_box {
  height: 176px;
  color: #fff;
  background: url(../images/img6.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.p2 i {
  color: #fff;
}

.platform_box .p1 {
  font-size: 24px;
  padding: 45px 10px 10px 30px;
}

.platform_box .p2 {
  padding: 0 10px;
  font-size: 18px;
}

/*平台理念 end*/
/*footerLink start*/
.es-footer-link {
  background: #2e2e2e;
  padding: 55px 0;
}

.footer-main .link-item {
  width: 20%;
  float: left;
  padding: 0;
}

.link-item h3,
.link-item a {
  color: #fff;
}

.link-item h3,
.link-item li {
  margin-bottom: 10px;
}

.footer-sns {
  text-align: center;
}

.footer-logo .footer-sns > a {
  display: inline-block;
}

.qrcode-popover {
  position: relative;
}

.fa-weibo {
  background: #e6162d;
}

.fa-wechat {
  background: #1ec354;
}

.fa-apple {
  background: #3793f1;
}

.fa-android {
  background: #78c257;
}

.footer-logo .footer-sns {
  margin-top: 30px;
}

.footer-logo .footer-sns i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  font-size: 24px;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.es-icon {
  line-height: 1;
}

/*footerLink end*/
/*版权信息 start*/
.es-footer {
  position: relative;
}

.es-footer .copyright {
  background: #3a3d42;
  text-align: center;
  padding: 20px 0;
  line-height: 30px;
  color: #c1c1c1;
}

.es-footer .copyright a, .es-footer .copyright a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.es-footer .copyright a {
    color: #c1c1c1;
}
.es-footer .copyright .footer_c a,.es-footer .copyright{
    color: #777d8c;
}
.es-footer .copyright .footer_c a{
    padding:0 20px;
    border-right: 1px solid #777d8c;
}
.es-footer .copyright .footer_c a:last-child{
    border-right: none;
}
.mlm {
    margin-left: 10px!important;
}

/*版权信息 end*/
/*学分课程购买 start*/
.layui-breadcrumb a:hover,
.layui-breadcrumb a {
  color: #666 !important;
}

.img_box3 {
  position: relative;
  height: 308px;
  overflow: hidden;
}

.img_box4 {
  position: relative;
  height: 308px;
}

.img_box3 img {
  width: 100%;
}

.courseDec .credit {
  right: 36px;
}

.padding_left_20 {
  padding-left: 20px;
}

.layui-breadcrumb > *,
.dec_ {
  font-size: 16px;
}

.dec_ span {
  padding: 5px 10px;
  border: 1px solid #02ac99;
  font-size: 14px;
}

.dec_txt div:nth-child(2) {
  color: #7f7f7f;
  font-size: 14px;
}

.price {
  padding: 0 15px;
  background: #f3f1f1;
  color: #ff7777;
  /*width:400px;*/
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  width: 70%;
  margin-top: 10px;
}

.baoming_btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

#goclass_btn {
  display: none;
}

.ricetxt_box {
  margin: 20px auto;
}

.ricetxt_box img {
  max-width: 100%;
}

/*学分课程购买 end*/
/*搜索 start*/
.s_box {
  background: #fff;
  padding: 10px 0 10px 34px;
  margin-top: 10px;
}

.search_result {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  width: 97%;
}

.type {
  margin-bottom: 10px;
}

.type i {
  font-style: normal;
}

.type span {
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
}

.type span.active {
  color: #fff;
  background: #02ac99;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.type span.active a {
  color: #fff;
}

/*搜索 end*/
/*个人中心 我的课程 start*/
.m_header {
  width: 100%;
  height: 90px;
  background: url(../images/img10.jpg) no-repeat bottom center;
  background-size: cover;
}

.mycourse_header .l_box {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #fff;
  margin: 0;
}

.l_box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.content_1120 {
  width: 1120px;
  margin: 0 auto;
}

.logo_box {
  margin-top: -65px;
  overflow: hidden;
  margin-bottom: 20px;
}

.l_username {
  float: left;
  height: 150px;
  line-height: 180px;
  margin-left: 20px;
  font-size: 18px;
}

.mycourse_box {
  background: #fff;
  border: 1px solid #dcdcdc;
}

.mycourse_box .layui-row {
  position: relative;
}

.content_height {
  height: 664px;
  margin-bottom: 20px;
}

.mycourse_box .layui-col-md2 .courselist_tab {
  text-align: center;
  background: #f0efef;
  cursor: pointer;
  height: 664px;
}

.courselist_tab li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
}

.courselist_tab li.active {
  color: #02ac99;
  background: #fff;
}

.line {
  width: 4px;
  height: 36px;
  background: #02ac99;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.courselist_tab li:last-child {
  border-bottom: none;
}

.tab_box ul li {
  display: none;
}

.tab_box ul li:nth-child(1) {
  display: block;
}

.tab_box .title {
  text-align: left;
  color: #02ac99;
  padding: 15px 130px 0 130px;
  font-size: 18px;
}

.tab_box .layui-form {
  margin-top: 10px;
  padding: 0 130px;
}

.tab_box .layui-form .layui-form-label {
  padding: 9px 0;
  /*text-align: left;*/
  padding-right: 10px;
  width: 58px;
}

.tab_box .layui-input-block {
  margin-left: 90px;
}

.save_btn {
  padding: 0 45px;
}

.order_box {
  padding: 0 15px;
}

.layui-table thead tr {
  background: #e5f7f5;
}

.course {
  padding: 0 50px;
}

.scrollbar .course .recommend_list {
  padding-right: 0;
  padding-left: 15px;
}

.course .img_box2 {
  height: 130px;
}

/*滚动条样式*/
.scrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #02ac99;
}

.scrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}

.scrollbar {
  height: 604px;
  overflow: hidden;
  overflow-y: scroll;
}

/*个人中心 我的课程 end*/
.layui-layout-body {
  overflow-y: scroll;
  background: #ffffff;
}
/*产品介绍 start*/
.p_img{
  padding:0 88px;
}
.p_txt{
  padding:0 88px 0 0;
  height:358px;
  /*line-height: 359px;*/
  display: table-cell;
  vertical-align: middle;
}
.p_img img{
  width:100%;
}
.p_box ul li{
  padding:44px 0;
}
.p_box ul li:nth-child(odd){
  background:#f3f7fa;
}
.p_title{
  font-size: 28px;
  font-weight: bold;
}
.p_box p{
  margin-top: 35px;
  font-size: 18px;
  line-height: 1.5;
}
.p_box p span{
  font-size: 22px;
  font-weight: bold;
}
/*产品介绍 end*/

/*六大模块 start*/
.plate_box{
  width:100%;
  background:url(../images/bg.jpg)no-repeat center center;
  background-size: auto 100%;
  padding-bottom: 114px;
}
.plate_box .title{
  padding-top: 40px;
}
.item_box{
  max-width:1110px;
  width:94%;
  margin: 0 auto;
  position:relative;
  text-align: center;
  color:#fff;
  margin-top: 100px;

}
.plate_img{
  position:relative;
  border-right: 1px solid #e5eef6;
}

.plate_txt i{
  font-size: 80px;
  height:80px;
  line-height: 80px;
  display:inline-block;
  margin-bottom: 15px;
  margin-top: 30%;
}
.plate_txt i.guoji_icon{
  font-size: 60px;
}
.plate_txt i.xuexiao_icon{
  font-size: 70px;
}
.plate_txt i.zhiye_icon{
  font-size: 50px;
}
.plate_txt{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  font-size: 20px;
  text-align: center;
}
.item_box img{
  width:100%;
}
.fixd_box{
  width:100%;
  height:100%;
  background:#00a0e9;
  position:absolute;
  left:0;
  top:0;
  z-index: 1;
  text-align: left;
  height:0;
  overflow:hidden;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.fixd_txt{
  padding:56px;
}
.fixd_txt div:nth-child(1){
  font-size: 20px;
}
.fixd_txt div:nth-child(2){
  font-size: 16px;
  line-height: 1.5;
  margin-top: 35px;
  color:#fffefe;
}
.fixd_txt div:nth-child(1) span{
  display:inline-block;
  padding:0  25px 13px 0;
  border-bottom: 3px solid #ffffc2;
}
.fixd_txt a{
  color:#fff;
  display:inline-block;
  margin-top: 20px;
}
/*六大模块 end*/
/*信息化校园 start*/
.Campus_box{
  background:#f3f4f6;
  margin-top: 100px;
  padding:40px 10px;
}
.c_content{
  width:1220px;
  margin:0 auto;
  padding:45px 0;
  background:#fff;
  overflow:hidden;
}
.campus_tab{
  width:100%;
  height:200px;
  position:relative;
}
.campus_tab ul{
  position:fixed;
  left:50%;
  top:185px;
  margin-left: -610px;
}
.campus_tab ul li{
  height:50px;
  line-height: 50px;
  margin-top: 3px;
  font-size: 16px;
  cursor:pointer;
}
.campus_tab ul li span{
  width:100%;
  height:100%;
  display:inline-block;
  padding-left: 18px;
  border-left:6px solid #a0a0a0;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.campus_tab ul li.active span{
  color:#0471ca;
  border-left:6px solid #0471ca;
}
.campus_txt{
  padding:0 128px;
}
.campus_txt2{
  padding:0 130px;
}
.campus_txt .Company_title .border-line{
  width:70%;
}
.c_title{
  margin:30px 0 30px 0;
  font-size: 18px;
  font-weight: bold;
  color:#333333;
}
.campus_t{
  color:#555555;
}
.campus_t p{
  line-height: 1.5;
}
.campus_t img{
  width: 100%;
}
.product_box ul li{
  position:relative;
}
.p_left .product_txt{
  padding:0 440px 0 70px;
}
.product_txt{
  /*position:absolute;
  left:0;
  top:0;*/
  color:#fff;
}
.product_box ul li:nth-child(1){
  background:url(../images/img18.jpg)no-repeat right center;
  background-size: cover;
}
.product_box ul li:nth-child(2){
  background:url(../images/img19.jpg)no-repeat left center;
  background-size: cover;
}
.product_box ul li:nth-child(3){
  background:url(../images/img20.jpg)no-repeat right center;
  background-size: cover;
}
.product_box ul li:nth-child(4){
  background:url(../images/img21.jpg)no-repeat left center;
  background-size: cover;
}
.product_box ul li:nth-child(5){
  background:url(../images/img24.jpg)no-repeat right center;
  background-size: cover;
}
.product_box ul li:nth-child(6){
  background:url(../images/img27.jpg)no-repeat left center;
  background-size: cover;
}
.product_box ul li:nth-child(7){
  background:url(../images/img26.jpg)no-repeat right center;
  background-size: cover;
}
.product_box ul li:nth-child(8){
  background:url(../images/img27.jpg)no-repeat left center;
  background-size: cover;
}
.product_item{
  height:230px;
  display:table-cell;
  vertical-align: middle;
}
.p_right .product_txt{
  padding:0 60px 0 460px;
}
.product_txt p:nth-child(1){
  font-size: 18px;
  margin-bottom: 15px;
}
.product_txt p{
  font-size: 14px;
}
.num_box span:nth-child(1){
  font-size: 30px;
  height:40px;
  font-weight: bold;
  color:#046cc3;
  display:block;
}
.num_box span:nth-child(1) sub{
    bottom: 8px;
    left: 2px;
    position: relative;
    font-weight: normal;
    font-size: 19px;
}
.num_box span:nth-child(2){
  font-size: 16px;
  color:#ff4e10;
  display:block;
  /*margin-bottom: 40px;*/
  margin-top: 5px;
}
.chengji{
  background:#eeeeee;
  padding:30px;
}
.chengji_title{
  color:#046cc3;
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #00479d;
}
.chengji_title span{
  padding:0 20px;
  background:#eeeeee;
  position: relative;
  top: 11px;
}
.num_box2{
  margin:0 auto;
  background:#00479d;
  width:90px;
  padding:0 25px;
  height:140px;
  margin:10px auto;
  display:table-cell;
  vertical-align: middle;
  text-align: center;
  /*padding:25px 42px;*/
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color:#fff;
  font-size: 20px;
  
}
.n_box{
  text-align: center;
  margin:0 auto;
  display: table;
}
.chengji .layui-col-xs6{
  margin-bottom: 10px;
}
.num_box2 span{
  display:block;
  font-size: 12px;
  width:100%;
  margin:0 auto;
}
/*信息化校园 end*/
/*国际教育 start*/
.product_box2 ul li:nth-child(1){
  background:url(../images/num_box1.jpg)no-repeat right center;
  background-size: cover;
}
.product_box2 ul li:nth-child(2){
  background:url(../images/num_box2.jpg)no-repeat left center;
  background-size: cover;
}
.product_box2 ul li:nth-child(3){
  background:url(../images/num_box3.jpg)no-repeat right center;
  background-size: cover;
}
.product_box2 ul li:nth-child(4){
  background:url(../images/num_box4.jpg)no-repeat left center;
  background-size: cover;
}
.product_box2 ul li:nth-child(5){
  background:url(../images/num_box5.jpg)no-repeat right center;
  background-size: cover;
}
.product_box2 ul li:nth-child(6){
  background:url(../images/num_box6.jpg)no-repeat left center;
  background-size: cover;
}
.product_box2 ul li:nth-child(7){
  background:url(../images/num_box7.jpg)no-repeat right center;
  background-size: cover;
}

.product_box2 ul li:nth-child(8){
  background:url(../images/img23.jpg)no-repeat left center;
  background-size: cover;
}
.product_box2 ul li:nth-child(9){
  background:url(../images/num_box8.jpg)no-repeat left center;
  background-size: cover;
}
@media screen and (max-width:800px){

}
@media screen and (min-width:300px) and (max-width:1000px){
 .campus_txt {
    padding: 0 40px;
}
}
/*国际教育 end*/
@media (min-device-width: 1280px) {
  .layui-nav .layui-nav-item.index_txt{
    display:none;
  }
  .bananr{
        height: 500px;
  }
.content {
    width: auto;
    padding: 0 10px;
  }
  .c_content{
    width: auto;
    padding:45px 10px;
  }
  .campus_tab ul{
    left: 0;
    margin-left: 0;
  }
  .Company_box {
    padding-left: 50px;
}
}
@media screen and (max-device-width: 1280px) {
 
  .content {
    width: auto;
    padding: 0 10px;
  }
  .bananr {
    height: 600px;
  }
  .Company_box {
    padding-left: 100px;
  }
  .c_content{
    width: 1220px;
    margin: 0 auto;
    padding: 45px 0;
    background: #fff;
  }
  .campus_tab ul {
    position: fixed;
    left: 50%;
    top: 185px;
    margin-left: -610px;
}
}
@media screen and (min-width: 1366px) {
  .content {
    width: 1280px;
    padding: 0;
  }
  .bananr {
    height: 600px;
  }
  .Company_box {
    padding-left: 100px;
  }
  .c_content{
    width: 1220px;
    margin: 0 auto;
    padding: 45px 0;
    background: #fff;
  }
  .campus_tab ul {
    position: fixed;
    left: 50%;
    top: 185px;
    margin-left: -610px;
}
}
@media screen and (min-width: 1440px) {
  .content {
    width: 1280px;
    padding: 0;
  }
  .Company_box {
    padding-left: 156px;
  }
  .c_content{
    width: 1220px;
    margin: 0 auto;
    padding: 45px 0;
    background: #fff;
  }
  .campus_tab ul {
    position: fixed;
    left: 50%;
    top: 185px;
    margin-left: -610px;
}
}
@media screen and (min-width: 1680px) {
  .Company_box {
    padding-left: 300px;
  }
  .c_content{
    width: 1220px;
    margin: 0 auto;
    padding: 45px 0;
    background: #fff;
  }
  .campus_tab ul {
    position: fixed;
    left: 50%;
    top: 185px;
    margin-left: -610px;
}
}

/* 平板pro start*/
@media (max-width: 1024px) {
  .fixd_box{
  display:none;
}
  .item_a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
  .campus_txt{
    padding: 0 40px;
  }
  .campus_tab ul{
    left: 0;
    margin-left: 0;
  }
  .p_left .product_txt{
    padding:0 300px 0 50px;
  }
.p_right .product_txt{
      padding: 0 50px 0 425px;
}

  .c_content{
    width:100%;
  }
  .international_box{
    min-height: 915px;
  }
  .fixd_txt{
    padding: 40px;
  }
  .plate_box{
  padding-bottom: 50px;
 }
  .plate_txt i{
    /*margin-top: 100px;*/
  }
  .img_box2 {
    height: 136px;
  }
  .course .img_box2 {
    height: 115px;
  }
  .btn {
    width: 110px;
  }
  .bananr {
    height: 500px;
  }
  .content2 {
    top: 250px;
  }
  .dec_txt div:nth-child(2) {
    font-size: 0.12rem;
  }
  .content {
    width: auto;
    padding: 0 15px;
  }
  .item_box{
    width: auto;
    padding: 0 15px;
  }
  .content_1120 {
    padding: 0 10px;
    width: auto;
  }
  .i_content{
    /*padding: 0 10px;*/
    margin:20px;
    width: auto;
  }
  .mycourse_header .l_box {
    width: 100px;
    height: 100px;
  }
  .l_username {
    height: 100px;
    line-height: 140px;
  }
  .logo_box {
    margin-top: -50px;
  }
  .course {
    padding: 0 10px;
  }
  .link-item h3,
  .link-item li {
    text-align: center;
  }
  .Company_box {
    padding-left: 40px;
  }
    .Company_txt p{
        width: 75%;
  }
  .Companybox{
    background:url(../images/img10.png)no-repeat -100px center;
   background-size: auto 100%;
 }
 .p_img{
      padding: 0 40px;
 }
 .p_txt{
  padding:0 20px 0 0;
  height:334px;
 }
 .p_title{
  font-size: 22px;
 }
 .p_box p span{
  font-size: 16px;
 }
 .p_box p{
  font-size: 14px;
  margin-top: 15px;
 }

}

/* 平板pro end*/

@media (max-width: 900px) {
.course .course_list .course_item{
  padding:0;
}
.course_item.margin_20{
  margin:0;
  margin: 10px auto;
}
.product_box ul li:nth-child(1){
  background: -webkit-linear-gradient(left top, #7d63fb, #c4d7de);
}
.product_box ul li:nth-child(2){
  background: -webkit-linear-gradient(left top, #2078e5, #6ecef6);
}
.product_box ul li:nth-child(3){
  background: -webkit-linear-gradient(left top, #f67656, #dedc90);
}
.product_box ul li:nth-child(4){
  background: -webkit-linear-gradient(left top, #1c9cf6, #e8a5fd);
}
.product_box ul li:nth-child(5){
  background: -webkit-linear-gradient(left top, #1c9df6, #e7a5fd);
}
.product_box ul li:nth-child(6){
  background: -webkit-linear-gradient(left top, #fb5655, #fb966a);
}
.product_box ul li:nth-child(7){
  background: -webkit-linear-gradient(left top, #8a51f2, #e55ef5);
}
.product_box ul li:nth-child(8){
  background: -webkit-linear-gradient(left top, #22327d, #99b2f2);
}

.product_box2 ul li:nth-child(1){
  background: -webkit-linear-gradient(left top, #00479d, #578dba);
}
.product_box2 ul li:nth-child(2){
  background: -webkit-linear-gradient(left top, #f8612c, #f7784c);
}
.product_box2 ul li:nth-child(3){
  background: -webkit-linear-gradient(left top, #009944, #46b577);
}
.product_box2 ul li:nth-child(4){
  background: -webkit-linear-gradient(left top, #5f52a0, #685b92);
}
.product_box2 ul li:nth-child(5){
  background: -webkit-linear-gradient(left top, #ea68a2, #df809b);
}
.product_box2 ul li:nth-child(6){
  background: -webkit-linear-gradient(left top, #0f9c94, #81c7c1);
}
.product_box2 ul li:nth-child(7){
  background: -webkit-linear-gradient(left top, #448aca, #7eb9de);
}
.product_box2 ul li:nth-child(8){
  background: -webkit-linear-gradient(left top, #448aca, #7eb9de);
}
.p_left .product_txt, .p_right .product_txt {
    padding: 30px;
}
.i_txt,.bg_line{
  margin-left: 0;
}
.i_txt{
   margin-top: 10px;
}
.product_item{
  height:auto;
}
}

/* 平板mini start*/
@media (max-device-width: 768px) and (orientation: portrait) {
  .item_a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.fixd_box{
  display:none;
}
  .campus_txt{
    padding: 0 40px;
  }
  .campus_tab ul{
    left: 0;
    margin-left: 0;
  }
  .p_left .product_txt{
    padding: 0 250px 0 30px;
  }
.p_right .product_txt{
      padding: 0 50px 0 292px;
}
.product_item{
      height: 156px;
}
.product_txt p:nth-child(1){
  font-size: 16px;
}
.product_txt p{
  font-size: 12px;
}
  .c_content{
    width:100%;
  }
  .i_txt{
        padding: 25px 25px 10px 25px;
        margin-left: 35px;
  }
  .bg_line{
        margin-left: 35px;
  }
  .international_box{
        padding: 50px 0 10px 0;
        min-height: 765px;
  }
  .i_content{
    /*padding: 0 10px;*/
    margin:20px;
    width: auto;
  }
  .fixd_txt div:nth-child(1){
    font-size: 20px;
  }
  .fixd_txt{
    padding: 20px;
  }
  .plate_txt i{
    /*margin-top: 63px;*/
  }
  .fixd_txt div:nth-child(2){
    margin-top: 20px;
    font-size: 14px;
  }
  .item_box{
    width: auto;
    padding: 0 15px;
    margin-top: 50px;
  }
  .course .course_list .course_item {
    padding: 20px;
  }
  .padding_20 {
    padding: 0;
  }
  .img_box2 {
    height: 120px;
  }
  .course .img_box2 {
    height: 105px;
  }
  .course {
    padding: 0 10px;
  }
  .r_box {
    width: 68%;
  }
  .recommend_list {
    padding-right: 20px;
  }
  .btn {
    width: 110px;
  }
  .bananr {
    height: 360px;
  }
  .content2 {
    top: 180px;
  }
  .dec_txt div:nth-child(2) {
    font-size: 0.12rem;
  }
  .content {
    width: auto;
    padding: 0 10px;
  }
  .img_box3,
  .img_box4 {
    height: 272px;
  }
  .content_1120 {
    padding: 0 10px;
    width: auto;
  }
  .mycourse_header .l_box {
    width: 100px;
    height: 100px;
  }
  .l_username {
    height: 100px;
    line-height: 140px;
  }
  .logo_box {
    margin-top: -50px;
  }
  .link-item h3,
  .link-item li {
    text-align: center;
  }
  .Company_img1 img {
    width: 60%;
  }
  .Company_img2 img {
    width: 84%;
  }
  .Company_txt p{
        width: 75%;
  }
  .Companybox{
    background:url(../images/img10.png)no-repeat -450px center;
   background-size: auto 100%;
 }
 .p_img{
      padding: 0 20px;
 }
 .p_txt{
  padding:0;
  height:270px;
 }
 .p_title{
  font-size: 22px;
 }
 .p_box p span{
  font-size: 16px;
 }
 .p_box p{
  font-size: 14px;
  margin-top: 15px;
 }
 .plate_box{
  padding-bottom: 50px;
 }
.product_box2 ul li:nth-child(1){
  background:url(../images/num_box1.jpg)no-repeat right center;
  background-size: cover;
}
.product_box2 ul li:nth-child(2){
  background:url(../images/num_box2.jpg)no-repeat left center;
  background-size: cover;
}
.product_box2 ul li:nth-child(3){
  background:url(../images/num_box3.jpg)no-repeat right center;
  background-size: cover;
}
.product_box2 ul li:nth-child(4){
  background:url(../images/num_box4.jpg)no-repeat left center;
  background-size: cover;
}
.product_box2 ul li:nth-child(5){
  background:url(../images/num_box5.jpg)no-repeat right center;
  background-size: cover;
}
.product_box2 ul li:nth-child(6){
  background:url(../images/num_box6.jpg)no-repeat left center;
  background-size: cover;
}
.product_box2 ul li:nth-child(7){
  background:url(../images/num_box7.jpg)no-repeat right center;
  background-size: cover;
}
.product_box2 ul li:nth-child(8){
  background:url(../images/num_box8.jpg)no-repeat right center;
  background-size: cover;
}
.product_box ul li:nth-child(1){
  background:url(../images/img18.jpg)no-repeat right center;
  background-size: cover;
}
.product_box ul li:nth-child(2){
  background:url(../images/img19.jpg)no-repeat left center;
  background-size: cover;
}
.product_box ul li:nth-child(3){
  background:url(../images/img20.jpg)no-repeat right center;
  background-size: cover;
}
.product_box ul li:nth-child(4){
  background:url(../images/img21.jpg)no-repeat left center;
  background-size: cover;
}
.product_box ul li:nth-child(5){
  background:url(../images/img24.jpg)no-repeat right center;
  background-size: cover;
}
.product_box ul li:nth-child(6){
  background:url(../images/img27.jpg)no-repeat left center;
  background-size: cover;
}
.product_box ul li:nth-child(7){
  background:url(../images/img26.jpg)no-repeat right center;
  background-size: cover;
}
.product_box ul li:nth-child(8){
  background:url(../images/img27.jpg)no-repeat left center;
  background-size: cover;
}
}

/* 平板mini end*/

/* 手机 start */
@media (max-device-width: 640px) {
  .chengji{
        padding: 10px;
  }
  .campus_txt2 {
    padding: 0 20px;
}
  .c_content{
    width:100%;
  }
  .layui-nav-child{
    position:fixed;
    min-width: 50%;
  }
  .layui-layout-admin .head_wrap_shrink .layui-nav-child{
    top:68px;
  }
.es-footer .copyright .footer_c a{
font-size: 12px;
padding:0 7px 0 5px;
}
.es-footer .copyright{
  line-height: 1.5;
}
  .i_txt,.bg_line{
    margin-left: 0;
  }
  .Company_txt{
        padding-bottom: 37px;
  }
  .Companybox{
    background: url(../images/img10.png)no-repeat -500px center;
    background-size: auto 100%;
  }
  .p_txt{
        padding: 0 20px;
        height:auto;
  }
  .p_box ul li{
        padding: 20px 0;
        margin-top: 20px;
  }
  .p_title{
     margin-top: 20px;
  }
  .bananr {
    height: 180px;
  }
  .Company_box {
    padding: 10px;
  }
  .course .course_list .course_item {
    padding: 0;
  }
  .s_title,
  .Company_txt {
    font-size: 14px;
  }
  .s_dec {
    font-size: 12px;
  }
  .course_item.margin_20 {
    margin: 10px;
    margin-top: 20px;
  }
 
  .Company_title {
    font-size: 20px;
    width:100%;
  }
  .Company_title span{
    height: 16px;
  }
  .Company_title .border-line{
    bottom: 22px;
  }
  .c_title{
        margin: 0px 0 10px 0;
  }
  .layui-col-sm6.margin_top_80 {
    margin-top: 20px;
  }
  .Company_img {
    height: 200px;
  }
  .layui-nav {
    width: 100%;
    display: inline;
    white-space: nowrap;
    /*overflow-x: scroll;*/
    float: left;
    /*overflow-y: hidden;*/
  }
  .layui-nav .layui-nav-item a{
        padding: 0 23px;
  }
  .layui-header .layui-nav-child{
        right: 0;
    left: 50%;
    width: 50%;
  }
  .item_a{
    width:100%;
    height:100%;
    display:inline-block;
    position:absolute;
    left:0;
    top:0;
  }
  .class_box{
    margin-top: 20px;
  }
  .plate_txt i{
    font-size: 40px;
    /*margin-top: 52px;*/
    margin-bottom: 0;
    height: 60px;
    line-height: 60px;
  }
  .plate_txt{
    font-size: 14px;
  }
  .plate_txt i.guoji_icon{
        font-size: 30px;
  }
  .plate_txt i.xuexiao_icon{
        font-size: 32px;
  }
  .plate_txt i.zhiye_icon {
    font-size: 24px;
}
.fixd_txt div:nth-child(1){
  font-size: 14px;
}
.fixd_txt div:nth-child(1) span{
  padding: 0 25px 5px 0;
}
.fixd_txt div:nth-child(2){
  margin-top:10px;
  font-size: 12px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
overflow: hidden;
}
.fixd_txt a{
  margin-top: 0;
}
.fixd_txt{
  padding:10px;
}
.i_content{
  margin:0;
}
.i_txt{
  margin-top: 20px;
}
}
/* 手机end */
@media screen and (max-device-width: 640px) {
  .content {
    width: auto;
    padding: 0 10px;
  }
  .content_1120 {
    padding: 0 10px;
    width: auto;
  }
  .item_box{
    width: auto;
    padding: 0 15px;
  }
  .campus_txt{
  padding:0 10px;
}
.p_left .product_txt,.p_right .product_txt{
      padding: 10px;
}
.product_box ul li:nth-child(1){
  background: -webkit-linear-gradient(left top, #7d63fb, #c4d7de);
}
.product_box ul li:nth-child(2){
  background: -webkit-linear-gradient(left top, #2078e5, #6ecef6);
}
.product_box ul li:nth-child(3){
  background: -webkit-linear-gradient(left top, #f67656, #dedc90);
}
.product_box ul li:nth-child(4){
  background: -webkit-linear-gradient(left top, #1c9cf6, #e8a5fd);
}
.product_box ul li:nth-child(5){
  background: -webkit-linear-gradient(left top, #1c9df6, #e7a5fd);
}
.product_box ul li:nth-child(6){
  background: -webkit-linear-gradient(left top, #fb5655, #fb966a);
}
.product_box ul li:nth-child(7){
  background: -webkit-linear-gradient(left top, #8a51f2, #e55ef5);
}
.product_box ul li:nth-child(8){
  background: -webkit-linear-gradient(left top, #22327d, #99b2f2);
}

.product_box2 ul li:nth-child(1){
  background: -webkit-linear-gradient(left top, #00479d, #578dba);
}
.product_box2 ul li:nth-child(2){
  background: -webkit-linear-gradient(left top, #f8612c, #f7784c);
}
.product_box2 ul li:nth-child(3){
  background: -webkit-linear-gradient(left top, #009944, #46b577);
}
.product_box2 ul li:nth-child(4){
  background: -webkit-linear-gradient(left top, #5f52a0, #685b92);
}
.product_box2 ul li:nth-child(5){
  background: -webkit-linear-gradient(left top, #ea68a2, #df809b);
}
.product_box2 ul li:nth-child(6){
  background: -webkit-linear-gradient(left top, #0f9c94, #81c7c1);
}
.product_box2 ul li:nth-child(7){
  background: -webkit-linear-gradient(left top, #448aca, #7eb9de);
}
.margin_top_80{
  margin-top: 40px;
}
.title span{
  font-size: 18px;
}
.Company_txt p{
  margin-top: 0;
}
.layui-nav .layui-nav-item.index_txt{
  display:none;
}
.fixd_box{
  display:none;
}
.product_item{
  height:auto;
}
}
/*苹果x start*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){
.plate_txt i{
      /*margin-top: 36px;*/
}

}
/*苹果x end*/
.layui-nav .layui-nav-child a:hover{ color: #fff;}
.layui-nav-child dd.layui-this{background-color: #197fc1; color: #fff;}
.layui-nav .layui-nav-child dd.layui-this a{background-color: #197fc1; color: #fff;}
.course .course_list .course_item {
    padding: 0 0 20px 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.border-radius_5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.course-icon {
    /* width: 50%; */
    margin: 0 auto;
    text-align: center;
}
.s_title {
    text-align: center;
    overflow: hidden;
    margin-top: 15px;
    font-size: 16px;
}
.aboutus-box .s_title {
    font-weight: bold;
    font-size: 20px;
}


.s_dec {
    margin-top: 15px;
    color:#333;
}
.aboutus-box .s_dec {
    /*padding: 16px;*/
    line-height: 1.5;
}
.aboutus-box .s_dec ul li {
    list-style-type: square;
    margin-left: 20px;
    text-align: left;
    font-size: 14px;
}
.aboutus-box .course_list .course_item{
    /*padding: 20px;*/
    /*background: #f6ebee;*/
}
.tab-box ul{
    overflow:hidden;
    display:inline-block;
    margin:0 auto;
    vertical-align: bottom;
}
.tab-box{
    text-align: center;
}
.tab-box ul li{
    float:left;
    padding:0 5px;
    margin:0 20px;
}
.tab-box ul li.active{
    border-bottom:3px solid #046cc3;
}
.tab-box ul li a{
    padding:20px 0;
    width:100%;
    height:100%;
    display:inline-block;
    font-size: 16px;
}
    .para-title {  border-left: 5px solid #e33333;
     padding-left: 20px;
}
span.stage {
    font-size: 20px;
    line-height: 25px;
    display: block;
    /*text-indent: 33px;*/
}
.mk-kingdee-honor-list .mk-kingdee-honor-li {
    position: relative;
    padding-left: 120px;
    border-bottom: 1px solid #CCCCCC;
}
#theme-page .mk-kingdee-honor-list .blog-title {
    position: absolute;
    left: 0;
    top: 32px;
    cursor: pointer;
    margin-bottom: 12px;
    /*font-size: 18px;*/
    font-weight: normal;
    color: #000;

}
.blog-title{
    text-align: center;
    font-size: 22px;
}
#mk-main-navigation > ul > li.menu-item.menu-item-language a:hover {
    color: #ff4351;
}
.mk-kingdee-history-list .blog-title,
.mk-kingdee-history-circle-list .blog-title-sub,
.mk-kingdee-history-circle-list .blog-title{
    left: 0px;
    width: 120px;
}
.mk-kingdee-honor-list .entry-content {
    border-left: 1px solid  #e33131;
    padding: 30px 0 30px 40px;
}
.entry-content p img{
    padding: 40px 20px  30px 0;
}

.mk-kingdee-honor-list .entry-content p {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
}
.mk-kingdee-honor-list .mk-kingdee-honor-indicator,
.mk-kingdee-honor-circle-list .mk-kingdee-honor-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: url('../images/redcircle.png') no-repeat center;
    position: absolute;
    top: 5px;
    left: 116px;
}
.mk-kingdee-history-list .mk-kingdee-honor-indicator,
.mk-kingdee-history-circle-list .mk-kingdee-honor-indicator {
    left: 115px;
}
.mk-kingdee-honor-circle-list .mk-kingdee-honor-indicator {
    background: url('../images/redcircle.png') no-repeat center;
}
.mk-kingdee-honor-circle-list .gray .mk-kingdee-honor-indicator {
    background: url('../images/graycircle.png') no-repeat center;
}
.mk-kingdee-honor-circle-list {
    position: fixed;
    top: 100px;
    z-index: 0;
}
.mk-kingdee-honor-circle{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#theme-page .mk-kingdee-honor-circle-list .blog-title-sub,
.mk-kingdee-history-circle-list .blog-title{
    padding-bottom: 12px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    /*font-size: 18px;*/
    color: #000;
    font-weight: normal;
}
.mk-kingdee-history-circle-list .blog-title-sub,
.mk-kingdee-history-circle-list .blog-title{
    background-color: #fff;
}
.mk-kingdee-blog-subtitle {
    padding-left: 15px;
}
.mk-kingdee-honor-circle-list .gray h2 {
    color: #ccc !important;
}

.mk-kingdee-relative {
    position: relative;
}
.mk-kingdee-history-circle-list {
    margin-left: 0;
}
/*mk-page-title*/
#mk-page-title.left-align {
    padding-top: 118px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #f0f0f0;
}
#mk-page-title.left-align #mk-breadcrumbs {
    padding-top: 0px;
    line-height: 50px;
}
#mk-page-title #mk-breadcrumbs.light-skin {
    color: #666;
}
#mk-page-title #mk-breadcrumbs.light-skin a {
    color: #666;
}
#mk-page-title.left-align .mk-page-heading {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0 10px 10px!important;
}
#mk-page-title.left-align .mk-page-heading {
    color: #333;
}
#mk-page-title .mk-grid {
    height: 50px;
}
#theme-page{
    width:814px;
    margin:0 auto;
}
#ico-group .mk-kingdee-honor-circle{
  display: none;
}
.aboutus-box .s_dec{
  background:#0a69cd;
  color:#fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding:20px;
}
.tab-box{
  background:#c0e5f6;
}
.activity-title{
  border-left: 4px solid #0469bd;
  padding-left: 10px;
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color:#333;
}
.activity-title span{
  margin-left: 10px;
  color:#555555;
  font-size: 14px;
  font-weight: normal;
}
.module-dec{
  text-align: center;
}
.module-img img{
  width:100%;
  max-width: 242px;
  margin:0 auto;
  display:block;
}
.module-title{
  color:#333333;
  margin-top:10px;
  font-weight: bold;
}
.module-dec a{
  color:#0469bd;
}
.activity-container {
    width: 100%;
    padding:20px 0;
    /*height: 230px;*/
    /*line-height: 234px;*/
    position:relative;
    background:url(../images/bg2.jpg)no-repeat center center;
    background-size: cover;
  }
  .swiper-container {
    width: 884px;
    /*height: 190px;*/
    margin:0 auto;
  }
 .swiper-slide {
  position:relative;
  /*background: #fff;*/
  cursor:pointer;
}
.swiper-slide img.play-btn{
  position:absolute;
  left:50%;
  top:50%;
  width:52px;
  height:52px;
  margin-left: -26px;
  margin-top:-26px;
}
.swiper-button-next, .swiper-button-prev{
    width: 25px;
    height: 100%;
    line-height: 230px;
    /*background-size:14px 26px;*/
    background:#0469bd;
    top:0;
    text-align: center;
    color:#fff;
    
}
.swiper-button-next i, .swiper-button-prev i{
  font-size: 25px;
  /*vertical-align: middle;*/
}
.swiper-slide img{
  width:100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
      right: 0;
      margin-top: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0;
  margin-top: 0;
}
.activity-t{
  text-align: center;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
}
body .demo-class{background:none; color:#fff; border: none;}
.activity-video,.activity-img{
  margin: 20px auto;
  height:400px;
  overflow:hidden;
}
.activity-video video{
  width:100%;
  height:100%;
}
.activity-img img{
  width:100%;
}
.layui-layer-ico{
  background: url(../images/close-btn.png) no-repeat!important;
  width:31px!important;
  height:31px!important;
  background-size: 100% 100%!important;
}
.layui-layer-setwin .layui-layer-close2 {
      right: -70px!important;
}
/*联系我们start*/
.in-service .se2 {
    padding-top: 20px;
}
.clearfix {
    zoom: 1;
}
.se2 {
    padding: 0 20px;
}
.left {
    float: left;
}
.in-service .se2 dt {
    font-size: 22px;
    color: #0086d1;
    line-height: 0.8em;
}
.in-service .se2 dt::after {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #0086d1;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
.in-service .se2 dd {
    font-size: 14px;
    margin-top: 12px;
    color: #999999;
    text-transform: uppercase;
}
.right {
    float: right;
}
.in-contact {
    padding: 0px 20px;
}
.contactc {
    margin-top: 20px;
}
.contactc>div {
    width: 520px;
    max-width: 100%;
    height: 200px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 2px solid #33a1df;
    background: #e7f1f6;
}
.contactc>div ul {
    margin-left: 25px;
    margin-top: 36px;
}
.contactc>div li {
    font-size: 14px;
    margin: 30px 0;
}
.contactc>div li em {
    display: inline-block;
    width: 18px;
    text-align: right;
    margin-right: 16px;
}
.message h3 {
    text-align: left;
    font-size: 22px;
    color: #0086d1;
}
.message span {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 20px;
}
.message li {
    float: left;
    width: 500px;
    max-width: 100%;
    margin-bottom: 30px;
}
.message em {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    font-size: 14px;
    text-align: right;
    font-style: normal;
}
.message li input:not([type=radio]) {
    width: calc(100% - 95px);
    line-height: 35px;
    border: 1px solid #E5E5E5;
    text-indent: 10px;
}
.message li label {
    margin-right: 50px;
}
.message li label input {
    margin-right: 8px;
}
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    outline: none;
}
.clearfix::after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.message form div em {
    vertical-align: top;
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.message form div textarea {
    width: calc(100% - 95px);
    height: 145px;
    resize: none;
    border: 1px solid #E5E5E5;
}
.message form input[type=submit] {
    margin-left: 95px;
    display: block;
    width: 120px;
    line-height: 40px;
    color: #FFFFFF;
    background: #0086d1;
    border: none;
    margin-top: 30px;
    margin-bottom: 60px;
}
input[type=submit] {
    cursor: pointer;
}
@media only screen and (max-width: 1124px){
.contactc>div {
    float: none;
    overflow: hidden;
}
}
/*联系我们end*/

/*我们的优势 start*/
.activity-title2{
      font-size: 26px;
      font-weight: normal;
      color:#107cbe;
      border-left: 7px solid #d6b66a;
    }
.ourAchievement-title{
  color:#a7a6a6;
  font-size: 30px;
  margin-top: -22px;
  margin-left: 16px;
}
.ourAchievement-t{
  width:82%;
  margin:0 auto;
}
.ourAchievement-txt{
  width:85%;
  margin:0 auto;
  margin-top: 30px;
  font-size: 14px;
  color:#5d5c5c;
}
.Achievement-title{
  color:#107cbe;
  font-size: 18px;
  margin-bottom: 10px;
}
.Achievement-title i{
  font-size:20px;
}
.moshi{
  text-align: center;
  width:60%;
  margin:0 auto;
  color:#5d5c5c;
  font-size: 16px;
  line-height: 2;
}
.moshi p:last-child{
  font-size: 20px;
}
.louti2 a{
  color:#2d2d2d;
  background:#fff;
  min-width:145px;
  padding:10px;
  font-size: 18px;
  display:inline-block;
  margin-bottom:10px;
    border-radius: 5px;
  -webkit-border-radius: 5px;
}
.louti2 p:last-child a{
  background:none;
  width:auto;
  padding:0;
  font-size: 14px;
  color:#fff;

}
.louti2 p:last-child{
  margin-top:20px;
}
.louti2 p:first-child{
font-size: 36px;
}
.louti2 .product_box ul li:nth-child(1){
    background: url(../images/ourAdvantage-img2.jpg)no-repeat center center;
    background-size: cover;
}
.louti2 .product_box ul li:nth-child(2){
    background: url(../images/ourAdvantage-img3.jpg)no-repeat center center;
    background-size: cover;
}
/* .louti2 .product_box ul li:nth-child(3){
    background: url(../images/ourAdvantage-img3.jpg)no-repeat center center;
    background-size: cover;
} */
.louti2 .p_left .product_txt{
    padding: 0 440px 0 110px;
}
.louti2 .product_item{
  height:500px;
}
.louti2 .p_right .product_txt{
  text-align: right;
      padding: 0 60px 0 582px;
}
/*我们的优势 end*/