/*公共样式*/
* {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",  Helvetica,  Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei",  sans-serif;
}
h3{color: #3ab2e3;font-weight: bold;}
body {
    user-select: none;
}

a:hover, a:active, a:link, a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

/*nav start*/
.navbar-default2 {
    width: 100%;
    height: 80px;
    background-color: rgba(2, 61, 101, 0.9);
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    z-index: 99;
    transition: all 0.3s;
    position: absolute;
}

.navbar-default2 .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.navbar-default2 .container .logo {
    flex: 1;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}

.navbar-default2 .container .logo img {
    width: 100%;
    height: 100%;
}

.navbar-default2 .container h1 {
    height: 0;
    width: 0;
    font-size: 0;
}

.navbar-default2 .navbar-header .navbar-toggle {
    margin-top: 20px;
    transition: all 0.3s;
}

.navbar-default2 .navbar-collapse {
    flex: 2;
    height: 100%;
    border-color: #888 !important;
}

.navbar-default2 .navbar-collapse ul.nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.navbar-default2 .navbar-collapse ul.nav li {
    height: 100%;
    color: #fff;
    background: none;
    font-size: 14px;
    flex: 1;
}

.navbar-default2 .navbar-collapse ul.nav li a {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    line-height: 80px;
    color: #fff;
    background: none;
    font-size: 16px;
    text-align: center;
}

.navbar-default2 .navbar-collapse ul.nav li a:hover {
    font-size: 16px;
    color: #ffc411;
    font-weight: 600;
    border-bottom: 2px solid #ffc411;
}

.navbar-default2 .navbar-collapse ul.nav li a:active {
    color: #ffc411;
    font-weight: 600;
    border-bottom: 2px solid #ffc411;
    font-size: 16px;
}

.navbar-default2 .navbar-collapse ul.nav li a:focus {
    font-size: 16px;
    color: #ffc411;
    font-weight: 600;
    border-bottom: 2px solid #ffc411;
}

.navbar-default2 .navbar-collapse ul.nav .active a {
    color: #ffc411;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.5s;
    border-bottom: 2px solid #ffc411;
}

.navbar-default2 .navbar-collapse ul.nav .active a:hover {
    color: #ffc411;
    font-size: 16px;
    transition: all 0.5s;
    border-bottom: 2px solid #ffc411;
}

.navbar-default2 .navbar-collapse .navBg {
    position: absolute !important;
    left: 0;
    height: 40px;
    transition: all 0.5s;
}

/*nav end*/
/*首页全屏效果样式 start*/
#dowebok .section .slide1 {
    background: url(../images/banner/banner6.jpg);
    background-size: 100% 100%;
}

#dowebok .section .slide2 {
    background: url(../images/banner/banner5.jpg);
    background-size: 100% 100%;
}

#dowebok .section .slide3 {
    background: url(../images/banner/banner4.jpg) no-repeat;
    background-size: 100% 100%;
}

/*首页全屏效果样式 end*/
/*公共样式start*/
#section0 .container .title,
#section1 .container .title,
#section2 .container .title,
#section3 .container .title,
#section4 .container .title,
#section5 .container .title {
    margin-bottom: 80px;
}

#section0 .container .title .title_yw,
#section1 .container .title .title_yw,
#section2 .container .title .title_yw,
#section3 .container .title .title_yw,
#section4 .container .title .title_yw,
#section5 .container .title .title_yw {
    color: rgba(255, 255, 255, 0.16);
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

#section0 .container .title h2,
#section1 .container .title h2,
#section2 .container .title h2,
#section3 .container .title h2,
#section4 .container .title h2,
#section5 .container .title h2 {
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0;
}

#section0 .container .title h2:after,
#section1 .container .title h2:after,
#section2 .container .title h2:after,
#section3 .container .title h2:after,
#section4 .container .title h2:after,
#section5 .container .title h2:after {
    width: 50px;
    height: 1px;
    display: block;
    content: "";
    background-color: #2184c7;
    margin-top: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*公共样式end*/
/*数据服务start*/
#section0 {
    /*background: url(../images/banner/bg2.png);*/
    /* padding: 120px 0 150px;*/
    background: #001d45!important;
}

#section0 .container .title .title_yw {
    color: rgba(255, 255, 255, 0.3);
}

