/* 全局 */
@font-face {
    font-family:'MyriadPro';
    src:url('MyriadPro-Regular.otf');
    font-weight:normal;
    font-style:normal
}
@font-face {
    font-family:'CALIST';
    src:url('CALIST.ttf');
    font-weight:normal;
    font-style:normal
}
@font-face {
    font-family:'FZZDHJW';
    src:url('FZZDHJW.ttf');
    font-weight:normal;
    font-style:normal
}
html body{margin-top:-85px;overflow-x: hidden;}
html{background-color: #f5f5f5;}
i{font-style: normal;}

/* 辅助 */
a:hover{color: #fff; transition: all .3s;}

.layui-badge{height: 20px; line-height: 20px; border-radius: 2px;}

.tt-link{color: #01AAED;}
.tt-link:hover{color: #aaaaaa;}
.tt-grey{color: #999;}

/*导航三级菜单样式*/
/*.layui-nav-third-child{display: none;left:110px;top:0;min-width: 100%; line-height:28px; padding: 5px 0;z-index: 100;white-space: nowrap;}*/
.layui-nav-third-child{	display: none;
                        position:absolute;
                        left:100px;
                        top:0;
                        min-width: 100%;
                        line-height: 36px;
                        background-color:rgba(10,42,73,0.5);
                        z-index: 100;
                        white-space: nowrap;}

.layui-nav-third-child li a{color: white;}
.layui-nav-third-child li a:hover{color: white;}
.layui-nav-third-child li{position: relative;color: white;background-color:rgba(35, 24, 21, 0.8)!important;padding-left:8px;padding-right:8px;}
.layui-nav .layui-nav-third-child li.layui-this a{background-color: transparent; color: white;}
.layui-nav-third-child::before {
  content: "";
  position: absolute;
  top: 8px; /* 根据需要调整 */
  left: -8px; /* 根据需要调整 */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0; /* 控制气泡的大小和形状 */
  border-color: transparent rgba(35, 24, 21, 0.8) transparent transparent; /* 控制气泡的颜色 */
}


/* 头部 */
.tt-header{position: fixed; left: 0; top: 0; z-index:10000; width: 100%;border-radius: 0;background-color:transparent;height:85px;}
.tt-logo{position:relative;left:0;top:0;}
.tt-logo img{width:320px;margin-top:10px;margin-bottom:15px;}
.tt-header .layui-nav{padding: 0;background:none;height:65px;position:absolute;left:420px;top:15px;display:flex;}
.tt-header .layui-nav .layui-nav-item a {
    color: #666;
    text-align: center;
    font-size: 16px;
}

.tt-header .layui-nav{background-color:transparent;}
.tt-header .layui-nav .layui-nav-item{line-height:60px;width:95px;padding: 0px;}
.tt-header .layui-nav .layui-nav-item a{color:#fff;padding:0 5px ;text-align: center;font-size: 16px;}
.tt-header .layui-nav .layui-nav-item a:hover{color:#fff;}
.tt-header .layui-nav .layui-this a{color:#fff;}
.tt-header .layui-nav .layui-nav-item .layui-nav-child{border-radius:0px;text-align: center;font-size:14px;}
.tt-header .layui-nav  .layui-nav-item .layui-nav-child a{border-radius: 0;text-align:center;font-size:14px;}
.tt-header .layui-nav .layui-nav-child a{color: #fff;}
.tt-header .layui-nav .layui-nav-child a:hover{color:#fff;text-decoration:underline;}
.tt-header .layui-nav-child:after,.layui-header .layui-nav-child:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tt-header .layui-nav-child:after {
    border-bottom-color:rgba(35, 24, 21, 0.8);
    border-width: 8px;
    margin-left: -10px;
}
.tt-header .layui-nav-child:before {
    border-bottom-color:rgba(35, 24, 21, 0.8);
    border-width: 8px;
    margin-left: -10px;
}

.tt-header .iconbox{
    width:100%;
    margin:0 auto;
    text-align:center;
    margin-top:25px;
    display:block;
}
.tt-header .iconbox a{
    padding:0 5px 0 5px;
}
.tt-header .infobox{
    width:100%;
    margin:0 auto;
    text-align:left;
    margin-top:33px;
}
.tt-header .infobox p{
    line-height:38px;
    color:#fff;
    font: normal 120%/1.2 Microsoft yahei;
}
.tt-header .infobox p b{
    color:#9f41b3;
    font: normal 120%/1.2 Microsoft yahei;
    margin-left:5px;
    display: block;
    float:right;
}


/*单页左侧导航样式*/
.tt-left {

    border:1px solid #f2f2f2;
    margin-bottom:35px;
}

.tt-left .layui-nav-item {
    border-bottom:1px solid #f2f2f2;
}

.tt-left .layui-nav-itemed:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #5a2565;
    transform: rotate(45deg) translateY(-50%);
    right: -1px;
    top: 50%;
    display:block;
}

section {
    text-align: center;
    min-height:450px;
    width: 100%;
}

h1 {
    margin-bottom: .5em;
    font: bold 280%/1.8 Microsoft yahei;
    color:#060101;
}

p {
    margin: 0 auto;
    line-height:26px;
    display: block;
}

/*标题样式开始*/
fieldset {
    padding:10px;
    margin:10px;
    /*width:350px;*/
    color:#b0251f; 
    display:block;
    margin:0 auto;
    overflow:hidden;
    border:none;
} 
legend {
    padding:0 5px 0 5px;
    height:30px;
    line-height:30px;
    display:block;
    margin:0 auto;
    font-size:30px;
    color:#333;

}
.subtitle{
    color: #9f41b3;
    text-transform: uppercase;
    font-family:'CALIST';
    font-size:20px;
}

.subline {
    width:100px;
    border-bottom:#9f41b3 solid 2px;
    margin:0 auto;
    display: block;
} 
/*英文标题样式结束*/
.morebtn{
    margin:0 auto;
    display:block;
    width:110px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #9f41b3;
    color: #9f41b3;
}

/*新闻中心开始*/
.news-box{
    width:100%;
    height:100%;
    margin:0 auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-align:left;
}
.news-box img{
    width:100%;
    height:100%;
}
.news-box p{
    margin:0;
    line-height:28px;
}
.news-box .title{
    color:#565656;
    font: bold 130%/1.8 Microsoft yahei;
    position: relative;
    display:block;
    top:10px;
    line-height:55px;
}
.news-box .timer{
    display:block;
    position:absolute;
    top:10px;
    right:15px;
    font: normal 80%/1.8 Microsoft yahei;
}
.news-box img:hover{
    box-shadow: 0px 0px 50px 15px rgba(0,0,0,0.2);
    transition: box-shadow 0.5s;
}




/*首页新闻 start*/
.news-list-box{
    background-color:#fafafa;
    min-height:100px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-align:left;
    padding:10px;
    cursor:pointer;
    display:block;
    margin-bottom:10px;
}
.news-list-box .title{
    position: relative;
    display:block;
    top:10px;
    display:block;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #333;
    line-height: 40px;
   
    letter-spacing: 1px;
    
}
.news-list-box .title:hover{
    color:#9f41b3
}
.news-list-box p{
    margin-top:10px;
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    color:#999;
}
.news-list-box .timer-box{
    text-align:center;
    position:relative;
    display: block;
    min-height:100px;
    color: #fff;
    background-color:#dab1e3;
    padding:5px;
    width:100%;
    height:100%;
    padding-top:10px;

}

.news-list-box .arrow_box {
    position:absolute;
    right:-20px;
    top:35%;
    display:block;
    margin:4px;
    width:0;
    height:0;
    border-style:solid;
    border-width:8px;
    border-color:transparent transparent transparent #dab1e3;
}

.news-list-box .timer-box b{
    color:#fff;
    font-size:50px;
}
.news-list-box:hover{
    /*    transform:translateY(-10px);
        -webkit-transform:translateY(-10px);*/
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transition: box-shadow 0.5s;
}

.news-list-box:hover .timer-box{
    background-color:#9f41b3;
}
.news-list-box:hover a{
   color:#9f41b3; 
}
.news-list-box:hover .arrow_box{
    position:absolute;
    right:-20px;
    top:35%;
    display:block;
    margin:4px;
    width:0;
    height:0;
    border-style:solid;
    border-width:8px;
    border-color:transparent transparent transparent #9f41b3;
}





/*新闻样式*/
.left_title{text-align:left;}
.left_subline {
    width:100px;
    border-bottom:#9f41b3 solid 2px;
    display: block;
} 
.article-list-box{
    margin:0 auto;
    text-align:left;
    padding:10px;
}
.article-list-box .title{
    position: relative;
    display:block;
    top:10px;
    color:#3c3d3b;
    font: normal 100%/1.0 Microsoft yahei;
    display:block;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-list-box .timer-box{
    text-align:left;
    position:relative;
    display: block;
    top:13px;
    color: #beb29c;
}



.article-list-arrow:before {
    top: -26%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #9f41b3;
    border-width: 8px;
    margin-left: -10px;
}

.article-list-arrow:after {
    border-bottom-color: #9f41b3;
    border-width: 8px;
    margin-left: -10px;
}


/*新闻中心结束*/


.layui-btn-brown {
    width:130px;
    line-height:26px;
    display:block;
    padding: 0 14px;
    background-color:#9f41b3;
    border-radius:18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer
}
.layui-btn-brown:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.video-box{width:90%;margin:50px auto;display: block;}



.longen {position:relative;width:200px;height:100px;border:1px solid #9f41b3;border-radius:5px;}
.longen span{
    position:absolute;
    left:100px;
    bottom:-18px;
    border-width:8px;
    border-style:solid dashed dashed; 
    border-color:red transparent transparent;
    font-size:0; 
    line-height:0;
}

.bubble_box{
    display: none;
    position: absolute;
    width: 120px;
    height:120px;
    padding: 15px;
    left: -35.5%;
    z-index: 999;
    top:0; 
    right: 0;
    bottom:170px;   
    margin: auto;
    line-height: 26px;
    border:1px solid #9f41b3;border-radius:5px;
    background-color:#fff;
    font-size:12px;
    /*text-align:left;*/

}
.bubble_box:before {
    bottom:-11%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #9f41b3;
    border-width: 8px;
    margin-left: -10px;
}

.bubble_box:after {
    border-top-color: #9f41b3;
    border-width: 8px;
    margin-left: -10px;
}



.introduce-list a:hover .bubble_box{
    display: block;
}


/*介绍结束*/


/*首页标题样式 start*/

.font20 {
    font-size: 20px;
}
.font30 {
    font-size: 30px;
}
.font60 {
    font-size: 60px;
}

.title_bar1{
    display:block;
    width:320px;
    text-align:left;
}

.title_bar2{
    display:block;
    width:320px;
    text-align: left;
    margin:0 auto;
}

.title-group1 {
    position: relative;
    width:100%;
}

.title-group1::after {
    content: "";
    width: calc(100% - 40px);
    height: 87px;
    /*background: url(../images/title_bg.png) no-repeat center center;*/
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}


.title-group1 h3 {
    color: #9f41b3;
    text-transform: uppercase;
    font-family:'CALIST';
}
.title-group1 h2 {
    padding-left:36px;
}



.title-group2 {
    width:100%;
    height:45px;
    line-height:45px;
    display:flex;
    position: relative;
    justify-content:space-between;
    margin-bottom:20px;
}

.title-group2 h3{
    font-size:24px;
    padding-left:20px;
    color:#333;
}

.title-group2 a,.title-group2 a:hover{
    text-transform: uppercase;
    color:#9f41b3;
}

.title-group2 h3::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(159, 65, 179, .27);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.title-group2 h3::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(159, 65, 179, 1);
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/*首页标题样式 end*/



/*首页集团介绍样式*/
.single-about-txt{
    margin-top:20px;
    width:100%;
}
.single-about-txt p {
    font-size: 16px;
    color: #333;
    line-height:36px;
    text-align: justify;
    width:90%;
}
.single-about-image{width:90%;}
.single-about-image img{
    width: 100%;
    height:100%;
    object-fit: cover;
    border: 0px;
    outline-width: 0px;
    vertical-align:bottom;
    position:relative;
    z-index:2;
    padding-top:30px;
    padding-bottom:40px;
}

.single-about-image::before {
        width: 120px;
    }

.single-about-image::before {
    content: "";
    width: 130px;
    height: 100%;
    background: #dab1e3;
    background-position-x: right;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*更多*/
.more_btn_inline{
    position:relative;
    width:  230px;
    height: 60px;
    display: flex;
    overflow:hidden;
    border: 1px solid #9f41b3;
}
.more_btn01{
  width: 170px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  background-color:transparent;
  color: #9f41b3;
  position: relative;
  cursor: pointer;
  z-index: 0;
  text-align:center;
}
.more_btn01:before{
  content: '';
  width: 0;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  background-color:#9f41b3;
  z-index: -1;
  transition: all 0.4s;
}
.more_btn01:hover:before{
  width: 100%;
}
.more_btn01:hover{
  color:#fff;
}
.more_btn_inline .icon-arraw {
    background: #9f41b3;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right:0;
    text-align:center;
    vertical-align: middle;
    line-height:60px;
}




/*要闻样式*/
.card_list{position:relative;}
.card_list .list{}
.card_list .list .item{
    text-align:left;
    min-height:310px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    background-color: #fff;
    padding-bottom:15px;
    border:1px solid #f2f2f2;
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
}
.card_list .list .item:hover{
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
    /*    transform:translateY(-5px);
        -webkit-transform:translateY(-5px);*/
    border:1px solid #e7091e;
}

.card_list .list .item h2{
    /*    margin-top:20px;
        padding: 0 20px;*/
    font-size: 20px;
    color: #292929;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: normal;
    margin-top: 10px;
    text-overflow:ellipsis;   
    white-space: nowrap;
    padding:0 15px;

}
.card_list .list .item h2:hover{
    color: #e7091e!important
}
.card_list .list .item p{
    margin-top:15px;
    font-size:14px;
    color:#666;
    line-height: 24px;
    transition:all 1s ease-out 0.2s;
    -webkit-transition:all 1s ease-out 0.2s;
    white-space:pre-wrap;
    word-wrap:break-word;
    padding:0 15px;
}
.card_list .list .item .ico{height:230px;opacity:0;text-align:center;transform:translateY(0);-webkit-transform:translateY(0);opacity:1;overflow:hidden;}
.card_list .list .item .ico img{display:inline-block;height:230px;}








.card_list_txt{position:relative;cursor:pointer;}
.card_list_txt .list{}
.card_list_txt .list:hover{
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
    /*    transform:translateY(-5px);
        -webkit-transform:translateY(-5px);*/
}
.card_list_txt .list .item{
    text-align:left;
    min-height:245px;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    padding:15px;
}


.card_list_txt .list .item h2{
    font-size:20px;
    color: #24282b;
    line-height: 40px;
    overflow: hidden;
    font-weight: normal;
    margin-top: 10px;
    text-overflow:ellipsis;   
    letter-spacing:1px;

}
.card_list_txt .list .item h2:hover{
    color: #e00027!important
}
.card_list_txt .list .item p{
    margin-top:15px;
    font-size:16px;
    color:#686868;
    line-height: 24px;
    transition:all 1s ease-out 0.2s;
    -webkit-transition:all 1s ease-out 0.2s;
    white-space:pre-wrap;
    word-wrap:break-word;
    letter-spacing:1px;
}
.card_list_txt .list .item p span{
    margin-top:15px;
    font-size:16px;
    color:#666;
    line-height: 24px;
}


/*业务中心*/
.yewu_title{
    text-align:center;
    margin:0 auto;
    position:absolute;
    left:40px;
    top:50px;
    right:40px;
    bottom:50px;
    z-index:100;

}
.yewu_title a,.yewu_title a:hover{
    font-size: 24px;
    color: #fff;
    display:block;
    line-height:140px;
}    

.yewu_list {
    width:100%;
    height:210px;
    min-height:210px;
    overflow:hidden;
}
.yewu_list .bg_mask{
    width:100%;
    height:100%;
    display:none;
}
.yewu_list:hover .bg_mask{
    background-color:rgba(35, 24, 21, 0.8);
    animation: change-color 0.3s;
    display:block;
}
@keyframes change-color {
    from /* 0% */ { background-color: #000;opacity:0.01;}
    to /* 100% */ { background-color:rgba(35, 24, 21, 0.8);}
}



/*首页官方新闻*/
.image-container {
  position: relative;
  display: inline-block;
  overflow:hidden;
}

.image-container img {
  width: 100%; /* 或者设置一个具体的宽度 */
  height:195px;
  transition: transform 0.3s ease;
}

.image-container:hover img {
  transform: scale(1.1); /* 放大图片 */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明背景 */
  display: none; /* 默认不显示 */
  justify-content: center;
  align-items: center;
  color: white;
  
}
.image-container:hover .overlay {
  display: flex;
  flex-direction:column;
  /* 鼠标悬停时显示 */
}
.image-container  .overlay p{
  font-size:16px;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.image-container .overlay .more{
    display:flex;
    background-color:rgba(159,65,179,0.8);
    width: 55px;
    height:55px;
    text-align:center;
    border-radius:50%;
    text-transform: uppercase;
    align-items: center;
    justify-content:center;
    font-size:12px;
}





/*首页官方新闻end*/





/*首页校园特色 start*/
.dynamics-box{
    display: block;
    overflow:hidden;
    padding:25px;
    background-color:#fff;
    overflow:hidden;
    border-radius:15px;
    min-height:280px;
    border:1px solid #f1f1f1;
}


.dynamics-img-box{
    display:block;
    margin:0 auto;
    width:100%;
    height:140px;
    overflow:hidden;
    border-radius:15px;
}

.dynamics-box img{
    display:block;
    margin:0 auto;
    width:100%;
    height:140px;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}
.dynamics-box img:hover {
    transform: scale(1.1); /* 放大图片，1.1表示放大到原始尺寸的110% */
}

.dynamics-box .title{
    display:block;
    width: 100%;
    line-height:55px;
    letter-spacing: 1px;
    color: #333;
    font-size: 18px;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top:20px;
}


.dynamics-box .desc{
    display:block;
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    color:#999;
    font-size:15px;
    text-align:left;
    margin-top:-20px;
}
.dynamics-box .more a,.dynamics-box .more a:hover{
    text-transform: uppercase;
    color:#9f41b3;
    display:block;
    text-align:right;
    line-height:35px;
}




.dynamics-box:hover{
    background-color:#9f41b3;
}
.dynamics-box:hover .title,.dynamics-box:hover .desc{
    color:#fff;
}

.dynamics-box:hover img{
    transform: scale(1.1); /* 放大图片，1.1表示放大到原始尺寸的110% */
}
.dynamics-box:hover .more a,.dynamics-box:hover .more a:hover{
    color:#fff;
}

/*首页校园特色 end*/



/*相约我们 start*/
.join-box{
    display: block;
    overflow:hidden;
    padding:25px;
    background-color:#fff;
    overflow:hidden;
    min-height:280px;
    text-align:center;
}


.join-img-box{
    display:block;
    margin:0 auto;
/*    width:420px;
    height:240px;*/
    overflow:hidden;
    /*border-radius:15px;*/
}
.join-img-box img{
    display:block;
    margin:0 auto;
    width:100%;
    height:100%;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}
.join-img-box img:hover {
    transform: scale(1.1); /* 放大图片，1.1表示放大到原始尺寸的110% */
}



.join-box .fl {
    float: left;
    display: inline;
}

.join-box .fr {
    float: right;
    display: inline;
}

.join-box .marg_box{
    display:block;
    margin:0 auto;
    position:relative;
    width:320px;
    top:30px;
}

.join-box .tit {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.join-box .tit em {
    display: inline-block;
    width: 25px;
    height: 100px;
    position: absolute;
    bottom: -15px;
    left:70%;
    transform: rotate(45deg);
    background: rgb(255, 255, 255);
    border-left: 1px solid rgb(200, 211, 237);
}

.join-box h2 {
    color: rgb(200, 211, 237);
    font-family: FZZDHJW;
}

.join-box h3 {
    float: left;
    margin-top:40px;
    margin-bottom:22px;
}
.join-box .font80 {
    font-size: 80px;
}
.join-box .font24 {
    font-size: 24px;
}





/*相约我们 end*/


.imgs-grid-image img{
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}

.imgs-grid-image img:hover {
    transform: scale(1.1); /* 放大图片，1.1表示放大到原始尺寸的110% */
}




/*成果数据 start*/
.chenguo-grid {
  column-count:3; /* 设置列数 */
  column-gap:20px; /* 设置列间距 */
}
 
.chenguo-grid-item {
  margin-bottom:20px; /* 设置项目之间的间距 */
  break-inside: avoid-column; /* 防止项目被分割到多列 */
  width:100%;
  overflow:hidden;
  position:relative;
}

.chenguo-grid-item img{
    display:block;
    margin:0 auto;
    width:100%;
    height:100%;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}
.chenguo-grid-item img:hover {
    transform: scale(1.1); /* 放大图片，1.1表示放大到原始尺寸的110% */
}


.chenguo-grid-item .title{
    position: absolute;
    bottom:0;
    display: block;
    width: 100%;
    height:65px;
    background: rgba(36,0,0,0.7);
    line-height:65px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 26px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.chenguo-grid-item .title:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #240000;
    border-width: 8px;
    margin-left: -10px;
}

.chenguo-grid-item .title:after {
    border-bottom-color: #c8270a;
    border-width: 8px;
    margin-left: -10px;
}

.chenguo-grid-item .desc {
    position: absolute;
    top:30%;
    left:50%;
    transform:translate(-50%,-30%);
    width:100px;
    height:100px;
    background-color:rgba(159,65,179,0.8);
    z-index:10;
    text-overflow:ellipsis;
    letter-spacing:1px;
    border-radius:50%
}

.chenguo-grid-item .desc p{
    color:#fff;
    font-size:26px;
    line-height:100px;
}

/*成果数据end*/


/*课程 start*/
.course-box{
    position:relative;
    display: block;
    width: 100%;
    height:100%;
    overflow:hidden;
  
}

.course-box .pic{
    display:block;
    margin:0 auto;
    width:100%;
    height:100%;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}

.course-box:hover .pic{
    transform: scale(1.1); /* 放大图片，1.1表示放大到原始尺寸的110% */
}


.course-box .title{
    position: absolute;
    bottom:0;
    display: block;
    width: 100%;
    height:55px;
    background: rgba(36,0,0,0.7);
    line-height:55px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.course-box .title:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #240000;
    border-width: 8px;
    margin-left: -10px;
}

.course-box .title:after {
    border-bottom-color: #c8270a;
    border-width: 8px;
    margin-left: -10px;
}


.course-box .desc {
    position: absolute;
    top:0;
    display: block;
    text-align:left;
    width:100%;
    height:100%;
    background-color:rgba(36,0,0,0.8);
    overflow: hidden;
    display:none;
    z-index:111;
    text-overflow:ellipsis;
    letter-spacing:1px; 
}

.course-box .desc p{
    padding:20px;
}

/*鼠标滑过效果*/

.course-box:hover .desc {
    display:block;
    color:#fff;
}

/*课程end*/






/*发展历史开始*/
.history{
    width: 100%;
    overflow:hidden;
}
.history_container{
    width: 1170px;
    margin: 50px auto 0;
}

.history_container .time_item_container{
    position: relative;
    height: 250px;
    display:flex;    
}

.history_container .time_item{
    display:inline-block;
    width:300px;
    height:300px;
    overflow:hidden;
}

.history_container .time_item .pic{
    display:block;
    width:100px;
    height:80px;
    transition: transform 0.5s ease; /* 平滑过渡效果 */
}

.history_container .time_item:hover .pic{
    transform: scale(1.1); /* 放大图片，1.1表示放大到原始尺寸的110% */
}

.history_container .time_item .time_line{
    height: 31px;
    line-height: 31px;
    margin: 24px 0 12px;
}
.history_container .time_item .time{
    float: left;
    width: 100px;
    height: 31px;
    line-height: 31px;
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    font-weight: bold;
    color: #333333;   
    padding-left: 5px;
}

.history_container .time_item .line{
    position: relative;
    top: 15px;
    height: 2px;
    background: #aaa;
    margin-left: 110px;
    margin-right: 24px;
}

.history_container .time_item .pot{

    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: #aaa;
    margin-top: 7px;
}

.history_container .content{
    display: inline-block;
    width: 270px;
    height: 75px;
    line-height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333; 
    margin-right: 100px;    
    vertical-align: top;
    text-align: justify;
}
/*发展历史结束*/







/*联系我们开始*/
/*信息*/
.contact-list-box{
    display:block;
    margin:0 auto;
    text-align:left;
}
.contact-list-box p{
    line-height:65px;
    height:45px;
    color:#fff;
    font: normal 100%/1.8 Microsoft yahei;
}

.contact-list-box p span{
  margin-left:5px;
}

.contact-list-box a,.contact-list-box a:hover{
    color:#fff;
}
.contact-list-box-pic{background-color:#fff;
                      width:130px;
                      height:130px;
                      border-radius:5px;
                      margin:0 auto;
                      transition: all 0.3s ease-out 0s;
                      -webkit-transition: all 0.3s ease-out 0s;
                      box-shadow:-2px 8px 30px rgba(0,0,0,0.2);
}
.contact-list-box-pic:hover{
    box-shadow: 0px 0px 50px 15px rgba(0,0,0,0.2);
    transition: box-shadow 0.5s;
}
.contact-list-box .icon{width:25px;height:25px;}



.resume_contact{
    margin-top:20px;
}
.resume_contact ul li {
/*    float: left;
    width: 50%;*/
    font-size: 16px;
    color: #333435;
    /*height: 36px;*/
    line-height:42px;

}

.resume_title {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #393e46;
    text-align:left;
}

.resume_title_line{
    line-height: 3px;
    height:3px;
    /*border-left:90px solid #e00027;*/
    border-bottom:1px solid #f2f2f2;
    margin-bottom: 20px;
    margin-top: 10px;
}

.resume_info{
    min-height:90px;
    margin-top:10px;
    border:1px solid #f2f2f2;
    border-radius:12px;
    padding:15px;
    /*background-color:#fff;*/
}

.resume_info p{
    /*font-family:'楷体','楷体_GB2312';*/ 
    color:#666;
}


.slogan{
    font-family: 'MyriadPro',sans-serif;
    font-size:40px;
    /*font-weight:600;*/
    color:#000;
}
.slogan_inline{
    display:block;
    margin-top:20px;
    display:flex;
    justify-content:center;
    
}
.slogan_btn{
    display:block;
    width:110px;
    height: 45px;
    line-height:45px;
    padding: 0 12px;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background-color:#9f41b3;
    border-radius:12px;
    margin-right:25px;
}
.slogan_btn_black{
    display:block;
    width:109px;
    height: 43px;
    line-height:43px;
    padding: 0 12px;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #9f41b3;
    border-radius:12px;
    border:1px solid #9f41b3;
}
.slogan_btn:hover{
   color: #fff;
   opacity:0.7;
}
.slogan_btn_black:hover{
   color: #9f41b3;
   opacity:0.7;
}




/*版块模型*/

.section_box_list{
    position:relative;
    margin-bottom:10px;
    background-color:#fff;
    border-radius:12px;

    
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.section_box_list:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.section_box_list .list{width:100%;margin:0 auto;position:relative;}
.section_box_list .list .item{
    text-align:center;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    padding:15px;
}

.section_box_list .list .item .cate{
    margin-top:15px;
    font-size:16px;
    color:#7e694f;
    line-height: 24px;
    font-weight:500;
}

.section_box_list .list .item h2{
    font-size: 30px;
    color: #24282b;
    line-height: 40px;
    overflow: hidden;
    font-weight: normal;
    margin-top: 20px;
    text-overflow:ellipsis;   
    letter-spacing:1px;
    margin-bottom:20px;

}
.section_box_list .list .item p{
    font-size:16px;
    color:#121212;
    line-height:26px;
    transition:all 1s ease-out 0.2s;
    -webkit-transition:all 1s ease-out 0.2s;
    white-space:pre-wrap;
    word-wrap:break-word;
    letter-spacing:1px;
    /*    max-width:70%;*/
    margin:0 auto;
    padding-top:20px;
    text-align:justify;
}
.section_box_list .list .item p span{
    margin-top:15px;
    font-size:16px;
    color:#7e694f;
    line-height: 24px;
}


/*二维码*/
.contact-erweima-box{
    width:140px;
    margin:0 auto;
}
.contact-erweima-box p{
    height:55px;
    line-height:55px;
    color:#fff;
    text-align:center;
}
.contact-erweima-box-pic{
    background-color:#fff;
    width:140px;
    height:140px;
    /*border-radius:5px;*/
    margin:0 auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow:-2px 8px 30px rgba(0,0,0,0.2);
    padding:5px;
}
.contact-erweima-box-pic:hover{
    box-shadow: 0px 0px 50px 15px rgba(0,0,0,0.2);
    transition: box-shadow 0.5s;
}

.contact-erweima-box-pic img{
    width:100%;
    height:100%;
}


/*联系我们结束*/
/*底部信息开始*/
/*底部导航*/
.nav-list-box{
    width:100%;
    margin:0 auto;
    text-align:left;
}
.nav-list-box p{
    line-height:30px;
    color:#9f41b3;
    /*font: normal 100%/1.0 Microsoft yahei;*/
}
.nav-list-box a{
    line-height:30px;
    color:#b6b2b1;
    /*font: normal 100%/1.0 Microsoft yahei;*/
}
.nav-list-box a:hover{
    color:#fff;
}
.nav-list-box p span{
    line-height:32px;
    color:#b6b2b1;
    font: bold 100%/1.0 Microsoft yahei;
}
.nav-list-box p b{
    line-height:25px;
    color:#555;
    font: normal 200%/1.4 Microsoft yahei;
}
.horizontal-line{width:100%;height:1px;line-height:1px;background-color:#917d68;margin-top:35px;}

/*友情链接*/
.link-list-box{
    width:100%;
    margin:0 auto;
    text-align:left;
}
.link-list-box a{
    line-height:35px;
    color:#9d9d9d;
    font: normal 100%/3.2 Microsoft yahei;
    padding:0 5px 0 5px;
    float:left;
}
/*版权信息*/
.copy-list-box{
    width:100%;
    margin:0 auto;
    text-align:left;
}
.copy-list-box a{
    line-height:35px;
    color:#fff;
    font: normal 100%/1.8 Microsoft yahei;
    padding:0 5px 0 5px;
}

/*底部信息结束*/

/*卡片翻转样式开始*/
.reversal {
    width:165px;
    height:165px;
    display:block;
    margin:0 auto; 
    position: relative;
    text-align:center;
}

.title{
    display:block;
    margin:0 auto;
    font: normal 100%/0.8 Microsoft yahei,Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    color:#fff;
    position: relative;
    bottom:20px;
}
.face{
    width:165px; 
    height:165px; 
    position: absolute; 
    text-align: center;  
    line-height:150px;   
    backface-visibility: hidden; 
    transform-style: preserve-3d; 
    transition: transform 1s; 
}
.face img{
    width:88px; 
    height:88px;
    border-radius:50%;
}
.back{
    width:100%; 
    height:165px; 
    position: absolute; 
    text-align:center;  
    line-height:35px;   
    backface-visibility: hidden; 
    transform-style: preserve-3d; 
    transition: transform 1s; 
    color:#fff;
    padding:20px 15px;
}
.face{transform: rotateY(0deg);}
.back{transform: rotateY(-180deg);}
.reversal:hover .back{transform:rotateY(0deg);}
.reversal:hover .face{transform:rotateY(180deg);}
/*卡片翻转样式结束*/

.sub_title{
    font: normal 120%/1.2 Microsoft yahei;
    color: #9f41b3;
    padding: 0 5px 0 5px;
    height: 30px;
    line-height: 30px;
}
.sub_desc{
    padding: 0 5px 0 5px;
    line-height: 60px;
    color:#999;
    font: normal 100%/2.0 Microsoft yahei;
}


/*列表式*/
.news_list{text-align:left;}
.news_list li{position: relative;
              height: 180px;
/*              margin-bottom: 15px;*/
              padding: 15px 15px 15px 200px;
              border-bottom: 1px dotted #fff;
              background: #fff;
              border-radius:12px;
              transition: all 0.3s linear;
              -moz-transition: all 0.3s linear; /* Firefox 4 */
              -webkit-transition: all 0.3s linear; /* Safari 和 Chrome */ 
              -o-transition: all 0.3s linear; /* Opera */}
.news_list .no_pic{padding:15px;}
.news_list li:hover{box-shadow:0px 1px 16px -8px #333;}
.news_list li .pic{position: absolute;left: 15px;top: 15px;height: 180px;overflow: hidden;line-height: 110px;width:165px;}
.news_list li .pic img{width:100%;vertical-align:middle;}
.news_list li  h2{line-height: 28px;font-size:0;position: relative;}
.news_list li  h2{display: inline-block;vertical-align: top;}
.news_list li  h3{line-height: 28px;font-size:14px;position: relative;}
.news_list li  h3{display:block;vertical-align: top;}
.news_list li  h2 a{max-width: 99%;margin-right: 10px;overflow: hidden;text-overflow:ellipsis;font-size: 16px;line-height: 26px;}
.news_list li  h2 a:hover{color:#9f41b3;}
.news_list li .date{position: relative;line-height: 20px;font-size: 12px;color: #666;}
.news_list li .date span{padding-right: 15px;height: 20px;line-height: 20px;padding-left:2px;}
.news_list li .desc{line-height: 24px;overflow: hidden;margin-top: 8px;color:#666;}





/*右侧列表*/

/*右侧滚动样式*/
.right_box{
    height:650px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #d1d1d1;
    scrollbar-track-color: #e6e6e6;  
}
/*滚动条样式*/
.right_box::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background-color: #e6e6e6;
    border-radius: 5px;
}

.right_box::-webkit-scrollbar-thumb {
    width: 8px;
    height: 10px;
    background-color: #d1d1d1;
    border-radius: 5px;
}

.right_box::-webkit-scrollbar-thumb:hover {
    background-color: #d1d1d1;
}

.right_box::-webkit-scrollbar-button {
    background-color: #ccc;
    display: none;
}

.right_box::-webkit-scrollbar-button:start:decrement, .wrapper::-webkit-scrollbar-add-button {
    display: none;
}

.right_box::-webkit-scrollbar-button:end:increment, .wrapper::-webkit-scrollbar-sub-button {
    display: none;
}

.right_box:before{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: rgba(0,0,0,0.3) #f5f5f5;
    border-radius: 0 0 0 4px;
    -webkit-transition: all 0.4s ease-out;
    transition:all 0.4s ease-out;
    border-right-width:40px;
    border-bottom-width:40px;
    z-index:10;
}

/*相关文章样式*/
.tt-article-list{padding:20px 20px 20px 20px;position:relative;}
.tt-article-bar{color:#666;font-size:16px;line-height:35px;margin-bottom:20px;border-bottom:1px solid #f2f2f2;}
.tt-article-list li{margin-bottom:10px;}
.tt-article-list li h2 a{color:#121212;font-size:16px;font-weight:400;letter-spacing:0px;overflow: hidden; text-overflow: ellipsis;}
.tt-article-list li h2 a:hover{color: #e00027;}
.tt-article-list .date{color:#ccc;font-size:14px;margin-top:10px;}



/*业务详情文章样式*/

.news_list_2{text-align:left;margin-top:-10px;}
.news_list_2 li{position: relative;
              height: 180px;
/*              margin-bottom: 15px;*/
              padding: 15px 15px 15px 200px;
              border-bottom: 1px solid #fff;
              transition: all 0.3s linear;
              -moz-transition: all 0.3s linear; /* Firefox 4 */
              -webkit-transition: all 0.3s linear; /* Safari 和 Chrome */ 
              -o-transition: all 0.3s linear; /* Opera */}
.news_list_2 .no_pic{padding:15px;}
/*.news_list_2 li:hover{box-shadow:0px 1px 16px -8px #333;}*/
.news_list_2 li .pic{position: absolute;left: 15px;top: 15px;height: 180px;overflow: hidden;line-height: 110px;width:165px;}
.news_list_2 li .pic img{width:100%;vertical-align:middle;}
.news_list_2 li  h2{line-height: 28px;font-size:0;position: relative;}
.news_list_2 li  h2{display: inline-block;vertical-align: top;}
.news_list_2 li  h3{line-height: 28px;font-size:14px;position: relative;}
.news_list_2 li  h3{display:block;vertical-align: top;}
.news_list_2 li  h2 a{max-width: 99%;margin-right: 10px;overflow: hidden;text-overflow:ellipsis;font-size: 16px;line-height: 26px;}
.news_list_2 li  h2 a:hover{color:#9f41b3;}
.news_list_2 li .date{position: relative;line-height: 20px;font-size: 12px;color: #666;}
.news_list_2 li .date span{padding-right: 15px;height: 20px;line-height: 20px;padding-left:2px;}
.news_list_2 li .desc{line-height: 24px;overflow: hidden;margin-top: 8px;color:#666;}



/*文章样式*/
.article_list{text-align:left;}
.article_list li{position: relative;height: 180px;margin-bottom: 15px;padding: 15px 15px 15px 300px;border-bottom: 1px #ddd dashed;overflow: hidden;}
.article_list .no_pic{padding:15px;}
/*.news_list li:hover{box-shadow:0px 1px 16px -8px #333;border:1px solid #e7091e;}*/
.article_list li .pic{position: absolute;left: 15px;top: 15px;height: 180px;overflow: hidden;line-height: 180px;width:260px;border-radius:15px;}
.article_list li .pic img{width:100%;height:100%;vertical-align:middle;transition: all 0.8s;}
.article_list li .pic img:hover{transform:scale(1.1) }
.article_list li  h2{
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: normal;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    text-overflow:ellipsis;   
    white-space: nowrap;

}
.article_list li  h3{line-height: 28px;font-size:14px;position: relative;display:block;vertical-align: top;}
.article_list li  h2 a{max-width: 99%;margin-right: 10px;overflow: hidden;text-overflow:ellipsis;font-size: 22px;color: #292929;}
.article_list li  h2 a:hover{color:#9f41b3;}
.article_list li .date{position: relative;line-height: 20px;font-size: 12px;color: #666;}
.article_list li .date span{padding-right: 15px;height: 20px;line-height: 20px;padding-left:2px;}
.article_list li .desc{line-height: 24px;overflow: hidden;margin-top: 8px;color:#666;margin: 10px 0;
                    padding: 0;
                    font-size: 16px;
                    color: #666;
                    height: 50px;
                    line-height: 24px;
                    overflow: hidden;}




/*图片卡片样式*/
.pic_list{position:relative;}
.pic_list .list{}
.pic_list .list .item{
    text-align:center;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    background-color: #fff;
    padding:15px;
    height:250px;
}
.pic_list .list .item:hover{
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}
.pic_list .list .item h2{
    font-size:16px;
    margin-top:20px;
}
.pic_list .list .item h2:hover{
    color: #9f41b3!important
}
.pic_list .list .item p{
    margin-top:15px;
    font-size:14px;
    color:#808080;
    line-height: 24px;
    transition:all 1s ease-out 0.2s;
    -webkit-transition:all 1s ease-out 0.2s;
    white-space:pre-wrap;
    word-wrap:break-word;
}
.pic_list .list .item .ico{height:200px;opacity:0;text-align:center;transform:translateY(0);-webkit-transform:translateY(0);opacity:1;overflow:hidden;}
.pic_list .list .item .ico img{display:inline-block;height:auto;width:100%}


/*产品卡片样式*/
.product_list{position:relative;}
.product_list .list{}
.product_list .list .item{
    text-align:center;
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    background-color: #fff;
    padding:15px;
}
.product_list .list .item:hover{
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}
.product_list .list .item h2{
    font-size:16px;
    margin-top:20px;
}
.product_list .list .item h2:hover{
    color: #9f41b3!important
}
.product_list .list .item p{
    margin-top:15px;
    font-size:14px;
    color:#808080;
    line-height: 24px;
    transition:all 1s ease-out 0.2s;
    -webkit-transition:all 1s ease-out 0.2s;
    white-space:pre-wrap;
    word-wrap:break-word;
}
.product_list .list .item .ico{height:auto;opacity:0;text-align:center;transform:translateY(0);-webkit-transform:translateY(0);opacity:1;}
.product_list .list .item .ico img{display:inline-block;height:auto;}



/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

/* 底部版权 */
.tt-footer {margin:10px 0 0 0; padding: 15px 0 15px; line-height: 26px; text-align:left; color: #b6b2b1;width: 100%;}
.tt-footer a{font-weight:300; color: #fff;padding-right:5px;}
.tt-footer a:hover{color: #fff;}

/* 二维码start */
.erweima {position:absolute;right:0;top:55px;}
.erweima li{display:inline;margin-right:10px;position:relative;}

.erweima .triangle_border_up{
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: 39px;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color:  rgba(51,51, 51, 1) rgba(51, 51, 51, 1) white;
    background: white;
}
.erweima .recognition_box{
    display: none;
    position: absolute;
    width: 90px;
    height: 90px;
    padding: 2px;
    background-color:#fff;
    top: 30px;
    left: -35px;
    border: 1px solid rgba(51,51, 51, 1);
    z-index: 999
}
.erweima li:hover .recognition_box{
    display: block;
}
/*.erweima .layui-icon-login-wechat{color:#af9653;font-size:26px;background-color:#fff;border-radius:50%;}*/
.erweima .layui-icon{color:#fff;font-size:26px;background-color:#af9653;border-radius:50%;}
/* 二维码 */

/* 面板 */
.tt-panel{margin-bottom: 15px; border-radius: 2px; background-color: #fff; box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);clear:both;}
.tt-panel-title{position: relative; height: 50px; line-height: 50px; padding: 0 15px; border-bottom: 1px dotted #E9E9E9; color: #333; border-radius: 2px 2px 0 0; font-size: 14px;}

/* 专栏 */
.tt-column{height: 45px; line-height: 45px;padding:0 8px 0 8px;clear: both;}
.tt-column ul li{position: relative; display: inline-block; height: 45px;padding-right:10px;text-align: left;}
.tt-column ul li a{color:#666;}
.tt-column ul li a:hover{color:#aaaaaa;}
.tt-column ul li.layui-this{color: #aaaaaa;font-weight: bold;}
.tt-column-right{position: absolute; right:10px;top:0px;}
.tt-column-right .layui-btn{vertical-align: initial;}


/* 搜索 */
.tt-search{display: inline-block; vertical-align: top; width: 50px; height: 50px; margin-right: 10px; text-align: center; cursor: pointer; font-size: 20px;}
.tt-search .layui-icon{font-size: 20px;}
.tt-search:hover{color: #aaaaaa;}
.tt-layer-search input{height: 75px; line-height: 75px; width: 500px; padding: 0 15px; font-size: 20px; border: none 0; background: none;}

/* 列表 */
.tt-list .tt-avatar{position: absolute; left: 15px; top: 15px;}
.tt-list .tt-avatar img{display: block; width: 40px; height:40px; margin: 0; border-radius: 0px;}
.tt-list .tt-avatar2{position: absolute; left: 15px; top: 15px;margin-bottom:35px;width:120px;height:115px;overflow: hidden;display:block;}
.tt-list .tt-avatar2 img{width:100%; height:auto;border-radius: 0px;}
.tt-list li{position: relative;height:60px; line-height: 22px;padding: 15px 15px 15px 15px; border-bottom: 1px dotted #e2e2e2;overflow: hidden;display:block;margin-bottom:20px;}
.tt-list li:last-child{border-bottom: none;}
.tt-list li h2,
.tt-list li h2 a,
.tt-list-info{overflow: hidden; text-overflow: ellipsis;}
.tt-list li h2{height: 26px; font-size: 0;margin-left:160px;}
.tt-list li h2 a{display: inline-block;padding-right: 10px; font-size: 18px;}
.tt-list li h2 .layui-badge{height: 26px; line-height: 26px; padding: 0 5px; margin-right: 10px; font-size: 12px; border: 1px solid #aaaaaa; background: none; color: #aaaaaa;}
.tt-list-info{position: relative; font-size: 13px; color: #999;margin-left:160px;}
.tt-list-info>*{padding-right: 15px;}
.tt-list-info a{color: #999;}
.tt-list-info a:hover{color: #aaaaaa;}
.tt-list-nums{position: absolute; right: 0; top: 0; padding-right: 0!important;}
.tt-list-nums i{position: relative; padding: 0 3px 0 15px;}
.tt-list-badge{position: absolute; right: 15px; top: 15px; font-size: 0;}
.tt-list-badge .layui-badge{margin-left: 5px; border-radius: 2px; font-size: 12px;}
.tt-list .tt-none-pic h2{margin-left:0}
.tt-none-pic .tt-list-info{margin-left:0}

.tt-list .tt-avatar2{overflow:hidden;display:block;}
.tt-list .tt-avatar2 a:hover img{  
    transform: scale(1.1);
    transition: all 1s ease 0s;
} 

/* hot列表 */
.tt-hot-list li{position: relative;height:65px; line-height: 22px;padding: 15px 15px 15px 15px; border-bottom: 1px dotted #e2e2e2;}
.tt-hot-list li:last-child{border-bottom: none;}
.tt-hot-list li h2,
.tt-hot-list li h2 a,
.tt-hot-list .info{overflow: hidden; text-overflow: ellipsis;}
.tt-hot-list li h2{height: 28px; font-size: 0;}
.tt-hot-list li h2 a{display: inline-block;padding-right: 10px; font-size: 16px;}
.tt-hot-list li h2 .layui-badge{top: -6px; height: 14px; line-height: 14px; padding: 0 5px; margin-right: 10px; font-size: 12px; border: 1px solid #aaaaaa; background: none; color: #aaaaaa;}
.tt-hot-list .info{position: relative; font-size: 13px; color: #999;}
.tt-hot-list .info>*{padding-right: 15px;}
.tt-hot-list .info a{color: #999;}
.tt-hot-list .info a:hover{color: #aaaaaa;}



/* 单行列表 */
.tt-list-one .tt-panel-title{margin-bottom: 5px;}
.tt-list-one dd{margin: 0 15px; line-height: 26px; white-space: nowrap; overflow: hidden; list-style: decimal-leading-zero inside; *list-style-type: decimal inside; color: #009E94;}
.tt-list-one dd a,
.tt-list-one dd span{display: inline-block; *display: inline; *zoom: 1; vertical-align: top; font-style: normal}
.tt-list-one dd a{max-width: 85%; margin-right: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px;}
.tt-list-one dd span{font-size: 12px; color: #ccc;}
.tt-list-one dd:last-child{padding-bottom: 5px;}

body .layui-edit-face{ border:none; background:none;}
body .layui-edit-face  .layui-layer-content{padding:0; background-color:#fff; color:#666; box-shadow:none}
.layui-edit-face .layui-layer-TipsG{display:none;}
.layui-edit-face ul{position:relative; width:372px; padding:10px; border:1px solid #D9D9D9; background-color:#fff; box-shadow: 0 0 20px rgba(0,0,0,.2);}
.layui-edit-face ul li{cursor: pointer; float: left; border: 1px solid #e8e8e8; height: 22px; width: 26px; overflow: hidden; margin: -1px 0 0 -1px; padding: 4px 2px; text-align: center;}
.layui-edit-face ul li:hover{position: relative; z-index: 2; border: 1px solid #eb7350; background: #fff9ec;}


/* 静态列表 */
.tt-list-static li{line-height: 26px; list-style-position: inside; list-style-type: disc; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.tt-list-static li a{color: #01AAED;}
.tt-list-static li a:hover{opacity: 0.8;}


/* Detail页 */
.detail-box{padding:20px;border-radius:12px;}
.detail h1{font-size: 1.6rem; line-height: 33px;text-align:left;}
.tt-detail-info{position: relative; margin: 10px 0 15px;}
.tt-detail-info .layui-btn{height: 20px; line-height: 20px; vertical-align: top; border-radius: 0;}
.tt-detail-info .layui-btn+.layui-btn{margin-left: 0;}
.tt-detail-info .tt-list-nums{top: -3px; font-size: 14px;}
.tt-detail-info .tt-list-nums i{padding: 0 3px 0 15px; font-size: 14px; color: #666;}
.tt-detail-info span {color: #999;}

.detail-body{margin: 20px 0 0; min-height: 306px; font-size:16px; color: #666; word-wrap: break-word;}
.detail-body p{margin-bottom:15px;line-height:30px;}
.detail-body a{color:#4f99cf;}
.detail-body img{max-width: 100%; cursor: crosshair;}
.detail-body table{margin: 10px 0 15px;}
.detail-body table thead{background-color:#f2f2f2;}
.detail-body table th, 
.detail-body table td{padding: 10px 20px; line-height: 22px; border: 1px solid #DFDFDF; font-size: 14px; font-weight: 400;}
.detail .page-title{ border: none; background-color: #f2f2f2;}
.detail-body h4{
    color: #666;
    /*font: normal 120%/1.2 Microsoft yahei;*/
    padding: 0 5px 0 10px;
    line-height: 25px;
    height:25px;
    border-left:4px solid #9f41b3;
}

/* 内容块 */
.tt-content{min-height:60px; padding-bottom:10px;padding-top:15px;color: #999;}
.tt-content p{margin: 5px 0 10px 0; padding: 0 15px; font-size:12px; color: #999;line-height:26px;text-align:left;}
.tt-text-title{margin: 10px 0 0px 0; font-size: 14px; color: #999;line-height:26px;text-align:center;}


/*对齐方式*/
.tt-txt-center{text-align: center}
.tt-txt-left{text-align: left;}
.tt-txt-right{text-align: right}

/*圆角*/
.tt-img-circle{border-radius: 50%;}

/*位置*/
.tt-txt-info{position: relative;padding: 6px 0px 0px 0px; border-top: 1px dotted #eee;height:32x; line-height: 32px;}
.tt-txt-active {position: absolute; right: 0; top: 10px; padding: 0 15px;}
.tt-txt-active a{color:#5DB276}
.tt-txt-left-active {position: absolute; left: 0; top: 10px; padding: 0 15px;}
.tt-txt-left-active a{color:#5DB276}


/*鼠标效果*/
.tt-list-box:hover{
    transition:all 0.3s ease-out 0s;
    -webkit-transition:all 0.3s ease-out 0s;
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}
.tt-list-box .layui-badge{top: -4px; height: 16px; line-height: 16px; padding: 0 5px; margin-right: 10px; font-size: 12px; border: 1px solid #aaaaaa; background: none; color: #aaaaaa;}

.info-box{
    transition:all 0.6s ease-out 0s;
    -webkit-transition:all 0.6s ease-out 0s;
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
}

/*边框*/
.tt-img-border{border:1px solid #ddd;padding:2px;}
.tt-img-width{width:100%;height:148px;overflow: hidden;display:block;}
.tt-img-width img{width:100%;}
.tt-img-width a:hover img{  
    transform: scale(1.1);
    transition: all 1s ease 0s;
} 
.tt-img-width-list{width:100%;height:148px;overflow: hidden;display:block;}
.tt-img-width-list img{width:100%;}
.tt-img-width-list a:hover img{  
    transform: scale(1.1);
    transition: all 1s ease 0s;
} 

.tt-box {width:100%;overflow: hidden;display:block;}
.tt-box a:hover img{  
    transform: scale(1.1);
    transition: all 1s ease 0s;
} 

/*字体色*/
.tt-txt-blue{color:#01AAED}
.tt-txt-red{color:#c30e23}
.tt-txt-orange{color:#e94619}
.tt-txt-green{color:#90ab0b}
.tt-txt-green{color:#90ab0b}
.tt-txt-cyan{color:#46d082}
.tt-txt-brown{color:#502e2f}

/*间距*/
.margin-right-10{margin-right: 10px;}
.margin-top-10{margin-top: 10px;}
.margin-top-35{margin-top: 35px;}
.padding-top-70{padding-top: 70px;}


/*分页*/
.pagination{display: block;vertical-align: middle;margin: 10px 0;font-size: 0;text-align: center;}
.pagination li{display: inline-block;font-size: 14px;}
.pagination .disabled{display: none;}
.pagination li a,.pagination li span{display: inline-block;vertical-align: middle;padding: 0 15px;border: 1px solid #e2e2e2;height: 28px;line-height: 28px;margin: 0 -1px 5px 0;background-color: #fff;color: #333;font-size: 12px;}
.pagination .active span{background-color: #9f41b3;color:#fff;}


/*左边导航*/  
.left_nav_mask{display: none;}
.left_nav_btn{display: none;}
.left_nav_close{display: none;}
.left_nav{display: none;}


.left_nav .layui-nav .layui-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 40px;
    margin-left:10px;
    margin-right:10px;
}

.left_nav .layui-nav .layui-nav-item a {
    display: block;
    padding: 0 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #333;
}

.left_nav .layui-side,.left_nav .layui-side-scroll{width:100%;} 
.left_nav .layui-side .layui-nav-item {
    display:block;
    width: 100%;
    font-size:15px;
    line-height: 45px;
}
.left_nav .layui-nav-tree {
    width: 100%;
    padding:10px;
}


.p_nav{
    position:absolute;
    z-index:111;
    width:100%;
    height: 400px;
    overflow-x: hidden;
    display: none;
}
.p_nav .layui-nav{background-color:#fff;width:97.5%;}
.p_nav .layui-nav .layui-nav-item {
    position: relative;
    /*display: inline-block;*/
    vertical-align: middle;
    line-height: 40px;
    /*        margin-left:10px;
            margin-right:10px;*/
    /*width:100%;*/
}

/*首页轮播*/
.inner {width: 96%;height:100%;overflow: hidden; margin: 0 auto;}

/*右侧悬浮*/
.floating_ck{position:fixed;right:8px;top:25%;z-index:10001;font-size:12px;}
.floating_ck dl dd{position:relative;width:52px;height:52px;background-color:#4f4b4a;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;padding:5px 0 5px 0;}
.floating_ck dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.floating_ck dd .icon{display:block;width:30px;height:30px;overflow: hidden;margin:0 auto;padding-top:5px;}
.floating_ck dd .icon img{width:28px;height:28px;}
.floating_ck dd span{color:#fff;display:block;font-size:12px;font-weight:normal;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:62px;background-color:#fff;border-bottom:solid 1px #fff;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:180px;top:0;}
.floating_ewm i{display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#333;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}

.floating_right_fixed{position:fixed;z-index:10001;top:130px;width:180px;}

.datu-box{
    position:relative;
}


.datu-box img {
    display: block;
    width: 100%;
}

.datu-box .title-box{
    position:absolute;
    z-index:10;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;  
}


.datu-box .title-box  h2{
    display: block;
    font-size: 46px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0.52vw;
    color:#fff;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
    white-space: nowrap;
}
.datu-box .title-box  p{
    font-size: 32px;
    line-height: 40px;
    color:#fff;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
    font-weight: bold;
    margin-top: 18px;
    text-transform: uppercase;
    font-family:'CALIST';
    text-align:center;
    white-space: nowrap;
}

img {
    border: 0;
    vertical-align: middle;
}


.contact-tit{
    font-size: 18px;
    font-weight: bolder;
    color: #333;
    margin-bottom: 15px;
}




/*
tab-box start
二级导航样式
*/

.tab-box {
    position: relative;
    width: 100%;
    margin-bottom:15px;
}

.tab-box .tab-list {
    display:flex;
    justify-content:center;
}

.tab-box .tab-list > li{
    position:relative;
    margin:10px;
    line-height:60px;
    padding: 0 35px 0 35px;
    white-space: nowrap;
    text-align: center;
    font-size:16px;
    letter-spacing:2px;
    cursor: pointer;
    background-color:#dcdddd;
    background:linear-gradient(-45deg, transparent 8px, #dcdddd 0) bottom right,
        linear-gradient(45deg, transparent 8px, #dcdddd 0) bottom left,
        linear-gradient(-135deg, transparent 8px, #dcdddd 0) top right,
        linear-gradient(135deg, transparent 8px, #dcdddd 0) top left;
    background-size : 51% 51% ;
    background-repeat : no-repeat ;
}
.tab-box .tab-list > li.active{
    cursor: pointer;
    background-color:#9f41b3;
    background:linear-gradient(-45deg, transparent 8px, #9f41b3 0) bottom right,
        linear-gradient(45deg, transparent 8px, #9f41b3 0) bottom left,
        linear-gradient(-135deg, transparent 8px, #9f41b3 0) top right,
        linear-gradient(135deg, transparent 8px, #9f41b3 0) top left;
    background-size : 51% 51% ;
    background-repeat : no-repeat ;

}
.tab-box .tab-list > li.active:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: rgba(0,0,0,0.2) #f5f5f5;
    border-radius: 0 0 0 4px;
    -webkit-transition: all 0.4s ease-out;
    transition:all 0.4s ease-out;
    border-right-width:20px;
    border-bottom-width:20px;
}

.tab-box .tab-list > li a {
    color: #666;
    font-family:'Microsoft yahei';
    font-size:20px;
}
.tab-box .tab-list > li.active a,.tab-box .tab-list > li.active a:hover {
    color: #fff;
}

.tab-box .tab-list > li a,.tab-box .tab-list > li a:hover {
    color: #666;
}

/*tab-box end*/

.breadcrumb{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    max-width:100%; 
    box-sizing: border-box;
}

.layui-text em,.layui-word-aux {
    color: #9f41b3 !important;
    padding: 0 5px !important;
    font-weight:bold;
    font-size: 16px;
    font-family:'Microsoft yahei';
    letter-spacing:1px;
}


@media screen and (max-width: 1440px) {
    
 .datu-box .title-box  h2{
    font-size: 38px;
    line-height:42px;
}
.datu-box .title-box  p{
    font-size:22px;
    line-height:30px;
    margin-top: 10px;
}   

}
@media screen and (max-width: 1280px) {
    
   
    
.datu-box .title-box  h2{
    font-size:32px;
    line-height:36px;
}
.datu-box .title-box  p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 6px;
}

.tt-logo img{width:260px;margin-top:10px;margin-bottom:15px;}
.tt-header .layui-nav{padding: 0;background:none;height:65px;position:absolute;left:280px;top:15px;display:flex;}
.tt-header .layui-nav .layui-nav-item{line-height:60px;width:85px;padding: 0px;}

}


@media screen and (max-width: 1140px) {
    
     
    
.datu-box .title-box  h2{
    font-size:32px;
    line-height:36px;
}
.datu-box .title-box  p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 6px;
}

.tt-logo img{width:230px;margin-top:10px;margin-bottom:15px;}
.tt-header .layui-nav{padding: 0;background:none;height:65px;position:absolute;left:250px;top:15px;display:flex;}
}

@media screen and (max-width: 1024px) {

 
    
    
.tt-logo img{width:200px;margin-top:10px;margin-bottom:15px;}
.tt-header .layui-nav{padding: 0;background:none;height:65px;position:absolute;left:230px;top:15px;display:flex;}

/*banner图片标题 start*/
.datu-box .title-box{
    position:absolute;
    z-index:10;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
      
}

.datu-box .title-box  h2{
    font-size: 26px;
    line-height: 30px;
}
.datu-box .title-box  p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 6px;
}
/*banner图片标题 end*/

}
@media screen and (max-width: 960px) {
       
.tt-header .layui-nav{display:none}
}
@media screen and (max-width: 800px) {
   	
}
@media screen and (max-width: 768px) {
legend {
    padding:0 5px 0 5px;
    height:26px;
    line-height:26px;
    display:block;
    margin:0 auto;
    font-size:24px;
    color:#333;

}
.subtitle{
    color: #9f41b3;
    text-transform: uppercase;
    font-family:'CALIST';
    font-size:16px;
}

.single-about-txt{
    margin-top:-5px;
}

.title-group2 h3{
    font-size:20px;
    padding-left:20px;
    color:#333;
}



.news-list-box{
    min-height:80px;
}
.news-list-box .title{
    top:6px;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:16px;
    color: #333;
    line-height:30px;
}

.news-list-box p{
    margin-top:6px;
    line-height:24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
.news-list-box .timer-box{
    text-align:center;
    position:relative;
    display: block;
    min-height:100px;
    color: #fff;
    background-color:#dab1e3;
    padding:5px;
    width:100%;
    height:100%;
    padding-top:10px;

}

.news-list-box .arrow_box {
    position:absolute;
    right:-20px;
    top:35%;
    display:block;
    margin:4px;
    width:0;
    height:0;
    border-style:solid;
    border-width:8px;
    border-color:transparent transparent transparent #dab1e3;
}

.news-list-box .timer-box b{
    color:#fff;
    font-size:30px;
    margin-top:30px;
}
.news-list-box:hover{
    /*    transform:translateY(-10px);
        -webkit-transform:translateY(-10px);*/
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transition: box-shadow 0.5s;
}

.news-list-box:hover .timer-box{
    background-color:#9f41b3;
}
.news-list-box:hover a{
   color:#9f41b3; 
}
.news-list-box:hover .arrow_box{
    position:absolute;
    right:-20px;
    top:35%;
    display:block;
    margin:4px;
    width:0;
    height:0;
    border-style:solid;
    border-width:8px;
    border-color:transparent transparent transparent #9f41b3;
}










.image-container img {
  width: 100%; /* 或者设置一个具体的宽度 */
  height:auto;
  transition: transform 0.3s ease;
}


.contact-erweima-box{
    width:100px;
    margin:0 auto;
}
.contact-erweima-box p{
    height:25px;
    line-height:25px;
}
.contact-erweima-box-pic{
    width:100px;
    height:100px;
}


.dynamics-box{
    height:auto;
}

.dynamics-img-box{
    max-height:180px;
    overflow:hidden;
    height:auto;
}

.dynamics-box img{
    height:auto;
}


/*banner图片标题 start*/
.datu-box .title-box{
    position:absolute;
    z-index:10;
    left:50%;
    top:30%;
    transform:translate(-50%,-50%);
}

.datu-box .title-box  h2{
    font-size: 26px;
    line-height: 30px;
}
.datu-box .title-box  p{
    display:none;
   
}
/*banner图片标题 end*/

.chenguo-grid {
  column-count:1; /* 设置列数 */
  column-gap:20px; /* 设置列间距 */
}


/*导航水平滚动start*/
.tab-box {
    overflow-x: auto;
    white-space:nowrap;
    padding-bottom:15px;
}

.tab-box .tab-list {
    position:relative;
    display:inline-flex;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    -webkit-tap-highlight-color: transparent;
    justify-content:flex-start;
}
.tab-list::-webkit-scrollbar{
    display:none;
}
/*导航水平滚动end*/




.chenguo-grid-item .title{
    line-height:65px;
    height:65px;
    font-size:22px;
}
.chenguo-grid-item .desc {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100px;
    height:100px;
    background-color:rgba(159,65,179,0.8);
    z-index:10;
    text-overflow:ellipsis;
    letter-spacing:1px;
    border-radius:50%
}

.chenguo-grid-item .desc p{
    color:#fff;
    font-size:30px;
    line-height:100px;
}


    
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 414px) {
	
}

    
@media screen and (max-width: 768px) {
    
    html body{margin-top:85px;}
    .tt-main{width: 100%;}
    /* 顶边距 */
    .tt-marginTop{margin-top: 0;}
    .tt-header{height:85px;}
    .tt-logo img{height:55px;width:auto;padding:5px 10px;margin-top:5px;}

    .tt-img-width{width:100%;height:auto;overflow: hidden;display:block;}
    .tt-img-width img{width:100%;height:auto;}
    .tt-img-width a:hover img{  
        transform: scale(1.0);
        transition: all 1s ease 0s;
    } 
    .tt-img-width-list{width:100%;height:auto;overflow: hidden;display:block;}
    .tt-img-width-list img{width:100%;height:auto;}
    .tt-img-width-list a:hover img{  
        transform: scale(1.0);
        transition: all 1s ease 0s;
    } 
    .tt-list-box:hover{
        transition:all 0.3s ease-out 0s;
        -webkit-transition:all 0.3s ease-out 0s;
        transform:translateY(0);
        -webkit-transform:translateY(0);
    }

    .tt-col dd a:hover img{ 
        transform: scale(1);
        transition: all 1s ease 0s;
    } 
    .tt-list-box{height:auto;}
    /* 头部 */
    .tt-header{background-color:#5a2565;}
    .tt-header .tt-nav-right li .tt-nav-avatar{padding-right: 15px;}
    .tt-header .tt-nav-right{margin-right: 5px;}

    .tt-hot-list li h2 .layui-badge{top: -2px; height: 14px; line-height: 14px; padding: 0 5px; margin-right: 10px; font-size: 12px; border: 1px solid #aaaaaa; background: none; color: #aaaaaa;}

    .detail h1{font-size: 1.2rem; line-height: 33px;text-align:left;}

    /*左边导航*/
    .left_nav{display:none;top:85px;left:-200px;}
    .layui-nav-itemed .layui-nav-child a{padding-left:30px;}
    .left_nav_mask{content: '';position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(255,255,255,.8);z-index: 998;}
    .left_nav_btn{display: block;position: fixed;z-index: 10001;top:15px;right: 15px;width: 50px;height: 50px;line-height: 50px;border-radius: 2px;text-align: center;cursor:pointer;}
    .left_nav_close{display: none;position: fixed;z-index: 10001;top:15px;right: 15px;width: 50px;height: 50px;line-height: 50px;border-radius: 2px;text-align: center;cursor:pointer;}
    .left_nav_show{left:0;display:block;}

    .layui-side,.layui-side-scroll{width:100%;top:85px;} 
    .layui-side .layui-nav-item {
        display:block;
        width: 100%;
        font-size:15px;
        line-height: 45px;
    }
    .layui-nav-tree {
        width: 100%;
        padding:10px;
    }
    .layui-side .layui-nav-item a{font-size:1rem;}
    .layui-side .layui-nav-item em{position:absolute; right:10px; top:0;font-size:1rem;}
    #floating_right{display:none}  

    .p_nav{display: block;}

    .p_nav .layui-nav{background-color:#fff;width:92%;}

    .title-bg{min-height:130px;}
    .title-box h2{font-size:28px;padding-top:55px;}
    .title-box span{padding:4px 15px 4px 15px;opacity:0.8;}

    .introduce-box-top{margin-top:20px;}

    .video-box{width:90%;margin:10px auto;display: block;}


    .pic_list .list .item{
        height:150px;
    }
    .pic_list .list .item .ico{height:100px;}

    .tuijian_left_arrow{
        left:15px;
        background: url("../images/arrow-left.png") no-repeat 50%;
    }
    .tuijian_right_arrow{
        right:15px;
        background: url("../images/arrow-right.png") no-repeat 50%;
    }


    .article-list-arrow:before {
        top: 0;
    }

    .advantage_box{width:50%;float:left;}

    .partner_box{width:33.33%;float:left;}


    .resume_title {
        height: 1.125rem;
        line-height: 1.125rem;
        font-size: 1rem;
    }

    .resume_contact ul li {
        float: left;
        width: 100%;
        font-size: 0.875rem;
    }
    
    
    
    
    .article_list li{height: 5.875rem;padding-left:9.5rem;overflow:hidden;}
    .article_list .no_pic{padding:15px;}
    .article_list li .pic{line-height:5.875rem;width: 7.75rem;height: 5.875rem;border-radius:15px;}
    .article_list li .pic img{width:100%;height:100%;vertical-align:middle;transition: all 0.8s;}
    .article_list li .pic img:hover{transform:scale(1.1) }
    .article_list li  h2{
        font-size: 0.9375rem;
        line-height: 1.225rem;
        font-size: 1rem;
        font-weight: bold;
        white-space: normal;
        overflow: hidden;
        padding-right:0px;
    }

    .article_list li  h2 a{
        font-size: 0.9375rem;
        line-height: 1.225rem;
        font-size: 1rem;
        font-weight: bold;
        white-space: normal;
    }
    .article_list li .date{position: relative;line-height: 20px;font-size: 12px;color: #666;}
    .article_list li .date span{padding-right: 15px;height: 20px;line-height: 20px;padding-left:2px;}
    .article_list li .desc{
        padding: 0;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.875rem;
        -webkit-line-clamp: 1;
        overflow: hidden;}
    
    
 .join-box .fl {
    float:none;
    display: inline;
}

.join-box .fr {
    float:none;
    display: inline;
}   
    
 .join-box .marg_box{
    display:block;
    margin:0 auto;
    position:relative;
    width:320px;
    top:10px;
    margin-bottom:40px;
    
}

.more_btn_inline{
    display:block;
    margin:0 auto;
}






/*
tab-box start
二级导航样式
*/

.tab-box {
    position: relative;
    width: 100%;
    margin-bottom:15px;
    overflow:hidden;
}

.tab-box .tab-list {
  display:flex;
  margin:0 auto;
}

.tab-box .tab-list > li{
    /*float:left;*/
    position:relative;
    margin:5px;
    line-height:40px;
    padding: 0 25px 0 25px;
    text-align: center;
    font-size:14px;
    cursor: pointer;
    background-color:#dcdddd;
    background:linear-gradient(-45deg, transparent 8px, #dcdddd 0) bottom right,
        linear-gradient(45deg, transparent 8px, #dcdddd 0) bottom left,
        linear-gradient(-135deg, transparent 8px, #dcdddd 0) top right,
        linear-gradient(135deg, transparent 8px, #dcdddd 0) top left;
    background-size : 51% 51% ;
    background-repeat : no-repeat ;
}
.tab-box .tab-list > li.active{
    cursor: pointer;
    background-color:#9f41b3;
    background:linear-gradient(-45deg, transparent 8px, #9f41b3 0) bottom right,
        linear-gradient(45deg, transparent 8px, #9f41b3 0) bottom left,
        linear-gradient(-135deg, transparent 8px, #9f41b3 0) top right,
        linear-gradient(135deg, transparent 8px, #9f41b3 0) top left;
    background-size : 51% 51% ;
    background-repeat : no-repeat ;

}
.tab-box .tab-list > li.active:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: rgba(0,0,0,0.2) #f5f5f5;
    border-radius: 0 0 0 4px;
    -webkit-transition: all 0.4s ease-out;
    transition:all 0.4s ease-out;
    border-right-width:20px;
    border-bottom-width:20px;
}

.tab-box .tab-list > li a {
    color: #666;
    font-family:'Microsoft yahei';
    font-size:16px;
}
.tab-box .tab-list > li.active a,.tab-box .tab-list > li.active a:hover {
    color: #fff;
}

.tab-box .tab-list > li a,.tab-box .tab-list > li a:hover {
    color: #666;
}

/*tab-box end*/






.moveBox{height:85px;width:90%;padding-top:0;margin-top:-30px;}
.course_container .time_item .time{font-size:22px;}




.contact-list-box{
    display:block;
    margin:0 auto;
    text-align:center;
}






}


