/* 去除常见标签默认的 margin 和 padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
	margin: 0;
	padding: 0;
}

/* 设置网页统一的字体大小、行高、字体系列相关属性 */
body {
	font: 16px/1 'Microsoft YaHei', sans-serif;
	color: #333;
}

body,
html {
	min-width: 100vw;
	margin: 0 auto;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	width: 8px;
	height: 6px;
}

::-webkit-scrollbar-track-piece {
	margin-right: 10px;
	background-color: #EEE;
	-webkit-border-radius: 8px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 8px;
	background-color: #DDD;
	-webkit-border-radius: 8px;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 6px;
	background-color: #EEE;
	-webkit-border-radius: 8px;
}

/* 去除列表默认样式 */
ul,
ol {
	list-style: none;
}

/* 去除默认的倾斜效果 */
em,
i {
	font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
	text-decoration: none;
	color: #333;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
	vertical-align: middle;
}

* {
	box-sizing: border-box
}

/*头部*/

.wid-1200 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.diji-header {
	display: flex;
	height: 75px;
	padding-top: 16px;
	align-items: center;
}

.header-search {
	margin-left: 30px;
	position: relative;
}

.header-search input {
	border: none;
	font-family: Tahoma;
	font-size: 12px;
	color: #999;
	font-weight: 400;
	font-style: normal;
	border-bottom: 1px solid #999999;
	padding-bottom: 8px;
	margin-top: 12px;
	width: 174px;
	padding-left: 5px;
}

.header-search img {
	position: absolute;
	right: 12px;
	top: 12px;
       cursor:pointer;
}

.header-bgpt {
	width: 80px;
	height: 33px;
	font-family: Tahoma;
	font-size: 14px;
	color: #444444;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	vertical-align: top;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	transition:all .3s;
}

.header-bgpt a{
	transition:all .3s;
}

.header-bgpt:hover {
    /*-border-*/
    border-top-color: #2188ca;
    border-right-color: #2188ca;
    border-bottom-color: #2188ca;
    border-left-color: #2188ca;
    /*-background-*/
    background: #2188ca;
}

.header-bgpt:hover a{
	color:#fff;
}

.diji-nav {
	background: #fff;
	transition: all .5s;
}

.diji-nav {
	background: #fff;
	transition: all .5s;
}

.diji-fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.w-nav {
	display: flex;
}

.w-nav-inner {
	width: 12.5%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	position: relative;
}

.w-nav-item {
	padding: 0 15px;
}

.w-subnav {
	display: none;
	position: absolute;
	z-index: 999;
	width: 251px;
	background: #fff;
	text-align: left;
	top: 59px;
}

.w-nav .w-nav-item .w-nav-item-link .w-link-txt {
	font-family: 'Noto Sans CJK';
	font-size: 20px;
	font-weight: bold;
	color: #000;
	transition:all .3s;
}
.w-nav  .w-nav-inner:hover  .w-nav-item .w-nav-item-link .w-link-txt{
	color: #0055a2;
}

.w-nav .w-nav-item.current .w-nav-item-link .w-link-txt {
	color: #0055a2
}

.w-subnav-item a {
	height: 45px;
	display: block;
	line-height: 45px;
	padding: 0 15px;
	color: #4A4A4A;
	font-size: 16px;
	font-weight: 400;
	font-family: Tahoma;
	transition: all .3s;
}

.w-subnav-item a:hover {
	background-color: rgb(0, 85, 162);
	color: #fff;
}

.footer-top {
	background-image: url(../images/24299025.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	position: relative;
	width: 100%;
	min-width: 1200px;
	background-size: cover;
	z-index: 1;
	padding-bottom: 20px;
}

.footer-top:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(7, 55, 99, 0.95);
	left: 0;
	top: 0;
	z-index: -1;
}

.footer-top ul {
	display: flex;
	padding: 30px 0px 30px;
	justify-content: space-between;
	border-bottom: 1px solid #666;
}

