@charset "utf-8";

/* CSS Document */


/*header*/

.header {
    position: fixed;
    padding: 15px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header.headbg_black {
    background: rgba(0, 0, 0, .4);
}

.header .head_top {
    margin-bottom: 25px;
    width: 100%;
}

.header .head_top .logo_text {
    float: left;
    vertical-align: middle;
}

.header .head_top .head_right {
    float: right;
}

.header .head_top .head_right .tal_text {
    margin-right: 60px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.header .head_top .head_right .tal_text img {
    margin-right: 10px;
}

.header .head_top .head_right .sqsy_btn {
    font-size: 14px;
    color: #fff;
}


/*nav*/

.nav-box {
    width: 100%;
}

.nav {
    position: relative;
    width: 100%;
}

.nav .nav-ul>li {
    float: left;
    margin-right: 40px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.nav .nav-ul>li>a:hover {
    color: #fff;
}

.nav .nav-ul>li:hover {
    border-bottom: 2px solid #fff;
}

.nav a {
    float: left;
    font-size: 16px;
    color: #fff;
}

.nav>a:hover {
    color: #0aa1e5;
}

.nav>a.active {
    color: #0aa1e5;
}


/* banner */

.banner {
    width: 100%;
    height: 575px;
    overflow: hidden;
}

.banner .swiper-slide {
    width: 100%;
    height: 575px;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: top center !important;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 575px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    outline: none;
    background: #fff;
    opacity: .4;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}


/* banner END */

.dynamic_section {
    padding: 13px 0;
    background: rgba(91, 140, 255, .1);
    overflow: hidden;
}

.dynamic_section .dynamic_title {
    float: left;
    font-size: 18px;
    color: #333;
    font-family: "hzgb";
    font-weight: bold;
}

.dynamic_section .dynamic_list {
    float: right;
    margin-left: 70px;
    width: 1010px;
}

.dynamic_section .dynamic_list li {
    float: left;
    padding-left: 17px;
    margin-right: 50px;
    width: 286px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon2.png) left center no-repeat;
}

.dynamic_section .dynamic_list li:hover {
    color: #1E7EE5;
}

.dynamic_section .dynamic_list li:last-child {
    margin-right: 0;
}


/* 申报评选管理 */

.product_section {
    padding: 40px 0;
    padding-bottom: 80px;
    width: 100%;
}

.index-prodeh3 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
}

.index-prodeh3 h6 {
    font-size: 32px;
    color: #333;
    line-height: 48px;
}

.index-prodeh3 span {
    display: block;
    margin-top: 4px;
    font-size: 20px;
    color: #333;
    line-height: 36px;
}

.product_tab .hd ul {
    padding: 0;
    list-style: none;
}

.product_tab .hd ul li {
    float: left;
    margin-right: 35px;
    width: 140px;
    height: 115px;
    border-radius: 10px;
    transition: all 0.6s;
    overflow: hidden;
    cursor: pointer;
}

.product_tab .hd ul li:last-child {
    margin-right: 0;
}

.product_tab .hd ul li .icon-box {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
}

.product_tab .hd ul li .icon-box img {
    max-width: 100%;
    max-height: 100%;
}

.product_tab .hd ul li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.product_tab .hd ul li:hover,
.product_tab .hd ul li.on {
    box-shadow: 0px 0px 27px 0px rgba(0, 140, 255, .2);
}

.product_tab .bd {
    margin-top: 30px;
    overflow: hidden;
}

.product_tab .bd .product_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 309px;
}

.product_tab .bd .product_item .item-left {
    width: 625px;
}

.product_tab .bd .product_item .item-left h6 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    line-height: 36px;
    font-weight: normal;
}

.product_tab .bd .product_item .item-left p {
    margin-bottom: 35px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.product_tab .bd .product_item .item-left .sqsy_btn {
    display: block;
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #1E7EE5;
    text-align: center;
    line-height: 38px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #1E7EE5;
}

.product_tab .bd .product_item .item-left .sqsy_btn:hover {
    color: #fff;
    background: #1E7EE5;
}

.page3_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.page3_btm_tit {
    position: relative;
    text-align: center;
    height: 26px;
}

.page3_btm_tit:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    background: #e6e6e6;
    margin: auto;
}

