@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

img,
fieldset {
    border: 0;
    vertical-align: top;
}

img {
    width: 100%;
}

body {
    background: #F4F4F4;
}

a{
	text-decoration:none
}
/*头部*/

.header {
    height: 2rem;
    width: 100%;
    background: #254C7F;


    display: flex;
    justify-content: space-between;
}

.header * {
    display: inline-block;
}

.header_logo {
    width: 25%;
    padding-left: 0.6rem;
    padding-top: 0.22rem;

}

.header_tel {
    float: right;
    width: 65%;
    vertical-align: middle;
}

.header_tel img {
    width: 0.68rem;
    padding-top: 0.68rem;
}

.header_tel p {
    font-size: 0.64rem;
    color: #fff;
    padding-top: 0.58rem;
}


/*banner*/

.banner {
    width: 100%;
    overflow:hidden;
    position: relative;
}
.swiper-pagination-bullet-active{
    background: #254574 !important;
}


/*服务项目*/

.service {
    background: #fff;
    width: 100%;
}

.service_li {
    width: 3.87rem;
    height: 4.1rem;
    display: inline-block;
    text-align: center;
}

.service_li_img {
    width: 55%;
    text-align: center;
    display: inherit;
    margin-top: 0.45rem;
}

.service_li p {
    font-size: 0.55rem;
    color: #2b2b2b;
    line-height: 1rem;
}


/*sci*/

.sci {
    width: 100%;
    background: #fff;
    margin-top: 0.4rem;
    text-align: center;
}

.sci_img {
    width: 94%;
    padding: 0.6rem 0;
    display: inline-block;
}


/*板块顶部标题*/

.div_title {
    padding-top: 0.5rem;
    /*	padding-bottom: 0.5rem;*/
    padding-left: 0.4rem;
}

.div_title p {
    font-size: 0.7rem;
    font-weight: 600;
    padding-left: 0.2rem;
    border-left: 2px solid #26538A;
    line-height: 0.7rem;
    display: inline-block;
}

.div_more {
    color: #999999;
    font-size: 0.53rem;
    display: inline-block;
    float: right;
    /*margin-top: 0.4rem;*/
    margin-right: 0.7rem;
}


/*服务优势*/

.youshi {
    width: 100%;
    background: #fff;
    margin-top: 0.4rem;
    height: 15rem;
}

.youshi_li {
    width: 46%;
    margin-top: 0.5rem;
    margin-left: 0.4rem;
    display: inline-block;
    float: left;
}

.youshi_li_img {
    width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    overflow: hidden;
}

.youshi_li_img img {
    display: block;
    width: 100%;
    height: 3.42rem;
}

.youshi_li_font {
    text-align: center;
    border: 1px solid #DADADA;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.youshi_li_font1 {
    font-size: 0.62rem;
    color: #2b2b2b;
    padding-top: 0.35rem;
}

.youshi_li_font2 {
    font-size: 0.55rem;
    color: #999999;
    line-height: 0.9rem;
    padding-bottom: 0.35rem;
}



/*编辑团队*/

.item {
    width: 100%;
    background: #fff;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
}

.item_li {
    border: 1px solid #DCDCDC;
    width: 94%;
    margin: 0 auto;
    margin-top: 0.5rem;
    border-radius: 5px;
    overflow: hidden;
    height: 4.5rem;
}

