* {
	margin: 0rem;
	padding: 0rem;
}

html,body{
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: #999;
}

.index {
	width: 100%;
	height: 100%;
}

/* 轮播图 */
.index-navigationbar {
	margin: 0 auto;
	height: 490px;
	width: 100%;
}

.navigationbar_top {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 99999999999999999;
}

.navigationbar_head {
	display: flex;
	align-items: center;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.navigationbar_head_left {
	width: 128px;
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.navigationbar_head_right_k {
	display: flex;
	align-items: center;
	margin-left: 46px;
}

.navigationbar_head_right {
	margin: 0 auto;
	height: 56px;
	line-height: 56px;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	margin-right: 26px;
}

.navigationbar_head_right:hover::after{
    display: block;
    content: '';
    background: #fff;
    height: 2px;
    width: 50%;
    margin: -10px auto;
}

.on::after{
	display: block;
    content: '';
    background: #fff;
    height: 2px;
    width: 50%;
    margin: -10px auto;
}

.navigationbar_head_text{
	width: 93px;
	height: 25px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 120px;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}

.el-carousel__item .btn {
    position: relative;
	bottom: 120px;
	left: 0;
	margin: auto;
	z-index: 99999999999999999999999;
	width: 1200px;
	height: 70px;
	
}

.el-carousel__item .box{
	width: 158px;
	height: 40px;
	background: #FFFFFF; 
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	cursor: pointer;
	margin-left: 10px;
}

.el-carousel__indicators--horizontal {
	position: absolute;
	left: 50%;
	bottom: 10px;
	text-align: center;
	
}

.el-carousel__indicator--horizontal button {
	width: 8px;
	height: 8px;
	background: #ffffff;
	border-radius: 50%;
	opacity: 0.5;
}

/* 相关介绍 */
.index-first{
	width: 1200px;
	margin: 70px auto;
	text-align: center;
}

.index-first .num{
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	position: relative;
}

.index-first .num span{
	font-size: 56px;
	margin-right: 16px;
}



.index-first .text{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}

.el-divider--vertical{
	width: 2px;
	height: 85px;
	background: #F5F5F5;
	margin-top: 10px;
}



/* 公司简介 */
.index-introduction {
	width: 100%;
	height: 540px;
	background-image: url('../image/jianjiechatu.png');
	background-repeat: no-repeat;
	margin: 0px auto 0px;
}

.index-introduction .introduction-content{
	width: 1200px;
	margin: 0 auto;
}

.index-introduction .introduction-content .left{
	margin-top: 96px;
	margin-right: 132px;
}

.introduction-content .left .title{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #B2B2B2;
	margin-bottom: 78px;
}

.introduction-content .left .title span{
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}

.introduction-content .left .text{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #B2B2B2;
	line-height: 48px;
}

/* 公司优势 */
.index-advantage{
	margin-top: 140px;
}

.index-advantage .title{
	text-align: center;
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}

.index-advantage .translate{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
}

.index-advantage .advantage{
	width: 1200px;
	margin: 50px auto;
}

.index-advantage .advantage .advantage-title{
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.index-advantage .advantage .advantage-text{
	width: 213px;
	/* height: 46px; */
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-right: 111px;
}

/* 运营 */
.index-operation{
	margin-top: 140px;
}

.index-operation .title{
	text-align: center;
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}

.index-operation .translate{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
}

/* 官网小程序 */
.index-website{
	width: 1200px;
	margin: 128px auto 0;
}

.index-website .left{
	margin-left: 160px;
}

.index-website .right .img{
	margin-top: 59px;
}

.index-website .right .line{
	width: 44px;
	height: 6px;
	background: #0088FF;
	margin-top: 18px;
	margin-bottom: 53px;
}

.index-website .right .web{
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	margin-bottom: 28px;
}

.index-website .right .text{
	width: 408px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 50px;
	margin-bottom: 59px;
}

.index-website .right .text1{
	width: 479px;
}

.index-website .right .button{
	width: 167px;
	height: 45px;
	background: #0088FF;
	border-radius: 8px;
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
}

/* 升级转型 */
.index-upgrade{
	width: 100%;
	height: 764px;
	background: #F7F8FC;
	margin-top: 100px;
	padding-top: 138px;
	box-sizing: border-box;
}

.index-upgrade .title{
	text-align: center;
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}

.index-upgrade .translate{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
}

.index-upgrade .upgrade-main{
	width: 1200px;
	margin: 60px auto;
}

.index-upgrade .upgrade-box{
	width: 285px;
	height: 359px;
	background-image: url('../image/bianbainjingang.png');
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}

.index-upgrade .upgrade-box1{
	background-image: url('../image/chaokuaiidedai.png');
}

.index-upgrade .upgrade-box2{
	background-image: url('../image/gaobingfa.png');
}

.index-upgrade .upgrade-box3{
	background-image: url('../image/shengxinshengfei.png');
}

.index-upgrade .upgrade-box .name{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}

.index-upgrade .upgrade-box .english{
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9FD2FF;
	margin-top: 5px;
}

.index-upgrade .upgrade-box .text{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #808080;
	line-height: 40px;
	margin-top: 35px;
	width: 241px;
	height: 178px;
}

/* KM-品牌运营中心全权代运营叁思数媒名下的御贡优品生态电商平台 */
.index-advertising{
	margin-top: 140px;
}

.index-advertising .title{
	text-align: center;
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}

.index-advertising .translate{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0088FF;
	text-align: center;
}

.index-advertising .advertising{
	width: 1200px;
	height: 392px;
	background: #FFFFFF;
	box-shadow: 0px 0px 27px 0px rgba(200, 200, 200, 0.33);
	margin: 60px auto 0;
	box-sizing: border-box;
	padding: 18px 60px 16px 17px;
}

.index-advertising .advertising .name{
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2C2C2C;
}

.index-advertising .advertising .text{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #787878;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.index-advertising .advertising .button{
	width: 136px;
	height: 38px;
	background: #0088FF;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	margin-left: 397px;
	cursor: pointer;
}

/* 御贡优品生态电商平台 */
.index-platform{
	margin-top: 140px;
}

.index-platform .title{
	text-align: center;
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}

.index-platform .translate{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
}

.index-platform .platform{
	width: 1200px;
	margin: 70px auto 0;
}

.index-platform .platform .box{
	width: 243px;
	text-align: center;
}

.index-platform .platform .box .name{
	margin-top: 36px;
	margin-bottom: 25px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.index-platform .platform .box .text{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	text-align: left;
}

.index-platform .button{
	width: 500px;
	height: 66px;
	background: #0088FF;
	box-shadow: 0px 2px 24px 0px rgba(3, 68, 124, 0.17);
	border-radius: 8px;
	margin: 72px auto 140px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 66px;
	text-align: center;
}

/* 广大商户的有限选择 */
.index-choose{
	width: 100%;
	height: 804px;
	background: #F7F8FC;
	box-sizing: border-box;
	padding-top: 130px;
}

.index-choose .title{
	text-align: center;
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}

.index-choose .translate{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin-bottom: 60px;
}


/* 快码资讯 */
.information{
	width: 100%;
}

.index-information{
	width: 1200px;
	margin: 100px auto 0px;
}

.index-information .title{
	text-align: center;
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}

.index-information .translate{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin-bottom: 60px;
}


.index-information .message-img{
	width: 304px;
	height: 153px;
	border-radius: 10px;
	margin-right: 37px;
}

.index-information .message-text .headline{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #595961;
}

.index-information .message-text .article{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #6C6C6C;
	height: 60px;
	line-height: 30px;
	margin-top: 25px;
	display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	width: 960px;
	margin-bottom: 30px;
}

.index-information .message-text .time{
	text-align: right;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	font-size: 14px;
	margin-bottom: 15px;
}

.index-information .message-box{
	margin-bottom: 10px;
}


/* 公司地址 */
.index-address{
	height: 616px;
	margin: 0 auto;
	background-image: url('../image/beijing.png');
	background-repeat: no-repeat;
	position: relative;
	margin-top: 140px;
}

.index-address .address-box{
	position: absolute;
	top: 75px;
	left:656px;
}

.index-address .address-box .address{
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 45px;
}
.index-address .address-box .address span{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	margin-left: 16px;
	color: #B2B2B2;
}

.index-address .address-box .operate{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #D5D5D5;
}

.index-address .address-box .technology{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #D5D5D5;
}

/* 现在咨询, 立享新人专属红包! */
.index-consult{
	height: 150px;
	/* background: #2D84FF; */
	background-image: url('../image/lansedi.png');
	background-repeat: no-repeat;
	width: 100%;
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 150px;
	margin-top: 182px;
	letter-spacing: 3px;
}


/* 尾部 */
.bottom {
	width: 100%;
	height: 480px;
	background-color: #272b2e;
	/* margin-top: 96px; */
	padding-top: 40px;
	box-sizing: border-box;
}

.bottom_k {
	width: 1200px;
	border: 0px solid #ff6700;
	margin: auto;
	display: flex;
	height: 250px;
	box-shadow: inset 0px -1px 0px #333333;
}

.bottom_top {
	border: 0px solid #00713d;
	height: 200px;
}

.bottom_title {
	color: #FFFFFF;
	font-size: 18px;
	height: 50px;
}

.bottom_x {
	box-shadow: inset 0px 1px 0px #333333;
	width: 960px;
	height: 1px;
	margin-bottom: 20px;
}

.bottom_txt {
	display: flex;
	height: 190px;
	width: 1000px;
}

.bottom_txt_one {
	width: 140px;
}

.bottom_txt_one_txt {
	color: #999999;
	font-size: 13px;
	line-height: 40px;
	cursor: pointer;
}

.bottom_txt_one_txt:hover {
	color: #ffffff;
}

.bottom_top_right {
	width: 120px;
	margin-right: 60px;
}

.bottom_x_right {
	box-shadow: inset 0px 1px 0px #333333;
	width: 100px;
	height: 1px;
	margin-bottom: 20px;
}

.bottom_bottom {
	width: 1200px;
	height: 60px;
	border: 0px solid #00713d;
	margin: 30px auto 0px;
}

.bottom_information {
	color: #999999;
	font-size: 13px;
	text-align: center;
	height: 22px;
	line-height: 22px;
}

/* 客服 */
.customer_service {
	width: 126px;
	z-index: 999;
	position: fixed;
	top: 40%;
	right: 20px;
	border-radius: 70px 70px 0px 0px;
	box-shadow: 1px 1px 4px #cccccc;
	background: #0088FF;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.customer_service_tx {
	width: 100px;
	height: 100px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 14px auto 20px;
	box-shadow: 1px 1px 2px #cccccc;
}

.customer_service_tx img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
}

.customer_service_txt {
	margin: 10px auto 0px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	cursor: pointer;
}

.customer_service_txt .w18 {
	width: 18px;
	height: 18px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.customer_service_txt .num{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
}



/* 弹窗 */
.form {
	width: 550px;
	height: 575px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -250px;
	z-index: 100;
	background: #fff;
	border-radius: 12px;
}

.form .close {
	width: 20px;
	height: 20px;
	/* line-height: 60px; */
	position: absolute;
	top: 0px;
	right: 26px;
	font-size: 35px;
	color: #999;
	text-align: center;
    cursor: pointer;
}

.form .title {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding: 30px 0 10px;
}

.form .name{
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: 400;
    color: #666;
    margin: 10px 60px;
	margin-top: 20px;
	text-align: center;
}

.form input,
.form textarea {
	display: block;
	width: 400px;
	height: 60px;
	border: 1px solid #eee;
	border-radius: 12px;
	margin: 15px auto 0;
	text-indent: 20px;
	font-size: 18px;
}

.form input::-webkit-input-placeholder{
	color: #ccc;
}

.form textarea::-webkit-input-placeholder{
	color: #ccc;
}

.form textarea {
	font-family: "微软雅黑";
	padding: 20px;
	text-indent: 0;
	width: 360px;
}

.form .submit {
	background: #1377F1;
	width: 400px;
	font-size: 30px;
	color: #fff;
	line-height: 65px;
	text-align: center;
	border-radius: 12px;
	margin: 30px auto 0;
}

.translucent {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.news{
	display: flex;
	width: 100%;
	height: 600px;
	border: 0px solid #FF6700;
	margin-top: 20px;
}

.news-box{
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 0px solid #FF6700;
}

.news-1{
	display: flex;
	width: 100%;
	border: 0px solid #FF6700;
	margin-bottom: 10px;
	background-color: #EEEEEE;

}

.news-1-1{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28%;
	border: 0px solid #FF6700;
}

.news-1-2{
	display: flex;
	flex-direction: column;
	width: 72%;
	border: 0px solid #FF6700;
	padding: 10px;
}

.news-1-2-1{
	display: flex;
	width:100%;
	height: 50px;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	line-height: 50px;
}

.news-1-2-2{
	display: flex;
	width:100%;
	height: 90px;
	font-size: 16px;
	color: #999999;
	line-height: 25px;
	border: 0px solid #FF6700;
}

.news-1-2-3{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width:100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #A9A9A9;
	border: 0px solid #FF6700;
}


.news-2{
	display: flex;
	align-items: center;
	width: 30%;
	height: 500px;
	border: 0px solid #FF6700;
}
