/* ====== 常用模块 ====== */

/*分页 风格2*/
.pages-fg1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.pages-fg1 a,
.pages-fg1 span {
    display: inline-block;
    margin: 0 8px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #333;
    font-size: 18px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    border: 1px solid #dde2ef;
    vertical-align: middle;
    margin-top: -2px;
    border-radius: 50%;
    font-family: "Berlin Sans FB Demi Bold";
}
.pages-fg1 a:first-child {
    display: none;
}
.pages-fg1 a:nth-child(2),
.pages-fg1 a:last-child{
    width: 90px;
    border-radius: 25px;
}
.pages-fg1 label {
    font-family: "Berlin Sans FB Demi Bold";
    font-size: 18px;
}

.pages-fg1 .prev,
.pages-fg1 .prev_disabled,
.pages-fg1 .next,
.pages-fg1 .next_disabled {
    width: 42px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #dde2ef;
}

.pages-fg1 .pre:hover,
.pages-fg1 .next:hover {
    background-color: #1e61ba;
    color: #fff;
    border-color: #1e61ba;
}

.pages-fg1 .current,
.pages-fg1 a:hover {
    background-color: #1e61ba;
    color: #fff !important;
    border-color: #1e61ba;
}

.pages-fg1 a.prev:before,
.pages-fg1 a.prev_disabled:before {
    content: url(../image/icon-page-p.png);
}

.pages-fg1 a.next:before,
.pages-fg1 a.next_disabled:before {
    content: url(../image/icon-page-n.png);
}

.pages-fg1 a:hover.prev:before,
.pages-fg1 a:hover.prev_disabled:before {
    content: url(../image/icon-page-p-on.png);
}

.pages-fg1 a:hover.next:before,
.pages-fg1 a:hover.next_disabled:before {
    content: url(../image/icon-page-n-on.png);
}


/*面包屑导航*/
.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 {
    padding: 20px;
    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);
}

.tc-message .com-form-box ul li input {
    line-height: 54px;
}

.tc-message .com-form-box {
    margin-top: 0;
}

.tc-message h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 10px;
}


/*视频弹窗*/
.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.3;
    filter: alpha(opacity=30);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 990;
    width: 992px;
    height: 558px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -279px;
    margin-left: -500px;
}

@media (max-width:1440px) {
    .vwrap .videobox {
        width: 854px;
        height: 480px;
        margin-top: -240px;
        margin-left: -430px;
    }
}

#videobox {
    height: 100%;
    width: 100%;
}

.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: 0;
    right: -40px;
}

.vwrap .close i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/close1.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close:hover i {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#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;
}


/*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(http://www.yiyuntian.com/weboms/Template/pc_web/statics/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(http://www.yiyuntian.com/weboms/Template/pc_web/statics/images/kf/czx4.png) no-repeat center center;
}

.qqkefu ul li b.b {
    background: url(http://www.yiyuntian.com/weboms/Template/pc_web/statics/images/kf/czx3.png) no-repeat center center;
}

.qqkefu ul li b.d {
    background: url(http://www.yiyuntian.com/weboms/Template/pc_web/statics/images/kf/bdsq.png) no-repeat center center;
}

.qqkefu ul li b.c {
    background: url(http://www.yiyuntian.com/weboms/Template/pc_web/statics/images/kf/czx5.png) no-repeat center center;
}

.qqkefu ul li b.e {
    background: url(http://www.yiyuntian.com/weboms/Template/pc_web/statics/images/kf/icon_kf_tel.png) no-repeat center center;
}

.qqkefu ul li b.lxb {
    background: url(http://www.yiyuntian.com/weboms/Template/pc_web/statics/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 {
    margin-top: 45px;
}

.faq-list li~li {
    margin-top: 20px;
}

.faq-list .gr-question {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #666;
    cursor: pointer;
    padding-left: 35px;
    background: #f5f5f5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.faq-list li .gr-question.on,
.faq-list li .gr-question:hover {
    color: #fff;
    background: #1e61ba;
}

.faq-list .gr-question .icon-faq {
    float: right;
    margin-top: 19px;
    margin-right: 25px;
    width: 24px;
    height: 24px;
    background: url(../image/icon-faq-jia.png) no-repeat center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.faq-list .gr-question.on .icon-faq {
    background: url(../image/icon-faq-jia2.png) no-repeat center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-list .gr-question:hover .icon-faq {
    background: url(../image/icon-faq-jia2.png) no-repeat center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-list .gr-answer {
    display: none;
    padding: 30px 18px;
    line-height: 1.7;
}

.faq-list .gr-answer p {
    line-height: 30px;
}


/*网站地图*/
.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: #1e61ba;
}