.item_li_img {
    width: 5.6rem;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

.item_li_font {
    float: right;
    width: 8.9rem;
}

.item_li_font1 {
    color: #25538a;
    font-size: 0.69rem;
    font-weight: 600;
    padding-top: 0.4rem;
}

.item_li_font2 {
    color: #2b2b2b;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 0.3rem;
    line-height: 0.9rem;
}



/*学习资源*/

.resource {
    width: 100%;
    background: #fff;
    margin-top: 0.4rem;
    padding-bottom: 0.55rem;
}

.resource_li {
    width: 32%;
    display: inline-block;
    text-align: center;
    margin-top: 0.52rem;
}

.resource_li_img {
    width: 46%;
    display: inline-block;
}

.resource_li_font {
    color: #2b2b2b;
    font-size: 0.57rem;
    margin-top: 0.1rem;
}


/*文献查询*/

.search {
    width: 100%;
    background: #fff;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
}

.search_form {
    margin-top: 0.4rem;
}

.search_form input {
    border: none;
    border-bottom: 1px solid #E4E4E4;
    width: 94%;
    margin: 0 auto;
    height: 1.5rem;
    padding-left: 0.1rem;
    margin-left: 3%;
    font-size: 0.52rem;
}

.search_form .input_year1 {
    width: 43%;
}

.search_form .input_year2 {
    width: 43%;
    margin-left: 0%;
}
.search_form select{
     width: 94%;
     margin-top: 0.6rem;
     padding-left: 0.1rem;
     margin-left: 3%;
     border:none;
     border-bottom: 1px solid #E4E4E4;
     height: 1.4rem;
     background: #fff;
}
.search_form .input_year_z {
    padding: 0 0.2rem;
}

.search_form_button {
    width: 94%;
    border: none;
    color: #fff;
    background: #1391f7;
    margin-left: 3%;
    margin-top: 0.5rem;
    border-radius: 5px;
    height: 1.3rem;
    font-size: 0.58rem;
}



/*晋升政策*/

.jingsheng {
    width: 100%;
    background: #fff;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
}

.jingsheng_li {
    width: 100%;
    color: #2b2b2b;
    line-height: 1.4rem;
    border-bottom: 1px solid #DEDEDE;
    font-size: 0.59rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jingsheng_div {
    margin-top: 0.5rem;
    border-top: 1px solid #DEDEDE;
    width: 96%;
    margin-left: 3%;
}


/*新闻中心*/
.news{
	width: 100%;
    background: #fff;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
}
.news_div{
	margin-top: 0.5rem;
    border-top: 1px solid #DEDEDE;
    width: 96%;
    margin-left: 3%;
}
.news_li{
	 border-bottom: 1px solid #DEDEDE;
	 padding-top: 0.5rem;
	 padding-left: 0.2rem;
	 padding-right: 0.2rem;
	 padding-bottom: 0.5rem;
}

.news_li_font{
	display: inline-block;
	width: 56%;
}
.news_li_title{
	color: #2b2b2b;
	font-size: 0.63rem;
	font-weight: 600;
	line-height: 1.2rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_li_des{
	color: #999999;
	overflow: hidden;

    line-height: 0.9rem;
    font-size: 0.56rem;
    height: 2.7rem;
    width: 100%;
}
.news_li_img{
	width: 6rem;
	float: right;
}
.news_li_img img{
	height: 3.82rem;
}

/*客户评价*/
.discuss{
	width: 100%;
    background: #fff;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
}
.discuss_div{
	margin-top: 0.5rem;
    border-top: 1px solid #DEDEDE;
    width: 96%;
    margin-left: 3%;
}
.discuss_li{
	padding:0 0.3rem;
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: 0.5rem;
	padding-top: 0.1rem;
}
.discuss_user{
	display: inline-block;
	font-size: 0.62rem;
	color: #25538a;
	line-height: 1.4rem;
	font-weight: 600;
}
.discuss_come{
	display: inline-block;
	color: #2b2b2b;
	font-size: 0.62rem;
	margin-left: 1.3rem;
	line-height: 1.4rem;
	font-weight: 600;
}
.discuss_info{
	color: #999999;
	font-size: 0.56rem;
	line-height: 0.8rem;
}


/*合作品牌*/
.friend{
	width: 100%;
    background: #fff;
    margin-top: 0.4rem;
    padding-bottom: 0.5rem;
}
.friend_li{
	width: 3.05rem;
	display: inline-block;
	margin:0.2rem;
	box-shadow: 2px 2px 0 0px #25538a;
	border-radius: 6px;
	border: 1px solid #25538a;
	padding: 0.2rem;
}
.friend_li img{
	width: 100%;
	height: 1rem;
}
.friend_div{
	padding:0 0.1rem;
	margin-top: 0.4rem;
}

/*在线留言*/
.feedback{
	width: 100%;
    margin-top: 0.4rem;
    padding-bottom: 0.7rem;
    text-align: center;
    background: url('/Home/Tpl/Public/image/feedback_bg.png');
}
.feedback_img{
	width: 76%;
	display: inline-block;
	margin-top: 0.7rem;
}

.feedback_form_input{
	width: 10.5rem;
	border: none;
	border: 1px solid #E2E2E2;
	height: 1.15rem;
	border-radius: 3px;
	margin-top: 0.4rem;
	padding-left: 1.6rem;
}
.feedback_form label{
	position: relative;
}
.feedback_form img{
	width: 0.9rem;
	position:absolute;
	left:0.3rem;
	top:-0.1rem;
}

.feedback_form_textarea{
	height: 2.5rem;
	padding-top: 0.2rem;
}
#feedback_mes img{
	top:-2.1rem;
}

.feedback_form button{
	width: 76%;
	margin-top: 0.3rem;
	border: none;
	background: #E1443B;
	color: #fff;
	border-radius: 0.6rem;
	font-size: 0.53rem;
	line-height:1.2rem;
}

/*脚步*/
.footer{
	background: #254B7F;
	padding-bottom: 0.6rem;
	padding-top:0.3rem;
	position: relative;
	margin-bottom: 2.5rem;
}
.footer_left{
	padding-left: 0.7rem;
	padding-top: 0.4rem;
}
.footer_left img{
	width: 1.25rem;
	display: inline-block;
}
.footer_left p{
	color: #fff;
	font-size: 0.54rem;
	display: inline-block;
	line-height: 1.3rem;
	padding-left: 0.1rem;
}
.footer_right{
	position: absolute;
	top:0.2rem;
	right: 0.5rem;
}
.footer_right p{
	color: #fff;
	font-size: 0.5rem;
	line-height:1rem;
}

.footer_right img{
	width: 2.8rem;
}

/*<!-- 底部浮动 -->*/
.foot_fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 2.5rem;
    background: #1898fd;
    z-index: 99999999;
}

.foot_fixed_div {
    width: 32.6%;
    text-align: center;
    color: #fff;
    padding-top: 0.35rem;
    display: inline-block;
}

.foot_fixed_div img {
    width: 24%;
    padding-bottom: 0.1rem;
}

.foot_fixed_div p {
    font-size: 0.53rem;
}





/*详情页样式*/

/*面包屑*/
.position{
    padding-left: 0.5rem;
}
.position img{
    width: 0.52rem;
    display: inline-block;
    padding-top: 0.25rem;
    padding-right: 0.1rem;
}
.position p{
    display: inline-block;
    color: #333333;
    font-size: 0.56rem;
    line-height: 1.05rem;
}



/*内容*/
.content{
    background: #fff;
    min-height: 16.7rem;
    padding:0.3rem 0.4rem;
    margin-bottom: 0.3rem;
}
.content img{
    width: auto;
    max-width: 100%;
}
.cat_name{
    background: #fff;
    border-bottom: 1px solid #D6D6D6;
}
.cat_name p{
    font-size: 0.72rem;
    color: #ffb636;
    font-weight: 600;
    margin-left: 0.6rem;
    line-height: 1.5rem;
    display: inline-block;
    border-bottom: 2px solid #ffb636;
    padding:0 0.1rem;
}

.side {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
}
.side fieldset {
    border: none;
    border-top: 2px solid #254C7F;
}
.side fieldset legend {
    font-size: 0.76rem;
    color: #254C7F;
    margin: 0 auto;
    padding: 0 1rem;
}
.side .side_div .side_li {
    background: #fff;
    display: inline-block;
    color: #333;
    font-size: 0.58rem;
    border-radius: 2rem;
    padding: 0.2rem 0.45rem;
    margin-left: 0.34rem;
    border: 1px solid #E0E0E0;
    margin-top: 0.4rem;
}
.side .side_div .side_li_on {
    background: #254C7F;
    color: #fff;
    border: 1px solid #254C7F;
}
/*编辑团队详情*/
.content .avatar{
    text-align: center;
    margin-top: 0.4rem;
}
.content .avatar img{
    width: 5.6rem;
}

.content .name{
    line-height: 1.3rem;
    font-size: 0.68rem;
}
.content .itemdes{
    font-size: 0.58rem;
    padding:0 0.5rem;
    line-height: 1rem;
    color: #333333;
    text-indent: 1.2rem;
}


/*编辑团队列表*/
.item_content{
    background: #fff;
    padding-top:0.1rem; 
    padding-bottom: 0.6rem;
}


/*学习资源详情*/
.content .detail_title{
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding:0 0.2rem;
}
.content .detail_time{
    color: #666666;
    font-size: 0.56rem;
    padding:0 0.2rem;
    margin-bottom: 0.46rem;
}
.content .detail_des{
    padding:0.2rem 0.4rem;
    color: #333333;
    font-size: 0.53rem;
    background: #E5F0FD;
    line-height: 0.98rem;
}
.content .detail_des span{
    color: #25538a;
    font-size: 0.53rem;
    font-weight: 600;
}
.content .detail_content{
   margin-top: 0.5rem;
   padding:0 0.2rem;
}


/*分页样式*/
.pages{
    text-align: center;
    line-height: 1.4rem;
    font-size: 0.53rem;
}
/*新增头部样式*/

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu {
    float: right;
    font-size: 1.3rem;
    margin: .3rem;
    color: #fff;
}
.glyphicon-list:before {
    content: "\e056";
}
@font-face {
    font-family:'Glyphicons Halflings';src:url(../font/glyphicons-halflings-regular.eot);src:url(../font/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../font/glyphicons-halflings-regular.woff2) format('woff2'),url(../font/glyphicons-halflings-regular.woff) format('woff'),url(../font/glyphicons-halflings-regular.ttf) format('truetype'),url(../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
/*侧边导航*/

.nav-right-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2999;
    overflow: scroll;
}
.nav-right-content {
    position: absolute;
    top: 0;
    right: -800px;
    width: 60%;
    background-color: white;
    text-align: center;
    list-style: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background-color: #fff;
    padding-top: 3rem;
    min-height: 100%;
}

.nav-right-content>li:nth-child(1) {
}
.nav-right-content>li:not(:nth-child(1)) {
}
.nav-right-content>li {
    color: black;
    text-align: left;
    padding-left: 1.8em;
    line-height: 2.5rem;
    border-bottom: 1px solid #CCC;
}
.nav-right-content>li>a {
    color: #000;
    font-size: 0.7rem;
    display: block;
}
.nav-right-content>li>a>strong {
    margin-left: 1.26rem;
    font-size: 1.96rem;
}
.nav-right-content>li:nth-last-child(1) {
    color: white;
}
.nav-right-content>li>img {
    width: 80%;
}
.li-hide{
    display: none;
}

.nav-right-content li .layui-nav-child {
    display: none;
    color: #fff;
}

.nav-layui-nav-child dd{
    line-height: 2.6rem;
    color: #fff;
    font-size: 0.6rem;
}
.nav-layui-nav-child a dd {
    color: #000;
    margin-left: 1em;
}
.nav-layui-nav-child{
    display: none;
}
