body{
	overflow-x: hidden;
	box-sizing: border-box;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.vf-hd{
	overflow: hidden;
}


.w20{
	display: inline-block;
	width:20%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.w25{
	display: inline-block;
	width:25%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;

}

@media (min-width: 768px){
	.w-mix {
		width: 50%;
		float: left;
	}
}
@media (min-width: 992px){
	.w-mix {
		width: 25%;
		float: left;
	}
}

.w33{
	display: inline-block;
	width:33.333333%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.w40{
	display: inline-block;
	width:40%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.w50 {
	display: inline-block;
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.w1300{
	width:1300px;
}
@media screen and (max-width: 1200px){
	.w1300{
		width:990px;
	}
}
.mr30{
	margin-right:30px;
}
.ml30{
margin-left:30px;
}
.m-bot30{
	margin-bottom:30px;
}
.m-top30{
	margin-top: 30px;
}
.plr15{
	padding:0 15px;
}
.ptb40{
	padding:40px 0;
}
.pl15{
	padding-left:15px;
}
.pl20{
	padding-left:20px;
}
.ptb10{
	padding:10px 0;
}
.p15{
	padding: 15px;
	box-sizing: border-box;
}
.pbot60{
	padding-bottom:60px;
}
.text-center {
	text-align: center;
}
.text-left{
	text-align:left;
}
img {
	width：100%;
	max-width: 100%;
	height: auto;
}




/* 中间宽度 */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
@media (min-width: 768px){
	.container {
	width: 750px;
	}

}
@media (min-width: 992px){
	.container {
	width: 970px;
	}
	
}
@media (min-width: 1200px){
	.container {
	width: 1100px;
	}

}



/* 灰色背景 */
.bg-light-gray {
	background-color: #f7f7f7;
	padding: 40px 0px;
}
/* 分类边距 */
.sections {
    padding:40px 0;
    position: relative;
    overflow: hidden;
}


/* 首页新闻咨询 */
.portfolio {                
    width: 100%;
    overflow: hidden;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    height: 200px;
    width: 100%;
}
.details {
    padding: 1em;
    background: #f7f7f7;
    text-align: center;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
}
.details h4{
    font-size:14px;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.details p {
    font-size: 0.9em;
    color: #717171;
    line-height: 1.7em;
    padding: 0.3em 0em 1em 0em;
    border-bottom: 1px solid #CBCBCB;
}
.details a.bannn-btn {
    font-size: 1em;
    padding: 1em 1em 0em 1em;
    display: inline-block;
}






/* 解决方案 */
.jiejue .head{
    padding-bottom: 30px;
    text-align: center
}
.head .heading {
    color: #333;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}
.head span {
    display: block;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
    font-weight: 300;
}
.fangan{
    height:400px;
    margin: 0 0 30px;
}
.portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    height:75%;
}
.portfolio-link .portfolio-hover {
    background: rgba(10, 204, 255, 0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.portfolio-link img{
    width:100%;
    height:100%;
}
.portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}
.portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
.portfolio-caption {
    max-width: 400px;
    height:25%;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 25px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);

}
.portfolio-caption h4 {
    text-transform: none;
    margin: 0;
}
.portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
    margin: 0;
}
.fangan:hover .portfolio-hover{
    opacity: 1;
}



/* 平台介绍 */

.bgtuc{
        background: url(/assets/image/qd/bg-02.jpg) no-repeat center 70%;
        background-size: cover;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-60 p{
    font-size:16px;
    margin-top:3%;
}
.section-heading{
    margin-top:10%;
    margin-bottom: 40px;
    font-size: 36px;
    color: #222222;
    font-weight: 300;
}



/* 发展趋势 */
.about {
    padding: 8em 0px;
}
.about-main {
    text-align: center;
    border: 2px solid #3c3c3c;
    padding: 3em 0px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.ag-title{
    font-size: 28px;
    text-align: center;
    margin: 40px auto;
}
.about-main div.ag-title{
    color: #3c3c3c;
    font-size: 28px;
    letter-spacing: 3px;
    margin: 0;
    position: absolute;
    background: #fff;
    top: -17px;
    left: 27%;
    width: 45%;

}
.about-main p {
    color: #3c3c3c;
    font-weight: 400;
    font-size: 16px;
    width: 85%;
    margin: 3% auto 0;
    line-height: 1.6em;
}

.about-main p span {
    display: block;
}


/* DIP简介 */
.welcome {
    padding: 40px 0;
    background: url(/assets/image/qd/1_back.png) center;
}
label.wel {
    background-color: rgba(255, 0, 0, 0.8);
    width: 150px;
    height: 3px;
    display: block;
    margin: 0 auto 30px;
}
.w3ls_head {
    font-size: 36px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
}
.welcome p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #333;
    width: 100%;
    margin: 0 auto;
    line-height: 28px;
    text-align: center;
}
.wlmore {
    text-align: center;
    margin-top: 3em;
}
.wlmore img{
    width:70%;
}
.wlmore a {
    font-size: 15px;
    color: rgba(255, 0, 0, 0.8);
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background: none;
    padding: 14px 36px;
    border: 2px solid rgba(255, 0, 0, 0.8);
}

.jdfenl{
    padding:40px 0;
}
.jdfenl img{
    width:100%;
}



/* 为什么选择 */
.mod-Advantage {
    position: relative;
   
}

ul.list-unstyled {
    text-align: right;   
    font-size: 16px;
    
}
ul.list-unstyled.ml30{
    text-align: left;
}
ul.list-unstyled li{
    margin:30px 0;
}
@media (max-width: 1400px){
    ul.list-unstyled li{
        font-size: 14px;
        margin: 20px 0;
    }
}



/* 平台支持 */
.flat-row {
    clear: both;
    display: block;
    position: relative;
}

.pad-bottom90px {
    padding-bottom: 90px;
}

.flat-iconbox {
    text-align: center;
}

.flat-iconbox .icon img {
    margin-bottom: 16px;
}
.flat-iconbox .title {
    margin-bottom: 4px;
}
.flat-iconbox .title a {
    font-family: "Condensed-Black", sans-serif;
    font-size: 16px;
    line-height: 48px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}
            


/* 平台案例 */
.anli{
    padding-top: 40px;
    padding-bottom: 80px;
}

.anlibox{
    position: relative;
    /* height: 320px; */
    padding:0px;
    cursor: pointer;
}
.h320{
	height:320px;
}
.anlibox>img{
    width: 100%;
    height: 100%;
}
.show-1 {
    position: absolute;
    width: 370px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -185px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    opacity: 1;
    transition: opacity 0.8s;
}
.show-1 div {
    width: 100%;
    height: 74px;
    margin-bottom: 20px;
}

.show-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.8s;
}

.anlibox .show-2 .show-bg {
    width: 100%;
    height: 100%;
    background: rgba(10, 204, 255, 0.25);
}
.show-2 .show-bg p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 12% 5% 0;
}
.anlibox:hover .show-1{
    opacity: 0;
}
.anlibox:hover .show-2{
    opacity: 1;

}





/* 平台数据 */
.ptb68 {
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.portfolio{
    background: url(/assets/image/qd/bg.png) no-repeat top center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    width: 100%;
    overflow: hidden;
}
.portfolio-wrapper,.portfolio-wrapper2{
    overflow: hidden;
}
.community-edition{
    background:#fff;
    padding:40px 15px;
    border:1px solid #ececec;
    box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    transition:.3s ease-in-out;
    -moz-transition:.3s ease-in-out;
    -webkit-transition:.3s ease-in-out;
}
.community-edition:hover{
    background:#82ca9c;
    color:#fff;
}
.community-edition:hover i {
    color:#fff;
}
.community-edition:hover h4 {
    color:#fff;
}
.community-edition:hover p {
    color:#fff;
}

.community-edition i{
    font-size:60px;
    color:#82ca9c;
    margin-bottom: 20px;
}
.separator {
    height: 2px;
    width: 80px;
    margin: auto;
    background: #ededed;
}
.community-edition h4{
    font-size:16px;
    color:#333;
    font-weight:600;
    letter-spacing:1px;
    line-height: 26px;
    margin:15px 0;
}
.community-edition p{
    font-size:12px;
    color:#777777;
    line-height: 20px;
}
.portfolio-wrapper2{
    margin-top:25px;
}


/* 平台介绍 */
.margin-top-60 {
    margin-top: 60px;
}

.single_features_right {
    margin-top: 10%;
}
.single_features_right h2 {
    margin-bottom: 40px;
    font-size: 36px;
    color: #222222;
    font-weight: 300;
}
.single_features_right p {
    font-size: 16px;
}
.single_features_right ul li {
    font-size: 16px;
    margin-top: 3%;
}
.btn-default {
    display: inline-block;
    width: 160px;
    height: 50px; 
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 0px;
    background: #ff6969;
    margin-top: 20px;
}

.btn-default:hover{
    color: #fff;
    background-color: rgba(255, 0, 0, 0.8);
    border-color: transparent; 
}




/* 渠道招商-招募-个人 */
.item {
display: inline-block;
vertical-align: top;
}
.item .item-icon {
height: 80px;
width: 80px;
background: #e52940;
border-radius: 50%;
color: #fff;
font-size: 50px;
margin: auto;
text-align: center;
}
.item .item-icon .fa{
margin:12px auto;
}
.item .line {
margin: 30px auto 0;
width: 80px;
height: 1px;
background-color: #e1251b;
}
.item h3 {
padding-top: 38px;
padding-bottom: 14px;
color: #333;
font-size: 18px;
text-align: center;
}
.item p {
font-size: 14px;
line-height: 24px;
color: #999;
padding: 15px 30px 0;
text-align: center;
}

.dingwei{
padding: 40px 0 60px;
}
.dingwei span{
font-size:16px;
color:#333;
}
.dingwei i{
font-size:40px;
vertical-align: middle; 
margin-right: 20px;
background-image: -webkit-linear-gradient(bottom,#1da5de,#23c7ed,#28e5fa);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.zm-gr{
background: url(/assets/image/qd/bg.png) no-repeat;
padding:40px 0 80px;
background-size: cover;
text-align: center
}
.zm-gr .container p{
font-size:18px;

}



/* 申请加入表单 */
.section-padding {
    padding: 20px 0px;
}

.form-group{
    margin-bottom: 10px; 
    text-align: center;

}
.section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.ag-title p {
    line-height: 28px;
    font-size: 15px;
}
input[type=text], input[type=email] {
    height: 50px;
}
.form-control {
    border: 1px solid #eee;
    padding-left: 20px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
}    
textarea {
    overflow: auto;
    resize: vertical;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}


.btn {
    font: 600 10.5px/1;
    display: inline-block;
    padding: 15px 45px 15px 45px;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}

.btn-circled {
    border-radius: 40px;
    color: #fff;
    font-size:16px;
    background:#F44336;
    letter-spacing:4px;
}
 .btn-circled:hover {
    color: #fff !important;
    background: #c30d23;
}
.form-control:hover, .form-control:focus {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}
.form-group .fl{
    widht:100%;
}


.contact{
    margin: 60px 0;
}
.contact-way{
    margin-bottom:20px;
}
.contact-way div{
    display: inline-block;                
    font-size:18px;
    width:33%;
}
.contact-way div img{
    vertical-align: text-bottom;
    width: 30px;
    height: 30px;
}







/* BDIP平台案例 */
.tuwen ul li{
	font-size:14px;
	text-align:left;
	margin-bottom: 20px;
}
.anli-text{
	position:relative;
}
.anli-text p{
	line-height:30px;
	text-indent: 30px;
	color:#333;
}
.anli-text:after {
    content: "";
     position: absolute;
    width: 50%;
    height: 40px;
    right: 0px;
    bottom: -4px;
}
.heze-qm:after{
	background: url(/assets/image/bdip-anli/hz/hz-qm.png) no-repeat;
  	background-size: 80%;
}
.tubox1 div{
	width:50%;
}

.bjjy-qm:after{
	background: url(/assets/image/bdip-anli/jy/bjjy-qm.png) no-repeat;
    background-size: 80%;
}
.shib:after{
	background: url(/assets/image/bdip-anli/shib/shib-qm.png) no-repeat;
    background-size: 80%;
}
.yuandian{
	display:inline-block;
    width:8px;
    height:8px;
    background:red;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	vertical-align: middle;
	margin-right: 10px;

}


.jscbox p{
	font-size:16px;
}










/* 活动 */
.maxbox{
    width: 1920px;
    /* height:4000px;
    background:url(/assets/image/hd/xq.png) no-repeat top center; */
}






/* ============================== Responsive Style ========================================*/

@media (min-width: 768px){
	p.text-muted{
		font-size:14px;
	}
	.section-heading{
		font-size:28px;
		margin: 0px;
	}
}
@media screen and (max-width: 1920px){
    
}

 @media screen and (max-width: 1400px){
    .slideArea.swiper-containers{
        margin-top: 130px !important;
       
    }
    .swiper-wrapper .swiper-slide img{
    
    }
    .swiper-pagination {
        bottom: 20px;
    }
    .tab.swiper-container,.tab-content,#btnA{
        height:auto !important;
    }
    
} 
@media (max-width: 991px){
	
}
@media (max-width: 850px){
	
}
@media (max-width: 767px){
	
}
@media (max-width: 650px){
	
}
@media (max-width: 550px){
	
}
@media (max-width: 500px){
	
}
@media (max-width: 450px){
	.news{
		width:100%;
	}
	.news img{
		width:100%;
		height:200px;
	}
	.block{
	    margin-top: 0px !important;
	}
	.sections{
		padding:0px;
	}
	.details a.bannn-btn{
		font-size:14px;
	}
	.bg-light-gray{
		padding: 0px;
	}
	

	p.text-muted{
		font-size:14px;
	}

	.fangan{
		width:100%;
	}
	.m-bot0{
		margin-bottom: 0px;
	}
	.tab.swiper-container{
		height:600px !important;
	}
	.ptjs{
		margin-top: 40px;
	}
	.ptjs .w100{
		width:100%;
	}
	.section-heading{
		font-size:28px;
	    margin: 0px;
	}
	.margin-top-60 p{
		font-size:14px;
		margin-top: 0px;
	}
}

@media (max-width: 378px){
	.portfolio-caption h4{
		font-size:18px;
	}
	p.text-muted{
		font-size:12px;
	    overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}
	
}

@media screen and (max-width: 768px){
	.about-main div.ag-title{
		font-size:20px;
	    top: -14px;
	}
	.about-main p{
		width:95%;
	}
	ul.list-unstyled li{
		margin: 5px;
	}
	.img-responsive{
		margin-top: 40px;
	}
	.anlibox{
		width:100%;
	}
	
	.jscbox .w100{
		width:100%;
	}
	.item{
		height: 280px;
	}
	.w-50{
		width: 50%;
	}
    .header ul li{
        width:initial;
        padding: 0 11px;   
    }
    .tab.swiper-container,.tab-content,#btnA{
        height:auto !important;
    }

}

@media screen and (max-width: 450px){

    .header-title .toolbar .disnone{
        margin-left: 5px !important; 
        /* display: none; */
    }
    .header-title .logo{
        width:116px;
        margin-left: 10px;
    }   
    .header-title .logo a{
        background: url(../image/logo1.png) 0px center no-repeat;
        background-size: 190%;
    }

    .wrap1280 {
        width: 100%;
    }


	.about{
		padding-top:100px;
		padding-bottom: 40px;
	}
	.about-main{
		border:1px solid #3c3c3c;
	}
	.about .ag-title span{
		display:none;
	}
	.about-main div.ag-title{
		letter-spacing:inherit;
		font-size:16px;
	}
	.about-main p{
		font-size:14px;
	}
	.ag-title{
		font-size:18px;
		margin: 0;
	}
	
	.welcome p{
		font-size:14px;
	}
	.wlmore img{
		width: 100%;
	}
	.jdfenl img{
	    max-width: inherit;
	    width: 200%;
    	margin-left: -50%;
	}
	.mod-Advantage{
		padding: 20px 0;
	}

	.w100{
		width: 100%;
	}
	ul.list-unstyled,ul.list-unstyled.ml30{
		text-align:center;
	}
	.img-responsive{
		margin: 0;
	}
	
	.dingwei span{
		font-size:14px;
	}
	.flat-row{
		padding:20px 0;
	}
	.flat-iconbox .icon img,.flat-iconbox .title{
		margin: 0;
	}
	.conbox div{
		margin-bottom: 0px;
	}
	.show-1{
		font-size:18px;
	}
	.show-2 .show-bg p{
		font-size:14px;
		padding:10px 5px 0;
	}
	.anli{

		padding-bottom: 40px;
	}
	.jscbox p{
		font-size: 14px;
		padding: 0;
	}
	.qdzs .ag-title{
		margin:40px 0;
	}


	.item .line{
		margin:10px auto 0;
	}
	.item h3{
		padding-top:0px;
	}
	.item p{
		font-size:12px;
		padding:0px;
	}
	.zm-gr .container p{
		font-size:14px;
	}

	.blog-text{
		padding:15px !important;
	}
	.ptal .pbot60{
		padding: 0;
	}
	.ptal .w100{
		margin-bottom: 20px;
	}
	.ptal .blog-text h5{
		margin: 0;
	}



	.anlibox .tuwen .w50{
		width: 100%;
	}
	.tuwen ul li{
		margin: 0;
	}
	.anli-text:after{
		background-size: 100%;
		width: 100%;
		bottom: -40px;	    
	}
	.heze-qm:after{	
	    
	}

	.form-intro h2{
		margin: 0;
	}
	.anli-tu .w50{
		width:100%;
	}
	.anlibox h4{
	    font-size: 16px;
	}
	.anlibox ul li div p{
		font-size:12px;
	}
	.anlibox .anli-tu  .m-bot30{
		margin: 0;
	}
    .slideArea.swiper-containers {
        margin-top: 40px !important;
    }
    .swiper-pagination {
        bottom: 0px;
    }
    .header ul li{
         width:100%;
        
    }

}
@media screen and (max-width:412px){
    .header-title .logo {
        width: 114px;
        margin-left: 10px;
    }
    
}
@media screen and (max-width:378px){
    .header-title .logo {
        width: 78px;
        margin-left: 10px;
    }
    .slideArea.swiper-containers {
        margin-top: 40px !important;
    }
    .swiper-pagination {
        bottom: 0px;
    }
}
@media screen and (max-width:362px){
    .header-title .logo {
        width: 120px;
        margin-left: 10px;
    }
    .header-title .toolbar .disnone{
        display:none;
    }
    .header-title .logo a {
        background: url(../image/logo1.png) 0px center no-repeat;
        background-size: 100%;
    }
}
@media screen and (max-width:320px){
    .header-title .logo {
        width: 120px;
        margin-left: 10px;
    }
    .header-title .toolbar .disnone{
        display:none;
    }
    .header-title .logo a {
        background: url(../image/logo1.png) 0px center no-repeat;
        background-size: 100%;
    }
}



@media screen and (max-width: 450px){
	/* 下载 */
	.downLoadBox,.downloadthirdbox{
		margin-right:0px;
	    width: 100%;
	}
	.app-box{
		height:auto;

	}
	.iphones, .androids{
		width: 100%;
	}
}


/* .sub-nav .sqs-row .col-8 {
    width: calc(100% - 33%);
} */