﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
#work img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
img{margin-bottom:10px}
.sbyjj {
    margin-right: 0px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

    .container:before, .container:after {
        display: table;
        line-height: 0;
        content: ""
    }

    .container:after {
        clear: both
    }

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px
}

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}

cite {
    font-style: normal
}
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}


.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee
}


.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

.carousel-inner {
    position: relative;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -moz-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            line-height: 1
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block
    }

    .carousel-inner > .active {
        left: 0
    }



.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50)
}

    .carousel-control.right {
        right: 15px;
        left: auto
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none
}

    .carousel-indicators li {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        text-indent: -999px;
        background-color: #ccc;
        background-color: rgba(255,255,255,0.25);
        border-radius: 5px
    }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333;
    background: rgba(0,0,0,0.75)
}

    .carousel-caption h4, .carousel-caption p {
        line-height: 20px;
        color: #fff
    }

    .carousel-caption h4 {
        margin: 0 0 5px
    }

    .carousel-caption p {
        margin-bottom: 0
    }

.span12 {
    width: 100%;
}

.span11 {
    width: 91.6666%;
}

.span10 {
    width: 83.3333%;
}

.span9 {
    width: 75%;
}

.span8 {
    width: 66.6666%;
}

.span7 {
    width: 58.3333%;
}

.span6 {
    width: 50%;
}

.span5 {
    width: 41.6666%;
}

.span4 {
    width: 33.3333%;
}

.span3 {
    width: 25%;
}

.span2 {
    width: 16.6666%;
}

.span1 {
    width: 8.3333%;
}

@media(min-width:1320px) {
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 0px
    }

    .container {
        width: 1320px
    }
}

@media(min-width:768px) and (max-width:1319px) {
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 0px
    }
    .container {
        width: 96%;
    }
}

@media(max-width:767px) {
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: -20px;
        margin-left: -20px
    }
    .dl-horizontal dt {
        float: none;
        width: auto;
        clear: none;
        text-align: left
    }

    .dl-horizontal dd {
        margin-left: 0
    }

    .container {
        width: 100%
    }
    .span12, .span11, .span10, .span9, .span8, .span7, .span6, .span5, .span4, .span3, .span2, .span1{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

   .sbyjj {
        margin-right: 20px;
    }

    .row-fluid [class*="offset"]:first-child {
        margin-left: 0
    }

    .work-element h2 {
        font-size: 22px;
        line-height: 22px;
    }


    .element-date, .element-meta {
        font-size: 11px;
        line-height: 16px;
    }

    .element-meta {
        margin-bottom: 0px;
    }
}

body {
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    max-width: 1920px;
    font-size: 11px;
    font-weight: 400;
    line-height: 25px;
    color: #8d8d8d;
    word-wrap: break-word;
    background: #eee;
    -webkit-filter: grayscale(0%);
}

a {
    outline: 0 !important;
}

h1, h2, h3, h4, h5 ,h6,h7{
    font-family: "微软雅黑";
}

.clear {
    clear: both;
}

section {
    padding: 20px 0 20px 0;
    overflow: hidden;
}
/* transition elements */

a, a:hover, #workSlider .carousel-indicators li, #workSlider .carousel-indicators li:hover,.close, .close:hover, .big-grn-btn, .big-grn-btn:hover, .small-blk-btn, .small-blk-btn:hover, #staticsSlider .carousel-control, #staticsSlider .carousel-control:hover, #clients img, #clients img:hover {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}



/* Headings */

h1.subpage-title {
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
}



/* Header ------------------------------------*/
header {
    background: #e70012;
}


.top-border {
    border-bottom: 1px solid #e70012;
}



/* Main Menu ------------------------------------*/
ul.main-menu {
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
}

    ul.main-menu li {
        list-style: none;
        float: left;
    }

.main-menu .menusb a {
    display: block;
    text-align: center;
    text-decoration: none;
    float: left;
    margin-right: 10px;
    padding: 10px 15px 10px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}


    .main-menu .menusb a:hover, .main-menu .menusb a:focus {
        color: #000000;
        text-decoration: none;
        border: 0;
    }

a.resp-menu-btn {
    padding: 7px 10px 5px 10px;
    background: #e70012;
    cursor: pointer;
    float: right;
    margin-top: 17px;
}

    a.resp-menu-btn:hover {
        background: #e70012;
    }

