/*--公共二级页样式 start--*/
body{background-color:#f7f9fa;}
/*nav导航*/
.nav_box,.foter .foter_cot{max-width:1620px;}
.nav_box .nav>ul > li > a,.nav_top .nav_state>ul > li > a{color:#1c1c1c !important;}
.phone .ph_num .cell-phone{color:#a12229;}

/*外层盒子*/
.Outer-box{position:relative}

/*banner图*/
.banner{height:auto;}
.banner-content{position:relative;height:485px;}
.banner-content>img{width:100%;height:100%;-o-object-fit: cover; object-fit: cover;}
.banner-content .tit{position:absolute;top:40%;left:50%;width: 80%;transform: translate(-50%, -50%);max-width: 1360px;}
.banner-content .tit {color:#fff;}
.banner-content .tit h1{font-size:42px;margin-bottom:30px;}
.banner-content .tit p{font-size:20px;line-height:30px;}

/*body-cont主题内容*/
.body-content{position:relative;width: 80%;margin: 0 auto;position: relative;top: -150px;background-color:#fff;display:flex;display: -ms-flexbox;max-width:1360px;margin-bottom:-150px;}
.body-content .left-list{width:280px;background-color:#f1f4f7}
.body-content .text-part{flex:1;-ms-flex: 1;width:79px;padding: 40px 30px;box-sizing: border-box;}
.pub-tit{margin-top:20px}
/*--公共二级页样式结束 end--*/


/*正文内容*/
/*正文内容*/
.rt-cont h3{font-size:16px;padding:20px 0;font-weight: bold;color: #000000;}
.rt-cont p{font-size:14px;    line-height: 50px;}
.rt-cont p img {max-width: 100%;margin-bottom: 10px;}
.rt-cont p a {color: #0352fd;}
.rt-cont p a:hover {border-bottom: 1px solid #0352fd;}


@media only screen and (max-width:1680px){
.banner-content{height:450px}
}

@media screen and (max-width:1520px){
/*-公共样式 start-*/
.banner-content{height:400px;}
.banner-content .tit h1{font-size:32px;}
.banner-content .tit p{font-size:16px;}
}

@media screen and (max-width:1350px){
/*-公共样式 start-*/
.banner-content{height:350px;}
.banner-content .tit p{line-height:25px;}
.banner-content .tit h1{margin-bottom: 20px;}
}

@media only screen and (max-width:1024px){
.left-list{display:none;}
.body-content{width:95%;}
.rt_lists{display:none;}
}

/*手机样式 */
@media screen and (max-width: 999px) {
/* 公用 */
.body-content {width: auto;padding: 0 10px;top: 0;margin: 0;}
.body-content .text-part {width: 100%;padding: 25px 0 0;}
.crumbs {display: none;}
/* 公用 end*/
}