/* -- top nav -- */

header {
    width: 100%;
    height: 65px;
    background: #fff;
    display: flex;
}

.logo {
    float: left;
    width: 220px;
    height: 100%;
    background: url(/img/index/logo.png) no-repeat left center scroll;
    cursor: pointer;
}

.nav {
    float: right;
    height: 100%;
    width: auto;
}

.nav li {
    float: left;
    list-style: none;
    line-height: 65px;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
}

.nav_lev2 {
    position: absolute;
    top: 75%;
    left: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
    z-index: 1000;
    width: 110px;
}

.nav_lev2 li {
    line-height: 33px;
}

.nav>li:hover .nav_lev2,
.nav_lev2>li:hover .nav_lev3 {
    display: block;
}
#bread_nav_news{
    display: flex;
    width: 1200px;
    margin: auto;
    line-height: 50px;
    height: 50px;
}
#news_nextandprev{
    display: flex;
    justify-content: space-between;
    width:1200px;
    margin:auto;
    height: 50px;
    line-height: 50px;
}
#news_nextandprev a{
    color: #3e80d4;
}
#bread_nav_news span{
    color: gray;
}
.nav_lev3 {
    position: absolute;
    top: 0;
    left: 100%;
    background: #f2f2f2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 110px;
    display: none;
    z-index: 3;
}

.nav_lev3 li:hover {
    background: #fff;
    width: 100%;
}

#softEdu ul.bread_nav,
#softGov ul.bread_nav,
#softGroup ul.bread_nav,
#softMed ul.bread_nav,
#WaterWork ul.bread_nav{
    display: flex;
    width:1200px;
    margin:auto;
}
#softGov ul.bread_nav span,
#softEdu ul.bread_nav span,
#softGroup ul.bread_nav span,
#softMed ul.bread_nav span{
    color: #3092fd;
}

#empfehlen{
    width:1200px;
    margin:auto;
    margin-bottom: 20px;
}
#empfehlen ul{
    margin-top:10px;
}
#empfehlen ul li{
    margin-bottom: 5px;
}
#empfehlen ul li a,
#xc_empfehlen a{
    color: #3092fd;
}
#xc_empfehlen{
    width:1200px;
    height:50px;
    line-height: 50px;
    margin:auto;
    display: flex;
}
#about .nav>li:nth-child(6)>a,
#servers .nav>li:nth-child(5)>a,
#newsCenter .nav>li:nth-child(4)>a,
#CustomerCase .nav>li:nth-child(3)>a,
#hardWare .nav>li:nth-child(2)>a,
#hardWare .nav_lev2>li:nth-child(3)>a,


#yq .nav>li:nth-child(2)>a,
#wy .nav>li:nth-child(2)>a,
#jb .nav>li:nth-child(2)>a,
#gd .nav>li:nth-child(2)>a,
#gwjc .nav>li:nth-child(2)>a,
#gz .nav>li:nth-child(2)>a,
#szxf .nav>li:nth-child(2)>a,
#personPosition .nav>li:nth-child(2)>a,

#yq .nav_lev2>li:nth-child(1)>a,
#wy .nav_lev2>li:nth-child(1)>a,
#jb .nav_lev2>li:nth-child(2)>a,
#gd .nav_lev2>li:nth-child(2)>a,
#gwjc .nav_lev2>li:nth-child(2)>a,
#gz .nav_lev2>li:nth-child(2)>a,
#szxf .nav_lev2>li:nth-child(2)>a,
#personPosition .nav_lev2>li:nth-child(2)>a,


#yq .nav_lev2>li:nth-child(1) .nav_lev3>li:nth-child(1)>a,
#wy .nav_lev2>li:nth-child(1)  .nav_lev3>li:nth-child(2)>a,
#jb .nav_lev2>li:nth-child(2)  .nav_lev3>li:nth-child(5)>a,
#gd .nav_lev2>li:nth-child(2)  .nav_lev3>li:nth-child(1)>a,
#gwjc .nav_lev2>li:nth-child(2) .nav_lev3>li:nth-child(2)>a,
#gz .nav_lev2>li:nth-child(2) .nav_lev3>li:nth-child(3)>a,
#szxf .nav_lev2>li:nth-child(2) .nav_lev3>li:nth-child(4)>a,
#personPosition .nav_lev2>li:nth-child(2) .nav_lev3>li:nth-child(6)>a,

