@charset "utf-8";
/* CSS Document */
.header {
    background: #fff none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.08);
   /*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03); */
    height: 112px;
    left: 0;
  /*   position: fixed;   */
    top: 0;
    width: 100%;
    z-index: 100;
  /*   border-bottom: 1px solid #f0f0f0;
    -moz-box-shadow: 0 1px 10px rgba(111,111,111,.17);
    -webkit-box-shadow: 0 1px 10px rgba(111,111,111,.17);
    box-shadow: 0 1px 10px rgba(111,111,111,.17); */
}
.header img {
    margin-top: 19px;
}
.header .nav {
    float: left;
    font-size: 18px;
    height: 100px;
   /*  padding-left: 100px; */
}
.header .nav li {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    transform: translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
    min-width: 90px;
}
.header .nav li::before {
    background: #de0f18 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.header .nav li:hover::before, .header .nav li:focus::before, .header .nav li:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.header .nav li a {
    border-radius: 0;
    color: #444;
    height: 110px;
    line-height: 110px;
    padding: 0;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.header .nav li a:hover, .header .nav li a:focus {
    background: #d9534f none repeat scroll 0 0;
    color: white;
    text-decoration: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #d9534f;
}



.color_hui{ width:100%; height:450px; background: #f2f2f2;overflow:hidden; }
.jishu{width:1050px; height:450px; margin:0 auto; padding-top:50px; }

.clearfixs {
	display: inline-block;
}

.login_middle {
	background: rgba(0, 0, 0, 0)
		url("../images/login1.png") no-repeat scroll 0 0;
	height: 330px;
	left: 20px;
	position: absolute;
	top: 30px;
	width: 295px;
}

.login_middle .login_kuang {
	margin-left: 44px;
	margin-top: 15px;
}

.login_middle .login_kuang li input {
	height: 41px;
	width: 165px;
}

.login_middle .login_in {
	color: gray;
	font-size: 20px;
	height: 30px;
}

.login_middle .erweima {
	margin-top: 20px;
	margin-left: 10px
}

.login_middle .erweima img,.login_middle .erweima input {
	float: left;
	font-size: 20px;
	height: 40px;
	margin-left: 25px;
	width: 100px;
}

.login_middle .erweima input {
	display: block;
	height: 41px;
	width: 92px;
	color: gray;
}

.login_title {
	color: #fff;
	margin-top: 40px;
}

#certLogin_h {
	display: none;
	height: 330px;
	position: absolute;
	width: 295px;
	padding: 0;
	margin: 0 auto;
}

.left_part {
	background-color: #fff;
	height: 330px;
	left: 340px;
	position: absolute;
	top: 30px;
	width: 240px;
	border: 1px solid #ccc
}

.login_middle .wangji {
	margin-left: 90px;
	margin-top: 10px;
}

.login_middle .btn_an {
	margin-left: 35px;
	margin-top: 5px;
}

.login_title .a_color {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.login_middle .kuang_er {
	margin-top: 15px;
}

#fixedLayer {
	position: fixed;
	right: 5px;
	top: 300px;
	width: 170px;
	line-height: 30px;
	z-index: 1000
}

.izl-rmenu {
	margin-right: 0;
	position: fixed;
	right: 2px;
	top: 65%;
	width: 82px;
	z-index: 999;
}

#page_to_top {
	background-color: #fff !important;
	background-image:
		url("../images/consult_icon.png");
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 76px;
	margin-top: -76px;
	position: fixed;
	right: 2px;
	top: 65%;
	width: 82px;
	z-index: 999;
}

.izl-rmenu .consult {
	background-image:
		url("../images/consult_icon.png");
	background-position: center -77px;
	background-repeat: no-repeat;
	display: block;
	height: 76px;
	margin: 10px 0;
	width: 82px;
}

.izl-rmenu .cart {
	background-image:
		url("../images/consult_icon.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #45bdff;
	display: block;
	font-size: 12px;
	height: 76px;
	line-height: 16px;
	padding: 15px 18px 47px 48px;
	text-align: center;
	width: 82px;
}

.izl-rmenu .btn_top {
	background-image: url("../images/float_top.gif");
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	margin: 10px 0 0;
	transition: all 0s ease-in-out 0s;
	width: 82px;
}

.izl-rmenu .consult .phone {
	background-color: #4ca6fd;
	color: #000;
	display: none;
	font-size: 14px;
	font-weight: bold;
	left: -160px;
	line-height: 76px;
	position: absolute;
	text-align: center;
	top: 10px;
	z-index: 999;
	width: 170px;
}

.top {
    height: 32px;
    width: 100%;
    background-color:#F7F7F7;
    
}

.user_btn a {
    color: #666;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.user_btn a:hover {
    color: #444;
    text-decoration: none;
}
.user_btn {
    float: right;
    right: 0;
}

.reg_button {
    color: #444;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-left: 3px;
    margin-right: 10px;
    margin-top: -20px;
    padding-left: 40px;
    text-align: center;
}
.login_button {
    color: #444;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-left: 3px;
    margin-right: 10px;
    margin-top: -20px;
    padding-left: 40px;
    text-align: center;
}

.con_admin:link, .con_admin:visited, .con_admin:active {
	text-decoration:none;
}
.cl span {
    display: block;
    text-align: center;
}

.reg_button, .login_button, .con_admin {
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}
