/*头部*/

.header_bg {
	height: 322px;
	position: relative;
	background: url(/22/images/banner_bg2.jpg) no-repeat center;
	background-size: 100% 100%;
}

.logo img {
	margin-top: 0px;
}

.in_header {
	width: 800px;
	height: 84px;
	margin-top: 60px;
	position: relative;
	left: -80px;
}


/*导航*/

nav {
	position: relative;
}

.in_nav {
	height: 50px;
}


/*首屏*/

.con_ban {
	position: relative;
	padding-top: 380px;
}

.in_ban {
	position: absolute;
	top: -70px;
}

.ban_l {
	width: 820px;
	height: 370px;
	padding: 30px;
}

.ban_r {
	width: 260px;
	height: 390px;
	padding: 20px;
}

.ban_picture {
	width: 532px;
}

/*banner*/

.dsf-bck1 {
	height: 630px;
	background: #f3f1f0 url(/22/images/banner.jpg) center no-repeat;
	background-size: cover;
}

.dsf-bck1-top {
	width: 1200px;
	height: 78px;
	line-height: 78px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}

.dsf-bck1-top .nav {
	display: inline-block;
	float: right;
	width: 63%;
}

.dsf-bck1-top .nav a {
	font-size: 16px;
	color: #000;
}

.dsf-bck1-t {
	    text-align: center;
    margin-top: 150px;
    overflow: hidden;
}

.dsf-bck1-t h4 {
	font-size: 24px;
	font-weight: 400;
	color: #555;
}

.dsf-bck1-t h1 {
	margin: 5px 0 10px 0;
	font-size: 50px;
}

.dsf-bck1-t p {
	font-size: 18px;
	color: #333;
}

.dsf-bck1-t i:after {
	margin: 0 20px;
	content: "/";
	font-size: 18px;
}


/*首页新增搜索开始*/

.dsf-bck1-serach {
	margin-top: 30px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    /* background: #fff; */
    padding: 40px 0 40px 38px;
    /* margin-top: -80px; */
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(48,144,253,.13);
    background-color: #fff;
    position: relative;
    top: 150px;
}

.dsf-bck1-serach form {
	height: 56px;
	overflow: hidden;
	width: 684px;
	display: inline-block;
}

.dsf-bck1-serach form input {
	font-size: 18px;
	padding-left: 20px;
}

.dsf-bck1-serach input::-webkit-input-placeholder {
	color: #333;
}

.dsf-bck1-serach input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333;
}

.dsf-bck1-serach input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333;
}

.dsf-bck1-serach input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #333;
}

.dsf-bck1-serach .dltext {
	display: inline-block;
	border-top-left-radius: 3px;
	border: none;
	outline: none;
	border-bottom-left-radius: 3px;
	width: 684px;
	padding: 18px 5px 18px 20px;
	height: auto;
	line-height: 1;
	background-color: #3c69a212;
	color: #333;
}

.dsf-bck1-serach>a {
	width: 150px;
	height: 56px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin-left: -4px;
	line-height: 56px;
	color: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden;
	background-color: #024881;
	letter-spacing: 2px;
}

.dsf-bck1-serach>a:hover {
	background-color:#ff741e;
}

.dsf-bck1-serach>div.dsf-bck1-rs {
	    font-size: 14px;
    margin-top: 12px;
    color: #777;
    text-align: left;
    width: 835px;
    /* text-align: center; */
    margin: 12px auto 0 auto;
}

.dsf-bck1-serach>div.dsf-bck1-rs a {
	color: #777;
	padding:0 5px 0 10px;
}

.dsf-bck1-serach>div.dsf-bck1-rs a:hover {
	color: #11acde;
}


/*首页新增搜索结束*/


/*国内学术*/

.specialty-con {
	margin: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:20px;
}

.specialty-left {
	/* background: rgba(85, 85, 85, 0.08); */
	width: 20%;
	/* padding-bottom: 14px; */
	/* float: left; */
}

