html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}
html,body{
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    color: #2E3033;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0;
}

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

img, input {
    border: 0;
}

ol, ul {
    list-style: none;
}

a {
    color: #006699;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

h2, h3 {
    font-weight: normal;
}

.center {
    text-align: center;
}

.clear:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0
}

.clear {
    zoom: 1
}

.w {
    width: 1024px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.overflow {
    overflow: hidden;
    zoom: 1;
}

.fr {
    float: right;
}

.contains {
    position: relative;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 72px;
    background: rgba(0, 0, 0, 0);
    z-index: 99;
}
.new-header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
    background: rgba(0, 0, 0, 0);
    z-index: 99;
}

.header .w {
    height: 72px;
}

.add-header {
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-transition: background-color ease-in-out .5s;
    -moz-transition: background-color ease-in-out .5s;
    -ms-transition: background-color ease-in-out .5s;
    -o-transition: background-color ease-in-out .5s;
    transition: background-color ease-in-out .5s
}

.logo {
    font-size: 24px;
    padding: 24px 45px 0 0;
    color: #fff;
    line-height: 20px;
}
.logo .logo-span-1{
    font-size: 28px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 1px;
}
.logo .logo-span-2{
    font-size: 12px;
    color: #fff;
    letter-spacing: 5px;
}
.nav {
    float: left;
    width: 74%;
    padding-top: 28px;
    zoom: 1;
}

.nav li {
    display: inline-block;
    width: 13%;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.nav li .item {
    height: 40px;
    display: block;
    color: #fff;
}

.nav li .item:hover {
    color: #4783fa;
}

.nav li .item::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #4783fa;
    margin: 16px auto 0;
    transition: width .3s;
    z-index: 100;
}

.nav li.current .item::after {
    content: "";
    display: block;
    width: 52%;
    height: 2px;
    border-radius: 2px;
    background: #4783fa;
    margin: 16px auto 0;
    z-index: 100;
}
.nav li.current .item{
    color:#4783fa ;
}

.add-header .nav .item {
    color: #333;
}

.add-header .logo {
    color: #333;
}
.add-logo .logo-span-1,.add-logo .logo-span-2{
    color: #333;
}

.view-demo {
    float: right;
    border: solid 1px #ffff;
    padding: 10px 15px;
    margin-top: 15px;
    color: #fff;
}

.add-header .view-demo {
    color: #333;
    border: solid 1px #333;
}

.nav li .nav-sub-list {
    width: 100%;
    position: absolute;
    top: 43px;
    left: 0px;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    box-shadow: 1px 1px 2px #000;
}

.nav li .nav-sub-list a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 20px 5px 0 5px;
}

.nav li .nav-sub-list a:hover {
    color: #4783fa;
}
.nav li .nav-sub-list a.current{
    color: #4783fa;
}

.nav li .add-nav-sub-list {
    visibility: visible;
    opacity: 1;
}

.banner {
    height: 570px;

}

.banner-bg1 {
    width: 100%;
    text-align: center;
    height: 570px;
}

.banner-bg1 .swiper-container {
    height: 570px;
}

.banner-bg1 .swiper-slide_1 {
    background: url('../imgs/index_banner_1.jpg') no-repeat top center;
    background-size: auto 570px;
    height: 570px;
    padding-top: 180px;
    color: #fff;
}

.swiper-slide_1 .line-text_1 {
    font-size: 60px;
    letter-spacing: 2px;
}

.swiper-slide_1 .line-text_2 {
    /*text-align: left;*/
    font-size: 30px;
    padding: 30px 0;
    font-weight: normal;
    line-height: 46px;
    letter-spacing: 2px;
}

.swiper-slide_1 .line-text_3 a {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #fff;
    color: #144ecc;
    padding: 0 20px;
    box-shadow: 1px 1px 2px #000;
}

.banner-bg1 .swiper-slide_2 {
    background: url('../imgs/index_banner_2.jpg') no-repeat top center;
    background-size: auto 570px;
    padding-top: 170px;
    color: #fff;
    text-align: left;
}

