@charset "utf-8";
body{
    padding-top: 131px;
    background: #f2f2f2;
}
::-webkit-scrollbar  
{  
    width: 10px;  
    height: 10px;  
    background-color: #fff;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    background-color: #e5e5e5;  
}    
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    background-color: #bdbdbd;  
}  
/*滑块效果*/
::-webkit-scrollbar-thumb:hover
{
    background: #385c73;
}
hr{
    margin: 0;
    border: none;
    border-top: 1px rgba(36,54,76,.1) solid;    
}
.top{
    z-index: 999;
}
#toTop{
    width: 46px;
    height: 46px;
    position: fixed;
    display: block;
    z-index: 99;
    bottom: 60px;
    right: 40px;
    background: #24364c;
    text-align: center;
}
#toTop:hover{
    background: #385c73;
}
#toTop i{
    line-height: 46px;
    font-size: 18px;
    color: #fff
}
.inner_container{
    width: 74vw;
    max-width: 1480px;
    margin: 0 auto;
}
.ver_center_box{
    display: table;
}
.ver_center_box .ver_center{
    display: table-cell;
    vertical-align: middle;    
}
.inner_banner{
    height: 320px;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.inner_banner:before{
    left: 50%;
    margin-left: -678px;
    top: 0;
    position: absolute;
    width: 1356px;
    height: 320px;
    content: "";
    display: block;
   /* background-image: url(../image/inner_banner_line.png)*/;
}
.inner_banner.about{
    background-image: url(../images/inner_about.jpg);
}
.inner_banner.message{
    background-image: url(../images/inner_message.jpg);
}
.inner_banner.contact{
    background-image: url(../images/inner_contact.jpg);
}
.inner_banner.news{
    background-image: url(../images/inner_news.jpg);
}
.inner_banner.case{
    background-image: url(../images/inner_case.jpg);
}
.inner_banner.product{
    background-image: url(../images/inner_product.jpg);
}
.inner_banner.product1{
    background-image: url(../images/inner_product1.jpg);
}
.inner_banner.recriut{
    background-image: url(../images/inner_recriut.jpg);
}
.inner_banner p.title{
    font-size: 46px;
    color: #fff;
    margin-bottom: 20px;
}
.inner_banner .bread_nav{
    color: rgba(255,255,255,.8);
    position: relative;
    z-index: 1;
}
.inner_banner .bread_nav a:hover{
    color: #fff;
}
.inner{
    padding: 80px 0px;
    background: url(../image/inner_body_bg.png) bottom center repeat-x;    
}
/*翻页-简易样式*/
.pagelist{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.pagelist #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
}
.pagelist #pege li:first-child,
.pagelist #pege li:last-child{
    width: 68px;
}
.pagelist #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.pagelist #pege li a:hover{
    background: #385c73;
    color: #fff;
}
/*内页排版通用*/
.inner .left{
    width: 22%;
    margin-top: -154px;
    z-index: 1;
    position: relative;
}
.inner .left .left_box .title{
    background: #385c73;
    color: #fff;
    font-size: 32px;
    padding: 90px 40px 40px 40px;
}
.inner .left .left_box .title span{
    display: block;
    font-family: "bebas";
    margin-top: 10px;
    position: absolute;
    opacity: .2;
    font-size: 58px;
    top: 40px;
}
.inner .left .left_box ul{
    background: #fff;
    border-bottom: 3px rgba(0,0,0,.08) solid;
}
.inner .left .left_box ul li{
    border-bottom: 1px rgba(0,0,0,.08) solid;    
}
.inner .left .left_box ul li a{
    padding: 0px 40px;
    line-height: 64px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #24364c;    
}
.inner .left .left_box ul li:last-child a{
    border-bottom: none;
}
.inner .left .left_box ul li a i{
    float: right;
    line-height: 64px;
    font-size: 12px;
    opacity: .3;
    transform: scaleY(0.8);    
}
.inner .left .left_box ul li a.current,
.inner .left .left_box ul li a:hover{
    background: #5aa398;
    color: #fff;
}
.inner .left .left_box2 p{
    font-family: "bebas";
    font-size: 29px;
    line-height: 1.2em;
    margin-bottom: 0;
}
.inner .left .left_box2 p:first-child{
    font-size: 22px;
    margin-bottom: 18px;
    position: relative;
}
.inner .left .left_box2 p:first-child:after{
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background: #eaeaea;
    left: 0;
    top: 32px;
}
.inner .left .left_box2{
    background: url(../image/inner_left_bg.jpg) #fff no-repeat right bottom;
    border-bottom: 4px rgba(0,0,0,.08) solid;
    margin-top: 20px;
    padding: 40px;
}
.inner .left .left_box2 a{
    line-height: 40px;
    text-align: center;
    display: block;
    background: #385c73;
    color: #fff;
    width: 60%;
    margin-top: 10px;
}
.inner .left .left_box2 a:hover{
    background: #ed6d00;
}
.inner .right{
    width: 74%;
    background: #fff;
}
.inner .right .right_box{
    border-top: 3px solid #385c73;
    padding: 0 40px 40px 40px;
    min-height: 300px;    
}
.inner .right .right_box > p{
    line-height: 64px;
    border-bottom: 1px #eaeaea solid;
    font-size: 22px;
    color: #385c73;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}
.inner.news .right .right_box > p{
    margin-bottom: 0;
}
.inner .right .right_box > p:before{
    content: "";
    height: 10px;
    width: 10px;
    background: #385c73;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    top: 28px;
    left: 0;
    /*opacity: .2;*/
}
.inner .right .right_box .text{
    text-align: justify;
}
.inner .right .right_box .text a{
    color: inherit;
}
.inner .right .right_box .text img{
    max-width: 100%;
}



/*关于我们*/
.about_box_1 .fl,
.about_box_1 .fr{
    width: 50%;
}
.about_box_1 .fl .title{
    color: #24364c;
    font-size: 32px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 200px;
}
.about_box_1 .fl .title:after{
    position: absolute;
    left: 0;
    top: -55px;
    content: "";
    display: block;
    width: 271px;
    height: 68px;
    background-image: url(../image/half_tit_bg.png);
}
.about_box_1 .fl .text{
    text-align: justify;
    padding-right: 80px;
}
.about_box_2{
    margin-top: 60px;
    text-align: center;
    background-image: url(../image/about2_4.jpg);
    background-size: cover;
    width: 100%;
    height: 401px;
}
.about_box_2 .inner_container{
    position: relative;
}
.about_box_2 .title{
    font-size: 32px;
    color: #fff;
    padding-top: 66px;
    margin-bottom: 44px;
    position: relative;
    z-index: 1;
    line-height: 1em;
}
.about_box_2 .title:after{
    background: #ed6d00;
    position: absolute;
    content: "";
    width: 128px;
    height: 7px;
    left: 50%;
    margin-left: -64px;
    z-index: -1;
    bottom: -5px;
}
.about_box_2 .text{
    color: rgba(255,255,255,.8);
}
.about_box_2 .img_box{
    position: absolute;
    top: 270px;
    left: 0;
}
.about_box_2 .img_box li{
    float: left;
    margin-right: 15px;
}
.about_box_2 .img_box li:last-child{
    margin-right: 0px;
}

.about_box_3{
    margin-top: 195px;
}
.about_box_3 .fl,
.about_box_3 .fr{
    width: 50%;
}
.about_box_3 .text{
    padding-left: 80px;
    text-align: justify;
    margin-top: 190px;
}


/*在线留言*/
.inner.message p{
    margin-bottom: 40px;
}
.mes_box{
    width: 980px;
    margin: 0 auto;
}
.mes_box input,
.mes_box textarea{
    font-size: 15px;
    background: #f2f3f5;
    outline: none;
    border: none;
    resize: none;
    padding: 0;
    margin-bottom: 20px;
    color: #5d6b7d!important;
}
.mes_box input{
    line-height: 60px;
    padding: 0 20px;
}
#msgLeft_senderName,
#msgLeft_email{
    width: calc(50% - 10px);
}
#msgLeft_senderName{
    margin-right: 20px;
    float: left;
}
#msgLeft_telephone{
    width: 100%;
}
#msgLeft_Txtbox{
    width: 100%;
    padding: 20px;
    height: 170px;
}
input::-webkit-input-placeholder{ color: #9ea6b1; }
input::-moz-placeholder{   color: #9ea6b1;/* Mozilla Firefox 19+ */ }
input:-moz-placeholder{    color: #9ea6b1;/* Mozilla Firefox 4 to 18 */}
input:-ms-input-placeholder{  color: #9ea6b1;/* Internet Explorer 10-11 */  }
textarea::-webkit-input-placeholder{ color: #9ea6b1; }
textarea::-moz-placeholder{   color: #9ea6b1;/* Mozilla Firefox 19+ */ }
textarea:-moz-placeholder{    color: #9ea6b1;/* Mozilla Firefox 4 to 18 */}
textarea:-ms-input-placeholder{  color: #9ea6b1;/* Internet Explorer 10-11 */  }
#msgLeft_Btn{
    line-height: 56px;
    width: 220px;
    text-align: center;
    display: block;
    color: #fff;
    background: #24364c;
}
#msgLeft_Btn:hover{
    background: #385c73;
}


/*联系我们*/
.contact_list li{
    display: block;
    width: calc(33.3% - 16px);
    margin-right: 24px;
    margin-bottom: 30px;
    position: relative;
    padding: 28px 30px;
    overflow: hidden;
    border: 1px rgba(36,54,76,.1) solid;
}
.contact_list li:last-child{
    margin-right: 0;
}
.contact_list li i{
    color: #385c73;
    font-size: 26px;
    margin-bottom: 10px;;    
}
.contact_list li i.bg{
    color: rgba(0,71,157,.05);
    position: absolute;
    font-size: 220px;
}
.contact_list li:first-child i.bg{
    right: -50px;
    top: -36px;
}
.contact_list li:nth-child(2) i.bg{
    right: -24px;
    top: -36px;
}
.contact_list li:nth-child(3) i.bg{
    right: -62px;
    top: -36px;
}
.contact_list li p.tit{
    color: #24364c;
    font-size: 22px;
}


/*新闻中心-列表*/
.inner_news_list li{
}
.inner_news_list li a{
    display: block;
    width: 100%;
    line-height: 58px;
    border-bottom: 1px dashed #ccc;
    padding: 0 10px;
    font-size: 16px;
}
.inner_news_list li a i{
    margin-right: 8px;
}
.inner_news_list li a .title{
    display: inline-block;
    width: 76%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all ease .4s;
}
.inner_news_list li a:hover .title{
    color: #385c73;
}
.inner_news_list li a .date{
    display: inline-block;
    width: 21%;
    font-size: 15px;
    opacity: .8;
    text-align: right;
}



/*新闻中心-详情*/
.inner.news_detail p.title{
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.inner.news_detail p.info{
    text-align: center;
    border-bottom: 2px rgba(36,54,76,.1) solid;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.inner.news_detail p.info i{
    margin-right: 6px;
}
.inner.news_detail .right_box > div > .share{
    margin-top: 10px;
}
.inner.news_detail .share{
    text-align: right;
    margin-top: 5px;
}
.inner.news_detail .share p,
.inner.news_detail .share .bshare-custom{
    display: inline-block;
}
.inner.news_detail .page_change{
    border-top: 2px rgba(36,54,76,.1) solid;
    margin-top: 20px;
    padding-top: 15px;
}
.inner.news_detail .page_change a:hover{
    color: #385c73;
}
/*一键分享*/
#bsPanel,
#bsBox{
    box-sizing: unset;
}


/*工程案例*/
.case_list_box li{
    width: calc(25% - 20px);
    margin: 0px 10px 20px;
    text-align: center;
    overflow: hidden;
}
.case_list_box li a{
    display: block;
    width: 100%;
}
.case_list_box li a .img_box{
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 133.33%;
    position: relative;
}
.case_list_box li a .img_box img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all ease .4s;
}
.case_list_box li a:hover .img_box img{
    transform: scale(1.1);
}
.case_list_box li a .cover_box{
    position: absolute;
    opacity: 0;
    background: rgba(36,54,76,.6);
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    transition: all .4s ease;
}
.case_list_box li a:hover .cover_box{
    opacity: 1;
    top: 0;
}
.case_list_box li a .cover_box i{
    display: inline-block;
    line-height: 50px;
    width: 50px;
    color: #fff;
    background: rgba(36,54,76,.8);
    border-radius: 50%;
    margin-top: 0px;
    transition: all .4s ease;
}
.case_list_box li a:hover .cover_box i{
    margin-top: 171px;
}
.case_list_box li a p{
    bottom: 0;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.case_list_box li a:hover p{
    color: #385c73;
}


/*产品中心-列表*/
.pro_list_box li{
    margin: 0 10px 30px;
    width: calc(33% - 20px);
    box-shadow: 0px 6px 18px -1px rgba(34,50,70,.15);     
}
.pro_list_box li a{
    display: block;
    width: 100%;
}
.pro_list_box li a .img_box{
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.pro_list_box li a .img_box:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: "";
    background: transparent;
    transition: all ease .4s;
}
.pro_list_box li a:hover .img_box:after{
    background: rgba(36,54,76,.4);
}
.pro_list_box li a .img_box img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease .4s;
}
.pro_list_box li a:hover .img_box img{
    transform: scale(1.1);
}
.pro_list_box li a .title_box{
    padding: 0px 20px;
    background: #f2f2f2;
    transition: all ease .4s;
    position: relative;
}
.pro_list_box li a .title_box:after{
    background: #385c73;
    display: block;
    position: absolute;
    width: 100%;
    height: 54px;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    transition: all ease .4s;
    z-index: -1;
}
.pro_list_box li a:hover .title_box:after{
    width: 100%;
}
.pro_list_box li a .title_box p{
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 54px;
    transition: all ease .4s;
}
.pro_list_box li a .title_box i{
    display: block;
    width: 20%;
    line-height: 54px;
    text-align: right;
    transition: all ease .4s;
}
.pro_list_box li a:hover .title_box p,
.pro_list_box li a:hover .title_box i{
    color: #fff;
}


/*产品详情*/
.pro_detail .right .img_box img{
    max-width: 720px;
    margin: 0 auto;
    border: 1px rgba(36,54,76,.1) solid;
    display: block;
}
.pro_detail .right .detail_tit{
    background: #f2f2f2;
    margin-top: 26px;
    margin-bottom: 20px;
}
.pro_detail .right .detail_tit span{
    background: #ed6d00;
    color: #fff;
    width: 140px;
    line-height: 42px;
    text-align: center;
    display: block;
}
.pro_detail .right .page_change{
    background: #f2f2f2;
    padding: 15px 20px;
    margin-top: 20px;
}
.pro_detail .right .page_change p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pro_detail .right .page_change a:hover{
    color: #385c73;
}




/*视频列表*/
.video_item_box .video_item{
    width: 32%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 20px;
}
.video_item_box .video_item:nth-child(3n+1){
    margin-right: 0;
}
.video_item_box .video_item a{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 75%;
}
.video_item_box .video_item a:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}
.video_item_box .video_item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video_item_box .video_item i{
    color: #fff;
    display: block;
    border-radius: 50%;
    border: 5px #fff solid;
    width: 82px;
    height: 82px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    text-align: center;
    line-height: 70px;
    font-size: 28px;
    z-index: 1;
    text-indent: 5px;
    opacity: 0.6;
    transition: all .4s ease;
}
.video_item_box .video_item:hover i{
    opacity: 1;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.3);
}
.video_item_box .video_item_1{
    width: 100%;
    margin-right: 0;
    background: #f2f2f2;
}
.video_item_box .video_item_1 a{
    width: 50%;
    padding-top: 37.5%;
}
.video_item_box .video_item .card-body{
    text-align: center;
    background: #f2f2f2;
}
.video_item_box .video_item_1 .card-body{
    text-align: left;
    width: 50%;
    padding: 50px 40px;
}
.video_item_box .video_item .card-body p{
    line-height: 50px;
}
.video_item_box .video_item_1 .card-body p{
    line-height: 1.8em;
}
.video_item_box .video_item_1 .card-body p:first-child{
    font-size: 26px;
    color: #24364c;
    margin-bottom: 10px;
}
.video_item_box .video_item_1 .card-body .card-text-2{
    margin-bottom: 16px;
}


