@font-face {
	/* font-test*/
	font-family: siyuan;
	src:url('../../../fonts/siyuan.ttf'),
		url('../../../fonts/siyuan.woff'),
		url('../../../fonts/siyuan.eot'); /* IE9 */
	}
*{margin: 0;padding: 0;list-style: none;font-family: siyuan}

body{
	-webkit-font-smoothing: antialiased; /* 抗锯齿 */
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li, 
pre, 
form, fieldset, legend, button, input, textarea, 
th, td  {
  margin: 0;
  padding: 0;
}
img{
	border: none;
	image-rendering: optimizeQuality;  
    -ms-interpolation-mode: bicubic;
}
body,
button, input, select, textarea  {
  font-size:14px; background-color: white;
}
/*h1, h2, h3, h4, h5, h6 { font-size: 100%; }*/
address, cite, dfn, em, var { font-style: normal; } 
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; } 

ul, ol { list-style: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
legend { color: #000; }
fieldset, img { border: 0; } 
button, input, select, textarea { font-size: 100%; } 

table { border-collapse: collapse; border-spacing: 0; }
img{
	vertical-align: middle;
}
body>a{
	position: absolute;
	left: -100px;
	bottom: -100px;
}
.container{
	width: 1200px!important;
	margin:  0 auto;
}
.float-left{
    float: left;
}
.float-right{
    float:right;
}
.textRight{
  text-align: right
}
.clearFix{
  clear: both;
}
button:focus{
  outline: none;
  background-color: none;
}
.container{
	padding: 0;
}

/* footer */
/*登陆页面*/
header .colorRed{
	font-size: 14px;
}
.login {
	width: 100%;
	background: rgba(6, 6, 6, .4);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 999999;
	display: none;
}

.login_mian {
	width: 1000px;
	height: 500px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -500px;
	/* transform: translate(-50%,-50%); */
	box-shadow: 0 0 20px #333;
}

.login_left {
	float: left;
	height: 500px;
	width: 600px;
	background: url(../../../img/index/index_denglu.jpg)no-repeat;
	background-size:100% 100%; 
}
.login_left a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.login_right {
	float: left;
	
	width: 400px;
	height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 1000000;
}
.login_right>div{
	padding: 40px 30px;
	width: 100%;
	height: 500px;
	z-index: 1000011;
}
.login_right .loginB{
	position: absolute;
	left: 0;
	top: 0;
	transition: all .6s ease-in;
}
.login_right .loginSelect{
	position: absolute;
	left:400px;
	top: 0;
	transition: all .6s ease-in;
}
.login_right .loginB.active{
	left: -400px;
	transition: all .6s ease-in-out;
}
.login_right .loginSelect.active{
	left: 0px;
	transition: all .6s ease-in-out;
}
.login_check,
.login_submit {
	width: 100%;
}

.login_right h5 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #f1f1f1;
	font-size: 26px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 36px;
}

.login_right h5 a {
	font-size: 14px;
	color: #f81009;
	margin-left: 56px;
}
.login_uesr.active,.login_pass.active{
	box-shadow: 0 0 15px #ccc;
}
.login_right form .login_uesr,
.login_pass {
	background: #eeeeee;
	width: 100%;
	height: 60px;
	position: relative;
}
#customerType{border:none;width:200px;height:36px;color:#707070; background: transparent;
	outline: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
#form_login .login_pass:nth-child(3)::after{
	font-size: 20px;
	color: #17a2b8;
	content: '';
	display: inline-block;
	width: 10px;
	height:10px;
	border-left: 2px solid #707070; 
	border-bottom: 2px solid #707070; 
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 99;
	transform: rotate(-45deg)
}
#customerType::-ms-expand { display: none; }
.login_uesr label img,
.login_pass label img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 20px;
	border: none;
}

.loginSelect div{
	line-height: 60px;
	
}
.loginSelect label{
	width: 100%;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}
.loginSelect label::before{
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #979797;
	border-radius: 50%;
	margin-left: 40px;
	margin-top: 19px;
	vertical-align: top;
}

.loginSelect  div input{
	margin-right: 20px;
	margin-left: -20px;
	visibility: hidden;
}
.loginSelect label.active::before{
	content: '';
	background: #fe6e42;
	border-color:transparent;
}
#Lo_user,
#Lo_pass {
	width: 270px;
	height: 60px;
	line-height: 60px;
	border: none;
	background: transparent;
	padding-left: 4px;
	left: 70px;
	font-size: 16px;
	position: absolute;
	color: #333333;
	
}

