﻿/*公共的css*/
/*初始化的css*/
*{margin:0; padding:0; font-family: Microsoft YaHei,微软雅黑,Arial, Helvetica;letter-spacing:0px; }
a{ color:#333; text-decoration:none;}
a:focus, a:hover {
    text-decoration: none;
}
a:hover{text-decoration: none;text-decoration: none}
ul, ol{list-style-type:none;margin-bottom: 0}
img{border:0; max-width:100%;}
.container{ margin:0 auto; position:relative;}
.clear{clear:both;}
body{ overflow-x:hidden; }
h1, h2, h3, h4, h5, h6,b{ font-weight:normal;margin: 0}
input, textarea,select{outline:medium;}
p{ text-align:justify;margin: 0}
.fl{ float:left;}
.fr{ float:right;}

.container-fluid{
    padding: 0;
    width: 100%;
}

.bigimg {
    display: block;
    font-size: 0;
    overflow: hidden;
}
.bigimg img{
    width: 100%;
    transition: all 0.3s;
}
.bigimg img:hover{
    transform: scale(1.08);
}
.hide{
    display: none !important;
}

.disfixcen {
    display: flex;
    justify-content: center;
    align-items: center;
}
.disfixspace{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.disfixstart{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.disblockbox{
    display: block;
    overflow: hidden;
}

.ellipsis {
    display: block;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 溢出部分显示省略号 */
}
@media (min-width: 1500px){
    .container {
        width: 1500px;
        padding: 0;
    }
}



/*pc端导航区域*/
.pcnavbox{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
}
.pcnavbox .navlistul{
    display: inline-block;
    margin: 6px 0 0 0;
}
.pcnavbox .navlistul>li{
    display: inline-block;
    float: left;
    padding:0 18px 22px 18px;
    position: relative;
}
.pcnavbox .navlistul>li:last-child{
    padding: 0 0 0 20px;
}
.pcnavbox .navlistul>li:last-child:after{
    display: none;
}

.pcnavbox .navlistul>li:after{
    width: 1px;
    height: 15px;
    top: 10px;
    right: 0%;
    background: rgba(255,255,255,0.3);
    position: absolute;
    content: ' ';
}


.pcnavbox .navlistul>li>a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
    position: relative;
    padding: 0 0 6px 0;
}
.pcnavbox .navlistul>li>a:after{
    width: 0%;
    height: 3px;
    bottom: 0;
    border-radius: 2px;
    left: 50%;
    transform: translate(-50%,0);
    transition: all 0.2s;
    background: #ffffff;
    position: absolute;
    content: ' ';
}
.pcnavbox .navlistul>li.acitve>a:after,
.pcnavbox .navlistul>li:hover>a:after {
    width: 50%;
}

.pcnavbox .navlistul>li ul {
    display: block; position: absolute; min-width: 100%; height: auto; left: 0; top: 50px;
    /*background: #ffffff3d;*/
    background: #0072dd; border-radius: 2px; padding: 0; box-shadow: 0 0 3px #e7e7e730;
}
.pcnavbox .navlistul > .li6f7e17b89f0d4345af450c65167e5499 ul { left: -23%; }

.pcnavbox .navlistul>li ul:after{
    position: absolute;
    top: -8px;
    left: 50%;
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    transform: translate(-50%,0);
    border-bottom:  8px solid #0072dd;
    border-right:  8px solid transparent;
    border-left:  8px solid transparent;
    display: none;
}
.pcnavbox .navlistul>li ul li{
    display: block;
    padding: 0 10px;
}
.pcnavbox .navlistul>li ul li a{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    height: 0;
    position: relative;
    padding: 0 0;
    color: #ffffff;
    transition: all 0.2s; white-space: nowrap;
}
.pcnavbox .navlistul>li:hover ul {
    padding: 6px 0;
}
.pcnavbox .navlistul>li:hover ul:after{
    display: block;
}
.pcnavbox .navlistul>li:hover ul li a{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #f1f1f142 solid;
}
.pcnavbox .navlistul>li:hover ul li:last-child a {
   border-bottom: none;
}
.pcnavbox .navlistul>li:hover ul li:hover a{
    background: #ffffff1a;
}



.pcnavbox .fr .sosotext{
    margin: 10px 0 0 0;
    position: relative;
    padding: 0 0 14px 20px;
    cursor: pointer;
}
.pcnavbox .fr .sosotext .sosoform{
    position: absolute;
    top: 100%;
    height: 35px;
    overflow: hidden;
    transition: all 0.3s;
    width: 0px;
    right: 0px;
    border-radius: 1px;
}
.pcnavbox .fr .sosotext:hover .sosoform{
    width: 280px;
}
.pcnavbox .fr .sosotext .sosoform input{
    height: 100%;
    display: inline-block;
    flex: 1;
    width: calc(100% - 44px);
    padding: 0 8px;
    border: none;
    font-size: 14px;
    font-family: Microsoft YaHei,微软雅黑,Arial, Helvetica;
}
.pcnavbox .fr .sosotext .sosoform button{
    width: 44px;
    height: 100%;
    display: inline-block;
    border: 1px rgba(0, 114, 221, 1) solid;
    background: rgba(0, 114, 221, 1);
    outline: none;
}
.pcnavbox .fr .sosotext .sosoform button img{
    width: 20px;
}


/*手机端顶部导航*/
#mobile.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100001;
    padding: 3px 12px;
    box-sizing: border-box;
    background: #f9f9f9;
    border-bottom: 1px #ebeaea solid;
}

#mobile.header .navtopmobile{
    position: relative;
    z-index: 10000;
}
#mobile.header .title {
    color: #fff;
    height: 100%;
    text-align: center;
    display: inline-block;
}
#mobile.header .title  h1{
    display: inline-block;
    margin: 0 0 ;
    height: 100%;
    padding: 0 0 ;
}
#mobile.header .title a{
    border: none;
    color: #0e0e0e;
    font-size: 0px;
    letter-spacing: 0px;
    padding: 0px 0;
    height: 48px;
    display: block;
    margin: 2px 0 0 0;
}
#mobile.header .title a img{
    height: 40px;
    display: inline-block;
    margin: 4px 0 0 0;
}
#mobile .iconbox{
    float: right;
    margin: 17px 14px 0 0;
    font-size: 0;
}
#mobile .iconbox em{
    vertical-align: middle;
    width: 1px;
    height: 15px;
    background: #b3b3b3;
    display: inline-block;
    margin: 0 6px;
}
#mobile .iconbox .usericon{
    width: 20px;
    display: inline-block;
}


