/* html{min-width: 1180px; width: 100%;} */

.xk_banner {
    position: relative;
}

.xk_banner img {
    width: 100%;
}

/* 解决方案 */

.jiejue_fangan {
    position: absolute;
    left: 120px;
    bottom: 0.2083rem;
    width: 8.724rem;
    height: 0.7068rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 2;
    overflow: hidden;
    background-color: #fff;
}

.jiejue_fangan .jl {
    box-sizing: border-box;
    float: left;
    width: calc(225 / 1675 * 100%);
    height: 100%;
    background-color: #53B23C;
    padding: 36px 0 0 21px;
}

.jiejue_fangan .jl .jl_t1 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: -0.0729rem;
    z-index: 233;
	position: relative;
}

.jiejue_fangan .jl .jl_t2 {
    font-size: 27px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #62D845;
    line-height: 34px;
    opacity: .7;
}

.jiejue_fangan .jr {
    box-sizing: border-box;
    float: left;
    border-radius: 10px;
    width: calc(1450 / 1675 * 100%);
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.jiejue_fangan .jr ul {
    height: 100%;
}

.jiejue_fangan .jr ul li {
    box-sizing: border-box;
    float: left;
    width: calc(100% / 7);
    height: 100%;
    text-align: center;
    padding: 0.1563rem 0 0.1302rem 0;
}

.jiejue_fangan .jr ul li>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #666666;
}

