.xypg-left{
	display: none;
}

/*流程*/
.n-trsmfj{
	background: url(../images/ccbg1.jpg) no-repeat center top;
	background-size: cover;
	padding:8vh 0;
}
.n-trsmfj-tit img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.n-trsmfj-part1{
	position: relative;
}
.n-trsmfj-part1:before{
	position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0px;
    top: 50px;
    background: url(../images/ccbg2.png) no-repeat;
    z-index: 1;
}
.trsmfj-proc{
	display: flex;
	position: relative;
	z-index: 9;
	text-align: center;
   font-size: 0;
   margin-top:5vh;
}
.trsmfj-proc1{
	padding-left:44px;	
}
.trsmfj-proc1 li:after{
	position: absolute;
	content: "";
	width: 58px;
	height: 37px;
	background: url(../images/smjt1.png) no-repeat;
   left:150px;
   top:42px;
}


.trsmfj-proc li{
	width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    padding-top: 15px;
    position: relative;
    box-shadow: 0 0 10px rgb(43 180 230 / 10%);
    transition: all 0.3s;
	margin-right: 110px;
	border-radius: 50%;
}
.trsmfj-proc li h3{
	color: #333333;
	font: 400 14px/32px "Microsoft yahei";
}

.trsmfj-proc li:hover{
	background: #2bb4e6;
	border-radius: 50%;
}

.trsmfj-proc li h3{
	color:#666;
	font-size: 14px;
	line-height: 1;
	padding-top: 5px;
}
.trsmfj-proc li:hover h3{
	color:#fff;
}
.trsmfj-proc li:hover img{
	filter: grayscale(100%) brightness(200%);
}

.trsmfj-proc2{
	display: flex;
	position: relative;
	z-index: 9;
	flex-direction:row-reverse;
	justify-content:flex-end;
	margin-top:30px;
}
.trsmfj-proc2 li{
	margin-left: 110px;
	margin-right: 0;
}
.trsmfj-proc2 li:after{
	position: absolute;
	content: "";
	width: 58px;
	height: 37px;
	background: url(../images/smjt1.png) no-repeat;
 	right:147px;
   top:23px;
   transform:rotate(180deg)
}

.trsmfj-proc3{
	display: flex;
	position: relative;
	z-index: 9;
	margin-top:30px;
	margin-right: 188px;
	margin-left: 100px;
}
.trsmfj-proc3 li{
	margin-left:110px;
	margin-right: 0;
}
.trsmfj-proc3 li + li{
	margin-left:110px;
}

.trsmfj-proc3 li:after{
	position: absolute;
	content: "";
	width: 58px;
	height: 37px;
	background: url(../images/smjt1.png) no-repeat;
    left: -60px;
   	top:42px;
}

