/*初始化样式*/
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;}


/*滚动*/
#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);}



.sun-delay0 {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
                transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
                transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
                transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
                transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
                transition-delay: 2.2s;
    }

    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 2s;
                transition-duration: 2s;
    }

    .sun-ani-left {
        -webkit-transform: translateX(-900px);
                transform: translateX(-900px);
    }

    .sun-ani-down {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }


.sun-ani-up {
        -webkit-transform: translateY(-100px);
                transform: translateY(100px);
    }

    .sun-ani-right {
        -webkit-transform: translatex(100px);
                transform: translatex(100px);
    }

    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
                transform: translatex(0);
   }



.roll_product {float: left;}


/*头部样式*/
.tou{height:132px;width:100%;}
.logo{width:20%;line-height:132px;height:132px;overflow:hidden;margin-left:3%;float:left;}
.logo img{width:100%;line-height:132px;}
.head_lan{background:#006db8;text-align:center;color:#fff;font-size:16px;border-radius:3px;padding:0 15px;line-height:39px;margin-top:47px;margin-right:1%;}

.tou.scroll{position:fixed;width:100%;top:0;left:0;z-index:9999;background:#fff;box-shadow: 0 5px 10px rgba(0, 0, 0, .2);}




.x-banner {overflow: hidden;position: relative;}
.x-banner .owl-carousel .banner-item a {overflow: hidden;}
.x-banner .owl-carousel .banner-item a img{animation: banner 10s linear infinite;display: block;width: 100%;}
@keyframes banner { 0%{transform: scale(1)}50%{transform: scale(1.1)}100%{transform: scale(1)} }
.x-banner .wh{width:1200px;position: absolute;left: 50%;z-index: 99999;top: 50%;margin-left: -600px;height: 465px;margin-top: -232px;}
.x-banner .owl-carousel .banner-item .wh img{width: auto;margin: 0 auto;text-align: center;}
.bwz{line-height: 465px;height: 465px;display:flex;justify-content:center;align-items: center;}









/*导航*/
.p_gridCell66{
    width: 59.69%;
    margin-left: 0%;
    margin-right: 0px;
    clear: none;float:right;margin-right:3%;height:132px;
}

@media only screen and (min-width: 1025px) {
    #c_portalResnav_main-1571299682341 .tNavBox {
        width:100%;
        height: auto;
        overflow: visible;height:132px;
    }

    #c_portalResnav_main-1571299682341 .navBtn {
        display: none;
    }

    #c_portalResnav_main-1571299682341 .navSliBtn {
        display: none;
    }

    #c_portalResnav_main-1571299682341 .iconJt {
        display: none;
    }

    #c_portalResnav_main-1571299682341 .tNav {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;height:132px;
    }

    #c_portalResnav_main-1571299682341 .navUl {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        font-size: 0;height:132px;
    }

    #c_portalResnav_main-1571299682341 .navLi {
        padding-left: 10px;
        display: inline-block;
        font-size: 1rem;
    }

    #c_portalResnav_main-1571299682341 .navLi.nav09 {
    }

    #c_portalResnav_main-1571299682341 .navLi:hover .tNavH::before {
        width: 100%;
        opacity: 1;
    }

    #c_portalResnav_main-1571299682341 .tNavH {
        position: relative;
    }

    #c_portalResnav_main-1571299682341 .tNavH::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 0;
        height: 2px;
        background-color: #006db8;
        opacity: 0;
        transition: all .5s ease;
    }

    #c_portalResnav_main-1571299682341 .tNav .navName {
        position: relative;
        display: block;
        padding:0 12px;
        font-size: 18px;
        color: #000000;
        transition: all .5s ease;line-height: 132px;font-weight:normal;
    }

    #c_portalResnav_main-1571299682341 .tNav.fixed .navName {
        color: #000000;
        padding: 2rem 0.25vw;
    }

    #c_portalResnav_main-1571299682341 .navName::after {
        content: attr(data-title);
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #222;
    }

    #c_portalResnav_main-1571299682341 .navLi:hover .navName {
        transform: translateY(-100%);
    }

    #c_portalResnav_main-1571299682341 .slidBox {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        min-width: 1024px;
        height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        flex-wrap: nowrap;
        z-index: 110;
        margin: 0 auto;
        padding: 0 18%;
        transition: all .5s ease;
        opacity: 0;
    }

    #c_portalResnav_main-1571299682341 .navLi:hover .slidBox {
        height: auto;
        opacity: 1;
        background-image: url(../images/nvg.png);
        background-repeat: no-repeat;
        background-position: top center;
        border-top: 1px #d6d3d3 solid;
    }

    #c_portalResnav_main-1571299682341 .leftBox {
        flex: 0 0 45%;
        overflow: hidden;
        max-width: 455px;
        margin: 46px 0px;
    }

    #c_portalResnav_main-1571299682341 img {
        display: block;
        width: 100%;
    }

    #c_portalResnav_main-1571299682341 .right_img img {
        transition-duration: .5s;
    }

    #c_portalResnav_main-1571299682341 .right_img:hover img {
        transform: scale(1.1);
    }

    #c_portalResnav_main-1571299682341 .rightBox {
        flex: 0 0 40%;
        margin: 46px 0px;
    }

    #c_portalResnav_main-1571299682341 .left_text .onetitle {
        font-size:20px;
        line-height: 1.1;
        color: #000000;
        padding-bottom: 20px;
        padding-top: 20px;
        font-weight:normal;
        text-align: left;
    }

    #c_portalResnav_main-1571299682341 .navSbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #c_portalResnav_main-1571299682341 .oneName {
        font-size: 26px;
        padding-bottom: 15px;
        color: #000;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #c_portalResnav_main-1571299682341 .tNavSummry {
        line-height: 24px;
        width: 100%;
        height: auto;
        overflow: hidden;
        color: #666666;
        font-size: 14px;
        max-width: 420px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    #c_portalResnav_main-1571299682341 .tNavMore {
        display: block;
        position: relative;
        height: auto;
        padding-top: 25px;
        border-top: 1px dashed #cccccc;
        margin-top: 20px;
        cursor: pointer;
    }

    #c_portalResnav_main-1571299682341 .txt {
        color: #000;
        transition: all .5s ease;
    }

    #c_portalResnav_main-1571299682341 .leanMore {
        margin-left: 2rem;
        transition: all .5s ease;
    }

    #c_portalResnav_main-1571299682341 .tNavMore:hover .txt {
        color: #015bbb;
        margin-left: 10px;
    }

    #c_portalResnav_main-1571299682341 .tNavMore:hover .leanMore {
        color: #015bbb;
    }

    #c_portalResnav_main-1571299682341 .navSli {
        flex: 0 0 50%;
    }

    #c_portalResnav_main-1571299682341 .navSimg {
        position: relative;
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

    #c_portalResnav_main-1571299682341 .navImg {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scale(1);
        width: auto;
        height: 100%;
        transition: all .5s ease;
    }

    #c_portalResnav_main-1571299682341 .navSbox .navSlink {
        display: block;
        font-size: 15px;
        line-height: 45px;
        color: #727070;
        transition-duration: .3s;
        padding: 0px 15px;
        margin: 10px 10px 0 0;
        border: 1px #f1efef solid;
        height:45px;overflow:hidden;
    }

    #c_portalResnav_main-1571299682341 .navSbox .navSlink:hover {
        color: #006db8;
        transform: translateX(6px);
        border: 1px #006db8 solid;
        border-radius: 8px 0px 8px 0px;
    }

    #c_portalResnav_main-1571299682341 .navSbox .navSlink:hover:before {
        color: #006db8;
    }

    #c_portalResnav_main-1571299682341 .navSbox .navSlink:before {
        content: "";
        display: inline-block;
        vertical-align: top;
        margin-right: 6px;
        width: 4px;
        height: 4px;
        background: #006db8;
        position: relative;
        top: 20px;
    }

    #c_portalResnav_main-1571299682341 .navSlink::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 3px;
        opacity: 0;
        background-color: #015bbb;
        transition: all .5s ease;
        display: none;
    }

    #c_portalResnav_main-1571299682341 .navSli:hover .navImg {
        transform: translateX(-50%) scale(1.1);
    }

    #c_portalResnav_main-1571299682341 .navSli:hover .navSlink::after {
        width: 100%;
        opacity: 1;
    }
}