#section0 .container .title h2 {
    color: rgba(0, 0, 0, 0.6);
}

#section0 .row {
    margin-top: 10%;
}

#section0 .row .col-sm-4 {
    flex: 1;
}

#section0 .row .col-sm-4 .thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    background: rgba(25, 122, 171, 0.6);
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#section0 .row .col-sm-4 .thumbnail img {
    width: 97px;
    height: 97px;
    margin-top: 48px;
}

#section0 .row .col-sm-4 .caption {
    position: absolute;
    bottom: -58px;
    width: 100%;
    background-color: rgba(2, 56, 93, 0.9);
    transition: all 500ms;
}

#section0 .row .col-sm-4 h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

#section0 .row .col-sm-4 .caption a {
    opacity: 0;
}

#section0 .row .col-sm-4 .thumbnail:hover .caption {
    top: 0;
    height: 360px;
    /*background-color: rgba(15, 27, 49, 0.6);*/
}

/*#section0 .row .col-sm-4 .thumbnail:hover .caption-wxsj{
  width: 100%;
  background: url("../images/banner/sjfw1.png") no-repeat;
}
#section0 .row .col-sm-4 .thumbnail:hover .caption-sjcj{
  background: url("../images/banner/sjfw2.png") no-repeat;
}
#section0 .row .col-sm-4 .thumbnail:hover .caption-sjcl{
  background: url("../images/banner/sjfw3.png") no-repeat;
}*/
#section0 .row .col-sm-4 .thumbnail:hover .caption a {
    width: 50%;
    display: block;
    margin: 20% auto 0;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    padding: 10px 0;
    vertical-align: middle;
    text-align: center;
    transition: all 500ms;
    opacity: 1;
    border: 1px solid #ffc411
}

#section0 .row .col-sm-4 .thumbnail:hover .caption a:hover {
    color: #fff;
    background: #ffc411;
}

/*数据服务end*/
/*产品中心start*/
#section1 {
    position: relative;
    /* padding: 120px 0 150px;*/
    /*background: #0092ff!important;*/
    background: #1083d4 !important
}

#section1 .container .title .title_yw, #section0 .container .title .title_yw，, #section2 .container .title .title_yw {
    color: rgba(255, 255, 255, 0.3);
}

#section1 .container .title h2, #section0 .container .title h2 {
    color: rgba(255, 255, 255, 0.9);
}

#section1 .container .title h2:after, #section0 .container .title h2:after, #section2 .container .title h2:after {
    background: rgba(255, 255, 255, 0.6);
}

#section1 .container .w-simgtext3 {
    width: 100%;
    padding-top: 6%;
}

#section1 .container .w-simgtext3 ul {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#section1 .container .w-simgtext3 ul .indexs {
    width: 50%;
    height: 360px;
    padding-bottom: 20px;
    /*  float: left;*/
    text-align: center;
}

@media (max-width: 767px) {
    #section1 .container .w-simgtext3 ul .indexs {
        width: 100%;
    }
}

#section1 .container .w-simgtext3 ul .indexs .item {
    height: 100%;
    margin: 0 auto;
    padding: 1px 10px;
    position: relative;
    background: url(../images/product/bg2.png) repeat-x 0 -400px;
    overflow: hidden;
}

#section1 .container .w-simgtext3 ul .indexs .item i {
    display: block;
    position: relative;
    margin: 45px auto 0;
    height: 120px;
    width: 120px;
    background: url(../images/product/icon_3.png) no-repeat;
}

#section1 .container .w-simgtext3 ul .indexs .item u {
    display: block;
    position: absolute;
    width: 210px;
    height: 210px;
    left: 50%;
    margin-left: -105px;
    background: url(../images/product/icon_2.png) no-repeat;
    transition: all 0.5s ease-in-out 0s;
}

#section1 .container .w-simgtext3 ul .indexs .item .cl {
    clip: rect(0px, 210px, 210px, 105px);
}

#section1 .container .w-simgtext3 ul .indexs .item .cr {
    clip: rect(0px, 105px, 210px, 0px);
}

#section1 .container .w-simgtext3 ul .indexs .item strong {
    display: block;
    margin-top: 55px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 1.8;
}

