@import 'font/iconfont.css';

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    min-width: 1360px;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #333;
    font-family: 'Microsoft YaHei'
}

li {
    list-style: none
}

img {
    max-width: 100%;
    vertical-align: top;
    border: none
}

button, input, optgroup, select, textarea { /* -webkit-appearance:none;*/
    border: none;
}

    input, button, textarea, select, input:focus, textarea:focus {
        background: none;
        outline: none;
    }

a, button, input, optgroup, select, textarea {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #cc0005;
    }

h1, h2, h3 {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    width: 100%;
    visibility: hidden;
}

.ovh {
    overflow: hidden;
}

.ovs {
    overflow: scroll;
}

.bgf5 {
    background-color: #f5f5f5;
}

.dsn {
    display: none;
}

.bos {
    box-shadow: 0 0 5px #e7e6e6
}

body {
    margin: 0 auto;
}

.jMcontainer {
    margin: 0 auto;
    width: 1360px;
}


header {
    height: 110px;
    border-bottom: solid 1px #dedede;
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    margin: 0;
    background: #fff;
}

.header {
    display: table;
    height: 100%;
}

.header-left, .header-right, .header-search-box, .top-vip, .header-register1, .header-goLogin {
    display: table-cell;
    vertical-align: middle;
}

.header-left {
    width: 418px;
}

    .header-left .topLogo {
        display: block;
        width: 100%;
        height: 100%;
        background-image: url('../images/topLogo1.png');
        background-position: left center;
        background-repeat: no-repeat;
        cursor: pointer;
        ;
    }

.header-right {
    text-align: right;
}

