@charset "utf-8";
/* CSS Document */
a{outline:none;blr:expression(this.onFocus=this.blur());}
a:focus {
outline:none;
-moz-outline:none;
}
input,textarea {
outline:none;
}
body{
	font-family:Microsoft YaHei, Verdana, Geneva, sans-serif;
	background-color:#f0f0f0;
}
.container{
	width:1220px !important;
}
.nav_clear {
	clear:both;
}
.navtop {
	height:80px;
}
.navtop-left {
   float:left;
   width:300px
   height: 100px;
}
.navtop-left img{
   height:100px;
   width: auto;
}
.navtop-right {
   float:right;
   width:850px;
   height: 100px;
}
.navtop-right .top_text{
   float:left;
   width:490px;
   height: 100px;
   margin-top: 30px;
}
.navtop-right .top_tel{
    float: right;
	width: 320px;
	margin-top: 30px;
	background-image: url(../images/top_phone.png);
	background-position: 0% 50%;
	background-size: 15% 75%;
	background-repeat: no-repeat;
	padding-left: 80px;
}
.navtop-right .top_tel span{
   font-size:16px;
   color:#999;
}
.navtop-right .top_tel span em{
   font-size:22px;
   color:#e60012;
}
.navbar .navbar-default{
	margin-bottom:14px;
}
.navbar {
	background-color: #e60012;
	height:42px;
	margin-bottom:14px;
}
.navbar .navbar-nav li a{
	padding: 10px 30px 10px;
  	color:#fff;
	font-size:16px;
}
.nav-active{
	background-color: #ff6666;
	color:#fff;
}
.navbar .navbar-nav .active a{
	background-color: #ff6666;
	color:#fff;
}
.navbar .navbar-nav .active a:link,.navbar .navbar-nav .active a:visited,.navbar .navbar-nav .active a:hover,.navbar .navbar-nav .active a:active{
	background-color: #ff6666;
	color:#fff;
	}
.navbar .navbar-nav li a:visited{
	background-color: #ff2d4b;
	color:#fff;
	}
.navbar .navbar-nav li a:hover{
	background-color: #666666;
	color:#fff;
	}
.navbar-line{
	width:56px;
	float:left;
}
.navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #555;
}
.navbar .navbar-nav .name{
	cursor: pointer;
}
.navbar .navbar-nav .dropdown-menu{
	padding: 0;
	margin: 0;
	min-width:110px !important;
}
.navbar .navbar-nav .dropdown-menu li span{
	margin-right:10px;
}
.navbar .navbar-nav .dropdown-menu li{
	height:36px;
	line-height: 36px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.navbar .navbar-nav .dropdown-menu li a{
	padding: 0;
	margin: 0;
	color: #555;
	height:36px;
	line-height: 36px;
	font-size: 14px;
}
.navbar .navbar-nav .dropdown-menu li a:hover{
	color: #fff;
}

#jsddm li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	z-index: 1;
}

#jsddm li ul li
{	
    height:46px;
    line-height: 46px;
    text-align: center;
	float: none;
	display: inline;
}

#jsddm li ul li a
{	
	width: auto;
	background: #f6f6f6;
	color: #24313C;
	text-decoration: none;
}

#jsddm li ul li a:hover
{	
	background: #e60012;
	color: #ffffff;
}


.custom-search{
	margin-top:3px;
	margin-bottom:3px;
	width:240px;
	height:34px;
	background-image:url(../images/search.jpg);
}
.text-search{
	margin-top:6px;
	margin-bottom:6px;
	margin-left:25px;
	border:none;
}
.login-box,.login-register-box{
	color:#fff;
	height:45px;
	line-height:45px;
}
.login-register-box a{
	padding-bottom:0px !important;
	padding-top:0px !important;
	font-size:14px !important;
}
.login-register-box a:visited{
	background-color: #ff2d4b !important;
	color:#fff;
}
.login-register-box a:hover{
	background-color: #ff2d4b !important;
	color:#fff;
}

.login-box a{
	padding-bottom:0px !important;
	padding-top:0px !important;
	font-size:14px !important;
}
.login-box a:visited{
	background-color: #fff !important;
	color:#333;
}
.login-box a:hover{
	background-color: #ff2d4b !important;
	color:#fff;
}

.carousel-control.right,.carousel-control.left{
	background-image:none !important;
	filter:none !important;
}
.footer{ margin-top:30px;}
.footer-main{
	background-color:#f6f6f6;
	padding-bottom:30px;
	padding-top:30px;
}
.footer-main-left{
	float:left;
}

.footer-main-left .p1 {
    background: url(../images/ico1.png) no-repeat left center;
    height: 40px;
    font-size: 14px;
    color: #acafb0;
    padding-left: 50px;
    padding-top: 10px;
}
.footer-main-left .p2 {
    background: url(../images/ico2.png) no-repeat left center;
    height: 40px;
    font-size: 14px;
    color: #acafb0;
    padding-left: 50px;
    padding-top: 10px;
}

.footer-main-left .p3 {
    background: url(../images/ico3.png) no-repeat left center;
    height: 40px;
    font-size: 14px;
    color: #acafb0;
    padding-left: 50px;
    padding-top: 10px;
}


/*.footer-main-left ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.footer-main-left ul li{
	float:left;
	margin-left:60px;
}
.footer-main-right{
	float:right;
}
.footer-main-left .title{
	margin-bottom:20px;
}
.footer-main-left .title a{
	font-size:16px;
	color:#333;
}
.footer-main-left a{
	color:#999999;
}*/
.wap-erweima{ float:right; margin-top:60px;margin-right:60px; text-align:center}
.wx-erweima{ float:right; text-align:center}
.wx-erweima img{width:300px; height:auto;}
.wap-erweima img{width:200px; height:auto;}
.footer-bottom{ height:48px; border-top:2px solid #e60012; background-color:#e5e5e5; text-align:center; line-height:48px; color:#999999}
.page{ margin-top:40px; text-align:center;}
.page .pagination a{ color:#333;}
.page .pagination a:hover{background-color: #fdeff1;color:#333;}
.page .active span{ color:#fff; background-color:#e60012; border:#e60012;}
.page .active span:hover{background-color: #e60012;color:#fff;}
.color-red{ color:#e60012}
.navbar .navbar-nav .icon-shop a{
	height: 50px;
}
.navbar .navbar-nav .icon-shop a:hover{
	background-color: #ff2d4b;
	color:#fff;
}


.friendlink{
	margin-top:30px;
	margin-bottom:30px;
}
.friendlink-bar-left{
	font-size:18px;
	font-weight:bold;
	float:left;
	border-left:3px solid #e60012;
	padding-left:10px;
}
.friendlink-bar{
	width:100%;
	float:left;
}
.friendlink-bar-right{
	float:left;
	margin-left:20px;
	height:25px;
	line-height:25px;
	color:#909090;
}
.friendlink-bar-right a{
	color:#909090;
}


.contact_img {
	width:1220px;
	margin:10px auto;
}

.contact_img img{
	width:1220px;
	height:auto;
}
