.menu_phone{
    display: none;
}
/*首页-banner*/

.carousel-control.left,
.carousel-control.right{
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%);
}

/*首页列表-产品*/

div3{
    width: 100px;
    height: 100px;
    margin: 50px auto;
    overflow: hidden;
    filter:alpha(Opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
}
div3 img{
    cursor: pointer;
    transition: all 0.6s;
    -moz-transition: all 0.6s;  /* 0.6s完成过渡效果 */
    -webkit-transition: all 0.6s;
}
div3 img:hover{
    transform: scale(1.2);  /* 放大1.2倍 */
}
div3:hover{
    filter:alpha(Opacity=100);
    -moz-opacity:1;
    opacity: 1;
}

/*列表-标题*/
.list_cp_bt{
    margin-top: 50px;
    text-align: center;
}
.list_cp_bt h2{
    font-size: 36px;
    color: #333;
    font-weight: normal;
    position: relative;
    line-height: 70px;
     border-bottom: 1px solid #e8e8e8;
    /*padding-top: 40px;*/
    padding-bottom: 20px;
    /*text-align: center;*/
}
.list_cp_bt h2:before{
    content: '';
    display: block;
    width: 80px;
    height: 5px;
    background-color: #3641ad;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
}
.list_cp_bt p{
    padding-top: 10px;
    padding-bottom: 20px;
}
/*产品展示-列表*/
.main_list1{    padding: 10px;}
.main_list1 a{

    display: block;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
}
.main_list1_img{
    width: 100%;
    height: 180px;
    overflow: hidden;
    float: left;
}
.main_list1_img img{
    border-bottom: 1px solid #cbcbcb;
    transition: all 0.6s;
}
.main_list1_img img:hover{
    transform: scale(1.2);
}
/*新闻中心列表*/
.main_list2{
    padding: 10px;
}
.main_list2 a{
    display: block;
}
.main_list2_right{
    padding: 20px;
    background: #f5f5f5;
}


.main_list2:hover
.main_list2_right{
    background:#2e3092;
}
.main_list2:hover
.main_list2_right h3,
.main_list2 :hover .main_list2_right p,
.main_list2:hover .main_list2_right h5{
    color: #fff;
}
.main_list2:hover
.main_list2_right h5 i{
    color: #fff;
}

.main_list2_right h5{
    font-size: 12px;
    color: #808080;
    
}

.main_list2_right h5 i{
    font-style: normal;
    float: right;
    font-size: 20px;
    color: #2e3092
}
.main_list2_img img{
    float: left;
    width: 36%;
    height: 160px;
}
.main_list2_right{
    width: 64%;
    height: 160px;
    float: left;
}
.main_list2_right h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 34px;
}
.main_list2_right p{
    line-height: 24px;
    padding-top: 8px;
    color: #767676;
    word-break: break-all;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
	height:84px;
}



/*工程案例*/
.main_list_anli {
    overflow: hidden;
    box-sizing: border-box;
    background: #f5f5f5;
}
.main_list_anli .mian .bd .box .gg .a5 a {
    width: 100%;
    height: 477px;
    background-position: top left;
    -webkit-transition: all 5.5s;
    transition: all 5.5s;
    background-size: cover;
}

.main_list_anli .mian .bd .box .gg {
    position: relative;
    height: 483px;
    overflow: hidden;
}

.main_list_anli .mian .bd .box .gg > div {
    position: absolute;
    overflow: hidden;
}

.main_list_anli .mian .bd .box .gg > div > a {
    display: block;
}

.main_list_anli .mian .bd .box .gg > div > a > img {
    width: 100%;
    -webkit-transition: all .8s;
    transition: all .8s; height: 233px;
}

