* {
    margin: 0;
    padding: 0
}

html,
body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Microsoft YaHei";
}

/* html{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:100%;
} */

a,
a:hover {
    text-decoration: none;
    color: #333;
}

img {
    max-width: 100%;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.font42 {
    font-size: 42px;
}

.font80 {
    font-size: 80px;
}

.font30 {
    font-size: 30px;
}

.width50 {
    width: 50%
}

.width25 {
    width: 25%
}

.width15 {
    width: 15%
}

.width20 {
    width: 20%
}

.width30 {
    width: 30%
}

.width35 {
    width: 35%
}

.width50{width:50%}

.txtCenter {
    text-align: center;
}

.gray {
    color: #f4f4f4;
}

.white {
    color: #fff;
}

.bd {
    font-weight: bold;
}


@media(min-width:1440px) {
    .container {
        width: 1400px;
    }
}

@media(min-width:1660px) {
    .container {
        width: 1600px
    }
}

.banner{margin-top:60px;}


/* 面包屑导航 */
.sub_nav {
    width: 100%;
    overflow: hidden;
}

.sub_nav ul {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

.sub_nav li {
    display: inline-block;
}

.sub_nav li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 15px 30px;
}
.sub_nav li.cur{
    background: rgba(255, 255, 255, .7);
}
.sub_nav li.cur a {
    color: #132c76;
}

.sub_nav li.cur a:after {
    left: 0;
    width: 100%;
}
.sub_nav li:hover{
    background: rgba(255, 255, 255, .7);
}
.sub_nav li:hover a {
    color: #132c76;
}

.sub_nav li:hover a:after {
    left: 0;
    width: 100%;
}


/* 内容 */
.header {
    background: #fff;
}

.header .top {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-wrap: wrap;
}

.top_left {
    width: 60%;
}

.top_left a {
    padding-right: 40px;
    margin-right: 30px;
    position: relative;
    display: inline-block;
}

.top_left a:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #dddddd;
    position: absolute;
    right: 0;
    top: 10px;
}

.top_left a img {
    height: 60px;
}

.top_right {
    width: 40%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

.top_right span {
    display: block;
    margin-bottom: 0px;
}

.top_right img {
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

.top_right_c {
    font-size: 30px;
    font-weight: bold;
    color: #162e78;
}

.top_right_c span {
    font-size: 16px;
    color: #555;
    font-weight: normal;
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev {
    background: rgba(238, 238, 238, .8);
}

.bannerSwiper .swiper-button-next:after,
.bannerSwiper .swiper-button-prev:after {
    color: #fff;
    font-size: 30px;
}

.bannerSwiper .swiper-pagination {
    text-align: right;
    padding: 0 60px;
}

.bannerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 60px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
}

.tit {
    position: relative;
}

.tit .tit_cn {
    width: 100%;
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -o-transform: translateY(-60px);
}

.project_item_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;    
    overflow: hidden;
}

.project_item_top_left {
    padding-left: 10%;
    padding-right: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.project_item_top_tit_en {
    color: #777
}

.project_item_top_tit h2 {
    margin-top: 10px;
    margin-bottom: 30px;
}

hr {
    width: 120px;
    height: 1px;
    background: #0081cb;
}

.project_desc {
    color: #777;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.project_btn {
    width: 100px;
}

.project_btn a {
    display: block;
    color: #0081cb;
    text-align: center;
    line-height: 48px;
}

.project_btn:after {
    content: "";
    display: block;
    width: 98px;
    height: 2px;
    background: #0081cb;
}

.project_item_top_right {
    position: relative;
}

.project_item_top_cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 46, 120, .5);
    text-align: center;
    padding-top: 22%
}

.project_item_top_cover a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
}

.project_item_top_name {
    margin-left: 40px;
}

.project_item_top_pic {
    overflow: hidden;
}

.project_item_top_pic img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.project_item_top_right:hover .project_item_top_pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.project_item {
    overflow: hidden;
}

.project_item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project_item ul li {
    width: calc((100% - 40px) / 3);
    width: -webkit-calc((100% - 40px) / 3);
    width: -moz-calc((100% - 40px) / 3);
    width: -o-calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.project_item ul li:nth-child(3n) {
    margin-right: 0;
}

.project_item_pic {
    overflow: hidden;
}

.project_item_pic img {
    width: 100%;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.project_item_cover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .0), #132c76);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, .0), #132c76);
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, .0), #132c76);
    color: #fff;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.project_item_c {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
}

.project_item_c img {
    margin-right: 10px;
    display: block;
    width: 30px;
    height: 38px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.project_item ul li:hover .project_item_pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* 关于 */
.about_index {
    background: #eee;
    margin-top: 60px;
}

.about_index_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_index_top_left {
    overflow: hidden;
}

.about_index_top_left img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.about_index_top_left:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.about_index_top_right {
    padding: 40px 10% 40px 60px;
    overflow: hidden;
}

.about_index_top_name .tit {
    position: relative
}

.about_index_top_name .tit::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    position: absolute;
    background: #0081cb;
    left: 0;
    bottom: 40px;
}

.about_index_top_desc {
    line-height: 30px;
    color: #777777;
    margin-bottom: 30px;
}

.about_index_bottom {
    padding: 60px 0;
    overflow: hidden;
}

.about_index_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_index_list {
    padding: 10px 30px;
    overflow: hidden;
    border-right: 1px solid #132c76;
}

.about_index_list:nth-child(4) {
    border-right: none;
}

.about_index_list h3 {
    margin: 20px 0;
    color: #132c76
}

.about_index_list_desc {
    line-height: 30px;
    color: #777;
}

