@charset "utf-8";
/* CSS Document */
body {
    font-family: "OPPOSans-Ver2-Medium";
    color: #1a1a1a;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
.banner-video {
    position: relative;
}
.banner-video::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#p1 .img{
    position: relative;
}
#p1 .img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.index-technical-service {
    position: relative;
}
.index-technical-service::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.us-scheme {
    position: relative;
}
.us-scheme::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.index-about .right-name {
    position: absolute;
    right: 0;
    width: 45%;
    height: 100%;
    z-index: 11;
    background: url(../image/bg.png) center right no-repeat;
    /*background: #f0f0f0;*/
    background-size: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #fff;
}
.index-technical-service .left-name{
    color: #000;
}
/*==================start-counter-section===============*/

/*==================end-counter-section===============*/
.row {
 --bs-gutter-x: 1.5rem;
 --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
 margin-top: calc(var(--bs-gutter-y) * -1);
 margin-right: calc(var(--bs-gutter-x) * -.5);
 margin-left: calc(var(--bs-gutter-x) * -.5);
}
.programme-text {
    width: 80%;
    z-index: 10;
}
.work-section {
    padding: 85px 0;
    background: #f7fbff;
}
.work-title {
    text-align: center;
    margin-bottom: 118px;
}
.work-title h5 {
    display: inline-block;
    color: #533efe;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0,148,219,1) 0%, rgb(71 234 242) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.work-title h3 span {
    color: rgb(0 107 159);
    font-weight: 600;
}
.work-title h3 {
    color: rgb(30, 38, 109);
    font-size: 42px;
    font-weight: normal;
    margin: 13px 0 13px;
    line-height: 1.2;
    font-family: 'OPPOSans-Medium', sans-serif;
}
.work-title p {
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    font-family: 'OPPOSans-Medium', sans-serif;
}
.work-sg-thumb {
    position: relative;
}
.work-sg-thumb img {
    position: absolute;
    top: -325px;
    left: 0px;
    right: 0px;
    z-index: -2;
    width: 80%;
    margin: auto;
}
.work-single-box {
    text-align: center;
    padding: 25px;
    transition: .5s;
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.work-icon {
    position: relative;
    display: inline-block;
    font-size: 40px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    margin: 30px;
    box-shadow: 0px 0px 40px 0px rgba(122, 56, 223, 0.2);
}
.work-icon img {
    width: 50%;
    z-index: 99999;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 25%;
}
.work-icon::after {
    content: '';
    position: absolute;
    background-image: url(../image/w-icon-bgs.png);
    background-repeat: no-repeat;
    height: 148px;
    width: 148px;
    left: -25px;
    top: -23px;
    z-index: 0;
    background-size: contain;
    border: 1px solid #fff;
    border-radius: 50%;
}
.work-icon::before {
    content: '';
    position: absolute;
    background: url(../image/w-icon-bg.png) center;
    background-repeat: no-repeat;
    height: 148px;
    width: 148px;
    left: -25px;
    top: -23px;
    z-index: 10;
    background-size: 70%;
    border: 1px solid #fff;
    border-radius: 50%;
}
.work-content h5 a {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #000;
}
.work-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.6
}
.work-single-box {
    position: relative;
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
}
/* solution04wrap */
.solution04wrap {
    width: 60%;
    padding: 80px 0;
    z-index: 9;
    margin: auto;
}
.solution04 {
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 25px;
}
.solution04 img.bg {
    display: block;
    width: 100%;
}
/* solution04list */
.solution04list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.solution04list li {
    border-radius: 20px;
    /*display: flex;
    display: -webkit-flex;*/
    align-items: center;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px 0 0;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}
