.banner{
    width: 100%;
    height: 937px;
    background-size: cover;
    background-position: center;
    background-image: url(../../img/beijing.jpg);
    position: relative;
    overflow-x: hidden;
}
.b-container{
    width: 1200px;
    height: 588px;
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.b-container .title{
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 118px;
    color: #fff;
}
.b-container .con{
    font-size: 22px;
    line-height: 2;
    color: #fff;
}
.b-container .inputbox{
    width: 182px;
    height: 60px;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    margin-top: 51px;
}
.b-container input{
    width:296px;
    height:60px;
    border: 0;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 15px;
}
.b-container .inputbox .sub-btn{
    width:182px;
    height:60px;
    background:rgba(238,189,10,1);
    border-radius:0px 6px 6px 0px;
    float: left;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.b-container .cimg{
    position: absolute;
    top: 0;
    right: -192px;
}
.kuai1{
    width: 100%;
    height: 900px;
    background: #fff;
    overflow: hidden;
}

.k-container{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.k-top{
    width: 100%;
    text-align: center;
    padding-top: 82px;
}
.k-top .title{
    height:35px;
    font-size:36px;
    font-weight:bold;
    color:rgba(68,68,68,1);
}
.k-top .tips{
    height:23px;
    font-size:24px;
    font-weight:300;
    color:rgba(102,102,102,1);
    margin-top: 20px;
}
.k-con{
    width: 100%;
    height: 639px;
    position: relative;
    margin-top: 30px;
}
.k-con .cimg{
    position: absolute;
    top: 0;
    right: -217px;
}
.k-con .title{
    height:29px;
    font-size:30px;
    font-weight:bold;
    color:rgba(68,68,68,1);
    padding-top: 106px;
}
.k-con .line{
    margin-top: 48px;
    padding-left: 30px;
    position: relative;
}
.k-con .line .line-title{
    height:23px;
    font-size:24px;
    color:rgba(68,68,68,1);
}
.k-con .line .line-con{
    height:16px;
    font-size:16px;
    color:rgba(102,102,102,1);
    margin-top: 24px;
}
.k-con .line .dot{
    position: absolute;
    width:8px;
    height:8px;
    background:rgba(83,137,255,1);
    border-radius:50%;
    left: 0;
    top: 12px;
}
.k-con2{
    width: 1038px;
    position: relative;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.k-con2 .box{
    width:260px;
    height:236px;
    background:rgba(255,255,255,1);
    box-shadow:4px 7px 43px 0px rgba(51,102,204,0.14);
    border-radius:10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.k-con2 .box:hover{
    border: 1px solid #3366CC;
}
.k-con2 .box img{
    margin-top: 50px;
    margin-bottom: 18px;
}
.k-con2 .box .title{
    height:23px;
    font-size:24px;
    color:rgba(51,102,204,1);
    margin-bottom: 18px;
}
.k-con2 .box .tips{
    height:16px;
    font-size:16px;
    color:rgba(102,102,102,1);
}

.end{
    width: 100%;
    height: 360px;
    background: #fbfbfb;
    text-align: center;
}
.end .con{
    height:28px;
    font-size:28px;
    color:rgba(1,31,63,1);
    padding-top: 100px;
    padding-bottom: 20px;
}
.end .tiao{
    width:88px;
    height:4px;
    background:linear-gradient(89.999999320455deg,rgba(32,131,237,1) 0%,rgba(19,104,201,1) 100%);
    opacity:0.2;
    margin: 0 auto;
}
.end .btn{
	display: block;
    width:198px;
    height:54px;
    background:rgba(9,96,189,1);
    border-radius:27px;
    font-size:16px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin: 61px auto 0;
    line-height: 54px;
}

.xiaokuai{
    width: 100%;
    height: 734px;
    background: #fbfbfb;
}
.xiaokuai .container{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    height: 734px;
    position: relative;
    margin: 0 auto;
    padding-left: 800px;
}
.xiaokuai .cimg{
    position: absolute;
    top: 45px;
    left: -45px;
}
.xiaokuai .k-con{
    padding-top: 50px;
}


@media screen and (max-width: 780px) {
	.banner{
	    width: 100%;
	    height: 9.12rem;
	    background-size: cover;
	    background-position: center;
	    background-image: url(../../img/cfh.png);
	    position: relative;
	    overflow-x: hidden;
	}
	.b-container{
	    width: 100%;
	    height: auto;
	    position: none;
		padding-left: .74rem;
		box-sizing: border-box;
	}
	.b-container .title{
		display: none;
	    font-size: .42rem;
	    line-height: 1.5;
	    font-weight: bold;
	    margin-bottom: .4rem;
	    padding-top: .8rem;
	    color: #fff;
	}
	.b-container .con{
		display: none;
	    font-size: .28rem;
	    line-height: 1.5;
	    color: #fff;
	}
	.b-container .inputbox{
	    display: none;
	}
	.b-container .cimg{
	    display: none;
	}
	
	.kuai1{
	    width: 100%;
	    height: auto;
	    background: #fff;
	    overflow: hidden;
	}
	.kuai1.eb{
	    width: 100%;
	    height: auto;
	    background: #fff;
	    overflow: hidden;
	}
	.k-container{
	    width: 100%;
	    height: auto;
	    margin: 0 auto;
	}
	.k-top{
	    width: 100%;
	    text-align: center;
	    padding-top: .4rem;
	}
	.k-top .title{
	    height: .36rem;
	    font-size: .36rem;
	    font-weight:bold;
	    color:rgba(68,68,68,1);
	}
	.k-top .tips{
	    height: .24rem;
	    font-size: .24rem;
	    font-weight:300;
	    color:rgba(102,102,102,1);
	    margin-top: .19rem;
	}
	.k-con{
	    width: 100%;
	    height: auto;
	    position: relative;
	    margin-top: .3rem;
	}
	.k-con .cimg{
		width: 6.9rem;
		height: 4.11rem;
	    position: absolute;
	    top: 0;
	    right: 0.3rem;
	}
	.k-con .cimg img{
		width: 6.9rem;
		height: 4.11rem;
	}
	.k-con .title{
	    height:.32rem;
	    font-size:.32rem;
	    font-weight:bold;
	    color:rgba(68,68,68,1);
	    padding-top: 4.2rem;
		text-align: center;
	}
	.k-con .line{
	    margin-top: .4rem;
	    padding-left: .7rem;
	    position: relative;
	}
	.k-con .line .line-title{
	    height:.28rem;
	    font-size:.28rem;
	    color:rgba(68,68,68,1);
	}
	.k-con .line .line-con{
	    height:.4rem;
	    font-size:.26rem;
	    color:rgba(102,102,102,1);
	    margin-top: .14rem;
	}
	.k-con .line .dot{
	    position: absolute;
	    width:.08rem;
	    height:.08rem;
	    background:rgba(83,137,255,1);
	    border-radius:50%;
	    left: .42rem;
	    top: .18rem;
	}
	.k-con2{
	    width: 100%;
	    position: relative;
	    margin-top: .7rem;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	.k-con2 .box{
	    width:2.9rem;
	    height:2.36rem;
	    background:rgba(255,255,255,1);
	    box-shadow:.04rem .07rem .43rem 0 rgba(51,102,204,0.14);
	    border-radius:.1rem;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    margin-bottom: .6rem;
	    box-sizing: border-box;
	    border: .01rem solid #fff;
	}
	.k-con2 .box:hover{
	    border: .01rem solid #3366CC;
	}
	.k-con2 .box img{
		height: .67rem;
	    margin-top: .5rem;
	    margin-bottom: .18rem;
	}
	.k-con2 .box .title{
	    height:.24rem;
	    font-size:.24rem;
	    color:rgba(51,102,204,1);
	    margin-bottom: .18rem;
	}
	.k-con2 .box .tips{
	    height:.18rem;
	    font-size:.18rem;
	    color:rgba(102,102,102,1);
		text-align: center;
	}
	
	.xiaokuai{
	    width: 100%;
	    height: auto;
	    background: #fff;
	}
	.xiaokuai .container{
	    width: 100%;
	    height: auto;
	    box-sizing: border-box;
	    height: auto;
	    position: relative;
	    margin: 0 auto;
	    padding-left: 0;
	}
	.xiaokuai .cimg{
		width: 6.9rem;
		height: 4.1rem;
	    position: absolute;
	    top: 0;
	    left: .3rem;
	}
	.xiaokuai .cimg img{
		width: 6.9rem;
		height: 4.11rem;
	}
	.xiaokuai .k-con{
		width: 100%;
	    padding-top: 50px;
	}
	.xiaokuai .k-con .title{
	    padding-top: 3.6rem;
	}
	.end{
	    display: none;
	}
}