.about_index_list {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.about_index_list img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.about_index_list:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.about_index_list:hover img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.shuzi_index {
    background: url(../../images/sz_bg.jpg) no-repeat center bottom;
    background-size: 100% 100%;
    height: 300px;
}

/*数字++++++++++*/
.digital {
    width: 100%;
    height: 300px;
    background: #0081cb;
    color: #fff;
    transform: translateY(180px);
    -webkit-transform: translateY(180px);
    -moz-transform: translateY(180px);
    -o-transform: translateY(180px);
}


.mumping_mun {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mumping_mun li {
    width: 25%;
    margin: 80px auto;
    text-align: center;
}

.mumping_mun p {
    font-size: 20px;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 20px;
}

.mumping_mun h2 {
    font-size: 60px;
    font-weight: bold;

}

.mun_top {
    position: relative;
}

.mun_top i {
    position: absolute;
    right: 110px;
    bottom: 20px;
}

.mun_top .fa-plus:before {
    font-size: 30px;
}

.motion_top {
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    opacity: 0;
}

.about-bannner {
    overflow: hidden;
}

.about-banner-c {
    width: 100%;
    height: 800px;
    background: url(../../images/about_pic.jpg) no-repeat center;
    background-size: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    /* transition: transform 10s,opacity 1.15;
    -webkit-transition: transform 10s,opacity 1.15;
    -moz-transition: transform 10s,opacity 1.15;
    -o-transition: transform 10s,opacity 1.15; */
    animation: scal 2s linear forwards;
    -webkit-animation: scal 2s linear forwards;
    -moz-animation: scal 2s linear forwards;
    -o-animation: scal 2s linear forwards;
}

.about-banner-text {
    height: 100%;
    width: 100%;
    left:0;
    top:0;
    margin: 0 auto;
    position: absolute;
}

.about-banner-text-content {
    width: 35%;
    height: 350px;
    position: absolute;
    left: 8%;
    bottom: 0;
    background-color: rgba(249, 249, 249, 0.95);
}

.about-banner-text-content .redBar {
    width: 100%;
    height: 6px;
    background-color: #132c76;
}

.about-banner-text-content h3 {
    color: #ECEDED;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
}

.about-banner-text-content span {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 220px;
    height: 64px;
    background-color: #015AAA;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    line-height: 64px;
    z-index: 11;
}

.about-banner-text-content p {
    margin-top: 40px;
    padding: 0 40px;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height:120px;
    overflow: hidden;
}

.about-banner-text-content .about-banner-btn {
    width: 120px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #132c76;
    overflow: hidden;
    margin-top: 60px;
    float: right;
}

.about-banner-text-content .about-banner-btn a {
    display: block;
    color: #fff;
}

.about-banner-text-content .about-banner-btn a svg {
    width: 48px;
}

.about-detail-content{
    background: url(../../images/aboutbg.jpg) no-repeat bottom left;
    background-size:100% auto;
    padding:60px 0;
    overflow: hidden;
    min-height: 900px;
}
.about-detail-content h3{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.about-detail-content h3:after{
    content: "";
    display: block;
    width:60px;
    height: 4px;
    background: #132c76;
    margin:30px auto 60px;
}
.about-detail-content-c{
    line-height: 30px;
}


/* 当前位置 */
.location {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0
}

.location .position {
    border-bottom: unset;
    color: #fff;
}

.location .position a {
    color: #fff
}

.position {
    overflow: hidden;
    line-height: 60px;
    color: #777;
    border-bottom: 1px solid #ddd;
}

.position svg {
    width: 16px;
    display: block;
    float: left;
    margin-top: 22px;
}

.position a {
    color: #777;
}


/* 文化 */
.culture {
    overflow: hidden;
    margin: 60px 0;
}

.culture-top {
    text-align: center;
}

.culture-top h1 {
    position: relative;
    margin-bottom: 10px;
    line-height: 40px;
}

.culture-top-desc {
    color: #777;
    line-height: 30px;
    margin: 10px auto 40px;
    width: 60%;
}

.culture-top .trangle_01 {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: super;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(19, 44, 118) transparent transparent rgba(19, 44, 118);
    border-image: initial;
}

.culture-top .trangle_02 {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: sub;
    border-width: 8px;
    border-style: solid;
    border-color: transparent rgba(19, 44, 118) rgba(19, 44, 118) transparent;
    border-image: initial;
}

.culture-item {
    overflow: hidden;
    padding: 0 60px;
}

.culture-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0;
}

.culture-item ul li {
    width: calc((100% - 120px) / 4);
    width: -webkit-calc((100% - 120px) / 4);
    width: -moz-calc((100% - 120px) / 4);
    width: -o-calc((100% - 120px) / 4);
    margin-right: 40px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.culture-item ul li:nth-child(4) {
    margin-right: 0;
}

.culture-box .culture-img {
    overflow: hidden;
}

.culture-box .culture-img img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.culture-item ul li:hover .culture-box .culture-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.culture-content {
    background: #f4f4f4;
    padding: 30px 20px;
    overflow: hidden;
}

.culture-content h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #132c76;
    margin: 10px 0 20px;
}

.culture-content .culture-desc {
    color: #777;
}

.culture-item ul li:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}


/* 荣誉 */
.honor-list {
    overflow: hidden;
}

.honor-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.honor-list ul li {
    width: 20%;
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: url(../../images/Wheat-l.png) no-repeat left center, url(../../images/Wheat-r.png) no-repeat right center;
    background-size: contain;
}

.honor-pic-list {
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}

.honor-pic-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.honor-pic-list ul li {
    width: calc((100% - 90px) / 4);
    width: -webkit-calc((100% - 90px) / 4);
    width: -moz-calc((100% - 90px) / 4);
    width: -o-calc((100% - 90px) / 4);
    margin-right: 30px
}

.honor-pic-list ul li:nth-child(4) {
    margin-right: 0;
}

.about-contact {
    margin-left: 60px;
    margin-right: 60px;
    background: url(../../images/dw.png) no-repeat top center;
    background-size: contain;
    padding-top: 80px;
    margin-bottom: 60px;
    overflow: hidden;
}

.about-contact-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* .about-contact-box .about-contact-content,.about-contact-box .about-map{
    width:50%;
} */
.about-contact-box .about-contact-content {
    width: 40%;
    background: #f4f4f4;
    padding:70px 80px;
    overflow: hidden;
}

.about-contact-box .about-contact-content h3 {
    margin-bottom: 30px;
}

.about-contact-box .about-contact-desc {
    line-height: 40px;
    color: #777;
}
.about-contact-box .about-contact-desc dd{
    line-height: 30px;
}

.about-contact-box .about-map {
    width: 60%
}









/* banner-c */
.banner-c {
    overflow: hidden;
    position: relative;
}

.banner-c .img img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation-name: banscaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
}

.banner-c .banner-wen {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 100%;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner-c .banner-cont {
    color: #fff;
}

.banner-c .banner-cont h2 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1px;
}

.banner-c .banner-cont .banner-desc {
    padding: 30px 0;
    line-height: 30px;
    font-size: 18px;
}

.n_mbx {
    position: absolute;
    right: 10%;
    width: auto;
    z-index: 99;
    bottom: 0;
}








/* 新闻 */
.news_index {
    background: url(../../images/newsBg.jpg) no-repeat top center;
    margin-top: 180px;
    padding: 60px 0;
    overflow: hidden;
    background-size: cover;
}
.news_index_item{
    overflow:hidden
}

.news_index_item .tit{
    width:60%;
    text-align: left;
}

