@CHARSET "UTF-8";



* {
	padding:0px;
	margin:0px;
}

#topImg {
	width:100%;
	height:300px;
}


::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: gray;
}

::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: white;
}



@media (min-width: 1400px) {
	.page_container {
		width:1400px;
	}
}

@media (max-width: 1400px) {
	.page_container {
		padding:0px 5% !important;
	}
}


.page_container {
	margin:0 auto;
	padding:0px 3px;
}


.page_row:after {
	display:block;
	content:'';
	clear:both;
}

/* 页面统一蓝色背景色  */
.base_bg_color_blue {
	/*background-color:#248bd8 !important;*/
}
/* 页面统一蓝色字体  */
.base_font_color_blue {
	color:#1c77B5 !important;
}
/*页面统一蓝色边框*/
.base_border_top_color_blue {
	border-top-color:#248bd8 !important;
}


.logoInBlock{
    display: flex;
    align-items: center;
    width: 100%;
    /* margin: 0px auto; */
    margin-top: 0px;
    margin-bottom: 0px;
    padding:20px;
}

ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.commonBlock {
	width:100%;
	/*min-width:1314px;*/
}
.commonBlock_noMargin {
	margin: 0px auto;
}
.commonBlock_last {
	margin: 60px auto 0px auto;
}
.commonBlock_wide {
	width:100%;
	background: #1c77B5;
	padding: 1px;
}
.blockTitle {
	width: 100%;
	margin-bottom: 10px;
}
.blockTitle .chTitle {
	color:#1c77B5;
	font-size: 150%;
	font-size: 200%;
}
.blockTitle hr{
	width: 50px;
	border: 1px solid #1c77B5;
	display: inline-block;
	margin: 3px 8px;
}
.commonBlock_wide .blockTitle{
	color:#fff;
}
.commonBlock_wide .blockTitle .chTitle {
	color:#fff;
}
.commonBlock_wide .blockTitle hr{
	border: 1px solid #fff;
}
#navigationDiv {
	width:100%;
	margin:0 auto;
	color:white;
	/*max-width:1366px;*/
	/*position: absolute;
	z-index: 999;*/
	/*opacity: 0.7;*/
}

#navigationDiv ul {
	list-style-type: none;
	font-size: 105%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#navigationUl .on {
	/*background-color:#1c77B5 !important;*/
	/*border-bottom:2px solid #0092ff;*/
	/*color:white;
	font-weight:900;
	*/
	
}

#navigationDiv #navigationUl li {
	float:left;
	padding:10px;
	margin-right: 0px;
	cursor:pointer;
	position:relative;
	text-align:center;
	padding:12px 0px 12px;
	color:white;
	font-size:125%;
}

#navigationDiv #navigationUl li:hover {
	background-color:#1c77B5;
	color:white;
}

#navigationDiv #navigationUl li .subNavigationItemDiv {
	display:none;
	position:absolute;
	left:0px;
    top: 46px;
	text-align:center;
	background-color: rgba(255, 255, 255, 0.62);
	z-index:999;
  	min-width:100%;
}

#navigationDiv #navigationUl li .subNavigationItemDiv div {
	padding:5px 0px;
    background-color:#1c77b5;
    color:white;
    border: 1px solid #1c77b5;
}

#navigationDiv #navigationUl li .subNavigationItemDiv div:hover{
	border: 1px solid white;
	color:#1c77b5;
	background-color:white;
	/*修改为字体大小不变*/
	/*font-size:16px;*/
}

#navigationUl:after {
	clear: both;
	content: "-";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;	
}
#footer {
    font-size: 100%;
    width: 100%;
    color: #020202;
    /*border-top: 2px solid #e0e0e0;*/
    padding: 15px 0px;
}
#footer .commonBlock{
	width: 100%;
	/*max-width: 1266px;*/
}
#footer:after {
	display:block;
	content:'';
	clear:both;
}

#footer #footerlogoBlock {

	padding:44px 0;
	float:left;
	width:33%;
}

#footer #footerInfo {
	float:left;
}

#footer #footerInfo li {
	margin-bottom:5px;
	text-align:left;
	width:100%;
	margin-left:1%;
	font-size:90%;
}

