@font-face {
    font-family: 'PingFangSC-Light';
    src: url("PingFang Light.ttf");
}
.page{
    margin: 2rem 0;
    text-align: center;
}
.page a{
    padding: 5px 15px;
    color: #fff;
   background: #d7d7d7;
    margin-bottom: 6px;
}
.page a.active{
    background-color: rgba(23, 86, 157, 0.99);
}
.page a:first-child{
    margin-right: 10px;
}
.page a:last-child{
    margin-left: 10px;
}
.ico.active i:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}
.ico.active i:nth-child(2) {
    opacity: 0;
}
.ico.active i:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
.ico {
    position: absolute;
    width: 32px;
    height: 26px;
    right: 5%;
    top: 60px;
    z-index: 999999999;
    cursor: pointer;
    display: none;
}
.ico i {
    height: 2px;
    width: 90%;
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1) {
    top: 0px;
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.ico i:nth-child(2) {
    top: 10px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.ico i:nth-child(3) {
    top: 20px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
body,html{
    background-color: #f6f6f6;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index:99;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.head_top{
    padding: 12px 0 0;
    text-align: right;
}
.head_top .font14{
    color: rgba(136, 136, 136, 0.88);
}
.head_top .font14 span{
    color: #ef8122;
    margin-right: 15px;
}
.head_top .font14 a{
    color: rgba(136, 136, 136, 0.88);
    margin-left: 15px;
}
.head_top .font14 a img{
    position: relative;
    top:-2px;
    margin-right: 3px;
}
.head_bom{
    height: 82px;
    line-height: 70px;
}
.head_bom ul li{
    display: inline-block;
    margin-left:40px;
    position: relative;
}
.head_bom ul li:first-child{
    margin-right: 0;
}
.head_bom ul li a{
    color: #020202;
    font-size: 16px;
    padding: 0 15px;
    letter-spacing: 1px;
}
.head_bom ul li:last-child a{
    padding: 0;
}
.head_bom .navbar-right .conrt a{
    padding: 0;
}
.head_bom ul li:first-child{
    width: 170px;
}
.head_bom ul li:first-child a{
    width: 100%;
    text-align: center;
}
.head_bom .navbar-right .conrt{
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    display: none;
    border-top: 3px solid #00041b;
    text-align: center;
    line-height: 30px;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(4, 0, 1, 0.09);
    -moz-box-shadow: 0px 0px 18px 2px rgba(4, 0, 1, 0.09);
    box-shadow: 0px 0px 18px 2px rgba(4, 0, 1, 0.09);
}
.head_bom .navbar-right .conrt a{
    color: #020202;
    display: block;
    font-size: 14px;
}
.head_bom .row{margin: 0}
.html{
    margin-top: 113px;
}
.banner{
    height: 720px;
}
.banner .swiper-container,
.banner .swiper-container .swiper-slide,
.banner .swiper-container .swiper-slide .container{
    height: 100%;
    position: relative;
}
.banner .swiper-container .swiper-slide .container:before{
    content: '';
    background-color: rgba(25, 95, 171, 0.9);
    position: absolute;
    width: 460px;
    height: 120%;
    top: -10%;
    left: 56px;
    transform:skew(170deg,170deg);
    -ms-transform:skew(170deg,170deg);
    -moz-transform:skew(170deg,170deg);
    -webkit-transform:skew(170deg,170deg);
    -o-transform:skew(170deg,170deg);
}
.banner .swiper-container .swiper-slide{
    color: #fff;
}
.banner .swiper-container .swiper-slide .font40{
    letter-spacing: 4px;
}
.banner .swiper-container .swiper-slide .font24{
    margin: 3px 0 37px;
    letter-spacing: 2px;
}
.banner .swiper-container .swiper-slide a{
    width: 150px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border: solid 1px #ffffff;
    color: #fff;
    font-size: 13px;
}
.banner .swiper-container .swiper-slide .BoxCell{
    position: relative;
    padding-left: 100px;
}
.banner .swiper-container .swiper-slide a img{
    margin-left: 10px;
}
.banner  .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 15px;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 8px;
}
.banner  .swiper-pagination .swiper-pagination-bullet-active{
    width: 38px;
    border-radius: 7px;
}
.banner  .swiper-pagination{
    padding-left:calc(10% + 100px);
    padding-left:-webkit-calc(10% + 100px);
    text-align: left;
    bottom:10%;
}
.pad2{
    padding: 40px 0;
    background: #fff;
}
.pad2 li{
    display: inline-block;
}
.pad2 ul{
    position: relative;
}
.pad2 li img{
    position: absolute;
     bottom: 46px;
    z-index: 6;
    width: 150px;
    margin-left: -70px;
    display: none;
}
.bdsharebuttonbox a{
    float: none !important;
    width: 37px;
    height: 31px !important;
    background-size: cover;
    background-position: 0 0 !important;
    margin: 0 20px !important;
}
.bdsharebuttonbox a.bds_weixin{
    background-image: url("../images/bbs_wx.png");
}
.bdsharebuttonbox a.bds_tsina{
    background-image: url("../images/bbs_wb_13.png");
}
.bdsharebuttonbox a.bds_mail{
    background-image: url("../images/bbs_yx_13.png");
}
.index1 .conts{
    width: 50%;
    float: left;
    height: 434px;
    position: relative;
}
.conts1 img{
    height: 100%;
}
.index1 .conts .font26{
    color: #333333;
}
.index1 .conts .font16{
    color: #333333;
    margin: 1rem 0 3rem;
}
.index1 .conts a{
    width: 152px;
    height: 44px;
    background-color: #0e58a7;
    line-height: 44px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.index1 .conts a img{
    margin-left: 10px;
}
.index1 .conts2 .con{
    width: 50%;
    margin-left: 10%;
}
.index1 .conts3 .con{
    width: 50%;
    margin-left: 40%;
}
.index1 .conts3{
    background: #fff;
    float: right;
}
.index1 .conts4{
    float: right;
}
.index2 .font36{
    margin-bottom: 2rem;
    color: #333;
}
.index2 .swiper2 .swiper-slide{
    background: #fff;
    box-shadow: 0px 0px 18px 2px
    rgba(4, 0, 1, 0.09);
    height: 530px;
}
.index2 .swiper2 .swiper-slide a,.index2 .swiper2 .swiper-slide a .cont{
    height: 100%;
    display: block;
}
.index2 .swiper2 .imgss{
    height: 270px;
    position: relative;
}
.index2 .swiper2 .imgss:after{
    height: 5px;
    background-color: #ef8122;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom:0;
}
.index2 .swiper2 .cont_ls{
    height: 260px;
    position: absolute;
    bottom:0;
    left: 0;
    padding: 0 8%;
    width: 100%;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.index2 .swiper2 .cont_ls .font26{
    color: #333333;
}
.index2 .swiper2 .cont_ls p{
    color: #888888;
    margin: 1.8rem auto;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    height: 40px;
    line-height: 20px;
}
.index2 .swiper2 .cont_ls span{
    width: 150px;
    height: 42px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 42px;
    color: #004ea2;
    display: none;
}
.index2 .swiper2{
    padding: 1rem 0;
}
.index2 .swiper2 .swiper-pagination{
    display: none;
}
.index3 .font36{
    margin-bottom: 2rem;
    color: #fff;
}
.index3 .swiper3 .swiper-slide{
    background: #fff;
    height: 413px;
}
.index3 .swiper3 .swiper-slide a{
    height: 100%;
    display: block;
}
.index3 .swiper3 .swiper-slide .imgss{
    height: 200px;
}
.index3 .swiper3 .swiper-slide .cont{
    padding: 18px 20px;
    text-align: left;
    position: absolute;
    width: 100%;
    bottom:0;
    left: 0;
    background: #fff;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.index3 .swiper3 .swiper-slide .cont .font12{
    color: #0e58a7;
    margin-bottom: 8px;
}
.index3 .swiper3 .swiper-slide .cont .font20{
    color: #000;
    margin-bottom: 5px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    height: 56px;
}
.index3 .swiper3 .swiper-slide .cont .font14{
    color: #888888;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    height: 40px;
    line-height: 20px;
}
.index3 .swiper3 .swiper-slide .cont span{
    width: 152px;
    height: 37px;
    background-color: #0e58a7;
    line-height: 37px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-top: 1rem;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.index3 .swiper3 .swiper-slide .cont span img{
    margin-left: 10px;
}
.index3 .swiper3 .swiper-pagination{
    display: none;
}
.index3 .add a{
    color: #fff;
    font-size: 13px;
}
.index3 .add a img{
    margin-left: 15px;
}
.index3 .swiper-container{
    padding-bottom: 3rem;
}
footer .footer_top ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
footer .footer_top ul a{
    display: block;
    color: #666666;
    margin-bottom: 6px;
}
footer .footer_top ul a:first-child{
    color: #020202;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
footer .footer_bom{
    background-color: rgba(0, 0, 0, 0.84);
    padding: 30px 0;
    color: #fff;
}
footer .footer_bom a{
    color: #fff;
}
footer .footer_bom span{
    margin: 0 10px;
}
footer .footer_bom .col-md-6:last-child{
    text-align: right ;
}
.about_banner{
    background: #004ea2;
    color: #fff;
    padding: 3.3rem 0;
}
.about_banner .font40{
    color: #fff;
    margin-right: 16px;
    letter-spacing: 2px;
}
.about_banner .font12{
    display: inline-block;
}
.about_banner .font12 a{
    color: #fff;
}
.about_banner .font12 img{
    position: relative;
    top:-2px;
}
.about{
    padding: 35px 0;
    background: #fff;
}
.about .about_lt,.news_S .lt{
    width: 250px;
    float: left;
    height: 510px;
    background-color: #f4f4f4;
}
.about .about_rt,.news_S .rt{
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    float: right;
}
.about .about_rt .contactUs iframe{
    width: 100%;
    height: 920px;
}
.about .about_lt li:first-child,.news_S .lt li:first-child{
    font-size: 18px;
    color: #fff;
    background-color: #004ea2;
    padding: 18px 22px;
    letter-spacing: 1px;
}
.about .about_lt li a,.news_S .lt li a{
    padding: 18px 22px;
    color: #666666;
    display: block;
}
.about .about_lt li a i,.news_S .lt li a i{
    float: right;
    margin-top: 4px;
}
.about .about_lt li.active a,.news_S .lt li.active a{
    color: #004ea2;
}
.about .about_rt .profile p{
    color: #666666;
    margin-bottom: 5px;
    line-height: 1.5em;
}
.about .about_rt .profile p img{
    display: block;
    margin:auto;
}
.about .about_rt .profile tr th,.about .about_rt .profile tr td{
    padding: 20px;
    vertical-align: middle;
}
.about .about_rt .profile tr th{
    background-color: #f4f4f4;
    border-right: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
}
.about .about_rt .profile .table{
    border: solid 1px #c3c3c3;
}
.about_rt .contactUs .conts{
    margin-top: 2rem;
    border: solid 1px #c3c3c3;
    padding: 5% 8%;
    color: #333333;
}
.about_rt .contactUs .conts .font22{
    padding-left: 10px;
    border-left: 4px solid #004ea2;
    line-height: 1em;
}
.about_rt .contactUs .conts .font14 p{
    color: #666666;
    margin-top: 2rem;
}
.about_rt .contactUs .conts .font14 p span:first-child{
    margin-right: 1rem;
}
.about_rt .contactUs{
    margin-bottom: 5rem;
}
.about_rt .recruitment .font22{
    margin-bottom: 1.5rem;
    color: #333333;
    padding-left: 10px;
    border-left: 4px solid #004ea2;
    line-height: 1em;
}
.about_rt .recruitment ul{
    margin-bottom: 2.5rem;
}
.about_rt .recruitment li{
    margin-bottom: 16px;
}
.about_rt .recruitment li .top{
    padding: 10px 22px;
    background-color: #f0f0f0;
    color: #333;
}
.about_rt .recruitment li .top span{
    float: right;
    background: url("../images/jia_07.png") no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-top: 5px;
}
.about_rt .recruitment li .bom{
    padding: 20px 22px;
    display: none;
}
.about_rt .recruitment li .bom p{
    padding-bottom: 5px;
    color: #333333;
}
.about_rt .recruitment li .bom .lis{
    margin-bottom: 1rem;
}
.about_rt .recruitment li .bom .isd{
    color: #333;
}
.about_rt .recruitment li .bom .isd img{
    margin-right: 10px;
}
.about_rt .recruitment li.active .top{
    background-color: #004ea2;
    color: #fff;
}
.about_rt .recruitment li.active .top span{
    background: url(../images/jian_03.png) no-repeat center;
}
.about_banner_s{
    height: 430px;
}
.about_banner_s .container{
    height: 100%;
    color: #fff;
    position: relative;
}
.about_banner_s .container img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.about_banner_s .container .font40{
    position: relative;
    z-index:1;
    padding-left: 5%;
    letter-spacing: 2px;
}
.navList{
    padding:0 0 10px 0;
}
.navList img{
    margin-right: 7px;
    position: relative;
    top:-2px;
    font-size: 12px;
}
.navList a{
    color: #777;
}
.about_all li{
    width: calc(33.3333% - 20px);
    width: -webkit-calc(33.3333% - 20px);
    float: left;
    margin-left: 30px;
    border-radius: 3px;
    border: solid 1px #dddddd;
    overflow: hidden;
    background: #fff;
}
.about_all li:first-child{
    margin-left: 0;
}
.about_all li .imgss{
    height: 240px;
}
.about_all li .about_all_s{
    text-align: center;
    padding: 6% 7%;
}
.about_all li .about_all_s .font26{
    color: #333333;
}
.about_all li .about_all_s .font14{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    margin: 2rem auto;
    color: #666;
    height: 40px;
    line-height: 20px;
}
.about_all li .about_all_s a{
    background-color: #17569d;
    border: 1px solid #17569d;
    border-radius: 3px;
    color:#fff;
    padding: 8px 18px;
}
.about_all li .about_all_s a i{
    margin-left: 15px;
}
.about_all{
    margin: 2rem 0 4rem;
}
.news{
    background: #fff;
    padding-bottom: 3rem;
}
.news .navList{
    padding: 2rem 0;
}
.news .news_cont{
    margin-bottom: 4rem;
}
.news .news_cont .font22,.news_S .font22{
    color: #333333;
    padding-left: 10px;
    border-left: 4px solid #004ea2;
    line-height: 1em;
}
.news .news_cont .font22 a{
    float: right;
    color: #17569d;
    font-size: 14px;
    font-weight: bold;
}
.news .news_cont ul{
    margin-top: 2rem;
}
.news .news_cont ul li,.news_S .ul1 li{
    background: #fff;
    border: solid 1px #dddddd;
    width: calc(33.3333% - 22px);
    width: -webkit-calc(33.3333% - 22px);
    float: left;
    margin-left: 33px;
}
.news .news_cont ul li{
    margin-bottom: 20px;
}
.news .news_cont ul li:nth-child(3n + 1) {
    margin-left: 0;
}
.news_S .ul1 li{
    margin-bottom: 18px;
}
.news_S .ul1 li:nth-child(3n + 1){
    margin-left: 0;
}
.news .news_cont ul li a,.news_S .ul1 li a{
    display: block;
}
.news .news_cont ul .imgss{
    height: 245px;
}
.news_S .ul1 li .imgss{
    height: 190px;
}
.news .news_cont ul li .cont,.news_S .ul1 li .cont{
    padding: 20px;
}
.news .news_cont ul li .cont div.font14,.news_S .ul1 li .cont div.font14{
    color: #666666;
}
.news .news_cont ul li .cont .font20,.news_S .ul1 li .cont .font20{
    color: #333333;
    margin: 5px 0;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    height: 56px;
}
.news .news_cont ul li .cont p,.news_S .ul1 li .cont p{
    color: #888888;
    line-height: 24px;
    height: 48px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    margin-bottom: 1rem;
}
.news .news_cont ul li .cont span,.news_S .ul1 li .cont span{
    background-color: #17569d;
    border-radius: 3px;
    padding: 8px 14px;
    color: #fff;
    display: inline-block;
    border: 1px solid #17569d;
}
.news .news_cont ul li .cont span i,.news_S .ul1 li .cont span i{
    margin-left: 16px;
}
.news_S{
    background: #fff;
    padding: 2rem 0;
}
.news_S .navList{
    margin-bottom: 1rem;
}
.news_S .ul1{
    margin-top: 2rem;
}
.news_S .ul2{
    margin-top: 3rem;
}
.news_S .ul2 li{
    border-bottom:1px dashed #a6a6a6;
}
.news_S .ul2 li a{
    padding: 20px 80px 20px  30px;
    position: relative;
    color: #333333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_S .ul2 li a:after{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 5px;
    top:28px;
}
.news_S .ul2 li a span{
    color: #666;
    position: absolute;
    right: 5px;
}
.news_details .title{
    background-color: #f4f4f4;
    padding: 3rem 15px 2rem;
    text-align: center;
    margin: 2rem 0;
}
.news_details .xian{
    border: solid 1px rgba(170, 170, 170, 0.4);
    margin: 1rem 0;
}
.news_details .title .font20{
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.5em;
}
.news_details .title .ds{
    color: #8d8d8d;
}
.news_details .title .ds span{
    color: #004ea2;
}
.news_details .title .ds span:nth-of-type(1){
    margin-right: 15px;
}
.news_details .cont p{
    color: #666666;
    line-height: 1.5em;
    margin-bottom: 1.6rem;
}
.news_details .jump{
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d3d3d3;
    margin-bottom: 2rem;
}
.news_details .jump li a{
    color: #666666;
}
.news_details .jump li:first-child{
    margin-bottom: 10px;
}
.news_details .jump ul{
    position: relative;
}
.news_details .jump ul .back{
    background-color: #929292;
    border-radius: 3px;
    padding: 5px 20px;
    color: #fff;
    position: absolute;
    right: 0;
    top:12px;
}
.news_details .jump ul .back img{
    position: relative;
    top:-2px;
}
.case{
    background: #fff;
    padding-bottom: 3rem;
}
.case .navList{
    padding: 2rem 0;
}
.case ul li{
    width:23%;
    float: left;
    margin-left: 2.666666%;
    margin-bottom: 25px;
    border: solid 1px #b5b5b5;
    position: relative;
}
.case ul li a{
    display: block;
}
.case ul li:nth-child(4n + 1){
    margin-left: 0;
}
.case ul li .imgss{
    height: 180px;
}
.case ul li .cont{
    padding: 7% 10%;
}
.case ul li .cont p{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    word-break: break-all;
    color: #333333;
    height: 56px;
}
.case ul li .ls_se{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: #004ea2;
    color: #fff;
    padding: 5% 8%;
    opacity: 0;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.case ul li .ls_se p{
    margin-top: 1rem;
    line-height: 1.8em;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
    text-overflow:ellipsis;
    word-break: break-all;
}
.case ul li .ls_se p.font20{
    margin-top: 0;
    line-height: 1.5em;
}
.solution-ul1 li{
    display: none;
    padding: 0 20%;
}
.solution-ul1 li img{
    display: block;
}
.solution-ul2 li{
    display: inline-block;
    text-align: center;
    position: relative;
    width: 130px;
}
.solution-ul2 li span{
    width: 20px;
    height: 20px;
    background-color: #b8b8b8;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #fff;
}
.solution-ul2 li p{
    color: #333333;
    margin-top: 3px;
}
.solution-ul2 li:after{
    content: '';
    height: 1px;
    width: 80%;
    border-bottom: 1px dashed #b8cdd9;
    position: absolute;
    right: -43%;
    top:8px;
}
.solution-ul2 li:last-child:after{
    display: none;
}
.solution-ul2{
    margin: 2rem auto;
}
.solution .navList{
    padding: 1.5rem 0;
}
.solution .title{
    text-align: center;
    margin-bottom: 2rem;
}
.solution .title .font26{
    color: #333333;
    margin-bottom: 1rem;
}
.solution .title .font16{
    color: #666;
    line-height: 1.6em;
}
.solution-ul2 li.active span{
    border: 5px solid #196ada;
    background: #fff;
}
.solution-ul2 li.active p{
    color: #196ada;
}
.solution{
    background: #fff;
    padding-bottom: 5rem;
}
.solution-ul3{
    height: 202px;
    background-color: rgba(217, 217, 217, 0.55);
    border-radius: 3px;
    padding: 27px 50px;
}
.solution-ul3 li .font20{
    color: #343434;
    margin-bottom: 6px;
}
.solution-ul3 li p{
    color: #666666;
    margin-bottom: 5px;
}
.solution-ul3 li .cont{
    display: inline-block;
    margin-right: 5%;
}
.solution-ul3 li {
    display: none;
}
.solution-ul3 li .cont p{
    position: relative;
}
/*.solution-ul3 li .cont p:after{*/
    /*content: '';*/
    /*width: 4px;*/
    /*height: 4px;*/
    /*background: #666;*/
    /*border-radius: 50%;*/
    /*position: absolute;*/
    /*top:8px;*/
    /*left: 0;*/
/*}*/

.phone-MAP{
    display: none;
}
.phone_cont_list{
    display: none;
}
.phone-MAP li.active{
    color: #fff;
    background: #004ea2;
    border-color: #004ea2;
}
.phone-MAP li{margin-bottom: 5px}

.solution3{
    background: #fff;
}
.solution3 .navList,.solution4 .navList,.solution5 .navList{
    padding: 2rem 0;
}
.solution3 .title{
    text-align: center;
    margin-bottom: 2rem;
}
.solution3 .title .font26{
    color: #333333;
}
.solution3 .title .font18{
    color: #666666;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.solution3_cont1{
    background-color: #f3f3f3;
}
.solution3_cont1 .title,.solution3_cont2 .title{
    padding: 0 10%;
}
.solution3_cont3{
    background-color: #f4f4f4;
    border-bottom: 5px solid #fff;
}
.solution3_cont3 .lt{
    width: 50%;
    float: left;
}
.solution3_cont3 .rt{
    width: 50%;
    float: left;
    padding-top: 2%;
}
.solution3_cont3 table{
    background-color: #14589e;
    width: 100%;
}
.solution3_cont3 table tr{
    border: 1px solid #fff;
}
.solution3_cont3 table tr td{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-left: 1px solid #fff;
}
.solution4{
    background: #fff;
}
.solution4 .conts{
    margin-top: 3rem;
    position: relative;
}
.solution4 .conts .cenr{
    margin: auto;
    display: block;
}
.solution4 .conts .wz{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    color: #14589e;
}
.solution4 .conts .ct{
    position: absolute;
}
.solution4 .conts .ct .cont{
    display: inline-block;
}
.solution4 .conts .ct .cont .font26{
    color: #14589e;
}
.solution4 .conts .ct .cont .font14{
    color: #333333;
}
.solution4 .conts .ct img{
    animation: cir 80s linear infinite;
    -webkit-animation: cir 80s linear infinite;
}
@keyframes cir {
    from {
        transform: rotate(0);
        transform-origin: center center;
    }
    to {
        transform: rotate(360deg);
        transform-origin: center center;
    }
}
@-webkit-keyframes cir {
    from {
        transform: rotate(0);
        transform-origin: center center;
    }
    to {
        transform: rotate(360deg);
        transform-origin: center center;
    }
}
.solution4 .conts .ct1{
    top: 0;
    left: 50%;
    margin-left: -36px;
}
.solution4 .conts .ct1 img{
    float: left;
    margin-right: 20px;
}
.solution4 .conts .ct2{
    top: 140px;
    right: 50%;
    margin-right: 108px;
}
.solution4 .conts .ct2 img{
    float: right;
    margin-left: 20px;
}
.solution4 .conts .ct2 .cont{
    text-align: right;
}
.solution4 .conts .ct5{
    top: 140px;
    left: 50%;
    margin-left: 108px;
}
.solution4 .conts .ct5 img{
    float: left;
    margin-right: 20px;
}
.solution4 .conts .ct3{
    bottom: 80px;
    right: 50%;
    margin-right: 57px;
}
.solution4 .conts .ct3 img{
    float: right;
    margin-left: 20px;
}
.solution4 .conts .ct3 .cont{
    text-align: right;
}
.solution4 .conts .ct4{
    bottom: 80px;
    left: 50%;
    margin-left: 57px;
}
.solution4 .conts .ct4 img{
    float: left;
    margin-right: 20px;
}
.solution4_cont1 li{
    width: 20%;
    padding:10rem 3%;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    height: 100%;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.solution4_cont1 li.active{
    width: 40%;
}
.solution4_cont1 li .font22{
    color: #fff;
}
.solution4_cont1 li p{
    position: relative;
    padding-left: 10px;
}
.solution4_cont1 ul{
    display: flex;
    display: -webkit-flex;
    height: 450px;
}
.solution4_cont1 li p:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top:13px;
}
.solution4_cont1 li .font22 img{
    display: inline-block;
}
.solution4_cont1 li .cont{
    display: none;
}
.solution4_cont1 li.active .font22 img{
    display: none;
}
.solution4_cont1 li .font22 span{
    display: block;
}
.solution4_cont1 li.active .cont{
    display: block;
}
.solution4_cont1 li .font22{
    margin-bottom: 2rem;
}
.solution4_cont1 li .font18{
    margin-bottom: 10px;
    color: #fff;
}
.solution4_cont1 li p{
    line-height: 2em;
    color: #fff;
}
.solution4_cont1{
    padding-bottom: 7rem;
}
.solution5{
    background: #fff;
    padding-bottom: 6rem;
}
.solution5 .font26{
    color: #333333;
    margin-bottom: 2rem;
}
.solution5 .font18{
    color: #666666;
    line-height: 1.8em;
}
.solution5 .title{
    padding: 0 10%;
}
.solution5 .conts{
    padding: 250px 0;
    position: relative;
}
.solution5 .jq{
    position: absolute;
    cursor: pointer;
    z-index: 8;
}
.solution5 .jq .font30{
    position: absolute;
    color: #a6a6a6;
}
.solution5 .jq1{
    left: 50%;
    top: 53px;
    margin-left: -315px;
}
.solution5 .jq2{
    left: 50%;
    top: 288px;
    margin-left: -333px;
}
.solution5 .jq3{
    left: 50%;
    bottom: 56px;
    margin-left: -194px;
}
.solution5 .jq4{
    left: 50%;
    bottom: 121px;
    margin-left: 86px;
}
.solution5 .jq5{
    left: 50%;
    top: 54px;
    margin-left: 3px;
}
.solution5 .jq1 .font30{
    left: -180px;
    top: 40px;
}
.solution5 .jq img{
    position: relative;
    z-index:9;
    cursor: pointer;
}
.solution5 .jq:before{
    content: '';
    width: 300px;
    height: 1px;
    border-bottom: 1px dashed #a0a0a0;
    position: absolute;
    z-index:2;
}
.solution5 .jq:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #a0a0a0;
    border-radius: 50%;
    z-index: 9;
}
.solution5 .jq1:before{
    left: -205px;
    top: 100px;
}
.solution5 .jq1:after{
    left: -213px;
    top: 90px;
}
.solution5 .jq2 .font30{
    left: -180px;
    top: 160px;
}
.solution5 .jq2:before{
    width: 200px;
    left: -205px;
    top: 220px;
}
.solution5 .jq2:after{
    left: -213px;
    top: 210px;
}
.solution5 .jq3 .font30{
    left: 50%;
    bottom: 10px;
    margin-left: 266px;
    width: 120px;
}
.solution5 .jq3:before{
    left: 50%;
    bottom: 0px;
    width: 400px;
}
.solution5 .jq3:after{
    left: 50%;
    bottom: -9px;
    margin-left: 400px;
}
.solution5 .jq4:before{
    top: 120px;
    left: 50%;
    width: 150px;
    margin-left: 136px;
}
.solution5 .jq4:after{
    top: 110px;
    left: 50%;
    margin-left: 279px;
}
.solution5 .jq4 .font30{
    top: 70px;
    left: 50%;
    margin-left: 167px;
    width: 120px;
}
.solution5 .jq5:before{
    top: 37px;
    left: 50%;
    margin-left: 44px;
}
.solution5 .jq5:after{
    top: 27px;
    left: 50%;
    margin-left: 330px;
}
.solution5 .jq5 .font30{
    top: -18px;
    left: 50%;
    margin-left: 200px;
    width: 120px;
}
.solution5 .jq.active{
    z-index: 22;
}
.solution5 .jq.active .font30{
    color: #009fe9;
}
.solution5 .jq.active::before{
    border-color: #009fe9;
}
.solution5 .jq.active::after{
    border-color: #009fe9;
}
.solution5 .jq.active ul li{
    color: #009fe9;
}
.solution5 .jq img{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.solution5 .jq.active img{
    transform:scale(1.04);
    -webkit-transform:scale(1.04);
}
.solution5 .jq ul{
    position: absolute;
}
.solution5 .jq ul li{
    position: relative;
    color: #a6a6a6;
    padding-left: 10px;
    margin-bottom: 6px;
}
.solution5 .jq ul li:last-child{
    margin-bottom: 0;
}
.solution5 .jq ul li:after{
    content: '';
    width: 4px;
    height: 4px;
    background: #a6a6a6;
    border-radius: 50%;
    position: absolute;
    top:5px;
    left: 0;
}
.solution5 .jq1 ul{
    left: -180px;
    top: 118px;
}
.solution5 .jq2 ul{
    left: -220px;
    top: 240px;
    width: 250px;
}
.solution5 .jq3 ul{
    left: 50%;
    bottom: -93px;
    margin-left: 260px;
    width: 220px;
}
.solution5 .jq4 ul li{
    width: 110px;
    float: left;
}
.solution5 .jq4 ul{
    top: 140px;
    left: 50%;
    margin-left: 120px;
    width: 220px;
    overflow: hidden;
}
.solution5 .jq3 ul li{
    width: 110px;
    float: left;
}
.solution5 .jq5 ul{
    top: 60px;
    left: 50%;
    margin-left: 200px;
    width: 200px
}
.solution5 .jq5 ul li{
    width: 100px;
    float: left;
}
.solution5 .jq2 ul li{
    width: 125px;
    float: left;
}
.solution5 .conts2{
    display: none;
}
.neswDetails p{
    margin-bottom: 15px;
    line-height: 1.8em;
}
.neswDetails .font26{
    margin-bottom: 22px;
    font-weight: bold;
}
.neswDetails p img{
    margin: auto;
    display: block;
}
.neswDetails{
    background: #fff;
}
.news_details .cont p.p1{
    font-weight: bold;
}
.xinxifalv{
    background: #fff;
}
.xinxifalv p{
    margin-bottom: 2rem;
    line-height: 2em;
}
.xinxifalv h2{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.xinxifalv p span{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    margin-right: 10px;
    position: relative;
    top:-2px;
}