/**
内页banner
 */

.channel-banner .item {
    position: relative;
}

.channel-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

.channel-banner .tb {
    display: table;
    height: 100%;
    width: 100%;
}

.channel-banner .ce {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.channel-banner .content h2,
.channel-banner .content p{
    margin:0;padding:0;
}

@media (min-width: 768px) {

    .channel-banner .content h2 {
        position: relative;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .channel-banner .content h2:before {
        position: absolute;
        left: -120px;
        top: 50%;
        content: '';
        display: inline-block;
        width: 80px;
        height: 2px;
        background: #ed1f23;
    }

    .channel-banner .content p {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .channel-banner .content .more {
        display: inline-block;
        background: #ed1f23;
        color: #fff;
        font-size: 12px;
    }

    .channel-banner .content .more a {
        display: inline-block;
        padding: 10px 30px 10px 35px;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .channel-banner .content h2 {
        font-size: 24px;
    }
}

/* 横向不带ICO导航 */
.bread {
    background: #0057a8;
    width: 100%;
    position: relative;
    color: #fff;
}
.bread-menu ul{
    margin:0;padding:0;
}
.bread-menu li{
    list-style: none;
    display:inline-block;
}
.bread-menu a{
    text-decoration: none;
}
.bread-menu .c1{
    position: relative;
    display: inline-block;
}

.bread-menu .l1 {
    display: inline-block;
    font-size: 16px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

.bread-menu .l1.active {
    background: #ed1f23;
    color: #fff
}
.bread-menu .c1 ul{
    position: absolute;
    top:70px;left:0;
    z-index: 10;
    width:100%;
    margin:0;
    padding:0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    display:none;

}
.bread-menu .c2{
    display:block;
}
.bread-menu .c2 a{
    display:block;
    line-height:50px;
    color: #333
}

.bread-position {
    height: 70px;
    line-height: 70px;
}

.bread-position a {
    color: #fff;
    display: inline-block;
}

.bread-position a:hover {
    color: #ed1f23
}

.bread-subs{
    font-size:14px;
    line-height: 50px;
}
.bread-subs a{
    display:inline-block;
    padding:0 25px;
    background: #f3f2f1;
    color:#333;
}
.bread-subs a.active, .bread-subs a:hover{
    background: #333;
    color:#fff;
}

@media (min-width: 768px) {
    .bread-menu .l1 {
        padding: 0 20px;
        line-height: 70px;
    }
    .bread-menu .l1:hover {
        background: #ed1f23;
        color: #fff
    }
    .bread-menu .c1:hover ul{
        display:block;
    }

    .bread-menu .c2 a.active{
        background: #f3f2f1;
        color: #333
    }
    .bread-menu .c2 a:hover{
        background: #f3f2f1;
        color: #333
    }
}

@media (min-width: 1366px) {
    .bread-menu .l1 {
        padding: 0 30px;
        line-height: 70px;
    }

}
@media (min-width: 1680px) {
    .bread-menu .l1 {
        padding: 0 40px;
        line-height: 70px;
    }

}
@media (max-width: 767px) {
    .bread-menu {
        padding: 20px 0 0
    }
    .bread-menu .c1{
        display:block;
    }
    .bread-menu .c1 ul{
        display:inline-block;
        position: static;
        width: auto;
        background: none;
        box-shadow: none;
    }
    .bread-menu .l1{
        line-height:30px;
        padding:0 2px;
    }
    .bread-menu .c2{
        display: inline-block;
    }
    .bread-menu .c2 a{
        display: inline-block;
        color:#fff;
    }
    .bread-menu a.active{
        font-weight: bold;
        text-decoration: underline;
    }
}

.prev-next {
    border-top: 1px solid #ccc;
    color: #333;
    line-height: 2;
}

.prev-next a {
    color: #333;
}

.pagebar {
    margin: 50px 0;
    text-align: center;
}
.pagebar li{
    display: inline-block;
    margin: 0 5px;
    list-style: none;
}
.pagebar li a{
    display: inline-block;
    line-height: 38px;
    min-width: 40px;
    padding: 0 10px;
    background: #f3f2f1;
    color: #333;
}
.pagebar li a[href]:hover{
    color: #fff;
    text-decoration: none;
}
.pagebar li:hover a[href], .pagebar li.active a:not([href]){
    background: #004e94;
    color: #fff;
}


/* 路径 */
.main-wrap {
    padding: 50px 0;
}

.main-wrap h1 {
    position: relative;
    padding: 70px 0;
    font-size: 36px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .main-wrap h1:after {
        content: '';
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 80px;
        height: 5px;
        background: #ed1f23;
    }
}

@media (max-width: 767px) {
    .main-wrap {
        padding: 0;
    }

    .main-wrap h1 {
        padding: 30px 0;
    }
}

/* 内容 begin */
.single-wrap {
}

.single {
}

.single .content {
    padding: 30px 0
}

.single .content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0
}

.single .content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0
}

.single .content hr {
    margin: 10px 0;
    height: 1px
}

.single .content strong {
    font-size: 16px;
    margin: 10px 0
}

.single .content table {
    margin: 20px 0
}

.single .content table th {
    background: #daf0fd;
    color: #fff;
    border: 1px solid #fff
}

.single .content table tr.ue-table-interlace-color-single {
    background: #daf0fd
}

.single .content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
}

.single .content img {
    max-width: 100%;
    height: auto !important;
}

.single .content a {
    text-decoration: none;
}

.single .content a:hover {
    color: #ff9600;
    border-bottom: 0 solid #ff9600
}

.single .content .text-right {
    text-align: right
}

.single .content ul li {
    padding: 0 0 5px 20px;
    position: relative;
    font-size: 16px
}

.single .content ul li p {
    line-height: 24px
}

.single .content ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #888;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.single .content ol {
    padding: 10px 0 0 0
}

.single .content ol.list-paddingleft-2 {
    position: relative
}

.single .content ol li {
    padding: 0;
    position: relative
}

.single .content ol li p {
    line-height: 26px;
    font-size: 16px;
    color: #888
}

.single .video {
    position: relative;
}

.single .player span {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url(../images/btn_play.png) no-repeat 50%;
    cursor: pointer;
}

.about-wrap {
    position: relative;
}

.about-wrap:after {
    content: '';
    position: absolute;
    top: 220px;
    right: 0;
    z-index: -1;
    width: 35%;
    height: 565px;
    background: #f3f2f1;
}

@media (min-width: 768px) {
    .single .video {
        padding: 50px;
    }
}
@media (max-width: 767px) {
    .single .video {
        margin-bottom:15px;
    }
}

/* 内容 end */

/* 产品列表*/
.product .list .item {
    -webkit-transition: .3s;
    transition: .3s;
}

.product .list .item:hover {
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .05);
}

