body,
html {
	overflow: auto;
}

html {
	-webkit-text-size-adjust: 100% !important;
}

/* floatnav */
.qx_navbar-wrapper {
	z-index: 100;
	width: 100%;
}

#floatnav {
	height: auto;
	position: fixed;
	text-align: center;
	width: 140px;
	right: 160px;
	z-index: 1000;
	top: 205px;
	/* background: #ebebeb; */
	border-radius: 5px;
}
#floatnav h1,
#floatnav h2,
#floatnav h3,
#floatnav h4,
#floatnav h5,
#floatnav h6 {
	color: #ffffff;
}

#floatnav h1 a,
#floatnav h2 a,
#floatnav h3 a,
#floatnav h4 a,
#floatnav h5 a,
#floatnav h6 a {
	color: #ffffff;
}

#floatnav header p {
	color: #b6e9dc;
}

#floatnav a {
	color: #d1f1e9;
}

#floatnav a:hover {
	color: #ffffff !important;
}

#floatnav>header {
	padding: 3em;
}

#floatnav>header .avatar {
	display: block;
	margin: 0 auto 2.25em auto;
	width: 8em;
}

#floatnav>header h1 {
	font-size: 1.75em;
	margin: 0;
}

#floatnav>header p {
	color: #d1f1e9;
	font-style: italic;
	margin: 1em 0 0 0;
}

#floatnav>footer {
	bottom: 0;
	left: 0;
	padding: 2em;
	position: absolute;
	width: 100%;
}

#floatnav>footer .icons {
	margin: 0;
}

#floatnav>footer .icons li a {
	color: #b6e9dc;
}

#floatnav>nav ul {
	list-style: none;
	margin: 0;
}

#floatnav>nav ul li {
	display: block;
	padding: 0;
}

#floatnav>nav ul li a {
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
	border: 0;
	color: #ffffff !important;
	display: block;
	padding: 0.55em 0;
	text-decoration: none;
	font-size: 14px;
}

#floatnav>nav ul li ul li a.active {
	color: #a8f0f9 !important;
}
#floatnav > nav ul li a.active{
	color: #a8f0f9 !important;
}

#floatnav>nav ul li:first-child {
	border-top: 0;
}
 #floatnav>nav ul.wh_right_slop li a{
	padding-top: 10px;
}

/* Wrapper */

#wrapper {
	background: #fff;
	padding-right: 0;
}

#titleBar {
	display: none;
}

.qx_navbar-wrapper.section-menu .container .section-menu-ul li span {
	display: none;
}

.qx_link {
	background: #ebebeb;
	margin-top: 2px;
	border-radius: 5px;
	padding: 10px 0;
}

#floatnav nav.qx_link ul li {
	border-top: none;
	padding: 10px 20px;
}

#floatnav>nav.qx_link ul li a {
	color: #333 !important;
	text-align: center;
	padding: 0;
}

#floatnav>nav.qx_link ul li a:hover {
	color: #51aeb9 !important;
}

#floatnav>nav.qx_link ul li a i {
	display: none;
}

.qx_full_container {
	width: 100%;
}

.qx_full_container.pb30 {
	padding-bottom: 30px;
}

.qx_full_bgimg {
	width: 100%;
	height: auto;
	padding: 30px 0px;
}

.qx_full_bgimg.qx_mc {
	background: url(../images/qx_images/becloud/bg01.jpg) 0px 0px no-repeat;
	background-size: cover;
}

.qx_arrow_down {
	border-top: solid 16px #eaedf2;
	border-right: solid 16px #ff0a0a00;
	border-left: solid 16px #ff040400;
	bottom: 14px;
	margin-right: -16px;
	right: 50%;
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	z-index: 1;
}

.qx_arrow_up {
	border-bottom: solid 16px #e7e7e7;
	border-right: solid 16px #ff0a0a00;
	border-left: solid 16px #ff040400;
	bottom: 14px;
	margin-right: -16px;
	right: 50%;
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	z-index: 1;
	top: -16px
}

.qx_block_1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.qx_block_1200.mt30 {
	margin-top: 30px;
}

.qx_block_1200.mt20 {
	margin-top: 20px;
}

.qx_mctext p {
	font-size: 1.3em;
	text-indent: 2.1em;
	padding-bottom: 10px;
	line-height: 1.8em;
}

.qx_mctext p span {
	color: #0085dd;
}

@keyframes mydh2 {
	0% {
		opacity: 1;
		transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
	}

	30% {
		opacity: 0.5;
		transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
	}

	60% {
		opacity: 1;
		transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-webkit-transform: rotateY(180deg);
	}

	100% {
		opacity: 0.5;
		transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
	}
}

.qx_mclogo {
	width: 82px;
	height: 82px;
	background: url(../images/qx_images/becloud/logo.png) 0px 0px no-repeat;
	margin: 0 auto;
	animation: mydh2
		/**命名**/
		3s
		/*动画时长*/
		linear
		/*匀速*/
		3s
		/*隔3秒后开始*/
		infinite
		/*播放无限次*/
		alternate;
}

.qx_mclogo_txt {
	font-size: 1.5em;
	color: #414f9e;
	text-align: center;
}

.qx_mcbg01 {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 10% 100px 45%;
	background: url(../images/qx_images/becloud/bg02.jpg) 0px 0px no-repeat;
	background-size: 100%;
	font-size: 1.8em;
	color: #fff;
	text-indent: 2em;
	line-height: 1.6em;
	border-radius: 10px;
	position: absolute;
	z-index: -1;
}

.qx_mc_dwlist {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 150px;
}

.qx_mc_dwlist li {
	width: 25%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}

