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;
padding: 20px;
 box-shadow: 0 0 10px 0 rgb(153 153 153 / 20%);}
.cont2con li{
width: 176px;
height: 50px;
margin-right: 20px;
    display: inline-block;
    background-color: #F5F5F5;
}
.cont2con li:nth-child(6n){
    margin-right: 0px;
}
.cont2con p{
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 30px;
}
.cont2con a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.bod{
    margin-bottom: 60px;
}
.cont2con p span {
    font-size: 20px;
}
@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 p {
    font-size: .22rem;
    margin-bottom: .25rem;
    margin-top: .3rem;
}
.cont2con p a {
    width: inherit;
    line-height: .5rem;
    font-size: .16rem;
}
.cont2con p span {
    font-size: .2rem;
}
.cont2con li {
    width: 1.76rem;
    height: 1rem;
    margin-right: 0.7rem;
    display: inline-block;
    background-color: #F5F5F5;
}
.cont2con a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1rem;
    text-align: center;
}
.cont2con li:nth-child(3n){
    margin-right: 0px;
}
}