.specialty-pic {
	background: url(/22/images/fw1.jpg) no-repeat 0 0;
	/* width: 314px; */
	height: 220px;
	/* margin: 13px auto 0; */
	padding-top: 30px;
	background-size: cover;
}
.specialty-pic2 {
    background: url(/22/images/fw2.jpg) no-repeat 0 0;
    background-size: cover;
}
.specialty-pic-h4 {
	height: 76px;
	/* text-indent: -9999px; */
	text-align: center;
	font-size: 35px;
	line-height: 123px;
	color: #fff;
}

.specialty-pic-btn {
	background: #024881;
	width: 140px;
	height: 43px;
	border-radius: 1px;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 24px auto 0;
	box-shadow: 3px 3px 9px rgba(38, 38, 38, 0.3);
	cursor: pointer;
	line-height: 43px;
	text-align: center;
}
.specialty-pic-btn:hover{
	color: #fff;
	background: #ff741e;
}

.specialty-ul {
	width: 278px;
	background: #fff;
	margin: 13px auto 0;
	padding: 12px 18px;
}

.specialty-ul>li {
	list-style: none;
	overflow: hidden;
}

.specialty-icon {
	background: #a5a5a5;
	width: 2px;
	height: 2px;
	float: left;
	margin-top: 12px;
}

.specialty-word {
	float: left;
	font-size: 12px;
	color: #727272;
	line-height: 26px;
	margin-left: 4px;
}

.specialty-word:hover {
	color: #fe763c;
}

.specialty-a {
	float: right;
	font-size: 12px;
	color: #fe763c;
}

