@charset "utf-8";

/* CSS Document */

@media screen and (max-device-width: 500px) {
	#lcontent {
        width: 100%!important;
        height: 100%!important;
        margin-top: 20px!important;
    }
    #content {
        width: 100%!important;
        height: 480px!important;
        margin-top: 20px!important;
    }
    .contentleft {
        width: 259px!important;
        height: 400px!important;
        float: left!important;
    }
    .contentright {
        width: 259px!important;
        height: 530px!important;
        float: left!important;
        margin-left: 5%!important;
    }
    .navcontent ul {
        list-style: none!important;
        position: relative!important;
        left: 10%!important;
    }
}

@media screen and (min-device-width: 300px) {
	#lcontent {
        width: 80%!important;
        height: 100%!important;
        margin-top: 20px!important;
    }
    #content {
        width: 80%!important;
        height: 480px!important;
        margin-top: 20px!important;
    }
    .contentleft {
        width: 259px!important;
        height: 400px!important;
        float: left!important;
    }
    .contentright {
        width: 259px!important;
        height: 530px!important;
        float: left!important;
        margin-left: 5%!important;
    }
}

html {
    height: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background: #BFDFFF;
}

* {
    margin: 0 auto;
    padding: 0px;
    font-family: Microsoft YaHei, "微软雅黑", Arial, Helvetica, sans-serif;
	font-size:16px;
}

#head {
    width: 100%;
    height: 100px;
}

.head {
    width: 100%;
    height: 100px;
    background: url(/static/images/bg_head.jpg);
}

.headcontent {
    width: 100%;
    height: 100px;
}

.headcontent a {
    width: 345px;
    height: 76px;
    display: block;
    text-decoration: none;
    float: left;
}

.headleft {
    width: 345px;
    float: left;
    height: 76px;
    margin-top: 5%;
    background: url(/static/images/logo_school.png) no-repeat;
}

.headright {
    width: 500px;
    height: 76px;
    float: right;
}

.headtel {
    width: 300px;
    height: 76px;
    background: url(/static/images/tel.jpg) no-repeat;
    float: left;
}

.headbtn {
    margin-top: 7%;
    margin-right: 50%;
    float: right;
}

.bt1 {
    width: 70px;
    height: 30px;
    background: #6689D4;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

#nav {
    width: 100%;
    height: 45px;
    position: fixed;
    background: #4184BB;
    z-index: 2;
}

.nav {
    width: 100%;
    height: 45px;
    position: fixed;
}

.navcontent {
    width: 100%;
    height: 45px;
}

.navcontent ul {
    list-style: none;
    position: relative;
    left: 0%;
}

.navcontent ul li {
    float: left;
    width: 120px;
    height: 45px;
    text-align: center;
    color: #FFF;
    line-height: 45px;
    font-size: 12px;
}

.navcontent ul li a {
    width: 120px;
    height: 45px;
    color: #FFF;
    display: block;
    letter-spacing: 2px;
    text-decoration: none;
}

.navcontent ul li a:hover {
    background: #336691;
    color: #FFF;
}

.navactive {
    background: #336691;
}

.backline {
    border-right: 1px solid #639BC9;
}


/*list*/

#contentbg {
    background: #BFDFFF;
}

#show {
    width: 100%;
    height: 300px;
    margin-bottom: 50px;
}

#listshow {
    visibility: hidden;
    width: 100%!important;
    height: 300px;
    overflow: hidden;
}

#content {
    width: 80%;
    height: 100%;
    margin-top: 20px;
}

.contentleft {
    width: 350px;
    height: 400px;
    float: left;
}

.cpzx {
    width: 100%;
    height: 300px;
}

.cptitle {
    width: 350px;
    height: 40px;
    background: url(/static/images/ui_knowledge.jpg) no-repeat;
}

.cptitle a {
    width: 350px;
    height: 40px;
    display: block;
}

.cplist {
    width: 90%;
    height: 260px;
}

.cplist ul {
    list-style: none;
}

.cplist ul li {
    width: 350px;
    height: 35px;
}