.jiejue_fangan .jr ul li .icon {
    width: 51px;
    height: 51px;
    background: url(../images/nav_1.jpg) no-repeat 2px 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.jr .icon2 {
    background-position: -192px 0px !important;
}

.jr .icon3 {
    background-position: -395px 0px !important;
}

.jr .icon4 {
    background-position: -589px 0px !important;
}

.jr .icon5 {
    background-position: -791px 0px !important;
}

.jr .icon6 {
    background-position: -985px 0px !important;
}

.jr .icon7 {
    background-position: -1186px 0px !important;
}

.jiejue_fangan .jr ul li a:hover {
    color: #1184DA !important;
}

.jiejue_fangan .jr ul li a:hover .icon {
    background: url(../images/nav_2.jpg) no-repeat 2px 0;
}

/* 产品、案例、护航、模块公用的标题样式 */

.desc_tit {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.desc_tit>p {
    position: relative;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1184DA;
    margin-bottom: 15px;
}

.desc_tit>span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}

/* 推荐产品 sec1 */

.sec1 {
    box-sizing: border-box;
    width: 100%;
    height: 690px;
    padding: 0.276rem 0 0px 0;
}

.sec1 .ny-partner22 .bd .item {
    float: left;
}

.w1480 {
    width: 7.7083rem;
    margin: 52px auto 0;
}

.sec1 li.item {
    position: relative;
    width: 100%;
    /* margin-right: 45px; */
}

.sec1 li.item .inner {
    position: relative;
}

.sec1 li.item:hover .inner+.inner_cover {
    opacity: 1;
}

.sec1 li.item:hover .inner>p {
    opacity: 0;
}

.sec1 li.item .inner>p {
    position: absolute;
    bottom: 0;
    left: 0;
	padding: 0 10px;
	width: calc(100% - 20px) !important;
	/* width: -webkit-calc();
	width: -moz-calc(); */
    width: 100%;
    height: 84px;
    background: #889EA7;
    text-align: center;
    line-height: 84px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sec1 li.item .inner_cover {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 132, 218, 0.8);
    text-align: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding: 35px;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sec1 li.item .inner_cover .fp {
    margin-top: 26px;
}

.sec1 li.item .inner_cover .desc_cp {
    width: 100%;
    height: 100px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.sec1 li.item .inner_cover>p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.sec1 li.item .inner_cover>p+p {
    margin-top: 18px;
}

.sec1 .img {
    box-sizing: border-box;
    text-align: center;
    border: 4px solid #E5E5E5;
}

/* 产品轮播图 */

.tempWrap {
    width: 100% !important;
}

.parBd .slideBox {
    position: relative;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 0.7292rem;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 70px;
    background: #0054A6 url(../images/slider-arrow.png) -110px 18px no-repeat;
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .next {
    left: auto;
    right: 0.7292rem;
    background-position: 11px 18px;
}

.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

.sec1 .cp_more {
    margin: 60px auto 0;
    width: 168px;
    height: 45px;
    line-height: 45px;
    background: #A9A9A9;
    border-radius: 8px;
    text-align: center;
}

.sec1 .cp_more>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 16px;
}

/* sec2  */

.w1500 {
    width: 7.8125rem;
    margin: 0 auto;
}

.sec2 {
    box-sizing: border-box;
    width: 100%;
    height: 3.2292rem;
    padding: 0.276rem 0 0.3646rem 0;
    background: #F9F9F9;
}

.sec2 .desc_tit {
    margin-bottom: 0.2396rem;
}

.sec2 .anli_sel {
    float: left;
    width: 18%;
    height: 1.9792rem;
}

.sec2 .anli_sel ul {
    width: 100%;
    height: 100%;
}

.sec2 .anli_sel ul li {
    box-sizing: border-box;
    width: 100%;
    height: 20%;
    line-height: 0.3958rem;
    text-align: center;
    background: #1184DA;
}

.sec2 .anli_sel ul li+li {
    border: 0.0052rem solid #3A93DB;
}

.sec2 .anli_sel ul li {
    display: block;
    width: 100%;
    height: 20%;
    line-height: 0.3958rem;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.sec2 .anli_box {
    display: block;
    float: right;
    width: 82%;
    height: 1.9792rem;
}

.sec2 .anli_box .anli_box_item {
    display: none;
    width: 100%;
    height: 100%;
    box-shadow: 0rem 0.0313rem 0.0573rem 0.0104rem rgba(0, 0, 0, 0.05);
}

.sec2 .anli_box .anli_box_item .img {
    display: block;
    float: left;
    width: 2.526rem;
    height: 1.9792rem;
}

.sec2 .anli_box .anli_box_item .desc {
    display: block;
    float: left;
    width: 3.4896rem;
    height: 1.6667rem;
    margin: 0 0.1927rem 0.3125rem 0.1771rem;
    background: #F9F9F9;
}

.sec2 .anli_box .anli_box_item .desc .desc_cont {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    padding: 0.1823rem 0;
    background: #F9F9F9;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #666666;
    border-bottom: 0.0052rem solid #E5E5E5;
}

.sec2 .anli_box .anli_box_item .desc .desc_cont .xianzhi3 {
    /* height: 40px; */
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
}
.sec2 .anli_box .anli_box_item .desc .desc_cont span {
    font-weight: bold;
    color: #040404;
}

/* sec3 */

.sec3 {
    box-sizing: border-box;
    width: 100%;
    height: 5.2604rem;
    padding: 0.2917rem 0 0.3229rem 0;
}

.sec3 .desc_tit i {
    font-size: 52px;
    font-family: Impact;
    font-weight: bold;
    color: #E62000;
}

.sec3 .desc_tit i+i {
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
}

.sec3 .service_4 {
    width: 100%;
    height: 4.0781rem;
    margin-top: 0.1302rem;
    background: url(../images/fuwubg.jpg) no-repeat center;
    background-size: 10rem 4.0781rem;
}

.sec3 .service_4 .ser {
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 25%;
    height: 100%;
    text-align: center;
    padding-top: 1.3021rem;
}

.sec3 .service_4 .ser .ser_tit {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sec3 .service_4 .ser .ser_tit p {
    font-size: 0.1875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.2083rem;
}

.sec3 .service_4 .ser .ser_cover {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.0417rem 0.2604rem 0;
    text-align: center;
    background: rgba(15, 140, 233, 0.5);
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sec3 .service_4 .ser .ser_cover>div {
    font-size: 0.1875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0.3698rem;
}

.sec3 .service_4 .ser .ser_cover>p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34.0032px;
}

.sec3 .service_4 .ser:hover .ser_tit {
    opacity: 0;
}

.sec3 .service_4 .ser:hover .ser_tit+.ser_cover {
    opacity: 1;
}

/* sec4 */

.sec4 {
    box-sizing: border-box;
    padding-top: 0.7448rem;
    width: 100%;
    height: 4.0104rem;
    background: url(../images/sec4_bg.jpg) no-repeat top right;
    background-size: 4.2135rem 3.7708rem;
}

.sec4 .sec4_box {
    position: relative;
    box-sizing: border-box;
    padding: 0.2344rem 0.2448rem 0 0.7604rem;
    width: 9.2604rem;
    height: 3.2604rem;
    background: #F3F3F3;
}

.sec4 .sec4_box .about_sel {
    position: absolute;
    bottom: 0.2917rem;
    left: 0.7708rem;
}

.sec4 .sec4_box .about_sel ul li {
    box-sizing: border-box;
    float: left;
    width: 0.5521rem;
    height: 0.4167rem;
    margin-right: 0.2604rem;
    text-align: center;
    line-height: 0.4167rem;
    border-radius: 0.026rem;
    border: 0.0104rem solid #BFBFBF;
}

.sec4 .sec4_box .about_sel ul li>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.sec4 .sec4_box .about_box_item {
    display: none;
}

.sec4 .sec4_box .about_box_item .desc {
    float: left;
    width: 3.776rem;
    height: 1.7188rem;
}

.sec4 .sec4_box .about_box_item .desc>span {
    font-size: 0.2344rem;
    font-family: Verdana;
    font-weight: bold;
    color: #EBEBEB;
}

.sec4 .sec4_box .about_box_item .desc>p {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    margin-bottom: 0.3229rem;
}

.sec4 .sec4_box .about_box_item .desc .desc_cont {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.sec4 .sec4_box .about_box_item .desc>a {
    font-size: 13px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: Bold;
    color: #1184DA;
    line-height: 0.1823rem;
}

.sec4 .sec4_box .about_box_item .desc+.img {
    float: right;
    width: 3.9792rem;
    height: 2.7083rem;
}

.img img {
    width: 100%;
    height: 100%;
}

/* sec5 */

.sec5 {
    box-sizing: border-box;
    width: 100%;
    padding: 0.4479rem 0.7552rem 0 0.7552rem;
    margin-bottom: 0.4167rem;
}

.sec5 .cetner_tit .tit_zixun {
    float: left;
}

.sec5 .cetner_tit .tit_zixun h4 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1184DA;
}

.sec5 .cetner_tit .tit_zixun h4 span {
    font-size: 0.1823rem;
    font-family: Verdana-Bold;
    font-weight: bold;
    color: #F3F3F3;
    /* transform: scale(1, 0.5);
    transform-origin: 0 0.0833rem; */
}

.sec5 .cetner_tit .tit_zixun p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.1823rem;
    margin-top: 0.0781rem;
}

.sec5 .cetner_tit .tit_sel {
    float: right;
}

.sec5 .cetner_tit .tit_sel ul li {
    float: left;
    width: 0.7396rem;
    height: 0.2188rem;
    background: #1184DA;
    text-align: center;
    line-height: 0.2188rem;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

/* .sec5 .cetner_tit .tit_sel ul li>a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
} */

.sec5 .cetner_tit .tit_sel ul li+li {
    margin-left: 0.0417rem;
}

.sec5 .center_box {
    width: 8.4896rem;
    margin-top: 0.349rem;
}

.sec5 .center_box .center_item {
    display: none;
    width: 100%;
    height: 100%;
}

.sec5 .center_box .center_item .item_con {
    float: left;
    width: 2.474rem;
    height: 100%;
}

.sec5 .center_box .center_item .item_con .xianzhi {
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
}

.sec5 .center_box .center_item .item_con .img {
    float: left;
    width: 100%;
    /* height: 100%; */
    margin-bottom: 0.1563rem;
}

.sec5 .center_box .center_item .item_con+.item_con {
    /* margin-left: 0.5rem; */
}

/* .sec5 .center_box .center_item .item_con .con_tit {
    margin-top: 0.1563rem;
} */

.sec5 .center_box .center_item .item_con .con_tit .zhuti {
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
	color: #222222;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	display: block;
	width: calc(100% - 85px);
}

.sec5 .center_box .center_item .item_con .con_tit .con_time {
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
	display: block;
	width: 85px;
}

.sec5 .center_box .center_item .item_con .xianzhi {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 0.1563rem;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
}

/* sec6 */

.sec6 {
    box-sizing: border-box;
    width: 100%;
    height: 274px;
    background: #F9F9F9;
    padding-top: 37px;
}

.w1300 {
    position: relative;
    width: 6.7708rem;
    margin: 24px auto 0;
}

.sec6 .w1300 .slideBox ul li {
    box-sizing: border-box;
    float: left;
    width: 179px;
    height: 102px;
    padding: 8px 12px 7px 11px;
    background: #FFFFFF;
    border: 3px solid #E5E5E5;
    margin: 0 23px;
}

.sec6 .w1300 .slideBox ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec6 .slideBox .prev, .sec6 .slideBox .next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 33px;
    height: 65px;
    background: #0054A6 url(../images/slider-arrow.png) -110px 18px no-repeat;
    filter: alpha(opacity=100);
    opacity: 1;
}

.sec6 .slideBox .prev {
    left: -120px;
}

.sec6 .slideBox .next {
    right: -120px;
    background-position: 11px 18px;
}

/* 手机端样式 */

.wap_header {
    background: #fff;
    background-size: cover;
    display: none;
    transition: .3s;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    height: 60px;
    box-shadow: 0 0px 48px 0 rgba(0, 0, 0, .1);
    z-index: 999999;
    width: 100%;
}

.wap_header.active {
    background: #eee;
}

.wap_header .logo {
    float: left;
    height: 45px;
    margin-top: 3px;
    margin-left: 0px;
}

.wap_header .logo a {
    display: block;
    height: 100%;
    line-height: 50px;
    font-size: 12px;
}

.wap_header .logo a img {
    display: block;
    height: 100%;
    float: left;
    margin-right: 5px;
}

.sp_nav {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 22px;
    right: 15px;
    /* margin-top: 15px; */
    z-index: 5;
    /* margin-top: 2vh; */
    font-size: 0;
}


.sp_nav img {
    width: 100%;
    height: 100%;
}

.sp_nav i {
    display: block;
    background: #ff5d11;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all ease .35s;
}

.sp_nav i:nth-of-type(1) {
    top: 0;
}

.sp_nav i:nth-of-type(2) {
    top: 10px;
}

.sp_nav i:nth-of-type(3) {
    top: 20px;
}

.sp_nav.sp_nav_se i:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}

.sp_nav.sp_nav_se i:nth-of-type(2) {
    width: 0;
}

.sp_nav.sp_nav_se i:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
}

.wap_nav {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99999;
    transition: top ease .35s;
    background: #eee;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.wap_nav.nav_show {
    top: 60px;
}

.wap_nav>ul {
    min-width: 320px;
    height: 100%;
    margin: 0 auto;
    background: #eee;
    position: relative;
    overflow-y: auto;
}

.wap_nav ul li {
    border-top: 1px solid #ddd;
    margin-left: 20px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}

.wap_nav>ul>li:first-child {
    border-top: 0 none;
}

.wap_nav ul li a {
    height: 44px;
    line-height: 44px;
    display: block;
    padding-right: 45px;
    color: #666;
}

.wap_nav ul li ul {
    display: none;
}

.wap_nav ul li i {
    display: block;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-left: 1px solid #ddd;
    padding: 0 6px;
    position: absolute;
    right: 0;
    top: 9px;
}

.wap_nav ul li i span {
    font-size: 14px;
    transition: all .5s;
}

.wap_nav ul li i span:before {
    content: "\eeaa";
}

.wap_nav ul li i.nav_btndown span {
    color: #ef831a;
    transform: rotate(90deg);
    -webkit-transform: ;
    -moz-transform: ;
    -ms-transform: ;
    -o-transform: ;
}

.wap_header .logo {
    margin-top: 7px !important;
    margin-left: 15px;
}



@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    display: inline-block;
    font: 14px/1 iconfont;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width:1800px) {
    .jiejue_fangan .jl .jl_t2 {
        display: none;
    }
    .jiejue_fangan .jl {
        padding: 0;
    }
    .jiejue_fangan .jl .jl_t1 {
        text-align: center;
        line-height: 4;
        padding: 0;
    }
}

@media screen and (max-width:1600px) {
    .jiejue_fangan .jr ul li>a>p {
        display: none
    }
    .jiejue_fangan .jl .jl_t1 {
        font-size: 24px;
    }
}

@media screen and (max-width:1400px) {
    .jiejue_fangan .jl .jl_t1 {
        font-size: 20px;
    }
    .sec4 .sec4_box .about_box_item .desc>p {
        margin-bottom: 0.1229rem;
    }
    .sec4 .sec4_box .about_sel ul li>a {
        font-size: 13px;
    }
}

@media screen and (max-width:1300px) {
    .sec2 .anli_box .anli_box_item .desc .desc_cont {
        padding: 4.5% 0;
    }
    .sec4 .sec4_box .about_box_item .desc>a {
        /* float: right; */
    }
}

@media screen and (max-width:1199px) {
    .w1500 {
        width: 9.6rem;
        margin: 0 auto;
    }
    .w1480 {
        margin-top: 20px;
    }
    .desc_tit {
        box-sizing: border-box;
        padding: 0 10px;
        margin-top: 30px;
    }
    .desc_tit>p{
        margin-bottom: 0;
    }
    /* 头部导航栏 */
    #header {
        display: none;
    }
    .wap_header {
        display: block;
    }
    .jiejue_fangan {
        display: none;
        left: 0;
        bottom: 10px;
        width: 100%;
    }
    /* sec2 */
    .sec2 {
        height: auto;
    }
    .sec2 .anli_sel {
        float: none;
        width: 100%;
        height: 41px;
    }
    .sec2 .anli_sel ul {
        height: 41px;
    }
    .sec2 .anli_sel ul li {
        float: left;
        width: 20%;
        height: 100%;
        line-height: 41px;
    }
    /* .sec2 .anli_sel ul li a {
        line-height: 41px;
    } */
    .sec2 .anli_box {
        float: none;
        width: 100%;
        height: auto;
    }
    .sec2 .anli_box .anli_box_item .desc {
        box-sizing: border-box;
        display: block;
        float: left;
        width: 100%;
        height: 202px;
        padding: 0 0.1927rem 0.3125rem 0.1771rem;
        background: #F9F9F9;
        margin: 0;
    }
    .sec2 .anli_box .anli_box_item .desc .desc_cont {
        border-bottom: none;
        padding: 1.5% 0;
    }
    .sec2 .anli_box .anli_box_item .desc .desc_cont p {
        line-height: 20px;
    }
    .sec2 .anli_box .anli_box_item .img {
        display: block;
        float: left;
        width: 100%;
        height: auto;
    }
    /* .sec2 .anli_sel ul li>a {
        font-size: 16px;
    } */
    .sec2 .anli_sel ul li {
        font-size: 16px;
    }
    .sec3 {
        height: auto;
    }
    .sec3 .service_4 .ser img {
        width: 0.4375rem;
        height: 0.4375rem;
    }
    /* 遮罩层 */
    .sec3 .service_4 .ser .ser_cover {
        padding-top: 30px;
    }
    .sec3 .service_4 .ser .ser_cover>p {
        font-size: 14px;
        line-height: 30px;
    }
    .sec3 .desc_tit i {
        font-size: 28px !important;
    }
    .sec4 {
        background-image: none;
        height: auto;
        padding-top: 0;
    }
    .sec4 .sec4_box {
        width: 100%;
        padding: 35px 10px;
        height: auto;
    }
    .sec4 .sec4_box .about_sel {
        position: static;
    }
    .sec4 .sec4_box .about_sel ul li {
        /* box-sizing: border-box;
        float: left;
        width: 0.5521rem;
        height: 0.5729rem;
        
        text-align: center;
        line-height: 0.5729rem;
        border-radius: 0.026rem;
        border: 0.0104rem solid #BFBFBF; */
        margin-right: 0;
        width: calc(94% / 4);
        height: 50px;
        line-height: 50px;
    }
    .sec4 .sec4_box .about_sel ul li+li {
        margin-left: 2%;
    }
    .sec4 .sec4_box .about_box {
        padding-top: 20px;
    }
    .sec4 .sec4_box .about_box_item .desc {
        margin-left: 5px;
        width: 46%;
        height: auto;
    }
    .sec4 .sec4_box .about_box_item .desc+.img {
        width: 50%;
    }
    .sec4 .sec4_box .about_box_item .desc .desc_cont {
        line-height: 28px;
        margin-bottom: 15px;
    }
    .sec4 .sec4_box .about_box_item .desc>a {
        float: left;
    }
    .sec5 {
        height: auto;
        padding-bottom: 35px;
        padding: 35px 10px 35px 10px;
    }
    .sec5 .cetner_tit .tit_zixun {
        float: none;
    }
    .sec5 .cetner_tit .tit_zixun p {
        line-height: 20px;
        /* margin-top: 15px; */
    }
    .sec5 .cetner_tit .tit_sel {
        float: left;
        width: 100%;
        margin-top: 35px;
    }
    .sec5 .cetner_tit .tit_sel ul {
        width: 100%;
		display: flex;
		justify-content: space-between;
    }
    .sec5 .cetner_tit .tit_sel ul li {
        float: left;
        width: calc(96% / 3);
        height: 50px;
        background: #1184DA;
        text-align: center;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
    }
    .sec5 .cetner_tit .tit_sel ul li+li {
        margin-left: 2%;
    }
	.sec5 .center_box .center_item .item_con .img{height: 300px;}
	.sec5 .center_box .center_item .item_con .img img{height: auto;}
    .sec5 .center_box {
        height: auto;
        width: 100%;
    }
    .sec5 .center_box .center_item .item_con {
        float: left;
        width: 46%;
        height: auto;
        margin-bottom: 20px;
    }
    .sec5 .center_box .center_item .item_con>img {
        height: auto;
    }
    .sec5 .center_box .center_item .item_con+.item_con {
        /* margin-left: 0; */
    }
    .sec5 .center_box .center_item .item_con:nth-child(2n) {
        margin-left: 8%;
    }
    .sec6 {
        padding-bottom: 37px;
        height: auto;
    }
    /* footer wap */
    .footer {
        display: none;
    }
    #wap_footer {
        display: block !important;
    }
    #wap_footer {
        background: #3a3a3a;
        position: relative;
        overflow: hidden;
    }
    #wap_footer .foot-model .foot-nav dt i {
        display: block;
        width: 30px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        /* border-left: 1px solid #ddd; */
        padding: 0 6px;
        position: absolute;
        right: 0;
        top: 18px;
    }
    #wap_footer .foot-model .foot-nav dt i span {
        font-size: 14px;
        transition: all .5s;
    }
    #wap_footer .foot-model .foot-nav dt i span:before {
        content: "\eeaa";
    }
    #wap_footer .foot-model .foot-nav dt i.nav_btndown span {
        color: #fff;
        transform: rotate(90deg);
        -webkit-transform: ;
        -moz-transform: ;
        -ms-transform: ;
        -o-transform: ;
    }
    #wap_footer .foot-model .foot-nav dd.foot-nav_dd {
        display: none;
    }
    .foot-copy {
        padding: 20px 0;
        font-size: 12px;
        color: #666;
        text-align: center;
    }
    .foot-copy a {
        color: #666;
    }
    .container {
        width: auto;
        padding: 0 10px;
    }
    .foot-model {
        padding: 10px 0 20px 0;
    }
    .foot-model dl {
        display: block!important;
    }
    .foot-model dt {
        padding: 20px 0;
        border-bottom: 1px solid #666;
        font-size: 16px;
        color: #fff;
        position: relative;
    }
    .foot-model ul li {
        height: 36px;
        line-height: 36px;
        font-family: "Microsoft Yahei Light";
    }
    .foot-model ul li a {
        color: #999;
        font-size: 14px;
    }
}