.solution04list li .img {
	background: none;
    /*width: 130px;
    height: 130px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    background: none;
    margin-right: 15px;
    border-right: 1px solid #fff;*/
}
.solution04list li .img .img01{
	max-width: 300px;
}
.solution04list li .img .img02{
	max-width: 330px;
}
.solution04list li p {
    /*width: calc(100% - 0px);*/
    font-size: 20px;
    color: #000;
    line-height: 24px;
	text-align: center;
}
.solution04list li p span {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
    display: block;
    opacity: 0.75;
}
.solution04list li:first-child {
    left: 35%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: -100px;
    display: inline-flex;
}
.solution04list li:nth-of-type(3) {
    left: 35%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -85px;
    display: inline-flex;
}
.solution04list li:nth-of-type(2) {
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0px;
    display: inline-flex;;
}
.solution04list li:last-child {
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -60px;
    display: inline-flex;/**/
}
.solution04list li:last-child p{
    text-align: left;
    margin-right: -20px;
}
.solution04wrap .sol-tl {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.solution04wrap .sol-tl h3 {
    margin: 0;
}
.sol-tl h3 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin-bottom: 40px;
}
.sol-tl h3 img:first-child {
    max-width: 400px;
}
.sol-tl h3 span {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin: 0 30px;
}
.right-date-item .date-1 sup {
    color: #fff;
	position: inherit;
    display: block;
    top: -10px;
    text-align: center;
    margin: auto;
    right:0px;
}
.text .text-1 p{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-technical-service {
    position: relative;
    padding-top: 60px;
    background: url(../pic/bg3-4.jpg) center top;
    padding-bottom: 60px;
    background-size: cover;
    border-top: 1px solid #fff;
}
.footer-navs-item {
    display: inline-block;
    margin-bottom: 0px;
    width: 15%;
}
.footer-navs-item:last-child{
    width: 35%;
}
.footer-navs-item:last-child p{
    display: inline-flex;
    float: right;
    text-align: center;
    color: #fff;
}
.footer-navs-item:last-child p img{
    padding-bottom: 5px;
}
@media screen and (max-width: 1400px) {
.solution04list li:first-child {
    left: 28%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: -180px;
}
.solution04list li:nth-of-type(3) {
    left: 28%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -180px;
}
.solution04list li:nth-of-type(2) {
    top: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -150px;
}
.solution04list li:last-child {
    top: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -200px;
}
.sol-tl h3 span {
    margin: 0 10px;
}
.solution04wrap {
    width: 60%;
    padding: 180px 0;
    z-index: 9;
    margin: auto;
}
.right-date{
	bottom: 5%;
}
#About .blog-info h3 a {
    font-size: 20px;
    letter-spacing: 1px;
}
#About .blog-button a{
    width: 35px;
    height: 35px;
}
.idex_prou_list ul li .img_hover {
	padding: 17% 30px 0 30px !important;
}
}
.w_grids{
    background: #fff;
}
.content_box01{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    overflow: hidden;
}
.content_box02{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    overflow: hidden;
}
.content_box03{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    overflow: hidden;
}
.content_box04{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    overflow: hidden;
}
.w_fimgbox-001 .w_imgbox{
    position: relative;
}

.w_fimgbox-001 .w_imgbox:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #3b9cf955 0%, #3b9cf955 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.w_fimgbox-001 .w_imgbox > img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px;
}
.w_grids {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
}
	
