@media (min-width: 1250px) {
    .container{
        width: 1220px;
    }
}

body,html{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    line-height: 1;
    background-color:#FFFFFF;
	
}

a{
    text-decoration: none;
    color:#333;
}

a:hover{
    text-decoration: none;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix::after,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

img{
    max-width: 100%;
}

p{
    margin: 0;
    padding: 0;
}


textarea{resize:none}

/*************************清除默认样式****************************/
.pagination>.active>span{
	background-color: #019FE8;
	border-color:#019FE8;
}
/********************分页***************************/
#dituContent {
    width: 100%;
    height: 554px;
}

#dituContent img{
    max-width: none;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/*********************地图***********************/
.language{
	text-align: right;
	background-color: #5E6166;
}

.language p{
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	padding: 0 20px;
	color: rgba(255, 255, 255, 0.8);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	cursor: pointer;
}

.language p a{
	display: block;
	color: #fff;
}

.language p:first-child{
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.head .subbar-container{
	width: 1366px;
	margin: 0 auto;
}

.head .subbar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.head .subbar ul{
	display: flex;
	justify-content: start;
}

.head .subbar ul a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 19px;
	padding: 0 24px;
	position: relative;
}

.english.head .subbar ul a{
	padding: 0 10px;
}

.head .subbar ul a:before{
	top: 50%;
	left: 0;
	position: absolute;
	width: 1px;
	height: 13px;
	background-color: #E0E0E0;
	content: '';
	transform: translate(-50%,-50%);
}

.head .subbar ul li.active a,
.head .subbar ul li:hover a{
	color: #019FE8;
}

.head .subbar ul li:first-child a{
	padding-left: 0;
	border-left: none;
}

.head .subbar ul li:first-child a:before{
	display: none;
}
/*********************************************/
.footer{
	margin-top: 80px;
	box-shadow: 0px 18px 4px 0px #0000000D inset;
	padding: 23px 0 16px;
}

.footer-body{
	display: flex;
	justify-content: start;
	gap: 16px;
	align-items: center;
}

.footer-body .footer-article p{
	font-size: 15px;
	line-height: 27px;
	color: #777;
}

.footer-body .footer-article p a{
	display: inline-block;
	color: #777;
}

/***************************************************/
.page-wrap{
	margin-top: 24px;
}

.page-subbar{
	box-shadow: 4px 4px 12.6px 0px #00000040;
	min-width: 258px;
	height: 100%;
}

.page-subbar h3{
	padding: 20px 0;
	line-height: 24px;
	text-align: center;
	background-color: #019FE8;
	color: #fff;
	font-size: 22px;
	margin: 0;
}

.page-subbar ul li{
	line-height: 63px;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #E1E7F3;
	cursor: pointer;
}

.page-subbar ul li:first-child{
	border-top:none;
}

.page-subbar ul li a{
	font-size: 20px;
	line-height: 24px;
	padding: 20px 24px 19px 24px;
	width: 100%;
}

.page-subbar ul li.active a{
	background-color: rgba(1, 159, 232, 0.2);
}

.page-subbar ul li i{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-style: normal;
	background-image: url('../img/icon04.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 24px;
	display: none;
}

.page-subbar ul li.active i{
	display: block;
}

.page-subbar ul li:hover i{
	display: block;
}

.page-subbar ul li:hover{
	background-color: rgba(1, 159, 232, 0.2);
}

.page-article .page-title{
	font-size: 32px;
	line-height: 48px;
	color: #019FE8;
	margin: 0;
}

.page-article .page-body{
	margin-top: 32px;
}

.page-article .page-body *{
	font-size: 18px;
	line-height: 32px;
	color: #777;
}

.page-content{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	position: relative;
}

.page-right{
	min-width: 938px;

}


/*********************************************************/
.subbar-nav{
	margin-top: 20px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.subbar-nav p{
	font-size: 18px;
	line-height: 24px;
	color: #777;
}

.subbar-nav ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 28px;
}

.subbar-nav ul a{
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #777;
}

.subbar-nav ul li.active a{
	color: #F70B21;
}

/*****************************************/
.position{
	text-align: right;
}

.position a{
	font-size: 14px;
	color: #777;
	line-height: 24px;
}

/*****************************************/
.product-picture-page{
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -190px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 89px;
	padding: 8px 8px 13px;
}

.product-picture-page p{
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 8px;
}

.product-picture-page li{
	margin-top: 8px;
	cursor: pointer;
	border-radius: 4px;
}

.product-picture-page li:first-child{
	margin-top: 0;
}

.product-picture-page li img{
	width: 72px;
	height: 51px;
	border-radius: 4px;
}