.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 {max-height:800px;overflow: hidden;position: relative;}
.banner .swiper-pagination1 {bottom:10px;position: absolute;text-align: center;z-index:9;width: 100%;}
.banner .pagination {position: absolute;left: 0;text-align: center;bottom: 5px;width: 100%;z-index:5;}
.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: #00a2e9;width:22px;}

/*--   Product index  sub1--*/
.sub1 {background: #f5f5f5;}
.sub1-cont .row {margin: 0 -12px;}
.sub1-item {padding: 0 12px;margin-bottom: 33px;cursor: pointer;}
.sub1-img,.pro-img {position: relative;overflow: hidden;}
.sub1-img>img,.pro-img>img {-moz-transition:all 0.4s;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;}
.sub1-box,.pro-box {width: 100%;height: 100%;background: rgba(0,0,0,.5);position: absolute;bottom:0;left: 0;opacity: 0;display: flex;justify-content: center;align-items: center;
	-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.sub1-box img,.pro-box img {-webkit-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.sub1-list p {line-height: 49px;text-align: center;background: #333333;font-size: 18px;color: #ffffff;font-family: 'Corbel';}
.sub1-item:hover .sub1-img .sub1-box,.pro-item:hover .pro-img .pro-box{opacity: 1;}
.sub1-item:hover .sub1-box img,.pro-item:hover .pro-box img {-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity:1;
	-webkit-transition-delay: .2s;-o-transition-delay: .2s;transition-delay: .2s;}
.sub1-item:hover .sub1-img>img,.pro-item:hover .pro-img>img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.sub1-item:hover .sub1-list p,.pro-item:hover .pro-list p {background: #2967ca;}

/*--   Company Profile  sub2--*/
.sub2 {background: url(../img/sub2-bg.png) left top no-repeat;overflow: hidden;}
.sub2-nr {display: flex;justify-content: space-between;align-items: center;}
.sub2-left {width:54.2%;}
.sub2-cont {font-size: 16px;line-height: 30px;color: #666666;margin-top: 30px;height: 450px; padding-right:10px;position: relative;overflow: hidden;overflow-x: hidden!important;
	overflow-y: auto!important;-webkit-overflow-scrolling: touch;}
.sub2-cont::-webkit-scrollbar-thumb {background-color: #2967ca;height:10px;-webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 5%);box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2);}
.sub2-cont::-webkit-scrollbar {width:5px;background:#ffffff;}
.sub2-btn {margin-top:30px;}
.sub2-btn a {display: block;width: 196px;height: 72px;text-align: center;line-height: 72px;background: #2967ca;color: #fff;font-size: 18px;}
.sub2-rig {width:61.3%;margin-right: -18%;}

/*--   Video  sub3--*/
.sub3 video {width: 100%;height: auto;}

/*--   SUCCESS CASES  sub4--*/
.sub4-item{cursor: pointer;}
.sub4-img {position: relative;overflow: hidden;}
.sub4-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sub4-img::before {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;border:15px solid rgba(255,255,255,0);z-index: 2;
	-webkit-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.sub4-list p {text-align: center;font-size: 20px;font-family: 'Corbel';margin-top: 5px;}
.sub4-item:hover .sub4-img::before {border:15px solid rgba(255,255,255,.5);}
.sub4-item:hover .sub4-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*--   News  sub5--*/
.sub5-item{cursor: pointer;}
.sub5-list{position: relative;overflow: hidden;}
.sub5-list::before {content:"";position: absolute;height:6px;width: 0%;left: auto;right: 0;bottom:0;
	background: #2967ca;opacity: 1;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.sub5-img{position: relative;overflow: hidden;}
.sub5-box {padding: 20px 10px;background: #f5f5f5;}
.sub5-box h5 {font-size: 20px;font-weight: bold;color: #000000;font-family: 'Corbel';}
.sub5-box p {font-size: 14px;line-height: 23px;color: #666666;margin-top: 10px;}
.sub5-box time {display: block;font-size: 14px;font-weight: bold;color: #999999;margin-top: 15px;}
.sub5-item:hover .sub5-list::before {width: 100%;right: auto;left: 0;}

/*--   产品列表页   --*/
.bg{background: #f5f5f5;}
.accordion {width: 100%;z-index: 10;position: relative;background: #f6f9ff;}
.accordion li {display: block;}
.accordion li i { display: block; position: absolute;right:15px;top:0px;background: url(../img/rig1.png) no-repeat center center; width:14px; height:100%;cursor: pointer;}
.accordion .acc-li .open i,.accordion li:hover i,.accordion .acc-li .default i {background: url(../img/up.png) no-repeat center center;width:14px;height:100%;}
.accordion .acc-li .default,.link.open {}
.accordion .acc-li:last-child .link {border-bottom: none;}
.link {padding:0;position: relative;border-bottom: 1px solid #dde0e5;}
.link a {color: #000000 !important;line-height:48px;padding-left:20px;font-size:18px;display: flex;align-items: center;text-transform: uppercase;font-family: 'Corbel';}
.accordion .acc-li .default, .link.default, .acc-li:hover .link:hover,.accordion .link.open {background: #2967ca;}
.accordion .acc-li .default a,.acc-li .link a:hover,.accordion .link.open a {color: #fff !important;}
.link a span {display: block;width: 12px;height: 12px;border: 3px solid #fff;border-radius: 50%;margin-right: 15px;}
.submenu-body {background: #ffffff;}
.submenu-body li a {display: block;line-height:48px;color: #666666 !important;padding-left:25px;font-size: 18px;display: flex;align-items: center;border-bottom: 1px solid #e5e5e5;font-family: 'Corbel';}
.submenu-body li:hover a {}
.submenu-body .active a,.submenu-body li:hover a {color: #666666 !important;background: #e5e5e5;}
.pro-item{margin-bottom: 35px;cursor: pointer;}
.pro-list p,.bott-list p {text-align: center;font-size:18px;font-family: 'Corbel';line-height: 48px;background: #333333;color: #fff;}

/*--   产品详情页   --*/
.pro-top{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.big {width: 46%;}
.pro-you {width: 52%;padding-top:3%;}
.pro-tit h3 {font-size: 36px;font-family: 'Corbel';}
.pro-tit i {display: block;width: 50px;height: 3px;background: #2967ca;margin-top:25px;}
.pro-cont {line-height: 30px;color: #666666;margin-top: 7%;}
.small{position: relative;margin-top: 10%;}
.small .btn-rig,.small .btn-left{ width:16px; height:17px;cursor: pointer; position: absolute;top:50%;margin-top: -8.5px; z-index:2;opacity:1;display: block;}
.small .btn-rig {right:-3%;background: url(../img/next.png) no-repeat center center;}
.small .btn-left {left:-3%;background: url(../img/prev.png) no-repeat center center;}
.small-list {padding: 1px;}
.small-img {border: 1px solid #fff;}
.small-img.active {border: 1px solid #2967ca;}
.pro-cont2 {line-height: 30px;color: #666666;}
.bott-nr {position: relative;}
.bott-item{cursor: pointer;}
.bott-item:hover .bott-list p {background: #2967ca;}

/*--   关于我们页   --*/
.video-item {margin-bottom: 25px;cursor: pointer;}
.video-list {position: relative;overflow: hidden;}
.play{width: 100%;height: 100%;position: absolute;bottom:0;left: 0;background: rgba(13,13,13,.7);display: flex;align-items: center;justify-content: center;}
.video-dw {position: fixed;top: -100%;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.9);z-index: 999;overflow: hidden;opacity: 0;}
.block {opacity: 1;top: 0;}
.video-word {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;}
.video-cont {max-width: 950px;max-height:520px;}
.video-cont video,.video-cont iframe {width: 950px;height: 514px;}
.video-img img {transition: all 0.5s;}
.video-item:hover .video-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.abo3-nr {position: relative;}
.abo3-nr .btn-rig,.abo3-nr .btn-left{ width:33px; height:60px;cursor: pointer; position: absolute;top:50%;margin-top: -30px; z-index: 99;opacity:1;display: block;}
.abo3-nr .btn-rig {right:-3%;background: url(../img/next1.png) no-repeat center center;}
.abo3-nr .btn-left {left:-3%;background: url(../img/prev1.png) no-repeat center center;}

/*--   新闻列表页   --*/
.news-item {margin-bottom:2%;position: relative;overflow: hidden;}
.news-item::before {content: "";width: 0;height: 100%;background: #ffffff;position: absolute;top: 0;left: 50%;opacity: 0;transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;}
.news {padding: 3% 0;}
.news-list {padding:25px;background: #fff;display: flex;align-items: center;justify-content: space-between;position: relative;z-index: 2;cursor: pointer;}
.news-left {width:24%;}
.news-rig {width: 73.5%;}
.news-tit {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.news-tit h5 {font-size: 32px;font-family: 'Corbel';color: #000000;}
.news-tit time {color: #999999;font-size: 18px;font-family: 'Corbel';}
.news-rig p {margin-top:20px;font-size: 16px;line-height:28px;color: #666666;}
.news-rig a {display: block;width: 160px;height: 43px;text-align: center;line-height: 43px;background: #2967ca;color: #fff;font-family: 'Corbel';margin-top: 25px;}
.news-item:hover:before{ width: 100%;left: 0; opacity: 1;}

/*--   新闻详情页   --*/
.xq-cont {line-height: 30px;color: #666666;}
.cases-item {display: flex;justify-content: space-between;align-items: center;padding: 20px;background: #fff;margin-bottom: 3%;cursor: pointer;}
.cases-img{width: 26.6%;max-height: 175px;overflow: hidden;position: relative;}
.cases-img::before {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;border:10px solid rgba(255,255,255,0);z-index: 2;
	-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.cases-img img{-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.cases-rig {width:71%;}
.cases-tit {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.cases-tit h5 {font-size: 28px;font-family: 'Corbel';}
.cases-tit a{display: block;color: #999999;text-decoration: underline;font-family: 'Corbel';}
.cases-rig i {display: block;width: 50px;height: 3px;background: #2967ca;margin-top: 15px;}
.cases-rig p {line-height: 26px;color: #666666;margin-top:20px;}
.cases-item:hover .cases-img::before{border: 10px solid rgba(255,255,255,.5);}
.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);}

/*--   联系我们页   --*/
.cont1-item{margin-bottom:15px;}
.cont1-list{width: 100%;display: flex;align-items: center;}
.cont1-list img {margin-right: 10px;border-radius: 5px;}
.cont1-list p {font-size:18px;}
.cont1-list p a {color: #333;}
.cont1-list p a:hover {color: #2967ca;text-decoration: underline;}
.cont2-item{}
.cont2-item input {display: block;width: 100%;height:73px;background: #fff;padding: 0 10px;margin-bottom:14px;}
.cont2-item textarea {display: block;width: 100%;height:160px;background: #fff;padding: 10px;}
.cont2-item button {display: block;width:170px;height:50px;background: #2967ca;text-align: center;line-height: 50px;color: #fff;margin-top: 30px;}

/*--   底部弹窗   --*/
.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-nr {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: 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;}
.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: #2967ca;font-size:16px;color: #fff;cursor: pointer;margin: 0 auto;}







@media only screen and (max-width:1400px) {
	.pad5 {padding:5% 3%;}
	.pad4 {padding:4% 3%;}
	.pad3 {padding:3% 3%;}
	.pad2 {padding:2% 3%;}
	.pad1 {padding:1% 3%;}
	.sub3,.sub4,.news-nr {padding: 0 3%;}
	.sub2-btn a {height: 52px;line-height: 52px;font-size: 16px;}
	.sub2 {background: url(../img/sub2-bg.png) left top repeat-x;}
	.sub2-rig {margin-right: 0;width: 49%;}
	.sub2-left {width: 50%;}
	.pro-tit h3,.tit h4 {font-size: 32px;}
	.news-tit h5{font-size: 28px;}
	.news-rig a {margin-top: 15px;}
}
@media only screen and (max-width:1200px) {
	.sub1-list p,.pro-list p, .bott-list p{font-size: 16px;}
	.sub5-box h5,.sub4-list p,.cont1-list p {font-size: 18px;}
	.pro-tit h3,.tit h4 {font-size: 28px;}
	.news-tit h5,.cases-tit h5{font-size: 24px;}
	.news-left,.cases-img {width: 30%;}
	.news-rig,.cases-rig {width: 67%;}
	.news-list,.cases-item {padding: 10px;}
	.form-cont {width: 45%;}
}
@media screen and (max-width:992px) {
	.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,.sub4,.news-nr {padding: 0 15px;}
	.sub2-nr{display: block;}
	.sub2-left,.sub2-rig {width: 100%;}
	.sub2-rig {margin-top: 20px;}
	.sub5-box h5,.sub4-list p,.cont1-list p {font-size: 16px;}
	.news-tit h5,.cases-tit h5{font-size: 22px;}
	.cases-img{width:40%;}
	.cases-rig {width:57%;}
	.video-cont {max-width: 100%;max-height:inherit;min-width: 320px;}
	.video-cont video,.video-cont iframe {width:100%;height: inherit;min-width: 320px;}
}
@media screen and (max-width: 768px) {
	.sub1-cont .row,.sub5-nr .row,.pro-rig>.row,.abo1 .row {margin: 0 -5px;}
	.sub1-item,.sub5-item,.pro-item,.video-item{padding: 0 5px;}
	.sub4-item,.xq-item,.cont1-item {margin-bottom: 20px;}
	.pro-rig,.news-rig,.cases-rig {margin-top: 20px;}
	.pro-top {display: block;}
	.big,.news-left,.news-rig,.cases-img,.cases-rig {width: 100%;}
	.pro-you {width: 100%;position: relative;padding-top: 38%;margin-top:15px;}
	.small {margin-top: 0;position: absolute;top: 0;left: 0;width: 100%;}
	.pro-tit h3, .tit h4 {font-size: 24px;}
	.sub2-cont{margin-top:15px;}
	.news-list,.cases-item {display: block;}
	.news-tit h5,.cases-tit h5{font-size: 20px;}
	.cont2-item input {height: 52px;}
	.cont2-item textarea {height: 120px;}
	.cont2-item button {width: 100%;}
	.sub5-box p {font-size: 13px;}
	.form-cont {width: 96%;}
	.close {position: absolute;right: 0;top: -45px;}
}