.news_index_left {
    width: 60%;
    overflow: hidden;
    float:left;
}
.news_index_left .newsTit{
    border-bottom:1px solid #162e78;
    margin-bottom:20px;
    overflow: hidden;
}
.news_index_left .newsTit .tit_cn{
    position: relative;
    font-size: 36px;
}
.news_index_left .newsTit .tit_cn span{
    display: block;
    position: absolute;
    right:0;
    bottom:0;
    font-size:18px;
}
.news_index_left .newsTit span a{
    color:#777;
}
.news_index_left_left{
    width:45%;
    float:left;
}
.news_index_left_left .news_index_left_c{
    border-bottom:1px solid #ddd;
}
.news_index_left_left .news_index_bottom{
    line-height: 30px;
}
.news_index_left_right{
    width:52%;
    float:right;
}
.news_index_left_right .news_index_left_c{padding:10px 0;border-bottom:1px solid #ddd;}
.news_index_left_right ul li{
    margin-bottom:20px;
}
.news_index_left_right ul li .news_index_bottom{line-height: 30px;}


.news_index_img {
    height: 330px;
    overflow: hidden;
}

.news_index_pic {
    height: 330px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.news_index_img:hover .news_index_pic {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news_index_left_c {
    padding: 20px 0;
    overflow: hidden;
}

.news_index_left_tit {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.news_index_left_right .news_index_left_tit {
    margin-bottom:10px;
}

.news_index_left_desc {
    color: #777;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.news_indexCatname{
    border-bottom:1px solid #162e78;
    line-height: 40px;
    margin-bottom:10px;
}
.news_indexCatname a{
    color:#162e78
}

.news_index_bottom {
    overflow: hidden;
}

.news_index_bottom .news_index_btn {
    width: 25%;
    float: left;
    color: #132c76;
}

.news_index_bottom .news_index_date {
    width: 20%;
    float: right;
    color: #777;
}

.news_index_right {
    width: 40%;
    padding-left: 30px;
    overflow: hidden;
    float:right;
}

.news_index_right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news_index_right ul li {
    padding: 20px;
    background:#f8f8f8;
    margin-bottom:20px;
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.news_index_right ul li .news_index_left_c{
    padding:0;
}


.news_index_right ul li:nth-child(4){
    margin-bottom: 0;
}

.news_index_btn1 {
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #132c76;
    margin: 0 auto;
    margin-top: 60px
}

.news_index_btn1 a {
    display: block;
    color: #fff;
}

.news_index_right li:hover {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}
.news_index_right li:hover .news_index_left_tit{
    color:#162e78
}

.ny-news-content {
    overflow: hidden;
    position: relative;
    margin-bottom:60px;
}

.news-list {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
}

.flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ny-news-content .news-list li.tja {
    width: 100%;
    box-shadow: 0 0.25rem 0.7rem rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 3.75rem 0;
}

.ny-news-content .news-list li.tja a.img {
    width: 50%;
    overflow: hidden;
}
.ny-news-content .news-list li.tja a.img img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.ny-news-content .news-list li.tja:hover a.img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.over>img {
    cursor: pointer;
    transition: all .6s;
    display: block;
    margin:0 auto;
    max-height: 332px;
}
.ny-news-content .news-list li.tja.flex .over>img{
    max-height: none;
}

.ny-news-content .news-list li.tja .wenta {
    width: 50%;
    padding: 0 3.75rem;
}

.ny-news-content .news-list li.tja .wenta h2 a {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size:1.375rem;
}

.ny-news-content .news-list li.tja .wenta span {
    display: block;
    color: #848484;
    font: 500 1rem/1.5em;
    padding: 0.5em 0;
}

.line3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
}

.ny-news-content .news-list li.tja .wenta .p {
    color: #555;
    font: 500 1rem/1.5em;
}

.ny-news-content .news-list li.tja .wenta a.a {
    display: block;
    margin-top: 1.75rem;
}
.more-msla {
    display: inline-block;
    color: #939292;
    border: 1px solid #939292;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    font-size:1rem;
    width: 10rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 1.5625rem;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
         transition-duration: 0.3s;
  }
.more-msla:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #132c76;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.more-msla:hover {
    color: #fff;
  }

  .more-msla:hover::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
     -ms-transform: scale(2);
      -o-transform: scale(2);
         transform: scale(2);
  }
  .ny-news-content .news-list li.tjb {
    width: 32.333%;
    margin-bottom: 2.625rem;
    margin-right: 1.5%;
    position: relative;
    border-bottom: 2px solid #EDEDED;
    background: #f8f8f8;
    transition:leftToRight ease 3s;
    -webkit-transition:leftToRight ease 3s;
    -moz-transition:leftToRight ease 3s;
    -o-transition:leftToRight ease 3s;
  }
  
  .ny-news-content .news-list li.tjb:nth-child(4), .ny-news-content .news-list li.tjb:nth-child(7),.ny-news-content .news-list li.tjb:nth-child(10) {
    margin-right: 0;
  }

  .ny-news-content .news-list li.tjb a.img{
    display: block;
    height: 331px;
    overflow: hidden;
  }
  .ny-news-content .news-list li.tjb a.img img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
  }

  .ny-news-content .news-list li.tjb:hover a.img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .ny-news-content .news-list li.tjb:hover{
    border-bottom: 2px solid #132c76;

  }

  .ny-news-content .news-list li.tjb .wenta {
    padding: 1.5625rem 5%;
    background: #fff;
  }
  .ny-news-content .news-list li.tjb .wenta h2 a {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size:1.125rem;
    height: 2.8em;
    overflow: hidden;
  }
  .ny-news-content .news-list li.tjb .wenta span {
    display: block;
    color: #848484;
    font: 500 1rem/1.4em;
  }

  .lianxi-conss {
    padding: 5rem 0 5.125rem;
  }
  .lianxi-conss .left {
    width: 30%;
  }
  .xingqing-con .rq {
    font-size: 1rem;
    line-height: 3.125rem;
    color: #000000;
  }
  
  .xingqing-con .rq i {
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 0.3125rem;
  }
  
  .xingqing-con .biaoti-tilte {
    font-size: 1.875rem;
    line-height: 2.8rem;
    color: #000000;
  }
  .xingqing-con .gaishu{
    color:#777;
    background: #f4f4f4;
    padding:1.25rem;
    margin-top:1.25rem;
    line-height: 1.875rem;
  }

  .lianxi-conss .right {
    position: relative;
    margin-top: -12.5rem;
    width: 65%;
    padding: 2.5rem 2.5rem 3.25rem;
    background: #ffffff;
    border-radius: 1.4375rem;
  }
  .lianxi-conss .right .lx-bt {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #132c76;
  }
  
  .lianxi-conss .right .zongbu {
    margin: 2.5rem 0;
    border-top: 0.0625rem solid #D6D6D6;
    border-bottom: 0.0625rem solid #D6D6D6;
    padding: 1.875rem 0 0;
  }
  
  .lianxi-conss .right .pp1 {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #000000;
  }
  
  .lianxi-conss .right .zp-div-con {
    font-size: 1rem;
    line-height: 1.5;
    color: #353535;
    margin-top: 0.625rem;
  }
  
  .lianxi-conss .right .fb-con .row {
    margin-bottom: 2.875rem;
  }
  
  .xingqing-con .rq {
    font-size: 1rem;
    line-height: 3.125rem;
    color: #000000;
  }
  
  .xingqing-con .rq i {
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 0.3125rem;
  }
  
  .xingqing-con .biaoti-tilte {
    font-size: 1.875rem;
    line-height: 2.8rem;
    color: #000000;
  }

  .xingqing-con .xinwn-consss {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000000;
    margin: 1.875rem 0;
    padding: 1.875rem 0 3.125rem;
    border-top: 0.0625rem solid #D6D6D6;
    border-bottom: 0.0625rem solid #D6D6D6;

  }
  .xingqing-con .xinwn-consss span{
    text-wrap-mode:wrap !important;
  }


  .xingqing-con .pain a {
    display: inline-block;
    line-height: 3rem;
    height: 3rem;
    font-size: 0.875rem;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
    color: #848484;
  }
  






/* 联系 */
.contact_index {
    padding: 60px 0;
    overflow: hidden;
}

.contact_index_desc {
    width: 60%;
    margin: 40px auto;
    text-align: center;
    line-height: 30px;
    color: #555;
}

.contact_index_btn {
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #132c76;
    margin: 0 auto;
}

.contact_index_btn a {
    display: block;
    color: #fff;
}

#element_id {
    overflow: hidden;
}
#element_id ul{
    height: 108px;
    overflow: hidden;
}

#element_id ul li {
    float: left;
    background: #fff;
    margin-right:20px;
    width:300px;
    height: 108px;
    display: table;
    position: relative;
    text-align: center;
}
#element_id ul li .partnerB{
    display: table-cell;
    width: 100%;
    height: 108px;
    vertical-align: middle;
}
#element_id ul li  .partnerB img{
    max-height: 108px;
    display: block;
    margin: 0 auto;
}