#mobile .iconbox .sosobtnmobile img{
    width: 18px;
    display: inline-block;
}
#mobile .nav-btn {
    color: #231f20;
    height: 100%;
    text-align: center;
    width: auto;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    padding: 18px 0 0 0;
    float: right;
    z-index: 10000;
    margin: 0 0 0 0;
}

#mobile .nav-btn>img{width: 20px}
#mobile .nav-btn .mobileNavLeftBtn{  display: block;  }
#mobile .nav-btn .mobileNavLeftBtnColse{  display: none;  }
#mobile .nav-out .mobileNavLeftBtnColse{  display: block;  }
#mobile .nav-out .mobileNavLeftBtn{  display: none;  }

#mobile .nav-btn>p{
    font-size: 12px;
    display: block;
    text-align: center;
    transform: scale(0.8);
    color: #cb962f;
}

.nav {
    width:100%;
    z-index: 999;
    left:0%;
    height:0;
    top: 56px;
    position: fixed;
    background:#ffffff;
    border-bottom: 1px #e5e5e5 solid;
    overflow: scroll;
    transition: all 0.3s linear 0s;
}
.nav .nav-list{
    border-top: 1px #e5e5e5 solid;
    padding: 0 14px 20px 14px;
}
.nav.on{
    height: 100%;
    padding-bottom: 100px;
}
.nav.on img{
    width: 30px;
    display: inline-block;
    float: right;
}
.mobileNavLeftBtnClose{
    margin: 4px 4px 0 0 ;
}
.nav .logo{ margin:30px 6px 16px 16px; overflow:hidden;}
.nav .logo img{  width: 90%; float: left;}

.nav-list>ul{
    display: block;
}




