/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #2f8b4b;
    color: #fff;
}

::-moz-selection {
    background-color: #2f8b4b;
    color: #fff;
}

::-webkit-selection {
    background-color: #2f8b4b;
    color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
    box-sizing: content-box;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}



h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm {
    box-sizing: content-box;
}


.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
}



html {
    cursor: url(../images/cur.png),
        default;
}

a {
    cursor: url(../images/Acur.png),
        default;
}

textarea {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;

}

input[type="text"] {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}

input[type="button"] {
    cursor: url(../images/Acur.png),
        default !important;
}

input,
button {
    outline: none;
}

@keyframes animated {
    0% {
        cursor: url('../images/Pcuro1.png'),
            auto;
    }

    8.8% {
        cursor: url('../images/Pcuro2.png'),
            auto;
    }

    17.6% {
        cursor: url('../images/Pcuro3.png'),
            auto;
    }

    26.4% {
        cursor: url('../images/Pcuro4.png'),
            auto;
    }

    35.2% {
        cursor: url('../images/Pcuro5.png'),
            auto;
    }

    44% {
        cursor: url('../images/Pcuro6.png'),
            auto;
    }

    52.8% {
        cursor: url('../images/Pcuro7.png'),
            auto;
    }

    61.6% {
        cursor: url('../images/Pcuro8.png'),
            auto;
    }

    70.4% {
        cursor: url('../images/Pcuro9.png'),
            auto;
    }

    79.2% {
        cursor: url('../images/Pcuro10.png'),
            auto;
    }

    88% {
        cursor: url('../images/Pcuro11.png'),
            auto;
    }

    100% {
        cursor: url('../images/Pcuro12.png'),
            auto;
    }


}



.wjdh-ico1,
.wjdh-ico2 {
    vertical-align: middle;
}

.section{
    overflow: hidden;
}


/* 右侧导航 */
#fp-nav {
    _display: none;
    font-size: 12px;
    right: 0;
}

#fp-nav li {
    width: 90px;
    height: 23px;
    margin: 10px 0 0;
    vertical-align: middle;
}

#fp-nav li a {
    float: right;
    width: 23px;
    height: 23px;
    color: #000;
    text-decoration: none;
    text-align: right;
    background: url(http://yu900.com/templates/pc_wjdh/images/dot.png) center top no-repeat;
}

#fp-nav .active {
    background-position: 0 bottom;
}

#fp-nav span {
    display: none;
}

.fullPage-tooltip {
    float: left;
    top: 0;
    margin-right: 5px;
    font: 12px "Microsoft Yahei";
    color: #8F9DA4;
    line-height: 21px;
}




.clear {
    clear: both;
}


@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}






.t_back{width:100%;height:0.1px;}






