/*********核心业业务下级******/

/******大图******/
.streamer-outside{width: 100%;height: 20rem;background-position: center;background-repeat: no-repeat;background-size: cover;display: block;clear: both;}
.streamer-box{max-width: 1200px;margin: 0 auto;overflow: hidden;display: flex;flex-flow: wrap;text-align: left;justify-content: left;align-items: center;height: 100%;}
.streamer-box h1{color: #fff;font-size: 2rem;font-family: Source Han Sans SC-Medium;}
@media (max-width: 767px) {
    .streamer-box{text-align: center;justify-content: center;}
}

/*********详情*****/
.intro-outside{width: 100%;height: 100%;background: #f7f7f7;overflow: hidden;}
.intro-box{max-width: 1200px;margin: 0 auto;}
.intro-button{width: 100%;padding: 1.5rem 0;display: block;overflow: auto;clear: both;}
.intro-button .button-black{width: 10%;font-size:0.9rem;display: inline-block;text-align: center;padding: 0.5rem;border:1px solid #1B3884;color:#1B3884;border-radius: 3px; }
.intro-button .button-black:before{display: inline-block;margin: 0 0.2rem 0 0;}
.intro-button .button-black:hover{background: #1B3884;color: #fff;}
.button-us{display: inline-block;float: right;width: 10%;font-size:0.9rem;background: #1B3884;color: #fff;border:1px solid #fff;padding: 0.5rem;border-radius: 3px;text-align: center;}
.button-us:hover{background: #fff;border:1px solid #1B3884;color:#1B3884;}
.intro-img{width: 100%;height: 100%;overflow: hidden;}
.intro-img img{width: 100%;}
.intro-title{width: 100%;padding: 1rem 3%;display: block;clear: both;background: #fff;position: relative;}
.intro-border{width: 94%;height: 1px;background: #e7e7e7;content:"";display: block;position: absolute;left: 3%;bottom:0px;}
.intro-title h2{font-size:1.4rem;color: #222;font-family: Source Han Sans SC-Medium;font-weight: 600;}
.intro-title h3{font-size:1.4rem;color: #E31313;font-family: Source Han Sans SC-Medium;font-weight: 600;}
.intro{width: 100%;padding: 0 3% 1rem 3%;overflow: hidden;background: #fff;position: relative;}
.message{display: inline-block;padding: 0.5rem 0.7rem;color: #fff;background:#1B3884; }
.specifics{width: 100%;overflow: hidden;position: relative;margin: 1rem 0;}
.specifics p{width: 100%;text-align: justify;line-height: 1.4rem;font-size: 0.9rem;}
@media (max-width: 767px) {
    .intro-button .button-black{width: 20%;}
    .button-us{width: 20%;}
}



































