/*banner*/
.banner {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}

.banner .slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner .slideBox .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
}

.banner .slideBox .hd ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    float: left;
    text-align: center;
}

.banner .slideBox .hd ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ca0410;
    margin: 0 3px;
    cursor: pointer;
    opacity: 0.5;
    cursor: pointer;
}

.banner .slideBox .hd ul li.on {
    opacity: 1;
}

.banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .slideBox .bd li {
    width: 100%;
    overflow: hidden;
}

.banner .slideBox .bd li .banner_img_top {
    padding-top: 26.04167%;
}

.banner .slideBox .prev {
    width: 32px;
    height: 52px;
    float: left;
    background: url(../image/prev.jpg) no-repeat center center;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -26px;
    z-index: 9999;
    opacity: 0;
}

.banner .slideBox .next {
    width: 32px;
    height: 52px;
    float: left;
    background: url(../image/next.jpg) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -26px;
    z-index: 9999;
    opacity: 0;
}

.banner:hover .slideBox .prev {
    opacity: 1;
}

.banner:hover .slideBox .next {
    opacity: 1;
}

/*END*/

.cpzx {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 50px 0;
    background: url(../image/cpzx_bj.jpg) no-repeat center center;
    background-size: cover;
}

.cpzx_title {
    display: block;
    overflow: hidden;
    text-align: center;
}

.cpzx_L {
    padding: 15px 0;
}

