@charset "utf-8";


/* CSS Reset */
html{-webkit-text-size-adjust:none; }
body{overflow-x:hidden;margin:0; padding:0;font-family:PingFang SC,Microsoft Yahei,Helvetica Neue,Arial;}
img {max-width: 100%;max-height:100%;margin: 0;padding: 0;border: 0;}
header,nav,section,article,aside,footer {display: block;}
a{text-decoration:none;color:#1a1a1a;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body {height: 100%;overflow: hidden}
.alltransition {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.table {display: table;width: 100%;height: 100%;}
.table-cell {display: table-cell;vertical-align: middle;}
.pcshow { display:block;}
.mbshow { display:none!important;}
.left{ float:left;}
.right{ float:right;}
.clear { clear:both;}
.img {position: relative;overflow: hidden;}
.img.loadimg {background: url('../images/loading.gif') center no-repeat #f1f1f1;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;}
.content {width:75%;margin: auto;}
::-webkit-scrollbar{height:4px; width:0px;background: #ccc;}
::-webkit-scrollbar-button{height:0; width:0}
input,select,textarea {-webkit-appearance: none;border-radius: 0;outline: none}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color:#a1a4b2;font-size:14px;font-family:PingFang SC,Microsoft Yahei,Helvetica Neue,Arial;}




/* header */
.header {position: fixed;left: 0;top:0;width: 100%;z-index: 999;border-bottom: 1px solid rgba(255,255,255,.2);-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.header .content {width: 90%;height: 100%;margin: auto;position: relative;}
.header .content .left {position: relative;height: 84px;}
.header .content .left .logo{display: block;width: 230px;height: 25px;position: absolute;left: 0;top: 50%;margin-top: -12.5px;}
.header .content .left .stockcode{font-size: 12px;color: #666;margin-left: 150px;margin-top: 30px;padding-left:20px; position: relative;}
.header .content .left .stockcode::before {content: '';display: block;width: 1px;height:30px;background: #ccc;position: absolute;left: 0;top: 0;}
.header .content .left .stockcode p {text-decoration: underline;}
.header .content .center {text-align: center;position: absolute;left: 15%;width: 70%;height: 100%;top: 0;}
.header .content .center .nav{margin: 0;padding: 0;list-style: none;font-size: 0;overflow: hidden;}
.header .content .center .nav li{display: inline-block;margin: 0;list-style: none;position: relative;}
.header .content .center .nav li a{display: block;font-size: 16px;line-height: 84px;padding: 0 25px;color: #fff; position: relative;text-transform:uppercase;}
.header .content .center .nav li.cur a{color: #00bf86!important;}
.header .content .center .nav li a:hover{color: #00bf86!important;}
.header .content .right {text-align: right;font-size: 0;position: absolute;width:100px;height:85px;right: 0;top: 0;}
.header .content .right .language {display:block;right: 0;top: 0;height: 100%; vertical-align: middle;margin: 0 0px 0 30px; overflow: hidden;cursor: pointer;}
.header .content .right .language .icon{position: absolute;right: 0;top: 50%;width: 18px;height: 18px;margin-top: -9px; padding-left: 25px;color: #fff;font-size: 14px; background: url("../images/ll1.png") left center no-repeat;}
.header .content .right .language .language-show{display: none;position: absolute;width: 100px;padding:20px 10px 10px 10px;right: -40px;text-align: center;top:85px;background: #fff; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);}
.header .content .right .language .language-show:before {content: '';position: absolute;top: -10px;left: 50%;margin-left: -15px;border-right: 15px solid transparent;border-left: 15px solid transparent;border-bottom: 15px solid #fff;}
.header .content .right .language .language-show a{display: block; color: #000;font-size: 12px;line-height: 20px; margin-bottom:5px;opacity: .5;}
.header .content .right .language .language-show a:hover {opacity: 1;}
.header .content .right .language .language-show.cur {display: block;}


.header.scroll-down,.header.scroll-top {background: #fff;border-bottom: 1px solid #e6e6e6;}
.header.scroll-down .content .center .nav li a,.header.scroll-top .content .center .nav li a{color: #000;}
.header.scroll-down .content .right .language .icon,.header.scroll-top .content .right .language .icon
{color: #000;background: url("../images/ll.png") left center no-repeat;}




 

/* footer */
.footer {background: #181818;padding-top:50px;overflow: hidden; color: #fff;}
.footer .content {width: 75%;position: relative;}
.footer .content .top {padding-bottom:40px;overflow: hidden;border-bottom: 1px solid #313131;}
.footer .content .top .footer-nav{}
.footer .content .top .footer-nav a{font-size: 14px;color: #939393;margin-right: 50px;}
.footer .content .top .footer-nav a:hover {color: #fff;}
.footer .content .social{position: absolute;right:0;top:0;}
.footer .content .social a {width: 36px;height: 36px;margin-left: 10px;display: block;float: left;opacity: .5;border: 1px solid #404040;position: relative;}
.footer .content .social a.f1 {background: url("../images/f1.png") center no-repeat;}
.footer .content .social a.f2 {background: url("../images/f2.png") center no-repeat;}
.footer .content .social a.f3 {background: url("../images/f3.png") center no-repeat;}
.footer .content .social a.f4 {background: url("../images/f4.png") center no-repeat;}
.footer .content .social a.f5 {background: url("../images/f5.png") center no-repeat;}
.footer .content .social a.f6 {background: url("../images/f6.png") center no-repeat;}
.footer .content .social a:hover {opacity: 1;}
.footer .content .social a img{width:100px;height:100px;position:absolute;left:-30px;top:-30px;z-index:33;max-width:100px;max-height:100px;display: none;}
.footer .content .social a:hover img {display: block;}
.footer .content .wxshow {display: none;position: absolute;width: 100px;height: 100px;padding: 5px; background: #fff;left: -40px;bottom: 40px;z-index: 3;}
.footer .content .wxshow::before{content: '';display: block;position: absolute;left:50%;bottom: -10px;margin-left: -20px;border-right:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #fff;}
.footer .content .wxshow img {display: block;width: 100%;height: auto;}
.footer .content .bottom{clear: both;overflow: hidden;padding:  25px 0; font-size: 12px;color: #666;position: relative;}
.footer .content .bottom .copy{float: left;font-size: 12px;}
.footer .content .bottom .copy a {color: #666;} 
.footer .content .bottom .copy a:hover {color: #fff;}
.footer .content .bottom .copy a.niego {margin-left: 15px;}


 
/* index */
.banner {position: relative;}
.index-banner-swiper {position: relative;background: #000;z-index:1;}
.banner-slide {}
.banner-slide .txt{position: absolute;width: 900px;left: 10%;top:50%;margin-top: -150px;z-index: 33;}
.banner-slide .txt h3{font-size: 60px;color: #fff;padding:10px 0 ;margin:0;text-transform: uppercase;width: 50%;display: inline-block;overflow: hidden;}
.banner-slide .txt h2{font-size: 40px;color: #fff;padding:25px 0;margin:0;font-weight: bold;line-height: 30px;}
.banner-slide .txt .line {width: 80px;height: 4px;background: #00bf86;margin: 10px 0;clear: both;position: relative;}
.banner-slide .txt.center {text-align: center;width:100%;left:0;top:20%;margin: 0;}
.banner-slide .txt.center .line{margin: 10px auto;}
.banner-slide .txt.right {left: auto;right: 5%;}
.banner-slide .txt.none {display: none;}
.banner-slide .img {text-align: center;}
.banner-slide .img  a{display: block;overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: cover;}
.banner-slide .txt h3 {transform:translateY(200px);opacity:0;transition:all 0.5s;}
.banner-slide .txt h2 {transform:translateY(200px);opacity:0;transition:all 0.8s;}
.banner-slide .txt .line {transform:translateY(200px);opacity:0;transition:all 0.7s;}
.index-banner-swiper .swiper-slide {background: #000;}
.index-banner-swiper .swiper-slide-active .txt h2,
.index-banner-swiper .swiper-slide-active .txt h3,
.index-banner-swiper .swiper-slide-active .txt .line{transform:translateY(0px);opacity:1;}
.index-banner-swiper .banner-slide.center .txt{text-align: center;left: 50%;transform:translateX(-50%);}
.index-banner-swiper .banner-slide.centertop .txt{left: 50%;transform:translateX(-50%);margin-top: -300px;text-align: center;}
.index-banner-swiper .banner-slide.center .txt .line,.index-banner-swiper .banner-slide.centertop .txt .line {margin: 10px auto;}
.index-banner-swiper .banner-slide.right .txt{text-align: right;left: auto;right:10%;}
.index-banner-swiper .banner-slide.right .txt .line {margin: 10px 0;display: inline-block;clear: both;}
.index-banner-swiper .banner-slide.none .txt {display: none;}



.swiper-banner-pagination {bottom: 55px;width: 100%; display: block;z-index: 90;}
.swiper-banner-pagination .swiper-pagination-bullet {width:60px;height:10px;margin:0 0 0 10px;border-radius: 0;opacity:1;background: none; position: relative;z-index: 11;outline: none;}
.swiper-banner-pagination .swiper-pagination-bullet::before {content: '';display: block;width: 100%;height: 2px;position: absolute;left: 0;top:5px;background: #fff;opacity: 0.3;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{opacity: 1;}
.swiper-banner-pagination .swiper-pagination-bullet::after {content: '';display: block;position: absolute;left:0;top:5px;width:0;height: 2px;background: #00bf86;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;z-index: 10;}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {-webkit-animation: w100 4000ms 1;animation: w100 4000ms 1;}

@keyframes w100{0%{width: 0%;} 100%{width: 100%;}}





.title-style {overflow: hidden;}
.title-style h2 {text-transform: uppercase;font-size: 42px;line-height: 60px; margin:8px 0 20px 0;color: #1a1a1a;font-weight: bold;}
.title-style h3 {text-transform: uppercase;font-size: 42px;line-height: 60px;margin:5px 0 0 0;color: #000;font-weight: bold;}
.title-style p {font-size: 14px;margin:0;color: #666;line-height: 30px;}
.title-style .line {width: 80px;height: 4px;background: #00bf86;margin: 10px 0;}


/* contact */
.contact-section {padding: 120px 0;overflow: hidden;}
.contact-section .title-style{text-align: center;}
.contact-section .title-style h2{}
.contact-section .title-style .line{margin: 10px auto;}
.contact-section .title-style .text{width: 50%;margin:20px auto;font-size: 16px;color: #666;line-height: 26px;}
.contact-section .content  {overflow: hidden;padding: 50px 0 0 0;}
.contact-section .content .left {width: 45%;}
.contact-section .content .left .content-way{overflow: hidden;}
.contact-section .content .left .content-way li{list-style: none;float: left;width: 33%;margin-bottom: 20px;position: relative;}
.contact-section .content .left .content-way li::after{content: '';display: block;width: 1px;height: 100%;background:#e7e8eb;position: absolute;right:10%;top: 0;}
.contact-section .content .left .content-way li:nth-child(3)::after,.contact-section .content .left .content-way li:last-child::after {display: none;}
.contact-section .content .left .content-way li i{width: 38px;height: 38px;border: 2px solid #1a1a1a;border-radius: 100%;overflow: hidden;display: inline-block;vertical-align: middle;margin-right: 10px;opacity: .7;}
.contact-section .content .left .content-way li:last-child {width: 99%;}
.contact-section .content .left .content-way li i.c1 {background: url("../images/c1.png") center no-repeat;}
.contact-section .content .left .content-way li i.c2 {background: url("../images/c2.png") center no-repeat;}
.contact-section .content .left .content-way li i.c3 {background: url("../images/c3.png") center no-repeat;}
.contact-section .content .left .content-way li i.c4 {background: url("../images/c4.png") center no-repeat;}
.contact-section .content .left .content-way li span{display: inline-block;vertical-align: middle;}
.contact-section .content .left .content-way li span h6{font-size: 14px;color: #999999;font-weight: normal;margin: 0;}
.contact-section .content .left .content-way li span h5{font-size: 14px;color: #666;margin: 5px 0 0 0;}
.contact-section .content .left .content-way li span h5 a {color: #666;}
.contact-section .content .left .content-way li:nth-child(3) span h5 a{color: #00bf86;}
.contact-section .content .left .content-way li:nth-child(3) i {border: 2px solid #00bf86;opacity: 1;}
.contact-section .content .left .content-way li:nth-child(3) i.c3 {background: url("../images/c31.png") center no-repeat;}
.contact-section .content .left .content-way li:hover span h5{color: #00bf86;}
.contact-section .content .left .content-map {clear: both;margin-top: 10px;overflow: hidden;width: 100%;position: relative;background: #f1f1f1;}
.contact-section .content .left .content-map #map {min-height: 205px;}
.contact-section .content .left .content-map iframe {border: none;margin: 0;padding: 0;margin-top: -50px;}
.contact-section .content .left .content-map iframe #watermark {display: none;}
.contact-section .content .left .content-text {font-size: 12px;line-height: 20px;color: #999999;padding: 20px 0;}
.contact-section .content .right {width: 47%;}
.content-form {overflow: hidden;}
.content-form li{list-style: none;margin: 0 0 10px 0;padding: 0;font-size: 0;}
.content-form li .input2 {border: 1px solid #ededed;background: #f5f5f7;padding: 10px 20px;width:50%;height:60px;font-size: 14px;font-weight: normal;box-sizing: border-box;}
.content-form li .input2:first-child {margin-right: 1%;width:49%;}
.content-form li .textarea1 {width:100%;height:130px;font-size: 14px;border: 1px solid #ededed;background: #f5f5f7;padding: 20px 20px;box-sizing: border-box;}
.content-form li .submit1 {background: #00bf86;color: #fff;font-size: 14px;width: 100%;height:58px;cursor: pointer;border: none;}
.content-form li .submit1:hover {background: #00bf86;}





/* recruit */
.recruit {}
.recruit-index {padding: 5% 5% 0 5%;overflow: hidden;}
.recruit-index-type {text-align: center;}
.recruit-index-type-item {display: inline-block;vertical-align: top;width: 49%;text-align: left;}
.recruit-index-type-item a{position: relative;display: block;overflow: hidden;}
.recruit-index-type-item .title {position: absolute;left: 10%;top: 15%;z-index: 1;color: #fff;}
.recruit-index-type-item .title h4{font-size: 36px;margin: 0;padding: 0;}
.recruit-index-type-item .title p{margin: 0;padding: 0;font-size: 14px;opacity: .8;}
.recruit-index-type-item .viewmore {position: absolute;left: 10%;bottom: 15%;width: 90%; z-index: 2;color: #fff;font-size: 12px;}
.recruit-index-type-item .viewmore i{font-style: normal;position: absolute;right:85%;top: 0; font-size: 14px;font-family: "宋体";}
.recruit-index-type-item .viewmore::after {content: '';width:0px;height: 2px;background: #fff;opacity: .2;position: absolute;left: 0;bottom: -10px;transition:all .4s ease;}
.recruit-index-type-item .img{background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: #000;}
.recruit-index-type-item a:hover .img img {opacity: 0;}
.recruit-index-type-item a:hover .img{transform: scale(1.1);}
.recruit-index-type-item a:hover i {right: 10%;}
.recruit-index-type-item a:hover .viewmore::after {width:90%;opacity:.8;}


.content-top {position: relative;overflow: hidden;margin-bottom:1%;}
.recruit-social {padding: 5% 0;overflow: hidden;}
.search-top {position: absolute;right: 0;top: 50%;margin-top: -25px;}
.search-input {display: block;height: 50px;width: 300px;border: 1px solid #ccc;overflow: hidden;padding:0 5%;box-sizing: border-box;}
.search-submit {position: absolute;background: url('../images/ss.png') center no-repeat;width: 18px;height: 19px;right: 5%;top:50%;margin-top: -9px;border:none; cursor: pointer;opacity: .5;}
.search-submit:hover {opacity: 1;}
.search-input:focus {border: 1px solid #000;}
.recruit-nav {clear: both;width: 95%;margin:0;position: relative;font-size: 0;padding-left:5%;}
.recruit-nav::after {content: '';width: 100%;height: 1px;background: #e5e5e5;position: absolute;left: 0;bottom: 1px;}
.recruit-nav h5 {margin: 0;font-size: 18px;padding:20px 0;position: absolute;left: 0;height: 100%;}
.recruit-nav ul {margin: 0;display: inline-block;vertical-align: middle;font-size: 0;}
.recruit-nav ul a {position: relative;display: inline-block;vertical-align: middle;font-size: 18px;padding:20px 5px;margin-right: 20px;color: #999;}
.recruit-nav ul a.cur {color: #000;}
.recruit-nav ul a.cur::after {content: '';width: 100%;height:3px;background: #00bf86;position: absolute;left: 0;bottom:0px;z-index: 10;}
.recruit-nav ul a:hover {color: #000;}

.recruit-list {clear: both;width: 100%;overflow: hidden;position: relative;margin-top:4%;}
.recruitment-item {overflow: hidden;clear: both;}
.recruitment-item.cur .recruit-title-name{border-top: 1px solid #00bf86;}
.recruitment-item.cur .recruit-title-name::after {background: url('../images/cr.png') 98% center no-repeat;background-size:100%;}
.recruitment-item.cur .recruit-content {display: block;}
.recruit-title-name {padding: 20px 2%;overflow: hidden;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;position: relative;cursor: pointer;transition:all .4s ease;}
.recruit-title-name::after {content: '';width: 20px;height: 20px;position: absolute;right:1%;top: 50%;margin-top: -10px; background: url('../images/crs.png') 98% center no-repeat;background-size:100%;}
.recruit-title-name span{display: block;margin:0;font-size: 14px;padding-bottom: 5px;color: #00bf86;}
.recruit-title-name strong{display: block;margin:0;font-size: 18px;}
.recruit-title-name:hover {background: #f1f1f1;}
.recruit-item5 {padding: 20px 0 40px 0;overflow: hidden;font-size: 0;}
.recruit-item5 li{display: inline-block;vertical-align: middle;margin:0;list-style: none;text-indent:30px; position: relative;width: 20%;font-size: 14px;}
.recruit-item5 li::before {content: '';width:26px;height: 26px;position: absolute;left: 0;top:50%;margin-top: -13px;}
.recruit-item5 li:nth-child(1)::before  {background: url('../images/r1.png') center no-repeat;}
.recruit-item5 li:nth-child(2)::before  {background: url('../images/r2.png') center no-repeat;}
.recruit-item5 li:nth-child(3)::before  {background: url('../images/r3.png') center no-repeat;}
.recruit-item5 li:nth-child(4)::before  {background: url('../images/r4.png') center no-repeat;}
.recruit-item5 li:nth-child(5)::before  {background: url('../images/r5.png') center no-repeat;}
.recruit-content {padding: 20px 2% 100px 2%;overflow: hidden;line-height:30px;font-size: 16px;color: #333;display: none;}
.recruit-content strong{display: block;margin:0;font-size: 18px;}
.apply-send {clear: both;}
.apply-send a{display: inline-block;height:50px;padding: 0 30px; line-height:50px;text-align: center;font-size: 18px;font-weight: bold;color: #fff;background: #00bf86;}
.apply-send a:hover {background: #4ee3b7;}

 

.popup-window {position: fixed;top:-100%;right:0;z-index: 9999;width: 100%;height:100%;display: block;overflow: hidden;transition: all .4s;}
.popup-window.cur {top:0;}
.popup-window-content {background: #fff;width:35%;padding:2% 4% 4% 4%;overflow: hidden;margin: auto;position: relative;z-index: 10;}
.popup-close {z-index:10;width: 30px;height:30px;background: url("../images/xx.png") center no-repeat;background-size: 40%;text-align:center; padding:10px; position:absolute;right:1%; display:block; top:25px;cursor: pointer;transition: all .4s;}
.popup-close:hover {transform:rotate(180deg);}
.popup-window-mark {position: absolute;right: 0;top: 0;width:100%;height: 100%;z-index: 1;background: rgba(0,0,0,.5);}


.recruitment-popup {overflow: hidden;}
.recruitment-popup .title-1{font-size: 30px;padding-bottom: 30px;text-align: center;font-weight: bold;}
.recruitment-popup .item-2{margin-bottom: 10px;overflow: hidden;}
.recruitment-popup .item-2 li{list-style: none;margin: 0;padding: 0;float: left;width: 49%;margin-right: 1%;overflow: hidden;}
.recruitment-popup .item-2 li:last-child {margin-right: 0;width: 50%;}
.recruitment-popup .item-2 li select {padding: 15px;border: 1px solid #ededed;width: 100%;font-size: 14px;color: #a1a4b2;box-sizing: border-box;background: #f5f5f7;}
.recruitment-popup .item-2 li select option {color: #a1a4b2;}
.recruitment-popup .item-2 li select.cur {border: 1px solid #000;}
.recruitment-popup .item-4{margin-bottom: 10px;overflow: hidden;} 
.recruitment-popup .item-4 span {font-size: 12px;color: #999;padding-bottom: 5px;display: block;}
.recruitment-popup .upload-5{background: #f5f5f7;position: relative;} 
.recruitment-popup .upload-5 .file-input{font-size: 12px;} 
.recruitment-popup .upload-5 .upload-submit {font-size: 12px;position: absolute;right: 15px;top: 50%;z-index: 10; width: 70px;height: 30px;background: #00bf86;color: #fff;text-align: center;border: none;line-height: 30px;padding: 0;cursor: pointer;margin-top: -15px;}
.recruitment-popup .upload-5 .upload-submit:hover {background: #008e64;}
.recruitment-popup .text-4{font-size: 12px;line-height: 24px;color: #666666;}  
.recruitment-popup .submit-5 {padding: 5px 0;overflow: hidden;}
.recruitment-popup .submit-5 input{font-size: 16px;text-align: center;background: #000;color: #fff;cursor: pointer;}  
.recruitment-popup .submit-5 input:hover {background: #00bf86;}
.recruitment-popup  input{padding: 15px;border: 1px solid #ededed;width: 100%;font-size: 14px;color: #a1a4b2;box-sizing: border-box;background: #f5f5f7;}
.recruitment-popup  input:focus {border: 1px solid #000;}




/* campus */
.recruit-campus-type {position: absolute;width: 100%;left: 0;bottom: 5%;z-index: 10;text-align: center;}
.recruit-campus-type .content{}
.recruit-campus-type-item {text-align: left;display: inline-block;vertical-align: middle;margin: 0 3%;width: 20%;}
.recruit-campus-type-item a{display: block;overflow: hidden;position: relative;}
.recruit-campus-type-item i{position: relative;display: block; width:70px;height:70px;border-radius: 100%;border: 2px solid #fff;box-sizing: border-box;float: left;}
.recruit-campus-type-item h4{float: left;font-size: 24px;margin: 0;color: #fff;width: 50%;padding:9px 0px 15px 0px;position: relative;text-align: left;margin-left:20px;}
.recruit-campus-type-item h4::after {content: '';position: absolute;width: 100%;height: 3px;background: #fff;left: 0;bottom: 0;}
.recruit-campus-type-item h4::before {content: '';position: absolute;width:0px;height: 3px;background: #00bf86;left: 0;bottom: 0;transition: all .4s;z-index: 2;}
.recruit-campus-type-item.cur i{border: 2px solid #00bf86;background: #00bf86;}
.recruit-campus-type-item.cur h4::after {background: #00bf86;}
.recruit-campus-type-item a:hover h4::before {width: 100%;}
.recruit-campus-type-item a:hover i{border: 2px solid #00bf86;}


.content-top-center{text-align: center;margin-top: 5%;overflow: hidden;}
.School-enrollment-process {overflow: hidden;margin-top: 100px;position: relative;}
.School-enrollment-process .process{overflow: hidden;position: absolute;left: 0;top: 0;width: 100%;height: 100%;font-size: 0;text-align: center;}
.School-enrollment-process .process a{display: inline-block;vertical-align: top;overflow: hidden;width:12.5%;position: relative;z-index: 10;}
.School-enrollment-process .process i{width:90px;height:90px;margin: auto;position: relative;display: block;background: #fff;border: 10px solid #e5e5e5;box-sizing: border-box;border-radius: 100%;}
.School-enrollment-process .process h4{margin: 0;font-size: 18px;color: #999;padding: 10px 0 30px 0;}
.School-enrollment-process .process span {text-align: center;width:20px;height: 20px;line-height: 20px;display: inline-block;box-sizing: border-box;position: relative; margin-bottom: 10px;}
.School-enrollment-process .process span::after {content: '';position: absolute;width:30px;height: 30px;left: 50%;top: 50%; border-radius: 100%;background: #000;opacity: .1;z-index: 1;margin: -15px 0 0 -15px;}
.School-enrollment-process .process span::before {content: '';position: absolute;width:20px;height: 20px;left: 50%;top: 50%; border-radius: 100%;background: #a0a0a0;z-index: 2;margin: -10px 0 0 -10px;}
.School-enrollment-process .process em{border-radius: 100%;font-style: normal;z-index: 10;position: relative; font-size: 12px;color: #fff;font-family: 'Barlow-Bold';}
.School-enrollment-process .sepbg {position: relative;margin-top:165px;}
.School-enrollment-process .process  a.process2 {padding-top: 130px;}
.School-enrollment-process .process a:hover h4{color: #000;}
.School-enrollment-process .process a:hover i {border: 10px solid #00bf86;}
.School-enrollment-process .process a:hover span::after,.School-enrollment-process .process a:hover span::before {background: #00bf86;}

.overview-publicity {padding-top: 5%;overflow: hidden;}
.overview-publicity-list {padding-top:4%;overflow: hidden;}
.overview-publicity-list-item {width: 23.9%;margin:0 1% 1% 0;overflow: hidden;box-sizing: border-box;display: inline-block;vertical-align: top;}
.overview-publicity-list-item.mr0 {clear: both;margin:0 0 1% 0;}
.overview-publicity-list-item a{display: block;overflow: hidden;border: 1px solid #ccc;}
.overview-publicity-list-item .title-1{text-align: center;padding: 30px;background: #f5f6f7;font-weight: bold;font-size: 18px; border-bottom: 1px solid #ccc;}
.overview-publicity-list-item .item-2{padding:5% 10%;overflow: hidden;}
.overview-publicity-list-item .item-2 .icn1{background: url('../images/xj1.png') center no-repeat;}
.overview-publicity-list-item .item-2 .icn2{background: url('../images/xj2.png') center no-repeat;}
.overview-publicity-list-item .item-2 .icn3{background: url('../images/xj3.png') center no-repeat;}
.overview-publicity-list-item .item-2 .icn4{background: url('../images/xj4.png') center no-repeat;}
.overview-publicity-list-item .item-2 li{list-style: none;padding:0 0 5% 15%;margin-bottom: 20px; overflow: hidden;position: relative;border-bottom: 1px dashed #ccc;}
.overview-publicity-list-item .item-2 li:last-child {border-bottom: none;margin-bottom:0;}
.overview-publicity-list-item .item-2 li i{display:block;position: absolute;width: 25px;height:25px; left: 0;top: 0;}
.overview-publicity-list-item .item-2 li span{display: block;font-size: 14px;color: #999;}
.overview-publicity-list-item .item-2 li p{display: block;font-size: 14px;color: #333;margin: 5px 0;min-height:20px;}
.overview-publicity-list-item .item-2 li:last-child p{min-height: 40px;}
.overview-publicity-list-item a:hover .title-1{background: #00bf86;color: #fff;}
.overview-publicity-list-item a:hover {border: 1px solid #00bf86;}


.pagetrun {text-align: center;margin-top: 50px;clear: both;overflow: hidden;}
.pagetrun a{display: inline-block;vertical-align: middle;margin:1px;border: 1px solid #ccc;color: #999;width: 30px;height: 30px;line-height: 30px; font-size: 14px;font-family: 'Barlow-Bold';}
.pagetrun a.on{border: 1px solid #00bf86;color: #fff;background: #00bf86;}
.pagetrun a.prev{padding: 0 20px;}
.pagetrun a.next{padding: 0 20px;}
.pagetrun a:hover {border: 1px solid #ccc;color: #666;background: #ccc;}




.investor-end {background: rgba(0,0,0,.7);width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;text-align: center}
.investor-end.showtip {opacity: 0;display: none;}
.investor-end-content {width:550px;height:auto;margin: auto;display: inline-block; background: #fff;padding: 25px;}
.investor-end h2{font-size: 24px;}
.investor-end h5{font-size: 14px;}
.investor-end-ok {display: block;width:130px;height:40px;font-size: 14px;line-height: 40px;color: #fff; background: #00bf86;margin:10px auto;cursor: pointer;}
.investor-end-ok:hover {background: #000;}
.popupmoer {background: rgba(0,0,0,.7);width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;text-align: center;display:block;}
.popupmoer.showtip {opacity: 0;display: none;}
.popupmoer.investor-end-content {width:550px;height:auto;margin: auto;display: inline-block; background: #fff;padding: 25px;}
.popupmoer h5{font-size: 18px;}
.popupmoer-ok {display: block;width:130px;height:40px;font-size: 14px;line-height: 40px;color: #fff; background: #00bf86;margin:10px auto;cursor: pointer;}
.popupmoer-ok:hover {background: #000;}




/* fonts */
@font-face {
	font-family: 'Barlow-Bold';
	src: url('../fonts/Barlow-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Barlow-Regular';
	src: url('../fonts/Barlow-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Barlow-Light';
	src: url('../fonts/Barlow-Light.otf');
	src: local('☺'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype'), url('../fonts/Barlow-Light.svg') format('svg'), url('../fonts/Barlow-Light.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Extra-Bold';
	src: url('../fonts/Montserrat-Extra-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Extra-Bold.woff') format('woff'), url('../fonts/Montserrat-Extra-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Extra-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: local('☺'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 




.header .content .right .language .icon{font-family: 'Barlow-Bold',PingFang SC,Microsoft Yahei,Helvetica Neue,Arial;}
.banner-slide .txt h3 {font-family: 'Montserrat-Bold';}


 
.overview-publicity-list-item .item-2 li span,.overview-publicity-list-item .title-1{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.overview-publicity-list-item .item-2 li p{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}



@media screen and (max-width: 5120px) {
	 
}
@media screen and (max-width: 3840px) {
		
}
@media screen and (max-width: 2560px) {
	
}
@media screen and (max-width: 2048px) {
	
}
@media screen and (max-width: 1920px) {
	 
}
@media screen and (max-width: 1680px) {
	.index-banner-swiper .banner-slide.centertop .txt{margin-top: -100px;}
	.banner-slide .txt h3 {font-size:50px;padding:5px 0;}
	.banner-slide .txt .line {width: 60px;height: 3px;margin: 5px 0;}
	.banner-slide .txt h2 {font-size:30px;padding: 15px 0;}
	.banner-slide .txt{width: 900px;left: 10%;margin-top: -100px;}
	.swiper-banner-pagination {bottom: 35px;}
	.swiper-banner-pagination .swiper-pagination-bullet {width:50px;height:7px;margin:0 0 0 10px;}
	.recruit-index-type-item .title h4 {font-size: 30px;}
	.contact-section .content .left .content-way li span h6,.contact-section .content .left .content-way li span h5 {font-size: 12px;}
	.contact-section .content,.footer .content {width: 80%;}
	.contact-section .content .left {width: 50%;}
	.title-style h3,.title-style h2 {font-size: 32px;line-height:50px;}
	.recruit-nav h5 {font-size: 16px;padding: 15px 0;}
	.recruit-nav ul a {font-size: 16px;padding: 15px 5px;margin-right: 15px;}
	.recruit-content {padding: 20px 2% 100px 2%;line-height: 24px;font-size: 14px;}
	.recruit-content strong,.apply-send a,.School-enrollment-process .process h4,.overview-publicity-list-item .title-1{font-size: 16px}
	.contact-section .title-style .text {font-size: 14px}
	.recruitment-popup .item-2 {margin-bottom: 5px;}
	.recruitment-popup input {padding: 10px;font-size: 13px;}
	.recruit-campus-type-item h4 {font-size: 18px}
	.School-enrollment-process .process a.process2 {padding-top: 100px;}
	.overview-publicity-list-item .item-2 li span,.overview-publicity-list-item .item-2 li p {font-size: 12px}
	.overview-publicity-list-item {width: 23.8%;}
	.recruitment-popup .item-2 li select {padding: 10px;}
}
@media screen and (max-width: 1600px) {	
	.School-enrollment-process .process a.process2 {padding-top: 110px;} 
}
@media screen and (max-width: 1500px) {	
	.School-enrollment-process .process a.process2 {padding-top: 105px;} 
}
@media screen and (max-width: 1440px) {
	.School-enrollment-process .process a.process2 {padding-top: 100px;} 
}
@media screen and (max-width: 1366px) {
	.recruit-index {padding: 5% 0 0 0;} 
	.recruit-content strong,.apply-send a,.School-enrollment-process .process h4,.overview-publicity-list-item .title-1,
	.recruit-nav h5,.recruit-nav ul a{font-size: 14px}
	.recruitment-popup input,input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,.recruitment-popup .item-2 li select{font-size: 12px}
}
@media screen and (max-width: 1280px) {
	.content,.contact-section .content, .footer .content {width: 90%;}
	.School-enrollment-process .process a.process2 {padding-top: 110px;}
}
@media screen and (max-width: 1152px) {
 	 
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 640px) {
	.pcshow{display: none!important;}
	.mbshow{display: block!important;}
 	.header .content .left .logo {width: 150px;height:20px; margin-top: -8px;}
	.header .content .center .nav li:first-child {display: none;}
	.header .content .center .nav li:last-child {display: none;}
	.header .content .center .nav li a {font-size: 14px;line-height:54px;padding: 0 15px;}
	.header .content .right {display: none;}
	.header .content .center {right: 0;width: 70%;left: auto;text-align: right;}
	.header .content .left {height: 50px;}
	.banner-slide .txt h3 {font-size: 40px}
	.banner-slide .txt h2,.recruit-index-type-item .title h4 {font-size: 24px;}
	.recruit-index-type-item {width: 100%;}
	.recruit-index-type-item .viewmore i {right: 5%;}
	.recruit-index-type-item .title p{font-size: 12px}
	.contact-section .title-style .text {width: 90%;}
	.contact-section .content .left,.contact-section .content .right  {width: 100%;}
	.contact-section .content .right {margin-top: 4%;}
	.footer .content .top .footer-nav a {display: block;border-bottom: 1px solid #333;padding:10px 0;margin-right: 0px;}
	.footer .content .social {position: relative;margin-top: 30px;}
	.footer .content .social a {margin-left: 0px;margin-right: 10px;}
	.search-top {position: relative;right: auto;top:auto;margin-top:10px;}
	.search-input,.recruit-nav ,.overview-publicity-list-item{width: 100%;}
	.recruit-nav {padding: 0;}
	.recruit-nav h5 {position: relative;right: auto;top:auto;margin-top:10px;}
	.recruit-nav ul {margin: 0;display: block;font-size: 0;width: 100%;padding: 0;overflow-x: scroll;overflow-y: hidden;white-space: nowrap;}
	.recruit-nav ul::-webkit-scrollbar{height:0px;width:0px;background: #ccc;}
	.recruit-nav ul::-webkit-scrollbar-button{height:0; width:0}
	.recruit-item5 li {width: 100%;margin:5px 0;}
	.popup-window-content {width: 100%;height: 100%;box-sizing: border-box;padding:10% 4% 4% 4%;}
	.popup-close {top: 0;}
	.recruit-campus-type-item i {width: 50px;height: 50px;float: none;margin: auto;}
	.recruit-campus-type-item h4 {font-size: 14px;float: none;margin: auto;width: 100%;text-align: center;}
	.School-enrollment-process .process {position: relative;left: auto; top: auto;width: 100%;height: 100%; text-align: center;}
	.School-enrollment-process .process a {width: 24%;}
	.School-enrollment-process .process a.process2 {padding-top:0px;}
	.School-enrollment-process .sepbg {margin-top: 0;}
	.School-enrollment-process .process i {width: 70px;height:70px;}
	.School-enrollment-process .process i .img-center {max-width: 50%;max-height: 50%;}
	.School-enrollment-process .process h4 {font-size: 12px;padding: 10px 0;}
	.banner-slide .img img.mbshow{width: 100%;}
	.overview-publicity-list-item .item-2 {padding: 5% 5%;}
	
}

















