/*-----  Global  ----*/
/*@font-face{*/
/*    font-family: SiYuan;*/
/*    src: url('../font/SiYuanFont.ttf');*/
/*}*/
/*@font-face{*/
/*    font-family: AajianHaoti;*/
/*    src: url('../font/Aafont.ttf');*/
/*}*/

::-webkit-input-placeholder {color: #666666;font-size: 18px;}
::-moz-placeholder {color: #666666;font-size: 18px;}
:-ms-input-placeholder {color: #666666;font-size: 18px;}
:-moz-placeholder {color: #666666;font-size: 18px;}
textarea::-webkit-input-placeholder{color:#666666;font-size:18px;font-family:"Microsoft YaHei";}

.jm_tit{
    text-align: center;
    color: #333;
}
.jm_tit .tit{
    font-size: 45px;
    font-weight: bold;
}
.jm_tit p{
    font-size: 20px;
    padding: 15px 0 20px 0;
}

.jmtj{
    padding: 45px 0;
}
.jmtj .jmtj_con{
    overflow: hidden;
    padding-top: 20px;
}
.jmtj_con ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.jmtj_con ul li{
    width: 31%;
    margin: 0 3% 3% 0;
    position: relative;
}
.jmtj_con ul li:last-child{
    margin: 0 0 3% 0;
}
.jmtj_con ul li .pic{}
.jmtj_con ul li .pic img{
    width: 100%;
}
.jmtj_con ul li .text{
    overflow: hidden;
    height: 200px;
    padding: 5% 5% 0 7%;
    box-shadow: 0px 0px 10px 0px rgb(139 139 139 / 50%);
}
.jmtj_con ul li .text.text1{height:200px;}
.jmtj_con ul li .text .tit{
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.jmtj_con ul li .text p{
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
}
.jmtj_con ul li .num{
    font-size: 40px;
    font-weight: bold;
    opacity: .2;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.dlzsjm{
    width: 100%;
    padding: 60px 0 100px 0;
    background-image: url(../images/zsjm_bg.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.dlzsjm .dlzsjm_con{
    margin-top: 30px;
}
.dlzsjm_con .item{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.dlzsjm_con .item .pic{
    float: left;
    width: 50%;
}
.dlzsjm_con .item .pic img{
    width: 100%;
}
.dlzsjm_con .item .text{
    float: right;
    width: 50%; 
}
.dlzsjm_con .item .text ul{
    overflow: hidden;
    padding: 30px 35px 0 35px;
}
.dlzsjm_con .item .text ul li{
    overflow: hidden;
    line-height: 45px;
}
.dlzsjm_con .item .text li .num{
    font-size: 15px;
    color: #fff;
    background: #da251d;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    margin: 5px 0 0 0;
}
.dlzsjm_con .item .text li .dec{
    font-size: 16px;
    float: right;
    width: 590px;
}
.dlzsjm_con .item.i2 .pic{
    float: right;
}
.dlzsjm_con .item.i2 .text{
    float: left;
}


.jmlc{
    width: 100%;
    padding: 50px 0 70px 0;
    background-image: url(../images/jmlc_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jmlc .jm_tit{
    color: #fff;
}
.jmlc .jmlc_con{}
.jmlc_con .jmlc_con_t{
    overflow: hidden;
    padding-top: 90px;
    margin-bottom: 70px;
}
.jmlc_con_t ul{}
.jmlc_con_t ul li{
    float: left;
    width: 18%;
    margin: 0 2.25% 0 0;
    padding: 45px 15px 20px 15px;
    background: #fff;
    position: relative;
}
.jmlc_con_t ul li:last-child{
    margin-right: 0;
}
.jmlc_con_t ul li .num{
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    font-size: 41px;
    font-weight: bold;
    color: #da251d;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -110%);
}
.jmlc_con_t ul li .tit{
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.jmlc_con_t ul li .text{
    font-size: 15px;
    color: #666666;
    height: 110px;
    line-height: 26px;
    text-align: center;
}
.jmlc_con_t ul li .pic{}
.jmlc_con_t ul li .pic img{
    width: 100%;
}

.jmlc_con .jmlc_con_b{}
.jmlc_con_b ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.jmlc_con_b ul li{
    text-align: center;
}
.jmlc_con_b ul li .icon{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    background: #c1a67e;
    margin-bottom: 25px;
}
.jmlc_con_b ul li .icon img{}
.jmlc_con_b ul li p{
    font-size: 16px;
    color: #fff;
    position: relative;
}
.jmlc_con_b ul li p:after{
    content: "→";
    width: 18px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: absolute;
    right: -30px;
}
.jmlc_con_b ul li:last-child p:after{
    display: none;
}


.lysq{
    width: 100%;
    padding: 90px 0 120px 0;
    background-image: url(../images/lyfc_bg.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.lysq .lysq_con{
    width: 90%;
    position: relative;
    background: #fff;
}
.lysq_con .tit{
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 120px;
    background-image: url(../images/lybd_top.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.lysq_con .mtit{
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
}
.lysq_con .formdiv{
    width: 72%;
    padding: 0 0 9% 8%;
}
.lysq_con .formdiv input{height:65px;line-height:65px;background:#efedec;float:left;outline:none;padding:0 42px;border-radius: 5px;}
.lysq_con .formdiv input.input1{width:48%;}
.lysq_con .formdiv input.input2{width:48%;margin-left:4%;}
.lysq_con .formdiv textarea{width:100%;height:135px;margin:20px 0;background:#efedec;padding:25px 42px;outline:none;border-radius: 5px;resize:none;}
.lysq_con .formdiv .foot_btn{width:35%;background:#c1a67e;color:#FFF;font-size:20px;text-align:center;height:65px;line-height:65px;cursor:pointer;border-radius: 5px;}
.lysq_con .formdiv .foot_btn img{
    border-radius: 50%;
    margin-left: 20%;
}
.lysq_con .logoly{
    position: absolute;
    right: -30px;
    bottom: 55px;
}
.lysq_con .logoly img{}
.lysq_con .tu{
    position: absolute;
    right: -230px;
    bottom: -87px;
}
.lysq_con .tu img{
    width: 90%;
}


.jm_video{
    width: 100%;
    position: relative;
}
.jm_video .text{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    text-align: center;
    top: 0;
}
.jm_video .text p{
    font-size: 64px;
    color: #fff;
    font-family:AajianHaoti;
}
.jm_video .text .p1{
    margin-top: 270px;
}
.jm_video .text span{
    font-size: 105px;
}


.jmys{
    position: relative;
    padding: 50px 0 50px 0;
}
.jmys .jmys_tab{
    overflow: hidden;
    width: 74%;
    margin: 0 auto;
    padding: 10px 0 50px 0;
}
.jmys_tab ul{
}
.jmys_tab ul li{
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}
.jmys_tab ul li .icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #7b7b7b;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    display: -webkit-inline-box;
}
.jmys_tab ul li:nth-child(1) .icon{
    background-image: url(../images/icon_ys1.png);
}
.jmys_tab ul li:nth-child(2) .icon{
    background-image: url(../images/icon_ys2.png);
}
.jmys_tab ul li:nth-child(3) .icon{
    background-image: url(../images/icon_ys3.png);
}
.jmys_tab ul li:nth-child(4) .icon{
    background-image: url(../images/icon_ys4.png);
}
.jmys_tab ul li:nth-child(5) .icon{
    background-image: url(../images/icon_ys5.png);
}
.jmys_tab ul li p{
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}
.jmys_tab ul li:nth-child(1).on .icon{
    background-image: url(../images/icon_ysb1.png);
}
.jmys_tab ul li:nth-child(2).on .icon{
    background-image: url(../images/icon_ysb2.png);
}
.jmys_tab ul li:nth-child(3).on .icon{
    background-image: url(../images/icon_ysb3.png);
}
.jmys_tab ul li:nth-child(4).on .icon{
    background-image: url(../images/icon_ysb4.png);
}
.jmys_tab ul li:nth-child(5).on .icon{
    background-image: url(../images/icon_ysb5.png);
}
.jmys_tab ul li.on:before{
    content: "";
    width: 17px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    bottom: -20px;
    left: 50%;
    margin-left: -8px;
    background-image: url(../images/youshi_on.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.jmys .jmys_tab_con{
    overflow: hidden;
    position: relative;
    margin: 0 -130px;
    height: 700px;
}
.jmys .jmys_tab_con .tempWrap{
    margin-left: -965px;
}
.jmys_tab_con ul{
    transform-style: preserve-3d;
/*    perspective: 1200px;*/
}
.jmys_tab_con ul li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    position: relative;
    transform-style: preserve-3d;
}
.jmys_tab_con ul li .text{
    width: 26%;
    padding: 0 40px;
    color: #fff;
    background: #646464;
    display: none;
}
.jmys_tab_con ul li .num{
    height: 125px;
    line-height: 125px;
    font-size: 49px;
    margin: 30px;
    text-align: center;
    background-image: url(../images/youshi_num.png);
    background-position: center;
    background-repeat: no-repeat;
}
.jmys_tab_con ul li .tit{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.jmys_tab_con ul li .line{
    width: 15%;
    height: 4px;
    background: #c1a67e;
    display: block;
    margin: 20px 0 25px 42.5%;
}
.jmys_tab_con ul li .dec{
    font-size: 16px;
    line-height: 30px;
}
.jmys_tab_con ul li .pic{
    width: 100%;
}
.jmys_tab_con ul li .pic img{
    width: 100%;
    height: 100%;
}
.jmys_tab_con ul li.arr_prev{
    transform-style: preserve-3d;
    transition-duration: 0ms;
    transform: translate3d(500px, -100px, 0) rotateX(0deg) rotateY(50deg) scale(0.65);
    z-index: 0;
}
.jmys_tab_con ul li.arr_next{
    transform-style: preserve-3d;
    transition-duration: 0ms;
    transform: translate3d(-500px, -100px, 0) rotateX(0deg) rotateY(-50deg) scale(0.65);
    z-index: 0;
}
.jmys_tab_con ul li.swiper-slide-active{
    z-index: 9999;
}
.jmys_tab_con ul li.swiper-slide-active .pic{
    width: 74%;
}
.jmys_tab_con ul li.swiper-slide-active .text{
    display: block;
}
.jmys_tab_con ul li.swiper-slide-active .jmys_bg{
    display: none;
}
.jmys .swiper-button-prev:after, .jmys .swiper-container-rtl .swiper-button-next:after{
    display: none;
}
.jmys .swiper-button-next:after,.jmys .swiper-container-rtl .swiper-button-prev:after{
    display: none;
}
.jmys .swiper-button-prev, .jmys .swiper-button-next{ position:absolute; left:10%; top:55%; display:block; width:56px; height:56px; background:url(../images/prev.png) no-repeat; }
.jmys .swiper-button-next{right: 10%;left: auto;background:url(../images/next.png) no-repeat;}
.jmys .swiper-button-prev:hover,
.jmys .swiper-button-next:hover{}
.jmys .prevStop{}
.jmys .nextStop{}
.jmys .jmys_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.6);
}


.jm_agent{
    background: #da251e;
}
.jm_agent .agent_top{
    width: 100%;
    overflow: hidden;
    padding: 60px 0 40px 0;
    background-image: url(../images/dls_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jm_agent .agent_top .jm_tit{
    color: #fff;
}
.agent_top .agent_tab{
    width: 74%;
    margin: 0 auto;
    margin-top: 40px;
}
.agent_top .agent_tab ul{}
.agent_top .agent_tab ul li{
    float: left;
    width: 14.66%;
    margin: 0 1%;
    padding: 10px 0;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    position: relative;
}
.agent_top .agent_tab ul li a{
    font-size: 16px;
    display: block;
}
.agent_top .agent_tab ul li.on{
    background: #474747;
}
.agent_top .agent_tab ul li.on a{
    color: #ffffff;
}
.agent_top .agent_tab ul li.on:before{
    content: "▼";
    width: 26px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-top: 25px;
    margin-left: -9%;
    color: #474747;
}
.jm_agent .agent_bottom{
    padding: 50px 0;
    width: 97%;
    margin: 0 auto;
    overflow: hidden;
}
.agent_bottom ul{}
.agent_bottom ul li{
    /*float: left;*/
    /*width: 350px;*/
    /*margin: 0 11px;*/
    background: #fff;
    /*box-shadow: -3px 0px 3px #dcdcdc, 3px 0px 3px #dcdcdc, 0px 3px 3px #dcdcdc;*/
}
.agent_bottom ul li a{}
.agent_bottom ul li .pic{
    width: 100%;
    padding-bottom: 66.67%;
    position: relative;
    overflow: hidden;
}
.agent_bottom ul li .pic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .6s;
}
.agent_bottom ul li .pic iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.agent_bottom ul li p{
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    text-align: center;
}
.jm_agent .hd{
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
}
.jm_agent .hd li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    display: -webkit-inline-box;
    overflow: hidden;
    color: #fff;
}
.jm_agent .hd li.on{
    background: #ffb30b;
    color: #ffb30b;
}
.jm_agent ul li:hover .pic img{
    transform: scale(1.2);
}


/*1599以下屏幕*/
@media screen and (max-width:1599px){
::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:-moz-placeholder {font-size: 16px;}
textarea::-webkit-input-placeholder{font-size: 16px;}
.jm_tit .tit {
    font-size: 38px;
}
.jm_tit p {
    font-size: 16px;
    padding: 10px 0 15px 0;
}
.jmtj_con ul li .text {
    height: 200px;
}
.jmtj_con ul li .text .tit {
    font-size: 26px;
}
.jmtj_con ul li .text p {
    font-size: 14px;
}
.jmtj_con ul li .num {
    font-size: 40px;
}

.dlzsjm_con .item .text ul li {
    line-height: 38px;
}
.dlzsjm_con .item .text li .num {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.dlzsjm_con .item .text li .dec {
    font-size: 14px;
    width: 500px;
}

.jmlc_con_t ul li .num {
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 36px;
}
.jmlc_con_t ul li .tit {
    font-size: 22px;
}
.jmlc_con_b ul li .icon {
    width: 82px;
    height: 82px;
    line-height: 82px;
    margin-bottom: 20px;
}
.jmlc_con_b ul li .icon img {
    width: 40px;
}
.jmlc_con_b ul li p {
    font-size: 14px;
}
.jmlc_con_b ul li p:after {
    font-size: 16px;
    right: -24px;
}

.lysq_con .tit {
    font-size: 28px;
    line-height: 95px;
}
.lysq_con .mtit {
    font-size: 18px;
}
.lysq_con .formdiv input {
    height: 55px;
    line-height: 55px;
    padding: 0 36px;
}
.lysq_con .formdiv textarea {
    height: 120px;
    padding: 25px 36px;
}
.lysq_con .formdiv .foot_btn {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
}
.lysq_con .formdiv .foot_btn img {
    width: 24px;
}
.lysq_con .logoly {
    right: -15px;
    bottom: 20px;
}
.lysq_con .logoly img {
    width: 200px;
}
.lysq_con .tu img {
    width: 80%;
}

.jm_video .text p {
    font-size: 50px;
}
.jm_video .text span {
    font-size: 80px;
}


.jmys .jmys_tab_con {
    height: 630px;
    margin-top: 50px;
}
.jmys_tab ul li .icon {
    width: 85px;
    height: 85px;
    background-size: 50% 50%;
}
.jmys_tab ul li p {
    font-size: 18px;
}

.jmys_tab_con ul li{
    width: 1130px;
}
.jmys .prev, .jmys .next{
    left: 6%;
    top: 62%;
}
.jmys .next {
    right: 6%;
    left: auto;
}
.jmys_tab_con ul li .num {
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    background-size: auto 100%;
}
.jmys_tab_con ul li .tit {
    font-size: 28px;
}
.jmys_tab_con ul li .dec {
    font-size: 15px;
    line-height: 28px;
}


.jm_agent .agent_bottom {
    padding: 20px 0 50px 0;
    overflow: hidden;
}
.agent_bottom ul li{
    /*width: 275px;*/
}
.agent_bottom ul li p {
    font-size: 15px;
    line-height: 40px;
}
.jmlc_con_t ul li .text{
    font-size: 14px;
}
}

/*1399以下屏幕*/
@media screen and (max-width:1439px){
::-webkit-input-placeholder {font-size: 14px;}
::-moz-placeholder {font-size: 14px;}
:-ms-input-placeholder {font-size: 14px;}
:-moz-placeholder {font-size: 14px;}
textarea::-webkit-input-placeholder{font-size: 14px;}
.jm_tit .tit {
    font-size: 34px;
}
.jm_tit p {
    font-size: 15px;
}

.jmtj_con ul li .text {
    height: 200px;
    padding: 5% 4% 0 5%;
}
.jmtj_con ul li .text.text1{height:200px;}
.jmtj_con ul li .text .tit {
    font-size: 22px;
    margin-bottom: 10px;
}


.dlzsjm {
    padding: 45px 0 70px 0;
}
.dlzsjm_con .item .text ul {
    padding: 20px 15px 0 15px;
}
.dlzsjm_con .item .text li .dec {
    font-size: 14px;
    width: 432px;
}
.dlzsjm_con .item .text ul li {
    line-height: 25px;
}
.dlzsjm_con .item .text li .num{
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-top: 0;
}
.dlzsjm_con .item .text li .dec {
    font-size: 14px;
    width: 442px;
}


.jmlc {
    padding: 40px 0 60px 0;
}
.jmlc_con .jmlc_con_t {
    padding-top: 70px;
    margin-bottom: 45px;
}
.jmlc_con_t ul li .tit {
    font-size: 18px;
}
.jmlc_con_t ul li .text {
    height: 105px;
    line-height: 24px;
}
.jmlc_con_b ul li .icon {
    width: 68px;
    height: 68px;
    line-height: 68px;
    margin-bottom: 15px;
}
.jmlc_con_b ul li .icon img {
    width: 35px;
}


.lysq {
    padding: 70px 0 100px 0;
}
.lysq_con .tit {
    font-size: 26px;
    line-height: 72px;
}
.lysq_con .mtit {
    font-size: 16px;
    margin: 20px 0;
}
.lysq_con .formdiv input {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
}
.lysq_con .formdiv textarea {
    height: 100px;
    padding: 20px 30px;
}
.lysq_con .formdiv .foot_btn {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
}
.lysq_con .logoly img {
    width: 180px;
}
.lysq_con .tu {
    right: -235px;
    bottom: -60px;
}
.lysq_con .tu img {
    width: 65%;
}


.jm_video .text .p1 {
    margin-top: 160px;
}


.jmys .jmys_tab{
    padding-bottom: 30px;
}
.jmys_tab ul li .icon{
    margin-bottom: 5px;
}
.jmys_tab ul li p {
    font-size: 16px;
}
.jmys_tab ul li:before{
    bottom: -15px !important;
}

.jmys .jmys_tab_con{
    margin: 0 -60px;
    height: 430px;
}
.jmys .jmys_tab_con .tempWrap{
    margin-left: -485px;
}
.jmys_tab_con ul li{
    width: 700px;
}
.jmys_tab_con ul li.arr_prev{
    transform-style: preserve-3d;
    transition-duration: 0ms;
    transform: translate3d(300px, -50px, 0) rotateX(0deg) rotateY(50deg) scale(0.65);
    z-index: 0;
}
.jmys_tab_con ul li.arr_next{
    transform-style: preserve-3d;
    transition-duration: 0ms;
    transform: translate3d(-300px, -50px, 0) rotateX(0deg) rotateY(-50deg) scale(0.65);
    z-index: 0;
}
.jmys_tab_con ul li .text {
    width: 50%;
    padding-bottom: 20px;
}
.jmys_tab_con ul li .num {
    height: 80px;
    line-height: 80px;
    font-size: 34px;
    background-size: auto 100%;
    margin: 20px;
}
.jmys_tab_con ul li .tit {
    font-size: 24px;
}
.jmys_tab_con ul li .line {
    margin: 10px 0 15px 42.5%;
}
.jmys_tab_con ul li .dec {
    font-size: 14px;
    line-height: 25px;
}
.jmys .prev, .jmys .next {
    left: 13%;
}
.jmys .next {
    right: 13%;
    left: auto;
}

.agent_bottom ul li{
    /*width: 227px;*/
}
}

/*992以下屏幕*/
@media screen and (max-width:1023px){
.jm_tit .tit {
    font-size: 30px;
}
.jm_tit p {
    font-size: 14px;
}

.jmtj_con ul {
    display: flow-root;
}
.jmtj_con ul li {
    width: 100%;
    margin: 0 0 3% 0;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgb(139 139 139 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.jmtj_con ul li .pic {
    float: left;
    width: 40%;
}
.jmtj_con ul li .text {
    padding: 2% 2% 0 2%;
    float: right;
    width: 60%;
    height: auto;
    box-shadow: none;
}
.jmtj_con ul li .text.text1{height:auto;}
.dlzsjm_con .item.i1{
    margin-bottom: 15px;
}
.dlzsjm_con .item .pic {
    float: left;
    width: 100%;
}
.dlzsjm_con .item .text {
    float: right;
    width: 100%;
}
.dlzsjm_con .item .text ul {
    padding: 20px 15px 20px 15px;
}
.dlzsjm_con .item .text li .dec {
    width: 96%;
    line-height: 30px;
}

.jmlc_con_t ul li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 45px 30px 30px 30px;
    margin-bottom: 60px;
    display: flex;
}
.jmlc_con_t ul li .jmlc_con_tl {
    float: left;
    width: 50%;
    padding-right: 5%;
}
.jmlc_con_t ul li .pic {
    float: right;
    width: 50%;
}
.jmlc_con_b ul{
    display: flow-root;
}
.jmlc_con_b ul li {
    text-align: center;
    width: 20%;
    float: left;
    margin-bottom: 32px;
}
.jmlc_con_b ul li .icon{
    display: inline-table;
}
.jmlc_con_b ul li p:after {
    right: 0px;
}

.lysq {
    padding: 60px 0 80px 0;
}
.lysq .lysq_con {
    width: 100%;
}
.lysq_con .tit {
    font-size: 23px;
}
.lysq_con .mtit {
    font-size: 15px;
}
.lysq_con .formdiv {
    padding: 0 0 8% 5%;
}
.lysq_con .formdiv input.input1 {
    width: 100%;
    margin-bottom: 15px;
}
.lysq_con .formdiv input.input2 {
    width: 100%;
    margin-left: 0;
}
.lysq_con .logoly {
    right: 10px;
}
.lysq_con .logoly img {
    width: 150px;
}
.lysq_con .tu {
    display: none;
}

.jm_video .text p {
    font-size: 40px;
}
.jm_video .text .p1 {
    margin-top: 90px;
}
.jm_video .text span {
    font-size: 60px;
}


.jmys .jmys_tab_con{
    margin: 0 0 50px 0;
    height: auto;
}
.jmys .jmys_tab_con .tempWrap{
    margin-left: -100%;
}
.jmys_tab_con ul li{
    width: 100%;
}
.jmys_tab_con ul li .text{
    /*height: 535px;*/
    height: auto;
}
.jmys_tab_con ul li.arr_prev{
    transform-style: preserve-3d;
    transition-duration: 0ms;
    transform: none;
    z-index: 0;
}
.jmys_tab_con ul li.arr_next{
    transform-style: preserve-3d;
    transition-duration: 0ms;
    transform: none;
    z-index: 0;
}

.agent_bottom ul li{
    /*width: 47.5%;*/
}
.agent_bottom ul li p{
    font-size: 14px;
}

.agent_top .agent_tab {
    width: 100%;
}
.agent_top .agent_tab ul li a{
    font-size: 14px;
}

.jmys {
    position: relative;
    padding: 50px 0 0 0;
}
.jmys_tab_con ul li{
    transform: scale(1) !important;
}
.jmys_tab_con ul li .pic img {
    width: 74%;
}
.jmys_tab_con ul li.swiper-slide-active .pic img {
    width: 100%;
}
.jmys .swiper-button-prev, .jmys .swiper-button-next{
    display: none;
}
}
/*768以下屏幕*/
@media screen and (max-width:767px){
.jm_tit .tit {
    font-size: 22px;
}
.jm_tit p {
    padding: 5px 0 15px 0;
}

.jmtj {
    padding: 30px 0;
}
.jmtj .jmtj_con {
    padding-top: 10px;
}
.jmtj_con ul li{
    display: block;
}
.jmtj_con ul li .pic {
    float: none;
    width: 100%;
}
.jmtj_con ul li .text .tit {
    font-size: 18px;
}
.jmtj_con ul li .text {
    padding: 5% 5% 5% 5%;
    float: none;
    width: 100%;
}

.dlzsjm {
    padding: 30px 0 30px 0;
}
.dlzsjm .dlzsjm_con {
    margin-top: 15px;
}
.dlzsjm_con .item .text li .dec {
    width: 92%;
    line-height: 26px;
}

.jmlc {
    padding: 30px 0 0px 0;
}
.jmlc_con .jmlc_con_t {
    padding-top: 55px;
    margin-bottom: 0;
}
.jmlc_con_t ul li {
    margin-bottom: 50px;
    padding: 45px 15px 20px 15px;
    display: block;
}
.jmlc_con_t ul li .jmlc_con_tl {
    float: none;
    width: 100%;
    padding-right: 0;
}
.jmlc_con_t ul li .pic {
    float: none;
    width: 100%;
}
.jmlc_con_t ul li .text {
    height: auto;
    line-height: 24px;
    margin-bottom: 15px;
}
.jmlc_con_b ul li {
    width: 33.33%;
    margin-bottom: 20px;
}
.jmlc_con_b ul li .icon{
    margin-bottom: 10px;
}

.lysq {
    padding: 30px 0 30px 0;
}
.lysq_con .tit {
    font-size: 22px;
    line-height: 60px;
}
.lysq_con .formdiv {
    width: 100%;
    padding: 5%;
}
.lysq_con .logoly img {
    width: 100px;
}
.lysq_con .formdiv .foot_btn{
    width: 50%;
}
.jm_video .text p {
    font-size: 24px;
}
.jm_video .text span {
    font-size: 32px;
}
.jm_video .text .p1 {
    margin-top: 40px;
}

.jmys .jmys_tab{
    width: 100%;
}
.jmys .jmys_tab_con {
    margin: 0 0 30px 0;
}
.jmys_tab ul li {
    width: 33.33%;
    margin-bottom: 20px;
}
.jmys_tab ul li.on:before{
    display: none;
}

.jmys_tab ul li .icon {
    width: 65px;
    height: 65px;
}

.jmys_tab_con ul li.swiper-slide-active .pic{
    width: 100%;
}
.jmys_tab_con ul li .text{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    padding: 0 3% 0 3%;
}
.jmys_tab_con ul li .num{
    display: none;
}
.jmys_tab_con ul li .tit{
    margin-top: 30px;
}
.jmys .prev, .jmys .next{
    top: 80%;
    left: 3%;
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
}
.jmys .next {
    right: 3%;
    left: auto;
}

.jm_agent .hd {
    padding-bottom: 30px;
}
.jm_agent .agent_top {
    padding: 40px 0 30px 0;
}
.jm_agent .agent_tab {
    width: 100%;
    margin-top: 10px;
}
.jm_agent .agent_tab ul li {
    width: 31.33%;
    margin: 8px 1%;
    padding: 10px 0;
    border-radius: 20px;
}
.agent_top .agent_tab ul li.on:before{
    margin-top: 23px;
}
.agent_top .agent_tab ul li a{
    font-size: 14px;
}
.jm_agent .agent_bottom {
    padding: 20px 1.5% 30px 1.5%;
}
.agent_bottom ul li{
    /*width: 96%;*/
}
.jmys_tab ul li p {
    font-size: 14px;
}
.jmys_tab_con ul li .tit {
    font-size: 22px;
}
.jmys {
    padding-top: 20px 0 0 0;
}

}