/*图文模块*/
.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;
}


/*留言*/
.contact-message {
    padding-top: 95px;
    padding-bottom: 100px;
}

.message-title {
    text-align: center;
}

.message-title h3 {
    font-size: 30px;
    color: #333;
    line-height: 1;
}

.message-title p {
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.com-form-box {
    margin-top: 50px;
}

.com-form-box ul {
    margin-left: -8px;
    margin-right: -8px;
}

.com-form-box ul li {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 8px;
}

.com-form-box ul li input {
    font-size: 16px;
    color: #999;
    width: 100%;
    line-height: 64px;
    padding: 0 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.com-form-box ul li input:focus,
.com-form-box .textarea:focus,
.com-form-box .submit:focus {
    outline: none;
    box-sizing: border-box;
}

.com-form-box .textarea {
    box-sizing: border-box;
    padding: 30px;
    height: 270px;
    width: 100% !important;
    border: none;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #999;
    background: #fff;
}

.com-form-box .submit {
    margin-top: 20px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #1e61ba;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.com-form-box .submit:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.message-input::-webkit-input-placeholder {
    color: #999;
}

.message-input:-moz-placeholder {
    color: #999;
}

.message-input::-moz-placeholder {
    color: #999;
}

.message-input:-ms-input-placeholder {
    color: #999;
}

.com-form-box ul.row-3 li {
    width: 33.3333%;
}

.com-form-box .cont {
    position: relative;
}

.com-form-box ul li .error {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -12px;
    color: red;
}

.com-form-box .cont .error {
    color: red;
}

/*面包屑导航*/
.com-breadcrumb {
    height: 98px;
    line-height: 98px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
}

.com-breadcrumb a {
    color: #666;
}

.com-breadcrumb a:hover {
    color: #1e61ba;
}

.com-breadcrumb .on {
    color: #1e61ba;
}

/*通用按钮1*/
.com-back-btn {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff !important;
    background: #1e61ba;
    text-align: center;
    border-radius: 18px;
    margin-top: 17px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.com-back-btn:hover {
    opacity: .9;
}


/*新闻详情页 风格gr02 左右结构 */
.news-location .ep {
    padding: 0 5px;
}

.icon-eye {
    width: 21px;
    height: 11px;
    background: url(http://www.yiyuntian.com/weboms/Template/pc_web/statics/images/eye.png) no-repeat center;
    position: relative;
    top: -2px;
}

.news-show-left {
    float: left;
    width: 74%;
}

.news-show-cont {
    width: 100%;
    background: #fff;
    padding-bottom: 60px;
}

.news-show-left .news-title {
    padding: 40px 40px;
    padding-bottom: 30px;
    text-align: center;
}

.news-show-left .news-title h2 {
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
    font-weight: normal;
    line-height: 1.5;
}

.news-show-left .news-title p {
    font-size: 14px;
    color: #6b6b6b;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.news-show-left .news-title p a {
    color: #6b6b6b;
}

.news-show-left .news-title p a:hover {
    color: #1e61ba;
}

.news-show-left .news-views {
    margin: 60px 40px 0;
    margin-top: 0;
    font-size: 16px;
    min-height: 300px;
    color: #666;
    line-height: 1.75;
    overflow: hidden;
}

.news-show-left .news-views .share {
    margin-top: 40px;
    width: 220px
}

.news-show-left .news-views img {
    max-width: 100% !important;
}

.news-show-left .news-views p {
    margin-bottom: 5px;
    font-size: 16px !important;
}

.news-show-left .news-views span {
    font-size: 16px !important;
}
.news-show-left .news-views .wechat-qrcode p {
    font-size: 12px !important;
}
.news-show-left .news-other {
    padding: 20px 15px;
    border-top: 1px #f1f1f1 solid;
}

.news-show-left .news-other p {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 3px;
}

.news-show-left .news-other p a {
    font-size: 14px;
    color: #333;
}

.news-show-left .news-other p a:hover {
    color: #1e61ba;
}

.news-show-left .share-bar {
    padding: 20px 40px;
}

.news-show-left .share-bar .fl {
    position: relative;
    top: -3px;
}

.news-show-right {
    float: right;
    width: 24%;
}

.news-show-right dl {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fff;
}

.news-show-right dl dt {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px #f1f1f1 solid;
}

.news-show-right dl.tab dt {
    height: 50px;
    line-height: 50px;
    color: #1d1d1d;
    font-size: 18px;
    padding-left: 20px;
}

.news-show-right dl.tab dd {
    position: relative;
}

.news-show-right dl.tab dd ul {
    display: block;
    padding: 0 20px;
}

.news-show-right dl.tab dd ul li {
    display: block;
    padding: 10px 0 10px;
    border-bottom: 1px #f1f1f1 solid;
}

.news-show-right dl.tab dd ul li .pic {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.news-show-right dl.tab dd ul li h5 {
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #666;
    display: block;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-show-right dl.tab dd ul li h5 a {
    color: #666;
}

.news-show-right dl.tab dd ul li h5 a:hover {
    color: #1e61ba;
}

.news-show-right dl.tab dd ul li .news-cate {
    color: #999;
}

.news-show-right dl.tab dd ul li i {
    float: left;
    font-size: 12px;
    color: #999;
    font-style: normal;
}

.news-show-right dl.tab dd ul li em {
    float: right;
    padding-left: 25px;
    font-size: 12px;
    color: #999;
    /* background: url(http://www.yiyuntian.com/weboms/Template/pc_web/statics/images/eye.png) no-repeat left center; */
    font-style: normal;
}

.news-show-right dl.tab dd .more {
    color: #333;
    height: 45px;
    line-height: 45px;
    border-top: 1px #f1f1f1 solid;
    position: relative;
    top: -1px;
    text-align: center;
}

.news-show-right dl.tab dd .more a {
    display: inline-block;
    position: relative;
    color: #333;
}

.news-show-right dl.tab dd .more a b {
    margin-left: 5px;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.news-show-right dl.tab dd .more a:hover b {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.news-show-right dl.tab dd .more a:hover {
    color: #1e61ba;
}

.news-show-right dl.list dt {
    padding-left: 20px;
    color: #333;
    font-size: 18px;
}

.news-show-right dl.tab dt a {
    width: 33%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: table-cell;
    color: #009A62;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-show-right dl.list dt a b {
    width: 15px;
    height: 15px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 -64px;
    margin-left: 2px;
    position: relative;
    top: -1px;
}

.news-show-right dl.list dd ul {
    display: block;
    padding: 20px;
}

.news-show-right dl.list dd ul li {
    padding-bottom: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-show-right dl.list dd ul li a {
    position: relative;
    /* padding-left: 10px;*/
    display: inline-block;
    color: #666;
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/*.news-show-right dl.list dd ul li:before { content: "·"; color: #666; }*/
.news-show-right dl.list dd ul li a:hover {
    color: #1e61ba;
}

.news-page-other {
    margin-top: 20px;
    padding: 20px 40px;
    background: #fff;
}

.news-page-other p {
    line-height: 26px;
    font-size: 14px;
    color: #949494;
}

.news-page-other p a {
    color: #6b6b6b;
}

.news-page-other p a:hover {
    color: #1e61ba;
}

.news-page-other .p-prev {
    margin-bottom: 10px;
}

.news-page-other .com-back-btn {
    margin-top: 14px;
}

@media (max-width: 1300px) {

    .news-show-left,
    .news-show-right {
        width: 100%;
        float: none;
    }

    .news-show-right {
        margin-top: 20px;
    }

    .news-show-left .news-title h2 {
        font-size: 28px;
    }
}


/*网站地图*/
#sitemap {
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-top: 30px;
    width: 1400px;
    margin: 0 auto;
    background: #fff;
}

#sitemap h1 {
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 30px;
    padding: 0 10px
}

#sitemap h1 label {
    color: #9c9c9c
}

#sitemap .cont {
    padding: 10px
}

#sitemap .cont ul li b {
    font-size: 14px;
}

#sitemap .cont ul li {
    line-height: 40px;
    margin-bottom: 10px
}

#sitemap .cont ul li a {
    margin: 0 15px
}

#sitemap .cont ul li ul {
    border: 1px solid #eee;
    display: block;
    padding: 0 0 0 15px
}

#sitemap .cont ul li ul li {
    display: inline
}

@media (max-width: 1600px) {
    #sitemap {
        width: 1200px;
    }
}