.product .list .item h3 {
    text-align: center;
}

.product .list .item h3 a {
    line-height: 2;
    color: #333;
}

/*产品列表*/

/* 产品详细页begin */
.product-description .padding-large {
    padding: 30px 0 0 30px
}

.product-description .padding-large-top {
    padding: 0
}

.product-description p {
    line-height: 24px
}

.product-description .zoomimg {
    width: 474px
}

/* PC端独有 */

/* 产品详情TAB begin */
.product .overview .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 100%;
    border-bottom: 1px solid #efefef
}

.product .overview .tab .tab-nav {
    margin: 0;
    padding: 0;
}

.product .overview .tab .tab-nav li {
    display: inline-block;
    min-width: 100px;
}

.product .overview .tab .tab-nav li a {
    margin-bottom: -1px;
    color: #6e6e6e;
    padding: 20px 0;
    display: block;
    line-height: 24px;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
}

.product .overview .tab .tab-nav .active {
    border-radius: 0;
}

.product .overview .tab .tab-nav .active a {
    cursor: default;
    color: #ff9600;
    background: #fff;
    border-bottom: 3px solid #ff9600;
}

.product .overview .tab .tab-nav li a, .product .overview .tab .tab-nav .active a:focus {
    outline: none;
}

.product .overview .tab .tab-body {
    padding: 25px;
    border-radius: 0;
    border-top: solid 1px #ebebeb;
}

