*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

body {
    /*font-family: "Microsoft YaHei";*/
	font-family: "SimSun";
    font-size: 12px;
    color: #333;
    margin: 0;
    padding: 0;
    _background-attachment: fixed;
}

ul,
li,
dl,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #069;
}

.content {
    width: 1000px;
    margin: 0 auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}


/*header*/

.header {
    width: 100%;
    height: 70px;
    background: #f8f8f8;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header .nav-btn {
    display: none;
}

.header .logo {
    float: left;
    width: 210px;
    height: 70px;
}

.header .nav {
    float: left;
    margin-left: 80px;
}

.header .nav li {
    width: 100px;
    float: left;
}

.header .nav li a {
    display: block;
    width: 100%;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 15px;
    color: #999;
    border-top: 2px solid #f8f8f8;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .nav li a:hover,
.header .nav li.nav_hover a {
    color: #333;
    border-top: 2px solid #117dbc;
}


/*banner*/

.banner {
    width: 100%;
    padding-top: 70px;
    position: relative;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
}


/*登录*/

.banner .login {
    width: 280px;
    height: 260px;
    position: absolute;
    right: 100px;
    top: 135px;
    background: rgba(255, 255, 255, .8);
    z-index: 1;
}

.banner .login .avatar {
    width: 100px;
    height: 100px;
    margin: 40px auto;
}

.banner .login .avatar img {
    width: 100%;
}

.banner .login .btn {
    height: 36px;
    margin-top: 15px;
}

.banner .login .btn a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    float: left;
    display: block;
    color: #fff;
    text-align: center;
}

.banner .login .btn .login-btn {
    margin-left: 12px;
    background: #e74c3c;
}

.banner .login .btn .reg-btn {
    margin-left: 12px;
    background: #3bafda;
}


/*焦点图*/