@media screen and (max-width:900px) {
    .desc_tit>span {
        font-size: 14px;
    }
    .sec1 .slideBox .prev {
        left: 0;
    }
    .sec1 .slideBox .next {
        right: 0;
    }
    .sec6 .slideBox .prev {
        left: -60px;
    }
    .sec6 .slideBox .next {
        right: -60px;
    }
}

@media screen and (max-width:831px) {
    .sec4 .sec4_box .about_box_item .desc {
        width: 100%;
        padding-bottom: 10px;
    }
    .sec4 .sec4_box .about_box_item .desc>a {
        padding-bottom: 15px;
    }
    .sec4 .sec4_box .about_box_item .desc+.img {
        width: 100%;
        height: auto;
    }
    .sec5 .center_box {
        width: 100%;
        height: auto;
        margin-top: 0.349rem;
    }
    .sec5 .center_box .center_item .item_con {
        /* float: left; */
        width: 100%;
        height: auto;
        margin-left: 20px;
    }
    .sec5 .center_box .center_item .item_con>img {
        box-sizing: border-box;
        height: auto;
        border: 1px #ccc solid;
    }
    .sec5 .center_box .center_item .item_con .con_tit .zhuti {
        font-size: 18px;
    }
    /* 时间字体和 文案字体 */
    .sec5 .center_box .center_item .item_con .con_tit .con_time, .sec5 .center_box .center_item .item_con>p {
        font-size: 14px
    }
    .sec5 .center_box .center_item .item_con>p {
        margin-top: 15px;
    }
    /* 遮罩层 */
    .sec3 .service_4 .ser .ser_cover {
        padding-top: 20%;
    }
    .sec3 .service_4 .ser .ser_cover>p {
        font-size: 14px;
        line-height: 25px;
    }
}

