div, ul, li, h1, h2, h5, h6, img, dd, dl, dt, p {
    padding: 0px;
    margin: 0px;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pcweb {
    display: none;
}

.wapweb {
    display: block;
}

body {

    font: normal 100% "΢���ź�";

    padding: 0;

    margin: 0;

    /*background: url(/imgs/bg.jpg) repeat;*/

}

img {

    list-style: none;

    max-width: 100%;

    border: 0px;

}

a {

    text-decoration: none;

    cursor: pointer;

    border: 0;

}

.pcweb {
    display: none;
}

.wapweb {
    display: block;
}

/*******index********/

/*logo*/

.logo {

    width: 100%;

    height: 50px;
    background: #990000;

    /*background: url(/imgs/logo_bg.png) repeat;*/

    /*line-height: 135px;*/

    /*text-align: center;*/

}

.logo img {

    /*vertical-align: middle;*/
    width: 154px;
    height: 38px;
    margin-top: 5px;
    margin-left: 3%;

}

/*nav*/

.nav {

    width: 100%;

    height: auto;

    /*background: #c41c20;*/

}

.nav ul {

    display: block;

    width: 100%;

    margin: 0 auto;

    height: auto;

    overflow: hidden;

}

.nav li {

    width: 25%;

    height: 70px;

    /*box-sizing: border-box;*/

    /*border-right: 1px solid #ffdb05;*/

    /*border-bottom: 1px solid #ffdb05;*/

    line-height: 50px;

    text-align: center;

    float: left;

}

.nav-bottomline {
    width: 90%;
    height: 1px;
    background: #ddd;
    margin: 0 auto;
    margin-top: 15px;
}

.nav li a {
    font-size: 13px;
    color: #777777;
}

.nav li a > p {
    padding-top: 37px;
}

.nav li:nth-child(1) {
    background: url("../imgs/05-3x.png") center no-repeat;
    background-size: 32px 32px;
}

.nav li:nth-child(2) {
    background: url("../imgs/06-3x.png") center no-repeat;
    background-size: 32px 32px;
}

.nav li:nth-child(3) {
    background: url("../imgs/07-3x.png") center no-repeat;
    background-size: 32px 32px;
}

.nav li:nth-child(4) {
    background: url("../imgs/08-3x.png") center no-repeat;
    background-size: 32px 32px;
}

.nav li:nth-child(5) {
    background: url("../imgs/09-3x.png") center no-repeat;
    background-size: 32px 32px;
}

.nav li:nth-child(6) {
    background: url("../imgs/10-3x.png") center no-repeat;
    background-size: 32px 32px;
}

.nav li:nth-child(7) {
    background: url("../imgs/11-3x.png") center no-repeat;
    background-size: 32px 32px;
}

.nav li:nth-child(8) {
    background: url("../imgs/12-3x.png") center no-repeat;
    background-size: 32px 32px;
}

.nav li:nth-child(3n+0) {

    border-right: none;

}

.nav li:nth-child(7) {

    border-bottom: none;

}

.nav li:nth-child(8) {

    border-bottom: none;

}

.nav li:nth-child(9) {

    border-bottom: none;

}

.nav li:hover {

    /*background: url(/imgs/nav_bg.png) center center repeat;*/

}

/*banner*/

.banner {

    width: 100%;

    height: auto;

}

.banner li {

    width: 100%;

    height: auto;

}

.banner li img {

    width: 100%;

}

/*about*/

.about {

    width: 100%;

    height: auto;

    margin-top: 10px;;

}

.about_head {

    width: 90%;
    height: 15px;
    margin: 0 auto;

    /*border-bottom: 1px solid #333;*/

}

.intro {

    margin-left: 0%;

    font-size: 18px;

    color: #777777;

    float: left;

    line-height: 30px;

}

.more {

    width: 56px;

    text-align: center;

    float: right;

    margin-right: 2%;

    font-size: 12px;

    color: #fdfcfc;

    background: url("../imgs/more.png") center center no-repeat;

    line-height: 30px;

}

.about_content {

    width: 100%;

    margin-top: 15px;

}

.img {

    width: 30%;

    height: auto;

    float: left;

    margin-left: 1%;

}

.img img {

    width: 100%;

}

.p {

    width: 65%;

    float: right;

    margin-right: 2%;

    font-size: 18px;

    line-height: 25px;

    height: 77px;

    color: #010000;

    font-weight: 100;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    /*	white-space: normal;*/

}

/*information*/

.information {

    width: 100%;

    height: auto;

    padding-top: 10px;

    clear: both;

}

.p_title {

    width: 100%;

    font-size: 20px;

    margin-bottom: 5px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.information .p {

    height: 105px;

}

.p_title a {

    color: #9a6b6b;

}

.information ul {

    width: 100%;

    clear: both;

    height: auto;

    padding-top: 5px;

}

.information li {

    display: block;

    width: 96%;

    margin-left: 2%;

    line-height: 30px;

    margin-top: 10px;

    border-bottom: 1px dashed #333;

    height: 30px;

    list-style: square;

}

.information li a {

    display: block;

    float: left;

    width: 60%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-size: 18px;

    color: #000;

}

.time {

    float: right;

    font-size: 18px;

    color: #666;

}

/*case*/

.case {

    width: 100%;

    height: auto;

    padding-top: 10px;

    clear: both;

}

.case_content {

    width: 50%;

    float: left;

}

.case_img {

    width: 85%;

    margin: 0 auto;

    padding: 10px 0px;

}

.case_img img {

    width: 100%;

}

/*object*/

.object {

    width: 100%;

    height: auto;

    padding-top: 10px;

    clear: both;

}

.object .img {

    width: 70%;

}

.object .p1 {

    width: 25%;

    float: right;

    margin-right: 2%;

    font-size: 18px;

    line-height: 25px;

    color: #010000;

    font-weight: 100;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: normal;

}

.object .p1 li {

    width: 95%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    line-height: 40px;

    font-size: 18px;

    letter-spacing: 1px;;

}

.object .p1 li a {

    color: #000000;

}

/*theme*/

.theme {

    width: 100%;

    height: auto;

    padding-top: 10px;

    clear: both;

}

.theme_content {

    width: 97%;

    margin: 0 auto;

    margin-top: 15px;

}

.theme_content ul {

    float: left;

    width: 50%;

    margin-top: 5px;

}

.theme_content ul li {

    width: 100%;

    text-align: center;

    font-size: 18px;

    color: #000000;

    overflow: hidden;

    text-overflow: ellipsis;

    line-height: 25px;

    white-space: nowrap;

}

.theme_content ul li a {

    color: #000000;

}

/*news*/

.news {

    width: 100%;

    height: auto;

    padding-top: 10px;

    clear: both;

}

.about_content li {

    width: 97%;

    font-size: 18px;

    line-height: 30px;

    color: #000000;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-left: 1%;

    letter-spacing: 2px;

}

.about_content li a {

    color: #000000;

}

/*bottom*/

.bottom {

    background: #F9F9F9;
    clear: both;

    width: 100%;

    padding-top: 25px;

    text-align: center;

    font-size: 13px;

    line-height: 25px;

    color: #999999;

    padding-bottom: 80px;

}

.bottom-studio {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.bottom-studio-line{
    width: 100%;
    height: 1px;
    background: #999999;
    position: absolute;
    top:10px;
}

.bottom-studio-text{
    width: 230px;
    height: 20px;
    margin: 0 auto;
    background: #fbfbfb;
    position: relative;
}


.bottom-line {
    margin-top: 10px;
    height: 1px;
    width: 15%;
    background: #999999;
}

.bottom-ph {
    clear: both;
    width: 210px;
    margin: 0 auto;
    margin-top: 5px;
}

.bottom-zxzx p {
    font-size: 13px;
    float: left;
}

#bottom-phone {
    float: right;
}

.bottom-yydh {
    height: auto;
    margin: 0 auto;
    clear: both;
}

.bottom-yydh p {
    font-size: 13px;
    float: left;
}

#bottom-mobphone {

    float: right;
}

.bottom-mobbeian {
    text-align: left;
    clear: both;
}

/*fixed*/

.fixed {

    position: fixed;

    bottom: 0;

    width: 100%;

    height: 45px;

    padding-top: 5px;

    background: #F9F9F9;

    border-top: 1px solid #ddd;
    z-index:100;

}

.fixed a {

    display: block;

    width: 25%;

    float: left;

    text-align: center;

    position: relative;

    height: 65px;

}

.house {

    background: url("../imgs/01-3x.png") top center no-repeat;
    background-size: 22px 22px;

}

.tel {

    background: url("../imgs/02-3x.png") top center no-repeat;
    background-size: 22px 22px;

}

.xx {

    background: url("../imgs/03-3x.png") top center no-repeat;
    background-size: 22px 22px;

}

.us {

    background: url("../imgs/04-3x.png") top center no-repeat;
    background-size: 22px 22px;

}

.fixed div {

    width: 100%;

    text-align: center;

    font-size: 12px;

    color: #666666;

    position: absolute;

    bottom: 22px;

    left: 0;

}

/*******about********/

.intro a {

    font-size: 13px;
    color: #666666;

}

.about_content1 {

    width: 90%;

    margin: 0 auto;

    padding-top: 15px;

}

.about_content1 img {

    margin: 0 auto;
    display: block;

}

.service-items-all {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    clear: both;
}

.service-nav {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.service-nav > li {
    margin-bottom: 10px;
    /*width: 33.3%;*/
    height: 30px;
    float: left;
}

.service-img {
    width: 21px;
    height: 21px;
    float: left;
    background: url("../img/54.png") no-repeat center;
    background-size: 21px 21px;
    transition: all .2s linear;
}

.service-text {
    font-size: 15px;
    color: #666666;
    margin-left: 8px;
    float: left;
}

.service-items:hover .service-img {
    background: url("../img/55.png") no-repeat center;
}

.service-items:hover .service-text {
    color: #cc9f7f;
}

.active > .service-items > .service-img {
    background: url("../img/55.png") no-repeat center;
}

.active > .service-items > .service-text {
    color: #cc9f7f;
}

.about_p {

    font-size: 18px;
    line-height: 35px;
    color: #5d0000;
    height: auto;
}

/*******newlist********/

.about_newlist {

    width: 94%;

    margin: 0 auto;

    padding-top: 15px;

}

.about_newlist li {

    background: url("../imgs/crcie.png") left center no-repeat;

    font-size: 18px;

    line-height: 35px;

    border-bottom: 1px dashed #000000;

    padding-left: 20px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    letter-spacing: 2px;

}

.about_newlist li a {

    color: #2b2b2b;

}

/*hot*/

.hot {

    width: 94%;

    margin: 0 auto;

    padding-top: 15px;

}

.hot_head {

    width: 100%;

    height: 35px;

    background: #c41c20;

    font-size: 20px;

    color: #FFFFFF;

    text-indent: 5px;

    line-height: 35px;

}

.hot li {

    font-size: 18px;

    line-height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    letter-spacing: 2px;

}

.hot li a {

    color: #2b2b2b;

}

/*xcap*/

.xcap {

    width: 94%;

    margin: 0 auto;

    padding-top: 15px;

}

.xcap li {

    width: 100%;

    font-size: 18px;

    line-height: 30px;

    letter-spacing: 2px;

    border-bottom: 1px dashed #000000;

    line-height: 30px;

    margin-top: 10px;

    height: 40px;

}

.xcap li a {

    display: block;

    width: 100%;

    color: #2b2b2b;

}

.xcap_time {

    width: 15%;

    float: left;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.xcap_list {

    width: 70%;

    float: left;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    text-align: center;

}

.type {

    width: 15%;

    float: left;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    text-align: right;

}

/*review*/

.review {

    width: 94%;

    margin: 0 auto;

    padding-top: 15px;

}

.review li {

    background: url("../imgs/crcie.png") left center no-repeat;

    font-size: 18px;

    line-height: 35px;

    border-bottom: 1px dashed #000000;

    padding-left: 20px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    letter-spacing: 2px;

}

.review li a {

    color: #2b2b2b;

}

/*audio*/

.audio {

    width: 94%;

    margin: 0 auto;

    padding-top: 15px;

    clear: both;

}

.audio li {

    width: 50%;

    float: left;

    margin-top: 20px;

}

.audio li a {

    display: block;

    width: 100%;

    color: #5c5954;

}

.audio_pic {

    width: 96%;

    margin: 0 auto;

}

.audio_pic img {

    max-width: 100%;

    display: block;

    margin: 0 auto;

}

.audio_name {

    width: 96%;

    margin: 0 auto;

    text-align: center;

    font-size: 18px;

    line-height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

/*******object*******/

.hot_head a {

    color: #FFFFFF;

    font-size: 16px;

    float: right;

    line-height: 35px;

    margin-right: 1%;

}

.article_head {

    width: 100%;

    text-align: center;

    height: 35px;

    line-height: 35px;

    font-size: 20px;

    font-weight: 600;

    padding-bottom: 20px;
}



.serviceitem2{
    position: absolute;
    left: 50%;
    margin-left: -45px;
}

.serviceitem5{
    position: absolute;
    left: 50%;
    margin-left: -45px;
}
.service-nav1{
    position: relative;
}
.service-nav2{
    clear: both;
    position: relative;
}