.page3_btm_tit span {
    display: inline-block;
    font-size: 20px;
    color: #666;
    padding: 0 15px;
    background: #fff;
    position: relative;
    z-index: 999;
}

.customer_slide {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 45px;
}

.customer_slide .swiper-container {
    box-sizing: border-box;
    padding: 10px 5px;
    height: 100%;
}

.customer_slide .swiper-slide {
    background: #fff;
    text-align: center;
    display: table;
    -moz-box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.1);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.1);
}

.customer_slide .swiper-slide a {
    display: table-cell;
    vertical-align: middle;
}

.customer_slide .swiper-slide img {
    max-width: 100%;
    max-height: 80px;
}

.customer_btn {
    width: 184px;
    height: 60px;
    text-align: center;
    line-height: 55px;
    display: block;
    margin: 0 auto;
    background: url(../images/btn.png) no-repeat;
    font-size: 18px;
    color: #fff;
    margin-top: 35px;
}


/* 申报评选管理 END */


/*应用场景*/

.index-add-prodbj {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #E6F1FF;
    overflow: hidden;
}

.index-add-prodbj * {
    box-sizing: border-box;
}

.index-add-prodbj .index-prodeh3 {
    margin: 0;
}

.index-add-prodbj .index-prodeh3 h6 {
    color: #222;
}

.index-add-prodbj .index-prodeh3 span {
    color: #333;
}

.scene-list {
    margin-top: 32px;
    overflow: hidden;
}

.scene-list li {
    float: left;
    position: relative;
    width: 240px;
    height: 545px;
    background: #efefef;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
}

.scene-list li .item-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 30px;
}

.scene-list li .item-cont .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .6);
}

.scene-list li .item-cont .item-title {
    position: relative;
    padding-top: 15px;
    padding-bottom: 25px;
}

.scene-list li .item-cont .item-title h6 {
    font-size: 20px;
    color: #fff;
}

.scene-list li .item-cont .item-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.scene-list li .item-cont .item-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: all .7s ease;
}

.scene-list li .item-cont .item-info {
    margin-top: 22px;
    transition: all .7s ease;
    opacity: 0;
}

.scene-list li .item-cont .item-info p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.scene-list li .item-cont .item-info p img {
    margin-right: 10px;
}

.scene-list li .item-cont .icon-box2 {
    position: absolute;
    left: 30px;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .6);
    transition: all .7s ease;
}

.scene-list li.active {
    width: 480px;
}

.scene-list li.active .item-cont .item-title::after {
    width: 100%;
}

.scene-list li.active .item-cont .item-info {
    opacity: 1;
}

.scene-list li.active .item-cont .icon-box2 {
    opacity: 0;
}

.scene-list li:hover .icon-box img {
    animation: shake-horizontal 0.5s;
}

@keyframes shake-horizontal {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(-1);
    }
    100% {
        transform: scaleX(1);
    }
}


/* 新解决方案 end */


/* 评审核心 */

.review-section {
    padding: 40px 0;
}

.review-section .index-prodeh3 {
    margin-bottom: 45px;
}

.review-section .index-prodeh3 h6 {
    color: #222;
}

.review-section .hd ul {
    display: flex;
    justify-content: space-between;
    height: 130px;
    border-bottom: 1px solid #F4F6F7;
}

.review-section .hd li {
    margin: 0 43px;
    position: relative;
    height: 129px;
    text-align: center;
    cursor: pointer;
}

.review-section .hd li .icon-box {
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #EBEEF0;
    transition: all .3s ease;
    overflow: hidden;
}