#hardWare .nav_lev2>li:nth-child(3)>a,
.nav>li:hover>a,
.nav_lev2>li:hover>a,
.nav_lev3>li:hover>a{
    color: #3e80d4;
}



/* -- footer 底部 s -- */

footer {
    width: 100%;
    float: left;
    height: 370px;
    background: #2a2f35;

}

.footer_content {
    width: 100%;
    height: 340px;
    padding: 20px 120px;
}

.footer_copyright {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.footer_content_nav {
    float: left;
    height: 260px;
    width: 460px;
    border-right: 1px solid #aaa;
    margin-top: 30px;
}

.footer_content_contact {
    width: 420px;
    float: right;
    margin-top: 30px;
}

.footer_nav_li {
    font-size: 16px;
    float: left;
    width: 33%;
}
a:hover, a:focus{
    text-decoration: none !important;
}
.footer_nav_li_tit {
    color: #fff;
    line-height: 50px;
}

.footer_nav_li li {
    line-height: 45px;
}

.footer_nav_li li a {
    color: #fefefe;
    opacity: .5;
    cursor: pointer;
}

.footer_nav_li li a:hover {
    opacity: .9;
}

.footer_content_contact .footer_nav_li {
    width: 55%;
    float: left;
}

.footer_content_contact .footer_nav_li li {
    opacity: .5;
    color: #fefefe;
    line-height: 30px;
}

.footer_contact_qrcode {
    float: right;
}

.footer_contact_qrcode_img:hover img {
    transform: scale(1.2);
}


/* 置顶 */

#toTop {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9;
    border-radius: 50%;
    background: rgba(227, 237, 247, 0.9) url(../img/backTop.png) no-repeat center center scroll;
    background-size: 80%;
    border: 1px solid #6bb5fa;
}

#toTop a {
    display: block;
    width: 100%;
    height: 100%;
}


/* banner s */

#banner1 {
    width: 100%;
    height: 490px;
    background: no-repeat center center scroll;
}

#about #banner1 {
    background-image: url(/img/about/bg_banner.png);
}


/* public s */

.main_box {
    width: 1200px;
    /* height: 100%; */
    margin: 0 auto;
    clear: both;
}

.title26 {
    font-size: 26px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 75px;
}

.text14 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 25px;
}

.layer_normal {
    color: #fff;
}


/* 关于大家 s */


/* #about .main_box {
    position: relative;
} */
.layui-layer-hui .layui-layer-content{
    color: #fff;
}
#about #banner1 {
    text-align: center;
}
.title_intro>p{
    text-align: left !important;
}
.banner_inner {
    color: #fff;
    margin: 0 auto;
    width: 740px;
    height: auto;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 105px;
    text-align: left;
}

.banner_title {
    color: #fff;
    height: 85px;
    width: 860px;
    /* border-bottom: 1px solid #fff; */
    margin: 0 auto;
}

#achievement {
    height: 620px;
    width: 100%;
}

.achievement_text {
    width: 830px;
    margin: 40px auto 0;
}

.main {
    width: 100%;
    height: 1174px;
}

#baseSearch {
    width: 100%;
    height: 80px;
    background: url(/img/index/search_bg.png) no-repeat center center scroll;
}

.baseSearch_tit,
.baseSearch_btn {
    width: 50%;
    padding-left: 120px;
    float: left;
    height: 100%;
}
.baseSearch_btn{
    float:right;
}
.nav>li>a {
    padding: 0;
}

.baseSearch_btn button {
    height: 40px;
    width: 180px;
    color: #a2a2a2;
    border-radius: 5px;
    background: #fff;
    font-size: 15px;
    border: none;
    margin-top: 30px;
    cursor: pointer;
}

.baseSearch_btn button:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.baseSearch_b,
.baseSearch_s {
    color: #fff;
    text-align: left;
}

.baseSearch_b {
    /* font-size: 28px; */
    /* padding-top: 50px; */
}

