/*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:#ffffff; font-family: "Hiragino Sans GB", "Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;position: relative;}
input:focus {outline: none;}
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: #2748bc; 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:31px; height:54px; z-index:100; top:50%; background-repeat: no-repeat; background-position:center center; background-size:40% auto; border-radius:0.5rem; z-index:100; background-size: 100% 100%;  }
.swiper-button-prev{left:0; background-image: url(../images/arrow_left.png);}
.swiper-button-next{right:0; background-image: url(../images/arrow_right.png);}
.swiper-button-next,.swiper-button-prev{outline: none;}
.swiper-pagination-bullet{width:12px; height:12px; background:#395cc6; 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;position: relative;}
.menu{width:100%;height: 100px;background-color: #ffffff;position: relative;z-index: 10;overflow: hidden}
.menu .logo{}
.menu .logo img{display: block;max-width: 409px;height: 80px;margin-top: 10px;}
.menubar{overflow: hidden;margin-top: 35px;display: flex;align-items: center;}
.menubar li{padding: 0 2rem;  }
.menu li a{color:#000; display: block; font-weight: normal;font-size: 22px;padding-bottom: 10px;}
.menu li:hover a{color: #044cc1;border-bottom: 3px solid #044cc1;font-weight: 700;}
.menu li.active a{color: #044cc1;border-bottom: 3px solid #044cc1;font-weight: 700;}
.mainbody{height: auto; position: relative; margin-top:80px;position: relative;}
.main_tit{height:95px; overflow: hidden; text-align:center; margin:0 auto 3rem auto;position: relative;background: url(../images/titbg.png) no-repeat center center; background-size: auto 100%;}
.main_tit h1{font-size:1.8rem; color:#ffffff;  line-height:90px; font-weight:700;-webkit-text-stroke: 2px #ff6600;}
.main_con{margin-bottom: 80px;}
.footer{ height:80px; line-height:80px; overflow: hidden; background:#2789ca; text-align: center;}
.footer p{color:#ffffff; font-size:0.9rem; }


/*index*/
.index{width:100%; height:100%; overflow: hidden; background:#bcfdfd url(../images/indexbg.jpg) no-repeat center top; background-size:100% 100%; position: relative;}
.index .logo{ display: block; position: absolute; top:4%; left:5%; z-index:1;min-width: 138px;max-width: 409px}
.index a.indexBtn{width:15%; display: block; overflow: hidden; text-align: center;position: absolute; right:15%; bottom:8%; transition:all 0.6s ease; -webkit-animation:my 1.5s infinite ease-in-out;}
.index a.indexBtn img{ width:100%; display: block; }

@-webkit-keyframes my{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.1);
	}
	100%{
		transform:scale(1);
	}
}

/* about */
.about .box1 p{ text-indent: 2em; font-size: 18px; line-height: 1.8; margin-bottom: 20px;}
.about .box1 img{display: block;width: 100%;margin: 55px auto 0 auto;}
.about .box2 img{display: block;width: 100%;margin: 0 auto;max-width: 1171px;}
.about .box3 img{display: block;width: 100%;margin: 0 auto;max-width: 1197px;}
.about .box4 .main_con{position: relative;}
.about .box4 .container{max-width: 1475px}
.about .box4 img{display: block;width: 100%;margin: 0 auto;max-width: 1475px;}
.about .swiper{padding: 50px  0;overflow: hidden;}
.about .swiper img{width:100%;height: 358px;margin:  0 auto;max-width: 1058px; display:block; }
.about .box5 .video{width: 80%;margin: 0 auto 80px auto;}
.about .box5 .video video{width: 100%}
/* job */

