/* 内页banner vidbacking css  */

.vidbacking-active-body-back {
    position: fixed;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    transition: 2s opacity;
    transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.vidbacking {
    display: none;
}

.vidmask-body-back {
    background: url(../images/videooverlay.jpg) repeat;
    opacity: 0.4;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -50;
    display: block;
}

.vidmask-block-back {
    background: url(../images/videooverlay.jpg) repeat;
    opacity: 1;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    z-index: -50;
    display: block;
}


/* banner视频 css */

.video-back {
    display: block;
    padding: 95px 0px 60px;
    text-align: center;
}

.video-back h4 {
    display: block;
    text-align: center;
    letter-spacing: 0.4rem;
    font-weight: 700;
    color: #fff;
    font-size: 5rem;
    text-shadow: 3px 3px 8px #000;
}

.video-back p {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
    text-shadow: 1px 1px 3px #000;
}

.video-back a {
    display: inline-block;
    margin: 25px auto 0 auto;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px dotted #fff;
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 1px 1px 3px #000;
}

.video-back a:hover {
    border: 1px dotted #036505;
    color: #036505;
    background-color: rgba(255, 255, 255, .4);
    text-shadow: none;
}


/* 详细页 */

.B_nav {
    position: relative;
    font-size: 1.4rem;
    line-height: 6rem;
    color: #555;
}

.i_ico,
.i_ico2,
.i_ico3 {
    display: inline-block;
    margin: 0 3px;
    font-size: 1rem;
}

.i_ico {
    margin-right: 5px;
    font-size: 1.6rem;
}

.i_ico3 {
    font-size: 1.3rem;
}

.i_ico4,
.i_ico5 {
    margin-right: 5px;
    font-size: 1.9rem;
}

.i_ico5 {
    color: red;
}

.B_nav a {
    color: #555;
}

.B_nav a:hover {
    color: #181818;
}

.bshare-custom {
    position: absolute;
    top: 22px;
    right: 15px;
}

.content_img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.content_par h1 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 30px;
    color: #333;
}

.content_par span {
    display: block;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
}

.content_par dl {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.content_par dl dt {
    line-height: 30px;
    font-weight: 400;
    color: #999;
}

.content_par dl dd {
    line-height: 30px;
}

.content_par dl:nth-of-type(1) dt {
    padding-top: 6px;
}

.content_par dl:nth-of-type(1) dd {
    color: #ff4a00;
}

.content_par dd i {
    color: red;
    font-size: 3rem;
}

.content_par dl a {
    display: inline-block;
    line-height: 30px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
    color: #333;
    cursor: pointer;
    border: 1px solid #d5d5d5;
}

.content_par dl a.active {
    border: 1px solid #ff4a00;
    color: #ff4a00;
}

.content_par p {
    margin-bottom: 15px;
    padding: 0;
    font-size: 1.4rem;
    line-height: 30px;
}

.content_par p:nth-of-type(1) {
    text-indent: 2em;
}

.content_par p a {
    display: inline-block;
    margin-right: 1.5rem;
    width: 234px;
    border-radius: 4px;
    border: 1px solid red;
    line-height: 38px;
    font-size: 1.8rem;
    text-align: center;
    cursor: pointer;
    color: red;
}

.content_par p a:hover {
    color: #fff !important;
    background-color: red !important;
}

.content_par p a:nth-child(1) {
    color: #fff;
    background: #ff4a00;
}

.content_bd .row>div:last-child {
    padding-left: 0px;
}

.content_bd_left,
.content_bd_right {
    border: 1px solid #ddd;
    margin-bottom: 25px;
    background-color: #fff;
}

.content_bd_left ul {
    margin-bottom: 0;
}

.content_bd_left ul.content_nav li {
    float: left;
    width: 118px;
    line-height: 40px;
    font-size: 1.6rem;
    color: #333;
    border-right: 1px solid #ececec;
    text-align: center;
    cursor: pointer;
}

.content_bd_left ul.content_nav li {
    float: left;
    display: block;
    width: 119px;
    line-height: 40px;
    font-size: 1.6rem;
    color: #333;
    border-right: 1px solid #ececec;
    text-align: center;
    cursor: pointer;
}

.content_bd_left ul.content_nav li.current {
    position: relative;
    top: -1px;
    border-top: 3px solid #ff4a00;
    line-height: 36px;
    color: red;
}

.content_bd_left img {
    width: 100%;
}

.content_bd_right>div:nth-child(1) {
    line-height: 60px;
    padding-top: 1rem;
    padding-left: 1.5rem;
    color: #ff4a00;
}

.content_bd_right>div:nth-child(1) em {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.content_bd_right>div:nth-child(1) a {
    color: #ff4a00;
    font-size: 2.4rem;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.content_bd_right>div:nth-child(1) a:hover {
    color: red;
    padding-left: 0.6rem;
}

.content_bd_right ul {
    padding: 0 15px;
    font-size: 1.4rem;
}

.content_bd_right ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    line-height: 25px;
}

.content_bd_right ul i {
    padding-right: 1rem;
}

.content_bd_right ul a.correct {
    color: #036505;
    padding-right: 1rem;
}

.content_bd_right>div:nth-of-type(2),
.content_bd_right>div:nth-of-type(3) {
    margin-top: 40px;
    border: 1px solid #f2f2f2;
    line-height: 50px;
    background: #f5f5f5;
    font-size: 1.8rem;
    color: #333;
    padding-left: 15px;
}

.content_bd_business {
    padding: 0 15px;
}

.content_bd_business dt {
    margin-top: 20px;
    margin-bottom: 10px;
}

.content_bd_business dt h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 700;
    font-size: 1.8rem;
}

.content_bd_business dt span {
    display: inline-block;
    margin-right: 0.5rem;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-position: center top;
    background-repeat: no-repeat;
}

.content_bd_business dt:nth-of-type(1) span {
    background-image: url(../images/business_ico1.png);
}

.content_bd_business dt:nth-of-type(2) span {
    background-image: url(../images/business_ico2.png);
}

.content_bd_business dt:nth-of-type(3) span {
    background-image: url(../images/business_ico3.png);
}

.content_bd_business dt:nth-of-type(4) span {
    background-image: url(../images/business_ico4.png);
}

.content_bd_business dt:nth-of-type(5) span {
    background-image: url(../images/business_ico5.png);
}

.content_bd_business dt:nth-of-type(6) span {
    background-image: url(../images/business_ico6.png);
}

.content_bd_business dt:nth-of-type(7) span {
    background-image: url(../images/business_ico7.png);
}

.content_bd_business dd {
    padding-left: 3.8rem;
    line-height: 30px;
    font-size: 1.4rem;
}

.content_bd_business dd a {
    color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content_bd_business dd a:hover {
    color: #ff4a00;
    padding-left: 1rem;
}


/* about */

#about .fadeInLeft>div,
#about .fadeInRight>article {
    margin-bottom: 15px;
}

#about .fadeInLeft li {
    line-height: 57px;
    text-align: center;
    font-size: 1.6rem;
    border-bottom: 1px solid #ddd;
}