.swiper-slide_2 .line-text_1 {
    font-size: 50px;
    letter-spacing: 2px;
}

.banner-bg1 .swiper-slide_3 {
    background: url('../imgs/index_banner_3.jpg') no-repeat top left;
    background-size: auto 570px;
    padding-top: 170px;
    color: #fff;
}

.banner-bg1 img {
    width: 100%;

}

.swiper-button-next, .swiper-button-prev {
    top: 50%;
}

.content-part {
    padding: 40px 0;
}

.content-part h3 {
    text-align: center;
    font-size: 40px;
    color: #17181A;
    padding-bottom: 50px;

}

.model-ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.model-ul-li-txt h4 {
    padding-top: 17px;
    font-size: 18px;
}

.model-ul-li-txt p {
    text-align: left;
    font-size: 14px;
    padding: 14px 10px 0 10px;
    color: #8A9099;
    font-weight: normal;
    line-height: 24px;
}
.model-ul-li-img img{
    height: 100px;
}

.model-block {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 36px 0;
}

.model-block dt {
    float: left;
    padding: 0 0 0 57px;
}

.model-block dt img {
    width: 430px;
}

.model-block dd {
    overflow: hidden;
    padding: 90px 50px 0 50px;
}

.model-block dd span {
    display: block;
}

.block-sub {
    font-size: 16px;
    color: #F37255;
}

.block-title {
    font-size: 24px;
    padding: 10px 0;
}

.block-des {
    color: #1D1D1F;
    font-size: 14px;
    padding-bottom: 10px;
}

.block-link {
    font-size: 14px;
    color: #0066CC;

}

.model-list {
    width: 107%;
    margin-top: 20px;
    overflow: hidden;
}

.model-list .item {
    float: left;
    width: 29%;
    padding: 20px 15px 20px 15px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    margin-right: 36px;
}

.model-list .item .item—icon img {
    width: 54px;
}

.model-list .item .item-des1 {
    color: #48484c;
    padding-top: 10px;
}

.model-list .item .item-des2 {
    font-size: 22px;
    color: #1D1D1F;
    padding: 8px 0;
}

.model-list .item .item-des3 {
    color: #1D1D1F;
    height: 36px;
}

.item-link {
    color: #006FE6;
    padding-top: 10px
}

.index-pro-list .item {
    float: left;
    width: 32%;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin: 0 10px 30px 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 0;
}

.index-pro-list .item .fl {
    width: 37%;
    text-align: center;
    padding-top: 15px;
}

.index-pro-list .item .fl img {
    width: 80px;
}

.index-pro-list .item .r {
    overflow: hidden;
    font-size: 14px;
    padding-right: 10px;
}

.index-pro-list .item .r .title {
    font-size: 24px;
    font-weight: normal;
}

.index-pro-list .item .r .des {
    color: #48484c;
    font-weight: normal;
    padding: 10px 0;
}

.partner-list .item {
    width: 180px;
    float: left;
    margin: 10px 10px 0 0;
}

.partner-list .item a {
    display: block;
    width: 100%;
    text-align: center;

}

.partner-list .item .img-box {
    padding: 5px;
    border: solid 1px #dedede;
}

.partner-list .item img {
    height: 60px;
}

.partner-list .item .title {
    text-align: center;
    color: #666;
    padding: 10px 0 20px 0;
}

.second-banner {
    width: 100%;
    height: 480px;
}

.second-banner img {
    height: 480px;
    width: 100%;
}

.second-model {
    padding: 60px 0;
}

.second-model h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.second-model-list .item {
    float: left;
    width: 23%;
    margin-right: 20px;
    overflow: hidden;

}

.s-m-l-img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.s-m-l-img img {

    height: 150px;
}

.s-m-l-title {
    padding: 10px 0;
    text-align: center;
    color: #323233;
    font-size: 18px;
    font-weight: normal;
}

.s-m-l-des {
    color: #8A9099;
    font-size: 14px;
}

.second-model2 {
    /*padding:60px 0;*/
    background-color: #006fe6;
}

.second-swiper-item .l {
    width: 45%;
    padding-right: 30px;
    float: left;
}

