* {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
	
}

.box-qh .title-box ul.title-ul .qh-title.active {
    border-bottom-width:3px;
    border-bottom-style:solid;
    border-bottom-color:#00793e;
    transition: left 10s cubic-bezier(1, 0.09, 0.17, 1);
}

a {
    text-decoration: none;
}

.content {
    width: 1252px;
    margin: 0 auto;
}

.box-qh {
    height: 600px;
    margin: 0 auto;
}

.box-qh .title-box {
    width: 742px;
    margin: 0 auto;
}

.box-qh .title-box ul.title-ul {
    width: 100%;
}

.box-qh .title-box ul.title-ul .qh-title {
    margin: 6px 33px;
    height: 35px;
    cursor: pointer;
    font-size: 18px;
    float: left;
}


.box-qh .b-box .box-qh-nr {
    background-color: #f1f5f7;
    margin-top: 5px;
    display: none;
}

.box-qh .b-box .box-qh-nr ul li.x-bq {
    float: left;
    padding: 9px 14px;
    margin: 0 5px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.box-qh .box-qh-nr ul li.x-bq:nth-child(1) {
    margin-left: 0px;
}

.box-qh .b-box .box-qh-nr {
    width: 100%;
}

.box-qh .b-box .box-qh-nr .sx-box {
    height: calc(100% - 34px);
    display: none;
}

.box-qh .b-box .box-qh-nr .cloud-block {
    display: block;
}

.box-qh .b-box .box-qh-nr .sx-box-l {
    /* padding: 0px 40px; */
    width: calc(50% - 113px);
    height: calc(100% - 34px);
    margin-left: 35px;
}

.box-qh .b-box .box-qh-nr #left-fu {
    margin-left: -553px;
	position:relative;
}

.box-qh .b-box .box-qh-nr .sx-box-l h3 {
    font-size: 20px;
    margin-top: 40px;
}

.box-qh .b-box .box-qh-nr .sx-box-l i {
    width: 42px;
    height: 10px;
    display: block;
    border-bottom: 3px solid #00793e;
}

.box-qh .b-box .box-qh-nr .sx-box-l .jxc-text {
    margin-top: 32px;
}

.box-qh .b-box .box-qh-nr .sx-box-l .jxc-text h4 {
    font-size: 14px;
}

.box-qh .b-box .box-qh-nr .sx-box-l .jxc-text p {
    margin-left: 8px;
    line-height: 18px;
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
}

.box-qh .b-box .box-qh-nr .sx-box-l .btn {
    width: 100%;
    height: 50px;
	position:absolute;
	bottom:2px;
}
.box-qh .b-box .box-qh-nr .sx-box-l .btn a.aleft{
	left:140px;
	background:#198551;
	color: #fff;
	
}
.box-qh .b-box .box-qh-nr .sx-box-l .btn a.aleft2{
	color:#198551;
}
.box-qh .b-box .box-qh-nr .sx-box-l .btn a#btn {
    width: 22%;
    margin: 28px auto;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    border: none;
    margin-left: 40px;
    border: 1px solid #198551;
    
    cursor: pointer;
    position: absolute;
    text-align: center;
    display: inline-block;
    bottom: -23px;
}

/* 平台右边 */
.box-qh .b-box .box-qh-nr .sx-box .sx-box-r {
    width: 50%;
    margin-right: -630px;
}

.box-qh .b-box .box-qh-nr .sx-box .sx-box-r .img-title {
    margin-top: 13px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
	margin-right:-38px;
}

.box-qh .b-box .box-qh-nr .sx-box .sx-box-r .img-r img {
    width: 100%;
    height: 100%;
}

.box-qh .b-box .box-qh-nr .sx-box .sx-box-r .img-r {
    width: 668px;
    height: 398px;
    /* background-color: red; */
}

.beij {
    background-color: #dde7eb;
}

.box-qh .box-qh-nr.block {
    display: block;
    overflow: hidden;
    height: 506px;
    transition: left 10s cubic-bezier(1, 0.09, 0.17, 1);
}



/* 轮播 */
.pb-carouselWarp {
    position: relative;
    width: 1252px;
    height: 468px;
    overflow: hidden;
    margin: 0 auto;
}

.pb-carouselWarp .pb-carousel {
    position: relative;
    height: 100%
}

