.navigation {
    position:relative;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background: #ffffff;
    box-shadow: 0 9px 12px rgba(157, 157, 157, .2);
}
.navigation_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    height: 100px;
}
.logo{
    width: 155px;
    margin: 0;
    height: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.logo img{
    display: block;
    margin: 0;
    max-width: 100%;
    max-height: 92%;
}
.navBox{
    max-width: 740px;
    flex: 1;
}
.nav-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navBox .nav-ul>li {
    position: relative;
    text-align: center;
}
/*.header .nav-ul>li:first-child{
    margin-left: 0;
}*/
/*.header .nav-ul>li.current>a{
    color: #ce3038;
}*/
.navBox .nav-ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100px;
    color: #1e1e1e;
    font-weight: bold;
}
/*.header .nav-ul>li>a>img {
    margin-left: 3px;
}*/
/*.header .nav-ul>li:hover>a{
    color: #ce3038;
}*/
.navBox .nav-ul>li>a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #bf3441;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    transition: width .5s linear;
}
.navBox .nav-ul>li:hover>a:after,
.navBox .nav-ul>li.current>a:after{
    width: 100%;
}
.erji{
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    transform: translate(-50%,0);
    width: 230px;
    z-index: 100;
    padding: 35px 0 20px;
    border-radius: 0 0 16px 16px;
    white-space: nowrap;
    background: rgba(255, 255, 255, .66);
    backdrop-filter: blur(10px);
    transition: all 0.6s; 
}
.erji>a {
    display: block;
    font-size: 16px;
    color: #424242;
    margin: 0 0 15px;
    text-align: center;
}