.second-swiper-item .l img {
    width: 100%;
    /*height: 290px;*/
    border-radius: 5px;
}

.second-swiper-item .r {
    width: 50%;
    overflow: hidden;
}

.r-txt-line {
    margin-bottom: 20px;
}

.r-txt-line span {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 10px;
}

.r-txt-line p {
    color: #fff;
    padding-top: 5px;
    font-size: 13px;
}

.p-wrap-title {
    text-align: center;
    padding-bottom: 20px;
}

.p-wrap-title span {
    display: inline-block;
    text-align: center;
    background-color: #f5f5f7;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    padding: 5px 20px;
    margin-right: 15px;
    cursor: pointer;
}

.p-wrap-title span.current {
    background-color: #006FE6;
    color: #fff;
}

.p-wrap-list {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.p-wrap-list .item {
    display: none;
}

.p-wrap-list .item-dt {
    width: 40%;
    float: left;
    padding: 15px
}

.p-wrap-list .item-dt img {
    width: 100%;
    height: 300px;
}

.p-wrap-list .add-item-dt img {
    width: 100%;
    height: auto;
}

.p-wrap-list .item-dt .text {
    text-align: center;
    padding-top: 20px;
}

.p-wrap-list .item-dt .text span {
    display: block;
}

.p-wrap-list .item-dt .text .span-1 {
    font-size: 30px;
}

.p-wrap-list .item-dt .text .span-2 {
    font-weight: normal;
    padding: 10px 0 20px 0;
    font-size: 13px;
    text-align: left;
}

.p-wrap-list .item-dt .text .link-more {
    display: inline-block;
    background-color: #0063CC;
    border-radius: 50px;
    height: 35px;
    padding: 0 15px;
    color: #fff;
    line-height: 35px;
    font-size: 12px;
}

.p-wrap-list .item-dd .s-tem {
    width: 50%;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.3);
}

.p-wrap-list .item-dd .s-tem span {
    display: block;
}

.p-wrap-list .item-dd .s-tem .s-item-1 img {
    width: 54px;
    height: 54px;
}

.p-wrap-list .item-dd .s-tem {
    float: left;
}

.p-wrap-list .item-dd .s-tem .s-item-2 {
    font-size: 24px;
    padding: 30px 0 10px 0;
}

.p-wrap-list .item-dd .s-tem .s-item-3 {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
}

.add-swiper-container {
    padding: 60px 0;

}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-container-rtl .swiper-button-next {
    left: -60px;
    opacity: .6;
}

.swiper-container-rtl .swiper-button-prev {
    right: -60px;
    opacity: .6;
}

.swiper-button-next, .swiper-button-prev {
    width: 24px;
    height: 30px;
}

.banner-bg1 .swiper-container .swiper-button-next {
    right: 10px;
    opacity: .9;
}

.banner-bg1 .swiper-container .swiper-button-prev {
    left: 10px;
    opacity: .9;
}

.banner-bg1 .swiper-button-next, .banner-bg1 .swiper-button-prev {
    width: 30px;
    height: 40px;
}

.swiper-container {

    --swiper-navigation-size: 15px; /* 设置按钮大小 */
}

.s-m-pro-box {
    padding-top: 40px;
}

.s-m-pro-box li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 50px;
}