.nav-list>ul>li>a{
    font-size: 15px;
    color: #404040;
    line-height: 46px;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0 0 0 0px;
    display: block;
    background: url(navicontop.png) no-repeat 99% center;
    background-size: 14px;
    border-bottom: 1px #e5e5e5 solid;
}
.nav-list>ul>li>a i{
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(mobileicon1.png) no-repeat 99% center;
    background-size: 100%;
    vertical-align: text-top;
    margin: 2px 5px 0 0;
}
.nav-list>ul>li.nonement>a{
    background: none !important;
}
.nav-list>ul>li:nth-child(2)>a i{  background: url(mobileicon2.png) no-repeat 99% center;  background-size: 100%;  }
.nav-list>ul>li:nth-child(3)>a i{  background: url(mobileicon3.png) no-repeat 99% center;  background-size: 100%;  }
.nav-list>ul>li:nth-child(4)>a i{  background: url(mobileicon4.png) no-repeat 99% center;  background-size: 92%;  }
.nav-list>ul>li:nth-child(5)>a i{  background: url(mobileicon5.png) no-repeat 99% center;  background-size: 100%;  }
.nav-list>ul>li:nth-child(6)>a i{  background: url(mobileicon6.png) no-repeat 99% center;  background-size: 100%;  }
.nav-list>ul>li:nth-child(7)>a i{  background: url(mobileicon7.png) no-repeat 99% center;  background-size: 100%;  }
.nav-list>ul>li:nth-child(8)>a i{  background: url(mobileicon8.png) no-repeat 99% center;  background-size: 100%;  }
.nav-list>ul>li:nth-child(9)>a i{  background: url(mobileicon9.png) no-repeat 99% center;  background-size: 100%;  }

.nav-list>ul>li:nth-child(1)>a{
    background: none;
}



/*手机端二级导航*/
.mobilenavtwo{
    overflow: hidden;
    /*height: auto;*/
}
.mobilenavtwo ul>li>a{
    font-size: 14px;
    color: #404040;
    line-height: 40px;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 0 0 0 0px;
    display: block;
}
.mobilenavtwo ul>li{
    padding: 0 0 0 26px;
}
/*修改区域*/
.mobilenavtwo{
    display: none;
}
.mobilenavtwo ul>li>a {
    line-height: normal !important;
    height: auto !important;
}
.nav-list>ul>li .mobilenavtwo ul>li>a{
    line-height: 42px !important;
    height: 42px !important;
}

.nav-list>ul>li .mobilenavtwo ul>li a {
    border-bottom: 1px #efefef solid;
}
.nav-list>ul>li .mobilenavtwo ul>li:last-child a{
    border-bottom: none;
}
.nav-list>ul>li .mobilenavtwo ul{
    margin:0;
    padding: 0 6px;
}
.nav-list>ul>li.on>a {
    background: url(navicontopb.png) no-repeat 99% center;
    background-size: 14px;
}



/*手机端搜索的区域*/
.mobilesoso{
    display: block;
    position: fixed;
    height: 0px;
    overflow: hidden;
    top: 55px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #f1f1f1;
    box-shadow: 0px 0px 5px #b5b5b5;
    transition: all 0.3s;
}
.mobilesoso .mobilesosobtn{
    width: 100%;
    height: 0%;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99;
    transition: all 0.1s;
}
.mobilesoso .formbg{
    width: 100%;
    padding: 10px 10px;
    background: #f1f1f1;
    box-shadow: 0px 0px 5px #b5b5b5;
    position: relative;
    z-index: 1001;
    font-size: 0;
}

.mobilesoso .formbox{
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.mobilesoso .formbox .sbtnsoso{
    position: absolute;
    width: 54px;
    height: 34px;
    right: 0;
    top: 0;
    background: #0072dd;
    text-align:center;
    border:none;

}
.mobilesoso .formbox .sbtnsoso img{
    width: 14px;
}
.mobilesoso .formbox input{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #666666;
    border: none;
    background: #ffffff;
    padding: 0 60px 0 10px;
}


.mobilesoso ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}
.mobilesoso ::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}
.mobilesoso :-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}
.mobilesoso :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0;
    font-size: 13px;
    color: #999999;
}
.mobilesoso.check{
    height: 54px;
}
.mobilesoso.check .mobilesosobtn{
    height: 100%;
}





