#main{
    background:  #fff;
}
/* case */
#case .case_bj{
    z-index: 98;
    height: 950px;
    width: 100%;
}
#case .case{
    margin-top:-870px;
    position: relative;
}
@media(max-width:991px){
    #case .case{
        margin-top:-910px;
    }
}
#case .case h1{
    text-align: center;
    font-size: 40px;
    color: #2b2b2b;
    font-weight: bold;
}
#case .case h3{
    text-align: center;
    font-size: 20px;
    color: #2b2b2b;
    margin-top: 6px;
}
@media(max-width:767px){
    #case .case h1{
        font-size: 24px;
    }
    #case .case h3{
        font-size: 18px;
    }
}
#case .case h3 span{
    font-size: 12px;
}
#case .case .case_nav .case_list{
    height: 130px;
    width: 300px;
    background: #fff;
    border-radius: 70px;
    margin-top: 15px;
}
#case .case .case_nav .case_list .case_img{
    padding-left: 45px;
    line-height: 130px;
}
#case .case .case_nav .case_list .case_img .case_img2{
    display: none;
}
#case .case .case_nav .case_list:hover .case_img .case_img2{
    display: inline-block;
}
#case .case .case_nav .case_list:hover .case_img .case_img1{
    display: none;
}
#case .case .case_nav .case_list:hover{
    background: #df2309;
}
#case .case .case_nav .case_list .case_img{
    float: left;
    width: 110px;
    text-align: center;
}
#case .case .case_nav .case_list .casr_right{
    color: #2b2b2b;
}
#case .case .case_nav .case_list .casr_right{
    float: left;
    padding-left: 20px;
}
#case .case .case_nav .case_list .casr_right p{
    margin-top: 40px;
    font-size: 16px;
}
#case .case .case_nav .case_list .casr_right h4:after{
    content: '';
    background: #df2309;
    height: 3px;
    width: 30px;
    display: block;
    margin-top:6px;
    margin-bottom: 6px;
}
#case .case .case_nav .case_list:hover .casr_right{
    color: #fff;
}
#case .case .case_nav .case_list:hover .casr_right h4:after{
    background: #fff;
}
#case .case .case_nav.left{
    float: left;
}
#case .case .case_nav.center{
    float: left;
   
}
#case .case .case_nav.right{
    float: right;
}

#case .case .case_nav .case_lists{
    height: 80px;
    width: 320px;
    position: absolute;
    background: #052498;
    border-radius: 40px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#case .case .case_nav .case_lists:hover{
    background:#df2309;
}
#case .case .case_nav .case_lists{
    text-align: center;
}
#case .case .case_nav .case_lists p{
    color: #fff;
    font-size: 18px;
}

#case .case .case_nav .case_lists h4{
    margin-top: -29px;
    font-size: 16px;
    color: #2b2b2b;
}

#case .case .case_nav .case_lists img{
    margin-top: 20px;
}
@media(max-width:991px){
    #case .case .case_nav .case_lists{
        bottom: -100px;
    }
}
@media(max-width:767px){
    #case .case .case_nav.right{
        float: left;
    }
    #case .case .case_nav {
        width: 100%;
    }
    #case .case .case_nav .case_list{
        margin: 0 auto;
        margin-top: 15px;
    }
    .case_bj{
        display: none;
    }
    #case .case{
        background: url('../images/case_bj.jpg') no-repeat;
        padding-top: 40px;
        padding-bottom: 180px;
        background-size: cover;
        margin-top: 0;
    }
    #case .case .case_nav .case_lists{
        bottom: 50px;
    }
}



/* team */
#team{
background: #fff;
   margin-top: 74px;
}
@media(max-width:991px){
    #team{

        margin-top:114px;
     }
}
@media(max-width:767px){
    #team{

        margin-top:0px;
     }
}
#team .team_bj{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
#team .team .top{
    margin-top:-508px;
    margin-bottom: 20px;
}
#team .team .top h1{
    color: #1f76ba;
    font-size: 100px;
    font-weight: bolder;
    text-align: center;
}

