.header{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f5f5f5;
/*    box-shadow: 0 3px 6px rgba(0,0,0,0.2);*/
}
.head{
/*    display: flex;
    align-items: center;
    justify-content: space-between;*/
    height: 95px;
}
.logo{
    float: left;
    width: 200px;
    height: 100%;
    padding-top: 10px;
}
.logo a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position:relative;
}
.logo img{
    display: block;
    max-width: 100%;
    max-height: 98%;
}
.sousuo{
    padding-top: 25px;
}
.sousuo form{
    width: 212px;
    overflow: hidden;
}
.sousuo input{
    display: none;
    float: left;
    width: 166px;
    font-size: 16px;
    line-height: 32px;
    color: #ffff;
    height: 34px;
    background: none;
    padding-left: 15px;
    border: 1px solid #ffff;
    border-radius: 20px;
}
.sousuo button{
    float: right;
    background: none;
    border: none;
}
.navBox{
    padding-top: 35px;
}
.nav-ul>li {
    position: relative;
    float: left;
    text-align: center;
}
.nav-ul>li{
    margin-right: 55px;
}
.nav-ul>li.current>a{
    font-family: 'Bold'; 
    color: #014efe;
}
.nav-ul>li.current>a:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -45%;
    bottom: 8px;
    width: 90%;
    height: 3px;
    background: #014efe;
    border-radius: 10px;
}
.nav-ul>li>a {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 60px;
    color: #333333;
}
.nav-ul>li:hover>a{
    font-family: 'Bold'; 
    color: #014efe;
}
.nav-ul>li:hover>a:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -45%;
    bottom: 8px;
    width: 90%;
    height: 3px;
    background: #014efe;
    border-radius: 10px;
}
.erji{
    position: absolute;
    top: 100%;
    left: -3px;
    display: none;
    min-width: 155px;
    z-index: 100;
    padding: 20px 15px;
    white-space: nowrap;
    transition: all 0.6s; 
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0 0 10px 10px;
}
.erji>a {
    display: block;
    font-size: 24px;
    line-height: 46px;
    color: #000000;
    text-align: left;
}
.erji>a:hover{
    color: #014efe;
}
.nav-ul>li:hover .erji{
    display: block;
}
.banner{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}
.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ffffff;
    opacity: 1;
    border: none;
    margin: 0 10px !important;
}
.banner .swiper-pagination-bullet-active {
    background: #014efe;
}
.aa .aaz,.aa .aay{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    outline: none;
}
.aa .aaz{
    background: url(../img/z.png) no-repeat;
    background-size: cover;
    left: 30px;
}

.aa .aay {
    background: url(../images/y.png) no-repeat;
    background-size: cover;
    right: 30px;
}
.aa .aaz:hover{
    background: url(../img/z1.png) no-repeat;
}
.aa .aay:hover{
    background: url(../images/y1.png) no-repeat;
}
.footer{
    color: #ffffff;
    background: #434343;
}
.foot{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0;
}
.foot1{
    width: 210px;
}
.foot_ti{
    font-size: 18px;
    font-family: 'Normal';
}
.foot1 h2{
    font-size: 24px;
    font-family: 'Normal'; 
    margin: 5px 0 8px;
}
.foot1_con ,.foot1_con *{
    font-size: 16px;
    line-height: 28px;
    font-family: 'Normal';
}
.foot1_con p{
    margin-bottom: 10px;
}
.foot1_qq ul{
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}
.foot1_qq ul li{
    position: relative;
    margin-left: 37px;
}
.foot3 img{
    max-width: 190px;
}
.foot2{
    position: relative;
    width: 48.8%;
    max-width: 586px;
    min-height: 250px;
    padding: 0 60px;
}
.foot2:before{
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0;
    top: 5%;
    background: #ffffff;
}
.foot2:after{
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    right: 0;
    top: 5%;
    background: #ffffff;
}
.foot2 ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 90px;
    margin-top: 30px;
}
.foot2 ul li{
    position: relative;
    font-size: 16px;
}
.foot2 ul li:hover:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -3px;
    width: 23px;
    height: 2px;
    background: #ffffff;
}
.foot_erji{
    position: absolute;
    left: 15px;
    top: 100%;
    display: none;
    min-width: 210px;
    z-index: 100;
    padding-top: 15px;
    white-space: nowrap;
}
.foot2 ul li:hover .foot_erji{
    display: block;
}
.foot_erji a{
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
    font-family: 'Normal'; 
}
.foot_erji a:last-child{
    margin-right: 0;
}
.foot_link{
    padding-top: 10px;
}
.foot_link a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 15px;
    font-family: 'Normal'; 
}
.foot_link a:hover:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -52.5%;
    bottom: -5px;
    width: 105%;
    height: 1px;
    background: #ffffff;
}
.cop{
    font-size: 20px;
    color: #999999;
    text-align: center;
    padding: 35px 0;
    background: #0c0c0c;
}
.p90200{
    padding: 90px 0 200px;
}
.tit{
    text-align: center;
    margin-bottom: 70px;
}
.tit h3{
    font-size: 30px;
    color: #555555;
    opacity: 0.35;
    margin-bottom: 5px;
}
.tit h5{
    font-size: 27px;
    color: #555555;
    font-weight: bold;
}
.yewu ul{
    display: flex;
    flex-wrap: wrap;
}
.yewu ul li{
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    color: #353535;
    background: #eeeeee;
    min-height: 368px;
    padding-left: 100px;
    margin-bottom: 52px;
}

