﻿.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(../image/zuo.png) no-repeat center center;}
.banner .swiper-button-next1{right:5%;background:#e59b00 url(../image/you.png) no-repeat center center;}

/*--  Main products  sub1  --*/
.sub1 {background: url(../image/sub1-bg.jpg); background-size:cover}
.sub1-cont {display: flex;justify-content: space-between;}
.sub1-item {width: 24%;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(../image/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: 14px;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(../image/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(../image/sub4-bg.jpg) left top;*/    background: linear-gradient(to right, #fafafa, #dedede);}
.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; color:#000}
.sub4-box span {display: block;margin-top: 3%;font-size: 24px;font-family: 'Helvetica Condensed-m'; color:#000}
.sub4-word {line-height: 30px;margin-top: 3%; color:#000}
.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(../image/next.jpg) no-repeat center center;}
.sub4-top .swiper-button-prev {left:-12px;background: url(../image/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(../image/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(../image/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(../image/next2.jpg) no-repeat center center;}
.abo2-cont .btn-left {left:-4%;background: url(../image/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(../image/rig.png) no-repeat center center; width:40px; height:100%;}
.accordion .acc-li .default i {background: url(../image/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(../image/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(../image/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(../image/you.jpg) no-repeat center center;}
.small .swiper-button-prev {left:0;background: url(../image/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;}
}
/* ===========================首页改版========================*/
	.idmHotLst{
		width: 48%;
	}
	.idmHotLst a p{
		padding: 0 8px;
		height: 32px;
		font-size: 14px;
	}
	.idmAb{
		margin-bottom: -40px;
	}
	.idmCaseLst{
		width: 48%;
		margin: 1%;
	}
	.idmCaseLst p{
		height: 50px;
		line-height: 24px;
		font-size: 14px;
		text-align: left;
		margin-top: 0px;
		background-color: #f5f5f5;
		padding-top: 3px;
	}
	.idmNew .idxNewLe{
		width: 100%;
		height: auto;
	}


	.idxNewRiLst .idxNewRiLstDte {
		width: 60px;
		height: 66px;
	}
	.idxNewRi{
		width: 100%;
	}
	.idxNewRiLstDes p{
		width: 100%;
		height: 20px;
		font-size: 14px;
	}
	.idxNewRiLstDes span{
		width: 100%;
		font-size: 13px;
		height: 46px;
	}
	.idxNewRiLstDes{
		width: 80%;
		margin-left: 10px;
	}
	.idxNewLeLst .idxNewLeLstDes{
		bottom: 0px;
	}
	.idmExbLst{
		width: 49%;
	}
	.idmMarkFa .idmMarkLst{
		width: 49%;
	}
	.idmAbRiTit {
		font-size: 22px;
		color: #000;
		margin-bottom: 10px;
	}



	






}
@media screen and (min-width: 300px) and (max-width: 360px){
	.idmHotLst span{
		font-size: 13px!important;
	}
	.idmAbRiTit p{
		font-size: 18px;
	}
	.idmAbRiDes P{
		font-size: 13px;
	}
	.idmCaseLst p{
		font-size: 13px!important;
	}
	.idmFootButtom a{
		width: 75px!important;
	}
	.idmFootDes p{
		font-size: 13px!important;
	}
}

/*=======================================关于我们页面改版样式=================================*/
@media screen and (min-width: 300px) and (max-width: 767px){
	.abComp{
		display: flex;
		flex-direction: column;
	}
	.abCompLe{
		width: 100%;
		height: auto;
	}
	.abCompRi{
		width: 100%;
		height: auto;
	}
	.abCompRiOne p{
		font-size: 22px;
		text-align: center;
		margin-bottom: -10px;
	}
	.abCompRiOne span{
		display: block;
		text-align: center;
		line-height: 30px;
		font-size: 12px;
	}
	.abCompRiTwo p{
		margin-bottom: 5px;
	}
	.abCompRiThree{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.abCompRiThree p{
		margin-bottom: 10px;
		width: 49.5%;
		margin-right: 0px!important;
	}
	.abCompRiThree p span {
		font-size: 12px;
	}
	.abCerFa .hd{
		width: 100%!important;
		top: 140px;
	}
	.abCerFa .hd .next{
		left: 0!important;
	}
	.abCerFa .hd .prev{
		right: 0!important;
	}
	.abCerLstFa li{
		width: 150px!important;
		margin-right: 10px;
	}
	.abCerLstFa li img{
		width: 100%;
	}
	.abCerFa{
		overflow: hidden;
	}
	.abChosexOne{
		display: flex;
		flex-direction: column;
	}
	.abChosexOneLe{
		width: 100%;
	}
	.abChosexOneRi{
		width: 100%;
	}
	.abChosexOneRi img{
		width: 100%;
	}
	.abChosexBott {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.abChosexOneLe p {
		text-align: center;
		font-size: 22px;
		font-family: "Microsoft Sans Serif";
		line-height: 35px;
	}
	.abChosexOneLe ul li{
		line-height: 20px;
		margin-bottom: 8px;
	}
	.abChosexga{
		margin-top: 5px;
	}
	.abChosexBottLst{
		width: 49.5%;
		margin-bottom: 5px;
	}
	.abTIt2 .abTIt2Big {
		font-size: 24px;
		font-family: "Microsoft Sans Serif";
		line-height: 44px;
	}
	.abProbxOne>div {
		width: 24.5%;
	}
	.abProbxTwo>div {
		width: 33%;
	}
	.abProbxOne {
		margin-bottom: 2px;
	}

	.abDevFas {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	.abDevFas .abDevFasLe {
		width: 100%;
		height: auto;
	}
	.abDevFasRi {
		text-align: left;
		width: 100%;
	}
	.abDevFasLe >dd img{
		width: 100%;
	}
	.abDevFasDow{
		display: flex;
		flex-wrap: wrap;
	}
	.abPrsFa {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.abPrsLe {
		width: 100%;
		text-align: center;
	}
	.abPrsRi{
		width: 100%;
	}
	.abPrsLeThree{
		text-align: center;
	}
	.abPrsLeThree a{
		margin: 10px auto;
	}
	.abDevFasRiTabsDes {
		display: block;
		font-size: 14px;
		font-family: "Microsoft Sans Serif";
		color: #000;
		height: 71px;
	}
	.abDevFasRiTit p{
		font-size: 24px;
	}
	.abDevFasRiTit{
		text-align: center;
	}
	.abDevGa {
		background: none;
	}
	.abDevFasRiTabsYer{
		text-align: center;
	}
	.abDevFasDow dd{
		width: 65px;
	}
	.abDevFasDow{
		background: none;
	}
	.abRespFas {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.abRespFas .abRespLst{
		width: 49.5%;
	}
	.abRespFas .abRespLst:nth-child(2n+1) .abRespLstDes{
		bottom: 0px;
	}
	.abRespFas .abRespLst{
		height: auto;
		margin-bottom: 5px;
	}
	.abRespFas .abRespLst:last-child{
		display: none;
	}


}

/*关于我们手机端改版新样式*/
@media screen and (min-width: 300px) and (max-width: 767px){
	.abMoComTop{
		width: 100%;
		border-radius: 8px;
		overflow: hidden;
	}
	.abMoComTop img{
		width: 100%;
	}
	.abMoComTit p{
		font-size: 20px;
		line-height: 50px;
		font-family: "Microsoft Sans Serif";
	}
	.abMoComTop{
		margin-bottom: 10px;
	}
	.abMoComDes p{
		text-align: left;
		word-break: break-all;
		font-size: 14px;
		color: #333333;
		font-family: "Arial";
		margin-bottom: 7px;
	}
	.abXTit1 p {
		font-size: 20px;
		line-height: 34px;
		margin-bottom: -44px;
		margin-top: 10px;
	}

	.abMoChoos{
		background-color: #f5f5f5;
		margin-top: 10px;
	}
	.abMoChoosTit p{
		font-size: 20px;
		line-height: 40px;
		margin: 7px;
		font-family: "Microsoft Sans Serif";
	}
	.abMoChoosFa{
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.abMoChoosLst{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 45%;
		height: 125px;
		background-color: #fff;
		border-radius: 25px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	.abMoChoosLst:nth-child(1) i{
		background: url("../images/abMoChoos1.png") no-repeat center;
	}
	.abMoChoosLst:nth-child(2)  i{
		background: url("../images/abMoChoos2.png") no-repeat center;
	}
	.abMoChoosLst:nth-child(3) i{
		background: url("../images/abMoChoos3.png") no-repeat center;
	}
	.abMoChoosLst:nth-child(4) i{
		background: url("../images/abMoChoos4.png") no-repeat center;
	}
	.abMoChoosLst p{
		font-size: 14px;
	}
	.abMoChoosLst i{
		display: block;
		width: 40px;
		height: 40px;
	}
	.abMoProcXTit p{
		font-size: 20px;
		font-family: "Microsoft Sans Serif";
		line-height: 50px;
	}
	.abMoProcXFa{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.abMoProcXLst{
		width: 49%;
		height: auto;
		margin-bottom: 2%;
	}
	.abMoProcXLst img{
		width: 100%;
	}
	.abPrsLeOneTit {
		font-size: 20px;
		line-height: 50px;
		font-family: "Microsoft Sans Serif";
	}
	.abPrsLeTwo ul li {
		text-align: left;
		line-height: 35px;
	}
	.abMoDepTit p{
		font-size: 20px;
		line-height: 40px;
		font-family: "Microsoft Sans Serif";
	}
	.abMoDepFa img{
		width: 100%;
	}
	.abMoDevTit p{
		font-size: 20px;
		line-height: 40px;
		font-family: "Microsoft Sans Serif";
	}

	.abMoDevDow img{
		width: 100%;
	}
	.abBanner img{
		width: 100%;
	}
	.abBannerMo{
		width: 100%;
		position: relative;
		height: auto;
	}
	.abBannerMo img{
		width: 100%;
	}
	.abBannerMoDes{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 30%;
	}
	.abBannerMoDesTit{
		color: #fff;
		font-size: 24px;
	}
	.abBannerMoDesDes{
		color: #fff;
		font-size: 14px;
		width: 80%;
		margin: 10px auto;
	}
	.abBannerMoDesSign{
		display: block;
		width: 60px;
		height: 5px;
		margin: 15px auto 0;
		background-color: #f43838;
	}
	.abMoDevMid{
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	.abMoDevMidLeLine{
		width: 1px;
		background-color: #f43838;
		position: relative;
		left: 5px;
	}
	.abMoDevMid ul li{
		text-align: left;
		margin-bottom: 5px;
	}
	.abMoDevMid ul li p{
		padding-left: 15px;
		background: url("../images/abMoDevCur.png")no-repeat left center;
	}
	.abMoDevMid ul li span{
		display: block;
		color: #666666;
		padding-left: 15px;
		font-size: 14px;
	}
	.abMoDevMidLst p{
		font-size: 20px;
		color: #e34535;
	}
	.abCerFa{
		overflow: hidden;
	}
}

/*===============================专题列表页面样式开始===============================*/
@media screen and (min-width: 300px) and (max-width: 767px){
	.ibdsFormSub{
		background-color: #e85661;
		color: #fff;
		border-radius: 5px;
		border: none;
		cursor: pointer;
	}
	.ibdsFormFaRi .ibdsFormFaRiLe input {
		margin-right: 0px;
		margin-bottom: 3px;
	}
	.ibdsFa{
		display: flex;
		justify-content: center;
	}
	.ibdsLstDece{
		padding: 20px 30px 13px;
		height: 150px;
		margin-bottom: 20px;
	}
}
/*===============================专题列表页面样式结束===============================*/

/*=============================Boiler Industriesy详情页面新样式开始====================*/
@media screen and (min-width: 300px) and (max-width: 1000px){
	.indEBigTit{
		line-height: normal;
		vertical-align: center;
		padding-top: 25px;
		height: 80px;
		width: 85%;
		margin: 0 auto;
	}
	.indEDelTit p{
		overflow: hidden;
	}
	.indExRiFa{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.indExRiLst{
		width: 49%;
		overflow: hidden;
	}
	.indExRiLst a{
		display: block;
		width: 100%;
	}
	.indExRiLst a img{
		width: 100%;
	}
	.tags-module ul li a {
		padding: 0px 5px;
		margin-bottom: 0px;
		font-size: 13px;
	}
	.indEDelFa{
		padding: 0 10px 10px 10px;
	}
	.proLstDes p:nth-child(2) {
		height: 67px;
		overflow: hidden;
	}
	.indExMi{
	    width: 100%;
	}
}

/*=============================Boiler Industriesy详情页面新样式结束====================*/

/*=============================Design详情页面新样式开始====================*/
@media screen and (min-width: 300px) and (max-width: 1000px) {
	.dsx1 h1 {
		font-size: 20px;
		text-align: center;
	}

	.dsx1 p {
		font-size: 14px;
		text-align: center;
	}

	.dsx1Tab {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		height: 115px;
	}

	.dsx1Tab a {
		width: 45%;
		overflow: hidden;
		font-size: 14px;
	}
	.dsx1TabSwith>dd>p{
		font-size: 14px;
	}
	.dsx1TabSwDeFa{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.dsx1TabSwDeLst{
		width: 49%;
		margin-right: 0px;
		height: 250px;padding: 0!important;
	}
	.dsx1TabSwDeLst .dsx1BoxDes{
		width: 100%;
		bottom: -55px;
		padding-top: 10px;
	}
	.dsx1TabSwDeLst:nth-child(1) , .dsx1TabSwDeLst:nth-child(2){
		margin-bottom: 10px;
	}
	.dsx1TabSwDeLst>a{
		width: 100%;
	}
	.dsx1Box img{
		width: 100%;
	}
	.dsx1TabSwDeLst .dsx1BoxDes .dsx1BoxDes2{
		display: block;
		font-size: 13px;
	}
	.dsx1BoxDes>p{
		line-height: 25px;
		height: 25px;
		overflow: hidden;
		font-size: 15px;
	}


	.dsx1Faq{
		display: none;
	}
	.dsx2 h1{
		font-size: 18px;
	}
	.dsx3Fa h1{
		text-align: center;
		line-height: 35px;
		font-size: 20px;
		display: none;
	}
	.dsx4{
		display: none;
	}
	.dsx3{
		height: auto;
	}
	.dsx3Lst>p{
		font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
		font-size: 19px;
		color: #cb4040;
		text-align: left;
		margin-bottom: 16px;
		margin-top: 15px;
		padding-top: 15px;
	}
	.dsx3Lst .dsx3LstDes {
		border-radius: 8px;
		background-color: #dd5656;
		margin-bottom: -15px;
	}
	.dsx5Fa h1{
		text-align: center;
		padding: 20px 0 10px;
	}
	.dsx5Fa>p{
		text-align: center;
		margin-bottom: 9px;
	}
	.dsx5Lst{
		width: 49%;
		height: auto;
		margin-bottom: 10px;
	}
	.dsx5Lst img{
		width: 100%;
	}
	.dsx5LineFa , .dsx5Line{
		display: none;
	}
	.dsx6Fas{
		flex-wrap: wrap;
	}
	.dsx6Le{
		width: 100%;
	}
	.dsx6LeLst a{
		width: 100%;
		height: 75px;
		padding: 16px 44px;
	}
	.dsx6Des{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.dsx6LeLst{
		margin-bottom: 16px;
	}
	.dsx6Ri{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.dsx6Ri form{
		width: 95%;
	}
	.dsx6Ri01{
		flex-direction: column;
	}
	.dsx6Ri01Lst input{
		width: 100%;
	}
	.dsx6Ri form>div {


		margin-bottom: 10px;
	}
	.dsx6Ri p{
		margin-bottom: 10px;
		margin-left: 5px;
	}
	.dsx6Ri01Lst:nth-child(2) p{
		margin-top: 10px;
	}
	.dsx6Fa>h1{
		text-align: center;
		font-size: 20px;
		margin-top: 23px;
		margin-bottom: 5px;
	}
	.dsx6Fa>p{
		text-align: center;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.dsx2Lst .RedMore{
		display: block;
		text-align: left;
		color: #999999;
		font-size: 14px;
		text-decoration:underline;
	}
	.dsx2Lst{
		height: auto;
	}
    .dsx2Lst .dsx2LstDes{
		height: 72px;
		overflow: hidden;
		display: inline-block;
	}
	.dsx2Lst .hovos{
		height: auto!important;
	}
	.dsx2Lst:nth-child(3){
		margin-bottom: 20px;
	}
	.dsx3Lst .dsx3LstDes .dsx3LstDeSon{
		/*height: 122px;*/
		overflow: hidden;
	}
	.dsx3Lst .dsx3LstDes  .dsx3LstDeSon2{
		/*height: 140px;*/
	}
	.dsx3Lst .dsx3LstDes .dsx3LstDeSon {
		font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
		font-size: 15px;
		border-radius: 8px;
		background-color: #fff;
		text-align: left;
		padding: 25px 20px 25px 20px;
		position: relative;
		left: 4px;
	}
	.dsx3Lst .dsx3LstDes p{
		padding: 0;
		left: 0;
		height: 72px;
		overflow: hidden;
	}
	.dsx3LstDeSon2 a{
		display: block;
		text-align: left;
		color: #999999;
		font-size: 14px;
		text-decoration: underline;
	}
	.dsx3LstDes .dsx3LstDeSon .hoMor{
		height: auto!important;
	}

	.dsx6Box {
		margin-right: 40px;
		width: 40px;
		height: 40px;
	}
	.dsx6Box img{
		width: 100%;
	}
	.dsx6Ri03 textarea::placeholder{
		padding-top: 5px;
		font-size: 14px;
	}
	.dsx6Ri04 input{
		background-color: #0D47A1;
	}







}

/*=============================Design详情页面新样式结束====================*/

/*=============================Industry列表页面新样式开始====================*/
@media screen and (min-width: 300px) and (max-width: 1000px) {
	.indUXLst  a{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.indUXLst .indUXLstBox img{
		width: 100%;
	}
	.indUXLst .indUXLstBox{
		position: relative;
	}
	.indUXLst .indUXLstBox p{
		text-align: center;
		position: absolute;
		bottom: 0px;
		height: 30px;
		line-height: 30px;
		background-color: #be2c2c;
		color: #fff;
		font-size: 16px;
		width: 125px;
	}
	.indUXLstDes{
		background-color: #fff;
		padding: 10px 5px;
	}
	.indUXLst{
		margin-bottom: 10px;
	}
	.indUXLstDes p{
		text-align: left;
		font-size: 16px;
		color: #666666;
		line-height: 23px;
		font-family: "Helvetica";
	}
	.indUXLstDes span{
		display: block;
		text-align: left;
		text-decoration: underline;
		margin-top: 5px;
	}
	.indUXTIT{
		background: url("../images/indUXTITBg.png")no-repeat left bottom;
		margin: 10px 0 15px;
	}
	.indUXTIT p{
		text-align: left;
		font-size: 20px;
		padding-bottom: 5px;
		line-height: 28px;
	}
	.indUX2Lst{
		display: block;
		height: 52px;
		border-bottom: 1px solid #ccc;
	}
	.indUX2Fa{
		padding: 10px 10%;
		margin: 10px auto;
		background-color: #fff;
	}
	.indUX2Lst a{
		display: flex;
		height: 100%;
		justify-content: space-between;
		align-items: center;
	}

}
        .idxAbt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 35px 20px 25px 20px;
    text-align: left;
}
.idxAbtLe{
    width: 550px;
}
.idxAbtRi{
    width: 550px;
}
.idxAbtLeTit i{
    display: inline-block;
    width: 5px;
    height: 23px;
    margin-right: 5px;
    background: url("../images/idxred.png")no-repeat center;
}
.idxAbtLeTit{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    font-family: "Arial 锐利";
    margin-bottom: 15px;
}
.idxAbtLeDes p{
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.idxAbtLeMOr{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.idxAbtLeMOr a{
    width: 200px;
    height: 35px;
    background-color: #efefef;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.idxAbtLeMOr a span{
    font-size: 14px;
    color:#333;
}
.idxAbtLeMOr a i{
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 13px;
    margin-right: 8px;
}
.idxAbtLeFous{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}
.idxAbtLeFous img{
    width: 100%;
}
.idxAbtLeFous p{
    width: 110px;
    height: 26px;
    margin-right: 20px;
}
.idxAbtLeFous a{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.idxAbtLeMOr a:nth-child(1) i{
    background: url("../images/idxred1.png")no-repeat center;
}
.idxAbtLeMOr a:nth-child(2) i{
    background: url("../images/idxred2.png")no-repeat center;
}
.idxAbtLeMOr a:nth-child(3) i{
    background: url("../images/idxred3.png")no-repeat center;
}
.idxAbtLeMOr a:nth-child(4) i{
    background: url("../images/idxred4.png")no-repeat center;
}
.idxAbtLeMOr a:hover{
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5) ;
}
.index_3 {
    width: 100%;
    height: 180px;
    background: url(../images/index_7.jpg)  no-repeat center;
}
.index_3_bot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 180px;
}
.index_3_bot_1 {
    float: left;
    height: 100%;
    text-align: left;
}
.index_3_bot_1 a {
    color: #999;
    font-size: 14px;
}
.index_3_bot .mores{
    border: 1px solid #8a898a;
    border-radius: 20px;
    padding: 2px 10px;
}
.index_3_bot .mores:hover{
    border: 1px solid #fff;
    color: #fff;
}
.index_3_bot_1 b {
    font-size: 30px;
    color: #FFF;
    font-weight: 100;
    line-height: 30px;
    height: 30px;
    margin-top: 75px;
    margin-bottom: 20px;
    display: block;
}
.index_3_bot_1 span {
    font-family: Arial;
    font-size: 60px;
    color: #fa473e;
    padding: 0 30px;
    display: block;
    float: left;
    margin-top: 64px;
    height: 60px;
    line-height: 60px;
}
.index_3_bot_1 p {
    font-size: 20px;
    color: #FFF;
    font-weight: 100;
    line-height: 20px;
    height: 20px;
    margin-top: 85px;
    display: block;
    float: left;
}

.idxNewFa{
    display: flex;
    justify-content: space-between;
}
.idxNewLe{
    width: 595px;
    height: 399px;
}
.idxNewLeLst .idxNewLeLstDes{
    background-color:#e3ab2d;
    color: #fff;
    text-align: left;
    padding: 8px 20px;
    position: relative;
    bottom: 64px;
}
.idxNewLeLst .idxNewLeLstDes p{
    color: #fff;
    font-size: 14px;
}
.idxNewLeLst .idxNewLeLstDes a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.idxNewLe .swiper-button-next{
    right: 10px!important;
    top: 40%!important;
}
.idxNewLe .swiper-button-prev{
    left: 0!important;
    top: 40%!important;
}

.idxNewRi{
    width: 540px;
    display: flex;
    flex-direction: column;
}

.idxNewRiLst a{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.idxNewRiLst .idxNewRiLstDte{
    width: 75px;
    height: 66px;
    text-align: center;
    background-color: #e3ab2d;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.idxNewRiLst .idxNewRiLstDte p{
    font-size: 22px;
    color:#fff;
        margin-bottom: 0;
}
.idxNewRiLst .idxNewRiLstDte span{
    font-size: 14px;
     color:#fff;
}
.idxNewRiLstDes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin-left: 15px;
}
.idxNewRiLstDes p{
    height: 28px;
    width: 450px;
    overflow: hidden;
    color:#000;
}
.idxNewRiLstDes span{
    display: block;
    height: 28px;
    width: 450px;
    overflow: hidden;
    font-size: 14px;
    color: #9e9e9e;
        font-family: arial !important;
}
.idxNewRiLst{
    border-bottom: 1px solid #ebebeb;
    padding: 18.5px 0;
}
.idxNewRiLst:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.idxNewRiLst:hover .idxNewRiLstDes p{
    color: #df3137;
}
