body{word-wrap: break-word;word-break: break-all;}.zindex1070{z-index:1070}.zindex1060{z-index:1060}.overbg{background-color:#cbdded}.activebg{background-color:#e3f2fd;font-family: 微软雅黑;}
a:hover {text-decoration:none!important;}
.bg-e9{background-color: #e9e9e9!important;color: black;}
.bg-f3{background-color: #f3f3f3!important;color: black;}
.bg-e9 a{color: black;}
.bg-369{background-color: #c31919!important;color: white;}
.bg-light{background-color: #eeeeee!important;}
.bg-box1{background-color: #f6f6f6;}
.bg-box2{background-color: #fff;}
.p_t70 {padding-top: 70px;padding-bottom: 30px;}
.color-369{color: #336699!important;}
.cover-hover:hover img{visibility: hidden;}
.border-369{border: 1px solid #336699!important;}
.box-inline{
    display:inline-block;
    background-color: #f3f3f3;
    width: 268px;
    height: 480px;
    margin:10px;
    vertical-align: top;
    /*box-shadow: 0 0 10px #300;*/
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 32%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    font-size: 32px;
    text-shadow: 3px 3px 10px #444;
}
.carousel-link {
    position: absolute;
    color: #fff;
    text-align: left;
    font-size: 32px;
    padding-left: calc(15% - 30px);
    bottom: 100px;
    z-index: 11;
}
.carousel-link .g_more {
    color: #fff!important;
    background-color: #1e50ae;
}
.carousel-index{
    color: #1e50ae;
    font-size: 48px;
    display: block;
    bottom: 15px;
    padding-left: calc(15% - 30px);
    position: absolute;
}
.carousel-bottom {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    padding-left: 15%;
    padding-right: 25px;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: flex-end;
}
.carousel-bottom .carousel-show{
    color: #fff;
    font-size: 24px;
    display: inline-block;
}
.carousel-bottom .carousel-button .g_more{
    width: 56px;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-right: 4px;
}
.carousel-bottom .carousel-button .g_more:hover{
    background-color: #1e50ae;
}
.carousel-bottom .carousel-button .g_more .gr{
    margin: 13px auto;
}
#navBar {
    height: 120px;
    text-align:center;
    display: flex;
    justify-content: center;
    z-index: 12;
    position: sticky;
    top: 0;
}
.shouye {
    background-color: transparent;
    transition: all 0.5s;
    color: #fff;
}
.shouyeimg {
    position: relative;
    margin-top: -137px;
}
#navBar:not(.shouye) .shouyeimg,
.shouye:hover .shouyeimg {
    display: none;
}
#navBar:not(.shouye){
    background-color: #fff;
}
.shouye:hover {
    background-color: #fff;
    transition: all 0.5s;
}
#homeTitle {
    text-align:center;
    align-items: center;
    height: 120px;
    font-size: 32px;
    color: #1e50ae;
    padding-top: 10px;
    width: 200px;
    overflow: hidden;
}
#navBar .nav-item {
    height: 120px;
    width: 160px;
    align-items: center;
    cursor: pointer;
}
#navBar .nav-item >a {
    height: 100px;
    width: 100px;
    color: #000;
    padding-top: 50px;
} 
#navBar.shouye .nav-item >a {
    color: #fff;
}
#navBar.shouye:hover .nav-item >a,
#navBar:not(.shouye) .nav-item >a {
    color: #000;
}
#navBar .nav-item.active,
#navBar .nav-item:hover  {
    font-weight: bold;
    font-size: 18px;
}
#navBar .nav-item.active >a,
#navBar .nav-item:hover >a  {
    color: #1e50ae !important;
    border-bottom: 5px solid #1e50ae;
}
#navBar .nav-item .dropdown-menu {
    position: fixed;
    display: none;
    cursor: auto;
    width: 100%;
    top: 100px;
    left: 0;
    background: #f9f9f9;
    z-index: 12;
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
    line-height: 1.2em;
    box-shadow: inset 0px 15px 10px -15px #ddd;
    -webkit-box-shadow: inset 0px 15px 10px -15px #ddd;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
