/*reset*/
@charset "utf-8";
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, button, textarea, table, tbody, tfoot, thead, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {

    margin: 0;

    padding: 0;

    outline: 0;

    background: transparent;

}

article, aside, dialog, figure, footer, header, hgroup, nav, section {

    display: block;

}

body, button, input, select, textarea {

    font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, Arial;

    font-size: 14px;

}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {

    font-size: 100%;

}

address, cite, dfn, em, var {

    font-style: normal;

}

code, kbd, pre, samp {


}

small {

    font-size: 12px;

}

ul, ol, li {

    list-style: none;

}

img {

    border: none;

    /*vertical-align: bottom;*/

}

.container a {

    text-decoration: none;

    outline: thin none;
    color: #333;
    display: block;

}

a:hover {

    text-decoration: none;

}

table {

    border-collapse: collapse;

    border-spacing: 0;

}

.clear {

    clear: both;

}

.clearfix:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    content: " ";

    clear: both;

    height: 0;

}

* html .clearfix {

    zoom: 1;

}

/* IE6 */

*:first-child + html .clearfix {

    zoom: 1;

}

/* IE7 */

html {

    -webkit-text-size-adjust: none;

}

a:focus {

    outline: none;

}
html,body{
    min-width: 1366px;
}
/*reset  END*/

/*首页及宣传页头部*/
.container {
    background: #fff;
    min-width: 1200px;
    color: #333;
    position: relative;
}


.imgRotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform-origin: center center;
    -ms-transform-origin: center center;
    transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.head-nav .head-sub-nav {
    margin-left: 0;
    display: none;
    /* overflow: hidden; */
}

.sub-icon-j {
    position: absolute;
    top: 0;
    z-index: 3;
}

.head-nav ul li .head-sub-nav {
    width: 375px;
    position: absolute;
    z-index: 3;
    top: 69px;
    margin-left: -137px;
    background: #fff;
    box-shadow: 0 0 2px #f2f2f2;
    padding: 15px 0px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}

.head-nav ul li .head-sub-nav li {
    float: inherit;
    width: 90%;
    margin: 0 auto 10px;
    overflow: hidden;
}

.head-nav ul li .sub-box, .sub-b-k {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 3px 15px;
    border-radius: 5px;
}

.head-nav ul li ul li:hover {
    border-top: none;
}

.sub-box:hover, .sub-b-k:hover {
    background: #F3F8FD;
}

.sub-txt {
    float: left;
    margin-top: 5px;
}

.sub-txt img {
    float: left;
}

.sub-t-box {
    float: left;
    margin-left: 10px;
}

.sub-t-box p {
    line-height: 23px;
    text-align: left;
}

.sub-t-wz {
    font-size: 14px;
    color: #999999;
}

.sub-arrow {
    float: right;
    margin-top: 5px;
}

.sub-txt span {
    display: inline-block;
}

.sub-block {
    width: 360px;
    margin: 0 20px;
    float: left;
}

.sub-b-top {
    color: #888888;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #F0F0F0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.sub-b-k {
    margin-bottom: 10px;
    text-align: left;
}

.head-nav ul li .head-sub-sy {
    width: 1200px;
    margin-left: -495px;
}

.head-sub-nav:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 179px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F2F2F2;
}

.head-nav ul li .head-sub-sy:before {
    left: 45%;
}

.head-nav ul li .head-sub-sy:after {
    left: 45%;
}

