
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 @font-face{
    font-family: "msyhsb";
    src: url('/static/index/zh-cn/font/%E6%B1%9F%E5%9F%8E%E9%BB%91%E4%BD%93/%20400W.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
 /* header */
header{
    width:100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 84px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #333;
    z-index: 99;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 18px;
    color: #0C0C0C;
}
.header{
    height: 84px;
    overflow: hidden;
}
.header-left{
    float: left;
}
.logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 84px;
}
.logo-img{
    display: block;
    width: 176px;
}
.logo-text{
    height: 47px;
    border-left: 1px solid #999;
    padding: 0 18px;
    line-height: 47px;
    color: #4b4b4b;
    font-size: 16px;
    margin-left: 22px;
}
.logo-img img{
    width: 100%;
}
.nav{
    float:right;
}
.nav ul li{
    float: left;
    font-size: 16px;
    position: relative;
    height: 84px;
    margin-right: 70px;
}
.nav ul li:last-child{
    margin-right: 0px;
}
.nav ul li > a{
    line-height: 78px;
    border-bottom: 6px solid #fff;
    width: 100%;
    color: #000;
    display: block;
    padding: 0 18px;
}
.nav ul li:hover>a{
    color: #ef3739;
    border-bottom-color: #ef3739;
}
.nav ul .nav-active > a{
    color: #ef3739;
    border-bottom-color: #ef3739;
}
@media(max-width: 1620px){
	.nav ul li{
        margin-right: 50px;
    }
}
@media(max-width: 1400px){
	.nav ul li{
        margin-right: 30px;
    }
    .nav ul li > a{
        padding: 0 14px;
    }
}
@media(max-width:1200px){
    .nav ul li{
        font-size: 14px;
        margin-right: 20px;
    }
    .logo-img{
        width: 140px;
    }
    .logo-text{
        margin-left: 15px;
        padding-left: 15px;
        padding-right: 0px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}
@media(max-width: 991px){
    header .container{
        width: 100%;
    }
    header{
        height: 70px;
    }
    .header{
        height: 70px;
    }
    .logo{
        height: 70px;
    }
    .logo-text{
        font-size: 16px;
    }
}
@media(max-width: 599px){
    .logo-text{
        font-size: 12px;
        margin-left: 5px;
        padding-left: 5px;
        height: 36px;
        line-height: 36px;
    }
    .logo-img{
        width: 100px;
    }
}
/*首页标题*/
.hometit{
    text-align: center;
}
.hometit h3{
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.hometit h4{
    margin-top: 20px;
    color: #999999;
}

/*首页服务*/
#homeserive{
    margin-top: 80px;
}
.homeserive-wrap{
    margin-top: 40px;
}
.homeserive-wrap ul li .homeserive-wrapimg img{
    width: 100%;
    transition: all 0.4s;
}
.homeserive-wrap ul li:hover .homeserive-wrapimg img{
    transform: scale(1.1);
}
.homeserive-wrap ul li{
    padding-right: 22px;
}
.homeserive-wrap ul li .homeserive-wrapimg{
    overflow: hidden;
}
.homeserive-wraptxt{
    padding: 24px 16px;
}
.homeserive-wraptxt h3{
    font-size: 16px;
    color: #000;
    transition: all 0.4s;
}
.homeserive-wraptxt h4{
    margin-top: 20px;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 24px;
}
.homeserive-wrap ul li:hover .homeserive-wraptxt{
    box-shadow: 1px -1px 10px rgba(0,0,0,.3);
}
.homeserive-wrap ul li:hover .homeserive-wraptxt h3{
    color: #db2035;
    font-weight: bold;
}
@media(max-width:991px){
    .hometit h3{
        font-size: 26px;
    }
    .hometit h4{
        display: none;
    }
    #homeserive{
        margin-top:48px;
    }
    .homeserive-wrap ul li{
        margin-bottom: 15px;
    }
}
@media(max-width:449px){
    .hometit h3{
        font-size: 18px;
    }
    #homeserive{
        margin-top:20px;
    }
    .homeserive-wrap{
        margin-top: 20px;
    }
    .homeserive-wrap ul li{
        margin-bottom: 0px;
    }
    
}
/*首页案例*/
#homecase{
    margin-top: 80px;
    overflow: hidden;
}
.homecase-wrap{
    margin-top: 40px;
    overflow: hidden;
}
.homecase-wrapimg{
    overflow: hidden;
}
.homecase-wrapimg img{
    width: 100%;
}
.homecase-more a{
    width: 240px;
    height: 40px;
    border: 1px solid #e71f19;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    color: #e71f19;
    padding-left: 60px;
    background: url(../image/homecase-moreimg1.png) no-repeat 185px center;
}
.homecase-more a:hover{
    color:#fff;
    background: #e71f19 url(../image/homecase-moreimg1h.png) no-repeat 185px center;
}
.homecase-more{
    margin-top: 80px;  
}

/*首页产品*/
#homepro{
    margin-top: 80px;
    color: #333;
}
.homepro-wrap{
    margin-top: 40px;
}
.homepro-wrapimg{
    width: 100px;
    height: 60px;
    position: relative;
    margin: 0 auto;
}
.homepro-wrapimg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
}
.homepro-wrapimg img:last-child{
    opacity: 0;
}
.homepro-wrap ul li:hover .homepro-wrapimg img:first-child{
    opacity: 0;
}
.homepro-wrap ul li:hover .homepro-wrapimg img:last-child{
    opacity: 1;
}
.homepro-wrap ul li:hover a{
    background: #db2035;
}
.homepro-wrap ul li:hover h3,
.homepro-wrap ul li:hover .homepro-txtmain{
    color: #fff;
}
.homepro-txtmain{
    height: 88px;
}
.homepro-wrap ul li:hover span{
    background: #fff;
}
.homepro-wrap ul li a{
    display: block;
    background: #e5e5e5;
    padding: 60px 0;
    transition: all 0.3s;
}
.homepro-wrap ul li{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 44px;
}
.homepro-txt{
    width: 260px;
    margin:0px auto;
    text-align: center;
}
.homepro-txt h3{
    font-size: 30px;
    color: #333;
    margin-top: 25px;
}
.homepro-txt span{
    display: block;
    width: 55px;
    height: 2px;
    background: #333333;
    margin:33px auto;
}
@media(max-width:680px){
    .homepro-txt{
        width: auto;
        padding: 0 5px;
    }
}
/*首页关于*/
#homeabout{
    margin-top: 30px;
    padding-bottom: 80px;
    background: url(../image/homeabout-bg.jpg) no-repeat center top;
}
.homeabout-boxl{
    color: #fff;
    padding-top: 90px;
}
.homeabout-boxl h3{
    font-size: 38px;
    line-height: 50px;
}
.homeabout-boxltxt{
    margin-top: 80px;
    line-height: 30px;
    text-indent: 2em;
}
.homeabout-more{
    margin-top: 100px;
}
.homeabout-boxr{
    padding: 50px 90px 0;
    color: #fff;

}
.homeabout-boxr ul li{
    padding: 0;
}
.homeabout-boxr ul li a{
    border: 1px solid #fff;
    color: #fff;
    display: block;
}
.homeabout-boxrtit h3{
    font-size: 76px;
    font-weight: bold;
    position: relative;
    width: 240px;
    margin: 0 auto;
}
.homeabout-boxrtit h3 span{
    font-size: 28px;
}
.homeabout-boxrtit{
    text-align: center;
    padding-top: 76px;
    padding-bottom: 80px;
}
.homeabout-boxrtit h3 i{
    font-style: normal;
    font-size: 40px;
    position: absolute;
    top: 0;
}
.homeabout-boxr ul li:nth-of-type(2) a .homeabout-boxrtit span{
    margin-left: 20px;
}
.homeabout-boxr ul li:first-child a{
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
}
.homeabout-boxr ul li:hover a{
    background: #d32329;
}   
.homeabout-boxr ul li:nth-of-type(2) a{
    border-bottom: none;
}
.homeabout-boxr ul li:nth-of-type(3) a{
    border-right: none;
}
@media(max-width:1400px){
    .homeabout-boxrtit h3{
        font-size: 35px;
        width: 165px;
    }
    .homeabout-boxrtit h3 i {
        font-style: normal;
        font-size: 25px;
        position: absolute;
        right: 44px;
        top: 0;
    }
}
@media(max-width:1200px){
    .homeabout-boxrtit h3{
        width: 190px;
    }
    .homeabout-boxl h3 {
        font-size: 25px;
        line-height: 40px;  
    }
    .homeabout-boxltxt {
        margin-top: 45px;
        line-height: 30px;
        text-indent: 2em;
    }
    .homeabout-boxr {
        padding: 50px 0px 0 20px;
    }
    .homeabout-boxrtit h3 i{
        right: 58px;
    }
}
@media(max-width:991px){
    #homeabout{
        padding-bottom: 50px;
    }
    .homeabout-boxl h3 span{
        display: none;
    }
    .homeabout-boxl h3{
        text-align: center;
    }
   
    .homeabout-boxl{
        padding-top: 50px;
    }
    .homeabout-boxltxt{
        margin-top: 40px;
    }
    .homeabout-more{
        display: none;
    }
}
@media(max-width:640px){
    #homeabout{
        background:url(../image/homeabout-bgphone.jpg) no-repeat top center;
        padding-bottom:0px;
    }
    .homeabout-boxrtit h3{
        width: 146px;
        margin: 0 auto;
    }
    .homeabout-boxrtit h3 i{
        right: 35px;
    }
    .homeabout-boxr ul li{
        margin-bottom: 37px;
    }
    .homeabout-boxr ul li:nth-of-type(1n){
        padding-right: 20px;
    }
    .homeabout-boxr ul li:nth-of-type(2n){
        padding-left: 20px;
    }
    .homeabout-boxr ul li:first-child a {
        border-right: 1px solid #fff;
        border-bottom:1px solid#fff;
    }
    .homeabout-boxr ul li:nth-of-type(2) a{
        border-bottom:1px solid#fff;
    }
    .homeabout-boxr ul li:nth-of-type(3) a{
        border-right:1px solid#fff;
    }
}
@media(max-width:600px){
    .homeabout-boxl{
        padding-top: 30px;
    }
    .homeabout-boxltxt{
        margin-top: 30px;
    }
    .homeabout-boxrtit {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width:449px){
    .homeabout-boxrtit {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .homeabout-boxr ul li:nth-of-type(1n){
        padding-right: 10px;
    }
    .homeabout-boxr ul li:nth-of-type(2n){
        padding-left: 10px;
    }
}
/*首页新闻*/
#homenews{
    margin-top: 80px;
}
.homenews-wrap{
    margin-top: 40px;
}
.homenews-txt{
    background: #f5f5f5;
}
.homenews-txttimel{
    float: left;
}
.homenews-txttimer{
    float: left;
}
.homenews-txt{
    padding: 30px 25px 40px;
    margin-bottom: 30px;
}
.homenews-txt h3{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.homenews-txttime{
    margin-top: 23px;
}
.homenews-txtmain{
    margin-top: 26px;
}
.homenews-txttimel{
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}
.homenews-txttimel img{
    vertical-align: middle;
}
.homenews-txttimel span{
    vertical-align: middle;
}
.homenews-txttime span{
    vertical-align: middle;
}
.homenews-txttimer{
    font-size: 12px;
    color: #999999;
}
.homenews-txtmain{
    font-size: 14px;
    color: #666666;
}
.homenews-img img{
    width: 100%;
}
.homenews-wrap ul li:not(.homenewsone) .homenews-txt{
    padding: 50px 25px 40px; 
}
.homenews-txt:hover h3{
    color: #db2035;
}
@media(min-width:1401px) and (max-width:1620px){
    .homenews-wrap ul li:not(.homenewsone) .homenews-txt {
        padding: 20px 25px 23px;
    }
}
@media(max-width:1400px){
    .homenews-wrap ul li:not(.homenewsone) .homenews-txt {
        padding: 20px 25px 36px;
    }
    .homenews-wrap ul li:not(.homenewsone) .homenews-txtmain {
        margin-top: 5px;
    }
    .homenews-wrap ul li:not(.homenewsone) .homenews-txttime{
        margin-top: 13px;
    }
}
@media(max-width:1200px){
    .homenews-txt{
        margin-bottom: 15px;
    }
    .homenews-wrap ul li:not(.homenewsone) .homenews-txt {
        padding: 20px 25px 15px;
    }
}
@media(max-width:991px){
    #homenews {
        margin-top:40px;
    }
    .homenewsone{
        display: none;
    }
    .homenews-wrap ul li .homenews-txtmain {
        margin-top: 5px;
    }
    .homenews-wrap ul li .homenews-txttime {
        margin-top: 13px;
    }
    .homenews-txt{
        padding: 20px 25px 15px;
    }
    .homenews-wrap ul li{
        padding: 0;
    }
    
}
@media(max-width:640px){
    #homenews .container{
        padding: 0;
    }
}
@media(max-width:449px){
    #homenews {
        margin-top:20px;
    }
    .homenews-wrap {
        margin-top: 20px;
    }
    
}
/*首页联系*/
#homecontact{
    background: url(../image/homecontact-bg.jpg) no-repeat center top;
    margin-top: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.homecontact-wrap{
    background: #fffffe;
    margin-top: 40px;
}
.homecontact-wraptxt{
    width: 300px;
    text-align: center;
    margin: 64px auto 40px;  
}
.homecontact-wraptxt h3{
    margin: 24px 0 30px 0;
    text-transform: uppercase;
}
.homecontact-wrap ul li a{
    border-right: 1px solid #e6e6e6;
    display: block;
}
.homecontact-wrap ul li:last-child a{
    border-right:none;
}
.homecontact-wrapimg{
    width: 91px;
    height: 95px;
    text-align: center;
    margin: 0 auto;
    transition:all 0.4s;
}
.homecontact-wrap ul li:hover .homecontact-wrapimg{
    transform:rotate(90deg);
}
@media(max-width:1400px){
    .homecontact-wraptxt {
        width:auto;
        text-align: center;
        margin: 30px 10px 30px;
    }
}
@media(max-width:1200px){
    .homecontact-wraptxt h3 {
        margin: 15px 0 10px 0;
    }
}
@media(max-width:991px){
    .homecontact-wrap ul li:nth-of-type(2) a{
        border-right: none;
    }
    #homecontact{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .homecontact-wrap{
        margin-top: 20px;
    }
    .homecontact-wraptxt{
        width: 80%;
    }
    .homecontact-wrap ul{
        display: flex;
        flex-wrap: wrap;
    }
}
@media(max-width:640px){
    #homecontact{
        display: none;
    }
}
/*首页优势*/
#homeadv{
    background:#d7000f;
    padding:47px 0;
}
.homeadvr{
    color: #fff;
    margin-left: 16px;
    margin-top: 11px;
}
.homeadv-box ul{
    /* display: flex; */
}
.homeadv-box ul li{
    position: relative;
    float: left;
    width: 20%;
    padding-right: 20px;
}
.homeadv-box ul li:first-child{
    width:17%;
}
.homeadv-box ul li:nth-of-type(3){
    width:21%;
}
.homeadv-box ul li:last-child{
    width:22%;
}
.homeadvr h3{
    font-size: 20px;
    font-weight: bold;
}
.homeadvr h3 span{
    font-weight: normal;
    font-size: 18px;
    text-transform:uppercase;
    margin-left: 20px;
}
.homeadv-boxw{
    display: flex;
    margin: 0 auto;
}
.homeadvr h4{
    margin-top: 10px;
}

.homeadv-line{
    height: 67px;
    width: 2px;
    background: url(../image/adv-bg.png) no-repeat center;
    position: absolute;
    top: 0;
    right:25px;
}
.homeadv-box ul li:last-child .homeadv-line{
    background:none;
}
@media(max-width:1620px){
    .homeadv-line{
        right: 12px;
    }
}
@media(max-width:1400px){
    .homeadv-box ul li{
        width:33.33333%;
        margin-bottom: 15px;
    }
    .homeadv-box ul li:first-child{
        width:33.33333%;
    }
    .homeadv-box ul li:nth-of-type(3){
        width:33.33333%;
    }
    .homeadv-box ul li:last-child{
        width:33.33333%;
    }
}
@media(max-width:991px){
    .homeadv-box ul li{
        width:50%;
    }
    .homeadv-box ul li:first-child{
        width:50%;
    }
    .homeadv-box ul li:nth-of-type(3){
        width:50%;
    }
    .homeadv-box ul li:last-child{
        width:50%;
    }
    #homeadv{
        padding: 30px 0;
    }
}
@media(max-width:640px){
    #homeadv{
        display: none;
    }
}
/*底部*/
#footer{
    background: #343434;
    padding-top: 50px;
}
.footer-boxltxt{
    color: #fff;
}
.footer-boxl{
    float: left;
    width: 24%;
    display: flex;
}
.footer-boxr{
    width: 66%;
    float: right;
}
.footer-boxr a{
    color: #fff;
}
.footer-boxr ul{
    display: flex;
    justify-content:space-between;
}
.footer-boxltxt{
    margin-left: 15px;
}
.footer-boxltxt h4{
    font-size: 26px;
    margin-top: 13px;
}
.footer-boxltxtm{
    margin-top: 50px;
}

