*{
    margin: 0px;
    padding: 0px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}  
a[href]:after{content:normal;}
a:focus, a:hover{
	text-decoration: none;
	transition: all ease-out 0.25s;
}
main li a:hover{
	color: #3c66ba;
}
body {
	-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-family: PingFang-SC-Bold, PingFang-SC,微软雅黑,\5FAE\8F6F\96C5\9ED1,Roboto-Bold, Roboto;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	background: #FFF;
	height: auto;
	min-width: 350px;

}
ul, li,p,h1,h2,h3,h4,h5,h6{
	margin:0px; 
	padding:0px;
    list-style-type:none;
}
ol, ul {
  list-style: none;
}
ul, li, a
{
	padding: 0px;
	margin: 0px;
}
button {outline: none;}
select { width:100%;}
input::-webkit-input-placeholder{ color: #fff;}
input:-moz-placeholder{ color: #fff;}
input::-moz-placeholder{ color: #fff;}
input:-ms-input-placeholder{ color: #fff;}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.clear:after{
	content:"";
	display: block;  
	clear: both;
}

/* swiper默认样式修改 */
.banner .swiper-pagination-bullets{
	width: auto;
	right: 10px;
	left: inherit;
	bottom: 13px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{
	background:#fff;
	opacity:1;
}
.banner_left .swiper-button-next,.banner_left .swiper-button-prev{
	height:30px;
}
.banner_left .swiper-button-prev{
	right:10px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: #d81111;   
	font-size: 20px;       
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
/* header */
header.header{
	background: url(./header_bg.png) center center no-repeat;
	background-size: cover;
	border-bottom:8px solid #1a5ed7;
}
.header ul.header_nav_list{
	padding: 15px 25px;
	background: rgba(0,0,0,0.1);
	margin-bottom: 10px;
}
.header ul.header_nav_list>li>a{
	color: #fff;
	font-size: 14px;
}
.header ul.header_nav_list>li.line{
	padding: 0 15px;
	color: #fff;
}
.header_left{
	margin-top: 30px;
	text-align: right;
}
.header_left .en_search{
	background: #fff;
	border-radius:5px;
	overflow: hidden;
	display: inline-block;
}
.header_left .en_search input{
	border:none;
	outline: none;
	padding-left: 25px;
	padding-right: 10px;
	background: url(./icon01.png) 7px center no-repeat;
}
.header_left .en_search .btn{
	background: #3c66ba;
	color: #fff;
	outline: none;
}
.header_left .en_search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#bfbfbf;
}
.header_left .en_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#bfbfbf;
}
.header_left .en_search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#bfbfbf;
}
.header_left .en_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#bfbfbf;
}
.header_left .en_search input::-ms-input-placeholder { /* Microsoft Edge */
   color:#bfbfbf;
}
.header_left .navbar{
	margin-bottom: 0;
}
.header_left .main-navigation{
	margin-top: 20px;
}
.header_left .navbar-nav>li>a{
	font-size: 18px;
	color: #fff;
}
.header_left .navbar-nav>li>a:focus,.header_left .navbar-nav>li>a:hover{
	color: #fff;
}
.header_left .navbar-nav>li:hover{
	background: #0046CE;
	transition: all ease-out 0.2s;
}
.header_left .navbar-nav>li.active{
	background: transparent;
}
.header_left .navbar-nav>.active>a,.header_left .navbar-nav>.active>a:focus,.header_left .navbar-nav>.active>a:hover{
	background: transparent;
	color: #fff;
}
.header_left .navbar-nav>.open>a:focus,.header_left .navbar-nav>.open>a:hover,.header_left .navbar-nav>.open>a{
	background: transparent;
	color: #fff;
}
.animated.main-navigation .open .dropdown-menu,
.header_left .open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}
.header_left .open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.header_left .animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
.header_left .dropdown-menu>li>a:focus,.header_left .dropdown-menu>li>a:hover{
	background: #2B6AE6;
}
.header_left .animated.main-navigation .dropdown-menu .dropdown-menu{
	left: 100%;
	top: 0;
	padding:0;
	border-radius:0;
}
.header_left .nav .open>a,.header_left .nav .open>a:focus,.header_left .nav .open>a:hover{
	background: #2B6AE6;
}
.header_left .dropdown-menu{
	background: #0046CE;
	border:none;
	border-radius: 0;
	padding:0;
}
.header_left .dropdown-menu>li{

}
.header_left .dropdown-menu>li>a{
	color: #fff;
	border:none;
	padding:12px 10px;
}
/* header end */
/* main */
.main{
	background: url(./en_bg.png) top center repeat-x;
}
.banner_wrap{
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}
.main .banner{
	padding-top: 30px;
}
.main .banner_list{
	position: relative;
} 
.main .banner_list>a>img{
	width: 100%;
	max-height:450px;
	max-width: 100%;
}
.main .banner_list .tit{
	position: absolute;
	width: 100%;
	bottom:0;
	left: 0;
	padding: 10px 20px;
	background: rgba(52,93,169,0.6);
}
.main .banner_list .tit>a{
	color: #fff;
	display: block;
	width: 80%;
	font-size: 16px;
	line-height: 26px;
}