#team .team .top h2{
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    margin-top: -74px;
}
#team .team .top h3{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 38px;
}
@media(max-width:767px){
    #team .team .top h1{
        font-size: 38px;
    }
    
    #team .team .top{
        margin-top:-620px;
        margin-bottom: 0px;
    }
    #team .team .top h2{
        font-size: 24px;
        margin-top: 0px;
       
    }
    #team .team .top h3{
        font-size: 18px;
        margin-top:0px;
        font-weight: normal;
    }
}
#team .team .s_list .img img{
    width: 100%;
    transition-duration: 1s;
}
#team .team .s_list .img {
    overflow: hidden;
}
#team .team .s_list .img:hover img{
    transform: scale(1.05);
}
.team_nav {
    background: #fff;
    padding: 15px;
}
.team_nav p{
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #2b2b2b;
    min-height: 80px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.team_nav p:hover{
    color: #df2309;
}
.team_nav {
    text-align: center;
}
.team_nav .zx{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 100px;
    text-align: center;
    background: #df2309;
    color: #fff;
    border-radius: 16px;
    margin: 30px 5px ;
}
.team_nav .more{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 100px;
    text-align: center;
    background: #035fa7;
    color: #fff;
    border-radius: 16px;
    margin: 30px 5px ;
}

@media(max-width:767px){
    .team_nav .zx{
        margin: 8px 5px ;
    }
    .team_nav .more{
        margin: 8px 5px ;
    }
}
.s_list .list{
    box-shadow: 0px 0px 18px 0 rgba(0,0,0,.2);
    margin: 20px;
} 
.s_list .list .img p{
    text-align: center;
    position: absolute;
    z-index: 97;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -60px;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
} 
.s_list .list .img p:hover{
    color: #df2309;
}
.s_list .list .img p::before{
    content: '';
    height: 3px;
    width: 30px;
    background: #df2309;
    
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* ys */
#ys{
    position: relative;
}


#ys .imgbj img{ 
    height: 1000px;
    width: 100%;
    object-fit: cover;
}
#ys .ys{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    top: 80px;
}
#ys .ys h1{
    font-size: 100px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-weight: bolder;
}

#ys .ys h3{
    font-size: 30px;
    text-align: center;
    color: #df2309;
    margin-top: -64px;
    font-weight: bold;
}
@media(max-width:767px){
    #ys .ys h1{
        font-size: 38px;
        
    }
    #ys .ys h3{
        margin-top: 0px;
        font-size: 24px;
    }
}
#ys .ys .ys_nav img{
    margin-left: 5px;
    margin-right: 5px;
}
#ys .ys .ys_nav .img1{
    text-align: center;
    margin-top: 40px;
}
#ys .ys .ys_nav .img2{
    text-align: center;
    margin-top: -55px;
}

#ys .ys .ys_nav .img3{
    text-align: center;
    margin-top: -55px;
}
#ys .ys .ys_nav .list{
    display: inline-block;
}
@media(max-width:991px){
    #ys{ 
        background: url('../images/ysbj.jpg') no-repeat;
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #ys .imgbj{
        display: none;
    }
    #ys .ys{
        position: static;
    }
    #ys .ys .ys_nav img{
        margin-top: 15px;
      
    }
    #ys .ys .ys_nav .img2{
        margin-top: 0;
      
    }
    #ys .ys .ys_nav .img3{
        margin-top: 0;
    }
    #ys .ys .ys_nav .list{
        display: block;
    }
}

#ys .ys .ys_nav .list .i2{
    display: none;
}
#ys .ys .ys_nav .list:hover .i2{
    display: inline-block;
}

#ys .ys .ys_nav .list:hover .i1{
    display: none;
}
@media(max-width:767px){
    #ys{ 
        padding-top: 40px;
    }
    #ys .ys h1{
        line-height: normal;
    }
    .slick-slider{
        margin-bottom: 0 !important;
    }
}



