/*首页start*/
.index-banner {
    width: 100%;
}
.index-banner img{
    width: 100%;
    display: block;
}
.solution-nav {
    height: 52px;
    padding: 7px 0;
    background-color: #fff;
    box-shadow:0px 3px 7px 0px #eee;
}
.solution-nav-logo {
    width: 280px;
    margin-right: 50px;
    border-right: 1px solid #eee;
}
.solution-nav-logo img {
    width: 144px;
    height: 24px;

}
.solution-nav a {
    color: #333;
    font-size: 14px;
}
.solution-nav-ul li{
    cursor: pointer;
    position: relative;
    line-height: 52px;
    height: 52px;
    font-size: 14px;
}
.solution-nav-ul li.active a {
    color: #35a5ee;
}
.solution-nav-ul li.active::before{
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    top: 58px;
    left: 50%;
    background-color: #35a5ee;
    transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%);	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%);
}
.hot{}
.hot::after {
    content: 'hot';
    width: 32px;
    height: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    margin-left: 5px;
    display: inline-block;
    /*position: absolute;*/
    /*left: 100%;*/
    /*top: 20px;*/
    background:-moz-linear-gradient(left,#ff901f,#fe3264);
    background:-webkit-linear-gradient(left,#ff901f,#fe3264);
    background: -o-linear-gradient(left,#ff901f,#fe3264);
    background: -ms-linear-gradient(left,#ff901f,#fe3264);
    background: linear-gradient(to right, #ff901f 0%,#fe3264 100%);
    border-radius: 50px;
}
.anli_left {
    position: absolute;
    left: 50%;
    top: 38px;
    width: 1200px;
    margin-left: -630px;
    z-index: 9;

}
.case-type1 {
    height: 230px;
    padding-left: 160px;
    padding-right: 160px;
}
.case-type3 {
    height: 140px;
}
.case-type4 {
    height: 582px;
    background: #fff url("../img/2zhibobg.png") no-repeat;
}
.case-type4 .case-title {
    color: #fff;
    line-height: 120px;
}
.case-type4 .case-title::after {
    top: 90px;
    background-color: #fff;
}
.case-type5 img{
    width: 100%;
}
.case-title {
    color: #333;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    position: relative;
}
.case-title::after {
    content: '';
    width: 62px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 75px;
    transform: translate(-50%,0);
    -ms-transform:translate(-50%,0); 	/* IE 9 */
    -moz-transform:translate(-50%,0);	/* Firefox */
    -webkit-transform:translate(-50%,0); /* Safari 和 Chrome */
    -o-transform:translate(-50%,0);
    background-color: #35a5ee;
}
.look-more {
    border-radius: 10px;height: 38px;line-height: 38px;width: 100px;text-align: center;font-size: 16px;background-color:#35a5ee;color: #fff
}
.case-list {
    height: 500px;
}
.case-img {
    width: 476px;
    height: 458px;
}
.index-case-code {
    position: relative;
    border-radius: 10px;
    -moz-box-shadow:    0px 0px  5px 3px  #d3ecfc;
    -webkit-box-shadow:0px 0px  5px 3px  #d3ecfc;
    box-shadow:0px 0px  5px  3px #d3ecfc;
}
.code-img-icon{
    width: 80px;
    height: 80px;
    display: block;
    cursor: pointer;
}
.code-img {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    cursor: pointer;
}
.case-describe {
    width: 310px;
    padding-top: 60px;
    padding-bottom: 20px;
}
.case-list:nth-child(even) .case-list-content {
    -webkit-box-orient: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.solution-list {
    position: relative;
}
/*直播/短视频*/
.video-case-btn {
    margin-right: 36px;
}
.video-case-btn li{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    background-color: rgba(255,255,255,.4);
}
.video-case-btn li.active,.video-case-btn li:hover{
    color: #fff;
    background-color: #35a5ee;
}
.video-case-right {
    background-color: rgba(255,255,255,.2);
    border-radius: 10px;
    padding-left: 60px;
    padding-right: 130px;

}
.video-case-right-center {
    border-radius: 50px;
    background-color: rgba(0,0,0,.2);
    display: inline-block;
    line-height: 38px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.handle{
    cursor: pointer;
}
.footer{
    height: 350px;
}
.footer-nav-title {
    font-size: 14px;
    color: #999;
}
.footer-nav {
    font-size: 14px;
}
.footer-nav ul li{
    color: #333;
}


/*成功案例页面*/
.successful-nav{
    height: 64px;
    box-shadow:0px 3px 7px 0px #eee;
}
.successful-nav ul li{
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    cursor: pointer;

}
.successful-nav ul li.active,.successful-nav ul li:hover{
    color: #fff;
    background-color: #35a5ed;
}
.successful-list {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.case-logo {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 80px;
}
.case-logo img{
    width: 100%;
    height: 100%;
}
.successful-detail {
    height: 600px;
    background-color: #f3f3f4;
}
.successful-detail-img {
    height: 500px;
}

/*关于我们*/
.about-us-address{
    height: 627px;
}
.about-us-bg1 {
    width: 700px;
    height: 350px;

}
.about-us-bg1 img{
    width: 100%;
    height: 100%;
}
.ab-address {
    width: 500px;
    height: 350px;
    color: #fff;
    background-color: #2377DA;
    border-bottom-right-radius: 60px;
}
.about-gradient{
    color: #fff;
    background: -webkit-linear-gradient(left, #006CCC, #009AB1);
    background: -o-linear-gradient(left,#006CCC, #009AB1);
    background: -moz-linear-gradient(left,#006CCC, #009AB1);
    background: -ms-linear-gradient(left,#006CCC, #009AB1);
}
.about-gradient span{
    font-size: 18px;
    line-height: 30px;
}
/*联系我们*/
.contact-tel {
    height: 160px;
}
.contact-adress {
    height: 155px;
    border-right: 1px dashed #eee;
}
.contact-adress:last-child{
    border: none;
}
.bottom_free_input3:hover {
    cursor:pointer;
}
.footer_content_button:hover {
    cursor:pointer;
}
