@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-family: "宋体";
}

body {
    -webkit-text-size-adjust: 100%;
    font: 14px/2 'Hiragino Sans GB', 'Microsoft Yahei', 微软雅黑, 'STHeiti', Arial, 黑体, 宋体, Tahoma, Helvetica
}

body div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b2b2b2;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

img {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

fieldset, img {
    border: 0;
}

textarea {
    resize: none;
}

textarea {
    padding-top: 10px;
}

button {
    cursor: pointer;
}

button, input, select, textarea {
    font-size: 14px;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

/*==for IE6/7 Maxthon2 asa==*/
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.textEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.positionA {
    position: absolute;
}

.positionR {
    position: relative;
}

.positionF {
    position: fixed;
}

.cursorP {
    cursor: pointer;
}

.displayNone {
    display: none;
}

.displayB {
    display: block;
}

.displayIB {
    display: inline-block;
}

.btn {
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

body {
    background: url("../../img/campus/pageBg.png") repeat-y;
    background-size: 100% auto;
    min-width: 1200px;
}

.page{
    padding-top: 70px;
}
/*右下角视屏*/

.base_videoBox{
    position:fixed;
    bottom: 100px;
    right: 0;
    z-index: 9;
    display: none;
}

.base_videoBox video{
    outline: none;
}

.base_videoBox .closeBaseVideo{
    position: absolute;
    top:10px;
    right: 10px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
}

/*公共部分-----------------end*/

/*头部*/
/*navBar*/
.zp-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #eee;
}

.zp-logo {
    float: left;
    display: inline-block;
    height: 70px;
}

.zp-icon {
    display: inline-block;
    background-image: url("../../img/campus/logo.png");
    background-repeat: no-repeat;
}

.icon-zp-logo {
    width: 156px;
    height: 72px;
    background-position: center left;
}

.zp-nav-content {
    width: 1200px;
    margin: 0 auto;
}

.zp-nav-main {
    height: 72px;
    float: right;
    display: inline-block;
    padding: 0;
}

.zp-nav-main li {
    height: 72px;
    padding: 0 26px;
    float: left;
    display: inline-block;
    line-height: 72px;
}

.zp-nav-main li a:link,
.zp-nav-main li a:active,
.zp-nav-main li a:visited {
    font-size: 16px;
    color: #666;
}

.zp-nav-main li a:hover,
.zp-nav-main li.active a {
    color: #039be3;
    text-decoration: none;
}

/*尾部*/
a {
    background: transparent;
    text-decoration: none;
    color: #666;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.cer {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.footer {
    width: 100%;
    background-color: #f5f5f5;
}

.footerin {
    overflow: hidden;
    padding: 60px 0 0;
    position: relative;
}

.footerin:before {
    content: '';
    position: absolute;
    right: 330px;
    top: 70px;
    z-index: 0;
    width: 1px;
    height: 210px;
    background-color: #e3e3e3;
}

.footinfo {
    position: absolute;
    width: 300px;
    top: 0;
    right: 0;
    z-index: 1;
}

.footer1 {
    padding-right: 330px;
    position: relative;
}

.footnav {
    overflow: hidden;
    padding-bottom: 10px;
}

.footnav li {
    float: left;
    width: 14%;
    height: 250px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

.footnav li a.ftmore {
    display: block;
    color: #039be3;
    line-height: 30px;
    text-decoration: underline;
    position: absolute;
    height: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #f5f5f5;
}

.footnav li dt {
    line-height: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.footnav li dd {
    line-height: 30px;
    color: #314b6c;
}

.footnav li.on {
    height: 395px;
}

.footnav li dt a {
    color: #333;
}

.footinfo .hotline {
    height: 30px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.footinfo .hotline span {
    font-size: 24px;
    color: #008dc5;
}

.footinfo .shoptime {
    height: 24px;
    background-color: #008dc5;
    margin-top: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.footinfo .lx1 {
    padding-left: 35px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 18px;
    background: url(../../img/index/lx4.jpg) top left no-repeat;
}

.footinfo .lx2 {
    padding-left: 35px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 18px;
    background: url(../../img/index/lx2.jpg) top left no-repeat;
}

.footinfo .lx3 {
    padding-left: 35px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 18px;
    background: url(../../img/index/lx3.jpg) top left no-repeat;
}

.l {
    float: left;
}
.r{
    float: right;
}

.footer3 {
    border-top: 1px solid #e3e3e3;
    padding: 18px 0;
    color: #333;
}
.footer3 .l{
    line-height: 28px;
}
.footer3 .l span {
    font-weight: bold;
}

.footer3 .l.footewm {
    position: relative;
    display: inline-block;
}

.footer3 .l a {
    margin-left: 20px;
    display: inline-block;
}

.footer3 .l a img {
    width: 28px;
    height: 28px;
}

.footer3 .bigewm {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -110px;
    left: 100%;
    z-index: 1;
    margin-left: -30px;
    display: none;
}

.full {
    width: 100%;
    height: 100%;
}

.footer3 .l.ml70 {
    margin-left: 70px;
}

.footer3 .l span {
    font-weight: bold;
}

.r {
    float: right;
}

.footer3 .r a {
    color: #333;
}

.footer3 .r i {
    margin: 0 18px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.footnav {
    overflow: hidden;
}

.footer2 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #999;
    background-color: #e3e3e3;
}

.footer2 a {
    color: #999;
    margin-left: 20px;
}

.footer2_link:hover {
    text-decoration: underline;
}

.delay02 {
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

.hasani {
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

/*尾部---------------------end*/

/*banner*/

.bannerBox {
    width: 100%;
}

.bannerBox img {
    width: 100%;
}



.ie_warn {
    width: 1200px;
    margin: 0 auto;
    background: #FEFCEC;
    padding:10px 30px;
    font-size: 16px;
    color: #F97A19;
    display: none;
    text-align: center;
}
.ie_warn a{
    color: #008dc5;
    text-decoration: underline;
}