.head-sub-nav:after {
    position: absolute;
    content: "";
    /*减少两像素*/
    top: -8px;
    left: 179px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.head-btns {
    float: right;
    position: relative;
}

.head-btns ul {
    /* overflow: hidden; */
}

.head-btns ul li {
    float: left;
}

.login span {
    display: inline-block;
    text-align: center;
    width: 81px;
    height: 37px;
    line-height: 37px;
    margin-right: 20px;
    border: 1px solid #268AF3;
    color: #268AF3;
    border-radius: 10px;
    -ms-border-radius: 10px;
    cursor: pointer;
}

.rechecking span {
    background: #268AF3;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 118px;
    height: 37px;
    line-height: 37px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    cursor: pointer;
}
.rechecking:hover .personal-cen{
    display: block;
}

/*未登录*/
.TestCenter span {
    background: #268AF3;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 118px;
    height: 37px;
    line-height: 37px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    cursor: pointer;
}

.HeadPortrait {
    width: 42px;
    height: 42px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 5px;
    margin-left: 20px;
    margin-top: 6px;
    margin-bottom: 15px;
    cursor: pointer;
}


.HeadPortrait img {
    width: 42px;
    border-radius: 50%;
    height: 42px;
}

/*首页及宣传页头部   END*/

/*底部*/
/* 板块8 */
.professional {
    background: #F9FBFF;
}

.pro-box {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

.pro-bg {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}

.pro-bt {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}

.pro-btn {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2A8CF4;
    color: #fff;
    margin: 0 auto;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.pro-btn a {
    color: #fff;
}

/* 底部 */
.footer {
    background: #272D36;
    height: auto;
}

.footer-box {
    width: 1335px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #BDBEC0;
    font-size: 14px;
}

.foo-l {
    float: left;
}

.foo-t {
    overflow: hidden;
}

.foo-t div {
    float: left;
    margin-right: 80px;
    text-align: left;
}

.foo-t div ul li {
    cursor: pointer;
    line-height: 30px;
}

.foo-t-xbt {
    font-size: 18px;
    margin-bottom: 10px;
}
.foo-t div ul .foo-t-xbt{
    cursor: default;
}

.foo-copy {
    margin-top: 40px;
    color: #6D6F73;
}

.foo-copy span {
    margin-right: 30px;
}

.foo-copy span a {
    display: inline-block;
    color: #6D6F73;
}

.foo-copy span img {
    vertical-align: middle;
}

.foo-r {
    float: right;
}

.foo-code {
    text-align: center;
    margin-bottom: 15px;
}

.foo-code img {
    width: 116px;
}

.foo-share {
    margin-top: 33px;
}

.foo-share a {
    display: inline-block;
}

.foo-share img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.footer a{
    padding-right: 2px;
}
.foo-di{
    border-top: 1px solid #3D3E40;
}
.foo-di-box{
    overflow: hidden;
    width: 1335px;
    margin: 10px auto 0;
    padding-bottom: 10px;
}
.foo-copy{
    float: left;
    margin-top: 0;
}
.foo-share{
    float: right;
    margin-top: 0;
    font-size: 14px;
    color: #6D6F73;
}
.foo-t-x{
    width: 32px;
    border-bottom: 1px solid #5387FF;
    margin-bottom: 26px;
}
/*底部   END*/

/*主页头部*/
body {
    background: #fff;
}

.container {
    background: #fff;
    min-width: 1200px;
    color: #333;
}

.main-header {
    min-width: 1366px;
    width: 100%;
    background: #2489F2;
    height: 58px;
    line-height: 58px;
    padding-left: 30px;
    box-shadow: 0 2px 3px #ccc;
    -ms-box-shadow: 0 2px 3px #ccc;
    position: fixed;
    top: 0;
    z-index: 6;
}

.main-head-logo {
    float: left;
    color: #fff;
}

.main-head-logo a {
    color: #fff;
}

.main-head-logo img {
    vertical-align: middle;
}

.mian-head-nav {
    float: left;
    margin-left: 80px;
}

.mian-head-nav ul {
    overflow: hidden;
    height: 53px;
    padding-top: 5px;
}

.mian-head-nav ul li {
    float: left;
    margin-left: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.mian-head-nav ul li a {
    color: #D3E7FC;
}

.mian-head-nav ul li a:hover {
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}

.mian-head-nav ul .main-head-active a {
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}

.main-header-menu {
    float: right;
    position: relative;
    right: 250px;
    /*top: 5px;*/
    cursor: pointer;
}

.main-header-Customer {
    float: right;
    position: relative;
    right: 180px;
    /*top: 5px;*/
    cursor: pointer;
    z-index: 99;
}

.head-personal {
    float: right;
    margin-right: 80px;
    margin-top: 9px;
}

.head-portrait {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    background: #2489F2;
    cursor: pointer;
}



/* 二级 */
.personal-cen {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    width: 200px;
    position: absolute;
    top: 55px;
    right: 50px;
    padding: 10px 20px;
    display: none;
    z-index: 3;
    overflow: inherit !important;
}

.personal-cen .per-cen-h {
    height: 35px;
    line-height: 35px;
}

.per-userName {
    float: left;
    color: #202020;
    font-size: 17px;
    font-weight: bold;
}

.per-userkt {
    float: right;
    color: #EE7B26;
    font-size: 14px;
    font-weight: bold;
}

.per-childl {
    float: left;
    font-size: 14px;
}

.per-childr {
    float: right;
    font-size: 14px;
    color: #2489F2;
}

.per-childr a {
    font-size: 14px;
    color: #2489F2;
}

.per-child-acc, .per-child-accset, .per-child-acctg, .per-child-exit {
    font-size: 14px;
    cursor: pointer;
}

.per-child-acc:hover, .per-child-accset:hover, .per-child-acctg:hover, .per-child-exit:hover {
    font-weight: bold;
}

.per-child-acc img, .per-child-accset img {
    position: absolute;
    right: 10px;
}

.personal-cen .per-xbt {
    margin-bottom: 15px;
}

.per-child-acc {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
/*.per-child-acc:hover .acc-child{*/
/*    display: block;*/
/*}*/
/*.acc-child{*/
/*    display: block;*/
/*}*/

.per-child-acctg {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.personal-cen .acc-child {
    height: initial;
    background: #fff;
    position: absolute;
    width: 120px;
    left: -140px;
    margin-top: -35px;
    box-shadow: 0 0 5px #ccc;
    padding-left: 20px;
    z-index: 2;
    font-weight: initial;
    display: none;
}
/*主页头部   END*/


/*查重宣传页*/
/* banner */
.banner {
    position: relative;
    /* margin-top: 68px; */
}

.banner-bg {
    width: 100%;
}

.banner-box {
    width: 1100px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0;
    margin: -183px auto 0;

}

.banner-xbt {
    font-size: 30px;
}

.bt-x {
    display: inline-block;
    margin: 40px 0 30px;
}

.banner-box p {
    line-height: 30px;
    color: #666666;
}

.banner-btn {
    width: 120px;
    background: #2A8CF4;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 50px;
}

.banner-btn a {
    color: #fff;
}

/* 内容区 */
/* 板块1 */
.module-icon {
    width: 1100px;
    margin: 80px auto;
}

.module-icon ul {
    overflow: hidden;
}

.module-icon ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    bottom: 0px;

}

.module-icon-img img {
    width: 270px;
}

.module-icon ul li p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    width: 80%;
    margin: 0 auto;
}

/* 板块2 */
.module2 {
    background: #F9FBFF;
    padding: 80px 0;
}

.module-box {
    width: 1100px;
    margin: 0px auto;
    overflow: hidden;
}

.module2-b-l {
    float: left;
    width: 50%;
    position: relative;
    left: 0px;

}

.module2-b-l img {
    width: 100%;
}

.module2-b-r {
    float: right;
    text-align: right;
    margin-top: 30px;
    position: relative;
    right: 0px;

}

.module2-b-r p {
    line-height: 30px;
    font-size: 14px;
    color: #343434;
}

.module2_bgt {
    width: 130px;
    position: absolute;
    right: 0;
    top: 0;
}

.m-b-r-w {
    position: relative;
    z-index: 2;
    top: 30px;
    right: 60px;
}

/* 板块3 */
.module3 {
    background: #fff;
}

.module3-box {
    width: 1100px;
    margin: 80px auto;
    overflow: hidden;
}

.module3-b-l {
    float: left;
    margin-top: 70px;
    position: relative;
    left: 0px;

}

.module3-b-l p {
    line-height: 30px;
    font-size: 14px;
    color: #343434;
}

.module3-b-r {
    float: right;
    width: 50%;
    position: relative;
    right: 0px;

}

.module3-b-r img {
    width: 100%;
}

.m3-bg {
    position: absolute;
    left: -54px;
    bottom: 0;
}

/* 板块5 */
.m-bt {
    font-size: 30px;
    text-align: center;
    margin-bottom: 80px;
}

.m5-box {
    overflow: hidden;
    padding: 10px;
    position: relative;
    bottom: 0px;

}

.m5-b-list {
    width: 28%;
    padding: 20px;
    float: left;
    background: #fff;
    box-shadow: 0 0 2px #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
}

.list-icon {
    float: left;
}

.list-wz {
    float: left;
    margin-left: 15px;
    width: 80%;
}

.list-wz-xbt {
    margin-bottom: 15px;
}

.list-wz-t {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.m5-b-list-r {
    margin-right: 0;
}

/* 板块6 */
.m6-bt {
    margin-bottom: 20px;
}

.m-xbt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 80px;
}

.m6-box {
    padding: 5px;
}

.m6-table {
    background: #fff;
    box-shadow: 0 0 2px #ccc;
    padding: 30px;
    border-radius: 5px;
}

.m6-table ul {
    overflow: hidden;
    background: #F9FBFF;
    border-top: 3px solid #fff;
}

.m6-table ul li {
    font-size: 14px;
    float: left;
    width: 15.1%;
    border-right: 5.3px solid #fff;
    border-left: 5px solid #fff;
    padding: 20px;
    height: 200px;
}

.m6-table .frist-ul {
    background: #fff;
    height: 60px;
    text-align: center;
}

.m6-table .frist-ul li {
    background: #fff !important;
    font-weight: inherit !important;
}

/*查重宣传页    END*/

/*改重宣传页*/
.gc-m2 {
    background: #fff;
}


/* 知网查重 */
.zw-b-box p {
    width: 500px;
}


/* 论文工具 */
/* 内页子导航 */
.con-nav {
    width: 700px;
    margin: 40px auto;
    position: relative;
    bottom: 0px;

}

.con-nav ul {
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
}

.con-nav ul li {
    float: left;
    font-size: 18px;
    color: #666666;
    width: 20%;
    text-align: center;
    margin-right: 20%;
    padding-bottom: 10px;
    line-height: 30px;
    cursor: pointer;
}

.con-nav ul li:hover {
    border-bottom: 2px solid #1E78D1;
    font-weight: 600;
    color: #343434;
}

.con-nav ul .con-nav-active {
    border-bottom: 2px solid #1E78D1;
    font-weight: 600;
    color: #343434;
}

.con-nav ul .con-nav-last {
    margin-right: 0;
}

/* 内页标题 */
.tool-top-box {
    position: relative;
    bottom: 0px;

}

.tool-con-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.tool-con-t {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

/*改重宣传页   END*/

/*首页*/
.container {
    min-width: 1200px;
    color: #333;
    position: relative;
}

/* 内容区 */
.content {
    margin-top: 120px;
}

/* 板块1 */
.int-box {
    width: 1120px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.int-l {
    float: left;
    position: relative;
    left: 0px;
}

.int-xbt {
    font-size: 45px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 20px;
}

.int-l p {
    color: #4B4B4B;
    width: 500px;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
}

.int-btns {
    overflow: hidden;
    margin-top: 50px;
}

.int-goApp {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #268AF3;
    color: #268AF3;
    border-radius: 10px;
    -ms-border-radius: 10px;
    cursor: pointer;
}

.int-rechecking {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #268AF3;
    color: #fff;
    border-radius: 10px;
    -ms-border-radius: 10px;
    cursor: pointer;
    margin-left: 30px;
}

.int-rechecking a {
    color: #fff;
}

.int-appCode img {
    width: 206px;
    position: relative;
    left: -27px;
    display: none;
}

.int-r {
    float: right;
}

.int-img {
    width: 523px;
    height: 509px;
    background: url(https://down.paperge.com/static/new_index/int_topImg.png) no-repeat center center;
    position: relative;
}

.int-img img {
    position: absolute;
    top: 135px;
    left: 16px;
}
.int-img .int-r-img1{
    left: -85px;
    top: 50px;
}
.int-img .int-r-img2{
    left: 54px;
    top: -45px;
}
.int-img .int-r-img3{
    left: 191px;
    top: -91px;
}
.int-img .int-r-img4{
    left: 335px;
    top: -25px;
}
.int-img .int-r-img5{
    left: 440px;
    top: 63px;
}

/* 板块2 */
.heavy {
    background: #F9FBFF;
}

.heavy-box {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.heav-l {
    float: left;
    position: relative;
    left: 0px;
}

.heav-num {
    font-size: 90px;
    font-weight: bold;
    color: #ECF8FF;
}

.heav-xbt {
    font-size: 30px;
    font-weight: 400;
}

.heav-xbt-x {
    width: 300px;
    margin-top: 5px;
    margin-bottom: 50px;
}

.heav-l p {
    color: #4B4B4B;
    width: 500px;
    line-height: 30px;
    text-align: justify;
}

.heav-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #268AF3;
    color: #fff;
    border-radius: 10px;
    -ms-border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin-top: 50px;
}

.heav-btn a {
    color: #fff;
}

.heav-r {
    float: right;
}

.heav-img {
    width: 395px;
    height: 400px;
    position: relative;
    padding-top: 140px;
    padding-right: 100px;
}

.heav-img img {
    position: absolute;
    width: 120px;
}

.heav-img .heav_rImg {
    width: 330px;
    position: absolute;
    top: 110px;
    left: 79px;
}

.heav-img .heav-r-img1{
    left: -49px;
    top: 204px;
}
.heav-img .heav-r-img2{
    left: 152px;
    top: -19px;
}

.heav-img .heav-r-img3{
    left: 359px;
    top: 70px;
    z-index: 1;
}
.heav-img .heav-r-img4{
    left: 365px;
    top: 340px;
}
.heav-img .heav-r-img5{
    left: 100px;
    top: 405px;
}
.heav-img .heav-r-img6 {
    top: 165px;
    right: 80px;
}

.heav-img .heav-r-img7 {
    top: 52px;
    right: 80px;
}




/* 板块3 */
.redu-box {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.redu-l {
    float: left;

}

.redu-r {
    float: right;
    width: 45%;
}

.redu-gl{
    background:#FEFF09;
}
.redu-b{
    font-weight:bold;
}
.redu-xh{
    text-decoration:underline;
}
.redu-sc{
    text-decoration:line-through;
}


.redu-num {
    font-size: 90px;
    font-weight: bold;
    color: #ECF8FF;
}

.redu-r p {
    color: #4B4B4B;
    width: 500px;
    line-height: 30px;
}

.redu-img {
    position: relative;
}

.redu-l-img2 {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.redu-l-t {
    position: relative;
}

.redu-l-t img {
    width: 75%;
}

.redu-l-txt {
    width: 56%;
    margin: 0 auto;
    position: absolute;
    top: 61px;
    left: 58px;
    font-size: 12px;
    color: #4D4D4D;
}

.redu-l-txt p {
    line-height: 25px;
    margin-bottom: 15px;
}

.redu-l-img1 {
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 130px;
}

/* 板块4 */
.paper {
    background: #F9FBFF;
}

.paper-box {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.paper-bt {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}

.paper-t ul {
    overflow: hidden;
}

.paper-t ul li {
    float: left;
    width: 22%;
    margin-right: 4%;

}

.paper-t ul .last-li {
    margin-right: 0;
}

.pa-img {
    height: 150px;
    line-height: 150px;
    text-align: center;
}

.pa-img img {
    width: 60%;
    vertical-align: middle;
}

.pa-xbt {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0;
}

.paper-t ul li p {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    text-align: center;
}

/* 板块5 */
.sce-box {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.sec-xbt {
    font-size: 30px;
    font-weight: 400;
}

.sec-l {
    float: left;

}

.sec-btns ul li {
    height: 82px;
    line-height: 82px;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    color: #999;
    font-size: 20px;
}
.sec-btns ul .sec-active{
    color: #202020;
}

.sec-active {
    background: url(../images/index_paperge/sec_btn_hover.png) no-repeat center center;
    background-size: 100%;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none \9;
    /*下一行为关键设置*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../static/images/index_paperge/sec_btn_hover.png', sizingMethod='scale');
}

.sec-btns ul li:hover {
    background: url(../images/index_paperge/sec_btn_hover.png) no-repeat center center;
    background-size: 100%;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none \9;
    /*下一行为关键设置*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../static/images/index_paperge/sec_btn_hover.png', sizingMethod='scale');
}

.sec-btns ul li img {
    vertical-align: middle;
    width: 30px;
    position: relative;
    top: -3px;
}

.sec-r {
    width: 65%;
    float: right;
}

.sec-img {
    position: relative;
    height: 440px;
}

.sec_r_iconz {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
}

.sec-img-slide img {
    display: none;
}

.sec-img-slide .sec-r-active {
    display: block;
}

.sec_r_img1 {
    position: absolute;
    z-index: 1;
    width: 85%;
    left: 52px;
    top: 60px;
}

.sec_r_icony {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}

/* 板块6 */
.tool {
    background: #F9FBFF;
}

.tool-box {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.tool-bt {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}

.tool-btns ul {
    overflow: hidden;

}

.tool-btns ul li {
    float: left;
    width: 25%;
    cursor: pointer;
    text-align: center;
    margin-bottom: 50px;
}

.tool-btns ul li img {
    width: 50px;
}

.tool-btns ul li p {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

/* 板块7 */
.solve-box {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.sol-bt {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}

.sol-slide {
    position: relative;
    height: 400px;
}

.sol-slide-introduce {
    width: 560px;
    height: 250px;
    overflow: hidden;
    margin-left: 10px;
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0px 0px 5px #ccc;
    -ms-box-shadow: 0px 0px 5px #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=0, Strength=5);
    position: relative;
    z-index: 2;
}

.sol-slide-btnz {
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.sol-slide-txt {
    overflow: hidden;
    padding: 0 30px;
    color: #707070;
    font-size: 14px;
    line-height: 25px;
    width: 80%;
    margin: 0 auto;
}

.sol-slide-btny {
    position: absolute;
    cursor: pointer;
    top: 40%;
    right: 20px;
}

.sol-slide-txt ul li {
    display: none;
}

.xol-name {
    margin-top: 30px;
}

.xol-name span {
    margin-right: 20px;
}

.sol-btngo {
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #EEF9FF;
    color: #3FA9F5;
    float: right;
    margin-top: 20px;
    cursor: pointer;
}

.sol-slide-img {
    position: absolute;
    right: 60px;
    top: 50px;
    width: 560px;
    height: 305px;
}

.sol-slide-img img {
    width: 560px;
    height: 305px;
}

/*首页    END*/

/*降重宣传页*/
.jc-b-box p {
    width: 500px;
    text-align: justify;
}

.jc-m2 {
    background: url(../images/index_paperge/jiangchong_xc/bg1.jpg) no-repeat;
    background-size: 100% 100%;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none \9;
    /*下一行为关键设置*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../static/images/index_paperge/jiangchong_xc/bg1.jpg', sizingMethod='scale');
    padding: 120px 0;
}

.jc-m3 {
    background: url(../images/index_paperge/jiangchong_xc/bg2.jpg) no-repeat;
    background-size: 100% 100%;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none \9;
    /*下一行为关键设置*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../static/images/index_paperge/jiangchong_xc/bg2.jpg', sizingMethod='scale');
    padding: 80px 0;
}

.jc-m5-list {
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 14px 0px rgba(68, 97, 137, 0.12);
    float: left;
    width: 23%;
    margin-right: 2.5%;
    border-radius: 5px;
}

.jc-m5-listlast {
    margin-right: 0;
}

.jc-m5-list img {
    width: 140px;
    float: right;
}

.jc-m5-xbt {
    font-size: 18px;
    font-weight: 600;
    margin: 50px 10px 30px 20px;
}

.jc-m5-wz {
    font-size: 14px;
    color: #666;
    margin: 0px 5px 20px 20px;
}

.jc-m6-table ul li {
    height: 50px;
}

/*降重宣传页   END*/


/* 内容区 */

/*超出隐藏*/
.ellipsis{
    display: inline-block;
    width: 125px;
    height: 30px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
}

/*首页个人中心*/
.index-head-p{
    right: 3%;
    top: 67px;
}
.per-child-acc,.per-child-accset,.per-child-acctg,.per-child-exit{
    text-align: left;
}
.index-head-p .per-child-acc .acc-child ul li{
    float: none;
}
/*首页个人中心*/




