.proBox {
    margin: 40px auto;
}

.proBox.container {
    max-width: 1400px
}

.proBox .flBox {
    width: 20%;
}

.proBox .flBox .box1 {
    background: #f5f5f5;
}

.proBox .flBox .titl {
    padding: 26px 10px 26px 40px;
    position: relative;
    color: #fff;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    background: #0b81de
}

.proBox .flBox .titl:before {
    content: "";
    width: 20px;
    height: 4px;
    border-radius: 0 3px 3px 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.proBox .flBox .titl h3 {
    font-size: 26px
}

.proBox .flBox .titl p {
    font-size: 22px;
    opacity: 0.8;
}

.proBox .flBox ul.ul1 {
    padding: 10px 16px;
}

.proBox .flBox ul.ul1 li {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px;
}

.proBox .flBox ul.ul1 li h4 {
    font-size: 16px;
    line-height: 42px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    background: url(../images/index/jt.png) no-repeat right 10px center;
    background-size: 14px;
    color: #333;
}

.proBox .flBox ul.ul1 li.on h4 {
    background-image: url(../images/index/icon10.png);
    background-color: #0b81de;
    background-size: 14px;
    color: #fff;
}


.proBox .flBox ul.ul1 li.active h4 {
    background-image: url(../images/index/icon10.png);
    background-color: #0b81de;
}

.proBox .flBox ul.ul1 li.active h4 a {
    color: #fff
}

.proBox .flBox ul.ul1 li .submenu {
    background: #fff;
    padding: 5px 10px 8px;
    display: none;
}

.proBox .flBox ul.ul1 li.on .submenu {
    display: block;
}

.proBox .flBox ul.ul1 li .submenu a {
    display: block;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    padding-left: 40px;
    transition: 0.3s;
    position: relative
}

.proBox .flBox ul.ul1 li .submenu a:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/index/yuan.png) no-repeat center;
    background-size: cover;
}

.proBox .flBox ul.ul1 li .submenu a.on, .proBox .flBox ul.ul1 li .submenu a:hover {
    color: #0b81de;
}

.proBox .flBox ul.ul1 li .submenu a.on:before {
    background-image: url(../images/index/yuan1.png)
}

.proBox .tjBox {
    margin-top: 20px;
    padding-bottom: 2px;
    background: #fafafa;
}

.proBox .tjBox .titl {
    padding: 8px 10px 8px 40px;
}

.proBox .tjBox .titl h4 {
    font-size: 19px;
}

.proBox .tjBox ul {
    margin: 10px 15px;
}

.proBox .tjBox ul li a {
    display: block;
    line-height: 36px;
    font-size: 15px;
    border-bottom: 1px dashed #dedede;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox .tjBox .text {
    margin: 10px 15px;
}

.proBox .tjBox .text h5 {
    font-size: 17px;
    margin-bottom: 6px;
}

.proBox .tjBox .text p {
    line-height: 28px;
    font-size: 14px;
    color: #666
}

.proBox .frBox {
    width: 78%;
}

.proBox .posi {
    margin-bottom: 20px;
    line-height: 46px;
    position: relative;
    background: #f7f7f7;
    color: #666;
    padding-left: 30px;
    font-size: 15px;
    position: relative
}

.proBox .posi:before {
    content: "";
    width: 18px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background: #0b81de;
    border-radius: 0 3px 3px 0;
}

.proBox .posi a {
    color: #666;
}

.proBox .posi .tim {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #2c98e7
}


