/*去除搜狗虚拟dom*/

input::-webkit-input-safebox-button {
    display: none !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
}


/****首页*****/

.ind_one {
    position: relative;
    background-color: #1c212b;
}


/***首页轮播图***/

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 704px;
    background: #000;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    width: 100% !important;
    height: 704px;
    overflow: hidden;
    /*background-size: cover;*/
}

.banner .bd li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 149px;
    left: 0;
    height: 3px;
    line-height: 11px;
}

.banner .hd ul {
    text-align: center;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 30px;
    height: 3px;
    margin: 0 5px;
    background: #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    overflow: hidden;
    line-height: 9999px;
}

.banner .hd ul .on {
    /* opacity: 0.8;
    filter: alpha(opacity=80); */
    /* 改动 */
    opacity: 0;
    filter: alpha(opacity=0);
}

.banner li.num1 {
    background: url(../images/banner01.jpg) top center no-repeat;
}

.banner li.num2 {
    background: url(../images/banner02.png) top center no-repeat;
}

.banner li.num3 {
    background: url(../images/banner03.png) top center no-repeat;
}

.banner li.num4 {
    background: url(../images/banner04.png) top center no-repeat;
}

.banner li.num5 {
    background: url(../images/banner05.png) top center no-repeat;
}

.banner li.num6 {
    background: url(../images/banner06.png) top center no-repeat;
}

.banner li.num7 {
    background: url(../images/banner07.png) top center no-repeat;
}

.banner li.num8 {
    background: url(../images/banner08.jpg) top center no-repeat;
}

.banner li.num9 {
    background: url(../images/banner09.png) top center no-repeat;
}

.banner li.num10 {
    background: url(../imgs/bg1.png) top center no-repeat;
}
#index_num10{
    background-size: 100% 100%;
}
.banner li .banner_left {
    width: 50%;
    padding-top: 150px;
    color: #fff;
}

.banner li .banner_left h1 {
    font-size: 60px;
}

.banner li .banner_left h3 {
    font-size: 24px;
    margin: 22px 0 44px;
}

.banner li .banner_left p {
    font-size: 20px;
    line-height: 34px;
    margin: 22px 0 35px;
}

.banner li .banner_left .more {
    display: block;
    width: 118px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: rgba(255, 255, 255, .7) 1px solid;
    font-size: 18px;
    color: #fff;
}

.banner li.num1 .banner_right {
    position: absolute;
    width: 440px;
    top: 144px;
    right: 40px;
}

.banner li.num9 .banner_right {
    position: absolute;
    width: 573px;
    top: 140px;
    right: 0px;
}

.banner li.num10 .banner_right {
    position: absolute;
    width: 633px;
    top: 140px;
    right: 0px;
}

.banner li .banner_right img {
    max-width: 100%;
}

.banner li.num2 .banner_right {
    position: absolute;
    width: 624px;
    right: -36px;
    top: 138px;
}

.banner li .ban {
    position: relative;
    height: 100%;
}

.banner li.num3 .banner_right {
    width: 497px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner li.num4 .ban {
    margin-top: 150px;
    text-align: center;
}

.banner li.num4 .ban2 {
    margin-top: 15px;
}

.banner li.num4 .ban4 {
    margin-top: 40px;
}

.banner li.num5 .ban {
    margin-top: 90px;
    text-align: center;
}

.banner li.num5 .ban3 {
    margin-top: 10px;
}

.banner li.num5 .ban1 {
    margin-top: 15px;
}

.banner li.num5 .ban2 {
    margin-top: 10px;
}

.banner li.num6 .ban1 {
    position: absolute;
    top: 50%;
    margin-top: -163px;
    left: 10px;
}

.banner li.num7 .ban {
    margin-top: 90px;
    text-align: center;
}

.banner li.num7 .ban3 {
    margin-top: 15px;
}

.banner li.num7 .ban4 {
    margin-top: 20px;
}

.banner li.num7 img {
    max-width: 100%;
}

.banner li.num8 .ban {
    margin-top: 130px;
    text-align: center;
}

.banner li.num8 .ban3 {
    margin-top: 15px;
}

.banner li.num8 .ban4 {
    margin-top: 20px;
}

.banner li.num8 img {
    max-width: 100%;
}

@media only screen and (max-width:1366px) {
    .banner li.num2 .banner_right {
        width: 600px;
        top: 140px;
        right: 10px;
    }
}


/***首页数字滚动***/
/* .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
} */
.ind_num {
    position: absolute;
    width: 100%;
    /* background: url(../images/back20.png); */
    background: rgba(29, 41, 62, 0.7);
    left: 0;
    bottom: 0;
}
.ind_num_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: center;
     /* background-color: green; */
}
.ind_num_list li {
    /* width: 20%; */
    /* 改动 */
    width: 33%;
    padding: 13px 0;
    float: left;
    /* text-align: center; */
    color: #fff;
    /* background: url(../imgs/icon1.png) no-repeat left center; */
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: center;
}
.ind_num_list li .imgbox{
    float: left;
    display: inline-block;
    /* background-color: green; */
    width: 27px;
    height: 100%;
    margin-right: 14px;
    padding-top: 23px;
}
.ind_num_list li .imgbox img{
    width: 27px;
    height: 27px;
}
.ind_num_list li .s_info{
    float: left;
    display: inline-block;
    /* background-color: pink; */
}
.ind_num_list li p {
    height: 17px;
    line-height: 17px;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_num_list li.num1 {
    /* background: none; */
}

.ind_num_list li .text {
    font-weight: 500;
font-size: 14px;
color: #FFFFFF;
    height: 33px;
}

.ind_num_list li .text span {
    margin-left: 8px;
    font-weight: 800;
    font-size: 24px;
    color: #3DFFF6;
    font-family: arial;
    position: relative;
}

.ind_num_list li sup {
    font-size: 24px;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
}

.ind_num_list li i {
    font-style: normal;
}


/****我们的产品***/

.ind_pro {
    /*background: #f5f5f5;*/
    /* padding-bottom: 60px; */
    /* background: url(../images/xy_main_bg1.png) center no-repeat; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
}

.ind_pro .ind_title {
    color: #0E1323;
}

.ind_title {
    font-weight: 800;
    /* font-size: 2.4rem; */
    font-size: 4rem;
    color: #0E1323;
    text-align: center;
    /* padding: 60px 0 40px; */
    /* 改动 */
    padding: 32px 0 12px 0;
}
.ind_small_title{
    text-align: center;
    font-weight: 400;
font-size: 12px;
color: #171E30;
padding-bottom: 3.9rem;
}
.flex_center_box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: center;
}
.ind_pro_menu{
    /* background-color: palegoldenrod; */
    padding-top: 3.7rem;
    /* width: 35rem; */
    width: 25rem;
    text-align: center;
    margin-right: 13.4rem;
    /* margin-right: 3.4rem; */
}
.ind_pro_menu .listbox{
    /* background-color: red; */
    /* transition: all 0.5s; */
    /* margin-bottom: 4.5rem; */
    /* transition: all 0.8s linear; */
}
.ind_pro_menu .listbox_main{
    margin: 0 auto;
    cursor: pointer;
    width: 20rem;
height: 4.4rem;
line-height: 4.4rem;
background: #FFFFFF;
border-radius: 2.9rem;
border: 1px solid #C9C9C9;
/* border: 1px solid #3E3E3E; */
text-align: center;
transition: all 0.8s linear;
color: rgba(135, 135, 135, 1);
/* transition: all .5s; */
/* margin-bottom: 4.5rem; */
}
.ind_pro_menu .listbox_main:nth-last-child(1){
margin-bottom: 0!important;
}
.ind_pro_menu .takeactive {
    /* transition: all .5s; */
    /* transition: all 8s linear; */
}
.ind_pro_menu .takeactive .listbox_main{
    transition: all .5s;
    border: 1px solid #196CFF;
    font-weight: 800;
font-size: 1.4rem;
color: #196CFF;
    /* background-color: #000!important;
    color: #ffffff!important;
    font-weight: bold!important; */
}
.ind_pro_menu .takeactive .listbox_content{
    /* display: block; */
    /* transition: max-height 0.3s ease, padding 0.3s ease; */
    visibility: visible;
    max-height: 35rem;
    overflow-y: auto;
    opacity: 1;
}
.ind_pro_menu .listbox_content{ 
    box-sizing: border-box;
    /* display: none; */
    /* transition: all 0.5s; */
    /* transition: all 8s linear; */
    font-weight: 400;
    font-size: 1.4rem;
    color: #3E3E3E;
text-align: center;
padding-top: 3.5rem;
padding-bottom: 3.5rem;
/* max-height: 35rem; */
/* overflow-y: auto; */
visibility: hidden;
max-height: 0;
min-height: 0;
/* height: 0; */
overflow: hidden;
opacity: 0;
transition: all 0.8s ease;
/* max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out; */
/* transition: max-height 0.3s ease, padding 0.3s ease; */
}
.ind_pro_menu .listbox_content li{
margin-bottom: 3.8rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ind_pro_menu .listbox_content li a{
    /* //单行文本溢出 */
    overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
       /* transition: all 1s; */
       transition: font-weight 1s ease; /* 动画效果 */
       font-weight: 400;
    }
.ind_pro_menu .listbox_content li:nth-last-child(1){
    margin-bottom: 0rem!important;
    }
    .ind_pro_menu  li.chooseon a{
        font-weight: 800;
        /* transition: all 8s linear; */
    }
    .ind_pro_menu  .active{
        /* font-weight: 800; */
    }
.ind_pro_tab {
    /* background: #fbfbfb;
	border: #f5f5f5 1px solid; */
    /* 改动 */
    /* background-color: palegoldenrod; */
}

.ind_pro_tab li {
    /* width: 14.28%; */
    /* 改动 */
    /* width: 25%; */
    float: left;
    text-align: center;
    /* 改动 */
    width: 23%;
    /* height: 68px; */
    background: rgba(255, 255, 255, 0);
    border: 2px solid #EAEAEA;
    border-radius: 34px;
    /* 改动 */
    margin-bottom: 20px;
}

.ind_pro_tab li:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}

.ind_pro_tab li:nth-child(4) {
    margin-left: 2%;
}

.ind_pro_tab li:nth-child(6) {
    margin-left: 2%;
    margin-right: 2%;
}

.ind_pro_tab li:nth-child(8) {
    margin-left: 2%;
}

.ind_pro_tab li:nth-child(10) {
    margin-left: 2%;
    margin-right: 2%;
}

.ind_pro_tab li:nth-child(12) {
    margin-left: 2%;
}

.ind_pro_tab li a {
    display: block;
    height: 68px;
    /* 改动 */
    /* border-right: #f5f5f5 1px solid; */
    transition: all .5s;
}


/* .ind_pro_tab li.num5 {
    display: none;
}

.ind_pro_tab li.num6 {
    display: none;
}

.ind_pro_tab li.num7 {
    display: none;
}

.ind_pro_tab li.num8 {
    display: none;
}

.ind_pro_tab li.num9 {
    display: none;
}

.ind_pro_tab li.num10 {
    display: none;
}

.ind_pro_tab li.num11 {
    display: none;
}

.ind_pro_tab li.num12 {
    display: none;
} */

.ind_pro_tab li.num6 a {
    border-right: none;
}

.ind_pro_tab li .ico {
    display: block;
    float: left;
    width: 60px;
    height: 68px;
    text-align: center;
    background: url(../images/ind_tab_ico01.png) center no-repeat;
    background-size: 43% !important;
}

.ind_pro_tab li.num2 .ico {
    background: url(../images/ind_tab_ico02.png) center no-repeat;
}

.ind_pro_tab li.num3 .ico {
    background: url(../images/ind_tab_ico03.png) center no-repeat;
}

.ind_pro_tab li.num4 .ico {
    background: url(../images/ind_tab_ico04.png) center no-repeat;
}

.ind_pro_tab li.num5 .ico {
    background: url(../images/ind_tab_ico05.png) center no-repeat;
}

.ind_pro_tab li.num6 .ico {
    background: url(../images/ind_tab_ico06.png) center no-repeat;
}

.ind_pro_tab li.num7 .ico {
    background: url(../images/ind_tab_ico07.png) center no-repeat;
}

