/*reset*/
*{box-sizing: border-box;}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; font-size:20px;}
body{margin: 0; padding: 0; background:#5bb9fa; font-family: "Hiragino Sans GB", "Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;position: relative;}
input:focus {outline: none;}
html,body{width:100%; height:100%;}
a{text-decoration: none; outline:none;}
ul,li,dl,dt,dd,ol{ margin:0; padding:0; list-style:none;}
em,i{ font-style:normal; margin:0; padding:0;}
h1,h2,h3,h4,h5,p{ margin:0; padding:0;}
a:link,a:visited{outline:none; text-decoration: none;}
a:hover{ outline:none; text-decoration: none;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display: none;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{display:none;}
.swiper-button-prev,.swiper-button-next{width:2rem; height:4rem; z-index:100; top:45%; background-color:rgba(0,100,230,0.7); background-repeat: no-repeat; background-position:center center; background-size:40% auto; border-radius:0.5rem; z-index:100;}
.swiper-button-prev{left:0.5rem; background-image: url(../images/arrow_left.png);}
.swiper-button-next{right:0.5rem; background-image: url(../images/arrow_right.png);}
.swiper-button-next,.swiper-button-prev{outline: none;}
.swiper-pagination{bottom:30px !important;}
.swiper-pagination-bullet{width:8px; height:8px; background:#fff; opacity:0.3; margin:0 5px;}
.swiper-pagination-bullet-active{opacity:1;}

/* 滚动条样式 */
::-webkit-scrollbar {
width: 5px;
height: 4px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.9);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: skyblue;
background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent );
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(227,227,227,0.5);
}

/*public*/
.container {width: 100%;height: auto;padding: 0;margin:0 auto;position: relative; max-width: 62.5vw;}
.banner img{display:flex;width: 100%; height: auto;}
.header{ width:100%; height:4.25rem; background: #3b8df8 }
.header .container{height: inherit;max-width: 1340px;}
.header .menu{width:100%;height:inherit;display: flex;justify-content: space-between;align-items: center}
.header .menu li{height:inherit; float: left; position: relative;}
.header .menu li a{font-size:1.2rem;color:#fff; display: block; padding:0 1.525rem; line-height: 4.5rem}
.header .menu li:hover{background: #d5effe}
.header .menu li:hover a{ color: #3b8df8; font-weight:bold;}
.header .menu li.active{background: #d5effe}
.header .menu li.active a{ color: #3b8df8; font-weight:bold;}
.header .panel-overlay{position:fixed; top: 0; left: 0; z-index:99;  width: 100%;  height: 100%; background:rgba(0, 0, 0, 0); transition: all 0.5s ease; display: none;}
.main-body{padding-top: 55px;position: relative; padding-bottom: 46.3vh;}
.main-body .main-bg{display:block;width: 100%;max-width: 62.5vw;height: auto;}
.main-body .page-box{background: url("../images/cbg.png") repeat-y center top;background-size: 100% auto; padding: 0 50px; position: relative; }
.box-tit{ overflow: hidden; margin-bottom:30px;}
.box-tit img{display: block;max-height: 9.35vh;margin: 0 auto}


/*index*/
.index{width:100%; height: 100%; overflow: hidden; background:#06073a url(../images/indexbg.jpg) no-repeat center top; background-size:100% 100%; position: relative;}
.index .logo{display: none;}
.index a.indexbtn{display: block;width:100%; height:100%;  overflow: hidden; text-align: center;}
.index a.indexbtn img{max-width: 182px; width:14%; display: block; position: absolute; right:30%; bottom:40%; transition:all 0.6s ease; -webkit-animation:my 1.5s infinite ease-in-out;}

@-webkit-keyframes my{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.1);
	}
	100%{
		transform:scale(1);
	}
}

/* about */
.about{background:#65c0f9;}
.about .main-body{background:url('../images/aboutbg.jpg') no-repeat center bottom; background-size:100% auto;}
.about .float_nav{position: absolute; top: 11.1vh; left: 3.90vw; z-index:100;}
.about .float_nav li{margin-bottom: 2vh;width: 11.51vw}
.about .float_nav li a{min-height: 10.5vh;padding:0 1.56vw;display: flex;justify-content: center;align-items: center; font-size: 1.5vw; color: #008fff;text-align: center;font-weight: 700;line-height: 1.1;background: url("../images/tab.png") no-repeat center center;background-size: 100% 100%}
.about .float_nav li a.active{color: #ffffff;background: url("../images/tab-active.png") no-repeat center center;background-size: 100% auto;border: none}
.about .float_nav li a:hover{border: none}
.about .float_img1{position: absolute; top:5%; right: 0; display: block; width: 15vw; }
.about .float_img2{position: absolute; top:20%; left:4vw; display: block; width: 10vw; }
.about .float_img3{position: absolute; right: -5.2vw;display: block;width: 16.25vw;bottom:44%; z-index:10;}
.about video{width:100%; display: block; margin-bottom:20px;}
.about .box-tit{ margin-bottom:20px;}
.about .box-con{padding:20px 0px 40px 0; }
.about .box-con p{font-size:20px; line-height:2; text-indent:2em;}
.about .box-con p strong{color:#3b8df8;}
.about .box-con .box_img{ width:100%; display: block; margin:0px 0 30px 0;}
.about .box-con .box_st{display: block;margin:30px 0 10px 0;}
.about .box_stit{padding:20px 0 30px 0;}
.about .box_stit img{display: block; margin:0 auto; max-width:100%;}
.about .box_more{margin:20px 0 50px 0;}
.about .box_more img{display: block; margin:0 auto;}
.about .swiper-container{margin-bottom:50px; border:2px #5bb9fa solid;}
.about .swiper-container .swiper-slide{padding:20px;position: relative;}
.about .swiper-container .swiper-slide p{position: absolute; top:45px; left:25px; background:-webkit-linear-gradient(left,rgba(255,255,255,0.3) 0%,#fff 20%,#fff 100%); padding:10px 15px; border-radius:5px; display: block; font-size:20px; font-weight: bold; color:#0e64cf;}
.about .swiper-container .swiper-slide img{width:100%; display: block;}

/* job */
.job{background:#5fbdfb;}
.job .nav-tabs{display: flex;flex-direction:column;justify-content: flex-start;align-items: center;border-bottom: none;position: absolute;top: 11.1vh;left: 3.90vw}
.job .nav-tabs li{margin-bottom: 2vh;width: 11.51vw}
.job .nav-tabs li .nav-link{min-height: 10.5vh;padding:0 1.56vw;display: flex;justify-content: center;align-items: center; font-size: 1.5vw; color: #008fff;text-align: center;font-weight: 700;line-height: 1.1;background: url("../images/tab.png") no-repeat center center;background-size: 100% 100%}
.job .nav-tabs li .nav-link.active{color: #ffffff;background: url("../images/tab-active.png") no-repeat center center;background-size: 100% auto;border: none}
.job .nav-tabs li .nav-link:hover{border: none}
.job .main-body{background:url('../images/jobbg.jpg') no-repeat center bottom; background-size:100% auto;}
.job #condition .condition-basic p{font-size: 20px;line-height: 2;color: #221815;text-align: justify;margin-bottom: 30px}
.job #condition .box-tit{margin-bottom: 35px}
.job #condition .address{display: flex;flex-wrap: wrap;justify-content: center;align-items: center}
.job #condition .address li{margin-bottom: 50px;width: 16.6%;display: flex;justify-content: center;align-items: center}
.job #condition .address li img{margin-bottom: 50px;width: 100%;max-width: 6.875vw}
.job #condition .sub-tit{margin-bottom: 20px}
.job #condition .online p{text-align: center}
.job #condition .online img{display:block;border:3px solid #2887e6;border-radius: 10px;width: 240px;height: 240px;margin: 5px auto;}
.job #condition .online .link{display: block;cursor: pointer; margin: 20px auto 40px auto;width: 560px; height: 75px;line-height: 70px;text-align: center;border-radius: 40px;border: 3px solid #2887e6;color: #2887e6;font-size: 20px;background: #ffd659}
.job #condition .underline p{text-align: justify;font-weight: 700;line-height: 2;color:#2583e5;margin: 30px 0; font-size: 24px}
.job #condition .connect-way img{display: block;max-width: 318px;margin: 0 auto 55px auto;}
.job #condition .connect-way p{text-align: center;color:#003255;margin: 10px 0 0; font-size: 20px;font-weight: 700}
.job #condition .float_img1{position: absolute; bottom:-350px; left: -4.5vw; display: block; width: 21.67vw; }
.job #condition .float_img2{position: absolute;right: -5.2vw;display: block;width: 16.25vw;bottom:45%}
.job #requirement>img{display: block;width: 100%;max-width: 22.23vw;margin: 0 auto 30px auto;}
.job #requirement ul li{width: 100%;display: flex;justify-content: flex-start;align-items: center;height: 13.9vh; margin-bottom: 4.63vh;border-radius: 2.08vw;background: #eaf3ff;padding: 0 1.56vw}
.job #requirement ul li img{display: block; width: 4.21vw;margin-right: 1.56vw;flex-shrink: 0}
.job #requirement ul li p{font-size: 20px; color: #221815;line-height: 1.5}
.job #requirement .box-con>img{display: block; width: 100%; margin: 5.55vh auto 5.55vh auto;}
.job #requirement .box-con>p{font-size: 1.25vw;line-height: 2;color: #221815;text-align: center;width: 80%;margin: 0 auto}
.job #requirement .box-con>p strong{color: #0090ff;}
.job #requirement .float_img1{position: absolute; bottom:-400px; left: -6.5vw; display: block; width:16.67vw; }
.job #requirement .float_img2{position: absolute;right: -5.2vw;display: block;width: 16.25vw;bottom:63%}
.job #post{min-height:1100px;}
.job #post .job-box{display: flex;justify-content: space-between;align-items: flex-start}
.job #post .float_img1{position: absolute; bottom:-400px; left: -6.5vw; display: block; width:16.67vw; }
.job #post .float_img2{position: absolute;right: -12.2vw;display: block;width: 14.25vw;bottom:43%}
.job .leftbar{width:220px; height: auto;overflow: hidden; background:-webkit-linear-gradient(top,#2785e6,#63c4fa);  border-radius:15px; float: left; padding:20px 0;}
.job .ltab{width:100%; height: auto;overflow: hidden; background:#e9f5ff; min-height:600px; padding:20px 0; border-radius:15px; }
.job .ltab li{height:auto;overflow: hidden; width:100%; border-bottom:1px #ddd dashed; padding:0 0;}
.job .ltab li a{width:100%; display: block; padding:15px 0px; font-size:0.85rem; text-align: center; border-radius:0; color:#333; cursor:pointer;}
.job .ltab li.active a{color: #e10334; font-weight: bold;}
.job .ltab li:hover a{color:#e10334;}
.job .ltab>li.active>a, .ltab>li.active>a:focus, .ltab>li.active>a:hover {background:url(../images/job_tabbg.png) no-repeat center top; background-size:100% 100%; color:#fff; border:0; }
.job .tabCon{width:100%; height: auto; overflow: hidden; padding:0 0 0 1.5rem; min-height:27rem;}
.job .job_list{height: auto;overflow: hidden;}
.job .job_list li{height:auto;overflow: hidden; position: relative; margin-bottom:1rem;}
.job .job_list a.list_top{ height:50px; line-height:50px; overflow:hidden; background:-webkit-linear-gradient(left,#015fea,#00bffa); padding:0 1rem; display: block;  text-align:left; border-radius:30px; box-shadow:2px 2px 10px rgba(255, 255, 255, 1), inset;}
.job .job_list a.list_top h3{font-size:0.8rem; color:#fff; font-weight: bold; display:block; float: left; margin:0.75rem 0 0 0.5rem;}
.job .job_list a.list_top span{display:block; width:25px; height:25px; transition:all 0.4s ease; background:#fff url(../images/arrow_right0.png) no-repeat center center; border-radius:20px; float: left; margin:0.6rem 0 0 0.3rem;}
.job .job_list .list_btn {position: absolute; right:1.2rem; top:0.4rem; z-index:1;}
.job .job_list .list_btn a{}
.job .job_list .active{}
.job .job_list .active .list_top{opacity:0.8;}
.job .job_list .nodata{text-align:center;color:#eee;}


/*development*/
.development{background:#73c9fa;}
.development .main-body{background:url('../images/developmentbg.jpg') no-repeat center bottom; background-size:100% auto;}
.development .page-box{padding: 0 60px 160px 60px;}
.development .float_img1{position: absolute;right: -5.2vw;display: block; width: 15.25vw; bottom:50%;z-index: -1}
.development .page-box .box-con img{display: block;width: 100%;max-width: 1152px;margin: 0 auto}
.development .page-box .box-con .swiper-container{margin: 160px auto 0;width: 100%; overflow: hidden;}
.development .page-box .box-con .swiper-container .swiper-wrapper{align-items: center;}
.development .swiper-slide{border-radius: 38px;border: 5px solid #3b8df8; background: #192c3c;overflow: hidden}
.development .swiper-button-prev,.development .swiper-button-next{width: 60px;height: 60px;border-radius: 50%;border: 2px solid rgba(255,255,255,0.6);background-color: rgba(255,255,255,0.08);backdrop-filter: blur(2px);top: 54%;transform: translateY(-50%);}
.development .swiper-button-prev{left: 12%;}
.development .swiper-button-next{right: 12%;}

/*welfare*/
.welfare{background:#74c8f7;}
.welfare .main-body{background:url('../images/welfarebg.jpg') no-repeat center bottom; background-size:100% auto;}
.welfare .page-box{padding: 0 60px 60px 60px;}
.welfare .float_img1{position: absolute;right: -5.2vw;display: block; width: 15.25vw; bottom:50%}
.welfare .page-box .box-con video{display: block;width: 100%;height: 435px;margin: 0 auto 70px auto}
.welfare .page-box ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-top: 135px;}
.welfare .page-box ul li{width: 33%;max-width: 330px;height:290px;border-radius: 10px;background: #f3fbfd;padding:0 25px ; position: relative}
.welfare .page-box ul li img{display: block;width: 50%;max-width: 140px;margin: -40px auto 0 auto;position: relative;z-index: 10}
.welfare .page-box ul li h4{font-size: 24px;color: #2086db;text-align: center;margin: 5px 0}
.welfare .page-box ul li p{font-size: 18px;line-height: 1.5;text-align: center;color: #221815}


@media screen and (max-width:1000px){
.swiper-button-prev,.swiper-button-next{width:1.5rem; height:2.5rem; top:45%; background-size:40% auto; border-radius:0.2rem;}
.swiper-button-prev{left:0rem;}
.swiper-button-next{right:0rem;}
.swiper-pagination{bottom:0.75rem !important;}

 .container {
  padding-right:0.75rem;
  padding-left:0.75rem;
  max-width:100%;
 }
.header{height:3rem; }
.header .container{max-width:100%;}
.header .menu{}
.header .menu li{flex:1;}
.header .menu li a{font-size:0.8rem; display: block; text-align: center; padding:0; line-height: 3rem}
.main-body{padding-top:1.5rem; padding-bottom:2rem;}
.main-body .main-bg{max-width:100%;}
.main-body .page-box{padding: 0 1rem;}
.box-tit{ margin-bottom:1rem;}
.box-tit img{max-height:2.5rem;}


 /*index*/
 .index{background:url(../images/wapindexbg.jpg) no-repeat center top; background-size:100% 100%;}
 .index .logo{display: block;max-width: 298px; position: absolute;top: 5%;left: 10%;}
 .index a.indexbtn img{width:30%; max-width: 14.5rem; left:35%; top:35%; }

 /* about */
 .about{ }
.about .float_nav{display: none;}
.about .float_img1{display: none;}
.about .float_img2{display: none;}
.about .float_img3{display: none;}
.about video{margin-bottom:0.5rem;}
.about .box-con{padding:0rem 0px 1rem 0; }
.about .box-con p{font-size:0.75rem; line-height:2; text-indent:2em;}
.about .box-con .box_img{margin:0px 0 1rem 0;}
.about .box-con .box_st{height:1.5rem; margin:0.75rem 0 0.5rem 0;}
.about .box-con .st4{width:100% !important;}
.about .box-con .st5{width:100% !important;}
.about .box_stit{padding:0rem 0 0.5rem 0;}
.about .box_stit img{height:1.5rem;}
.about .swiper-container{margin-bottom:1rem; border:1px #5bb9fa solid;}
.about .swiper-container .swiper-slide{padding:0rem;}
.about .swiper-container .swiper-slide p{top:1rem; left:0.5rem; padding:0.2rem 0.5rem; font-size:0.75rem; line-height:1; margin-right:2rem;}

 /* job */
.job .nav-tabs{flex-direction:row; position:inherit; top:0; left:0; z-index:10; padding:0 0.5rem; margin-bottom:1rem;}
.job .nav-tabs li{flex:1; margin-bottom:0; padding:0 0.35rem; }
.job .nav-tabs li .nav-link{width:100%; height:2rem; display:flex; justify-content:center; align-items: center; min-height:auto; font-size:0.75rem; background-size:100% 150%; padding:0;}
.job #condition .condition-basic p{font-size:0.75rem;line-height: 2; margin-bottom:1rem}
.job #condition .box-con{margin-bottom:1rem;}
.job #condition .address li{margin-bottom:1rem; width:25%;}
.job #condition .address li img{margin-bottom:0rem; max-width:60%}
.job #condition .sub-tit{margin-bottom:1rem}
.job #condition .online p{font-size:0.8rem;}
.job #condition .online img{margin:0.5rem auto;}
.job #condition .online .link{margin:1rem auto 2rem auto; width:100%; height:2rem;line-height:2rem; border-radius:2rem; border:2px solid #2887e6;font-size:0.8rem;}
.job #condition .underline p{margin:1rem 0; font-size:1rem;}
.job #condition .connect-way{margin-bottom:0;}
.job #condition .connect-way img{max-width:60%;margin: 0 auto 1rem auto;}
.job #condition .connect-way p{margin: 10px 0 0; font-size:0.9rem;}
.job #condition .float_img1{display: none;}
.job #condition .float_img2{display: none;}
.job #requirement>img{max-width:50%;margin: 0 auto 1rem auto;}
.job #requirement ul li{height:auto; margin-bottom:0.5rem;border-radius:0.3rem; padding:0.5rem;}
.job #requirement ul li img{width:2rem; margin-right:0.5rem;}
.job #requirement ul li p{font-size:0.75rem; line-height: 1.5}
.job #requirement .box-con>img{width: 100%; margin:0.5rem auto 0.5rem auto;}
.job #requirement .box-con>p{font-size:0.75rem;line-height: 2; width:100%; text-align:left; margin: 0 auto}
.job #requirement .box-con .st1{width:100%; margin-top:1rem;}
.job #requirement .float_img1{display: none;}
.job #requirement .float_img2{display: none;}
    .job #post{min-height: 18rem}
    .job #post .float_img1{display: none;}
.job #post .float_img2{display: none;}
.job .leftbar{width:30%; float: none; padding:0.1rem; margin-bottom:1rem;}
.job .ltab{min-height:auto; padding:0.3rem; }
.job .ltab li{border-bottom:1px #ddd dashed; padding:0 0;}
.job .ltab li a{ padding:0.2rem 0px; font-size:0.65rem; }
.job .tabCon{padding:0 0 0 0; min-height:27rem;width: 68%}
.job .job_list li{margin-bottom:0.5rem;}
.job .job_list a.list_top{ height:2rem; line-height:2rem; padding:0 0.5rem; border-radius:30px; box-shadow:2px 2px 10px rgba(255, 255, 255, 1), inset;display: flex;justify-content: flex-start;align-items: center}
.job .job_list a.list_top h3{font-size:0.65rem;margin:0 0 0 0.5rem;width: 50%}
.job .job_list a.list_top span{width:0.8rem; height:0.8rem; margin:0 0 0 0.2rem;}
.job .job_list .list_btn {right:0.5rem; top:0.15rem; z-index:1;}
.job .job_list .list_btn img{width:3rem; height:0.8rem;}
.job .job_list .active{}
.job .job_list .active .list_top{opacity:0.8;}
/*.job .job_list .active a span{transform:rotate(90deg);}*/
.job .job_list .nodata{text-align:center;color:#eee;}


/*development*/
.development .page-box{padding: 0 0.5rem 1rem 0.5rem;}
.development .box-con{margin-bottom:1rem;}
.development .float_img1{display: none;}
.development .page-box .box-con img{max-width: 1152px;margin: 0 auto}
.development .page-box .box-con .swiper-container{margin:2rem auto 0;}
.development .page-box .box-con .swiper-container .swiper-wrapper{align-items: center;height:250px}
.development .swiper-slide{border-radius:1rem; border:2px solid #3b8df8;}
.development .swiper-button-prev,.development .swiper-button-next{width:2rem;height:2rem; border-width:1px; top:55%;}
.development .swiper-button-prev{left:2%;}
.development .swiper-button-next{right:2%;}

/*welfare*/
.welfare .page-box{padding: 0 0.75rem 1rem 0.75rem;}
.welfare .float_img1{display: none;}
.welfare .box-con{margin-bottom:1rem;}
.welfare .page-box .box-con video{width: 100%;height:10rem;margin: 0 auto 2rem auto}
.welfare .page-box ul{align-items:flex-start; align-items:stretch; margin-top:2rem;}
.welfare .page-box ul li{width:48%; max-width: 100%; height:auto; padding:0.5rem 0.5rem; margin-bottom:2rem;}
.welfare .page-box ul li img{width: 50%;max-width:100%;margin: -1rem auto 0 auto;}
.welfare .page-box ul li h4{font-size:0.85rem; margin:0.5rem 0}
.welfare .page-box ul li p{font-size:0.75rem;line-height: 1.5;}
}