.s-m-pro-box li .img {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.s-m-pro-box li .img img {
    width: 58px;
    height: 58px;
}

.s-m-pro-box li .title {
    color: #323233;
    font-size: 16px;
    padding: 10px 0;
    font-weight: normal;
}

.s-m-pro-box li .des {
    color: #6A6A6A;
    font-size: 13px;
    text-align: left;
}

.solution-part {
    margin-top: 40px;
    background: url("../imgs/index_solution_bg.jpg") no-repeat center left;
    height: 350px;
}

.solution-list {
    width: 105%;
    margin: 0 auto;
    overflow: hidden;
}

.solution-list .item {
    width: 22%;
    float: left;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 25px;
}

.solution-list .item .img, .solution-list .item .img img {
    width: 100%;
    height: 158px;
}

.solution-list .item .title {
    padding: 15px 0;
    color: #323233;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.solution-list .item .des {
    padding: 0 10px 10px;
    font-size: 14px;
}

.solution-list .item .more {
    text-align: center;
    padding-bottom: 15px;
}

.solution-list .item .more a {
    display: inline-block;
    border: solid 1px #ccc;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 10px;
    color: #323233;
}

.solution-part-in {
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
    padding-top: 30px;
}
.solution-part-in .swiper-container{
    height: 320px;
}

.solution-part-in .second-swiper-item .l {
    width: 35%;
    padding: 30px 50px 0 90px;
}

.r-solution-line .title {
    font-size: 24px;
    color: #fff;
}

.r-solution-line .des {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.solution-part-in .second-swiper-item .r {
    width: 40%;
}

.r-solution-line {
    padding-top: 30px;
}

.r-solution-line .more a {
    display: inline-block;
    border: solid 1px #ccc;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
    margin-top: 20px;
}

.solution-part-in .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
}

.solution-part-in .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.solution-banner {
    height: 500px;
    background-color: #007aff;
}

.s-m-list {
    padding: 50px 0;
}

.s-m-list .l {
    float: left;
    width: 50%;
    padding: 10px;
}

.s-m-list .img {
    width: 100%;
    border-radius: 5px;
}

.s-m-list .r {
    overflow: hidden;
    padding-left: 10px;
}

.s-m-list .title {
    font-size: 40px;
    color: #036eb8;
    padding: 50px 0 20px 0;
}

.s-m-list .des {
    font-size: 16px;
    line-height: 32px;
}

.footer {
    padding: 60px 0 40px 0;
    background-color: #404143;
}

.footer dl {
    float: left;
    width: 15%;
}

.footer dl a {
    color: #fff;
    font-size: 16px;
}

.footer dt {
    color: #333;
    font-size: 14px;
    padding-bottom: 10px;
}

.footer dd {
    margin-bottom: 5px;
}

.footer dd a {
    font-size: 13px;
    color: #989898;
}

.bottom {
    padding: 5px 0 30px 0;
    background: #404143;
    color: #fff;
    font-size: 12px;
}

.bottom a {
    color: #fff;
    font-size: 12px;
}

dt a .toolbar-layer {
    position: absolute;
    right: 25px;
    bottom: 0px;
    width: 140px;
    height: 200px;
    background: #fff;
    border: 1px solid #e0e0e0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.01s);
    -webkit-transform: scale(0.01s);
    -moz-transform: scale(0.01s);
    -ms-transform: scale(0.01s);
    -o-transform: scale(0.01s);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}

dt a.wx-box:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.toolbar-layer-tit {
    font-size: 12px;
    display: inline-block;
    padding: 5px 10px;
    padding-left: 0;
    text-align: center;
}

.footer .ejbox {
    margin-top: 20px;
}

.footer .ejbox a {
    margin-right: 20px;
}

dd.sq p {
    color: #666;
    padding-bottom: 4px;
    font-size: 12px;
}

.toolbar-layer-tit, dd.sq p {
    color: #989898;
    font-size: 13px;
}

/*关于我们*/
.listImg {
    width: 100%;
    height: 480px;
    background-image: url("../imgs/sub_technology.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 480px;
}
.about-bg{
   background: url('../imgs/about_bg.jpg') no-repeat right top;
    background-size: auto 480px;
}
.contact_us_bg{
    background:#2770b4 url(../imgs/contactusbaner.jpg) no-repeat bottom center;
    background-size: auto 480px;
}
.join_us_bg{
    background: url(../imgs/join_us.jpg) no-repeat bottom center;
    background-size: auto 480px;
}
.law_bg{
    background: url(../imgs/law_bg.jpg) no-repeat bottom center;
    background-size: auto 480px;
}
.solution_bg{
    background: url(../imgs/solution_bg.jpg) no-repeat bottom center;
    background-size: auto 480px;
}

.good-list-img{
    width: 100%;
    height: 480px;
    background-image: url("../imgs/good_bg_2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 480px;
}

.img_description {
    width: 60%;
    color: #fff;
}

.img_description h2 {
    font-size: 44px;
    padding: 100px 0 10px 0;
    font-weight: normal;
}

.img_description p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    padding-right: 50px;
}

.newslist {
    padding-top: 20px;
}

.newslist h3 {
    font-size: 16px;
    /*padding-bottom: 10px;*/
}

.newslist p {
    padding-top: 10px;
    text-indent: 2em;
    color: #666;
    line-height: 28px;
}

.newslist h4 {
    padding: 10px 0;
    padding-bottom: 0;
    text-indent: 2em;
    color: #555;
}

.list_h2 {
    height: 50px;
    font-size: 16px;
    background: #a9b5c1;
    line-height: 50px;
    padding-left: 15px;
}

.list_r_ul {
    background: #dedede;

}

.list_r_ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #fff;
    padding-left: 15px;
}

.list_r_ul li.active {
    background: #fff;
}

.list_r {
    overflow: hidden;
}

.addlist_r {
    position: fixed;
    right: 9%;
}

.about-style-line {
    padding-top: 8px;
    text-indent: 2em;
    color: #555;
}

table.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

table.gridtable caption {
    font-size: 22px;
    font-weight: 800;
    height: 50px;
}

table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999;
    background-color: #dedede;

}

