/* 字体 */


/* @font-face {
    font-family: 'Roboto';
    src: url(../font/ROBOTO-BOLDITALIC-6.TTF);
}

@font-face {
    font-family: 'PangMenZhengDao';
    src: url(../font/PangMenZhengDaoBiaoTiTi-1.ttf);
} */

* {
    box-sizing: border-box;
}


/* 公告栏 */

.net a:hover,
.huadong .notice_active li.notice_active_ch a:hover {
    color: #FE8000 !important;
}

header {
    width: 100%;
    background: rgb(235, 235, 235);
    position: fixed;
    top: 0;
    z-index: 1000;
}

.tops {
    z-index: 999;
    display: flex;
    height: 35px;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    margin: 0 auto;
}

.huadong {
    /* max-width: 650px; */
    /* height: 22px; */
    padding: 1px 0 1px 0;
    position: relative;
}

.huadong .huabox {
    line-height: 22px;
    display: flex;
    align-items: center;
}

.huadong .hdimg {
    line-height: 22px;
}

.huadong .hdimg img {
    width: 100%;
    vertical-align: middle;
}

.huadong h5 {
    font-size: 12px;
    line-height: 22px;
    margin: 2px 0 0 0;
    color: #999;
}

.net a {
    font-weight: 700;
    color: #999;
}

.huadong .notice_active {
    height: 22px;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
}

.huadong .notice_active li {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.huadong .notice_active li.notice_active_ch a {
    color: #999;
    font-size: 12px;
    display: block;
    overflow: hidden;
}

.huadong .notice_active li.notice_active_ch em {
    text-align: right;
    float: right;
    color: #999;
    font-size: 10px;
    font-style: normal;
}

.tops .ul li {
    position: relative;
    /* float: left; */
    display: flex;
    margin-left: 20px;
    cursor: pointer;
    color: #999;
    font-size: 12px;
}

.tops .ul ul {
    display: flex;
}

.tops .ul li:hover {
    color: #FE8000;
}

.tops .ul li:hover span {
    border: 1px solid #dedede;
    display: inline-block;
    height: 90px;
}

.tops ul li img {
    vertical-align: middle;
    margin-right: 5px;
}

.tops .ul li span {
    position: absolute;
    top: 30px;
    left: 0px;
    background: #fff;
    width: 90px;
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
}

.tops .ul li a {
    color: #999;
}

.tops .ul li a:hover {
    color: #FE8000;
}

.tops .ul li span img {
    width: 90px;
    margin-right: 0;
}


/* 导航栏 */

nav {
    position: fixed;
    top: 35px;
    width: 100%;
    z-index: 999;
    background: #fff;
   box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}


/* @media screen and (max-width:900px) {
	header{
		display: none;
	}
	nav{
		top:0;
	}
} */

#week_nav {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    height: 80px;
    max-width: 1500px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 96%;
    height: 80px;
}

.wk_logo {
    /* width: 100%; */
    /* width: 22%; */
    width: 240px;
}

.wk_logo img {
    width: 100%;
}

.wk_logo a {
    display: block;
}

.wk_inav {
    text-align: center;
    width: 50%;
    /* flex: 1; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#week_nav .phone {
    /* width: 22%; */
    width: 235px;
    text-align: right;
}

#week_nav .phone img {
    width: 100%;
    height: 100%;
}

.nav {
    /* display: inline-block; */
    height: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav li {
    width: 96px;
    text-align: center;
    height: 65px;
    line-height: 60px;
}

.nav li a {
    font-size: 16px;
    color: #000;
    line-height: 60px;
    height: 60px;
    position: relative;
    padding: 0;
    display: inline;
}

.nav li a:hover {
    background-color: transparent;
}

.nav li a p {
    color: #FE8000;
    position: relative;
    display: none;
    text-transform: uppercase;
}

.nav li a:hover span {
    display: none;
}

.nav li a:hover p {
    display: inline;
}

.dianhua {
    width: 4%;
}

.nav li a p::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #FE8000 0%, rgba(254, 128, 0, 0) 100%);
    opacity: 1;
    border-radius: 26px;
    transition: all 0.2s;
}

.nav li a p:hover::after {
    width: 100%;
}

.nav .on a span {
    color: #FE8000;
}

.nav .on a span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #FE8000 0%, rgba(254, 128, 0, 0) 100%);
    opacity: 1;
    border-radius: 26px;
    transition: all 0.2s;
}

