@charset "utf-8";
* {word-wrap:break-word;word-break:normal;box-sizing:border-box;outline: none;}

html {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,'Microsoft YaHei', 'segoe ui',Roboto, Helvetica,Arial,sans-serif,'apple color emoji','segoe ui emoji','segoe ui symbol';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
    min-width: 1300px;
    /* font-size: calc(100vw / 30); */
}
body {
    background: #ffffff;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,'segoe ui',Roboto, Helvetica,Arial,sans-serif,'apple color emoji','segoe ui emoji','segoe ui symbol';
    color: #000;
    margin: auto;
    padding: 0;
    line-height: 1.5;
}

/*	防止复制代码
body {-moz-user-select: none;-webkit-user-select: none;}
*/
header, section, footer, aside, nav, main, article, figure {
    display: block;margin:0;padding:0;border:0;
}
img,p,form {margin:0;padding:0;border:0;}
ul,li{list-style:none;padding:0;margin:0;}
h1,h2,h3 {margin:5px 0;padding:5px 0;}
input,textarea,button {font-family:'Ubuntu-Regular';}

a{transition: all .5s;}
.float-l {float:left;}
.float-r {float:right;}
.display-hidden{display: none;}
.display-block{display: block;}
.clear {clear:both;font-size:0; line-height:0; height:0; visibility:hidden;}
.pointer{cursor: pointer;}

