ul * {
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

/*-------分页样式-------*/
.art_body p {
    text-indent: 2em;
}

.quotes {
    clear: both;
    margin: 0px 20px;
    text-align: center;
    padding: 25px 0 0;
}

.quotes ul {
    width: 100%;
    height: auto;
    padding-top: 2px;
    text-align: center;
}

.quotes ul li {
    display: inline-block;
    margin-right: 4px;
}

.quotes ul li a {
    border: 1px solid #CCCCCC;
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    line-height: 26px;
    display: block;
    padding: 3px 12px;
}

.quotes ul li:hover a, .quotes .thisclass a {
    background: #005ca9;
    color: #fff;
    border-color: #005ca9;
}

.quotes .thisclass a {
    color: #fff;
}

.img-max100 {
    max-width: 100%;
    display: inline-block;
    height: auto;
}

.sub_com {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0 40px;
}

.min-left, .min-right, .min-right {
    display: inline-block;
}

.min-left {
    width: 300px;
}

.min-left .top_tname {
    display: block;
    width: 100%;
    background: #005ca9;
    color: #fff;
    font-size: 28px;
    text-align: left;
    padding: 20px 30px;
}

.min-left .top_tname .en {
    text-transform: uppercase;
    font-size: 28px;
}

.min-left ul {
    width: 100%;
}

.min-left ul li {
    width: 100%;
}

.min-left ul li a.a1 {
    width: 100%;
    display: block;
    background: url(../img/sub-nav-ico.png) no-repeat center;
    background-position-x: 28px;
    background-color: #f3f3f3;
    position: relative;
    font-size: 18px;
    color: #444444;
    padding: 20px 0;
    padding-left: 50px;
    line-height: 1;
    border-bottom: 1px solid #e3e2e2;
}

.min-left ul li a.a1:after, .min-left ul li a.a1:before {
    content: "";
    position: absolute;
    right: 35px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(../img/sub-nav-jt-ico.png) no-repeat center;
}

.min-left ul li a.a1:before {
    background-image: url(../img/sub-nav-jt-icos.png);
    right: 55px;
    opacity: 0;
}

.min-left ul li:hover a.a1, .min-left ul li.li_hv a.a1 {
    background-image: url(../img/sub-nav-icos.png);
    background-color: #005ca9;
    color: #fff;
    border-color: #005ca9;
}

.min-left ul li:hover a.a1:after, .min-left ul li.li_hv a.a1:after {
    right: 15px;
    opacity: 0;
    transform: rotate(90deg);
}

.min-left ul li:hover a.a1:before, .min-left ul li.li_hv a.a1:before {
    opacity: 1;
    right: 35px;
    transform: rotate(90deg);
}

/*二级导航*/

.min-left ul li .subnav {
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    background-color: #fff;
    opacity: 0;
    transition: all .36s ease;
    border-left: 1px solid #e3e2e2;
    border-right: 1px solid #e3e2e2;
}

.min-left ul li .subnav dl {
    width: 100%;
}

.min-left ul li .subnav dl dd {
}

.min-left ul li .subnav dl dd a {
    border-bottom: 1px solid #E6E6E6;
    padding: 14px 20px;
    width: 100%;
    line-height: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-size: 16px;
    padding-left: 60px;
}

.min-left ul li .subnav dl dd a i {
    display: inline-block;
    transition: all ease-out .2s;
    opacity: 0;
    margin-right: 10px;
}

.min-left ul li .subnav dl dd a:hover i {
    opacity: 1;
    margin-right: 0;
}

.min-left ul li .subnav dl dd a:hover {
    background: #005ca9 none repeat scroll 0% 0%;
    color: #fff;
}

.min-left ul li .subnav dl dd:last-child {
    border-bottom: none;
}

.min-left ul li .subnav dl dd a:after {
    content: "";
    background: #005ca9;
    height: 1px;
    width: 0;
    left: 50%;
    bottom: -1px;
    position: absolute;
    z-index: 2;
}

.min-left ul li.li_hv .subnav {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.min-left ul li .subnav dd a.active, .head_pc .nav_pc .pc_ul .subnav dd a:hover {
}

.min-left ul li .subnav dd a.active:after, .head_pc .nav_pc .pc_ul .subnav dd a:hover:after {
    width: 100%;
    left: 0;
}



.left-lx {
    border: 1px solid #ddd;
    border-top: 3px solid #005ca9;
    margin-top: 30px;
    width: 100%;
    padding: 22px;
}

.left-lx .title {
    padding-bottom: 20px;
}

.left-lx .title h3 {
    font-size: 20px;
    color: #005ca9;
    font-weight: bold;
}

.left-lx .title p {
    padding-top: 3px;
    text-transform: uppercase;
    font-size: 16px;
    color: #6d6d6d;
}

.left-lx .ms {
    font-size: 15px;
    color: #333333;
    line-height: 26px;
    padding: 20px 0 15px;
}

.min-right {
    width: 850px;
}

.min-right .rit_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
}

.min-right .rit_top .tname {
    font-size: 32px;
    color: #005ca9;
    display: inline-block;
}

.min-right .rit_top .position, .min-right .rit_top .position a {
    font-size: 14px;
    color: #666;
}

.min-right .rit_top .position {
    background: url(../img/rit_top_wz-ico.png) no-repeat left center;
    padding-left: 20px;
}

.min-right .rit_top .position a:hover {
    color: #020000;
}


.about-manage {
    display: flex;
    justify-content: space-between;
}


/*关于*/

.sub_gy {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    padding-top: 35px;
}

.sub_gy img {
    display: inline-block;
    max-width: 100% !important;
    height: auto !important;
}

.sub_video {
    margin-top: 30px;
}

.sub_video .list {
    font-size: 0;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.sub_video .list li {
    display: inline-block;
    width: 50%;
    position: relative;
    padding-top: 30px;
}

.sub_video .list li:first-child {
    padding-top: 0;
}

.sub_video .list li .padd {
    padding: 10px;
    background: #fff;
    /* border: 1px solid #ddd; */
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

.sub_video .list li .padd:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sub_video .list li .h3 {
    text-align: center;
    color: #333;
    font-size: 16px;
    padding-top: 10px;
}

.sub_video .list li .pic {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
    width: 100%;
}

.sub_video .list li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
    cursor: pointer;
}

.sub_video .list li .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 75px;
    background: url(../img/ico_play.png);
    z-index: 6;
    background-size: 75px;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub_video .list li iframe, .sub_video .list li video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    height: 100%;
}

.videobox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.videobox .close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.videobox iframe, .videobox .video_c {
    width: 960px;
    height: 640px;
    position: relative;
    z-index: 5;
}

/*产品*/

.cp_list {
    width: 110%;
    padding-top: 50px;
}

.cp_list li {
    width: 262px;
    float: left;
    margin-right: 32px;
}

.cp_list li a {
    display: block;
    font-size: 0;
}

.cp_list li a .img {
    width: 262px;
    height: 194px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dddddd;
}

.cp_list li a .img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/sub_cp-aft-ico.png) no-repeat center;
    background-color: #005ca9;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    opacity: 0;
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
}

.cp_list li a:hover .img:after {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    opacity: 0.9;
}

.cp_list li a .bt {
    padding: 18px 10px 25px;
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
}

/*产品详情*/

.cp_art {
    padding-top: 50px;
}

.cp_art .art_cpaimg {
    float: left;
    width: 400px;
    position: relative;
}

.cp_art .art_cpaimg .bd {
    width: 400px;
    height: 320px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.cp_art .art_cpaimg .bd li {
    width: 400px;
}

.cp_art .art_cpaimg .bd li .img {
    width: 400px;
    height: 320px;
    overflow: hidden;
}

.cp_art .art_cpaimg .prev, .cp_art .art_cpaimg .next {
    width: 20px;
    height: 30px;
    position: absolute;
    display: block;
    background: url(../img/cpar-type1-_cplr.png) no-repeat;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 2;
}

.cp_art .art_cpaimg .prev {
    left: 20px;
    background-position: 0 center;
}

.cp_art .art_cpaimg .next {
    right: 20px;
    background-position: -100px center;
}

.cp_art .art_cpr {
    float: right;
    width: 400px;
}

.cp_art .art_cpr .art_body {
    line-height: 28px;
    padding: 30px 0 70px;
    font-size: 14px;
    color: #333;
}

.cp_art .art_cpr .art_lx {
    text-align: left;
    font-size: 0;
}

.cp_art .art_cpr .art_lx .lx_phone {
    background: url(../img/art_lx-ico1.png) no-repeat 18px center;
    background-color: #005ca9;
    border-radius: 5px;
    width: 200px;
    height: 52px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 20px;
    line-height: 52px;
    padding-left: 45px;
    display: inline-block;
}

.cp_art .art_cpr .art_lx .lx_qq {
    background: url(../img/art_lx-ico2.png) no-repeat 25px center;
    background-color: #666;
    border-radius: 5px;
    width: 150px;
    height: 52px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 52px;
    padding-left: 55px;
    display: inline-block;
}

.cp_art .art_cptt {
    font-size: 26px;
    color: #000;
    position: relative;
    padding-bottom: 25px;
    padding-top: 15px;
}

.cp_art .art_cptt:after, .cp_art .art_cptt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #005ca9;
    height: 1px;
    width: 120px;
}

.cp_art .art_cptt:before {
    background: #e1e1e1;
    width: 100%;
}