table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #999;
    background-color: #ffffff;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pa_t1 {
    padding-top: 8px;
    text-indent: 2em;
    color: #555;
}

.txtsty {
    padding: 15px;
    line-height: 24px;
    color: #7f7f7f;
}

.listbox h3 {
    color: #000;
    font-size: 18px;
}

.listbox h2 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 30px;
}
.listbox img{
    width: 100%;
}

.structure－des {
    color: #555;
    font-size: 16px;
    line-height: 28px;
}

.level_ul li {
    width: 50%;
    background: #fff;
    padding: 15px;
}

.sub_technology {
    padding-top: 80px;
    text-align: center;
    color: #fff;
}

.sub_technology h2 {
    font-size: 40px;
    padding-top: 20px;
}

.sub_technology img {
    margin-top: 46px;
}

.sub_technology p {
    padding-top: 20px;
    letter-spacing: 2px;
    line-height: 30px;
}
.solution-banner-txt{
    padding-top: 200px;
    text-align: left;
    width: 50% ;
    color: #bb844b;
}
.s-m-list .pad-left {
    padding-left: 30px;
}
.infob2bc ul li{
    font-size: 16px;
    line-height: 35px;
    color: #666;
}
.infob2bc ul li.btn{
    padding: 20px 0px;
}
.infob2bc ul li.btn a {
    padding: 12px 30px;
    background-color: #e6776c;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    margin-right: 15px;
}
.infob2bc ul li.btn span.bgn{
    background-color: #fff;
    color:#666;
    font-size: 14px;
    display: inline-block;
    padding: 0;
}
.industry-title h2 {
    text-align: center;
    padding-top: 30px;
    font-size: 28px;
}
.industry-title p {
    font-size: 16px;
    margin: 10px auto 30px;
    color: #333;
    text-align: center;
}
.industry-content {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
}
.industry-content .cfl-info {
    width: 40%;
    float: left;
}
.industry-content .cfl-info-right {
    width: 40%;
    float: right;
}
.industry-content .cfr-img {
    float: right;
    width: 60%;
}
.industry-content .cfr-img-left {
    float: left;
    width: 60%;
}
.temp-system .system-title {
    text-align: center;
}
.temp-system .system-title h3 {
    font-size: 34px;
    font-weight: bold;
    color: #333;
    height: 36px;
    line-height: 36px;
}
.temp-system .system-title p {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    line-height: 30px;
}
.temp-system .system-content {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.temp-system .system-content ul {
    width: 100%;
}
.temp-system .system-content li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px 10px 40px 10px;
    position: relative;
    cursor: pointer;
}
.temp-system .system-content li .desc {
    width: 100%;
    text-align: center;
    margin-top: 33px;
    height: 120px;
}
.temp-system .system-content li .desc h4 {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}
.temp-system .system-content li .desc span{
    display: inline-block;
    font-size: 14px;
    color: #4b4b50;
    text-align: left;
}
.bg-icon {
    width: 125px;
    height: 125px;
    display: inline-block;
    background: url(../imgs/bg-icon.png) no-repeat;
}
.bg-icon1 {
    background-position: -20px -14px;
}
.bg-icon2 {
    background-position: -182px -14px;
}
.bg-icon3 {
    background-position: -343px -14px;
}
.bg-icon4 {
    background-position: -505px -14px;
}
.bg-icon5 {
    background-position: -20px -175px;
}
.bg-icon6 {
    background-position: -182px -175px;
}
.bg-icon7 {
    background-position: -343px -175px;
}
.bg-icon8 {
    background-position: -505px -175px;
}

