
#index .a img {
    width: 100%
}
#index .a li {
    padding-bottom: 20px
}
#index .d a {
    color: #333
}
#index article h2 {
    padding: 20px 0 9pt
}
#index article .profile {
    font-size: 16px;
    line-height: 28px;
    max-width: 85%;
    margin: auto;
    margin-bottom: 30px;
}
.pic {
    position: relative;
    overflow: hidden;
}
.jb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(rgba(0, 31, 76, 0.9), rgba(0, 0, 0, 0));
     transition:all .5s
}
.heise-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .5);
     transition:all .5s
}
.main {
    padding-top: 30px
}
.main ul li img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease
}
.main ul li:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03)
}
.clear {
    clear: both
}
.pro_list {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
    background: #ffffff
}
.pro_list a:hover {
    color: #333333
}
.pro_list ul {
    margin-left: -20px
}
.pro_list ul li {
    width: 25%;
    float: left;
    list-style: none;
    box-sizing: border-box;
    padding: 0 10px
}
.pro_list ul li .pro_img {
    width: 45%;
    float: left;
    text-align: center;
    padding: 20px 0 20px 40px
}
.pro_list ul li .pro_img a {
    display: inline-block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.pro_list ul li .pro_img a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    line-height: 3;
}
.pro_list ul li .pro_img img {
	width:100%;
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease
}
.pro_list ul li .pro_img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.pro_list ul li .pro_img:hover span {
    background: rgba(16, 67, 146, 0.85);
}
.pro_list ul li .pro_txt {
    width: 50%;
    float: right;
    text-align: left;
    padding: 20px 10px 20px 15px
}
.pro_list ul li .pro_txt h2 {
    font-size: 24px;
    padding: 10px 0 10px !important
}
.pro_list ul li .pro_txt p {
    line-height: 30px;
}
.pro_list ul li .pro_txt a:hover {
    color: #d20b17
}
.probg {
    background: #f1f1f1;
    height: auto;
    overflow: hidden;
    transition: all .3s ease
}
.probg.probg-bor-tb {
    position: relative
}
.probg.probg-bor-tb:before, .probg.probg-bor-tb:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #ef011c;
    width: 0;
    height: 1px;
    transition: all .3s ease
}
.probg.probg-bor-tb:before {
    left: 0;
    top: 0
}
.probg.probg-bor-tb:after {
    right: 0;
    bottom: 0
}
.probg .probg-bor-lr {
    position: relative;
    overflow: hidden
}
.probg .probg-bor-lr:before, .probg .probg-bor-lr:after {
    content: '';
    position: absolute;
    z-index: 2;
    background: #ef011c;
    width: 1px;
    height: 0px;
    transition: all .3s ease
}
.probg .probg-bor-lr:before {
    left: 0;
    bottom: 0
}
.probg .probg-bor-lr:after {
    right: 0;
    top: 0
}
.probg:hover {
    background-color: #dddddd
}
.video_show {
    max-width: 1920px;
    margin: 0 auto;
    background: #ffffff;
    padding-top: 30px;
    box-sizing: border-box
}.video_show #video-media{	margin:auto;}
.video_show .video {
    width: 100%;
    position: relative;
    height: 670px;
    overflow: hidden
}
.video_show .video_txt {
    position: relative;
    color: #ffffff;
    vertical-align: middle;
    max-width: 1040px;
    padding-top: 8%
}
.video_show .video_txt h1 {
    font-size: 38px;
    padding: 30px 0
}
.video_show .video_txt p {
    font-size: 18px;
    line-height: 36px
}
.video_show .video_txt p a {
    display: block;
    width: 200px;
    padding: 5px 20px;
    color: #fff;
    background: none;
    border: 1px solid #ffffff;
    margin: 10% auto 0 auto;
    border-radius: 30px;
    transition: all .4s ease;
}
.video_show .video_txt p a:hover {
    background: #104492;
    color: #ffffff;
    border: 1px solid #104492;
    transform: translate(0, -10px)
}
.videobg {
    max-width: 1920px;
    position: relative;
    background: rgba(0, 0, 0, 0.6) !important;
    top: -670px;
    height: 670px;
    overflow: hidden
}
.service_honor {
    max-width: 1920px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 0
}
.service_honor h2 {
    padding: 30px 0;
    font-size: 24px
}
.service_honor p {
    font-size: 16px;
    line-height: 28px;
    max-width: 70%;
    margin: auto;
    margin-bottom: 20px;
}
.service_cont {
    position: relative;
    margin-top: 30px;
    overflow: hidden
}
.service_cont .service_tab {
    display: inline-table;
    vertical-align: middle;
    text-align: right;
    width: 100%;
    height: 100%
}
.service_cont .service_tab .service_cell {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 100%;
    height: 100%
}
.service_cont .service_tab .service_cell img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block
}
.service_slide {
    background-color: #fff;
    height: 453px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.service_slide .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin-right: 100px;
    padding: 5px 35px 5px 15px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    z-index: 5
}
.service_slide .item.on .img {
    display: block
}
.service_slide .item.on .info {
    background-color: #104492;
    color: #ffffff
}
.service_slide .item.on .info .wrapper {
    color: #ffffff
}
.service_slide .item.on .info .wrapper:before {
    display: block
}
.service_slide .item.on .showc {
    display: none
}
.service_slide .item.on .showw {
    display: inline-block
}
.service_slide .item.on .p .d {
    color: #ffffff
}
.service_slide .item.on .icon i {
    color: #fff;
}
.service_slide .item:nth-child(2n+1) {
    background: #f1f1f1
}
.service_slide .item:hover .wrapper {
    padding-left: 30px;
    padding-right: 0px
}
.service_slide .info {
    position: relative;
    height: 151px;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}