.logo{text-align:left}
@media(min-width:1080px) and (max-width:1199px) {
    .headerleft {
        width: 40%;
        float: left;
    }

    .headerright {
        width: 60%;
        float: right;
    }
}

@media(min-width:980px) and (max-width:1079px) {
    .headerleft {
        width: 35%;
        float: left;
    }

    .headerright {
        width: 65%;
        float: right;
    }

    .main-menu .menusb a {
        font-size: 13px;
    }
}

@media(min-width:768px) and (max-width:979px) {
    .headerleft {
        width: 33%;
        float: left;
    }

    .headerright {
        width: 67%;
        float: right;
    }

    .main-menu .menusb a {
        padding: 7px 10px 7px 10px;
        font-size: 12px;
    }
}

@media(max-width:767px) {
    .headerleft {
        width: 100%;
        float: none;
    }

    .headerright {
        width: 100%;
        float: none;
    }

    .main-menu .menusb a {
        padding: 5px 10px 5px 10px;
        font-size: 10px;
    }
    .logo {
        text-align: center
    }
}

/* Intro ------------------------------------*/
.intro {
    padding: 0px 0;
    margin-bottom: 0;
    word-wrap: break-word;
}

    .intro h1 {
        text-align: center;
        color: #464a52;
        font-size: 48px;
        line-height: 1.2;
        font-weight: 200;
        margin: 10px 0;
    }
    .intro h3 {
        text-align: center;
        color: #464a52;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 600;
        margin: 10px 0;
    }
    .intro h4 {
        text-align: left;
        color: #464a52;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom:10px
    }
    .intro h5 {
        text-align: left;
        font-size: 14px;
        line-height: 25px;
    }
    .intro h6 {
        text-align: left;
        font-size: 11px;
        line-height: 11px;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #000;
    }
    .intro .dh2 {
        font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
        font-size: 30px;
        line-height:50px;
        font-weight: 600;
        color: #a92626;
        text-align: left;
    }
    .intro .h7 {
        text-align: left;
        font-size: 17px;
        line-height: 30px;
        margin-top: 10px;
    }
    .intro p {
        text-align: left;
        font-size: 16px;
        line-height: 40px;
    }
    .intro .gw {
        text-align: left;
        font-size: 15px;
        line-height: 24px;
        margin-top: 8px;
    }
    .intro .gw span{
        color:#a92626;
        margin-right: 10px;
    }
    .intro .zhenwen img {
        width: 84%;
        margin-left:8%;
        margin-right:8%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/* Services ------------------------------------*/
.services {
    background: #e70012;
    color: #ffffff;
    height: inherit;
    margin: 0;
    padding: 0;
}

.services-border {
    border-top: 1px solid #ffffff;
}

.service h2 {
    text-align: center;
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size: 18px;
}

.service img {
    display: table;
    margin: 60px auto 40px auto;
}

.service-back p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 25px 25px 25px 25px;
    border: 1px solid #000000;
    background: #fff;
    color:#000;
    margin-top: 20px;
}

.service-back {
    padding: 6px 12px 6px 12px;
}

/* Service Icons*/

.azxg{
    display: block;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 0px;
}
    .azxg img {
        width: 150px;
        border-radius:50%;
        margin-top:0px
    }

/* Styles for the animation effect */
.service-container {
    min-height: 240px !important;
    position: relative;
    border-right: 1px solid #ffffff;
    perspective: 800px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
}

.service {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
}

.service-front, .service-back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}


.service-front {
    position: absolute;
    left: -15px;
}

.service-back {
    transform: rotateY( 180deg );
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .flipped {
        transform: rotateY( 180deg );
        -webkit-transform: rotateY( 180deg );
        -moz-transform: rotateY( 180deg );
        -o-transform: rotateY( 180deg );
    }



/* About ------------------------------------*/
#about {
    background: #e70012;
    color: #ffffff;
    position: relative;
    margin-top: -20px;
}



#about p {
    text-align: left;
}


