.banner{
    margin-top: 100px;
}
.index-banner .carousel-inner > .item .sjbanner{
    display: none;
}
.banner .container{
    position: relative;
}
.banner_nav{
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 15px;
}
.banner_nav a{
    color: #fff;
}

.banner_nav img{
    margin-right: 10px;
    transform: translateY(-2px);
}


.home_distribution{
    text-align: center;
    background: #fff;
    margin-top: 75px;
    padding-bottom: 110px;
}
.distribution_title{
    margin-bottom: 30px;
}
.distribution_title h3{
    color: #191919;
    font-size: 30px;
    margin-bottom: 18px;
}

.distribution_title p{
    color: #5b5b5b;
    font-size: 18px;
}




.home_distribution .map {
    text-align: center;
    margin-top: 55px;
    position: relative;
    margin-bottom: 40px;
}

.home_distribution li {
    position: absolute;
    display: flex;

}
.home_distribution li .yuan{
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20,55,141,0.4);
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
}
.home_distribution li span {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 45px;*/
    /*height: 45px;*/
    /*background: rgba(48, 130, 255, 0.8);*/
    /*border-radius: 100%;*/
    transition: 0.3s;
    color: #14378d;
    margin-left: 5px;
}
.home_distribution .green span{
    color: #148d2b;
}
.home_distribution li .yuan::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    z-index: 99;
    background-color: #14378d;
    /*visibility: hidden;*/
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    border-radius: 10px;
}