.cp_art .ar_tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    width: 100%;
}

.cp_art .ar_tt:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 105px;
    height: 2px;
    background: #005ca9;
    left: 0;
}

.cp_art .ar_tt h3 {
    font-size: 16px;
    font-weight: bold;
    color: #005ca9;
    display: inline-block;
    padding: 5px 18px;
}

.cp_art .cp_td .art_body {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    padding: 35px 0 0px;
}

.cp_art .cp_td .art_body img {
    display: inline-block;
    max-width: 100% !important;
    height: auto !important;
}

.cp_art .cp_qh {
    position: relative;
}

.cp_art .cp_qh .hd .prel {
    display: flex;
    align-items: center;
    font-size: 0;
}

.cp_art .cp_qh .hd .prel a {
    display: inline-block;
    background: url(../img/cpar_prl-ico.png) no-repeat center;
    width: 34px;
    height: 34px;
    margin-left: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
}

.cp_art .cp_qh .hd .prel a.prev {
    transform: rotate(180deg);
}

.cp_art .cp_qh .bd ul li {
}

.cp_art .cp_qh .bd ul li {
    width: 248px;
    float: left;
    margin-right: 30px;
}

.cp_art .cp_qh .bd ul li a {
    display: block;
    font-size: 0;
}

.cp_art .cp_qh .bd ul li a .img {
    width: 100%;
    height: 194px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dddddd;
}

.cp_art .cp_qh .bd ul li a .img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/sub_cp-aft-ico.png) no-repeat center;
    background-color: #005ca9;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    opacity: 0;
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
}

.cp_art .cp_qh .bd ul li a:hover .img:after {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    opacity: 0.9;
}

.cp_art .cp_qh .bd ul li a .bt {
    padding: 18px 10px 25px;
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
}

/*案例*/

.al_list {
    width: 110%;
    padding-top: 50px;
}

.al_list li {
    margin-right: 22px;
    margin-bottom: 22px;
    float: left;
    width: 196px;
    height: 81px;
    overflow: hidden;
    border: 1px solid #ddd;
}

/*新闻*/

.news_list {
}

.news_list li {
    padding: 40px 0 25px;
    border-bottom: 1px dashed #ddd;
}

.news_list li .bt {
    display: block;
    font-size: 18px;
    color: #030101;
    padding-bottom: 5px;
}

.news_list li .tims {
    font-size: 14px;
    color: #6d6d6d;
}

.news_list li .ms {
    display: block;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 30px;
    padding: 15px 0 5px;
}

.news_list li .more {
    text-align: right;
}

.news_list li .more a {
    display: inline-block;
    color: #005ca9;
    font-size: 14px;
}

/*新闻详情*/

/*新闻详情TYPE-3*/

.art_mm {
    padding-top: 50px;
}

.art_mm .left_armm {
    width: 100%;
}

.art_mm .left_armm .art_top {
    text-align: center;
}

.art_mm .left_armm .art_top .art_tt {
    font-size: 26px;
    color: #333;
    padding-bottom: 15px;
}

.art_mm .left_armm .art_top .art_tm {
    font-size: 14px;
    color: #666;
}

.art_mm .left_armm .art_body {
    line-height: 1.6;
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 0;
    font-size: 16px;
    color: #333;
}

.art_mm .left_armm .art_body br {
    font-size: initial;
}

