/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    /* color: #fff; */
    position: relative;
    /* font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif; */
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}



a:hover, a:active, a:focus {
    color: #122a88;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}



table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}


h1, h2, h3, h4 {
    line-height: 1.5;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #122a88;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #122a88;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #122a88;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #122a88;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #122a88;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
}

.aspg-left {
    width: 320px;
    float: left;
}

.aspg-right {
    width: 100;
    float: none;
}

.aspg-nei-img {
    margin-bottom: 20px;
}

.aspg-nei-img img {
    max-width: 100%;
}

.nei-news-list{
    margin-bottom: 30px;
}
.nei-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.nei-news-list li:nth-child(1) {
    padding-top: 0;
}

.nei-news-list li a {
    display: block;
}

.nei-news-list li .img {
    width: 250px;
    float: left;
    overflow: hidden;
}

.nei-news-list li .img img {
    max-width: 100%;
    transition: .5s;
}

.nei-news-list li a:hover .img img {
    transform: scale(1.1);
}

.nei-news-list li .wz {
    width: calc(96% - 250px);
    float: right;
}

.nei-news-list li .wz h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

.nei-news-list li .wz .date {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.nei-news-list li .wz .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nei-news-list li .wz .more {
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 8px;
}

.nei-news-list li a:hover .wz h3 {
    color: #122a88;
}

.nei-news-list1 li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nei-news-list1 li:nth-child(2n){
    margin-left: 4%;
}
.nei-news-list1 li a{
    display: block;
}
.nei-news-list1 li a h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a .info{
    font-size: 14px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.nei-news-list1 li a:hover h3{
    color: #122a88;
}







@media screen and (max-width:991px){
    .aspg-right{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width:767px){
    .nei-news-list li .img{
        width: 180px;
    }
    .nei-news-list li .wz{
        width: calc(96% - 180px);
    }
    .nei-news-list1 li{
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
}
@media screen and (max-width:480px){
    .nei-news-list li .img{
        width: 100%;
        float: none;
    }
    .nei-news-list li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .nei-news-list li .wz h3{
        font-size: 14px;
    }
    .nei-news-list1 li a h3{
        font-size: 14px;
    }
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}

.clicked .a{color: #5c677d !IMPORTANT;}





/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.dth_wh {
    display: block;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

@media(max-width:991px) {
    body {
        padding-top: 60px;
    }
}


/* 统一的样式 */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}


/* 插件整体修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

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

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}









/* 内页 */

.page-banner{
    position: relative;
}
.page-banner .wzs{
    display: block;
    position: absolute;
    left: 0;
    top: 0;	
    text-align: center;
    width: 100%;
    top: 32%;
}
.page-banner .wzs h2{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.page-banner .wzs h3{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.8);
	margin-top: 0.6em;
}
@media(max-width:1200px){
    .page-banner .wzs h2{
        font-size:3vw;
    }
    .page-banner .wzs h3{
        font-size:1.666vw;
    }
}

@media(max-width:768px){
    .page-banner .wzs{
        top:20%;
    }
    .page-banner .wzs h2{
        font-size:22px;
    }
    .page-banner .wzs h3{
        font-size:12px;
        margin-top:0.3em;
    }
}
@media(max-width:420px){
    .page-banner .wzs{
        top:22%;
    }
    .page-banner .wzs h2{
        font-size:20px;
    }
    .page-banner .wzs h3{
        font-size:11px;
        margin-top:0.3em;
    }
}


/* 
:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.5;
  font-weight: 400;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  

  --color-primary: #165DFF;
  --color-primary-dark: #0E4DD0;
  --color-primary-light: #4080FF;
  --color-bg-dark: #161B22;
  --color-bg-darker: #0F1319;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #1D2129;
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-dark);
} */

/* 过渡动画 */
/* .fade-up-banner {
  animation: fadeupbanner 1s ease-in-out;
}

@keyframes fadeupbanner {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
} */






.w1500{
    max-width: 1530px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.w1400{
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.w1200{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
@font-face {
	font-family: 'St';
	src: url('../fonts/SourceHanSerifCN-Bold.otf') format('truetype');
}
.syst {
    font-family: 'St';
}

.copy a img{
    max-width: 66px;
}


.top_head{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #e8f0fb;
    padding: 0 3%;
    height: 90px;
}
.logo{
    width: 20%;
    float: left;
    line-height: 90px;
}
.logo img{
    max-width: 100%;
}
.lang{
    width: 60px;
    float: right;
    margin-left: 30px;
    margin-top: 30px;
}
.lang a{
    display: block;
    border: 1px solid #65778f;
    border-radius: 6px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #65778f;
}
.top_tel{
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    float: right;
    border-right: 2px solid #555f82;
    padding: 0 15px;
    margin-top: 15px;

}
.d-menu{
    width: 60%;
    float: right;
}
.d-menu > li{
    width: 14.2857%;
    float: left;
    position: relative;
}
.d-menu > li > a{
    display: block;
    font-size: 18px;
    color: #65778f;
    line-height: 90px;
    text-align: center;
}
/* .d-menu li a:hover{
    color: #65778f;
} */


@media(max-width: 1199px){
    .top_tel{
        display: none;
    }
    .d-menu{
        width: 68%;
    }
}


.sy-banner{
    width: 100%;
    position: relative;
}
.banner-wz{
    position: absolute;
    top: 30%;
    left: 12%;
    z-index: 99;
}
.banner-wz .wz1{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 1.1;
}
.banner-wz .wz2{
    font-size: 19px;
    color: #fff;
    max-width: 720px;
    line-height: 1.8;
    margin: 30px 0;
}
.banner-wz .ban-btn a{
    display: inline-block;
    padding: 0 25px;
    transition: .5s;
    border-radius: 8px;
}
.banner-wz .ban-btn a span{
    display: inline-block;
    padding-left: 28px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
}
.banner-wz .ban-btn a.ban-btn-a1{
    margin-right: 15px;
}
.banner-wz .ban-btn a.ban-btn-a1 span{
    background: url(../images/tb1.png) no-repeat left center; 
}
.banner-wz .ban-btn a.ban-btn-a2 span{
    background: url(../images/tb2.png) no-repeat left center; 
}
.banner-wz .ban-btn a.ban-btn-a1{
    background: #b1bece;
    border: 1px solid #b1bece;
}
.banner-wz .ban-btn a.ban-btn-a2{
    background: #65778f;
    border: 1px solid #fff;
}
/* .banner-wz .ban-btn a.ban-btn-a1:hover{
    background: #b1bece;
}
.banner-wz .ban-btn a.ban-btn-a2:hover{
    background: rgba(67,80,117,0.5);
} */
.active .banner-wz  {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}


@media(max-width: 1599px){
    .banner-wz{
        left: 8%;
    }
    .banner-wz .wz1{
        font-size: 50px;
    }
    .banner-wz .wz2{
        font-size: 17px;
        max-width: 640px;
    }
}
@media(max-width: 1399px){
    .banner-wz{
        left: 5%;
        top: 22%;
    }
    .banner-wz .wz1{
        font-size: 40px;
    }
    .banner-wz .wz2{
        font-size: 16px;
        max-width: 580px;
    }
    .banner-wz .ban-btn a{
        padding: 0 20px;
        border-radius: 6px;
    }
    .banner-wz .ban-btn a span{
        padding-left: 24px;
        font-size: 15px;
        line-height: 42px;
    }
}
@media(max-width: 1199px){
    .banner-wz{
        left: 3%;
        top: 18%;
    }
    .banner-wz .wz1{
        font-size: 30px;
    }
    .banner-wz .wz2{
        font-size: 15px;
        max-width: 520px;
    }
}
@media(max-width: 991px){
    .banner-wz{
        left: 3%;
        top: 15%;
    }
    .banner-wz .wz1{
        font-size: 24px;
    }
    .banner-wz .wz2{
        font-size: 14px;
        max-width: 440px;
        margin: 20px auto;
    }
}
@media(max-width: 767px){
    .banner-wz .wz1{
        font-size: 24px;
        line-height: 1.5;
    }
    .banner-wz .wz2{
        font-size: 12px;
        max-width: 100;
        display: none;
    }
    .banner-wz .ban-btn{
        margin-top: 20px;
    }
    .banner-wz .ban-btn a{
        padding: 0 15px;
        border-radius: 5px;
    }
    .banner-wz .ban-btn a span{
        padding-left: 24px;
        font-size: 14px;
        line-height: 36px;
    }
}

.w-about{
    /* background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover; */
}
.sy_about{
    /* background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding: 4vw 0 5vw; */
    padding-top: 90px;
}
.sy_tlt{
    margin-bottom: 4vw;
}
.sy_tlt h3{
    font-size: 36px;
    font-weight: bold;
    color: #65778f;
    position: relative;
    padding-bottom: 8px;
}
.sy_tlt h3::before{
    content: '';
    width: 60px;
    height: 3px;
    background: #b1bece;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sy_about_con .sy_about_left{
    width: 49%;
    float: left;
}
.sy_about_con .sy_about_left .jj{
    font-size: 16px;
    color: #0d0d0d;
    line-height: 1.6;
}
.sy_about_con .sy_about_left ul{
    margin-top: 20px;
}
.active .sy_about_con .sy_about_left ul{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.sy_about_con .sy_about_left ul li{
    width: 49%;
    float: left;
    margin-bottom: 15px;
}
.sy_about_con .sy_about_left ul li:nth-child(2n+1){
    margin-right: 2%;
}
.sy_about_con .sy_about_left ul li a{
    display: block;
    text-align: center;
    background-image: linear-gradient(to right, #66788f, #8e9db1, #b0bdcd);
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
    border-radius: 10px;
    padding: 15px;
}
.sy_about_con .sy_about_left ul li a h3{
    font-size: 33px;
    color: #fff;
    font-weight: bold;
}
.sy_about_con .sy_about_left ul li a p{
    font-size: 16px;
    color: #fff;
}
.sy_about_con .sy_about_right{
    width: 49%;
    float: right;
}
.sy_about_con .sy_about_right img{
    width: 100%;
}
@media(max-width: 1399px){
    .sy_tlt h3{
        font-size: 30px;
    }
    .sy_tlt h3::before{
        width: 50px;
        height: 2px;
    }
    .sy_about_con .sy_about_left ul li a{
        padding: 10px;
    }
    .sy_about_con .sy_about_left ul li a h3{
        font-size: 28px;
    }
}
@media(max-width: 1199px){
    .sy_tlt h3{
        font-size: 24px;
    }
    .sy_tlt h3::before{
        width: 40px;
        height: 2px;
    }
    .sy_about_con .sy_about_left ul li a h3{
        font-size: 24px;
    }
    .sy_about_con .sy_about_left ul li a p{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .sy_tlt{
        margin-bottom: 30px;
    }
    .sy_about_con .sy_about_left{
        width: 100%;
        float: none;
    }
    .sy_about_con .sy_about_right{
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .sy_about_con .sy_about_left .jj{
        font-size: 14px;
    }
}


/*发展历程*/
.x-histroy{
    /* background: #172554; */
}
.sy_fzlc{
    /* padding: 3.2vw 0;
    background: #172554; */
    padding-top: 90px;
}
.sy_fzlc_con{
    width: 100%;
    overflow: hidden;
    /*padding: 0 60px;*/
    position: relative;
}
.fzlc_swiper{
    height: 420px;
    width: 100%;
    overflow: hidden;
    padding: 0 60px;
}
.active .fzlc_swiper{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.sy_fzlc_con::before{
    content: '';
    width: calc(100% - 120px);
    height: 4px;
    background: #65778f;
    position: absolute;
    left: 60px;
    top: 50%;
    margin-top: -2px;
}
.fzlc_swiper .swiper-button-arrow{
    width: 52px;
    height: 52px;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    background-image: url(../images/left3.png);
}
.fzlc_swiper .swiper-button-arrow::after{
    display: none!important;
}
.fzlc_swiper .swiper-button-prev{
    left: 0;
}
.fzlc_swiper .swiper-button-next{
    right: 0;
}
.fzlc_swiper .swiper-slide a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.fzlc_swiper .swiper-slide a::before{
    content: '';
    width: 20px;
    height: 20px;
    border: 5px solid #65778f;
    background: #b1bece;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;    
}
.fzlc_swiper .swiper-slide a .conn{
    width: 180px;
    height: 166px;
    background: #f7fafe;
    padding: 10px;
    border: 1px solid #e5eaef;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -90px;
    text-align: center;
}
.fzlc_swiper .swiper-slide.bb a .conn{
    top: auto;
    bottom: 0;
}
.fzlc_swiper .swiper-slide a .conn h3{
    font-size: 21px;
    line-height: 2;
    font-weight: bold;
    color: #65778f;
}
.fzlc_swiper .swiper-slide a .conn p{
    font-size: 16px;
    color: #0d0d0d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


@media(max-width: 1630px){
    

}
@media(max-width: 1399px){
    .fzlc_swiper .swiper-wrapper{
        padding: 0;
    }
    .fzlc_swiper .swiper-slide a .conn{
        left: 0;
        margin-left: 0;
    }
}
@media(max-width: 767px){
    .sy_fzlc{
        padding-top: 40px;
    }
    .fzlc_swiper{
        height: 200px;
    }
    .fzlc_swiper .swiper-slide a .conn{
        width: 100%;
        position: static;
        height: 140px;
    }
    .fzlc_swiper .swiper-slide a .conn h3{
        font-size: 18px;
    }
    .fzlc_swiper .swiper-slide a .conn p{
        font-size: 14px;
    }
    
    .fzlc_swiper{
        padding: 0;
    }
    .sy_fzlc_con::before{
        bottom: 20px;
        top: auto;
    }
    .fzlc_swiper .swiper-slide a::before{
        top: auto;
        bottom: 10px;
    }
    .fzlc_swiper .swiper-button-arrow{
        width: 38px;
        height: 38px;
    }


}


/*产品中心*/
.x-pro{
    /* background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover; */
}
.sy_cpzx{
    /* padding: 3vw 0;
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover; */
    padding-top: 90px;
}
.sy_cpzx_con{
    overflow: hidden;
}
.sy_cpzx_con ul li{
    /*width: 24%;*/
    /*float: left;*/
    /*margin-right: 1.33333%;*/
}
.active .sy_cpzx_con {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
/*.sy_cpzx_con ul li:nth-child(4n){*/
/*    margin-right: 0;*/
/*}*/
.sy_cpzx_con ul li a{
    display: block;
    border: 1px solid #65778f;
    border-radius: 10px;
    overflow: hidden;
    /* background: #1b2f6f; */
    transition: .3s;
}
.sy_cpzx_con ul li a .img img{
    width: 100%;
}
.sy_cpzx_con ul li a .wz{
    padding: 20px;
    border-top: 1px solid #fafbfc;
}
.sy_cpzx_con ul li a .wz h3{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
.sy_cpzx_con ul li a .wz .info{
    font-size: 15px;
    color: #dfdfdf;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sy_cpzx_con ul li a .wz dd{
    font-size: 14px;
    color: #3b82f6;
}


@media(max-width: 1399px){
    .sy_cpzx_con ul li a .wz h3{
        font-size: 18px;
    }
}
@media(max-width: 1199px){
    .sy_cpzx_con ul li a .wz{
        padding: 12px;
    }
    .sy_cpzx_con ul li a .wz h3{
        font-size: 16px;
    }
    .sy_cpzx_con ul li a .wz .info{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .sy_cpzx{
        padding: 30px 0;
    }
    .sy_cpzx_con ul li{
        width: 49%;
        margin-bottom: 10px;
        margin-right: 2%;
    }
    .sy_cpzx_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .sy_cpzx_con ul li a .wz h3{
        font-size: 15px;
    }
    .sy_cpzx_con ul li a .wz .info{
        font-size: 12px;
    }
    .sy_cpzx_con ul li a .wz dd{
        font-size: 12px;
    }

}


/*合作伙伴*/
.w-hzhb{
    /* background: #172554; */
}
.sy_hzhb{
    /* background: #172554;
    padding: 3vw 0; */
    padding-top: 90px;
}
.sy_hzhb_con ul li{
    width: 23%;
    margin-right: 2.66666666%;
    float: left;
    margin-bottom: 30px;
}
.active .sy_hzhb_con ul{
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.sy_hzhb_con ul li:nth-child(4n){
    margin-right: 0;
}
.sy_hzhb_con ul li a{
    display: block;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #374151;
    border-radius: 10px;
}
.sy_hzhb_con ul li a img{
    width: 100%;
}
.sy_hzhb_con ul li:hover a{
    transform: translateY(-5px);
}
@media(max-width: 1399px){
    .sy_hzhb_con ul li{
        margin-bottom: 20px;
    }

}
@media(max-width: 480px){
    .sy_hzhb{
        padding: 30px 0;
    }
    .sy_hzhb_con ul li{
        width: 32%;
        margin-right: 1.5%!important;
        margin-bottom: 15px;
    }
    .sy_hzhb_con ul li:nth-child(3n){
        margin-right: 0!important;
    }

}



/*底部*/
.footbg{
    background: #e8f0fb;
}
.foot1{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.foot1 > div{
    width: 24%;
}
.foot1 .ft1{
    max-width: 335px;
}
.foot1 .ft1 .ft1-img img{
    max-width: 100%;
}
.foot1 .ft1 .ft1-wz{
    font-size: 14px;
    line-height: 1.8;
    color: #0d0d0d;
    margin: 20px 0;
}
.foot1 .ft1 .ft1-fx li{
    display: inline-block;
    margin-right: 15px;
}
.foot1 .ft-tlt{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.foot1 .ft2{
    padding-left: 8%
}
.foot1 .ft2 .ft2-nav li a{
    font-size: 14px;
    line-height: 2;
    color: #0d0d0d;
}
.foot1 .ft2 .ft2-nav li a:hover{
    color: #000;
}
.foot1 .ft3 .ft3-lx li{
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.8;
    color: #0d0d0d;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 6px;
}
.foot1 .ft4 dd{
    font-size: 14px;
    color: #0d0d0d;
    line-height: 1.8;
}
.foot1 .ft4 #formsearchx{
    border: 1px solid #65778f;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    margin: 12px 0;
}
.foot1 .ft4 #formsearchx .intwd{
    width: calc(100% - 46px);
    background: none;
    outline: none;
    border: none;
    padding-left: 15px;
    font-size: 14px;
    line-height: 38px;
    background: #b1bece;
    color: #fff;
}
.foot1 .ft4 #formsearchx input:-ms-input-placeholder{
    color: #fff;
}
.foot1 .ft4 #formsearchx input::-webkit-input-placeholder{
    color: #fff;
}
.foot1 .ft4 #formsearchx .iconfont{
    width: 46px;
    height: 38px;
    border: none;
    outline: none;
    background-color: #65778f;
    background-image: url(../images/tb7.png);
    background-position: center;
    background-repeat: no-repeat;
}
.foot2{
    padding: 20px 0;
    border-top: 3px solid #b1bece;
    display: flex;
    justify-content: space-between;
}
.foot2 .copyr{
    font-size: 14px;
    line-height: 1.8;
    color: #0d0d0d;
}
.foot2 .copyr a{
    color: #0d0d0d;
}
.foot2 .copyr a:hover{
    color: #000;
}
.foot2 .jszc{
    font-size: 14px;
    line-height: 1.8;
    color: #0d0d0d;
}
.foot2 .jszc a{
    color: #0d0d0d;
}
/*.foot2 .jszc a img{*/
/*    max-width: 66px;*/
/*    filter: brightness(100);*/
/*}*/

@media(max-width: 991px){
    .sy_about,.sy_fzlc,.sy_hzhb{
        padding-top: 30px;
    }
    .sy_cpzx{
        padding: 30px 0;
    }
    .x-banner .owl-carousel .banner-item a img{
        height: auto;
    }
    .foot1 .ft2{
    padding-left: 0
}


}
@media(max-width: 767px){
    .foot1{
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .foot1 > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .foot1 .ft4{
        margin-bottom: 0;
    }
    .foot2{
        display: block;
    }

}




/*解决方案页*/
.ny_banner{
    width: 100%;
    padding: 6.8vw 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ny_banner .ny_banner_wz{
    max-width: 600px;
}
.ny_banner .ny_banner_wz h3{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.ny_banner .ny_banner_wz p{
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
}


@media(max-width: 1599px){
    .ny_banner{
        padding: 7.2vw 3%;
    }
    .ny_banner .ny_banner_wz h3{
        font-size: 44px;
    }
    .ny_banner .ny_banner_wz p{
        font-size: 18px;
    }
}
@media(max-width: 1499px){
    
    .ny_banner .ny_banner_wz h3{
        font-size: 40px;
    }
    .ny_banner .ny_banner_wz p{
        font-size: 17px;
    }
}
@media(max-width: 1399px){
    .ny_banner .ny_banner_wz h3{
        font-size: 36px;
    }
    .ny_banner .ny_banner_wz p{
        font-size: 16px;
    }
}
@media(max-width: 1299px){
    .ny_banner .ny_banner_wz h3{
        font-size: 32px;
    }
    .ny_banner .ny_banner_wz p{
        font-size: 15px;
    }
}
@media(max-width: 1199px){
    .ny_banner{
        padding: 8vw 15px;
    }
    .ny_banner .ny_banner_wz h3{
        font-size: 28px;
    }
    .ny_banner .ny_banner_wz p{
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .ny_banner .ny_banner_wz h3{
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .ny_banner{
        padding: 12vw 15px;
    }
    .ny_banner .ny_banner_wz h3{
        font-size: 22px;
    }
    .ny_banner .ny_banner_wz p{
        font-size: 12px;
    }
}


#ny_main{
    /* background: #172554;
    border-bottom: 1px solid #636d8c; */
    padding: 5vw 0;
}
#ny_main .ny_tong_tlt{
    margin-bottom: 35px;
}
#ny_main .ny_tong_tlt h3{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #65778f;
}
.solution_fa{
    margin-bottom: 60px;
}
.solution_fa_list li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
.solution_fa_list li:nth-child(4n){
    margin-right: 0;
}
.solution_fa_list li .conn{
    border: 1px solid #cdd5df;
    padding: 25px;
    border-radius: 10px;
    background: #e8f0fb;
    transition: .3s;
}
.solution_fa_list li:hover .conn{
    transform: translateY(-6px);
}
.solution_fa_list li .conn .img img{
    width: 64px;
    height: 64px;
}
.solution_fa_list li .conn h3{
    font-size: 20px;
    color: #0d0d0d;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 10px;
}
.solution_fa_list li .conn .wz1{
    font-size: 16px;
    color: #0d0d0d;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.solution_fa_list li .conn .wz2{
    margin: 15px 0;
}
.solution_fa_list li .conn .wz2 p{
    font-size: 14px;
    line-height: 2;
    color: #0d0d0d;
    padding-left: 22px;
    background: url(../images/tb12.png) no-repeat left center;
}
.solution_fa_list li .conn .openModal{
    font-size: 16px;
    color: #93c5fd;
    cursor: pointer;
    display: inline-block;
}
.solution_fa_list li .conn .openModal:hover{
    color: #5889f6;
}
/*留言弹窗*/
#myModal{
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.7);
    padding: 5vw 3vw 3vw; 
}
#myModal .modaldiv{
    max-width: 460px;
    margin: 0 auto;
    background: rgb(30 57 138 / var(--tw-bg-opacity, 1));
    /* border: 1px solid #2563eb; */
    padding: 25px;
    position: relative;
    border-radius: 10px;
}
#myModal .modaldiv .colseModal{
    font-size: 20px;
    color: #e5e7eb;
    opacity: 0.6;
    position: absolute;
    right: 30px;
    top: 35px;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif
}
#myModal .modaldiv > h3{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}
#myModal .modaldiv .item{
    margin-top: 12px;
}
#myModal .modaldiv .item dl{
    font-size: 14px;
    line-height: 2;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
#myModal .modaldiv .item input{
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    border: 1px solid rgb(29 78 216 / var(--tw-border-opacity, 1));
    background: rgb(30 64 175 / 0.6);
    outline: none;
    padding: 6px 15px;
    width: 100%;
    border-radius: 6px;
    font-size: 15px;
    line-height: 2;
}
#myModal .modaldiv .item input::-webkit-input-placeholder{
    color: rgb(255 255 255 / var(--tw-text-opacity, 0.6));;
}
#myModal .modaldiv .item textarea{
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    border: 1px solid rgb(29 78 216 / var(--tw-border-opacity, 1));
    background: rgb(30 64 175 / 0.6);
    outline: none;
    padding: 10px 15px;
    width: 100%;
    border-radius: 6px;
    font-size: 15px;
    line-height: 2;
    height: 128px;
}
#myModal .modaldiv .item textarea::-webkit-input-placeholder{
    color: rgb(255 255 255 / var(--tw-text-opacity, 0.6));;
}
#myModal .modaldiv .tjbt{
    margin-top: 30px;
}
#myModal .modaldiv .tjbt input{
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: rgb(37 99 235 / var(--tw-bg-opacity, 1));
    border: none;
    outline: none;
    border-radius: 6px;
}

.solution_li ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}
.solution_li ul li:nth-child(3n){
    margin-right: 0;
}
.solution_li ul li a{
    display: block;
    border: 1px solid #b1bece;
    border-radius: 10px;
    overflow: hidden;
    background: #e8f0fb;
}
.solution_li ul li .img{
    position: relative;
}
.solution_li ul li .img img{
    width: 100%;
}
.solution_li ul li .img dd{
    display: block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 48px;
    padding-left: 60px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 48px 48px;
}
.solution_li ul li .wz{
    padding: 20px;
}
.solution_li ul li .wz .info{
    font-size: 16px;
    color: #0d0d0d;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.solution_li ul li .wz dl{
    font-size: 16px;
    color: #65778f;
    margin-top: 20px;
}


.pro_li ul li{
    width: 24%;
    float: left;
    margin-right: 1.333333%;
    margin-bottom: 25px;
}
.pro_li ul li:nth-child(4n){
    margin-right: 0;
}
.pro_li ul li a{
    display: block;
    border: 1px solid #b1bece;
    border-radius: 10px;
    overflow: hidden;
    background: #e8f0fb;
}
.pro_li ul li .img{
    overflow: hidden;
}
.pro_li ul li .img img{
    width: 100%;
}
.pro_li ul li .wz{
    padding: 20px;
}
.pro_li ul li .wz h3{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.pro_li ul li .wz .info{
    font-size: 16px;
    color: #0d0d0d;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro_li ul li .wz dl{
    font-size: 16px;
    color: #65778f;
    margin-top: 20px;
}


@media(max-width: 1399px){
    #ny_main .ny_tong_tlt h3{
        font-size: 28px;
    }
    .solution_fa_list li .conn h3{
        font-size: 18px;
    }
}
@media(max-width: 1199px){
    #ny_main .ny_tong_tlt h3{
        font-size: 24px;
    }
    .solution_fa_list li .conn h3{
        font-size: 17px;
    }
    .solution_fa_list li .conn .wz1{
        font-size: 15px;
    }
    .solution_fa_list li .conn .openModal{
        font-size: 15px;
    }
    .solution_fa{
        margin-bottom: 40px;
    }
    .solution_li ul li .img dd{
        font-size: 18px;
        background-size: 40px 40px;
        padding-left: 50px;
        line-height: 40px;
    }
    .pro_li ul li .wz h3{
        font-size: 18px
    }
    .pro_li ul li .wz .info{
        font-size: 14px;
    }
    .pro_li ul li .wz dl{
        font-size: 14px;
    }


}
@media(max-width: 991px){
    #ny_main .ny_tong_tlt{
        margin-bottom: 20px;
    }
    .solution_fa_list li .conn h3{
        font-size: 16px;
    }
    .solution_fa_list li .conn .wz1{
        font-size: 14px;
    }
    .solution_fa_list li .conn .openModal{
        font-size: 14px;
    }
    .solution_fa{
        margin-bottom: 30px;
    }
    .pro_li ul li{
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px
    }
     .pro_li ul li:nth-child(2n){
        margin-right: 0;
     }
}
@media(max-width: 767px){
    #ny_main{
        padding: 30px 0;
    }
    .solution_fa_list li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #myModal{
        padding-top: 60px;
    }
    #myModal .modaldiv > h3{
        font-size: 20px;
    }
    .solution_fa{
        margin-bottom: 20px;
    }
    .solution_li ul li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pro_li ul li{
        width: 100%;
        margin-right:0;
        margin-bottom: 20px
    }
     .pro_li ul li .wz{
        padding: 15px
     }

}



