* {
    padding: 0;
    margin : 0;
}

.l {
    float: left;
}

.r {
    float: right;
}

.w {
    width  : 1200px;
    margin : 0 auto;
    clear  : both;
    padding: 0 10px
}

a {
    cursor: pointer;
}

img {
    vertical-align: top;
}

input {
    outline: none;
}

p {
    text-align: left;
}

.clear::after {
    content: '';
    display: block;
    clear  : both;
}



/* header */
.head {
    width        : 100%;
    border-bottom: 1px solid #ebeae8
}

.header {
    min-width  : 1200px;
    line-height: 80px;
}

.header h1 {
    height         : 80px;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.header h1 img {
    /* height     : 100%; */
    vertical-align: middle;
}

.nav li {
    float   : left;
    padding : 25px 5px;
    position: relative;
}

/* 二级菜单 */
.nav li ul {
    position  : absolute;
    width     : 150px;
   /* overflow  : hidden; */
    left      : 50%;
    transform : translateX(-50%);
    top       : 80px;
    display   : none;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    z-index   : 222;
}

.nav li:hover ul {
    display: block;
}

.nav li li {
    display: block;
    float  : none;
    padding: 0;
}

.nav li li a {
    display    : block;
    text-align : center;
    font-size  : 14px;
    line-height: 36px;
    border     : none;
}

.nav li li a:hover {
    background: #ffe100;
}

.nav li a {
    display    : block;
    color      : #575453;
    font-size  : 18px;
    line-height: 30px;
    padding    : 0 10px;
    transition : all 0s;
}

.nav li a:hover,
.nav li a.now {
    color              : #231815;
    background         : transparent url(../images/nav-title-bg.png) no-repeat center bottom;
    background-size    : 100% 12px;
    border-top-color   : transparent;
    border-bottom-color: #ffe100;
}

/* header end */

/* banner */
.banner {
    min-height: 380px;
    background: #ffe100;
}

/* banner end */


/* title */
.title {
    text-align: center;
}

.title h2 {
    display        : inline-block;
    font-size      : 32px;
    font-weight    : bold;
    color          : #231815;
    line-height    : 46px;
    background     : url(../images/title-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.title.white h2 {
    background-image: url(../images/title-bg-white.png);
}

.title p {
    text-align    : center;
    font-size     : 14px;
    color         : #575453;
    text-transform: uppercase;
    line-height   : 1.7em;
    letter-spacing: .06em;
}

/* title end */



/* 面包屑 */
/* .breadcrumb-b{
    border-bottom: 1px solid #e6e6e6;
    min-width    : 1200px;
}
.breadcrumb{
    padding: 16px 0;
}
.breadcrumb a{
    color: #666;
}
.breadcrumb a:hover{
    color: #145ccd;
} */
/* 面包屑 end */





/* 产品服务 */
.pro-list-sy {
    padding: 25px 0;
}

.pro-list-sy li .a {
    display      : block;
    position     : relative;
    border-radius: 5px;
    box-shadow   : 5px 5px 10px #ddd;
}

.pro-list-sy li .a img {
    width: 100%;
}

.pro-title {
    position       : absolute;
    left           : 0;
    top            : 0;
    width          : 100%;
    height         : 100%;
    background     : rgba(0, 0, 0, .5);
    color          : #fff;
    display        : flex;
    justify-content: center;
    align-items    : center;
}

.pro-title h3 {
    font-size  : 24px;
    font-weight: bold;
}

.pro-hover {
    position  : absolute;
    left      : 0;
    top       : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(255,225,0,0.9);
    transform : translateY(100%);
    transition: .3s;
    padding   : 20px;
}

.pro-list-sy li .a:hover .pro-hover {
    transform: translateY(0);
}

.pro-hover a {
    display    : inline-block;
    padding    : 0 20px;
    margin     : 8px 5px;
    background : #fff;
    color      : #231815;
    font-size  : 15px;
    line-height: 36px;
}

.pro-hover a:hover {
    background: #231815;
    color     : #fff;
}

/* 产品服务结束 */


/* 关于我们 */
.about-sy {
    background: #f7f5f5;
}

.desc {
    max-width  : 923px;
    margin     : 15px auto;
    color      : #575453;
    font-size  : 16px;
    line-height: 1.5em;
}

.about-img {
    height  : 320px;
    width   : 430px;
    float   : left;
    position: relative;

}

.about-info {
    width       : 750px;
    float       : left;
    padding-top : 10px;
    padding-left: 60px;
}

.about-info .text {
    padding-bottom: 30px;
}

.about-info h3 {
    color        : #231815;
    font-size    : 20px;
    padding      : 20px 0;
    position     : relative;
    margin-bottom: 23px;
}

.about-info p {
    line-height: 1.7em;
    font-size  : 14px;
    color      : #231815;
}

.about-info h3::after {
    content   : '';
    width     : 40px;
    height    : 4px;
    background: #ffe100;
    position  : absolute;
    left      : 0;
    bottom    : 0;
}

.about-img img:first-of-type {
    width        : 320px;
    height       : 320px;
    border-radius: 50%;
    border       : 1px solid #ffe100;
    position     : absolute;
    bottom       : 0;
    left         : 0;
    background   : #fff;
}

.about-img img:nth-of-type(2) {
    width        : 200px;
    height       : 200px;
    border-radius: 50%;
    border       : 1px solid #ffe100;
    position     : absolute;
    right        : 0;
    bottom       : 5px;
    background   : #fff;
}

/* 关于我们结束 */
body .btn {
    width      : 120px;
    line-height: 34px;
    text-align : center;
    color      : #231815;
    padding    : 0;
    text-shadow: none;
}

body .btn-y {
    background  : #ffe100;
    border-color: #ffe100;
}

body .btn-y:hover {
    background  : #f0c03e;
    border-color: #f0c03e;
}

/* 专家团队 */
.ex-img {
    width : 160px;
    height: 160px;
    margin: 0 auto -80px;
}

.ex-info {
    border       : 2px solid #f0eceb;
    border-radius: 5px;
    padding      : 100px 35px 20px;
    color        : #575453;
    text-align   : center;
    height       : 304px;
}

/* 最后一个 */
.expert-sy li:last-of-type a .ex-img img {
    display: none;
}

.expert-sy li:last-of-type a .ex-info {
    background     : #f7f5f5;
    border-color   : #f7f5f5;
    align-self     : auto;
    text-align     : center;
    display        : flex;
    justify-content: center;
    align-items    : center;
    padding        : 20px 35px;
    transition     : .3s;
}

.expert-sy li:last-of-type a span {
    font-size: 24px;
    color    : #bdbab9;
}

.expert-sy li:last-of-type a:hover .ex-info {
    background  : #ffe100;
    border-color: #ffe100;
}

.expert-sy ul li:last-of-type a:hover span {
    color: #231815;
}

/* 最后一个专家团队 结束 */
.ex-info p {
    font-size  : 14px;
    line-height: 1.7em;
    white-space: pre-line;
}

.ex-info .title {
    padding    : 18px 0 8px;
    font-size  : 16px;
    font-weight: bold;
    color      : #231815;
}

body .swiper-pagination {
    position  : static;
    margin-top: 20px;
}

/* 专家团队结束 */

/* 成功案例 */
.case-sy {
    background     : url(../images/case-bg.png) no-repeat center center;
    background-size: cover;
}

.case-sy ul li a {
    color  : #231815;
    display: block;
}

.case-sy ul li a:hover {
    /* color     : #666; */
    opacity      : .6;
    /* background: rgba(255,255,255,.2) */
}

.case-sy ul li a h3 {
    font-size    : 18px;
    font-weight  : bold;
    line-height  : 1.7em;
    margin-bottom: 3px;
}

.case-sy ul li a p {
    color      : #575453;
    font-size  : 14px;
    line-height: 20px;
    height     : 60px;
}

body .btn-case {
    border-color: #bdbab9;
    color       : #8a8887;
}

body .btn-case:hover {
    border-color: #231815;
    background  : #231815;
    color       : #fff;
}


/* 创新活动 */
.create-img {
    width: 430px;
    float: left;
}

.create-img img {
    border-radius: 5px;
}

.create-img h3 {
    font-size     : 18px;
    padding-top   : 13px;
    font-weight   : bold;
    line-height   : 1.5em;
    padding-bottom: 5px;
}

.create-img a {
    display : block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.create-img a:hover {
    opacity: .6;
}

.p span {
    color: #8a8887;
}

.price_o {
    text-decoration: line-through;
    padding-left   : 10px;
}

.price_n {
    padding-left: 29px
}

.price_n strong {
    color    : #e03278;
    font-size: 14px;
}

.p .addr {
    padding-left: 20px;
}

.create-info {
    width        : 750px;
    float        : left;
    padding-left : 80px;
    padding-right: 80px;
}

.create-info li a {
    display : block;
    padding : 20px 0;
    overflow: hidden;
}

.create-info ul li:first-of-type a {
    padding-top: 0;
}

.create-info .time {
    width          : 68px;
    height         : 80px;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    float          : left;
    background     : #ffe100;
    color          : #575453;
    transition     : all .3s;
}

.create-info li a:hover {
    opacity: .6;
}

.time p {
    font-size    : 24px;
    text-align   : center;
    margin-bottom: 10px;
}

.time span {
    font-size : 14px;
    display   : block;
    text-align: center;
}

.create-text {
    width: calc(100% - 68px);
    float: left;
    color: #231815;
}

.create-text h3 {
    font-weight   : bold;
    font-size     : 18px;
    padding-bottom: 10px;
}

.create-text p {
    color    : #575453;
    font-size: 14px;
}

/* black */
.bg-black h3 {
    line-height: 1.5em;
    font-size  : 16px;
    color      : #ffffff;
}

.bg-black p {
    line-height: 1.5em;
    font-size  : 14px;
    color      : #bdbab9;
}

body .btn-b {
    border-color: #bdbab9;
    color       : #ffffff;
}

body .btn-b:hover {
    background  : #ffe100;
    border-color: #ffe100;
}

/* black end */

/* 合作伙伴 */
.partner-sy ul li>div {
    height    : 120px;
    background: #f7f5f5;
}

/* 合作伙伴结束 */

/* 联系我们 */
.contact-sy-box {
    position: relative;
}

.contact-sy-box .col-md-6 {
    height: 566px;

}

.contact-info {
    padding      : 110px 56px;
    padding-right: 270px;
    background   : #242120;
    color        : #fff;
}

.contact-mess p {
    padding     : 9px;
    line-height : 1.5em;
    padding-left: 20px;
    position    : relative;
    color       : #bdbab9;
}

.contact-mess p i {
    position   : absolute;
    left       : 0;
    line-height: 1.5em;
    color      : #bdbab9;
}

.contact-info-b .link a {
    margin-right: 6px;
    position    : relative;
}

.ma-img {
    background   : #ffe100;
    position     : absolute;
    width        : 120px;
    height       : 120px;
    border-radius: 3px;
    padding      : 2px;
    left         : 0;
    top          : 38px;
    display      : none;
}

.ma-img::before {
    content            : '';
    width              : 0;
    height             : 0;
    border             : 4px solid transparent;
    border-bottom-color: #ffe100;
    position           : absolute;
    left               : 2px;
    top                : -8px;
}

.ma-img2 {
    background   : #ffe100;
    position     : absolute;
    width        : 120px;
    height       : 120px;
    border-radius: 3px;
    padding      : 2px;
    left         : 0;
    top          : 38px;
    display      : none;
}

.ma-img2::before {
    content            : '';
    width              : 0;
    height             : 0;
    border             : 4px solid transparent;
    border-bottom-color: #ffe100;
    position           : absolute;
    left               : 2px;
    top                : -8px;
}

.ma-img3 {
    background   : #ffe100;
    position     : absolute;
    width        : 120px;
    height       : 120px;
    border-radius: 3px;
    padding      : 2px;
    left         : 0;
    top          : 38px;
    display      : none;
}

.ma-img3::before {
    content            : '';
    width              : 0;
    height             : 0;
    border             : 4px solid transparent;
    border-bottom-color: #ffe100;
    position           : absolute;
    left               : 2px;
    top                : -8px;
}

.ma-img4 {
    background   : #ffe100;
    position     : absolute;
    width        : 120px;
    height       : 120px;
    border-radius: 3px;
    padding      : 2px;
    left         : 0;
    top          : 38px;
    display      : none;
}

.ma-img4::before {
    content            : '';
    width              : 0;
    height             : 0;
    border             : 4px solid transparent;
    border-bottom-color: #ffe100;
    position           : absolute;
    left               : 2px;
    top                : -8px;
}

.contact-img {
    position: relative;
}

.contact-img img {
    width : 100%;
    height: 100%;
}

.point {
    width          : 91px;
    height         : 107px;
    background     : url(../images/point-bg.png) no-repeat center center;
    background-size: contain;
    padding-top    : 35px;
    text-align     : center;
    position       : absolute;
    left           : 47%;
    top            : 63%;
    transform      : translate(-50%, -90%);
}

.point span {
    color    : #ffe100;
    font-size: 14px;
}

.contact-form {
    width        : 340px;
    min-height   : 404px;
    padding      : 30px 40px;
    border-radius: 10px;
    background   : #0f0e0d;
    position     : absolute;
    left         : 333px;
    top          : 80px;
}

.contact-form h2 {
    color         : #fff;
    font-size     : 16px;
    font-weight   : bold;
    padding-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    width      : 100%;
    padding    : 5px 10px;
    line-height: 26px;
    color      : #8a8887;
    margin-top : 20px;
}

.contact-form textarea {
    height: 130px;
    resize: none;
}

body .btn-contact {
    width        : 100%;
    border-radius: 0;
}

/* 联系我们 结束 */


/* tip-box */
.tip-box {
    background   : #519be0;
    color        : #fff;
    display      : inline-block;
    position     : fixed;
    left         : 50%;
    transform    : translateX(-50%);
    min-width    : 150px;
    top          : 0;
    padding      : 10px 20px;
    margin-top   : 10%;
    border-radius: 10px;
    text-align   : center;
    font-size    : 16px;
    line-height  : 1.2em;
    display      : none;
    z-index      : 10;
}

.tip-box2 {
    background   : #519be0;
    color        : #fff;
    display      : inline-block;
    position     : fixed;
    left         : 50%;
    transform    : translateX(-50%);
    min-width    : 150px;
    top          : 0;
    padding      : 10px 20px;
    margin-top   : 10%;
    border-radius: 10px;
    text-align   : center;
    font-size    : 16px;
    line-height  : 1.2em;
    display      : none;
    z-index      : 10;
}


/* footer */
footer {
    background    : #575453;
    color         : #bdbab9;
    overflow      : hidden;
    padding-top   : 20px;
    padding-bottom: 10px;
}

.footer-line {
    height    : 2px;
    background: #8a8887;
    margin    : 20px 0;
    position  : relative;
}

.footer-line span {
    display    : inline-block;
    padding    : 0 15px;
    font-size  : 18px;
    font-weight: bold;
    background : #575453;
    position   : absolute;
    left       : 50%;
    top        : 50%;
    transform  : translate(-50%, -50%);
}

.friendlinks {
    overflow      : hidden;
    line-height   : auto;
    height        : auto;
    padding-bottom: 20px;
}

.friendlinks a {
    padding     : 5px;
    font-size   : 16px;
    color       : #bdbab9;
    line-height : 1.5em;
    margin-right: 10px;
}

.friendlinks a:hover {
    color: #fff;
}

/* footer end */

/* aside */
.bx-sideBar {
    position: fixed;
    right   : 20px;
    top     : 15%;
}

#returnTop {
    cursor: pointer;
}

.bx-sideBar ul li:not(:first-of-type) {
    padding: 7px 3px;
}

.bx-sideBar ul li:nth-of-type(2) .div-fc span {
    height     : 100px;
    padding-top: 40px;
}

.bx-sideBar ul li:nth-of-type(3) .div-fc span {
    height     : 121px;
    padding-top: 50px;
}

.aside-form {
    padding   : 10px 20px 20px;
    background: #519be0;
}

.aside-form .formline {
    margin-top  : 10px;
    position: relative;
}
.aside-form input {
    padding     : 5px;
    line-height : 26px;
    padding-left: 40px;
    max-width   : 100%;
    border      : none;
    color       : #231815;
}

.aside-form label {
    position   : absolute;
    padding    : 5px;
    line-height: 26px;
    color      : #8a8887;
    left       : 0;
    top: 0;
}

body .bx-sideBar ul li .div-fc {
    padding-right: 4px;
}

body .bx-sideBar ul li:last-of-type .div-fc {
    bottom: 0;
    top   : auto;
}

body .btn-aside {
    width        : 100%;
    margin-top   : 10px;
    border-radius: 0;
}

/* aside end */



/* 高校服务 */
.menu-box {
    width : 180px;
    border: 1px solid #e0dddc;
    float : left;
}

.menu-box li a {
    display     : block;
    line-height : 55px;
    padding-left: 35px;
    color       : #575453;
    font-size   : 18px;
}

.menu-c li a {
    padding   : 0;
    text-align: center;
}

.menu-box li a.now,
.menu-box li a:hover {
    background: #ffe100;
    color     : #231815;
}

.menu-r {
    /* width: calc( 100% - 135px ); */
    width   : 940px;
    float   : right;
}

.title-bl {
    color         : #231815;
    font-size     : 20px;
    font-weight   : bold;
    line-height   : 100%;
    padding-bottom: 15px;
    margin-bottom : 19px;
    border-bottom : 1px solid #e0dddc;
    position      : relative;
}

.title-bl::after {
    content   : '';
    width     : 40px;
    height    : 4px;
    background: #ffe100;
    position  : absolute;
    left      : 0;
    bottom    : -1px;
}

.article {
    padding: 0;
}

.article .title2 {
    font-size  : 16px;
    color      : #231815;
    font-weight: bold;
    margin-top : 30px;
    line-height: 1.5em;
}

.article p {
    line-height: 22px;
    color      : #575453;
    font-size  : 14px;
}

.tab {
    border-bottom: 1px solid #e0dddc;
}

.tab span {
    display      : inline-block;
    min-width    : 127px;
    text-align   : center;
    line-height  : 34px;
    border       : 1px solid #e0dddc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    background   : #f7f5f5;
    font-size    : 16px;
    color        : #575453;
    margin-right : 3px;
    cursor       : pointer;
    max-width    : 130px;
    white-space  : nowrap;
    text-overflow: ellipsis;
}
.tab span:hover,
.tab span.now {
    background  : #ffe100;
    border-color: #ffe100;
    color       : #231815;
}

.tab3{
    border-bottom: 1px solid #e0dddc;
    display: flex;
    justify-content: space-between
}
.tab3 span{
    display      : block;
    min-width    : 127px;
    text-align   : center;
    line-height  : 34px;
    border       : 1px solid #e0dddc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    background   : #f7f5f5;
    font-size    : 16px;
    color        : #575453;
    cursor       : pointer;
    max-width    : 130px;
    white-space  : nowrap;
    text-overflow: ellipsis;
}
.tab3 span:hover,
.tab3 span.now {
    background  : #ffe100;
    border-color: #ffe100;
    color       : #231815;
}


.tab2 {
    text-align: center;
}

.tab2 span {
    display    : inline-block;
    line-height: 32px;
    font-size  : 14px;
    color      : #8a8887;
    padding    : 0 10px;
    cursor     : pointer;
}

.tab2 span:hover,
.tab2 span.now {
    color     : #231815;
    background: #ffe100;
}

.article .btn {
    color    : #8a8887;
    font-size: 14px;
}

.article .btn:hover {
    background: transparent;
    color     : #231815;
}

.tab-c {
    display   : none;
    min-height: 650px
}

.tab2-c {
    display: none;
}

/* 高校服务 end */


/* 公共服务 */
.img4 {
    margin  : 0 -10px;
    overflow: hidden;
}

.img4>div {
    width: 25%;
    float: left;
}

.img2 {
    margin  : 0 -10px;
    overflow: hidden;
}

.img2>div {
    width: 50%;
    float: left;
}

/* 公共服务 end */
/* 企业服务 */
/* 下载按钮 */
body .btn1 {
    width  : 140px;
    padding: 0 10px
}

/* 产品研发li */
.menu-r .chanpin ul li {
    list-style : disc;
    font-size  : 14px;
    color      : #575453;
    content    : ".";
    color      : #8a8887;
    margin-left: 15px;
    line-height: 25px
}

/* 精益创新 */
.menu-r .firm-pic ul li {
    padding: 10px
}

.article .title3 {
    font-size  : 16px;
    color      : #231815;
    margin-top : 30px;
    line-height: 1.5em;
}

.article .firm-box {
    width           : 470px;
    height          : 290px;
    background-color: #f7f5f5;
}

.article .title4 {
    font-size  : 14px;
    font-weight: bold;
    color      : #575453;
    margin-top : 30px;
    line-height: 1.5em;
}

.article .firm-p1 {
    display: inline-block
}

/* eiu 智库 */
.eiu h2 {
    margin-bottom: 19px
}

.eiu-box ul li a {
    display: block;
    width  : 458px;
    height : 110px;
    border : 1px solid #fff
}

.eiu-box .eiu-box2 {
    width           : 348px;
    background-color: #f7f5f5;
    height          : 108px;
}

.eiu-box .eiu-box2 h3 {
    font-size  : 16px;
    color      : #231815;
    font-weight: bold;

    line-height: 1.5em;
}

.eiu-box .eiu-box2 p {
    font-size  : 14px;
    color      : #575453;
    line-height: 21px;
    padding    : 0;
    height     : 42px;
}

.eiu-box ul li:hover a {
    border: 1px solid #ffe100
}

.eiu-box ul li {
    float  : left;
    padding: 0 0 20px;
}

.eiu-box ul li:nth-child(odd) {
    padding-right: 20px
}

.nav-a .w {
    padding-top: 15px;
    font-size  : 14px;
    color      : #8a8887;
    line-height: 100%
}

.nav-a .w a {
    font-size: 14px;
    color    : #8a8887;
}

.nav-a .w a:hover {
    color: #519be0;
}

.eiu-pic {
    width: 220px;
    float: left;
}

.eiu-box3 {
    width           : 720px;
    height          : 136px;
    background-color: #f7f5f5;
    float           : left;
}

.eiu-li {
    clear      : both;
    padding-top: 10px
}

.eiu-li ul li {

    font-size    : 14px;
    color        : #575453;
    line-height  : 40px;
    border-bottom: 1px dashed #bdbab9;
    clear        : both;
}

.eiu-li ul li .eiu-dian {
    width           : 5px;
    height          : 5px;
    border-radius   : 50%;
    background-color: #ffe100;
    display         : inline-block
}

.eiu-li ul li p {
    line-height: 46px;
    padding    : 0
}

.eiu-li ul li .eiu-span {
    line-height: 46px
}

.eiu-li ul li:hover p {
    color: #519be0;
}

.article .title5 {
    font-size  : 24px;
    font-weight: bold;
    color      : #575453;
    text-align : center;
    line-height: 60px
}

.eiu-li2 ul li {
    padding: 20px 0;
}

.eiu-li2 .eiu-buy h3 {
    font-size  : 18px;
    color      : #231815;
    padding-top: 5px
}

.eiu-li2 .eiu-buy span {
    font-size  : 14px;
    color      : #e03278;
    line-height: 40px
}

.eiu-li2 .eiu-buy {
    width       : 832px;
    padding-left: 15px
}

.eiu-li2 .eiu-buy p {
    line-height: 24px;
    padding    : 0
}

.eiu-li2 ul li:hover p {
    color: #575453;
}

.eiu-li2 ul li .eiu-buy .eiu-a {
    font-size: 14px;
    color    : #8a8887;
}

.eiu-nav a {
    display         : inline-block;
    width           : 28px;
    height          : 28px;
    background-color: #f7f5f5;
    color           : #575453;
    font-size       : 14px;
    line-height     : 28px;
    border          : 1px solid #e0dddc;
    margin          : 0px 4px;
}

.service-nav {
    padding-top: 60px
}

.eiu-nav a:hover {
    background-color: #ffe100;
    border-color    : #ffe100;
    color           : #231815
}

.eiu-nav span:nth-child(1) {
    color        : #8a8887;
    font-size    : 14px;
    padding-right: 10px
}

.eiu-nav span:nth-child(2) {
    color    : #575453;
    font-size: 14px;
}

.eiu-con .eiu-buy {
    width: 800px
}

.eiu-con .eiu-buy h3 {
    padding: 0
}

.eiu-con .eiu-buy a {
    display         : inline-block;
    width           : 120px;
    height          : 36px;
    background-color: #ffe100;
    font-size       : 14px;
    color           : #231815;
    text-align      : center;
    line-height     : 36px;
    border-radius   : 3px;
    margin-top      : 16px
}

.eiu-con .eiu-buy a:hover {
    background-color: #f0c03e
}

.eiu-by .eiu-buy h3 {
    font-size: 14px
}

.eiu3 .title-bl{
    margin: 0
}
.eiu3 .article .eiu-li{
    padding: 0
}

.yw-buy p {
    color      : #575453;
    font-size  : 14px;
    width      : 115px;
    display    : inline-block;
    line-height: 36px
}

.yw-buy span {
    color      : #575453;
    font-size  : 14px;
    display    : inline-block;
    line-height: 36px
}

.yw-buy ul li .yw-input1 {
    width           : 235px;
    height          : 36px;
    background-color: #f7f5f5;
    border          : 1px solid #e0dddc;
    box-shadow      : none;
    padding-left    : 10px
}

.yw-buy ul li .yw-input2 {
    width           : 470px;
    height          : 36px;
    background-color: #f7f5f5;
    border          : 1px solid #e0dddc;
    box-shadow      : none;
    padding-left    : 10px
}

.choose {
    position: relative;
}

.choose .radio {
    position     : relative;
    display      : inline-block;
    font-weight  : 400;
    color        : #575453;
    padding-left : 25px;
    cursor       : pointer;
    padding-right: 30px
}

.choose .radio input {
    position: absolute;
    left    : -9999px;
}

.choose .radio i {
    display           : block;
    position          : absolute;
    top               : 0;
    left              : 0;
    width             : 15px;
    height            : 15px;
    outline           : 0;
    border            : 1px solid #e4e4e4;
    background        : #ffffff;
    border-radius     : 50%;
    transition        : border-color .3s;
    -webkit-transition: border-color .3s;
}

.choose .radio input+i:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    width             : 13px;
    height            : 13px;
    border-radius     : 50%;
    background-color  : #ffe100;
    opacity           : 0;
    transition        : opacity .1s;
    -webkit-transition: opacity .1s;
}

.choose .radio input:checked+i:after {
    opacity: 1;
}

.btn2 {
    width           : 120px;
    line-height     : 36px;
    font-size       : 14px;
    color           : #231815;
    text-align      : center;
    display         : inline-block;
    border-radius   : 5px;
    border          : 1px solid #ffe100;
    background-color: #ffe100 !important;
    margin-top      : 20px
}

.snow {
    display: block
}

.eiu-tan {
    width           : 100%;
    height          : 100%;
    display         : none;
    background-color: rgba(0, 0, 0, 0);
    z-index         : 222;
    position        : fixed;
    top             : 0;
    left            : 0;
}

.eiu-window {
    position        : fixed;
    top             : 50%;
    left            : 50%;
    width           : 400px;
    height          : 272px;
    border          : 1px solid #e0dddc;
    box-shadow      : 1px 4px 5px #cacaca;
    background-color: #fff;
    margin-top      : -136px;
    margin-left     : -200px;
    padding         : 30px 50px;

}

.eiu-window .article .title2 {
    font-size   : 16px;
    color       : #231815;
    font-weight : bold;
    margin      : 0;
    line-height : 16px;
    padding-top : 15px;
    padding-left: 15px;
}

.btn3 {
    width        : 120px;
    line-height  : 36px;
    font-size    : 14px;
    color        : #8a8887;
    text-align   : center;
    display      : inline-block;
    border-radius: 3px;
    border       : 1px solid #e0dddc;
    margin-top   : 20px
}

.innovate-left {
    float: left;
    width: 660px;
}

.innovate-left .title-bl {
    width: 430px
}

.innovate-right {
    float: right;
    width: 430px;
}

.innovate-left .title2 {
    padding-top   : 13px;
    font-weight   : bold;
    line-height   : 1.5em;
    padding-bottom: 5px;
    margin        : 0
}

.in-span {
    font-size  : 14px;
    color      : #e03278;
    line-height: 40px
}

.innovate-leftcon {
    width  : 660px;
    padding: 0;
    clear  : both
}

.innovate-leftcon ul li a {
    padding: 0
}

.innovate-leftcon ul li {
    padding: 20px 0;
}

.innovate-leftcon ul li .create-text {
    height: 80px;
}

.innovate-right .create-text {
    width: 100%;
    float: none
}

.innovate-right ul li {
    padding-top: 21px
}

.innovate-left .title-bl,
.innovate-right .title-bl {
    margin: 0
}

.innovate-left h3,
.innovate-right h3 {
    font-weight: normal;
}

.innovate-left h3 {
    padding-bottom: 19px;
}

.innovate-left ul li p {
    line-height: 22px;
    height     : 44px;
    padding    : 0
}

.innovate-left .time p {
    font-size    : 24px;
    text-align   : center;
    margin       : 0;
    line-height  : 30px;
    height       : auto;
    margin-bottom: 10px
}

.innovate-left .title5 {
    color      : #231815;
    text-align : left;
    line-height: 100%;
    padding: 0;
    padding-bottom: 15px;
}

.innovate-left .title3 {
    margin-top : 0;
    padding-top: 15px
}

.innovate-right .title-b2 {
    font-weight: normal;
    color      : #575453;
    line-height: 100%
}

.innovate1 ul li {
    padding      : 17px 0;
    border-bottom: 1px dashed #f0eceb
}

.innovate1 ul li a h3 {
    padding-bottom: 10px
}

.innovate1 ul li span {
    color         : #575453;
    font-size     : 14px;
    display       : block;
    padding-bottom: 13px
}

.innovate1 .title-bl {
    margin-bottom: 4px
}

.innovate-right ul li h3 {
    font-size     : 18px;
    color         : #231815;
    padding       : 0;
    padding-bottom: 14px;

}

.innovate-right ul li p {
    padding    : 0;
    line-height: 22px;
    height     : 44px;
}

.service ul li p {
    width    : 787px;
    overflow     : hidden;
    white-space  : nowrap;
    text-overflow: ellipsis;
    float: left;
    line-height: 46px
}
.service ul li a a{
    display: inline-block;
}




.service ul li:hover {
    background-color: #f7f5f5
}



.service2 p input {
    width     : 120px;
    height    : 28px;
    box-shadow: none;
    border    : 1px solid #e0dddc;
    margin    : 0 20px 0 8px;
    padding: 5px
}

.service2 p a {
    display         : inline-block;
    width           : 88px;
    line-height     : 28px;
    text-align      : center;
    background-color: #ffe100;
    border-radius   : 3px;
    font-size       : 14px;
    color           : #231815;
}

.service2 p a:hover {
    background-color: #f0c03e
}

.service2-tab {
    width: 940px;
}

.service2-tab table {
    width: 100%;
}

.service2-tab table tr th,
.service2-tab table tr td {
    line-height: 46px;
    font-size  : 14px;
    padding    : 0;

}

.service2-tab table tr th {
    background-color: #f7f5f5;
    color           : #231815;
    font-weight     : normal;

}

.service2-tab table tr th:nth-child(1) {
    width       : 180px;
    padding-left: 20px
}

.service2-tab table tr td:nth-child(1) {

    padding-left: 20px
}

.service2-tab table tr th:nth-child(2) {
    width: 234px;
}

.service2-tab table tr th:nth-child(3) {
    width: 430px;
}

.service2-tab table tr td {
    border       : none;
    border-bottom: 1px dashed #e0dddc;
    color        : #575453
}

.service2-tab table .th1 {
    width: 96px;
}

.service3 {
    padding-bottom: 80px;
}

.service3-input {
    width        : 940px;
    height       : 220px;
    border       : 1px solid #e0dddc;
    position     : relative;
    margin-bottom: 29px
}

.service3-input textarea {
    width      : 936px;
    height     : 218px;
    resize     : none;
    padding    : 10px;
    border     : none;
    margin-left: 1px;
}

.service3-input p {
    position : absolute;
    right    : 10px;
    bottom   : 10px;
    font-size: 14px;
    color    : #bdbab9;
}

.service3 input {
    width     : 470px;
    height    : 36px;
    box-shadow: none;
    border    : 1px solid #e0dddc;
    padding   : 10px
}

.about {
    clear: both;
}

.about-box {
    width       : calc(100% - 160px);
    float       : right;
    padding-left: 40px;
}


.about ul {
    margin  : 0 -15px;
    overflow: hidden;
}

.about ul li {
    width  : 25%;
    float  : left;
    padding: 15px 15px;

}

.about ul li p {
    text-align: center;
    padding   : 5px 15px;
}
.box-pt{
    padding-top: 6px
}
.box-mb{
    margin-bottom: 0;
}
.about-span {
    font-size  : 14px;
    color      : #231815;
    line-height: 100%;
    clear      : both;
}
.about-box .about-span{
    line-height: 24px;
    padding: 10px 0;
}

.about-span span:nth-child(1) {
    width           : 4px;
    height          : 14px;
    background-color: #ffe100;
    display         : inline-block;
    margin-right    : 8px;
    float: left;
}

.about-span span:nth-child(2) {
    float: left;
    color: #231815;
}
.about-box .title2{
    margin-top: 0
}

.about-tabc ul li {
    padding-bottom: 40px
}

.eiu-nav .now {
    background-color: #ffe100
}

.menu-r .article .eiu-title2 {
    padding-top: 43px;
    margin     : 0;
}

.menu-r .article .eiu-title2-1 {
    margin        : 0;
    line-height   : 100%;
    padding-bottom: 14px
}

.menu-r .eiu-mv ul li {
    color         : #575453;
    font-size     : 14px;
    padding-bottom: 10px
}

.service3 .service3-text p {
    padding-bottom: 15px;
    line-height   : 100%
}
.innovate-right ul li:hover {
    opacity: .6;
}
.service ul li{
    height: 46px;
}
.service ul li a{
    display: inline-block;
    line-height: 46px;
    text-align: center;
    vertical-align: middle
}
.service ul li a img{
    vertical-align: middle
}
.service ul li a img{
    display: none
}
.service ul li:hover img{
    display: block;
}
.service ul li:hover .eiu-span{
    color: #519be0
}
.innovate-left-title2 .title2{
    font-size: 18px;
    padding-bottom: 10px
}
.innovate2-left .p{
    padding-bottom: 30px
}
.innovate2-left  p {
    padding-bottom: 15px
}
.innovate2-left .title5{
    padding-bottom: 15px;
}
.innovate2-left .innovate1-left-title2{
    padding-top: 0;
    line-height: 100%;
    padding-bottom: 15px;
    font-weight: bold
}

.bx-sideBar ul li .icon:before {
    color: #fff;
}


/* skk样式 */



.skk-01{
	padding: 7px 0;
}
.skk-01 ul li{
	padding: 7px 0;
}
.skk-02_innovate-left h3{
	padding-bottom: 10px;
	padding-top: 5px;
	}
.skk-02_innovate-left .time p{
	margin-bottom: 5px;
}
.skk-innovate-right ul li h3{
	    padding-bottom: 7px;
}
.skk-eiu-nav{
	padding: 44px 0!important;
}
.nav li ul{
	position: relative;
	position: absolute;
    width: 150px;
    /* overflow: hidden; */
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    display: none;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	
    z-index: 222;
	
}
.skk-bei_se{
	position: absolute;
	top: -11px;
	left: 50%;
	width: 22px;
	height: 11px;
	margin-left: -11px;
	background:#ffffff url(../images/skkx.png) no-repeat  center ;
	
}
.eiu-box ul li a img{
	width: 108px;
	height: 108px;
}
.sskk-xs  .eiu-box2{
	padding: 15px 20px!important;
}
.sskk-xs  .eiu-box2 h3{
	padding-bottom: 10px;
}
.skk_yw-buy p{
	line-height: 25px;
}
.skk_yw-buy span{
	line-height: 25px;
}
.innovate-left .skk_xpp1{
	padding-bottom: 15px;
}
.innovate-left .skk_xpp{
	padding-bottom: 10px;
}