.home_distribution li .yuan.xs-video {
    width: 35px;
    height: 35px;
    /*position: absolute;*/
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin: auto;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.home_distribution .green .yuan.xs-video {
    width: 35px;
    height: 35px;
    /*position: absolute;*/
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin: auto;
    -webkit-animation: glowing2 1500ms infinite;
    -moz-animation: glowing2 1500ms infinite;
    -o-animation: glowing2 1500ms infinite;
    animation: glowing2 1500ms infinite;
}
.home_distribution .green .yuan{
    background: rgba(20,141,43,0.4);
}
.home_distribution .green .yuan::before{
    background-color: #148d2b;
}
@-webkit-keyframes glowing{
    0%{-webkit-box-shadow:0 0 3px rgba(20, 55, 141, 0.8);}
    50%{-webkit-box-shadow:0 0 40px rgba(20, 55, 141, 0.9);}
    100%{-webkit-box-shadow:0 0 3px rgba(20, 55, 141, 0.8)}
}
@-webkit-keyframes glowing2{
    0%{-webkit-box-shadow:0 0 3px rgba(20, 141, 43, 0.8);}
    50%{-webkit-box-shadow:0 0 40px rgba(20, 141, 43, 0.9);}
    100%{-webkit-box-shadow:0 0 3px rgba(20, 141, 43, 0.8)}
}
.sj-img{
    display: none;
}
.home_distribution li .yuan.active {
    transform: scale(1.2, 1.2);
    /*background: rgba(209, 9, 16, 0.5);*/
}

.home_distribution li span.active {
    /*background: rgba(209, 9, 16, 1);*/
}

.home_distribution .Heilongjiang {
    top: 10%;
    right: 18%;
}

.home_distribution .Jilin {
    top: 25%;
    right: 19.5%;
}

.home_distribution .Beijing {
    top: 35%;
    right: 33%;
}

.home_distribution .Tianjin {
    top: 39%;
    right: 28%;
}

.home_distribution .Shanxi {
    top: 44%;
    right: 39%;
}

.home_distribution .Shandong {
    top: 48%;
    right: 26%;
}

.home_distribution .Anhui {
    top: 58%;
    right: 28%;
}

.home_distribution .Shanghai {
    top: 61%;
    right: 22%;
}
.home_distribution .Zhejiang {
    top: 67%;
    right: 24%;
}

.home_distribution .Hubei {
    top: 62%;
    right: 37%;
}

.home_distribution .Hunan {
    top: 73%;
    right: 38%;
}
.home_distribution .Fujian {
    top: 77%;
    right: 28%;
}
.home_distribution .Guangdong {
    bottom: 11%;
    right: 33%;
}

.home_distribution .Taiwan {
    bottom: 14%;
    right: 20%;
}
.home_distribution .Hainan {
    bottom: 0%;
    right: 39%;
}
.home_distribution .Sichuan {
    bottom: 31%;
    right: 50%;
}

.home_distribution .Tibet {
    bottom: 39%;
    left: 23%;
}
.home_distribution .Xinjiang {
    top: 24%;
    left: 21%;
}















.home .title{
    text-align: center;
    margin-bottom: 58px;
}
.home .title h3{
    color: #191919;
    font-size: 30px;
    margin-bottom: 16px;
}

.home .title p{
    color: #a7a7a7;
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
}

.home_inner{
    max-width: 1500px;
    margin: 0 auto;
}

.home_service{
    background: #f9f9f9;
    padding-top: 80px;
    /*padding-bottom: 50px;*/
}
.home_service .pc_slider li{
    width: 1500px;
}
.home_service .pc_slider li .list{
    width: 735px;
    float: left;
    height: 400px;
    background: #fff;
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 45px 30px 35px 35px;
    border: 2px solid #cacaca;
    position: relative;
}

.home_service li .list:nth-child(2n){
    margin-right: 0;
}

.home_service li .list h3{
    color: #191919;
    font-size: 24px;
    margin-bottom: 30px;
}
.home_service li .list h4{
    color: #5b5b5b;
    font-size: 16px;
    line-height: 28px;
}
.home_service li .list h4 img{
    margin-right: 7px;
    transform: translateY(-1px);
}
.home_service li .list p{
    color: #9f9f9f;
    font-size: 14px;
    line-height: 28px;
    padding-left: 21px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.home_service li .list a{
    color: #3c4a96;
    font-size: 14px;
    display: block;
    margin-top: 30px;
    margin-left: 13px;
}
.home_service li .list i{
    font-style: normal;
    font-family: SimSun-ExtB;
    font-weight: bold;
    margin-left: 10px;
}

.home_service .desc{
    width: 100%;
    bottom: 0;
    left: 0;
    display: none;
}

.home_service .desc .num{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home_service .desc .num em{
    font-style: normal;
    color: #a7a7a7;
    font-size: 26px;
    font-family: Arial;
}
.service_main{
    position: relative;
}
.control_icon{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 135px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.control_icon a{
    font-family: SimSun-ExtB;
    color: #a7a7a7;
    font-size: 26px;
    cursor: pointer;
}

.home_service .slider{
    padding-bottom: 90px;
}

.home_service .list_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
}

.home_service li .list:hover .list_box{
    opacity: 1;
    z-index: 9;
}
.sj_silder{
    display: none;
}

.home_service .list_box .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.home_service .list_box .model{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 92%;
    height: 85%;
    background: #1e3f84;
    opacity: 0.65;
}


.home_case{
    background: url("../images/case-bg_10.jpg") no-repeat;
    background-size: cover;
}
.timeline .item {
    list-style-type: none;
    position: relative;
    width: 1px;
    margin: 0 auto;
    padding-top: 50px;
    background: #cfcfce;
}
.timeline .item::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 66px;
    transform: translateX(-50%) rotate(45deg);
    width: 13px;
    height: 14px;
    border-radius: 100%;
    z-index: 2;
    border: 1px solid #cacaca;
    background: #fff;
}
.timeline .item .content {
    position: relative;
    bottom: 0;
    width: 670px;
    padding: 10px 19px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}


.timeline .item:nth-of-type(even) >  .content {
    left: 45px;
}
.timeline .item:nth-of-type(odd) >  .content {
    left: -718px;
}

.timeline .item  .content {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.timeline .item:nth-of-type(odd)  .content {
    /*transform: translate3d(100px, -10px, 0) rotate(10deg);*/
}
.timeline .item:nth-of-type(even)  .content {
    /*transform: translate3d(-100px, -10px, 0) rotate(10deg);*/
}
.timeline .item  .content {
    transform: none;
    visibility: visible;
    opacity: 1;
    position: relative;
}
.timeline .item:nth-of-type(odd) > .content .arrow{
    position: absolute;
    right: -7px;
}
.timeline .item:nth-of-type(even) > .content .arrow{
    position: absolute;
    left: -7px;
}
.timeline .item .pic{
    width: 130px;
    height: 130px;
    border-radius: 6px;
    overflow: hidden;
}
/*.timeline .item .pic img{*/
    /*transition: 0.3s;*/
/*}*/
/*.timeline .item .pic:hover img{*/
    /*transform: scale(1.1,1.1);*/
/*}*/
.timeline .item .text{
    width: 75%;
    margin-left: 20px;
}
.timeline .item .text h3{
    color: #14378d;
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.timeline .item .text h3 span{
    color: #9f9f9f;
    font-size: 14px;
    margin-left: 12px;
    font-family: "Source Han Sans CN Regular";
}
.timeline .item .text p{
    color: #838383;
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


























.home_team{
    padding-top: 80px;
    position: relative;
    background: url("../images/team-bg_02.png") left no-repeat #fff;
    background-size: cover;
    padding-bottom: 70px;
}
.home_team ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.home_team ul li{
    text-align: center;
}


.home_team .pic{
    overflow: hidden;
    border-radius: 100%;
    width: 217px;
    height: 217px;
    margin: 0 auto;
    margin-bottom: 45px;
    border: 4px solid #fff;
    transition: 0.2s;
}
.home_team .pic:hover{
    border: 4px solid #3c4a96;
}
.home_team .pic img{
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.home_team .pic img:hover{
    transform: scale(1.1,1.1);
}

.home_team .text a{
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 12px;
    display: block;
    transition: 0.3s;
}
.home_team .text a:hover{
    color: #14378c;
}
.home_team .text p{
    font-size: 14px;
    color: #5b5b5b;
    line-height: 24px;
}


.home_team .left_icon{
    position: absolute;
    left: 0;
    top: 0;
}

.home_team .right_icon{
    position: absolute;
    right: 0;
    bottom: 0;
}


.home_team .more{
    text-align: center;
}
.home_team .more a{
    color: #a7a7a7;
    font-size: 22px;
    transition: 0.3s;
}
.home_team .more a:hover{
    color: #14378c;
}



.home_case{
    padding-top: 60px;
}


.home_news{
    background: url("../images/news-bg_04.jpg") center bottom no-repeat;
    background-size: cover;
    padding-bottom: 24px;
    padding-top: 65px;
}
.home_news .content{
    display: flex;
    align-items: center;
}

.home_news .content .left{
    width: 85px;
    margin-right: 100px;
}

.home_news .content .mid{
    width: 362px;
    margin-right: 100px;
    background: #f2f2f2;
    padding: 7px;
    border: 2px solid #f2f2f2;
    border-radius: 3px;
}
.home_news .content .right{
    width: 925px;
    display: flex;
    background: #ededed;
    padding: 90px 40px 70px 40px;
}

.home_news .content .right p{
    color: #808080;
    font-size: 14px;
    line-height: 34px;
    text-indent: 2em;
    margin-right: 20px;
}
.home_news .content .right img{
    margin-right: 10px;
    width: 120px;
    height: 120px;
    margin-top: 10px;
}
.home_news .content .right img:last-child{
    margin-right: 0;
}


.home_about{
    padding-top: 78px;
    padding-bottom: 100px;
    background: #fff;
}

.home_about .content{
    display: flex;
    justify-content: space-between;
}

.home_about .content .text{
    width: 60%;
    background: #f9f9f9;
    padding: 90px 0 0 150px;
}
.home_about .content .pic{
    width: 40%;
    overflow: hidden;
}
.home_about .content .pic img{
    transition: 0.3s;
}
.home_about .content .pic:hover img{
    transform: scale(1.1,1.1);
}
.home_about .content .text h3{
    color: #191919;
    font-size: 24px;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}
.home_about .content .text h3 span{
    width: 160px;
    height: 2px;
    background: #4e3b3c;
    margin-right: 26px;
}
.home_about .content .text h4{
    color: #5b5b5b;
    font-size: 14px;
    margin-bottom: 50px;
}
.home_about .content .text p{
    color: #9f9f9f;
    font-size: 14px;
    line-height: 24px;
}

.home_about .content .text a{
    color: #14378c;
    font-size: 14px;
    float: right;
    margin-top: 45px;
}
.home_about .content .text i{
    font-style: normal;
    font-family: SimSun-ExtB;
    margin-left: 10px;
    font-weight: bold;
}

.home_about .content .text_content{
    width: 355px;
    margin-left: 75px;
}
















.team_serach{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 85px;
    margin-bottom: 45px;
}
.team_serach form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team_serach span{
    color: #191919;
    font-size: 20px;
    margin-right: 28px;
    width: 45px;
}

.team_serach select{
    width: 307px;
    height: 54px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding-left: 18px;
    color: #919191;
    font-size: 16px;
    position: relative;
    margin-right: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/select_arrow_07.jpg") #fff right 18px center no-repeat;
}
.team_serach select:before{
    content: '';
    position: absolute;
    right: 0;
    top: 20px;

}
.team_serach select:focus{
    outline: none;
}
.team_serach button{
    width: 90px;
    height: 54px;
    background: #13358d;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    /*position: absolute;*/
    /*top:0;*/
    /*right:0;*/
}
.team_serach input{
    width: 307px;
    height: 54px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding-left: 18px;
    color: #919191;
    font-size: 16px;
    position: relative;
    margin-right: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.team_content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.team_content .list{
    width: 262px;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 24px;
}

.team_content .list:nth-child(4n){
    margin-right: 0;
}
.team_content .list .pic{
    margin-bottom: 9px;
    background: #cdccca;
    border-radius: 8px;
    height: 243px;
    position: relative;
    overflow: hidden;
}

.team_content .list .pic img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}
.team_content .list .pic:hover img{
    transform: translateX(-50%) scale(1.1,1.1);
}
.team_content .list .text a{
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    transition: 0.3s;
}
.team_content .list .text a:hover{
    color: #14378c;
}
.team_content .list .text h4{
    color: #5b5b5b;
    font-size: 14px;
    line-height: 30px;
}


.team_content .list .text p{
    color: #5b5b5b;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
}

.yema{
    display: flex;
    justify-content: center;
    margin-top: 75px;
}
.yema ul{
    display: flex;
}
.yema ul li{
    padding: 0 9px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ededed;
    text-align: center;
    color: #4e4e4e;
    font-size: 16px;
    border-radius: 6px;
    margin-right: 14px;
    cursor: pointer;
    transition: 0.3s;
}
.yema ul li:last-child{
    margin-right: 0;
}
.yema ul li.active{
    background: #193a8a;
    color: #fff;
    border: 1px solid #193a8a;
}
.yema ul li.active a{
    color:#fff;
}
.yema ul li:hover{
    background: #193a8a;
    color: #fff;
    border: 1px solid #193a8a;
}
.yema ul li:hover a{
    color:#fff;
}

.team_detail_content{
    background: #fff;
    padding: 40px 30px 130px 30px;
    margin-top: 30px;
}


.team_detail_content .title{
    color: #282828;
    font-size: 24px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 32px;
}
.team_detail_content .pic{
    text-align: center;
    background: #d4d3d1;
    margin-bottom: 36px;
}
.team_detail_content p{
    color: #5b5b5b;
    font-size: 16px;
    line-height: 30px;
}

.case_content{
    margin-top: 60px;
}
.case_content .list{
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 30px;
}

.case_content .list .pic{
    width: 490px;
    overflow: hidden;
}
.case_content .list .pic img{
    transition: 0.3s;
}
.case_content .list .pic a{
    display: flex;
}
.case_content .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.case_content .list .text{
    width: 700px;
    padding: 40px 40px 0 40px;
}

.case_content .list .text h4{
    color: #5b5b5b;
    font-size: 20px;
    margin-bottom: 16px;
}

.case_content .list .text h3 a{
    color: #191919;
    font-size: 24px;
    margin-bottom: 16px;
    display: block;
    transition: 0.3s;
}
.case_content .list .text:hover a{
    color: #3c4a96;
}
.case_content .list .text p{
    color: #9f9f9f;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.case_content .list .text .more{
    color: #3c4a96;
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
    display: block;
}
.case_content .list .text .more span{
    font-family: SimSun-ExtB;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}


.case_detail_content{
    background: #fff;
    padding: 36px 30px 65px 30px;
    margin-top: 30px;
}
.case_detail_content .title{
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 22px;
    margin-bottom: 24px;
}
.case_detail_content .title h3{
    color: #5b5b5b;
    font-size: 24px;
    margin-bottom: 16px;
}
.case_detail_content .title p{
    color: #a7a7a7;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
}
.case_detail_content .title span{
    margin-right: 30px;
}

.case_detail_content .title span:last-child{
    margin-right: 0;
}
.case_detail_content p{
    color: #5b5b5b;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 24px;
}
.case_detail_content img{
    margin-bottom: 24px;
}

.case_detail_content .back{
    display: flex;
    justify-content: center;
    margin-top: 55px;
}
.case_detail_content .back a{
    width: 153px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 6px;
    color: #191919;
    font-size: 16px;
    transition: 0.3s;
}
.case_detail_content .back a:hover{
    background: #14378c;
    border-bottom: 2px solid #14378c;
    color: #fff;
}










.service_content{
    margin-top: 60px;
}
.service_content .list{
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 30px;
}

.service_content .list .pic{
    width: 50%;
    overflow: hidden;
    max-height: 350px;
    position: relative;
}
.service_content .list .pic img{
    transition: 0.3s;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
}
.service_content .list .pic a{
    display: flex;
    height: 100%;

}
.service_content .list .pic:hover img{
    transform: scale(1.1,1.1);
}
.service_content .list .text{
    width: 50%;
    padding: 30px 40px;

}

.service_content .list .text h4{
    color: #203864 ;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 34px;
    font-family: 宋体;
}

.service_content .list .text h3 a{
    color: #1f4e79;
    font-size: 20px;
    margin-bottom: 16px;
    display: block;
    transition: 0.3s;
    font-family: 宋体;
    line-height: 30px;
}
.service_content .list .text .txt h5{
    color: #5b5b5b;
    font-size: 16px;
    line-height: 28px;
}
.service_content .list .text .txt p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 14px;
}
.service_content .list .text .txt span{
    color: #ff0000;
}
.service_content .list .text:hover a{
    color: #3c4a96;
}
.service_content .list .text p{
    color: #9f9f9f;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.service_content .list .text .more{
    color: #3c4a96;
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
    display: block;
    font-family: 宋体;
}
.service_content .list .text .more span{
    font-family: SimSun-ExtB;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}






.service_detail_content{
    background: #fff;
    padding: 36px 30px 65px 30px;
    margin-top: 30px;
}
.service_detail_content .title{
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 26px;
    margin-bottom: 24px;
}
.service_detail_content .title h3{
    color: #5b5b5b;
    font-size: 24px;
}

.service_detail_content h3{
    color: #15388a;
    font-size: 20px;
    line-height: 36px;
    font-family: "Source Han Sans CN Medium";
}
.service_detail_content p{
    color: #5b5b5b;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 24px;
}
.service_detail_content p span{
    color: #193a8a;
}

.service_detail_content .back{
    display: flex;
    justify-content: center;
    margin-top: 55px;
}
.service_detail_content .back a{
    width: 153px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 6px;
    color: #191919;
    font-size: 16px;
    transition: 0.3s;
}
.service_detail_content .back a:hover{
    background: #14378c;
    border-bottom: 2px solid #14378c;
    color: #fff;
}

.new_content{
    background: #fff;
    padding: 0 30px 58px 30px;
}
.new_content .list{
    display: flex;
    justify-content: space-between;
    line-height: 77px;
    border-bottom: 1px solid #ededed;
}
.new_content .list input{
    position: absolute;
    left: 0;
    top: 0;
}
.new_content .list a{
    color: #4e4e4e;
    font-size: 18px;
    transition: 0.3s;
    max-width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.new_content .list:hover a{
    color: #13358d;
}
.new_content .list i{
    font-style: normal;
}
.new_content .list p{
    color: #ff0000;
    font-size: 16px;
}
.new_content .list .jiezhi{
    color: #a7a7a7;
}


.case_detail_content .title{
    position: relative;
}
.case_detail_content .title .time{
    position: absolute;
    right: 0;
    bottom: 24px;
    display: flex;
}
.case_detail_content .title img{
    margin-bottom: 0;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    transform: translateY(4px);
}
.case_detail_content .title .countDown{
    color: #ff0000;
    font-size: 16px;
}
.case_detail_content .countDown i{
    font-style: normal;
}
.case_detail_content .countDown span{
    margin-right: 0;
}


.about{
    margin-top: 60px;
}
.about_content_introduction{
    display: flex;
    justify-content: space-between;
    padding: 40px 30px 40px 40px;
    background: #fff;
}
.about_content_introduction .text{
    width: 610px;
    display: flex;
    flex-flow: column;
    padding-right: 28px;
}
.about_content_introduction  h3{
    color: #191919;
    font-size: 24px;
    margin-bottom: 14px;
    line-height: 46px;
}
.about_content_introduction .text p{
    color: #5b5b5b;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 14px;
}
.about_content_introduction .text ul{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 18px;
}
.about_content_introduction .text li{
    text-align: center;
}
.about_content_introduction .text li h4{
    color: #15378c;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 8px;
}
.about_content_introduction .text li i{
    font-style: normal;
    font-family: "Source Han Sans CN Medium";
    font-weight: normal;
}
.about_content_introduction .text li span{
    color: #5b5b5b;
    font-size: 16px;
}
.about_content_introduction .pic{
    width: 560px;
    display: flex;
    overflow: hidden;
}
.about_content_introduction .pic img{
    transition: 0.3s;
}
.about_content_introduction .pic:hover img{
    transform: scale(1.1,1.1);
}


.about_content_vision{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.about_content_vision .list{
    display: flex;
    align-items: center;
    background: #fff;
    width: 49%;
    padding: 40px 30px 40px 40px;
}

.about_content_vision .list span{
    color: #191919;
    font-size: 24px;
    border-right: 1px solid #f9f9f9;
    line-height: 50px;
    padding-right: 38px;
    margin-right: 36px;
    width: 102px;
}
.about_content_vision .list p{
    color: #5b5b5b;
    font-size: 14px;
    line-height: 24px;
}

.about_content_culture{
    margin-top: 20px;
    background: #fff;
    padding: 40px 30px 15px 40px;
}

.about_content_culture ul{
    display: flex;
    flex-flow: wrap;
    margin-top: 40px;
}
.about_content_culture ul li{
    width: 25%;
    text-align: center;
    margin-bottom: 48px;
}
.about_content_culture ul li img{
    transition: 0.3s;
}
.about_content_culture ul li:hover img{
    transform: translateY(-10px);
}
.about_content_culture ul li p{
    color: #888888;
    font-size: 16px;
    margin-top: 30px;
}

.about_content_address{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.about_content_address .text{
    background: #fff;
    width: 445px;
    padding: 50px 30px 0 40px;
}
.about_content_address .text p{
    color: #5b5b5b;
    font-size: 16px;
    margin-top: 40px;
}
.about_content_address .text p img{
    margin-right: 15px;
}

.about_content_address .ditu{
    padding: 20px;
    width: 675px;
    background: #fff;
}
.about_content_address .ditu img{
    max-width: initial;
}
#dituContent{
    width: 100%;
    height: 360px;
}


.about_content_ambient{
    padding: 40px 30px 40px 40px;
    background: #fff;
    margin-top: 20px;
}
.about_content_ambient ul{
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.about_content_ambient li{
    margin-right: 2px;
    overflow: hidden;
}
.about_content_ambient li:last-child{
    margin-right: 0;
}
.about_content_ambient li img{
    transition: 0.3s;
}
.about_content_ambient li img:hover{
    transform: scale(1.1,1.1);
}

.about_content_contact{
    background: #fff;
    padding: 40px 30px 40px 40px;
    margin-top: 20px;
}
.about_content_contact h3{
    margin-bottom: 24px;
}
.about_content_contact p{
    color: #5b5b5b;
    font-size: 15px;
    margin-bottom: 18px;
}
.about_content_contact p a{
    color: #15388b;
    border-bottom: 1px solid #15388b;
    line-height: 22px;
    display: inline-block;
    text-transform: uppercase;
}


.control_icon{
    display: none;
}





@media screen and (max-width: 1600px) {
    .home_inner{
        max-width: 1440px;
    }
    .home_service .pc_slider li{
        width: 1440px;
    }
    .home_service .pc_slider li .list{
        width: 705px;
        height: 405px;
    }
}
@media screen and (max-width: 1440px) {
    .home_news .content .right{
        align-items: center;
        padding: 45px 40px 45px 40px;
    }
    .home_inner{
        max-width: 1200px;
    }
    .home_about .content .text{
        padding: 50px 0 0 100px;
    }
    .home_service .pc_slider li .list{
        width: 584px;
    }
    .home_service .pc_slider li{
        width: 1200px;
    }
    .timeline .item .content{
        width: 550px;
    }
    .timeline .item:nth-of-type(odd) > .content {
        left: -600px;
    }
    .timeline .item:nth-of-type(even) > .content {
        right: -600px;
    }
}

@media screen and (max-width: 1200px) {
    .pc-img{
        width: 80%;
    }
    .team_serach select{
        width: 270px;
    }
    .team_content .list{
        width: 212px;
    }
    .about_content_vision .list span{
        width: 125px;
    }
    .home_inner{
        max-width: 992px;
    }
    .home_about .content .text{
        padding: 30px 0 0 70px;
    }
    .home_about .content .text h3{
        margin-bottom: 40px;
    }
    .home_about .content .text h4{
        margin-bottom: 30px;
    }
    .home_news .content .right{
        flex-flow: wrap;
        justify-content: center;
    }
    .home_news .content .right p{
        width: 100%;
        margin-right: 0;
    }
    .home_service .pc_slider li .list{
        width: 480px;
    }
    .home_service .pc_slider li{
        width: 992px;
    }
}

@media screen and (max-width: 992px) {
    .pc-img {
        width: 77%;
    }
    .home_distribution li .yuan{
        width: 25px;
        height: 25px;
    }
    .home_distribution li .yuan.xs-video{
        width: 25px;
        height: 25px;
    }
    .pc_slider{
        display: none;
    }
    .sj_silder{
        display: block;
    }
    .team_content .list:nth-child(4n) {
        margin-right: 30px;
    }
    .team_content .list:nth-child(3n){
        margin-right: 0;
    }
    .team_content .list {
        width: 220px;
    }
    .home_inner{
        max-width: 768px;
    }
    .home_team ul{
        flex-flow: wrap;
    }
    .home_team ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .home_about .content{
        flex-flow: column;
    }
    .home_about .content .text{
        width: 100%;
        padding: 40px 30px;
    }
    .home_about .content .text_content{
        width: 100%;
        margin-left: 0;
    }
    .home_about .content .pic{
        width: 100%;
    }
    .home_about .content .pic img{
        width: 100%;
    }
    .home_team{
        background: #fff;
    }
}

@media screen and (max-width: 768px) {
    #video-player{
        height: 600px;
    }
    .home_distribution .map ul{
        display: none;
    }
    .pc-img {
        display: none;
    }
    .sj-img{
        display: block;
    }
    .control_icon{
        display: block;
    }
    .home_service .list_box{
        display: none;
    }
    .banner{
        margin-top: 68px;
    }
    .team_content .list {
        width: 100%;
        margin-right: 0!important;
    }
    .team_serach{
        flex-flow: column;
        align-items: normal;
    }
    .team_serach form{
        flex-flow: column;
        align-items: normal;
    }
    .team_serach input{
        width: 100%;
        margin-bottom: 10px;
    }
    .team_serach select{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .team_serach span{
        margin-bottom: 15px;
    }
    .banner_nav{
        left: 15px;
        bottom: 10px;
    }
    .case_content .list{
        flex-flow: column;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .case_content .list .pic{
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .case_content .list .text{
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .case_content .list .pic a{
        display: inline-block;
    }
    .case_content .list .text{
        padding: 20px;
    }
    .yema ul{
        flex-flow: wrap;
        justify-content: center;
    }
    .yema ul li{
        margin-bottom: 5px;
    }
    .case_detail_content .title p{
        display: flex;
        flex-flow: column;
    }
    .case_detail_content .title span{
        margin-right: 0;
    }
    .service_content .list{
        flex-flow: column;
    }
    .service_content .list .pic{
        width: 100%;
    }
    .service_content .list .text{
        width: 100%;
    }
    .service_content .list .text {
        padding: 20px;
    }

    .new_content{
        padding: 30px 20px 58px 20px;
    }
    .new_content .list{
        flex-flow: column;
        line-height: 28px;
        padding: 15px 0;
    }
    .new_content .list a{
        display: block;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .case_detail_content .title .time{
        position: relative;
        bottom: 0;
        right: 0;
        justify-content: center;
    }
    .case_detail_content .title .countDown{
        flex-flow: wrap;
    }
    .about_content_introduction{
        flex-flow: wrap;
        padding: 20px;
    }
    .about_content_introduction .text{
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .about_content_introduction .pic{
        width: 100%;
    }
    .about_content_introduction .pic{
        display: block;
    }
    .about_content_vision{
        flex-flow: wrap;
    }
    .about_content_vision .list{
        width: 100%;
        margin-bottom: 20px;
    }
    .about_content_culture ul li{
        width: 50%;
    }
    .about_content_culture{
        padding: 30px 20px;
    }
    .about_content_address{
        flex-flow: wrap;
    }
    .about_content_address .text{
        width: 100%;
        padding: 30px 20px;
    }
    .about_content_address .ditu{
        width: 100%;
    }
    #dituContent{
        height: 300px;
    }
    .about_content_ambient{
        padding: 30px 20px;
    }
    .about_content_ambient ul{
        flex-flow: wrap;
    }
    .about_content_ambient li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .about_content_contact{
        padding: 30px 20px;
    }

    .home_inner{
        width: 100%;
    }
    .home_team ul{
        flex-flow: wrap;
    }
    .home_team ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .home_team .pic{
        margin-bottom: 20px;
    }
    .home_news .content{
        flex-flow: column;
    }
    .home_news .content .left{
        display: none;
    }
    .home_news .content{
        padding: 0 15px;
    }
    .home_news .content .mid{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .home_news .content .right{
        width: 100%;
        padding: 40px 20px 50px 20px;
    }

    .home_service .sj_silder li .list{
        position: relative;
        max-width: 414px;
        padding: 20px;
        background: #fff;
        border: 2px solid #cacaca;
    }
    .home_service .slider{
        padding-bottom: 100px;
    }
    .home_service .desc{
        bottom: -30px;
    }
    .service_main{
        /*padding: 0 15px;*/
    }
    .home_service li .list p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .home_case .sj_silder li .list{
        display: flex;
        align-items: center;

    }
    .home_case .sj_silder li .list .pic{
        width: 130px;
        height: 130px;
        border-radius: 6px;
    }
    .home_case .sj_silder li .list .text{
        width: 75%;
        margin-left: 10px;
    }
    .home_case .sj_silder li .list .text h3 {
        color: #14378d;
        font-size: 18px;
        font-family: Arial;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
    .home_case .sj_silder li .list .text p {
        color: #838383;
        font-size: 14px;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        padding-left: 0;
        overflow: hidden;
        margin-bottom: 0;
    }
    .home_case .sj_silder li .list .text h3 span {
        color: #9f9f9f;
        font-size: 14px;
        margin-left: 12px;
        font-family: "Source Han Sans CN Regular";
    }
    .home_case .slider{
        padding-bottom: 0;
    }
    .index-banner .carousel-inner > .item .sjbanner{
        display: block;
    }
    .index-banner .carousel-inner > .item .pcbanner{
        display: none;
    }
}

@media screen and (max-width: 414px) {

}
@media screen and (max-width: 375px) {
    .home_service .sj_silder li .list{
        max-width: 375px;
    }
}
@media screen and (max-width: 360px) {
    .home_service .sj_silder li .list{
        max-width: 360px;
    }
    .about_content_introduction .text ul{
        flex-flow: column;
    }
    .about_content_introduction .text ul li{
        margin-bottom: 20px;
    }
    .home_case .slider{
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 320px) {
    .home_service .sj_silder li .list{
        max-width: 320px;
    }
    .home_service .slider{
        padding-bottom: 150px;
    }
    .home_case .slider{
        padding-bottom: 50px;
    }
}
