*{
    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;
}
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;
}
.clear:after{
	content:"";
	display: block;  
	clear: both;
}

.common_tit{
	background: url(titbg01.png) center center no-repeat #6789DA;
	padding:0 14px 0 22px;
	background-size: cover;
	position: relative;
}
.common_tit>span{
	font-size: 20px;
    font-weight: 800;
    color: #fff;
    border-top: 4px solid #CA3434;
    padding: 13px 0px 17px 0;
    display: inline-block;
}
.common_tit>a{
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 54px;
}
.common_tit>a:hover{
	text-decoration: underline;
}
.common_tit>.tit_tab{
	float: left;
}
.common_tit>.line{
	float: left;
	padding:17px 16px;
	color: #fff;
}
/*.common_tit>.tit_tab:before{
	content: '|';
	display: block;
	float: left;
	padding:17px 16px;
	color: #fff;
}*/
.common_tit>.tit_tab:first-child:before{
	display: none;
}
.common_tit>.tit_tab>a.span{
	font-size: 20px;
    font-weight: 800;
    color: #fff;
    border-top: 4px solid transparent;
    padding: 13px 0px 17px 0;
    display: block;
    float: left;
    line-height: inherit;
    position:inherit;
}
.common_tit>.tit_tab>a.span span{
	padding:0 15px;
}
.common_tit>.tit_tab>a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 54px;
	position: absolute;
	right: 14px;
	display: none;
}
.common_tit.first>.tit_tab:first-child,.common_tit.second>.tit_tab:first-child{
	padding-right: 26px;
	background: url(icon14.png) center right no-repeat;
}
.common_tit.first>.tit_tab:last-child,.common_tit.second>.tit_tab:last-child{
	padding-left: 26px;
	background: url(icon14.png) center left no-repeat;
}

.common_tit>.tit_tab.active>a{
	display: inline-block;
}
/*.common_tit>.tit_tab.active>a:hover{
	color: #CA3434;
	text-decoration: underline;
}*/
.common_tit>.tit_tab>a.link:hover{
	text-decoration: underline;
}
.common_tit>.tit_tab.active>a.span{
	border-color:#CA3434;
}
.common_tit>.tit_tab:nth-child(2)>a>span{
	padding: 10px 0px 14px 0;
	position: relative;
	margin:0 26px;
}
.common_tit>.tit_tab:nth-child(2).active>a>span{
	border-top: 4px solid #CA3434;
}
.common_tit>.tit_tab:nth-child(2).active>a.span{
	border-color: transparent;
}
.common_tit>.tit_tab.active>.kong{
	position: relative;
}
.common_tit>.tit_tab.active>.kong:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 46px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 8px solid #fff;
}

/* start */
.llwus{
	background:url(body_bg.png) top center no-repeat #F0F6FF;
}
/* webheader start */
.webheader .header_top{}
.webheader .header_nav{
	float: right;
	line-height: 36px;
	padding-top: 5px;
}
.webheader .header_nav>li{
	float: left;
	color: #fff;
}
.webheader .header_nav>li.line{
	padding:0 10px;
}
.webheader .header_nav>li>a{
	color: #fff;
	font-size: 14px;
}
.webheader .header_nav>li>a:hover{
	color: #CA3434;
}

.webheader .header_nav>li.search_btn{
	position: relative;
	height: 36px;
	width: 36px;
	margin-left: 25px;
}
.webheader .header_nav>li.search_btn input[type="text"]{
	background: #0942B8;
	color: #fff;
	height: 36px;
	border:none;
	outline: none;
	padding: 0 15px;
	border-radius: 36px;
	position: absolute;
	right: 0;
	width: 36px;
	z-index: 1;
	transition: all ease-out 0.2s;
}
.webheader .header_nav>li.search_btn>.btn{
	display: inline-block;
	z-index: 9;
	position: absolute;
	right: 0;
	width: 36px;
	height: 36px;
	border-radius:50%;
	background: url(icon01.png) center center no-repeat #0942B8;
}
.webheader .header_bottom{
	padding-bottom: 8px;
	transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-o-transform: translateY(-15px);
}
.webheader .header_bottom .row{
	position: relative;
}
.webheader .header_bottom span.fr{
	position: absolute;
	right: 0;
	bottom: 0;
}
/* webheader end */