.banner_right{
	padding:25px 40px;
}
.common_wrap .title{
	background: url(./icon04.png) 0 center no-repeat;
	padding-left: 28px;
	font-size: 28px;
	color: #333;
}
.common_wrap{
	margin-bottom: 20px;
}
.common_wrap .title >a{
	font-size: 16px;
	color: #fff;
	padding: 3px 8px;
	background: #d81111;
}
.banner_list>li{
	padding-left: 28px;
	margin-bottom: 12px;
	background: url(./icon05.png) 0 6px no-repeat;
}
.banner_list>li:last-child{
	margin-bottom: 0;
}
.banner_list>li>a{
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height:28px;
	display: inline-block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.banner_list>li>a:hover{
	color: #3c66ba;
}
.main .switch{
	margin-top: 50px;
}

.switch .switch_tab>li{
	padding: 15px 20px;
	background: #e0e7f5;
}
.switch .switch_tab>li.active{
	background: #3c66ba;
}
.switch .switch_tab>li .bg>i{
	position: absolute;
	width: 13px;
	height: 54px;
	top: -39px;
	right: -32px;
	background: url(./icon07.png) center center no-repeat;
}
.switch .switch_tab>li.active .bg>i{
	background: url(./icon06.png) center center no-repeat;
}
.switch .switch_tab>li:nth-child(2){
	margin:0 33px;
}
.switch .switch_tab>li>span{
	font-size: 24px;
	font-weight: 700;
	color: #333;
}
.switch .switch_tab>li.active>span{
	color: #fff;
}
.switch .switch_tab>li>a{
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 16px;
    color: #fff;
    padding: 3px 8px;
    background: #d81111;
	transform: translateY(-50%);
}
.switch .switch_tab>li.active>a{
	display: block;
}
.switch .switch_con{
	padding: 20px 30px;
	background: #f2f6fc;
}
.switch .swit_cont{
	background: #f2f6fc;
}
.switch .switch_cons{
	display: none;
}
.switch .switch_cons .none{
	font-size: 24px;
}
#jrhd .none{display: none;}
.switch .switch_cons.active{
	display: block;
	min-height: 430px;
}
.switch .switch_con>li.list{
	margin-bottom: 25px;
	transition: all ease 0.25s;
}
.switch .switch_con>li.list:hover{
	background-color: #e6e8ea;
}
.switch .switch_con>li.list:last-child{
	margin-bottom: 0;
}
.switch .switch_con>li.list>.time{
	display: block;
	width: 80px;
	height: 64px;
	background: #3c66ba;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 12px;
}
.switch .switch_con>li.list>.time>i{
	font-size: 14px;
	font-style: inherit;
}
.switch .switch_con.news-switch>li.list>.time{
    display: block;
    width: 80px;
    height: 75px;
    background: #3c66ba;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding-top: 12px;
}
.switch .switch_con.news-switch>li.list>.time>i{
	font-size: 20px;
    font-style: inherit;
    display: block;
    margin-top: 9px;
}
.switch .switch_con .des{
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
}
.switch_con .des .red{
	font-size: 16px;
	color: #d81111;
	font-weight: 700;
}
.switch_con .des .blue{
	font-size: 16px;
	color: #3d67b9;
	font-weight: 700;
}
.switch_con .des .link{
	margin-top: 3px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}
.switch_con .des .link:hover{
	color: #3c66ba;
}
.switch .switch_right{
	padding-left: 35px;
}
.switch .banner_list{
	padding: 17px 20px;
	background: #f2f6fc;
	min-height: 430px;
}
.news .container>.row{
	background: url(./en_news_bg.png) center center no-repeat;
	margin-top: 50px;
	padding: 60px 0;
	background-size:cover;
	margin-bottom:50px;
}
.news .news_list .wrap{
	background: #fafcff;
	padding: 20px;
	transition: all ease 0.25s;
}
.news .news_list .wrap:hover{
	background: #dde3ea;
}
.news .news_list .wrap:hover a{
	color: #3c66ba;
}
.news .news_list .time{
	display: block;
	height: 55px;
	border-right: 1px solid #2e64c5;
	text-align: center;
	font-size: 28px;
	color: #2e64c5;
	padding: 5px 10px 0 0;
}
.news .news_list>li{
	margin-bottom: 30px;
}
.news .news_list>li:nth-child(3),.news .news_list>li:nth-child(4){
	margin-bottom: 0;
}
.news .news_list>li:nth-child(2n-1){
	padding-left:0;
}
.news .news_list>li:nth-child(2n){
	padding-right:0;
}

.news .news_list .time>i{
	color: #666;
	font-size: 14px;
	font-style: inherit;
}
.news .news_list .wrap>a{
	position: absolute;
	left: 98px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #333;
	font-weight: 700;
	line-height:24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .news_list .wrap>a:hover{
	color: #3c66ba;
}
.specil .img_wrap>img{
	width: auto;
	max-width: 100%;
	max-height: 220px;
}
.specil{
	display: flex;
}
.specil .specil_left{
	padding-left: 25px;
	flex: 1;
}
.specil .specil_left span.line{
	display: block;
	width: 35px;
	height: 6px;
	background: #d81111;
}
.specil .specil_left h5.tit{
	font-size: 24px;
	color: #333;
	margin-top: 25px;
}
.specil .specil_left>a{
	border: 1px solid #8694b0;
	display: inline-block;
    padding: 16px 34px;	
    margin-top: 25px;
	background: url(./icon08.png) center center no-repeat;
}
.specil .specil_left>a:hover{
	background-color: #fafcff;
}
/* main end  */
/* footer */
footer{
	padding: 15px 0;
	background: #3c66ba;
}
footer .des{
	padding-top: 33px;
	padding-left: 15px;
}
footer .des>p{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
footer .blue{
	padding-top: 25px;
}
/* footer end */

/* other start */
.article .content{
	background:none;
}
.content{
	padding-top: 30px;
	background: url(./en_bg.png) top center repeat-x;
}
.content .left_aside{
	width: 20%;
	background: #eff4fc;
}
.left_aside .menu_tit{
	background: #2859b1;
	color: #fff;
	font-size: 28px;
	padding: 20px 20px;
}
.left_aside li{
	padding: 18px 20px;
	border-bottom: 1px solid #e0e8f4;
	transition: all ease 0.25s;
}
.left_aside li:hover{
	background: #4b7cd8;
}
.left_aside li:hover >a>span{
	color: #fff;
	background: url(./icon99.png) 0 center no-repeat;
}
.left_aside li.active{
	background: #4b7cd8;
}
.left_aside li>a{
	display: block;
	background: url(./icon10.png) right center no-repeat;
}
.left_aside li.active>a{
	background-image: url(./icon100.png);
}
.left_aside li:hover >a{
	background-image: url(./icon100.png);
}
.left_aside li>a>span{
	font-size: 18px;
	color: #333;
	padding-left: 18px;
	background:url(./icon09.png) 0 center no-repeat;
}
.left_aside li.active>a>span{
	color: #fff;
	background: url(./icon99.png) 0 center no-repeat;	
}
.content .right_cont{
	width: 80%;
	padding-left: 30px;
}
.right_cont .cont_wrap{
	background: #fff;
	padding: 25px 30px;
}
.right_cont  h4.tit{
	font-size: 28px;
	color: #355fb1;
}
.right_cont .cont_detail{
	padding-bottom: 25px;
	border-bottom: 1px solid #cfd8e4;
}
.right_cont .bread{
	padding-top: 5px;
}
.right_cont .bread>a{
	font-size: 16px;
	color: #808080;
}
.right_cont .bread>a:last-child{
	color: #355fb1;
}
.right_cont .bread>span{
	font-size: 16px;
	color: #808080;
}
.right_cont .bread>span.active{
	color: #355fb1;
}
.cont_info .title{
	text-align: center;
	color: #2858b1;
	font-size: 26px;
	margin-top: 25px;
}
.cont_info .info{
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9dfe7;
}
.cont_info .cont{
	padding-top: 15px;
}
.cont_info .info>span{
	color: #7d8fa4;
	font-size: 14px;
}
.cont_info .info>span>i{
	font-style: inherit;
}
.people_item{
	padding-top: 20px;
}
.people_item .people_list{
	width: 16%;
	float: left;
	text-align: center;
}
.people_item .people_list:nth-child(5n-3),.people_item .people_list:nth-child(5n-2),.people_item .people_list:nth-child(5n-1){
	margin-left:25px;
	margin-right:25px;
}
.people_item .people_list:nth-child(5n-4){
	margin-right: 25px;
}
.people_item .people_list:nth-child(5n){
	margin-left: 25px;
}
.people_item .people_list>a{
	display: block;
}
.people_item .people_list img{
	width: 100%;
	max-height: 205px;
}
.people_item .people_list .name{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 10px 0 15px 0;
	border:1px solid transparent;
}
.people_item .people_list .name.died{
	border:1px solid #000;
}
.page{
	text-align: center;
	margin:30px 0 15px 0;
}
.page a{
	border:1px solid #dcdcdc;
	border-radius: 5px;
	font-size: 16px;
	padding: 8px 14px;
	color: #666;
	display: inline-block;
}
.page a.active{
	background: #354a96;
	color: #fff;
}
.recai{
	overflow: hidden;
    padding-bottom: 20px;
}
.recai .box_top{
	background: #f0f3fa;
    padding: 25px 10px;
}
.recai .people-info{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.recai .people-info strong{
	color: #3d65b6;
}
.recai .tem01-people-content{
	padding: 0;
}
.recai .ren_wrap{
	margin-left: 10px;
}
.recai .tem01-people-content>li{
	padding: 15px;
	border: 1px solid #e3e5e8;
}
.recai .tem01-people-content h4.tti{
	background: #f0f3fa;
	padding: 12px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	color: #3c64b3;
    border-left: 4px solid #355fb1;
}
.recai p{
	font-size: 14px;
	line-height: 26px;
}
.content .news_list>li{
	margin-top: 25px;
}
.content .news_list a{
	display: inline-block;
}
.content .news_list a>img{
	width: auto;
	max-width: 100%;
}
.content .news_list a>span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.content .switch .switch_con{
	background: #fff;
	padding: 20px 0;
}
.content .switch .switch_con .none{
	font-size: 24px;
	font-weight: 700;
	display: none;
}
.content .switch .switch_con .des>span{
	display: block;
	margin-top: 5px;
	line-height: 22px;
}
.right_cont .switch_con li.lists{
	padding-left: 20px;
	margin-bottom: 20px;
	background: url(./icon11.png) 0 12px no-repeat;
}
.right_cont .switch_con li.lists:last-child{
	margin-bottom: 0;
}
.switch_con li.lists>a{
	color: #3b4461;
	font-size: 16px;
}
.switch_con li.lists>span.tim{
	color: #7d8fa4;
}
/* other end */
@media (min-width: 992px){
	.switch_con li.lists>a{
		display: inline-block;
	    width: 90%;
	    line-height: 30px;
	}
}
@media (max-width: 991px){
	.switch_con li.lists>a{
		display:block;
	}
	.news .container>.row{
		margin-top:0;
	}
}
.TRS_Editor img{
	max-width: 100%;
}
.TRS_Editor p{
	line-height: 24px;
	margin-bottom: 10px;
}