.proBox .tab a {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.proBox .tab a .box {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 8px;
    box-sizing: border-box;
    font-size: 15px;
    color: #555;
    text-align: center;
    border: 1px solid #dedede;
    border-top: none;
}

.proBox .tab:first-child .box {
    border-top: 1px solid #dedede;
}

.proBox .tab:first-child .box:after {
    display: none;
}

.proBox .tab a .box1 {
    width: 25%;
}

.proBox .tab a .box1 img {
    width: 80%;
}

.proBox .tab a .box2 {
    width: 18%;
    position: relative;
}

.proBox .tab a .box2 h3 {
    font-weight: 500;
    position: relative;
    z-index: 100;
    font-size: 15px;
}

.proBox .tab a .box2 h3 b {
    font-weight: 500;
}

.proBox .tab a .box3 {
    width: 11%;
}

.proBox .tab a .box4 {
    width: 35%;
    text-align: left
}

.proBox .tab:first-child a .box4 {
    text-align: center
}

.page {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #666;
}

.page li span {
    display: inline-block;
    margin: 0 5px;
}

.page li span.page-numbar {
    margin: 0;
}

.page li a {
    display: inline-block;
    padding: 2px 10px;
    color: #666;
    border: 1px solid #dedede;
    margin: 0 5px;
}

.page li a.page-num-current {
    background: #0b81de;
    color: #fff;
    border-color: #0b81de;
}

.proBox .nBox li {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    margin: 10px 10px 20px;
    border-radius: 6px;
    overflow: hidden;
}

.proBox .nBox li a {
    display: block;
}

.proBox .nBox li a .pho {
    width: 28%;
    float: left;
    border-right: 1px solid #efefef;
    box-sizing: border-box;
}


.proBox .nBox li a .text {
    width: 72%;
    float: right;
    padding: 20px 30px 0 24px;
    box-sizing: border-box;
    transition: 0.3s;
}


.proBox .nBox li a .text h3 {
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.proBox .nBox li a .text p {
    font-size: 15px;
    line-height: 27px;
    color: #666;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.proBox .nBox li a .text span.tim {
    font-size: 14px;
    padding-left: 27px;
    color: #999;
    background: url(../images/index/time.png) no-repeat left center;
    background-size: 22px;
}

.proBox .nBox li a .text b {
    display: block;
    color: #0b81de;
    font-weight: 500;
    text-align: right;
    padding-right: 30px;
    background: url(../images/index/jt2.png) no-repeat right center;
    background-size: 24px;

}

.proBox .nBox li:hover a .text {
    background-position: right 0 center;
}

.proBox .nBox li:hover a .text h3 {
    color: #0b81de;
}

.proBox .nBox li.nli a .text {
	width:100%;
	padding-bottom:20px;
}

.proBox .frBox .comBox {
    margin: 20px 15px;
}

.proBox .frBox .comBox .pho {
    width: 43%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.proBox .frBox .comBox .text {
    width: 54%;
    box-sizing: border-box;
    position: relative
}

.proBox .frBox .comBox .text h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
}

.proBox .frBox .comBox .text .tim {
    position: absolute;
    right: 5px;
    top: 60px;
    color: #fff
}

.proBox .frBox .comBox .text p {
    line-height: 35px;
    font-size: 15px;
    color: #666;
    position: relative;
    padding-left: 25px;
}

.proBox .frBox .comBox .text p:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #0b81de;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.proBox .frBox .comBox .text .info {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin: 10px 0
}

.proBox .frBox .comBox .text .info span {
    color: #0b81de
}

.proBox .frBox .comBox .text .link {
    margin-top: 10px
}

.proBox .frBox .comBox .text a {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    background: #0b81de;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 32px;
}

.proBox .frBox .comBox .text a:nth-child(2) {
    background: #666
}

.proBox .frBox .showBox .lkBox {
    padding: 20px 0;
}

.proBox .frBox .showBox .title1 {
    position: relative;
    line-height: 46px;
    padding-left: 30px;
    background: #f7f7f7;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.proBox .frBox .showBox .title1:before {
    content: "";
    width: 18px;
    height: 4px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background: #0b81de;
}

.proBox .frBox .lkBox .ul1 li {
    width: 25%;
    float: left;
    padding: 15px 10px 0;
    box-sizing: border-box;
}

.proBox .frBox .lkBox .ul1 li a {
    display: block;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.proBox .frBox .lkBox .ul1 li img {
    border-radius: 3px 3px 0 0;
}

.proBox .frBox .lkBox .ul1 li p {
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}

.proBox .frBox .desc .tBox {
    margin: 10px 0;
    padding: 0 10%
}

.proBox .frBox .desc .tBox p {
    font-size: 15px !important;
    line-height: 28px !important;
    color: #666 !important
}

.proBox .frBox .desc .tBox img {
    width: 100% !important;
    height: inherit !important;
    max-width: 750px !important;
    display: block;
    margin: 0 auto !important;
}

.proBox .frBox .desc .tBox h2 {
    font-size: 18px !important;
    color: #0b81de !important;
    border: none !important;
    line-height: 36px !important;
    position: relative;
    padding-left: 0px !important;
    margin: 0px 0 !important;
    width: 100% !important;
}


.proBox .frBox .desc .tBox h2 span {
    font-size: 18px !important;
}

.proBox .frBox .desc .tBox h2:before {
    display: none;
}

.proBox .frBox .desc .tBox table {
    border-collapse: collapse;
}

.proBox .frBox .desc .tBox table td {
    padding: 5px !important;
    border: 1px solid #dedede !important;
}

.proBox .frBox .fy {
    margin: 10px 0;
}

.proBox .frBox .fy li {
    width: 48%;
    float: left;
    margin: 0 1%;
    line-height: 36px;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
}

.proBox .frBox .lkBox .ul2 li {
    width: 50%;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
}

.proBox .frBox .lkBox .ul2 li a {
    display: block;
    line-height: 40px;
    position: relative;
    border-bottom: 1px dashed #efefef;
}

.proBox .frBox .lkBox .ul2 li p {
    padding-right: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.proBox .frBox .lkBox .ul2 li span {
    display: block;
    position: absolute;
    font-size: 14px;
    color: #666;
    right: 5px;
    top: 0;
}

.proBox .frBox .neShow .text {
    padding: 0 12%
}

.proBox .frBox .vdshow .text {
    padding: 0 12%
}

.proBox .frBox .nText .tit {
    text-align: center;
}

.proBox .frBox .nText .tit h1 {
    font-size: 26px;
    font-weight: 500;
}

.proBox .frBox .nText .tit p {
    font-size: 14px;
    margin: 7px 0 10px;
}

.proBox .frBox .nText img {
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 600px;
}

.proBox .frBox .nText .text p, .proBox .frBox .nText .text span {
    font-size: 16px !important;
}

.proBox .frBox .nText .ddv img {
	display:none
}

.proBox .vdBox li {
    width: 25%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}

.proBox .vdBox li a {
    display: block;
    background: #f7f8f9;
    border-radius: 5px;
}

.proBox .vdBox li .pho {
    position: relative;
}

.proBox .vdBox li span {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: 50%;
    margin-top: -23px;
    background: url(../images/index/icon8.png) no-repeat center;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-radius: 50%;
    background-size: cover;
}

.proBox .vdBox li p {
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0 8px;
}

.proBox .vdBox li p b {
    font-weight: 500;
}

.proBox .vdBox li img {
    border-radius: 5px 5px 0 0;
}

.proBox .frBox video {
    width: 100%;
}

.lxBox .t_fl {
    width: 45%;
    padding-top: 60px;
}

.lxBox .t_fl .hello {
    position: relative;
    display: inline-block;
}

.lxBox .t_fl img {
    width: 50px;
    position: absolute;
    right: -30px;
    top: -40px;
}

.lxBox .t_fl h2 {
    font-size: 100px;
    letter-spacing: 4px;
    font-weight: 500;
    line-height: 100px;
}

.lxBox .t_fl strong {
    display: block;
    margin: 12px 0 20px;
    font-size: 40px;
}

.lxBox .t_fl h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.lxBox .t_fl a {
    display: inline-block;
    line-height: 38px;
    width: 120px;
    background: #0b81de;
    color: #fff;
    border-radius: 19px;
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
}

.lxBox .t_fl a.qq1 {
    border: 1px solid #0b81de;
    background: #fff;
    color: #0b81de;
    line-height: 36px;
}

.lxBox .t_fr {
    width: 55%;
    padding-top: 60px;
}

.lxBox .t_fr h2 {
    font-size: 36px;
    color: #222;
    font-weight: 500;
    letter-spacing: 2px;
}

.lxBox .t_fr p.en {
    font-size: 20px;
    color: #666;
    margin-top: 10px;
}

.lxBox .t_fr strong {
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #0b81de;
}

.lxBox .t_fr p.cn {
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
}

.lxBox .t_fr li {
    width: 50%;
    float: left;
}

.lxBox .t_fr li p {
    font-size: 16px;
    line-height: 30px;
}

.lxBox1 {
    padding: 20px 0 40px;
}

.lxBox1 h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}

.lxBox1 .map {
    width: 50%;
    position: relative;
}

.lxBox1 .map ul {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.lxBox1 .map li {
    position: absolute;
}

.lxBox1 .map li.li1 {
    right: 22%;
    top: 48%;
}

.lxBox1 .map li.li2 {
    right: 26%;
    top: 26%;
}

.lxBox1 .map li.li3 {
    right: 27%;
    top: 38%;
}

.lxBox1 .map li.li4 {
    right: 28%;
    top: 44%;
}

.lxBox1 .map li.li5 {
    right: 5%;
    top: 18%;
}

.lxBox1 .map li.li6 {
    right: 34%;
    top: 44%;
}

.lxBox1 .map li.li7 {
    right: 32%;
    top: 56%;
}

.lxBox1 .map li.li7 {
    right: 20%;
    top: 58%;
}

.lxBox1 .map li.li8 {
    right: 18%;
    bottom: 30%;
}

.lxBox1 .map li.li9 {
    right: 32%;
    top: 55%;
}

.lxBox1 .map li.li10 {
    left: 42%;
    bottom: 15%;
}

.lxBox1 .map li.li11 {
    right: 36%;
    bottom: 28%;
}

.lxBox1 .map li.li12 {
    right: 28%;
    bottom: 15%;
}

.lxBox1 .map li.li13 {
    left: 42%;
    bottom: 48%;
}

.lxBox1 .map li.li14 {
    left: 45%;
    bottom: 33%;
}

.lxBox1 .map li.li15 {
    left: 24%;
    top: 26%;
}

.lxBox1 .map li.li16 {
    right: 46%;
    bottom: 22%;
}

.lxBox1 .map li i {
    display: block;
    width: 7px;
    height: 7px;
    background: #0b81de;
    position: relative;
    z-index: 3;
    border-radius: 50%;
}

.lxBox1 .map li:before {
    content: "";
    width: 18px;
    height: 18px;
    background: rgba(11, 129, 222, .4);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    -webkit-animation: warn 2s linear 0.4s infinite;
    animation: warn 2s linear 0.4s infinite;
}

.lxBox1 .map li:after {
    content: "";
    width: 24px;
    height: 24px;
    background: rgba(11, 129, 222, .2);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    -webkit-animation: warn 2s linear 0.4s infinite;
    animation: warn 2s linear 0.4s infinite;
}

.lxBox1 .map li.li1 i {
    width: 10px;
    height: 10px;
}

.lxBox1 .map li.li1 h4 {
    position: absolute;
    left: 32px;
    top: 0;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1;
    color: #0b81de;
}

.lxBox1 .map li.li1:before {
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
}

.lxBox1 .map li.li1:after {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
}

@keyframes warn {

    0% {

        transform: scale(0.5);

        opacity: 0;

    }

    25% {

        transform: scale(1);

        opacity: 0.4;

    }

    50% {

        transform: scale(1.2);

        opacity: 0.8;

    }

    75% {

        transform: scale(1.3);

        opacity: 0.4;

    }

    100% {

        transform: scale(1.4);

        opacity: 0;

    }

}

@-webkit-keyframes warn {

    0% {

        transform: scale(0.5);

        opacity: 0;

    }

    25% {

        transform: scale(1);

        opacity: 0.4;

    }

    50% {

        transform: scale(1.2);

        opacity: 0.8;

    }

    75% {

        transform: scale(1.3);

        opacity: 0.4;

    }

    100% {

        transform: scale(1.4);

        opacity: 0;

    }

}

.lxBox1 .map img {
    width: 100%;
}

.lxBox1 .text {
    width: 50%;
    padding: 8% 0% 0 15%;
    box-sizing: border-box;
}

.lxBox1 .text h3 {
    font-size: 30px;
    font-weight: 500;
}

.lxBox1 .text em {
    display: block;
    margin: 20px 0;
    font-style: normal;
    font-size: 15px;
    color: #666;
}

.lxBox1 .text span.line {
    display: block;
    width: 2px;
    height: 30px;
    background: #0b81de;
    margin-bottom: 20px;
}

.lxBox1 .text p {
    font-size: 18px;
    line-height: 40px;
    color: #666;
    letter-spacing: 1px;
}

.lxBox1 .text strong {
    font-size: 24px;
    font-weight: 500;
    color: #0b81de;
}

.abBox {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

.abBox1 .titl strong {
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 80px;
    line-height: 1;
    z-index: -1;
    text-shadow:
        -1px -1px 0 #f1f1f1,
        1px -1px 0 #f1f1f1,
        -1px 1px 0 #f1f1f1,
        1px 1px 0 #f1f1f1;

}

.abBox .titl h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20PX;
}

.abBox1 .pho {
    width: 35%;
    position: relative;
    z-index: 10;
}

.abBox1 .pho:before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    top: 40%;
    background: #fff;
    right: 0;
    z-index: -1;
}

.abBox1 .text {
    width: 65%;
    padding: 30px 0 0 50px;
    box-sizing: border-box;
}

.abBox1 .text p {
    line-height: 2em;
    font-size: 16px;
    text-indent: 2em;
}

.abBox .ul {
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0;
    padding: 35px 0;
    background: #0b81de;
    color: #fff;
    z-index: -1;
}

.abBox .ul ul {
    padding: 0% 10% 0 40%;
}

.abBox .ul ul li {
    width: 25%;
    text-align: center;
    float: left;
}

.abBox .ul ul li strong {
    display: block;
    font-size: 40px;
}

.abBox .ul ul li p {
    font-size: 15px;
    opacity: 0.9;
}

.abBox2 {
    background: url(../images/common/bg2.jpg) no-repeat;
    background-size: cover;
    margin-top: 40px;
}

.abBox2 .titl h2 {
    color: #fff;
}

.abBox2 li {
    width: 33.33%;
    padding: 10px 25px 40px;
    float: left;
    box-sizing: border-box;
}

.abBox2 li a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.abBox2 li .text {
    padding: 50px;
    background: rgba(255, 255, 255, .9);
    text-align: center;
}

.abBox2 li .text span {
    display: block;
    width: 54px;
    margin: 0 auto;
}

.abBox2 li .text h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
    margin: 5px;
}

.abBox2 li .text b {
    display: block;
    width: 36px;
    height: 2px;
    background: #0b81de;
    margin: 14px auto;
}

.abBox2 li .text p {
    font-size: 15px;
    color: #666;
    line-height: 27px;
    height: 81px;
    overflow: hidden;
}

.abBox2 li:hover .text {
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, .3))
}

