body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,a,textarea,span{margin:0;padding:0; box-sizing: border-box;}
ul,li,dl,dt,dd{list-style:none;}
a,a:hover,a:focus,a:visited{color:#333; text-decoration:none;}
a:hover,a:focus,a:visited{text-decoration:none;}
input,textarea{border-radius:0 !important;}

html{-webkit-text-size-adjust:none;}
body{-webkit-tap-highlight-color:transparent; background:#f4f4f4;font-family:Arial,sans-serif; font-size: 14px;position: relative; transition: all ease .3s;}
/*@common style*/
.hidden{display:none;}
.clean:after{content:"";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
.clean{*zoom:1;}

input:focus{
	outline: none;
}

small{
	font-size: 60%;
	color: #666;
}
.content{
	padding: 30px 0;
}
@media (min-width:992px){
	.content{
		padding: 50px 0;
	}
}
.content img{
	max-width: 100% !important;
	height: auto !important;
}
.content .idx-title{
	padding-top: 0 !important;
}
.line{
	position: relative;
	border: none;
  }
.line:after { 
	display: flex; 
	box-sizing: border-box; 
	align-items: center; 
	content: ""; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200%; 
	height: 200%; 
	transform: scale(0.5); 
	transform-origin: 0 0; 
	border: 1px solid #ccc;
	pointer-events: none; 
}

.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}


.title{
	font-size: 20px;
	color: #002063;
	position: relative;
}
@media (min-width:992px){
	.title{
		font-size: 40px;
		margin-top: 20px;
	}
}
.title img{
	width: 30px;
}
@media (min-width:992px){
	.title img{
		width: 60px;
	}
}


.text-left{
	text-align: left;
}

.text-yellow{
	color: #c29b09;
}
.text-blue{
	color: #002063;
}
.text-gray{
	color: #999;
}

.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top: 20px;
}
.pt30{
	padding-top: 30px;
}
.pt50{
	padding-top: 50px;
}

.open-nav{
	
	right: 80%;
}
.open-nav .yh-navbar{
	left: auto;
	right: 80%;
}

/*导航*/
.yh-navbar{
	display: flex;
	/* height: 80px; */
	position: relative;
	z-index: 201;
	background: #fff;
	padding: 15px 0 0;
	transition: all ease .3s;
}
@media (min-width:992px){
	.yh-navbar{
		/* display: none; */
	}
}
@media (max-width:991px){
	.yh-navbar{
		height: 60px;
	}
	}
.yh-navbar::after{
	border-top: none;
	border-left: none;
	border-right: none;
}

.yh-navbar-fixed{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 200;
}
@media (min-width:992px){
	.mask{
		z-index: 100;
	}
	}
.yh-brand{
	/* position: relative; */
	width: 190px;
	top: 21px;
}
.yh-brand img{
	max-width: 100%;
}
@media (max-width:991px){
	.yh-brand{
		width: 100px;
		top: 11px;
		left: 15px;
		/* height: 25px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -50px;
		margin-top: -12px; */
	}
	}



.yh-navbar .yh-container{
	display: flex;
}
.yh-bg-light{
	background: #fff;
}
.yh-dark{
	color: #fff;
	background: rgba(0,20,63,.5);
}
.yh-dark .yh-navbar-other{
	color: #fff;
}
.yh-dark .yh-navbar-other a{
	color: #fff;
}
.yh-dark .logo{
	display: inline-block;
}
.yh-dark .logo-02{
	display: none;
}
.yh-navbar .j-logo1{
	display: block;
}
.yh-navbar .j-logo2{
	display: none;
}
.yh-dark .j-logo1{
	display: none;
}
.yh-dark .j-logo2{
	display: block;
}
.yh-dark .first,.yh-dark .green,.yh-dark .red{
	color: #fff !important;
}
@media (min-width:992px){
	.yh-navbar-toggler{
		display: none;
	}
	}

.yh-navbar-collapse{
	flex-grow: 1;
}
@media (min-width:992px){
	.yh-navbar-collapse{
	/* display:flex */
}
}
.yh-navbar-nav{
	text-align: left;
	float: right;
}
@media (min-width:992px){
	.yh-navbar-nav{
		display: flex;
		margin:0 auto;
		margin-top: 20px;
		transition: all ease .3s;
	}
	}
@media (max-width:991px){
	.yh-navbar-nav{
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 80%;
		overflow-y: scroll;
		background: #fff;
		z-index: 201;
		transition: all ease .3s;
		background: rgba(255,255,255,1);
	}
	.in{
		right:-80%;
	}
	.yh-navbar-nav>li>a{
		line-height: 60px;
		display: block;
		padding: 0 15px;
		position: relative;
		font-weight: bold;
	}
	.yh-navbar-nav>li>a:after { 
		display: flex; 
		box-sizing: border-box; 
		align-items: center; 
		content: ""; 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 200%; 
		height: 200%; 
		transform: scale(0.5); 
		transform-origin: 0 0; 
		border-bottom: 1px solid #ccc;
		pointer-events: none; 
	}
	.yh-dropdown-menu{
		position: relative;
	}
	.yh-dropdown-menu::after{
		display: flex; 
		box-sizing: border-box; 
		align-items: center; 
		content: ""; 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 200%; 
		height: 200%; 
		transform: scale(0.5); 
		transform-origin: 0 0; 
		border-bottom: 1px solid #ccc;
		pointer-events: none; 
	}
	.yh-navbar-nav .container{
		background: #f5f5f5;
		padding-left: 0;
		padding-right: 0;
	}
	.yh-menu-item + .yh-menu-item{
		padding-top: 15px;
	}
	.yh-menu-item ul{
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
	}
	.yh-menu-item li>a{
		display: inline-block;
		height: 30px;
		line-height: 30px;
		color: #666;
		background: #fff;
		margin-right: 10px;
		padding: 0 15px;
		margin-top: 10px;
		position: relative;
	}
	.yh-menu-item .yh-menu-item-title{
		font-size: 14px;
		font-weight: bold;
	}
}
@media (min-width:992px){
	.yh-navbar-nav>li>a{
		display: block;
		margin-left: 30px;
		font-size:14px;
		padding-bottom: 15px;
	}
	.yh-dark .yh-navbar-nav>li>a{
		color: #fff;
		
	}
	.yh-navbar-nav .active{
		border-bottom: 2px solid #f00;
	}

	.yh-nav-link{
		transition: all ease .3s;
	}
	.yh-nav-link::after{
		content: '';
		display: inline-block;
		width: 12px;
		height: 7px;
		background: url(../images/arr_down.png) center center no-repeat;
		margin-left: 3px;
	}
	.yh-dark .yh-nav-link::after{
		background: url(../images/arr_down_while.png) center center no-repeat;
	}
	.yh-navbar-nav>li .yh-nav-link:hover,.yh-navbar-nav>li.active .yh-nav-link{
		color: #C29B09;
		font-weight: bold;
	}
	.yh-navbar-nav>li .yh-nav-link:hover::after,.yh-navbar-nav>li.active .yh-nav-link::after{
		background: url(../images/arr_down_on.png) center center no-repeat;
	}
}

@media (max-width:991px){
	.yh-navbar-nav>li>a:before{
		content: '';
		position: absolute;
		width: 14px;
		height: 8px;
		right: 15px;
		top: 50%;
		margin-top: -4px;
		background: url(../images/icon_arr_down.png) center center no-repeat;
		transition: all ease .3s;
		transform: rotate(-90deg);
	}

	.yh-navbar-nav>li>a.active::before{
		transform: rotate(0deg);
	}
}

@media (min-width:992px){
	.yh-dropdown-menu{
		position: absolute;
		background: #fff;
		width: 100%;
		left: 0;
	}
	.yh-dropdown-menu .container{
		display: flex;
		flex-wrap: wrap;
		padding-top:30px ;
		padding-bottom: 30px;
	}
	.container .yh-menu-item{
		width: 14.285714%;
		margin-bottom: 30px;
	}
	.yh-menu-item li{
		line-height: 28px;
		font-weight: normal;
		font-size: 14px;
	}
	.yh-menu-item .yh-menu-item-title{
		font-weight: bold;
		font-size: 16px;
		padding-bottom: 10px;
	}
	.yh-menu-item ul{
		margin-top: 10px;
	}
	
}
/*移动端导航切换按钮*/
.yh-navbar-toggler{
	position: absolute;
	width: 24px;
	height: 20px;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
@media (min-width:992px){
	.yh-navbar-toggler{
		display: none;
	}
}
.yh-navbar-toggler-icon{
	height: 2px;
	width: 100%;
	background: #333;
}
.yh-dark .yh-navbar-toggler-icon{
	background: #fff;
}
/*移动端导航切换按钮结束*/
/* 移动端语言 */
.yh-navbar-language{
	position: absolute;
	width: 22px;
	height: 16px;
	top: 50%;
	margin-top: -10px;
	right: 55px;
	padding: 0;
	line-height: 0;

}
@media (min-width:992px){
	.yh-navbar-language{
		display: none;
	}
}
/* 移动端语言结束 */

/* 天气、语言 */
.yh-navbar-other{
	text-align: right;
}
/* 天气、语言结束 */

/* 二级菜单 */
.sub-nav-item{
	width: 100%;
}
@media (min-width:992px){
	.sub-nav-item{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}
.sub-nav-title{
	font-size: 28px;
	position: relative;
	color: #001157;
	font-weight: bold;
	display: inline-block;
}
.sub-nav-title::after{
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	left: 0;
	bottom: -8px;
	background: #C29B09;
}
.sub-nav-cont{

}
@media (min-width:992px){
	.sub-nav-cont{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-bottom: 20px;
		padding-top: 15px;
	}
}
.sub-nav-list{
}
@media (min-width:992px){
	.sub-nav-list{
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
		margin-top: 20px;
	}
}
@media (min-width:992px){
	.sub-nav-list>li{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width:992px){
	.sub-nav-list>li>a{
		display: block;
		padding: 10px 20px;
		border: 1px solid #001157;
		font-size: 16px;
		transition: all ease .3s;
	}
	.sub-nav-list>li>a:hover,.sub-nav-list>li.cur>a{
		background: #001157;
		color: #fff;
	}
}
@media (max-width:991px){
	.sub-nav-list>li>a{
		display: block;
		padding: 12px 30px;
		background: #001157;
		color: #fff;
	}
}
/* 二级菜单结束 */
/*导航结束*/


/*搜索*/
.yh-form{
	padding: 10px 15px;
	position: absolute;
	z-index: 1000;
	width: 100%;
	left: 0;
	top: 60px;
	background: #fff;
	display: none;
}
@media (min-width:992px){
	.yh-form{
		padding: 18px 0 0;
		position: relative;
		top: 0;
		width: 210px;
		background: none;
		display: block !important;
	}
}

@media (max-width:991px){
	.yh-search-togger{
		width: 24px;
		height: 24px;
		background: url(../images/icon_search.png) center center no-repeat;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -12px;
	}
	.yh-search-close{
		background: url(../images/icon_search_close.png) center center no-repeat;
	}
}

.yh-search{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	display: flex;
}
.yh-search::after{
	border-color: #bbb;
	border-radius: 10px;;
}
@media (max-width:991px){
	.yh-search::after{
		border: none;
	}
}
.yh-input-search{
	height: 40px;
	border: none;
	background: none;
	flex-grow: 1;
	font-size: 14px;
}
.yh-icon-search{
	display: inline-block;
	height: 40px;
	width: 28px;
	background: url(../images/icon_search.png) center left no-repeat;
}
/*搜索结束*/

.link-cta-arrow::after{
	content: "" !important;
}
.link-cta-arrow::before{
	content: "→" !important;
	position: absolute;
	right: 2px;
}


/* 页脚 */
.footer-container{
	background: #002063;
	color: #fff;
	margin-top: 80px;
	padding-top: 50px;
	padding-bottom: 30px;
	position: relative;
}
.footer-container::after{
	content: '';
	position: absolute;
	width: 60px;
	height: 30px;
	background: url(../images/arr_footer.png) center center;
	left: 50%;
	margin-left: -30px;
	top: -30px;
}
.footer-container a{
	color: #fff;
}
.footer{
	display: flex;
}
.f-contact{
	padding-right: 20px;
}
.f-contact-title{
	font-size: 24px;
	margin-top: 20px;
}
.f-contact-cont{
	margin-top: 15px;
}
.f-contact-cont>p{
	padding-top: 10px;
	padding-bottom: 10px;
}
.f-quicklink{
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
}
.f-quicklink-item{
	padding-left: 15px;
	padding-right: 15px;
}
.f-quicklink-item dt{
	font-size: 14px;
	padding-bottom: 15px;
	font-weight: normal;
	white-space: nowrap;
}
.f-quicklink-item dt a:hover{
	text-decoration: underline;
}
.f-quicklink-item dd{
	padding-top: 5px;
	padding-bottom: 5px;
}
.f-quicklink-item dd a{
	opacity: .5;
}
.f-quicklink-item dd a:hover{
	opacity: .8;
	text-decoration: underline;
}
.f-code{
	padding-left: 30px;
	white-space: nowrap;
	text-align: center;
}
.f-code img{
	width: 110px;
}
.f-code p{
	opacity: .5;
	margin-top: 10px;
}
.footer2{
	margin-top: 20px;
	border-top: 1px solid rgba(255,255,255,.3);
	text-align: center;
	padding-top: 30px;
	line-height: 2;
}
.footer2 a:hover{
	text-decoration: underline;
}

/* 移动端页脚 */
.m-footer-container{
	background: #002063;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	color: #fff;
}
.m-footer-container::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 15px;
	background: url(../images/arr_footer.png) center center;
	background-size: cover;
	left: 50%;
	margin-left: -15px;
	top: -15px;
}
.m-footer-container a{
	color: #fff;
}
.m-footer-container .footer2 .copyright{
	line-height: 1.3;
}
.m-footer-link{
	display: flex;
	flex-wrap: wrap;
	margin-top: -5px;
	margin-bottom: -5px;
}
.m-footer-link p{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 25%;
}
.m-f-logo{
	text-align: center;
	margin-top: 30px;
}
.m-f-logo img{
	max-width: 70%;
}
.m-f-code{
	margin-top: 20px;
	text-align: center;
}
.m-f-code img{
	max-width: 50%;
}
.m-f-code p{
	color: #fff;
	margin-top: 10px;
}

.weather{
	display: inline-block;
	margin-right:0px;
	margin-left: 15px;
}


/*客服服务*/
.kf{
	position: fixed;
	width: 56px;
	right: 0;
	bottom: 100px;
	z-index: 10000;
}
.kf li{
	padding-top: 1px;
	padding-bottom: 1px;
}
.kf-item{
	height: 50px;
	line-height: 50px;
	background: #002063;
	cursor: pointer;
	position: relative;
}
.icon-service{
	display: inline-block;
	width: 56px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
.icon-service-01{
	background-image: url(../images/service_01.png);
}
.icon-service-02{
	background-image: url(../images/service_02.png);
}
.icon-service-03{
	background-image: url(../images/service_03.png);
}
.icon-service-04{
	background-image: url(../images/service_04.png);
}
.icon-service-05{
	background-image: url(../images/service_05.png);
}
.icon-service-06{
	background-image: url(../images/service_06.png);
}
@media (min-width:768px){
	.kf-item:hover .icon-service-01{
		background-image: url(../images/service_01_on.png);
	}
	.kf-item:hover .icon-service-02{
		background-image: url(../images/service_02_on.png);
	}
	.kf-item:hover .icon-service-03{
		background-image: url(../images/service_03_on.png);
	}
	.kf-item:hover .icon-service-04{
		background-image: url(../images/service_04_on.png);
	}
	.kf-item:hover .icon-service-05{
		background-image: url(../images/service_05_on.png);
	}
     .kf-item:hover .icon-service-06{
		background-image: url(../images/service_06_on.png);
	}
}

.service-pop{
	position: absolute;
	padding: 5px 15px;
	background: #002063;
	right: 76px;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all ease .3s;
	color: #fff;
}
@media (min-width:768px){
	.kf-item:hover .service-pop{
		right: 66px;
		visibility: visible;
		opacity: 1;
	}
}
.service-pop::after{
	content: '';
	position: absolute;
	border-left: 5px solid #002063;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: 20px;
	right: -10px;
}
.service-pop-code{
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;

}
.service-pop-code img{
	width: 110px;
}
.service-pop-code p{
	padding-top: 5px;
}
.service-phone{
	white-space: nowrap;
}
.code-pop{
	margin-top: -50px;
}
.code{
	text-align: center;
	line-height: 24px;
	padding: 10px 0;
}
/*客服服务结束*/


/*pages*/ 
.pagination-wrapper{ text-align:center; }
.pagination{ line-height:32px; text-align: center; display:inline-block;} 
.pagination li { display: inline-block; height: 34px; margin-right: 5px; background:#f5f5f5;  padding:0 12px; border-radius:2px} 

.pagination li a{  display: block; line-height: 32px; margin: 0 -12px; padding:0 12px; } 
.pagination li a:hover{ background:#fef4f2; color:#e22d00; } 
.pagination li.thisclass { background: #e22d00; color: #fff; } 
.pagination li.thisclass a,.pagination li.thisclass a:hover{ background: transparent; border-color: #09f; color: #fff; cursor: default; }
.pagination li strong{font-weight:normal;}
@media (min-width:768px){
	.page-mobile{
		display:none;
	}
	.pagination li:last-of-type{background:none;}
}
@media (max-width:767px){
	.page-pc{
		display:none;
	}
}
.pagination-wrapper-reverse li{background:rgba(255,255,255,.1);}
.pagination-wrapper-reverse {color:#fff;}
.pageinfo{color:#999;}


.idx-about-btn{
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}
.idx-about-btn .yh-btn{
	width: 180px;
	text-align: left;
}
@media (min-width:992px){
	.idx-about-btn{
		text-align: left;
	}
	.idx-about-btn .yh-btn{
		width: 220px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		padding: 0 15px 0 15px;
	}
}

/* 新闻资讯 */

.idx-news2{
	margin-top: 20px;
}
@media (min-width:992px) {
	.idx-news2{
		margin-top: 40px;
	}
}
@media (min-width:992px) {
	.idx-news{
		
		margin: -45px -25px;
		margin-top: -15px;
	}
	.idx-news>div{
		padding: 45px 25px;
	}
	.idx-news-item{
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width:991px) {
	.idx-news-item{
		/* padding-top: 20px; */
		padding-bottom: 30px;
		/* border-bottom: 1px solid #eee; */
	}
	.idx-news{
		margin-bottom: -20px;
	}
	.idx-news>div:last-of-type .idx-news-item{
		border-bottom: none;
	}
}
.idx-news-date{
	font-size: 18px;
	color: #1144AF;
}
.idx-news-date img{
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.idx-news-title{
	font-size: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
	margin-top: 10px;
	transition: all ease .3s;
}
@media (min-width:992px) {
	.idx-news-title{
		margin-top: 20px;
	}
	.idx-news-title:hover{
		color: #c29b09;
		font-weight: bold;
	}
}
.idx-news-cont{
	margin-top: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
	color: #666;
	font-size: 14px;
}
@media (min-width:992px) {
	.idx-news-cont{
		margin-top: 20px;
		height: 65px;
	}
}
.idx-news-img{
	margin-top: 10px;
	overflow: hidden;
}
.idx-news-img img{
	transition: all ease .3s;
	width: 100%;
}
@media (min-width:992px) {
	.idx-news-img{
		margin-top: 30px;
	}
	.idx-news-item:hover .idx-news-img img{
		transform: scale(1.05,1.05);
	}
}
/* 新闻资讯结束 */


.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0;
}

.j-news.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}

.sub-nav .swiper-slide{
	height: auto !important;
	display: table !important;
}
.sub-nav a{
	display: table-cell !important;
	vertical-align: middle !important;
	line-height: 1;
}