.footer-boxr li>a{
    font-size: 16px;
    font-weight: bold;  
}
.footer-boxr li dl{
    margin-top: 25px;
}
.footer-boxr li dd a{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.footer-copyright{
    border-top: 1px solid #666666;
    margin-top: 30px;
    color: #fff;
    height: auto;
    padding: 0;
}
.footer-copyl{
    line-height: 30px;
    float: left;
    padding:15px 0;
}
.footer-copyr{
    float: right;
    margin-top: 15px;
}
.footer-copyrimg{
    width: 32px;
    height: 32px;
    border: 1px solid #656565;
    border-radius: 20px;
    text-align: center;
    position: relative;
}
.footer-copyr ul{
    display: flex;
}
.footer-copyr ul li{
    margin-left: 12px;
}
.footer-copyrimg img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.footer-copyrimg img:last-child{
    opacity: 0;
}
.footer-copyr ul li:hover .footer-copyrimg img:last-child{
    opacity: 1;
} 
.footer-copyr ul li:hover .footer-copyrimg{
    background: #d7000f;
    border: none;
}
.phonefooter{
    display: none;
}
@media(max-width:1600px){
    #footer .footer-boxlimg img{
        width: 100px;
        height:100px;
    }
    .footer-boxltxt h4{
        font-size: 24px;
    }
    .footer-boxltxtm {
        margin-top: 30px;
        font-size: 14px;
    }
}
@media(max-width:1400px){
    #footer .footer-boxlimg img{
        width: 80px;
        height:80px;
    }
    .footer-boxltxt h4{
        font-size: 22px;
    }
    .footer-boxltxtm {
        margin-top: 22px;
        font-size: 14px;
    }
}
@media(max-width:1200px){

    .footer-boxltxtm{
        margin-top: 30px;
        width:200px;
    }
    .footer-boxltxt h4{
        font-size: 22px;
    }
    .footer-copyright.container{
        padding: 0 10px;
        width: 100%;
    }
    .footer-copyright{
        height: auto;
    }
}
@media(max-width:1088px){
    #footer .footer-copyright{
        height: auto;
        padding-bottom: 20px;
    }
}
@media(max-width:991px){
    .footer-boxl{
        width: 100%;
        margin-bottom:15px;
    }
    .footer-boxr{
        width: 100%;
    }
    .footer-copyl {
        line-height: 35px;
        text-align: center;
    }
}
@media(max-width:640px){
    #footer{
        display: none;
    }
    .phonefooter{
        display: none;
        padding: 0 20px;
        color: #343434;
        text-align: center;
        margin-top:10px;
        margin-bottom: 30px;
    }
}
/*右侧悬浮窗*/
.suspension{
    position: fixed;
    right: 0;
    top:318px;
    z-index: 666;
}
.suspension ul li{
    background: #333333;
    width: 54px;
    height: 57px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.suspension ul li:hover{
    background:#ae1c1c;
}
.suspension-img{
    padding-top: 12px;
}
.susp-ewm{
    position: absolute;
    right:54px;
    top:0;
    border: 10px solid #ae1c1c;
    opacity: 0;
    transition: all 0.4s;
    display: none;
}
.susp-ewm img{
    width: 112px;
    height: 112px;
}
.suspension ul li:nth-of-type(2):hover .susp-ewm{
    opacity: 1;
    display: block;
}
/* .suspension ul li:nth-of-type(1):hover .tel-txt{
    opacity: 1;
    display: block;
} */
/*-------------------------1200px-----------------------------*/
@media(max-width:1200px){
    #homecase{
        margin-top:48px;
    }
    .homepro-txt h3 {
        font-size: 22px;
    }
}

/*-------------------------991px-----------------------------*/

@media(max-width:991px){
    .suspension{
        display: none;
    }
    #homecase{
        margin-top:48px;
    }
    #homepro{
        margin-top: 48px;
    }
    .homecase-more{
        margin-top: 48px;
    }
    .homepro-wrap ul li a{
        padding:40px 0;
    }
    .homepro-wrap ul li{
        margin-bottom:10px;
        padding: 0 5px;
    }
}

/*-------------------------449px-----------------------------*/
@media(max-width:449px){
    #homecase{
        margin-top:20px;
    }
    .homecase-wrap{
        margin-top:20px;
    }
    .homecase-more{
        margin-top: 20px;
    }
    #homepro{
        margin-top: 20px;
    }
    .homepro-wrap{
        margin-top:20px;
    }
}
/*手机底部吸底*/
.phonebot{
    background: #343434;
    padding:20px 0;
    display: none;
}
.phonebot ul{
    display: flex;
}
.phonebot ul li{
    flex: 1;
    text-align: center;
}
.phonebot ul li a span{
    color:#fff;
}
.phonebot-img{
    height: 52px;
}
@media(max-width:640px){
    .phonebot{
        display: block;
    }
}
@media(max-width:500px){
    .phonebot ul li a span{
        font-size: 12px;
    }
    .phonebot{
        background: #343434;
        padding:15px 0;
    }
}
/*关于我们*/
#inside-banner img{
    width: 100%;
}   
#wmss{
    margin-top: 80px;
    overflow: hidden;
}
.wmss-boxtxt{
    margin-top: 80px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}
.wmss-boxlist{
    margin-top: 90px;
}
.wmss-boxlisttxtt h3{
    font-size: 76px;
    color: #ef3739;
    font-weight: bold;
   
}
.wmss-boxlisttxtt h3 a{
    color: #ef3739;
}
.wmss-boxlisttxtt h3 i{
    font-style: normal;
    font-size:38px;
    vertical-align: top;
}
.wmss-boxlisttxtt span{
    font-size: 28px;
    font-weight: bold;
    color: #000;
}
.wmss-boxlisttxtt{
    text-align: center;
}
.wmss-boxlisttxtt p{
    color: #666666;
}
#aboutpic{
    overflow: hidden;
    margin-top: 80px;
}
.aboutpic-box ul li img{
    width:100%;
}
.aboutpic-box ul li{
    padding: 0;
}
.about-imgs{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.about-imgs img{
    width: 100%;
    display: block;
}
.about-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 100%;
    left: 0px;
    padding: 11px;
    transition: all 0.4s;
}
.about-info{
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-info h4{
    line-height: 32px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-info span{
    font-size: 24px;
}
.aboutpic-box ul li:hover .about-mask{
    top: 0px;
}
#joinwe{
    margin-top: 80px;
}
.joinwe-boxw{
    margin-top: 80px;
}
.joinwe-boxwmore{
    width: 240px;
    height: 40px;
    border: 1px solid #e71f19;
    line-height: 40px;
    margin:80px auto;
    background: url(../image/homecase-moreimg1.png) no-repeat 186px center;
}
.joinwe-boxwmore a{
    color: #e71f19;
    padding-left: 58px;
}
.joinwe-boxwmore:hover{
    color: #fff;
    background:#e71f19 url(../image/homecase-moreimg1h.png) no-repeat 186px center;
}
.joinwe-boxwmore:hover a{
    color:#fff;
}
.joinwe-item{
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}
.joinwe-item img{
    display: block;
    width: 100%;
}
.joinwe-boxwh {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid#ef3739;
    height: 100%;
    padding:5px 20px;
    opacity: 0;
    transition:all 0.5s;
    width: 100%;
    box-shadow: 0px 0px 10px #f3f3f3;
    box-sizing: border-box;
    overflow-y:auto;
}
.joinwe-boxwh h4{
    width: 15px;
    height: 1px;
    background: #a8a8a8;
    margin-top:22px;
}
.joinwe-boxwhtxt{
    margin-top: 10px;
}
.joinwe-boxwhtxt span{
    color: #666666;
    line-height: 20px;
}
.joinwe-item:hover .joinwe-boxwh{
    opacity: 1;
}
.joinwe-boxw ul li img{
    width: 100%;
}
@media(max-width:1200px){
    .wmss-boxlisttxtt h3{
        font-size: 50px;
    }
    .joinwe-boxwhtxt {
        margin-top: 10px;
        font-size: 12px;
    }
    .joinwe-boxwh h4{
        margin-top: 8px;
    }
    .about-info{
        padding: 0 10px;
    }
    .about-info span{
        font-size: 20px;
    }
}
@media(max-width:991px){
    #wmss {
        margin-top: 40px;
    }
    .wmss-boxtxt{
        margin-top: 40px;
        padding: 0 20px;
    }
    .wmss-boxlist ul li{
        margin-bottom: 20px;
    }
    .wmss-boxlist {
        margin-top: 40px;
    }
    #aboutpic{
        margin-top: 40px;
    }
    .joinwe-boxwh{
        width: 100%;
        margin: 0;
    }
    .joinwe-boxw ul li{
        margin-bottom: 20px;
        padding: 0;
    }
    .joinwe-boxwhtxt {
        margin-top: 28px;
        font-size: 14px;
    }
    #joinwe {
        margin-top: 40px;
    }
    .joinwe-boxw {
        margin-top: 40px;
        padding: 0 15px;
    }
    .joinwe-boxwmore{
        margin: 40px auto;
    }
}

@media(max-width:767px){
    /* .joinwe-swiper{
        overflow: visible;
    } */
    .joinwe-boxw .joinwe-swiper .swiper-wrapper{
        flex-wrap: wrap !important;
        justify-content: center;
    }
    
}
@media(max-width:449px){
    #wmss {
        margin-top:20px;
    } 
    .wmss-boxtxt{
        margin-top: 20px;
        padding: 0 15px;
        line-height: 26px;
    }
    .wmss-boxlisttxtt h3 i{
        font-size: 25px;
    }
    .wmss-boxlisttxtt h3{
        font-size: 40px;
    }
    #joinwe {
        margin-top: 20px;
    }
    .joinwe-boxw {
        margin-top: 20px;
    }
    .joinwe-boxwmore{
        margin:20px auto;
    }
    .joinwe-boxwmore {
        width: 180px;
        background: url(../image/about-more.png) no-repeat 146px center;
    }
    .joinwe-boxwmore a{
        padding-left: 30px;
    }
}
/*新闻*/
#newslist{
    margin-top:80px;
}
#newslist ul{
    margin-bottom: 40px;
}
#newslist ul li .homenews-img{
    overflow: hidden;
}
#newslist ul li .homenews-img img{
    transition:all 0.4s;
}
#newslist ul li:hover .homenews-img img{
    transform: scale(1.1);
} 
@media(max-width:991px){
    #newslist{
        margin-top:40px;
    }
    #newslist ul{
        margin-bottom: 20px;
    }
    #newslist .homenews-txtmain{
        margin-top: 10px;
    }
    #newslist .homenews-txttime{
        margin-top: 10px;
    }
    .newslist-box ul li{
        padding: 0;
    }
    .pager span a {
        font-size: 14px;
        display: inline-block;
        line-height: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid 
        #dcdcdc;
        margin: 0px 2px 5px;
    }
}
@media(max-width:449px){
    #newslist{
        margin-top:20px;
    }
}

/*小程序*/
#smsxhx{
    margin-top: 80px;
}
.smsxhx-boxtxt{
    margin-top: 50px;
    color: #666666;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}
.smsxhx-img{
    margin-top: 50px;
    width: 37%;
    margin:70px auto;
}
.smsxhx-img img{
    width: 100%;
}
#xchsd{
    padding-top: 80px;
    background: url(/static/index/zh-cn/img/smsxhx-img2.jpg) no-repeat top center;
    padding-bottom: 70px;
}
#xchsd .hometit h3{
    color: #fff;
}
#xchsd .hometit h4{
    color: #fff;
}
.xchsd-wrap{
    margin-top: 70px;
    color: #fff;
}
.xchsd-wrapl h3{
    font-size: 28px;
    font-weight: bold;
}
.xchsd-wrapl h4{
    font-size: 22px;
    margin-top: 30px;
}
.xchsd-wrapl a:hover{
    background: #db2035;
    color: #fff;
}
.xchsd-wrapl h4 i{
    font-style:normal;
    font-weight: bold;
}
.xchsd-wrapltxt{
    margin-top: 30px;
    font-size: 22px;
    line-height: 40px;
}
.xchsd-wraplphone{
    margin-top: 60px;
}
.xchsd-wraplphone span{
    font-size: 36px;
    vertical-align: middle;
    padding-left: 8px;
}
.xchsd-wraplphone img{
    vertical-align: middle;
}
.xchsd-wrapl a{
    width: 288px;
    height: 50px;
    background: #fff;
    display: block;
    margin-top: 22px;
    color: #7598f2;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    transition:all 0.4s;
}
#xchzjxz{
    margin-top:80px;
}
.xchzjxz-wrap{
    margin-top: 80px;
}
.xchzjxz-txt{
    border: 1px solid #dcdcdc;
}
.xchzjxz-img img{
    width: 100%;
}
.xchzjxz-txt{
    padding: 40px 60px;
    text-align: center;
}
.xchzjxz-txt h3{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.xchzjxz-txt span{
    color: #666666;
    margin-top: 30px;
    display: block;
    line-height: 26px;
    height: 98px;
    overflow: hidden;
}
.xchzjxz-wrap ul li{
    margin-bottom: 48px;
    padding: 0 20px;
}
.xchzjxz-wrap ul li:hover .xchzjxz-txt{
    box-shadow: 1px -1px 10px rgba(0,0,0,.2);
}
#xcxwnz{
    margin-top: 50px;
}
.xcxwnz-box{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../image/wnz-bg.jpg) no-repeat top center;
}
.xcxwnz-box .hometit h3{
    color: #fff;
}
.xcxwnz-box .hometit h4{
    color: #fff;
}
.xcxwnz-wrap ul li{ 
    padding:0 80px;
}
.xcxwnz-wrap ul li .xcxwnz-wrapli{
    background: #fef5ee;
    padding-top: 40px;
    padding-bottom: 40px;
}
.xcxwnz-wrap{
    margin-top: 80px;
}
.xcxwnz-img{
    height: 80px;
    width: 72px;
    text-align: center;
    margin: 0 auto;
}
.xcxwnz-wrap ul li .xcxwnz-wrapli h3{
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
}
.xcxwnz-txt{
    text-align: center;
    margin-top: 20px;
    color: #666666;
}
.xcxwnz-wrapli a{
    width: 116px;
    height: 40px;
    background: #fda437;
    color: #fff;
    display: block;
    margin:36px auto 0;
    text-align: center;
    line-height: 40px;
    border-radius: 5px; 
}
.xcxwnz-wrap ul li:hover a{
    background: #db2035;
}
.xcxwnz-wrap ul li .xcxwnz-img{
    transition: all 0.5s;
}
.xcxwnz-wrap ul li:hover .xcxwnz-img{
    transform: translateY(-20px);
}
#xgcase{
    background: #fafafa;
    margin-top: 80px;
    padding-top: 80px;
}
.xgcase-wrap ul li{
    width: 20%;
    float: left;
    padding:0 15px;
    margin-bottom: 15px;
}
.xgcase-wrap li .xgcase-wrapimg{
    overflow: hidden;
}
.xgcase-wrap li .xgcase-wrapimg img{
    width: 100%;
    transition: all 0.4s;
}
.xgcase-wrap li:hover .xgcase-wrapimg img{
    transform: scale(1.1);
}
.xgcase-wrap{
    margin-top: 80px;
}
.inside-more a{
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e71f19;
    padding-left: 57px;
    color:#e71f19;
    margin:80px auto;
    background: url(../image/homecase-moreimg1.png) no-repeat 186px center;
}
.inside-more a:hover{
    color: #fff;
    background: #e71f19 url(../image/homecase-moreimg1h.png) no-repeat 186px center;
}
.xgcase-wrap li .xgcase-wrapimg{
    transition:all 0.4s;
}
.xgcase-wrap ul li:hover .xgcase-wrapimg{
    box-shadow: 1px -1px 10px rgba(0,0,0,.1);
}