.right-date{
    background-color: rgba(12,108,199,1);
}
.right-date-item .date-1 strong{
    color: #fff;
}
.right-date-item .title-1{
    color: #fff;
}
.footer-navs-item {
    display: inline-block;
    margin-bottom: 52px !important;
    width: 15%;
}
.biaoti h2{
	font-size:28px !important;
	color:#333;
	line-height:1;
}
@media screen and (max-width: 1100px) {
.index-about{
   padding: 0% 0 15%; 
}
}
@media screen and (max-width: 780px) {
#w_common_text-1592915365770{
	margin-top: 0px !important;
	margin-left: 0px;
}
#w_fbtn-1592915862631{
	margin-top: 0px !important;
}
#w_common_text-1592915374052{
	margin-left: 0px !important;
	margin-bottom: 15px;
}
#content_box-1592915317090-1{
	text-align: center;
	margin-top: 20px;
}
#w_common_text-1592915613022{
	margin-left: 0px;
	margin-top: 0px !important;
}
#w_common_text-1592915613028{
	margin-left: 0px;
}
#content_box-1592915613011-1{
    text-align: center;
	margin-top: 20px;
}
#w_fbtn-1592916083202{
    margin-top:15px;
}
#content_box-1592915613011-0{
    margin-top: 15px;
}
#content_box-1592915317090-0{
    margin-top: 15px;
}
.biaoti h2{
	font-size:20px !important;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.w_fimgbox-001 .w_imgbox > img{
	min-height: 300px;
}
.index-about .right-name {
    position: absolute;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: url(../image/bg.png) center right no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #fff;
    top: 100%;
}
.right-date{
	left: 0px;
    right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.right-date-item{
	border-right: 0px solid #fff9;
	width: 50%;
}
.right-date-item .title-1{
   float:left;
   width: 100%;
}
.testimonial-title h2{
  font-size: 32px;
}
.programme-text{
	max-width: 90%;
	width: 90%;
}
.col-lg-3{
  width: 50%;	
}
.col-lg-3 .work-single-box{
	padding: 0px !important;
    box-shadow: 0px 10px 16px 0px rgb(0 148 219 / 0%);
    background: none;
}
.work-icon{
	width: 80px;
	height: 80px;
}
.work-icon::after{
	height: 128px;
    width: 128px;
}
.work-icon::before{
	height: 128px;
    width: 128px;
}

.work-content h5 a {
    margin-bottom: 10px;
    margin-top: 10px;
}
.us-scheme{
	padding-top: 60px;
	margin-top: 0px;
}
.home-news{
	padding-top: 60px;
	padding-bottom: 30px;
}
.scheme-top{
	display: inherit;
}
.home-news-top{
	display: inherit;
}
.home-news-top .home-news-title{
	margin-bottom: 20px;
}
.home-news-top .common-title{
	display: block;
}
.home-swiper{
	display: block;
}
#About .container{
	width: 90%;
}
#About .container .tab-wrapper{
	padding: 0px;	
}
#About .tab-menu li {
    width: 48% !important;
    padding: 20px 0px !important;
}
#About .tab-content>div{
	padding: 0px;
}
#About .process-list{
	display: inherit;
}
.process-list{
	padding: 0 20px;
}
.process-list-item{
	margin-top: 0px !important;
	width: calc(25% - 9px);
	margin-right: 12px;
}
.process-list-item:nth-child(4){
	margin-right: 0px;
}
.process-list-item:nth-child(8){
	margin-right: 0px;
}
.process-list-itemText{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;	
	font-size: 14px;
}
.process-list-item:nth-child(2n){
	background-position: bottom !important;
}
.tab-content>div{
	min-height: 370px;
}
.work-content p {
	margin-top: 0px;
	margin-bottom: 15px;
}
}
.pt-100{
	padding-top: 80px;
}
.pb-100{
	padding-bottom: 80px;
}
.index_poduct {
	width: 100%;
	overflow: hidden;
	background: #f1f8ff;
	background: url(../pic/bg01.jpg);
}

.index_h3 {
	width: 100%;
}

.index_h3 h3 {
	font-size: 48px;
	font-weight: 100;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
}

.index_h3 p {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	text-align: center;
	margin-top: 0px;
}

.idex_prou_list {
	width: 100%;
	margin-top: 30px;
}

.idex_prou_list ul {
	width: calc(100% - 20%);
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: 10%;
    margin-right: 10%;
	padding: 0px;
	margin-bottom: 0px;
    /*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;*/
}

.idex_prou_list ul li {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}

.idex_prou_list ul li:first-child,
.idex_prou_list ul li:last-child {
	width: 50%;
}

.idex_prou_list ul li .img {
	width: 100%;
	overflow: hidden;
}

.idex_prou_list ul li .img img {
	width: 100%;
	transition: all .4s;
}

.idex_prou_list ul li .img_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	padding: 20% 30px 0 30px;
	display:none;
}
.idex_prou_list ul li .img_hover h3 {
	font-size: 36px;
	color: #111111;
	line-height: 36px;
	text-align: center;
	margin-bottom: 0px;
}
.idex_prou_list ul li:hover .img_hover{
	display:block;
	background: rgba(0, 0, 0, 0.7);
}
.idex_prou_list ul li:hover .img_hover h3 {
	color: #fff;
}
.idex_prou_list ul li:hover .img_hover p{
	color: #fff;
}
.idex_prou_list ul li:hover .img_hover small{
	color: #fff;
}