.slides {
    margin: 0px auto;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.slide-pic {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    list-style: none;
}

.slide-pic img {
    width: 100%;
    height: 400px;
}

.slide-pic li {
    display: none;
}

.slide-pic li:nth-child(1) {
    background: url(../images/b1.jpg?t=1) center 0 no-repeat;
}

.slide-pic li:nth-child(2) {
    background: url(../images/b2.jpg?t=1) center 0 no-repeat;
}

.slide-pic li:nth-child(3) {
    background: url(../images/b3.jpg?t=1) center 0 no-repeat;
}

.slide-pic li a {
    display: block;
    width: 100%;
    height: 400px;
}

.slide-pic li.cur {
    display: block;
    width: 100%;
    height: 400px;
}

.slide-li {
    margin: 0px;
    padding: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
}

.slide-li li {
    margin: 0px;
    padding: 0px;
    width: 50%;
    height: 10px;
    float: left;
    overflow: hidden;
    list-style: none;
}

.slide-li a {
    width: 50%;
    height: 10px;
    color: #000;
    font-size: 12px;
    display: block;
}

.slide-li a:hover {
    color: #F00;
    text-decoration: none;
}

.op li {
    background: #999999;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.op li.cur {
    background: #666666;
}

.slide-txt {
    width: auto;
    margin-left: 50%;
    bottom: 10px;
}

.slide-txt li {
    width: auto;
    height: 18px;
    line-height: 18px;
    background: rgba(255, 255, 255, .8);
    color: #333;
    padding: 0 5px;
    cursor: pointer;
    float: left;
    margin-left: 5px;
    text-align: center;
}

.slide-txt li.cur {
    background: #3bafda;
    color: #fff;
}

.banner .op {
    display: none;
}


/*首页内容*/

.main {
    min-height: 400px;
    padding: 30px 5px;
    overflow: hidden;
}

.main.index ul {}

.main.index ul li {
    float: left;
    width: 46%;
    height: 195px;
    border: 1px solid #ddd;
    margin-left: 1%;
    padding: 10px;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main.index ul li:hover {
    border: 1px solid #117dbc;
    -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .1);
}

.main.index ul li:nth-child(odd) {
    margin-left: 0;
}

.main.index ul li .softpic {
    width: 150px;
    float: left;
}

.main.index ul li .softpic img {
    width: 100%;
}

.main.index ul li .softtxt {
    width: 310px;
    line-height: 24px;
    float: right;
}

.main.index ul li .softtxt span {
    display: block;
    width: 100%;
}

.main.index ul li .softtxt .title {
    font-size: 15px;
    font-weight: bold;
}

.main.index ul li .softtxt .about {
    text-indent: 24px;
}

.main.index ul li .softtxt .more {
    text-align: right;
}

.main.index ul li .softtxt .more a {
    color: #117DBC;
}


/*合作伙伴*/

.partner {
    padding-bottom: 30px;
}

.partner h2.title {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.partner .content {}

.partner .content ul {
    width: 760px;
    margin: 0 auto;
}

.partner .content ul li {
    width: 20%;
    margin-bottom: 15px;
    text-align: center;
    float: left;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
}


/*footer*/

.footer {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #e4e4e4;
    color: #666;
}

.footer a {
    color: #000;
}

.footer a.beian {
    height: 20px;
    line-height: 20px;
    background: url(../images/beian.png?t=1) left center no-repeat;
    padding-left: 25px;
}

.topup {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 99;
    background: #117DBC;
    color: #FFFFFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.topup:hover {
    color: #FFFFFF;
    background: #026198;
}

.none {
    display: none;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.block {
    display: block;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}


/*关于*/

.banner.about {
    height: 350px;
    background: url(../images/about.jpg?t=1) center bottom no-repeat;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
}

.main h2.title {
    font-size: 24px;
}

.main .about-con {
    font-size: 14px;
    text-indent: 28px;
    line-height: 26px;
    color: #333;
}

.main .about-pic {
    padding: 20px 0;
}

.main .about-pic li {
    width: 25%;
    height: 160px;
    overflow: hidden;
    float: left;
    text-align: center;
    position: relative;
}

.main .about-pic li a {
    cursor: pointer;
}

.main .about-pic li a span {
    position: absolute;
    width: 225px;
    height: 160px;
    background: url(../images/picbg.png);
    z-index: 1;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main .about-pic li a:hover span {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.main .about-pic li a span i {
    width: 50px;
    height: 50px;
    font-size: 40px;
    position: absolute;
    margin-left: 50%;
    left: -25px;
    top: -200px;
    margin-top: 50%;
    z-index: 2;
    color: #FFFFFF;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main .about-pic li a:hover span i {
    top: -50px;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.main .about-pic li a img {
    width: 90%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#dituContent {
    width: 800px;
    height: 350px;
    border: #ccc solid 1px;
    margin: 2% auto 0;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.main .contacts {
    padding: 10px;
}

.main .contacts .mappic {
    float: left;
    width: 500px;
    margin: 0 10px;
}

.main .contacts .contactstxt {
    float: left;
    margin-left: 15px;
}

.main .contacts .contactstxt li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.main .contacts .contactstxt .name {
    font-weight: bold;
    font-size: 16px;
}


/*产品*/

.banner.product {
    height: 350px;
    background: url(../images/product.jpg?t=1) center bottom no-repeat;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
}

.main .product-con {}

.main .product-con ul {}

.main .product-con ul li {
    padding: 20px 0;
}

.main .product-con ul li .softpic {
    float: left;
    width: 300px;
    padding: 10px;
}

.main .product-con ul li:nth-child(odd) {
    background: #f8f8f8;
}

.main .product-con ul li .softpic img {
    width: 100%;
}

.main .product-con ul li .softtxt {
    float: left;
    width: 670px;
    padding-top: 50px;
}

.main .product-con ul li .softtxt span {
    display: block;
}

.main .product-con ul li .softtxt .title {
    font-size: 20px;
    font-weight: bold;
}

.main .product-con ul li .softtxt .about {
    font-size: 16px;
    text-indent: 32px;
    line-height: 28px;
    margin-top: 15px;
}

.main .product-con ul li .softtxt .more {
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
}


/*产品-合同管理软件*/

.main .content h2.title {
    text-align: center;
}

.main .htgl,
.main .xmgl,
.main .fzgl,
.main .ldhtgl,
.main .xtgl {
    min-height: 400px;
    padding: 30px 0;
}

.main .content .ht-txt {
    width: 50%;
    float: left;
}

.main .content .ht-txt h3 {
    font-size: 30px;
    font-weight: 500;
}

.main .content .ht-txt .details {
    font-size: 16px;
    text-indent: 32px;
    line-height: 35px;
    display: inline-block;
    padding-right: 50px;
}

.main .content .pic {
    width: 50%;
    float: left;
}

.main .xmgl,
.main .ldhtgl {
    background: #f8f8f8;
}

.main .icon {
    padding-top: 30px;
}

.main .icon span {
    display: block;
    float: left;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.main .icon span i {
    font-size: 40px;
    color: #999;
}


/*学习*/

.banner.study {
    height: 350px;
    background: url(../images/study.jpg?t=1) center bottom no-repeat;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
}

.study-con {
    padding: 15px;
}

.study-con ul {}

.study-con ul li {
    width: 30%;
    height: 155px;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    line-height: 24px;
    margin-left: 1%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.study-con ul li:hover {
    border: 1px solid #117dbc;
    -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, .1);
}

.study-con ul li:nth-child(1) {
    margin: 0;
}

.study-con ul li .tit {
    height: 50px;
    font-size: 16px;
    padding: 10px;
}

.study-con ul li .txt {
    padding: 10px;
}

.study-con ul li .txt span {}

.study-con ul li .txt span:nth-last-child(1) {
    float: right;
}

.study-con ul li .txt span i {
    font-style: normal;
    color: #FF0000;
}

.study-con ul li .star {
    padding: 10px;
}

.study-con ul li .star span {
    float: left;
}

.study-con ul li .star span i {
    font-style: normal;
    color: #FF0000;
}

.study-con ul li .star a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #117dbc;
    color: #fff;
    text-align: center;
    display: block;
    float: right;
}

.study-con ul li .star a i {
    margin-right: 5px;
}


/*学习详情*/

.studylist {
    padding: 100px 0 30px;
}

.studylist .left {
    width: 740px;
    float: left;
}

.studylist .left .title {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    color: #333;
}

.studylist .left .title .txt {
    margin-left: 10px;
}

.studylist .left .title i {
    font-style: normal;
}

.studylist .left .video {
    width: 700px;
    height: 450px;
    background: #000;
    position: relative;
}

.studylist .left .video .videobg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/videobg.png?t=1) center no-repeat #000;
}

.studylist .left .video span {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 50px;
}

.studylist .right {
    width: 250px;
    float: left;
}

.studylist .right ul {
    border: 1px solid #ddd;
    margin-top: 40px;
    height: 450px;
    overflow: auto;
}

.studylist .right ul li {
    height: 30px;
    line-height: 30px;
}

.studylist .right ul li a {
    width: 100%;
    height: 30px;
    display: block;
}

.studylist .right ul li a:hover,
.studylist .right ul li .active {
    background: #eee;
}

.studylist .right ul li i {
    font-style: normal;
}

.studylist .right ul li i.num {
    float: left;
    width: 25px;
    text-align: right;
}

.studylist .right ul li span {
    float: left;
    margin-left: 10px;
}

.studylist .right ul li i.time {
    float: right;
    margin-right: 10px;
}


/*注册页面*/

.main.reg {
    padding-top: 80px;
}

.main.reg ul {
    width: 400px;
    margin: 0 auto;
}

.main.reg ul li {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.main.reg ul li label {
    width: 100px;
    text-align: right;
    display: inline-block;
}

.main.reg ul li input {
    width: 250px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
}

.main.reg ul li.yzm label {
    float: left;
}

.main.reg ul li.yzm input {
    width: 145px;
    float: left;
    margin-top: 15px;
}

.main.reg ul li.yzm img {
    width: 105px;
    height: 34px;
    float: left;
    margin-top: 15px;
    cursor: pointer;
}

.main.reg ul li.submit {
    text-align: center;
}

.main.reg ul li.submit input {
    background: #3bafda;
    color: #fff;
    cursor: pointer;
}

.forget {
    width: 400px;
    text-align: right;
    margin: 10px auto 0;
}

.forget a {
    color: #333;
}

.forget a:hover {
    color: #e74c3c;
}

.main.login ul li.submit input {
    background: #e74c3c;
}


/*资料下载*/

.banner.download {
    height: 350px;
    background: url(../images/download.jpg?t=1) center bottom no-repeat;
    -webkit-box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 0px 11px 1px rgba(0, 0, 0, .3);
}

.download-con {}

.download-con ul {}

.download-con ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #ddd;
}

.download-con ul li i {
    margin-left: 10px;
    float: left;
}

.download-con ul li a {
    font-size: 14px;
    float: left;
}

.download-con ul li span {
    float: right;
    margin-right: 10px;
}


/*表单*/

#login {
    width: 400px;
    min-height: auto;
    margin-left: -240px;
}

.biaodan {
    min-height: 500px;
}

.biaodan ul {
    width: 400px;
    margin: 0 auto;
}

.biaodan ul li {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.biaodan ul li label {
    width: 100px;
    text-align: right;
    display: inline-block;
}

.biaodan ul li input {
    width: 250px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
}

.biaodan ul li.submit {
    text-align: center;
}

#login ul li.submit input {
    background: #e74c3c;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }
    .content {
        width: 100%;
    }
    .header .logo {
        margin-left: 10px;
    }
    .header .nav {
        position: absolute;
        top: 70px;
        left: 0;
        background-color: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .header .nav li {
        width: 100%;
        float: none;
    }
    .header .nav li a {
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #ccc;
    }
    .header .nav li.nav_hover a {
        border-top: none;
        border-bottom: 2px solid #117dbc;
    }
    .header .nav-btn {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        border-radius: 10%;
        border: 1px solid #ccc;
        margin: 15px;
    }
    .header .nav-btn i {
        width: 80%;
        height: 1px;
        background-color: #ccc;
        margin: 7px auto 0;
        display: block;
    }
    .slides,
    .slide-pic li.cur,
    .slide-pic li a {
        height: 200px;
    }
    .slide-pic li:nth-child(1) {
        background: url(../images/b1.jpg?t=1) center 0 no-repeat;
        background-size: cover;
    }
    .slide-pic li:nth-child(2) {
        background: url(../images/b2.jpg?t=1) 38% 0 no-repeat;
        background-size: cover;
    }
    .slide-pic li:nth-child(3) {
        background: url(../images/b3.jpg?t=1) 38% 0 no-repeat;
        background-size: cover;
    }
    .main .htgl,
    .main .xmgl,
    .main .fzgl,
    .main .ldhtgl,
    .main .xtgl {
        min-height: auto;
        padding: 15px 0;
    }
    .main .content .ht-txt h3 {
        font-size: 20px;
        padding: 0 15px;
    }
    .main .content .ht-txt .details {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .main .content .pic {
        padding-top: 66px;
    }
    .main .content .pic img {
        width: 100%;
    }
    .main .icon {
        display: none;
    }
    .partner .content ul {
        width: 100%;
    }
    .partner .content ul li {
        width: 25%;
    }
    .partner .content ul li img {
        width: 90%;
    }
    .footer {
        line-height: 22px;
        padding-top: 20px;
    }
    .footer a.beian {
        display: inline-block;
        width: 100%;
        background: url(../images/beian.png?t=1) 34% center no-repeat;
    }
    .banner.about {
        background: url(../images/about.jpg?t=1) center bottom no-repeat;
        background-size: cover;
        height: 150px;
        padding: 0;
        margin-top: 70px;
    }
    .main .about-pic li {
        height: auto;
    }
    .main .about-pic li a span {
        display: none;
    }
    .main .contacts .mappic {
        width: 100%;
        text-align: center;
    }
    .main .contacts .mappic img {
        width: 98%;
    }
    .banner.product {
        background: url(../images/product.jpg?t=1) center bottom no-repeat;
        background-size: cover;
        height: 150px;
        padding: 0;
        margin-top: 70px;
    }
    .main .product-con ul li .softpic {
        width: 50%;
        padding: 0;
    }
    .main .product-con ul li .softtxt {
        width: 47%;
        padding: 0;
    }
    .main .product-con ul li .softtxt .title {
        font-size: 14px;
    }
    .main .product-con ul li .softtxt .about {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        font-size: 12px;
        line-height: 22px;
    }
    .studylist .left .title {
        padding-left: 20px;
    }
    .studylist .left,
    .studylist .right {
        width: 100%;
        float: none;
    }
    .banner.download {
        background: url(../images/download.jpg?t=1) 40% bottom no-repeat;
        background-size: cover;
        height: 150px;
        padding: 0;
        margin-top: 70px;
    }
}
