* {padding: 0;margin: 0;}
body {
    font-size: 16px;
    color: #333;
    background-color: #fff;
    font-family: "Microsoft Yahei";
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}


/*菜单栏*/
.null-block{
    height: 100px;
    width: 100%;
}

.menu {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 99;
}

.menu:hover {
    z-index: 99;
}

.menu .top-head-box {
    display: none;
    width: 100%;
    border-bottom: 1px solid #efefef;
    height: 30px;
}

.menu .top-head-box span {
    display: block;
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
    color: #898989;
    font-weight: bold;
}

.menu-box {
    width: 100%;
    height: 100px;
    box-shadow: 0px 5px 5px rgba(170, 174, 186, 0.1);
}

.menu-box .home_nav_wraps {
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    height: 100px;
    font-size: 16px;
    color: #4e4e4e;
    background-color: #fff;
}

li {
    list-style: none;
}

.logo {
    display: inline-block;
}

.logo:hover {
    cursor: pointer;
}

.menuli {
    position: relative;
    height: 100px;
    align-items: center;
    cursor: pointer;
    float: right;
    width: 160px;
    text-align: center;
    transition: all .6s linear;
    color: #333;
}

.menuli .txt {
    font-size: 18px;
    width: 100%;
    height: 20px;
    border-right: 2px solid rgba(46, 142, 235, 0.3);
    line-height: 20px;
    margin-top: 40px;
    /*font-weight: normal;*/
}

.menuli:hover {
    color: #FFF;
    background-color: #2e8eeb;
    transition: all .3s linear;
}

.menuli:hover .txt {
    border-right: 2px solid #fff;
}
.banner{
    width: 100%;
    min-width: 1200px;
}
.banner img {
    width: 100%;
    min-width: 1200px;
}

.inner-banner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 1200px;
}

.about-img-box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}
.single-blog-post {
    border-radius: 5px;
    overflow: hidden;
    box-shadow:0px 5px 15px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all ease-in-out 0.5s;
    margin-bottom: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    overflow: hidden;
}
.single-blog-post:hover {
    /*margin-top: -5px;*/
    box-shadow: 0 10px 15px 6px rgba(0,0,0,0.2);
    border: 1px solid #2492e7;
    background-color: #2492e7;
    cursor: pointer;
}

.col-12{
    padding: 0;
}
.single-blog-post img {
    width: 100%;
    height: 285px;
}

.single-blog-post:hover .single-blog-content h4{
    color: #fff !important;
}
.single-blog-post:hover .single-blog-content p{
    color: #fff !important;
}

.single-blog-content {
    padding: 20px 20px 0px 20px;
    float:left;
}
.single-blog-content img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
}
.single-blog-content h4{
    font-size:18px;
}
.single-blog-content h4, .single-blog-content h6{
    text-transform: capitalize;
}
.single-blog-content h4 {
    margin: 25px 0 10px;
}
.single-blog-content h6 i {
    padding: 0 5px 0 20px;
    position: relative;
}
.single-blog-content .ck-detail{
    color: #999;
    margin-top: 20px;

}
.single-blog-content h4{
    width: 95%;
    color: #333 ;
    text-align: left;
}
.single-blog-content .ck-detail:hover{
    color: #2492e7;
}
.single-blog-content h4:hover {
    color: #2492e7;
}
.single-blog-content p{
    margin: 0 auto;
    transition: .5s;
    font-size: 16px;
    text-indent: 2em;
    text-align: left !important;
    letter-spacing: -0.02em;
    line-height:26px;
    color: #888;
}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.inner-banner img {
    width: 100%;
    min-width: 1200px;
    transition: .3s all linear;
}

.inner-banner img:hover {
    transform: scale(1.02);
    transition: .3s all linear;
}

.type__list {
    display: none;
    opacity: 0;
    position: absolute;
    color: #333;
    left: 50%;
    top: 95px;
    min-width: 8000%;
    text-align: center;
    transform: translateX(-50%);
    background-color: #FFF;
    transition: all .1s linear;
    z-index: -99;
}

.type__list li:last-child {
    padding-bottom: 30px;
}

.type__list h1 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

.type__list li {
    cursor: pointer;
    opacity: .7;
    padding: 15px 13px;
    color: #333;
}

.type__list li:hover {
    color: #2E8EEB;
}

.menuli:hover .type__list {
    display: block;
    top: 100px;
    opacity: 1 !important;
    transition: all .1s linear;
    z-index: 99;
    box-shadow: 5px 5px 5px rgba(55, 55, 55, 0.1);
}

.news {
    width: 1200px;
    margin: 40px auto 0;
}

.news-box {
    width: 570px;
    display: inline-block;
}

.news .right {
    float: right;
}

.title {
    width: 100%;
    height: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
}

.title h1 {
    font-size: 24px;
    font-weight: normal;
    color: #2b5ebb;
    border-left: 3px solid #2b5ebb;
    padding-left: 8px;
    display: inline-block;
}

