/*初始化样式*/

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!important;
}

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

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

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


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: #337ab7;
    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: #337ab7;
}

.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: #337ab7;
}

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

.pf_right ul li.r_ewm:hover a {
    background: #337ab7;
}

.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 #337ab7;
}

.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: calc(97% - 320px);
    float: right;
}

.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: #337ab7;
}

.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: #337ab7;
}

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

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}








/* 内页 */

.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;
    filter: brightness(100);
}





.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

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

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}


/* 头部 */
.x-banner video{
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.x-banner{
    height: 100%;
}
.head{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: rgba(0, 0, 0, 0.3); */
  z-index: 9999999;
}
.nyhead{
    position: unset;
}
.hd-show{
  padding: 23px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
}
.h-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo{
    width: 33%;
    margin-right: 1%;
}
.logo a{
    display: block;
}
.logo a img{
    max-width: 100%;
}
.nyhead .logo a img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.hd-nav{
    width: 53.5%;
    display: flex;
    align-items: center;
}

.hd-right{
    width: 12.5%;
    display: flex;
    justify-content: flex-end;
}
.lsch{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.lsch::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #fff;
    left: 69%;
}
.nyhead .lsch::after{
    background-color: #666;
}
.lang{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}
.lang .l-img{
    overflow: hidden;
    max-width: 32px;
}
.lang .l-img img{
    max-width: 100%;
    /* -webkit-animation: run 15s linear 0s infinite; */
}
.nyhead .hd-sch img{
        filter: brightness(0);
    -webkit-filter: brightness(0);
}
/* @-webkit-keyframes run{     
  from{     
      -webkit-transform:rotate(0deg);     
  }     
  to{     
      -webkit-transform:rotate(360deg);     
  }     
}  */

.nyhead .lang .l-img img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.lang h3{
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    margin-left: 10px;
}
.nyhead .lang h3{
    color: #333;
}
.hd-sch{
  overflow: hidden;
  margin-left: 40px;
  cursor: pointer;
}
.hd-sch img{
    max-width: 100%;
}


.lang-list{
    display: none;
    position: absolute;
    width: 150%;
    top: 66px;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    z-index: 9999;
}
.lang-list a{
    display: flex;
    justify-content: center;
    padding: 0.5em;
}
.lang-list a span{
    display: block;
    width: 50%;
    font-size: 15px;
    text-align: center;
    color: #666;
}
.lang-list a:hover span{
    color: #1d2789;
}
.lang-list a:hover{
    background-color: #ddd;
}

.sch{
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  box-shadow: 0px 6px 6px 3px rgb(0 0 0 / 20%);
  display: none;
  z-index: 999999;
}
.sch .so{
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px;
  position: relative;
}
.sch .so h4{
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.so #formsearch{
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  margin-top: 30px;
}
.so #formsearch input{
  border: none;
  background: none;
  outline: none;
}
.so #formsearch input#keyword{
  font-size: 14px;
  color: #999;
  padding-left: 15px;
  line-height: 40px;
  width: 80%;
  float: left;
}
.so #formsearch input#s_btn{
  background: #1d2789;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  border-radius: 10px;
  width: 20%;
  float: right;
}
.so p{
  font-size: 15px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
}
.so p a{
  font-size: 15px;
  color: #999;
  margin-left: 8px;
}
.so p a:hover{
  color: #1d2789;
}
.so span{
  position: absolute;
  top: 20px;
  right: 20px;
}
.so span img{
  transition: all .3s ease;
}
.so span img:hover{
  filter: brightness(2);
  -webkit-filter: brightness(-1%);
}

.x-banner .ban-word{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: rgba(0, 0, 0, 0.3);*/
}
.x-banner .ban-word h3{
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    font-family: '思源黑体 CN';
    text-align: center;
}
.x-banner .ban-word h3 span{
    display: block;
    font-size: 34px;
    color: #fff;
    margin-top: 40px;
}
.mouse{
    position: absolute;
    width: 100%;
    bottom: 65px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 99999;
}
.mouse p{
    cursor: pointer;
}