/*手机端地板*/
.xf{z-index: 10000; background:#fff; border-top:1px solid #e9e9e9; position:fixed; width:100%; bottom:0; left:0;padding: 8px 0 0 0;}
.xf .row{
    margin: 0 0 4px 0;
}
.xf li{ float:left; text-align:center;padding: 0 0 }
.xf li img{ width: auto;height: 22px}
.xf li span{ display:inline-block; width: 100%; overflow:hidden;}
.xf li p{
    text-align: center;
    color: #666;
    font-size: 12px;
    margin: -2px 0 0 0;
}
.xf li.on p{
    color: #666;
}




/*没有数据的区域*/
.noneimg{
    text-align: center;
    margin:60px 0 20px 0;
}
.noneimg img{
    display: block;
    margin: 0 auto;
}
.noneimg p{
    font-size: 18px;
    margin: 12px 0 0 0;
    font-weight: 600;
    color: #999999;
    text-align: center;
}



/*位置区域*/
.wzbox{
    display: block;
    padding: 40px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    color: #333333;
    font-family: Microsoft YaHei, 微软雅黑, Arial, Helvetica;
    /*text-shadow: 0 0.5px 0px #bfbfbf;*/
}

.wzbox i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(wz.png) no-repeat center;
    background-size: 100%;
    vertical-align: text-top;
    margin: 0 5px 0 0;
}
.wzbox span,
.wzbox a{
    font-size: 15px;
    color: rgba(102, 102, 102, 1);
    font-weight: 400;
    font-family: Microsoft YaHei,微软雅黑,Arial, Helvetica;
    padding:0 2px 0 0;
}
.wzbox a:nth-child(2){
    color: #333333;
}
.wzbox a:hover{
    color: #0072dd;
}
/*公共区域左侧*/
.mianbox .mianleftbox{
    display: inline-block;
    width: 300px;
    margin-top: -60px;
}
.mianbox .mianleftbox h3{
   text-align: center;
    font-size: 30px; font-weight: bold;
    color: #ffffff;
    height: 130px;
    line-height: 130px;
    background: url("titlebg.png") no-repeat center;
    background-size: 100% 100%;
}
.mianbox .mianleftbox ul{
    border-bottom: 5px #0072dd solid;
}
.mianbox .mianleftbox ul li{
    display: block;
    overflow: hidden;
}
.mianbox .mianleftbox ul li a{
    display: block;
    line-height: 76px;
    padding: 0 7%;
    background:url("icon1nav.png") no-repeat 94% center #ffffff;
    background-size: 25px;
    font-size: 16px;
    margin-bottom: 3px;
    /*font-weight: 500;*/
    /*color: #333333;*/
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);


}
.mianbox .mianleftbox ul li.check a,
.mianbox .mianleftbox ul li a:hover{
    color: rgba(0, 114, 221, 1);
    background:url("icon1navh.png") no-repeat 94% center #edf6ff;
    background-size: 25px;
}
.mianbox .mianleftbox ul li:last-child a {
   margin: 0;
}
.mianbox .mianrightbox{
    width: calc(100% - 340px);
    display: inline-block;
    float: right;
}


/*banner区域*/
.bannerbox img{
    width: 100%;
}


/*页脚区域*/
.footerbox{
    background: url('footerbg.png') no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0 50px 0;
}
.footerbox .footerleft{
    padding: 0 3% 0 0;
}
.footerbox .footerleft h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #333333;
}
.footerbox .footerleft h3 i{
    width: 6px;
    height: 8px;
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
    background: rgba(92, 196, 255, 1);
}
.footerbox .footerleft p{
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 16px 0 20px 0;
    color: rgba(102, 102, 102, 1);
    color: rgb(133 125 125);
}
.footerbox .footerleft a{
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 21px;
    color: rgba(141, 148, 159, 1);
}
.footerbox .footerleft a:hover{
    color: #333333;
    text-decoration: underline;
}