.baseSearch_s {
    font-size: 14px;
    line-height: 30px;
    font-family: "Arial";
}

.achievement_img {
    text-align: center;
    margin-top: 45px;
}

#map {
    width: 915px;
    height: 430px;
    margin: 70px auto 0;
    background: #f2f2f2;
}

.time_line {
    width: 910px;
    height: 600px;
    margin: 100px auto 0;
    overflow: auto;
}

.time_line li {
    width: 100%;
    height: auto;
    /* text-align: center; */
    /* float: left; */
    padding: 0 10px;
    position: relative;
}

.time_pie {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    border: 1px solid #4285d4;
    background: #fff;
    border-radius: 50%;
    transition: all .5s ease 0s;
}
@media screen and (min-width:1367px) and (max-width: 1920px){
    .showreportInfo{
        height: 750px !important;
    }
}

@media screen and (max-width: 1366px){
    .showreportInfo{
        height: 536px !important;
    }
}

.time_line li:hover .time_pie {
    background: #4285d4;
}

.time_line li:hover .text14 {
    /* text-shadow: 3px 3px 2px rgba(0, 0, 0, .2); */
    color: #4285d4;
}

.time_line_r::after {
    content: "";
    position: absolute;
    height: 55px;
    width: 1px;
    top: 100%;
    background: #bfbfbf;
}

.time_line_l::before {
    right: 100%;
}

.time_line_r::after {
    left: 50%;
}

.time_line li i {
    color: #232323;
    line-height: 35px;
    font-size: 15px;
    font-style: normal;
    /* padding-bottom: 7px; */
    margin-bottom: 10px;
    /* display: block; */
    position: absolute;
    top: -3px;
    left: 10px;
    margin-left: 40px;
}


/* 技术演示 s*/

#technology .main {
    height: 870px;
    width: 100%;
    background: url(/img/bg.png) no-repeat center center scroll;
}

#technology .main p {
    color: #fff;
    padding-top: 45px;
    padding-bottom: 20px;
}

.form_box {
    height: 610px;
    width: 780px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .3);
    text-align: center;
}

.form_box_row {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.form_box label {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 5px;
}

.form_box label>span {
    vertical-align: middle;
    color: #fff;
}

.form_box label>span strong {
    color: red;
}

.form_box label input,
.form_box label textarea {
    width: 540px;
    height: 48px;
    border-radius: 5px;
    padding: 0 20px;
    vertical-align: middle;
    resize: none;
    opacity: 0.7;
}

#technology input::-webkit-input-placeholder,
#technology textarea::-webkit-input-placeholder {
    color: #b7c3db;
}

#technology input:-moz-placeholder,
#technology textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b7c3db;
}

#technology input::-moz-placeholder,
#technology textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b7c3db;
}

#technology input:-ms-input-placeholder,
#technology textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b7c3db;
}

.form_box label textarea {
    height: 120px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form_box_row.form_box_row_ps {
    padding-right: 90px;
    text-align: right;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.form_box button {
    width: 240px;
    height: 44px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    background: #fff;
    cursor: pointer;
}

.form_box button:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.form_box button:active {
    background: #f2f2f2;
}

.sub_success_title {
    height: 65px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 65px;
    vertical-align: middle;
}

.sub_success_title img {
    vertical-align: middle;
    margin-right: 10px;
}

.sub_success_content {
    height: 90px;
    text-align: center;
    font-size: 14px;
    padding: 15px 30px;
}


/* 产品 App */

#banner2 {
    /* height: 850px; */
    width: 100%;
    background: #f2f2f2 url(../img/product/bg_banner_product.png) no-repeat center center scroll;
    text-align: center;
    overflow: hidden;
    /* padding-bottom: 70px; */
    background-size: 100% 100%;
}

.soft_type_title {
    margin: 0 auto 0;
    padding-top: 30px;
    width: 100%;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
}

.soft_type_content {
    width: 100%;
    padding: 0 190px;
    /* height: 50px; */
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
}

.soft_type_btn {
    width: 100%;
    padding: 50px;
}

.soft_type_btn button {
    margin: 0 20px;
    border: none;
    background: #fff;
    width: 160px;
    height: 40px;
    cursor: pointer;
    color: #425ca9;
    font-size: 16px;
    letter-spacing: 2px;
}


/* .soft_type_btn button a {
    color: #425ca9;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
} */

.soft_type_btn button:hover {
    background: #eee;
}

#lunbo {
    width: 1000px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

#lunbo .swiper-container {
    width: 80%;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
}