#about .fadeInLeft a {
    display: block;
    border-left: 3px solid transparent;
    color: #999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#about .fadeInLeft a.current {
    border-left: 3px solid #ff4a00;
    color: #ff4a00;
}

#about .fadeInLeft a:hover {
    padding-left: 0.5rem;
    border-left: 3px solid #036505;
    background-color: #ddd;
    color: #181818;
}

#about .fadeInRight {
    font-size: 1.4rem;
    line-height: 2.8rem;
}

#about .fadeInRight h1 {
    margin: 0;
    line-height: 57px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 3rem;
    font-size: 2rem;
    color: #333;
    font-weight: normal;
}

#about .fadeInRight article>div {
    padding: 3rem;
}

#about .fadeInRight h2 {
    display: inline-block;
    margin: 1rem 2rem;
    font-size: 1.4rem;
}

#about .fadeInRight h3 {
    margin-top: 25px;
    font-size: 1.8rem;
    font-weight: 700;
}
#about .fadeInRight img{ width:100%; height:100%;
}

/* news */

#news .content_bd_left>div:first-child {
    line-height: 57px;
    border-bottom: 1px solid #ddd;
}

#news .content_bd_left i {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 1.5rem;
}

#news .content_bd_left h1 {
    display: inline-block;
    margin: 0;
    padding: 0 1rem;
    font-size: 2rem;
    color: #333;
    font-weight: normal;
}

#news .list {
    margin: 2.5rem 4rem;
}

#news .list li {
    position: relative;
    float: none;
    width: 100%;
    border-right: 0;
    border-bottom: 1px dotted #ddd;
    text-align: left;
}

#news .list h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.8rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#news .list p {
    padding-bottom: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#news .list li:hover {
    cursor: pointer;
}

#news .list li:hover h3 {
    color: #ff4a00;
}

#news .list li:hover p {
    color: #888;
}

#news .list a {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 1.4rem;
    color: #ff4a00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#news .list a:hover {
    right: -0.5rem;
    color: red;
}

#news .list a i {
    margin-left: 0;
    margin-top: 2px;
}


/* page_nav分页按钮样式 */

.page_nav {
    margin: 0 4rem 3rem;
    font-size: 1.4rem;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.page-num,
.page-link {
    position: relative;
    display: block;
    padding: 0.8rem 1.2rem;
    margin-left: -1px;
    line-height: 1.4rem;
    color: #ff4a00 !important;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-num-current {
    z-index: 1;
    color: #fff !important;
    background-color: #ff4a00;
    border-color: #ff4a00;
}


/* item */

#item .content_bd_left>div:first-child {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

#item .content_bd_left h1 {
    display: block;
    padding: 0 1.5rem;
    line-height: 40px;
    text-align: center;
    font-size: 2.6rem;
    color: #181818;
    font-weight: 700;
}

#item .content_bd_left>div:first-child span {
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #666;
}

#item .content_bd_left>div:nth-of-type(2) {
    padding: 3rem 4rem;
    border-bottom: 1px dashed #ddd;
    line-height: 2.8rem;
    font-size: 1.4rem;
}

