@charset "utf-8";
/* search-header */
.template-common-header{max-width: 1920px;margin: auto;}
.search-header{padding: 40px 0;background: #fff;box-shadow: 0px 1px 20px	rgba(0, 0, 0, 0.09);}
.search-container{width: 80%;margin: 0 auto;}
.search-header-form{margin-left: 84px;}
.search-searchtext{width: 600px;height: 50px; line-height: 50px;border-radius: 4px; border: 1px solid #c9d0f1; background:url(../images/public/icon-search-query.png) left 15px center no-repeat;padding-left: 55px;}
.search-adv-txt{margin-left: 20px;margin-top: 15px;cursor: pointer;}
.search-searchbtn{right: 0; top: 0px; width: 100px;line-height: 50px;color:white;text-align: center;background-color: #31a5fa;}
.adv-search{margin-top: 16px;}
.adv-search.show{display: block;}
.search-res h3{border-left: 3px solid #31a5fa; color: #3d3d3d;height: 20px; line-height: normal; padding-left: 8px;}
.adv-box{padding: 10px 0;}
.adv-box input{margin-right:20px;margin-top:10px;width:220px;height:34px;background-color:#fff;box-sizing:border-box;border:1px solid #c5c9ee;border-radius:4px;padding:8px;}
.search-submit-btn{width:88px;height:32px;background:#31a5fa;font-size:14px;color:#fff;cursor:pointer;border:0;padding:6px 16px;border-radius:2px;}
.search-res .prompt{color:#f53f3f;margin-left:20px;}
.search-res .prompt.show{display: inline;}
.search-related-keywords{width:500px;background-color:#fff;position:absolute;left:0;top:60px;border:#c8d5f0 1px solid;border-radius:5px;z-index:4;}
.search-related-keywords a{color: #000; padding-left:50px;line-height:40px;background:url(../images/public/icon-search-small.png) 15px center no-repeat;}

/* header begin */
.template-header-logo{height: 140px;background: #003f97;}
.template-header-logo .logo-link{margin-top: 20px;}
.template-header-logo .flash-title{top: 32px;left: 36%;z-index: 1;}
.template-header-form{width:304px;margin-top:16px;margin-left: auto;overflow: hidden;}
.template-searchtext{width:100%;height:42px;line-height:42px;padding-left:20px;padding-right:36px;border-radius: 21px;border: solid 1px rgba(255, 255, 255, 0.3);background-color: transparent;}
.template-searchtext::-webkit-input-placeholder{color:rgba(255, 255, 255, 0.5);font-size: 14px;}
.template-search-button{right:18px;top:12px;width:18px;height:18px;}
.template-searchbtn{width:100%;height:100%;background:url(../images/template/icon-search2.png) center / cover no-repeat;}

/* 导航 */
.template-header-nav{text-align: right;}
.template-nav-wrapper{margin: 0;margin-top: 13px;}
.template-nav-list{width: 898px;height: 48px;display: flex;justify-content: space-between; align-items: center;text-align: center;}
.template-header-nav .nav-link{padding: 0 20px;line-height: 48px;color: #ffffff;display: block;}
.template-header-nav .nav-item:hover,.template-header-nav .nav-item.u-active{color: #003176;font-weight: bold;}
/* 二级导航 */
.second-nav[data-class="dl-01"]{position: relative;height: 0;left: 9%;z-index: 99;}
.second-nav[data-class="dl-02"]{position: relative;height: 0;left: 21%;z-index: 99;}
.second-nav[data-class="dl-03"]{position: relative;height: 0;left: 34%;z-index: 99;}
.second-nav[data-class="dl-04"]{position: relative;height: 0;left: 47%;z-index: 99;}
.second-nav[data-class="dl-05"]{position: relative;height: 0;left: 59%;z-index: 99;}
.second-nav[data-class="dl-06"]{position: relative;height: 0;left: 72%;z-index: 99;}
.second-nav[data-class="dl-07"]{position: relative;height: 0;left: 85%;z-index: 99;}

/* header-banner轮播图 */
.banner-flash{position: relative;width: 100%;}
.banner-flash a{display: block;width: 100%;padding-top: 26.27083%;height: 0;position: relative;}
.banner-flash img{position: absolute;left: 0;top: 0;width: 100%;height:100%;object-fit: cover;transition: all linear .3s }
.banner-flash img:hover{transform: scale(1.1);}
/* swiper 自定义分页（自动播放进度条） */
.banner-flash .swiper-pagination{position: absolute;bottom: 25px;left: 50%;transform: translateX(-50%);z-index: 2;}
.banner-flash>.swiper-pagination-bullets .swiper-pagination-bullet{position: relative;margin: 0 9px;width: 16px;height: 16px;background-color: rgba(255, 255, 255, 0.5);border-radius: 50%;opacity: 1;}
.banner-flash .swiper-pagination-bullet:first-child{margin-left:0;}
.banner-flash .swiper-pagination-bullet:last-child{margin-right:0;}
.banner-flash>.swiper-pagination-bullets .swiper-pagination-bullet-active{background-color: rgba(255, 255, 255, 1);}
.banner-flash>.swiper-pagination-bullets .swiper-pagination-bullet-active::before{content: "";position: absolute;top: -5px;left: -5px;width: 26px;height: 26px;border: 1px solid #fff;border-radius: 50%;}
/* header-end */

/*theme-red*/
.theme-red .template-header-nav,.theme-red .template-header-logo{background-color:#9a0813;}
.theme-red .template-header-nav .nav-item:hover,.theme-red .template-header-nav .nav-item.u-active{background: #9a0813;}
.theme-red .mobile-nav{background-color:#9a0813;}

/*big pcScreen*/
@media screen and (max-width:1500px) {
	.template-nav-list{width: 850px;}
	.template-header-nav .nav-link{padding: 0 12px;}
	.m-tabnav1 li a{padding: 8px 14px 22px;}
	.bm-img-box .img-wrap{width:262px;height:203px;}
}
/*medium pcScreen lg*/
@media screen and (max-width: 1200px) {
	.template-header-logo{height: auto;}
	.template-header-logo .logo-link{float: none;display: block;margin-top: 0;padding-top: 20px; text-align: center;}
	.template-header-logo .flash-title{top:109px;left:47%;}
}
/*pad md*/
@media screen and (max-width: 991px ){
	.visible-xs{display: block !important;}
	.hidden-xs,.template-header-logo .flash-title{display: none;}
  
	/* search-header */
	.search-container{width: 100%;}
	.search-container>div,.search-container form,.search-searchdiv{float: none;}
	.search-header-form{margin-left: 0;margin-top: 20px;}
	.search-searchtext{width: 90%;}

	/* header */
	.template-header-logo .logo-link{padding: 20px 0;}
	.template-header-nav{display: block;z-index: 99;}
	.template-header-form{position: absolute;}
	.template-header-form{position:absolute;bottom:-48px;right:0;width:230px;height:38px;margin-top:0;}
	.template-searchtext{height: 38px;line-height: 38px;}
	.template-search-button{top: 9px;}
	.mobile-nav{margin: 0;}
	.mobile-nav-btn{margin-top: 6px;}
	.banner-flash .bd, .banner-flash .flash-img{height: 220px;}
	.banner-flash>.swiper-pagination-bullets{display: none;}
	
}
/*phone sm*/
@media screen and (max-width: 767px) {
	.container{width: 100%;padding: 0 15px;}
}
/*small xs*/
@media screen and (max-width: 638px) {
    
}
/*small xs*/
@media screen and (max-width: 376px) {
	
}
/*print*/
@media print {
    .is-header,.m-location,.is-footer,.u-fontsize,.share-main,.m-dtsxqh,.m-btfuns,.is-toolbar{display: none;}
    .m-pgpdbox1,.m-detailbox{padding: 0;}
    .m-dtfonts{padding: 10px;}
}