.partner {
    padding: 60px 0;
    background: #eee;
    margin-top:60px;
}
.lxwm-cont1 {
    margin-top: 3rem;
  }
  .lxwm-cont1 .lxwm-cont1-v1 {
    margin-top: 2.25rem;
    overflow: hidden;
  }
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 {
    width: 40.71429%;
  }
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl + dl {
    margin-top: 2rem;
  }

  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl dt {
    color: #5B5A5A;
    font-weight: 600;
    font-size:1.375rem;
  }
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl dd {
    color: #5B5A5A;
    font-weight: 500;
    font-size:1.125rem;
    margin-top: 0.2em;
    line-height: 40px;
  }


  .title_a1 h2 {
    color: #000000;
    font-weight: 500;
    font-size:2.1rem;
  }
  .title_a1 p {
    color: #132c76;
    font-weight: 500;
    font-size:2rem;
  }
  .title_a1 p::after {
    content: "";
    display: block;
    width: 4.75rem;
    height: 2px;
    background: #132c76;
    margin: 0.4em 0;
  }
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 {
    width: 59.28571%;
    padding-left: 5%;
    border-left: 1px solid #D8D8D8;
  }


  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 h2.msg_tit {
    color: #5B5A5A;
    font-weight: 600;
    font-size:1.375rem;
  }
  
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form {
    margin-top: 1rem;
  }
  
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form input {
    width: 100%;
    border: 1px solid #A5A5A5;
    font-weight: 500;
    font-size:1rem;
    border-radius: 1.5rem;
    text-indent: 1.2rem;
    line-height: 3rem;
    margin-bottom: 1.3rem;
  }
  
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form textarea {
    width: 100%;
    border: 1px solid #A5A5A5;
    font-weight: 500;
    font-size:1rem;
    border-radius: 0.8em;
    padding: 1.2em;
    margin-bottom: 1.3rem;
  }
  
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form button {
    color: #132c76;
    font-weight: 500;
    font-size:1rem;
    border-radius: 1.5em;
    border: 1px solid #015AAA;
    background: transparent;
  }
  .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2 form button:hover{
    color:#fff;
  }

  .lxwm-cont2{overflow: hidden;margin-top:80px;}




  .product{overflow: hidden;}
.product-list{
    overflow: hidden;
}
.product-list li{
    margin-bottom:30px;
}
.product-box{
    overflow: hidden;
}
.product-pic{
    position:relative;display:table;overflow:hidden;width:100%;text-align:center;background: #fff;box-shadow: 5px 5px 15px rgba(0,0,0,.2);
}
.product-pic a{
    display:table-cell;width:100%;vertical-align:middle;
    height: 500px;
}
.product-pic a img{width:100%;margin:0 auto;transition: .4s;height: 500px;object-fit: cover;}
.product-pic a:hover img{-webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05);}
.product-name{line-height:32px;margin-bottom:30px;margin-top: 15px;text-align: center;}