.cpzx_p {
    display: block;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

.cpzx_sp {
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #ca0410;
    font-family: Arial;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.cpzx_R {
    display: block;
    padding-top: 52px;
    overflow: hidden;
}

.cpzx_more {
    display: block;
    overflow: hidden;
    line-height: 20px;
}

.cpzx_more a {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    color: #ca0410;
}

.cpzx_more a:hover {
    text-decoration: underline;
}

.cpzx_heng {
    display: block;
    height: 7px;
    position: relative;
}

.cpzx_heng span {
    width: 100%;
    float: left;
    height: 1px;
    background: #cfcfcf;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1
}

.cpzx_heng::before {
    content: "";
    width: 7px;
    float: left;
    height: 7px;
    background: #ca0410;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.cpzx_heng::after {
    content: "";
    width: 112px;
    float: left;
    height: 3px;
    background: #ca0410;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 2;
}

.cpzx_ul {
    display: block;
    padding-top: 30px;
    width: 1216px;
}

.cpzx_ul li {
    width: 288px;
    float: left;
    margin: 0 16px 30px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cpzx_ul li .cpzx_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cpzx_ul li .cpzx_img .cpzx_img_top {
    padding-top: 79.86112%;
}

.cpzx_ul li .cpzx_img .cpzs_hover {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: 9999;
    transition: all 0.4s;
}

.cpzx_ul li .cpzx_img .cpzs_hover .cpzs_pp {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 53%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.cpzx_ul li .cpzx_img .cpzs_hover .cpzs_spp {
    width: 100%;
    float: left;
    height: 26px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 53%;
    text-align: center;
    background: url(../image/cpzx_jia.png) no-repeat center center;
}

.cpzx_ul li .cpzs_txt {
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    color: #333;
    transition: all 0.4s;
}

.cpzx_ul li:hover .cpzx_img .cpzs_hover {
    bottom: 0;
}

.cpzx_ul li:hover .cpzs_txt {
    background: #ca0410;
    color: #fff;
}

.cpzx_M {
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
}

.cpzx_M a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    transition: all 0.4s;
    border: 3px solid #ca0410;
    background: #ca0410;
    color: #fff;
}

.cpzx_M a:hover {
    border: 3px solid #ca0410;
    background: #fff;
    color: #333;
}

.gsjj {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}

.gsjj .wrap {
    position: relative;
}

.gsjj .cpzx_title {
    /* margin-bottom: 10px; */
    text-align: right;
}

.gsjj_L {
    width: 56%;
    float: left;
}

.gsjj_L img {
    width: 100%;
}

.gsjj_R {
    width: 75%;
    position: absolute;
    right: 0;
}

.gsjj_box {
    background: #f9f9f9;
    padding: 34px;
    overflow: hidden;
}

.gsjj_txt {
    display: block;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
    color: #000;
}

.gsjj_M {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    float: right;
}

.gsjj_M a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    display: block;
    border: 3px solid #ca0410;
    background: #ca0410;
    font-size: 16px;
    color: #fff;
    transition: all 0.4s;
}

.gsjj_M a:hover {
    border: 3px solid #ca0410;
    background: #fff;
    color: #333;
}

.index-case-content ul {
    margin-bottom: 40px;
}

.index-case-content .hd ul,
.index-case-content .hd .view-index-case {
    text-align: center;
    font-size: 0;
    margin-left: 0;
}

.index-case-content .hd ul li {
    display: inline-block;
    padding: 0 15px;
    line-height: 35px;
    font-size: 16px;
    color: #595757;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-case-content .hd ul li.flex-active {
    background: #fedc00;
    color: #333;
}

.index-case-content .item~.item {
    display: none;
}

.index-case-content .view {
    margin-left: -5px;
    margin-right: -5px;
}

.index-case-content .view~.view {
    display: none;
}

.index-case-content .view .views-row {
    float: left;
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.index-case-content .view .views-row:first-child {
    width: 50%;
    height: 387px
}

.index-case-content .view .views-row .box {
    position: relative;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-case-content .view .views-row .box:hover {
    box-shadow: 0 0 5px #fddb01;
}

.index-case-content .view .views-row .box .pic {
    overflow: hidden;
}

.index-case-content .view .views-row .box .pic img {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-case-content .view .views-row .box:hover .pic img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.index-case-content .view .views-row .box h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: normal;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 15px;
    box-sizing: border-box;
}

.index-case-content .view .views-row .box h5 a {
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.index-case-content .view .views-row .box:hover h5 {
    background: rgba(202, 4, 16, 0.7);
}

.index-case-content .view .views-row .box:hover h5 a {
    color: #fff !important
}

.dynamic {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background-size: cover;
    position: relative;
}

.dynamic .news {
    float: right;
    width: 49%;
    max-width: 670px;
    margin-top: 30px;
}

.dynamic .news ul {
    float: left;
    width: 100%;
}

.dynamic .news ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.dynamic .date {
    float: left;
    width: 80px;
    height: 87px;
    border: 2px solid #fff;
    background-color: #eae6e0;
    color: #ca0410;
}

.dynamic .date b {
    margin: 0 auto;
    line-height: 45px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.dynamic .date hr {
    width: 40px;
    height: 2px;
    background-color: #ca0410;
    display: block;
    margin: 0 auto;
}

.dynamic .date span {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
}

.dynamic .news ul li .bt {
    float: right;
    width: 85%;
}

.dynamic .news ul li .bt h6 {
    float: left;
    width: 100%;
    line-height: 35px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dynamic .news ul li .bt h6 a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.dynamic .news ul li .bt p {
    float: left;
    width: 100%;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #888;
}

.dynamic .news ul li:hover .bt h6 a,
.dynamic .news ul li:hover .bt p {
    color: #ca0410;
    cursor: hand;
}

.dynamic .pic_new {
    float: left;
    width: 49%;
    max-width: 673px;
    display: block;
    margin-top: 30px;
}

.dynamic .pic_new .pic {
    height: 355px;
    overflow: hidden;
}

.dynamic .pic_new .pic img {
    width: 100%;
}

.dynamic .pic_new .time {
    float: left;
    width: 100%;
    color: #999;
    font-size: 17px;
    line-height: 30px;
    margin: 10px 0;
}

.dynamic .pic_new .title {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    margin: 10px 0px;
}

.dynamic .pic_new .more {
    float: left;
    margin: 5px 0px 30px;
    color: #ca0410;
    line-height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #ca0410;
    font-weight: bold;
}

.dynamic .change {
    bottom: 0;
    right: 10px;
    left: auto;
    position: absolute;
    display: flex;
    z-index: 999;
}

.dynamic .change li {
    margin-left: 15px;
}

.dynamic .change .flex-prev,
.dynamic .change .flex-next {
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    border: 1px solid #dcdcdc;
    opacity: .7;
    display: block;
}

.dynamic .change .flex-prev {
    background: url(../image/ico-prev.png) no-repeat center;
    left: 0;
    background-color: #ffffff;
}

.dynamic .change .flex-next {
    background: url(../image/ico-next.png) no-repeat center;
    left: 40px;
    background-color: #ffffff;
}

.fw {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background-size: cover;
}

.fw_contect {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.fw_contect #china-map {
    width: 100%;
    height: 700px;
}

.fw_contect img.wujiaox {
    position: absolute;
    z-index: 99;
    width: 25px;
    left: 737px;
    top: 210px;
}

.fw_contect .cover {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../image/blue80.png) center;
    width: 45%;
}

.fw_contect .cover .box {
    padding: 50px;
}

.fw_contect .cover .box dl {
    overflow: hidden;
}

.fw_contect .cover .box dt {
    float: left;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
    width: 100%;
}

.fw_contect .cover .box dd {
    float: left;
    width: 49%;
    margin-right: 2%;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    margin-top: 5px;
}

.fw_contect .cover .box dd span {
    display: inline-block;
    margin-right: 3px;
    font-size: 28px;
    color: #facd00;
    font-family: Arial;
    font-weight: bold;
}

.fw_contect .cover .box dd.even {
    margin-right: 0;
}

.fw_contect .cover .box .text {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    margin-top: 30px;
}

.fw_B {
    width: 600px;
    float: left;
}

.fw_B .fw_img {
    width: 100%;
    overflow: hidden;
    float: left;
    transition: all 1s;
}

.fw_B .fw_img::before {
    content: "";
    display: block;
    padding-top: 53.3334%;
}

.fw_R {
    width: 656px;
    float: left;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 25px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fw_R .fw_p {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.fw_R .fw_txt {
    display: block;
    overflow: hidden;
    height: 120px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

.fw_R .fw_M {
    float: right;
    padding-top: 10px;
}

.fw_R .fw_M a {
    width: 168px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    border: 3px solid #ca0410;
    font-size: 16px;
    color: #333333;
    background: #fff;
    transition: all 0.4s;
}

.fw_R .fw_M a:hover {
    border-color: #fff;
    background: #ca0410;
    color: #fff;
}

.anli {
    background: #F6F6F6;
    padding: 80px 0;
    overflow: hidden;
}

.anli .swiper {
    width: 100%;
    height: 100%;
    margin: 30px 0 35px;
}

.anli .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.anli .swiper-slide .pic {
    overflow: hidden;
    height: 216px;
}

.anli .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.anli .swiper-slide .pic img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.anli .swiper-slide .pic:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.anli .swiper-button-prev,
.anli .swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    /*消除默认点击蓝色边框效果*/
    outline: none;
    z-index: 1001;
}

.anli .intro .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 20px 20px 10px;
    text-align: left;
}

.anli .intro .more {
    font-size: 16px;
    color: #333;
    transition: all 0.5s ease;
    text-align: left;
    padding: 0 20px 20px;
}


/*关于我们*/
.main {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.dqwz_title {
    width: 100%;
    float: left;
}

.dqwz_L {
    float: left;
    padding: 21px 0 21px 42px;
    margin-right: 10px;
    background: url(../image/cpzx_title.png) no-repeat left center;
}

.dqwz_p {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    color: #333;
    font-weight: bold;
}

.dqwz_sp {
    display: block;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    font-size: 40px;
    color: #333;
    opacity: 0.3;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: bold;
}

.dqwz_R {
    display: block;
    padding-top: 40px;
    overflow: hidden;
}

.dqwz_nav {
    display: block;
    overflow: hidden;
    line-height: 34px;
    text-align: right;
    color: #333;
    font-size: 14px;
}

.dqwz_nav a {
    margin-left: 10px;
    text-transform: uppercase;
    color: #333;
}

.dqwz_nav a:hover {
    text-decoration: underline;
    color: #ca0410;
}

.dqwz_heng {
    display: block;
    height: 7px;
    position: relative;
}

.dqwz_heng span {
    width: 100%;
    float: left;
    height: 1px;
    background: #cfcfcf;
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1
}

.dqwz_heng::before {
    content: "";
    width: 7px;
    float: left;
    height: 7px;
    background: #ca0410;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.dqwz_contect {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.main_left {
    width: 265px;
    float: left;
}

.about {
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

.about_ul {
    display: block;
    overflow: hidden;
}

.about_ul li {
    display: block;
    overflow: hidden;
    margin-bottom: 4px;
}

.about_ul li a {
    display: block;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    border: 3px solid #f1f1f1;
    border-left: 5px solid #ca0410;
    padding: 0 25px;
    font-size: 18px;
    color: #333333;
    transition: all 0.4s;
    background: #f1f1f1;
}

.about_ul li a:hover {
    border-color: #d7d4d4;
    border-left: 5px solid #ca0410;
    background: #fff;
}

.about_ul li.about_on a {
    border-color: #d7d4d4;
    border-left: 5px solid #ca0410;
    background: #fff;
}


.about_ul dl {
    display: none
}

.about_ul dl dd {
    width: 100%;
    display: block;
    background: url(http://www.shtaicong.com/images/left_li.png) no-repeat;
    background-position: 94% 50%;
    padding-left: 50px;
}

.about_ul dl dd a {
    text-align: left;
    line-height: 32px;
    font-size: 14px;
}

.about_ul dl dd a:hover {
    color: #f00;
}



.about_title {
    display: block;
    overflow: hidden;
}

.about_B {
    display: block;
    overflow: hidden;
    padding-top: 10px;
}

.about_B img {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.about_B span {
    display: block;
    overflow: hidden;
    background: #f1f1f1;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding: 15px;
}

.main_right {
    width: 894px;
    float: right;
}

.company {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

/*END*/

/*产品中心*/
.cpzx_ul1 {
    display: block;
    width: 909px;
}

.cpzx_ul1 li {
    width: 288px;
    float: left;
    margin: 0 15px 30px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cpzx_ul1 li .cpzx_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cpzx_ul1 li .cpzx_img .cpzx_img_top {
    padding-top: 79.86112%;
}

.cpzx_ul1 li .cpzx_img .cpzs_hover {
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: 9999;
    transition: all 0.4s;
}

.cpzx_ul1 li .cpzx_img .cpzs_hover .cpzs_pp {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 53%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.cpzx_ul1 li .cpzx_img .cpzs_hover .cpzs_spp {
    width: 100%;
    float: left;
    height: 26px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 53%;
    text-align: center;
    background: url(../image/cpzx_jia.png) no-repeat center center;
}

.cpzx_ul1 li .cpzs_txt {
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    color: #333;
    transition: all 0.4s;
}

.cpzx_ul1 li:hover .cpzx_img .cpzs_hover {
    bottom: 0;
}

.cpzx_ul1 li:hover .cpzs_txt {
    background: #ca0410;
    color: #fff;
}

.cpxq {
    display: block;
    overflow: hidden;
}

.cpxq_T {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.cpxq_img {
    display: block;
    overflow: hidden;
}

.cpxq_img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #dedede;
}

.cpxq_txt {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    padding-top: 20px;
}

/*END*/

/*新闻中心*/
.xw_ul {
    display: block;
    overflow: hidden;
}

.xw_ul li {
    display: block;
    overflow: hidden;
    line-height: 40px;
    border-bottom: 2px dashed #eeeeee;
    font-size: 14px;
    color: #999999;
}

.xw_ul li span {
    float: right;
}

.xw_ul li a {
    float: left;
    font-size: 16px;
    color: #333333;
}

.xw_ul li a em {
    font-size: 30px;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}

.xw_ul li a:hover {
    color: #ca0410;
}

.xwxq {
    display: block;
    overflow: hidden;
}

.xwxq_p {
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}

.xwxq_sp {
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.xwxq_txt {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
}

/*END*/

/*联系我们*/
.contact {
    display: block;
    overflow: hidden;
}

.contact_txt {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.contact_map {
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

#dituContentmap {
    width: 100%;
    overflow: hidden;
    height: 380px;
    border: 1px solid #ccc;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}


/*浮动QQ*/
.open {
    width: 31px;
    height: 110px;
    background: url(../image/openTrigger.jpg) no-repeat center center;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 9999;
    cursor: pointer;
}

.off {
    width: 24px;
    height: 24px;
    background: url(../image/closeBtnImg.gif) no-repeat center center;
    position: fixed;
    right: -5px;
    top: 140px;
    z-index: 9999;
    cursor: pointer;
}

.fix_qq {
    display: none;
    position: fixed;
    right: 0px;
    top: 150px;
    width: 93px;
    height: 122px;
    z-index: 9999;
    background: url(../image/qq_01.png) no-repeat;
}

.fix_qq_top {
    height: 122px;
    background: url(../image/qq_01.png) no-repeat;
}

.fix_qq_center {
    background: url(../image/qq_02.png) repeat-y;
    text-align: center;
}

.fix_qq_foot {
    height: 4px;
    background: url(../image/qq_04.png) no-repeat;
}