/* Blog ------------------------------------*/
ul.blog-posts li {
    list-style: none;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
ul.blog-posts li img{
   width: 100%;
}
.xhx {
    width: 90%;
    height: 1px;
    border: none;
    border-top: 1px solid #c3c3c3;
}

.jzjz {
    margin-left: 16%;
    margin-right: 16%;
}

ul.blog-posts li:last-child {
    border-bottom: none;
}

.post-image img {
    float: right;
}

.blog-post h2 {
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0px 25px 0px;
}

.blog-post p {
    margin: 10px 0px 25px 0px;
    font-size: 14px;
    line-height: 24px;
}

.post-image {
    border: 1px solid #C3C3C3;
    overflow: hidden;
    position: relative;
}

    .post-image .post-date {
        background: none repeat scroll 0 0 white;
        font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
        font-size: 70px;
        height: 100%;
        left: 0;
        line-height: 80px;
        padding: 15px 15px 0 30px;
        position: absolute;
        z-index: 99;
    }

    .post-image .post-meta {
        position: absolute;
        border-right: 1px solid #c3c3c3;
        border-bottom: 1px solid #c3c3c3;
        padding: 8px 8px 0px 10px;
        z-index: 100;
    }

    .post-image .post-month {
        font-size: 12px;
        display: block;
        text-align: center;
        line-height: 6px;
    }

    .post-image .post-year {
        font-size: 12px;
        text-align: center;
    }



/* Contact ------------------------------------*/
#footer {
    background: url(http://p.hyqwhg.cn/hyqwhg/fm/bottom.jpg);
    background-size: 100% 100%;
    color: #ffffff;
    margin: 0px !important;
    padding: 0 !important;
}
.fotds {
    background: rgba(169,38,38,0.9);
    margin: 0px !important;
    padding: 0 !important;
}

#contact-form input[type="text"], #contact-form input[type="email"] {
    height: 4em;
}

.copyright {
    font-size: 15px;
}

    .copyright span {
        position: relative;
        bottom: -40px;
    }

.totop {
    background: url(http://p.hyqwhg.cn/hyqwhg/fm/top-arrow.png);
    cursor: pointer;
    margin: 0 auto;
    width: 78px;
    height: 47px;
    display: block;
}


/* form */

input[type="text"], textarea, input[type="email"] {
    background: #fff;
    border: 1px solid #a92626;
    border-radius: 0px;
    color: #808080;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 20px;
    margin-bottom: 20px !important;
}

textarea {
    padding: 10px 20px 10px 20px;
}

::-webkit-input-placeholder {
    color: #808080 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #808080 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #808080 !important;
}

:-ms-input-placeholder {
    color: #808080 !important;
}




/* Our Work ------------------------------------*/
#work .container {
    width: 100%;
    max-width: 100%;
}

.inner {
    width: 100%;
}

.work-link {
    background: #e70012;
    width: 100%;
    height:0;
    padding-bottom: 40%;
}
    .work-link a img {
       width:100%;
    }

.work-link a:hover img {
    width: 90%;
}


#workSlider .carousel-control {
    position: absolute;
    top: 104%;
    left: 0px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 25px;
    font-weight: 100;
    line-height: 25px;
    color: #07ad87;
    text-align: center;
    background: transparent;
    border: 1px solid #07ad87;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

    #workSlider .carousel-control:hover {
        color: #ffffff;
        background: #07ad87;
    }

    #workSlider .carousel-control.right {
        left: auto !important;
        right: 0;
    }

#workSlider .carousel-indicators {
    position: absolute;
    right: 40%;
    z-index: 5;
    margin: 0;
    margin-top: 20px;
    list-style: none;
}

    #workSlider .carousel-indicators li {
        display: block;
        float: left;
        width: 70px;
        height: 5px;
        margin-left: 15px;
        text-indent: -999px;
        background-color: #bcbcbc;
        border-radius: 0px;
        cursor: pointer;
    }

        #workSlider .carousel-indicators li:hover {
            background-color: #07ad87;
        }

        #workSlider .carousel-indicators li.active {
            background-color: #07ad87;
        }

ul.work-elements {
    margin-left: 0px !important;
}

    ul.work-elements ul {
        margin-left: 0px !important;
    }

    ul.work-elements li {
        list-style: none;
    }

