@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;	box-sizing: border-box;}
body {position: relative; width:100%; -webkit-font-smoothing: antialiased;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul, ul li, ol li, li {list-style:none;}
table {	border-collapse: collapse;	border-spacing: 0;}
input, textarea {border: 0;	outline: none;  -webkit-appearance: none; /*去掉内部阴影*/}
select {border: 0;}
input[type=input]{-webkit-appearance:none;}/*移除ios样式*/
input[type=checkbox]{-webkit-appearance:checkbox;}
/*去除a标签的虚线框*/
a {outline: none;color: unset; text-decoration:none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color:transparent;}
a:hover{
    color: red !important;
}
html {width:100%;background-color: #fff;}
.clearfix:after {visibility: hidden;display: block;	font-size: 0;content: ".";	clear: both;height: 0;}
.fr {float: right;}
.fl {float: left;}
.clear{
    display: block;
    clear:both;
}
.none{ display:none;}
.box{ width:100%; display:-webkit-box; display:box; text-align:left;}
.flex{ -webkit-box-flex:1; box-flex:1;}
.flex2{ -webkit-box-flex:2; box-flex:2;}
.hide{overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.apo{display: -webkit-box;text-overflow: ellipsis;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.apo_one{display: -webkit-box;text-overflow: ellipsis;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;}
.apo_three{display: -webkit-box;text-overflow: ellipsis;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical;}
.apo_Four{display: -webkit-box;text-overflow: ellipsis;  overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 4;  -webkit-box-orient: vertical;}
.mark{display: none; position: fixed; top:0;left: 0; z-index: 55; width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.fxsContainer{width:1200px;margin: 0 auto;}
.bgWrite{background-color: #fff !important;}
.bgGray{background-color: #F0F0F0;}
.bgGrayE6{background-color: #E6E6E6;}
/*
*****一些常用的内外边距、字体大小的设置
*/
.txtCen{text-align: center;}
.font18{font-size: 18px;}
.font20{font-size: 20px !important;}
.font14{font-size: 14px;}
.font12{font-size: 12px;}
.colorWhite{color: #ffff !important;}
.mt70{margin-top: 70px;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}

.mt25{margin-top: 25px;}
.mt20{margin-top: 20px;}
.mt33{margin-top: 33px;}
.mt15{margin-top: 15px;}
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.mlr30{margin: 0 30px;}
.mtb5{margin: 5px 0;}
.m0{margin:0;}
.mr0{margin-right:0;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.ml0{margin-left: 0;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml50{margin-left: 50px;}
.ml64{margin-left: 64px;}
.ml100{margin-left: 100px;}
.ml5{margin-left: 5px;}
.mb7{margin-bottom: 7px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb5{margin-bottom: 5px;}
.pd0{padding: 0 !important;}
.pd20{padding: 20px;}
.pdlr15{padding: 20px 15px;}
.pdlr20{padding: 0 20px;}
.pd40{padding: 40px 0;}
.pdt0{padding-top: 0;}
.pdt5{padding-top: 5px;}
.pdt15{padding-top: 15px;}
.pdt20{padding-top: 20px;}
.pdt73{padding-top: 73px;}
.pdb70{padding-bottom: 70px;}
.pdl20{padding-left: 20px;}
.pdl30{padding-left: 30px;}
.pdr40{padding-right: 40px;}
/*
*****一些常用的内外边距、字体大小的设置
*/
/*****头部*******/
.head{
    width:100%;
    background:#f0f0f0;
    color:#999;
    height: 100px;
    box-sizing: border-box;

}
.headTop{
    width:1200px;
    margin:0 auto;
    padding:9px 0px;
    height:35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.headTopRight{
    display: flex;
    align-items: center;
}
.headTopRight span{
    color:#999;
    font-size:12px;
    margin:0px 15px;
}
.headTopRight a{
     color:#999;
     font-size:12px;
    margin-right:15px;
}
.headTopRight img{
    width:15px;
    height: 13px;
}
.head_nav{
    height: 100px;
    width:100%;
    display: flex;
    align-items: center;
    background:#fff;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 999
}
.nav{
    padding:22px 0px;
    width:1200px;
    margin:0 auto;
    color:#fff;
    display: flex;
    justify-content: space-between;
}
.nav_content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    width:962px;
}
.nav_content img{
    width:153px;
    height: auto;

}
.nav_item li{
    float: left;
    font-size:18px;
    font-weight: 400;
    margin-left: 36px;

}
.nav_item li>a{
    color:#000;
    font-size:18px;
    height:18px;
    display: block;
}
.nav_item .on a,.nav_item li:hover a{
    color:#dc000c;
    cursor: pointer;

}
.nav_item .on>span,.nav_item li:hover span{
    display: inline-block;
    width:100%;
    border-radius: 5px;
    height:3px;
    margin-top:10px;
    background:#dc000c;
}
.nav_right{
    display: flex;
    width:170px;
}
.nav_plan{
    width:170px;
    height: 50px;

    padding:12px 15px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
    border-radius: 5px;
    justify-content: space-between;
    position: relative;

    background:#dc000c;
    border:1px solid #dc000c;
    color: #fff;
}
.nav_plan:hover{
    background:#dc000c;
    border:1px solid #dc000c;
    color: #fff;
}
.nav_plan_img{
    width:19px;
    height: 25px;
}
.nav_plan_img:nth-of-type(2){
    display: none;
}
.nav_plan:hover .nav_plan_img{
    display: none;
}
.nav_plan:hover .nav_plan_img:nth-of-type(2){
    display: block;
}
.nav_plan_corp{
    width:170px;
    height:170px;
    position: absolute;
    z-index: 9999;
    top:50px;
    left:0px;
    display: none;
}
.nav_tel{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav_tel img{
    width:25px;
    height: 25px;
    margin-left:30px;
}
.nav_tel span{
    margin-left:10px;
}
/***首页轮播***/
.indexBanner{
    width:100%;
    height: auto;
}
.indexBanner img{
    width:100%;
    height: auto;
}
.swiper-container-tabbutton .swiper-pagination-bullet{
    background:#FFFFFF;
    width:55px;
    height:10px;
    border-radius: 10px;
    margin:0px 20px 60px!important;

}
/*首页公共title*/
.ContainerTitleEnglish{
    font-size:55px;
    font-weight:bold;
   height: 55px;
    line-height:55px;
    color:rgba(38,38,38,1);
    margin:0px auto;
}
.ContainerTitle{
    font-size:30px;
    font-weight:400;
    line-height:30px;
    height:30px;
    color:rgba(38,38,38,1);
    margin:10px auto 0px;
}
.ContainerDes{
    margin:20px auto 0px;
    display: flex;
    height:16px;

    justify-content: flex-start;
    align-items: center;
}
.ContainerDes span{
    height:16px;
    font-size:16px;
    font-weight:400;
    line-height:16px;
    color:rgba(102,102,102,1);
    margin:0px 38px;
}
.ContainerDes div{
    width:100px;
    height: 1px;
    border:1px solid #666666;
}
/*banner*/
.banner{
    width:100%;
    height:auto;
}
.banner img{
    width:100%;
    height:auto;
}
/*品牌网站设计*/

.tlkDisingContainer{
    width:1200px;
    margin:0px auto;
    height: 1053px;
    padding:70px 0px;
    background:#fff;
    box-sizing: border-box;
}
.tlkDisingContainer .ContainerTitle{
    width:195px;
}
.tlkDisingContainer .ContainerTitleEnglish{
    width:238px;
}
.tlkDisingContainer .ContainerDes{
    width:430px;
}
.disingContent{
    margin:35px auto 0px;
    width:1200px;
    height:720px;
    position: relative;
}
.disigngImg{
    width:100%;
    height: 100%;

}
.disgngImgItem{
    width:100%;
    height:100%;
    display: none;
}
.disgngImgItem img{

    width:100%;
    height:100%;
}
.disigngImg .on{
    display: block;
}
.disgngImgItem1{
    background:url('../images/desimg1.jpg') no-repeat 100%;
    background-size:100% 100%;
}.disgngImgItem2{
    background:url('../images/desingimg2.jpg') no-repeat 100%;
    background-size:100% 100%;
}.disgngImgItem3{
    background:url('../images/desingimg3.jpg') no-repeat 100%;
    background-size:100% 100%;
}
 .disgngItemContent{
     position: absolute;
     right:50px;
     width:350px;
     top:266px;
     color:#fff;
     text-align: left;
 }
 .disgngItemTitle{
     font-size:36px;
     font-weight:500;
 }
 .disgngItemDesc{
     font-size:14px;
     padding-bottom:15px;
     border-bottom:1px solid #fff;
     margin:20px 0px 30px;

 }
 .disgngItemSpan{
     display: flex;
     flex-wrap: wrap;
     justify-content:space-between;
 }
 .disgngItemSpan li{
     width:110px;
     margin-bottom:20px;
     font-size:14px;

 }
.disingTab{
    position: absolute;
    top:15px;
    left:15px;
    background:#ffffff;
    width:400px;
    height:690px;
}

.disingTabItem{
    padding:62px 23px;
    width:100%;
    height:230px;
    box-sizing: border-box;
    display: flex;
    justify-content:flex-start;
    align-items:flex-start;
    border-bottom:1px solid #cccccc;
    transition: all 0.3s ease 0s;

}
.disingTabItem img{
    width: 50px;
    height:45px;
    margin-top:30px;
    margin-right:25px;
}
.disigTabContent{
    height:100%;
    width:325px;
}

.disTabTitle{

    font-size:24px;
    font-weight:bold;
    height: 24px;
    color:#00A2E9;
}
.disigTabContent ul{
    font-size:14px;
    margin-top:30px;
}
.disigTabContent ul li{
     float: left;
  /*  width:78px;*/
    color:#666;
    margin-left:30px;
    margin-bottom:20px;

}
.disingTabItemEd{
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    transform: translate3d(0px, -5px, 0px);
    background:#00A2E9;
    color:#fff
}
.disingTabItemEd .disTabTitle,.disingTabItemEd div ul li{
    color:#fff
}
/*案例中心*/
.tlkCaseContainer{
    width:100%;
    height:auto;
    background:#F0F0F0;
    padding:75px 80px;
    box-sizing: border-box;
}
.tlkCaseContainer .ContainerTitleEnglish{
    width:410px;
}.tlkCaseContainer .ContainerTitle{
     width:195px;
}
.tlkCaseContainer .ContainerDes{
    width:460px;
}
.tlkCaseContent{
    height:auto;
    width:1200px;
    display: flex;
    margin:35px auto 0px;
    justify-content: space-between;
}
.tlkCaseItem{
    width:590px;
    height:auto;

}
.talCaseBig{
    width:590px;
    height:480px;
    
}
.talCaseBig .caseMbImgT {
  line-height: 480px;

}
.talCaseBig .caseLogo {
    height:80px;
    width:auto;
  margin:150px auto 20px;

}.talCaseSmall .caseLogo {
    height: 50px;
     width:auto;
  margin:36px auto 20px;

}
.talCaseSmall{
    width:285px;
    height:230px;

}
.talCaseSmall .caseMbImgT {
    line-height: 230px;

}
.tlkCaseList{
    float: left;
    position: relative;
    overflow: hidden;
}
/*.tlkcaseHover{
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#00A2E9;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s;
    transform: translateY(100%);
}*/
/*.tlkcaseHover .caseLogo{
    height:80px;
    width:auto;
}*/

.talCaseBig .caseText{
    width: 570px;
    padding:10px 20px;
    box-sizing: border-box;
    text-align: center;
    color:#fff;
}
.talCaseSmall .caseText{
    width: 285px;
    padding: 5px 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.talCaseBig .casedown{
    width:40px;
    height:40px;
    margin:20px auto 0px;
    cursor: pointer;
}
.talCaseSmall .casedown{
    width: 25px;
    height: 25px;
    margin: 15px auto 0px;
    cursor: pointer;
}
.tlkCaseList:hover .tlkcaseHover{
    transform: translateY(0%);
    transition: all 0.5s;

}
.caseMb{
    background:#000;
    opacity: 0.4;
    width:100%;
    height:100%;
    position: absolute;
    top:0px;
    left:0px;

}
.caseMbImgT{
    width:100%;
    height:100%;
    position: absolute;
    top:0px;
    left:0px;
    text-align: center;
}
.caseMbImg{
    width:30%;
    height:auto;
}
.tlkCaseList .bgcase{
    width:100%;
    height:100%;
}
.tlkCaseMore{
    width:300px;
    display: block;
    height:60px;
    border:1px solid #0092E5;
    line-height:60px;
    text-align: center;
    color:#0092e5;
    font-size:18px;
    margin:70px auto 0px;
    border-radius: 50px;
    cursor: pointer;
}
/*.tlkCaseMore:hover{
    background:#0092e5;
    color: #fff !important;
}*/
/*表单*/
.tlkFormContainer{
    width:100%;
    height:490px;
    background:url("../images/ipb.jpg") no-repeat ;
    background-size: 100% 100%;
    padding:45px 0px;
    box-sizing: border-box;
}
.tlkFormContent{
    width:1200px;
    display: flex;
    justify-content:space-between;
    margin:0 auto;
}
.tlkFormDes{
    width:780px;
    height:400px;
    background: #fff;
    padding:44px 30px;
    box-sizing: border-box;
}
.tlkFomrDesTitle{
    display: flex;
    justify-content:flex-start;
}
.tlkFomrDesTitle img{
    width:65px;
    height:65px;

}
.tlkFomrDesTitle .title{
    font-size:36px;
    font-family:Source Han Sans CN;
    font-weight:900;
    margin-top: -7px;
    color:rgba(36,36,36,1);
}
.tlkFomrDesTitle .titledec{
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.tlkFormDesMsg{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    padding-left:20px;
    height: 30px;
    margin-top:20px;
    padding-bottom:10px;
    border-bottom: 1px solid #999999;
    background:url('../images/msgplay.png')no-repeat 0px 3px;
    background-size: 9px 12px;
}
.tlkFromPt{
    width:100%;
    display: flex;
    justify-content:flex-start;
    margin-top:40px;
}

.tlkFromPt .item{
    width: 100px;
    height: 160px;
    float: left;
    box-sizing: border-box;
    position: relative;
    transition-duration: .3s;
}
.tlkFromPt .item.on {
    width: 220px;
}

.tlkFromPt .item .wrap1{
    padding-top: 30px;
}
.tlkFromPt .item .wrap1 .imgBox{
    width: 100%;
    height: 40px;
    position: relative;
}
.tlkFromPt .item .wrap1 .imgBox img{
    height: 40px;
    width: auto;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tlkFromPt .item .wrap1 span{
    display: block;
    width: 20px;
    height: 1px;
    margin: 10px auto;
    background: #0092E5;
}
.tlkFromPt .item .wrap1 .wordsBox{
}
.tlkFromPt .item .wrap1 .wordsBox h2{
    text-align: center;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(102,102,102,1);
}



.tlkFromPt .item .wrap2{
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    transition-duration: .3s;
    overflow: hidden;
}
.tlkFromPt .item.on .wrap2{
    height: 100%;
}
.tlkFromPt .item .wrap2 img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.tlkFromPt .item .wrap2 p{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:20px;
    color:rgba(255,255,255,1);
    opacity:1;
    margin-left: 25px;
}
.tlkFromPt .item .wrap2 p:nth-of-type(1){
    margin-top: 20px;
}
.tlkFromPt .item .wrap2 span{
    display: block;
    position: absolute;
    background: url("../images/pi.png") no-repeat;
    width: 25px;
    height: 12px;
    bottom: 19px;
    right: 23px;
}



.tlkIndexForm{
    width:390px;
    height:400px;
    background: #fff;
    padding:29px 30px;
    box-sizing:border-box;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.tlkIndexForm .title{
    font-size:24px;
    font-weight:bold;
    color:rgba(36,36,36,1);
}
.tlkIndexForm .titledes{
    font-size:14px;
    font-weight:400;
    color:rgba(159,159,159,1);
}
.tlkIndexForm input{
    width:330px;
    height:40px;
    line-height:40px;
    padding-left:10px;
    border:1px solid #CCCCCC;
    color:#9D9D9D
}
.tlkIndexForm textarea{
    width:330px;
    height:80px;
    padding-top:5px;
    padding-left:10px;
    border:1px solid #CCCCCC;
    color:#9D9D9D
}
.tlkIndexForm button{
    width:330px;
    height:40px;
    line-height:40px;
    background:#0092e6;
    color:#fff;
    text-align: center;
    font-size:14px;
    border:1px solid #0092e6;
}
/*我们的优势*/
.tlkMyGoodContainer{
    width:100%;
    padding:70px 0px;
    height:650px;

    background:url("../images/advantagebg.png") no-repeat 100%;
    background-size:100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tlkMyGoodContainer .ContainerTitleEnglish{
    width:350px;
}
.tlkMyGoodContainer .ContainerTitle{
    width:162px;
}
.tlkMyGoodContainer  .ContainerDes{
    width:695px;

}
.tlkMyGoodContainer  .ContainerDes span{
    width:465px;
    height:16px;
}
.myGoodsContent{
    height:400px;
    display: flex;
    width:1200px;
    margin:31px auto 0px;
    justify-content:space-between;
}
.myGoodsItem{
    width:285px;
    height:340px;
    text-align: center;
    display: flex;
    color:#999999;
    flex-direction:column;
    transition: all 0.3s ease 0s;
    border:1px solid #E6E6E6;
    background:#fff;
}
.myGoodsTitle{
    font-size:20px;
    margin-top:30px;
}
.myGoodsLine{
    width:50px;
    height:1px;
    border-bottom:1px solid #999999;
    display: inline-block;
    margin:20px auto;
}
.myGoodsDes{
    width:225px;
    display: inline-block;
    font-size:14px;
    margin:0px auto;
}
.myGoodsImg{
    width:90px;
    height:90px;
    display: inline-block;
    margin:50px auto 0px;

}

.myGoodsImg1{
    background:url("../images/mygood1.png") no-repeat 100%;
    background-size:100% 100%;
}
.myGoodsImg2{
    background:url("../images/mygood2.png") no-repeat 100%;
    background-size:100% 100%;
}
.myGoodsImg3{

    background:url("../images/mygood3.png") no-repeat 100%;
    background-size:100% 100%;
}
.myGoodsImg4{
   background:url("../images/mygood4.png") no-repeat 100%;
    background-size:100% 100%;
}
.myGoodsItemEd{
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0px, -5px, 0px);
    margin-top:-10px;
}
.myGoodsItemEd .myGoodsTitle{
    color:#0092E5;
}
.myGoodsItemEd .myGoodsImg1{
    width:120px;
    height:120px;
    background:url("../images/mygood11.png") no-repeat 100%;
    background-size:100% 100%;
}
.myGoodsItemEd .myGoodsImg2{
    width:120px;
    height:120px;
    background:url("../images/mygood21.png") no-repeat 100%;
    background-size:100% 100%;
}
.myGoodsItemEd .myGoodsImg3{
    width:120px;
    height:120px;
    background:url("../images/mygood31.png") no-repeat 100%;
    background-size:100% 100%;
}
.myGoodsItemEd .myGoodsImg4{
    width:120px;
    height:120px;
    background:url("../images/mygood41.png") no-repeat 100%;
    background-size:100% 100%;
}
/*口碑展示*/
.tlkPraiseContainer .ContainerTitleEnglish{
    width:250px;

}
.tlkPraiseContainer{
    width:100%;
    height:870px;
    background:#f0f0f0;
    padding:70px 80px;
    box-sizing: border-box;
}
.tlkPraiseContainer .ContainerTitle{
    width:162px;

}
.tlkPraiseContainer .ContainerDes{
    width:440px;

}.tlkPraiseContainer .ContainerDes span{
    width:192px;

}

.tlkPraiseContent{
    width:1200px;
    display: flex;
    margin:30px auto 0px;
    justify-content:space-between;

}
.tlkPraiseItem{
    height:540px;
    padding:45px 20px;
    box-sizing: border-box;
    background:#F7F7F7;

}
.tlkCommont{
    width:700px;

}
.tlkBuy{
    width:470px;
}
.praiseTitle{
    width:100%;
    height:30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.PraiseContent{
    margin-top:20px;

    /*height:335px;*/

}


.praiseTitle img{
    width:30px;
    height:30px;
    margin-right:10px;
}
.praiseTitle span{
    width:140px;
    font-size:20px;
    font-weight:500;
}
.swiper-container-praiseItem,.swiper-container-realRecord{
    padding-bottom: 80px;
}
.swiper-button-prev-praiseItem{
    bottom:0;
    top:initial;
    left:335px;
}
.swiper-button-next-praiseItem{
    bottom:0;
    top:initial;
    right:335px;
}
.swiper-button-prev-realRecord{
    bottom:0;
    top:initial;
    left:105px;
}
.swiper-button-next-realRecord{
    bottom:0;
    top:initial;
    right:105px;
}
.praiseItem{
    width:200px;
    float:left;
    height:350px;
    margin-right:20px;
    background:#fff;
    transition: all 0.3s ease 0s;
}
.praiseItem:hover{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0px, -5px, 0px);
}
.praiseItem img{
    width:200px;
    height:200px;
}
.praiseItem  .pariseItemTitle{
    font-size:16px;
    display: block;
    font-weight:500;
    padding-left:15px;
    color:rgba(38,38,38,1);
}
.praiseItem .pariseItemName{
    font-size:14px;
    font-weight:400;
    display: block;
    padding-left:15px;
    color:rgba(38,38,38,1);
}
.praiseItem .pariseItemContent{
    font-size:12px;
    font-weight:400;
    display: block;
    padding-left:15px;
    color:rgba(38,38,38,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.buyContent img{
    width:190px;
    height:335px;
    margin-right:15px;
}

.PraiseButton{
    width:390px;
    height:40px;
    position: relative;
    text-align: center;
    margin:40px auto 0px;
}
.PraiseButton .swiper-button-prev-praiseItem,.tlkNewsButton .swiper-button-prev-praiseItem{
    width:70px;
    height:40px;
    left:0px;
    line-height:40px;
    background:none;
    border:1px solid #cccccc;
}
.PraiseButton .swiper-button-next-praiseItem,.tlkNewsButton .swiper-button-next-praiseItem{
    width:70px;
    height:40px;
    right:0px;
    line-height:40px;
    background:none;
    border:1px solid #cccccc;
}
.PraiseButton a,.tlkNewsButton a{
    width:170px;
    height:40px;
    text-align: center;
    line-height:40px;
    border:1px solid #ccc;

    color:#999999;
    display: inline-block;
}

.PraiseButton a:hover,.tlkNewsButton a:hover,.PraiseButton div:hover{

    color:#fff;
    background:#0092E5;

}

/*banner图*/
.tlkIndexBanner{
    width:100%;
    height:320px;

}
.tlkIndexBanner img{
    width:100%;
    height:100%;
}
/*新闻*/
.tlkIndexNewsContainer{
    width:100%;
    height:1071px;
    background:#fff;
    padding:70px 80px;
    box-sizing: border-box;
}
.tlkIndexNewsContainer .ContainerTitleEnglish{
    width:192px;

}
.tlkIndexNewsContainer .ContainerTitle{
    width: 129px;

}

.tlkIndexNewsContainer .ContainerDes{
    width: 390px;

}
.tlkNewsContent{
    width:1200px;
    height:620px;
    display: flex;
    margin:40px auto 0px;
    justify-content:space-between;
}
.tlkNewsBanner{
    width:580px;
    height:620px;
}
.tlkNewsBanner img{
    height:380px;
    width:100%;
}
.tlkNewsItems{
    width:580px;
}
.tlkNewsList{
    width:100%;
    height:600px;
}
.swiper-container-stationNews{
    padding-bottom: 80px;
}
.swiper-button-prev-stationNews{
    bottom: 0;
    top:initial;
    left:0;
}
.swiper-button-next-stationNews{
    bottom: 0;
    top:initial;
    left:350px;
}
.indexNewsList{
    width:520px;
    height:620px;
    margin-right:25px;
    display: flex;
    justify-content:flex-start;
    flex-direction:column;
}
.tlkNewsTitle{
    font-size:24px;
    width:100%;
    padding:0px 20px;
    box-sizing: border-box;

    margin:30px 0px 20px;
}
.tlkNewsTitle a{

}
.tlkNewsDesc{
    width:100%;
    padding:0px 20px;
    box-sizing: border-box;
    font-size:14px;
    color:#999999;
}
.tlkNewsDay{

    width:540px;
    margin:40px auto 0px;
    padding-bottom: 10px;
    font-size:14px;
    color:#999999;
    border-bottom: 1px solid #E6E6E6;
}
.newBannerBorder{
    border:1px solid #E6E6E6;
}
.tlkNewsMore{
    width:100%;
    padding:0px 20px 10px;
    box-sizing: border-box;
    font-size:14px;
    color:#999999;
    text-align: right;
    margin-top:20px;
    display: block;
}
.indexNewsItem{
    width:100%;
    height: 95px;
    margin-top:10px;
    display: flex;
    justify-content: flex-start;
    border:1px solid #CCCCCC;
}
.indexNewsDay{
    width: 100px;
    height:95px;
    text-align: center;
    padding:16px 0px;
    border-right:1px solid #CCCCCC;
}
.indexNewsDay p{
    font-size:36px;
    font-weight:bold;
    color:rgba(118,118,118,1);
}
.indexNewsDay span{
    font-size:14px;
    font-weight:400;
    color:rgba(118,118,118,1);
}
.indexNewsContent{
    padding:15px 20px;
    width:420px;
    box-sizing: border-box;
    height:95px;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.indexNewsTitle{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.indexNewsInfo{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.indexNewsItem:hover .indexNewsTitle{
    color: red;
}

.tlkNewsButton{
    width:390px;
    height:40px;
    position: relative;
    text-align: center;    
    margin:40px 0 0px;
}
/*案例页面*/

/*成功案例导航*/

.tlkCaseAttr{
    padding:29px 0px;
    margin:50px auto 0px;
    width:1200px;

    min-height:78px;
    box-sizing: border-box;
    text-align: center;
}

.tlkCaseAttr a{
    padding: 5px 0px;
    font-size:14px;
    width:90px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    color:#333;
    margin:0px 10px;
}
.tlkCaseAttr span{
    color:#ccc;
}
.tlkCaseAttr .on,.tlkCaseAttr a:hover{
    background:#0092E5;
    color:#fff;
    border-radius:5px;
}
.tlkCaseContentList{
    width:1200px;
    margin:50px auto;
}
.caseItem{
    width: 285px;
    height:230px;
    position: relative;
    margin-top:25px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 20px;
}
.caseItem:nth-of-type(4n){
    margin-right: 0;
}
.caseItem .caseImg{
    width:100%;
    height:100%;
}
.caseHover{
   position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:100%;

    transition: all 0.5s;
    transform: translateY(100%);
}
.caseHoverBg{
    background:#0092e5;
    opacity: 0.7;
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:100%;
}
.caseHoverContent{
    position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.caseHover .caseLogo{
    height:50px;
    width:auto;
    margin:36px auto 0;
}
.caseHover .caseText{
    width: 285px;
    padding:5px 20px;
    box-sizing: border-box;
    text-align: center;
    font-size:16px;
    color:#fff;
}
.caseLine{
    width:30px;
    height:1px;
    background:#fff;
    display: block;
}
.caseHover .casedown{
    width:25px;
    height:25px;
    margin:15px auto 0px;
    cursor: pointer;
}
.caseItem:hover .caseHover{
    transform: translateY(0%);
    transition: all 0.5s;

}
/*建站知识*/
.tlkNewsContainer{
    width:1200px;
    padding:50px 0px 0px;
    display: flex;
    box-sizing: border-box;
    margin:0px auto;
    height:auto;
    justify-content: flex-start;
}
.newContent{
    width: 890px;
}

.newList{
    width:100%;
    height:205px;
    margin-bottom:30px;
    padding-bottom:25px;
    box-sizing: border-box;
    border-bottom:1px solid #cccccc;
    display: flex;
    justify-content:flex-start;
    align-items: center;
}
.newList .newImg{
    width:260px;
    height:180px;
    margin-right:25px;
}
.newList .newText{
    width:605px;
    height:180px;
    display: flex;
    justify-content:space-between;
    flex-direction:column;
}
.newList .newTitle{
    width: 100%;
    height: 29px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.newList .newTitle a{
    color:#262626;
}
.newList .newDesc{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newLook{
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    display: block;
    height:20px;
}
.newLook .newTime{
    padding-left:20px;
    background:url("../images/new/time.png")no-repeat 5px center;
    background-size: 10px 10px;
    height:20px;
    line-height:20px;
    display: inline-block;
}
.newLook .newView{
    padding-left:20px;
    margin-left:20px;
    background:url("../images/new/view.png")no-repeat 5px center;
    background-size:13px 9px;
    height:20px;
    line-height:20px;
    display: inline-block;
}
.newHref{
    display: inline-block;
    width: 150px;
    height: 40px;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
    line-height: 40px;
    border: 1px solid #999999;
    border-radius: 5px;
    background: url(../images/new/path1.png) no-repeat 96px center;
    cursor: pointer;
}
.tlkGoods{
    width:280px;
    margin-left:30px;
}

.GoodContent{
    border:1px solid #999999;
    padding:20px 15px;
}
.tlkGoodCase{
    height:750px;

}
.fisrtCase{
    margin-top:15px;
    width:250px;
    height:215px;
    padding-bottom:15px;
    border-bottom:1px solid #e6e6e6;

}
.fisrtCase .case{
    width:100%;
    height:200px;
    position: relative;
    display: inline-block;
}
.fisrtCaseImg{
    width:100%;
    height:100%;
}
.fisrtCaseBgText{
    padding:10px 15px;
    width:100%;
    display:inline-block;
    background:#000000;
    opacity:0.4;
    font-size:14px;
    position: absolute;
    bottom: 0;
    left:0;
}
.fisrtCaseText{
    padding:10px 15px;
    width:100%;
    display:inline-block;
    color:#fff;
    font-size:14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left:0;
}
.goodsCaseNum{
    display: inline-block;
    top:0;
    left:0;
    color:#fff;
    background:#000;
    opacity:0.5;
    width:20px;
    height:25px;
    line-height:25px;
    text-align: center;
    position: absolute;
}
.goodsCaseItem{
    width:100%;
    padding:15px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:1px solid #999999;
    display: flex;
    justify-content:space-between;
}
.goodsCaseItem .itemCaseImg{
    width:95px;
    height:80px;
    position: relative;
}
.goodsCaseItem .itemCaseImg img{
    width:100%;
    height:100%;
}
.itemCaseContent{
    height:70px;
    width:140px;
    display: flex;

    flex-direction:column;
    justify-content:space-between;
}
.itemCaseTitle{
    width:140px;
    font-size:14px;
    font-weight:400;
    color:rgba(64,64,64,1);
}
.goodsCaseItem:hover .itemCaseTitle{
    color: red !important;
}
.itemCaseContent .newTime{
    padding-left:20px;
    background:url("../images/new/time.png")no-repeat 0px center;
    background-size:10px 10px;
    height:20px;
    line-height:20px;
    display: inline-block;

    font-size:12px;

    font-weight:400;

    color:rgba(153,153,153,1);


}


.tlkGoodNes{
    margin-top:20px;
    height:470px;
}
.goodTitle{
    border-bottom:1px solid #999999;
    padding-bottom:5px;
    display: flex;
    justify-content:space-between;
}
.goodTitle .title{
    font-size:20px;
    font-weight:400;
    color:rgba(64,64,64,1);
}
.goodTitle .more{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.goodsNewsItem{
    margin-top:20px;
}
.goodsNewsItem li{
    margin-bottom:20px;

    height:20px;
    line-height:20px;
    width:260px;
    font-weight:400;
    overflow: hidden;

    display: flex;
    align-items: center;
}
.goodsNewsItem li a{
    color:rgba(102,102,102,1);
    font-size:14px;
}

.goodsNewsItem li span{
    height:20px;
    line-height:20px;
    display: inline-block;
    margin-right:2px;
}
.goodsNewsItem .tor{
    color:#FF9933;
}
.goodsNewsItem a{
    width:231px;
    line-height:20px;
    height:20px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
/*分页*/
.tlkPage{
    margin:80px auto 0px;
    margin-bottom:100px;
    width:1200px;
    height:40px;
    text-align: center;
}
.tlkPage li{
    display: inline-block;
    margin-right: 10px;
}
.tlkPage a,.tlkPage span{

    font-size:14px;
    padding:9px 15px;
    color:#999999;
    border:1px solid #cccccc;
    cursor: pointer;
}
.tlkPage .active span,.tlkPage a:hover{
    color:#fff;
    background:#0092E5;
    border-color: #0092E5;
}
/*咨询详情*/
.newDetails{
    width:100%;
    height:auto;
    border:1px solid #999999;
    padding:40px 30px;
    box-sizing: border-box;
}
.newDetailsTop{
    width:100%;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 25px;

}
.newDetails .content img{
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.newDetails p{
    margin-bottom: 20px;
}
.newDetailsTitle{
    width:100%;
    text-align: center;
    font-size:30px;
    font-weight:400;
    color:rgba(39,39,39,1);
}
.newDetailsParam{
    text-align: center;
    margin-top:14px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    padding-bottom: 20px;
}
.newDetailsItem{
    width:100%;
    margin-top:35px;
    display: flex;
    justify-content:space-between;
    font-size:16px;
    font-weight:400;
}
.newDetailsItem span{
    color:#262626
}
.newDetailsItem a{
    color:#666666;
    cursor: pointer;
}
.newRecmo{
    width:900px;
    height:auto;
    margin-top:35px;
}
.newRecmoTitle{
    width:72px;
    font-size:18px;
    font-weight:400;
    color:rgba(38,38,38,1);
    padding-bottom:10px;
    border-bottom:1px solid #E5E5E5;
}
.newRecomList{
    margin-top:20px;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.newRecomItem{
    width:285px;
    height: 260px;
    margin-bottom:20px;
    border:1px solid #E6E6E6;
}
.newRecomImg{
    width:285px;
    height:200px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: block;
}
.newRecomImg img{
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: .3s;
}
.newRecomItem:hover .newRecomImg img{
    transform: scale(1.1);
}
.newRecomTitle{
    font-size:14px;
    font-weight:400;

    display: inline-block;
    color:rgba(38,38,38,1);
    margin-top:15px;
    padding-left:10px;
    box-sizing: border-box;
    cursor: pointer;
}
/*成功案例*/
.caseContainer{
    padding:164px 0px 53px 0px;
    width:1200px;
    margin:0px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.caseSuccImg{
    width:660px;
    height:586px;
    background:url('../images/success1.png') no-repeat ;
    background-size:100%;
    position: relative;
}
.caseSuccPcImg{
    width:590px;
    height:348px;
    position: absolute;
    top:35px;
    left:35px;

}

.caseMobileImg{
    position: absolute;
    bottom: 0;
    right:30px;
    width:150px;
    height:330px;
    background:url('../images/success2.png') no-repeat ;
    background-size:100%;
}
.caseSuccMobileImg{
    position: absolute;
    bottom:65px;
    right:12px;
    height:218px;
    width:128px;
}
.cassSuccDec{
    width:470px;

}
.cassSuccDec .title{
    font-size:30px;
    font-weight:400;
    color:rgba(38,38,38,1);

}
.cassSuccDec .caseDescTitle{
    margin-top:30px;
    width:72px;
    height:27px;
    font-size:18px;
    font-weight:400;
    line-height:40px;
    color:rgba(38,38,38,1);
}
.cassSuccDec .caseDescLine{
    width:50px;
    height:4px;
    margin-top:15px;
    background:#0092E5;
}
.cassSuccDec  .caseDescInfo{
    margin-top:20px;
    width:470px;
    font-size:16px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(38,38,38,1);

}
.project{
    margin-top:25px;
    display: flex;
    width:100%;
    padding-bottom:15px;
    border-bottom: 1px solid #999999;
    justify-content:flex-start;
    align-items: center;
}

.projectImg{
    width:50px;
    height:50px;

}
.projectImg a{
    width:50px;
    height:50px;
    display: inline-block;
}
.projectImg .projectImg1{
    background:url('../images/pc.png') no-repeat 100%;
    background-size:100% 100%;
}
.projectMove{
    position: relative;
}
.projectMove img,.projectMove canvas{
    position: absolute;
    top: -45px;
    left: 68px;
    width: 140px;
    height: 140px;
    display: none;
    border: 1px solid #828282;
}
.projectMove img{
    z-index: 1;
    width: 80px;
    height: auto;
    background: #0092e5;
    top: 10px;
    left: 99px;
}
.projectImg .projectImg2{
    background:url('../images/move.png') no-repeat 100%;
    background-size:100% 100%;
}
.projectEd .projectImg1{
    background:url('../images/pc1.png') no-repeat 100%;
    background-size:100% 100%;
}.projectEd .projectImg2{
    background:url('../images/move1.png') no-repeat 100%;
    background-size:100% 100%;
}
.projectPcImg{
    width:25px;
    height:25px;
}
.projectMvImg{
    width:17px;
    height:25px;
}
.projectHref{
    margin-top:60px;
    display: flex;
    justify-content:flex-start;
}
.projectHref a{
   width:200px;
    height:60px;
    border-radius: 30px;
    display: inline-block;
    line-height:60px;
    text-align: center;
    border:1px solid #0092E5;
    font-size:18px;
}
.projcetSit{
    color:#0092E5;
}
.projectWeb{
    background:#0092E5;
    color:#fff;
}
.caseReomContainer{
    width:100%;
    height:auto;
    background:#F0F0F0;
    padding:70px 0px 110px;
    box-sizing: border-box;
}
.caseReomTitle{
    width:1200px;
    margin:0px auto;
    text-align: center;
    font-size:40px;
    font-weight:400;
    color:rgba(51,51,51,1);
    padding-bottom:20px;
    border-bottom:1px solid #CCCCCC;
}
.caseReomList{
    margin:30px auto 0px;
    width:1200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.caseReomItem{
    width:285px;
    margin-right:20px;
    height:auto;
    display: inline-block;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.caseReomItem:nth-of-type(4n){
    margin-right: 0;
}
.caseReomItemEd{
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0px, -5px, 0px);
    color:#0092E5;
}
.caseReomItemEd .remoItemDes span{
    color:#0092E5;
}

.caseReomItemEd .remoItemUp{
    display: block;
}

.caseReomItem .imgBox{
    width:285px;
    height:230px;
    overflow: hidden;
}
.caseReomItem .imgBox img{
    width: 100%;
    height: auto;
}
.remoItemDes{
    height:80px;
    width:100%;
    padding:15px;
    box-sizing: border-box;
    background:#fff;
    display: flex;
    justify-content:flex-start;
}
.remoItemName{
    width:225px;
    display: flex;
    flex-direction:column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.remoItemName .itemName{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.remoItemName .itemSpan{
    margin-top:5px;
    width:56px;
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.remoItemUp{
    border-left: 1px solid #0092E5;
    display: none;
}
.remoItemUp img{
    width:28px;
    height:20px;
    margin-top:15px;
    margin-left:15px;
}
/*关于我们*/
.tlkAboutDataContainer{
    width:1200px;
    margin:0px auto;
    height:257px;
    background:#fff;
    padding:80px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.aboutDataItem{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutData .font60{
    font-size:60px;
    font-weight:normal;
    color:rgba(51,51,51,1);
}
.aboutData .font14{
    width:22px;
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);

}
.aboutDataInfo{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
/*企业介绍*/
.tlkAboutInfoContainer{
    width:100%;
    height:550px;
    display: flex;
    background:url("../images/aboutbg1.png") no-repeat 100%;
    background-size:100% 100%;

}
.tlkAboutInfoBk{
    width:620px;
    height:550px;
}

.aboutInfoContent{
    width:1200px;
    margin:0px auto;
    display: flex;
    justify-content:flex-start;
}

.aboutInfoDesc{
 margin-top:115px;
    width:600px;

}
.aboutInfoDesc .title{
    font-size:24px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.aboutInfoDesc .line{
    width:40px;
    height:2px;
    margin-top:5px;
    margin-bottom:25px;
    background: #333;
}
.aboutInfoDesc .info p{
    width:600px;

    font-size:14px;

    font-weight:400;
    color:rgba(51,51,51,1);
    text-indent:30px;
}
.attr{
    width:100%;
    display: flex;
    margin-top:53px;
    justify-content:flex-start;
}
.attrItem{
    width:50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.attrItem .attrImg{
    width:50px;
    height:50px;
}
.attrItem .attrImg1{
    background:url("../images/originality.png") no-repeat 100%;
    backgtound-size:100% 100%;
}
.attrItem .attrImg2{
    background:url("../images/major.png") no-repeat 100%;
    backgtound-size:100% 100%;
}
.attrItem .attrImg3{
    background:url("../images/service.png") no-repeat 100%;
    backgtound-size:100% 100%;
}
.attrItem img{
    width:25px;
    height:20px;
}
.attrItem span{
    margin-top:11px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
}

.tlkAboutInfoSw{
    width:590px;
    height:384px;
    margin-top:84px;
}
/*我们的业务*/
.tlkBusinessContainer{
    width:100%;
    height:557px;
    background: url('../images/aboutbg2.png') no-repeat 100%;
    background-size:100% 100%;
    color:#fff;
    padding-top:115px;
}
.tlkBusinessContent{
    width:1200px;
    margin:0px auto;
    display: flex;
    justify-content:flex-start;
}
.tlkBusinessItem{
    margin-right:99px;
}
.tlkBuisnessTitle{
    font-size:24px;
    font-weight:400;
    opacity:1;
}
.buisnessLine{
    background:#fff;
    width:40px;
    height:2px;
    margin-top:10px;
}
.buisnessContent{
    margin-top:50px;
    display: flex;
    flex-direction: row;
    width:720px;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.buisnessItem{
    width:300px;
}
.buisnessContent img{
    height:38px;
    width:39px;
}
.buisnessItemInfo{
  margin-top:10px;
    font-size:18px;
    font-weight:400;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color:rgba(255,255,255,1);
}
.buisnessItemDesc{
    margin-top:15px;
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.tlkBusinessImg{
    width:323px;
    height:360px;
    margin-top:46px;
}
/**推来客**/
.tlkCompanyContainer {
    width: 100%;
    height: 260px;
    padding:103px 0px;
    background: url('../images/aboutbg4.png') no-repeat 100%;
}
.tlkCompanyContent{
    margin:0px auto;
    width:1200px;
    height:60px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.companyLogo{
    height:55px;
    width:214px;
}
.companyContent{
    width:715px;
    height:54px;
    font-size:16px;
    font-weight:400;
    line-height:30px;
    color:rgba(51,51,51,1);
}
.companyBtn{
    width:250px;
    height:60px;
    line-height:60px;
    text-align: center;
    border:1px solid #0092E5;
    border-radius: 50px;
    color:#0092e5;
    font-size:18px;
}

/*底部*/
.footerTop{
    width:100%;
    background:#18212a;
    padding:50px 0px;
    box-sizing: border-box;
    color:#fff;
}
.footList{
    width:1200px;
    height: auto;
    margin:0px auto 40px;
}
.footListTitle{
    margin-bottom: 10px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 18px;
    width: 100%;
    padding-bottom: 30px;
}
.footListTitle span{
    cursor: pointer;
    padding-bottom: 4px;
    margin-right: 20px;
}
.footlistTab .activity{
    color: #0092E5;
    border-bottom: 5px solid #0092E5;

}
.footListItem a{
    font-size:14px;
    margin-right:30px;

    height:20px;
    line-height:20px;
    display: inline-block;
    margin-top:5px;
}
.footContent{
    width:1200px;
    height:200px;
    display: flex;
    margin:0px auto 59px;
    justify-content:flex-start;
    margin-bottom: 0;
}
.footContentTile{
    margin-bottom:30px;
}
.footContentTileChain{
    width:115px;
    font-size:24px;
    font-weight:400;
    opacity:1;
}
.footContentTileEnglish{
    width:102px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.footService{
    width:340px;
    border-right:1px solid #fff;
}
.footServiceList{
    width:192px;
}
.footServiceList p{
    width:100%;
    margin-bottom:22px;
    display: flex;
    justify-content:space-between;
    font-size:14px;
}
.footTel{
    margin-left:80px;
}
.footTelContent p{
    width:100%;
    margin-bottom:22px;
    display: flex;
    justify-content:flex-start;
    font-size:14px;
    line-height: 14px;
}
.footWxQcord{
    margin-left:200px;
}

.footWxQcord img{
    width:135px;
    height:135px;
}

.footBottom{
    width:100%;
    text-align: center;
    background:#000;
    height:60px;
    line-height:60px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.footBottom a{
    line-height:60px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
}

/*网站建设 扣的代码 出处https://www.tlkjt.com/construction/ */
.img-title{
    display: block;
    margin: 0 auto;
    width: 310px;
}
.item1{
    width: 1200px;
    margin: 40px auto;
}
.item1-title1{
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 40px;
}
.item1-content{
    width: 690px;
    height: 700px;
    background: url("../images/item1bg.png") no-repeat;
    background-size: cover;
    margin:  0 auto;
    position: relative;
}
.item1-content p{
    text-align: center;
    position: absolute;
    font-size: 30px;
    top: 183px;
    left: 105px;
}
.item1-content p:nth-of-type(2){
    top: 183px;
    left: 458px;
}
.item1-content p:nth-of-type(3){
    top: 399px;
    left: 99px;
}
.item1-content p:nth-of-type(4){
    top: 399px;
    left: 446px;
}
.item1-content p:nth-of-type(5){
    top: 509px;
    left: 286px;
}
.item1-content p:nth-of-type(6){
    top: 59px;
    left: 286px;
}
.item1 h2{
    text-align: center;
    font-size: 28px;
    font-weight: 400
}
.item1-content2{
    width: 1200px;
    margin: 0 auto;
}
.item1-content2-item{
    width: 500px;
    height: 207px;
    background: url("../images/item1bg2.png");
    background-size: cover;
}
.item1-content2-item p{
    font-size: 30px;
    padding: 40px;
}
.item2{
    width: 100%;
    background: url("../images/item2bg.jpg") no-repeat;
    background-size: cover;
    margin: 40px auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.item2-content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.item2-content-1-item{
    float: left;
    margin-right: 92px;
}
.item2-content-1-item:nth-of-type(3){
    margin-right: 0;
}
.item2-content-1-item p{
    display: block;
    float: left;
    color: #fc8301;
    font-size: 90px;
    line-height: 80px;
    font-weight: 900;
}
.item2-content-1-item p:nth-of-type(2){
    font-size: 30px;
    color: #ffffff;
    line-height: 10px;
    margin-top: 16px;
}
.item2-content-1-item p:nth-of-type(2) span{
    font-size: 13px;
    margin-top: 13px;
    display: block;
    line-height: 17px;
}
.item2-content-2{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.item2-content-2-item{
    width: 280px;
    margin-right: 26px;
    float: left;
}
.item2-content-2-item:nth-of-type(4){
    margin-right: 0;
}
.item2-content-2-item img{
    width: 100%;
    height: 348px;
}
.item2-content-2-item p{
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    margin-top: 10px;
}
.item2-content-2-item a{
    display: block;
    margin: 0 auto;
    color: #ffffff;
    padding: 5px 20px;
    border: 1px solid #fc8301;
    width: 105px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    text-align: center;
    margin-top: 10px;
}
.item3{
    width: 1200px;
    margin: 40px auto;
}
.item3 h2{
    font-weight: normal;
    text-align: center;
    font-size: 20px;
}
.item3-content{
    margin-top: 30px;
}
.item3-content-item{
    width: 500px;
    height: 210px;
    background: url("../images/item3-1.png");
    background-size: cover !important;
    margin-right: 200px;
    float: left;
}
.item3-content-item:nth-of-type(2){
    background: url("../images/item3-2.png");
}
.item3-content-item:nth-of-type(3){
    background: url("../images/item3-3.png");
}
.item3-content-item:nth-of-type(4){
    background: url("../images/item3-4.png");
}
.item3-content-item:nth-of-type(5){
    background: url("../images/item3-5.png");
}
.item3-content-item:nth-of-type(6){
    background: url("../images/item3-6.png");
}
.item3-content-item p{
    line-height: 158px;
    font-size: 50px;
    font-weight: bolder;
    margin-left: 213px;
}
.item3-content-item:nth-of-type(2n){
    margin-right: 0;
}
.item3-content-item:nth-of-type(2n) p{
    margin-left: 153px;
}


.item4{
    width: 100%;
    background: url("../images/item4bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.item4-content-1{
    width: 1200px;
    margin: 0 auto;
    margin-left: 730px;
}
.item4-content-1 p{
    color: #fbfcfd;
    text-align: left;
    font-size: 20px;
    margin-left: -11px;
}
.item4-content-2{
    width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}
.item4-content-2-item{
    width: 180px;
    float: left;
    margin-right: 44px;
}
.item4-content-2-item:nth-of-type(6){
    margin-right: 0;
}
.item4-content-2-item img{
    display: block;
    margin: 0 auto;
}
.item4-content-2-item h1{
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}
.item4-content-2-item span{
    display: block;
    width: 60px;
    border: 1px solid #ffffff;
    margin: 0 auto;
    margin-top: 5px;
}
.item4-content-2-item p{
    color: #ffffff;
    font-size: 14px;
    margin-left: 40px;
}
.item4-content-2>a{
    color: #fced01;
    display: block;
    margin: 0 auto;
    width: 367px;
    text-align: center;
    padding: 19px 20px;
    background: rgba(204, 204, 204, 0.3);
    margin-top: 50px;
    font-size: 20px;
}
.item4-content-2-item:nth-of-type(6) p{
    margin-left: 17px;
}

.item1-title1{
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 40px;
}
.case-body{
    display: block;
    width:1300px;
    margin: 0 auto;
    overflow: hidden;
}

.case-body ul{
    display: block;
    margin: 0 ;
}

.case-body li{
    display: block;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 16px;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
}
.case-body li:nth-of-type(3n){
    margin-right: 0;
}
.case-body .item1{
    -webkit-transition: 0.3s 0.5s linear;
    -o-transition: 0.3s 0.5s linear;
    transition: 0.3s 0.5s linear;
}

.case-body .item2{
    -webkit-transition: 0.45s 0.5s linear;
    -o-transition: 0.45s 0.5s linear;
    transition: 0.45s 0.5s linear;
}

.case-body .item3{
    -webkit-transition: 0.6s 0.5s linear;
    -o-transition: 0.6s 0.5s linear;
    transition: 0.6s 0.5s linear;
}

.case-body .item4{
    -webkit-transition: 0.75s 0.5s linear;
    -o-transition: 0.75s 0.5s linear;
    transition: 0.75s 0.5s linear;
}

.case-body .item5{
    -webkit-transition: 0.9s 0.5s linear;
    -o-transition: 0.9s 0.5s linear;
    transition: 0.9s 0.5s linear;
}

.case-body .item6{
    -webkit-transition: 1.05s 0.5s linear;
    -o-transition: 1.05s 0.5s linear;
    transition: 1.05s 0.5s linear;
}

.case-body .item7{
    -webkit-transition: 1.3s 0.5s linear;
    -o-transition: 1.3s 0.5s linear;
    transition: 1.3s 0.5s linear;
}

.case-body .item8{
    -webkit-transition: 1.45s 0.5s linear;
    -o-transition: 1.45s 0.5s linear;
    transition: 1.45s 0.5s linear;
}

.case-body.show li{
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}

.case-body li .content{
    display: block;
    padding: 0 8px;
}

.case-body li .content .pic{
    display: block;
    overflow: hidden;
    position: relative;
}

.case-body li .content .pic img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform-origin:50% 50%;
}

.case-body li .content:hover .pic img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case-body li .content .pic .icon{
    position: absolute;
    display: block;
    width: 51px;
    height: 60px;
    top:50%;
    margin-top: -25px;
    left:50%;
    margin-left: -30px;
    background: url(../images/hexagon-icon.png) no-repeat center;
    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.case-body li .content:hover .pic .icon{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter:alpha(opacity= 100);
}

.case-body li .content .info{
    display: block;
    height: 60px;
  /*  line-height: 60px;*/
    padding: 0 10px 0 10px;
    background-color: #f1f1f1;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

/*.case-body li .content:hover .info{
    background-color: #0d94e2;
}*/

.case-body li .content .info h4{
    display: block;
    float: left;
    width: 270px;
    overflow: hidden;
    height: 50px;
}

.case-body li .content .info h4 a{
    color: #333;
    font-size: 16px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.case-body li .content:hover .info h4 a{
    color: #fff;
}

.case-body li .content .info .enter{
    position: relative;
    display: block;
    float: right;
}

.case-body li .content .info .enter a{
    display: block;
    float: left;
    width: 31px;
    height: 31px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-top: 14px;
    /*margin-left: 10px;*/
    -webkit-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

.case-body li .content .info .enter a:hover{
    border: 1px solid #fff;
}

.case-body li .content .info .enter .computer-icon{
    background:url(../images/icon.png) no-repeat -1px -301px;
}

.case-body li .content:hover .info .enter .computer-icon{
    background:url(../images/icon.png) no-repeat -1px -367px;
}

.case-body li .content .info .enter .mobel-phone-icon{
    background:url(../images/icon.png) no-repeat -1px -268px;
}

.case-body li .content:hover .info .enter .mobel-phone-icon{
    background:url(../images/icon.png) no-repeat -1px -334px;
}

.case-body li .content .info .enter .case-ewm{
    display: none;
    position: absolute;
    padding: 6px;
    border: 1px solid #e0e0e0;
    bottom:47px;
    right:-20px;
    background-color: #fff;
    z-index: 10;
}

.case-body li .content .info .enter .case-ewm img{
    display: block;
    width: 140px;
    height: 140px;
}

.case-body li .content .info .enter .case-ewm p{
    display: block;
    padding: 10px;
    line-height: 1;
    text-align: center;
    color: #383838;
    white-space: nowrap;
}

.case-body li .content .info .enter .case-ewm .arrow{
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    bottom:-16px;
    right:30px;
}

.index-more{width: 520px; height: 50px; margin: 30px auto; border: 1px solid #e5e5e5; color: #373737; font-size: 14px; text-align: center; line-height: 50px; border-radius: 5px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s;}
.index-more:hover{border-color: #4392df; border-radius: 25px; color: #4392df;}
.amore{
    color:#999;
    font-size:14px;
}
/*æ›´å¤šæœåŠ¡*/
.more{
    width: 100%;
    background: url("../images/more.png");
    height: 600px;
    background-size: cover;
}
.more h2{
    padding-top: 20px;
    text-align: center;
}
.more h2 img{
    width: 300px;
}
.more-content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.more-item{
    width: 250px;
    height: 400px;
    background: #feb17b;
    float: left;
    margin-right: 56px;
    transition: 0.5s ease-in-out;
    position: relative;
}
.more-item:nth-of-type(2){
    background: #a6cf69;
}
.more-item:nth-of-type(3){
    background: #84cac8;
}
.more-item:nth-of-type(4){
    margin-right: 0px;
    background: #ef847e;
}
.more-item p{
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}
.more-item img{
    display: block;
    width: 70px;
    margin: 0 auto;
    margin-top: 40px;
    transition: 0.5s ease-in-out;
    position: absolute;
    bottom: 87px;
    left: 85px;
}
.more-item a{
    position: absolute;
    bottom: 20px;
    left: 65px;
    display: block;
    width: 110px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #ffffff;
    margin: 0 auto;
    margin-top: 20px;
    transition: 0.5s ease-in-out;
}
.more-item p:nth-of-type(1){
    padding-top: 30px;
    font-size: 26px;
}
.more-item p:nth-of-type(2){
    font-size: 14px;
    font-weight: normal;
}
.more-item p:nth-of-type(3){
    padding: 0 46px;
    padding-top: 60px;
    line-height: 24px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
}
.current{
    width: 280px;
    height: 460px;
    margin-top: -30px;
    transition: 0.5s ease-in-out;

}
.current img{
    left: 104px;
}
.current a{
    left: 83px;
}

.case-body{
    display: block;
    width:1300px;
    margin: 0 auto;
    overflow: hidden;
}

.case-body ul{
    display: block;
}

.case-body li{
    display: block;
    width: 32%;
    float: left;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-right: 2%;
    margin-bottom: 60px;
}
.case-body li:nth-of-type(3n){
    margin-right: 0;
}
.case-body .item1{
    -webkit-transition: 0.3s 0.5s linear;
    -o-transition: 0.3s 0.5s linear;
    transition: 0.3s 0.5s linear;
}

.case-body .item2{
    -webkit-transition: 0.45s 0.5s linear;
    -o-transition: 0.45s 0.5s linear;
    transition: 0.45s 0.5s linear;
}

.case-body .item3{
    -webkit-transition: 0.6s 0.5s linear;
    -o-transition: 0.6s 0.5s linear;
    transition: 0.6s 0.5s linear;
}

.case-body .item4{
    -webkit-transition: 0.75s 0.5s linear;
    -o-transition: 0.75s 0.5s linear;
    transition: 0.75s 0.5s linear;
}

.case-body .item5{
    -webkit-transition: 0.9s 0.5s linear;
    -o-transition: 0.9s 0.5s linear;
    transition: 0.9s 0.5s linear;
}

.case-body .item6{
    -webkit-transition: 1.05s 0.5s linear;
    -o-transition: 1.05s 0.5s linear;
    transition: 1.05s 0.5s linear;
}

.case-body .item7{
    -webkit-transition: 1.3s 0.5s linear;
    -o-transition: 1.3s 0.5s linear;
    transition: 1.3s 0.5s linear;
}

.case-body .item8{
    -webkit-transition: 1.45s 0.5s linear;
    -o-transition: 1.45s 0.5s linear;
    transition: 1.45s 0.5s linear;
}

.case-body.show li{
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
}

.case-body li .content{
    display: block;
    position: relative;
}
.case-body li .content .info{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    cursor: pointer;
    background: rgba(0,0,0,.7);
    overflow: hidden;
    transition-duration: .5s;
}
.case-body li .content .info .info-body{
    width: 90%;
    height: 90%;
    margin: 5%;
    border: 1px solid #fff;
    transition-duration: .5s;
}

.case-body li .content .info .info-body img{
    display: block;
    margin: 30px auto;
    transition-duration: .5s;
}
.more-info{
    display: block;
    margin-top: 20px;
}
.more-info h2{
    text-align: left;
    color: #000000;
    font-size: 16px;
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 10px;
}
.more-info h2 span{
    float: right;
    color: #959595;
    font-size: 16px;
    transition-duration: .5s;
}
.more-info h2 span:hover{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transition-duration: .5s;
}
.more-info p{
    margin-top: 10px;
    font-size: 15px;
    color: #c1c1c1;
}
.more-info p span{
    transition-duration: .5s;
}
.more-info p span.on{
    color: red;
}
.more-info p span:hover{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transition-duration: .5s;
}
.case-body li .content .info h2{
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 100px;
}
.case-body li .content .info span{
    background: #fff;
    height: 1px;
    text-align: center;
    width: 50px;
    display: block;
    margin: 30px auto;
}
.case-body li .content .info p{
    color: #cacaca;
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
}
.case-body li .content .pic{
    display: block;
    overflow: hidden;
    position: relative;
}

.case-body li .content .pic img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 456px;
    min-height: 456px;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    transform-origin:50% 50%;
}

.case-body li .content:hover .pic img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.case-body li:hover .info{
    opacity: 1;
    transition-duration: .5s;
}

.case-center .case-type ul li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    padding: 0 30px;
    background-color: #fff;
}

.case-center .case-type ul li i{
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.case-center .case-type ul li:hover i{
    background-color: #ddd;
}

.case-center .case-type ul li .all-icon{
    background: #eee url(../images/case-type-icon.png) no-repeat 0px 0px;
}

.case-center .case-type ul li:hover .all-icon,.case-center .case-type ul li.active .all-icon{
    background: #0d94e2 url(../images/case-type-icon.png) no-repeat 0px -64px;
}

.case-center .case-type ul li .type1-icon{
    background: #eee url(../images/case-type-icon.png) no-repeat 0px -128px;
}

.case-center .case-type ul li:hover .type1-icon,.case-center .case-type ul li.active .type1-icon{
    background: #0d94e2 url(../images/case-type-icon.png) no-repeat 0px -192px;
}

.case-center .case-type ul li .type2-icon{
    background: #eee url(../images/case-type-icon.png) no-repeat 0px -256px;
}

.case-center .case-type ul li:hover .type2-icon,.case-center .case-type ul li.active .type2-icon{
    background: #0d94e2 url(../images/case-type-icon.png) no-repeat 0px -320px;
}

.case-center .case-type ul li .type3-icon{
    background: #eee url(../images/case-type-icon.png) no-repeat 0px -384px;
}

.case-center .case-type ul li:hover .type3-icon,.case-center .case-type ul li.active .type3-icon{
    background: #0d94e2 url(../images/case-type-icon.png) no-repeat 0px -448px;
}

.case-center .case-type ul li .type4-icon{
    background: #eee url(../images/case-type-icon.png) no-repeat 0px -512px;
}

.case-center .case-type ul li:hover .type4-icon,.case-center .case-type ul li.active .type4-icon{
    background: #0d94e2 url(../images/case-type-icon.png) no-repeat 0px -576px;
}


.case-center .case-type ul li .type5-icon{
    background: #eee url(../images/case-type-icon.png) no-repeat 0px -640px;
}

.case-center .case-type ul li:hover .type5-icon,.case-center .case-type ul li.active .type5-icon{
    background: #0d94e2 url(../images/case-type-icon.png) no-repeat 0px -704px;
}

.case-center .case-type ul li .type6-icon{
    background: #eee url(../images/case-type-icon.png) no-repeat 0px -768px;
}

.case-center .case-type ul li:hover .type6-icon,.case-center .case-type ul li.active .type6-icon{
    background: #0d94e2 url(../images/case-type-icon.png) no-repeat 0px -832px;
}


.case-center .case-type ul li .type7-icon{
    background: #eee url(../images/case-type-icon.png) no-repeat 0px -768px;
}

.case-center .case-type ul li:hover .type7-icon,.case-center .case-type ul li.active .type7-icon{
    background: #0d94e2 url(../images/case-type-icon.png) no-repeat 0px -832px;
}

.case-center .case-type ul li p{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-top: 14px;
}

.case-center .case-type ul li.active p{
    color: #0d94e2;
}

.case-center .case-body{
    display: block;
    margin-top: 60px;
}

.case-center .case-body li{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.construction-guarantee{
    width: 100%;
    height: 700px;
    padding-top: 70px;
    overflow: hidden;
    box-sizing: border-box;
}
.construction-guarantee .content{
    background: url("../images/gb.png") no-repeat;
    width: 843px;
    height: 380px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}
.construction-guarantee .content .item{
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:27px;
    color:rgba(102,102,102,1);
    position: absolute;
    white-space: nowrap;
}
.construction-guarantee .content .item:nth-of-type(1){
    top: 400px;
    left: -70px;
}
.construction-guarantee .content .item:nth-of-type(2){
    top: 190px;
    left: 132px;
}
.construction-guarantee .content .item:nth-of-type(3){
    top: 90px;
    left: 386px;
}
.construction-guarantee .content .item:nth-of-type(4){
    top: 190px;
    left: 645px;
}
.construction-guarantee .content .item:nth-of-type(5){
    top: 400px;
    left: 660px;
}
.construction-guarantee .content .imgBox{
    width: 413px;
    height: 250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -52px;
}

.construction-advantage{
    width: 100%;
    height: 580px;
    background: url("../images/advantage-bg.png") no-repeat center center;
    background-size: auto 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 70px;
}
.construction-advantage .main{
    width: 100%;
    position: relative;
    height: 145px;
    background: url("../images/advantage-line.png") no-repeat center center;
    background-size: auto 100%;
    margin-top: 126px;
}
.construction-advantage .main .content{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.construction-advantage .main .content .item{
    position: absolute;
    width: 170px;
}
.construction-advantage .main .content .item .imgBox{
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    background: url("../images/cab.png") no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
}
.construction-advantage .main .content .item:hover .imgBox{
    background: url("../images/cah.png") no-repeat center center;
    background-size: 100% 100%;
}
.construction-advantage .main .content .item .imgBox img{
    display: block;
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.construction-advantage .main .content .item .wordsBox{
    width: 170px;
    text-align: center;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    color:rgba(255,255,255,1);
    margin-top: 20px;
}
.construction-advantage .main .content .item:nth-of-type(1){
    top: 10px;
    left: 0px;
}
.construction-advantage .main .content .item:nth-of-type(2){
    top: 70px;
    left: 200px;
}
.construction-advantage .main .content .item:nth-of-type(3){
    top: -20px;
    left: 390px;
}
.construction-advantage .main .content .item:nth-of-type(4){
    top: -40px;
    left: 600px;
}
.construction-advantage .main .content .item:nth-of-type(5){
    top: 50px;
    left: 800px;
}
.construction-advantage .main .content .item:nth-of-type(6){
    top: -20px;
    right: 0px;
}

.construction-title h2{
    font-size:40px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(38,38,38,1);
}
.construction-title span{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 2px;
    background: #00A2E9;
}
.construction-title p{
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(112,112,112,1);
}

.construction-title{
    text-align: center;
}




/*å³ä¾§æ‚¬æµ®*/
.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.v30-contact {
    position: fixed;
    right: 2px;
    top: 30%;
    
    padding: 50px 0;
    border-right: 1px solid #0092df;
    height: 482px;
    box-sizing: border-box;
    z-index: 99
}

.v30-contact-form.cur {
    width: 200px;
    opacity: 1
}

.v30-contact .transition {
    transition-duration: .8s
}

.v30-contact .v30-contact-title {
    background-color: rgba(0, 146, 223, .8);
    color: #fff;
    padding: 15px 20px 0;
    white-space: nowrap;
    position: relative
}

.v30-contact .v30-contact-title .cf-close {
    position: absolute;
    left: 166px;
    top: 0;
    padding: 10px
}

.v30-contact-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #0092df;
    border-right: none;
    box-sizing: border-box
}

.v30-contact-item-block:nth-child(1) {
    top: 50px
}

.v30-contact-item-block:nth-child(2) {
    top: 128px
}

.v30-contact-item-block:nth-child(3) {
    top: 206px
}

.v30-contact-item-block:nth-child(4) {
    top: 284px
}

.v30-contact-item-block:nth-child(5) {
    top: 362px
}

.v30-contact-item {
    width: 100%;
    height: 100%
}

.v30-contact-item-p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px
}

.v30-contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.v30-contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}
.v30-contact-tel .v30-contact-item-in-p{
    color: #fff;
    text-align: center;
    line-height: 28px;
    height: 68px;
    white-space: nowrap;
    padding-top: 7px;
}

.v30-contact-in.cur {
    width: 156px;
    background-color: transparent
}

.v30-contact-in.cur .v30-contact-item-in {
    width: 100%;
    display: block
}

.v30-contact-in.cur .v30-contact-item {
    display: none
}

.v30-contact-in:before {
    content: "";
    background-color: rgba(0, 146, 223, .8);
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease
}

.v30-contact-in.cur:before {
    width: 100%
}

.v30-contact-item-block.v30-contact-top {
    display: none;
    cursor: pointer;
    width: 46px;
    height: 46px;
    top: 480px
}

.v30-contact-item-block.v30-contact-top .v30-contact-item-p {
    font-size: 14px;
    margin-top: 0
}

.v30-contact-in.v30-contact-search.cur {
    border-left: none
}

.v30-contact-form {
    position: absolute;
    width: 0;
    right: 156px;
    bottom: -1px;
    z-index: 999;
    overflow: hidden;
    opacity: 0
}

.v30-contact-form .cf-form {
    background-color: rgba(0, 146, 223, .8);
    box-sizing: border-box;
    padding: 10px 20px 20px;
    border-bottom: 1px solid #0092df
}

.v30-contact-form .cf-form-item {
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap
}

.v30-contact-form .cf-form-item:last-of-type {
    margin: 0
}

.v30-contact-form input {
    padding: 0 8px;
    margin: 0;
    border: none;
    box-sizing: border-box;
    width: 160px;
    height: 28px;
}
.v30-contact-qr-show {
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(0, 146, 223,.8);
    left: -160px;
    top: -91px;
    width: 160px;
    height: 160px;
    overflow: hidden;
}
.v30-contact-qr-show img{
    width: 100%;
    height: 100%;
}
.foot-link{
    width: 100%;
    height: 140px;
    background: #F7F7F7;
    overflow: hidden;
    padding-top: 25px;
}