#section1 .container .w-simgtext3 ul .indexs .item .product-list {
    position: relative;
    top: 100px;
    width: 100%;
    color: #999;
    line-height: 20px;
    opacity: 1;
    margin: 0 auto;
}

#section1 .container .w-simgtext3 ul .indexs .item .product-list li {
    position: relative;
    float: left;
}

#section1 .container .w-simgtext3 ul .indexs .item .product-list li a {
    display: block;
    font-size: 14px;
    line-height: 26px;
}

#section1 .container .w-simgtext3 ul .indexs .item .product-list li a p {
    margin: 0 0 10px 42%;
}

#section1 .container .w-simgtext3 ul .indexs .item .product-list li a img {
    width: 100%;
}

#section1 .container .w-simgtext3 ul .indexs:hover .item {
    background-position: 0 0;
    transition: all 0.5s ease-in-out 0.3s;
}

#section1 .container .w-simgtext3 ul .indexs:hover .item strong {
    color: #fff;
    transition: all 0.3s 0.4s;
    transform: translateY(-20px);
    opacity: 0;
}

#section1 .container .w-simgtext3 ul .indexs:hover .item .product-list {
    opacity: 1;
    transition: all 0.3s ease-in-out 0.5s;
    transform: translateY(-20px);
}

#section1 .container .w-simgtext3 ul .indexs:hover .item .product-list li {
    color: #fff;
}

#section1 .container .w-simgtext3 ul .indexs:hover .item .product-list li a {
    color: #fff;
}

#section1 .container .w-simgtext3 ul .indexs:hover .item .cl {
    clip: rect(0px, 210px, 0, 105px);
}

#section1 .container .w-simgtext3 ul .indexs:hover .item .cr {
    clip: rect(210px, 105px, 210px, 0px);
}

#section1 .container .w-simgtext3 ul .indexs:hover .item i {
    transition: all 0.5s ease-in-out 0.4s;
}

#section1 .container .w-simgtext3 ul .indexs1 .item i {
    background-position: 0 0;
}

#section1 .container .w-simgtext3 ul .indexs1 .item .product-list {
    padding: 0 5%;
}

#section1 .container .w-simgtext3 ul .indexs1 .item .product-list li {
    text-align: left;
    width: 22%;
    position: relative;
    margin-left: 10%;

}

#section1 .container .w-simgtext3 ul .indexs1 .item:hover .product-list {
    top: -50px;
}

#section1 .container .w-simgtext3 ul .indexs1 .item:hover .product-list li a:hover {
    color: #ffd200;
}

#section1 .container .w-simgtext3 ul .indexs1 .item:hover .product-list li a:hover img {
    border: 1px solid #ffd200;
}

#section1 .container .w-simgtext3 ul .indexs1 .item:hover i {
    background-position: -120px 0;
}

#section1 .container .w-simgtext3 ul .indexs2 .item i {
    background-position: 0 -120px;
}

#section1 .container .w-simgtext3 ul .indexs2 .item .product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4%;
}

#section1 .container .w-simgtext3 ul .indexs2 .item .product-list li {
    box-sizing: border-box;
    width: 40%;
    text-align: left;
    /* margin: 0 4%;*/
}

#section1 .container .w-simgtext3 ul .indexs2 .item .product-list li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}

#section1 .container .w-simgtext3 ul .indexs2 .item:hover .product-list {
    top: -50px;
}

#section1 .container .w-simgtext3 ul .indexs2 .item:hover .product-list li a:hover {
    color: #ffd200;
}

#section1 .container .w-simgtext3 ul .indexs2 .item:hover i {
    background-position: -120px -120px;
}

/*产品中心end*/
/*解决方案start*/
#section2 .container .title .title_yw {
    color: rgba(255, 255, 255, 0.3);
}

#section2 .container .title h2 {
    color: rgba(255, 255, 255, 0.9);
}

#section2 .container .roll {
    overflow: hidden;
    height: 206px;
    padding: 0;
    margin: 10px 10px;
}

#section2 .container .jufa-list {
    width: 30%;
    background: rgba(25, 122, 171, 0.6);
}

.roll .box-content {
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
    overflow: hidden;
}

.roll .ny {
    background: url("../images/banner/ny2.png");
    background-size: 100% 100%;
}

