body {
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}
img{
    max-width: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ol,ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.padr{
    padding-right: 0 !important;
}
.padl{
    padding-left: 0 !important;
}
.marb{
    margin-bottom: 0 !important;
}
.mart{
    margin-top: 0 !important;
}
.marb20{
    margin-bottom: 20px !important;
}
.marb30{
    margin-bottom: 30px !important;
}
.padnone{
    padding: 0 !important;
}
.marnone{
    margin: 0 !important;
}
.overflow-hidden{
    overflow: hidden;
}
.fontred{
    color: #FF0000 !important;
}
.fontred i{
    color: #FF0000 !important;
}
.fontgray{
    color: #ccc !important;
}
.text-center{
    text-align: center !important;
}
.text-indent{
    text-indent: 2em;
}
.bordernone{
    border: none !important;
}
a{
    color: #333;
}
a:focus{
    outline: none;
}
a:hover{
    text-decoration: none;
}
ul,ol,li{
    margin: 0;
    padding: 0;
}
.clearfix{
    clear: both;
}
.floatnone{
    float: none !important;
}
.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}
/* top */
.header {
    padding: 10px 0;
}
.logo{
    float: left;
}
.logo img{
	margin-top:8px;
}
.toplist{
    padding-top: 50px;
}
.toplist a{
    display: inline-block;
    float: right;
    color: #666;
    padding: 0 10px;
}
.toplist a i{
    margin-right: 5px;
    color: #10649F;
}
.toplist a:hover{
    color: #10649F;
    transition: all ease-in-out .3s;
}

/*-- nav --*/
.nav_bg {
    background: rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    width: 100%;
   /*  position: absolute; */
    z-index: 999;
}
.navbar-nav > li > a{
    color: #ffffff;
    padding: 12px 43px;
    line-height: 24px;
    text-align: center;
}
.nav > li > a:hover, .nav > li > a:focus{
    background: #10649F;
    color: #ffffff;

}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background: #10649F;
    color: #ffffff;
}
.navbar-nav > li.active {
    background: #10649F;
    color: #ffffff;
}

ul.dropdown-menu.s-column {
    width: auto;
    left: 0;
}

ul.dropdown-menu.s-column ul li{
    display:block;
    padding:.6em 0;
}
ul.dropdown-menu.s-column ul li a{
    color:#212121;
}

ul.dropdown-menu.s-column ul li a:hover{
    color:#fe9d00;
}
.dropdown-menu{
    text-align: center;
    padding: 0;
    min-width: 153px;
}
.dropdown-menu div{
    padding-left: 0;
    padding-right: 0;
}
.s-column-dropdown li{
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.s-column li:last-child{
    border-bottom: 0;
}
.navbar-nav .open .dropdown-menu{
    background: #ffffff;
}
.navbar-toggle{
    background: #10649F;
}
.navbar-toggle .icon-bar{
    background: #ffffff;
}
.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #fe9d00;
}