/* news */
#news{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
#news .news h1{
    font-size: 100px;
    color: #f5f5f5;
    text-align: center;
    line-height: 100px;
    font-weight: bolder;
}

#news .news h3{
    font-size: 30px;
    text-align: center;
    color: #df2309;
    margin-top: -64px;
    font-weight: bold;
}

#news .news .news_nav{
    margin-top: 58px;
}
#news .news .news_nav .news_list{
    margin-top: 30px;

}
#news .news .news_nav .news_list .img img{
    width: 100%;
    transition-duration: 1s;
}
#news .news .news_nav .news_list .img{
    overflow: hidden;
}
#news .news .news_nav .news_list .img:hover img{
    transform: scale(1.05);
}
#news .news .news_nav .news_list h2{
    font-size: 16px;
    font-weight: bolder;
    color: #2b2b2b;
    line-height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#news .news .news_nav .news_list h2:hover{
    color: #df2309;
}
#news .news .news_nav .news_list p{
    font-size: 14px;
    line-height: 22px;
    color: #2B2B2B;
}
#news .news .news_nav .news_list p:hover{
    color: #df2309;
}
#news .news .news_nav .news_list h4{
    font-size: 14px;
    line-height: 46px;
    color: #2B2B2B;
}
#news .news .news_nav .news_list h4 span{
    color: #2B2B2B;
}
#news .news .news_nav .news_list h4 span:hover{
    color: #df2309;
}
#news .news .news_nav .news_list .list_nav{
    padding-bottom: 6px;
    border-bottom: 1px solid #eeeeee;
} 
@media(max-width:767px){
    #news{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #news .news  h1{
        font-size: 38px;
        line-height: normal;
    }
    #news .news  h3{
        margin-top: 0px;
        font-size: 24px;
       
    }
    #news .news .news_nav{
        margin-top: 0px;
    }
}
/* lc */
#lc {
    background:#f5f5f5;
    padding-bottom: 45px;
    padding-top: 15px;
}
#lc .lc .list{
    text-align: center;
    position: relative;
    margin-top: 30px;
}
#lc .lc .list:before{
    position: absolute;
    content: '';
    top: 20px;
    left: 1px;
    width: 1px;
    height: 82px;
    border-left: 1px dashed #d1d1d1;
}
#lc .lc .list:last-child:after{
    position: absolute;
    content: '';
    top: 20px;
    right: 1px;
    width: 1px;
    height: 82px;
    border-left: 1px dashed #d1d1d1;
}
@media(max-width:991px){
    #lc .lc .list:nth-child(2):after{
        position: absolute;
        content: '';
        top: 20px;
        right: 1px;
        width: 1px;
        height: 82px;
        border-left: 1px dashed #d1d1d1;
    }
}
@media(max-width:767px){
    #lc .lc .list:after{
        border: 0;
    }
    #lc .lc .list:before{
        border: 0;
    }
    #lc .lc .list:nth-child(2):after,#lc .lc .list:last-child:after{
        border: 0;
    }
}
/* #lc .lc .list:last-child{
    border-left: 1px dotted #d1d1d1;
} */
#lc .lc .list h2{
    margin-top:7px;
    font-size: 18px;
    font-weight: bolder;
    color: #1b0f0f;
    line-height: 22px;
}
#lc .lc .list p{
    font-size: 18px;
    color: #2b2b2b;
    line-height: 22px;
}

/* zx */
#zx{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
#zx .zx .row{
    margin-top: 15px;
}
#zx .zx h1{
    font-size: 100px;
    color: #f5f5f5;
    text-align: center;
    line-height: 100px;
    font-weight: bolder;
}

#zx .zx h3{
    font-size: 30px;
    text-align: center;
    color: #df2309;
    margin-top: -64px;
    font-weight: bold;
}

#zx .zx p{
    text-align: center;
    font-size: 18px;
    margin-top: 36px;
}

