* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
    min-width: 1400px;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.pic img:hover {
    transform: scale(1.1);
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.header {
    padding-top: 40px;
    padding-bottom: 25px;
    background: url(../images/head-bg.jpg) no-repeat center center;
    background-size: cover;
}

.head-l {
    float: left;
}

.head-l a {
    max-width: 100%;
    display: block;
    width: 490px;
}

.head-l a img {
    display: inline-block;
    vertical-align: middle;
}

.head-l a img:nth-child(2) {
    margin-left: 20px;
}

.head-r {
    float: right;
}

.search {
    position: relative;
    background-color: #fff;
    width: 565px;
    height: 70px;
    border-radius: 10px;
    font-size: 0;
    overflow: hidden;
    padding-right: 135px;
    box-sizing: border-box;
}

.search input[type="text"] {
    background-color: #fff;
    width: 430px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
    font-size: 24px;
    color: #8b8a8a;
}

.search span {
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    height: 70px;
    line-height: 70px;
    background-color: #bd1a2d;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.search input[type="image"] {
    display: inline-block;
    vertical-align: -5px;
    padding-right: 10px;
}

.search input::placeholder {
    font-size: 24px;
    color: #8b8a8a;
}

.head-r .return {
    margin-top: 25px;
    text-align: right;
    cursor: pointer;
}

.head-r .return span {
    display: inline-block;
    padding-left: 45px;
    line-height: 34px;
    background: url(../images/return.png) no-repeat left center;
    font-size: 22px;
    color: #bd1a2d;
}

#nav {
    background-color: #bd1a2d;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 48.5px;
    line-height: 130px;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 32px;
    color: #fff;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}
.nav>ul>li.on>a {
    font-weight: bold;
}

.nav>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
    padding-bottom: 10px;
    display: none;
    box-shadow: 0 0 10px #facbcb;
    z-index: 999;
}

.nav>ul>li>ul>li {
    position: relative;
    line-height: 40px;
    border-bottom: 1px dashed #d3cbcb;
}

.nav>ul>li>ul>li>ul {
    display: none;
}

.nav>ul>li>ul>li>ul>li {
    line-height: 30px;
}

.nav>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    color: #e3dede;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li>ul>li:hover>a {
    color: #cc0500;
}

.footer {
    padding-top: 40px;
    padding-bottom: 45px;
    background-color: #b31a2c;
    text-align: center;
}

.footer p {
    font-size: 24px;
    color: #fff;
    line-height: 45px;
}

.foot p span {
    margin: 0 25px;
}

.foot p img {
    vertical-align: -5px;
    padding-right: 10px;
}

.foot p a {
    display: inline-block;
    margin-top: 25px;
}

.foot p a img {
    display: inline-block;
    vertical-align: middle;
}

/* pagebar start */
/*pagebar可改为自定义名称*/

/*公共样式 字体，行高，字体颜色等*/
.pagebar {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    text-align:center;}
.pagebar>.p_t:first-child{display: none;}
/*去掉a链接的下划线*/
.pagebar a{
    text-decoration: none;}

/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages{}

/*按钮和页码的外观*/
.p_fun_d{
    cursor:text;}
.pagebar .p_fun_d, .pagebar .p_no_d,.pagebar .p_fun, .pagebar .p_no,.pagebar .p_dot{
    border: 1px solid #ddd;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
    line-height: 32px;
    min-width: 36px;
    border-radius: 3px;
    margin: 3px 2px;
    overflow:hidden;}
.pagebar .p_fun_d,.pagebar .p_fun a{
    padding: 0 10px;
}
/*
.pagebar .p_fun_d,.pagebar .p_fun a{
text-indent:-999px;
position:relative;}
.pagebar .p_fun a:after,.pagebar .p_fun_d:after{
font-family: "swiper-icons" !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-indent:0;
display:block;
position:absolute;
top:0;
left:10px;}
.p_prev_d:after,.p_prev a:after{
content: "\e62f";}
.p_next_d:after,.p_next a:after{
content: "\e676";}
*/

.pagebar .p_fun a, .pagebar .p_no a{
    display:block;}
/*文字对齐样式*/
.pagebar .p_t{
    display:inline-block;
    vertical-align:middle;}

/*链接字体颜色*/
.pagebar .p_fun a, .pagebar .p_no a{
    color: inherit;}

/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover{
    color:#bd1a2d;}

.pagebar .p_fun:hover{
    border:none;
}

/*页码省略号...的外观*/
.pagebar .p_dot {
    border:none;
    min-width:auto;}

/*当前页码的外观*/
.pagebar .p_no_d,.pagebar .p_fun:hover a{
    border: 1px solid #bd1a2d;
    color: #fff;
    background-color: #bd1a2d;}

/*按钮控制*/

/*控制是否显示 "首页" "尾页" */
.pagebar .p_first,.pagebar .p_first_d,.pagebar .p_last,.pagebar .p_last_d{
    display:none;}

/*控制是否显示 "上页" "下页"*/
.pagebar .p_prev,.pagebar .p_prev_d.pagebar .p_next,.pagebar .p_next_d{}

/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d,.pagebar .p_prev_d,.pagebar .p_next_d,.pagebar .p_last_d{}

/*控制是否显示页码*/
.pagebar .p_no,.pagebar .p_no_d,.pagebar .p_dot{}

/*跳转到页码输入框的外观*/
.jump_to{display:inline-block;}
.pagebar .p_goto input {
    font-size:14px;
    border: 1px solid #ddd;
    height:32px;
    line-height:30px;
    box-sizing:border-box;
    vertical-align:middle;
    outline-width:thin;
    outline-color:#bd1a2d;
    margin:0px 2px;
    padding:0px 1px;
    width:32px;
    text-align:center;
    border-radius:3px;}

/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover, .pagebar .p_goto input:focus{
    border: 1px solid #bd1a2d;}

/*跳转按钮的外观*/
.pagebar .p_goto a{
    border: 1px solid #ccc;
    padding: 10px 6px;
    color: #fff;
    border-radius: 3px;
    margin:0px;
    height:30px;
    -height:auto;
    line-height:7px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
    background:#bd1a2d;
    border-color:#bd1a2d;}
/*pagebar end*/


body, body .header, body .header .head, body .header .head .head-l, body .header .head .head-l a, body .header .head .head-l a img:first-child{
filter:none;
}