﻿/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
/**
 * style.less
 * 絮����桁�頫�
 */

.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/avantgarde-demi.eot');
    src: url('../fonts/avantgarde-demi.eot') format('embedded-opentype'), url('../fonts/avantgarde-demi.woff2') format('woff2'), url('../fonts/avantgarde-demi.woff') format('woff'), url('../fonts/avantgarde-demi.ttf') format('truetype'), url('../fonts/avantgarde-demi.svg#avantgarde-demi') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/avantgardeitcbybt-book.eot');
    src: url('../fonts/avantgardeitcbybt-book.eot') format('embedded-opentype'), url('../fonts/avantgardeitcbybt-book.woff2') format('woff2'), url('../fonts/avantgardeitcbybt-book.woff') format('woff'), url('../fonts/avantgardeitcbybt-book.ttf') format('truetype'), url('../fonts/avantgardeitcbybt-book.svg#avantgardeitcbybt-book') format('svg');
}
@font-face
{
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/agencyfb-reg.eot');
    src: url('../fonts/agencyfb-reg.eot') format('embedded-opentype'), url('../fonts/agencyfb-reg.woff2') format('woff2'), url('../fonts/agencyfb-reg.woff') format('woff'), url('../fonts/agencyfb-reg.ttf') format('truetype'), url('../fonts/agencyfb-reg.svg#agencyfb-reg') format('svg');
}

@media (max-width: 1560px)
{
    .wrap-message .info .message ul li .js-check label i
    {
        top: 22px;
    }
}
.wrap-message .info .message ul li .js-check label.checked i
{
    background-color: #000;
}
.wrap-message .info .message ul li .js-check input[type=radio]
{
    width: 30px;
    height: 30px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
.wrap-message .info .pic
{
    display: table-cell;

    width: 50%;
    padding-left: 50px;
}
@media (max-width: 991px)
{
    .wrap-message .info .pic
    {
        display: block;

        width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }
}
.wrap-message .info .pic img
{
    width: 100%;
}
.wrap-research
{
    padding: 50px;
}
@media (max-width: 991px)
{
    .wrap-research
    {
        padding: 50px 15px;
    }
}
.wrap-research .research-text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    text-indent: 2em;
}
@media (max-width: 991px)
{
    .wrap-research .research-text p
    {
        font-size: 15px;
    }
}
.wrap-research .research
{
    font-size: 0;

    position: relative;
    z-index: 4;

    margin-top: 70px;

    border-radius: 6px;
}
@media (max-width: 991px)
{
    .wrap-research .research
    {
        margin-top: 40px;
    }
}
.wrap-research .research .list
{
    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-research .research .item
{
    padding: 50px 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-research .research .item
    {
        padding: 15px 0;
    }
}
.wrap-research .research .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 60px;

    display: inline-block;

    height: 60px;
    margin-bottom: 20px;

    content: '\e618';

    color: #666;
}
.wrap-research .research .item p
{
    font-size: 17px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1560px)
{
    .wrap-research .research .item p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-research .research .item p
    {
        font-size: 14px;
    }
}
.wrap-research .research .item-2:before
{
    font-size: 60px;

    content: '\e674';
}
.wrap-research .research .item-3:before
{
    font-size: 56px;

    content: '\e619';
}
.wrap-research .research .item-4:before
{
    font-size: 50px;

    content: '\e632';
}
.wrap-research .research-pic .item
{
    margin-top: 30px;
}
.wrap-research .research-pic .item .img-box
{
    padding-bottom: 62.5%;
}
.wrap-research .research-pic .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-research .research-pic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-contact .map
{
    height: 720px;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        height: 400px;
    }
}
.wrap-contact .contact
{
    position: relative;
}
.wrap-contact .contact .text
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40%;
    height: 100%;
    padding: 90px 50px 50px 50px;

    background-color: #fff;
}
@media (max-width: 1560px)
{
    .wrap-contact .contact .text
    {
        width: 44%;
    }
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        position: relative;

        width: 100%;
        padding: 90px 15px 50px 15px;
    }
}
.wrap-contact .contact .text:before
{
    position: absolute;
    top: 50px;
    left: 0;

    display: block;

    width: 336px;
    height: 3px;

    content: '';

    background: url(../images/line-3.jpg) no-repeat;
}
.wrap-contact .contact .text h3
{
    font-size: 28px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text h3
    {
        font-size: 24px;
    }
}
.wrap-contact .contact .text h4 b
{
    font-weight: normal;
}
.wrap-contact .contact .text h4
{
    font-size: 22px;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text h4
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .text p
{
    font-size: 16px;
    line-height: 1.875;

    position: relative;

    margin: 40px 0 0 0;
    padding-left: 56px;
}



.address{
        background: url(../images/address.jpg) no-repeat left top;
}
.tel{
        background: url(../images/tel.jpg) no-repeat left top;
}
.lxr
{
        background: url(../images/lxr.jpg) no-repeat left top;
}
.wz{
        background: url(../images/wz.jpg) no-repeat left top;
}









.wrap-message
{
    position: relative;

    margin-top: 60px;
    padding: 50px;
    	background: white;
}
.wrap-message:after
{
    position: absolute;
    top: 0;
    right: 50px;

    display: block;

    width: 50px;
    height: 120px;

    content: '';

    background-color: #035cac;
}
@media (max-width: 991px)
{
    .wrap-message:after
    {
        right: 15px;

        width: 30px;
        height: 80px;
    }
}
@media (max-width: 991px)
{
    .wrap-message
    {
        margin-top: 50px;
        padding: 50px 15px;
    }
}
.wrap-message .title-message h3
{
    font-size: 26px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .wrap-message .title-message h3
    {
        font-size: 24px;
    }
}
.wrap-message .message form
{
    overflow: hidden;
}
.wrap-message .message form input,
.wrap-message .message form textarea
{
    font-size: 14px;
    line-height: 26px;

    position: relative;

    width: 100%;
    padding: 10px 10px 10px 44px;

    border: 1px solid #e4e4e4;
}
.wrap-message .message form .item
{
    position: relative;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-message .message form .item
    {
        margin-top: 20px;
    }
}
.wrap-message .message form .item:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 46px;

    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 44px;

    content: '\e754';
    text-align: center;

    color: #035cac;
}
.wrap-message .message form .col-sm-4
{
    max-width: 410px;
}
.wrap-message .message form input::-webkit-input-placeholder,
.wrap-message .message form textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-message .message form input:-o-placeholder,
.wrap-message .message form textarea:-o-placeholder
{
    color: #999;
}
.wrap-message .message form input::-moz-placeholder,
.wrap-message .message form textarea::-moz-placeholder
{
    color: #999;
}
.wrap-message .message form input:-ms-input-placeholder,
.wrap-message .message form textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-message .message form input:focus::-webkit-input-placeholder,
.wrap-message .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-o-placeholder,
.wrap-message .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-moz-placeholder,
.wrap-message .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-ms-input-placeholder,
.wrap-message .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message form .item-2:before
{
    content: '\e61c';
}
.wrap-message .message form .item-3:before
{
    font-size: 18px;

    content: '\e62c';
}
.wrap-message .message form .item-4:before
{
    font-size: 18px;

    content: '\e62e';
}
.wrap-message .message form .item-5
{
    text-align: right;
}
.wrap-message .message form .item-5:before
{
    display: none;
}
.wrap-message .message form .submit,
.wrap-message .message form .reset
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 40px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 10px;
    background-color: #035cac;
}
@media (max-width: 991px)
{
    .wrap-message .message form .submit,
    .wrap-message .message form .reset
    {
        font-size: 16px;

        margin-top: 30px;
    }
}
.wrap-message .message form .submit:hover,
.wrap-message .message form .reset:hover
{
    background-color: #d94249;
}
.wrap-message .message form .reset
{
    margin-right: 40px;

    background-color: #999;
}
.BMap_Marker
{
    background: none !important;
}
.BMap_Marker img
{
    display: none;
}
.BMap_noprint
{
    background: none !important;
}
.BMap_noprint:before
{
    font-family: 'iconfont';
    font-size: 25px;

    position: absolute;
    top: -10px;
    left: 0;

    float: left;

    content: '\e60d';

    color: #df0000;
    background: none;
}
.BMapLabel
{
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 32px !important;

    position: relative !important;
    top: -30px !important;
    left: 14px !important;

    height: 32px;
    padding: 10px 10px !important;

    color: #df0000 !important;
    border: none !important;
    border-radius: 4px;
    background: none !important;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 50px;

    text-align: right;
}