.bg-icon9 {
    background-position: -20px -336px;
}
.bg-icon10 {
    background-position: -182px -336px;
}
.bg-icon11 {
    background-position: -343px -336px;
}
.bg-icon12 {
    background-position: -505px -336px;
}
.bg-icon13 {
    background-position: -20px -497px;
}
.bg-icon14 {
    background-position: -182px -497px;
}
.bg-icon15 {
    background-position: -343px -497px;
}
.bg-icon16 {
    background-position: -505px -497px;
}
.vision {
    display: none;
}

.about_sub_technology{
    padding-top: 150px; text-align: left; width: 50%;color: #e4e9ef;
}
.about-fl{
    width:75%; margin-right:40px;
}
.contact-us-technology{
    padding-top: 200px; text-align: left; width: 50%
}
.main-fixed {
    position: fixed;
    right: 0px;
    top:200px;
    z-index: 100;
    /*width: 100px;*/
    height: 235px;
}
.main-fixed .open_im {
    cursor: pointer;
    margin-left: 68px;
    width: 40px;
    height: 194px;
    background: url(/bainiu-web/imgs/open_im.png) no-repeat left top;
    display: none;
}
.main-fixed .qq_im {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;

}
.main-fixed .qq_a {
    display: block;
    width: 100px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}