.title .see-more {
    float: right;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

.title .see-more span {
    display: inline-block;
    float: right;
    width: 5px;
    height: 8px;
    margin-top: 8px;
    margin-left: 8px;
    background-image: url(../images/see-more.png);
    background-position: 0 -8px;
}

.title .see-more:hover {
    color: #258DF0;
    cursor: pointer;
}

.title .see-more:hover span {
    background-position: 0 0;
}

.news-box ul li {
    width: 570px;
    border-bottom: 1px solid #E3E3E3;
    padding-top: 2px;
}

.news-box ul li .sign {
    display: inline-block;
    height: 20px;
    float: left;
    padding: 0 3px;
    color: #258df0;
    /*background-color:#258df0;*/
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    border-radius: 2px;
    margin-right: 10px;
}

.news-box ul li p {
    width: 450px;
    color: #333;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-box ul li .news-date {
    float: right;
    line-height: 40px;
    color: #999;
}

.news-box ul li:hover P {
    color: #258df0;
    cursor: pointer;
}

.news-box ul li:hover span {
    color: #258df0;
    cursor: pointer;
}

.entry-button {
    width: 1200px;
    margin: 40px auto 0;
}

.entry-button div {
    display: inline-block;
    width: 570px;
    height: 100px;
    border-radius: 5px;
    line-height: 100px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    transition: all .3s linear;
}

.entry-button div img {
    vertical-align: middle;
    margin: 0 25px 0 35px;
}

.entry-button .right {
    float: right;
}

.entry-button div:hover {
    transition: all .3s linear;
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bacf3), to(#0067cb));
    background-image: -webkit-linear-gradient(#5bacf3, #0067cb);
    background-image: -moz-linear-gradient(#5bacf3, #0067cb);
    background-image: -o-linear-gradient(#5bacf3, #0067cb);
    background-image: linear-gradient(#5bacf3, #0067cb);
    box-shadow: 7px 7px 10px rgba(43, 94, 187, 0.4);
}

.content-box {
    width: 1200px;
    margin: 40px auto 0;
}

.evaluate {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.evaluate li {
    display: inline-block;
    width: 285px;
    height: 120px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    margin-top: 35px;
    transition: all .3s linear;
    color: #333;
}

.evaluate li img {
    width: 45px;
    float: left;
    margin: 20px 10px 0 15px;
    vertical-align: middle;
}

.evaluate li div {
    width: 265px;
    /*display: inline-block;*/
    /*margin-top: 20px;*/
    margin: 0 auto;
}

.evaluate li div h1 {
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 45px;
    margin-top: 20px;
    color: #333;
}

.evaluate li div .text {
    display: inline-block;
    line-height: 26px;
    width: 85px;
    color: #666;
    text-align: center;
}

.evaluate li div .text .sign {
    color: #258df0;
    padding-right: 5px;
    font-size: 12px;
}

.evaluate li:hover {
    color: #258df0;
    box-shadow: 0px 0px 15px rgba(138, 188, 235, 0.6);
    transition: all .3s linear;
    border: 1px solid #fff;
}

.evaluate li:hover span {
    color: #258df0;
    cursor: pointer;
    transition: all .3s linear;
}

.channel li {
    display: inline-block;
    width: 380px;
    height: 175px;
    border-radius: 5px;
    margin-top: 35px;
    margin-right: 24px;
    overflow: hidden;
    background-image: url(../images/channel-bg.png);
    box-shadow: 0 0 8px rgba(170, 174, 186, 0.3);
    transition: all .3s linear;
}

.channel li h1 {
    width: 340px;
    margin: 35px auto 0;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 5px;
    color: #333;
}

.channel li p {
    width: 340px;
    display: block;
    margin: 15px auto 0;
    line-height: 30px;
    color: #666;
    height: 60px;
    overflow: hidden;
}

.channel li:hover {
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    box-shadow: 7px 7px 10px rgba(43, 94, 187, 0.3);
    transition: all .3s linear;
}

.channel li:hover h1 {
    color: #fff;
}

.channel li:hover p {
    color: #fff;
}

/*20220324*/
.index-ktyj{
    width: 900px;
    height: 350px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-ktyj li{
    width: 285px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    transition:.3s all linear;
}
.index-ktyj li img{
    width:285px;
    height:240px;
    opacity: 0.6;
}
.index-ktyj li h1{
    width: 240px;
    margin:10px auto 0;
    line-height: 36px;
    font-size: 20px;
    font-weight: normal;
    color: #555;
}
.index-ktyj li:hover{
    background-color: #0088EC;
    transition:.3s all linear;
}
.index-ktyj li:hover h1{
    color: #fff;
}
.index-ktyj li:hover img{
    opacity: 1;
}

.link .title {
    margin-bottom: 20px;
}

.link li {
    display: inline-block;
    width: 220px;
    height: 65px;
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 19px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(170, 174, 186, 0.2);
    transition: all .2s linear;
}

.link li:hover {
    cursor: pointer;
    box-shadow: 0 0 15px rgba(170, 174, 186, 0.8);
    transition: all .2s linear;
}

.navigation {
    width: 1200px;
    margin: auto;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 20px;
}

.navigation li {
    float: left;
    margin: 19px 29px;
}

.bottom {
    width: 100%;
    min-width: 1200px;
    margin: 40px auto 0;
    text-align: center;
}

.bottom .bottom-menu {
    line-height: 40px;
    text-align: center;
    border-bottom: 3px solid #2E8EEB;
    background: #fff;
}

.bottom-copy {
    margin: 15px 0 20px 0;
}

.bottom a {
    color: #666;
    line-height: 35px;
}

.bottom a:hover {
    color: #258DF0;
    cursor: pointer;
}


/*频道介绍*/

.channel-box .intro {
    width: 910px;
    height: 365px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    overflow: hidden;
}

.channel-box .intro h1 {
    width: 895px;
    padding-left: 15px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
}

.channel-box .intro p {
    width: 860px;
    display: block;
    margin: 30px auto 0;
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
}

.channel-box .intro p span {
    color: #258DF0;
}

.channel-box .intro p:hover {
    cursor: pointer;
    /*	color: #258DF0;*/
}

.channel-box .intro span:hover {
    color: #0067CB;
}

.channel-box .intro ul {
    width: 800px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.channel-box .intro ul li {
    width: 200px;
    height: 100px;
    border-radius: 10px;
    border: 1px dashed #9ccfff;
    background-color: #e2f1ff;
    text-align: center;
    transition: .3s all linear;
}

.channel-box .intro ul li img {
    margin-top: 15px;
}

.channel-box .intro ul li h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.channel-box .intro ul li:hover {
    cursor: pointer;
    border: 1px solid #9ccfff;
    transform: scale(1.05);
    transition: .3s all linear;
}

.channel-box .intro ul li:hover h2 {
    color: #258DF0;
}

.right-btn {
    float: right;
}

.right-btn ul {
    width: 260px;
    height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-btn li {
    width: 260px;
    height: 105px;
    border-radius: 10px;
    border: 1px dashed #9ccfff;
    background-image: url(../images/btn-bg.jpg);
    overflow: hidden;
    box-shadow: 0 0 10px rgba(170, 174, 186, 0.3);
}

.right-btn li img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.right-btn li h2 {
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    line-height: 105px;
    margin-left: 20px;
}

.right-btn li:hover {
    cursor: pointer;
    color: #258DF0;
}

.news-page ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-page ul li {
    width: 385px;
    height: 480px;
    background-color: #f8f8f8;
    box-shadow: 0 0 5px rgba(149, 203, 255, 0.5);
    margin-bottom: 35px;
    transition: .3s all linear;
    color: #333;
}

.news-page ul li .img-box {
    width: 100%;
    height: 312px;
    background-color: #fff;
    position: relative;
}

.news-page ul li .img-box img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-page ul li h1 {
    width: 340px;
    margin: 30px auto 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-page ul li .news-day {
    width: 340px;
    margin: 15px auto 0;
    color: #999;
}

.news-page ul li .news-intro {
    width: 340px;
    margin: 15px auto 0;
    color: #999;
    line-height: 26px;
}

.news-page ul li:hover {
    color: #258DF0;
    transform: scale(1.05);
    transition: .3s all linear;
    cursor: pointer;
}

.news-page ul li:hover .news-day {
    color: #258DF0;
}

.news-page ul li:hover .news-intro {
    color: #258DF0;
}

.select-page {
    text-align: center;
    color: #258DF0;
}

.select-page span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 8px;
}

.select-page span:hover {
    cursor: pointer;
    background-color: #258DF0;
    color: #FFF;
    transition: all .3s linear;
}

.news-detail {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.news-detail .news-title {
    width: 1200px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    margin: 40px auto 20px;
}

.news-detail .news-title h1 {
    font-size: 24px;
    line-height: 36px;
}

.news-detail .news-title .detail-date {
    color: #999;
    display: inline-block;
    margin-top: 15px;
    margin-right: 40px;
}

.news-detail p {
    width: 1200px;
    margin: 0px auto 0;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-indent: 2em;
}

.news-detail h2 {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
}

.news-images {
    width: 1200px;
    text-align: center;
}

.news-detail .news-images img {
    max-width: 1200px;
    margin: 20px auto 20px;
}

.news-list-page ul {
    margin-bottom: 30px;
}

.news-list-page li {
    width: 1200px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.news-list-page li .date-box {
    width: 50px;
    float: left;
    border: 1px solid #2f85f4;
    text-align: center;
    line-height: 25px;
    margin-right: 20px;
}

.news-list-page li .date-box .year {
    display: block;
    background-color: #2f85f4;
    color: #fff;
}

.news-list-page li .date-box .mon-day {
    color: #2F85F4;
}

.news-list-page li h1 {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-page li .txt-box {
    display: inline-block;
    width: 1128px;
}

.news-list-page li .txt-box .more-icon {
    float: right;
    color: #999;
    line-height: 30px;
}

.news-list-page li .txt-box .more-icon:hover {
    cursor: pointer;
    color: #2B5EBB;
}

.news-list-page li .txt-box p {
    width: 1128px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-page li:hover {
    color: #258DF0;
    cursor: pointer;
}

.news-list-page li:hover p {
    color: #258DF0;
}


/*企业测评*/

.inner-box {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0;
    text-align: center;
}

.sub-title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sub-title h1 {
    font-size: 32px;
    color: #2b5ebb;
    /*font-weight: normal;*/
}

.short-txt {
    width: 1200px;
    margin: 40px auto 0;
    text-align: left;
    line-height: 36px;
    font-size: 16px;
    text-indent: 2em;
}

.fwdx-li {
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fwdx-li li {
    width: 320px;
    height: 200px;
    background-color: #2F85F4;
    line-height: 200px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-shadow: 3px 3px 0px rgb(0 0 0 / 45%);
    transition: 0.3s all linear;
}

.fwdx-li .fwdx-bg01 {
    background-image: url(../images/qyfy-img01.jpg);
}

.fwdx-li .fwdx-bg02 {
    background-image: url(../images/qyfy-img02.jpg);
}

.fwdx-li .fwdx-bg03 {
    background-image: url(../images/qyfy-img03.jpg);
}

.fwdx-li li:hover {
    transform: scale(1.1);
    transition: 0.3s all linear;
}

.fwkh {
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fwkh li {
    width: 360px;
    height: 120px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(170, 174, 186, 0.3);
    margin-bottom: 30px;
}

.fwkh li img {
    width: 70px;
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 25px;
}

.fwkh li p {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    width: 245px;
    line-height: 26px;
    z-index: 99;
    margin-top: 34px;
    transition: 0.3s all linear;
}

.fwkh li:hover {
    transform: scale(1.1);
    transition: 0.3s all linear;
}

.fwkh li:hover p {
    color: #258DF0;
}

.fwnr-box {
    width: 100%;
    min-width: 1200px;
    height: 440px;
    background-image: url(../images/content-bg.jpg);
    background-size: 100% 100%;
}

.fwnrli {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fwnrli li {
    width: 380px;
    color: #FFF;
    margin-bottom: 30px;
}

.fwnrli div {
    width: 360px;
    height: 120px;
    text-align: left;
    padding: 20px;
    transition: .3s all linear;
    border-radius: 5px;
}

.fwnrli div:hover {
    background-color: rgba(0, 110, 233, 0.8);
    transition: .3s all linear;
}

.fwnrli div h1 {
    font-size: 22px;
    font-weight: normal;
}

.fwnrli div p {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    width: 100%;
    line-height: 26px;
    z-index: 99;
    margin-top: 10px;
    transition: 0.3s all linear;
}

.login-page {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url(../images/login-bg.jpg);
    background-size: 100% 100%;
    position: relative;
}

/*.login-box {
	width: 1100px;
	height: 650px;
	background-color: #fff;
	position: relative;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -550px;
	box-shadow: 0px 0px 20px rgba(125, 134, 162, 0.3);
}*/
.login-box {
    width: 1100px;
    height: 650px;
    background-color: #fff;
    margin: 30px auto 0;
    box-shadow: 0px 0px 20px rgba(125, 134, 162, 0.3);
    position: relative;
}
.login-logo-box{
    width: 100%;
    text-align:center;
    padding-top:60px;
}

.login-box-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index:1;
}

.login-enter {
    width: 1100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.login-enter li {
    width: 550px;
    height: 650px;
    text-align: center;
}

.login-enter li h1 {
    font-size: 22px;
    color: #2b5ebb;
    margin-top: 70px;
    letter-spacing: 0.02em;
}

.enter-box {
    width: 280px;
    margin: 40px auto 0;
}

.enter-box h2 {
    width: 280px;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 2px solid #d2daf7;
    margin-bottom: 30px;
}

.enter-box div {
    width: 135px;
    height: 106px;
    display: inline-block;
}

.enter-box div img {
    margin-top: 15px;
}

.enter-box .first-box {
    background-color: #234de8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #234de8;
}

.enter-box .first-box h3 {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}

.enter-box .right-box {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #d2daf7;
}

.enter-box .right-box h3 {
    color: #234de8;
    font-size: 15px;
    margin-top: 5px;
}

.enter-box:hover {
    cursor: pointer;
}

.query-box {
    width: 280px;
    margin: 40px auto 0;
}

.query-box h2 {
    width: 280px;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 42px;
    border-bottom: 2px solid #d2daf7;
    margin-bottom: 30px;
    margin-top: -2px;
}

.query-box h2 span {
    display: inline-block;
    width: 140px;
    text-align: center;
    color: #333;
    margin-bottom: -2px;
}

.query-box h2 span:hover {
    cursor: pointer;
    color: #234DE8;
    border-bottom: 2px solid #234de8;
}

.selected-query {
    color: #234DE8 !important;
    border-bottom: 2px solid #234de8;
}

.selected-query li {
    margin: 0;
}

.login-input {
    text-align: left;
}

.login-input span {
    display: block;
    margin-bottom: 5px;
}

.login-input input {
    width: 270px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #d2daf7;
    background-color: #f9faff;
    margin-bottom: 25px;
    padding-left: 10px;
}

.login-input .yzm {
    width: 170px !important;
    display: inline-block;
}

.login-input .yzm-pic {
    width: 90px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.query-box button {
    width: 280px;
    height: 40px;
    border-radius: 5px;
    background-color: #234de8;
    border: none;
    color: #fff;
}

.query-box button:hover {
    cursor: pointer;
    background-color: #1f44cd;
}

.datebase-li p {
    font-size: 12px;
    color: #2b5ebb;
    margin-top: 20px;
}

.first-box:hover {
    background-color: #1f44cd;
}

.right-box:hover {
    background-color: #ebeeff;
}


/*课题研究*/

.ktyj-box ul {
    height: 600px;
    margin-bottom: 50px;
}

.ktyj-box ul li {
    width: 400px;
    height: 300px;
    float: left;
    transition: .3s all linear;
    color: #FFF;
    background-size: 100% 100%;
}

.ktyj-box ul li:hover {
    transform: scale(1.1);
    transition: .3s all linear;
    cursor: pointer;
    z-index: 99;
}

.ktyj-box ul li h1 {
    font-size: 20px;
    margin-top: 100px;
    text-align: center;
}

.gjbz {
    width: 1200px;
    margin: 40px auto;
}

.gjbz-left {
    width: 700px;
    height: 540px;
    display: inline-block;
}

.gjbz-left li {
    float: left;
    width: 370px;
    height: 180px;
    font-size: 18px;
    text-align: center;
    line-height: 180px;
    font-weight: bold;
    color: #FFF;
    transition: .3s all linear;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 25%);
}

#right-bz {
    height: 190px;
    float: right;
    width: 330px;
    line-height: 60px;
    padding-top: 80px;
}

#right-bz .download {
    width: 50px;
}

.gjbz-left li:hover {
    transform: scale(1.05);
    transition: .3s all linear;
}

#right-bz:hover {
    cursor: pointer;
}

.gjbz-right {
    float: right;
    width: 500px;
    height: 520px;
    text-align: center;
    padding-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gjbz-right img {
    width: 200px;
}

.gjbz-right p {
    width: 93%;
    display: block;
    margin: 20px auto 0;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    text-indent: 2em;
}

.zxtx-text {
    width: 1200px;
    margin: 40px auto 0;
    text-align: center;
}

.zxtx-cgjh {
    height: 220px;
}

.zxtx-cgjh .left {
    width: 400px;
    float: left;
    margin-left: 20px;
    text-align: center;
}

.zxtx-cgjh .right {
    width: 740px;
    text-align: left;
    /*float: right;*/
    display: inline-block;
    /*margin-right: 20px;*/
    margin-top: 20px;
}

.zxtx-cgjh p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    text-indent: 2em;
    /* padding-top: 40px; */
}

.szh-yyfx {
    width: 1200px;
    margin: 40px auto 0;
    text-align: center;
}

.szh-yyfx img {
    width: 1200px;
}

.cpgj-gnld {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ld-list {
    width: 19%;
    display: inline-block;
    position: relative;
    padding: 40px 0px;
    text-align: center;
    background-color: #fff;
    margin: 10px 3px;
    border: 1px solid #efefef;
    transition: .3s all linear;
}

.ld-list .ld-content {
    position: absolute;
    top: 170px;
    left: 0;
    z-index: 5;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    opacity: 0;
    border-radius: 5px;
    width: 96%;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-indent: 0;
    transition: .3s all linear;
    z-index: -99;
}

.single-feature-content h4 {
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.4em;
}

.icon-wave-bg img {
    height: 60px;
    width: 60px;
}

.ld-list:hover {
    color: #258DF0;
}

.ld-list:hover .ld-content {
    opacity: 1;
    transition: .3s all linear;
    z-index: 99;
}

.sub-menu {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 72px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}

.sub-menu ul {
    width: 1200px;
    margin: 0 auto;
    height: 72px;
    overflow: hidden;
    display: flex;
    justify-content: start;
}

.sub-menu ul li {
    box-sizing: content-box;
    float: left;
    width: 80px;
    font-size: 18px;
    line-height: 72px;
    color: #4e4e4e;
    margin-right: 20px;
    cursor: pointer;
    transition: .1s all linear;
    border-bottom: 5px solid #fff;
}

#sub-menu ul li {
    border-bottom: 5px solid #f8f8f8;
}

.sub-menu ul li:hover {
    color: #258DF0;
    border-bottom: 5px solid #258DF0 !important;
    transition: .1s all linear;
    z-index: 999;
}

.sub-menu ul li a {
    color: #333;
    line-height: 72px;
}

.sub-menu ul li a:hover {
    color: #258DF0;
}

.sub-menu ul #active {
    color: #258DF0;
    border-bottom: 5px solid #258DF0 !important;
}

.sub-menu ul #active a {
    color: #258DF0;
}

.tk-table {
    width: 1200px;
    margin: 0 auto 20px;
    text-align: center;
    border: 1px solid #9CCFFF;
    border-radius: 2px;
    overflow: hidden;
    border-bottom: none;
}

.tk-table th {
    line-height: 36px;
    font-size: 18px;
    padding: 10px 0;
    /*	background-color:#258DF0;*/
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    letter-spacing: .05em;
    color: #FFF;
}

.tk-table td {
    padding: 10px 10px;
    line-height: 28px;
    border-bottom: 1px solid #9CCFFF;
    transition: .3s all linear;
}

.tk-name {
    width: 20%;
}

.tk-txt {
    width: 80%;
    text-align: left;
    border-left: 1px solid #9CCFFF;
    color: #666;
}

.tk-table tr:hover {
    color: #258DF0;
    transform: scale(1.01);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) inset;
    transition: .3s all linear;
}

.tk-table tr:hover .tk-txt {
    color: #258DF0;
}

.ktyj-list {
    width: 1200px;
    margin: 60px auto 0;
}

.ktyj-list ul {
    width: 1200px;
    margin: 0 auto;
}

.ktyj-list li {
    width: 1200px;
    height: 340px;
    margin: 20px auto 60px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
}

.ktyj-list li img {
    width: 500px;
    height: 320px;
    display: inline-block;
    border-radius: 2px;
}

.ktyj-list li .ktyj-txt {
    width: 650px;
    display: inline-block;
    padding: 0 20px;
}

.ktyj-list li .ktyj-txt h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
}

.ktyj-list li .ktyj-txt p {
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
}

.ktyj-list li .ktyj-txt:hover {
    cursor: pointer;
    color: #258DF0;
}

.job {
    width: 1200px;
    margin: 0 auto;
}

.job h2 {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    font-weight: normal !important;
    color: #258DF0;
    letter-spacing: 5px;
}

.job .condition {
    background: #f6f6f6;
    display: block;
    padding: 20px 30px;
    overflow: hidden;
    margin-top: 50px;
}

.job .condition li {
    float: left;
    width: 380px;
    padding: 5px 0;
    text-align: left;
    line-height: 30px;
    color: #666;
}

.job .condition span {
    color: #000;
    padding-right: 10px;
}

.job-condition {
    line-height: 30px;
    display: block;
    padding: 20px;
    width: 1160px;
    margin: 0 auto;
    text-align: left !important;
}

.job-condition h3 {
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    text-align: left;
    text-indent: 28px;
    color: #258DF0;
}

.job-condition p {
    margin: 0px;
    text-indent: 28px;
    font-size: 16px;
    color: #333 !important;
    line-height: 30px;
}

.coop-txt {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    line-height: 36px;
    font-size: 16px;
    text-indent: 2em;
}

.coop-down {
    text-align: left;
}

 .energize-list{
     width: 1200px;
     margin:60px auto 0;
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     flex-wrap: wrap;
 }
.energize-list li{
    margin-bottom: 30px;
    text-align:center;
    transition: .3s all linear;
}
.energize-list div{
    transition: .3s all linear;
}
.energize-list div:hover{
    transform: scale(1.2);
    transition: .3s all linear;
}
.energize-list li img{
    display: block;
    width:65px;
    margin: 0 auto;
}
.energize-list li p{
    display: block;
    font-size: 18px;
    font-weight:bold;
    margin-top: 30px;
}
.energize-list li:hover p{
    color: #258DF0;
}

/*20220902新增样式*/
.report-demo{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.report-demo img{
    width:190px;
    margin:40px 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: .3s all linear;
}
.report-demo div:hover{
    transform: scale(1.9);
    transition: .3s all linear;
    z-index: 100;
}

.gzks {
    width: 1200px;
    margin: 60px auto 0;
}

.gzks .sub-title {
    margin-bottom: 60px;
}

.gzks li {
    width: 1200px;
    height: 350px;
    margin: 20px auto 0;
    /*border-bottom: 1px solid #e3e3e3;*/
    padding-bottom: 60px;
}

.gzks li img {
    width: 500px;
    height: 320px;
    display: inline-block;
    border-radius: 2px;
}

.gzks li .gzks-txt {
    width: 650px;
    display: inline-block;
    padding: 0 20px;
}

.gzks li .gzks-txt h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
}

.gzks li .gzks-txt p {
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
}

.gzks li .gzks-txt:hover {
    cursor: pointer;
    color: #258DF0;
}

.gzks-fwys {
    width: 1200px;
    display: flex;
}

.gzks-img {
    width: 580px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gzks-img div {
    width: 280px;
    height: 240px;
    background-color: #2e8eeb;
    margin: 5px;
    line-height: 240px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    overflow: hidden;
}

.gzks-img div img {
    width: 100%;
    height: 100%;
    transition: .3s all linear;
}

.gzks-img div img:hover {
    transform: scale(1.1);
    transition: .3s all linear;
}

.gzks-content {
    width: 600px;
    margin-left: 20px;
    padding-top:45px;
}

.gzks-fwys p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height:30px;
    margin-top:40px;
    transition: .3s all linear;
    color: #666;
}
.gzks-fwys p b{
    color: #333;
}
.gzks-fwys p span {
    color: #258DF0;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.gzks-content img {
    margin-top: 20px;
}

.gzks-fwys p:hover {
    color: #258DF0;
    transform: scale(1.05);
    transition: .3s all linear;
}
.gzks-fwys p:hover b{
    color: #258DF0;
}
.gzks-fwly {
    width: 1200px;
    margin: 80px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gzks-fwly li {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: .3s all linear;
}

.gzks-fwly li img {
    width: 70px;
    display: block;
    margin: 0 auto 30px;
}

.gzks-fwly li:hover {
    color: #258DF0;
}

.gzks-fwly li:hover {
    transform: scale(1.1);
    transition: .3s all linear;
}

#coop-crew {
    margin: 40px 0;
}

#coop-crew img {
    width: 50px;
    margin-bottom: 20px;
}

#coop-crew li {
    position: relative;
    font-weight: normal;
}

#coop-crew .coop-icon {
    width: 30px;
    position: absolute;
    right: -60px;
    top: 30px;
}

#cpgj-box {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    /*height:600px;*/
}

#cpgj-box .cpgj-txt {
    text-align: left;
}

#cpgj-box p {
    width: 500px;
    margin: 60px auto 0;
    text-align: left;
    line-height: 36px;
    font-size: 16px;
    text-indent: 2em;
    border-top: 1px solid #2588E8;
    border-bottom: 1px solid #2588E8;
    padding-top: 50px;
    padding-bottom: 50px;
}

#cpgj-box .cpgj-txt h1 {
    font-size: 32px;
    margin-top: 0px;
    /*	text-indent: 1em;*/
}

#cpgj-box img {
    /*width: 600px;*/
    transition: .3s all linear;
}

#cpgj-box img:hover {
    transform: scale(1.05);
    transition: .3s all linear;
}

