#dengbaoIndexHead {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111111;
}

.dengbaoIndexContainer {
    min-width: 1200px;
    overflow: auto;
    transform: scale3d(1, 1, 1);
}

.dengbaoBanner {
    width: 100%;
    margin-top: 80px;
    height: 400px;
    position: relative;
}

.dengbaoBanner img {
    width: 100%;
    height: 400px;
}

.riskAssessmentTitle {
    color: #fff;
    position: absolute;
    left: 100px;
    top: 90px;
    font-size: 45px;
}

.riskAssessmentTitle p {
    margin-top: 30px;
    font-size: 26px;
}

.nav {
    background-color: #eee;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    box-sizing: border-box;
}

.nav a {
    color: #333;
    cursor: pointer;
    font-size: 18px;
}

.dengbaoHonor p {
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
}

/*轮播图样式*/
.control-box {
    width: 80%;
    height: 310px;
    margin: 40px auto;
    background-image: url(../images/hots_bg.png);
    background-size: 1055px;
    background-repeat: no-repeat;
    background-position: 60px 165px;
}

.control-box ul {
    list-style: none;
    position: relative;
}

.control-box ul li {
    position: absolute;
    top: 50px;
    cursor: pointer;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.bigbox {
    overflow: hidden;
    width: 90%;
    height: 250px;
    margin: auto 70px auto;
}

#switcher {
    height: 190px;
    left: 0;
}

.content_1.content_2 {
    width: 100%;
    float: left;
}

.box {
    width: 190px;
    height: 250px;
    float: left;
    border-left: 3px white solid;
    overflow: hidden;
}

.dengbaoResumeBanner {
    margin-top: 30px;
    background: url(../images/city.jpg) no-repeat center fixed;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dengbaoResumeBox {
    width: 50%;
    background-color: #0d2c7a;
    opacity: 0.7;
    padding: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dengbaoResumeContent {
    width: 100%;
    padding: 2%;
    border: 2px solid #eee;
    background-color: #0d2c7a;
    opacity: 0.7;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.dengbaoResumeBox:hover {
    opacity: 1;
}

.dengbaoResumeBox:hover .dengbaoResumeContent {
    opacity: 1;
}

.dengbaoResumeContent h3, .zongbaoSolution h3, .dengbaofuce h3, .advantage h3, .lawaccord h3, .systemSolution h3 {
    font-size: 36px;
    text-align: center;
}

.dengbaoResumeContent p {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600;
}

.zongbaoSolution, .lawaccord, .systemSolution {
    background-color: #F0F0F0;
    padding: 50px;
    height: 700px;
}

/*技术标准与法律依据*/
.lawaccord {
    height: 550px;
}

.content-box1 .content {
    display: flex;
}

.lawaccordBox .content-box1 {
    height: 280px;
}

.jishubiaozhunImg {
    width: 150px;
    height: 219px;
    margin-right: 50px;
}

.jishubiaozhunImg img {
    width: 150px;
    height: 219px;
}

.jisuhbiaozhunText {
    margin-top: 10px;
    width: 60%;
    font-size: 14px;
}

.jisuhbiaozhunText p {
    margin-top: 5px;
}

/*一站式解决方案样式*/
.zongbaoSolutionBox ul, .lawaccordBox ul, .systemSolutionBox ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.zongbaoSolutionBox ul li, .lawaccordBox ul li, .systemSolutionBox ul li {
    color: #f60;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid #f90;
    transition: all ease .3s;
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 6px;
}

.zongbaoSolutionBox, .lawaccordBox, .systemSolutionBox {
    width: 1000px;
    margin: 50px auto;
    position: relative
}

.zongbaoSolutionBox ul li:hover, .lawaccordBox ul li:hover, .systemSolutionBox ul li:hover {
    background: #f90;
    color: #fff;
}

.zongbaoSolutionBox ul li.tabin, .lawaccordBox ul li.tabin1, .systemSolutionBox ul li.tabin2 {
    background: #f90;
    color: #fff
}

.content-box {
    width: 100%;
    height: 500px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 63px;
    overflow: hidden;
}

.zongbaoSolution {
    height: 600px;
}

.content-box9 {
    height: 380px;
}

.content {
    clear: both;
    color: #333;
    padding: 15px;
    opacity: 0;
    transition: all ease .3s;
    position: absolute;
    top: 0;
    left: 0;
}

.contentin, .contentin1, .contentin2 {
    opacity: 1;
}

.content h1 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
}

.content p {
    font-size: 14px;
}

.content h3 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
    text-align: left;
}

.shejirenyuanContainer {
    background: #F0F0F0;
    display: none;
}

.shejirenyuanBox {
    background: #F0F0F0;
    width: 1000px;
    margin: 0 auto;
}

.shejirenyuanBox h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0;
    text-align: center;
}

.shejirenyuanBox p {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center;
}

.beianliuchengbox {
    text-align: center;
    padding-top: 20px;
}

.beianliuchengbox img {
    width: 1000px;
}

.peoples li {
    float: left;
    width: 25%;
    padding: 15px;
    text-align: center;
}

.peoples li img {
    width: 69px;
    height: 100px;
}

.peoples li p {
    margin-top: 15px;
    margin-bottom: 25px;
}

.peoples li div {
    text-align: left;
}

/*系统解决方案*/
.systemSolution {
    height: 1000px;
    background: #fff;
}

.systemSolutionBox {
    /*height: 900px;*/
}

.systemSolution .content-box2 {
    width: 100%;
    height: 830px;
}

.imgBox {
    margin-top: 15px;
    text-align: center;
}

.dengbaofuce {
    width: 60%;
    min-width: 1000px;
    margin: 50px auto;
}

.dengbaofuceText {
    margin-top: 30px;
    line-height: 20px;
}

.dengbaofuceImage {
    text-align: center;
}

.advantage {
    margin-top: 50px;
}

.advantage ul {
    margin-top: 50px;
}

.advantage ul li {
    float: left;
    width: 25%;
}

.advantage ul li p {
    background: #f90;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #999;
}

.advantage ul li .advantage {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #999;
    font-size: 14px;
    height: 200px;
}