.art_mm .left_armm .art_body img {
    margin: auto;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.art_mm .left_armm .art_link .art_pn {
    padding: 20px 0;
}

.art_mm .left_armm .art_link p {
    font-size: 15px;
    font-weight: bold;
    color: #005ca9;
    margin: 7px 0;
}

.art_mm .left_armm .art_link p a {
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

.art_mm .left_armm .art_link .backup a {
    width: 100%;
    display: flex;
    align-items: center;
    background: #005ca9;
    justify-content: center;
    border: 1px solid #005ca9;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.art_mm .left_armm .art_link .backup a:hover {
    color: #005ca9;
    background: #fff;
}

.no_line {
    white-space: nowrap;
}

.left-news-tj {
    width: 100%;
    border: 1px solid #DDDDDD;
    border-top: 3px solid #005ca9;
    padding: 22px;
    margin-top: 30px;
}

.left-news-tj .titlen {
}

.left-news-tj .titlen h3 {
    font-size: 20px;
    font-weight: bold;
    color: #005ca9;
}

.left-news-tj .titlen p {
    font-size: 16px;
    color: #6D6D6D;
    padding: 5px 0 25px;
}

.left-news-tj .tuijian_lb .bx-wrapper .bx-pager.bx-default-pager a {
    background: #999;
}

.left-news-tj .tuijian_lb .bx-wrapper .bx-pager.bx-default-pager a:hover, .left-news-tj .tuijian_lb .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #005ca9;
}

.left-news-tj .tuijian_lb .bx-wrapper .bx-pager, .left-news-tj .tuijian_lb .bx-wrapper .bx-controls-auto {
    position: initial;
    padding: 0;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide a {
    display: block;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide .img {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide .img img {
    position: absolute;
    left: 0;
    top: 0;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide .text {
    padding: 15px 0;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide .text .bt {
    line-height: 26px;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    text-align: center;
}

.left-news-tj .tuijian_lb .newsTjSlider .slide .text .ms {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.left-news-tj .tuijian_nav {
}

.left-news-tj .tuijian_nav li {
    border-bottom: 1px dashed #E5E5E5;
    padding: 15px 0;
}

.left-news-tj .tuijian_nav li:last-child {
    border-bottom: none;
}

.left-news-tj .tuijian_nav li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
}

.left-news-tj .tuijian_nav li a .ico {
    color: #666;
    font-size: 16px;
    display: inline-block;
}

.left-news-tj .tuijian_nav li a .bt {
    display: inline-block;
    width: 240px;
    font-size: 16px;
    color: #666;
}

.left-news-tj .tuijian_nav li a:hover .ico, .left-news-tj .tuijian_nav li a:hover .bt {
    color: #005ca9;
}

/*招聘*/

.zp_list {
    padding-top: 30px;
}

.zp_list li {
    margin-bottom: 20px;
}

.zp_list li .shows {
    background: #f3f3f3;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zp_list li .shows .bt {
    font-size: 18px;
    color: #333333;
}

.zp_list li .shows i {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.zp_list li .sub {
    line-height: 30px;
    font-size: 14px;
    color: #333;
    height: 0;
    overflow: hidden;
}

.zp_list li.open .sub {
    padding: 20px 0;
    height: auto;
}

.zp_list li.open .shows {
    background: #005ca9;
}

.zp_list li.open .shows .bt {
    color: #fff;
}

.zp_list li.open .shows i {
    color: #fff;
    transform: rotate(90deg);
}

.sub_lx {
    padding-top: 40px;
}

.sub_lx .lx_content {
    line-height: 1.8;
    font-size: 15px;
    color: #333333;
}

.sub_lx .lx_content img {
    display: inline-block;
    max-width: 100% !important;
    height: auto !important;
}

.sub_lx .lx_map {
    height: 500px;
    margin-top: 40px;
    width: 100%;
}

.job_com {
    padding: 20px 0 30px;
}

.job_com td {
    line-height: 24px;
    padding: 10px 5px;
    font-size: 14px;
}

.job_com td.job_l {
    text-align: right;
    width: 120px;
    padding-right: 16px;
}

.job_com td input {
    padding: 0px 8px;
    line-height: 24px;
}

.job_com select, .job_com td .job_txt {
    width: 250px;
    font-size: 14px;
    border: 1px solid #999;
}

.job_com td .job_nr {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 6px 10px;
    line-height: 22px;
    height: 100px;
    width: 400px;
    border: 1px solid #999;
}

.job_com td .job_sub {
    background: #34ba88;
    color: #fff;
    height: 36px;
    width: 110px;
    text-align: center;
    border: none;
    font-size: 14px;
    cursor: pointer;
}


.ts_tit .p {
    font-size: 15px;
    color: #666666;
    padding-top: 15px;
    line-height: 1.7;
}

.ts_ewm ul {
    padding: 10px 0
}

.ts_ewm li {
    padding: 5px;
    font-size: 14px;
    vertical-align: middle;
}

.ts_ewm li img {
    width: 100%;
    max-width: 110px;
    display: inline-block;
    vertical-align: top;
}

.ts_ewm li p {
    font-size: 14px;
}

.tousu {
    max-width: 540px;
    margin: 0 auto;
}

.tousu td.job_l {
    padding-right: 10px;
    color: #333333;
}

.tousu td.job_l span {
    color: #cc0000;
}

.tousu td .job_txt {
    padding: 3px 8px;
}

.tousu td .job_txt, .tousu td .job_nr {
    border-color: #dedede;
    width: 100%;
}

.tousu td .job_sub {
    border-radius: 50px;
    background: #005ca9;
}

.tousu td .job_reset {
    background: #999;
}

/* 客户端 */

.khd_com {
    padding: 40px 0;
    font-size: 15px;
    color: #333;
    line-height: 2;
}

.khd_com .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.khd_com .flex.flexr {
    flex-direction: row-reverse;
}

.khd_com img {
    max-width: 100%;
}

.khd_com strong.c {
    color: #005ca9;
}

.khd_com .khd_tt {
    padding-bottom: 22px;
}

.khd_com .khd_tt.t2 {
    text-align: center;
}

.khd_com .khd_tt p {
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    color: #005ca9;
    font-size: 20px;
    font-weight: bold;
    padding-left: 14px;
}

/* .khd_com .khd_tt p:after{position: absolute;left: 0;bottom: 0;width: 42px;height: 1px;background: #306598;content: '';} */

.khd_com .khd_tt.t2 p:after {
    left: 50%;
    margin-left: -21px;
}

.khd_com .khd_a {
    padding-bottom: 35px;
    align-items: flex-start;
}

.khd_com .khd_a .khd_al {
    width: 556px;
}

.khd_com .khd_a .khd_ar {
    width: 290px;
}

.khd_com .khd_a .h3 {
    font-size: 16px;
    color: #666666;
}

.khd_com .khd_a .h3 strong {
    color: #005ca9;
    font-size: 24px;
}

.khd_com .khd_a .khd_al p {
    padding-top: 22px;
}

.khd_com .khd_b {
    padding: 5px 0 42px;
}

.khd_com .khd_b .khd_bl {
    width: 248px;
}

.khd_com .khd_b .khd_br {
    width: 560px;
}

.khd_com .khd_c {
    padding: 25px;
    background: #f8f8f8;
}

.khd_com .khd_c .khd_ccm {
    padding: 20px 0;
}

.khd_com .khd_c .khd_ccm .l {
    width: 280px;
}

.khd_com .khd_c .khd_ccm .r {
    width: 456px;
}

.khd_com .khd_c .khd_ccm .t {
    padding-bottom: 10px;
}

.khd_com .khd_c .khd_ccm .t span {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    color: #fff;
}

.khd_com .khd_c .khd_ccm .t span::after {
    width: 40px;
    height: 40px;
    left: -3px;
    bottom: -3px;
    background: rgba(0, 92, 169, 0.13);
    content: '';
    position: absolute;
    border-radius: 50%;
}

.khd_com .khd_c .khd_ccm .t span font {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #06cfba;
    border-radius: 50%;
    position: relative;
    display: block;
    z-index: 6;
}

.khd_com .khd_d .khd_da .khd_dar .khd_tt span {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    color: #fff;
}

.khd_com .khd_d .khd_da .khd_dar .khd_tt span::after {
    width: 40px;
    height: 40px;
    left: -3px;
    bottom: -3px;
    background: rgba(0, 92, 169, 0.13);
    content: '';
    position: absolute;
    border-radius: 50%;
}

.khd_com .khd_d .khd_da .khd_dar .khd_tt span font {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #06cfba;
    border-radius: 50%;
    position: relative;
    display: block;
    z-index: 6;
}

.khd_com .khd_d .khd_da .khd_dar .khd_tt span.s6 font {
    background: #650452;
}

.khd_com .khd_c .khd_ccm .t span.s2 font {
    background: #67a900;
}

.khd_com .khd_c .khd_ccm .t span.s3 font {
    background: #1998e9;
}

.khd_com .khd_c .khd_ccm .t span.s4 font {
    background: #d69710;
}

.khd_com .khd_c .khd_ccm .t span.s5 font {
    background: #ce13c7;
}

.khd_com .khd_c .khd_ccm .r p {
    font-size: 14px;
}

.khd_com .khd_c .khd_ccm .r .t p {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #005ca9;
    padding-left: 14px;
}

.khd_com .khd_d {
    padding: 35px 0;
}

.khd_com .khd_d .khd_da {
    padding-bottom: 25px;
}

.khd_com .khd_d .khd_da .khd_dal {
    width: 388px;
}

.khd_com .khd_d .khd_da .khd_dar {
    width: 446px;
}

.khd_com .khd_d .khd_dlist li {
    padding: 15px 0;
    align-items: flex-start;
}

.khd_com .khd_d .khd_dlist li .l {
    width: 66px;
}

.khd_com .khd_d .khd_dlist li .r {
    flex: 1;
}

.khd_com .khd_d .khd_dlist li .r .t {
    font-size: 18px;
}

.khd_com .khd_e {
    padding: 35px 20px 400px;
    background: url(../img/khd_img9.jpg) no-repeat center bottom #fafafa;
    background-size: cover;
}

.khd_com .khd_f {
    padding: 40px 0 20px;
}

.khd_com .khd_f .khd_flist {
    padding-top: 5px;
}

.khd_com .khd_f .khd_flist li {
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}

.khd_com .khd_f .khd_flist li .l {
    width: 340px;
}

.khd_com .khd_f .khd_flist li .l img {
    display: inline-block;
    vertical-align: top;
}

.khd_com .khd_f .khd_flist li .r {
    flex: 1;
    padding: 10px 40px;
}

.khd_com .khd_f .khd_flist li .r .h3 {
    font-size: 18px;
    font-weight: bold;
    color: #005ca9;
    padding-bottom: 10px;
}

.khd_com .khd_g {
    background: #fafafa;
    padding: 30px;
}

.khd_com .khd_g .l {
    width: 300px;
}

.khd_com .khd_g .r {
    width: 440px;
}

/* 加盟 */

.jiameng_com {
    padding: 40px 0;
    font-size: 15px;
    color: #333;
    line-height: 2;
}

.jiameng_com strong.c {
    color: #005ca9;
}

.jiameng_com .jm_f .h3 strong.c {
    color: #005ca9;
    font-weight: 600;
}

.jiameng_com .jm_f strong.c {
    color: #333;
    font-weight: 400;
}

.jiameng_com .jm_g strong.c {
    color: #333;
    font-weight: 400;
}

.jiameng_com .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.jiameng_com .flex.flexr {
    flex-direction: row-reverse;
}

.jiameng_com img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.jiameng_com .h3 {
    font-size: 16px;
    color: #666666;
    padding-bottom: 25px;
}

.jiameng_com .h3 strong {
    font-size: 24px;
    color: #005ca9;
}

.jiameng_com .span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #0759bf;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
}

.jiameng_com .jm_a {
    padding-bottom: 45px;
    line-height: 2.2;
}

.jiameng_com .jm_a .jm_a1 {
    padding-bottom: 40px;
    align-items: flex-start;
}

.jiameng_com .jm_a .jm_a1l {
    width: 510px;
}

.jiameng_com .jm_a .jm_a1r {
    width: 308px;
}

.jiameng_com .jm_a .jm_a2l {
    width: 273px;
}

.jiameng_com .jm_a .jm_a2r {
    width: 548px;
}

.jiameng_com .jm_a .jm_a2r .p2 {
    padding-top: 22px;
}

.jiameng_com .jm_a p strong {
    font-size: 18px;
    font-weight: bold;
    color: #005ca9;
}

.jiameng_com .jm_b {
    background: #f8f8f8;
    padding: 30px;
}

.jiameng_com .jm_b .p2 {
    padding-top: 20px;
    align-items: flex-start;
}

.jiameng_com .jm_b .p2 p {
    width: 470px;
}

.jiameng_com .jm_b .p2 img {
    width: 280px;
}

.jiameng_com .jm_c {
    padding-top: 32px;
}

.jiameng_com .jm_c ul li {
    width: 272px;
    background: #f9f9f9;
    padding: 30px;
    text-align: center;
}

.jiameng_com .jm_c ul li p {
    padding-top: 12px;
    line-height: 1.6;
}

.jiameng_com .jm_c .flex {
    align-items: initial;
}

.jiameng_com .jm_d {
    padding-top: 30px;
    padding-bottom: 30px;
}

.jiameng_com .jm_d ul {
    align-items: initial;
}

.jiameng_com .jm_d li {
    width: 25%;
    padding: 15px 12px;
    text-align: center;
    line-height: 1.5;
}

.jiameng_com .jm_d li .img {
    text-align: center;
}

.jiameng_com .jm_d li .img img {
    display: inline-block;
    width: 72px;
    border: 1px solid #006ac3;
    border-radius: 50%;
    vertical-align: top;
}

.jiameng_com .jm_d li p {
    padding-top: 8px;
}

.jiameng_com .jm_e {
    padding-bottom: 10px;
}

.jiameng_com .jm_e li {
    padding-bottom: 28px;
}

.jiameng_com .jm_e li .l {
    width: 268px;
}

.jiameng_com .jm_e li .r {
    width: 544px;
}

.jiameng_com .jm_e li .r .h4 {
    font-size: 18px;
    font-weight: bold;
    color: #005ca9;
    padding-bottom: 15px;
}

.jiameng_com .jm_f {
    padding: 30px;
    background: #fafafa;
}

.jiameng_com .jm_f .p {
    color: #005ca9;
    font-weight: bold;
}

.jiameng_com .jm_f .p2 {
    padding-top: 15px;
}

.jiameng_com .jm_f ul {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.jiameng_com .jm_f ul li {
    width: 33.33%;
    padding: 12px;
}

.jiameng_com .jm_f ul li .padd {
    background: #fff;
    padding: 30px 16px;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    line-height: 1.6;
}

.jiameng_com .jm_f ul li .span {
    width: 55px;
    height: 55px;
    line-height: 55px;
}

.jiameng_com .jm_f ul li p {
    padding-top: 22px;
}

.jiameng_com .jm_g {
    padding-top: 32px;
    overflow: hidden;
}

.jiameng_com .jm_g ul {
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    align-items: initial;
}

.jiameng_com .jm_g ul li {
    width: 33.33%;
    padding: 15px;
}

.jiameng_com .jm_g ul li .padd {
    padding: 30px;
    background: #f9f9f9;
    height: 100%;
    min-height: 270px;
}

.jiameng_com .jm_g ul li .padd .h4 {
    padding-bottom: 12px;
}

.jiameng_com .jm_g ul li .padd .h4 span {
    vertical-align: middle;
}

.jiameng_com .jm_g ul li .padd .h4 p {
    vertical-align: middle;
    display: inline-block;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #005ca9;
}

.jiameng_com .jm_h {
    padding-top: 15px;
}

.jiameng_com .jm_h .h_img {
    display: flex;
    align-items: flex-end;
}

.jiameng_com .jm_h .h_img img {
    width: 120px;
}

.jiameng_com .jm_h .h_img p {
    padding-left: 12px;
}

.jiameng_com .jm_h .h_img p strong {
    font-weight: bold;
    font-size: 20px;
    color: #005ca9;
}

.baoanfw {
    margin-top: 20px;
}

.baoanfw h3 {
    font-size: 30px;
    margin-bottom: 10px;
    border-left: 5px solid #005ca9;
    padding-left: 8px;
}

.baoanfw ul li {
    float: left;
    width: 23%;
    margin-right: 20px;
}

.baoanfw ul li:nth-child(4n) {
    margin-right: 0px;
}

.baoanfw ul li img {
    width: 100%;
    height: 160px;
}

.baoanfw ul li p {
    text-align: center;
    background: #ddd;
    padding: 5px 0;
    font-size: 16px;
}

.baoanfw ul li p:hover {
    background: #005ca9;
    color: #fff;
}

/* 品牌释义 */

.ppsy .ppsy-item {
    margin-bottom: 40px;
}

.ppsy .ppsy-item img {
    max-width: 100%;
}

.ppsy .ppsy-item .zdwz {
    color: #008ed6;
}

.ppsy .ppsy-item .ppsy-title {
    font-size: 28px;
    text-align: center;
    color: #008ed6;
    margin-bottom: 20px;
}

.ppsy .ppsy-item .ppsy-pmsy {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-logo {
    width: 20%;
}

.ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-right {
    width: 70%;
}

.ppsy .ppsy-item .ppsy-pmsy .ppsy-pmsy-right .ppsy-pmsy-text {
    text-indent: 2em;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1em;
    letter-spacing: 2px;
}

.ppsy .ppsy-item .ppsy-ppbs {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-left {
    width: 20%;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center {
    width: 40%;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center .ppsy-ppbs-text {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1em;
    letter-spacing: 2px;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-center .zdtb {
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #008ed6;
}

.ppsy .ppsy-item .ppsy-ppbs .ppsy-ppbs-right {
    width: 20%;
}

.ppsy .ppsy-item .ppsy-bssy {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.ppsy .ppsy-item .ppsy-bssy .ppsy-bssy-left {
    width: 50%;
}

.ppsy .ppsy-item .ppsy-bssy .ppsy-bssy-right {
    width: 40%;
}

.ppsy .ppsy-item .ppsy-bssy .ppsy-bssy-right .ppsy-bssy-text {
    text-indent: 2em;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1em;
    letter-spacing: 2px;
}

/* 企业文化 */

.qywh .qywh-img {
    margin-bottom: 10px;
}

.qywh .qywh-img img {
    width: 100%;
}

.qywh .qywh-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.qywh .qywh-list .qywh-item {
    width: calc(50% - 20px);
    margin-bottom: 30px;
    background: url('../img/qywh-bg.png') repeat;
    padding: 80px 20px 80px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qywh .qywh-list .qywh-item .qywh-item-img {
}

.qywh .qywh-list .qywh-item .qywh-item-img img {
    max-width: 100%;
}

.qywh .qywh-list .qywh-item .qywh-item-text {
    margin-left: 30px;
}

.qywh .qywh-list .qywh-item .qywh-item-text .qywh-item-text-title {
    color: #000;
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 8px;
}

.qywh .qywh-list .qywh-item .qywh-item-text .qywh-item-text-intro {
    font-size: 16px;
    line-height: 150%;
    color: #737373;
}

/* 装备展示 */
.zbzs img {
    max-width: 100%;
}

.zbzs .zbzs-top {
    text-align: center;
    margin-bottom: 40px;
}

.zbzs .zbzs-top .zbzx-top-intro {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.zbzs .zbzs-list {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.zbzs .zbzs-list .zbzs-list-title {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    color: #005ca9;
}

.zbzs .zbzs-list .zbzs-list-left {
    width: 60%;
    padding-right: 20px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-line .zbzs-list-left-line-left {
    display: block;
    background-color: #005ca9;
    width: 20%;
    height: 4px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-line .zbzs-list-left-line-right {
    display: block;
    background-color: #ccc;
    width: 78%;
    height: 4px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-intro {
    margin-bottom: 40px;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-intro p {
    text-indent: 2em;
    color: #000;
    font-size: 14px;
    line-height: 2;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-imglist {
    display: flex;
    align-items: center;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-imglist-img01 {
    width: 60%;
    margin-right: 10%;
}

.zbzs .zbzs-list .zbzs-list-left .zbzs-list-left-imglist-img02 {
    width: 30%;
}

.zbzs .zbzs-list .zbzs-list-right {
    padding-left: 20px;
    width: 40%;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-top {
    margin-bottom: 50px;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-top img {
    width: 100%;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-title {
    color: #005ca9;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-bottom-intro {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-img {
    width: 60%;
    height: 100%;
}


.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-img img {
    height: 100% !important;
    width: 100%;
    object-fit: fill;
}

.zbzs .zbzs-list .zbzs-list-right .zbzs-list-right-text {
    padding: 0 10px;
    width: 40%;
    height: 100%;
    background-color: #005ca9;
    color: #fff;
    text-align: center;
    display: inline-flex;
    align-items: center;
    line-height: 2;
    font-size: 16px;
    font-weight: 600;
}

/*星级员工*/
.xjyg {
    padding-top: 40px;
    padding-bottom: 40px;
}

.xjyg img {
    max-width: 100%;
}

.xjyg .xjyg-body {
    width: 100%;
    margin: 0 auto;
}

.xjyg .title-wrap {
    margin-bottom: 40px;
    text-align: center;
}

.xjyg .title-wrap .title {
    margin-top: 6px;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #005ca9;
}

.xjyg .title-wrap .subtitle {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    color: #333333;
}

.xjyg .xjyg-top-img {
    margin-bottom: 20px;
}

.xjyg .xjyg-title {
    text-align: center;
    margin-bottom: 30px;
}

.xjyg .xjyg-title .title {
    display: inline-block;
    max-width: 190px;
}

.xjyg .xjyg-title .icon {
    text-align: center;
}

.xjyg .xjyg-title .icon-item {
    display: inline-block;
    max-width: 26px;
}

.xjyg .xjyg-list {
    margin-bottom: 20px;
}

.xjyg .xjyg-list::after {
    display: block;
    content: "";
    clear: both;
}

.xjyg .xjyg-list .xjyg-list-title {
    float: left;
    width: 200px;
}

.xjyg .xjyg-list .xjyg-list-title-icon {
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 200px;
    background-color: #ee1d23;
    font-size: 22px;
    color: #fff;
    writing-mode: vertical-lr;
    position: relative;
    /* width: 0;
    height: 180px;
    border-left: 100px solid #ee1d23;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent; */
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .4);
    /* box-sizing: content-box; */
}

.xjyg .xjyg-list .xjyg-pic-list {
    float: left;
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.xjyg .xjyg-list .xjyg-pic-item {
    width: calc(20% - 30px);
    margin-right: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}

.xjyg .xjyg-list .xjyg-pic-item img {
    border: 1px solid #ccc;
}

.xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-job {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}

.xjyg .xjyg-list .xjyg-pic-item .xjyg-pic-name {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 4px;
}

.xjyg .xjyg-ygfc {
    max-width: 100%;
    margin: 0 auto;
}

.xjyg .xjyg-ygfc-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.xjyg .xjyg-ygfc-item {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}

.xjyg .xjyg-ygfc-item:nth-child(4n) {
    margin-right: 0;
}

.xjyg .xjyg-ygfc-item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;

}

.xjyg .xjyg-ygfc-item:hover img {
    transform: scale(1.05);
}

.xjyg .xjyg-ygfc-item .xjyg-ygfc-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
}

.xjyg .xjyg-ygfc-item .xjyg-ygfc-title:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

/* 业务合作 */
.ywhz img {
    max-width: 100%;
}

.ywhz {
    line-height: 1.5;
}

.ywhz .w_1200 {
    width: 1000px;
}

.ywhz .ywhz-title{
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}

.ywhz .title-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.ywhz .title-wrap .title {
    font-size: 22px;
    font-weight: 600;
}

.ywhz .choose-us .choose-us-intro {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.ywhz .choose-us .choose-us-intro .text-color {
    color: #0955a6;
    font-weight: 600;
}

.ywhz .choose-us .choose-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ywhz .choose-us .choose-body-left, .ywhz .choose-us .choose-body-right {
    margin-bottom: 20px;
    position: relative;
    width: 42%;
    padding: 20px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.ywhz .choose-us .choose-body-left:hover, .ywhz .choose-us .choose-body-right:hover {
    background-size: 130%;
}

.ywhz .choose-us .choose-body-left:after, .ywhz .choose-us .choose-body-right:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #0955a6de;
    z-index: 1;
    transition: all 0.5s;
}

.ywhz .choose-us .choose-body-left:hover:after, .ywhz .choose-us .choose-body-right:hover:after {
    background-color: #0955a6eb;
}

.ywhz .choose-us .choose-body-left {
    background-image: url('../images/ywhz-choose-left.jpg');
}

.ywhz .choose-us .choose-body-mid {
    width: 16%;
    text-align: center;
}

.ywhz .choose-us .choose-body-right {
    background-image: url('../images/ywhz-choose-right.jpg');
}

.ywhz .choose-us .choose-body-content {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.ywhz .choose-us .choose-body-content .title {
    font-size: 18px;
    transition: all 0.5s;
}

.ywhz .choose-us .choose-body-left:hover .choose-body-content .title, .ywhz .choose-us .choose-body-right:hover .choose-body-content .title {
    font-weight: 600;
}

.ywhz .choose-us .choose-body-content .text {
    font-size: 16px;
    transition: all 0.5s;
}

.ywhz .choose-us .choose-body-left:hover .choose-body-content .text, .ywhz .choose-us .choose-body-right:hover .choose-body-content .text {
    font-weight: 600;
}

.ywhz .hzly {
    margin-bottom: 40px;
}

.ywhz .hzly .hzly-intro {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 10px;
    background-color: #0955a6;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.ywhz .hzly .hzly-body {
    margin: 20px auto 0;
    position: relative;
}

.ywhz .hzly .hzly-content {
    position: relative;
    text-align: center;
}


.ywhz .hzly .hzly-cover {
    margin: 0 auto;
    width: 150px;
    height: 180px;
    background: url('../images/ywhz-hzly-cover.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.ywhz .hzly .hzly-item {
    margin-top: 60px;
    width: 450px;
    display: inline-flex;
    justify-content: space-between;
}

.ywhz .hzly .hzly-item .item-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 110px;
    height: 110px;
    padding: 10px 10px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #0955a6;
    transition: all 0.5s;
}

.ywhz .hzly .hzly-item .item-info:hover {
    background-color: #0955a6;
    color: #fff;
}

.ywhz .hzly .hzly-item .item-info:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 2px;
    background: #0955a6;
}

.ywhz .hzly .hzly-item .item-info:nth-child(1):after {
    top: -35px;
    right: -120px;
    width: 180px;
    transform: rotate(-20deg);
}

.ywhz .hzly .hzly-item .item-info:nth-child(2):after {
    top: -34px;
    left: 26px;
    width: 60px;
    transform: rotate(90deg);
}

.ywhz .hzly .hzly-item .item-info:nth-child(3):after {
    top: -35px;
    left: -120px;
    width: 180px;
    transform: rotate(20deg);
}

.ywhz .hzly .hzly-item .item-info .icon {
    display: block;
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ywhz .hzly .hzly-item .item-info:nth-child(1) .icon {
    background-image: url('../images/ywhz-hzly-01.png');
}

.ywhz .hzly .hzly-item .item-info:nth-child(2) .icon {
    background-image: url('../images/ywhz-hzly-02.png');
}

.ywhz .hzly .hzly-item .item-info:nth-child(3) .icon {
    background-image: url('../images/ywhz-hzly-03.png');
}

.ywhz .hzly .hzly-item .item-info:nth-child(1):hover .icon {
    background-image: url('../images/ywhz-hzly-01-hover.png');
}

.ywhz .hzly .hzly-item .item-info:nth-child(2):hover .icon {
    background-image: url('../images/ywhz-hzly-02-hover.png');
}

.ywhz .hzly .hzly-item .item-info:nth-child(3):hover .icon {
    background-image: url('../images/ywhz-hzly-03-hover.png');
}

.ywhz .hzly .hzly-item .item-info p {
    margin-top: 10px;
}

.ywhz .cshhr-body {
    margin-top: 50px;
}

.ywhz .cshhr-image-wrap {
    max-width: 500px;
    margin: 0 auto;
}

.ywhz .cshhr-list {
    width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ywhz .cshhr-item {
    width: 33.33%;
    text-align: center;
}

.ywhz .cshhr-item-title {
    font-size: 18px;
    color: #0955a6;
}

.ywhz .cshhr-item-text {
    margin-top: 8px;
    font-size: 16px;
    color: #000;
}

.ywhz .hztj {
    margin-bottom: 20px;
}

.ywhz .hztj .hztj-body {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.ywhz .hztj-body .hztj-item {
    margin-bottom: 20px;
    width: 33.33%;
    text-align: center;
}

.ywhz .hztj .hztj-item .item-img {
    display: inline-block;
    max-width: 100px;
    margin-bottom: 10px;
    font-size: 0;
}

.ywhz .hztj .hztj-item .item-text {
    font-size: 14px;
}

.ywhz .hzlc {

}

.ywhz .hzlc .hzlc-body {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.ywhz .hzlc-body .hzlc-item {
    margin-bottom: 20px;
    width: 14.28%;
    text-align: center;
}

.ywhz .hzlc-body .hzlc-jt {
    width: 14.28%;
    background-image: url('../images/ywhz-jt-right.jpg');
    background-repeat: no-repeat;
    background-position: center 30%;
    background-size: 60%;
}

.ywhz .hzlc .hzlc-item .item-img {
    display: inline-block;
    max-width: 100px;
    margin-bottom: 10px;
    font-size: 0;
}

.ywhz .hzlc .hzlc-item .item-text {
    font-size: 14px;
}

.ywhz .hzlc .hzlc-item .item-text span {
    font-size: 12px;
}

.ywhz .hzzc {

}

.ywhz .hzzc .hzzc-bg {
    margin-top: 40px;
    padding: 20px 20px;
    background-color: #0955a6;
}

.ywhz .hzzc .hzzc-body {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ywhz .hzzc .hzzc-column {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ywhz .hzzc-body .hzzc-item {
    height: 33.33%;
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.ywhz .hzzc-body .hzzc-item:hover {
    background-color: #0955a6;
    color: #fff
}

.ywhz .hzzc-body .hzzc-column .hzzc-item:last-child {
    margin-bottom: 0;
}

.ywhz .hzzc .hzzc-item .item-img {
    display: inline-block;
    max-width: 60px;
    margin-right: 30px;
}

.ywhz .hzzc .hzzc-item .item-img .type-off {
    display: block;
}

.ywhz .hzzc .hzzc-item:hover .item-img .type-off {
    display: none;
}

.ywhz .hzzc .hzzc-item .item-img .type-on {
    display: none;
}

.ywhz .hzzc .hzzc-item:hover .item-img .type-on {
    display: block;
}

.ywhz .hzzc .hzzc-item .item-text {

}

.ywhz .hzzc .hzzc-item .item-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.ywhz .hzzc .hzzc-item .item-intro {
    font-size: 14px;
    line-height: 1.5;
}

.ywhz .gqjl .gqjl-body{
	margin: 20px auto 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.ywhz .gqjl .gqjl-image{
	width: 50%;
	padding-right: 100px;
}

.ywhz .gqjl .gqjl-image img{
	margin-left: 20%;
	width: 80%;
}

.ywhz .gqjl .gqjl-content{
	width: 50%;
	padding: 20px 0 20px 100px;
	border-left: 1px solid #ececec;
}

.ywhz .gqjl .gqjl-item{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.ywhz .gqjl .gqjl-item-icon{
	margin-right: 20px;
	padding: 20px;
	width: 80px;
	height: 80px;
	background-color: #0955a6;
	border-radius: 100%;
}

.ywhz .gqjl .gqjl-item:not(:last-child){
	margin-bottom: 30px;
}

.ywhz .gqjl .gqjl-item-title{
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
}

.ywhz .gqjl .gqjl-item-subtitle{
	font-size: 16px;
	color: #808080;
}

.ywhz .sdfn .sdfn-body{
	margin: 40px auto;
	max-width: 80%;
}

.ywhz .sdfn .sdfn-list{
	display: flex;
	flex-wrap: wrap;
}

.ywhz .sdfn .sdfn-item{
	position: relative;
	width: 20%;
	padding: 70px 30px;
	border-width: 0px;
	border-style: solid;
	border-color: #ececec;
	border-right-width: 1px;
	text-align: center;
}

.ywhz .sdfn .sdfn-item:nth-child(-n + 5){
	border-bottom-width: 1px;
}

.ywhz .sdfn .sdfn-item:nth-child(5n){
	border-right-width: 0;
}

.ywhz .sdfn .sdfn-item-title{
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #1a1a1a;
}

.ywhz .sdfn .sdfn-item-hide{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 15px 15px;
	opacity: 0;
	background-color: #0955a6;
	color: #ffffff;
	transition: opacity ease 0.3s;
}

.ywhz .sdfn .sdfn-item:hover .sdfn-item-hide{
	opacity: 1;
}

.ywhz .sdfn .sdfn-item-hide-title{
	font-size: 18px;
	font-weight: bold
}

.ywhz .sdfn .sdfn-item-hide-text{
	font-size: 14px;
	line-height: 1.4;
}


/* 企业文化 */
.qywh .auto {
    width: 1100px;
}

.qywh .title-wrap {
    margin-bottom: 30px;
    text-align: left;
}

.qywh .title-wrap .title {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    color: #0955a6;
}

.qywh .title-wrap .subtitle {
    line-height: 1;
    font-size: 18px;
    color: #0955a6;
}

.qywh .talent {
    margin-bottom: 40px;
}

.qywh .talent .talent-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.qywh .talent .talent-body .talent-left, .qywh .talent .talent-body .talent-right {
    width: 50%;
}

.qywh .talent .talent-body .talent-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qywh .talent .talent-body .talent-left .talent-ring {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 33.33%;
    height: 0;
    padding-bottom: 33.33%;
    margin-right: 4%;
    box-shadow: 0 0 0 20px #0955a6;
    transition: all 3s;
}

.qywh .talent .talent-body .talent-left .talent-ring:hover {
    transform: rotateY(360deg);
}

.qywh .talent .talent-body .talent-left .talent-ring-icon {
    margin: 95% auto 0;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    background-image: url('../images/qywh-rczl-left-pepole.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.qywh .talent .talent-body .talent-left .talent-ring-text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.qywh .talent .talent-body .talent-left .talent-list {
    width: 60%;
}

.qywh .talent .talent-body .talent-left .talent-item {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 14px;
    position: relative;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(1) {
    left: -20px;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(2) {
    left: -10px;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(4) {
    left: -10px;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(5) {
    left: -20px;
}

.qywh .talent .talent-body .talent-left .talent-item:last-child {
    margin-bottom: 0;
}

.qywh .talent .talent-body .talent-left .item-ring {
    position: absolute;
    top: 0;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #0955a6;
    background-color: #0955a6;
    text-align: center;;
    line-height: 28px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 0 6px #fff;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(even) .item-ring {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.qywh .talent .talent-body .talent-left .item-text {
    width: calc(100% - 30px);
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #0955a6;
    background-color: #0955a6;
    border-radius: 30px;
}

.qywh .talent .talent-body .talent-left .talent-item:nth-child(even) .item-text {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.qywh .talent .talent-body .talent-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.qywh .talent .talent-body .talent-right .talent-ring {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-right: 4%;
    border-radius: 50%;
    transition: all 3s;
}

.qywh .talent .talent-body .talent-right .talent-ring:hover {
    transform: rotateY(360deg);
}

.qywh .talent .talent-body .talent-right .talent-ring .talent-ring-img {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-image: url('../images/qywh-rczl-right-ring.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
}

.qywh .talent .talent-body .talent-right .talent-ring .talent-ring-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.qywh .talent .talent-body .talent-right .talent-list {
    width: 50%;
}

.qywh .talent .talent-body .talent-right .talent-item {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.qywh .talent .talent-body .talent-right .talent-item:last-child {
    margin-bottom: 0;
}

.qywh .talent .talent-body .talent-right .item-ring {
    position: absolute;
    top: -5px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0955a6;
    background-color: #0955a6;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.qywh .talent .talent-body .talent-right .item-ring .icon {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 66%;
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(odd) .item-ring {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(odd) .item-ring:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 32px;
    width: 30px;
    height: 28px;
    background-color: #fff;
    box-sizing: border-box;
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(1) .item-ring .icon {
    background-image: url('../images/qywh-rczl-right-01.png');
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(2) .item-ring .icon {
    background-image: url('../images/qywh-rczl-right-02.png');
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(3) .item-ring .icon {
    background-image: url('../images/qywh-rczl-right-03.png');
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(4) .item-ring .icon {
    background-image: url('../images/qywh-rczl-right-04.png');
}

.qywh .talent .talent-body .talent-right .item-text {
    width: calc(100% - 40px;
);
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #0955a6;
    background-color: #0955a6;
    border-radius: 30px;
}

.qywh .talent .talent-body .talent-right .talent-item:nth-child(odd) .item-text {
    border-color: #ccc;
    background-color: #fff;
    color: #333;
}

/*.qywh .talent .talent-body .talent-left .talent-item:nth-child(even) .item-text:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    width: 40px;
    height: 40px;
    border:1px solid #ccc;
    border-radius: 50%;
    box-sizing: border-box;
}
*/

.qywh .team {
    margin-bottom: 40px;
}

.qywh .team .team-body {
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.qywh .team .team-body .team-item {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 50%;
    background-color: #0955a6;
}

.qywh .team .team-body .team-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: -60px;
    width: 60px;
    border-top: 4px dotted #333;
    animation: teamline;
    animation-duration: 2s;
    animation-iteration-count: 1000;
}

.qywh .team .team-body .team-item:nth-child(1):before {
    top: 46px;
    left: -72px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #333;
    border: none;
}

.qywh .team .team-body .team-item:nth-child(5):before {
    top: 46px;
    left: 160px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #333;
    border: none;
}

.qywh .team .team-body .team-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 100px;
    width: 60px;
    border-top: 4px dotted #333;
    animation: teamline;
    animation-duration: 2s;
    animation-iteration-count: 1000;
}

.qywh .team .team-body .team-item:nth-child(1):after {
    left: -60px;
}


.qywh .team .team-body .team-item .text {
    position: absolute;
    font-weight: 600;
    width: 200px;
    text-align: center;
    font-size: 18px;
}

.qywh .team .team-body .team-item:nth-child(odd) .text {
    top: -50px;
    left: 50%;
    margin-left: -100px
}

.qywh .team .team-body .team-item:nth-child(even) .text {
    bottom: -50px;
    left: 50%;
    margin-left: -100px
}

.qywh .team .team-body .team-item .ring {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
}

.qywh .team .team-body .team-item:nth-child(1) .ring {
    background-image: url('../images/qywh-team-01.png');
}

.qywh .team .team-body .team-item:nth-child(2) .ring {
    background-image: url('../images/qywh-team-02.png');
}

.qywh .team .team-body .team-item:nth-child(3) .ring {
    background-image: url('../images/qywh-team-03.png');
}

.qywh .team .team-body .team-item:nth-child(4) .ring {
    background-image: url('../images/qywh-team-04.png');
}

.qywh .team .team-body .team-item:nth-child(5) .ring {
    background-image: url('../images/qywh-team-05.png');
}

@keyframes teamline {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.qywh .idea {
    margin-bottom: 40px;
}

.qywh .idea .idea-body {
    text-align: center;
    padding: 30px 0 60px;
    /*background-image: url(../images/qywh-idea-bg.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.qywh .idea .idea-body .idea-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.qywh .idea .idea-body .idea-item {
    flex: 0 1 160px;
    max-width: 160px;
    height: 80px;
    margin: 5% 4px 8px;
    position: relative;
    padding: 4px;
    text-align: center;
    z-index: 1;
    transition: all 0.5s;
}

.qywh .idea .idea-body .idea-item:hover {
    transform: scale(1.2);
    z-index: 999;
}

.qywh .idea .idea-body .idea-item:nth-child(5) {
    margin-left: 88px;
}


.qywh .idea .idea-body .idea-item:before {
    content: '';
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.qywh .idea .idea-body .idea-item:hover:before {
    /*background: #fff;*/
    /*-webkit-transform: scale(1.055);
    transform: scale(1.055);*/
}

.qywh .idea .idea-body .idea-item:after {
    content: '';
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.qywh .idea .idea-body .idea-item .item-box {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    padding: 30px 4px 0;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
    color: #fff;
}

.qywh .idea .idea-body .idea-item:hover .item-box {
    box-shadow: 0 0 10px #fff;
}

.qywh .idea .idea-body .idea-item:nth-child(1) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(6) .item-box {
    background-color: #4bb989;
}

.qywh .idea .idea-body .idea-item:nth-child(2) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(7) .item-box {
    background-color: #f8b537;
}

.qywh .idea .idea-body .idea-item:nth-child(3) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(8) .item-box {
    background-color: #22b7d4;
}

.qywh .idea .idea-body .idea-item:nth-child(4) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(9) .item-box {
    background-color: #0955a6;
}

.qywh .idea .idea-body .idea-item:nth-child(5) .item-box,
.qywh .idea .idea-body .idea-item:nth-child(10) .item-box {
    background-color: #6970b4;
}

.qywh .idea .idea-body .idea-item .item-box .num {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
}

.qywh .idea .idea-body .idea-item .item-box .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

.qywh .idea .idea-body .idea-item .item-box .intro {
    font-size: 12px;
    line-height: 1.3;
}

/* 业务板块 */
.ywbk .title-wrap {
    margin-bottom: 30px;
    text-align: left;
}

.ywbk .title-wrap .title {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    color: #0955a6;
}

.ywbk .title-wrap .subtitle {
    line-height: 1;
    font-size: 18px;
    color: #0955a6;
}

.ywbk .business {
    margin-bottom: 30px;
}

.ywbk .business-body {
    text-align: center;
}

.ywbk .business-body .business-title {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #0955a6;
}

.ywbk .business-body .business-intro {
    font-size: 16px;
    color: #333;
}

.ywbk .business-body .business-intro span {
    font-size: 20px;
    font-weight: 600;
    color: #0955a6;
}

.ywbk .model-title {
    text-align: center;
}

.ywbk .model-body {
}

.ywbk .model-body .model-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ywbk .model-body .model-type {
    width: 100px;
}

.ywbk .model-body .model-type-text {
    font-size: 20px;
    font-weight: 600;
    color: #0955a6;
    text-align: center;
}

.ywbk .model-body .model-type-icon {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 66%;
}

.ywbk .model-body .model-list {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
}

.ywbk .model-body .model-item {
    margin-bottom: 20px;
    width: calc(33.33% - 10px);
    margin-right: 10px;
}

.ywbk .model-body .model-item .cover {
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.ywbk .model-body .model-item .cover img {
    max-width: 100%;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.ywbk .model-body .model-item:hover .cover img {
    transform: scale(1.1);
}

.ywbk .model-body .model-item .title {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    background-color: #0955a6;
    color: #fff;
}

/*.ywbk .model-body .model-item:nth-child(1) .model-main-item{
    text-align: center;
    background-color: #35716c;
    padding: 40px 0px;
}

.ywbk .model-body .model-item:nth-child(1) .model-main-item .title{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.ywbk .model-body .model-item:nth-child(1) .model-main-item .subtitle{
    color: #fff;
}*/

/* 管理模式 */
.about-manage{
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding-bottom: 40px;
}

.about-manage .manage-wrap {
    width: 20%;
    background-color: #f5f5f5;
}

.about-manage .manage-wrap .manage-list p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 24px;
}

.about-manage .manage-wrap .manage-list img{
    max-width: 70% !important;
    padding-top: 20px;
}

.about-manage .manage-wrap .manage-content {
    padding: 16px;
}

.about-manage .manage-there {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
    width: 80%;
    padding-left: 12%;
}

.about-manage .manage-there .there-wrap .there-list {
    width: 24%;
    background: #005ca9;
    border-radius: 14px;
}

.about-manage .manage-there .there-wrap .there-list img{
	padding-top: 10px;
}

.about-manage .manage-wrap .manage-list {
    background-color: #005ca9;
    border-radius: 16px;
}

.about-manage .manage-wrap .manage-content{
	padding: 16px;
}

.about-manage .manage-wrap .manage-content p{
    font-size: 16px;
    color: #000;
    text-align: left;
    font-weight: 500;
}

.about-manage .manage-there{
	display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    /* grid-template-columns: 50% 50%; */
    gap: 12px;
    width: 80%;
	padding-left: 12%;
}

.about-manage .manage-there .there-wrap{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.about-manage .manage-there .there-wrap:nth-child(2) .there-list{
	/*background: #28b6a6;*/
}

.about-manage .manage-there .there-wrap .there-list{
    /*width: 15%;*/
    background: #005ca9;
    border-radius: 14px;
}

.about-manage .manage-there .there-wrap .there-list p{
	font-size: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 24px;
}

.about-manage .manage-there .there-wrap .there-content{
    width: 71%;
    background: #f5f5f5;
    border-radius: 14px;
    height: 100%;
    padding: 18px 26px;
}

.about-manage .manage-there .there-wrap .there-content p{
	font-size: 16px;
    text-align: left;
    color: #000;
    letter-spacing: 1px;
}

.about-manage .manage-there .there-wrap:nth-child(1):after{
	content: "";
    display: block;
    position: absolute;
    right: calc(100% + -6px);
    top: calc(50% - -48px);
    transform: rotate(-30deg);
    height: 30px;
    width: 20%;
    background-image: url(/css_com/images/manage-10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-manage .manage-there .there-wrap:nth-child(2):after{
	content: "";
    display: block;
    position: absolute;
    right: calc(100% + 3px);
    top: calc(50% - 12px);
    height: 30px;
    width: 17%;
    background-image: url(/css_com/images/manage-9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-manage .manage-there .there-wrap:nth-child(3):after{
	content: "";
    display: block;
    position: absolute;
    right: calc(100% + -2px);
    top: calc(50% - 83px);
    height: 30px;
    transform: rotate( 28deg);
    /* width: 24%; */
    width: 19%;
    background-image: url(/css_com/images/manage-10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.glms {
    padding: 20px 10px;
}

.glms .title-wrap {
    margin-bottom: 30px;
    text-align: left;
}

.glms .title-wrap .title {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    color: #0955a6;
}

.glms .title-wrap .subtitle {
    line-height: 1;
    font-size: 18px;
    color: #0955a6;
}

.glms .model {
    margin-bottom: 40px;
}

.glms .model-intro {
    margin-bottom: 30px;
    /*   width: 80%;
       margin: auto;*/
    text-align: center;
    font-size: 16px;
}

.glms .model-intro span {
    color: #0955a6;
    font-weight: 600;
}

.glms .model-body {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 40px;
}

.glms .model-body .model-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.glms .model-body .item-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    width: 70%;
    padding: 40px 40px;
}

.glms .model-body .model-item:nth-child(even) .item-cont {
    order: 10;
}

.glms .model-body .model-item:nth-child(2) .item-cont {
    background-color: #0955a6;
    color: #fff
}

.glms .model-body .model-item:nth-child(4) .item-cont {
    background-color: #22b7d4;
    color: #fff
}

.glms .model-body .item-cont-text {
    font-size: 14px;
    text-align: justify;
}

.glms .model-body .item-title-wrap {
    width: 30%;
    padding: 0 40px;
    text-align: center;
}

.glms .model-body .item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.glms .goals-body {

}

.glms .goals-body .goals-main .goals-main-item {
    position: relative;
    width: 20%;
    height: 200px;
    text-align: center;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(1) {
    background-color: #28b6a6;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(2) {
    background-color: #fbae48;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(3) {
    background-color: #1ebbd4;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(4) {
    background-color: #8eca73;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(5) {
    background-color: #6773b7;
}

.glms .goals-body .goals-main .goals-main-item:after {
    content: '';
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 20px;
    height: 10px;
    margin-left: -10px;
    /*background-color: red;*/
    width: 0;
    height: 0;
    border-right: 16px solid transparent;
    border-top: 20px solid #ff0000;
    border-left: 16px solid transparent;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(1):after {
    border-top-color: #28b6a6;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(2):after {
    border-top-color: #fbae48;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(3):after {
    border-top-color: #1ebbd4;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(4):after {
    border-top-color: #8eca73;
}

.glms .goals-body .goals-main .goals-main-item:nth-child(5):after {
    border-top-color: #6773b7;
}

.glms .goals-body .goals-main .goals-main-item.active:after {
    display: block;
}

.glms .goals-body .goals-main {
    display: flex;
    justify-content: center;
}

.glms .goals-body .goals-main .goals-main-item .icon {
    padding-top: 20px;
}

.glms .goals-body .goals-main .goals-main-item .icon img {
    width: 100px;
    border-radius: 50px;
    border: 3px dotted #fff;
    padding: 10px
}

.glms .goals-body .goals-main .goals-main-item .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.glms .goals-body .global-content .global-content-item {
    display: none;
    padding-top: 30px;
}

.glms .goals-body .global-content .global-content-item.active {
    display: inline-block;
}

.glms .goals-body .global-content .global-content-item p {
    font-size: 14px;
}


/* 人才招聘 */
.rczp {

}

.rczp img {
    max-width: 100%;
}

.rczp .rczp-body {
    padding: 50px;
    background-color: #cbe6e7;
}

.rczp .rczp-body .rczp-body-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rczp .rczp-body .rczp-top-list {
    width: 50%;
}

.rczp .rczp-body .rczp-top-img {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rczp .rczp-body .rczp-top-item {
    margin-bottom: 40px;
}

.rczp .rczp-body .rczp-top-item-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.rczp .rczp-body .rczp-top-item-title .title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.rczp .rczp-body .rczp-top-item-title .subtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.rczp .rczp-body .rczp-top-item-title-right {
    color: #30b563;
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
}

.rczp .rczp-body .rczp-top-item-intro {
    font-size: 15px;
    letter-spacing: 1px;
}

.rczp .rczp-body .rczp-top-item-intro span {
    color: #69c793;
    font-weight: 600;
}

.rczp .rczp-body .rczp-bottom-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.rczp .rczp-body .rczp-bottom-item {
    width: calc(33.33% - 10px);

}


/* 党建 */
.sub_local {
    border-bottom: 1px solid #dedede;
    font-size: 15px;
}

.sub_local .sub_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub_local .fl {
    padding-left: 25px;
    background: url(../img/wz.png) no-repeat left center;
    background-size: 20px;
}

.sub_local .fr {
    display: flex;
    margin-right: -20px;
}

.sub_local .fr li {
    padding: 0 20px;
}

.sub_local .fr li a {
    display: block;
    padding: 18px 0;
    position: relative;
}

.sub_local .fr li a:hover, .sub_local .fr li a.on {
    color: #F20000;
}

.sub_local .fr li a.on::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #F20000;
}

.hidden {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dangjian_com {
    line-height: 1.8;
    font-size: 14px;
}

.dangjian_com .bord {
    border: 1px solid #e5e5e5;
}

.dangjian_com .flex {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.dangjian_com a {
    color: #626061;
}

.dangjian_com a:hover {
    color: #ff0c26;
}

.dangjian_com .dj_aa {
    background: #ff0c26;
    display: inline-block;
    color: #fff;
    padding: 1px 10px;
}

.dangjian_com .dj_aa:hover {
    color: #fff;
}

.dangjian_a {
    padding: 30px 0;
    align-items: flex-start;
}

.dangjian_a .dj_aimg {
    width: 70%;
    overflow: hidden;
}

.dangjian_a .dj_aimg img {
    display: block;
    width: 100%;
}

.dangjian_a .dj_ar {
    flex: 1;
    padding-left: 2.5%;
}

.dangjian_a .dj_ar .dj_aa {
    margin-top: 10px;
    margin-bottom: 20px;
}

.dangjian_b .dj_aa {
    margin-top: 10px;
}

.dangjian_a .dj_ar .dj_tt {
    border-bottom: 0;
    padding: 0;
}

.dj_ardd p {
    color: #676767;
    padding-top: 10px;
}

.dj_ardd img {
    max-width: 100%;
    display: block;
}

.dangjian_b {
    align-items: initial;
}

.dangjian_b .dj_li {
    width: 35%;
}

.dangjian_b .dj_li.last {
    width: 26%;
}

.dangjian_c {
    overflow: hidden;
    padding: 30px 0;
}

.dangjian_c img {
    display: block;
    width: 100%;
}

.dangjian_swiper {
    overflow: hidden;
}

.dj_tt {
    padding: 2px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.dj_tt h3 {
    font-size: 22px;
    color: #ff0c26;
    font-weight: normal;
}

.dj_list {
    padding: 15px;
}

.dj_list li {
    padding: 3px 0;
}

.dj_list li a {
    position: relative;
    padding-left: 15px;
}

.dj_list li a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0c26;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.dj_list dt {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.dj_list dt:last-child {
    border-bottom: 0;
}

.dj_list dt h3 {
    font-size: 18px;
}

.dj_list dt p {
    color: #797677;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dangjian_d {
    margin-bottom: 30px;
}

.dj_swpadd {
    padding: 20px 60px;
    position: relative;
}

.dangjian_swiper .swiper-slide .img {
    position: relative;
    padding-bottom: 68.5%;
    overflow: hidden;
    display: block;
}

.dangjian_swiper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dangjian_swiper .swiper-slide p {
    background: #F0F0F0;
    padding: 10px;
    text-align: center;
}

.dj_swpadd .dj-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    content: '';
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-color: #FE0000;
    border-radius: 100%;
}

.dj_swpadd .dj-prev {
    left: 10px;
    background-image: url(../img/dj_btnl.png);
}

.dj_swpadd .dj-next {
    right: 10px;
    background-image: url(../img/dj_btnr.png);
}

.dangjian_padd {
    padding-bottom: 30px;
}

.dangjian_list {
    padding: 2% 0 0;
    max-width: 1200px;
    margin: 0 auto;
}

.dangjian_list li {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.dangjian_list li a {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}

.dangjian_list li span {
    float: right;
    color: #666;
    padding-left: 15px;
}

.dangjian_list li a::after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0c26;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

/* 绿清人 */
.lvq_imga {
    overflow: hidden;
    padding: 0 0 30px;
}

.lvq_imga img {
    display: block;
    width: 100%;
}

.lqr_padd {
    padding-bottom: 30px;
}

.lqr_list {
    padding-bottom: 3%;
}

.lqr_list ul {
    display: flex;
    margin-left: -3%;
    margin-right: -3%;
    flex-wrap: wrap;
}

.lqr_list ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 2% 3%;
    text-align: center;
}

.lqr_list ul li .img {
    display: block;
    overflow: hidden;
}

.lqr_list ul li .img img {
    display: block;
    width: 100%;
}

.lqr_list ul li .h3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lqr_list ul li a.m {
    display: inline-block;
    background: #938171;
    color: #fff;
    padding: 0 40px;
    line-height: 35px;
}

.lqr_list ul li:hover a.m {
    background: #ff8a1c;
}

/* 业务合作 */
.ywhz .hzms .title-wrap .title{
	margin-bottom: 30px;
}

.ywhz .hzms .hzms-body{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.ywhz .hzms .hzms-cshhr-image img{
	width: 200px;
}

.ywhz .hzms .hzms-cat-list{
	margin-left: 150px;
	margin-right: 150px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.ywhz .hzms .hzms-cat-list::after{
	content: '';
	display: block;
	position: absolute;
	left: calc(100% + 50px);
	top: 0;
	height: 100%;
	width: 100px;
	/*background-image: url('../images/hzms-ring.png');*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.ywhz .hzms .hzms-cat-item{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border: 2px solid #0955a6;
	border-radius: 100%;
	font-size: 18px;
	letter-spacing: 2px;
    font-weight: 700;
	background-color: #0955a6;
	color: #fff;
}

.ywhz .hzms .hzms-cat-item:not(:last-child){
	margin-bottom: 30px;
}

.ywhz .hzms .hzms-cat-item:after{
	content: '';
	display: block;
	position: absolute;
	right: calc(100% + 30px);
	top: calc(50% - 20px);
	height: 30px;
	width: 100px;
	background-image: url('../images/hzms-arrow-right.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.ywhz .hzms .hzms-cat-item:nth-child(1):after{
	top: 60%;
	transform: rotate(-27deg);
}

.ywhz .hzms .hzms-cat-item:nth-child(3):after{
	top: 0;
	transform: rotate(27deg);
}

.ywhz .hzms .hzms-text-list{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #0955a6;
	border-radius: 10px;
}

.ywhz .hzms .hzms-text-list:not(:last-child) {
    margin-bottom: 20px;
}

.ywhz .hzms .hzms-cat-item:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 110px 110px 0 0;
    height: 60px;
    transform: rotate( 90deg);
    left: 18px;
    border: 4px solid #0955a6;
    border-bottom: 0;
    width: 110px;
    line-height: 100px;
    text-align: center;
}

.ywhz .hzms .hzms-text-list:before {
    content: '';
    display: block;
    position: absolute;
    /* border-radius: 110px 110px 0 0; */
    /* height: 60px; */
    transform: rotate( 0deg);
    border: 4px solid #0955a6;
    right: 180px;
    top: 54px;
    border-bottom: 0;
    width: 132px;
    line-height: 100px;
    text-align: center;
}

.ywhz .hzms .hzms-text-list:after{
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 28px);
	height: calc(100% - 28px);
	border: 4px solid #fff;
	border-radius: 10px;
	pointer-events: none;
}

.ywhz .hzms .hzms-text-item{
	padding: 15px 0;
	width: 180px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
@media(max-width: 1600px){
	.ywhz .sdfn .sdfn-item-icon img{
		max-width: 80px;
	}
	.ywhz .sdfn .sdfn-item-title{
		font-size: 16px;
	}
	.ywhz .sdfn .sdfn-item-hide-text{
		font-size: 12px;
	}	
}
@media(max-width: 998px){
	.ywhz .hzms .hzms-body{
		flex-direction: column;
	}
	
	.ywhz .hzms .hzms-cshhr-image img{
		width: 140px;
	}
	
	.ywhz .hzms .hzms-cat-list{
		margin: 80px 0 70px;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.ywhz .hzms .hzms-cat-list:after{
		top: calc(100% + 15px);
		left: 0;
		width: 100%;
		height: 40px;
		background-image: url('../images/hzms-ring-row.png');
	}
	
	.ywhz .hzms .hzms-cat-item{
		width: 80px;
		height: 80px;
	}
	
	.ywhz .hzms .hzms-cat-item:not(:last-child){
		margin-right: 40px;
		margin-bottom: 0;
	}
	
	.ywhz .hzms .hzms-cat-item:after{
		top: auto;
		left: 0;
		bottom: calc(100% + 15px);
		width: 100%;
		height: 60px;
		background-image: url('../images/hzms-arrow-bottom.png');
	}
	
	.ywhz .hzms .hzms-cat-item:nth-child(1):after{
		top: auto;
		left: auto;
		right: -30px;
		transform: rotate(27deg);
	}
	
	.ywhz .hzms .hzms-cat-item:nth-child(3):after{
		top: auto;
		left: -30px;
		transform: rotate(-27deg);
	}
	
	.ywhz .gqjl .gqjl-image{
		width: 100%;
		padding-right: 0;
	}
	
	.ywhz .gqjl .gqjl-image img{
		margin-left: 10%;
		width: 80%;
	}
	
	.ywhz .gqjl .gqjl-content{
		width: 100%;
		padding: 0;
		border-left: none;
	}
	
	.ywhz .gqjl .gqjl-item{
		justify-content: center;
	}
	
	.ywhz .gqjl .gqjl-item-icon{
		margin-right: 10px;
		padding: 10px;
		width: 50px;
		height: 50px;
	}
	
	.ywhz .gqjl .gqjl-item:not(:last-child){
		margin-bottom: 20px;
	}
	
	.ywhz .gqjl .gqjl-item-title{
		font-size: 18px;
	}
	
	.ywhz .gqjl .gqjl-item-subtitle{
		font-size: 14px;
	}
	.ywhz .sdfn .sdfn-body{
		margin: 20px auto;
		max-width: 100%;
	}
	.ywhz .sdfn .sdfn-item{
		width: 50%;
		border-bottom-width: 1px;
	}
	.ywhz .sdfn .sdfn-item:nth-child(5n){
		border-right-width: 1px;
	}
	.ywhz .sdfn .sdfn-item:nth-child(9),
	.ywhz .sdfn .sdfn-item:nth-child(10){
		border-bottom-width: 0;
	}
	.ywhz .sdfn .sdfn-item-icon img{
		max-width: 80px;
	}
	.ywhz .sdfn .sdfn-item-title{
		font-size: 18px;
	}
	.ywhz .sdfn .sdfn-item-hide{
		padding: 10px;
	}
	.ywhz .sdfn .sdfn-item-hide-title{
		font-size: 16px;
	}
	.ywhz .sdfn .sdfn-item-hide-text{
		font-size: 10px;
	}
}