@font-face{
    font-family: "Castlet-book";               /*自定义字体名称*/
    src: url("../fonts/castlet-book-webfont.eot");   /*IE9兼容模式*/
    src: url("../fonts/castlet-book-webfont.eot?#iefix") format("embedded-opentype"),  /*IE6~IE8*/
         url("../fonts/castlet-book-webfont.woff") format("woff"),         /*现代浏览器*/
         url("../fonts/castlet-book-webfont.ttf") format("truetype"),     /*Safari,Android,iOS*/
         url("../fonts/castlet-book-webfont.svg#SingleMaltaRegular") format("svg");   /*Legacy iOS*/
    
}

@font-face{
    font-family: "平方";               /*自定义字体名称*/
    src: url("../fonts/平方.eot");   /*IE9兼容模式*/
    src: url("../fonts/平方.eot?#iefix") format("embedded-opentype"),  /*IE6~IE8*/
         url("../fonts/平方.woff") format("woff"),         /*现代浏览器*/
         url("../fonts/平方.ttf") format("truetype"),     /*Safari,Android,iOS*/
         url("../fonts/平方.svg#SingleMaltaRegular") format("svg");   /*Legacy iOS*/
    
}

/*基本样式*/
body{font-family: "微软雅黑","arial, helvetica, sans-serif";}
*{padding: 0;margin: 0;box-sizing: border-box;}
ul,li,ol{list-style: none;}
a{text-decoration: none;}
article,section,header,footer{display: block;}
input,textarea,button{outline: none;}
.m-flex{display: flex;-webkit-display:flex;-moz-display:flex;flex-wrap: wrap;-ms-display:flex;justify-content: space-between;-webkit-justify-content: space-between;-moz-justify-content;width: 100%;}
.m-flex>.f-col-10{width: 10%;}
.m-flex>.f-col-15{width: 15%;}
.m-flex>.f-col-20{width: 20%;}
.m-flex>.f-col-24{width: 24%;}
.m-flex>.f-col-25{width: 25%;}
.m-flex>.f-col-30{width: 30%;}
.m-flex>.f-col-33{width: 33.333%;}
.m-flex>.f-col-40{width: 40%;}
.m-flex>.f-col-45{width: 45%;}
.m-flex>.f-col-50{width: 50%;}
.m-flex>.f-col-60{width: 60%;}
.m-flex>.f-col-70{width: 70%;}
.m-flex>.f-col-75{width: 75%;}
.m-flex>.f-col-auto{flex: 1;}
.m-contion{min-width: 1250px;margin:0 auto;/*width: 85%;max-width: 1364px;*/width: 1250px;}
.img-respose{display: block;width: 100%;}

.block-input{display: flex;justify-content: space-between;margin: 12px 0 0;text-align: left;}
.block-input .label-text{padding: 6px;}
.block-input input[type="text"]{flex: 1; padding: 6px 8px;border-radius: 2px;outline: none;border: none;min-width: 180px;}
/*表格*/
table.common-table{border-collapse: collapse;width: 100%;}
table.common-table th,table.common-table td{padding:12px;border: 1px solid #0A0930;vertical-align: middle;background: #fff;text-align: center;color: #0D0D38;font-size: 18px;}
table.common-table th{background: #0A0930;color: #fff;}


/*header*/
.header{
	position: fixed;
	width: 100%;
	height: 90px;
	left: 0;
	background-color: #fff;
	top: 0;
	z-index: 999;
	transition: all 0.5s linear;
	-webkit-transition:all 0.5s linear ;
	border-bottom:1px solid #EEEEEE ;
}
.header .m-contion{
	/*padding: 0 12px;*/
	height: 100%;
	width: 90%;
	min-width: 1250px;
	max-width: 1440px;
}
.header.active{
	background-color: rgba(0,0,0,0.2);
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.00) 100%)
}
.header .m-flex .logo{
	/*display: inline-block;
	position: relative;*/
	height: 89px;
	
}

.header .m-flex .nav-itme{
	color: #4e4c4c;
	font-size: 16px;
	display: block;
	position: relative;
	padding: 3px 8px;
	font-weight: bold;	
}
.header .nav-parent{
	position: relative;
	text-align: center;
}
.header .nav-parent>a{
	line-height: 40px;
}
.header .m-flex .nav-itme.active,
.header .m-flex .nav-parent:hover .nav-itme{
	color: #014099;
}
.header .m-flex .nav-itme.active:after,
.header .m-flex .nav-parent:hover .nav-itme:after{
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background: #014099;
	bottom: 10%;
	left: 0;
}

