*{
    margin: 0;
    padding: 0;
}

.container{position: relative;}

.common-header{
    width:100%;
    min-width: 1200px;
    /* background: url(/d/file/imgs/pp/bar.png); */
    background-repeat: repeat-x;
}
.topbar-header{
    width:100%;
    transition:all .3s linear;
    -webkit-transition:all .3s linear; /* Safari */
    -moz-transition:all .3s linear; /* Firefox  */
    -o-transition:all .3s linear; /* Opera  */
    font-family: '"Microsoft YaHei",微软雅黑 !important';
    /*background-color: #FFF;*/
}
body #topbar-header{
    position: fixed;
    top: 0;
    z-index: 9999; 
}
.js-header-bg {
    background-color:#fff;
    border-bottom: none;
    z-index: 999;
}
.js-header-bg .nav-wrapper{
    border-bottom: 0;
}
.topbar{
    min-width: 1200px;
    height:40px;
    line-height: 40px;
    /* *border-bottom:1px solid #b3c4dd;
    border-bottom:1px solid #b3c4dd\0/;
    border-bottom: 1px solid rgba(251,251,251,0.1); */
    font-size: 0;
    /* overflow: hidden; */
}
.topbar-wrapper{
    float:right;
    +width:806px;
    line-height: 1;
}
.input-container{
    position: relative;
    width:200px;
    height:24px;
    line-height: 24px;
    padding:0 22px 0 10px;
    /* display: inline-block; */
    float: left;
    margin-top: 8px;
    margin-right: 17px;
    *border:1px solid #FBFBFB;
    border:1px solid #FBFBFB;\0/;
    border:1px solid rgba(251,251,251,0.2);;
    transition:all .3s linear;
    -webkit-transition:all .3s linear; /* Safari */
    -moz-transition:all .3s linear; /* Firefox  */
    -o-transition:all .3s linear; /* Opera  */
    font-family: "Microsoft YaHei",微软雅黑 !important;
    z-index: 9;
}
.topbar-ul{
    float: right;
}