.cpgj-img {
    width: 651px;
    height: 467px;
    overflow: hidden;
}

.rsl-box {
    width: 1200px;
    height: 450px;
}

.rsl-box li {
    height: 220px;
    width: 290px;
    float: left;
    margin: 5px;
    background-size: 100% 100%;
    transition: .3s all linear;
    position: relative;
}

.rsl-box li:hover {
    transform: scale(1.1);
    transition: .3s all linear;
    z-index: 99;
}

.rsl-box li:first-child {
    height: 450px;
}

.rsl-box li h1 {
    width: 100%;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    text-shadow: 3px 3px 0px rgb(0 0 0 / 25%);
    position: absolute;
    bottom: 0;
}

.swsg-box {
    width: 1200px;
    height: 260px;
    margin: 60px auto 0;
}

.swsg-box p {
    width: 600px !important;
    margin: 20px 0 0 0;
}

.swsg-box .swsg-icon {
    display: block;
    width: 45px;
    margin-top: 20px;
}

.swsg-box .swsg-icon02 {
    display: block;
    width: 45px;
    /*margin-top: 40px;*/
    float: right;
}

.swsg-img {
    float: left;
    width: 500px;
    height: 260px;
    overflow: hidden;
}

.swsg-pic {
    width: 1000px;
    display: block;
    margin: 40px auto 0;
}

