*{
    box-sizing: border-box;
}
body{
	font-size: 14px;
	overflow-x:hidden;
}
.clear:before{
    content:"";
    display: table;
    clear: both;
}
.clear:after{
    content:"";
    display: table;
    clear: both;
}
.layui-fluid{min-width:1200px !important}
/*public*/
.layui-btn-fastener{
	color: #666;
	background: transparent;
	border: 0;
	-webkit-box-shadow: 5px 5px 5px lightgrey, -5px -5px 5px white;
	-moz-box-shadow: 5px 5px 5px lightgrey, -5px -5px 5px white;
	box-shadow: 5px 5px 5px lightgrey, -5px -5px 5px white;
}
.layui-btn-fastener:hover{
	color: #666;
	box-shadow: inset 5px 5px 5px lightgrey, inset -5px -5px 5px white;
}
.w-1000{
    display: block;
    width: 1000px;
    margin: 0 auto;
}
.btn-XL{
    height: 52px;
    line-height: 52px;
    padding: 0 25px;
    font-size: 16px;
}
.btn-XXL{
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    font-size: 16px;
}
.btn-XXXL{
    height: 70px;
    line-height: 70px;
    padding: 0 35px;
    font-size: 16px;
}
.outline-btn-white{
    letter-spacing: 3px;
    background: transparent !important;
    border: 1px solid #fff;
}
.paragraph{
    font-size: 16px;
    color: #383838;
    line-height: 1.6;
    text-indent: 2rem;
    margin-bottom: 10px;
}
.text-out{
    text-indent: -999999px;
}
.img100 img{
    width: 100%;
}
/*color*/
.c-white{
    color: #fff !important;
}
.c-hot{
    color: #D3101A !important;
}
.c-primary{
    color: #1E9FFF !important;
}
.c-aaa{
    color: #aaa !important;
}
.c-666{
    color: #666 !important;
}
.c-333{
    color: #383838 !important;
}
.c-green{
    color: #5FC044 !important;
}
.c-blue{
    color: #1E9FFF !important;
}
.c-pink{
    color: #FF89BB !important;
}
.c-pink2{
    color: #FE4491 !important;
}
.c-yellow{
    color: #FFF100 !important;
}
/*background*/
.bg-white{
    background: #fff !important;
}
.bg-f5{
    background: #f5f5f5 !important;
}
.bg-hot{
    background: #D3101A !important;
}
.bg-green{
    background: #5FC044 !important;
}
.bg-blue{
    background: #1E9FFF !important;
}
.bg-pink{
    background: #FF89BB !important;
}
.bg-pink2{
    background: #FE4491 !important;
}
.bg-yellow{
    background: #FFF100 !important;
}
/*border*/
.bb0{
    border-bottom-color: transparent;
    border-bottom-width: 0;
}
.b-color-green{
    border-color: #5FC044 !important;
}
.b-color-blue{
    border-color: #1E9FFF !important;
}
.b-color-pink{
    border-color: #FF89BB !important;
}
.b-color-pink2{
    border-color: #FE4491 !important;
}
.b-color-yellow{
    border-color: #FFF100 !important;
}
/*padding*/
.plr0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pl0{
    padding-left: 0 !important;
}
.pl5{
    padding-left: 5px !important;
}
.pl10{
    padding-left: 10px !important;
}
.pl20{
    padding-left: 20px !important;
}
.pl30{
    padding-left: 30px !important;
}
.pl40{
    padding-left: 40px !important;
}
.pl50{
    padding-left: 50px !important;
}
.pr0{
    padding-right: 0 !important;
}
.pr5{
    padding-right: 5px !important;
}
.pr10{
    padding-right: 10px !important;
}
.pr20{
    padding-right: 20px !important;
}
.pr30{
    padding-right: 30px !important;
}
.pr40{
    padding-right: 40px !important;
}
.pr50{
    padding-right: 50px !important;
}
.pt0{
    padding-top: 0 !important;
}
.pt5{
    padding-top: 5px !important;
}
.pt10{
    padding-top: 10px !important;
}
.pt15{
    padding-top: 15px !important;
}
.pt20{
    padding-top: 20px !important;
}
.pt25{
    padding-top: 25px !important;
}
.pt30{
    padding-top: 30px !important;
}
.pt40{
    padding-top: 40px !important;
}
.pt50{
    padding-top: 50px !important;
}
.pb0{
    padding-bottom: 0 !important;
}
.pb5{
    padding-bottom: 5px !important;
}
.pb10{
    padding-bottom: 10px !important;
}
.pb20{
    padding-bottom: 20px !important;
}
.pb30{
    padding-bottom: 30px !important;
}
.pb40{
    padding-bottom: 40px !important;
}
.pb50{
    padding-bottom: 50px !important;
}
/*margin*/
.ml-5{
    margin-left: -5px !important;
}
.ml5{
    margin-left: 5px !important;
}
.mr5{
    margin-right: 5px !important;
}
.mr-5{
    margin-right: -5px !important;
}
.ml0{
    margin-left: 0 !important;
}
.ml10{
    margin-left: 10px !important;
}
.ml15{
    margin-left: 15px !important;
}
.ml20{
    margin-left: 20px !important;
}
.ml30{
    margin-left: 30px !important;
}
.ml40{
    margin-left: 40px !important;
}
.ml50{
    margin-left: 50px !important;
}
.mr0{
    margin-right: 0 !important;
}
.mr5{
    margin-right: 5px !important;
}
.mr10{
    margin-right: 10px !important;
}
.mr20{
    margin-right: 20px !important;
}
.mr30{
    margin-right: 30px !important;
}
.mr40{
    margin-right: 40px !important;
}
.mr50{
    margin-right: 50px !important;
}
.mt0{
    margin-top: 0px !important;
}
.mt10{
    margin-top: 10px !important;
}
.mt20{
    margin-top: 20px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mt40{
    margin-top: 40px !important;
}
.mt50{
    margin-top: 50px !important;
}
.mb0{
    margin-bottom: 0 !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.mb50{
    margin-bottom: 50px !important;
}
/*line-height*/
.lh14{
    line-height: 1.4;
}
.lh16{
    line-height: 1.6;
}
.lh18{
    line-height: 1.8;
}
.lh20{
    line-height: 2;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-22{
    font-size: 22px;
}
.f-24{
    font-size: 24px;
}
.f-26{
    font-size: 26px;
}
.f-28{
    font-size: 28px;
}
.f-30{
    font-size: 30px;
}
.cl{
    display: table;
    content: '';
    clear: both;
    width: 100%;
}
.center{
    text-align: center !important;
}
.tr{
    text-align: right !important;
}
.tl{
    text-align: left !important;
}
.left{
    float: left !important;
}
.right{
    float: right !important;
}
.truncate{
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lineTwo{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*public end*/
/*顶部导航*/
.top-nav{
    display: block;
    background-color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-nav p{
    color: #eee;
}
.top-nav a{
    color: #ccc;
    line-height: 1;
}
/*顶部导航 end*/
/*nav*/
.logo a{
    display: block;
}
.logo a img{
		width:100%;
}
.nav-box{
    display: inline-block;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
}
.nav-box .layui-nav-item a{
    color: #484848;
    font-size: 16px;
		padding-left: 12px;
		padding-right: 12px;
}
.nav-box .layui-nav-item:hover a{
    /*color: #1E9FFF;*/
		color: #D3101A;
    transition: all .45s ease;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    /*background-color:#1E9FFF;*/
		background-color: #D3101A;
}
.top-tel{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    font-weight: 700;
    /*color: #1E9FFF;*/
		color: #D3101A;
    text-align: right;
}
.top-tel i{
    font-size: 30px;
    font-weight: 700;
}

.full-nav{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 180px;
    background: rgba(255, 255, 255, .5);
    z-index: 99999;
}
.full-nav .full-nav-logo{
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
.full-nav .full-nav-logo img{
    width: 100%;
}
.full-nav ul li:first-child a{
    /*letter-spacing:2rem*/
}
.full-nav ul a{
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding-left: 35px;
    position: relative;
    z-index: 2;
}
.full-nav .nav-list a:hover{
    color: #1E9FFF;
    transition: all .45s ease;
}
.full-nav .nav-list a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    background: rgba(150,150,150,.3);
    z-index: -1;
}
.full-nav .nav-list a:hover:after{
    width: 100%;
    transition: all .45s ease;
}
.full-nav .nav-list li.active a{
    color: #1E9FFF;
}
.full-nav .nav-list li.active a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(150,150,150,.3);
    z-index: -1;
}
/*nav end*/
/*hot major and carousel*/
.carousel-box{
    position: relative;
    padding-top: 30px;
		min-width: 1200px !important;
    height: 680px;
    overflow: hidden;
}
.carousel-box .hot-major-box{
    z-index: 999;
}
.hot-major{
    width: 100%;
    background-color: #174799;
    /*background: linear-gradient(#48abf9,#057cd7);*/
    /*background-color: #D3101A;*/
    background: linear-gradient(#FE0002,#D3101A);
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.45);
    /*overflow: hidden;*/
    position: relative;
}
.hot-major li{
    float: left;
    width: 12.5%;
}
.hot-major li>a{
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
}
.hot-major a i{
    display: block;
    font-size: 40px;
		line-height: 1;
}
.hot-major a:hover i{
    animation: goround .5s linear 1;
}
.hot-major a p{
    padding-top: 8px;
}
.hot-major li a:hover{
    background: #174799;
    background-color: #D3101A;
    transition: all ease .4s;
}
.hot-major-info{
    position: absolute;
    left: 0;
    top: 100px;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,.45);
    display: none;
    opacity: 0;
}
.hot-major-info .icon,.hot-major-info .intr,.hot-major-info .img{
    float: left;
}
.hot-major-info .img{
    width: 490px;
    height: 194px;
    background-repeat: no-repeat;
}
.hot-major-info .icon{
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    margin: 35px 30px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #174799;
    background: linear-gradient(#48abf9,#057cd7);
    /*background-color: #D3101A;*/
    background: linear-gradient(#FE0002,#D3101A);
}
.hot-major-info .icon i{
    font-size: 50px;
}
.hot-major-info .icon:hover{
    animation: goround .5s linear 1;
}
.hot-major-info .intr{
    width: 500px;
    padding-right: 20px;
    padding-top: 15px;
    /*padding-bottom: 15px;*/
}
.hot-major-info .intr dt{
    font-size: 22px;
    color: #383838;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 10px;
}
.hot-major-info .intr dd{
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: left;
}
.hot-major-info .intr .time{
    font-size: 16px;
    color: #585858;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 8px;
}
.hot-major-info .intr .features{
    font-size: 14px;
    color: #686868;
    line-height: 1.6;
    margin-bottom: 10px;
}
.hot-major-info .img img{
    width: 490px;
    height: 194px;
}
/*中间公共class*/
.section-box{
		padding-left: 0;
		padding-right: 0;
    padding-top: 50px;
    padding-bottom: 80px;
    background: #fff;
}
.section-box-gray{
		padding-left: 0;
		padding-right: 0;
    padding-top: 50px;
    padding-bottom: 80px;
    background: #f8f8f8;
}
.section-title{
    font-size: 34px;
    text-align: center;
    color: #383838;
		line-height: 1;
		font-weight: 700;
    padding-top: 10px;
    padding-bottom: 8px;
}
.section-title-exp{
    font-size: 16px;
    color: #686868;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    }
hr{
    margin-top: 15px;
    margin-bottom: 25px;
}
/*中间公共class fed*/
/*图看万通*/
.model-box{
    display: block;
    background-color: #174799;
    background: linear-gradient(#48abf9,#057cd7);
    position: relative;
    overflow: hidden;
}
.model-box .img{
    display: block;
}
.model-box img,.model-box .img img{
    width: 100%;
}
.model-box .model-info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #e0e0e0;
    background: rgba(0,0,0,.65);
		word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.model-box.model-box-small .model-info{
    font-size: 10px;
    height: 24px;
    line-height: 24px;
}
.model-box:hover .model-info{
    bottom: 0;
    transition: all .3s ease;
}
.model-box .model-info.model-info-fixed{
    bottom: 0;
}
.model-box .model-content{
    padding: 15px 20px 20px;
    background-color: #f2f2f2;
}
.model-box .model-content h4{
    font-size: 30px;
    text-align: center;
    color: #383838;
    margin-bottom: 15px;
    font-weight: 700;
}
.model-box .model-content .block-mark{
    font-size: 18px;
    text-align: center;
    color: #FE9646;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FBEEE5;
    margin-bottom: 20px;
}
.photo-box:hover{
    background-color: #174799;
    background: linear-gradient(#48abf9,#057cd7);
    transition: all .3s ease;
}
.photo-box:hover .photo-info{
    color: #e8e8e8;
    transition: all .3s ease;
}
/*图看万通 end*/
/*news*/
.card-box{
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}
.card-box .card-img{
    position: relative;
}
.card-box .card-img,.card-box .card-img img{
    width: 100%;
}
.middle-special{
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}
.middle-special li{
    float: left;
    width: 50%;
    height: 154px;
    padding-top: 40px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.middle-special li:hover{
    color: #fff;
    background: #1E9FFF;
}
.middle-special li:hover a{
    color: #fff;
}
.middle-special li i{
    display: block;
    font-size: 36px;
}
.middle-special li span{
    display: block;
    font-size: 15px;
    line-height: 2;
}
/*news end*/
/*新生故事*/
.tab-box-btn .layui-tab-title{
    margin-bottom: 15px;
    border-color:transparent;
}
.tab-box-btn .layui-tab-title li{
    height: 40px;
    line-height: 40px;
    padding: 0 27px;
    color: #1E9FFF !important;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: 1px solid #1E9FFF;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.tab-box-btn .layui-tab-title li.layui-this:after{
    border-color:transparent;
}
.tab-box-btn .layui-tab-title li:hover,.tab-box-btn .layui-tab-title li.layui-this{
    color: #fff !important;
    background-color: #1E9FFF;
    transition: all .5s ease;
}
.question-list{
    margin-top: 30px;
}
.question-list li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
/*新生故事 end*/

/*全国院校*/
.all-school{
    margin-top: 15px;
}
.all-school li{
    float: left;
}
.all-school li a{
    display: block;
    color: #787878;
    font-size: 14px;
    line-height: 30px;
    margin-right: 15px;
}
.all-school li a:hover{
    color: #1E9FFF;
}
/*全国院校 end*/
/*footer*/
footer{
    height: 320px;
}
.bottom-content{
    background: url(https://xjwtpc.oss-cn-beijing.aliyuncs.com/bottomBg.jpg) center bottom no-repeat;
    height: 320px;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}
.bottom-content:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background-color: rgba(23,71,153,.65);
}
.footer-list dt{
    font-size: 18px;
    color: #e8e8e8;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.footer-list dd a,.footer-list dd{
    font-size: 14px;
    color: #d8d8d8;
    line-height: 30px;
}
.wechat,.weibo{
    text-align: center;
}
.wechat .img,.weibo .img{
    display: inline-block;
    position: relative;
overflow: hidden;
}
.wechat .img:before,.weibo .img:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    width: 156px;
    height: 156px;
    animation: tobottom 3s linear infinite;
}
.wechat .img img,.weibo .img img{
    width: 156px;
    height: 156px;
}
.wechat p,.weibo p{
    color: #f0f0f0;
    line-height: 30px;
    padding-top: 8px;
    font-size: 15px;
		text-align:center;
}
.wechat p i,.weibo p i{
    padding-left: 5px;
}
.wechat .img:before{
    border-top: 1px solid #2BAD13;
    box-shadow: 0px -10px 10px -7px rgba(43,173,19,.6);
}
.weibo .img:before{
    border-top: 1px solid #EB192D;
    box-shadow: 0px -10px 10px -7px rgba(235,25,45,.6);
}
.wechat p i{
    color: #2BAD13;
}
.weibo p i{
    color: #EB192D;
}
.bottom-text{
    padding-top: 15px;
    padding-bottom: 15px;
    background: #333333;
}
.bottom-text p{
    color: #f0f0f0;
    line-height: 26px;
    text-align: center;
}
.bottom-text p a{
    color: #f0f0f0;
}
.consult{cursor: pointer}
.footer-nav{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding:10px;
}
.footer-nav p,.footer-nav p a{
    font-size: 12px;
    color: #383838;
    line-height: 1.6;
}
/*footer end*/
/*弹框*/
.pop-box{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
    z-index: 9999;
    display: none;
}
.pop-item .pop-close{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    background: #1E9FFF;
}
.pop-item .pop-close i{
    font-size: 26px;
}
.pop-item .pop-close:hover{
    animation: goround .35s linear 1;
    transition: all .5s ease;
}
.pop-box .pop-item{
    display: none;
    width: 800px;
    height: 500px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.45);
}
.pop-item .form-box{
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 450px;
}
.pop-item .pop-fav{
    float: left;
    width: 350px;
    height: 500px;
    background: url(https://xjwtpc.oss-cn-beijing.aliyuncs.com/pophd.jpg) no-repeat;
    background-size: 100% 100%;
}
.pop-item .form-box h3{
    font-size: 25px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 10px;
}
.layui-form-item .layui-form-block{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-bottom: 4px;
}
.radio-btn{
    display: inline-block;
}
.radio-btn .layui-form-radio{
    display: none !important;
}
.radio-btn .wait-choose{
    display: inline-block;
    width: 100px;
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #383838;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    position: relative;
}
.radio-btn .wait-choose:before{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 15px;
    height: 15px;
    background: url(https://xjwtsem.oss-cn-beijing.aliyuncs.com/popformicon.png) no-repeat;
    background-size: 100%;
    z-index: 2;
}
.radio-btn .wait-choose.selected,.radio-btn .wait-choose:hover{
    color: #fff;
    border: 1px solid #1E9FFF;
    background: #1E9FFF;
}

/*弹框 end*/
/*侧边栏*/
.sideLeft{
    position: fixed;
    top: 50%;
    left: 10px;
    width: 196px;
    height: auto;
		margin-top:-230px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    overflow: hidden;
    z-index: 9999;
    display: none;
}
.sideLeft h3{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    /*color: #1E9FFF;*/
		color: #D3101A;
    padding-top: 20px;
    padding-bottom: 5px;
}
.sideLeft p{
    /*color: #1E9FFF;*/
		color: #D3101A;
    text-align: center;
    line-height: 30px;
}
.sideLeft>ul{
    padding: 0 15px;
}
.sideLeft>ul>li{
    height: 30px;
    line-height: 30px;
    color: #686868;
    margin-bottom: 5px;
    cursor: pointer;
    border-bottom: 1px dashed #e0e0e0;
}
.sideLeft>ul>li i{
    /*color: #1E9FFF;*/
		color: #D3101A;
}
.sideLeft .graphics{
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-bottom: 20px;
    background: #fff;
}
.sideLeft .side-bottom{
    height: 92px;
    padding-top: 30px;
    margin-top: 10px;
    text-align: center;
    /*background: #1E9FFF;*/
		background: #D3101A;
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
}
.side .side-close{
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
.side .side-close:hover{
    background: #e0e0e0;
}
.side .side-close i{
    font-size: 22px;
}
.sideRight{
    position: fixed;
    top: 50%;
    right: 10px;
    width: 80px;
		margin-top: -202px;
    overflow: hidden;
    z-index: 9999;
    display: none;
}
.sideRight>ul>li{
    display: block;
    width: 80px;
    height: 77px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 5px;
    cursor: pointer;
    /*background: #1F9FFF;*/
		background: #D3101A;
    overflow: hidden;
}
.sideRight>ul>li>a{
    display: block;
    color: #fff;
}
.sideRight>ul>li i{
    font-size: 30px;
}
.sideRight>ul>li:hover{
    background: #FF5722;
    transition: all .15s ease;
}
/*侧边栏 end*/
/*分页*/
.page-list{
    border-left: 1px solid #E2E2E2;
}
.page-list li{
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    cursor: no-drop;
}
.page-list li.thisclass,.page-list li:hover a{
    color: #fff;
    background-color: #174799;
    background: linear-gradient(#48abf9,#057cd7);
}
.page-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
/*分页 end*/
/*动效*/
.enlarge{
    display: block;
    overflow: hidden;
}
.enlarge:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transition: all .35s ease;
}
/*动画*/
@keyframes goround {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes tobottom {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(156px);
    }
}
@keyframes tobottombig {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(250px);
    }
}
@keyframes goroundX{
    0% {right: 20px;}
    100% {right: 50px;}
}
@keyframes goroundY{
    0% {top: 20px;}
    100% {top: 50px;}
}



#right-click{
    position: fixed;
    z-index: 99999;
    display: block;
    padding: 10px 20px;
    border-radius: 3px;
    background: #fff;
    visibility:hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.35);

}
#right-click h3{
		color:#383838;	
    font-size: 18px;
		font-weight:600;
    line-height: 1.8;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
#right-click a{
    display: block;
    height: 30px;
    line-height: 30px;
}
#right-click a:hover{
    color: #1E9FFF;
}

