/* banner */
.banner{
    width: 100%;
}
.banner img{
    max-width: 100%;
}
.carousel-control{
    background: #222222;
    color: #ffffff;
    font-weight: 100;
    height: 40px;
    line-height: 34px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 40px;
    top: 50%;
}
.carousel-arrow a.left{
    left: 0;
    border-radius: inherit;
    border: none;
    font-size: 36px;
}
.carousel-arrow a.right{
    right: 0;
    border-radius: inherit;
    border: none;
    font-size: 36px;
}
.carousel-indicators li{
    background: none;
}
/* 闁跨喐鏋婚幏鐑芥晸闁炬媽顔愰幏閿嬶拷锟� */
.s-news{
    background: #ffffff;
    padding: 1% 0;
}
.top_all {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; 
}
.top_all h3 {
    border-bottom: 3px solid #10649F;
    font-size: 28px;
    color: #333333; 
    width: 140px; 
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    margin: auto;
}
.top_all span {
    color: #afafaf;
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}
.top_all:after {
    content: url("../images/left_titleline.png");
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.top_all:before {
    content: url("../images/right_titleline.png");
    position: absolute;
    left: 0px;
    bottom: 5px;
}

.s-news .imgd {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.s-news.imgd i {
    display: block;
    padding-bottom: 5px;
}
.s-news .imgd img {
    transition: 0.3s;
}
.s-news .imgd img:hover {
    transform: scale(1.1);
}
.s-news .imgd .ri {
    position: absolute;
    background: #10649F;
    top: 0px;
    left: 0px;
    color: #fff;
    padding: 5px 10px;
    max-width: 99px;
}
.s-news .imgd .ri i {
    font-style: normal;
    font-size: 40px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 98%;
    margin: auto;
    display: block;
    text-align: center;
    overflow: hidden;
}
.s-news .imgd .ri time {
    font-size: 13px;
    width: 98%;
    margin: auto;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.s-news h4 {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
}
.s-news h4 a{
    color: #10649F;
}
.s-news h4 a:hover {
    color: #fe9d00;
}
.s-news .n_left p {
    font-size: 14px;
    max-height: 80px;
    color: #666;
    line-height: 20px;
    margin: 10px 0px;
    overflow: hidden;
}
.s-news .more {
    width: 160px;
    height: 36px;
    background: #10649F;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}
.s-news .more:hover {
    background: #fe9d00;
}
.s-news .news_left p{
    color: #666;
}
.s-news .news_left p.date{
    color: #fff;
}
.s-news .news_right ul li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0px;
}
.s-news .news_right ul li .ri {
    width: 15%;
    float: left;
    max-width: 90px;
    color: #a4a4a4;
    font-weight: 500;
    text-align: center;
}
.s-news .news_right ul li .ri i {
    font-style: normal;
    font-size: 50px;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    width: 98%;
    margin: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
}
.s-news .news_right ul li .ri p {
    font-size: 16px;
    width: 98%;
    margin: 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.s-news .news_right ul li .wen_nei {
    width: 84%;
    float: right;
}
.s-news .news_right ul li .wen_nei h4 {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: #333333;
    margin-bottom: 6px;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
}
.s-news .news_right ul li .wen_nei p {
    color: #666;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.s-news .news_right ul li:last-child {
    border-bottom: none;
}
.s-news .news_right ul li:hover .wen_nei h4 {
    color: #10649F;
}

/* 闁跨喐鏋婚幏鐑姐�夐柨鐔告灮閹峰嘲缍� */
.index-login{
    position: relative;
}
.index-loginbox{
    background: #ffffff;
    box-shadow:0 0 8px #ddd;
    min-height: 450px;
}
.index-loginbox-header{
    background: #10649F;
    margin: 0 0 0 -14px;
    padding: 2px 10px 2px 20px;
    position: relative;
    z-index: 3;
}
.index-loginbox-header h4{
    color: #ffffff;
}
.darktitle h4{
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    height: auto;
}
.darktitlewrap {
    border-color: rgba(0, 0, 0, 0) #113a9c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 14px;
    height: 0;
    left: -28px;
    position: relative;
    top: -14px;
    width: 0;
    z-index: 1;
}
.indexform{
    padding: 0 20px 20px 20px;
}
.indexbtn{
    width: 100%;
}
.index-listbtn{
    float: right;
    margin-left: 10px;
}
/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻敓锟� */
.s_about {
    background: url("../images/about_bg.jpg");
    padding: 1.8% 0;
}
.s_about .a_left {
    position: relative;
}
.s_about .a_left .ab_bg {
    background: url("../images/about_a_bg.jpg") no-repeat;
    position: relative;
}
.s_about .a_left .ab_bg i {
    display: block;
    padding-bottom: 73.38403041825094%;
}
.s_about .a_left .pic {
    position: absolute;
    z-index: 999;
    top: 10%;
    left: 14%;
}
.s_about .a_left .pic i {
    display: block;
    padding-bottom: 73.38403041825094%;
}
.s_about .a_left .pic img {

}
.s_about .a_right {
    color: #fff;
    padding-top: 3%;
}
.s_about .a_right .span_y {
    font-size: 36px;
    overflow: hidden;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.s_about .a_right .span_z {
    font-size: 24px;
    margin-bottom: 15px;
    overflow: hidden;
}
.s_about .a_right p {
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}
.s_about .a_right .more {
    color: #fff;
    height: 40px;
    width: 150px;
    background: #fe9d00;
    display: block;
    text-align: center;
    line-height: 40px;
    transition: 0.3s;
}
.s_about .a_right .more:hover {
    background: #1373e3;
}

/* 闁跨喐鏋婚幏鐑芥晸闂冭埖鏋婚幏鐑芥晸閺傘倖瀚� */
.s_pro {
    padding: 1% 0;
}
.s_pro .pro_nei {
    max-width: 1200px;
    width: 98%;
    margin: auto;
}
.pro_com .p_left {
    position: relative;
    padding: 5px 0 0 0;
}
.pro_com .p_left i {
    display: block;
    padding-bottom: 79.3103448275862%;
}
.pro_com .p_left .zhe_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54,130,222,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#993682de,endColorstr=#993682de);    /*IE8閺�顖炴晸閺傘倖瀚�*/
    vertical-align: middle;
    text-align: center;
    padding: 30% 0;
    display: none;
}
.pro_com .p_left .zhe_a img {
    max-width: 100%;
    max-height: 100%;
}
.pro_com .p_left .zhe_a span {
    display: block;
    color: #fff;
    width: 98%;
    margin: auto;
}
.pro_com .p_left .zhe_a .zw {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 5%;
}
.pro_com .p_left .zhe_a .yw {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.pro_com .p_left:hover .zhe_a {
    display: block;
}

.pro_com .p_rightlist {
    position: relative;
    padding: 5px;
}
.pro_com .p_rightlist .pic {
    position: relative;
}
.pro_com .p_rightlist .pic i {
    display: block;
    padding-bottom: 79.3103448275862%;
}
.pro_com .p_rightlist .zhe_a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(54,130,222,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#993682de,endColorstr=#993682de);    /*IE8閺�顖炴晸閺傘倖瀚�*/
    vertical-align: middle;
    text-align: center;
    padding: 20% 0px;
    display: none;
}
.pro_com .p_rightlist .zhe_a img {
    max-width: 100%;
    max-height: 100%;
}
.pro_com .p_rightlist .zhe_a span {
    display: block;
    color: #fff;
    width: 98%;
    margin: auto;
}
.pro_com .p_rightlist .zhe_a .zw {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 5%;
}

.pro_com .p_rightlist:hover .zhe_a {
    display: block;
}
.s-more a{
    color: #fff;
    height: 40px;
    width: 150px;
    background: #fe9d00;
    display: block;
    text-align: center;
    line-height: 40px;
    transition: 0.3s;
    margin: 20px auto 0 auto;
}
.s-more a:hover {
    background: #1373e3;
}

/* 闁跨喐鏋婚幏鐑芥晸閺佹瑥搴滈幏鐑芥晸閺傘倖瀚� */
.s_game {
    padding: 1% 0;
    background-color: #f3f3f3;
}
.game-grid{
    position: relative;
    padding: 0 10px;
}
.game-grids {
    margin-top: 5%;
}
.game-text {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 100%;
    padding: 45px 15px;
    height: 280px;
}
.game-text h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: -10px 0 5px 0;
}
.game-text p {
    font-size: 12px;
    text-align: center;
    margin: 0 0 3px 0;
}
@media only screen and (max-width:768px) {
	.bottom-spa{ margin-top:45px;}
}
.game-grid:hover div.game-text{
    border:2px solid #10649F;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.game-grid:hover div.game-text h3{
    color:#10649F;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.game-grid:hover div.bottom-spa i{
    background:#10649F !important;
    color:#fff !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.game-grid i{
    position: absolute;
    font-size: 26px;
    color: #646464;
    background: #c2c2c2;
    border-radius: 100%;
    padding: 20px 20px;
    top: -37px;
    text-align: center;
    left: 39%;
}

/* 娑撴捇鏁撻弬銈嗗闁跨喐鏋婚幏鐑芥晸閻ㄥ棴鎷� */
.s_members {
    padding: 1% 0;
}
#owl-demo .item{
    margin: 0 0.5em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    padding: 1em;
    background: #fff;
    cursor:pointer;
}
#owl-demo .item:hover a{
    color:#10649F;
}
#owl-demo .item img{
    display: block;
    height: auto;
}
.item img,.item a,.item p{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.item img:hover,.item a:hover,.item p:hover{
    opacity:1;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}
.item-text{
    background: #f3f3f3;
    min-height: 180px;
    padding: 10px;
    border: 2px solid #f3f3f3;
    transition: 0.5s all;
}
.item-text:hover{
    border: 2px solid #10649F;
}
.item h4 {
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #dadada;
    padding-bottom: 15px;
}
.item h4 a{
    text-transform: uppercase;
    font-size: 20px;
    color: #fe9d00;
    display:block;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
}
.item h4 a:hover{
    color:#10649F;
    text-decoration:none;
}
.item p{
    line-height: 1.8em;
    color: #666;
}

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    height:85px;
    width:34px;
    display:block;
    font-size: 12px;
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    opacity:0.6;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    text-decoration: none;
}
.owl-prev {
    position: absolute;
    top: 23%;
    left: -3%;
    background: url(../images/c-arrows.png) no-repeat;
}
.owl-next{
    position: absolute;
    top:23%;
    right: -4%;
    background: url(../images/c-arrows.png) no-repeat -39px 0px;
}

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/c-arrows.png) no-repeat;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 闁跨喐鏋婚幏鐑芥晸缂佺偛娲栭惂鍛婂 */
.s_review {
    padding: 1% 0;
    background-color: #f3f3f3;
}
.review-tabs{
    margin-bottom: 15px;
}
.review-tabs > li {
    float: left;
    margin-right: 15px;
}
.review-tabs > li > a {
    background: #e3e3e3;
    border: none;
    font-size: 16px;
    color: #333;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.review-tabs > li > a .fa {
    margin-right: 10px;
}
.review-tabs > li.active > a{
    border: none;
}
.review-tabs > li.active > a, .review-tabs > li.active > a:hover, .review-tabs > li.active > a:focus {
    background: #10649F;
    border: none;
    border-radius: 0;
    color:#fff!important;
}
.review-tabs > li > a:hover, .review-tabs > li > a:focus {
    color: #fff;
    background: #10649F;
    border: none;
    border-radius: 0;
}

