* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft Yahei, Source Han Sans CN;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000000;
    transition: 0.3s
}

a:hover {
    text-decoration: none;
    color: #1B5DAA;
}

img,
input {
    border: 0px;
}

ul li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px
}

.sy_two a:hover .pimg img,
.sy_five li:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.left {
    float: left
}

.right {
    float: right;
}

body {
    min-width: 1400px;
	line-height:34px;
}


/* header */

.header {
    background: #fff;
    float: left;
    width: 100%
}

.header .h_top {
    float: left;
    width: 100%;
    border-bottom: 1px solid #A0A0A0;
    height: 100px;
}

.header .logo {
    float: left;
    height: 100px;
}

.menu {
    line-height: 60px;
    text-align: right;
}

.menu li {
    display: inline-block;
    padding: 0px 56px;
}

.menu li a {
    color: #1E1D1D;
    font-size: 20px;
    padding: 3px 0;
}

.menu li .sel {
    color: #156BE7;
    border-bottom: 2px solid #156BE7
}

.menu .tell {
    padding-left: 56px;
    background: url(../images/gif/6.gif) no-repeat left center;
    font-size: 28px;
    color: #156BE7;
    line-height: 60px;
}

.menu li:last-child {
    padding-right: 0
}


/* banner  轮播 */

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper>.lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #FF7523;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
    opacity: 1;
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction>a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

.sy_banner {
    float: left;
    width: 100%;
}

.sy_banner .lSSlideOuter .lSPager.lSpg {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    text-align: right;
    top: -40px;
    background: none;
    float: none;
    height: 1px;
}

.sy_banner .lSSlideOuter .lSPager.lSpg>li a {
    border: 0;
    background: #707070;
    width: 37px;
    height: 7px;
    border-radius: 0;
    line-height: 50px;
}

.sy_banner .lSSlideOuter .lSPager.lSpg>li:hover a,
.sy_banner .lSSlideOuter .lSPager.lSpg>li.active a {
    background: #156CE8;
}

.sy_banner .lSSlideOuter .lSPager.lSpg>li {
    margin-top: 0px
}

.sy_banner img {
    float: left;
    width: 100%;
    height: 656px;
    object-fit: cover;
}

.sy_banner .lSAction {
    display: none
}

.sy_banner .main {
    position: relative
}

.sy_banner .swiper-pagination {
    text-align: right;
    bottom: 30px;
    right: 0
}

.sy_banner .swiper-pagination-bullet {
    width: 37px;
    height: 7px;
    border-radius: 0;
    margin-left: 10px;
    background: #707070;
    opacity: 1;
}

.sy_banner .swiper-pagination-bullet-active {
    background: #156CE8;
}


/* footer */

.footer {
    float: left;
    width: 100%;
    background: #EAEAEA;
    padding-top: 65px;
}

.foot_one {
    text-align: center;
}

.foot_one p {
    background: #1B5DAA;
    line-height: 65px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    float: left;
    width: 100%;
    letter-spacing: 2px;
}

.foot_one p img {
    margin-bottom: -10px;
}

.foot_one p span {
    padding: 0px 40px;
}

.foot_two {
    width: 95%;
    max-width: 1660px;
    margin: 0 auto;
}

.foot_two ul {
    float: left;
    width: 100%;
    padding-left: 150px;
    background: url(../images/bg_02.png) repeat-x left 90px;
    background-size: 100% 2px;
}

.foot_two ul li {
    float: left;
    width: 16.666%;
    padding-top: 30px;
}

.foot_two h3 {
    float: left;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: normal;
    font-size: 24px;
    color: #000000;
}

.foot_two p {
    float: left;
    line-height: 34px;
    width: 100%
}

.foot_two p a {
    font-size: 16px;
}

.foot_three {
    float: left;
    width: 100%;
    background: url(../images/bg_03.png) no-repeat left bottom #01248C;
    background-size: auto 100%;
    margin-top: 20px;
    padding: 60px 0;
    color: #fff;
    padding-bottom: 30px;
}

.foot_three .main {
    width: 100%;
    max-width: 1400px
}

.foot_three .left {
    float: left;
    padding-left: 140px;
    width: 770px;
}

.foot_three .left p {
    float: left;
    padding-left: 35px;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%
}

.foot_three .left .p1 {
    background: url(../images/f1.png) no-repeat left center
}

.foot_three .left .p2 {
    background: url(../images/f2.png) no-repeat left center
}

.foot_three .left .p3 {
    background: url(../images/f3.png) no-repeat left center
}

.foot_three .left .p4 {
    background: url(../images/f4.png) no-repeat left center
}

.foot_three .left .wx {
    width: 92px;
}

.foot_three .left span {
    float: left;
    padding-left: 35px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
}

.foot_three .right {
    float: right;
    width: 540px;
    padding-right: 240px;
    position: relative;
}

.foot_three .right .top {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
    background: url(../images/bg_04.png) no-repeat left bottom;
    margin-bottom: 15px;
}

.foot_three .right p {
    float: left;
    width: 100%;
    margin-top: 10px;
    position: relative;
    background: #fff;
}

.foot_three .right p span {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 14px;
    line-height: 36px;
    color: #000
}

.foot_three .right .txt {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 85px;
    background: none;
    outline: none
}

.foot_three .right .btn {
    float: left;
    width: 100%;
    line-height: 36px;
    font-size: 15px;
    background: #fff;
    outline: none;
    cursor: pointer;
    border: 0;
}

.foot_three .right .p {
    width: 70%
}

.foot_three .right .img_yzm {
    float: right;
    width: 26%;
    margin-top: 10px;
    height: 36px;
    cursor: pointer
}

.foot_three .right .fLogo {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 53px;
}

.foot_three .bottom {
    padding-top: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    float: left;
    width: 100%
}

.foot_three .bottom span {
    background: #FF4040;
    padding: 0px 4px;
}

.fan_top {
    position: fixed;
    width: 58px;
    height: 58px;
    background: url(../images/top.png) no-repeat left top;
    background-size: 100% 100%;
    bottom: 60px;
    right: 40px;
    z-index: 111;
    cursor: pointer;
}

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


/* 首页 */

.lou {
    float: left;
    width: 100%
}

.sy_menu {
    padding: 30px 0;
    float: left;
    width: 100%
}

.sy_menu li {
    float: left;
    margin-right: 10px;
    line-height: 46px;
    background: #E5E5E5;
    padding: 0px 15px;
    padding-left: 5px;
    cursor: pointer;
    transition: 0.3s
}

.sy_menu li span {
    float: left;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}

.sy_menu li span .img {
    display: inline-block
}