#lunbo .swiper-wrapper {
    width: 530px;
    background-size: cover;
}

#lunbo .swiper-wrapper .swiper_img {
    width: 100%;
}

#lunbo .swiper-wrapper span {
    color: #38feff;
}

#lunbo .swiper-slide-active:hover img {
    transform: scale(1.2);
}

#lunbo .swiper-button-next,
#lunbo .swiper-button-prev {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #fff;
    border-radius: 50%;
    width: 44px;
    background-size: 35%;
}

.main_box_title {
    width: 100%;
    text-align: center;
    /* height: 100px; */
    line-height: 100px;
    font-size: 28px;
    background: url(/img/product/softbanner/info_title.png) no-repeat center center scroll;
}

.main_box_content {
    width: 830px;
    margin: 0 auto;
}

.main_box_name {
    width: 100%;
    font-size: 24px;
    color: #3092fd;
}

.main_box_text {
    font-size: 16px;
    text-align: left;
    word-wrap: break-word;
    overflow: hidden;
    white-space: pre-wrap;
    padding: 10px 0;
    letter-spacing: 1px;
}

.main_box_img {
    width: 100%;
    margin-bottom: 90px;
}

.soft_table {
    width: 100%;
    min-height: 50px;
    margin-bottom: 50px;
    table-layout: fixed;
}


/* .soft_table tr {} */

.soft_table td {
    padding: 50px 90px;
}

.soft_table tr td:nth-child(1) .main_box_text {
    text-align: right;
}

.soft_table tr td:nth-child(1) {
    background: url(/img/product/softbanner/table_line.png) no-repeat right top scroll;
    position: relative;
    text-align: right;
}

.soft_table tr td:nth-child(1)::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #3092ff;
    position: absolute;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    margin-right: -10px;
    margin-bottom: -10px;
}


/* 硬件服务 */

#hardWare #banner2 {
    background-size: cover;
}

#video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#video .video_bg {
    height: 100%;
    width: 100%;
    background: #f2f2f2 url(../img/product/video_m_bg.png) center left scroll;
    text-align: center;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

.product_info {
    position: absolute;
    background: no-repeat left center scroll;
    background-size: cover;
    height: 100%;
    top: 0;
    right: -55%;
    width: 55%;
}

.product_info_txt {
    position: absolute;
    right: 0;
    top: 30%;
    width: 80%;
    color: #fff;
    text-align: left !important;
}

.product_info_txt p {
    color: #fff;
    width: 45%;
    margin-left: 100%;
    opacity: 0;
}

.product_info_txt p:first-child {
    margin-bottom: 20px;
}

.product_info_txt img {
    margin-right: 5px;
    width: 12px;
    height: 16px;
}

.product_about {
    position: absolute;
    height: 100%;
    left: -25%;
    width: 20%;
    top: 15%;
}

.product_about span {
    opacity: 0;
}

.product_title {
    padding-top: 2.75%;
    text-align: left;
    text-indent: 30%;
}

.product_title strong {
    color: #fff;
    text-indent: 22px;
    font-size: 2em;
}

.product_title span {
    color: #fff;
    display: inherit;
    font-size: 1em;
    font-family: "Arial";
}

.product_type_tit {
    color: #fff;
    text-align: left;
    padding: 15px 30px;
    font-size: 18px;
    border: 1px solid;
}

.product_type_tit span {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.product_type_more span {
    color: #fff;
    /* width:60%;
    height:50%;
    border:1px solid #fff; */
    display: inline-block;
    width: 90%;
    /* margin-left:-480%; */
    text-align: left;
}

.product_type_more {
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    border: 1px solid;
}

/* .product_text{
    position: absolute;
    left:25%;
} */
.product_img {
    /* background: url(/img/product/hard/bg_pie.png); */
    background-size: cover;
    overflow: hidden;
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -250px;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    z-index: 100;
}

.product_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    z-index: 0;
    opacity: 0;
}

