﻿.carousel-indicators {
    bottom: 50px;
}
@media screen and (min-width: 768px) .carousel-indicators {
    bottom: 50px;
}
.cursor {
    cursor: pointer;
}
.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 4px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.4);
    border: none;
    border-radius: 0px;
}
.carousel-indicators .active {
    border: 0px;
    width: 40px;
    height: 4px;
    margin: 1px 5px;
    background-color: #fff;
}
#carousel {
    position: relative;
}
.news-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.2);
    width: 100%;
    padding:10px 0;
}
.news-box .news-content {
    width: 1300px;
    margin: 0 auto;
}
.news-box .news-content .news {
    color: #feae01;
    margin: 0px;
    height: 20px;
    overflow: hidden;
}
.news .horn {
    width: 90px;
    height: 16px;
    padding-left: 20px;
    display: inline-block;
    background: url(../images/horn-icon.png) no-repeat left bottom;
    vertical-align: top;
    margin-right: 4px;
}
.news .more {
    display:inline-block;
    vertical-align: top;
}
.news a {
    color: #fff;
    cursor: pointer;
}
.news a:hover {
    text-decoration: underline;
}
.news ul {
    display: inline-block;
    width: 1080px;
    padding: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.news-group {
    display: inline-block;
    width: 1080px;
    list-style: none;
}
.news .new {
    margin-right: 20px;
    display:inline-block;
    height: 24px;
}
.news .news-icon {
    width: 32px;
    height: 21px;
    display: inline-block;
    background: url(../images/news-icon.png) no-repeat center;
    vertical-align: middle;
}
.container {
    width: 1300px !important;
    padding: 0;
}
#content {
    padding-top: 40px;
    background-color: #eff8ff;
}
.entry-box {
    width: 1300px;
    height: 506px;
}
.entry-box .person-box {
    width: 327px;
    height: 506px;
    float: left;
    background: #fff;
    border: 1px solid #eee;
}
.person-box p, .group-box p {
    margin: 0px;
    padding: 28px 0;
    text-align: center;
    font-size: 24px;
    color: #232136;
}
.person-box .person-container {
    width: 224px;
    height: 379px;
    display: block;
    margin: 0 auto;
    border: 1px solid #eee;
    background: url(../images/person-bg.png) no-repeat bottom;
    background-size: contain;
    cursor: pointer;
}
.person-box .person-container:hover{
    box-shadow: 5px 0 10px -5px #ddd,-5px 0 10px -5px #ddd,0 5px 10px -5px #ddd;
}
.person-container .gradual {
    height: 10px;
    position: relative;
    background: -webkit-linear-gradient(left, #5982fe, #9016ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #5982fe, #9016ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #5982fe, #9016ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #5982fe, #9016ff); /* 标准的语法（必须放在最后） */
}
.person-container .person-title {
    text-align: center;
    margin-top: 50px;
}
.person-title .chinese {
    font-size: 22px;
    color: #646eff;
}
.person-title .english {
    font-size: 12px;
    color: #8a8e9f;
}
.person-container .short-line {
    width: 18px;
    height: 2px;
    margin: 30px auto;
    background-color: #646eff;
}
.person-container .person-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/person-icon.png) no-repeat center;
}
.explain {
    font-size: 16px;
    text-align: center;
    color: #8a8e9f;
    margin-top: 40px;
}
.gradual .line {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 1px;
    background: #fff;
}
.entry-box a {
    text-decoration: none;
}
.entry-box .group-box {
    width: 949px;
    height: 506px;
    float: right;
    background: #fff;
    border: 1px solid #eee;
}
.group-container {
    width: 850px;
    height: 352px;
    margin: 0 auto;
    margin-top: 15px;
}
.group-container .common {
    list-style: none;
    display: block;
    float: left;
    border: 1px solid #eee;
    width: 156px;
    height: 352px;
    margin-left: -1px;
    cursor: pointer;
}
.clear {
    clear: both;
}
.md-normal .gradual {
    height: 3px;
    background: -webkit-linear-gradient(left, #3c6ffe, #00b8ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #3c6ffe, #00b8ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #3c6ffe, #00b8ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #3c6ffe, #00b8ff); /* 标准的语法（必须放在最后） */
}
.md-normal-icon {
    width: 52px;
    height: 52px;
    margin: 40px auto 0;
    background: url(../images/md-normal.png) no-repeat center;
}
.md-normal .short-line {
    width: 18px;
    height: 2px;
    margin: 16px auto;
    background-color: #248dff;
}

.md-normal.active {
    background: url(../images/md-bg.png) no-repeat bottom;
    background-size: contain;
}
.md-normal.active .gradual {
    height: 10px;
    position: relative;
    background: -webkit-linear-gradient(left, #3c6ffe, #00b8ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #3c6ffe, #00b8ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #3c6ffe, #00b8ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #3c6ffe, #00b8ff); /* 标准的语法（必须放在最后） */
}
.md-normal.active .md-title {
    text-align: center;
    margin-top: 50px;
}
.md-title .chinese {
    font-size: 22px;
    color: #248dff;
}
.md-title .english {
    font-size: 12px;
    color: #8a8e9f;
}
.md-normal.active .short-line {
    width: 18px;
    height: 2px;
    margin: 30px auto;
    background-color: #248dff;
}
.md-normal.active .md-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/md-icon.png) no-repeat center;
}