@media screen and (max-width:700px) {
    /* 遮罩层 */
    .sec3 .service_4 .ser .ser_cover {
        padding-top: 10%;
    }
    .sec3 .service_4 .ser .ser_cover>p {
        font-size: 12px;
        line-height: 25px;
    }
    .sec2 .anli_sel ul li {
        font-size: 12px;
    }
}

@media screen and (max-width:600px) {
    .sec3 .service_4 .ser .ser_cover>p {
        /* height: 140px; */
        display: -webkit-box;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        -webkit-line-clamp: 4;
        overflow: hidden;
        line-height: 22px;

    }
}




































































	.sec6 {
		box-sizing: border-box;
		height: auto;
		padding: 0.4479rem 0.7552rem 0 0.7552rem;
	}

	.sec6 .swiper-button-next,
	.sec6 .swiper-button-prev {
		height: 65px;
		width: 33px;
		transition: .3s;
		background-position: center !important;
		margin-top: -50px;
	}

	.sec6 .swiper-button-next {
		background: url(../images/h_r.png) no-repeat #C9C9C9;
	}

	.sec6 .swiper-button-prev {
		background: url(../images/h_l.png) no-repeat #C9C9C9;
	}

	.sec6 .swiper-button-next:hover {
		background: url(../images/h_r.png) no-repeat #1184DA;
	}

	.sec6 .swiper-button-prev:hover {
		background: url(../images/h_l.png) no-repeat #1184DA;
	}

	.logo_box {
		box-sizing: border-box;
		position: relative;
		padding: 25px 100px 60px 100px;
	}

	.sec6 .swiper-container_logo {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}

	.sec6 .swiper-slide {
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.sec6 .swiper-slide .logo_img{
		box-sizing: border-box;
		border: 3px solid #E5E5E5;
		padding: 8px 12px;
		overflow: hidden;
	}
	.sec6 .swiper-slide img {
		width: 100%;
		transition: .6s;
	}
	.sec6 .swiper-slide .logo_img:hover img{
		transform: scale(1.1);
	}



	.w1600 {
		width: 1600px;
		margin: 0 auto;
		position: relative;
	}

	.w1500 {
		width: 1500px;
		margin: 0 auto;
		position: relative;
	}

	.nav_header ul>li>a,
	.nav_header ul>li .subnav ol>li a {
		font-size: 16px;
	}

	.swiper-container_pro {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}

	.sec1 .swiper-slide {
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.pro_lb {
		box-sizing: border-box;
		padding: 0px 100px;
		margin-top: 50px;
		width: 100%;
	}

	.desc_tit>p {
		display: inline-block;
		position: relative;
	}

	.desc_tit>p::after,
	.desc_tit>p::before {
		content: "";
		display: block;
		height: 5px;
		width: 24px;
		position: absolute;
		top: 17px;
	}

	.desc_tit>p::after {
		background: url(../images/ind_l.png) no-repeat;
		left: -35px;
	}

	.desc_tit>p::before {
		background: url(../images/ind_r.png) no-repeat;
		right: -35px;
	}

	.desc_tit>span {
		display: block;
	}

	.pro_lb .swiper-button-next,
	.pro_lb .swiper-button-prev {
		height: 69px;
		width: 41px;
		margin-top: -85px;
	}

	.pro_lb .swiper-button-next {
		background: url(../images/p_r.png) no-repeat;
		right: 30px;
	}

	.pro_lb .swiper-button-prev {
		background: url(../images/p_l.png) no-repeat;
		left: 30px;
	}

	.sec1 .cp_more {
		background: none;
	}

	.sec1 .cp_more>a {
		transition: .3s;
		background: #A9A9A9;
		border-radius: 8px;
	}

	.sec1 .cp_more>a:hover {
		background: #1184DA;
	}
.sec1{height: auto;padding: 60px 0 50px 0;}


	.sec2 {
		height: auto;
		padding: 50px 0 70px 0;
	}

	.sec2 .anli_sel {
		width: 275px;
		height: auto;
	}

	.sec2 .anli_box {
		width: calc(100% - 275px);
		height: auto;
	}

	.sec2 .anli_box .anli_box_item .img {
		width: 485px;
		height: auto;
	}

	.sec2 .anli_box .anli_box_item .desc {
		width: calc(100% - 485px);
		margin: 0;
		padding: 0 35px;
		box-sizing: border-box;
	}

	.sec2 .anli_sel ul li {
		height: 80px;
		line-height: 80px;
		font-size: 18px;
	}

	.sec2 .anli_sel ul li a {
		color: #fff;
		font-size: 18px;
		display: block;
	}

	.sec2 .anli_sel ul li a:hover {
		background: #53B23C;
	}

	.sec2 .anli_sel ul li.phone {
		line-height: 28px;
		padding: 10px 0;
		box-sizing: border-box;
	}

	.sec2 .anli_sel ul li.phone b {
		display: block;
		font-weight: bold;
	}

	.sec2 .anli_box .anli_box_item .img {
		height: 400px;
		background-position: center !important;
		background-size: cover !important;
	}

	.sec2 .anli_box .anli_box_item .img img {
		width: 100%;
		display: none;
	}

	.sec2 .anli_box .anli_box_item .desc .desc_cont {
		padding: 35px 0 30px 0;
	}

	.sec2 .anli_sel ul li+li {
		border: 1px solid #3A93DB;
	}

	.sec3 {
		height: auto;
		padding: 50px 0 60px 0;
	}

	.sec3 .desc_tit>p::after,
	.sec3 .desc_tit>p::before {
		top: 40px;
	}

	.sec3 .service_4 .ser .ser_cover b {
		font-size: 16px;
		color: #fff;
		font-weight: normal;
	}

	.sec4 {
		height: auto;
		padding-top: 140px;
	}

	.sec4 .sec4_box .about_sel ul li {
		width: 106px;
		height: 110px;
		line-height: 110px;
		box-sizing: border-box;
		border: 2px solid #BFBFBF;
		transition: .3s;
	}

	.sec4 .sec4_box .about_sel ul li:hover {
		background: #1184DA;
		border: 2px solid #1184DA;
	}

	.sec4 .sec4_box .about_sel ul li:hover a {
		color: #fff !important;
	}

	.sec4 .sec4_box .about_box_item {
		display: block;
	}

	.sec4 .sec4_box .about_box_item .desc>p {
		margin-bottom: 15px;
	}

	.sec4 .sec4_box .about_box_item .desc i {
		display: block;
		height: 4px;
		width: 32px;
		background: #1184DA;
		margin-bottom: 35px;
	}

	.sec4 .sec4_box .about_box_item .desc>span {
		position: relative;
	}

	.sec4 .sec4_box .about_box_item .desc>span::after {
		content: "";
		display: block;
		height: 188px;
		width: 4px;
		background: #53B23C;
		position: absolute;
		left: -40px;
		top: -175px;
	}

	.sec5 .cetner_tit .tit_zixun h4 {
		position: relative;
		box-sizing: border-box;
		padding-left: 15px;
	}

	.sec5 .cetner_tit .tit_zixun h4::after {
		content: "";
		display: block;
		height: 12px;
		width: 4px;
		background: #1184DA;
		position: absolute;
		left: 0px;
		top: 15px;
	}

	.sec5 .center_box .center_item .item_con .img {
		overflow: hidden;
		border: 1px solid #eee;
		box-sizing: border-box;
		height: 250px;
		position: relative;
	}

	.sec5 .center_box .center_item .item_con .img img {
		width: 100%;
		transition: .6s;
		height: auto;
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
	}

	.sec5 .center_box .center_item .item_con:hover .img img {
		transform: scale(1.1);
	}

	.sec5 .center_box .center_item .item_con {
		width: calc(33.33% - 64px);
	}

	.sec5 .center_box .item_con+.item_con {
		margin-left: 64px;
	}


	.sec5 .cetner_tit .tit_sel ul li {
		/* width: 142px; */
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}



	.footer .top_lianxi .tit,
	.footer .top_daohang .tit,
	.footer .top_guangzhu .tit {
		font-size: 16px;
	}

	.footer .top_lianxi .tit span,
	.footer .top_daohang .tit span,
	.footer .top_guangzhu .tit span {
		font-weight: normal;
	}
    .footer .top_lianxi .lianxi_address p span {
        display: inline-block;
        line-height: 28px;
    }
	.footer .top_lianxi .lianxi_address p,
	.footer .top_lianxi .lianxi_link p,
	.footer .top_lianxi .lianxi_link ul li a {
		font-size: 14px;
	}

	.footer .top_daohang .foot-nav dl>dt>a {
		font-size: 16px;
	}

	.footer .top_daohang .foot-nav dl>dd>ul li a {
		font-size: 14px;
	}

	.footer_bm,
	.footer_bm>div>a,
	.footer_bm .bm_zhichi div a {
		font-size: 14px;
	}

	.footer .top_guangzhu .gz_1 p,
	.footer .top_guangzhu .gz_2 p {
		font-size: 14px;
	}
	.footer .top_lianxi .lianxi_address .kh_rx{font-weight: bold;font-size: 18px;}
	.sec4 .sec4_box .about_box_item .desc{height: auto;}
	.sec4 .sec4_box .about_sel{position: relative;bottom: auto;left: auto;margin-top: 50px;}
	.sec4 .sec4_box{height: auto;padding: 0.2344rem 0.2448rem 0.2344rem 0.7604rem;}
	.sec3 .service_4{background-position: center !important;background-size: cover !important;}
	
	.wap_pro{margin-top: 20px;}
	.wap_pro ul li{
		float: left;
		width: calc(50% - 5px) !important;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.wap_pro ul li:nth-of-type(2n){
		margin-right: 0;
	}


	@media screen and (max-width:1650px) {
		.w1600,
		.w1500 {
			width: 1400px;
		}
		.sec4 .sec4_box .about_sel ul li{height: 80px;width: 80px;line-height: 80px;}
	}
	@media screen and (max-width:1550px) {
		.footer .top_daohang{padding: 0 0 0 0.2833rem;}
		.footer .top_guangzhu{padding: 0.3281rem 0 0 0.2667rem;}
	}
	@media screen and (max-width:1450px) {
		.w1600, .w1500{width: 1200px;}
	}
	@media screen and (max-width:1200px) {
		.w1600, .w1500{width: 100%;box-sizing: border-box;padding: 0 0.2344rem;}
		.sec2 .anli_sel{float: none;width: 100%;}
		.sec2 .anli_box{float: none;width: 100%;}
		.sec2 .anli_sel ul li.phone b{font-size: 14px;}
		.sec5{padding: 0.2344rem;}
		.sec6{padding: 0 0.2344rem;}
		.sec5 .center_box .center_item>.item_con{width: calc(50% - 24px);margin-left: 0;height: 360px;}
		.sec5 .center_box .center_item .item_con:nth-of-type(2n){margin-left: 40px;}
		.logo_box{padding: 25px 50px 60px 50px;}
		.pro_lb{padding: 0px 60px;}
		.sec4{padding-top: 0;}
		.sec4 .sec4_box .about_box_item .desc>span::after{top: -44px;height: 168px;}
		.sec3 .desc_tit>p::after, .sec3 .desc_tit>p::before{top: 20px;}
		.sec2 .anli_sel ul{height: auto;}
		
		.pro_lb{display: none;}
		.wap_pro{display: block !important;}
	}
	@media screen and (max-width:900px) {
		.sec2 .anli_sel ul li.phone b{font-size: 12px !important;}
		.sec2 .anli_box .anli_box_item .img {background: no-repeat;width: 100%;float: none;}
		.sec2 .anli_box .anli_box_item .desc{width: 100%;float: none;height: auto;} 
		.sec3 .service_4{height: auto;}
		.sec3 .service_4 .ser{width: 50%;padding: 1.3021rem 0;}
		.sec5 .center_box .center_item .item_con{/* width: 100%; */margin-bottom: 30px;/* margin-left: 0 !important; */}
		.sec4 .sec4_box .about_box_item .desc{width: 100%;float: none;margin-bottom: 25px;}
		.sec4 .sec4_box .about_box_item .desc+.img{width: 100%;float: none;}
		.sec4 .sec4_box{padding: 0.2344rem 0.2448rem 0.2344rem 0.2448rem;}
		.sec4 .sec4_box .about_box_item .desc>span::after{display: none;}
	}
	
	@media screen and (max-width:780px) {
		.desc_tit>p::after, .desc_tit>p::before{display: none;}
		.sec1{padding-top: 0;}
		.sec1 li.item .inner_cover{display: none!important;}
		.sec1 li.item .inner>p{height: 45px;line-height: 45px;}
		.sec1 .w1600{padding: 0;} 
		.pro_lb{padding: 0 35px;}
		.pro_lb .swiper-button-next, .pro_lb .swiper-button-prev{height: 60px;width: 25px;}
		.pro_lb .swiper-button-next{right: 0;}
		.pro_lb .swiper-button-prev{left: 0;}
		.sec1 .cp_more{margin-top: 40px;}
		.sec3 .service_4 .ser img{height: 30px;width: 30px;}
		.sec3 .service_4 .ser .ser_tit p{font-size: 14px;}
		.sec3 .service_4 .ser .ser_cover>div{font-size: 14px;}
		.sec3 .service_4 .ser .ser_cover>p{font-size: 12px;}
		.sec3{padding: 0;}
		.sec2{padding-top: 20px;padding-bottom: 40px;}
		.sec2 .anli_box .anli_box_item .desc{padding: 0 15px;}
		.sec2 .anli_box .anli_box_item .desc .desc_cont{padding: 10px 0;}
		
		.sec2 .anli_sel ul li{width: 33.33%;}
		.sec2 .anli_sel ul li.case_list,.sec2 .anli_sel ul li.phone{width: 50%;}
		.sec5 .cetner_tit .tit_sel ul li{width: 33%;}
		.sec4 .sec4_box .about_box{padding-top: 0px;}
		.sec5{padding: 30px 15px;}
		.sec6{padding-top: 30px;}
	}
	@media  screen and (max-width:480px) {
		.sec4 .sec4_box{
			padding: 0px 15px 40px 15px;
		}
		.sec5 .center_box .center_item>.item_con{width: 100%;margin:0 0  15px!important;height: auto;}
		.sec5 .center_box .center_item .item_con .img{height: 200px;}
		.sec5 .center_box .center_item .item_con .img img{height: auto;}
		
	}
	@media  screen and (max-width:399px) {
		.sec4 .sec4_box .about_sel ul li{
			width: 60px;
			height: 60px;
			line-height: 60px;
		}
	}
	
.sec1,.sec2,.sec3,.sec4,.sec5,.sec6{overflow: hidden;}



.sear_phone{font-size: 18px;color: #53B23C;font-weight: bold;position: absolute;top: 55px;}