.specialty-right {
	/* background: rgba(85, 85, 85, 0.08); */
	/* width: 756px; */
	/* float: right; */
	/* padding: 13px 12px; */
	width: 79%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.economic {
	width: 23.5%;
	/* float: left; */
	margin-right: 10px;
	border: 1px solid #4d87b7;
	/* padding: 10px; */
}

.economic-h5 {
	background: url(/22/images/economic-h2.jpg) no-repeat 0 0;
	/* width: 234px; */
	height: 62px;
	font-size: 20px;
	color: #fff;
	line-height: 62px;
	font-weight: normal;
	text-align: center;
}

.economic-ul {
	border: #3778ae 1px solid;
	overflow: hidden;
	padding: 18px 0 18px 46px;
}

.economic-ul li {
	list-style: none;
	width: 74px;
	float: left;
}

.economic-ul li:nth-child(even) {
	margin-left: 18px;
}

.economic-a {
	font-size: 12px;
	color: #727272;
	line-height: 26px;
}

.economic-a:hover {
	color: #fe763c;
}

.dsf-bck2 {
	overflow: hidden;
	padding: 40px 0 0px 0;
}

.specialty-right .lb_bt {
	width: 76%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.specialty-right .lb_lm {
	font-size: 12px;
	color: #999;
	width: 20%;
}

.specialty-right ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3px;
}

.specialty-right ul {
	padding: 10px;
}

.economic1 .economic-h5 {
	background: url(/22/images/economic-h3.jpg) no-repeat 0 0;
}

.economic2 .economic-h5 {
	background: url(/22/images/computer-h3.jpg) no-repeat 0 0;
}

.economic3 .economic-h5 {
	background: url(/22/images/building-h3.jpg) no-repeat 0 0;
}


/*广告位*/

.recommend {
	background: url(/22/images/recommend-bg.jpg) no-repeat 0 0;
	background-size: cover;
	margin: 10px auto;
	overflow: hidden;
	padding: 30px 0;
}
.recommend2{
	background: url(/22/images/recommend-bg2.jpg) no-repeat 0 0;
	background-size: cover;
}
.recommend-con {
	width: 1132px;
	margin: 0 auto;
	overflow: hidden;
}

.recommend-left {
	width: 270px;
	float: left;
}

.recommend-middle {
	/*width: 558px;
	height: 67px;
	float: left;*/
	margin: 16px 0 0 26px;
	font-size: 30px;
	color: #333;
	line-height: 67px;
	text-align: center;
}

.recommend-middle h2{
	padding: 0;
}
h2.titbiti strong{
	color: #ff741e;
}

.recommend-btn {
	background: #fe763c;
	width: 140px;
	height: 43px;
	border: #a16146 1px solid;
	border-radius: 1px;
	display: block;
	float: left;
	margin: 28px 0 0 66px;
	font-size: 18px;
	color: #fff;
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.recommend-left p {
	background: url(/22/images/recommend-title.png)no-repeat top center;
	color: #fff;
	font-size: 22px;
	display: block;
	background-size: 100% 100%;
	text-align: center;
	height: 100px;
	line-height: 100px;
}

.recommend-right p {
	background: url(/22/images/recommend-title.png)no-repeat top center;
	color: #fff;
	font-size: 22px;
	display: block;
	background-size: 100% 100%;
	text-align: center;
	height: 100px;
	line-height: 100px;
}

.recommend-right {
	width: 270px;
	float: right;
}


/*理由*/

.why {
	background: url(/22/images/why-bg.jpg) no-repeat center 0;
	background-size: cover;
	margin: 50px auto;
}

.why-con {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

.why-title {
	/*background: url(/22/images/why-title.png) no-repeat center 0;*/
	/* height: 111px; */
	font-size: 20px;
	color: #686868;
	font-weight: normal;
	text-align: center;
	line-height: 1;
}

.why-list {
	overflow: hidden;
	margin: 40px 0 0 0;
}

.why-list>ul>li {
	list-style: none;
	background: url(/22/images/why-circle.png) no-repeat 0 0;
	width: 170px;
	height: 130px;
	float: left;
	padding-top: 40px;
	margin-left: 106px;
	cursor: pointer;
	/* margin-top: 33px; */
}

.why-list>ul>li:nth-child(1),
.why-list>ul>li:nth-child(6) {
	margin-left: 0;
}

.why-icon {
	background: url(/22/images/why-icon.png) no-repeat 0 0;
	width: 62px;
	height: 58px;
	display: block;
	margin: 0 auto;
}

.why-icon-back2 {
	background-position: 0 -58px;
}

.why-icon-back3 {
	background-position: 0 -116px;
}

.why-icon-back4 {
	background-position: 0 -174px;
}

.why-icon-back5 {
	background-position: 0 -232px;
}

.why-icon-back6 {
	background-position: 0 -290px;
}

.why-icon-back7 {
	background-position: 0 -348px;
}

.why-icon-back8 {
	background-position: 0 -406px;
}

.why-icon-back9 {
	background-position: 0 -464px;
}

.why-h3 {
	font-size: 20px;
	color: #fff;
	line-height: 1;
	text-align: center;
	font-weight: normal;
	margin: 12px 0 0 0;
}

.why-h3-last {
	font-size: 20px;
	color: #f4f710;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
	margin: 12px 0 0 0;
}

.why-list>ul>li:hover {
	background-position: 0 -170px;
}


/****期刊推荐****/

.qktj_bg {
	/*padding: 80px 0px 30px;*/
}

.qktj_tit {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.qktj_tit h3 {
	display: block;
}

.qktj_tit h3 a {
	color: #c30d23;
}

.qktj_tit h3 b {
	display: block;
	opacity: .10;
	color: #000;
	font-size: 56px;
}

.qktj_tit span a {
	display: inline-block;
	margin-top: 80px;
	font-size: 14px;
	background: url(/22/images/ico_03.png) left center no-repeat;
	padding-left: 24px;
}

.qklef {
	overflow: hidden;
}

.sub_qktit {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	padding: 0px 50px;
	display: flex;
	justify-content: space-around;
}

.sub_qktit span {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 120px;
	border: 1px solid #666;
	border-radius: 3px;
}

.sub_qktit span a {
	display: block;
	color: #666;
}

.sub_qktit .act {
	background: #000;
}

.sub_qktit .act a {
	color: #fff;
}

.qksub {
	margin-bottom: 10px;
}

.qklist {
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.qklist:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
}

.qklist li {
	float: left;
	width: 268px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	background: #fff;
	border: 1px solid #eee;
}

.qklist li img {
	width: 110px;
	height: 150px;
	float: left;
	margin: 10px 10px 10px 10px;
}

.qklist li .img_r {
	float: left;
	width: 132px;
}

.img_r h5 a {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: bold;
	margin: 10px 0 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.img_r h5 a:hover {
	color: #c30d23;
}

.img_r p {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.img_r p font {
	margin: 0px 5px;
	color: #f00;
}

.img_r span {
	display: block;
}

.img_r span a {
	display: inline-block;
	width: 120px;
	height: 30px;
	background: #fff;
	border: 1px solid #024881;
	color: #024881;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
}

.img_r span a:hover {
	color: #c30d23;
}

.img_r p.col {
	color: #024881;
}

.img_r span a:hover {
	background: #024881;
	color: #fff;
}

.more {
	text-align: center;
}

.more a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #024881;
	border-radius: 3px;
	padding: 0px 50px;
	line-height: 60px;
	margin: 40px 20px;
}

.more a:hover {
	box-shadow: 0px 0px 10px rgba(8, 100, 93, .7);
	color: #fff;
	text-decoration: none;
}


/*论文范文*/

.tjlw {
	overflow: hidden;
}

.types {
	background-color: #fff;
	display: block;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.types h2 {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #f5f7fa;
	height: 50px;
	line-height: 50px;
}

.types h2 strong {
	float: left;
	font-size: 18px;
	color: #024881;
	margin-left: 20px;
}

.types h2 strong:before {
	content: "";
	display: inline-block;
	height: 16px;
	width: 4px;
	margin-right: 10px;
	background-color: #024881;
	position: relative;
	top: 2px;
}

.types h2 span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	margin-right: 20px;
}

.types h2 span a {
	color: #999;
}

.types h2 i {
	float: left;
	margin-left: 20px;
}

.types h2 i a {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	margin-right: 10px;
}

.types h2 i a:hover {
	color: #009FFA;
}

.ty3 {
	float: right;
	width: 25%;
	margin-top: 10px;
}

.types ul {
	display: block;
	overflow: hidden;
	padding: 20px;
}

.types ul li {
	list-style: none;
	display: block;
	overflow: hidden;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	width: 100%;
}

.types ul li:nth-child(even) {
	margin-right: 30px;
}

.types.ty1 ul li a {
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 35px;
	color: #666;
}

.types.ty2 ul li a {
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	color: #666;
}

.types .ff {
	float: left;
	margin-right: 10px;
}

.types ul li a:hover {
	color: #f49329;
}

.types ul li i {
	font-size: 12px;
	font-style: normal;
	float: right;
	COLOR: #999999;
	line-height: 35px;
	width: 75px;
}

.types ul li em a {
	COLOR: #269fef;
}

.ty3 ul li {
	margin-right: 10px;
	width: 100%;
}

.ty3 ul li a {
	color: #666;
}

.types ul li span.s1 {
	float: left;
	font-size: 12px;
	margin-top: 9px;
	margin-right: 8px;
	margin-bottom: 4px;
	line-height: 23px;
	COLOR: #FFFFFF;
	background-color: #FEC513;
	padding-left: 6PX;
	padding-right: 6PX;
	height: 20px;
	overflow: hidden;
}

.types ul li span.s2 {
	float: left;
	font-size: 12px;
	margin-top: 9px;
	margin-right: 8px;
	margin-bottom: 4px;
	line-height: 23px;
	COLOR: #FFFFFF;
	background-color: #00b2b8;
	padding-left: 6PX;
	padding-right: 6PX;
	height: 20px;
	overflow: hidden;
}

.ty2 {
	width: calc(100%/2 - 22px);
	float: left;
	margin-top: 25px;
	margin-right: 20px;
}

.tjlw .types {
	border: 1px solid #eaeaea;
}


/*八大服务*/

.programme {
	background: url(/22/images/programme-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0 50px 0;
	overflow: hidden;
}

.programme-title {
	background: url(/22/images/programme-title.png) no-repeat 0 0;
	width: 803px;
	height: 68px;
	margin: 0 auto;
	padding: 108px 0 0 52px;
}

.programme-title>p {
	font-size: 20px;
	line-height: 32px;
	color: #686868;
}

.programme-con>ul>li {
	background: url(/22/images/programme-con.png) no-repeat 0 0;
	list-style: none;
	width: 23%;
	float: left;
	text-align: center;
	padding: 0 20px 0 0;
	margin-bottom: 30px;
}

.programme-con>ul>li:first-child {
	margin-left: 0;
}

.programme-con>ul>li.one {
	background: url(/22/images/programme-con1.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.programme-con>ul>li.two {
	background: url(/22/images/programme-con2.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.programme-p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 16px auto 0;
	padding: 0 20px;
	height: 100px;
}

.programme-btn {
	background: #024881;
	width: 160px;
	height: 50px;
	border: none;
	display: block;
	margin: 28px auto 0;
	font-size: 18px;
	color: #fff;
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.3);
	line-height: 50px;
}

.programme-con>ul>li a:hover,.programme-con>ul>li:nth-child(odd)>.programme-btn:hover{
	background: #fff;
}

.programme-con>ul>li:nth-child(odd)>.programme-btn {
	background: #b54b4b;
}
.programme-con>ul>li h3{
	margin-top: 60px;
	color: #fff;
	font-size: 18px;
}


/*友链*/
.dyobck11{padding:10px 5px 10px 25px; margin:0 auto 48px auto;margin: 48px auto;border: 1px solid #eee;padding: 20px;}
.dyobck11 h5{margin:0 auto 10px auto; font-size:14px; font-weight:400;}
.dyobck11 li{width:130px; height:30px; line-height:30px; float:left;}
.dyobck11 a{font-size:12px; color:#333;}
.dyobck11 a:hover{color:#f61730;}


.gnxs{
	margin: 50px auto;
}

 /*侧边栏*/
.dliside {
	    width: 120px;
    height: 554px;
    position: fixed;
    top: 115px;
    right: 5px;
    z-index: 99;
    background: url(/images/tanchbj.png)no-repeat top center;
}

.dliside a {
	    display: block;
    width: 100%;
    margin-bottom: 13px;
    background: url(/images/tanchl.png)no-repeat top center;
    border-radius: 5px;
    height: 51px;
    line-height: 49px;
    text-decoration: none;
    transition: all 0.15s ease-out;
    transform: scale(1);
}

.dliop1 b{
	padding-left: 5px;
	color: #f9df03;
}

.dliside a:hover {
	transform: scale(1.1, 1.1);
	color: #f9df03;
}

.dliside .dide2 {
	position: relative;
    top: 4px;
}
.dliside .dide3 {
	position: relative;
    top: 3px;
}
.dliside .dide6 {
	position: relative;
    top: -2px;
}
.dliside .dide7 {
	position: relative;
    top: -2px;
}
.dliside .dide8 {
	position: relative;
    top: -3px;
}

.dliside .dide2,.dliside .dide4,.dliside .dide6,.dliside .dide8{
	    background: url(/images/tanchh.png)no-repeat top center;
}

.dliop1 {
	display: block;
	padding: 5px 2px 0 2px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.dliop2 {
	display: none;
	text-align: center;
	line-height: 60px;
}

.dliside a:hover .dliop2 {
	display: block;
}

.theme-box {
	height: 30px;
	margin: 10px auto;
	line-height: 30px;
}

.theme-box a {
	padding: 5px 10px;
	margin: 0 10px;
	color: #fff;
	background-color: #01af63;
	border: 1px solid #01af63;
}

.theme-box a:hover {
	text-decoration: none;
}

.theme-box a.touch {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}

.dliside img {
	display: block;
	margin: 0 auto;
}

.gao{
	margin-top: 48px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.dliside{
		display: none;
	}
}
 /*侧边栏*/