.solution_ys{
    margin-bottom: 60px;
}
.solution_ys_list li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 24px;
    float: left;
}
.solution_ys_list li:nth-child(2n){
    margin-right: 0;
}
.solution_ys_list li a{
    display: block;
    border: 1px solid #2563eb;
    padding: 25px;
    border-radius: 10px;
    background: #1b2f6f;
    transition: .3s;
}
.solution_ys_list li .img{
    float: left;
}
.solution_ys_list li .img img{
    width: 56px;
    height: 56px;
}
.solution_ys_list li .wz{
    width: calc(96% - 56px);
    float: right;
}
.solution_ys_list li .wz h3{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}
.solution_ys_list li .wz p{
    font-size: 16px;
    color: #fff;
}
.solution_ys_list li:hover a{
    transform: translateY(-6px);
}

@media(max-width: 1199px){
    .solution_ys{
        margin-bottom: 40px;
    }
    .solution_ys_list li .wz h3{
        font-size: 18px;
    }
    .solution_ys_list li .wz p{
        font-size: 15px;
    }
}
@media(max-width: 767px){
    .solution_ys{
        margin-bottom: 20px;
    }
    .solution_ys_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .solution_ys_list li a{
        padding: 15px;
    }
    .solution_ys_list li .wz h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .solution_ys_list li .wz p{
        font-size: 14px;
    }
}