.project-top{
    margin-top:149px;
    background: #f4f4f4;
    padding:60px 0;
    overflow: hidden;
}
.project-top .location{
    position: unset;
}
.project-top .location .position{
    color:#999;
}
.project-top .location .position a{color:#999;}
.project-top-content{
    overflow: hidden;
}
.show-img{border:1px solid #ddd;padding:5px;background: #fff;}
.show-img img{
    display: block;
    margin: 0 auto;
}
.show-project-box{
    padding-top:60px;
}
.show-project-box h3{
    font-weight: bold;
    font-size: 30px;
}
.show-project-phone{
    margin-top:30px;
}
.show-project-phone .tel{
    background:url(../../images/tel1.png) no-repeat left center;
    background-size:60px auto;
    padding-left:70px;
}
.show-project-phone .tel a{display:block;font-size:42px;font-family:Arial;font-weight:bold;color: #132c76;}
.show-project-phone .txt{font-size:18px;line-height:1.8;margin-bottom:30px;color:#666666}

.project-bottom{font-size:16px;line-height:32px;margin-top:60px;letter-spacing:.5px;margin-bottom:60px;}
.project-bottom strong{
    font-size: 30px;
    display: block;
    margin-top:20px;
    line-height: 54px;
}
.project-bottom p span{
    text-wrap-mode:wrap !important;
}







/* footer */
.footer {
    background: #152e78;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.footer_jiao img {
    position: absolute;
    left: 10%;
    top: 0;
}

.footer_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_logo {
    width: 15%;
}

.footer_logo img {
    display: block;
}

.footer_item {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.footer_item a {
    color: #fff;
}

.footer_item_tit {
    line-height: 30px;
    margin-bottom: 10px;
}

.footer_item_list ul li {
    line-height: 30px;
    font-size: 14px;
}

.footer_item_project ul li {
    width: 50%;
    float: left;
}

.footer_item_contact_c {
    line-height: 30px;
    font-size: 14px;
}

.footer_erweima img {
    height: 120px;
    display: block;
    margin: 0 auto;
}

.footer_erweima span {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
}


.copyright {
    background: #333333;
    height: 60px;
    line-height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
}

.copyright div {
    margin-right: 100px;
}

.copyright a {
    color: #fff;
}

.copyright div:nth-child(4) {
    margin-right: 0;
}



.case-content{
    overflow: hidden;
    margin:3.75rem 0;
}
.case-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top:60px;
}
.case-list li{
    width: calc((100% - 100px) / 6);
    width: -webkit-calc((100% - 100px) / 6);
    width: -moz-calc((100% - 100px) / 6);
    width: -o-calc((100% - 100px) / 6);
    margin-right:1.25rem;
    background: #f4f4f4;
    padding:1.25rem;
    margin-bottom:1.25rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.case-list li:nth-child(6n){
    margin-right:0;
}
.case-list li .case-box{
    overflow: hidden;
}
.case-list li .case-box img{
    height: 5.5625rem;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.case-list li:hover{
    box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 2px 3px 3px rgba(0, 0, 0, .1);    
}
.case-list li:hover .case-box img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.equ-content .text-c{margin-bottom:60px;}

.equ-list{
    overflow: hidden;
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.equ-list li{
    width:calc((100% - 60px) / 3);
    width:-webkit-calc((100% - 60px) / 3);
    width:-moz-calc((100% - 60px) / 3);
    width:-o-calc((100% - 60px) / 3);
    margin-right:30px;
    margin-bottom:30px;
}
.equ-list li .equ-pic{
    width: 100%;
    height: 20.9375rem;
display: table;
overflow: hidden;
text-align: center;
padding:0.625rem;
border: 1px solid #ddd;
}
.equ-list li .equ-pic a{
    display: table-cell;
    width: 100%;
    height: 20.9375rem;
    vertical-align: middle;
}
.equ-list li .equ-pic a img{
    max-width: 100%;
    max-height: 20.9375rem;
    margin: 0 auto;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.equ-list li:nth-child(3n){margin-right:0;}

.equ-name{
    height: 3.75rem;
    line-height: 3.75rem;
    border: 1px solid #ddd;
    border-top:none;
    padding:0 1.25rem;
}
.equ-list li:hover .equ-pic a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.equ-content-left,.equ-content-right{
    width:50%;
}
.equ-content-pic{overflow: hidden;}
.equ-content-pic img{
    display: block;
    margin:0 auto;
    width:100%;
    transition: all .8s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.equ-content-right{
    padding:0 3.75rem;
    line-height: 1.875rem;
}
.equ-content-right p span{
    text-wrap-mode:wrap !important;
}
.equ-c{
    overflow: hidden;
    margin:60px 0;
    background: #f8f8f8;
    padding:60px;
    border-radius: 0.625rem;
}
.equ-content-left:hover .equ-content-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.fanye{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    margin-top:60px;
    border-top:1px solid #ddd;
}
.fanye .prev,.fanye .next{width:50%;padding:20px 0;color:#132c76}
.fanye .prev a,.fanye .next a{
    color:#777;
}


.liucheng{
    margin-bottom:60px;
    margin-top:60px;
    overflow: hidden;
}

.text-c{
    text-align: center;
}
.text-c span{
    padding:5px 10px;
    background: #132c76;
    color:#fff;
}
.text-c a{
    padding:5px 5px;
}

.liucheng form input[type='text']{
    width:100%;
    border: 1px solid #999;
    line-height: 48px;
    padding:0 10px;
}
.liucheng form textarea{
    width:100%;
    border: 1px solid #999;
    height: 100px;
    padding:10px;
}
.liucheng form  button{
    width:160px;
    height: 48px;
    display: block;
    margin: 0 auto;
    border-radius: unset;
    border: #132c76;
    background-color: #132c76;
}

.party-list{
    padding:60px 0;
    overflow:hidden;
}
.apply-title{text-align:center;font-size:36px; margin-bottom:40px;font-weight:bold;line-height:60px;}
.party-list li{
    padding:30px 0;
    overflow:hidden;
    border-bottom:1px solid #dddddd;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.party-list li a{
    color:#333333;
}
.party-list-title{
    font-size:20px;
    font-weight: bold;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.party-list-info{
    margin:0px 0 10px;
    overflow:hidden;
    font-size: 14px;
    color:#999999;
}
.party-list-desc{
    color:#999999;
    font-size:14px;
}
.party-list-date{
    text-align: center;
    color:#999999;
}
.party-list-date span{
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color:#333333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.party-list li:hover{
    background:#f8f8f8;
    box-shadow: 2px 2px 8px #eeeeee;
    -webkit-box-shadow: 2px 2px 8px #eeeeee;
    -moz-box-shadow: 2px 2px 8px #eeeeee;
    -o-box-shadow: 2px 2px 8px #eeeeee;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}
.party-list li:hover .party-list-title,.party-list li:hover .party-list-date span{
    color:#fa030c;
}

.party-show-tit{
    font-size:24px;
    font-weight: bold;
    text-align: center;
}
.party-show-info{
    width:45%;
    margin:0 auto;
    overflow: hidden;
    text-align: center;
    font-size:14px;
    color:#999999;
    line-height: 80px;
}
.party-show-con{
    padding:60px 0;
    overflow:hidden;
    color:#555555;
}

table{border:1px solid #333333;}
td{border:1px solid #333333;padding:0 10px;}

.report-item ul li{padding:0px; height:48px; line-height:48px;}
.report-item ul li .biaodan{padding:0 10px;}
.report-bt{
overflow:hidden;
font-size:20px;
font-weight:bold;
text-align:center;
background:#dddddd;
height:48px;
line-height:48px;
}
.report-bt .report-bh,.report-bt .report-dw{border-right:1px solid #cccccc;}

.query{width:70%;margin:0 auto;overflow:hidden;}
.query-pic{position:relative;width:50%;height:376px;}
.query-pic img{border-radius:10px 0px 0 10px;max-height:376px;}
.query-tit{width:280px; height:100px; line-height:100px;text-align:center;background:rgba(0,84,144,.7);font-size:30px;color:#ffffff;}
.query-table{width:50%;background:#f8f8f8; padding:60px;height:376px;overflow:hidden;}
.query-tit{position:absolute;top:40%; right:0; z-index:9;}
.query input[type="text"]{
    width:100%;
    height: 40px;
    line-height: 40px;
}
.query button{
    border-radius: 0;
    width: 120px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
}
.text-c{text-align:center;margin-top:20px;}
.text-c a{color:#333333;padding:0px 5px; border:1px solid #dddddd; background:#e8e8e8;}
.text-c span{color:#fff; padding:0px 5px; border:1px solid #dddddd;}

.report-content{
    width:100%;
}
.report-content table{
    width:100% !important;
}
.service-contact{
    background:#035191;
    padding:60px 0;
    overflow:hidden;
    color:#ffffff;
}
.sercive-left span{
    display: block;
    font-size:30px;
    font-weight: bold;
    margin-top:20px;
}
.service-contact-box{
    overflow:hidden;
}
.service-contact-box img{
    float: left;
    height: 60px;
    margin-right:20px;
    margin-top:10px;
}
.service-contact-con span{
    display: block;
    font-size:24px;
    font-weight: bold;
}

/* æœç´¢ */
.clr:after{content:" "; display:block; height:0px; clear:both; visibility:hidden;}.clr{display:inline-block;}* html .clr{height:0%;}
.clr{display:block;}
.col{display:inline-block;zoom:1;*display:inline;overflow:hidden;vertical-align:middle;}
.l{ float:left;}.r{ float:right;}
.wrap{overflow:hidden; *display:inline-block;}.wrap{*display:block;}
.sr_body{background:url(../../images/search/search_xbg.jpg) repeat-x;color:#1A7DAC;}
.sr_body a:link,.sr_body a:visited{color:#1A7DAC; text-decoration:none;}
.sr_body a:hover{text-decoration:underline;}
.sr_head{height:32px; line-height:32px; font-family:Arial,sans-serif; font-size:14px;}
.sr_head .r a{ margin-left:20px;}
.sr_head .l a.on{color:#000;outline: medium none;font-weight:bold;color:#1A7DAC;}
.sr_main{background:url(../../images/search/search_cbg.jpg) no-repeat; width:1400px; margin:0px auto; text-align:center;}
.sr_frm{width:450px; margin:0px auto;text-align:left!important; height:280px;}

.sr_logo img{ margin-left:-80px;}

.sr_frm_box{height:auto;}
.sr_frmipt{overflow:hidden;}
.sr_frmipt input,.sr_frmipt .sp{float:left; margin-left:9px;}
.sr_frmipt input.ipt{height:26px; line-height:26px;margin-left:8px;margin-top:3px; *margin-top:2px; width:282px; *width:278px; border:none; *border:0px!important;}
.ss_btn{background:url(../../images/search/sr_iptbg.gif) no-repeat -350px -50px; width:82px; cursor:pointer; border:none; font-size:14px; font-weight:bold; color:#fff; height:32px!important; line-height:32px!important;}
.sp{ background:url(../../images/search/sr_iptbg.gif) no-repeat -423px 0px; text-indent:-10000px; width:8px; margin-left:8px; margin-top:1px; height:30px; cursor:pointer;}

.sr_infoul{border:1px solid #91C0E3; padding:2px; width:310px; display:none;}
.sr_infoul ul li{ height:24px; line-height:24px; text-align:left!important; color:#666;}
.sr_infoul ul li a{display:block; color:#666!important;display:block; width:100%;}
.sr_infoul ul li a:hover,.sr_infoul ul li.ac_over a{color:#FFF!important; background:#069; text-decoration:none;}
.sr_footer{font-size:12px; line-height:22px; margin-top:30px; text-align:center; border-top:1px solid #DBE7ED; padding-top:10px;}

.sr_list{background:url(../../images/search/sr_list_tbg.jpg) repeat-x;}
.sr_logo{height:auto!important; height:150px; min-height:150px;}
.sr_list .sr_frm_box{position:relative;overflow:hidden;margin-top:60px;border-bottom: 1px solid;}
.sr_list .sr_frm_box .form-group{width:30%;margin-right:10px;overflow:hidden;float:left;}
/* .sr_list .sr_frm_box .form-group input[type="text"]{width:auto !important;} */
.sr_list .sr_frm_box .sr_infoul{position:absolute; top:33px; background:#fff; left:0px!important;}

.sr_list .sr_main{background:url(../../images/search/sr_listbg.jpg) no-repeat;margin-bottom:40px;}
.sr_list .sr_head{ padding:0px 30px;}
.sr_list .sr_logo img{ margin-left:0px;}
.sr_list .sr_logo{position:relative;overflow:hidden;border-bottom:1px solid;}
.sr_list .sr_logo div.l{ margin-top:20px;position:relative;}
.sr_list .jg{ text-align:left; font-size:12px; margin-top:16px;}
.brd1s{background:url(../../images/search/sr_xbg.jpg) no-repeat; width:946px; height:2px; margin:10px auto 0px;}
.sr_lists{}
.sr_lists .l{ width:220px; float:left; background:url(../../images/search/sr_ybg.jpg) no-repeat right top; height:auto!important; min-height:250px;}
.sr_lists .l div{margin:16px 0px 0px; text-align:right; font-size:12px; background:url(../../images/search/sr_bbg.jpg) no-repeat 100% 100%; padding:10px; padding-left:0px; margin-right:1px;}
.bgno{background:none!important;}
.sr_lists .l div span{ font-size:12px; color:#999;}
.sr_lists .l div ul{ margin-top:6px;}
.sr_lists .l div ul li{ height:24px; line-height:24px; overflow:hidden;}
.sr_lists .l div ul li a{ padding-right:16px;}
.sr_lists .l div ul li a:hover,.sr_lists .l div ul li a.ac{background:url(../../images/search/bg_member_1.gif) no-repeat 100% -30px; font-weight:bold;}

.sr_lists .c{text-align:left;}
.sr_lists .c ul{ margin:10px;}
.sr_lists .c li{line-height: 40px;text-align: center; }
.sr_lists .c li.wrap div{
    border:1px solid #ddd;
}
.sr_lists .c .wrapBT{overflow:hidden;line-height: 40px;background: #1A7DAC;}
.sr_lists .c .wrapBT div{
    border: 1px solid #ddd;
    color:#fff;
    text-align: center;
}
.sr_lists .c li div h5 font{color:#333333;font-size:20px;font-weight:bold;}
.sr_lists .c li div p{ line-height:30px; margin-top:6px; font-size:14px; color:#999;}
.sr_lists .c li div p font{color:#777777;}
.sr_lists .c li div.adds{ font-size:12px; margin:10px 4px;}

.sr_lists .c li a img{float:left; border:1px solid #ADCBE9; padding:2px; background:#FFF; margin-right:10px;}
.sr_lists .c li a:hover img{background:#efefef;}
.sr_lists .c .a2{ margin:10px;}


@keyframes scal {
    from {
        transform: scale(1.12);
        opacity: .8;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


@-webkit-keyframes banscaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banscaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banscaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        -o-transform: scale(1.1);
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banscaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes leftToRight{
    to{
        transform: translateX(0);
    }
    from{
        transform: translateX(100%);
    }
}
@-webkit-keyframes leftToRight{
    to{
        transform: translateX(0);
    }
    from{
        transform: translateX(100%);
    }
}
@-moz-keyframes leftToRight{
    to{
        transform: translateX(0);
    }
    from{
        transform: translateX(100%);
    }
}
@-o-keyframes leftToRight{
    to{
        transform: translateX(0);
    }
    from{
        transform: translateX(100%);
    }
}



@media(min-width:1440px) and (max-width:1659px){
    .top_right_c{font-size: 26px;}
    .about_index_top_right{
        padding:0px 60px
    }
    .mun_top i{
        right: 80px;
    bottom: 10px;
    }
    .news_index_bottom .news_index_btn{width:30%}
    .product-pic ,.product-pic a{height: 437px;}
    .product-pic a img{max-height: 437px;}

    .equ-list li .equ-pic,.equ-list li .equ-pic a{height: 306px;}
    .equ-list li .equ-pic a img{max-height: 306px;}
}

@media(min-width:1300px) and (max-width:1439px){
    .top_right_c{font-size:20px;}
    .top_left img{height: 48px;}
    .equ-list li .equ-pic ,.equ-list li .equ-pic a{height: 232px;}
    .equ-list li .equ-pic a img{max-height: 232px;}
    .location{bottom:30px;}
    .product-pic ,.product-pic a{height: 360px;}
    .product-pic a img{max-height: 360px;}
    .project-top{margin-top:120px;}
    .ny-news-content .news-list li.tjb a.img{height: 213px;}
    .ny-news-content .news-list li.tjb a.img img{max-height: 213px;}
    .culture-item ul li{background: #f4f4f4;}
    .honor-list ul li{width:25%}
    .project_item_top_left{padding-left: 60px;}
    .project_desc{margin-top:20px;margin-bottom:30px;}
    .project_item_top_pic img{max-height: 324px;}
    .project_item_cover{height: 50%;}
    .about_index_top_right{
        padding:0 60px;
    }
    .mun_top i{
        right:60px;
        bottom:10px;
    }
    .news_index_bottom .news_index_btn,.news_index_bottom .news_index_date{width:30%}
}


@media(min-width:1200px) and (max-width:1299px){
    .top_right_c{font-size: 20px;}
    .top_left img{
        height: 48px;
    }
    .top_left a img{
        height: 48px;
    }
    .top_right img{
        height: 48px;
        width: 48px;
    }
    .project_item_top_left{
        padding-left:60px;
        padding-right:40px;
        padding-top:0;
    }
    .project_desc{margin-top:20px;margin-bottom:30px;}
    .project_item_cover{height: 50%;}

    .font80{font-size: 60px;}
    .about_index_top_right{padding:20px 60px 20px 40px}
    .shuzi_index{height: 200px;}
    .digital{
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    .mun_top i{right:50px;bottom:10px;}
    .news_index_bottom .news_index_btn,.news_index_bottom .news_index_date{width:30%}
    .about-banner-text-content{height: 300px;}
    .about-banner-text-content .about-banner-btn{margin-top:30px;}
    .top_left a:after{height: 48px;}
    .ny-news-content .news-list li.tjb a.img{height: 243px;}
    .over>img{max-height: 243px;}
    .location{bottom:30px;}
    .product-pic ,.product-pic a{height: 360px;}
    .product-pic a img{max-height: 360px;}
    .equ-list li .equ-pic ,.equ-list li .equ-pic a{height: 231px;}
    .equ-list li .equ-pic a img{max-height: 231px;}
}


@media(min-width:992px) and (max-width:1299px){
    .project_item_top_left{
        padding-left:40px;
        padding-top:0;
        padding-right:30px;
        padding-bottom:0;
    }
    .project_desc{
        margin-top:20px;
        margin-bottom:30px;
    }
    .project_item_cover{height: 60%;}
    .project_item_name h4{
        font-size:16px;
    }
    .project_item_name .en{
        font-size: 14px;
    }
    .font80{font-size: 60px;}
    .about_index_top_right{
        padding: 30px 60px 30px 40px;
    }
    .shuzi_index{height:200px}
    .digital{
        transform: translateY(120px);
        -webkit-transform: translateY(120px);
        -moz-transform: translateY(120px);
        -o-transform: translateY(120px);
    }
    .mun_top i{
        right:50px;
        bottom:10px;
    }
    .news_index_bottom .news_index_btn,.news_index_bottom .news_index_date{width:40%}
    .ny-news-content .news-list li.tjb a.img{height: 200px;}
    .ny-news-content .news-list li.tjb a.img img{max-height: 200px;}
    .sub_nav{display: none;}
    .product-pic ,.product-pic a{height: 293px;}
    .product-pic a img{max-height: 293px;}
    .project-top{margin-top:44px;}
    .equ-list li .equ-pic ,.equ-list li .equ-pic a{height: 188px;}
    .equ-list li .equ-pic a img{max-height: 188px;}
    .case-list li{
        width: calc(25% - 20px);
        margin-right:20px;
    }
    .case-list li:nth-child(4n){
        margin-right:0;
    }
    .case-list li:nth-child(6n){
        margin-right:20px;
    }
}

@media(min-width:767px) and (max-width:992px){
    .footer_item_list{
        display: none;
    }
    
    .footer_item{width:50%}
    .footer_item_contact{width:100%;padding-left:30px;}
    .copyright{height: auto;line-height: 40px;}
    .copyright div{width:50%;margin-right:0;text-align: center;}
    .project_item_top_left{
        padding-left:40px;
        padding-top:0;
        padding-bottom:0;
        padding-right:30px;
    }
    .project_desc{
        margin-top:20px;
        margin-bottom:20px;
    }
    .about_index_top .width50{width:100%;}
    .shuzi_index{height: 150px;}
    .digital{
        transform: translateY(150px);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
    height: 200px;
    }
    .mumping_mun h2{font-size: 48px;}
    .mun_top i{right:20px;bottom:10px;}
    .mumping_mun p{font-size: 16px;}
    .mumping_mun li{margin:50px auto;}
    .news_index_bottom .news_index_btn,.news_index_bottom .news_index_date{width:50%;font-size: 14px;}
    .sub_nav{display: none;}
    .about-banner-text,.about-banner-text-content{position: unset;}
    .about-banner-text-content{width:100%}
    .about-banner-text-content span{position:unset;}
    .culture-item ul li{
        width:calc(50% - 30px);
        margin-right:30px;
    }
    .culture-item ul li:nth-child(2){
        margin-right:0;
    }
    .honor-list ul li{
        width:35%
    }
    .about-contact-box .about-contact-content,.about-contact-box .about-map{width:100%}
    .ny-news-content .news-list li.tjb a.img{height: 182px;}
    .ny-news-content .news-list li.tjb a.img img{max-height: 182px;}
    .ny-news-content .news-list li.tjb .wenta h2 a{
        height: 48px;
        line-height: 24px;
    }
    .lianxi-conss .left,.lianxi-conss .right{width:100%}
    .lianxi-conss .right{margin-top:0;}
    .product-pic ,.product-pic a{height: 220px;}
    .product-pic a img{max-height: 220px;}
    .project-top{margin-top:0;}
    .show-project-box{padding-top:0;}
    .show-project-phone .tel a{font-size: 30px;}
    .equ-list li .equ-pic ,.equ-list li .equ-pic a{height: 139px;}
    .equ-list li .equ-pic a img{max-height: 139px;}
    .equ-name{height: 60px;overflow: hidden;}
    .equ-content-right{
        padding:0 0 0 30px;
    }
    .case-list li{
        width: calc(25% - 20px);
        margin-right:20px;
    }
    .case-list li:nth-child(4){
        margin-right:0;
    }
}




@media(max-width:767px){
    html, body{
        font-size:14px;
    }
    .font80{
        font-size: 48px;
    }
    .font42{
        font-size:30px;
    }
    .font30{font-size:24px;}
    .banner{margin-top:44px}
    .tit .tit_cn{
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -o-transform: translateY(-40px);
    }
    .project_item_top .width50{width:100%}
    .project_item_top_left{
        padding:0px 10px 30px;
    }
    .project_item_top_tit .font30{font-size:24px}
    .project_desc{
        margin:20px 0 20px;
        text-align: justify;
    }
    .project_item ul li{
        width: calc((100% - 20px) / 2);
        width: -webkit-calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: -o-calc((100% - 20px) / 2);
    }
    .project_item ul li:nth-child(2n){
        margin-right:0;
    }
    .project_item ul li:nth-child(3),.project_item ul li:nth-child(5){
        margin-right:20px;
    }
    .project_item_top_cover img{
        height: 48px;
    }
    .project_item_top_name{text-align: left;margin-left: 20px;}
    .project_item_cover{
        padding-top: 80px;
        height: 100%;
    }
    .project_item_c img{
        width:20px;
        height: 20px;
        display: none;
    }
    .project_item_name h4{font-size: 16px;}
    .project_item_name .en{display: none;}
    .bannerSwiper .swiper-pagination{bottom:0;}
    .bannerSwiper .swiper-pagination-clickable .swiper-pagination-bullet{width:30px}
    .about_index{
        margin-top:0;
        overflow: hidden;
    }
    .about_index_top .width50{width:100%}
    .about_index_top_right{
        padding:30px 10px;
    }
    .about_index_bottom{padding:30px 0;}
    .about_index_item{overflow: hidden;}
    .about_index_item .width25{width:50%}
    .about_index_list img{width: 60px;}
    .about_index_list{
        padding:10px;
        margin-bottom:20px;
    }
    .about_index_list:nth-child(2){border-right: none;}
    .shuzi_index{height: auto;}
    .digital{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        height:auto;
    }
    .mumping_mun li{
        width:50%;
        margin:20px auto;
    }
    .mumping_mun h2{font-size: 40px;}
    .mun_top i{
        right:30px;
        bottom:0;
    }
    .mun_top .fa-plus:before{font-size:20px;}
    .mumping_mun p{font-size: 14px;}
    .news_index{
        margin-top:0px;
        padding:30px 0;
    }

    .news_index_left,.news_index_right{
        width:100%
    }
    .news_index_item{
        padding:0 10px;
    }
    .news_index_bottom .news_index_btn{width:30%}
    .news_index_right{
        padding-left:0;
    }
    .news_index_right ul li{
        width:100%;
        margin-right:0;
        padding:0;
    }
    .news_index_left_desc{
        line-height: 24px;
        height: 48px;
    }
    .news_index_bottom .news_index_date{
        width:22%
    }
    .news_index_left_tit{font-size: 18px;transition: all .8s;-webkit-transition: all .8s;-moz-transition: all .8s;-o-transition: all .8s;}
    .news_index_right ul li:nth-child(2n){margin-bottom:0;}
    .news_index_btn1{
        margin-top:30px;
    }
    .contact_index{
        padding:30px 0;
    }
    .contact_index_desc{
        width:100%;
        margin:30px auto;
    }
    .partner{
        padding:30px 0;
    }
    #element_id ul li{padding:20px;}
    .footer_item{display: none;}
    .footer_logo{display: none;}
    .footer{padding:30px 0;}
    .copyright{
        height: auto;
        line-height: 24px;
        text-align: center;
        padding:20px 0;
    }
    .copyright div{
        display: block;
        margin-right:0;
        width: 100%;
    }
    .n_mbx{display: none;}
    .banner-c .banner-cont h2{font-size: 24px;}
    .banner-c .banner-cont .banner-desc{display: none;}
    .position{line-height: 40px;height: 40px;overflow: hidden;}
    .about-detail-content{
        padding:30px 10px;
    }
    .about-detail-content h3{font-size:24px;}
    .about-detail-content h3:after{margin:10px auto 30px;}
    .about-banner-text,.about-banner-text-content{position: unset;}
    /* .banner-c{overflow: unset;} */
    .about-banner-text-content{width:100%;height: 330px;}
    .about-banner-text-content span{position: unset;margin:0 auto;display: block;color:#132c76;background: transparent;height: 48px;line-height: 48px;}
    .about-banner-text-content p{margin-top:0;padding:0 10px;}
    .about-banner-text-content .about-banner-btn{
        float:left;
        margin-top:20px;
    }
    .position svg{margin-top:12px;}
    .culture{margin:30px 0;}
    .culture-top-desc{
        width:100%;
        margin:0;
        line-height: 24px;
    }
    .culture-item{
        padding:20px 10px;
    }
    .culture-item ul li{
        width:calc(50% - 20px);
        width:-webkit-calc(50% - 20px);
        width:-moz-calc(50% - 20px);
        width:-o-calc(50% - 20px);
        margin-right:20px;
    }
    .culture-item ul li:nth-child(2){
        margin-right:0;
    }
    .culture-content h3{font-size: 20px;}
    .honor-list{display: none;}
    .honor-pic-list{margin-top:30px;margin-bottom:30px;}
    .honor-pic-list ul{
        justify-content: start;
    }
    .honor-pic-list ul li{
        width:calc((100% - 20px) / 2);
        width:-webkit-calc((100% - 20px) / 2);
        width:-moz-calc((100% - 20px) / 2);
        width:-o-calc((100% - 20px) / 2);
        margin-right:20px;
    }
    .honor-pic-list ul li:nth-child(2){
        margin-right:0;
    }

    .about-contact{
        margin-left:0;
        margin-right:0;
        padding-top:20px;
        margin-bottom:30px;
    }
    .about-contact-box .about-contact-content,.about-contact-box .about-map{width:100%}
    .about-contact-box .about-contact-content{
        padding:20px 10px;
    }
    .culture-top h1,.culture-top h1{font-size: 30px;}
    .ny-news-content .news-list li.tja{margin:30px 0;}
    .ny-news-content .news-list li.tja a.img,.ny-news-content .news-list li.tja .wenta{width:100%}
    .ny-news-content .news-list li.tja .wenta{
        padding:20px 10px;
    }
    .ny-news-content .news-list li.tjb{
        width:100%;
    }
    .ny-news-content .news-list li.tja .wenta h2 a{font-size:16px;line-height: 24px;}
    .ny-news-content .news-list li.tjb a.img{height: auto;}
    .over>img{max-height: auto;}
    .ny-news-content .news-list li.tjb .wenta h2 a{
        line-height: 24px;
        font-size: 16px;
    }
    .lianxi-conss .left,.lianxi-conss .right{width:100%}
    .lianxi-conss{
        padding:30px 0;
    }
    .lianxi-conss .left{
        padding:0 10px;
    }
    .xingqing-con .biaoti-tilte{
        font-size: 20px;
        line-height: auto;
    }
    .lianxi-conss .right{
        margin-top:0;
        padding:20px 10px;
    }
    .xingqing-con .xinwn-consss{
        margin:0;
    }
    .case-content{
        margin:30px 0;
    }
    .product-pic a{height: 156px;}
    .product-pic a img{
        max-height: 156px;
    }
    .product-name{
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        margin-bottom:0;
    }
    .project-top{margin-top:0;}
    .show-project-box{padding-top:20px;}
    .show-project-box h3{font-size: 24px;}
    .show-project-phone .tel a{
        font-size: 30px;
    }
    .project-bottom{
        margin:0;
        padding:0 10px;
        margin-bottom:30px;
    }
    .project-bottom strong{font-size:20px;margin-top:0;}
    .equ-list{margin:30px 0;padding:0 10px;}
    .equ-list li{
        width:calc(50% - 20px);
        width:-webkit-calc(50% - 20px);
        width:-moz-calc(50% - 20px);
        width:-o-calc(50% - 20px);
        margin-right:20px;
    }
    .equ-list li:nth-child(2){margin-right:0px;}
    .equ-list li:nth-child(3n){margin-right:20px;}
    .equ-list li .equ-pic,.equ-list li .equ-pic a{height: 99px;}
    .equ-list li .equ-pic a img{
        max-height: 99px;
    }
    .equ-name{overflow: hidden;}
    .equ-c{
        margin:30px 0;
        padding:30px;
    }
    .equ-content-left,.equ-content-right{
        width:100%;
    }
    .title_a1{
        padding:0 10px;
    }
    .equ-content-right{padding:0;}
    .fanye{margin-top:30px;}
    .fanye .prev, .fanye .next{width:100%;padding:10px 0;}
    .liucheng{
        margin:30px 0;
    }
    .liucheng form{
        padding:0 10px;
    }
    .liucheng form input[type='text']{margin-bottom:20px;}
    .liucheng form .form-group{margin-bottom:0;}
    .liucheng form button{margin-top:20px;}
    .case-list{margin-top:20px;padding:0 10px;}
    .case-list li{
        width:calc((100% - 20px) / 2);
        width:-webkit-calc((100% - 20px) / 2);
        width:-moz-calc((100% - 20px) / 2);
        width:-o-calc((100% - 20px) / 2);
        margin-right:20px;

    }
    .case-list li:nth-child(2n){
        margin-right:0;
    }
    .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1, .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2{width:100%}
    .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1{
        padding:0 10px;
    }
    .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a2{padding:0 10px;}
    .query{width:100%}
    .query-pic{display: none;}
    .query-table{width:100%;height: auto;}
    .apply-title{
        font-size: 24px;margin-bottom:0;
    }
    .party-list{padding:30px 0;}
    .service-contact{padding:30px 0;}
    .sercive-left span{
        font-size: 20px;
    }
    .sercive-left span br{display: none;}
    .service-contact-con span{font-size: 18px;}
    .service-contact-con br{display: none;}
    .title_a1 h2{font-size: 24px;}
    .news-list{padding:0 10px;}
    .ny-news-content .news-list li.tja .wenta .p{line-height: 24px;}
    .lianxi-conss .right .lx-bt{display: none;}
    .title_a1 p{font-size: 18px;}
    .lxwm-cont2{margin-top:30px;}
    .lxwm-cont1 .lxwm-cont1-v1 .lxwm-cont1-a1 dl dd{line-height: 30px;}

    .sr_list{width:100%;overflow: hidden;}
    .sr_list .sr_main{width:100%}
    .sr_list .sr_frm_box .form-group{width:100%}
    .sr_frmipt input{width:100%}
    .sr_list .jg{padding:0 10px;}
    .sr_list .sr_logo div.l{display: none;}

    .news_index_left .newsTit .tit_cn{font-size:30px}
    .news_index_left_left{width:100%}
    .news_index_img,.news_index_pic{height: 180px;}
    .news_index_left_right{width:100%}
}