ul.element-images {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* Portfolio details */

.workDetailSlider ul {
    margin: 0;
}


.workDetailSlider .carousel-inner img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.workDetailSlider .element-details {
    padding: 0px 0px 0px 0px;
}

@media(max-width:767px) {
    .post-image .post-date {
        font-size: 40px;
        line-height: 50px;
        padding: 10px 10px 0 20px;

    }

    .service-back p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        padding: 10px 10px 10px 10px;
        border: 1px solid #39bd9f;
        margin-right: 30px;
        margin-top: 15px;
    }

        .intro h1 {
            font-size: 22px;
        }

        .intro p {
            font-size: 12px;
            line-height: 18px;
        }
  #about  p {
        font-size: 14px;
        line-height: 18px;
    }
    #about h3 {
        font-size: 18px;
    }
    h1.subpage-title {
        font-size: 22px;
    }
    .jzjz {
        margin-left: 5%;
        margin-right: 5%;
    }
}

a.view-all {
    background: #e70012;
    clear: both;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 9px 0 8px 0;
    text-align: center;
    width: 200px;
    margin: 0 auto;
}


.work-element .carousel-indicators {
    position: absolute;
    right: 40%;
    z-index: 5;
    margin: 0;
    margin-top: 0px;
    list-style: none;
}

.element-top {
    margin-top: 0px;
    background: #2f3239;
}

.work-element h2 {
    text-align: center;
    color: #464a52;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 200;
    margin: 50px 0;
}

.element-date, .element-meta {
    color: #b2b2b2;
    font-size: 13px;
    display: block;
    line-height: 23px;
}

.element-meta {
    margin-bottom: 26px;
}

.element-thumbs li {
    display: block;
    float: left;
    width: 30%;
    height: 60px;
    background: #e70012;
    border: 1px solid #fff;
}

.element-thumbs li:hover {
    float: left;
    opacity: 0.8;
}

        .element-thumbs li a {
            text-align: center;
            font-size: 20px;
            line-height: 20px;
            margin-top: 20px;
            color: #fff;
            text-decoration: none;
            display: block;
        }

.work-element .carousel-control:hover {
    background: #07ad87;
    color: #ffffff;
}
.element-active {
    display: block;
}

.element-thumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



img {
    border: 0
}
#wrapper {
	background:#fff;
	position:relative;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr td {
    border: 1px solid #ccc;
    padding: 10px;
    word-break: break-all;
}

.fen a {
    background: #fff;
    color: #808080;
    font-size: 15px;
    padding: 5px 20px 5px 20px;
    border: 1px solid #808080;
    margin-right: 20px;
    text-decoration: none;
}
    .fen a#mydd {
        background: #e70012;
        border: 1px solid #e70012;
        color: #fff !important;
    }
.intro ul{margin:0;padding:0}
.single-news {
    margin-bottom: 40px;
    margin-top:0px;
    padding-top:0px;
    list-style-type: none;
}
.single-new {
    background: #fff;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    height: 0px;
    padding-bottom: 88%;
    border: 1px solid #808080;
    overflow: hidden;
}

.single-news img {
    width: 100%;
    margin-top: 0;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-news  h2 {
       font-size: 16px;
       margin-left: 5px;
       margin-right: 5px;
       margin-bottom:5px;
      text-transform: capitalize;
     }
.single-news  h2 a {
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    }
    .single-news h2 a:active, .single-news h2 a:hover
    {
        color: #a92626;
    }
    .single-news p {
        color: #808080;
        text-align: left;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
        line-height: 18px;
    }
.fmsps {
    list-style-type: none;
}
.spdk{
    margin-left:25px;
    margin-right:25px;
}
.fmsp {
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    margin: 0px;
}
.fmsp img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    border: 5px solid #fff;
}
.fmwan {
    position: relative;
    width: 100%;
    background: rgba(0,0,0,0.4);
    margin-top: -56.25%;
    border: 5px solid #fff;
}
.spdk a:active .fmwan, .spdk a:hover .fmwan {
    border: 5px solid #a92626;
}
.spdk a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .spdk a:active, .spdk a:hover {
        color: #e70012;
    }
.spdk h2{padding-top:25%}

