/*
* @Author: 哈利路球
* @Date:   2018-06-05 10:52:50
* @Last Modified by:   Being
* @Last Modified time: 2019-10-06 15:31:49
*/

@import url(pscroll.css);
* {
    outline: none;
}

body {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #5f5f5f;
}

div {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

a img {
    border: 0;
}

a {
    color: #5f5f5f;
    text-decoration: none;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
}

.page_info {
    width: 100%;
    text-align: center;
    line-height: .4rem;
    padding: 0.4rem 0 0.6rem;
}

.page {
    display: inline-block;
    padding-left: 0;
    border-radius: .04rem;
}

.page>li {
    display: inline;
}

.page>li>a {
    color: #686868;
}

.page>.current>a,
.page>.current>span {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #c20000;
    border-color: #c20000;
}

.page>li>a,
.page>li>span {
    position: relative;
    float: left;
    padding: .08rem .15rem;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}

.kinMaxShow_image_item {
    background-position: center center !important;
    background-size: auto auto !important;
}

.index_nav {
    height: 1rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0.55rem;
    z-index: 2;
}

.index_nav ul li {
    width: 1.68rem;
    float: left;
    text-align: center;
}

.index_nav ul li a {
    font-size: 0.16rem;
    color: #ffffff;
    line-height: 1rem;
}

.index_nav ul li.on a {
    font-size: 0.18rem;
    font-weight: bold;
}

.index_logo {
    position: absolute;
    z-index: 3;
    top: 0.4rem;
    left: 50%;
    margin-left: -0.65rem;
}

.index_logo img {
    width: 1.3rem;
    height: 1.3rem;
}

.menus {
    display: none;
}

.index_name {
    position: absolute;
    top: 4rem;
    left: 50%;
    width: 11rem;
    margin-left: -5.5rem;
    z-index: 3;
    text-align: center;
}

.index_name .cn {
    font-size: 0.62rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.1rem;
}

.index_name .en {
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.5rem;
    letter-spacing: 0.08rem;
}

.comm_title {
    text-align: center;
    color: #333333;
}

.comm_title .cn {
    font-size: 0.3rem;
    line-height: 0.55rem;
}

.comm_title .line {
    height: 10px;
    line-height: 0;
}

.comm_title .en {
    font-size: 0.18rem;
    line-height: 0.3rem;
}

.comm_title .en b {
    font-size: 0.28rem;
}

.ywfw {
    padding-top: 0.7rem;
    padding-bottom: 1.1rem;
    background: #ffffff;
}

.ywfw .company_list {
    padding-top: 0.4rem;
    padding-bottom: 0.7rem;
}

.ywfw .company_list .item {
    text-align: center;
}

.ywfw .company_list .item img {
    cursor: pointer
}

.ywfw .company_info {
    width: 11rem;
    height: 3.5rem;
    margin: 0 auto;
    background: #c20000;
}

.ywfw .company_info ul li {
    display: none;
}

.ywfw .company_info ul li.on {
    display: block;
}

.ywfw .company_info .left {
    width: 3.82rem;
    float: left;
    padding: 0.25rem 0;
    color: #ffffff;
}

.ywfw .company_info .left .title {
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.4rem;
}

.ywfw .company_info .left .desc {
    height: 0.9rem;
    overflow: hidden;
}

.ywfw .company_info .left .yewu {
    padding-left: 0.25rem;
}

.ywfw .company_info .left .into {
    margin-top: 0.1rem;
}

.ywfw .company_info .left .info {
    padding-left: 0.25rem;
}

.ywfw .company_info .right {
    width: 7rem;
    float: right;
}

.ywfw .company_info .right img {
    width: 7rem;
    height: 3.5rem;
}

.gywm {
    background: url('../images/gywm_bj.jpg') center center no-repeat;
    height: 8rem;
    padding-top: 1.1rem;
}

.gywm .comm_title {
    height: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding-top: 0.25rem;
}

.gywm .box {
    height: 3.4rem;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 0.75rem;
    padding: 0.55rem;
    text-align: center;
    color: #ffffff;
}

.gywm .box .text {
    height: 1.2rem;
    overflow: hidden;
}

.gywm .box .more {
    width: 1.5rem;
    height: 0.4rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    background: #c20000;
    margin: 0.45rem auto 0;
}

.gywm .box .more a {
    color: #fcff00;
}

.xwzx {
    background: #ffffff;
}

.xwzx .container {
    padding: 0.9rem 0.5rem 1.1rem;
}

.xwzx .comm_title {
    text-align: left;
}

.xwzx .comm_title .cn {
    padding-left: 0.25rem;
}

.xwzx .comm_title .line {
    padding-left: 0.25rem;
}

.xwzx .box {
    margin-top: 0.6rem;
}

.xwzx .box .left {
    width: 4.05rem;
    float: left;
}

.xwzx .box .left ul li {
    display: none;
}

.xwzx .box .left ul li.on {
    display: block;
}

.xwzx .box .left .title {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    color: #333333;
    height: 0.4rem;
    overflow: hidden;
}

.xwzx .box .left .date {
    font-size: 0.16rem;
    color: #838383;
    line-height: 0.2rem;
}

.xwzx .box .left .desc {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #5f5f5f;
    height: 2.1rem;
    overflow: hidden;
}

.xwzx .box .left .more {
    margin-top: 0.3rem;
    text-align: right;
    margin-right: 0.1rem;
}

.xwzx .box .right {
    width: 6.24rem;
    float: right;
}

.xwzx .box .right ul li {
    width: 1rem;
    height: 3.9rem;
    margin-left: 0.1rem;
    float: left;
    background-size: cover;
    cursor: pointer
}

.xwzx .box .right ul li.on {
    width: 3.9rem;
}

.ryzz {
    background: url('../images/ryzz_bj.jpg') center center no-repeat;
    height: 9.5rem;
    padding-top: 0.9rem;
}

.ryzz .list {
    margin-top: 0.55rem;
    padding-left: 1rem
}

.ryzz .list .bd ul li {
    width: 3.3rem;
    float: left;
    margin-top: 0.3rem;
    text-align: center;
}

.ryzz .list .bd ul li .box {
    width: 3rem;
    margin: 0 auto;
}

.ryzz .list .bd ul li .box .img {
    width: 3rem;
    height: 2.15rem;
    position: relative;
}

.ryzz .list .bd ul li .box .img img {
    width: 3rem;
    height: 2.15rem;
}

.ryzz .list .bd ul li .box .zhe {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}

.ryzz .list .bd ul li .box .on {
    display: block;
}

.ryzz .list .bd ul li .box .name {
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.4rem;
    height: 0.8rem;
    overflow: hidden;
    margin-top: 0.8rem;
}

.ryzz .list .bd ul li .box .zhe a {
    font-size: 0.12rem;
    color: #c20000;
}

.ryzz .list .bd ul li img {
    width: 3rem;
    height: 2.15rem;
}

.ryzz .list .bd ul li .title {
    background: #393d43;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
}

.ryzz .list .bd ul li .title a {
    color: #ffffff;
}

.ryzz .hd {
    margin-top: 0.5rem;
    text-align: center;
    position: relative;
    left: 42%;
    width: 2rem;
}

.ryzz .hd ul li {
    float: left;
    width: 0.15rem;
    height: 0.15rem;
    overflow: hidden;
    margin-right: 0.2rem;
    text-indent: -999px;
    cursor: pointer;
    border: 0.02rem solid #ffffff;
}

.ryzz .hd ul li.on {
    background: #c20000;
    border: 0.02rem #c20 solid;
}

.lxwm {
    height: 7.2rem;
    background: url('../images/lxwm_bj.jpg') center center no-repeat;
}

.lxwm .content {
    width: 6rem;
    float: right;
    text-align: center;
}

.lxwm .content .comm_title {
    margin-top: 0.8rem;
}

.lxwm .content .logo {
    margin-top: 0.5rem;
}

.lxwm .content .logo img {
    width: 0.82rem;
    height: 0.82rem;
}

.lxwm .content .company_name {
    font-size: 0.24rem;
    color: #c20000;
    line-height: 0.4rem;
}

.lxwm .content .text {
    margin-top: 0.35rem;
    color: #333333;
}

.footer {
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background: #2c2c2c;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
}

.subheader {
    height: 1.15rem;
    line-height: 1.15rem;
    background: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0.03rem 0.03rem 0.03rem 0.03rem rgba(100, 100, 100, 0.1);
}

.subheader ul li {
    width: 1.68rem;
    float: left;
    text-align: center;
}

.subheader ul li a {
    font-size: 0.16rem;
    color: #333333;
}

.subheader ul li.on a {
    color: #c20000;
}

.sublogo {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    margin-left: -0.65rem;
}

.sublogo img {
    width: 1.3rem;
    height: 1.3rem;
}

.menusub {
    display: none;
}

.subbanner {
    height: 5rem;
    background: url('../images/subbanner.jpg') center center no-repeat;
    text-align: center;
    padding-top: 1.75rem;
    color: #ffffff;
}

.subbanner .cn {
    font-size: 0.72rem;
    line-height: 0.9rem;
    font-weight: bold;
}

.subbanner .en {
    font-size: 0.4rem;
    line-height: 0.6rem;
    font-weight: bold;
}

.newslist {
    margin-top: 0.55rem;
}

.newslist ul li {
    border: 1px solid #dcdcdc;
    padding: 0.15rem;
    margin-bottom: 0.25rem;
}

.newslist ul li .left {
    float: left;
    width: 1.67rem;
}

.newslist ul li .left img {
    width: 1.67rem;
    height: 1.25rem;
}

.newslist ul li .center {
    width: 6.9rem;
    margin-left: 0.6rem;
    float: left;
}

.newslist ul li .center .title {
    font-size: 0.24rem;
    line-height: 0.5rem;
    height: 0.5rem;
    overflow: hidden;
}

.newslist ul li .center .title a {
    color: #333333;
}

.newslist ul li .center .desc {
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    color: #838383;
}

.newslist ul li .right {
    float: right;
    width: 1.3rem;
}

.newslist ul li .right .date {
    line-height: 0.5rem;
    font-size: 0.36rem;
    color: #838383;
    margin-top: 0.05rem;
}

.newslist ul li .right .more {
    width: 0.63rem;
    height: 0.46rem;
    margin-top: 0.15rem;
}

.newslist ul li .right .more img {
    width: 0.63rem;
    height: 0.46rem;
}

.subbanner .container {
    text-align: left;
    padding: 0 0.5rem;
}

.subbanner .company_cn {
    font-size: 0.36rem;
    line-height: 0.45rem;
    font-weight: bold;
}

.subbanner .company_en {
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: bold;
}

.subbanner .yewufanwei {
    margin-top: 0.2rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
}

.subbanner .yewufanwei span {
    font-size: 0.18rem;
}

.company_show {
    position: relative;
}

.company_show .container {
    min-height: 9.44rem;
}

.company_show .left {
    width: 3.65rem;
    float: left;
    padding: 0.45rem 0.25rem;
    position: absolute;
    z-index: 1;
    box-shadow: 0.1rem 0px 0.3rem -0.1rem #9f9f9f;
    height: 100%;
}

.company_show .left .name {
    width: 1.54rem;
    font-size: 0.34rem;
    line-height: 0.75rem;
    color: #333333;
    font-weight: bold;
    border-bottom: 0.02rem solid #c20000;
}

.company_show .left .zhe {
    display: none;
}

.company_show .left .comlist {
    margin-top: 0.3rem;
}

.company_show .left .comlist ul li {
    line-height: 0.82rem;
    font-size: 0.18rem;
    font-weight: bold;
    border-bottom: 1px solid #d7d7d7;
}

.company_show .left .comlist ul li a {
    color: #333333;
}

.company_show .left .comlist ul li.on {
    border-bottom: 1px solid #f2c9c9;
}

.company_show .left .comlist ul li.on a {
    color: #c20000;
}

.company_show .right {
    width: 7.5rem;
    float: right;
    margin-right: 0.45rem;
    color: #333333;
}

.company_show .right .company_title {
    text-align: center;
    margin-top: 0.7rem;
    line-height: 1rem;
    color: #333333;
    font-weight: bold;
    font-size: 0.3rem;
}

.company_show .right .company_title {
    text-align: center;
    margin-top: 0.7rem;
    line-height: 1rem;
    font-weight: bold;
    font-size: 0.3rem;
}

.company_show .right .company_title span {
    font-size: 0.18rem;
    margin-left: 0.1rem;
    border-left: 0.02rem solid #c20000;
    padding-left: 0.1rem;
}

.company_show .right .company_honor {
    margin-top: 0.2rem;
}

.company_show .right .company_honor ul li {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 0.3rem;
}

.company_show .right .company_honor ul li img {
    width: 3rem;
    height: 2.15rem;
    box-shadow: 0.05rem 0.05rem 0.05rem 0 #c5c5c5;
}

.company_show .right .company_contact {
    margin-top: 1.5rem;
}

.company_show .right .company_contact .name .logo {
    float: left;
}

.company_show .right .company_contact .name .logo img {
    width: 1rem;
    height: 1rem;
}

.company_show .right .company_contact .name .company_name {
    font-size: 0.24rem;
    color: #c20000;
    line-height: 1rem;
    margin-left: 0.25rem;
    float: left;
}

.company_show .right .company_contact .other {
    margin: 0.55rem 0;
}

.company_show .right .company_contact .other ul li {
    width: 3rem;
    margin-right: 0.5rem;
    float: left;
}

.company_show .right .company_contact .other ul li .ico .img {
    width: 0.48rem;
    float: left;
}

.company_show .right .company_contact .other ul li .ico .img img {
    width: 0.48rem;
    height: 0.48rem;
}

.company_show .right .company_contact .other ul li .ico .name {
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.48rem;
    margin-left: 0.15rem;
    float: left;
}

.company_show .right .company_contact .other ul li .text {
    margin-top: 0.25rem;
}

.shownews {
    margin-top: 0.55rem;
    padding: 0 0.2rem 0.4rem;
}

.shownews .title {
    font-size: 0.3rem;
    line-height: 0.45rem;
    color: #333333;
    text-align: center;
}

.shownews .date {
    text-align: center;
    line-height: 0.5rem;
    margin-top: 0.2rem;
}

@media (max-width: 767px) {
    body {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .container {
        width: 100%;
        margin: 0 auto;
    }
    .index_logo {
        top: 0;
        margin-left: -1rem;
        z-index: 21;
    }
    .index_logo img {
        width: 2rem;
        height: 2rem;
    }
    .menus {
        display: block;
        width: 0.7rem;
        height: 0.7rem;
        position: absolute;
        right: 0.4rem;
        top: 0.7rem;
        z-index: 999;
    }
    .index_nav {
        z-index: 20;
    }
    .index_nav ul {
        display: none;
        position: absolute;
        top: 1.5rem;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 6;
    }
    .index_nav ul li {
        width: 50%;
    }
    .index_nav ul li a {
        font-size: 0.3rem;
    }
    .index_nav ul li.on a {
        font-size: 0.3rem;
    }
    .index_nav ul li.wn {
        display: none;
    }
    .index_name {
        width: 7rem;
        top: 2.2rem;
        margin-left: -3.5rem;
    }
    .index_name .en {
        display: none;
    }
    .comm_title .cn {
        font-size: 0.5rem;
        line-height: 1rem;
    }
    .comm_title .en {
        font-size: 0.36rem;
        line-height: 0.7rem;
    }
    .ywfw {
        padding-bottom: ;
    }
    .ywfw .company_info {
        width: 100%;
    }
    .ywfw .company_info {
        height: auto;
    }
    .ywfw .company_info .left {
        width: 100%;
    }
    .ywfw .company_info .left .desc {
        height: auto;
    }
    .ywfw .company_info .right {
        display: none;
    }
    .gywm {
        height: auto;
    }
    .gywm .comm_title {
        height: auto;
    }
    .gywm .box {
        height: auto;
    }
    .gywm .box .text {
        height: auto;
        text-align: left;
        text-indent: 2em;
    }
    .gywm .box .more {
        width: 3rem;
        line-height: 0.7rem;
        height: 0.7rem;
    }
    .xwzx .box {
        margin-top: 0.3rem;
    }
    .xwzx .box .left {
        width: 100%;
        float: none;
    }
    .xwzx .box .left .title {
        font-size: 0.4rem;
        line-height: 1rem;
        height: 1rem;
    }
    .xwzx .box .left .date {
        font-size: 0.2rem;
    }
    .xwzx .box .left .desc {
        font-size: 0.22rem;
        line-height: 0.45rem;
    }
    .xwzx .box .left .more {
        text-align: center;
    }
    .xwzx .box .right {
        margin: 0 auto;
        float: none;
        margin-top: 0.3rem;
    }
    .ryzz {
        height: 0.5rem;
    }
    .ryzz .container {
        display: none;
    }
    .lxwm {
        background: #ffffff;
        height: auto;
    }
    .lxwm .content {
        width: 100%;
        padding: 0.5rem 0.3rem 0.8rem;
    }
    .lxwm .content .comm_title {
        display: none;
    }
    .lxwm .content .logo img {
        width: 2rem;
        height: 2rem;
    }
    .lxwm .content .company_name {
        font-size: 0.4rem;
        line-height: 0.8rem;
    }
    .footer {
        height: auto;
        padding: 0.3rem 0;
    }
    .footer span {
        display: block;
        line-height: 0.5rem;
    }
    .sublogo {
        z-index: 21;
    }
    .menusub {
        display: block;
        width: 0.7rem;
        height: 0.7rem;
        position: absolute;
        right: 0.4rem;
        top: 0.3rem;
        z-index: 999;
    }
    .subheader {
        z-index: 20;
    }
    .subheader ul {
        display: none;
        position: absolute;
        top: 1.5rem;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 6;
    }
    .subheader ul li {
        width: 50%;
        line-height: 1rem;
    }
    .subheader ul li a {
        font-size: 0.3rem;
        color: #ffffff;
    }
    .subheader ul li.on a {
        color: #ffffff;
    }
    .subheader ul li.wn {
        display: none;
    }
    .newslist ul li {
        border: none;
        border-bottom: 1px solid #9f9f9f;
        padding: 0.3rem;
    }
    .newslist ul li .left {
        display: none;
    }
    .newslist ul li .center {
        width: 100%;
        margin-left: 0;
    }
    .newslist ul li .right {
        display: none;
    }
    .newslist ul li .center .title {
        font-size: 0.3rem;
    }
    .newslist ul li .center .desc {
        font-size: 0.22rem;
        height: auto;
        line-height: 0.5rem;
    }
    .shownews .title {
        font-size: 0.35rem;
        line-height: 0.7rem;
    }
    .subbanner {
        height: auto;
        padding: 1.7rem 0;
    }
    .subbanner .company_cn {
        font-size: 0.5rem;
        line-height: 0.6rem;
    }
    .subbanner .company_en {
        font-size: 0.35rem;
        line-height: 0.5rem;
    }
    .subbanner .yewufanwei {
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .subbanner .yewufanwei span {
        font-size: 0.3rem;
    }
    .company_show .container {
        min-height: auto;
    }
    .company_show .left {
        position: relative;
        width: 100%;
        box-shadow: none;
    }
    .company_show .right {
        width: 100%;
        margin-right: 0;
        padding: 0 0.3rem;
    }
    .company_show .left .name {
        font-size: 0.48rem;
        width: 4rem;
        line-height: 1rem;
        float: left;
    }
    .company_show .left .zhe {
        display: block;
        float: right;
        width: 0.6rem;
        margin-top: 0.3rem;
        margin-right: 0.4rem;
    }
    .company_show .left .comlist {
        display: none;
    }
    .company_show .left .comlist ul li {
        font-size: 0.3rem;
    }
    .company_show .right .company_honor ul li {
        width: 100%;
        margin-top: 0.3rem;
    }
    .company_show .right .company_honor ul li img {
        width: 6rem;
        height: 4.3rem;
    }
    .company_show .right .company_contact .name .logo img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .company_show .right .company_contact .name .company_name {
        font-size: 0.35rem;
        line-height: 1.5rem;
        font-weight: bold;
    }
    .company_show .right .company_contact .other ul li {
        width: 100%;
        margin-bottom: 0.5rem;
        margin-right: 0;
        padding-left: 0.5rem;
        box-sizing: border-box;
    }
    .company_show .right .company_contact .other ul li .ico .img {
        width: 0.8rem;
    }
    .company_show .right .company_contact .other ul li .ico .img img {
        width: 0.8rem;
        height: 0.8rem;
    }
    .company_show .right .company_contact .other ul li .ico .name {
        font-size: 0.3rem;
        line-height: 0.8rem;
    }
}