#navBar .nav-item:hover .dropdown-menu {
    display: block;
}
#navBar .nav-item .dropdown-menu.show {
    display: block;
}
#navBar .nav-item .dropdown-menu .dropbox {
    margin: auto;
    width: 100%;
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
}
#navBar .nav-item .dropdown-menu .dropbox .voc {
    margin: 0 auto;
    border-left: 1px solid #f1f1f1;
    z-index: 12;
}
#navBar .nav-item .dropdown-menu .dropbox .voc ul {
    column-count: 4;
    column-gap: 20px;
}
#navBar .nav-item .dropdown-menu .dropbox .voc ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#navBar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    vertical-align: middle;
    padding: 0 1.5rem;
    color: #999;
    background-color: #f9f9f9;
}
#navBar .nav-item .dropdown-menu .dropdown-item.list-1 {
    font-size: 16px;
    margin-bottom: 26px;
    font-weight: bold;
    color: #1e50ae;
    background-color: #f9f9f9;
}
#navBar .nav-item .dropdown-menu .dropdown-item.list-2 {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
    background-color: #f9f9f9;
}
#navBar .nav-item .dropdown-menu .dropdown-item.list-3 {
    font-size: 16px;
    color: #555;
    background-color: #f9f9f9;
    line-height: 34px;
    margin-bottom: 0;
}
#navBar .nav-item .dropdown-menu .link-item {
    font-size: 16px;
    color: #777;
    background-color: #f9f9f9;
    line-height: 34px;
    padding-left: 40px;
    position: relative;
    display: block;
}
#navBar .nav-item .dropdown-menu .link-item:hover {
    font-size: 16px;
    color: #1e50ae;
    background-color: #f9f9f9;
    text-decoration: none;
}
#navBar .nav-item .dropdown-menu .link-item:before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -1.5px;
}
#carouselExampleIndicators {
    margin-top: -120px;
}
.starLine {
    /* padding-left: 20px;
    background: url(../../theme/default/images/star.png) no-repeat left 7px;
    background-size: 20px; */
    font-size: 16px; 
    background-color: transparent; 
    line-height: 35px;
    font-family: 宋体;
    font-weight: 600;
    color: rgb(94, 94, 94);
    text-align: left;
}
#aboutusBox {
    height: 638px;
    background: url(../../theme/default/images/aboutus.png) no-repeat center;
    color: #fff;
}
#techadBox {
    height: 638px;
    background: url(../../theme/default/images/techad.png) no-repeat center;
    color: pink;
}
#serviceBox {
    height: 548px;
    background: url(../../theme/default/images/service1.jpg) no-repeat center;
    color: #fff;
}
#newsBox {
    height: 300px;
    background: url(../../theme/default/images/news1.jpg) no-repeat center;
    color: #fff;
    margin-bottom: 250px;
    padding-top: 80px;
}
#techBox {
    height: 686px;
    background: url(../../theme/default/images/service.jpg) no-repeat center;
    color: #fff;
    padding-top: 80px;
}
#connectbgBox {
    min-height: 1600px;
    background: url(../../theme/default/images/connectus.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 300px;
}
.headerImg {
    overflow: hidden;
    margin-bottom: 100px;
}
.news-left .news-left-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.news-left .news-left-img img{
    width: 100%;
    height: 400px;
    transition:all .4s cubic-bezier(.4,0,.2,1);
}
.news-left:hover .news-left-img img{
    transform: scale(1.1);
}
.news-left .news-left-title {
    position: relative;
    width: 100%;
    margin-top: -80px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0,0,0,.5);
    padding-right: 30px;
    align-items: center;
    overflow: hidden;
}
.news-left .news-left-title .time{
    width: 100px;
    height: 80px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.news-left .news-left-title .time .ri{
    font-size: 32px;
    color: #1e68ae;
    text-decoration: none;
}
.news-left .news-left-title .biaoti {
    font-size: 22px;
    color: #fff;
    width: calc(100% - 160px);
    height: 80px;
}
.news-left .news-left-title .biaoti .desc{
    font-size: 14px;
    color: rgba(255,255,255,.7);
    width: 100%;
}
.news-left .news-left-title::before {
    content:"";
    width: 100%;
    position:absolute;
    border-bottom: 3px solid #1e50ae;
    bottom:0;
    left:-100%;
    transition:all .4s cubic-bezier(.4,0,.2,1);
}
.news-left:hover .news-left-title::before{
    left:0;
    transition:all .4s cubic-bezier(.4,0,.2,1);
}
.news-right {
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    text-align: left;
    margin: 0 20px;
    display: block;
    padding: 10px 0;
    width: calc(100% - 30px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}
.news-right .time{
    width: 100px;
    height: 80px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #000;
}
.news-right .time .ri{
    width: 100px;
    font-size: 32px;
    font-weight: bold;
}
.news-right:hover .time{
    color: #1e50ae;
}
.news-right .biaoti {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
}
.news-right:hover .biaoti{
    font-weight: bold;
}
.news-item {
    background-color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}
.news-item .news-item-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.news-item .news-item-img img{
    width: 100%;
    height: 200px;
    transition:all .4s cubic-bezier(.4,0,.2,1);
}
.news-item:hover .news-item-img img{
    transform: scale(1.1);
}
.news-item .news-item-title {
    padding: 20px;
    color: #333;
    height: 140px;
    display: block;
}
.news-item .news-item-title .biaoti{
    font-size: 18px;
    color: #333;
    height: 60px;
    display: block;
}
.news-item .news-item-title .desc{
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-item .news-item-bottom {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-item .news-item-bottom .time{
    width: 100px;
    color: #999;
    font-size: 18px;
}
.news-item .news-item-bottom::before {
    content:"";
    width: 100%;
    position:absolute;
    border-bottom: 3px solid #1e50ae;
    bottom:0;
    left:-100%;
    transition:all .4s cubic-bezier(.4,0,.2,1);
}
.news-item:hover .news-item-bottom::before{
    left:0;
    transition:all .4s cubic-bezier(.4,0,.2,1);
}
.pageCard {
    /* height: 525px; */
    margin:auto;
    overflow: hidden;
    max-width: 1260px;
    padding: 40px;
    font-size: 0;
}
.pageCard .half {
    display: inline-block;
    width: 50%;
    vertical-align:middle;
}
.pageCard .half.br {
    padding: 0 20px;
    border-right: 1px solid #ededed;
    margin: 20px 0;
}
.centerBox {
    margin-top: 40px;
    min-height: 250px;
    text-align:center;
    display: flex;
    justify-content: center;
    color: #fff;
    vertical-align:middle;
}
.centerBox .centerLeft {
    width: 600px;
}
.centerBox .centerRight {
    width: 800px;
    font-size: 16px;
    text-align: left;
    padding: 0 40px;
}
.centerBox .upBox {
    width: 350px;
    margin: 0 20px;
}
.upBox {
    border: 1px solid #e1e1e1;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
}
.upBox:hover {
    box-shadow: 2px 2px 10px #ccc;
    color: #1e50ae;
    text-decoration: none;
}
#webFooterTable {
    height: 525px;
    background-color: #555;
    padding: 60px 0;
}
#webFooterBox {
    max-width: 1920px;
    height: 465px;
    text-align:center;
    display: flex;
    justify-content: center;
    color: #fff;
}
.space{
    width: auto;
}
#webFooterBox #footerAbout{
    min-width: 450px;
    height: 450px;
    padding-top: 120px;
    text-align:left;
    color: #fff;
}
#webFooterBox #footerAbout .footer-title{
    font-size: 14px;
    color: #cacaca;
    display: block;
}
#webFooterBox #liuyanBox{
    min-width: 500px;
    height: 450px;
    padding-top: 100px;
    text-align:left;
    color: #fff;
    z-index: 10;
    font-size: 16px;
}
.footerLabel {
    text-align: right;
    margin-top: 20px;
}
.footerInput {
    width: 400px;
    margin: 10px;
    background-color: #dbdbdb;
    border-color: transparent;
    resize:none;
}
.footerSubmit {
    margin-left: 10px;
    width: 200px;
    border-color: transparent;
    background-color: #5ab4ff;
    font: 14px 微软雅黑;
    height: 44px;
    line-height: 38px;
    float: left;
    color: #fff;
}
#webFooterBottom {
    padding: 18px 0;
    background: #444444;
    color: rgba(255,255,255,.5);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
