.section-page1{padding-top:45px;padding-bottom:35px;}
.section-page2{padding-top:35px;padding-bottom:35px;background: url(bg1.png) center center no-repeat;background-size:cover;}
.section-page3{padding:60px 0 60px 0;min-height:548px;background: url(bg2.png) center center no-repeat;background-size:cover;}
.section-page4{padding:40px 0;background: url(bg3.png) center center no-repeat;background-size:cover;}
.fz28{font-size:28px}
.common-head{line-height:50px;position:relative;}
.common-head .title{color:#1a1a1a;padding:32px 0 20px 0;text-align:center;font-weight:bold;display:inline-block;background: url(hdbg.png) center center no-repeat;}
.common-head .title2{color:#1a1a1a;padding:0 35px;text-align:center;font-weight:bold;display:inline-block;position:relative;}
.common-head .title2:before{width:18px;height:35px;content:"";background: url(lt.png) no-repeat;position:absolute;top:8px;left:0;}
.common-head .title2:after{width:18px;height:35px;content:"";background: url(rt.png) no-repeat;position:absolute;top:8px;right:0;}
.common-head .more{position:absolute;top:35px;right:0;}
.common-head .more a{display:block;color:#426188;width:41px;height:41px;background: url(more.png) no-repeat;text-indent:-9999px;background-size:cover;-webkit-transform: scale(1);transform: rotate(0);-webkit-transition: all 0.3s ease-out;transition: none; }
.common-head .more a:hover{-webkit-transform:scale(1.3);transform:rotate(360deg);-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.section-page1 .common-head .title{background:none;padding:0;}
.section-page1 .common-head .more{top:5px;}
.section-page3 .common-head .title{color:#fff;padding:20px 0 0;background:none;}
.section-page3 .common-head .more{top:30px;}
.section-page3 .common-head .more a{background: url(more2.png) no-repeat;}
.section-page3 .row{margin:0;}
.section-page3 .col-md-2{padding:0;}
.section-page4 .common-head .more{top:10px;}
.video-box{position:relative;overflow:hidden;padding-bottom:56.25%;}
.video-box video{position:absolute;top:50%;left:50%;display:block;width:100%;height:100%;object-fit:cover;-o-object-fit:cover;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s}
.video-box:hover video{-webkit-transform:translate(-50%,-50%) scale(1.1);-moz-transform:translate(-50%,-50%) scale(1.1);-ms-transform:translate(-50%,-50%) scale(1.1);-o-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}
.video-box .play {position: absolute;height:62px;width: 62px;top: 50%;left: 0;right: 0;margin: auto;text-align: center;display: inline-block;color: #000 !important;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.video-box .play::before,.video-box .play::after {position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;border-radius: 50%;background-color: #7d1616;opacity: 0.43;z-index: -10;-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;}
.video-box .play::before {z-index: -10;-webkit-animation: inner-ripple 2000ms linear infinite;-moz-animation: inner-ripple 2000ms linear infinite;animation: inner-ripple 2000ms linear infinite;}
.video-box .play::after {z-index: -10;-webkit-animation: outer-ripple 2000ms linear infinite;-moz-animation: outer-ripple 2000ms linear infinite;animation: outer-ripple 2000ms linear infinite;}
.video-box .play span{display:block;width:54px;height:54px;margin:4px;background: url(play.png) center center no-repeat;}
.video-box .title{color:#fff;font-size:16px;width:122px;height:51px;line-height:51px;padding-left:30px;background: url(bg5.png) no-repeat;position:absolute;left:0;bottom:0;letter-spacing:2px;}
.img-box{position:relative;overflow:hidden;padding-bottom:140%;}
.img-box img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit: cover;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.img-box:hover img {transform: scale(1.1);}
.quick-list li{margin-bottom:20px;}
.quick-list li a{display:block;color:#212121;font-size:16px;text-align:center;}
.quick-list li a span{display:block;max-width:89px;margin:20px auto 30px;background: url(icon2.png) center center no-repeat;background-size:cover;}
.quick-list li a img{display:block;margin:0 auto;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.quick-list li a:hover span{background: url(icon.png) center center no-repeat;}
.quick-list li a:hover img{ filter:brightness(100)}
.quick-list li a:hover img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
@keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-filter: alpha(opacity=50);
	}

	80% {
		transform: scale(1.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
	}

	100% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}
}
@-webkit-keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	80% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}

	100% {
		transform: scale(3.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(3.5);
		-moz-transform: scale(3.5);
		-ms-transform: scale(3.5);
		-o-transform: scale(3.5);
	}
}

@-moz-keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	80% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}

	100% {
		transform: scale(3.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(3.5);
		-moz-transform: scale(3.5);
		-ms-transform: scale(3.5);
		-o-transform: scale(3.5);
	}
}
@media (min-width: 768px){
	.section-page3 .col-sm-2{width:20%;}
}
@media (min-width: 992px){
	.col-left,.col-right{transform: translate(80px, 0px);-webkit-transform: translate(80px, 0px);transition: 1s;-webkit-transition: 1s;opacity: 0;}
	.col-left{transform: translate(-80px, 0px);-webkit-transform: translate(-80px, 0px);}
	.col-left.showdiv,.col-right.showdiv{opacity: 1;transform: none;-webkit-transform: none;}
	.col-4{transition: all 1s ease-out 0s;transform: translateY(-80px);opacity: 0;}
	.col-4:nth-child(2){transition: all 1s ease-out .2s;transform: translateY(80px);}
	.col-4:nth-child(3){transition: all 1s ease-out .4s;}
	.section-page4 .common-box{transform: translateY(-80px);opacity: 0;transition: 1s;-webkit-transition: 1s;}
	.section-page2.showdiv .col-left,.section-page2.showdiv .col-right,.section-page3.showdiv .col-4,.section-page4.showdiv .common-box{transform: translateY(0);opacity: 1;}
	.quick-list{display: flex;justify-content: left;flex-wrap: wrap}
	.quick-list li{width:14.285%;}
	.section-page2 .col-md-5{width:45%;}
	.section-page2 .col-md-7{width:55%;}
	.section-page3 .col-md-2{width:14.285%;}
	.section-page4 .col-md-7{width:54%;}
	.section-page4 .col-md-5{width:46%;}
}
@media (max-width: 1200px){
	.fz28,.tabs-nav>li{font-size:24px;}
}
@media (max-width: 991px){
	
}
@media (max-width: 767px){
	.fz28,.data-text h2{font-size:20px;}
	.data-top205{margin-top:0;}
	.quick-list li a span{max-width:100px;}
	.data-text h3{font-size:18px;}
	.data-text p{font-size:14px;}
}
@media (max-width: 480px){
	.common-head .more a{width:30px;height:30px;}
}