@media only screen and (max-width: 1280px) and (min-width: 1025px) {
    #c_portalResnav_main-1571299682341 .navName {
        padding: 2.25rem 0.5vw;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #c_portalResnav_main-1571299682341 .leftBox {
        display:none;
    }

    #c_portalResnav_main-1571299682341 .onetitle {
        display: none;
    }

    #c_portalResnav_main-1571299682341 .navSimg {
        display: none;
    }

    #c_portalResnav_main-1571299682341 .tNavBox {
        position: relative;
        overflow: hidden;
        height: 70px;
    }

    #c_portalResnav_main-1571299682341 .navBtn {
        position: absolute;
        top: 1rem;
        right: 0rem;
        background: linear-gradient(to right, rgba(24,24,120,1), rgba(0,147,220,1));
        width: 40px;
        height: 40px;
        padding: 10px;
        line-height: 70px;
    }

    #c_portalResnav_main-1571299682341 .navLine {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #c_portalResnav_main-1571299682341 .navBtnImg {
        display: block;
        width: 90%;
        height: 70%;
    }

    #c_portalResnav_main-1571299682341 .tNav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        overflow: hidden;
        z-index: 999;
        background: rgba(0,0,0,.5);
        transition: all .5s ease;
    }

    #c_portalResnav_main-1571299682341 .tNavHeight {
        height: 100%;
    }

    #c_portalResnav_main-1571299682341 .slidBox {
        display: none;
    }

    #c_portalResnav_main-1571299682341 .navUl {
        background: rgba(0,0,0,0.8);
        overflow: hidden;
    }

    #c_portalResnav_main-1571299682341 .navLi {
        border-bottom: 1px solid #696969;
        position: relative;
    }

    #c_portalResnav_main-1571299682341 .tNavH {
        position: relative;
        height: 46px;
        line-height: 46px;
        padding: 0 5%;
        font-size: 1rem;
        transition: all .5s ease;
    }

    #c_portalResnav_main-1571299682341 .tNavHBac {
        background: linear-gradient(to right, rgba(24,24,120,1), rgba(0,147,220,1));
    }

    #c_portalResnav_main-1571299682341 .navName {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    #c_portalResnav_main-1571299682341 .iconJt {
        position: absolute;
        top: 0;
        right: 2%;
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.875rem;
        transition: all .5s ease;
    }

    #c_portalResnav_main-1571299682341 .iconJtRotate {
        transform: rotate(-180deg);
    }

    #c_portalResnav_main-1571299682341 .navSliBtn {
        height: 40px;
        width: 100%;
        text-align: center;
    }

    #c_portalResnav_main-1571299682341 .hs {
        height: 100%;
    }

    #c_portalResnav_main-1571299682341 .navSbox {
        padding-bottom: 30px;
    }

    #c_portalResnav_main-1571299682341 .navSli {
        padding-left: 8%;
        font-size: 0.875rem;
        height: 38px;
        line-height: 38px;
    }

    #c_portalResnav_main-1571299682341 .navSlink {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
}