.idex_prou_list ul li .img_hover p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	text-shadow: 2px 4px 6px rgba(0, 5, 10, 0.09);
	text-align: center;
	margin-top: 10px;
}

.idex_prou_list ul li .img_hover small {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #111111;
	line-height: 36px;
	margin-top: 5px;
}

.idex_prou_list ul li .img_hover small i {
	color: #111111;
	font-size: 20px;
}

.idex_prou_list ul li .img_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	/* visibility: hidden; */
	transition: all .4s;
	padding: 0 30px;
}

.idex_prou_list ul li:hover .img_text {
	opacity: 1;
}

.idex_prou_list ul li .img_text h3 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	margin-bottom: 0px;
}

.idex_prou_list ul li .img_text p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	margin-top: 0px;
}

.idex_prou_list ul li .img_text small {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	width: 100%;
	margin-top: 20px;
}

.idex_prou_list ul li .img_text small i {
	color: #fff;
	font-size: 20px;
}
.idex_prou_list ul li:hover img {
    transform: scale(1.1);
}
.index-about {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.work-single-box:hover {
    /*box-shadow: 0px 5px 16px 0px rgba(255,255,255, 0.6);*/
    background: #fff9;
}
.scheme-btn span:hover {
    color: rgba(12,108,199,1);
}
/* pro04min */
.pro04min{display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: flex-end;-webkit-align-items: flex-end;position: relative;}
.pro04min .item{margin-right: 120px;display: flex;display: -webkit-flex;flex-flow: column;-webkit-flex-flow: column;align-items: center;-webkit-align-items: center;position: relative;z-index: 1;width: 125px;}
.pro04min .item img{display: block;width: auto;}
.pro04min .item:last-child{margin-right: 0;}
.pro04min .item p{font-size: 18px;color: #222222;margin-top: 20px;white-space: nowrap;text-align: center;line-height: 28px;}

.pro04min .item:nth-of-type(2n){margin-bottom: 180px;flex-flow: column-reverse;-webkit-flex-flow: column-reverse;}
.pro04min .item:nth-of-type(2n) p{margin-bottom: 30px;margin-top: 0;}
.pro04min .bg{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 0;width: auto;max-width: 100%;-webkit-transform: translate(-50%,-50%);margin-left: 25px;}
.pro04min01 .item{margin-right: 7.5%;}
.pro04min .bg{margin: 0;}
.pro04min .item:last-child p br{display:none;}

/* pro05wrap */
.pro05wrap{width: 100%;padding: 120px 0;background-color: #EBF2F9;position:relative;}
/* pro05 */
.pro05{margin: auto;position: relative;}
.pro05qq{width: 582px;height: 542px;border-radius: 50%;position: relative;margin: auto;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;}
.pro05qq01:before{content:'';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 0;border-radius: 50%;background-color: rgba(3, 140, 245, 0.4);-webkit-animation:ballScale02 3s 0s linear infinite;-moz-animation:ballScale02 3s 0s linear infinite;-ms-animation:ballScale02 3s 0s linear infinite;animation:ballScale02 3s 0s linear infinite}
@keyframes ballScale02{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1.4);transform:scale(1.4);opacity:0}
}
/* pro05qq01 */
.pro05qq01{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;width: 401px;height: 401px;position: relative;}
.pro05qq01>img{position: absolute;}
.pro05qq01 .list{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;}
.pro05qq01 .pro05qq02{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;}
.pro05qq01 .pro05qq02>img{-webkit-animation: move 25s linear 1s infinite;-moz-animation: move 25s linear 1s infinite;-ms-animation: move 25s linear 500ms infinite;-o-animation: move 25s linear 1s infinite;animation: move 25s linear 1s infinite;}
.pro05qq01 .pro05qq02 .text{width: 134px;height: 134px;background: linear-gradient(-30deg, #002E96 0%, #096AF1 100%);border-radius: 50%;font-size: 30px;color: #FFFFFF;line-height: 36px;font-weight: bold;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;position: absolute;}
.pro05qq01 .list li{width: 78px;height: 78px;background: linear-gradient(-30deg, #fff 0%, #fff 100%);box-shadow: 0px 10px 10px 0px rgba(1,48,157,0.1);border-radius: 50%;display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;justify-content: center;-webkit-justify-content: center;position: absolute;top: 10%;}
.pro05qq01 .list li:nth-of-type(2n){right: 0;}
.pro05qq01 .list li:nth-last-of-type(1),.pro05qq01 .list li:nth-last-of-type(2){bottom: 10%;top: initial;}
/* pro05text */
.pro05text{position: absolute;left: 0;width: 100%;box-sizing: border-box;height: 100%;top: 0;padding: 70px;}
.pro05text .item{width: 250px;position: absolute;left: 70px;top:100px;}
.pro05text .item h3{font-size: 18px;color: #222222;margin-bottom: 30px;text-align: center}
.pro05text .item h3 .imgbox{display: none;}
.pro05text .item h4{font-size: 14px;color: #555555;line-height: 20px;}
.pro05text .item:nth-of-type(2n){left: initial;right: 18%;}
.pro05text .item:nth-last-of-type(1),.pro05text .item:nth-last-of-type(2){top: initial;bottom: 100px;}
.pro05qq0101 .list li{top: 0%;}
.pro05qq0101 .list li:nth-of-type(1){left:40%;top: -10%}
.pro05qq0101 .list li:nth-of-type(2){right:5%;}
.pro05qq0101 .list li:nth-of-type(3){right:38%;bottom: -40px;top:initial;}
.pro05qq0101 .list li:nth-last-of-type(1),.pro05qq0101 .list li:nth-last-of-type(2){bottom: 42%;top: initial;}
.pro05qq0101 .list li:nth-last-of-type(1){right:-6%;}
.pro05qq0101 .list li:nth-last-of-type(2){left:-9%;}
.pro05text01 .item:nth-of-type(3){left:20%;top:initial;bottom:0;}
.pro05text01 .item{top: 50px;}
.pro05text01 .item:nth-last-of-type(1), .pro05text01 .item:nth-last-of-type(2){bottom:170px;}
.pro05text01 .item01 {left: 0px;top: 0px;right: 0px;margin: auto;}
.process-list-item:hover .process-list-itemIcon {
    transform: rotate(360deg) !important;
}
.tab-menu {
    padding: 0px;
    margin-bottom: 30px;
    text-align: center;
    display: block;
}
.tab-menu li{
    width:20% !important;
}
.i04{
    bottom: -8% !important;
    right: 40% !important;
    top: initial;
}
.i02{    
    top: 38% !important;
    right: -35px !important;
}
.item02{
    top: 320px !important;
}
.item04{
    bottom: -30px !important;
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
}
.process-list-item:nth-child(2n + 1) {
    margin-top: 55px;
}
.process-list-item:nth-child(2n){
    background-position: 30px 150px
}
.tab-content>div{
    /*background: url(../pic/bg3-4.jpg) center center #fff no-repeat;*/
    border: 1px solid #fff;
    background-size: contain;
}
.more-2 a{
    border: 1px solid rgba(12,108,199,1);
    color: rgba(12,108,199,1);
}

@media (max-width: 992px){
.pro05qq{
	width: inherit;
    height: inherit;
}
.pro05text{
	padding: 0px;
}  
.pro05 {
    transform: scale(0.6);
}
.pro05text01 .item01{
	margin-top: -80px;
}
.pro05text .item:nth-of-type(2n){
    margin-top: -70px;
    margin-right: -190px;
}
.pro05text01 .item:nth-of-type(3) {
    left: -35%;
    top: 250px;
    bottom: 0;
}
.item04 {
    bottom: -110px !important;
}
.process-list-item {
    float: left;
    padding-bottom: 30px;
    background-image: url(../image/24-24.png);
    background-repeat: no-repeat;
    background-size: 28px 28px;
    text-align: center;
    font-size: 0;
    height: inherit;
    margin-bottom: 20px;
}
.w_fbtn-001 .p_CommonBtn{
    width:calc(100% - 40px);
}
}