/*分享按钮*/
.share {
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.bdshare-button-style0-32 {
    float: left;
}

.bdshare-button-style0-32 a {
    margin: 0 5px !important;
}

.bds_weixin {
    background: url(../image/wx.png) no-repeat center !important;
}

.bds_tsina {
    background: url(../image/sina.png) no-repeat center !important;
}

.bds_qzone {
    background: url(../image/qzone.png) no-repeat center !important;
}

.bds_sqq {
    background: url(../image/qq.png) no-repeat center !important;
}

.bds_more {
    background: url(../image/plus.png) no-repeat center !important;
}

.bd_weixin_popup {
    box-sizing: content-box;
}


/*客服*/
.fixed-right {
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -142px;
    right: 0;
    width: 56px;
    z-index: 60;
}

.fixed-right li {
    height: 56px;
    margin-left: 0;
    width: 56px;
    background: #fff;
    position: relative;
    position: relative;
    margin-bottom: 1px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.fixed-right li .lxfx-box {
    width: 58px;
    float: left;
    height: 56px;
    text-align: center;
}

.fixed-right li .lxfx-box p {
    line-height: 18px;
    padding: 10px 0;
}

.fixed-right li .lxfx-box span {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}

.fixed-right li .lxfx-box .bg1 {
    background: url(../image/r01.png) no-repeat center;
}

.fixed-right li .lxfx-box .bg2 {
    background: url(../image/r02.png) no-repeat center;
}

.fixed-right li .lxfx-box .bg3 {
    background: url(../image/r03.png) no-repeat center;
}

.fixed-right li .lxfx-box .bg4 {
    background: url(../image/r04.png) no-repeat center;
}

.fixed-right li .lxfx-box .bg5 {
    background: url(../image/r05.png) no-repeat center;
}

.fixed-right li.top .lxfx-box {
    background: #f57d03;
}

.fixed-right li img {
    position: absolute;
    top: 0;
    right: 88px;
    display: none;
    max-width: none;
}

.fixed-right li a {
    display: block;
    width: 100%;
}

.fixed-right li.top {
    background: #f57d03;
    box-shadow: none;
    border: none;
}

.fixed-right li.id {
    width: 231px;
}

.fixed-right li span.tel {
    font-size: 16px;
    color: #f57d03;
    float: left;
    height: 56px;
    line-height: 56px;
    padding-left: 19px;
    background: url(../image/r06.jpg) no-repeat left center;
}

.fixed-right li:hover .lxfx-box .bg1 {
    background: url(../image/r01_h.png) no-repeat center;
}

.fixed-right li:hover .lxfx-box .bg2 {
    background: url(../image/r02_h.png) no-repeat center;
}

.fixed-right li:hover .lxfx-box .bg3 {
    background: url(../image/r03_h.png) no-repeat center;
}

.fixed-right li:hover .lxfx-box .bg4 {
    background: url(../image/r04_h.png) no-repeat center;
}

.scrolltop {
    position: relative;
    top: 100px;
    opacity: 0;
    filter: alpha(opacity:0);
}




/* 在线客服样式 */
.kefuBox {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 999;
    width: auto;
    transition: .5s;
}

.kefuOpen {
    position: fixed;
    right: -150px;
    top: 15%;
    width: 150px;
    height: 160px;
    background: rgba(255, 255, 255, .95) url(../image/kefu-logo.png) no-repeat center;
    z-index: 998;
    transition: .5s;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.kefuBox .kefuLeft {
    float: left;
    overflow: hidden;
    width: 0;
    height: 160px;
    cursor: pointer;
    background: red;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.kefuBox .kefuRight {
    display: block;
    float: left;
    overflow: hidden;
    width: 220px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, .95);
}

.kefuBox .kefuTop {
    width: 220px;
    height: 200px;
    background: url(../image/coun-logo2.png) no-repeat center 20px;
}

.kefuBox .kefuClose {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url(../image/kf-close.png) no-repeat center;
    background-size: 25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.kefuBox .kefuClose:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.kefuBox .kefuContact,
.kefuBox .kefuBottom {
    width: 220px;
}

.kefuBox .kefuRight .icon-zx-c {
    margin-left: 8px;
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../image/zx-jt.png) no-repeat center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.kefuBox .kefuRight .kefuContact a:hover .icon-zx-c {
    background: url(../image/zx-jt-on.png) no-repeat center;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.kefuBox .kefuContact {
    display: inline-block;
    font-size: 16px;
    margin-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.kefuBox .kefuBottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.kefuBox .kefuBottom h4 {
    font-size: 12px;
    color: #666;
}

.kefuBox .kefuBottom p {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    font-family: "Arial Black";
}

.kefuBox .kefuCont ul {
    margin: 0;
    padding: 0;
}

.kefuBox .kefuCont ul li~li {
    margin-top: 9px;
}

.kefuBox .kefuCont ul li a {
    display: inline-block;
    width: 166px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    background: #1e61ba;
    border-radius: 21px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.kefuBox .kefuCont ul li a:hover {
    opacity: .9;
}

@media (max-width:1600px) {
    .kefuOpen {
        width: 100px;
        height: 120px;
        background-size: 100px;
    }

    .kefuBox .kefuRight {
        width: 140px;
    }

    .kefuBox .kefuTop {
        width: 140px;
        height: 150px;
        background: url(../image/coun-logo2.png) no-repeat center 20px;
        background-size: 100px;
    }

    .kefuBox .kefuContact,
    .kefuBox .kefuBottom {
        width: 140px;
    }

    .kefuBox .kefuCont ul li a {
        display: inline-block;
        width: 80%;
        line-height: 26px;
        font-size: 14px;
        color: #fff;
        background: #1e61ba;
        border-radius: 15px;
    }

    .kefuBox .kefuCont ul li~li {
        margin-top: 5px;
    }

    .kefuBox .kefuContact {
        display: inline-block;
        font-size: 12px;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .kefuBox .kefuBottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .kefuBox .kefuBottom p {
        font-size: 14px;
    }

    .kefuBox .kefuClose {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}


/*客服02*/
.kf02 {
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 999;
    width: 130px;
    background: #f3f3f3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.kf02.on {
    right: -130px;
}

.kf02-head {
    height: 134px;
    background: url(../image/kf-2-0.png) no-repeat center;
    font-size: 0;
}

.kf02-list li~li {
    border-top: 1px solid #dadada;
}

.kf02-list li .box {
    position: relative;
    padding: 5px 0px 5px 50px;
}

.kf02-qq {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 18px;
    height: 20px;
    background: url(../image/kf-2-qq.png) no-repeat center;
    margin-top: -10px;
}

.kf02-list li .box:hover .kf02-qq {
    -webkit-animation: sh-shake 2s ease infinite;
    animation: sh-shake 2s ease infinite;
}

/*动画——抖动效果*/
@-webkit-keyframes sh-shake {

    0%,
    25%,
    100% {
        -webkit-transform: translateY(0)
    }

    3%,
    9%,
    15% {
        -webkit-transform: translateY(-3px)
    }

    6%,
    12%,
    20% {
        -webkit-transform: translateY(3px)
    }
}

@keyframes sh-shake {

    0%,
    25%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    3%,
    9%,
    15% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    6%,
    12%,
    20% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
}

.kf02-list li .box .cont {
    font-size: 12px;
    line-height: 20px;
    font-size: 0;
}

.kf02-list li .box .cont span {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    color: #333;
}

.kf02-list li .box .cont span.big {
    width: 100%;
}

.kf02-foot {
    height: 24px;
    background: url(../image/kf-2-1.png) no-repeat center;
    cursor: pointer;
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.kf02-foot:hover {
    opacity: .8 !important;
}

.kf02-left {
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 120px;
    background: #bf9f62;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 1.3;
    cursor: pointer;
}

.kf02-left .icon-right {
    display: inline-block;
    margin-top: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(../image/kf-02-close.png) no-repeat center;
    background-size: 5px;
}

.kf02-close {
    position: absolute;
    left: -25px;
    top: 0;
    width: 25px;
    height: 30px;
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.kf02-close .icon-close {
    width: 25px;
    height: 30px;
    background: url(../image/kf-02-close.png) no-repeat center;
    background-size: 10px;
    /*-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;*/
}

.kf02-close:hover {
    background-color: rgba(244, 101, 28, .5);
}

.kf02-close.on .icon-close {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1600px) {
    .kf02-head {
        height: 40px;
        background: #f4651c;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }

    .kf02-list li .box .cont {
        line-height: 14px;
    }

    .kf02-list li .box {
        padding: 5px 0px 1px 50px;
    }
}

/*底部表单*/
.asideBanner {
    z-index: 999;
    position: fixed;
    /*bottom: -200px;*/
    bottom: 0;
    left: -2000px;
    width: 100%;
    height: 152px;
    background: rgba(3, 21, 40, .9);
    opacity: 1;
    transition: .8s;
}

.asideBanner .aside-main {
    height: 100%;
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

@media (max-width:1600px) {
    .asideBanner .aside-main {
        width: 1200px;
    }
}

.asideBanner .aside-main .close-btn {
    position: absolute;
    top: 50%;
    right: -88px;
    margin-top: -20.5px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: url(../image/foot-zx-close.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.asideBanner .aside-main .close-btn:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.asideBanner .aside-main .num {
    text-align: left;
    display: inline-block;
    height: 100%;
    width: auto;
    vertical-align: top;
}

.asideBanner .num-txt {
    display: table;
    height: 100%;
    overflow: hidden;
    font-size: 28px;
}

.asideBanner .num-txt h3 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.asideBanner .num-txt span {
    display: inline-block;
    padding: 0 5px;
    background: #1e61ba;
    height: 23px;
    line-height: 24px;
    margin-left: 2px;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
}


/*.asideBanner .jsq { width: 133px; height: 85px; background: url(../images/kefu/jsq.png) no-repeat center; float: left; box-sizing: border-box; margin-top: 35px; }*/

.asideBanner .inp-main {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -304px;
}

.asideBanner .inp-main .inp-box,
.asideBanner .inp-main .inp-sub {
    float: left;
}

.asideBanner .inp-main .inp-box {
    width: 262px;
    margin-left: 9px;
    font-size: 14px;
    color: #fff;
}

.asideBanner .inp-main .inp-box .inp-select {
    margin-top: 5px;
    width: 100%;
    line-height: 38px;
    height: 38px;
    color: #666;
    border: none;
    outline: none;
    color: #666;
    border-radius: 0;
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    background: url(../image/foot-zx-down.png) no-repeat 95% center #fff;
    font-size: 14px;
}

.asideBanner .inp-main .inp-box .foot-sel2 {
    background: transparent;
}

.asideBanner .inp-sub {
    margin-top: 26px;
    width: 60px;
    line-height: 38px;
    background: #1e61ba;
    color: #333;
    border-radius: 3px;
    text-align: center;
    margin-left: 15px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.asideBanner .inp-sel {
    background: url(http://www.yiyuntian.com/weboms/Template/pc_web/statics/images/kefu/zt-one/icon_select.png) no-repeat 95% center #fff;
}

.asideBanner .inp-sub:hover,
.asideBanner .know-more:hover {
    opacity: .9;
}

.asideBanner .tel-bj {
    color: #fff;
    margin-top: 35px;
    margin-left: 60px;
}

.asideBanner .tel-bj h4 {
    font-size: 24px;
    color: #fff;
    font-family: Adobe Heiti Std;
}

.asideBanner .tel-bj p {
    font-size: 32px;
    font-family: impact;
}

.asideBanner .know-more {
    float: right;
    margin-top: 49px;
    width: 218px;
    line-height: 54px;
    background: #1e61ba;
    color: #333;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.foot-zx-more,
.foot-zx-up {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    margin-top: -1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.asideBanner .know-more.on .foot-zx-up {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.foot-zx-more {
    width: 31px;
    height: 33px;
    background: url(../image/foot-zx-man.png) no-repeat center;
}

.foot-zx-up {
    width: 22px;
    height: 11px;
    background: url(../image/foot-zx-up.png) no-repeat center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.zhankai {
    position: fixed;
    z-index: 999;
    width: 139px;
    height: 151px;
    left: 0;
    bottom: 0;
    cursor: pointer;
    background: url(../image/zhankai.png) no-repeat;
    transition: .5s;
    -webkit-animation: leftRight 1s 0.2s linear infinite;
    animation: leftRight 1s 0.2s linear infinite;
}

@-webkit-keyframes leftRight {
    0% {
        -webkit-transform: translateX(-10px)
    }

    50% {
        -webkit-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-10px)
    }
}

@keyframes leftRight {
    0% {
        transform: translateX(-10px)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-10px)
    }
}

.foot-fast {
    position: absolute;
    bottom: 152px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    background: #ddd;
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.foot-fast .item {
    float: left;
    width: 50%;
    padding: 55px 60px;
}

.foot-fast .item .pic {
    float: left;
    width: 50%;
    overflow: hidden;
}

.foot-fast .item .cont {
    overflow: hidden;
    padding: 0 30px;
}

.foot-fast .item .cont ul {
    display: inline-block;
    padding-top: 10px;
    vertical-align: top;
}

.foot-fast .item .cont ul~ul {
    margin-left: 35px;
}

.foot-fast .item .cont ul li a {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
}

@media (max-width:1600px) {
    .foot-fast .item .cont ul {
        padding-top: 5px;
    }

    .foot-fast .item .cont ul~ul {
        margin-left: 30px;
    }

    .foot-fast .item .cont ul li a {
        font-size: 14px;
        line-height: 36px;
    }
}


/*下拉框优化*/
.searchable-select-hide {
    display: none;
}

.searchable-select {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    position: relative;
    outline: none;
}

.searchable-select-holder {
    /* padding: 6px; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; min-height: 30px; box-sizing: border-box; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    margin-top: 5px;
    width: 100%;
    line-height: 38px;
    height: 38px;
    color: #666;
    border: none;
    outline: none;
    color: #666;
    border-radius: 0;
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    background: #fff;
    font-size: 14px;
}

/*.searchable-select-caret { position: absolute; width: 0; height: 0; box-sizing: border-box; border-color: black transparent transparent transparent; top: 0; bottom: 0; border-style: solid; border-width: 5px; margin: auto; right: 10px; }*/
.searchable-select-dropdown {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 4px;
    border-bottom: none;
    bottom: 38px;
    left: 0;
    right: 0;
}

.searchable-select-input {
    margin-top: 5px;
    border: 1px solid #ccc;
    outline: none;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
}

.searchable-scroll {
    margin-top: 4px;
    position: relative;
}

.searchable-scroll.has-privious {
    padding-top: 16px;
}

.searchable-scroll.has-next {
    padding-bottom: 16px;
}

.searchable-has-privious {
    top: 0;
}

.searchable-has-next {
    bottom: 0;
}

.searchable-has-privious,
.searchable-has-next {
    height: 16px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    z-index: 10;
    background-color: white;
    line-height: 8px;
    cursor: pointer;
}

.searchable-select-items {
    max-height: 400px;
    overflow-y: scroll;
    position: relative;
}

.searchable-select-items::-webkit-scrollbar {
    display: none;
}

.searchable-select-item {
    padding: 5px 5px;
    cursor: pointer;
    min-height: 30px;
    box-sizing: border-box;
    transition: all .5s;
}

.searchable-select-item.hover {
    background: #555;
    color: white;
}

.searchable-select-item.selected {
    background: #1e61ba;
    color: white;
}




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

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

.xiyi .pages-fg1{
    /*padding-top: 150px;*/
    margin-bottom: 40px;
}
