/* @media screen and (min-width: 768px) {
    html {font-size: 40.66666666px !important; }
}
@media screen and (min-width: 1024px) {
    html {font-size: 53.33333333px !important; }
}

@media screen and (min-width: 1280px) {
    html { font-size: 66.66666667px !important;}
}
@media screen and (min-width: 1366px) {
    html {font-size: 71.14583333px !important;}
}
@media screen and (min-width: 1440px) {
    html {  font-size: 75px !important;}
}
@media screen and (min-width: 1600px) {
    html { font-size: 83.33333333px !important}
}
@media screen and (min-width: 1920px) {
    html {font-size: 100px !important;}
} */
[v-cloak] {display: none}

html,body { font-family:ArialMT;min-width: 1200px;}
/* 公用 */
.public{font-size: 30px;color: #333;margin: 40px 0;border-left: 4px solid #2974BA;padding-left: 11px;line-height: 30px;}
.full{min-width: 1200px;}

ul, ul li { list-style-type: none }

/* 导航 */
.jdNav{width: 100%;height: 97px;background: #115EA5;line-height: 97px;}
.jdNav .nav-box{overflow: hidden;}
.jdNav .nav-box div{float: left;}
.jdNav .nav-box .logo{width: 110px;height: 44px;}
.jdNav .nav-box a{display: inline-block;color: #fff;text-decoration: none;}
.jdNav .nav-box .middle{margin:0 173px;}
.jdNav .nav-box .middle a{margin-left: 40px;font-size: 16px; cursor: pointer; line-height: 40px; transition: .1s}
.jdNav .nav-box .middle a:hover, .jdNav .nav-box .middle a.current { border-bottom: 3px solid #44A6F7; box-sizing: border-box}
.jdNav .nav-box .right a{font-size: 14px; margin-left: 5px; border-radius: 5px; cursor: pointer; transition: .1s }
.jdNav .nav-box .right a:hover { color: #eee}
.jdNav .nav-box .right a.current { background-color: #0C3357; padding: 0 8px; line-height: 22px; }

/* 头图 */
.banner img{width: 100%;height: 507px;}

.bannerFix {width: 100%;height: 507px; background: #146FC4; text-align: center; position: relative }
.bannerFix .banner-logo{ width: 167px;}
.bannerFix .part { padding-top: 165px; }
.bannerFix .part p { font-size: 38px; color: #fff; line-height: 50px; margin-top: 30px;}
.bannerFix .part p.eng { font-size: 22px}
.bannerFix .part p span { color: #FFEE2C}
.bannerFix .bannerD1 { position: absolute; left: 0; bottom: 0; z-index: 1; background: url("../image/wave1.png") no-repeat; width: 390px; height: 255px }
.bannerFix .bannerD2 { position: absolute; top: 0; right: 50px; z-index: 1;  background: url("../image/wave2.png") no-repeat; width: 670px; height: 320px }

/* 关于我们 */
.about .about-box{overflow: hidden;margin-top: 48px;}
.about .about-box div{float: left;}
.about .about-box div.infoBox { position: relative}
.about .about-box div.infoBox:before {    width: 0;
    height: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    border: 5px solid;
    border-top-color: #fff;
    color: transparent;  }
.about .about-box div.infoBox img:first-child { display: none}
.about .about-box .about-box-left{width: 601px;}
.about .about-box .about-box-left .intro{font-size: 16px;color: #666; line-height: 35px; text-align: justify}
.about .about-box .about-box-left .intro.eng { font-size: 14px; line-height: 25px; }
.about .about-box .about-box-right, .about .about-box .about-box-right img {  float: right; width: 455px;height: 296px; position: relative}
.about .about-box .about-box-right img:before {
    content: " ";
    display: block;
    width: 455px!important;height: 296px!important;
    border:1px solid #e9e9e9!important;
    z-index: -1!important;
    position: absolute!important;
    bottom:-10px!important; right:10px!important; }
.about .about-box .about-box-right img:after{ content: " "}
/* 服务 */
.server .server-box .server-name { margin-top: 100px; min-width: 1170px; }
.server .server-box .server-name div{float: left;width: 25%;text-align: center;font-size: 22px;color: #666; line-height: 30px; padding-bottom: 40px; cursor: pointer}
.server .server-box .server-name div.min { font-size: 14px;}
.server .server-box .server-name div.small { font-size: 14px; line-height: 30px;}
.server .server-box .server-name div:hover { opacity: .9; color: #2974BA}
.server .server-box .server-name div.active { border-bottom:3px solid #2974BA; position: relative}
.server .server-box .server-name div.active:before { content: " ";
    width: 5px!important; height: 5px!important;
    position: absolute!important; background: #2974BA!important;
    left: 50%!important; bottom: 0px!important; z-index: 99!important;    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #2974BA;}
.server .server-box .server-name div i { display: block; width: 60px; height: 60px; margin:0 auto 15px}
.server .server-box .server-name div.active { color: #2974BA}
.server .server-box .server-name div i.icon-1 { background: url("../image/icon_1.jpg") center center no-repeat }
.server .server-box .server-name div i.icon-2 { background: url("../image/icon_2.jpg") center center no-repeat }
.server .server-box .server-name div i.icon-3 { background: url("../image/icon_3.jpg") center center no-repeat }
.server .server-box .server-name div i.icon-4 { background: url("../image/icon_4.jpg") center center no-repeat }
.server .server-box .server-name div:hover i.icon-1, .server .server-box .server-name div.active i.icon-1  { background: url("../image/icon_hover_1.jpg") center center no-repeat }
.server .server-box .server-name div:hover i.icon-2, .server .server-box .server-name div.active i.icon-2 { background: url("../image/icon_hover_2.jpg") center center no-repeat }
.server .server-box .server-name div:hover i.icon-3, .server .server-box .server-name div.active i.icon-3 { background: url("../image/icon_hover_3.jpg") center center no-repeat }
.server .server-box .server-name div:hover i.icon-4, .server .server-box .server-name div.active i.icon-4 { background: url("../image/icon_hover_4.jpg") center center no-repeat }


.server .server-box .server-content{background: #F7F8FA; padding: 40px 0;}
.server .server-box .server-content .patent span{margin-right: 20px; margin-bottom: 10px; font-size: 14px; border: 1px solid #DCDCDC;display: inline-block; height: 50px;line-height: 50px; padding:0 15px; text-align: center; cursor: pointer }
.server .server-box .server-content .patent span:hover { opacity: .9}
.server .server-box .server-content .patent span.active{border: 3px solid #2974BA}
.server .server-box .server-content .patent-box{overflow: hidden;}
.server .server-box .server-content .patent-box .detail { line-height: 30px; font-size: 16px;}
.server .server-box .server-content .server-content-box{overflow: hidden;}
.server .server-box .server-content .patent-box div{ display: inline-block; vertical-align:top; width: 25%; padding-right: 60px; margin-bottom: 20px; min-height: 120px; box-sizing: border-box }
.server .server-box .server-content .patent-box div:nth-child(4n){padding-right:0; }
.server .server-box .server-content .patent-box div.detail { width: 100%;}
.server .server-box .server-content .patent-box div i { font-style: normal }
.server .server-box .server-content .patent-box div small { display: none; font-size: 12px; }
.server .server-box .server-content .patent-box div.steLength .patent-intro { width: auto!important; }
.server .server-box .server-content .patent-box div.steLength i { display: none}
.server .server-box .server-content .patent-box div.steLength small { display: inherit}
.server .server-box .server-content .patent-box div.steLength .patent-intro { -webkit-line-clamp:inherit; height: auto }
.server .server-box .server-content .patent-box div span { padding: 5px 8px;
    border: 1px solid #e3e3e3;
    background: #fff;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer; }
.server .server-content-box .patent { margin-bottom: 30px;}
.server .server-box .server-content .patent-box .patent-name{ display: block; width: 100%; line-height: 20px; font-size: 16px;color: #333; margin-bottom: 5px; font-weight: bold}
.server .server-box .server-content .patent-box .patent-intro{
    font-size: 14px;
    color: #999;
    width: 240px;
    line-height: 24px;
    height: 48px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.server .server-box .server-content .patent-box .patent-intro.steLength { width:auto!important; }


/*tab*/
.tab-pane, .tab-pane2 { display: none }
.tab-pane.active, .tab-pane2.active { display: block }
/*.sub-tabs>div.min { font-size: 14px;}*/



/*新闻列表*/
.main-news { width: 100%; height: auto; overflow: hidden}
.main-news .new-con { float: left; margin:0 55px 45px 0; width: 535px; }
.main-news .new-con:nth-child(2n){margin-right: 0;}
.main-news .new-con .news-img, .main-news .new-con .news-img img { width: 240px; height: 160px; float: left; margin-right: 15px; transition: .3s; overflow: hidden }
.main-news .new-con .news-img img:hover { transform:scale(1.3)}
.main-news .new-con .title {
    width: 280px;
    text-decoration: none;
    line-height: 30px; color: #333; font-size: 16px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-news .new-con .title:hover { color: #07f}

.main-news .new-con p { margin-top: 70px; text-align: left }
.main-news .new-con p img { width: 30px; height: 30px; border-radius: 50%; }
.main-news .new-con p small { color:#8A8A8A; font-size: 14px; line-height: 30px; margin-left: 15px; }


.main-news.eng .title { font-size: 14px; line-height: 25px; height: 74px;  }
.main-news.eng .new-con p{ margin-top: 55px; }


.news-list { display: block; padding-left: 0; width: 100%; }
.news-list li { line-height: 40px; color: #333; float: left; font-size: 16px; }
.news-list li a { text-decoration: none;
    color: #333;
    float: left;
    width: 80%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
.news-list li a:hover { color: #07f }
.news-list li span { float: right; font-size: 16px; color: #8a8a8a }



.news-list li a i { float: left; width: 5px; height: 5px; border-radius: 50%; background: #787878;margin-top:17px; margin-right: 10px;}

/*联系我们*/
.contact { background-color: #F7F8FA; margin-top: 70px;; padding-top: 50px; padding-bottom: 80px;}
.contact .public { margin-top: 0 }
.contact .about-box-left { width: 500px!important; }
.contact .about-box-left b { display: block; font-size: 20px; color: #0E6ADC; margin-bottom: 30px; }

.contact .about-box-left .ewm { display: block; width: 110px; height: auto; margin-top: 40px; overflow: hidden; text-align: center }
.contact .about-box-left .ewm img { width: 100px; height: 100px;border:5px solid #fff; box-shadow: 0 0 3px rgba(0,0,0,0.1) }
.contact .about-box-left .ewm span { display: block; width: 100%; line-height: 30px; color: #666}

.contact #allmap { float: right; width: 625px!important; height: 380px!important; }
.mapMark { text-align: center; float: none!important; position: relative }
.mapMark:before { position: absolute;  z-index: 999; width: 8px; height: 8px; background-color: #000; top: 0; left: 0;}



/*页头*/
.navbar {
    margin-bottom: 0;
}

* {
    box-sizing: border-box;
}

.logo {
    /* max-width: 100%; */
    width: 110px;
    /* height: auto; */
    /* display: block; */
}
.navbar-nav>li {
    width: auto;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

#nav-li>li:nth-child(2) {
    line-height: 30px;
}

#nav-li {
    font-size: 15px;
    width: 570px;
    display: flex;
    /* margin-bottom: 0 !important; */
}
.navbar-nav {
    /* margin-bottom: 0 !important; */

}

.navbar-default .navbar-nav>li>a {
    color: #000;
    height: 70px;
    line-height: 38px;

}

#navbar-right li:hover a {
    color: #2974BA;
}

#navbar-right li:hover i {
    color: #2974BA;
}
.right-a {
    font-size: 14px;
}
#navbar-right{width: 250px;display: flex;}
#navbar-right li { line-height: unset}
#navbar-right li i { display: block; line-height: 30px; padding-top: 10px; }
#navbar-right li a:hover { color: #2974BA!important;}
#navbar-right .infodown li a { color: #fff; cursor: pointer}
#navbar-right .infodown li:hover a{ color:#2974BA}

#navbar-right li a { line-height: 30px; height: 30px; padding-top: 0; padding-bottom: 0;}

.actives>a {
    color: #2974BA !important;
}

.actives>i {
    color: #2974BA !important;
}

.dropdown-menu {
    padding-top: 5px;
    padding-bottom: 0;
    background-color: rgba(41, 116, 186, 0.7);
}

.menu {
    display: flex;
    flex-wrap: wrap;
    height: auto!important;
}
.menu .lanmu:hover{
    background-color: #2974BA;
    color: #fff;
    cursor: pointer;
}
.menu div a { display: block; text-decoration: none; color: #fff; cursor: pointer}
.menu div a:hover {     background-color: #2974ba;
    color: #fff;}
.app-div{
    margin-top: -3px;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
}
.app-div img{
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.menu div:nth-child(3) a {
    border: none;
}

.menu {
    width: 333px;
    height: 151px;
}

.menu div {
    text-align: center;
    width: 111px;
    border-right:1px solid #fff;
}

.dropdown:hover .caret {
    transform: rotate(180deg);
}
.tx{
    width: 50px;
}

.show-color {
    background-color: #2974BA;
}

.first-a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #ddd;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-decoration: none;
}


.ic{
    width: auto;
    padding-top: 5px;
    cursor: pointer;
}
.usersd{
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
}
.container{
    min-width: 1200px !important;
}
.daohang{
    display: flex !important;
    justify-content: space-between;
    padding-right: 0px;
    margin: 0 auto ;
}
ul#nav-li li:hover { background-color: rgb(41, 116, 186)!important;}
ul#nav-li li:hover a { color: #fff!important;}

/*页脚*/
.pc .foot{
    width: 100%;
    height: auto;
    background-color: #2D3236;
    color: #fff;
}
.pc h3{
    font-size:30px;
    text-align: left;
    margin-bottom: 0;

}
.pc .foot-top>div{
    text-align: left;
    margin-top: 30px;
    margin-right: 47px;
}
.pc .foot-top{
    flex-wrap: wrap;
    display: flex;
    align-content: flex-start;
    border-bottom: 1px solid #bbb;
    padding-bottom: 35px;
    font-size:20px;
    margin-top:15px;
}
.pc .foot-top div:hover{
    color: #2974BA;
    cursor: default;
}
.pc .about{
    display: inline-block;
    width: 100px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}
.pc .about:hover{
    color: #2974BA;
}
.pc .foot-left{
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin-top:88px;
}
.pc .foot-left .img { width: auto; margin-right: 10px }

.pc .foot-left>div{
    width: 150px;
    font-size: 20px;
    margin-top: 15px;
}
.pc .foot-left>div:nth-child(1){
    margin-top: 0;
}
.pc .foot-img{
    width: 170px;
    height: auto;
    vertical-align: middle;
    /* margin-left: 0.09rem; */
}
.pc .gzh{
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: all 0.6s;
}
.pc .gzh:hover{
    transform: scale(1.4);
}
.pc .div-gzh{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
}
.pc .app-img{
    border: 3px solid #fff;
}
.pc .foot-mid{
    display: flex;
    justify-content: space-between;
}
.pc .foot-right{
    padding-left:55px;
    display: flex;
    justify-content: space-around;
    border-left: 1px solid #aaa;
    margin-top: 50px;
    font-size: 20px;
    width:500px;
}
.pc .img-con{
    margin: 0 auto;
    text-align: center;
}
.pc .img-con div:last-child{
    padding-top:10px;
}
.pc .foot-p{
    user-select:none;
    font-size: 20px;
    text-align: center;
    color: #666;
    margin-top: 70px;
    /* margin-bottom: 30px; */
}
.pc .actives{
    color: #2974BA;
}
.pc .da{
    transform: scale(1.1);
    transition: all 1s;
}
.pc .xiao{
    transform: scale(1);
    transition: all 1s;
}
.pc .foot .container { display: block}