.input-container input{
    width:100%;
    vertical-align: middle;
    border:none;
    outline: none;
    font-size: 14px;
    color:#fff;
    background-color: transparent;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.input-container div{
    position: absolute;
    top:0;
    bottom:0;
    right:10px;
    z-index:99;
}
/*.input-container:hover{*/
/*    width:300px;*/
/*    *border:2px solid #b3c4dd;*/
/*    border:2px solid #b3c4dd\0/;*/
/*    border:2px solid rgba(251,251,251,0.1);*/
/*}*/
/* chrome谷歌浏览器，Safari苹果浏览器 */
input[name="color"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #e8e8e8;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
/* firefox火狐浏览器 */
input[name="color"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e8e8e8;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
input[name="color"]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e8e8e8;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
/* IE浏览器 */
input[name="color"]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #e8e8e8;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.topbar-ul span{
  font-family: "Microsoft YaHei",微软雅黑 !important;
}
.topbar-ul li{
    position: relative;
    z-index: 10;
}
.select-city{
    float: left;
    margin-right: 32px;
    padding-top:13px;
}
.select-city a{
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    color:rgb(251,251,251);
}
.select-city a:hover{
    color: #fff;
    border-bottom: 1px solid;
}
#topbar-wrapper-last{
    margin-right: 0;
    margin-right: 50px;
}
.select-city-common{
    position: relative;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
#select-city{
    _margin-top:10px;
    _height:40px;
    line-height: 40px;
    padding-top:0;
    padding-left:15px;
    padding-right: 15px;
    /* margin-left: 17px; */
    margin-right: 22px;
    vertical-align: middle;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    z-index: 9999;
}
#select-city span{
    font-size: 14px;
    margin: 0 10px;
    vertical-align: middle;
    color: #ffffff;
}
.select-city-bar{
    position: absolute;
    display: none;
    top:40px;
    left:0;
    text-align: left;
    width:160px;
    padding-left:21px;
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    background-color: #fff;
    z-index:9999;
    font-size: 0;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.select-city-bar-1-wrapper{
    position: absolute;
    bottom:34px;
    left:-2px;
    padding-bottom:12px;
}
.select-city-bar-1{
    display: none;
    text-align: left;
    width:155px;
    padding:24px 20px;
    color:#fff;
    background-color: #303235;
    border:1px solid #666666\0/;
    *border:1px solid #666666;
    border: 1px solid rgba(251,251,251,0.1);
    z-index:9999;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.select-city .selected-city{
    color: #333;
}
.select-city .selected-city:hover {
    color:#1f6cdd;
    border-bottom: none;
}
.select-city-bar ul li{
    width:100%;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}
#select-city-bar-ul-li-last{
    margin-bottom: 0;
}
.select-city-bar ul li a{
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.rotateIcon{
    transform: rotate(180deg);
}
.nav{
    position: relative;
    /* z-index:1000; */
    min-width: 1200px; 
}
.menu-dropdown{
    position: absolute;
  	margin-top: 10px;
    width:100%;
    top:75px;
    left:0;
    right:0;
    /* height:0; */
    *top:60px;
    line-height: 1;
    display: none;
    background-color: #fff;
    color:#333;
    transition:all .2s linear;
    -webkit-transition:all .2s linear; /* Safari */
    -moz-transition:all .2s linear; /* Firefox  */
    -o-transition:all .2s linear; /* Opera  */
    z-index:998;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
}
.menu-dropdown-wrapper{
    height:100%;
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    padding: 30px 0;
}
.menu-dropdown-sidebar{
    /* display: inline-block; */
    float: left;
    width:10%; 
    min-width: 96px; 
    padding: 0 3% 0;  
    text-align: right;

}
.menu-dropdown-sidebar ul{ 
    overflow: hidden;
}
.menu-dropdown-sidebar ul li{
    line-height: 1;
    margin-bottom: 32px;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.selected{
    color:#1f6cdd !important;
}
.menu-dropdown-sidebar ul li:last-child{
    margin-bottom: 0;
}
#menu-dropdown-sidebar-ul li a{
    color:#333;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
#menu-dropdown-sidebar-ul li a:hover{
    color:#1f6cdd;
}
#menu-dropdown-content-wrapper{
    /* display: inline-block;
    vertical-align: top; */
    float: left;
    width: 83%;
    overflow: hidden;
    position: relative;
    *border-left:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6\0/;
    border-left: 1px solid #e6e6e6;
}

.menu-dropdown-content{
    width: 100%;
    display: block;
    min-height: 136px;
    padding-left:40px;
    /* vertical-align: top; */
/*    padding-top:40px;
    padding-bottom:42px;
    padding-left:40px;
    *padding-left:20px;
    padding-left:30px \0/;*/
    position: relative;
    overflow: hidden;
}
.menu-dropdown-content ul{
    width: 100%;
    overflow: hidden;
}
.menu-dropdown-content ul li{
    float: left;
    width: 23%;
    height: 73px;
    padding-right: 2%;
    overflow: hidden;
    line-height: 1;
    font-size:14px;
}
.menu-dropdown-content ul li a{color: #222;}
.menu-dropdown-content ul li a.on,
.menu-dropdown-content ul li a:hover{color: #1f6cdd;}
.menu-dropdown-content ul li:last-child{
    padding-right: 0;
}
.menu-dropdown-content ul li p:last-child{
    line-height: 14px;
    color:#666;
}
.menu-dropdown-p{
    line-height: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 12px;
    color:#333;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
/*.menu-dropdown-content ul li p{
    font-size: 14px;
    color: #e8e8e8;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}*/
.menu-dropdown-content ul li p a:hover{
    color:#1f6cdd;
}
.menu-dropdown-content-tab{
    display: none;
}
.menu-dropdown-content-wrapper{
    padding-top:60px;
    padding-bottom:60px;
}
.menu-dropdown-content-2{
    /* padding-top:60px;
    padding-bottom:60px; */
    font-size: 14px;
}
.menu-dropdown-content-2 ul li{
    /* width: 184px; */
    float: left;
    width: 18%;
    height: 40px;
    padding:0 1%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.menu-dropdown-content-2 ul li p a{
    color: #333;
}
.menu-dropdown-content-2 ul li p a.on,
.menu-dropdown-content-2 ul li p a:hover{
    color: #1f6cdd;
}
.slescted-tab{
    display: inline-block;
    *zoom:1;
    *display: inline;
}
/* nav */
.nav-wrapper{
    max-width: 1580px;
    margin: auto;
    height:60px;
    line-height: 60px;
    padding:17px 0; 
    border-bottom: 1px solid #b3c4dd;
    font-size: 0;
    background: #fff;
}
.nav-wrapper ul{ 
  line-height: 1;
}
.nav-wrapper-li{
    float: left;
    padding: 0 18px;
     height: 60px;
    /* position: relative; */
}
.nav-wrapper-li a{
    /*font-family: "Microsoft YaHei",微软雅黑 !important;*/
    
    box-sizing:border-box;
    cursor: pointer;
}
.nav-item{
    display: inline-block;
    height:50px;
    line-height: 60px;
    font-size: 17px;
    color:#444;
    /*font-family: "Microsoft YaHei",微软雅黑 !important; */
  
    border-bottom: 2px solid #fff;
    position: relative;
    color: inherit;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-item::after {
    content: '';
    position: absolute;
    bottom: -2.3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #236BE1;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  
  .nav-item:not(.act):hover::after {
    width: 100%;
  }

/* 添加CSS动画样式 */
#menu-dropdown, #menu-dropdown-1 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  display: block !important; /* 保持block，用opacity控制显示 */
}

#menu-dropdown.show, #menu-dropdown-1.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-wrapper-li a.act,
/*.nav-item:hover{*/
/*    color:#444; */
/*    border-bottom: 2px solid #236BE1;*/
/*    transition: all 0.3s ease;*/
/*}*/
/* .nav-wrapper ul li:hover{
    border-bottom:4px solid #1f6cdd;
} */
#nav-wrapper-li-first{
    display: inline-block;
    vertical-align: middle;
    padding:0 15px 0 15px;
}
#logo img{
    _margin-top:20px;
}
.nav-wrapper-li-first a img{
}
.tel{
    background:#fff;
    display:inline-block;
    float:left;
    text-align: right;
    position: absolute;
    right: 40px;
    font-size:22px;
    color:#333;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.tel i{
    display:inline-block;
    float:left;
    width: 28px;
    height: 28px;
    background: url('../my/phone.png') no-repeat center center;
    margin: 15px 10px 0;
}

#nav-wrapper-ul li a.act{
    border-bottom: 2px solid #236BE1;
}


.tpsearch{float: left; width: 140px; padding:0 10px; margin-top: 13px; font-size: 16px; height: 35px; line-height: 35px;  background:#f5f5f5; border: 1px solid #fff; border-radius: 33px; overflow: hidden; display: inline-block; }
.tpsearch .iptbtn{width: 32px; height: 32px; font-size: 14px;cursor: pointer; text-indent: -9999px; background: #f5f5f5 url('https://www.news-stars.cn/d/file/imgs/my/search.png') no-repeat center center;  }
.tpsearch .ipttext{width: 74%; background: #f5f5f5; text-indent: 0.5em }
.tpsearch .ipttext::-webkit-input-placeholder { 
  color: #ccc; 
}



/* banner */
.banner-wrapper{
    height:428px;
}
.banner-content{
    width:1200px;
    height: 428px;
    margin:0 auto;
    display: none;
    overflow: hidden;
}
.banner-selected{
    display: block;
    opacity: 1;
}
.banner-content-left{
    /*width:600px;*/
    /* height: 428px; */
    z-index:-1;
    float: left;
    text-align: left;
    padding-top:160px;
    opacity: 0;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.banner-btn{
    width: 138px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border:1px solid #fff;
    font-size: 16px;
    cursor: pointer;
    color:#fff;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.banner-btn:hover{
    color:#333;
    background: #fff;
    transition: all linear .3s;


}
.banner-content-left h3{
    line-height: 48px;
    margin-bottom: 30px;
    font-size: 40px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.banner-content-left p{
    margin-bottom: 40px;
    font-size: 20px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.banner-content-right{
    /* width: 600px; */
    /* height: 428px; */
    float: right;
    text-align: right;
    padding-top:90px;
    opacity: 0;
    position: absolute;
    right:200px;
    top:40px;
}
/*.banner-content-right img{
    margin-right: 32px;
}*/
/* bottombar */
.bottombar{
    height:110px;
    font-size: 0;
    background-color: rgba(251,251,251,0.05);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1f6cdd, endcolorstr=#2a73df); */
}
.bottombar-wrapper{
    width:1200px;
    height:110px;
    margin:0 auto;
}
.bottombar-wrapper ul{
    height:110px;
    line-height: 1;
    overflow: hidden;
}
.bottombar-item{
    display:inline-block;
    float: left;
    width:299px;
    height:110px;
    *border-left:1px solid #b3c4dd;
    border-left:1px solid #b3c4dd\0/;
    border-left:1px solid rgba(251,251,251,0.1);
    cursor: pointer;
    transition:all .3s linear;
    -webkit-transition:all .3s linear; /* Safari */
    -moz-transition:all .3s linear; /* Firefox  */
    -o-transition:all .3s linear; /* Opera  */
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.bottombar-item:hover{
    background-color:rgba(251,251,251,0.1);
}
.bottombar-item-wrapper{
    padding:17px 0 0 20px;
    color:#fff;
}
.bottombar-item-wrapper-p {
    font-size:16px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.bottombar-item-wrapper div{
    line-height: 24px;
    margin-top: 18px;
    font-size:14px;
}
.bottombar-item-wrapper div p{
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.bottombar-item-last{
    width:298px;
    border-right:1px solid #b3c4dd\0/;
    *border-right:1px solid #b3c4dd;
    border-right:1px solid rgba(251,251,251,0.1);
}
.tab-wrapper-top{
    height:104px;
}

.footer{
    width:100%;
    background-color: #303235;
}
.footer-wrapper{
    width:1200px;
    margin:0 auto;
    padding:60px 0 30px 0;
}
.footer-content{
    padding-bottom: 18px;
    border-bottom:1px solid #b3c4dd\0/;
    *border-bottom:1px solid #b3c4dd;
    border-bottom:1px solid rgba(251,251,251,0.1);
}
.footer-content-li{
    width:240px;
    float: left;
}
.footer-content-li h3{
    margin-bottom: 32px;
    font-size: 16px;
    color:#fff;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.footer-subcontent li a{
    font-size: 14px;
    color:#8e8e8e;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    cursor: pointer;
}
.footer-subcontent li a:hover{
    color:#1f6cdd;
}
.footer-subcontent li{
    margin-bottom: 12px;
}
.footer-subcontent-li-last{
    margin-bottom: 0;
}
.footer-img{
    display: none;
    margin-top: 10px;
}
.footer-img-seleted{
    display: block;
}
.fotter-tel{
    margin-top: 10px;
    font-size: 24px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    margin-bottom: 40px;
}
.fotter-img-tel{
    position: relative;
    width: 170px;
    padding-left:60px;
}
.fotter-img-tel h3{
    margin-bottom: 0;
}
.fotter-img-tel img{
    position: absolute;
    top:-2px;
    left:0px;
}
.footer-icon-div{
    float: left;
    width: 32px;
    height: 16px;
    padding:8px 0;
    line-height: 38px;
    /* margin-top: 10px; */
    text-align: center;
    border-radius: 50%;
    border:1px solid #b3c4dd\0/;
    *border:1px solid #b3c4dd;
    border:1px solid rgba(251,251,251,0.1);
    cursor: pointer;
}

.footer-icon img{
    vertical-align: top
}
.footer-icon-div-first{
    margin-right:10px;
}
.footer-icon-div-last{
    position: relative;
}
.footer-icon-div-last img{
  *margin-bottom: 20px;
}
.footer-icon-modal{
    display: none;
    opacity: 0;
    position: absolute;
    top:-200px;
    left:-80px;
    padding:10px;
    font-size: 0;
    line-height: 1;
    background-color: #ffffff;
}
.footer-icon-modal p{
    color: #040000;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.footer-weixin-sanjiao{
    position: absolute;
    top:188px;
    left:92px;
}

.footer-icon .footer-icon-div-first .foot-wb{
    width: 20px;
    margin:0 auto; 
    height: 16px;
    background: url(/d/file/imgs/pp/footer-weibo.png);
}
.footer-icon .footer-icon-div-first:hover .foot-wb{
    background: url(/d/file/imgs/pp/footer-weibo-h.png);
}

.footer-icon .footer-icon-div-last .foot-wx{
    width: 23px;
    margin:0 auto; 
    height: 17px;
    background: url(/d/file/imgs/pp/footer-weixin.png);
}
.footer-icon .footer-icon-div-last:hover .foot-wx{
    background: url(/d/file/imgs/pp/footer-weixin-h.png);
}

/* footer-middle */
.footer-middle{
    display: inline-block;
    padding:32px 0;
    padding-bottom: 12px;
    *padding-bottom: 32px;
    border-bottom:1px solid #b3c4dd\0/;
    *border-bottom:1px solid #b3c4dd;
    border-bottom: 1px solid rgba(251,251,251,0.1);
    overflow: hidden;
    font-size: 0;
}
.footer-middle h3{
    display: inline;
    margin-right: 110px;
    float: left;
    /*vertical-align: top;*/
    font-size: 16px;
    color:#8e8e8e;
    font-family: "Microsoft YaHei",微软雅黑 !important;
    overflow: hidden;
}
.footer-middle-right{
    display: inline-block;
    width:1025px;
}
.footer-middle-right ul{
    /* margin-bottom: 20px; */
}
#footer-middle-right-ul-last{
    margin-bottom: 0;
}
.footer-middle-right ul li{
    display: inline-block;
    width: 140px;
    text-align: left;
    float: left;
    margin-right: 37px;
    margin-bottom: 19px;
    margin-top: 1px;
}
.footer-middle-right-ul-li-last{
  margin-right: 0 !important;
}
.footer-middle-right ul li a{
    font-size: 14px;
    color:#8e8e8e;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.footer-middle-right ul li a:hover{
    color:#166cdd;
}
.footer-bottom-content{
    width:100%;
    padding-top:18px;
    position: relative;
}
.footer-bottom-content-left{
    float: left;
    width: 1200px;
    font-size: 0;
    color:#8e8e8e;
}
.footer-bottom-content-left-second{
    margin-left: 172px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.footer-bottom-content-left span{
    display: inline-block;
    margin-right: 37px;
    font-size: 14px;
    vertical-align: top;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
#footer-bottom-content-left-span-3{
    /* margin-right: 50px; */
}
#footer-bottom-content-left-span-last{
    display: block;
    float: right;
    margin-right: 0;
    font-size: 0;
    vertical-align: top;
    cursor: pointer;
}
.footer-bottom-content-left a{
    color:#8e8e8e;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.footer-bottom-content-right{
    float:right;
    line-height: 38px;
    color:#8e8e8e;
    font-size: 14px;
}
.footer-bottom-content-right p{
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.footer-bottom-content-right img{
    width:40px;
    margin-left:20px;
}
.postionimg{
    position: absolute;
    right: 7px;
    top: 80px;
}
.floatleft{
    color: #8e8e8e;
    font-size: 14px;
    clear: both;
    margin-top: 65px;
    overflow: hidden;
}
.floatleft p{
    font-family: "Microsoft YaHei",微软雅黑 !important;
    float: left;
    height: 22px;
    line-height: 22px;
}
.floatleft .publicSoft{
    width: 300px;
    float: left;
    margin-left: 10px;
    height: 22px;
    line-height: 22px;
    margin-top: 1px
}
.floatleft .publicSoft a{
    display:inline-block;text-decoration:none;height:20px;line-height:20px;
}
.floatleft .publicSoft a img{
    float:left;
}
.floatleft .publicSoft a p{
    float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;
}
.footer-bottom-select{
    display: inline-block;
    width:78px;
    height: 34px;
    /*line-height: 36px;*/
    /* text-align: center; */
    padding:0 20px;
    border:1px solid #666666\0/;
    *border:1px solid #666666;
    border: 1px solid rgba(251,251,251,0.1);
    font-size: 0;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.footer-bottom-select img{
  margin:8px 0;
}
.footer-bottom-select span{
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.select-city-bar-1 ul li a{
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
/* 轮播 */
.out {
    background: #106B94;
    text-align: center;
}
.focus {
    /* background: #106B94 !important; */
}
.h {
    height: 300px;
}
svg {
    cursor: pointer;
}
.progress {
    stroke-dashoffset: 282.783px;
    animation: progressAnimation 6000ms linear infinite;
}
/*path:nth-child(2) {
    stroke-dashoffset: 282.783px;
    animation: progressAnimation 3000ms linear infinite;
}*/
@keyframes progressAnimation {
    from {
        stroke-dashoffset: 282.783px;
    }
    to {
        stroke-dashoffset: 6px;
    }
}
.progress-active {
    stroke-dashoffset: 6px !important;
}
/* ****** */
.wy-mod-banner {
    /* background: #fff; */
    /* margin-top: -80px;
    height: 680px; */
    height: 428px;
    width:100%;
    position: relative;
    overflow: hidden;
}
.wy-mod-banner .banners {
    width: 1600px;
    height: 428px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -800px;
    font-size: 16px;
    color: #fff;
}

.wy-mod-banner .banner {
    width: 1600px;
    height: 428px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -800px;
}

.wy-mod-banner .focus {
    width: 960px;
    margin: 0px auto;
    padding-top: 360px;
    text-align: center;
}

.wy-mod-banner .focus a {
    text-decoration: none;
    z-index: 3;
    width: 24px;
    height: 74px;
    position: relative;
    display: inline-block;
    *display: inline;
    overflow: hidden;
    margin: 0px 3px;
    zoom: 1;
}

.wy-mod-banner .focus svg {
    text-decoration: none;
    z-index: 3;
    width: 24px;
    height: 74px;
    position: relative;
    display: inline-block;
    *display: inline;
    overflow: hidden;
    margin: 0px 3px;
    zoom: 1;
}
.footer-top{
    font-size: 0;
}
.footer-ul {
    line-height: 1;
}
.footer-ul li{
    margin-bottom: 20px;
}
#footer-ul-li-last{
    margin-bottom: 0;
}
.footer-ul li a{
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.footer-item{
    margin-top: 12px;
}
.footer-item a{
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
.footer-item a:hover{
    color:#1f6cdd;
}
.cantainer-layer{
    position: fixed;
    right:20px;
    bottom:55px;
    z-index:997;
    width:50px;
}
.cantainer-layer ul li{
    height: 48px;
    margin-bottom: 2px;
    cursor: pointer;
}
.layer-li-2{
    position: relative;
}
.layer-tel{
    position: absolute;
    top:0;
    right:48px;
    display: none;
    width: 0;
    height: 48px;
    padding-left: 14px;
    line-height: 48px;
    color:#fff;
    font-size: 18px;
    background: #1f6cdd;
    overflow: hidden;
}

.layer-li-1{
    position: relative;
}
.layer-zx{
    position: absolute;
    top:0px;
    right:48px;
    display: none;
    width: 0;
    height: 175px;
    padding-left: 14px;
    line-height: 48px;
    color:#fff;
    font-size: 18px;
    overflow: hidden;
    padding-right:10px;
}



.nav-li-hide{
    display: none;
}


#nav-more{
    position: relative;
}
#hideMenu {
    position: absolute;
    display: none;
    top: 59px;
    left: -30PX;
    text-align: left;
    width: 96px;
    /* padding-top: 20px; */
    padding-bottom: 20px;
    color: #fff;
    background-color: #26282a;
    z-index: 9999;
    font-size: 0;
    font-family: "Microsoft YaHei",微软雅黑 !important;
}
#hideMenu li.nav-wrapper-li{
    width: 100%;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    margin: 0;
}
#hideMenu .nav-li-show{
    text-align: center;
    padding:0 !important;
    height: 36px;
}

#hideMenu li a.act{ border-bottom: none; color: #fff;}
.hudong{height:100px!important;color:#fff; overflow: hidden;}
/*.hudong:hover{background:url("/d/file/imgs/pp/hudongbackground.jpg")}*/
.hudong .hudongword{
    width: 16px;
    display: inline-block;
    padding: 14px 17px;
    line-height:18px;
    color: #fff;
    font-size: 16px;
}
.hudong a{    position: absolute;    z-index: 1;}
.hudong .hudongword:hover{color:#fff;}
.lianxi {
    height: 140px !important;
    background:#fff!important;
    border: solid 1px #efefef;
    margin-top: 10px;
    font-size: 16px;
}
.lianxi .lianxiword{
    width: 16px;
    display: inline-block;
    padding: 5px 17px;
    line-height:18px;
    font-size: 16px;
    color: #333;
}
.xuanfu{
    height:50px;
    width:208px;
    font-size:14px;
    color:#666;
    padding-left:10px;
    padding-top:5px;
}
.xuanfu div{
    float: left; line-height: 20px; width: 162px; margin-left: 10px;
}
.xuanfu .phone {
    color:#fd7d00;
    font-weight: bold;
}
.border{box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.2);border: solid 1px #f8f8f8;background: #fff;padding: 5px 0;}
.xuanfu1:hover{background:#fafafa;}
.xuanfu2:hover{background:#fafafa;}
.menban{
    background-color:#000;
    filter:Alpha(Opacity=1);
    opacity:0.1;
    height: 100px;
    position: absolute; 
    width: 48px;
    display: none;
}
.head_ewm {
    float: left;
    font-size: 16px;
    display: block;
    color: #fff;
    cursor: pointer;
    background-position: -477px -163px;
    vertical-align: middle;
    margin-right: 18px;
    position: absolute;
    right: 215px;

}
.titlespan{
    margin-right: 20px;
}
.tellogo{
    width: 14px;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 20px;
}
.tellogo-active{
    display: none;
}


/* *** */
.nav-app-name{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    padding-top: 8px;
}
.ename-program-list ul li:hover .nav-app-name{
    color: #1f6cdd;
}
.nav-app-title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 18px;
    padding-top: 30px;
}
.ename-program-list{
    position: absolute;
    right: 0;
    top: 58px;
    z-index: 80;
    width: 440px;
    height: 0;
    overflow: hidden;
    font-size: 14px;
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .05);
}
.ename-content{
    width: 380px;
    margin: auto;
}
.head_ewm:hover .ename-program-list{
    height: 414px;
}
.titleapp{
    display: inline-block;
    height: 20px;
    padding-left: 20px;
    border-right: white  solid 0.5px;
    position: absolute;
    right: 0;
    top: 20px;
}
.ename-program-list ul {
    float: none;
    min-height: 100px;
    transition: all .5s linear;
}
.ename-program-list li{
    position: relative;
    float: left;
    width: 84px;
    padding: 18px 5px 0 5px;
    text-align: center;
}
.nav-app-pic{
    display: block;
    width: 56px;
    height: 56px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .05);
}
.imgtwo{
    width: 78px;
    height: 78px;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, .05);
}
.head_ewm:hover{
    background-color: #fff;
    color: #1f6cdd;
}
.head_ewm:hover .tellogo{
    display: none;
}
.head_ewm:hover .tellogo-active{
    display: inline-block;
}
.app-rwm1{
    display: none;
    width: 78px;
    height: 78px;
    position: absolute;
    left: 10px;
    top: -74px;
}
.app-rwm2{
    display: none;
    width: 78px;
    height: 78px;
    position: absolute;
    left: 10px;
    top: -74px;
}

.header-logo{
    width: 215px;
    height: 60px; 
    margin-left:50px ;
}
 

.icpLink{
    color: #939393;
}
.icpLink:hover{
    color: #939393;
}
.topbar-icon-acitve{
    display: none;
}
.select-city-back{
    background: #fff;
}
.select-city-back span{
    color: #333!important;
}
.select-city-back .topbar-icon-acitve{
    display: inline-block;
}
.select-city-back .topbar-icon{
    display: none;
}

/* 防伪说明 只是暂时放这个挂件*/
.mengceng {
    background-color: #000;
    filter: Alpha(Opacity=1);
    opacity: 0.1;
    height: 100px;
    position: absolute;
    width: 48px;
    display: none;
}
.fangwei .fangweiword{
    width: 16px;
    display: inline-block;
    padding: 14px 17px;
    line-height: 18px;
    color: #fff;
    font-size: 16px;
}
.cantainer-layer ul .fangwei {
    height: 100px!important;
    color: #fff;
    overflow: hidden;
    margin-bottom: 8px;
}
.fangwei a {
    position: absolute;
    z-index: 1;
}

.footer-bottom-content-left #footer-bottom-content-left-span-3{
    margin-right: 5px;
}

.fix-bar-btn {
  position: relative;
  display: block;  
  cursor: pointer;
  text-align: center;
}
.fix-bar-btn:hover .fix-bar-child {
  display: block; 
}

.fix-bar-btn .fix-bar-child {
  display: none;
  position: absolute;
  left: -170px;
  bottom: 0;
  width: 190px;
  height: 180px;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box {
  width: 160px;
  height: 180px;
  background-color: transparent;
  -webkit-box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  overflow: hidden;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in {
  width: 160px;
  height: 180px;
  padding: 15px 0;
  background-color: #fff;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in .triangle-right {
  position: absolute;
  right: 25px;
  top: 130px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul {
  padding: 0;
  margin: 0;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon {
  font-size: 12px;
  color: #222;
}
.fix-bar-btn .fix-bar-child .fix-bar-child-box .fix-bar-child-in ul .fixbar-chameleon img {
  margin-bottom: 3px;
}

.fix-bar-child2{width: 250px!important;height:100px!important;left: -240px!important;  }
.fix-bar-child2 .fix-bar-child-box{width: 230px!important; height:100px!important; }
.fix-bar-child2 .fix-bar-child-in {width: 100%!important; height:100px!important; padding:15px!important; }
.fix-bar-child2 .fix-bar-child-in h4{font-size:18px;color: #000;text-align: left; margin-top: 5px;}
.fix-bar-child2 .fix-bar-child-in strong{font-size: 28px;color: #000;margin-top: 10px;display: block;text-align: left;}
 
.fix-bar-child2 .triangle-right {
  position: absolute; 
  top: 60px!important; 
  right: 15px !important; 
}

#possearch{width: 100%; background:#fff; position:fixed; top: 0; left: 0;  z-index: 999999991;overflow:hidden;display: none; } 
.posform{width:640px; font-size: 15px; margin:20px auto 10px;padding:3px 8px; border-radius:24px; background: #F5F5F5; }
.posform .iptbtn{width: 32px; height: 32px; font-size: 15px;cursor: pointer; text-indent: -9999px; background: #f5f5f5 url('../my/search.png') no-repeat center center;  }
.posform .ipttext{width: 74%; background: #f5f5f5; text-indent: 0.5em }
.posform .ipttext::-webkit-input-placeholder {color: #ccc;font-size: 15px; }
.poshotword{width:600px;margin:10px auto;padding:8px; }
.poshotword p{color: #999;}
.poshotword a{display: block;margin:8px 0; color: #111;}
.poshotword a:hover{color: #999;}

.poslogo{width:100px; position: absolute; top: 5%; left: 2%; display: inline-block; text-align: center;  }
.poslogo img{max-width: 50%;max-height: 50%; }
.posclose{width: 24px; height:24px; line-height: 24px; border-radius: 50%;  padding:7px; background: #F5F5F5; text-align: center; cursor: pointer; position: absolute; top: 5%; right:3%; display:inline-block; }
.posclose img{width:100%;height:100%;}
.posclose:hover{background: #f0f0f0; }

.posform:hover,
.posform:hover .ipttext,
.posform:hover .iptbtn{background-color: #eee;}


#onlineformbg{display: none; width:100%;height:100%;background:rgba(0,0,0,0.8); position:fixed; top:0;left:0;bottom:0;right:0; font-size: 14px; z-index: 9999999;}
#onlineform {display: none;width: 600px; height: 350px; padding:0 25px; background:#fff; position:fixed; top: 50%;left: 50%; margin-left: -325px; margin-top:-175px;z-index: 99999999; } 
#onlineform .closex{padding:15px 0; text-align: right;}
#onlineform .closex span{display:inline-block; padding: 10px; font-size:18px; cursor: pointer;}
#onlineform .closex img{width: 24px; height: 24px;}
.f-input-box{
    overflow: hidden;
    margin-left: 10px;
}
.f-input-box div{
    padding-left: 36px;
    padding-right: 10px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    float: left;
    position: relative;
}
.f-input-box input{
    padding: 10px 0;
    width: 232px;
    border: none;
    line-height: 18px;
    height: 18px;
    font-size: 14px;
}
.f-left{
    margin-right: 10px;
}
.f-top{
    margin-top: 10px;
}
.f-content textarea {
    width: 522px;
    *width: 532px;
    height: 58px;
    padding: 10px 0;
    border: none;
    overflow: auto\0;
    *overflow: auto;
    resize: none;
}
.f-input-box img{
    width: 36px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
}
.f-submit{
    width: 180px;
    height: 40px;
    background-color: #2E6CDD;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin: 20px auto 0;
    cursor: pointer;
}
.f-submit:hover{
    background-color: #468eeb;
}
.f-submit:active{
    background-color: #114eb8;
}

.year-num {
    width: 1.2em;
    display: inline-block;
    text-indent: 0em;
}

.city-num {
    width: 1.2em;
    display: inline-block;
    text-indent: 0em;
}

.itemNum {
    width: 1.2em;
    display: inline-block;
    text-indent: 0em;
}

.day-num {
    width: 1.8em;
    display: inline-block;
    text-indent: 0em;
}

.transaction-num {
    width: 2.4em;
    display: inline-block;
    text-indent: 0em;
}

.tax-saving {
    width: 1.8em;
    display: inline-block;
    text-indent: 0em;
}
.daily-life{
    width: 1.8em;
    display: inline-block;
    text-indent: 0em;
}
.company-num{
    width: 3.0em;
    display: inline-block;
    text-indent: 0em;

}
.chinese-year-num{
    width: 2.0em;
    display: inline-block;
    text-indent: 0em;
}


.pages{ width: 1200px; margin:0 auto;  margin-top: 60px; text-align: center;clear: both; } 
.pages a,
.pages b{width: auto!important; display: inline-block!important; font-size: 14px; color: #333; padding:8px 12px!important; background-color:#fafafa;text-decoration:none; }
.pages a:hover,
.pages b{color:#fff;background-color:#1f6cdd}

.pages a b{display: none!important;} 
.pages a:first-child{display: none!important;}
.pages a:last-child{display: none!important;}


@media screen and ( max-width:1400px ) {
.nav-wrapper-li{padding: 0 10px}
.nav-item{font-size: 16px} 
.tpsearch{width: 130px;margin-left 10px}
.tel{right: 15px;display:none}
}



