/*模块标题*/
.partTitle1 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}

.partTitle2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #4E4E4E;
	text-align: center;
	line-height: 20px;
}

.row .partLine1{
	width: 82px;
	height: 4px;
	background-color: #C9F405;
	margin: auto;
	margin-top: 8px;
}

.row .partLine2{
	width: 82px;
	height: 4px;
	background-color: #3bd925;
	margin: auto;
	margin-top: 8px;
}

/*模块查看更多*/
.row .partMore {
	width: 120px;
	height: 40px;
	background: inherit;
	background-color: #85b9e8;
	border-radius: 5px;
	font-size: 14px;
	color: #feffff;
	text-align: center;
	margin-bottom: 19px;
}

.row .partMore:hover {
	cursor: pointer;
}

.partMore p{
	line-height: 40px;
}

.partMore:hover {
	background-color: #2d99dd;
}

/*查询表单样式*/
.querySw_btn{
	width: 272px;
	height: 55px;
	background-color: #017ae1;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 55px;
	position: relative;
	border: 0px solid #FFFFFF !important;
	display: inline;
	float: left;
	cursor: pointer;
}

.checkTitle{
	width: 542px;
	height: 55px;
	background-color: #017ae1;
	text-align: center;
	color: #fffc00;
	font-size: 16px;
	line-height: 55px;
	position: relative;
	border: 0px solid #FFFFFF !important;
	display: inline;
	float: left;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.querySwitch .btn_on{
	color: #fffc00;
	background-color: #009CFF;
	border: 0px solid #FFFFFF !important;
	/*cursor: pointer;*/
}

.querySw_btn:nth-child(1){
	border-top-left-radius: 5px;
	/*border-bottom-left-radius: 5px;*/
}
.querySw_btn:nth-child(2){
	margin-left: -1px;
	border-top-right-radius: 5px;
	/*border-bottom-right-radius: 5px;*/
	position: absolute;
	left: 272px;
	top:0;
}

.querySw_btn:first-child+.querySw_btn{
	margin-left: -1px;
	position: absolute;
	left: 272px;
	top:0;
}

/*.querySw_btn:hover , .querySw_btn:focus{
	color: #fffc00;
	background-color: #009CFF;
	border: 0px solid #FFFFFF !important;
	cursor: pointer;
}*/

.querySw_btn img{
	position: absolute;
	bottom:0px;
	left: 50%;
	margin-left: -12px;
	/*width: 30px;
	height: 15px;*/
	display: none;
}

.row .querySwitch .btn_on img,.querySwitch .btn_on img{
	display: block;
}

.row .querySwitch{
	position: relative;
	height: 55px;
}

.row .form-container .inputFirst{
	margin-top: 44px;
}

.form-container{
	width: 443px;
}

.form-horizontal .control-label {
    /*padding: 0;
    padding-top: 10px;
    padding-right: 10px;*/
    padding: 10px 20px 0 0;
    margin-bottom: 0;
    text-align: right;
    font-size: 12px;
    color: #4E4E4E;
    font-weight: 550;
}

.form-container .form-group{
	margin-top: 18px;
}

.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}

.form-container .query_btn{
	margin-top: 49px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	background-color: #017ae1;
}
.form-container .query_btn:hover{
	cursor: pointer;
	background-color:#009cff ;
}

.form-container .query_btn.checking{
	cursor: not-allowed;
	background-color:#009cff;
}

.row .queryWinOuter{
	position: absolute;
	width: 565px; 
	height: 500px;
	margin:0;
	left: 567px;
	top: 20px;
	border-radius:7px;
	-moz-box-shadow:5px 5px 5px #C2C2C2; 
	-webkit-box-shadow:5px 5px 5px #C2C2C2; 
	box-shadow:5px 5px 5px #C2C2C2;
}
.row .queryWinOuter .queryWinInner{
	width: 544px;
	height: 480px;
	border: 1px solid #009CFF;
	border-radius: 6px;
}

.row .queryTitle{
	width:130px;text-align:center;position:relative;display: inline;float:left;margin:0 33px;z-index: 2;
}


.row .form-group .input_wrap{
	position: relative;
}