.spdt {
    margin-left: 10px;
    margin-right: 10px;
}
.fmst {
    width: 100%;
    height: 0px;
    padding-bottom: 62.5%;
    margin: 0px;
}

    .fmst img {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

.fmwat {
    position: relative;
    width: 100%;
    height:30px;
    background: rgba(169,38,38,0.7);
    margin-top: -30px;
}

.spdt a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .spdt a:active .fmwat, .spdt a:hover .fmwat {
        background: rgba(231,0,18,0.7);
    }

.spdt h5 {
    padding-top:2px;
}
.celan a {
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.celan li {
    list-style-type: none;
}
.pagesb {
    color: #999;
    margin-top:40px;
}
    .pagesb a, .pagesb .cpb {
        text-decoration: none;
        padding: 5px 10px 5px 10px;
        border: 1px solid #ddd;
        background: #ffffff;
        margin: 0px 5px;
        font-size: 15px;
        color: #000;
    }
        .pagesb a:hover {
            background-color: #e70012;
            color: #fff;
            border: 1px solid #e70012;
            text-decoration: none;
        }
    .pagesb .cpb {
        font-weight: bold;
        color: #fff;
        background: #e70012;
        border: 1px solid #e70012;
    }

.shetuan {
    background: url(http://p.hyqwhg.cn/hyqwhg/fm/ysbj.jpg);
    background-size: 100% 100%;
    color: #ffffff;
    margin: 0px !important;
    padding: 0 !important;
}
    .shetuan #tpd {
        float: left;
        width: 250px;
    }
        .shetuan #tpd img {
            width: 200px;
            height: 125px;
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 30px;
            border: 1px solid #a92626;

        }
    .shetuan #wzd{
        min-height:125px;
    }
    @media(max-width:767px) {
        .shetuan #tpd {
            width: 170px;
        }

            .shetuan #tpd img {
                width: 150px;
                height: 94px;
                margin-left: 10px;
            }
}
.jiangjian {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    white-space: pre-wrap;
    font-size: 15px;
    line-height: 30px;
    word-spacing: 1em;
}
.wr {
    background: #e70012;
    float: right;
    margin-left: 5px;
}
.wy {
    background: #ff6a00;
    float: right;
    margin-left: 5px;
}
.wg {
    background: #808080;
    float: right;
    margin-left: 5px;
}

#wrapper {
    background: url(http://p.hyqwhg.cn/hyqwhg/fm/slide1.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 300px !important;
    overflow: hidden;
}

    .fullwidthbanner-container .fullwidthabnner {
        width: 100% !important;
        max-height: 300px !important;
        position: relative;
    }

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .fullwidthbanner-container {
        max-height: 250px !important;
    }

        .fullwidthbanner-container .fullwidthabnner {
            max-height: 250px !important;
        }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .fullwidthbanner-container {
        max-height: 200px !important;
    }

        .fullwidthbanner-container .fullwidthabnner {
            max-height: 200px !important;
        }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .fullwidthbanner-container {
        max-height: 120px !important;
    }

        .fullwidthbanner-container .fullwidthabnner {
            max-height: 120px !important;
        }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .fullwidthbanner-container {
        max-height: 100px !important;
    }

        .fullwidthbanner-container .fullwidthabnner {
            max-height: 100px !important;
        }
}

@media only screen and (max-width: 479px) {
    .fullwidthbanner-container {
        max-height: 80px !important;
    }

        .fullwidthbanner-container .fullwidthabnner {
            max-height: 80px !important;
        }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-style: none;
    position: absolute;
    visibility: hidden;
}

.btq {
    width: 60px;
    height: 45px;
    background: url(http://p.hyqwhg.cn/hyqwhg/fm/btq.png) no-repeat;
    float:left;
    margin-right:10px;
}
.xian{border:1px solid #a92626;margin-bottom:20px}
.xiaox {
    border: 0.5px solid #a92626;
    margin-bottom: 15px;
    margin-top:10px;
}
.hx {
    width: calc(50% - 120px);
}
.hxx {
    width:100%;
    margin-top:22px;
    border: 6px solid #c3c3c3;
}
.hxbt {
    width: 240px;
    float: left;
    font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
    color: #a92626;
    margin-bottom:20px;
}
.hxbt span{
    color: #808080;
}
.yqlz{width:200px;float:left}
    .yqlz a {
        text-decoration: none;
        color: #808080;
        font-size:15px;
        margin-top:8px;
        margin-bottom:8px;
    }
        .yqlz a:active, .yqlz a:hover{
            color: #a92626;
        }