.login_uesr .log_del {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.log_del:hover {
	cursor: pointer;
}

.login_pass {
	position: relative;
	margin-top: 40px;
}
.login_check{
	overflow: hidden;
	margin-top:25px;
	margin-bottom:40px;
}
.login_check a {
	color: #ff6940;
	float: right;
	line-height: 38px;
	font-size: 16px;
}
.login_check .forgetPass{
	display: inline-block;
	margin-left: 18px;
	color: #999999;
}
.login_check label {
	height: 38px;
	line-height: 38px;
	color: #f18101;
	font-weight: normal;
}

.lab_check {
	background: url(../../../img/check_lo.png) no-repeat center left;
	background-size: 20% 40%;
}

.lab_checkno {
	background: url(../../../img/check_lono.png) no-repeat center left;
	background-size: 20% 40%;
}

.login_check label input {
	margin-right: 4px;
	visibility: hidden;
}

.login_check label:hover {
	cursor: pointer;
}

.login_submit,.typeQren {
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	background: #fe6e42;
	color: #FFFFFF;
	text-align: center;
	border: none;
}
.typeQren{
	margin-top:40px;
}
.login_hua {
	position: absolute;
	top: 0;
	left: 0;
}

.login_close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 22px;
	z-index: 20000000;
}

.login_close:hover {
	cursor: pointer;
}

.login_shadow {
	position: absolute;
	bottom: -25px;
	width: 1000px;
	height: 25px;
	right: 0;
	z-index: 2000;
}

.login_check label:first-child {
	margin-right: 15px;
}

.head_login:focus {
	text-decoration: none;
}
/*忘记密码页面*/

#forget {
	width: 100%;
	height: 100%;
	background: rgba(6, 6, 6, .4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}

.forget {
	width: 600px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -300px;
	padding-top: 10px;
	padding-bottom: 50px;
}

.forget_top {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 20px;
	line-height: 50px;
}

.forget_top>a {
	color: #383838;
	font-size: 20px;
	float: left;
}

.forget_top>div {
	float: left;
}

.forget_center {
	padding-top: 30px;
	width: 100%;
	text-align: center;
	padding-right: 40px;
}

.forget_center>div {
	color: #616161;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	width: 410px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: right;
	position: relative;
}

.forget_center>div input {
	height: 40px;
	margin-left: 5px;
}
.forget_center>div select {
	width:250px;
	height: 40px;
	margin-left: 5px;
	border:1px solid #E5E5E5;
	outline: none;
}
.phone>label,.user>label {
	font-weight: normal;
	font-size: 18px;
}

.phone input,.user input {
	width: 250px;
	font-size: 16px;
	border: 1px solid #E5E5E5;
	padding-left: 5px;
}

.yanzheng>label {
	display: inline-block;
	color: #616161;
	font-weight: normal;
	font-size: 18px;
}

.yanzheng input {
	width: 160px;
	font-size: 16px;
	border: 1px solid #E5E5E5;
	padding-left: 5px;
}

.yanzheng {
	padding-right: 90px;
}