.nav::before {
    display: table;
    content: " ";
}


/* 右侧导航 */

.cndns-right {
    position: fixed;
    right: 5px;
    bottom: 10%;
    margin-top: -100px;
    z-index: 10;
}

.cndns-right-meau {
    position: relative;
}

.cndns-right-btn span {
    color: #848484;
    font-size: 26px;
    line-height: 48px;
}

.cndns-right-btn sup {
    display: block;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: #FE8000;
    position: absolute;
    left: -12px;
    top: -12px;
}

.cndns-right-btn p {
    color: #FE8000;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    display: none;
}

.cndns-right-meau:hover .cndns-right-btn span {
    display: none
}

.cndns-right-meau:hover .cndns-right-btn p {
    display: block;
}

.meau-car .cndns-right-btn {
    border-color: #FE8000;
    margin-bottom: 20px;
}

.meau-car.cndns-right-meau:hover .cndns-right-btn {
    background-color: #FE8000
}

.meau-car.cndns-right-meau:hover .cndns-right-btn span {
    color: #fff;
    display: block;
}

.meau-car .cndns-right-btn span {
    color: #FE8000;
}

.meau-zs .cndns-right-btn {
    background-color: #999;
    color: #000;
    margin-top: 80px;
    border-color: #FE8000
}

.cndns-right-btn {
    width: 40px;
    height: 40px;
    /* border: 1px solid #ddd; */
    border-radius: 50%;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    background-color: #999;
}
.cndns-right-btn .flex_justify{
	font-size: 12px;
}
.meau-sev .cndns-right-btn {
    background: url(../img/k_qq.png) no-repeat #999 center;
    background-size: 50% 50%;
}

.meau-sev .cndns-right-btn p {
    color: #fff;
}

.meau-sev .cndns-right-btn span {
    color: #fff;
}

.meau-top .cndns-right-btn span {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    display: block;
}

.meau-top .cndns-right-btn i {
    display: block;
    color: #999;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {
    /* background-color:red; */
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span {
    display: block;
    color: #fff;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i {
    color: #fff;
}

.cndns-right-box {
    position: absolute;
    top: -15px;
    right: 35px;
    padding-right: 25px;
    display: none;
}

.cndns-right-box .box-border {
    border: 1px solid #ccc;
    border-top: 4px solid #FE8000;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative;
}

.sev2 .cndns-right-box .box-border {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative;
}

.sev3 .cndns-right-box .box-border {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative;
}

.cndns-right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    position: absolute;
    right: -10px;
    top: 26px;
}

.cndns-right-box .box-border .sev-t span {
    font-size: 42px;
    float: left;
    display: block;
    line-height: 56px;
    margin-right: 20px;
    color: #d3d3d3;
}

.cndns-right-box .box-border .sev-t p {
    float: left;
    text-align: left;
    color: #FE8000;
    font-size: 23px;
    line-height: 28px;
    width: 100%;
}

.cndns-right-box .box-border .sev-t p i {
    display: inline-block;
    font-size: 14px;
    color: #aaa;
}

.cndns-right-box .box-border .sev-b {
    padding-top: 15px;
    border-top: 1px solid #e4e4e4;
}

.cndns-right-box .box-border .sev-b h4 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0px;
    margin: 0;
}

.cndns-right-box .box-border .sev-b li {
    width: 25%;
    float: left;
}

.cndns-right-box .box-border .sev-b li a {
    display: inline-block;
    color: #999;
    font-size: 13px;
    padding-left: 35px;
    background: url(../img/qqkefu.png) no-repeat left 3px;
    line-height: 40px;
}

.meau-sev .cndns-right-box .box-border {
    width: 650px;
}

.sev2 .cndns-right-box .box-border {
    width: 200px;
}

.sev3 .cndns-right-box .box-border {
    width: auto;
}

.cndns-right-meau:hover .cndns-right-box {
    display: block;
}