.main_list_anli .mian .bd .box .gg > div > a > span {
    position: absolute;
    left: 0;
    bottom: -18%;
    width: 100%;
    padding: 6px 20px 0 20px;
    background: rgba(0, 0, 0, 0.6);box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.main_list_anli .mian .bd .box .gg > div > a > span font {
    display: block;
    font-size: 13px;
    color: #f5f5f5;
    line-height: 26px;
}

.main_list_anli .mian .bd .box .gg > div > a > span font:first-child {
    font-size: 16px;
}

.main_list_anli .mian .bd .box .gg > div:hover > a > span {
    bottom: 0;
}

.main_list_anli .mian .bd .box .gg > div:hover > a > img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.xs{
    background-color: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1f6ac7),to(transparent));
    background-image: linear-gradient(to bottom,#1f6ac7 0,transparent 100%);
}
.main_list_anli .mian .bd .box .gg .a5 p.xs{
    width:100%;
    text-indent: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}
.main_list_anli .mian .bd .box .gg .a5:hover p.xs{text-indent: -500px;   transition: all .5s;}

.main_list_anli .mian .bd .box .gg .a5 {
    position: relative;
    width: 23%;
    height: 477px;
    background-position: top left;
    -webkit-transition: all 5.5s;
    transition: all 5.5s;
    background-size: cover;
    float: left;
    margin: 0 1%;
}
.main_list_anli .mian .bd .box .gg .a5:hover a{
    background-position: top right;
}


/*合作企业*/
.hz_logo{
    padding: 20px;
}
.hz_logo img{
    width: 100%;}

/*二级页面标题*/
.about_biaoti,.contact_biaoti,.talents_biaoti,.service_biaoti{
    color: #3b46b2;
    text-align: center;
    font-size: 26px;
    line-height: 100px;
}

.hzqy_list{
    margin-bottom: 50px;
}

/*二级页面关于我们*/
.about_mbxdh{
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}
.breadcrumb{
    padding: 0px;
    margin-bottom:0px;
    background: transparent;
}
.about_gsjj_nr,.about_qywh_nr{
    font-size: 16px;
    line-height: 38px;
    text-indent: 2rem;
    padding: 0px 20px 20px 20px;
}

/*二级页面-新闻中心*/
.neirong_list_xw .main_list2_right{
    background: #ffffff;
    margin-bottom: 30px;
}

/*三级-新闻中心详情*/

.news_list_xq{
    margin-top: 40px;
    padding: 30px;
    background:#ffffff;
}
.news_xq_bt{
    text-align: center;
    font-size: 30px;
	font-weight: bold;
    line-height: 100px;
    padding-bottom: 30px;
}
.news_xq_nr img{
    max-width: 100%;
    margin: 0 auto;
}
.news_xq_nr p{
    text-indent: 32px;
    font-size: 16px;
    line-height: 36px;
    /*padding: 30px;*/
}
.news_fy{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news_fy_next,.news_fy_sext{
    text-align: center;
    float: left;
    width: 50%;
    font-size: 18px;
    line-height: 30px;
}
/*二级页面-联系我们*/


.contact_lxfs_nr{
    background: #ffffff;
    font-size: 16px;
    line-height: 38px;
    text-indent: 2rem;
    padding: 0px 20px 20px 20px;
}
.contact_lxfs_nr h4{
    color: #3641ad;
    line-height: 48px;
}

/*在线留言*/
.form-group i{
    color: red;
}
.contact_zxlx_nr{
    font-size: 16px;
    padding: 0px 30px 30px 30px;
}
.form-control{
    margin-top: 10px;
    border-radius: 0px;
}
.btn_tj{
    background: #3b46b2;
    color: #ffffff;
    border-radius: 0px;
    width: 120px;
    height: 40px;
    font-size: 16px;
}
.btn:hover, .btn:focus, .btn.focus{
    color: #ffffff;
}

/*二级页面-人力资源*/
.talents_rczp_nr,.talents_zygh_nr,.talents_cczd_nr{
    font-size: 16px;
    line-height: 38px;
    text-indent: 2rem;
    padding: 0px 20px 20px 20px;
}

/*二级页面-服务与支持*/
.service_fwln_nr,.service_shfw_nr{
    font-size: 16px;
    line-height: 38px;
    text-indent: 2rem;
    padding: 0px 20px 20px 20px;
}