*{margin: 0;padding: 0}
/*.center{width: 1200px;margin: 0 auto}*/
.welcome{background: #ececec;width: 100%;height: 30px}
.welcome-tit{margin-bottom: 10px;padding-top:5px}
.phone-num-bg{background: url("/statics/js/all/images/phone.png")0 18px no-repeat}
.phone-num-bg-top{padding-top: 5px}
.free-phone{font-size: 18px;font-family:黑体;padding-left: 40px;margin-bottom:0;margin-top: 10px}
.phone-num{font-size: 24px;color:#ffaf3f;padding-left: 40px}
li{list-style: none}
.nav-bg{width: 100%;background: #0074c5;height:50px;margin-top: 10px}
.nav-tit>li{float: left;width: 12.5%;text-align: center;height: 50px}
.nav-tit>li>a{color: #ffffff;font-size: 18px;text-decoration: none;line-height:50px}
.nav-tit>li:hover{background: #ffa200;height:60px;margin-top:-10px;line-height:70px}
.nav-tit>li{
    position: relative;
}
.nav-tit li .list{
    position:absolute;
    display: none;
    background: #ffa200;
    width: 100%;
    margin-top: -10px;
    opacity: 0.9;
    z-index: 6666;
}
.nav-tit li:hover .list{
    display: block;
    /*z-index: 9999;*/
}
.nav-tit li:hover .list li{
    line-height: 40px;
    border-bottom: 1px dashed #ffffff;
   margin: 0 10px;
}
.nav-tit li:hover .list li:last-child{
    border: none;
}
.nav-tit li .list li a{
    font-size: 16px;
    color: #ffffff;
}

.seach {
    border: none;
    background: #dedede;
    margin-top:0;
    display: inline-block;
    height: 30px;
    /*outline: none;*/
    padding-left:5px;
}
.seach-p{
    height: 50px;
    line-height: 50px;
}
.seach-p span{
    font-weight: bold;
}
.form{
    margin-top: 10px;
    position: relative;
}
.sub {
    background: url("/statics/js/all/images/seach.png") 0 0 no-repeat;
    /*background-size: 100% 100%;*/
    position: absolute;
    top:0;
    padding-left: 5px;
    border: none;
    width: 40px;
    height:30px;
    display: inline-block;
}
.chanpin-tit{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #0074c5;
}
.chanpin-tit-p{
    font-size: 20px;
    color: #0074c5;
    text-align: center;
    margin-top:-8px;
}
.cp-display img{
    transition: all 0.6s;
}
.cp-display .col-md-3{
    margin-bottom: 10px;
    margin-top: 5px;
}
.cp-display a{
    color:#666666;

}
.cp-display a:hover{
    color:#0074c5;
    text-decoration: none;
}
.about-p{
    text-indent: 2em;
    text-align: left;
}
.cp-display img:hover{
    transform:scale(1.2);
    transition: all 1s ease;
}
.chanpin-list a{
    width: 110px;
    height: 32px;
    margin: 30px 15px;
    line-height:30px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}

.chanpin-list a:hover{
    text-decoration: none;
    background: #0074c5;
    border-radius:15px;
    color: #ffffff;
}
.chanpin-list a:focus{
    color: #ffffff;
}

.chanpin-add{
    background: #0074c5;
    border-radius:15px;
    color: #ffffff;
    text-decoration: none;
}
.chanpin-line{
   box-shadow:  0 0 15px #666666;
    margin-bottom:15px;
}

.chanpin-more{
    width: 135px;
    height: 40px;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid #0074c5;
    border-radius:20px;
    line-height:40px;
    color: #0074c5;
    transition: all 1s;
}
.chanpin-more:hover{
    background: #ffa200;
    color: #ffffff;
    border: none;
    text-decoration: none;
    transition: all 1s;
}
/*关于我们*/
.gs-list a{
    width: 110px;
    height: 32px;
    margin: 30px 15px;
    line-height:30px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}

.gs-list a:hover{
    text-decoration: none;
    background: #0074c5;
    border-radius:15px;
    color: #ffffff;
}
.gs-list a:focus{
    color: #ffffff;
}
/*案例 tab*/

.anli-list a{
    width: 110px;
    height: 32px;
    margin: 30px 15px;
    line-height:30px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}

.anli-list a:hover{
    text-decoration: none;
    background: #0074c5;
    border-radius:15px;
    color: #ffffff;
}
.anli-list a:focus{
    color: #ffffff;
}
/*新闻 tab*/
.news-list a{
    width: 110px;
    height: 32px;
    margin: 30px 15px;
    line-height:30px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}

.news-list a:hover{
    text-decoration: none;
    background: #0074c5;
    border-radius:15px;
    color: #ffffff;
}
.news-list a:focus{
    color: #ffffff;
}
/*footer*/
.tfooter{
  height: 40px;
}
.tfooter li{
    display: inline-block;
}
.tfooter li a{
    padding: 0 18px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    line-height: 50px;
}
.tfooter li a:hover{
    color: #0074c5;
}
.tfooter2{
    margin-top: 50px;
}
.tfooter2-link {
    border-left: 1px solid #848485;
    padding-right: 10px;
}
.tfooter2-link li{
    color: #ffffff;
    height:33px;
    padding-left: 18px;
}
.tfooter2-link li span{
    padding-right: 20px;
}
.yunqi{
    color: #ffffff;
}
.yunqi:hover{
    color: #0074c5;
}
/*.tfooter li a{
   display: inline-block;
    padding: 0 18px;
}*/
.news-p{
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    overflow: hidden;
}

.news{
   padding-top: 5px;
    padding-bottom: 15px;
    overflow: hidden;
}
.news-date{
      border:1px solid #777777 ;
  }
.news h2, .news h4{
    transition: all 1s;
}
.news:hover h2,.news:hover h4{
    color: #ffffff;
    transition: all 1s;
}
.news:hover .news-date{
      background: #ffa200;
  }
.news a img{
   transition: all 0.6s;
    margin-bottom: 15px;
}
.news:hover a img{
    -webkit-transform: scale(1.1);
    -moz-transform:scale(1.1) ;
    -ms-transform: scale(1.1);
    -o-transform:scale(1.1) ;
    transform: scale(1.1);
    overflow: hidden;
    transition: all 0.6s;
    margin-bottom: 15px;
}
.news:hover{
    box-shadow:0 0 15px #585858 ;
}
.news a{
    color: #333333;
}
.news:hover a{
    color: #0074c5;
}
.al{
    position:relative;
    overflow: hidden;
    padding-top: 5px;
}
.al:hover{
    box-shadow: 0 0 10px #666666;
}

.anli{
    position:absolute;
    text-align: center;
    top: -300px;
    /*padding: 0 20px;*/
    /*transition: all 3s;*/
    background:rgba(0,116,197,0.6);
}
.anli a{
    position: absolute;
    top:40%;
    left:40%;
    transition: all 2s;
}

.al:hover .anli{
    position: absolute;
    top:0;
    left: 0;
    height: 275px;
    background:rgba(0,116,197,0.6);
    /*padding: 0 20px;*/
    /*transition: all 3s;*/
    width: 100%;
}
.chanpin-p{
    margin-top: 15px;
}
.chanpin-p p{
    text-align: left;
    padding-left: 0;
    transition: 1s;
}
.chanpin-p p a{
    color: #333333;
    font-size: 16px;
}
.al:hover .chanpin-p p a{
    color: #0074c5;
}
.al:hover .chanpin-p p {
    padding-left: 15px;
    transition: 1s;
    color: #0074c5;
}
.circle{
    display: none;
    transition: all 1s;
}
.al:hover .chanpin-p .circle{
    display: inline-block;
    transition: all 1s;
}


/*产品中心左侧导航栏 css*/
.main-margin{
    margin-top:40px;
}
.white-font{
    color: #ffffff;
}
.blue-font{
    color:#0074c5;
}
.main-left-tit-bg{
    background: #0074c5;
    padding:10px 0;
}
.main-left-tit{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.main-left-tit-list{
    border: 2px solid #0074c5;
    margin:0 15px;
}
.main-left-tit-list2{
    border: 2px solid #0074c5;
    margin: 0 15px;
}
.main-left-tit-list2 {
    margin-bottom:120px;
}
.main-left-tit-list li{
    background: #eeeeee;
    margin:5px 15px;
    line-height: 30px;
}
.main-left-tit-list li:last-child{
    margin-bottom:30px;
}
.main-left-tit-list li a{
    padding-left: 15px;
}
.main-left-tit-list li span{
    float: right;
    padding-right: 15px;
    padding-top:6px;
}
.main-left-contactUs li{
    line-height:30px;
}
.contactUS-pic{
    width: 100%;
    margin-bottom: -4px;
}
.main-left-two-p{
    position: absolute;
    bottom:0;
    left: 15px;
}
/*右侧部分*/
.main-right-tit-bg{
    background:#eeeeee;
    /*border: 1px solid #eeeeee;*/
}
.main-right-line{
    border: 1px solid #eeeeee;
}
.main-right-tit{
    font-size: 24px;
    font-weight:bold;
    display: inline-block;
    background: #ffa200;
    color: #ffffff;
    padding: 12px 10px;
    margin-bottom: 0;
    margin-left: -15px;
}
.main-right-tit2{
    display: inline-block;
    float: right;
    padding-top: 20px;
}
.main-right-cont-a{
    background:#dddddd;
    text-align: center;
    margin-top: -20px;
    line-height: 35px;
    display:block;
    margin-bottom:30px;
    color: #333333;
}
.main-right-cont-a:hover{
    background: #0074c5;
    color: #ffffff;
    text-decoration: none;
}
.page{
    margin-top: 30px;
}
.page a{
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 8px 15px;
    border-radius:20px;
    text-decoration: none;
    margin: 0 5px;
    color: #333333;
}
.page a:hover{
    color: #ffffff;
    background: #0074c5;
}
.page span{
    display: inline-block;
    color: #ffffff;
    background: #0074c5;
    /*border: 1px solid #eeeeee;*/
    padding: 8px 15px;
    border-radius:20px;
}
/*成功案例*/
.cganli-tit{
    font-weight: bold;
}
.cganli-margin{
    margin: 20px 0;
}

.multiLineText { /*设置文本为多行，如果超出长度用省略号代替*/
    width:100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp:4; /*限制在一个块元素显示的文本的行数*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*关于我们*/
.ambient{
    text-align: center;
    margin-bottom: 20px;
}
.ambient:hover p{
    background: #0074c5;
    color: #ffffff;
}
.ambient:hover img,.ambient:hover p{
    outline: 1px solid #0074c5;
}
.ambient-p{
     padding: 10px 0;
    background:#eeeeee;
    margin: 0 20px;
}
.about-cont-mar{
    margin-top: 20px;
    padding:0 30px;
}
.video-pic{
    outline: 1px solid #eeeeee;
}
.news-xq-tit{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.news-xq-tit-date{
    text-align: center;
}
.news-xq-tit-date span{
    display: inline-block;
    margin: 0 15px;
}
.page-up{
    display:block;
    color: #333333;
    margin-left: 20px;
    margin-top: 10px;
}
.page-up:hover{
    color: #0074c5;
}
.cpxq-pic-line{
    border: 1px solid #dddddd;
}
.cpxq-pic-margin{
    margin: 10px 0;
}
.xiaotu li{
    float: left;
    width: 33%;
    padding: 0;
}

.cptd-margin{
    margin-top: 100px;
}
.cptd-a{
    background: #c3c3c3;
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    color: #585858;
}
.cdtd-add{
    background: #0074c5;
    color: #ffffff;
}

.cptd-a:focus{
    color: #ffffff;
    text-decoration: none;
}
/*.cptd-margin > span{

}*/
/*.cptd-a{
    background:#0074c5;
    color:#ffffff;
    padding: 15px 30px;
    font-size: 16px;
}
.cptd-a:hover{
    color: #ffffff;
    text-decoration: none;
}
.cptd2{
    background: #c3c3c3;
    color: #666666;
    padding: 15px 30px;
    font-size: 16px;
    !important;
}
.cptd2:hover{
    background: #0074c5;
    color: #ffffff;
    text-decoration: none;
}*/

/*4大理由*/
.reason1{
    background:url("/statics/js/all/images/liyou01.png") no-repeat;
}
.reason1-cont{
    margin-top:124px;
}
.reason1-cont li{
    line-height:35px;
    margin-left: 110px;
    color: #666666;
}

.reason2{
    background: url("/statics/js/all/images/liyou02.png") no-repeat;
}
.reason2-cont{
    margin-top: 146px;
}
.reason2-cont li{
    line-height:29px;
    margin-left: 143px;
    color: #666666;
}
.reason3{
    background: url("/statics/js/all/images/liyou03.png") no-repeat;
}
.reason3-cont{
    margin-top: 105px;
}
.reason3-cont li{
    line-height:31px;
    margin-left: 114px;
    color: #666666;
}
.reason4{
    background:url("/statics/js/all/images/liyou04.png") no-repeat;
}
.reason4-cont{
    margin-top: 104px;
}
.reason4-cont li{
    line-height:30px;
    margin-left: 118px;
    color: #666666;
}
.ys-list li{
    float: left;
    width:16.666666%;
    height: 300px;
}
.wu-bg{
    background: url("/statics/js/all/images/5-bg.png") no-repeat;
    height: 500px;
}
.youshi1{
    background:url("/statics/js/all/images/youshi1.png") no-repeat center top;
}
.youshi1:hover{
    background: url("/statics/js/all/images/youshi11.png") no-repeat;

}
.youshi2{
    background: url("/statics/js/all/images/youshi2.png") no-repeat center top;
}
.youshi2:hover{
    background: url("/statics/js/all/images/youshi22.png") no-repeat;

}
.youshi3{
    background: url("/statics/js/all/images/youshi3.png") no-repeat center top;
}
.youshi3:hover{
    background: url("/statics/js/all/images/youshi33.png") no-repeat;

}
.youshi4{
    background: url("/statics/js/all/images/youshi4.png") no-repeat center top;
}
.youshi4:hover{
    background: url("/statics/js/all/images/youshi44.png") no-repeat ;

}
.youshi5{
    background: url("/statics/js/all/images/youshi5.png") no-repeat center top;
}
.youshi5:hover{
    background: url("/statics/js/all/images/youshi55.png") no-repeat ;
}
.youshi6{
    background: url("/statics/js/all/images/youshi6.png") no-repeat center top;
}
.youshi6:hover{
    background: url("/statics/js/all/images/youshi66.png") no-repeat center top ;

}
.gray-font{
    color: #666666;
}
.jianjie-p p{
    color: #666666;
}
.canguan li img{
  height: 300px;
}
.canguan li img:hover{
    border: 1px solid #0074c5;
}
.canguan li{
    float: left;
    width: 33.3333%;
    padding: 0 15px;
}
#colee_left1 img{
    width: 300px;
    height: 250px;
    margin-right: 15px;
}


.container{
    width: 1200px;!important;
}
@media screen and (max-width: 1200px){
        .container{width: 970px!important;}
}