.sy_menu li span .imgWhite {
    display: none
}

.sy_menu .sel,
.sy_menu li:hover a,
.sy_menu li:hover {
    background: #156BE7;
    color: #fff;
}

.sy_menu .sel span .img,
.sy_menu li:hover span .img {
    display: none
}

.sy_menu .sel span .imgWhite,
.sy_menu li:hover span .imgWhite {
    display: inline-block
}

.sy_title {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0;
    padding-bottom: 80px;
}

.sy_title strong {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    background: url(../images/bg_06.jpg) no-repeat bottom center;
    padding-bottom: 28px;
    margin-left: 20px;
    margin-right: 90px;
    letter-spacing: 4px;
}

.sy_title img {
    margin-bottom: -12px;
}

.sy_one {
    float: left;
    width: 100%;
    background: url(../images/bg_05.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 140px;
}

.sy_one .img {
    float: left;
    width: 100%
}

.sy_two {
    float: left;
    width: 100%;
    position: relative;
    width: 110%;
    padding: 0px 6%;
    margin: 0 -5%;
    margin-bottom: 140px;
}

.sy_two .lSSlideOuter .lSPager.lSpg {
    display: none
}

.sy_two .lSSlideWrapper {
    width: 100%
}

.sy_two .lSAction {
    position: absolute;
    width: 100%;
    left: 0;
    top: 45%;
}

.sy_two .lSAction>a {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    transition: 0.5s
}

.sy_two .lSAction>.lSNext {
    right: 0px;
    background: url(../images/right.png) no-repeat center center #BFBFBF;
    background-size: 20px
}

.sy_two .lSAction>.lSPrev {
    left: 0px;
    background: url(../images/left.png) no-repeat center center #BFBFBF;
    background-size: 20px
}

.sy_two .lSAction>.lSNext:hover {
    right: 0px;
    background: url(../images/right.png) no-repeat center center #1B5DAA;
    background-size: 20px
}

.sy_two .lSAction>.lSPrev:hover {
    left: 0px;
    background: url(../images/left.png) no-repeat center center #1B5DAA;
    background-size: 20px
}

.sy_two .a {
    float: left;
    width: 100%
}

.sy_two .pimg {
    float: left;
    width: 100%;
    height: 405px;
    background: #DBE9F9;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    transition: 0.6s;
}

.sy_two .pimg img {
    transition: 1s;
    max-height: 280px;
}

.sy_two .a:hover .pimg {
    background: #2979E9;
}

.sy_two li {
    padding: 5px;
}

.sy_two .nei {
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    float: left;
    width: 100%;
    height: 140px;
    background: #fff;
    padding: 30px;
}

.sy_two .nei h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: normal;
}

.sy_two .nei p {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 24px;
    margin-top: 8px;
    opacity: 0.8
}

.sy_three {
    float: left;
    width: 100%;
    background: url(../images/bg_07.jpg) no-repeat top center;
    padding-bottom: 140px;
}

.sy_three .desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 60px;
    margin-top: -30px;
}

.sy_three ul {
    text-align: center;
}

.sy_three ul li {
    display: inline-block;
    width: 19.5%;
    height: 450px;
    background: #D5E5F9;
    transition: 0.4s;
    padding-top: 125px;
    text-align: center;
    color: #156BE7
}

.sy_three ul .pimg {
    float: left;
    width: 100%;
    height: 170px;
}

.sy_three ul li h3 {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: normal
}

.sy_three ul li .img {
    display: inline-block
}

.sy_three ul li .imgWhite {
    display: none
}

.sy_three ul li:hover {
    background: #156BE7;
    color: #fff;
    padding-top: 100px;
}

.sy_three ul li:hover .img {
    display: none
}

.sy_three ul li:hover .imgWhite {
    display: inline-block
}