/* webnav start */
.webnav {
	background: rgba(0,70,206,0.6);
	max-width: 1920px;
	margin:0 auto;
}
.webnav .navbar-default{
	background: transparent;
	margin-bottom: 0;
	border:none;
}
.webnav .navbar-nav>li{
	padding: 0 22.5px;
}
.webnav .navbar-nav>li>a{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	font-weight: bold;
	font-family: \5FAE\8F6F\96C5\9ED1;
	padding: 18px 0;
}
.webnav .navbar-default .navbar-nav>li>a:focus,.webnav .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.webnav .navbar-default .navbar-nav>li:hover{
	background: #0046CE;
	transition: all ease-out 0.2s;
}
.webnav .navbar-default .navbar-nav>li.active{
	background: transparent;
}
.webnav .navbar-default .navbar-nav>.active>a,.webnav .navbar-default .navbar-nav>.active>a:focus,.webnav .navbar-default .navbar-nav>.active>a:hover{
	background: transparent;
	color: #fff;
	border-bottom: 4px solid #CA3434;
	padding: 18px 0 14px 0;
}
.webnav .navbar-default .navbar-nav>.active.open>a,.webnav .navbar-default .navbar-nav>.active.open>a:focus,.webnav .navbar-default .navbar-nav>.active.open>a:hover{
	padding:18px 0 14px 0;
}
.webnav .navbar-default .navbar-nav>.open>a:focus,.webnav .navbar-default .navbar-nav>.open>a:hover,.webnav .navbar-default .navbar-nav>.open>a{
	background: transparent;
	color: #fff;
	padding:18px 0;
}
.webnav .navbar-default .navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.webnav .dropdown-menu{
	background: #0046CE;
	border:none;
	border-radius: 0;
	padding:0;
}
.webnav .dropdown-menu>li{

}
.webnav .dropdown-menu>li>a{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	border:none;
	padding:13px 10px;
}
.animated.main-navigation .open .dropdown-menu,
.webnav .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;
}
.webnav .open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.webnav .animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
.webnav .dropdown-menu>li>a:focus,.webnav .dropdown-menu>li>a:hover{
	background: #2B6AE6;
}
.webnav .animated.main-navigation .dropdown-menu .dropdown-menu{
	left: 100%;
	top: 0;
	padding:0;
	border-radius:0;
}
.webnav .nav .open>a,.webnav .nav .open>a:focus,.webnav .nav .open>a:hover{
	background: #2B6AE6;
}
/* webnav end */

/* webflex start */
.webflex{
	margin-top: 25px;
}
.webflex .flex_cont{
	float: right;
	width: 454px;
}
.webflex .flex_item{
	margin-top: 13px;
}
.webflex .flex_item>li{
	padding-bottom: 9px;
	border-bottom: 1px dashed #E1E1E1;
	margin-bottom: 15px;
	position: relative;
}
.webflex .flex_item>li:last-child{
	margin-bottom: 0;
}
.webflex .flex_item>li>span{
	display: block;
	float: left;
	width: 70px;
	height: 62px;
	color: #CA3434;
	font-size: 20px;
	padding-top: 10px;
	font-weight: 700;
	background: url(titbg02.png) center center no-repeat #fff;
	text-align: center;
	border-right: 1px solid #CA3434;
	font-family: 'Roboto-Bold, Roboto';
}
.webflex .flex_item>li>span>b{
	display: block;
	color: #444;
	padding-top: 5px;
	font-size: 16px;
}
.webflex .flex_item>li>p{
	float: left;
	margin-left: 8px;
	width: 375px;
	height: 62px;
	position: relative;
}
.webflex .flex_item>li>p>a{
	font-size: 16px;
	color: #444;
	line-height: 26px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	
}
.webflex .flex_item>li>p>a:hover{
	color: #CA3434;
}
/* webflex end */

