body {
    overflow-x: hidden;
}


/* bootstrap modal闪动问题 */

body.modal-open {
    padding-right: 0 !important;
    overflow-y: scroll;
}

.modal-dialog {
     max-width: 900px; 
}

.modal-dialog video {
    display: block;
    width: 100%;
}

.modal-dialog img {
    display: block;
    width: 100%;
}

@media (max-width: 1200px) {
    .modal-dialog {
        max-width: 94%;
    }
}

@media (max-width: 768px) {
    .modal-header {
        padding: 0;
    }
    .modal-title {
        height: 40px;
        padding: 0 16px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .modal-header .close {
        padding: 0;
        margin: 0;
    }
    .modal-body {
        padding: 5px;
    }
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.modular-banner {
    position: relative;
    min-height: 388px;
    background: url(http://www.yxlianfeng.com/images/modular_banner.jpg) no-repeat top center;
}

.modular-banner-inner {
    position: absolute;
    left: 50%;
    top: 38.70967741935484%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width:1200px) {
    .w1200 {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width:768px) {
    .modular-banner {
        min-height: 240px;
    }
    .modular-banner-inner {
        top: 24%;
    }
}

@media (max-width:568px) {
    .modular-banner-title {
        padding-left: 10%;
        font-size: 20px;
        line-height: 32px;
    }
    .modular-banner-dec {
        padding-left: 10%;
        font-size: 16px;
        line-height: 24px;
    }
}

.modular-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 44px;
    color: #2b54a3;
    text-align: center;
}

.modular-p-list {
    padding: 30px 0 56px;
}

.modular-p {
    font-size: 14px;
    line-height: 36px;
    color: #888;
    text-align: center;
}


.page {
    padding: 25px 0 125px;
    display: inline-block;
}

.page .page-no {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 5px;
    font-family: consolas;
    font-size: 16px;
    line-height: 38px;
    color: #666;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.page .page-no.active {
    color: #fff;
    background-color: #fd8c16;
}

.page .page-no:hover {
    color: #fff;
    background-color: #fd8c16;
}

@media (max-width:768px) {
    .page {
        padding: 15px 0 50px;
        display: inline-block;
    }
}

.modular3 {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.modular3 .cont {
    width: 102.5%;
}

.modular3 .cont-item {
    float: left;
    width: 33.333333333%;
    margin-bottom: 28px;
}

.modular3 .cont-item-inner {
    margin-right: 7.317073170731707%;
}

.modular3 .cont-item-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.modular3 .cont-item img {
    display: block;
    max-width: 100%;
}

.modular3 .cont-item .pic_s {
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    background-image: url(http://www.yxlianfeng.com/images/p_s.png);
    background-position: center;
    background-repeat: no-repeat;
    bottom: -100%;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
}

.modular3 .cont-item-text {
    display: block;
    background-color: #fff;
}

.modular3 .cont-item-title {
    height: 64px;
    font-size: 16px;
    line-height: 64px;
    color: #666;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.modular3 .cont-item:hover .pic_s {
    bottom: 0;
}
.modular3 .cont-item:hover .cont-item-title {
    color: #fd8c16;
}

.device {
    padding-top: 70px;
}

.device .cont-item {
    margin-bottom: 45px;
}

.device .cont-item-text {
    background-color: #eee;
}
.device .cont-item-title {
    height: 50px;
    font-weight: normal;
    line-height: 50px;
}
@media (max-width:768px) {
    .modular3 .cont {
        width: 104%;
    }
    .modular3 .cont-item {
        width: 50%;
        margin-bottom: 15px;
    }
    .modular3 .cont-item-title {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width:568px) {
    .modular3 .cont-item-title {
        font-size: 14px;
    }
}

.modular4 {
    padding-top: 70px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.modular4 .cont {
    width: 105%;
}

.modular4 .cont-item {
    float: left;
    width: 25%;
    margin-bottom: 40px;
}
.modular4 .cont-item a {
    display: block;
    width: 100%;
}

.modular4 .cont-item-inner {
    margin-right: 19.04761904761905%;
}

.modular4 .cont-item-pic {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 10px solid #eee;
    box-sizing: border-box;
}

.modular4 .cont-item img {
    display: block;
    width: 100%;
}

.modular4 .cont-item .pic_s {
    position: absolute;
    background-image: url(http://www.yxlianfeng.com/images/p_s.png);
    background-position: center;
    background-repeat: no-repeat;
    bottom: -100%;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    transition: 0.5s;
}

.modular4 .cont-item-text {
    display: block;
    background-color: #fff;
}

.modular4 .cont-item-title {
    height: 64px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align: center;
}

.modular4 .cont-item-inner:hover .pic_s {
    bottom: 0;
}

.modular4 .cont-item-inner:hover .cont-item-title {
    color: #fd8c16;
}
.love {

}
.love .cont {
    width: 102.5%;
}
.love .cont-item-inner {
    margin-right: 9.75609756097561%;
}
.love .cont-item-pic {
    border: none;
}
.love .cont-item-text{
    padding: 16px 10.81081081081081% 46px;
    background-color: #f7f7f7;
}
.love .cont-item-title{
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    color: #525252;
    text-align: left;
}
.love .cont-item-dec{
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
    text-align: left;
    overflow: hidden;
}
@media (max-width:992px) {
    .modular4 .cont {
        width: 106.5%;
    }
    .modular4 .cont-item {
        width: 33.3333333%;
    }
}

@media (max-width:768px) {
    .modular4 .cont {
        width: 103%;
    }
    .modular4 .cont-item {
        width: 50%;
    }
    .modular4 .cont-item-inner {
        margin-right: 6%;
    }
    .modular4 .cont-item-pic img {
        width: 100%;
    }
}

.news {
    padding-top: 70px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.news .cont-item {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f8f8f8;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news .cont-item-pic {
    float: left;
    width: 21.12068965517241%;
    margin-right: 4.741379310344828%;
}

.news .cont-item-pic img {
    display: block;
    width: 100%;
}

.news .cont-item-text {
    float: left;
    width: 66.37931034482759%;
    text-align: left;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news .cont-item-text h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    font-weight: normal;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news .cont-item-text p {
    max-height: 52px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 26px;
    color: #999;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news .cont-item-text span {
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    color: #9f9f9f;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news .cont-item:hover {
    background-color: #315db0;
}

.news .cont-item:hover .cont-item-text {
    margin-left: 27px;
}

.news .cont-item:hover h3 {
    color: #fff;
}

.news .cont-item:hover p {
    color: #fff;
    opacity: 0.7;
}

.news .cont-item:hover span {
    color: #fff;
    opacity: 0.9;
}

@media (max-width:768px) {
    .news .cont-item-pic {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .news .cont-item-text {
        float: none;
        width: 100%;
        padding: 20px 0;
    }
}

.pro-lr {
    padding: 60px 0 110px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.pro-lr .cont-item {
    margin-bottom: 55px;
}

.pro-lr .cont-item .cont-item-pic {
    width: 52%;
    height: auto;
    overflow: hidden;
}

.pro-lr .cont-item .cont-item-pic img {
    display: block;
    width: 100%;
}

.pro-lr .cont-item .cont-item-text {
    width: 48%;
    /* padding: 40px 5% 44px; */
    padding: 50px 5% 57px;
    box-sizing: border-box;
    text-align: left;
}

.pro-lr.cont-item01 {}

.pro-lr .cont-item01 .cont-item-pic {
    float: left;
}

.pro-lr .cont-item01 .cont-item-text {
    float: right;
    background-color: #3461c6;
}

.pro-lr .cont-item02 {}

.pro-lr .cont-item02 .cont-item-pic {
    float: right;
}

.pro-lr .cont-item02 .cont-item-text {
    float: left;
    background-color: #f68d17;
}

.pro-lr .cont-item-title {
    margin-bottom: 24px;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.pro-lr .cont-item-dec {
    height: 90px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
}

.pro-lr .cont-item-more {
    display: block;
    width: 134px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.pro-lr .cont-item01 .cont-item-more:hover {
    color: #3461c6;
    background-color: #fff;
}

.pro-lr .cont-item02 .cont-item-more:hover {
    color: #f68d17;
    background-color: #fff;
}

@media (max-width:1200px) {
    .pro-lr {
        padding: 60px 15px 110px;
    }
}

@media (max-width:768px) {
    .pro-lr .cont-item {
        margin-bottom: 20px;
    }
    .pro-lr .cont-item .cont-item-pic {
        float: none;
        width: 100%;
    }
    .pro-lr .cont-item .cont-item-text {
        float: none;
        width: 100%;
        padding: 30px 5% 40px;
    }
}

.contact {
    padding: 50px 0 76px;
}

.contact .cont-item {
    float: left;
    width: 43.75%;
}

.contact .cont-item-l .cont-item-inner {
    padding-top: 14px;
}

.contact .cont-item-m .cont-item-inner {
    padding-top: 7px;
}

.contact .cont-item-inner {
    min-height: 215px;
    margin-right: 15.23809523809524%;
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
}

.contact .cont-item-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #111;
}

.contact .cont-item-dec {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    text-transform: uppercase;
}

.contact a:hover {
    color: #fd8c16;
    text-decoration: none;
}

.contact .cont-item-title:hover {
    color: #fd8c16;
}

.contact .cont-item-m li {
    font-size: 14px;
    line-height: 36px;
    color: #666;
}

.contact .cont-item-m li span {
    padding-left: 10px;
}

.contact .cont-item-m li a:hover {
    color: #fd8c16;
}

.contact .cont-item-r {
    float: right;
    width: 11.08333333333333%;
    padding-top: 10px;
}

.contact .cont-item-r img {
    display: block;
    width: 100%;
}

.contact .cont-item-r span {
    display: block;
    font-size: 16px;
    line-height: 56px;
    color: #878787;
    text-align: center;
}

.map-wrap {
    width: 100%;
    height: 610px;
}

.map {
    width: 100%;
    height: 100%;
}

@media (max-width:1200px) {
    .contact {
        padding: 50px 15px 76px;
        box-sizing: border-box;
    }
}

@media (max-width:768px) {
    .contact {
        padding: 0 15px 40px;
        box-sizing: border-box;
    }
    .contact .cont-item {
        float: none;
        width: 100%;
    }
    .contact .cont-item-r {
        float: none;
        width: 20%;
        min-width: 113px;
        margin: 0 auto;
    }
    .contact .cont-item-inner {
        min-height: auto;
        margin-right: 0;
        border-right: none;
        text-align: center;
    }
    .contact .cont-item-m li span {
        display: block;
        padding-left: 0;
    }
    .map-wrap {
        width: 100%;
        height: 300px;
    }
}

.message .cont-item-r {
    float: right;
    width: 54.58333333333333%;
    padding: 18px 0 0 0;
}

.message .cont-item-inner {
    min-height: 554px;
}

.message .cont-item-r .form-group {
    align-items: flex-start;
    margin-bottom: 17px;
}

.message .cont-item-r .label {
    width: 100px;
    height: 45px;
    margin: 0;
    font-size: 16px;
    color: #111;
    text-align: left;
    justify-content: flex-start;
}

.message .cont-item-r .input {
    position: relative;
    width: calc(100% - 100px);
}

.message .cont-item-r .code {
    width: calc(100% - 180px);
}

.message .cont-item-r .form-control {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
}

.message .cont-item-r .form-textarea {
    height: 224px;
}

.message .cont-item-r .g-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fd8c16;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.message .cont-item-r .form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #fd8c16;
    outline: 0;
    box-shadow: none;
}

.message .cont-item-r .form-control:focus+.g-line {
    width: 100%;
}

.message .cont-item-r .yzm {
    display: inline-block;
    width: 80px;
    height: 45px;
    background-color: #efefef;
}

.message .cont-item-r .yzm-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message .cont-item-r .yzm img {
    display: inline-block;
    vertical-align: inherit;
}

.message .cont-item-r .submit_btn {
    padding: 20px 0 0;
}

.message .cont-item-r .btn {
    width: 25%;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background-color: #234daf;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 0;
}

.message .cont-item-r .btn:hover {
    /* color: #fd8c16; */
    background-color: #fd8c16;
}

@media (max-width:768px) {
    .message {
        padding: 0px 15px 40px;
    }
    .message .cont-item-inner {
        min-height: auto;
        margin-right: 0;
        border-right: none;
    }
    .message .cont-item-r {
        float: none;
        width: 100%;
        padding: 18px 0 0 0;
    }
    .message .cont-item-r .label {
        width: 100%;
        height: 32px;
    }
    .message .cont-item-r .input {
        width: 100%;
    }
    .message .cont-item-r .code {
        width: calc(100% - 80px);
    }
    .message .cont-item-r .submit_btn .label {
        display: none;
    }
    .message .cont-item-r .btn {
        width: 100%;
    }
}

.detail {
    padding: 7px 0 120px 0;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.detail .modular_cont {
    padding: 70px 2.65288017895269% 90px;
    background-color: #fff;
    border-top: 5px solid #fd8c16;
}

.de_title {
    padding-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.de_title_h1 {
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
    color: #333;
    margin-bottom: 10px;
}

.de_title_ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.de_title_li {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    line-height: 28px;
    color: #c0c0c0;
}

.de_detail {
    padding-top: 50px;
    font-size: 16px;
    line-height: 34px;
    color: #666;
}

.de_detail p {
    text-indent: 2em;
    margin-bottom: 34px;
}

.de_detail * {
    max-width: 100%;
    margin: 0 auto;
}

.de_detail img {
    margin: 30px auto;
    display: block;	
}

.xgjs {
    font-weight: 700;
    font-size: 16px;
    line-height: 44px;
    color: #212529;
    border-bottom: 1px solid #ddd;
}

.zlgx {
    padding-top: 7px;
    font-size: 16px;
    line-height: 42px;
    color: #666;
    border-bottom: 1px dotted #ccc;
}

.pn_wrapper {
    padding-top: 15px;
}

.pn {
    width: 100%;
    padding-bottom: 6px;
}

.pn_item {
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pn_item_a {
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #76787b;
    overflow: hidden;
}

.pn_item_a:hover {
    color: #d77f14;
}

@media (max-width: 1200px) {
    .detail {
        padding: 7px 15px 120px;
    }
}

@media (max-width: 768px) {
    .detail {
        padding: 7px 15px 60px;
    }
    .detail .modular-title {
        padding: 40px 0 25px;
    }
    .detail .modular_cont {
        padding: 40px 4% 50px 4%;
    }
    .de_title {
        padding-bottom: 20px;
    }
    .de_detail p {
        margin-bottom: 15px;
    }
    .pn_wrapper {
        text-align: center;
    }
    .pn {
        width: 100%;
        text-align: left;
    }
}