.cplist ul li a {
    width: 350px;
    height: 35px;
    float: left;
    display: block;
    line-height: 35px;
    text-decoration: none;
    text-align: left;
    color: #444444;
    background: url(/static/images/item.png) no-repeat;
    text-indent: 1em;
    margin-left: 1px;
    border-bottom: 1px solid #666;
    letter-spacing: 2px;
}

.cplist ul li a:hover {
    text-decoration: none;
    color: #000;
}

.contact {
    width: 260px;
    height: 162px;
    margin-top: 10px;
}

.contactbar {
    width: 260px;
    height: 40px;
    background: url(/static/images/position.jpg) no-repeat;
    margin-bottom: 10px;
}

.contact a {
    width: 230px;
    height: 145px;
    display: block;
    border: 8px solid #fff;
    background: url(/static/images/map.jpg) no-repeat;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.contact a:hover {
    border: 8px solid #406bca;
}

.contact a img {
    width: 41px;
    height: 41px;
    margin-left: 45px;
    border: none;
}

.zoom {
    border: none;
    position: relative;
    margin-top: -50px;
}

.maplink {
    width: 100%;
    height: 20px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    line-height: 28px;
    background: #406bca;
    display: none;
}


/*
.contact p{
	width:90%;
	height:40px;
	color:#FFF;
	font-size:20px;
	line-height:40px;
	}
*/

.contact span {
    width: 90%;
    display: block;
    font-size: 14px;
    color: #444444;
    height: 30px;
    line-height: 30px;
}

.contentright {
    width: 650px;
    height: 530px;
    float: left;
    margin-left: 2%;
}

.gsjs {
    width: 650px;
    height: 300px;
}

.gsjs img {
    width: 220px;
    height: 220px;
    float: left;
    margin-top: 40px;
    margin-left: -20px;
}

.gsjstext {
    width: 450px;
    height: 124px;
    float: right;
    margin-top: 40px;
}

.gsjs h2 {
    width: 700px;
    height: 40px;
    background: url(/static/images/about.jpg) no-repeat;
}

h2 a {
    width: 60px;
    height: 40px;
    display: block;
    float: right;
}

.gsjstext span {
    font-size: 30px;
    font-weight: bold;
    color: #444;
    display: block;
    /* margin-top:10px; */
    margin-left: 10px;
}

.gsjstext p {
    font-size: 20px;
    text-indent: 2em;
    line-height: 24px;
    color: #444;
    margin-left: 5px;
    margin-top: 20px;
}

#floatpic {
    width: 700px;
    height: 175px;
    margin-top: 10px;
}

.pictitle {
    width: 700px;
    height: 40px;
    background: url(/static/images/productpic.jpg) no-repeat;
}

.pictitle a {
    width: 70px;
    height: 40px;
    float: right;
}

.pichezi {
    width: 700px;
    height: 165px;
    margin-top: 10px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

#piccontent {
    width: 800%;
}

#hezi1 {
    width: 1400px;
    float: left;
}

#hezi2 {
    float: left;
}

.hezi ul {
    list-style: none;
}

.hezi ul a {
    text-align: center;
    text-decoration: none;
    display: block;
    border: none;
    width: 180px;
    color: #444;
    height: 150px;
}

.hezi ul a img {
    border: none;
}

.hezi ul li {
    width: 180px;
    height: 150px;
    float: left;
    margin-left: 1px;
    margin-right: 10px;
}

.hezi ul li p {
    font-size: 15px;
    color: #666;
    margin-top: 4px;
}

#footer {
    width: 100%;
    height: 80px;
    background: url(/static/images/footerbg.jpg) repeat-x;
    position: fixed;
    bottom: 0;
}

.footercontent {
    width: 100%;
    height: 80px;
}

.footerleft {
    width: 100%;
    float: left;
    text-align: left;
}

.footerpic {
    width: 280px;
    height: 50px;
    position: relative;
    margin-top: 15px;
    margin-left: 1%;
    background: url(/static/images/logo_school_foot.png) no-repeat;
}

.footerleft p {
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    position: relative;
    margin-left: 60%;
    position: relative;
}

.footerright {
    width: 700px;
    height: 60px;
    float: left;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    margin-left: 60%;
}

#top {
    position: fixed;
    bottom: 100px;
    left: 10px;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
    background: url(/static/images/top.png) no-repeat;
}


