@charset "utf-8";

/*重置css*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
/*     font: inherit;
    font-weight: normal; */
    vertical-align: baseline;
}

body {
    overflow-x: hidden;
    background: #fff;
    line-height: 190%;
    box-sizing: border-box;
    color: #5a5a5a;
    font-family: Microsoft Yahei, 微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
}

img {
    max-width: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    vertical-align: middle;
}


/* custom */

a {
    outline: none;
    color: #333;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

a:focus {
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 0;
}


/*公共样式*/

.m1200 {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    height: auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.ov {
    overflow: hidden
}

.clear {
    float: left;
    clear: both;
}


/*head*/

#head {
    width: 100%;
    height: 250px;
    background: url("head_bg.png") top center no-repeat
}

#head .logo {}

#head .logo img {
    display: block;
    width: 110px;
    margin: auto;
    margin-top: 15px;
}

#head .logo_text {}

#head .logo_text img {
    display: block;
    width: 439px;
    margin: auto;
    margin-top: 10px;
}

#head .find_box {
    width: 506px;
    height: 45px;
    background: #D65E6E;
    margin: auto;
    margin-top: 15px;
}

#head .find_box .inputText {
    background: #D65E6E;
    border: 0px;
    width: 424px;
    padding-left: 31px;
    height: 45px;
    color: rgb(248, 247, 248);
    opacity: 0.63;
    line-height: 45px;
}

#head .find_box .btn {
    float: right;
    margin: 15px;
}

#nav {
    height: 60px;
    background: #d35162;
    line-height: 60px;
    overflow: hidden;
}

#nav ul {
    font-size: 0px;
}

#nav ul li {
    width: 11.11%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    float: left
}

#nav ul li.thisname {
    background: #AE2E3D
}

#nav ul li a {
    color: #fff;
}

#nav ul li img {
    width: 16px;
    margin-right: 0px;
    display: inherit
}


/*foot*/

#foot {
    width: 100%;
    height: 200px;
    background: #CE4755;
    overflow: hidden
}

#foot .m1200 {
    width: 985px;
    font-size: 14px;
    color: #fff;
}

#foot .m1200 p a {
    color: #fff
}

#foot .foot_logo img {
    padding: 64px 0px;
}

#foot p {
    font-size: 14px;
    line-height: 25px;
}

#foot .copyright {
    padding: 50px 0px;
}


/*index公共title*/

.public_title {
    position: relative;
    padding-left: 30px;
    font-size: 30px;
    color: #333333;
    line-height: 32px;
    ;
}

.public_title:before {
    content: "";
    width: 7px;
    height: 30px;
    background: #AF3E3B;
    position: absolute;
    left: 0px;
    top: 0px;
}

.public_title2 {
    padding-left: 10px;
    background: url('titlebg.png') left top no-repeat;
    height: 43px;
    font-size: 20px;
    color: #A93543;
    line-height: 43px;
}

.public_title2 img {
    width: 20px;
    vertical-align: middle;
}

.public_title2 a {
    float: right;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    ;
}

.public_title1 {
    font-size: 20px;
    color: #A93543;
}

.public_title1 img {
    width: 20px;
    vertical-align: middle;
}

.public_title a {
    float: right;
    color: #000;
    font-size: 14px;
    ;
}


/*列表分页*/

.pagelist {
    overflow: hidden;
    margin: 30px 0;
}

.pagelist li {
    float: left;
    margin: 0 5px
}

.pagelist li {
    font-size: 14px;
    padding: 2px 8px;
}

.pagelist li a {
    font-size: 14px;
}

.pagelist .thisclass {
    background: #CE4755;
    color: #fff;
}

.pagelist .thisclass a {
    color: #fff
}


/* 友情链接 */

.yqlj {
    height: 64px;
    background: #F9F9F9;
    line-height: 20px;
    color: #555555;
    font-size: 16px;
}

.yqlj li {
    float: left;
    height: 20px;
    margin: 22px 0px;
    border-right: 0.5px solid #555555;
    padding: 0px 24px;
    text-align: center;
}

.yqlj li a {
    text-align: center;
    color: #555555;
}

.yqlj ul {
    width: 1100px;
}

.yqlj span {
    width: 100px;
    text-align: left;
    line-height: 64px;
    font-size: 18px;
}