.service_slide .icon {
    width: 135px;
    height: 66px;
    text-align: center;
    float: left;
    padding-top: 12px
}
.service_slide .icon i {
    font-size: 36px;
    color: #999;
}
.service_slide .wrapper {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}
.service_slide .wrapper:before {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border-top: 15px solid transparent;
    border-right: 15px solid #104492;
    border-bottom: 15px solid transparent;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    display: none;
    z-index: 6
}
.service_slide .p {
    padding-left: 40px;
    position: relative;
    width: 600px;
    overflow: hidden
}
.service_slide .p h4 {
    font-size: 20px;
    padding-bottom: 15px
}
.service_slide .p:before {
    width: 1px;
    height: 80px;
    top: 50%;
    left: 0;
    margin-top: -38px;
    background: #cccccc;
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    transition: background-color .2s ease
}
.service_slide .p .d {
    color: #555555
}
.service_slide .showc {
    display: inline-block
}
.service_slide .showw {
    display: none
}
.news_show {
    background: #ffffff;
    padding-top: 30px
}
.news_show h2 {
    padding: 10px 0 40px 0;
    font-size: 24px
}
.news_show h2 a {
    font-size: 16px;
    font-weight: normal;
    float: right;
    transition: all .2s ease
}
.news_show h2 a span {
    font-size: 20px;
    margin-left: 5px;
    font-family: "宋体"
}
.news_show .newsbg {
    background: #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 30px;
    transition: all .2s ease
}
.news_show .newsbg:hover {
    background: #ef011c
}
.news_show .newsbg:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.news_show .newsbg:hover p {
    color: #ffffff
}
.news_show .newsbg:hover span {
    color: #ffffff
}
.news_show .newsbg .news_hot_img {
    overflow: hidden;
    padding: 0
}
.news_show .newsbg img {
    width: 100%;
    transition: all .5s ease
}
.news_show .newsbg p {
    padding: 12px 30px;
    line-height: 26px;
    color: #555555;
    transition: all .2s ease
}
.news_show .newsbg p span {
    color: #777777;
    transition: all .2s ease
}
.news_show .newsbg .news_hot_edat {
    min-height: 132px
}
.news_show .newsbg h3 {
    padding: 0 30px;
    color: #333333;
    font-weight: normal;
    line-height: 28px;
    transition: all .2s ease
}
.news_show .newsbg a:hover {
    color: #ffffff
}
.news_show .newsbg a:hover h3 {
    color: #ffffff
}
.news_show .news_data {
    border: 1px solid #cfcfcf;
    padding: 15px 10px 0;
    text-align: center;
    border-radius: 5px;
    width: 80px;
    height: 80px
}
.news_show .news_data p span {
    font-size: 32px
}
.news_show .news_list h4 {
    padding: 0 0 5px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.news_show .news_list p {
    padding: 2px 0 0 20px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    color: #888888
}
.news_show .news_cent {
    margin-bottom: 30px
}
.news_show .news_cent li {
    margin-bottom: 34px
}
.news_show .news_cent li:hover .news_data {
    border: 1px solid #ef011c;
    color: #ffffff;
    background: #ef011c;
    transition: all .2s ease
}
.news_show .news_cent a:hover {
    color: #ef011c;
    transition: all .2s ease
}
.news_show .news_cent a .news_list p {
    color: #555555
}
.news_show .list_img li {
    margin-bottom: 17px;
    position: relative
}
.news_show .list_img li a {
    display: block;
    overflow: hidden;
    position: relative
}
.news_show .list_img li img {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease
}
.news_show .list_img li h4 {
    position: absolute;
    text-align: center;
    top: 40%;
    line-height: 36px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box
}
.news_show .list_img li h4 span {
    display: block;
    width: 100px;
    margin: 0 auto
}
.news_show .list_img li h4 b {
    display: none;
    background: #ef011c;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    padding: 5px 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 5px;
    transition: all .4s ease
}
.news_show .list_img li:hover span {
    display: none
}
.news_show .list_img li:hover b {
    display: block
}
.news_show .list_img li:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.scrollpic {
    background: #ffffff;
    padding: 15px 0 40px 0
}
.wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto
}
.wrap.owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 100%;
    height: 0;
    margin: 0
}
.wrap.owl-theme .owl-controls .owl-nav {
    height: 0;
    margin: -35px 0 0
}
.wrap.owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: none;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0
}
.wrap .wrap-item {
    display: inline-block;
    padding: 10px 10px 0;
    transition: all .4s ease
}
.wrap .wrap-item a {
    display: block;
    position: relative
}
.wrap .wrap-item a .wrap-item-edat {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff
}
.wrap .wrap-item a .wrap-item-edat .wrap-item-til {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px
}
.wrap .wrap-item a .wrap-item-edat .wrap-item-text {
    padding: 0 30px;
    font-size: 14px;
    line-height: 24px
}
.wrap .wrap-item a .wrap-item-edat .wrap-item-btn {
    padding: 0 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    background: #ef011c;
    border-radius: 5px;
    width: 100px
}
.wrap .wrap-item:hover {
    transform: translate(0, -10px);
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9
}
.wrap .btn_scroll {
    position: absolute;
    top: 45%;
    z-index: 6;
    width: 100%
}
.wrap span {
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    background-color: rgba(12, 5, 5, 0.5);
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    line-height: 70px;
    font-size: 45px;
    font-family: "宋体"
}
.wrap span:hover {
    background: #999
}
.wrap .left {
    float: left;
    left: 200px;
    position: absolute;
    padding-right: 3px
}
.wrap .left:before {
    display: block;
    line-height: 70px
}
.wrap .right {
    float: right;
    right: 200px;
    position: absolute;
    padding-left: 3px
}
.wrap .right:before {
    display: block;
    line-height: 70px
}
.scroll {
    position: absolute;
    white-space: nowrap;
    transform: translateX(calc(50vw - 50%))
}
.wrap .left, .wrap .right {
    cursor: pointer
}
@media (max-width: 1440px) {
    .service_slide .p {
        width: auto
    }
}