.roll .ly {
    background: url("../images/banner/ly2.png");
    background-size: 100% 100%;
}

.roll .sl {
    background: url("../images/banner/sl2.png");
    background-size: 100% 100%;
}

.roll .hb {
    background: url("../images/banner/hb2.png");
    background-size: 100% 100%;
}

.roll .gt {
    background: url("../images/banner/gt2.png");
}

.roll .zw {
    background: url("../images/banner/zw2.png");
    background-size: 100% 100%;
}

.roll .box-img {
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}

.roll .box-img > img {
    display: block;
    text-align: center;
    margin: 22% auto 8%;
}

.roll .box-img > p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}

.roll:hover .box-img {
    transform: rotateY(-90deg);
}

.roll:hover .box-content {
    transform: rotateY(0);
}

.roll .box-content .t4 a {
    display: block;
    font-size: 14px;
    width: 182px;
    text-align: center;
    margin: 25% auto 0;
    color: #fff;
    border: 1px solid #ffc411;
    border-radius: 10px;
    padding: 10px 0;
}

.roll .box-content .t4 a:hover {
    background: #ffc411;
    color: #fff;
}

#section2 {
    background: #104166 !important;
}

#section2 .container .casecontent .font h3 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin-top: 12px;
    text-align: center;
}

/*解决方案end*/
/*新闻资讯start*/
#section3 {
    background: #104166 url(../images/banner/bg4.jpg) no-repeat;
    background-size: 100% 100%;
}

#section3 .container .title .title_yw {
    color: rgba(255, 255, 255, 0.3);
}

#section3 .container .title h2 {
    color: rgba(255, 255, 255, 0.9);
}

#section3 .container .title h2:after {
    background: rgba(255, 255, 255, 0.6);
}

#section3 .container .row {
    position: relative;
}

#section3 .container .row .xw-left img {
    margin-top: 20px;
}

#section3 .container .row .xw-left h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    line-height: 25px;
    color: #fff;
}

#section3 .container .row .xw-left .newtim {
    font-size: 13px;
    color: #9e9e9e;
    padding-bottom: 4px;
    border-bottom: 1px dashed #d1d1d1;
}

#section3 .container .row .xw-left .newcon {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

#section3 .container .row .xw-right li {
    width: 100%;
    padding-left: 60px;
}

#section3 .container .row .xw-right li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

#section3 .container .row .xw-right li a h3 {
    flex: 2;
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin: 0 10px 20px 0;
}

#section3 .container .row .xw-right li a:hover h3 {
    color: #428bca;
}

#section3 .container .row .xw-right li a span {
    flex: 1;
    display: block;
    color: #a6a6a6;
}

.xwxqhover a:hover span {
    color: #428bca;
}

/*新闻资讯end*/
/*人才招聘start*/
#section4 {
    background: url(../images/banner/bg2.png);
    background-size: 100% 100%;
}

#section4 .container .title .title_yw {
    color: rgba(255, 255, 255, 0.3);
}

#section4 .container .title h2 {
    color: rgba(255, 255, 255, 0.9);
}

#section4 .container .title h2:after {
    background: rgba(255, 255, 255, 0.6);
}

#section4 .container .index-page .solution-more {
    height: 520px;
    background-color: rgba(21, 21, 21, 0.8);
    width: 100%;
    overflow: hidden;
}

#section4 .container .index-page .solution-more .solution-more-slide {
    height: 520px;
    position: relative;
}

#section4 .container .index-page .solution-more .solution-more-slide .hd {
    width: 255px;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    height: 520px;
    /*left: 0;
                top: 0;*/
    color: #fff;
}

#section4 .container .index-page .solution-more .solution-more-slide .hd ul {
    padding: 0;
    list-style: none;
}

#section4 .container .index-page .solution-more .solution-more-slide .hd ul li {
    height: 104px;
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
}

#section4 .container .index-page .solution-more .solution-more-slide .hd ul li .text {
    position: relative;
    z-index: 2;
}

#section4 .container .index-page .solution-more .solution-more-slide .hd ul li .text h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

#section4 .container .index-page .solution-more .solution-more-slide .hd ul li:after {
    content: "";
    width: 80%;
    border-bottom: 1px solid #2A2A2A;
    position: absolute;
    left: 10%;
    bottom: 0;
}