.job {background: url("../images/bg.png") no-repeat left bottom ;}
.job .mainbody{background: url("../images/bg1.png") no-repeat center 480px;background-size: 100% auto;}
.job .box1 li{height: auto;position: relative;margin-bottom: 15px;border-radius: 15px;overflow: hidden}
.job .box1 li .dept{height: 80px;line-height:80px; background: #fff5dd;padding: 0 35px;display: flex;justify-content: space-between;align-items: center;}
.job .box1 li .dept h4{font-size: 22px}
.job .box1 li .dept>span{display: block;width:200px;height: 50px;line-height: 50px;text-align: center;border-radius: 30px;color: #ffffff;background: #ee8407;font-weight: 700;}
.job .box1 li .dept:hover{cursor: pointer;}
.job .box1 li .jobList{display: none;}
.job .box1 li .jobList dd{height: 70px;}
.job .box1 li .jobList dd:nth-child(odd){background: #ebf9ff;}
.job .box1 li .jobList dd:nth-child(even){background: #fff5dd;}
.job .box1 li .jobList dd a{line-height: 70px; display: flex;justify-content: space-between;align-items: center;padding: 0 35px;}
.job .box1 li .jobList dd a h4{font-size: 20px;font-weight: normal;color: #508aff;}
.job .box1 li .jobList dd a span{display: block;width: 200px;height: 50px;line-height: 50px;text-align: center;border-radius: 30px;color: #ffffff;background: #4f5cff;font-size: 20px}
.job .box1 .job_list p{text-align: center;padding: 40px;background: #fff5dd;font-size: 20px;}
.job .box1 #laypage-data{display: flex;justify-content: center;align-items: center;margin-top: 50px}
.job .box1 #laypage-data .layui-laypage-count{margin-right: 20px}
.job .box1 #laypage-data .layui-laypage-curr{margin: 0 10px;color: #ee8407}
.job .box1 #laypage-data a{margin: 0 10px}
.job .box1 #laypage-data a:hover{color: #ee8407;cursor: pointer}
.job .box1 #laypage-data .layui-disabled{color: #cccccc;cursor: pointer}
.job .box1 #laypage-data .layui-disabled:hover{color: #cccccc;cursor: pointer}
.job .box2 .main_con{padding: 50px;background-color: #f9f9fa;}
.job .box2 img{display: block;width: 100%;max-width: 1200px;margin: 0 auto;}
.job .box3 img{display: block;width: 100%;max-width: 668px;margin: 0 auto;}
.job .box4 img{display: block;width: 100%;max-width: 1200px;margin: 0 auto;}
.job .box5 img{display: block;width: 100%;max-width: 1056px;margin: 0 auto;}
.job .box6 img{display: block;width: 100%;max-width: 1200px;margin: 0 auto;}
.container {
 width: 100%;
 height: auto;
 padding-right:0px;
 padding-left:0px;
 margin:0 auto;
 position: relative;
}
.menu .container{display: flex;align-items: center;justify-content: space-between;}
@media screen and (min-width:1000px){
 .container {
   max-width:1200px;
   
 }
}
@media screen and (max-width:1000px){
  /* .swiper-button-prev,.swiper-button-next{top:45%; } */
 .container {
  padding-right:1rem;
  padding-left:1rem;
 }


 /*public*/
 .menu .logo img{display: block;max-width: 409px;height: 80px;margin-top: 10px;}
 .menubar{margin-top:0;gap: 1.5rem;}
 .menubar li{padding: 0 0;}
 .menu li a{font-size:1.4rem;line-height: 40px;margin-top: 20px}
 .main_tit h1{font-size:2rem;-webkit-text-stroke: 0px #ffffff;}
 .footer p{ font-size:1.2rem; }

 /* index */
 .index{background:#bcfdfd url(../images/wapindex.jpg) no-repeat center top; background-size:100% 100%; }
 .index .logo{ width: 35%; top:3%; left:4%; z-index:1;min-width: 138px;}
 .index .logo img{ width: 100%;}
 .index a.indexBtn{width:30%; left:35%; bottom:48%;}


  /*about */
 .about .box1 p{font-size: 1rem; line-height: 1.8; margin-bottom: 20px;}
 .about .swiper{padding: 50px  0;overflow: hidden;}
 .about .box5 .video{width: 90%;}

/* job */
 .job .mainbody{padding-bottom: 9rem;}
 .job .box1 li{height: auto;position: relative;margin-bottom: 15px;border-radius: 15px;overflow: hidden}

 .job .box1 li .dept h4{font-size: 22px}
 .job .box1 li .dept>span{display: block;width:200px;height: 50px;line-height: 50px;text-align: center;border-radius: 30px;color: #ffffff;background: #ee8407;font-weight: 700;}
 .job .box1 li .jobList{display: none;}
 .job .box1 li .jobList dd{height: 70px;}
 .job .box1 li .jobList dd:nth-child(odd){background: #ebf9ff;}
 .job .box1 li .jobList dd:nth-child(even){background: #fff5dd;}
 .job .box1 li .jobList dd a{line-height: 70px; display: flex;justify-content: space-between;align-items: center;padding: 0 35px;}
 .job .box1 li .jobList dd a h4{font-size: 20px;font-weight: normal;color: #508aff;}
 .job .box1 li .jobList dd a span{display: block;width: 200px;height: 50px;line-height: 50px;text-align: center;border-radius: 30px;color: #ffffff;background: #4f5cff;font-size: 20px}
 .job .box2 .main_con{padding: 50px;
  background-color: #f9f9fa;}




}
