.zidingyi {
	FONT-SIZE: 14px;
	margin:0px;
	padding: 0px;
    font-family:微软雅黑;
	color:#666666;
	margin:0px;
	padding:0px; background-color:#fff;
	overflow-x: hidden;
	box-sizing: border-box;
	
	}
a{text-decoration:none;}
li{list-style:none}
 a{
    cursor: pointer;
    color:#666
}
.center{width:1200px;margin:0 auto}
h1,h2,h3,h4,h5,p{margin:0 0;padding:0 0;font-weight:500}
.ctrl span{ float:left; cursor:pointer;}
input,textarea,select{outline:none;font-family:微软雅黑;}
img{
    border:none;
    display: block;
}
.cursor_pointer{
	cursor:pointer;
}
button{
	cursor:pointer;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.clear{
    clear:both
}
.application{
    height: 840px;
    background: #f6f7fb;
}
.application .background{
    height: 840px;
    background: url(http://xz.mf1288.com/uFile/100315208/application.png) center top no-repeat;
}
.application .title{
    text-align: center;
    padding-top: 54px;
    padding-bottom: 47px;
}
.application .title .h3{
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    line-height: 46px;
}
.application .title .h6{
    display: inline-flex;
    line-height: 34px;
}
.application .title .h6 .xian{
    width: 65px;
    height: 1px;
    margin-top: 17px;
    background: #eff5fd;
}
.application .title .h6 .p{
   font-size: 16px;
   color: #ffffff;
   padding: 0 6px;
   text-transform:uppercase;
}
.application .title .h5{
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
}
.application .application_img{
    position: relative;
}

.application .application_img .swiper-pagination{
    bottom: 34px;
}
.application .application_img .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    background: #e5e5e5;
    opacity: 1;
    margin: 0 10px;
}
.application .application_img .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff8400;
}
.swiper-container-a {
    height: 572px;
    background: #fff;
}
.application .application_img .swiper-button-prev-a{
    width: 60px;
    height: 118px;
    top: 0;
    left: 0;
    margin-top: 183px;
    margin-left: -60px;
    background: url(http://xz.mf1288.com/uFile/100315208/application_l.png) center center no-repeat;
}
.application .application_img .swiper-button-next-a{
    width: 60px;
    height: 118px;
    top: 0;
    right: 0;
    margin-top: 183px;
    margin-right: -60px;
    background: url(http://xz.mf1288.com/uFile/100315208/application_r.png) center center no-repeat;
}
.application .application_img{
    background: #fff;
}
.application .application_img .swiper-container{
    /* padding: 0 30px; */
    padding-top: 28px;
    width: calc(100% - 60px);
}
.application .application_img .swiper-slide{
    display: block;
    width: calc(33.3333% - 16px);
    border: solid 1px #e5e5e5;
    margin: 0 8px;
}
.application .application_img .swiper-slide a{
    display: block;
}
.application .application_img .swiper-slide a:nth-child(2){
    margin: 0 21px;
}
.application .application_img .swiper-slide a .img{
	height: 240px;
    overflow: hidden;
    position: relative;
}
.application .application_img .swiper-slide a .img .datu{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.application .application_img .swiper-slide a:hover .img .datu{
    transform: scale(1.1);
}
.application .application_img .swiper-slide a .img .tankuang{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0);
    transition:all 0.3s ease-in-out;
}
.application .application_img .swiper-slide a:hover .img .tankuang{
    background: rgba(0,0,0, 0.5);
}
.application .application_img .swiper-slide a .img .tankuang img{
    display: block;
    margin: auto;
    transition:all 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    left: calc(50% - 28px);
}
.application .application_img .swiper-slide a:hover .img .tankuang img{
    top: calc(50% - 28px);
    
}
.application .application_img .swiper-slide a .text{
    padding: 22px 26px 36px 26px;
    transition:all 0.3s ease-in-out;
}
.application .application_img .swiper-slide a:hover .text{
    background: #0e69ef;
}
.application .application_img .swiper-slide a .text .bt{
    font-size: 22px;
    color: #1a1a1a;
    text-align: center;
    line-height: 46px;
    height: 46px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.application .application_img .swiper-slide a:hover .text .bt{
    color: #fff;
}
.application .application_img .swiper-slide a .text .p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    transition:all 0.3s ease-in-out;
}
.application .application_img .swiper-slide a:hover .text .p{
    color: #fff;
}
.youshi .list{
    padding-top: 38px;
    padding-bottom: 85px;
}
.youshi .list .img{
    width: 50%;
    height: 334px;
    overflow: hidden;
    position: relative;
}
.youshi .list .img img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
}
.youshi .list .text{
    width: 50%;
    height: 334px;
    background: #f6f7fb;
}
.youshi .list .text .xuhao{
    width: 65px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    border-width: 600;
    margin-left: 30px;
    margin-top: 39px;
    background: url(http://xz.mf1288.com/uFile/100315208/xuhao.png) top left no-repeat;
}
.youshi .list .text .neirong{
    width: calc(100% - 170px);
    margin-left: 30px;
    margin-top: 39px;
}
.youshi .list .text .neirong .title{
    font-size: 30px;
    color: #333333;
    line-height: 56px;
    padding-bottom: 10px;
    font-weight: 600;
    background: url(http://xz.mf1288.com/uFile/100315208/xian.png) bottom left no-repeat;
}
.youshi .list .text .neirong .title span{
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-left: 12px;
}
.youshi .list .text .neirong .p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 22px;
    padding-right: 8px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.youshi .list .text .neirong .more{
    display: block;
    width: 160px;
    height: 46px;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    background: #0953c0;
    margin-top: 20px;
    transition:all 0.3s ease-in-out;
}
.youshi .list .text .neirong .more:hover{
    background: #ff8400;
}
@media screen and (max-width:1024px) {
	body{
		padding-bottom:70px;
		}
    .center {
        width: 100vw;
    }
    .pc_none{
        display: none;
    }
    .page_nr{
        margin-top:0;
    }
    .phone_none{
        display: block;
    }
    .page{
        overflow: hidden;
    }
    .shouji_top{
        background: url(http://xz.mf1288.com/uFile/100315208/application.png) center top no-repeat;
        /* background-size: 100% 100%; */
        position: relative;
        height: 68px;
        width: 100vw;
    }
    .shouji_top .logo{
        display: block;
        margin: auto;
    }
    .shouji_top img{
        height: 100%;
    }
    .shouji_top a{
        position: absolute;
        top:0;
        left: 0;
        height: 100%;
    }
    .shouji_top a img:nth-child(2){
        display: none;
    }
    .panel{
        background: #FAFAFA;
        overflow-y: auto;
    }
    .list_dl{
        margin-top: 50px;
    }
    .list_dt{
        background: #FAFAFA;
        width: 200px;
        padding: 0 40px 0 20px;
        height: 49px;
        line-height: 49px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        font-size: 16px;
        border-bottom: 1px solid #EBEBEB;
    }
    .list_dl .list_dt:nth-child(1){
        border-top: 1px solid #EBEBEB;
    }
    .list_dt p{
        color: #b7b7b7;
    }
    .list_dt:hover{
        background: #F1F1F1;
    }
    .list_dt:hover ._after{
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #4285F4;
    }
    #open{
        background: #F1F1F1;
        color: #4E4E4E;
    }
    #open p{
        color: #4E4E4E;
    }
    #open ._after{
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #4285F4;
    }
    .list_dt_icon{
        position: absolute;
        right: 10px;
        top: 9px;
        display: block;
        width: 16px;
        height: 16px;
        background: url("../images/off.png") no-repeat;
    }
    #open .list_dt_icon{
        background: url("../images/open.png") no-repeat;
    }
    .list_dd{
        display: none;
    }
    .list_li{
        display: block;
        background: #F1F1F1;
        list-style-type: none;
        width: 200px;
        padding: 0 30px;
        height: 40px;
        line-height:40px;
        cursor: pointer;
        border-bottom: 1px solid #EBEBEB;
        font-size: 16px;
        color: #b7b7b7;
    }
    .list_li:hover{
        background: #4285F4;
        color: #fff;
    }
    .list_dd{
        display: none;
        margin-left: 0;
    }
    .list_dd ul{
        margin: 0;
        padding-left: 0;
    }
    .banner_phone img{
        width: 100%;
    }
    .guanjianci a{
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .guanjianci .center{
        padding: 0 15px;
        width: calc(100% - 30px);
    }
    .shouji_top .logo{
        padding-left: 30px;
    }
    .left{
        display: none;
    }
    .index_product .right{
        width: 100%;
    }
    .index_product {
        background: #f6f7fb;
        padding: 0;
    }
    .index_product .center{
        width: calc(100vw - 30px);
        padding: 8px 15px 10px 15px;
    }
    .index_product .right .product .product_first {
        height: auto;
        padding-bottom: 25px;
        margin-bottom: 20px;
    }
    .index_product .right .product .product_first .img{
        width: 92%;
        margin-left: 4%;
        height: 200px; margin-top:10px;
    }
    .index_product .right .product .product_first .text {
        width: 92%;
        padding-right: 4%;
    }
    .index_product .right .title {
        height: 42px;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .index_product .right .title .p {
        line-height: 35px;
        height: 35px;
        font-size: 20px;
    }
    .index_product .right .title .float_r {
        display: block;
        line-height: 35px;
        height: 35px;
        font-size: 15px;
    }
    .index_product .right .product .product_first .text .more {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin: auto;
        margin-top: 20px;
    }
    .index_product .right .product .product_first .text .bt {
        font-size: 20px;
        line-height: 52px;
        height: 52px;
        padding-top: 0px;
        text-align: center;
    }
    .index_product .right .product .product_list a {
        display: block;
        width: calc(50% - 15px);
        margin-left: 15px;
    }
    .index_product .right .product .product_list {
        margin-left: -15px;
    }
    .index_product .right .product .product_list a p {
        font-size: 14px;
        line-height: 42px;
        height: 42px;
    }
    .swiper-pagination-b2{
        width: 100vw !important;
    }
    .guanjianci{
        width: 100vw;
    }
    .application .center {
        width: 100vw;
    }
    .application .application_img .swiper-slide{
        width: calc(100% - 2px);
        margin: 0;
    }
    .youshi .list .text{
        width: 100%;
    }
    .youshi .list .img {
        width: 100%;
        height: auto;
    }
    .youshi .list .img img{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
    }
    .application .title {
        padding-top: 20px;
        padding-bottom: 26px;
    }
    .application .title .h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .application .title .h6 .xian {
        width: 50px;
    }
    .application .title .h6 .p {
        font-size: 14px;
    }
    .application .title .h5 {
        font-size: 13px;
        line-height: 16px;
    }
    .application .application_img .swiper-container {
        padding-top: 20px;
        width: calc(100% - 30px);
    }
    .swiper-container-a {
        height: auto;
        padding-bottom: 58px;
    }
    .application .application_img .swiper-slide a .text {
        padding: 5px 16px 12px 16px;
    }
    .application .application_img .swiper-slide a .text .bt {
        font-size: 18px;
        line-height: 36px;
        height: 36px;
    }
    .application .application_img .swiper-pagination {
        bottom: 20px;
    }
    .application {
        height: auto;
        padding-bottom:30px;
    }
    .application .background {
        height: auto;
    }
    .youshi .youshi_bt {
        position: relative;
        left: 50%;
        margin-left: -100%;
        width: 200%;
    }
    .youshi .list .text .xuhao {
        width: 46px;
        height: 52px;
        line-height: 52px;
        font-size: 28px;
        margin-left: 18px;
        margin-top: 24px;
        background-size: 100% 100%;
    }
    .youshi .list .text .neirong {
        width: calc(100% - 110px);
        margin-top: 18px;
        margin-left: 22px;
    }
    .youshi .list .text .neirong .title {
        font-size: 22px;
        color: #333333;
        line-height: 52px;
        padding-bottom: 2px;
    }
    .youshi .list .text .neirong .p {
        font-size: 14px;
        color: #666666;
        line-height: 25px;
        margin-top: 10px;
        padding-right: 0px;
    }
    .youshi .list .text .neirong .more {
        width: 134px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
    .youshi .list .text {
        height: auto;
        padding-bottom: 32px;
    }
    .youshi .list {
        padding-top: 30px;
        padding-bottom: 0px;
    }
}