.index-box{
	width:1350px;
	position: relative;
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.index-box-left{
	width:1050px;
	position: relative;
	padding-right: 300px;
	overflow-x: hidden;
}

.index-box-left p img {
	margin: 0 auto;
    display: block;
}

@media screen and (min-width: 1050px) {
.index-box-right{
	width:300px;
	position: fixed;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	top: 145px;
	left: calc(750px + 150px + ((100vw - 1050px) / 2));
	padding-top: 10px;
	padding-bottom: 50px;
	border: 1px solid #5d5acb;
}
}
@media screen and (max-width: 1050px) {
	.index-box-right{
		width:300px;
		position: absolute;
		display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	align-items: center;
		top: 145px;
		left: calc(750px + 150px + ((100% - 1050px) / 2));
		padding-top: 10px;
		padding-bottom: 50px;
		border: 1px solid #5d5acb;
		margin-left: 10px;
	}
	}
.index-box h1{
	font-size:24px;
	color:#333;
	line-height:30px;
}
.index-box p{
	margin-top:0.4rem;
	line-height: 24px;
}
.index-box p img{max-width: 100%;width: auto;}
.index-box li{padding:0.05rem 0;}
.yuanchuang{
	border:1px solid #c7c7c7;
	padding:0px 10px;
	border-radius: 50px;
	color:#c7c7c7
}
.index-box-title{
	border:1px solid #5d5acb;
	padding:30px 50px 40px 50px;
	margin-top:10px;
	text-align: center;
	position: relative;
}
.index-box-title .ewm-box-l{
	position: absolute;
	top:20px;
	left:20px;
	background:#fff;
	padding:10px;
}
.index-box-title .ewm-box-l img{
	width:120px;
	height:120px;
}
.index-box-title .ewm-box{
	position: absolute;
	top:20px;
	right:20px;
	background:#fff;
	padding:10px;
}
.index-box-title .ewm-box img{
	width:120px;
	height:120px;
}.index-box-title h2{
	font-size:34px;
	text-align: center;
	color:#5d5acb;
}
.index-box-title-bg{
	background: url(../images/line.png) repeat-x center;
	height:36px;
	margin-bottom: 30px;
}
.index-box-title-bg1{
	background: url(../images/line.png) repeat-x center;
	height:36px;
	margin-bottom: 30px;
	width:300px;
}
.index-box-title p img {
	display: inline-block;
	margin: inherit;
}
.wx-icon{
	display: inline-block;
	vertical-align: top;;
}
.gongzonghao{
	display: inline-block;
}
.line1{
	margin-top:5px;
	border-bottom: 1px solid #5d5acb;
}
.line2{
	margin-top:5px;
	border-bottom: 3px solid #5d5acb;
}
.title{
	margin-top:30px;
	margin-left:50px;
}
.index-box h2{
	color:#333;
	font-size:32px;
	font-weight: bold;
	line-height: 32px;
}
.index-box h3{
	font-size:48px;
	font-weight: bold;
	color:#f60;
}
.index-box .lable{
	display: inline-block;
	margin-top:-10px;
	padding:20px 0px;
	background: #ff7800;
	color:#fff;
	font-size:28px;
	font-weight: bold;
	width:300px;
	text-align: center;
}
.index-box h4{
	font-size:28px;
	font-weight: bold;
	color:#f60;
}
.index-jianbian{
	position: relative;
}
.index-jianbian-box{
 width: 100%;
 position: absolute;
 background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(255,255,255,1));
 text-align: center;
 height:0.2rem;
 top:-0.2rem;
}
.index-box-arrow{
	text-align: center;
	margin-top:20px;
}

.headerBtn{
	margin-top:20px;
}
.index-jingxuan{
	margin-top:30px;
	border:1px solid #49408e;
	padding:50px;
}
.index-box h5{
	border-left: 5px solid #4d4b90;
	font-size:24px;
	font-weight: bold;
	text-align: left;
	color:#4d4b90;
	padding-left:10px ;
}
.line-dot{
	margin-top:50px;
	margin-bottom: 50px;
	border-top:2px dotted #4d4b90;
}
.gongju-box{
	margin-top:30px;
}

.gongju-box li{
	display: inline-block;
	width:200px;
	margin:0 50px;
	font-weight: bold;
	color:#3f3d88;
	font-size:22px;
	text-align: left;
	margin-bottom: 30px;
}
.gongju-box-txt{
	color:#999;
	margin-top:10px;
	text-align: left;
}
.bottom-line{
	display: inline-block;
	height:8px;
	background: url(../images/line1.png) repeat-x;
	width:150px;
}
.bottom-txt{
	color:#303260;
	display: inline-block;
	margin:0 30px;
}
.ewm-window{
	cursor: pointer;
}
.mask-box{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	display: none;
	z-index: 999;
}
.window-box{
	
	width:423px;
	height:400px;
	padding-top:62px;
	position: relative;
	top:50%;
	left:50%;
	margin-left:-210px;
	margin-top:-231px;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 20px #ccc;
}
.window-box div{font-size:24px;font-weight: bold;line-height: 30px;}
.window-box img{width:300px}
.window-box-close{position: absolute;left:50%;bottom:-50px;margin-left:-20px;width:40px;height:40px;cursor: pointer;}
.window-box-close img{width: 100%;}
.list{
	margin-top:30px;
}
.list li{
	margin-left:30px;
	padding:5px 0;
}
.qrcode-fixed {
	width: 250px;
	height: 250px;
	margin-top: 0.4rem;
}

.read-text {
	color: #cc0000;
}

.left-read-logo {
	margin-top: 165px;
	margin-right: 10px;
	width: 153px;
	height: 209px;
}
.stock-movement {
	width: 280px;
	margin: 0 auto;
}

.enter-gzh {
	color: #fff;
	background-color: red;
	padding: 5px 10px;
	border-radius: 5px;
}