﻿@charset 'utf-8';
body {
    font-family: 'Arial', 'Microsoft Yahei'
}

.header {
    height: 80px
}

.header .logo {
    line-height: 80px;width:375px;
}

.header .nav li {
    z-index: 555;
    position: relative;
    float: left;
    height: 80px;
    line-height: 80px
}

.header .nav li:hover h2>a,
.header .nav li.cur h2>a {
    color: #d6000f;
}

.header .nav li:hover .sub-nav {
    top: 80px;
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

.header .nav li:hover .sub-nav a:nth-child(1)::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.header .nav li h2>a {
    display: block;
    padding: 0 14px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    color: #000;
}

.header .nav li .sub-nav {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.header .nav li .sub-nav a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    border-top: none;
    background: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header .nav li .sub-nav a:nth-child(1) {
    position: relative
}

.header .nav li .sub-nav a:nth-child(1)::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    border-top: 2px solid #d6000f;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: opacity .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, transform .5s ease 0s
}

.header .nav li .sub-nav a:hover {
    border-color: #d6000f;
    background: #d6000f;
    color: #fff
}

.header .search-btn {
    width: 80px;
    height: 80px;
    background: url(../images/search-btn.png) no-repeat center;
    cursor: pointer
}

.header .search {
    display: none;
    z-index: 666;
    position: absolute;
    width: 75%;
    height: 80px;
    top: 0;
    right: 0px;
    padding-left: 30%;
    background: #fff
}

.header .search .txt {
    width: calc(100% - 70px);
    height: 80px;
    line-height: 80px
}

.header .search .btn {
    width: 35px;
    height: 80px;
    cursor: pointer;
    background: url(../images/search-btn.png) no-repeat center;
    text-indent: -9999px
}

.header .search .btn2 {
    position: absolute;
    left: -18px;
    margin-left: 39%;
    top: 0;
    width: 18px;
    height: 80px;
    background: url(../images/search-x.png) no-repeat center;
    cursor: pointer
}

.header .language {
    position: relative;
    z-index: 1
}

.header .language strong {
    position: relative;
    display: block;
    width: 40px;
    height: 80px;
    line-height: 80px;
    font-size: 12px;
    cursor: pointer
}

.header .language strong.cur::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .language strong::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/language_icon.png) no-repeat center;
    -webkit-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s
}

.header .language ul {
    position: absolute;
    top: 80px;
    right: 0
}

.header .language ul li {
    width: 115px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #fff
}

.header .language ul li:nth-child(1) {
    border-bottom: 1px solid #e5e5e5
}

.header .language ul a {
    display: block;
    color: #666;
    font-size: 12px
}

.header .language ul a:hover {
    color: #fff;
    background: #d6000f
}

.footer {
    background: #394458;
    color: #a5acbc;
    overflow: hidden
}

.footer .fl {
    line-height: 60px
}

.footer .bdsharebuttonbox a {
    width: 26px;
    height: 26px !important;
    margin: 17px 0 0 10px !important;
    padding: 0 !important;
    line-height: inherit !important;
    font-size: inherit;
    background: #ccc;
    overflow: hidden
}

.footer .bdsharebuttonbox .a1 {
    background: url(../images/share_1.png) no-repeat center
}

.footer .bdsharebuttonbox .a2 {
    background: url(../images/share_2.png) no-repeat center
}

.footer .select {
    padding: 0 5px;
    width: 250px;
    height: 34px;
    border: 2px solid #979ca1;
    margin-top: 14px;
    background: transparent url(../images/select_bg.png) no-repeat 95% center;
    color: #a5acbc
}

.footer .select option {
    color: #333
}

.i-banner ul li {
    /*height: 714px;*/height: 890px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.i-banner .owl-buttons {
    /* display: none; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 1200px;
    background: #f00;
    margin: 0 auto
}

.i-banner .owl-controls .owl-buttons div {
    width: 60px;
    height: 60px;
    margin-top: -16px;
    font-size: 0
}

.i-banner .owl-controls .owl-buttons .owl-prev {
    left: 0;
    background-image: url(../images/banner_l.png)
}

.i-banner .owl-controls .owl-buttons .owl-next {
    right: 0;
    background-image: url(../images/banner_r.png)
}


/*.i-banner .owl-pagination{display:none}*/

.i-banner .owl-controls .owl-page span {
    width: 50px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.i-banner .owl-controls .owl-page.active span,
.i-banner .owl-controls .owl-page:hover span {
    background: #da251e;
}

@media (max-width:1024px) {
    .i-banner ul li {
        height: 4rem
    }
}

@media (max-width:750px) {
    .i-banner ul li {
        height: inherit;
        background-image: none !important
    }
    .i-banner ul li img {
        display: block
    }
    .i-banner .owl-pagination {
        text-align: inherit;
        bottom: .2rem;
        right: inherit
    }
    .i-banner .owl-pagination .owl-page span {
        width: 12px;
        height: 12px
    }
}

.banner {
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.i-main-head {
    position: relative;
    z-index: 1;
    margin-top: -42px;
    height: 42px;
    background: rgba(23, 107, 232, 0.6)
}

.i-main-head .fl h2 {
    position: relative;
    padding: 0 .22rem 0 25px;
    margin-right: .25rem;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    background: url(../images/i_main_head_icon.png) no-repeat left center;
    color: #fff
}

.i-main-head .fl h2::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    background: #fff;
    right: 0;
    top: 50%;
    margin-top: -8px
}

.i-main-head .fl .slider {
    width: 360px
}

.i-main-head .fl .slider .owl-pagination {
    display: none
}

.i-main-head .fl .slider .owl-controls .owl-buttons div {
    width: 10px;
    height: 7px
}

.i-main-head .fl .slider .owl-controls .owl-buttons .owl-prev {
    left: inherit;
    top: 13px;
    right: 0;
    background: url(../images/i_main_head_t.png) no-repeat center
}

.i-main-head .fl .slider .owl-controls .owl-buttons .owl-next {
    top: inherit;
    bottom: 13px;
    background: url(../images/i_main_head_b.png) no-repeat center
}

.i-main-head .fl ul li {
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 12px
}

.i-main-head .fl ul li h3 {
    max-width: 238px
}

.i-main-head .fl ul li .date {
    padding-right: 45px
}

.i-main-head .fr {
    line-height: 42px
}

.i-main .i-l {
    width: calc(100% - 690px);
    padding-right: 75px
}

.i-main .i-l .tab-head li {
    padding: 0 20px;
    float: left;
    height: 38px;
    line-height: 38px;
    background: #dadedf;
    color: #545252;
    font-size: 12px;
    cursor: pointer
}

.i-main .i-l .tab-head li.cur {
    background: #d6000f;
    color: #fff
}

.i-main .i-l .tab-body li {
    display: none
}

.i-main .i-l .tab-body li .els2 {
    line-height: 26px;
    height: 52px
}

.i-main .i-l .tab-body li .line {
    width: 100%;
    height: 1px;
    background: #ddd
}

.i-main .i-l .tab-body li .txt {
    position: relative;
    padding-left: 15px;
    line-height: 30px
}

.i-main .i-l .tab-body li .txt::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background: #9e9e9e;
    border-radius: 50%
}

.i-main .i-l .tab-body li.cur {
    display: block
}

.i-main .i-l .tab-body li .owl-pagination {
    width: 10px;
    right: -42px
}

.i-main .i-l .tab-body li .owl-controls .owl-page {
    display: inherit
}

.i-main .i-l .tab-body li .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 6px 0;
    border: 2px solid #b1b1b1;
    background: transparent
}

.i-main .i-l .tab-body li .owl-controls .owl-page.active span,
.i-main .i-l .tab-body li .owl-controls.clickable .owl-page:hover span {
    border-color: #006cb8;
    background: #006cb8
}

.i-main .i-r {
    width: 690px
}

.i-main .i-r ul {
    margin-left: -2px
}

.i-main .i-r li {
    padding-left: 2px
}

.i-main .i-r .pb5 {
    padding-bottom: 5px
}

.i-main .i-r .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.i-main .i-r .img1 .img {
    height: 222px
}

.i-main .i-r .img2 .img {
    height: 222px;
    background-position: top center
}

.i-main .i-r .img2 .dt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 73px;
    background: #3a56cd
}