#section4 .container .index-page .solution-more .solution-more-slide .hd ul li:before {
    background: #428bca;
    /* Old browsers */
    background: -moz-linear-gradient(left, #428bca 0%, #428bca 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #428bca 0%, #428bca 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #428bca 0%, #428bca 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7d7d', endColorstr='#f05251', GradientType=1);
    /* IE6-9 */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    transition: all 0.2s;
}

#section4 .container .index-page .solution-more .solution-more-slide .hd ul .on:before {
    width: 100%;
}

#section4 .container .index-page .solution-more .solution-more-slide .hd ul .on:after {
    display: none;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd {
    position: relative;
    top: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner {
    padding-left: 250px;
    color: #fff;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner .intro {
    font-size: 14px;
    margin: auto;
    text-align: left;
    width: 560px;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner .intro dt {
    margin-bottom: 10px;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner .intro dd {
    color: #999;
    line-height: 1.8;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner .btn-wrap {
    overflow: hidden;
    margin-top: 40px;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner .btn-wrap a {
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    transition: all 0.2s;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner .btn-wrap a:hover {
    background: #428bca;
    color: #fff;
    border-color: #428bca;
    opacity: 0.9;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner .btn-wrap .btn-2 {
    background: #fff;
    color: #000;
}

#section4 .container .index-page .solution-more .solution-more-slide .bd .inner .btn-wrap .btn-2:hover {
    background: #428bca;
    color: #fff;
    border-color: #428bca;
    opacity: 0.9;
}

/*人才招聘end*/
/*联系我们start*/
#section5 {
    background: #eaeaea url("../images/banner/lxwm.png") no-repeat top center !important;
}

#section5 .section5-top {
    height: 60%;
    /* background: url("../images/banner/banner5.jpg");*/
}

#section5 .section5-top .container {
    padding: 120px 0 120px;
}

#section5 .section5-top .container .title .title_yw {
    color: rgba(0, 0, 0, 0.16);
}

#section5 .section5-top .container .title h2 {
    color: rgba(0, 0, 0, 0.6);
}

#section5 .section5-top .container .row {
    width: 100%;
    margin: 0;
}

#section5 .section5-top .container .row .col-md-10 {
    width: 100%;
}

#section5 .section5-top .container .row .col-md-10 .par {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#section5 .section5-top .container .row .col-md-10 .par .col-md-2 {
    width: 280px;
    height: 72px;
    margin-left: 2%;
    margin-bottom: 4%;
}

/*联系我们end*/
/*footer公共样式start*/
#section5 .section5-bottom,
#footer > footer {
    width: 100%;
    height: 40%;
    background-color: #031e30;
}

#section5 .section5-bottom .container,
#footer > footer .container {
    height: 100%;
    margin: 0 auto;
    display: flex;
    /* flex-wrap: wrap;*/
    flex-direction: row;
    justify-content: space-between;
}

#section5 .section5-bottom .container .section5-con {
    width: 30%;
}

#section5 .section5-bottom .container .section5-con .section5-title,
#footer > footer .container .section5-con .section5-title {
    padding-top: 10px;
}

#section5 .section5-bottom .container .section5-con .section5-title h3,
#footer > footer .container .section5-con .section5-title h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

#section5 .section5-bottom .container .section5-con .section5-title h3 a,
#footer > footer .container .section5-con .section5-title h3 a {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

#section5 .section5-bottom .container .section5-con .section5-title span,
#footer > footer .container .section5-con .section5-title span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.26);
    font-size: 12px;
}

#section5 .section5-bottom .container .section5-con p,
#footer > footer .container .section5-con p {
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
}

#section5 .section5-bottom .container .contactus,
#footer > footer .container .contactus {
    margin-left: 14%;
    margin-right: 10%;
}

#section5 .section5-bottom .container .contactus .contactus-list,
#footer > footer .container .contactus .contactus-list {
    padding-top: 10%;
}

#section5 .section5-bottom .container .contactus .contactus-list li,
#footer > footer .container .contactus .contactus-list li {
    display: block;
    width: 320px;
    position: relative;
}