.header-search-box {
    position: relative;
    vertical-align: middle;
    font-size: 0;
    padding-right: 100px;
}

    .header-search-box input[type="text"], .header-search-box input[type="submit"] {
        display: inline-block;
        vertical-align: middle;
        height: 36px;
        line-height: 36px;
        border-radius: 3px;
    }

    .header-search-box input[type="text"] {
        padding: 0 20px;
        width: 200px;
        border: solid 1px #dedede;
        border-right: none;
    }

    .header-search-box input[type="submit"] {
        padding: 0 10px;
        background-color: #cc0005;
        color: #fff;
    }

    .header-search-box .inputBox {
        overflow: hidden;
        z-index: 10;
        position: absolute;
        top: 30px;
        right: 156px;
        padding: 7px 0px 7px 20px;
        width: 0px;
        height: 50px;
        border-left: solid 1px #dedede;
        background-color: #fff;
    }

    .header-search-box span {
        display: inline-block;
        vertical-align: middle;
        margin-left: -1px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        color: #cc0005;
        font-weight: bold;
        cursor: pointer;
    }

    .header-search-box .inputBox.on {
        padding: 7px 20px;
        width: 288px;
    }

    .header-search-box .searchbtn {
        display: inline-block;
        vertical-align: middle;
        margin-left: -1px;
        width: 55px;
        height: 36px;
        line-height: 36px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        background-color: #cc0005;
        border: solid 1px #cc0005;
        border-radius: 3px;
        cursor: pointer;
        background: url(../images/search-ico.png) center center no-repeat, radial-gradient(farthest-corner at 50% 20%, #cc0005, #de3b4c);
    }

.top-vip-box {
    padding: 0 18px;
    height: 50px;
}

    .top-vip-box.bol1 {
        border-left: solid 1px #dedede;
    }

.top-vip a {
    display: block;
    text-align: center
}

    .top-vip a.top-vip-name {
        color: #666;
    }

        .top-vip a.top-vip-name span {
            color: #cc0005;
        }

    .top-vip a.top-quit {
        margin: 10px auto 0;
        width: 70px;
        height: 20px;
        line-height: 20px;
        color: #cc0005;
        border: 1px #cc0005 solid;
        border-radius: 5px;
    }

.header-register1 {
    text-align: left;
}

    .header-register1 p {
        margin-left: 20px;
        padding-left: 20px;
        height: 54px;
        line-height: 54px;
        font-size: 24px;
        border-left: #dedede solid 1px;
    }

.header-goLogin {
    font-size: 18px;
}

    .header-goLogin a {
        color: #cc0005;
    }

        .header-goLogin a:hover {
            text-decoration: underline;
        }

.topNav-toggle {
    display: none;
}

nav {
}

.fatherNav {
    z-index: 9;
    position: relative;
    padding-right: 40px;
    line-height: 50px;
}

    .fatherNav .item {
        position: relative;
        display: inline-block;
        margin: 0 8px;
        text-align: center;
    }

        .fatherNav .item > a {
            display: block;
            padding: 0 6px;
            font-size: 16px;
            color: #333;
        }

        .fatherNav .item.on > a {
            color: #cc0005;
            font-weight: bold;
            border-bottom: solid 2px #cc0005;
        }

        .fatherNav .item:hover .sonNav, .fatherNav .item.on .sonNav {
        }

    .fatherNav .icon {
        position: absolute;
        right: -90px;
        top: 8px;
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 50%;
        background-color: #2ba245;
    }

        .fatherNav .icon a {
            color: #fff;
            font-size: 20px;
        }

        .fatherNav .icon.topPhone {
            right: -150px;
            background-color: #0f78bc;
        }

        .fatherNav .icon a img {
            display: none;
            position: absolute;
            top: 50px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            max-width: initial;
        }

        .fatherNav .icon a:hover img {
            display: block;
        }

.sonNav {
    display: none;
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    padding: 10px 20px;
    width: 150px;
    background-color: rgba(255,255,255,.8);
    border-bottom: solid 3px #cc0005;
    transition: all .3s;
}

    .sonNav a {
        display: block;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-bottom: solid 1px #c1bebe;
        color: #333;
    }

        .sonNav a:hover {
            background-color: #cc0005;
            color: #fff;
        }

.banner {
    height: 680px;
}

    .banner .swiper-slide {
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }



footer {
    background-color: #2f2f2f;
    position: fixed;
    bottom: 0;
    width: 100%
}

.footer {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 40px auto;
}

.link-box {
    flex: 1;
    padding-left: 38px;
    padding-bottom: 20px;
    border-left: solid 1px #444;
}

    .link-box:first-of-type {
        border: none;
    }

    .link-box a {
        display: block;
        line-height: 28px;
        color: #fff;
    }

        .link-box a:first-of-type {
            margin-bottom: 12px;
            font-weight: bold;
            font-size: 18px;
            color: #fff;
        }

        .link-box a:hover, .record a:hover {
            color: #ff0;
        }

.record {
    position: relative;
    line-height: 58px;
    color: #fff;
    border-top: solid 1px #444;
    text-align: center
}

    .record a {
        color: #fff;
    }

.links {
    float: right;
    margin-top: 10px;
    padding: 0 20px;
    width: 200px;
    border: solid 1px #444;
    border-radius: 17px;
}

    .links h2 {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        font-weight: normal;
        vertical-align: middle;
        cursor: pointer;
    }

        .links h2 span {
            display: inline-block;
            margin-left: 86px;
            transform: rotate(-90deg);
            vertical-align: middle;
        }

    .links:hover {
        color: #fff;
    }

    .links ul {
        position: absolute;
        top: -46px;
        right: 0;
        opacity: 0;
        transition: opacity .3s;
    }

        .links ul li {
            display: inline-block;
            margin-left: 10px;
        }

    .links:hover ul {
        opacity: 1;
    }


.ty-title {
    margin: 40px auto;
    ;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
}

.readMore {
    display: block;
    width: 118px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #dedede;
    text-align: center;
    font-size: 16px;
    ;
}

    .readMore span {
        margin-left: 8px;
    }

    .readMore:hover {
        border: solid 1px #cc0005;
    }


.ty-img-box {
    position: relative;
    overflow: hidden;
}

    .ty-img-box .img {
        z-index: 99;
        width: 100%;
        height: 100%;
    }

        .ty-img-box .img img {
            width: 100%;
            transform: scale(1.1);
            transition: all .3s
        }

    .ty-img-box .info {
        z-index: 100;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 5%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        color: #fff;
        opacity: 0;
        transition: all .3s
    }

        .ty-img-box .info::before {
            content: '';
            display: block;
            height: 50%;
            width: 100%;
            opacity: 0;
        }

        .ty-img-box .info h3, .ty-img-box .info span {
            color: #ee7758;
        }

        .ty-img-box .info h2 {
            margin: 10px auto;
        }

        .ty-img-box .info p {
            margin-bottom: 20px;
        }

        .ty-img-box .info span {
            text-decoration: underline;
        }

            .ty-img-box .info span i {
                vertical-align: middle;
                font-size: 12px;
            }

    .ty-img-box:hover .info {
        opacity: 1;
    }

    .ty-img-box:hover .img img {
        transform: scale(1);
        opacity: .8;
    }

/*����*/
.zZcontainer {
    margin: 0 auto;
    width: 1360px;
}

.newsList {
    display: -webkit-flex;
    display: flex;
}

.newsList {
    margin-bottom: 40px;
    height: 213px;
    border: solid 1px #dedede;
    color: #999;
}

    .newsList .img {
        flex: 0 0 318px;
        overflow: hidden;
    }

        .newsList .img img {
            transition: all .3s;
        }

    .newsList .icon {
        flex: 0 0 158px;
        margin-top: 30px;
        height: 150px;
        line-height: 150px;
        text-align: center;
        border-left: solid 1px #dedede;
    }

        .newsList .icon span {
            font-size: 36px;
        }

    .newsList .info {
        flex: 1;
        padding: 0 40px;
        ;
    }

        .newsList .info h2 {
            margin: 30px auto 12px;
            font-size: 20px;
            font-weight: normal;
            color: #333;
        }

        .newsList .info p {
            line-height: 24px;
        }

        .newsList .info .date {
            margin-top: 20px;
        }

            .newsList .info .date span {
                margin-left: 30px;
                margin-right: 8px;
            }

    .newsList:hover {
        color: #999;
        border: solid 1px #ef6c6f;
    }

        .newsList:hover h2 {
            color: #cc0005;
        }

        .newsList:hover img {
            transform: scale(1.05);
        }

    .newsList.case {
        height: 240px;
    }

        .newsList.case .img {
            flex: 0 0 480px
        }

        .newsList.case h2 {
            font-weight: bold;
        }

        .newsList.case p {
            font-size: 16px;
            line-height: 34px;
        }

        .newsList.case .read {
            display: block;
            margin-top: 10px;
            font-size: 16px;
            color: #0d81e6;
        }

        .newsList.case:hover .read {
            color: #cc0005;
        }

.detail {
    color: #666;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: justify
}

    .detail h1 {
        margin-top: 20px;
        font-size: 24px;
        text-align: center;
        font-weight: normal;
        color: #333;
    }

    .detail .date {
        height: 72px;
        line-height: 72px;
        text-align: center;
        border-bottom: solid 1px #dedede;
    }

        .detail .date span {
            display: inline-block;
            margin-left: 30px;
            margin-right: 8px;
            cursor: pointer;
        }

    .detail .content {
        padding: 0 60px;
    }
        /*.detail .content p { margin-top: 20px; font-size: 16px; line-height: 30px;}*/
        .detail .content .nr {
            margin-top: 20px;
            font-size: 16px;
            line-height: 30px;
        }

        .detail .content img {
            display: block;
            margin: 0 auto;
        }

    .detail .goback {
        display: block;
        margin: 20px auto 40px;
        width: 160px;
        height: 48px;
        line-height: 48px;
        color: #fff;
        background-color: #cc0005;
        text-align: center;
    }

.next-prev p {
    margin-top: 10px;
}

.page {
    margin: 20px auto 40px;
    text-align: center;
}

    .page a { /*margin: 0 10px; */ /*height: 28px; line-height: 28px; padding: 4px 8px;*/
        border: solid 1px #dedede;
        color: #999;
        cursor: pointer;
    }

        .page a.on, .page a:hover {
            color: #fff;
            background-color: #cc0005;
            border: solid 1px #cc0005;
        }

.paginator {
    font: 12px "΢���ź�";
    margin: 0 auto;
}

    .paginator a {
        border: solid 1px #dedede;
        color: #000000;
        cursor: pointer;
        text-decoration: none;
    }

        .paginator a:visited { /*padding: 1px 6px;*/
            border: solid 1px #dedede;
            background: #fff;
            text-decoration: none;
            color: #000000
        }

    .paginator .cpb {
        border: 1px solid #cc0005;
        color: #FFF;
        background-color: #cc0005;
        font-family: "΢���ź�"
    }

    .paginator a:hover {
        border: solid 1px #cc0005;
        color: #fff;
        text-decoration: none;
        background: #cc0005;
        display: block
    }

    .paginator a, .paginator a:visited, .paginator .cpb, .paginator a:hover { /*height:20px;line-height:20px;min-width:20px;_width:10px;*/
        margin-right: 5px;
        text-align: center;
        white-space: nowrap;
        font-size: 14px;
        font-family: ΢���ź�;
        padding: 5px 10px;
        display: inline-block
    }

#bg {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 300%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    position: fixed;
    _position: absolute;
    _left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);
    _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
    text-align: center;
    font-size: 14px
}

    #bg img {
        margin-top: 25%;
        color: #FFFFFF
    }