.yewu ul li:nth-child(2){
    color: #ffffff;
    background: #3e6eb5;
}
.yewu ul li:nth-child(3){
    color: #ffffff;
    background-color: #3e6eb5;
}
.yewu ul li:nth-child(4){
    color: #353535;
    background-color: #eeeeee;
}
.yewu ul li:nth-child(5){
    color: #353535;
    background-color: #eeeeee;
}
.yewu ul li:nth-child(6){
    color: #ffffff;
    background-color: #3e6eb5;
}
.yewu ul li:nth-child(7){
    color: #ffffff;
    background-color: #3e6eb5;
}
.yewu ul li:nth-child(8){
    color: #353535;
    background-color: #eeeeee;
}
.yewu ul li img{
    transition: all 0.6s;
}
img.yw1{
    position: absolute;
    right: 40px;
    bottom: 40px;
}
img.yw2{
    position: absolute;
    right: 30px;
    bottom: 0;
}
.yewu ul li:hover img{
    transform: scale(1.1);
}
.yewu ul li a{
    display: block;
    width: 380px;
}
.yewu ul li h3{
    font-size: 26px;
}
.yewu ul li h5{
    font-size: 18px;
    line-height: 30px;
    min-height: 90px;
    margin: 10px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.yewu ul li p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    line-height: 44px;
    height: 46px;
    font-size: 16px;
    text-align: center;
    padding-right: 10px;
    border: 1px solid #353535;
    background: url(../img/yc.png)right 18px center no-repeat;
}
.yewu ul li:nth-child(2) p{
    border-color: #ffffff;
    background-image: url(../img/yc1.png);
}
.yewu ul li:nth-child(3) p{
    border-color: #ffffff;
    background-image: url(../img/yc1.png);
}
.yewu ul li:nth-child(4) p{
    border-color: #353535;
    background-image: url(../img/yc.png);
}
.yewu ul li:nth-child(5) p{
    border-color: #353535;
    background-image: url(../img/yc.png);
}
.yewu ul li:nth-child(6) p{
    border-color: #ffffff;
    background-image: url(../img/yc1.png);
}
.yewu ul li:nth-child(7) p{
    border-color: #ffffff;
    background-image: url(../img/yc1.png);
}
.yewu ul li:nth-child(8) p{
    border-color: #353535;
    background-image: url(../img/yc.png);
}
.job1 ul{
    display: flex;
/*    justify-content: space-between;*/
}
.bag{
    background: #f7f7f7;
}
.job{
    width: 1320px;
}
.job1 ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 414px;
    height: 300px;
    margin-right: 39px;
    margin-bottom: 35px;
    background: #f2f6ff;
    transition: all 0.6s;
}
.job1 ul li:nth-child(3n){
    margin-right: 0;
}
.job1 ul li:last-child{
    margin-right: 0;
}
.job1_one img{
    width: 85px;
    margin: 0 auto 10px;
}
.job1_one p{
    margin-top: 10px;
    font-size: 22px;
    text-align: center;
}
.job1_two{
    position: relative;
    display: none;
    align-items: flex-start;
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 30px 30px 0 38px;
    background: #014efe;
}
.job1 ul li:hover{
    width: 71%;
}
.job1 ul li:hover .job1_one{
    display: none;
}
.job1 ul li:hover .job1_two{
    display: flex;
}
.job1_two img{
    width: 105px;
    padding-top: 30px;
    margin-right: 40px;
}
.job1_ri{
    flex: 1;
}
.job1_ri h3{
    font-size: 24px;
}
.job1_con{
    font-size: 14px;
    line-height: 24px;
    min-height: 144px;
    margin: 5px 0 10px;
    position:absolute;
    min-width: 466px;
}
.job1_ri p{
    font-size: 16px;
    /* text-align: right; */
}
.job1_ri p span{
    font-size: 30px;
}
.job2{
    padding-top: 50px;
}
.job2_lf{
    width: 49.6%;
    overflow: hidden;
}
.job2 img{
    width: 100%;
    transition: all 0.6s;
}
.job2 img:hover{
    transform: scale(1.1);
}
.job2_ri{
    width: 48.8%;
}
.job2_ri ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job2_ri ul li{
    width: 48.5%;
    overflow: hidden;
}
.job2_ri ul li:nth-child(-n+2){
    margin-bottom: 15px;
}
.lx1 .tit{
    margin-bottom: 35px;
}
.ditu{
    position: relative;
}
.ditu .map{
    height: 530px;
}
.lx1_con{
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: 94%;
    transform: translate(-50%,0);
    max-width: 650px;
    font-size: 20px;
    color: #888888;
    padding: 25px 50px 25px 88px;
    background: #ffffff;
}
.lx2{
    margin: 80px 0;
}
.lx2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx2 ul li{
    width: 256px;
}
.lx2 ul li:hover p{
    color:#014efe !important;
}
.lx2 ul li img{
    width: 100%;
    margin-bottom: 50px;
}
.lx2 ul li p{
    font-size: 30px;
    color: #131313;
    text-align: center;
}

