/*初始化样式*/
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,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 微软雅黑,arial,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'微软雅黑';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:baseline;}
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{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




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



.wh{max-width:1270px;margin:0 auto;padding:0 15px;}
.bxs{overflow: hidden;}


.com-img{overflow:hidden;}
.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);}


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

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}




/*头部样式*/
.top1{background:#f8f8f8;color:#888888;height:45px;line-height:45px;overflow:hidden;font-size:14px;}
.top1 a{color:#888888;}

.top2 .wh{height:138px;overflow:hidden;}
.logo{width:18.63%;}

.topy{width:46%;}
.k2{font-size:16px;color:#666666;line-height:30px;background: url(/default1/0be3e7decec4779bad8514b153a1f2d324e9ab81.png) no-repeat right center;padding-right:80px;text-align:right;}
.k2 p:nth-child(2){color:#008bc4;font-size:30px;font-family:"Impact";}

.top-ys-list {width:270px;}
.top-ys-list li {
    background: url(/default1/c563ae483f9f51ecbcd6e0360cdf2d1b6c3714cc.png) no-repeat center;
    width: 76px;
    height: 82px;
}
.top-ys-list li .img {
    text-align: center;
    margin-top: 19px;
}
.top-ys-list li .img img {
    max-width: 100%;
}

.top-ys-list li h3 {
    text-align: center;
    color: #ffffff;
    font-size:14px;line-height:30px;
}



/* 导航样式 */
.dao{background:#2e2e2e;}
.x-menu{}
.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:14.28%;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height:70px;
}

.x-menu > li:hover > a {
  background: #008bc4;
  color: #fff;
}

.x-menu > li.active > a {

}



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

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 100%;
  left: -0%;
  top:70px;
  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: #333;
  line-height:40px;
 height:40px;overflow:hidden;
}

.x-sub-menu > li > a:hover {
  background: #008bc4;color:#fff;
}



.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;display:block;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}


/*主体样式*/

.index-ss-left {
    color: #333333;font-size:14px;
}

.index-ss-left span {
    color: #008bc4;
    text-transform: uppercase;font-weight:bold;
}

.index-ss-left a {
    color: #777777;
    position: relative;
    padding:0 10px;
}

/*.index-ss-left a::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 1px;*/
/*    height: 14px;*/
/*    background-color: #e3e3e3;*/
/*    display: block;*/
/*    left: 10px;*/
/*    top: 3px;*/
/*}*/

.index-ss-left a:hover {
    color: #777777;
}


.x-header-right2 {
    width: 24.19%;
    text-align: right;
    height: 77px;
    border-left: 1px solid #ededed;border-right: 1px solid #ededed;
}


.x-header-right2 #formsearch,
.x-header-right2 .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right2 #formsearch {
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-left: 0;
}



.x-header-right2 #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 60px;
    height: 77px;
    font-size: 0;
    background: url(/default1/9b64b198a896c26487c604ac0c3326e153a3b22b.png) no-repeat center;
}

.x-header-right2 #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 60px);
    color: #b6b6b6;
    height: 77px;
    padding-left:20px;
    font-size: 14px;
}

.x-header-right2 #formsearch input#keyword {
    color: #b6b6b6;
}
.x-header-right2 #formsearch input#keyword::placeholder{
    color: #b6b6b6;
}



.box1{padding:3vw 0 4vw;}
.bt {
    color: #333333;
    position: relative;
    font: 600 40px/58px "微软雅黑";
    margin-bottom: 40px;
}


.bt h4 {
position: absolute;
    color: rgba(182, 182, 182, 0.14);
    font: 600 80px/80px "Airal";
    text-transform: uppercase;
    text-align: center;
    left: 0;
    right: 0;
}


.bt h3 {
    z-index: 999;
    color: inherit;
    font: 600 40px/80px "微软雅黑";
    text-align: center;
}

.bt h3 span {
    color: #008bc4;
}

.bt p {
    text-align: center;
    color: #666666;
    font: 400 18px/26px "微软雅黑";
}