.qx_mc_dwlist li>div {
	border-radius: 10px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 1px 3px 5px rgba(28, 32, 62, 0.15);
}

.qx_mc_dwlist li>div>div {
	background: #fff;
	border: 3px solid #b0b8e7;
	border-radius: 8px;
	padding: 15px;
	position: relative;
	min-height: 290px;
}

.qx_mc_dwlist li>div>div>i.fa {
	font-size: 3.4em;
	position: absolute;
	bottom: -10px;
	right: 0;
	color: #3ca26f;
}

.qx_mc_dwh4 {
	color: #414f9e;
	text-indent: 2em;
	font-size: 1.15em;
	margin: 0;
}

.qx_mc_dwp {
	text-indent: 2em;
	font-size: 1.1em;
	margin: 0;
	padding-top: 10px;
	line-height: 1.5em;
}

.product-mc-tit {
	position: relative;
	margin-bottom: 30px;
	font-size: 1.5em;
	color: #666;
	letter-spacing: 0;
	text-align: center;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding-top: 30px;
	line-height: 1.8;
	padding-bottom: 15px;
	font-weight: 600;
}

.product-mc-tit:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	bottom: -2px;
	left: 50%;
	margin-left: -30px;
	background: linear-gradient(to right, #2396e5, #8c81c7);
	background: -webkit-linear-gradient(to right, #2396e5, #8c81c7);
	background: -o-linear-gradient(to right, #2396e5, #8b81c7);
	background: -moz-linear-gradient(to right, #2396e5, #8b81c7);
}

.product-mc-h3 {
	position: relative;
	margin-bottom: 30px;
	font-size: 2em;
	color: #222;
	letter-spacing: 0;
	text-align: center;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	line-height: 2;
	padding-bottom: 15px;
}

.product-mc-h3:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 3px;
	bottom: -2px;
	left: 50%;
	margin-left: -30px;
	background: linear-gradient(to right, #2396e5, #8c81c7);
	background: -webkit-linear-gradient(to right, #2396e5, #8c81c7);
	background: -o-linear-gradient(to right, #2396e5, #8b81c7);
	background: -moz-linear-gradient(to right, #2396e5, #8b81c7);
}

.qx_block {
	width: 100%;
	padding-bottom: 20px;
}

.qx_mcdw_img {
	width: 40%;
	float: left;
}

.qx_mcdw_img img {
	display: block;
	width: 100%;
	height: auto;
}

.qx_mc60p {
	width: 60%;
	float: left;
}

.qx_mcdw_left {
	padding-left: 30px;
	padding-top: 30px;
}

.qx_mcdw_left li {
	margin-bottom: 15px;
	font-size: 1.15em;
	line-height: 1.8em;
	padding-left: 25px;
	background: url(../images/qx_images/becloud/bg04.png) 0px 5px no-repeat;
}

.qx_mcys_cj {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.qx_mcys_cj li {
	width: 33.33%;
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}

.qx_mcys_cjin {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgb(33, 19, 99);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(33, 19, 99, 1) 0%, rgba(0, 58, 117, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(33, 19, 99, 1) 0%, rgba(0, 58, 117, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(33, 19, 99, 1) 0%, rgba(0, 58, 117, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	margin: 0 auto 20px auto;
}

.qx_mcys_cjin p {
	display: block;
	text-align: center;
	font-size: 1.3em;
	padding: 20px 0 0 0;
}

.qx_mcys_cjin img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.qx_mcys_cj li>p {
	text-align: center;
	font-size: 1.15em;
	line-height: 1.8em;
}

.qx_mcys_cj li:hover .qx_mcys_cjin {
	background: rgb(94, 29, 145);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(94, 29, 145, 1) 0%, rgba(0, 67, 155, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(94, 29, 145, 1) 0%, rgba(0, 67, 155, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(94, 29, 145, 1) 0%, rgba(0, 67, 155, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.qx_mcys_cjbox {
	width: 100%;
	position: relative;
	min-height: 280px;
	margin: 20px 0;
}

.qx_mcys_cjA {
	width: 92%;
	height: 60px;
	margin: 0 auto;
	background: rgba(2, 44, 94, 0.1);
	border-radius: 10px;
}

.qx_mcys_cjB {
	width: 96%;
	height: 60px;
	background: rgba(2, 44, 94, 0.1);
	border-radius: 10px;
	position: absolute;
	top: 20px;
	left: 2%;
	z-index: 1;
}

.qx_mcys_cjC {
	width: 100%;
	background: #eceff2;
	border-radius: 10px;
	border: 3px dashed #cad1d8;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	z-index: 2;
}

.qx_mcys_cjC h4 {
	font-size: 1.2em;
	margin: 0;
	margin-left: 30px;
}

.qx_mcys_cjC h4 span {
	color: #0085dd;
}

.qx_ysh2 {
	width: 33.3%;
	margin: 0 auto;
}

.qx_ysh2 img {
	width: 100%;
	height: auto;
	display: block;
}

.qx_ysboxA {
	width: calc(33.3% - 8px);
	height: auto;
	background: #498ada;
	color: #fff;
	position: absolute;
	left: 0;
	top: 40px;
	box-sizing: border-box;
	padding: 25px;
	border-radius: 10px;
	font-size: 1.2em;
	line-height: 2em;
}

.qx_ysboxA_in {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 42px;
	right: -10px;
	background: #fff;
	border-radius: 50%;
	border: 6px solid #498ada;
}

.qx_ysboxB {
	width: calc(33.3% - 8px);
	height: auto;
	background: #498ada;
	color: #fff;
	position: absolute;
	right: 0;
	top: 40px;
	box-sizing: border-box;
	padding: 25px;
	border-radius: 10px;
	font-size: 1.2em;
	line-height: 2em;
}

.qx_ysboxB_in {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 42px;
	left: -10px;
	background: #fff;
	border-radius: 50%;
	border: 6px solid #498ada;
}

.qx_full_bgimg.qx_ysbg {
	background: url(../images/qx_images/becloud/bg09.jpg) 0px 0px no-repeat;
	background-size: cover;
}

.qx_mc_diyops {
	width: 100%;
	box-sizing: border-box;
	padding-left: 55%;
	color: #fff;
}

.qx_mc_diyops h4 {
	font-size: 2em;
	margin: 10px 0 20px 0;
}

.qx_mc_diyops>ul li {
	margin-bottom: 20px;
}

.qx_diyicon {
	display: block;
	width: 32px;
	height: 32px;
	background: #003f68;
	border-radius: 50%;
	color: #fff;
	float: left;
}

.qx_mc_diyops>ul li p {
	line-height: 32px;
	font-size: 1.2em;
	display: block;
	float: left;
	margin-left: 13px;
	width: calc(100% - 45px);
}

.qx_diyicon i.fa {
	width: 100%;
	font-size: 1.3em;
	line-height: 32px;
	text-align: center;
}

.qx_mc_diy {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px;
}

.qx_mc_diy li {
	display: block;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
}

.qx_mc_diy li>div {
	width: 100%;
	min-height: 230px;
	box-sizing: border-box;
	padding: 40px 15px;
	border: 1px solid #cccccc;
}

.qx_mc_diy li>div i.fa {
	font-size: 4em;
	width: 100%;
	text-align: center;
	color: #676767;
	margin-bottom: 20px;
}

.qx_mc_diy li>div p {
	text-align: center;
	font-size: 1.15em;
	line-height: 1.6em;
}

.qx_mc_diy li>div:hover,
.qx_mc_diy li>div:active,
.qx_mc_diy li>div:focus {
	border: none;
	background: rgb(86, 124, 228);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(86, 124, 228, 1) 11%, rgba(86, 124, 228, 1) 11%, rgba(16, 138, 195, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(86, 124, 228, 1) 11%, rgba(86, 124, 228, 1) 11%, rgba(16, 138, 195, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(86, 124, 228, 1) 11%, rgba(86, 124, 228, 1) 11%, rgba(16, 138, 195, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.qx_mc_diy li>div:hover i.fas {
	color: #fff;
}

.qx_mc_diy li>div:hover p {
	color: #fff;
}

.qx_mc_pt {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.qx_mc_pt li {
	display: block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	min-height: 330px;
}

.qx_mc_pt li>span {
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	float: left;
}

.qx_mc_pt li>span i {
	font-size: 5em;
	width: 100%;
	text-align: center;
	line-height: 130px;
}

.qx_mc_pt li:nth-child(1)>span {
	background: #afe1fb;
}

.qx_mc_pt li:nth-child(1)>span i {
	color: #13a0e9;
}

.qx_mc_pt li:nth-child(2)>span {
	background: #ffe2a4;
}

.qx_mc_pt li:nth-child(2)>span i {
	color: #f99a12;
}

.qx_mc_pt li:nth-child(3)>span {
	background: #a8edcd;
}

.qx_mc_pt li:nth-child(3)>span i {
	color: #0dba6b;
}

.qx_mc_pt li:nth-child(4)>span {
	background: #aeb0f2;
}

.qx_mc_pt li:nth-child(4)>span i {
	color: #5257f4;
}

.qx_mc_pt li>div {
	width: calc(100% - 160px);
	height: auto;
	float: right;
}

.qx_mc_pt li>div h4 {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.8em;
	margin: 10px 0;
}

.qx_mc_pt li>div p {
	font-size: 1.18em;
	text-indent: 2.1em;
	color: #555;
	line-height: 1.8em;
}

.qx_mc_pt li>div p>span {
	color: #ff7800;
}

.qx_full_bgimg.qx_mczd {
	background: url(../images/qx_images/becloud/bg10.jpg) 0px 0px no-repeat;
	background-size: cover;
}

.qx_full_bgimg.qx_mczd>div {
	padding: 0px 15% 20px 50%;
}

.qx_full_bgimg.qx_mczd>div h4 {
	font-size: 2em;
	margin: 30px 0 15px 0;
}

.qx_full_bgimg.qx_mczd>div p {
	font-size: 1.3em;
	line-height: 1.8em;
}

.qx_a_link {
	border-radius: 5px;
	overflow: hidden;
}

.qx_a_link ul {
	background: #a2a9c8;
	/* border-radius: 5px 5px 0 0; */
}

.qx_intro-box-left {
	width: calc(40% - 20px);
}

.qx_intro-box-left.fl {
	float: left;
	margin-right: 20px;
}

.qx_intro-box-left.fr {
	float: right;
}

.qx_intro-box-right {
	width: calc(60% - 30px);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 5px 5px 0px #d6d7d9;
}

.qx_intro-box-right.fl {
	float: left;
}

.qx_intro-box-right.fr {
	float: right;
	margin-left: 30px;
}

.qx_intro-box-right img {
	display: block;
	width: 100%;
	height: auto;
}

.qx_intro-box-left .intro-intel-list li,
.qx_used-box-right .intro-intel-list li {
	font-size: 1.15em;
	line-height: 2em;
	margin-bottom: 15px;
}

ul.qx_ccinbox {
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	display: none;
}

ul.qx_ccinbox li {
	display: block;
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}

.qx_cclink {
	display: block;
	overflow: hidden;
	border: 2px solid #97b6ef;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	position: relative;
}

.qx_cclink p {
	display: block;
	width: 100%;
	height: 40px;
	background: rgba(37, 69, 117, 0.65);
	position: absolute;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 1.2em;
}

.qx_cclink>div {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.qx_cclink>div:hover {
	opacity: 1;
}

.qx_cclink>div i {
	width: 100%;
	color: #fff;
	font-size: 2em;
	text-align: center;
	padding-top: 50px;
}

.qx_cclink>div .name {
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.qx_problem-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background: url(../images/problem_icon.png) no-repeat;
	background-size: 100%;
}

.qx_problem-itemcnt {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 55px);
	margin-left: 10px;
}

.qx_problem-itemcnt h3 {
	padding: 0;
	margin: 10px 0;
	font-size: 1.2em;
}

.qx_problem_box {
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
}

.qx_problem_table {
	border: 1px solid #5a9bd5;
	width: 100%;
	border-right: none;
	border-bottom: none;
}

.qx_problem_table thead tr {
	line-height: 1.8em;
	color: #fff;
	background: #5b9cd6;
}

.qx_problem_table thead tr th {
	padding: 10px;
	font-size: 1.15em;
}

.qx_problem_table tbody tr td {
	border-right: 1px solid #5a9bd5;
	border-bottom: 1px solid #5a9bd5;
	padding: 10px;
	line-height: 1.8em;
}

.qx_problem_table tbody tr:nth-child(2n-1) {
	background: #deeaf6;
}

.qx_problem_box.pl55 {
	box-sizing: border-box;
	padding-left: 55px;
}

.qx_problem_box>p {
	font-size: 1.15em;
	line-height: 2em;
}

.qx_problem_iconin {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 20px;
}

.qx_problem_box_right {
	width: calc(100% - 84px);
	float: left;
}

.qx_problem_box_right h4,
.qx_problem_h4 {
	font-size: 1.2em;
	color: #586881;
	font-weight: 600;
	padding: 0;
	margin: 5px 0 15px 0;
}

.qx_problem_box_list li {
	margin-bottom: 10px;
	font-size: 1.15em;
	box-sizing: border-box;
	padding-left: 15px;
	background: url(../images/qx_images/becloud/icon04.jpg) 0px 8px no-repeat;
	line-height: 1.8em;
}

.qx_used-box-left {
	width: calc(44% - 32px);
	float: left;
	margin-right: 30px;
	border-radius: 10px;
	border: 1px solid #ccd1da;
	overflow: hidden;
}

.qx_used-box-left img {
	width: 100%;
	height: auto;
	display: block;
}

.qx_used-box-right {
	width: calc(56% - 30px);
	float: right;
	margin-left: 30px;
}

.qx_a_link .problem-righticon {
	font-size: 1.3em;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	line-height: 36px;
	text-align: center;
	background: #a2a9c8;
	color: #fff;
	border: 2px solid #fff;
}

.qx_a_link>ul li span {
	display: block;
	padding: 15px 0;
	background: #a2a9c8;
	cursor: pointer;
	border-bottom: 1px solid #8c95b9;
	color: #fff;
}

.qx_a_link>ul li:last-child span {
	border-bottom: none;
}

#floatnav>nav ul li ul {
	background: #8c95b9;
	display: none;
}

.qx-mc-h5 {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	color: #737e96;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
}

.qx_intro-box-left .intel-p2 {
	display: none;
}

/***********************************SLOP**************************************/
.qx_full_bgimg.qx_slop {
	background: url(../images/qx_images/slop/bg01.jpg) 0px 0px no-repeat;
	background-size: cover;
	padding: 30px 0 150px 0;
	position: relative;
}

.qx_sloptext p {
	font-size: 1.3em;
	text-indent: 2.1em;
	padding-bottom: 10px;
	line-height:1.8em;
	color: #fff;
	margin: 0 auto;
}

.qx_sloptext p span {
	color: #83c3ff;
}

.qx_slop_jz {
	max-width: 300px;
	padding: 10px 0;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.15);
	border: 1px solid #4b89e3;
	color: #fff;
	margin: 40px auto 0px auto;
	text-align: center;
	font-size: 1.35em;
}

.qx_slop_block {
	background: #fff;
	border-radius: 10px;
	position: absolute;
	padding: 40px;
	box-sizing: border-box;
	top: 330px;
	left: 50%;
	width: 1170px;
	margin: 0px;
	margin-left: -585px;
	box-shadow: 1px 1px 10px rgba(9, 33, 82, 0.35);
}

.qx_slop_banner {
	min-height: 1000px;
}

.qx_arrow_dh {
	width: 36px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: 340px;
	z-index: 10;
}

.qx_arrow_dh span {
	border-top: solid 16px #4b89e3;
	border-right: solid 16px #ff0a0a00;
	border-left: solid 16px #ff040400;
	bottom: 18px;
	margin-right: -16px;
	right: 50%;
	position: absolute;
	width: 0;
	height: 0;
	display: block;
}

.qx_arrow_dh span:nth-child(1) {
	z-index: 1;
	animation: arrowdh 2s ease-in-out infinite;
}

.qx_arrow_dh span:nth-child(2) {
	top: -24px;
	z-index: 2;
	animation: arrowdh 2s 0.5s ease-in-out infinite;
}

.qx_arrow_dh span:nth-child(3) {
	top: -16px;
	z-index: 3;
	animation: arrowdh 2s 0.7s ease-in-out infinite; 
}

@keyframes arrowdh {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.1;

	}

	100% {
		opacity: 1;
	}
}

.qx_slop_jzlist {
	width: 100%;
}

.qx_slop_jzlist li {
	margin-bottom: 30px;
	position: relative;
	min-height: 128px;
	border: 1px dashed #4086c2;
	margin-left: 65px;
	border-radius: 0 5px 5px 0;
	vertical-align: middle;
	background: #fbfcfe;
	box-sizing: border-box;
	padding-right: 20px;
}

.qx_slop_jzlist li>span {
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	position: absolute;
	left: -65px;
	top: 0;
	background: linear-gradient(45deg, #4f52c5 0%, #4fa3ea 99%);
	text-align: center;
	line-height: 130px;
	color: #fff;
	font-size: 5em;
	z-index: 0;  
}
.qx_slop_jzlist li>span::before {
    content: '';
    position: absolute;
	border-radius: 50%;
    left: 0; top: 0; right: 0; bottom: 0;
	background: linear-gradient(45deg, #4fa3ea 0%, #4f52c5 99%);
    opacity: 0;    
    transition: opacity .5s;
    z-index: -1;
}
.qx_slop_jzlist li:hover>span::before {
    opacity: 1;    
}

.qx_slop_jzlist li > p{
	font-size: 1.1em;
	padding-left: 140px;
	height: 100%;
	display: block;
	line-height: 1.8em;
}
.qx_slop_jzlist li:nth-child(1) > p{
	padding-top: 50px;
}
.qx_slop_jzlist li:nth-child(2) > p, .qx_slop_jzlist li:nth-child(3) > p{
	padding-top: 30px;
}

.qx_custom-shape-divider-top {
    width: 100%;
    overflow: hidden;
    line-height: 0;
	background: url(../images/qx_images/slop/bg02.jpg) 0px 0px no-repeat;
	background-size: cover;
	margin-top: -29px;
}

.qx_custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 155px;
}

.qx_custom-shape-divider-top .shape-fill {
    fill: #FFFFFF;
}
.qx_mh400{
	position: relative;
}
.qx_mh400 img{
	display: block;
	width: 500px;
	position: absolute;
	left: -100px;
	top:30px
}
.qx_slop_ys{
	width:100%;
	padding-left: 450px;
	box-sizing: border-box;
	margin: 60px 0;
}
.qx_slop_ys li{
	margin-bottom: 25px;
	width: 100%;
}
.qx_slop_ys li > span{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: linear-gradient(45deg, rgba(79,91,199,0) 0%, rgba(78,154,230,0) 99%);
	position: relative;
	z-index: 0;
	line-height: 90px;
	color: #fff;
	text-align: center;
	font-size: 3.2em;
	float: left;
	margin-top: 10px;
}
.qx_slop_ys li > span::before {
    content: '';
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: linear-gradient(45deg, rgba(79,91,199,1) 0%, rgba(78,154,230,1) 99%);
    opacity: 0;    
    transition: opacity .5s;
    z-index: -1;
	border-radius: 50%;
}
.qx_slop_ys li:hover > span::before{
	opacity: 1;
}
.qx_slop_ystext{
	float: left;
	width: calc(100% - 120px);
	margin-left: 25px;
}
.qx_slop_ystext h3{
	color: #82c2ff;
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: 500;
}
.qx_slop_ystext p{
	font-size: 1.18em;
	color: #fff;
	line-height: 2em;
}
.qx_slop_ysh3{
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.8em;
	margin: 30px 0;
}
.qx_slop_ysh3 > span{
	color: #4f85dd;
}
.qx_slop_txlist{
	width: 100%;
	padding: 20px 0;
}
.qx_slop_txlist li{
	width: 100%;
	padding-bottom: 50px;
}
.qx_sloptx_img{
	width: 370px;
	height: 240px;
	float: left;
	border-radius: 20px 0 20px 0;
	box-shadow: 2px 2px 6px rgba(17,36,80,0.2);
	border: 1px solid #e9eaef;
	box-sizing: border-box;
	overflow: hidden;
}
.qx_sloptx_img img{
	width: 100%;
	height: 100%;
	display: block;
}
.qx_sloptx_text{
	width: calc(100% - 420px);
	float: left;
	margin-left: 50px;
}
.qx_sloptx_text h3{
	font-size: 1.3em;
	margin: 0 0 20px 0;
}
.qx_sloptx_text p{
	font-size: 1.15em;
	line-height: 2em;
	text-indent: 2.4em;
	margin-bottom: 10px;
}
.intro-intel-list.fz115em li{
	font-size: 1.15em;
}
.intro-common-box.qx_slop_gn{
	margin: 20px 0 30px;
}





















/****************************************入口***********************************************/
.qx_overimg{
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	border-bottom: 3px solid #14b1bb;
	margin-bottom: 15px;
}
.qx_overimg img{
	width: 100%;
	height: auto;
	display: block;
}
.qx_over_tit{
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.35);
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	text-shadow:1px 1px 5px  rgba(0,0,0,0.5) ;
}
.qx_over_txt{
	font-size: 1.1em;
	line-height: 2em;
	text-indent: 2.4em;
}



/**********************************************************************************/
@media screen and (max-width: 1680px) {

	#floatnav>header {
		padding: 2em;
	}

	#floatnav>footer {
		padding: 1.5em;
	}
}
@media screen and (max-width: 1420px) {
	.qx_mh400 img {
	    width: 360px;
	    left: 0px;
	}
	.qx_slop_ys{
		padding-left: 380px;
	}
	.qx_slop_ys li > span{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 2.2em;
	}
}

@media screen and (max-width: 1280px) {
	.qx_navbar-wrapper.section-menu {
		padding: 0;
	}

	.qx_navbar-wrapper .menu-left-tit {
		display: block;
		margin: 0;
		background-color: #fff;
		padding: 10px;
		text-align: center;
	}

	.qx_navbar-wrapper.section-menu .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.qx_navbar-wrapper.section-menu .container .section-menu-ul {
		display: block;
		width: 100%;
		margin: 0;
	}

	.qx_navbar-wrapper.section-menu .container .section-menu-ul li {
		width: 20%;
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		border-radius: 0;
	}

	.qx_navbar-wrapper.section-menu .container .section-menu-ul li:nth-child(2n) {
		background: #f1f5f8;
	}

	.qx_navbar-wrapper.section-menu .container .section-menu-ul li a {
		padding: 9px 0 7px 0;
		text-align: center;
	}

	.qx_navbar-wrapper.section-menu .container .section-menu-ul li i.menu-icon2,
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li i.menu-icon3,
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li i.menu-icon4,
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li i.menu-icon5,
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li i.menu-icon6 {
		display: none;
	}

	.qx_navbar-wrapper.section-menu .container .section-menu-ul li span {
		display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 20px;
	}

	.qx_navbar-wrapper.section-menu .container .section-menu-ul li.active,
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li:hover {
		background: #51aeb9;
		border-bottom: 2px solid #51aeb9;
	}

	.qx_navbar-wrapper.section-menu .container .section-menu-ul li.active a,
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li:hover a {
		color: #fff;
	}

	.qx_navbar-wrapper.section-menu .container .section-menu-ul li.active a span {
		color: #fff;
	}

	.qx_block_1200 {
		margin: 0 20px;
	}

	.qx_block_1200.qx_slop_block {
		width: 940px;
		margin: 0px;
		margin-left: -470px;
	}
}

@media screen and (max-width: 1134px) {
	.qx_mc_pt li {
		min-height: 360px;
	}
}

@media screen and (max-width: 1024px) {
	#floatnav {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 140px;
		z-index: 10002;
		-moz-transform: translateX(23em);
		-webkit-transform: translateX(23em);
		-ms-transform: translateX(23em);
		transform: translateX(23em);
		right: 0;
		background: #ebebeb;
	}

	#floatnav .qx_link {
		box-shadow: none;
		padding: 0;
	}

	#floatnav>footer {
		bottom: auto;
		left: auto;
		margin: 1em 0 0 0;
		position: relative;
		right: auto;
		top: auto;
	}

	#floatnav>nav.qx_link ul li {
		border-bottom: 1px dashed #c4c9d4;
	}

	#floatnav>nav.qx_link ul li a {
		color: #333 !important;
		text-align: left;
		padding: 0;
		padding-left: 12px;
	}

	#floatnav>nav.qx_link ul li a i {
		display: contents;
	}

	#floatnav>nav ul li a {
		padding: 0.8em 0;
	}
	body.header-visible #floatnav {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		border-radius: 0;
	}

	.qx_a_link ul {
		border-radius: 0;
	}

	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 44px;
		right: 0;
		position: fixed;
		bottom: 0;
		z-index: 10001;
		background: #222;
		color: #fff;
	}

	#titleBar .title {
		color: #fff;
		display: block;
		font-weight: 700;
		height: 44px;
		line-height: 44px;
		padding: 0 1em;
		width: 100%;
		text-align: left;
	}

	#titleBar .title a {
		border: 0;
		text-decoration: none;
	}

	#titleBar .toggle {
		text-decoration: none;
		height: 4em;
		position: absolute;
		top: 0;
		width: 6em;
		border: 0;
		outline: 0;
		right: 0;
	}

	#titleBar .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	#titleBar .toggle:before {
		background: url(../images/qx_images/becloud/icon_b.png) center no-repeat #a2a9c8;
		color: #ffffff;
		content: '';
		display: block;
		font-size: 18px;
		height: 44px;
		line-height: 44px;
		position: absolute;
		text-align: center;
		top: -10px;
		width: 44px;
		right: 10px;
		border-radius: 50%;
		box-shadow: 1px 2px 5px rgba(88, 100, 150, 0.5);
	}

	body.header-visible #wrapper,
	body.header-visible #titleBar {
		-moz-transform: translateX(-23em);
		-webkit-transform: translateX(-23em);
		-ms-transform: translateX(-23em);
		transform: translateX(-23em);
	}

	.qx_arrow_down {
		border-top: solid 16px #d2dbe2;
	}

	.qx_mc_dwlist li>div>div {
		min-height: auto;
	}

	.qx_mcbg01 {
		padding: 30px 10% 50px 25%;
		font-size: 1.5em;
		text-indent: 2em;
		line-height: 1.6em;
		text-shadow: 0 0 5px #052945, 0 0 5px #1666a4;
	}

	.qx_mc_dwlist li {
		width: 100%;
		display: block;
		float: none;
	}

	.qx_mc_dwlist {
		margin-top: 100px;
	}

	.qx_intro-box-left .intel-p2 {
		display: none;
	}

	.qx_intro-box-left.fl,
	.qx_intro-box-left.fr,
	.qx_intro-box-right.fl,
	.qx_intro-box-right.fr {
		width: 100%;
		padding: 0;
		margin: 0 0 10px 0;
	}

	.intro-common-box {
		margin: 0 0 20px !important;
	}

	.qx_a_link .problem-righticon {
		display: none;
	}

	.qx_a_link {
		border-radius: 0;
	}
	
	.qx_mh400 img {
	    width: 320px;
	    left: 50%;
		top:0px;
		margin-left: -160px;
	}
	.qx_slop_ys {
	    padding-left: 0px;
	    padding-top: 260px;
	}
}