@media(max-width:1620px){
    .xchzjxz-txt {
        padding: 20px 20px;
        text-align: center;
    }
    .xchzjxz-txt span{
        margin-top: 15px;
    }
}
@media(max-width:1400px){
    .xchsd-wrapl h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .xchsd-wrapl h4 {
        margin-top: 20px;
    }
    .xchsd-wrapltxt {
        margin-top: 20px;
        font-size: 22px;
        line-height: 35px;
    }
    .xchzjxz-txt span{
        font-size: 14px;
        line-height: 24px;
    }
    .xchzjxz-txt h3{
        font-size: 16px;
    }
}
@media(max-width:1200px){
    .xchsd-wrapl h3 {
        font-size: 22px;
        line-height: 35px;
    }
    .xchsd-wrapl h4{
        font-size: 20px;
    }
    .xcxwnz-wrap ul li {
        padding: 0 40px;
    }
}
@media(max-width:991px){
    #smsxhx {
        margin-top: 40px;
    }
    .smsxhx-boxtxt {
        margin-top: 20px;
        font-size: 16px;
        line-height: 30px;
    }
    .smsxhx-img{
        width: 80%;
        margin: 40px auto;
    }
    #xchsd{
        background: #7598f2;
        padding-top: 40px;
    }
    .xchsd-wrap{
        margin-top: 40px;
    }
    #xchzjxz {
        margin-top: 40px;
    }
    .xchzjxz-wrap {
        margin-top: 40px;
    }
    .xcxwnz-box{
        background: none;
    }
    #xcxwnz{
        background: #f49555;
        margin-top: 20px;
    }
    .xcxwnz-wrap ul li{
        margin-bottom: 30px;
    }
    .xcxwnz-box{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .xcxwnz-wrap {
        margin-top: 40px;
    }
    #xgcase {
        margin-top: 40px;
        padding-top: 40px;
    }
    .xgcase-wrap {
        margin-top: 40px;
    }
    .inside-more a{
        margin: 40px auto;
    }
}
@media(max-width:600px){
    .xchzjxz-wrap ul li {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .xchzjxz-txt {
        padding: 10px 5px;
        text-align: center;
    }
    .xgcase-wrap ul li{
        width: 50%;
    }

}
@media(max-width:449px){
    #smsxhx {
        margin-top:20px;
    }
    .smsxhx-boxtxt {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }
    .smsxhx-img {
        width: 80%;
        margin: 20px auto;
    }
    .xchsd-wrapl h3 {
        font-size: 16px;
        line-height: 24px;
    }
    #xchsd {
        padding-top: 20px;
    }
    .xchsd-wrap {
        margin-top: 10px;
    }
    .xchsd-wrapl h4 {
        font-size: 15px;
        margin-top: 10px;
    }
    .xchsd-wrapltxt {
        margin-top: 10px;
        font-size: 15px;
        line-height: 26px;
    }
    .xchsd-wraplphone span {
        font-size: 24px;
        vertical-align: middle;
        padding-left: 4px;
    }
    .xchsd-wraplphone {
        margin-top: 20px;
    }
    .xchsd-wrapl a {
        width: 160px;
        height: 40px;
        margin-top: 22px;
        color: #7598f2;
        font-size: 15px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
    }
    #xchsd{
        padding-bottom: 30px;
    }
    #xchzjxz {
        margin-top: 20px;
    }
    .xchzjxz-wrap {
        margin-top: 20px;
    }
    .xchzjxz-txt span{
        height: auto;
    }
    .xchzjxz-txt{
        padding: 15px;
    }
    .xcxwnz-box {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .xcxwnz-wrap ul li {
        padding: 0 5px;
    }
    .xcxwnz-wrap{
        margin-top: 20px;
    }
    .xcxwnz-wrap ul li .xcxwnz-wrapli h3{
        font-size: 24px;
    }
    #xgcase {
        margin-top:20px;
        padding-top: 20px;
    }
    .xgcase-wrap {
        margin-top: 20px;
    }
    .inside-more a {
        display: block;
        width: 160px;
        height: 35px;
        line-height: 35px;
        border: 1px solid #e71f19;
        padding-left: 33px;
        margin:20px auto;
        background: url(../image/about-more.png) no-repeat 126px center;
        font-size: 14px;
    }
    .case-hide{
        display: none;
    }
}
/* 联系我们 */
.lianluo-box{
    padding-bottom: 70px;
}
.contact-list{
    margin-top: 70px;
    overflow: hidden;
}
.contact-list li{
    padding: 0 10px;
}
.contact-list li .contact-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 350px;
}
.contact-list li:first-child .contact-item{
    background-image: linear-gradient(to right, #f58321 , #f36627);
}

.contact-list li:nth-child(2) .contact-item{
    background-image: linear-gradient(to right, #4c96ee , #4192f5);
}
.contact-list li:nth-child(3) .contact-item{
    background-image: linear-gradient(to right, #42eba5 , #2ce498);
}

.contact-list li:last-child .contact-item{
    background-image: linear-gradient(to right, #54cef1 , #28c8f6);
}
.contact-txt{
    color: #fff;
    text-align: center;
    margin-top: 24px;
    line-height: 32px;
}
.contact-txt p:first-child{
    text-transform: uppercase;
}
.contact-ditu{
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 40px;
}
.contact-ditu img{
    width: 100%;
}
.traffic li{
    padding: 40px 10px 0px;
}
.traffic-item{
    max-width: 372px;
}
.traffic-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}
.traffic-top .traffic-img{
    width: 35px;
    height: 35px;
    background: #d7000f;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 12px;
}
.traffic-top span{
    color: #000;
}
.traffic-bom{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
}
.traffic-bom span{
    color: #d7000f;
}
@media(max-width:1400px){
    .contact-list li .contact-item{
        height: 260px;
    }
}
@media(max-width:991px){
    .contact-list li{
        margin-bottom: 20px;
    }
    .contact-list{
        margin-top: 40px;
    }
}
@media(max-width:449px){
    .contact-list{
        margin-top: 20px;
    }
    .contact-ditu{
        margin-top: 0;
    }
    .traffic li {
        padding: 20px 10px 0px;
    }
    .traffic-bom{
        height: auto;
        line-height: 26px;
    }
    .lianluo-box{
        padding-bottom: 10px;
    }
}
/*响应式网站*/
.instit{
    text-align: center;
    margin: 80px 0;
}
.instit h3{
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.instit h4{
    margin-top: 20px;
    color: #999999;
}
.institcolor h3{
    color: #fff;
}
.institcolor h4{
    color: #fff;
}
.smsres-txt{
    font-size: 18px;
    color: #666666;
    text-align: justify;
    line-height: 30px;
}
.smsres-list{
    margin-top: 80px;
}
.smsres-listimg img{
    width: 100%;
}
.smsres-list ul li{
    padding: 0 20px;
}
.resnxys-wrap{
    background: url(../image/resnxys-bg.png) no-repeat top center;
}
.resnxys-img{
    width: 75px;
    height: 75px;
    background: url(../image/resnxys-liimg.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.resnxys-txt{
    margin-top: 30px;
}
.resnxys-txt h3{
    font-size: 16px;
    font-weight: bold;
    color: #3197ef;
    text-align: center;
}
.resnxys-txt h4{
    color: #666666;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.resnxys-wrap ul li:nth-of-type(2n){
    margin-top: 120px;
}
.resnxys-wrap ul li:hover .resnxys-img{
    background: url(../image/resnxys-liimgh.png) no-repeat center;
}
#reslmgn{
    margin-top: 80px;
    background: url(../image/reslmgn-bg.jpg) no-repeat center; 
}
.reslmgn-wrap{
    color: #b5b5b5;
}
.reslmgn-top span{
    vertical-align: bottom;
    letter-spacing:3px;
    font-size: 18px;
    color: #fff;
}
.reslmgn-wrap ul .reslmgn-li{
    width: 224px;
    margin: 0 auto;
}
.reslmgn-wrap ul .reslmgn-li h4{
    margin-top: 24px;
    line-height: 24px;
    height: 70px;
}
.reslmgn-wrap ul li{
    margin-bottom:66px;
}
.reslmgn-top{
    height: 42px;
}
.resbj-wrap{
    margin-top: 80px;
}
.resbj-top{
    height: 150px;
    color: #fff;
    text-align: center;
    background: url(../image/resbj-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.resbj-topicon{
    position: absolute;
    top: -38px;
    left:-38px;
}
.resbj-top h3{
    font-size: 24px;
    padding-top: 42px;
}
.resbj-top h4{
    font-size: 18px;
    color: #fff;
    margin-top:20px;
}
.resbj-bottxtline{
    height: 1px;
    background: url(/static/index/zh-cn/img/resbj-bottxtlinebg.jpg) repeat-x;
}
.resbj-bot{
    border:1px solid #dcdcdc;
    padding-top: 40px;
}
.resbj-wrap ul li{
    padding: 0 50px;
}
.resbj-bottxt{
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}
.resbj-bottxtline{
    margin:40px 80px 0;
}
.res-bottxtm{
    padding: 0 50px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
}
.resbj-bot h5{
    text-align: center;
    margin-top:20px;
}
.resbj-bot h5 span{
    font-size: 48px;
    color: #ee383a;
}
.resbj-bot a{
    width: 246px;
    height: 40px;
    background:url(../image/resbj-bota.jpg) no-repeat center;
    background-size: cover;
    display: block;
    color: #fff;
    text-align: center;
    margin:30px auto;
    line-height: 40px;
    transition:all 0.4s;
}
.resbj-wrap ul li:hover .resbj-bot{
    border: 1px solid #10a2ef;
}
.resbj-wrap ul li:hover .resbj-bot a{
    background: #db2035;
}
.Recase-wrap ul li{
    margin-bottom:40px;
    padding: 0 20px;
}
.Recase-wrap ul li img{
    width: 100%;
}
.Recase-wrap .inside-more a{
    margin: 40px auto 80px;
}
@media(max-width:1400px){
    .resbj-topicon img{
        width: 150px;
    }
    .resbj-topicon {
        top: -24px;
        left: -24px;
    }
    .resbj-wrap ul li {
        padding: 0 20px;
    }
}
@media(max-width:991px){
    .instit{
        margin: 40px 0;
    }
    .instit h4{
        display: none;
    }
    .instit h3{
        font-size: 26px;
    }
    .smsres-txt{
        font-size: 16px;
        line-height: 26px;
    }
    .smsres-list {
        margin-top:40px;
    }
    .smsres-list ul li{
        margin-bottom: 40px;
    }
    .resnxys-wrap ul li:nth-of-type(2n) {
        margin-top: 0;
    }
    .resnxys-txt h4{
        height: 80px;
    }
    .resnxys-wrap ul li{
        margin-bottom: 15px;
    }
    .resnxys-wrap{
        margin-top: 60px;
    }
    #reslmgn{
        margin-top: 0;
        background: #202329;
    }
    .reslmgn-wrap ul .reslmgn-li h4 {
        margin-top: 10px;
        height: 40px;
    }
    .reslmgn-top span {
        vertical-align: bottom;
        letter-spacing: 1px;
        font-size: 16px;
    }
    .reslmgn-wrap ul .reslmgn-li{
        width: auto;
    }
    .resbj-wrap ul li {
        margin-bottom: 40px;
    }
    .resbj-wrap ul li:last-child{
        margin-bottom: 0;
    }
    .Recase-wrap ul li {
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .Recase-wrap .inside-more a {
        margin: 40px auto;
    }
}
@media(max-width:449px){
    .instit h3{
        font-size: 18px;
    }
    .instit{
        margin: 20px 0;
    }
    .smsres-txt {
        font-size: 14px;
        line-height: 22px;
    }
    .smsres-list {
        margin-top:20px;
    }
    .smsres-list ul li{
        margin-bottom:20px;
    }
    .resnxys-txt h4{
        height: auto;
    }
    .resnxys-wrap ul li {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .resnxys-wrap {
        margin-top: 30px;
    }
    .reslmgn-wrap ul li {
        margin-bottom: 30px;
    }
    .resbj-wrap {
        margin-top: 40px;
    }
    .Recase-wrap .inside-more a {
        margin: 20px auto;
    }
}
/*搜索引擎*/
#soubanner{
    background: #343a6d;
    color: #fff;
    height: 600px;
}
.soubannerl{
    width: 50%;
    float: left;
    padding:100px 0 0 90px;
}
.soubannerr{
    float: right;
    width: 50%;
    padding: 25px 115px 44px 57px; 
}
.soubannerr img{
    width: 100%;
}
.soubannerl h3{
    font-size: 48px;
}
.soubannerl-txt{
    font-size: 16px;
    margin-top: 60px;
    line-height: 30px;
}
.soubannerl ul{
    margin-top: 80px;
    display: flex;
}
.soubannerl ul li .soubannerl-img{
    width: 78px;
    height: 78px;
    border: 1px solid #7b7fa3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.soubannerl ul li{
    width: 20%;
    text-align: center;
}
.soubannerl ul li:last-child{
    width: 20%;
}
.soubannerl ul li a{
    color: #fff;
}
.soubannerl ul li:hover .soubannerl-img{
    background: #d7000f;
    border: 1px solid #d7000f;
}
.soubannerl ul li span{
    display: block;
    margin-top: 10px;
}
.sousfwtm{
    border: 1px solid #dedede;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.sousfwtm h3{
    font-size: 60px;
    color: #db2035;
    margin-top: 50px;
    transition:all 0.5s;
}
.sousfwtm h4{
    font-size: 24px;
    color: #333333;
    transition:all 0.5s;
}
.sousfwtm span{
    color: #666666;
    text-transform: uppercase;
    margin-top:5px;
    display: block;
    transition:all 0.5s;
}
.sousfwt-wrap ul li:hover .sousfwtm{
    background: #db2035;
    border:10px solid #ed8f9a;
    box-sizing: border-box;
    transition:all 0.3s;
}
.sousfwt-wrap ul li:hover .sousfwtm h3,
.sousfwt-wrap ul li:hover .sousfwtm h4,
.sousfwt-wrap ul li:hover .sousfwtm span{
    color: #fff;
}
.sousfwt-wrap ul li{
    margin-bottom: 50px;
}
.sousfwt-a{
    width: 250px;
    height: 50px;
    line-height: 50px;
    padding-left:40px;
    border-radius: 20px;
    margin:40px auto;
    background:#d7000f url(../image/sousfwt-aimg.png) no-repeat 194px center;
}
.sousfwt-a a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#souzsm{
    background:#f2f0f5;
    padding-bottom: 80px;
}
.souzsm-wrap ul li p{
    width: 240px;
    line-height: 40px;
}
.souzsm-wrap ul li:nth-of-type(2) img{
    width: 100%; 
}
.souzsm-wrap ul li:nth-of-type(2){
    padding: 0 80px;
}
.souzsm-wrap ul li:nth-of-type(3) p{
    float:right;
}
.souzsm-wrap ul li dd .souzsmp-last{
    position: absolute;
    top: -30px;
}
.souzsmdd-last{
    margin-top: 80px;
    position: relative;
}
.souzsmpr-last{
    position: absolute;
    top: -30px;
    right: 0;
}
.wmdys-wrap ul li{
    display: flex;
    margin-bottom: 30px;
}
.wmdys-txt{
    padding-left:15px;
    margin-top: 15px;
}
.wmdys-txt h3{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.wmdys-txt p{
    margin-top: 15px;
    width: 280px;
}
.souqwyx-box img{
    width: 100%;
}
#souqwyx{
    margin-top: 40px;
}
.soucase ul li a{
    border: 1px solid #d2d2d2;
    display: block;
}
.soucase ul li:hover a{
    border: 1px solid #d7000f;
}
@media(max-width:1620px){
    .soubannerl ul li:last-child{
        width: 21%;
    }
    .soubannerr {
        width: 50%;
        padding: 25px 80px 44px 57px;
    }
    .soubannerl h3 {
        font-size: 40px;
    }
    .soubannerl-txt{
        margin-top: 48px;
    }
    .soubannerl ul {
        margin-top: 60px;
    }
}
@media(max-width:1400px){
    .soubannerl h3 {
        font-size: 29px;
    }
    .soubannerl {
        padding: 50px 0 0 30px;
    }
    #soubanner{
        height: 540px;
    }
    .soubannerl ul li:last-child{
        width: 23%;
    }
    .souzsm-wrap ul li{
        overflow: hidden;
        padding: 0;
    }
    .souzsm-wrap ul li p img{
        width: 100%;
    }
}
@media(max-width:1200px){
    .soubannerr {
        padding: 40px 0px 44px 57px;
    }
    .soubannerl h3 {
        font-size: 24px;
    }
    .soubannerl {
        padding: 40px 0 0 20px;
    }
    .soubannerl ul {
        margin-top: 30px;
    }
    .soubannerl-txt {
        font-size: 15px;
        margin-top: 20px;
        line-height: 26px;
    }
    #soubanner {
        height: 500px;
    }
    .soubannerl ul li span{
        font-size: 14px;
    }
    .soubannerl ul li:last-child{
        width: 24%;
    }
    .sousfwtm{
        width: 200px;
        height: 200px;
    }
    .sousfwtm h3{
        font-size: 40px;
    }
    .sousfwtm h4{
        font-size: 22px;
    }
    .souzsm-wrap ul li:nth-of-type(2) {
        padding: 0 0 0 80px;
    }
    .wmdys-txt p{
        width: auto;
    }
}
@media(max-width:991px){
   #soubanner .container{
       width: auto;
   } 
   #soubanner {
        height: 480px;
        overflow: hidden;
    }
    .soubannerl ul li{
        width: 25%;
    }
    .soubannerl ul li span{
        font-size: 13px;
    }
    .soubannerl-txt{
        font-size: 14px;
    }
    .souzsm-twoli{
        display: none;
    }
    .wmdys-txt p{
        width: auto;
        height: 70px;
    }
}
@media(max-width:800px){
    .soubannerl{
        width: 100%;
    }
    #soubanner {
        height: auto;
    }
    .soubannerr{
        width: 100%;
    }
    .soubannerr {
        padding: 30px 150px;
    }
    .souzsm-wrap li img{
        width: 100%;
    }
    .souzsm-wrap ul li{
        padding: 0 30px;
    }
    .souzsm-wrap ul li p {
        width:auto;
        line-height: 30px;
    }
}
@media(max-width:600px){
    .soubannerr {
        padding: 30px 100px;
    }
    .sousfwtm {
        width: 170px;
        height: 170px;
    }
    .sousfwt-wrap ul li {
        margin-bottom: 25px;
    }
    .sousfwtm h3 {
        font-size: 30px;
        margin-top: 40px;
    }
    .sousfwtm h4 {
        font-size: 16px;
        margin-top: 5px;
    }
    .sousfwtm span{
        font-size: 12px;
    }
    .souzsm-wrap ul li p{
        line-height:20px;
        font-size: 12px;
    }
    #souzsm{
        padding-bottom: 30px;
    }
    .souzsmdd-last {
        margin-top: 48px;
    }
    .wmdys-txt h3{
        font-size: 18px;
    }
    .wmdys-txt p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .wmdys-wrap ul li {
        margin-bottom: 10px;
        padding: 0;
    }
    
}
@media(max-width:449px){
    .soubannerr {
        padding: 30px 50px;
    }
    .soubannerl h3 {
        font-size: 22px;
    }
    .soubannerl {
        padding: 30px 0 0 0px;
    }
    .soubannerl ul li span {
        font-size: 11px;
    }
    .sousfwt-a{
        margin: 20px auto;
    }
    .souzsm-wrap ul li {
        padding: 0 15px;
    }
    .wmdys-txt p{
        height: auto;
    }
    #souqwyx {
        margin-top: 20px;
    }
}
/* 企业基础应用 */
.jctit{
    margin-top: 80px;
}
.jichu-one{
    margin-top: 70px;
}
.jcone-item{
    /*  */
    /* height: 546px; */
    transition: all 0.4s;
    max-width: 360px;
    box-shadow: #f5f5f5 0px 0px 10px;
    padding: 52px 0px 20px;  
    background: url(../image/jc_bg.png) no-repeat center;
}
.jcone-item:hover{
    box-shadow: #e5e5e5 0px 0px 10px;  
}
.jcone-top{
    text-align: center;
    color: #fff;
}
.jcone-top h5{
    margin-top: 20px;
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: bold;
}
.jcone-top span{
    font-size: 14px;
    height: 48px;
    display: block;
    padding: 0 15px;
}
.jcone-bom{
    margin-top: 36px;
}
.jcone-txt{
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-align: center;
    height: 128px;
}
.jcone-price{
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}
.jcone-price span{
    font-size: 48px;
    color: #00aaff;
    display: block;
    line-height: 48px;
}
.jcone-price p{
    margin-left: 8px;
    line-height: 28px;
    margin-right: 4px;
}
.jcone-price i{
    display: block;
    width: 18px;
    height: 14px;
    border-radius: 2px;
    background: #f24652;
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 6px;
    text-align: center;
}
.jc-buy{
    display: block;
    width: 89%;
    height: 40px;
    background: #db2035;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 15px auto 0;
}
.jichu-one li .jc-buy{
    border: 1px solid #db2035;
    color: #db2035;
    background: transparent;
}
.jichu-one li:hover .jc-buy{
    background: #db2035;
    color: #fff;
}
@media(max-width: 1200px){
    .jcone-price span{
        font-size: 34px;
    }
    .jcone-txt{
        line-height: 30px;
    }
    .jcone-price{
        margin-top: 25px;
    }
}
@media(max-width: 991px){
    .jcone-item{
        margin: 0 auto 20px;
    }
    .jcone-price i{
        margin-bottom: 10px;
    }
    .jcone-price p{
        line-height: 36px;
    }
    .jctit{
        margin-top: 40px;
    }
    .jichu-one{
        margin-top: 40px;
    }
}
@media(max-width:449px){
    .jctit{
        margin-top: 20px;
    }
    .jichu-one{
        margin-top: 20px;
    }
}
.sign-ym{
    width: 100%;
    background: #f6f7f9;
    margin-top: 70px;
    padding-top: 80px;
    padding-bottom: 70px;
}
.pubtit{
    margin-bottom: 70px;
}
.ym-top{
    max-width: 320px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #4d4d4d;
}
.ym-img{
    height: 90px;
    width: 90px;
    border-radius: 45px;
    margin-right: 20px;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    float: left;
}
.ym-ul li:hover .ym-img{
    transform:rotate(90deg)
}
.ym-img-info{
    float: left;
    margin-top: 24px;
}
.ym-img-info p{
    font-size: 20px;
}
.ym-img-info span{
    font-size: 12px;
}
.ym-bom{
    margin-top: 24px;
    max-width: 320px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.ym-ul li:first-child .ym-img{
    background: #fff url(../image/ym_img1.png) no-repeat center;
}
.ym-ul li:first-child .ym-top:hover .ym-img{
    background: #db2035 url(../image/ym_img_on1.png) no-repeat center;
}
.ym-ul li:nth-child(2) .ym-img{
    background: #fff url(/static/index/zh-cn/img/ym_img2.png) no-repeat center;
}
.ym-ul li:nth-child(2) .ym-top:hover .ym-img{
    background: #db2035 url(../image/ym_img_on2.png) no-repeat center;
}
.ym-ul li:nth-child(3) .ym-img{
    background: #fff url(/static/index/zh-cn/img/ym_img3.png) no-repeat center;
}
.ym-ul li:nth-child(3) .ym-top:hover .ym-img{
    background: #db2035 url(../image/ym_img_on3.png) no-repeat center;
}
.ym-ul li:last-child .ym-img{
    background: #fff url(/static/index/zh-cn/img/ym_img4.png) no-repeat center;
}
.ym-ul li:last-child .ym-top:hover .ym-img{
    background: #db2035 url(../image/ym_img_on4.png) no-repeat center;
}
@media(max-width: 1400px){
    .ym-img{
        width: 80px;
        height: 80px;
        margin-right: 15px;
    }
    .ym-img-info p{
        font-size: 16px;
    }
    .ym-img-info{
        margin-top: 10px;
        width: calc(100% - 95px);
    }
    .ym-img-info span{
        display: block;
        line-height: 14px;
        margin-top: 5px;
    }
}
@media(max-width: 1200px){
    .ym-img-info{
        margin-top: 5px;
    }
}
@media(max-width:991px){
    .ym-img-info{
        margin-top: 18px;
    }
    .ym-ul li{
        margin-bottom: 20px;
    }
    .sign-ym{
        margin-top: 30px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .pubtit{
        margin-bottom: 40px;
    }
    .ym-top{
        padding-bottom: 18px;
    }
}
@media(max-width:599px){
    .ym-img-info{
        margin-top: 5px;
    }
}
@media(max-width:449px){
    .ym-img-info{
        margin-top: 18px;
    }
    .sign-ym{
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .pubtit{
        margin-bottom: 20px;
    }
    .ym-bom{
        margin-top: 18px;
    }
}
.kj-ul{
    margin-top: 80px;
}
.kj-ul li{
    margin-bottom: 80px;
}
.kj-img{
    float: left;
    width: 101px;
    height: 101px;
    overflow: hidden;
    margin-right: 36px;
    transition: all 0.5s;
}
.kj-ul li:hover .kj-img{
    transform: translateY(-20px);
}
.kj-txt{
    float: left;
    width: calc(100% - 166px);
    margin-top: 15px;
}
.kj-txt h5{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.kj-txt p{
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
@media(max-width: 1400px){
    .kj-img{
        margin-right: 24px;
    }
    .kj-txt{
        width: calc(100% - 140px);
    }
}
@media(max-width: 1200px){
    .kj-img{
        width: 78px;
        height: 78px;
        margin-right: 18px;
    }
    .kj-img img{
        width: 100%;
    }
    .kj-txt{
        width: calc(100% - 96px);
        margin-top: 5px;
    }
    .kj-txt p{
        font-size: 12px;
        line-height: 24px;
    }
}
@media(max-width: 991px){
    .kj-ul{
        margin-top: 40px;
    }
    .kj-ul li{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .kj-img{
        text-align: center;
        line-height: 78px;
    }
    .kj-img{
        float: none;
    }
    .kj-txt{
        float: none;
        width: 360px;
    }
}
@media(max-width: 449px){
    .kj-ul{
        margin-top: 20px;
    }
}
.al-ys{
    padding-top: 80px;
    padding-bottom: 30px;
    background: url(../image/ys_bg.jpg) no-repeat top center;
}
.al-ul li{
    text-align: center;
    margin-bottom: 10px;
    min-height: 220px;
}
.al-ul li img{
    transition: all 0.5s;
}
.al-ul li:hover img{
    transform: rotate(90deg);
}
.ys-txt{
    width: 290px;
    margin: 14px auto 0px;
    min-height: 110px;
}
.ys-txt h5{
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 24px;
}
.ys-txt p{
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
@media(max-width: 991px){
    .al-ys{
        padding-top: 10px;
        background: #fff;
        padding-bottom: 0px;
    }
    .al-ul li{
        min-height: auto;
        margin-bottom: 20px;
    }
    .ys-txt{
        width: 320px;
        min-height: auto;
    }
}
.fv-item{
    max-width: 220px;
    border: 1px solid #bbb;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 74px 20px 18px;
    height: 356px;
    box-sizing: border-box;
}
.fv-top{
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.fv-ul li .fv-img{
    margin: 0px auto 30px;
}
.fv-ul li:first-child .fv-img{
    width: 86px;
    height: 72px;
    background: url(../image/fullview_img1.png);
}
.fv-ul li:nth-child(2) .fv-img{
    width: 100px;
    height: 60px;
    background: url(../image/fullview_img2.png);
    margin: 0px auto 42px;
}
.fv-ul li:nth-child(3) .fv-img{
    width: 92px;
    height: 72px;
    background: url(../image/fullview_img3.png);
}
.fv-ul li:nth-child(4) .fv-img{
    width: 74px;
    height: 76px;
    background: url(../image/fullview_img4.png);
    margin: 0px auto 26px;
}
.fv-ul li:nth-child(5) .fv-img{
    width: 77px;
    height: 72px;
    background: url(../image/fullview_img5.png);
}
.fv-top i{
    display: block;
    width: 60px;
    height: 5px;
    background: #db2035;
    margin: 0 auto 25px;
}
.fv-top h2{
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 24px;
    margin-bottom: 6px;
}
.fv-arrow{
    margin-top: 20px;
    margin-bottom: 52px;
}
.fv-item:hover{
    background: #db2035;
    border-color: #db2035;
}
.fv-item:hover .fv-top{
    transform: translateY(-44px);
    -moz-transform: translateY(-44px);
	-o-transform: translateY(-44px);
	-webkit-transform: translateY(-44px);
}
.fv-item:hover .fv-top i{
    background: #fff;
}
.fv-item:hover .fv-top h2{
    color: #fff;
}
.fv-ul li:first-child .fv-item:hover .fv-img{
    background: url(/static/index/zh-cn/img/fullview_img_on1.png);
}
.fv-ul li:nth-child(2) .fv-item:hover .fv-img{
    background: url(../image/fullview_img_on2.png);
}
.fv-ul li:nth-child(3) .fv-item:hover .fv-img{
    background: url(/static/index/zh-cn/img/fullview_img_on3.png);
}
.fv-ul li:nth-child(4) .fv-item:hover .fv-img{
    background: url(/static/index/zh-cn/img/fullview_img_on4.png);
}
.fv-ul li:nth-child(5) .fv-item:hover .fv-img{
    background: url(/static/index/zh-cn/img/fullview_img_on5.png);
}
.fv-item:hover .fv-arrow{
    opacity: 0;
}
.fv-info{
    margin-top: -90px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.fv-item:hover .fv-info{
    opacity: 1;
    transform: translateY(-44px);
    -moz-transform: translateY(-44px);
	-o-transform: translateY(-44px);
	-webkit-transform: translateY(-44px);
}
@media(max-width: 1200px){
    .fv-item{
        margin: 0 auto 20px;
    }
}
.jc-case{
    margin-top: 50px;
    overflow: hidden;
}
.jcase-main{
    overflow: hidden;
}
.jcase-item{
    max-width: 510px;
    position: relative;
    overflow: hidden;
    margin-bottom: 46px;
}
.jcase-img{
    width: 100%;
    overflow: hidden;
}
.jcase-img img{
    width: 100%;
}
.jcase-info{
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 50px;
    background: rgba(0,0,0,.7);
    z-index: 22;
    top: 100%;
    left: 0px;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jcase-info h4{
    height: 40px;
    position: relative;
    color: #fff;
    line-height: 40px;
    margin-top: 60px;
}
.jcase-info h4::after{
    position: absolute;
    display: block;
    height: 1px;
    background: #fff;
    left: 0px;
    bottom: 0px;
    width: 32px;
    content: "";
}
.jcase-txt h2{
    font-size: 24px;
    line-height: 30px;
    margin-top: 32px;
    margin-bottom: 10px;
    color: #fff;
}
.jcase-txt p{
    font-size: 14px;
    color: #fff;
}
.jcase-item:hover .jcase-info{
    top: 0px;
}
.jcase-more{
    margin-top: 34px;
    margin-bottom: 80px;
}
.jcase-more:hover a{
    color: #fff;
    background:#e71f19 url(../image/homecase-moreimg1h.png) no-repeat 185px center;
}
@media(max-width: 1400px){
    .jcase-info h4{
        margin-top: 40px;
    }
}
@media(max-width: 1200px){
    .jcase-info h4{
        margin-top: 20px;
    }
    .jcase-txt h2{
        margin-top: 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .jcase-info{
        padding: 0 20px;
    }
}
@media(max-width: 991px){
    .jc-case{
        margin-top: 20px;
    }
    .jcase-item{
        margin: 0 auto 20px;
    }
    .jcase-more{
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
/* @media(max-width: 767px){
    .jc-case{
        display: none;
    }
} */
/* 网站案例 */
.inside-nav{
    padding-top: 64px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 80px;
}
.inav-ul{
    text-align: center;
}
.inav-ul li{
    display: inline-block;
    margin-right: 90px;
}
.inav-ul li:last-child{
    margin-right: 0px;
}
.inav-ul li a{
    display: block;
    height: 48px;
    border-bottom: 3px solid transparent;
    line-height: 48px;
}
.inav-ul li:hover a, .inav-ul li.inav-on a{
    border-bottom-color: #db2035;
}
.inav-mobile{
    display: none;
    position: relative;
    width: 100%;
    background: #db2035;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}
.inav-mobile h2{
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}
.qy-case .case-list{
    overflow: hidden;
}
.qy-case .case-list li{
    padding: 0px;
}
.qy-case .case-list p{
    text-align: center;
    padding: 10px;
}
.hcase .moreloadUl li{
    padding: 0px;
}
.moreload .moreloadUl{
    display: none;
}
.qy-case .moreloadUl li{
    padding: 0px;
}
.pubcase-item{
    margin-bottom: 0px;
    max-width: 480px;
    overflow: hidden;
    position: relative;
}
.pubcase-item img{
    width: 100%;
    transition:all 0.5s;
}
.market-ul ul li:hover img{
    transform: scale(1.1);
}
.pubcase-info{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.7);
    z-index: 22;
    top: 100%;
    left: 0px;
    padding-left: 50px;
    padding-right: 40px;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pubcase-info h4{
    height: 40px;
    position: relative;
    color: #fff;
    line-height: 40px;
    margin-top: 60px;
}
.pubcase-info h4::after{
    position: absolute;
    display: block;
    height: 1px;
    background: #fff;
    left: 0px;
    bottom: 0px;
    width: 32px;
    content: "";
}
.pubcase-txt h2{
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.pubcase-txt p{
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}
.moreload .case-list .pubcase-txt p{
    text-align: left;
    padding: 0px;
}
.pubcase-item:hover .pubcase-info{
    top: 0px;
}
.hpubcase-more{
    margin-bottom: 80px;
    margin-top: 50px;
}
@media(max-width: 1400px){
    .pubcase-info h4{
        margin-top: 40px;
    }
    .pubcase-txt p{
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 1200px){
    .pubcase-info h4{
        margin-top: 30px;
    }
    .pubcase-info{
        padding-left: 40px;
        padding-right: 30px;
    }
    .pubcase-txt p{
        -webkit-line-clamp: 2;
    }
}
@media(max-width: 991px){
    .inav-mobile{
        display: block;
    }
    .inside-nav{
        padding-top: 30px;
        border-bottom: none;
        margin-bottom: 40px;
    }
    .inav-ul{
        display: none;
    }
    .inav-ul li{
        width: 100%;
        margin-right: 0px;
        border: 1px solid #e5e5e5;
        border-bottom: none;
    }
    .inav-ul li:last-child{
        border-bottom: 1px solid #e5e5e5;
    }
    .inav-ul li a{
        border-bottom: none;
    }
    .inav-ul li:hover a, .inav-ul li.inav-on a{
        border-bottom-color: none;
        color: #db2035;
    }
    .pubcase-item{
        margin: 0 auto 20px;
    }
    .hpubcase-more{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .pubcase-txt h2{
        font-size: 18px;
        line-height: 24px;
    }
}
@media(max-width: 499px){
    .pubcase-info h4{
        margin-top: 20px;
    }
    .pubcase-info{
        padding-left: 20px;
        padding-right: 20px;
    }
    .pubcase-txt p{
        -webkit-line-clamp: 2;
    }
    .pubcase-txt h2{
        margin-top: 10px;
    }
    .hpubcase-more{
        margin-bottom: 30px;
    }
}
/* 服务页面 */
.serv-history{
    padding-top: 74px;
    padding-bottom: 80px;
    background: url(/static/index/zh-cn/img/serv_page_bg.jpg) no-repeat top center;
    overflow: hidden;
    width: 100%;
}
.sh-item{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ywlc-ul{
    margin-top: 120px;
}
.ywlc-item{
    max-width: 510px;
    height: 300px;
    border: 1px solid #bfbfbf;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 96px;
}
.ywlc-tit{
    position: absolute;
    width: 270px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -135px;
    text-align: center;
    line-height: 100px;
}
.ywlc-tit span{
    display: inline-block;
    font-size: 72px;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}
.ywlc-tit p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
}
.ywlc-ul li:first-child .ywlc-tit{
    background: #2c76fa;
}
.ywlc-ul li:nth-child(2) .ywlc-tit{
    background: #ef615e;
}
.ywlc-ul li:nth-child(3) .ywlc-tit{
    background: #17ce8e;
}
.ywlc-ul li:nth-child(4) .ywlc-tit{
    background: #48b930;
}
.ywlc-ul li:nth-child(5) .ywlc-tit{
    background: #24b9eb;
}
.ywlc-ul li:nth-child(6) .ywlc-tit{
    background: #f1b057;
}
.ywlc-ul li:nth-child(7) .ywlc-tit{
    background: #9d6afc;
}
.ywlc-ul li:nth-child(8) .ywlc-tit{
    background: #f17a40;
}
.ywlc-ul li:nth-child(9) .ywlc-tit{
    background: #d7000f;
}
.ywlc-txt{
    height: 300px;
    line-height: 300px;
    max-width: 305px;
    text-align: center;
}
.ywlc-txt p{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
.ywlc-icon{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}
@media(max-width: 1200px){
    .ywlc-tit{
        width: 220px;
        margin-left: -110px;
        height: 80px;
        top: -40px;
        line-height: 80px;
    }
    .ywlc-tit span{
        font-size: 60px;
    }
    .ywlc-tit p{
        font-size: 28px;
        margin-top: 12px;
    }
    .ywlc-txt{
        padding: 0 15px;
    }
    .ywlc-txt p{
        line-height: 24px;
    }
    .ywlc-item{
        margin-bottom: 70px;
    }
}
@media(max-width: 991px){
    .ywlc-ul{
        margin-top: 80px;
    }
    .ywlc-item{
        margin: 0 auto 70px;
    }
    .ywlc-ul li:last-child .ywlc-item{
        margin-bottom: 30px;
    }
}
@media(max-width: 449px){
    .ywlc-item{
        height: 268px;
        margin-bottom: 55px;
    }
    .ywlc-tit{
        width: 200px;
        margin-left: -100px;
        height: 70px;
        top: -35px;
        line-height: 70px;
    }
    .ywlc-tit span{
        font-size: 48px;
        margin-right: 5px;
    }
    .ywlc-tit p{
        font-size: 24px;
        margin-top: 8px;
    }
    .ywlc-ul{
        margin-top: 60px;
    }
    .ywlc-ul li:last-child .ywlc-item{
        margin-bottom: 20px;
    }
    .ywlc-txt{
        line-height: 268px;
    }
}
.ser-two{
    padding-bottom: 72px;
    background: url(/static/index/zh-cn/img/serv_two_bg.jpg) no-repeat top center;
}
.ser-two .jctit h3{
    color: #fff;
}
.ser-two .jctit h4{
    color: #fff;
}
.st-ul{
    margin-top: 70px;
    overflow: hidden;
}
.st-item{
    width: 146px;
    height: 146px;
    margin: 0 auto 16px;
    position: relative;
    border: 14px solid #db2035;
    box-sizing: border-box;
    border-radius: 50%;
}
.st-item::after{
    position: absolute;
    content: "";
    display: block;
    background: url(/static/index/zh-cn/img/st_icon.png) no-repeat center;
    width: 54px;
    height: 48px;
    top: -12px;
    left: -10px;
}
.st-item span{
    display: block;
    height: 70px;
    width: 70px;
    background: #db2035;
    border-radius: 50%;
    margin: 24px auto 0;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: "Arial";
}
.st-info{
    color: #fff;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}
.st-info h5{
    font-size: 24px;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 24px;
}
.st-txt{
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
}
@media(max-width: 1400px){
    .ser-two{
        padding-bottom: 50px;
    }
}
@media(max-width: 1200px){
    .st-ul{
        margin-top: 50px;
    }
    .st-txt{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:4;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
    }
}
@media(max-width: 991px){
    .ser-two{
        background: #151115;
    }
    .st-ul{
        margin-top: 30px;
    }
    .st-ul li{
        margin-bottom: 20px;
    }
    .ser-two{
        padding-bottom: 30px;
    }
    .st-txt{
        -webkit-line-clamp:7;
    }
}
@media(max-width: 449px){
    .ser-two{
        padding-bottom: 10px;
    }
}
/* 常见问题 */
.questions{
    overflow: hidden;
}
.ques-ul li{
    margin-bottom: 16px;
    cursor: pointer;
}
.ques-ul li:last-child{
    margin-bottom: 0px;
}
.ques-item{
    position: relative;
    height: 70px;
}
.ques-icon{
    float: left;
    width: 70px;
    height: 70px;
    background: #d90000 url(/static/index/zh-cn/img/ques_icon.png) no-repeat center;
}
.ques-info{
    float: left;
    width: calc(100% - 70px);
    height: 70px;
    background: #e6e6e6;
    padding-left: 42px;
    padding-right: 50px;
}
.ques-info h2{
    line-height: 70px;
    font-size: 20px;
}
.ques-ul li .ques-add{
    display: block;
    width: 26px;
    height: 26px;
    background: url(/static/index/zh-cn/img/ques_add.png) no-repeat center;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -13px;
}
.ques-ul li.ques-on .ques-add{
    height: 2px;
    margin-top: -1px;
    background: url(/static/index/zh-cn/img/ques_jian.png) no-repeat center;
}
.ques-answ{
    display: none;
}
.answ-icon{
    float: left;
    width: 70px;
    min-height: 70px;
    background: #666 url(/static/index/zh-cn/img/answer_icon.png) no-repeat center;
}
.answ-content{
    float: left;
    width: calc(100% - 70px);
    min-height: 70px;
    background: #f2f2f2;
    padding-left: 42px;
    padding-right: 50px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    padding-top: 14px;
    padding-bottom: 14px;
}
@media(max-width: 991px){
    .ques-info{
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        align-items: center;
    }
    .ques-info h2{
        line-height: 24px;
    }
    .ques-ul li .ques-add{
        right: 20px;
    }
    .answ-content{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width: 767px){
    .ques-item{
        height: 60px;
    }
    .ques-icon{
        width: 60px;
        height: 60px;
    }
    .ques-info{
        width: calc(100% - 60px);
        height: 60px;
    }
    .ques-info h2{
        font-size: 16px;
        line-height: 20px;
        padding-right: 26px;
    }
    .answ-icon{
        width: 60px;
    }
    .answ-content{
        width: calc(100% - 60px);
    }
}
@media(max-width: 449px){
    .ques-info{
        padding-left: 10px;
        padding-right: 10px;
    }
    .answ-content{
        padding-left: 10px;
        padding-right: 10px;
    }
    .ques-ul li .ques-add{
        right: 10px;
    }
}
/* 定制设计网站 */
.solve-item{
    max-width: 360px;
    position: relative;
    text-align: center;
    padding: 60px 24px 54px;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.solve-item img{
    min-height: 129px;
}
.solve-item h2{
    font-size: 18px;
    line-height: 24px;
    margin-top: 34px;
    margin-bottom: 26px;
}
.solve-txt{
    font-size: 14px;
    color: #666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.solve-item:hover{
    box-shadow: 0px 0px 10px #e5e5e5;
}
@media(max-width: 1200px){
    .solve-item{
        padding: 40px 15px;
    }
    .solve-item h2{
        margin-top: 25px;
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .solve-item{
        padding: 30px 15px;
        margin: 0 auto;
    }
    .design-team{
        margin-top: 40px;
    }
}
.design-team{
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 182px;
    background: url(/static/index/zh-cn/img/team_bg.jpg) no-repeat top center;
}
.dt-left{
    width: 50%;
    padding-top: 146px;
}
.dt-left h2{
    line-height: 142px;
    font-size: 72px;
    color:#000;
    position: relative;
    margin-bottom: 30px;
}
.dt-left h2::after{
    position: absolute;
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background: #db2035;
    left: 0px;
    bottom: 0px;
}
.dt-info{
    max-width: 600px;
    line-height: 60px;
    color: #333;
    font-size: 30px;
    margin-bottom: 60px;
}
.dt-descrip{
    display: block;
    width: 190px;
    height: 48px;
    border-radius: 20px;
    line-height: 48px;
    padding: 0 30px;
    color: #333;
    position: relative;
    border:1px solid #333333;
}
.dt-descrip:hover{
    border:1px solid #db2035;
    background: #db2035;
    color: #fff;
}
.dt-descrip:hover::after{
    background: url(/static/index/zh-cn/img/link_arrow.png) no-repeat right center;
}
.dt-descrip::after{
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    background: url(/static/index/zh-cn/img/link_arrowy.png) no-repeat right center;
    right: 30px;
    top: 50%;
    margin-top: -6px;
}
@media(max-width: 1200px){
    .design-team{
        margin-top: 50px;
    }
}
@media(max-width: 991px){
    .design-team{
        margin-top: 40px;
        background: #f5f5f5;
        padding-bottom: 60px;
    }
    .dt-left{
        width: 100%;
        padding-top: 40px;
    }
}
@media(max-width: 767px){
    .dt-left h2{
        font-size:34px;
        line-height: 72px;
        margin-bottom: 20px;
    }
    .dt-info{
        max-width: auto;
        line-height: 48px;
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media(max-width: 449px){
    .design-team{
        margin-top: 0px;
        padding-bottom: 30px;
    }
    .dt-left{
        padding-top: 20px;
    }
    .dt-info{
        line-height: 30px;
        font-size: 18px;
    }
}
.ptb70{
    padding: 68px 0 68px;
    position: relative;
    overflow: hidden;
}
.jmwz-bg{
    background: url(/static/index/zh-cn/img/jmwz_bg.jpg) no-repeat center#1d93de;
    background-attachment: scroll;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
}
.jmwz-wap{
    width: 90.625%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.jmwz-tit h2{
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 80px;
    color: #fff;
    text-align: center;
}
.jmwz-img{
    max-width: 564px;
    width: 100%;
    margin: 0 auto;
}
.jmwz-cont{
    position: relative;
    top: -60px;
    text-align: center;
}
.jmwz-cont .jmwz-item{
    width: 154px;
    display: inline-block;
    position: relative;
    color:#fff;
}
.jmwz-cont .jmwz-item:nth-child(1){
    top: 0px;
}
.jmwz-cont .jmwz-item:nth-child(2){
    top: 60px;
}
.jmwz-cont .jmwz-item:nth-child(3){
    top: 120px;
}
.jmwz-item .jmwz-info{
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.8em;
}
.jmwz-icon{
    position: absolute;
    bottom: 100%;
    margin-bottom: 10px;
    left: 0;
    width: 100%;
}
.jmwz-icon img{
    width: 45px;
    margin: 0 auto;
}
.jmwz-wap .shudh{
    position: relative;
    max-width: 1122px;
    margin: 0 auto;
    margin-top: 100px;
}
.jmwz-wap .shudh .shufz{
    position: absolute;
    width: 100%;
    top: 0;
}
.jmwz-wap .shudh .shufz img{
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
}
.jmwz-wap .shudh .shufz1{
    left: 0;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.jmwz-wap .shudh .shufz2{
    top: 12.5%;
    left: 0;
    width: 99.5%;
    -moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.jmwz-wap .shudh .shufz3{
    top: 33.5%;
    left: 0;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.jmwz-wap .shudh .shufz .yybg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.jmwz-wap .shudh:hover .shufz1{
    left: 3%;
    top: -7%;
}
.jmwz-wap .shudh:hover .shufz2{
    top: 0;
    left: 6%;
    width: 99.5%;
}
.jmwz-wap .shudh:hover .shufz3{
    top: 25.5%;
    left: 3%;
}
.jmwz-wap .shudh:hover .shufz .yybg{
    opacity: 1;
}
.jmwz-wap .shudh:hover .shufz .yybg2{
    top: 20%;
    left: -2%;
}
.jmwz-wap .shudh:hover .shufz .yybg3{
    top: 12%;
    left: 5%;
}
.jmwz-wap .shudh img{
    display: block;
    width: 100%;
}
.kh-tit h2{
    font-size: 40px;
    color: #000;
}
@media(max-width: 1200px){
    .jmwz-tit h2{
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 1.5em;
    }
    .ptb70{
        padding: 50px 0 50px;
    }
}
@media(max-width: 991px){
    .jmwz-bg{
        background-attachment: initial;
    }
    .jmwz-wap .shudh{
        margin-top: 60px;
    }
}
@media(max-width: 767px){
    .jmwz-tit h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .ptb70{
        padding: 40px 0 40px;
    }
    .jmwz-cont .jmwz-item:nth-child(2){
        top: 40px;
    }
    .jmwz-cont .jmwz-item:nth-child(3){
        top: 80px;
    }
    .jmwz-wap .shudh{
        margin-top: 35px;
    }
    .jmwz-wap .shudh .shufz1{
        left: 3%;
        top: -7%;
    }
    .jmwz-wap .shudh .shufz2{
        top: 0;
        left: 6%;
        width: 99.5%;
    }
    .jmwz-wap .shudh .shufz3{
        top: 25.5%;
        left: 3%;
    }
    .jmwz-wap .shudh .shufz .yybg{
        opacity: 1;
    }
    .jmwz-wap .shudh .shufz .yybg2{
        top: 20%;
        left: -2%;
    }
    .jmwz-wap .shudh .shufz .yybg3{
        top: 12%;
        left: 5%;
    }
}
@media(max-width: 640px){
    .jmwz-tit h2{
        line-height: 48px;
    }
    .jmwz-tit h2>span{
        display: block;
    }
    .jmwz-img img{
        width: 100%;
    }
    .jmwz-cont .jmwz-item{
        width: 30%;
    }
    .jmwz-item .jmwz-info{
        font-size: 14px;
    }
    .jmwz-item img{
        width: 100%;
        display: block;
    }
    .jmwz-icon img{
        width: 36px;
    }
}
@media(max-width: 449px){
    .jmwz-wap .shudh{
        margin-top: 15px;
    }
    .jmwz-tit h2{
        font-size: 20px;
        line-height: 40px;
    }
}
.kh-scroll{
    position: relative;
}
.kh-scroll{
    position: relative;
    overflow: hidden;
}
.txt-item{
    color:#fff;
    padding-top: 44px;
    padding-left: 40px;
    padding-bottom: 32px;
    border-radius: 20px;
    width: calc(50% - 460px);
    position: absolute;
}
.txt-item:nth-child(1){
    top: 94px;
    left: 0px;
    background-image: linear-gradient(to right, #f7931e , #f26028);
}
.txt-item:nth-child(2){
    bottom: 144px;
    left: 0px;
    background: #28e396;
}
.txt-item:nth-child(3){
    top: 94px;
    right: 0px;
    background: #4193f6;
    padding-left: 25px;
}
.txt-item:nth-child(4){
    bottom: 144px;
    right: 0px;
    background: #24c7f6;
    padding-left: 25px;
}
.txt-item::after{
    position: absolute;
    display: block;
    content: "";
    width: 35px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
}
.txt-item:nth-child(1)::after{
    right: -34px;
    background: url(/static/index/zh-cn/img/scroll_bg1.png) no-repeat center;
}
.txt-item:nth-child(2)::after{
    right: -34px;
    background: url(/static/index/zh-cn/img/scroll_bg3.png) no-repeat center;
}
.txt-item:nth-child(3)::after{
    left: -32px;
    width: 32px;
    background: url(/static/index/zh-cn/img/scroll_bg2.png) no-repeat center;
}
.txt-item:nth-child(4)::after{
    left: -32px;
    width: 32px;
    background: url(/static/index/zh-cn/img/scroll_bg4.png) no-repeat center;
}
.txt-item h5{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
}
.txt-info{
    font-size: 16px;
    line-height: 30px;
    min-height: 60px;
}
.txt-info span{
    display: block;
}
.bgjs{
    width: 812px;
    height: 673px;
    position: relative;
    margin: 0 auto;
    background: url(/static/index/zh-cn/img/scroll_tv.png) no-repeat center;
    background-size: 100% 100%;
   
}
.scroll-text{
    position: absolute;
    top:6%;
    right: 5%;
    width: 91.3%;
    height: 62%;
}
.scroll-text p{
    position: absolute;
}
.bgjs h3{
    font-size: 18px;
    padding-bottom: 12px;
    display: none;
}
@media(max-width: 1620px){
    .bgjs{
        width: 680px;
        height: 564px; 
    }
    .txt-item{
        width: calc(50% - 380px); 
        padding-left: 25px;
    }
    .txt-item:nth-child(1){
        top: 50px;
    }
    .txt-item:nth-child(2){
        bottom: 110px;
    }
    .txt-item:nth-child(3){
        top: 50px;
    }
    .txt-item:nth-child(4){
        bottom: 110px;
    }
}
@media(max-width: 1400px){
    .bgjs{
        width: 600px;
    }
    .txt-item{
        width: calc(50% - 340px); 
        padding-top: 25px;
        padding-right: 10px;
        padding-bottom: 15px;
    }
    .txt-item h5{
        font-size: 16px;
        line-height: 24px;
    }
    .txt-info{
        font-size: 14px;
        line-height: 28px;
    }
}
@media(max-width: 1400px){
    .bgjs{
        width: 400px;
        height: 400px;
        background: #fff;
        border: 10px solid #000;
    }
    .scroll-text{
        top: 0px;
        height: 95%;
        right: 10px;
    }
    .txt-item{
        width: calc(50% - 240px); 
        padding: 15px;
    }
    .txt-item:nth-child(1){
        top: 20px;
    }
    .txt-item:nth-child(3){
        top: 20px;
        padding-left: 15px;
    }
    .txt-item:nth-child(2){
        bottom: 20px;
    }
    .txt-item:nth-child(4){
        bottom:20px;
        padding-left: 15px;
    }
    .txt-item h5{
        margin-bottom: 5px;
    }
    .txt-info{
        line-height: 20px;
        min-height: 42px;
    }
}
@media(max-width: 991px){
    .txt-item{
        width: auto;
        position: relative;
        top: auto !important;
        bottom: auto !important;
        margin-bottom: 20px;
    }
    .txt-info span{
        display: none;
    }
    .txt-info{
        min-height: auto;
    }
}
@media(max-width: 767px){
    .bgjs{
        background: 0;
        border: 1px solid #db2035;
        padding: 20px;
        width: auto;
        height: auto;
        display: none;
    }
    .bgjs h3{
        display: block;
    }
    .scroll-text{
        position: relative;
        width: 100%;
        height: auto;
        right: 0;
        overflow: hidden;
    }
    .scroll-text p{
        font-size: 14px !important;
        width: 50%;
        text-align: left;
        padding: 5px 0;
        position: relative;
        left: 0 !important;
        top: 0 !important;
        float: left;
        opacity: 1 !important;
    }
    .txt-item{
        border-radius: 0px;
    }
}
.dz-tit{
    margin-top: 50px;
    margin-bottom: 80px;
}
.ac-ul .moreloadUl li .pubcase-item{
    margin-bottom: 40px;
}
.market-ul ul li{
    margin-bottom: 40px;
}
@media(max-width: 991px){
    .ac-ul .moreloadUl li .pubcase-item{
        margin-bottom: 20px;
    }
    .dz-tit{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .market-ul ul li{
        margin-bottom: 0px;
    }
}
/* 全网营销 */
.market .hometit h4{
    color: #000;
}
.zhaoshang{
    text-align: center;
}
.mw-cont{
    padding-bottom: 250px;
    background: url(/static/index/zh-cn/img/market_bg1.jpg) no-repeat center;
} 
.mw-right{
    float: right;
    width: 50%;
}
.mw-txt{
    padding-top: 180px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    margin-bottom: 98px;
}
.mw-txt h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}
.mwinfo{
    margin-top: 45px;
    font-size: 18px;
    line-height: 36px;
}
.mw-link{
    padding-left: 35px;
}
.mw-link li img{
    display: block;
    width: 100%;
}
#qwyxys{
    margin-top: 80px;
    padding-bottom: 80px;
    background: url(/static/index/zh-cn/img/qwyxys-bg.jpg) no-repeat top center; 
}
.qwyxys-l ul li{
    background: #757080;
    margin-bottom: 20px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    padding: 20px 30px 0 30px;
    transition:all 0.4s;
}
.qwyxys-lir{
    padding-left: 30px;
    color: #fff;
}
.qwyxys-lir p{
    margin-top: 15px;
}
.qwyxys-llimg{
    width: 60px;
    position: relative;
}
.qwyxys-llimg img{
    width: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.qwyxys-l ul li .qwyxys-llimg img:last-child{
    opacity: 0;
    transition:all 0.5s;
}
.qwyxys-l ul li:hover .qwyxys-llimg img:last-child{
    opacity: 1;
}
.qwyxys-l ul li:hover{
    background: #fff;
}
.qwyxys-l ul li:hover .qwyxys-lir{
    color: #000;
}
.qwyxys-lp{
    padding-right: 60px;
}
.qwyxys-rp{
    padding-left:30px;
}
.qwpk-wrap table{
    border:1px solid #bfbfbf;
    width: 100%;
}
.qwpk-wrap table th,.qwpk-wrap table td{
    border:1px solid #bfbfbf;
    width: 20%;
    height: 90px;
    text-align: center;
}
.qwpk-wrap table th{
    background: #535353;
    color: #fff;
    font-size: 24px;
    font-weight:normal;
}
.qwcase .pubcase-item .pubcase-info{
    display: none;
}
.qwcase .ac-ul .case-list li .pubcase-item{
    border: 1px solid #d2d2d2;
}
.qwcase .ac-ul .case-list li:hover .pubcase-item{
    border: 1px solid #d7000f;
}
@media(max-width: 1620px){
    .mw-cont{
        padding-bottom: 170px;
    } 
    .mw-txt{
        padding-top: 150px;
    }
    .qwyxys-rp{
        padding-left: 60px;
    }
    .qwyxys-c img{
        width: 100%;
    }
    .qwyxys-lir p {
        margin-top: 4px;
    }
}
@media(max-width: 1400px){
    .mw-link li{
        margin-right: 0px;
    }
    .qwyxys-lp {
        padding-right: 20px;
    }
    .qwyxys-rp {
        padding-left: 30px;
    }
    .zhaoshang img{
        width: 100%;
    }
}
@media(max-width:1200px){
    .mw-txt h2{
        font-size: 24px;
    }
    .market-what .container{
        width: 100%;
        padding: 0;
    }
   
    .qwyxys-l ul li{
        height: auto;
        padding: 10px;
    }
    .qwyxys-lir p{
        font-size: 14px;
    }
    #qwpk .container{
        width: 100%;
    }
    .qwpk-wrap table td{
        padding: 0 5px;
    }
}
@media(max-width:991px){
    .mw-cont{
        background: #4098ef;
    }
    .mw-right {
        width: 100%;
    }
    .mw-txt{
        padding-top:50px;
    }
    .mwinfo{
        margin-top:25px;
    }
    .mw-cont {
        padding-bottom: 80px;
    }
    .mw-link li {
        margin-right: 0px;
        padding: 0 30px;
    }
    .mw-txt{
        margin-bottom: 50px;
    }
    .mw-link{
        padding-left: 0;
    }
    #qwyxys{
        background: #45435c;
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .qwyxys-c{
        display: none;
    }
    .qwpk-wrap table th{
        font-size: 18px;
    }
}
@media(max-width:800px){
    .qwpk-wrap table th, .qwpk-wrap table td{
        height: 70px;
    }
    #qwpk{
        overflow-x: scroll;
        margin-right: 15px;
    }
    .qwpk-wrap table{
        width: 800px;
    }
}
@media(max-width:600px){
    .mw-txt h2 {
        font-size: 20px;
    }
    .mwinfo {
        margin-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }
    .mw-link li {
        padding: 0 10px;
    }
    .mw-cont {
        padding-bottom: 40px;
    }
    .mw-txt{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        margin-bottom: 30px;
    }
    .qwyxys-lp {
        padding-right: 5px;
        padding-left: 0;
    }
    .qwyxys-rp {
        padding-left: 5px;
        padding-right:0px;
    }
    .qwyxys-lir {
        padding-left: 15px;
    }
    .qwpk-wrap table th, .qwpk-wrap table td{
        height: 58px;
        font-size: 14px;
    }
    
}
@media(max-width:449px){
    .qwyxys-llimg{
        width: 35px;
    }
    .qwyxys-rp {
        padding-left: 0;
        padding-right: 0px;
    }
    .qwyxys-lp {
        padding: 0;
    }
}
/*PC展示型网站页面*/
.pcytl-wrap table{
    width: 100%;
}
.pcytl-wrap table tr th,.pcytl-wrap table tr td{
    border: 1px solid #e5e5e5;
    text-align: center;
}
.pcytl-wrap table tr th{
    height: 84px;
    background: #eef7fe;
}
.pcytl-wrap table tr td{
    height: 65px;
}
.pcytl-wrap table tr td:first-child{
    background: #f8f8f8;
}
.pcytl-wrap table tr th:first-child{
    background: #f8f8f8 !important;
}
.pcytl-wrap table .pcytl-bordernone{
    border: none;
}
.pcytl-lklx{
    width: 130px;
    height: 40px;
    border: 1px solid #db2035;
    display: block;
    margin:0 auto;
    font-size: 14px;
    color: #db2035;
    line-height: 40px;
}
.pcytl-lklx:hover{
    color: #fff;
    background: #db2035;
}
@media(max-width:1400px){
    .pcytl-wrap table tr th,.pcytl-wrap table tr td{
        font-size: 14px;
        padding: 0 5px;
    }
    .pcytl-wrap table tr th:first-child{
        width: 130px;
    }
}
@media(max-width:991px){
    #pcytl .container{
        width: 100%;
    }
    .pcytl-lklx{
        width: 100px;
    }
}
@media(max-width:800px){
    .pcytl-wrap{
        overflow-x: scroll;
    }
    .pcytl-wrap table{
        width: 800px;
    }
    .pcytl-wrap table tr th:first-child {
        width: 100px;
    }
    .pcytl-wrap table tr td{
        height: 50px;
    }
}
/*产品页面*/
#proban{
    background: url(/static/index/zh-cn/img/pro-bannerbg.jpg) no-repeat top center;
    padding-top: 200px;
    padding-bottom: 170px;
}
.proban-limg img{
    width: 100%;
}
.proban-limg{
    padding: 0 50px;
}
.proban-r{
    color: #fff;
}
.proban-r h3{
    font-size: 60px;
}
.proban-r h4{
    font-size: 28px;
    margin-top: 20px;
}
.proban-r p{
    margin-top: 40px;
    width: 600px;
    font-size: 18px;
    line-height: 35px;
}
.proban-r span{
    display: block;
    width: 50px;
    height: 4px;
    background: #fff;
    margin-top: 30px;
}
.proban-rul li{
    float: left;
    width: 190px;
    height: 46px;
    border: 1px solid #fff;
    margin-right: 18px;
    padding-left: 30px;
    line-height: 40px;
    border-radius: 20px;
    background: url(/static/index/zh-cn/img/probr-img1.png) no-repeat 140px center;
}
.proban-rul li a{
    color: #fff;
    display:block;
}
.proban-rul{
    margin-top: 58px;
}
.proban-rul li:hover {
    border: 1px solid #db2034;
    background: #db2034 url(/static/index/zh-cn/img/probr-img1.png) no-repeat 140px center;
}
#prodz .proban-r{
    color: #000;
}
#prodz{
    position: relative;
    height: 940px;
}
#prodz .proban-r span{
    background: #000;
}
.prodz-r{
    width: 65%;
    position: absolute;
    right: 0;
    top: 30px;
}
#prodz .proban-r{
    margin-top:300px;
}
#propc{
    padding-top: 230px;
    background: url(/static/index/zh-cn/img/pro-pcbg.jpg) no-repeat center top;
    padding-bottom: 50px;
}
#prosou{
    padding:95px 0;
    background: url(/static/index/zh-cn/img/prosou-bg.jpg) no-repeat center top;
}
#prosou .proban-r{
    padding-top: 200px;
}
#prowx{
    padding-top: 253px;
    padding-bottom: 80px;
    background: url(../image/pro-wx.jpg) no-repeat center top;
}
#video{
    padding-top: 60px;
    padding-bottom: 80px;
    background: url(../image/video-bg.jpg) no-repeat center top;
}
#video .proban-r{
    margin-top:200px;
}
#video .proban-limg{
    padding: 0;
}
#Tiktok{
    padding-top: 253px;
    padding-bottom: 80px;
    background: url(../image/pro-dy.jpg) no-repeat center top;
}
#Tiktok .proban-limg{
    padding: 0px;
    padding-right: 100px;
}
#Tiktok .proban-rul li a{
    color: #4d4d4d;
}
#Tiktok  .proban-rul li{
    border: 1px solid #4d4d4d;
    background: url(../image/probr-img1he.png) no-repeat 140px center;
}
#Tiktok  .proban-rul li:hover{
    border: 1px solid #db2034;
    background: #db2034 url(/static/index/zh-cn/img/probr-img1.png) no-repeat 140px center;
}
#Tiktok .proban-rul li:hover a{
    color: #fff;
}
#Tiktok .proban-r span{
    background: #000;
}
#Tiktok .proban-r{
    color: #000;
}
#projc{
    padding-top: 253px;
    padding-bottom: 80px;
    background: url(../image/projc-bg.jpg) no-repeat center top;
}
#prodz .proban-limg{
    padding: 0;
}
#prodz .proban-rul li a{
    color: #4d4d4d;
}
#prodz  .proban-rul li{
    border: 1px solid #4d4d4d;
    background: url(../image/probr-img1he.png) no-repeat 140px center;
}
#prodz  .proban-rul li:hover{
    border: 1px solid #db2034;
    background: #db2034 url(/static/index/zh-cn/img/probr-img1.png) no-repeat 140px center;
}
#prodz .proban-rul li:hover a{
    color: #fff;
}
@media(max-width:1620px){
    #prodz .proban-r {
        margin-top: 142px;
    }
    #prodz {
        position: relative;
        height: 780px;
    }
}
@media(max-width:1400px){
    #proban {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    .proban-r h3 {
        font-size: 40px;
    }
    .proban-r h4 {
        font-size: 22px;
        margin-top: 15px;
    }
    .proban-r span{
        margin-top: 20px;
    }
    .proban-r p {
        margin-top: 18px;
        width: auto;
        font-size: 16px;
        line-height: 30px;
    }
    #prodz {
        height: 660px;
    }
    #prosou .proban-r {
        padding-top: 50px;
    }
    #prowx{
        padding-top: 150px;
    }
    #video{
    padding-top: 150px;
}
#Tiktok{
    padding-top: 150px;
}
#Tiktok .proban-limg{
    padding: 0px;
}
    #projc{
        padding-top: 150px;
    }
}
@media(max-width:1200px){
    #proban .container{
        width: 100%;
    }
    .proban-r h3 {
        font-size: 26px;
    }
    .proban-r h4 {
        font-size: 16px;
        margin-top: 8px;
    }
    .proban-r span {
        margin-top: 15px;
    }
    .proban-r p {
        margin-top: 10px;
        width: auto;
        font-size: 14px;
        line-height: 26px;
    }
    .proban-rul {
        margin-top: 25px;
    }
    .proban-rul li {
        float: left;
        width: 145px;
        height: 40px;
        margin-right: 18px;
        padding-left: 24px;
        line-height: 40px;
        font-size: 14px;
        border-radius: 20px;
        background: url(/static/index/zh-cn/img/probr-img1.png) no-repeat 115px center;
    }
    .proban-rul li:hover {
        background: #db2034 url(/static/index/zh-cn/img/probr-img1.png) no-repeat 115px center;
    }
    #prodz  .proban-rul li{
        border: 1px solid #4d4d4d;
        background: url(../image/probr-img1he.png) no-repeat 115px center;
    }
    #prodz  .proban-rul li:hover{
        border: 1px solid #db2034;
        background: #db2034 url(/static/index/zh-cn/img/probr-img1.png) no-repeat 115px center;
    }
    #proban {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    #prodz {
        height: 570px;
    }
    #prodz .container{
        width: 100%;
    }
    #propc {
        padding-top: 150px;
    }
    #propc .container{
        width: 100%;
    }
    #prosou .container{
        width: 100%;
    }
    #prowx .container{
        width: 100%;
    }
        #video .container{
       width: 100%;
}
#Tiktok .container{
       width: 100%;
}
#Tiktok .proban-limg{
    padding: 0px;
}
    #projc .container{
        width: 100%;
    }
}