.abBox2 li:hover a {
    background: url(../images/index/img1.jpg) no-repeat center;
    background-size: cover;
}

.abBox2 li:nth-child(2):hover a {
    background: url(../images/index/img2.jpg) no-repeat center;
    background-size: cover;
}

.abBox2 li:nth-child(3):hover a {
    background: url(../images/index/img3.jpg) no-repeat center;
    background-size: cover;
}

.abBox2 li:nth-child(4):hover a {
    background: url(../images/index/img4.jpg) no-repeat center;
    background-size: cover;
}

.abBox2 li:nth-child(5):hover a {
    background: url(../images/index/img5.jpg) no-repeat center;
    background-size: cover;
}

.abBox2 li:nth-child(6):hover a {
    background: url(../images/index/img6.jpg) no-repeat center;
    background-size: cover;
}

.abBox3 li {
    width: 33.33%;
    float: left;
    padding: 20px 25px 40px;
    box-sizing: border-box;
}

.abBox3 li .img {
    position: relative;
    overflow: hidden;
}

.abBox3 li .text {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    padding: 10px 10px;
	height:85px;
	overflow:hidden;
    transition: 0.3s;
}

.abBox3 li .text h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
}

.abBox3 li .text span {
    display: block;
    width: 36px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 8px auto;
}

