/*初始化样式*/
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:hover,
a:active,
a:focus {
    /*color: #1648b8;*/
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

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 {
    font-size: 12px;
    font-weight: bold;
}

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

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

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

.wh {
    max-width:1573px;
    margin: 0 auto;
    padding: 0 15px;
}

.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.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*头部样式*/
.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 100px;background: #fff;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 100px;
}

.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    background: url() no-repeat left center;
    padding-left: 40px;
}



/*热门搜索*/
.sou {
    margin: 15px 0;
}

.hotSearch a {
    margin-right: 6px;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

/*搜索和热门搜索*/
.ss #formsearch {
    float: right;width: 189px;position: absolute;right: 0;top:100px;z-index: 9999;display: none;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.ss #formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

.ss #formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

.ss #formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #1648b8;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}




/* 导航样式 */
.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
    width: 120px;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    line-height: 100px;
    height: 100px;
    text-align: center;
}



.x-menu>li:hover>a {
   color:#1648b8;
    /*background:url(//cdn.myxypt.com/e1e63379/22/05/1902a9032b485c1bda0b38f474660e9efd9e6996.png) no-repeat bottom center;*/
}




.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 125%;
    left: -12%;
    top: 100px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}



.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #1648b8;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}
.dh{color: #1648b8;font-size: 18px;font-weight: normal;width: 198px;height: 35px;border-radius: 18px;border: solid 2px #e5e5e5;text-align: center;margin-right: 39px;margin-top: 36px;line-height: 31px;}
.dh p{display:flex;justify-content:center;align-items: center;}
.dh p img{padding-right: 10px;}
.ss-btn{line-height: 100px;cursor: pointer;}
.ss{position: relative;}



.top2 .wh{position: relative;z-index: 99;}
@media(max-width:1600px){
    .x-menu{width:62%;}
}
@media(max-width: 1440px){
    .x-menu{width:55%;}
}

@media(max-width: 1280px){
    .dh{margin-right: 15px;}
    .x-menu>li{width: 83px;}
    .x-menu{width:50%;}
}

@media(max-width: 1150px){
    .dh,.ss{display: none;}
}







/*  */
.box1{position: relative;margin: 5.57% 0 6.1%;}
.aright{width: 50%;}
.aright img{
    max-width:100%; height:auto !important;width:auto !important;
}
.sul{background-color: #ffffff;box-shadow: 0px 0 15px 0px rgba(0,0,0,.3);padding: 17px 0;margin: 0 9.4%;}
.sul li{width: 20%;text-align: center;padding: 1vw 0;}

.sbox{position: absolute;width: 100%;bottom: 0;}
.sul li p{color: #333333;font-size: 16px;font-weight: bold;margin-bottom:20px;}
.sbt span{color: #1648b8;font-size: 68px;font-family: 'Bahnschrift';line-height: 1;font-weight: 100;letter-spacing: -3px;}
.sul li sub{color: #1648b8;font-size: 14px;line-height: 1;bottom: 4px;left: 8px;font-weight: bold;}
.sul li sup{color: #1648b8;font-size: 51px;top:-28px;}
.sul li:first-child sub,.sul li:nth-child(2) sub,.sul li:last-child sub{left: 5px;}


.aleft{width: 38.3%;margin-left: 9.4%; margin-top: 4vw;}
.abt dd{color: #666666;font-family: 'arial';font-size: 2.65625vw;text-transform: uppercase;line-height: 1;}
.abt dt{color: #1648b8;font-size: 1.5625vw;margin-top: 10px;line-height: 1;font-weight: bold;}
.acon{color: #5a5a5a;font-size: 16px;line-height: 1.6vw;margin:1.6vw 0 1.645vw;}
.aleft .abbbm{display: block;width: 146px;height: 44px;border: solid 1px #1648b8;line-height: 42px;padding-left: 62px;background: url(../images/am.png) no-repeat 33px center;color: #1648b8;font-size: 14px;}

.aleft .abbbm:hover{border: solid 1px #1648b8;background: url(../images/am2.png) no-repeat 33px center #1648b8;color: #fff;}


/*  */
.product {
    background:#f2f2f2;
    padding:6% 0;
    background-size: cover;position:relative;
}
.product:before{content:"";width:6.98%;height:100%;background:#1648b8;position:absolute;display: block;left:0;top:0;}


.pro-cfn {
    width:19.48%;
}
.cpbt{color:#1648b8;font-size:60px;font-family:"Arial";text-transform:uppercase;line-height:35px;}
.cpbt p{color:#1648b8;font-size:35px;font-family:"微软雅黑";font-weight:bold;padding:18px 0 26px;background: url(../images/ptt.png) no-repeat left bottom;}

.pro-cfn ul{margin-top:2.8vw;}
.pro-cfn ul li {
  margin-top:19px;
}

.pro-cfn ul li:first-child {
    margin-top: 0;
}
.pro-cfn ul li:nth-child(6) {
   display: none;
}

.pro-cfn ul li a {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: center;
    max-width:200px;
    border: solid 1px rgba(174, 174, 174, 0.5);
    padding-left: 30px;
    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:60px;
    color: #333;
    font-weight: normal;
    transition: all 0s ease;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

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

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

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

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

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





.pro-list {width:77.73%;}

.sycp{display:none;}
.sycp.clicked{display:block;}
.sycp li{width:32%;text-align:center;}
.sycp li img{width:100%;display:block;}
.sycp li .wz{color:#333333;font-size:17px;background:#fff;line-height:3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sycp li:nth-child(n+4){margin-top:1.5vw;}
.sycp li:hover .wz{background:#1648b8;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}






/*  */
.box2{margin: 3.5% 0 0;}
.bt1{text-align: center;}
.bt1 dd{color: #1648b8;font-size: 51px;font-family: 'Arial';line-height: 1;text-transform: uppercase;}
.bt1 dt{color: #494949;font-size: 30px;letter-spacing: 3px;font-weight: bold;line-height: 1;margin-top: 20px;}
.yul{margin-top: 40px;}
.yul li{width: 25%;position: relative;}
.yul li .img {overflow: hidden;}
.yul li .img img{width: 100%;-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.yul  li:hover .img img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}
.bj1{position: absolute;top:0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;flex-direction: column;padding: 0 2.9vw;height:100%;}
.shu{color: #ffffff;font-size: 72px;font-family: Bahnschrift;font-weight: 100;position: relative;line-height: 1;}
.shu:after{content: '';width: 2.24vw;height: 7px;background:#fff;left: -2.9vw;top:26px;display: block;position: absolute;}
.bj1 h3{color: #ffffff;font-size: 36px;font-weight: normal;margin: 5vw 0 17px;}
.bj1 p{color: #ffffff;font-size: 14px;line-height: 24px;}
.yul  li:hover .bj1{background:rgba(22,72,184,.5);}







/*  */
.box3{padding:5.3% 0 5.8% ;background: #fff;}
.box3 .wh{max-width: 1576px;}
.nbox{margin-top: 7.24%;}
.nright{width: 49.01%;}
.nleft{width: 49.2%;}
.nsort{margin-bottom:34px;}
.nsort li{width: 29.4%;}
.nsort li a{display: block;height: 59px;background-color: #ffffff;border: solid 1px #949494;line-height: 57px;text-align: center;color: #666666;font-size: 18px;}
.nsort li.cur a{background-color: #1648b8;color: #fff;border-color: #1648b8;}
.nul{}
.nul li{}
.nul li .img img,.nul2 li .img img{display: block;width: 100%;}
.nul li .img{display: block;position: relative;}
.nul li .img span{display: block;width: 111px;height: 41px;background-color: #1648b8;line-height: 41px;text-align: center;color: #ffffff;font-size: 17px;position: absolute;bottom: 0;left: 0;}
.nul li h3 a{margin-top: 25px;display: block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;color: #333333;font-size: 18px;font-weight:normal;}
.nul li p{color: #666666;font-size: 14px;line-height: 24px;margin: 14px 0 26px;display: -webkit-box;overflow: hidden;height:72px;}
.nmore a{display: block;width: 38px;height: 38px;background: url(../images/mn1.png) no-repeat center;}
.nul li:hover .nmore a{background: url(../images/nm2.png) no-repeat center;}
.nul li:hover h3 a{color: #1648b8;}

.nul li:hover p{color: #1648b8;}



.nbj{background-color: #1648b8;width: 54%;right: 0;bottom: 0;position: absolute;padding: 2.3vw 2.5vw 15px 1.77vw;}
.nul2 li{position:relative;}
.nul2 li h3 a{display: block;color: #ffffff;font-size: 18px;font-weight: normal;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nul2 li p{color: #ffffff;font-size: 14px;line-height: 24px;margin: 16px 0; display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.nmore2{text-align: right;}


.ttzz {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
}
.ttzz.active{opacity: 1;visibility: visible;height: 100%;}







/*  */
.box4{background: url(../images/cs.jpg) no-repeat top center;background-size: cover;padding: 5.6% 0 5%;}
.box4 .bt1 dd,.box4 .bt1 dt{color: #fff;}
.alnr {
    margin-top: 3.7%;
}
.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;font-weight:normal;
    background-color: rgb(22 72 184 / 60%);display:none;
}

.case-list .swiper-slide-active h3{display:block!important;}






.box4 .swiper-slide {
    width: 1096px;
}
.box4 .swiper-slide a {
    transition: 0.2s;
}
.box4 .swiper-pagination {
    position: unset;
    text-align: center;
    width: 100%;
    margin-top: 36px;
}
.box4 .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 10px;
    background: #fff;
    opacity: 1;
}

.box4 .swiper-pagination .swiper-pagination-bullet-active {
    background: #1648b8;
}





/*  */
.box5{background: url(../images/e05033ee068eae04b4ba02e3f690705b99143673.jpg) no-repeat top center;background-size: cover;padding: 10% 0 4.8%;}
.box5 .bt1{text-align: left;}
.tbox{width:56% ;}
.box5 .wh{max-width: 1560px;}
.xul{margin-top: 3.4895vw;}
.xul li{background:#1648b8;width: 28.3%;text-align: center;padding: 25px 1.5vw;}
.xul li .img{height: 64px;line-height: 64px;}
.xul li h3{color: #ffffff;font-size: 22px;font-weight: lighter;margin: 16px 0;}
.line1{width: 46px;height: 4px;background-color: #ffffff;margin: 0 auto;}
.xul li p{color: #ffffff;font-size: 18px;line-height: 30px;margin-top: 28px;word-break: break-all;}
.xul li:first-child p{margin-top: 18px;}
.xul li:hover{background: rgba(22,72,184,.90);}
.xul li .img img{transition: .5s;}
.xul li:hover .img img{transform:rotateY(180deg);}




.box5 .wh{position: relative;}
.yan{background: rgba(22,72,184,.9);width:39%;right: 0;position: absolute;margin-top: 20px;padding: 48px 56px 29px;}
.ybt{color: #ffffff;font-size: 18px;line-height: 1;margin-bottom: 22px;}
.yan ul li{border: solid 1px #ffffff;margin-bottom: 1.4vw;padding-left: 56px;background: url(../images/e1.png) no-repeat 24px center;}
.yan ul li:nth-child(2){background: url(../images/e2.png) no-repeat 24px center;}
.yan ul li:nth-child(3){background: url(../images/e3.png) no-repeat 24px 20px;}
.yan ul li input{outline: none;border: none;background: none;height: 47px;color: #ffffff;font-size: 12px;width: 100%;}
.yan ul li:last-child{border: 1px solid rgba(255, 255, 255, .5);}
.yan ul li textarea{outline: none;border: none;background: none;height: 160px;color: #ffffff;font-size: 12px;width: 100%;padding-top: 18px;}
.yan ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
}
.yan :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
}
.yan ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
}
.yan :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
}
.tj input{display: block;margin: 0 auto;width: 160px;height: 44px;line-height: 40px;color: #1648b8;font-size: 14px; background-color: #fff;box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.27);border: solid 3px #ffffff;}
.yan #codeimg1{border-radius: 6px;}
.yzm #checkcode{width: calc(100% - 168px);border: 1px solid rgba(255, 255, 255, .5);height: 47px;color: #ffffff;font-size: 12px;padding-left: 26px;background: none;outline: none;}
.yzm{margin-bottom: 1.5625vw;}




/*  */

.ft-contact {
    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(//cdn.myxypt.com/4af50896/22/02/c9275656825cedc5509cee81dbe34ebb607a037c.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;
}
.gjcss{
    font-size: 12px;
	font-weight: normal;
	line-height: 48px;
	color: #ffffff;
    align-items: center;
}
.gjcss a{
    color: #ffffff;
}
.gjcss a::after{
    content: '，';
}
.gjcss a:last-child:after{
    content: '';
}
.gjcssfr form{
    width: 283px;
	height: 33px;
	border-radius: 16px;
	border: solid 1px #e7fafe;
    font-size: 0;
}
.gjcssfr #keyword{
    width: 243px;
    font-size: 12px;
	font-weight: normal;
	line-height: 31px;
    padding-left: 13px;
	color: #c8c8c8;
    background: none;
    border: 0;
    outline: none;
}
.gjcssfr #keyword::-webkit-input-placeholder{
    color: #c8c8c8;
}
.gjcssfr #s_btn{
    width: 38px;
    line-height: 31px;
    border: 0;
    outline: none;
    background: url(../images/e21bb51345263e5f01d9fa4685d13da0372e41cc.png) no-repeat center;
}
.gjcssww{
    border-top: 1px solid rgba(231, 250, 254, .2);
    border-bottom: 1px solid rgba(231, 250, 254, .2);
}

.top_seo{
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
}
.top_seo a{
    color: #ffffff;
}
.x-copyright{
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
}
.x-copyright a{
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
}
.x-region{
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
}
.x-region a{
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
}
.x-footer #powered{
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
}
.x-footer{
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    padding: 12px 0 20px;
    background-color: #333;
}
.x-footer  a{
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
}
.x-footer #powered a{
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
}


.flex2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer{background-color: #333333;}

.max1440{max-width: 1610px;padding: 0 15px;margin: 0 auto;}
.dao{padding: 42px 0 74px;}
.dao a{color: #ffffff;font-size: 18px;}
.dao a:after{content:' / ';padding: 0 1.6vw;font-weight: normal;}
.dao a:hover{font-weight: bold;}
.dao a:last-child:after{content:'';}



@media(max-width: 1730px){
    .aleft{margin-top: 2vw;}
    .acon{margin: 2vw 0;}
    .pro-cfn ul li a h3{line-height: 60px;}
    .pro-cfn ul li.cur::after{right: 20px;height: 60px;}
}


@media(max-width: 1530px){
    .acon{font-size: 14px;}
    .sbt span{font-size: 50px;}
    .sul li sup{font-size: 40px;top:-20px;}
    .sul li sub{left: -20px;}
    .x-banner .owl-carousel .owl-dots button.owl-dot{width: 15px;height: 15px;}
    .box4 .swiper-slide{width: 900px;}
    .product:before{display:none;}
    .cpbt{font-size:46px;}
    .cpbt p{font-size:28px;}
}


@media(max-width: 1400px){
    .aleft{margin-left: 5%;}
    .sul{margin: 0 5%;}
    .acon{margin: 1vw 0 2vw;}
    .sul li p{margin-bottom: 10px;}
    .sul li{padding: 0;}
    .pro-cfn ul li.cur::after{right: 20px;height: 50px;}
    .pro-cfn ul li a h3{line-height: 50px;}
    .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: 16px;}
    .bt1 dd{font-size: 45px;}
    .bt1 dt{font-size: 27px;margin-top: 10px;}
    .shu{font-size: 60px;}
    .bj1 h3{font-size: 30px;}
    .box4 .swiper-slide {
        width: 800px;
    }
    .xul li p{font-size: 14px;line-height: 24px;}
    .dao a{font-size: 16px;}
    .yan ul li textarea{height: 110px;}
}
@media(max-width:1366px){
    .sul li sub{
        left: 5px;
    }
}

@media(max-width: 1200px){
    .sbox{bottom: 0;position: static;}
    .acon{font-size: 14px;line-height: 24px;}
    .abt dd{font-size: 28px;}
    .abt dt{font-size: 24px;margin: 5px 0;}
    .sbt span{font-size: 45px;}
    .sul li sup{font-size: 35px;}
    .sul li p{font-size: 14px;}
    .bt1 dd{font-size: 37px;}
    .bt1 dt{font-size: 24px;margin-top: 10px;}
    .shu{font-size: 50px;}
    .bj1 h3{font-size: 20px;}
    .shu:after{top:16px;}
    .bj1 p{height: 120px;overflow: hidden;}
    .nbox{margin-top: 5%;}
    .nsort li a{height: 45px;line-height: 43px;}
    .nul li p{margin: 7px 0 13px;}
    .nsort{margin-bottom:20px;}
    .box4 .swiper-slide {
        width: 600px;
    }
    .dao a{font-size: 14px;}
    .xul li h3{font-size: 15px;}
}

@media(max-width: 1024px){
    .pro-tit{width: 7%;margin-right: 2%;}
    .pro-cfn ul li a{padding-left: 5px;}
    .pro-cfn ul li a h3{font-size: 14px;line-height: 42px;}
    .pro-cfn ul li.cur::after{right: 5px;height: 42px;}
    .pro-list ul li .pro-img{width: 73%;}
    .pro-list ul li .pro-text{width: 25%;}
    .cpbt{font-size:28px;line-height:28px;}
    .cpbt p{font-size:20px;padding:10px 0;}
    .sycp li .wz{font-size:14px;}
    .pro-cfn ul li{margin-top:14px;}
}



@media(max-width: 768px){
    .aleft,.aright{width: 100%;float: none;}
    .aleft{margin: 0;padding: 0 3%;}
    .acon{margin: 25px 0;}
    .aleft{margin-bottom: 25px;}
    .pro-tit{display: none;}
    .pro-list{width: 70%;}
    .pro-cfn ul li a h3{font-size:14px;}
    .nleft,.nright{width: 100%;float: none;}
    .nleft{margin-bottom: 20px;}
    .box4 .swiper-slide {
        width:500px;
    }
    .tbox{width: 100%;float: none;}
    .yan{position: static;width: 100%;}
    .case-list .swiper-slide a h3 {
    font-size: 14px;
    line-height: 40px;}
    .cpbt{text-align:center;}
     .cpbt p{background:none;padding:4px 0;}
    .pro-cfn{width:100%;}
    .pro-list{width:100%;margin-top:25px;}
    .pro-cfn ul{text-align:center;}
    .pro-cfn ul li{width:31%;margin:5px 1%;display:inline-block;}
    .pro-cfn ul li a{max-width:100%;}
    .pro-cfn ul li.cur a{width:100%;}
    .pro-cfn ul li:nth-child(6) {
       display: block;
    }
    .pro-cfn ul li:last-child {
       display: none;
    }
    
}


@media(max-width: 640px){
    .sbox{margin-top: 20px;}
    .sbox li{width: 48%;margin-bottom: 10px;}
    .sbt span{font-size: 32px;letter-spacing: -1px;}
    .pro-cfn,.pro-list{width: 100%;float: none;}
    .sul li sup{font-size: 30px;top:-16px;}
    .sul li sub{bottom: 0;}
    .pro-cfn ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .pro-cfn ul li {
        width: 48%;
        margin: 5px 1%;
    }
    .pro-cfn ul li:first-child {
        margin-top: 5px;
    }
    .pro-cfn ul li.cur::after{display: none;}
    .pro-cfn ul li a{padding-right: 0;text-align: center;display: block;}
    .pro-list ul li .pro-img{width: 100%;float: none;}
    .pro-list ul li .pro-text{margin-top: 10px;width: 100%;float: none;}
    .box1{margin: 20px 0 ;}
    .box2{margin: 30px 0 0 0 ;}
    .bt1 dd{font-size: 26px;}
    .bt1 dt{font-size: 20px;margin-top: 5px;}
    .yul{margin-top: 20px;}
    .yul li{width: 50%;}
    .shu{font-size: 40px;}
    .box3{padding: 30px 0;}
    .nsort li a{font-size: 16px;height: 38px;line-height: 36px;}
    .nul li .img span{font-size: 14px;width: 90px;height: 36px;line-height: 36px;}
    .nul li h3 a{font-size: 16px;margin-top:20px;}
    .nmore2 img{width: 30px;}
    .nul2 li p{margin: 8px 0;font-size: 12px;line-height: 20px;}
    .nul2 li h3 a{font-size: 16px;}
    .nbj{padding: 10px;}
    .nmore a{width: 30px;height: 30px;background-size: 100% 100%;}
    .box4 .swiper-slide {
        width:260px;
    }
    .case-show{margin-top: 20px;}
    .box4 .swiper-pagination{margin-top: 16px;}
    .box4{padding: 30px 0;}
    .dao{padding: 20px 0 0 0;line-height: 30px;}
    .xul li .img img{width: 30%;}
    .xul li .img{height: 40px;line-height: 40px;}
    .xul li{padding: 10px 5px;}
    .xul li h3{margin: 8px 0;}
    .xul li p{font-size: 12px;line-height: 18px;margin-top: 15px;    word-break: break-all;}
    .xul li{width: 33%;}
    .yan{padding: 20px 15px;}
    .yan ul li{margin-bottom: 15px;}
    .yzm{margin-bottom: 15px;}
    .yan ul li input{height: 40px;}
    .yzm #checkcode,.yan #codeimg1{height: 40px;}
    .sul li sub{left: -10px;}
    .sycp li{width:48%;}
    .sycp li:nth-child(n+3){margin-top:12px;}
}










.page-product-inquiry a {
    color: #fff;
}


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


/* 友情链接 */

.c-link {
    padding: 0;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    text-align: center;
}

.c-link .con {
    /* display: flex;
    flex-wrap: wrap; */
    position: relative;
    display: inline-block;
}

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

.c-link dd {
    display: inline-block;
    text-align: left;
}

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

.c-link a {
    color: #333;
    padding: 0 4px;
    font-size: 12px;
    line-height: 18px;
}
@media(max-width: 991px){
    .c-link{
        display: none;
    }
}



/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}
}


/*.dbb{height:50px;}*/
/* 页脚 */
.footer6 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #2b58be;
}

.footer6 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer6 ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer6 ul li.active {
  background: #da251c;
}

.footer6 ul li a {
  display: block;color:#fff;
}

.footer6 ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer6 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;color:#fff;
}


.footer6 li .icon-home{ background: url(../images/a1.png) no-repeat;width:20px;height:20px;}
.footer6 li .icon-home2{ background: url(../images/a2.png) no-repeat;width:20px;height:20px;}
.footer6 li .icon-phone{ background: url(../images/a3.png) no-repeat;width:20px;height:20px;}
.footer6 li .icon-contact{ background: url(../images/a4.png) no-repeat;width:20px;height:20px;}

.footer6 li .icon-phone:before{font-size:0;}
.footer6 ul li a{border-right:1px solid #fff;}
.footer6 ul li:last-child a{border-right:none;}