#c_portalResnav_main-1571299682341 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}









/*热门搜索*/
.sou{margin: 15px 0;}

#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}

/*搜索和热门搜索*/
/*#formsearch input{height:22px;background:#fff;border:1px solid #c8c8c8;line-height:22px;}
#formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:#666;}
#formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:#009b4c;color:#fff;border:none;cursor:pointer;font-size: 12px;}
*/

/*搜索和热门搜索*/
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#0d0d0d;font-size:14px;}
.hotSearch a{margin-right:6px;color:#0d0d0d;}






/*主体样式*/
/*集团产业*/
.box2{margin-top:40px;}
.bt{text-align:center;}
.bt h2{text-transform:uppercase;color:#cccccc;font-size:30px;}
.bt h3{color:#126db8;font-size:30px;margin-top:18px;}
.bt h4{font-weight:normal;color:#686666;font-size:14px;margin-top:32px;}
.ads{margin-top:22px;}
.ads li{width:20%;float:left;position:relative;color:#fff;}
.ads li a{color:#fff;}
.ads li .img img{width:100%;display:block;}
.ads li .det{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.ads li .nr{display:flex;align-items: center;justify-content: center;flex-direction:column;height:100%;}
.ads li h3{font-size:20px;font-weight:normal;background: url(../images/hx2.png) no-repeat center bottom;padding-bottom:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ads li span{padding:0 6%;text-align:center;font-size:12px;line-height:24px;display:block;margin-top:25px;}



@media (max-width: 768px) {
  .ads li{width:50%;}

}







#c_portalResNews_list-16114748938182762 .readMore .readIcon{background: url(../images/jt.png) no-repeat;width:14px;height:11px;display:inline-block;}
#c_portalResNews_list-16114748938182762 .readMore:hover .readIcon{background: url(../images/jt2.png) no-repeat;}

.estructure a.active .p_relationbtntab {
    color: rgba(255,255,255,1);
    background: linear-gradient(to right, rgb(0, 109, 184), rgb(19, 142, 227));
}



/*友情链接*/
.f_link{width: 94%;max-width:1600px;font-size:14px;color:#333;margin:0 auto;}
.f_link a{color:#333333;padding-right:6px;}





/*页面底部*/
.foot{background:#3e3938;margin-top:76px;padding-top:50px;padding-bottom:23px;}
.f_nav{width:660px;float:left;}
.f_nav dl{float:left;width:132px;}
.f_nav dt{margin-bottom:22px;font-size:18px;color:#fff;font-weight:normal;}
.f_nav dd a{font-size:14px;color:#fff;line-height:30px;}


.copyright{text-align:center;line-height:24px;}



.wh{width:94%;margin:0 auto;max-width:1600px;}





/*内页左侧样式*/
.n_banner{width:100%;margin:0 auto;}
.n_banner img{width:100%;margin:0 auto;}


.page-product-inquiry a{color: #fff;}







@media (max-width:1024px) {
   #w_grid-1603339437402> div > .p_gridbox > .p_gridCell:nth-child(2n+1){width:100%;float:none;}
   #w_grid-1603339437402> div > .p_gridbox > .p_gridCell:nth-child(2n+0){width:100%;float:none;margin-left:0;}
   #w_fimg-1603339603915{max-width:100%;}
   #w_grid-1571299682181 > div > .p_gridbox{border:none;}

}





@media (max-width: 768px) {
 .x-banner{margin-top:60px;}
 .n_banner{margin-top:60px;}
 .xypg-right-content img{max-width:100%!important;width:auto!important;height:auto!important;}
 .ads li h3{font-size:16px;}
 #w_grid-1607071050213{margin-top:35px;}

}



@media (max-width: 640px) {
  /*.ads li{width:100%;}*/
  .bt h2{font-size:24px;}
  .bt h3{font-size:24px;margin-top:10px;}
  .bt h4{font-size:13px;line-height:22px;padding:0 5%;margin-top:20px;}

}



/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:50px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #006db8;
}

.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/a11.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(../images/a22.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(../images/a33.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(../images/a44.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;}





/*内页样式*/
@media(min-width: 991px){
    .gywmfl .xypg-left-nav > li{display: inline-block;border-bottom: none;}
}

.gywmfl{
    width:70%;text-align:right;overflow:hidden;height:80px;
}
.dzwz {
        width:30%;
        padding-top: 0px;
}
.dzwz a{color:#2f2f2f;}
.dzwz a:hover{color:#006db8;}


.gywmfl .xypg-left-nav > li{
    float:none;
    position: relative;
}
.gywmfl .xypg-left-nav > li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.gywmfl .xypg-left-nav > li:last-child:after{
    display: none;
}




.gywmfl .xypg-left-nav > li {
  position: relative;
  
}

.gywmfl .xypg-left-nav > li:last-child {
  border-bottom: none;
}

.gywmfl .xypg-left-nav > li > a {
  display: block;
  font-size: 14px;
  line-height: 80px;
  color: #2e2e2e;
  padding: 0px 8px;
 
  position: relative;
}
.gywmfl .xypg-left-nav > li > a:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.gywmfl .xypg-left-nav > li > a:hover:before{
        width: 80%;
    left: 10%;
    background-color: #006db8;
}

.gywmfl .xypg-left-nav > li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(../images/icon_spirit.png) 0 -240px no-repeat;
  display: none;
}

.gywmfl .xypg-left-nav > li .first-nav-btn.clicked {
  background-position: 0 -270px;
}

.gywmfl .xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
  color: #006db8;
}

.gywmfl .xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
  color: #006db8;
}

.gywmfl .xypg-left-nav .xypg-left-subnav {
  display: none;
  padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
  border-top: 1px dashed #eeeeee;
}

.gywmfl .xypg-left-nav .xypg-left-subnav > li > a {
  padding: 8px;
  display: block;
  line-height: 20px;
  color: #818181;
  font-size: 16px;
}

.gywmfl .xypg-left-nav .xypg-left-subnav > li > a:hover {
  color: #006db8;
}

.gywmfl .xypg-left-nav .xypg-left-subnav > li.clicked > a {
  color: #006db8;
}

.gywmfl .xypg-left-nav .xypg-left-threenav > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.gywmfl .gywmfl .xypg-left-nav .xypg-left-threenav > li > a:before {
  content: '\2014   ';
}

.gywmfl .xypg-left-nav .xypg-left-threenav > li > a:hover {
  color: #006db8;
}

.gywmfl .xypg-left-nav .xypg-left-threenav > li.clicked > a {
  color: #006db8;
}


.page-wrap-right{margin-top:1rem;}


@media (max-width: 992px) {
  .page-wrap-left{display:block!important;}
  .gywmfl{display:none!important;}
  .dzwz{width:100%;}
  .page-wrap-right{margin-top:3rem;}
  .bwz img{width:30%;margin:0 auto;display:block;}
}


.xypg-right-content .content{margin-top:15px;}



@media (max-width:768px) {
 #w_grid-1571299682201 > div > .p_gridbox > .p_gridCell:nth-child(n+1){clear:none;}
  #content_box-1571299682201-0{float:left;width:30%;}
  #content_box-1571299682201-1{float:left;width:55%;}
  .w_grid-001 > div > .p_gridbox > .p_gridCell{width:46%;margin-left:3%!important;}
  #w_grid-16070459789201 > div > .p_gridbox {padding: 50px 20px;}
  #c_portalResNews_list-16114748938182762 .newTitle{font-size:1.5rem;}
  #c_portalResNews_list-16114748938182762 .newList1 .newTitle{font-size:1.5rem;}
  #w_grid-1611402456375{width:100%!important;margin-left:0%!important;}
  #content_box-1607071050213-1{width:100%!important;margin-left:0%!important;}
  #content_box-1571370574348-0{margin-left:0%!important;}
  .w_grid-001 > div > .p_gridbox > .p_gridCellww{width:100%!important;margin-left:0%!important;}

}