﻿* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: '微软雅黑';
    background: url(../img/bg2.png) no-repeat;
    background-color: aliceblue;
    background-size: 100%;
}

/*Overwrite bootstrap*/
.breadcrumb {
    background-color: inherit;
    margin-bottom: 10px;
    border-bottom: 1px solid #00c7b1;
    border-radius: 0;
    padding-left: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: #0f98ed;
}

.text-primary:hover {
    color: #1E9FFF;
}

label.error {
    color: red;
    font-size: 12px;
    margin-left: 2px;
}

.layui-input.error, .layui-textarea.error, .layui-form-select.error {
    border: 1px solid red;
}

.required-field {
    color: red;
    display: inline-block;
    margin-right: 5px;
}

.form-tips {
    color: #B2B2B2;
    line-height: 32px;
    margin-left: 5px;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

td.active {
    text-align: right;
    margin-right: 5px;
    vertical-align: middle !important;
    width: 130px;
}

.textarea-counter {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 20px;
}

.textarea-counter .tip {
    float: left;
}

.textarea-counter .counter {
    float: right;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

#main-content {
    padding-bottom: 80px;
    min-height: 100%;
    min-width: 1140px !important;
    background-image: url("../img/content-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -999;
    border: 0;
}

/*.top {
    height: 220px;
}*/

.span2 {
    -moz-animation: loading 4s linear infinite 1s;
    -webkit-animation: loading 4s linear infinite 1s;
    animation: loading 4s linear infinite 1s;
}

/*标题图片*/
#title_bg {
    position: absolute;
    top: 8%;
    left: 50%;
    z-index: 999;
    text-align: center;
    margin-left: -447px;
}

.title_span {
    display: block;
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
    position: absolute;
    top: 10%;
    width: 100%;
    margin: 0 auto;
    text-shadow: 2px 2px 2px #ffff05;
}

.ti_span {
    display: block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 68%;
    width: 100%;
    margin: 0 auto;
}

.top_title_span {
    font-size: 32px;
    font-weight: bolder;
    display: block;
    color: #337ab7;
    position: absolute;
    top: 90px;
}

.top_ti_span {
    font-size: 13px;
    color: #337ab7;
    display: block;
    position: absolute;
    top: 140px;
}

.caroufredsel_wrapper {
    height: 170px;
    overflow: hidden;
}

/*导航菜单*/
.nav{
    height: 60px;
    line-height: 60px;
}
.nav ul{
    width:100%;
}
.nav ul{
    width: 1140px;
}
.nav .btn-nav{
    display: none;
}
.nav .btn-nav{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #17528a;
    margin-left: -1px;
    font-size:18px;
    color:#fff;
    cursor: pointer;
}
.nav.active{
    margin-top: 0!important;
    transition: all 1s;
}
.nav li{
    width: 190px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    box-sizing:border-box;
    background: #2671b7;
    position: relative;
}
.nav li.active{
    background:#0096CE;
}
.nav li a{
    color: #fff;
    font-size: 20px;
    position:relative;
    top:-3px;
    display:block;
}

.nav li a *{
    vertical-align: middle;
    letter-spacing: 2px;
}
.nav li+li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 2px;
    height: 100%;
    background: url(../img/line.png) center top no-repeat;
}
.nav li:hover{
    background:#0066c3;
}
.nav li:hover span{
    font-weight:bold;
}
.nav li a i{
    display: inline-block;
    width: 23px;
    height: 23px;
}

.data_ul{
    width: 100% !important;
    height: auto !important;
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 47px;
    z-index: 999;
    list-style-type: none;
    display: none;
}

.dropdown:hover .data_ul{
    display: block;
}

#foo2 {
    width: 585px;
    height: 100%;
    margin-left: 455px;
}

#foo2 img {
    width: 585px;
    height: 100%;
    border: none;
}

.img-li {
    display: inline-block;
    width: 200px;
}

.img-li img {
    height: 115px;
    width: 185px;
}

.questions li {
    list-style: none !important;
    margin-top: 12px;
    line-height: 18px;
}

#loginBtn {
    width: 106px;
    height: 38px;
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
    background-color: #dddddd;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2671b7;
}

/*底部内容*/
.footer {
    color: #f3e6e6;
    line-height: 26px;
    height: 94px;
    width: 1140px;
    margin: -80px auto 0 auto;
    text-align: center;
    position: relative;
    background-color: #2671b7;
}

.con_two {
    color: #aaa;
    background-color: #3a3a3a;
    text-align: center;
    padding-top: 10px;
}

.con_two img {
    position: absolute;
    bottom: 20%;
    left: 32%;
}


.i-carousel-cutthroad {
    overflow: hidden;
}

.i-carousel-cutthroad .js-carousel-banner {
    overflow: hidden;
}

.footer-img {
    background-image: url("../img/footer-logo.png");
    background-size: contain;
    width: 75px;
    height: 75px;
}

.footer-jiucuo {
    background-image: url("../img/jiucuo.png");
    background-size: contain;
    width: 100px;
    height: 50px;
}

.regInfo {
    line-height: 32px;
    border-left: 1px dotted;
    min-height: 350px;
    padding-left: 30px;
    letter-spacing: 2px;
}

.regInfo .layui-icon {
    font-size: 24px;
    color: red;
    margin-left: 100px;
    margin-right: 10px;
}

.layui-carousel-item {
    border: 1px #83d3e3 solid;
    padding: 10px;
}
.layui-carousel-item-inner {
    border: 1px #83d3e3 solid;
    height: 100%;
}

.note-info {
    /*background-image: url("../img/nootbook.png");*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: 20px;
}

.note-info .title {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    /* background: url(../img/title3.png) no-repeat center; */
    width: 340px;
    background-color: #09a3dc;
    line-height: 36px;
    margin: auto;
    border-radius: 10px;
    color: #ffffff;
}

.note-info .info-content {
    margin: 10px;
    text-indent: 32px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}