*{
    margin: 0;
    padding: 0;
    font-family: 'siyuanheiti';
    font-size: 14px;
}
input,button{
    outline: none;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
.none{
    display: none;
}
.block{
    display: block;
}
.bgGray{
    background: #f7f7f7;
}
.bgWhite{
    background: #fff;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.clearFix:after{
    content: ' ';
    clear: both;
    display: block;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end:  0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.marT30{
    margin-top: 30px;
}

/*多余隐藏*/
.single{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.multi{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*滚动条样式*/
body::-webkit-scrollbar {
    /*width: 4px;*/
    /*height: 4px;*/
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
/*header*/
.header{
    border-bottom: 4px solid #3887C6;
    padding: 10px 0;
    background: #fff;
}
.nav{
    margin-left: 60px;
}
.nav li{
    display: inline-block;
}
.nav li a{
    height: 42px;
    line-height: 42px;
    width: 64px;
    margin: 10px 20px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: block;
}
.nav li.active a{
    color: #2c6592;
    border-bottom: 4px solid #2c6592;
    font-weight: bold;
}
.callBox {
    margin-top: 14px;
}
.callBox span{
    color:#FA5928;
    font-size: 20px;
}
.callBox img{
    vertical-align: -7px;
}

/*分页*/
/*page*/
.pageBox{
    text-align: right;
    height: 36px;
    margin: 40px 2%  10px 0;
    font-size: 0;
}
.pageBox .pageNum.active{
    background: #3988C8;
    color: #fff;
    border:1px solid #3988C8;
}
.pageBox .pageNum:hover{
    background: #7CA9CE;
    color: #fff;
    border:1px solid #7CA9CE;
}
.pageBox .pageL{
    background: url("../images/pageL.png") no-repeat ;
    width: 6px;
    height: 10px;
    overflow: hidden;
    display: inline-block;
}
.pageBox .pageR{
    background: url("../images/pageR.png") 0 -13px no-repeat ;
    width: 6px;
    height: 10px;
    overflow: hidden;
    display: inline-block;
}
.pageBox .skip{
    border:0;
    margin-right: -10px;

}
.pageBox .skip input{
    border:1px solid #ddd;
    border-radius: 6px;
    width: 40px;
    height: 32px;

    text-indent: 4px;
}
.pageBox a{
    border:1px solid #DDDDDD;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    margin: 0 4px;
}
.footerBox{
    margin-top: 30px;
}
.footer{
    /*text-align: center;*/
    /*border-top:4px solid #f7f7f7;*/
    /*margin-top: 10px;*/
    background: #e2e2e2;
    padding:20px 0;
    /*color:#fff;*/
}
.footerBox.position{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer p{
    font-size: 16px;
    color: #808080;
}


.footer_left{
    float:left;
    margin-right:222px;
}
.footer_left .name{
    background-image: url(../images/index1_31.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:30px;
    margin-top:26px;
}
.footer_left .call{
    background-image: url(../images/index1_34.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:30px;
}
.footer_left .mess{
    /*background-image: url(../images/email.png);*/
    background-repeat: no-repeat;
    background-position: left center;
}
.footer_left .location{
    /*background-image: url(../images/address.png);*/
    background-repeat: no-repeat;
    background-position: left center;
}
.footer_left .weixin{
    background-image: url(../images/index_47.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    margin-top:10px;
}
.footerCall{
    /*margin-top: 20px;*/
    /*width:606px;*/
    text-align: center;
    margin: 0 auto;
}
.footerCall li{
    padding: 4px 0;
    margin-right: 30px;
    /*display: inline-block;*/
    text-align: center;
}
.footerCall li a{
   color: #333;
}
.footerCall li img{
    width: 24px;
    vertical-align: middle;
    margin-right: 6px;
}
.footer_right{
    float:left;
    color:#808080;
}
.footer_right li{
    float:left;
    height:230px;
    border-left:1px solid #cccccc;
    padding: 0 40px;
}
.footer_tit{
    font-weight:600;
    margin-bottom:10px;
    color:#808080;
}
.copyright{
    background-color:#cac8c8;
    height:46px;
    line-height:46px;
    text-align:center;
    /*color:#fff;*/
}
.footer_right a{
    color:#808080;
    line-height:35px;
}
.footer_right a:hover{
    color:#48a6d6;
}

.pager li a:hover{
    color: #fff;
    background:#48a6d6;
}

.pager li>a, .pager li>label {
    display: inline-block;
    padding: 5px 12px;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.pager li>a{
    border: 1px solid #ddd;
}
.pager{
    width: 400px;
    margin: 0 auto;
}

.pager .totalResult {
    color: #FA5928;
}
.pager .currentPage {
    color: #48a6d6;
}
.pager li{
    display: inline-block;
}

.contentRight , .minHeight{
    min-height: 600px;
}
@media screen and (max-width:1200px) {
    .w1200{
        width: 96%;
    }
}