#footer #footerlogoBlock img {
	width:100%;
}

#footer #footerEwmInfo {
	text-align:center;
    float:right;
	width:33%;
	font-size:30%;
}

#footer #footerEwmInfo:after {
	display:block;
	clear:both;
	content:"";
}

#footer #footerEwmInfo li{
	float:left;
	width:30%;
	margin-right:1%;
	font-size:100%;
}

#footer #footerEwmInfo img {
	width:70%;
}

#naviLayer {
	position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(60, 60, 60, 0.59);
    z-index: 9999999;
    width: 100%;
    display:none;
}

#logoBlockD {
	display:none;
}

#navigationBlock {
	/*
	border-top:4px solid #1c77B5;
	border-bottom: 1px solid #eaeaea;
	height:45px;
	*/
}

#navigationBlock:after {
	content:"";
	display:block;
	clear:both;
}

#navigationBlock li{
	float:left;
	padding:9px;
	text-align:center;
	/*border-right:1px solid #dcdcdc;
	background-color:white;*/
	color:#000;
}

#navigationBlock li[class*="active"]{
	background-color:#1c77B5;
	
}
#navigationBlock li[class*="active"] a {
	color:white;
}

#navigationBlock:after {
	display:block;
	clear:both;
	content:'';
}

#logoxx {
	padding:10px 0px;
	float:right;
}

#zswlogo {
	/*padding:10px 0px;*/
	max-height: 60px;
}

#mobileNavi {
	float:right;
	display:none;
	width:18%;
	text-align: right;
}

#mobileNavi img {
	width:30%;
}


@media screen and (max-device-width: 18cm) {

	.commonBlock {
		width:100% !important;
		min-width:auto;
	}
	
	#logoBlock {
		top:0px;
		width:100%;
		z-index:102;
		display: flex;
    	align-items: center;
	}
	
	#mobileNavi {
		display:block;
	}
	
	#navigationBlock{
		display:none;
	}
	
	#mobileNaviList .subNavigationItemDiv {
		display:none;
		padding-left:30px;
		background-color: #2783a5;
	}
	
	#mobileNaviList{
		overflow-y:auto;
		height:100%;
		padding-left:0px;
	}
	
	#mobileNaviList .chevronUp {
		float:right;
		margin-right:20px;
	}
	
	#mobileNaviList .chevronDown {
		float:right;
		margin-right:20px;
	}
	
	
	#mobileNaviList .subNavigationItemDiv .childURLBlock {
		padding:30px 0px;
	}
	
	#mobileNaviList li{
		width:100%;
		border-bottom:1px solid white;
		color:white;
		
	}
	
	#mobileNaviList li a {
		color:white;
	}
	
	
	#logoBlockD {
		height:50px;
		display:block;
	}
	
	
	#mobileNaviWrap {
		background-color:rgba(6, 124, 167, 0.94);
		position:absolute;
		right:0px;
		top:0px;
		height:100%;
		min-width:45%;
		font-weight:700;
	}
	
	#footer #footerlogoBlock {
		padding:20px 0;
		float:none;
		width:100%;
	}
	
	#footer #footerInfo {
		
		float:none;
		width:100%;
		border:none;
	}
	
	#footer #footerInfo li {
		margin:10px 0px;
		text-align:left;
		width:100%;
	}
	
	#footer #footerlogoBlock img {
		width:100%;
	}
	
	#footer #footerEwmInfo {
		/* text-align: center; */
	    width: 70%;
	    /*
	    margin: 10px auto;
	    margin-bottom: 2%;
	    */
	    margin-left: 0%;
	    float:left;
	}
	
	#footer #footerEwmInfo:after {
		display:block;
		clear:both;
		content:"";
	}
	
	#footer #footerEwmInfo li{
		float:left;
		width:48%;
		margin-right:1%;
		font-size:240%;
		margin-bottom:20px;
	}
	
	#footer #footerEwmInfo img {
		max-width:70%;
	}
	
	#logoxx {
		display:none;
	}
	
	#zswlogo {
		padding:2% 0px;
		width:80%;
	}
	.blockTitle {
		display: none;
	}
}