.ind_pro_tab li .ico img {
    opacity: 0.6;
    float: left;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ind_pro_tab li .title {
    display: block;
    /* float: left; */
    height: 68px;
    line-height: 68px;
    /* 改动 */
    /* font-size: 20px; */
    /* color: #666; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 236px;
    height: 19px; */
    font-size: 20px;
    font-weight: 400;
    color: #EAEAEA;
    /* line-height: 28px; */
}


/* 改动 */

.ind_pro_tab li.num1.active a {
    /* background: url(../images/ind_table_bg01.png) center; */
    background: linear-gradient(-90deg, #0F6BFB, #04B6E8);
    border-radius: 34px;
    border: none;
    outline: none;
}

.ind_pro_tab li.num2.active a {
    /* background: url(../images/ind_table_bg02.png) center; */
    background: linear-gradient(-90deg, #43BC62, #2FCD97);
    border-radius: 34px;
    border: none;
    outline: none;
}

.ind_pro_tab li.num3.active a {
    /* background: url(../images/ind_table_bg03.png) center; */
    background: linear-gradient(-90deg, #C237E5, #FF87D6);
    border-radius: 34px;
}

.ind_pro_tab li.num4.active a {
    /* background: url(../images/ind_table_bg04.png) center; */
    background: linear-gradient(-90deg, #FBAA0F, #E7CB48);
    border-radius: 34px;
}

.ind_pro_tab li.num5.active a {
    /* background: url(../images/ind_table_bg05.png) center; */
    background: linear-gradient(-90deg, #0F6BFB, #04B6E8);
    border-radius: 34px;
    border: none;
    outline: none;
}

.ind_pro_tab li.num6.active a {
    background: linear-gradient(-90deg, #43BC62, #2FCD97);
    border-radius: 34px;
    border: none;
    outline: none;
    /* background: url(../images/ind_table_bg06.png) center; */
}

.ind_pro_tab li.num7.active a {
    background: linear-gradient(-90deg, #C237E5, #FF87D6);
    border-radius: 34px;
}

.ind_pro_tab li.num8.active a {
    /* background: url(../images/ind_table_bg04.png) center; */
    background: linear-gradient(-90deg, #FBAA0F, #E7CB48);
    border-radius: 34px;
}

.ind_pro_tab li.num9.active a {
    /* background: url(../images/ind_table_bg01.png) center; */
    background: linear-gradient(-90deg, #0F6BFB, #04B6E8);
    border-radius: 34px;
    border: none;
    outline: none;
}

.ind_pro_tab li.num10.active a {
    /* background: url(../images/ind_table_bg02.png) center; */
    background: linear-gradient(-90deg, #43BC62, #2FCD97);
    border-radius: 34px;
    border: none;
    outline: none;
}

.ind_pro_tab li.num11.active a {
    /* background: url(../images/ind_table_bg03.png) center; */
    background: linear-gradient(-90deg, #C237E5, #FF87D6);
    border-radius: 34px;
}

.ind_pro_tab li.num12.active a {
    /* background: url(../images/ind_table_bg04.png) center; */
    background: linear-gradient(-90deg, #FBAA0F, #E7CB48);
    border-radius: 34px;
}

.ind_pro_tab li.num1.active .ico {
    background: url(../images/tab_on_ico01.png) center no-repeat;
}

.ind_pro_tab li.num2.active .ico {
    background: url(../images/tab_on_ico02.png) center no-repeat;
    /*  */
}

.ind_pro_tab li.num3.active .ico {
    background: url(../images/tab_on_ico03.png) center no-repeat;
}

.ind_pro_tab li.num4.active .ico {
    background: url(../images/tab_on_ico04.png) center no-repeat;
}

.ind_pro_tab li.num5.active .ico {
    background: url(../images/tab_on_ico05.png) center no-repeat;
}

.ind_pro_tab li.num6.active .ico {
    background: url(../images/tab_on_ico06.png) center no-repeat;
}

.ind_pro_tab li.num7.active .ico {
    background: url(../images/tab_on_ico07.png) center no-repeat;
}

.ind_pro_tab li.active .ico img {
    opacity: 1;
    transform: rotateY(360deg);
}

.ind_pro_tab li:hover .ico img {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.ind_pro_tab li.active .title {
    color: #fff;
}

.ind_pro_con {
    /* background: #fff;
    height: 400px;
    padding: 40px 40px 20px;
    overflow: hidden;
    border-radius: 20px; */
    /* background-color: skyblue; */
    width: 79.9rem;
    /* min-height: 64.2rem; */
    /* height: 70rem; */
    /* height: 64.2rem; */
    /* margin-bottom: 9.6rem; */
    /* margin-bottom: 3rem; */
    padding-bottom: 2rem;
  
    transition: all 0.8s linear;
}
.ind_pro_con .introduction{
    font-weight: 400;
    font-size: 1.4rem;
    color: #3E3E3E;
    line-height: 30px;
}
.ind_pro_div {
    display: none;
    transition: all 0.8s linear;
}
.ind_pro_carousel{
    height: 47.8rem;
}
.ind_pro_carousel .carousel-indicators .active {
    width: 58px;
    background: linear-gradient(90deg, #0A70F6 0%, #10B1FF 100%);
    border-radius: 10px 10px 10px 10px;
}
.ind_pro_carousel .carousel-indicators li{
    width: 58px;
    background: #DEDEDE;
    border-radius: 10px 10px 10px 10px;
}
/* .ind_pro_div.active {
    display: block;
} */


/*智慧站群*/


/* #tab3 .ind_pro_a .ind_zq_title {
    background: url(../images/ind_pro_line03.png) left center no-repeat;
}

#tab4 .ind_pro_a .ind_zq_title {
    background: url(../images/ind_pro_line04.png) left center no-repeat;
}

#tab5 .ind_pro_a .ind_zq_title {
    background: url(../images/ind_pro_line05.png) left center no-repeat;
}

#tab6 .ind_pro_a .ind_zq_title {
    background: url(../images/ind_pro_line06.png) left center no-repeat;
}

#tab7 .ind_pro_a .ind_zq_title {
    background: url(../images/ind_pro_line07.png) left center no-repeat;
} */

.ind_pro_a .ind_zq_title {
    position: relative;
    line-height: 24px;
    padding-left: 16px;
    /* background-color: #13c2a3; */
    /* background: url(../images/ind_pro_line.png) left center no-repeat; */
    height: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #2D2D2D;
}

#tab1 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #0F6CFB;
}

#tab2 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #1DBE61;
}

#tab3 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #FE86D6;
}

#tab4 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #FBAB10;
}

#tab5 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #0F6CFB;
}

#tab6 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #1DBE61;
}

#tab7 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #FE86D6;
}

#tab8 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #FBAB10;
}

#tab9 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #0F6CFB;
}

#tab10 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #1DBE61;
}

#tab11 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #FE86D6;
}

#tab12 .ind_pro_a .ind_zq_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 24px;
    background: #FBAB10;
}

.ind_pro_a .intro {
    margin: 17px 0 13px;
    text-align: justify;
    /* 改动 */
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 28px;
}

.ind_pro_a .more {
    display: block;
    /* width: 98px;
    height: 30px; */
    text-align: center;
    line-height: 50px;
    margin-bottom: 15px;
    /* border: #dedede 1px solid; */
    /* font-size: 14px; */
    /* color: #999; */
    width: 140px;
    height: 50px;
    background: linear-gradient(-90deg, #2730EC, #7373FF);
    border-radius: 25px;
    /* width: 64px;
    height: 16px; */
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 28px; */
    margin-left: 43%;
    margin-top: 47px;
}

.ind_pro_a .more:hover {
    color: #008aff;
    border-color: #008aff;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ind_pro_a .ind_pro_zq_ul {}

.ind_pro_a ul li a {
    cursor: default;
}

.ind_pro_zq_ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin: 15px 0;
    background: url(../images/ind_pro_zq_line.png) right center no-repeat;
    overflow: hidden;
}

.ind_pro_zq_ul li img {
    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.ind_pro_zq_ul li a {
    display: block;
    width: 120px;
    margin: 0 auto;
}

.ind_pro_zq_ul li .img_title {
    display: block;
    font-size: 16px;
    color: #666;
    height: 26px;
    line-height: 26px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_pro_zq_ul li.num4,
.ind_pro_zq_ul li.num8 {
    background: none;
}


/*.ind_pro_zq_ul li.num1,.ind_pro_zq_ul li.num5,.ind_pro_zq_ul li.num6,.ind_pro_zq_ul li.num10{width: 173px;}*/


/*.ind_pro_zq_ul li.num1 a,.ind_pro_zq_ul li.num6 a{margin: 0;}*/


/*.ind_pro_zq_ul li.num5 a,.ind_pro_zq_ul li.num10 a{margin: 0;float: right;}*/

.ind_pro_zq_ul li a:hover img {
    transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
}


/*智慧办公*/

.ind_pro_zq_ul2 li {}

.ind_pro_zq_ul2 li {
    width: 258px;
    float: left;
    text-align: center;
    margin: 10px 0;
    background: url(../images/ind_pro_zq_line.png) right center no-repeat;
    overflow: hidden;
}

.ind_pro_zq_ul2 li a {
    display: block;
    margin: 0 auto;
}

.ind_pro_zq_ul2 li .img_title {
    display: block;
    font-size: 16px;
    color: #666;
    height: 26px;
    line-height: 26px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_pro_zq_ul2 li.num6 {
    margin-left: 86px;
}

.ind_pro_zq_ul2 li.num5,
.ind_pro_zq_ul2 li.num9 {
    background: none;
}

.ind_pro_zq_ul2 li.num1,
.ind_pro_zq_ul2 li.num5,
.ind_pro_zq_ul2 li.num6,
.ind_pro_zq_ul2 li.num10 {
    width: 173px;
}

.ind_pro_zq_ul2 li.num1 a,
.ind_pro_zq_ul2 li.num6 a {
    margin: 0;
}

.ind_pro_zq_ul2 li.num5 a,
.ind_pro_zq_ul2 li.num10 a {
    margin: 0;
    float: right;
}

.ind_pro_zq_ul2 li a:hover img {
    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
}


/***智慧党建***/

.ind_pro_zq_ul3 li {
    width: 160px;
    float: left;
    margin-right: 30px;
    position: relative;
}

.ind_pro_zq_ul3 li.num6 {
    margin-right: 0;
}

.ind_pro_zq_ul3 li a {
    display: block;
    color: #666;
    border: #dcdcdc 1px solid;
    background: #fff;
    text-align: center;
    padding: 45px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    cursor: default;
}

.ind_pro_zq_ul3 li .tit {
    display: block;
    font-size: 16px;
    margin: 15px 0 0;
    padding: 20px 0 0;
    height: 26px;
    line-height: 26px;
    background: url(../images/dj_line01.png) top center no-repeat;
}

.ind_pro_zq_ul3 li .ico {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/ind_zhdj_ico01.png) 0 0 no-repeat;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ind_pro_zq_ul3 li.num2 .ico {
    background: url(../images/ind_zhdj_ico02.png) 0 0 no-repeat;
}

.ind_pro_zq_ul3 li.num3 .ico {
    background: url(../images/ind_zhdj_ico03.png) 0 0 no-repeat;
}

.ind_pro_zq_ul3 li.num4 .ico {
    background: url(../images/ind_zhdj_ico04.png) 0 0 no-repeat;
}

.ind_pro_zq_ul3 li.num5 .ico {
    background: url(../images/ind_zhdj_ico05.png) 0 0 no-repeat;
}

.ind_pro_zq_ul3 li.num6 .ico {
    background: url(../images/ind_zhdj_ico06.png) 0 0 no-repeat;
}

.ind_pro_zq_ul3 li a:hover {
    background: #d7000f;
    border-color: #d7000f;
    color: #fff;
}

.ind_pro_zq_ul3 li a:hover .ico {
    background-position: 0 -60px;
}

.ind_pro_zq_ul3 li a:hover .tit {
    background: url(../images/dj_line02.png) top center no-repeat;
}


/***智慧园区***/

.ind_pro_zq_ul4 li {
    width: 20%;
    float: left;
    padding: 10px 0 20px;
}

.ind_pro_zq_ul4 li.num4 {
    margin-right: 0;
}

.ind_pro_zq_ul4 li img {
    width: 46px !important;
    height: 46px !important;
}

.ind_pro_zq_ul4 li a {
    display: block;
    cursor: default;
    text-align: center;
}

.ind_pro_zq_ul4 li .img_title {
    display: block;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_pro_zq_ul4 li.num5 a,
.ind_pro_zq_ul4 li.num10 a {
    border-right: none;
}

.ind_pro_zq_ul4 li a:hover img {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


/***智慧征迁***/

.ind_pro_zq_ul5 {
    width: 1040px;
    margin: 0 auto;
}

.ind_pro_zq_ul5 li {
    width: 220px;
    height: 220px;
    float: left;
    text-align: center;
    margin: 0 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #F9F9F9;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ind_pro_zq_ul5 li a {
    display: block;
    font-size: 16px;
}

.ind_pro_zq_ul5 li .img {
    width: 116px;
    height: 116px;
    margin: 25px auto 10px;
}

.ind_pro_zq_ul5 li img {
    max-width: 100%;
}

.ind_pro_zq_ul5 li .titl {
    color: #666;
}

.ind_pro_zq_ul5 li .tit2 {
    color: #298C91;
}

.ind_pro_zq_ul5 li:hover {
    box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
    -webkit-box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
}


/***行业应用***/

.ind_pro_zq_ul6 {
    padding: 0 28px;
}

.ind_pro_zq_ul6 li {
    width: 160px;
    float: left;
    margin: 0 53px;
    text-align: center;
}

.ind_pro_zq_ul6 li img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ind_pro_zq_ul6 li .img_title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

.ind_pro_zq_ul6 li.num2 .img_title,
.ind_pro_zq_ul6 li.num5 .img_title {
    margin-top: 10px;
}

.ind_pro_zq_ul6 li:hover img {
    box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
    -webkit-box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
}


/***项目监管***/

.ind_pro_zq_ul7 {
    width: 1050px;
    margin: 0 auto;
}

.ind_pro_zq_ul7 li {
    width: 160px;
    float: left;
    text-align: center;
    margin: 0 25px;
}

.ind_pro_zq_ul7 li .img {
    width: 160px;
    height: 160px;
    background: #F5F9FC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ind_pro_zq_ul7 li .img img {
    transition: all .7s;
    -webkit-transition: all .7s;
}

.ind_pro_zq_ul7 li.num1 img {
    width: 95px;
    padding-top: 40px;
}

.ind_pro_zq_ul7 li.num2 img {
    width: 101px;
    padding-top: 34px;
}

.ind_pro_zq_ul7 li.num3 img {
    width: 99px;
    padding-top: 38px;
}

.ind_pro_zq_ul7 li.num4 img {
    width: 95px;
    padding-top: 34px;
}

.ind_pro_zq_ul7 li.num5 img {
    width: 109px;
    padding-top: 30px;
}

.ind_pro_zq_ul7 li .title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    line-height: 32px;
    margin-top: 16px;
}

.ind_pro_zq_ul7 li:hover .img {
    box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
    -webkit-box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
}

.ind_pro_zq_ul7 li:hover .img img {
    transform: rotateZ(-15deg);
    -webkit-transform: rotateZ(-15deg);
}


/***经典案例***/


/*.ind_case .ind_title{color: #fff;}*/

.ind_case {
    width: 100%;
    /* padding-bottom: 40px; */
    /*height:691px;*/
    /* background: url(../images/ind_case_bg.jpg) center no-repeat;*/
    margin-bottom: 4rem;
}
.ind_case .ind_title {
    padding: 0px 0 12px 0;
}
.ind_case .ind_small_title{
    font-weight: 400;
    font-size: 12px;
    color: #8B8B9B;
    /* margin-bottom: 3.9rem; */
}
.allpage{
    /* background-color: turquoise; */
}
.page_main{
/* background-color: palegreen; */
height: 56rem;
display: none;
}
.page_main .flexpage{
    /* background-color: pink; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
     justify-content: flex-start;
}
.flexpage a{
    width: 27.6rem;
    margin-right: 3.2rem;
    margin-bottom: 2.9rem;
}
.page_main .block{
    /* width: 27.6rem;
    margin-right: 3.2rem;
    margin-bottom: 2.9rem; */
}
/* .page_main .block:nth-child(4n){
    margin-right: 0!important;
} */
.page_main a:nth-child(4n){
    margin-right: 0!important;
}
.page_main .block .imgbox{
width: 100%;
height: 20.3rem;
background: #E6EDFF;
border-radius: 1rem;
margin-bottom: 0.9rem;
}
.page_main .block .imgbox img{
    width: 100%;
height: 100%;
border-radius: 1rem;
}
.page_main .block .p1{
    padding-left: 1rem;
    font-weight: 800;
    font-size: 1.4rem;
    color: #3B3B43;
}
.page_main .block .p2{
    padding-left: 1rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #3B3B43;
}
.ind_case .lady_page{
    height: 62.5rem;
    /* background-color: palegoldenrod; */
}
.ind_company{
    width: 100%;
    height: 41.5rem;
      background: url(../imgs/bg3.png) center left no-repeat;
      background-size: contain;
    /* background-color: red; */
    margin-bottom: 7.1rem;
}
.ind_company .company_info{
/* background-color: green; */
display: flex;
flex-direction: row;
flex-wrap: nowrap;
 justify-content: flex-start;
 box-sizing: border-box;
}
.ind_company .company_info .left{
    box-sizing: border-box;
width: 27.1rem;
flex-shrink: 0;
padding-left: 2.7rem;
/* background-color: pink; */
}
.left_title_box{
    /* background-color: rebeccapurple; */
    padding-top: 4.2rem;
    margin-bottom: 3rem;
}
.left_title_box div{
    height: 2.8rem;
    font-weight: 800;
font-size: 2rem;
color: #FFFFFF;
margin-bottom: 0.3rem;
}
.left_title_box p{
    height: 2.8rem;
    font-weight: 300;
    font-size: 2rem;
    color: #FFFFFF;
}
.left_main{

}
.left_main div{
    cursor: pointer;
    height: 2rem;
    line-height: 0.5rem;
    width: 6rem;
    position: relative;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-bottom: 3.1rem;
   /* background-color: red; */
    /* transition: all 0.8s linear; */
}
.left_main div a{
    display: block;
    cursor: pointer;
    height: 2rem;
    line-height: 0.5rem;
    width: 6rem;
    position: relative;
    font-weight: 400;
    font-size: 1.4rem;
    color: #FFFFFF;
    margin-bottom: 3.1rem;
   /* background-color: thistle; */
    /* transition: all 0.8s linear; */
}
/* .left_on::after{ */
    .left_main div::after{
content: '';
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
/* width: 6rem; */
width: 0;
height: 0.2rem;
background: #FFFFFF;
border-radius: 1rem;
transform: translateX(-50%);
transition: width 0.4s ease, left 0.4s ease; /* 动画效果 */
/* transition: all 0.8s;  */
}
/* 触发点击后，改变横线的宽度 */
.left_main div.left_on::after {
    width: 100%;
    left: 50%;
  }
.ind_company .company_info .right{
    margin-top: 87px;
    flex-shrink: 0;
    box-sizing: border-box;
}
.rr_page{
    display: none;
    box-sizing: border-box;
    background-color: pink;
    width: 92.9rem;
    /* width: 86rem; */
    min-height: 24.9rem;
    padding: 2.7rem 2.7rem 3.7rem 2.7rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 6px 13px 12px 1px rgba(164,168,193,0.12);
    border-radius: 1rem;
}
#r_page02{
    padding: 4rem 4.3rem 3.7rem 4.3rem;
}
#r_page03{
    /* padding: 8.5rem 4.3rem 3.7rem 4.3rem; */
}
#r_page03 .right_title{
  margin-bottom: 3rem;
}
.right .active{
    display: block;
}
.ind_company .company_info .right .right_title{
    font-weight: 800;
    font-size: 2rem;
    color: #3B3B43;
    margin-bottom: 1.7rem;
    padding-left: 1rem;
    position: relative;
}
.right .right_title::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 5px;
height: 1.8rem;
background: #306AE1;
border-radius: 3px 3px 3px 3px;
}
.ind_company .company_info .right .detail{
/* background-color: red; */
font-weight: 400;
font-size: 1.4rem;
color: #3B3B43;
line-height: 2.4rem;
}
.ind_company .company_info .right .detail_licheng div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: space-between;
     line-height: 2.8rem!important;
}
.ind_company .company_info .right .detail_licheng div p{
    flex-shrink: 0;
    /* flex: 1; */
    width: 60%;
}
.ind_company .company_info .right .detail_licheng div p:nth-last-child(1) {
    width: 40%;
    /* padding-left: 12rem; */
}
.ind_company .detail_culture{
/* background-color: green; */
font-weight: 400;
font-size: 1.4rem;
color: #3B3B43;
}
.ind_company .detail_culture div{
    height: 2rem;
    margin-bottom: 1.6rem;
}
.ind_company .detail_culture div span{
   margin-right: 4.8rem;
}
.ind_case_list {
    padding: 0 0px;
    position: relative;
}

.ind_case_list li {
    width: 270px;
    height: 378px;
    padding: 4px;
    border: #F5F5F5 1px solid;
    margin-right: 33px;
    float: left;
    overflow: hidden;
}

.ind_case_list li a {
    display: block;
    width: 100%;
    height: 378px;
    background: #f5f5f5;
}

.ind_case_list li.num2 a,
.ind_case_list li.num4 a {
    position: relative;
}

.ind_case_list li .img {
    overflow: hidden;
    width: 270px;
    height: 230px;
    position: relative;
}

.ind_case_list li .img img {
    width: 100%;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ind_case_list li.num2 .img,
.ind_case_list li.num4 .img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ind_case_text {
    padding: 20px 18px;
}

.ind_case_text h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_case_text .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ind_case_list li:hover .img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ind_case_list li .img i {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -15px;
    background: url(../images/ind_case_ico01.png) center no-repeat;
    z-index: 1;
}

.ind_case_list li.num1 .img i,
.ind_case_list li.num3 .img i,
.ind_case_list li.num5 .img i {
    top: auto;
    bottom: -15px;
}

.ind_case_list li:hover a {
    background: #008aff;
    color: #fff;
}

.ind_case_list li:hover .img i {
    background: url(../images/ind_case_ico02.png) center no-repeat;
}

.ind_case_list li:hover .ind_case_text h4 {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ind_case_list li:hover .ind_case_text .info {
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ind_case .more {
    display: block;
    /* width: 158px;
    height: 38px;
    font-size: 18px;
    color: #666; */
    text-align: center;
    /* line-height: 38px; */
    margin: 40px auto 0;
    /* border: #eaeaea 1px solid;
    background: #F9F9F9; */
    width: 140px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #2D2D2D;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 50px;
}

.ind_case .more:hover {
    color: #008aff;
    border-color: #008aff;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ind_case_list .j-scroll {
    width: 100%;
}

.ind_case_list .scroll-wrap {
    overflow: hidden;
    height: 388px;
}

.ind_case_list .prev,
.ind_case_list .next {
    width: 36px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 9;
    cursor: pointer;
}

.ind_case_list .prev {
    left: -40px;
    background: url(../images/ind_case_prev2.png) center no-repeat;
}

.ind_case_list .next {
    right: -40px;
    background: url(../images/ind_case_next2.png) center no-repeat;
}

.ind_case_list .prev:hover,
.ind_case_list .next:hover {
    opacity: 0.6;
}


/****龙讯动态****/

.ind_news {
    padding-top: 29px;
    padding-bottom:39px;
    /* background: #F5F5F5; */
    /* 改动 */
    /* background: #ffffff; */
    background-color: #F6F6F6;
}
.ind_news .container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: center;
}
.ind_news .news_info{
    width: 524px;
    height: 47.4rem;
    /* background-color: palegoldenrod; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
     justify-content: flex-start;
}
.news_carousel{
flex-shrink: 0;
flex: 1;
}
.ind_news .home-indicators{
    /* background-color: palegreen; */
}
.ind_news .carousel-inner{
    height: 31.6rem;
    overflow: hidden;
}
.ind_news .carousel-item{
    height: 100%;

}
.ind_news .onfo{
/* background-color: rebeccapurple; */
/* height: 80%; */
padding-top:1rem;
overflow: hidden;
padding-left: 2.8rem;
padding-right: 2.8rem;
/* padding-bottom: 20px; */
}
.ind_news .onfo li{
    height: 5.4rem;
    line-height: 5.4rem;
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: space-between; */
     /* background-color: teal; */
     border-bottom: 1px solid #F5F6F8;
}
.ind_news .onfo li a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: space-between;
}
.ind_news .onfo li p{
    /* //单行文本溢出 */
    overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
       margin-right: 2rem;
}
.ind_news .bgbox{
    flex-shrink: 0;
height: 15.9rem;
background: url(../imgs/bg2.png) no-repeat top center;
background-size: 100% 100%;
}
.news_carousel{
    /* background-color: pink; */
    background-color: #FFFFFF;
}
.ind_news .info_show{
    /* width: 66.1rem; */
    width: 661px;
    margin-left: 1.5rem;
    margin-top: 3.7rem;
    height: 43.7rem;
    /* background-color: green; */
    background-color: #FFFFFF;
    padding-left: 42px;
    padding-right: 4rem;
    padding-top: 2.3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
     justify-content: flex-start;
}
.info_show_title{
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: space-between;
}
.info_show_title span{
    flex-shrink: 0;
    font-weight: 800;
    font-size: 2rem;
    color: #3E3E3E; 
    /* background-color: green;   */
}
.info_show_title p{
    margin-left: 1.7rem;
    margin-right: 1rem;
    position: relative;
    flex: 1;
    flex-shrink: 0;
    /* background-color: pink; */
}
.info_show_title p::before{
content: '';
position: absolute;
top: 50%;
left: 0; 
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
width: 100%;
height: 1px;
border-bottom: 1px solid #D7D7D7;
}
.info_show_title a{
    flex-shrink: 0;
    /* background-color: green;  */
    font-weight: 400;
font-size: 16px;
color: #9A9A9A; 
}
.info_show_ul{
    flex: 1;
    flex-shrink: 0;
    padding-top: 24px;
    /* padding-bottom: 34px; */
/* background-color: aqua; */
}
.info_show_ul li{
    height: 5.2rem;
    /* line-height: 52px; */
    margin-bottom: 18px;
    /* background-color: pink; */
}
.info_show_ul li:nth-last-child(1){
    margin-bottom: 0!important;
}
.info_show_ul li a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
     justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.info_show_ul li a div{
    flex-shrink: 0;
    width: 6.1rem;
height: 5.2rem;
line-height: 5.2rem;
background: #E1E7F5;
border-radius: 0px 0px 0px 0px;
text-align: center;
}
.info_show_ul li a div p:nth-child(1){
    height: 2.9rem;
    line-height: 2.9rem;
    font-weight: 800;
font-size: 2rem;
color: #7B8394;
}
.info_show_ul li a div p:nth-child(2){
    font-weight: 500;
    font-size: 1.2rem;
    color: #7B8394;
    height: 17px;
    line-height: 17px;
}
.info_show_ul li a span{
    margin-left: 0.8rem;
    font-weight: 400;
font-size: 1.4rem;
color: #3E3E3E;
line-height: 2.4rem;
}
.ind_news_list {
    position: relative;
    /* padding-bottom: 70px; */
}

.ind_news_list .scroll-wrap {
    height: 276px;
    overflow: hidden;
}

.ind_news_list li {
    width: 373px;
    float: left;
    margin-right: 40px;
}

.ind_news_list li.num3 {
    margin-right: 0;
}

.ind_news_list li a {
    display: block;
    padding: 23px 19px 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: #ededed 1px solid;
}

.ind_news_list li .img {
    overflow: hidden;
    text-align: center;
}

.ind_news_list li .img img {
    max-width: 100%;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


/*.ind_news_list li:hover .img img{transform: scale(1.1);-ms-transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}*/

.ind_news_list li a:hover {
    background: #f9f9f9;
}

.ind_news_list li .info {
    line-height: 26px;
    font-size: 15px;
    margin-top: 15px;
    height: 52px;
    overflow: hidden;
}

.ind_news_list li .info .date {
    float: none !important;
    color: #999;
    padding-left: 2px;
}

.ind_news_list .prev,
.ind_news_list .next {
    display: block;
    width: 36px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 9;
    cursor: pointer;
}

.ind_news_list .prev {
    left: -40px;
    background: url(../images/ind_arrow_left.svg) center no-repeat;
}

.ind_news_list .next {
    right: -40px;
    background: url(../images/ind_arrow_right.svg) center no-repeat;
}

.ind_news_list .prev:hover,
.ind_news_list .next:hover {
    opacity: 0.6;
}

.ind_news .more {
    display: block;
    width: 158px;
    height: 38px;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 38px;
    margin: 30px auto 0;
    border: #eaeaea 1px solid;
    background: #fff;
}

.ind_news .more:hover {
    color: #008aff;
    border-color: #008aff;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ind_intro {
    background: #20B09F url(../images/ind_bg03.png) bottom center no-repeat;
    padding: 18px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

.ind_intro .text2 {
    display: none;
}


/****就近找到我们****/

.ind_about {
    width: 100%;
    height: 694px;
    background: url(../images/ind_about_bg.jpg) center no-repeat;
}

.ind_about .ind_title {
    color: #fff;
    padding: 56px 0 36px;
}

.ind_about_text {
    width: 570px;
    float: right;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    padding-top: 108px;
    text-align: justify;
}

.ind_about_text a {
    display: none;
}

.ind_map {
    width: 601px;
    height: 495px;
    float: left;
    position: relative;
}

.ind_map img {
    max-width: 100%;
}

.ind_map .map2 {
    display: none;
}

.map_con li {
    position: absolute;
    z-index: 0;
}

.map_con li span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    padding-top: 10px;
    background: url(../images/ind_map_ico01.png) top center no-repeat;
    cursor: pointer;
}

.map_con li:hover span {
    background: url(../images/ind_map_ico02.png) top center no-repeat;
}

.map_con li .ind_map_info {
    display: none;
    position: absolute;
    width: 262px;
    height: 66px;
    right: -23px;
    top: -100px;
    padding: 18px 20px 9px;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    background: url(../images/ind_map_bg01.png) 0 0 no-repeat;
    z-index: 999;
}


/*.map_con li:hover .ind_map_info{display: block;}*/

.map_con li.m .ind_map_info {
    height: 72px;
    padding: 6px 15px 15px;
}

.map_con li.m1 span {
    background: url(../images/ind_map_ico03.png) top center no-repeat;
}

.map_con li.m1 {
    top: 290px;
    right: 115px;
}

.map_con li.m2 {
    bottom: 59px;
    right: 152px;
}

.map_con li.m3 {
    top: 244px;
    right: 268px;
}

.map_con li.m4 {
    top: 230px;
    right: 117px;
}

.map_con li.m5 {
    bottom: 149px;
    right: 144px;
}

.map_con li.m6 {
    bottom: 122px;
    right: 120px;
}

.map_con li.m7 {
    bottom: 136px;
    right: 264px;
}

.map_con li.m8 {
    top: 217px;
    right: 173px;
}

.map_con li.m9 {
    top: 210px;
    right: 143px;
}

.map_con li.m10 {
    bottom: 37px;
    right: 210px;
}

.map_con li.m11 {
    bottom: 68px;
    right: 285px;
}

.map_con li.m12 {
    bottom: 110px;
    right: 163px;
}

.map_con li.m13 {
    bottom: -6px;
    right: 193px;
}

.map_con li.m13 .ind_map_info {
    padding: 8px 20px 9px;
}

.map_con li.m14 {
    top: 234px;
    left: 260px;
}

.map_con li.m15 {
    top: 130px;
    left: 130px;
}

.map_con li.m16 {
    bottom: 128px;
    right: 231px;
}

.map_con li.m17 {
    bottom: 88px;
    right: 238px;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .ind_about {
        height: auto;
    }
    .ind_about_con {
        padding-bottom: 50px;
    }
    .ind_map {
        width: 496px;
        height: 409px;
    }
    .ind_about_text {
        width: 476px;
        padding-top: 68px;
    }
    .map_con li.m1 {
        top: 239px;
        right: 95px;
    }
    .map_con li.m2 {
        bottom: 41px;
        right: 124px;
    }
    .map_con li.m3 {
        top: 205px;
        right: 222px;
    }
    .map_con li.m4 {
        top: 191px;
        right: 96px;
    }
    .map_con li.m5 {
        bottom: 118px;
        right: 132px;
    }
    .map_con li.m6 {
        bottom: 90px;
        right: 102px;
    }
    .map_con li.m7 {
        bottom: 104px;
        right: 218px;
    }
    .map_con li.m8 {
        top: 177px;
        right: 145px;
    }
    .map_con li.m9 {
        top: 170px;
        right: 113px;
    }
    .map_con li.m10 {
        bottom: 23px;
        right: 174px;
    }
    .map_con li.m11 {
        bottom: 49px;
        right: 235px;
    }
    .map_con li.m12 {
        bottom: 85px;
        right: 137px;
    }
    .map_con li.m13 {
        bottom: -10px;
        right: 159px;
    }
    .map_con li.m14 {
        top: 201px;
        left: 216px;
    }
    .map_con li.m15 {
        top: 105px;
        left: 108px;
    }
    .map_con li.m16 {
        bottom: 100px;
        right: 192px;
    }
    .map_con li.m17 {
        bottom: 69px;
        right: 194px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .p10 {
        padding: 0 10px;
    }
    .logo {
        padding-left: 10px;
    }
    .top_right {
        padding-right: 10px;
    }
    .ind_about_con {
        padding-left: 10px;
        padding-right: 10px;
    }
    .foot_left {
        padding-left: 10px;
    }
    .foot_right {
        padding-right: 10px;
    }
    .ny_banbox .container {
        width: auto;
        padding: 0 10px;
    }
    .ind_about {
        height: auto;
        background-size: cover;
    }
    .ind_about_con {
        padding-bottom: 50px;
    }
    .ind_map {
        float: none;
        margin: 0 auto;
    }
    .ind_about_text {
        width: 100%;
        float: none;
        padding-top: 40px;
    }
}

@media only screen and (max-width:767px) {
    .ind_about {
        height: auto;
        background-size: cover;
    }
    .ind_about_con {
        padding-bottom: 30px;
    }
    .ind_map {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
    .ind_about_text {
        width: 100%;
        float: none;
        padding-top: 30px;
    }
    .ind_map .map1,
    .map_con {
        display: none;
    }
    .ind_map .map2 {
        display: block;
    }
}

@media only screen and (max-width:480px) {
    .ind_about_text {
        line-height: 24px;
        font-size: 14px;
    }
}

@media only screen and (min-width:1921px) {
    .ind_case,
    .ind_about {
        background-size: 100%;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .ind_title {
        font-size: 34px;
        padding: 50px 0 35px;
    }
    .banner {
        height: 406px;
    }
    .banner .bd li {
        /* background-size: 1200px; */
        background-size: contain;
        /* height: 406px; */
    }
    /*.banner .bd li>a{height:406px;}*/
    .banner .hd {
        bottom: 50px;
    }
    .banner li .banner_left {
        padding-top: 120px;
        padding-left: 20px;
    }
    .banner li .banner_left h1 {
        font-size: 45px;
    }
    .banner li .banner_left h3 {
        font-size: 22px;
        margin: 20px 0 30px;
    }
    .banner li .banner_left p {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0 25px;
    }
    .banner li.num1 .banner_right {
        width: 300px;
    }
    .banner li.num2 .banner_right {
        width: 500px;
        top: 100px;
        right: 10px;
    }
    .banner li.num3 .banner_right {
        width: 290px;
    }
    .banner li.num9 .banner_right {
        width: 350px;
        right: 60px;
        top: 130px;
    }
    .banner li.num10 .banner_right {
        width: 450px;
        top: 120px;
    }
    .banner li.num4 .ban {
        margin-top: 120px;
        text-align: center;
    }
    .banner li.num4 .ban1 img {
        width: 865px;
    }
    .banner li.num4 .ban2 img {
        width: 400px;
    }
    .banner li.num4 .ban3 img {
        width: 300px;
    }
    .banner li.num4 .ban4 {
        margin-top: 30px;
    }
    .banner li.num4 .ban4 img {
        width: 700px;
    }
    .banner li.num5 .ban {
        margin-top: 80px;
        text-align: center;
    }
    .banner li.num5 .ban1 img {
        width: 600px;
    }
    .banner li.num5 .ban2 img {
        width: 500px;
    }
    .banner li.num6 .ban1 {
        margin-top: -80px;
    }
    .banner li.num6 .ban1 img {
        height: 190px;
    }
    .banner li.num7 .ban4 img {
        width: 810px;
    }
    .banner li.num8 .ban {
        margin-top: 80px;
    }
    .ind_num {
        position: static;
        /* background: #09146d; */
    }
    .ind_news_list li {
        width: 310.66px;
        margin-right: 30px;
    }
    .ind_case {
        height: auto;
        padding-bottom: 60px;
    }
    .ind_case_list .scroll-wrap {
        height: 352px;
    }
    .ind_case_list li {
        width: 223px;
        height: 342px;
        margin-right: 20px;
    }
    .ind_case_list li a {
        height: 342px;
    }
    .ind_case_list li .img {
        width: 223px;
        height: 190px;
    }
    .ind_case_list .prev,
    .ind_news_list .prev {
        left: 0;
    }
    .ind_case_list .next,
    .ind_news_list .next {
        right: 0;
    }
    .ind_pro_tab li .ico {
        width: 45px;
        background-size: 53% !important;
    }
    .ind_pro_tab li .title {
        font-size: 18px;
    }
    /*.ind_pro_zq_ul li{width: 204px;}*/
    /*.ind_pro_zq_ul li.num1, .ind_pro_zq_ul li.num5, .ind_pro_zq_ul li.num6, .ind_pro_zq_ul li.num10{width: 150px;}*/
    .ind_pro_zq_ul2 li {
        width: 204px;
    }
    .ind_pro_zq_ul2 li.num1,
    .ind_pro_zq_ul2 li.num5,
    .ind_pro_zq_ul2 li.num6,
    .ind_pro_zq_ul2 li.num10 {
        width: 150px;
    }
    .ind_pro_zq_ul2 li.num6 {
        margin-left: 75px;
    }
    .ind_pro_zq_ul3 li {
        width: 135px;
        margin-right: 20px;
    }
    .ind_pro_zq_ul5 {
        width: 100%;
    }
    .ind_pro_zq_ul5 li {
        width: 188px;
    }
    .ind_pro_zq_ul6 li {
        width: 135px;
        margin: 0 39px;
    }
    .ind_pro,
    .ind_news {
        padding-bottom: 40px;
    }
    .ind_pro_zq_ul7 {
        width: auto;
    }
    .ind_pro_zq_ul7 li {
        width: 132px;
    }
    .ind_pro_zq_ul7 li .img {
        width: 132px;
        height: 132px;
    }
    .ind_pro_zq_ul7 li.num1 img {
        width: 80px;
        padding-top: 32px;
    }
    .ind_pro_zq_ul7 li.num2 img {
        width: 95px;
        padding-top: 26px;
    }
    .ind_pro_zq_ul7 li.num3 img {
        width: 85px;
        padding-top: 30px;
    }
    .ind_pro_zq_ul7 li.num4 img {
        width: 80px;
        padding-top: 28px;
    }
    .ind_pro_zq_ul7 li.num5 img {
        width: 95px;
        padding-top: 24px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .ind_title,
    .ind_about .ind_title {
        font-size: 30px;
        padding: 40px 0 30px;
    }
    .banner {
        height: 335px;
    }
    .banner .bd li {
        /* background-size: 992px; */
        /* height: 335px; */
        background-size: contain;
    }
    /*.banner .bd li>a{height:335px;}*/
    .banner .hd {
        bottom: 30px;
    }
    .banner li .banner_left {
        padding-top: 100px;
        padding-left: 20px;
    }
    .banner li .banner_left h1 {
        font-size: 30px;
    }
    .banner li .banner_left h3 {
        font-size: 20px;
        margin: 20px 0 30px;
    }
    .banner li .banner_left p {
        font-size: 16px;
        line-height: 26px;
        margin: 20px 0 20px;
    }
    .banner li.num1 .banner_right {
        width: 200px;
    }
    .banner li .banner_left .more {
        font-size: 16px;
    }
    .banner li.num2 .banner_right {
        width: 400px;
        top: 100px;
        right: 20px;
    }
    .banner li.num3 .banner_right {
        width: 240px;
        right: 20px;
    }
    .banner li.num9 .banner_right {
        width: 250px;
        right: 20px;
        top: 130px;
    }
    .banner li.num10 .banner_right {
        width: 350px;
        top: 110px;
    }
    .banner li.num4 .ban {
        margin-top: 100px;
        text-align: center;
    }
    .banner li.num4 .ban1 img {
        width: 700px;
    }
    .banner li.num4 .ban2 img {
        width: 280px;
    }
    .banner li.num4 .ban3 img {
        width: 240px;
    }
    .banner li.num4 .ban4 {
        margin-top: 20px;
    }
    .banner li.num4 .ban4 img {
        width: 600px;
    }
    .banner li.num5 .ban {
        margin-top: 60px;
        text-align: center;
    }
    .banner li.num5 .ban3 img {
        width: 400px;
    }
    .banner li.num5 .ban1 img {
        width: 500px;
    }
    .banner li.num5 .ban2 img {
        width: 400px;
    }
    .banner li.num6 .ban1 {
        margin-top: -60px;
        left: 10px;
    }
    .banner li.num6 .ban1 img {
        height: 130px;
    }
    .banner li.num7 .ban4 {
        margin-top: 20px;
    }
    .banner li.num7 .ban1 img {
        width: 700px
    }
    .banner li.num7 .ban4 img {
        width: 600px;
    }
    .banner li.num8 .ban {
        margin-top: 90px;
    }
    .banner li.num8 .ban4 {
        margin-top: 20px;
    }
    .banner li.num8 .ban1 img {
        width: 700px
    }
    .banner li.num8 .ban3 img {
        width: 500px
    }
    .banner li.num8 .ban4 img {
        width: 600px;
    }
    .ind_num {
        position: static;
        background: #09146d;
    }
    .ind_num_list li {
        padding: 20px 0;
    }
    .ind_num_list li .text span {
        font-size: 38px;
    }
    .ind_news_list {
        padding: 0 20px;
    }
    .ind_news_list .scroll-wrap {
        height: 269px;
    }
    /*.ind_news_list li{width: 351px;height: auto; margin-right: 20px;}*/
    .ind_news_list li {
        width: 230px;
        height: auto;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .ind_news_list li .info {
        height: auto;
    }
    .ind_news_list li a {
        padding: 10px;
    }
    .ind_news_list li .img img {
        height: 116px;
    }
    .ind_case {
        height: auto;
        padding-bottom: 40px;
    }
    .ind_case_text {
        padding: 20px 10px;
    }
    .ind_case_list {
        padding: 0 20px;
    }
    .ind_case_list .scroll-wrap {
        height: 352px;
    }
    .ind_case_list li {
        width: 223px;
        height: 342px;
        margin-right: 20px;
    }
    .ind_case_list li a {
        height: 342px;
    }
    .ind_case_list li .img {
        width: 223px;
        height: 190px;
    }
    .ind_case_list .prev,
    .ind_news_list .prev {
        left: 0px;
    }
    .ind_case_list .next,
    .ind_news_list .next {
        right: 0px;
    }
    .ind_case .more,
    .ind_news .more {
        margin: 20px auto 0;
        ;
    }
    .ind_pro,
    .ind_news {
        padding-bottom: 40px;
    }
    .ind_pro_con {
        padding: 30px 20px 10px;
    }
    .ind_pro_tab li a {
        height: auto;
        text-align: center;
    }
    .ind_pro_tab li .ico {
        display: none;
    }
    .ind_pro_tab li .title {
        display: block;
        float: none;
        line-height: 58px;
        height: 58px;
        font-size: 18px;
    }
    /*.ind_pro_zq_ul li{width:148px;}*/
    /*.ind_pro_zq_ul li.num1, .ind_pro_zq_ul li.num5, .ind_pro_zq_ul li.num6, .ind_pro_zq_ul li.num10{width: 139px;}*/
    .ind_pro_zq_ul2 li {
        width: 148px;
    }
    .ind_pro_zq_ul2 li.num1,
    .ind_pro_zq_ul2 li.num5,
    .ind_pro_zq_ul2 li.num6,
    .ind_pro_zq_ul2 li.num10 {
        width: 119px;
    }
    .ind_pro_zq_ul2 li.num6 {
        margin-left: 60px;
    }
    .ind_pro_zq_ul3 li a {
        padding: 30px 0;
    }
    .ind_pro_zq_ul3 li {
        width: 103px;
        margin-right: 20px;
    }
    .ind_pro_zq_ul5 {
        width: 100%;
    }
    .ind_pro_zq_ul5 li {
        width: 150px;
    }
    .ind_pro_zq_ul5 li .img {
        width: 96px;
        height: 96px;
    }
    .ind_pro_zq_ul6 {
        padding: 0 15px;
    }
    .ind_pro_zq_ul6 li {
        width: 103px;
        margin: 0 35px;
    }
    .ind_pro_zq_ul7 {
        width: 100%;
    }
    .ind_pro_zq_ul7 li {
        width: 114px;
        margin: 0 15px;
    }
    .ind_pro_zq_ul7 li .img {
        width: 114px;
        height: 114px;
    }
    .ind_pro_zq_ul7 li.num1 img {
        width: 70px;
        padding-top: 32px;
    }
    .ind_pro_zq_ul7 li.num2 img {
        width: 85px;
        padding-top: 26px;
    }
    .ind_pro_zq_ul7 li.num3 img {
        width: 75px;
        padding-top: 30px;
    }
    .ind_pro_zq_ul7 li.num4 img {
        width: 70px;
        padding-top: 28px;
    }
    .ind_pro_zq_ul7 li.num5 img {
        width: 85px;
        padding-top: 24px;
    }
    .ind_pro_zq_ul7 li .title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .ind_title,
    .ind_about .ind_title {
        font-size: 28px;
        padding: 30px 0;
    }
    .banner {
        height: 260px;
    }
    .banner .bd li {
        background-size: contain;
        /* background-size: 768px;
        height: 260px; */
    }
    /*.banner .bd li>a{height:260px;}*/
    .banner .hd {
        bottom: 25px;
    }
    .banner li .banner_left {
        padding-left: 15px;
    }
    .banner li .banner_left {
        padding-top: 60px;
    }
    .banner li .banner_left h1 {
        font-size: 20px;
    }
    .banner li .banner_left h3 {
        font-size: 18px;
        margin: 15px 0 20px;
    }
    .banner li .banner_left p {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0 10px;
    }
    .banner li.num1 .banner_right {
        width: 210px;
        top: 62px;
        right: 20px;
    }
    .banner li .banner_left .more {
        font-size: 16px;
    }
    .banner li.num2 .banner_right {
        width: 300px;
        top: 60px;
        right: 30px;
    }
    .banner li.num3 .banner_right {
        width: 200px;
        right: 30px;
    }
    .banner li.num9 .banner_right {
        width: 250px;
        right: 20px;
        top: 50px;
    }
    .banner li.num10 .banner_right {
        width: 300px;
        right: 10px;
        top: 50px;
    }
    .banner li.num4 .ban {
        margin-top: 30px;
        text-align: center;
    }
    .banner li.num4 .ban1 img {
        width: 600px;
    }
    .banner li.num4 .ban2 img {
        width: 200px;
    }
    .banner li.num4 .ban3 img {
        width: 200px;
    }
    .banner li.num4 .ban4 {
        margin-top: 20px;
    }
    .banner li.num4 .ban4 img {
        width: 520px;
    }
    .banner li.num5 .ban {
        margin-top: 10px;
        text-align: center;
    }
    .banner li.num5 .ban3 img {
        width: 300px;
    }
    .banner li.num5 .ban1 img {
        width: 400px;
    }
    .banner li.num5 .ban2 img {
        width: 400px;
    }
    .banner li.num6 .ban1 {
        margin-top: -50px;
        left: 10px;
    }
    .banner li.num6 .ban1 img {
        height: 100px;
    }
    .banner li.num7 .ban {
        margin-top: 30px;
        text-align: center;
    }
    .banner li.num7 .ban1 img {
        width: 600px;
    }
    .banner li.num7 .ban3 img {
        width: 200px;
    }
    .banner li.num7 .ban4 {
        margin-top: 20px;
    }
    .banner li.num7 .ban4 img {
        width: 520px;
    }
    .banner li.num8 .ban {
        margin-top: 30px;
        text-align: center;
    }
    .banner li.num8 .ban1 img {
        width: 600px;
    }
    .banner li.num8 .ban3 img {
        width: 200px;
    }
    .banner li.num8 .ban4 {
        margin-top: 20px;
    }
    .banner li.num8 .ban4 img {
        width: 520px;
    }
    .ind_num {
        display: none;
        position: static;
        background: #09146d;
    }
    .ind_num_list li {
        padding: 20px 0;
    }
    .ind_num_list li .text {
        font-size: 18px;
    }
    .ind_num_list li .text span {
        font-size: 30px;
    }
    .ind_num_list li sup {
        font-size: 20px;
    }
    .ind_news {
        padding: 0 10px 40px;
    }
    .ind_news_list {
        overflow: hidden;
    }
    /*.ind_news_list .scroll-wrap{width: 100%;height: auto; position: absolute; left: 0px; top: 0px; z-index: 1; overflow: hidden;}
	.ind_news_list .scroll-wrap ul{width: 100% !important;}
	.ind_news_list li{width:49%;height: auto;  margin-right:2%;}*/
    .ind_news_list li a {
        padding: 15px 15px;
    }
    /*.ind_news_list li:nth-child(2n){margin-right: 0;}*/
    .ind_news_list .scroll-wrap {
        height: 243px;
    }
    .ind_news_list li {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ind_news_list li .img img {}
    .ind_news_list li .info {
        height: auto;
    }
    /*.ind_news_list li .info{height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}*/
    .ind_case {
        height: auto;
        padding-bottom: 50px;
    }
    .ind_case_text {
        padding: 20px 10px;
    }
    .ind_case_list {
        padding: 0 30px;
    }
    .ind_case_list .scroll-wrap {
        height: 352px;
    }
    .ind_case_list li {
        width: 223px;
        height: 342px;
        margin-right: 20px;
    }
    .ind_case_list li a {
        height: 342px;
    }
    .ind_case_list li .img {
        width: 223px;
        height: 190px;
    }
    .ind_case_list .prev {
        left: 10px;
    }
    .ind_case_list .next {
        right: 10px;
    }
    .ind_news_list .prev {
        left: 0;
    }
    .ind_news_list .next {
        right: 0;
    }
    .ind_intro .text {
        padding: 0 10px;
        display: block;
    }
    .ind_about {
        height: auto;
        padding-bottom: 50px;
    }
    .ind_about_con {
        padding: 0 10px;
    }
    .ind_about_text {
        width: 100%;
    }
    .ind_pro {
        padding: 0 10px 40px;
        background: none;
    }
    .ind_pro .ind_title {
        color: #333;
    }
    .ind_pro_con {
        padding: 20px 10px;
        height: auto;
    }
    .ind_pro_tab li .ico {
        display: none;
    }
    .ind_pro_tab li a {
        height: auto;
        text-align: center;
    }
    .ind_pro_tab li .ico {
        display: none;
    }
    .ind_pro_tab li .title {
        display: block;
        float: none;
        line-height: 58px;
        height: 58px;
        font-size: 16px;
    }
    .ind_pro_zq_ul li {
        width: 20% !important;
    }
    .ind_pro_zq_ul li.num1 a,
    .ind_pro_zq_ul li.num6 a {
        margin: 0 auto;
    }
    .ind_pro_zq_ul li.num5 a,
    .ind_pro_zq_ul li.num10 a {
        margin: 0 auto;
        float: none;
    }
    .ind_pro_zq_ul2 li {
        width: 20% !important;
        text-align: center;
    }
    .ind_pro_zq_ul2 li a {
        width: 100%;
    }
    .ind_pro_zq_ul2 li.num1 a,
    .ind_pro_zq_ul2 li.num6 a {
        margin: 0 auto;
    }
    .ind_pro_zq_ul2 li.num5 a,
    .ind_pro_zq_ul2 li.num10 a {
        margin: 0 auto;
        float: none;
    }
    .ind_pro_zq_ul2 li.num6 {
        margin-left: 0;
    }
    .ind_pro_zq_ul3 li a {
        padding: 20px 0;
    }
    .ind_pro_zq_ul3 li {
        width: 30.33%;
        margin: 0 1.5% 10px !important;
    }
    .ind_pro_zq_ul5 {
        width: 100%;
    }
    .ind_pro_zq_ul5 li {
        width: 22%;
        margin: 0 1.5% !important;
        height: auto;
        padding: 10px 0 30px;
    }
    .ind_pro_zq_ul5 li .img {
        width: 40%;
        height: auto;
    }
    .ind_pro_zq_ul6 {
        padding: 0;
    }
    .ind_pro_zq_ul6 li {
        width: 21%;
        margin: 0 2% 0 !important;
    }
    .ind_pro_zq_ul6 li .img_title {
        margin-top: 10px !important;
        height: auto;
        font-size: 14px;
    }
    .ind_pro_zq_ul li .img_title,
    .ind_pro_zq_ul2 li .img_title,
    .ind_pro_zq_ul2 li .img_title,
    .ind_pro_zq_ul2 li .img_title {
        font-size: 14px;
    }
    .ind_pro_zq_ul7 {
        width: 100%;
    }
    .ind_pro_zq_ul7 li {
        width: 16%;
        margin: 0 2%;
    }
    .ind_pro_zq_ul7 li .img {
        width: 100px;
        height: 100px;
    }
    .ind_pro_zq_ul7 li.num1 img {
        width: 60px;
        padding-top: 28px;
    }
    .ind_pro_zq_ul7 li.num2 img {
        width: 75px;
        padding-top: 22px;
    }
    .ind_pro_zq_ul7 li.num3 img {
        width: 65px;
        padding-top: 26px;
    }
    .ind_pro_zq_ul7 li.num4 img {
        width: 60px;
        padding-top: 16px;
    }
    .ind_pro_zq_ul7 li.num5 img {
        width: 75px;
        padding-top: 20px;
    }
    .ind_pro_zq_ul7 li .title {
        font-size: 16px;
        margin-top: 5px;
    }
}

@media (max-width:640px) {
    .ind_case {
        background-size: cover;
    }
    .ind_pro {
        padding: 0 10px 10px;
    }
    .ind_pro_zq_ul li {
        width: 25% !important;
        background: none !important;
    }
    .ind_pro_zq_ul li:nth-child(4n) {
        background: none;
    }
    .ind_pro_zq_ul li.num5 {
        background: url(../images/ind_pro_zq_line.png) right center no-repeat;
    }
    .ind_pro_tab li {
        width: 33.333%;
    }
    .ind_pro_zq_ul2 li {
        width: 25% !important;
        background: none !important;
    }
    .ind_pro_zq_ul2 li:nth-child(4n) {
        background: none;
    }
    .ind_pro_zq_ul2 li.num5 {
        background: url(../images/ind_pro_zq_line.png) right center no-repeat;
    }
    .ind_pro_zq_ul4 li {
        width: 33.33%;
    }
    .ind_pro_zq_ul7 li .img {
        width: 80px;
        height: 80px;
    }
    .ind_pro_zq_ul7 li.num1 img {
        width: 55px;
        padding-top: 20px;
    }
    .ind_pro_zq_ul7 li.num2 img {
        width: 60px;
        padding-top: 18px;
    }
    .ind_pro_zq_ul7 li.num3 img {
        width: 55px;
        padding-top: 18px;
    }
    .ind_pro_zq_ul7 li.num4 img {
        width: 50px;
        padding-top: 10px;
    }
    .ind_pro_zq_ul7 li.num5 img {
        width: 60px;
        padding-top: 16px;
    }
    .ind_pro_zq_ul7 li .title {
        line-height: 24px;
    }
    .banner li .banner_left {
        width: 60%;
    }
    .banner li .banner_left .more {
        margin: 15px 0 0;
    }
    .banner li.num1 .banner_right {
        width: 180px;
    }
    .banner li.num2 .banner_right {
        width: 210px;
        top: 70px;
        right: 10px;
    }
    .banner li.num3 .banner_right {
        width: 200px;
    }
    .banner li.num9 .banner_right {
        width: 230px;
        right: 20px;
        top: 64px;
    }
    .banner li.num10 .banner_right {
        width: 250px;
        top: 64px;
    }
    .banner li.num4 .ban {
        margin-top: 30px;
        text-align: center;
    }
    .banner li.num4 .ban1 img {
        width: 460px;
    }
    .banner li.num4 .ban2 img {
        width: 140px;
    }
    .banner li.num4 .ban3 img {
        width: 100px;
    }
    .banner li.num4 .ban4 {
        margin-top: 20px;
    }
    .banner li.num4 .ban4 img {
        width: 420px;
    }
    .banner li.num5 .ban {
        margin-top: 10px;
        text-align: center;
    }
    .banner li.num5 .ban3 img {
        width: 300px;
    }
    .banner li.num5 .ban1 img {
        width: 400px;
    }
    .banner li.num5 .ban2 img {
        width: 300px;
    }
    .banner li.num6 .ban1 {
        margin-top: -40px;
        left: 10px;
    }
    .banner li.num6 .ban1 img {
        height: 80px;
    }
    .banner li.num7 .ban {
        margin-top: 30px;
        text-align: center;
    }
    .banner li.num7 .ban1 img {
        width: 460px;
    }
    .banner li.num7 .ban3 img {
        width: 100px;
    }
    .banner li.num7 .ban4 {
        margin-top: 20px;
    }
    .banner li.num7 .ban4 img {
        width: 420px;
    }
    .banner li.num8 .ban {
        margin-top: 30px;
        text-align: center;
    }
    .banner li.num8 .ban1 img {
        width: 460px;
    }
    .banner li.num8 .ban3 img {
        width: 100px;
    }
    .banner li.num8 .ban4 {
        margin-top: 20px;
    }
    .banner li.num8 .ban4 img {
        width: 420px;
    }
    .ind_intro .text {
        display: none;
    }
    .ind_intro .text2 {
        display: block;
    }
}

@media (max-width:480px) {
    .ind_title,
    .ind_about .ind_title {
        font-size: 24px;
        padding: 25px 0 20px;
    }
    .banner .hd {
        bottom: 20px;
    }
    .banner {
        height: 160px;
    }
    .banner .bd li {
        /* height: 160px; */
    }
    /*.banner li .banner_left,.banner li .banner_right{display: none;}*/
    .banner li .banner_left p {
        display: none;
    }
    .banner li .banner_left {
        padding-top: 40px;
    }
    .banner li .banner_left h1 {
        font-size: 18px;
    }
    .banner li .banner_left h3 {
        font-size: 14px;
        margin: 10px 0 10px;
    }
    .banner li .banner_right {
        width: 140px;
    }
    .banner li .banner_left .more {
        font-size: 14px;
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
    .banner li.num1 .banner_right {
        width: 100px;
    }
    .banner li.num2 .banner_right {
        width: 180px;
        top: 40px;
        right: 10px;
    }
    .banner li.num3 .banner_right {
        width: 130px;
        right: 10px;
    }
    .banner li.num9 .banner_right {
        width: 180px;
        right: 10px;
        top: 30px;
    }
    .banner li.num10 .banner_right {
        width: 180px;
        top: 38px;
    }
    /*.banner li.num1{background: url(../images/wap_banner01.png) center no-repeat;}
	.banner li.num2{background: url(../images/wap_banner02.png) center no-repeat;}
	.banner li.num3{background: url(../images/wap_banner03.png) center no-repeat;}*/
    .banner li.num4 .ban {
        margin-top: 20px;
        text-align: center;
    }
    .banner li.num4 .ban1 img {
        width: 300px;
    }
    .banner li.num4 .ban2 {
        margin-top: 5px;
    }
    .banner li.num4 .ban2 img {
        width: 140px;
    }
    .banner li.num4 .ban3 img {
        width: 100px;
    }
    .banner li.num4 .ban4 {
        margin-top: 10px;
    }
    .banner li.num4 .ban4 img {
        width: 300px;
    }
    .banner li.num5 .ban {
        margin-top: 0;
        text-align: center;
    }
    .banner li.num5 .ban1,
    .banner li.num5 .ban2 {
        margin-top: 5px;
    }
    .banner li.num5 .ban3 img {
        width: 180px;
    }
    .banner li.num5 .ban1 img {
        width: 200px;
    }
    .banner li.num5 .ban2 img {
        width: 300px;
    }
    .banner li.num6 .ban1 {
        margin-top: -35px;
        left: 10px;
    }
    .banner li.num6 .ban1 img {
        height: 70px;
    }
    .banner .bd li.num6 {
        background-size: 570px;
    }
    .banner li.num7 .ban {
        margin-top: 20px;
        text-align: center;
    }
    .banner li.num7 .ban1 img {
        width: 300px;
    }
    .banner li.num7 .ban3 img {
        width: 100px;
    }
    .banner li.num7 .ban4 {
        margin-top: 10px;
    }
    .banner li.num7 .ban4 img {
        width: 300px;
    }
    .banner li.num8 .ban {
        margin-top: 20px;
        text-align: center;
    }
    .banner li.num8 .ban1 img {
        width: 300px;
    }
    .banner li.num8 .ban3 img {
        width: 200px;
    }
    .banner li.num8 .ban4 {
        margin-top: 10px;
    }
    .banner li.num8 .ban4 img {
        width: 300px;
    }
    .ind_num_list li {
        width: 33.333%;
        border-bottom: rgba(255, 255, 255, .1) 1px solid;
    }
    .ind_num_list li.num4,
    .ind_num_list li.num5 {
        width: 50%;
    }
    .ind_num_list li .text {
        height: 40px;
        font-size: 16px;
    }
    .ind_num_list li .text span {
        font-size: 24px;
    }
    .ind_pro_zq_ul li img,
    .ind_pro_zq_ul2 li img {
        width: 56px;
        height: 56px;
    }
    .ind_pro {
        padding-bottom: 0;
    }
    .ind_pro_con {
        padding: 20px 0px;
    }
    .ind_pro_zq_ul li {
        width: 33.333% !important;
        background: none !important;
        margin: 10px 0;
    }
    .ind_pro_zq_ul li a {
        width: auto;
    }
    .ind_pro_zq_ul li:nth-child(3n) {
        background: none !important;
    }
    .ind_pro_zq_ul2 li {
        width: 33.333% !important;
        background: none !important;
    }
    .ind_pro_zq_ul2 li:nth-child(3n) {
        background: none !important;
    }
    .ind_pro_zq_ul5 li {
        width: 46%;
        margin: 0 2% 10px!important;
        height: auto;
        padding: 10px 0 20px;
    }
    .ind_pro_zq_ul6 li {
        width: 46%;
        margin: 0 2% 10px !important;
    }
    .ind_pro_zq_ul6 li img {
        width: 60%;
    }
    .ind_pro_zq_ul6 li .img_title {
        height: 40px;
    }
    .ind_pro_zq_ul7 li {
        width: 31.333%;
        margin: 0 1% 20px !important;
    }
    .ind_pro_zq_ul7 li .img {
        width: 100%;
        height: 100px;
    }
    .ind_pro_zq_ul7 li .img img {
        width: 60% !important;
        vertical-align: middle;
        padding: 20px 0 0 !important;
    }
    .ind_case_list,
    .ind_news_list {
        padding: 0 20px;
    }
    .ind_news_list .scroll-wrap {
        height: 243px;
    }
    /*.ind_news_list li{width:300px;margin-right:15px;}*/
    .ind_case .more,
    .ind_news .more {
        width: 130px;
        font-size: 16px;
        margin: 20px auto 0;
    }
    .ind_news {
        padding: 0 10px 20px;
        background-color: blue;
    }
    .ind_news .news_info{
      flex: 1;
      flex-shrink: 0;
        height: 300px;
        background-color: palegoldenrod;
    }
    .ind_news .bgbox{
        height: 80px;
        background: url(../imgs/bg2.png) no-repeat top center;
        background-size: 100% 100%;
        }
        .ind_news .info_show{
            flex: 1;
            flex-shrink: 0;
              height: 300px;
            margin-left: 1.5rem;
            background-color: green;
        }
    .ind_case {
        padding-bottom: 20px;
    }
    .ind_about {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:360px) {
    /*.ind_news_list li{width:280px;margin-right:15px;}*/
}

@media only screen and (max-width:348px) {
    .ind_pro_zq_ul7 li .img {
        width: 100%;
        height: 80px;
    }
}


/**首页结束**/


/****内页banner图*****/

.inside_banner {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.inside_banner img {
    position: absolute;
    width: 1920px;
    height: 420px;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.inside_banner .img_title {
    display: none;
}

.ny_banbox {
    /* position: absolute;
    width: 100%;
    left: 0;
    bottom: 9.1rem;
    z-index: 2;
    background-color: red;
    text-align: center; */
    position: absolute;
    width: 100%;
    left: 50%;
    /* top: 22.4rem; */
    top: 17rem;
    transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
    z-index: 2;
    /* background-color: red; */
    text-align: center;
}

.ny_banbox .nyban_tit {
    /* font-weight: 800;
    font-size: 2.6rem;
    color: #FFFFFF;
    margin-bottom: 0.7rem;
    font-family: pcrbb; */
    font-weight: 800;
font-size: 5rem;
color: #FFFFFF;
height: 7rem;
line-height: 7rem;
margin-bottom: 1.5rem;
}

.ny_banbox .nyban_text {
    /* font-weight: 500;
    font-size: 1.8rem;
    color: #FFFFFF; */
    margin: 0 auto;
    width: 47.8rem;
    letter-spacing: 0.6rem;
    font-family: pcrb;
    font-weight: 500;
font-size: 1.6rem;
color: #FFFFFF;
margin-bottom: 1.9rem;
line-height: 3rem;
}
.ny_banbox button{
    border: none;
    outline: none;
    width: 18rem;
height: 4.6rem;
line-height: 4.6rem;
background: linear-gradient( 90deg, #0A70F6 0%, #10B1FF 100%);
border-radius: 5rem;
font-weight: 500;
font-size: 1.4rem;
color: #FFFFFF;
}
.ny_banbox button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: 500;
font-size: 1.4rem;
color: #FFFFFF;
border-radius: 5rem;
}
.ny_banbox .more {
    display: block;
    width: 140px;
    height: 42px;
    margin-top: 22px;
    background: url(../images/back20.png);
    /* background: rgba(29, 41, 62, 0.7); */
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 42px;
}

@media (max-width:1199px) {
    .inside_banner {
        height: 263px;
    }
    .inside_banner img {
        width: 1200px;
        height: 263px;
        margin-left: -600px;
    }
    .ny_banbox {
        top: 92px;
    }
    .ny_banbox .nyban_tit {
        font-size: 40px;
    }
    .ny_banbox .nyban_text {
        font-size: 20px;
    }
    .ny_banbox .more {
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    .ny_header {
        position: static !important;
        background: #151A33;
    }
    .inside_banner {
        height: 168px;
    }
    .inside_banner img {
        width: 768px;
        height: 168px;
        margin-left: -384px;
    }
    .ny_banbox {
        top: 47px;
        left: 10px;
    }
    .ny_banbox .container {
        width: auto;
        padding: 0 10px;
    }
    .ny_banbox .nyban_tit {
        font-size: 30px;
    }
    .ny_banbox .nyban_text {
        font-size: 18px;
    }
    .ny_banbox .more {
        width: 120px;
        margin-top: 10px;
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .ny_banbox {
        width: 90%;
    }
    .ny_banbox .nyban_tit {
        font-size: 22px;
    }
    .ny_banbox .nyban_text {
        font-size: 16px;
    }
    .ny_banbox .more {
        width: 100px;
        margin-top: 10px;
        font-size: 14px;
    }
}


/****产品中心-EX8*****/

.pro_gs {
    padding: 36px 0 80px;
    background: #fff url(../images/pro_gs_bg.png) 20px 140px no-repeat;
}

.pro_ny_title {
    font-size: 40px;
    text-align: center;
}

.pro_gs_con {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    margin-top: 25px;
    text-align: justify;
    text-indent: 2em;
}

.pro_yyxt {
    background: #f9f9f9;
    padding: 35px 0 50px;
}

.pro_yyxt_list {
    padding-top: 16px;
}

.pro_yyxt_list li {
    float: left;
    background: url(../images/pro_line01.png) right center no-repeat;
}

.pro_yyxt_list li a {
    display: block;
    padding: 24px 48px;
    cursor: default;
}

.pro_yyxt_list li img {
    width: 88px;
    vertical-align: middle;
}

.pro_yyxt_list li .img_title {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 110px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_yyxt_list li.num1 a,
.pro_yyxt_list li.num5 a {
    padding-left: 0;
}

.pro_yyxt_list li.num4 a {
    padding-right: 0;
}

.pro_yyxt_list li.num4 a,
.pro_yyxt_list li.num8 a {
    padding-right: 0;
}

.pro_yyxt_list li.num4,
.pro_yyxt_list li.num8 {
    background: none;
}

.pro_yyxt_list li.num4 .img_title,
.pro_yyxt_list li.num8 .img_title {
    padding-right: 0;
}

.pro_yyxt_list li:hover img {
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pro_jyh_list {
    padding-top: 16px;
}

.pro_jyh_list li {
    float: left;
    width: 292px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro_jyh_list li.num4,
.pro_jyh_list li.num8 {
    margin-right: 0;
}

.pro_jyh_list li a {
    display: block;
    padding-top: 26px;
    height: 174px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background: #9abde9;
}

.pro_jyh_list li.num1 a,
.pro_jyh_list li.num5 a {
    font-size: 30px;
    background: #82d5d2;
}

.pro_jyh_list li .img_title {
    display: block;
}

.pro_jyh_list li:hover img {
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


/*应用系统-new*/

.pro_yyxt_links {
    padding-top: 35px;
}

.pro_yyxt_links li {
    float: left;
    margin-bottom: 6px;
}

.pro_yyxt_links li a {
    display: block;
    padding-top: 35px;
    height: 135px;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.pro_yyxt_links li img {
    margin: 0 auto 15px;
}

.pro_yyxt_links li .img_title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_yyxt_links li:hover img {
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pro_yyxt_links_l {
    width: 220px;
}

.pro_yyxt_links_l li {
    width: 220px;
    height: 170px;
}

.pro_yyxt_links_l li a {
    background: #82d5d2;
}

.pro_yyxt_links_r {
    width: 980px;
}

.pro_yyxt_links_r li {
    width: 190px;
    height: 170px;
    margin-left: 6px;
}

.pro_yyxt_links_r li.num1 {
    height: 346px;
}

.pro_yyxt_links_r li.num1 a {
    padding-top: 105px;
    height: 241px;
}

.pro_yyxt_links_r li.num1 img {
    margin-bottom: 30px;
}

.pro_yyxt_links_r li a {
    background: #9abde9;
}

.pro_gntx {
    padding: 42px 0 67px;
}

.pro_gntx_list {
    margin-top: 34px;
}

.pro_gntx_list li {
    width: 216px;
    float: left;
    margin-right: 30px;
}

.pro_gntx_list li.num5 {
    margin-right: 0;
}

.pro_gntx_list li a {
    display: block;
    height: 346px;
    padding: 0 20px;
    border: #eaeaea 1px solid;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: default;
}

.pro_gntx_list li .img {
    width: 76px;
    height: 76px;
    overflow: hidden;
    margin: 33px auto 16px;
}

.pro_gntx_list li .title {
    display: block;
    text-align: center;
    font-size: 20px;
}

.pro_gntx_list li .intro {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 20px;
    text-align: justify;
}

.pro_gntx_list li a:hover {
    background: #5294c8;
    border-color: #5294c8;
    color: #fff;
}

.pro_gntx_list li a:hover img {
    margin-top: -76px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_gntx_list li a:hover .intro {
    color: #fff;
}


/*功能特性-new*/

.pro_gntx_links {
    margin-top: 5px;
}

.pro_gntx_links li {
    width: 378px;
    float: left;
    margin: 32px 32px 0 0;
}

.pro_gntx_links li.num3,
.pro_gntx_links li.num6 {
    margin-right: 0;
}

.pro_gntx_links li a {
    display: block;
    height: 156px;
    padding: 0 20px 0 15px;
    border: #eaeaea 1px solid;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: default;
}

.pro_gntx_links li .img {
    float: left;
    width: 76px;
    height: 76px;
    overflow: hidden;
    margin: 40px 20px 0 0;
}

.pro_gntx_links li .title {
    margin-left: 90px;
    display: block;
    padding-top: 20px;
    font-size: 22px;
}

.pro_gntx_links li .intro {
    margin-left: 90px;
    font-size: 15px;
    color: #999;
    line-height: 26px;
    margin-top: 10px;
    text-align: justify;
    max-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pro_gntx_links li a:hover {
    background: #5294c8;
    border-color: #5294c8;
    color: #fff;
}

.pro_gntx_links li a:hover img {
    margin-top: -76px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_gntx_links li a:hover .intro {
    color: #fff;
}


/*信创互认*/

.pro_xchr {
    padding: 40px 0;
    background: #f9f9f9;
}

.pro_xchr_intro {
    line-height: 33px;
    font-size: 16px;
    color: #676767;
    text-indent: 2em;
    padding: 20px 0 10px;
}

.pro_xchr_links {}

.pro_xchr_links li {
    float: left;
    text-align: center;
    width: 280px;
    margin-top: 15px;
}

.pro_xchr_links li.num1 {
    width: 410px;
}

.pro_xchr_links li.num2 {
    width: 310px;
}

.pro_xchr_links li.num3 {
    width: 480px;
}

.pro_xchr_links li.num4 {
    width: 360px;
}

.pro_xchr_links li a {
    display: block;
    padding: 0 10px;
    position: relative;
    height: 286px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: default;
}

.pro_xchr_links li img {
    height: 246px;
    max-width: 100%;
    margin: 0 auto 5px;
}

.pro_xchr_links li .img_title {
    display: block;
    text-align: center;
    font-size: 16px;
}

.pro_xchr_links li a:hover {}

@media (min-width: 992px) and (max-width:1199px) {
    .pro_ny_title {
        font-size: 34px;
    }
    /*.pro_yyxt_list li{margin-right:60px;}*/
    /*.pro_yyxt_list li .img_title{padding-right: 80px;padding-left: 30px;}*/
    .pro_yyxt_list li a {
        padding: 24px 20px;
    }
    .pro_yyxt_list li .img_title {
        padding-left: 15px;
    }
    .pro_gntx_list li {
        width: 182px;
        margin-right: 20px;
    }
    .pro_gntx_list li a {
        padding: 0 15px;
    }
    .pro_gntx_list li .img {
        margin: 20px auto 15px;
    }
    .pro_gntx_list li .intro {
        margin-top: 10px;
    }
    .pro_jyh_list li {
        width: 240px;
    }
    /*应用系统-new*/
    .pro_yyxt_links_l {
        width: 160px;
    }
    .pro_yyxt_links_l li {
        width: 160px;
    }
    .pro_yyxt_links_r {
        width: 832px;
    }
    .pro_yyxt_links_r li {
        width: 160px;
    }
    .pro_yyxt_links li a {
        font-size: 20px;
    }
    /*功能特性-new*/
    .pro_gntx_links li {
        width: 316px;
        margin: 22px 22px 0 0;
    }
    /*信创互认*/
    .pro_xchr_links li {
        width: 330px;
    }
    .pro_xchr_links li.num1,
    .pro_xchr_links li.num3 {
        width: 540px;
    }
    .pro_xchr_links li.num2,
    .pro_xchr_links li.num4 {
        width: 452px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pro_ny_title {
        font-size: 30px;
    }
    .pro_yyxt_list li {
        width: 50%;
    }
    .pro_yyxt_list li a {
        padding: 20px 0 !important;
        text-align: center;
    }
    .pro_yyxt_list li:nth-child(2n) {
        background: none
    }
    .pro_yyxt_list li .img_title {
        padding-left: 10px;
    }
    .pro_gntx_list li {
        width: 234px;
        margin-bottom: 20px;
    }
    .pro_gntx_list li.num3,
    .pro_gntx_list li.num6 {
        margin-right: 0;
    }
    .pro_jyh_list li {
        width: 178px;
    }
    .pro_jyh_list li a {
        font-size: 20px;
        height: 150px;
    }
    .pro_jyh_list li.num1 a,
    .pro_jyh_list li.num5 a {
        font-size: 24px;
    }
    .pro_jyh_list li img {
        width: 80px;
    }
    /*信创互认*/
    .pro_xchr_links li {
        width: 254px;
    }
    .pro_xchr_links li.num1,
    .pro_xchr_links li.num3 {
        width: 460px;
    }
    .pro_xchr_links li.num2,
    .pro_xchr_links li.num4 {
        width: 302px;
    }
}

@media (max-width:991px) {
    /*应用系统-new*/
    .pro_yyxt_links_l {
        float: none;
        width: 100%;
    }
    .pro_yyxt_links_l li {
        width: 368px;
    }
    .pro_yyxt_links_l li.num2 {
        float: right;
    }
    .pro_yyxt_links_r {
        float: none;
        width: 100%;
    }
    .pro_yyxt_links_r li {
        width: 143px;
    }
    .pro_yyxt_links_r li.num1 {
        margin-left: 0;
    }
    .pro_yyxt_links li a {
        font-size: 18px;
    }
    /*功能特性-new*/
    .pro_gntx_links li {
        width: 48%;
        margin-right: 0 !important;
    }
    .pro_gntx_links li.num2,
    .pro_gntx_links li.num4,
    .pro_gntx_links li.num6 {
        float: right;
    }
}

@media (max-width:767px) {
    .p10 {
        padding: 0 10px;
    }
    .pro_ny_title {
        font-size: 26px;
    }
    .pro_gs {
        padding: 30px 0 40px;
    }
    .pro_yyxt_list li {
        width: 50%;
    }
    .pro_yyxt_list li a {
        padding: 20px 0 !important;
        text-align: center;
    }
    .pro_yyxt_list li img {
        width: 76px;
        height: 76px;
    }
    .pro_yyxt_list li .img_title {
        padding-right: 0;
        font-size: 16px;
        padding-left: 10px;
    }
    .pro_yyxt_list li:nth-child(2n) {
        background: none;
    }
    .pro_gntx {
        padding: 30px 10px 40px;
    }
    .pro_gntx_list li {
        width: 30%;
        margin: 0 1.5% 15px;
    }
    .pro_jyh_list li {
        width: 48%;
        margin: 0 1% 10px !important;
    }
    .pro_jyh_list li a {
        font-size: 20px;
        height: 150px;
    }
    .pro_jyh_list li.num1 a,
    .pro_jyh_list li.num5 a {
        font-size: 24px;
    }
    .pro_jyh_list li img {
        width: 80px;
    }
    /*应用系统-new*/
    .pro_yyxt_links li {
        height: 120px;
    }
    .pro_yyxt_links li a {
        margin: 0 3px;
        padding-top: 20px;
        height: 100px;
        font-size: 16px;
    }
    .pro_yyxt_links li img {
        height: 48px;
        margin-bottom: 5px;
    }
    .pro_yyxt_links_l li {
        width: 50%;
    }
    .pro_yyxt_links_r li {
        width: 25%;
        margin-left: 0;
    }
    .pro_yyxt_links_r li.num1 {
        height: 120px;
        width: 100%;
    }
    .pro_yyxt_links_r li.num1 a {
        padding-top: 20px;
        height: 100px;
    }
    .pro_yyxt_links_r li.num1 img {
        margin-bottom: 5px;
    }
    /*功能特性-new*/
    .pro_gntx_links li {
        float: none !important;
        width: 100%;
        margin-top: 15px;
    }
    .pro_gntx_links li a {
        height: auto;
        padding-bottom: 20px;
    }
    /*信创互认*/
    .pro_xchr {
        padding: 30px 10px;
    }
    .pro_xchr_links li {
        float: none;
        width: 100% !important;
    }
    .pro_xchr_links li a {
        height: auto;
    }
    .pro_xchr_links li img {
        height: auto;
    }
    .pro_xchr_links li.num1,
    .pro_xchr_links li.num3 {
        width: 460px;
    }
    .pro_xchr_links li.num2,
    .pro_xchr_links li.num4 {
        width: 302px;
    }
}

@media (max-width:480px) {
    .pro_yyxt_list li {
        text-align: center;
    }
    .pro_yyxt_list li a {
        padding: 10px 0;
    }
    .pro_yyxt_list li .img_title {
        width: 100%;
        padding: 0;
        display: block;
        overflow: hidden;
        margin-top: 10px;
    }
    .pro_yyxt_list li:nth-child(3n) {
        background: url(../images/pro_line01.png) right no-repeat;
    }
    .pro_yyxt_list li:nth-child(2n) {
        background: none;
    }
    .pro_gntx_list li {
        width: 100%;
        margin: 0 0 15px;
    }
    .pro_gntx_list li a {
        height: auto;
        padding: 0 20px 10px;
    }
    .pro_gntx_list li .intro {
        margin-top: 10px;
    }
    .pro_gntx_list li .title {
        font-size: 16px;
    }
    .pro_gs,
    .pro_yyxt {
        padding: 20px 0;
    }
    .pro_gntx {
        padding: 20px 10px;
    }
    .pro_gs_con {
        line-height: 30px;
        margin-top: 15px;
    }
    .pro_gntx_list {
        margin-top: 15px;
    }
    .pro_jyh_list li a {
        height: 120px;
    }
    .pro_jyh_list li img {
        width: 60px;
    }
    /*应用系统-new*/
    .pro_yyxt_links_r li {
        width: 50%;
    }
    /*功能特性*/
    .pro_gntx_links li .title {
        font-size: 16px;
    }
    .pro_gntx_links li .intro {
        font-size: 14px;
        max-height: none;
        line-height: 24px;
        display: block;
    }
}


/***产品中心-EX8***/

.pro_yyxt_list2 {}

.pro_yyxt_list2 li {
    float: left;
    margin-right: 180px;
}

.pro_yyxt_list2 li.num3,
.pro_yyxt_list2 li.num6,
.pro_yyxt_list2 li.num9 {
    margin-right: 0;
}

.pro_yyxt_list2 li a {
    display: block;
    padding: 38px 0;
    cursor: default;
}

.pro_yyxt_list2 li img {
    width: 54px;
    vertical-align: middle;
}

.pro_yyxt_list2 li .img_title {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 170px;
    padding-left: 26px;
    margin-left: 26px;
    font-size: 18px;
    line-height: 24px;
    background: url(../images/pro_line02.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_yyxt_list2 li:hover img {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pro_xtts2 {
    padding: 42px 0 70px;
}

.pro_xtts_list {
    margin-top: 80px;
}

.pro_xtts_list li {
    /* width: 380px;
    float: left;
    margin-right: 30px; */
    float: left;
    width: 280px;
    margin-right: 18px;
    /* height: 200px; */
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
}

.pro_xtts_list li.num3 {
    /* margin-right: 0; */
}

.pro_xtts_list li a {
    display: block;
    position: relative;
    height: 300px;
    padding: 0 20px;
    border: #eaeaea 1px solid;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: default;
}

.pro_xtts_list li .img {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -45px;
    z-index: 1;
    overflow: hidden;
}

.pro_xtts_list li .title {
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 68px;
    color: #333;
}

.pro_xtts_list li .intro {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 20px;
    text-align: justify;
}

.pro_xtts_list li a:hover {
    background: #f9f9f9;
}

.pro_xtts_list li a:hover img {
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.zhbg_xtts_list {
    margin-top: 0;
}

.zhbg_xtts_list li {
    margin-top: 80px;
}


/* .zhbg_xtts_list li.num4 {
    margin-left: 204px;
} */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pro_yyxt_list2 li {
        margin-right: 76px;
    }
    .pro_xtts_list li {
        width: 317px;
        margin-right: 20px;
    }
    .pro_xtts_list li a {
        padding-bottom: 10px;
        height: 340px;
    }
    .zhbg_xtts_list li.num4 {
        margin-left: 163px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pro_yyxt_list2 li {
        margin-right: 14px;
    }
    .pro_yyxt_list2 li .img_title {
        width: 150px;
        margin-left: 15px;
        padding-left: 15px;
    }
    .pro_xtts_list li {
        width: 240px;
        margin-right: 20px;
    }
    .pro_xtts_list li a {
        height: 352px;
        padding-bottom: 20px;
    }
    .pro_xtts_list li .intro {}
    .zhbg_xtts_list li.num4 {
        margin-left: 91px;
    }
    .zhbg_xtts_list li.num4,
    .zhbg_xtts_list li.num5 {
        width: 280px;
    }
}

@media (max-width:767px) {
    .pro_xtts2 {
        padding: 30px 10px 50px;
    }
    .pro_yyxt_list2 li {
        width: 46%;
        margin: 0 2% !important;
    }
    .pro_yyxt_list2 li:nth-child(3n) {
        margin: 0 2%;
    }
    .pro_xtts_list li {
        width: 100%;
        margin: 0 0 60px;
    }
    .pro_xtts_list li.num3 {
        margin: 0;
    }
    .pro_xtts_list li a {
        height: auto;
        padding-bottom: 20px;
    }
    .zhbg_xtts_list {
        margin-top: 80px;
    }
    .zhbg_xtts_list li.num3 {
        margin-bottom: 60px;
    }
    .zhbg_xtts_list li.num4 {
        margin-left: 0;
    }
    .zhbg_xtts_list li.num5 {
        margin: 0;
    }
    .pro_xtts_list li a {
        height: auto;
    }
    .pro_yyxt_list2 li .img_title {
        width: 130px;
        margin-left: 10px;
        padding-left: 10px;
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .pro_yyxt_list2 li {
        text-align: center;
    }
    .pro_yyxt_list2 li a {
        padding: 15px 0;
    }
    .pro_yyxt_list2 li .img_title {
        background: none;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 15px 0 0;
    }
    .pro_xtts_list li .title {
        font-size: 18px;
    }
}


/***产品中心-党建平台***/

.dj_one {
    padding: 58px 0 48px;
    background: #f9f9f9;
}

.djxz_con {
    margin: 20px 0;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.djxz_list li {
    float: left;
    width: 292px;
    margin: 0 10px 10px 0;
    background: #ff5252;
}

.djxz_list li.num1,
.djxz_list li.num2,
.djxz_list li.num3 {
    width: 393px;
}

.djxz_list li a {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.djxz_list li.num3,
.djxz_list li.num7 {
    margin-right: 0;
}

.djxz_list li.num2 {
    background: #ff8a65;
}

.djxz_list li.num3 {
    background: #f8b551;
}

.djxz_list li.num4 {
    background: #f8b551;
}

.djxz_list li.num5 {
    background: #ff9800;
}

.djxz_list li.num6 {
    background: #ff5252;
}

.djxz_list li.num7 {
    background: #ff8a65;
}

.dj_two {
    padding: 54px 0 30px;
}

.di_two_img1 {
    margin: 30px 0 20px;
}

.di_two_img1 img {
    width: 100%;
}

.djyjsj {
    padding: 15px 0;
    background: #eabb75;
    color: #fff;
    text-align: center;
}

.djyjsj h1 {
    font-size: 24px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.djyjsj p {
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin-top: 8px;
}

.dj_yw {
    padding: 65px 0 48px;
    background: #f6f6f6;
}

.dj_yw_list {
    padding-top: 36px;
}

.dj_yw_list li {
    width: 175px;
    float: left;
    margin-right: 30px;
}

.dj_yw_list li.num6 {
    margin-right: 0;
}

.dj_yw_list li a {
    display: block;
    color: #666;
    border: #dcdcdc 1px solid;
    background: #fff;
    text-align: center;
    padding: 45px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    cursor: default;
}

.dj_yw_list li .tit {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0;
    padding: 20px 0 0;
    height: 26px;
    line-height: 26px;
    background: url(../images/dj_line01.png) top center no-repeat;
}

.dj_yw_list li .ico {
    display: block;
    width: 64px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/dj_ico01.png) 0 0 no-repeat;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.dj_yw_list li.num2 .ico {
    background: url(../images/dj_ico02.png) 0 0 no-repeat;
}

.dj_yw_list li.num3 .ico {
    background: url(../images/dj_ico03.png) 0 0 no-repeat;
}

.dj_yw_list li.num4 .ico {
    background: url(../images/dj_ico04.png) 0 0 no-repeat;
}

.dj_yw_list li.num5 .ico {
    background: url(../images/dj_ico05.png) 0 0 no-repeat;
}

.dj_yw_list li.num6 .ico {
    background: url(../images/dj_ico06.png) 0 0 no-repeat;
}

.dj_yw_list li a:hover {
    background: #d7000f;
    color: #fff;
}

.dj_yw_list li a:hover .ico {
    background-position: 0 -60px;
}

.dj_yw_list li a:hover .tit {
    background: url(../images/dj_line02.png) top center no-repeat;
}

.dj_online {
    padding: 65px 0 55px;
}

.dj_online_con {
    margin: 20px 0;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.dj_online_list li {
    width: 400px;
    float: left;
    margin-right: 80px;
    text-align: center;
}

.dj_online_list li.num3 {
    margin-right: 0;
}

.dj_online_list li.num1 {
    width: 240px;
}

.dj_online_list li a {
    display: block;
    cursor: default;
}

.dj_online_list img {
    max-width: 100%;
}

.dj_online_list li .img_title {
    display: block;
    font-size: 28px;
    color: #434343;
    overflow: hidden;
    margin-top: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .djxz_list li {
        width: 240px;
    }
    .djxz_list li.num1,
    .djxz_list li.num2,
    .djxz_list li.num3 {
        width: 324px;
    }
    .dj_yw_list li {
        width: 148px;
        margin-right: 20px;
    }
    .dj_yw_list li .tit {
        font-size: 18px;
    }
    .dj_online_list li {
        width: 350px;
        margin-right: 30px;
    }
    .dj_online_list li.num1 {
        width: 232px;
    }
    .dj_online_list li .img_title {
        font-size: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .djxz_list li {
        width: 183px;
    }
    .djxz_list li.num1,
    .djxz_list li.num2,
    .djxz_list li.num3 {
        width: 247px;
    }
    .dj_yw_list li {
        width: 30.33%;
        margin: 0 1.5%;
        margin-bottom: 20px;
    }
    .dj_yw_list li .tit {
        font-size: 18px;
    }
    .dj_online_list li {
        width: 290px;
        margin-right: 30px;
    }
    .dj_online_list li.num1 {
        width: 122px;
    }
    .dj_online_list li .img_title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dj_two {
        padding: 30px 0 20px;
    }
    .djxz_list li {
        width: 49% !important;
        margin: 0 2% 10px 0;
    }
    .djxz_list li.num2,
    .djxz_list li.num4,
    .djxz_list li.num6 {
        width: 49%;
        margin: 0 0 10px 0;
    }
    .djxz_list li.num3 {
        margin: 0 2% 10px 0;
    }
    .djxz_list li.num7 {
        width: 100% !important;
        margin: 0;
    }
    .djxz_list li a {
        font-size: 16px;
    }
    .djyjsj h1 {
        font-size: 20px;
    }
    .dj_yw {
        padding: 30px 0;
    }
    .dj_yw_list li {
        width: 30.33%;
        margin: 0 1.5% 20px;
    }
    .dj_yw_list li .tit {
        font-size: 18px;
    }
    .dj_yw_list li a {
        padding: 30px 0;
    }
    .dj_online_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .dj_online_list li.num1 {
        width: 100%;
    }
    .dj_online_list li .img_title {
        font-size: 18px;
    }
}

@media only screen and (max-width:480px) {
    .dj_yw_list li {
        width: 48%;
        margin: 0 1% 10px;
    }
    .dj_yw_list li .tit {
        font-size: 16px;
        padding: 10px 0 0;
        margin: 10px 0 0;
    }
    .dj_one {
        padding: 20px 0;
    }
    .djxz_con {
        margin: 15px 0;
    }
    .djxz_list li {
        margin-bottom: 5px !important;
    }
    .dj_yw_list {
        padding-top: 15px;
    }
    .dj_yw {
        padding: 20px 0 10px;
    }
    .dj_online {
        padding: 20px 0;
    }
    .pro_ny_title img {
        width: 60%;
    }
    .dj_online_con {
        margin: 0 auto 20px;
    }
}


/***产品中心-园区平台***/

.yq_list1 {
    margin-top: 36px;
}

.yq_list1 li {
    width: 285px;
    margin-right: 20px;
    float: left;
}

.yq_list1 li.num4 {
    margin-right: 0;
}

.yq_list1 li a {
    display: block;
    cursor: default;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    background: #f5f5f5;
}

.yq_list1 li .ico {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.yq_list1 li .tit {
    padding-left: 12px;
    color: #666;
}

.yq_list1 li.num1 .ico {
    background: url(../images/yqpt_gs1_ico01.png) center no-repeat;
}

.yq_list1 li.num2 .ico {
    background: url(../images/yqpt_gs1_ico02.png) center no-repeat;
}

.yq_list1 li.num3 .ico {
    background: url(../images/yqpt_gs1_ico03.png) center no-repeat;
}

.yq_list1 li.num4 .ico {
    background: url(../images/yqpt_gs1_ico04.png) center no-repeat;
}

.yq_list1 li:hover .tit {
    color: #7DBD4A;
}

.yq_list1 li:hover .ico {
    transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.yq_list2 {
    margin-top: 20px;
}

.yq_list2 li {
    width: 285px;
    margin-right: 20px;
    float: left;
}

.yq_list2 li.num4 {
    margin-right: 0;
}

.yq_list2 li a {
    display: block;
    cursor: default;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    background: #79bb44;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.yq_list2 li.num2 a {
    background: #75c688;
}

.yq_list2 li.num3 a {
    background: #5bbcb4;
}

.yq_list2 li.num4 a {
    background: #5ebfe6;
}

.yq_list2 li a:hover {
    opacity: .8;
}

.ywpt {
    padding: 58px 0;
    background: #f9f9f9;
}

.ywpt_list {
    margin-top: 20px;
}

.ywpt_list li {
    width: 20%;
    float: left;
}

.ywpt_list li.num4 {
    margin-right: 0;
}

.ywpt_list li a {
    display: block;
    cursor: default;
    text-align: center;
    padding: 0 0 50px;
    border-right: #E7E7E7 1px solid;
    border-bottom: #E7E7E7 1px solid;
}

.ywpt_list li .img_title {
    display: block;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ywpt_list li.num6 a,
.ywpt_list li.num7 a,
.ywpt_list li.num8 a,
.ywpt_list li.num9 a,
.ywpt_list li.num10 a {
    padding: 50px 0 0;
    border-bottom: none;
}

.ywpt_list li.num5 a,
.ywpt_list li.num10 a {
    border-right: none;
}

.ywpt_list li a:hover img {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.yq_xttx {
    padding: 60px 0 48px;
}

.yq_xttx_list {
    margin-top: 30px;
}

.yq_xttx_list li {
    width: 380px;
    float: left;
    margin: 0 30px 30px 0;
}

.yq_xttx_list li.num3,
.yq_xttx_list li.num6 {
    margin-right: 0;
}

.yq_xttx_list li a {
    display: block;
    cursor: default;
    padding: 0 20px;
    height: 344px;
    border: #eaeaea 1px solid;
    overflow: hidden;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.yq_xttx_list li .img {
    width: 96px;
    height: 96px;
    overflow: hidden;
    margin: 35px auto 20px;
}

.yq_xttx_list li img {
    max-width: 100%;
}

.yq_xttx_list li .title {
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 22px;
    border-top: #eaeaea 1px solid;
}

.yq_xttx_list li .intro {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 16px;
    padding: 0 0 20px;
    overflow: hidden;
    text-align: justify;
}

.yq_xttx_list li a:hover {
    background: #f6f6f6;
}

.yq_xttx_list li a:hover img {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .yq_list1 li,
    .yq_list2 li {
        width: 233px;
    }
    .yq_xttx_list li {
        width: 310px;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .yq_list1 li,
    .yq_list2 li {
        width: 170px;
    }
    .ywpt_list li a {
        padding: 0 0 30px;
    }
    .ywpt_list li.num6 a,
    .ywpt_list li.num7 a,
    .ywpt_list li.num8 a,
    .ywpt_list li.num9 a,
    .ywpt_list li.num10 a {
        padding: 30px 0 0;
    }
    .ywpt_list li .img_title {
        font-size: 18px;
    }
    .yq_xttx_list li {
        width: 240px;
        margin-right: 20px;
    }
    .yq_xttx_list li .title {
        font-size: 18px;
    }
}

@media only screen and (max-width:767px) {
    .yq_list1 li,
    .yq_list2 li {
        width: 49%;
        margin: 0 2% 10px 0;
    }
    .yq_list1 li:nth-child(2n),
    .yq_list2 li:nth-child(2n) {
        margin-right: 0;
    }
    .ywpt_list li {
        width: 25%;
    }
    .ywpt_list li a {
        padding: 20px 0 0 !important;
        height: 100px;
    }
    .ywpt_list li:nth-child(4n) a {
        padding: 0;
        border-right: none;
    }
    .ywpt_list li.num2 a {
        border-right: #E7E7E7 1px solid;
    }
    .ywpt_list li.num5 a,
    .ywpt_list li.num6 a,
    .ywpt_list li.num7 a {
        padding: 30px 0 0;
        border-right: #E7E7E7 1px solid;
        border-bottom: #E7E7E7 1px solid;
    }
    .ywpt_list li.num8 a {
        padding: 30px 0 0;
        border-bottom: #E7E7E7 1px solid;
    }
    .ywpt_list li.num9 a,
    .ywpt_list li.num10 a {
        padding: 30px 0 0;
    }
    .ywpt_list li .img_title {
        font-size: 14px;
        line-height: 24px;
        height: auto;
        white-space: normal
    }
    .yq_xttx {
        padding: 30px 10px 20px;
    }
    .yq_xttx_list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .yq_xttx_list li a {
        height: auto;
    }
    .yq_xttx_list li .img {
        margin: 20px auto 10px;
    }
}

@media only screen and (max-width:480px) {
    .ywpt {
        padding: 20px 0;
    }
    .ywpt_list li img {
        width: 40px;
        height: 40px;
    }
    .ywpt_list li.num5,
    .ywpt_list li.num6,
    .ywpt_list li.num7,
    .ywpt_list li.num8,
    .ywpt_list li.num9,
    .ywpt_list li.num10 {
        width: 33.33%;
    }
    .ywpt_list li.num8 a {
        border-right: #E7E7E7 1px solid;
        border-bottom: none;
    }
    .ywpt_list li.num4 a,
    .ywpt_list li.num7 a {
        border-right: none;
    }
    .yq_list1 {
        margin-top: 20px;
    }
    .yq_list2 {
        margin-top: 0;
    }
    .yq_xttx {
        padding: 20px 10px 0;
    }
    .yq_xttx_list {
        margin-top: 20px;
    }
    .yq_xttx_list li .intro {
        margin-top: 10px;
    }
}


/***产品中心-行业应用**/

.hyeyy {
    padding: 48px 0 2px;
}

.hyeyy_list {}

.hyeyy_list li {
    width: 580px;
    float: left;
    margin: 0 40px 46px 0;
}

.hyeyy_list li.num2,
.hyeyy_list li.num4 {
    margin-right: 0;
}

.hyeyy_list li a {
    display: block;
    overflow: hidden;
    cursor: default;
}

.hyeyy_list li .list_tt {
    width: 530px;
    padding: 20px 25px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.hyeyy_list li .list_tt .title {
    height: 98px;
    border: rgba(255, 255, 255, .15) 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.list_tt .title h1 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 22px 5px 0;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyeyy_list li .list_info {
    background: #f9f9f9;
    height: 130px;
    padding: 50px 20px 0;
    position: relative;
}

.list_info .ico {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -45px;
    z-index: 9;
}

.list_info .intro {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/*.hyeyy_list li.num1 .list_tt{background: #6cabf8;}*/

.hyeyy_list li.num1 .list_tt {
    background: #56b037;
}

.hyeyy_list li.num2 .list_tt {
    background: #728bd0;
}

.hyeyy_list li.num3 .list_tt {
    background: #ff9440;
}

.hyeyy_list li.num5 .list_tt {
    background: #f9775c;
}

.hyeyy_list li.num4 .list_tt {
    background: #13c2a3;
}

.hyeyy_list li .ico:hover img {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hyeyy_list li {
        width: 476px;
        margin: 0 40px 30px 0;
    }
    .hyeyy_list li .list_tt {
        width: 426px;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .hyeyy_list li {
        width: 356px;
        margin: 0 30px 30px 0;
    }
    .list_tt .title h1 {
        font-size: 20px;
        padding: 15px 5px 0;
    }
    .hyeyy_list li .list_tt {
        width: 306px;
    }
    .hyeyy_list li .list_tt .title {
        height: 86px;
    }
}

@media only screen and (max-width:767px) {
    .hyeyy_list li {
        width: 48%;
        margin: 0 1% 20px !important;
    }
    .hyeyy_list li:nth-child(2n) {
        margin-right: 0;
    }
    .hyeyy_list li .list_tt {
        width: auto;
    }
    .list_tt .title h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width:480px) {
    .hyeyy_list li {
        width: 98%;
    }
    .hyeyy {
        padding: 20px 0 0;
    }
    .hyeyy_list li .list_tt {
        padding: 20px;
    }
    .list_info .intro {
        height: 96px;
    }
}


/***产品中心-智慧征迁**/

.cpjz_list {
    margin-top: 36px;
}

.cpjz_list li {
    width: 580px;
    float: left;
    background: #f9f9f9;
    margin: 0 40px 40px 0;
}

.cpjz_list li a {
    display: block;
    padding: 30px 35px;
    overflow: hidden;
    cursor: default;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.cpjz_list li.num2,
.cpjz_list li.num4 {
    margin-right: 0;
}

.cpjz_list li .img {
    width: 136px;
    height: 136px;
    float: left;
    margin: 30px 0 0;
}

.cpjz_list li .img img {
    max-width: 100%;
}

.cpjz_list li .cpjz_list_r {
    width: 324px;
    float: right;
}

.cpjz_list li a:hover {
    box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
    -webkit-box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
}

.cpjz_list_r h2 {
    font-size: 30px;
    color: #123e40;
}

.cpjz_list_r .tt {
    display: block;
    font-size: 24px;
    color: #298c91;
}

.cpjz_list_r .intro {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.hxgn {
    padding: 0 0 20px;
}

.hxgn_list {
    margin-top: 36px;
}

.hxgn_list li {
    width: 380px;
    float: left;
    margin: 0 30px 40px 0;
}

.hxgn_list li.num3,
.hxgn_list li.num6 {
    margin-right: 0;
}

.hxgn_list li a {
    display: block;
    cursor: default;
    border: #EAEAEA 1px solid;
    padding: 39px 20px 15px;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.hxgn_list li .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.hxgn_list li .title {
    display: block;
    font-size: 30px;
    color: #123e40;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 16px 0 8px;
    overflow: hidden;
}

.hxgn_list li .intro {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.hxgn_list li a:hover {
    background: #f9f9f9;
}

.app_online {
    padding: 35px 0 70px;
    background: #F9F9F9;
}

.app_online_img {
    text-align: center;
    margin-top: 20px;
}

.app_online_img img {
    max-width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cpjz_list li {
        width: 481px;
        margin: 0 30px 30px 0;
    }
    .cpjz_list li a {
        padding: 30px 20px;
    }
    .cpjz_list li .img {
        width: 140px;
        height: 140px;
    }
    .cpjz_list li .cpjz_list_r {
        width: 290px;
    }
    .cpjz_list_r h2 {
        font-size: 26px;
    }
    .cpjz_list_r .tt {
        font-size: 22px;
    }
    .hxgn_list li {
        width: 310px;
    }
    .hxgn_list li .title {
        font-size: 28px;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .cpjz_list li {
        width: 361px;
        margin: 0 20px 20px 0;
    }
    .cpjz_list li a {
        padding: 25px 20px;
    }
    .cpjz_list li .img {
        width: 110px;
        height: 110px;
    }
    .cpjz_list li .cpjz_list_r {
        width: 200px;
    }
    .cpjz_list_r h2 {
        font-size: 24px;
    }
    .cpjz_list_r .tt {
        font-size: 18px;
    }
    .hxgn_list li {
        width: 234px;
        margin: 0 20px 20px 0;
    }
    .hxgn_list li .title {
        font-size: 24px;
    }
}

@media only screen and (max-width:767px) {
    .cpjz_list li {
        width: 100%;
        margin: 0 0 20px !important;
    }
    .cpjz_list li a {
        padding: 30px 20px;
    }
    .cpjz_list li .img {
        width: 24%;
        height: auto;
    }
    .cpjz_list li .cpjz_list_r {
        width: 70%;
    }
    .cpjz_list_r h2 {
        font-size: 24px;
    }
    .cpjz_list_r .tt {
        font-size: 18px;
    }
    .hxgn_list li {
        width: 46%;
        margin: 0 2% 20px !important;
    }
    .hxgn_list li a {
        padding: 25px 20px 15px;
    }
    .hxgn_list li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .hxgn_list li .title {
        font-size: 20px;
    }
    .app_online {
        padding: 30px 0;
    }
}

@media only screen and (max-width:480px) {
    .cpjz_list li a {
        padding: 20px 20px;
    }
    .cpjz_list li .img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        float: none;
    }
    .cpjz_list li .cpjz_list_r {
        width: 100%;
        float: none;
    }
    .cpjz_list_r h2 {
        text-align: center;
        font-size: 20px;
    }
    .cpjz_list_r .tt {
        font-size: 16px;
    }
    .cpjz_list_r .tt {
        text-align: center
    }
    .hxgn_list li {
        width: 100%;
        margin: 0 0 20px !important;
    }
    .cpjz_list {
        margin-top: 20px;
    }
    .cpjz_list_r .intro {
        height: auto;
    }
}


/***项目监管***/

.cpjz_list2 {
    margin-top: 36px;
}

.cpjz_list2 li {
    width: 380px;
    height: 320px;
    float: left;
    margin: 0 30px 30px 0;
    border-radius: 3px;
    background: #F5F9FC;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cpjz_list2 li.num3 {
    margin-right: 0;
}

.cpjz_list2 li.num4 {
    margin-left: 205px;
}

.cpjz_list2 li a {
    display: block;
    padding: 30px 20px 0;
    cursor: default;
}

.cpjz_list2 li .img {
    width: 110px;
    height: 92px;
    text-align: center;
    margin: 0 auto;
}

.cpjz_list2 li .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #999;
    height: 35px;
    line-height: 35px;
    margin: 10px 0;
}

.cpjz_list2 li .intro {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: justify;
}

.cpjz_list2 li.num1 img {
    width: 95px;
}

.cpjz_list2 li.num2 img {
    width: 101px;
}

.cpjz_list2 li.num3 img {
    width: 99px;
}

.cpjz_list2 li.num4 img {
    width: 95px;
}

.cpjz_list2 li.num5 img {
    width: 109px;
}

.cpjz_list2 li:hover {
    box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
    -webkit-box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
}

.hxgn2 {
    padding: 20px 0 90px;
}

.hxgn_list2 {
    margin-top: 36px;
}

.hxgn_list2 li {
    width: 140px;
    float: left;
    margin-right: 72px;
    text-align: center;
}

.hxgn_list2 li a {
    display: block;
    cursor: default;
}

.hxgn_list2 li.num6 {
    margin-right: 0;
}

.hxgn_list2 li .img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: red;
    position: relative;
}

.hxgn_list2 li img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translateX(-50%) translateY(-50%); */
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE9及以上支持 */
    -webkit-transform: translate(-50%, -50%);
    /* Safari and Chrome */
    -o-transform: translate(-50%, -50%);
    /* Opera */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
}

.hxgn_list2 li .title {
    display: block;
    font-size: 24px;
    color: #666;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    overflow: hidden;
}

.hxgn_list2 li:hover img {
    transform: rotateZ(-15deg);
    -ms-transform: rotateZ(-15deg);
    -moz-transform: rotateZ(-15deg);
    -webkit-transform: rotateZ(-15deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cpjz_list2 li {
        width: 310px;
    }
    .cpjz_list2 li.num4 {
        margin-left: 121px;
    }
    .cpjz_list2 li.num4,
    .cpjz_list2 li.num5 {
        width: 360px;
    }
    .cpjz_list2 li .img {
        height: 82px;
    }
    .cpjz_list2 li.num1 img {
        width: 85px;
    }
    .cpjz_list2 li.num2 img {
        width: 91px;
    }
    .cpjz_list2 li.num3 img {
        width: 89px;
    }
    .cpjz_list2 li.num4 img {
        width: 85px;
    }
    .cpjz_list2 li.num5 img {
        width: 99px;
    }
    .hxgn_list2 li {
        margin-right: 30px;
    }
    .hxgn_list2 li .title {
        font-size: 22px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cpjz_list2 li.num2,
    .cpjz_list2 li.num4 {
        margin-right: 0;
    }
    .cpjz_list2 li.num3 {
        margin-right: 30px;
    }
    .cpjz_list2 li.num4 {
        margin-left: 0;
    }
    .cpjz_list2 li.num5 {
        margin-left: 193px;
    }
    .cpjz_list2 li {
        width: 356px;
    }
    .cpjz_list2 li .img {
        height: 82px;
    }
    .cpjz_list2 li.num1 img {
        width: 85px;
    }
    .cpjz_list2 li.num2 img {
        width: 91px;
    }
    .cpjz_list2 li.num3 img {
        width: 89px;
    }
    .cpjz_list2 li.num4 img {
        width: 85px;
    }
    .cpjz_list2 li.num5 img {
        width: 99px;
    }
    .hxgn_list2 li {
        margin-right: 161px;
        margin-bottom: 20px;
    }
    .hxgn_list2 li.num3 {
        margin-right: 0;
    }
    .hxgn_list2 li .title {
        font-size: 20px;
    }
    .hxgn2 {
        padding: 20px 0 60px;
    }
}

@media only screen and (max-width:767px) {
    .cpjz_list2 li {
        width: 100%;
        margin: 0 0 20px !important;
        height: auto;
    }
    .cpjz_list2 li a {
        padding: 20px;
    }
    .hxgn2 {
        padding: 20px 0 40px;
    }
    .hxgn_list2 li {
        width: 33.33%;
        margin: 0 0 20px 0 !important;
    }
    .hxgn_list2 li .img {
        width: 100px;
        height: 100px;
    }
    .hxgn_list2 li .title {
        font-size: 18px;
    }
}

@media only screen and (max-width:480px) {
    .cpjz_list2 li .title {
        margin: 5px 0;
        font-size: 18px;
    }
    .cpjz_list2 li .intro {
        font-size: 14px;
        line-height: 24px;
    }
    .cpjz_list2 li .img {
        height: 62px;
    }
    .cpjz_list2 li.num1 img {
        width: 65px;
    }
    .cpjz_list2 li.num2 img {
        width: 71px;
    }
    .cpjz_list2 li.num3 img {
        width: 69px;
    }
    .cpjz_list2 li.num4 img {
        width: 65px;
    }
    .cpjz_list2 li.num5 img {
        width: 79px;
    }
    .hxgn2 {
        padding: 10px 0 20px;
    }
    .hxgn_list2 li .img {
        width: 80px;
        height: 80px;
    }
    .hxgn_list2 li .title {
        font-size: 16px;
    }
    .cpjz_list2,
    .hxgn_list2 {
        margin-top: 20px;
    }
}


/***服务支持**/

.fw_banner {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.fw_banner img {
    position: absolute;
    width: 1920px;
    height: 600px;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.fw_banner .img_title {
    display: none;
}

.fw_banbox {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    z-index: 2;
}

.fwban_tit {
    width: 100%;
    position: absolute;
    text-align: center;
    height: 60px;
    line-height: 60px;
    left: 0;
    top: 50%;
    margin-top: -30px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.fw_list {
    margin-top: 80px;
}

.fw_list li {
    width: 25%;
    float: left;
}

.fw_list li a {
    display: block;
    padding-left: 10px;
    border-left: #fff 1px solid;
    color: #fff;
    cursor: default;
}

.fw_list li .fw_tit {
    font-size: 40px;
    font-weight: bold;
}

.fw_list li .fw_info {
    font-size: 24px;
}

.fw_list li .text {
    font-size: 16px;
    line-height: 24px;
    word-break: break-all;
}

.fw_one {
    padding: 36px 0;
}

.fw_tit {
    font-size: 30px;
    margin-top: 15px;
}

.fw_liuc {
    text-align: center;
    padding: 20px 0 20px;
}

.fw_liuc img {
    max-width: 100%;
    width: 700px;
}

.fw_bztx {
    width: 1000px;
    margin: 15px auto 0;
}

.fw_bztx li {
    width: 23%;
    height: auto;
    float: left;
    margin: 0 1%;
}

.fw_bztx li a {
    display: block;
    cursor: default;
    padding: 10px 0;
    text-align: center;
    border: #dcdcdc 1px solid;
    border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.fw_bztx li img {
    width: 100px;
}


/*.fw_bztx li.num4{margin-right: 0;}*/

.fw_bztx li .img_title {
    display: block;
    height: 30px;
    color: #333;
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fw_bztx li a:hover {
    background: #F9F9F9;
}

.fw_two {
    width: 100%;
    padding: 30px 0 40px;
    background: url(../images/fw_bg.jpg) top center no-repeat;
}

.fw_guif {
    width: 800px;
    margin: 20px auto 0;
}

.fw_guif li {
    width: 46%;
    float: left;
    margin: 0 2%;
}

.fw_guif li a {
    display: block;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.fw_guif li img {
    max-width: 100%;
}

.fw_guif li a:hover {
    background: #F9F9F9;
}

@media only screen and (max-width: 1199px) {
    .fw_banner {
        height: 375px;
    }
    .fw_banner img {
        width: 1200px;
        height: 375px;
        margin-left: -660px;
    }
    .fw_banbox {
        bottom: 10px;
    }
    .fwban_tit {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
    }
    .fw_list {
        margin-top: 30px;
    }
    .fw_list li .fw_tit {
        font-size: 22px;
        font-weight: bold;
    }
    .fw_list li .fw_info {
        font-size: 16px;
    }
    .fw_list li .text {
        font-size: 14px;
    }
    .fw_tit {
        font-size: 26px;
    }
    .fw_bztx {
        width: 100%;
    }
    .fw_bztx li img {
        width: 90px;
    }
    .fw_guif {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .fwban_tit {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }
    .fw_list {
        margin-top: 30px;
    }
    .fw_list li .fw_tit {
        font-size: 22px;
        font-weight: bold;
    }
    .fw_list li .fw_info {
        font-size: 16px;
    }
    .fw_tit {
        font-size: 24px;
    }
    .fw_bztx li .img_title {
        font-size: 16px;
        margin-top: 5px;
    }
    .fw_bztx li img {
        width: 80px;
    }
}

@media only screen and (max-width:767px) {
    .fwban_tit {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }
    .fw_banner {
        height: 240px;
    }
    .fw_banner img {
        width: 768px;
        height: 240px;
        margin-left: -384px;
    }
    .fw_banbox {
        bottom: 110px;
    }
    .fw_list {
        display: none;
    }
    .fw_tit {
        font-size: 20px;
    }
    .fw_bztx li .img_title {
        font-size: 14px;
        margin-top: 0px;
    }
    .fw_guif {
        width: 100%;
    }
    .fw_guif li {
        width: 46%;
        margin: 0 2% 0;
    }
}

@media only screen and (max-width:480px) {
    .fw_one {
        padding: 20px 0;
    }
    .fw_two {
        padding: 20px 0;
    }
    .fw_banner {
        height: 150px;
    }
    .fw_banner img {
        width: 480px;
        height: 150px;
        margin-left: -240px;
    }
    .fw_banbox {
        bottom: 60px;
    }
    .fwban_tit {
        font-size: 22px;
    }
    .fw_tit {
        font-size: 18px;
    }
    .fw_bztx li {
        width: 46%;
        margin: 0 2% 10px;
    }
    .fw_bztx li img {
        width: 40%;
    }
}


/***典型案例**/

.lm_case {
    padding: 50px 0;
}

.lm_case .lm_case_list {
    margin-top: 35px;
}

.lm_case_list li {
    width: 20%;
    height: 368px;
    position: relative;
    float: left;
    background: #F5F5F5;
}

.lm_case_list li.num2,
.lm_case_list li.num4 {
    background: #008aff;
}

.lm_case_list li.num2 .img,
.lm_case_list li.num4 .img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.lm_case_list li .img {
    overflow: hidden;
}

.lm_case_list li .img img {
    max-width: 100%;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.lm_case_text {
    padding: 20px 18px;
}

.lm_case_text h4 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-align: center;
    padding-bottom: 6px;
    height: 30px;
    line-height: 30px;
    background: url(../images/ind_case_line01.png) bottom center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lm_case_text .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.lm_case_list li:hover .img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.lm_case_list li.num2 .lm_case_text h4,
.lm_case_list li.num4 .lm_case_text h4 {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: url(../images/ind_case_line02.png) bottom center no-repeat;
}

.lm_case_list li.num2 .lm_case_text .info,
.lm_case_list li.num4 .lm_case_text .info {
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.kehu_one {
    padding: 50px 0;
    background: #F7F7F7;
}

.case_title {
    font-size: 30px;
}

.case_h {
    height: 232px;
    overflow: hidden;
    transition: all .5s;
}

.case_h2 {
    height: auto;
}

.case_list_1 {
    margin-top: 20px;
}

.case_list_1 ul {
    margin-right: -25px;
}

.case_list_1 li {
    width: 220px;
    float: left;
    margin: 9px 25px 9px 0;
}

.case_list_1 li a {
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    border: #d7d7d7 1px solid;
    text-align: center;
    background: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.case_list_2 li a {
    background: #f6f6f6;
}

.case_list_1 li a:hover,
.case_list_3 li a:hover {
    border-color: #0189FF;
    background: #0189FF;
    color: #fff;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.kehu_two {
    padding: 36px 0 30px;
}

.kehu_three {
    padding: 36px 0 30px;
}

.case_list_3 {
    margin-top: 20px;
}

.case_list_3 ul {
    margin-right: -30px;
}

.case_list_3 li {
    width: 380px;
    float: left;
    margin: 9px 30px 9px 0;
}

.case_list_3 li a {
    display: block;
    cursor: default;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    background: #f6f6f6;
    border: #d7d7d7 1px solid;
    text-align: center;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_con .more {
    display: block;
    width: 158px;
    height: 38px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    margin: 20px auto 0;
    border: #eaeaea 1px solid;
    color: #666;
    cursor: pointer;
}

.case_con .more.on {
    width: 128px;
    border: #0088FF 1px solid;
    color: #0088FF;
}

@media only screen and (max-width: 1199px) {
    .case_list_1 ul {
        margin-right: -20px;
    }
    .case_list_1 li {
        width: 182px;
        margin: 9px 20px 9px 0;
    }
    .case_list_3 li {
        width: 310px;
    }
    .lm_case_list li {
        height: 368px;
    }
}

@media only screen and (max-width: 991px) {
    .case_title {
        font-size: 26px;
    }
    .case_list_1 ul {
        margin-right: -15px;
    }
    .case_list_1 li {
        width: 179px;
        margin: 9px 15px 9px 0;
    }
    .case_list_3 li {
        width: 234px;
    }
}

@media only screen and (max-width: 767px) {
    .case_title {
        font-size: 24px;
    }
    .lm_case_list li {
        width: 33.33%;
    }
    .kehu_one,
    .kehu_two,
    .kehu_three {
        padding: 30px 10px;
    }
    .case_list_1 ul {
        margin-right: 0;
    }
    .case_list_1 li {
        width: 30.33%;
        margin: 9px 1.5%;
    }
    .case_list_3 ul {
        margin-right: 0;
    }
    .case_list_3 li {
        width: 30.33%;
        margin: 9px 1.5%;
    }
}

@media only screen and (max-width:480px) {
    .case_title {
        font-size: 20px;
    }
    .case_list_1 {
        margin-top: 5px;
    }
    .lm_case_list li {
        width: 50%;
    }
    .lm_case_list li.num5 {
        width: 100%;
        height: auto;
    }
    .lm_case_list li.num5 .img {
        width: 50%;
        float: left;
    }
    .lm_case_list li.num5 .lm_case_text {
        float: right;
        width: 46%;
        padding: 25px 2%;
    }
    .case_list_1 li,
    .case_list_3 li {
        width: 48%;
        margin: 4px 2% 3px 0;
    }
    .case_list_1 li:nth-child(2n),
    .case_list_3 li:nth-child(2n) {
        margin-right: 0;
    }
    .case_con .more {
        font-size: 16px;
    }
}


/***关于龙讯**/

.ls_wrap {
    padding: 55px 0 38px;
    background: url(../images/about_bg.jpg) bottom center no-repeat;
}

.ls_intro {
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #000;
    text-align: justify;
}

.ls_intro p {
    text-indent: 2em;
}

.ls_intro a {
    color: #008aff;
}


/*龙讯之道*/

.ls_lxzd1 {
    padding: 44px 0 50px;
    border-bottom: 4px solid #fff;
}

.lxzd1-list-box {
    height: 430px !important;
    overflow: hidden;
    width: auto;
    margin-top: 48px;
}

.lxzd1-list-box .prev,
.lxzd1-list-box .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 5;
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: url(../images/lxzd-jt.png) no-repeat;
}

.lxzd1-list-box .prev {
    left: 0;
    background-position: 0px 0px;
}

.lxzd1-list-box .next {
    right: 0px;
    background-position: -40px 0px;
}

.lxzd1-list-box .scroll-wrap {
    height: 430px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 4;
    width: 100%;
}

.lxzd1-list-box .lxzd1-list li {
    float: left;
    width: 268px;
    height: 428px;
    border: 1px solid #ddd;
    margin-right: 40px;
}

.lxzd1-list-box .lxzd1-list li a {
    display: block;
    padding: 39px;
}

.lxzd1-list-box .lxzd1-list li a img {
    display: block;
    width: 188px;
    height: 255px;
    border: 1px solid #eee;
}

.lxzd1-list-box .lxzd1-list li a .title {
    display: block;
    padding: 10px 0;
    line-height: 38px;
    font-size: 18px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lxzd1-list-box .lxzd1-list li a span.hit-btn {
    display: block;
    padding: 0px;
    width: 110px;
    height: 35px;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;
    background: #6495cd;
    font-size: 16px;
    color: #fff;
}

.ls_lxzd {
    padding: 44px 0 180px;
    background: #f9f9f9;
}

.ls_culture {
    width: 740px;
    margin: 30px auto 0;
}

.ls_culture li {
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px;
    font-size: 30px;
}

.ls_culture li span {
    display: block;
    width: 98px;
    padding-right: 22px;
    float: left;
    font-weight: bold;
    text-align-last: justify;
}

.ls_lxzd2 {
    width: 100%;
    height: 180px;
    background: #ededed;
    position: relative;
}

.ls_img {
    width: 640px;
    position: absolute;
    left: 50%;
    margin-left: -320px;
    bottom: 10px;
    z-index: 1;
    text-align: center;
}

.ls_img img {
    max-width: 100%;
}

.ls_fc {
    padding: 40px 0 30px;
}

.ls_fc_list {
    margin-top: 36px;
}

.ls_fc_list li {
    float: left;
    width: 388px;
    height: 219px;
    overflow: hidden;
    position: relative;
}

.ls_fc_list li.num1 {
    width: 800px;
    height: 450px;
    float: left;
}

.ls_fc_list li img {
    width: 388px;
    height: 219px;
}

.ls_fc_list li.num1 img {
    width: 800px;
    height: 450px;
}

.ls_fc_list li.num2 {
    margin-bottom: 12px;
    float: right;
}

.ls_fc_list li.num3 {
    float: right;
}

.ls_fc_list li a {
    display: block;
}

.ls_fc_list li .title {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -40px;
    left: 0;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-indent: 16px;
    background: url(../images/back30.png);
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ls_fc_list .more {
    display: block;
    width: 158px;
    height: 38px;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 38px;
    margin: 40px auto 0;
    border: #eaeaea 1px solid;
}

.ls_fc_list .more:hover {
    color: #008aff;
    border-color: #008aff;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ls_fc_list li:hover .title {
    bottom: 0;
}

.history_title {
    font-size: 30px;
    margin: 25px 0 14px;
}

.history_con {
    width: 1198px;
    height: 298px;
    position: relative;
    border: #ccc 1px solid;
    background: #fff;
    overflow: hidden;
}

.history_con .hd {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fafafa;
}

.history_con .hd li {
    float: left;
    width: 6.66%;
    text-align: center;
}

.history_con .hd li.on {
    background: url(../images/history_on.png) center no-repeat;
}

.history_con .hd li a {
    display: block;
    line-height: 40px;
    font-size: 20px;
    color: #c6c6c6;
    font-family: arial;
}

.history_con .tit {
    width: 280px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    text-align: center;
    font-size: 100px;
    color: #d1aa6f;
    text-align: center;
    font-family: arial;
}

.history_con li {
    width: 100%;
    overflow: hidden;
    float: left;
}

.history_con .bd {
    width: 100%;
}

.history_con .bd li a {
    display: block;
}


/*.history_con  .bd ul{width: 100% !important;}*/

.history_con li .con {
    width: 664px;
    padding-left: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: 16px;
}

.history_con li .con p {
    line-height: 26px;
    background: url(../images/ico_jia.png) left 10px no-repeat;
    padding-left: 18px;
}

.history_con .foucebox {
    padding: 0 110px 0;
    margin: 65px 0 0;
    overflow: hidden;
}

.history_con .prev,
.history_con .next {
    display: block;
    width: 85px;
    height: 85px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    z-index: 99;
}

.history_con .prev {
    left: 35px;
    background: url(../images/fzlc_prev.png) center no-repeat;
}

.history_con .next {
    right: 35px;
    background: url(../images/fzlc_next.png) center no-repeat;
}

.history_con li .con:hover {
    color: #333;
}

@media only screen and (max-width:1199px) {
    .history_con {
        width: auto;
    }
    .history_con .tit {
        font-size: 90px;
    }
    .history_con li .con {
        width: 456px;
    }
    .ls_culture li {
        font-size: 26px;
    }
    .ls_img {
        width: 600px;
        margin-left: -300px;
    }
    .ls_fc_list li.num1 {
        width: 662px;
        height: 373px;
    }
    .ls_fc_list li {
        width: 320px;
        height: 180px;
    }
    .ls_fc_list li img {
        width: 320px;
        height: 180px;
    }
    .ls_fc_list li.num1 img {
        width: 662px;
        height: 373px;
    }
    .history_title {
        font-size: 26px;
    }
    .lxzd1-list-box {
        height: 400px !important;
    }
    .lxzd1-list-box .lxzd1-list li {
        width: 231px;
        height: 398px;
        margin-right: 20px;
    }
    .lxzd1-list-box .lxzd1-list li a {
        padding: 20px;
    }
}

@media only screen and (max-width:992px) {
    .history_con {
        height: auto;
    }
    .history_con .foucebox {
        margin: 0;
        padding: 50px 80px;
    }
    .history_con .hd {
        display: none;
    }
    .history_con .tit {
        width: 200px;
        font-size: 70px;
    }
    .history_con li .con {
        padding: 0 0 0 20px;
        width: 366px;
    }
    .ls_lxzd {
        padding: 40px 0 130px;
    }
    .ls_lxzd2 {
        height: 120px;
    }
    .ls_culture {
        width: 600px;
    }
    .ls_culture li {
        font-size: 22px;
        line-height: 36px;
    }
    .ls_img {
        width: 600px;
        margin-left: -300px;
    }
    .ls_fc_list li.num1 {
        width: 504px;
        height: 289px;
    }
    .ls_fc_list li {
        width: 250px;
        height: 140px;
    }
    .ls_fc_list li img {
        width: 250px;
        height: 140px;
    }
    .ls_fc_list li.num1 img {
        width: 504px;
        height: 289px;
    }
    .ls_fc_list li.num2 {
        margin-bottom: 9px;
    }
    .history_title {
        font-size: 24px;
    }
    .lxzd1-list-box {
        margin-top: 30px;
    }
    .lxzd1-list-box .lxzd1-list li {
        margin-right: 31px;
    }
}

@media only screen and (max-width:767px) {
    .ls_wrap {
        padding: 30px 10px;
    }
    .history_con .foucebox {
        margin: 0;
        padding: 50px 60px;
    }
    .history_con .prev,
    .history_con .next {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
    .history_con .prev {
        left: 10px;
        background: url(../images/fzlc_prev.png) center no-repeat;
        background-size: 60px;
    }
    .history_con .next {
        right: 10px;
        background: url(../images/fzlc_next.png) center no-repeat;
        background-size: 60px;
    }
    .history_con .tit {
        width: 100%;
        font-size: 50px;
    }
    .history_con li .con {
        padding: 0;
        width: auto;
    }
    .history_title {
        font-size: 20px;
    }
    .ls_culture {
        padding: 0 20px;
        width: auto;
    }
    .ls_culture li {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .ls_img {
        width: 100%;
        margin-left: 0;
        left: 0;
        text-align: center;
    }
    .ls_img img {
        width: 60%;
    }
    .ls_lxzd {
        padding: 40px 0 100px;
    }
    .ls_lxzd2 {
        height: 90px;
    }
    .ls_lxzd1 {
        padding: 40px 10px;
    }
    .lxzd1-list-box .lxzd1-list li {
        margin-right: 20px;
    }
    .ls_fc {
        padding: 30px 10px 20px;
    }
    .ls_fc_list li {
        width: 48%;
        height: auto !important;
        margin: 0 4% 0 0;
    }
    .ls_fc_list li.num1 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .ls_fc_list li.num2 {
        float: left;
    }
    .ls_fc_list li.num3 {
        margin-right: 0;
    }
    .ls_fc_list li img {
        width: 100%;
    }
    .ls_fc_list li.num1 img {
        width: 100%;
        height: auto;
    }
    .ls_fc_list li .title {
        bottom: 0;
        text-indent: 10px;
    }
}

@media only screen and (max-width:480px) {
    .ls_lxzd {
        padding: 40px 0 70px;
    }
    .history_con .foucebox {
        padding: 20px 50px;
    }
    .history_con .tit {
        width: 100%;
        float: none;
        font-size: 40px;
    }
    .history_title {
        font-size: 20px;
    }
    .history_con .prev,
    .history_con .next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .history_con .prev {
        left: 5px;
        background: url(../images/fzlc_prev.png) center no-repeat;
        background-size: 40px;
    }
    .history_con .next {
        right: 5px;
        background: url(../images/fzlc_next.png) center no-repeat;
        background-size: 40px;
    }
    .ls_fc_list li {
        width: 100%;
        height: auto !important;
        margin: 0 0 20px !important;
    }
    .ls_fc_list li img {
        width: 100%;
        height: auto;
    }
    .history_con li:nth-child(1) .con,
    .history_con li:nth-child(2) .con,
    .history_con li:nth-child(3) .con,
    .history_con li:nth-child(4) .con {
        padding-top: 33px;
    }
    .history_con li:nth-child(5) .con {
        padding-top: 20px;
    }
}


/***栏目页***/

.lmy_height {
    margin-top: 60px;
}

.lmy_position {
    width: 100%;
    background: #F9F9F9;
    line-height: 60px;
    font-size: 16px;
    color: #999;
}

.lmy_position a {
    color: #999;
}

.content {
    padding: 40px 0;
    min-height: 600px;
}

.position .postitle {
    font-size: 40px;
}

.listnews {
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 32px;
    overflow: hidden;
    color: #666;
    padding: 20px 0 0;
    font-size: 16px;
}

.listnews ul {
    clear: both;
}

.listnews table {
    max-width: 1200px !important;
}

.listnews img {
    max-width: 1200px !important;
}

.picture-list {
    border-top: #ccc 1px solid;
}

.picture-list li {
    padding: 36px 0;
    border-bottom: #ccc 1px solid;
    overflow: hidden;
    vertical-align: bottom;
}

.picture-list li .img {
    width: 260px;
    height: 133px;
    float: left;
    overflow: hidden;
}

.picture-list li img {
    width: 260px;
    height: 133px;
    vertical-align: middle;
}

.picture-list li .newsr {
    padding-left: 300px;
}

.picture-list li .img_title {
    display: block;
    font-size: 26px;
    line-height: 32px;
}

.picture-list li .date {
    float: none;
    display: block;
    font-size: 20px;
    color: #999999;
    margin-top: 10px;
}


/***文章页**/

#wenzhang {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0;
    position: relative;
}

.wzy_title {
    padding: 30px 0;
}

.wztit {
    font-size: 40px;
    line-height: 50px;
    color: #333;
}

.wzfbt {
    font-size: 30px;
    line-height: 40px;
    padding: 10px 0;
}

.wzcon {
    padding: 20px 0;
    width: 100%;
    height: auto;
    min-height: 450px;
    _height: 450px;
    font-size: 18px;
    line-height: 32px;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
}

.wzcon img {
    max-width: 100%;
    height: auto;
}

.wzbot1 {
    width: 100%;
    height: 80px;
    background: #F9F9F9;
}

.sharebot {
    padding: 18px 0;
}

.sharebot a {
    width: 50px;
    height: 44px !important;
    margin: 0;
    padding: 0 !important;
}

.sharebot a.botwb,
.sharebot a.bds_tsina {
    background: url(../images/b_weibo.svg) center no-repeat !important;
}

.sharebot a.botwx,
.sharebot a.bds_weixin {
    background: url(../images/b_wechat.svg) center no-repeat !important;
    margin-left: 20px;
}

@media only screen and (max-width:991px) {
    .picture-list li {
        padding: 25px 0;
    }
    .picture-list li .img_title {
        font-size: 22px;
    }
    .picture-list li .date {
        font-size: 16px;
    }
    .picture-list li .newsr {
        padding-left: 290px;
    }
    .wztit {
        font-size: 30px;
        line-height: 40px;
    }
    .wzfbt {
        font-size: 22px;
        line-height: 30px;
        padding: 10px 0;
    }
}

@media only screen and (max-width:767px) {
    .lmy_height {
        margin-top: 0;
    }
    .content {
        padding: 30px 10px;
    }
    .lmy_position {
        line-height: 50px;
        font-size: 16px;
    }
    .lmy_position .container {
        padding: 0 10px;
        width: auto;
    }
    .lmy_position_tt {
        padding: 0 10px;
    }
    .position .postitle {
        font-size: 22px;
    }
    .picture-list li {
        padding: 20px 0;
    }
    .picture-list li .img_title {
        font-size: 18px;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .picture-list li .date {
        font-size: 14px;
    }
    .picture-list li .img {
        width: 35%;
        height: 100px;
    }
    .picture-list li .img img {
        width: 100%;
        height: 100px;
    }
    .picture-list li .newsr {
        padding-left: 37%;
    }
    #wenzhang {
        width: auto;
        padding: 0 10px;
    }
    .wztit {
        font-size: 24px;
        line-height: 34px;
    }
    .wzfbt {
        font-size: 18px;
    }
    .fxd_xx {
        padding: 0 10px;
    }
    .content {
        height: auto;
    }
}

@media only screen and (max-width:480px) {
    .ls_intro {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
    }
    .yq_xttx_list li .title {
        border-top: none;
        padding-top: 0;
    }
    .dj_online_con,
    .cpjz_list_r .intro,
    .list_info .intro {
        line-height: 24px;
        font-size: 14px;
    }
    .pro_yyxt_list2 li img {
        width: 40px;
        height: 39px;
    }
    .ind_news_list li .date {
        display: none;
    }
    .ind_case_list .scroll-wrap {
        height: auto;
    }
    .lm_case .more {
        margin: 20px auto 0;
    }
    .ls_fc_list {
        margin-top: 20px;
    }
    .ls_fc_list .more {
        margin: 0 auto;
    }
    .ls_culture li {
        overflow: hidden;
        height: auto;
    }
    .ls_culture li span {
        width: 80px;
        display: block;
        float: none;
    }
    .lm_case .more {
        margin: 20px auto 0;
    }
    .lm_case {
        padding: 20px 0;
    }
    .wzy_title {
        padding: 20px 0 10px;
    }
}

.lm_case .more {
    display: block;
    width: 158px;
    height: 38px;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 38px;
    margin: 40px auto 0;
    border: #eaeaea 1px solid;
}

.lm_case .more:hover {
    color: #008aff;
    border-color: #008aff;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


/***客服中心***/

.login_body .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.kfzx_banner {
    width: 100%;
    height: 460px;
    background: url(../images/login_body.png) top center no-repeat;
}

.kfzx_box {
    width: 400px;
    height: 340px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 220px;
    background: rgba(255, 255, 255, .92);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: rgba(141, 134, 134, 0.31) 0px 0px 8px 0px;
    -webkit-box-shadow: rgba(141, 134, 134, 0.31) 0px 0px 8px 0px;
    z-index: 999;
}

.login_n {
    text-align: center;
    margin-bottom: 15px;
}

.login_n span {
    font-size: 32px;
    color: #4791EF;
}

.login-box {
    width: 270px;
    margin: 43px auto 0;
}

.login-box li.username,
.login-box li.password {
    border-bottom: #fff 1px solid;
    padding: 30px 0 0;
    position: relative;
}

.login-box li .tit {
    display: block;
    font-size: 12px;
    color: #6f6f6f;
}

.login-box li input {
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-indent: 10px;
    background: none;
    border: none;
}

.login-box li.btn {
    margin-top: 30px;
}

.login-box li.btn input {
    display: block;
    width: 260px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    background: url(../images/login_btn.svg) center no-repeat;
}

.login-box li i {
    display: none;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 5px;
    bottom: 6px;
    background: url(../images/login_close.png) center no-repeat;
    cursor: pointer;
    z-index: 2;
}

.kfzx_box .wjmm {
    position: absolute;
    height: 20px;
    line-height: 20px;
    right: 9px;
    bottom: -20px;
    font-size: 12px;
    color: #ccc;
    text-decoration: underline;
}

.tk_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
}

.tk_box {
    width: 400px;
    height: 280px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -140px;
    background: rgba(255, 255, 255, .92);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: rgba(141, 134, 134, 0.31) 0px 0px 8px 0px;
    -webkit-box-shadow: rgba(141, 134, 134, 0.31) 0px 0px 8px 0px;
    z-index: 2;
}

.closetk {
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../images/login_close02.png) center no-repeat;
    cursor: pointer;
    z-index: 2;
}

@media only screen and (min-width: 1360px) and (max-width: 1399px) {
    .kfzx_banner {
        height: 240px;
        background: url(../images/login_body.png) center 0 no-repeat;
        background-size: 1400px;
    }
    .kfzx_box {
        top: 170px;
    }
    .login_body .footer {
        padding: 20px 0;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .kfzx_box {
        top: 285px;
    }
}

@media only screen and (max-width:767px) {
    .kfzx_banner {
        height: 240px;
        background: url(../images/login_body.png) center -90px no-repeat;
    }
    .login_n span {
        font-size: 26px;
    }
}

@media only screen and (max-width:640px) {
    .kfzx_banner {
        background: url(../images/login_body.png) center -30px no-repeat;
        background-size: 1000px;
    }
    .kfzx_box {
        top: 160px;
        margin-top: 0;
    }
}

@media only screen and (max-width:480px) {
    .kfzx_banner {
        background: url(../images/login_body.png) center -37px no-repeat;
        background-size: 1000px;
    }
    .kfzx_box {
        width: 80%;
        height: 240px;
        left: 10%;
        margin-left: 0;
        background-size: 100%;
    }
    .kfzx_box {
        top: 150px
    }
    .login_form li.username,
    .login_form li.password {
        padding: 10px 0;
    }
    .login_form li.btn {
        margin-top: 20px;
    }
    .login-box {
        margin: 20px auto 0;
    }
    .login_body .footer {
        position: static;
        margin-top: 140px;
    }
    .login_n img {
        width: 70px;
    }
    .tk_box {
        width: 80%;
        height: 210px;
        left: 10%;
        margin-left: 0;
        margin-top: -105px;
    }
    .login_n span {
        font-size: 20px;
    }
}

@media only screen and (max-width:320px) {}


/****2019-2-15搜索页*****/

.lmy_p {
    position: relative;
}

.lm_search {
    width: 374px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 15px;
    background: url(../images/searchbg.png) center no-repeat;
    z-index: 2;
}

.lm_search ul li {
    float: left;
}

.lm_search ul li.se_box {
    width: 100%;
    height: 30px;
    position: relative;
}

.lm_search ul li.se_box .msg-box {
    left: 0;
    top: 30px;
    position: absolute;
}

.lm_search ul li.se_box input {
    float: left;
    background: none;
    border: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 98%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    outline: none;
    padding: 1px;
    text-indent: 20px;
}

.lm_search li.sea_an {
    width: 50px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.lm_search li.sea_an input {
    float: left;
    width: 50px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    text-outline: -9999em;
    overflow: hidden;
}

input.srkcss:focus {
    outline: none;
    border-color: #9ecaed !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.ssy_container {
    padding: 40px 0;
}

.wzy_position {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #999;
}

.wzy_position .search-keywords {
    color: #ff0000;
}

.ssy_leftbar {
    display: none;
}

.ssy_rightbar {
    width: 100%;
    padding: 20px 0 0;
}

.ssy_rightbar .warm-prompt {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    padding: 20px 0;
}

.result_title {
    padding-right: 18px;
    font-size: 15px;
    float: right;
    text-align: right;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #8a8a8a;
}

.searchbox {
    min-height: 550px;
    _min-height: 550px;
}

.search-list {
    border-top: #ccc 1px solid;
}

.search-list li {
    padding: 36px 0;
    border-bottom: #ccc 1px solid;
    overflow: hidden;
    vertical-align: bottom;
}

.search-list li .img {
    width: 260px;
    height: 133px;
    float: left;
    overflow: hidden;
}

.search-list li img {
    width: 260px;
    height: 133px;
    vertical-align: middle;
}

.search-list li .newsr {
    padding-left: 300px;
}

.search-list li .img_title {
    display: block;
    font-size: 26px;
    line-height: 32px;
}

.search-list li .date {
    float: none;
    display: block;
    font-size: 20px;
    color: #999999;
    margin-top: 10px;
}


/*****/

@media only screen and (max-width:991px) {
    .search-list li {
        padding: 25px 0;
    }
    .search-list li .img_title {
        font-size: 22px;
    }
    .search-list li .date {
        font-size: 16px;
    }
    .search-list li .newsr {
        padding-left: 290px;
    }
}

@media only screen and (max-width:767px) {
    .lm_search {
        top: 50px;
        margin: 20px auto;
        width: 90%;
        right: 5%;
        background: none;
    }
    .lm_search ul li.se_box {
        width: 100%;
    }
    .lm_search ul li.se_box input {
        width: 98%;
        border: #dedede 1px solid;
        padding: 0;
    }
    .lm_search li.sea_an input {
        background: url(../images/searchbtn.png) no-repeat;
    }
    .ssy_container {
        margin-top: 40px;
        padding: 30px 10px;
    }
    .search-list li {
        padding: 20px 0;
    }
    .search-list li .img_title {
        font-size: 18px;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .search-list li .date {
        font-size: 14px;
    }
    .searchbox .search-list li .img {
        width: 35%;
        height: 100px;
    }
    .search-list li .img img {
        width: 100%;
        height: 100px;
    }
    .search-list li .newsr {
        padding-left: 37%;
    }
}


/****栏目页-统一信息资源库****/

.zyk_cpjz {
    background: #F9F9F9;
    padding: 40px 0 60px;
}

.cpjz_list3 {
    margin-top: 36px;
}

.cpjz_list3 li {
    width: 360px;
    height: 390px;
    float: left;
    margin: 0 60px 0 0;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cpjz_list3 li.num3 {
    margin-right: 0;
}

.cpjz_list3 li a {
    display: block;
    padding: 38px 20px 0;
    cursor: default;
}

.cpjz_list3 li .img {
    width: 78px;
    height: 78px;
    text-align: center;
    margin: 0 auto;
}

.cpjz_list3 li .img img {
    max-width: 100%;
}

.cpjz_list3 li .title {
    font-size: 24px;
    color: #001585;
    height: 40px;
    line-height: 40px;
    padding: 24px 0 19px;
}

.cpjz_list3 li .intro {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: justify;
    margin-top: 22px;
}

.cpjz_list3 li:hover {
    box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
    -webkit-box-shadow: rgba(161, 161, 161, 0.36) 1px 4px 16px 3px;
}

.cpjz_list3 li .line {
    display: block;
    width: 159px;
    height: 1px;
    background: #949494;
}

.zyk_hxgn {
    padding: 44px 0;
}

.hxgn_list3 {
    margin-top: 36px;
}

.hxgn_list3 li {
    width: 220px;
    float: left;
    margin-right: 106px;
    text-align: center;
}

.hxgn_list3 li a {
    display: block;
    cursor: default;
}

.hxgn_list3 li.num4 {
    margin-right: 0;
}

.hxgn_list3 li .img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.hxgn_list3 li img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hxgn_list3 li .title {
    display: block;
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    margin-top: 17px;
    overflow: hidden;
}

.hxgn_list3 li:hover img {
    transform: rotateZ(-15deg);
    -ms-transform: rotateZ(-15deg);
    -moz-transform: rotateZ(-15deg);
    -webkit-transform: rotateZ(-15deg);
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .cpjz_list3 li {
        width: 310px;
        margin: 0 30px 0 0;
    }
    .cpjz_list3 li .title {
        font-size: 20px;
        padding: 20px 0 10px;
    }
    .cpjz_list3 li .intro {
        margin-top: 18px;
    }
    .hxgn_list3 li {
        margin-right: 37px;
    }
}

@media only screen and (max-width: 991px) {
    .cpjz_list3 li {
        width: 100%;
        margin: 0 0 20px;
        height: auto;
    }
    .cpjz_list3 li a {
        padding: 30px 20px;
    }
    .hxgn_list3 li {
        width: 172px;
        margin-right: 18px;
    }
    .hxgn_list3 li .img {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width:768px) {
    .hxgn_list3 li {
        width: 23%;
        margin: 0 1% 0;
    }
    .hxgn_list3 li .title {
        font-size: 18px;
    }
    .hxgn_list3 li .img {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width:580px) {
    .zyk_cpjz {
        padding: 20px 0 30px;
    }
    .cpjz_list3 li .title {
        font-size: 20px;
        padding: 20px 0 10px;
    }
    .zyk_hxgn {
        padding: 20px 0;
    }
    .hxgn_list3 li {
        width: 48%;
        margin: 0 1% 20px;
    }
}


/*龙讯宣传视频*/

.ls_video_bg {
    background: url(../images/video-bg.png) no-repeat center top;
}

.ls_video-warp {
    padding: 130px 0 70px;
}

.ls_video-warp .video-title {
    height: 50px;
    line-height: 50px;
    margin-bottom: 42px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.ls_video-warp .video-title span {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 50px;
    margin-top: -7px;
    background: url(../images/video-tit-line.png) no-repeat center;
}

.video-player-box {
    width: 870px;
    height: 470px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background: url(../images/video-player-bg.png) no-repeat center;
    padding: 15px;
}

@media only screen and (max-width: 991px) {
    .ls_video-warp {
        padding: 120px 20px 70px;
    }
    .ls_video-warp .video-title {
        font-size: 36px;
        height: auto;
    }
    .video-player-box {
        width: auto;
        height: auto;
        background: #0d0d0d;
    }
    .video-player-box .j-video-player {
        width: 100% !important;
        height: auto !important;
    }
    .video-player-box .j-video-player video {
        width: 100% !important;
        height: 400px !important
    }
}

@media only screen and (max-width: 767px) {
    .ls_video-warp {
        padding: 60px 20px;
    }
    .video-player-box .j-video-player video {
        height: 320px !important
    }
}

@media only screen and (max-width: 580px) {
    .ls_video-warp .video-title {
        font-size: 28px;
        line-height: 40px;
    }
    .video-player-box .j-video-player video {
        height: 280px !important
    }
}

@media only screen and (max-width: 480px) {
    .video-player-box .j-video-player video {
        height: 220px !important
    }
}

@media only screen and (max-width: 375px) {
    .video-player-box .j-video-player video {
        height: 180px !important
    }
}


/****新媒体****/

.media_gs {
    padding: 45px 0 65px;
}

.media_ny_title {
    font-size: 40px;
    text-align: center;
}

.media_gs_con {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    margin-top: 25px;
    text-align: justify;
    text-indent: 2em;
}

.media_cpjz {
    padding-bottom: 80px;
}

.media_cpjz_list {}

.media_cpjz_list li {
    width: 358px;
    float: left;
    margin-right: 60px;
    margin-top: 50px;
    padding-top: 68px;
}

.media_cpjz_list li.num3,
.media_cpjz_list li.num6 {
    margin-right: 0;
}

.media_cpjz_list li a {
    display: block;
    height: 222px;
    padding: 76px 25px 0;
    border: #ddd 1px solid;
    border-radius: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: default;
    position: relative;
}

.media_cpjz_list li .img {
    width: 136px;
    height: 136px;
    overflow: hidden;
    position: absolute;
    top: -68px;
    left: 50%;
    margin-left: -68px;
    z-index: 1;
}

.media_cpjz_list li .title {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #dbdada;
    text-align: center;
    font-size: 22px;
    color: #096e74;
}

.media_cpjz_list li .intro {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 20px;
    text-align: justify;
    max-height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.media_cpjz_list li a:hover {
    background: #f1f9f9;
    border-color: #c3eded;
}

.media_cpjz_list li a:hover img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.media_hxgn {
    padding: 55px 0 60px;
    background: #f9f9f9;
}

.media_hxgn_list {
    height: 330px;
    margin-top: 40px;
    padding: 0px 45px;
    background: url(../images/hxgc-bg.png) no-repeat center top;
    position: relative;
}

.media_hxgn_list ul li {
    width: 102px;
    text-align: center;
    position: absolute;
}

.media_hxgn_list ul li.num1 {
    top: 224px;
    left: 55px;
}

.media_hxgn_list ul li.num2 {
    top: 10px;
    left: 220px;
}

.media_hxgn_list ul li.num3 {
    top: 224px;
    left: 388px;
}

.media_hxgn_list ul li.num4 {
    top: 10px;
    left: 560px;
}

.media_hxgn_list ul li.num5 {
    top: 224px;
    left: 734px;
}

.media_hxgn_list ul li.num6 {
    top: 10px;
    left: 910px;
}

.media_hxgn_list ul li.num7 {
    top: 224px;
    left: 1076px;
}

.media_hxgn_list ul li img {
    display: block;
    width: 71px;
    height: 71px;
    margin: 0 auto;
}

.media_hxgn_list ul li .img_title {
    font-size: 20px;
    color: #333;
}

.media_hxgn_list ul li:hover .img_title {
    color: #096e74;
}

.media_hxgn_list ul li:hover img {
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    -o-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@media (min-width: 992px) and (max-width:1199px) {
    .media_ny_title {
        font-size: 34px;
    }
    .media_cpjz_list li {
        width: 304px;
        margin-right: 40px;
    }
    .media_hxgn_list {
        background: url(../images/hxgc-bg-md.png) no-repeat center top;
    }
    .media_hxgn_list ul li.num1 {
        left: 0px;
    }
    .media_hxgn_list ul li.num2 {
        left: 140px;
    }
    .media_hxgn_list ul li.num3 {
        left: 288px;
    }
    .media_hxgn_list ul li.num4 {
        left: 442px;
    }
    .media_hxgn_list ul li.num5 {
        left: 594px;
    }
    .media_hxgn_list ul li.num6 {
        left: 750px;
    }
    .media_hxgn_list ul li.num7 {
        left: 890px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .media_ny_title {
        font-size: 30px;
    }
}

@media (max-width:991px) {
    .media_cpjz_list li {
        width: 234px;
        margin-right: 20px;
    }
    .media_cpjz_list li a {
        padding: 76px 15px 0;
        height: 212px;
    }
    .media_cpjz_list li .title {
        padding: 10px 0;
        font-size: 18px;
    }
    .media_cpjz_list li .intro {
        font-size: 15px;
    }
    .media_hxgn_list {
        background: none;
        height: auto;
        padding: 0;
        margin-top: 0px;
    }
    .media_hxgn_list ul li {
        position: static;
        float: left;
        width: 25%;
        margin-top: 30px;
    }
    .media_hxgn_list ul li.num1,
    .media_hxgn_list ul li.num2,
    .media_hxgn_list ul li.num3 {
        width: 33.3%;
    }
    .media_hxgn_list ul li .img_title {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .p10 {
        padding: 0 10px;
    }
    .media_ny_title {
        font-size: 26px;
    }
    .media_gs {
        padding: 30px 0;
    }
    .media_gs_con {
        margin-top: 15px;
    }
    .media_cpjz {
        padding-bottom: 30px;
    }
    .media_cpjz_list ul {
        width: 100%;
    }
    .media_cpjz_list li {
        width: 48%;
        margin: 20px 1% 0 !important;
    }
}

@media (max-width:480px) {
    .media_gs_con {
        font-size: 15px;
        line-height: 30px;
    }
    .media_cpjz_list li {
        float: none;
        width: 100%;
        margin: 20px 0 0 !important;
    }
    .media_cpjz_list li a {
        height: auto;
        padding-bottom: 15px;
    }
    .media_cpjz_list li .intro {
        font-size: 14px;
        margin-top: 15px;
    }
    .media_hxgn {
        padding: 30px 0 40px;
    }
    .media_hxgn_list ul li .img_title {
        font-size: 16px;
    }
}

@media (max-width:374px) {
    .media_hxgn_list ul li {
        width: 50% !important;
    }
    .media_hxgn_list ul li.num1 {
        width: 100% !important;
    }
}

.ind_littletitle {
    /* width: 1219px; */
    /* text-align: center; */
    height: 76px;
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #2D2D2D;
    /* line-height: 30px; */
    padding: 0 0 86px 0;
}

.xiala {
    margin-left: 48.6%;
}

#btnup {
    margin-bottom: 30px;
}

.care li {
    /* padding-left: 10px;
    padding-right: 10px; */
    float: left;
    overflow: hidden;
    /* width: 22.4%; */
    /* height: 50px; */
    /* background: green; */
}

.care li:nth-child(2) {
    /* background-color: red; */
    margin-left: 37px;
    margin-right: 38px;
}

.care li:nth-child(4) {
    margin-left: 37px;
    /* background-color: red; */
}

.care li img {
    /* margin: 0 auto; */
    width: 272px;
    height: 233px;
}

.ff {
    padding-top: 22px;
    padding-bottom: 24px;
    width: 272px;
    background: #F5F5F5;
    /* border: 2px solid red; */
    /* background-color: #0189FF; */
    min-height: 80px;
    max-height: 80px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.ff_title {
    text-align: center;
    /* width: 236px; */
    /* height: 20px; */
    font-size: 20px;
    /* font-family: Source Han Sans CN; */
    font-weight: 500;
    color: #2D2D2D;
    /* background-color: rebeccapurple; */
    margin-bottom: 17px;
}

.ff_kk {
    padding-left: 18px;
    padding-right: 18px;
    /* width: 233px;
    height: 64px; */
    font-size: 16px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #2D2D2D;
    /* line-height: 24px; */
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.carousel-control.right {
    left: auto!important;
    right: 0!important;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.000001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.00001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.000001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.000001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00001) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.000001) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.000001)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0000001) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

.carousel .right,
.carousel .fr {
    float: right;
    margin-right: -150px;
}

.carousel .left,
.carousel .fl {
    float: left;
    margin-left: -150px;
}

.carousel-indicators {
    /* display: none !important; */
    position: absolute;
    bottom: 21px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li{
    /* width: 2rem; */
height: 6px;

border-radius: 15px;
width: 10px;
/* height: 6px; */
background: #D8DDE1;
/* border-radius: 15px 15px 15px 15px; */
box-sizing: border-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /* width: 30px;
    height: 3px; */
    /* margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px; */
    cursor: pointer;
    border: none;
    /* background-color: #fff; */
    /* background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; */
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active{
    width: 20px;
    background: linear-gradient( 90deg, #0A70F6 0%, #10B1FF 100%);
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        /* display: none !important; */
        /* bottom: 20px; */
    }
}