/*about us*/

.aboutusbg {
    width: 100%;
    height: 200px;
    background: url(/static/images/bg1.jpg) no-repeat;
}

/*procduct*/

#pcontent {
    width: 80%;
    height: 1230px;
    margin-top: 60px;
}

.pcontentright {
    width: 700px;
    height: 1030px;
    float: left;
}

#product {
    width: 700px;
}

.producttitle {
    width: 700px;
    height: 40px;
    background: url(/static/images/protitle.jpg) no-repeat;
}

.productimg {
    width: 200px;
    height: 150px;
    float: left;
}

.productcon {
    width: 700px;
    height: 150px;
    margin-top: 10px;
    border-bottom: 1px solid #888;
}

.productjs {
    float: left;
    width: 630px;
    height: 150px;
}

.jsname {
    font-size: 15px;
    width: 500px;
    height: 23px;
    color: #444;
    line-height: 23px;
}

.jsname span {
    width: 100px;
    height: 23px;
    color: #3557A1;
    font-size: 16px;
}

.jcjs {
    width: 500px;
    height: 85px;
}

.jcjs span {
    width: 80px;
    height: 85px;
    float: left;
    display: block;
    color: #3557A1;
    font-size: 16px;
}

.jcjs p {
    width: 415px;
    height: 85px;
    float: left;
    font-size: 13px;
    color: #444;
}

.usage {
    width: 500px;
    height: 30px;
}

.usage span {
    width: 80px;
    height: 30px;
    float: left;
    display: block;
    line-height: 30px;
    color: #3557A1;
    font-size: 16px;
}

.usage p {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    color: #444;
}


/*jszx*/

#jszx {
    width: 700px;
    height: 300px;
}

.jszxtitle {
    width: 700px;
    height: 40px;
    background: url(/static/images/jszx.jpg) no-repeat;
}

#jszx div p {
    width: 450px;
    height: 40px;
    float: left;
}

.listcon div {
    width: 660px;
    height: 40px;
    color: #444;
    font-size: 14px;
    background: url(/static/images/ico.jpg) no-repeat;
    text-indent: 20px;
    border-bottom: 1px solid #bbb;
}

.listcon div p a {
    text-decoration: none;
    font-size: 14px;
    color: #444;
    line-height: 40px;
}

.listcon div p a:hover {
    color: #000;
}

.listcon div span {
    float: right;
    width: 150px;
    height: 40px;
    display: block;
    line-height: 40px;
}

.listcon {
    margin-top: 20px;
}

.jszxxx {
    text-align: center;
    margin-top: 20px;
}

.jszxxx a {
    text-decoration: none;
    color: #444;
}

.newscon {
    margin-top: 20px;
    width: 660px;
    height: auto;
}

.newtitle {
    width: 660px;
    text-align: center;
    color: #3557A1;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #bbb;
}

.newscon p {
    margin-top: 20px;
    width: 660px;
    height: auto;
    text-indent: 2em;
    LINE-HEIGHT: 150%;
    color: #444;
    font-size: 14px;
}

.newsxx p {
    width: 330px;
    text-align: center;
    float: left;
    height: 30px;
    font-size: 15px;
    margin-top: 20px;
}

.newsxx a {
    text-decoration: none;
    color: #3557A1;
}

.newsxx a:hover {
    text-decoration: underline;
}

#lxus {
    width: 97%;
    height: auto;
}

.lxusbg {
    width: 97%;
    height: 40px;
    background: url(/static/images/contact.jpg) no-repeat;
}

.mapxx {
    width: 97%;
    height: 160px;
    margin-top: 20px;
    border: 1px solid #bbb;
}

.mapxx table tr {
    text-align: left;
    width: 400px;
    height: 30px;
    color: #444;
    font-size: 14px;
    line-height: 30px;
}
.cpbook2nav {
    width: 97%;
    height: 40px;
    background: url(/static/images/ui_book.jpg) no-repeat;
}
.cplearn {
    width: 97%;
    height: 40px;
    background: url(/static/images/ui_learn.jpg) no-repeat;
}
.cprank2 {
    width: 97%;
    height: 40px;
    background: url(/static/images/ui_rank2.jpg) no-repeat;
}