.index_main {
	background: #FFFFFF;
	/* overflow: hidden; */
}
.jumpLink{
	display: none;
}
.editorDiv{
	display: none;
}
input[disabled]{
	filter: alpha(opacity=100);
	opacity:1;
}
textarea[disabled]{
	filter: alpha(opacity=100);
	opacity:1;
	background: none;
	resize: none;
}
input{
	border: none;
	outline: none;
	background: none;
}
button{
	border: none;
	outline: none;
	/* background: none; */
}
.copy_text{
	width: 100%;
	height: auto;
}
.copy_text input{
	width: 100%;
	font-size: 12px;
	color: #333333;
	text-align: center;
}
.container_top {
	overflow: hidden;
	width: 100%;
	height: 51px;
	line-height: 51px;
	background-color: #fff;
	padding: 0 100px;
}

.container_top form {
	float: left;
}

.layui-form-label {
	line-height: 51px;
	padding: 0;
	margin-right: 60px;
}

.layui-form-radio {
	margin-top: 0;
}

.container_top_btns {
	overflow: hidden;
	float: right;
}

.container_top_btns button {
	padding: 8px 20px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	background: #FFFFFF;
	font-size: 14px;
	margin: 0 4px;
	color: #606266;
	cursor: pointer;
}

.container_top_btns button.useNow {
	background-color: #409eff;
	border-color: #409eff;
	color: #FFFFFF;
}
/* 页面关键字 */
.tipsLay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	background: rgba(0, 0, 0, 0.6);
	/* display: none; */
}

.tips_ZZ {
	width: 670px;
	height: 438px;
	background: #FFFFFF;
	margin: 15vh auto 0;
	border-radius: 4px;
	padding: 20px;
}

.tips_ZZ .title {
	width: 100%;
	height: 30px;
	overflow: hidden;

}

.tips_ZZ .title img {
	float: right;
	margin-top: 10px;
}

.tips_ZZ .inp {
	padding: 0 40px 40px;
	border-bottom: 1px dashed #CCCCCC;
}

.tips_ZZ .inp label {
	color: #606266;
	font-size: 14px;
}

.tips_ZZ .inp input {
	color: #606266;
	font-size: 14px;
	width: 400px;
	height: 45px;
	border: 1px solid #606266;
	padding-left: 10px;
}

.tips_ZZ .tips {
	font-size: 12px;
	color: red;
	padding-left: 80px;
	margin-top: 6px;
}

.tips_ZZ .tips2 {
	font-size: 14px;
	color: red;
	padding-left: 40px;
	margin-top: 20px;
}

.tips_ZZ .text {
	font-size: 14px;
	line-height: 45px;
	padding-left: 40px;
}

.tips_ZZBtn {
	padding: 8px 20px;
	display: block;
	margin: 34px auto 0;
	color: #409eff;
	border: 1px solid #409eff;
	background-color: #ecf5ff;
}
/* 页面关键字end */
/* 保存提示end */
.saveTips,
.uesdTips {
	width: 300px;
	height: 150px;
	background: #FFFFff;
	border-radius: 4px;
	position: fixed;
	top: 10vh;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2000;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.9);
	padding: 20px;
	display: none;
}