.main-fixed .qq_a:hover .wx_box {
    display:block;
}
.main-fixed .qq_a .wx_box {
    position: absolute;
    top:0px;
    left: -210px;
    width: 200px;
    padding:10px;
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    display:none;
}
.main-fixed .qq_a .wx_box img{
    width: 180px;
}
.main-fixed .qq_container {
    z-index: 99;
    position: absolute;
    top:0px;
    left: 0px;

}
.main-fixed .qq-hover-c {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}
.main-fixed .img-qq {
    max-width: 70px;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    -moz-transform: scale(.9);
    -webkit-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main-fixed .qq_a span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 4px;
}
.main-fixed .qq_im .im-tel {
    color: #000000;
    text-align: center;
    width: 99px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dedede;

}
.main-fixed .qq_im .im-weixin{
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.weixin-img{
    width: 99px;
    display: none;
    position: absolute;
    bottom:-5px;
    right: 132px;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.add-weixin-img{
    display: block;
    opacity: 1;
}
.weixin-img img{
    border-radius: 10px;
}
.main-fixed .qq_im .im-tel div {
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
}
.main-fixed .qq_im .im-tel .tel-num {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #e66d15;
    margin-top: 6px;

}
.main-fixed .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}
.main-fixed .close-im a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/bainiu-web/imgs/close_im.png) no-repeat left top;
}
.main-fixed .go-top {
    overflow: hidden;
    border-bottom: 10px;
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
}
@media only screen and (max-width: 800px) {
    .w {
        width: 95%;
    }

    .vision {
        display: block;
    }

    .vision-hidden {
        display: none;
    }

    .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .flex-pack-justify {
        /* 水平布局下的子元素 2端对齐 */
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header {
        display: none;
    }

    .new-header {
        display: none;
    }

    .media-header {
        height: 57px;
        padding: 0 20px;
    }

    .media-header li {
        height: 57px;
        line-height: 57px;
    }

    .media-header .m-logo {
        padding-top: 10px;
        color: #2663db;
        font-size: 18px;
        line-height: 17px;
    }

    .m-menu-nav img {
        vertical-align: middle;
    }
    .m-logo .logo-span-1{
        font-size: 24px;
        color: #006fe6;
        line-height: 24px;
        letter-spacing: 2px;
    }
    .m-logo .logo-span-2{
        font-size: 12px;
        color: #006fe6;
        letter-spacing: 4px;
    }

    .m-push {
        width: 100%;
        min-height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.4);
        overflow: hidden;
        display: none;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        transition: opacity 500ms;
        will-change: opacity;
        z-index: 999;
    }

    .trans-m-push {
        display: block;
        opacity: 1;
    }

    .m-menu-slide {
        width: 100%;
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0px;
        right: -200%;
        /*transform: translate(100%,0);*/
        transition: all 0.5s ease-out;
        z-index: 1000;
        background: rgba(255, 255, 288, 0.95) !important;
        filter: Alpha(opacity=95);
        /*overflow-y: auto;*/
        /*-webkit-overflow-scrolling: touch;*/
    }

    .trans-m-menu-slide {
        right: 0;
    }

    .m-menu-list {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50px;
        padding: 10px 20px 0 20px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .m-menu-list-title {
        height: 60px;
        border-bottom: solid 1px #dedede;
        line-height: 60px;
        position: relative;
        background: #fff;
    }

    .m-menu-list-title div:first-child {
        padding-left: 10px;
        width: 20%;
        position: relative;
        z-index: 99;
    }

    .m-menu-list-title div:first-child img {
        vertical-align: middle;
    }

    .m-menu-list-title div:last-child {
        position: absolute;
        width: 100%;
        top: 0;
        text-align: center;
        font-size: 20px;
    }

    .m-menu-list .item {
        /*height: 60px;*/
        line-height: 60px;
    }

    .m-menu-list .item a {
        display: block;
        font-size: 18px;
    }

    /*.m-menu-list .item a:hover{*/
    /*color: #4783fa;*/
    /*}*/
    .m-menu-list .item .item-fold .arrow {
        float: right;
        width: 10px;
        height: 10px;
        border-top: 2px solid #006699; /* 箭头颜色 */
        border-right: 2px solid #006699; /* 箭头颜色 */
        margin-top: 20px;

        transform: rotate(135deg);
        transition: all 0.5s ease 0s;
    }

    .m-menu-list .item .item-fold .add-arrow {
        margin-top: 25px;
        transform: rotate(315deg);
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        -o-transform: rotate(315deg);
    }

    .sub-menu-list {
        max-height: 0;
        transition: all 0.5s ease;
        overflow: hidden;
    }

    .trans-sub-menu-list {
        max-height: 400px;
    }

    .m-menu-list .item .sub-menu-list a {
        font-size: 14px;
        padding-left: 30px;
    }

    /*.m-menu-list .item .sub-menu-list a:hover{*/
    /*color: #4783fa;*/
    /*}*/
    /*首页banner*/
    .banner {
        height: 350px;
    }

    .banner-bg1 {
        height: 350px;
    }

    .banner-bg1 .swiper-container {
        height: 350px;
    }

    .banner-bg1 .swiper-slide_1 {
        background: url('../imgs/index_banner_1.jpg') no-repeat center center;
        background-size: auto 350px;
        height: 350px;
        padding-top: 0px;
        color: #fff;
    }

    .swiper-slide_1 .line-text_1 {
        padding-top: 80px;
        font-size: 24px;
    }

    .swiper-slide_1 .line-text_2 {
        /*text-align: left;*/
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 40px;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 2px;
    }

    .banner-bg1 .swiper-button-next, .banner-bg1 .swiper-button-prev {
        display: none;
    }

    .swiper-slide_1 .line-text_3 a {
        display: inline-block;
        height: 30px;
        border-radius: 20px;
        line-height: 30px;

    }

    .banner-bg1 .swiper-slide_2 {
        background: url('../imgs/index_banner_2.jpg') no-repeat center center;
        background-size: auto 350px;
        padding-top: 0px;
        text-align: center;
    }

    .banner-bg1 .swiper-slide_3 {
        background: url('../imgs/index_banner_3.jpg') no-repeat top left;
        background-size: auto 350px;
        padding-top: 0px;
    }

    .model-ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .model-ul-li-img img {
        height: 60px;
    }

    .index-pro-list {
        width: 103%;
    }

    .index-pro-list .item {
        width: 47%;
        margin: 0 10px 30px 0;
        padding: 40px 0;
    }

    .index-pro-list .item .r {
        overflow: hidden;
        font-size: 14px;
        padding: 0 10px;
    }

    .index-pro-list .item .r .title {
        font-size: 20px;
        font-weight: normal;
    }

    .index-pro-list .item .r .des {
        height: 80px;
    }

    .p-wrap-list .item-dt {
        width: 100%;
        float: none;
        padding: 15px
    }

    .solution-list .item {
        width: 46%;
        float: left;
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .solution-part-in .second-swiper-item .r {
        width: 100%;
        /*padding: 20px 20px;*/
    }

    .r-solution-line .title {
        padding-bottom: 15px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .solution-part {
        margin-top: 0px;
    }

    .partner-list .item {
        width: 47%;
        float: left;
        margin: 10px 10px 0 0;
    }

    .partner-list {
        width: 104%;
    }

    .partner-list .item img {
        width: 100%;
        height: 50px;
    }

    .footer {
        padding: 20px 0 20px 0;

    }

    .m-bottom a {
        display: inline-block;
        width: 32%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
    }

    .Copyright {
        color: #fafafa;
        font-size: 12px;
        text-align: center;
        padding-bottom: 20px;
    }

    .content-part {
        padding-bottom: 0;
    }

    /*解决方案*/
    .listImg {
        height: 350px;
        background-position: center bottom;
        background-size: auto 350px;

    }
    .sub_technology{
        padding-top: 40px;
    }
    .sub_technology img{
        margin-top: 0;
    }

    .solution_bg {
        background: url(../imgs/solution_bg.jpg) no-repeat 60% center;
        background-size: auto 350px;
    }

    .solution-banner-txt {
        width: 100%;
        padding: 0 10px;
        padding-top: 15%;

    }

    .sub_technology h2 {
        font-size: 30px;
    }

    .sub_technology p {
        text-align: left;
    }

    .s-m-list .l {
        width: 100%;
        padding: 0;
    }

    .s-m-list .title {
        font-size: 25px;
        color: #036eb8;
        padding: 20px 0 20px 0;
        text-align: center;
    }

    .s-m-list .r {
        width: 100%;
        padding-left: 0;
    }

    .s-m-list .pad-left {
        padding-left: 0;
    }

    .s-m-list {
        padding: 30px 0;
        border-top: solid 1px #dedede;
    }

    /*关于我们*/
    .about-bg {
        background: url(../imgs/about_bg.jpg) no-repeat right top;
        background-size: auto 350px;
    }
    .about_sub_technology{
        width: 100%;
        padding:0 10px;
        padding-top: 15%;
    }
    .about-fl{
        width:100%; margin-right:0px;
    }
    .contact_us_bg {
        background: #2770b4 url(../imgs/contactusbaner.jpg) no-repeat 62% top;
        background-size: auto 350px;
    }
    .contact-us-technology{
        padding:0 10px;
        padding-top: 15%; text-align: left; width: 100%;
    }
    .newslist .add-img-sty{
        text-indent:0;

    }
    .join_us_bg {
        background: url(../imgs/join_us.jpg) no-repeat center top;
        background-size: auto 350px;
    }
    .law_bg {
        background: url(../imgs/law_bg.jpg) no-repeat 71% center;
        background-size: auto 350px;
    }
    .m-menu-list .item .current a{
       color: #333333;
    }
    .m-menu-list .item .current.item-fold .arrow{
        border-top: 2px solid #333333;
        border-right: 2px solid #333333;
    }
    .m-menu-list .item .sub-menu-list a.current{
        color: #333333;
    }
    .m-menu-list .item a.current{
        color: #333333;
    }

    /*产品介绍*/
    .temp-system .system-content li{
        width: 50%;
        padding-bottom: 20px;
    }

}