.swsg-img img {
    width: 100%;
    height: 100%;
    transition: .3s all linear;
}

.swsg-img img:hover {
    transform: scale(1.1);
    transition: .3s all linear;
    z-index: 99;
}

.pjtx-box {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.pjtx-box li {
    width: 400px;
    height: 260px;
    background-color: #258DF0;
    color: #fff;
    border: 0.5px solid #fff;
    background-size: 100% 100%;
    transition: .3s all linear;
}

.pjtx-box li:hover {
    transform: scale(1.1);
    transition: .3s all linear;
    z-index: 99;
}

.pjtx-box li h1 {
    font-size: 22px;
    margin-top: 55px;
    text-shadow: 3px 3px 0px rgb(0 0 0 / 25%);
}

.pjtx-box li div {
    width: 300px;
    margin: 20px auto 0;
}

.pjtx-box li div span {
    display: inline-block;
    padding: 8px;
    transition: .3s all linear;
}

.pjtx-box li div span:hover {
    background-color: rgba(0, 110, 233, 0.8);
    transition: .3s all linear;
}

#pjzy-box {
    position: relative;
}

#pjzy-box h1 {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    font-size: 60px;
    line-height: 60px;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    text-shadow: 3px 3px 0px rgb(0 0 0 / 25%);
    font-weight: normal;
    letter-spacing: 0.1em;
}

.pjzy-content {
    width: 1200px;
    margin: 0 auto 40px;
    padding-top: 20px;
}

.pjzy-content h1 {
    font-size: 18px;
    /*font-weight: normal;*/
    margin-bottom: 10px;
}

.pjzy-content p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-indent: 2em;
}

.zy-table {
    width: 1190px;
    margin: 15px auto 15px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    overflow: hidden;
    border-bottom: none;
}

.zy-table th {
    line-height: 36px;
    font-size: 18px;
    padding: 10px 0;
    /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);*/
    /*background-image: linear-gradient(#6bb8fc,#9ccfff);*/
    background-color:rgba(214,235,255,0.3);
    letter-spacing: .05em;
    color: #333;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.zy-table th:first-child {
    border: none;
    border-bottom: 1px solid #e3e3e3;
}

.zy-table td {
    padding: 10px 10px;
    line-height: 28px;
    border-bottom: 1px solid #e3e3e3;
    transition: .3s all linear;
    border-left: 1px solid #e3e3e3;
    color: #666;
}

.zy-table .zy-name {
    font-size: 16px;
    width: 10%;
    font-weight: bold;
    border-left: none !important;
    color: #333 !important;
}

.rck-yy {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.rck-yy li {
    width: 380px;
    height: 300px;
    position: relative;
}

.rck-yy li img {
    width: 100%;
    height: 100%;
    transition: .3s all linear;
}

.rck-yy li h1 {
    position: absolute;
    width: 100%;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    text-shadow: 3px 3px 0px rgb(0 0 0 / 25%);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.rck-yy li div {
    position: absolute;
    width: 300px;
    height: 240px;
    left: 20px;
    top: 20px;
    /*background-color: rgba(255,255,255,0.9);*/
    background-color: rgba(0, 110, 233, 0.8);
    z-index: 2;
    opacity: 0;
    transition: .3s all linear;
    padding: 10px 20px;
}

.rck-yy li:hover div {
    opacity: 1;
    transition: .3s all linear;
}

.rck-yy li:hover h1 {
    opacity: 0;
}

.rck-yy li div p {
    color: #fff;
    line-height: 24px;
    text-align: left;
    text-indent: 2em;
}

.rck-yy li:hover img {
    transform: scale(1.05);
    transition: .3s all linear;
}

.rck-fw {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.rck-fw li {
    width: 280px;
    height: 450px;
    padding: 0 10px;
    color: #fff;
    transition: .3s all linear;
}

.rck-fw li img {
    width: 260px;
    height: 140px;
    margin-top: 40px;
}

.rck-fw li h1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
}

.rck-fw li p {
    width: 260px;
    margin: 20px auto 0;
    color: #fff;
    line-height: 26px;
    text-align: left;
    text-indent: 2em;
}

.rck-fw li:hover {
    transform: scale(1.05);
    transition: .3s all linear;
}

.rck-fwnr {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.rck-fwnr li {
    text-align: right;
    width: 600px;
    transition: .3s all linear;
}

.rck-fwnr li img {
    width: 550px;
    height: 355px;
    display: block;
    margin-left: 50px;
}

.rck-fwnr li .biaoti {
    width: 550px;
    height: 100px;
    background-color: #2E8EEB;
    color: #fff;
    margin-left: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 100px;
    text-align: left;
}

.rck-fwnr li .biaoti span {
    font-size: 40px;
    display: inline-block;
    margin: 0 15px 0 40px;
    float: left;
    margin-top: -5px;
    transition: .3s all linear;
}

.rck-fwnr li:hover .biaoti span {
    margin-right: 45px;
    margin-left: 20px;
    transition: .3s all linear;
}

.rck-fwnr .rck-imgli:hover {
    transform: scale(1.02);
    transition: .3s all linear;
}

.rck-li li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    transition: .3s all linear;
}

.rck-li li span {
    display: inline-block;
    font-size: 60px;
    float: left;
    font-weight: bold;
    color: #fff;
    -webkit-text-stroke: 1px #2E8EEB;
    margin-right: 30px;
    line-height: 100px;
}

.rck-li li div {
    display: inline-block;
    color: #333;
    width: 480px;
    margin: 20px 0;
}

.rck-li li div h1 {
    font-size: 18px;
    color: #333;
}

.rck-li li div p {
    margin-top: 10px;
    color: #888;
}

.rck-li li div:hover h1 {
    color: #2E8EEB;
}

.rck-li li div:hover p {
    color: #2E8EEB;
}

.rck-li li:hover {
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
    transition: .3s all linear;
    transform: scale(1.02);
    transition: .3s all linear;
}

.kspt-li {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.kspt-li li {
    width: 400px;
    height: 500px;
}

.kspt-li li:hover {}

.kspt-img {
    width: 1200px;
    margin: 0 auto;
}

.channel-txt {
    padding: 40px 0 40px 0;
    width: 100%;
    /*border-bottom: 1px solid #eefefef;*/
    /*box-shadow: 5px 0 5px rgb(0 0 0 / 10%);*/
}

.channel-txt p {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-indent: 2em;
}

.channel-table img {
    width: 1200px;
    border: 1px solid #e3e3e3;
    border-top: none;
}


/*index修改*/

.adbanner {
    width: 1200px;
    height: 150px;
    margin: 40px auto 0;
    border-radius: 5px;
    overflow: hidden;
}

.adbanner img {
    width: 1200px;
    transition: .3s all linear;
}

.adbanner img:hover {
    cursor: pointer;
    transform: scale(1.05);
    transition: .3s all linear;
}

#evaluate {
    display: inline-block;
    display: flex;
    margin-left: 0;
    width: 900px;
    margin-top: 20px;
}

#evaluate li {
    display: inline-block;
    width: 285px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    margin-top: 15px;
    transition: all .3s linear;
    color: #333;
}

#evaluate li h1 {
    display: inline-block;
    line-height: 45px;
    margin-top: 10px;
}

#evaluate li div {
    width: 266px;
    display: block;
    margin: 0 auto;
}

#evaluate li img {
    width: 45px;
    float: left;
    margin: 10px 10px 0 10px;
}

#evaluate li span {
    text-align: center;
}

#entry-button {
    position: absolute;
    right: 0;
    top: 00px;
}

#entry-button div {
    width: 275px;
    height: 118px;
    border-radius: 5px;
    line-height: 118px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    transition: all .3s linear;
}

#entry-button div img {
    vertical-align: middle;
    margin: 0 20px 0 25px;
}