.product_img img {
    width: 65%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product_about p {
    /* position: absolute;  */
    left: -25%;
    color: #fff;
    display: inline;

}

.product_about1 .product_type_tit {
    width: 185px;
    border-bottom: none;
}

.product_about2 .product_type_tit {
    width: 135px;
    border-bottom: none;
}

.product_about3 .product_type_tit {
    width: 185px;
    border-bottom: none;
}

.product_about4 .product_type_tit {
    width: 185px;
    border-bottom: none;
}

.product_info1 {
    background-image: url(/img/product/hard/bg_01.png);
    /* animation: dongh1 70s both infinite; */
}

.product_info2 {
    background-image: url(/img/product/hard/bg_02.png);
    /* animation: dongh2 70s both infinite; */
}

.product_info3 {
    background-image: url(/img/product/hard/bg_03.png);
    /* animation: dongh3 70s both infinite; */
}

.product_info4 {
    background-image: url(/img/product/hard/bg_04.png);
    /* animation: dongh4 70s both infinite; */
}

img {
    vertical-align: middle;
}


#product_more {
    width: 100%;
    /* height: 1700px; */
}

#product_more .product_bread{
    display: flex;
    margin-top:10px;
}
#product_more .product_bread span{
    color: gray;
}
#product_more .product_bread ul{
    display: flex;
}
.product_box {
    padding: 0 35px;
}

.product_detail {
    float: left;
    width: 218px;
    height: 285px;
    margin: 20px 4px;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
}

.product_detail:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
}

.product_detail_name {
    height: 70px;
    width: 100%;
    /* border-top: 1px solid #617e90; */
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}

.product_detail_name_a {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.product_detail_photo {
    height: 218px;
    text-align: center;
    background: #fff no-repeat center center scroll;
    background-size: 80% contain;
}

.show_table {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
    background: rgba(255, 255, 255, .9);
    display: none;
}

.show_table table {
    min-width: 300px;
    max-width: 500px;
    font-size: 12px;
}

.show_table tr {
    min-height: 20px;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
}

.show_table tr th {
    width: 40%;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.show_table tr td {
    width: 60%;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}


/* 精选案例 */

#classicCase #banner2 {
    background-size: cover;
    position: relative;
}

.video_box {
    width: 95%;
    height: 600px;
    box-sizing: border-box;
    padding-top: 40px;
    /* position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -550px;
    overflow: hidden; */
    display: flex;
    margin: auto;
}

.video_box ul {
    width: 100%;
    height: 100%;
}

.video_box ul li {
    width: 100%;
    height: 35px;
    margin-bottom: 17px;
    color: #688DDB;
    font-size: 14px;
    border: 1px solid #688DDB;
    line-height: 35px;
    margin-bottom: 18px;
    cursor: pointer;
}

.video_max {
    height: calc(100% - 10px);
    width: 56%;
    overflow: hidden;
    background: #000;
}

.video_llist {
    height: 100%;
    width: 22%;
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
}

.video_rlist {
    height: 100%;
    width: 22%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 0px 20px 20px;
}

.video_list li {
    width: 100%;
    height: 140px;
    background: #f8f8f8;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.video_tit {
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -110px;
    background: rgba(0, 0, 0, .3);
    transition: all .5s ease 0s;
}

.video_list li:hover .video_tit {
    bottom: 0px;
    line-height: 140px;
    background: rgba(0, 0, 0, .9);
}

#videoName {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    height: 30px;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 30px;
}

#videoName ul {
    width: 100%;
    height: 100%;
    display: flex;
    width: 70%;
    margin: auto;
}

#videoName ul li {
    width: 25%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#videoName ul li:first-child {
    color: #29FBF0;
}

.qy,
.jt,
.zq,
.yl,
.jf,
.gz {
    width: 100%;
    height: 100%;
}

/* 视频文字说明 */
#video_info {
    width: 100%;
    clear: both;
    margin-bottom: 40px;
    position: relative;
}

#video_info h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#video_info .video_info_text {
    width: 78%;
    margin: auto;
    background: #E5E8ED;
    padding-top: 20px;
    box-sizing: border-box;
}