@media(max-width:991px){
    .proban-limg{
        padding: 0;
    }
    #prodz .proban-r p{
        width:50%;
    }
    #prodz .proban-r {
        margin-top: 101px;
    }
    #prodz {
        height: 480px;
    }
    .prodz-r{
        width: 55%;
    }
    #prodz {
        height: 417px;
    }
    #propc {
        padding-top: 80px;
    }
    #propc .proban-r{
        margin-top: 30px;    
    }
    #prosou{
        padding: 50px 0;
    }
    #prosou .proban-r {
        padding-top: 0px;
    }
    #prosou .proban-l{
        margin-top: 30px;
    }
    #prowx {
        padding-top: 50px;
        padding-bottom: 30px;
    }
            #video{
     padding-top: 50px;
        padding-bottom: 30px;
}
#Tiktok{
        padding-top: 50px;
        padding-bottom: 30px;
}
#Tiktok .proban-limg{
    padding: 0px;
}
    #projc{
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media(max-width:767px){
    .proban-limg{
        padding: 0 80px;
    }
    #proban .proban-r{
        margin-top: 40px;
    }
    #prodz {
        height: auto;
        padding-bottom: 30px;
    }
    .prodz-r{
        width: 100%;
        position: relative;
    }
    #prodz .proban-r p{
        width: 100%;
    }
    #prodz .container{
        padding: 0;
    }
    #prodz .prodz-r{
        padding: 0 15px;
    }
    #prodz .proban-r {
        margin-top: 50px;
    }
    #Tiktok .proban-limg{
    padding: 0px;
}
}
@media(max-width:500px){
    .proban-limg{
        padding: 0 30px;
    }
}
@media(max-width:449px){
    .proban-limg{
        padding: 0 20px;
    }
    #Tiktok .proban-limg{
    padding: 0px;
}
    #proban {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .proban-r h3 {
        font-size: 22px;
    }
    .proban-rul li{
        width: 130px;
        margin-right: 12px;
        padding-left: 15px;
        background: url(/static/index/zh-cn/img/probr-img1.png) no-repeat 90px center;
    }
    .proban-rul li:hover {
        background: #db2034 url(/static/index/zh-cn/img/probr-img1.png) no-repeat 90px center;
    }
}
/*网站案例详情*/
#inside-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    /* padding: 0 10px;
    margin-top: 40px; */
}
.inbbox{
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
}
.inbbox-llj{
    width: 50px;
    border-left: 1px solid #fff;
    height: 49px;
    border-right: 1px solid #fff;
    text-align: center;
    cursor: pointer;
}
#inside-banner .inbbox-llj img,#inside-banner .inbbox-share img{
    width: auto;
    margin-top: 12px;
}
#inside-banner .inbbox-share{
    width: 50px;
    height: 49px;
    border-right: 1px solid #fff;
    text-align: center;
    cursor: pointer;
}
.inbbox-l{
    display: flex;
    float: left;
}
.inbbox-llj:hover{
    background: #d7000f;
}
.inbbox-share:hover{
    background: #d7000f;
}
.share .bdsharebuttonbox a{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0;
}
#inside-banner .inbbox-share{
    position: relative;
}
.share{
    position: absolute;
    width: 170px;
    top: 0;
    left:-120px;
    border-right: 1px solid #fff;
    padding-left: 10px;
    display: none;
    opacity: 0;
}
.share .bdsharebuttonbox a.bds_tsina{
    background: url(../image/innbox-img3.png) no-repeat center;
}
.share .bdsharebuttonbox a.bds_sqq{
    background: url(../image/innbox-img4.png) no-repeat center;
}
.share .bdsharebuttonbox a.bds_qzone{
    background: url(../image/innbox-img5.png) no-repeat center;
}
#inside-banner .inbbox-r ul li img{
    width: auto;
}
.inbbox-r{
    float:right;
}
.inbbox-r ul{
    display: flex;
}
.inbbox-r ul li{
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #fff;
}
.inbbox-r ul li:last-child{
    border-right: 1px solid #fff;
}
.inbbox-r ul li a{
    display: block;
}
.casedprev > a {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 10px;
}
.casednext > a {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 10px;
}
.casedimg{
    margin-top: 50px;
}
.casedimg img{
    width: 100%;
}
.casedprev{
    background: #e5e5e5;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    padding-top: 9px;
    padding-left:16px;
    float: left;
    position: relative;
    transition: all 0.4s;
}
.casedprev:hover{
    background: #d7000f;
}
.casednext{
    background: #e5e5e5;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    padding-top: 9px;
    padding-left:20px;
    float:right;
    position: relative;
    transition: all 0.4s;
}
.casednext:hover{
    background: #d7000f;
}
.casepage{
    padding: 100px 0 80px 0;
}
.casepage a{
    color: #fff;
}
.casedprev-box{
    width: 142px;
    background: #313131;
    height: 46px;
    color: #fff;
    position: absolute;
    top: 0px;
    left:0px;
    z-index: -1;
    border-radius: 50px;
    padding-left: 50px;
    line-height: 44px;
    opacity: 0;
    transition: all 0.4s;
}
.casedprev:hover .casedprev-box{
    opacity: 1;
}
.casednext:hover .casednext-box{
    opacity: 1;
}
.casednext-box{
    width: 142px;
    background: #313131;
    height: 46px;
    color: #fff;
    position: absolute;
    top: 0px;
    right:0px;
    z-index: -1;
    border-radius: 50px;
    padding-left: 10px;
    line-height: 44px;
    opacity: 0;
    transition: all 0.4s;
}
@media(max-width:991px){
    .casepage{
        padding:40px 0 40px 0;
    }
    .casedimg {
        margin-top: 30px;
    }
}
.serv-history{
    position: relative;
    overflow: hidden;
}
#owl-demo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#owl-demo .owl-wrapper-outer{
    overflow: hidden;
}
#owl-demo .item {
    display: block;
}
#owl-demo img {
    display: block;
    width: 100%;
}
#owl-demo .owl-item{
    float: left;
}
.serv-times{
    width: 72px;
    height: 72px;
    background: #db2035;
    border-radius: 50%;
    color: #fff;
    font-weight:bold;
    font-size: 20px;
    text-align: center;
    line-height: 72px;
    margin: 0 auto;
}
.servline{
    display: block;
    height: 60px;
    width: 2px;
    margin: 0 auto;
    background: #d32329;
}
.serv-txt{
    color: #fff;
    width: 120px;
    font-size: 14px;
    margin:0 auto 20px;
    height: 120px;
}
.ser-bot{
    height: 120px;
    margin-bottom: 20px;
}
#owl-demo .owl-item:nth-of-type(2n) .serv-txt{
    margin-top: 20px;
}
#owl-demo .owl-buttons .owl-prev, #owl-demo .owl-buttons .owl-next{
    width: 36px;
    height: 66px;
    position: absolute;
   
}
#owl-demo .owl-buttons .owl-prev{
    background:#232227 url(../image/case-prev.png) no-repeat center;
    border-radius: 30px;
    top: 116px;
    left: -30px;
    cursor: pointer;
}
#owl-demo .owl-buttons .owl-next{
    background:#232227 url(../image/case-next.png) no-repeat center;
    border-radius: 30px;
    top: 116px;
    right:-30px;
    cursor: pointer;
}
#owl-demo .owl-buttons .owl-prev:hover{
    background:#d32329 url(../image/case-prev.png) no-repeat center;
}
#owl-demo .owl-buttons .owl-next:hover{
    background:#d32329 url(../image/case-next.png) no-repeat center;
}
@media(max-width:991px){
    .service-page .serv-history.container{
        padding: 50px 30px 50px;
    }
}
@media(max-width:449px){
    .service-page .serv-history.container{
        padding: 30px 30px 0px;
    }
}
.phonepcytl h2{ 
    background: url(../image/phonepcytl-titbg.jpg) no-repeat center;
    height: 100px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
}
.phonepcytxt{
    padding:50px 0;
    text-align: center;
    line-height: 30px;
    color: #666666;
    border-left: 1px solid #1760d4;
    border-right:1px solid #1760d4;
    box-sizing: border-box;
}
.phonepcytl ul li{
    margin-bottom: 30px;
}
.phonepcytl a{
    height: 50px;
    background: #db2035;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.phonepcytl{
    display: none;
}
@media(max-width:640px){
    .pcytl-wrap{
        display: none;
    }
    .phonepcytl{
        display: block;
    }
    #pcytl .container{
        padding: 0 20px;
    }
}
@media(max-width:449px){
    .phonepcytl h2 {
        height: 80px;
        font-size: 20px;
        line-height: 80px;
    }
    .phonepcytxt{
        padding: 20px 0;
    }
}
.shade{
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    pointer-events: auto;
}
.shaded{
    z-index: 99999;
    height: 50px;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: auto;
    text-align: center;
    padding: 0 20px;
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    transform:translateY(-50%) translateX(-50%);
}
#pro_ul{
    display: block;
}

