/*==========header==========*/
#wrapperBox #header_html {
    height: 127px;
}
#wrapperBox #header_html>div {
    background: url("/templets/1/default/images/2/headBg-1.png") 0 0/100% no-repeat,rgba(255,255,255,0.8);
    /*background: url("/templets/1/default/images/2/2_02.png") 0 0/100% no-repeat;*/
    position: fixed;
    width: 100%;
    z-index: 100000;
    border-bottom: solid 4px rgba(227, 227, 227, 0.7);
}

#wrapperBox #header_html .logoBox {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    display: inline-block;
    text-align: left;
    padding-left: 100px;
    height: 127px;
    position: absolute;
    line-height: 90px;
}
#wrapperBox #header_html .logoBox img {
    height: 86px;
}

#wrapperBox #header_html .searchBox {
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
    text-align: right;
    height: 73px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 100px;
}
#wrapperBox #header_html .searchBox>div {
    display: inline-block;float: none;

    width: 200px;
}
#wrapperBox #header_html .searchBox>div input {
    border-radius:38px;padding-right: 35px;
}
#wrapperBox #header_html .searchBox>div img {
    width: 20px;position: absolute;right: 10px;top: 25%;cursor: pointer;
}
#wrapperBox #header_html .topTab {
    width: calc(100% - 530px);
    display: inline-block;
    float: right;
}
#wrapperBox #header_html .topTab .tabBox {
    font-size: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-right: 100px;
}
#wrapperBox #header_html .topTab .tabBox>li {
    display: inline-block;
    width: calc(100% / 6);
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
}
#wrapperBox #header_html .topTab .tabBox>li a {
    color: #333;
}
#wrapperBox #header_html .topTab .tabBox>li.checked>a,
#wrapperBox #header_html .topTab .tabBox>li:hover>a {
    color: rgb(0, 168, 147);
    position: relative;
}
/* #wrapperBox #header_html .topTab .tabBox>li.checked>a:before, */
/* #wrapperBox #header_html .topTab .tabBox>li:hover>a:before { */
    /* content: ""; */
    /* display: inline-block; */
    /* width: 100%; */
    /* height: 6px; */
    /* background: rgba(0, 168, 147, 0.7); */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* z-index: -1; */
/* } */
/*==========header==========*/

/*==========common==========*/
/*列表页分页按钮*/
.pageBox {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pageBox a {
    border: 1px solid #cecece;
    padding: 3px 5px;
    box-sizing: border-box;
    margin: 0px 5px;
    display: inline-block;
}
.pageBox span {
    margin: 0px 5px;
    font-size: 14px;
    display: inline-block;
}
/*列表页分页按钮*/

/* 右悬浮 */
#ewm {
    background: white;
    position: fixed;
    z-index: 100000;
    right: 20px;
    top: 40%;
    width: 42px;
    padding: 10px;
    box-sizing: content-box;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 14px #ccc;
}
#ewm>div img {
    cursor: pointer;
    width: 40px;
}
#ewm>div.ewmwx {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
#ewm>div i {
    display: none;
    position: absolute;
    left: -52px;
    top: 0;
}
#ewm>div.ewmdy i {
    top: 50%;
}
/* 右悬浮 */

/*==========common==========*/

/*==========footer==========*/
#wrapperBox .footer {
    background: #F2F6F1;
    padding-bottom: 10px;
}
#wrapperBox .footer .friendlyLinkText {
    text-align: center;padding: 10px;margin-top: 15px;
}
#wrapperBox .footer .friendlyLinkList {
    margin: 0;
}
#wrapperBox .footer .friendlyLinkList input {
    cursor: pointer;
}
#wrapperBox .footer .copyright {
    text-align: center; line-height: 24px;
}
#wrapperBox .footer .copyright a {
    color: #333;
}
/*==========footer==========*/

.bigBox .leftTitleList>ul>li a {
    color: #333;
}.bigBox .leftTitleList>ul>li.checked a {
     color: rgb(0, 168, 147);
 }
.pageBox a {
    color: #333;
}