.pro-cate{
    padding:0 12px;
    margin-top:2vw;
}
.pro-cate .cate-item{

  
   text-align: center;
     padding:15px 8px 10px;
}
.pro-cate .cate-item a{
    display: block;
    background: #f1f1f1;
    padding:4vh 0 2vh; 
    transition: all 0.3s;
    position: relative;
}
.pro-cate .cate-item a:after{
    position: absolute;
    height: 5px;
    width: 0;
    left:0;
    bottom:0;
    content:"";
    background: #132b83;
    transition: all 0.5s;
}
.pro-cate .cate-item:hover a:after{
    width: 100%;
}
/*.pro-cate .cate-item:hover a{*/
/*    box-shadow: 0 0 10px rgba(0,0,0,.15);*/
/*    transform: translateY(-5px);*/
/*}*/
.pro-cate .cate-item h3{
    color:#333;
    font-size: 22px;
    line-height: 2;
    font-weight: bold;
}
.pro-cate .cate-item span{
    color:#132b83;
    font-size: 12px;
}
.pro-cate .cate-item .img{
    margin-top:2vh;
}
.pro-cate .cate-item .img img{width:100%;display:bold;}
.pro-cate .cate-item:hover h3{color:#132b83;}


.box2{margin:2vw 0 4vw;}
.wh1400{max-width:1430px;margin:0 auto;padding:0 15px;}
.fw{margin-top:2vw;position:relative;padding:0 80px;}
.fw .mySwiper{overflow:hidden;}
.fw .swiper-slide{text-align:center;border:1px solid #f1f1f1;display:block;padding:15px 0;}
.fw .swiper-slide img{width:100%;margin:0 auto;display:block;} 
.fw .swiper-slide h3{color:#666666;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:5px;text-transform:uppercase;}
.fw .swiper-button-prev{position: absolute;top:50%;margin-top:-38px;left:0;width:39px;height:76px;opacity:1;z-index:999;background:url(/default1/f0c639497c7e008b1ffe58aa7b77fb1e4be0174c.png) no-repeat;background-size:100% 100%;}
.fw .swiper-button-next{position: absolute;top:50%;margin-top:-38px;right:0;width:39px;height:76px;opacity:1;z-index:999;background:url(/default1/9bc90532f6433ec978bb290f058c6a4197431505.png) no-repeat;background-size:100% 100%;}
.fw .swiper-slide:hover{border-color:#008bc4;}
.fw .swiper-slide:hover h3{color:#008bc4;}





/* .index-hf {background: url() no-repeat;background-size:100% 100%;} */

.index-hf-left {
    width:59.68%;padding:2.6vw 0 2vw;
}

.index-hf-left h3 {
    color: #fff;font-size:46px;font-weight:bold;
    margin-bottom: 15px;
}

.index-hf-left h3 span {
    width: 60px;
    height: 4px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 13px;
    margin-left: 15px;
    margin-right: 15px;
}

.index-hf-left .wz{
    color: rgba(255, 255, 255, 0.8);
   line-height:32px;font-size:18px;margin-top:18px;
}

.index-hf-right {
    width:33.23%;
    text-align: center;position:relative;padding-left:5%;
}

.index-hf-right:before{content:"";position:absolute;background:url(/default1/18524574f0615d5a813c70addef2b9eea723724b.png);z-index:22;right:-11.41%;top:0;width:456px;height:255px;background-size:100% 100%;z-index:1;}


.index-hf-right h3 {
    text-align: left;margin-left:16%;
    color: #ffffff;
    font: 400 16px/44px "微软雅黑";position:relative;z-index:99;padding-top:2.5vw;
}
.index-hf-right h3 img{margin-right:15px;}

.index-hf-right h4{
    color: #ffffff;position:relative;z-index:99;
    font: 600 38px/50px "Airal";
}


.index-hf-right a {
    width: 170px;
    height: 40px;
    margin: 0 auto;
    display: block;
    background-color: #ffffff;
    color: #008bc4 !important;
    font: 400 18px/40px "微软雅黑";
    margin-top: 25px;
    border-radius: 3px;position:relative;z-index:99;
}


.bg{width:100%;margin-top:-4px;}
.bg img{width:100%;display:block;}



.index-ys {
    padding:3vw 0;
    background: url(/default1/4038460d27fb39693a6a40e0f71c9617b903ec1e.jpg) no-repeat;background-size:100% 100%;
}



.tabz {
    height: 182px;
}

.tabz li {}

.tabz li .text {
    padding: 10px;
    background-color: #919291;
}



.tabz {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.tabz li {
    float: left;
    width: 25%;
    display: block;
    /* background: #919291; */
    text-align: center;
    color: #666666;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.tabz li .img {
    background-color: rgba(255, 255, 255, .01);
    height: 88px;
    padding-top: 20px;
    opacity: 0.01;
}

.tabz li .text {
    padding: 23px;
}

.tabz li .text h3 {
    color: #ffffff;
    font: 600 20px/30px "微软雅黑";overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.tabz li .text h4 {
    color: rgba(255, 255, 255, .5);
    font: 400 12px/20px "Airal";
    text-transform: uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.ttz li .img {
    position: relative;
    width:50.81%;
}



.ttz li .img .imgbg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 620px;
    height: 370px;
    background-color: rgba(216, 23, 14, .5);
}

.ttz li .img img {
    position: relative;
    width:100%;display:block;
}

.ttz li .text {
    width:44.52%;
  
}

.ttz li .text h3 {
    color: #333333;
    font-size:34px;font-weight:bold;
    position: relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.ttz li .text h4 {
    color: #999999;
    font-size:14px;text-transform:uppercase;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0.8vw 0 1.8vw;
}


.ttz li .text .hx{
    width: 68px;
    height: 6px;
    background-color: #008bc4;
}


.ttz li .text .wz {
    text-indent: 2em;
    margin:1.8vw 0;
    color: #666666;
    font-size:16px;line-height:35px;overflow:hidden;
}

.ttz li .text a {
    display: block;
    width: 300px;
    height: 40px;
    color: #ffffff;
    font: 400 16px/40px "微软雅黑";
    background-color: #008bc4;
    text-align: center;
}




.tabz li.cur .img {
    background-color: #008bc4;
    opacity: 1;
}

.tabz li.cur .text {
    background: url(/default1/fba455f2f9a66c25ab15418b9c9cccb131a27811.png) no-repeat center 10px #008bc4;
}

.tabz li:hover,
.tabz li.cur {
    position: relative;
    color: #fff;
    cursor: pointer;
}

.tabz li:hover a,
.tabz li.cur a {
    color: #fff;
}

.ttz {
    display: none;
    margin-top:3vw;
}






.box4 {
    background: url(/default1/69137a20b0a4a861bfcb3fd0b352ca21e688ab10.jpg) no-repeat top center;
    padding-top: 2.8vw;
}


.box4 .bt h4 {
    color: rgba(182, 182, 182, 0.14);
}

.box4 .bt h3 {
    color: #fff;
}

.box4 .bt p {
    color: #fff;
}


.acont {
    box-shadow: 0 0 15px #aaa;
    padding:1.53%;
    background-color: #fff;
}


.apic {
    width:50.55%;
}

.apic img {
    width: 100%;display:block;
}

.about {
    width:46%;
}

.ab{
    color: #666666;
    font-size:16px;line-height:34px;
}

.x-about-more {
    margin-top:1.8vw;width:70%;
}
.x-about-more a {
    display: block;
    float: left;
    color: #fff !important;
    width:50%;
    font: 400 16px/55px "微软雅黑";
    background-color: #008bc4;
    text-align: center;
}

.x-about-more a+a {
    background-color: #eeeeee;
    color: #666666 !important;
    
}


.index-hot-case {
    margin:2vw 0 3vw;
}

.index-tt {
    position: relative;
    color: #333333;
    font: 600 24px/28px "微软雅黑";
    padding-left: 20px;
}

.index-tt::before {
    content: "";
    width: 8px;
    height: 28px;
    background-color: #008bc4;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}


.index-tt a {
    display: block;
    float: right;
    color: #999999;
    font-size:16px;font-weight:normal;line-height:28px;
}



.index-hot-case-con {
    margin-top:2vw;
}

.index-hot-case .index-tt a {
    font-size: 16px;
    color: #999999;
}

.x-case-list2 {
    margin-left: -9px;
    margin-right: -9px;
}

.x-case-itembg {
    padding: 0 9px;
}

.x-case-list2 .x-case-item2 .img img {
    width: 100%;display:block;
}

.x-case-list2 .x-case-item2 h3 {
    color: #666666;
    font: 400 16px/47px "微软雅黑";
    text-align: center;
    background-color: #f8f8f8;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.x-case-list2 .x-case-item2:hover h3 {
    color: #fff;
    background-color: #008bc4;
}




.sy_xw {
    background-color: #f8f8f8;
    padding:2.6vw 0 3.8vw;
}

.tabsz {
    display: flex;
    justify-content: center;
}

.tabsz li+li {
    margin-left: 20px;
}

.tabsz li a {
    width: 200px;
    display: block;
    color: #444444;
    font: 400 18px/56px "微软雅黑";
    border: 1px solid #e8e8e8;
    text-align: center;background:#eeeeee;
}

.tabsz li:hover a {
    color: #fff;
    background-color: #008bc4;
    border: 1px solid #008bc4;
}



.tabsz_content {
    margin-top:3vw;
}

.ttsz {
    display: none;
}

.x-news-img2 {
    width:41.29%;
    background-color: #ffffff;
    padding: 17px;
}

.x-news-img2 .text h3 a{
    display: block;
    color: #333333;
    font: 600 18px/52px "微软雅黑";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-img2 .text .wz{
    color: #999999;
    font-size:15px;line-height:24px;height:48px;overflow:hidden;
}

.x-news-img2 .text .date {
    color: #999999;
    font: 400 14px/60px "微软雅黑";
    margin-bottom: 8px;
}

.x-news-img2 .img {
    overflow: hidden;
}
.x-news-img2 .img img{width:100%;display:block;}



.x-news-right {
    width:55.48%;
}

.x-news-right li+li {
    margin-top:17px;
}

.x-news-right li .date {
    width: 100px;
    background-color: #fff;
    padding: 10px;
    text-align: center;height:100px;
}

.x-news-right li .date h4 {
    color: #454545;
    font: 600 48px/52px "Arial";
}

.x-news-right li .date h5 {
    color: #666666;
    font: 400 16px/26px "Arial";
}


.x-news-right li .text {
   width: calc(100% - 135px);
}


.x-news-right li .text h3 {
    color: #333333;
    font: 400 18px/26px "微软雅黑";
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.x-news-right li .text .wz {
    color: #888888;
    font: 400 15px/32px "微软雅黑";
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.x-news-right li .text .more {
    color: #888888;
    font: 400 14px/20px "Airal";
    position: relative;
    transition: all 0.8s;
}

.x-news-right li .text .more::before {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #008bc4;
    transition: all 0.8s;
}

.x-news-right li:hover .date {
    background-color: #008bc4;
    color: #fff;
}

.x-news-right li:hover .date h4 {
    color: #fff;
}

.x-news-right li:hover .date h5 {
    color: #fff;
}

.x-news-right li:hover .text h3 {
    color: #008bc4;
    font-weight: 600;
}

.x-news-right li:hover .text .more {
    padding-left: 66px;
    transition: all 0.8s;
    color: #008bc4;
}

.x-news-right li:hover .text .more::before {
    width: 55px;
    transition: all 0.8s;
}







/*友情链接*/
.x-link {
    background: #fff;
    padding: 22px 0;
}
.x-link-tt {
    color: #333333;
    font: 400 16px/20px "微软雅黑";
    border-right: 1px solid #e5e5e5;
    padding-right: 28px;
    margin-right: 20px;
}

.x-link-tt span {
    display: block;
    color: rgba(0, 0, 0, 0.1);
    font: 600 28px/30px "微软雅黑";
    text-transform: uppercase;
}


.x-link .x-link-r {
    width:calc(100% - 148px);
    position: relative;
}
.x-link  a {
    font-size: 14px;
	font-weight: normal;
	color: rgba(0, 0, 0, .6);
    line-height: 1.8;
    margin-right: 22px;
    white-space: nowrap;
}






/*页面底部*/
.foot{background:#1f1f1f;padding:2.5vw 0 3vw;}
.x-layout-menu2 {
    width:47.66%;
}

.x-layout-menu2 dl {
    float: left;
    width: 31%;
}

.x-layout-menu2 dl dt {
    color: #fff;
    font: 600 18px/30px "微软雅黑";
    margin-bottom:22px;
}

.x-layout-menu2 dl dd a {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/32px "微软雅黑";
}

.x-layout-menu2 dl dd a:hover {
    color: rgba(255, 255, 255, 0.7);
}


.x-layout-contact2 {
    width:20.97%;
}

.x-layout-contact-tel h3 {
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/20px "微软雅黑";
}

.x-layout-contact-tel h4 {
    color: #fff;
    font: 600 28px/40px "微软雅黑";
}

.lx{
    margin-top:15px;color: rgba(255, 255, 255, 0.4);font-size:14px;line-height:24px;
}


.fads{width:19.19%;margin-top:1vw;}
.fads li{width:45%;text-align:center;}
.fads li img{width:100%;display:block;}
.fads li .wz{font-size:12px;margin-top:16px;color: rgba(255, 255, 255, 0.4);}




.bq{
    background: #1f1f1f;
    padding:30px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font: 400 14px/28px "微软雅黑";
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bq a {
    color: rgba(255, 255, 255, 0.4) !important;
    font: 400 14px/28px "微软雅黑";
}

.bq a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}




/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 50px;
    background: #222;
}

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

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

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

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

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





/*内页左侧样式*/
.page-product-inquiry a{color: #fff;}
.footer33{height:50px;}


@media (max-width:1024px) {
     .topy{width:53%;}
     .k2{font-size:14px;padding-right:70px;}
     .k2 p:nth-child(2){font-size:25px;}
     .bt h4{font-size:60px;line-height:60px;}
     .bt h3{font-size:28px;line-height:60px;}
     .bt p{font-size:15px;}
     .pro-cate .cate-item h3{font-size:18px;}
     .fw .swiper-slide h3{font-size:14px;}
     .index-hf-left{width:100%;text-align:center;padding:30px 0;}
     .index-hf-left h3{font-size:32px;}
     .index-hf-left .wz{font-size:15px;line-height:26px;}
     .index-hf-left h3 span{margin-bottom:8px;}
     .ttz li .text h3{font-size:28px;}
     .ttz li .text h4{font-size:12px;}
     .ttz li .text .hx{width:50px;height:3px;}
     .ttz li .text .wz{font-size:14px;line-height:25px;}
     .tabz li .text h3{font-size:16px;}
     .ab{font-size:14px;line-height:26px;}
     .x-about-more a{font-size:14px;line-height:40px;}
     .index-tt{font-size:20px;line-height:20px;}
     .index-hot-case .index-tt a{font-size:14px;line-height:20px;}
     .index-tt::before{width:5px;height:20px;}
     .x-case-list2 .x-case-item2 h3{font-size:14px;line-height:40px;}
     .tabsz li a{line-height:46px;font-size:16px;width:180px;}
     .x-news-img2 .text h3 a{font-size:16px;}
     .x-news-img2 .text .wz{font-size:14px;}
     .x-news-right li .text h3{font-size:16px;margin-bottom:0;}
     .x-news-right li .text .wz{font-size:14px;}
     .x-news-right li .date h4{font-size:38px;line-height:40px;}
     .x-news-right li .date h5{font-size:14px;line-height:20px;}
     .x-news-right li .date{width:85px;height:85px;}
     .x-news-right li .text{width: calc(100% - 100px);}
     .x-layout-menu2 dl dt{font-size:16px;margin-bottom:15px;}
     .x-layout-contact-tel h4{font-size:22px;}
}



@media (max-width: 768px) {
 .x-banner{margin-top:60px;}
 .page-banner{margin-top:60px;}
 .xypg-right-content p img{max-width:100%!important;width:auto!important;height:auto!important;}
 .x-layout-contact2{width:55%;}
 .fads{width:30%;}
 .x-news-right li:last-child{display:none;}
 .x-news-right li+li{margin-top:43px;}
 .foot{padding:25px 0;}
 .bq{padding:25px 0;}
 .tabz li .img{height:71px;padding-top:14px;}
 .tabz{margin-top:30px;}
 .bt{margin-bottom:20px;}
 .apic{width:100%;}
 .about{width:100%;margin-top:15px;}
}


@media (max-width:428px) {
     .bt{margin-bottom:15px;}
     .bt h4{font-size:32px;line-height:40px;}
     .bt h3{font-size:20px;line-height:40px;}
     .bt p{font-size:14px;line-height:20px;}
     .fw{padding:0;}
     .fw .swiper-button-prev{display:none;}
     .fw .swiper-button-next{display:none;}
     .pro-cate .cate-item h3{font-size:16px;}
     .index-hf-left h3{font-size:22px;}
     .index-hf-left h3 span{width:30px;height:2px;margin-left:8px;margin-right:8px;margin-bottom:7px;}
     .index-hf-left .wz{font-size:14px;line-height:24px;}
     .ttz li .img{width:100%;}
     .ttz li .text{width:100%;margin-top:15px;}
     .ttz li .text h3{font-size:20px;}
     .ttz li .text h4{margin:10px 0;}
     .ttz li .text .wz{line-height:22px;margin:10px 0;}
     .ttz li .text a{width:160px;font-size:14px;line-height:32px;height:32px;}
     .tabz{height:auto;flex-wrap:wrap;}
     .tabz li .img{display:none;}
     .tabz li{width:50%;border-top-left-radius:0;
    border-top-right-radius:0;}
     .tabz li.cur .text{background:#008bc4;}
     .tabz li .text{padding:10px;}
     .tabz li .text h3{font-size:14px;}
     .index-tt{margin:15px 0;}
     .x-about-more a{line-height:32px;}
     .tabsz li{width:27%;}
      .tabsz li a{width:100%;font-size:15px;line-height:40px;}
      .tabsz li+li{margin-left:8px;}
      .x-news-img2{width:100%;}
      .x-news-right{width:100%;margin-top:10px;}
      .x-news-right li+li{margin-top:10px;}
      .fads{width:36%;}
      .fads li .wz{display:none;}
      .lx{margin-top:7px;}
      .bq{line-height:24px;}
      .tabz li .text h4{display:none;}
}




