@charset "utf-8";
article,aside,audio,body,canvas,caption,dd,div,dl,dt,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input,label,legend,li,mark,menu,nav,ol,p,section,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,video{margin:0;padding:0}
article,aside,blockquote,dialog,figure,footer,header,hgroup,nav,section{display:block}
ol,ul{list-style:none}
img{border:0 none;}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:none}
table{border-collapse:collapse;border-spacing:0}
ins{text-decoration:underline}
del{text-decoration:line-through}
mark{background:0 0}
input,button,textarea,select{border-radius: 0;}
input::-ms-clear{display:none!important}
a{text-decoration:none;color:#333;-webkit-transition:color .2s ease;-ms-transition: color .2s ease;transition: .2s color ease;}
a:focus,a:hover{text-decoration:none;color:#1d1d1d}
a,button,input,textarea{outline:0}
html{background-color: #fff;}
body{position: relative;font: 14px/1.6 "Helvetica Neue","PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;background:#fff;}

/*
* Common Style
*/
.outer, .inner{position: relative;}
.text-truncate{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.text-two-line{display: -webkit-box;overflow: hidden;text-overflow: -o-ellipsis-lastline;text-overflow: ellipsis;
-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
#backToTop{position: fixed;right: 20px;bottom: 20px;width: 50px;height: 50px;line-height: 50px;text-align: center;background-color: #fff;border-radius: 50%;box-shadow: 0 0 10px rgba(0,0,0,.1);}
#backToTop img{width: 32px;height: auto;vertical-align: middle;}


/*
*   Header Style
*/
.top_bar { background: #003a79; z-index: 2; width: 100%; }
.html_index .top_bar { background: url(../img/nav-bg.png) repeat-x top left; position: fixed; }
.html_index .top_bar_hover:hover { background: #003a79; }

.header-bar{height: 40px;line-height: 40px;
/* background-color: #282727; */
}
.header-welcome {font-size: 12px;color: #bbb; font-weight: lighter; }
.header-welcome a{color: #bbb;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.header-welcome a:hover{opacity: .8;}
.header-welcome span{margin: 0 15px;}
.header-link{color: #fff;}
.header-link span{margin: 0 5px;}
.header-link a{color: rgba(255,255,255,.9);}
.header-search{position: relative;width: 270px;height: 28px;padding: 10px 0;margin-top: 7px;line-height: 28px;}
.search-input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 8px;background-color: #fff;color: #000;font-size: 12px;border: none;border-radius: 0;}
.search-input::-webkit-input-placeholder{color: #999;}
.search-button{position: absolute;top: 0;right: 0;width: 26px;height: 100%;border: none;background-color: transparent;background-image: url(../img/icon/icon_search.png);background-repeat: no-repeat;background-position: center;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.search-button:hover{background-color: rgba(0,0,0,.1);}
.header-logo {
	/* padding: 20px 0;  */
/* background: #0065b8; */
}
.header-logo img { margin-left: 50px; width: auto; height: 72px;}
.header-nav{width:100%;
/* background: #003a79; */
}

.html_index .header.nav-fix { display: none; }
.html_index .header-nav.nav-fix { position: fixed; top: 0; background: #003a79d6; z-index: 2; }


.site-nav,
.site-nav ul{width:100%}
.site-nav > ul > li{position:relative;width:10%}
/* .site-nav > ul > li::before{content: "";position: absolute;top: 20px;left: 0;height: 20px;border-left: 1px solid #3d6998;} */
/* .site-nav > ul > li::after{content: "";position: absolute;top: 20px;right: 0;height: 20px;border-right: 1px solid #255;} */
.site-nav li a{display:block;padding: 12px 0;width:100%;font-size:15px;text-align:center;color:#fff}
.site-nav li:hover > a,
.site-nav li:focus > a{background: #003a79;color:#fff;}
.site-nav .open>a,
.site-nav .open>a:focus,
.site-nav .open>a:hover,
.site-nav>li>a:focus,
.site-nav>li>a:hover{border:none;background: #003a79;color:#fff;}

.dropdown.open .dropdown-menu{z-index: 10;opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);visibility: visible;}
.dropdown-menu{left:0;z-index: 0;display: block;width:100%;min-width:115px;padding:0;border: 0px;text-align:center;border-radius: 0;background: transparent!important;opacity: 0;visibility: hidden;-webkit-transition: .3s all ease-in-out;-ms-transition: .3s all ease-in-out;transition: .3s all ease-in-out;-webkit-transform: translateY(15px);-ms-transform: translateY(15px);transform: translateY(15px);}
.dropdown-menu>li{width:100%}
.dropdown-menu>li>a{display:block;padding:12px 0;background: #003a79;color:#fff;font-size:14px;font-weight:400;
white-space:initial;
/* border-bottom:1px solid #0065b8; */
}
.dropdown-menu>li>a:hover{background: #0065b8;color:#fff; }
.navbar-toggle{color: #fff;}
#localDTWw1{display: inline-block;}


/*
*   Footer
*/
.footer{padding: 0;background: #003a79;color: #fff;}
.footer-link{padding: 30px 0;font-size: 14px;color: #fff; }
.footer .bq{margin-top:14.5px;}
.footer .bq p{line-height:28px;}

.footer .dilogo{ height: 160px; float:left;display:block; margin: 0 0 0 160px; }

.footer .wx {float: right;margin: 20px 120px 0 0;text-align:center;}
.footer .wx ul li {float:left;margin-left:20px;text-align:center;}
.footer .wx ul li img { max-width: 110px; }

.footer .row-copy { padding: 15px; font-size: 12px; color: #4172a7; text-align: center; }



/*
*   Homepage
*/

.block-title{padding-bottom: 5px;font-size: 24px;font-weight: bold; color: #004ea1;}
.block-title a{float: right;margin-top: 8px;font-size: 14px;font-weight: normal;color: #999;}

.intro-list li{padding: 15px 0;border-bottom: 1px solid #eaeaea;}
.intro-list li h4{font-size: 16px;color: #333;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.intro-list li:hover h4{color: #0065b8;}
.intro-list li h4 span{float: right;margin-top: -2px;font-size: 14px;color: #999;}
.intro-list li p{padding-top: 4px;font-size: 14px;color: #999;}

.date-list li {position: relative; height: 45px; background: #f5f5f5; margin-top: 8px; transition: all 0.3s ease-out; }
.date-list li:hover { margin-left: -5px; }
.date-list li:first-child { margin-top: 0; }
.date-list li .date { float: left; width: 70px; height: 45px; line-height: 45px; border-right: 2px solid #c7c7c7; border-bottom: 2px solid #c7c7c7; color: #0065b8; box-sizing: border-box; text-align: center; font-family: arial; font-size: 20px; }

.date-list li h4 { font-size: 16px; line-height: 45px; margin-left: 88px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }


.common-list ul li{padding:20px 0;border-bottom:1px dashed #ccc;}
.common-list ul li:first-child{padding-top:10px;}
.common-list ul li:last-child{border-bottom:0;}
.common-list ul li a{display:block;}
.xxyg-sj {box-sizing:border-box;padding:1px;width:60px;height:60px;border:1px solid #0065b8;text-align:center;font-family:arial; float: left; }
.xxyg-sj p{width:56px;height:30px;background: #0065b8;color:#fff;font-size:20px;line-height:30px;}
.xxyg-sj span{display:block; color: #0065b8; font-size:12px;line-height:26px;}
.xxyg-r{padding-left:75px;}
.xxyg-r h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;}
.xxyg-r .xxyg-r-sj{margin-top:6px;padding-left:22px;background:url(../img/ysj.png) no-repeat left center;color:#999;}
.xxyg-r .xxyg-r-dd{margin-top:2px;padding-left:22px;background:url(../img/dd.png) no-repeat left center;color:#999;}
.common-list ul li a:hover h4{color: #c5327c; }


.img-list li{overflow:hidden;margin-top:15px;text-overflow:ellipsis;white-space:nowrap;line-height:28px;}
.img-list li:first-child{padding-top:10px;}
.img-list li span{box-sizing:border-box;margin-right:14px;padding:0 1px;width:64px;height:28px;border:1px solid #0065b8;font-size:12px;}
.img-list li span,.img-list li span i{display:inline-block;font-family:arial;}
.img-list li span i{padding-right:5px;width:34px;height:24px;background:url(../img/notice-sj.png) no-repeat;color:#fff;text-align:center;font-size:16px;line-height:24px;}
.img-list li a{font-size:16px;}
.img-list li a:hover {color: #c5327c;}


.banner{background-color: #333;}
.banner .inner{max-width: 1920px;width: 100%;margin: 0 auto;}
.banner-carousel{width: 100%;height: 33.33vw;background-color: #f1f1f1;}
.banner-carousel .swiper-slide{position: relative;display: block;background-color: #555;background-size: cover;background-repeat: no-repeat;background-position: center;}
.banner-carousel-item{position: absolute;bottom: 0;left: 0;right: 0;max-width: 1200px;width: 100%;padding: 25px 15px;margin: 0 auto;background: rgba(159, 28, 18, .8); background: #1561a2cc; color: #fff;}
.banner-carousel-item h3{font-size: 18px;}
.banner-carousel-item p{margin-top: 6px;font-size: 14px;}
.banner-carousel .container{position: relative;}
.banner-button{width: 30px;height: 30px;background-color: #fff;background-size: auto;background-position: center;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.banner-button:hover{opacity: 0.8;}
.banner-button.swiper-button-prev{top: auto;bottom: 20px;left: auto;right: 80px;;background-image: url(../img/icon/icon_slide_prev.png);}
.banner-button.swiper-button-next{top: auto;bottom: 20px;right: 30px;background-image: url(../img/icon/icon_slide_next.png);}
.banner-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background-color: transparent;border: 1px solid #fff;opacity: 1;}
.banner-pagination .swiper-pagination-bullet-active{background-color: #fff;}

.section-title{
	/* padding: 15px 0; */
	text-align: center;}
.section-title h2{font-size: 24px;color: #fff; color: #004ea1;}

.hero-news{padding: 40px 0;}
.hero-news-item{margin: 15px 0;background-color: #fff;border: 1px solid #ddd;box-shadow: 0 0 5px rgba(0,0,0,.1);-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.hero-news-item .img{position: relative;width: 100%;height: 250px;overflow: hidden;background-color: #f1f1f1;}
.hero-news-item .img .overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.hero-news-item:hover .img .overlay{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.hero-news-item .date{position: absolute;left: 20px;bottom: 15px;width: 45px;height: 50px;background-color: #ffa800;text-align: center;color: #fff;}
.hero-news-item .date span{display: block;height: 28px;line-height: 28px;font-size: 21px;white-space: nowrap;}
.hero-news-item .date b{display: block;height: 22px;line-height: 22px;font-weight: normal;background: rgba(0,0,0,.1);white-space: nowrap;}
.hero-news-item.blue .date{background-color: #0055cc;}
.hero-news-item .content{padding: 15px 20px 0;box-sizing: border-box;background-color: #fff;}
.hero-news-item .content h2{padding: 10px 0;font-size: 16px;color: #181e26;}
.hero-news-item .content h2 a{color: #181e26;}
.hero-news-item .content:hover h2 a{color: #2d70ba;}
.hero-news-item .content p{display: -webkit-box;min-height: 44px;overflow: hidden;margin-bottom: 25px;line-height: 1.6;font-size: 14px;color: #777;text-overflow: -o-ellipsis-lastline;text-overflow: ellipsis;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.hero-news-item .content p a{color: #777;}
.hero-news-item .more{height: 32px;line-height: 32px;padding: 0 20px;border-top: 1px solid #efefef;}
.hero-news-item .more a{display: block;text-align: left;color: #4e6280;}
.hero-news-item .more span{float: right;-webkit-transition: .3s transform ease;-ms-transition: .3s transform ease;transition: .3s transform ease;}
.hero-news-item:hover{box-shadow: 0 0 10px rgba(0,0,0,.3);}
.hero-news-item:hover .more span{-webkit-transform: translateX(-10px);-ms-transform: translateX(-10px);transform: translateX(-10px);}

/* .r1l_box { margin-left: -15px; } */
.news-carousel{width: 100%;height: 415px;background-color: #fff;}
.news-carousel .swiper-slide {position: relative;display: block;background-color: #888;background-size: cover;background-repeat: no-repeat;background-position: center;}
.news-carousel .swiper-slide p { text-indent: 1em; line-height: 2.5em; background: #0006; color: #fff; position: absolute; width: 100%; bottom: 0; height: 2.5em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.swiper-pagination.news-pagination {left: auto;right: 10px; bottom: 2.8em; width: auto;}
.swiper-pagination.news-pagination .swiper-pagination-bullet{ width: 13px; height: 13px; line-height: 13px; font-size: 0; text-align: center;background: rgba(0,0,0,.5);color: #fff;border-radius: 0;opacity: 1; border-radius: 50%; margin: 0 4px; }
.swiper-pagination.news-pagination .swiper-pagination-bullet-active{ background: #003a79 !important;}

.home-list{padding: 24px 0 40px;background: #f6f6f6;}

.home-photo{padding: 35px 0;background: url(../img/home_photo_bg.jpg) no-repeat center;}
.photo-carousel{position: relative;display: block;
/* height: 250px; */
margin: 20px 0;}
.photo-carousel .swiper-slide{position: relative;
width: 50%;}
.photo-carousel-item{position: relative;width: 280px;margin: 0 auto;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.photo-carousel-item:hover{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.photo-carousel-item .photo{position: relative;width: 100%;height: 175px;background-color: #888;}
.photo-carousel-item .photo .overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.photo-carousel-item .title{position: relative;z-index: 2;
/* width: 195px; */
width: 90%; height: 40px;line-height: 40px;margin: -15px auto 0;padding: 0 8px;text-align: center;background: #fff;color: #0065b8;}

.home-photo-2 { background: #fff;}
.home-photo-2 .section-title h2 { color: #000;}
.home-photo-2 .photo-carousel-item .title { background: #f6f6f6; color: #000;}

.shortcut{padding: 20px 0; display: none; }
.shortcut-item{display: block;height: 50px;line-height: 50px;margin: 10px 0;padding-left: 65px;font-size: 18px;color: #000;background-repeat: no-repeat;background-position: 12px center;border-left: 4px solid transparent;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.shortcut-item:hover{-webkit-transform: translateX(5px);-ms-transform: translateX(5px);transform: translateX(5px);background-color: #f1f1f1;border-left-color: #0384e4;}


/*
*   Column
*/
.column{min-height: calc(100vh - 300px);margin-top:-110px;}
#columnNav{padding:0!important}
.column-banner{height: 100px;background-color: rgba(0,0,0,.05);}
.column-left{position:relative;margin-top:40px;padding-bottom:3px;background:#fafafa}
.column-name {padding:30px 20px;font-size:24px;font-weight:600;color:#fff;background: #0065b8; }
.column-name .cat_en { font-size: 14px; display: block; font-weight: lighter; color: #6d9ec6; }
.column-name .navbar-toggle{margin-top: -10px;margin-right: 10px;}
.column-right{position:relative;margin-top:40px;padding:10px 30px;margin-bottom:50px;background:#fff;min-height:300px;border-top:3px solid #0065b8;box-shadow:0 10px 10px rgba(0,0,0,.1)}
.column-title{font-size:24px;font-weight:700;border-bottom:1px solid rgba(0,0,0,.1);padding:11px 0;margin-bottom:8px}
.column-position{float:right;margin-top:5px;font-size:14px;font-weight:400;color: #0065b8; }
.column-position a{color:#636363}
.column-position a:hover{color:#1d1d1d}
.column-position i{margin-right:8px}
.wp_listalbumn{margin-top:20px}
.col-list{background:#fff}
.col-list>ul{position:relative;padding:0}
.col-list li{position:relative;font-size:16px;border-left:none;border-top:1px dashed #ededed;}
.col-list li.selected{background:#f1f1f1;color:#0065b8; }
.col-list > ul > li.selected > a{color:#0065b8;font-weight:700}
.col-list ul li a{color:#636363;display:block;padding:10px 20px;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
.col-list ul li a:hover{background-color: #0065b8;color: #fff;}
.col-list ul li ul{position:relative;padding:0}
.col-list ul li ul li{font-size:14px;border-left:none;background:#f7f7f7;border-right:5px solid #0065b8;border-top:1px solid #ededed;border-bottom:1px solid #ededed}
.col-list ul li ul li a{color:#636363;display:block;padding:10px 20px}
.col-list ul li ul li.selected a{color: #0065b8;font-weight:700}
.col-list ul li ul li span{position:relative;top:3px;font-size:12px;float:right}
.col-list ul li ul li:hover a+span{color:#4863d2}
.col-list ul li ul li:hover a {color:#fff; }
.col-breadcrumbs{float:right;margin-top:30px;margin-right:10px}
.wp_single.wp_column_article{padding: 15px 0    }

#wp_pager .pages{display: flex;flex-wrap: wrap;min-height: auto;margin: 30px 0 20px;justify-content: center;align-items: center;flex-wrap: wrap;}
#wp_pager .pages li a{display: inline-block;min-width: 40px;height: 40px;line-height: 40px;padding: 0;margin: 8px 4px;text-align: center;background-color: #f1f1f1;-webkit-transition: .3s all ease;-ms-transition: .3s all ease;transition: .3s all ease;}
#wp_pager .pages li a:hover{background-color: #bb453d;color: #fff;}
#wp_pager .pages li a.pgCurrent{font-weight: 700;color: #bb453d;background-color: #f1f1f1;}

/*
*   Post
*/
.post-detail{margin: 80px 0;}
.post-detail .inner{max-width: 1024px;width: 100%;margin: 0 auto}
.post-metas{padding-bottom: 20px;color: #999;text-align: center;border-bottom: 1px solid #efefef;}
.post-title{font-size: 30px;font-weight: 600;color: #181e26;}
.post-attr span{margin: 0 5px;}
.post-content{min-height: calc(100vh - 400px);padding: 30px 0}




.cover_box { padding: 10px 0; }
.cover_box .container { width: 100%; }
.cover_box .news-carousel { height: 265px; }
.cover_box .home-list { background: transparent; }
.cover_box .img-list li:first-child { margin-top: 0; }
.cover_box .img-list li span { border-color: #ccc; }
.cover_box .img-list li span i { background: url(../img/notice-sj-cover.png) no-repeat; }
.cover_box .c_r1 { }
.cover_box .c_r1,
.cover_box .c_r2,
.cover_box .c_r3,
.cover_box .c_r4,
.cover_box .c_r5,
.cover_box .c_r6,
.cover_box .c_r7,
.cover_box .c_r8,
.cover_box .c_r9 { }
.cover_box .c_r2l,
.cover_box .c_r2r,
.cover_box .c_r3l,
.cover_box .c_r3r,
.cover_box .c_r4l,
.cover_box .c_r4r,
.cover_box .c_r5l,
.cover_box .c_r5r,
.cover_box .c_r6l,
.cover_box .c_r6r,
.cover_box .c_r7l,
.cover_box .c_r7r,
.cover_box .c_r8l,
.cover_box .c_r8r,
.cover_box .c_r9l,
.cover_box .c_r9r { }
.cover_box .c_r2r,
.cover_box .c_r3r,
.cover_box .c_r4r,
.cover_box .c_r5r,
.cover_box .c_r6r,
.cover_box .c_r7r,
.cover_box .c_r8r,
.cover_box .c_r9r { }



/*
*   Responsive
*/
@media screen and (max-width: 1199px){
    .photo-carousel .swiper-slide{width: 33.33%;background-size: 100% 100%;}
}
@media screen and (max-width: 991px){
	.top_bar { position: relative; }
	.top_bar .header-nav { background: #003a79; }
    .header-search{float: none;}
    .header-bar .pull-right{display: none;}
    .header-nav .container{width: 100%;}
    .block-item{margin: 20px 0}
    .photo-carousel .swiper-slide{width: 50%;}
	.banner-carousel-item { padding: 5px; }
	.banner-carousel-item h3 { font-size: 16px; }
	.banner-button { width: 25px; height: 25px;}	
	.banner-button.swiper-button-prev { right: 60px; }
	.banner-button.swiper-button-prev,
	.banner-button.swiper-button-next { bottom: 30px; border-radius: 50%; }
	
	.hero-news,
	.home-list	{ padding-left: 15px; padding-right: 15px; }
	.footer-link { padding: 0;}	
	.footer-r1l { text-align: center; font-size: 13px; line-height: 1; }
	.footer-r1c,
	.footer-r1r,
	.column-name .cat_en { display: none; }
	
}
@media screen and (max-width: 768px) {
    .banner-carousel{height: 27vw;}
    .banner-carousel .swiper-slide{background-position: left center;}
    .dropdown-menu{display: none;}
    .header-nav .container{padding: 0;}
    .site-nav{margin: 0!important;padding: 0;}
    .site-nav > ul > li{width: 100%;}
    .site-nav > ul > li > a{padding: 12px 0;border-bottom: 1px solid rgba(0,0,0,.1);}
    .dropdown-menu>li>a{padding: 5px 10px!important;}
    .navbar-nav{margin: 0;}
    .news-carousel{height: 50vw;}
    .post-content img{max-width: 100%;height: auto!important;}
}
@media screen and (max-width: 599px) {
    
    .header-link{display: none;}
    .header-logo img{width: 95%;height: auto; margin: 0; }
    .header-welcome span.time{display: none;}
    .photo-carousel .swiper-slide{width: 100%;}
}