/*初始化样式*/

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: #666;
    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:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #005eb8;
    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;
}

.max1440{max-width: 1470px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.flex{display: flex;justify-content: space-between;align-items: center;}

/*右侧漂浮*/

.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: #005eb8;
    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: #005eb8;
}

.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: #005eb8;
}

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

.pf_right ul li.r_ewm:hover a {
    background: #005eb8;
}

.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 #005eb8;
}

.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: 280px;
    float: right;
}

.aspg-right {
    width: calc(97% - 280px);
    float: left;
}

.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: #005eb8;
}

.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: #005eb8;
}

@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);
}








/* 内页 */

.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;
    }
}





.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{position: absolute;top: 0px;width: 100%;z-index: 999;padding: 30px 0;}
.so{line-height: 35px;margin-left: 20px;}
.so img{max-width: 100%;cursor: pointer;}


.ss {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    display: none;
}

.ss .sch {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 75px;
    position: relative;
}

.ss .sch span {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
    background: url(../images/gb.png) no-repeat;
}

.ss .sch span:hover {
    background: url(../images/gb_h.png) no-repeat;
}

.ss .sch h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ss .sch #formsearch {
    margin-top: 45px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.ss .sch #formsearch input {
    border: none;
    background: none;
    outline: none;
    line-height: 48px;
}

.ss .sch #formsearch input#keyword {
    width: 335px;
    font-size: 14px;
}

.ss .sch #formsearch input#s_btn {
    width: calc(100% - 340px);
    background: #b71b2b;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    transition: all .5s ease;
}

.ss .sch #formsearch input#s_btn:hover {
    background: #005eb8;
}

.ss .sch p {
    font-size: 15px;
    color: #999;
    margin-top: 45px;
}

.ss .sch p a {
    font-size: 15px;
    color: #999;
    margin-left: 15px;
}

.ss .sch p a:nth-child(1) {
    margin-left: 0;
}

.ss .sch p a:hover {
    color: #005eb8;
}

/*  */
.x-banner .owl-carousel .active img {
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 20s linear infinite 0s;
    -moz-animation: imageAnimation 20s linear infinite 0s;
    -o-animation: imageAnimation 20s linear infinite 0s;
    -ms-animation: imageAnimation 20s linear infinite 0s;
    animation: imageAnimation 20s linear infinite 0s;
}