#video_info .video_info_text .video_info_textinfo {
    width: 78%;
    height: 100%;
    margin: auto;
    line-height: 28px;
}

#video_info .video_info_text .video_info_textinfo p {
    text-indent: 25px;
    color: #000;
    font-size: 14px;
}

/* 精英团队 */

#team #baseSearch {
    height: 80px;
}

.team_title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
}

#team_main {
    width: 100%;
    height: 7300px;
}

.boss1 {
    width: 100%;
    height: 330px;
    padding-top: 20px;
}

.boss_box {
    width: 480px;
    height: 310px;
    margin: 0 auto;
    background: #eee;
}

.boss_box_img {
    float: left;
    width: 320px;
    height: 100%;
    overflow: hidden;
}

.boss_box_img img {
    width: 100%;
}

.boss_box_text {
    float: left;
    width: calc(100% - 320px);
    line-height: 330px;
    text-align: center;
}

.boss_box_l {
    float: left;
    margin-left: 90px;
}

.boss_box_r {
    float: right;
    margin-right: 90px;
}

.team_normol_tit {
    clear: both;
    margin-top: 50px;
    line-height: 50px;
    width: 100%;
    text-indent: 70px;
    font-size: 18px;
}

.team_img_box {
    width: 960px;
    min-height: 100px;
    margin: 0 auto;
}

#managesList {
    height: 1160px;
}

.team_img_box>img {
    width: 100%;
}

.anli_txt {
    color: #fff;
    height: 40px;
}

.anli_txt span {
    font-size: 0.9rem;
    color: #fff;
    margin-left: 15px;
}

.anli_txt span i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.team_manage {
    float: left;
    width: 235.5px;
    height: 370px;
    background: #eee;
    margin: 10px 3px;
}

.team_manage:nth-child(4n+1) {
    margin-left: 0;
}

.team_manage:nth-child(4n) {
    margin-right: 0;
}

.manage_box_img {
    float: left;
    height: 270px;
    width: 100%;
    overflow: hidden;
}

.manage_box_img img {
    width: 100%;
}

.manage_box_text {
    float: left;
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.team_all {
    width: 100%;
    /* height: 325px; */
    margin-top: 70px;
    overflow: hidden;
}

.team_all>img {
    width: 100%;
    height: 100%;
}

.team_all_title {
    margin-top: 1px;
    background: #e9e9e6;
    width: 100%;
    height: 110px;
    text-align: center;
    line-height: 110px;
    color: #909581;
    font-size: 30px;
}

.team_all_title img {
    vertical-align: middle;
    width: 50px;
    margin: 0 10px;
}


/* 人才招聘 */

#joinUs #banner2 {
    height: 300px;
}

#joinUs #banner2 h3 {
    color: #fff;
    font-size: 24px;
    padding-top: 95px;
}

#joinUs #banner2 p {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.job_list {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0 10px;
}

.job_list:nth-child(2n) {
    background: #f8f8f8;
}

.duty {
    font-size: 14px;
    color: #a23223;
    line-height: 35px;
    font-weight: bold;
}

.content {
    font-size: 14px;
    color: #474754;
    line-height: 33px;
}

.pos-title {
    font-size: 22px;
    color: #474754;
    line-height: 60px;
}

.red-bar {
    position: absolute;
    margin-left: -16px;
    margin-top: 18px;
    width: 4px;
    height: 50px;
    background: #3e80d4;
}

.apply-web {
    position: absolute;
    right: 0;
    width: 5.5em;
    height: 1.7em;
    padding: 0px 0px;
    font-size: 14px;
    color: #3e80d4;
    line-height: 22px;
}

job_list p {
    margin: 0 0 10px;
}

.duty p {
    font-size: 14px;
    color: #3e80d4;
    padding-top: 10px;
}


/* 产品详情 */

.product_header {
    float: left;
    /* margin-top: 50px; */
    /* height: 420px; */
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
}

.product_header table {
    width: 100%;
    height: 100%;
}

.product_advantage {
    float: left;
    width: 100%;
}

.product_header h1 {
    font-size: 24px;
    font-weight: bold;
    /* text-align: center; */
}

