@charset "utf-8";
/* CSS Document */

body{ font-size:14px; color:#666666; background:#fff; font-family: '微软雅黑'; line-height: 24px;}
textarea,input{font-family:'微软雅黑' !important;}

a { color:inherit; font-size:inherit; line-height: inherit; text-decoration:none; }

a:hover { text-decoration:none;}

img{max-width: 100%;}

.showpc{display: block !important;}
.showm{display: none !important;}

/***************index css********************/
.lxbox{width: 250px; height:auto; padding-top: 25px; padding-bottom: 25px; background: url(../images/right_bg.png); position: absolute; z-index: 998;right: 20px; top:50%; margin-top: -245px; color: #fff; text-align: center;}
.lxbox .name{font-size: 16px; padding-bottom: 8px; font-weight: bold;}
.lxbox .memo{font-size: 14px;}
.lxbox .ewm{width: 87px; height: 87px; margin: 0 auto;}
.lxbox .box{padding-top: 20px;}

.top{ width:100%; height:60px; top: 50px; left: 0; position: fixed; overflow:visible; overflow: visible; z-index: 999; display: flex; align-items: center;}
.top .bg{ width:83%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; overflow: visible;}
.top .bg .logo{ float: left; max-width: 138px;}
.top .bg .logo img{display: block; width: 100%;}

.top .bg   .ment{ margin-left: 30px; cursor:pointer; background:url(../images/ment-ico.png) no-repeat; background-size: 100% 100%; display:none; width: 23px; height: 18px;}
.top .bg   .mentx{ background:url(../images/ment-icox.png) no-repeat}
/* .topfixed{top: 0; background: rgba(0,0,0,0.5);} */

.mentBox{width: 100%; height: 54px; width:94%; max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; background: #fff; overflow: visible;}
.mentBox .lx{width: 100px; height: 31px; background: #284c7f; border-radius: 12px; line-height: 31px; text-align: center; color: #fff; overflow: hidden; display: block; cursor: pointer;}
#nav{ height: 32px; overflow: visible; }
#nav ul li.lim{width: auto; height: 32px; margin-left: 36px; float: left; position:relative}
#nav ul li a{position: relative;}
#nav ul li.lim a::after{position: absolute;width: 100%; height: 2px; background: #a6000d; left: 0; bottom: 5px; content: ""; display: none;}
#nav ul li.lim a:hover::after{display: block;}
#nav ul li.lim>a.lima{ display: block; height: 32px;  box-sizing: border-box;  line-height: 32px; color: #fff; font-size: 16px;}
#nav ul li.lim ul{ position:absolute; display: none; top:32px; width:100%; height:auto; z-index:999; left:0; padding-top: 10px;}
#nav ul li.lim ul li{ width: 100%; height:30px; text-align: center; line-height:30px; }
#nav ul li.lim ul li a{ display:block; height:30px; line-height:30px; color: #fff; font-size: 16px;}


.top2 .bg #nav ul li.lim>a.lima{color: #5a5857;}
.top2 .bg #nav ul li.lim ul li a{color: #5a5857;}
.top3 .bg #nav ul li.lim a::after{ background: #fff !important;}



.nav-bgm{width: 100%; height: 100%; position: fixed; z-index: 9999; background: rgba(0,0,0,0.8); left: -100%; top: 0}
.nav-bgm .xx{ width: 23px; height: 18px; position: absolute; z-index: 99; top: 20px; right: 10px;background:url(../images/ment-icox.png) no-repeat center; cursor: pointer}

#navm{ width: calc(100% - 43px); background: #fff; height: 100%; overflow-y: auto; box-sizing: border-box; padding-top: 50px;}
#navm dl{ width:96%; margin:0 auto; overflow:hidden;}
#navm dl dt{ width:100%; overflow:hidden; border-bottom:1px solid #ccc; height:40px; color:#333; text-indent:4px;}
#navm dl dt a{ display:block; width:100%; height:40px; line-height:40px; color:#333; font-size:16px; text-transform:uppercase; text-indent:4px;}
#navm dl dd{width:100%; overflow:hidden; border-bottom:1px solid #ccc; height:auto; border-top:1px solid #ccc; padding-top:8px; padding-bottom:8px; display:none}
#navm dl dd ul.ul1{ display:block}
#navm dl dd ul{ display:block}
#navm dl dd ul li{ width:100%; height:auto; overflow:hidden;}
#navm dl dd ul li a{ width:100%; display:block;  line-height:36px; color:#333; font-size:14px; text-transform:uppercase; text-indent:20px;}
#navm dl dd ul li ul li a{ text-indent:34px; border-bottom:1px dashed #ccc; font-size:14px;}
#navm dl dd ul li ul li ul li a{ text-indent:34px; font-size:14px;}






.flash{ width:100%; height: 100%;  margin:0 auto; position: relative}
.flash .swiper-container{height: 100%; width: 100%;}
.flash .swiper-slide{height: 100%; width: 100%; position: relative;}
.flash .swiper-slide .box{ left: 0; top: 0; position: absolute; z-index: 5; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.flash .swiper-slide .box .zi{width: auto; max-width: 94%; display: block; height: auto;}
.flash .swiper-container .swiper-pagination{bottom: 30px;}
.flash .swiper-container .swiper-pagination-bullet{ width: 10px; height: 10px; background: #fff; border-radius: 50%; margin: 0 5px; opacity:0.5}
.flash .swiper-container .swiper-pagination-bullet-active{background: #fff;opacity:1}
.flash img{ width: 100%; height: 100%; object-fit: cover;}
.flash div{ overflow: visible}
/* .flash .left_b{width:70px; height: 70px; background: url(../images/b_left.png) no-repeat  center; position: absolute; left: 15px; top: 50%; margin-top: -35px; cursor: pointer; z-index: 99}
.flash .right_b{width:70px; height: 70px; background: url(../images/b_right.png) no-repeat center;position: absolute; right: 15px; top: 50%; margin-top: -35px; cursor: pointer; z-index: 99} */

.flashn{width: 100%; height: auto;}
.flashn img{display: block; width: 100%;}


.homeSwipter{width: 100%; height: 100%;}
.homeSwipter div{overflow: visible;}
.homeSwipter .swiper-slide{width: 100%; height: 100%;}


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


.prof1{width:100%;height: 100%; display: flex; justify-content: space-between; align-items: center; color: #fff;}
.prof1  img{width: 100%; height: 100%; object-fit: cover; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
.prof1 .left{width: calc(50% - 3px); height: 100%; position: relative;  overflow: hidden; display: block;}
.prof1 .box{transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; position: absolute; z-index: 5; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; justify-content: flex-start; box-sizing: border-box; padding:48px 55px;}
.prof1 .boxb{background: rgba(0,0,0,0.2);}
.prof1 .left .content .cn{font-size: 42px; line-height: 1em;letter-spacing: 5px; display: none;}
.prof1 .left .content .en{font-size: 90px; font-weight: bold; line-height: 80px;padding-top: 20px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; letter-spacing: 5px;}
.prof1 .left .content .memo{padding-bottom: 70px;}
.prof1 a:hover .box{background: rgba(0,0,0,0.6);}

.prof1 .boxf{padding-left: 105px; padding-bottom: 80px;}

.prof1 .right{width: calc(50% - 3px); height: 100%; flex-direction: column; display: flex; justify-content: space-between;}
.prof1  .content .name{font-size: 30px; font-weight: bold;line-height: 1em; font-weight: bold; display: none; letter-spacing: 5px; }
.prof1  .content .memo{font-size: 20px;line-height: 1.1em; padding-top: 15px; display: none;}
.prof1 .right .up{width: 100%; height: calc(50% - 3px); position: relative; display: flex;  overflow: hidden;}
.prof1 .right .down{width: 100%; height: calc(50% - 3px); display: flex; justify-content: space-between;}
.prof1 .right .downBox{width: calc(50% - 3px); height: 100%; display: flex; overflow: hidden; position: relative;}


.prof1 a:hover .content .name{display: block;}
.prof1 a:hover .content .memo{display: block;}
.prof1 a:hover img{transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

.prof2{flex-direction: row-reverse;}
.prof2 .content{text-align: right;}
.prof2 .box{justify-content:flex-end;}

.prof2 .boxf{padding-right: 105px;}


.cases{width: 100%; height: 100%; background: url(../images/case-bg1.jpg) no-repeat; background: #000; background-size:cover; display: flex; overflow: hidden; color: #fff;}
.cases .left{width: 50%; height: 100%;  position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.cases .left .bt{width: 100%; box-sizing: border-box; height:auto; color: #fff; margin-top: -50px;}
.cases .left .bt .cn{font-size: 42px; line-height: 1em; text-align: center; letter-spacing: 5px; display: none;}
.cases .left .bt .en{font-size: 90px; line-height: 80px; font-weight: bold; line-height: 1em;padding-top: 20px; text-align: center; letter-spacing: 5px; font-family: Arial, Helvetica, sans-serif;}
.cases .left .box{width:203px; height:227px; overflow: visible; margin-top: 110px;   background: url(../images/yuan_bg.png) no-repeat center; line-height: 227px; text-align: center; font-size: 70px; font-weight: bold; letter-spacing:2px; position: relative;}
.cases .left .box1::after{content: "+"; position: absolute; z-index: 9; height: 227px; font-size: 80px; font-weight: normal; width: 40px; top:0; right: -60px; line-height: 213px; color: #fff;}
.cases .left .box2{width:100%; height:227px; background: url(../images/news-ico.png) no-repeat center;  margin-top: 110px;  line-height: 227px; text-align: center; font-size: 70px;}

.cases .right{  width: 50%; display: flex; align-items: center; justify-content: flex-start;}
.cases .right img{max-width: 90%; width: 720px; height: auto;}
.cases .right .new{ width: 94%; max-width: 700px;  display: flex; flex-direction: column; justify-content: center; height: calc(100% - 150px); padding-top: 150px;}
.cases .right .new a{width: 100%; display: block; margin-bottom: 13px; margin-top: 13px;}
.cases .right .new a dl{width: 100%; height: auto;}
.cases .right .new a dl dt{height: 50px; line-height: 50px; display: flex; align-items: center; color: #e60012; font-size: 32px; display: none;}
.cases .right .new a dl dt::after{background: url(../images/time_ico.png) no-repeat; width: 21px; height: 27px; content: ""; margin-left: 8px;}
.cases .right .new a dl dd{width: 100%; height: 213px; background: #df0515; display: flex;}
.cases .right .new a dl dd .tu{width: 50%; height: 100%; overflow: hidden;}
.cases .right .new a dl dd .tu img{width: 100%; height: 100%; padding-left: 0;  max-width: 100%; display: block; object-fit: cover; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
.cases .right .new a:hover .tu img{transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.cases .right .new a dl dd .txt{width: 50%; height: 100%; }
.cases .right .new a dl dd .txt .nr{ width: 100%; height: 100%; padding: 5%; box-sizing: border-box;  color: #fff; display: flex; flex-direction: column; justify-content: space-between;}
.cases .right .new a dl dd .txt .name{font-size: 17px; font-weight: bold; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height: 24px;}
.cases .right .new a dl dd .txt .memo{font-size: 12px; line-height: 20px; padding-top: 8px;}
.cases .right .new a dl dd .txt .m{text-align: right; font-size: 14px; font-family: Arial, Helvetica, sans-serif;}

.cases .right .new a.more{text-align: right; line-height: 50px; font-size: 40px; color: #e60012; font-family: Arial, Helvetica, sans-serif;}

.cases2{  background: url(../images/case-bg2.jpg) no-repeat; background-size:cover;}
.cases3{  background: url(../images/news_bgs.jpg) no-repeat; background-size:cover;}


.topn{width: 100%; height: 348px; background: #d70c18; display: flex; align-items: flex-end;}
.topn .list{width: 100%; height: auto; display: flex; align-items: center; justify-content: center; position: relative;}
.topn .list a{height: 80px; line-height: 30px; font-size: 18px; color: #fff; margin-left: 25px; margin-right: 25px; font-weight: bold;}
.topn .list .h{width: 36px; height: 17px; background: url(../images/list_h.png) no-repeat; position: absolute; z-index: 8; left: 0; bottom: 0; }

.casen{width:100%; margin-top: 8px;}
.casen ul li .type{ position: absolute; z-index: 8; left: 0; top: 0; display: flex;justify-content: center; flex-direction: column; color: #fff; width: 100%; height: 100%;}
.casen ul li .type .cn{font-size: 42px; padding-left: 90px; line-height: 1em; letter-spacing: 5px; display: none;}
.casen ul li .type .en{font-size: 90px; font-weight: bold; padding-top: 25px;padding-left: 90px;  letter-spacing: 5px; line-height: 80px; font-family: Arial, Helvetica, sans-serif;}

.casen ul li{width: calc(33.33% - 4px); float: left; margin-right: 6px; margin-bottom: 6px; overflow: hidden; position: relative;}
.casen ul li a{width: 100%; height: 100%;}
.casen ul li .tu{width: 100%;}
.casen ul li img{width: 100%; height: auto; object-fit: cover; display: block; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
.casen ul li .mask{width: 100%; height: 100%; background: rgba(0,0,0,0.6); opacity: 0; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; position: absolute; left: 0; top: 0; z-index: 6; box-sizing: border-box; padding: 45px; color: #fff; }
.casen ul li .mask .name{width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height: 1em; font-size: 30px; letter-spacing: 5px; font-weight: bold;}
.casen ul li .mask .memo{width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height: 1em; font-size: 20px; padding-top: 8px;}
.casen ul li .mask .tips{position: absolute; font-family: Arial, Helvetica, sans-serif; z-index: 9; bottom: 20px; right: 35px; font-size: 17px; text-align: right; line-height: 1em;}
.casen ul li:hover .mask{ opacity: 1;}
.casen ul li.more{margin-right: 0; text-align: center; color: #fff; font-size: 16px; align-items: center; justify-content: center; display: flex;}
.casen ul li.more a::after{width: 100%; height: 100%; position: absolute; color: #fff;left: 0; top: 0;font-size: 34px; font-family: Arial, Helvetica, sans-serif; align-items: center; justify-content: center; display: flex; content: "MORE";}
.casen ul li:nth-child(3n){margin-right: 0;}
.casen ul li:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

.prosd{width: 100%;}
.prosd .tipsBox{width: 100%; margin-top: 180px;}
.prosd .tipsBox .name{text-align: center; line-height: 50px; font-size: 39px; color: #595757; font-weight: bold;}
.prosd .tipsBox .memo{width: 94%; max-width: 1280px; margin: 0 auto; margin-top: 50px; line-height: 46px; font-size: 17px; color: #595757;}
.prosd .infotu{width: 100%; height: auto; margin-top: 245px;}
.prosd .infotu img{max-width: 100%;}
.prosd .xgal{width: 100%; margin: 150px auto;}
.prosd .xgal .title{text-align: center; color: #df0515; padding-bottom: 50px; background: url(../images/xgal_ico.jpg) no-repeat bottom center; background-size: 45px 33px;}
.prosd .xgal .title span{display: none; font-size: 39px; font-weight: bold; line-height: 1em; letter-spacing: 5px;}
.prosd .xgal .title em{display: block; font-size: 28px; line-height: 1em; text-transform: uppercase;letter-spacing: 5px; padding-top: 10px; font-family: Arial, Helvetica, sans-serif;}
.prosd .xgal .gd{width: 100%; margin-top: 48px;}
.prosd .xgal .gd div{ overflow: visible;}
.prosd .xgal .gd .name{text-align: center; white-space:nowrap; overflow:hidden; padding-top: 35px; text-overflow:ellipsis; font-size: 39px; line-height: 1em; color: #595757; font-weight: bold;}
.prosd .xgal .gd .memo{text-align: center; font-size: 17px; color: #595757; padding-top: 10px; line-height: 1em;}



.titleabout{color: #d70c18;}
.titleabout span{display: block;line-height: 1em; font-size: 42px; letter-spacing: 5px; display: none;}
.titleabout em{display: block;line-height: 70px; font-size: 90px; letter-spacing: 5px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight: bold; padding-top: 15px;}

.aboutn1{ width: 100%; display: flex; height: 100%; align-items: center; justify-content: center;  background: url(../images/about-bg1.jpg) no-repeat; background-size:cover; display: flex; overflow: hidden;}
.aboutn1 .main{width: 80%; margin: 0 auto; margin-top: 50px;}
.aboutn1 .main .txt{margin-top:10px; display: flex; align-items: center; justify-content:space-between;}
.aboutn1 .main .txt .nr{width: calc(63% - 24px);line-height: 16px; font-size: 14px;}
.aboutn1 .main .txt .nr em{color: #153e93; text-decoration: underline;}
.aboutn1 .main .txt .tu{width: 37%;}
.aboutn1 .main .txt .tu img{width: 100%;}
.aboutn2{ background: url(../images/about-bg2.jpg) no-repeat; }
.aboutn2 .culture{width: 100%; height: 450px;  margin: 0 auto; overflow: hidden; background: #d70c18; margin-top: 5px;}
.aboutn2 .culture .swiper{margin-top: 84px;}
.aboutn2 .culture .box{width: 190px; height:276px; background: url(../images/culture_xian.png) no-repeat
   right center; color: #fff; padding-left: 55px; padding-right: 60px;}
.aboutn2 .culture .box .name1{font-size: 18px; line-height: 22px; margin-top: 25px; display: none;}
.aboutn2 .culture .box .name2{font-size: 30px; line-height: 30px; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; padding-top: 6px; text-transform: uppercase;}
.aboutn2 .culture .box .xian{width: 25px; height: 2px; background: #ffffff; margin-top: 40px;}
.aboutn2 .culture .box .nr{padding-top: 25px; line-height: 16px;}
.aboutn2 .culture  div{overflow: visible;}
.aboutn2 .culture .box:last-child{background: none;}

#honor{width:100%; height: 100%;}
#honor .swiper-slide{height: auto;}

.honorn{width: 100%; height: 100%; background: #2f2b2b; overflow: hidden !important; display: flex; align-items: center; justify-content: center;}
.honorn .main{width: 80%; height: calc(100% - 400px); margin: 0 auto;}
.honorn .main .list{margin-top: 80px; color: #fff; height: calc(100% - 90px); overflow: hidden;}
.honorn .main .list .box{line-height: 40px; margin-bottom: 20px; overflow: hidden; display: flex; font-size: 20px; border-bottom: 1px solid #403b3b;}
.honorn .main .list .box .num{width: 260px; text-indent: 15px;}
.honorn .main .list .box .nr{width: calc(100% - 250px); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


.contact{width: 100%; display: flex; height: 100%; align-items: center; justify-content: center; flex-direction: column;}
.contact .main{width: 80%; margin: 0 auto; margin-top: 50px;}
.contact .main .txt{margin-top:10px; display: flex; align-items: center; justify-content:space-between;}
.contact .main .txt .box{width: 100%; height: 452px; background: #df0515; color: #fff; display: flex; justify-content:space-between; align-items: center;  box-sizing: border-box; padding-left: 70px; padding-right: 150px;}
.contact .main .txt .box ul{width: calc(100% - 210px); display: flex; flex-direction: column; justify-content: center;}
.contact .main .txt .box ul li{font-size: 20px;  margin-top: 15px; margin-bottom: 15px; min-height: 38px; display: flex;  align-items: center; line-height: 24px;}
.contact .main .txt .box ul li em{font-weight: 100;}
.contact .main .txt .box ul li i{ margin-right: 20px; height: 100%; width: 35px;min-width: 35px;}
.contact .main .txt .box ul li i img{width: 100%;}
.contact .main .txt .box .ewm{width: 180px; height:auto; position: relative;}
.contact .main .txt .box .ewm .bta{
  position: absolute;
  z-index: 9;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  top: 5px;
  left: 0;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
.contact .main .txt .box .ewm img{width: 100%; padding-top: 40px}

.jobs{width: 100%; display: flex; height: 100%; align-items: center; justify-content: center;  background: url(../images/jobs_bg.jpg) no-repeat; background-size:cover; display: flex; overflow: hidden;}
.jobs .main{width: 80%; margin: 0 auto; margin-top: 50px;}
.jobs .main .jobsBox{margin-top:10px; width: 100%; height: 520px; background: #df0515; box-sizing: border-box; padding: 50px; color: #fff; position: relative; }
.jobs .titleabout .list{display: block; text-transform: uppercase; display: flex; justify-content: space-between; height: 70px; align-items: center; padding-top: 15px;}
.jobs .titleabout .list em{height: 70px; padding-top: 0;}
.jobs .titleabout .list ul{display: flex; padding-top: 0px;}
.jobs .titleabout .list ul li{width:auto; height: 65px; border: 1px solid #df0515; line-height: 62px; margin-left: 6px; color: #df0515; font-size: 37px; padding-left: 35px; padding-right: 35px; box-sizing: border-box;}
.jobs .titleabout .list ul li:hover{background: #df0515; color: #fff;}
.jobs .titleabout .list ul li.cur{background: #df0515; color: #fff;}
.jobs .main .jobsBox .txt{width: 100%; height: 100%; overflow: hidden;}
.jobs .main .jobsBox .box{display: none; overflow: hidden;}
.jobs .main .jobsBox .bt{font-size: 45px; font-weight: bold; line-height: 1em; letter-spacing: 4px; display: none;}
.jobs .main .jobsBox .bt span{margin-right: 20px;}
.jobs .main .jobsBox .box{width: 100%; padding-top: 30px;}
.jobs .main .jobsBox .box dl{width: 100%; margin-top: 0; overflow: hidden;}
.jobs .main .jobsBox .box dl dt{font-size: 20px;}
.jobs .main .jobsBox .box dl dd{width: 100%; margin-top: 10px; line-height: 1.8em; font-size: 20px;}
#jobs {width: 100%; height: 100%;}
#jobs .swiper-slide{height: auto;}


.newsn{width: 80%; margin:80px auto;}
.newsn .main{width: 100%; margin-top: 60px;}
.newsn .main a {overflow: hidden; margin-bottom: 55px; display: block;}
.newsn .main a dl{width: 100%; height: auto;}
.newsn .main a dl dt{height: 50px; line-height: 50px; display: flex; align-items: center; color: #e60012; font-size: 32px;}
.newsn .main a dl dt::after{background: url(../images/time_ico.png) no-repeat; width: 21px; height: 27px; content: ""; margin-left: 8px;}
.newsn .main a dl dd{width: 100%; height: 450px; background: #df0515; display: flex;}
.newsn .main a dl dd .tu{width: 50%; height: 100%; overflow: hidden;}
.newsn .main a dl dd .tu img{width: 100%; height: 100%; display: block; object-fit: cover; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
.newsn .main a:hover .tu img{transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.newsn .main a dl dd .txt{width: 50%; height: 100%; }
.newsn .main a dl dd .txt .nr{ width: 100%; height: 100%; padding: 5%; box-sizing: border-box;  color: #fff; display: flex; flex-direction: column; justify-content: space-between;}
.newsn .main a dl dd .txt .name{font-size: 20px; white-space:nowrap; overflow:hidden; font-weight: bold; text-overflow:ellipsis; line-height: 24px;}
.newsn .main a dl dd .txt .memo{font-size: 14px; line-height: 20px; padding-top: 8px;}
.newsn .main a dl dd .txt .m{text-align: right; font-size: 18px; font-weight: bold;}
.newsn .more{width: 100%; text-align: right; font-size: 20px; font-weight: bold; color: #df0515; cursor: pointer; overflow: hidden; margin-top: 50px;}


.newsn2{ width: 100%; display: flex; height: 100%; align-items: center; justify-content: center;  background: url(../images/news_bg1.jpg) no-repeat; background-size:cover; display: flex; overflow: hidden;}
.newsn2 .main{width: 80%; margin: 0 auto; margin-top: 50px;}
.newsn2 .main .txt{margin-top:10px; display: flex; align-items: center; justify-content:space-between; flex-direction: column;}

.newsn2 .main .txt .newbox{width: 100%; overflow: hidden; height: 500px; margin-top: 20px;}
.newsn2 .main .txt .newbox div{overflow: visible;}
.newsn2 .main .txt .newbox .swiper{width: 100%; height: 100%;}
/* .newsn2 .main .txt .newbox .swiper .swiper-wrapper{flex-wrap: wrap;
  flex-direction: column;} */
.newsn2 .main .txt .newbox .swiper .swiper-slide{height: 220px;}
.newsn2 .main .txt .box{width:100%; height: 100%;  background: #df0515; display: block; }
.newsn2 .main .txt .box dl{width: 100%; height: 100%; display: flex;}
.newsn2 .main .txt .box dl dt{width: 50%; height: 100%; overflow: hidden;}
.newsn2 .main .txt .box dl dt img{display: block; width: 100%; height: 100%; display: block; object-fit: cover; transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out}
.newsn2 .main .txt .box dl:hover dt img{transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.newsn2 .main .txt .box dl dd{width: 50%; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; padding-bottom: 10px; box-sizing: border-box; color: #fff;}
/* .newsn2 .main .txt .box dl dd .nr{ } */
.newsn2 .main .txt .box dl dd .nr .name{font-size: 17px; white-space:nowrap; overflow:hidden; font-weight: bold; text-overflow:ellipsis; line-height: 1em;}
.newsn2 .main .txt .box dl dd .nr .memo{font-size: 12px; line-height: 1.2em; padding-top: 8px;}
.newsn2 .main .txt .box dl dd .time{text-align: right; font-size: 14px; font-weight: bold;}
.newsn2 .main .txt .page{width: 100%; height: 36px; line-height: 1em; font-size: 36px; margin-top: 20px; color: #df0515; display: flex; font-family: Arial, Helvetica, sans-serif; justify-content: space-between;}
.newsn2 .main .txt .page .swiper-button-disabled{opacity: 0;}

.newsd{width: 100%;}
.newsd .banner{width: 100%; position: relative; min-height: 200px; background: #ccc;}
.newsd .banner::before{background: rgba(0,0,0,0.6); width: 100%; height: 100%; content: ""; left: 0; top: 0; position: absolute; z-index: 2;}
.newsd .banner img{display: block;}
.newsd .banner .box{width: 100%; height: 100%; position: absolute; display: flex; flex-direction: column; justify-content: center; color: #fff; left: 0; top: 0; z-index: 5;}
.newsd .banner .box .title{padding-top: 100px; width: 60%; margin: 0 auto; font-size: 60px; font-weight: bold; line-height: 1.1em; text-align: center;}
.newsd .banner .box .time{ font-size: 29px; line-height: 35px; padding-top: 30px; text-align: center;}
.newsd .main{width: 80%; margin: 0 auto; margin-top: 70px;}
.newsd .main .txt{width: 100%; margin: 0 auto; margin-top: 0;}
.newsd .main .txt img{max-width: 100%;}

.newsdpage{width: 100%; margin: 100px auto; border-top: 2px solid #827f7e; display: flex; justify-content: space-between; padding-top: 35px;}
.newsdpage .page{width:45%;}
.newsdpage .page .bt{display: block; font-size: 36px; line-height: 1em; text-transform: uppercase;color: #df0515; font-family: Arial, Helvetica, sans-serif;}
.newsdpage .page .name{ font-size: 20px; line-height: 1em; padding-top: 20px;}
.newsdpage .page:last-child{text-align: right;}


.jobs .main .jobsBox .bt em{font-weight: bold;}



@media screen and (max-width: 1600px){
  .titleabout span{font-size: 29px;}
  .titleabout em{font-size: 63px; line-height: 56px; padding-top: 11px;}

  .prof1 .left .content .en{font-size: 63px; line-height: 56px; padding-top: 14px;}
  .prof1 .content .name{font-size: 29px;}
  .prof1 .content .memo{font-size: 18px; padding-top: 11px;}

  
  .cases .left .bt{width: 100%; box-sizing: border-box; height:auto; color: #fff; margin-top: 60px;}
  .cases .left .bt .cn{font-size: 29px; }
  .cases .left .bt .en{font-size: 63px;padding-top:14px}
  .cases .left .box{margin-top: 40px; transform: scale(0.8);}

  .cases .left .box2{margin-top: 40px;transform: scale(0.8);}
  .cases .right .new a dl dd{height: 180px;}
  .cases .right .new a dl dd .txt .memo{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;  max-height: calc(20px * 5); overflow: hidden;}
  .cases .right .new a{width: 90%; }
  .casen ul li .mask .name{font-size: 29px;}
  .cases .right img{max-width: 70%;}
  .cases2 .right img{padding-top: 50px;}
  .cases .right .new a.more{font-size: 32px;}

  .topn .list a{font-size: 12px; margin-left: 7px; margin-right: 7px; line-height: 16px; font-weight: 500;}
  .casen ul li .type .cn{font-size: 29px; padding-left: 63px;}
  .casen ul li .type .en{font-size: 50px; line-height: 50px; padding-left: 63px; padding-top:17px}

  .newsn2 .main{margin-top: 110px;}
  .newsn2 .main .txt .newbox .swiper .swiper-slide{height: 160px;}
  .newsn2 .main .txt .newbox{height: 340px; margin-top: 0;}
  .newsn2 .main .txt .box dl dd .nr .memo{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;  max-height: calc(1.2em * 5); overflow: hidden;}

  .newsn2 .main .txt .page{margin-top: 0px; font-size: 28px;}

  .aboutn1 .main{width: 94%; max-width: 1500px; height: calc(100% - 200px); overflow: hidden; }
  .aboutn1 .main .txt{height: calc(100% - 110px);}
  .aboutn1 .main .txt .nr{height: 100%; overflow-y: auto;}
  .aboutn1 .main .txt .tu{height: 100%;}
  .aboutn1 .main .txt .tu img{object-fit: cover; height: 100%;}
  .aboutn2 .culture .box .name2{margin-top: 25px}
  
  .contact .main .txt .box{height: 300px;}
  .contact .main .txt .box ul li{margin-top: 5px; margin-bottom: 5px;}

  
  .jobs .main .jobsBox{ height: 350px; padding:25px}
  .jobs .main .jobsBox .box{padding-top: 20px;}
  .jobs .titleabout .list{height: 56px;}
  .jobs .titleabout .list em{height: 56px;}
  .jobs .main .jobsBox .bt span{margin-left: 22px;}
 
  .jobs .titleabout .list ul li{height: 46px;line-height:42px; font-size: 32px;}
  .jobs .main .jobsBox .bt{font-size: 32px}

  .aboutn2 .culture{height: 300px;}
  .aboutn2 .culture .swiper{margin-top: 13px;}

  .honorn .main .list{margin-top: 40px;}
  

  .aboutn1 .main .txt .nr{height: 100%;}
  .honorn .main{width: 94%; max-width: 1500px; height: calc(100% - 200px); overflow: hidden; margin-top: 40px;}
  .contact .main{width: 94%; max-width: 1500px;}
  .jobs .main{width: 94%; max-width: 1500px; margin-top: 80px;}
  .newsn{width: 94%; max-width: 1500px;}
  .newsd .main{width: 94%; max-width: 1500px;}
  .newsd .banner .box .title{width: 90%;}
  .contact .main .txt .box{padding-right:70px}
  .contact .main .txt .box .ewm{width: 130px; height:auto; position: relative;}
  
}
