@charset "UTF-8";

/*简易栅格化*/
.row {
    margin-left: -5px;
    margin-right: -5px;
    zoom: 1;
}
.row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.row>li,
.row .item {
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.row li img,
.row .item img {
    max-width: 100%;
}
.row-2 li,
.row-2 .item {
    width: 50%;
}
.row-3 li,
.row-3 .item {
    width: 33.3333%;
}
.row-4>li,
.row-4 .item {
    width: 25%;
}
.row-5 li,
.row-5 .item {
    width: 20%;
}

.row-6 li,
.row-6 .item {
    width: 16.6666%;
}

.row-8 li,
.row-8 .item {
    width: 12.5%;
}

/* 间距10px */
.row-big {
    margin-left: -10px;
    margin-right: -10px;
}
.row-big>li,
.row-big .item {
    padding: 0 10px;
    margin-bottom: 20px;
}





/*浏览器更新提示*/
.browserupgrade {
    margin: 0;
    padding: 50px 0;
    background: #ccc;
    text-align: center;
    font-size: 18px;
}

.browserupgrade a {
    font-weight: 600;
    color: red;
    text-decoration: underline;
}

/*返回顶部*/
#to-top {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(../images/common/scrolltop.png) no-repeat center;
    text-align: center;
    text-decoration: none;
    z-index: 8;
    right: 20px;
    opacity: 0.7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#to-top:hover {
    opacity: 1;
}

/*分享修复*/
.jiathis_style .jiathis_counter.jiathis_bubble_style {
    box-sizing: content-box;
}

/*图片放大*/
.pic-scale,
.img-scale .pic {
    position: relative;
    overflow: hidden;
}

.img-scale img,
.pic-scale img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-scale:hover img, .pic-scale:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*图片内阴影*/
.img-cover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
    opacity: 0;
    filter: alpha(opacity=0);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-cover:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*图片透明*/
.img-opacity {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-opacity:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

/*图片去色*/
.img-gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

/*三角*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    margin-top: -1px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

/* ====== 分页 ====== */
.paging {
    text-align: center
}

.paging a,
.paging span {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 36px;
    line-height: 34px;
    color: #333;
    font-size: 14px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    border: 1px solid #d2d2d2;
}

.paging .prev,
.paging .prev_disabled,
.paging .next,
.paging .next_disabled {
    padding: 0 10px;
    width: auto;
    color: #333;
    border: 1px solid #d2d2d2;
}

.paging .pre:hover,
.paging .next:hover {
    background-color: #f69507;
    color: #fff;
    border-color: #f69507;
}

.paging .current,
.paging a:hover {
    background-color: #f69507;
    color: #fff !important;
    border-color: #f69507;
}

.paging a.prev:before,
.paging a.prev_disabled:before {
    content: "上一页";
}

.paging a.next:before,
.paging a.next_disabled:before {
    content: "下一页";
}

/*面包屑导航*/
.com-bread{margin-top: 35px; padding: 0 30px; height:60px;line-height:60px;font-size:16px;color:#333;background: #f6f6f6;}
.com-bread a{color:#333;}
.com-bread a:hover{color:#b42e32;}


/*弹窗留言*/
.tc-message {
    display: none;
}

.tc-message .form-box h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 10px;
    color: #000;
}

.tc-message .form-box {
    padding: 30px;
    background: #fff;
}

.tc-message .form-box .form-tit {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

.tc-message .form-box ul li {
    float: left;
    margin-bottom: 20px;
    width: 32.6666%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    position: relative;
}

.tc-message .form-box ul li ~ li {
    margin-left: 1%;
}

.tc-message .form-box ul li input {
    line-height: 25px;
    width: 72%;
    padding: 0 5px;
    background-color: #f5f5f5;
    font-size: 16px;
}

.tc-message .form-box ul li input:focus, .tc-message .form-box .form-desc .text:focus {
    background-color: #fff;
}

.tc-message .form-box .in-tit {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.tc-message .form-box .form-desc .in-tit {
    width: 8%;
}

.tc-message .form-box .form-desc {
    margin-bottom: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    position: relative;
}

.tc-message .form-box .form-desc .error {
    bottom: -25px;
}

.tc-message .form-box .form-desc .text {
    vertical-align: top;
    width: 90%;
    height: 175px;
    border: none;
    padding: 0 5px;
    font-size: 14px;
    line-height: 22px;
    background-color: #f5f5f5;
}

.tc-message .form-box .sub-btn {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #069fb9;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: "微软雅黑";
}

.tc-message .form-box .sub-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/*视频弹窗*/
.vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
    left:0;
    top:0;
}
.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden;
}
.vwrap .videobox {
    z-index: 990;
    width: 854px;
    height: 480px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -240px;
    margin-left: -427px;
}
@media screen and (max-width: 1280px) {
    .vwrap .videobox {
        width: 800px;
        height: 400px;
        margin-left: -400px;
        margin-top: -200px;
    }
}
@media screen and (max-width: 1024px) {
    .vwrap .videobox {
        width: 700px;
        margin-left: -350px;
    }
}


.vwrap .videobox #videobox1,
.vwrap .videobox #videobox2 {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #000;
}
#videobox_wrapper {
    height: 100%!important;
}
.vwrap .close {
    z-index: 999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: -38px;
    right: -40px;
}
.vwrap .close i {
    display: block;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#videobox_display_button {
    background: none no-repeat!important;
}
.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.jwlogo, .jwclick {
    display: none!important;
}
#videobox_controlbar {
    bottom: 5%!important;
}