.product_advantage h3,
.product_specification h3,
.product_header_box h3 {
    /* text-align: center; */
    color: #000;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    /* margin-left:4rem; */

}

.product_header_box h3 {
    text-align: left;
    padding: 0 !important;
}

.product_header img {
    /* width: 425px; */
}

.product_header_box {
    width: 100%;
}

.product_header_use {
    white-space: pre-wrap;
    max-width: 720px;
}

.product_advantage ul {
    padding: 0 20px;
    /* margin-left:4rem; */
}

.product_advantage ul li {
    line-height: 18px;
    padding: 3px 0;
    font-size: 14px;
}

.product_advantage ul li i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 4px;
}

.product_advantage ul li strong {
    color: #000;
    font-weight: bold;
    margin-right: 4px;
}

.product_specification,
.product_advantage {
    margin: 10px 0;
}

.product_specification {
    float: left;
    /* margin-left:4rem; */
}

.product_specification_table {
    table-layout: fixed;
    width: 96%;
    margin: 0 auto 20px;
}

.product_specification_table td {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    padding: 5px;
}

.product_specification_table tr {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

.frends_link p {
    color: #fff;
    margin-bottom: 20px;
}

.frends_link ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
}

.frends_link ul>li {
    margin-right: 20px;
}

.frends_link ul>li>a {
    color: gray;
    text-decoration: none;
}

.frends_link {
    margin-top: 20px;
    width: 100%;
    margin: auto;
    background: #2a2f35;
}

.link_inner {
    width: 1200px;
    margin: 0 auto;
    height: 110px;
    padding-top: 20px;
}

/* 资讯中心 */
.news_center {
    width: 100%
}
.showNextAndPrev{
    width:1200px;
    display: flex;
    justify-content: space-between;
    height: 80px;
    line-height: 80px;
    margin:auto;
}
.showNextAndPrev a{
    color: #3e80d4;
}
.news_body {
    width: 1200px;
    min-height: 300px;
    margin: auto;
}
.bread_nav{
    display: flex;
}
.news_bread_nav,
.news_bread_nav ul {
    display: flex;
}

.news_bread_nav>span {
    color: #3E84C9;
}
.newsInfo{
    width:1200px;
    margin:auto;
    margin-top:30px;
}
.news_bread_nav {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin:auto;
}

.news_body .main_nav {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    margin-top: 20px;
}

.news_body .main_nav ul {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.news_body .main_nav ul li {
    cursor: pointer;
    border-radius: 5px;
    padding: 0 15px;
}

.news_body .main_nav ul li:hover,
.nav_active {
    background: #3E81D2;
    color: #fff;
}

.main_nav_content {
    width: 100%;
}

.main_nav_content>ul {
    width: 100%;
    height: 100%;
}

.main_nav_content>ul>li {
    display: flex;
    justify-content: space-between;
    padding: 20px 70px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    height: 200px;
}
.main_nav_content>ul>li>.news_img>img{
    height:100%;
}

.main_nav_content>ul>li>.news_data {
    font-size: 20px;
    color: gray;
}

.main_nav_content>ul>li .news_info {
    width: 56%;
    height: 100%;
    padding-top: 10px;
}

.main_nav_content>ul>li .news_info>p.title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #434343;
    font-weight: bold;
}

.main_nav_content>ul>li .news_info>p.txt {
    color: #434343;
}

.news_page {
    width: 100%;
    height: 30px;
    margin: 20px auto 40px;
    text-align: center;
}

.news_page ul {
    height: 100%;
    display: inline-block;
    margin-right: 7px;
}

.news_page ul li {
    width: 30px;
    height: 100%;
    border: 1px solid #3E81D2;
    text-align: center;
    line-height: 30px;
    color: #3E81D2;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-left: 7px;
}
.recommend_news{
    width:1200px;
    margin:auto;
    margin-bottom:20px;
   
}
.recommend_news ul{
     margin-top: 10px;
}
.recommend_news li{
    cursor: pointer;
    color:#3e80d4;
    text-decoration: underline;
    height:25px;
    line-height: 25px;
}
.activepage{
    background: #4080C8;
    color: #fff !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background:#4080C8;
    cursor: pointer;
}