#entry-button div:hover {
    transition: all .3s linear;
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bacf3), to(#0067cb));
    background-image: -webkit-linear-gradient(#5bacf3, #0067cb);
    background-image: -moz-linear-gradient(#5bacf3, #0067cb);
    background-image: -o-linear-gradient(#5bacf3, #0067cb);
    background-image: linear-gradient(#5bacf3, #0067cb);
    box-shadow: 7px 7px 10px rgba(43, 94, 187, 0.4);
}

.bottom .call-us {
    position: absolute;
    top: 0;
    left: 0;
}

.bottom .call-us img {
    display: inline-block;
    vertical-align: middle;
}

.bottom .call-us span {
    font-size: 22px;
    font-weight: bold;
    color: #0088ec;
    display: inline-block;
    line-height: 35px;
    margin-left: 8px;
}

#zjpsb {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

#zjpsb li {
    transition: .3s all linear;
}

#zjpsb li img {
    width: 230px;
    border: 1px solid #e3e3e3;
    transition: .3s all linear;
}

#zjpsb li:hover {
    transform: scale(1.3);
    transition: .3s all linear;
}

.time-line {
    width: 1200px;
    height: 135px;
    margin: 140px auto 160px;
    background-image: url(../images/time-line-bg.png);
    background-size: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.time-line li {
    width:240px;
    display: inline-block;
    position: relative;
    text-align: left;
    transition: .3s all linear;
}

.time-line li h1 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 25px;
    /*color:#004273;*/
}

.time-line li h1 img {
    width: 25px;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}

.time-line li p {
    width: 220px !important;
    color: #999;
    line-height: 26px;
}

.line01 {
    top: -100px;

}

.line03 {
    top: -100px;
    left:30px;
}

.line05 {
    top: -100px;
    left:60px;
}

.line07 {
    top: -100px;
    left: 90px;
}
.line09 {
    top: -100px;
    left: 100px;
}
.line02 {
    top: 40px;
    left: 65px;
}

.line04 {
    top: 40px;
    left: 45px;
}

.line06 {
    top: 40px;
    /*left:35px;*/
}

.line08 {
    top: 40px;
    left: -45px;
}

.time-line li:hover {
    transform: scale(1.1);
    transition: .3s all linear;
}

.time-line li:hover p {
    color: #258DF0;
}

.time-line li:hover h1 {
    color: #258DF0;
}

.zj-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zj-list li {
    width: 320px;
    height: 125px;
    margin: 15px 0;
    display: inline-block;
    border: 1px solid #e3e3e3;
    transition: .3s all linear;
}

.zj-list li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    transition: .3s all linear;
}

.zj-list li div {
    display: inline-block;
}

.zj-list li .zj-photo {
    float: left;
    width: 155px;
    height: 125px;
    overflow: hidden;
}

.zj-list li .zj-photo img {
    width: 155px;
    height: 125px;
    transition: .3s all linear;
}

.zj-list li:hover img {
    transform: scale(1.1);
    transition: .3s all linear;
}

.zj-list li .name-box {
    padding-left: 20px;
    text-align: left;
}

.zj-list li .name-box h1 {
    font-size: 18px;
    margin-top: 25px;
}

.zj-list li .name-box p {
    width: 145px;
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    line-height: 20px;
}

.zj-list li:hover p {
    color: #258df0;
}

.zj-list li:hover h1 {
    color: #258df0;
}

.more-zj {
    cursor: pointer;
    margin-top: 10px;
    transition: .3s all linear;
}

.more-zj:hover {
    text-decoration: underline;
    transition: .3s all linear;
}

.gj-li li {
    width: 600px;
    height: 60px;
    display: block;
    text-align: left;
    transition: .3s all linear;
    /*border-bottom: 1px solid #e3e3e3;*/
    margin: 30px 0;
}

.gj-li li span {
    display: inline-block;
    font-size: 20px;
    float: left;
    font-weight: bold;
    color: #fff;
    -webkit-text-stroke: 1px #2E8EEB;
    margin-right: 30px;
    line-height: 60px;
}

.gj-li li div {
    display: inline-block;
    color: #333;
    width: 480px;
}

.gj-li li div h1 {
    font-size: 18px;
    color: #333;
    line-height: 60px;
}

.gj-li li div:hover h1 {
    color: #2E8EEB;
}

.gj-li li:hover {
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
    transition: .3s all linear;
    transform: scale(1.02);
    transition: .3s all linear;
}

#gb-imgli li img {
    width: 550px;
    height: 355px;
    display: block;
    margin-left: 0;
}

#gb-imgli li .biaoti {
    width: 550px;
    height: 100px;
    background-color: #2E8EEB;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    margin-left: 0;
    position: relative;
}

#gb-imgli li .biaoti span {
    position: absolute;
    font-size: 40px;
    display: inline-block;
    right: 40px;
    float: left;
    transition: .3s all linear;
}

#gb-imgli li:hover .biaoti span {
    right: -10px;
    transition: .3s all linear;
}

.gb-imgli:hover {
    transform: scale(1.02);
    transition: .3s all linear;
}

.ktyj-newbox {
    width: 1200px;
    margin: 40px auto 0;
}

.ktyj-newbox div {
    width: 550px;
    display: inline-block;
    text-align: right;
}

.ktyj-newbox div img {
    width: 500px;
}

