@charset "utf-8";
/* CSS Document */

/*top栏*/
.header-toolbar .container,.el-header .container{width:1400px;margin:auto}
.header-toolbar{height: 48px;background: #f5f5f5;}
.header-toolbar *,.header-toolbar *:hover{color:#666}
.header-toolleft,.header-toolleft li{float:left}
.header-toolleft li a{display:block;padding-left:25px;margin-right:20px;line-height:48px;}
.link-icon01 a{background: url(../images/public/xianwei.png) left center no-repeat;}
.link-icon02 a{background: url(../images/public/guohui.png) left center no-repeat;}
.link-icon03 a{background: url(../images/public/zhengxie.png) left center no-repeat;}
.header-toolright{height:48px;float:right;display: flex;align-items: center;}
.header-gh,.header-ipv6{line-height: 34px;height:34px;border-radius: 16px;}
.header-gh{border: solid 1px #ddd;margin:0 15px;padding:0 15px;}
.header-ipv6{background-color: #74c5ff;padding:0 10px;color:#fff}



/* 适配小屏 */
@media screen and (max-width: 1400px) {
 .header-toolbar .container,.el-header .container{width:1200px}

}

/* 适配pad */
@media screen and (max-width: 1200px) {
 .header-toolbar .container,.el-header .container{width:970px}

}


@media (max-width:991px) {
	.container,.header-toolbar .container,.el-header .container{width:100%}
	.header-toolleft,.header-gh,.header-ipv6{display:none}
	body{min-width:100%}
	img{max-width:100%}
}

@media (max-width:767px) {
	.container{width:100%}


}
