@charset "UTF-8";

/*基本样式*/

html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Microsoft Yahei';
    background-color: #f3f3f3;
    color: #333;
    font-size: .18rem;
    padding-top: constant(safe-area-inset-top);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
}

input,
textarea,
button {
    font-family: 'Microsoft Yahei';
    padding: 0;
    -webkit-appearance: none;
}

i {
    list-style: none;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Microsoft Yahei';
    font-weight: normal;
}

images {
    border: 0;
}

li {
    list-style-type: none;
}

input[type=submit]:hover,
button:hover {
    cursor: pointer;
}

input:focus,
textarea:focus,
button:focus,
input:active {
    outline-color: transparent;
    border: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.picture {
    position: relative;
    overflow: hidden;
}

.wrap {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.box {
    width: 90%;
    margin: 0px auto;
}

.relative {
    position: relative;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.container {
    padding-top: 1.1rem;
}

/*header*/

.header {
    width: 100%;
    height: 1.1rem;
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.header .box {
    padding-top: .3rem;
}

.header .logo {
    display: block;
    float: left;
}

.header .logo img {
    width: 2.7rem;
}

.header .header-phone {
    display: block;
    float: right;
}

.header .header-phone img {
    width: .7rem;
    height: .7rem;
}

/*footer*/

.footer {
    width: 100%;
    text-align: center;
    background-color: #393939;
}

.footer .footer-ewm,
.footer .footer-ewm img {
    width: 2.6rem;
    height: 2.6rem;
    margin: 0px auto;
}

.footer .footer-ewm {
    padding-top: .4rem;
}

.footer .footer-ewm-mess {
    font-size: .18rem;
    line-height: .24rem;
    color: #b3b3b3;
}

.footer .footer-ewm-mess,
.footer .footer-loc {
    font-size: .18rem;
    line-height: .4rem;
    color: #b3b3b3;
}

.footer .footer-name {
    font-size: .3rem;
    padding-top: .15rem;
    color: #FFFFFF;
}

.footer .footer-shenming {
    width: 5.35rem;
    border: 1px solid #9c894f;
    border-radius: .15rem;
    font-size: .15rem;
    line-height: .22rem;
    color: #ffd966;
    box-sizing: border-box;
    padding: .1rem .2rem;
    margin: 0px auto;
    margin-top: .3rem;
}

.footer .footer-coryright {
    font-size: .15rem;
    line-height: .48rem;
    color: #cccccc;
    padding-bottom: .4rem;
}

/*icon*/
.iconSum {
    height: 1.05rem;
    margin-top: .15rem;
    margin-bottom: .65rem;
}

.iconSum a {
    position: relative;
    display: inline-block;
    width: 3.1rem;
    height: 1.05rem;
}

.iconSum .left {
    position: absolute;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    background-color: #e60012;
    text-align: center;
    top: 0rem;
    left: 0rem;
    z-index: 3;
}

.iconSum a:first-child {
    float: left;
}

.iconSum a:first-child img {
    width: .7rem;
    height: .7rem;
    margin-top: .175rem;
}

.iconSum a:last-child {
    float: right;
}

.iconSum a:last-child img {
    width: .8rem;
    height: .8rem;
    margin-top: .125rem;
}

.iconSum .right {
    width: 100%;
    box-sizing: border-box;
    height: .8rem;
    position: absolute;
    top: .125rem;
    z-index: 2;
    background-color: #D9D9D9;
    border-radius: 30px;
    padding-right: .35rem;
    text-align: right;
    color: #555;
    font-size: .38rem;
    line-height: .8rem;
}

/*index轮播*/

.banner {
    position: relative;
}

.banner .slick-dots {
    position: absolute;
    bottom: .25rem;
    left: 0px;
    text-align: center;
    width: 100%;
    height: .1rem;
}

.banner .slick-dots li {
    display: inline-block;
    width: .13rem;
    height: .13rem;
    border-radius: 50%;
    background-color: #666666;
    margin: .05rem;
}

.banner .slick-dots li.slick-active {
    background-color: #d00b17;
}

.banner .slick-arrow {
    display: none !important;
}

/*about*/

.about {
    text-align: center;
}

.box h2 {
    font-size: .3rem;
    line-height: .48rem;
    color: #000000;
    margin-top: .4rem;
    text-align: center;
    margin-bottom: .15rem;
}

.about .mess {
    font-size: .18rem;
    line-height: .3rem;
    color: #555;
}

/*原创作品*/

.yc {
}

.yc .yc-list {
}

.yc .yc-list li {
    margin-bottom: .5rem;
}

.yc .yc-list a {
    display: block;
}

.yc-list .yc-img {
    position: relative;
}

.yc-list .yc-img img {
    vertical-align: middle;
}

.yc-list .yc-img .more {
    width: 2rem;
    height: .67rem;
    background: url(../images/bg_more.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    z-index: 2;
    font-size: .3rem;
    color: #FFf;
    line-height: .75rem;
    padding-left: .36rem;
    box-sizing: border-box;
}

.yc-list .title {
    font-size: .3rem;
    line-height: .48rem;
    color: #000000;
}

.yc-list .mess {
    font-size: .18rem;
    line-height: .24rem;
    color: #555555;
}

/*面包屑*/
.mianbao {
    color: #888888;
    font-size: .18rem;
    width: 95%;
    margin: .2rem auto;
}

.mianbao img {
    width: .25rem;
    height: .25rem;
    margin-bottom: -.066rem;
}

.mianbao a {
    color: #888888;
    display: inline-block;
    margin: 0 .1rem;
}

/*pagetion页码*/
.pagetion {
    text-align: right;
    margin: .5rem auto;
}

.pagetion a {
    width: 1.5rem;
    height: .6rem;
    display: inline-block;
    font-size: .3rem;
    line-height: .55rem;
    color: #FFFFFF;
    text-align: center;
}

.pagetion a.prev {
    background-color: #d9d9d9;
    margin-right: .2rem;
}

.pagetion a.next {
    background-color: #777777;
}

/*anlie*/

.wen-list {
}

.wen-list li {
    margin: .35rem 0;
}

.wen-list li a {
    display: block;
}

.wen-list .left {
    float: left;
}

.wen-list .left,
.wen-list .left img {
    width: 4rem;
    height: 3rem;
}

.wen-list .right-wrapper {
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    height: 3rem;
    float: right;
}

.wen-list .right {
    width: 4rem;
    height: 2rem;

}

.wen-list .title {
    font-size: .24rem;
    line-height: .48rem;
    color: #000000;
}

.wen-list .mess {
    font-size: .18rem;
    line-height: .27rem;
    color: #555555;
    -webkit-line-clamp: 4;
}

.wen-list .search {
    font-size: .18rem;
    color: #888;
    text-align: right;
    margin-top: .05rem;
}

/*index2*/
.about {
    font-size: .18rem;
    line-height: .24rem;
    color: #555555;
    text-align: left;
}

.about img {
    max-width: 100%;
}

@media only screen and (max-width: 770px) {
    .wen-list .left,
    .wen-list .left img {
        width: 3.2rem;
        height: 2.4rem;
    }

    .wen-list .right-wrapper {
        height: 2.3rem;
    }

    .wen-list .right {
        width: 3.4rem;
        float: right;
        height: auto;
    }
}

/*新增菜单和新闻列表*/
.menu {

    float: right;

    margin-top: .03rem;
}

.menu span {
    width: .5rem;
    height: 2px;
    background-color: #666666;
    margin: .1rem 0rem .1rem .15rem;
    display: block;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.menu-cell {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, .95);
    box-sizing: border-box;
    padding-top: .6rem;
    display: none;
}

.menu-cell a {
    color: #e60012;
    font-size: .36rem;
    line-height: 1rem;
    display: block;
    width: 100%;
    text-align: center;
}

.menu.on span:first-child {
    transform: rotate(-45deg);
    margin-top: .25rem;
}

.menu.on span:nth-child(2) {
    display: none;
}

.menu.on span:nth-child(3) {
    transform: rotate(45deg);
    margin-top: -.15rem;
}
/*news列表*/
.news_list{

    padding-bottom: .5rem;
}
.news_list li{
    border-bottom: 1px solid #d8d8d8;
}
.news_list li:last-child{
    border-bottom: 0px;
}
.news_list a{
    display: block;
    padding: .2rem 0;
    color: #333333;
}
.news_list .ones{
    font-size: .3rem;
    line-height: .5rem;
}
.news_list .twos{
    -webkit-line-clamp: 2;
    font-size: .22rem;
    line-height: .38rem;
}
.news_list .date{
    text-align: right;
    color: #e60012;
    font-size: .2rem;
    margin-top: .2rem;
}
.news_title{

}

.page{

    margin: 60px 0;

    text-align: center;

}

.page a{

    display: inline-block;

    width: 36px;

    height: 36px;

    text-align: center;

    line-height: 36px;

    color: #555555;

    margin-right: 5px;
	margin-bottom:5px;

    font-size: 14px;

    border: 1px solid #dcdcdc;

}

.page a:hover{

    color: white;

    background-color: #d00b17;

}

.page .page-first,.page .page-last{

    width: 66px;

}

.page .page-prev,.page .page-next{

    width: 72px;

}

.page .page-on{

    color: white;

    background-color: #d00b17;

}

.page input{

    padding: 11px 5px;

    border: 1px solid #dcdcdc;

    border-right: none;

    width: 54px;

    text-align: center;

}

.page .page-go{

    background-color: #f8f8f8;

}
