.mar1 {margin-top: 1%;}
.mar2 {margin-top: 2%;}
.mar3 {margin-top: 3%;}
.mar4 {margin-top: 4%;}
.mar5 {margin-top: 5%;}
.center {text-align: center;}
.upp {text-transform: uppercase;}
.right {text-align: right;}
.white h1 {color: #fff;}
/* .white i {background: #fff;} */
.contact img {width: auto;max-width: 100%; height: auto !important;}
.row1 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;}
.row2 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.row3 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;}
.row4 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:4;}
.row5 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:5;}
.row6 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:6;}
.banner {overflow: hidden;position: relative;}
.banner .swiper-pagination1 {bottom:10px;position: absolute;text-align: center;z-index:2;width: 100%;}
.banner .pagination {position: absolute;left: 0;text-align: center;bottom: 5px;width: 100%;z-index:2;}
.banner .swiper-pagination-bullet {display: inline-block;width: 6px;height: 6px;opacity:1;border-radius: 10px;background: white;margin: 0 3px;cursor: pointer;transition: width 0.3s ease-in-out;}
.banner .swiper-pagination-bullet-active{background: #0083cb;width:22px;}
.banner .swiper-button-prev1,.banner .swiper-button-next1{width:30px;height:50px;position: absolute;top: 50%;margin-top: -25px;z-index: 2;}
.banner .swiper-button-prev1{left:5%;background:#e59b00 url(../img/zuo.png) no-repeat center center;}
.banner .swiper-button-next1{right:5%;background:#e59b00 url(../img/you.png) no-repeat center center;}

/*--  Main products  sub1  --*/
.sub1 {background: url(../img/sub1-bg.jpg) left top;}
.sub1-cont {display: flex;justify-content: space-between;}
.sub1-item {width: 11%;text-align: center;cursor: pointer;}
.sub1-img{position: relative;overflow: hidden;transition: all 300ms ease-in-out;}
.sub1-img .img1 {width: 100%;height:100%;position: absolute;top: 0;left: 0;opacity: 0;transition: all 300ms ease-in-out;}
.sub1-item p {line-height: 18px;color: #000000;margin-top:10px;}
.sub1-item:hover .sub1-img,.sub1-item.default .sub1-img {box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.4);}
.sub1-item:hover .sub1-img .img1,.sub1-item.default .sub1-img .img1 {opacity: 1;}
.sub1-item:hover p,.sub1-item.default p {color: #e59b00;}

/*--  切换的产品  sub2  --*/
.sub2 {background: url(../img/sub2-bg.jpg) left top;position: relative;overflow: hidden;}
.sub2::before {content: "";width: 0px;height: 0px;border-left:12px solid transparent;border-right:12px solid transparent;
	border-top:14px solid #fff;font-size: 0px;line-height: 0px;position: absolute;top: 0;left: 50%;margin-left: -12px;}
.sub2::after {content: "";width: 0px;height: 0px;border-left:10px solid transparent;border-right:10px solid transparent;
	border-top:10px solid #e59b00;font-size: 0px;line-height: 0px;position: absolute;top: 0;left: 50%;margin-left: -10px;}
.sub2-item{cursor: pointer;}
.sub2-list {position: relative;overflow: hidden;width: 100%;background: rgba(255,255,255,.1);padding:15px;display: flex;align-items: center;justify-content:space-between;}
.sub2-list::before {content: "";position: absolute;right: 0;top:0;width:0;height:100%;background:#e59b00;
	-webkit-transition: all ease 0.5s;transition: all ease 0.5s;}
.sub2-img {width: 50.7%;position: relative;overflow: hidden;z-index: 2;}
.sub2-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sub2-box {width: 45%;color: #fff;padding-right: 3%;position: relative;z-index: 2;}
.sub2-box h5{font-size: 24px;font-family: 'Helvetica Condensed';}
.sub2-box p {line-height: 24px;margin-top: 5%;}
.sub2-box a {margin-top:30%; display: flex;justify-content: space-between; align-items: center;width:70%;height: 40px;background: #fff;border-radius:16px;padding: 0 15px 0 20px;position: relative;overflow: hidden;}
.sub2-box a::before,.sub2-btn a::before,.ser3-item a::before {content: ""; width:28%;height: 101%;clip-path: polygon(34% 0, 100% 0%, 100% 100%, 0 100%);background: #e59b00;position: absolute;right: 0;top: 0;
	-webkit-transition: all ease 0.5s;transition: all ease 0.5s;}
.sub2-box a span,.sub2-btn a span,.ser3-item a span {font-family: 'Helvetica Condensed';color: #323232;text-transform: uppercase;font-size: 16px;position: relative;}
.sub2-box a img,.sub2-btn a img,.ser3-item a img {position: relative;}
.sub2-btn {margin-top: 5%;display: flex;align-items: center;justify-content: center;}
.sub2-btn a,.ser3-item a {display: flex;justify-content: space-between; align-items: center;width:185px;height: 40px;background: #fff;border-radius:16px;padding: 0 15px 0 20px;position: relative;overflow: hidden;}
.sub2-btn a::before {width:30%;}
.sub2-item:hover .sub2-list::before {width: 100%;right: auto;left: 0;}
.sub2-item:hover a::before {background: #044091;}
.sub2-item:hover .sub2-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*--  about us  sub3  --*/
.sub3 {padding:3% 0;background: url(../img/sub3-bg.jpg) no-repeat left bottom;}
.sub3-top {position: relative;overflow: hidden;}
.sub3-nr {width: 100%;height: auto;position: absolute;top:25%;left: 0;}
.sub3-box {padding: 0 3%;}
.sub3-box .row {margin: 0 -25px;}
.sub3-item{padding: 0 25px;}
.sub3-list {width: 100%;padding: 30px 20px;background: rgba(0,52,102,.9);border-radius: 20px;text-align: center;}
.sub3-list div {font-size: 60px;color: #e59b00;font-family: 'Akzidenz-Grotesk BQ Extra'; -webkit-text-stroke: 2px #fff;-webkit-font-smoothing: antialiased;font-weight: bold;}
.sub3-list p {color: #fff;font-size: 18px;line-height: 24px;}
.sub3-tit {display: flex;align-items: center;justify-content: space-between;}
.sub3-tit div h4 {font-size: 32px;color: #000000;font-family: 'Akzidenz-Grotesk BQ Extra';text-transform: uppercase;}
.sub3-tit div i {display: block;width: 84px;height: 5px;background: #2757a1;margin-top: 15px;}
.sub3-you {width: 50%;text-align: right;padding-bottom:20px;position: relative;}
.sub3-you::before {content: "";width: 100%;height: 1px;background: linear-gradient(to left,rgba(177,192,208,1),rgba(177,192,208,.33),rgba(177,192,208,0));position: absolute;right: 0;bottom: 0;}
.sub3-cont {line-height: 30px;color: #323232;height: 180px;padding-right: 20px;overflow: hidden;overflow-x: hidden!important;overflow-y: auto!important;-webkit-overflow-scrolling: touch;}
.sub3-cont::-webkit-scrollbar-thumb {background-color: #003466;height:30px;-webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 2%);border-radius: 11px;}
.sub3-cont::-webkit-scrollbar {width:11px;background:#afb0b1;border-radius: 11px;}

/*--  case  sub4  --*/
.sub4{background: url(../img/sub4-bg.jpg) left top;}
.sub4-top,.sub4-bott,.sub4-cont {position: relative;}
.sub4-ul {display: block;}
.sub4-li {width: 100%;padding: 20px 10px;text-align: center;background: #fff;position: relative;z-index: 2; overflow: hidden;cursor: pointer;}
.sub4-li::before {content: "";position: absolute;left: 0;top: 0; width: 100%;height: 0;background:#044091;-webkit-transition: all ease 0.3s;transition: all ease 0.3s;}
.sub4-img {width: 66px;height: 66px;margin: 0 auto;overflow: hidden;position: relative;z-index: 2;}
.sub4-img img {transition: .3s;display: block;top: 0;position: relative;-webkit-filter: drop-shadow(#fff 0 66px);filter: drop-shadow(#fff 0 66px);}
.sub4-li p {font-size: 18px;line-height: 30px;color: #000000;margin-top: 15px;position: relative;}
.sub4-top .sub4-ul.swiper-slide-thumb-active .sub4-img img {top: -100%;}
.sub4-top .sub4-ul.swiper-slide-thumb-active .sub4-li::before{height: 100%;top: auto;bottom: 0;}
.sub4-top .sub4-ul.swiper-slide-thumb-active .sub4-li p {color: #fff;}
.sub4-item {display: block;}
.sub4-list {width: 100%;height: auto;display: flex;align-items: center; justify-content: space-between;}
.sub4-tu {border: 8px solid #044091;overflow: hidden;width: 47.5%;}
.sub4-box {width: 51%;color: #fff;text-align: left;}
.sub4-box h5 {font-family: 'Helvetica Condensed-m';font-size: 36px;}
.sub4-box span {display: block;margin-top: 3%;font-size: 24px;font-family: 'Helvetica Condensed-m';}
.sub4-word {line-height: 30px;margin-top: 3%;}
.sub4-bott .swiper-container{height: 360px;}
.sub4-top .swiper-button-next,.sub4-top .swiper-button-prev{ width:25px; height:52px;cursor: pointer; position: absolute;top:50%;margin-top:-26px; z-index: 99;opacity:1;display: block;}
.sub4-top .swiper-button-next {right:-12px;background: url(../img/next.jpg) no-repeat center center;}
.sub4-top .swiper-button-prev {left:-12px;background: url(../img/prev.jpg) no-repeat center center;}
.sub4-item2 {display: block;text-align: center;cursor: pointer;}
.sub4-item2 p {margin-top: 10px;font-size: 18px;line-height: 30px;color: #fff;}
.sub4-img2 {overflow: hidden;}
.sub4-img2 img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sub4-cont {padding-bottom: 40px;}
.sub4-item2:hover .sub4-img2 img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.sub4-cont .swiper-paginations1 {position: absolute;top: inherit; bottom: 0;text-align: center;}
.sub4-cont .swiper-paginations1 span {background: #fff;}

/*--  News  sub5  --*/
.sub5 {background: url(../img/sub5-bg.jpg) left top;}
.sub5-left {padding: 0 3% 0 15px;cursor: pointer;}
.sub5-tu{position: relative;overflow: hidden;}
.sub5-tu::before {content: "";width: 100%;height: 30%;background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,.5),rgba(0,0,0,0));position: absolute;left: 0;bottom: 0;}
.sub5-layer {width: 100%;height: auto;padding: 0 15px;display: flex;align-items: center;justify-content: space-between;position: absolute;bottom: 15px;left: 0;z-index: 2;}
.sub5-layer p {max-width: 80%;font-size: 18px;line-height: 24px;color: #fff;}
.sub5-icon {display: flex;align-items: center;justify-content: center;padding: 5px;background: rgba(254,254,254,.3);border-radius: 50%;}
.sub5-icon img {background: #e59b00;border-radius: 50%;}
.sub5-rig {padding: 0 15px 0 0;}
.sub5-item {width: 100%;display: flex;align-items: center;justify-content: space-between;padding-bottom:5%;border-bottom: 1px solid rgba(0,0,0,.1);margin-bottom: 20px;cursor: pointer;}
.num {font-size:72px;color: #000000;}
.sub5-list {width:87%;display: flex;align-items: center;justify-content: space-between;}
.sub5-zuo {width: 80%;}
.sub5-zuo time {display: flex;align-items: center;font-size: 18px;color: #000000;opacity: .6;}
.sub5-zuo time i {display: block;width: 58px;height: 3px;background: #000;margin-right: 20px;}
.sub5-zuo p {font-size: 18px;line-height: 24px;margin-top: 10px;}
.sub5-list .sub5-icon {background: rgba(0,0,0,.3);transition: all 300ms ease-in-out;}
.sub5-list .sub5-icon img {background: rgba(0,0,0,.3);transition: all 300ms ease-in-out;}
.sub5-rig .sub5-item:last-child {border-bottom: none;margin-bottom: 0;}
.sub5-item:hover .num{color: #044091;}
.sub5-item:hover .sub5-list .sub5-icon {background: rgba(0,52,102,.3);}
.sub5-item:hover .sub5-icon img {background: rgba(0,52,102,1);}

/*--  关于我们页  --*/
.sub {margin-top: 102px;}
.abo .sub3 {padding: 0 0 3%;}
.abo2 {background: url(../img/abo2-bg.jpg) left bottom;}
.abo2-cont {position: relative;}
.abo2-cont .btn-rig,.abo2-cont .btn-left{ width:44px; height:77px;cursor: pointer; position: absolute;top:50%;margin-top: -38.5px; z-index: 99;opacity:1;display: block;}
.abo2-cont .btn-rig {right:-4%;background: url(../img/next2.jpg) no-repeat center center;}
.abo2-cont .btn-left {left:-4%;background: url(../img/prev2.jpg) no-repeat center center;}
.abo3-item {margin-bottom: 20px;}
.abo3-list {padding: 8px 0;position: relative;}
.abo3-list::before {content: "";width: 92%;height: 100%;background: #044091;position: absolute;left:4%;top: 0;}
.abo3-img {border:2px solid #044091;overflow: hidden;position: relative;}

/*--  产品列表页  --*/
.pro {display: flex;justify-content: space-between;}
.pro-left {width: 22%;}
.pro-tit{width: 100%;height: 137px;background:#044091;display: flex;align-items: center;padding: 0 10px 0 15%;color: #fff;text-transform: uppercase;
	font-size: 30px;font-weight: bold;}
.accordion {width: 100%;z-index: 10;position: relative;}
.accordion .acc-li {display: block;margin-top:4px;}
.accordion .acc-li i { display: block; position: absolute;right:0;top:0px;background: url(../img/rig.png) no-repeat center center; width:40px; height:100%;}
.accordion .acc-li .default i {background: url(../img/up.png) no-repeat center center;width:40px;height:100%;}
.accordion .acc-li .default,.link.open {background: #044091;}
.accordion .acc-li:last-child .link {border-bottom: none;}
.link {padding:0;position: relative;background: #eaeaeb;}
.link a {color: #282828 !important;display: block;line-height:60px;padding:0 10px 0 15px;font-size:18px;}
.accordion .acc-li .default, .link.default, .acc-li:hover .link:hover {background: #044091;}
.accordion .acc-li .default a,.link:hover a,.accordion .acc-li .link.open a {color: #fff !important;}
.submenu-body{background: #f4f5f5;}
.submenu-body.open {padding:20px 30px;}
.submenu-body li a {display: block;line-height:35px;color: #282828 !important;padding:0 15px;font-size:15px; background: url(../img/rig-bg.png) no-repeat left center;}
.submenu-body li {line-height:30px;border-bottom: 1px dashed #dbdcdc;padding: 0 20px;}
.submenu-body .active a,.submenu-body li a:hover {text-decoration: underline;color: #044091 !important;}
.submenu-body li:last-child {border-bottom: none;}
.pro-rig {width: 75.6%;}
.pro-item {margin-bottom: 25px;cursor: pointer;}
.pro-list {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.pro-img {border: 1px solid #bfbfbf;}
.pro-box {width: 100%;height: 68px;padding: 10px 10px 0;text-align: center;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.pro-box p {line-height: 36px;color: #000;}
.pro-box span {display: block;margin:0 auto;width: 123px;height: 30px;text-align: center;line-height: 30px;background: #e3ab2d;border-radius:15.5px;color: #fff;font-size: 14px; margin-top: 20px;opacity: 0;
	-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.pro-item:hover .pro-box {background: #044091;}
.pro-item:hover .pro-box p {color: #fff;}
.pro-item:hover .pro-box span {margin-top: 5px;opacity: 1;}
.pro-item:hover .pro-list {box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);}

/*--  产品详情页  --*/
.pro-top {background: url(../img/pro-bg.jpg) left top;}
.top-nr {display: flex;justify-content: space-between;}
.pro-zuo {width: 36.6%;}
.big,.small {position: relative;}
.big-item{position: relative;overflow: hidden;height: 100%;}
.big-item video {width: 100%;height: 100% !important;position: absolute;top: 0;/* object-fit: cover; */}
.small {margin-top:10px;padding: 0 3%;}
.small-list {border: 1px solid rgba(255,255,255,0);cursor: pointer;}
.small .swiper-button-next,.small .swiper-button-prev{ width:17px; height:30px;cursor: pointer; position: absolute;top:50%;margin-top: -15px; z-index:2;opacity:1;display: block;}
.small .swiper-button-next {right:0;background: url(../img/you.jpg) no-repeat center center;}
.small .swiper-button-prev {left:0;background: url(../img/zuo.jpg) no-repeat center center;}
.mySwiper3 .swiper-slide-thumb-active {border:1px solid #e3ab2d;}
.small-img {position: relative;overflow:hidden;}
.small-box {width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.1);display: flex;align-items: center;justify-content: center;}
.pro-you {width: 56%;padding-top:2%;}
.pro-bt h6 {font-size:24px;color: #ffffff;}
.pro-bt i {display: block;width: 33px;height: 4px;background: #044091;margin-top: 15px;}
.pro-cont {color: #fff;}
.pro-cont table,.pro-cont table tr,.pro-cont table td{border: none !important;}
.pro-cont table tr,.pro-cont table td {padding: 5px;}
.pro-btn {display: flex;align-items: center;margin-top:12%;}
.pro-btn a{display: block;width:35%;height:40px;text-align: center;line-height: 39px;color: #fff;border-radius:5px;
    display: flex;align-items: center;justify-content: center;}
.pro-btn a img{margin-right:5px;}
.pro-btn a:nth-child(1){background: #044091;margin-right: 20px;}
.pro-btn a:nth-child(2){background: #e3ab2d;}
.form-dw {position: fixed;top: -100%;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.8);z-index: 999;overflow: hidden;opacity: 0;}
.block {opacity: 1;top: 0;}
.form-nr2 {width: 100%;height: 100%;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;display: -moz-box;-moz-box-pack: center;-moz-box-align: center;
	display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;display: box;box-pack: center;}
.form-cont {background: #fff;position: relative;padding:50px 30px;width:28%;text-align: center;}
.close {position: absolute;right: -45px;top: -30px;}
.close img {transition: .6s; transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
.close:hover img {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}
.form-tit h6 {font-size: 28px;color: #4d4d4d;font-weight: bold;}
.form-word {margin-top: 30px;}
.form-word li {display: block;margin-bottom:20px;clear: both;}
.form-word li input {display: block;width: 100%;height:40px; border: 1px solid #d2d2d2;padding: 0 10px;font-size: 14px;}
.form-word li textarea {display: block;width: 100%;height:95px;border: 1px solid #d2d2d2;padding: 5px 10px;font-size: 14px;}
.form-word button {display: block;width:125px;height:30px;text-align: center;line-height:30px;background: #f1ab43;font-size:16px;color: #fff;cursor: pointer;margin: 0 auto;}
.pro-cont2{line-height: 30px;}
/*.pro-cont2 table,.pro-cont2 table tr,.pro-cont2 table td{border: none !important;}*/
.pro-cont2 table tr,.pro-cont2 table td {padding: 5px;}
.pro-cont2 table tr:hover {background: #044091;color: #fff !important;}
.pro-tit2 {font-size: 24px;color: #000000;line-height: 36px;border-bottom: 1px solid #b2b2b2;padding-bottom: 15px;}
.bott-nr {position: relative;}
.bott-item {cursor: pointer;padding-bottom:1px;}
.bott-img {border: 1px solid #c8c8c8;overflow: hidden;}
.bott-img img,.cases-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.bott-item:hover .bott-img img,.cases-item:hover .cases-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*--  案例列表页  --*/
.cases-item {cursor: pointer;margin-bottom: 20px;}
.cases-list {text-align: center;}
.cases-img {position: relative;overflow: hidden;}
.cases-list p {font-size: 18px;line-height: 30px;margin-top: 10px;}

/*--  案例、新闻详情页  --*/
.deta-tit {text-align: center;}
.deta-tit h6 {font-size: 27px;font-weight: bold;color: #343434;}
.deta-tit i {display: block;width: 100%;height: 1px;background: #d1d1d1;margin: 15px 0;}
.deta-tit p {display: flex;justify-content: center;align-items: center;}
.deta-tit p span {color: #5a5a5a;margin: 0 2%;}
.deta-cont {line-height:30px;color: #666666;}
.deat-nr {position: relative;}

/*--  服务列表页  --*/
.ser1 {display: flex;justify-content: space-between;flex-wrap: wrap;}
.ser1-item {width: 20%;text-align: center;padding: 0 2%;}
.ser1-img {max-width: 116px;margin: 0 auto;}
.ser1-item p {line-height: 20px;color: #000000;margin-top: 20px;}
.ser2 {background: #f2f2f2;padding:3% 0 4%;display: flex;}
.ser2-left {width:39.35%;position: relative;margin-right: 5%;}
.ser2-left::before {content: "";width: 102%;height:100%;background: #044091;position: absolute;right: -2%;bottom: -3%;}
.ser2-img {position: relative;overflow: hidden;}
.ser2-rig {width:45%;}
.ser2-rig h3 {font-size: 60px;font-family: 'Akzidenz-Grotesk BQ Extra';color: #044091;text-transform: uppercase;}
.ser2-cont {font-size: 18px;line-height: 28px;color: #000000;}
.ser2-nr {display: flex;align-items: center;justify-content: space-between;}
.ser2-item {width:35%;padding: 30px 5px 30px 8%;background: #dddddd;clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);margin-left: -2%;}
.ser2-item p {font-size: 36px;font-family: 'Akzidenz-Grotesk BQ Extra';color: #044091;text-transform: uppercase;}
.ser2-item span{display: block;font-size: 18px;color: #000000;margin-top:5px;}
.ser2-nr .ser2-item:nth-child(1){clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);margin-left: 0;padding-left: 5%;}
.ser2-nr .ser2-item:nth-child(2){background: #044091;}
.ser2-nr .ser2-item:nth-child(2) p,.ser2-nr .ser2-item:nth-child(2) span {color: #fff;}
.ser3 {margin-bottom: 5%;position: relative;overflow: hidden;}
.ser3-box {width: 100%;height:100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;}
.ser3-item {color: #fff;}
.ser3-item h4 {font-size: 48px;line-height: 60px;font-family: 'Akzidenz-Grotesk BQ Extra';text-transform: uppercase;}
.ser3-item p {font-size: 18px;line-height: 30px;margin-top:8%;}
.ser3-item a {margin-top: 8%;}

/*--  新闻列表页  --*/
.news-item {display: flex;align-items: center;justify-content: space-between;margin-bottom:2%;}
.news-left {width:7%;text-align: left;}
.news-left span {display: block;font-size: 76px;color: #30333a;font-weight: bold;}
.news-left time {display: block;font-size: 20px;color: #30333a;margin-top: -15px;padding-left:5px;}
.news-rig {width: 93%;padding:12px 12px 12px 25px;background: #f1f1f1;display: flex;align-items: center;justify-content: space-between;border-left: 1px solid #c8c8c8;}
.news-zuo {width: 60%;}
.news-zuo h5 {font-size: 18px;line-height: 30px;}
.news-zuo i {display: block;width: 100%;height: 1px;background: #c1c1c1;margin: 15px 0;}
.news-zuo p {line-height: 24px;color: #000;opacity: .6;height: 72px;}
.news-zuo a {display: block;width: 166px;height: 50px;text-align: center;line-height: 50px;background: #044091;color: #fff;margin-top: 3%;position: relative;overflow: hidden;z-index: 2;}
.news-zuo a::before {position: absolute;content: "";height: 100%;width: 100%;top: 0;left: 0;background: #787878;z-index: -1;transition: .5s;}
.news-zuo a::after{position: absolute;content: "";height: 100%;width: 100%;top: 0;left: 0;background: #787878;z-index: -1;transition: .5s;}
.news-you {width: 28.3%;overflow: hidden;}
.news-you img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.news-item:hover .news-rig a::before{transform: rotateX(90deg);}
.news-item:hover .news-rig a::after {transform: rotateY(90deg);}
.news-item:hover .news-you img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}


.nei-nr .container,.crumbs .container,.pro,.top-nr,.pro2{max-width:1200px;}
.nei-nr::before{right:17.5%;}
.pro-tit{justify-content: center;font-size:28px;padding:0;}
.pro-zuo{width: 47%;}
.pro-you{width:48%;}
.pro-cont {margin-top:8%;}
.pro-li {width: 100%;display: flex;align-items: center;margin-bottom: 12px;}
.pro-li img {max-width: 37px;margin-right:10px;}
.pro-li p {width: calc(100% - 47px);}
.pro-menu {width: 100%;background: #1d212c;text-align: center;position: sticky;top:0px;z-index: 10001;}
.pro-tab{max-width: 1200px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.pro-tab li {width: 20%;line-height: 58px;text-align: center;border-right: 1px solid #fff;color: #fff;text-transform: uppercase;font-size: 18px;list-style: none;cursor:pointer;}
.pro-tab li:last-child{border: none;}
.pro-tab li.active {background: #044091;}
.pro2{padding:0 0 3%;}
.pro-sub {margin-top:50px;}
.p-tit {width: 100%;padding-bottom: 15px;border-bottom: 1px solid #666;font-size: 22px;font-weight: 100;text-transform: uppercase;position: relative;color:#555;}
.p-tit::before{content: "";width: 100px;height: 5px;background: #044091;position: absolute;bottom: -3px;left: 0;}
.p-cont{margin-top:3%;line-height:30px;font-size:16px;}
.p-cont table td{padding: 15px 10px !important;}
.p-cont ul {padding-left: 20px;}
.p-cont ul li {list-style: inherit;}
.p-cont2,.p-cont3 {margin-top:30px;}
.p-item,.p-item2{margin-bottom:20px;}
.p-list p{text-align:center;line-height:36px;margin-top:10px;}
.p-item2 input{display:block;width:100%;height:46px;border:1px solid #ddd;padding:0 10px;}
.p-item2 textarea{display:block;width:100%;height:90px;border:1px solid #ddd;padding:5px 10px;}
.p-item2 button {width:30%;height:46px;text-align:center;line-height:46px;color:#fff;background:#044091;}
.p-cont table tr:hover {background: #044091;color: #fff !important;}


@media only screen and (max-width:1600px) {
	.pad5 {padding:5% 3%;}
	.pad4 {padding:4% 3%;}
	.pad3 {padding:3% 3%;}
	.pad2 {padding:2% 3%;}
	.pad1 {padding:1% 3%;}
	.sub2-box a span {font-size: 14px;}
	.sub3-list p,.sub5-zuo p,.sub5-layer p,.ser3-item p,.ser2-cont{font-size: 16px;}
	.num{font-size: 62px;}
	.pro-bt h6,.ser2-item p{font-size: 32px;}
	.pro-btn a{font-size: 20px;}
	.ser3-box{padding: 0 3%;}
	.ser3-item h4{font-size: 42px;}
	.ser3-item p,.ser3-item a{margin-top: 5%;}
	.ser2-rig h3{font-size: 50px;}
	.news-left span{font-size: 66px;}
	.news-left time{font-size: 18px;}
	.news-zuo a{margin-top: 15px;}
}
@media only screen and (max-width:1400px) {
	.sub2-box h5{font-size: 22px;}
	.sub2-box p{margin-top: 10%;}
	.sub2-box a{margin-top: 20%;}
	.sub3-nr{top: 20%;}
	.sub3-list div{font-size: 50px;}
	.sub4-li p,.ser2-item span{font-size: 16px;}
	.pro-bt h6,.ser2-item p{font-size: 30px;}
	.pro-btn a{font-size: 18px;}
	.ser2-rig h3{font-size: 40px;}
	.ser3-item h4{font-size:32px;line-height: 40px;}
	.ser2 {padding: 3% 3% 4%;}
	/* .ser2-left::before{display: none;} */
	.ser2-left{width: 45%;margin-right: 3%;}
	.ser2-rig{width: 50%;}
	.ser3-item p, .ser3-item a{margin-top: 3%;}
	.news-left span{font-size: 56px;}
	.news-left{width: 10%;}
	.news-rig{width: 90%;}
}
@media only screen and (max-width:1300px) {
	.sub2-box a{width: 80%;}
	.sub3-list div{font-size: 40px;}
	.abo2-cont .btn-left{left: 0;}
	.abo2-cont .btn-rig{right: 0;}
	.pro-btn a{font-size: 16px;}
	.pro-bt h6{font-size: 28px;}
	.news-you {width: 37.3%;}
}
@media only screen and (max-width:1200px) {
	.pad5 {padding:5% 15px;overflow: hidden;}
	.pad4 {padding:4% 15px;overflow: hidden;}
	.pad3 {padding:3% 15px;overflow: hidden;}
	.pad2 {padding:2% 15px;overflow: hidden;}
	.pad1 {padding:1% 15px;overflow: hidden;}
	.sub3-tit div h4{font-size: 28px;}
	.num{font-size: 50px;}
	.sub2-box h5{font-size: 20px;}
	.sub3-box .row{margin: 0 -15px;}
	.sub3-item{padding: 0 15px;}
	.sub3-list div{font-size: 30px;}
	.sub5-icon{width: 50px;}
	.sub3-list{padding: 30px 10px;}
	.pro-box p,.cases-list p {font-size: 16px;}
	.pro-left{width: 25%;}
	.pro-rig{width: 73.6%;}
	.pro-zuo{width:42%;}
	.ser3-box{padding: 0 15px;}
	.ser2-rig h3{font-size: 32px;}
	.ser2-left::before{display: none;}
	.ser2-item p{font-size: 26px;}
	.ser3-item h4,.pro-tit{font-size: 28px;}
	.ser3-item p, .ser3-item a{margin-top: 20px;}
	.ser2-item {padding: 30px 5px 30px 4%;}
	.form-cont {width: 45%;}
	.pro-tit{height:100px;}
}
@media screen and (max-width:992px) {
	.sub{margin-top: 0;}
	.sub1-cont{flex-wrap: wrap;}
	.sub1-item{width: 24.5%;margin-bottom: 20px;}
	.sub2-box h5{font-size: 18px;}
	.pro-left{width:28%;}
	.pro-rig{width:68.6%;}
	.pro-bt h6{font-size: 26px;}
	.ser2-rig h3{font-size: 28px;}
	.ser2{display: block;}
	.ser2-left{width: 100%;margin-right: 0;}
	.ser2-rig{width: 100%;margin-top: 20px;}
	.ser2-item p{font-size: 20px;}
}
@media screen and (max-width: 768px) {
	.sub1-item{width: 32%;}
	.sub2-box a,.sub3-you,.ser3-item p,.ser3-item h4,.news-left{display: none;}
	.sub3-nr{position: inherit;top: inherit;left: inherit;margin-top: 20px;}
	.sub3-item {margin-bottom: 20px;}
	.sub3-img .row {margin: 0 -5px;}
	.sub3-item2 {padding: 0 5px;margin-bottom: 15px;}
	.sub4-li p,.ser2-item span{font-size: 14px;}
	.sub4-list,.top-nr,.news-item,.news-item,.news-rig{display: block;}
	.sub4-tu,.sub4-box,.pro-left,.pro-rig,.pro-zuo,.pro-you,.news-rig,.news-zuo,.news-you{width: 100%;}
	.sub4-box,.pro-rig,.pro-you,.news-you{margin-top: 20px;}
	.sub4-bott .swiper-container{height:520px;}
	.sub4-box h5{font-size: 24px;}
	.sub5-rig{padding: 0 15px;margin-top: 20px;}
	.sub5-icon {width: 50px;}
	.sub5-zuo p{margin-top: 5px;}
	.sub5-list{width: 80%;}
	.sub3-box .row{margin: 0 -5px;}
	.sub3-item{padding: 0 5px;}
	.sub3-list{padding: 20px 5px;}
	.sub3-cont{margin-bottom: 20px;}
	.pro{display: block;}
	.pro-bt h6,.deta-tit h6,.ser2-rig h3{font-size: 24px;}
	.ser1-item{width:33%;margin-bottom: 20px;}
	.news-rig{border: none;padding: 10px;}
	.news-zuo i{margin: 5px 0;}
	.form-cont {width: 96%;}
	.pro-tit{font-size: 24px;height: 60px;}
	.close {position: absolute;right: 0;top: -45px;}
}