@charset "utf-8";

h3,p,a{
    margin: 0;
    padding: 0;
}
.banner{
    height: auto;
    /*height: 582px;*/
    overflow: hidden;
}
.banner .banner-in{
    height: 100%;
}
.banner .banner-in .topic{
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    animation:slide_in 3s ease;
}
@keyframes slide_in {
    0%   {top: 120%;}
    100% {top: 50%;}
}
/*内容开始*/
.content{
    height: auto;
}
h2{
    font-size:36px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:18px;

}
p{
    font-weight:400;
    color:rgba(102,102,102,1);
}
.content-dsjfn{
    background-color: #fff;
    animation:fade_in 3s ease;
}
@keyframes fade_in {
    from {opacity: 0;}
    to   {opacity: 1;}
}
.content-dsjfn .content-in .dsjIntro{
    padding-top: 103px;
    width: 602px;
    height: auto;
    padding-right: 0;
    margin-right: 48px;
    /* padding-right: 48px; */
}
.content-dsjfn .content-in .dsjIntro h3{
    font-size:24px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:32px;
}
.content-dsjfn .content-in .dsjIntro .textline{
    width: 393px;
    height: 4px;
    background:rgba(192,24,47,1);
    border-radius:2px;
    margin-bottom: 38px;
    margin-top: 6px;
}
.content-dsjfn .content-in .dsjIntro p{
    margin-top: 0;
    font-size:16px;
    line-height:32px;
    text-indent: 2em;
}
.content-dsjfn .content-in .dsjfnImg{
    margin-top: 138px;
    margin-bottom: 138px;
}
.content-dsjfn .content-in .dsjfnImg img{
    width: 495px;
    height: 354px;
}
.titlePadding{
    padding-top: 86px!important;
    text-align: center;
}
.titleH2{
    display: inline-block;
    height:34px;
    /* margin: 0 30px; */
}
.content-in .circle,.content-special .circle{
    display: inline-block;
    width:13px;
    height:13px;
    border:2px solid rgba(192,24,47,1);
    border-radius:50%;
    box-sizing: border-box;
}
.content-fa .content-in,.content-strength .content-in{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.content-fa .content-in .line1{
    margin-top: 63px;
    width: 100%;
    height: 222px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.content-fa .content-in .line1 div{
    width: 30%;
    height: 222px;
    background:rgba(255,255,255,1);
    border-radius:20px;

}
.content-fa .content-in .line1 div:last-child{
    margin-right: 0;
}
.content-fa .content-in .line2{
    width: 100%;
    height: 222px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 92px;
}
.content-fa .content-in .line2 div{
    margin-right: 20px;
    flex: 1;
    height: 222px;
    background:rgba(255,255,255,1);
    border-radius:20px;
}
.content-fa .content-in .line2 div:last-child{
    margin-right: 0;
}
.content-fa .content-in .exam div h2{
    margin-top: 62px;
    margin-bottom: 23px;
    font-size:46px;
    font-weight:200;
    color:rgba(153,153,153,1);
}
.content-fa .content-in .exam div p{
    margin-top: 0;
    font-size:18px;
    line-height:18px;
    text-align: center;
    display: inline-block;
    width: 322px;
}
.content-frame{
    width: 100%;
    background-color: #c0182f;
}
.content-frame .content-in img{
    margin-top: 45px;
    width: 100%;
    margin-bottom: 120px;
}
.content-frame .content-in h2{
    color:rgba(255,255,255,1);
}
.content-frame .content-in .circle{
    border:2px solid rgba(255,255,255,1);
    opacity:0.6;
}
content-mainfn,.content-fa,.content-special{
    width: 100%;
    background-color: #f4f4f4;
}
div.line3,div.line4{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
div.line3 div,div.line4 div{
    flex: 1;
    margin-right: 20px;
    text-align: center;
}
div.line3 div:last-child,div.line4 div:last-child{
    margin-right: 0;
}
div.line3 div img:nth-child(1){
    width: 51px;
    height: 45px;
}
div.line3 div img:nth-child(2){
    width: 51px;
    height: 45px;
}
div.line3 div img:nth-child(3){
    width: 50px;
    height: 43px;
}
div.line3 div img:nth-child(4){
    width: 45px;
    height: 50px;
}
div.line3 div img:nth-child(5){
    width: 50px;
    height: 45px;
}
div.line4 div img:nth-child(1){
    width: 47px;
    height: 53px;
}
div.line4 div img:nth-child(2){
    width: 49px;
    height: 49px;
}
div.line4 div img:nth-child(3){
    width: 49px;
    height: 47px;
}
div.line4 div img:nth-child(4){
    width: 45px;
    height: 49px;
}
div.line3 div p,div.line4 div p{
    margin-top: 10px;
    font-size:18px;
    line-height:18px;
}
div.line4{
    margin-bottom: 90px;
}
.content-strength{
    width: 100%;
    background-color: #fff;
}
.content-strength .content-in .strDesc{
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.content-strength .content-in .strDesc>div{
    flex: 1;
}
.content-strength .content-in .strDesc p{
    margin: 0;
    font-size:18px;
    line-height:30px;
    padding:25px 20px;
}
.content-strength .content-in .strDesc .streLeft{
    margin-right: 20px;
    margin-bottom: 104px;
}
.content-strength .content-in .strDesc .streLeft .streLeftTop{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.content-strength .content-in .strDesc .streLeft .streLeftTop>div{
    flex: 1;
    height: 170px;
    background-color: #f4f4f4;
    border-radius: 5px;
    padding-bottom: 20px;
    overflow: hidden;
}
.content-strength .content-in .strDesc .streLeft .streLeftTop>div:first-child{
    margin-right: 20px;
}
.content-strength .content-in .strDesc .streLeft .streLeftBottom{
    display: flex;
    justify-content: space-between;
}
.content-strength .content-in .strDesc .streLeft .streLeftBottom>div{
    flex: 1;
    background-color: #f4f4f4;
    border-radius: 5px;
    padding-bottom: 20px;
    overflow: hidden;
}
.content-special .specialDes .bg {
  height: auto;
}
.content-strength .content-in .strDesc .streLeft .streLeftBottom>div:first-child{
    margin-right: 20px;
}
.content-strength .content-in .strDesc .streRight .streRightTop{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.content-strength .content-in .strDesc .streRight .streRightBottom{
    display: flex;
    justify-content: space-between;
}
.content-strength .content-in .strDesc .streRight .streRightTop>div{
    flex: 1;
    height: 210px;
    background-color: #f4f4f4;
    border-radius: 5px;
    padding-bottom: 20px;
    overflow: hidden;
}
.content-strength .content-in .strDesc .streRight .streRightTop>div:first-child{
    margin-right: 20px;
}
.content-strength .content-in .strDesc .streRight .streRightBottom>div{
    flex: 1;
    height: 210px;
    background-color: #f4f4f4;
    border-radius: 5px;
    padding-bottom: 20px;
    overflow: hidden;
}
.content-strength .content-in .strDesc .streRight .streRightBottom>div:first-child{
    margin-right: 20px;
}
.content-special{
    width: 100%;
    padding:0 40px;
    text-align: center;
    padding-top: 86px;
    box-sizing: border-box;
}
.content-special .specialDes{
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
    margin-bottom: 80px;
}
.content-special .specialDes>div{
    /* flex: 1; */
    margin-right: 20px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px;
}
.content-special .specialDes .bg {
  height: auto;
}
.content-special .specialDes>div p{
    margin-top: 0;
    color:rgba(51,51,51,1);
}
.content-special .specialDes>div:last-child{
    margin-right: 0;
}
.content-special .specialDes>div p.title{
    margin: 10px 0 20px 0;
    font-size: 18px;
    color:rgba(51,51,51,1);
    line-height:30px;
}
.content-special .specialDes>div p.des{
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:24px;
    text-align: left;
    margin-bottom: 20px;
}



@media screen and (max-width: 768px){
    .content-strength .content-in{
        padding-left: 0;
        padding-right: 0;
    }
    .content-strength .content-in .strDesc{
        justify-content: normal;
    }
    .content-strength .content-in .strDesc .streLeft{
        margin-right: 0;
    }
    .content-strength .content-in .strDesc>div{
        flex: none;
    }
    .swiper-slide{
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .content-in .circle, .content-special .circle{
        width: 8px;
        height: 8px;
        border: 1px solid rgba(192,24,47,1);
    }
    .titlePadding{
      padding-top: 20px!important;
    }
}