/*手机*/
@media screen and (max-width: 800px) {
    /*弹窗播放*/
    .vwrap .videobox {
        width: 90%;
        height: 240px;
        left: 5%;
        top: 50%;
        margin-top: -120px;
        margin-left: 0;
    }
    .vwrap .close {
        z-index: 999;
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: -30px;
        right: 0;
    }
    .vwrap .close i {
        width: 20px;
        height: 20px;
        background: url(../images/close-2x.png) no-repeat 50% 50%;
        background-size: contain;
    }
}

/*KEFU*/
.qqkefu {
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 20;
    width: 53px;
}

.qqkefu ul li {
    position: relative;
    float: right;
    margin-bottom: 1px;
    height: 47px;
    background: #757575;
    font-size: 14px;
    line-height: 47px;
    opacity: .9;
    cursor: pointer;
}

.qqkefu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.qqkefu ul li.qq_cza {
    overflow: hidden;
}

.qqkefu ul li:hover {
    background: #000;
}

.qqkefu ul li.top {
    position: relative;
    width: 53px;
    background: #000 url(../images/kf/top_icon.png) no-repeat center;
    color: #1c1c1c;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.qqkefu ul li.top:hover {
    background-color: #907842;
}

.qqkefu ul li b {
    float: left;
    display: block;
    overflow: hidden;
    width: 53px;
    height: 47px;
}

.qqkefu ul li b.a {
    background: url(../images/kf/czx4.png) no-repeat center center;
}

.qqkefu ul li b.b {
    background: url(../images/kf/czx3.png) no-repeat center center;
}

.qqkefu ul li b.d {
    background: url(../images/kf/bdsq.png) no-repeat center center;
}

.qqkefu ul li b.c {
    background: url(../images/kf/czx5.png) no-repeat center center;
}

.qqkefu ul li b.e {
    background: url(../images/kf/icon_kf_tel.png) no-repeat center center;
}

.qqkefu ul li b.lxb {
    background: url(../images/kf/phone0.png) no-repeat center center;
}

.qqkefu .erweima {
    position: absolute;
    top: -103px;
    left: -134px;
    float: right;
    display: none;
    height: 150px;
    border: 1px solid #CCC;
    background: #FFF;
    cursor: default !important;
}

.qqkefu .erweima p {
    float: left;
    width: 130px;
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.qqkefu .erweima p img {
    margin: 10px 10px 0 10px;
    width: 110px;
    height: 110px;
}

.qqkefu .kf-tel .erweima {
    top: -23px;
    left: -153px;
    height: 70px;
    text-align: center;
}

.qqkefu .kf-tel .erweima p {
    width: 150px;
}

.qqkefu .kf-tel .erweima em {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 6px;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

/*常见问题*/
.faq-list {
    border-top: 1px solid #E4E4E4;
}

.faq-list li {
    border-bottom: 1px solid #E4E4E4;
}

.faq-list .question {
    font-size: 18px;
    height: 62px;
    line-height: 62px;
    color: #333;
    cursor: pointer;
    padding-left: 20px;
}

.faq-list li .question.on {
    color: #0057FF;
}

.faq-list .question .fa-dropdown {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    width: 31px;
    height: 31px;
    background: url(../images/icon-faq-open.png) no-repeat center;
    background-size: contain;
}

.faq-list .question.on .fa-dropdown {
    background: url(../images/icon-faq-close.png) no-repeat center;
}

.faq-list .answer {
    padding: 15px 45px 45px;
    line-height: 1.7;
}

.faq-list .answer ~ .answer {
    display: none;
}

.faq-list .answer p {
    line-height: 2;
}

/*网站地图*/
.sitemap-list>li {
    margin-top: 20px;
    padding: 20px;
    border-bottom: #f2f2f2 1px solid;
}

.sitemap-list>li:first-child {
    margin-top: 0;
}

.sitemap-list>li>a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
}

.sitemap-list>li>a b {
    font-weight: normal;
}

.sitemap-list ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 50px;
}