.lx2_lf{
    padding-top: 130px;
    width: 49%;
    text-align: center;
}
.lx2_lf h3{
    font-size: 86px;
    color: #014efe;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.lx2_lf h5{
    font-size: 22px;
    line-height: 36px;
    color: #767575;
}
.lx2_ri{
    width: 43.9%;
}
.ipt{
    margin-bottom: 35px;
}
.ipt h3{
    font-size: 22px;
    color: #454545;
    margin-bottom: 5px;
}
.input-text{
    width: 100%;
    font-size: 18px;
    line-height: 54px;
    padding-left: 10px;
    border: 2px solid #d5d5d5;
    background: none;
}
.ipt textarea{
    width: 100%;
    min-height: 135px;
    font-size: 18px;
    line-height: 30px;
    padding-top: 5px;
    padding-left: 10px;
    border: 2px solid #d5d5d5;
    background: none;
}
.sub{
    width: 180px;
    font-size: 22px;
    line-height: 58px;
    color: #ffffff;
    text-align: center;
    border: none;
    background: #014efe;
}
.new{
    padding-top: 40px;
}
.new_sub{
    margin-bottom: 80px;
}

.new_sub a{
    display: inline-block;
    width: 170px;
    font-size: 23px;
    line-height: 48px;
    color: #808080;
    text-align: center;
    border: 1px solid #ebebeb;
    margin-right: 30px;
    border-radius: 30px;
}.new_sub a.active{

    color: #ffffff;
    border: 1px solid #014efe;
    background: #014efe;
}
.new ul li{
    color: #000000;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #838383;
}
.new .text-center ul li{
    padding-bottom: 0px;
}
.new ul li:last-child{
    border-bottom: none;
}
.new_lf{
    width: 45.25%;
    overflow: hidden;
}
.new_lf img{
    width: 100%;
    transition: all 0.6s;
}
.new_ri{
    width: 47.9%;
    padding-top: 10px;
    padding-right: 10px;
}
.new_ri *{
    font-family: 'Medium';
}
.xian1{
    width: 84px;
    height: 6px;
    background: #38afeb;
    margin: 15px 0 25px;
}
.new_ri h3{
    font-size: 20px;
}
.new_ri h5{
    font-size: 16px;
    line-height: 32px;
    margin: 25px 0 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new_ri p{
    display: flex;
    align-items: center;
    font-size: 15px;
}
.new ul li:hover .new_lf img{
    transform: scale(1.1);
}
.show_ti{
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 45px;
    border-bottom: 1px solid #afafaf;
}
.show_ti h3{
    font-size: 36px;
    color: #000000;
    font-family: 'Medium';
    margin-bottom: 10px;
}
.show_ti h5{
    font-size: 0;
}
.show_ti h5 span{
    font-size: 20px;
    color: #909090;
    margin: 0 2.5%;
}
.show_con,.show_con *{
    font-size: 16px;
    line-height: 40px;
    color: #303030;
}
.show_con img{
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}
.page2{
    margin-top: 60px;
    padding-top: 35px;
    border-top: 1px solid #afafaf;
}
.page2 a{
    float: left;
    font-size: 16px;
    color: #303030;
}
.page2 a:nth-child(2){
    float: right;
    text-align: right;
}
.page2 a:hover{
    color: #115cbf;
}
.cp1{
    padding: 90px 0;
}
.cp1 img{
    margin: 0 auto 20px;
}
.cp1 p{
    font-size: 25px;
    color: #282828;
    text-align: center;
}
.an .bb,.an .ab{
    padding-bottom: 70px;
}
.an .swiper-container-horizontal>.swiper-scrollbar{
    width: 300px;
}
.an .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
.an .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background: #9e9e9e;
    opacity: 1;
    border: none;
    border-radius: 20px;
    margin: 0 10px !important;
}
.an .swiper-pagination-bullet-active {
    background: #014efe;
}
.mb40{
    margin-bottom: 40px;
}
.cp2{
    padding: 70px 0 30px;
    min-height: 780px;
}
.cp2 .main{
    padding: 0 95px;
}
.cp2 .tit h3{
    color: #e4e4e4;
}
.cp2 .tit h5{
    color: #ffffff;
}
.cp2_nav{
    font-size: 0;
    text-align: center;
    margin-bottom: 45px;
}
.cp2_nav a{
    position: relative;
    display: inline-block;
    font-size: 23px;
    color: #ffffff;
    padding: 0 25px;
}
.cp2_nav a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 13px;
    margin-top: -6px;
    background: #f3f4f8;
}
.cp2_nav a:last-child:after{
    display: none;
}
.cp2_nav a span{
    color: #888888;
}
.cp2_nav a.cur span{
    color: #ffffff;
}
.cp2_nav a span::after{
    content: '';
    width: 50%;
    height: 1px;
    display: block;
    margin: 0px auto;
    border-bottom: 1px solid transparent;
    padding-top: 5px;
}
.cp2_nav a.cur span::after{
    border-bottom: 1px solid #ffffff;
}
.cp2 .tit{
	margin-bottom:30px;
}
.cp2_ul ul{
    display: none;
    font-size: 0;
}
.cp2_ul ul:first-child{
    display: block;
}
.cp2_ul ul li{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
    overflow: hidden;
	border-radius:15px
}
.cp2_ul ul li img{
    width: 100%;
    transition: all 0.6s;
}
.cp2_ul ul li:hover img{
    transform: scale(1.1);
}
.cp2_ul ul li:nth-child(3n){
    margin-right: 0;
}
.cp2_ul form{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.cp2_ul dl{
    overflow: hidden;
}
.cp2_ul dl dt{
    width: 46%;
    margin-bottom: 20px;
}
.cp2_ul h3{
    font-size: 16px;
    color: #ffffff;
}
.input1{
    width: 100%;
    font-size: 14px;
    line-height: 36px;
    padding-left: 10px;
    border: none;
    background: #dddddd;
}
.cp2_ul textarea {
    width: 100%;
    min-height: 100px;
    font-size: 14px;
    line-height: 30px;
    padding-top: 5px;
    padding-left: 10px;
    border: none;
    margin-bottom: 30px;
    background: #dddddd;
}
.sub2{
    display: block;
    width: 110px;
    font-size: 14px;
    line-height: 38px;
    color: #ffffff;
    text-align: center;
    border: none;
    margin: 0 auto;
    background: #014efe;
}
.cp3{
    padding: 90px 0 165px;
}
.cp3 ul{
    display: flex;
    flex-wrap: wrap;
}
.cp3 ul li{
    width: 30.16%;
    margin-right: 4.76%;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius:8px;
}
.cp3 ul li:hover{
    box-shadow: 0 0px 10px 0.1px rgb(0 0 0 / 12%);
}
.cp3 ul li:nth-child(3n){
    margin-right: 0;
}
.cp3_img{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.cp3_img img{
    width: 100%;
    transition: all 0.6s;
}

.cp3_con{
    padding: 15px;
    min-height: 120px;
}
.cp3_con h3{
    font-size: 21px;
    color: #363636;
    margin-bottom: 5px;
}
.cp3_con h5{
    font-size: 14px;
    line-height: 24px;
    color: #9f9f9f;
}
a.morebbb{
    display: block;
    width: 200px;
    font-size: 16px;
    line-height: 42px;
    color: #999999;
    text-align: center;
    height: 44px;
    border: 1px solid #eeeeee;
    border-radius: 30px;
    margin: 25px auto 0;
}
.p90120{
    padding: 90px 0 120px;
}
.sub_nav{
    font-size: 24px;
    color: #000000;
    margin-bottom: 80px;
}
.px_nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.px_nav a{
    display: block;
    width: 200px;
    font-size: 20px;
    line-height: 60px;
    color: #7a7a7a;
    text-align: center;
    background: #dbdbdb;
    border-radius: 30px;
    cursor: pointer;
}
.px_nav a.cur{
    background: #014efe;
}
.peixun ul{
    display: flex;
    flex-wrap: wrap;
}
.peixun ul li{
    width: 29.16%;
    margin-right: 6.26%;
    margin-bottom: 70px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}
.peixun ul li:hover{
    box-shadow: 0 0px 10px 1px rgb(0 0 0 / 10%);
}
.peixun ul li:nth-child(3n){
    margin-right: 0;
}
.px_img{
    overflow: hidden;
}
.px_img img{
    width: 100%;
    transition: all 0.6s;
}
.peixun ul li:hover img{
    transform: scale(1.1);
}
.px_con{
    padding: 15px 20px 10px;
}
.px_h{
    min-height: 80px;
    margin-bottom: 10px;
}
.px_con h3{
    font-size: 20px;
    line-height: 25px;
    color: #292929;
    margin-bottom: 5px;
}
.px_con h5{
    font-size: 16px;
    color: #8a8989;
}
.px_con h6{
    display: flex;   
    align-items: center;
    justify-content: space-between;
}
.px_con h6 p{
    font-size: 24px;
    color: #000000;
}
.px_con h6 p span{
    font-size: 30px;
}
.px_con h6 i{
    font-size: 16px;
    color: #8a8989;
}
.title{
    text-align: center;
    margin-bottom: 40px;
}
.title h3{
    font-size: 28px;
    color: #000000;
    font-weight:bold !important;
}
.title img{
    max-width: 100%;
    margin: 0 auto 5px;
}
.title h5{
    font-size: 13px;
    color: #737373;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*.ruanjian ul li{
    margin-bottom: 105px;
}*/
.hehuo{
    padding: 90px 0 165px;
}
.w890{
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}
.w890 dl{
    overflow: hidden;
}
.w890 dl dt{
    width: 46%;
    margin-bottom: 30px;
}
.w890 h3{
    font-size: 22px;
    color: #454545;
}
.input2 {
    width: 100%;
    font-size: 18px;
    line-height: 58px;
    color: #454545;
    padding-left: 10px;
    border: none;
    background: #f2f6ff;
}
.w890 textarea {
    width: 100%;
    min-height: 164px;
    font-size: 18px;
    line-height: 30px;
    color: #454545;
    padding-top: 5px;
    padding-left: 10px;
    border: none;
    margin-bottom: 98px;
    background: #f2f6ff;
}
.sub2{
    display: block;
    width: 207px;
    font-size: 22px;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    border: none;
    margin: 0 auto;
    background: #014efe;
}
.jingdong{
    padding: 90px 0 170px;
}
.yw_ti{
    color: #212121;
    text-align: center;
    margin-bottom: 35px;
}
.yw_ti h3{
    font-size: 20px;
    text-transform: uppercase;
}
.yw_ti h5{
    font-size: 20px;
    font-weight:bold !important;
}
.yw_ti h5:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    width: 56px;
    height: 2px;
    background: #d3d3d3;
}
.yw_ti h5:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    width: 56px;
    height: 2px;
    background: #d3d3d3;
}
.w1230{
    width: 1230px;
}
.yewu1{
    font-size: 12px;
    line-height: 36px;
    color: #212121;
    text-align: center;
    padding: 20px 40px 90px;
    background: #f6f6f6;
}
.yewu2{
    width: 940px;
    background: #ffffff;
    margin: -80px auto 100px;
    padding: 25px 60px 35px;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.yewu2 ul{
    display: flex;
    justify-content: space-between;
}
.yewu2 ul li img{
    height: 100px;
    margin: 0 auto 25px;filter:brightness(0.0);
}
.yewu2 ul li p{
    font-size: 14px;
    color: #212121;
    text-align: center;
}
.yewu2 ul li:hover img{ 
    filter:brightness(1) !important;
}
.yewu2 ul li:hover p{ 
    color:#014efe !important;
}
.kj1{
    padding-top: 40px;
    padding-bottom: 80px;
}
.kj2{
    margin-top: -50px;
}
.kj3 .swiper-slide{
    overflow: hidden;
}
.kj3 img{
    width: 100%;
    border-radius:10px;
    transition: all 0.6s;
}
.kj3 .swiper-slide:hover img{
    transform: scale(1.1);
}
.rj1{
    padding: 35px 85px 110px;
}
.rj2{
    padding: 25px 95px 40px;
}
.rj3{
    padding-top: 100px;
}
.rj3 .yw_ti{
    margin-bottom: 90px;
}
.rj3 ul{
    display: flex;
    justify-content: space-between;
}
.rj3 ul li{
    color: #212121;
    text-align: center;
}
.rj3 ul li h3{
    font-size: 30px;
    font-family: 'Medium';
    margin-bottom: 25px;
    color:#014efe !important;
}
.rj3 ul li h3 span{
    font-size: 42px;
    font-family: 'Medium';
    color:#014efe !important;
}
.rj3 ul li h5{
    font-size: 18px;
    font-family: 'Medium';
}
.p90100{
    padding: 90px 0 100px;
}
.xue1_lf{
    width: 48.7%;
    overflow: hidden;
}
.xue1_lf img{
    width: 100%;
    transition: all 0.6s;
}
.xue1_lf img:hover{
    transform: scale(1.1);
}
.xue1_ri{
    width: 47.5%;
}
.xue1_con{
    font-size: 14.33px;
    line-height: 28px;
    color: #666666;
}
.p110{
    padding: 110px 0;
}
a.xue2_more{
    display: block;
    width: 150px;
    line-height: 48px;
    height: 50px;
    font-size: 16.83px;
    color: #585858;
    text-align: center;
    margin: 45px auto 0;
    border-radius: 12px;
    border: 1px solid #292324;
}
.xue3{
    padding-top: 35px;
}
.w1160{
    width: 1160px;
}
.xue3 .yw_ti{
    color: #000000;
}
.xue3 ul{
    display: flex;
    flex-wrap: wrap;
}
.xue3 ul li{
    width: 23.8%;
    margin-right: 1.6%;
    background: #ffffff;
}
.xue3 ul li:nth-child(4n){
    margin-right: 0;
}
.x3_img{
    overflow: hidden;
}
.x3_img img{
    width: 100%;
    transition: all 0.6s;
}
.xue3 ul li:hover img{
    transform: scale(1.1);
}
.x3_con{
    padding: 10px 20px 20px;
}
.xue3 ul li:hover .x3_con{
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.x3_con h3{
    font-size: 20.66px;
    color: #000000;
    margin-bottom: 5px;
}
.x3_con h5{
    font-size: 16.73px;
    color: #2e2e2e;
}
.xue4{
    padding: 100px 0 160px;
}
.xue4 ul{
    display: flex;
    justify-content: space-between;
}
.xue4 ul li{
    color: #444444;
    text-align: center;
}
.xue4 ul li h3{
    font-size: 24px;
    margin-bottom: 25px;
}
.xue4 ul li h3 span{
    font-size: 50px;
    color: #3682ff;
}
.xue4 ul li h5{
    font-size: 16px;
}
.xue5 ul{
    display: flex;
    flex-wrap: wrap;
}
.xue5 ul li{
    width: 28.8%;
    margin-right: 6.8%;
    background: #ffffff;
    border-radius: 10px;
    padding: 35px;
    padding-top: 45px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}
.xue5 ul li:nth-child(3n){
    margin-right: 0;
}
.x5_con{
    min-height: 160px;
    margin-bottom: 10px;
}
.x5_con h3{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #212121;
}
.x5_con h3:before{
    content: "";
    position: absolute;
    left: -20px;
    top: -25px;
    width: 20px;
    height: 18px;
    background: url(../images/t1.png)no-repeat;
}
.x5_con h3:after{
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 20px;
    height: 18px;
    background: url(../images/t2.png)no-repeat;
}
.xue5 ul li h5{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #212121;
}
.xue5 ul li img{
    width: 58px;
    height: 58px;
    object-fit: cover;
    margin-right: 20px;
}
.fw1{
    padding: 40px 80px 110px;
}
.fw2{
    padding: 25px 80px 50px;
}
.fw3 .swiper-slide{
    border-radius: 15px;
}
.hehuo3{
    width: 1120px;
}
.hehuo3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hehuo3 ul li{
    width: 43.75%;
    background: #ffffff;
    border-radius: 10px;
    padding: 35px;
    padding-top: 45px;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
    position: relative;
}
.hehuo3 ul li:nth-child(2n){
    margin-right: 0;
}
.hehuo3 .x5_con{
    min-height: 175px;
    margin-bottom: 80px;
}

.hh3{
    display: flex;
    align-items: center;
    color: #212121;
    bottom: 40px;
    position: absolute;
}
.hh3 img{
    width: 58px;
    height: 58px;
    object-fit: cover;
    margin-right: 20px;
}
.hh3_ri{
    flex: 1;
}
.hh3_ri h5{
    font-size: 20px;
    margin-bottom: 3px;
}
.hh3_ri p{
    font-size: 14px;
}
.index1{
    padding: 80px 0 85px;
}
.ind1_ti{
    margin-bottom: 55px;
}
.ind1_ti_lf{
    position: relative;
    padding-left: 40px;
}
.ind1_ti_lf:after{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 20px;
    height: 5px;
    background: #014efe;
}
.ind1_ti_lf h3{
    font-size: 26px;
    font-family: 'Bold'; 
}
.ind1_ti_lf h5{
    font-size: 16px;
    color: #b2b2b2;
    font-family: 'Bold'; 
}
.ind1_ti_ri a{
    display: inline-block;
    width: 118px;
    font-size: 16px;
    line-height: 32px;
    color: #808080;
    height: 34px;
    text-align: center;
    border: 2px solid #e6e6e6;
    margin-left: 25px;
    border-radius: 30px;
}
.ind1_ti_ri a.cur{
    color: #014efe;
    border-color: #014efe;
}
.ind1_z{
    width: 48.3%;
    overflow: hidden;
}
.ind1_z img{
    width: 100%;
}
.ind1_y{
    width: 47.9%;
}
.ind1_y ul li{
    margin-top: 35px;
}
.ind1_con{
    width: 440px;
}
.ind1_con h3{
    font-size: 18px;
    line-height: 20px;
    color: #1b1a1a;
    margin-bottom: 3px;
    font-weight: bold;
}
.ind1_con h5{
    font-size: 15px;
    line-height: 23px;
    color: #999999;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ind1_rq{
    width: 62px;
    color: #000000;
    text-align: center;
    background: #f7f7f7;
    padding: 3px 0;
}
.ind1_rq h3{
    font-size: 36px;
    line-height: 40px;
    font-family: 'Medium';
}
.ind1_rq h5{
    font-size: 14px;
    font-family: 'Medium';
}
.ind1_y ul li:hover .ind1_con h3,
.ind1_y ul li:hover .ind1_con h5{
    color: #014efe;
}
.ind1_y ul li:hover .ind1_rq {
    color: #ffffff;
    background: #014efe;
}
.ind1_z img{
    display: none;
    transition: all 0.6s;
}
.ind1_z img:first-child{
    display: block;
}
.ind1_z img:hover{
    transform: scale(1.1);
}
a.ind1_more{
    display: block;
    width: 200px;
    font-size: 16px;
    line-height: 42px;
    color: #999999;
    height: 44px;
    text-align: center;
    font-family: 'Bold';
    border: 1px solid #d6d6d6;
    margin: 78px auto 0;
    border-radius: 30px;
}
.index3{
    padding: 85px 0 50px;
}
.index3 .ind1_ti_ri a{
    margin-top: 10px;
}
.index3 ul{
    display: flex;
    flex-wrap: wrap;
}
.index3 ul li{
    width: 30.8%;
    margin-right: 3.8%;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
}
.index3 ul li:nth-child(3n){
    margin-right: 0;
}
.ind3_img{
    overflow: hidden;
}
.ind3_img img{
    width: 100%;
    transition: all 0.6s;
}
.index3 ul li:hover img{
    transform: scale(1.1);
}
.index3 ul li p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    height: 80px;
}
.index3 ul li:hover p{
    color: #014efe;
}
.index4{
    padding: 45px 0;
}
.w1800{
    width: 1700px;
}
.ind4_ti{
    text-align: center;
    margin-bottom: 40px;
}
.ind4_ti h3{
    font-size: 32px;
    color: #000000;
    font-family: 'Medium';
}
.ind4_ti h5{
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    opacity: 0.5;
}
.index4 .swiper-slide {
    color: #000000;
    text-align: center;
    transform: scale(0.8);
    opacity: 0.67;
}
.swiper-slide:hover .lb1:after{
    background: url(../img/xx2.png) left bottom no-repeat;
}
.swiper-slide:hover .lb2:after{
    background: url(../img/xx2.png) left bottom no-repeat;
}
.lc_list .swiper-slide.swiper-slide:hover{
    color: #014efe;
    margin: 0 0%;
}
.swiper-slide:hover img{
    filter: brightness(1) !important;
}
.swiper-slide:hover .lc_bottom:before{
    background: #014efe;
}
.index4 .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1.2);
    opacity: 1;
}
.ind4_img{
    margin-bottom: 10px;
    border-radius: 8px;
    /* height: 330px; */
    overflow: hidden;
    box-shadow: 0px 0px 3px 2px rgb(162 162 162 / 45%)
}
.ind4_img img{
    width: 100%;
    transition: all 0.6s;
}
.index4 .swiper-slide:hover img{
    transform: scale(1.2);
}
.index4 .swiper-slide:hover{
    color: #014efe !important;
}
.index4 .swiper-slide h3{
    font-size: 22px;
    line-height: 26px;
}
.index5{
    padding: 90px 0 80px;
}
.ind5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.ind5_lf{
    width: 50%;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.ind5_lf img{
    width: 100%;
    transition: all 0.6s;
}
.ind5_lf:hover img{
    transform: scale(1.1);
}
.ind5_ri{
    width: 47.5%;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}
.index5 .xue4{
    padding: 0;
}
.index2{
    padding: 50px 0 20px;
}
.lc_list  .aalb{
    padding-bottom: 40px;
}
.lc_list .swiper-container{
    width: 100%;
    position: relative;
}
.lc_list .swiper-container:after{
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #666575;
    top: 170px;
}

.lc_list .swiper-slide{
    color: #000000;
    margin: 0 0%;
}
.lc_list .swiper-slide h4{
    font-size: 36px;
    color: #ac0123;
    line-height: 56px;
}
/*.lc_list .swiper-slide img{
    z-index: 10;
    position: relative;
    margin: auto;
}*/
.lc_bottom{
    position: relative;
    padding-left: 30px;
    height: 170px;
}
.lc_bottom h2{
    font-size: 18px;
/*    margin-bottom: 5px;*/
}
.lc_con{
    position: relative;
}
.lc_bottom h5{
    position: relative;
    font-size: 15px;
    line-height: 30px;
}

.lc_con:before{
    content: "";
    position: absolute;
    left: -8px;
    top: 15px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000000;
}
.lc_bottoms{
    padding-top: 215px;
    height: 385px;
    box-sizing: border-box;
}
.lc_list{
    color: #666666;
}
.lc_bottom img{
    max-height: 32px;
    margin-bottom: 5px;
}
.lc_bottom:before{
    content: "";
    position: absolute;
    left: 13px;
    top: 2px;
    width: 1px;
    height: 75px;
    background: #000000;
}
.lb1:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: -13px;
    width: 27px;
    height: 27px;
    background: url(../img/xx.png) left bottom no-repeat;

}
.lb2:after{
    content: "";
    position: absolute;
    left: 0px;
    top: -58px;
    width: 27px;
    height: 27px;
    background: url(../img/xx.png) left bottom no-repeat;

}
.business_center{
    position: relative; 
    /* height: 600px; width: 100%; 
    background: url(/template/pc/skin/images/index_bg2.png) no-repeat; */
}
.business_center .qiu{
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center !important;
    background-size: 100% !important;
}
.business_center .qiu a{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}
.swiper-button{
    display: flex;
    align-items: center;
    justify-content: center;
    
    cursor: pointer;
    background: #000;
    width: 42px;
    height: 42px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
}
.swiper-button i{
    font-size: 24px;
    color: #fff;
}
.index4:hover .swiper-button-prev2,
.index4:hover .swiper-button-next2,
.index2:hover .swiper-button-prev1,
.index2:hover .swiper-button-next1,
.out-main:hover .swiper-button-prev1,
.out-main:hover .swiper-button-next1,
.out-main:hover .swiper-button-prev2,
.out-main:hover .swiper-button-next2,
.out-main:hover .swiper-button-prev3,
.out-main:hover .swiper-button-next3,
.kj3:hover .swiper-button-prev-certify,
.kj3:hover .swiper-button-next-certify,
.kj3:hover .swiper-button-prev-yw,
.kj3:hover .swiper-button-next-yw,
.kj3:hover .swiper-button-prev-rjyw,
.kj3:hover .swiper-button-next-rjyw{
    opacity: 0.4;
}