.nav-ul>li:hover .erji:after{
    width: 100%;
}
.erji>a:hover{
    color: #010101;
}
.navBox .nav-ul li:hover .erji {
    display: block;
}
.tel{
    font-size: 15px;
    color: #424242;
    margin-left: 50px;
    padding-left: 45px;
    background: url(/images/tel_sem.png) left center no-repeat;
}
.tel h3{
    font-size: 18px;
    font-weight: bold;
/*    margin-bottom: 3px;*/
}
.tel p{
    font-size: 16px;
}
.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;
}
.ban_zy{
    position: absolute;
    right: 130px;
    bottom: 50px;
    width: 110px;
    height: 50px;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: none;
}
.banner .swiper-button-prev{
    background: url(../images/z.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}
.banner .swiper-button-next{
    background: url(../images/y.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}
.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: #0c0002;
}
.foot_url a:hover{
    font-weight: bold;
}
.foot_content{
    font-size: 12px;
    line-height: 28px;
    color: #6689a7;
}
.foot_ri img{
    width: 90px;
    margin: 0 auto 5px;
}
.foot_ri p{
    font-size: 13px;
    color: #6689a7;
    text-align: center;
}
.title{
    position: relative;
    color: #383838;
    text-align: center;
    margin-bottom: 60px;
}
.title h2{
    position: relative;
    font-size: 50px;
    font-weight: bold;
}
.title span{
    color: #ce3038;
}
.title p{
    font-size: 18px;
    color: #73737e;
    margin-top: 5px;
}
/*.title:after{
    content: "";
    display: block;
    width: 58px;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 2px;
    background: #2a61fd;
}*/
.mmm{
    display: none;
}
.more{
    text-align: center;
    margin: 60px auto 0;
}
.more a{
    display: inline-block;
    min-width: 290px;
    font-size: 20px;
    line-height: 62px;
    color: #ffffff;
    text-align: center;
    padding: 0 35px;
    border-radius: 31px;
    background: #2a61fd;
    transition: all .3s;
}
.more a:hover{
/*    color: #ffffff;*/
    background: #7397fe;
/*    box-shadow: inset -3px 6px 5px #0b83fd;*/
}
.paper1{
    position: relative;
    margin-top: -30px;
}
.paper1 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paper1 ul li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 32%;
    padding: 25px 5px 25px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px #e1e4ed;
    background: #ffffff;
}
.shuo1_img{
    margin-right: 20px;
}
.shuo_ri{
    flex: 1;
}
.shuo_ri h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.shuo_ri p{
    font-size: 16px;
}
.paper2{
    padding: 120px 0;
}
.paper2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paper2 ul li{
    width: 30.9375%;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 0 20px #e1e4ed;
    background: #ffffff;
}
.paper2_img{
    position: relative;
}
.paper2_img img{
    width: 100%;
}
.paper2_img p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 13px 5px;
    background: rgba(56, 56, 56, .7);
}
.paper2 dl{
    padding: 35px;
}
.paper2 dl dd{
    position: relative;
    font-size: 18px;
    line-height: 27px;
    word-break: break-all; 
    margin-bottom: 10px;
    padding-left: 15px;
}
.paper2 dl dd:after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #383838;
}
.paper3{
    padding-bottom: 100px;
    background: url(../images/shuo3.jpg)center no-repeat;
    background-size: 100%;
}
.paper3 .title{
    margin-bottom: 130px;
}
.paper3_img img{
    margin: 0 auto;
}
.paper3_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -130px;
    padding: 0 20px;
}
.paper3_ul ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    max-width: 640px;
}
.paper3_ul ul li{
    width: 35.3125%;
    margin-left: -2.97%;
}
.paper3_ul ul li:first-child{
    margin-left: 0;
}
.paper3_dl{
    padding: 110px 0 80px;
}
.paper3_dl dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paper3_dl dl dt{
    width: 12.5%;
    font-size: 28px;
    line-height: 85px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    border-radius: 11px;
    background: #ce3038;
}
.paper3_dl dl dd{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
}
.paper3_dl dl dd img{
    max-width: 80%;
}
.paper3_des{
    text-align: center;
}
.paper3_des p{
    display: inline-block;
    font-size: 23px;
    line-height: 50px;
    color: #ce3038;
    font-weight: bold;
    padding: 0 20px;
    background: #f9e6e7;
}
.paper4{
    padding: 120px 0 50px;
    background: url(../images/shuo4.jpg)center no-repeat;
    background-size: cover;
}
.paper4 .title,
.paper4 .title p{
    color: #ffffff;
}
.paper4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paper4 ul li{
    width: 31.25%;
    margin-bottom: 40px;
    padding: 40px 45px 35px 50px;
    border-radius: 10px;
    background: #ffffff;
}
.paper4_tit{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecdcd;
}
.paper4_tit img{
    margin-right: 15px;
}
.paper4_ri{
    flex: 1;
}
.paper4_ri h3{
    font-size: 28px;
    font-weight: bold;
}
.paper4_ri span{
    font-size: 14px;
    color: #ce3038;
}
.paper4_con span{
    display: block;
    font-size: 16px;
    color: #ce3038;
    font-weight: bold;
    margin-bottom: 5px;
}
.paper4_con p,
.paper4_con dl dd{
    font-size: 16px;
    line-height: 26px;
}
.paper4_con dl dd{
    position: relative;
    padding-left: 20px
}
.paper4_con dl dd:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #383838;
}
.paper5{
    padding: 120px 0;
}
.paper5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paper5 ul li{
    width: 18.3125%;
}
.paper5 ul li p{
    font-size: 24px;
    color: #2c2c2c;
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px;
}
.paper5 ul li p:after{
    content: "";
    display: block;
    width: 55px;
    height: 7px;
    margin: 10px auto 0;
    background: #ce3038;
}
.paper5_con{
    padding: 60px 25px 20px;
    border-radius: 15px;
    background: url(../images/shuo51.jpg)center no-repeat;
    background-size: cover;
}
.paper5 ul li:nth-child(2) .paper5_con{
    background-image: url(../images/shuo52.jpg);
}
.paper5 ul li:nth-child(3) .paper5_con{
    background-image: url(../images/shuo53.jpg);
}
.paper5 ul li:nth-child(4) .paper5_con{
    background-image: url(../images/shuo54.jpg);
}
.paper5 ul li:nth-child(5) .paper5_con{
    background-image: url(../images/shuo55.jpg);
}
.paper5_tit{
    color: #ffffff;
    text-align: center;
    min-height: 230px;
}
.paper5_tit h3{
    font-size: 58px;
    font-weight: bold;
    font-family: "微软雅黑";
}
.paper5_tit h3 strong{
    font-family: "微软雅黑";
}
.paper5_tit span{
    font-size: 24px;
}
.paper5_con dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 2px dashed rgba(255, 255, 255, .5);
}
.paper5_con dl dd{
    width: 48%;
    font-size: 18px;
    line-height: 37px;
    color: #383838;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #ffffff;
}
.paper6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paper6 ul li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 23.75%;
    margin-bottom: 50px;
    padding: 30px 10px 25px;
    border-radius: 15px;
    background: #f7dedf;
}
.paper6_img{
    width: 34%;
    border-right: 1px solid #ffffff;
}
.paper6_img img{
    max-width: 60%;
    margin: 0 auto;
}
.paper6_ri{
    flex: 1;
    padding-left: 50px;
}
.paper6_ri h3{
    font-size: 24px;
    color: #ce3038;
    font-weight: bold;
    margin-bottom: 10px;
}
.paper6_ri p{
    font-size: 16px;
    line-height: 34px;
    color: #424242;
}
.paper7{
    padding: 120px 0;
}
.paper7 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paper7 ul li{
    width: 23.75%;
}
.paper7 ul li img{
    margin: 0 auto;
}
.paper8{
    position: relative;
    padding-bottom: 120px;
}
.paper8 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.paper8 ul li{
    position: relative;
    width: 23.125%;
    min-height: 426px;
    color: #424242;
    margin-top: 60px;
    padding: 0 45px 65px;
    border-radius: 15px;
    background: url(../images/shuo81_03.jpg) center bottom no-repeat;
    background-size: cover;
}
.paper8 ul li:nth-child(2){
    background-image: url(../images/shuo82_03.jpg);
}
.paper8 ul li:nth-child(3){
    background-image: url(../images/shuo83_03.jpg);
}
.paper8 ul li:nth-child(4){
    background-image: url(../images/shuo84_03.jpg);
}
.paper8 ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 15px);
    border-radius: 15px;
    box-shadow: 0 0 13px #d0d0d0;
    background: #ce3a40;
    z-index: -1;
}
.paper8_img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    margin: -60px auto 0;
    border-radius: 50%;
    box-shadow: 0 16px 24px rgba(208, 208, 208, .58);
    background: #ffffff;
}
.paper8 ul li h3{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 35px 0;
}
.paper8 ul li h3:after{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 15px auto 0;
    background: #ce363d;
}
.paper8 ul li p{
    font-size: 22px;
    line-height: 36px;
}
.paper8 ul li span{
    position: absolute;
    right: 30px;
    bottom: 0;
    font-size: 53px;
    color: #c0c0c0;
    opacity: .46;
}
.paper8:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 370px;
    background: #fcf0f1;
    z-index: -2;
}
.paper8 ul li:hover{
    color: #ffffff;
    background-image: url(../images/shuo811_03.jpg);
}
.paper8 ul li:nth-child(2):hover{
    background-image: url(../images/shuo822_03.jpg);
}
.paper8 ul li:nth-child(3):hover{
    background-image: url(../images/shuo833_03.jpg);
}
.paper8 ul li:nth-child(4):hover{
    background-image: url(../images/shuo844_03.jpg);
}
.paper8 ul li:hover:after{
    box-shadow: none;
    background: #e5e5e5;
}
.paper8 ul li:hover .paper8_img{
    box-shadow: 0 16px 24px #ce363d;
}
.paper8 ul li:hover h3:after{
    background: #ffffff;
}
.paper8 ul li:hover span{
    color: #ffffff;
    opacity: .22;
}
.paper9{
    padding: 100px 0;
}
.paper9 img{
    margin: 0 auto;
}
.foot_copy{
    font-size: 14px;
    line-height: 26px;
    color: #686868;
    text-align: center;
    padding: 15px 0;
    background: #EEEEF0;
}