.review-section .hd li .icon-box img {
    filter: drop-shadow(0px 72px #fff);
    /*滤镜白色*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=72, Color='#ffffff', Positive='true')";
}

.review-section .hd li p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.review-section .hd li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 4px;
    background: #1E7EE5;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    transform: translateX(-50%);
}

.review-section .hd li:hover .icon-box,
.review-section .hd li.on .icon-box {
    background: #1E7EE5;
}

.review-section .hd li:hover .icon-box img,
.review-section .hd li.on .icon-box img {
    transform: translateY(-72px);
}

.review-section .hd li:hover p,
.review-section .hd li.on p {
    color: #1E7EE5;
}

.review-section .hd li.on::after,
.review-section .hd li:hover::after {
    width: 100%;
}

.review-section .bd {
    margin-top: 50px;
    overflow: hidden;
}

.review-section .bd .review-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 436px;
}

.review-section .bd .review-item .item-left {
    max-width: 605px;
}

.review-section .bd .review-item .item-left h6 {
    margin-bottom: 22px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.review-section .bd .review-item .item-left p {
    margin-bottom: 12px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.review-section .bd .review-item .item-left .sqsy_btn {
    display: block;
    margin-top: 25px;
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #1E7EE5;
    text-align: center;
    line-height: 38px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #1E7EE5;
}

.review-section .bd .review-item .item-left .sqsy_btn:hover {
    color: #fff;
    background: #1E7EE5;
}


/* 我们的优势区域 */

.advantage-section {
    padding: 40px 0;
    padding-bottom: 80px;
    background: url(../images/news/bg1.jpg) top center no-repeat;
}

.advantage-section .index-prodeh3 h6,
.advantage-section .index-prodeh3 span {
    color: #fff;
}

.advantage-list {
    margin-top: 2px;
    overflow: hidden;
}

.advantage-list * {
    box-sizing: border-box;
}

.advantage-list li {
    float: left;
    position: relative;
    margin-right: 25px;
    padding: 30px 25px;
    width: 280px;
    height: 340px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}

.advantage-list li:last-child {
    margin-right: 0;
}

.advantage-list li h6 {
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: normal;
}

.advantage-list li p {
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.advantage-list li .icon-box {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 161px;
    max-height: 148px;
    overflow: hidden;
}

.advantage-list li .icon-box img {
    filter: drop-shadow(0px 200px rgba(255, 255, 255, .1));
    /*滤镜白色*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=200, Color='rgba(255,255,255,.1)', Positive='true')";
}

.advantage-list li:hover {
    background: #0D6BEE;
}

.advantage-list li:hover h6,
.advantage-list li:hover p {
    color: #fff;
}

.advantage-list li:hover .icon-box img {
    transform: translateY(-200px);
}


/* 我们的优势区域结束 */


/* 我们的案例区域 */

.case_section {
    padding-top: 50px;
    padding-bottom: 70px;
    overflow: hidden;
}

.section_title {
    text-align: center;
}

.section_title h6 {
    font-size: 36px;
    font-weight: normal;
    color: #333;
}

.section_title p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.page3_top {
    margin-top: 45px;
}

.page3_top * {
    box-sizing: border-box;
}

.page3_top .page3_top_left {
    float: left;
    padding-right: 11px;
    width: 65%;
}

.page3_top .page3_top_left p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.page3_top_right {
    width: 35%;
    padding-left: 11px;
    float: left;
}

.page3_top_right ul {
    margin: 0 -11px;
}

.page3_top_right ul li {
    width: 50%;
    padding: 0 11px;
    float: left;
    margin-bottom: 20px;
}

.page3_top_right ul li .item_cont {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: #fff;
    display: table;
    text-align: center;
    transition: all .6s ease-in-out;
    -moz-box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.1);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.1);
    box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.1);
}

.page3_top_right ul li .item_cont a {
    display: table-cell;
    vertical-align: middle;
}

.page3_top_right ul li .item_cont img {
    max-width: 100%;
    max-height: 80px;
}


/* 咨询区域 */

.block_18 {
    padding-top: 100px;
    padding-bottom: 110px;
    background: url(../images/news/bg3.png) top center no-repeat;
    overflow: hidden;
}

.text-group_13 {
    text-align: center;
}

.text-group_13 .text_11 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}

.block_18 .box_9 {
    position: relative;
    margin: 0 auto;
    margin-top: 45px;
    width: 670px;
    height: 207px;
    background: url(../images/news/bg4.png) left center no-repeat;
    overflow: hidden;
}

.block_18 .box_9 .text-group_17 {
    float: left;
    margin-left: 100px;
    margin-top: 35px;
}

.block_18 .box_9 .text-group_17 .text_42 {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 24px;
}