.abBox3 li .text p {
    line-height: 27px;
    font-size: 15px;
}

.abBox3 li:hover .text {
    bottom: 0;
    padding: 30px 10px;
    background-color: rgba(11, 129, 222, .8);
	height:auto;
}

table {
    width: 100% !important;
    border-collapse: collapse;
    border: 1px solid #ddd !important;
}

table td {
    border: 1px solid #ddd !important;
    padding: 5px 8px !important;
}

@media all and (min-width: 1024px) and (max-width:1680px) {
    .proBox.container {
        width: 80%
    }

    .proBox .flBox .titl p {
        font-size: 16px
    }

    .proBox .flBox {
        width: 21%
    }

    .proBox .flBox ul.ul1 {
        padding: 5px 10px;
    }

    .proBox .frBox {
        width: 77.3%
    }

}

@media all and (min-width: 1024px) and (max-width:1600px) {
    .proBox .tab a .box, .proBox .tab a .box h3 {
        font-size: 15px
    }

    .proBox .frBox .comBox .text p {
        line-height: 30px;
    }

    .proBox .frBox .comBox .text .info {
        margin: 0;
        line-height: 27px;
    }

    .proBox .nBox li a .pho {
        width: 30%;
    }

    .proBox .nBox li a .text {
        width: 70%;
        padding: 15px 20px 0;
    }

    .proBox .nBox li a .text h3 {
        font-size: 18px;
    }

    .proBox .nBox li a .text p {
        margin: 8px 0 12px;
        line-height: 25px;
    }

    .proBox .vdBox li {
        padding: 15px 12px;
    }

    .abBox .text h2 {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .lxBox .t_fl h2 {
        font-size: 90px;
    }

    .lxBox .t_fl strong {
        font-size: 34px;
    }

    .lxBox .t_fl h3 {
        font-size: 26px;
    }

    .lxBox .t_fr strong {
        line-height: 50px;
    }

    .lxBox .t_fr h2 {
        font-size: 30px;
    }

    .lxBox .t_fr p.en {
        font-size: 18px;
        margin-top: 6px;
    }

    .lxBox .t_fr p.cn {
        margin: 10px 0;
    }

    .lxBox1 h2 {
        font-size: 30px;
    }

    .proBox .flBox ul.ul1 li h4 {
        font-size: 16px;
        line-height: 42px;
    }

    .proBox .flBox ul.ul1 li .submenu a {
        font-size: 15px;
    }

    .abBox {
        padding-top: 20px;
    }

    .abBox .titl h2 {
        font-size: 32px;
    }

    .abBox1 .titl strong {
        font-size: 70px;
        top: -0px;
    }

    .abBox1 .text {
        padding-top: 10px;
    }

    .abBox1 .text p {
        font-size: 15px;
    }

    .abBox2 li {
        padding: 10px 20px 40px;
    }

    .abBox2 {
        padding-top: 40px;
    }

    .abBox3 li {
        padding: 20px 20px 40px;
    }
}

@media all and (min-width: 1024px) and (max-width:1500px) {
    .abBox1 .pho {
        width: 40%;
    }

    .abBox1 .text {
        width: 60%;
    }

    .abBox1 .text p {
        line-height: 28px;
    }

    .abBox .ul ul {
        padding: 0 8% 0 42%;
    }

    .abBox .ul ul li strong {
        font-size: 36px;
    }

    .abBox2 li .text span {
        width: 48px;
    }

    .abBox2 li .text h4 {
        font-size: 22px;
    }

}

@media all and (min-width: 1024px) and (max-width:1440px) {
    .proBox.container {
        width: 85%
    }

    .proBox .frBox .comBox .text h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .proBox .tab a .box1 img {
        width: 85%;
    }

    .proBox .flBox ul.ul1 li .submenu a {
        padding-left: 30px
    }

    .proBox .flBox ul.ul1 li .submenu a:before {
        left: 10px;
    }

    .abBox .titl h2 {
        font-size: 30px;
    }

    .abBox2 li {
        padding-bottom: 30px;
    }

    .abBox2 li .text {
        padding: 40px;
    }

}

@media all and (min-width: 1024px) and (max-width:1400px) {

    .proBox.container {
        width: 88%
    }

    .proBox .flBox ul.ul1 li h4 {
        font-size: 15px;
        line-height: 40px;
    }

    .lxBox1 .text {
        padding-left: 10%;
    }

    .lxBox1 h2 {
        font-size: 30px;
    }
}

@media all and (min-width: 1024px) and (max-width:1300px) {
    .proBox.container {
        width: 90%
    }

    .proBox .frBox .comBox .pho {
        width: 50%
    }

    .proBox .frBox .comBox .text {
        width: 50%;
        padding-left: 20px;
        box-sizing: border-box
    }

    .proBox .frBox .comBox .text p {
        line-height: 27px;
        font-size: 14px;
    }

    .abBox .ul {
        padding: 25px 0;
    }

    .abBox2 li .text {
        padding: 30px 20px;
    }
}

@media all and (min-width: 1024px) and (max-width:1200px) {
    .proBox .nBox li a .pho {
        width: 35%;
    }

    .proBox .nBox li a .text {
        width: 65%;
    }

    .abBox1 .text {
        padding-left: 30px;
    }

    .abBox1 .text p {
        line-height: 26px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .proBox {
        width: auto;
        margin: 25px 12px;
    }

    .proBox.container {
        max-width: inherit
    }

    .proBox .flBox {
        width: 100%;
    }

    .proBox .flBox .titl {
        padding: 22px 10px 21px 40px;
    }

    .proBox .flBox .titl:after {
        content: "";
        width: 34px;
        height: 34px;
        background: url(../images/index/icon12.png) no-repeat right bottom;
        background-size: 34px;
        position: absolute;
        right: 10px;
        top: 30px;
    }

    .proBox .flBox .titl.on:after {
        background-position: right top;
    }

    .proBox .flBox .titl h3 {
        font-size: 24px
    }

    .proBox .flBox .titl p {
        font-size: 18px;
    }

    .proBox .flBox ul.ul1 {
        display: none;
    }

    .proBox .flBox ul.ul1 li h4 {
        font-size: 16px;
        line-height: 38px;
    }

    .proBox .flBox ul.ul1 li .submenu a {
        line-height: 33px;
        font-size: 15px;
        padding-left: 80px;
    }

    .proBox .flBox ul.ul1 li .submenu a:before {
        left: 60px;
    }

    .proBox .tjBox {
        display: none;
    }

    .proBox .frBox {
        width: 100%;
        margin-top: 20px;
    }

    .proBox .posi {
        line-height: 24px;
        padding: 8px 4px 12px 25px;
        font-size: 14px;
    }

    .proBox .posi:before {
        width: 14px;
        height: 5px;
    }

    .proBox .pBox {
        background: none;
        margin: 0 10px;
    }

    .proBox .tab a .box {
        padding: 8px;
        font-size: 15px;
    }

    .proBox .tab a .box1 {
        width: 30%;
    }

    .proBox .tab a .box1 img {
        width: 100%;
    }

    .proBox .tab a .box2 {
        width: 40%;
    }

    .proBox .tab a .box2 h3 {
        font-size: 15px;
    }

    .proBox .tab a .box2 span {
        display: inline-block !important;
    }

    .proBox .tab a .box3 {
        width: 30%;
    }

    .page {
        padding: 20px 0 0;
    }

    .page li {
        margin: 3px;
    }

    .page li a {
        padding: 2px 6px;
        font-size: 13px;
    }

    .proBox .nBox li {
        border: 1px solid #efefef;
    }

    .proBox .nBox li a .pho {
        width: 100%;
        float: inherit;
        border-right: none;
    }

    .proBox .nBox li a .text {
        padding: 15px 20px;
        width: 100%;
        border-top: 1px solid #efefef;
    }

    .proBox .nBox li a .text h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .proBox .nBox li a .text p {
        font-size: 14px;
        line-height: 25px;
    }

    .proBox .frBox .comBox {
        margin: 14px 8px;
    }

    .proBox .frBox .comBox .pho {
        width: 100%;
        margin-bottom: 20px;
    }

    .proBox .frBox .comBox .text {
        width: 100%;
    }

    .proBox .frBox .comBox .text h1 {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 0
    }

    .proBox .frBox .comBox .text .tim {
        position: inherit;
        right: inherit;
        top: inherit;
        line-height: 12px;
    }

    .proBox .frBox .comBox .text p {
        line-height: 25px;
        font-size: 14px;
        padding-left: 23px;
    }

    .proBox .frBox .comBox .text p:before {
        border: 2px solid #0b81de;
        margin-top: -5px;
    }

    .proBox .frBox .comBox .text .info {
        line-height: 25px;
        font-size: 14px;
        margin: 8px 0;
    }

    .proBox .frBox .comBox .text a {
        padding: 0 8px;
    }

    .proBox .frBox .showBox .lkBox {
        padding: 15px 0;
    }

    .proBox .frBox .showBox .title1 {
        line-height: 40px;
        padding-left: 25px;
        font-size: 17px;
    }

    .proBox .frBox .showBox .title1:before {
        width: 14px;
        height: 5px;
    }

    .proBox .frBox .lkBox .ul1 li {
        width: 50%;
        padding: 10px 8px 0;
    }

    .proBox .frBox .lkBox .ul1 li p {
        line-height: 36px;
        font-size: 14px;
    }

    .proBox .frBox .desc .tBox table {
        width: 100% !important;
    }

    .proBox .frBox .desc .tBox {
        padding: 0 10px;
    }

    .proBox .frBox .desc .tBox img {
        width: 100% !important;
    }

    .proBox .frBox .desc .tBox h2 {
        width: 100% !important;
    }

    .proBox .frBox .desc .tBox h2:before {
        width: 10px;
        height: 10px;
        border: 2px solid #5caff3;
        margin-top: -5px;
        left: -18px;
    }

    .proBox .frBox .fy {
        margin: 10px 0;
    }

    .proBox .frBox .fy li {
        width: 100%;
        float: inherit;
        margin: 0%;
        line-height: 32px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .proBox .frBox .lkBox .ul2 li {
        width: 100%;
        float: inherit;
        padding: 0 6px;
    }

    .proBox .frBox .lkBox .ul2 li a {
        line-height: 36px;
    }

    .proBox .frBox .lkBox .ul2 li p {
        font-size: 14px;
    }

    .proBox .frBox .nText .tit h1 {
        font-size: 21px;
    }

    .proBox .frBox .nText .tit p {
        font-size: 13px;
    }

    .proBox .frBox .showBox .text {
        padding: 0
    }

    .proBox .frBox .nText img {
        height: inherit !important;
        width: 100% !important;
    }

    .page li span {
        margin: 5px 3px;
    }

    .proBox .vdBox li {
        width: 50%;
        padding: 10px 8px;
    }

    .proBox .vdBox li span {
        width: 38px;
        height: 38px;
        margin-left: -19px;
        margin-top: -19px;
    }

    .proBox .vdBox li p {
        line-height: 40px;
        font-size: 15px;
        font-weight: 500;
    }

    .proBox .frBox video {
        width: 100%;
    }

    .lxBox .t_fl {
        width: 100%;
        padding-top: 40px;
    }

    .lxBox .t_fl img {
        width: 50px;
        right: -40px;
    }

    .lxBox .t_fl h2 {
        font-size: 80px;
        line-height: 70px;
    }

    .lxBox .t_fl strong {
        font-size: 30px;
    }

    .lxBox .t_fl h3 {
        font-size: 22px;
    }

    .lxBox .t_fl a {
        line-height: 32px;
        width: 100px;
        border-radius: 18px;
        font-size: 14px;
    }

    .lxBox .t_fl a.qq1 {
        line-height: 30px;
    }

    .lxBox .t_fr {
        width: 100%;
        padding-top: 20px;
    }

    .lxBox .t_fr h2 {
        font-size: 26px;
    }

    .lxBox .t_fr p.en {
        font-size: 16px;
    }

    .lxBox .t_fr strong {
        font-size: 16px;
        line-height: 40px;
    }

    .lxBox .t_fr p.cn {
        font-size: 14px;
        margin: 10px 0;
        line-height: 24px;
    }

    .lxBox .t_fr li {
        width: 100%;
        float: inherit;
    }

    .lxBox .t_fr li p {
        font-size: 14px;
        line-height: 24px;
    }

    .lxBox1 h2 {
        font-size: 26px;
    }

    .lxBox1 .map {
        width: 100%;
    }

    .lxBox1 .map li.li1 h4 {
        left: 16px;
        font-size: 16px;
    }

    .lxBox1 .text {
        width: 100%;
        padding: 20px 20px;
    }

    .lxBox1 .text h3 {
        font-size: 24px;
    }

    .lxBox1 .text em {
        margin: 10px 0;
    }

    .lxBox1 .text span.line {
        height: 22px;
        margin-bottom: 10px;
    }

    .lxBox1 .text p {
        font-size: 16px;
        line-height: 32px;
    }

    .lxBox1 .text p strong {
        font-size: 20px;
    }

    table {
        width: 100% !important;
    }

    .proBox .frBox .nText .text table p, .proBox .frBox .nText .text table span {
        font-size: 14px !important;
    }

    .abBox {
        padding: 0px 10px 0;
    }

    .abBox1 .titl strong {
        display: none
    }

    .abBox .titl h2 {
        font-size: 26px;
        margin-bottom: 12PX;
    }

    .abBox1 .pho {
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .abBox1 .pho:before {
        display: none;
    }

    .abBox1 .text {
        width: 100%;
        padding: 10px 0 0;
    }

    .abBox1 .text p {
        line-height: 27px;
        font-size: 15px;
    }

    .abBox .ul {
        position: inherit;
        right: inherit;
        left: inherit;
        bottom: inherit;
        padding: 0px 0;
        background: #fafafa;
        color: #333;
        margin-top: 20px;
    }

    .abBox .ul ul {
        padding: 0;
    }

    .abBox .ul ul li {
        width: 50%;
        padding: 14px 0;
    }

    .abBox .ul ul li strong {
        display: block;
        font-size: 34px;
    }

    .abBox .ul ul li p {
        font-size: 14px;

        color: #666;
        opacity: 0.9;
    }

    .abBox2 {
        padding: 30px 0;
        margin: 30px 0;
    }


    .abBox2 li {
        width: 100%;
        padding: 10px 15px;
        float: inherit;
    }

    .abBox2 li .text {
        padding: 30px 16px;
    }

    .abBox2 li .text span {
        width: 36px;
    }

    .abBox2 li .text h4 {
        font-size: 19px;
        line-height: 40px;
    }

    .abBox2 li .text b {
        width: 32px;
        margin: 10px auto;
    }

    .abBox2 li .text p {
        font-size: 14px;
        line-height: 25px;
        height: inherit;
    }

    .abBox3 li {
        width: 100%;
        float: inherit;
        padding: 20px 15px;
    }

    .abBox3 li .text {
        bottom: 0px;
		height:auto;
    }

    .abBox3 li .text h3 {
        font-size: 19px;
    }

    .abBox3 li .text span {
        width: 34px;
    }

    .abBox3 li .text p {
        line-height: 26px;
        font-size: 14px;
    }

}