.solution_al{
    margin-bottom: 60px;
}
.solution_al_list li{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.solution_al_list li:nth-child(3n){
    margin-right: 0;
}
.solution_al_list li a{
    display: block;
    border: 1px solid #2563eb;
    border-radius: 10px;
    overflow: hidden;
    background: #1b2f6f;
    transition: .3s;
}
.solution_al_list li a .img img{
    width: 100%;
}
.solution_al_list li a .wz{
    padding: 20px;
}
.solution_al_list li a .wz .xwsj{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.solution_al_list li a .wz .xwsj dl{
    display: inline-block;
    width: 70px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #1d3893;
    border-radius: 12px;
}
.solution_al_list li a .wz .xwsj dt{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    background: url(../images/tb35.png) no-repeat left center;
}
.solution_al_list li a .wz h3{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.solution_al_list li a .wz .info{
    font-size: 15px;
    color: #dfdfdf;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.solution_al_list li a .wz dd{
    font-size: 14px;
    color: #93c5fd;
}
.solution_al_list li:hover a{
    transform: translateY(-10px);
} 

@media(max-width: 1399px){
    .solution_al_list li a .wz h3{
        font-size: 18px;
    }
}
@media(max-width: 1199px){
    .solution_al{
        margin-bottom: 40px;
    }
    .solution_al_list li a .wz{
        padding: 12px;
    }
    .solution_al_list li a .wz h3{
        font-size: 17px;
    }
    .solution_al_list li a .wz .info{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .solution_al{
        margin-bottom: 20px;
    }
    .solution_al_list li{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        float: none;
    }
    .solution_al_list li a .wz h3{
        font-size: 16px;
    }

}


/*服务与支持*/
.service_xm{
    margin-bottom: 40px;
}
.service_xm_list li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}
.service_xm_list li:nth-child(3n){
    margin-right: 0;
}
.service_xm_list li .conn{
    border: 1px solid #cdd5df;
    padding: 25px;
    border-radius: 10px;
    background: #e8f0fb;
    transition: .3s;
}
.service_xm_list li:hover .conn{
    transform: translateY(-6px);
}
.service_xm_list li .conn .img img{
    width: 64px;
    height: 64px;
}
.service_xm_list li .conn h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 10px;
}
.service_xm_list li .conn .wz1{
    font-size: 16px;
    color: #0d0d0d;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service_xm_list li .conn .wz2{
    margin: 15px 0;
}
.service_xm_list li .conn .wz2 p{
    font-size: 14px;
    line-height: 2;
    color: #0d0d0d;
    padding-left: 22px;
    background: url(../images/tb12.png) no-repeat left center;
}


@media(max-width: 1399px){
    .service_xm_list li .conn h3{
        font-size: 18px;
    }
}
@media(max-width: 1199px){
    .service_xm_list li .conn h3{
        font-size: 17px;
    }
    .service_xm_list li .conn .wz1{
        font-size: 15px;
    }
    .service_xm_list li .conn .openModal{
        font-size: 15px;
    }
    .service_xm_list{
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .service_xm_list li{
        margin-bottom: 20px;
    }
    .service_xm_list li .conn h3{
        font-size: 16px;
    }
    .service_xm_list li .conn .wz1{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .service_xm_list li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .service_xm_list li .conn{
        padding: 15px;
    }
    .solution_fa{
        margin-bottom: 20px;
    }

}


.service_wt_list li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}
.service_wt_list li:nth-child(2n){
    margin-right: 0;
}
.service_wt_list li a{
    display: block;
    border: 1px solid #cbd4de;
    padding: 25px;
    border-radius: 10px;
    background: #e8f0fb;
    transition: .3s;
}
.service_wt_list li:hover a{
    transform: translateY(-6px);
}
.service_wt_list li h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 55px;
    line-height: 42px;
    background: url(../images/tb23.png) no-repeat left center;
    background-size: 41px 41px;
    margin-bottom: 12px;
}
.service_wt_list li p{
    font-size: 16px;
    color: #0d0d0d;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 55px;
    background: url(../images/tb24.png) no-repeat left center;
    background-size: 41px 41px;
}

@media(max-width: 1399px){
    .service_wt_list li h3{
        font-size: 18px;
    }
    .service_wt_list li p{
        font-size: 15px;
    }
}
@media(max-width: 1199px){
    .service_wt_list li h3{
        font-size: 16px;
    }
    .service_wt_list li p{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .service_wt_list li{
        width: 100%;
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .service_wt_list li a{
        padding: 15px;
    }
    .service_wt_list li h3{
        padding-left: 45px;
        background-size: 32px 32px;
    }
    .service_wt_list li p{
        padding-left: 45px;
        background-size: 32px 32px;
        line-height: 23px;
        height: auto;
        -webkit-line-clamp: 3;
    }
}


.ny_news_list li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 35px;
}
.ny_news_list li:nth-child(3n){
    margin-right: 0;
}
.ny_news_list li a{
    display: block;
    border: 1px solid #b1bece;
    border-radius: 10px;
    overflow: hidden;
    background: #e8f0fb;
    transition: .3s;
}
.ny_news_list li a .img img{
    width: 100%;
}
.ny_news_list li a .wz{
    padding: 20px;
}
.ny_news_list li a .wz .xwsj{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.ny_news_list li a .wz .xwsj dl{
    display: inline-block;
    width: 70px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #b1bece;
    border-radius: 12px;
}
.ny_news_list li a .wz .xwsj dt{
    display: inline-block;
    font-size: 14px;
    color: #65778f;
    padding-left: 20px;
    background: url(../images/tb35.png) no-repeat left center;
}
.ny_news_list li a .wz h3{
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    font-weight: bold;
    color: #0d0d0d;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ny_news_list li a .wz .info{
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    color: #0d0d0d;
    margin: 10px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ny_news_list li a .wz dd{
    font-size: 14px;
    color: #65778f;
}
.ny_news_list li:hover a{
    transform: translateY(-10px);
} 

@media(max-width: 1199px){
    .ny_news_list li a .wz h3{
        font-size: 18px;
        line-height: 24px;
        height: 48px;
    }
    .ny_news_list li{
        margin-bottom: 25px;
    }
}
@media(max-width: 767px){
    .ny_news_list li a .wz h3{
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }
    .ny_news_list li a .wz .info{
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .ny_news_list li{
        margin-bottom: 20px;
        width: 100%;
        float: none;
        margin-right: 0;
    }
}


/*合作伙伴*/
.cooperate_ln{
    padding: 30px 30px 0 30px;
    background: #1b2f6f;
    border-radius: 10px;
    margin-bottom: 60px;
}
.ny_tong_tlt p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    max-width: 750px;
    margin: 20px auto 0;
}
.cooperate_ln_list li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 24px;
    float: left;
}
.cooperate_ln_list li:nth-child(2n){
    margin-right: 0;
}
.cooperate_ln_list li a{
    display: block;
    border: 1px solid #2563eb;
    padding: 25px;
    border-radius: 10px;
    background: #1b2f6f;
    transition: .3s;
}
.cooperate_ln_list .img{
    float: left;
}
.cooperate_ln_list .img img{
    width: 48px;
    height: 48px;
}
.cooperate_ln_list li .wz{
    width: calc(97% - 48px);
    float: right;
}
.cooperate_ln_list li .wz h3{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}
.cooperate_ln_list li .wz p{
    font-size: 16px;
    color: #fff;
}
.cooperate_ln_list li:hover a{
    transform: translateY(-6px);
}

@media(max-width: 1199px){
    .cooperate_ln{
        margin-bottom: 40px;
    }
    .cooperate_ln_list li .wz h3{
        font-size: 18px;
    }
    .cooperate_ln_list li .wz p{
        font-size: 15px;
    }
    .ny_tong_tlt p{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .cooperate_ln{
        margin-bottom: 20px;
        padding: 15px 15px 0 15px;
    }
    .cooperate_ln_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .cooperate_ln_list li a{
        padding: 15px;
    }
    .cooperate_ln_list li .wz h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .cooperate_ln_list li .wz p{
        font-size: 14px;
    }
}


.cooperate_logo{
    margin-bottom: 60px;
}
.cooperate_logo_list{
    margin-left: -10px;
    margin-right: -10px;
}
.cooperate_logo_list li{
    width: 25%;
    float: left;
    margin-bottom: 24px;
    padding: 0 10px;
}
.cooperate_logo_list li a{
    display: block;
    transition: .3s;
    overflow: hidden;
}
.cooperate_logo_list li .img img{
    width: 100%;
}
.cooperate_logo_list li:hover a{
    transform: translateY(-5px);
}
@media(max-width: 767px){
    .cooperate_logo{
        margin-bottom: 20px;
    }
    .cooperate_logo_list{
        margin-left: -7px;
        margin-right: -7px;
    }
    .cooperate_logo_list li{
        width: 50%;
        margin-bottom: 15px;
        padding: 0 7px;
    }

}


.cooperate_ys{
    margin-bottom: 60px;
}
.cooperate_ys_list li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
.cooperate_ys_list li:nth-child(4n){
    margin-right: 0;
}
.cooperate_ys_list li a{
    display: block;
    border: 1px solid #2563eb;
    padding: 25px;
    border-radius: 10px;
    background: #1b2f6f;
    transition: .3s;
    text-align: center;
}
.cooperate_ys_list li:hover a{
    transform: translateY(-6px);
}
.cooperate_ys_list li .img img{
    width: 66px;
    height: 66px;
}
.cooperate_ys_list li a .wz h3{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0 10px;
}
.cooperate_ys_list li a .wz p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cooperate_ln_aa{
    padding-bottom: 30px;
    text-align: center;
}
.cooperate_ln_aa a{
    display: inline-block;
    width: 128px;
    line-height: 52px;
    text-align: center;
    margin: 0 8px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
}
.cooperate_ln_aa a.openModal{
    background: #2563eb;
    border: 2px solid #2563eb;
}
.cooperate_ln_aa a.hzzc{
    border: 2px solid #fff;
}
@media(max-width: 1199px){
    .cooperate_ys{
        margin-bottom: 40px;
    }
    .cooperate_ys_list li a .wz h3{
        font-size: 18px;
    }
    .cooperate_ys_list li a .wz p{
        font-size: 15px;
        height: 72px;
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 767px){
    .cooperate_ys{
        margin-bottom: 20px;
    }
    .cooperate_ys_list li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cooperate_ys_list li .img img{
        width: 56px;
        height: 56px;
    }
    .cooperate_ys_list li a .wz h3{
        font-size: 16px;
    }
    .cooperate_ys_list li a .wz p{
        font-size: 14px;
        height: auto;
        -webkit-line-clamp: 2;
    }
    .cooperate_ln_aa a{
        display: block;
        width: 100%;
    }
    .cooperate_ln_aa a.openModal{
        margin-bottom: 20px;
    }

}


.ny_mbox{
    margin-bottom: 40px;
}
.ny_mbox ul{
    text-align: center;
}
.ny_mbox ul li{
    display: inline-block;
    margin: 0 10px;
}
.ny_mbox ul li a{
    display: block;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
    border: 1px solid rgb(30 64 175 / var(--tw-border-opacity, 1));
    background: rgb(30 58 138 / 0.4);
    padding: 10px 25px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 25px;
}
.xw_ny_mbox ul li a span{
    display: block;
    padding-left: 25px;
}
.ny_mbox ul li a.cur{
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
}
.xw_ny_mbox ul li:nth-child(1) a span{
    background: url(../images/tb33.png) no-repeat left center;
}
.xw_ny_mbox ul li:nth-child(2) a span{
    background: url(../images/tb34.png) no-repeat left center;
}
.ny_pro_list li{
    width: 24%;
    float: left;
    margin-right: 1.33333%;
    margin-bottom: 50px;
}
.ny_pro_list li:nth-child(4n){
    margin-right: 0;
}
.ny_pro_list li a{
    display: block;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #b1bece;
    background: #e8f0fb;
}
.ny_pro_list li .img img{
    width: 100%;
}
.ny_pro_list li .wz{
    padding: 20px 10px;
}
.ny_pro_list li .wz h3{
    font-size: 22px;
    color: #0d0d0d;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
@media(max-width: 1199px){
    .ny_mbox ul li a{
        padding: 5px 20px;
        line-height: 24px;
        font-size: 15px;
        border-radius: 22px;
    }
    .ny_mbox{
        margin-bottom: 10px;
    }
    .ny_mbox ul li{
        margin: 0 5px 10px;
    }
    .ny_pro_list li{
        margin-bottom: 30px;
    }
    .ny_pro_list li .wz h3{
        font-size: 18px;
    }
   
}
@media(max-width: 767px){
    .ny_mbox ul li a{
        font-size: 14px;
    }
    .ny_pro_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .ny_pro_list li:nth-child(2n){
        margin-right: 0;
    }
    .ny_pro_list li .wz{
        padding: 12px 5px;
    }
    .ny_pro_list li .wz h3{
        font-size: 16px;
    }
    

}

.pro-down {
    background: #e8f0fb;
    margin-top: 6vw;
}
.pro-down ul li{
    padding: 0 50px;
}
.pro-down ul li:hover{
    background: #b1bece;
}
.pro-down ul li .cont{
    border-bottom: 2px dashed #d9e1e9;
    position: relative;
    
}
.pro-down ul li:last-child .cont{
    border: none;
}
.pro-down ul li h3{
    width: calc(100% - 130px);
    font-size: 32px;
    color: #0d0d0d;
    padding-left: 130px;
    background-image: url(../images/download1.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    line-height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-down ul li:hover h3{
    color: #fff;
    background-image: url(../images/download2.png);
}
.pro-down ul li .cont a{
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    right: 25px;
    top: 24px;
    background: url(../images/download3.png) no-repeat center;
    background-size: 100% 100%;
}
.pro-down ul li:hover .cont a{
    background: url(../images/download4.png) no-repeat center;
    background-size: 100% 100%;
}

@media(max-width: 1199px){
    .pro-down ul li{
        padding: 0 30px;
    }
    .pro-down ul li h3{
        width: calc(100% - 110px);
        font-size: 24px;
        padding-left: 100px;
        background-position: 15px center;
        background-size: 42px 51px;
        line-height: 90px;
    }
    .pro-down ul li .cont a{
        width: 50px;
        height: 50px;
        right: 15px;
        top: 20px;
    }
}
@media(max-width: 767px){
    .pro-down ul li{
        padding: 0 10px;
    }
    .pro-down ul li h3{
        width: calc(100% - 65px);
        font-size: 18px;
        padding-left: 55px;
        background-position: 10px center;
        background-size: 32px 39px;
        line-height: 70px;
    }
    .pro-down ul li .cont a{
        width: 40px;
        height: 40px;
        right: 10px;
        top: 14px;
    }
}



/*招聘*/
.ny_job_list li{
    margin-bottom: 32px;
}
.ny_job_list li .conn{
    display: block;
    border: 1px solid #b1bece;
    padding: 25px;
    border-radius: 10px;
    background: #e8f0fb;
    transition: .3s;
}
/* .ny_job_list li:hover .conn{
    transform: translateY(-6px);
} */
.ny_job_list li .conn .wz1{
    display: flex;
    justify-content: space-between;
}
.ny_job_list li .conn .wz1 .job_tt{
    width: 70%;
}
.ny_job_list li .conn .wz1 .job_tt h3{
    font-size: 24px;
    font-weight: bold;
    color: #0d0d0d;
    margin-bottom: 5px;
}
.ny_job_list li .conn .wz1 .job_tt .ttj dd{
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    color: #0d0d0d;
    padding-left: 24px;
    background: url(../images/tb36.png) no-repeat left center;
}
.ny_job_list li .conn .wz1 .job_tt .ttj dl{
    display: inline-block;
    font-size: 15px;
    color: #0d0d0d;
    padding-left: 24px;
    background: url(../images/tb37.png) no-repeat left center;
}
.ny_job_list li .conn .wz1 .openModal{
    font-size: 15px;
    width: 112px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    background: #65778f;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}
.ny_job_list li .conn .wz2{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.ny_job_list li .conn .wz2 > div{
    width: 49%;
}
.ny_job_list li .conn .wz2 > div h3{
    font-size: 18px;
    font-weight: bold;
    color: #0d0d0d;
    margin-bottom: 10px;
}
.ny_job_list li .conn .wz2 > div .info p{
    font-size: 14px;
    line-height: 2;
    color: #0d0d0d;
    padding-left: 22px;
    background: url(../images/tb12.png) no-repeat left center;
}

.job_wz{
    margin-bottom: 7vw;
}
.job_wz ul li{
    width: 32%;
    margin-right: 2%;
    border: 1px solid #cbd6e3;
    padding: 50px 20px;
    background: #e8f0fb;
    text-align: center;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}
.job_wz ul li:nth-child(3){
    margin-right: 0;
}
.job_wz ul li dd{
    font-size: 40px;
    color: #0d0d0d;
}
.job_wz ul li dl{
    font-size: 50px;
    color: #0d0d0d;
}
.job_wz ul li:hover{
    background: #b1bece;
}
.job_wz ul li:hover dd{
    color: #fff;
}
.job_wz ul li:hover dl{
    color: #fff;
}
@media(max-width: 1399px){
    .job_wz ul li dd{
        font-size: 32px;
    }
    .job_wz ul li dl{
        font-size: 42px;
    }

}
@media(max-width: 1199px){
    .ny_job_list li .conn .wz1 .job_tt h3{
        font-size: 22px;
    }
    .job_wz ul li{
        padding: 40px 10px;
    }
    .job_wz ul li dd{
        font-size: 24px;
    }
    .job_wz ul li dl{
        font-size: 35px;
    }
}
@media(max-width: 991px){
    .job_wz ul li dd{
        font-size: 18px;
    }
    .job_wz ul li dl{
        font-size: 24px;
    }
}
@media(max-width: 767px){
    .ny_job_list li{
        margin-bottom: 20px;
    }
    .ny_job_list li .conn{
        padding: 15px;
    }
    .ny_job_list li .conn .wz1 .job_tt h3{
        font-size: 18px;
    }
    .ny_job_list li .conn .wz1 .openModal{
        margin-top: 10px;
        width: 100px;
        font-size: 14px;
        line-height: 34px;
        height: 34px;
    }
    .ny_job_list li .conn .wz2{
        flex-wrap: wrap;
    }
    .ny_job_list li .conn .wz2 > div {
        width: 100%;
    }
    .ny_job_list li .conn .wz2 .zwyq{
        margin-bottom: 20px;
    }
    .ny_job_list li .conn .wz2 > div h3{
        font-size: 16px;
    }
    .ny_job_list li .conn .wz1 .job_tt .ttj dd{
        font-size: 14px;
        margin-right: 10px;
    }
    .ny_job_list li .conn .wz1 .job_tt .ttj dl{
        font-size: 14px;
    }
    .job_wz ul li{
        padding: 30px 5px;
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .job_wz ul li dd{
        font-size: 16px;
    }
    .job_wz ul li dl{
        font-size: 20px;
    }
}



.lx_cont .lx_cont_left{
    width: 37%;
    float: left;
}
.lx_cont .lx_cont_left > h3{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    padding-left: 70px;
    line-height: 2;
    background: url(../images/tb38.png) no-repeat left center;
}
.lx_cont .lx_cont_left > h4{
    font-size: 36px;
    color: #000000;
    line-height: 2.5;
    font-style: italic;
    font-weight: normal;
    margin-top: 10px;
}
.lx_cont .lx_cont_left .lx_cont_left_wz{
    font-size: 16px;
    color: #65778f;
    line-height: 2;

}
.lx_cont .lx_cont_left ul{
    margin-top: 5vw;
}
.lx_cont .lx_cont_left ul li{
    width: 136px;
    float: left;
    text-align: center;
}
.lx_cont .lx_cont_left ul li .img img{
    width: 100%;
}
.lx_cont .lx_cont_left ul li p{
    font-size: 18px;
    line-height: 3;
    color: #65778f;
}
.lx_cont .lx_cont_left ul li:nth-child(1){
    margin-right: 5vw;
}
.lx_cont .lx_cont_right{
    width: 60%;
    float: right;
}
.lx_cont .lx_cont_right .lx_cont_right_box{
    width: 100%;
    height: 500px;
    border: 2px solid #8291a4;
    position: relative;
    overflow: hidden;
}
.lx_cont .lx_cont_right .lx_cont_right_box .lx_cont_right_box_map{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lx_cont .lx_cont_right .lx_cont_right_tt{
    text-align: center;
    background: #65778f;
    padding: 10px;
    margin-top: 40px;
}
.lx_cont .lx_cont_right .lx_cont_right_tt span{
    display: inline-block;
    padding-left: 40px;
    font-size: 23px;
    line-height: 2.2;
    color: #fff;
    background: url(../images/tb39.png) no-repeat left center;
}

@media(max-width: 1399px){
    .lx_cont .lx_cont_left > h3{
        font-size: 32px;
        background-size: 42px 42px;
        padding-left: 60px;
    }
    .lx_cont .lx_cont_left > h4{
        font-size: 30px;
    }

}
@media(max-width: 1199px){
    .lx_cont .lx_cont_left > h3{
        font-size: 26px;
        background-size: 36px 36px;
        padding-left: 40px;
    }
    .lx_cont .lx_cont_left > h4{
        font-size: 24px;
    }
    .lx_cont .lx_cont_left ul li{
        width: 120px;
    }
    .lx_cont .lx_cont_left ul li p{
        font-size: 16px;
    }
    .lx_cont .lx_cont_right .lx_cont_right_box{
        height: 360px;
    }
    .lx_cont .lx_cont_right .lx_cont_right_tt{
        margin-top: 30px;
    }
    .lx_cont .lx_cont_right .lx_cont_right_tt span{
        font-size: 20px;
        padding-left: 30px;
    }

}
@media(max-width: 991px){
    .lx_cont .lx_cont_left{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .lx_cont .lx_cont_right {
        width: 100%;
        float: none;
    }
    .lx_cont .lx_cont_right .lx_cont_right_tt span{
        font-size: 18px;
    }
    .lx_cont .lx_cont_right .lx_cont_right_box{
        height: 320px;
    }

}











.lxwm1{
    background: #fff;
    margin: 2vw auto;
    position: relative;
    overflow: hidden;
}
.lxwm1 .lxwm1-left{
    width: 50%;
    background: url(../images/lianxi_bg.png) right bottom no-repeat #fff;
    border: 1px solid #e5e5e5;
    border-radius: .5rem 0 0 .5rem;
    padding: 4rem 4rem 3rem;
    box-shadow: 1.832px 10.952px 10px 5px rgb(0,0,0,0.1);
}
.lxwm1 .lxwm1-left .lxfs{
    margin-bottom: 2vw;
}
.lxwm1 .lxwm1-left .lxfs ul li{
    font-size: 16px;
    color: #333;
    line-height: 2;
    margin-bottom: 10px;
}
.lxwm1 .lxwm1-left .lxfs ul li span{
    display: inline-block;
    width: 44px;
    line-height: 42px;
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
}
.lxwm1 .lxwm1-left .lxfs ul li span img{
    max-width: 100%;
}
.lxwm1 .lxwm1-left .lxewm{
    display: flex;
    align-items: center;
}
.lxwm1 .lxwm1-left .lxewm img{
    max-width: 120px;
}
.lxwm1 .lxwm1-left .lxewm dl{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-left: 10px;
}

.lxwm1 .lxwm1-right{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.lxwm1 .lxwm1-right .map-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lxwm2{
    background: rgba(245, 245, 245, 1);
    padding: 5vw 0;
}
.lxwm2 .lxwm2-tlt{
    text-align: center;
    margin-bottom: 30px;
}
.lxwm2 .lxwm2-tlt h3{
    font-size: 34px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
}
.lxwm2 .lxwm2-tlt p{
    font-size: 16px;
    color: #787878;
    line-height: 2;
}

.lxwm2 #form2 > div{
    margin-bottom: 25px;

}
.lxwm2 #form2 .ly-item1 textarea{
    width: 100%;
    height: 160px;
    background-color: #fff;
    border: 0px;
    padding: 10px;
    color: #666;
    outline: none;
}
.lxwm2 #form2 input::-webkit-input-placeholder,.lxwm2 #form2 textarea::-webkit-input-placeholder{
    color: #666;
}
.lxwm2 #form2 input::-moz-placeholder,.lxwm2 #form2 textarea::-moz-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 input:-ms-input-placeholder,.lxwm2 #form2 textarea:-ms-input-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 .ly-item2 input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item2 #name{
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 > input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 .code{
    display: flex;
    justify-content: space-between;
}
.lxwm2 #form2 .ly-item3 .code input{
    width: calc(100% - 120px);
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item4 input{
    width: 100%;
    border: none;
    outline: none;
    background: #333;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}
@media(max-width: 1199px){
    .lxwm1 .lxwm1-left > h3{
        font-size: 22px;
    }
    .lxwm1 .lxwm1-left .lxfs{
        font-size: 14px;
    }
    
    .lxwm2 .lxwm2-tlt h3{
        font-size: 24px;
    }
    .lxwm2 .lxwm2-tlt p{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .lxwm1 .lxwm1-left{
        width: 100%;
        padding: 20px;
        float: none;
    }
    .lxwm1 .lxwm1-left > h3{
        font-size: 20px;
    }
    .lxwm1 .lxwm1-left .welto{
        font-size: 24px;
    }
    .lxwm1 .lxwm1-right{
        position: relative;
        width: 100%;
        height: 400px;
    }
    .lxwm1 .lxwm1-left .lxfs ul li{
        font-size: 14px;
    }
    
    .lxwm2 #form2 > div{
        margin-bottom: 15px;
    }
    .lxwm2 #form2 .ly-item2 input{
        width: 100%;
        float: none;
    }
    .lxwm2 #form2 .ly-item2 #name{
        margin-bottom: 15px;
        margin-right: 0;
    }
    .lxwm2 #form2 .ly-item3 > input{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

}


.aspg-right-mbx .cur-pos {
    display: inline-block;
    color: #333;
}

.aspg-right-mbx .cur-pos img{
    width: 20px;
    height: 20px;
}



   
/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #122a88;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}
