@charset "utf-8";
.web-top{
	min-width:1200px;
	height:35px;
	border-bottom:1px solid #ededed;
	background:#f9f7f6}
.web-top .wm-1200{
	height:35px;}
/* 登录前 */
.login-before{
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    font-size: 0;
}
.login-before a{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.login-before a:hover{
    color: #fd7715;
}
.login-before i{
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 7px;
    vertical-align: middle;
    background: #d9d2d9;
}
/* 登录后 */
.login-after{
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
}
.login-after a.name{
    margin-right: 10px;
}
.login-after a:hover{
    color: #f80;
}
/* 顶部滚动订单 */
.scroll-order{
	float:right;
	width:420px;
	height:35px;
	overflow:hidden;
	margin:0 70px 0 10px}
.scroll-order ul li{
	height:35px;
    overflow: hidden;
}
.scroll-order ul li strong,
.scroll-order ul li span{
    display: inline-block;
    max-width: 65px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scroll-order ul li a{
    display: inline-block;
    color: #f80;
    width: 265px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scroll-order ul li a:hover{
    text-decoration: underline;
}

.top-bar{
	float:right;
	max-width:580px}
.top-bar a,
.top-bar dl.dh dt{
	float:left;
	color:#333;
	height:35px;
	line-height:35px;
	padding:0 10px;
	cursor:pointer}
.top-bar a:hover{
	color: #f80;
}
.top-bar dl.dh dt i{
    display: inline-block;
	width:5px;
	height:3px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	background:url(../images/cms-header02-ico.png) no-repeat 0 0}
.top-bar dl.dh:hover dt i{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.top-bar dl.dh{
	float:left;
	position:relative;
	z-index:99999;
	border:1px solid #f9f7f6;
	border-bottom:0}
.top-bar dl.dh dd{
	display:none;
	position:absolute;
	z-index:9999;
	right:-1px;
	top:35px;
	width:140px;
	padding:0 10px;
	border:1px solid #eee;
	border-top:0;
	background:#fff}
.top-bar dl.dh dd a{
	width:70px;
	padding:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis}
.top-bar .wx,
.top-bar .wb{
    float: left;
    width: 37px;
    height: 35px;
    cursor: pointer;
    position: relative;
}
.top-bar .wx:hover,
.top-bar .wb:hover{
    background: #fff;
}
.top-bar .wx:hover:after,
.top-bar .wb:hover:after{
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index:999;
    background: #fff;
}
.top-bar .wx .tb,
.top-bar .wb .tb{
    display: block;
    width: 35px;
    height: 35px;
    border-left: 1px solid #f9f7f6;
    border-right: 1px solid #f9f7f6;
    background: url("../images/cms-header02-ico.png") no-repeat 7px -88px;
}
.top-bar .wb .tb{
    background: url("../images/cms-header02-ico.png") no-repeat 9px -57px
}
.top-bar .wx:hover .tb,
.top-bar .wb:hover .tb{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.top-bar .wx .pic,
.top-bar .wb .pic{
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    z-index:999;
    width: 120px;
    height: 120px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}
.top-bar .wx:hover .pic,
.top-bar .wb:hover .pic{
    display: block;
}

.st-header{
	min-width:1200px;
	padding:10px 0;
	background:#fff}
.st-header .st-logo{
	float:left;
	width:298px;
	height:85px;
    line-height: 85px;
	overflow:hidden}
.st-header .st-logo img{
    vertical-align: middle;
}
/* 全局搜索 */
.st-top-search{
	width:471px;
	height:34px;
	position:absolute;
    left: 420px;
	top:50%;
	margin-top:-20px;
	border:3px solid #f80;
	background:#fff}
.st-top-search .st-search-down{
	float:left;
	color:#333;
	width:90px;
	height:34px;
	position:relative;
	cursor:pointer;
	border-right:1px solid #e5e5e5}
.st-top-search .st-search-down strong{
	float:left;
    color: #999;
	width:75px;
	height:34px;
	line-height:34px;
    padding-left: 15px;
	background:#f8f8f8}
.st-top-search .st-search-down strong i{
	float:right;
	width:7px;
	height:4px;
	margin:16px 15px 0 0;
	transition:all 0.3s;
	background:url(../images/index-ico.png) no-repeat -53px 0}
.st-top-search .st-search-down:hover strong i{
	transform:rotate(180deg)}
.st-top-search .st-search-down .st-down-select{
	display:none;
	position:absolute;
	left:0;
	top:34px;
	z-index:9999;
	width:90px;
	background:#fff}
.st-top-search .st-search-down:hover .st-down-select{
	display:block}
.st-top-search .st-search-down .st-down-select li{
	float:left;
    color: #999;
	width:73px;
	height:34px;
	line-height:34px;
	padding-left:15px;
	margin-top:-1px;
	border:1px solid #e5e5e5}
.st-top-search .st-search-down .st-down-select li:hover{
    color: #333;
	background:#f5f5f5}
.st-top-search .st-txt{
	float:left;
	width:170px;
	height:34px;
	line-height:34px;
	font-family:'微软雅黑';
	padding-left:10px}
.st-top-search span{
	float:right;
	width:150px;
	height:34px;
	overflow:hidden;
    text-align: right;
    font-size: 0;
}
.st-top-search span a{
    display: inline-block;
	color:#999;
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin:5px 5px 0 0;
    font-size: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	background:#f3f3f3}
.st-top-search span a:hover{
	color:#009fde}
.st-top-search .st-btn{
	float:right;
	color:#fff;
	width:50px;
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	background: url("../images/cms-header02-ico.png") no-repeat center -27px #f80}
/* 咨询电话 */
.st-link-way{
    width: 210px;
	height:70px;
	position:absolute;
	right:0;
    top: 0;
    padding-top: 25px;
    background: url("../images/telephone-bg.png") right no-repeat;
}
.st-link-way span{
    display: block;
    color: #666;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;}
.st-link-way strong{
    display: block;
    color: #f80;
    height: 30px;
    line-height:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 24px;
    font-family: Arial;
    text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff;
}

/* 主导航 */
.st-nav{
	min-width:1200px;
	height:32px;
    border-bottom: 3px solid #38c249;
}
.st-menu{
	float:left;
	width:1200px;
	height:32px}
.st-menu > ul > li{
    float: left;
    height: 32px;
    border-bottom: 3px solid #38c249;
    position: relative;
}
.st-menu > ul > li .st-arrow-ico{
    display: inline-block;
    width: 5px;
    height: 3px;
    vertical-align: middle;
    margin: 0 0 0 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: url("../images/index-ico.png") no-repeat -46px 0;
}
.st-menu > ul > li.this-hover .st-arrow-ico{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.st-menu > ul > li > a{
	float:left;
	color:#2b8f08;
	height:32px;
	line-height:32px;
    padding: 0 20px;
	font-size:16px;
	position:relative}
.st-menu > ul > li.this-hover{
    background:#f0f1f3}
.st-menu > ul > li.active,
.st-menu > ul > li.active.this-hover{
    background:#4ece5a}
.st-menu > ul > li.active > a,
.st-menu > ul > li.active.this-hover > a{
    color: #fff;
}
.st-menu > ul > li.active .st-arrow-ico{
    background: url("../images/index-ico.png") no-repeat -39px 0;
}
.st-menu > ul > li.active s,
.st-menu > ul > li.this-hover s{
	display:block;
    width: 11px;
	height: 8px;
	position:absolute;
	left:50%;
    bottom: -3px;
	margin-left:-5px;
    background: url("../images/index-ico.png") no-repeat -39px -8px;
}
.st-menu > ul > li i.st-hot-ico,
.st-menu > ul > li i.st-new-ico,
.st-menu > ul > li i.st-jing-ico,
.st-menu > ul > li i.st-jian-ico{
	display:block;
	width:23px;
	height:16px;
	position:absolute;
	top:-5px;
	right:0;}
.st-menu > ul > li > i.st-hot-ico{
    background:url(../images/nav-hot-ico.png) center no-repeat}
.st-menu > ul > li > i.st-new-ico{
    background:url(../images/nav-new-ico.png) center no-repeat}



.down-nav{
	display: none;
    min-width: 1200px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 35px;
    z-index:99999;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}
.this-hover .down-nav{
     display: block;
 }
.sub-list{
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    overflow: hidden;
	font-size: 0;
}
.sub-list a{
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
}
.sub-list a:hover{
    color: #2b8f08
;
}

/*热搜框*/
.st-hot-dest-box{
    display: none;
	position: absolute;
    left: -3px;
    top: 40px;
    z-index:99999;
    width: 437px;
    padding:10px 19px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;;
    background: #fff;
}
.st-hot-dest-box .block-tit{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.st-hot-dest-box .block-tit strong{
    color: #999;
}
.st-hot-dest-box .block-tit i{
    float: right;
    width: 12px;
    height: 12px;
    margin: 9px;
    cursor: pointer;
    background: url("../images/st-sidemenu-closed-ico.png") center no-repeat;
}
.st-hot-dest-box .block-nr{
    display: block;
}
.st-hot-dest-box .block-nr dl{
    padding: 10px 0 0;
}
.st-hot-dest-box .block-nr dl dt{
    font-weight:bold;
}
.st-hot-dest-box .block-nr dl dd{
    padding-top: 5px;
}
.st-hot-dest-box .block-nr dl dd a{
    color: #666;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
}