@charset "utf-8";

/*iphone手机的input的样式问题*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;

}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*css初始值*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: #FFFFFF;
    margin: 0px;
    padding: 0;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    outline: none;
}

img {
    border: 0;
}

input,
select {
    border: 0;
}

a:link {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:visited {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

div:focus {
    outline: none !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px
}

button {
    border: none;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;

}

button:focus {
    outline: unset;
}

bu
a,
input,
textarea {
    text-decoration: none;
    outline: 0;
    resize: none;
}

li,
img,
label,
input {
    vertical-align: middle
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.ovHide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ovHide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovHide3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ovHide4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.ovHide5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.ovHide6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.bx-content {
    width: 1200px;
    margin: 0 auto;
}

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

.flex-start {
    align-items: flex-start;
}
.flex-wrap{
    flex-wrap: wrap;
}
.around-box {
    justify-content: space-around;
}

.between-box {
    justify-content: space-between;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    display: none;
}





/*
    头部样式
*/
.header {
    width: 100%;
    height: 500px;
    background: url("../images/bgc1_01.jpg") no-repeat;
    background-size: 100% 100%;
}

.welcome {
    width: 100%;
    text-align: right;
    font-size: 16px;
    color: #c60d00;
    font-weight: bold;
    padding: 30px 0;
}

.logo {
    width: 100%;
}

.logo img {
    display: block;
    margin: 0 auto;
}

.logo b {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #c72222;
    font-weight: bold;
    padding-top: 10px;
}

.logo p {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #c72222;
    opacity: 0.3;
    letter-spacing: 1px;
}

.search {
    width: 631px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 2px #c61d20;
    margin: 60px auto;
    display: flex;
    justify-content: center;
}

.search input {
    flex: 1;
    height: 50px;
    padding: 0 20px 0 58px ;
    font-size: 18px;
    background: url("../images/sousuo.png") no-repeat left center;
    background-position-x: 20px;
}

.search a {
    width: 100px;
    height: 50px;
    background-color: #c61d20;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
}

.head-nav {
    width: 100%;
    background: url("../images/bgc2_02.jpg") no-repeat;
    background-size: 100% 100%;
    border-bottom: 1px solid rgba(198, 29, 32, .5);
}

.nav-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-list a {
    /* width: calc(100% / 8); */
    width: calc(100% / 6);
    height: 70px;
    line-height: 70px;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.nav-list a:after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

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

.nav-list a.active:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.main {
    width: 100%;
    min-height: 600px;
    background: url("../images/bg_02.png") no-repeat ;
    background-size: 100% 500px;
}

/*
    底部
*/
.footer {
    width: 100%;
    height: 176px;
    background-color: #313131;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 0;
}

.footer p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.footer p a {
    font-size: 14px;
    color: #ffffff;
    margin-left: 50px;
}

.footer p span {
    margin: 0 25px  ;
}

/*
    分页样式
*/
.page-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    background-color: #fff2f2;
}
.pager {
    max-width: 800px;
    text-align: center;
    margin: 20px 0;
    display: inline-block
}

.pager a {
    cursor: pointer
}

.pager a, .pager span {
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #FFFFFF;
    margin-left: -1px;
    color: #666666;
    display: inline-block;
    line-height: 28px;
    float: left;
    font-size: 12px;
    text-decoration: none;
    margin: 0 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.pager a:hover, .pager span:hover {
    border-color: #c61d20;
    color: #c61d20;
    position: relative;
    z-index: 1
}

.pager span.current {
    background-color: #c61d20;
    color: #fff;
    border-color: #c61d20;
    position: relative;
    z-index: 1
}

/*.pager .pg-prev, .pager .pg-next {*/
/*background: #fff url(../images/page_bg.jpg) 8px 7px no-repeat*/
/*}*/

/*.pager .pg-first:hover, .pager .pg-prev:hover, .pager .pg-next:hover, .pager .pg-last:hover {*/
/*    background: #fff url(../icon/page_bg_hover.jpg) 8px 7px no-repeat*/
/*}*/

.pager .pg-prev, .pager .pg-prev:hover {
    background-position: 3px -24px;
    background: #FFFFFF;
}

.pager .pg-next, .pager .pg-next:hover {
    background-position: -27px -24px;
    background: #FFFFFF;
}

.pager .pg-last, .pager .pg-last:hover {
    background-position: -21px 7px
}

/*.pager .pg-prev[disabled=true], .pager .pg-prev[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

/*.pager .pg-next[disabled=true], .pager .pg-next[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

.pager .pg-prev[disabled=true], .pager .pg-next[disabled=true] {
    border-color: #FFFFFF;
}

.pager span.els {
    border-color: transparent
}

.pagerHtmlWrap {
    width: 800px;
    margin: 30px auto
}

.pagerHtmlWrap .cc_cells {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-bottom: 1px #FFFFFF solid
}

.pagerHtmlWrap .cc_cells a {
    color: #454545;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none
}

.pagerHtmlWrap .cc_cells a span {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 0
}