/* 头部 */
.ny_fixed_nav{width:100%;height:115px;background:#fff;position:relative;z-index:99999;}

.ny_fixed_nav .top_con{width:96%;height:115px;margin:0 auto;padding:0 2%;box-sizing:content-box;position:relative;}

.ny_fixed_nav .top_con h1{width:282px;height:75px;float:left;margin:20px 0;}

.ny_fixed_nav .top_con .logo{width:282px;height:75px;display:block;vertical-align:top;}

.ny_fixed_nav .top_con .icon{width:50px;height:115px;float:right;background:url(../images/icon01.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.ny_fixed_nav .nav_xiala_xx{float:right;width:44%;height:115px;margin-right:30px;}

.ny_fixed_nav .nav_xiala{width:100%;height:115px;margin:0 auto;}

.ny_fixed_nav .nav_xiala>ul{position:relative;height:115px;display:flex;justify-content: space-between;}

.ny_fixed_nav .nav_xiala ul li{float:left;width:auto;height:115px;line-height:115px;text-align:center;position:relative;}

.ny_fixed_nav .nav_xiala>ul>li>a{display:block;font-size:16px;color:#2b2b2b;overflow:hidden;position:relative;z-index:0;padding:0 10px;box-sizing:content-box;-webkit-transition:all .7s;transition:all .7s;}


.ny_fixed_nav .nav_xiala>ul>li>a::before{content:'';width:3px;height:2px;background:url(../images/nav_on.png);position:absolute;top:26px;right:0;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.ny_fixed_nav .nav_xiala>ul>li:hover>a::before{content:'';width:3px;height:2px;background:url(../images/nav_on.png);position:absolute;top:56px;right:0;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.ny_fixed_nav .nav_xiala>ul>li.another>a::before{content:'';width:3px;height:2px;background:url(../images/nav_on.png);position:absolute;top:56px;right:0;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.ny_fixed_nav .nav_xiala>ul>li>a::after{content:'';width:3px;height:2px;background:url(../images/nav_on.png);position:absolute;top:26px;left:0;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.ny_fixed_nav .nav_xiala>ul>li:hover>a::after{content:'';width:3px;height:2px;background:url(../images/nav_on.png);position:absolute;top:56px;left:0;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.ny_fixed_nav .nav_xiala>ul>li.another>a::after{content:'';width:3px;height:2px;background:url(../images/nav_on.png);position:absolute;top:56px;left:0;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.ny_fixed_nav .nav_xiala .erji_xiala1{position:absolute;top:115px;z-index:20;background:#fff;width:124px;/*和一级栏目一样宽度*/left:-20px;height:0px;visibility:hidden;opacity:0;-webkit-transition:all .3s linear;transition:all .3s linear;}
.ny_fixed_nav .nav_xiala ul li:hover .erji_xiala1{height:auto;visibility:visible;opacity:1;}

.ny_fixed_nav .nav_xiala .erji_xiala1 .daohang_xiala{}

.ny_fixed_nav .nav_xiala .erji_xiala1 .daohang_xiala i{font-size:16px;display:block;position:relative;z-index:0;}
.ny_fixed_nav .nav_xiala .erji_xiala1 .daohang_xiala i::before{content:'';width:0px;height:55px;background:#2f8b4b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}
.ny_fixed_nav .nav_xiala .erji_xiala1 .daohang_xiala i:hover::before{content:'';width:100%;height:55px;background:#2f8b4b;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}
.ny_fixed_nav .nav_xiala .erji_xiala1 .daohang_xiala a{height:55px;line-height:55px;font-size:14px;display:block;color:#000;border-bottom:solid 1px rgba(255,255,255,0.4);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ny_fixed_nav .nav_xiala .erji_xiala1:hover .daohang_xiala a{color:#fff;}












/* 询盘信息 */
.topxunpan {display:inline-block;width:auto;height:70px;padding-left:60px;box-sizing:content-box;}

.thisxp{width:auto;height:70px;}

.topxunpan .xp {position: relative;line-height:70px;color:#cdcdcd;font-size:14px;cursor: pointer;}

.topxunpan .xp i {display:inline-block;color:#cdcdcd;font-size:14px;text-align:center;}

.topxunpan .xp #xunpantip {z-index: 999;position: absolute;top: 35px;left: 50%;width: 180px;height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 14px;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform .4s, opacity .4s;-moz-transition: transform .4s, opacity .4s;-o-transition: transform .4s, opacity .4s;-ms-transition: transform .4s, opacity .4s;transition: transform .4s, opacity .4s;background-color: #2f8b4b;border-radius: 4px;opacity: 0;font-weight: bold;box-shadow: 5px 5px 2px #dfdfdf;}

.topxunpan .xp #xunpantip::after {content: '';position: absolute;top: -16px;left: 50%;width: 0;height: 0;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: (-50%); transform: translateX(-50%); border: 8px solid transparent;border-bottom-color: #2f8b4b;}

.topxunpan .xp #xunpantip.xunpantextactive {-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}

.topxunpan i {font-weight: normal;font-style: normal;}



/* 底部 */

.ny_footer{width:100%;background:url(../images/ft_back.jpg) center top no-repeat;height:790px;padding-top:147px;position:relative;z-index:2;box-sizing:content-box;overflow:hidden;cursor:default !important;}

.ny_footer .w1280{width:1280px;height:auto;margin:0 auto;}

.ny_footer .w1280 .h_title{width:640px;height:auto;margin-left:640px;position:relative;}


.ny_footer .w1280 .h_title h3{width:640px;height:52px; background:url(../images/bt_us.png) left center no-repeat;}

.ny_footer .w1280 .h_title p{font-family:"楷体";font-size:24px;color:#fff;line-height:24px;margin-top:20px;}

.ny_footer .w1280 .infro{width:640px;height:65px;margin:65px 0 0 640px;position:relative;}


.ny_footer .w1280 .infro li{padding-left:32px;height:20px;line-height:20px;box-sizing:content-box;font-size:16px;color:#e2e2e2;}

.ny_footer .w1280 .infro li:nth-of-type(1){background:url(../images/ft_icon_01.png) left center no-repeat;position:absolute;left:0;top:0;}

.ny_footer .w1280 .infro li:nth-of-type(2){background:url(../images/ft_icon_02.png) left center no-repeat;position:absolute;left:300px;top:0;}

.ny_footer .w1280 .infro li:nth-of-type(3){background:url(../images/ft_icon_03.png) left center no-repeat;position:absolute;left:0;bottom:0;}

.ny_footer .w1280 .center{width:640px;height:294px;margin:40px 0 0 640px;position:relative;z-index:2;}


.ny_footer .w1280 .center::before{content:'';width:960px;height:294px;background:url(../images/function.png);position:absolute;left:0;top:0;z-index:-1;}

.ny_footer .w1280 .center .ft_list{width:640px;height:82px;margin-top:17px;overflow:hidden;}

.ny_footer .w1280 .center .ft_list li{width:160px;line-height:82px;float:left;}

.ny_footer .w1280 .center .ft_list li a{display:block;font-size:18px;color:#fff;width:100px;padding-left:60px;box-sizing:content-box;}

.ny_footer .w1280 .center .ft_list li:nth-child(1){background:url(../images/ft_icon_04.png) 20px center no-repeat;}

.ny_footer .w1280 .center .ft_list li:nth-child(2){background:url(../images/ft_icon_05.png) 20px center no-repeat;}

.ny_footer .w1280 .center .ft_list li:nth-child(3){background:url(../images/ft_icon_06.png) 20px center no-repeat;}

.ny_footer .w1280 .center .ft_list li:nth-child(4){background:url(../images/ft_icon_07.png) 20px center no-repeat;}

.ny_footer .w1280 .center .form{width:620px;height:114px;position:relative;margin:10px 0 0 20px;}

.ny_footer .w1280 .center .form::before{content:'';width:540px;height:1px;background:rgba(255,255,255,0.1);position:absolute;left:0;top:57px;z-index:-1;}

.ny_footer .w1280 .center .form p{width:250px;height:57px;overflow:hidden;background:rgba(0,0,0,0);}

.ny_footer .w1280 .center .form input{display:block;width:210px;height:57px;line-height:57px;color:#d3d3d3;font-size:14px;padding:0 12px 0 28px;box-sizing:content-box;}

.ny_footer .w1280 .center .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.ny_footer .w1280 .center .form p:nth-of-type(2){position:absolute;left:290px;top:0;}

.ny_footer .w1280 .center .form p:nth-of-type(1) input{background:url(../images/name.png) 0px center no-repeat;}

.ny_footer .w1280 .center .form p:nth-of-type(2) input{background:url(../images/phone.png) 0px center no-repeat;}

.ny_footer .w1280 .center .form p:nth-of-type(3){width:250px;height:57px;position:absolute;left:0;bottom:0;}

.ny_footer .w1280 .center .form textarea{width:210px;height:57px;line-height:57px;font-size:14px;padding:0 12px 0 28px;box-sizing:content-box;background:url(../images/liuyan.png) 0 center no-repeat;}

.ny_footer .w1280 .center .form p:nth-of-type(4){position:absolute;left:290px;bottom:0;}

.ny_footer .w1280 .center .form p:nth-of-type(4) input{display:block;width:120px;height:57px;line-height:57px;color:#d3d3d3;font-size:14px;float:left;padding:0 10px 0 28px;box-sizing:content-box;background:url(../images/yzm.png) 5px center no-repeat;}

.ny_footer .w1280 .center .form p:nth-of-type(4) img{display:block;width:90px;height:0px;cursor:pointer;float:right;}

.ny_footer .w1280 .center .form .tj{width:54px;height:74px;border:none;overflow:hidden;position:absolute;z-index:0;right:0;top:20px;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}

.ny_footer .w1280 .center .form .tj::before{content:'';width:54px;height:24px;background:url(../images/cursor.png) center center no-repeat;position:absolute;left:0;top:9px;}

.ny_footer .w1280 .center .form .tj .btn{display:block;width:54px;height:44px;line-height:44px;font-size:14px;color:#484848;border:none;background:none;cursor:pointer;padding:30px 0 0 0 !important;box-sizing:content-box;}

.ny_footer .w1280 .center .form .tj .btn::before{content:'';width:18px;height:40px;background:url(http://yu900.com/templates/pc_wjdh/images/btn.png) left center no-repeat;position:absolute;left:135px;top:0;}

.ny_footer .w1280 .center .form .tj:hover .btn{color:#484848;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background:#ffcd05;background-repeat: no-repeat;}

.btn_bubble_3:hover, .btn_bubble_3:focus {
 -webkit-animation: btn_3 1s forwards ease-out;
 animation: btn_3 1s forwards ease-out;
 background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
 background-color: #ffcd05;
 background-repeat: no-repeat;
}

@-webkit-keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #ffcd05;
 }
}

@keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #ffcd05;
 }
}


.ny_footer .w1280 .copy{width:1280px;height:auto;margin-top:130px;position:relative;}



.ny_footer .w1280 .copy .icon{text-align:right;padding-right:135px;box-sizing:content-box;}

.ny_footer .w1280 .copy .icon img{ vertical-align:middle;}

.ny_footer .w1280 .copy .ewm{width:90px;height:90px;border:solid 7px #2f8b4b;position:absolute;bottom:50px;right:0;}

.ny_footer .w1280 .copy .ewm img{display:block;width:90px;height:90px; vertical-align:top;}

.ny_footer .w1280 .copy .one{width:1280px;height:30px;margin-top:20px;position:relative;text-align:right;}

.ny_footer .w1280 .copy .one p{display:inline-block;font-size:14px;color:#fff;height:30px;line-height:30px;margin-left:10px;}

.ny_footer .w1280 .copy .one p a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.ny_footer .w1280 .copy .one p a:hover{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.ny_footer .w1280 .copy .one p img{ vertical-align:middle;}




.UrbansubstationBox{display:inline-block;position:relative;color:#fff;line-height:30px;z-index:5;margin-left:10px;}

.Urbansubstation{position:absolute;bottom:30px;left:-50%;transform:translateX(-25%);background:#f8f8f8;width:0;height:0;overflow:hidden;box-sizing:border-box;line-height:0;font-size:0;border-radius:10px;text-align:left;}

.Urbansubstation>a{color:#333 !important;font-size:16px;font-weight:bold;}

.Urbansubstation .p a{width:100%;padding-left:10px;box-sizing:border-box;line-height:1.5;display:block;color:#888 !important;line-height:1.5;margin:0px auto;box-sizing:border-box;padding:5px 10px 5px 30px;line-height:26px;font-size:16px;}

.Urbansubstationfenzhan{height:40px;line-height:40px;font-weight:bold;font-size:16px !important;color:#333;display:block;padding-left:35px;box-sizing:content-box;}

.UrbansubstationBoxCenter .p{width:94%;height:100%;border:1px dashed #e2e2e2;margin:0 auto 10px;border-radius:5px;}

.UrbansubstationBoxCenter .p a{text-align:left;position:relative;-webkit-transition:.5s;transition:.5s;}

.UrbansubstationBox:hover .Urbansubstation{min-width:160px;height:auto;background-color:#fff;box-shadow:0px 0px 24px 0px rgba(0,0,0,0.15);border-radius:5px;}

.Urbansubstation .p a:hover::before{border-color:#2a9d65;}

.Urbansubstation .p a:hover::after{background:#2a9d65;}

.Urbansubstation .p a::after{content:"";width:6px;height:6px;background:#ddd;position:absolute;top:16px;left:15px;border-radius:50%;-webkit-transition:.5s;transition:.5s;}

.Urbansubstation .p a::before{content:"";width:14px;height:14px;border:1px solid #ddd;position:absolute;top:11px;left:10px;border-radius:50%;-webkit-transition:.5s;transition:.5s;}

.Urbansubstation .p a:hover{transform:translateY(-2px);color:#2a9d65 !important;}


@media(max-width:1440px){
    .ys .nav_xiala_xx{
        width: 64%;
    }
    
}


@media(max-width:1440px){
    .fixed_nav .top_con{
        background: #fff;
        height: 80px;
    }

    .fixed_nav .top_con h1{
        width: auto;
        height: 50px;
    }

    .fixed_nav .top_con .logo{
        width: auto;
        height: 50px;
    }

    .ys .top_con .icon{
        display: block;
        height: 80px;
    }

    .ys .nav_xiala_xx{
        display: none;
    }

    .menu_show .nav_list{
        flex-wrap: wrap;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        padding-top: 20vh;
        display: block;
    }

    .menu_show .nav_list li{
        height: 8vh;
        background: transparent;
       
    }

   
    .menu_show .nav_list li a span{
        display: none;
    }

    .menu_show .nav_list li a i{
        display: block;
    }
    .menu_show .nav_list li:hover > a{
        background: transparent;
    }

    .fixed_nav{
        height: 80px;
    }

    .box_07 .content .pos_img{
        display: none;
    }
    .box_07 .content{
        height: auto;
        padding: 0 15px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .box_07 .content .w1280 .h_title{
        width: 100%;
        right: 0;
        margin-left: 0;
    }

    .box_07 .content .w1280 .infro{
        width: 100%;
        right: 0;
        margin-right: 0 !important;
    }

    .box_07 .content .w1280 .center{
        width: 100%;
        right: 0;
    }

    .box_07 .content .w1280 .copy{
        top: 0;
    }

    .box_07 .content .w1280 .h_title h3{
        width: 100%;
        background-size: 60%;
        background-position: center;
    }

    .box_07 .content .w1280 .h_title p{
        font-size: 18px;
        text-align: center;
    }

    .box_07 .content .w1280 .infro li{
        position: relative !important; 
        
    }
}