.banner img{
    width: 100%;
}
.banner_pc{
    position: relative;
}
/*.banner_main{
    position: absolute;
    left: 50%;
    top: 0;
    width: 94%;
    max-width: 1200px;
    height: 100%;
    transform: translate(-50%,0);
}*/
a.banner_more{
    position: absolute;
    left: 18.75%;
    bottom: 7.4%;
    display: block;
    width: 19.11%;
    text-align: center;
    transition: all 0.6s;
}
a.banner_more:hover {
    transform: scale(1.05);
}
img.mm{
    display: none;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}
.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #ffffff;
    opacity: 1;
    vertical-align: middle;
}
.banner .swiper-pagination-bullet-active {
    background: #ff860f;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: none;
}
.banner .swiper-button-prev{
    background: url(../images/exz.png) no-repeat;
    background-size: 100% 100%;
    left: 20px;
}
.banner .swiper-button-next{
    background: url(../images/exy.png) no-repeat;
    background-size: 100% 100%;
    right: 20px;
}
.footer{
    padding: 30px 0;
    background: #eeeef0;
}
.foot{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.foot_lf{
    width: 14%;
}*/
.foot_lf img{
    max-width: 130px;
}
.foot_con{
    width: 71.6%;
}
.foot_url{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 15px;
}
.foot_url a{
    display: block;
    font-size: 16px;
    color: #070506;
}
.foot_url a:hover{
    font-weight: bold;
}
.foot_content{
    font-size: 12px;
    line-height: 28px;
    color: #87a2b7;
}
.foot_ri img{
    width: 90px;
    margin: 0 auto 5px;
}
.foot_ri p{
    font-size: 13px;
    color: #87a2b7;
    text-align: center;
}
.mmm{
    display: none;
}
.title{
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}
.title img{
    margin: 0 auto;
}
.title h2{
    font-size: 36px;
    font-weight: bold;
    margin-top: -25px;
}
.title h2:after{
    content: "";
    display: block;
    width: 69px;
    height: 2px;
    margin: 10px auto 0;
    background: url(../images/tit1.png) no-repeat;
    background-size: cover;
}
.title p{
    font-size: 24px;
    color: #808080;
    margin-top: 10px;
}
.more{
    text-align: center;
    margin: 40px auto 0;
}
.more a{
    display: inline-block;
    min-width: 200px;
    height: 52px;
    font-size: 24px;
    line-height: 52px;
    color: #FFFFFF;
    text-align: center;
    padding: 0 25px;
    border-radius: 26px;
    background: #002776;
}
.more a:hover{
    background: #FB793B;
}
.index1{
    padding: 120px 0;
}
.index1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index1 ul li{
    display: flex;
    align-items: flex-start;
    width: 23%;
}
.ind1_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #002776;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
}
img.tu2{
    display: none;
}
.ind1_ri{
    flex: 1;
    padding-top: 10px;
}
.ind1_ri h3{
    font-size: 26px;
    color: #000000;
    margin-bottom: 10px;
}
.ind1_ri p{
    font-size: 18px;
    line-height: 33px;
    color: #454444;
}
.index1 ul li:hover .ind1_img{
    background: #002776;
}
.index1 ul li:hover img.tu1{
    display: none;
}
.index1 ul li:hover img.tu2{
    display: block;
}
.ind2{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #ffffff;
}
.ind2_lf{
    width: 56%;
    padding: 50px 3% 45px;
    background: url(../images/ind2.jpg)top center no-repeat;
    background-size: cover;
}
.ind2_con{
    width: 100%;
    max-width: 620px;
}
.ind2 h3{
    display: inline-block;
    font-size: 30px;
    line-height: 52px;
    color: #002776;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0 15px;
    background: #ffffff;
}
.ind2_con ul li{
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.ind2_con ul li:last-child{
    margin-bottom: 0;
}
.ind2_con ul li:after{
    content: "";
    position: absolute;
    left: -9px;
    top: 12px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffffff;
}
.ind2_con ul li strong{
    font-size: 24px;
    margin-right: 10px;
}
.ind2_ri{
    position: relative;
    width: 45.4%;
    margin-left: -1.4%;
    margin-bottom: 60px;
    padding: 25px 40px 15px;
    background: #ffab17;
    z-index: 1;
}
.ind2_ri:before{
    content: "";
    position: absolute;
    left: 0;
    top: -22px;
    width: 3.1%;
    height: 23px;
    background: url(../images/ind22.png)no-repeat;
    background-size: cover;
    z-index: -1;
}
.ind2_ri_flex{
    max-width: 475px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind2_tit{
    flex: 1;
}
.ind2_ri_flex h3{
    color: #ffab17;
}
.ind2_ri_flex p{
    font-size: 24px;
    font-weight: bold;
}
.index3{
    position: relative;
    padding: 120px 0;
}
.index3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 863px;
    background: url(../images/ind3.png)left center no-repeat;
}
.index4 table{
    width: 100%;
}
.index4 table tr:nth-child(2n){
    background: rgba(210, 210, 210, 0.2);
}
.index4 table tr td{
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    height: 80px;
    padding: 5px;
}
.index4 table tr:first-child td{
    font-size: 26px;
}
.index4 table tr td:first-child{
    width: 21%;
}
.index5{
    position: relative;
    padding: 100px 0;
    background: url(../images/ind5.png)center bottom no-repeat;
}
.w900{
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
}
.index5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.index5 ul li{
    width: 33%;
    text-align: center;
    margin-bottom: 50px;
}
.index5 ul li h3{
    position: relative;
    display: inline-block;
    font-size: 48px;
    color: #1b1e90;
    font-weight: bold;
    font-style: italic;
}
.index5 ul li h3 span{
    font-size: 30px;
}
.index5 ul li p{
    font-size: 24px;
    color: #212122;
}
.index5 ul li h3 span:after{
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    width: 20px;
    height: 28px;
    background: url(../images/ind51.png)top center no-repeat;
    background-size: cover;
}
.index5 ul li:hover h3{
    color: #FB793B;
}
.index5 ul li:hover h3 span:after{
    background-image: url(../images/ind511.png);
}
.index5 ul li:nth-child(n+4) h3 span:after{
    top: 10px;
    right: -20px;
}
.index6{
    padding-bottom: 90px;
}
.index6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.index6 ul li{
    width: 30.7%;
    margin-bottom: 10px;
}
.index6 ul li img{
    width: 100%;
    border-radius: 10px;
    border: 4px solid #002776;
}
.ind3{
    position: relative;
    z-index: 1;
}
.ind3 .swiper-container{
    padding: 15px 20px 60px;
}
.ind3 .swiper-slide{
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 30px 30px 10px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-shadow: 4px 6px 12px rgba(115, 115, 115, 0.31);
    background: #ffffff;
}
.ind3_lf{
    width: 130px;
    text-align: center;
    margin-right: 20px;
}
.ind3_lf img{
    max-width: 90%;
    margin: 0 auto 20px;
}
.ind3_lf p{
    display: inline-block;
    font-size: 18px;
    color: #163a82;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #a6aec6;
}
.ind3_ri{
    flex: 1;
    padding-top: 10px;
}
.ind3_ri h3{
    font-size: 28px;
    color: #2f2923;
    font-weight: bold;
    margin-bottom: 10px;
}
.ind3_ri p{
    font-size: 18px;
    line-height: 28px;
    color: #474747;
}
.ind3 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
.ind3 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
/*    margin: 0 8px !important;*/
    background: #163980;
    opacity: 1;
    vertical-align: middle;
    opacity: 0.46;
}
.ind3 .swiper-pagination-bullet-active {
    background: #002776;
    opacity: 1;
}
.ind3 .swiper-button-prev,.ind3 .swiper-button-next{
    width: 24px;
    height: 33px;
    margin-top: -16px;
    outline: none;
}
.ind3 .swiper-button-prev{
    background: url(../images/z.png) no-repeat;
    background-size: 100% 100%;
    left: -20px;
}
.ind3 .swiper-button-next{
    background: url(../images/y.png) no-repeat;
    background-size: 100% 100%;
    right: -20px;
}