/* 关于我们 */
.about{
    height: 100%;
    background: url(../images/bg4.jpg) no-repeat center / cover;
}
.about-show{
    height: 100%;
    display: flex;
    align-items: center;
}
.abt-show{
    max-width: 1135px;
    margin: 0 auto;
}
.abt-con{

}
.abt-tit{
    text-align: center;
}
.abt-tit h3{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
}   
.abt-tit p{
    font-size: 28px;
    color: #fff;
    margin-top: 30px;
}
.abt-text{
    text-align: left;
    font-size: 17px;
    color: #fff;
    line-height: 34px;
    margin-top: 30px;
}
.abt-con a{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.abt-con a p{
    position: relative;
    width: 158px;
    background-color: #1d2789;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    transition: all .5s ease;
}
.abt-con a:hover p {
    background-color: unset;
      transition-delay: 400ms;
}
.abt-con a p span.abt-more{
    display: block;
    background: url(../images/guan.png) no-repeat right center;
    padding-right: 22px;
}
.abt-con a p::before{
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  height: 0;
  transition: all 0.1s;
 transition-delay: 300ms;
}
.abt-con a:hover p::before{
  height: 100%;
 transition-delay: 00ms;
}
.abt-con a p .tt{
content: "";
  position: absolute;
  width: 0;
  background: #fff;
  left: 0;
  top: 0;
  height: 1px;
  transition: all 0.1s;
 transition-delay: 200ms;
}
.abt-con a:hover p .tt{
width: 100%;
 transition-delay: 100ms;
}
.abt-con a p .bb{
content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  right: 0;
  top: 0;
  height: 0;
  transition: all 0.1s;
 transition-delay: 100ms;
}
.abt-con a:hover p .bb{
height: 100%;
  transition-delay: 200ms;
}
.abt-con a p::after{
content: "";
  position: absolute;
  width: 0;
  background: #fff;
  right: 0;
  bottom: 0;
  height: 1px;
  transition: all 0.3s;
}
.abt-con a:hover p::after{
    width: 100%;
 transition-delay: 300ms;
}



.abt-list{
    margin-top: 100px;
}
.abt-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abt-list ul:before,
.abt-list ul::after{
    display: none;
}
.abt-list ul li{
    width: 25%;
    text-align: center;
}
.abt-list ul li h3{
    font-size: 58px;
    font-weight: bold;
    color: #fff;
}
.abt-list ul li h3 span{
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
}
.abt-list ul li p{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

/* 产品中心 */
.product{
    height: 100%;
    background: url(../images/bg2.png) no-repeat center / cover;
    display: flex;
    align-items: center;
    position: relative;
}
/*.product::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 10px;*/
/*    background-color: #1d2789;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/
/* .product-show{
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
} */
.pro-list{
    /* margin-left: -20px;
    margin-right: -20px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro-left{
    width: 38.462%;
    padding-left: 38px;
}
.pro-right{
    width: 50%;
}
.pro-right ul li {
    width: 46%;
    float: left;
    margin: 0 2% 20px;
}
.pro-right ul li a{
    display: block;
    overflow: hidden;
    text-align: center;
}
.pro-right ul li .img img{
    width: 100%;
}
.pro-right ul li h3{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/* .pro-tit{

} */
.pro-tit h3{
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1d2789;
    font-family: Arial;
}
.pro-tit p{
    font-size: 40px;
    color: #000;
    margin-top: 10px;
}
.pro-tit p::after{
    display: block;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #1d2789;
    margin-top: 10px;
}
.pro-show{
    margin-top: 45px;
}
.pro-show h3{
    font-size: 36px;
    color: #333;
}
.pro-show .pro-text{
    font-size: 15px;
    color: #666;
    line-height: 33px;
    margin-top: 30px;
}
.pro-show a{
    display: block;
    width: 210px;
    line-height: 57px;
    border: solid 1px #1d2789;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    background-color: #1d2789;
    margin-top: 100px;
    transition: all .3s ease;
}
.pro-show a:hover{
    background: none;
    border: solid 1px #666;
    color: #666;
}
.pro-list .owl-carousel .owl-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 10px;
}
.pro-list .owl-carousel .owl-nav button{
    display: block;
    width: 74px;
    height: 38px;
    border: solid 1px #898989;
    border-radius: 6px;
}
.pro-list .owl-carousel .owl-nav button.owl-prev{
    background: url(../images/left2.png) no-repeat center;
}
.pro-list .owl-carousel .owl-nav button.owl-prev:hover{
    background: url(../images/left2_h.png) no-repeat center;
    border: solid 1px #1d2789;
    background-color: #1d2789;
}
.pro-list .owl-carousel .owl-nav button.owl-next{
    background: url(../images/right2.png) no-repeat center;
    margin-left: 55px;
}
.pro-list .owl-carousel .owl-nav button.owl-next:hover{
    background: url(../images/right2_h.png) no-repeat center;
    border: solid 1px #1d2789;
    background-color: #1d2789;
}

/* 行业应用 */
.industry{
    height: 100%;
}
.ind-list{
    width: 100%;
    height: 100%;
}
.ind-list ul{
    height: 100%;
}
.ind-list ul li{
    width: 100%;
    height: 100%;
}

.indtry{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.ind-list ul li{
    display: none;
    overflow: hidden;
}
.ind-show{
    max-width: 1125px;
    margin: 0 auto;
}
.title{
    text-align: center;
}
.title h3{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
}
.title p{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.ind-wrap{
    margin-top: 50px;
}
.ind-wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-wrap ul::after,
.ind-wrap ul::before{
    display: none;
}


/* .ind-wrap ul li{

} */
.ind-wrap ul li{
    width: 24%;
}
.ind-wrap ul li:nth-child(n+5){
    margin-top: 20px;
}
.ind-wrap ul li a{
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: all .3s ease;
    padding: 20px;
}
.ind-wrap ul li a .ind-con{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ind-wrap ul li a .ind-con .con{
    text-align: center;
}
.ind-wrap ul li a .ind-con .con .ind-ico{
    transition: all .3s ease;
    overflow: hidden;
    width: 60px;
    height: 60px;
}
.ind-wrap ul li a .ind-con .con .ind-ico img{
    transition: all .3s ease;
    max-width: 100%;
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.ind-wrap ul li.cur a{
    background: rgba(29, 40, 139, 0.9);
    transition: all .3s ease;

}
.ind-wrap ul li.cur a .ind-con .con .ind-ico{
    filter: invert(1);
    -webkit-filter: invert(1);
}
.ind-wrap ul li.cur a .ind-con .con .ind-ico img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.ind-wrap ul li a .ind-con .con h3{
    transition: all .3s ease;
    font-size: 20px;
    margin-top: 15px;
    color: #333;
}
.ind-wrap ul li.cur a .ind-con .con h3{
    color: #fff;
}



/* 优势 */
.ys{
    height: 100%;
}
.ys .title{
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    z-index: 99;
}
.ys-show{
    height: 100%;
}
.ys-show ul{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ys-show ul::before,
.ys-show ul:after{
    display: none;
}
.ys-show ul li{
    width: 25%;
}
.ys-show ul li a{
    display: block;
    position: relative;
    height: 100%;
}
.ys-show ul li a .ys-img{
    overflow: hidden;
}
.ys-show ul li a .ys-img img{
    height: 100vh;
    min-width: 100%;
    /* max-width: 100%; */
}
.ys-show ul li a .ys-con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    padding-bottom: 220px;
    transition: all .8s ease;
}
.ys-con .con{
    max-width: 275px;
    margin: 0 auto;
    text-align: center;
}
.ys-con .con .ys-img{
    overflow: hidden;
    text-align: center;
}
.ys-con .con .ys-img img{
    max-width: 100%;
}
.ys-con .con h3{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
}
.ys-con .con p{
    font-size: 17px;
    color: #efefef;
    line-height: 30px;
    margin-top: 30px;
    height: 60px;
}
.ys-show ul li a:hover .ys-con{
    padding-bottom: 305px;
        transition: all .5s ease;
}

/* 新闻资讯 */
.news{
    height: 100%;
    background: url(../images/bg3.png) no-repeat center;
    display: flex;
    align-items: center;
}
.news .title h3{
    color: #333;
}
.news .title p{
    color: #999;
}

.new-show{
    margin-top: 50px;
    margin-left: -18px;
    margin-right: -18px;
}
.new-show ul li{
    margin: 0 18px;
}
.new-show ul li a{
    display: block;
    position: relative;
}
.new-show ul li a::after{
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    background-color: #1d2789;
    left: 0;
    bottom: 0;
    transition: all .8s ease;
}
.new-show ul li a .new-img{
    overflow: hidden;
}
.new-show ul li a .new-img img{
    max-width: 100%;
}
.new-show ul li a .new-text{
    background-color: #fff;
    padding: 30px 25px;
}
.new-show ul li a .new-text p{
    font-size: 14px;
    color: #666;
}
.new-show ul li a .new-text h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
    transition: all .3s ease;
}
.new-show ul li a .new-text .text{
    font-size: 15px;
    color: #888;
    line-height: 24px;
    margin-top: 15px;
}
.new-show ul li a .new-text p.new-more{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.new-show ul li a .new-text p.new-more span{
    display: block;
    padding-right: 25px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    transition: all .3s ease;
    background: url(../images/jt1.png) no-repeat right center;
}
.new-show ul li a:hover .new-text h3{
    color: #1d2789;
}
.new-show ul li a:hover .new-text p span{
    color: #1d2789;
    background: url(../images/jt2.png) no-repeat right center;
}
.new-show ul li a:hover:after{
    width: 100%;
}

/* 底部 */
.foot{
    background-color: #1d2123;
    border-top: solid 10px #16286a;
}
.footop{
    padding-top: 50px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.ft-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}
.ft-left{
    width: 68.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-list h3{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.ft-list ul,.ft-list .ft-con{
    margin-top: 20px;
}
.ft-list ul li a,
.ft-list .ft-con p{
    font-size: 15px;
    line-height: 30px;
    color: #999;
}
.ft-list ul li a:hover{
    color: #fff;
}

.ft-right{
    width: 20%;
}
.ft-ewm{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m1,.m2{
    width: 48%;
}
.m1 img,
.m2 img{
    max-width: 100%;
}
.ft-ewm p{
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.ft-link{
    padding-top: 15px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
}
.ft-link span{
    display: block;
    font-size: 14px;
    color: #999;
    width: 72px;
}
.link-list{
    width: calc(100% - 72px);
}
.link-list a{
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}
.link-list a:hover{
    color: #fff;
}

.footer{
    font-size: 14px;
    color: #999;
    padding: 31px 0;
}
.footer a{
    font-size: 14px;
    color: #999;
}
.footer a:hover{
    color: #fff;
}
.copy{
    float: left;
}
.reg{
    float: right;
}

/* 头部自适应 */
@media(max-width:1429px){
    .x-banner .ban-word h3{
        font-size: 60px;
    }
    .x-banner .ban-word h3 span{
        font-size: 32px;
        margin-top: 25px;
    }
}
@media(max-width:1329px){
    .x-menu > li>a{
        font-size: 15px;
    }
    .hd-nav{
        width: 49%;
    }
    .lang h3{
        font-size: 15px;
    }
    .x-banner .ban-word h3{
        font-size: 50px;
    }
    .x-banner .ban-word h3 span{
        font-size: 28px;
        margin-top: 20px;
    }
}
@media(max-width:1199px){
    .x-banner .ban-word h3{
        font-size: 45px;
    }
    .x-banner .ban-word h3 span{
        font-size: 26px;
        margin-top: 10px;
    }
    .lang .l-img img{
        max-width: 25px;
    }
    .lang .l-img{
        display: flex;
        align-items: center;
    }
    .lang h3{
        font-size: 14px;
    }
    .x-menu > li>a{
        font-size: 14px;
    }
    .hd-sch img{
        max-width: 15px;
    }
    .hd-sch{
        margin-left: 25px;
    }
    .hd-right{
        width: 11%;
    }
    .hd-sch .sch-img{
        display: flex;
        align-items: center;
    }
    .section{
        height: auto !important;
        display: block !important;
    }
    .fp-tableCell {
        display: block !important;
        height: auto !important;
    }
    .x-banner video{
        position: unset;
    }

}
@media(max-width:991px){
    .page-banner{
        margin-top: 60px;
    }
 
    .x-banner video{
        margin-top: 60px;
        
    }
    .mouse{
        display: none;
    }
    .x-banner .ban-word h3{
        font-size: 36px;
    }
    .x-banner .ban-word h3 span{
        font-size: 22px;
    }
    .pro-right ul li{
        width: 48%;
        margin: 0 1% 10px;
    }
    .pro-right ul li h3{
        font-size: 14px;
    }
}
@media(max-width:768px){
    .x-banner .ban-word{
        display: none!important;
        height: 0!important;
        width: 0!important;
    }
    .x-banner .ban-word h3{
        display: none;
    }
}

/* 关于我们自适应 */
@media(max-width:1199px){
    .about{
        height: auto;
        padding: 60px 0;
    }
    .about-show{
        height: auto;
        display: block;
    }
    .abt-tit h3{
        font-size: 36px;
    }
    .abt-tit p{
        font-size: 22px;
        margin-top: 20px;
    }
    .abt-text{
        font-size: 16px;
        margin-top: 25px;
    }
    .abt-con a{
        margin: 0 auto;
        margin-top: 40px;
    }

    .abt-list ul li h3{
        font-size: 45px;
    }
    .abt-list{
        margin-top: 60px;
    }
    .abt-list ul li p{
        font-size: 16px;
        margin-top: 10px;
    }
}

@media(max-width:991px){
    .abt-tit h3{
        font-size: 32px;
    }
    .abt-tit p{
        font-size: 18px;
        margin-top: 10px;
    }
    .abt-text{
        font-size: 15px;
        margin-top: 20px;
        line-height: 30px;
    }
    .abt-con a{
        width: 130px;
        line-height: 38px;
        font-size: 14px;
    }
    .abt-list ul li h3{
        font-size: 36px;
    }
    .abt-list ul li h3 span{
        font-size: 14px;
    }
    .abt-list ul li p{
        font-size: 15px;
        margin-top: 5px;
    }
}
@media(max-width:599px){
    .abt-tit h3{
        font-size: 28px;
    }
    .abt-tit p{
        font-size: 16px;
        margin-top: 5px;
    }
    .abt-text{
        font-size: 14px;
        line-height: 28px;
    }
    .abt-con a{
        margin-top: 30px;
    }
    .abt-list{
        margin-top: 40px;
    }
    .abt-list ul li h3{
        font-size: 32px;
    }
    .abt-list ul li h3 span{
        font-size: 13px;
    }
    .abt-list ul li p{
        font-size: 14px;
    }
}
@media(max-width:425px){
    .abt-list ul li{
        width: auto;
    }
    .abt-tit p{
        font-size: 14px;
    }
}
@media(max-width:375px){
    .abt-list ul li h3{
        font-size: 26px;
    }
    .abt-list ul li h3 span{
        font-size: 12px;
        margin-left: 0;
    }
    .abt-list{
        margin-top: 30px;
    }
    .abt-con a{
        margin-top: 20px;
    }
    .about{
        padding: 40px 0;
    }
}

/* 产品中心自适应 */
@media(max-width:1429px){
    .pro-tit h3{
        font-size: 50px;
    }
    .pro-tit p{
        font-size: 36px;
    }
    .pro-show h3{
        font-size: 32px;
    }
}
@media(max-width:1329px){
    .pro-show a{
        margin-top: 60px;
    }
    .pro-show{
        margin-top: 40px;
    }
}
@media(max-width:1199px){
    .product{
        display: block;
        height: auto;
        padding: 80px 0;
    }
    .pro-tit h3{
        font-size: 45px;
    }
    .pro-tit p{
        font-size: 32px;
        margin-top: 0;
    }
    .pro-show h3{
        font-size: 28px;
    }
    .pro-show{
        margin-top: 20px;
    }
    .pro-left{
        width: 48%;
        padding-left: 30px;
    }
    .pro-show .pro-text{
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }
    .pro-show a{
        width: 168px;
        line-height: 46px;
    }
    .pro-show a{
        margin-top: 40px;
    }
}
@media(max-width:991px){
    
    .pro-list .owl-carousel .owl-nav{
        justify-content: center;
        padding-left: 30px;
        margin-top: 0;
        padding-top: 20px;
        border-top: solid 1px #666;
    }
    .product::after{
        display: none;
    }
    .pro-show a{
        width: 140px;
        line-height: 38px;
        font-size: 14px;
    }
    .pro-show{
        margin-top: 0;
    }
    .product{
        padding: 60px 0;
    }
 
}
@media(max-width:767px){
    .pro-left{
        width: 100%;
        margin-bottom: 20px;
        padding-left: 0;
    }
    .pro-right{
        width: 100%;
    }
    .pro-tit h3{
        font-size: 30px;
    }
    .pro-tit p{
        font-size: 24px;
    }
    .pro-show a{
        margin-top: 25px;
    }
    
}
@media(max-width:699px){
    .pro-show h3{
        font-size: 24px;
    }
    .pro-show .pro-text{
        line-height: 26px;
        margin-top: 10px;
        display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 4;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/

    }
    .pro-show a{
        width: 110px;
        font-size: 12px;
        margin-top: 20px;
        line-height: 32px;
    }
    .product{
        padding: 40px 0;
    }
}
@media(max-width:599px){
    .pro-show .pro-text{
        line-height: 22px;
        font-size: 12px;
                display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 3;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/

    }
    .pro-show h3{
        font-size: 22px;
    }
}
.pro-list1{
    display: none;
}

@media(max-width:425px){

    .pro-list1{
        display: block;
        margin-left: -6px;
        margin-right: -6px;
    }
    .pro-list1 ul li{
        margin: 0 6px;
    }
    .pro-list1 ul li a{
        display: block;
    }
    .pro-list1 ul li a .pro-img{
        overflow: hidden;
        border: solid 1px #999;
    }
    .pro-list1 ul li a .pro-img img{
        max-width: 100%;
    }
    .pro-list1 ul li a h3{
        font-size: 15px;
        text-align: center;
        color: #fff;
        line-height: 36px;
        background-color: rgba(29, 40, 137, 0.7);
    }
}

/* 行业应用自适应 */
@media(max-width:1429px){
    .ind-list ul li img{
        /* width: 100%; */
        height: 100vh;
    }
}
@media(max-width:1199px){
    
    .title h3{
        font-size: 36px;
    }
    .title p{
        font-size: 16px;
        margin-top: 10px;
    }
    .industry{
        height: 640px;
    }

    .ind-list ul li img{
        max-height: 700px;
    }
}
@media(max-width:991px){
    .industry{
        height: 580px;
    }
    .ind-wrap ul li a{
        padding: 10px;
    }
    .ind-wrap ul li a .ind-con .con h3{
        font-size: 16px;
        margin-top: 10px;
    }
    .ind-wrap ul li a .ind-con .con .ind-ico img{
        max-width: 90%;
    }
    .ind-wrap ul li a .ind-con .con .ind-ico{
        width: 50px;
        height: 50px;
    }
    .ind-wrap{
        margin-top: 40px;
    }
    .ind-list ul li img{
        max-height: 600px;
    }
    .title h3{
        font-size: 32px;
    }
}
@media(max-width:768px){
    .indtry-show{
        width: 100%;
    }
    .ind-show{
        width: 100%;
    }
    .ind-wrap{
        margin-top: 30px;
    }
    .ind-wrap ul li:nth-child(n+5){
        margin-top: 10px;
    }
}

@media(max-width:599px){
    .industry{
        height: 500px;
    }
   
    .ind-list ul li img{
        max-height: 500px;
    }
    .title h3{
        font-size: 28px;
    }
    .title p{
        font-size: 14px;
    }
    
}
@media(max-width:425px){
    .industry{
        height: 400px;
    }
    .ind-wrap ul li a .ind-con .con h3{
        font-size: 12px;
    }
    .ind-list ul li img{
        max-height: 400px;
    }
    .ind-wrap ul li:nth-child(-n+2){
        margin-bottom: 10px;
    }
}

/* 优势自适应 */
@media(max-width:1429px){
    .ys .title{
        top: 60px;
    }
    .ys-show ul li a .ys-con{
        padding-bottom: 0;
        align-items: flex-start;
        padding-top: 85%;
    }
    .ys-show ul li a:hover .ys-con{
        padding-bottom: 0;
        padding-top: 65%;
    }
    
}
@media(max-width:1329px){
    .ys-con .con h3{
        font-size: 24px;
    }
}
@media(max-width:1199px){
    .ys-show ul li a .ys-img img{
        max-height: unset;
        max-width: 100%;
        height: auto;
    }
    .ys-show ul li a .ys-con{
        padding-bottom: 0;
        padding-top: 80%;
    }
    .ys .title{
        top: 50px;
    }
    .ys{
        height: auto;
        border-top: solid 10px #1d2789;
    }
    .ys-show ul li a .ys-con{
        align-items: flex-start;
    }
    .ys-show ul li a:hover .ys-con{
        padding-bottom: 0;
        padding-top: 60%;
    }
    .ys-con .con .ys-ico img{
        max-width: 70px;
    }
    .ys-con .con{
        max-width: 200px;
    }
    .ys-con .con h3{
        font-size: 22px;
        margin-top: 20px;
    }
    .ys-con .con p{
        font-size: 16px;
        margin-top: 20px;
    }
}
@media(max-width:991px){
    .ys-con .con .ys-ico img{
        max-width: 60%;
    }
    .ys-con .con h3{
        font-size: 20px;
        margin-top: 15px;
    }
    .ys-con .con p{
        font-size: 15px;
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .ys-show ul li{
        width: 50%;
    }
    .ys-show ul li a .ys-img img{
        min-width: 100%;
        max-height: 500px;
    }
    .ys-show ul li a .ys-con{
        padding-top: 60%;
    }
}
@media(max-width:767px){
    .ys{
        display: none;
    }
}

/* 新闻中心自适应 */
@media(max-width:1329px){
    .new-show ul li a .new-text h3{
        font-size: 18px;
          display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 1;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/
    }
    .new-show ul li a .new-text .text{
                  display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 2;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/
    }
    .new-show{
        margin-top: 40px;
    }
}
@media(max-width:1199px){
    .news{
        height: auto;
        display: block;
        padding: 80px 0;
    }
    .new-show ul li{
        margin: 0 10px;
    }
    .new-show{
        margin-left: -10px;
        margin-right: -10px;
    }
    .new-show ul li a .new-text{
        padding: 20px;
    }
    .new-show ul li a .new-text h3{
        top: 10px;
    }
    .new-show ul li a .new-text .text{
        font-size: 14px;
        margin-top: 15px;
    }
    .new-show ul li a .new-text p.new-more{
        margin-top: 20px;
    }
}
@media(max-width:991px){
    .new-show ul li a .new-text h3{
        font-size: 17px;
    }
    .new-show ul li a .new-text .text{
        line-height: 22px;
    }
    .news{
        padding: 60px 0;
    }
    .new-show{
        margin-top: 30px;
    }
}

/* 底部自适应 */
@media(max-width:1199px){
    .ft-list h3{
        font-size: 18px;
    }
    .ft-list ul li a, .ft-list .ft-con p{
        font-size: 14px;
        line-height: 28px;
    }
    .ft-right{
        width: 25%;
    }
    .ft-show{
        padding-bottom: 40px;
    }
    .footer{
        padding: 25px 0;
    }
    .ft-list ul, .ft-list .ft-con{
        margin-top: 15px;
    }
}
@media(max-width:991px){
    .m2{
        display: none;
    }
    .ft-ewm{
        display: flex;
        justify-content: flex-end;
    }
    .m1{
        width: 100%;
    }
    .ft-right{
        width: 15%;
    }
    .ft-left{
        width: 82%;
    }
    .footer{
        font-size: 12px;
    }
    .footer a{
        font-size: 12px;
    }
    .ft-link{
        padding-top: 0;
        padding-bottom: 20px;
    }
}


.md-foot{
  display: none;
}

@media(max-width:768px){
  .foot{
    display:none;
  }
  .footer{
    display: none;
  }
  .md-foot{
    display: block;
    background: #222;
  }
  .mod-logo{
      text-align: center;
        padding-top: 40px;
        padding-bottom: 10px;
  }
  .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;
  font-size: 12px;
  }
  .fd-ly .copyright a{
  color: #fff;
  opacity: .8;
  }
}



#fp-nav.right{
    right: 35px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    width: 88px;
    height: 18px;
    margin: 4px 0;
}
#fp-nav ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#fp-nav ul li a span{
    border-radius: 0;
    position: relative;
    height: auto;
    width: auto;
    border: none;
    background: none;
    left: unset;
    top: unset;
    font-size: 0;
    line-height: 18px;
    margin: 0;
        display: flex;
    align-items: center;
    font-family: Arial;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    height: auto;
    width: auto;
    margin: 0;
    font-size: 14px;
    color: #d4511d;
    
}
 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span{
     margin: 0;
     font-size: 14px;
     color: #d4511d;
 }
#fp-nav ul li a.active::after,
#fp-nav ul li a:hover:after{
    content: '——';
    display: block;
    color: #d4511d;
    margin-left: 15px;
}
#fp-nav ul li a span::after{
    position: absolute;
    content: '';
    background: url(../images/dian1.png) no-repeat center;
    width: 18px;
    height: 18px;
    left: 70px;
}
#fp-nav ul li a.active span::after, .fp-slidesNav ul li a.active span::after, #fp-nav ul li:hover a.active span::after, .fp-slidesNav ul li:hover a.active span::after{
        background: url(../images/dian2.png) no-repeat center;
}
#fp-nav ul li a:hover span::after{
    background: url(../images/dian2.png) no-repeat center;
}

.nav-pro{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: auto;
    top: 102px;
    left: 0;
    background-color: #fff;
    padding: 40px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.nav-pro ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav-pro ul::after,
.nav-pro ul::before{
    display: none;
}
.nav-pro ul li{
    width: 11.5%;
}
.nav-pro ul li a{
    display: block;
}
.nav-pro ul li a .hd-img{
    overflow: hidden;
    border: solid 1px #eee;
}
.nav-pro ul li a .hd-img img{
    max-width: 100%;
}
.nav-pro ul li a h3{
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}
.x-menu > li:hover .nav-pro{
        opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.nav-pro ul li a:hover h3{
    color: #1d2789;
}

.pg-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* .pg-left{
    width: 80%;
} */
.pg-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pg-left ul::after,
.pg-left ul:before{
    display: none;
}
.pg-right{
    display: flex;
    align-items: center;
}
.pg-home{
    padding-left: 22px;
    background: url(../images/ihome.png) no-repeat left center;
}
.page-product-detail-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-detail-item{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}






.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: #337ab7;
    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;
}
