@charset "utf-8";
/* CSS 鼠标效果 */
@import url('NotoSansSC.css');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #333; overflow-x: hidden; font-family:"Source Han Sans CN",'Noto Sans SC',"PingFang SC","Microsoft YaHei",Arial,sans-serif; padding-top: 110px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none; font-family:"Source Han Sans CN","Noto Sans SC","Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }
svg{ border: none;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#333; transition: color 0.56s ease;}
a:hover{ color: #623988;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1500px; margin: 0 auto;}
.ovh{overflow: hidden;}

::-webkit-scrollbar { width: 8px;  height: 8px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #34495e;}

.index{ padding-top: 0;}

/*顶部*/
.header{ width: 100%; height:110px; background:#fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 9999; transition: all 0.4s; }
.header .logo{ height: 110px; padding:24px 0; overflow: hidden;}
.header .nav>ul>li{ line-height: 40px; position: relative; margin-right: 45px;}
.header .nav>ul>li>a{ font-size: 18px; color: #000; font-weight: 300; transition: all .4s; display: block;}
.header .nav>ul>li a:hover{ color: #623988;}
.header .nav>ul>li.on>a{ color: #623988;  border-bottom: #7a5098 solid 2px;}
.header .searchBtn{ width: 20px; height: 20px; background: url(../images/icon01_02.png) no-repeat center;cursor: pointer;}
.menu-toggle{display: none;}

.header.fixed{ background: none; box-shadow: none;}
.header.fixed .logo img{ filter: drop-shadow(#fff 0 150px); transform: translateY(-150px);}
.header.fixed .nav>ul>li>a{ color: #fff;}
.header.fixed .nav>ul>li>a:hover{color: #7a5098;}
.header.fixed .nav>ul>li.on>a{color: #7a5098; border-bottom: #7a5098 solid 2px;}
.header.fixed .searchBtn{ background: url(../images/icon01.png) no-repeat center;}

/*首页bannner*/
.banner { position: relative;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:40px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:none; border: #fff solid 2px; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff;}
.banner .swiper-slide-active{opacity:1;}
.banner .bannerText{ color: #fff; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 111;}
.banner .bannerText h2{font-size: 70px; line-height: 1; margin-bottom: 15px;}
.banner .bannerText p{font-size: 18px; font-weight: 500; line-height: 1; text-transform: uppercase;}
.banner .bannerText a{ width: 180px; height: 57px; line-height: 56px; color: #fff; font-size: 18px; border: #fff solid 1px; display: block; margin: 58px auto 0; transition: all 0.4s;}
.banner .bannerText a:hover{ background: #7a5098; border: #7a5098 solid 1px; color: #fff;}

.neiBanner{ height: 520px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center;  position: relative;}
.neiBanner .bannerText{ width: 100%; color: #fff;}
.neiBanner .bannerText h2{ font-size: 50px; font-weight: normal;}
.neiBanner .bannerText p{ font-size: 30px; font-weight: normal;}
.neiBanner .neiNav{ width: 100%; height: 60px; line-height: 60px; background:rgba(0,0,0,.3); position: absolute; left: 0; bottom: 0; z-index: 11;}
.neiBanner .neiNav ul li{ margin-right: 1px;}
.neiBanner .neiNav ul li a{ font-size: 16px; color: #fff; font-weight: 300; padding: 0 40px; display: block;}
.neiBanner .neiNav ul li a:hover,.neiBanner .neiNav ul li.on a{ background: #623988;}

.title{ margin-bottom: 50px; display: flex; justify-content: space-between;}
.title h2{ font-size: 40px; color: #222; line-height: 1;}
.title h2 span{ font-size: 20px; color: #666; font-weight: normal; text-transform: uppercase;}
.title .menu{ overflow: hidden;}
.title .menu a{ color: #333; margin-left: 40px; position: relative; padding-bottom: 16px;}
.title .menu a::before{ content: ""; width: 1px; height: 18px; background: #ddd; position: absolute; right: -20px; top: 0;}
.title .menu a:hover{ color: #7a5098;}
.title .menu a.on{ color: #7a5098;}
.title .menu a.on::after{ content: ""; width: 16px; height: 9px; background:url(../images/icon02.png) no-repeat center; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.case{ padding: 95px 0;}
.case .box ul{ margin: 0 -12px;}
.case .box ul li{ width: 33.3333%; padding: 0 12px; margin-bottom: 30px;}
.case .box ul li a{ display: block; position: relative;}
.case .box ul li dl{ padding-bottom: 56.314%;}
.case .box ul li ol{ width: 100%; background:rgba(0,0,0,0.5); position: absolute; left: 0; bottom: 0; z-index: 1; padding: 0 30px;}
.case .box ul li ol h3{ font-size: 18px; color: #fff; line-height: 50px; font-weight: 300; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.caseView{ width: 1000px; padding: 90px 0 100px; margin: 0 auto;}
.caseView .tit{ text-align: center; margin-bottom: 25px;}
.caseView .tit h1{ font-size: 30px; line-height: 1;}
.caseView .swiper-slide img{ width: 100%;}
.caseView .pagination { text-align: center;}
.caseView .pagination .swiper-pagination-bullet-active{ background: #7a5098;}
.caseView .box .swiper-button-prev,.caseView .box .swiper-button-next{ width: 64px; height: 64px; transform: translateY(-50%);}
.caseView .box .swiper-button-prev:after,.caseView .box .swiper-button-next:after{ display: none;}
.caseView .box .swiper-button-prev{ background: url(../images/arrow-left.png) no-repeat center; left: -85px;}
.caseView .box .swiper-button-next{ background: url(../images/arrow-right.png) no-repeat center; right: -85px;}

.iabout{ padding: 130px 0; background: url(../images/iaboutBg.jpg) no-repeat center; background-size: cover;}
.iabout .con{ width: 53%;}
.iabout .con .text{ line-height: 30px; margin-top: -10px;}
.iabout .con .more{ width: 170px; height: 50px; line-height: 50px; padding-left: 40px; background: #9f6bc5 url(../images/icon04.png) no-repeat right 32px center; color: #fff; margin-top: 60px; display: block; border-top-left-radius:6px; border-top-right-radius: 20px; border-bottom-right-radius: 6px; border-bottom-left-radius: 20px;  transition: all 0.4s;}
.iabout .con .more:hover{background: #7a5098 url(../images/icon04.png) no-repeat right 32px center;}
.iabout .pic{ width: 40%; position: relative;}
.iabout .pic::before{ content: ""; width: 57px; height: 57px; background: url(../images/icon03.png) no-repeat center; position: absolute; left: -35px; top: -67px;}
.iabout .pic dl{padding-bottom: 68%; border-radius: 20px;}

.inews{ padding: 100px 0; background: url(../images/inewsBg.jpg) no-repeat center; background-size: cover;}
.inews .box{ position: relative;}
.inews .box .swiper-slide{ box-sizing: border-box; padding:8px 0;}
.inews .box .swiper-slide a{ background: #fff; display: block; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.inews .box .swiper-slide dl{ padding-bottom: 55.5555%;}
.inews .box .swiper-slide ol{ padding:18px 28px;}
.inews .box .swiper-slide ol h3{ height: 50px; line-height: 25px; font-size: 20px; font-weight: 500; overflow: hidden; margin-bottom: 5px;}
.inews .box .swiper-slide ol dt{ height: 40px; line-height: 20px; font-weight: 300; overflow: hidden; margin-bottom: 25px;}
.inews .box .swiper-slide ol dd{ display: flex; justify-content: space-between;}
.inews .box .swiper-slide ol dd i{ font-size: 14px; color: #999;}
.inews .box .swiper-slide ol dd em{ font-size: 14px; color: #7a5098; font-style: normal;}
.inews .box .swiper-button-prev,.inews .box .swiper-button-next{ width: 64px; height: 64px;}
.inews .box .swiper-button-prev:after,.inews .box .swiper-button-next:after{ display: none;}
.inews .box .swiper-button-prev{ background: url(../images/arrow-left.png) no-repeat center; left: -85px;}
.inews .box .swiper-button-next{ background: url(../images/arrow-right.png) no-repeat center; right: -85px;}

.partner{ padding: 100px 0 120px;}
.partner .box{ margin-top: -10px;}
.partner .box ul{ margin: 0 -30px;}
.partner .box ul li{ width: 20%; padding: 0 30px; margin-bottom: 28px;}
.partner .box ul li dl{ padding-bottom: 56%; box-shadow: 0 0 6px rgba(0, 0, 0, .15); border-top-left-radius:10px; border-top-right-radius: 25px; border-bottom-right-radius: 10px; border-bottom-left-radius: 25px;}
.partner .box ul li dl img{ padding: 15px;}

.about{ padding: 100px 0 150px;}
.about .text { line-height: 30px; overflow: hidden;}
.about .text .pic{ width: 530px; float: right; margin: 0 0 20px 50px; cursor: pointer;}
.about .text .pic dl{padding-bottom: 68%; border-radius: 20px;}
.about .text .pic dl::before{ content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, .15) url(../images/icon05.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 1;}

.honor{ padding: 100px 0 150px;}
.honor .box{ padding-bottom: 15px;}
.honor .box ul{ margin: 0 -14px;}
.honor .box ul li{ width: 25%; padding: 0 14px; margin-bottom: 40px;}
.honor .box ul li dl{ padding-bottom: 74.2%; border: #dddddd solid 1px;}
.honor .box ul li dl img{ position: 15px;}
.honor .box ul li h3{ font-size: 16px; font-weight: normal; text-align: center; margin-top: 10px;}

.history{ padding-top: 100px;  background: url(../images/historyBg.jpg) no-repeat center 275px;}
.history .box{ height: 625px;}
.history .box .swiper-slide{ height: 460px; box-sizing: border-box; padding: 0 30px; display: flex;}
.history .box .swiper-slide .item{ height: 185px; position: relative;  padding-left: 30px; margin-top: 105px; display: flex; flex-direction: column; justify-content: center;}
.history .box .swiper-slide .item::before{ content: ""; width: 1px; height: 100%; background: #623988; position: absolute; left: 0; top: 0;}
.history .box .swiper-slide .item::after{ content: ""; width: 20px; height: 20px; background: #623988; border-radius: 20px; position: absolute; left: -10px; bottom: 0;}
.history .box .swiper-slide .item .t{ font-size: 25px; color: #000; line-height: 1; margin-bottom: 10px;}
.history .box .swiper-slide .item .c{ font-size: 15px; color: #666; font-weight: 300;}
.history .box .swiper-slide .item .c p{ margin-top: 5px;}
.history .box .swiper-slide .item .c p::before{ content: "• ";}
.history .box .swiper-slide.swiper-slide-active .item{ margin-top: 60px;}
.history .box .swiper-slide.swiper-slide-next{ align-items: flex-end;}
.history .box .swiper-slide.swiper-slide-next .item::after{ top: 0; bottom: inherit;}

.culture{ padding: 100px 0 150px;}
.culture .box{ margin: 0 -13px;}
.culture .box .item{ width: 20%; padding: 0 13px;}
.culture .box .item .con{  position: relative;}
.culture .box .item dl{ padding-bottom: 159.7%;}
.culture .box .item dd{ width: 100%; font-size: 24px; color: #fff;  font-family: "AvantgardeltBold"; text-align: center; position: absolute; left: 0; bottom: 28px;}
.culture .box .item ol{ width: 100%; height: 100%; background: #285e98; padding:88px 40px; color: #fff;  text-align: center; position: absolute; top: 0; left: 0; opacity: 0; transition: all .4s;}
.culture .box .item ol h3{ font-size: 24px; color: #fff;  font-family: "AvantgardeltBold"; font-weight: 500; padding-bottom: 35px; margin-bottom: 25px; position: relative;}
.culture .box .item ol h3::before{ content: ""; width: 35px; height: 3px; background: #fff; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.culture .box .item ol dt{ font-size: 18px; font-family: "AvantGardeLTMedium"; line-height: 1.8;}
.culture .box .item .con:hover ol{ opacity: 1;}

.news{ padding: 100px 0 150px; background: #efefef;}
.news .box{ padding-bottom: 50px;}
.news .box ul li{ margin-bottom: 20px;}
.news .box ul li a{ display: flex; align-items: center; background: #fff url(../images/icon06.png) no-repeat right 20px center;}
.news .box ul li .pic{ width: 356px;}
.news .box ul li .pic dl{ padding-bottom: 64.935%;}
.news .box ul li .con{ width: calc(100% - 356px); padding: 20px 135px 20px 50px;}
.news .box ul li .con .tit{ margin-bottom: 18px;}
.news .box ul li .con .tit h3{ font-size: 18px; color: #000;}
.news .box ul li .con .text{ height: 60px; color: #999; line-height: 20px; margin-bottom: 50px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;  overflow: hidden;}
.news .box ul li .con .date{ color: #e60c21; font-style: italic;}

.newsView{background: #e8eaee;  padding: 50px 0 60px;}
.newsView .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.newsView .box .newsHead{ padding: 50px 70px 30px;  position: relative;}
.newsView .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #7a5098; position: absolute; left: 70px; bottom: -2px;}
.newsView .box .newsHead h1{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.newsView .box .newsHead span{ color: #999; margin-right: 30px;}
.newsView .box .viewCon{ padding:50px 70px 70px; line-height: 2;}
.newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden; position: relative;}
.newsView .box .viewPage .boxCon{ padding-right: 200px;}
.newsView .box .viewPage .boxCon a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.newsView .box .viewPage .boxCon b{ color: #7a5098;}
.newsView .box .viewPage .boxCon a:hover{color: #7a5098;}
.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #7a5098; position:absolute; right: 70px; top: 35px;}
.newsView .box .viewPage .back a{color: #fff; display: block;}

.design{ padding: 100px 0 150px;}
.design .box{ padding-bottom: 30px;}
.design .box ul{ margin: 0 -20px;}
.design .box ul li{ width: 25%; padding: 0 20px; margin-bottom: 40px;}
.design .box ul li a{ display: block; position: relative;}
.design .box ul li a::before{ content: ""; width: 100%; height: 100%; background:linear-gradient(to top, rgba(0,0,0,0.5) 3%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 50%); position: absolute; left: 0; top: 0; z-index: 1;}
.design .box ul li dl{ padding-bottom: 125.572%;}
.design .box ul li ol{ width: 100%; padding: 30px; position: absolute; left: 0; bottom: 0; z-index: 11;}
.design .box ul li ol h3{ font-size: 26px; color: #fff; font-weight: normal; line-height: 1; margin-bottom: 5px;}
.design .box ul li ol dt{ font-size: 15px; color: #fff; font-weight: normal;}

.desginView{ padding: 100px 0 150px;}
.desginView .pic{ width: 400px;}
.desginView .pic dl{ padding-bottom: 125.572%;}
.desginView .con{ width: calc(100% - 400px); padding-left: 100px;}
.desginView .con ol{ margin-bottom: 20px;}
.desginView .con ol h3{ font-size: 50px; color: #7a5098; font-weight: 500;}
.desginView .con .text{ line-height:2;}

.linian{ padding: 100px 0 120px;}
.linian .tit{ width: 50%;}
.linian .tit h3{ font-size: 60px; color: #000; line-height: 1.2;}
.linian .tit p{ font-size: 24px; color: #563270; margin-top: 20px;}
.linian .text{ width: 50%; font-size: 18px; color: #222; line-height: 1.6; padding-left: 115px;}

.job{ padding: 80px 0 100px; background: #f6f6f6;}
.job .box ul { margin: 0 -13px;}
.job .box ul li{ width: 33.33%; padding:0 13px; margin-bottom: 26px;}
.job .box ul li ol{ padding: 28px; background: #fff;}
.job .box ul li ol:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
.job .box ul li ol .tit{ font-size: 30px; font-weight: bold; line-height: 1; margin-bottom: 20px;}
.job .box ul li ol .dateNum{ display: flex; color: #555; font-size: 18px; margin-bottom: 40px;}
.job .box ul li ol .dateNum .date{ padding-left: 30px; background: url(../images/icon07.png) no-repeat left center; margin-right: 48px;}
.job .box ul li ol .dateNum .num{ padding-left: 30px;  background: url(../images/icon08.png) no-repeat left center;}
.job .box ul li ol .con{ padding: 40px 0 20px; color: #888; line-height: 1.75; border-top: 1px solid #e8e8e8;}
.job .box ul li ol .con dl{ margin-bottom: 8px;}
.job .box ul li ol .con .text{ min-height: 230px;}

.contact{}
.contact .con{ width: 50%; background: url(../images/contactBg.jpg) no-repeat center; background-size: cover; display: flex; justify-content: flex-end;}
.contact .con .box{ width: 750px; padding-top: 100px;}
.contact .con .box .textBox{ padding: 100px 50px 100px 100px; background: #fff;}
.contact .con .box .textBox .text{}
.contact .con .box .textBox .text ul{ display: flex; justify-content: space-between; border-bottom: #eeeeee solid 1px; padding-bottom: 25px; margin-bottom: 30px;}
.contact .con .box .textBox .text ul li{ position: relative;}
.contact .con .box .textBox .text ul li::before{ content: ""; width: 34px; height: 38px; position: absolute; left: -50px; top: 5px;}
.contact .con .box .textBox .text ul li dl{ color: #999; font-size: 15px; line-height: 1; margin-bottom: 15px;}
.contact .con .box .textBox .text ul li ol{ font-size: 22px; color: #000; font-weight: bold; line-height: 1;}
.contact .con .box .textBox .text ul li.tel::before{ background: url(../images/icon09.png) no-repeat center;}
.contact .con .box .textBox .text ul li.fax::before{ background: url(../images/icon10.png) no-repeat center;}
.contact .con .box .textBox .text ul li.add::before{ background: url(../images/icon11.png) no-repeat center;}
.contact .con .box .textBox .ewm{ color: #999;}
.contact .con .box .textBox .ewm img{ width: 109px; margin-right: 30px; flex: 0 0 auto;}
.contact #map{ width: 50%;}

.footer .box{ width: 100%; height: 355px; background: url(../images/footerBg.jpg) no-repeat center; background-size: cover;}
.footer .box h3{ color: #fff; font-size: 45px;}
.footer .box p{ color: #b48bd1; font-size: 15px; font-weight: 300;}
.footer .box a{ width: 170px; height: 50px; line-height: 48px; color: #fff; font-weight: 300; text-align: center; border: #fff solid 1px; border-radius: 50px; margin-top: 50px;  transition: all 0.4s;}
.footer .box a:hover{ background: #7a5098; color: #fff; border: #7a5098 solid 1px;}
.footer .copyright{ background: #333333; color: #fff; font-weight: 300; line-height: 80px;}
.footer .copyright a{ color: #fff;}

/*===/分页=============================*/
.fenye { font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px; display:flex; justify-content:center; text-align:center;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}
.fenye .total{ padding:0 10px; line-height: 38px;  color: #8a8a8a;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px; cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px;}


@media (max-width: 1680px) {}

@media (max-width: 1550px) {
.wrap{ width: 100%; padding: 0 50px;}

.inews .box .swiper-button-prev, .inews .box .swiper-button-next{ display: none;}

.contact .con{ padding-left: 50px;}
.contact .con .box{ width: 100%;}

}

@media (max-width: 1440px) {
    .wrap{ padding: 0 30px;}

    .header .nav>ul>li{margin-right: 40px;}

    .banner .bannerText h2{ font-size: 55px;}
    .banner .bannerText p{ font-size: 16px;}
    .banner .bannerText a { width: 160px; height: 50px; line-height: 50px; font-size: 16px; margin: 36px auto 0;}

    .neiBanner{ height: 450px;}
    .neiBanner .bannerText h2{ font-size: 40px;}
    .neiBanner .bannerText p{ font-size: 25px;}

    .title{ margin-bottom: 38px;}
    .title h2{ font-size: 35px;}
    .title h2 span{ font-size: 18px;}

    .case{ padding: 80px 0;}
    .case .box ul li ol h3{ font-size: 16px; line-height: 46px;}

    .iabout{ padding: 120px 0 110px;}
    .iabout .con{ width: 55%;}

    .inews{ padding: 80px 0;}
    .inews .box .swiper-slide ol h3{ font-size: 18px;}

    .partner { padding: 80px 0; }

    .about { padding: 80px 0 100px; }

    .honor { padding: 80px 0 100px; }

    .history { padding-top: 80px; background: url(../images/historyBg.jpg) no-repeat center 250px; }

    .culture { padding: 80px 0 100px; }
    .culture .box .item dd{ font-size: 20px;}

    .news { padding: 80px 0 100px;}

    .design { padding: 80px 0 100px; }
    .design .box ul li ol h3{ font-size: 22px;}

    .desginView { padding: 80px 0 120px; }
    .desginView .con{ padding-left: 60px;}
    .desginView .con ol h3{ font-size: 40px;}

    .linian .tit h3{ font-size: 38px;}
    .linian .tit p{ font-size: 20px;}

    .linian { padding: 80px 0 100px; }
    .linian .text{ padding-left: 20px;}

    .job .box ul li ol .tit{ font-size: 25px;}
    .job .box ul li ol .dateNum{ font-size: 16px; margin-bottom: 25px;}
    .job .box ul li ol .con { padding: 20px 0 20px;}

    .contact .con{ padding-left: 30px;}
    .contact .con .box .textBox { padding: 70px 50px 80px 100px;}
    .contact .con .box .textBox .text ul li ol{ font-size: 20px;}

    .footer .box{ height: 300px;}
    .footer .box h3{ font-size: 38px;}
    .footer .box a { width: 140px; height: 46px; line-height: 44px; margin-top: 25px;}
    .footer .copyright{ font-size: 15px;}
}

@media (max-width: 1366px) {

}

@media (max-width: 1300px) {
    body{ font-size: 15px;}
    .header .nav>ul>li>a{ font-size: 16px;}
}

@media (max-width: 1240px) {
    .wrap{ padding: 0 20px;}
    .header .nav>ul>li { margin-right: 26px; }

    .banner .bannerText h2{ font-size: 46px;}
    .banner .bannerText a { width: 130px; height: 41px; line-height: 39px; font-size: 15px;}

    .neiBanner { height: 380px; }
    .neiBanner .neiNav { height: 50px; line-height: 50px;}

    .contact .con{ padding-left: 20px;}
}

@media (max-width: 1030px) {

    .header .logo{ padding: 28px 0;}
    .header .nav>ul>li { margin-right: 20px; }

}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}

    .index{ padding-top: 60px;}

    .header{ width: 100%; height:60px; background:#fff;  position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 12px 0; }
    .header .headRight{ float: none; position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}
    .header .nav{float: none;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111;}
    .header .nav>ul>li{ margin-right: 0; line-height: 46px; border-bottom: #eee solid 1px; float: none;}
    .header .nav>ul>li a{ padding: 0 15px; font-size: 15px; display: block;}
    .header .searchBtn{ margin-left: 15px; margin-top: 15px;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner { position: relative;}
    .banner .swiper-container{ width:100%; overflow:hidden;}
    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
    .banner .swiper-container .swiper-slide a{  display: block; width:100%;}
    .banner .swiper-container .swiper-slide img{width:100%;}
    .banner .pagination { width: 100% !important; position: absolute; left:0; bottom:10px!important;  z-index:111; text-align: center;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ display: inline-block; width: 10px;height: 10px;  margin: 0 3px; border-radius:12px !important; opacity: 1; cursor: pointer;}
    .banner .swiper-pagination-bullet-active { background: #fff;}
    .banner .swiper-slide-active{opacity:1;}
    .banner .bannerText{ width: 100%;}
    .banner .bannerText h2{ font-size: 28px; margin-bottom: 10px;}
    .banner .bannerText p{ font-size: 12px;}
    .banner .bannerText a { width: 100px; height: 34px; line-height: 33px; font-size: 13px; margin: 20px auto 0;}

    .neiBanner{ height: 130px;}
    .neiBanner .bannerText{ display: none;}
    .neiBanner .neiNav { height: 40px; line-height: 40px; }
    .neiBanner .neiNav .wrap{ padding:0;}
    .neiBanner .neiNav ul li a{ padding: 0 11px; font-size: 13px;}

    .title { margin-bottom: 30px; }
    .title h2 { font-size: 22px; }
    .title h2 span { font-size: 14px; }
    .title .menu { width: 220px; }
    .title .menu a{margin-left: 15px;}
    .title .menu a::before{ height: 13px; right: -12px;}
    .title .menu a.on::after{ display: none;}

    .case { padding: 45px 0; }
    .case .box ul{ margin: 0 -5px;}
    .case .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .case .box ul li ol{ padding: 0 13px;}
    .case .box ul li ol h3 { font-size: 14px; line-height: 35px; }

    .caseView{ width: 100%; padding: 45px 15px 60px;}
    .caseView .tit h1{ font-size: 20px;}
    .caseView .box .swiper-button-prev, .caseView .box .swiper-button-next{ display: none;}

    .iabout{ padding: 45px 0;}
    .iabout .wrap{ display: block;}
    .iabout .con{ width: 100%; margin-bottom: 20px;}
    .iabout .con .text{ line-height: 1.6;}
    .iabout .con .more { width: 120px; height: 42px; line-height: 42px; padding-left: 20px; background: #9f6bc5 url(../images/icon04.png) no-repeat right 20px center; margin:30px auto;}
    .iabout .pic{ width: 100%;}

    .inews { padding: 45px 0; }
    .inews .box{ margin-top: -10px;}
    .inews .box .swiper-slide ol {padding: 12px;}
    .inews .box .swiper-slide ol h3 {height: 40px; line-height: 20px; font-size: 15px; margin-bottom: 8px;}
    .inews .box .swiper-slide ol dt{ margin-bottom: 12px;}
    .inews .box .swiper-slide ol dd i{ font-size: 12px;}
    .inews .box .swiper-slide ol dd em{ font-size: 12px;}

    .partner { padding: 45px 0; }
    .partner .box { margin-top: 0; }
    .partner .box ul { margin: 0 -8px;}
    .partner .box ul li{ width: 33.33%; padding: 0 8px; margin-bottom: 15px;}
    .partner .box ul li dl {
        padding-bottom: 56%;
        box-shadow: 0 0 8px rgb(0 0 0 / 15%);
        border-top-left-radius: 8px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 20px;
    }
    .partner .box ul li dl img { padding: 8px; }

    .about { padding: 45px 0 60px; }
    .about .text .pic{ width: 100%;}
    .about .text{ line-height: 1.8;}

    .honor { padding: 45px 0 60px; }
    .honor .box ul { margin: 0 -5px;}
    .honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px;}
    .honor .box ul li h3{ font-size: 15px; margin-top: 5px;}

    .history{ padding: 45px 0 60px; background: none;}
    .history .box{ height: auto;}
    .history .box .swiper-wrapper{display: block;}
    .history .box .swiper-slide{ height: auto; padding: 0;}
    .history .box .swiper-slide .item{ height: auto; margin-top: 0; padding-bottom: 15px;}
    .history .box .swiper-slide .item::before{ left: 7px;}
    .history .box .swiper-slide .item::after{width: 15px; height: 15px; top: 0; bottom: inherit; left: 0;}
    .history .box .swiper-slide .item .t{ font-size: 18px; margin-bottom: 5px;}
    .history .box .swiper-slide .item .c{ font-size: 14px;}
    
    .culture { padding: 45px 0 60px; }
    .culture .box{ margin: 0 -5px;}
    .culture .box .item{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .culture .box .item ol{ padding: 40px 15px;}
    .culture .box .item ol h3{ font-size: 20px;}
    .culture .box .item ol dt{ font-size: 16px;}
    .culture .box .item dd{ font-size: 18px;}

    .news {padding:45px 0 60px; }
    .news .box { padding-bottom: 1px; }
    .news .box ul li a{ display: block;}
    .news .box ul li .pic{ width: 100%;}
    .news .box ul li .con{ width: 100%; padding: 20px;}
    .news .box ul li .con .tit { margin-bottom: 8px; }
    .news .box ul li .con .tit h3{ font-size: 16px;}
    .news .box ul li .con .text{ margin-bottom: 20px;}

    .newsView{  padding: 20px 0 30px;}
    .newsView .box{ background: #fff; box-shadow:5px 8px 0 #e4e4e4; margin-bottom: 10px;}
    .newsView .box .newsHead{ padding: 30px 20px 10px;  position: relative;}
    .newsView .box .newsHead::after{ content: ""; width: 40px; height: 3px; position: absolute; left:20px; bottom: -2px;}
    .newsView .box .newsHead h1{ font-size: 18px;  margin-bottom: 10px;}
    .newsView .box .newsHead span{ font-size: 13px; margin-right: 10px;}
    .newsView .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}
    .newsView .box .industryHead::after{ content: ""; width: 60px; height: 3px;  position: absolute; left: 70px; bottom: -2px;}
    .newsView .box .viewCon{ padding:30px 20px 30px; line-height:1.8; font-size: 15px;}
    .newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 20px; overflow: hidden;}
    .newsView .box .viewPage .boxCon{ float: none; padding-right: 120px;}
    .newsView .box .viewPage .boxCon a{ font-size: 14px; display: block; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 10px;}
    .newsView .box .viewPage .back{ width: 100px; height: 36px; line-height: 36px;  float: none; margin: 0 auto; right: 20px;}
    .newsView .box .viewPage .back a{color: #fff; display: block;}

    .design{ padding: 45px 0 60px;}
    .design .box{ padding-bottom: 5px;}
    .design .box ul { margin: 0 -5px;}
    .design .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .design .box ul li ol{ padding: 15px;}
    .design .box ul li ol h3{ font-size: 17px;}
    .design .box ul li ol dt{ font-size: 13px;}

    .desginView{ padding: 45px 0 60px;}
    .desginView .box{ display: block;}
    .desginView .pic{ width: 70%; margin: 0 auto 30px;}
    .desginView .con{ width: 100%; padding: 0;}
    .desginView .con ol { text-align: center; }
    .desginView .con ol h3 { font-size: 28px; }

    .linian{ padding: 45px 0;}
    .linian .wrap{ display: block;}
    .linian .tit{ width: 100%; margin-bottom: 25px;}
    .linian .tit h3{ font-size: 25px;}
    .linian .tit p{font-size: 17px; margin-top: 5px;}
    .linian .text{ width: 100%; padding: 0; font-size: 15px;}

    .job{ padding: 45px 0 60px;}
    .job .box ul { margin: 0;}
    .job .box ul li{width: 100%; padding: 0; margin-bottom: 10px;}
    .job .box ul li ol .tit{ font-size: 18px;}
    .job .box ul li ol .dateNum{ font-size: 15px; margin-bottom: 15px;}
    .job .box ul li ol .con{ padding:20px 0 0;}
    .job .box ul li ol .con .text{ min-height: inherit;}

    .contact{ display: block;}
    .contact .con{ width: 100%; padding: 0 15px 15px;}
    .contact .con .box{ padding: 45px 0 0;}
    .contact .con .box .textBox { padding: 50px 30px 50px 50px; }
    .contact .con .box .textBox .text ul { padding-bottom: 20px; margin-bottom: 25px;}
    .contact .con .box .textBox .text ul li::before{ width: 25px; background-size: 100% auto !important; left: -30px; top: 0;}
    .contact .con .box .textBox .text ul li dl{ margin-bottom: 5px;}
    .contact .con .box .textBox .text ul li ol{ font-size: 16px;}
    .contact #map{ width: 100%; height: 300px;}

    .footer .box { height: 200px; }
    .footer .box h3{ font-size: 20px;}
    .footer .box p{ font-size: 12px;}
    .footer .box a { width: 120px; height: 36px; line-height: 34px; margin-top: 20px; }
    .footer .copyright{ font-size: 12px; color: #aaa; line-height: 1.4; padding: 15px 0;}
    .footer .copyright .wrap{ display: block;}
    .footer .copyright ol{ margin-top: 5px;}
    .footer .copyright a{ color: #aaa;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 2px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:2px;}
    .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
    .fenye a.current { color: #fff;  background: #242a34; margin-right: 2px; border: #242a34 solid 1px;}
    .fenye .total{  height: 34px; padding:0 10px; line-height: 32px;  border-radius: 6px;}

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}