.review-list{
    border: 1px solid #dcdcdc;
    background: #ffffff;
    padding: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.review-list:hover {
    box-shadow:0 0 8px #ddd;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.review-list h3{
    font-size: 16px;
    color: #666;
    margin: 10px 0 5px 0;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}
.review-kenburn img {
    left:10px;
    margin-left:-10px;
    position:relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.review-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻弬銈嗗 */
.s-links{
    padding: 1% 0;
}
.link_a ul li{
    color: #666;
    float: left;
    word-break:break-all;
    word-wrap:break-word;
    margin-top: 5px;
    line-height: 28px;
}
.link_a ul li:after{
    content: "";
}
.link_a a{
    color: #666;
    padding: 0 20px;
}
.link_a a:hover,.link_a a:focus{
    color: #fe9d00;
    text-decoration: underline;
}

/* footer */
.s-footer{
    padding: 2% 0 1% 0;
    background: url("../images/cs-footer.jpg") no-repeat;
    background-size: cover;
    min-height: 330px;
    color: #ffffff;
}
.footer-logo{
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 110px;
    height: 110px;
    text-align: center;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.12);
    margin-bottom: 30px;
}
.footer-logo img{
    margin-top: 8px;
}
.footer-con{
    padding-top: 30px;
}
.wx{
    margin-top: 50px;
}
.wx img{
    border: 1px solid #ffffff;
    padding: 10px;
}

/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow1.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/* newslist */
.scon-news{
    padding: 0 0 1% 0;
}

    /* 闁跨喐鏋婚幏鐑芥晸閸撹法顣幏锟� */
.scon-newsleft{
    margin-bottom: 20px;
}
.scon-newsleft .top-tit {
    background: #10649F;
    padding: 30px 0px 20px;
    text-align: center;
}
.scon-newsleft .top-tit span {
    display: block;
    color: #fff;
    font-weight: 500;
}
.scon-newsleft .top-tit .span1 {
    font-size: 20px;
}
.scon-newsleft .top-tit .span2 {
    font-size: 14px;
    font-family: arial;
}

.scon-newsleft ul {
    background: #139fc0;
    padding-bottom: 20%;
}
.scon-newsleft ul li {
    border-top: 1px solid #7bb6fe;
}
.scon-newsleft ul li a {
    height: 50px;
    line-height: 50px;
    color: #fff; 
    display: block;
    background: #139fc0; 
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.scon-newsleft ul li a:hover {
    background: #10649F;
    color: #fe9d00;
}
.scon-newsleft ul li .active{
    background: #10649F;
    color: #fe9d00;
}


  /* 闁跨喐鏋婚幏鐑芥晸閸撹法顣幏锟� */
.scon-newsleft1{
    margin-bottom: 20px;
}
.scon-newsleft1 .top-tit {
    background: #10649F;
    padding: 30px 0px 20px;
    text-align: center;
}
.scon-newsleft1 .top-tit span {
    display: block;
    color: #fff;
    font-weight: 500;
}
.scon-newsleft1 .top-tit .span1 {
    font-size: 20px;
}
.scon-newsleft1 .top-tit .span2 {
    font-size: 14px;
    font-family: arial;
}

.scon-newsleft1 ul {
    background: #139fc0;
    padding-bottom: 1%;
}
.scon-newsleft1 ul li {
    border-top: 1px solid #7bb6fe;
}
.scon-newsleft1 ul li a {
    height: 50px;
    line-height: 50px;
    color: #fff; 
    display: block;
    background: #139fc0; 
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.scon-newsleft1 ul li a:hover {
    background: #10649F;
    color: #fe9d00;
}
.scon-newsleft1 ul li .active{
    background: #10649F;
    color: #fe9d00;
}


.scon-leftcontact {
    border: 2px solid #eeeeee;
    padding: 10px 20px;
    margin: 20px 0px;
    border-top: 4px solid #fe9d00;
}
.scon-leftcontact .lian_t {
    background: url(../images/tel.png) no-repeat left top;
    padding-left: 60px;
    background-position: 0 5px;
}
.scon-leftcontact .lian_t span {
    display: block;
}
.scon-leftcontact .lian_t .span1 {
    color: #10649F;
    font-size: 20px;
}
.scon-leftcontact .lian_t .span2 {
    color: #999999;
    font-size: 14px;
}
.scon-leftcontact p {
    line-height: 22px;
    color: #666;
    border-bottom: 1px dashed #dfdfdf;
    padding: 5px 0px;
}
.scon-leftcontact p a:hover {
    color: #0083c7;
}

    /* 闁跨喐褰拠褎瀚归柨鐔峰建閹插瀚� */
.rigtitle {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0px 10px;
}
.rigtitle .b_tt {
    float: left;
    font-size: 20px;
    display: block;
}
.rigtitle .curbar {
    float: right;
    text-align: right;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
    margin-top: 6px;
}
.rigtitle .curbar a {
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    color: #666;
}
.rigtitle .curbar a:hover {
    color: #10649F;
}
.rigtitle .curbar i {
    font-style: normal;
    color: #fe9d00;
    display: inline-block;
    vertical-align: top;
}
.scon-newsright .rignews {
    padding: 2% 0;
}
.rignews li {
    border: 1px solid #e6e6e6;
    margin: 2% 0;
    transition: background 0.3s;
}
.rignews li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0;
}
.rignews li .ri {
    width: 11%;
    float: left;
    color: #666666;
    font-weight: 500;
    text-align: center;
}
.rignews li .ri i {
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    margin: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
}
.rignews li .ri p {
    display: block;
    color: #808080;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin: 5px 0 0 0;
}
.rignews li .wen_nei {
    width: 88%;
    float: right;
}
.rignews li .wen_nei h4 {
    font-size: 16px;
    color: #333333;
    margin: 0 0 12px 0;
    overflow: hidden;
    width: 100%;
}
.rignews li .wen_nei p {
    color: #666;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.rignews li:hover {
    background: #f3f3f3;
    border: 1px solid #139fc0;
}
    /*subpage*/
.pages{
    text-align: center;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background: #fe9d00;
    border-color: #fe9d00;
}
.pagination > li > a, .pagination > li > span{
    color: #444;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #fe9d00;
}

/* news */
.rignews_show {
    padding-top: 4%;
}
.rignews_show table{
	 margin: 20px auto 0; max-width: 800px;  min-width: 600px; border-collapse: collapse; word-break: break-all;
}
.rignews_show table tr td{ border: 1px solid #ccc;  text-align: center; line-height: 30px !important;}
.rignews_show .rignewstop_show {
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.rignews_show .rignewstop_show h3 {
    color: #333333;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.rignews_show .rignewstop_show p {
    font-size: 12px;
    color: #ababab;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    width: 100%;
    margin: 10px 0px;
}
.rignews_show p {
    color: #666666;
    line-height: 24px;
    margin-bottom:0;
}
.rignews_show .n_s_img {
    position: relative;
    padding: 3% 0px;
    text-align: center;
}
.rignews_show .n_s_img i {
    display: block;
    padding-bottom: 40%;
}
.rignews_show .n_s_img img {
    box-shadow: -30px -30px 1px #f2f2f2;
}

/* 闁跨喐鏋婚幏鐑芥晸閺佹瑥搴滈幏鐑芥晸閺傘倖瀚� */
#timeline .timeline-item:after,#timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
#timeline {
    margin: 30px auto;
    position: relative;
}
#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #10649F;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    background: #10649F;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
#timeline .timeline-item .timeline-icon i{
    font-size: 24px;
    padding-top: 25%;
}
#timeline .timeline-item .timeline-content {
    width: 45%;
    background: #f3f3f3;
    padding: 20px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
#timeline .timeline-item .timeline-content h2 {
    padding: 10px 15px;
    background: #10649F;
    color: #fff;
    margin: -20px -20px 0 -20px;
    font-weight: 500;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 20px;
}
#timeline .timeline-item .timeline-content p{
    color: #666;
    margin: 5px 0 0 0;
    text-align: center;
}
#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #10649F;
}
#timeline .timeline-item .timeline-content.right {
    float: right;
}
#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #10649F;
}