#section5 .section5-bottom .container .contactus .contactus-list li img,
#footer > footer .container .contactus .contactus-list li img {
    position: absolute;
    top: 14px;
    width: 22px;
    height: 26px;
}

#section5 .section5-bottom .container .contactus .contactus-list li p,
#footer > footer .container .contactus .contactus-list li p {
    width: 280px;
    display: block;
    padding-left: 36px;
    text-indent: 0em;
}

#section5 .section5-bottom .container .followus,
#footer > footer .container .followus {
    /*float: right;*/
    /* width: 20%;*/
}

#section5 .section5-bottom .container .followus img,
#footer > footer .container .followus img {
    padding-top: 26%;
    width: 100px;
    height: auto;
}

/*footer公共样式end*/
/*
内页banner图大小
*/
.abPg .banner img,
.conPg .banner img,
.serPg .banner img,
.newsPg .banner img {
    width: 100%;
    /*  height: 256px;*/
}

/*# sourceMappingURL=index.css.map */

/*内页左侧点击样式*/
.dsleftmenu .leftMenu .menu-item-left {
    padding: 2px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
}

.dsleftmenu .leftMenu .menu-item-left:hover {
    background: #C4E3F3;
    border: 1px solid #1E90FF;
}

.col-sm-9 {
    width: 100%;
    float: none;
    margin: 0 auto;
}

/*banner*/
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.abps {
    text-indent: 2em;
    margin-top: 20px;
}

.carousel-inner .item img {
    margin: 0 auto;
}

@media (max-width: 767px) {
    #section5 .section5-bottom .container, #footer > footer .container {
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

    #section5 .section5-bottom .container .section5-con {
        width: 100%;
    }

    #section5 .section5-bottom .container .contactus, #footer > footer .container .contactus {
        margin-left: 0;
        margin-right: 0;
    }

    #section2 .container .jufa-list {
        width: 100%;
    }

    #section2 .container .roll {
        height: 112px;
        width: 46%;
        float: left;
    }

    #section2 .container .roll {
        margin: 10px 3px;
    }

    .roll .box-img img {
        width: 20%;
        height: auto;
        margin: 11% auto 1%;
    }

    .roll .box-content {
        width: 100%;
        height: 112px;
    }

    .roll .box-content .t4 a {
        width: 115px;
    }

    .container-cpzx {
        top: 10%;
    }

    .xw-right {
        display: none;
    }

    .container-xwzx {
        top: 20%;
    }
}

.scrollNavbar {
    background-color: rgba(255, 255, 255, 1) !important;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .3s;
    box-shadow: 0 0 5px #fafafa;
}

.navbar-default {
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 99;
    transition: all .3s;

}

.fadeInRight {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 10% auto 0;
    z-index: 200;
}

.container-jufa {
    padding-top: 9%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 101;
}

.container-xwzx {
    position: absolute;
    left: 0;
    right: 0;
    top: 22%;
    margin: auto;
}

