.layout {
    background-color: #fff;
}

.module {
    margin-top: 20px;
    width: 100%;
}

.module .b-t-1 {
    border-top: 2px solid #ff9627;
}

.module .b-t-2 {
    border-top: 2px solid #5d86f9;
}

.module .b-t-3 {
    border-top: 2px solid #13c2a7;
}
.module .b-t-1 .module-text a:hover {color: #ff8a00;}
.module .b-t-2 .module-text a:hover {color: #01c8ab;}
.module .b-t-3 .module-text a:hover {color: #fc6565;}

.module .module-poster {
    float: left;
    display: block;
    margin-right: 20px;
}

.module .module-poster img {
    display: block;
}

.module .boxes {
    float: left;
    margin-right: 20px;
    width: 700px;
}

.module .boxes>a {
    display: block;
    height: 190px;
    width: 219px;
    float: left;
    margin-right: 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #f9f9f9;
    overflow: hidden;
}

.module .boxes>a:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}

.module .boxes .module-1 {
    width: 460px;
    margin-bottom: 20px;
}

.module .boxes .module-3 {
    margin-right: 22px;
}

.module .boxes .module-2 {
    margin-right: 0;
    margin-bottom: 20px;
}

.module .boxes .module-5 {
    margin-right: 0;
}

.module .module-text {
    float: left;
    width: 220px;
    height: 401px;
}

.module .module-text h3 {
    line-height: 77px;
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.module .module-text .module-item {
    width: 190px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto;
}

.module .module-text .module-item li {
    float: left;
    font-size: 12px;
    color: #666;
    margin-right: 10px;
    margin-bottom: 15px;
}
.module .module-text .module-item li a,
.module .module-text .module-title li a {
    color: #666;
}

.module .module-text .module-title {
    margin-top: 20px;
}

.module .module-text .module-item li {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.module .module-text .module-title li {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}
.module .module-text .module-item li:before {
    content:'';
    display: inline-block;
    width: 4px;
    height: 4px;
    background:#666;
    border-radius: 50%;
    margin:0 4px 2px 0;
}
.module .module-text .module-title li:before {
    content:'';
    display: inline-block;
    width: 4px;
    height: 4px;
    background:#666;
    border-radius: 50%;
    margin:0 4px 2px 0;
}

.module .module-text .module-more {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
    color: #999;
}

.s-uebut i {
    background: url(../../img/index.png) no-repeat scroll left 0;
    display: inline-block;
}

.user-eval {
    height: 400px;
    position: relative;
}

.user-eval li {
    float: left;
}

.user-eval .ueInfo {
    padding: 13px 78px 26px 97px;
    width: 740px;
    height: 88px;
    margin: 0 auto;
    background: url("../../img/Home_index/ueinfo.png") no-repeat scroll center center;
    position: relative;
}

.ueInfo li {
    width: 546px;
    height: 44px;
    line-height: 1.7;
    font-size: 14px;
    color: #575757;
    overflow: hidden;
}

.ueInfo li {
    position: absolute;
    display: none;
}

.ue-img-div {
    width: 1180px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.ue-img-div ul {
    width: 1180px;
    height: 400px;
    position: relative;
}

.ue-img li {
    width: 1180px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ue-img li img {
    width: 100%;
    height: 100%;
}

.ue-img li .innerVideo {
    position: absolute;
    top: 52px;
    left: 161px;
    width: 485px;
    height: 306px;
}

.user-eval .ueName,
.ueName li {
    height: 90px;
    width: 740px;
}

.user-eval .ueName {
    margin: 0 auto;
    position: relative;
}

.ueName li {
    position: absolute;
    text-align: center;
    display: none;
}

.ueName h4 {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    font-weight: normal;
}

.ueName span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.8;
    color: #ffffff;
    width: 100%;
}

.ueBut {
    width: 100px;
    margin: 0 auto;
}

.ueBut li {
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #000000 none repeat scroll 0 0;
    cursor: pointer;
    opacity: 0.33;
    filter: alpha(opacity=33);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.ueBut .active {
    background: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.user-eval .s-uebut {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 40px;
    background: url("../../img/posit.png") repeat scroll center center;
    cursor: pointer;
}

.user-eval .uebutLe {
    left: 20px;
}

.user-eval .uebutRi {
    right: 20px;
}

.s-uebut i {
    width: 17px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8.5px;
    margin-top: -15px;
    display: block;
}

.uebutLe i {
    background-position: -3px -506px;
}

.uebutRi i {
    background-position: -4px -584px;
}


/**/
.knowledge-base{
    padding-top: 22px;
    position: relative;
}
.knowledge-tab{
    border-bottom: 1px solid #e0e0e0;
}
.knowledge-tab li{
    float: left;
    margin-right: 60px;
}
.knowledge-tab li a{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #666666;
}
.knowledge-tab li.cur a{
    border-bottom: 2px solid #007bc7;
    color: #007bc7;
}
.knowledge-more{
    position: absolute;
    right: 0;
    top: 22px;
    font-size: 14px;
    color: #666;
    line-height: 37px;
}
.knowledge-more:hover{
    color:#007cbc;
}
.knowledge-content{
    /*padding-top: 20px;*/
}
.knowledge-quick{
    width: 220px;
}
.knowledge-quick-top{
    height: 140px;
    padding: 40px 0 0 16px;
    background: #009be1;
}
.knowledge-quick-top span{
    display: block;
    width: 87px;
    height: 18px;
    line-height: 18px;
    background: #4db9ea;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 15px;
    color: #009be1;
    text-align: center;
}
.knowledge-quick-top h3{
    padding-top: 5px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}
.knowledge-quick-top p{
    padding-top: 4px;
    font-size: 15px;
    color:#83c0e9
}
.knowledge-quick-list{
    padding-top: 15px;
    height: 238px;
    border: 1px solid #009be1;
    border-top: none;
}
.knowledge-quick-list li{
    padding: 8px 8px 8px 10px;
    line-height: 18px;
    overflow: hidden;
}
.knowledge-quick-list li b,.knowledge-quick-list li p{
    display: block;
    float: left;
}
.knowledge-quick-list li b{
    width: 6px;
    height: 6px;
    margin:6px 7px 0 0;
    background: #007bc7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.knowledge-quick-list li p{
    width: 186px;
}
.knowledge-quick-list li a{
    font-size: 14px;
    color: #666666;
}
.knowledge-quick-list li a:hover{
    color: #007bc7;
}
.knowledge-details{
    display: none;
    height: 400px;
}
.knowledge-list{
    width: 960px;
}
.knowledge-list li{
    float: left;
    width: 220px;
    margin-left: 20px;
    border: 1px solid #e0e0e0;
}
.knowledge-list li.noBorder{
    border: none;
}
.knowledge-list li .img{
    width: 220px;
    height: 180px;
    overflow: hidden;
}
.knowledge-list li img{
    width: 220px;
    height: 180px;
}
.knowledge-list li .img a{
    display: block;
    width: 218px;
    height: 180px;
}
.knowledge-list li .content{
    height: 199px;
    padding: 35px 0 0 15px;
}
.knowledge-list li .content .label{
    padding-top: 17px;
    height: 60px;
    font-size: 0;
}
.knowledge-list li .content .label span{
    display: inline-block;
    width: 46px;
    height: 23px;
    padding-left: 6px;
    line-height: 23px;
    background: url("../../img/home/consultLabel.png") 0 0 no-repeat;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
}
.knowledge-list li .content h4 {
    font-weight: bold;
}
.knowledge-list li .content h4 a{
    font-size: 16px;
    color: #0663a7;
    line-height: 24px;
}
.knowledge-list li .content .tip{
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    line-height: 17px;
}
.knowledge-list li .smallcon{
    padding-top: 0;
    height: 180px;
    border: 1px solid #e0e0e0;
}
.knowledge-list li .user{
    margin-top: 18px;
}
.knowledge-list li .user div{
    float: left;
}
.knowledge-list li .user .head{
    width: 50px;
}
.knowledge-list li .user .head img{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.knowledge-list li .user .name{
    width: 87px;
    margin-left: 6px;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
}
.knowledge-list li .user .name a{
    font-size: 14px;
    color: #999999;
}
.knowledge-list li .user .name a:hover{
    color: #007bc7;
}
.knowledge-list li .user .reading{
    margin-top: 32px;
    padding-left: 24px;
    background: url("../../img/news/newsIcon.png") 0 -241px no-repeat;
    font-size: 12px;
    color: #757575;
}
.article-list{
    width: 1180px;
}
.article-list li .content{
    padding-top: 0;
}
.article-list li .user{
    padding-left: 50px;
}
.article-list li .user .reading{
    margin-top: 6px;
}
.knowledge-video-img{
    width: 460px;
}
.knowledge-video-img img{
    width: 460px;
    height: 380px;
}
.knowledge-video-list{
    width: 720px;
}
.knowledge-video-list li{
    float: left;
    width: 220px;
    height: 180px;
    margin: 0 0 20px 20px;
    overflow: hidden;
    position: relative;
}
.knowledge-video-list li img{
    width: 220px;
    height: 180px;
}
.knowledge-video-list li .play{
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 14px;
    bottom: 14px;
    background: url("../../img/home/palyIcon.png") 0 0 no-repeat;
}

.platform-vision {
    height: 500px;
    background: url(../../img/home/qbc.png) no-repeat scroll center center;
}

.index-title {
    margin: 35px auto 20px;
    position: relative;
    height: 10px;
    text-align: center;
    background: url(../../img/home/bg.png) repeat-x scroll center center;
}

.index-title  h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 134px;
    height: 22px;
    margin-left: -67px;
    margin-top: -11px;
    font-size: 18px;
    line-height: 22px;
    color: #007bc7;
    background: #fff;
}

.lazyload {
    background: url(../../img/stanceBg.jpg) center no-repeat #fafafa;
}