.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 #ccc;
	 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;
}
.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;
}
.inner12_Top{
	width: 100%;
	overflow: hidden;
	background: url(https://hcqx.bd.bcebos.com/image/12_01.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 35px;
	padding-bottom: 30px;
	position: relative;
}
.inner12_Top_main{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.inner12_Top .right{
	float: right;
	position: relative;
	/* width: 539; */
}
.inner12_Top .left{
	margin-top: 65px;
	float: left;
	max-width: 661px;
	overflow: hidden;
}
.inner12_Top_main .left .title{
	color: #007298;
	font-size: 55px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-bottom: 45px;
}
.inner12_Top_main_ul{
	width: 100%;
	overflow: hidden;
}
.inner12_Top_main_ul li{
	overflow: hidden;
	margin-bottom: 25px;
}
.inner12_Top_main_ul li img{
	float: left;
	width: 5%;
}
.inner12_Top_main_ul li .text{
	font-size: 23px;
	width: 93%;
	margin-left: 2%;
}
.inner12_Top_mainBtn{
	text-align: center;
	margin-top: 37px;
	padding-right: 56px;
}
.inner12_Top_mainBtn button{
	padding: 4px 20px;
	font-size: 23px;
	border: 2px solid #333333;
	border-radius: 6px;
	background: none;
	margin: 0 28px;
	
}
.inner12_videoMain{
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
.inner12_title{
	overflow: hidden;
}
.inner12_title .title1,
.inner12_title .title2{
	width: 100%;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
.inner12_title .title1{
	color: #FFFFFF;
}
.inner12_title .title2{
	color: #333333;
}
.inner12_title .text1,
.inner12_title .text2{
	width: 100%;
	text-align: center;
	font-size: 20px;
	background: none;
	border: none;
	margin: 20px 0;
}
.inner12_title .text1{
	color: #FFFFFF;
}
.inner12_title .text2{
	color: #333333;
}
.inner12_video{
	width: 100%;
	background-color: #2474b5;
	padding-top: 30px;
	position: relative;
}
.inner12Btn{
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.inner12Btn button:nth-child(1){
	padding: 4px 20px;
	color: #FFFFFF;
	font-size: 20px;
	background: #003399;
	margin-right: 50px;
}
.inner12Btn button:nth-child(2){
	padding: 4px 20px;
	color: #FFFFFF;
	font-size: 20px;
	background: #fc7930;
}
.inner12_show{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 30px;
}
.inner12_showUL{
	width: 100%;
	overflow: hidden;
}
.inner12_showUL li{
	overflow: hidden;
}
.inner12_showUL li .left{
	width: 40%;
	height: 514px;	
	padding: 60px 30px 0;
}
.inner12_showUL .right{
	width: 60%;
	position: relative;
}
.inner12_showUL_li{
	margin-bottom: 20px;
}
.inner12_showUL .inner12_showUL_li:nth-child(odd) .left{
	float: left;	
}
.inner12_showUL .inner12_showUL_li:nth-child(even) .left{
	float: right;
}
.inner12_showUL .inner12_showUL_li:nth-child(odd) .right{
	float: left;
}
.inner12_showUL .inner12_showUL_li:nth-child(even) .right{
	float: right;
}
.inner12_showUL .inner12_showUL_li .left .active{
	background: #2474b5;
}
.inner12_showUL .inner12_showUL_li .left li{
	overflow: hidden;
	padding: 8px 20px;
	border: 2px solid #2474b5;
	border-top: none;
	cursor: pointer;
}
.inner12_showUL .inner12_showUL_li .left li:nth-child(1){
	border-top:  2px solid #2474b5;
}
.inner12_showUL .inner12_showUL_li .left  ul{
	margin-bottom: 50px;
}
.inner12_showUL .inner12_showUL_li .left li div{
	float: left;
	width: 80%;
	margin-left: 5%;
}
.inner12_showUL .inner12_showUL_li .left li img{
	float: left;
	width: 12%;
}
.inner12_showUL .inner12_showUL_li .left li.active .title{
	font-size: 20px;
	color: #FFFFFF;
	width: 100%;	
}
.inner12_showUL .inner12_showUL_li .left li.active .text{
	font-size: 14px;
	color: #FFFFFF;
	width: 100%;
	margin-top: 5px;
}
.inner12_showUL .inner12_showUL_li .left li .title{
	font-size: 20px;
	color: #2474b5;
	width: 100%;	
}
.inner12_showUL .inner12_showUL_li .left li .text{
	font-size: 14px;
	color: #333333;
	width: 100%;
	margin-top: 5px;
}
.showRightUl{
	width: 100%;
	overflow: hidden;
}
.showRightUl li{
	position: relative;
	display: none;
}
.showRightUl li.active{
	display: block;
}
.inner12_advantage{
	width: 100%;
	overflow: hidden;
	background-color: #2474b5;
	padding-top: 30px;
}
.inner12_advantageMain{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.inner12_advantageMain .left{
	float: left;
	width: 344px;
	height: 586px;
	padding-right: 41px;
	border-right: 3px solid #ffffff;
}
.inner12_advantageMain .right{
	float: left;
	width: 840px;
	padding-left: 40px;
}
.advantageLeftUl{
	width: 100%;
}
.advantageLeftUl li{
	width: 100%;
	height: 65px;
	line-height: 65px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	border-top: none;
}
.advantageLeftUl li:nth-child(1){
	border-top: 1px solid #FFFFFF;
}
.advantageLeftUl li.active input,
.advantageLeftUl li.active p{
	color: #2474b5;
	background-color: #FFFFFF;
}
.advantageLeftUl li input,
.advantageLeftUl li p{
	font-size: 20px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.inner12_advantageMain .right .title{
	font-size: 22px;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 20px;
}
.inner12_advantageMain .right .smallTitle{
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	background: none;
	border: none;
	margin-bottom: 10px;
}
.inner12_advantageMain .right  .Img{
	position: relative;
}

.rightBtn{
	overflow: hidden;
	text-align: center;
}
.rightBtn button{
	padding: 6px 25px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: none;
	border-radius: 4px;
	margin:  30px;
	font-size: 20px;
}
.inner12_advantageMain .right li{
	display: none;
}
.inner12_advantageMain .right li.active{
	display: block;
}
.inner12_case{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 30px;
}
.inner12_caseMain{
	width: 100%;
	overflow: hidden;
}
.inner12_caseMain li{
	width: 23%;
	margin: 0 1%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.caseMainLiBtn{
	position: relative;
	width: 100%;
	height: 40px;
}
.caseMainLiBtn 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: 30;
	cursor: pointer;
}
.caseMainLiBtn 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: 30;
	opacity: 0;
	cursor: pointer;
}
.caseMainLiLay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 10;
	padding: 20px;
	display: none;
	text-align: center;
}
.caseMainLiLay .title{
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 20px;
}
.caseMainLiLay .smallText{
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
	background: none;
	border:none ;
	display: block;
	resize: none;
	line-height: 1.5;
	height: 260px;
}
.caseMainLiLay button{
	padding: 6px 20px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
	background: none;
}
.inner12_bigTu{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.inner12_bigTuDiv{
	position: relative;
	width: 100%;
}
.inner12_bigTuDiv img{
	margin: 0 auto;
}
.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;
}
.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;
}
.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;
}
.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;*/
}
.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;
}
/* 模板样式结束 */
@media only screen and (max-width: 750px) {
	/* 手机端右侧 */
	.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%;
		box-shadow:none;
		display: block;
	}
	.inner12_Top_main,
	.inner12_Top .left
	,.inner12_Top .right,
	.inner12_videoMain,
	.inner12_show,
	.inner12_case,
	.inner12_bigTu,
	.inner12_advantageMain{
		width: 100%;
	}
	.inner12_Top .left{
		max-width: 90%;
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.inner12_Top .right img{
		width: 90%;
		margin: 0 auto;
	}
	.inner12_Top_main .left .title{
		margin-bottom: 25px;
	}
	.inner12_Top_main_ul li img{
		margin-top: 4px;
	}
	.inner12_Top_main_ul li .text{
		font-size: 16px;
	}
	.inner12_Top_main_ul li{
		margin-bottom: 15px;
	}
	.inner12_Top_mainBtn{
		padding: 0;
		margin-bottom: 25px;
		margin-top: 0px;
	}
	.inner12_Top_mainBtn button{
		font-size:14px ;
		margin: 0 10px;
	}
	.inner12_title .title1, .inner12_title .title2{
		font-size: 35px;
	}
	.inner12_title .text1, .inner12_title .text2{
		font-size: 16px;
		padding: 0 15px;
		margin: 15px 0;
	}
	#fmVideo{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.inner12Btn button:nth-child(1),
	.inner12Btn button:nth-child(2){
		font-size: 16px;
	}
	.inner12Btn button:nth-child(1){
		margin-right: 30px;
	}
	.inner12_showUL li .left{
		width: 100%;
		padding: 0px 10px 0;
		height: auto;
	}
	.inner12_showUL .inner12_showUL_li .left li{
		width: 50%;
		float: left;
		padding: 4px 0;
		text-align: center;
		border-top: 2px solid #2474b5;
	}
	.inner12_showUL .inner12_showUL_li .left li div{
		width: 100%;
		margin: 0;
	}
	.inner12_showUL .inner12_showUL_li .left li .title{
		text-align: center;
	}
	.inner12_showUL .inner12_showUL_li .left li img{
		display: none;
	}
	.inner12_showUL .inner12_showUL_li .left li .text{
		display: none;
	}
	.inner12_showUL .inner12Btn{
		display: none;
	}
	.inner12_showUL .right{
		width: 100%;
		padding: 0 10px;
	}
	.inner12_advantageMain .left{
		width: 100%;
		border-right: none;
		padding: 0 10px;
		height: auto;
	}
	.advantageLeftUl li{
		width: 50%;
		float: left;
		height: 40px;
		line-height: 40px;
		border-top: 1px solid #FFFFFF;
	}
	.advantageLeftUl li input, .advantageLeftUl li p{
		font-size: 15px;
	}
	.inner12_advantageMain .right{
		padding: 0 10px;
		width: 100%;
		margin-top: 20px;
	}
	.rightBtn button{
		font-size: 16px;
		padding: 4px 20px;
		margin: 20px 10px;
	}
	.inner12_caseMain li{
		width: 48%;
	}
	.caseMainLiLay .title{
		font-size: 20px;
	}
	.caseMainLiLay .smallText{
		font-size: 14px;
		height: 127px;
	}
	.caseMainLiLay button{
		font-size: 14px;
		
	}
	.advantageLeftUl{
		overflow: hidden;
		border-bottom: 1px dashed #fff;
		padding-bottom: 20px;
	}
	.add_duiHua{
		margin-bottom: 70px;
	}
	.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;
	}
	/* 模板适配结束 */
}