@-webkit-keyframes imageAnimation {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes imageAnimation {
    0% {
        -moz-transform: scale(1);
    }
    25% {
        -moz-transform: scale(1.05);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    75% {
        -moz-transform: scale(1.05);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes imageAnimation {
    0% {
        -o-transform: scale(1);
    }
    25% {
        -o-transform: scale(1.0005);
    }
    50% {
        -o-transform: scale(1.1);
    }
    75% {
        -o-transform: scale(1.05);
    }
    100% {
        -o-transform: scale(1);
    }
}

@-ms-keyframes imageAnimation {
    0% {
        -ms-transform: scale(1);
    }
    25% {
        -ms-transform: scale(1.05);
    }
    50% {
        -ms-transform: scale(1.1);
    }
    75% {
        -ms-transform: scale(1.05);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@keyframes imageAnimation {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -moz-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -o-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -ms-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    8% {
        opacity: 1;
        transform: translateX(0px);
    }
    17% {
        opacity: 1;
        transform: translateX(0px);
    }
    19% {
        opacity: 0;
        transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

/* 关于我们 */
.c1_index {
    text-align: center;
    padding-top: 3.64583vw;
    padding-bottom: 5.20833vw;
    background: url(../images/bg1.png) no-repeat bottom center;
}

.c1_index .tit {
    font-size: 1.25vw;
    color: #555555;
}
.c1_index .exp {
    font-size: 1.875vw;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}
.c1_index .text {
    font-size: 0.9375vw;
    line-height: 2;
    color: #555555;
    margin-top: 30px;
}

/* number */
.number{display: flex;justify-content: space-between;padding-top: 4.1666vw;}
.number li{position: relative;text-align: center;width: 25%;}
.number li h3 {color: #005eb8;}
.number li h3 i {font-style: inherit;color: #005eb8;font-size: 3.75vw;font-weight: 400;font-family: "Impact";}
.number li h3 em {font-size: 16px;font-weight: normal;font-style: inherit;color: #666666;padding-left: 10px;}
.number li p {font-size: 1.0416vw;line-height: 1.7;color: #666666;padding-top: 10px;}


/* 产品中心 */

.product {
    background: url(../images/bg2.png) no-repeat center;
    padding-top: 80px;
    padding-bottom: 90px;
}

.product .title {
    display: none;
}

.product .title h3 {
    color: #005eb8;
}

.product .title p {
    color: #005eb8;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.pro-tit {
    float: left;
    width: 10.42%;
    overflow: hidden;
}

.pro-tit img {
    max-width: 100%;
}

.pro-cfn {
    float: left;
    width: 16.67%;
}

.pro-cfn ul li {
    margin-top: 10px;
}

.pro-cfn ul li:first-child {
    margin-top: 0;
}

.pro-cfn ul li a {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: center;
    max-width: 198px;
    border: solid 1px #ddd;
    padding-left: 40px;
    transition: all .5s ease;
}

.pro-cfn ul li a .pro-ico {
    max-height: 26px;
    max-width: 26px;
    overflow: hidden;
}

.pro-cfn ul li a .pro-ico img {
    max-width: 100%;
    transition: all .3s ease;
}

.pro-cfn ul li a h3 {
    font-size: 16px;
    line-height: 70px;
    color: #333;
    margin-left: 20px;
    transition: all 0s ease;
}

.pro-cfn ul li.cur {
    position: relative;
}

.pro-cfn ul li.cur a {
    background: #005eb8;
    border: solid 1px #005eb8;
    max-width: 100%;
}

.pro-cfn ul li.cur::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 72px;
    background: url(../images/tb1.png) no-repeat center;
    top: 0;
    right: 25px;
}

.pro-cfn ul li.cur a h3 {
    color: #fff;
}

.pro-cfn ul li.cur a .pro-ico img {
    margin-top: -26px;
}

.pro-list {
    float: right;
    width: 58%;
    padding-top: 40px;
}

.pro-list ul li {
    display: none;
}

.pro-list ul li .pro-img {
    float: left;
    width: 60%;
}

.pro-list ul li .pro-img img {
    max-width: 100%;
}

.pro-list ul li .pro-text {
    float: left;
    width: 40%;
    margin-top: 85px;
    display: flex;
    justify-content: end;
}

.pro-list ul li .pro-text .pro-exp p {
    font-size: 24px;
    font-weight: bold;
    color: #005eb8;
}

.pro-list ul li .pro-text .pro-exp p:nth-child(2) {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    font-weight: 400;
    padding-top: 10px;
}

.pro-list ul li .pro-text a {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    border: solid 1px #005eb8;
    width: 108px;
    margin-top: 50px;
    transition: all .3s ease;
}

.pro-list ul li .pro-text a:hover {
    background-color: #005eb8;
    color: #fff;
}


/* 四大理由 */

.reason {
    background: url(../images/bg3.png) no-repeat center top;
    padding-top: 95px;
    margin-bottom: 10px;
}

.title {
    text-align: center;
    padding: 0 230px;
}

.title h3 {
    font-size: 44px;
    font-weight: bold;
    color: #333;
}

.title p {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-top: 15px;
}

.reason .title h3 {
    color: #fff;
}

.reason .title p {
    color: #fff;
}

.ron-cfn {
    margin-top: 60px;
}

.ron-cfn ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.ron-cfn ul li {
    width: 23.6%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 37px 0;
    padding-left: 50px;
    cursor: pointer;
    margin-left: 1.86%;
}

.ron-cfn ul li:first-child {
    margin-left: 0;
}

.ron-cfn ul li.cur {
    background-color: #005eb8;
}

.ron-cfn ul li .ron-ico {
    max-height: 55px;
    max-width: 51px;
    overflow: hidden;
}

.ron-cfn ul li .ron-ico img {
    max-width: 100%;
    transition: all .3s ease;
}

.ron-cfn ul li.cur .ron-ico img {
    margin-top: -55px;
}

.ron-cfn ul li .ron-tit {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.ron-cfn ul li .ron-tit h3 {
    font-size: 28px;
    color: #333;
}

.ron-cfn ul li.cur .ron-tit h3 {
    color: #fff;
}

.ron-cfn ul li .ron-tit span {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-family: Arial;
    line-height: initial;
    margin-top: 5px;
}

.ron-cfn ul li.cur .ron-tit span {
    color: #fff;
}

.ron-show {
    background-color: #fff;
    margin-top: 58px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    box-shadow: 0px 8px 8px 0px #ededed;
}

.ron-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ron-right {
    width: 50%;
    padding-left: 3%;
}

.ron-show ul li {
    display: none;
}

.ron-show ul li .ron-img {
    float: left;
    width: 50%;
}

.ron-show ul li .ron-img img {
    max-width: 100%;
}

.ron-show ul li .ron-text {
    position: relative;
    /* width: 50%; */
    /* padding-left: 70px; */
    /* padding-top: 25px; */
}

.ron-show ul li .ron-text h3 {
    font-size: 40px;
    font-weight: bold;
    color: #005eb8;
}

.ron-show ul li .ron-text span {
    display: block;
    font-size: 30px;
    color: #333;
    margin-top: 20px;
}

.ron-show ul li .ron-text .text {
    font-size: 18px;
    line-height: 40px;
    color: #666;
    margin-top: 45px;
}

.ron-show ul li .ron-text h4 {
    font-size: 100px;
    font-family: Impact;
    color: #000;
    opacity: .06;
    position: absolute;
    top: 0;
    right: -10px;
}

.ron-hot {
    /* position: absolute; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 74px;
    width: 90%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 6px #eee;
    margin-top: 30px;
}

.ron-hot span {
    font-size: 16px;
    color: #999;
    padding-left: 40px;
    background: url(../images/tel1.png) no-repeat left center;
}

.ron-hot h3 {
    font-size: 26px;
    color: #005eb8;
}


/* 行业案例 */

.case {
    padding-top: 70px;
    padding-bottom: 55px;
}

.case-show {
    margin-top: 70px;
}
.case-list .swiper-slide a {
    display: block;
    position: relative;
}
.case-list .swiper-slide a .case-img {
    overflow: hidden;
}
.case-list .swiper-slide a .case-img img {
    max-width: 100%;
}
.case-list .swiper-slide a h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 54px;
    background-color: rgb(0 0 0 / 40%);
}
.swiper-slide {
    width: 790px;
}
.swiper-slide a {
    transition: 0.2s;
}
.swiper-pagination {
    position: unset;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: #000;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #005eb8;
}

/* 新闻资讯 */
.news {
    background: url(../images/bg4.png) no-repeat center;
    padding-top: 80px;
    padding-bottom: 105px;
    background-size: 100% 100%;
}
.new-cfn {
    margin-top: 25px;
}
.new-cfn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}

.new-cfn ul li {
    position: relative;
}

.new-cfn ul li a {
    display: block;
    font-size: 20px;
    color: #666;
    padding-left: 30px;
    line-height: 36px;
}

.new-cfn ul li:nth-child(1) a {
    background: url(../images/tb2.png) no-repeat left center;
    padding-left: 35px;
}

.new-cfn ul li:nth-child(2) a {
    background: url(../images/tb3.png) no-repeat left center;
}

.new-cfn ul li:nth-child(3) a {
    background: url(../images/tb4.png) no-repeat left center;
}

.new-cfn ul li.cur a {
    font-weight: bold;
    color: #005eb8;
}

.new-show {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}

.new-top {
    float: left;
    width: 44.725%;
}

.new-top ul li a {
    display: block;
    overflow: hidden;
}

.new-top ul li a img {
    max-width: 100%;
}

.new-top .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    background-color: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.new-top .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: solid 1px #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.new-top .owl-carousel .owl-dots button.active {
    background-color: #fff;
}

.new-warp {
    float: right;
    width: calc(100% - 44.725%);
    background-color: #fdfdfd;
    padding-left: 60px;
    padding-right: 40px;
}

.new-warp .new-list {
    display: none;
    padding-top: 10px;
}

.new-list ul li a {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
    background: url(../images/tb5.png) no-repeat right center;
}

.new-list ul li a:hover {
    background: url(../images/tb5_h.png) no-repeat right center;
}

.new-list ul li+li a {
    border-top: solid 1px #ddd;
}

.new-list ul li a h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    transition: all .3s ease;
}

.new-list ul li a:hover h3 {
    color: #005eb8;
}

.new-list ul li a p {
    font-size: 16px;
    color: #666;
    padding-right: 20%;
    margin-top: 10px;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 1;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.new-list ul li a span {
    display: block;
    font-size: 16px;
    font-family: Arial;
    color: #999;
    margin-top: 15px;
}

/* 底部 */

.footer {
    background: url(../images/bg5.png) no-repeat center;
    background-size: 100% 100%;
}

.foot {
    padding: 40px 0;
}

.ft-nav {
    float: left;
    width: 75%;
    padding-top: 10px;
}

.foot_nav>li {
    float: left;
    margin-left: 10%;
}

.foot_nav>li:first-child {
    margin-left: 0;
}


.foot_nav>li>a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    padding-left: 42px;
    font-weight: initial;
    position: relative;
}

.foot_nav>li>a::before {
    position: absolute;
    content: '—';
    font-size: 20px;
    font-weight: bold;
    left: 0;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 20px;
    padding-left: 42px;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #999;
    font-weight: normal
}

.foot_nav li .x-nav-menu a:hover {
    color: #fff;
}

/*  */

.ft-contact {
    float: right;
    width: calc(100% - 75%);
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.ft-contact span {
    display: block;
    font-size: 16px;
    color: #999;
}

.ft-contact h3 {
    font-size: 34px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
    margin-top: 5px;
}

.ft-contact .contact {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 10px;
}

.ft-ewm {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 30px;
}

.ft-ewm img {
    max-width: 100%;
}

.ft-ewm p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}

.ft-link {
    border-top: solid 1px rgb(221 221 221 / 10%);
    padding: 28px 0;
}

.flk {
    position: relative;
}

.flk .button {
    font-size: 14px;
    color: #999;
    background: url(../images/link.png) no-repeat left center;
    padding-left: 35px;
    line-height: 24px;
    margin-bottom: 5px;
}

.flk .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}

.flk a {
    color: #999;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

.copy {
    float: left;
    text-transform: uppercase;
}
.reg {
    float: right;
}
.x-copyright .jszc img{
    max-width: 60px;
    filter: brightness(100);
}

/* @media */

@media(max-width: 1199px) {
    .logo {
        width: 30%;
    }
    .x-menu>li>a {
        font-size: 14px;
    }
    .so img {
        max-width: 70%;
    }
}


/* 关于我们自适应 */

@media(max-width: 1199px) {
    .about .text {
        padding: 0 60px;
    }
}

@media(max-width: 991px) {
    .about .tit {
        font-size: 22px;
    }
    .about .exp {
        font-size: 32px;
    }
    .about .text {
        padding: 0;
        font-size: 16px;
        line-height: 32px;
    }
    .about {
        padding: 50px 0;
    }
    .about {
        background-size: 1024px 133px;
    }
}

@media(max-width: 425px) {
    .about .exp {
        font-size: 28px;
        line-height: 40px;
        margin-top: 10px;
    }
    .about .text {
        font-size: 15px;
        line-height: 28px;
        margin-top: 20px;
    }
}

@media(max-width: 375px) {
    .about .text {
        font-size: 14px;
    }
}


/* 产品中心自适应 */

@media(max-width: 1440px) {
    .pro-cfn {
        width: 20.67%;
    }
    .pro-list {
        width: 60%;
        padding-top: 80px;
    }
}

@media(max-width: 1199px) {
    .pro-cfn {
        margin-left: 3%;
    }
    .pro-cfn ul li a {
        max-width: 160px;
        padding-left: 20px;
    }
    .pro-cfn ul li a h3 {
        line-height: 55px;
    }
    .pro-cfn ul li.cur::after {
        height: 57px;
        right: 10px;
    }
    .pro-list ul li .pro-text {
        padding-left: 30px;
    }
    .pro-list ul li .pro-text .pro-exp p {
        font-size: 22px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 18px;
    }
    .pro-list ul li .pro-text a {
        margin-top: 20px;
    }
    .pro-tit {
        width: 8%;
    }
    .product {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

@media(max-width: 991px) {
    .pro-cfn ul li a {
        max-width: 150px;
    }
    .pro-cfn ul li a h3 {
        font-size: 14px;
        line-height: 44px;
    }
    .pro-cfn {
        width: 25%;
    }
    .pro-cfn ul li.cur::after {
        height: 46px;
        background-size: 15px 15px;
        width: 15px;
    }
    .pro-list {
        width: 58%;
    }
    .product {
        background-size: 1440px 555px;
    }
    .pro-list ul li .pro-text {
        margin-top: 40px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 17px;
    }
    .pro-list ul li .pro-text a {
        font-size: 12px;
        line-height: 28px;
        width: 100px;
    }
}

@media(max-width: 768px) {
    .product .title {
        display: block;
    }
    .pro-tit {
        display: none;
    }
    .pro-cfn {
        margin-left: 0;
    }
    .title h3 {
        font-size: 32px;
    }
    .product .title p {
        font-size: 18px;
        line-height: initial;
        margin-top: 5px;
    }
    .product {
        padding-top: 40px;
        padding-bottom: 60px;
        background-size: cover;
    }
    .pro-show {
        /* margin-top: 30px; */
    }
    .pro-list {
        width: 65%;
        padding-top: 60px;
    }
}

@media(max-width: 767px) {
    .pro-cfn ul li a {
        max-width: 100%;
    }
    .pro-cfn {
        width: 21%;
    }
    .pro-cfn ul li.cur::after {
        display: none;
    }
    .pro-cfn ul li a h3 {
        margin-left: 15px;
    }
    .pro-cfn ul li a {
        padding-left: 0;
        justify-content: center;
    }
    .pro-list {
        width: 68%;
    }
}

@media(max-width: 600px) {
    .pro-cfn {
        float: none;
        width: 100%;
    }
    .pro-cfn ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .pro-cfn ul li {
        width: 31%;
        margin: 5px 1%;
    }
    .pro-cfn ul li:first-child {
        margin-top: 5px;
    }
    .pro-show {
        margin-top: 20px;
    }
    .pro-list {
        float: none;
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px #ddd;
    }
    .pro-list ul li .pro-text {
        padding-top: 60px;
    }
    .title {
        padding: 0;
    }
}

@media(max-width: 425px) {
    .pro-list ul li .pro-text {
        padding-top: 0;
    }
    .pro-cfn ul li a h3 {
        margin-left: 8px;
    }
    .pro-cfn ul li a .pro-ico {
        max-width: 20px;
        max-height: 20px;
    }
    .pro-cfn ul li a h3 {
        line-height: 35px;
        font-size: 12px;
    }
    .product {
        padding-bottom: 40px;
    }
}

@media(max-width: 375px) {
    .pro-list ul li .pro-text {
        margin-top: 30px;
        padding-left: 10px;
    }
    .pro-list ul li .pro-text .pro-exp p {
        font-size: 20px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 14px;
        font-weight: initial;
        line-height: 24px;
    }
}

@media(max-width: 320px) {
    .pro-cfn ul li a h3 {
        margin-left: 5px;
    }
    .pro-list ul li .pro-text .pro-exp p {
        font-size: 18px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
    }
    .pro-list ul li .pro-text a {
        line-height: 26px;
        width: 90px;
    }
    .pro-list ul li .pro-text {
        margin-top: 20px;
    }
}


/* 四大理由自适应 */

@media(max-width: 1440px) {
    .ron-cfn ul li {
        padding: 25px 0;
        padding-left: 20px;
    }
    .ron-show ul li .ron-text h3 {
        font-size: 36px;
    }
    .ron-show ul li .ron-text span {
        font-size: 26px;
    }
    .ron-show ul li .ron-text .text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 25px;
    }
    .ron-hot {
        line-height: 45px;
    }
    .ron-hot span {
        font-size: 14px;
        padding-left: 30px;
    }
    .ron-hot h3 {
        font-size: 22px;
    }
    .ron-show ul li .ron-text h4 {
        font-size: 80px;
    }
}

@media(max-width: 1199px) {
    .ron-cfn ul li .ron-tit h3 {
        font-size: 24px;
    }
    .ron-cfn ul li .ron-ico {
        max-width: 40px;
        max-height: 44px;
    }
    .ron-cfn ul li .ron-tit {
        margin-left: 10px;
    }
    .ron-cfn ul li.cur .ron-ico img {
        margin-top: -44px;
    }
    .ron-cfn ul li {
        padding-left: 8px;
    }
    .ron-show ul li .ron-text h3 {
        font-size: 28px;
    }
    .ron-show ul li .ron-text span {
        font-size: 22px;
        margin-top: 5px;
    }
    .ron-show ul li .ron-text .text {
        font-size: 14px;
        margin-top: 20px;
        line-height: 20px;
    }
    .ron-show ul li .ron-text h4 {
        font-size: 70px;
        right: 0;
        top: 0;
    }
    .ron-hot h3 {
        font-size: 18px;
    }
    .ron-hot {
        width: 100%;
        margin-top: 20px;
    }
}

@media(max-width: 991px) {
    .ron-cfn ul li .ron-tit h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .ron-cfn ul li .ron-ico {
        max-width: 30px;
        max-height: 33px;
    }
    .ron-cfn ul li.cur .ron-ico img {
        margin-top: -33px;
    }
    .ron-cfn ul li .ron-tit span {
        display: none;
    }
    .ron-cfn ul li {
        justify-content: center;
        padding: 15px 0;
    }
    /* .ron-show ul li{
      padding: 20px;
    } */
    .ron-hot {
        display: none;
    }
    .ron-show ul li .ron-text h3 {
        font-size: 22px;
    }
    .ron-show ul li .ron-text span {
        font-size: 16px;
    }
    .title {
        padding: 0;
    }
    .title h3 {
        font-size: 36px;
    }
    .title p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .reason {
        padding-top: 50px;
    }
    .ron-cfn {
        margin-top: 40px;
    }
    .ron-show {
        margin-top: 30px;
        padding: 15px;
    }
}

@media(max-width: 767px) {
    .ron-left {
        width: 100%;
    }
    .ron-right {
        width: 100%;
        padding-top: 20px;
    }

    .pro-list ul li .pro-img{
        width: 100%;
    }
    .pro-list ul li .pro-text{
        width: 100%;
    }
}

@media(max-width: 425px) {
    .ron-cfn ul li {
        width: 48%;
        margin-left: 4%;
    }
    .ron-cfn ul li:nth-child(3) {
        margin-left: 0;
    }
    .ron-cfn ul li:nth-child(3),
    .ron-cfn ul li:nth-child(4) {
        margin-top: 10px;
    }
    .ron-show ul li .ron-img {
        float: none;
        width: 100%;
    }
    .ron-show ul li .ron-text {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .ron-show ul li .ron-text h4 {
        font-size: 55px;
    }
}

@media(max-width: 320px) {
    .ron-show ul li .ron-text h4 {
        font-size: 45px;
    }
    .ron-cfn ul li .ron-ico {
        max-width: 25px;
        max-height: 27px;
    }
    .ron-cfn ul li.cur .ron-ico img {
        margin-top: -27px;
    }
    .ron-cfn ul li .ron-tit {
        margin-left: 5px;
    }
}


/* 行业案例自适应 */

@media(max-width: 1199px) {
    .title {
        padding: 0;
    }
    .swiper-slide {
        width: 450px;
    }
    .case {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .case-show {
        margin-top: 50px;
    }
    .case-list .swiper-slide a h3 {
        font-size: 16px;
        line-height: 45px;
    }
    .swiper-pagination {
        margin-top: 20px;
    }
}

@media(max-width: 425px) {
    .swiper-slide {
        width: 200px;
    }
    .title p {
        font-size: 14px;
    }
    .title h3 {
        font-size: 22px;
    }
    .case-list .swiper-slide a h3 {
        font-size: 14px;
        line-height: 30px;
    }
    .case-show {
        margin-top: 30px;
    }
    .swiper-pagination {
        margin-top: 5px;
    }
}


/* 新闻资讯自适应 */

@media(max-width: 1440px) {
    .new-top {
        width: 50%;
    }
    .new-warp {
        width: 50%;
    }
    .new-list ul li a {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .new-list ul li a span {
        margin-top: 10px;
    }
}

@media(max-width: 1199px) {
    .news {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .new-show {
        margin-top: 30px;
    }
    .new-warp {
        padding-left: 40px;
        padding-right: 30px;
    }
    .new-list ul li a h3 {
        font-size: 18px;
    }
    .new-list ul li a p {
        font-size: 14px;
        margin-top: 5px;
    }
    .new-list ul li a span {
        font-size: 14px;
    }
    .new-list ul li a {
        padding-top: 10px;
    }
    .new-warp .new-list {
        padding-top: 2px;
    }
}

@media(max-width: 991px) {
    .new-cfn {
        margin-top: 20px;
    }
    .new-list ul li a h3 {
        font-size: 17px;
    }
    .new-list ul li a p {
        font-size: 12px;
        line-height: initial;
    }
    .new-list ul li a span {
        line-height: initial;
        font-size: 12px;
        margin-top: 5px;
    }
    .new-warp {
        padding-left: 30px;
        padding-right: 20px;
    }
    .new-list ul li a {
        background-size: 25px 25px;
    }
}

@media(max-width: 650px) {
    .new-top {
        float: none;
        width: 100%;
    }
    .new-warp {
        float: none;
        width: 100%;
    }
    .new-list ul li a {
        padding: 15px 0;
    }
    .new-list ul li a p {
        margin-top: 10px;
    }
    .new-list ul li a span {
        margin-top: 10px;
    }
    .new-warp {
        padding: 0 15px;
    }
    .news {
        background-color: #f9f9f9;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .new-cfn ul li a {
        font-size: 17px;
        padding-left: 25px;
    }
    .new-cfn ul li:nth-child(1) a {
        padding-left: 30px;
    }
    .new-top .owl-carousel .owl-dots {
        height: 40px;
    }
}

@media(max-width: 320px) {
    .new-cfn ul li a {
        font-size: 17px;
        padding-left: 22px;
    }
    .new-cfn ul li:nth-child(1) a {
        padding-left: 27px;
    }
    .new-list ul li a p {
        margin-top: 5px;
    }
    .new-list ul li a span {
        margin-top: 5px;
    }
    .new-list ul li a {
        padding: 10px 0;
    }
}


/* 底部自适应 */

@media(max-width: 1199px) {
    .foot_nav>li {
        margin-left: 5%;
    }
}

@media(max-width: 991px) {
    .foot_nav>li>a::before {
        font-size: 14px;
    }
    .foot_nav>li>a {
        font-size: 16px;
        padding-left: 25px;
    }
    .foot_nav li .x-nav-menu {
        padding-left: 25px;
    }
    .foot_nav li .x-nav-menu a {
        font-size: 13px;
    }
    .ft-contact span {
        font-size: 14px;
    }
    .ft-contact h3 {
        font-size: 24px;
    }
    .ft-contact .contact {
        font-size: 13px;
    }
    .ft-ewm {
        margin-top: 20px;
    }
    .ft-link {
        padding: 20px 0;
    }
    .footed {
        font-size: 12px;
        padding: 15px 0;
    }
    .footed a {
        font-size: 12px;
    }
}

.md-foot {
    display: none;
}

@media(max-width:767px) {
    .footed {
        display: none;
    }
    .footer {
        display: none;
    }
    .md-foot {
        display: block;
        background: #151515;
    }
    .mod-logo {
        text-align: center;
        padding: 30px 0;
    }
    .mod-logo a {
        display: block;
    }
    .mod-logo a img {
        max-width: 100%;
    }
    .fd-cfn {
        border-bottom: solid 1px #ccc;
        margin-top: 10px;
    }
    .fd-cfn h3 {
        font-size: 16px;
        color: #fff;
        line-height: 2.5;
    }
    .fd-cfn h3 span {
        padding-right: 10px;
    }
    .fd-cfn .fd-name {
        display: none;
        padding-left: 13px;
    }
    .fd-cfn .fd-name a {
        display: block;
        line-height: 28px;
        color: #fff;
        opacity: .8;
    }
    .fd-ly .copyright {
        color: #fff;
        opacity: .8;
        padding: 15px 15px;
        line-height: 1.5;
        text-align: center;
        float: none;
    }
    .fd-ly .copyright a {
        color: #fff;
        opacity: .8;
    }
    .c1_index .tit{
        font-size: 16px;
    }
    .c1_index .exp{
        font-size: 18px;
    }
    .c1_index .text{
        font-size: 14px;
     }
    .number{flex-wrap: wrap;}
    .number li{
        width: 50%;
        margin-bottom: 10px;
    }
    .number li h3 i{
        font-size: 30px;
    }
    .number li p{
        font-size: 14px;
    }

    .ron-cfn ul li .ron-tit h3{
        font-size: 16px;
    }

}














.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: #005eb8;
    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;
}
