﻿/*初始化样式*/
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 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{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{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:1630px;margin:0 auto;padding:0 15px;}
.wh1855{max-width:1885px;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.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


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

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

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



/*头部样式*/
.top1{background:#1d1d1d;color:#fff;height:60px;line-height:60px;overflow:hidden;font-size:14px;}
.top1 a{color:#fff;}
.t_yx{margin-right:3%;}
.t_yx img{
    margin-right:5px; 
}

.top2{height:95px;}
.logo{float:left;line-height:95px;height:95px;overflow:hidden;width:12.75%;
    margin-left: 10%;
}
.logo img{width:100%;}



/*热门搜索*/
.sou{margin-top:25px;}
.hotSearch{float:left;height:31px;line-height:31px;font-weight:bold;color:#025ed0;font-size:16px;text-transform:uppercase;}
.hotSearch span{color:#000;margin-right:10%;}
.hotSearch a{margin-right:10px;color:#999999;font-weight:normal;}


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


#formsearch2{float:right;background: url(../images/sou.png) no-repeat;width:257px;height:31px;}
#formsearch2 input{}
#formsearch2 input#keyword{height:31px;line-height:31px;padding-left:20px;float:left;color:#999999;font-size:14px;background:none;border:none;outline:none;width:200px;}
#formsearch2 input#s_btn{width:45px;height:31px;line-height:31px;text-align:center;background:none;border:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 12px;float:right;}
#formsearch2 input::-webkit-input-placeholder{color:#999999;}
#formsearch2 textarea::-webkit-input-placeholder{color:#999999;}





/* 导航样式 */
.x-menu{width:70%;float:right;}
.x-menu > li {
  position: relative;
 text-align:center;}

.x-menu > li > a {
  display: block;
  font-size:18px;
  color: #333333;
  line-height:95px;
}

.x-menu > li:hover > a {
  background: url(../images/x1.png) no-repeat center bottom;
  color: #025ed0;
}

.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: 150%;
  left: -25%;
  top: 95px;
  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: #e9eaeb;
}




.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;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}


/*主体样式*/
.box1{margin-top:30px;}
.dbt{width:100%;position:relative;}
.dbt:before{content:"";width:100%;height:2px;background:#d3d3d3;position:absolute;left:0;top:50%;margin-top:-1px;} 
.dbt h3{text-align:center;position:relative;z-index:999;background:#fff;width:37%;margin:0 auto;}
.dbt span{color:#333333;font-size:37px;margin-right:1.6%;letter-spacing:6px;}
.dbt i{font-style:normal;color:#025ed0;font-size:33px;font-weight:normal;background:#fff;}
.box1 .cont{margin:72px 0 81px;border:2px solid #eaeaea;}
.sy_cp{width:75%;}
.sy_cp li{position:relative;}
.sy_cp li.cp1{width:66.667%;border-right:2px solid #eaeaea;}
.sy_cp li{width:33.333%;}
.sy_cp li:nth-child(n+3){border-top:2px solid #eaeaea;}
.sy_cp li:nth-child(3){border-right:2px solid #eaeaea;}
.sy_cp li:nth-child(4){border-right:2px solid #eaeaea;}
.sy_cp li .img img{width:100%;display:block;}
.sy_cp li.cp1 .det{width:54%;position:absolute;left:13px;top:10%;}
.sy_cp li.cp1 .det h3{color:#333333;font-size:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;}
.sy_cp li.cp1 .det h4{color:#999999;font-size:18px;overflow:hidden;line-height:24px;font-weight:normal;margin:17px 0 26px;}
.sy_cp li.cp1 .det .img2 img{max-width:100%;}
.sy_cp li .pmo1{border-radius: 10px;background-color: rgb(2, 94, 208);width: 90px;line-height: 32px;color:#fff;font-size:16px;text-transform:uppercase;font-weight:normal;text-align:center;margin-top:26px;} 

.sy_cp li.cp2{}
.sy_cp li.cp2 .det{width:60%;position:absolute;left:16px;top:21px;}
.sy_cp li.cp2 h3{color:#333333;font-size:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;}
.sy_cp li.cp2 h4{color:#999999;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;margin-top:5px;
    line-height: 1.5;
}
.sy_cp li .pmo{background: url(../images/pm.png) no-repeat;background-size:100% 100%;width:34px;height:34px;position:absolute;right:15px;bottom:20px;}
.sy_cp li:hover .pmo{background: url(../images/pm2.png) no-repeat;background-size:100% 100%;width:34px;height:34px;}


.sy_cp2{width:25%;}
.sy_cp2 li{border-left:2px solid #eaeaea;position:relative;}
.sy_cp2 li .img img{display:block;width:100%;}
.sy_cp2 li .det{width:80%;position:absolute;left:10%;top:21px;}
.sy_cp2 li .det h3{color:#333333;font-size:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;}
.sy_cp2 li .det h4{color:#999999;font-size:18px;overflow:hidden;line-height:24px;font-weight:normal;margin:12px 0 25px;}
.sy_cp2 li .pmo1{border-radius: 10px;background-color: rgb(2, 94, 208);width: 90px;line-height: 32px;color:#fff;font-size:16px;text-transform:uppercase;font-weight:normal;text-align:center;margin-top:26px;} 







.box2{background:#f9f9f9;padding:84px 0;}
.abz{width:52.69%;}
.abtt{margin-top:1.3vw;}
.abtt h5{color:#666666;font-size:36px;text-transform:uppercase;}
.abtt h2{color:#025ed0;font-size:38px;margin-top:18px;}
.ab{color:#666666;font-size:22px;line-height:36px;overflow:hidden;margin-top:2vw;}
a.am{display:block;text-align:center;color:#fff;font-size:18px;background:#025ed0;width:230px;line-height:49px;margin-top:3.5vw;}

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



.box3{background: url(../images/bj33.jpg) no-repeat;background-size:100% 100%;padding:35px 0;}
.sj li{width:25%;text-align:center;float:left;}
.sj li .wz{text-align:center;}
.sj li h3{color:#fff;font-size:62px;display:inline-block;font-weight:normal;}
.sj li span{color:#fff;font-size:42px;display:inline-block;text-transform:uppercase;}
.sj li h4{width:30px;height:2px;background:#fff;margin:6px auto;}
.sj li p{color:#fff;font-size:18px;font-family:"Arial";}
.sj li+li{background: url(../images/x2.png) no-repeat left center;}



.box4{margin:75px 0 50px;}
.xztt{text-align:center;}
.xztt h3{color:#333333;font-size:56px;font-weight:normal;}
.xztt h4{color:#666666;font-size:20px;font-weight:normal;margin:14px 0 35px;}
.xztt h5{width:109px;height:3px;background:#025ed0;margin:0 auto;}
.box4 .cont{margin-top:90px;}
.you{width:33.75%;}
.yspic{width:24.44%;}
.yspic img{width:100%;display:block;}
.you li{border-bottom:2px solid #bbbbbb;margin-bottom:35px;min-height:200px;}
.you li .numb{background:#fff;border:5px solid #025ed0;width:98px;height:98px;text-align:center;}
.you li h2{color:#025ed0;font-size:46px;padding:12px 0 6px;}
.you li .xian{width:34px;height:3px;background:#025ed0;margin:0 auto;}
.you li .wz{width: calc(100% - 135px);}
.you li h3{color:#121212;font-size:30px;font-weight:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.you li h4{color:#999999;font-size:18px;font-weight:normal;overflow:hidden;line-height:30px;margin-top:9px;}
.you li:hover .numb{background:#025ed0;}
.you li:hover .numb h2{color:#fff;}
.you li:hover .xian{background:#fff;}


.box5 .cont{position:relative;}
.sy_anli li{width:49.2%;position:relative;text-align:center;}
.sy_anli li .img img{width:100%;display:block;}
.sy_anli li h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;position:absolute;left:0;bottom:0;background:rgba(39,39,39,.7);font-size:30px;line-height:82px;color:#fff;font-weight:normal;}
.sy_anli li:nth-child(n+3){margin-top:1.8vw;}
.yuan{border-radius:50%;background-color: rgb(2, 94, 208);width: 366px;height: 366px;position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);}
.yuan .nr{display:flex;align-items: center;justify-content: center;flex-direction:column;height:100%;}
.yuan .nr h2{color:#fff;font-size:42px;}
.yuan .nr h3{color:#fff;font-size:22px;line-height:30px;font-weight:normal;text-align:center;margin:18px 0 38px;}
.yuan .nr i{font-size:26px;}
a.symo{display:block;text-align:center;color:#fff;border-radius: 5px;border:1px solid #fff;width: 129px;line-height:30px;}
a.symo img{margin-right:10px;vertical-align:1px;}




.box6{background: url(../images/bj66.png) no-repeat;background-size:100% 100%;padding:62px 0 18px;margin-top:60px;}
.xztt2{text-align:center;}
.xztt2 h2{color:#fff;font-weight:normal;font-size:57px;}
.xztt2 h3{color:#fff;font-weight:normal;font-size:20px;margin-top:9px;}
.sy_xz{margin-top:8%;}
.sy_xz li{width:18%;margin-bottom:1vw;}
.sy_xz li .img img{width:100%;display:block;}



.box7{padding:75px 0 32px;}
.box7 .cont{margin-top:52px;}
.xinz{width:56.62%;}
.xw1 li{}
.xw1 li .img{width:50%;}
.xw1 li .img img{width:100%;display:block;}
.xw1 li .det{width:50%;background:url(../images/xbg.jpg) no-repeat;background-size:100% 100%;}
.xw1 li .nr{width:90%;margin:0 auto;padding-top:55px;}
.xw1 li h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#ffffff;font-size:25px;font-weight:normal;}
.xw1 li h2{width:57px;height:2px;background:#fff;margin:18px 0 22px;}
.xw1 li h4{overflow:hidden;color:#ffffff;font-size:18px;line-height:30px;font-weight:normal;}
.xw1 li h5{overflow:hidden;color:#ffffff;font-size:18px;margin-top:30px;}


.xw2{}
.xw2 li{width:46%;margin-top:35px;}
.xw2 li h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333333;font-size:25px;font-weight:normal;}
.xw2 li h4{overflow:hidden;color:#666666;font-size:18px;line-height:27px;font-weight:normal;margin:10px 0 17px;height:54px;overflow:hidden;}
.xw2 li h5{overflow:hidden;color:#666666;font-size:26px;}
.xw2 li:hover h3{color:#025ed0;}





.x-news-list-right {
    width:40%;
}

.x-news-list-right li {height:107px;}

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

.x-news-list-right li .date {
    float: left;
    width: 80px;
    text-align: center;
}

.x-news-list-right li .date h4 {
    color: #000000;
    font: 600 48px/70px "Airal";
}

.x-news-list-right li .date span {
    color: #666666;
    font: 400 20px/16px "Microsoft yahei";
}

.x-news-list-right li .text {
    width: calc(100% - 80px);
    float: left;
    padding-left:25px;
    position: relative;
}

.x-news-list-right li .text::after {
    position: absolute;
    left: 8px;
    top:0px;
    content: "";
    display: block;
    width:1px;
    height:107px;
    background-color: #939393;
}

.x-news-list-right li .text h3 {
    color: #333333;
    font: 400 25px/44px "Airal";
    margin-bottom: 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #939393;
}

.x-news-list-right li .text p {
    color: #666666;
    font: 400 18px/27px "Airal";
    overflow: hidden;height:54px;

}

.x-news-list-right li:hover .text h3 {
    color: #025ed0;
}



.box8{background: url(../images/bj8.jpg) no-repeat;background-size:100% 100%;padding:82px 0 62px;}
.ly{width:43.88%;background:#fff;border-radius: 6px;}
.ly .nr{padding:46px 87px 40px 35px;}
.mstt{color:#333333;font-size:30px;font-weight:bold;}
.mstt p{color:#666666;font-size:17px;font-weight:normal;}
.sy_ads{width:47.75%;}
.sy_ads li{width:48%;background:rgba(29,29,29,.3);border:2px solid #69736f;border-radius: 6px;text-align:center;padding:10px 0;}
.sy_ads li h3{color:rgba(221,221,221,.07);font-style:italic;font-size:66px;}
.sy_ads li h2{color:#fff;font-size:26px;margin-top:-50px;}
.sy_ads li h5{color:#eaeaea;font-size:17px;width:77%;margin:0 auto;margin-top:1vw;line-height:26px;}
.sy_ads li:nth-child(n+3){margin-top:18px;}








/*友情链接*/
.f_link{font-size:14px;color:#fff;margin-top:40px;}
.f_link a{color:#fff;margin-right:6px;}


.foot{background:#222222;padding-top:55px;}


.f_nav{width:41.33%;float:left;}
.f_nav dl{}
.f_nav dt{margin-bottom:22px;font-size:18px;color:#fff;font-weight:normal;}
.f_nav dd a{font-size:14px;color:#848484;line-height:32px;}
.f_nav dd a:hover{color:#fff;}

.foot2{}
.gsm{color:#fff;font-size:24px;}
.lx{color:#fff;font-size:14px;line-height:28px;margin:20px 0 38px;}
.codes{width:100px;text-align:center;}
.codes p:nth-child(2){color:#fff;font-size:12px;margin-top:10px;}
.codes2{margin-left:40px;}

.fx{border-top:1px solid #393939;margin-top:30px;}
.cont2{line-height:24px;color:#848484;font-size:14px;padding:28px 0 15px;}
.cont2 a{color:#848484;}
.cont2 a:hover{color:#fff;}



/*内页*/
.page-product-inquiry a{color: #fff;}
.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}
.n_banner{width:100%;margin:0 auto;}
.n_banner img{width:100%;margin:0 auto;}
.xypg-right-content  .content{margin-top:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;
font-family:"å¾®è½¯é›…é»‘";font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;font-family:"å¾®è½¯é›…é»‘";}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
#container{max-width:1030px;margin:0 auto;padding:0 15px;}





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

.dbb{height:50px;}
/* é¡µè„š */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #025ed0;
}

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

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

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

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

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

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


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

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







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

@media (max-width:1440px) {
  .dbt h3{width:48%;}
  .abtt h5{font-size:32px;}
  .abtt h2{font-size:33px;margin-top:12px;}
  .ab{font-size:18px;line-height:32px;}
  a.am{font-size:16px;width:202px;line-height:43px;}
  .you li{min-height:173px;}
  .xw1 li .nr{padding-top:40px;}


}

@media (max-width:1024px) {
   .dbt h3{width:53%;}
  .dbt span{font-size:30px;}
  .dbt i{font-size:25px;}
  .x-menu{width:60%;}
  .x-menu > li > a{font-size:16px;}
  .hotSearch{font-size:14px;}
  .abtt h5{font-size:25px;}
  .abtt h2{font-size:27px;margin-top:12px;}
  .ab{font-size:15px;line-height:25px;}
  a.am{font-size:14px;width:178px;line-height:38px;margin-top:2vw;}
  .sj li h3{font-size:55px;}
  .sj li span{font-size:36px;}
  .sj li h4{width:26px;height:2px;}
  .sj li p{font-size:16px;}
  .xztt h3{font-size:48px;}
  .xztt h4{font-size:18px;}
   .you li{min-height:125px;margin-bottom:20px;}
  .you li h3{font-size:20px;}
  .you li h4{font-size:14px;line-height:25px;height:50px;overflow:hidden;}
  .you li .numb{width:80px;height:80px;}
  .you li h2{font-size:36px;padding:8px 0 5px;}
  .you li .xian{width:28px;}
  .you li .wz{width: calc(100% - 100px);}
  .sy_anli li h3{font-size:22px;line-height:60px;}
  .yuan{width:260px;height:260px;}
  .yuan .nr h2{font-size:30px;}
  .yuan .nr h3{font-size:16px;line-height:25px;margin:10px 0 20px;}
  a.symo{width:110px;}
  .xztt2 h2{font-size:42px;}
  .xztt2 h3{font-size:17px;}
  .xw1 li h3{font-size:20px;}
  .xw1 li h2{width:40px;margin:10px 0;}
  .xw1 li h4{font-size:14px;line-height:25px;height:75px;}
  .xw1 li h5{font-size:14px;}
  .xw2 li h3{font-size:20px;}
  .xw2 li h4{font-size:14px;}
  .xw2 li h5{font-size:21px;}
  .x-news-list-right li .text h3{font-size:20px;}
  .x-news-list-right li .text p{font-size:14px;}
  .x-news-list-right li .date h4{font-size:40px;}
  .x-news-list-right li .date span{font-size:14px;}
  .x-news-list-right li+li{margin-top:40px;}
  .xw1 li h4{height:100px;}
  .mstt{font-size:25px;}
  .mstt p{font-size:14px;}
  .ly .nr{padding:20px;}
  .sy_ads li h2{font-size:22px;margin-top:-38px;}
  .sy_ads li h3{font-size:48px;}
  .sy_ads li h5{font-size:14px;line-height:23px;}
     .f_nav{width:55%;}
   .f_nav dt{font-size:16px;}
   .gsm{font-size:20px;}
   .copyright{width:100%;text-align:center;}
   .sy_cp li.cp1 .det h3{font-size:22px;}
   .sy_cp li.cp1 .det h4{font-size:14px;line-height:22px;}
   .sy_cp li.cp1 .det .img2{display:none;}
   .sy_cp li .pmo1{font-size:14px;width:80px;line-height:28px;}
   .sy_cp li.cp2 h3{font-size:22px;}
   .sy_cp li.cp2 h4{font-size:14px;}
   .sy_cp li .pmo{width:26px;height:26px;right:10px;bottom:15px;}
   .sy_cp li:hover .pmo{width:26px;height:26px;}
   .sy_cp2 li .det h3{font-size:22px;}
   .sy_cp2 li .det h4{font-size:14px;line-height:22px;}
   .sy_cp2 li .pmo1{font-size:14px;width:80px;line-height:28px;}

}


@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;}
  .dbt:before{display:none;}
  .dbt h3{width:100%;}
  .dbt span{font-size:22px;}
  .dbt i{font-size:18px;}
  .dbt i img{display:none;}
  .dbt span{margin-right:0;letter-spacing:2px;}
  .abz{width:100%;}
  .apic{width:100%;margin-top:2.5vw;}
  .abtt{margin-top:0;}
  .box2{padding:40px 0;}
  .sj li h3{font-size:42px;}
  .sj li span{font-size:28px;}
  .sj li h4{width:26px;height:2px;}
  .sj li p{font-size:14px;}
  .box4{margin:40px 0 20px;}
  .xztt h3{font-size:38px;}
  .xztt h4{font-size:16px;margin:8px 0 16px;}
  .xztt h5{width:80px;height:2px;}
  .box4 .cont{margin-top:30px;}
  .you{width:48%;}
  .yspic{display:none;}
  .you li h4{height:auto;}
  .you li .numb{border:3px solid #025ed0;}
  .sy_anli li h3{font-size:16px;line-height:45px;}
    .yuan .nr h2{font-size:25px;}
  .yuan .nr h3{font-size:14px;}
  .xztt2 h2{font-size:35px;}
  .xztt2 h3{font-size:15px;}
  .box6{margin-top:35px;padding:30px 0 15px;}
  .sy_xz li{width:31%;}
  .sy_xz{margin-top:35px;}
  .xinz{width:100%;}
  .x-news-list-right{width:100%;margin-top:20px;}
  .box7{padding:35px 0 22px;}
  .box7 .cont{margin-top:26px;}
  .box8{padding:40px 0 30px;}
  .ly{width:100%;}
  .sy_ads{width:100%;margin-top:20px;}
     .foot{padding-top:25px;}
   .f_nav{display:none;}
   .foot2{width:100%;}
   .lx{line-height:25px;margin:10px 0 14px;}
   .cont2{padding:18px 0;}
   .fx{margin-top:20px;}
   .f_link{margin-top:20px;}
   .sy_cp li.cp1 .det h4{display:none;}
   .sy_cp li.cp2 h4{display:none;}
   .sy_cp li.cp1 .det h3{font-size:16px;}
   .sy_cp li.cp2 h3{font-size:16px;}
   .sy_cp2 li .det h3{font-size:16px;}
   .sy_cp2 li .det h4{display:none;}
   .box1 .cont{margin:35px 0;}
   .n_banner{
       padding-top:60px;
   }
}


@media (max-width:425px) {
  .dbt span{font-size:20px;margin-right:0;}
  .dbt i{display:none;}
  .abtt h5{font-size:18px;}
  .abtt h2{font-size:21px;margin-top:8px;}
  .ab{font-size:14px;}
  a.am{width:155px;line-height:33px;}
  .sj li{width:50%;}
  .sj li+li{background:none;}
  .sj li:nth-child(n+3){margin-top:10px;}
  .sj li h3{font-size:35px;}
  .sj li span{font-size:25px;}
  .sj li h4{width:20px;height:2px;}
  .sj li p{font-size:14px;}
  .you{width:100%;}
  .xztt h3{font-size:23px;}
  .xztt h4{font-size:14px;}
  .xztt h5{width:60px;height:2px;}
  .you li{height:auto;padding:15px 0;margin-bottom:0;}
  .you li h3{font-size:17px;}
  .you li h4{line-height:22px;}
  .you li h2{font-size:30px;padding:12px 0 5px;}
  .yuan{display:none;}
   .sy_anli li h3{font-size:14px;line-height:33px;}
  .xztt2 h2{font-size:24px;}
  .xztt2 h3{font-size:14px;}
  .xw1 li h4{height:50px;}
  .xw1 li h3{font-size:16px;}
  .xw1 li .nr{padding-top:22px;}
  .xw1 li h5{margin-top:20px;}
  .xw2 li h3{font-size:16px;}
  .xw2 li h4{line-height:24px;}
  .xw2 li h5{font-size:16px;}
  .x-news-list-right li .text h3{font-size:16px;}
  .x-news-list-right li .date h4{font-size:33px;}
  .sy_ms .msz{width:100%;}
  .sy_ms .msy{width:100%;}
  .mstt{font-size:22px;}
  .sy_ads li h2{font-size:18px;margin-top:-27px;}
  .sy_ads li h3{font-size:32px;}
  .sy_ads li h5{margin-top:12px;}
  .sy_ads li{padding:15px 0;}
   .gsm{font-size:17px;}
   .codes2{margin-left:30px;}
   .sy_cp{width:100%;}
   .sy_cp2{width:100%;display:none;}
   .sy_cp li.cp1{width:100%;border:1px solid #eaeaea;}
   .sy_cp li{width:50%;border:1px solid #eaeaea;}
   .box1 .cont{border:none;}
   .sy_cp li:nth-child(3){border-right:1px solid #eaeaea;}
   .sy_cp li:nth-child(4){border-right:none;}
   .sy_cp li:nth-child(n+3){border-top:none;}
  .sy_cp li:nth-child(2){border-top:none;border-right:none;}
  .sy_cp li.cp2 .det{top:15px;}
  .sy_cp li .pmo1{width:76px;line-height:25px;font-size:13px;}
  .sy_cp li.cp2 h3{font-size:14px;}
  .sy_cp li.cp1 .det h3{font-size:14px;}
}

@media (max-width:375px) {
  .xw1 li h4{height:25px;}
}