.block_18 .box_9 .text-group_17 .text_43 {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.block_18 .box_9 .text-group_17 .text-wrapper_16 {
    margin-top: 30px;
    width: 120px;
    height: 38px;
    font-size: 16px;
    color: rgba(14, 116, 250, 1);
    text-align: center;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 19px;
    cursor: pointer;
}

.block_18 .box_9 img {
    position: absolute;
    top: 17px;
    right: 0;
    width: 175px;
    height: 175px;
}

.choice_section {
    padding-top: 40px;
    background: rgba(30, 126, 229, .1);
    overflow: hidden;
}

.choice_list {
    margin-top: 60px;
    margin-bottom: -40px;
    width: 100%;
    overflow: hidden;
}

.choice_list * {
    box-sizing: border-box;
}

.choice_list li {
    float: left;
    padding: 0 30px;
    margin-bottom: 110px;
    width: 33.33%;
    text-align: center;
}

.choice_list li h6 {
    margin: 19px 0;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.choice_list li p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.news_section {
    padding-top: 65px;
    padding-bottom: 75px;
    overflow: hidden;
}

.index-news-left {
    width: 766px;
    border-right: 1px solid #e5e5e5;
}

.index-news-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    position: relative;
}

.index-news-titmore {
    position: absolute;
    right: 47px;
    font-size: 14px;
    color: #1e7ee5;
    top: 1px;
}

.index-news-titmore:hover {
    color: #1e7ee5;
}

.index-news-list {
    width: 725px;
}

.index-news-list ul {
    margin-right: -60px;
}

.index-news-list ul li {
    float: left;
    font-size: 14px;
    background: url(../images/icon6_1.png) left center no-repeat;
    color: #999999;
    width: 335px;
    margin-right: 57px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-list ul li a {
    margin-left: 25px;
    color: #333333;
}

.index-news-list ul li:hover {
    background: url(../images/icon6_2.png) left center no-repeat;
}

.index-news-list ul li:hover a {
    color: #1e7ee5;
}

.index-news-right {
    margin-top: 30px;
}


/* 底部区域 */

.footer-cont {
    background: #333333;
}

.footer-cont-left {
    width: 867px;
}

.footer-cont-left ul {
    margin-right: -182px;
}

.footer-cont-left ul li {
    float: left;
    margin-right: 213px;
}

.footer-cont-lefttiti {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px;
}

.footer-cont-lefta a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer-cont-lefta p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer-cont-right {
    width: 160px;
}

.footer-cont-right-h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-cont-right-img {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.footer-cont-right-img img {
    margin-bottom: 15px;
}

.footer-cont-con {
    margin-top: 5px;
}

.footer-p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #2a2a2a;
    padding: 34px 0;
}

.footer-p a {
    color: #4f4f4f;
}


/* 子页banner区域 */

.add-produc-div {
    background-image: url("../images/product-bj.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    height: 430px;
    overflow: hidden;
    position: relative;
}

.add-product-divcont {
    color: #fff;
    text-align: center;
    margin-top: 80px;
    height: 239px;
    overflow: hidden;
}

.add-product-divcont h3 {
    font-size: 40px;
    margin-top: 72px;
    font-weight: normal;
}

.page_banner.two .add-product-divcont h3 {
    margin-top: 108px;
}

.add-product-divcont p {
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
}


/* 导航区域 */

.add-product {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
}

.add-productnav ul li {
    float: left;
}

.add-productnav ul li a {
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.add-productnav ul li .active {
    background: #fff;
    color: #333;
}

.add-productnav ul li a:hover {
    background: #fff;
    color: #333;
}


/* 产品时间轴 */

.producttime_section {
    padding: 55px 0;
    width: 100%;
    overflow: hidden;
}

.producttime_section .producttime_text {
    margin-bottom: 55px;
    width: 100%;
    overflow: hidden;
}

.producttime_section .producttime_text p {
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

.producttime_list {
    width: 100%;
    overflow: hidden;
}

.producttime_list h5 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.producttime_list ul {
    position: relative;
}

.producttime_list ul:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 2px;
    background: #309CF4;
}

.producttime_list ul:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    background: #309CF4;
    border-radius: 50%;
}

.producttime_list ul li {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

.producttime_list ul li:last-child {
    padding-bottom: 0;
}

.producttime_list ul li .num {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 34px;
    height: 34px;
    font-size: 16px;
    color: #F6F7FB;
    text-align: center;
    line-height: 34px;
    border: 1px solid #fff;
    background: #309CF4;
    border-radius: 50%;
}

.producttime_list ul li .producttime_cont {
    width: 570px;
}

.producttime_list ul li .producttime_cont.Left {
    text-align: right;
}

.producttime_list ul li .producttime_cont img {
    margin-top: 30px;
    max-width: 100%;
}

.producttime_list ul li .producttime_cont h6 {
    margin-top: 7px;
    margin-bottom: 12px;
    font-size: 18px;
    color: #309CF4;
}

.producttime_list ul li .producttime_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.producttime_list ul li .producttime_cont.Right {
    text-align: left;
}


/*专业社团组织信息化服务商*/

.add-pcospr {
    background-image: url(../images/pcosprbj.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    height: 510px;
    margin-top: 25px;
}

.pcosprlogo {
    padding-top: 56px;
    text-align: center;
    padding-bottom: 25px;
}

.add-product-singh3 {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    margin-bottom: 41px;
}

.add-pcosprdiv {
    overflow: hidden;
    margin-bottom: 44px;
}

.add-pcosprdiv ul {
    margin-right: -32px;
}

.add-pcosprdiv ul li {
    float: left;
    width: 380px;
    height: 60px;
    margin-right: 30px;
}

.add-pcosprdiv1 {
    background: url("../images/pcosprimgbj1.png") no-repeat;
    height: 60px;
}

.add-pcosprdiv1 input {
    width: 51%;
    margin-left: 72px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    border: 0;
    text-align: center;
    font-size: 16px;
}

.add-pcosprdiv1 input::-webkit-input-placeholder {
    color: #999999;
}

.add-pcosprdiv2 {
    background: url("../images/pcosprimgbj2.png") no-repeat;
    height: 60px;
}

.add-pcosprdiv2 input {
    width: 51%;
    margin-left: 72px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    border: 0;
    text-align: center;
    font-size: 16px;
}

.add-pcosprdiv2 input::-webkit-input-placeholder {
    color: #999999;
}

.add-pcosprdiv3 {
    background: url("../images/pcosprimgbj3.png") no-repeat;
    height: 60px;
}

.add-pcosprdiv3 select {
    width: 74%;
    margin-left: 72px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    border: 0;
    /*text-align: center;*/
    /*text-align-last: center;*/
    font-size: 16px;
    color: #999999;
    padding-left: 71px;
}

.add-pcosprdiv3 select option {
    text-align: center;
}

.add-pcosprsub {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 39px;
}

.add-pcosprsub input {
    background: url("../images/pcosprsub.png") no-repeat;
    height: 60px;
    line-height: 60px;
    width: 200px;
    padding-left: 0;
    border: 0;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.add-pcosprdes {
    font-size: 16px;
    text-align: center;
    color: #fff;
}


/*专业社团组织信息化服务商 end*/

.news-nav {
    margin-top: 50px;
    margin-bottom: 20px;
}

.news-nav ul {
    margin-right: -11px;
}

.news-nav ul li {
    width: 191px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: #f0f0f0;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}

.news-nav ul li a {
    display: block;
    color: #666666;
}

.news-nav ul li:hover {
    background-color: #0aa1e5;
    position: relative;
}

.news-nav ul li:hover:after,
.news-nav ul li:hover:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
}

.news-nav ul li:hover:after {
    border-width: 10px;
    border-top-color: #0aa1e5;
}

.news-nav ul li:hover:before {
    border-width: 12px;
    border-top-color: #0aa1e5;
}

.news-nav ul li:hover a {
    color: #fff;
}

.news-nav .active {
    background-color: #0aa1e5;
    position: relative;
}

.news-nav .active:after,
.news-nav .active:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
}

.news-nav .active:after {
    border-width: 10px;
    border-top-color: #0aa1e5;
}

.news-nav .active:before {
    border-width: 12px;
    border-top-color: #0aa1e5;
}

.news-nav .active a {
    color: #fff;
}


/* 新闻列表区域 */

.news-right-contul li {
    border-bottom: 1px dashed #d4d4d4;
    padding-top: 30px;
    padding-bottom: 30px;
}

.news-right-img {
    width: 240px;
    height: 180px;
    max-width: 100%;
}

.news-right-contdiv {
    width: 732px;
    position: relative;
    margin-top: 20px;
}

.news-right-ocntdivh3 {
    width: 100%;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-right-ocntdes {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 104px;
}

.news-right-contul li:hover .news-right-ocntdivh3 {
    color: #0aa1e5;
}

.news-right-moreck {
    width: 180px;
}

.news-right-moreck {
    display: block;
    color: #666;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #666666;
    margin-top: 70px;
}

.news-right-moreck:hover {
    color: #0aa1e5;
}

.news-right-contul li:last-child {
    border-bottom: 1px solid #d4d4d4;
}

.show-right-cont {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -20px;
}

.show-right-cont ul li {
    width: 370px;
    height: 345px;
    float: left;
    margin-right: 45px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 7px 0px rgba(188, 188, 188, 0.35);
    overflow: hidden;
}

.show-right-cont ul li:nth-child(3n) {
    margin-right: 0;
}

.show-right-cont ul li img {
    width: 100%;
    height: 200px;
}

.show-right-cont ul li .item_cont {
    padding: 19px 20px;
    padding-left: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.show-right-cont ul li h6 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show-right-cont ul li:hover h6 {
    color: #1E7EE5;
}

.show-right-cont ul li p.item_text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.show-right-cont ul li p.more {
    margin-top: 8px;
    font-size: 14px;
    color: #0AA1E5;
    line-height: 24px;
}

.anli-page-h3 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    background: url("../images/line-bj.png") no-repeat bottom center;
    padding: 50px 0;
    margin-bottom: 20px;
}

.anli-page-title {
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}


/*案例详情 end*/


/*联系我们*/

.lxwm-div {
    margin-top: 60px;
    margin-bottom: 90px;
}

.lxwm-left-div {
    width: 417px;
}

.lxwm-left-div h3 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.lxwm-left-div p {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
}

.lxwm-right-div {
    width: 707px;
    height: 210px;
}

.add-lxwmde {
    width: 100%;
    overflow: hidden;
}

.add-lxwmde img {
    max-width: 100%;
}


/*联系我们 end*/


/*标题*/

.TextTitle {
    width: 100%;
    padding: 17px 0;
    padding-top: 50px;
    overflow: hidden;
    text-align: center;
}

.TextTitle h3 {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 12px;
}

.TextTitle .shar {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    overflow: hidden;
}

.news-contp {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
}

.news-contp p {
    font-size: 14px;
    color: #666666;
    line-height: 30px
}

.news-contp img {
    max-width: 100%;
    /* min-width: 620px; */
}

.jourPages {
    margin-top: 5px;
    margin-bottom: 20px;
}

.jourPages a {
    width: 50%;
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #0aa1e5;
}


/* 返回顶部 */

.top_return {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 10px;
    bottom: 160px;
    background: url(../images/zlt.png) center no-repeat;
    background-position: 0 0;
    transition: all 0.3s;
    z-index: 9999;
    cursor: pointer;
}


/* 申请试用 */


/* 申请试用 */

.pop_black {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .4);
}

.pop_applysection {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 560px;
    margin: auto;
    z-index: 99999;
    background: #fff;
}

.pop_applysection .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.pop_applysection .pop_applytitle {
    margin: 55px 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pop_applysection .pop_applytitle h1 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.pop_applysection .pop_applytitle p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.pop_applysection .pop_applyform {
    margin: 0 44px;
    overflow: hidden;
}

.pop_applysection .pop_applyform .applyform_item {
    margin-bottom: 38px;
    position: relative;
    padding-left: 13px;
    overflow: hidden;
}

.pop_applysection .pop_applyform .applyform_item label {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
}

.pop_applysection .pop_applyform .applyform_item label span {
    position: absolute;
    left: -13px;
    color: #ed2121;
}

.pop_applysection .pop_applyform .applyform_item input {
    padding-left: 0;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
}

.pop_applysection .pop_applyform .applyform_item input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item .yzm_box {
    position: absolute;
    top: 20px;
    right: 0;
    width: 80px;
    height: 30px;
    z-index: 999;
}

.pop_applysection .pop_applyform .applyform_item .yzm_box img {
    width: 100%;
    height: 30px;
}

.pop_applysection .pop_applyform button {
    display: block;
    margin: 0 auto;
    width: 275px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #1e7ee5;
}

