header {
    border-bottom: #d9d9d9 1px solid;
}

header .navbar-default {
    background: none;
    border: 0px;
}

header .navbar-brand {
    padding-top: 5px;
}

header .navbar-default .navbar-nav .dropdown-menu li a {
    color: #333333;
    padding: 10px 26px;
    font-size: 18px;
}

header .navbar-default .navbar-nav li a {
    color: #333333;
    padding: 30px 26px;
    font-size: 18px;
}

header .navbar-default .navbar-nav li.active a {
    color: #2a85a0;
    background: none;
}

header .navbar-default .navbar-nav li a:hover, header .navbar-default .navbar-nav li.dropdown a:hover {
    color: #2a85a0;
    background: none;
}

.container {
    width: 1200px
}

/*mume*/
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.navbar-form .input-group > .form-control {
    width: 100%
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
}

.navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle
}

.navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0
}

.navbar-form .has-feedback .form-control-feedback {
    top: 0
}

.navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-form.navbar-right:last-child {
    margin-right: -15px
}

.navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
}

.navbar-text.navbar-right:last-child {
    margin-right: 0
}

.jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
}

.container .jumbotron {
    padding-left: 60px;
    padding-right: 60px
}

.jumbotron h1, .jumbotron .h1 {
    font-size: 63px
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px
}

.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
}

.carousel-indicators {
    bottom: 20px
}

/*解决方案*/
.block-heading {
    margin: 30px 0 30px 0;
    border-bottom: solid 1px #d9d9d9;
    position: inherit;
    height: 120px;
}

.box_relative {
    position: absolute;
    border-bottom: #008cd6 solid 3px;
    margin-top: 1%;
}

.box_relative > h1 {
    font-size: 30px;
    margin-bottom: 1%;
}

.box_relative > p {
    font-size: 24px;
    color: #666666
}

.xn-bg {
    left: 0px;
    top: 0px;
    width: 585px;
    height: 200px;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 2%;
}

.ht-bg {
    left: 0px;
    top: 0px;
    width: 585px;
    height: 200px;;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pic1 {
    background: url("../images/index/21.png");
    background-size: 100% 100%;
}

.pic2 {
    background: url("../images/index/u167.png");
    background-size: 100% 100%;
}

.pic3 {
    background: url("../images/index/u268.png");
    background-size: 100% 100%;
}

.pic4 {
    background: url("../images/index/u267.png");
    background-size: 100% 100%;
}

.pic5 {
    background: url("../images/index/u165.png");
    background-size: 100% 100%;
}
.pic6 {
    background: url("../images/index/anf.png");
    background-size: 100% 100%;
}
.title {
    height: 150px;
}

.title p {
    line-height: 170px;
    color: white;
    text-shadow: 2px 2px 5px rgb(101, 199, 251);
    font-size: 26px;

}

.content {
    height: 50px;
    line-height: 50px;
    background-color: rgba(166, 215, 241, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6d7f1, endColorstr=#a6d7f1);
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #333333;
}

.content p {
    color: #1b1b1b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 2%;
}

@media \0screen\,screen\9 {
    .content {
        background-color: #000000;
        filter: Alpha(opacity=50);
        position: running(static);
        *zoom: 1;
    }

    .content p {
        position: running(relative);
    }
}

/*新闻*/
.news {
    margin-bottom: 8%;
}

.newsTitle {
    font-weight: bold;
}

.newsContent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 28px;
    color: #666666;
    position: relative;
    height: 118px;
}

.newsText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
    height: 43px;
    margin-top: 2%;
}

.newsText p {
    font-style: 16px;
}

.newsTime {
    color: #a5a5a5;
}

.newBox {
    padding-left: 13px;
}

#newsFirst {
    padding-right: 13px;
}

#newsFirst .newsTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 19px;
}

.newsFont {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 25px;
}

.newList {
    list-style: none;
    margin-left: 3%;
    list-style-position: outside;

}

.newList li:last-child {
    margin-bottom: unset;
}

.boxPartner li {
    float: left;
    border: #d9d9d9 solid 1px;
    text-align: center;
    margin-right: 10px;
    width: 15.8%;
    padding: 6px 3px;
    border-radius: 3px;
}

.boxPartner li:last-child {
    margin-right: 0;
}