.yanzhengma_cont_ {
	width: 80px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.yanzhengma_cont_>img {
	width: 100%;
	height: 100%;
}

.cellcode_ {
	padding-right: 90px;
}

.cellcode_>div {
	display: inline-block;
	font-size: 18px;
}

.cellcode_>div>input {
	width: 160px;
	font-size: 16px;
	border: 1px solid #E5E5E5;
	padding-left: 5px;
}

.cellcode_>input {
	width: 80px;
	height: 40px;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	border: 1px solid #eee;
	cursor: pointer;
	color: #ccc;
	display: inline-block;
	padding-left: 0;
	background: none;
	text-align: center;
}

.forget_center .fastener {
	margin-top: 40px;
	text-align: center;
	padding-left: 30px;
}

.fastener>div {
	display: inline-block;
	width: 150px;
	height: 40px;
}

.fastener .forget_sub {
	background: #F18101;
	width: 150px;
	height: 40px;
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	color: #fff;
	letter-spacing: 8px;
	font-size: 18px;
}

.fastener_right {
	color: #F18101;
	border: 1px solid #E5E5E5;
	text-align: center;
	letter-spacing: 8px;
	font-size: 18px;
	cursor: pointer;
}


/*新密码设置*/

#new_password {
	width: 100%;
	height: 100%;
	background: rgba(6, 6, 6, .4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}

.new_password {
	width: 600px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -300px;
	padding-top: 10px;
	padding-bottom: 50px;
}

.password_top {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 20px;
	line-height: 50px;
}

.password_top>h4 {
	display: inline-block;
	color: #616161;
	font-size: 20px;
}

.password_top>span {
	font-size: 16px;
	color: #616161;
	background: url("../../../img/zhongdian.png") no-repeat left center;
	padding-left: 25px;
	margin-left: 15px;
}

.password_center {
	padding-top: 30px;
	width: 100%;
	text-align: center;
	padding-right: 40px;
}

.password_center>div {
	color: #616161;
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	width: 410px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: right;
	position: relative;
}

.password_center>div>label {
	font-weight: normal;
	font-size: 18px;
}

.password_center>div input {
	width: 250px;
	height: 40px;
	font-size: 16px;
	padding-left: 5px;
}

.new_password .fastener {
	margin-top: 40px;
	padding-left: 30px;
}

.fastener .new_password_sub {
	background: #F18101;
	width: 150px;
	height: 40px;
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	color: #fff;
	letter-spacing: 8px;
	font-size: 18px;
}
a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/
a:visited{text-decoration:none; }/*指已经访问过的链接*/
a:hover{text-decoration:none;}/*指鼠标在链接*/
a:active{text-decoration:none;}/* 指正在点的链接*/ 
/*弹出消息提示*/
.smg{height: 0px;text-align: center;transform: scale(0) ;padding: 0 10px;
    line-height:0px;background:#17a2b8;border-radius: 10px;
    position: fixed;top: 100px; left: 50%;color:#ffffff;
	transition: all .3s ease-in-out;z-index: 9999999;margin-left: -130px;
	overflow: hidden;
}

.smg input{width:260px;transition: all .3s ease-in-out;height: 0px;border: none;background: none;text-align: center;font-size: 14px;}
.smg.active input{
	width: 260px;
	transition: all .3s ease-in;
	height: 40px;
}

.smg.active{
	height: 40px;
	line-height: 40px;
    transform: scale(1) ;
	top: 200px;
    z-index: 9999999999;
}


/* msg tools*/

.message {
	position: fixed;
	top: 80px;
	text-align: center;
	width: 100%;
	display: none;
	z-index: 99999999
}

.message span {
	background: rgba(0, 0, 0, 0.6);
	padding: 8px 20px;
	color: #fff;
	border-radius: 6px
}

#bottom {
	width: 100%;
	height: 386px;
	margin: 20px auto 0;
	position: relative;
	background: url(../../../img/bottom_bg.png) no-repeat center center;
	background-size: 120% 100%;
}

.bottom {
	width: 1200px;
	height: 386px;
	margin: 20px auto 0;
	position: relative;
}

.bottom_text {
	width: 1200px;
	height: 386px;
	position: absolute;
	left: 0;
	top: 0;
}

.text_top {
	width: 100%;
	height: 55px;
	position: absolute;
	top: 140px;
	left: 0;
	text-align: center;
	color: #fff;
}

.text_top>a {
	color: #fff;
	line-height: 25px;
}

.text_center {
	width: 100%;
	height: 90px;
	position: absolute;
	top: 195px;
	left: 0;
	color: #fff;
	margin-top: 10px;
}

.cont_left {
	vertical-align: top;
	width: 350px;
	height: 90px;
	display: inline-block;
	margin-left: 45px;
}
.cont_left>p{
	margin-top: 15px;
}
.cont_left>img {
	margin-left: 85px;
	width: 40px;
}


.cont_guanli>a>img {
	width: 40px;
	height: 40px;
}

.cont_guanli {
	width: 200px;
	height: 90px;
	display: inline-block;
	text-align: center;
	margin-left: 70px;
}

.cont_center {
	width: 200px;
	height: 90px;
	display: inline-block;
	text-align: center;
}