.tel-txt {
    position: absolute;
    right: 54px;
    top: 0;
    border: none;
    height: 57px;
    line-height: 57px;
    background: #ae1c1c;
    width: 150px;
    color: #fff;
    display: none;
}



.footer-copyr ul li{
    position: relative;
}
.footer-copyrewm{
    position: absolute;
    width: 110px;
    width: 110px;
    border: 5px solid #ae1c1c;
    bottom:35px;
    left: -40px;
    opacity: 0;
}
.footer-copyrewm img{
    width: 100%;
}
.footer-copyr ul li:nth-of-type(2):hover .footer-copyrewm{
    opacity: 1;
}
.BMap_Marker img{
    width: 210%;
}
#container {
    background:url(../image/gradient.jpg);
    background-size:100% auto;
    position:relative;
    width:100%;
    height:680px;
}
@media(max-width:991px){
    #container{height: 830px;}
}
@media(max-width:640px){
       #container{height: 880px;}
}
#cnzz_stat_icon_1278937278 img{padding-top: 23px;padding-left: 20px;}









/*新增*/
.homepro-nw ul li a{
    display: flex;
    height: 300px;
}
.homepro-nw{
    margin-top: 50px;
    margin-bottom: 35px;
    overflow: hidden;
}
.homepro-nw ul li{
    margin-bottom: 45px;
    padding: 0 20px;
}
.homepro-nw ul li:nth-of-type(1) a{
    background: #2f0d6a;
}
.homepro-nw ul li:nth-of-type(2) a{
    background: #6cc061;
}
.homepro-nw ul li:nth-of-type(3) a{
    background: #940BB5;;
}
.homepro-nw ul li:nth-of-type(4) a{
    background: #f98919;
}
.homepro-nw ul li:nth-of-type(5) a{
    background: #4497ff;
}
.homepro-nw ul li:nth-of-type(6) a{
    background: #222222;
}
.homepro-nwl{
    width: 50%;
    color: #fff;
    padding-top: 60px;
    padding-left: 50px;
}
.homepro-nwr{
    width: 50%;
    display: flex;
    align-items: center;
}
.homepro-nwr img{
    width: 100%;
}
.homepro-nwl h3{
    font-size: 24px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 18px;
    display:inline-block;
}
.homepro-nwlp{
    margin-top: 18px;
    line-height: 30px;
}
.homepro-nwlp p{
    position: relative;
    transition:all 0.4s;
    height: 30px;
    left: 0;
}
.homepro-nwlp p::after{
    position: absolute;
    content: " ";
    left:-15px;
    background: url(../image/homepro-nwicon.png) no-repeat center;
    width: 10px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition:opacity 0.3s;
}
.homepro-nwlp p:hover::after{
    opacity: 1;
}
.homepro-nwlp p:hover{
   left: 15px;
}
.homepro-nwr img{
    transition:all 0.5s;
}
.homepro-nw ul li:hover .homepro-nwr img{
    transform:scale(1.1);
}
.homepro-nw .row{
    margin: 0 -20px;
}
@media(max-width:1620px){
    .homepro-nwl h3{
        font-size: 22px;
    }
}
@media(max-width:1400px){
    .homepro-nwl{
        padding-top: 30px;
        padding-left: 30px;
    }
    .homepro-nwl h3{
        white-space:nowrap;
    }
    .homepro-nw ul li a{
        height: 250px;
    }
}
@media(max-width:1200px){
    .homepro-nw ul li{
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .homepro-nw .row{
        margin: 0 -5px;
    }
    .homepro-nwlp{
        font-size: 14px;
    }
    .homepro-nwl {
        padding-top: 30px;
        padding-left: 20px;
    }
    .homepro-nw ul li a{
        height: 230px;
    }
}
@media(max-width:449px){
    .homepro-nw{
        margin-top:30px;
        margin-bottom:10px;
    }
}

.inside-width {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .inside-width {
      width: 750px;
    }
}
@media (min-width: 992px) {
    .inside-width {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .inside-width {
        width: 1180px;
    }
} 
@media (min-width: 1400px) {
    .inside-width {
        width: 1280px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media(min-width:1599px) {
    .inside-width {
        width: 1400px;
    }
}
  


/*抖音*/
.trilldev-lbox{
    background: url(../image/trill-phonebg.png) no-repeat top center;
    width: 300px;
    height: 630px;
    overflow: hidden;
    position: relative;
    background-size: 100%;
}
.trilldev-lbox video{
    width: 100%;
}
.trilldev{
    padding-top: 100px;
}
.trilldev-lbox ul{
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.trilldev-lbox ul li{
    width: 286px;
    height: 616px;
    opacity: 0;
    position: absolute;
    top: 6px;
    border-radius: 30px;
    overflow: hidden;
}
.trilldev-lbox ul li.active{
    opacity: 1;
    animation: trillfade .4s ease-in-out forwards;
    -webkit-animation: trillfade .4s ease-in-out forwards;
}


@keyframes trillfade
{
    0% {
        transform: scale(1.1);
        opacity: .6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
 
@-webkit-keyframes trillfade /* Safari 与 Chrome */
{
    0% {
        transform: scale(1.1);
        opacity: .6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.trilldev-wrap{
    display: flex;
    justify-content: space-between;
}
.trilldev-r{
    width:64%;
}
.trilldev-r h3{
    font-size: 50px;
    font-weight: bold;
}
.trilldev-r span{
    color: #999999;
    display: block;
    font-size: 14px;
    margin-top: 20px;
}
.trilldev-r .trilldev-rtxt{
    line-height: 35px;
    margin-top: 50px;
}

.trilldev-rbox{
    margin-top: 60px;
}
.trilldev-swiper{
    padding-bottom:80px;
}
.trilldev-swiper .swiper-slide{
    background: #f0f0f4;
}

.trilldev-swiper .swiper-slide a{
   
    padding: 40px 25px 40px;
    display: block;
}
.trilldev{
    padding-bottom: 100px;
}
.trilldev-swiper .swiper-slide a h4{
    font-size: 24px;
    color: #111111;
}
.trilldev-swiper .swiper-slide a p{
    margin-top: 25px;
    line-height:30px;
    color: #444444;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.trilldev-swiper .swiper-slide a:hover{
    background: #da251c;
}
.trilldev-swiper .swiper-slide a:hover h4{
    color: #fff;
}
.trilldev-swiper .swiper-slide a:hover p{
    color: #fff;
}
.trilldev-swiper .swiper-scrollbar{
    height: 4px;
}
.trilldev-swiper .swiper-scrollbar .swiper-scrollbar-drag{
    background: #da251c;
}

/*改变*/
.trillchange{
    background: #f0f0f4;
    padding: 100px 0;
}
.trill-tit h3{
    font-size: 40px;
    font-weight: bold;
}
.trill-tit{
    text-align: center;
}
.trill-tit span{
    color: #999999;
    font-size: 14px;
    margin-top:15px;
    display: block;
}
.trillchange-box{
    margin-top: 60px;
}
.trillchange-img img{
    width: 100%;
    transition: all 0.4s;
}
.trillchange-box ul li:hover .trillchange-img img{
    transform: scale(1.1);
}
.trillchange-img{
    overflow: hidden;
}
.trillchange-box ul li{
    cursor: pointer;
    position: relative;
}
.trillchange-txt{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.trillchange-txt h3{
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
    white-space: nowrap;
}
.trill-why{
    padding:100px 0 0;
}

.trill-whybox{
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    line-height: 30px;
}
.trill-whyl{
    width: 23%;
    padding-top: 30px;
}
.trill-whyr{
    width: 23%;
    padding-top: 30px;
}
.trill-whylrow{
    font-size: 18px;
    margin-bottom: 120px;
    font-family: 'msyhsb';
    color: #000000;
}
.trill-whyl .trill-whylrow{
    text-align: right;
}
.trill-whyl .trill-whylrow:hover p{
    color: #da251c;
}
.trill-whylrow:hover p{
    color: #da251c;
}
.trill-why .marginRight{
    margin-right:85px;
}
.trill-why .marginLeft{
    margin-left:78px;
}
.trillchange-whybg img{
    width: 100%;
}

.trill-val{
    background: #f0f0f4;
    padding:100px 0;
}
.trill-valbox{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.trill-vall ul li{
    display: none;
}
.trill-vall{
    width: 57%;
}
.trill-valr{
    width: 40%;
}
.trill-valr ul li{
    background: #fff;
    display: flex;
    padding:35px 20px;
    cursor: pointer;
}
.trill-valr ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.trill-vall ul li img{
    width: 100%;
}
.trill-valrtxt{
    margin-left: 30px;
}
.trill-valrtxt h3{
    font-size: 20px;
    font-family: 'msyhsb';
}
.trill-valrtxt span{
    display: block;
    margin-top: 5px;
}
.trill-valr .on{
    background:#da251c;
}
.trill-valr .on .trill-valrimg img:last-child{
    display: block;
}
.trill-valr .on .trill-valrimg img:first-child{
    display:none;
}
.trill-valr ul li .trill-valrimg img:last-child{
    display: none;
}
.trill-valr .on .trill-valrtxt h3{
    color: #fff;
    font-weight: bold;
}
.trill-valr .on .trill-valrtxt span{
    color: #fff;
    font-weight: bold;
}

.trill-seo{
    padding: 100px 0;
}
.trill-seoimg img{
    width: 100%;
}
.trill-seotxt{
    position: absolute;
    top:165px;
    color: #fff;
    width: 580px;
    left: 54%;
}
.trill-seobox{
    position: relative;
}
.trill-seotxt h3{
    font-size: 40px;
    font-weight: bold;
}
.trill-seotxt p{
    margin-top: 60px;
    line-height: 30px;
}
.trill-solution{
    background: #f0f0f4;
    padding: 100px 0;
}
.trill-solutionbox{
    margin-top: 60px;
}
.trill-solutionrow{
    display: flex;
    position: relative;
    margin-bottom: 45px;
}
.trill-solutionrowl{
    width: 50%;
    background: url("../image/trill-solutionl.png") no-repeat center;
    height: 133px;
    font-size: 30px;
    line-height: 133px;
    padding-left: 30px;
}
.trill-solutionrowr{
    width: 50%;
    background: url("../image/trill-solutionr.png") no-repeat center;
    height: 133px;
    font-size: 30px;
    line-height: 133px;
    color: #fff;
    text-align: right;
    padding-right: 70px;
}
.trill-solutionc{
    background: url("../image/trill-solutionc.png") no-repeat center;
    width: 160px;
    height: 160px;
    background-size: cover;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-48%);
}
.trill-solutionc{
    font-size: 48px;
    text-align: center;
    height: 160px;
    line-height: 140px;
}
.trill-serive{
    padding: 100px 0;
}
.trill-serivebox{
    display: flex;
    justify-content: space-between;
}
.trill-serivel ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    cursor: pointer;
}
.trill-serivel{
    width: 62%;
}
.trill-serivebox{
    margin-top: 60px;
}
.trill-serivell{
    display: flex;
    align-items: center;
}
.trill-sertxt h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.trill-sertxt{
    margin-left: 26px;
}
.trill-serivelr{
    padding-right: 20px;
    color: #da251c;
    background: url("../image/trill-serive-arrow.png") no-repeat center right;
    white-space: nowrap;
}
.trill-serivelr a{
    color: #da251c;
}
.trill-serive .trilldev-lbox{
    height: 770px;
    width: 364px;
}
.trill-serive .trilldev-lbox ul li{
    width: 349px;
    height: 751px;
}
.trill-case{
    background: #f0f0f4;
    padding: 100px 0;
}
.trill-casebox ul li video{
    width: 100%;
}
.trill-casebox{
    margin-top: 60px;
}

@media(max-width:1600px){
    .trill-whyl{
        width: 30%;
    }
    .trill-whyr{
        width: 30%;
    }
    .trill-whyc img{
        width: 100%;
    }
    .trill-whylrow{
        margin-bottom: 80px;
    }
    .trill-valr ul li{
        padding: 20px 15px;
    }
    .trill-valrtxt h3{
        font-size: 18px;
    }
    .trill-seotxt{
        left: auto;
        right: 3%;
        top: 20%;
    }
    .trill-seotxt h3{
        font-size: 30px;
    }
    .trill-seotxt p {
        margin-top: 25px;
        line-height: 30px;
    }
    .trill-solutionc{
        font-size: 30px;
    }
    .trill-solutionrowl{
        font-size: 22px;
    }
    .trill-solutionrowr{
        font-size: 22px;
    }
}


@media(max-width:1400px){
    .trill-valrtxt span{
        font-size: 14px;
    }
    .trill-valrtxt h3{
        font-size: 16px;
    }
    .trilldev-r{
        width: 70%;
    }
    .trilldev-r h3{
        font-size: 35px;
    }
    .trilldev-r .trilldev-rtxt{
        margin-top: 30px;
    }
    .trillchange-txt h3{
        white-space: normal;
        line-height: 24px;
    }
    .trill-whyl{
        width: 35%;
    }
    .trill-whyr{
        width: 35%;
    }
    .trill-whylrow{
        margin-bottom: 80px;
    }
    .trill-why .marginRight{
        margin-right: 20px;
    }
    .trill-why .marginLeft{
        margin-left: 20px;
    }
    .trill-sertxt{
        width: 80%;
    }

}
@media(max-width:1200px){
    .trilldev-r{
        width: 64%;
    }
    .trilldev-r .trilldev-rtxt{
        margin-top: 15px;
    }
    .trilldev-r .trilldev-rtxt{
        line-height: 30px;
    }
    .trilldev-r h3{
        font-size: 30px;
    }
    .trilldev-swiper .swiper-slide a {
        padding: 20px 15px 15px;
    }
    .trillchange-txt h3{
        margin-top: 6px;
    }
    .trill-whybox{
        display: block;
    
    }
    .trill-whyl {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .trill-whyr{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .trill-why .marginLeft{
        margin-left: 0;
    }
    .trill-why .marginRight{
        margin-right: 0;
    }
    .trill-valbox{
        display: block;
    }
    .trill-vall{
        width: 100%;
    }
    .trill-valr ul {
        display: flex;
    }
    .trill-valr{
        width: 100%;
    }
    .trill-solutionrowl{
        font-size: 18px;
    }
    .trill-solutionrowr{
        font-size: 18px;
    }
    .trill-sertxt{
        width: 70%;
    }
}
@media(max-width:991px){
    .trilldev-wrap{
        flex-wrap: wrap;
        justify-content: center;
    }
    .trilldev-r{
        width: 100%;
        margin-top: 40px;
    }
    .trilldev{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .trillchange-box{
        margin-top: 30px;
    }
    .trillchange-box ul li{
        margin-bottom: 30px;
    }
    .trill-tit h3{
        font-size: 30px;
    }
    .trillchange{
        padding: 40px 0 10px;
    }
    .trill-tit h3{
        font-size: 24px;
    }
    .trill-whyc{
        display: none;
    }
    .trill-whyl .trill-whylrow{
        text-align: left;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .trill-whylrow{
        font-size: 14px;
    }
    .trill-whyl{
        padding-top:0;
    }
    .trill-whybox{
        line-height: 24px;
    }
    .trill-val{
        padding: 40px 0;
    }
    .trill-valbox{
        margin-top: 20px;
    }
    .trill-seo{
        padding: 40px 0;
    }
    .trill-seotxt{
        position: relative;
        color: #000;
        margin-top: 30px;
        width: 100%;
        right: 0;
    }
    .trill-solutionrow{
        display: block;
        
    }
    .trill-solutionrowl{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .trill-solutionrowr{
        width: 100%;
        padding: 0;
    }
    .trill-solutionrowr{
        text-align: center;
    }
    .trill-solutionc{
        width: 80px;
        height: 80px;
    }
    .trill-solutionc{
        font-size: 18px;
        line-height: 75px;
    }
    .trill-solution{
        padding: 40px 0 10px;
    }
    .trill-serivebox{
        display: block;
    }
    .trill-serivel{
        width: 100%;
    }
    .trill-serivel ul li{
        display: block;
    }
    .trill-serivelr{
        width: 120px;
        margin-top: 20px;
    }
    .trill-sertxt{
        width: 100%;
    }
    .trill-serive{
        padding: 40px 0;
    }
    .trill-serive .trilldev-lbox{
        margin: 0 auto;
        width: 300px;
        height: 640px;
    }
    .trill-serive .trilldev-lbox ul li{
        width: 286px;
        height: 619px;
    }
    .trill-case{
        padding: 40px 0 10px;
    }
    .trill-casebox{
        margin-top: 30px;
    }
    .trill-casebox ul li{
        margin-bottom: 20px;
    }
}


@media(max-width:630px){
    .trill-whyl{
        flex-wrap: wrap;
    }
    .trill-whylrow{
       width: 50%;
    }
    .trill-whyr{
        flex-wrap: wrap;
    }
    .trill-whyl .trill-whylrow{
        margin-bottom: 10px;
    }
    .trill-whyr .trill-whylrow{
        margin-bottom: 10px;
    }
}


@media(max-width:449px){
    .trill-whylrow{
        width: 100%;
    }
    .trill-why{
        padding: 40px 0 30px;
    }
    .trill-whybox{
        margin-top: 20px;
    }
    .trill-valr ul li{
        display: block;
        margin-bottom: 15px;
    }
    .trill-valrimg{
        margin-bottom: 10px;
        
    }
    .trill-valrtxt{
        margin-left: 0;
    }
    .trill-seotxt h3{
        font-size: 24px;
    }
}



/*企业宣传拍摄*/
.cor-serve{
    padding: 80px 0;
}
.corserve-tit h3{
    font-size:40px;
    font-weight: bold;
}
.corserve-tit{
    text-align: center;
}
.corserve-tit h4{
    margin-top: 20px;
    color: #999999;
}

.corserve-wrap{
    margin-top: 80px;
}
.corserve-box{
    display: flex;
    margin-bottom: 60px;
}

.corserve-row{
    width: 50%;
}
.corserve-rowimg img{
    width: 100%;
}
.corserve-rowpic img:last-child{
    display: none;
}
.corserve-row:hover .corserve-rowpic img:first-child{
    display: none;
}
.corserve-row:hover .corserve-rowpic img:last-child{
    display:block;
}
.corserve-txt{
    padding: 50px 0 0 70px;
}
.corserve-txt h3{
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
}
.corserve-row:hover .corserve-txt h3{
    color: #da251c;
}
.corserve-row:hover .corserve-more{
    background: #da251c;
}
.corserve-txt span{
    display: block;
    margin-top: 25px;
}
.corserve-more{
    display: block;
    width: 200px;
    height: 60px;
    background: #111111;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    margin-top: 50px;
    border-radius: 30px;
}

.cor-adv{
    background: #f0f0f4;
    padding-top: 80px;
    padding-bottom: 40px;
}
.cor-advbox{
    margin-top: 80px;
}
.cor-advtxt{
    background: #fff;
    padding: 40px;
    
}
.cor-advbox ul li{
    margin-bottom: 40px;
}
.cor-advtxt h3{
    font-size: 24px;
    font-weight: bold;
}
.cor-advtxt h4{  
    margin-top: 20px;
    line-height: 30px;
}   
.corwork{
    padding: 80px 0 60px;
}
.cor-advbox ul li:hover h3{
    color: #da251c;
}
.cor-advimg{
    overflow: hidden;
}
.cor-advimg img{
    transition: all 0.4s;
}
.cor-advbox ul li:hover .cor-advimg img{
    transform: scale(1.1);
}
.corwork .vid{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;    
}
.corwork .vid p{
    margin: 0;
}
.corwork-video{
    margin-top: 80px;
}
.vid-boximg img{
    width: 100%;
}
.vid-txt{

    background: #f2f2f2;
    padding: 30px;
    position: relative;
}
.vid-txtr{
    position: absolute;
    right:0px;
    top: 0;
    padding: 30px;
}

.vid-txtl h3{
    font-size: 20px;
    font-family: "msyhsb";
    margin-bottom: 13px;
}
.vid-txtr img:last-child{
    display: none;
}

.corwork-video .vid-box:hover .vid-txtr img:first-child{
    display: none;
}  
.corwork-video .vid-box:hover .vid-txtr img:last-child{
    display: block;
} 
.corwork-video .vid-box:hover  .vid-txtl h3{
    color: #da251c;
}
.vid-box{
    margin-bottom: 40px;
}
.corwork-more{
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #da251c;
    color: #fff;
    text-align: center;
    border-radius: 18px;
    margin: 0 auto;
    margin-top: 50px;
}
.corwork-more a{
    color: #fff;
    
}
.coop{
    background: url("../image/coop-bg.jpg") top center no-repeat;
    padding: 80px 0 60px;
    position: relative;
    height: 580px;
}
.coop .corserve-tit{
    color: #fff;
}
.coop .corserve-tit h4{
    color: #fff;
}
.coop-img{
    width: 94px;
    height: 94px;
    border: 2px solid #fefefe;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coop-yuan{
    margin-top: 15px;
}
.coop-box{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.coop-row{
    text-align: center;
}
.coop-line{
    height: 1px;
    position: absolute;
    bottom: 37%;
    width: 100%;
    background: url("../image/coop-linebg.png") repeat-x center;
}
.coop-row h4{
    margin-top: 30px;
    color: #fff;
}
.coop .corwork-more{
    margin-top: 60px;
}
.coop-box .coop-row:hover .coop-img{
    background: #da251c;
    border: 2px solid #da251c;
    cursor: pointer;
}

.corserve-two  .corserve-txt{
    padding: 50px 70px 0 0px;
}

@media(max-width:1600px){
    .corserve-txt {
        padding: 20px 0 0 50px;
    }
    .corserve-more{
        margin-top: 20px;
    }
}

@media(max-width:1200px){
    .corserve-txt h3{
        font-size: 26px;
    }
    .corserve-txt span{
        margin-top: 10px;
    }
    .corserve-rowpic img{
        width:120px;
    }
    .corserve-more{
        width: 170px;
        height: 45px;
        line-height: 45px;
    }
    .cor-advtxt{
        padding: 20px;
    }
    
} 

@media(max-width:991px){
    .corserve-box{
        display: block;
    }
    .corserve-row{
        width: 100%;
    }
    .corserve-txt {
        padding: 20px 0 0 0px;
    }
    .corserve-box.corserve-two{
        flex-direction: column-reverse;
        display: flex;
    }
    .corserve-tit h4{
        line-height: 24px;
        padding: 0 15px;
        margin-top: 10px;
    }
    .cor-serve{
        padding: 40px 0 0;
    }
    .corserve-tit h3{
        font-size: 24px;
    }
    .corserve-wrap{
        margin-top: 25px;
    }
    .cor-advimg img{
        width: 100%;
    }
    .cor-advbox{
        margin-top: 20px;
    }
    .cor-adv{
        padding: 30px 0 0;
    }
    .corwork{
        padding: 30px 0 40px;
    }
    .corwork-video{
        margin-top: 30px;
    }
    .coop-row{
        width: 25%;
    }
    .coop-box{
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .coop-img{
        margin: 0 auto;
    }
    .coop-yuan{
        display: none;
    }
    .coop-line{
        display: none;
    }
    .coop-row{
        margin-top: 20px;
    }
    .coop-row h4{
        margin-top:15px;
    }
    .coop{
        padding: 50px 0 0px;
    }
}
@media(max-width:600px){
    .vid-txtl{
        width: 80%;
    }
    .vid-txt{
        padding: 15px;
    }
    .coop-img{
        width: 70px;
        height: 70px;
    }
}