.boxPartner li img {
    width: 100%;
}

/*底部*/
.copyright {
    background: rgb(60, 60, 60);
    font-size: 13px;
    text-align: center;
    color: #555555;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #303030;
}

.footerBox ul {
    height: 30px;
    text-align: center;
    letter-spacing: 2px;
}

.footerBox p {
    color: #c9c9c9;
}

.footerBox ul li {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 300;
    color: #e5e5e5;
    line-height: 24px;
    margin: 2px 0;
    display: inline-block;
}

.footerBox ul li span {
    padding: 1px 2% 0 2%;
    display: inherit;
    width: 95px;
}

.footerBox ul li i {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
}

.footerBox ul li:last-child {
    border-right: none;
    padding: 1px 0 0 11px;
}

/*阳光综合*/
.header-subscribe {
    margin: 10% 0;
}

.titleColor {
    color: rgb(6, 170, 255);
}

.titleColor small {
    color: #242424;
    font-size: 24px;
}

.imgShadow img {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.diyAll {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 1px;
    line-height: 28px;
}

.diy {
    color: #d2322d;
}

.bg {
    min-height: 600px;
}

/*AI课堂*/
.mt-5 {
    margin-top: 3%;
}

.speaker-avatar {
    float: left;
}

.speaker-info {
    display: block;
    padding-left: 57px;
    padding-top: 10px;
    height: 50px;
}

/*中小学管理系统*/
.pssBox {
    text-align: center;
}

.pssBox p {
    font-size: 16px;
}

.pssImg {
    text-align: right;
}

.pssInfo {
    padding: 5% 0 0 2%;
}

.pssInfo2 {
    margin-top: 5%;

}

.pssInfo2 > div {
    padding: 6% 0 0 7%;
}

.pssInfo1 > div {
    margin: 4% 0;
}

.pssInfo > div {
    margin: -1% 0;
}

.pssInfo2 > div > h3 > span {
    color: #666666;
    font-size: 16px;
}

.blue {
    color: #2f96b4;
}

.blue > i {
    font-style: normal;
    margin-right: 2%;
    color: white;
    background: #2f96b4;
    border-radius: 50%;
    padding: 2% 2.4%;
}

.red {
    color: #d2322d;
}

.red > i {
    font-style: normal;
    margin-right: 2%;
    color: white;
    background: #d2322d;
    border-radius: 50%;
    padding: 2% 2.4%;
}

.greed {
    color: #3c763d;
}

.greed > i {
    font-style: normal;
    margin-right: 2%;
    color: white;
    background: #3c763d;
    border-radius: 50%;
    padding: 2% 2.4%;
}

.pssU {
    overflow: hidden;
    height: 231px;
}

.pssU3 {
    overflow: hidden;
    height: 300px;
}

.pssU img, .pssU3 img {
    width: 100%;
    min-height: 100%;
}

.pssU2 img {
    width: 100%;
}

.pssU1 img {
    width: 100%;
    margin-top: 27%;
}

.pssText {
    padding: 3% 0 0 0;
    font-size: 16px;
}

.pssList {
    margin-top: 5%;
}

.pssList > div {
    margin-top: 3%;
    padding: 0 2%;
}

/*新闻*/
.newsTitles {
    height: 120px;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.newsTitles ul {
    float: left;
    position: relative;
    left: 50%;
    width: 34%;
}

.newsTitles ul li {
    float: left;
    margin: 0 2%;
    position: relative;
    right: 50%;
}

.newsTitles ul li.pssU {
    line-height: 70px;
}

.newsBox > .pssU {
    margin-top: 0;
    height: 231px;
    overflow: hidden;
}

.newsBox {
    border: #d9d9d9 solid 1px;
    margin: 2%;
    width: 29% !important;
    min-height: 339px !important;
}

.teacherBox {
    border: #d9d9d9 solid 1px;
    margin: 2%;
    width: 46% !important;
    padding: 4px;
    max-height: 241px;
}

.teacherT {
    color: #00aff0;
    font-size: 1.5em;
}

.teacherT span {
    color: #999999;
    font-size: 0.8em;
    margin-left: 2%;
}

.teacherI {
    color: #3a3a3a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.newsBoxContent {
    padding: 3% 2%;
    min-height: 116px;
}

.newsBoxContent p.newsT {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
    padding: 1% 0;
    height: 34px;
    color: #00aff0;
}

.page {
    text-align: center;
    margin: 2% 0 5% 0;
}

.pageList {
    min-height: 609px;
}

/*联系我们*/
.aboutTitles {
    height: 120px;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.aboutTitles ul {
    float: left;
    position: relative;
    left: 50%;
    width: 41%;
}

.aboutTitles ul li {
    float: left;
    margin: 0 2%;
    position: relative;
    right: 50%;
}

.aboutTitles ul li.pssU {
    line-height: 70px;
}

#container {
    height: 600px;
}

.aboutUs {
    margin-bottom: 10%;
}

.aboutUs p {
    font-size: 16px;
}

.team {
    background: url("../images/u1.png");
}

.lineBox {
    position: relative;
    margin: 0 auto;
    padding: 5% 0;
}

.lineAll ul li {
    float: left;
}

.circular {
    background: #00a0e9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    behavior: url("/src/components/pie/PIE.htc");
}

.line {
    background: #00a0e9;
    width: 160px;
    height: 2px;
    margin-top: 4px;
}

.circularTitle {
    background: #00a0e9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #FFF;
    margin-left: -20px;
    line-height: 60px;
    font-size: 18px;
}

.titleLine {
    background: #00a0e9;
    width: 2px;
    height: 80px;
    margin-left: 10px;
}

.lineTop {
    position: absolute;
    top: 20px;
}

.teamCon {
    text-align: left;
    padding-left: 10%;
}

.teamCon p {
    color: #00a0e9;

}

.recruitH {
    min-height: 650px;
}

.contentMargin1 {
    margin-top: 5%;
}

.contentMargin {
    margin-top: 4%;
    padding-left: 6%;
}

.contentMarginLeft {
    padding-left: 6%;
}

.pssInfo {
    text-align: left;

}

.pssInfo h3 {
    color: #008cd6;
}

.contactUs {
    margin-top: 2%;
}

.neirong {
    margin: 12% 0;
}

.neirong h3 i {
    margin-right: 10px;
}

/*新闻详情*/
.newsTitles p {
    color: #646464;
}

.newsTitles p span {
    margin-left: 5%;
}

#Nextnews p, #Upper p {
    font-size: 16px;
    color: #008cd6;
}

#Nextnews p a, #Upper p a {
    color: #656464;
}