/*	链接样式	*/
a {color:#262626;}
a:hover {text-decoration: none;color: #0a58ca;}
a:link,a:visited,a:active {text-decoration: none;}

a.nav-link{color:#ffffff;}
a.nav-link:hover {text-decoration:none; color:#aaaaaa;}
a.nav-link:link,a.nav-link:visited,a.nav-link:active {text-decoration:none;}

a.white-link {color:#fff;}
a.white-link:hover {text-decoration:none; color:#f0ab49;}
a.white-link:link,a.white-link:visited,a.white-link:active {text-decoration:none;}

a.red-link{color: #a80000;}
a.red-link:hover {text-decoration:none;color:#484848; }
a.red-link:link,a.red-link:visited,a.red-link:active {text-decoration:none;}

a.blue-link {color:#054b8e;}
a.blue-link:hover {text-decoration:none;color:#f90; }
a.blue-link:link,a.blue-link:visited,a.blue-link:active {text-decoration:none;}

a.green-link{color:#155f50;}
a.green-link:hover {text-decoration:none;color:#444444; }
a.green-link:link,a.he-link:visited,a.he-link:active {text-decoration:none;}

a.yellow-link{color:#F1A325;}
a.yellow-link:hover {text-decoration:none;color:#353535; }
a.yellow-link:link,a.huang-link:visited,a.huang-link:active {text-decoration:none;}

.right{ float: right;}
/*	字体颜色	 */
.text-white {color: #ffffff;}
.text-black {color: #000;}
.text-dark {color: #353535;}

.text-gray {color:#808080;}
.text-gray-darker {color: #222222;}
.text-gray-dark {color: #333333;}
.text-gray-light {color: #DDDDDD;}
.text-gray-lighter {color: #E5E5E5;}
.text-gray-pale {color: #F1F1F1;}

.text-danger {color: #EA644A;}
.text-warning {color: #F1A325;}
.text-success{color: #38B03F;}
.text-info{color: #03B8CF;}
.text-important{color:#BD7B46;}
.text-special{color: #8666B8}

.text-danger-pale{color: #FFE5E0;}
.text-warning-pale{color: #FFF0D5;}
.text-succes-pale {color: #DDF4DF;}
.text-info-pale {color: #DDF3F5;}
.text-important-pale{color: #F7EBE1;}
.text-special-pale{color: #F5EEFF;}


.header{width: 100%; z-index: 50;  height: 180px; display: table; background:url("../images/headerbg.png") top repeat-x;  position: fixed;}
.header:before{content:'';position:absolute;top:-100%;left:0;right:0;height:100%;background:url("../images/headerbg2.png") top repeat-x;  z-index:-1;}
.header.on:before{top:0;}

.header .header-main{margin:0 auto; width:1200px;}
.header .logo{width: 40%; height:71px; float:left;overflow: hidden; margin-top: 15px; /*background:url("../images/logopic.png") no-repeat; */ }
.header .logo img{width: 100%;}
.header .logo a{float: left;width: 100%;height: 62px;display: block; text-indent:70px; line-height:50px; font-size:28px; color:#ffffff;}
.header  .top-right{float:right;width:310px;overflow: hidden; padding-top:34px; text-align:right;}
.header .search{width:170px;overflow: hidden; float: left;}
.header .top-right .retn{ width: 100px; height: 30px; text-align: center; line-height: 30px; float: left; /*border: 1px solid #8ab2c7;*/ margin-top:1px; margin-right: 10px; font-size: 14px;}
.header .top-right .retn a{ color: #ffffff; }
.header .top-right .retn:hover{ line-height: 30px; /*background: #3181c5; */}
.header .search .search-btn{float:left;cursor:pointer;background-color:#008ac8;color:#ffffff;width:38px;height: 29px;text-align: center;line-height: 29px;overflow: hidden; border: 0; margin-top:1px;}
.header .search .search-ipt{float:left; color:#000; opacity:30%;width: 120px;height: 30px;font-size:12px;padding:0 5px;border:1px solid #008ac8;border-right:0;overflow: hidden; border-top-left-radius:5px;border-bottom-left-radius:5px;}
.header .search .search-ipt::placeholder{color: #aaaaaa;font-size:14px;}
/*========header========*/

.nav {float: left;width: 100%;  height: auto; display: table; margin-top:6px;}
.nav .nav-ul {margin:0 auto;width:1200px; height: 50px; }
.nav .nav-ul .nav-li:first-child{ margin-left:40px;}
.nav .nav-ul .nav-li{float:left;width:12%;text-align: center;position: relative; height: 50px; line-height: 50px; }
.nav .nav-ul .nav-li a{ color: #ffffff;}
.nav .nav-ul .nav-li:hover{ background: #008ac8;}
.nav .nav-ul .nav-li:hover a{ color: #ffffff;}
.nav .nav-ul .nav-selected{background-color: #1c1f63;}
.nav .drop-nav {position: absolute;z-index:999;left:0;right:0;padding:0;display: none;overflow: hidden; background-image:url("../images/menubg.png");}
.nav .drop-nav ul{width: 100%; height: auto; display: table;}
.nav .drop-nav ul li{float: left;width: 100%;padding: 0;font-size:14px;text-align: center;overflow: hidden;}
.nav .drop-nav ul li:hover{background-image:url("../images/menubg.png");}
.nav .drop-nav ul li a{color: #ffffff;}
.nav .drop-nav ul li a:hover{color: #aaaaaa;}

/*========幻灯========*/
.banner{ margin:auto;width: 100%;overflow: hidden; position: relative; }
.banner img{float: left;width: 100%;}

.banner2{ margin:auto;width: 100%; position: relative; /*height: 380px;*/ overflow: hidden; z-index: -1;}
.banner2 img{float: left;width: 100%;}
/*========幻灯end========*/


/*========首页========*/
.mainbox{width:1200px; margin: auto; height: auto; display: table; margin-top: 30px;}
.mainbox2{width:1200px; margin: auto; height: auto; display: table; margin-top:3px;}
.titlebox{width:100%; height:45px; margin: auto;  border-bottom:3px solid #008ac8;}

.titlebox .title{text-lign: center; font-size: 22px; padding-bottom: 17px; border-bottom: 3px solid #fe6a3a; }
.titlebox .title0{ width: 172px; height: 45px; float: left; background:url('../images/titlebg.png'); color:#ffffff; margin-bottom: 0; line-height: 48px; text-align: center;  font-size: 18px;}
.titlebox .morearow0{width:55px; height: 24px; float: right; margin-top:10px; text-align: right; font-size:14px;}
.titlebox .morearow0 a{ color:#008fb2;}
.titlebox .morearow0 a:hover{ color:#fe6a3a;}
.titlebox .rhgt{ margin-left:-2px; }
.bx{width:100%; height: auto; display: table; margin-top: 30px;}
.bx .bxleft{width:300px; float: left; height: 450px;}
.bx .bxright{width:900px; float: right; height: 460px;}
.bx .bxleft .picbox{ width:300px;background:#fff;border-radius:2px; padding-bottom: 30px; position: relative;}
.bx .bxleft .ywpic{width:100%;height: 450px; overflow: hidden; z-index: -1; }
.bx .bxleft .ywpic img{width:100%; z-index: -1;}
.bx .bxleft .ywtitle{ height:105px; width:100%;  top:235px; position: absolute;}
.bx .bxleft .ywtitle .titdate{width:65px; height: 82px; float: left; margin-left: 15px; background: #fe6a3a;  z-index: 0;}
.bx .bxleft .ywtitle .titnr{width:300px; float: right; margin-top: 30px; margin-right: 20px; height:65px; line-height: 26px;}
.bx .bxleft .ywdemo{width:380px; height: 60px; margin: auto; line-height: 30px; font-size: 14px; color: #666666; margin-top:78px; }


/*.bx .bxright ul li:hover{transform:translate(0,-1px)};*/

/*系部介绍*/
.xbjs{width:1200px; margin:auto;height: 548px; background: url("../images/jsbg.png") no-repeat; position: relative;}
.jstitle{ position: relative; display: block;margin-left: 385px; width:760px; height: 50px; text-align: right; font-size: 20px; color: #35464d; padding-top: 40px; line-height: 45px; font-weight: bold;}
.jsbox{width:760px; margin-right: 50px; padding: 40px; line-height: 30px; text-indent: 34px; margin-top: 110px; background: #ffffff; height: 280px;display: block; margin-left: 385px;}
.jsmore{width: 760px; height: 40px; padding-top: 20px; text-align: right; display: block;margin-left: 385px;}
.jsmore a{ text-align: center; line-height: 40px;  float:right;display: table; width: 100px; height: 40px; border-radius: 5px; background: #ff9f00; color: #fff; font-size:20px;}

.bx .bleft{width:430px; float: left; height: 320px; margin:40px; }
.bx .bleft img{width:100%;}
.bx .bright{width:650px; float: right; height: 300px; margin-top:50px; margin-right:30px; line-height:35px;}
.bx .bleft .picbox{margin:5px 10px; width:400px;box-shadow:10px 10px 5px rgba(26,26,26,.2);background:#fff;border-radius:2px; position: relative; overflow:hidden; height:300px;}

.cbd{ background:url(../images/cbg.jpg)}



/*教师风采*/
.fctxtbox{width: 100%; height: 190px; background: #ecf7ff; margin-top: 20px;}
.fctxtbox .fcbx{width:800px; margin: auto; height: 160px;  padding: 20px ; line-height: 28px; overflow: hidden;}
.fcul{width: 850px; height: 300px; margin: auto; margin-top:50px; }
.fcul li{width: 110px; height: 180px; margin-left: 30px; float: left; border: 0;}
.fcul li .lipic{width:110px; height: 150px;}
.fcul li img{width: 120px; height: 150px;}
.fcul li .liname{width: 100%; height: 30px; line-height: 30px; text-align: center;}

  /*新闻动态*/
.nwbox{width:100%; height: 436px; }
.nwbox .nwleft{width:48%; float: left; margin-top: 25px;}
.nwbox .lftul li{ height: 175px; width: 100%;}
.nwbox .lftul li .picleft{width:200px; height: 150px; float: left; position:relative;}
.nwbox .lftul li .ptu{width:200px; height: 150px; float: left;  overflow:hidden;}
.nwbox .lftul li .ptu img{width:100%; height: 150px;}
.nwbox .lftul li .ptext{width:350px; height: 150px; float: right;}
.nwbox .lftul li .picright{width:350px; float: right; height:180px;}
.nwbox .lftul li .picright h2{font-size: 18px; color: #000000; line-height: 22px; font-weight: bold; height: 22px; padding: 0; overflow: hidden;}
.nwbox .lftul li .picright .ntext{ font-size: 16px; color: #666666; padding-top: 15px; line-height:30px; height:112px; overflow:hidden;}
.nwbox .nwright{width:48%; float: right;margin-top: 10px;}
/*.nwbox .nwright ul li{height:55px; width: 100%; line-height: 55px; border-bottom: 1px dotted #eeeeee;}
.nwbox .nwright ul li:hover{ background:#0d6efd; color:#ffffff;}
.nwbox .nwright ul li:hover a{ color:#fff;}
*/

.nwbox .hful{ padding-top:20px;}
.nwbox .hful li{height:55px; width: 100%; line-height: 55px; border-bottom: 1px dotted #eeeeee;}
.nwbox .hful li:hover{ background:#008ac8; color:#ffffff;}
.nwbox .hful li:hover a{ color:#fff;}


/*活动展示*/
.cxcy-wrap{width: 1200px; margin:auto;padding:10px 0 30px;overflow:hidden; margin-top: 4px;}
.cxcy{padding:30px 0 5px;width: 100%; margin:auto;overflow: hidden; position: relative;}
.cxcy li{float: left;width:48%; margin-right:4%;position: relative;overflow: hidden; margin-bottom: 20px;}
.cxcy li:nth-child(2n){ margin-right: 0;}
.cxcy li img{float: left;width: 100%; height: 180px;}
.cxcy li .title{position: absolute;left:0;bottom:0;right:0;padding:10px;background-color: rgba(0,0,0,.5);color:#ffffff; font-size: 14px; height: 63px;}
.cxcy li:hover .title{background-color: rgba(0,0,0,1);}

.image-scale{transition:all .2s;}
.image-scale:hover{transform:scale(1.2);}

/*其他信息*/
.nwbox2{width:100%; height:700px; background-image: url("../images/bg2.png");  padding-top: 10px;}
.mainleft{float: left;width: 60%; height: auto;}
.mainright{float:right; width: 35%; height: auto;}
.newul li{ height: 55px; border-bottom: 1px solid #d7d8d9;}
.morearow{ float: right; color: #337FE5; line-height:40px; height:40px; padding-left:5px;}
.morearow i{ font-size:22px;}
.morearow a{ color:#004486; display:table; width:35px; height:26px; text-align:center;}
.morearow a:hover{color:#fe6a3a; padding-bottom:2px;}
.zbbox{width:100%; height: auto; display: table; margin-top: 40px;}
.zbbox .zbleft{width:190px; height: 185px; float: left; margin-right: 15px;}
.zbbox .zbright{width:340px; height: 190px; float: right; }
.zbbox .zbright ul li{ height:95px; line-height:30px; border-bottom: 1px solid #cccccc;padding: 10px 0;}

/*专业设置*/
.zyul{width: 100%; height: auto; margin: auto;}
.zyul li{width:23%; margin-right:2.66%; margin-top:25px; float: left;}
.zyul li:nth-child(4n){ margin-right: 0;}
.zyul li .libx{width: 100%; height:100px; font-size: 18px; line-height: 100px;  border: 1px solid #dddddd; background: url("../images/zybg.png"); color: #ffffff; overflow:hidden;}
.zyul li .libx a{ color: #ffffff; display: table; width: 90%; height:40px; line-height:40px; margin: auto; margin-top:30px; border-bottom: 1px solid #cfe5f8;}
.zyul li .libx:hover{background: url("../images/zybg2.png");}

/*联系我们*/
.lxlft{width: 380px;height:282px ; float: left;}
.lxright{width: 170px; height: 282px; float: right;}
.lxli{ width: 100%; height: 50px; line-height: 50px;}



/*========首页end========*/

/*======内页=====*/
.page-main{width:1200px; height: auto; margin: auto; min-height: 600px; }
.page-main-left{width:240px; float: left; top:-120px;}
.page-main-left .nyletitle {
    height: 100px;
    position: relative;
    background: url(../images/nyfltitlebg.png) no-repeat 0 0;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.nyletitle .xytitle{ color: #ffffff; font-size: 22px;}
.page-main-left .nyletitle p {
    font-size: 0.3rem;
    color: #eef2fb;
}
.page-main-left .left-nav {
    background: #eff2fb url(../images/nylemenu.png) no-repeat center bottom;
    background-size: 100%;
    padding: 0 20px 50px;
    display: block;
    min-height: 350px;
}
.page-main-left .left-nav li {
    position: relative;
    padding: 20px 0;
    border-bottom: 0.01rem dashed #bac3d2;
    border-top: 0.01rem dashed #fff;
    width:85%; margin: auto; font-size: 18px;
    text-indent:8px;
}
.page-main-left .left-nav li a.on em {
    color: #543f9e;
}
.page-main-left .left-nav li > a {
    display: block;
    padding: 0 0.2rem 0 0.2rem;
    font-size: 18px;
    color: #333;
}
.page-main-left .left-nav li > a b {
    position: absolute;
    right: 0px;
    top: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    bottom: 0;
    background: url(../images/arr.png) no-repeat right center;
    background-size: 0.08rem 0.14rem;
}
.page-main-left .left-nav li > a.cur,
.page-main-left .left-nav li > a.on,
.page-main-left .left-nav li > a:hover {
    color: #543f9e;
}
.page-main-left .left-nav li > a.cur01 {
    color: #543f9e;
}
.page-main-left .left-nav li:last-child {
    border-bottom: 0;
}
.page-main-left .left-nav .sub_con {
    padding: 0.2rem 0 0;
}
.page-main-left .left-nav .sub_con a {
    font-size: 0.14rem;
    background: none;
    line-height: 0.3rem;
    display: block;
    padding-left: 0.2rem;
    color: #5d5d5d;
}
.page-main-left .left-nav .sub_con a.cur,
.page-main-left .left-nav .sub_con a:hover {
    color: #543f9e;
}
.page-main-left .left-nav li:last-child {
    position: relative;
}
.page-main-left .left-nav li:last-child::after {
    content: "";
    background: none;
}
.page-main-left .left-nav li a.on b {
    transform: rotate(90deg) translateX(-0.05rem);
}

.page-item2{ width: 100%;padding:18px 0;
    display: flex;flex-flow: row nowrap;justify-content: space-between;align-items: flex-start;
    border-bottom:1px dashed #dbdbdb;overflow: hidden;}


.crnt{ width:1200px; margin:auto;  margin-top:-114px; height:111px; z-index:999; color:#ffffff; background:url(../images/navbg.png) left no-repeat; font-size:18px; z-index: 999;}
.cnt{ margin-left:80px; height:70px; padding-top:30px; line-height:35px;}
.crnt a{ color:#ffffff;}
.nowt{ font-size:22px;}
.navcnt{ font-size:12px; text-indent:10px;}




.page-main-right{width:900px; float: right; min-height: 600px;}

.page-nav{width:100%;height:70px; line-height:70px;margin-bottom: 20px;border-bottom:3px #eef2fb solid;}
.nyrttitle{width:30%; float:left;font-size: 24px;font-weight: bold;color: #333;line-height:70px;}
.current{width:40%; float: right; text-align: right;line-height:70px;}


.page-main .page-item{
    float: left;width: 100%;padding:20px 0;
    display: flex;flex-flow: row nowrap;justify-content: space-between;align-items: flex-start;
    border-bottom:1px dashed #dbdbdb;overflow: hidden;}
.page-main .page-item .image{flex:none;width: 200px;margin-right: 40px;}
.page-main .page-item .image img{float: left;width: 100%;}

.page-main .page-item .date-time{
    flex:none;width:150px;
    padding:0px;text-align: justify;margin-right:20px;transition: all .2s;
    display: flex;flex-flow: column nowrap;justify-content: center;align-items: center;align-content: center;
    overflow: hidden;}
.page-main .page-item .date-time .year{font-size:20px;color: #543f9e;font-weight: normal;}
.page-main .page-item .date-time .day{
    font-size:50px;color: #543f9e;
    position: relative;}

.page-main .page-image-item-ul{
    float:left;width:1230px;
    display: flex;flex-flow: row wrap;justify-content: flex-start;align-content: center;align-items: center;
    overflow: hidden;}
.page-main .page-image-item{float: left;width:380px;margin:15px;position:relative;border:1px solid #dbdbdb;box-shadow:0 0 5px 2px #cccccc;overflow: hidden;}
.page-main .page-image-item .image{float: left;width: 100%;overflow: hidden;}
.page-main .page-image-item .image img{float: left;width: 100%;overflow: hidden;}
.page-main .page-image-item .title{position: absolute;left:0;bottom:0;padding:15px;background-color: rgba(0,0,0,.5);color:#ffffff;overflow: hidden;}
.page-main .page-image-item:hover{box-shadow: 0 0 5px 2px #aaaaaa;}


.page-main .content-title{float:left;width: 100%;padding:30px 0;font-size:32px;text-align:center;overflow: hidden; background: #fafafa; margin-top:30px;}
.page-main .content-demo{float: left;width: 100%;margin-bottom:20px;padding:20px;background-color:#fafafa;color:#666;text-align: justify;overflow: hidden;}
.page-main .content-text{float: left;width: 100%;margin-bottom:20px;text-align: left;font-size:18px;line-height: 35px;overflow: hidden; background: #ffffff; }
.page-main .content-text img{max-width: 100%;}
.page-main .content-date{float: left;width: 100%;text-align:center;padding:20px 0;color:#aaaaaa;overflow: hidden; background: #ffffff;}




.lyr_boder .news_item {
    display: flex;
    justify-content: space-between;
    padding: 35px 30px;
    /* border: .01rem solid red; */
    border-bottom: 1px dashed #e5e5e5;
    width: 100%;
}
.lyr_boder .news_item:last-child{
    border-bottom:0px dashed #e5e5e5;
}
.lyr_boder .news_item:hover {
    background: url(../images/kuaiji/related_one.png)no-repeat;
    background-size: 100% 105%;
    width: 100%;
    box-shadow: 0px 1px 25px 0px #e3e3e3;
}


.lyr_boder2 .news_item:hover {
    background: url(../images/kuaiji/related_one.png)no-repeat;
    background-size: 100% 105%;
    width: 100%;
    box-shadow: 0px 1px 25px 0px #e3e3e3;

}



.lyr_boder .news_item .news_left {
     margin-right: 40px;
     font-family: "Philosopher";
     width: 85px;
 }

.lyr_boder .news_item .news_left2{margin-right:20px;width:180px; float: left; overflow: hidden;}
.lyr_boder .news_item .news_left2 .newspic{ height:126px;}
.lyr_boder .news_item .news_left2 img{width:100%;}

.lyr_boder .news_item .news_left .number {
    font-size: 45px;
    color: #543f9e;
    text-align: center;
}

.lyr_boder .news_item .news_left .news_time {
    font-size: 14px;
    color: #543f9e;
    background: url(../images/kuaiji/related.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 30px;
    text-align: center;
   /* line-height: 30px;*/
}




.lyr_boder .news_item .news_right {
    width: calc(100% - 135px);
}

.lyr_boder .news_item .news_right .news_title {
    font-size: 18px;
    line-height: 34px;
    /* height: .3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    width: 100%;
    color: #333;
    margin-bottom: .1rem;
}

.lyr_boder2 .news_item .news_title {
    font-size: 16px;
    line-height: 55px;
    text-indent: 5px;
    width: 100%;
    color: #333;
    margin-bottom: .1rem;
}
.lyr_boder2 .news_item .news_title span{ float: right; color: #333; line-height: 55px;}

.lyr_boder .news_item .news_right .news_txt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    opacity: 0.65;
    line-height: 28px;
    height: 52px;
    overflow: hidden;
    margin-top:10px;
}
.lyr_boder2 li{ /*height:55px;*/ width: 100%; line-height: 40px; border-bottom: 1px dashed #e5e5e5;}
.detailtext{font-size: 16px; line-height: 25px; margin-bottom: 40px;}
.detailtext .content-title{ font-size: 22px; font-weight: bold; line-height: 45px; text-align: center;}
.detailtext .content-date{ height: 50px; text-align: center; line-height: 30px; color: #666; font-size: 14px;}
.page-per-next{float: left;width: 100%;padding:40px 0;margin-top:40px;border-top:1px dashed #dbdbdb;overflow: hidden;}
.page-per-next ul li{float: left;width: 100%;padding:5px 0;line-height:30px;text-align: left;overflow: hidden;}

.bottom{
    float: left;width: 100%;padding-top:30px; padding-bottom:30px;
    background:#1f8ad4 url(../images/bottom-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;color: #ffffff;
    display: inline-flex;flex-flow: row wrap;
    align-content: center;justify-content: center;align-items: center;
    overflow: hidden;}
.bottom .bottom-main{margin:0 auto;width: 1200px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;align-content:center;}
.bottom .bottom-main .logo{float: left;width:290px;height:80px;background: url(../images/logo-bottom.png) no-repeat left center;}
.bottom .bottom-main .info{float: left;width: 550px;padding:0 50px;font-size:14px;line-height:28px;text-align:justify;overflow: hidden; }
.bottom .bottom-main .qrcode{float: left;width: 280px;text-align: center;}
.bottom .bottom-main .qrcode ul li{float: left;width: 33.33%;padding:0 15px;transition: all .2s;}
.bottom .bottom-main .qrcode ul li .image{float: left;width: 100%;border-radius:5px;overflow: hidden;  margin-bottom:10px;}
.bottom .bottom-main .qrcode ul li .image img{width:100%; margin:auto;}
.bottom .bottom-main .qrcode ul li .image .hide{display:none;}
.bottom .bottom-main .qrcode ul li:hover{transform: scale(1.2);}
.bottom .bottom-main .qrcode ul li .name{float: left;width: 100%;line-height:30px;text-align: center;color:#ffffff;font-size:14px;overflow: hidden;}

.bottom-line{float: left;margin-top:40px;border-top:1px solid #ffffff;opacity: 50%;
    width: 100%;padding:30px 0;color: #ffffff;text-align: center;overflow: hidden;}
.bottom-line a{color: #ffffff;}
.gotop{position: fixed;z-index: 5;right:10px;bottom:10px;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size:20px;background-color: rgba(0,0,0,.5);color: #ffffff;cursor:pointer;overflow: hidden;}

.empty{float: left;width: 100%;margin:100px 0;display: flex;flex-flow: column nowrap;justify-content: center;align-content: center;align-items: center;overflow: hidden}
.empty .image{flex:auto;padding:20px;text-align: center;margin-bottom: 20px;}
.empty .image img{max-width: 60%;}
.empty .name{flex:auto;font-size:20px;line-height:40px;color: #8a8a8a;}


/* 内页左侧 */
.page-main-left {flex: none;width: 220px;background-color: #f1f1f1;overflow: hidden; top: 0px; position: relative; z-index: 30;}
.page-main-left:before{ content: "";
    position: absolute;
    background: url(../images/nylemenumas0.png) no-repeat 0 0;
    width: 2.43rem;
    height: 2.95rem;
    left: -1.2rem;
    top: 0px;
    z-index: -1;}
.page-main-left .page-left-title{
    float: left;width: 100%;height:115px;padding:0 30px;
    background:#3777b4 url(../images/menu-title-bg.jpg) no-repeat center center;
    display: flex;flex-flow: row nowrap;justify-content: center;align-content: center;align-items: center;
    color: #ffffff;text-align: center;overflow: hidden;}
.page-main-left .page-left-title img{flex:none;width: 46px;}
.page-main-left .page-left-title b{flex:auto;padding-left:20px;font-size:22px;font-weight:normal;text-align:left;overflow: hidden;}
.page-main-left .page-left-category{float: left;width: 100%;padding:20px 20px 50px;
    background:#f8f9fd url(../images/menu-bg.jpg) no-repeat center bottom;
    background-size:cover;overflow: hidden;}
.page-main-left .page-left-category ul li{float: left;width: 100%;line-height:45px;padding:10px;
    border-bottom:1px dashed #bcc2d0; border-top:1px dashed #fff;font-size:16px;overflow: hidden; text-indent:5px;}
/*
.page-main-left .page-left-category ul li:hover{background-color: rgba(255,255,255,.1);}
.page-main-left .page-left-category ul li:hover a{color: #ffffff;}
*/


.page-main .page-image-item .dsimage{float: left;width: 100%;overflow: hidden;}
.page-main .page-image-item .dsimage .dspic{float: left;width: 120px; height:160px; float:left;overflow: hidden; margin:15px 0 15px 15px;}
.page-main .page-image-item .dsimage .dspic img{width: 100%;}
.page-main .page-image-item .dsimage .dstext{float: right; width: 210px; height: 160px; margin: 15px 10px 15px 0;}
.page-main .page-image-item .dsimage .dstext ul li{height: 32px; line-height: 32px;}
.page-main .page-image-item .dsimage .dstext ul li a{color: #176eb8;}



.page-main-left .page-left-category .selected i{color:#2b6fae;}
.page-main-left .page-left-category .selected a{color:#2b6fae;}
.page-main-wrap{top:-115px; padding-bottom:10px;display: flex;flex-flow: row nowrap;justify-content: space-between;align-items: flex-start;align-content: center; position: relative; z-index: 25; }


/* 内页右侧 */
.page-main-right {flex: auto;margin-left:40px;width: 100%; position: relative;top:120px; }
.page-main-right .main,
.page-main-right .list{float: left;width: 100%;margin-bottom:40px;overflow: hidden;}
.page-main-right .main .title{float: left;width: 100%;margin-top:40px;margin-bottom:40px;padding:20px 0;font-size:40px;line-height: 30px;text-align: left;overflow: hidden;}
.page-main-right .main .demo{float: left;width: 100%;margin-bottom:40px;padding:20px;font-size:16px;line-height: 30px;text-align: justify;background-color:#ffffff;color:#969696;overflow: hidden;}
.page-main-right .main .content{float: left;width: 100%;margin-bottom:40px;font-size:16px;line-height: 30px;text-align: justify;overflow: hidden;}

.page-main-right .page-main-right-title{float: left;padding:25px 0 16px;width: 100%;border-bottom:2px solid #eff2fb;overflow: hidden;}
.page-main-right .page-main-right-title b{font-size:24px;line-height: 30px;}
.page-main-right .page-main-right-title span{float:right;line-height: 30px;}
.page-main .page-item .image2{flex:none;width:200px;margin-right: 40px;}
.page-main .page-item .image2 img{width: 200px; height: 237px;}
.page-main .page-image-item .image img{float: left;width: 100%;overflow: hidden;}
.page-main .page-item .info{
    flex:auto;width: 100%;
    display:flex;flex-flow:column wrap;
    justify-content:flex-start;
    align-content: center;
    align-items: flex-start;
    overflow: hidden;}
.tchbox{ height:40px; font-size:20px; line-height:40px; margin-bottom:15px;}
.page-main .page-item .info .demo{width: 100%;font-size:16px;color: #aaaaaa;text-align:justify;overflow: hidden;}
.page-main .page-item .page-item-tools{float: left;margin-top:10px;width: 100%;display:inline-flex;flex-flow:row nowrap;justify-content:space-between;align-content:center;align-items:center;overflow: hidden;}
.page-main .page-item .info .more{align-self:flex-end;margin:10px 0;font-size: 14px;padding:5px 20px;border:1px solid #008ac8;background-color: #008ac8;color: #ffffff;overflow: hidden;}

.page-per-next{float: left;width: 100%;padding:40px 0;margin-top:40px;border-top:1px dashed #dbdbdb;overflow: hidden;}
.page-per-next ul li{float: left;width: 100%;padding:5px 0;line-height:30px;text-align: left;overflow: hidden;}

.page-video{margin:0 auto;width: 100%;max-width: 1000px;padding:5px;background-color:#000000;position:relative;overflow: hidden;}
.page-video .dplayer{float: left;width: 100%;overflow: hidden;}

.page-video .key-form{
    float: left;width: 100%;position: absolute;z-index:10;left:0;top:0;right:0;bottom:0;
    background-color: rgba(0,0,0,.8);padding:40px;display: flex;flex-flow: column wrap;
    justify-content:center;;
    align-content: center;align-items:stretch;
    overflow: hidden;}


/* 分页 */
.page{float: left;width: 100%;margin: 20px 0;overflow: hidden;}
.page .pagination{display: flex;flex-flow: row wrap;justify-content: center;align-items: center;align-content: center;}
.page ul li{cursor:pointer;background-color:#dbdbdb;color:#ffffff;font-size:14px;height: 30px;line-height: 30px;margin:5px;border-radius:2px;overflow: hidden;}
.page ul li:hover{background-color: #005775;color: #ffffff;}
.page ul li a{float:left;width:100%;color: #ffffff;padding:0 10px;}
.page ul li span{padding:0 10px;}
.page .disabled{background-color: #484848;color: #ffffff;}
.page .active{background-color: #1564b3;color: #ffffff;}




.go-top{
    position: fixed;z-index:999;
    right:20px;bottom:20px;
    width: 40px;height: 40px;line-height: 40px;
    text-align: center;cursor:pointer;
    background-color: rgba(0,0,0,.5);color: #ffffff;font-size:20px;
    overflow: hidden;}
.go-top:hover{background-color: #005775;color: #ffffff;}