.i-main .i-r .img3 {
    margin-bottom: 3px
}

.i-main .i-r .img3 .img {
    height: 110px
}

.i-main .i-r .img3 .dt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.i-main .i-r .img3 .f12 {
    color: #d1d1d1
}

.i-main .i-r .img4 .img {
    height: 110px
}

.i-main .i-r .img4 .dt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.i-main .i-r .img4 .f12 {
    color: #eee
}

.main .main-nav-p {
    margin-top: -45px
}

.main .main-nav-p a {
    float: left;
    height: 45px;
    line-height: 45px;
    padding: 0 41px;
    background: #073e85;
    margin-right: 10px;
    color: #fff
}

.main .main-nav-p a:hover,
.main .main-nav-p a.cur {
    background: #d6000f
}

.main .main-l {
    width: calc(100% - 320px);
    padding-right: 5%
}

.main .main-r {
    width: 320px
}

.main .main-r .video .img {
    position: relative
}

.main .main-r .video .img::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 47px;
    height: 47px;
    background: url(../images/video_icon.png) no-repeat center
}

.main .main-r .video .dt {
    width: 100%;
    height: 80px
}

.main .main-r .video .dt .dtcell {
    background: #3a56cd
}

.main .main-r .video .dt .dtcell .f12 {
    color: #d1d1d1;
    padding-top: 5px
}

.main .main-r .item {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: .15rem
}

.main .main-r .item .f12 {
    color: #d1d1d1
}

.main .main-r .item .f12 {
    color: #eee
}

.main .about h2 {
    color: #e60611
}

.main .about h2 span {
    font-size: 32px
}

.main .about h2 em {
    font-size: 22px
}

.main .about2 .img {
    width: 282px
}

.main .about2 .txt {
    width: calc(100% - 282px)
}

.main .honor-list .c03 {
    color: #030202
}

.main .honor-list h2 {
    height: 45px;
    line-height: 45px;
    background: #f1f1f1
}

.main .honor-list .slider {
    padding: 0 47px
}

.main .honor-list ul li .img {
    height: 4.8rem
}

.main .honor-list .owl-pagination {
    display: none
}

.main .honor-list .owl-controls .owl-buttons div {
    width: 23px;
    height: 36px;
    background: #ccc;
    margin-top: -18px
}

.main .honor-list .owl-controls .owl-buttons .owl-prev {
    left: -23px;
    background: url(../images/honor_l.png) no-repeat center
}

.main .honor-list .owl-controls .owl-buttons .owl-next {
    right: -23px;
    background: url(../images/honor_r.png) no-repeat center
}

.main .video-list ul {
    margin-left: -0.35rem
}

.main .video-list li {
    padding-left: .35rem;
    margin-bottom: .3rem
}

.main .video-list li:hover a {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1)
}

.main .video-list li:hover h3 {
    color: #d6000f
}

.main .video-list .img {
    height: 155px
}

.main .video-list .info {
    border: 1px solid #f1f1f1
}

.main .video-list .info h3 {
    height: 48px;
    line-height: 48px
}

.main .video-list .info span {
    border-top: 1px solid #f1f1f1;
    background: #fafafa;
    height: 25px;
    line-height: 25px
}

.main .news-list li {
    padding-bottom: .3rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: .3rem
}

.main .news-list li:hover .date {
    background: #101f98;
    color: #fff
}

.main .news-list li:hover .date strong {
    color: #fff
}

.main .news-list li:hover h3 {
    color: #101f98
}

.main .news-list .date {
    width: 100px;
    height: 100px;
    padding: 0 15px;
    background: #f5f5f5
}

.main .news-list .date .dtcell {
    text-align: inherit
}

.main .news-list .date strong {
    font-size: 22px;
    color: #101f98
}

.main .news-list .info {
    width: calc(100% - 100px)
}

.main .news-list .info h3 {
    padding: .1rem 0 .15rem 0
}

.main .news-list .info strong {
    font-size: 22px;
    color: #101f98
}

.main .news-list .info .els2 {
    height: 56px;
    line-height: 28px
}

.main .news-info .date {
    width: 100px;
    height: 100px;
    padding: 0 15px;
    background: #f5f5f5
}

.main .news-info .date .dtcell {
    text-align: inherit
}

.main .news-info .date strong {
    font-size: 22px;
    color: #101f98
}

.main .news-info .news-con {
    width: calc(100% - 100px);
    padding-left: 3.6%
}

