@charset"utf-8";
/*二级页样式*/
.img100 img{width:100%;}
.hoverimg img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.hoverimg img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*无轮播banner动画样式*/
.banner{
    overflow: hidden;
    position: relative;
}
.banner> img {
    display: block;
    width: 100%;
    animation: banner 10s linear infinite;
}
@keyframes banner {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
/*banner内的标题内容*/
.banner .second_title_box{
    position: absolute;
    top:30%;
    left:17%;
    z-index: 10;
    width: 100%;
}
.banner .second_title_box li{
    float:left;
    margin:20px 15px 20px 0;
}
.banner .second_title_box li a{
    display: block;
    padding:0 20px;
    font-size: 16px;
    line-height:36px;
    color: #5a7eca;
    border: 1px solid #5a7eca;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.banner .second_title_box li a:hover{
    background: #5a7eca;
    color:#fff;
}
.banner .second_title_box .visible a{
    background: #5a7eca;
    color:#fff;
}
/*二级页内容大板块*/
.second_box{
    margin:2% auto;
    overflow: hidden;
    position: relative;
}
/*公司简介*/
.right_border_box{
    width:87%;
    border:1px solid #dfdfdf;
    padding:40px 0;
    margin-left: 170px;
}
.right_border_box .imgs{
     margin-left:-170px;
 }
.right_border_box .imgs img{
    width:100%;
}
.right_border_box .text{
      padding:40px 60px;
      display: inline-block;
      float:right;
      margin-left:-170px;
  }
.right_border_box .text p{
    margin:10px 0;
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
}
.right_border_box .text p:first-child{
    text-indent: 0;
    margin-bottom: 6%;
}
/*公司资质*/
.gszzlist{
    overflow: hidden;
}
.gszzlist li{
    padding:25px;
    cursor: pointer;
}
.gszzlist li p{
    background: #c7e8fa;
    color:#5a7eca;
    font-size: 16px;
    line-height: 65px;
    text-align: center;
    overflow: hidden;
}
.gszzlist li p.gszz_name{
    color:#666;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;

}
.gszzlist li:hover p.gszz_name{
    color: #5a7eca;
}
.gszzlist li p:first-child{
    padding:0 5%;
    text-align: right;
}
.xsj{
    display: inline-block;
    width:9px;
    height:9px;
   background: url("../images/second/xsj.png") no-repeat;
}
/*新闻列表页*/
.news ul{
    overflow: hidden;
}
.news .img_text li{
    float:left;
}
.news .img_text li>a{
    display: block;
}
.news .img_text li>a img{
    width: 100%;
}
.news .img_textl li:last-child{
    margin-right:0;
}
.news .img_text li h3{
    font-size: 18px;
    line-height: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .img_text li p{
    font-size: 13px;
    line-height: 26px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.more {
    padding-left:20px;
    display: block;
    line-height: 40px;
    color: #999;
    font-size: 12px;
    background: url("../images/second/clock.png") left center no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.news .img_text li:hover .more{
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
.newsitem  .text_bt1{
    color: #333;
    font-size: 16px;
    line-height: 42px;
    display:block;
}
.newsitem .text_bt1 b{
    color: #999;
    font-size: 16px;
    display:block;
    float: right;
}
.newsitem{
    padding:2% 0;
    cursor:pointer;
    border-bottom: 1px solid #ccc;
}
.newsitem a{
    display: block;
    overflow: hidden;
}
.newsitem a:hover{
    color: #333;
}

.newsitem .date{
    width:100px;
    height:100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #999;
}
.newsitem .date span{
    position: relative;
    left:0;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
}
.newsitem .news_right .text_inner {
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_left{
    width:102px;
    height:102px;
    background: #dfdfdf;
    margin-right: 1%;
    color:#999;
    padding: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.news_left .bigdate{
    font-size: 50px;
    line-height: 65px;
    height:75px ;
    width:94%;
    margin: auto;
    position:relative;
    left:0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.news_left .yearmonth{
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    height:20px ;
    width:90%;
    margin: auto;
    position:relative;
    left:0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.news_left span{
    border: 1px solid #999;
    width:102px;
    position: absolute;
    bottom: 40px;
    left: 0px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*hover*/
.newsitem:hover .text_bt1{
    color:#357bff;
}
.newsitem:hover .date{
    color:#357bff;
    border: 1px solid #357bff;
}
.newsitem:hover .news_left{
    color:#fff;
    background: #357bff;
}
.newsitem:hover .news_left span{
    border: 1px solid #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.newsitem:hover .yearmonth{
    left:-18px;
}
.newsitem:hover .bigdate{
    left:18px;
}
.newsitem:hover .date span{
    left:10px;
}
/*新闻内容页*/
.news_inner p{text-indent: 2em;font-size: 14px;line-height: 25px;min-height:300px;}
.news .news_bt{font-size:24px;line-height:30px;color:#666;font-weight:bold;}
.time{
    margin:2% 0;
    display:block;
    text-align:center;
    line-height:50px;
    color:#818181;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    font-size:12px;
}
.time b{margin-right:10%;}
.news_img img{max-width:100%;}


/*服务中心*/
.second_box>ul{
    overflow: hidden;
}
/*资料下载*/
.sever_zlxz li{
    margin:10px 0;
}
.sever_zlxz li a{
    border-left: 3px solid #5f7eca;
    display: block;
    font-size: 16px;
    overflow: hidden;
    line-height:30px;
    padding:20px 30px;
    background: #f5f5f5;
}
.sever_zlxz li a .lf span{
    font-size: 14px;
    color: #999;
}
.d_btn{
    display: block;
    line-height: 33px;
    font-size: 14px;
    border-radius:5px ;
    background: #5f7eca;
    padding:0 3%;
    color:#fff;
    margin-top:13px ;
}
.d_btn>b{
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align: middle;
    background: url("../images/second/download.png") no-repeat;
}
/*问题分解*/
.f_btn{
    display:inline-block;
    width:39px;
    height:39px;
    vertical-align: middle;
    background: url("../images/second/fdj2.png") no-repeat;
    margin-right:3%;
}
.sever_wtfj li a{
    border:none;
}
/*客户案例*/
.case_out{
    padding:1% 0 2%;
}
.case_out .caseitem{
    padding:10px;
}
.case_out .caseitem .margin10{
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}
.case_out .caseitem a{

    overflow: hidden;
    display: block;
    padding:16px;
}
.case_left{
    width:257px;
    height:205px;
    padding:9px;
    background: #fff;
    position: relative;
    z-index: 10;
}
.case_right{
     position: relative;
     z-index: 5;
 }
.case_right .text_bt1{
    font-size: 16px;
    overflow: hidden;
    line-height: 64px;
    display: inline-block;

}
.case_right .text_inner{
    height:64px;
    overflow: hidden;
    line-height: 64px;
    margin-bottom: 39px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}
.case_right .ckxq{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    border: 1px solid #cecece;
    border-radius: 8px;
    padding:0 30px;
    position: relative;
    left:0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.bluebg{
    width:200%;
    position:absolute;
    left:-100%;
    bottom:0;
    padding: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.bluebg p{
    width:50%;
    float: left;
    height:66px;
}
.bluebg2{
    background: #dfdfdf;
}
.bluebg1{
    background: #5f7eca;
}

.line{
    display: block;
    width:40%;
    border-bottom:2px solid #5f7eca;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.case_out .caseitem:hover .text_inner{
    color:#333;
}
.case_out .caseitem:hover .bluebg{
    left:0;
}
.case_out .caseitem:hover .ckxq{
    color: #fff;
    border: 1px solid #fff;
    left:85%;
}
.case_out .caseitem:hover .line{
    width:100%;
}
/*人才中心*/
.recruitment{
    padding:2% 0;
}
.recruitment ul{
    overflow: hidden;
}
.recruitment ul li{
    padding:0;
}
.rectitle{
    font-size: 16px;
    color:#fff;
    line-height:65px;
    background: #5a7eca;
    text-align: center;
}
.reclist .recname{
    padding:7px 0;
    background: #f5f5f5;
    text-align: center;
    margin-top: 1%;
    cursor: pointer;
}
.reclist .recname li{
    font-size: 16px;
    line-height:33px;
}
.reclist .recname li:last-child{
    font-size: 16px;
    line-height:normal;
}
.blue{
    color:#5a7eca;
}
.reclist .recname li.address{
    text-align: left;
}
.reclist .recdetails{
    display: none;
    padding: 15px 25px;
}
.reclist .recdetails p .bt4{
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 26px;
}
.reclist .recdetails p{
    padding:10px;
     font-size: 12px;
     color: #333;
    line-height: 20px;
 }
.down_btn{
    display: inline-block;
    width:33px;
    height:33px;
    background: url("../images/second/down_btn.png") no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position:relative ;
    top: 0;
    right:10px;
}
.rotate90{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*联系我们*/
.conlist{
    border-left:1px solid #dfdfdf;
    border-top:1px solid #dfdfdf;
}

.conlist li{
    text-align: center;
    font-size: 14px;
    height:194px;
    color: #333;
    line-height: 24px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.conlist li .tb{
    display: inline-block;
    padding:20px;
}
.conlist li .tb img{width:80px;height:80px;} 
.bdmap{
    height:426px;
}
/*产品中心*/
.probanner{
    /*background: url("../images/second/pro_banner.jpg") no-repeat;*/
    background-size:cover ;
	padding:10px;
}
.pro_title_box{
    padding-top:2%;
}


/*产品左侧导航*/
.prolist{
  min-height:500px;
}
.prolist li{
  text-align: left;
  line-height: 42px;
  border-top: 1px solid #cfcfcf;
  background: #fff;
  color: #333;
}
.prolist>li ul{
    display: none;
}
.prolist>li .disb{
    display:block;
}
.prolist>li{
    background: #5a7eca;
    line-height: 50px;
}
.prolist>li a{
    width: 90%;
    margin:auto;
    display:block;
}
.prolist>li>a{
    color: #fff;
}
.prolist>li>ul>li>a{
    color: #df7928;
}
.prolist>li>ul>li a.blue{
    color:#5a7eca;
}
.prolist>li a span{
    float:right;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
/*产品列表*/
.proimglist li{
    padding:0 10px 20px 10px;
}
.proimglist li .proin{
    display: block;
    background: #f5f5f5;
    overflow: hidden;
    padding: 13px;
    border: 1px solid transparent;
    position: relative;
    cursor: pointer;
}
.proimg img{width:100%;}
.proimglist li .pro_name{
    display: inline-block;
    font-size: 16px;
    height: 55px;
    line-height: 70px;
    text-align: left;
    color:#666;
    width:70%;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:nowrap;
}
.proimglist li p .right_btn{
    width:25px;
    height:25px;
    background: url("../images/second/right_btn.png") no-repeat;
    position: absolute;
    right:20px;
    bottom:28px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.proimglist .proin:hover .pro_name{
    color: #5a7eca;
}
.proimglist .proin:hover{
    border-color:#5a7eca;
}
.proimglist .proin:hover .right_btn{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pad3{
    padding:3% 0;
}
/*产品内容*/

/*页码*/
.mypage {width:100%;height:auto;border:#f00 0px solid;margin:2% auto;text-align:center;}
.mypage a{color:#333;width:auto;height:auto;padding:10px 20px;font-size:16px;
    margin-right:5px;border:1px solid #ddd;}
.mypage span{color:#717171;width:auto;height:auto;padding:10px;font-size:16px;
    border-radius:5px;margin-right:5px;}
.mypage .linking,.mypage a:hover {color:#357bff;border:1px solid #357bff;}
.clickme{cursor:pointer}
.success{width:100%;height:auto;}
.red{
    color: #ed3739;
}
/*内页页码*/
.page{border-top:1px solid #818181;border-bottom:1px solid #818181;margin:2% auto;}
.page a{display:inline-block;line-height:50px;color:#333;font-size:12px;}
.page a:hover{color:#b1152a;}

@media screen and (max-width: 1400px) {
    .banner> img{
        width:auto;
    }
    .in{width:100%;}
    .case_out .caseitem:hover .ckxq{
        color: #fff;
        border: 1px solid #fff;
        left:60%;
    }
}
/*移动端样式*/
@media screen and (max-width: 1000px) {
    .prolist{
        min-height:0;
    }
    .second_box>div img{
        max-width:100%;
    }
    .bdmap{
        height:285px;
    }
    .conlist li{
        height:105px;
        padding:15px 0;
    }
    .conlist li p{
        width:80%;
        float:right;
    }
    .conlist li .tb{
        float:left;
        padding:10px;
        width:20%;
    }
    .sever_wtfj li a{
        padding:15px 25px;
    }
    .sever_wtfj li a div.lf{
        width:80%;
    }
    .news_inner{
        width:90%;
        margin: auto;
    }
    .page a {
        line-height: 30px;
    }
    .img_text li{
        display: none;
    }
    .img_text li:first-child{
        display: block;
    }

    .banner .second_title_box{
        left:5%;
        width:auto;
    }
    .banner .second_title_box li:not([class="visible"]){
        display: none;
    }
    .right_border_box{
        width:100%;
        border:none;
        padding: 0;
        margin-left: 0;
    }
    .right_border_box .imgs{
        margin-left:0px;
    }
    .right_border_box .imgs img{
        width:100%;
    }
    .right_border_box .text{
        padding:0 20px;
        margin-left:0px;
    }
    .right_border_box .text img{
        width:100%;
    }
    .mypage {
        width: 100%;
        height: auto;
        padding: 15px 0;
        border: #f00 0px solid;
        font-size: 12px;
        margin: 10px 0;
    }
    .mypage a {
        background: #529CF7;
        color: #fff;
        font-weight: bold;
        width: auto;
        height: auto;
        padding: 7px 12px;
        font-size: 12px;
        margin-right: 5px;
        border-radius: 5px;
    }
    .newsitem{
        padding:2%;
    }
    .time{
        line-height:30px;
    }
}