.newsInfo {
    font-size: 16px;
}

.mr_frbox {
    width: 100%
}

.mr_frBtnL {
    float: left;
    margin: 28px 22px 0px 0px;
    cursor: pointer;
    display: inline;
}

.mr_frUl {
    float: left;
    height: 60px;
    width: 100%;
}

.mr_frBtnR {
    float: right;
    margin-top: 28px;
    cursor: pointer;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    height: 65px;
    width: 170px;
    margin-right: 13px;
    overflow: hidden;

}

.mr_frUl ul li img {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 6px 3px;

}

.tempWrap {
    width: 100% !important;

}

.arimg img {
    width: 100%;
}

.tell {
    color: #0070CD;
    font-size: 1.2em;
    margin-top: 3%;
}

.tell span {
    font-size: 1.2em;
}

.style {
    padding: 0 10%;
    margin: 6% 0;
}

.but1 div {
    border: #cbe8aa 1px solid;
    border-radius: 10px;
    padding: 7% 20%;
    -moz-box-shadow: 6px 6px 0px #cbe8aa;
    -webkit-box-shadow: 6px 6px 0px #cbe8aa;
    box-shadow: 6px 6px 0px #cbe8aa;
}

.but2 div {
    border: #427be7 1px solid;
    border-radius: 10px;
    padding: 7% 20%;
    -moz-box-shadow: 6px 6px 0px #427be7;
    -webkit-box-shadow: 6px 6px 0px #427be7;
    box-shadow: 6px 6px 0px #427be7;
}

.but3 div {
    border: #00b6e6 1px solid;
    border-radius: 10px;
    padding: 7% 20%;
    -moz-box-shadow: 6px 6px 0px #00b6e6;
    -webkit-box-shadow: 6px 6px 0px #00b6e6;
    box-shadow: 6px 6px 0px #00b6e6;
}