.main .news-page {
    margin-left: -5%
}

.main .news-page li {
    float: left;
    width: 33.3335%;
    text-align: center;
    padding-left: 5%
}

.main .news-page li a {
    display: block;
    border: 1px solid #ddd;
    height: 47px;
    line-height: 47px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .news-page li a:hover {
    border-color: #101f98;
    background: #101f98;
    color: #fff
}

.main .case-list ul {
    margin-left: -0.25rem
}

.main .case-list li {
    padding-left: .25rem
}

.main .case-list li a:hover h3 {
    color: #0e479d
}

.main .case-list .imgs {
    height: 265px
}

.main .case-list h3 {
    height: 83px;
    line-height: 83px
}

.main .pic-list ul {
    margin-left: -0.25rem
}

.main .pic-list li {
    padding-left: .25rem;
    margin-bottom: .25rem
}

.main .pic-list li a {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .pic-list li a:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5)
}

.main .pic-list .imgs {
    height: 265px
}

.main .news-list2 ul {
    margin-left: -0.3rem
}

.main .news-list2 li {
    padding-left: .3rem;
    margin-bottom: .35rem
}

.main .news-list2 li a {
    border: 1px solid #dedede;
    padding: .2rem;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main .news-list2 li a:hover h3 {
    color: #0e479d
}

.main .news-list2 li a span {
    color: #d62228
}

.main .news-list2 li .els2 {
    height: 50px
}

.main .join-list .join-w {
    border-bottom: 1px solid #ddd
}

.main .join-list .join-head {
    position: relative;
    font-size: 16px;
    min-height: 50px;
    line-height: 50px;
    cursor: pointer
}

.main .join-list .join-head.cur::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}


/* .main .join-list .join-head::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 60px;
    right: 0;
    background: url(../images/join_icon.png) no-repeat center;
    -webkit-transition: transform 300ms ease 0s;
    transition: transform 300ms ease 0s
} */

.main .join-list .join-head li {
    float: left;
    display: inline-block;
    width: 17%
}