.header .nav-parent .nav-child{
	background: #004098;
	text-align: center;
	line-height: 30px;
	width: auto;
	position: absolute;
	top: 100%;
	white-space:nowrap;
	z-index: 1;
	display: none;
	
}
.header .nav-parent:hover .nav-child{
	display: block;
}
.header .nav-parent .nav-child a{
	color: #B4B7BF;
	display: block;
	padding:3px 16px;
	position: relative;
}
.header .nav-parent .nav-child a:hover{
	/*background: rgb(6, 95, 218);*/
	color: #fff;	
}
.header .nav-parent .nav-child a:hover:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	left: 6px;
	top: 50%;
	margin-top: -2px;
}
.search-main{display: flex;justify-content: flex-end;flex-direction: row;}
.search-main input{border: none;padding: 0 8px;color: #333;border-bottom: 1px solid #999;font-family:"微软雅黑" ;}
.search-main .label-text{cursor: pointer;padding: 0;}
.search-main .search-ionic{width: 20px;}

/*主内容*/
.content-main{
	margin-top: 90px;
	width: 100%;
}
/*signer banner*/
.banner-module{
	position: relative;
	width: 100%;
	/*height: 640px;*/
	min-width: 1250px;	
}
.banner-module img.img-respose{
	width: 100%;
	min-width: 1250px;
	/*height: 720px;*/
		
}
.banner-module,.banner{
	width: 100%;
	height: auto;
}
.swiper-wrapper,.swiper-slide{
	width: 100%;
}

/*底部*/
.footer{
	font-family: "微软雅黑";
	padding: 20px 0 20px;
	/*position: relative;*/
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #707070;
    font-size: 14px;   
    line-height: 30px;
    background: #ECF4FF;
}
.footer.fixed{
	position: fixed;
	bottom: 0;
}
.footer .footer-nav{
	width: 750px;
	margin:16px auto;
}
.footer .footer-nav .nav-itme{
	color: #707070;
	border-bottom: 1px solid #707070;
	line-height: 20px;
	position: relative;
}
.footer .footer-nav .public-number img{
	position: absolute;
	top: 0;
	left: -14px;
	width: 0;
	height: auto;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	display: block;
	opacity: 0;
	z-index: 9999;
}
.footer .footer-nav .public-number:hover img{
	opacity: 1;
	width: 100px;
	top: -100px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
/*page-common: child-banner*/

.page-common .banner-module{max-height: 788px !important;z-index: 0;min-height: 490px !important;}
.page-common .banner-module .banner,
.page-common .banner-module .swiper-wrapper {height: 100%;}
.page-common .banner-module .swiper-slide{height: 100%;}
.page-common .footer{position: fixed;bottom: 0;width: 100%;height: 160px;}


.page-common .content-nav{
	max-width: 1150px;
	width: 98%;
	margin: -90px auto 0;
	position: absolute;
	left: 50%;
	margin-left: -575px;
	bottom: 40px;
}
.page-common .content-nav-itme{
	display: flex;
	text-align: center;
	align-content: center;
	border-radius: 40px;
	flex-direction: column;
	color: #fff;
	width: 188px;
	padding: 3px 0;
	/*background: #014099;*/
	background: #E6EEF4;
    color: #014099;
}
.page-common .content-nav-itme .cn{
	font-size: 16px;
	letter-spacing: 4px;
}
.page-common .content-nav-itme .en{
	font-size: 10px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-moz-transform: scale(0.8);
	font-family: "Castlet-book";
	
	
}
.page-common .content-nav-itme.active,
.page-common .content-nav-itme:hover{
	/*background: #014099 url(../images/common/箭头.png) no-repeat;*/
	background: #014099  no-repeat;
	/*background-position:85% 55%; 
	background-size: 16px;*/
	color: #fff;
}

.swiper-button-prev,.swiper-button-next{
	outline: none;
}
/*公共page:module-title*/
.module-title {
	text-align: center;
	margin: 30px auto;
}
.module-title .module-maxtitle{
	height: 24px;
	border-bottom: 1px dotted #49494a;
	color: #004098;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.module-title .module-maxtitle span{
	display: inline-block;
	padding: 0 40px;
	background: #fff;
	height: 40px;
	
}
.module-title  p{
	color:#49494a;
	margin-bottom: 12px;
}