.sy_four {
    float: left;
    width: 100%;
    background: url(../images/bg_08.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 150px;
}

.sy_four .sy_title strong {
    background: url(../images/bg_06-2.jpg) no-repeat bottom center;
    color: #fff;
}

.sy_four .nei {
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    float: left;
    width: 100%;
    background: #fff;
    padding: 80px;
}

.sy_four .pimg {
    float: left;
    width: 470px;
    height: 400px;
    overflow: hidden;
}

.sy_four .pimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sy_four .right {
    width: 620px;
}

.sy_four .right .top {
    float: left;
    width: 100%;
    padding-bottom: 15px;
    font-size: 36px;
    line-height: 50px;
}

.sy_four .right .top a {
    font-size: 30px;
}


/**gjcModify**/

.sy_four .right .desc {
    float: left;
    width: 100%;
    line-height: 46px;
    font-size: 20px;
    margin-bottom: 50px;
    color: #666
}


/**gjcModify**/

.sy_four .more {
    float: right;
    line-height: 44px;
    background: #156BE7;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
    padding: 0px 15px;
}

.sy_four .more:hover {
    background: #125CCB
}

.sy_five {
    float: left;
    width: 100%;
    margin: 0px -8px;
    margin-bottom: 110px;
}

.sy_five li {
    float: left;
    width: 20%;
    padding: 8px;
    margin-bottom: 50px;
}

.sy_five li a {
    float: left;
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    height: 130px;
    padding: 12px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}

.sy_five li a img {
    max-width: 100%;
    transition: 0.8s
}


/* 我们 */

.wm_menu {
    background: url(../images/bg_09.png) no-repeat center center;
    background-size: cover;
    float: left;
    width: 100%;
    margin-top: -5px;
}

.wm_one {
    float: left;
    width: 100%;
    text-align: center;
    background: url(../images/bg_10.png) no-repeat bottom center #fff;
    padding-bottom: 260px;
}

.wm_one .tit {
    font-size: 24px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
}

.wm_one .desc {
    float: left;
    width: 100%;
    line-height: 42px;
}

.wm_one .desc .imgLogo {
    height: 30px;
    margin: 0px 10px;
    margin-bottom: -10px;
}

.wm_two {
    float: left;
    width: 100%;
}

.wm_two .desc {
    float: left;
    line-height: 46px;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
}

.wm_two .bottom {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.wm_two .bottom img {
    max-width: 100%
}

.wm_three {
    float: left;
    width: 100%;
    padding: 0px 50px;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    height: 650px;
    background: url(../images/bg_06.jpg) repeat-x left center;
    background-size: 100% 4px;
    margin-top: 20px;
}

.wm_three .lSSlideOuter .lSPager.lSpg {
    display: none
}

.wm_three .lSSlideWrapper {
    width: 100%
}

.wm_three .lSAction {
    position: absolute;
    width: 100%;
    left: 0;
    top: 48%;
}

.wm_three .lSAction>a {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    transition: 0.5s
}

.wm_three .lSAction>.lSNext {
    right: 0px;
    background: url(../images/right.png) no-repeat center center #BFBFBF;
    background-size: 20px
}

.wm_three .lSAction>.lSPrev {
    left: 0px;
    background: url(../images/left.png) no-repeat center center #BFBFBF;
    background-size: 20px
}

.wm_three .lSAction>.lSNext:hover {
    right: 0px;
    background: url(../images/right.png) no-repeat center center #2878EA;
    background-size: 20px
}

.wm_three .lSAction>.lSPrev:hover {
    left: 0px;
    background: url(../images/left.png) no-repeat center center #2878EA;
    background-size: 20px
}

.wm_three li .nei {
    float: left;
    width: 100%;
    position: relative;
    height: 650px;
    padding-top: 360px;
    padding-left: 180px;
}

.wm_three .pimg {
    position: absolute;
    top: 308px;
    left: 0;
    width: 160px;
    padding-top: 180px;
    background: url(../images/bg_11.png) no-repeat top center;
}

.wm_three .pimg img {
    width: 160px;
    height: 160px;
    border-radius: 100px;
    object-fit: cover;
}

.wm_three .right {
    float: right;
    width: 100%;
}

.wm_three .right h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.wm_three .right .desc {
    float: left;
    width: 100%;
    line-height: 34px;
}

.wm_three li:nth-child(2n) .pimg {
    top: 0;
    background: url(../images/bg_11-sel.png) no-repeat bottom center;
    padding-top: 0;
    padding-bottom: 180px;
}

.wm_three li:nth-child(2n) .nei {
    padding-top: 0
}

.wm_four {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.wm_four .top_img,
.wm_four .top_img img {
    float: left;
    width: 100%
}

.wm_four .bottom {
    background: #E5E5E5;
    float: left;
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.wm_four li {
    float: left;
    width: 50%;
    padding: 15px 0;
}

.wm_four li h3 {
    float: left;
    font-size: 24px;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
}

.wm_four li p {
    float: left;
    width: 100%;
    line-height: 30px;
    opacity: 0.9
}

.wm_five {
    float: left;
    width: 100%;
    position: relative
}

.wm_five img {
    float: left;
    width: 100%
}

.wm_five .more {
    position: absolute;
    bottom: 120px;
    right: 120px;
    line-height: 40px;
    background: #156BE7;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
    padding: 0px 15px;
    padding-left: 25px;
}

.wm_five .more:hover {
    background: #125CCB
}

.wm_six {
    float: left;
    width: 100%;
    height: 460px;
    margin-bottom: 140px;
}


/* 小导航轮播 */

.dao_menu {
    float: left;
    width: 100%;
    background: #E5E5E5;
}

.dao_menu .swiper-slide {
    border-left: 1px solid #706F6F;
}

.dao_menu .swiper-slide a {
    float: left;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 20px
}

.dao_menu .swiper-slide i {
    padding-right: 30px;
}

.dao_menu .swiper-slide img {
    max-height: 90px;
}

.dao_menu .swiper-slide .img {
    display: block
}

.dao_menu .swiper-slide .imgWhite {
    display: none
}

.dao_menu a.sel {
    background: #156CE8;
    color: #fff
}

.dao_menu a.sel .img {
    display: none
}

.dao_menu a.sel .imgWhite {
    display: block
}

.dao_menu .next,
.dao_menu .prev {
    position: absolute;
    top: 25%;
    width: 50px;
    height: 50px;
    background: #156CE8;
    border-radius: 100px;
    z-index: 111;
    cursor: pointer;
    outline: none
}

.dao_menu .next {
    left: 50px;
    background: url(../images/prev.png) no-repeat center center #1580ec;
}

.dao_menu .prev {
    right: 50px;
    background: url(../images/next.png) no-repeat center center #1580ec;
}

.dao_menu .next.swiper-button-disabled {
    background: url(../images/prev.png) no-repeat center center #BFBFBF;
    cursor: default;
    background-size: 15px;
}

.dao_menu .prev.swiper-button-disabled {
    background: url(../images/next.png) no-repeat center center #BFBFBF;
    cursor: default;
    background-size: 15px;
}


/* 售后服务 */

.sh_main {
    float: left;
    width: 100%;
}

.sh_main .img {
    width: 60%;
    float: left;
}

.sh_main .nei {
    float: left;
    max-width: 40%;
    padding-top: 300px;
    margin-left: -100px;
}

.sh_main .nei h1 {
    float: left;
    width: 100%;
    font-size: 38px;
    color: #000000;
    font-weight: bold
}

.sh_main .nei .tell {
    float: left;
    padding-left: 100px;
    line-height: 80px;
    background: url(../images/gif/8.gif) no-repeat left center;
    font-size: 40px;
    font-weight: bold;
    margin-left: 150px;
    margin-top: 60px;
}


/* 招聘 zp */

.zp_ul {
    float: left;
    width: 100%;
    border: 2px solid #AAAAAA;
    background: #fff;
    margin-bottom: 150px;
    padding: 35px 0;
}

.zp_ul li {
    float: left;
    width: 100%;
    padding: 0px 35px;
}

.zp_ul .li {
    border: 0;
    line-height: 90px;
}

.zp_ul .li p {
    float: left;
    width: 23%;
    font-size: 24px;
    color: #000000;
    text-align: center;
	font-weight:bold;
}

.zp_ul li .pName,
.zp_ul .top .pName {
    width: 28%;
    text-align: left;
    padding-left: 90px;
}

.zp_ul .top {
    float: left;
    width: 100%;
    border-top: 2px solid #AAAAAA;
    padding-top: 45px;
    padding-bottom: 30px;
    background: url(../images/bg_14.png) no-repeat right 45px;
    cursor: pointer;
}

.zp_ul .top p {
    float: left;
    width: 23%;
    font-size: 24px;
    color: #000000;
    text-align: center
}

.zp_ul .bottom {
    float: left;
    width: 100%;
    padding: 30px 90px;
    line-height: 36px;
    font-size: 18px;
    display: none
}

.zp_ul .bottom a {
    color: #156BE7
}

.zp_ul .sel {
    background: #DCEAFB
}


/* 运营 yy */

.yy_one {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.yy_one li {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yy_one li .img-box {
    height: 460px;
    overflow: hidden;
    width: 50%;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.yy_one li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yy_one li .nei {
    float: left;
    width: 50%;
    padding-right: 40px;
}

.yy_one li .nei h2 {
    font-size: 24px;
    float: left;
    width: 100%;
    line-height: 54px;
    font-weight: bold
}

.yy_one li .nei .desc {
    font-size: 24px;
    float: left;
    width: 100%;
    line-height: 46px;
    padding-top: 5px;
}

.yy_one li:nth-child(2n) {
    flex-direction: row-reverse;
}

.yy_one li:nth-child(2n) .nei {
    text-align: right;
    padding-left: 40px;
    padding-right: 0;
}

.yy_two {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 40px;
}

.yy_two img {
    max-width: 90%
}


/* 培训体系 px */

.px_main {
    float: left;
    width: 100%;
    background: url(../images/bg_15.png) no-repeat bottom center;
    background-size: 100%
}

.px_one {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 190px;
}

.px_one .left {
    float: left;
    width: 1200px
}

.px_one ul {
    float: right;
    width: 190px;
}

.px_one ul li {
    float: left;
    width: 185px;
    border: 1px solid #BFBFBF;
    height: 56px;
    line-height: 56px;
    margin-top: 40px;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    text-align: center;
    margin-bottom: 8px;
}

.px_one ul li span {
    background: url(../images/bg_16.png) no-repeat left center;
    padding-left: 50px;
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
}

.px_one ul li:hover span {
    color: #156CE8
}

.px_two {
    float: left;
    width: 100%;
    padding-bottom: 200px;
}

.px_two li {
    float: left;
    width: 20%;
    padding: 0 12px;
    margin-bottom: 40px;
    text-align: center
}

.px_two .nei {
    float: left;
    width: 100%;
    height: 270px;
    background: #fff;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.px_two .img-box {
    float: left;
    height: 190px;
    padding-top: 50px;
    width: 100%;
    transition: 0.5s
}

.px_two .img-box img {
    max-height: 120px;
}

.px_two .img {
    display: inline-block
}

.px_two .imgWhite {
    display: none
}

.px_two h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 40px;
	font-weight:normal;
}

.px_two .nei:hover {
    background: #156CE8;
    color: #fff;
}

.px_two .nei:hover .img {
    display: none
}

.px_two .nei:hover .imgWhite {
    display: inline-block
}

.px_two .nei:hover .img-box {
    padding-top: 40px;
    height: 180px;
}


/* 查询弹框 */

.tan_cx {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tan_cx .main {
    width: 1100px;
    height: 140px;
    background: #fff;
    padding: 40px;
    position: relative
}

.tan_cx span {
    padding-left: 60px;
    line-height: 70px;
    background: url(../images/bg_16.png) no-repeat left center;
    font-size: 24px;
    float: left;
    margin: 0px 40px;
}

.tan_cx .txt {
    float: left;
    width: 590px;
    height: 70px;
    border: 2px solid #156CE8;
    padding-left: 25px;
    font-size: 20px;
    outline: none
}

.tan_cx .btn {
    float: right;
    width: 145px;
    height: 46px;
    background: #156CE8;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: 0.5s
}

.tan_cx .btn:hover {
    background: #1157C1
}

.tan_cx .close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 49px;
    height: 49px;
    background: url(../images/close.png) no-repeat left top;
    background-size: 100%;
    cursor: pointer
}


/* 营销策划 yx */

.yx_one {
    float: left;
    width: 100%
}

.yx_one .bg_img {
    float: left;
    width: 100%
}

.yx_one .nei {
    float: left;
    margin-bottom: -200px;
    padding-top: 40px;
    position: relative;
    z-index: 11;
}

.yx_one .nei h2 {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 20px;
}

.yx_one .nei p {
    float: left;
    width: 100%;
    font-size: 24px;
}

.yx_two {
    float: left;
    width: 100%;
    padding: 90px 0;
}

.yx_two li {
    float: left;
    width: 620px;
    padding: 50px 0;
    height: 420px;
    overflow: hidden;
}

.yx_two .img {
    float: left;
    height: 100px;
    transition: 0.5s
}

.yx_two .img img {
    max-height: 90px;
}

.yx_two h3 {
    float: left;
    width: 100%;
    padding:0px 0 30px;
    font-size: 24px;
    font-weight: bold
}

.yx_two p {
    float: left;
    width: 100%;
    padding-bottom: 22px;
    font-size: 24px;
}

.yx_two li:nth-child(2n) {
    float: right;
}

.yx_two li:hover .img {
    padding-top: 20px;
}


/* 渠道赋能 qd */

.qd_ul {
    margin-bottom: 120px;
}

.qd_ul .nei img {
    max-width: 80%
}

.qd_ul .nei h2 {
    padding: 20px 0;
    padding-top: 25px;
}

.qd_ul li .nei .desc {
    padding: 0;
}

.qd_ul li .img-box {
    height: 500px;
}


/* 项目 */

.xm_one {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.xm_one .img-box {
    float: left;
    width: 850px;
}

.xm_one .nei {
    float: left;
    width: 100%;
    padding-top: 170px;
    width: 480px;
}

.xm_one .title {
    align-items: center;
    display: flex;
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: bold
}

.xm_one .title img {
    margin-right: 40px;
}

.xm_one .desc {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    padding-top: 40px;
}

.xm_banner {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 26px;
}

.xm_banner img {
    max-width: 1400px;
}

.xm_two90{width:1280px; margin:auto;}
.xm_two {
    float: left;
    width: 100%;
    position: relative;
    margin: 100px 0 60px 0;
    display: flex;
    align-items: center;
}

.xm_two .info {
    position: absolute;
    top: 50px;
    left: 0;
    width: 380px;
}

.xm_two .ulgjc1 {float:left; width:500px;  padding-right:8px;}
.xm_two .ulgjc1 li{ float:left; width:100%; height:526px; background:#fff;-moz-box-shadow:0px 2px 8px rgba(0,0,0,0.3); -webkit-box-shadow:0px 2px 8px rgba(0,0,0,0.3); box-shadow:0px 2px 8px rgba(0,0,0,0.3);justify-content:center; align-items:center;display:-webkit-flex; margin:4px 0; transition:0.5s}
.xm_two .ulgjc1 li:hover{ background:#156CE8; color:#fff;}
.xm_two .infogjc1{ position:absolute; top:0px; left:530px; }

.xm_two .ulgjc2 {float:left; width:532px;  padding-right:8px;}
.xm_two .ulgjc2 li{ float:left; width:100%; height:260px; background:#156CE8;-moz-box-shadow:0px 2px 8px rgba(0,0,0,0.3); -webkit-box-shadow:0px 2px 8px rgba(0,0,0,0.3); box-shadow:0px 2px 8px rgba(0,0,0,0.3);justify-content:center; align-items:center;display:-webkit-flex; margin:4px 0; transition:0.5s}

.xm_two .ulgjc2 .nei{}
.xm_two .ulgjc2 .img-box{ width:100%; text-align:center}
.xm_two .ulgjc2 .img{ display:inline-block}
.xm_two .ulgjc2 .imgWhite{ display:none}
.xm_two .ulgjc2 h3{ float:left; width:100%; font-size:24px; padding-top:30px; font-weight:normal; color:#fff; text-align:center;}
.xm_two .ulgjc2 li:hover{ background:#fff; }
.xm_two .ulgjc2 li:hover h3{ color:#000;}

.xm_two .ulgjc2 li:hover .img{ display:none}
.xm_two .ulgjc2 li:hover .imgWhite{ display:inline-block}

.xm_two .infogjc2{ position:absolute; bottom:0px; left:0px;  z-index:1000000000; }


.xm_two .info .title {
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: bold
}

.xm_two .info .title img {
    height: 53px;
    margin-right: 35px;
}

.xm_two .info .desc {
    margin-top: 50px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}

.xm_two .ul {
    float: left;
    width: 20%;
    padding-right: 8px;
}

.xm_two .ul li {
    float: left;
    width: 100%;
    height: 260px;
    background: #fff;
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    margin: 4px 0;
    transition: 0.5s
}
.xm_two .ul li.none{ float:left; width:100%; background:#fff;-moz-box-shadow:0px 2px 8px rgba(0,0,0,0); -webkit-box-shadow:0px 2px 8px rgba(0,0,0,0); box-shadow:0px 2px 8px rgba(0,0,0,0);justify-content:center; align-items:center;display:-webkit-flex; margin:4px 0; transition:0.5s}


.xm_two .ul .nei {}

.xm_two .ul .img-box {
    width: 100%;
    text-align: center
}

.xm_two .ul .img {
    display: inline-block
}

.xm_two .ul .imgWhite {
    display: none
}

.xm_two .ul h3{ float:left; width:100%; font-size:24px; padding-top:30px; text-align:center; font-weight:normal;}

.xm_two .ul li:hover {
    background: #156CE8;
    color: #fff;
}
.xm_two .ul li.none:hover{ background:#fff; color:#fff;}


.xm_two .ul li:hover .img {
    display: none
}

.xm_two .ul li:hover .imgWhite {
    display: inline-block
}

.xm_two .ul4 {
    padding-bottom: 390px;
}

.xm_three {
    float: left;
    width: 100%;
    background: #0276C1;
    position: relative;
    margin-top: 50px;
}

.xm_three .right {
    float: right;
    width: 66%;
    background: #5C81AF;
    height: 820px;
    padding: 90px;
}

.xm_three .right img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.xm_three .swiper-slide {
    width: 420px;
    height: 630px;
    cursor: pointer
}

.xm_three .nei {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

.xm_three .left {
    float: left;
    width: 360px;
    padding-top: 140px
}

.xm_three .left li {
    color: #fff;
    float: left;
    width: 100%;
    height: 220px;
    padding-left: 100px;
    position: relative;
}

.xm_three .left .img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 80px;
}

.xm_three .left h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

.xm_three .left p {
    float: left;
    width: 100%;
    font-size: 15px;
    padding-top: 10px;
    line-height: 24px;
}


/* 新闻 xw */

.xw_list {
    float: left;
    width: 100%;
    padding-top: 120px;
}

.xw_list li {
    float: left;
    width: 100%;
    border: 1px solid #C2C2C2;
    border-radius: 50px;
    padding: 70px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 180px;
}

.xw_list .img-box {
    float: left;
    width: 590px;
    height: 440px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.xw_list .img-box img {
    max-width: 100%;
    object-fit: cover;
    max-height: 100%;
    transition: 1s
}

.xw_list .text-box {
    float: right;
    width: 540px;
}

.xw_list .title {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
}

.xw_list .desc {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    padding: 40px 0;
}

.xw_list .a_xq {
    float: right;
    background: #156BE7;
    color: #fff;
    border-radius: 10px;
    padding: 0px 15px;
    line-height: 40px;
    font-size: 20px;
    letter-spacing: 2px;
    transition: 0.5s
}

.xw_list .a_xq:hover {
    background: #0F489F
}

.xw_list .img-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.xq_title {
    float: left;
    width: 100%;
    padding-top: 100px;
    border-bottom: 2px solid #000000;
	padding-bottom:16px; margin-bottom:32px;
}

.xq_title h1 {
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 56px;
}

.xq_title .desc {
    float: left;
    width: 100%;
    padding: 40px 0;
    font-size: 18px;
}

.xq_info {
    float: left;
    width: 100%;
    padding: 70px 0 150px 0;
    font-size: 22px;
    line-height: 54px;
	font-size:24px;
}

.xq_info img {
    max-width: 100%;
}
.searchtab {border-color:#aaaaaa; font-size: 24px; border-top:2px #aaaaaa solid; border-left:2px #aaaaaa solid;}
.searchtab td{padding:10px 80px 10px; border-bottom:2px #aaaaaa solid; border-right:2px #aaaaaa solid; font-size:24px;}
.searchtab td span {font-size:24px;}
.searchtab tr:first-child{text-align:center; font-size:32px !important;}

.backgjc {text-align:center; padding-top:26px;}


/* 分页 */

.fenye {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 36px;
    padding-bottom: 150px;
    text-align: center;
    margin-top: -50px;
}

.fenye .nei {
    display: inline-block
}

.fenye a {
    float: left;
    border: 1px solid #DDDDDD;
    margin-left: -1px;
    min-width: 50px;
    padding: 0px 10px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    margin: 0px 5px;
    border-radius: 50px;
}

.fenye a:nth-child(1) {
    border: 0
}

.fenye a:last-child {
    border: 0
}

.fenye .a {
    padding: 0px 15px;
}

.fenye .curr {
    background: #1B5DAA;
    color: #fff;
    border: 1px solid #1B5DAA;
}

.fenye .no {
    color: #DDDDDD;
}


/* 产品 */

.cp_title {
    float: left;
    width: 100%;
    text-align: center;
    padding: 80px 0 100px 0;
}

.cp_title strong {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    background: url(../images/bg_06.jpg) no-repeat bottom center;
    padding-bottom: 28px;
    margin-left: 25px;
    margin-right: 90px;
    letter-spacing: 4px;
}

.cp_title img {
    margin-bottom: -12px;
}

.bg_one {
    float: left;
    width: 100%;
    background: url(../images/bg_17.jpg) no-repeat bottom center;
}

.bg_two {
    float: left;
    width: 100%;
    background: url(../images/bg_20.png) no-repeat top center;
}


/* 产品1 */

.c_one {
    float: left;
    width: 570px;
}

.c_one .top {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    font-weight: bold;
    line-height: 40px;
    font-size: 36px;
}

.c_one ul {
    float: left;
    width: 100%;
    text-align: center;
}

.c_one ul li {
    display: inline-block;
    width: 165px;
    height: 165px;
    background: #fff;
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    margin: 7px;
    transition: 0.5s;
    color: #156BE7;
}

.c_one ul .pimg {
    float: left;
    width: 100%;
    height: 125px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.c_one ul img {
    max-height: 70px;
}

.c_one ul .img {
    display: inline-block
}

.c_one ul .imgWhite {
    display: none
}

.c_one ul h3 {
    float: left;
    width: 100%;
    font-size: 16px;
}

.c_one ul li:hover {
    color: #fff;
    background: #156BE7
}

.c_one ul li:hover .img {
    display: none
}

.c_one ul li:hover .imgWhite {
    display: inline-block
}

.c_two {
    float: right;
    width: 800px;
}

.c_two li {
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    float: left;
    width: 350px;
    height: 510px;
    margin-left: 50px;
    overflow: hidden
}

.c_two li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.c_two li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.c_three {
    float: left;
    width: 100%;
    margin: 160px 0;
}

.c_three li {
    float: left;
    width: 410px;
    height: 530px;
    background: #fff;
    margin-right: 80px;
    -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    padding-top: 50px;
}

.c_three li .pimg {
    float: left;
    width: 100%;
    height: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_three li .pimg img {
    transition: 1s
}

.c_three li:hover .pimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.c_three h3 {
    float: left;
    width: 100%;
    text-align: center;
    background: url(../images/bg_18.jpg) no-repeat top center;
    padding-top: 35px;
    font-size: 24px;
	font-weight:normal;
}

.c_three li:last-child {
    margin-right: 0
}

.c_four {
    float: right;
    width: 780px;
    padding-bottom: 170px;
}

.c_four .title {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
}

.c_four .desc {
    float: left;
    width: 100%;
    font-size: 24px;
    padding: 40px 0;
    line-height: 40px;
}

.c_four .img {
    float: left;
    width: 100%
}

.c_four .img img {
    margin-top: 30px;
    margin-right: 100px;
}


/* 产品2 */

.c_five {
    float: left;
    width: 100%;
    background: url(../images/bg_19.png) no-repeat top center;
}

.c_five .pimg {
    float: right;
    margin-top: -120px;
    padding-bottom: 40px;
    width: 550px;
}

.c_five .nei {
    float: left;
    width: 700px;
    padding-top: 60px;
}

.c_five .title {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 40px;
}

.c_five .desc {
    float: left;
    width: 100%;
    font-size: 24px;
    padding-bottom: 120px;
}

.c_six {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.c_six li {
    float: left;
    width: 180px;
    margin-right: 60px;
}

.c_six .pimg {
    float: left;
    width: 180px;
    height: 180px;
    border: 1px solid #5A5A5A;
    border-radius: 100px;
    padding: 14px;
    margin-bottom: 70px;
}

.c_six .pimg span {
    float: left;
    width: 100%;
    height: 100%;
    background: #D7E4F5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    transition: 0.5s
}

.c_six .pimg span img {
    max-height: 170px;
}

.c_six .pimg .img {
    display: inline-block
}

.c_six .pimg .imgWhite {
    display: none
}

.c_six li:hover .pimg .img {
    display: none
}

.c_six li:hover .pimg .imgWhite {
    display: inline-block
}

.c_six li:hover .pimg span {
    background: #156CE8
}

.c_six li h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    line-height: 56px;
}

.c_six li:last-child {
    margin-right: 0
}


/* 产品3 */

.c_seven {
    float: left;
    width: 100%;
    padding-top: 140px;
}

.c_seven .pimg {
    width: 500px;
    float: left;
    text-align: center;
    height: 1040px;
}

.c_seven .nei {
    float: right;
    width: 570px;
    padding-top: 70px;
}

.c_seven .nei .cp_title {
    text-align: left;
}

.c_seven .desc {
    font-size: 24px;
    float: left;
    width: 100%;
    line-height: 56px;
    padding-left: 75px;
}

.c_title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 90px;
}

.c_eight {
    float: right;
    width: 1145px;
    height: 241px;
    background: url(../images/bg_21.png) no-repeat right top;
    background-size: 100% 100%;
    margin-bottom: 160px;
    padding-left: 180px;
    padding-top: 60px;
}

.c_eight .title {
    float: left;
    font-size: 36px;
    font-weight: bold;
    width: 100%
}

.c_eight .desc {
    float: left;
    width: 100%;
    font-size: 24px;
    padding-top: 20px;
    line-height: 50px;
}


/* 产品4 */

.cp_one {
    float: left;
    width: 100%;
    margin-top: 240px;
    background: url(../images/bg_22.png) no-repeat center center #fff;
    margin-bottom: 80px;
}

.cp_one .pimg {
    float: right;
    margin-top: -70px;
    width: 420px;
    overflow: hidden
}

.cp_one .pimg img {
    max-width: 100%
}

.cp_one .nei {
    float: left;
    width: 580px;
    margin-left: 90px;
}

.cp_one .desc {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 46px;
    letter-spacing: 1px;
}

.cp_one .cp_title {
    padding-top: 60px;
}

.cp_two {
    float: left;
    width: 100%;
    background: url(../images/bg_23.png) no-repeat top center;
    padding-top: 25px;
}

.cp_two .left_img {
    float: left;
    width: 620px;
    text-align: center;
    margin-bottom: -90px
}

.cp_two .right_info {
    float: right;
    width: 730px;
    padding-top: 320px;
}

.cp_two .right_info .title {
    float: left;
    font-size: 36px;
    font-weight: bold;
    width: 100%
}

.cp_two .right_info .desc {
    float: left;
    width: 100%;
    font-size: 24px;
    padding-top: 20px;
    line-height: 50px;
}

.cp_two ul {
    float: left;
    width: 100%;
    margin-bottom: 130px;
}

.cp_two ul li {
    float: left;
    width: 33.333%;
    padding-right: 10px;
    position: relative
}

.cp_two ul .jt {
    width: 54px;
    height: 54px;
    background: url(../images/jt.png) no-repeat center center;
    position: absolute;
    top: 120px;
    right: -22px;
    z-index: 111
}

.cp_two ul .nei {
    float: left;
    width: 100%;
    height: 280px;
    background: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.2);
    padding-top: 65px;
    text-align: center;
    transition: 0.5s
}

.cp_two ul .pimg {
    float: left;
    width: 100%;
    height: 120px;
}

.cp_two ul h3 {
    float: left;
    width: 100%;
    font-size: 24px;
	font-weight:normal;
}

.cp_two ul .nei:hover {
    background: #DBE9F9;
    padding-top: 40px;
}


/* 产品5 */

.cp_three {
    float: left;
    width: 100%;
    background: url(../images/bg_24.png) no-repeat bottom center;
    padding-top: 30px;
    padding-bottom: 300px;
    overflow: hidden;
}

.cp_three .nei {
    float: left;
    width: 480px;
}

.cp_three .nei .title {
    float: left;
    font-size: 36px;
    font-weight: bold;
    width: 100%;
}

.cp_three .nei .desc {
    float: left;
    width: 100%;
    padding-top: 50px;
    font-size: 24px;
    line-height: 54px;
    letter-spacing: 1px;
}

.cp_three .pimg {
    float: right;
    width: 820px;
    padding-top: 120px;
}

.cp_four {
    float: left;
    width: 100%;
    margin-bottom: 200px;
    margin-top: -80px;
}

.cp_four li {
    float: left;
    width: 430px;
    height: 510px;
    background: #fff;
    -moz-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15);
    margin-left: 50px;
    padding: 50px 40px;
}

.cp_four .li_img {
    margin-left: 0;
    -moz-box-shadow: 0px 15px 50px rgba(255, 101, 51, 0.3);
    -webkit-box-shadow: 0px 15px 50px rgba(255, 101, 51, 0.3);
    box-shadow: 0px 15px 50px rgba(255, 101, 51, 0.3);
    margin-top: -80px;
    padding: 0;
}

.cp_four .li_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp_four li .desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 70px;
    padding-top: 30px;
}

.cp_four li .desc p {
    font-size: 40px;
    border-bottom: 1px solid #000;
    line-height: 80px;
    margin-bottom: 25px;
}

.cp_four li .title {
    font-size: 40px;
    float: left;
    width: 100%;
    padding-bottom: 25px;
    font-weight: bold
}

.cp_four li .info {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 56px;
}


/* 产品6 */

.cp_five {
    float: left;
    width: 100%;
    background: url(../images/bg_25.png) no-repeat bottom center;
    padding-top: 60px;
}

.cp_five .pimg {
    float: left;
    width: 600px;
}

.cp_five .nei {
    float: right;
    width: 700px;
    padding-top: 260px;
}

.cp_five .title {
    float: left;
    font-size: 36px;
    font-weight: bold;
    width: 100%
}

.cp_five .desc {
    float: left;
    width: 100%;
    font-size: 24px;
    padding-top: 60px;
    line-height: 46px;
}

.cp_six {
    float: left;
    width: 100%;
    background: url(../images/bg_26.png) no-repeat center center;
    padding: 130px 0;
}

.cp_six .nei {
    float: left;
    width: 1200px;
    margin-left: 100px;
    background: url(../images/bg_27.png) repeat-x left top;
    background-size: 100% 100%;
    -moz-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.3);
    padding: 70px;
    color: #fff;
    position: relative;
    text-align: center;
}

.cp_six .nei .biao {
    position: absolute;
    top: 70px;
    left: 70px;
    color: #fff;
    font-size: 36px;
    font-weight: bold
}

.cp_six .nei .top {
    float: left;
    width: 100%;
    text-align: center;
}

.cp_six .nei .top img {
    border-radius: 200px;
}

.cp_six .bottom {
    display: inline-block;
    margin-top: 40px;
    line-height: 54px;
    text-align: left;
    color: #fff;
    font-size: 24px;
}

.cp_six .bottom p {
    font-size: 24px;
    padding-left: 50px;
    background: url(../images/bg_28.png) no-repeat left center;
}


/* 产品7 */

.cp_lunbo {
    float: left;
    width: 100%;
}

.cp_lunbo .swiper-slide {
    padding: 80px 25px 20px 25px;
}

.cp_lunbo .nei {
    float: left;
    width: 100%;
    height: 640px;
    background: #DBE9FA;
    background-size: 0 12px;
    -moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    margin-top: 0;
    transition: 0.5s;
    text-align: center;
    padding: 0 30px;
    position: relative
}

.cp_lunbo .nei::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 12px;
    background: #156CE8;
    transition: 0.5s
}

.cp_lunbo .swiper-slide-active .nei {
    background: #DBE9FA;
    margin-top: -50px;
}

.cp_lunbo .swiper-slide-active .nei::after {
    width: 100%
}

.cp_lunbo .pimg {
    float: left;
    width: 100%;
    padding: 30px;
    height: 500px;
}

.cp_lunbo .pimg img {
    height: 100%;
}

.cp_lunbo .title {
    float: left;
    width: 100%;
    border-top: 2px solid #000000;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    padding: 12px;
}

.cp_lunbo .bottom {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 150px;
}

.cp_lunbo .next,
.cp_lunbo .prev {
    width: 56px;
    height: 56px;
    display: inline-block;
    cursor: pointer;
    border-radius: 100px;
    transition: 0.5s;
    margin: 0px 30px;
}

.cp_lunbo .next {
    background: url(../images/left.png) no-repeat center center #BFBFBF;
    background-size: 20px;
}

.cp_lunbo .next:hover {
    background: url(../images/left.png) no-repeat center center #156CE8;
    background-size: 20px;
}

.cp_lunbo .prev {
    background: url(../images/right.png) no-repeat center center #BFBFBF;
    background-size: 20px;
}

.cp_lunbo .prev:hover {
    background: url(../images/right.png) no-repeat center center #156CE8;
    background-size: 20px;
}

.fx_wx {
    position: fixed;
    top: 45%;
    right: 40px;
    z-index: 1111
}

.fx_wx .img {
    width: 58px;
    border-radius: 100px;
    transition: 0.5s
}


/**gjcModify**/

.fx_wx:hover .img {
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

.fx_wx .la {
    width: 353px;
    height: 345px;
    background: url(../images/fu2.png) no-repeat left top;
    position: absolute;
    top: -40px;
    right: 68px;
    padding-top: 40px;
    text-align: center;
    display: none
}


/**gjcModify**/

.fx_wx .la img {
    width: 180px;
}

.fx_wx .la p {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 46px;
    padding-top: 8px;
}

.fx_wx:hover .la {
    display: block
}

.blue {
    color: #1c5eab;
}

.zscx_none {
    width: 60%;
    margin: auto;
    font-size: 26px;
}

.bgtest {
    width: 100px;
    height: 100px;
    margin: auto;
    background: url(../images/gif/6.gif) no-repeat left top;
}

.ts {
    color: red !important;
    margin-left: 70px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #757575;
    font-size: 20px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #757575;
    font-size: 20px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #757575;
    font-size: 20px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #757575;
    font-size: 20px;
    font-weight: bold;
}

.sn_cx {
    justify-content: center;
    align-items: center;
}

.sn_cx .main {
    width: 1100px;
    height: 110px;
    background: #fff;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #ccc;
    margin-bottom: 100px;
}

.sn_cx span {
    padding-left: 60px;
    line-height: 70px;
    background: url(../images/bg_16.png) no-repeat left center;
    font-size: 24px;
    float: left;
    margin: 0px 40px;
}

.sn_cx .txt {
    float: left;
    width: 590px;
    height: 70px;
    border: 2px solid #156CE8;
    padding-left: 25px;
    font-size: 20px;
    outline: none
}

.sn_cx .btn {
    float: right;
    width: 145px;
    height: 46px;
    background: #156CE8;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: 0.5s
}

.sn_cx .btn:hover {
    background: #1157C1
}

.relative {position:relative;}
.absolute1 {position:absolute; top:-142px;}
.absolute2 {position:absolute; top:360px;}
.dwyt {text-align:center; padding:26px 0px 0px; font-size:20px;}




.sy_menu_job {
    padding: 30px 0;
    float: left;
    width: 100%
}

.sy_menu_job li {
    float: left;
    margin-right: 10px;
    line-height: 46px;
    background: #E5E5E5;
    padding: 0px 15px;
    padding-left: 5px;
    cursor: pointer;
    transition: 0.3s
}

.sy_menu_job li span {
    float: left;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}

.sy_menu_job li span .img {
    display: inline-block
}

.sy_menu_job li span .imgWhite {
    display: none
}

.sy_menu_job .sel,
.sy_menu_job li:hover a,
.sy_menu_job li:hover {
    background: #156BE7;
    color: #fff;
}

.sy_menu_job .sel span .img,
.sy_menu_job li:hover span .img {
    display: none
}

.sy_menu_job .sel span .imgWhite,
.sy_menu_job li:hover span .imgWhite {
    display: inline-block
}


/* 产品2023 */
.bg_23{ float:left; width:100%; background:url(../images/2023bg.jpg) no-repeat top center; margin-top:-60px;}
.cp_title23{ float:left; width:100%; padding-bottom:36px;}
.cp_title23 strong{ font-size:40px; font-weight:bold;}

.c_23{ float:left; width:100%; padding-top:176px;}
.c_23 .pimg{ width:500px; float:left; text-align:center; height:556px;}
.c_23 .nei{ float:right; width:570px; padding-top:70px;}
.c_23 .nei .cp_title{ text-align:left;}
.c_23 .desc{ font-size:24px; float:left; width:100%; line-height:56px; }

.c_23_2{ float:right; width:962px; height:199px; background:url(../images/2023-3.png) no-repeat right top; background-size:100% 100%; margin-bottom:156px; padding-left:162px; padding-top:42px;}
.c_23_2 .title{ float:left; font-size:36px; font-weight:bold; width:100%}
.c_23_2 .desc{ float:left; width:100%; font-size:24px; padding-top:20px; line-height:50px;}
.c_23_3 {width:100%; height:618px; background:url(../images/2023-2.jpg) no-repeat left top; clear:both; float:none; margin-bottom:152px;}

/* 产品2025 */
.c_zh{ float:left; width:100%;}
.c_zh .pimg{ float:right; margin-top:-120px; padding-bottom:40px; width:550px;}
.c_zh .nei{ float:left; width:700px; padding-top:60px;}
.c_zh .title{ float:left; width:100%; font-size:36px; font-weight:bold; padding-bottom:40px;}
.c_zh .desc{ float:left; width:100%; font-size:24px; padding-bottom:120px; line-height:50px;}

.c_zh2{ float:left; width:1236px; height:300px; background:url(../images/ccjy-2.jpg) no-repeat left top; background-size:100% 100%; padding-left:246px; padding-top:60px; padding-right:36px;}
.c_zh2 .title{ float:left; font-size:36px; font-weight:bold; width:100%}
.c_zh2 .desc{ float:left; width:100%; font-size:24px; padding-top:20px; line-height:50px;}

.c_zh3 {text-align:right;}
.c_zh3 img{margin:50px 0px;}
.womenpic {margin-top:-60px;}
.womenpic img{
	margin-left:64px;
	-moz-box-shadow:2px 2px 5px #dddddd; 
-webkit-box-shadow:2px 2px 5px #dddddd; 
box-shadow:2px 2px 5px #dddddd;
margin-bottom:26px;
}
.font0413{font-family:"Times New Roman", Times, serif;}

.blue0413{color:#156ce8 !important; font-family:"Times New Roman", Times, serif;}
.desc0413 {font-size:22px; line-height:42px; padding-top:8px;}


.sy_jz1 {
	margin:0 auto;
    width: 100%;
	max-width:1400px;
}
.sy_jz2 {
	margin:0 auto;
    width: 100%;
	max-width:1400px;
}
.c_zh_jz{ float:left; width:100%;}
.c_zh_jz .pimg{ float:right; padding-bottom:40px; width:900px;}
.c_zh_jz .pimg img{width:900px;}
.c_zh_jz .nei{ float:left; width:360px; padding-top:60px;}
.c_zh_jz .title{ float:left; width:100%; font-size:36px; font-weight:bold; padding-bottom:40px;}
.c_zh_jz .desc{ float:left; width:100%; font-size:24px; padding-top:120px; line-height:50px;}


.sy_jz2 ul {
}

.sy_jz2 ul li {
    display: inline-block;
    width: 370px;
    height: 230px;
    background: #dbe9fa;
    transition: 0.4s;
    padding-top: 36px;
    text-align: center;
    color: #000;
	border-top-left-radius:160px;
	margin-left:93px;
}
.sy_jz2 ul li:nth-child(3) {margin-left:0px;}

.sy_jz2 ul .pimg {
    float: left;
    width: 100%;
    height: 96px;
}

.sy_jz2 ul li h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: normal
}

.sy_jz2 ul li .img {
    display: inline-block
}

.sy_jz2 ul li .imgWhite {
    display: none
}

.sy_jz2 ul li:hover {
    background: #156BE7;
    color: #fff;
    padding-top: 50px;
}

.sy_jz2 ul li:hover .img {
    display: none
}

.sy_jz2 ul li:hover .imgWhite {
    display: inline-block
}
