/* head */
.head_top{
    height: .38rem;
    background: #F2F2F2;
    position: relative;
    z-index: 10;
}
.head_top .head_top_box{
    width: 12rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_top .head_top_box .head_top_location{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    color:#666666;
    font-size: .14rem;
}
.head_top .head_top_box a{
    color:#666666;
    transition: all .3s ease;
    font-size: .14rem;
}
.head_top .head_top_box a:hover{
    color:red;
}
.head_top .head_top_box .head_top_location ul{
    position: absolute;
    background: #AA0000;
    top: .38rem;
    width: 100%;
    display: none;
}
.head_top .head_top_box .head_top_location ul li{
    width: 100%;
    text-align: center;
}
.head_top .head_top_box .head_top_location ul li a{
    line-height: .28rem;
    font-size: .12rem;
}
.head_top .head_top_box .head_top_nav{
    font-size: .14rem;
    display: flex;
    align-items: center;
}
.head_top .head_top_box .head_top_nav a{
    padding:0 .08rem;
    position: relative;
}
.head_top .head_top_box .head_top_nav a::after{
    content: '';
    width: 1px;
    height: .14rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #666666;
}
.head_top .head_top_box .head_top_nav a:last-child:after{
    display: none;
}

.fl{float:left;}
.fr{float:right;}
.back-orange{background:#ff9900;}
.white{color:#FFF;}
.wrap{width:100%;}
.content{width:12rem;margin:0px auto;zoom:1;overflow: hidden;}
.clear{clear:both;}
.mt5{margin-top:.05rem;}
.mt20 { margin-top: .2rem;}
.ml20{margin-left:.2rem;}
.ml10{margin-left:.1rem;}
.mt10 { margin-top: .1rem;}
em{font-style:normal;}
.top_headerp{width:100%; height:1.2rem; background-color:#FFF}
.top_header{height:1.2rem; margin:0px auto;background-color:#FFF;    overflow: inherit;position: relative;width: 12rem;}	
.top_tel{background-image:url(../images/pagebj.png);width:2.2rem; height:.8rem; float:right; margin-top:.2rem;}
.top_searchsubmit{background-image:url(../images/sousuo.jpg)}
.top_logo, .top_adlang, .top_search, .top_tel{height:.8rem;}
.top_search{margin-left:.25rem;margin-top: .2rem;float: left;}
.top_logo{width:3.8rem;margin-top: .2rem;float: left;}
.top_logo a{width: 100%;height: 100%;display: block;}
.top_logo a img{max-width: 100%;height: 100%;object-fit: contain;}
.top_tel .top_dianhua{float:right;margin-top:.3rem;font-size:.24rem;font-family: "Microsoft YaHei";}
.top_searchselect {z-index:49; float: left; width: .86rem; position:relative; height: 32px;font-size: .12rem;position:absolute;left:.02rem;top:.02rem;}
.top_searchselect span {display:block;float: left; height: 32px;background:#eee;width:.86rem;color: #333333; text-align:center; line-height: 32px; position: relative;font-size: .12rem;}
.top_searchselect ul {display: none; z-index: 150; left: -.02rem; border:.02rem solid #ED182A;border-top:none;border-radius:.03rem;
overflow: hidden; width: .88rem; position: absolute; top: 32px}
.top_searchselect ul li {float: left; width: 100%; height: .24rem; text-align:center;}
.top_searchselect ul li a {float: left; width:100%; height: .24rem}
.top_searchselect ul li {background: #eee}
.top_searchselect ul li a {width: 100%; color: #666666; line-height:.24rem;}
.top_searchselect ul li a:hover {background:#3d3d3d; color: #fff; text-decoration: none}
/*.searchselect ul li A.current {COLOR: #9c9c9c}
.searchselect ul li A.current:hover { COLOR:#ED182A}*/
.top_searchselect ul li.last {overflow: hidden; width:100%;height: .05rem;}	
.top_tel{background-position:-6rem .03rem;background-size: 12rem;}
.top_searchsubmit{background-position:center;background-size:cover;}
.top_brandico{width:17px; height:80px; float:left; margin-top:20px; padding-top:18px; margin-left:10px;margin-right:70px;}	
.top_search,.top_searchtext,.top_searchkeyhot{width:4.82rem;}
.top_searchtext{height:36px; margin-top:.1rem; text-align:left}
.top_searchtextinput{padding-left:.9rem;width:2.85rem;height:32px; line-height:32px; border:2px solid #ED182A; text-align:left; overflow:hidden}
.top_searchsubmitnav{width:1rem; height:36px;}
.top_searchsubmit{width:1rem; height:36px; border:0px;}
.top_searchtxt,.top_searchtxt1{width:2.85rem; height:32px; line-height:32px; border:0px; border-collapse:inherit; font-size:.14rem;top:-.04rem; left:-.04rem;outline: none;}
.top_searchtxt1{color:#666}
.top_searchkeyhot{height:30px; line-height:30px; text-align:left; color:#9a9a9a; font-size:.12rem;}
.top_tel{width:2.2rem;}


	/*********************************************************************************************************
* 网站总导航
*/
.top_pagemenu{
	width: 100%;
	height:.45rem;
    line-height:.45rem;
    background-color:#000;
}

#top_pagemenu{	
    margin: 0 auto;
	padding: 0;
	z-index: 1;
	width:12rem;
	height:.45rem;
    line-height:.45rem;
	background-color:#000;
    display: flex;
    align-items: center;
}

#top_pagemenu li{	
    width: 100%;
    margin: 0;
	padding: 0;
	list-style: none;
	font-size: .16rem;
	height:.45rem; 
    line-height:.45rem;background-color:#3D3D3D;
	margin-right:1px;
	position: relative;
}
#top_pagemenu li .icon{position:absolute;left: 80%;bottom: 30px;z-index:1 ;}
#top_pagemenu li a
{	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;

	}

#top_pagemenu li a:hover,#top_pagemenu li.attr a{background: #ED182A;color:#fff;}/*鼠标经过*/
	/*弹出菜单二级菜单大框*/

	#top_pagemenu .top_twomenu 
	{
		position:absolute;
		width:147px;
		z-index:2;
		color:#fff;
		display:none;
			
	}
	#top_pagemenu .top_twomenu li{
		color:#fff;
		background:#3D3D3D;
		width:100%;
		text-align:center;
		border-top: solid 1px #fff;
		float:left;
		
	}
	#top_pagemenu .top_twomenu a{
		color:#fff;
		background:#3D3D3D;
		width:100%;
		text-align:center;
		border-top: solid 1px #fff;
		float:left;
	}
	#top_pagemenu .top_twomenu li:hover{
		background:#ED182A;
	}

.top_top .cur-loc-ico {
    display: inline-block;
    width: 13px;
    height: 17px;
    vertical-align: sub;
    background: url(/images/comm_icos.png) 0 0;
}
.top_top .cur-city-flag {
    margin-right: 5px;
}
.top_top .has-line {
   width: 1px;
    height: 12px;
    display: inline-block;
    vertical-align: sub;
    margin-top: -1px;
    margin-left: 10px;
    background-color: #dddddd;
}
.top_top .change-city {
    position: relative;
}
.top_top .change-city .tit {
    display: block;
    position: relative;
    width: 78px;
    padding-left: 10px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    overflow: hidden;
    z-index: 99;
	color:#888;
	height:29px;
}
.top_top .up-down-ico {
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 2px;
    vertical-align: super;
    background: url(/images/comm_icos.png) -80px 0;
}
.top_top .sub-city {
    display: none;
    position: absolute;
    left: 0;
    top: 29px;
    width: 186px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    z-index: 9;
}
.top_top .sub-city h2 {
    height: 20px;
    line-height: 20px;
    color: #ED182A;
	font-size:12px;
}
.top_top .sub-city-con {
    line-height: 24px;
}
.top_top .sub-city-con a {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    color:#666;
}
.top_top .sub-city-con a:hover{color:#ED182A;}
.top_top .change-city:hover .sub-city{
    display: block;
}
.top_top .change-city:hover .tit{
    width: 78px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.top_top .change-city:hover .up-down-ico,.bus-coop-li:hover .up-down-ico,.attention-wx-li:hover .up-down-ico,.search-wrap .search-l:hover .up-down-ico{
    background: url(/images/comm_icos.png) -90px 0;
}
.top_right_listbtn{
    display: none;
}




/*
* 网站总导航结束
*********************************************************************************************************/

@media (min-width: 750px) and (max-width: 1200px) {
    #top_pagemenu,.top_header{
        padding: 0 .24rem;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 750px){
    .head_top,.top_search,.top_pagemenu{
        display: none;
    }
    .top_headerp{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: .9rem;
        z-index: 12;
        box-shadow: 0 .12rem .36rem rgba(0,0,0,0.2);
    }
    .top_header{
        height: 100%;
        width: 100%;
    }
    .top_logo{
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .top_logo a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_logo a img{
        width: auto;
        max-height: 80%;
    }
    .top_tel{
        position: absolute;
        left: .24rem;
        width: .4rem;
        height: .4rem;
        background: url(../images/top_phone.png)no-repeat center/100% 100%;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .top_tel .top_dianhua{
        display: none;
    }
    .top_right_listbtn{
        display: block;
        position: absolute;
        right: .24rem;
        width: .4rem;
        height: .4rem;
        background: url(../images/caidan.png)no-repeat center/100% 100%;
        top: 50%;
        transform: translateY(-50%);
    }
    .top_pagemenu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.95);
        padding: 1.2rem .24rem 0;
        box-sizing: border-box;
        z-index: 11;
    }
    #top_pagemenu{
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        background: transparent;
    }
    #top_pagemenu li{
        background: transparent;
        width: 33%;
        font-size: .32rem;
        line-height: .9rem;
        height: auto;
    }
    #top_pagemenu li a{
        color:#323232;
    }
    .top_headerp_zz{
        height: .9rem;
    }
}