/*公用开始*/
.cl
{
    color: #e70012;
}
.img-md
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.img-md img
{
    max-width: 95%;
    max-height: 95%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.tab-body > li
{
    display: none;
}
.tab-body > li.cur
{
    display: block;
}
.bd_weixin_popup
{
    box-sizing: content-box;
}
.imgbg
{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 翻页 */
.pagenation
{
    text-align: center;
}
.pagenation a
{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    margin: 0 3px;
    padding: 0 10px;
    text-align: center;
    color: #666;
    background: #e3e3e3;
}
.pagenation a.cur, .pagenation a:hover
{
    background: #e70012;
    color: #fff;
}
.btn01
{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #2ba3e2;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
/*公用结束*/
/* 头部开始 */
.header
{
    height: 115px;
}
.header .logo
{
    float: left;
    padding: 0 10px;
    line-height: 115px;
}
.header-r
{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
.mdolcc{ padding-top:10px;}
.header-search
{
  float:right;
  height:35px;
}
.header-search .text
{
    float: left;
    width: 280px;
    height: 35px;
    padding-left: 10px;
    background: #e7e7e7;
    line-height: 35px;
    font-size: 14px;
}
.header-search .btn
{
    float: left;
    width: 45px;
    height: 35px;
    background: #e70012 url(../images/icon/ico04.png) no-repeat center;
}
.header-r .wsdd{
    line-height: 33px;
    margin-left: 30px;
    color: #e70011;
    text-decoration: underline;
}
.header-tel
{
    float: left;
    line-height: 35px;
    margin-left: 30px;
    padding-left: 25px;
    background: url(/web/style/images/icon/ico01.png) no-repeat center left;
}
.header-tel em
{
    font-size: 18px;
    font-weight: bold;
    color: #e70011;
}
.header-nav-wrap
{
    height: 57px;
    background: #eee;
    position: relative;
}
.header-nav-wrap::after
{
    content: ' ';
    width: 100%;
    height: 2px;
    background: #e70012;
    position: absolute;
    left: 0;
    bottom: 0;
}
.header-nav-wrap .item-bb, .header-nav-wrap .item-sc
{
    float: right;
    height: 57px;
    line-height: 57px;
    margin: 0 20px;
    cursor: pointer;
}
.header-nav-wrap .item-bb
{
    position: relative;
}
.header-nav-wrap .subnav
{
    position: absolute;
    left: 50%;
    top: 77px;
    margin-left: -62px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99999999;
}
.header-nav-wrap .subnav a
{
    display: block;
    width: 124px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 2px;
    background: #9f2b58;
    color: #fff;
    text-align: center;
}
.header-nav-wrap .subnav a:hover
{
    background: #fff;
    color: #e70012;
}
.header-nav
{
    float: left;
}
.header-nav li
{
    float: left;
    margin-right: 1px;
    position: relative;
}
.header-nav li > a
{
    display: block;
    height: 57px;
    line-height: 52px;
    padding: 5px 30px 0;
    font-size: 18px;
}
.header-nav li.cur > a, .header-nav li:hover > a
{
    background: #e70012;
    color: #fff;
}
.header-nav li:hover .subnav, .header-nav-wrap .item-bb:hover .subnav
{
    top: 57px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

 .header-nav li.version{display:none;}

@media (max-width: 1200px)
{
    .header-nav li > a
    {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 1024px)
{
     .header-nav li.version{display:block;}

    .header-search
    {
        position: absolute;
        right: 50%;
        top: 101px;
        z-index: 9999;
        margin-right: -100px;
    }
    .header-search .text
    {
        background: #fff;
    }
    .btn-nav
    {
        float: right;
        width: 90px;
        height: 90px;
        background: url(/web/style/images/btn-nav.png) no-repeat center;
        background-size: 32px;
    }
    .header-nav
    {
        width: 100%;
        height: auto;
        margin: 0;
        z-index: 9999;
        background: #fefefe;
        text-align: center;
        position: absolute;
        top: 55px;
        left: 0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
        display: none;
    }
    .header-nav li
    {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: none;
        border-bottom: 1px solid #e7e7e7;
    }
    .header-nav li > a
    {
        display: block;
        width: 100%;
        height: 40px;
        color: #333;
        padding: 0;
        margin: 0;
        line-height: 40px;
        font-size: 14px;
        font-weight: normal;
    }
    .header-nav-wrap .header-nav .subnav
    {
        position: initial;
        margin: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        display: none;
    }
    .header-nav-wrap .header-nav .subnav a
    {
        width: 100%;
        margin-bottom: 1px;
        color: #333;
        background: #f5f5f5;
    }
    .header-nav-wrap .header-nav .subnav a:last-child
    {
        margin-bottom: 0;
    }
    .header-nav-wrap .header-nav li:hover .subnav
    {
        display: block;
    }
	.header-r{ display:none}
}
@media (max-width: 750px)
{
    .header-tel
    {
        display: none;
    }
}
@media (max-width: 600px)
{
    .header
    {
        position: relative;
        height: 50px;
    }
    .header .logo
    {
        line-height: 50px;
    }
    .header .logo img
    {
        max-height: 35px;
    }
    .btn-nav
    {
        height: 50px;
        width: 50px;
        background-size: 28px;
    }
    .header-nav-wrap .item-bb, .header-nav-wrap .item-sc
    {
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: -50px;
        right: 50px;
        z-index: 9999;
    }
    .header-nav-wrap .item-bb
    {
        right: 100px;
    }
    .header-nav-wrap
    {
        height: 0;
    }
    .header-search
    {
        width: 100%;
        right: 0;
        top: 52px;
        margin-right: 0;
        display: none;
    }
    .header-search .text
    {
        width: 85%;
    }
    .header-search .btn
    {
        width: 15%;
    }
    .header-nav
    {
        top: -2px;
    }
}
/* 头部结束 */
/*banner开始*/
.banner
{
    position: relative;
}
.banner .img
{
    display: block;
    height: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .bx-wrapper .bx-pager
{
    bottom: 20px;
}
@media (max-width: 1440px)
{
    .banner .img
    {
        height: 600px;
    }
}
@media (max-width: 1024px)
{
    .banner .img
    {
        height: 410px;
    }
}
@media (max-width: 600px)
{
    .banner .bx-wrapper .bx-controls-direction a
    {
        width: 30px;
        height: 60px;
        margin-top: -30px;
        background-size: 12px;
    }
    .banner .img
    {
        height: 170px;
    }
    .banner .bx-wrapper .bx-pager
    {
        bottom: 10px;
    }
}
/*banner结束*/
/* 底部开始 */
.footer
{
    background: #222321;
    padding: 35px 0;
}
.footer .ttl
{
    font-weight: bold;
    color: #fff;
}
.footer .ttl img
{
    margin-right: 5px;
    vertical-align: bottom;
}
.footer-list
{
    float: left;
    margin-right: 80px;
}
.footer-list .ttl
{
    margin-bottom: 10px;
}
.footer-list dd
{
    padding-left: 19px;
    color: #6a6a6a;
    line-height: 30px;
}
.footer-list dd a:hover
{
    color: #f5f5f5;
}
.footer-msg
{
    float: left;
}
.footer-msg li
{
    margin-bottom: 8px;
    width: 240px;
}
.footer-msg li .text, .footer-msg li textarea
{
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    background: #373634;
    color: #e5e5e5;
    font-size: 14px;
}
.footer-msg li .text:focus, .footer-msg li textarea:focus
{
    background: #555;
}
.footer-msg li textarea
{
    height: 94px;
    padding: 5px;
    line-height: 20px;
}
.footer-msg li .btn
{
    display: inline-block;
    width: 68px;
    height: 24px;
    line-height: 24px;
    background: #373634;
    color: #fff;
    font-size: 14px;
}
.footer-msg li .btn:hover
{
    background: #555;
}
.footer-r
{
    float: right;
}
.footer-r .ttl
{
    margin-left: -20px;
}
.footer-r .tel
{
    font-size: 30px;
    font-family: Verdana;
    color: #fff;
    margin: 10px 0 15px;
}
.footer-b
{
    background: #242422;
    padding: 20px 0;
    color: #747474;
    text-align: center;
    line-height: 30px;
    border-top: 1px solid #444443;
}
.share-f
{
    height: 26px;
    margin-bottom: 20px;
}
.share-f .ttl
{
    float: left;
    line-height: 26px;
}
.share-f .ttl img
{
    vertical-align: middle;
}
.share-f .bdsharebuttonbox
{
    float: left;
}
.share-f .bdsharebuttonbox a
{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 8px;
    vertical-align: middle;
    background-image: url(/web/style/images/icon/icos01.png);
}
.share-f .bdsharebuttonbox .a1
{
    background-position: 0px center;
}
.share-f .bdsharebuttonbox .a2
{
    background-position: -42px center;
}
.share-f .bdsharebuttonbox .a3
{
    background-position: -85px center;
}
@media (max-width: 1200px)
{
    .footer
    {
        display: none;
    }
    .footer-b
    {
        padding: 5px 0;
        font-size: 12px;
    }
}
/* 底部结束 */
.cont-box
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: .5rem 0;
}
.cont-ttl
{
    text-align: center;
    margin-bottom: .4rem;
}
.cont-ttl h2
{
    font-size: 30px;
    margin-bottom: 10px;
}
.cont-ttl .box
{
    height: 40px;
    margin: auto;
    position: relative;
    background: url(/web/style/images/ttl01.png) no-repeat top center;
}
.cont-ttl .box em
{
    display: inline-block;
    font-size: 16px;
    color: #999;
    position: relative;
    bottom: -13px;
}
.cont-ttl.ct2
{
    color: #fff;
}
.cont-ttl.ct2 .box
{
    background: url(/web/style/images/ttl02.png) no-repeat top center;
}
.cont-ttl.ct2 .box em
{
    color: #fff;
}
.cont-ttl.ct3 .box
{
    background: url(/web/style/images/ttl03.png) no-repeat top center;
}
.cont1-list
{
    text-align: center;
    margin-top: 80px;
}
.cont1-list li
{
    display: inline-block;
    width: 360px;
    font-size: 16px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.cont1-list li .icon
{
    width: 130px;
    height: 130px;
    margin: 0 auto 15px;
    background-color: #e2e2e2;
    z-index: 2;
    position: relative;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.cont1-list li.l1 .icon
{
    background-image: url(/web/style/images/icon/ico10.png);
}
.cont1-list li.l1:hover .icon
{
    background-image: url(/web/style/images/icon/ico10-1.png);
}
.cont1-list li.l2 .icon
{
    background-image: url(/web/style/images/icon/ico11.png);
}
.cont1-list li.l2:hover .icon
{
    background-image: url(/web/style/images/icon/ico11-1.png);
}
.cont1-list li.l3 .icon
{
    background-image: url(/web/style/images/icon/ico12.png);
}
.cont1-list li.l3:hover .icon
{
    background-image: url(/web/style/images/icon/ico12-1.png);
}
.cont1-list li .box
{
    width: 358px;
    height: 170px;
    background: #fff;
    margin-top: -100px;
    z-index: 1;
    padding-top: 110px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cont1-list li h3
{
    line-height: 20px;
    position: relative;
    z-index: 2;
}
.cont1-list li .els2
{
    line-height: 20px;
}
.cont1-list li:hover
{
    transform: translateY(-40px);
}
.cont1-list li:hover .icon
{
    background-color: #e70012;
}
.cont1-list li:hover h3
{
    color: #e70012;
}
.cont1-list li:hover .box
{
    opacity: 1;
    filter: alpha(opacity=100);
}
.proimg
{
    position: relative;
    margin-bottom: 40px;
}
.proimg-l
{
    float: left;
    width: 910px;
}
.proimg-l img
{
    width: 100%;
}
.proimg-l .bx-wrapper .bx-caption span
{
    font-size: 14px;
}
.proimg-l .bx-wrapper .bx-controls-direction a
{
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
.proimg-s-wrap
{
    float: right;
    width: 250px;
    height: 550px;
    overflow: hidden;
    position: relative;
    margin-top: 34px;
}
.proimg-s
{
    width: 1000%;
    position: absolute;
    left: 0;
}
.proimg-s li
{
    width: 250px;
    height: 170px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.proimg-s li img
{
    width: 100%;
    height: 100%;
}
.proimg-s li a.active:after
{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ff6b12;
    box-sizing: border-box;
}
.proimg-pager li
{
    width: 250px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    right: 0;
}
.proimg-pager li.prev
{
    top: 0;
    background: rgba(0, 0, 0, 0.3) url(../images/pager11.png) no-repeat center;
}
.proimg-pager li.next
{
    bottom: 0;
    background: rgba(0, 0, 0, 0.3) url(../images/pager12.png) no-repeat center;
}
.proimg-pager li:hover
{
    background-color: rgba(0, 0, 0, 0.5);
}
.btn-more
{
    display: block;
    width: 177px;
    height: 34px;
    margin: auto;
    line-height: 32px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.btn-more a
{
    display: block;
    transition: none;
}
.btn-more:hover
{
    border-color: #333;
    color: #333;
}
.btn-more:hover .ico-r
{
    background-position: bottom center;
}
.ico-r
{
    display: inline-block;
    width: 40px;
    height: 32px;
    vertical-align: middle;
    margin-left: 30px;
    background: url(/web/style/images/icon/ico13.png) no-repeat top center;
}
.btn02
{
    display: inline-block;
    height: 22px;
    border: 1px solid #fff;
    line-height: 20px;
    padding: 0 10px;
}
.btn02:hover
{
    background: #fff;
    color: #333;
}
.cont3-list
{
    overflow: hidden;
}
.cont3-list li
{
    float: left;
    width: 225px;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.5s ease-out;
    overflow: hidden;
}
.cont3-list .imgbg
{
    height: 472px;
}
.cont3-list .in
{
    display: none;
    width: 750px;
    height: 140px;
    color: #fff;
    background-color: #e70012;
    text-align: center;
    overflow: hidden;
}
.cont3-list .in h3
{
    font-size: 24px;
    margin-top: 25px;
}
.cont3-list .in .p
{
    margin: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 20px;
    height: 20px;
}
.cont3-list .out
{
    width: 100%;
    height: 140px;
    background: #6b6b6b;
    color: #fff;
    overflow: hidden;
    text-align: center;
}
.cont3-list .out h3
{
    margin: 25px 0 5px;
    font-size: 24px;
}
.cont3-list .out i
{
    display: block;
    width: 22px;
    height: 22px;
    margin: 20px auto;
    background: url(/web/style/images/icon/ico14.png) no-repeat center;
}
.cont3-list .tm-bg
{
    width: 100%;
    height: 100%;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}
.cont3-list li.cur
{
    width: 750px;
}
.cont3-list li.cur .tm-bg
{
    display: none;
}
.cont3-list li.cur .in
{
    display: block;
}
.cont3-list li.cur .out
{
    display: none;
}
.cont3-list-wrap .bx-wrapper .bx-pager.bx-default-pager a
{
    background: #eee;
}
.cont3-list-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .cont3-list-wrap .bx-wrapper .bx-pager.bx-default-pager a.active
{
    background: #e70012;
}
.cont4-left .tab-head
{
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.cont4-left .tab-head li
{
    float: left;
    padding-bottom: 10px;
    color: #aaaaaa;
    margin-right: 45px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
}
.cont4-left .tab-head li.cur, .cont4-left .tab-head li:hover
{
    font-weight: bold;
    color: #e70012;
    border-bottom-color: #e70012;
}
.list-news li
{
    margin-bottom: 20px;
    overflow: hidden;
}
.list-news li .img
{
    float: left;
    margin-right: 20px;
    width: 177px;
}
.list-news li h3
{
    font-size: 16px;
    margin: 15px 0;
}
.list-news li h3 em
{
    font-size: 12px;
    color: #bbbbbb;
    margin-left: 10px;
}
.list-news li .els2
{
    color: #999;
    line-height: 24px;
    height: 48px;
}
.list-news li:hover h3
{
    color: #e70012;
}
.cont4-right
{
    padding-left: 80px;
    padding-top: 30px;
    color: #fff;
}
.cont4-right .imgbg
{
    width: 100%;
    height: 400px;
    padding: 35px;
}
.cont4-right .imgbg h3
{
    font-size: 18px;
}
.cont4-right .imgbg .p
{
    margin: 10px 0 20px;
}
@media (max-width: 1200px)
{
    .cont1-list li .box
    {
        display: none;
    }
    .cont1-list li
    {
        float: left;
        width: 31.333333%;
        margin: 0 1%;
    }
    .cont1-list li:hover
    {
        transform: translateY(0px);
    }
    .proimg-s-wrap, .proimg-pager
    {
        display: none;
    }
    .proimg-l
    {
        padding: 0 10px;
        width: 100%;
    }
    .proimg-l .bx-wrapper .bx-controls-direction a
    {
        display: block;
    }
    .cont3-list li .tm-bg
    {
        display: none;
    }
    .cont3-list li .in
    {
        display: block;
    }
    .cont3-list li .out
    {
        display: none;
    }
    .row
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 750px)
{
    .cont3-list-wrap
    {
        padding: 0 10px;
        margin-bottom: .4rem;
    }
    .cont3-list .imgbg
    {
        height: 230px;
    }
    .cont3-list li
    {
        width: 100%;
    }
    .cont3-list li .in
    {
        width: 100%;
    }
    .cont3-list .in h3
    {
        margin-top: 15px;
        font-size: 18px;
    }
}
@media (max-width: 600px)
{
    .cont-ttl h2
    {
        font-size: 18px;
    }
    .cont-ttl .box, .cont-ttl.ct2 .box, .cont-ttl.ct3 .box
    {
        background: none;
        height: 20px;
    }
    .cont-ttl .box em
    {
        font-size: 12px;
        bottom: 0;
    }
    .cont1-list
    {
        margin-top: 0;
    }
    .cont1-list li .icon
    {
        width: 60px;
        height: 60px;
        background-size: 24px;
    }
    .cont4-left .tab-head li
    {
        width: 25%;
        margin-right: 0;
        text-align: center;
    }
    .list-news li .img
    {
        width: 35%;
        margin-right: 10px;
    }
    .list-news li h3
    {
        margin: 5px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        vertical-align: middle;
        overflow: hidden;
    }
    .cont4-right
    {
        padding: 0;
        margin-top: .3rem;
    }
    .cont3-list .in .p
    {
        height: 40px;
        -webkit-line-clamp: 2;
    }
}
.fixbar
{
    position: fixed;
    right: 1%;
    bottom: 20%;
    z-index: 99999;
}
.fixbar li
{
    width: 70px;
    background: #f0f0f0;
    padding-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.fixbar li .icon
{
    width: 45px;
    height: 45px;
    margin: 0 auto;
    background: #474747;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.fixbar li span
{
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}
.fixbar li .sub-wrap
{
    position: absolute;
    right: 70px;
    top: 0;
    padding-right: 10px;
    display: none;
}
.fixbar li .sub
{
    background: #fff;
    border: 1px solid #e3e3e3;
    position: relative;
}
.fixbar li .sub::after
{
    content: ' ';
    width: 8px;
    height: 13px;
    position: absolute;
    right: -8px;
    top: 10px;
    background: url(/web/style/images/icon/ico20.png);
}
.fixbar li.l1 .icon
{
    background-image: url(/web/style/images/icon/ico15.png);
}
.fixbar li.l1 .sub
{
    width: 524px;
    height: 82px;
}
.fixbar li.l1 .sub .item
{
    float: left;
    font-size: 12px;
    line-height: 30px;
    padding: 10px 15px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
}
.fixbar li.l1 .sub .item:last-child
{
    border-right: none;
}
.fixbar li.l2 .icon
{
    background-image: url(/web/style/images/icon/ico16.png);
}
.fixbar li.l2 .sub
{
    padding: 5px;
}
.fixbar li.l3 .icon
{
    background-image: url(/web/style/images/icon/ico17.png);
}
.fixbar li.l3 .sub
{
    width: 280px;
    height: 60px;
    line-height: 58px;
    font-size: 16px;
    text-align: center;
}
.fixbar li.l3 .sub em
{
    font-size: 20px;
    color: #e70012;
    font-weight: bold;
}
.fixbar li.l4 .icon
{
    background-image: url(/web/style/images/icon/ico18.png);
}
.fixbar li.l4 .sub
{
    width: 235px;
    height: 60px;
    padding-left: 20px;
}
.fixbar li.l4 .sub em
{
    float: left;
    line-height: 58px;
}
.fixbar li.l4 .bdsharebuttonbox
{
    float: left;
    margin-top: 14px;
}
.fixbar li.l4 .bdsharebuttonbox a
{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 8px;
    padding: 0;
    vertical-align: middle;
    background-image: url(/web/style/images/icon/icos02.png);
}
.fixbar li.l4 .bdsharebuttonbox .a1
{
    background-position: 0px center;
}
.fixbar li.l4 .bdsharebuttonbox .a2
{
    background-position: -50px center;
}
.fixbar li.l4 .bdsharebuttonbox .a3
{
    background-position: -100px center;
}
.fixbar li.gotop
{
    display: none;
    height: 50px;
    background: #f0f0f0 url(../images/icon/ico19.png) no-repeat center;
}
.fixbar li:hover
{
    background: #e70012;
}
.fixbar li:hover .icon
{
    background-color: #fff;
}
.fixbar li:hover span
{
    color: #fff;
}
.fixbar li:hover .sub-wrap
{
    display: block;
}
.fixbar li.l1:hover .icon
{
    background-image: url(/web/style/images/icon/ico15-1.png);
}
.fixbar li.l2:hover .icon
{
    background-image: url(/web/style/images/icon/ico16-1.png);
}
.fixbar li.l3:hover .icon
{
    background-image: url(/web/style/images/icon/ico17-1.png);
}
.fixbar li.l4:hover .icon
{
    background-image: url(/web/style/images/icon/ico18-1.png);
}
.fixbar li.gotop:hover
{
    background: #e70012 url(../images/icon/ico19-1.png) no-repeat center;
}
.bdshare_popup_box
{
    display: none !important;
}
@media (max-width: 1200px)
{
    .fixbar
    {
        display: none;
    }
}
.ny-banner
{
    height: 315px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .ny-banner
    {
        height: 220px;
    }
}
@media (max-width: 600px)
{
    .ny-banner
    {
        height: 110px;
    }
}
.main-menu
{
    border-bottom: 1px solid #e7e7e7;
    background: #f8f8f8;
    text-align: center;
}
.main-menu li
{
    display: inline-block;
    height: 70px;
    padding: 0 5px;
    margin: 0 30px;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
}
.main-menu li > a
{
    display: block;
    line-height: 65px;
}
.main-menu li i
{
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: #afafaf;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
.main-menu li.cur, .main-menu li:hover
{
    border-bottom-color: #e70012;
}
.main-menu li.cur i, .main-menu li:hover i
{
    background-color: #e70012;
}
.main-menu li:hover .subbox
{
    display: block;
}
.main-menu .subbox
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    border: 1px solid #e8e8e8;
    background: url(/web/style/images/bg04.png) center;
    padding: 50px 50px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    text-align: left;
    display: none;
}
.main-menu .subbox .item
{
    margin-bottom: 40px;
    overflow: hidden;
    font-size: 14px;
}
.main-menu .subbox .item .ttl
{
    float: left;
    width: 10%;
    text-align: right;
    margin-right: 5%;
    line-height: 20px;
}
.main-menu .subbox .item .list
{
    float: left;
    width: 80%;
    color: #aaa;
}
.main-menu .subbox .item .list a
{
    display: inline-block;
    padding: 0 20px;
    line-height: 20px;
    margin-bottom: 15px;
}
.main-menu .subbox .item a:hover
{
    color: #e70012;
}
@media (max-width: 991px)
{
    .main-menu li
    {
        margin: 0 10px;
    }
}
@media (max-width: 600px)
{
    .main-menu
    {
        overflow: hidden;
    }
    .main-menu li
    {
        float: left;
        width: 23%;
        margin: 5px 1%;
        height: 30px;
        font-size: 13px;
    }
    .main-menu li a
    {
        height: 30px;
        line-height: 30px;
    }
}
.list-social li
{
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    transition: all .6s;
}
.list-social li a
{
    display: block;
    overflow: hidden;
}
.list-social li .img
{
    float: left;
    width: 27%;
}
.list-social li .date
{
    float: left;
    width: 12%;
    height: 76px;
    padding-left: 40px;
    margin-top: 50px;
    border-right: 1px solid #e7e7e7;
    font-size: 28px;
    color: #5e4d4d;
}
.list-social li .date span
{
    display: block;
    font-size: 14px;
}
.list-social li .txt
{
    float: left;
    width: 55%;
    margin-top: 30px;
    padding: 0 70px 0 40px;
}
.list-social li .txt .gdlct{ line-height:30px; height:30px; overflow:hidden;background: url(/web/style/images/vg.png) no-repeat left center; padding-left:30px;}
.list-social li .txt .gdlct span{ color:#e70012; display:inline-block; margin-right:15px;}
.list-social li .txt .els2
{
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}
.list-social li .detail
{
    float: left;
    width: 6%;
    height: 30px;
    margin-top: 80px;
    border-left: 1px solid #e7e7e7;
    background: url(/web/style/images/icon/ico21.png) no-repeat 15px center;
    transition: all .6s;
}
.list-social li:last-child
{
    margin-bottom: 0;
}
.list-social li:hover
{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.list-social li:hover .txt
{
    color: #e70012;
}
.list-social li:hover .detail
{
    transform: translateX(15px);
    background: url(/web/style/images/icon/ico21-1.png) no-repeat 15px center;
    border-left-color: #e70012;
}
.article-top
{
    padding: .5rem 0;
    border-bottom: 2px solid #f6f6f6;
}
.article-top .main
{
    text-align: center;
}
.article-top .main h1
{
    font-size: 18px;
    font-weight: bold;
    max-width: 50%;
    margin: auto;
}
.article-top .main .p
{
    color: #7c7c7c;
    margin-top: 10px;
    font-size: 16px;
}
.article-top .back
{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #919191;
}
.article-top .back i
{
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 5px;
    vertical-align: -3px;
    background: url(/web/style/images/icon/ico25.png);
}
.article-top .back:hover
{
    color: #e70012;
}
.article-top .share
{
    position: absolute;
    left: 0;
}
.share
{
    float: left;
}
.share em
{
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #919191;
}
.share .bdsharebuttonbox
{
    float: left;
}
.share .bdsharebuttonbox a
{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    vertical-align: middle;
}
.share .bdsharebuttonbox a.bds_sqq
{
    background: url(/web/style/images/icon/ico22.png) no-repeat center;
}
.share .bdsharebuttonbox a.bds_weixin
{
    background: url(/web/style/images/icon/ico23.png) no-repeat center;
}
.share .bdsharebuttonbox a.bds_tsina
{
    background: url(/web/style/images/icon/ico24.png) no-repeat center;
}
.article
{
    padding: .5rem 10px;
    line-height: 30px;
    color: #666;
}
.article-pro
{
    padding: .2rem 10px .4rem;
}
.article-bottom
{
    border-top: 1px solid #e7e7e7;
    padding: 30px 10px;
}
.article-bottom ul li
{
    line-height: 30px;
    font-size: 16px;
    color: #7d7d7d;
}
.article-bottom ul li a:hover
{
    color: #e70012;
}
@media (max-width: 991px)
{
    .article-top .share, .article-top .back
    {
        display: none;
    }
}
@media (max-width: 600px)
{
    .article-top
    {
        padding: 20px 0;
    }
    .article-top .main h1
    {
        max-width: 80%;
        font-size: 16px;
    }
    .article-top .main .p
    {
        font-size: 12px;
    }
    .article
    {
        font-size: 14px;
        line-height: 24px;
    }
    .article-bottom
    {
        padding: 20px 10px;
    }
    .article-bottom ul li
    {
        font-size: 14px;
    }
}
.list-honor
{
    margin-left: -25px;
    margin-right: -25px;
}
.list-honor .item
{
    border: 1px solid #ddd;
    background: #fff;
    margin: 0 25px 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s;
}
.list-honor .item .img-md
{
    height: 240px;
}
.list-honor .item p
{
    font-size: 16px;
    text-align: center;
    margin: 5px 0 10px;
    transition: all .3s;
}
.list-honor .item:hover
{
    background: #e70012;
    border-color: #e70012;
}
.list-honor .item:hover p
{
    color: #fff;
}
@media (max-width: 750px)
{
    .list-honor .item img
    {
        height: auto;
    }
}
.recruit-wrap
{
    margin-bottom: .5rem;
}
.recruit-wrap li
{
    margin-bottom: 8px;
}
.recruit-ttl
{
    line-height: 55px;
    padding-left: 30px;
    cursor: pointer;
    background: #f8f8f8;
}
.recruit-ttl em
{
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin-right: 30px;
}
.recruit-ttl.cur i
{
    background-position: left center;
}
.recruit-ttl i
{
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: -2px;
    margin-right: 10px;
    background: url(/web/style/images/icon/ico26.png) no-repeat right center;
}
.recruit-main
{
    display: none;
    background: #fff;
    padding: 20px 30px 30px 30px;
}
.ico-lxr
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: -6px;
    background: url(/web/style/images/icon/ico27.png);
}
.ico-lxdh
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: -6px;
    background: url(/web/style/images/icon/ico28.png);
}
.color-red
{
    color: #a90001;
    text-decoration: underline;
}
.btn-jl
{
    display: block;
    width: 180px;
    height: 40px;
    margin: 20px auto 0;
    line-height: 40px;
    background: #e70012;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
}
.btn-jl img
{
    margin-right: 5px;
    vertical-align: -4px;
}
/* 大记事 */
.event-wrap
{
    margin-bottom: .5rem;
}
.event-wrap .btn
{
    border-color: #666;
    color: #666;
}
.event-ico
{
    height: 60px;
    background: url(/web/style/images/icon/ico30.png) no-repeat center;
}
.event-ico2
{
    height: 56px;
    cursor: pointer;
    background: url(/web/style/images/icon/ico31.png) no-repeat center;
}
.event-line
{
    height: 100%;
    width: 1px;
    left: 50%;
    position: absolute;
    background-color: #dfdfe1;
}
.event-choose
{
    width: 106px;
    height: 28px;
    margin: 25px auto 40px;
    line-height: 26px;
    background: #fff;
    padding-left: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    cursor: pointer;
    z-index: 9;
    position: relative;
}
.event-choose::after
{
    content: ' ';
    border-top: 6px solid #c4c4c4;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}
.event-choose ul
{
    width: 106px;
    position: absolute;
    top: 26px;
    left: -1px;
    border: 1px solid #c4c4c4;
    background: #fff;
    border-radius: 0 0 4px 4px;
    z-index: 9;
    display: none;
}
.event-choose ul li
{
    line-height: 28px;
    text-align: center;
}
.event-choose ul li:hover
{
    background: #e70012;
    color: #fff;
}
.event-main li
{
    overflow: hidden;
    margin-bottom: 80px;
    position: relative;
}
.event-main li::after
{
    content: ' ';
    background: #e70012;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 3px;
    border-radius: 50%;
}
.event-main .date
{
    width: 50%;
    padding: 0 35px;
}
.event-main .txt
{
    width: 50%;
    padding: 0 35px;
}
@media (max-width: 750px)
{
    .event-main
    {
        padding: 0 10px;
    }
    .event-main li img
    {
        display: none;
    }
    .event-ico
    {
        height: 40px;
        background-position: 50px center;
        background-size: 40px;
    }
    .event-ico2
    {
        height: 40px;
        background-position: 50px center;
        background-size: 40px;
    }
    .event-line
    {
        left: 70px;
    }
    .event-main li
    {
        margin-bottom: 50px;
    }
    .event-main .txt
    {
        float: right;
        padding: 0;
        width: 76%;
    }
    .event-main .date
    {
        float: left;
        width: 55px;
        padding: 0;
    }
    .event-main li::after
    {
        left: 60px;
    }
    .event-wrap .btn
    {
        float: left;
        margin-left: 10px;
    }
    .event-main .date .fr
    {
        float: left;
        text-align: left;
    }
}
.map
{
    width: 100%;
    height: 700px;
}
.map-txt
{
    width: 480px;
    height: 480px;
    background: #e70012;
    position: absolute;
    right: 50%;
    margin-right: 150px;
    top: 100px;
    color: #fff;
    line-height: 40px;
}
.map-txt .ttl
{
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
    padding-left: 80px;
    background: url(/web/style/images/icon/ico32.png) no-repeat 40px center;
}
.map-txt p
{
    padding-left: 50px;
}
.list-qa
{
    padding: 0 20px;
}
.list-qa li
{
    margin-bottom: 30px;
}
.list-qa .icon
{
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-right: 10px;
    margin-top: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.list-qa .p
{
    background: #f6f6f6;
    padding: 20px;
    line-height: 24px;
    min-height: 88px;
    position: relative;
    overflow: hidden;
}
.list-qa .item-q
{
    overflow: hidden;
    margin-bottom: 10px;
}
.list-qa .item-q .icon
{
    background: #e70012;
}
.list-qa .item-a
{
    overflow: hidden;
}
.list-qa .item-a .icon
{
    background: #327cca;
}
.list-qa .item-a .p
{
    color: #7e7e7e;
}
.video-wrap
{
    margin: .2rem 0;
}
.video-box
{
    width: 900px;
    background: #555;
    padding: 15px 15px 5px 15px;
    margin: auto;
}
.video-box video
{
    width: 100%;
}
.video-box .ttl
{
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
.video-slider
{
    margin-top: 25px;
}
.video-slider .bx-wrapper .bx-prev
{
    left: -70px;
    background: url(/web/style/images/pager05.png) no-repeat center;
}
.video-slider .bx-wrapper .bx-next
{
    right: -70px;
    background: url(/web/style/images/pager06.png) no-repeat center;
}
.video-slider ul li
{
    cursor: pointer;
    position: relative;
}
.video-slider ul li i
{
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #e70012;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.video-slider ul li.active i
{
    display: block;
}
.video-slider ul li p
{
    display: none;
}
.list-newspd-ttl
{
    margin: 35px 0 20px;
    background: #f6f6f6 url(../images/icon/ico34.jpg) no-repeat right center;
    height: 45px;
    line-height: 45px;
    border-left: 5px solid #e70012;
}
.list-newspd-ttl h2
{
    float: left;
    margin-left: 20px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.list-newspd-ttl .more
{
    float: right;
    padding-right: 40px;
}
.list-newspd-ttl .more:hover
{
    color: #e70012;
}
.list-newspd
{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
.list-newspd .item
{
    margin: 0 10px 20px;
    position: relative;
    overflow: hidden;
}
.list-newspd .item .imgbg
{
    height: 155px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.list-newspd .item h3
{
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
}
.list-newspd .item.item1 .imgbg
{
    height: 330px;
}
.list-newspd .item:hover .imgbg
{
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list-pro2
{
    margin-left: -8px;
    margin-right: -8px;
}
.list-pro2 .item .img-md
{
    height: 250px;
}
.list-pro2 .item .img-md img
{
    background: #f7f7f7;
}
.list-pro2 .item
{
    margin: 0 8px 16px;
}
.list-pro2 .item p
{
    font-size: 14px;
}
.flat-wrap
{
    padding: 50px 0;
    background: #d6d6d6;
    overflow: hidden;
}
.flat .img-md
{
    width: 520px;
    height: 460px;
    background: #fff;
}
.flat h3
{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: .3rem;
}
.slider-com
{
    margin-bottom: .5rem;
}
.slider-com .item
{
    border: 1px solid #e5e5e5;
    padding: 3px;
}
.slider-com .item img
{
    width: 100%;
}
.slider-com .item h3
{
    text-align: center;
    line-height: 30px;
}
.slider-com .item:hover
{
    background: #e70012;
    border-color: #e70012;
}
.slider-com .item:hover h3
{
    color: #fff;
}
.slider-com .bx-wrapper .bx-controls-direction a
{
    width: 22px;
    height: 156px;
    margin-top: -78px;
    background-color: #eeeeee;
}
.slider-com .bx-wrapper .bx-controls-direction a:hover
{
    background-color: #ddd;
}
.slider-com .bx-wrapper .bx-prev
{
    left: -30px;
    background: url(/web/style/images/pager09.png) no-repeat center;
}
.slider-com .bx-wrapper .bx-next
{
    right: -30px;
    background: url(/web/style/images/pager10.png) no-repeat center;
}
.slider-comsm .item
{
    border: 1px solid #e5e5e5;
    padding: 3px;
}
.slider-comsm .item img
{
    width: 100%;
}
.slider-comsm .item h3
{
    text-align: center;
    line-height: 30px;
}
.slider-comsm .item:hover
{
    background: #e70012;
    border-color: #e70012;
}
.slider-comsm .item:hover h3
{
    color: #fff;
}
.slider-comsm .bx-wrapper .bx-controls-direction a
{
    width: 22px;
    height: 156px;
    margin-top: -78px;
    background-color: #eeeeee;
}
.slider-comsm .bx-wrapper .bx-controls-direction a:hover
{
    background-color: #ddd;
}
.slider-comsm .bx-wrapper .bx-prev
{
    left: -30px;
    background: url(/web/style/images/pager09.png) no-repeat center;
}
.slider-comsm .bx-wrapper .bx-next
{
    right: -30px;
    background: url(/web/style/images/pager10.png) no-repeat center;
}
.pro-exp-right .ttl
{
    height: 72px;
    line-height: 72px;
    background: #e5e5e5;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.pro-exp-right .list
{
    height: 542px;
    overflow-y: scroll;
}
.pro-exp-right .list li
{
    height: 58px;
    line-height: 58px;
    background: #eee;
    padding-left: 10%;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
}
.pro-exp-right .list li i
{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #5491ec;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
}
.pro-exp-right .list li:hover
{
    background: #ddd;
}
.join-selsect
{
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 15px 0;
    line-height: 25px;
}
.join-selsect:last-child
{
    border-bottom: none;
}
.join-selsect span
{
    float: left;
    width: 5%;
    margin-right: 2%;
    text-align: center;
}
.join-selsect .list
{
    float: left;
    width: 86%;
    color: #8f8f8f;
    height: 25px;
    overflow: hidden;
}
.join-selsect .list a
{
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
}
.join-selsect .list a:hover, .join-selsect .list a.cur
{
    background: #e70012;
    color: #fff;
}
.join-selsect .more
{
    float: right;
    width: 25px;
    height: 25px;
    background: url(/web/style/images/icon/ico38.png) no-repeat center;
    cursor: pointer;
}
.join-top2
{
    margin-top: .5rem;
}
.join-top
{
}
.join-top .txt
{
    padding: 0 .5rem;
    color: #666;
}
.join-top .txt h3
{
    font-size: 16px;
    font-weight: bold;
    margin: .2rem 0;
}
.join-top .txt .p
{
    line-height: 34px;
}
.resume-wrap .back
{
    float: right;
    position: initial;
    font-size: 16px;
    color: #919191;
}
.resume-wrap .back i
{
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 5px;
    vertical-align: -3px;
    background: url(/web/style/images/icon/ico25.png);
}
.resume-wrap .back:hover
{
    color: #e70012;
}
.resume-wrap
{
    width: 1050px;
    margin: 0 auto .5rem;
    border: 1px solid #e1e1e1;
    padding: .4rem .25rem;
}
.resume-wrap .ttl
{
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    padding: 0 .3rem;
    margin-bottom: .3rem;
}
.resume-wrap .ttl h3
{
    float: left;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #7c7c7c;
}
.form-resume
{
    overflow: hidden;
    padding: 0 50px;
}
.form-resume li
{
    float: left;
    margin-bottom: 15px;
    width: 50%;
}
.form-resume li label
{
    float: left;
    color: #7c7c7c;
    width: 30%;
    padding-right: 10px;
    line-height: 36px;
    text-align: right;
}
.form-resume li .text, .form-resume li select
{
    width: 50%;
    height: 36px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding-left: 5px;
}
.form-resume li textarea
{
    width: 75%;
    height: 100px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding: 5px;
}
.form-resume li em
{
    color: #e70012;
    font-size: 16px;
}
.form-resume li.lg
{
    width: 100%;
}
.form-resume li.lg label
{
    width: 15%;
}
.form-resume li.yzm .text
{
    width: 180px;
}
.form-resume li .btn
{
    display: inline-block;
    margin-top: .3rem;
    width: 170px;
    height: 42px;
    background: #e70012;
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 5px;
}
.form-resume li .btn.btn2
{
    background: #707070;
}
/*弹出层*/
.mask-wrap
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    display: none;
}
.mask-bg
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .7;
}
.mask-main
{
    width: 1100px;
    height: 86%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 6px;
}
.mask-img
{
    width: 100%;
    height: 90%;
}
.mask-main p
{
    font-size: 14px;
    margin-top: 2%;
}
.mask-close
{
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: -40px;
    cursor: pointer;
    background: url(/web/style/images/close.png) no-repeat center center;
}
@media (max-width: 1100px)
{
    .mask-main
    {
        width: 96%;
        height:60%;
    }
    .mask-close
    {
        right: 0;
        background-size: 20px;
        background-color: #000;
        border-radius: 50%;
    }
}
.mask-field
{
    width: 1100px;
    height: 500px;
    padding: 30px;
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    border-radius: 6px;
}
.mask-field .mask-close
{
    right: -60px;
    top: -60px;
}
.slider-field
{
    float: left;
    width: 67%;
}
.slider-field .bx-wrapper .bx-controls-direction a
{
    width: 35px;
    height: 64px;
    margin-top: -32px;
    background-color: rgba(0, 0, 0, 0.3);
}
.slider-field .bx-wrapper .bx-controls-direction a:hover
{
    background-color: rgba(0, 0, 0, 0.5);
}
.slider-field .bx-wrapper .bx-prev
{
    background: url(/web/style/images/pager03.png) no-repeat center;
}
.slider-field .bx-wrapper .bx-next
{
    background: url(/web/style/images/pager04.png) no-repeat center;
}
.field-txt
{
    float: right;
    width: 30%;
    text-align: left;
    line-height: 24px;
}
.field-txt h2
{
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}
.scroll-item
{
    overflow-y: auto;
    padding-right: 10px;
    height: 100%;
}
.scroll-item::-webkit-scrollbar
{
    width: 8px;
}
.scroll-item::-webkit-scrollbar-thumb
{
    width: 20px;
    background: #999;
}
.scroll-item::-webkit-scrollbar-track-piece
{
    background-color: #f8f8f8;
}
.pro-exp
{
    overflow: hidden;
}
.pro-exp .img
{
    float: left;
    margin-right: 10px;
}
.pro-exp .img img
{
    max-width: 100%;
}
.mask-exp
{
    height: 720px;
}
.mask-exp .img-left
{
    float: left;
    width: 60%;
}
.mask-exp .mask-exp-right
{
    float: right;
    width: 38%;
}
.mask-exp .mask-exp-right .field-txt
{
    width: 100%;
}
.mask-exp .mask-exp-right .field-txt .p
{
    height: 192px;
}
.mask-exp .list-newspd-ttl
{
    margin-top: 10px;
}
.mask-exp .mask-close
{
    top: 0;
}
.list-color li
{
    float: left;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.list-color li i
{
    display: block;
    width: 100%;
    height: 24px;
}
.pro-exp .img
{
    max-width: 916px;
}
@media (max-width: 1200px)
{
    .list-newspd-ttl
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .mask-field
    {
        width: 90%;
    }
    .mask-field
    {
        height: 80%;
    }
    .mask-field .mask-close
    {
        right: 0;
    }
    .pro-exp-right
    {
        float: left;
        width: 100%;
    }
    .pro-exp .img
    {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .pro-exp-right .list
    {
        height: 195px;
    }
    .slider-com
    {
        padding: 0 10px;
    }
    .mask-exp .mask-close
    {
        top: -60px;
    }
    .join-selsect span
    {
        width: 10%;
    }
    .join-selsect .list
    {
        width: 80%;
    }
    .join-selsect .more
    {
        margin-right: 10px;
    }
    .map-txt
    {
        margin-right: 0;
    }
    .mask-exp .list-newspd-ttl, .mask-exp .slider-comsm
    {
        display: none;
    }
}
@media (max-width: 1050px)
{
    .resume-wrap
    {
        width: 96%;
    }
    .form-resume
    {
        padding: 0;
    }
}
@media (max-width: 991px)
{
    .list-social li .date, .list-social li .detail
    {
        display: none;
    }
    .list-social li .img
    {
        margin-right: 20px;
    }
    .list-social li .txt
    {
        float: none;
        margin-top: 20px;
        width: auto;
        padding: 0;
    }
    .list-newspd .item .imgbg
    {
        height: 210px;
    }
    .form-resume li
    {
        width: 100%;
    }
    .form-resume li label, .form-resume li.lg label
    {
        width: 20%;
    }
    .form-resume li .text, .form-resume li select
    {
        width: 75%;
    }
    .mask-exp .img-left
    {
        width: 100%;
    }
    .mask-exp .mask-exp-right
    {
        width: 100%;
    }
    .slider-comsm, .mask-exp .list-newspd-ttl
    {
        display: none;
    }
    .mask-exp .mask-exp-right .field-txt .p
    {
        height: 100px;
    }
    .video-box
    {
        width: 90%;
    }
    .video-slider .bx-wrapper .bx-prev
    {
        left: -40px;
        background-size: 16px;
    }
    .video-slider .bx-wrapper .bx-next
    {
        right: -40px;
        background-size: 20px;
    }
    .video-slider
    {
        padding: 0 40px;
    }
    .slider-field
    {
        width: 100%;
    }
    .field-txt
    {
        width: 100%;
        height: 30%;
        margin-top: 10px;
    }
}
@media (max-width: 600px)
{
    .sm-dn
    {
        display: none;
    }
    .header-nav-wrap .item-bb
    {
        right: 50px;
    }
    .mask-field
    {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .mask-exp .mask-exp-right .field-txt .p
    {
        height: 100px;
    }
    .list-social li .img
    {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .list-social li .img img
    {
        width: 100%;
    }
    .list-social li .txt .els2
    {
		height:auto;
        max-height: 96px;
        -webkit-line-clamp: 4;
        margin-bottom: 20px;
    }
    .list-newspd-ttl
    {
        height: 36px;
        line-height: 36px;
    }
    .list-newspd-ttl h2
    {
        line-height: 36px;
        font-size: 14px;
    }
    .list-newspd, .list-honor
    {
        margin-left: 0;
        margin-right: 0;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 0px;
    }
    .list-newspd .item, .list-honor .item
    {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .list-newspd .item .imgbg
    {
        height: 100px;
    }
    .list-newspd .item.item1 .imgbg
    {
        height: 200px;
    }
    .list-honor .item .img-md
    {
        height: 110px;
    }
    .list-honor .item p
    {
        font-size: 12px;
        margin: 5px 0;
    }
    .recruit-ttl em
    {
        display: none;
    }
    .recruit-main
    {
        padding: 20px 10px;
    }
    .recruit-main .mt30 span
    {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
    .recruit-ttl
    {
        line-height: 40px;
        font-size: 14px;
    }
    .resume-wrap .ttl h3
    {
        font-size: 14px;
    }
    .resume-wrap .back
    {
        font-size: 14px;
    }
    .form-resume li
    {
        margin-bottom: 5px;
    }
    .form-resume li label, .form-resume li.lg label
    {
        width: 100%;
        text-align: left;
    }
    .form-resume li .text, .form-resume li select, .form-resume li.lg textarea
    {
        width: 94%;
    }
    .form-resume li.btns label
    {
        display: none;
    }
    .form-resume li .btn
    {
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .mask-field
    {
        padding: 10px;
    }
    .field-txt h2
    {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .scroll-item
    {
        height: 57%;
    }
    .mask-field .mask-close
    {
        background-size: 24px;
        width: 30px;
        height: 30px;
        top: -35px;
    }
    .main-menu li i
    {
        width: 20px;
        height: 20px;
        vertical-align: -5px;
        background-size: 10px;
    }
    .list-pro2 .item .img-md
    {
        height: 150px;
    }
    .main-menu li:hover .subbox
    {
        display: none;
    }
    .flat .img-md
    {
        width: 300px;
        height: 260px;
    }
    .flat h3
    {
        font-size: 12px;
    }
    .slider-com .bx-wrapper .bx-controls-direction a
    {
        display: none;
    }
    .pro-exp-right .list li
    {
        height: 40px;
        line-height: 40px;
    }
    .list-color li
    {
        margin-bottom: 5px;
    }
    .join-selsect
    {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .join-selsect .list
    {
        width: 76%;
    }
    .join-top .txt
    {
        padding: 15px 0;
    }
    .join-top .txt .p
    {
        line-height: 24px;
    }
    .map
    {
        height: 300px;
    }
    .map-txt
    {
        position: initial;
        width: 100%;
        margin-top: 0;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        padding: 20px 0;
    }
    .map-txt .ttl
    {
        margin: 10px 0;
        padding-left: 50px;
        background-position: 10px center;
    }
    .map-txt p
    {
        padding-left: 10px;
    }
    .list-qa
    {
        padding: 10px;
    }
    .list-qa .icon
    {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
    }
    .form-resume li.yzm .text
    {
        width: 140px;
    }
}
/*2017-5-5*/
.fixbar li.l2 .sub
{
    width: 120px;
}
.map img
{
    max-width: none;
}
.list-color
{
    height: 136px;
}
@media (max-width: 600px)
{
    .list-color
    {
        height: 98px;
    }
    .mask-field .mask-close
    {
        position: fixed;
        top: 5px;
        right: 5px;
        /*bottom: 5px;*/
        background: url(/web/style/images/close3.png) no-repeat center center;
        background-size: 18px;
        background-color: #323232;
        border-radius: 50%;
        z-index: 9999;        
    }
}




/*2017-5-6*/
.slider-com .item .img,
.slider-comsm .item .img {
    display: block;
    position: relative;
    width: 100%;
    height: 126px;
}
.slider-com .item .img img,
.mask-exp .img-left img,
.slider-comsm .item .img img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width:auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mask-exp .img-left {
    position: relative;
    height: 430px;
}
.list-color li.cur ::after {
    content: ' ';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 0;
    background: url(/web/style/images/gou.png)no-repeat right top;
}

@media(max-width: 600px) {
    .mask-exp .img-left {
        height: 40%;
        height: 210px;
    }
    .list-color li.cur i {
        background-size: 16px;
    }
}
.bodyh100{
    /*height:100%;
    overflow-y: hidden;*/
 }
@media(max-width: 600px) {
	.slider-com .item h3 {
		font-size: 12px !important;
		line-height: 1;
		padding: 5px 0;
	}
}
/*2017-5-19*/
.colors {
  position: relative;
}
.list-color li {
  position: relative;
  cursor: pointer;
}
.list-color li i {
  height: 24px;
  overflow: hidden;
}
.list-color li img {
  height: auto;
  vertical-align: top;
}
.imgHover {
  position: absolute;
  top: 0px;
  left: -120px;
  width:120px;
  height:auto;
  max-height: 120px;
  padding: 2px;
  border: 1px solid #eee;
  background: #fff;
  z-index: 99;
  text-align:center;
}
/*2017-06-26*/
.quotation
{
    display: table;
    margin: 0 auto;
    text-align: center;
    margin: 35px auto 0 auto;
    padding-bottom: 10px;
}
.quotation th
{
    width: 330px;
    height: 55px;
    line-height: 55px;
    font-weight: normal;
    font-size: 18px;
    color: #252525;
    background: #f1f1f1;
}
.quotation th:nth-child(1)
{
    border-right: 1px solid #fff;
}
.quotation th:nth-child(2)
{
    border-left: 1px solid #fff;
}
.quotation tbody
{
    padding: 0 5px;
}
.quotation td
{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #6e6e6e;
    border-bottom: 1px solid #f1f1f1;
}
.fixbar-hq li.l1 .sub
{
    width: 320px;
}
.fixbar-hq li.l1 .sub .item
{
    padding: 10px 25px;
}
.fixbar-hq li.l1 .sub .more
{
    text-align: center;
    width: 95px;
    padding: 0;
    color: #e70012;
    line-height: 82px;
}
@media (max-width: 659px)
{
    .quotation
    {
        display: block;
        width: 100%;
        margin: .25rem 0 0 0;
    }
    .quotation dl
    {
        width: 50%;
    }
}