@media (max-width: 1119px) {
    .service_slide .info {
        padding: 20px 0
    }
    .service_slide .icon {
        padding-top: 25px
    }
    .video_show .video_txt {
        padding-top: 15%
    }
}
@media (max-width: 800px) {
    #index .a .text-white {
        text-align: center;
        padding: 30px 0;
        background: #104492;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #104492), color-stop(100%, #326ec7));
        background: -webkit-linear-gradient(to bottom, #104492 0, #326ec7 100%);
        background: linear-gradient(to bottom, #104492 0, #326ec7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2564cd', endColorstr='#3985dd', GradientType=0)
    }
    .pro_list ul li {
        margin-top: 20px
    }
    .pro_list ul li .pro_img {
        width: 100%;
        height: auto;
        padding-top: 20px
    }
    .pro_list ul li .pro_txt {
        width: 100%;
        padding: 0px 10px 20px 10px;
        text-align: center
    }
    #index article h2{
        width: 80%;
        margin: auto;
        line-height: 1.6em;
    }
    #index article .profile{
        font-size: 14px;
        line-height: 24px;
        max-width: 90%;
    }
    .about01 h2{
        width: calc(100% - 100px);
        font-size: 20px;
        line-height: 26px;
    }
    .about01 h2::before{
        height: 20px;
    }
    .about01 h2 span{
        font-size: 20px;
        margin-left: 14px;
        display: block;
    }
    .more01{
        font-size: 12px;
        line-height: 26px;
        padding: 0 10px;
        width: 100px;
    }
    .about02 .note{
        max-width: 96%;
        margin: auto;
        margin-top: 20px;
        font-size: 14px;
        text-align: justify;
        padding-left: 15px;
    }
    .about02 .note p{
        line-height: 24px;
    }
    .ab01{
        padding: 50px 0 0;
    }
    .ab01 .row>dl:nth-of-type(1),
    .ab01 .row>dl:nth-of-type(2){
        margin-bottom: 30px;
    }
    .ab01 .number{
        font-size: 40px;
    }
    .ab01 .number span{
        font-size: 14px;
    }
    .ab01 dl p{
        font-size: 14px;
        line-height: 22px;
    }
    .video_show .video{
        height: auto;
    }
    .video_show .video .pic{
        overflow: hidden;
        
    }
    .videobg{
        top: 0;
        height: auto;
    }
    .video_show .video_txt{
        padding-top: 10%;
        padding-bottom: 15%;
    }
    .video_show .video_txt h1{
        font-size: 20px;
        line-height: 1.6em;
    }
    .video_show .video_txt p{
        font-size: 14px;
        line-height: 24px;
        padding: 0 20px;
    }
    .service_honor{
        padding: 30px 0
    }
    .service_honor h2{
        font-size: 20px;
        line-height: 1.6em;
        padding-bottom: 20px;
    }
    .service_honor p{
        font-size: 14px;
        line-height: 24px;
        max-width: 94%;
        margin-bottom: 0
    }
    .service_slide .item:hover .wrapper{
        padding-right: 20px;
        padding-left: 0;
    }
    .index-news .container>h2{
        font-size: 20px;
        line-height: 1.6em;
    }
    .index-news .container .row>div{
        padding-bottom: 50px;
    }
    .index-news .container .row>div:last-child{
        padding-bottom: 0
    }
    .index-news .ntit h2{
        font-size: 17px;
    }
    .index-news .ntit h2 span{
        font-size: 16px;
    }
    .index-news .ntit h2::before{
        height: 17px;
    }
    .index-news .ntit a{
        font-size: 16px;
    }
    .index-news{
        padding-bottom: 50px;
    }
    
    .index-news ul li:nth-of-type(4),
    .index-news ul li:nth-of-type(5){
        display: none
    }
    .ab01 dl:nth-of-type(2){
        border: none;
    }
    .wrap span{
        width: 30px;
        font-size: 30px;
    }
    footer .fast-menu .float-left{
        width: calc(100% - 120px);
            display: flex;
    flex-wrap: wrap;
        padding: 10px 0;
    }
    footer .fast-menu .float-right{
        margin-left: 20px;
        padding-left: 0;
    }
    footer .fast-menu .float-right .fast-search{
        width: 100px;
        font-size: 14px;
        height: 68px;
        line-height: 68px;
    }
    footer .fast-menu .float-right .fast-search i{
        margin-left: 5px;
    }
    .fast-search-list{
        right: 0;
        width:200px;
    }
    footer .fast-menu .float-left a{
        line-height: 24px;
        width: 46%;
        margin-right: 2%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    .fast-search-list ul li a{
        font-size: 14px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    footer .bottom-nav .container{
        padding: 50px 10px;
    }
    .list-unstyle{
        display: flex;
        flex-wrap: wrap;
    }
    footer .bottom-nav h3{
        font-size: 18px;
        margin-left: 2%;
        padding-bottom: 10px;
    }
    footer .bottom-nav li{
        width: 46%;
        margin: 2%;
        border: 1px solid rgba(255,255,255,0.3);
        text-align: center;
    }
    .ft01,.ft02{
        margin-bottom: 20px;
    }
    .ft02, .ft03, .ft04{
        padding-left: 15px;
    }
    .ft02 .foot-p{
        margin: 2%;
        margin-top: 1%;
    }
    .ft02 .foot-p p{
        line-height: 20px;
        margin-bottom:10px;
    }
    footer .bottom-nav li{
        line-height: 20px;
        padding: 5px;
    }
    .ft03{
        margin-bottom: 30px;
    }
    footer .copycright{
        padding: 20px;
        padding-bottom: 70px;
    }
    footer .copycright p{
        line-height: 1.6em;
        text-align: center
    }
    .cjian01{
        height: 340px
    }
    .cjian{
        height: 290px;
    }
    .banner .pager-next, .banner .pager-prev{
        font-size: 1.5pc;
        width: 30px;
        height: 50px;
        line-height: 50px;
        margin-top: -28px;
    }
}

@media (max-width: 800px) {
    #index .a li {
        float: left;
        width: 50%
    }
    .service_slide .item.on .img {
        display: none
    }
    .service_slide .wrapper {
        left: 0;
        margin-left: 0;
        padding-left: 0;
        position: relative
    }
    footer .copycright a{
        float: unset;
    }
}


