body {
    background-color:#fff;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.clearfix::after{ content:""; display:block; clear:both;}
.banner {
    width: 100%;
    height: 240px;
    background: url(./banner.png) center center no-repeat;
  	 background-size: 100% 100% !important;
    margin-bottom: 36px;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}
.banner_title {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    padding-top: 70px;
}
.banner_title h5 {
    /* height: 60px; */
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}
.banner_title p {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    margin-top: 24px;
    opacity: .8;
}
.cont1{
    width: 1200px;
    /* height: 150px; */
}
.cont1tit {
    font-size: 32px;
    border-bottom: 1px solid #000;
    line-height: 86px;
}
.cont1con ul li a{
   display: inline-block;
    height: 62px;
    width: 96%;
    line-height: 62px;
    font-size: 16px;
}
.cont1con li{
    margin: 20px 0;
        box-shadow: 0 0 10px 0 rgb(153 153 153 / 20%);
}
.cont1con li:hover{ color: #4393F5; transform: translateY(-10%); transition: transform 0.5s; box-shadow: 0 0 10px 0
rgb(67 147 245 / 30%) !important;}
.cont1con li:hover a{ color: #4393F5;}
.cont2con ul{font-size:0px;}
.cont2con li{
    width: 380px;
    height: 140px;
    background-size: 100%;
    padding: 30px 0 0 20px;
    display: inline-block;
    margin: 30px 30px 0 0;
}
.cont2con li:nth-child(3n){
    margin-right: 0px;
}
.cont2con p{
    font-size: 22px;
    margin-bottom: 25px;
}
.cont2con a{
        display: inline-block;
    width: 70px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 16px;
    color: #fff;
    background-color: #4393F5;
    text-align: center;
}
.cont2con a:hover{color:#fff;}
.bod{
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .main {
    width: 100vw;
    margin: 0 auto;
}
    .banner {
        height: 3rem;
        background-size: cover !important;
        margin: 0;
    }

    .banner_title {
        padding-left: 3%;
        padding-right: 3%;
        width: 100%;
        height: auto;
        margin-bottom: 0.4rem;
        padding-top: .6rem;
    }

    .banner_title h5 {
        margin-bottom: 0.2rem;
        font-size: 0.6rem;
        line-height: initial;
    }

    .banner_title p {
        font-size: 0.24rem;
        margin-top: 0;
        width: auto;
    }
    .cont1 {
    width: 100%;}
    .cont1tit {
    font-size: .32rem;
    border-bottom: 1px solid #000;
    line-height: .86rem;
    padding-left: .2rem;
}
.cont1con ul li a {
    display: inline-block;
    height: .62rem;
    width: 84%;
    line-height: .62rem;
    font-size: .16rem;
}
.cont2con li {
    width: 97vw;
    height: 36vw;
    background-size: 100%;
    padding: 30px 0 0 20px;
    display: inline-block;
    margin: .3rem 0 0 .1rem;
}
.bod {
    margin-bottom: .5rem;
}
}