.footerbox .wximg{
    text-align: center;
}
.footerbox .wximg img{
    width: 136px;
    width: 142px;
}
.footerbox .wximg p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(102, 102, 102, 1);
}


.list_page {line-height:30px;text-align:center;padding:20px 0; color: #858585; }
.list_page a{ border-radius: 3px; margin: 0 2px; background-color:#0072dd; color:#fff; padding: 7px 16px;}


.navlistul li[data-cid="5258"],
.navlistul li[data-cid="5263"] {
  display: none;
}

/*响应式样式区域*/
@media (max-width: 1500px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .logoimg img{
        height: 40px;
    }
    .pcnavbox .navlistul {
        margin: 0;
    }
    .pcnavbox .fr .sosotext {
        margin: 0;
        padding: 0 0 10px 10px;
    }
    .pcnavbox .navlistul>li {
        padding: 0 14px 20px 14px;
    }
    .pcnavbox .navlistul>li>a {
        font-size: 17px;
        line-height: 26px;
        padding: 0 0 6px 0;
    }
    .pcnavbox .navlistul>li ul li a{
        font-size: 14px;
    }
    .pcnavbox .navlistul>li:hover ul li a {
        height: 32px;
        line-height: 32px;
    }

    .mianbox .mianleftbox {
        width: 270px;
        margin-top: -40px;
    }
    .mianbox .mianleftbox h3 {
        font-size: 27px;
        height: 110px;
        line-height: 110px;
    }
    .mianbox .mianleftbox ul li a {
        line-height: 72px;
        background-size: 20px !important;
    }
    .mianbox .mianrightbox {
        width: calc(100% - 300px);
    }



}
@media (max-width: 1400px) {
    .logoimg img{
        height: 30px;
    }
    .pcnavbox .navlistul>li>a {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0 5px 0;
    }

    .mianbox .mianleftbox {
        width: 260px;
        margin-top: -30px;
    }
    .mianbox .mianleftbox h3 {
        font-size: 26px;
        height: 100px;
        line-height: 100px;
    }
    .mianbox .mianleftbox ul li a {
        line-height: 70px;
        background-size: 20px !important;
    }
    .mianbox .mianrightbox {
        width: calc(100% - 280px);
    }

    .wzbox {
        padding: 30px 0;
        font-size: 14px;
    }

    .footerbox .wximg img{
        width: 130px;
    }


}
@media (max-width: 1200px) {
    .pcnavbox {
        top: 40px;
    }
    .pcnavbox .fr .sosotext {
       display: none;
    }
    .pcnavbox .navlistul>li {
        padding: 0 8px 14px 8px;
    }

    .mianbox .mianleftbox {
        width: 240px;
        margin-top: -20px;
    }
    .mianbox .mianleftbox h3 {
        font-size: 24px;
        height: 80px;
        line-height: 80px;
    }
    .mianbox .mianleftbox ul li a {
        line-height: 58px;
        background-size: 20px !important;
        font-size: 15px;
    }
    .mianbox .mianrightbox {
        width: calc(100% - 280px);
    }
    .wzbox {
        padding: 20px 0;
        font-size: 14px;
    }

}
@media (max-width: 1000px) {
    .mianbox .mianleftbox {
        display: none;
    }
    .mianbox .mianrightbox {
        width: 100%;
    }

}



@media (max-width: 990px) {

    body{
        padding-top: 57px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 12px;
    }
    .wzbox span, .wzbox ,
    .wzbox span, .wzbox a,
    .wzbox span, .wzbox span {
        font-size: 14px;
        text-shadow: none;
    }
	
	.newInfobox .textbox img { height: auto !important; max-width: 100%; }
	.newInfobox .textbox p>img { margin-left: -2em; }
	.list_page .meta_total { display: none;} 
	.list_page a { margin: 0 1px; padding: 5px 10px;}

}
@media (max-width: 600px) {
    .footerbox {
        padding: 22px 0 30px 0;
    }
    .footerbox .footerleft p {
        font-size: 12px;
        line-height: 20px;
        margin: 4px 0 10px 0;
    }
    .footerbox .footerleft a {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 350px) {
    .footerbox .footerleft {
        flex: 1;
    }
    .footerbox .wximg img {
        width: 95px;
    }

}