.cont_right,
.cont_rightapp {
	width: 82px;
	height: 90px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.text_center p {
	color: #F5F6F9;
	font-weight: bold;
}

.cont_rightapp {
	margin-right: 5px;
	margin-left: 50px;
}

.cont_rightapp p {
	line-height: 30px;
}

.cont_right p {
	line-height: 30px;
	width: 80px;
	text-align: center;
}

.text_bottom {
	width: 100%;
	height: 75px;
	position: absolute;
	top: 285px;
	left: 0;
	color: #fff;
	padding-left: 45px;
	margin-top: 15px;
}

.text_bottom p {
	font-weight: bold;
	line-height: 25px;
}

.text_bottom a {
	color: #fff;
	font-size: 1.2rem;
	line-height: 18px;
}

.pol_act {
	margin-left: 5px;
}

.android {
	margin-right: 5px;
}


/*右侧挂件*/
.pub_fix {
	width: 40px;
	position: fixed;
	right: 28px;
	bottom:50px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	text-align: center;
	height: auto;
	background: #ffffff;
	z-index: 9999999999999999;
	box-shadow: 0 0 4px rgb(228, 225, 225);
}
.pub_fix ul li:first-child{
	border: none;
	height: 0;
	overflow: hidden;
	transition: all .2s ease-in;
}
.pub_fix ul li:first-child.active{
	border: none;
	height:40px;
	transition: all .2s ease-in-out
}
.pub_fix ul li:hover{
	background: #5888B5;
}
.pub_fix ul li:hover a span{
	color: #ffffff;
}
.pub_fix ul li{
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-top: 1px dotted #ccc
}
.pub_fix ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.phonefix{
	position: relative;
}
.phonefix a{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pub_fix ul li:hover .phoneTxt{
	display: block;
}
.pub_fix ul li .phoneTxt{
	display: none;
	background: #ffffff;
	padding: 10px;
	position: absolute;
	left: -115px;
	box-shadow: 0 0 4px rgb(204, 203, 203);
	bottom: 0;
}
.right_cebian {
	width: 40px;
	height: 120px;
	position: fixed;
	right: 0;
	bottom: 180px;
	border-radius: 10px 0 0 10px;
	text-align: center;
	color: #fff;
	display: none;
	cursor: pointer;
	background: #5888B5 url("../../../img/youce_daohang.png") no-repeat center 5px;
	z-index: 999999;
	letter-spacing: 5px;
	font-size: 18px;
	padding-top: 30px;
	padding-left: 5px;
	line-height: 20px;
}

input:-webkit-autofill {
    background-color: #ffffff!important;
    background-image: none!important;
    color: #000;
}

.navHeader .nav_right{
	font-size: 16px;
}
/* 导航动作 */
/* .nav_right>img{
	cursor: pointer;
	animation:mymove 5s infinite;
	-webkit-animation:mymove 5s infinite; 
}
@keyframes mymove{
	from{transform:rotateY(360deg)};
	to{transform:rotateY(0deg)}
} */
.loading{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(221, 218, 218, 0.1);
	top: 0;
	left: 0;
	z-index: 99999999999;
}
.loading{
	width: 100%;
	height: 100%;
	display: none;
}
.loading div{
	position: fixed;
	width: 100%;
	height: 100%;
}
.loading p{
	position: absolute;
	left: 50%;
	top: 30%;
	width: 200px;
	height: 40px;
	margin-left: -100px;
}

.loading p span{
	display: inline-block;
	font-size: 20px;
	color: #17a2b8;
	transition: all .2s ease-in-out;
}
.loading p span.active{
	margin-left: -6px;
	transition: all .2s ease-in;
}
/* banner */
.carousel{
	width: 100%!important;
}
.carousel .carousel-inner a{
	width: 100%;
	display: inline-block;
}
.bannerList .carousel .left, .bannerList .carousel .right,.carousel-control.left,.carousel-control.right {
	font-size: 60px;
	overflow: hidden;
}
.carousel img{
	width: 100%;
	display: inline-block;
}
@media screen and (max-width: 1200px) {
   #myCarousel,#bottom,.topNavBj,.topFixHeight{
	   width: 1200px!important;
	   margin: 0 auto;
   }
}

.pagination_box .inp button{
	width: 60px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	margin: 0 10px;	
	vertical-align: middle;
	border: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 0px;
} 
.pagination .pagePre a{
	margin-right: 10px;
}
.pagination .pageNext a{
	margin-left: 10px;
}


/* 个人企业登陆判断弹出框 */
.modeLogin.active{
	width: 300px;
	height: 220px;
	transition: all .1s ease-in;
}
.modeBj{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	z-index:1999998;
}
.modeLogin{
	width: 0px;
	height:0px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 40px rgb(44, 44, 44);
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1999999;
	transform: translate(-50% ,-50%);
	-webkit-transform: translate(-50% ,-50%);
	-ms-transform: translate(-50% ,-50%);
	-moz-transform: translate(-50% ,-50%);
	-o-transform: translate(-50% ,-50%);
	transition: all .1s ease-in-out;
}
.modeLogin div{
	clear: both;
	width: 100%;
	padding: 0px 60px 0
}
.modeLogin span{
	display: inline-block;
	margin-bottom: 10px;
}
.modeLogin i{
	display: inline-block;
	float: right;
	margin: 10px;
	font-size: 16px;	
}
.modeLogin i:hover{
	cursor: pointer;
	color: #f00;
}
.modeLogin div button{
	width: 80px;
}
.modeLogin div button.btn-default{
	margin-left: 15px;
}
.modeLogin p.active{
	background: #17a2b8;
	color: #fff;
	border-color: transparent;
}
.modeLogin p{
	cursor: pointer;
	width: 180px;
	height: 40px;
	margin-bottom: 10px;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #999;
	text-align: center;
}