.saveTips .title {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.saveTips .text {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-top: 13px;
}

.saveTips .text a {
	color: #337ab7;
	font-weight: bold;
	margin: 0 4px;
}

.saveTips a.jumpWH {
	width: 69px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: #409eff;
	border: none;
	color: #FFFFFF;
	margin-top: 12px;
	border-radius: 4px;
}

.uesdTips .title {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.uesdTips .text {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-top: 13px;
}

.uesdTips .text a {
	color: #337ab7;
	font-weight: bold;
	margin: 0 4px;
}

.uesdTips a.jumpWH {
	width: 69px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: #409eff;
	border: none;
	color: #FFFFFF;
	margin-top: 12px;
	border-radius: 4px;
}
/* 保存提示end */
/* 联系客服 */
.contact {
	width: 70px;
	position: fixed;
	bottom: 200px;
	right: 10px;
	padding: 0;
	z-index: 200;
}

.contact li {
	width: 100%;
	height: 82px;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
	background: #4a8bfd;
}

.contact li:hover {
	/* background-color:#4A8A9C ; */
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.9);
}

.contact li img {
	width: 25px;
	height: 25px;
	margin: 20px auto 0;
	display: block;
}

.contact li p {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 6px;
}

.liuYanK {
	width: 348px;
	height: auto;
	overflow: hidden;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #FFF;
	display: none;
	background-color: #FFFFff;
	z-index: 200;
}

.liuYanK .top {
	width: 100%;
	height: 40px;
	background: #3499E9;
	border-radius: 6px 6px 0px 0;
	overflow: hidden;
}

.liuYanK .top img {
	width: 25px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	cursor: pointer;
}

.liuYanK .title {
	font-size: 14px;
	width: 90%;
	margin: 10px auto;
	color: #000000;
}

.liuYanK textarea.text {
	resize: none;
	width: 90%;
	margin: 0 auto;
	height: 81px;
	outline: none;
	border: 1px solid #d5d5d5;
	text-align: left;
	display: block;
}

.liuYanK .inp {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 30px;
}

.liuYanK .inp input {
	border: 1px solid #CCCCCC;
	 text-align: left;
	 width: 85%;
	 font-size: 12px;
	 height: 30px;
	 padding-left: 10px;
}

.liuYanK .btn {
	width: 90%;
	height: 34px;
	border-radius: 3px;
	color: #fff;
	display: block;
	margin: auto;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	background: #3499E9;
	border: none;
	margin-bottom: 40px;
}


.contact_SJ {
	display: none;
}
.callPhone {
	position: relative;

}
.callSJ_jp{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.callSJ_jp li{
	width: 28%;
	margin: 0 2.5% 6px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: left;
}
.callPhone div.callMe {
	height: 310px;
	width: 250px;
	background: url(https://hcqx.bd.bcebos.com/image/33.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -110px;
	left: -240px;
	padding: 36px;
	display: none;
}

.callPhone div.callMe input {
	width: 100%;
	height: 35px;
	border: 1px solid #4a8bfd;
	font-size: 14px;
	outline: none;
	border-radius: 4px;
	margin-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}

.callPhone div.callMe button {
	width: 100%;
	height: 35px;
	border: 1px solid #4a8bfd;
	background: #4a8bfd;
	color: #FFFFFF;
	font-size: 14px;
	outline: none;
	border-radius: 4px;
	margin-bottom: 20px;
}

.callPhone div.callMe .text {
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 1.6;
}

.callPhone div.callMe .tips {
	color: red;
	display: none;
}

.callPhone div.callMe .text span {
	color: #4a8bfd;
}

.callSJ {
	display: none;
}

.SJcallPhone {
	display: none;
}
/* 联系客服end */
/* 底部留言匡 */
.index_bottom {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	padding-top: 30px;
}

.index_bottomMain {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}

.index_bottom .title {
	font-size: 26px;
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
}
.index_bottom .title_g{
	width: 200px;
	border: 2px solid #4e91ff;
	margin: 0 auto 25px;
}
.index_bottomMain .left {
	width: 259px;
	float: left;
	overflow: hidden;
	border: 1px solid #488dff;
	border-radius: 4px;
	text-align: center;
	padding-bottom: 20px;
	margin-left: 30px;
}

.leftTitle {
	font-size: 24px;
	color: #4a8bfd;
	padding: 26px 0;
	text-align: center;
	border-bottom: 1px solid #488dff;
	letter-spacing:6px;
}

.leftText {
	font-size: 16px;
	color: #333;
	padding: 16px 0;
	text-align: center;
}

.leftText2 {
	font-size: 16px;
	padding: 0 20px;
	margin-top: 9px;
}

.leftText2 span {
	color: #ff0000;
	margin: 0 4px;
}

.index_bottom_text {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin: 30px 0;
}

.leftInp {
	width: 210px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 6px auto;
	border: 1px solid #4a8bfd;
	border-radius: 5px;
	font-size: 16px;
	color: #666666;
	display: block;
}

.leftBtn {
	width: 137px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 10px auto 20px;
	background: #4a8bfd;
	border: 1px solid #4A8BFD;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.index_bottomMain .middle {
	float: left;
	width: 286px;
	margin: 0 30px 0 0px;
}

.index_bottomMain .middle p {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

.index_bottomMain .middle input {
	width: 100%;
	height: 40px;
	border: 1px solid #488dff;
	border-radius: 5px;
	text-indent: 1em;
	outline: none;
	font-size: 14px;
	/* margin-bottom: 20px; */
	transition: all 0.5s step-start;
}

.index_bottomMain .middle textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #488dff;
	border-radius: 5px;
	text-indent: 1em;
	max-width: 100%;
	min-width: 100%;
	padding-top: 10px;
	transition: all 0.5s step-start;
}

.index_bottomMain .middle button {
	width: 281px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	margin: 10px auto 10px;
	background: #4a8bfd;
	border: 1px solid #4A8BFD;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	outline: none;
	display: block;

}

.index_bottomMain .right {
	width: 414px;
	float: left;
	text-align: center;
}

.index_bottomMain .right .top {
	/* border: 1px solid #CCCCCC; */
	border-radius: 4px;
	padding: 0 10px 0;
}
.index_bottomMain .right .top p{
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
	border-bottom:2px solid #488dff ;
	padding-bottom: 10px;
	margin-top: 10px;
}

.index_bottomMain .right .top button {
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #327bfd;
	margin: 0px 0 0px;
	color: #003399;
	border-radius: 5px;
	outline: none;
	font-weight: bold;
	font-size: 20px;
}
.index_bottomMain .right button{
	width: 147px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0px auto 0px;
	background: #4a8bfd;
	border: 1px solid #4A8BFD;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	outline: none;
	margin-top: 10px;
}
.index_bottomMain .right .bottom{
	width: 100%;
	/* border: 1px solid #eee; */
	border-radius: 5px;
	padding: 10px 15px 0;
	margin-top: 10px;
}
.index_bottomMain .right .bottom .leftText2{
	font-size: 14px;
	color: #333333;
}
.index_bottomMain .right .bottom p{
	color: #333;
	font-size: 16px;
	padding: 3px 20px;
	margin-bottom: 6px;
	display: inline-block;
	border: 1px solid #333;
	/* padding-bottom: 12px; */
	cursor: pointer;
	text-align: left;
	/* line-height: 30px; */
	border-radius: 6px;
}
.peopleNum{
	overflow: hidden;
	font-size: 14px;
	color: #333333 !important;
	border: 1px solid #4A8BFD;
	padding: 8px 10px;
	border-radius: 4px;
}
.peopleNum span{
	color: #FD0000;
	margin: 0 2px;
}
.peopleNum img{
	display: inline;
	margin-right: 10px;
}
/* 底部留言框end */
/* 初始进入弹框 */
.startDiv{
	width: 370px;
	height: 240px;
	position: fixed;
	z-index: 3000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:30vh auto 0;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
	display: none;
}
.startDiv .top{
	width: 100%;
	padding: 60px 0;
	text-align: center;
	background-color: #327bfd;
}
.startDiv .top .text1{
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
.startDiv .top .text2{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}
.startDiv .top .text2 span{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}
.startDivGB{
	position: absolute;
	top: 20px;
	right: 20px;
}
.startDiv .bottom{
	width: 100%;
	background: #FFFFFF;
	height: 60px;
}
.startDiv .bottom .bottomDiv{
	float: left;
	width: 50%;
	height: 100%;
	line-height: 60px;
	padding-left: 50px;
	border-left: 1px solid #CCCCCC;
	cursor: pointer;
}
.startDiv .bottom .bottomDiv:nth-child(1){
	border: none;
}
.startDiv .bottom .bottomDiv img{
	display: inline;
	width: 20px;
	margin-right: 10px;
	float: left;
	margin-top: 20px;
}
.callDiv{
	width: 370px;
	height: 146px;
	background: url(https://hcqx.bd.bcebos.com/image/49.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -147px;
	left: 0;
	padding: 24px 0;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
	display: none;
}
.callDiv_inp{
	text-align: center;
	height: 63px;
}
.callDiv_inp input{
	border: 1px solid #4a8bfd;
	width: 170px;
	height: 40px;
	margin: auto;
	text-align: center;
	color: #666666;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.callDiv_inp button{
	width: 130px;
	height: 40px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	background: #4a8bfd;
	border: none;
	margin-bottom: 20px;
	cursor: pointer;
}
.callDiv_text{
	line-height: 1.6;
	font-size: 12px;
	text-align: center;
}
.callDiv_text span{
	color: #327BFD;
}
/* 手机端右侧 */
.contactSJ{
	display: none;
}
/* 模板样式开始 */
.inner7_topOverLay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 10;
}
.overlay_in5{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 10;
}
.overlay_in5 button,
.inner7_topOverLay button{
	width: 100px;
	height: 40px;
	border-radius: 6px;
	background-color: #0F76D2;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	cursor: pointer;
}
.overlay_in5 input,
.inner7_topOverLay input{
	width: 100px;
	height: 40px;
	border-radius: 6px;
	background-color: #0F76D2;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
}
.overlay_in5 p,
.inner7_topOverLay p{
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 10px;
}
.inner8_top{
	width: 100%;
	overflow: hidden;
	background: url(https://hcqx.bd.bcebos.com/image/8_01.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 74px;
	padding-bottom: 45px;
	background-color: rgba(0,0,0,0.7);
	position: relative;
}
.inner8_topMain{
	width: 968px;
	margin: 0 auto;
	overflow: hidden;
}
.inner8_topMain .rightImg{
	float: left;
	width: 465px;
	border: 3px solid #fefefe;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}
.inner8_topMain .leftDiv{
	float: left;
	color: #fefefe;
	width: 493px;
	margin-top: 215px;
}
.inner8_topMain .leftDiv .top{
	overflow: hidden;
}
.inner8_topMain .leftDiv .top .left{
	color: #fefefe;
	float: left;
	font-size: 109px;
	font-weight: bold;
	width: 142px;
}
.inner8_topMain .leftDiv .top .right{
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 23px;
}
.inner8_topMain .leftDiv .top .right .title{
	color: #fefefe;
	width: 100%;
	font-size: 52px;
	letter-spacing:8px;
	font-weight: bold;
	display: block;
}
.inner8_topMain .leftDiv .top .right .text{
	color: #fefefe;
	width: 100%;
	font-size: 20px;
	letter-spacing:4px;
	display: block;
}
.inner8_topMain_ul{
	overflow: hidden;
	width: 100%;
}
.inner8_topMain_ul li{
	float: left;
	width: 35%;
	margin-bottom: 20px;
}
.inner8_topMain_ul li img{
	float: left;
}
.inner8_topMain_ul li input,
.inner8_topMain_ul li p,
.inner8_topMain_ul li span{
	color: #fefefe;
	font-size: 20px;
	float: left;
	margin-top: 6px;
	margin-left: 6px;
}
.inner8_button{
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}
.inner8_button button{
	width: 200px;
	height: 40px;
	border: 1px solid #fefefe;
	border-radius: 6px;
	color: #fefefe;
	background: none;
	font-size: 18px;
	margin: 0 20px;
}
.inner8_show,
.inner8_advantage{
	width: 1200px;
	overflow: hidden;
	padding-top: 30px;
	margin: 50px auto 0;
}
.inner8_show .title {
	border-top: 1px solid #ccc;
}

.inner8_show .title input,
.inner8_advantage .title input{
	color: #0060be;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 5px;
	border: none;
	width: 451px;
	display: block;
	margin: -27px auto 0;
	text-align: center;
	background: #FFFFFF;
}
.inner8_show .title span,
.inner8_advantage .title span,
.inner8_show .title p,
.inner8_advantage .title p{
	color: #0060be;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 5px;
	border: none;
	width: 451px;
	display: block;
	margin: -27px auto 0;
	text-align: center;
	background: #FFFFFF;
}

.inner8_show .text textarea,
.inner8_advantage .text textarea,
.inner8_show .text p,
.inner8_advantage .text p{
	width: 100%;
	height: 30px;
	border: none;
	text-align: center;
	font-size: 20px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 22px;
}
.inner8_show_ul{
	width: 100%;
	overflow: hidden;
}
.inner8_show_ul li{
	width: 25%;
	position: relative;
	float: left;

}
.inner8_show_ul_y li{
	border: 2px solid #ffcb00;
}
.inner8_show_ul_b li{
	border: 2px solid #0060bd;
}
.inner8_show_ul li img{
	width: 100%;
}
.inner8_showTextDiv{
	/* overflow: hidden; */
	position: relative;
	min-height: 100px;
}
.inner8_showTextDiv .leftDiv{
	width: 124px;
	height: 122px;
	position: absolute;
	top: -25px;
	z-index: 20;
}
.inner8_showTextDiv .leftDiv_y{
	background-color: rgba(255,202,0,0.5);
}
.inner8_showTextDiv .leftDiv_b{
	background-color: rgba(0,96,189,0.5);
}
.inner8_showTextDiv .leftDiv input,
.inner8_showTextDiv .leftDiv p,
.inner8_showTextDiv .leftDiv span{
	font-size: 22px;
	background: #e5e5e5;
	padding: 10px 0;
	text-align: center;
	border-radius: 25px;
	margin-top: 48px;
	margin-left: 10px;
	line-height: 29px;
	display: block;
	width: 240px;
}
.rightUl{
	float: right;
	overflow: hidden;
	width: 936px;
	padding-left: 20px;
	margin-top: 24px;
}
.rightUl li{
	float: left;
	list-style: disc;
	margin-top: 10px;
	width: 25%;
}
.rightUl li input,
.rightUl li p,
.rightUl li span{
	font-size: 20px;
}
.inner8_showbtn{
	overflow: hidden;
	text-align: right;
	width: 100%;
	margin: 30px 0;
}
.inner8_showbtn button:nth-child(1){
	width: 260px;
	height: 50px;
	background-color: #0060bd;
	color: #FFFFFF;
	font-size: 22px;
	border-radius: 10px;
	display: inline-block;
	margin-right: 30px;
}
.inner8_showbtn button:nth-child(2){
	width: 260px;
	height: 50px;
	background-color: #ffcb00;
	color: #333333;
	font-size: 22px;
	border-radius: 10px;
	display: inline-block;
}
.inner5_addbtn{
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.inner5_addbtn button:nth-child(1){
	padding: 8px 20px;
	font-size: 18px;
	background-color:#0F76D2 ;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 4px;
}
.inner5_addbtn button:nth-child(1){
	padding: 8px 20px;
	font-size: 18px;
	background-color:#0F76D2 ;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 4px;
	margin:0 10px;
	cursor: pointer;
}
.inner5_addbtn button:nth-child(2){
	padding: 8px 20px;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 4px;
	background-color: #f56c6c;
	margin:0 10px;
	cursor: pointer;
}
.advantage_img{
	width: 507px;
	height: 507px;
	overflow: hidden;
	border-radius: 254px;
	position: relative;
	margin: 0 auto;
}
.advantage_main{
	overflow: hidden;
}
.advantage_main img.middle{
	float: left;
	height: 475px;
}
.advantage_main ul.left{
	float: left;
}
.advantage_main ul.left,
.advantage_main ul.right{
	width: 48%;
	padding-top: 50px;
}
.advantage_main ul.left li input,
.advantage_main ul.left li p,
.advantage_main ul.left li span{
	font-size: 25px;
	width: 97%;
	padding: 0 20px;
	text-align: right;
	margin-bottom:25px;
	float: left;
}
.advantage_main ul.right li input,
.advantage_main ul.right li p,
.advantage_main ul.right li span{
	font-size: 25px;
	text-align: left;
	width: 97%;
	float: left;
	padding: 0 20px;
	margin-bottom:25px;
}
.advantage_main ul.right{
	float: left;
}
.advantage_main ul.left li img{
	float: right;
	margin-top: 10px;
}
.advantage_main ul.right li img{
	float: left;
	margin-top: 10px;
}
.advantage_main ul.left button{
	float: right;
	width: 240px;
	height: 50px;
	color: #FFFFFF;
	font-size: 22px;
	background-color: #0060bd;
	border-radius: 10px;
}
.advantage_main ul.right button{
	float: left;
	width: 240px;
	height: 50px;
	color: #333333;
	font-size: 22px;
	background-color: #ffcb00;
	border-radius: 10px;
}
.inner8_case{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.inner8_caseBtn{
	text-align: center;
	margin: 25px 0;
}
.inner8_caseBtn button:nth-child(1){
	width: 240px;
	height: 50px;
	color: #FFFFFF;
	font-size: 22px;
	background-color: #0060bd;
	border-radius: 10px;
	margin-right: 20px;
}
.inner8_caseBtn button:nth-child(2){
	width: 240px;
	height: 50px;
	color: #333333;
	font-size: 22px;
	background-color: #ffcb00;
	border-radius: 10px;
}
.advantage_main ul.right .leftButton{
	display: none;
}
.comm_corporateName{
	width: 800px;
}
.comm_corporateName .corporateNameInp{
	text-align: center;
	width: 100%;
	/* font-style: italic; */
	letter-spacing: 4px;
	/*font-weight: bold;*/
	/* font-family: serif; */
	font-size: 35px;
	/*opacity: 0.4;*/
	display: block;
}
.comm_corporateName .corporateNameColor{
	width: 350px;
	margin: 0 auto;
	display: block;
	font-size: 20px;
	border: 1px solid #333333;
}
.corporateNameColor::-webkit-input-placeholder{
	color:#333333;
}
.corporateNameColor::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#333333;
}
.corporateNameColor:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#333333;
}
.corporateNameColor:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#333333;
}
.startDiv .bottom .bottomDiv .bottomInp,
.startDiv .bottom .bottomDiv .bottomInp{
	width: 100px;
	color: #333;
	float: left;
	line-height: 57px;
	font-size: 16px;
}
.startDiv .top .text1{
	width: 100%;
	text-align: center;
	display: block;
}
.startDiv .top .text2 input,
.startDiv .top .text2 p{
	font-size: 18px;
    color: #ffffff;
    font-weight: normal;
	display: inline;
}
.startDivColor{
	background-color: #333;
	color: #fff;
	width: 100%;
	height: 30px;
	display: none;
}
/* 新底部*/
.new_index_bottom {
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
}

.new_index_bottom .left {
	float: left;
	position: relative;
	width: 450px;
	height: 322px;
}

.new_index_bottom .left img {
	width: 100%;
	height: 100%;
}

.new_index_bottom .middle {
	float: left;
	height: 322px;
	overflow: hidden;
	margin: 0 10px;
	border: 1px solid #b5b5b5;
	width: 450px;
	padding: 26px 20px;
}

.new_index_bottom .middle .title {
	overflow: hidden;
	text-align: center;
	border: 1px solid #b5b5b5;
	font-size: 18px;
}

.new_index_bottom .middle .title img {
	display: inline-block;
	margin-right: 10px;
}

.new_index_bottom .middle .title span {
	color: red;
	margin: 0 10px;
}

.new_index_bottom .middle .info {
	overflow: hidden;
	margin-top: 20px;
}

.new_index_bottom .middle .info label {
	font-size: 18px;
	float: left;
}

.new_index_bottom .middle .info input,
.new_index_bottom .middle .info textarea {
	border: 1px solid #b5b5b5;
	width: 354px;
	height: 30px;
}

.new_index_bottom .middle .info textarea {
	height: 70px;
	resize: none;
	background: none;
}

.new_index_bottom .middle button {
	width: 204px;
	height: 40px;
	text-align: center;
	line-height: 33px;
	margin: 10px auto 10px;
	background: #009de4;
	border: 1px solid #009de4;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	outline: none;
	display: block;
}
.new_index_bottom .right{
	float: left;
	width: 280px;
	overflow: hidden;
	height: 322px;
	border: 1px solid #b5b5b5;
	padding: 0 12px;
}
.new_index_bottom .right .title{
	font-size: 25px;
	color: #009de4;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #b5b5b5;
	padding: 8px 0;
}
.new_index_bottom .right #scrollDiv{
	overflow: hidden;
	width: 100%;
	height: 260px;
	margin-top: 24px;
}
.new_index_bottom .right #scrollDiv ul{

}
.new_index_bottom .right #scrollDiv ul li{
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
}
.new_index_bottom .right #scrollDiv ul li img{
	float: left;
	margin-top: 5px;
	margin-right: 6px;
}
.new_index_bottom .right #scrollDiv ul li .redFont{
	color: red;
}
.new_index_bottom .right #scrollDiv ul li .phone{
	margin: 0 10px;
}
.new_index_bottom .index_bottom_text {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin: 30px 0;
}
/* 新底部end */
/* 商机表单 */
.WapNews{
	width: 375px;
	overflow: hidden;
	background: #FFFFFF;
	margin: 0 auto;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.9);
	padding: 20px;
	display: none;
}
.WapNews .title{
	width: 100%;
	font-size: 20px;
	text-align: center;
	float: none;
	display: inline-block;
}
.WapNews p{
	overflow: hidden;
}
.WapNews img{
	width: 20px;
	display: inline-block;
}
.WapNews label,
	/* .WapNews img, */