.product .related h2 {
    font-size: 36px;
    line-height: 2;
}

.product .related .item h3 {
    text-align: center;
}

.product .related .item h3 a {
    font-size: 18px;
    color: #333;
}

/* 产品详情TAB END */

/* 放大镜 begin */
#zoomimg {
    cursor: pointer;
    display: block
}

.pro-thumb .item img {
    border: 1px solid #ececec
}

.pro-thumb .item:hover img {
    border: 1px solid #ff9600
}

.pro-thumb:hover .owl-nav .owl-prev, .pro-thumb:hover .owl-nav .owl-next {
    opacity: .6;
}

/* 放大镜 end */

/* 商品参数 */
.attribute li {
    position: relative;
    color: #666;
    line-height: 32px;
}

/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {
    color: #999
}

/* 商品参数 end */

/* 商品详情 */
.content img {
    max-width: 100% !important;
    height: auto !important;
}

/* 商品详情 end */

/* 产品详细页end */

/* 新闻列表 */
.list-news {
    margin-bottom: 30px
}

.list-news .time {
    margin-top: 70px;
    margin-right: -20px;
    padding: 15px 0 10px 0;
    border-right: 1px solid #eee;
}

.list-news .time .text-large {
    font-size: 52px;
    line-height: 54px;
}

.list-news .news {
    margin-top: 70px;
    margin-left: 50px;
    margin-right: 30px
}

.list-news .news h3 a {
    display: block;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px
}

.list-news .button {
    margin-top: 70px;
    width: 70px;
    line-height: 56px;
    font-size: 24px;
    border: 1px solid #ebebeb;
}

.list-news:hover .button {
    background: #ff9600;
    color: #fff;
    border: 1px solid #ff9600
}

.list-news:hover h3 a {
    color: #ff9600
}

/* 新闻列表 */

/* 纯文字列表  begin*/
.list-post-text {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-post-text li {
    padding: 5px 0;
}

.list-post-text li a {
    display: block;
}

.list-post-text li.dot a {
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-post-text li.dot:hover a:before {
    background: #ff9600;
}

.list-post-text li.dot a:before {
    content: '';
    position: absolute;
    left: -2px;
    background: #ccc;
    width: 6px;
    height: 6px;
    top: 9px;
    border-radius: 50%
}

/* 纯文字列表  end*/

/* 内容 begin */
.article {
    overflow: hidden
}

.article .item {
    margin-bottom: 50px;
    padding: 30px;
    background: #f3f2f1;
    border: 1px solid #e1e2e3;
}
.article .item .news-text{
    padding: 20px 0 0;
}
.article .item .news-text h3{
    font-size: 24px;
}
.article .item .news-text h3 a{
    color: #333;
}
.article .item .news-text h3 a:hover{
    color: #ed1f23;
}
.article .item .news-text p{
    margin-top: 20px;
    text-align: justify;
}
.article .item .news-text .time{
    font-weight: bold;
}
@media(max-width: 767px){
    .article .item{
        margin-bottom: 20px;
    }
    .article .item .news-text h3{
        font-size: 18px;
    }
    .article .item .news-text p{
        font-size: 14px;
    }
}

/* 内容 end */


.gallery .list .item h3 {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

.gallery .list .item h3 a {
    color: #333;
}

.recruit .list .item {
    padding: 15px;
}

.recruit .list .item {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.recruit .list .item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.recruit .list .item dt {
    font-weight: normal
}

.recruit .list .item a {
    color: #333;
    text-decoration: none;
}


.result-wrap{
    padding: 50px 0;
}
.result h2{
    margin-bottom: 50px;
    padding: 15px;
    background: #f3f2f1;
}
.result h2 span{
    color: #ed1f23;
}
.result .list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.result .list li{
    margin-bottom: 30px;
}
.result .list li a{
    color: #333;
    font-size: 16px;
}
.result .list li span{
    color: #999;
    font-size: 12px;
}