.pb-carouselWarp .pb-carousel li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.pb-carouselWarp .pb-carousel li img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.pb-carouselWarp .pb-carousel .pb-this {
    display: block;
    left: 0
}

.pb-carouselWarp .pb-carousel-ind {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.pb-carouselWarp .pb-carousel-ind li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff6f2;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #a9a9a9;
}

.pb-carouselWarp .pb-carousel-ind .pb-this {
    background-color: #233f77
}

.pb-carouselWarp .pb-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: none
}

.pb-carouselWarp .pb-arrow-prev {
    left: 20px;
    background: url(img/arrow-left.png) no-repeat center
}

.pb-carouselWarp .pb-arrow-next {
    right: 20px;
    background: url(img/arrow-right.png) no-repeat center
}

.pb-carouselWarp[type=updown] .pb-carousel-ind {
    position: absolute;
    width: 15px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 20px;
    transform: translateY(-50%)
}

.pb-carouselWarp[type=updown] .pb-carousel-ind li {
    float: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 5px 0
}

.pb-carouselWarp[type=updown] .pb-carousel-ind .pb-this {
    background-color: #000
}

.pb-carouselWarp[type=updown] .pb-arrow {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.pb-carouselWarp[type=updown] .pb-arrow-prev {
    top: 20px;
    background: #000 url(img/arrow-top.png) no-repeat center
}

.pb-carouselWarp[type=updown] .pb-arrow-next {
    top: auto;
    bottom: 20px;
    background: #000 url(img/arrow-bottom.png) no-repeat center
}

/* 什么是super云软件 */
.wrap .explain-box {
    margin-top: 40px;
    text-align: center;
}

.wrap .explain-box .content h3 {
    color: #555555;
    font-size: 24px;
}

.wrap .explain-box .content p {
    line-height: 30px;
    color: #323232;
    font-size: 15px;
    margin-top: 12px;
}

/* 模式 */
.wrap .model-box {
    margin-top: 50px;
}

.wrap .model-box .content ol>li {
    width: 24%;
    height: 232px;
    float: left;
    margin-left: 14px;
    transform: scale(1);
    /* padding: 10px 40px; */
    cursor: pointer;
    background-color: #f7f9fb;
    border: 1px solid #eff1f1;
}
.wrap .model-box .content ol>li.in{
    transform: scale(1.05);
    transform-origin:center;          
    transition:all 200ms ease-in;       
}
.wrap .model-box .content ol>li.out{
    transform: scale(1);
    transform-origin:center;          
    transition:all 200ms ease-in;       
}
.wrap .model-box .content ol>li div.ms {
    margin-top: 50px;
    height: 33px;
    text-align: center;
}

.wrap .model-box .content ol>li div.ms i.i {
    display: inline-block;
    width: 35px;
    height: 33px;
    vertical-align: middle;
    margin-top: -8px;
}

.wrap .model-box .content ol>li div.ms i.i1 {

    background-image: url(../images/llq-tp.png);
}

.wrap .model-box .content ol>li div.ms i.i2 {
    background-image: url(../images/ptai-tp.png);
}

.wrap .model-box .content ol>li div.ms i.i3 {
    background-image: url(../images/ybs-tp.png);
}

.wrap .model-box .content ol>li div.ms i.i4 {
    background-image: url(../images/zsy-tp.png);
}

.wrap .model-box .content ol>li div.ms span {
    color: #464646;
    font-size: 17px;
    font-weight: bold;
    margin-left: 19px;
    line-height: 33px;
}

.wrap .model-box .content ol>li p.text {
    font-size: 14px;
    color: #555555;
    /* text-align: left; */
    width: 245px;
    padding: 0 28px;
    line-height: 25px;
    margin-top: 25px;
}
.wrap .model-box .content ol>li:nth-child(1) {
    margin-left: 0;
}
/* 了解更多 */
.seek-phone{
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #434343;
}
.seek-phone h3{
    font-size: 24px;

}
.seek-phone p{
    font-size: 22px;
    margin-top: 14px;
}





 .tcnav-li {
    float: left;
    position: relative;
    cursor: pointer;
    width: 200px;
    height: 52px;
    margin-top: 40px;
    margin-right: 16px;
}
.tcnav-li:nth-child(4){
    margin-right: 0;
}
.tcent .tcul{
    width: 558px;
    height: 100%;
   
    padding: 0 20px;
	 display: flex;
    justify-content: space-evenly;
}
.tcnav-li .nav-atc {
    font-family: "宋体";
    font-size: 16px;
    font-weight: 700;
    color: #000;
    height: 100%;
    width:100%;
    position: absolute;
    line-height: 53px;
    border: 1px solid #dddddd;
    text-align: center;
    display: inline-block;
}
.bjtico{
    background-image: url(/images/11.png);
    display: inline-block;
    width: 8px;
    height: 5px;
    margin-left: 130px;
    margin-top: 26px;
    position: absolute;
    z-index: 10000;
}

.tc .tc-box .tctop{
         height: 42px;
         width: 100%;
         border-top-left-radius: 10px;
         border-top-right-radius: 10px;
         background-color: #eaeaea;
     }
     .tc .tc-box .tctop p{
        padding: 0 20px;
        line-height: 46px;
        font-size: 15px;
     }

.tcnav-li .tcnav-aa{
    border: 1px solid #0f0f0f;
    padding: 2px 8px;
    font-size: 12px;
    margin-left: 26px;
}
.tcnav-aa{
    border: 1px solid #0f0f0f;
    padding: 4px 13px;
    font-size: 12px;
    margin-left:8px;
    cursor: pointer;
    border-radius: 2px;
    background-color: #f4f4f4;
}



 .tcnav-li .tcnavbj {
    display: none;
    width: 128px;
    height: 105px;
    position: absolute;
    left: 0px;
    bottom: -50px;
}
 .tcnavlist {
    /* display: none; */
    width: 660px;
    /* border: 1px solid #a9a9a9; */
    background: #746f6f;
    /* position: absolute;
    left: -49px;
    top: 41px; */
    z-index: 99;
}

.tcnavlist2 .tcsp-dw{
    position: absolute;
    top: -35px;
    left: 48%;
}
.tcnavlist2 .tcnavlist-main li a {
    height: 31px;
    line-height: 31px;
    font-weight: inherit;
}
.cons{
	text-align:center;
	font-size:14px;
	color:#000;
	font-weight: 900;
	line-height:34px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.tcnavlist1 {
    width: 237px;
    left: -65px;
}
.tcnav-li .nav-atc.bjys{
    background-color: #ccc;
}
.tcnavlist2 {
	margin: auto 0;
    width: 556px;
    left: -40px;
    top: 64px;
}
.tcnavlist2 .tcnavlist-main .tcdiv1{
    width: 100%;
    display:flex;
	justify-content: space-around;
    background-color: #fff;

}
.tcnavlist2 .tcnavlist-main .tcdiv1 ul{
	margin:9px 0 14px 0;
}
.tcnavlist2 .tcnavlist-main .tcdiv1 li:nth-child(1){
	
}
.tcnavlist2 .tcnavlist-main .tcdiv1 h3 span{
    font-weight: normal;
    font-size: 13px;
}
.tcnavlist2 .tcnavlist-main .tcdiv1:nth-child(2){
    background-color: #f3f3f3;
}
 .tcnavlist2 .tcnavlist-main .tcdiv1 h3{
    color: #000000;
    font-size: 13x;
    padding-bottom: 6px;
    margin: 10px 20px;
    border-bottom: 1px solid #4b4b4b;
}
.tcnavlist2 .tcnavlist-main .tcdiv1 li.beij{
    background-color: #ccc;
}

.tcnavlist .tcnavlist-main li:hover {
    background: #ddd;
}
.tcnavlist .tcnavlist-main li a{
    color: #333;
}
.tcentjs {
    /* border-top: 1px solid #ccc; */
    /* margin: 0 22px; */
}
.tcentjs .tctext{
    text-align: center;
	font-size: 12px;
	margin: 10px 22px;
}
.tcnavlist .tcnavlist-main li a span{
	font-size:12px;
	font-weight:bold;
}

.absss{
	display: inline-block;
	font-weight: bold;
	color:#333;
	margin-left:7px;
}

.san{
	position: absolute;
	width: 9px;
	height: 9px;
	border-left: 1px solid #a9a9a9;
	border-top: 1px solid #a9a9a9;
	transform: rotate(45deg);
	top: -6px;
    left: 135px;
    background-color: #fff;
}