#zx .zx input{
    margin-top: 15px;
    position: relative;
}
#zx .zx input:before{
    content: '*';
    color: #df2309;
    position: absolute;
    height: 2px;
    width: 2px;
    right: 1px;
}
#zx .zx select{
    margin-top: 15px;
}
#zx .zx textarea{
    margin-top: 15px;
    height: 180px;
}
#zx .zx button{
    width: 280px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
    background: #df2309;
    border: 0;
  
}
#zx .zx button:hover{
    color: #2b2b2b;
}
.form-control{
    height: 50px;
}
#zx .zx .btns{
   margin-top: 40px;
    text-align: center;
}
@media(max-width:767px){
    #zx{
        padding-top: 40px;
        padding-bottom: 40px;
        
    }
    #zx .zx  h1{
        font-size: 38px;
        line-height: normal;
    }
    #zx .zx  h3{
        margin-top:0px;
        font-size: 24px;
    }
    #zx .zx p{
        margin-top: 10px;
    }
}
/* yq */


#yq{
    background: #f8f8f8;
    padding-top:50px;
    padding-bottom: 50px;
}
#yq h1{
    display: inline-block;
    font-size: 20px;
    font-weight: bolder;
    margin-right: 30px;
}

#yq  .img{
    display: inline-block;
    float: right;
}
#yq  img{
    margin-left: 20px;
}
@media(max-width:1399px){
    #yq  img{
        margin-top: 20px;
    }
}

.bottomBox {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}
.bottomBox {
    display: none;
}
    .bottomBox .bottomBack {
        width: 100%
    }

    .bottomBox .closeBtn {
        position: absolute;
        right: 25px;
        top: 40px;
        width: 30px;
    }

@media screen and (max-width: 767px) {
    .bottomBox {
        display: none;
    }
}


.online{
	position: fixed;
	bottom: 30%;
	right: 10px;	
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #df2309;
	padding: 10px 8px;
	margin-bottom: 1px;
	position: relative;
	border-radius: 5px;
}
.online dl dd {
	color: #fff;
	text-align: center;
	line-height: 1.2;
	cursor: pointer;
	font-size: 12px;
}
.online dl dd i {
	font-size: 28px;
}
.online dl:hover {
	background: #ed7101;
}

.online dl dt {
	position: absolute;
	width: 150px;
	top: 0px;
	right: 65px;
	color: #fff;
	background: #df2309;
	z-index: 9999;
	display: none;
	line-height: 32px;
	padding: 15px 15px;
	border-radius: 5px;
}.online dl:hover dt {
	display: block;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}
.onlineR{
	position: fixed;
	bottom: 10%;
	right: 10px;	
	z-index: 999;
	color: #999;
	text-align: center;
	border-radius: 10px;
	background:  #1470c5;
}
.onlineR .top-tit{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 3.2;
}
.onlineR .mid-con{
	background: #fff;
	border-radius: 10px;
	padding: 10px 5px;
	border: 1px solid #e6e6e6;
}
.onlineR .mid-con .light p,.onlineR .mid-con .ex-light p{
	font-size: 16px;
	color: #196cb8;
	line-height: 2;
}
.onlineR .mid-con .light span,.onlineR .mid-con .ex-light span{
	display: block;
	background: #f7f7f7;
	padding: 2px 5px;
	font-size: 12px;
	border: 1px solid #e6e6e6;
	margin-bottom: 1px;
}
.onlineR .mid-con .light-tel i{
	display: block;
	font-size: 40px;
	line-height: 1;
	color: #196cb8;
}
.onlineR .mid-con .light-tel{
	font-size: 14px;
}
.onlineR .mid-con .light-tel span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #196cb8;
}
.onlineR .bot-sign{
	background: #efefef;
	color: #ec6d01;
	line-height: 1.2;
	font-size: 14px;
	padding: 10px 5px 15px;
	border-radius: 9px; 
}
@media (max-width:992px){
	.onlineR,.online{
		display: none;
	}
}