/* @media screen and (max-width: 769px) {
	.qx_navbar-wrapper.section-menu .container{
			padding: 0;
			margin: 0;
		}
} */
@media screen and (max-width: 980px) {
	.qx_mc_pt li {
		float: none;
		width: 100%;
		min-height: auto;
		height: auto;
	}

	.qx_block_1200.qx_slop_block {
		width: 760px;
		margin: 0px;
		margin-left: -380px;
	}
	.qx_slop_jzlist li:nth-child(1) > p{
		padding-top: 45px;
	}
	.qx_slop_jzlist li:nth-child(2) > p, .qx_slop_jzlist li:nth-child(3) > p{
		padding-top: 15px;
	}
	.qx_sloptx_img{
		width: 260px;
		height: 170px;
		float: none;
		border-radius: 20px 0 20px 0;
		box-shadow: 2px 2px 6px rgba(17,36,80,0.2);
		border: 1px solid #e9eaef;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0px auto 30px auto ;
		
	}
	.qx_sloptx_text{
		width: 100%;
		float: none;
		margin-left: 0px;
	}
}
@media screen and (max-width: 895px) {
	.qx_block_1200.qx_slop_block {
		top:390px;
	}
	.qx_arrow_dh{
		top:400px;
	}
}

@media screen and (max-width: 768px) {
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li:hover {
	    background:none;
		border-bottom: 2px solid rgba(0,0,0,0);
	}
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li:nth-child(2n):hover, .qx_navbar-wrapper.section-menu .container .section-menu-ul li:nth-child(4n):hover {
	    background: #f1f5f8;
	}
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li:hover a, .qx_navbar-wrapper.section-menu .container .section-menu-ul li:hover .fa{
		color: #222;
	}
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li.active:hover{
		background: #51aeb9;
		border-bottom: 2px solid #51aeb9;
	}
	.qx_navbar-wrapper.section-menu .container .section-menu-ul li.active:hover a, .qx_navbar-wrapper.section-menu .container .section-menu-ul li.active:hover .fa{
		color: #fff;
	}
	
	
	#floatnav {
		width: 140px;
		-moz-transform: translateX(17em);
		-webkit-transform: translateX(17em);
		-ms-transform: translateX(17em);
		transform: translateX(17em);
		right: 0;
	}
	#floatnav>header {
		padding: 2em;
	}

	#floatnav>header .avatar {
		margin: 0 auto 1.6875em auto;
		width: 6em;
	}

	#floatnav>header h1 {
		font-size: 1.5em;
	}

	#floatnav>header p {
		margin: 1em 0 0 0;
	}

	#floatnav>footer {
		padding: 1.5em;
	}

	#titleBar .toggle {
		height: 4em;
		width: 6em;
	}

	#titleBar .toggle:before {
		font-size: 18px;
		width: 44px;
		background: url(../images/qx_images/becloud/icon_b.png) center no-repeat #a2a9c8;
		background-size: 80%;
	}

	body.header-visible #wrapper,
	body.header-visible #titleBar {
		-moz-transform: translateX(-12em);
		-webkit-transform: translateX(-12em);
		-ms-transform: translateX(-12em);
		transform: translateX(-12em);
	}

	.qx_mctext p {
		font-size: 1.2em;
		text-indent: 2em;
		padding-bottom: 10px;
		line-height: 1.8em;
	}

	.qx_arrow_down {
		border-top: solid 16px #cdd6de;
	}

	.qx_mcbg01 {
		padding: 30px 5% 50px 20%;
		font-size: 1.2em;
		text-indent: 2em;
		line-height: 1.6em;
	}

	.qx_mc_dwlist {
		margin-top: 110px;
	}

	.qx_mcdw_img,
	.qx_mc60p {
		width: 100%;
		float: none;
	}

	.qx_mcdw_left {
		padding-left: 10px;
	}

	.product-mc-tit {
		font-size: 1.2em;
	}

	.product-mc-h3 {
		font-size: 1.7em;
		margin-bottom: 10px;
	}

	.qx_mcys_cj li {
		width: 100%;
		display: block;
		float: none;
		box-sizing: border-box;
		padding: 20px;
	}

	.qx_mcys_cjbox {
		width: 100%;
		position: relative;
		min-height: 370px;
		margin-bottom: 0;
	}

	.qx_ysh2 {
		width: 100%;
	}

	.qx_ysboxA {
		width: calc(100% - 40px);
		position: relative;
		padding: 15px;
		top: 20px;
	}

	.qx_ysboxA_in {
		top: 25px;
		right: -10px;
	}

	.qx_ysboxB {
		width: calc(100% - 40px);
		position: relative;
		padding: 15px;
		margin-left: 40px;
		margin-top: 20px;
	}

	.qx_ysboxB_in {
		top: 22px;
		left: -10px;
	}

	.qx_full_bgimg.qx_ysbg {
		margin-top: 60px;
	}

	.qx_mc_diyops {
		padding-left: 5%;
	}

	.qx_mc_diy li {
		float: none;
		width: 100%;
	}

	.qx_mc_diy li:nth-child(2n-1) {
		padding-right: 50px;
	}

	.qx_mc_diy li:nth-child(2n) {
		padding-left: 50px;
	}

	.qx_mc_diy li>div {
		min-height: auto;
		border: none;
	}

	.qx_mc_diy li:nth-child(1)>div {
		background: #d7eeff;
	}

	.qx_mc_diy li:nth-child(2)>div {
		background: #ffeccf;
	}

	.qx_mc_diy li:nth-child(3)>div {
		background: #cdf1ed;
	}

	.qx_mc_diy li:nth-child(4)>div {
		background: #e5e7ff;
	}

	.qx_mc_diy li>div:hover,
	.qx_mc_diy li>div:active,
	.qx_mc_diy li>div:focus {
		border: none;
		background: rgb(86, 124, 228);
		/* Old browsers */
		background: -moz-linear-gradient(top, rgba(86, 124, 228, 1) 11%, rgba(86, 124, 228, 1) 11%, rgba(16, 138, 195, 1) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(86, 124, 228, 1) 11%, rgba(86, 124, 228, 1) 11%, rgba(16, 138, 195, 1) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(86, 124, 228, 1) 11%, rgba(86, 124, 228, 1) 11%, rgba(16, 138, 195, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	.qx_mc_pt li {
		padding: 20px 10px;
	}

	.qx_mc_pt li>span {
		width: 80px;
		height: 80px;
	}

	.qx_mc_pt li>span i {
		font-size: 2.5em;
		line-height: 80px;
	}

	.qx_mc_pt li>div {
		width: calc(100% - 100px);
	}

	.qx_mc_pt li>div h4 {
		margin: 0 0 10px 0;
	}

	.qx_full_bgimg.qx_mczd>div {
		padding: 0px 5% 20px 40%;
	}

	.qx_full_bgimg.qx_mczd>div h4 {
		font-size: 1.6em;
		margin: 0px;
	}

	.qx_full_bgimg.qx_mczd>div p {
		font-size: 1.1em;
		line-height: 1.6em;
	}

	ul.qx_ccinbox li {
		padding: 0 5px;
	}

	.qx_cclink>div i {
		font-size: 1.2em;
		text-align: center;
		padding-top: 40px;
	}

	.qx_intro-box-left .intel-p1 span:first-child {
		font-size: 3em;
	}

	.qx_intro-box-left .intel-p1 span:last-child {
		font-size: 1.5em;
	}

	.qx_problem_iconin {
		display: none;
	}

	.qx_problem_box_right {
		width: 100%;
	}

	.qx_problem_box_right h4,
	.qx_problem_h4 {
		font-size: 1.15em;
		line-height: 1.8em;
	}

	.qx_problem_box.pl55.nopl {
		box-sizing: border-box;
		padding-left: 0px;
	}

	.qx_used-box-left {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}

	.qx_used-box-right {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	.qx_full_bgimg.qx_slop {
	    background: url(../images/qx_images/slop/bg01.jpg) top right no-repeat;
	    background-size: cover;
	}
	.qx_block_1200.qx_slop_block {
		width: 480px;
		margin: 0px;
		margin-left: -240px;
		top:380px;
	}
	.qx_arrow_dh{
		top:390px;
	}
	.qx_slop_jzlist li {
		margin-bottom: 30px;
		min-height: 128px;
		margin-left: 0px;
		margin-top: 100px;
		border-radius: 5px;
	}

	.qx_slop_jzlist li>span {
		display: block;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		margin-left: -60px;
		top: -70px;
	}
	.qx_slop_banner {
	    min-height: 1300px;
	}
	.qx_slop_jzlist li{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.qx_slop_jzlist li > p{
		padding-left:20px;
	}
	.qx_slop_jzlist li:nth-child(1) > p, .qx_slop_jzlist li:nth-child(2) > p, .qx_slop_jzlist li:nth-child(3) > p{
		padding-top: 0px;
	}
	.qx_custom-shape-divider-top {
	    margin-top: 0px;
	}
	.qx_custom-shape-divider-top svg {
	    height: 100px;
	}
	.qx_slop_ysh3{
		font-size: 1.25em;
		font-weight: 400;
		line-height: 1.8em;
	}
	.qx_slop_ystext h3{
		font-size: 1.3em;
	}
	.qx_sloptext p {
		font-size: 1.2em;
		text-indent: 2.em;
		padding-bottom: 10px;
		line-height:1.8em;
	}
}
@media screen and (max-width: 680px) {
	.qx_block_1200.qx_slop_block {
		top:390px;
	}
	.qx_arrow_dh{
		top:400px;
	}
}
@media screen and (max-width: 570px) {
	.qx_block_1200.qx_slop_block {
		top:390px;
	}
	.qx_arrow_dh{
		top:400px;
	}
}
@media screen and (max-width: 480px) {
	.qx_slop_block {
	    padding: 20px;
	}
	.qx_block_1200.qx_slop_block {
		width: 360px;
		margin: 0px;
		margin-left: -180px;
		top:450px;
	}
	.qx_arrow_dh{
		top:460px;
	}
	.qx_slop_banner {
	    min-height: 1350px;
	}
	.qx_custom-shape-divider-top svg {
	    height: 70px;
	}
}
@media screen and (max-width: 420px) {
	.qx_block_1200.qx_slop_block {
		top:470px;
	}
	.qx_arrow_dh{
		top:480px;
	}	
}
@media screen and (max-width: 380px) {
	.qx_slop_block {
	    padding: 20px;
	}
	.qx_block_1200.qx_slop_block {
		width: 340px;
		margin: 0px;
		margin-left: -170px;
		top:500px;
	}
	.qx_arrow_dh{
		top:510px;
	}
	.qx_slop_banner {
	    min-height: 1380px;
	}
}
@media screen and (max-width: 340px) {
	.qx_block_1200.qx_slop_block {
		width: 300px;
		margin: 0px;
		margin-left: -150px;
		top:540px;
	}
	.qx_slop_jz {
	    max-width: 240px;
	    font-size: 1.2em;
	}
	.qx_arrow_dh{
		top:550px;
	}
	.qx_slop_banner {
	    min-height: 1500px;
	}
}

