@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #555;
    padding: 0;
    margin: 0;
}

div, form, img, ul, li, dl, dt, dd, p, input, button, span, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, li {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

.tc {
    text-align: center
}

.red {
    color: #FF4400;
}

.mr10 {
    margin-right: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr100 {
    margin-right: 100px;
}

.mt20 {
    margin-top: 20px;
}

.w1200 {
    width: 1202px;
    margin: 0 auto;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #FF4400;
}

.hide {
    display: none;
}

.hr_1 {
    border-color: white;
    opacity: 0.2;
}

.h10 {
    height: 10px;
    display: block;
    overflow: hidden;
}

.h20 {
    height: 20px;
    display: block;
    overflow: hidden;
}

.h50 {
    height: 50px;
    display: block;
    overflow: hidden;
}

a#go_top {
    display: block;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(34, 25, 25, 0.2);
    cursor: pointer;
    float: left;
    overflow: hidden;
    padding: 5px 5px 5px 10px;
    background: #666;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 0px;
    width: 28px;
    z-index: 999;
    margin-right: 25px;
}

a#go_top img {
    display: block;
    margin-top: -48px;
}


/*******nav********/
.nav_bg {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 5px;
}

.nav_bg .logo {
    position: relative;
    left: 0;
    top: 15px;
}

.nav_bg .logo .txt {
    height: 18px;
    right: 5px;
    top: 55px;
    position: absolute;
    color: #666;
}

.nav_bg .navlink {
    position: relative;
    padding-top: 50px;
}

.nav_bg .navlink li {
    float: left;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: relative;
    height: 50px;
    width: 94px;
    margin: 0 5px;
    font-weight: 700;
}

.nav_bg .navlink li a {
    color: #333;
    display: block;
    width: 105px;
    margin: 0 5px;
}

.nav_bg .navlink li a:hover {
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #FF4400;
    display: block;
    width: 105px;
}

.nav_bg .navlink li ul {
    position: absolute;
    background: #00b7ee;
    z-index: 999;
}

.nav_bg .navlink li ul li {
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 115px;
    margin: 0 0px;
    float: none;
    border-top: 1px solid #fff;
}

.nav_bg .navlink li ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 115px;
    margin: 0 0;
}

.nav_bg .navlink li ul li a:hover {
    color: #fff;
    background: #0ea4e0;
    border-bottom: none;
    width: 115px;
    margin: 0 0;
    text-align: center;
}

.nav_bg .navlink li:hover ul.menua2 {
    display: block;
}

.menua2 {
    top: 50px;
    display: none;
    left: 0;
}

.nav_bg .navlink li i {
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    right: 0;
    top: 23px;
    border-color: #FF4400 transparent transparent transparent;
}

/* banner-box */