.meau-code .cndns-right-box {
    top: inherit;
    bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
    width: 156px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i {
    display: block;
    color: #FE8000;
    font-size: 16px;
    line-height: 16px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px;
}

.meau-sev .cndns-right-btn .demo-icon {
    display: none;
}

.meau-sev:hover .cndns-right-btn {
    background: #FE8000;
}

.meau-zs .cndns-right-btn span {
    color: #fff
}

.meau-zs .cndns-right-btn p {
    color: #fff
}

.ke_fu {
    overflow: hidden;
    padding: 0;
    margin-top: 10px;
}

.sev-t {
    overflow: hidden;
    text-align: center;
}

.meau-sev.sev2 .cndns-right-btn {
    background: url(../img/kf.png) no-repeat #999 center;
    background-size: 80% 80%;
}

.meau-sev.sev2 .cndns-right-btn .demo-icon {
    display: none;
}

.meau-sev.sev2:hover .cndns-right-btn {
    background: #FE8000;
}

.meau-sev.sev3 .cndns-right-btn {
    background: url(../img/k_weixin.png) no-repeat #999 center;
    background-size: 50% 50%;
}

.meau-sev.sev3 .cndns-right-btn .demo-icon {
    display: none;
}

.meau-sev.sev3:hover .cndns-right-btn {
    background: #FE8000;
}

.sev-t i {
    color: #333;
}

.meau-sev.meau-top .cndns-right-btn {
    background: #999;
}

.meau-sev.meau-top .cndns-right-btn .demo-icon {
    display: none;
}

.vts_i {
    border-radius: 50%;
    height: 100%;
    color: #fff;
}

.meau-sev.meau-top .cndns-right-btn:hover .vts_i {
    display: none;
}

.meau-sev.meau-top:hover .cndns-right-btn {
    background: #FE8000;
}

.cndns-right-box .box-border .sev-b li a:hover {
    color: #FE8000;
}


/* 底部 */

footer {
    background-color: #111111;
}

footer .foot_top {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.foot_top a {
    color: #999;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
    position: relative;
    margin-right: 63px;
}

.foot_top a:hover {
    color: #FE8000;
}

.foot_top a::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 50%;
    position: absolute;
    left: 58px;
    top: 38px;
}

.foot_top a:last-child {
    margin-right: 0;
}

.foot_top a:last-child::after {
    display: none;
}

.foot_menu {
    background: url(../img/back5.png) no-repeat;
    background-size: cover;
    width: 100%;
}

.foot_con {
    display: flex;
    justify-content: space-between;
    padding: 75px 0;
    padding-bottom: 33px;
    width: 84%;
    margin: 0 auto;
}

.foot_left {
    width: 325px;
    margin-right: 30px;
    flex-shrink: 0;
}

.foot_middle {
    margin-right: 30px;
}

.foot_right {
    display: flex;
    width: 24%;
    min-width: 200px;
    justify-content: space-between;
}

.foot_left1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 52px;
    justify-content: center;
    margin-top: 40px;
}

.foot_left1 img {
    width: 250px;
}

.foot_left2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 325px;
}

.foot_left2 ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 325px;
    position: relative;
}

.foot_left2 ul li span {
    width: 90px;
    height: 0;
    display: block;
    overflow: hidden;
    transition: all 0.2s;
    position: absolute;
    top: 60px;
}

.foot_left2 ul li:hover span {
    height: 90px;
}

.foot_left2 ul li span img {
    width: 90px;
}

.company {
    margin-bottom: 30px;
}

.company>h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.company>p {
    font-size: 14px;
    line-height: 38px;
    color: #FFFFFF;
}

.company .gary {
    font-size: 14px;
    line-height: 38px;
    color: #999999;
}

.phone p {
    font-size: 16px;
    font-weight: 800;
    line-height: 44px;
    color: #FE8000;
}

.foot_right ul p {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #F5F5F5;
    margin-bottom: 40px;
}

.foot_right ul li {
    color: #999999;
    margin-bottom: 20px;
}

.foot_right ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.foot_right ul li a:hover {
    color: #FE8000;
}

.foot_bottom {
    background-color: #111111;
    padding: 25px 150px;
}

.wk_footer {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #666;
}

.wk_footer p {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #666;
    margin-bottom: 16px;
}

.wk_footer span {
    color: #666;
}

.wk_footer a {
    font-size: 12px;
    line-height: 25px;
    color: #666;
    text-align: center;
    margin-bottom: 15px;
}

.wk_footer a:hover {
    color: #FE8000;
}


/* 关于我们导航栏 */

