/*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:#d9e8ef; 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; color: #0e9aa0; blr:expression(this.onFocus=this.blur());}
a:hover{color: #34c2db; 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:40%; background-color:rgba(0,90,100,0.5); background-repeat: no-repeat; background-position:center center; background-size:40% auto; border-radius:0.5rem; z-index:100;}
.swiper-button-prev{left:1rem; background-image: url(../images/arrow_left.png);}
.swiper-button-next{right:1rem; background-image: url(../images/arrow_right.png);}
.swiper-button-next,.swiper-button-prev{outline: none;}
.swiper-pagination-bullet{width:12px; height:12px; background:#348bfc; 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*/
.banner{height:auto;overflow: hidden; position: relative;}
.banner img{width:100%;display: block;}
.header{ width:100%; height:4rem; background:rgba(0,190,250,0); transition:all 0.6s ease; position: fixed; top: 0; z-index:999; left:0;}
.header .container{width:100%; max-width:100%;}
.header .logo{height:auto;overflow: hidden; float: left; margin:0.8rem 0 0 3rem;}
.header .logo img{height:43px; display: block;}
.header .menu{width:auto; float: right; margin:1.3rem 3rem 0 0;}
.header .menu li{margin:0 1.3rem; float: left; position: relative;}
.header .menu li a{font-size:0.9rem;color:#fff; display: block; padding-bottom:0.2rem;}
.header .menu a:hover{ border-bottom:2px #e5533c solid; color: #e5533c; font-weight:bold;}
.header .menu li.active a{ border-bottom:2px #e5533c solid; color: #e5533c; 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;}
.header.active{background:rgba(0,190,250,0.8);}
.box_con{height: auto; overflow:hidden; text-align:left;}
.main_tit{height:100px; overflow: hidden; text-align:center; background:url(../images/tbg.png) no-repeat center top; background-size:auto 100%; margin:0 auto; position: relative; z-index:10;}
.main_tit h1{font-size:2rem; color:#fff; line-height:2.9; font-weight:bold;}
.main_tit h1 span{margin:0 1rem; font-weight: bold;}
.main_tit p{font-size:0.8rem; color: #fff; text-transform:uppercase;}
.main_box{margin-top:-45px; padding:4rem 3rem 3rem 3rem; position:relative; z-index:1; margin-bottom:2rem;}
.box_tit{height:auto; overflow: hidden; text-align:center; margin:0 auto 1.5rem auto;font-size:1.2rem; font-weight: bold; color:#175a4b; }
a.abtn{width:200px; display:block; height:50px; line-height:50px; overflow:hidden; text-align: center; font-size:18px; color:#f50028; border:1px #f50028 solid; margin:20px auto;}
a.abtn:hover{background:#f50028; color:#fff;}
.mainbody{height: auto; position: relative; z-index:1; background:url(../images/bodybg1.jpg) no-repeat center top; background-size:100% 100%; padding-bottom:2rem;}
.footer{ height:80px; line-height:80px; overflow: hidden; background:#1457c8; text-align: center;}
.footer p{color:#fff; font-size:0.75rem; }
.footer a:link,.footer a:visited{color: #fff;}
.footer a:hover{color: #c00000;}

/*index*/
.index{width:100%; height:100%; overflow: hidden; background:#0e9aa0 url(../images/indexbg.jpg) no-repeat center top; background-size:100% 100%; position: relative;}
.index .logo{ display: block; position: absolute; top:4%; left:3%; z-index:1;}
.index a.indexbtn{width:100%; height:100%; display: block; overflow: hidden; text-align: center;}
.index a.indexbtn img{ width:14%; display: block; position: absolute; left:23%; bottom:23%; transition:all 0.6s ease; -webkit-animation:my 1.5s infinite ease-in-out;}
/* .index a.indexbtn:hover img{ transform:scale(1.1);} */
@-webkit-keyframes my{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.1);
	}
	100%{
		transform:scale(1);
	}
}

/* about */
.about .main_tit h1{font-size:1.6rem; line-height:3.9;}
.about .main_box{height:auto; overflow:hidden; background:url(../images/about_cbg.png) no-repeat center top; background-size:100% 100%;}
.about .ltab{width:300px; height: auto; overflow: hidden; float: left; min-height:30rem; background:rgba(255,255,255,0.5); }
.about .ltab li{height:auto;overflow: hidden; width:100%; border-bottom:1px #ddd dashed; padding:0 0;}
.about .ltab li a{width:100%; height:60px; line-height:60px; display: block; padding:0; font-size:0.8rem; text-align: center; color:#333; cursor:pointer; border-radius:0;}
.about .ltab li:last-child{border:0;}
.about .ltab li.active a{color: #348bfc; font-weight: bold;}
.about .ltab li:hover a{color:#348bfc;}
.about .ltab>li.active>a,.about .ltab>li.active>a:focus,.about .ltab>li.active>a:hover,.about .ltab>li.active>a:active {background:#348bfc; color:#fff; border:0; }
.about .tabCon{width:auto; height: auto; overflow: hidden; padding:0 0 0 1.5rem; min-height:20rem;}
.about .box_con{font-size:0.8rem; line-height:2.4; text-indent:2em;}

/* notice */
.notice .pagebox1{height:auto; overflow:hidden; background:url(../images/notice_cbg1.png) no-repeat center top; background-size:100% 100%;}
.notice .box_video{width:100%; padding:25px 0 0 0;}
.notice .box_video video{width:100%; height: 470px; background:#000;}
.notice .pagebox1 p{font-size:0.85rem; color: #000; line-height:2; text-indent:2em;}
.notice .pagebox2{height:auto; overflow:hidden; background:url(../images/notice_cbg2.png) no-repeat center top; background-size:100% 100%;}
.notice .box_list{display: flex; justify-content:center; align-items: center; flex-wrap: wrap;}
.notice .box_list li{width:23%; height:63px;overflow: hidden; background:#c8e5ff; text-align: center; border-radius:60px; margin:1rem 1%;}
.notice .box_list p{font-size:1rem; color:#000; line-height:63px; font-weight: bold; }
.notice .pagebox3{height:auto; overflow:hidden; background:url(../images/notice_cbg3.png) no-repeat center top; background-size:100% 100%; padding-bottom:3rem;}
.notice .pagebox3 img{width:100%; display: block;}
.notice .pagebox4{height:auto; overflow:hidden; background:url(../images/notice_cbg4.png) no-repeat center top; background-size:100% 100%;}
.notice .pagebox4 img{width:100%; display: block; }
.notice .pagebox5{height:auto; overflow:hidden; background:url(../images/notice_cbg5.png) no-repeat center top; background-size:100% 100%; display: flex; justify-content:flex-start; align-items:flex-start; padding:4rem 8rem 2.5rem 8rem;  font-size:0.9rem;  color:#000; }
.notice .pagebox5 .ewm{width:230px; margin:1rem 3rem 0 0;}
.notice .pagebox5 .ewm img{width:100%; display: block; margin-bottom:1rem;}
.notice .pagebox5 .ewm p{font-size:0.75rem; line-height:1.5; text-align: center;}
.notice .pagebox5 .box_con{padding-top:1rem; text-align: left; line-height:2.3;}
.notice .pagebox5 .box_con h3{font-size:24px; margin-bottom:0.5rem;}

/* kongxuan */
.kongxuan .main_box{height:auto; overflow:hidden; background:url(../images/about_cbg.png) no-repeat center top; background-size:100% 100%;}
.kongxuan .kxbox{min-height:400px; text-align: center;}
.kongxuan .kxbox img{width:12%; display: block; margin:6rem auto 2rem auto;}
.kongxuan .kxbox h1{font-size:1.4rem; color:#348bfc; font-weight: bold; text-indent:1.5rem;}

/* job */
.job .main_box{height:auto; overflow:hidden; background:url(../images/job_cbg.png) no-repeat center top; background-size:100% 100%;}
.job .ltab{width:300px; height: auto;overflow: hidden; float: left; min-height:30rem; background:rgba(255,255,255,0.5); }
.job .ltab li{height:auto;overflow: hidden; width:100%; border-bottom:1px #ccc dashed; padding:0 0;}
.job .ltab li a{width:100%; display: block; height:60px; line-height:60px; padding:0; font-size:0.8rem; text-align: center; color:#333;cursor:pointer;}
.job .ltab li:last-child{border:0;}
.job .ltab li.active a{color: #348bfc; font-weight: bold;}
.job .ltab li:hover a{color:#348bfc;}
.job .ltab>li.active>a,.job .ltab>li.active>a:focus,.job .ltab>li.active>a:hover,.job .ltab>li.active>a:active {background:#348bfc; color:#fff; border:0; }
.job .tabCon{width:auto; height: auto; overflow: hidden; padding:0 0 0 1.5rem; min-height:10rem;}
.job .jobbox{height: auto; overflow: hidden; min-height:21.2rem; background:rgba(255,255,255,0.5); }
.job  .list_tit{height:2.95rem; line-height:2.95rem; overflow: hidden; background:#348bfc; display: flex; justify-content:space-between; align-items: center; border-bottom:1px #eee solid;}
.job  .list_tit span{font-size:0.8rem; color:#fff;}
.job  .list_tit span.t1{width:35%; padding:0 0 0 1.5rem; text-align: left;}
.job  .list_tit span.t2{width:50%; text-align: center;}
.job  .list_tit span.t3{width:20%; text-align: right; padding:0 1.5rem 0 0;}
.job .job_list{height: auto;overflow: hidden;}
.job .job_list li{height:auto;overflow: hidden; position: relative;}
.job .job_list li a.list_top{ height: auto; overflow:hidden; padding:1rem 0px 1rem 1.5rem; display: block;}
.job .job_list li a.list_top strong{font-size:0.8rem; color:#333; text-align:left; float: left; display: block; font-weight:normal;}
.job .job_list li a.list_top span{font-size:0.75rem; color:#666; text-align:left; float: left; display: block; }
.job .job_list li a.list_top .t1{width:30%;}
.job .job_list li a.list_top .t2{width:50%; text-align:center;}
.job .job_list li a.list_top .t3{width:20%;padding:5px 0 0 0;}
.job .job_list li a.list_top .t3 em{display: block; width:0; height:0; transition:all 0.4s ease;border-left:0.3rem solid transparent;border-right:0.3rem solid transparent; border-top:0.4rem solid #348bfc; float: right; margin:0 2rem 0 0 ;}
.job .job_list li .list_btn {height:auto;overflow: hidden; margin:20px 0; text-align: right;}
.job .job_list li .list_btn a{width:auto; height:42px;line-height:42px;background:#348bfc; font-size:0.8rem; color:#fff; display:inline-block; border-radius:2rem; padding:0 2rem; border:0; }
.job .job_list li .list_btn a:hover{opacity:0.6;}
.job .job_list li .list_con{height: auto;overflow: hidden;clear: both; padding:1rem 1rem 0 1.5rem; text-align: left; display: none; border-top:1px #eee solid;}
.job .job_list li .list_con .con{height: auto; overflow:hidden; display: flex; justify-content:flex-start; align-items: flex-start; margin-bottom:1rem;}
.job .job_list li .list_con h4{font-size:0.75rem; margin:4px 0; font-weight:bold; color:#333; margin-right:2rem;}
.job .job_list li .list_con p{flex:1; font-size:0.7rem; line-height:1.6; color:#666;}
.job .job_list li:nth-child(even){background:rgba(50,140,250,0.1); }
.job .job_list li.active{}
.job .job_list li.active .list_top{background:#348bfc; }
.job .job_list li.active a strong{color:#fff;}
.job .job_list li.active a span{color:#fff;}
.job .job_list li.active a .t3 em{border-top:0.4rem solid #fff; transform:rotate(180deg);}
.job .job_list li.active .list_top .t1{font-weight: bold;}
.job .job_list li.nodata{text-align:center;color:#999; padding:2rem;}
.job .job_list {display: none;}
.job .active {display: block;}
.job .mainbody {min-height: 1200px;}
.container {
 width: 100%;
 height: auto;
 padding-right:0px;
 padding-left:0px;
 margin:0 auto;
 position: relative;
}
@media screen and (min-width:1000px){
 .container {
   max-width:1200px; 
 }
 /* .mainbody .container{max-width:1100px;} */
}
@media screen and (max-width:1000px){
  .swiper-button-prev,.swiper-button-next{top:45%; }
 .container {
  padding-right:1rem;
  padding-left:1rem;
 }
 .banner{}
 .header .container{display: flex; justify-content:space-between; align-items: flex-start;}
 .header .logo{margin:0.75rem 2.5rem 0 0.5rem;}
 .header .logo img{height:2.8rem;}
 .header .menu{flex:1; margin:0.3rem 0 0 0;}
 .header .menu ul{display: flex; justify-content:space-between; align-items: flex-end;}
 .header .menu li{margin:0;}
 .header .menu li a{ font-size:1.2rem; text-align: center; padding:1rem 0; margin:0px;}
 .main_tit{margin:0 auto 3rem auto; }
 .main_tit h1{font-size:2rem; margin-bottom:0.5rem;}
 .main_box{margin-top:-5.3rem;}
 .box_tit{margin:0 auto 1.5rem auto;font-size:1.2rem;}
 .mainbody{}
 .footer{ height:3rem; line-height:3rem;}
 .footer p{font-size:0.9rem; }
 
 
 /*index*/
 .index{background:url(../images/wapindex.jpg) no-repeat center top; background-size:100% auto;}
 .index .logo{width:25%; top:2.5rem; left:2rem; z-index:1;}
 .index a.indexbtn img{width:40%; left:30%; top:42%; }
 
 /* about */
 .about .mainbody{background-size:100% auto !important;}
 
 /* kongxuan */
 .kongxuan .mainbody{background-size:100% auto !important;}
 
 /* notice */
 .notice .pagebox5{padding:4rem 2rem 2.5rem 4rem;  font-size:0.9rem;  color:#000; }
 .notice .pagebox5 .ewm{width:300px; margin:1rem 2rem 0 0;}
 .notice .pagebox5 .ewm img{width:100%; display: block; margin-bottom:1rem;}
 .notice .pagebox5 .ewm p{font-size:0.75rem; line-height:1.5; text-align: center;}
 .notice .pagebox5 .box_con{padding-top:1rem; text-align: left; line-height:2.3;}
 .notice .pagebox5 .box_con h3{font-size:24px; margin-bottom:1rem;}
 .notice .box_video video{height: 360px;}
 
 /* job */
  .job .mainbody{background-size:100% auto !important;}
 .job .ltab{}
 .job .ltab li a{ font-size:0.8rem;}
 .job .tabCon{width:auto; padding:0 0 0 1.5rem; min-height:20rem;}
 .job .jobbox{min-height:25.4rem;}
 .job  .list_tit{height:3rem; line-height:3rem; }
 .job  .list_tit span{font-size:0.9rem;}
 .job  .list_tit span.t1{width:40%; padding:0 0 0 1.5rem; text-align: left;}
 .job  .list_tit span.t2{width:30%; text-align: center;}
 .job  .list_tit span.t3{width:30%; text-align: right; padding:0 1erm 0 0;}
 .job .job_list li a.list_top{padding:0.7rem 0px 0.7rem 1.5rem; display: block;}
 .job .job_list li a.list_top strong{font-size:0.9rem;}
 .job .job_list li a.list_top span{font-size:0.75rem;}
 .job .job_list li a.list_top span.t2{width: 45%;}
 .job .job_list li a.list_top span.t3{width: 21%;}
 .job .job_list li .list_btn {height:auto;overflow: hidden; margin:0.5rem 0;}
 .job .job_list li .list_con{}
 .job .job_list li .list_con .con{display: block; margin-bottom:1rem;}
 .job .job_list li .list_con p{font-size:0.9rem; }
 .job .job_list li .list_con h4{margin: 10px 0;}
 
 
}