/**/
.n-trsmfj-part2{
	padding: 8vh 0;
}
.n-trsmfj-part2-con{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.n-trsmfj-part2-con::before{
	content: "";
	position: absolute;
	top: 0;
	left: 166px;
	width: 490px;
	height: 350px;
	background: url(../images/ccbg3.png) no-repeat center;
	z-index: -1;
}
.n-trsmfj-part2-con::after{
  	content: "";
  	display: none;
}
.n-trsmfj-part2-l{
    float: left;
	width: 42.5%;
}
.n-trsmfj-part2-l p img{
	max-width: 100%;
}
.n-trsmfj-part2-r{
	width: 54%;
	float: right;
}
.n-trsmfj-part2-r .f-tit{
	text-align: left;
	position: relative;
	margin-bottom: 10px;
}
.n-trsmfj-part2-r .f-tit::after{
	content: "";
	width: 32px;
	height: 2px;
	position: absolute;
	bottom: 3px;
	left: 0;
	background-color: #55c3eb;
}
.n-trsmfj-part2-r p{
	color: #666666;
	font: 400 16px/32px "Microsoft yahei";
}
.n-trsmfj-part2-r h4{
	margin-top: 20px;
	color: #2bb4e6;
	font: 600 18px/36px "Microsoft yahei";
	margin-bottom: 6px;
}
.n-trsmfj-part2-r li{
	background: url(../images/cctit1.png) no-repeat left center;
	padding-left: 30px;
	color: #666666;
	font: 400 16px/32px "Microsoft yahei";
}
/*奇幻*/
.n-trsmfj-part3{
	background: url(../images/ccbg4.jpg) no-repeat left center;
	padding: 5vh 0 7vh;
}
.n-trsmfj-part3-con{
    margin-top: 3vh;
}
.tab1-nav{
    float: left;
    width: 226px;
}
.tab1-nav li{
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
    background-color: #fff;
    padding-bottom: 10px;
}
.tab1-nav li + li{
    margin-top: 25px;
}
.tab1-nav li h3{
    color: #333333;
    font: 600 18px/30px "Microsoft yahei";
}
.tab1-nav li .img{
    margin-left: 140px;
}
.tab1-nav li .img img{
    max-width: 100%;
}
.tab1-nav li:after{
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: url(../images/linebg1.jpg) no-repeat left center;
}
.tab1-nav li.on{
    background-color: #2bb4e6;
}
.tab1-nav li.on h3{
    color: #fff;
}
.tab1-nav li.on .img img{
	filter: grayscale(100%) brightness(200%);
}

.tab1box{
    float: right;
    width: 67.5%;
}
.tab1{
    display: none;
}
.tab1-box2 h3{
    background: url(../images/cctt05.jpg) no-repeat left center;
    color: #333333;
    font:600 18px/48px "Microsoft yahei";
    padding-left: 35px;
}
.tab1-box2 p{
    color: #666666;
    font: 400 16px/32px "Microsoft yahei";
}
.tab1-box2 .img{
    margin-top: 11px;
}
.tab1-box2 .img img{
    max-width: 100%;
}
/*客户案例*/
.n-trsmfj-part4{
	padding: 60px 0;
	background: url(../images/ccbg5.jpg) no-repeat center center;
}
.n-trsmfj-part4 .text{
    margin-bottom: 22px;
}
.n-trsmfj-part4-con{
	margin-top: 4vh;
}
.n-trsmfj-part4-con-l{
    width: 43%;
    float: left;
}
.n-trsmfj-part4-tt1{
	background: url(../images/cctt01.jpg) no-repeat left center;
	padding-left: 22px;
	color: #333333;
	font: 600 18px/36px "Microsoft yahei";
	margin-bottom: 20px;
}
.n-trsmfj-part4-tt2{
	background: url(../images/cctt02.jpg) no-repeat left center;
	padding-left: 77px;
	color: #333333;
	font: 600 18px/66px "Microsoft yahei";
	margin-top: 20px;
	margin-bottom: 20px;
}
.n-trsmfj-part4-list1 li{
	background: url(../images/cctt03.jpg) no-repeat -2px 8px;
	color: #333333;
	font: 400 14px/32px "Microsoft yahei";
	padding-left: 22px;
}
.n-trsmfj-part4-con-r{
    float: right;
    width: 57%;
    padding-top: 50px;
}
.n-trsmfj-part4-con-r .img{
    width: 34.28%;
    float: left;
    padding-top: 5px;
}
.n-trsmfj-part4-con-r .img p img{
    max-width: 100%;
}
.n-trsmfj-part4-con-r .n-trsmfj-part4-list1{
    width: 61%;
    float: right;
}
.n-trsmfj-part4-tt3{
	background: url(../images/cctt04.jpg) no-repeat left center;
	padding-left: 77px;
	color: #333333;
	font: 600 18px/66px "Microsoft yahei";
}
.n-trsmfj-part4-con-r .img2{
    margin-top: 30px;
}
.n-trsmfj-part4-img1 img{
    max-width: 100%;
}
.n-trsmfj-part4-con-r .img2 img{
    max-width: 100%;
}
@media (max-width:768px){
    .container{
        width:calc(100% - 30px);
    }
    .n-trsmfj-part2-con{
        display:block;
    }
    .n-trsmfj-part2-l{
        float:none;
        width: 100%;
    }
    .n-trsmfj-part2-r{
         float:none;
        width: 100%;
    }
    .tab1{
        display:block;
    }
    .n-trsmfj-part4-con-l{
         float:none;
        width: 100%;
    }
    .n-trsmfj-part4-con-r{
         float:none;
        width: 100%;
    }
    .n-trsmfj-part4-con-r .img{
        display:none;
    }
    .n-trsmfj-part4-con-r .n-trsmfj-part4-list1{
        width: 100%;
    }
    .n-trsmfj-part2-con::before{
        display:none;
    }
    
    
}
.nm-trsmfj-part1 {
     background: url(../images/mline1.png) repeat-y left center;  
}
.nm-trsmfj-part1 p img{
    max-width: 100%;
}
.nm-trsmfj-part1 li{
    list-style-type: none;
}