/*hover-shadow效果*/
.hover-shadow {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hover-shadow:hover {
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}


/*hover-xiaomi效果*/
.hover-xm {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hover-xm:hover {
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
    -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0);
}

/*hover-opacity透明效果*/
.hover-opacity {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hover-opacity:hover {
    opacity: .9;
}


/*按钮*/
.com-btn-140 {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 140px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    background: #b42e32;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-btn-140:hover {
    opacity: .9;
}
.com-btn-140.white {
    background: transparent;
    border: 1px solid #898989;
    color: #333 !important;
}

.com-btn-180 {
    display: inline-block;
    width: 180px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-btn-180:hover,
.com-btn-140.white:hover {
    color: #fff !important;
    background: #b42e32;
    border-color: #b42e32;
}


/*标题装饰条*/
.title-line {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.title-line:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width: 30px;
    height: 5px;
    background: #b42e32;
}
.title-line-yellow:before {
    background: #f69507;
}


/*图文模块*/
.pic-word {
    position: relative;
}
.pic-word .pic {
    width: 50%;
}
.pic-word .cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    padding: 0 90px;
}
.pic-word .cont .tit {
    font-size: 32px;
    color: #333;
}
.pic-word .cont .tit.fs-20 {
    font-size: 20px;
}
.pic-word .cont .des {
    margin-top: 20px;
    margin-bottom: 35px;
}
.pic-word .cont .des.fs-14 {
    font-size: 14px;
    margin-top: 30px;
}
.pic-word .cont .des-lh-35 {
    line-height: 35px;
}
.pic-word .cont .des p ~ p {
    margin-top: 10px;
}


/*标题 风格3*/
.page-title-three {
    padding: 65px 0;
    text-align: center;
}
.page-title-three p {
    margin-top: 20px;
    line-height: 30px;
}


/*图标文字列表 风格1*/
.gr-icon-tit-list li .box {
    padding: 10px 50px 30px;
    text-align: center;
}
.gr-icon-tit-list li .box .icon-value {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.gr-icon-tit-list li .box .icon-value-1 {
    background-image: url(../images/icon-value-1.png);
}
.gr-icon-tit-list li .box .icon-value-2 {
    background-image: url(../images/icon-value-2.png);
}
.gr-icon-tit-list li .box .icon-value-3 {
    background-image: url(../images/icon-value-3.png);
}
.gr-icon-tit-list li .box .icon-value-4 {
    background-image: url(../images/icon-value-4.png);
}
.gr-icon-tit-list li .box .icon-value-5 {
    background-image: url(../images/icon-value-5.png);
}
.gr-icon-tit-list li .box .icon-value-6 {
    background-image: url(../images/icon-value-6.png);
}
.gr-icon-tit-list li .box .icon-value-7 {
    background-image: url(../images/icon-value-7.png);
}
.gr-icon-tit-list li .box .icon-value-8 {
    background-image: url(../images/icon-value-8.png);
}
.gr-icon-tit-list li .box h5 {
    font-size: 28px;
    color: #333;
    line-height: 1;
}
.gr-icon-tit-list li .box p {
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
}
@media (max-width: 1600px) {
    .gr-icon-tit-list li .box h5 {
        font-size: 24px;
    }
    .gr-icon-tit-list li .box p {
        font-size: 14px;
    }
}


.gr-icon-tit-list li .box .icon-value {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-icon-tit-list li .box:hover .icon-value {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/*数字滚动 风格2*/
.num-scroll-two {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}
.num-scroll-two li {
    display: inline-block;
    padding: 0 35px;
    color: #fff;
    font-size: 18px;
    min-width: 162px;
}
.num-scroll-two li .num {
    margin-bottom: 5px;
    font-size: 52px;
    font-family: "Impact","Microsoft Yahei";
    line-height: 1;
}

