/*新版页面开始*/
html{
    font-family: arial, verdana, Microsoft YaHei, Tahoma, Simsun, sans-serif;

}
html,body
{
    height:100%;
    margin:0;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
ul, ol, li {
    text-decoration: none;
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
img {
    border: 0;
}
input:focus{
    outline: none;
}
a,
a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
:root {
    --themeColor: #19abb4;
}
.input-control{;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    border-radius: 4px;
}
.input-default {
    height: 36px;
    line-height: 36px;
    border: 1px solid #4c4375;
}
.input-lg {
    height: 46px;
    line-height: 46px;
}
.btn{
    font-family: "Microsoft YaHei";
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-lg {
    padding: 30px 0;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-border{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-borderBlue{
    border: 2px solid #19abb4;
    /*border: 2px solid var(--themeColor);*/
}
.btn-cancel{
    color: #333;
    background: #e4e4e4;
}
.btn-default{
    background: #19abb4;
    /*background: var(--themeColor);*/
    color: #fff;
}
.ftx-red {
    background: #ff726e;
    color: #fff;
}
.ftx-cyan {
    background: #00bbe3;
    color: #fff;
}
.ftx-green{
    background: #22d9cf;
    color: #fff
}
.ftx-yellow {
    background: #f6a80a;
    color: #fff;
}
.btn-info{
    color: #fff;
}
/*禁用按钮*/
.btn-disabled{
    filter: alpha(opacity=70);
    -webkit-box-shadow: none;
    pointer-events: none;
    box-shadow: none;
    opacity: .70;
}
.f-left{
    float: left;
}
.f-right{
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.col2{
    width: 50%;
}
.col3{
    width: 33.3333%;
}
.col4{
    width: 25%;
}
.col5{
    width: 20%;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.marginB{
    margin-bottom: 10px;
}
.marginTB{
    margin: 10px 0;
}
.marginTB2{
    margin: 5px 0;
}
.borderSty{
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    padding: 16px 0;
}

/*页面样式s*/
.bgColour{
    /*background: #f6f6f6;*/
    background: #fff;
}
.pageBody{
    width: 100%;
    height: auto;
}
.pageContent{
    width: 1200px;
    margin: 0 auto;
}
.placePanel{
    height: 100px;
}
.headLine{
    background: #3a3a3a;
    font-size: 14px;
}
.headLogo{
    /*border-bottom: 3px solid var(--themeColor);*/
    border-bottom: 3px solid #19abb4;
    padding: 24px;
    background-color: #fff;
}
.pageWelcome{
    color: #eee;
    line-height: 30px;
}
.pageWelcome a{
    color: #eee;
    padding: 0 10px;
}
.pageWelcome a:hover{
    /*color: var(--themeColor);*/
    color: #19abb4;
}
.loginPange{
    /*background: var(--themeColor);*/
    background: #19abb4;
    height: 500px;
}
/*页面样式e*/

/*头部样式s*/
.loginImg{
    height: 64px;
    line-height: 64px;
}
.loginImg img{
    vertical-align:middle;
}
.backHome{
    margin: 10px 10px;
}
.backHome a{
    /*color: var(--themeColor);*/
    color: #19abb4;
}
.backHome a:hover{
    /*background: var(--themeColor);*/
    background: #19abb4;
    color: #fff;
}
.loginWord{
    padding: 6px 15px 6px 10px;
    /*border-right: 2px solid var(--themeColor);*/
    border-right: 2px solid #19abb4;
}
.logoName{
    font-size: 26px;
}
.logoEnglishName{
    font-size: 14px;
    color: #999;
}
.noticePanel{
    line-height: 30px;
}
.noticeBorder{
    border: 1px solid #ffab08;
    border-radius: 5px;
    background: #fffbea;
    padding: 12px 16px;
}
.noticeIco{
    background: url("../img/noticeIco.png") left center no-repeat;
    color: #ffab08;
    padding-left: 40px;
    width: 130px;
    border-right: 1px solid #ccc;
}
.noticeContent{
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    width:calc(100% - 260px)
}
.noticeContent span{
    margin-right: 10px;
}
.noticeContent a{
    color: #333;
}
.noticeMore{
    width: 130px;
}
.noticeMore a{
    color: #999;
}
.itemName{
    color: #ff5353;
    font-size: 24px;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    padding: 0px 16px;
}
/*头部样式e*/

/*版权信息样式s*/
.footBody{
    position: fixed;
    bottom: 0;
    width: 100%;
	height: auto;
}
.footPange{
    /*background: #e8e8e8;*/
    background: #fff;
}
.footMenu{
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.footMenuLi a{
    padding: 0 30px;
    color: #666;
}
.onlinePhone p ,.onlineWeChat p{
    font-size: 16px;
    line-height: 20px;
    color: #666;
}
.onlinePhone p:first-child ,.onlineWeChat p:first-child{
    font-size: 14px;
    color: #999;
}
.onlinePhone {
    background: url("../img/phone.png") 30px center no-repeat;
}
.onlineWeChat {
    background: url("../img/scan.png") 30px center no-repeat;
}
.onlineWeChat:hover .ca-scan{
    display: block;
}
.ca-scan{
    position: relative;
    float: right;
    margin-top: -350px;
    z-index: 999;
    display: none;
}
.aboutLi{
    /*height: 100px;*/
    padding: 15px 90px;
}
.copyRight {
    height: 40px;
    background: #3a3a3a;
    color: #a3a3a3;
    text-align: center;
    line-height: 40px;
}
/*版权信息样式e*/
/*登录框样式*/
.login_img {
    margin-top: 50px
}
.online-login {
    height: 430px;
    margin-top: 30px;
    background: #ffffff;
    padding: 40px 20px 0 20px;
}
.online-login .login-title{
    font-size: 24px;
    color: #444;
    margin-bottom: 20px;
}
.online-login form input{
    margin-top: 30px;
    font-size: 16px;
    height:46px;
    line-height: 46px;
}
.login-info{
    font-size: 14px;
    background:#FEEEEB;
    border:1px solid #F15532;
    color:#F15533;
    line-height:24px;
    box-sizing:border-box;
    padding:5px 12px 5px 32px;
    margin-bottom: -20px;
}
.loading_undone .loading_untest{
    background: #ffe6c2;
    color: #a35100;
}
.loading_box{
    width: 100%;
    height: 250px;
    margin-top: 48px;
}
.loading_Pic{
    width: 270px;
    height: 86px;
    margin: 0 auto;
}
.loading_Pic img{
    width: 100%;
}
.login-register{
    float: right;
}
/*登录框样式*/

/*注册样式*/
.reg-container{
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 30px;
}
.reg-container>div>div.layui-col-xs10{
    background: #ffffff;
    height:auto;
    padding: 30px 0;
    border: 1px solid #e5e5e5;
}
.reg-container input{
    height:38px;
    line-height: 38px;
}
.reg-container img{
    height:38px;
}
.reg-container .layui-row{
    margin-top: 20px;
}
p.reg-title{
    text-align: center;
    padding-top:40px;
    font-size:30px;
    color:#373d41;
    letter-spacing:1px;
    line-height:36px;
    text-indent: 0!important;
}
.reg-success{
    height: 450px;
    padding-top: 240px;
    background: url("../img/reg-success.png") center 80px no-repeat #ffffff;
}
.reg-success .reg-p1{
    color:#24272e;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.reg-success .reg-p2{
    color: #FF5722;
    font-size: 46px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
}
.reg-success .reg-p3{
    color: #77767c;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}
.reg-success .reg-p3 a ,.reg-success .reg-p3 a:hover{
    color: #1E9FFF;
    text-decoration: none;
}
.reg-remind{
    height: 450px;
    padding-top: 240px;
    background: url("../img/reg-remind.png") center 80px no-repeat #ffffff;
}
.reg-remind .reg-p1{
    color:#24272e;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.reg-remind .reg-p2{
    color: #FF5722;
    font-size: 46px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
}
.reg-remind .reg-p3{
    color: #77767c;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}
.reg-remind .reg-p3 a ,.reg-success .reg-p3 a:hover{
    color: #1E9FFF;
    text-decoration: none;
}
/*注册样式*/

/*通知公告列表页面s*/
.newsTitle{
    font-size: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 20px 0;
}
.newsFontLine {
    display:inline-block;
    width:100px;
    border-top:1px solid #ddd;
    vertical-align:5px;
    margin: 0 10px;
}
.newsList{
    padding: 20px 60px;
}
.newsLi{
    border-bottom: 1px solid #eee;
    height: 50px;
    line-height: 50px;
}
.newsName{
    background: url("../img/liIco.png") left center no-repeat;
    padding-left: 20px;
}
.newsDate{
    color: #999;
}
/*通知公告列表页面e*/
/*通知公告详情页面e*/
.notice-con p{
    text-indent: 2em;
    padding: 20px 60px;
    line-height: 34px;
}
.notice-con h4{
    text-align: center;
}
/*通知公告详情页面e*/

/*右侧悬浮*/
.onlineService_Nav {
    width: 100px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 10;
}
.onlineService_Nav1 {
    width: 100px;
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 10;
}
.onlineService_Panel a {
    display: block;
    width: 86px;
    height: 90px;
    border-radius: 3px;
    margin-bottom: 2px;
    background: #0ec7db;
    font-size: 16px;
    padding-top: 60px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
}
.ico_Online a {
    color: #f7e65b;
    background-image: url(../img/icon-Online.png);
}
.ico_Online a:visited,.ico_Online a:focus,.ico_Online a:hover{
    outline: none;
    text-decoration: none;
    color: #f7e65b;
}
/*右侧悬浮*/
/*新版页面结束*/