/*全局样式*/
@charset "utf-8";
body {font-size:14px; line-height:1.6; color: #333;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';}
.container-fluid {
    max-width:1150px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #000000;
    --color_hover: #D69E55;
    --color_white: #ffffff;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

.zhanwei{height: 64px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 3px 6px rgba(0, 0, 0, .1);background-color: rgba(255, 255, 255, 1);}
header .box{display: flex;justify-content: space-between;align-items: center; width: 100%;}
header .logo{height: 64px;font-size: 0;margin-right: 0px;display: flex;align-items: center;padding-right: 0px; position: relative;}
header .logo img{ height: 45px;}
header .txt{width: 96px;height: 28px;border: 1px solid var(--color_zhuti);border-radius: 4px;display: flex;overflow: hidden;}
header .txt a{display: block;width: 50%;line-height: 25px;text-align: center;position: relative;font-size: 13px;padding-bottom: 1px;}
header .txt a:nth-child(n+2){ border-left: 1px solid #ddd;}
header .txt a:hover{background-color: #fff;color: #111;}

header nav{width:80%;max-width:860px;}
header nav ul{position: relative;display: flex;justify-content:space-between;align-items: center;}
header nav ul li{text-align: center;position: relative;z-index: 2;line-height:64px;}
header nav ul li > a{display:block;font-size:16px;position: relative;padding: 0 2px; line-height: 20px;border-bottom: 2px solid var(--color_white); }
header nav ul li > i{display: none;}
header nav ul li:hover > a{border-bottom: 2px solid var(--color_hover); line-height: 20px;transition: all 0.3s;}
header nav ul li.active > a{border-bottom: 2px solid var(--color_hover); line-height: 20px;}

header nav .ul{display:none; position: absolute;left: 0;top:100%;width:140px; margin-left: calc(50% - 70px);right: 0; margin-top:0px; background:rgba(255,255,255,1); padding:10px 0; box-shadow: 0 8px 10px -5px rgba(0,0,0,.1); border-radius:0 0 8px 8px;overflow: hidden;}
header nav .ul>li{display: block; width: 100%;}
header nav .ul>li a{font-size:15px;color: #333; line-height:24px; height: 44px; padding:10px 0; width: 126px; margin: 0 auto; display: block; border-bottom: 2px solid var(--color_white); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
header nav .ul>li a:hover,header nav .ul a.active{ border-bottom: 2px solid var(--color_hover); line-height:24px; height: 44px;}
header nav .ul2{ width: 160px;  margin-left: calc(50% - 80px);}
header nav .ul2>li a{ width: 148px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
header nav .ul3{ width: 180px;  margin-left: calc(50% - 90px);}
header nav .ul3>li a{ width: 168px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media (min-width:992px){
    header nav ul > li:hover .ul{display: block;}
    body.active header{background: #fff;}
    body.active header nav ul li > a{color: #333;}
    body.active header nav ul li:hover > a{color: var(--color_zhuti);}
    body.active header nav ul li.active > a{color: var(--color_zhuti);font-weight: normal;}
    body.active header .txt{border-color: #ddd;}
    body.active header .txt a{color: #222;}
    body.active header .txt a:after{background-color: #ddd!important;}
    body.active header .txt a:hover{background-color: var(--color_zhuti);color: #fff;}
}


.banner2{height: 430px;display: flex;justify-content: center;align-items: center;font-size: 18px;line-height: 2.4; color: var(--color_hover);  margin-top: 64px; font-weight: bold;background:rgba(0,0,0,.1254901961) url(../images/banner.jpg) 0 -230px; background-size:cover; background-blend-mode: multiply;}
.banner2 .div{display: flex;justify-content: center; align-items:center; flex-direction: column; width: 100%; max-width:1120px; margin:0 auto; min-height: 388px; text-align:center;}
.banner2 .div b{display: block;  font-size: 60px;}
.banner2 .div i{ color: var(--color_white); width: 100%;display: flex;  align-items:center; flex-wrap: wrap; gap:0px;}
.banner2 .div i p{display: block; letter-spacing: 0px; width: calc(100% / 3); text-align: left; text-transform: uppercase; letter-spacing: -1px;}
.banner2 .div i p img{margin-right: 2px; width: 22px; height: 22px;}
.banner2 .div span{display: block; color: var(--color_white); padding-top:30px; line-height: 1.4; font-size: 25px;}
@media (max-width:1750px){
    .banner2{ height: 500px; }
}
@media (max-width:1600px){
    .banner2{ height: 430px; }
}
@media (max-width:1470px){
    .banner2{ height: 500px; }
}
@media (max-width:1280px){
    .banner2{ height: 430px;background:rgba(0,0,0,.1254901961) url(../images/banner.jpg) 0 0; background-size:cover; font-size: 18px;}
    .banner2 .div span{display: block; color: var(--color_white); padding-top:30px; line-height: 1.4; font-size: 22px;}
}
@media (max-width:991px){
    .banner2{ height: 500px; }
    .banner2{ margin-top:0px; height: 380px;line-height: 1.8; }
    .banner2 .div{ max-width:940px;}
    .banner2 .div b{font-size: 48px;}
    .banner2 .div i{ padding-top: 25px; }
    .banner2 .div i p{ font-size: 18px; width: calc(100% / 3);}
    .banner2 .div i p img{ width: 18px; height: 18px; }
    .banner2 .div span{ font-size: 20px; padding-top: 25px;}
}
@media (max-width:767px){
    .banner2{ height: 400px; }
    .banner2{line-height: 1.2; }
    .banner2 .div b{font-size: 36px;}
    .banner2 .div{ max-width:360px;gap:4px;}
    .banner2 .div i p{ font-size: 18px; width: calc(100% / 2); line-height: 2;}
    .banner2 .div i{ padding-top: 20px; }
    .banner2 .div i p{ font-size: 15px; }
    .banner2 .div i p img{ width: 16px; height: 16px; }
    .banner2 .div span{ font-size: 18px; padding-top: 20px;}
}


.main88{padding-top: 80px;padding-bottom: 20px;}
.main89{padding-top: 8px;padding-bottom: 60px;}
.main30{padding-top: 50px;padding-bottom: 20px;}
.title{margin-top: -20px;align-items: center;  padding-bottom:5px;}
.title .div1{line-height: 1.4; padding-bottom: 4px;}
.title .div1 b{font-size: 25px; letter-spacing: 0px; font-weight: normal; }
.title .div3{  display: flex; flex-direction: row;}
.title .div3 .xian1{width: 36px;height: 4px; background: var(--color_hover);}
.title .div3 .xian2{width: 186px;height: 2px;background-color:#d9d9d9; margin-top: 1px;}



.main1{background: #f6f6f6;}
.main1 .box{display: flex;justify-content: space-between;}
.main1 .box .lb1{width: 53%;border-radius: 11px;overflow: hidden;}
.main1 .box .lb1 .list{display: block;position: relative;}
.main1 .box .lb1 .list .img{position: relative;z-index: 1;}
.main1 .box .lb1 .list .img .bjcover{padding-top: 70%;}
.main1 .box .lb1 .list .tt{position: absolute;padding: 30px 160px 30px 44px;font-size: 20px;line-height: 30px;z-index: 3;left: 0;bottom: 0;color: #fff;width: 100%;}
.main1 .box .lb1 .list .tt:after{content: "";width: 4px;height: 25px;background: #fff;position: absolute;left: 28px;top:34px;}
.main1 .box .lb1 .list:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .3);background: linear-gradient(to bottom, transparent,transparent, rgba(0, 0, 0, .6));position: absolute;left: 0;bottom: 0;z-index: 2;}
.main1 .box .lb1 .list:hover .bjcover{transform: var(--transform_scale);}
.lb1 .swiper-pagination{text-align: right;padding: 0 38px 20px 0;}
.lb1 .swiper-pagination-bullet{background:#fff;opacity:1;transition: all .2s;}
.lb1 .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--color_zhuti);}

.main1 .box .you{width: 47%;display: flex;flex-wrap: wrap;margin-top: -24px;}
.main1 .box .you .list{display: block;height: calc(50% - 24px);width: calc(50% - 24px);border-radius: 11px;overflow: hidden;margin:24px 0 0 24px;position: relative;}
.main1 .box .you .list .img{height: 100%;position: relative;z-index: 1;}
.main1 .box .you .list .img .bjcover{height: 100%;}
.main1 .box .you .list .tt{position: absolute;left: 0;bottom:20px;width: 100%;font-size: 16px;line-height: 1.4;color: #fff;z-index: 3;padding: 0 10px 0 18px;}
.main1 .box .you .list:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .3);background: linear-gradient(to bottom, transparent,transparent, rgba(0, 0, 0, .6));position: absolute;left: 0;bottom: 0;z-index: 2;}
.main1 .box .you .list:hover .bjcover{transform: var(--transform_scale);}



.main2{position: relative;}
.main2 .box{width: 100%;position: relative;z-index: 2;}
.main2 .box .title{overflow: hidden}
.main2 .box .entitle{overflow: hidden; margin-bottom: 30px; color: var(--color_hover); font-size: 15px; text-transform: uppercase; letter-spacing: 1px; display: none;}
.main2 .box .imgbox{ display: block; margin:15px auto 20px; }
.main2 .box .imgbox img{ max-width: 100%; display: block; margin:0 auto;}
.main2 .box .tt2{font-size: 14px;line-height: 1.9;color: #888; width: 44%; float: left;  /*text-align:justify;*/ padding-top: 12px;}
.main2 .box .tt2 table{ width: 100%; border-collapse: collapse; border:0px !important;}
.main2 .box .tt2 p{ padding-bottom:10px; }
.main2 .box .tt2 p:last-child{ padding-bottom:0px; }
.main2 .box .tt2 strong{ padding-bottom:8px; padding-top:5px; color: var(--color_zhuti); font-size: 18px; line-height: 28px;}
.main2 .box .tt2 img{ max-width: 100% !important; height: auto !important; }
.main2 .box .tt3{ padding-bottom: 50px; }
.main2 .box .tt4 p{ padding-bottom:0px !important; }
.main2 .box .imgbj{position: relative; z-index: 2;width: 51%; float: right;}
.main2 .box .imgbj::before {content: "";display: block;padding-top: 70.6666%;}
.main2 .box .imgbj:hover img{ transform: translateY(-6px); }

.main2 .box2{margin-top:35px; display: flex; justify-content: space-between; flex-direction: row;}
.main2 .box2 .top{display: flex; margin-bottom: 20px; width: 60%; flex-wrap: wrap;}
.main2 .box2 .top a{display: block; width: 20%;line-height:30px;font-size: 15px; letter-spacing: 1.5px; font-weight: bold; text-align: center;position: relative; padding-bottom: 15px;}
.main2 .box2 .top a img{ display: block; margin:0px auto 10px; filter: grayscale(100%) brightness(1);}
.main2 .box2 .top a:hover,.main2 .box2 .top a.active{color: var(--color_hover);}
.main2 .box2 .top a:hover img,.main2 .box2 .top a.active img{color: var(--color_hover); filter: none;}
.main2 .box2 .listbox{ width: 35%; display: flex;  height: 100%; flex-direction: column;  padding: 18px 36px 20px; justify-content: flex-start; align-items: flex-start; border-radius: 20px; background: #FFFFFF; box-shadow: 0 4px 10px 3px #0000001a;}
.main2 .box2 .listbox .list{font-size: 14px;color:#555;line-height: 1.8;display: none;}
.main2 .box2 .listbox .list .t1{ font-size: 18px; font-weight: 600; line-height: 20px; display: flex; align-items: center; color:var(--color_hover);}
.main2 .box2 .listbox .list .t1 img{ height: 18px; padding-left: 6px;}
.main2 .box2 .listbox .list .t2{ font-size:20px; line-height: 2; color:var(--color_hover); font-weight: bold;}
.main2 .box2 .listbox .list .t3{font-size: 14px; color:rgba(0,0,0,0.5); height: 120px;}
.main2 .box2 .listbox .list.active{display: block;}

.height600{ min-height: 600px; }
.mission .box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.mission .box .list{display: block;width: calc(33.33% - 40px);background: var(--color_white);border-radius: 4px;box-shadow: 0 4px 10px 3px #0000001a;}
.mission .box .list .img{ border-radius: 4px 4px 0px 0px; }
.mission .box .list .bjcover{padding-top: 45%;}
.mission .box .list .tt{font-size: 14px; text-align: center; line-height: 1.6; color:#888;  margin:8px auto;}
.mission .box .list .tt .tt1{ font-size: 24px; padding-bottom: 4px; color:var(--color_hover);}
/*.mission .box .list:hover .bjcover{transform: var(--transform_scale);}*/
.title2{ margin-top:-20px; margin-bottom: 30px; border-bottom: 1px solid #d9d9d9; padding-bottom:8px; }
.title2 b{ font-size: 20px; border-bottom: 2px solid var(--color_hover); padding-bottom: 10px;  text-transform: uppercase;}

.title3{text-align: center;padding-bottom:50px;}
.title3 b{display: block;font-size: 22px;font-weight: normal;line-height: 22px;text-transform: uppercase; word-spacing: 3px; display: none;}
.title3 span{display: block;font-size: 24px;line-height: 26px;text-transform: uppercase; margin-top: 10px; letter-spacing: 3px;}
.title3 i{color: var(--color_hover); padding-left:8px; padding-right: 8px; font-size: 20px; font-weight: block; line-height: 26px;}


.xuqiu2 .box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xuqiu2 .box .list{display: block;width: calc(50% - 20px);background: var(--color_white);border-radius: 10px;box-shadow: 0 4px 10px 3px #0000001a; margin-bottom: 35px;}
.xuqiu2 .box .list .tt{ padding:18px 24px; border-radius: 10px; z-index: 2;display: flex;flex-direction: column;width: 100%;height: 100%;overflow: hidden;background: linear-gradient(119deg,#FFF 50.13%,rgba(255,255,255,0) 100%);}
.xuqiu2 .box .list .tt1{font-size: 20px; font-weight: bold;line-height: 24px; letter-spacing: 1.5px;}
.xuqiu2 .box .list .tt1:after{content: "";width: 50px;height: 100%;background: var(--color_zhuti);position: absolute;right: 100%;top:0;}
.xuqiu2 .box .list .tt2{font-size: 14px;color: #888;line-height: 1.5;margin-top: 15px; letter-spacing: 1.5px;}
/*.xuqiu2 .box .list:hover{top:-11px;}
*/

.nycp{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.nycp .list{display: flex;justify-content: space-between; padding: 24px 18px; margin-bottom: 35px; background: #fff; box-shadow: 0 4px 10px 3px #0000001a; width: calc(50% - 20px); border-radius: 12px;}
.nycp .list .mask{ display: none; position: absolute; bottom: 0; left: 0;width: 100%; height: 100px;}
.nycp .list .img{width: 18%; position: relative; z-index: 0}
.nycp .list .img::before { content: ""; display: block; padding-top: 143.75%;}
.nycp .list .tt{width: calc(100% - 18%);padding:8px 0 8px 20px; display: flex; flex-direction: column; justify-content: space-between;}
.nycp .list .tt1{font-size: 16px;line-height: 32px;font-weight: bold;}
.nycp .list .tt2{padding-top:8px;color: #888;}
.nycp .list .tt2 span{margin-top: 12px;font-size: 14px;line-height: 24px; color:var(--color_zhuti);}
.nycp .list .img:hover .mask{height: 100%; background-color: rgba(0,0,0,.4); margin-top:0px; display: block; color:#fff; display: flex; align-items: center;flex-direction: column; justify-content: center;}



.main3 .lb3{padding-bottom: 66px; display: flex; flex-wrap: wrap; margin-left:-15px; margin-right:-15px;}
.main3 .lb33{padding-bottom: 36px;}
.main3 .list{display: block; width: calc(33.3333% - 30px); margin:15px; margin-bottom: 30px; border:1px solid #d9d9d9; border-radius:6px;}
.main3 .list .img{border-radius: 6px 6px 0 0;border-bottom:1px solid #d9d9d9;}
.main3 .list .img .bjcover{padding-top: 58%;}
.main3 .list .tt{padding: 17px 13px;}
.main3 .list .tt1{font-size: 16px;}
.main3 .list .tt2{font-size: 14px;color: #888; margin-top: 6px;}
.main3 .list .tt3{font-size: 14px;color: #888; margin-top: 6px;}
.main3 .list:hover .bjcover{transform: var(--transform_scale);}
.main3 .list:hover .tt1{color: var(--color_zhuti);}


footer{background: #1E2228; color:var(--color_white);}
footer .box2{ width: 100%; }
footer .box2 .logo{ display: flex; align-items: center; }
footer .box2 .logo img{height: 58px; filter: brightness(0) invert(1);}
footer .box2{display: flex;justify-content: space-between;padding: 48px 0 40px;}
footer .box2 .txt{max-width: 320px;}
footer .box2 .txt .div1{margin-bottom: 10px;font-size: 18px;}
footer .box2 .txt .div1 img{position: relative;top:-1px;padding-right: 8px; filter: brightness(0) invert(1);}
footer .box2 .txt .div1 b{font-size:18px;line-height: 1.5;display: block;font-weight: normal;margin-top: 3px;color: #222;}
footer .box2 .txt .div1 b.dianhua{font-size:24px;line-height: 1.3;font-weight: bold;}
footer .box2 .txt .div2{margin-bottom: 10px;font-size: 14px;}
footer .box2 .txt .div2 span{ border-bottom: 1px solid var(--color_white); }
footer .box2 .ss{width: 85px;font-size: 13px; text-align: center; color:var(--color_hover); float:left; padding-top:6px;}
footer .box2 .ss img{display: block;width: 100%;margin-bottom: 8px;}
footer .box3{text-align: center;padding: 20px 0;color: var(--color_white); background: var(--color_zhuti);}
footer .box3 a{ text-decoration:underline; color:var(--color_hover);}



/*详情页*/
.danye{font-size: 16px;line-height: 2;color: #666;}
.danye .topbox{margin-bottom:20px;text-align: left; color:var(--color_hover);}
.danye .txtbox>.topbox{ margin-bottom:0px; }
.danye .txtbox>.topbox>.bt{ font-size: 30px; }
.danye .row{ margin-bottom: 12px; }
.danye .bt{font-size:20px;padding-bottom: 10px;line-height: 1.5;}
.danye .bt span{color: #333;}
.danye .xian{width: 100%;height: 11px;margin-top:10px;;border-top: 1px solid var(--color_hover);opacity: 1;}
.danye .img{margin:0 auto 40px auto;display: block;}
.danye .img img{display: block;margin: 0 auto; width: 100%;}
.danye .tt1{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}
.danye .txtbox{ font-size:16px; line-height:1.8; min-height:250px;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.danye .txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}

@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 15px;line-height: 1.8;}
    .danye .topbox{margin-bottom: 16px;}
    .danye .txtbox>.topbox{ margin-bottom:10px; }
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 25px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}
    .danye .video video{ width: 100%; height: 270px; }
    .main2 .box .tt2 table{ width: 100%; border-collapse: collapse; }
    .main2 .box .tt2 table tr td{ width: 100%; float: left; }

}



.team .lb3{padding-bottom: 66px; position: relative;}
.team .list{display: block;}
.team .list .img{border-radius: 6px; border: 1px solid #f1f1f1;}
.team .list .img .bjcover{padding-top: 144%;}
.team .list .tt{padding: 18px 0 0; text-align: center;}
.team .list .tt1{font-size: 20px;font-weight: bold; line-height: 1.6;}
.team .list .tt3{font-size: 16px;color: var(--color_zhuti);; text-align: left; padding-top: 6px;}
.team .lb3 .swiper-button-prev{width: 20px;height: 20px;top: -36px; left: calc(100% - 50px); background: #e0e0e0; position: absolute;}
.team .lb3 .swiper-button-prev:after{font-size: 14px; font-weight: bold; color: #fff}
.team .lb3 .swiper-button-prev:hover{background: var(--color_hover);}
.team .lb3 .swiper-button-prev:hover:after{color: #fff;}
.team .lb3 .swiper-button-next{width: 20px;height: 20px;top: -36px; right: 0px; background: #e0e0e0; position: absolute;}
.team .lb3 .swiper-button-next:after{font-size: 14px; font-weight: bold; color: #fff;}
.team .lb3 .swiper-button-next:hover{background: var(--color_hover);}
.team .lb3 .swiper-button-next:hover:after{color: #fff;}


.search{height: 38px; margin-bottom:20px; display: block; font-size: 16px; margin-top:10px;}
.search .tabtitle{ width: 48px; color: var(--color_hover); line-height: 38px; float: left; font-weight: bold;}
.search .tablist{ width: calc(100% - 48px); line-height: 38px; float: left;}
.search .tablist a{padding:8px 16px; border-radius: 8px; margin-left: 15px; margin-bottom:10px; white-space: nowrap;}
.search .tablist a.active{ color: var(--color_white);line-height: 30px; background: var(--color_hover); font-weight:bold;}
.height15{ height:15px;  clear: both;}
.h60{ height: 60px; }

.school>.container-fluid>.title2{ display: flex; justify-content: space-between; padding-bottom:0px;white-space:nowrap;}
.school>.container-fluid>.title2>.top{ line-height: 44px; font-size: 16px; }
.school>.container-fluid>.title2>.top a{ padding-left: 6px; }
.school>.container-fluid>.title2>.top a.active{ color:var(--color_hover); }
.school .lb3{padding-bottom: 0px; position: relative; display: none;}
.school .lb3.active{ display: block;}
.school .list{display: block; position: relative;}
.school .list .img{ border-radius: 50%; background: #FFFFFF; box-shadow: 0 4px 10px 3px #0000001a;padding-top: 100%; width: 96%; margin:2%;}
.school .list .tt{padding: 0px 0 0; text-align: center; position: absolute; top: 15%; width: 100%; display:flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;}
.school .list .tt img{ display: block; margin:0 auto; width: 96px;}
.school .list .tt1{font-size: 16px; line-height: 3;}
.school .list .tt2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.9); display: flex;flex-direction: column;justify-content: center;align-items: center;opacity: 0; transition: opacity 0.3s ease;}
.school .list a:hover .tt2{ opacity: 1; color:#000; font-weight: bold;}
.school .lb3 .swiper-button-prev{width: 35px;height: 50px; left: -50px; background: #fff; position: absolute;}
.school .lb3 .swiper-button-prev:after{font-size: 40px; font-weight: bold; color: var(--color_hover)}
.school .lb3 .swiper-button-next{width: 35px;height: 50px;right: -50px; background: #fff; position: absolute;}
.school .lb3 .swiper-button-next:after{font-size: 40px; font-weight: bold; color: var(--color_hover);}


.feedback .container-fluid{max-width: 1000px!important;}
.feedback form{display: flex;flex-wrap: wrap;justify-content: space-between;}
.feedback form input{width: calc(50% - 10px);height: 52px;background: #f6f6f6;font-size: 15px;padding: 0 20px;border: 0;margin-bottom: 20px;border-radius:4px;}
.feedback form textarea{width: 100%;line-height: 26px;height: 156px;background: #f6f6f6;font-size: 15px;padding: 13px 20px;border: 0;margin-bottom: 20px;border-radius:4px;}
.feedback form button{width: 400px;background: var(--color_zhuti);border-radius: 4px;font-size: 20px;color: #fff;height: 56px;border: 0;margin: 10px auto 0;}
.feedback form button:hover{background: var(--color_hover);}


@media (max-width:767px) {
    .feedback form input{width: 100%;height: 48px;font-size: 14px;padding: 0 15px;margin-bottom: 10px;}
    .feedback form textarea{height: 150px;font-size: 14px;padding: 10px 15px;margin-bottom: 10px;}
    .feedback form button{width: 100%;font-size: 16px;height: 48px;}
}


/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){

    .nycp .list{padding: 30px;width: calc(100% - 20px); flex-wrap: wrap;}
    .nycp .list .img{width: 100%;}
    .nycp .list .img .bjcover{height: 210px;}
    .nycp .list .tt{width: 100%;padding: 15px 0 0 0px;}
    .nycp .list .tt1{font-size: 18px;line-height: 28px;}
    .nycp .list .tt2{ padding-top: 4px; }
    .xuqiu2 .box .list .tt1{font-size: 20px;line-height: 28px;}

    .nylx .box .list .tt3 b{font-size: 22px;}
    .yuanqu2 .box .list .tt2{font-size: 20px;padding-bottom: 15px;margin-bottom: 11px;}



    .zhaoshang1 .box .list{width: calc(50% - 40px);}

    .jiabox3 .box .title6 span{font-size: 26px;line-height: 34px;}
    .jiabox3 .box .title6 span i{font-size: 16px}


}
@media (max-width:991px) {
    .container-fluid { padding-right: 20px; padding-left: 20px; }
    .zhanwei{display: none;}
    body{padding-top: 64px;}
    header{background:var(--color_white);}
    header .logo{height: 64px;width: 60%;}
    header .lan{ height: 28px; line-height: 28px; border:1px solid #ccc; border-radius: 6px;}
    header .lan a{ padding-left: 6px; padding-right: 6px; }
    header .lan a:first-child{ border-right: 1px solid #ccc; }
    header .box{ width: 80%; }
    /*pc导航*/
    header nav{display:none;width:100%;float: none;padding:15px 15px 20px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    header nav .container-fluid{padding: 0;}
    header nav ul{ flex-wrap: wrap;}
    header nav ul > li{display:block;width:100%;text-align: left;padding:0;position: relative;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0px;line-height:46px; border-bottom: 1px solid #ddd;}
    header nav ul li:hover > a,header nav ul li.active > a{ line-height: 46px; border-bottom: 0px;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > i{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 50px;font-size: 16px;font-weight: normal;text-align: center;}
    header nav ul > li:hover > a{;background: transparent;color: var(--color_zhuti); border-bottom:1px solid var(--color_hover);}
    header nav ul > li.active > a{background: transparent;color: var(--color_zhuti); border-bottom:1px solid var(--color_hover);}
    header nav ul > li.active > i{color: var(--color_zhuti);}
    header nav .ul{display:none;position: relative;left: auto;top:auto; right: auto;background:#f6f6f6;padding:0px 14px;box-shadow: none;border-radius:0;  width: 100%; margin:10px 0;}
    header nav .ul>li{ width: 98%; margin:1%; float: left;}
    header nav .ul>li a{font-size: 14px;color: #333;line-height: 26px;display: block; border-bottom: 0px; width: 100%;height: 34px; padding: 6px 0;}
    header nav .ul>li a:hover{background-color: transparent;color: var(--color_zhuti); border-bottom: 0px; width: 100%;}
    header nav .ul>li a.active{background-color: transparent;color: var(--color_zhuti); border-bottom: 0px; width: 100%;}

   /*移动导航按钮*/
    header .lanmu{width: 22px;font-size: 0;height: 22px;position: absolute;right: 15px;bottom:18px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;border-radius: 3px;transition: all 0.6s; background: var(--color_zhuti);}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0; height: 2px;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%; height: 2px;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}

    .main88{padding-top:40px;padding-bottom: 24px;}
    .main30{padding-top: 30px;padding-bottom: 20px;}
    .title{padding-bottom: 24px;flex-wrap: wrap;}
    .title .div1 b{font-size: 20px;}
    .title .div1 span{font-size: 14px;margin-top:3px;}
    .title .div2{display:none;}

    .main1 .box{flex-wrap: wrap;}
    .main1 .box .lb1{width: 100%;border-radius: 6px;}
    .main1 .box .lb1 .list .tt{padding: 20px 110px 20px 34px;font-size: 16px;line-height: 24px;}
    .main1 .box .lb1 .list .tt:after{width: 3px;height: 18px;position: absolute;left: 20px;top:26px;}
    .lb1 .swiper-pagination{padding: 0 20px 5px 0;}
    .main1 .box .you{width: calc(100% + 12px);margin: 6px -6px 0;}
    .main1 .box .you .list{height: calc(50% - 12px);width: calc(50% - 12px);margin:6px;border-radius: 6px;}
    .main1 .box .you .list .img{height:auto;}
    .main1 .box .you .list .img .bjcover{height: auto;padding-top: 70%;}
    .main1 .box .you .list .tt{bottom:11px;font-size: 14px;padding: 0 10px;}


    .main2{ position: static;}
    .main2 .box .imgbj{width: 100%;margin-bottom: 20px;}
    .main2 .box{width: 100%;padding: 0;}
    .main2 .box .title{padding-bottom: 16px;}
    .main2 .box .tt2{font-size: 14px;-webkit-line-clamp: 8;height: auto; width: 100%; padding-bottom: 20px;}
    .main2 .box2 .listbox .list .t3{ height: 80px; }

    .main2 .box2{ flex-wrap: wrap; }
    .main2 .box2 .top{ width: 100%; }
    .main2 .box2 .top a{font-size: 14px; font-weight: normal;}
    .main2 .box2 .top a img{ width: 40px; margin-bottom: 4px; }
    .main2 .box2 .listbox{ width: 100%; }

    .mission .box{margin: -20px -10px 0;}
    .mission .box .list{width: calc(100% - 20px);margin: 20px 10px 0;}
    .mission .box .list .tt{padding:18px 0px;font-size: 14px;}

    .main3 .lb3{padding-bottom: 0;border: 0;}
    .main3 .list{width: calc(100% - 30px); margin-bottom: 20px;}
    .main3 .list .img{border-radius: 6px;}
    .main3 .list .tt{padding: 14px 5%;}
    .main3 .list .tt1{font-size: 16px;}
    .main3 .list .tt2{font-size: 14px;margin-top:6px;}
    .main3 .list .tt3{font-size: 14px;margin-top:8px;}
    .main3 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .main3 .swiper-slide{width: 80%;max-width: 400px;}


    footer{padding-top: 44px;}
    footer .box1 img{height: 33px;}
    footer .box2{padding:5px 0;flex-wrap: wrap; text-align: center;}
    footer .box2 .logo{ width: 100%;}
    footer .box2 .logo img{ display: block; margin:0 auto; }
    footer .box2 .txt{max-width:100%;width: 100%; text-align: center;}
    footer .box2 .txt .div1{margin-bottom: 16px; margin-top:10px;}
    footer .box2 .txt .div1 b{font-size:16px;}
    footer .box2 .txt .div1 b.dianhua{font-size: 22px;}
    footer .box2 .txt .div2{ margin-bottom: 5px; }
    footer .box2 .ss{ text-align: center;}

    footer .box2 form{flex: 1;max-width: 100%;margin: 14px 0 0;width: 100%;}
    footer .box2 form .div1box .div1{width: 100%;}
    footer .box2 form .div1box textarea{width: 100%;}
    footer .box2 form .div1box input{width: 100%;height: 48px;padding: 0 16px;border: 0;border-radius: 6px;margin: 0 0 10px!important;}
    footer .box2 form button{height: 44px;margin-top: 15px;width: 100%;font-size: 16px;}
    footer .box3{padding: 15px;}


    .team .lb3{padding-bottom: 0;border: 0; overflow: hidden; width: 80%; margin:0 auto;} 
    .team .list .img{border-radius: 6px;}
    .team .list .tt{padding: 14px 0 0;}
    .team .list .tt1{font-size: 16px;}
    .team .list .tt3{font-size: 14px;margin-top:8px;}
    .team .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .team>.container-fluid>.title2{margin-bottom:8px;}


    .title3{padding-bottom:26px;}
    .title3 b{font-size: 20px;line-height: 32px;}
    .title3 span{font-size: 24px;margin-top: 2px;}
    .title3 i{margin-top:12px;}


    .xuqiu2 .box{margin:-20px -10px 0;flex-wrap: wrap;}
    .xuqiu2 .box .list{width: calc(100% - 20px);margin: 20px 10px 0;border-radius:8px;padding: 30px 20px 22px;overflow: hidden;}
    .xuqiu2 .box .list .tt1{font-size:18px;line-height:28px;padding: 8px 20px 8px 0;min-width: 260px;}
    .xuqiu2 .box .list .tt1:after{width: 50px;height: 100%;background: var(--color_zhuti);position: absolute;right: 100%;top:0;}
    .xuqiu2 .box .list .tt2{font-size: 14px;margin-top: 14px;min-height:inherit;}
    .xuqiu2 .box .list:hover{top:0;}
    .h60{ height: 25px; }



    .school>.container-fluid>.title2>.top{ width: 200px; overflow-x:auto; display: flex; font-size: 14px;}
    .school .list .tt{padding: 14px 0 0; top: 5%; gap:5px;}
    .school .lb3{ padding-bottom: 0px; }
    .school .list .tt .tt1{ line-height: 1.6; }
    .school .list .tt img{ width: 60px; }
    .school .swiper{width:95%;padding: 0 15px;}
    .school .swiper-slide{width: 80%;max-width: 400px;}
    .school .lb3 .swiper-button-prev{width: 25px;height: 38px; left: -10px; background: #fff; position: absolute;}
    .school .lb3 .swiper-button-prev:after{font-size: 25px; font-weight: bold; color: var(--color_hover)}
    .school .lb3 .swiper-button-next{width: 25px;height: 38px;right: -10px; background: #fff; position: absolute;}
    .school .lb3 .swiper-button-next:after{font-size: 25px; font-weight: bold; color: var(--color_hover);}

    .search .tablist a{ margin-left: 0px; padding:6px 10px; font-size: 14px; margin-right:6px;}

    .title3.title3_1 b{font-size: 24px;line-height: 30px;}
    .title3.title3_1 span{font-size: 18px;line-height:28px;}



    .yuanqu1 .box{border-radius: 11px 11px 0 0;padding: 20px 26px;font-size: 18px;line-height: 1.8;}

    .yuanqu2 .box{display: flex;justify-content: space-between;padding: 0;flex-wrap: wrap;margin-top: -20px;}
    .yuanqu2 .box .list{width: 100%;max-width:100%;height: auto;background: #fff;border-radius: 11px;margin-top: 70px;}
    .yuanqu2 .box .list > img{display: none;}
    .yuanqu2 .box .list .tt{padding: 50px 20px 20px;}
    .yuanqu2 .box .list .tt1{width: 80px;height: 70px;top: -40px;}
    .yuanqu2 .box .list .tt2{font-size: 20px;line-height: 30px;}
    .yuanqu2 .box .list .tt3{font-size: 14px;line-height: 1.8;}



}

 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 50px;}
    .sjdibu{height:50px;background:var(--color_zhuti);position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px rgba(255, 255, 255, .5);width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1{display: flex;justify-content: space-around;}
    .sjdibu .box1 a{display:block;color: #fff;padding: 5px;width: 100%;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}