.WapNews input{
	float: left;
}
.WapNews label{
	font-size: 16px;
	width: 30%;
	line-height: 31px;
}
.WapNews p input{
	width: 70%;
	color: #333;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 4px 6px;
}
.WapNews p input::-webkit-input-placeholder {
	color: #ccc;
}
.WapNews p input::-moz-input-placeholder {
	color: #ccc;
}
.WapNews p input::-ms-input-placeholder {
	color: #ccc;
}
.WapNews p{
	margin: 15px 0;
}
.WapNews button{
	padding: 6px 70px;
	width: 80%;
	background: #467EFF;
	color: #FFFFFF;
	display: block;
	margin: 25px auto 0;
	border-radius: 4px;
}
.WapNews .authorization{
	padding: 5px;
	background: #F5F5F5;
}

.WapNews .WapNewsInfo{
	color: rgb(230, 50, 46);
	cursor: pointer;
}
.layui-layer-content{
	height: 200px;
}
.setColorBtn input{
	width: 100%;
	border: 1px solid #ccc;
	font-size: 16px;
	margin: 4px 0;
}
.setColorBtn{
	width: 375px;
	overflow: hidden;
	margin: 10px auto;
}
.addWapNews{
	padding: 8px 20px;
	color: #FFFFFF;
	background-color: #467EFF;
	display: block;
	margin: 0 auto;
}
/* 模板样式结束 */
@media only screen and (max-width: 750px) {
	.new_index_bottom{
		display: none;
	}
	/* 手机端右侧 */
	.contactSJ{
		display: block;
		position: fixed;
		bottom: 60px;
		right: 10px;
	}
	.contactSJ li{
		width: 40px;
		height: 40px;
		border-radius:20px ;
		background:rgba(50, 123, 253, 0.5);
		margin-bottom: 7px;
	}
	.contactSJ li img{
		width: 22px;
		height: 22px;
		float: left;
		margin-top: 9px;
		margin-left: 9px;
	}
	/* 手机端右侧end */
	.index_bottom{
		display: none;
	}
	/* 移动端联系客服 */
	.callPhone {
		display: none;
	}

	.SJcallPhone {
		display: block;
	}
	.callPhone {
		display: none;
	}

	.SJcallPhone {
		display: block;
	}

	.index_sort_nav,
	.index_sortMain,
	.index_introduce .introduce,
	.factory,
	.case {
		width: 100%;
	}

	.callSJ {
		width: 80%;
		/* height: 5.5rem; */
		background: #FFFFFF;
		position: fixed;
		z-index: 200;
		left: 0;
		right: 0;
		top: 20vh;
		margin: 0 auto;
		display: block;
		border-radius: 6px;
		box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.9);
		display: none;
	}

	.callSJ .title {
		font-size: 18px;
		line-height: 32px;
		text-align: center;
		color: var(--color);
		font-weight: bold;
		border-bottom: 1px solid #CCCCCC;
	}

	.callSJ .inp {
		font-size: 40px;
		height: 40px;
		overflow: hidden;
		position: relative;
	}

	.callSJ .inp img {
		position: absolute;
		top: 11px;
		right: 18px;
	}

	.callSJ .inp .thPhoneSJ {
		width: 90%;
		height: 100%;
		display: block;
		margin: 0 auto;
		border: none;
		font-size: 14px;
	}

	.callMePhoneSJ {
		width: 80%;
		min-height: 35px;
		border: 1px solid #4a8bfd;
		background: #4a8bfd;
		color: #FFFFFF;
		font-size: 14px;
		outline: none;
		border-radius: 4px;
		display: block;
		margin: 0.4rem auto;
	}

	.callSJ .top {
		background-color: #4a8bfd;
		height: 30px;
		border-radius: 6px 6px 0 0;
	}

	.callSJ .top img {
		width: 20px;
		float: right;
		margin-right: 10px;
		margin-top: 6px;
	}

	.callSJ p.text {
		font-size: 0.26rem;
		width: 80%;
		margin: 0 auto;
	}

	.callSJ p.tips {
		font-size: 0.26rem;
		color: red;
		text-align: center;
		display: none;
	}

	.contact_SJ {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #4a8bfd;
		color: #FFFFFF;
		font-size: 17px;
		text-align: center;
		display: block;
		height: 50px;
		line-height: 50px;
	}

	.liuYanK {
		width: 80%;
		position: fixed;
		left: 0;
		right: 0;
		top: 20vh;
		bottom: inherit;
		margin: auto;
		z-index: 200;
	}

	.liuYanK .btn {
		margin-bottom: 20px;
	}

	.contact {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
	}

	.contact li {
		float: left;
		width: 33.33%;
		height: 58px;
	}


	.contact li p {
		font-size: 16px;
	}

	.contact li img {
		margin-top: 0.1rem;
	}

	.liuYanK .inp label {
		font-size: 14px;
	}
	/* 移动端联系客服end */
	/* 模板适配开始 */
	.WapNews{
		width: 100%;
		display: block;
		box-shadow:none;
	}
	.inner8_topMain,
	.inner8_topMain .leftDiv,
	.inner8_show,
	.inner8_advantage,
	.inner8_show .title input, .inner8_advantage .title input,
	.inner8_show .title span, .inner8_advantage .title span,
	.inner8_show .title p, .inner8_advantage .title p,
	.advantage_img,
	.inner8_case{
		width: 100%;
	}
	.inner8_topMain .rightImg{
		float: none;
		width: 95%;
		float: none;
		margin: 15px auto;
	}
	.inner8_show_ul li{
		width: 50%;
	}
	.advantage_img{
		border-radius: 0;
		width: 100%;
		height: auto;
	}
	.inner8_topMain .leftDiv{
		margin-top: 0;
		margin-bottom: 12px;
	}
	.inner8_topMain .leftDiv .top .right{
		margin-top: 12px;
	}
	.inner8_topMain .leftDiv .top .right .title{
		font-size: 35px;
		text-align: center;
	}
	.inner8_topMain .leftDiv .top .right .text{
		font-size: 12px;
	}
	.inner8_topMain .leftDiv .top .left{
		font-size: 68px;
		width: 24%;
	}
	.inner8_topMain .leftDiv .top .right{
		width: 100%;
	}
	.inner8_top {
		padding-top: 23px;
	}
	.inner8_topMain_ul li img{
		width: 18px;
		margin-top: 2px;
	}
	.inner8_topMain_ul li input, .inner8_topMain_ul li p,.inner8_topMain_ul li span{
		font-size: 14px;
		margin-top: 3px;
	}
	.inner8_topMain_ul li{
		width: 50%;
	}
	.inner8_topMain_ul{
		width: 98%;
		margin: 0 auto;
	}
	.inner8_button{
		text-align: center;
	}
	.inner8_button button{
		width: 31%;
		font-size: 14px;
		height: 34px;
	}
	.inner8_show .title input, .inner8_advantage .title input,
	.inner8_show .title span, .inner8_advantage .title span,
	.inner8_show .title p, .inner8_advantage .title p{
		font-size: 30px;
	}
	.inner8_show .text textarea, .inner8_advantage .text textarea{
		font-size: 14px;
	}
	.inner8_show, .inner8_advantage{
		margin: 30px auto 0;
	}
	.inner8_showUL{
		margin: 0 auto;
		width: 98%;
	}
	.rightUl{
		width: 60%;
	}
	.inner8_showTextDiv .leftDiv{
		width: 20%;
		height: 80px;
	}
	.inner8_showTextDiv .leftDiv input, .inner8_showTextDiv .leftDiv p,.inner8_showTextDiv .leftDiv span{
		font-size: 14px;
		padding: 2px 0;
		margin-top: 37px;
		width: 120px;
	}
	.rightUl{
		padding-left: 18px;
	}
	.rightUl li input, .rightUl li p,.rightUl li span{
		font-size: 12px;
	}
	.inner8_showbtn{
		text-align: center;
	}
	.inner8_showbtn button:nth-child(1){
		width: 32%;
		font-size: 14px;
		height: 38px;
	}
	.inner8_showbtn button:nth-child(2){
		width: 32%;
		font-size: 14px;
		height: 38px;
	}
	.advantage_main{
		position: relative;
	}
	.advantage_main img.middle{
		position: absolute;
		top: 0;
		left: 10px;
		height: 100%;
		width: 17px;
	}
	.advantage_main ul.left li img, .advantage_main ul.right li img{
		float: left;
		width: 3%;
		margin-top: 7px;
	}
	.advantage_main ul.left, .advantage_main ul.right{
		float: right;
		width: 93%;
		padding-left: 2%;
		padding-top: 0px;
		overflow: hidden;
	}
	.advantage_main ul.left li input, .advantage_main ul.left li p,.advantage_main ul.left li span,
	.advantage_main ul.right li input, .advantage_main ul.right li p,.advantage_main ul.right li span{
		font-size: 16px;
		text-align: left;
		padding: 0 9px;
		margin-bottom: 15px;
		display: block;

	}
	.advantage_main ul.left li input, .advantage_main ul.left li p,.advantage_main ul.left li span,
	.advantage_main ul.right li input, .advantage_main ul.right li p{
		float: right;
	}
	.advantage_main ul.left button,
	.advantage_main ul.right button{
		width: 36%;
		font-size: 14px;
		height: 38px;
	}
	.advantage_main ul.right li input, .advantage_main ul.right li p{
		float: none;
	}
	.advantage_main ul.left button{
		display: none;
	}
	.inner8_caseBtn button:nth-child(1),
	.inner8_caseBtn button:nth-child(2){
		width: 36%;
		height: 38px;
		font-size: 14px;
	}
	.advantage_main ul.right .leftButton{
		width: 36%;
		font-size: 14px;
		height: 38px;
		color: #FFFFFF;
		background-color: #0060bd;
		border-radius: 10px;
		display: block;
		margin-right: 20px;
	}
	.inner8_show .text textarea,
	.inner8_advantage .text textarea,
	.inner8_show .text p,
	.inner8_advantage .text p{
		font-size: 16px;
	}
	.rightUl li{
		width: 50%;
	}
	.add_duiHua{
		margin-bottom: 50px;
	}
	.comm_corporateName .corporateNameInp{
		text-align: center;
		width: 100%;
		font-style: italic;
		letter-spacing: 4px;
		font-weight: bold;
		font-family: serif;
		font-size: 20px;
	}
	.comm_corporateName{
		width: 100%;
		left: 0 !important;
		    padding: 20px;
		top: 0 !important;
	}
	/* 模板适配结束 */
}
