*{margin: 0;padding: 0;}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/Roboto-Regular.woff2") format("woff2"),
       url("../font/Roboto-Regular.woff") format("woff"),
       url("../font/Roboto-Regular.ttf") format("truetype"),
       url("../font/Roboto-Regular.eot") format("embedded-opentype"),
       url("../font/Roboto-Regular.svg") format("svg"),
       url("../font/Roboto-Regular.otf") format("opentype");
}
body{margin:0px; font-size:12px; color:#333333; font-family: Roboto-Regular, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family: Roboto-Regular, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: Roboto-Regular, Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
a{text-decoration: none;}
ul,li{list-style: none;}

header{
    width: 100%;
	
/*
	background: var(--color-background-transparent-default, rgba(16, 16, 20, .7));
  backdrop-filter: var(--effect-material-blur, blur(50px));
*/
	background: #3e3e3e;
    position: absolute;
    top: 0;
    z-index: 999;
}
header>div{
    padding: 15px;
    display: flex;
    align-items: center;
}
header .logo img{
    width: auto;
    height: 40px;
    margin-right: 20px;
}
header nav{
    display: flex;
}
header nav a{
    color: #fff;
    display: block;
    margin: 0 15px;
}
header nav a:hover{opacity: 0.75;}
.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.xx2 {height: 95vh;overflow: hidden;position: relative;}
.xx2 .hd{position: absolute;height: 100px;top: 50%;margin-top: -50px;left: 0;width: 100%;z-index: 9999;}
.xx2 .hd img{height: 100%;}
.xx2 .prev{color: #fff;
  opacity: .8;
  text-shadow: 2px 2px 2px rgba(0, 0, 0);
  margin: 0 25px;
  font-size: 40px;width: 40px;height: 40px;display: inline-block;}
.xx2 .next{color: #fff;
  opacity: .8;
  text-shadow: 2px 2px 2px rgba(0, 0, 0);
  margin: 0 25px;
  font-size: 40px;width: 40px;height: 40px;display: inline-block;float: right}
.xx21 li{ display:inline-block;height: 95vh;width: 32.5%;z-index: 1;}
.xx21 li:hover{z-index: 9;}
.xx21 li .mb{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 333;}
.xx21 li .t_p{background: #000;height:95vh;position: relative;overflow: hidden;}
.xx21 li .t_p img{height:100%;width:auto;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;opacity: 0.8;}
.xx21 li:hover .t_p img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.xx21 li .mb h1.l1 {color: #fff;
  position: absolute;
  top: 70%;
  left: 30px;font-size: 50px;transform: translate(0%, -50%);}
.xx21 li .more{display: block;
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    left:34px;
    border: #fff 1px solid;}
.xx21 li .more:hover{  transition: 0.5s;color: #222;background: #fff;}

.tanchu {width:100%; height:100vh; display:none; position: fixed; top:0px; left:0; z-index:9999}
.tanchu .gb {width:30px; height:30px; position:absolute; top:50px; right:50px; cursor:pointer;z-index: 9999;}
.tanchu .gb img {width:100%; height:auto;}
.tanchu .wz {position: absolute;
  top: 45%;
  left: 50%;z-index: 5;}

.tanchu a{display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  margin-left: 10px;
  margin-top: 20px;
  transition: 0.5s;}
.tanchu a:hover{  transition: 0.5s;color: #222;background: #fff;}
.tanchu .wz h1{font-size: 6vw;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.1;}

.tanchu img {width: 100%;height: 100%;object-fit: cover;display: block;}
	
	




.content{
    justify-content: space-between;
    width: 100%;
    height: 95vh;
    position: relative;
    z-index: 2;
    top: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;  
}
#container {
    width: 100%;
    overflow: hidden;
    border: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: scroll-left 0.5s ease;
}
#carousel_list {
    position: relative;
    z-index: 1;
    display: flex;
    transition: scroll-left 0.5s ease;
}
.scroll-content{
    transition: transform 0.5s ease;
}
.carousel {
    width: 100%;
    display: flex;
    transition: scroll-left 0.5s ease;
}
.carousel .item{
    width: 50%;
    height: 95vh;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}
.carousel .item img{
    width: 200%;
    height: 100%;
    transition: .5s;
}
#container .carousel .item img{
    width: 200%;
    height: 100%;
    transition: .5s;
}
#container .carousel .item div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,.2);
    transition: .5s;
    z-index: 1;
}
#container .carousel .item div h1{
    color: #fff;
    position: absolute;
    top: 70%;
    left: 30%;
    transform: translate(-50%,-50%);
}
#container .carousel .item:hover img{
    transform: scale(1.1);
    transition: .5s;
}
#container .carousel .item:hover div{
    background-color: rgb(0,0,0,0);
    transition: .5s;
}
.switch_btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.switch_btn a{
    color: #fff;
    opacity: .8;
    text-shadow: 2px 2px 2px rgba(0, 0, 0);
    margin: 0 25px;
    font-size: 40px;
}
.switch_btn a:hover{
    opacity: 1;
    transform: scale(1.2);
    transition: .5s;
}
.item_detail{
    width: 100%;
    height: 95vh;
    position: relative;
}
.item_detail>a{
    position: absolute;
    top: 10%;
    right: 5%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0,0.4);
}
.item_detail img{
    width: 100%;
    height: 100%;
}
.item_detail div{
    position: absolute;
    top: 65%;
    left: 65%;
    transform: translate(-50%, 100%);
    opacity: 0;
    /* animation: slideInFromBottom 1s ease-in-out forwards; */
}
.slide-in-from-bottom {
    animation: slideInFromBottom 1s ease-in-out forwards;
}
@keyframes slideInFromBottom {
    from {
      transform: translate(-80%, 100%);
      opacity: 0;
    }
    to {
      transform: translate(-50%, -50%);
      opacity: 1;
    }
}
.item_detail div h1{
    font-size: 8vw;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
}
.item_detail div a{
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    margin-top: 20px;
    transition: .5s;
}
.item_detail div a:hover{
    background-color: #fff;
    color: #000;
    transition: .5s;
}
footer{
    width: 100%;
    background-color: rgb(42, 42, 42);
    padding-top: 0px;
    position: relative;
}
footer>div{
    padding: 50px 80px;
}
footer>div .title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
footer>div .title div a{
    display: inline-block;
    margin-right: 10px;
}
footer>div .title div a img{
    width: 40px;
    height: 40px;
}
footer>div .title>a{
    color: #CCCCCC;
    font-weight: bold;
    font-size: 13px;
    transition: .5s;
}
footer>div .title>a:hover{
    color: #0078f2;
    transition: .5s;
}
footer>div .list{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #414141;
    padding-bottom: 50px;
}
footer>div .list ul{
    width: 150px;
    color: #CCCCCC;
    font-weight: bold;
    margin-bottom: 20px;
}
footer>div .list ul p{
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 3px;
}
footer>div .list ul li{
    margin: 8px 0;
}
footer>div .list ul li a{
    color: #CCCCCC;
    font-size: 13px;
    transition: .5s
}
footer>div .list ul li a:hover{
    color: #0078f2;
    transition: .5s
}
footer>div .list div{
    width: 180px;
}
footer>div div img{
    width: 100%;
}
footer>div .bottom{
    width: 100%;
}
footer>div .bottom .left{
    width: 70%;
    color: #CCCCCC;
    font-size: 13px;
}
footer>div .bottom .left p{
    margin: 5px 0;
}
footer>div .bottom .left ul{
    margin-top: 20px;
}
footer>div .bottom .left ul li a{
    color: #CCCCCC;
    font-size: 13px;
    transition: .5s
}
footer>div .bottom .left ul li a:hover{
    color: #0078f2;
    transition: .5s
}
.ny_cp{padding: 80px 0; overflow: hidden;} 
.ny_cp .tp {width: 360px;}
.ny_cp .tp img {width: 100%;display: block;border-radius: 58px;}
.ny_cp .wenz {width:720px;margin: 0 60px}
.ny_cp .wenz h2 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;font-family: OPPOSans-B;
	margin-bottom: 25px;margin-top: 20px;}