.bd-normal .gradual {
    height: 3px;
    background: -webkit-linear-gradient(left, #fe4145, #f6937e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fe4145, #f6937e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fe4145, #f6937e); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fe4145, #f6937e); /* 标准的语法（必须放在最后） */
}
.bd-normal-icon {
    width: 52px;
    height: 52px;
    margin: 40px auto 0;
    background: url(../images/bd-normal.png) no-repeat center;
}
.bd-normal .short-line {
    width: 18px;
    height: 2px;
    margin: 16px auto;
    background-color: #fd5251;
}
.bd-normal.active {
    background: url(../images/bd-bg.png) no-repeat bottom;
    background-size: contain;
}
.bd-normal.active .gradual {
    height: 10px;
    position: relative;
    background: -webkit-linear-gradient(left, #fe4145, #f6937e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fe4145, #f6937e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fe4145, #f6937e); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fe4145, #f6937e); /* 标准的语法（必须放在最后） */
}
.bd-normal.active .bd-title {
    text-align: center;
    margin-top: 50px;
}
.bd-title .chinese {
    font-size: 22px;
    color: #fd5251;
}
.bd-title .english {
    font-size: 12px;
    color: #8a8e9f;
}
.bd-normal.active .short-line {
    width: 18px;
    height: 2px;
    margin: 30px auto;
    background-color: #fd5251;
}
.bd-normal.active .bd-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/bd-icon.png) no-repeat center;
}
.pa-normal .gradual {
    height: 3px;
    background: -webkit-linear-gradient(left, #2ec6f5, #88f66f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #2ec6f5, #88f66f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #2ec6f5, #88f66f); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #2ec6f5, #88f66f); /* 标准的语法（必须放在最后） */
}
.pa-normal-icon {
    width: 52px;
    height: 52px;
    margin: 40px auto 0;
    background: url(../images/pa-normal.png) no-repeat center;
}
.pa-normal .short-line {
    width: 18px;
    height: 2px;
    margin: 16px auto;
    background-color: #49d6b9;
}
.group-container .active {
    /*width: 224px;
    height: 397px;*/
    margin-top: -15px;
    box-shadow: 5px 0 10px -5px #ddd,-5px 0 10px -5px #ddd,0 5px 10px -5px #ddd;
}
.pa-normal.active {
    background: url(../images/pa-bg.png) no-repeat bottom;
    background-size: contain;
}
.pa-normal.active .gradual {
    height: 10px;
    position: relative;
    background: -webkit-linear-gradient(left, #2ec6f5, #88f66f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #2ec6f5, #88f66f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #2ec6f5, #88f66f); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #2ec6f5, #88f66f); /* 标准的语法（必须放在最后） */
}
.pa-normal.active .pa-title {
    text-align: center;
    margin-top: 50px;
}
.pa-title .chinese {
    font-size: 22px;
    color: #49d6b9;
}
.pa-title .english {
    font-size: 12px;
    color: #8a8e9f;
}
.pa-normal.active .short-line {
    width: 18px;
    height: 2px;
    margin: 30px auto;
    background-color: #49d6b9;
}
.pa-normal.active .pa-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/pa-icon.png) no-repeat center;
}
.al-normal .gradual {
    height: 3px;
    background: -webkit-linear-gradient(left, #6b86ef, #a8a3ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #6b86ef, #a8a3ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #6b86ef, #a8a3ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #6b86ef, #a8a3ff); /* 标准的语法（必须放在最后） */
}
.al-normal-icon {
    width: 52px;
    height: 52px;
    margin: 40px auto 0;
    background: url(../images/al-normal.png) no-repeat center;
}
.al-normal .short-line {
    width: 18px;
    height: 2px;
    margin: 16px auto;
    background-color: #6e87f1;
}
.al-normal.active {
    background: url(../images/al-bg.png) no-repeat bottom;
    background-size: contain;
}
.al-normal.active .gradual {
    height: 10px;
    position: relative;
    background: -webkit-linear-gradient(left, #6b86ef, #a8a3ff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #6b86ef, #a8a3ff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #6b86ef, #a8a3ff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #6b86ef, #a8a3ff); /* 标准的语法（必须放在最后） */
}
.al-normal.active .al-title {
    text-align: center;
    margin-top: 50px;
}
.al-title .chinese {
    font-size: 22px;
    color: #6e87f1;
}
.al-title .english {
    font-size: 12px;
    color: #8a8e9f;
}
.al-normal.active .short-line {
    width: 18px;
    height: 2px;
    margin: 30px auto;
    background-color: #6e87f1;
}
.al-normal.active .al-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/al-icon.png) no-repeat center;
}
.hw-normal .gradual {
    height: 3px;
    background: -webkit-linear-gradient(left, #ff7640, #ffc686); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff7640, #ffc686); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff7640, #ffc686); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff7640, #ffc686); /* 标准的语法（必须放在最后） */
}
.hw-normal-icon {
    width: 52px;
    height: 52px;
    margin: 40px auto 0;
    background: url(../images/hw-normal.png) no-repeat center;
}

.hw-normal .short-line {
    width: 18px;
    height: 2px;
    margin: 16px auto;
    background-color: #ff864e;
}
.hw-normal.active {
    background: url(../images/hw-bg.png) no-repeat bottom;
    background-size: contain;
}
.hw-normal.active .gradual {
    height: 10px;
    position: relative;
    background: -webkit-linear-gradient(left, #ff7640, #ffc686); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ff7640, #ffc686); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ff7640, #ffc686); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff7640, #ffc686); /* 标准的语法（必须放在最后） */
}
.hw-normal.active .hw-title {
    text-align: center;
    margin-top: 50px;
}
.hw-title .chinese {
    font-size: 22px;
    color: #ff864e;
}
.hw-title .english {
    font-size: 12px;
    color: #8a8e9f;
}
.hw-normal.active .short-line {
    width: 18px;
    height: 2px;
    margin: 30px auto;
    background-color: #ff864e;
}
.hw-normal.active .hw-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/hw-icon.png) no-repeat center;
}
.sr-normal .gradual {
    height: 3px;
    background: -webkit-linear-gradient(left, #2e7ce8, #3be6f7); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #2e7ce8, #3be6f7); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #2e7ce8, #3be6f7); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #2e7ce8, #3be6f7); /* 标准的语法（必须放在最后） */
}
.sr-normal-icon {
    width: 52px;
    height: 52px;
    margin: 40px auto 0;
    background: url(../images/sr-normal.png) no-repeat center;
}
.sr-normal .short-line {
    width: 18px;
    height: 2px;
    margin: 16px auto;
    background-color: #12a3f5;
}
.sr-normal.active {
    background: url(../images/sr-bg.png) no-repeat bottom;
    background-size: contain;
}
.sr-normal.active .gradual {
    height: 10px;
    position: relative;
    background: -webkit-linear-gradient(left, #2e7ce8, #3be6f7); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #2e7ce8, #3be6f7); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #2e7ce8, #3be6f7); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #2e7ce8, #3be6f7); /* 标准的语法（必须放在最后） */
}
.sr-normal.active .sr-title {
    text-align: center;
    margin-top: 50px;
}
.sr-title .chinese {
    font-size: 22px;
    color: #12a3f5;
}
.sr-title .english {
    font-size: 12px;
    color: #8a8e9f;
}
.sr-normal.active .short-line {
    width: 18px;
    height: 2px;
    margin: 30px auto;
    background-color: #12a3f5;
}
.sr-normal.active .sr-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/sr-icon.png) no-repeat center;
}
.vertical {
    margin-left: 56px;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
}
.vertical .chinese{
    font-size: 18px;
    color: #232136;
    letter-spacing: 6px;
}
.vertical .english{
    font-size: 12px;
    color: #8a8e9f;
    letter-spacing: -1px;
}
.product-introduction {
    background: #f9f9f9;
    margin-top: 40px;
    overflow: hidden;
}
.product-container {
    width: 1300px;
    height: 492px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #f9f9f9;
}
.product-container .title-box,.feature-container .title-box{
    width:168px;
    height:90px;
    margin: 30px auto;
    text-align: center;
}
.product-container .chinese,.feature-container .chinese{
    font-size:28px;
    color: #232136;
    margin-bottom: 10px;
}
.product-container .english,.feature-container .english{
    font-size:14px;
    color: #8a8e9f;
    padding-top: 10px;
    border-top: 1px solid #8a8e9f;
}
.product-bg {
    width: 1300px;
    height: 400px;
    position: absolute;
    left: -650px;
    bottom: 0px;
    opacity: 0;
    filter: alpha(opacity = 0);
    background: url(../images/product-bg.png) no-repeat bottom left;
}
.product-container .introduction-box {
    position: absolute;
    right: -450px;
    width: 550px;
    height: 290px;
    opacity: 0;
    filter: alpha(opacity = 0);
    background-color: rgba(225,225,225,0)
}
.product-container .introduction-box .title-bg{
    width:338px;
    height:50px;
    margin-bottom: 30px;
    background: url(../images/introduction-title.png) no-repeat bottom left;
}
.product-container .introduction-box .title{
    font-size:20px;
    color: #232136;
    margin-bottom: 10px;
}
.title .down-icon {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    display: inline-block;
    background: url(../images/down-icon.png) no-repeat center;
}
.product-container .introduction-box .introduction {
    font-size: 16px;
    color: #8a8e9f;
    line-height: 30px;
    text-align: justify;
}
.product-feature {
    background: #f9f9f9;
}
.feature-container {
    width: 100%;
    background: url(../images/feature-bg.png) no-repeat bottom;
}
.feature-container .container{
    width: 1300px;
    height: 492px;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #f9f9f9;
}
.feature-box {
    position: absolute;
    width: 500px;
    height: 240px;
    left: 100px;
    background-color: rgba(225,225,225,0);
    top: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.feature-box .someuser-bg {
    width: 338px;
    height: 50px;
    margin-bottom: 30px;
    background: url(../images/someuser-bg.png) no-repeat bottom left;
}
.feature-box .resources-bg {
    width: 338px;
    height: 50px;
    margin-bottom: 30px;
    background: url(../images/resources-bg.png) no-repeat bottom left;
}
.feature-box .check-bg {
    width: 338px;
    height: 50px;
    margin-bottom: 30px;
    background: url(../images/check-bg.png) no-repeat bottom left;
}
.feature-box .manage-bg {
    width: 338px;
    height: 50px;
    margin-bottom: 30px;
    background: url(../images/manage-bg.png) no-repeat bottom left;
}
.feature-box .service-bg {
    width: 338px;
    height: 50px;
    margin-bottom: 30px;
    background: url(../images/service-bg.png) no-repeat bottom left;
}
.feature-box .title {
    font-size: 20px;
    color: #232136;
    margin-bottom: 10px;
}
.feature-box .introduction {
    font-size: 16px;
    color: #8a8e9f;
    line-height: 30px;
    text-align: justify;
}
.select-box {
    width: 580px;
    height: 280px;
    position: absolute;
    background-color: rgba(225,225,225,0);
    right: 50px;
    top: 300px;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.select-box ul li{
    list-style: none;
    position: absolute;
    width: 192px;
    height:192px;
}
.select-box ul li span{
    display: inline-block;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 26px;
    left:26px;
    cursor: pointer;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg); 
}
.select-box .someuser-active{
    background: url(../images/someuser-active.png) no-repeat center;
    left: 0px;
}
.select-box .someuser-normal{
    background: url(../images/someuser-normal.png) no-repeat center;
    left: 0px;
}
.select-box .resources-active{
    background: url(../images/resources-active.png) no-repeat center;
    left:200px;
}
.select-box .resources-normal{
    background: url(../images/resources-normal.png) no-repeat center;
    left:200px;
}
.select-box .check-active{
    background: url(../images/check-active.png) no-repeat center;
    left:400px;
}
.select-box .check-normal{
    background: url(../images/check-normal.png) no-repeat center;
    left:400px;
}
.select-box .manage-active{
    background: url(../images/manage-active.png) no-repeat center;
    left:100px;
    top: 100px;
}
.select-box .manage-normal{
    background: url(../images/manage-normal.png) no-repeat center;
    left:100px;
    top: 100px;
}
.select-box .service-active{
    background: url(../images/service-active.png) no-repeat center;
    left:300px;
    top: 100px;
}
.select-box .service-normal{
    background: url(../images/service-normal.png) no-repeat center;
    left:300px;
    top: 100px;
}
.md-a-enter {
    border: 1px solid #248dff;
    padding: 5px 8px;
    border-radius: 5px;
    color: #248dff;
    margin: 0 3px;
    cursor: pointer;
    font-size:12px;
}
.md-a-enter:hover {
    background-color: #248dff;
    color:#fff;
}
.close_btn {
    width: 18px;
    height: 18px;
    background: url(../images/close_img.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    cursor: pointer;
}