.main .message .tt1 {
    height: 65px;
    line-height: 65px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.main .message .col-lg-6 {
    margin-bottom: .35rem
}

.main .message label {
    width: 100px;
    line-height: 40px;
    text-align: right
}

.main .message .txt {
    width: calc(100% - 100px);
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    padding: 0 10px
}

.main .message .txt2 {
    width: 150px
}

.main .message textarea {
    border: 1px solid #ddd;
    width: calc(100% - 100px);
    height: 105px;
    font-size: 14px;
    padding: 10px
}

.main .message .btn {
    margin-top: .75rem
}

.main .message .btn input {
    width: 232px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    cursor: pointer;
    background: #d6000f
}

.exhibition-list {
    background: #f5f5f5;
    width: 100%;
    height: calc(100vh - 140px)
}

.exhibition-list .dtcell {
    text-align: inherit
}

.exhibition-list .mauto1 {
    max-width: 1145px;
    margin: 0 auto
}

.exhibition-list li:hover .img::after {
    opacity: 1;
    background: rgba(23, 107, 232, 0.5)
}

.exhibition-list li:hover .img::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.exhibition-list li:hover .info {
    bottom: -36px
}

.exhibition-list li:hover h3::after {
    width: 25%
}

.exhibition-list .img {
    position: relative
}

.exhibition-list .img::after,
.exhibition-list .img::before {
    position: absolute;
    content: ''
}

.exhibition-list .img::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.exhibition-list .img::before {
    z-index: 1;
    top: 32.7%;
    left: 0;
    width: 100%;
    height: 68px;
    background: url(../images/exhibition_icon.png) no-repeat center;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.exhibition-list .info {
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.exhibition-list .info h3 {
    position: relative;
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #fff
}

.exhibition-list .info h3::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 9px;
    height: 2px;
    background: #fff;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.exhibition-list .info .txt {
    height: 35px;
    line-height: 35px
}

.exhibition-list .owl-item {
    padding: 0 5px
}

.exhibition-list .owl-pagination {
    bottom: -25%
}

.exhibition-list .owl-controls .owl-page span {
    width: 7px;
    height: 7px;
    background: #999;
    border-radius: 50px;
    margin: 0 3px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.exhibition-list .owl-controls .owl-page.active span,
.exhibition-list .owl-controls.clickable .owl-page:hover span {
    width: 23px
}

.li35 {
    line-height: 35px
}

.imgs {
    background: url(../images/loading.gif) no-repeat center
}

.edit {
    overflow: hidden;
    line-height: 200% !important;
    font-size: 14px !important
}

.edit p,
.edit span,
.edit em,
.edit strong {
    line-height: 200% !important
}

.in-page {
    line-height: 35px;
    color: #888
}

.in-page span {
    padding: 0 15px;
    border: 1px solid #e8e8e8
}

.in-page a {
    padding: 0 15px;
    border: 1px solid #e8e8e8
}

.in-page a:hover,
.in-page a.cur {
    border-color: #d6000f;
    background: #d6000f;
    color: #fff
}

.bd_weixin_popup {
    height: 300px !important
}

.cll {
    color: #0e479d
}

.clls {
    color: #0e479d !important
}

.linx_1 {
    height: 4px;
    background: #d6000f;
    margin: -22px auto 0 auto;
    display: none;
}

.header .nav li:hover h2>a .linx_1,
.header .nav li.cur h2>a .linx_1 {
    display: block;
}

.i_ul1 ul li {
    float: left;
    width: 25%;
    overflow: hidden;
}

.mauto192 {
    max-width: 1920px;
    margin: 0 auto;
}

.i_aboutx {}

.playx {
    /* margin-top: 200px; */
}

.i_showx {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}


/**************************************** 弹出层****************************************/

.fix-wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.fix-wrap .po-auto {
    display: table;
    width: 100%;
    height: 100%;
}

.fix-wrap .hide {
    position: absolute;
    width: 25px;
    height: 25px;
    padding: 25px;
    right: 5%;
    top: 5%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #090908;
    background-image: url(../images/icon/hide.png);
    border-radius: 50%;
    -webkit-transition: all 8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.fix-wrap .hide:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(180deg);
}

.fix-wrap .video-w video {
    width: 55%;
    height: 55%;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 750px) {
    .fix-wrap .video-w video {
        width: 90%;
        height: 50%;
    }
}

.linx60 {
    width: 60px;
    height: 3px;
    background: #d6000f;
}

.btnx {
    padding: 10px 50px 10px 30px;
    background: url(../images/join_icon.png) no-repeat 82% center;
    border: 2px solid #ddd;
}

.i_showr {
    top: 0;
    width: 100%;
    height: 535px;
    cursor: pointer;
}

.addml {
    width: 535px;
}

.i_newsx ul li {
    width: 25%;
    float: left;
}

.i_ntop {
    font-size: 50px;
}

.c03 {
    color: #030303;
}

.i_ntop2 {
    font-size: 36px;
}

.borl {
    border-left: 1px solid #dddddd;
}

.borb {
    border-bottom: 1px solid #dddddd;
}


/*品牌logo展示*/

.mpartner {
    background-color: #fff;
    height: 120px;
}

.mpartner .slider_wrapper li {
    height: auto;
    float: left;
}

.mpartner .slider_wrapper {
    width: 1200px;
    height: 80px;
    overflow: hidden;
    margin: 40px auto;
}

.mpartner .slider_wrapper .bx-viewport {
    width: 1080px !important;
    margin: auto;
}


/*品牌logo展示*/

.mpartner .fw {
    width: 100%;
    height: auto;
}

.mpartner .slider_wrapper li {
    width: 50% !important;
}

.slider_wrapper .bx-wrapper .bx-prev {
    background: url(../images/controls.png) no-repeat 0 0px;
}

.slider_wrapper .bx-wrapper .bx-prev:hover {
    background: url(../images/controls_ah.png) no-repeat 0 0px;
}

.slider_wrapper .bx-wrapper .bx-next {
    background: url(../images/controls.png) no-repeat -55px 0px !important;
}

.slider_wrapper .bx-wrapper .bx-next:hover {
    background: url(../images/controls_ah.png) no-repeat -55px 0px !important;
}

.slider_wrapper .bx-wrapper .bx-controls-direction a {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 2;
    border-radius: 20px;
    transition: all ease-out .3s;
}

.slider_wrapper .bx-wrapper .bx-prev {
    left: -55px;
}

.slider_wrapper .bx-wrapper .bx-next {
    right: -55px;
}

.ovh {
    overflow: hidden;
}


/************************* Footer *************************/

.footer {
    background: #312f2f;
}

.footer a:hover {
    color: #fff;
}

.footer .foot-top dl {
    width: 11.666666%;
    height: 220px;
    text-align: center;
    float: left;
}

.footer .foot-top dl dt {
    color: #fff;
    padding-bottom: 15px;
}

.footer .foot-top dl dd {
    line-height: 28px;
    color: #6a6a6a;
}

.footer .foot-top .add-dl {
    text-align: left;
    width: 17%;
}

.footer .foot-b {
    color: #747474;
    border-top: 1px solid #454543;
}

.footer .foot-b .copright {
    height: 50px;
    line-height: 50px;
}

.footer .foot-b .bdshare {
    height: 26px;
    overflow: hidden;
}

.footer .foot-b .bdshare span {
    line-height: 26px;
}

.footer .foot-b .bdshare .bdsharebuttonbox {
    float: left;
}

.footer .foot-b .bdshare .bdsharebuttonbox a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 8px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.footer .foot-b .bdshare .bdsharebuttonbox .a1 {
    background-image: url(../images/foot_a1.png);
}

.footer .foot-b .bdshare .bdsharebuttonbox .a2 {
    background-image: url(../images/foot_a2.png);
}

.footer .foot-b .bdshare .bdsharebuttonbox .a3 {
    background-image: url(../images/foot_a3.png);
}

.footer .foot-b .select {
    width: 255px;
    height: 37px;
    padding-left: 10px;
    border: 1px solid transparent;
    background: #373634 url(../images/link_icon.png) no-repeat 230px center;
    color: #fff;
    border-radius: 1px;
}

.footer .foot-b .select option {
    padding: 0 10px;
}

.float-sild {
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 100px;
}

.topx {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.qaimg {
    height: 535px;
}

@media(max-width:1600px) {
    .qaimg {
        height: auto;
    }
    .i_showr {
        height: 100%;
    }
}

@media(max-width:991px) {
    .i_ul1 ul li {
        width: 50%;
    }
    .float-sild .opleso {
        width: 1rem;
    }
    .i_aboutx .col-lg-6 {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .i_showx {
        height: 4rem;
    }
    .playx {
        width: 1rem;
        margin: 0 auto;
    }
    .i_showr {
        height: 4rem;
        overflow: hidden;
    }
    .foot-top {
        display: none;
    }
    .footer .foot-b .copright {
        height: auto;
        line-height: 24px;
    }
    .footer .foot-b {
        border-top: 0px solid #454543;
    }
    .addml {
        margin: 0.3rem auto;
        width: 97%;
    }
    .i_newsx ul li {
        width: 100%;
        float: none;
    }
    .i_aboutx .fr.col-lg-6 {
        height: 7rem;
    }
    .i_newsx ul li:nth-child(1) .qaimg {
        height: 4.35rem;
        width: 100%;
    }
    .i_newsx ul li:nth-child(2) .qaimg,
    .i_newsx ul li:nth-child(3) .qaimg,
    .i_newsx ul li:nth-child(4) .qaimg {
        height: 7.6rem;
        width: 100%;
    }
    .slider_wrapper .bx-controls {
        display: none;
    }
}

.gray {
    background-color: #f2f2f2;
}

.now_addr {
    padding-left: 15px;
    background: url("../images/home.png") left center no-repeat;
}

.i_ads {
    background: #fff;
    width: 100%;
}

.i_asx {
    width: 94%;
    margin: 0 auto;
}

.i_asx strong {
    font-weight: bold;
}


/**03**/

.history_main {
    /* padding: 75px 50px 100px; */
}

.history_T {
    font-size: 18px;
    line-height: 54px;
    margin-bottom: 55px;
    color: #333;
}

.history_T img {
    display: block;
}

.yjYear_box {
    width: 100%;
    position: relative;
}

.yjYear_box .yjYear_ovh {
    width: 100%;
    overflow: hidden;
}

.yjYear_box:before {
    content: "";
    width: 100%;
    height: 26px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/history_line.png") left center repeat-x;
}

.yjYear_ovh .yjYear_list {
    width: 10000%;
    position: relative;
}

.yjYear_list .yjYear_one {
    width: 181px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 50px;
    position: relative;
    padding-top: 25px;
    cursor: pointer;
    transition: all .6s;
}

.yjYear_list .yjYear_one.nowLook {
    font-size: 20px;
    color: #007cc3;
}

.yjYear_list .year_icon {
    position: absolute;
    width: 28px;
    height: 26px;
    top: 0;
    left: 76px;
    transition: all .6s;
    background: url("../images/history_icon.png") center no-repeat;
}

.yj_box {
    position: relative;
    margin-top: 130px;
}

.yj_box .yj_controls div {
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    cursor: pointer;
    transition: all .6s;
}

.yj_box .yj_prev {
    left: 0;
    background: url("../images/history_prev.png") center no-repeat;
}

.yj_box .yj_next {
    right: 0;
    background: url("../images/history_next.png") center no-repeat;
}

.yj_box .yj_list {
    width: 75%;
    margin: auto;
}

.yj_list .yj_one {
    display: none;
    position: relative;
}

.yj_one .yj_time {
    width: 17%;
    position: absolute;
    line-height: 40px;
    font-size: 26px;
    color: #007cc3;
    font-weight: bold;
    left: 0;
    top: calc(50% - 20px);
}

.yj_one .yj_txt {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-left: 17%;
    width: 83%;
}

@media(max-width:991px) {
    .history_main {
        padding: 0.6rem 0.2rem 0.8rem;
    }
    .history_T {
        margin-bottom: 0.5rem;
    }
    .yjYear_box:before {
        background-size: 25% 26px;
    }
    .yjYear_list .yjYear_one {
        width: 0.25%;
        line-height: 40px;
        font-size: 14px;
    }
    .yjYear_list .yjYear_one.nowLook {
        font-size: 17px;
    }
    .yjYear_list .year_icon {
        left: calc(0.125% - 14px);
    }
    .yj_box {
        margin-top: 1rem;
    }
    .yj_box .yj_controls div {
        width: 0.4rem;
        height: 0.4rem;
        top: calc(50% - 0.2rem);
        background-size: 100% !important;
    }
    .yj_box .yj_list {
        width: 84%;
    }
    .yj_one .yj_time {
        width: 100%;
        position: static;
        font-size: 20px;
        text-align: center;
    }
    .yj_one .yj_txt {
        line-height: 25px;
        margin-left: 0;
        width: 100%;
    }
}


/**04**/

.honor_box {
    padding-top: 100px;
}

.honor_box .honor_show {
    margin-bottom: 80px;
}

.honor_show img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.honor_show .honor_name {
    line-height: 48px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.honor_box .honor_main {
    padding: 0 65px 30px;
}

.honor_list .honor_one {
    cursor: pointer;
    font-size: 14px;
    color: #000;
    text-align: center
}

.honor_one .honor_pic {
    border: 3px solid #d4d4d4;
    transition: all .6s;
}

.honor_one.act .honor_pic {
    border-color: #ff7e45;
}

.honor_one .honor_txt {
    padding-top: 25px;
    line-height: 18px;
}

.honor_pic img {
    width: 100%;
}

.honor_main .bx-wrapper .bx-controls-direction a {
    width: 36px;
    height: 100%;
    top: 0;
    margin-top: 0;
}

.honor_main .bx-wrapper .bx-prev {
    left: -65px;
    background: #f1f1f1 url("../images/to_left_02.jpg") center no-repeat;
}

.honor_main .bx-wrapper .bx-next {
    right: -65px;
    background: #f1f1f1 url("../images/to_right_02.jpg") center no-repeat;
}

@media(max-width:991px) {
    .honor_box {
        padding-top: 0.6rem;
    }
    .honor_box .honor_show {
        margin-bottom: 0.5rem;
    }
    /****/
    .honor_box .honor_main {
        padding: 0 30px 30px;
    }
    .honor_show .honor_name {
        line-height: 32px;
    }
    .honor_one .honor_pic {
        border-width: 1px;
    }
    .honor_one .honor_txt {
        padding-top: 10px;
    }
    .honor_main .bx-wrapper .bx-controls-direction a {
        width: 30px;
    }
    .honor_main .bx-wrapper .bx-prev {
        left: -30px;
    }
    .honor_main .bx-wrapper .bx-next {
        right: -30px;
    }
}


/**07**/

.news_box {
    padding: 15px 50px 55px;
}

.news_box .news_list {
    padding-bottom: 55px;
}

.news_list .news_one {
    /* display: block; */
    padding: 32px 0;
    border-bottom: 1px dashed #cfcdcd;
    position: relative;
    width: 100%;
}

.news_one .news_pic {
    width: 250px;
    float: left;
    overflow: hidden;
    margin-right: 35px;
}

.news_one .news_pic img {
    width: 100%;
    transition: all 1.5s;
}

.news_one:hover .news_pic img {
    transform: scale(1.1);
}

.news_one .news_txt {
    width: calc(100% - 350px);
    float: left;
    max-width: 780px;
    line-height: 26px;
    font-size: 13px;
    color: #999;
}

.news_txt .news_T {
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    transition: all .3s;
}

.news_one:hover .news_txt .news_T {
    color: #e0404b;
}

.news_txt .news_TT {
    min-height: 78px;
}

.news_one .news_more {
    width: 32px;
    height: 150px;
    background: #f0f0f0;
    float: right;
    padding: 63px 0;
    box-sizing: border-box;
    transition: all .3s;
}

.news_more span {
    display: block;
    margin: 6px auto;
}

.news_more:before,
.news_more:after {
    content: "";
    display: block;
    margin: auto;
}

.news_more span,
.news_more:before,
.news_more:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1c207d;
    transition: all .3s;
}

.news_one:hover .news_more {
    background: #e0404b;
}

.news_one:hover .news_more span,
.news_one:hover .news_more:before,
.news_one:hover .news_more:after {
    background: #fff;
}


/**08**/

.newsD_main .newsD_T {
    line-height: 40px;
    padding: 35px 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #e60611;
    text-align: center;
}

.newsD_main .newsD_info {
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.newsD_main .newsD_TT {
    margin: 50px auto;
    width: 920px;
    max-width: 94%;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}

.newsD_TT img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

.newsD_main .newsD_cls {
    padding-bottom: 30px;
    text-align: center;
}

.newsD_cls a {
    display: inline-block;
    width: 30%;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 45px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.newsD_cls a:hover {
    border-color: #2b307e;
}


/**/

.page {
    text-align: center;
}

.page a {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #b2b2b2;
    font-size: 16px;
    color: #666;
    margin: 0 3px;
}

.page a.page_prev {
    float: left;
    border-color: #007cc3;
    background: #007cc3 url("../images/page_prev.png") center no-repeat;
}

.page a.page_next {
    float: right;
    border-color: #007cc3;
    background: #007cc3 url("../images/page_next.png") center no-repeat;
}

.page a:hover,
.page a.act {
    color: #007cc3;
    border-color: #007cc3;
}

@media(max-width:991px) {
    .news_box {
        padding: 0 0 0.5rem;
    }
    .news_box .news_list {
        padding-bottom: 0.5rem;
    }
    .news_list .news_one {
        padding: 0.2rem 0 0.2rem;
    }
    .news_one .news_pic {
        width: 100%;
        margin: 0 auto 0.2rem;
        float: none;
        max-width: 250px;
    }
    .news_one .news_txt {
        width: 94%;
        line-height: 26px;
        float: none;
        margin: auto;
    }
    .news_txt .news_T {
        font-size: 16px;
    }
    .news_one .news_more {
        display: none;
    }
    /****/
    .newsD_main .newsD_T {
        line-height: 30px;
        padding: 0.3rem 0 0.2rem;
    }
    .newsD_main .newsD_info {
        line-height: 24px;
    }
    .newsD_main .newsD_TT {
        margin: 0.4rem auto;
        line-height: 24px;
    }
    .newsD_cls a {
        line-height: 30px;
        margin: 0;
    }
    /*****/
}


/**/

.video_box {
    padding: 30px 30px 70px;
}

.video_box .vdo_list {
    padding-bottom: 25px;
}

.vdo_list .vdo_one {
    display: block;
    width: 30.2%;
    margin-right: 4.7%;
    margin-bottom: 45px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    float: left;
    text-align: center;
}

.vdo_list .vdo_one:nth-child(3n) {
    margin-right: 0;
}

.vdo_one .vdo_pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.vdo_pic img {
    width: 100%;
    transition: all 2.5s;
}

.vdo_one:hover .vdo_pic img {
    transform: scale(1.1);
}

.vdo_pic:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    transition: all .6s;
    top: calc(50% - 25px);
    background: url("../images/play.png") center no-repeat;
    transform: scale(1.5);
    opacity: 0;
}

.vdo_one:hover .vdo_pic:after {
    transform: scale(1);
    opacity: 1;
}

.vdo_one .vdo_name {
    line-height: 66px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.vdo_one .vdo_play {
    font-size: 12px;
    line-height: 36px;
    color: #999;
    border-top: 1px solid #f2f2f2;
    background: #fafafa;
}

@media(max-width:991px) {
    /****/
    .video_box {
        padding: 0.3rem 0.2rem 0.5rem;
    }
    .video_box .vdo_list {
        padding-bottom: 0.3rem;
    }
    .vdo_list .vdo_one {
        width: 45%;
        margin: 0 2.5% 0.3rem;
    }
    .vdo_list .vdo_one:nth-child(3n) {
        margin-right: 2.5%;
    }
    .vdo_list .vdo_one {
        width: 90%;
        margin: 0 auto 0.3rem;
        float: none;
    }
    .vdo_list .vdo_one:nth-child(3n) {
        margin-right: auto;
    }
    .vdo_one .vdo_name {
        line-height: 40px;
    }
    .vdo_one .vdo_play {
        line-height: 28px;
    }
}


/**/

.proD_main {
    padding: 25px 30px 80px;
}

.proD_main .proD_show {
    background: #f4f6f7;
}

.proD_show .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: #007cc3;
}

.proD_show .bx-wrapper .bx-prev {
    left: 20px;
    background: url("../images/to_left_03.png") center no-repeat;
}

.proD_show .bx-wrapper .bx-next {
    right: 20px;
    background: url("../images/to_right_03.png") center no-repeat;
}

.proD_show .bx-wrapper .bx-controls-direction a:hover {
    background-color: #d6000f;
}

.proD_info .proDI_nav {
    margin: 25px 0 30px;
    height: 58px;
    background: #f1f1f1;
}

.proDI_nav a {
    display: block;
    border: 1px solid #f1f1f1;
    line-height: 56px;
    font-size: 18px;
    color: #333;
    float: left;
    width: 25%;
    text-align: center;
}

.proDI_nav a.act {
    background: #fff;
    border-bottom-color: #fff;
    color: #007cc3;
}

.proDI_div .proDI_box {
    /*line-height: 30px;
    font-size: 14px;*/
    color: #333;
    text-align: justify;
    display: none;
}
@media(max-width:1200px) {
	.bbcc {
		padding-top: 5px;
	   }
   .header .nav li h2>a{padding: 0 6px !important;}
}
@media(max-width:991px) {
    .proD_main {
        padding: 0.3rem 0.3rem 0.5rem;
    }
	 .header .nav li h2>a{padding: 0 10px;}
    .proD_show .bx-wrapper .bx-controls-direction a {
        width: 0.4rem;
        height: 0.4rem;
        margin-top: -0.2rem;
    }
    .proD_show .bx-wrapper .bx-prev {
        left: 0;
    }
    .proD_show .bx-wrapper .bx-next {
        right: 0;
    }
    .proD_info .proDI_nav {
        margin: 0.3rem 0;
        height: 42px;
    }
    .proDI_nav a {
        line-height: 40px;
        font-size: 15px;
        width: 40%;
    }
    .proDI_div .proDI_box {
        line-height: 26px;
    }
}


/**/

.feedback_main {
    padding: 40px 40px 80px;
}

.feedback_main .fdk_top {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    text-align: right;
    padding: 15px 0;
    margin-bottom: 50px;
}

.fdk_form .fdk_ipt {
    width: 46.5%;
    float: left;
    margin-right: 7%;
    margin-bottom: 42px;
}

.fdk_form .fdk_ipt:nth-child(2n) {
    margin-right: 0;
}

.fdk_ipt .fdk_name {
    width: 130px;
    margin-right: 10px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    text-align: right;
}

.fdk_ipt input[type='text'] {
    width: calc(100% - 140px);
    float: left;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
}

.fdk_ipt textarea {
    width: calc(100% - 140px);
    float: left;
    border: 1px solid #ddd;
    height: 110px;
    padding: 6px 10px;
    resize: none;
}

.fdk_form .fdk_ipt.fdk_long {
    width: 100%;
    margin-right: 0;
}

.fdk_ipt.vCode input[type='text'] {
    width: 150px;
    max-width: calc(100% - 240px);
}

.vCode img {
    width: 78px;
    height: 38px;
    border: 1px solid #ddd;
    margin-left: 20px;
}

.fdk_form .fdk_btn {
    width: 230px;
    height: 45px;
    margin: 30px auto 0;
    background: #007cc3;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    border-radius: 4px;
}
@media(max-width:1898px) {
	.i-banner ul li{height:780px}
}
@media(max-width:1798px) {
	.i-banner ul li{height:745px}
}
@media(max-width:1688px) {
	.i-banner ul li{height:635px}
}
@media(max-width:1490px) {
	.i-banner ul li{height:574px}
}
@media(max-width:1599px) {
	.i_newsx{margin-top:20px}
}
@media(max-width:1190px) {
	.i-banner ul li{height:498px}
}
@media(max-width:991px) {
    .feedback_main {
        padding: 0.4rem 0.25rem 0.6rem;
    }
    .feedback_main .fdk_top {
        line-height: 24px;
        padding: 0.15rem 0;
        margin-bottom: 0.4rem;
    }
    .fdk_form .fdk_ipt {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.3rem;
    }
    .fdk_ipt .fdk_name {
        width: 115px;
        margin-right: 5px;
    }
    .fdk_ipt input[type='text'],
    .fdk_ipt textarea {
        width: calc(100% - 120px);
    }
    .feedback_main {
        padding: 0.4rem 0.15rem 0.6rem;
    }
    .fdk_form .fdk_ipt {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .fdk_ipt .fdk_name {
        width: 100%;
        margin-right: 0;
        float: none;
        line-height: 30px;
        text-align: left;
    }
    .fdk_ipt input[type='text'] {
        width: 100%;
        float: none;
        height: 36px;
    }
    .fdk_ipt textarea {
        width: 100%;
        float: none;
    }
    .fdk_ipt.vCode input[type='text'] {
        max-width: calc(100% - 100px);
        float: left;
    }
    .vCode img {
        height: 34px;
    }
    .fdk_form .fdk_btn {
        height: 38px;
        margin: 0.3rem auto 0;
    }
}

.sale_main {
    padding: 30px 20px 70px;
}

.sale_main .sale_top {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    text-align: center;
    padding: 15px 0;
}

.sale_top select {
    width: 210px;
    height: 32px;
    background: #eee;
    padding-left: 12px;
    margin: 0 15px;
    font-size: 14px;
    color: #000;
}

.sale_top input[type='button'] {
    width: 210px;
    height: 32px;
    background: #e60012;
    margin: 0 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.sale_top .sumb {
    width: 210px;
    height: 32px;
    background: #e60012;
    margin: 0 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.sale_main .sale_list {
    padding: 30px 0;
}

.sale_list .sale_one {
    display: block;
    width: 47.4%;
    margin-right: 5.2%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 50px;
    border: 1px solid #dedede;
    padding: 18px 25px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.sale_list .sale_one:nth-child(2n) {
    margin-right: 0;
}

.sale_one .sale_T {
    font-size: 16px;
    transition: all .6s;
}

.sale_one:hover .sale_T {
    color: #007cc3;
}

@media(max-width:991px) {
    .sale_main {
        padding: 0.4rem 0.3rem 0.5rem;
    }
    .sale_main .sale_top {
        padding: 0.1rem 0;
    }
    .sale_top select,
    .sale_top input[type='button'] {
        margin: 0.1rem 15px;
    }
    .sale_main .sale_list {
        padding: 0.3rem 0;
    }
    .sale_list .sale_one {
        width: 96%;
        margin: 0 auto 0.4rem;
        padding: 0.2rem;
        line-height: 26px;
        float: none;
    }
    .sale_list .sale_one:nth-child(2n) {
        margin-right: auto;
    }
}


/*prolist*/


/* .prox {
    padding: 25px 30px 50px;
}

.proxlist ul li {
    width: 350px;
    height: 285px;
    float: left;
    text-align: center;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.prot1 {
    height: 65px;
    line-height: 65px;
    background: #f2f2f2;
}

.prot0 {
    height: 220px;
}

.proxlist ul li:nth-child(3n) {
    margin-right: 0;
} */

.prox_box {
    padding: 30px 30px 40px;
}

.prox_box .prox_list {
    padding-bottom: 25px;
}

.prox_list .prox_one {
    display: block;
    width: 30.2%;
    margin-right: 4.7%;
    margin-bottom: 45px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    float: left;
    text-align: center;
}

.prox_list .prox_one:nth-child(3n) {
    margin-right: 0;
}

.prox_one .prox_pic {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.prox_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 2.5s;
}

.prox_one:hover .prox_pic img {
    transform: scale(1.1);
}

.prox_one:hover .prox_pic:after {
    transform: scale(1);
    opacity: 1;
}

.prox_one .prox_name {
    line-height: 66px;
    font-size: 14px;
    color: #000;
    background: #f2f2f2;
}

@media(max-width:991px) {
    /****/
    .prox_box {
        padding: 0.3rem 0.2rem 0.5rem;
    }
    .prox_box .vdo_list {
        padding-bottom: 0.3rem;
    }
    .prox_list .prox_one {
        width: 45%;
        margin: 0 2.5% 0.3rem;
    }
    .prox_list .prox_one:nth-child(3n) {
        margin-right: 2.5%;
    }
    .prox_list .prox_one {
        width: 90%;
        margin: 0 auto 0.3rem;
        float: none;
    }
    .prox_list .prox_one:nth-child(3n) {
        margin-right: auto;
    }
    .prox_one .prox_name {
        line-height: 40px;
    }
    .prox_one .prox_pic {
        height: auto;
    }
}


/*rc*/

.rc_main {
    padding: 40px 40px 80px;
}

.rc_main .rc_top {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-align: left;
    padding: 15px 0;
    margin-bottom: 50px;
}

.rc_form .rc_ipt {
    width: 46.5%;
    float: left;
    margin-right: 7%;
    margin-bottom: 42px;
}

.rc_form .rc_ipt:nth-child(2n) {
    margin-right: 0;
}

.rc_ipt .rc_name {
    width: 100px;
    margin-right: 10px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    text-align: right;
}

.rc_ipt input[type='text'] {
    width: calc(100% - 140px);
    float: left;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
}

.rc_ipt textarea {
    width: calc(100% - 140px);
    float: left;
    border: 1px solid #ddd;
    height: 110px;
    padding: 6px 10px;
    resize: none;
}

.rc_form .rc_ipt.rc_long {
    width: 100%;
    margin-right: 0;
}

.rc_ipt.vCode input[type='text'] {
    width: 150px;
    max-width: calc(100% - 240px);
}

.vCode img {
    width: 78px;
    height: 38px;
    border: 1px solid #ddd;
    margin-left: 20px;
}

.rc_form .rc_btn {
    width: 230px;
    height: 45px;
    margin: 30px auto 0;
    background: #073e85;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    border-radius: 4px;
}
@media(min-width:768px) {
.bbcc{ padding-top:60px;}
}
@media(max-width:991px) {
    .rc_main {
        padding: 0.4rem 0.25rem 0.6rem;
    }
    .rc_main .rc_top {
        line-height: 24px;
        padding: 0.15rem 0;
        margin-bottom: 0.4rem;
    }
    .rc_form .rc_ipt {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.3rem;
    }
    .rc_ipt .rc_name {
        width: 115px;
        margin-right: 5px;
    }
    .rc_ipt input[type='text'],
    .rc_ipt textarea {
        width: calc(100% - 120px);
    }
    .rc_main {
        padding: 0.4rem 0.15rem 0.6rem;
    }
    .rc_form .rc_ipt {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .rc_ipt .rc_name {
        width: 100%;
        margin-right: 0;
        float: none;
        line-height: 30px;
        text-align: left;
    }
    .rc_ipt input[type="text"] {
        width: 92%;
        float: left;
        height: 36px;
    }
    .rc_ipt textarea {
        width: 100%;
        float: none;
    }
    .rc_ipt.vCode input[type='text'] {
        max-width: calc(100% - 100px);
        float: left;
    }
    .vCode img {
        height: 34px;
    }
    .rc_form .rc_btn {
        height: 38px;
        margin: 0.3rem auto 0;
    }
    .rc_ipt .secx {
        width: calc(92%);
    }
    .rc_ipt textarea {
        width: 92%;
        float: left;
    }
}

.rc_ipt .clr {
    clear: both;
}

.red {
    color: #f00;
    float: left;
    margin-left: 15px;
}

.secx {
    width: calc(100% - 140px);
    float: left;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
}

.lxqa {
    background: url(../images/whatsapp.png) no-repeat left center;
    height: 32px;
    line-height: 32px;
    padding-left: 50px;
}

.lxqax {
    background: url(../images/gzh.png) no-repeat left center;
    height: 32px;
    line-height: 32px;
    padding-left: 50px;
}

.lxqasd {
    padding: 40px;
}

.map {
    width: 100%;
    border: 2px solid #dedede;
}

@media(max-width:991px) {
    .lxqasd {
        padding: 0.4rem 0;
    }
}

.main .join-list .join-head {
    line-height: 50px;
    background: #333333;
    color: #fff;
    border-radius: 5px;
}

.main .join-list .join-head li {
    float: left;
    display: inline-block;
    font-weight: bold;
    width: 18%;
    text-align: center;
}


/* .main .join-list .join-body {
    margin-bottom: 5px;
  } */

.main .join-list .join-body li {
    float: left;
    display: inline-block;
    text-align: center;
    width: 18%;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #ddd;
}

.main .join-list .join-body li.btn {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/join_1.png);
    cursor: pointer;
}

.main .join-list .join-body li.btn.cur {
    background-image: url(../images/join_2.png);
    /* transform: rotate(90deg); */
}

.main .join-list .join-body .txt {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
}

.main .join-list .join-body li.btn,
.main .join-list .join-head li:last-child {
    width: 10%;
}

@media(max-width:991px) {
    .main .join-list .join-head li {
        font-size: 12px;
    }
    .main .join-list .join-body li {
        font-size: 12px;
        width: 16%;
    }
    .main .join-list .join-body li:first-child {
        width: 24%;
    }
}

.rc_btnx {
    width: 165px;
    height: 40px;
    margin: 30px 0 0 0;
    background: #fc8d56;
    font-size: 16px;
    color: #fff;
    display: block;
    border-radius: 5px !important;
}

.c01 {
    color: #010101;
}

.edpd {
    padding: 40px;
}

@media(max-width:767px) {
    .edpd {
        padding: 0.4rem;
    }
    .main .join-list .join-head li {
        width: 18%;
        font-size: 12px;
    }
    .we1 {
        float: left;
    }
    .we3 {
        text-align: left;
    }
}

.cf00 {
    color: #f00;
}
.nnoo{ display:none;}
.down_ul {
}
.down_ul li {
	line-height: 38px;
	height: 38px;
	padding: 0px 15px;
	background:url(../images/hydt1.jpg) left center no-repeat;
	border-bottom:1px dashed #CCC
}
.down_ul li a {
	display: block;
	height: 100%;
	color: #666;
	font-size: 13px;
}
.down_ul li a span {
	display: inline-block;
	width: 80%;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
.down_ul li a:hover span{ color:#d6000f;}
.down_ul li a time {
	display: inline-block;
	width: 18%;
	float: right;
	text-align: right;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
}
@media (max-width: 480px) {
 .down_ul li a span {
 width: 70%;
}
 .down_ul li a time {
 width: 27%;
}
}
.result-error,.result-error h4 {
	font-size:16px;
}
.result-error-tips {
	margin:7px 0 30px;
		font-size:18px;
}
.result-error-tips strong {
	font-weight:bold;
}
.result-error ul {
	margin:10px 0 0 0;
	line-height:1.9;
}
.result-error ul li {
	list-style:disc inside none;
}
#pages {
    clear: both;
    font-size: 12px;
    height: 50px;
    line-height: 30px;
	padding-top: 10px;
	text-align:center;
}
#pages a {
    background-color: #FFFFFF;
    border-color: #C6DDF1;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
#pages span {
    background-color: #d6000f;
    border-color: #d6000f;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
@media(max-width:991px) {
	 iframe { height: 100%; width: 100%;} 
	   embed { height: 100%; width: 100%;}
}