.ny_cp .wenz p {font-size: 16px;line-height: 1.8;color: #fff;text-align: justify;}
.ny_cp .wenz .an {margin-top: 50px;}
.ny_cp .wenz .an a {margin-right: 20px;float: left}
.ny_cp .wenz .an a img{width: 180px;border: #fff 1px solid;border-radius:10px;}
.gray {
  background: rgba(255,255,255,0.02);
}
.con{width: 1620px;max-width: 90%;margin: 0 auto}
.fl{float: left}
.fr{float: right}
.ny_cp .con {justify-content: center;display: flex;}
.ncontent {padding-top: 73px;background-image: linear-gradient(to right, #0f1013, #17121e, #140f14);}
.clear{clear: both;height: 0;}
.ny_js {background-image: linear-gradient(to right, #0f1013, #17121e, #140f14);padding: 6em 0;}
.ny_js .con {position: relative;}
.ny_js .w_z {width: 40%;position: absolute;left: 0;top: 0;height: 100%;display: flex;justify-content: center;flex-direction: column; }
.ny_js .w_z .logo img {height: 37px;display: block;width: auto}
.ny_js .w_z h1 {font-size: 3.25rem;margin: 25px 0 20px;color: #fff;font-weight: bold}
.ny_js .w_z p {font-size: 20px;margin: 0 0 35px;color: #fff;line-height: 1.5;}
.ny_js .w_z .more {width: 126px;height: 48px;line-height: 48px;text-align: center;font-size: 16px;background: #ed6d1f;border-radius: 10px;}
.ny_js .w_z .more a{color: #fff;}
.ny_js .w_z .more:hover {background: #cc560e;}
.ny_js .s_p{width: 66.6666%;float: right;}

.ncon{width: 1200px;margin: 0 auto}
.ny_gy {padding: 50px 0;}
.ny_gy .line {border-top: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px;}
.ny_gy .b_t{font-size: 2.4em;
  padding-bottom: 0.5em;
  font-weight: bold;color: #000;}
.ny_gy .nr{color: rgb(51, 51, 51);font-size: 14px;line-height: 1.5;}
.ny_gy h2 {font-size: 18px;color: #000;font-weight: bold;margin-bottom: 20px;}


.nban { height:100vh; width:100%;position: relative;}
.nban .mb {position: absolute;width: 100%;height: 100%;padding-top:150px;box-sizing: border-box; background: rgba(0,0,0,0.55);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.nban .mb .box {width: 100%;text-align: center;}
.nban .mb h1 {font-size: 50px;margin-bottom:30px;color: #fff;}
.nban .mb h1 span {font-weight: bold;}
.nban .mb h3 {font-size: 24px;color: #fff;max-width: 1000px;margin: 0 auto;}
.nban .mb .more {width: 160px;margin: 0 auto;line-height: 50px;text-align: center;font-size:18px;color: #fff;background: #fc7010;border-radius: 25px;text-transform: uppercase;}
.nban .mb .more:hover {background: #df2b02;}
.ny_gylc {margin: 0 auto;overflow: hidden;background: #0b131c}
.ny_gylc .wenz {width:45%;float: left;line-height: 1.8;font-size: 16px;color: #fff;padding: 50px;box-sizing: border-box;}
.ny_gylc .wenz h2 {font-size: 42px;color: #fff;margin-bottom: 25px;}
.ny_gylc .wenz h2 span {font-weight: bold;}
.ny_gylc .wenz p {margin-bottom: 15px;}
.ny_gylc .tp {width:50%;float: right;}
.ny_gylc .tp img {width: 100%;display: block;}
.ny_gylc .lbk {padding: 70px 0 0;overflow: hidden}
.ny_gylc .lbk ul li {width: 575px;float: left;margin-right: 50px;min-height: 147px;}
.ny_gylc .lbk ul li:nth-child(2n){margin-right: 0;}
.ny_gylc .lbk ul li h3 {color: #fc7010;font-size:22px;margin-bottom: 30px;font-weight: bold;position: relative;}
.ny_gylc .lbk ul li h3::after { content: " ";position: absolute; left: 0; bottom: -12px; width: 40px; height:3px;background: #999;}
.ny_gylc .lbk ul li p {font-size: 16px;color: #fff;line-height: 1.8;}
.ny_sh {padding: 80px 0;overflow: hidden}
.ny_sh ul {display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.ny_sh ul li {width:49.5%;background: #141b24;margin-bottom: 1%}
.ny_sh ul li:hover {background: #1d2734;}
.ny_sh ul li .t_p{}
.ny_sh ul li .t_p img{width: 100%;}
.ny_sh ul li .w_z {color: #fff;
  height: 200px;
  padding: 40px;}
.ny_sh ul li .w_z h3 {font-size: 24px;margin-bottom: 25px;color: #fff;}
.ny_sh ul li .w_z p {font-size: 14px;line-height: 1.42857;}
.tit {margin-bottom: 50px;text-align: center}
.tit h1{font-size: 42px;color: #000;}

.ny_dbk{margin: 80px 0;overflow: hidden;height: 550px;}
.ny_dbk img{width: 65%;float: left;height: 100%;object-fit: cover;}
.ny_dbk .w_z{width:35%;float: right;height:550px;background: rgb(20, 27, 36);color: #fff;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;padding: 50px;box-sizing: border-box}
.ny_dbk .w_z h3{font-size: 30px;color: #fff;margin-bottom: 25px;}
.ny_dbk .w_z p{font-size: 16px;line-height: 1.42857;color: #fff;}

.ny_why {padding: 60px 0 80px;overflow: hidden;width: 1200px;margin: 0 auto;}
.ny_why ul {display: flex;justify-content: space-between;align-items: stretch;}
.ny_why ul li {width: 31%;padding: 10px 35px;text-align: center;box-sizing: border-box}
.ny_why ul li h3{font-size: 24px;color: #222;margin-bottom: 25px;}
.ny_why ul li p{font-size: 14px;line-height: 1.42857;}

.ny_sq {background: #333;padding: 60px 0;overflow: hidden;text-align: center}
.ny_sq h1 {font-size: 42px;color: #fff;margin-bottom: 30px;}
.ny_sq .more {margin: 60px auto 20px;width: 300px;height: 60px;line-height: 60px;text-align: center;background: #ed6d1f;}
.ny_sq .more a {color: #fff;font-size: 18px;}

.njobban { height:540px; width:100%;position: relative;}
.njobban .mb {position: absolute;width: 100%;height: 100%;padding-top:150px;box-sizing: border-box; background: rgba(0,0,0,0.55);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.njobban .mb .box {width: 100%;text-align: center;}
.njobban .mb h1 {font-size: 66px;margin-bottom:30px;color: #fff;margin-top: -105px;}
.njobban .mb h1 span {}
.njobban .mb h3 {font-size: 24px;color: #fff;max-width: 1000px;margin: 0 auto;text-transform: uppercase;}
.njobban .mb .more {width: 160px;margin: 0 auto;line-height: 50px;text-align: center;font-size:18px;color: #fff;background: #fc7010;border-radius: 25px;text-transform: uppercase;}
.njobban .mb .more:hover {background: #df2b02;}

.ny_job {background-image: linear-gradient(to right, #0f1013, #17121e, #140f14);
  padding: 6em 0;}
.ny_job .con {overflow-x: auto;}
.ny_job ul {}
.ny_job ul li{padding: 30px 20px;overflow: hidden;color: #fff;font-size: 18px;border-bottom: rgba(255,255,255,0.2) 1px solid;}
.ny_job ul li span {width: 33.333333%;display: block;float: left;}
.ny_job ul li span.l2 {width: 16.666667%;}
.ny_job ul li span.l3 {width:25%;}
.ny_job ul li span.l4 {width:8.333333%;}
.ny_job ul li:hover{background: rgba(255,255,255,0.15)}



.ny_jj {margin: 60px auto;}
.ny_jj .w_z {width: 100%;}
.ny_jj .w_z h3 {position: relative;font-size: 32px;color: #333;margin-bottom: 40px;font-weight: bold}
.ny_jj .w_z h3::after{content: "";width: 60px;bottom: -15px;height: 4px;background: #473a95;position: absolute;left: 0;}
.ny_jj .w_z p{font-size: 16px;line-height: 2;color: #fff;text-align: justify;margin-bottom: 20px;}

.ny_jj .tp {width: 45%;position: relative;}
.ny_jj .tp .box {position: absolute;left: -25px;width: 100%;height: 100%;border: #ccc 10px solid;bottom: -25px;box-sizing: border-box;z-index: 1;}
.ny_jj .tp img {width: 100%;display: block;position: relative;z-index: 3;}

.ny_jj2 {background: url(../images/gybj.jpg) center / cover no-repeat;background-attachment: fixed;padding: 80px 0;margin-bottom: 60px;}
.ny_jj2 .w_z {font-size: 16px;line-height: 2;color: #fff;}

.aboutc2{padding:60px 0 70px;overflow: hidden;}

.aboutc2 .aboutclist{width:46%;height:380px;margin: 0 2%;border-radius: 2rem;position: relative;overflow: hidden;}
.aboutc2 .aboutclist.l1{background: url(../images/bg_culture1.jpg) left center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}
.aboutc2 .aboutclist.l1:hover{background: url(../images/bg_culture1.jpg) right center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}
.aboutc2 .aboutclist.l2{background: url(../images/bg_culture2.jpg) left center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}
.aboutc2 .aboutclist:hover.l2{background: url(../images/bg_culture2.jpg) right center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}

.aboutc2 .aboutclist .mb {padding:40px 30px;box-sizing:border-box;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(118,107,88,0.5);}

.aboutc2 .aboutclist .icon{width:90px;height:90px;margin:0 auto;line-height: 90px;text-align: center;border: #fff 1px solid;border-radius: 50%;}
.aboutc2 .aboutclist .icon i {font-size: 50px;color: #fff;}
.aboutc2 .aboutclist:hover .icon{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.aboutc2 .aboutclist .cntitle{color:#fff;font-size:24px;text-align:center;margin-top:25px}

.aboutc2 .aboutclist .entitle{color:#fff;font-size:16px;text-align:center;margin-top:5px;font-family:din;font-weight:bold}

.aboutc2 .aboutclist .line{width:26px;height:3px;background-color:#473a95;margin:17px auto 0}

.aboutc2 .aboutclist .text{color:#fff;font-size:16px;text-align:center;margin-top:40px;line-height: 1.8;letter-spacing: 1px;}

.ny_gylc2 {margin: 0 auto;overflow: hidden;background: #0b131c}
.ny_gylc2 .wenz {width:45%;line-height: 1.8;font-size: 16px;color: #fff;padding:35px;box-sizing: border-box;}
.ny_gylc2 .wenz h2 {font-size: 42px;color: #fff;margin-bottom: 25px;}
.ny_gylc2 .wenz h2 span {font-weight: bold;}
.ny_gylc2 .wenz p {margin-bottom: 15px;}
.ny_gylc2 .tp {width:50%;}
.ny_gylc2 .tp img {width: 100%;display: block;}
.h70 {height: 70px;}
.gallery-top{display: none;}









@media screen and (min-width: 1323px) {
    header nav a{
        font-size: 15px;
    }
    #container .carousel .item div a{
        display: block;position: absolute;bottom: 30px;color:#fff;font-size: 20px;padding: 15px;left: 15%;border: #fff 1px solid;z-index: 9999;
    }
    #carousel_list {
        width: 400%;
    }
    #container .carousel .item div h1{
        font-size: 50px;
    }
    footer>div .bottom{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    footer>div .bottom .left{
        width: 70%;
    }
    footer>div .bottom .left ul{
        display: flex;
    }
    footer>div .bottom .left ul li{
        margin-right: 25px;
    }
    footer>div .bottom .right{
        width: 20%;
        text-align: right;
    }
    footer>div .bottom .right img{
        width: 36px;
        height: 36px;
        margin: 0 5px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1323px) {
    header nav a{
        font-size: 14px;
    }
    #container .carousel .item div a{
        color: #fff;
        position: absolute;
        top: 80%;
        left: 25%;
        transform: translate(-50%,-50%);
        background: none;
        border: 1px solid #fff;
        padding: 10px 20px;
    }
    #carousel_list {
        width: 600%;
    }
    #container .carousel .item div h1{
        font-size: 40px;
    }
    .item_detail .item_detail_text{
        font-size: 100px;
        line-height: 100px;
    }
    footer>div .list ul{
        width: 48%;
        color: #CCCCCC;
        font-weight: bold;
        margin-bottom: 30px;
    }
    footer>div .list div{
        width: 100%;
        text-align: center;
    }
    footer>div .list div img{
        width: 30%;
    }
    footer>div .bottom .left{
        width: 100%;
    }
    footer>div .bottom .left ul{
        text-align: center;
        margin-top: 40px;
    }
    footer>div .bottom .left ul li{
        margin: 15px 0;
    }
    footer>div .bottom .right{
        text-align: center;
        margin-top: 40px;
    }
    footer>div .bottom .right img{
        width: 36px;
        height: 36px;
        margin: 0 5px;
    }
}
@media screen and (max-width: 1024px) {
	
    header nav a{
        font-size: 10px;
        margin: 0 10px;
    }
    #container .carousel .item div a{
        color: #fff;
        position: absolute;
        top: 80%;
        left: 25%;
        transform: translate(-50%,-50%);
        background: none;
        border: 1px solid #fff;
        padding: 10px 20px;
    }
    #carousel_list {
        width: 1200%;
    }
    #container .carousel .item div h1{
        font-size: 40px;
    }
    .item_detail .item_detail_text{
        font-size: 60px;
        line-height: 70px;
    }
	footer > div {
  padding: 30px 20px;
}
    footer>div .list div{
        width: 100%;
        text-align: center;
    }
    footer>div .list div img{
        width: 60%;
    }
    footer>div .bottom .left{
        width: 100%;
    }
    footer>div .bottom .left p{
        text-align: justify;
    }
    footer>div .bottom .left ul{
        text-align: center;
        margin-top: 40px;
    }
    footer>div .bottom .left ul li{
        margin: 15px 0;
    }
    footer>div .bottom .right{
        text-align: center;
        margin-top: 40px;
    }
    footer>div .bottom .right img{
        width: 36px;
        height: 36px;
        margin: 0 5px;
    }
	.item_detail img {
  width: 100%;
  height: auto;margin-top:40%;
}
	.njobban {
  height: 11rem;margin-top: 73px;
}
	.tit {
  margin-bottom: 25px;
}
	.ny_jj {
  margin: 0px auto 0px;
}
	.tit h1 {
  font-size: 32px;
}
	.ny_job ul li{padding: 30px 10px;}
	.ny_job ul{width: 1000px;}
	.ny_job ul li span {width: 22.333333%;display: block;float: left;}
.ny_job ul li span.l2 {width: 19.666667%;}
.ny_job ul li span.l3 {width:26%;}
.ny_job ul li span.l4 {width:11.333333%;}
	.ny_cp {
  padding: 40px 0;
}
	.ny_cp .wenz {
  margin: 0 30px 0 0;
}
	.ny_cp .wenz h2 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0px;
}
	.ny_cp .wenz p {
  font-size: 14px;
  line-height: 1.6;
}
	.ny_cp .wenz .an {
  margin-top:25px;
}
	
	
	
	
}
.model{ 
        width: 100%; 
        height: 95vh;
        position: relative;
        display: flex;
        overflow: hidden;
        transition: transform 0.5s ease, opacity 0.5s ease;  
}
.item_list{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 95vh;
}
.slide-out {  
    transform: translateX(100%);
    opacity: 1;  
}
.slide-in {
    opacity: 1;  
} 

@media screen and (max-width: 600px) {
	
	.header .an{display:block; right:10px;}
.header .an span { background-color:#fff}
	.header .nav{width:100%; padding:15px 5%; background-color:#000; height:16rem; position:fixed; top:60px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0;box-sizing: border-box;}
	.header .nav a {display: block;width: 100%;line-height: 2;margin: 10px 0;font-size: 14px;}
	header {
  position: fixed;background: #3e3e3e;
}
	.header .nav.on{right:0;}
	header nav {
  display: block;
}
	.model {display: none;
}
.xx2 {display: none}	
.gallery-top{width:100%; position:relative;display: block;}
	.gallery-top .swiper-slide {overflow: hidden;}
	.gallery-top .swiper-slide .w_z{bottom: 0;color: #fff;
width: 100%;
  left: 0;
  margin: 0 auto;
  padding: 8vh 3.125rem;box-sizing: border-box;text-align: center;
  position: absolute;}
	.gallery-top .swiper-slide .w_z p {font-size: 35px;font-weight: bold;}
	.gallery-top .swiper-slide .w_z a {padding: 15px 25px;
  text-shadow: 2px 2px 2px rgba(0,0,0,.3);
  text-transform: uppercase;display: inline-block;font-size: 18px;line-height: 1.333;border: 1px solid #fff;color: #fff;margin-top: 20px;}
.gallery-top .swiper-slide img{width:auto; height:100vh; display:block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet {width:15px; height:15px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#0366cb}
.gallery-top .swiper-button-prev{background:url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.gallery-top .swiper-button-next{background:url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}	
	
	
	
}


