#webFooterBottom .text-box{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 8.3%;
    position: relative;
    line-height: 36px;
}
#webFooterBottom .text-box span{
    margin: 0 10px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
#baiduMap {
    width: 100%;
    height: 525px;
}
.type-box {
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 9px;
    color: #5a5a5a;
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.type-box.active {
    display: inline-block;
    background-color: #004694;
    border: 1px solid #004694;
    color: #fff;
}
.type-box .img{
    z-index: 1;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
}
.type-box.active .img{
    display: inline-block;
    color: #fff;
}
.type-box.list-1 {
    font-size: 24px;
    font-weight: bold;
}
.type-box.list-2 {
    font-size: 18px;
}
.type-box.list-3 {
    font-size: 14px;
}
.list-content {
    font-size: 15px;
    margin: 10px 0;
    font-weight: bold;
}
.area0, .area1 {
    /* min-height: 600px; */
}
.type-title {
    font-size: 46px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.news-title {
    font-size: 46px;
    color: #333;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.news-title .g_more{
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d2d6d9;
    border-radius: 46px;
    width: 182px;
    height: 64px;
    line-height: 64px;
    font-weight: normal;
    border-radius: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}
.news-title .g_more:hover{
    color: #fff;
    background-color: #1e50ae;
}
.news-title .g_more:hover a{
    color: #fff;
}
.g_more .gr{
    position: relative;
    width: 9px;
    height: 15px;
    margin-left: 36px;
}
.g_more .gr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.g_more:hover .gr img.mora {
    opacity: 0;
}
.new_hlist {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    background: #f9f9f9;
    z-index: 1;
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
    line-height: 1.2em;
    box-shadow: inset 0px 15px 10px -15px #ddd;
    -webkit-box-shadow: inset 0px 15px 10px -15px #ddd;
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.new_hlist .box {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 8.3%;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}
.new_hlist .box .n_box {
    display: flex;
    justify-content: space-between;
}
.card .img-fluid{
    width: 100%;
    height: 200px;
}
.card .card-body {
    padding: 10px;
}
.area-left {
    float: left;
    width: 330px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    color: #555;
    background-color: #fff;
}
.area-left .text{
    padding: 30px 20px;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 16px;
    line-height: 1.7em;
    color: #555;
    width: 100%;
}
.area-left .text a{
    color: #555;
}
.area-left .text:hover a{
    color: #1e50ae;
}
.area-right {
    margin-left: 350px;
    width: calc(100% - 350px);
    overflow: hidden;
    background-color: #fff;
    padding: 40px;
}
.target-fix {
    position: relative;
    overflow: hidden;
    top: -70px;
    height: 0;
    display: block;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1420px;
    }
    .carousel-caption {
        font-size: 48px;
    }
}