.ktyj-li {
    width: 610px;
    /*margin-top: 40px;*/
    padding-left: 40px;
    float: right;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ktyj-li li {
    width: 500px;
    height: 75px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: left;
    margin-bottom: 35px;
}

.ktyj-li li img {
    width: 55px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.ktyj-li li p {
    width: 400px;
    display: inline-block;
    transition: .3s all linear;
    line-height: 75px;
    margin-left: 10px;
    color: #333;
}

.ktyj-li li:hover {
    background-color: #2e8eeb;
    transition: .3s all linear;
    border-radius: 5px;
}

.ktyj-li li:hover p {
    color: #fff;
    cursor: pointer;
}

.cureli {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cureli li {
    width: 385px;
    height: 384px;
    position: relative;
    float: right;
}

.cureli li:first-child {
    overflow: hidden;
    border: 1px solid #e3e3e3;
    transition: .3s all linear;
}

.cureli li div {
    height: 180px;
    border: 1px solid #e3e3e3;
    position: relative;
    overflow: hidden;
    transition: .3s all linear;
}

.cureli li img {
    position: absolute;
    right: -20px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.5;
}

.cureli li div:hover {
    transform: scale(1.05);
    transition: .3s all linear;
}

.cureli li:first-child:hover {
    transform: scale(1.05);
    transition: .3s all linear;
}

.cureli li h1 {
    width: 260px;
    font-size: 18px;
    text-align: left;
}

.cureli li p {
    width: 260px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
}

.cureli li:first-child h1 {
    margin-top: 45px;
    margin-left: 30px;
}

.cureli li:first-child p {
    margin-left: 30px;
}

.cureli li:hover p {
    color: #258DF0;
}

.cureli li:hover h1 {
    color: #258DF0;
}

.cureli li div h1 {
    margin-top: 25px;
    margin-left: 25px;
}

.cureli li div p {
    margin-left: 25px;
}

.cureli li div img {
    width: 170px;
    bottom: -5px;
    right: -25px;
}


.qccp-scenari{
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qccp-scenari li{
    width:400px;
    text-align: center;
    margin:30px 0;
    transition: .3s all linear;
}
.qccp-scenari li h1{
    font-size: 18px;
    margin-top: 10px;
    /*font-weight: normal;*/
    color: #444;
}
.qccp-scenari li img{
    width: 50px;
}
.qccp-scenari .left{
    width: 340px;
    padding-right: 60px;
}
.qccp-scenari .right{
    width: 340px;
    padding-left: 60px;
}
.cpfw-yb{
    width: 1220px;
    margin: 40px auto 0;
}
.qccp-scenari li:hover{
    transform: scale(1.05);
    transition: .3s all linear;
}
.qccp-scenari li:hover h1{
    color: #258DF0;
}




.tk-advantage{
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tk-advantage li{
    width: 280px;
    height: 320px;
    position: relative;
    transition: .3s all linear;
    border-radius:5px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    overflow: hidden;

}
.tk-advantage li .tk-bg{
    width: 280px;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    transition: .3s all linear;
    padding-bottom: 15px
}
.tk-advantage li .tk-icon{
    width: 45px;
    margin: 35px auto 0;
}
.tk-advantage li h1{
    font-size: 18px;
    margin-top: 10px;
}
.tk-advantage li p{
    width: 90%;
    display: block;
    margin: 15px auto 0;
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.tk-advantage li:hover{
    transform: scale(1.05);
    background-color: #dbecfc;
    transition: .3s all linear;
    color: #258DF0;
    /*box-shadow:0 0 20px rgba(78,152,223,0.2);*/
}
.tk-advantage li:hover .tk-bg{
    opacity: 0;
    transition: .3s all linear;
}


.min-title{
    width:1200px;
    margin: 40px auto 0;
    text-align: center;
}
.min-title img{
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}
.min-title h2{
    display: inline-block;
    line-height: 45px;
    font-size:22px;
    margin: 0 30px;
    color: #3d5070;
}

.evaluate-center{
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.evaluate-center li{
    padding:20px 10px;
    display: inline-block;
    width:210px;
    background-color: #fff;
    background-image:url(../images/tk-bg05.png);
    background-size: 100% 100%;
    transition: .3s all linear;
    border: 1px solid #efefef;
}
.evaluate-center li h3{
    font-size: 18px;
    margin-top: 10px;
    color: #258DF0;
}
.evaluate-center li p{
    color: #666;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    text-indent: 2em;
    /*margin-top: 10px;*/
    width: 90%;
    margin: 10px auto 0;
}
.evaluate-center li:hover{
    transform: scale(1.05);
    transition: .3s all linear;
}
.evaluate-center li:hover p{
    color: #666;
}

.profess-tk{
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.profess-tk li{
    width: 360px;
    margin:15px 0;
    padding-bottom: 10px;
    height: 150px;
    background-color: #fff;
    background-image:url(../images/channel-bg.png);
    background-size: 100% 100%;
    transition: .3s all linear;

}
.profess-tk li h3{
    width: 90%;
    font-size: 18px;
    color: #258DF0;
    text-align: left;
    margin: 20px auto 0;
}
.profess-tk li p{
    color: #666;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    text-indent: 2em;
    width: 90%;
    margin: 10px auto 0;
}
.profess-tk li:hover{
    transform: scale(1.05);
    background-color: #dbecfc;
    transition: .3s all linear;
}
.profess-tk li:hover p{
    color: #666;
}
.base-tk{
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: .3s all linear;
}
.base-tk li{
    height: 120px;
}
.base-tk li:first-child{
    width: 20%;
    background-color: #fff;
    text-align: center;
    line-height: 100px;
    background-image:url(../images/channel-bg.png);
    background-size: 100% 100%;
    transition: .3s all linear;
}
.base-tk li:last-child{
    width:80%;
    background-color: #e9f3fc;
}
.base-tk li h3{
    font-size: 18px;
    color: #258DF0;
}
.base-tk li p{
    color: #666;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    text-indent: 2em;
    width: 90%;
    margin:25px auto 0;
}
.base-tk li .tk-arrow{
    float:left;
    margin-left:-11px;
    margin-top:42px;
}
.base-tk:hover{
    transform: scale(1.05);
    background-color: #dbecfc;
    transition: .3s all linear;
}
.base-tk:hover p{
    color: #666;
}


/*评价认真*/
#rz-button {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}


#rz-button div {
    width: 275px;
    height: 100px;
    display: inline-block;
    border-radius: 5px;
    line-height: 100px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    transition: all .3s linear;
}

#rz-button div img {
    vertical-align: middle;
    margin: 0 20px 0 45px;
}

#rz-button div:hover {
    transition: all .3s linear;
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bacf3), to(#0067cb));
    background-image: -webkit-linear-gradient(#5bacf3, #0067cb);
    background-image: -moz-linear-gradient(#5bacf3, #0067cb);
    background-image: -o-linear-gradient(#5bacf3, #0067cb);
    background-image: linear-gradient(#5bacf3, #0067cb);
    box-shadow: 7px 7px 10px rgba(43, 94, 187, 0.4);
}

/*服务内容*/

.service-list{
    width: 1200px;
    /*height: 600px;*/
    margin: 50px auto 0;
}
.service-list img{
    float: left;
    margin-left: -20px;
}
.service-list ul{
    width:600px;
    display: inline-block;
    text-align: left;

}
.service-list ul li{
    position: relative;
    transition: .3s all linear;
    border-right: 2px solid #d6ebff;
    padding: 0 10px 0 10px;
}
.service-list ul h1{
    position: absolute;
    left:-30px;
    font-size: 18px;
    -webkit-text-stroke: 1px #2E8EEB;
    margin-right: 30px;
    color: #fff;
    display: inline-block;
    float: left;
}
.service-list ul p{
    color: #888;
    /*width: 560px;*/
    display: inline-block;
    line-height: 24px;
    transition: .3s all linear;
    /*position: relative;*/
}
.service-list ul li:hover p{
    color:#258DF0;
    /*top: -5px;*/
    transition: .3s all linear;
}
.service-list ul li:hover{
    transform: scale(1.02);
    transition: .3s all linear;
    box-shadow:5px 5px 10px rgba(0,0,0,0.2);
}

.service-content ul{
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-content ul h1{
    font-size: 18px;
    margin-top: 15px;
    color: #333;
}
.service-content ul li{
    transition: .3s all linear;

}

.service-content ul li:hover{
    cursor: pointer;
    transform: scale(1.05);
    transition: .3s all linear;

}
.service-content ul li:hover h1{
    color: #258DF0;
}
#channel{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
#channel li {
    width: 285px;
    height:80px;
    margin: 15px 0;
}
#channel li h1{
    width: 270px;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 0;
    line-height: 80px;
}


.project-list{
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project-list li{
    width: 380px;
    height:60px;
    margin: 10px 0;
    box-shadow: 0 0 8px rgb(170 174 186 / 30%);
    border-radius: 2;
    font-size: 16px;
    line-height: 60px;
    text-align: left;
    transition: .3s all linear;
}
.project-list li img{
    width:25px;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 30px;
}
.project-list li:hover{
    color: #258DF0;
    transform: scale(1.05);
    background-color: #e8f4ff;
    transition: .3s all linear;
    cursor: pointer;
}


.common-ul{
    width: 1200px;
    margin:60px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.common-ul h1{
    font-size: 18px;
    margin: 15px auto 15px ;
}

.service-target li{
    width: 380px;
    padding:15px 0;
    transition: .3s all linear;

}
.service-target li:nth-child(2){
    border-left: 1px dashed #9CCFFF;
    border-right: 1px dashed #9CCFFF;


}
.service-target li img{
    width: 60px;
}
.service-target li p{
    width: 320px;
    margin: 0 auto;
    text-align:center;
    line-height: 24px;
}

.service-target li:hover{
    margin-top: -10px;
    transition: .3s all linear;
}
.service-flow{
    width: 1200px;
}

.condition-list{
    width: 1150px;
    margin:60px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.condition-list li{
    width: 50%;
    margin-bottom: 30px;
    text-align: left;
    transition: .3s all linear;
}
.condition-list li:hover{
    transform: scale(1.05);
    transition: .3s all linear;
}
.condition-list li img{
    display: inline-block;
    vertical-align: middle;
    width:30px;
}
.condition-list li p{
    display: inline-block;
    margin-left: 10px;
}
.condition-list li:hover p{
    color: #258DF0;
}
.condition-box{
    background-image: url(../images/con-bg.jpg);
    background-size: 100% 100%;
}


.cooperation-object{
    width:1200px;
    margin:80px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cooperation-object li{
    width: 220px;
    height: 320px;
    background-color: #fff;
    transition: .3s all linear;
    box-shadow: 0px 0px 10px rgba(43, 94, 187, 0.2);
    padding-bottom: 15px;
}
.cooperation-object li h1{
    font-size: 18px;
    margin-top: 30px;
}
.cooperation-object li p{
    width: 180px;
    margin: 20px auto 0;
    line-height: 26px;
    text-align: left;
    text-indent: 2em;
}
.cooperation-object li div {
    width: 60px;
    height: 60px;
    margin: -30px auto 0;
    border:5px solid #fff;
    box-shadow: 0px 0px 10px rgba(43, 94, 187, 0.2);
    border-radius: 50%;
    background-color: #E8F4FF;
}
.cooperation-object li div img{
    width: 40px;
    margin: 10px auto 0;
}
.cooperation-object div li:hover{
    color: #258DF0;
    transform: scale(1.05);
    transition: .3s all linear;
    background-color: #E8F4FF;
}
#coop-txt{
    line-height: 24px;
}
#coop-txt{
    margin-bottom: 20px;
}
#coop-txt .coop-icon{
    top: 40px;
}


#pjzy-table th{
    width: 25%;
}
#pjzy-table td{
    line-height: 16px;
}
#zy-name{
    line-height: 24px !important;
}

#pjbz-table td{
    width: 33.33%;
    text-align: left;
}
#pjbz-table td:first-child{
    border-left: none;
    /*text-align: center;*/
    padding-left:80px;
    font-weight: bold;
    font-size:16px;
    color: #333;
}

#zjpsb #family-zj img{
    width: 190px !important;
}

#carbon-bz td{
    text-align: left;
    padding-left: 80px;
}


/*考评服务*/
.zpks-box{
    width: 1200px;
    margin: 40px auto 0;
}
.zpks-box .left-img{
    width:340px;
    height: 220px;
    float:right;
    vertical-align: middle;
    /*margin-top: 30px;*/
    margin-left: 30px;
}
.zpks-box ul{
    width: 820px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
}
.zpks-box ul li{
    width: 410px;
    text-align: left;
    margin-top: 20px;
}
.zpks-box ul li img{
    float: left;
    margin:0 10px 0 -5px;
}
.zpks-box ul li h1{
    font-size:18px;
    display: inline-block;
}
.zpks-box ul li p {
    width: 80%;
    line-height: 24px;
    margin-left: 35px;
    margin-top: 8px;
    color:#888;
}

.zpks-li{
    width: 1200px;
    margin: 20px auto 0;
    text-align: left;
    border-bottom: 1px solid #D6EBFF;
    padding-bottom: 20px;
}
.zpks-li h1{
    font-size:18px;
    display: inline-block;
}
.zpks-li img{
    float: left;
    margin:0 10px 0 -5px;
}
.zpks-li p {
    width:1110px;
    line-height: 26px;
    margin-left: 35px;
    margin-top: 8px;
    color:#888;

}
.zpks-li:hover p{
    color: #258DF0;
}
.zpks-box ul li:hover p{
    color: #258DF0;
}
.zpks-li:hover h1{
    color: #258DF0;
}
.zpks-box ul li:hover h1{
    color: #258DF0;
}


.gkks-fwts{
    width: 1200px;
    margin: 40px auto 0;
}
.gkks-fwts li{
    width: 400px;
    display: inline-block;
    margin-bottom: 30px;
}
.gkks-fwts li h1{
    width: 100%;
    text-align: right;
    font-size: 18px;
    margin-bottom:10px;
}
.gkks-fwts li p{
    width: 100%;
    font-size: 16px;
    color: #888;
    line-height: 26px;
    text-align: left;
}
.gkks-fwts img{
    width: 330px;
    position: relative;
    top: -60px;
    margin-left: 20px;
    margin-right: 20px;
}
.gkks-fwts div{
    width: 400px;
    display: inline-block;
}
.gkks-fwts li:hover p{
    color: #258DF0;
}
.gkks-fwts li:hover h1{
    color: #258DF0;
}


.zsy-box{
    width:1200px;
    margin: 60px auto 0;
    text-align: center;
}
.zsy-box ul{
    display: inline-block;
    width:420px;
}
.zsy-box img{
    width:300px;
    margin: 0 20px;
    display: inline-block;
    position: relative;
    transition: .3s all linear;
    border: 2px dashed #fff;
    border-radius: 50%;
}
.zsy-box img:hover{
    transform: scale(1.05);
    transition: .3s all linear;
    border: 2px dashed #3989ff;
    border-radius: 50%;
}
.zsy-box ul li{
    text-align: center;
    margin-bottom:10px;
}
.zsy-box ul h1{
    width:100%;
    margin: 0 auto;
    background-color:#E2F1FF;
    line-height:40px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 5px;
    transition: .3s all linear;

}
.zsy-box ul li p{
    height: 40px;
    color: #888;
}
.zsy-box ul li:hover{
    transition: .3s all linear;
}
.zsy-box ul li:hover p{
    color: #258DF0;
}
.zsy-box ul li:hover h1{
    background-color:#3989ff;
    color: #fff;
}
.zsy-txt{
    margin-top: 40px;
}
.zsy-txt .zsy-content {
    display: inline-block;
    width:650px;
    padding-top:60px;
}
.zsy-txt .zsy-content p{
    width: 95%;
    line-height: 26px;
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    margin-bottom: 30px;
}
.zsy-txt .zsy-content p span{
    color: #258DF0;
    font-size: 18px;
}
.zsy-txt img{
    vertical-align: middle;
    position: relative;
    top: -80px;
}
.zsy-txt .zsy-content p:hover{
    color: #258DF0;
}

.zky-ts-box img {
    width: 550px;
    display: inline-block;
}

.eight-advantage{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.eight-advantage li{
    width: 140px;
}
.eight-advantage li h1{
    width: 100px;
    padding:10px 15px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    background-color: #fff;
    box-shadow:0 0 5px rgba(0,0,0,0.2);
    border-radius: 2px;
    color: #333;
}
.eight-advantage li span{
    position: absolute;
    display: block;
    width: 60px;
    height:4px;
    top: -2px;
    left:35px;
    background-color:#3989FF;
    border-radius: 2px;
}
.eight-advantage li:hover h1{
    color: #fff;
    background-color:#3989FF;
    transition: .3s all linear;
}

#gzks-fwzx{
    width: 1200px;
    margin: 40px auto 0;
    text-align: left;
}
#gzks-fwzx li{
    width: 1200px;
    margin-bottom: 30px;
    text-align: left !important;
}
#gzks-fwzx li img{
    float: left;
    width:50px;
    margin-right: 20px
}
#gzks-fwzx li h1{
    font-size: 18px;
    margin-bottom: 10px;
}
#gzks-fwzx li p{
    color: #888;
    line-height: 26px;
}
#gzks-fwzx li div{
    display: inline-block;
    width: 1100px;
}
#gzks-fwzx li:hover p{
    color:#258DF0;
}
#gzks-fwzx li:hover h1{
    color:#258DF0;
}