.banner-box {
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.banner-box .bd {
    width: 100% !important;
}

.banner-box .bd li .m-width {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.banner-box .bd li {
    width: 100% !important;
    height: 480px;
}

.banner-box .bd li a {
    display: block;
    background-size: auto;
    width: 100%;
    height: 628px;
}

.banner-btn {
    width: 1100px;
    position: absolute;
    top: 238px;
    left: 50%;
    margin-left: -548px;
}

.banner-btn a {
    display: block;
    width: 48px;
    height: 44px;
    top: 0;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.banner-btn a.prev {
    left: 20px;
    background: url(../img/foot.png) no-repeat 0 4px;
}

.banner-btn a.next {
    right: 20px;
    background: url(../img/foot.png) no-repeat -49px 4px;
}

.banner-box .hd {
    position: absolute;
    top: 320px;
    left: 537px;
}

.banner-box .hd ul li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-indent: -9999px;
    margin-right: 10px;
    background: #c5c5c5;
    float: left;
    cursor: pointer;
}

.banner-box .hd ul li.on {
    background: #1170b1;
}

/**********msg**********/
.msg {
    width: 100%;
    height: 100px;
    margin: 0px auto;
    background-color: #eeeeee;
}

.msg p {
    font-size: 30px;
    color: #4c4c4c;
    padding-top: 28px;
}

.msg p span.shuzhi {
    font-size: 38px;
    border-radius: 4px;
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0px 2px;
    font-family: Arial;
    font-weight: 100;
    color: #fff;
}

.msg p i {
    font-style: normal;
    color: #fd4100;
    font-weight: bold;
}

.msg p a {
    display: inline-block;
    width: 180px;
    background-color: #fd4100;
    font-size: 30px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.msg p a:hover {
    background-color: #EB3E02;
}

/*解决方案开始*/
.client {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

.new-client {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
    z-index: 15;
}

.new-client > a {
    display: block;
    width: 37px;
    height: 105px;
    position: absolute;
    top: 290px;
    background-image: url(../img/arr.png);
    background-repeat: no-repeat;
}

a.client-prev {
    left: 0;
    background-position: 0 0;
}

a.client-next {
    right: 0;
    background-position: -41px 0;
}

.new-client-tit {
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.new-client-tit p.title {
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.new-client-tit p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
    height: auto;
    overflow: hidden;
}

.new-client-item {
    width: 1100px;
    height: 400px;
    margin: 0px auto 0;
    padding-top: 40px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.new-client-item ul {
    width: 200%;
    height: 358px;
    overflow: hidden;
    position: absolute;
    left: 0;
    padding-top: 5px;
}

.new-client-item ul.last {
    top: 214px;
}

.new-client-item ul li {
    *display: inline;
    *zoom: 1;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    display: inline-block;
    float: left;
    height: 346px;
    margin: 0 18px;
    width: 235px;
    border-radius: 4px;
}

.new-client-item ul li a {
    text-decoration: none;
}

.new-client-item ul li:hover {
    box-shadow: 0px 0px 5px rgba(134, 134, 134, 0.8);
}

.client-item-img {
    width: 85px;
    height: 85px;
    margin: 40px auto 0px;
}

.client-item-img img {
    display: block;
    width: 85px;
    height: 85px;
    margin: 0px auto;
    position: relative;
    border: 0;
}

.client-item-img img.img3 {
    width: 188px;
    height: 143px;
}

.client-item-tit {
    width: 200px;
    line-height: 26px;
    font-size: 14px;
    margin: 0 auto;
}

.item-tit {
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
}

.item-tit p, .item-tit img {
    display: inline-block;
}

.item-tit p {
    font-size: 40px;
    font-weight: bold;
}

.item-tit-text {
    width: 180px;
    margin: 0px auto;
    color: #515151;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    height: 66px;
}

.item-tit-text a:hover {
    color: #666;
}

.client-date {
    color: #666;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    position: relative;
}

.know_more {
    color: #515151;
    text-decoration: underline !important;
    white-space: nowrap;
}

.client-date a p {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 2px;
    margin-left: 15px;
    border-radius: 20px;
    text-align: center;
    width: 88px;
    background-color: #f06541;
    padding: 4px 4px;
}

.client-date a img {
    position: relative;
    top: 3px;
    left: 4px;
}

/*期刊征稿*/
.case {
    width: 100%;
    min-width: 1200px;
    height: 1095px;
    background-color: #fcfcfc;
    margin-top: -10px;
    overflow: hidden;
}

.layout_2 {
    width: 1200px;
    margin: 0px auto;
}

.textshow_2 {
    text-align: center;
    max-width: 635px;
    margin: 0px auto;
}

.textshow_2 h3 {
    color: #333;
    font-size: 40px;
    padding-top: 50px;
    font-weight: bold;
}

.textshow_2 p {
    padding: 8px 0px 5px;
    color: #727272;
    line-height: 150%;
    font-size: 14px;
    padding-bottom: 40px;
}

.layout_3 {
    width: 1200px;
    margin: 0px auto;
}

.casewapper {
    width: 1200px;
    height: 440px;
    clear: both;
}

.case li {
    display: inline;
    zoom: 1;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    display: inline-block;
    position: relative;
    float: left;
    height: 268px;
    width: 183px;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.case li:nth-child(6n) {
    margin-right: 0;
}

.case li:hover {
    box-shadow: 0px 0px 5px rgba(134, 134, 134, 0.8);
}

.case li .caseimg img {
    width: 142px;
    height: 210px;
    padding: 0px;
    margin-top: 14px;
}

.casetext {
    padding: 10px;
}

.casetext h4 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding-top: 0px;
    font-weight: bold;
    text-align: center;
}

.casetext p.desc {
    padding: 0px;
    color: #999;
    line-height: 20px;
    font-size: 12px;
    height: 45px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}

.casetext p.title {
    padding: 8px 0px 5px;
    color: #999;
    line-height: 23px;
    font-size: 12px;
    margin-left: 10px;
}

.visit {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}

.visit a {
    color: #f06541;
    line-height: 150%;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 10px;
}

.btnclass {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 30px;
}

.btnclass button {
    border-color: #a4b0be;
    border-width: 1px;
}

.btnclass button:hover {
    background-color: #f0f1f5 !important;
    border-color: #a4b0be;
}

.btnclass button:active {
    opacity: 0.7 !important;
    background-color: #f0f1f5 !important;
    border-color: #a4b0be;
}

a.btna {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 85px;
    height: 35px;
    border-radius: 20px;
    border-width: 1px;
    border: 1px solid #a4b0be;
    margin: 0px auto;
    text-align: center;
    color: #666;
}

a.btna p {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
}

a.btna.loginbtn {
    width: 56px;
    height: 24px;
    margin-top: 2px;
}

a.btna:hover {
    background-color: #f06541;
    color: #fff;
}

/*期刊征稿结束*/
/*论文发表+课教专服务*/
.focus_bg {
    background-color: #fcfcfc;
}

.focus {
    width: 100%;
    padding-bottom: 50px;
}

.focuslayout {
    width: 1200px;
    margin: 0px auto;
}

.focustextshow {
    text-align: center;
    margin: 0px auto;
    position: relative;
    left: 0px;
}

.focustextshow h3 {
    color: #333;
    font-size: 40px;
    padding-top: 60px;
    font-weight: 600;
    margin: 0px;
}

.focustextshow p {
    padding: 0px 0px 5px;
    color: black;
    line-height: 150%;
    margin-top: 5px;
    font-size: 14px;
}

.focusbutton ul {
    margin-top: 40px;
}

.focusbutton ul li {
    display: inline-block;
    margin-left: 15px;
}

.focusbutton ul li a.btna {
    width: 100px;
    height: 34px;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

.focusbutton ul li a.btna:hover {
    background-color: #99a2a8;
}

.focusbutton ul li a.btna p {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    color: #666;
    font-weight: bold;
}

.focusbutton ul li a.btna p:hover {
    color: white;
}

.focuscontent .focuscontent_1 {
    text-align: center;
    margin-top: 30px;
}

.focusimg img {
    width: 380px;
    height: 200px;
}

.focusfl ul li {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.focusfl ul li:first-child {
    margin-left: 0;
}

.focusfl ul li .focustxt {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 380px;
    height: 0px;
    text-align: center;
    bottom: 0px;
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px;
    font-weight: 600;
    color: #f1f1f1;
}

.focusfr {
    width: 1200px;
}

.focusfr ul li {
    float: left;
    width: 360px;
    padding-left: 20px;
    margin-right: 30px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-size: 14px;
    background: url(../img/indexicon.png) 0px 5px no-repeat;
    border-bottom: 1px solid #eeeeee;
    margin-top: 5px;
    text-align: left;
}

.focusfr li:nth-child(3n) {
    margin-right: 0;
}

.focusfr ul li a {
    height: 26px;
    overflow: hidden;
    display: block;
}

.item_1, .item_2, .item_3, .item_4, .item_5, .item_6 {
    border-bottom: 1px solid #eeeeee;
    display: inline-block;
    margin-left: 50px;
    margin-top: 5px;
    width: 320px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    left: -10px;
}

.focusfr .item_7 a.btna {
    width: 150px;
    height: 34px;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    margin-top: 30px;
}

.focusfr .item_7 a.btna:hover {
    background-color: #99a2a8;
}

.focusfr .item_7 a.btna p {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    color: #99a1a7;
    text-align: center;
}

.focusfr .item_7 a.btna p:hover {
    color: white;
}

/********首页底部服务*******/
.warrant {
    width: 100%;
    height: 215px;
    overflow: hidden;
    margin: auto;
}

.warrant .warrant-lst {
    height: auto;
    overflow: hidden;
    padding: 50px 0 32px;
    margin-top: 20px;
    width: 1000px;
    margin: auto;
    border-bottom: #EAE7E7 1px solid;
}

.warrant .warrant-lst ul li {
    width: 25%;
    height: 120px;
    float: left;
}

.warrant .warrant-lst ul li .img {
    width: 100%;
    height: 60px;
    text-align: center;
}

.warrant .warrant-lst ul li span {
    width: 60px;
    height: 60px;
    background-position: -3px -68px;
    background-repeat: no-repeat;
    display: inherit;
    margin: 0 auto;
}

.warrant .warrant-lst ul li .img .img1 {
    background-image: url(../img/aboutimg01.png);
}

.warrant .warrant-lst ul li .img .img2 {
    background-image: url(../img/aboutimg02.png);
}

.warrant .warrant-lst ul li .img .img3 {
    background-image: url(../img/aboutimg03.png);
}

.warrant .warrant-lst ul li .img .img4 {
    background-image: url(../img/aboutimg04.png);
}

.warrant .warrant-lst ul li p {
    text-align: center;
    color: #909090;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 2px;
}

.warrant .warrant-lst ul li p b {
    color: #999;
    font-size: 30px;
    font-weight: bold;
    font-family: Impact;
}

.warrant .warrant-item {
    width: 320px;
    height: 66px;
    overflow: hidden;
    padding-right: 12px;
}

.warrant .warrant-img {
    width: 53px;
    height: 66px;
    border: 1px solid #fff;
}

.warrant .warrant-img:hover {
    border: 1px solid #FA914D;
}

.warrant .warrant-text {
    width: 250px;
    height: 66px;
    font-size: 14px;
    padding-top: 10px;
}

.warrant .warrant-text a:hover {
    color: #f06541;
}

.warrant .warrant-img img {
    display: block;
    width: 53px;
    height: 66px;
    border: 0;
}

/******友情链接******/
.new-links {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    background-color: #fcfcfc;
    margin-top: -10px;
}

.new-links-lst {
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    width: 1020px;
    margin: auto;
    margin-top: 30px;
}

.new-links-lst a {
    color: #666;
    line-height: 32px;
    height: 35px;
    padding: 0px 8px;
    float: left;
    min-width: 145px;
    margin-right: 7px;
    text-align: left;
    display: block;
    border-left: 1px solid #E6E6E6;
    font-family: Arial;
    font-size: 16px;
}

.new-links-lst a:hover {
    color: #f06541;
}

/*footer*/
.footer {
    width: 100%;
    min-width: 1200px;
    background-color: #f06541;
    height: 340px;
}

.footerlayout {
    max-width: 1360px;
    min-width: 1050px;
    margin: 0px auto;
    padding: 0px 10px;
    height: 335px;
    background-color: #f06541;
}

.footercontent {
    text-align: center;
}

.footercontent div {
    display: inline-block;
    vertical-align: top;
}

.footercontent ul {
    text-align: left;
    position: relative;
    left: -70px;
    margin-left: 90px;
    margin-top: 50px;
}

.footercontent ul li h4 {
    color: #fff;
}

.footercontent ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
}

.footercontent ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.footercontent ul li a:hover {
    text-decoration: underline;
}

.footercontent .content_6 {
    position: relative;
}

.footercontent .content_6 .wx_hzqb {
    background-image: url(../img/wx_hzqb.png);
    width: 100px;
    height: 100px;
    left: 78px;
    top: 230px;
    position: absolute;
}

.footercontent .content_6 .wx_wfx {
    background-image: url(../img/wx_wfx.png);
    width: 100px;
    height: 100px;
    right: -22px;
    top: 230px;
    position: absolute;
}

.footercontent .content_6 ul {
    display: inline-block;
    width: 168px;
}

.footercontent .content_6 ul li {
    display: inline-block;
    width: 150px;
    padding-left: 45px;
    margin-bottom: 10px;
}

.footercontent .content_6 ul li.footer_tel {
    background: url(../img/footer_tel.png) no-repeat;
}

.footercontent .content_6 ul li.footer_tel01 {
    background: url(../img/footer_tel01.png) no-repeat;
}

.footercontent .content_6 ul li.footer_phone {
    background: url(../img/footer_phone.png) no-repeat;
}

.footercontent .content_6 ul li.footer_qq {
    background: url(../img/footer_qq.png) no-repeat;
}

.footercontent .content_6 ul li.footer_wx {
    background: url(../img/footer_wx.png) no-repeat;
}

/*二维码开始*/
.content_7 {
    margin-top: 50px;
}

.content_7 p {
    color: #fff;
    padding-top: 8px;
    font-size: 12px;
}

.content_7 img {
    width: 100px;
    height: 100px;
}

/*二维码结束*/
.copyright {
    width: 700px;
    margin: 30px auto 0px;
}

.copyright p {
    display: inline-block;
    text-align: center;
    width: 600px;
    line-height: 22px;
}

.copyright p.p1 {
    color: #f1f1f1;
}

.copyright p.p2 {
    color: #f1f1f1;
}

.tongji_con {
    text-align: center;
    color: #fff;
    margin-right: 85px;
}

.tongji_con .imgjs {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../img/footer_ico.png);
}

.tongji_con .js1 {
    background-position: 85px 113px;
}

.tongji_con .js2 {
    background-position: 85px 91px;
}

.tongji_con .js3 {
    background-position: 85px 67px;
}

/*footer end */

/********论文列表********/
.container_list {
    width: 100%;
    min-width: 1200px;
    padding-top: 20px;
}

.cont_nav {
    width: 25%;
}

.cont_nav h4 {
    background-color: #fbfbfb;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 15px;
}

.cont_nav .nav_list {
    width: 100%;
    background-color: #fbfbfb;
    margin-top: 10px;
}

.cont_nav .nav_list a p {
    height: 40px;
    padding-left: 20px;
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
}

.cont_nav .nav_list a p img {
    width: 35px;
    margin-right: 10px;
}

.cont_nav .nav_list p.tit {
    height: 36px;
    font-weight: bold;
}

.cont_nav .nav_list p i {
    display: inline-block;
    float: right;
    color: #999999;
    font-size: 12px;
    font-weight: initial;
    font-style: normal;
    margin-right: 10px;
    position: relative;
    left: -10px;
    font-weight: bold;
    margin-top: 10px;
}

.cont_nav .nav_list p i:hover {
    text-decoration: underline;
}

.cont_banner {
    width: 73%;
}

/*********焦点图**********/
#full-screen-slider {
    width: 100%;
    height: 314px;
    float: left;
    position: relative;
}

#slides {
    display: block;
    width: 100%;
    height: 314px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
}

#slides li img {
    display: inherit;
    width: 100%;
    height: 100%;
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 40%;
    top: 280px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0;
}

#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #FFF;
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #f06541
}

/********焦点图结束*********/

.cont_lunwen_list {
    width: 73%;
}

.cont_lunwen_list .gw_menu {
    margin: 10px 0px 20px 0px;
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.cont_lunwen_list .gw_menu ul {
    margin-left: -10px;
}

.cont_lunwen_list .gw_menu li {
    float: left;
    width: 85px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    margin-left: 10px;
    text-align: center;
}

.cont_lunwen_list .gw_menu li a {
    display: block;
    color: #333;
}

.cont_lunwen_list .gw_menu li a:hover, .cont_lunwen_list .gw_menu li a.cur {
    border-bottom: 4px solid #f06541;
    text-decoration: none;
}

.infotxt {
    margin-top: 10px;
}

.cont_lunwen_list .infotxt ul {
    width: 100%;
    background-color: white;
    text-align: center;
    margin-bottom: 80px;
}

.cont_lunwen_list .infotxt ul li {
    width: 95%;
    margin: 0px auto;
    height: 180px;
    border-bottom: 1px solid #eeeeee;
    text-align: left;
    position: relative;
}

.cont_lunwen_list .infotxt ul li .tips {
    background-color: #FFA304;
    height: 20px;
    right: 38px;
    top: 145px;
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 1px 8px;
    line-height: 20px;
    border-radius: 2px;
}

.cont_lunwen_list .infotxt ul li .tips:hover {
    background-color: #E1E1E1;
}

.cont_lunwen_list .infotxt ul li .tips a {
    text-decoration: none;
    color: #fff;
}

.cont_lunwen_list .infotxt ul li .tips a:hover {
    text-decoration: none;
    color: #666;
}

.cont_lunwen_list .infotxt ul li img {
    display: inline-block;
    width: 220px;
    height: 150px;
    margin: 15px 0px;
    vertical-align: baseline;
}

.cont_lunwen_list .infotxt ul li .text {
    display: inline-block;
    padding-top: 15px;
    margin-left: 20px;
    vertical-align: top;
    float: right;
    width: 545px;
    margin-right: 30px;
}

.cont_lunwen_list .infotxt ul li .text {
    color: #666
}

.cont_lunwen_list .infotxt ul li .text a {
    color: #333
}

.cont_lunwen_list .infotxt ul li .text a:hover {
    text-decoration: none;
    color: #666;
}

.cont_lunwen_list .infotxt ul li .text h4 {
    height: 30px;
    overflow: hidden;
}

.cont_lunwen_list .infotxt ul li .text h4 a {
    font-size: 24px;
    margin-top: 10px;
    font-weight: normal;
    color: #333;
}

.cont_lunwen_list .infotxt ul li .text h4 a:hover {
    text-decoration: none;
    color: #666;
}

.cont_lunwen_list .infotxt ul li .text p {
    font-size: 14px;
    color: #777777;
}

.cont_lunwen_list .infotxt ul li .text p.desc {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    height: 65px;
    overflow: hidden;
}

.cont_lunwen_list .infotxt ul li .text p.tag {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.cont_lunwen_list .infotxt ul li .text p i {
    color: #777777;
    font-style: normal;
}


/*****fenye*****/
.page-link {
    width: 900px;
    margin: 20px auto 50px;
    text-align: center;
}

.page-link li a {
    border: 1px solid #f06541;
    margin: 0px 2px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: bold;
    color: #f06541;
    border-radius: 15px;
}

.page-link li a:hover {
    background-color: #f06541;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.page-link:after {
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}

.page-link li {
    float: left;
    margin: 0px 5px
}

.page-link .thisclass {
    border: 1px solid #f06541;
    background-color: #f06541;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 15px;
    margin-top: -5px;
}

.cont_lunwen_tui {
    width: 25%;
}

.cont_lunwen_tui .fangan {
    margin-bottom: 20px;
}

.cont_lunwen_tui .fangan h4 {
    background-color: #fbfbfb;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.cont_lunwen_tui .fangan dl {
    padding: 15px 0px 15px 25px;
    background-color: #fbfbfb;
}

.cont_lunwen_tui .fangan dl a {
    padding: 2px 8px;
    border: 1px solid #a4b0be;
    color: #333;
    border-radius: 20px 20px;
    float: left;
    width: 20%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 5px 5px;
}

.cont_lunwen_tui .fangan dl a:hover {
    color: #fff;
    background-color: #f06541;
}

.cont_lunwen_tui .newtui {
    margin-bottom: 20px;
}

.cont_lunwen_tui .newtui h4 {
    background-color: #fbfbfb;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.cont_lunwen_tui .newtui ul {
    background-color: #fbfbfb;
    padding: 20px 20px;
}

.cont_lunwen_tui .newtui ul li {
    height: 22px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px 0;
}

.cont_lunwen_tui .newtui ul li p a {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    font-size: 14px;
    color: #000000;
}

.cont_lunwen_tui .newtui ul li p a:hover {
    color: #FF4400;
    text-decoration: underline;
}

.cont_lunwen_tui .newtui ul li em {
    background: #f06541;
    border: 1px solid #FF4400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    text-align: center;
    font-style: normal;
    color: #F0F0F0;
}

.cont_lunwen_tui .newtui ul li .num {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

/**********论文内页***********/
.breadcrumb {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #999;
    border-bottom: 2px solid #e9e9e9;
}

.breadcrumb a {
    color: #f06541;
}

.article_box h1 {
    margin: 3px 0;
    font-size: 30px;
    line-height: 45px;
    color: #333;
    padding-top: 5px;
    text-align: center;
}

.article_box h4 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    font-weight: normal;
    color: #b8b8b8;
    text-align: center;
    border-bottom: 2px solid #e9e9e9;
}

.article_box h4 span {
    margin: 0 15px;
}

.article_box p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

.article_box .panext span {
    width: 50%;
    display: inline-block;
}

.article_box .panext a {
    color: #FF4400;
}

.article_box .panext a:hover {
    text-decoration: underline
}

.selfart {
    border: 1px solid #ddd;
    border-top: 2px solid #f06541;
    margin-top: 50px;
    margin-bottom: 40px;
}

.selfart ul {
    padding: 10px 0px 10px 18px;
}

.selfart ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: url(../img/line_dash.jpg) left center repeat-x;
    width: 47%;
    float: left;
    margin-right: 25px;
}

.selfart ul li a {
    background-color: #fff;
}

.selfart ul li span {
    float: right;
    background-color: #fff;
    color: #666;
}

.selfart h3 {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #ddd;
}

.selfart h3 span {
    display: block;
    float: left;
    font-size: 16px;
    padding: 0px 20px;
}

/************期刊列表************/
.filter-box {
    width: 100%;
    min-width: 1200px;
}

.filter-box .filter-bg {
    border: 1px solid #eaeaea;
    height: 100px;
}

.filter-box .filter-bg span {
    width: 120px;
    height: 100px;
    line-height: 100px;
    background-color: #fafafa;
    border-right: 1px solid #eaeaea;
    display: inline-block;
    text-align: center;
    float: left;
    color: #666;
    font-size: 15px;
    margin-right: 8px;
}

.filter-box .filter-bg p {
    padding-top: 10px;
}

.filter-box .filter-bg a {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding: 0 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-box .filter-bg a:hover {
    background-color: #f06541;
    color: #fff;
    text-decoration: none;
}

.articles-box {
    width: 1202px;
    overflow: hidden;
}

.articles-box ul {
    width: 1300px;
}

.articles-box ul li {
    width: 177px;
    height: 320px;
    float: left;
    margin: 0 28px 20px 0;
    position: relative;
    overflow: hidden;
}

.articles-box ul li.box-item .item-image {
    border: 1px solid #eaeaea;
    padding: 15px 0;
    margin-bottom: 5px;
    text-align: center;
}

.articles-box ul li.box-item:hover .item-image {
    border: 1px solid #f06541;
}

.articles-box ul li.box-item .item-image a {
    width: 130px;
    height: 180px;
    display: inline-block;
    overflow: hidden;
}

.articles-box ul li.box-item .item-image a img {
    width: 130px;
    height: 180px;
}

.articles-box ul li.box-item .item-title {
    height: 35px;
    text-align: center;
    overflow: hidden;
}

.articles-box ul li.box-item .item-title a {
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.articles-box ul li.box-item .item-title2 {
    height: 59px;
    text-align: center;
    overflow: hidden;
}

.articles-box ul li.box-item .item-title2 a {
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #f06541;
}

.articles-box ul li.box-item .item-issue {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
}

.articles-box ul li.box-item .item-info {
    height: 24px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
}

.articles-box ul li.box-item .item-info a {
    margin-right: 5px;
}

.articles-box ul li.box-item .item-icon {
    width: 19px;
    height: 41px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.articles-box ul li.box-item .item-discount {
    position: absolute;
    display: none;
}

.articles-box ul li.box-item .item-price {
    line-height: 28px;
    color: #c40000;
    font-size: 16px;
}

.articles-box ul li.box-item .item-price i {
    margin: 0 5px;
    font-style: normal;
}

.articles-box ul li.box-item .item-price s {
    margin-left: 20px;
    font-size: 14px;
    color: #999;
    font-style: normal;
}

.articles-box ul li.box-item .item-but {
    margin: 10px auto;
}

.articles-box ul li.box-item .item-but a {
    padding: 5px 10px;
    text-decoration: none;
    color: #f06541;
    border: 1px solid #f06541;
}

.articles-box ul li.box-item .item-but a:hover {
    color: #fff;
    background-color: #f06541;
    border: 1px solid #f06541;
}

.articles-box ul li.box-item .item-but a i {
    margin-right: 5px;
    vertical-align: middle;
}

/*********期刊内页*********/
.bre_w {
    width: 100%;
    min-width: 1202px;
}

.breadcrumb_nav {
    margin: 8px auto;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ececec;
    background-color: #fff;
    text-indent: 20px;
    font-size: 12px;
    color: #666;
}

.breadcrumb_nav a {
    color: #f06541;
    padding: 0 10px;
}

.breadcrumb_nav a:hover {
    color: #f06541;
    text-decoration: none;
}

.breadcrumb_nav span {
    padding-left: 10px;
}

.preview_img {
    width: 350px;
    border: 1px solid #eaeaea;
}

.preview_img img {
    width: 350px;
    height: 465px;
}

.info_box {
    width: 840px;
    height: 465px;
    position: relative;
}

.info_title {
    height: 65px;
    overflow: hidden;
    margin: 0 20px;
}

.info_title h3 {
    height: 28px;
    line-height: 28px;
    font-family: "Microsoft YaHei";
    font-size: 26px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.info_title h4 {
    height: 40px;
    line-height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.info_title .info_w {
    min-width: 400px;
    max-width: 650px;
}

.info_title .info_qkjb {
    height: 28px;
    line-height: 28px;
}

.info_title .info_qkjb a {
    padding-left: 20px;
    margin-right: 20px;
    color: #f00;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    background-image: url(../img/qkjb.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    white-space: nowrap;
}

.info_qkjb a:hover {
    color: #f06541;
}

.info_field {
    margin: 20px 20px 0 20px;
    color: #666;
}

.info_field dl {
    width: 250px;
    float: left;
}

.info_field dl.w300 {
    width: 300px;
}

.info_field dl dd {
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}

.info_field dl dd span {
    width: 70px;
    display: inline-block;
    text-align: right;
    color: #999;
    margin-right: 3px;
}

.info_field dl dd a {
    color: #f06541;
}

.info_field dl dd a:hover {
    color: #f06541;
}

.info_qksl {
    line-height: 33px;
    font-size: 14px;
    color: #999;
}

.info_qksl .qksl_l {
    margin-left: 20px;
    width: 110px;
    float: left;
}

.info_qksl .qksl_r {
    width: 620px;
    float: left;
}

.info_qksl ul li {
    margin-right: 10px;
    float: left;
    white-space: nowrap;
}

.info_qksl a {
    color: #f06541;
}

.info_qksl a:hover {
    color: #f06541;
}

.paper_info .info_down {
    margin-top: 10px;
}

.paper_info .info_down a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 20px;
    color: #f06541;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f06541;
    border-radius: 5px;
    text-align: left;
}

.paper_info .info_down a i {
    width: 20px;
    height: 20px;
    margin: 10px 5px 10px 25px;
    overflow: hidden;
    display: inline-block;
    background-image: url(../img/down.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.paper_info .info_down a i.img2 {
    background-position: -20px 0;
}

.paper_info .info_down a i.img3 {
    background-position: -40px 0;
}

.paper_info .info_down a i.img4 {
    background-position: -60px 0;
}

.paper_info .info_down a:hover, .paper_info .info_down a.action {
    color: #fff;
    background-color: #f06541;
}

.paper_info .info_down a:hover i, .paper_info .info_down a.action i {
    background-position: 0 -20px;
}

.paper_info .info_down a:hover i.img2, .paper_info .info_down a.action i.img2 {
    background-position: -20px -20px;
}

.paper_info .info_down a:hover i.img3, .paper_info .info_down a.action i.img3 {
    background-position: -40px -20px;
}

.paper_info .info_down a:hover i.img4, .paper_info .info_down a.action i.img4 {
    background-position: -60px -20px;
}

.w920 {
    width: 920px;
}

.sort-box {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #FFF;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
}

.sort-box .box-item {
    float: left;
}

.sort-box .box-item dd {
    text-align: center;
    float: left;
}

.sort-box .box-item dd a {
    height: 38px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid #eaeaea;
    border-bottom: 2px solid #f9f9f9;
}

.sort-box .box-item dd a.active, .sort-box .box-item dd a:hover {
    color: #f06541;
    background-color: #fff;
    border-bottom: 2px solid #f06541;
}

.sort-box .box-but {
    float: right;
}

.sort-box .box-but li {
    text-align: center;
    margin-right: 15px;
    float: left;
}

.sort-box .box-but a {
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: none;
    color: #f06541;
    display: inline-block;
    border: 1px solid #f06541;
}

.sort-box .box-but a.active, .sort-box .box-but a:hover {
    background: #f06541;
    border-color: #f06541;
    color: #fff;
}

.content-box {
    color: #000;
    margin-top: 30px;
}

.content-box .box-title {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.content-box .box-sub-title {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    color: #f06541;
    padding-left: 16px;
    background: #fbfbfb url(../img/sub_icon.png) 0px 11px no-repeat;
}

.content-box .box-con {
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
}

.content-box .box-con p a {
    color: #000;
    text-decoration: none;
}

.content-box .box-con p a:hover {
    color: #f06541;
}

.content-box .box-title {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.mboxcon {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.mboxcon p {
    text-indent: 2em;
    padding-bottom: 10px;
    margin: 0 20px;
}

.mboxcon ul {
    clear: both;
    overflow: hidden;
}

.mboxcon li {
    width: 190px;
    height: 260px;
    margin: 18px 15px 0 15px;
    text-align: center;
    float: left;
}

.mboxcon li p {
    padding: 0;
    margin: 0;
    text-indent: inherit;
}

.mboxcon .picc {
    width: 155px;
    height: 190px;
    margin: 10px 20px;
    display: block;
}

.mboxcon .picc img {
    width: 155px;
    height: 190px;
}

.mboxcon .pictt {
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.w270 {
    width: 270px;
}

.xgqk-box {
    background-color: #f9f9f9;
}

.xgqk-box .box-title {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #999;
}

.xgqk-box .box-con {
    margin: 0 25px;
    padding-bottom: 10px;
}

.xgqk-box .box-con li {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.xgqk-box .box-con li:last-child {
    border-bottom: none;
}

.rmwz-box {
    background-color: #f9f9f9;
}

.rmwz-box .box-title {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #999;
}

.rmwz-box .box-con {
    margin: 0 25px;
    padding-bottom: 10px;
}

.rmwz-box .box-con li {
    margin: 10px 0;
    padding-bottom: 10px;
    background-image: url(../img/preview.png);
    background-repeat: no-repeat;
    background-position: -180px -75px;
    border-bottom: 1px solid #eaeaea;
}

.rmwz-box .box-con li .title {
    margin-left: 30px;
    line-height: 24px;
    font-size: 14px;
}

.rmwz-box .box-con li:last-child {
    border-bottom: none;
}

.rmbq-box {
    background-color: #f9f9f9;
}

.rmbq-box .box-title {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #999;
}

.rmbq-box .box-con {
    margin: 0 30px;
    padding: 22px 0;
}

.rmbq-box .box-con li {
    height: 20px;
    line-height: 20px;
    margin: 8px 8px 8px 0;
    float: left;
}

.rmbq-box .box-con li a {
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    overflow: hidden;
    display: inline-block;
    color: #666;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    text-decoration: none;
}

.rmbq-box .box-con li a:hover {
    color: #fff;
    border: 1px solid #f06541;
    background-color: #00a1cc;
}

.fwtj-box {
    background-color: #f9f9f9;
}

.fwtj-box .box-title {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    color: #999;
}

.work-box {
    position: relative;
    overflow: hidden;
    font-style: normal;
    font: 12px Arial, Helvetica, sans-serif, "宋体";
    color: #000000;
    background: transparent;
}

.work-box ul {
    width: auto;
}

.work-box ul li {
    width: auto;
    height: 148px;
    margin: 20px 0px;
    float: none;
    background-color: #fff;
    border: 1px solid #eaeaea;
    list-style: none;
    overflow: hidden;
}

.work-box ul li a {
    height: 148px;
    color: #333;
    text-decoration: none;
    display: block;
}

.work-box ul li:hover {
    border: 1px solid #f06541;
}

.work-box ul li:hover h2 {
    color: #f06541;
}

.work-box .item-con {
    width: 140px;
    margin: 20px;
    display: inline-block;
    float: left;
}

.work-box .item-con h2 {
    font-family: "Microsoft Yahei";
    font-size: 1.3em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.work-box .item-con p {
    height: 36px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #666;
}

.work-box .item-con p.more {
    height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #f06541;
}

.work-box i {
    width: 60px;
    height: 50px;
    background-image: url(../img/work.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 45px;
    float: left;
}

.work-box i.img1 {
    background-position: 0 0;
}

.work-box i.img2 {
    background-position: -60px 0;
}

.work-box i.img3 {
    background-position: -120px 0;
}

.work-box i.img4 {
    background-position: -180px 0;
}

.work-box ul li:hover i.img1 {
    background-position: 0 -50px;
}

.work-box ul li:hover i.img2 {
    background-position: -60px -50px;
}

.work-box ul li:hover i.img3 {
    background-position: -120px -50px;
}

.work-box ul li:hover i.img4 {
    background-position: -180px -50px;
}

.box_serbg {
    width: 100%;
    background-color: #f8f8f8;
}

.box-5ser {
    height: 120px;
    background-color: #f8f8f8;
    border: 1px solid #f5f5f5;
    border-bottom: 0;
    font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", Helvetica;
    color: #666;
}

.box-5ser ul {
    margin: 40px 70px 0 130px;
}

.box-5ser ul li {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
    float: left;
}

.box-5ser ul li a {
    font-size: 15px;
    color: #666;
}

.box-5ser ul li a:hover {
    color: #00a1cc;
}

.box-5ser ul li a span {
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px;
    float: left;
    background-image: url(../img/service.png);
    background-repeat: no-repeat;
}

.box-5ser ul li a span.img1 {
    background-position: 0 0;
}

.box-5ser ul li a span.img2 {
    background-position: -30px 0;
}

.box-5ser ul li a span.img3 {
    background-position: -60px 0;
}

.box-5ser ul li a span.img4 {
    background-position: -90px 0;
}

/***********出版出书**************/
.chuban_list {
    width: 100%;
    overflow: hidden;
}

.big_tt {
    text-align: center;
}

.big_tt h1 {
    color: #333;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    border-bottom: 1px solid #e5e3e3;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}

.big_tt h1 span {
    font-size: 15px;
    color: #666;
    display: block;
    margin-top: 10px;
}

.chuban_list li {
    width: 380px;
    float: left;
    margin-bottom: 25px;
    padding: 10px;
}

.chuban_list .title {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #3c3c3c;
    font-weight: bold;
}

.chuban_list .content {
    font-size: 14px;
    color: #3C3C3C;
    line-height: 24px;
    width: 360px;
    margin: auto;
}

.chuban_list .chub_img {
    background-image: url(../img/chuban.png);
    margin: 0 auto;
    height: 190px;
    width: 230px;
}

.chuban_list .cb_xinyu {
    background-position: -45px -25px;
}

.chuban_list .cb_zzcb {
    background-position: -478px -35px;
}

.chuban_list .cb_jcgb {
    background-position: -908px -30px;
}

.chuban_list .cb_ktsq {
    background-position: -33px -427px;
}

.chuban_list .cb_zlzr {
    background-position: -484px -430px;
}

.chuban_list .cb_gmzr {
    background-position: -934px -433px;
}

.mainone_left {
    width: 463px;
    border: 1px solid #ffcc99;
}

.mainone_left h3 {
    border-bottom: 1px solid #ffcc99;
    line-height: 39px;
    font-size: 16px;
    padding-left: 15px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ffffcc));
    background: -moz-linear-gradient(top, #fff, #ffffcc);
}

.mainone_left h3 i {
    width: 12px;
    height: 12px;
    display: inline-block;
    float: left;
    margin-top: 14px;
    margin-right: 10px;
    background: url(../img/icon.png) -210px 0 no-repeat;
}

.mainone_left h3 span a {
    font-size: 12px;
    display: inline-block;
    padding: 0 15px;
}

.marquee {
    margin: 12px 0;
    height: 256px;
    overflow: hidden;
}

.marquee li {
    padding: 0 15px;
    line-height: 25px;
}

.marquee li em {
    float: left;
    color: #ff3300;
    font-weight: bold;
    font-style: normal;
    margin-right: 5px;
}

.marquee li em a {
    color: #ff3300;
}

.marquee li em a:hover {
    text-decoration: underline;
}

.marquee li span {
    font-size: 12px;
    color: #999;
}

.marquee li h4 a {
    width: 300px;
    height: 25px;
    overflow: hidden;
    display: inline-block;
}

.dot {
    width: 3px;
    height: 3px;
    display: block;
    overflow: hidden;
    background: #333;
    float: left;
    margin-right: 5px;
    margin-top: 11px;
}

.maintwo_cshi {
    border: 1px solid #ccccff;
    border-top: none;
    background: #f5ffff;
    padding: 10px 10px;
}

.maintwo_cshi p {
    line-height: 25px;
}

.maintwo_cshi p a {
    height: 26px;
    width: 690px;
    overflow: hidden;
    display: block;
}

.mainfive h3 {
    border: 1px solid #ccccff;
    line-height: 39px;
    font-size: 16px;
    padding-left: 15px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccffff));
    background: -moz-linear-gradient(top, #fff, #ccffff);
}

.mainfive h3 i {
    width: 12px;
    height: 12px;
    display: inline-block;
    float: left;
    margin-top: 14px;
    margin-right: 10px;
    background: url(../img/icon.png) -210px 0 no-repeat;
}

.mainfive_box {
    border: 1px solid #ccccff;
    border-top: none;
    padding: 20px 20px;
}

/*滚动*/
.blk_18 {
    overflow: hidden;
    zoom: 1;
    width: 668px;
}

.blk_18 .pcont {
    width: 516px;
    float: left;
    overflow: hidden;
    margin-left: 20px;
}

.blk_18 .ScrCont {
    width: 32766px;
    zoom: 1;
    margin-left: -5px;
}

.blk_18 #List1_1, .blk_18 #List2_1 {
    float: left;
}

.blk_18 .LeftBotton, .blk_18 .RightBotton {
    height: 89px;
    float: left;
    margin-top: 55px;
}

.blk_18 .LeftBotton {
    width: 62px;
    background: url(../img/icon.png) 0px -70px no-repeat;
}

.blk_18 .RightBotton {
    width: 70px;
    background: url(../img/icon.png) -70px -70px no-repeat;
}

.blk_18 .pl img {
    display: block;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    padding: 2px 2px;
}

.blk_18 .pl {
    width: 156px;
    float: left;
    text-align: center;
    line-height: 24px;
    margin: 0 8px;
}

.blk_18 a.pl:hover {
    color: #5dacec;
}

.mainfive_r {
    width: 317px;
}

.mainfive_r .p1 {
    width: 317px;
    height: 132px;
    background: url(../img/icon.png) 0px -160px;
    display: inline-block;
}

.mainfive_r .p2 {
    width: 215px;
    height: 92px;
    background: url(../img/icon.png) -150px -65px no-repeat;
    display: inline-block;
    margin-top: 15px;
    margin-left: 80px;
}

.mainfive_r .p2 a {
    width: 215px;
    height: 92px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

.chuban_zz img {
    float: left;
    margin-right: 50px;
    width: 345px;
    height: 216px;
}

.chuban_zz .zztit {
    padding-top: 0px;
    text-align: left;
    color: #395a80;
    font-size: 22px;
    margin-top: 20px;
    line-height: 32px;
}

.chuban_zz p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 200%;
    color: #6b7686;
}

.chuban_zz .btn {
    padding: 9px 40px;
    background: #E0D130;
    color: #432E03;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

/**********关于我们***********/
.about_bg {
    width: 100%;
    height: 450px;
    position: relative;
}

.about_img {
    height: 450px;
    background: url(../img/about.jpg) center bottom no-repeat;
}

.bg-blur {
    background-size: cover;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.about_bg h2 {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    margin: 150px auto 0;
    font-size: 60px;
    text-align: center;
}

.about_bg h2 p {
    padding-top: 12px;
    font-size: 18px;
    color: #f6f6f6;
}

.wrapper {
    margin: 0px auto;
    width: 1200px;
    overflow: hidden;
    text-align: center;
}

.wrapper .fb36 {
    margin-top: 100px;
    font-size: 36px;
}

.wrapper .fb18 {
    margin-top: 12px;
    font-size: 18px;
    color: #909090;
}

.wrapper img {
    margin-top: 70px;
}

.step_line {
    float: left;
    position: relative;
    left: 50%;
    height: 200px;
}

.step_line li {
    float: left;
    margin-top: 58px;
    position: relative;
    right: 50%;
}

.step_line li.step {
    background: url(../img/fblc_spot.png) no-repeat;
    width: 31px;
    height: 31px;
}

.step_line li.line {
    background: url(../img/fblc_line.png) repeat-x left center;
    height: 31px;
}

.step_line .setp_text {
    position: relative;
    top: 50px;
    width: 144px;
    left: -60px;
    text-align: center;
    font-size: 14px;
}

.step_line .setp_text p {
    margin-bottom: 8px
}

.layout_bg {
    width: 100%;
    background-color: #fcfcfc;
}

.xysm {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.xysm li {
    position: relative;
    padding-left: 15px;
    line-height: 33px;
    margin-top: 20px;
}

.xysm li .icon_ab01 {
    width: 32px;
    height: 32px;
    background: url(../img/icon.png) 0px -358px no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.xysm li .icon_ab02 {
    width: 32px;
    height: 32px;
    background: url(../img/icon.png) -40px -358px no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.xysm li .icon_ab03 {
    width: 32px;
    height: 32px;
    background: url(../img/icon.png) -80px -358px no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.xysm li .icon_ab04 {
    width: 32px;
    height: 32px;
    background: url(../img/icon.png) -120px -358px no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.xysm li .icon_ab05 {
    width: 32px;
    height: 32px;
    background: url(../img/icon.png) -160px -358px no-repeat;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.xysm li strong {
    font-size: 20px;
    margin-right: 20px;
}

/***********授权*************/
#top5down {
    width: 1200px;
    padding: 30px 0;
    height: 640px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 80px;
}

.top5pic {
    display: block;
    position: absolute;
}

.top5pic:before {
    border-radius: 0 100% 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #EC5C0E;
    opacity: 0.6;
    font-size: 16px;
    line-height: 30px;
    padding-left: 6px;
    color: #fff;
}

.top5pic:after {
    border-radius: 100% 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #EC5C0E;
    opacity: 0.6;
    font-size: 16px;
    line-height: 30px;
    padding-right: 6px;
    color: #fff;
    text-align: right;
}

.top5pic img {
    border: 1px solid #ec5c0e;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.top5pic1 {
    top: 220px;
    left: 40px;
    z-index: 10;
    width: 200px;
    height: 280px;
}

.top5pic2 {
    top: 198px;
    left: 120px;
    z-index: 20;
    width: 250px;
    height: 350px;
}

.top5pic3 {
    top: 176px;
    left: 200px;
    z-index: 30;
    width: 280px;
    height: 390px;
}

.top5pic4 {
    top: 160px;
    left: 300px;
    z-index: 35;
    width: 300px;
    height: 420px;
}

.top5pic5 {
    top: 133px;
    left: 410px;
    z-index: 40;
    width: 380px;
    height: 500px;
}

.top5pic6 {
    top: 160px;
    left: 600px;
    z-index: 35;
    width: 300px;
    height: 420px;
}

.top5pic7 {
    top: 176px;
    left: 700px;
    z-index: 30;
    width: 280px;
    height: 390px;
}

.top5pic8 {
    top: 198px;
    left: 800px;
    z-index: 20;
    width: 250px;
    height: 350px;
}

.top5pic9 {
    top: 220px;
    left: 910px;
    z-index: 10;
    width: 200px;
    height: 280px;
}

.top5pic10 {
    top: 240px;
    left: 1010px;
    z-index: 5;
    width: 150px;
    height: 200px;
}

.top5pic1:after, .top5pic1:before {
    content: "1";
}

.top5pic2:after, .top5pic2:before {
    content: "2";
}

.top5pic3:after, .top5pic3:before {
    content: "3";
}

.top5pic4:after, .top5pic4:before {
    content: "4";
}

.top5pic5:after, .top5pic5:before {
    content: "5";
}

.top5pic6:after, .top5pic6:before {
    content: "6";
}

.top5pic7:after, .top5pic7:before {
    content: "7";
}

.top5pic8:after, .top5pic8:before {
    content: "8";
}

.top5pic9:after, .top5pic9:before {
    content: "9";
}

.top5pic10:after, .top5pic10:before {
    content: "10";
}

.btnrotate {
    position: absolute;
    top: 300px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 50px;
    color: #ccc;
    cursor: pointer;
    z-index: 60;
}

.btnprev {
    left: 0px;
    background: url(../img/l.png) 0 0 no-repeat;
}

.btnnext {
    right: 0px;
    text-align: right;
    background: url(../img/r.png) 0 0 no-repeat;
}

.btnrotate span {
    display: block;
}

.flashlist {
    position: absolute;
    bottom: 20px;
    left: 434px;
}

.flashlist li {
    float: left;
    background-color: #f06541;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    margin-right: 14px;
    text-align: center;
    cursor: pointer;
}

.flashlist li.active {
    background-color: #56B282;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-top: -2px;
    line-height: 24px;
}

#imgouter {
    top: 133px;
    left: 410px;
    z-index: 41;
    width: 380px;
    height: 500px;
    position: absolute;
    display: none;
}

#imgouter img {
    border: 1px solid #ec5c0e;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/************授权结束***************/
/**********main_three***********/
.main_three_bg {
    width: 100%;
    background-color: #fcfcfc;
}

.main_three {
    position: relative;
    padding-bottom: 80px;
}

.main_three .thbox {
    height: 680px;
    background: url(../img/bg_05.png) center center no-repeat;
    position: relative;
}

.main_three .boxp1 {
    position: absolute;
    font-size: 26px;
    color: #d0010e;
    width: 160px;
    line-height: 30px;
    top: 140px;
    right: 380px;
}

.main_three .boxp11 {
    position: absolute;
    font-size: 16px;
    color: #333;
    width: 240px;
    height: 70px;
    overflow: hidden;
    top: 20px;
    right: 200px;
}

.main_three .boxp2 {
    position: absolute;
    font-size: 26px;
    color: #d0010e;
    width: 160px;
    line-height: 30px;
    top: 255px;
    right: 285px;
}

.main_three .boxp22 {
    position: absolute;
    font-size: 16px;
    color: #333;
    width: 240px;
    height: 70px;
    overflow: hidden;
    top: 200px;
    right: 40px;
}

.main_three .boxp3 {
    position: absolute;
    font-size: 26px;
    color: #d0010e;
    width: 160px;
    line-height: 30px;
    bottom: 210px;
    right: 260px;
}

.main_three .boxp33 {
    position: absolute;
    font-size: 16px;
    color: #333;
    width: 240px;
    height: 70px;
    overflow: hidden;
    bottom: 130px;
    right: 40px;
}

.main_three .boxp4 {
    position: absolute;
    font-size: 26px;
    color: #d0010e;
    width: 160px;
    line-height: 30px;
    bottom: 90px;
    right: 415px;
}

.main_three .boxp44 {
    position: absolute;
    font-size: 16px;
    color: #333;
    width: 380px;
    height: 50px;
    overflow: hidden;
    bottom: 20px;
    left: 390px;
}

.main_three .boxp5 {
    position: absolute;
    font-size: 26px;
    color: #d0010e;
    width: 160px;
    line-height: 30px;
    bottom: 240px;
    left: 310px;
}

.main_three .boxp55 {
    position: absolute;
    font-size: 16px;
    color: #333;
    width: 240px;
    height: 70px;
    overflow: hidden;
    bottom: 145px;
    left: 110px;
}

.main_three .boxp6 {
    position: absolute;
    font-size: 26px;
    color: #d0010e;
    width: 160px;
    line-height: 30px;
    top: 230px;
    left: 280px;
}

.main_three .boxp66 {
    position: absolute;
    font-size: 16px;
    color: #333;
    width: 240px;
    height: 70px;
    overflow: hidden;
    top: 120px;
    left: 110px;
}

/***********main_three 结束***********/
/**************在线投稿****************/

.tougao {
    background: url(../img/tougao.png) center bottom no-repeat #fcfcfc;
    margin: 0 auto;
    width: 100%;
    height: 401px;
    position: relative;
    padding: 100px 0 80px;
}

.tougao h3 {
    color: #333;
    font-size: 40px;
    padding-top: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: -100px;
}

.yx {
    float: left;
    width: 220px;
    position: relative;
    left: 250px;
    top: 315px;
}

.yx p {
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 220px;
    color: #666;
    margin-top: 5px;
}

.yx p .btn1 {
    float: left;
    width: 154px;
    height: 42px;
    background: url(../img/btn.png) no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin-top: 10px;
}

.tg {
    float: right;
    width: 690px;
    margin-right: 10px;
    margin-top: 70px;
}

.box {
    width: 630px;
    height: 350px;
    margin-left: 30px;
    margin-top: 40px;
    font-size: 16px;
    color: #666;
}

.box p {
    height: 40px;
    line-height: 40px;
}

.tougao .box_left {
    width: 90px;
    height: 40px;
    text-align: right;
    float: left;
    margin-right: 10px;
}

.tougao .box_left font {
    color: red;
    padding-right: 5px;
}

.tougao .input {
    width: 300px;
    border: 1px solid #ddd;
    line-height: 30px;
}

.tougao .inputt {
    margin-top: 9px;
}

.tougao .button {
    padding: 1px 6px;
}

/*********搜索框**********/
.searchbox {
    float: right;
    width: 450px;

}

.searchbox .qkname {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
}

.searchbox .qkname input {
    margin-right: 10px;
}

.searchbox form {
    position: relative;
    float: right;
}

.searchbox .sbox {
    border: 1px solid #999;
    border-radius: 10px 10px;
    display: block;
    float: left;
    height: 38px;
    overflow: hidden;
    width: 268px;
    -webkit-box-shadow: #666 0px 0px 2px;
    -moz-box-shadow: #666 0px 0px 2px;
    box-shadow: #666 0px 0px 2px;
}

.searchbox .sbox .sx {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 10px;
    width: 260px;
    color: #999;
}

.searchbox .st {
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    width: 88px;
    margin-bottom: 5px;
    margin-left: 12px;
    border: 1px solid #999;
    border-radius: 10px 10px;
    -webkit-box-shadow: #666 0px 0px 2px;
    -moz-box-shadow: #666 0px 0px 2px;
    box-shadow: #666 0px 0px 2px;
}

.searchbox .st .btn {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#c8d2d8));
    background: -moz-linear-gradient(top, #fff, #c8d2d8);
    color: #000;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: right;
    width: 88px;
    padding-right: 6px;
    cursor: pointer;
    border-radius: 10px 10px;
    position: relative;
}

.searchbox .st .btn i {
    width: 16px;
    height: 16px;
    background: url(../img/search.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 5px;
}

.selectedBg {
    background-color: #f06541;
    color: #fff;
    text-decoration: none;
}

.selectedTabBg {
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #FF4400;
    display: block;
    width: 105px;
}