.row .form-container .form-group .inputStatusIcon{
	display: none;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 9px;
	right: 8px;
}

.row .form-container .form-group.inputSuccess input{
	border-color: #66afe9;
}

.row .form-container .form-group.inputSuccess .inputStatusIcon{
	display: block;
	background-image: url(../img/inputsuccess.png);
	background-repeat: no-repeat;
}


.row .form-container .form-group.inputError input{
	border-color: #da2121;
}

.row .form-container .form-group.inputError .inputStatusIcon{
	display: block;
	background-image: url(../img/inputerror.png);
	background-repeat: no-repeat;
}



/*发票查询表单样式修改结束*/


/*轮播图样式*/
.carousel-inner .item img{
	width: 100%;
}

.carouselContainer{
	position: relative;
	
}

.carouselContainer .bigPicContainer{
	/*height: ;*/
}

.carouselContainer .bigPicContainer .img_item{
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.carouselContainer .bigPicContainer .img_item img{
	width: 100%;
}

.carouselContainer .bigPicContainer .onShow{
	display: block;
}

.carouselContainer .bigPicSelects{
	width:206px;
	margin: 0;
	position: absolute;
	/*top:420px;*/
	/*bottom:30px;*/
	bottom:8%;
	left: 50%;
	margin-left:-85px;
}

.carouselContainer .bigPicSelects .selectDot{
	display: inline;
	float: left;
	margin:0 10px;
	cursor: pointer;
}

.carouselContainer .bigPicSelects .selectDot:first-child{
	margin-left:0;
}

.carouselContainer .bigPicSelects .selectDot:last-child{
	margin-right:0;
}

.carouselContainer .bigPicSelects .selectDot img:nth-child(1){
	display: inline;
}

.carouselContainer .bigPicSelects .selectDot img:nth-child(2){
	display: none;
}

.carouselContainer .bigPicSelects .onSelect img:nth-child(1){
	display: none;	
}

.carouselContainer .bigPicSelects .onSelect img:nth-child(2){
	display: inline;	
}

/*兼容IE8*/
.carouselContainer .bigPicSelects .selectDot img:first-child{
	display: inline;
}

.carouselContainer .bigPicSelects .selectDot img:first-child+img{
	display: none;
}

.carouselContainer .bigPicSelects .onSelect img:first-child{
	display: none;	
}

.carouselContainer .bigPicSelects .onSelect img:first-child+img{
	display: inline;	
}

/*典型方案*/
.row .typroj {
	margin:0 auto;width: 100px;height: 35px;position:relative;margin-top: 10px;
}
.row .typroj .typrojTitleImg{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.row .typroj .typrojTitle{
	width: 100px;
	height: 35px;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top:0;
	left: 0;
	z-index: 5;
}

.row .typrojContent{
	width: 282px;
	height: 426px;
	background-color: #FFFFFF;
	margin-top: -17px;
	border: #DCDCDC 2px solid;
	text-align: center;
	/*position: relative;*/
}

.row .typrojContent .typrojImg{
	width: 258px;
	height: 198px;
	overflow: hidden;
}

.row .typrojContent:hover .typrojImg img{
    transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    -o-transform:scale(1.04, 1.04); 
    -moz-transform:scale(1.04, 1.04);	
}

.row .typrojContent .typrojImg img{
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;	
}

.row .typrojContent:hover .typrojKnowMore{
	background-color: #009cff;
	cursor: pointer;
}

.row .typrojContent:hover .typrojKnowMore .typrojImg1{
	display: none;
}

.row .typrojContent:hover .typrojKnowMore .typrojImg2{
	display: inline;
}

.row .typrojContent:hover .typrojKnowMore p{
	color: #FFFFFF;
}

.row .typrojConTitle{
	font-size: 15px;
	color: #4E4E4E;
	font-family: "微软雅黑";
	font-weight: bold;
	margin-top: 21px;
}

.row .typrojConCon{
	font-size: 12px;
	color: #4E4E4E;
}

.row .typrojContent p{
	margin-top: 12px;
	padding:0 12px;
}

.row .typrojKnowMore{
	width: 80px;
	height: 30px;
	border-radius: 5px;
	border: solid #00c6ff 1px;
	position: absolute;
	/*top: 384px;*/
	left: 50%;
	margin-left: -40px;
	bottom:12px;
	font-size: 12px;
	background: #F7F7F7;
	color: #00c6ff;
	/*line-height: 30px;*/
}

.row .typrojKnowMore:hover{
	background-color: #009cff;
	cursor: pointer;
}

.row .typrojKnowMore p{
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.row .typrojKnowMore p:hover{
	color: #FFFFFF;
}

.row .typrojKnowMore .typrojImg1{
	display: inline;
}
.row .typrojKnowMore .typrojImg2{
	display: none;
}

.row .typrojKnowMore:hover .typrojImg1{
	display: none;
}
.row .typrojKnowMore:hover .typrojImg2{
	display: inline;
}


/*典型客户*/
.row .cliContainer{
	margin: 0 auto;width: 964px;margin-top: 10px;margin-bottom:15px;overflow: hidden;
}

.row .cliLeft{
	position: absolute;
	width: 60px;
	height: 100px;
	background-image: url(../img/solution/18.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	top: 160px;
	left: 15px;
}

.row .cliLeft:hover{
	background-image: url(../img/solution/18-1.png);	
}

.row .cliRight{
	position: absolute;
	width: 60px;
	height: 100px;
	background-image: url(../img/solution/19.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	top: 160px;
	right: 15px;
}

.row .cliRight:hover{
	background-image: url(../img/solution/19-1.png);	
}

/*解决方案*/
.row .sol_mg2{
	display: none;
}
.row .solImg:hover .sol_mg2{
	display: block;
}
.row .solImg:hover .sol_mg1{
	display: none;
}
.row .solMore{
	 top:14px ;right:30px;width:78px ;height:28px ;position: absolute;background-color: #85b9e8;border-radius: 7px;cursor: pointer;
}
.row .solMore p{
	font-size: 11px; color:white ;margin-left: 7px;margin-top:6px ;
}
.row .solMore img{
	position: absolute; right: 6px;top:7px ; width: 14px;height: 14px;
}
.row .solMore:hover{
	background-color: #009CFF;
}

.row .solPart:hover .solMore{
	background-color: #009CFF;	
}
.row .solPart:hover .solImg .sol_mg2{
	display: block;
}
.row .solPart:hover .solImg .sol_mg1{
	display: none;
}
.row .solPart *{
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


/*产品方案*/
.row .cp_Img:hover {
	-moz-box-shadow:3px 3px 13px #ABABAB;
	-webkit-box-shadow:3px 3px 13px #ABABAB;
	box-shadow:3px 3px 13px #ABABAB;
    -webkit-transform: translate3d(-5px, -5px, -2px);
	transform: translate3d(-5px, -5px, -2px);
}
.row .cp_Img{
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.form-container .inputTip{
	display: none;
	width: 368px;
	line-height: 12px;
	font-size: 12px;
	color: #007ba8;
	position: absolute;
	margin-top: 1px;
	margin-left: 75px;
}
.row .form-container .form-group.inputError .inputTip{
	display: block;
	color: red;
}

.row .queryCheckSwitch{
	width: 188px;
	height: 265px;
	position: absolute;
	z-index: 6;
	top: 135px;
	background-image: url(../img/switch_btn_line.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.row .queryCheckSwitch .switchBtn.querySwitchBtn{
	position: relative;
	width: 188px;
	height: 75px;
	margin-top: 20px;
	background-image: url(../img/queryNoSelected.png.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 0px;
	cursor: pointer;
	color: #009CFF;
	font-size: 20px;
}

.row .queryCheckSwitch .switchBtn.querySwitchBtn.onSelect{
	background-image: url(../img/querySeleted.png);
	margin-left: -4px;
	color: #FFFFFF;
}

.row .queryCheckSwitch .switchBtn.checkSwitchBtn{
	position: relative;
	width: 188px;
	height: 75px;
	margin-top: 9px;
	background-image: url(../img/checkNoSelected.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #009CFF;
	font-size: 20px;
}
.row .queryCheckSwitch .switchBtn.checkSwitchBtn.onSelect{
	background-image: url(../img/checkSelected.png);
	margin-left: -4px;
	color: #FFFFFF;
}

.row .queryCheckSwitch .switchBtn.querySpbmSwitchBtn{
	position: relative;
	width: 188px;
	height: 75px;
	margin-top: 9px;
	background-image: url(../img/querySpbmNoSelected.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #009CFF;
	font-size: 20px;
}
.row .queryCheckSwitch .switchBtn.querySpbmSwitchBtn.onSelect{
	background-image: url(../img/querySpbmSelected.png);
	margin-left: -4px;
	color: #FFFFFF;
}
	
.row .queryCheckSwitch .switchBtn.querySwitchBtn>p{
	left: 76px;
	top: 5px;
	position: absolute;
}
.row .queryCheckSwitch .switchBtn.querySwitchBtn.onSelect>p{
	left: 80px;
}
.row .queryCheckSwitch .switchBtn.checkSwitchBtn>p{
	 left: 80px;
	 top: 5px;
	 position: absolute;
}
.row .queryCheckSwitch .switchBtn.checkSwitchBtn.onSelect>p{
	left: 84px;
}

.row .queryCheckSwitch .switchBtn.querySpbmSwitchBtn>img{
	position: absolute;
	left: 11px;
	top: 5px;
}
.row .queryCheckSwitch .switchBtn.querySpbmSwitchBtn>p{
	 left: 80px;
	 top: 5px;
	 position: absolute;
}
.row .queryCheckSwitch .switchBtn.querySpbmSwitchBtn.onSelect>img{
	left: 15px;
}
.row .queryCheckSwitch .switchBtn.querySpbmSwitchBtn.onSelect>p{
	left: 84px;
}

.row .leftpic{
	position: absolute;
	left: 98px;
	top: 20px;
	height: 530px;
	width: 460px;
	background-image:url(../img/querypic.png);
}
.row .leftpic.onCheck{
	left: 60px;
	top: 86px;
	height: 460px;
	width: 514px;
	background-image:url(../img/checkpic.png);
}
.row .leftpic.onZnbm{
	left: 34px;
	top: 62px;
	height: 479px;
	width: 524px;
	background-image:url(../img/znbm.png);
}

.row .queryWinOuter .queryWinInner .form-horizontal .form-container .form-group .col-xs-4 .kpje_select_btn{
	line-height: 34px;
	font-size: 12px;
    color: #4E4E4E;
    font-weight: normal;
    font-family: "微软雅黑";
    float: left;
    cursor: pointer;
}

.row .queryGoodsCodeSwitch .btn_on img,.querySwitch .btn_on img{
	display: block;
}

.row .queryGoodsCodeSwitch{
	position: relative;
	height: 55px;
}
.queryGoodsCodeSwitch .btn_on{
	color: #fffc00;
	background-color: #009CFF;
	border: 0px solid #FFFFFF !important;
	/*cursor: pointer;*/
}

.row .form-container .form-group .goosCodeInputSuccess input{
	border-color: #66afe9;
}

.row .form-container .form-group .goosCodeInputSuccess .inputStatusIcon{
	display: block;
	background-image: url(../img/inputsuccess.png);
	background-repeat: no-repeat;
}


.row .form-container .form-group .goosCodeInputError input{
	border-color: #da2121;
}

.row .form-container .form-group .goosCodeInputError .inputStatusIcon{
	display: block;
	background-image: url(../img/inputerror.png);
	background-repeat: no-repeat;
}
/* 二维码悬浮窗 */
.qrcode-floating{
	width: 127px;
	height: 230px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 101;
	background: #fff;
	background-color:transparent;
}
.qrcode-floating img{
	width: 137px;
	height: 137px;
	padding-left: 6px;
}
.qrcode-floating p{
	height: 50px;
	text-align: left;
}
.question{
	font-size: 10px;
	padding-top: 10px;
	/* line-height: 50px; */
	/* text-align: left; */
	width: 150px;
	border-bottom: 1px dashed #bebebe;
}
#stick{
	width: 100%;
	font-size: 16px;
	line-height: 37px;
	cursor: pointer;
	text-align: center;
}
#stick span{
	display: block;
	width: 0;
	height: 0;
	border-bottom: 20px solid #00479d;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	margin: 0 auto;
	margin-top: 3px;
}