.footer-top ul li {
	color: #fff;
}

.footer-top ul li p {
	font-family: 'Noto Sans CJK';
	font-size: 14px;
	margin-bottom: 20px;
}

.footer-top ul li p span {
	margin-right: 10px;
}

.footer-top ul li p a {
	color: #fff;
}

.footer-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	height: 80px;
}

.footer-ewm {
	display: flex;
}

.footer-ewm>div {
	display: flex;
	align-items: flex-end;

}

.footer-ewm>div.ewm2 {
	margin-left: 25px;
}

.ewm-title {
	margin-left: 10px;
	font-family: Source Han Sans;
	font-size: 14px;
	margin-bottom: 8px;
}

.ewm-title span {
	margin-bottom: 8px;
	display: inline-block
}

.footer-bottom {
	padding: 20px 0px;
	font-size: 12px;
	font-family: Tahoma;
	color: rgb(152, 152, 152);
}

.top-area ul {
	display: flex;
	justify-content: center;
	font-size: 12px;
	font-family: Tahoma;
	color: rgb(152, 152, 152);
	margin-bottom: 15px;
}

.top-area span {
	color: rgb(152, 152, 152);
}

.top-area ul li {
	/* border-right:1px solid rgb(152, 152, 152); */
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.top-area ul li:after {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background: rgb(152, 152, 152);
	right: 0px;
	top: 0px;
}

.top-area ul li:last-child:after {
	width: 0px;
}

.top-area ul li img {
	margin-right: 5px;
}

.bottom-ipv6 {
	display: inline-block;
	margin-left: 4px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid rgba(152, 152, 152, 1);
	padding: 3px;
}

@media (max-width: 1024px) {
    .diji-header,.diji-nav{
		display:none;
	}

	.m-header{
		display:block !important;
	}

	.footer-top{
		min-width:100%;
	}
	.footer-top ul{
		display:block;
		padding: 10px 0px;
		text-align: center;
	}

	.footer-title{
		height:50px;
		line-height:50px;
	}

	.footer-top ul li p{
		margin-bottom:15px;
	}

	.footer-ewm>div.ewm1{
		margin-left:20px;
	}
	.top-area ul{
		display:block;
		font-size:14px;
		margin-bottom: 0px;
	}
	.top-area ul li{
		margin-bottom:15px;
		margin-right:0px;
		padding-right:0px;
	}
	.top-area ul li:after{
		display:none;
	}

	.footer-bottom{
		font-size:14px;
	}
}
.m-header{
	position:relative;
}

.m-menu{
	position:fixed;
	background:#fff;
	width:100%;
	height:100%;
	z-index:9999;
	top:0;
	display:none;
}

.m-menu span{
	position:absolute;
	font-size:40px;
	right:18px;
	top:10px;
	color:#666;
	font-weight:100;
}

.m-menu ul{
	width: 87%;
	margin:60px auto;
}

.m-menu ul li{
	border-bottom:1px solid #eee;
}

.m-menu ul li a{
	padding: 18px 0;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
	font-weight:400;
}

.m-top{
	height: 50px;
	line-height: 50px;
	border:1px solid #e6e9ed;
	position:relative;
	color:#666;
}

.m-top span{
	display:block;
	padding:0px 20px;
	color:#666;
	background:url(../images/drop-icon.png) no-repeat 96%;
}

.m-top ul{
	background:#fff;
	position:absolute;
	top:48px;
	width:100%;
	padding:0px 20px;
	display:none;
	border:1px solid #e6e9ed;
	border-top:none;
	z-index:99
}
.m-top ul li a{
	color:#666;
	
}

.m-logo,.m-jtlogo{
	padding:5px 15px;
}

.m-logo img{
	width:70%;
}

.m-jtlogo img{
	width:100%;
}

.m-btn{
	position:absolute;
	right:30px;
	top:60px;
}

.m-btn img{
	width:25px;
}