.img_div {
    width: 120px;
    height: 90px;
    position: relative
}

.uploading {
    width: 150px;
    height: 45px;
    margin: 15px auto;
    font-size: 16px;
    background: #45b6df;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 2px
}

.ui-upload {
    font-size: 0.12rem;
    width: 100%;
    height: 90px;
    /*line-height: 30px;*/
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    background: #4788d7;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    margin-top: 0.1rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

    .ui-upload input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
        text-align: center;
    }

a.ui-upload {
    color: #FFFFFF
}
/*a:hover {color: #ffffff;}*/
#pic {
    padding: 5px 0 5px 0
}

.jindutiao {
    display: none;
    width: 100%
}

.ui-upload2 {
    font-size: 16px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    background: #00b7ee;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    margin-top: 0.1rem;
}

    .ui-upload2 input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
        text-align: center;
    }

a.ui-upload2 {
    color: #FFFFFF
}

.login-bg {
    width: 100%;
    background: url(../images/login-bg.jpg) no-repeat center;
    height: 808px
}

.top-h {
    height: 110px
}

.foot-h {
    height: 58px
}

.UserRegSelect {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: #D2D2D2 solid 1px;
    display: block;
    padding: 0 5px
}

.buchongtongzhi {
    width: 60%;
    margin: 0 auto;
    line-height: 30px;
    position: fixed;
    top: 15%;
    left: 0;
    right: 0;
    height: 60%;
    background-color: #FFFFFF;
    padding: 2%;
    border-radius: 10px;
    z-index: 9999999;
    font-size: 16px;
    display: none
}

.buchongtongzhi-txt {
    width: 100%;
    height: 90%;
    overflow-y: auto
}

.buchong-over {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.3;
    z-index: 999;
    display: none
}

.baomingbtn {
    text-align: center
}

.shangchuangchengong {
    width: 20%;
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    padding: 1%;
    border-radius: 10px;
    z-index: 9999999;
    font-size: 16px;
    margin: 0 auto;
    background-color: #FFFFFF; display:none
}
    .shangchuangchengong p {
        text-align: center;
        padding-bottom: 15px;
       
    }
.shangchuangchengong img{width:100%}