/*  webnew start */
.webnew{
	margin-top: 25px;
}
.webnew .news_wrap{
	background: #fff;
	padding:19px 20px;
}
.webnew .news_tab{
	width: 860px;
	float: left;
}
.webnew .news_cont{
	margin-top: 23px;
	display: none;
}
.webnew .news_cont .none{
	font-weight: 600;
	font-size: 18px;
}
#jrhd .none{
	display: none;
}
.webnew .news_cont.active{
	display: block;
}
.webnew .news_cont>li{
	margin-bottom: 33px;
}
.webnew .news_cont>li:last-child{
	margin-bottom: 0;
}
.webnew .news_cont>li>span.time{
	color: #CA3434;
	display: block;
	float: left;
	width: 62px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto-Bold, Roboto';
}
.webnew .news_cont>li>span.time>b{
	background: #CA3434;
	color: #fff;
	font-size: 16px;
	display: block;
	margin-top: 5px;
	padding: 2px 0;
}
.webnew .news_cont>li .info{
	float: left;
	margin-left: 10px;
	height: 48px;
	width: 90%;
	position: relative;
}
.webnew .info .info_cont{
	position: absolute;
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.webnew .info .info_cont .red{
	color: #CA3434;
	font-size: 14px;
	font-weight: 700;
}
.webnew .info .info_cont .blue{
	color: #01388C;
	font-size: 14px;
	font-weight: 700;
}
.webnew .info .info_cont .bom{
	font-size: 16px;
	font-weight: 700;
	color: #444444;
	margin-top: 5px;
	display: inline-block;
}
.webnew .info .info_cont .bom:hover{
	color: #CA3434;
}
.webnew .new_fixd{
	float: right;
	width: 454px;
}
.webnew .news_item{
	margin-top: 20px;
	display: none;
}
.webnew .news_item.active{
	display: block;
}
.webnew .news_item>li{
	margin-bottom: 14px;
}
.webnew .news_item>li>p{
	position: relative;
	padding-left: 25px;
	color: #a1a1a1;
	font-size: 14px;
	font-family: 'Roboto-Bold, Roboto';
}
.webnew .news_item>li>a{
	padding: 0 25px;
	font-size: 16px;
	font-weight: 700;
	color: #444444;
	display: inline-block;
	margin-top: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
.webnew .news_item>li>a:hover{
	color: #CA3434;
}
.webnew .news_item>li>p.time:before{
	content: '';
	position: absolute;
	top: 6.5px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 6px;
	background: #CA3434;
}
.webnew .news_item>li:last-child{
	margin-bottom: 0;
}
.webnew .news_cont>li>a.cont{
	display: inline-block;
	float: left;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #444;
	font-weight: 700;
}
.webnew .news_cont>li>a.cont:hover{
	color: #CA3434;
}
.webnew .news_cont>li>a.cont>b{
	color: #CA3434;
	font-size: 16px;
	font-weight: 700;
}
.webnew .news_cont>li>span.tim{
	float: right;
	color: #a1a1a1;
	font-size: 14px;
	font-family: 'Roboto-Bold, Roboto';
}
.webnew .news_cont>li.news_bot{
	margin-bottom: 20px;
}
/*  webnew end */


/*  webother start */
.webother{
	margin-top: 36px;
	margin-bottom: 40px;
}
.webother .other_wrap{
	background: #E0EBFF;
	padding:30px 22px;
}
.webother .other_left{
	width: 906px;
	float: left;
}
.webother .other_special{
	margin-bottom: 20px;
}
.webother .other_special>li{
	margin-right: 15px;
	float: left;
	width: 215px;
}
.webother .other_special>li:last-child{
	margin-right: 0;
}
.webother .other_special>li .hovereffect{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.webother .other_special>li .hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.webother .other_special>li .hovereffect:hover img {
  	-webkit-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
}
.webother .other_special>li .hovereffect img {
  	display: block;
  	position: relative;
  	-webkit-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.webother .other_special>li .hovereffect a.info {
  	display: inline-block;
  	text-decoration: none;
  	padding: 7px 14px;
  	text-transform: uppercase;
  	color: #fff;
  	border: 1px solid #a1a1a1;
  	background-color: transparent;
  	opacity: 0;
  	line-height: 50px;
  	font-size: 18px;
  	filter: alpha(opacity=0);
  	-webkit-transform: scale(1.5);
  	-ms-transform: scale(1.5);
  	transform: scale(1.5);
  	-webkit-transition: all 0.4s ease-in-out;
  	transition: all 0.4s ease-in-out;
  	font-weight: normal;
  	height: 85%;
  	width: 85%;
  	position: absolute;
  	top: 8%;
  	left: 8%;
}
.webother .other_special>li .hovereffect:hover a.info {
  	opacity: 1;
  	filter: alpha(opacity=100);
  	-webkit-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
  	background-color: rgba(0,0,0,0.2);
}
.webother .other_special .hovereffect:hover .overlay {
  	background-color: rgba(170,170,170,0.5);
}
.webother .other_fun>li{
	float: left;
	width: 151px;
	height: 100px;
	background: #346FDE;
	position: relative;
	border-right: 1px dashed #AACAE7;
}
.other_special>h4{
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}
.other_special>h4>a{
    font-size: 20px;
    font-weight: 800;
    color: #01388C;
}
.other_special .special_more{
    float: right;
    font-size: 14px;
    color: #0046ce;
}
.other_special>h4:before{
    content: '';
    width: 7px;
    display: inline-block;
    height: 20px;
    background: #DA0E0E;
    position: absolute;
    left: 0px;
    top: 2px;
}
.webother .other_fun>li:last-child{
	border:none;
}
.webother .other_fun>li>a{
	position: relative;
	display:block;
	height: 100%;
	text-align: center;
	padding-top: 26px;
}
.webother .other_fun>li>a>img{
	position: relative;
	display: block;
	margin:0 auto;
	max-height: 32px;
	-webkit-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	transform: scale(1.1);
  	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.webother .other_fun>li:hover{
	background: #5d87d6;
	transition: all ease-in-out 0.3s;
}
.webother .other_fun>li:hover >a>img{
	-webkit-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
  	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.webother .other_fun>li>a>span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-top: 12px;
}
.webother .other_right{
	width: 340px;
	float: right;
}
.webother .other_right .img_wrap{
	width: 169px;
	display: block;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.webother .other_right .overlay{
	width: 100%;
  	height: 100%;
  	position: absolute;
  	overflow: hidden;
  	top: 0;
  	left: -20px;
  	text-align: center;
  	opacity: 0;
  	background: rgba(0,0,0,0.2);
}
.webother .other_right .overlay>a{
	color: #fff;
	font-size: 18px;
	line-height: 230px;
	display: block;
	width: 100%;
	height: 100%;
}
.webother .other_right .img_wrap:hover .overlay{
	opacity: 1;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.webother .other_right .img_wrap>img{
	width: auto;
	max-width: 100%;
	max-height: 230px;
}
.webother .learn{
	width: 170px;
	float: right;
}
.webother .learn>h4{
	position: relative;
	padding-left: 18px;
}
.webother .learn>h4>a{
	font-size: 20px;
	font-weight: 800;
	color: #01388C;
}
.webother .learn>h4:before{
	content: '';
    width: 7px;
    display: inline-block;
    height: 20px;
    background: #DA0E0E;
    position: absolute;
    left: -1px;
    top: 2px;
}
.webother .learn .learn_del{
	margin-top: 26px;
	padding-left: 18px;
}
.webother .learn_del>h5{
	margin-bottom: 11px;
}
.webother .learn_del>h5>a{
	font-size: 16px;
	font-weight: 700;
	color: #444444;
	line-height: 22px;
}
.webother .learn_del>h5>a:hover{
	color: #CA3434;
}
/*  webother end */

/* footer start */
footer{
	background: url(footerbg01.png) center center repeat-x;
	padding: 31px 0 37px 0;
}
.footer_wrap>a.llwls_logo{
	display: block;
	float: left;
	width: 110px;
}
.footer_wrap>a.llwls_logo>img{
	width: auto;
	max-width: 100%;
	max-height: 110px;
}
.footer_wrap .webinfo{
	float: left;
	margin-left: 46px;
	position: relative;
	padding: 12.5px 0;
}
.footer_wrap .foot_link>li{
	float: left;
}
.footer_wrap .foot_link>li>a{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.footer_wrap .foot_link>li>a:hover{
	text-decoration: underline;
}
.footer_wrap .foot_link>li.line{
	color: #fff;
	padding: 0 20px;
}
.footer_wrap .foot_info{}
.footer_wrap .foot_info>p{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
}
.footer_wrap .foot_info>p>a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.footer_wrap .foot_info>p>a:hover{
	text-decoration: underline;
}
.footer_wrap .foot_right{
	float: right;
	line-height: 110px;
}
.footer_wrap .foot_right a{
	display: inline-block;
}
.footer_wrap .foot_right a:first-child{
	margin-right: 65px;
}
.right_fixed{
	position: fixed;
	top: 350px;
	left: 50%;
	margin-left: 700px;
}
.right_fixed .fixed_wrap{}
.right_fixed .common{
	width: 55px;
	height: 55px;
	border-radius: 3px;
	margin-top: 8px;
	background: #2E64C5;
	padding: 8px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.right_fixed .common.wx>img:first-child{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.right_fixed .common>a{
	color: #fff;
	font-size: 14px;
}
.right_fixed .wx>img:last-child{
	width: 1px;
	max-width: 150px;
	position: absolute;
	left: -290%;
	top: 0%;
	transition: all ease-out 0.2s;
}
.right_fixed .wx:hover img:last-child{
	width: auto;
	top: -85%;
	transition: all ease-out 0.3s;
}
.right_fixed .top>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
} 
/* footer end */

/* Ã§Â»â€ Ã¨Â§Ë†Ã©Â¡Âµ webcont start */
.webcont{
	margin-top: 25px;
}
.webcont .column_pic{
	position: relative;
}
.webcont .column_pic h4{
	font-size: 35px;
	font-weight: 700;
	color: #FFFFFF;
	position: absolute;
	bottom: 50px;
	left: 35px;
}
.webcont .column_pic>img{
	width: auto;
	max-width: 100%;
}
.webcont .column_cont{
	background: #E0EBFF;
}
.webcont .menu{
	width: 267px;
	float: left;
	padding:10px 0 10px 20px;
}
.webcont .menu .meun_list{}
.webcont .meun_list>li>a{
	font-size: 17px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	color: #01388C;
	padding: 0 20px 0 0;
	border-left: 2px solid transparent;
}
.webcont .meun_list>li.active>a{
	background-color: #F8FBFF;
	background-image: url(icon09.png);
	background-repeat: no-repeat;
	background-position: 210px center;
	border-left: 2px solid #CA3434;
	transition: none;
}
.webcont .meun_list>li:hover>a{
	background-color: #F8FBFF;
	background-image: url(icon09.png);
	background-repeat: no-repeat;
	background-position: 210px center;
	border-left: 2px solid #CA3434;
	transition: border ease-in-out 0.2s;
}
.webcont .meun_list>li.active>a>span{
	border-bottom:1px solid transparent;1075
}
.webcont .meun_list>li>a>span{
	border-bottom:1px solid #fff;
	display: inline-block;
	width: 100%;
	padding: 15px 0 15px 15px;
}
.webcont .cont{
	background: #fff;
	float: left;
	width: 1113px;
	min-height: calc(50vh);
}
.webcont .cont .title{
	font-size: 20px;
	font-weight: 800;
	color: #444444;
	padding-left: 40px;
}
.webcont .cont .title>span{
	padding:16px 0;
	display: inline-block;
	border-top:4px solid #CA3434; 
}
.webcont .cont .cont_tab{
	margin-left: 40px;
	background: #EBEFF9;
}
.webcont .cont_tab>li{
	float: left;
}
.webcont .cont_tab>li.active>a{
	background: #CA3434;
	color: #fff;
}
.webcont .cont_tab>li>a{
	display: inline-block;
	padding: 13px 16px;
	font-size: 17px;
	font-weight: 800;
	color: #444;
}
.webcont .cont_tab>li:hover>a{
	background: #CA3434;
	color: #fff;
}
.webcont .content{
	margin-top: 20px;
	padding:0 40px 30px;
}
/* Ã§Â»â€ Ã¨Â§Ë†Ã©Â¡Âµ webcont end */
.webcont .detail_info{
	text-align: center;
	margin-bottom: 30px;
}
.webcont .detail_info h4.tit{
	font-size: 22px;
	color: #444;
	font-weight: 700;
}
.webcont .detail_info .info{
	margin-top: 20px;
}
.webcont .info span{
	color: #949494;
	font-size: 14px;
	border-right: 1px solid #949494;
	padding: 0 15px;
}
.webcont .info span:last-child{
	border:none;
}
.webcont .info span>i{
	font-style: initial;
}
.webcont .info span>i.big,.webcont .info span>i.small,.webcont .info span>i.case{
	cursor: pointer;
}
.webcont .info span>i.active{
	color: #1943A3;
}
.webcont .detail_do{
	margin-top:30px;
	padding:0 30px 30px 0px;
	border-bottom:1px dashed #DCE7EF;
}
.webcont .detail_do>span{
	color:#444;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
.webcont .detail_do .prog{
	/*float: left;*/
	/*padding-left:20px;*/
	/*background: url(icon11.png) left center no-repeat;*/
}
.webcont .detail_do .next{
	/*float: right;*/
	/*padding-right:20px;*/
	/*background: url(icon10.png) right center no-repeat;*/
	margin-top:10px;
}
.webcont .fujian{
	margin-top: 20px;
	padding:0 30px;
}
.webcont .fujian .download{
	background: url(icon12.png) 0 0 no-repeat;
	padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.webcont .fujian .download>span{
	color: #444444;
	font-size: 16px;
	display: block;
	float: left;
}
.webcont .fujian .download>.download_item{
	float: left;
}
.webcont .fujian .download>.download_item>li{
	margin-bottom: 10px;
	padding-left: 10px;
}
.webcont .fujian .download>.download_item>li>a{
	color: #3C61C2;
	font-size: 16px;
}

.webcont .list{}
.webcont .list>li{
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.webcont .list>li>span{
	float: right;
	font-size: 16px;
}
.webcont .list>li.li:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 4px;
	background: #CA3434;
	left: 0;
	top: 10px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.webcont .list>li.line{
	height: 1px;
	border-bottom:1px dashed #d5d5d5;
}
.webcont .list>li>a{
	font-size: 16px;
    color: #444;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.webcont .list>li:nth-child(5n){
	padding-bottom: 20px;
	border-bottom: 1px dashed #acacac;
}
.webcont .list>li>a:hover{
	color: #CA3434;
}
.webcont .page_wrap{
	text-align: center;
}
.webcont .page{
	margin-top: 15px;
	display: inline-block;
}
.webcont .page>a{
	border:1px solid #cacaca;
	padding: 5px 10px;
	display: inline-block;
	float: left;
	border-right: 0;
	color: #387eb9;
}
.webcont .page>a.over{
	border-right:1px solid #cacaca;
}
.webcont .page>span{
	float: left;
	color: #387eb9;
	border:1px solid #cacaca;
	border-right: none;
	padding: 5px 10px;
}
.webcont .page>span.active{
	background: #327ab7;
	color: #fff;
	border:none;
	padding:6px 11px;
	border-right: none;
}
.webcont .page>span.all{
	border:none;
}
/* Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Ë†â€”Ã¨Â¡Â¨ */
.webcont .list>li.list_img{
	width: 329px;
	padding: 0;
	float: left;
	margin-right: 22px;
	margin-bottom: 40px;
}
.webcont .list>li.list_img a.img{
	display: inline-block;
	height: 202px;
	max-height: 202px;
	overflow: hidden;
	width: 100%;
}
.webcont .list>li.list_img a.img:hover>img{
	opacity: 0.9;
	transform: scale(1.0);
	-ms-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
}
.webcont .list>li.list_img:nth-child(3n){
	margin-right: 0;
}
.webcont .list>li.list_img img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all ease-in-out 0.4s;
}
.webcont .list>li.list_img a.list_name{
	display: block;
	margin-top: 15px;
}
.webcont .list>li.list_img a.list_name>h6{
	font-size: 16px;
	color: #444;
	line-height: 22px;
	text-align: center;
}
/* Ã¥â€ºÂ¾Ã¦â€“â€¡Ã¥Ë†â€”Ã¨Â¡Â¨ */
.webcont .list>.list_tw{
	padding-left: 0;
	margin-bottom: 40px;
}
.webcont .list_tw a.tw_left{
	display: block;
	width: 231px;
	height: 142px;
	float: left;
	overflow: hidden;
}
.webcont .list_tw a.tw_left>img{
	height: 100%;
	width: auto;
	max-width: 100%;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all ease-in-out 0.4s;
}
.webcont .list_tw a.tw_left:hover>img{
	opacity: 0.9;
	transform: scale(1.0);
	-ms-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
}
.webcont .list_tw .tw_right{
	padding-left:20px;
	width: 75%;
	float: left; 
}
.list_tw .tw_right .tw_tit{
	display: block;
	font-size: 18px;
	color: #444;
	font-weight: 600;
	line-height: 25px;
	padding-top: 5px;
	transition: all ease-in-out 0.2s;
}
.list_tw .tw_right .tw_tit:hover{
	color: #CA3434;
}
.list_tw .tw_right .tw_des{
	margin-top: 12px;
	color: #979797;
	line-height: 26px;
}
.list_tw .tw_right .time{
	display: block;
	margin-top: 12px;
	color: #979797;
}
/* Ã§Â¼â€“Ã¨Â¾â€˜Ã¦Â¡â€ Ã¦Â Â·Ã¥Â¼Â */
.TRS_Editor img{
	max-width: 100%;
}

/* å­¦æœ¯æ´»åŠ¨ åˆ—è¡¨ */
.content .cont_list{
	margin-top: 23px;
}
.content .cont_list .none{
	font-weight: 600;
	font-size: 18px;
}
.content .cont_list.active{
	display: block;
}
.content .cont_list>li{
	padding: 20px 24px;
}
.content .cont_list>li:nth-child(2n){
	background: #F7F8FA;
}
.content .cont_list>li:last-child{
	margin-bottom: 0;
}
.content .cont_list>li>span.time{
	color: #CA3434;
	display: block;
	float: left;
	width: 62px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto-Bold, Roboto';
}
.content .cont_list>li>span.time>b{
	background: #CA3434;
	color: #fff;
	font-size: 16px;
	display: block;
	margin-top: 5px;
	padding: 2px 0;
}
.content .cont_list>li .info{
	float: left;
	margin-left: 10px;
	height: 48px;
	width: 85%;
	position: relative;
}
.content .info .info_cont{
	position: absolute;
	position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.content .info .info_cont .top span{
	border:none;
}
.content .info .info_cont .red{
	color: #CA3434;
	font-size: 14px;
	font-weight: 700;
}
.content .info .info_cont .blue{
	color: #01388C;
	font-size: 14px;
	font-weight: 700;
}
.content .info .info_cont .bom{
	font-size: 16px;
	font-weight: 700;
	color: #444444;
	margin-top: 5px;
	display: inline-block;
}
.content .info .info_cont .bom:hover{
	color: #CA3434;
}
.detail_infos{}
.detail_infos .top_info{
	margin-bottom: 14px;
}
.detail_infos .top_info .time{
	color: #CA3434;
	display: block;
	float: left;
	width: 62px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto-Bold, Roboto';
}
.detail_infos .top_info .time b{
	background: #CA3434;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 5px;
    padding: 2px 0;
}
.top_info .mask{
	font-size: 40px;
	font-weight: 800;
	color: #CA3434;
	line-height: 56px;
	margin-left: 32px;
}
.detail_infos .muttle_info{
}
.detail_infos .muttle_info .li{
	margin-bottom: 14px;
}
.detail_infos .muttle_info .li table{
	width: 100% !important;
}
.detail_infos .muttle_info .li span.spc{
	font-size: 19px;
	font-weight: 800;
	color: #444;
	line-height: 24px;
}
.detail_infos .muttle_info .li span.title{
	font-size: 19px;
	font-weight: 400;
	color: #444444;
	line-height: 22px;
	padding-left: 20px;
}
.detail_infos .muttle_info .li #content{
	margin-top: 15px;
}
.detail_infos .muttle_info .li span>i{
	font-style: inherit;
	color: #CA3434;
	margin-right: 6px;
}
/* å­¦æœ¯æŠ¥å‘Šè¯¦æƒ… */
/* 人才库细览 */
#content .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 .tem01-people-content{
	padding: 0;
}
.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: #082675;
    border-left: 3px solid #082675;
}
#content .recai p{
	font-size: 14px;
	line-height: 26px;
}
@media(max-width:768px){
	.webheader .header_nav>li.line{
		display: none!important;
	}
	.webheader .header_nav>li{
		display: block!important;
		margin-left: 10px;
	}
}