#gzks-fwys{
    width: 1200px;
    margin: 0 auto;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}

#gzks-fwys li{
    width: 590px;
    height: 150px;
    border-radius: 5px;
    margin-top: 35px;
    overflow: hidden;
    background-image: url(../images/channel-bg.png);
    box-shadow: 0 0 8px rgba(170, 174, 186, 0.3);
    transition: all .3s linear;
}

#gzks-fwys li h1 {
    width: 540px;
    margin: 25px auto 0;
    /*font-weight: normal;*/
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
    padding-left:20px;
    color: #258DF0;
}

#gzks-fwys li p {
    width: 540px;
    display: block;
    margin:0 auto;
    line-height: 26px;
    color: #666;
    overflow: hidden;
    padding-left: 20px
}

#gzks-fwys li:hover {
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    box-shadow: 7px 7px 10px rgba(43, 94, 187, 0.3);
    transition: all .3s linear;
}

#gzks-fwys li:hover h1 {
    color: #fff;
}

#gzks-fwys li:hover p {
    color: #fff;
}




/*20220128*/
.xmbg-txt{
    width:1200px;
    display: inline-block;
}
.xmbg-txt p{
    /*letter-spacing:-0.05em;*/
    width: 1200px;
}
.xm-entry{
    width: 200px !important;
    float: right;

}
.xm-entry .pjrz-pic{

    display: block;
}
.xm-entry button{
    width:200px;
    height:100px;
    margin-top: 10px;
    border-radius:3px;
    line-height: 66px;
    font-size: 18px;
    font-weight:bold;
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    transition: all .3s linear;
    border: none;
}
.xm-entry button:hover{
    transition: all .3s linear;
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bacf3), to(#0067cb));
    background-image: -webkit-linear-gradient(#5bacf3, #0067cb);
    background-image: -moz-linear-gradient(#5bacf3, #0067cb);
    background-image: -o-linear-gradient(#5bacf3, #0067cb);
    background-image: linear-gradient(#5bacf3, #0067cb);
    box-shadow: 3px 3px 5px rgba(43, 94, 187, 0.4);
}
.xm-entry button img{
    width:50px;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 0px;
}


.ser-advantage{
    width: 1200px;
    height: 390px;
    margin: 0 auto;
}
.ser-advantage li {
    height:185px;
    width: 270px;
    float: left;
    margin:5px;
    background-size: 100% 100%;
    transition: .3s all linear;
    position: relative;
    background-color: #fff;
    box-shadow:2px 2px 5px  rgba(0,0,0,0.1);
}
.ser-advantage li:first-child {
    width:350px;
    height: 380px;
}

.service-title{
    width: 350px;
    height: 296px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    background-color: #fff;
    background-image: url(../images/channel-bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    text-align: center;
}

.service-title h1{
    margin-top:25px;
    font-size: 32px;
    color: #2b5ebb;
}

.service-title p{
    width: 310px;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin:15px auto 0;
    text-indent: 2em;
}
.service-title button{
    width: 140px;
    height: 45px;
    border: 1px solid #7cbffb;
    border-radius: 2px;
    line-height: 45px;
    font-size: 16px;
    color: #3989FF;
    text-align: center;
    background-color: #fff;
    margin-top: 15px;
    transition: all .3s linear;
}
.service-title button:hover{
    color:#fff;
    transition: all .3s linear;
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bacf3), to(#0067cb));
    background-image: -webkit-linear-gradient(#5bacf3, #0067cb);
    background-image: -moz-linear-gradient(#5bacf3, #0067cb);
    background-image: -o-linear-gradient(#5bacf3, #0067cb);
    background-image: linear-gradient(#5bacf3, #0067cb);
    box-shadow: 3px 3px 5px rgba(43, 94, 187, 0.4);
}

.ser-button{
    width: 350px;
    height:72px;
    margin-top: 12px;

}


.ser-button button{
    width: 172px;
    height: 72px;
    border-radius:3px;
    line-height: 72px;
    font-size: 18px;
    font-weight:bold;
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    transition: all .3s linear;
    border: none;
}
.ser-button button img{
    width:35px;
    vertical-align: middle;
    margin-right:10px;
    /*margin-left: -20px;*/
}

.ser-button button:hover{
    transition: all .3s linear;
    cursor: pointer;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bacf3), to(#0067cb));
    background-image: -webkit-linear-gradient(#5bacf3, #0067cb);
    background-image: -moz-linear-gradient(#5bacf3, #0067cb);
    background-image: -o-linear-gradient(#5bacf3, #0067cb);
    background-image: linear-gradient(#5bacf3, #0067cb);
    box-shadow: 3px 3px 5px rgba(43, 94, 187, 0.4);
}
.ser-advantage li .img-icon-box{
    width:70px;
    height: 70px;
    border:2px solid #59adf8;
    border-radius: 50%;
    padding:10px;
    margin: 25px auto 0;
    cursor: pointer;
    background-color: #fff;
    transition: all .3s linear;

}

.ser-advantage li h2{
    font-size: 18px;
    color: #666;
    margin-top:15px;
    cursor: pointer;
    transition: all .3s linear;
}
.ser-advantage li:hover .img-icon-box{
    background-color: #0088EC;
    transition: all .3s linear;
}
.ser-advantage li .img-icon{
    width: 70px;
    height: 70px;
    background-image: url(../images/pjrz-icons.png);
    background-size: 420px 140px;
    transition: all .4s linear;
}
.ser-advantage li .img-icon01{
    background-position:0 0;
}
.ser-advantage li .img-icon02{
    background-position:-70px 0;
}
.ser-advantage li .img-icon03{
    background-position:-140px 0;
}
.ser-advantage li .img-icon04{
    background-position:-210px 0;
}
.ser-advantage li .img-icon05{
    background-position:-280px 0;
}
.ser-advantage li .img-icon06{
    background-position:-350px 0;
}
.ser-advantage li:hover .img-icon01{
    background-position:0 -70px;
}
.ser-advantage li:hover .img-icon02{
    background-position:-70px -70px;
}
.ser-advantage li:hover .img-icon03{
    background-position:-140px -70px;
}
.ser-advantage li:hover .img-icon04{
    background-position:-210px -70px;
}
.ser-advantage li:hover .img-icon05{
    background-position:-280px -70px;
}
.ser-advantage li:hover .img-icon06{
    background-position:-350px -70px;
}

.ser-advantage li:hover h2{
    color: #2b5ebb;
    transition: all .3s linear;
}


.channel-list{
    width: 1200px;
    height: 360px;
    margin: 0 auto;
}
.channel-list .channel-list-box{
    width: 580px;
    text-align: left;
}
.channel-list .channel-list-box .title{
    height: 35px !important;
    padding-bottom: 10px !important;
}
.channel-list .channel-list-box h1{
    font-size: 24px;
    font-weight:normal;
    line-height: 24px;
    color: #2b5ebb;
    border-left: 3px solid #2b5ebb;
}
.channel-list .channel-list-box span{
    line-height:45px;
}
.channel-list .channel-list-box span span{
    margin-top:20px;
}

.channel-list .channel-list-box li{
    margin-top: 25px;
    text-align: left;
}
.channel-list .channel-list-box li img{
    float: left;
    vertical-align: middle;
    margin-right: 20px;
}
.channel-list .channel-list-box li span{
    font-size: 16px;
    line-height: 19px;
    display: inline-block;

    overflow: hidden;
}
.channel-list .channel-list-box .list-left{
    width:550px;
}
.channel-list .channel-list-box .list-left span{
    width: 490px;
}
.channel-list .channel-list-box .list-right{
    width:265px;
}
.channel-list .channel-list-box .list-right span{
    width:215px;
}

.channel-list .channel-list-box li:hover{
    color: #3989FF;
}


/***************新增20230316**************/
.eva-act{
    padding: 30px 0;
}
.eva-act .sub-title h1{
    font-size:30px;
    color: #2b5ebb;
    /*font-weight: normal;*/
}
.eva-act .sub-title img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.eva-act p{
    color: #696969;
}

.act-intro{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.act-intro img{
    width:350px;
}
.act-intro p{
    width:850px;
}
.gycp-zbdw{
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.gycp-zbdw li{
    width: 540px;
    padding: 20px;
    background-size: 100% 100%;
    overflow: hidden;
    border-radius:10px;
    background-image: url(../images/gycp-boxbg02.jpg);
    box-shadow: 5px 5px 8px rgba(206,174,174,0.2);
    transition: .3s all linear;
}
.gycp-zbdw li:hover{
    transform: scale(1.02);
    transition: .3s all linear;
    box-shadow: 5px 5px 20px rgba(206,174,174,0.4);
}
.gycp-zbdw li:hover p{
    color: #2B5EBB;
}
.gycp-zbdw .cpw-bg{
    background-image: url(../images/gycp-boxbg.jpg);
    box-shadow: 5px 5px 8px rgba(111,145,242,0.2);
}
.gycp-zbdw li p{
    margin: 10px auto 0;
    text-align: left;
    line-height: 36px;
    font-size: 16px;
    text-indent: 2em;
    color: #696969
}
.gycp-zbdw li h1{
    text-align: left;
    font-size:22px;
    font-weight: normal;
    color: #2b5ebb;
}
.gycp-zbdw li h1 img{
    height: 50px;
    vertical-align: middle;
    margin: 0 10px;
}
.act-time{
    color: #696969;
}
.act-time img{
    width: 20px;
    margin-right: 20px;
    vertical-align: middle;
}

.act-content{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.act-content li{
    width:350px;
    padding:20px 15px;
    border: 1px solid #9dc3e6;
    background-color: #f1f5ff;
    border-radius: 10px;
    position: relative;
    transition: .3s all linear;
}
.act-content li:hover{
    transform: scale(1.05);
    transition: .3s all linear;
}
.act-content li:hover p{
    color: #2B5EBB;
}
.act-content li h1{
    display: block;
    font-size:22px;
    font-weight: normal;
    color: #2b5ebb;
    width: 240px;
    background-color: #fff;
    border-radius: 40px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    box-shadow: 0px 2px 15px rgba(111,145,242,0.4);
    margin: -45px auto 0;

}
.act-content li p{
    margin: 20px auto 0;
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    /*text-indent: 2em;*/
    color: #696969;
    position: relative;
    z-index: 99;
}
.act-content li h1 img{
    width:50px;
    vertical-align: middle;
    margin-right:5px;
    margin-top: -10px;
}
.act-content li .act-pic{
    width:180px;
    position: absolute;
    bottom: -25px;
    right: -10px;
    opacity:0.2;
}


.act-result{
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.act-result li{
    width:500px;
    margin: 0 50px;
    border-radius: 10px;
    /*box-shadow: 0px 2px 15px rgba(111,145,242,0.2);*/
}
.act-result li img{
    width:360px;
    /*float: left;*/
    box-shadow: 5px 5px 10px rgba(111,145,242,0.3);
}
/*.act-result li div{
	width: 280px;
	display: inline-block;
}*/
.act-result li h1{
    display: block;
    font-size:22px;
    line-height:26px;
    font-weight: normal;
    color: #2b5ebb;
    margin-top: 30px;
}
.act-result li p{
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    color: #696969;
    position: relative;
    z-index: 99;
    margin-top: 20px;
}

.act-flow{
    width: 1200px;
    display:block;
    margin: 30px auto 0;
}

.act-qrcode{
    width: 100%;
    height:180px;
    background-color: #ecf6ff;
    display: block;
    margin:150px auto 0;
    position: relative;
}
.act-qrcode img{
    width:1200px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
}
.act-report{
    width:1000px;
    display:block;
    margin: 30px auto 0;
}



/*20230323新增个人*/

.ind-banner{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.ind-banner .ind-banner{
    width: 1200px;
    position: relative;
    z-index: 99;
}
.ind-banner .banner-bg{
    width: 100%;
    position: absolute;
    bottom:-200px;
    left: 0;
    z-index: 0;
}
.bg-img{
    width: 1920px;
    position: absolute;
    top:0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top-ind-box{
    margin: 0 auto !important;
}
.ind-box{
    width: 1200px;
    padding:20px 0 40px 0;
    margin: 60px auto 0;
    border: 2px solid #fff;
    background-color:#fff;
    border-radius: 30px;
    box-shadow:0 0 40px rgba(53,112,246,0.4) inset;
    position: relative;
}
.ind-box .ind-title{
    width:180px;
    line-height: 50px;
    background-image: url(../images/title-bg.png);
    background-size: 100% 100%;
    position: absolute;
    top: -25px;
    left: -2px;
}

.l-title{
    width: 220px !important;
}
.ind-title h1{
    padding-left:30px;
    font-weight: normal;
    font-size:24px;
    color: #fff;
}

.ind-box .ind-txt{
    width: 1100px;
    display: block;
    margin: 0 auto;
    font-size:20px;
    color: #1a2b52;
    line-height: 42px;
}
.ind-box  .ind-f-txt{
    margin-top: 30px
}

.ind-content{
    width: 1100px !important;
    margin-top:60px;
}
.ind-content li{
    width: 310px !important;
}

.txt-yb{
    text-align: center;
}
.ind-flow{
    width: 1100px;
    display: block;
    margin: 30px auto 0;
}
.ind-sub-title{
    text-align: center;
    margin: 40px auto 0;
    padding-bottom: 30px;
    width: 1100px;
    border-bottom: 1px dashed #e3e3e3;
}
.ind-sub-title h1{
    font-size: 26px;
    font-weight: normal;
    color:#2466ff;
    margin-bottom: 20px;
}
.ind-sub-title img{
    vertical-align: middle;
    margin: 0 10px;
}
.ind-sub-title:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.txt-tips{
    text-align: left !important;
}

.ind-enter{
    width: 1100px;
    margin: 40px auto 30px;
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}
.ind-enter li{
    width: 310px;
    text-align: center;
}
.ind-enter li .ind-logo{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-color: #5988f5;
    border-radius: 50px;
    position: relative;
    z-index: 99;
}
.ind-enter li .ind-logo img{
    width:70px;
    margin-top: 15px;
}
.ind-enter li .ind-qrcode{
    width: 310px;
    margin-top: -50px;
    padding: 50px 0 30px 0;
    background-color: #ecedff;
    border-radius: 20px;
}
.ind-enter li h1{
    font-size:20px;
    color:#5988f5;
    padding-top: 20px;
}
.ind-enter  .ind-qrcode img{
    width: 220px;
    margin-top: 30px
}
.ind-enter li button{
    width: 220px;
    height: 60px;
    background-image: linear-gradient(to bottom,#e4e5ff, #84a6f5);
    border:1px solid #a5bbfc;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color:#1954dc;
    cursor: pointer;
}

.ind-button{
    width: 1200px;
    margin: 60px auto 0;
    text-align: center;
}
.ind-button img{
    width: 400px;
}


/*20230712页面修改*/

.wm-window{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.wm-window-box{
    width: 830px;
    height: 500px;
    background-image: url(../images/wm-popup-bg.jpg);
    border: 2px solid #ebedff;
    border-radius: 10px;
    position: relative;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index: 99;
}

.wm-title{
    width: 460px;
    height: 35px;
    display: block;
    margin: 50px auto 40px;
}
.wm-window-box-see-more {
    text-align: right;
    color: #666666;
    width: 750px;
    margin: 0 auto 10px;
}
.wm-window-box-see-more a,.wm-window-box-see-more a:hover {
    color: #666666;
    cursor: pointer;
}
.wm-close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: .3s all linear;
}
.wm-close:hover{
    cursor: pointer;
    transform: rotate(360deg);
}

.wm-list{
    width: 750px;
    height: 315px;
    margin: 0 auto;
    padding-right: 10px;
    overflow-y: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.wm-list:after {
    content: "";
    width: 230px;
    display: block;
    visibility: hidden;
}
.wm-list li{
    width: 230px;
    height: 136px;
    background-color: #fff9ee;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
.wm-list li img{
    position: absolute;
    top: 17px;
    left: 0;
    z-index:2;
}
.wm-list li p{
    display: inline-block;
    width: 150px;
    height: 60px;
    font-size: 18px;
    color: #666666;
    position:relative;
    top: 38px;
    left: 55px;
    z-index: 99;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wm-list::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}
.wm-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,46,129, 0.6);
    opacity: 0.2;
}
.wm-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(161, 195, 255, 0.6);
    border-radius: 0;
}


.wm-left-dec{
    position: absolute;
    left: -132px;
    top: 256px;
}

.wm-right-dec{
    position: absolute;
    right: -132px;
    top: 236px;
}



.unit-result{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.empower-box{
    width: 461px;
    height: 389px;
    background-image: url(../images/wm-empower.png);
    background-size: 100% 100%;
    position: relative;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align: center;
}
.empower-box h1{
    width: 200px;
    margin: 0 auto;
    padding-top: 135px;
    font-size: 16px;
    color: #e05c27;
    line-height:28px;
    height:56px;
    overflow: hidden;
}
.empower-box img{
    position: absolute;
    bottom: -60px;
    margin-left: -19px;
    transition: .3s all linear;
}
.empower-box img:hover{
    cursor: pointer;
    transform: rotate(360deg);
}

/*新闻详情页*/

.wm-button{
    width: 100%;
    color: #898989;

}
.wm-button span{
    opacity: 0.8;
}
.wm-button .close-window{
    color: #0067CB;
}
.wm-button span:hover{
    cursor: pointer;
    opacity: 1;
}



.coop_unit{
    position: absolute;
    right:0;
    top:-5px;
    text-align: center;
    display: flex;
}

.right-btn li img {
    margin-left:10px !important;
}
.right-btn li h2 {
    width: 176px;
    text-align-last: justify;
    margin-left:10px !important;
}
.channel-box-wm{
    margin-bottom:40px;
}
.channel-table img {
    border: none !important;
}

.wm-pjml{
    width:1200px;
}
.wm-pjml li{
    width:1200px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.wm-pjml li p{
    display: block;
    width:220px;
    text-align: left;
    text-indent: 0em;
}