.but4 div {
    border: #00bdad 1px solid;
    border-radius: 10px;
    padding: 7% 20%;
    -moz-box-shadow: 6px 6px 0px #00bdad;
    -webkit-box-shadow: 6px 6px 0px #00bdad;
    box-shadow: 6px 6px 0px #00bdad;
}

.but5 div {
    border: #3d77e6 1px solid;
    border-radius: 10px;
    padding: 7% 20%;
    -moz-box-shadow: 6px 6px 0px #3d77e6;
    -webkit-box-shadow: 6px 6px 0px #3d77e6;
    box-shadow: 6px 6px 0px #3d77e6;
}

.but6 div {
    border: #8ece47 1px solid;
    border-radius: 10px;
    padding: 7% 20%;
    -moz-box-shadow: 6px 6px 0px #8ece47;
    -webkit-box-shadow: 6px 6px 0px #8ece47;
    box-shadow: 6px 6px 0px #8ece47;
}

.blog-post {
    padding: 0 2%;

}

.blog-post img {
    width: 100%;
}

.jiaoxue {
    margin: 2%;
}

.jxkc01 {
    background: #02b9e7;
    color: #FFF;
}

.jiaoxue p {
    line-height: 66px;
    text-align: left;
    padding: 0 0 0 10%;
    border: #b0c6f3 1px solid;
    border-left: none;
}

.jxkc02 {
    background: #cbe8aa;
    color: #FFF;
}

.jxkc03 {
    background: #01c0b0;
    color: #FFF;
}

.jxkc04 {
    background: #93d050;
    color: #FFF;
}

.jxbg01 {
    background: url("../images/ai/ai007.png") no-repeat;
}

.jxbg02 {
    background: url("../images/ai/ai008.png") no-repeat;
}

.jxbg03 {
    background: url("../images/ai/ai009.png") no-repeat;
}

.jxbg04 {
    background: url("../images/ai/ai010.png") no-repeat;
}

.sx01 {
    text-align: center;
    height: 300px;
    padding: 0 2%;
}

.sx01 h3 {
    width: 200px;
    height: 100px;
    background-color: #92d050;
    border-radius: 0 0 100px 100px; /* 左上、右上、右下、左下 */
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    line-height: 100px;
}

.sx01 h4 {
    color: #92d050;
}

.sx02 {
    text-align: center;
    height: 300px;
    padding: 0 2%;

}

.sx02 h3 {
    width: 200px;
    height: 100px;
    background-color: #63a537;
    border-radius: 0 0 100px 100px; /* 左上、右上、右下、左下 */
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    line-height: 100px;
}

.sx02 h4 {
    color: #63a537;
}

.sx03 {
    text-align: center;
    height: 300px;
    padding: 0 2%;

}

.sx03 h3 {
    width: 200px;
    height: 100px;
    background-color: #37a76f;
    border-radius: 0 0 100px 100px; /* 左上、右上、右下、左下 */
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    line-height: 100px;
}

.sx03 h4 {
    color: #37a76f;
}

.kjbg {
    border: #bababa 1px solid;
    border-radius: 10px;
    text-align: center;
}

.kjbg .col-sm-3 {
    padding: 0 2%;
    height: 350px;
}

.border {
    border-top: #bababa 2px dotted;
    padding: 7% 0;
    text-align: left;
    margin-top: 8%;
}

.caseBox {
    margin: 2%;
    width: 29% !important;
    border: #d9d9d9 1px solid;
    padding: 5px;
}

.caseBox p {
    margin: 0;
}

.imghvr-slide-up {
    width: 100%;
}

.caseInfo {
    text-align: center;
}

.caseInfo p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.caseTile {
    padding: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.caseT a {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
    padding: 1% 0;
    height: 34px;
    color: #00aff0;
}

.arList {
    text-align: left;
    list-style: circle;
    margin-left: 2%;
}

.ar-pic img {
    border-radius: 50%;
    background: #202731;
}

.ar-add {
    font-size: 72px;
    line-height: 170px;
}

.aisafetitle h5:before{
    vertical-align: -10%;
    font-size: 28px;
    display: inline-block;
    width: 10px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    background: rgb(6, 170, 255);
    content: "";
}