@media (max-width: 800px) {
    .pro_list ul li {
        width: 100%;
        margin-top: 20px
    }
    .pro_list ul li .pro_img {
        width: 40%;
        padding: 3%;
    }
    .pro_list ul li .pro_img a span {
        font-size: 12px;
    }
    .pro_list ul li .pro_txt {
        width: 55%;
        padding: 2%;
        text-align: left
    }
    .pro_list ul li .pro_txt h2 {
        font-size: 18px;
    }
    .pro_list ul li .pro_txt p {
        line-height: 22px;
    }
    .pro_list ul li .pro_txt p a {
        color: #666;
    }
    .news_show .list_img li h4 {
        top: 30%
    }
    .wrap .left {
        left: 20px
    }
    .wrap .right {
        right: 20px
    }
    .logo .logo-text {
        display: none
    }
}
@media (max-width: 580px) {
    .service_slide .item.on .img {
        display: none
    }
    .service_slide .wrapper {
        left: 0;
        margin-left: 0;
        padding-left: 0;
        position: relative
    }
    .service_slide .icon {
        width: 80px
    }
    .service_slide .p {
        padding-left: 20px
    }
}
@media (max-width: 480px) {
    .service_slide {
        height: auto
    }
    .service_slide .item.on .img {
        display: none
    }
    .service_slide .wrapper {
        left: 0;
        margin-left: 0;
        padding-left: 0;
        position: relative
    }
    .service_slide .icon {
        display: none
    }
    .service_slide .p:before {
        display: none
    }
    .service_slide .info {
        height: auto
    }
    .news_show .list_img li {
        width: 33.3%;
        float: left
    }
}
@media (max-width: 420px) {
    .news_show .news_data {
        display: none
    }
    .news_show .news_list {
        width: 100%
    }
    .news_show .news_list h4 {
        padding-left: 10px
    }
    .news_show .news_list p {
        padding-left: 10px
    }
    .news_show .list_img li {
        width: 100%;
        margin-bottom: 10px
    }
    .news_show .list_img li h4 {
        top: 40%
    }
    .news_show .list_img li img {
        width: 100%
    }
    .scroll {
        transform: none;
        height: 200px
    }
    .wrap ul {
        padding-left: 0;
        height: 200px
    }
    .wrap li img {
        width: 100%
    }
}
@media (min-width: 801px) and (max-width: 1220px){
    .logo .logo-text {
        display: none
    }
    .logo img{
        margin-bottom: 0;
        margin-top: 10px
    }
    
}
@media (max-width: 1440px) {
	.pro_list ul li .pro_txt h2{
		font-size:18px;
	}
	.pro_list ul li .pro_img{
		padding: 20px 0 20px 20px;
	}
}
@media (min-width: 765px) and (max-width: 1200px) {
    .pro_list ul li {
        width: 50%;
        margin-top: 20px
    }

    .pro_list ul li .pro_img {
        width: 50%;
        height: 190px;
        padding: 0;
        display: inline-table;
        vertical-align: middle;
        text-align: center
    }
    .pro_list ul li .pro_img a {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center
    }
    .pro_list ul li .pro_img img {
        margin: 0 auto
    }
    .pro_list ul li .pro_txt {
        width: 45%;
        padding: 20px 10px 20px 0px
    }
    .pro_list ul li .pro_txt p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}
@media (min-width: 760px) {
    #index article h2 {
        font-size: 1.714em;
        padding: 30px 0 22px
    }
    #index article .profile {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    #index .a .text-white h3 {
        font-size: 1.714em;
        margin-bottom: 9pt
    }
    #index .a .text-white p {
        font-size: 1.14286em
    }
    #index .fsize h2 {
        font-size: 1.4em
    }
}
@media (min-width: 1000px) {
    #index .a .text-white {
        position: absolute;
        top: 50px;
        text-align: center;
        width: 100%;
        left: 0;
        z-index: 9;
    }
}
@media (min-width: 1000px) and (max-width: 1199px) {
    .news_show .news_cent {
        margin-bottom: 30px
    }
    .news_show .news_cent li {
        margin-bottom: 22px
    }
}
@media (min-width: 1200px) {
    .res-bgbanner {
        background-repeat: no-repeat;
        background-position: center center;
        height: 550px;
        display: block
    }
    .res-bgbanner img {
        display: none
    }
    .news_show .list_img .xm12 {
        padding: 0 !important
    }
}