/* 娑撴捇鏁撻弬銈嗗闁跨喐鏋婚幏鐑芥晸閻ㄥ棴鎷� */
.members{
    margin: 30px 0;
}
.members-list{
    margin-bottom: 15px;
}
.members-list .members-bor{
    border: 1px solid #efefef;
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.members-list:hover .members-bor{
    border: 1px solid #ffb515;
    box-shadow:0 0 8px #ddd;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.members-bor .members-title{
    margin-bottom: 15px;
}

.members-bor .members-title h3{
    border-bottom: 1px solid #e2e3e8;
    overflow: hidden;
    height: 30px;
    margin: 0;
    font-size: 16px;
    text-align: center;
}
.members-bor p{
    margin-bottom: 0;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap:break-word;
    color: #666;
}
.members-img{
    text-align: center;
}
.members-list .members-img img {
    transform: perspective(800px) rotateY(0deg);
    transition: all 1s ease 0s;
    -moz-transform: perspective(800px) rotateY(0deg);
    -moz-transition: all 1s ease 0s;
    -webkit-transform: perspective(800px) rotateY(0deg);
    -webkit-transition: all 1s ease 0s;
    -o-transform: perspective(800px) rotateY(0deg);
    -o-transition: all 1s ease 0s;
    -ms-transform: perspective(800px) rotateY(0deg);
    -ms-transition: all 1s ease 0s;
    zoom:1;
}
.members-list:hover img {
    transform: perspective(800px) rotateY(-180deg);
    -moz-transform: perspective(800px) rotateY(-180deg);
    -webkit-transform: perspective(800px) rotateY(-180deg);
    -o-transform: perspective(800px) rotateY(-180deg);
    -ms-transform: perspective(800px) rotateY(-180deg);
}

/* 闁跨喐鏋婚幏鐑芥晸闂冭埖鏋婚幏鐑芥晸閺傘倖瀚� */
.courses{
    margin: 30px 0;
}
.courses-list{
    margin-bottom: 15px;
}
.courses-list p{
    border-bottom: 1px solid #eaeaea;
    color: #666;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}
.courses-img{
    overflow: hidden;
}
.courses-img img{
    transition: 0.3s;
}
.courses-img:hover img {
    transform: scale(1.1);
}
.courses-list a{
    color: #666;
}
.courses-list a p:hover{
    color: #10649F;
    border-bottom: 1px solid #10649F;
    transition: 0.3s all;
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻弬銈嗗 */
.csgy{
    padding-top: 4%;
}
.csgy-list{
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 15px;
}
.csgy-list:last-child{
    border-bottom: none;
}
.csgy-pic{
    text-align: center;
}
.csgy-text h4 {
    font-size: 18px;
    color: #333333;
    margin: 0 0 15px 0;
}
.csgy-text p {
    color: #666666;
    line-height: 22px;
    height: 42px;
    overflow: hidden;
}
.csgy-text span {
    width: 109px;
    height: 30px;
    background: #c7c7c7;
    color: #fff;
    display: block;
    line-height: 30px;
    text-align: center;
    margin: 20px 0px;
}

.csgy-text:hover h4 {
    color: #10649F;
    transition: 0.3s all;
}
.csgy-text:hover span {
    background: #10649F;
    transition: 0.3s all;
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹峰嘲鎼� */
.yxzp-title{
    font-size: 14px !important;
    color: #666 !important;
    font-weight: bold;
}

/* 闁跨喐鏋婚幏鐑芥晸閼哄倸娲栭惂鍛婂 */
.wqhg-text{
    line-height: 24px;
    text-align: left !important;
}
.wqhg-more a{
    color: #fe9d00;
    font-weight: bold;
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻敓锟� */
.mjtc-list{
    margin-bottom: 15px;
}
.mjtc-list p{
    background: #10649F;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.mjtc-img{
    border: 1px solid #efefef;
    border-radius: 2px;
    padding: 15px;
    overflow: hidden;
}
.mjtc-img:hover{
    border: 1px solid #ffb515;
    box-shadow:0 0 8px #ddd;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}

.mjtc-img:hover img {
    transform: scale(1.1);
}
.mjtc-list a{
    color: #666;
}
.modal-dialog{
    margin: 10% auto;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 15px;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}
.fade {
    transition: opacity 0.15s linear 0s;
}
button.close{
    position: absolute;
    background: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
    right: -12px;
    top: -10px;
    opacity: 1;
    padding: 6px 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: normal;
    font-size: 16px;
}
.close:hover,.close:focus {
    color: #fff;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

/* login */
.form-group{
    margin-bottom: 20px;
}
.log-page {
    background: #fcfcfc;
    border: 1px solid #eeeeee;
    box-shadow: 0 0 7px #eeeeee;
    margin: 40px auto 20px auto;
    padding: 20px;
    max-width: 860px;
}
.log-page h3{
    text-align: center;
    margin: 0 0 30px 0;
}
.loginleft{
    border-right: 1px solid #e1e1e1;
}
.loginleft .control-label{
    font-weight: normal;
}
.login-input{
    position: relative;
}
.login-input .fa {
    color: #666;
    font-size: 16px;
    left: 10px;
    position: absolute;
    top: 10px;
}
.login-input input{
    padding-left: 30px;
}
.loginleft .btn{
    width: 100%;
}
.loginright{
    padding-top: 25px;
}
.rigbtn{
    position: relative;
    overflow: hidden;
    padding-left: 44px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 20px;
    width: 45%;
}
.rigbtn > *:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    bottom: 0;
    font-size: 1.4em;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 32px;
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻弬銈嗗 */
.person-box{
    padding: 20px 0 0 0;
}
.person-info{
    border-bottom: 1px dashed #e1e1e1;
}
.person-info span{
    margin-right: 5px;
}
.person-info .form-control{
    display: inline-block;
}
.person-info .col-md-6{
    margin-bottom: 15px;
}
.person-title{
    padding: 5px 0 0 15px;
    text-align: right;
}
.person-btn{
    padding: 15px;
}
.person-btn .btn{
    width: auto !important;
    padding: 6px 20px;
    margin-right: 10px;
    /* background:#ccc; */
    border:none;
}
.person-btn #online{background:#ccc; }



/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔哄嵆閻у憡瀚� */
.success-modal{
    margin: 20% auto;
}
.success-con{
    text-align: center;
    font-size: 18px;
    background-color: #ebf6e1 !important;
    border-color: #b8df92 !important;
    color: #a81515 !important;
}

/* 闁跨喐褰喊澶嬪鐎涳箓鏁撻弬銈嗗 */
.student-list{
    overflow-x: scroll;
}
.student-list .table{
    padding-right: 15px;
    text-align: center;
}
.student-list .table th{
    text-align: center;
}
.student-list .table label{
    margin-top: 5px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    vertical-align: middle;
}
.student-list .table th,.student-list .table td{
    white-space:nowrap;
    overflow:hidden;
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚� */
.test-box{
    padding: 20px 0 0 0;
}
.test {
    border: 1px solid #e4e4e4;
    position: relative;
}
.test_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #f7f7f7;
    position: absolute;
    bottom: -45px;
    z-index: 1000;
}
.test_title p {
    padding: 0 20px;
    display: block;
    float: left;
}
.test_title font {
    width: 80px;
    height: 45px;
    display: block;
    float: right;
    text-align: center;
}
.test_title font input {
    background: #10649F;
    border: none;
    display: block;
    width: 80px;
    height: 45px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.test_title font input:active {
    background: #79aef0;
}

.test_content_nr {
    width: 100%;
}
.test_content_nr > ul > li {
    width: 100%;
    border-bottom: 5px solid #efefef;
    padding-top: 10px;
}
.test_content_nr_tt {
    width: 85%;
    height: auto;
    line-height: 32px;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
}
.test_content_nr_tt i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    float: left;
    background: #10649F;
    border-radius: 50%;
    margin-left: -35px;
    color: #fff;
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
}
.test_content_nr_tt font {
    font-size: 14px
}
.test_content_nr_main {
    width: 85%;
    margin: 0 auto;
    padding: 10px 0;
    height: auto;
}
.option {
    line-height: 32px;
    display: block;
    background: #fff;
    color: #666;
}
.option p{
    display: inline-block;
    margin: 0;
    font-weight: normal;
    color:#000;
}
.option:hover {
    background: #e4e4e4;
}
.option input {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 7px 10px 0 0;
}

.option label {
    height: auto;
    display: block;
}
.rt_nr1_title {
    height: 45px;
    line-height: 45px;
    background: #f3f3f3;
}
.rt_nr1_title h1 {
    width: 45%;
    float: left;
    height: 45px;
    background: #10649F;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin: 0;
    line-height: 45px;
}
.rt_nr1_title p{
    margin: 0;
    width: 55%;
    height: 45px;
    float: right;
    border:1px solid #e4e4e4;
    border-left:0;
    text-align: center;
}
.test_time{
    color: #ff0000;
    font-size: 16px;
}
.test_time i{
    margin-right: 5px;
}
.rt_content {
    height: 100%;
    border: 1px solid #e4e4e4;
    border-top: 0;
    background: #ffffff;
}
.rt_content_tt {
    width: 95%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
}
.rt_content_tt h2 {
    font-size: 14px;
    display: inline-block;
    margin: 0;
}
.rt_content_tt p {
    display: inline-block;
    float: right;
}
.rt_content_tt p i{
    font-style: normal;
}
.answerSheet ul {
    padding: 10px;
    text-align: left;
}
.answerSheet li {
    display: inline-block;
    margin-bottom: 5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e4e4e4;
}
.answerSheet li a {
    display: block;
}
.answerSheet li a:hover {
    color: #fff;
    background: #10649F;
    border-color: #10649F;
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻弬銈嗗 */
.apply-box{
    margin-bottom: 15px;
}
.apply-box h3{
    margin: 20px 0;
}
.apply-tit {
    background: #10649F;
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
}
.apply-tit h4{
    font-size: 22px;
}
.apply-tit h4 i{
    margin-right: 10px;
}
.apply-middle{
    background: #f3f3f3;
}
.apply-active{
    border: 1px solid #ffb515;
}
.apply-middle ul li{
    border-top: 1px solid #e4e4e4;
    padding: 20px;
    margin: 0;
    line-height: 22px;
    color: #666;
}
.apply_bottom a {
    background: #ffb515;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #f5f5f5;
    color: #ffffff;
    display: block;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
}
.apply_bottom a:hover {
    background: #eca50c;
    transition: all 0.5s ease 0s;
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归崣锟� */
.pay-box{
    margin: 0 auto;
}
.pay-order{
    padding: 15px 15px 0 15px;
    background-color: #ddf4fa;
    border-color: #84d8ed;
    color: #157890;
}
.pay-order span{
    padding-left: 10px;
}
.pay-order .col-md-6{
    margin-bottom: 15px;
}
.pay-tabs > li {
    float: left;
    border: 1px solid #e1e1e1;
    margin-right: 5px;
}
.pay-tabs > li > a {
    background: #f3f3f3;
    border: none;
    font-size: 16px;
    color: #333;
    padding: 8px 18px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pay-tabs > li > a .fa {
    margin-right: 10px;
}
.pay-tabs > li.active > a{
    border: none;
}
.pay-tabs > li.active > a, .pay-tabs > li.active > a:hover, .pay-tabs > li.active > a:focus {
    background: #ffb515;
    border: none;
    border-radius: 0;
    color:#fff!important;
}
.pay-tabs > li > a:hover, .pay-tabs > li > a:focus {
    color: #fff;
    background: #eca50c;
    border: none;
    border-radius: 0;
}
.pay-content{
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    padding: 20px;
}
.pay-img{
    border: 4px solid #ea5f00;
    border-radius: 3px;
    margin: 0 auto;
    padding: 10px;
    max-width: 160px;
}
.pay-tit{
    color: #c3c3c3;
    text-align: center;
    padding-top: 10px;
}
.pay-left{
    border-right: 1px solid #e1e1e1;
    min-height: 176px;
    color: #666;
    padding-top: 20px;
}
.pay-bank li{
    display: inline-block;
    padding: 0 0 15px 15px;
}

/* 閺�顖炴晸閺傘倖瀚归柨鐔哄嵆閻у憡瀚� */
.pay-success-title{
    color: #fe9d00;
    text-align: center;
    margin-top: 20px;
}
.pay-success-title i{
    font-size: 4em;
    margin-right: 5px;
}
.pay-success-title p{
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: -12px;
}
.pay-success-text{
    text-align: center;
    color: #999;
}
.pay-success-text span{
    font-weight: bold;
    color: #666;
}
.pay-success{
    padding: 15px 15px 0 15px;
}
.pay-success .col-md-6{
    margin-bottom: 15px;
}
/* 闁跨喍绮栨總鏍嚋閹风柉顕� */
.awards-tit{
    margin: 20px 0 0 0;
}
.awards-thbg{
    background: #f5f5f5;
}
.awardsbox{
    background: url("../images/final_chu.png") no-repeat;
    background-size: contain;
    min-height: 630px;
}

.awards-table .table th, .awards-table .table td {
    overflow: hidden;
    white-space: nowrap;
}
.awardsbox-certificate{
    margin: 18.6% 0 0 24%;
}
.awardsbox-text p{
    font-size: 18px;
}
.awardsbox-textitle1{
    padding-top: 25.4%;
    padding-left: 43%;
    margin-bottom: 3px;
}
.awardsbox-textitle2{
    padding-top: 0;
    padding-left: 43%;
}
.awardsbox-textnum{
    margin: 4% 0 0 18%;
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归柨鐔告灮閹风兘鏁撻弬銈嗗 */
.profile-bg{
    background: #f5f5f5;
    padding: 1% 0;
}
.profile-leftop {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 18px;
    box-shadow: 0 2px 5px #e3e3e3;
    height: 18px;
    width: 100%;
}
.profile-leftop i {
    background: #dddddd;
    border: 1px solid #dddddd;
    border-radius: 15px;
    display: block;
    height: 8px;
    margin: 5px 7px;
}
.profile-leftcon{
    width: 92%;
    background: #ffffff;
    box-shadow: 0 2px 5px #e3e3e3, -1px 2px 5px #e3e3e3;
    margin: -8px auto 0 auto;
}
.profile-leftbottom{
    background: #f5f5f5;
    height: 20px;
}
.profile-leftmenu{
    padding: 20px 0 0 0;
}
.profile-leftmenu ul{
    margin-bottom: 20px;
}
.profile-leftmenu ul li{
    padding: 15px 15px 15px 50px;
    font-size: 16px;
    border-bottom: 1px dashed #dddddd;
    color: #666;
}
.profile-leftmenu ul li i{
    margin-right: 5px;
}
.profile-leftmenu ul li a{
    color: #666;
}
.profile-leftmenu ul li a:hover{
    color: #10649F;
}
.profile-leftmenu ul li a.active{
    color: #10649F;
}
.profile-leftmenu ul li:last-child{
    border: none;
}
.profile-rig{
    background: #ffffff;
    box-shadow: 0 2px 5px #e3e3e3, -1px 2px 5px #e3e3e3;
    border-top: 2px solid #10649F;
    margin-bottom: 20px;
    padding: 20px;
}
.profile-riginfo-title{
    margin: 0 0 20px 0;
}
.profile-riginfo-con tr td{
    padding: 10px 0 !important;
    color: #666;
}

/* 闁跨喐鏋婚幏鐑芥晸閺傘倖瀚归悩鑸碉拷锟� */
.studentstate-list{
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 1px #f5f5f5;
    min-height: 260px;
    padding: 5px;
}
.studentstate-list-bor{
    border: 1px dashed #fe9d00;
    min-height: 248px;
    width: 100%;
    text-align: center;
}
.studentstate-list-bor i{
    font-size: 3em;
    color: #fe9d00;
    margin: 10px 0;
}
.studentstate-list-bor h4{
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}
.studentstate-list-btn{
    background-color: #fee3dc;
    border: 1px dashed #c62b26;
    border-radius: 5px;
    padding: 5px 20px;
    color: #666;
    display:inline-block;
    margin-bottom:10px;
}
.studentstate-list-btngray{
    background-color: #f5f5f5;
    border: 1px dashed #ccc;
    border-radius: 5px;
    padding: 5px 20px;
    color: #666;
    display:inline-block;
    margin-bottom:10px;
}
.studentstate-list-tip{
    color: #c3c3c3;
    /* padding: 20px 0 0 0; */
}
.studentstate-list-tip span.grade{ color:#10649F; font-size:16px; display:block; font-weight:bold;}
.studentstate-list-tip span.warn{  display:block; padding-top:10px;}
.studentstate-list-tip span.grade_warn{  display:block; padding-top:10px; }

#point_s{  position:fixed; right:0; bottom:0; z-index:9999999; width:40px; background:#c7f6f3; text-align: center;}
.point{ position:fixed; right:0; bottom:0; z-index:9999999; padding:0px 15px 5px; width:300px; background:#c7f6f3;}
.point h3{ text-align: center; line-height: 40px;}
.point h4{ font-weight: normal; font-size: 14px;}
.point-txt{ text-indent: 2em; line-height:30px; word-break:break-all; text-align: justify;}
.point p span{ color:red;}
.point-foot{ text-align: right; line-height: 30px;}
.point_close{ position: absolute; right: 5px; top: 5px; cursor: pointer; }
	
@media (max-width:480px){ 
	.point{ display: none;}
	#point_s{ display:block;}
}
@media (min-width:480px){ 
	.point{ display: block;}
	#point_s{ display:none;}
}

/* 404 */
.body-404{background:url("http://pic.unisedu.com/wchx/images/404-bg.jpg") repeat top left;width: 100%; padding: 50px 0;}
.body-404 h2 {  font-size:38px; line-height:2; color:#ff662f; font-weight:bold;}
.body-404 p { line-height:32px;}
.body-404 a{ color: #ff662f;}

/* 头部获奖查询 */
.all_find{ width:100%; margin:0 auto;}
.all_find input{ float: left; margin-top: 33px; border-radius: 0; }
.all_input{ width:58%; display: inline-block;}
.all_btn{ width: 42%; background:#10649F; color: #fff;}
.all_btn:hover{ color: #fff;}

@media only screen and (max-width:768px) {
	.logo img{ width:50%;}
    .all_find input{ margin-top: 3%; padding:6px 5px;}
}

.up_file{
	width:80px;
	height:34px;
	position:absolute;
	left:0;
	top:0;
	display:inline-block !important;
	opacity:0;
	filter:alpha(opacity=0);   
	cursor:pointer;
}
.upup_file{
	position:relative;
	margin-left:10px;
}
.up_pic{
	width:115px;
}
.up_warn{
	margin-top:10px;
	margin-bottom:0;
}