.page a.omit:hover
{
    color: #333;
    background-color: #eee;
}
.page a.last-child:after
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    content: '\e61a';
}
.page a.active,
.page a:hover
{
    color: #fff;
    background-color: #035cac;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
    .page a.first-child,
    .page a.last-child
    {
        margin: 0 5px;
    }
}
.bdshare_popup_box
{
    right: 0 !important;
    left: auto !important;

    display: none !important;
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.stuck
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 70px !important;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.stuck .logo
{
    margin-top: 16px;
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.stuck .nav .nav-list1 > li.more > a:after
{
    margin-top: 28px;
}
.stuck .find
{
    line-height: 70px;
}
.stuck .cart
{
    margin-top: 13px;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.bdshare_weixin_qrcode_dialog
{
    height: 310px !important;
}
.title-about b,
.title-speech b
{
    font-weight: normal;
}
.wrap-about .culture .info ul li p b
{
    font-weight: normal;
}
.wrap-branch .right .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -50px;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: none;
}
@media (max-width: 991px)
{
    .wrap-branch .right .slick-arrow
    {
        left: -30px;
    }
}
.wrap-branch .right .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;

    display: block;

    content: '\e9bc';

    color: #c9c9c9;
    border-radius: 50%;
}
.wrap-branch .right .slick-arrow.slick-next
{
    right: -50px;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-branch .right .slick-arrow.slick-next
    {
        right: -40px;
    }
}
.wrap-branch .right .slick-arrow.slick-next:before
{
    content: '\e61a';
}
.wrap-branch .right .slick-arrow:hover:before
{
    color: #035cac;
}



/*缈婚〉-绠€鏄撴牱寮�*/
.page{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;    
}
.page #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
   
    height: 40px;
    padding: 0 6px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
    float: none;
}

.page #pege li:first-child,
.page #pege li:last-child{
    width: 68px;
}
.page #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.page #pege li a:hover{
    background: #ff9e26;
    color: #fff;
}


