@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, form {
    margin: 0;
    padding: 0;
}

ol, ul, li, dd, dt, dl {
    list-style: none;
}

img {
    border: 0;
}

input, select, textarea {
    font-size: 14px;
    color: #333;
    font-family: -apple-system,"Helvetica Neue", Helvetica, "Arial", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", SimSun, Roboto, sans-serif;;
}

body {
    min-width: 1200px;
    font: 14px/1.5 "Lantinghei SC", "Microsoft Yahei", '微软雅黑', "SimSun",sans-serif;
    color: #333;
}

:focus {
    outline: none;
}
em, th {
    font-style: normal;
    font-weight: normal;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    -moz-transition: color 0.2s;
}

a:hover {
    color: #c8161e;
    text-decoration: none;
}
.vertical {
    vertical-align: middle;
}
.textc {
    text-align:center;
}
/*header开始*/
.header {
    width:100%;
    height:100px;
    background:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.header .header_c {
    margin:0 auto;
    width:1200px;
    height:100%;
}
.header .header_c .header-logo {
    float:left;
    margin:20px 45px 20px 0;
    width:175px;
    height:60px;
}
.header .header_c .header-nav {
    float:left;
    width:600px;
}
.header .header_c .header-nav li {
    position:relative;
    display: inline-block;
    *display: inline;
    margin-right:45px;
    font-size:20px;
    color:#333;
    line-height: 99px;
}
.header .header_c .header-nav li .header-links {
    padding-bottom:7px;
}
.header .header_c .header-nav li .header-links.on {
    color:#c8161e;
    border-bottom:1px solid #c8161e;
}
.header .header_c .header-nav li .header-links:hover {
    color:#c8161e;
    border-bottom:1px solid #c8161e;
}
.header .header_c .header-nav li .li-bottom {
    position:absolute;
    top:99px;
    left:50%;
    z-index:990399;
    display:none;
    margin-left:-85px;
    padding:0 15px;
    width:130px;
    height:auto;
    background: #fff;
}
.header .header_c .header-nav li .li-bottom .li-b-links {
    display: block;
    height:50px;
    font-size:20px;
    color:#222;
    line-height:50px;
    text-align:center;
    border-bottom:1px solid #e5e5e5;
}
.header .header_c .header-nav li .li-bottom .li-b-links:hover {
    color:#c8161e;
}
.header .header_c .header-nav li .li-bottom .li-b-links.on {
    color:#c8161e;
}
.header .header_c .header-right {
    float:right;
    width:380px;
    height:100%;
}
.header .header_c .header-right .header-call {
    float:left;
    margin-top:25px;
    width:190px;
    height:50px;
    font-size:16px;
    line-height: 50px;
    text-align:center;
    background:url(//uimg.gximg.cn/v/res/201804/28-10/tele_bg02.png) no-repeat center 0;

}
.header .header_c .header-right .header-login-icon {
    float:right;
    /*height:100%;*/
    font-size:16px;
    color:#222;
    line-height: 99px;
}
.header .header_c .header-right .header-login-icon .loginlinks {
    float:left;
    height:100%;
    color:#222;
    line-height: 100px;
}
.header .header_c .header-right .header-login-icon .loginlinks:hover {
    color:#c8161e;
}
.header .header_c .header-right .header-login-icon .spanline {
    float:left;
    margin:0 5px;
    line-height: 100px;
}
.header .header_c .header-right .header-loginlist {
    position:relative;
    *z-index:102;
    float:right;
    /*display:none;*/
    width:155px;
    height:100%;
    font-size:16px;
    color:#222;
    text-align:center;
    line-height: 99px;
    cursor: pointer;
    background:url(//uimg.gximg.cn/v/res/201804/28-10/down.png) no-repeat 130px center;
}
.header .header_c .header-right .header-loginlist:hover {
    background: url(//uimg.gximg.cn/v/res/201804/28-10/up.png) no-repeat 130px center;
}
.submenu {
    position:absolute;
    left:0;
    z-index:100;
    display:none;
    padding:0 15px;
    width:125px;
    height:auto;
    background: #222;
}
.submenu .submenu-links {
    display:block;
    width:100%;
    height:50px;
    font-size:16px;
    color:#fff;
    line-height: 50px;
    border-bottom:1px solid #494949;
}
.header .header_c .header-right .header-loginlist .submenu {
    top:99px;
    
}

/*header结束*/


/*header-float开始*/
.header-float {
    position: fixed;
    top: -50px;
    left: 0;
    z-index: 990099;
    display:none\9;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    background: #fff\9;
    opacity:0;
    -webkit-opacity:0;
    -o-opacity:0;
    -moz-opacity:0;
    -ms-opacity:0;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
    *border-bottom: 1px solid #e9e9e9;
}

.header-float.show {
    top: 0;
    display:block\9;
    opacity:1;
    -webkit-opacity:1;
    -o-opacity:1;
    -moz-opacity:1;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.header-float .header-flaot_c {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.header-float .header-flaot_c .header-float-logo {
    float: left;
    margin-top: 10px;
    width: 35px;
    height: 30px;
}

.header-float .header-flaot_c .header-float-logo img {
    width: 35px;
    height: 30px;
}

.header-float .header-flaot_c .header-float-nav {
    float: left;
    height: 100%;
    
}
.header-float .header-flaot_c .header-float-nav li {
    display: inline-block;
    *display: inline;
    margin-left: 25px;
    line-height: 50px;
}

.header-float .header-flaot_c .header-float-nav li .header-links {
    padding-bottom: 3px;
}

.header-float .header-flaot_c .header-float-nav li .header-links:hover {
    color: #c8161e;
    border-bottom: 1px solid #c8161e;
}

.header-float .header-flaot_c .header-float-nav li .header-links.on {
    color: #c8161e;
    border-bottom: 1px solid #c8161e;
}

.header-float .header-flaot_c .header-float-right {
    float: right;
    width:300px;
    height:100%;
    
}

.header-float .header-flaot_c .header-float-right .header-float-call {
    float:left;
    width:130px;
    line-height: 50px;

}

.header-float .header-flaot_c .header-float-right .float-login-icon {
    float:right;
    line-height: 50px;
}
.header-float .header-float-right .float-icon {
    height: 100%;
    float: left;
    line-height: 50px;
}
.header-float .header-float-right .float-loginlist {
    position:relative;
    float:right;
    display:none;
    width:155px;
    height:50px;
    text-align:center;
    line-height: 49px;
    cursor: pointer;
    background: url(//uimg.gximg.cn/v/res/201804/28-10/down.png) no-repeat 130px center;
}
.header-float .header-float-right .float-loginlist:hover {
    background: url(//uimg.gximg.cn/v/res/201804/28-10/up.png) no-repeat 130px center;
}
.header-float .header-float-right .float-loginlist .submenu-links {
    top:49px;
    font-size:14px;
}
/*浮动头部结束*/

/*登录开始*/
.validatebg {
    position:fixed;
    top:0;
    left:0;
    z-index:990699;
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
}
.validate {
    position: fixed;
    top:50%;
    left:50%;
    z-index:990799;
    display:none;
    margin:-275px 0 0 -380px;
    width:760px;
    height:550px;
    color:#222;
    background: #fff;
}
.validate .closeimg {
    position:absolute;
    top:0;
    right:0;
    cursor: pointer;
}
.validate .validatetext {
    margin:100px 0 35px;
    font-size:28px;
    text-align:center;
}
.validate .inputlist{
    position:relative;
    margin:0 auto;
    width:440px;
    height:60px;
    overflow: hidden;
}
.validate .inputlist .codeimg{
    position:absolute;
    top:21px;
    right:0;
    width:84px;
    height:38px;
    cursor: pointer;
    background: #e4e6ed;
}
.validate .inputlist span{
    position:relative;
    top:35px;
    float:left;
    width:100px;
    font-size:18px;
    color:#222;
    text-align:right;
}
.validate .inputlist input{
    float:right;
    padding-top:30px;
    width:320px;
    height:29px;
    border:0;
    border-bottom:1px solid #e6e8ee;
}
.validate .inputlist .message{
    position: absolute;
    top:0;
    right:0;
    width:100px;
    height:100%;
    font-size:18px;
    color:#ca1113;
    line-height: 80px;
    text-align:center;
    cursor: pointer;
}
.validate .load {
    margin-left:5px;
    width:20px;
    height:20px;
    vertical-align: middle;
} 
.validate .promptmsm{
    position:absolute;
    bottom:120px;
    left:0;
    width:100%;
    font-size:14px;
    color:#ca1113;
}
.validate .validate-btn{
    position:absolute;
    left:50%;
    margin-left:-192px;
    bottom:50px;
    width:385px;
    height:60px;
    font-size:24px;
    color:#fff;
    text-align:center;
    line-height:60px;
    cursor: pointer;
    background: #c8161e;
    border-radius:30px;
    -webkit-border-radius:30px;
    -o-border-radius:30px;
    -moz-border-radius:30px;
}
/*登录结束*/

/*footer开始*/
.footer {
    width: 100%;
    height: auto;
    background: #333;
}

.footer .footer_c {
    margin: 0 auto;
    padding: 45px 0;
    width: 1200px;
    height: auto;
    font-size: 12px;
    color: #bbb;
}

.footer .footer_c .footer-top .footer-t-left {
    float: left;
    width: 740px;
    height: auto;
    color: #c8c8c8;
}

.footer .footer_c .footer-top .footer-t-left .footer-t-campus dt {
    margin:10px 0 12px;
    font-size: 14px;
    padding-left: 25px;
    background: url(//uimg.gximg.cn/v/res/201610/08-10/home.png) no-repeat 0 center;
}

.footer .footer_c .footer-top .footer-t-left .footer-t-campus dd {
    padding-left: 25px;
    width: 713px;
    height: auto;
    
}

.footer .footer_c .footer-top .footer-t-left .footer-t-campus dd a {
    margin:0 25px 5px 0;
    display: inline-block;
    color: #c8c8c8;
}

.footer .footer_c .footer-top .footer-t-left .footer-t-campus dd a:hover {
    color: #c8161e;
}

.footer .footer_c .footer-top .footer-t-left .footer-t-address {
    padding-left: 27px;
    margin-top: 24px;
    background: url(//uimg.gximg.cn/v/res/201610/08-10/map.png) no-repeat 0 2px;
    
}
.footer .footer_c .footer-top .footer-t-left .footer-t-address li {
    margin-bottom: 3px;
}

.footer .footer_c .footer-top .footer-t-right {
    float: left;
    margin-left: 180px;
    width: 250px;
    height: auto;
    
}

.footer .footer_c .footer-top .footer-t-right .footer-t-r-call {
    margin: 12px auto 13px;
    width: 243px;
    height: 37px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    background: url(//uimg.gximg.cn/v/res/201610/08-10/btn.png) no-repeat 0 0;
}

.footer .footer_c .footer-top .footer-t-right .footer-t-r-wechat {
    margin: 0 auto;
    width: 238px;
    height: auto;
}

.footer .footer_c .footer-top .footer-t-right .footer-t-r-wechat .wechat-icon {
    margin-top: 5px;
    padding: 0 8px;
    font-size: 14px;
    color: #999;
    
}

.footer .footer_c .footer-top .footer-t-right .footer-t-r-wechat .wechat-icon .wechat-icon-left img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.footer .footer_c .footer-bottom .footer-b-top {
    margin: 28px auto 10px;
    width: 910px;
    height: auto;
    text-align: center;
}

.footer .footer_c .footer-bottom a {
    color: #bbb;
}

.footer .footer_c .footer-bottom a:hover {
    color: #c8161e;
}

.footer .footer_c .footer-bottom .footer-b-top span {
    margin: 0 3px;
}

.footer .footer_c .footer-bottom .footer-b-bottom {
    margin: 0 auto;
    width: 940px;
    height: auto;
    text-align: center;
    border-top: 1px solid #3c3c3c;
}

.footer .footer_c .footer-bottom .footer-b-bottom .footer-b-bottom-links {
    margin: 5px 0;
}

.footer .footer_c .footer-bottom .footer-b-bottom .footer-b-bottom-links span {
    margin-right: 5px;
}

.footer .footer_c .footer-bottom .footer-b-bottom .footer-b-bottom-links a {
    margin-right: 15px;
}

.footer .floatL {
    float: left;
}

.footer .floatR {
    float: right;
}
/*footer结束*/

/*分页开始*/
.paging {
    text-align: center;
    margin-top: 25px;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    zoom: 1;
    height: 42px;
    overflow: hidden;
    font-size: 18px;
}

.paging form {
    display: inline;
}

.paging em {
    margin-left: 10px;
}

.paging b {
    vertical-align: middle;
    margin-left: 10px;
    font-weight: normal;
    line-height: 22px;
    display: inline-block;
    height: auto;
    overflow: hidden;
}

.paging a, .paging span {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #E8E8E8;
    margin: 0 2px;
    background: #F8F8F8;
    display: inline-block;
    color: #565656;
    position: relative;
    z-index: 1;
}

.paging span {
    color: #C4C4C4;
    border: 1px solid #E8E8E8;
}

.paging .on {
    color: #fff;
    border: 1px solid #FF4201;
    background-color: #FF4201;
    position: relative;
    z-index: 3;
}

.paging .text {
    width: 46px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #F8F8F8;
    border: 1px solid #E5E5E5;
    margin-left: 6px;
    color: #666;
}

.paging .text_on {
    border: 1px solid #FF7800 !important;
}

.paging .button {
    border: 0;
    width: 0;
    height: 24px;
    cursor: pointer;
    background-color: #FF7800;
    color: #fff;
}

.paging b i {
    font-style: normal;
    float: left;
}

.paging b input {
    float: left;
    display: inline;
}

.paging .paging_p {
    background-color: #F8F8F8;
    margin-right: 9px;
}

.paging .paging_n {
    background-color: #F8F8F8;
    margin-left: 9px;
}

.paging a.paging_p:hover {
    z-index: 5;
}

.paging a.paging_n:hover {
    z-index: 5;
}

.paging a:hover {
    border: 1px solid #FF4201;
    color: #FF4201 !important;
    text-decoration: none !important;
    z-index: 3;
}

.paging .mlr7 {
    margin: 0 7px;
}
/*分页结束*/