.about_nav {
    position: fixed;
    top: 115px;
    width: 100%;
    z-index: 999;
    background: #4a4a4a;
    height: 40px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.about_nav ul {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about_nav ul li a {
    font-size: 14px;
    position: relative;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    display: block;
}

.about_nav ul li a .lines {
    display: block;
    width: 0px;
    height: 30px;
    background: #FE8000;
    position: absolute;
    left: 50%;
    top: 5px;
    z-index: -1;
    border-radius: 20px;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.about_nav ul li a:hover .lines {
    color: #fff;
    width: 100%;
    left: 0;
}

.about_nav ul .on a .lines {
    color: #fff;
    width: 100%;
    left: 0;
}

.none {
    display: none;
}

nav #week_navs {
    display: none;
}

.wk_inavs {
    display: flex;
    align-items: center;
}

.sidebar {
    display: none;
}

@media screen and (max-width: 1400px) {
    .wk_logo {
        width: 225px;
    }
    #week_nav .phone {
        width: 225px;
    }
}

@media screen and (max-width: 1280px) {
    .wk_logo {
        width: 185px;
    }
    #week_nav .phone {
        width: 185px;
    }
}

@media screen and (max-width: 1024px) {
    .tops {
        width: 98%;
    }
    .huabox .notice_active {
        margin-left: 0px;
    }
    .tops .ul ul {
        display: flex;
    }
    .tops .ul ul li {
        margin-left: 10px;
    }
    .tops .ul ul li .imgs {
        height: 14px;
    }
    .wk_logo {
        width: 155px;
    }
    #week_nav .phone {
        width: 155px;
    }
    .nav li {
        width: auto;
    }
    .wk_inav {
        width: 55%;
    }
}

@media screen and (max-width: 900px) {
    header {
        display: none;
    }
    nav {
        top: 0;
    }
    .nav li {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    /* body {
        padding-top: 50px !important;
    } */
    nav {
        top: 0;
    }
    .emptyBg {
        transition: all 0.5s;
        background: #fff;
    }
    .hnav {
        height: 50px;
        overflow: hidden;
    }
    nav #week_navs {
        padding: 0 4%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    nav #week_navs .nav-mune {
        display: flex;
        align-items: center;
        height: 50px;
    }
	.cndns-right-btn p{
		font-size: 12px;
	}
    .hnav #week_navs a img {
        width: 150px;
        height: auto;
    }
    #week_nav {
        display: none;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        display: flex;
        justify-content: flex-end;
        transition: all 0.3s;
    }
    .disShow {
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .sidebar-cn {
        
         position: absolute;
         right: -100%;
         top: 0;
         height: 100%;
         transition: all 0.5s;
         width: 144px;
         padding: 20px 0px;
         /* background-color:; */
         background: url(../img/menu_back.png) no-repeat #fff;
         background-size: 100% 100%;
    }
    .disShow  .sidebar-cn{
        right: 0;
    }
    /* 侧边栏 */
    .aside_top{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .aside_top div{
        width: 100%;
        text-align: right;
        padding-right: 18px;
    }
    .aside_top div img{
        width: 30px;
    }
    .close-img {
        text-align: right;
    }
    .menu-list-tel {
        margin-top: 10px;
    }
    .menu-list-tel .mlt-item {
        font-size: 16px;
        margin-top: 5px;
    }
   .menu-list-tel .mlt-item i{
            display: inline-block;
            width:100%;
            height:1px;
            background: -webkit-linear-gradient(left, #fff -4%,#000 50%,#fff 100%);
    }
    .menu-list-tel .mlt-item .select{
        background: -webkit-linear-gradient(left, #fff -4%,#FE8000 50%,#fff 100%);
    }
    .sp{
        color: #FE8000;
    }
    
  
    
    .close-img {
        text-align: right;
    }
   
    .menu-list-tel .mlt-item .tou {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
    }

    
    .menu-list-tel .mlt-item .tou img{
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        margin-right: 10px;
    }
    .menu-list-tel .mlt-item .tou .side_img_1{
        display: none;
    }
    .menu-list-tel .mlt-item .tou .inchose{
        display: inline-block;
    }
    .menu-list-tel .mlt-item .tou .chose{
        display: none;
    }
    /* .mlt-item:first-child .tou img:nth-child(1){
        display: none; 
    }
    .img_mli{
        display: inline-block !important;
    }
    .mlt-item:first-child .tou img:nth-child(2){
        display: inline-block; 
    } */
    .menu-list-tel .mlt-item .tou span{
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }
    .mlt-item .drop-down {
        display: none;
    }
    .secondary {
        margin-top: 10px;
        padding-left: 15px;
        font-size: 14px;
    }
    .cndns-right .cndns-right-meau:nth-child(1),
    .cndns-right .cndns-right-meau:nth-child(2),
    .cndns-right .cndns-right-meau:nth-child(3) {
        display: none;
    }
}