/*数据服务背景运动*/
.star0, .star1, .star2, .star3, .star4 {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.star0 {
    margin: -329px 0 0 -437px;
    -webkit-animation: star 16s linear infinite;
    -moz-animation: star 16s linear infinite;
    -o-animation: star 16s linear infinite;
    animation: star 16s linear infinite;
}

.star1 {
    margin: -216px 0 0 411px;
    -webkit-animation: star 30s linear infinite;
    -moz-animation: star 30s linear infinite;
    -o-animation: star 30s linear infinite;
    animation: star 30s linear infinite;
}

.star2 {
    margin: -86px 0 0 -358px;
    -webkit-animation: star 10s linear infinite;
    -moz-animation: star 10s linear infinite;
    -o-animation: star 10s linear infinite;
    animation: star 10s linear infinite;
}

.star3 {
    margin: -136px 0 0 -251px;
    -webkit-animation: star 5s linear infinite;
    -moz-animation: star 5s linear infinite;
    -o-animation: star 5s linear infinite;
    animation: star 5s linear infinite;
}

.star4 {
    margin: -22px 0 0 157px;
    -webkit-animation: star 3s linear infinite;
    -moz-animation: star 3s linear infinite;
    -o-animation: star 3s linear infinite;
    animation: star 3s linear infinite;
}

@-webkit-keyframes star {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes star {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes star {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes star {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.meteor0, .meteor1, .meteor2, .meteor3 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.meteor0 {
    width: 40px;
    height: 26px;
    margin: -100px 0 0 -100px;
    -webkit-animation: meteor0 4s ease infinite;
    -moz-animation: meteor0 4s ease infinite;
    -o-animation: meteor0 4s ease infinite;
    animation: meteor0 4s ease infinite;
    opacity: 0;
}

@-webkit-keyframes meteor0 {
    0% {
        opacity: 0;
        margin: -450px 0 0 600px;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        margin: -100px 0 0 -100px;
    }
    100% {
    }
}

@-moz-keyframes meteor0 {
    0% {
        opacity: 0;
        margin: -450px 0 0 600px;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        margin: -100px 0 0 -100px;
    }
    100% {
    }
}

@-o-keyframes meteor0 {
    0% {
        opacity: 0;
        margin: -450px 0 0 600px;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        margin: -100px 0 0 -100px;
    }
    100% {
    }
}

@keyframes meteor0 {
    0% {
        opacity: 0;
        margin: -450px 0 0 600px;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        margin: -100px 0 0 -100px;
    }
    100% {
    }
}

.meteor1 {
    width: 60px;
    height: 40px;
    margin: 500px 0 0 -500px;
    -webkit-animation: meteor1 10s ease infinite;
    -moz-animation: meteor1 10s ease infinite;
    -o-animation: meteor1 10s ease infinite;
    animation: meteor1 10s ease infinite;
    opacity: 0;
}

@-webkit-keyframes meteor1 {
    0% {
    }
    80% {
        opacity: 0;
        margin: -400px 0 0 700px;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        margin: 600px 0 0 -500px;
    }
}

@-moz-keyframes meteor1 {
    0% {
    }
    80% {
        opacity: 0;
        margin: -400px 0 0 700px;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        margin: 600px 0 0 -500px;
    }
}

@-o-keyframes meteor1 {
    0% {
    }
    80% {
        opacity: 0;
        margin: -400px 0 0 700px;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        margin: 600px 0 0 -500px;
    }
}

@keyframes meteor1 {
    0% {
    }
    80% {
        opacity: 0;
        margin: -400px 0 0 700px;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        margin: 600px 0 0 -500px;
    }
}

.meteor2 {
    width: 90px;
    height: 60px;
    margin: -500px 0 0 300px;
    -webkit-animation: meteor2 8s ease infinite;
    -moz-animation: meteor2 8s ease infinite;
    -o-animation: meteor2 8s ease infinite;
    animation: meteor2 8s ease infinite;
    opacity: 0;
}

@-webkit-keyframes meteor2 {
    0% {
    }
    25% {
        opacity: 0;
        margin: -500px 0 0 300px;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
        margin: 100px 0 0 -1000px;
    }
    100% {
    }
}

@-moz-keyframes meteor2 {
    0% {
    }
    25% {
        opacity: 0;
        margin: -500px 0 0 300px;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
        margin: 100px 0 0 -1000px;
    }
    100% {
    }
}

@-o-keyframes meteor2 {
    0% {
    }
    25% {
        opacity: 0;
        margin: -500px 0 0 300px;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
        margin: 100px 0 0 -1000px;
    }
    100% {
    }
}

@keyframes meteor2 {
    0% {
    }
    25% {
        opacity: 0;
        margin: -500px 0 0 300px;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
        margin: 100px 0 0 -1000px;
    }
    100% {
    }
}

.meteor3 {
    width: 90px;
    height: 60px;
    margin: 100px 0 0 1000px;
    -webkit-animation: meteor3 16s ease infinite;
    -moz-animation: meteor3 16s ease infinite;
    -o-animation: meteor3 16s ease infinite;
    animation: meteor3 16s ease infinite;
    opacity: 0;
}

@-webkit-keyframes meteor3 {
    0% {
    }
    25% {
        opacity: 0;
        margin: 100px 0 0 1000px;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
        margin: 600px 0 0 100px;
    }
    100% {
    }
}

@-moz-keyframes meteor3 {
    0% {
    }
    25% {
        opacity: 0;
        margin: 100px 0 0 1000px;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
        margin: 600px 0 0 100px;
    }
    100% {
    }
}

@-o-keyframes meteor3 {
    0% {
    }
    25% {
        opacity: 0;
        margin: 100px 0 0 1000px;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
        margin: 600px 0 0 100px;
    }
    100% {
    }
}

@keyframes meteor3 {
    0% {
    }
    25% {
        opacity: 0;
        margin: 100px 0 0 1000px;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
        margin: 600px 0 0 100px;
    }
    100% {
    }
}

.cont0 .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*width: 80%;
    margin-left: -40%;*/
    _width: 1400px !important;
    _margin-left: -700px !important;
}

.contpar {
    position: relative;
}

.contpar .cont {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;

}

.cont0 .header img {
    width: 100%;
}

.wrapper[data-v-7a821c92] {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.wrapper[data-v-7a821c92] > video {
    height: 100vh;
    width: 100vw;
}

.wrapper .bg-video[data-v-7a821c92] {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

.container-sjfw, .container-cpzx {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
}

.wrapper .mask[data-v-182ed110] {
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle, rgba(0, 0, 0, .4) 0, #000 100%);
    opacity: .5;
}

.wrapper .mask[data-v-7a821c92] {
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle, rgba(0, 0, 0, .4) 0, #000 100%);
    opacity: .5;
}

@media (max-width: 767px) {
    #section0 .container .title, #section1 .container .title, #section2 .container .title, #section3 .container .title, #section4 .container .title, #section5 .container .title {
        margin-bottom: 0px;
    }

    #section0 .row {
        margin-top: 4%;
    }

    .container-sjfw, .container-cpzx {
        top: 13%;
    }

    #section0 .row .col-sm-4 .thumbnail {
        height: 120px;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 10px;
    }

    #section0 .row .col-sm-4 .thumbnail:hover .caption a {
        margin: 10% auto 0;
    }

    #section1 .container .w-simgtext3 ul {
        width: 100%;
        display: block;
    }

    #section1 .container .w-simgtext3 ul .indexs {
        float: left;
        width: 50%;
    }

    .container-jufa {
        padding-top: 24%;
    }

    #section5 .section5-top .container .row .col-md-10 .par .col-md-2 {
        margin-bottom: 0;
    }

    #section1 .container .w-simgtext3 ul .indexs2 .item .product-list li {
        height: 30px;
        overflow: hidden;
    }

    .navbar-default2 .container {
        display: block;
    }

    .navbar-default2 {
        height: auto;
    }

    .navbar-default2 .container .logo {
        width: 36%;
    }

    .navbar-default2 .navbar-collapse ul.nav li a {
        line-height: 0;
        font-size: 12px;
        width: 50px;
    }

    .navbar-default2 .navbar-collapse {
        border-color: transparent !important;
        padding: 6px 0;
    }

    .navbar-default2 .navbar-collapse ul.nav .active a, .navbar-default2 .navbar-collapse ul.nav .active a:hover {
        border-bottom: 0px solid transparent;
        font-size: 12px;
    }

    .navbar-default2 .navbar-collapse ul.nav li a:focus {
        font-size: 12px;
    }

    .navbar-default2 .container .logo img {
        width: 84%;
    }

    #section0 .row .col-sm-4 .thumbnail img {
        width: 22%;
        height: auto;
        margin-top: 14px;
    }

    .partner-list img {
        margin: 10px 0
    }

}

.sjfw {
    display: flex;
    margin-top: 20px
}

.sjfw img {
    width: 20%;
    display: block;
    flex: 2
}

.cpzx {
    display: flex;
    margin-top: 20px
}

.cpzx img {
    width: 20%;
    display: block;
    flex: 2
}

.wxsj-list {
    flex: 6;
    margin-left: 80px;
}

.wxsj-list > h4 {
    font-size: 20px
}

.wxsj-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px
}

.wxsj-list ul li {
    margin-right: 10%
}

.rjcp ul li {
    width: 40%;
    margin-top: 10px
}

.wxsj-list ul li span {
    color: rgba(102, 102, 102, 0.6);
    margin-right: 10px
}

.wxsj-list ul li a {
    font-size: 18px;
    font-weight: 500
}

.partner-list img {
    margin: 30px 0
}

.wx, .sjcj, .sjcl {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