#item .content_bd_left>div:nth-of-type(3) {
    padding: 2rem 4rem;
    border-bottom: 1px dashed #ddd;
    font-size: 1.4rem;
}

#item .content_bd_left>div:nth-of-type(3) p {
    margin-bottom: 0;
    line-height: 2.8rem;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#item .content_bd_left>div:nth-of-type(4) span {
    display: block;
    padding-left: 3.6rem;
    line-height: 60px;
    border-left: 4px solid red;
    font-weight: 700;
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
}

#item .content_bd_left>div:nth-of-type(4) ul {
    padding: 0 4rem 2rem 4rem;
    font-size: 1.4rem;
}

#item .content_bd_left>div:nth-of-type(4) li {
    float: left;
    width: 50%;
    padding: 0 1.5rem;
    line-height: 3.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#item .content_bd_left>div:nth-of-type(4) a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#item .content_bd_left>div:nth-of-type(4) a:hover {
    padding-left: 0.3rem;
}

.content_bd_news {
    margin-top: 15px;
}

.content_bd_news li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    line-height: 25px;
}


/* cloud */

.cloud-content {
    background: #f5f5f5;
    padding: 45px 0 80px;
}

.cloud-header {
    width: 90%;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    color: #333;
}

.cloud-header h1 {
    display: block;
    margin-bottom: 1.4rem;
    font-style: normal;
    font-size: 3rem;
}

.cloud-header span {
    font-size: 1.6rem;
    opacity: 0.6;
    margin-bottom: 40px;
}

.cloud-wrapper {
    margin-top: 20px;
}

.cloud-wrapper .cloud-card {
    float: left;
    padding: 20px;
    cursor: pointer;
    min-height: 352px;
    background: transparent;
    width: calc(24.8% - -3px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.cloud-card-image {
    height: 242px;
    overflow: hidden;
    position: relative;
}

.cloud-card-text {
    overflow: hidden;
    margin-top: 10px;
    height: 72px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-indent: 2em;
}

.cloud-card-image-back {
    width: 100%;
    height: 242px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.cloud-card-image .cloud-card-image-back {
    z-index: 0;
    position: absolute;
}

.cloud-card-image-title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    line-height: 242px;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, .65);
}

.cloud-wrapper .cloud-card:hover .cloud-scale {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.cloud-wrapper .cloud-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    -moz-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
}

.cloud-wrapper .cloud-card:hover .cloud-card-image-title {
    background-color: rgba(0, 0, 0, .35);
}


/* Mobile css */

@media screen and (max-width:1669px) {
    /* cloud */
    .cloud-wrapper .cloud-card {
        width: 33.33%;
    }
}

@media screen and (max-width: 1199px) {
    /* item css */
    #item .content_bd_left>div:nth-of-type(4) li {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    /* content css */
    .content_bd .row>div:last-child {
        padding-left: 15px;
    }
    .content_bd_right ul li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content_bd_right>div:nth-of-type(2),
    .content_bd_business {
        display: none;
    }
    /* cloud */
    .cloud-wrapper .cloud-card {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    /* banner视频 css */
    .video-back {
        display: block;
        padding: 70px 0px 25px;
        text-align: center;
    }
    .video-back h4 {
        letter-spacing: 0.2rem;
        font-weight: 700;
        font-size: 2.5rem;
    }
    .video-back p {
        margin-top: 3px;
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
        text-shadow: 1px 1px 3px #000;
    }
    .video-back a {
        margin: 10px auto 0 auto;
    }
    /* content css */
    .B_nav {
        padding: 1.5rem;
        line-height: 25px;
        background-color: #eee;
    }
    .content_par {
        margin-top: 15px;
    }
    .content_par p:last-of-type {
        text-align: center;
    }
    .content_par p a {
        width: 40%;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .content_bd_left,
    .content_bd_right {
        margin-bottom: 15px;
    }
    .content_bd_left {
        margin-top: 15px;
    }
    .content_bd_left ul li {
        width: 33.33%;
    }
    /* news css  */
    #news .list {
        margin: 2.5rem 2rem;
    }
    /* item css */
    #item .content_bd_left>div:nth-of-type(2) {
        padding: 3rem 2rem;
    }
    #item .content_bd_left>div:nth-of-type(3) {
        padding: 2rem 2rem 0 2rem;
    }
    #item .content_bd_left>div:nth-of-type(3) p {
        margin-bottom: 18px;
        line-height: 2.4rem;
        color: #999;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    #item .content_bd_left>div:nth-of-type(4) span {
        padding-left: 1.6rem;
    }
    #item .content_bd_left>div:nth-of-type(4) ul {
        padding: 0 2rem 2rem;
        font-size: 1.4rem;
    }
    #item .content_bd_left>div:nth-of-type(4) li {
        float: left;
        margin-bottom: 18px;
        padding: 0;
        line-height: 2.4rem;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    .content_bd_right>div:nth-of-type(3),
    .content_bd_news {
        display: none;
    }
    /* cloud */
    .cloud-wrapper .cloud-card {
        width: 100%;
    }
}