/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul li {
    list-style: none;
    text-align: left;
}

a {
    text-decoration: none;
}

/*共用样式*/
html {
    font-family: 微软雅黑;
    color: #666666;
    background: #fafafa;
}

input {
    outline: none;
}

.phoneList {
    display: none
}

.weizhi {
    width: 100%;
    border-bottom: 2px solid #e9e9e9;
}

.weizhi span {
    display: block;
    width: 1320px;
    margin: auto;
    line-height: 50px;
    font-weight: bold;
}

.content8 {
    width: 1320px;
    margin: 20px auto;
    overflow: hidden;
}

.content8left {
    width: 260px;
    float: left;
    height: 1240px;
    background: #fff;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
}

.content8left > img {
    margin: 0 auto -4px;
}

.content8left > p {
    background: #00a0ea;
    color: white;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.content8left > a {
    display: block;
    width: 100%;
    margin: 5px auto 0;
    line-height: 35px;
    text-align: center;
    color: #444;
    border-bottom: 1px solid #eee;
}

.zy, .zy1 {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 10px;
}

.zy {
    display: block;
}

.zy1 {
    display: none;
}

.zy img, .zy1 img {
    width: 22px;
    margin-top: 15px;
    margin-left: 13px;

}

#zhuanye {
    background: #e7e7e7;
    display: block;
}

#zhuanye a {
    display: block;
    width: 90%;
    line-height: 35px;
    text-align: center;
    color: #444;
    margin: auto;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.content8righttext {
    border: 1px solid #e4e4e4;
    overflow: hidden;
    padding: 10px 0;
    margin: 20px auto;
    width: 980px;
}

.content8righttext div:nth-of-type(1) {
    width: 236px;
    height: 120px;
    float: left;
    margin-left: 10px;
}

.content8righttext div:nth-of-type(1) img {
    width: 236px;
    height: 120px;
    border-radius: 3px;
}

/*.content8righttext div:nth-of-type(1) {*/
/*width: 100px;*/
/*border-right: 1px solid #e4e4e4;*/
/*height: 70px;*/
/*float: left;*/
/*}*/

/*.content8righttext div:nth-of-type(1) span {*/
/*display: block;*/
/*text-align: center;*/
/*color: #7e7e7e;*/
/*}*/

/*.content8righttext div:nth-of-type(1) span:nth-of-type(2) {*/
/*font-size: 14px;*/
/*}*/

/*.content8righttext div:nth-of-type(1) span:nth-of-type(1) {*/
/*font-size: 22px;*/
/*width: 80px;*/
/*margin: 0 auto;*/
/*padding-top: 10px;*/
/*}*/

.content8righttext div:nth-of-type(2) {
    float: left;
    width: 700px;
    margin-left: 30px;
}

.content8righttext div:nth-of-type(2) p {
    line-height: 35px;
    font-weight: bold;
    color: #7e7e7e;
    font-size: 20px;
}

.content8righttext div:nth-of-type(2) span {
    display: block;
    line-height: 25px;
    color: #acacac;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content8right {
    margin: 10px;
    width: 1020px;
    float: right;
    min-height: 1190px;
    background: white;
    padding-bottom: 50px;
    border: 1px solid #e5e5e5;
}

.content13 {
    width: 890px;
    margin: 20px auto;
}

.content13text {
    display: flex;
}

.content13text div {
    width: 380px;
    margin: 10px auto;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding-top: 10px;
}

.content13text div img:nth-of-type(1) {
    vertical-align: middle;
}

.content13text div img:nth-of-type(2) {
    display: block;
    margin: auto auto 20px;
}

.content13text div b {
    vertical-align: middle;
    display: inline-block;
    font-size: 24px;
    text-indent: 1em;
}

.content13text div span {
    display: block;
    width: 90%;
    line-height: 27px;
    color: #666666;
    margin: 0 auto;
}

.content13text div span:nth-of-type(2) {
    margin-bottom: 10px;
}

.content17 {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}

.content17Text {
    display: block;
    width: 890px;
    margin: auto;
}

.content17Text li {
    width: 380px;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 10px 30px;
    box-sizing: border-box;
    /*padding-bottom: 10px;*/
    position: relative;
}

.content17Text li p {
    position: absolute;
    top: 10px;
    color: #ffffff;
    left: 135px;
    font-size: 20px;
    font-weight: bold;
}

.content17Text li img {
    display: block;
    margin: auto;
}

.content17Text li span {
    display: block;
    font-size: 14px;
    width: 90%;
    margin: 10px auto;
    line-height: 27px;
    height: 81px;
}

.title {
    margin: 30px 0;
}

.title span {
    font-size: 30px;
    display: block;
    text-align: center;
    color: #666666;
}

.contentlefttitle {
    border-bottom: 2px solid #e4e4e4;
}

.contentlefttitle h2 {
    font-size: 21px;
    line-height: 45px;
    color: #333333;
    text-align: center;
}

.contentlefttitle p {
    text-align: center;
    line-height: 30px;
    color: #999999;
}

.contentleftText > p:nth-of-type(1), .contentleftText > span:nth-of-type(1) {
    margin-top: 20px;
}

.contentleftText > p {
    font-size: 20px;
    line-height: 37px;
}

.contentleftText > span {
    text-indent: 2em;
    display: block;
    line-height: 27px;
    letter-spacing: 1px;
    width: 90%;
    margin: 15px auto;
    color: #666666;
}

.contentleftText > b {
    text-indent: 1em;
    display: block;
    line-height: 27px;
    letter-spacing: 1px;
}

.contentleftText > img {
    display: block;
    margin: 20px auto;
    width: 90%;
}

.jdjjtitle {
    height: 100px;
}

.jdjjtitle h2 {
    width: 90%;
    margin: 30px auto;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px #dcdcdc dashed;
}

.jidi {
    width: 85%;
    margin: auto;
    overflow: auto;
}
.mnq{
    width: 100%;
    margin: auto;
    overflow: auto;
}
.mnq img{
    float: left;
    /*margin-right: 20px;*/
    /*margin-bottom: 20px;*/
    width: 47%;
    margin: 20px auto 20px 2%;
}
.jidi img {
    float: left;
    /*margin-right: 20px;*/
    /*margin-bottom: 20px;*/
    width: 45%;
    margin: 20px;
}

.jidi div {
    padding-top: 20px;
    line-height: 33px;
    text-indent: 2em;
    letter-spacing: 1px;
    margin-left: 10px;
}

.sonImg {
    width: 1020px;
    margin: 40px auto;
    overflow: hidden;
}

.sonImg p {
    font-weight: bold;
    font-size: 25px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.sonImg ul {
    margin-left: 15px;
}

.sonImg ul li {
    float: left;
    width: 30%;
    padding: 5px;
    margin: 10px 10px 20px;
    box-shadow: 0 0 5px 5px #d3d3d3;
}

.sonImg ul li img {
    width: 100%;
    margin-bottom: -3px;
}

.modal {
    margin: auto;
    padding-top: 15%;
    width: 800px;
    height: 526px;
    z-index: 1;
}

.modal img {
    animation-name: zoom;
    animation-duration: 0.6s;
    display: block;
    padding: 10px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 1px solid white;
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }
    to {
        transform: scale(1)
    }
}

#modal {
    display: none;
}

.qyry {
    width: 80%;
    margin: auto;
}

.qyry ul {
}

.qyry li {
    width: 28%;
    float: left;
    margin: 20px 15px;
    font-size: 13px;
}

.qyry img {
    display: block;
    width: 100%;
}

.qyryJiaocai {
    width: 551px;
    height: 390px;
    float: left;
    margin-left: 10px;
    background: url("/images/jidi/qyryimg8.png") no-repeat;
}

.qyryJiaocai span {
    display: block;
    width: 80%;
    margin: 120px auto auto;
    line-height: 27px;
    letter-spacing: 1px;
    text-indent: 5em;
}

.rongyubaodaom {
    display: none;
}

.contentleftText > video {
    margin: auto;
    display: block;
    height: 482px;
    width: 856px;
}

.jdVideo {
    width: 1020px;
}

.jdVideo-content2 {
    overflow: hidden;
}

.jdVideo-content5 video {
    width: 980px;
    margin-bottom: 3%;
    margin-left: 2%;
}

.jdVideo-content1 video {
    width: 480px;
    margin-left: 20px;
}

.jdVideo-content2 div, .jdVideo-content2 video {
    width: 315px;
}

.jdVideo-content4 div, .jdVideo-content4 video {
    width: 480px;
}

.jdVideo-content4 video {
    height: 270px;
}

.jdVideo-content4 div {
    margin-left: 15px;
    margin-top: 30px;
    float: left;
}

.jdVideo-content3 div, .jdVideo-content3 video {
    width: 231px;
}

.jdVideo-content2 div, .jdVideo-content3 div {
    margin-left: 20px;
    margin-top: 40px;
    float: left;
}

.jdVideo-content2 p, .jdVideo-content3 p, .jdVideo-content4 p {
    text-align: center;
}

.contactUs {
    width: 950px;
    height: 780px;
    background: #fafafa;
    margin: 0 auto 30px;
}

.contactUs1 {
    width: 90%;
    margin: auto;
}

.contactUs1 > img {
    float: left;
    margin: 50px 20px;
}

.contactUs1 > div {
    float: left;
}

.contactUs1 > div ul {
    margin: 40px 10px auto 30px;
}

.contactUs1 > div ul img {
    vertical-align: middle;
    margin-right: 15px;
    display: inline-block;
}

.contactUs1 > div ul > li {
    line-height: 45px;
    letter-spacing: 1px;
    font-size: 18px;
}

.contactUs > img {
    width: 90%;
    display: block;
    margin: 10px auto;
}

.contactUsform {
    width: 950px;
    height: 350px;
    margin: auto;
    border: 1px solid #e5e5e5;
}

.contactUsform p {
    width: 100%;
    line-height: 45px;
    font-size: 18px;
    text-indent: 2em;
    background: #fafafa;
}

.contactUsform form {
    width: 650px;
    float: left;
    margin: 20px 30px;
}

.contactUsform form input {
    width: 520px;
    line-height: 35px;
    margin: auto auto 20px;
    border: #e5e5e5 1px solid;
    text-indent: 1em;
}

.contactUsform form textarea {
    width: 520px;
    height: 105px;
    vertical-align: text-top;
    border: #e5e5e5 1px solid;
    resize: none;
    outline: none;
}

.contactUsform form button {
    width: 270px;
    line-height: 35px;
    border-radius: 8px;
    background: #00a0e8;
    color: white;
    margin: 10px auto;
    display: block;
    border: none;
}

.contactUsewm {
    margin: 20px auto;
}

.contactUsewm img {
    width: 160px;
    margin-left: 5px;
}

.contactUsewm div {
    color: #fa1e1e;
    font-size: 12px;
    font-weight: bold;
}

.content4, .content5 {
    width: 100%;
    overflow: hidden;
    margin: auto;
    display: block;
}

.content4 ul, .content5 ul {
    margin-left: 2.5%;
}

.content4 li {
    width: 30%;
    margin: 2% 1%;
}

.content5 li {
    width: 22%;
    margin: 1% 1%;
}

.content4 li, .content5 li {
    float: left;
    height: auto;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-weight: bold;
    font-family: 宋体;
    font-size: 18px;
    line-height: 30px;
}

.content5 p {
    text-indent: 2em;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
}

.content4 li img, .content5 li img {
    display: block;
    width: 90%;
    margin: 5% auto;
}
.baojiCon3 p,.baojiCon2 p{
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
}
.baojiCon3 span{
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 15px auto;
}

.baojiCon3img{
    width: 100%;
    overflow: hidden;
    margin: auto;
    display: block;
}

.baojiCon3img ul {
    margin-left: 2.5%;
}

.baojiCon3img li {
    width: 22%;
    margin: 1% 1%;
    float: left;
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.baojiCon3img li img {
    display: block;
    width: 100%;
    margin: 5% auto;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.content40 {
     width: 100%;
     overflow: hidden;
     margin: auto;
     display: block;
 }

.content40 ul{
    margin-left: 2%;
    overflow: hidden;
}

.content40 li {
    width: 31%;
    margin: 2% 1%;
    float: left;
    height: auto;
    /*border-radius: 5px;*/
    border: 1px solid #e5e5e5;
    text-align: center;
    font-weight: bold;
    font-family: 宋体;
    font-size: 18px;
    line-height: 36px;
    position: relative;
}
.content40 li>a>p {
    font-size: 18px;
    color: white;
    position: absolute;
    top: 5px;
    left: 10px;
}

.content40 li img{
    display: block;
    width: 100%;
}
.content40 >p{
    border: 1px solid #e5e5e5;
    width: 95%;
    height: 45px;
    line-height: 45px;
    margin: 2% auto 0 3%;
    color: #333333;
}
.content40 >p>span{
    float: left;
    display: block;
    margin-left: 2%;
    margin-top: 12.5px;
    height: 20px;
    border-left: 2px solid #019ce8;
    color: #019ce8;
    text-indent: 0.5em;
    line-height: 20px;
}
.content40 >p>a{
    float: right;
    margin-right: 2%;
    font-size: 14px;
    color: #666666;
}
.content41 {
    width: 100%;
    overflow: hidden;
    margin: auto;
    display: block;
}

.content41 ul{
    margin-left: 2%;
    overflow: hidden;
}

.content41 li {
    width: 30.5%;
    margin: 2% 1%;
    float: left;
    height: auto;
    /*border-radius: 5px;*/
    border: 1px solid #e5e5e5;
    position: relative;
}
.jixing{
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: 0;
    left: 20px;
}
.jixing p {
    font-size: 22px;
    color: white;
}
.jixing span {
    color: #edb527;
    display: block;
    margin-bottom: 10px;
}
.content41 li img{
    display: block;
    width: 100%;
}

.baojiCon4 {
    width: 950px;
    height: 350px;
    margin: 30px auto;
    border: 1px solid #e5e5e5;
    box-shadow: #e1dede 0px 0px 5px;
}

.baojiCon4 form {
    width: 100%;
    float: left;
    margin: 30px auto;
}

.baojiCon4Input {
    width: 420px;
    line-height: 35px;
    margin: auto auto 20px 30px;
    border: #e5e5e5 1px solid;
    text-indent: 1em;
    float: left;
}
/* WebKit browsers */
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #666;
}
/* Mozilla Firefox 4 to 18 */
input:-moz-placeholder,textarea:-moz-placeholder {
    color: #666;
}
/* Mozilla Firefox 19+ */
input::-moz-placeholder ,textarea::-moz-placeholder{
    color: #666;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color: #666;
}
.baojiCon4Input2{
    color: #666;
    margin: 15px auto auto 35px;
    height: 10px;
}
.baojiCheck{
    font-size: 14px;
}
.baojiCon4 form textarea {
    width: 872px;
    height: 105px;
    margin-left: 30px;
    vertical-align: text-top;
    border: #e5e5e5 1px solid;
    resize: none;
    outline: none;
    text-indent: 1em;
    line-height: 30px;
    display: block;
    font-weight: bold;
}

.baojiCon4 form button {
    width: 270px;
    line-height: 35px;
    border-radius: 8px;
    background: #00a0e8;
    color: white;
    margin: 10px auto;
    display: block;
    border: none;
}

.container {
    width: 380px;
    margin: 30px auto;
}

.container a {
    display: inline-block;
    float: left;
}
.baojiCon1{
    margin-top: 30px;
}
.baojiCon1 >div{
    width: 484px;
    height: 300px;
    float: left;
    margin: auto auto 2% 2%;
    position: relative;
    /*opacity: .8;*/
}
.baojiCon1 >div img{
    position: absolute;
    top: 0;
    left: 0;
}

.baojiCon1 >div:hover img{
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
    transition: 0.4s ease-in-out;
}
.baojiCon1 div p{
    color: #ffffff;
    z-index: 9;
    position: absolute;
    text-align: center;
    top: 60px;
    left: 20%;
    border-radius: 25px;
    background: rgba(69, 182, 247, 0.71);
    width: 60%;
    font-size: 26px;
    line-height: 30px;
}
.baojiCon1 div span{
    color: #ffffff;
    z-index: 9;
    position: absolute;
    top: 120px;
    letter-spacing:1px;
    line-height: 27px;
    width: 80%;
    left: 10%;
    border-radius: 5px;
    padding: 1%;
    background: rgba(0, 0, 0, 0.5);
}
.baojiCon2 {
    width: 90%;
    margin: 30px auto;
    overflow: hidden;
}

.baojiCon2 > img {
    width: 100%;
    display: block;
    margin-top: 3%;
}

.flist {
    color: #666666;
    border: 1px solid #a8a8a8;
    margin: auto 10px;
    padding: 5px 10px;
    border-radius: 3px;
}

.tlist {
    color: #ffffff;
    background: #00a0ea;
    margin: auto 10px;
    padding: 5px 10px;
    border-radius: 6px;
}

.chanpin div {
    width: 445px;
    height: 435px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-left: 40px;
    margin-bottom: 30px;
}

.chanpin div img {
    width: 100%;
}

.chanpin div p {
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.chanpin div a {
    color: #666666;
}

.chanpin div span {
    display: block;
    width: 90%;
    margin: auto;
    letter-spacing: 1px;
    line-height: 27px;
}
.airParameter{
    width: 100%;
    overflow: hidden;
    margin: 3% auto;
}
.airParameterP,.airXiaoshouP{
    text-align: center;
    color: #989898;
    line-height: 40px;
    font-size: 20px;
}

.airParameter_money{
    width: 120px;
    margin: 5px auto;
}
.airParameter_money p{
    font-size: 12px;
    color: #999;
}
.airParameter_money span{
    font-size: 20px;
    color: #59abf7;
}
.airXiaoshou_money{
    width: 100%;
    margin: 1% auto;
}
.airXiaoshou_money p{
    width: 100%;
    font-size: 12px;
    line-height: 8px;
    text-align: center;
    color: #999;
}
.airXiaoshou_money span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #59abf7;
}
.parameterList{
    width: 94%;
    height: 230px;
    border: 1px solid #e5e5e5;
    margin:3% auto;
}
.parameterTitle{
    background: #ebf2f8;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #333333;
    text-align: center;
}
.parameterList div{
    line-height: 40px;
}
.parameterList div:nth-of-type(2) span,.parameterList div:nth-of-type(4) span{
    background: #f0f0f0;
}
.parameterList div span{
    float: left;
    display: block;
}
.parameterList div span:nth-of-type(1){
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-family: 宋体;
    border-right: 2px #ffffff solid;
}
.parameterList div span:nth-of-type(2){
    width: 80%;
    text-indent: 1em;
}

.jixingList{
    width: 94%;
    height: 400px;
    border: 1px solid #e5e5e5;
    margin:3% auto;
}

.jixingList div{
    line-height: 40px;
}
.jixingList div:nth-of-type(2) span,.jixingList div:nth-of-type(4) span,.jixingList div:nth-of-type(6) span,.jixingList div:nth-of-type(8) span{
    background: #f0f0f0;
}
.jixingList div span{
    float: left;
    display: block;
}
.jixingList div span:nth-of-type(1){
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    font-family: 宋体;
    border-right: 2px #ffffff solid;
}
.jixingList div span:nth-of-type(2){
    width: 80%;
    text-indent: 1em;
}
.parameterDetails{
    width: 94%;
    border: 1px solid #e5e5e5;
    margin:3% auto;
}
.parameterDetails span{
    width: 90%;
    display: block;
    margin: 3% auto;
    text-indent: 2em;
    line-height: 26px;
}
.parameterDetails img{
    width: 90%;
    margin: auto;
    display: block;
}
.qmt {
    width: 910px;
    height: 195px;
    background: #fafafa;
    margin: 20px auto;
}

.qmt div {
    float: left;
    width: 470px;
}

.qmt p {
    color: #222;
    font-weight: bold;
    font-size: 20px;
    margin: 15px auto 5px 30px;
}

.qmt span {
    color: #333;
    margin: 5px auto auto 30px;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 27px;
}

.qmt img {
    float: right;
}

.rengong {
    width: 90%;
    margin: auto;
}

.rengong li {
    width: 44%;
    float: left;
    margin: 20px 3%;
    text-align: center;
    line-height: 30px;
}

.rengong li img {
    width: 100%;
}

.shizi {
    width: 1020px;
    margin: 0 auto;
}

.shizi ul {
    width: 100%;
}

.shizi ul li {
    width: 45%;
    border: 1px solid #e5e5e5;
    margin: 0 0 2% 2%;
    float: left;

}

.shiziText {
    width: 100%;
}

.shiziText img {
    float: left;
    margin: 20px;
    border-radius: 5px;

}

.shiziText div {
    /*float: right;*/
    padding-top: 20px;
}

.shiziText div p {
    font-size: 22px;

}

.shiziText div b {
    display: block;
    line-height: 30px;
}

.shiziText div span {
    width: 96%;
    text-align: justify;
    display: block;
}
.content15{
    display: block;
}
#certify {
    position: relative;
    width: 1000px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 500px;
    height: 480px;
    background: rgba(0,0,0,0);
    /*box-shadow: 0 8px 30px #ddd;*/
}
#certify  .swiper-slide img{
    display:block;
    margin: 0 auto;
    padding-top: 20px;
    width: 280px;
}
#certify .content15text{
    width: 320px;
    height: 460px;
    margin: 10px auto 0;
    background: white;
    box-shadow: 0 8px 20px #ddd;
}
#certify .content15text span{
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}
#certify .content15text p{
    text-align: center;
    font-size: 18px;
}
#certify  .swiper-slide p {
    /*line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;*/
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 5px;
    width: 45px;
    height: 45px;
    background: url(/images/jidi/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 5px;
    width: 45px;
    height: 45px;
    background: url(/images/jidi/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.content18 {
    width: 1020px;
    margin: 0 auto;
}

.content18 ul {
    display: flex;
    width: 980px;
    margin: auto;
    justify-content: space-between;
}

.content18 ul li {
    width: 310px;
}

.content18 ul li img {
    width: 100%;
}

.content18 ul li p {
    line-height: 30px;
    padding: 10px 0;
    font-size: 18px;
}

.content18 ul li p font {
    color: #0199ed;
}
.cyqy{
    width: 1020px;
    margin: 0 auto;
}
.cyqy ul{}
.cyqy ul li{
    width: 94%;
    display: block;
    margin: 0 auto 30px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
}
.cyImg{
    width: 30%;
    margin: 5% 5%;
    float: left;
}
.cyImg img{
    width: 100%;
}
.cyText{
    width: 55%;
    float: left;
    margin-left: 5%;
    margin-top: 5%;
}
.cyText p{
    font-size: 21px;
    font-weight: bold;
    margin-top: 5%;

}
.cyText span{
    display: block;
    width: 85%;
    margin-top: 10px;
    line-height: 27px;
}
.content19 {
    width: 1020px;
    margin: 0 auto;
}

.content19 ul {
    display: flex;
    width: 980px;
    margin: auto;
    justify-content: space-between;
}

.content19 ul li {
    background: #f2f2f2;
    width: 180px;
    height: 330px;
}

.content19 ul li:hover {
    border: 1px solid #f2f2f2;
    background: white;
    width: 180px;
    height: 328px;
}

.content19 ul li img {
    display: block;
    width: 80%;
    margin: 20px auto 0;
}

.content19 ul li span {
    font-size: 18px;
    font-weight: bold;
    color: #0199ed;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.content19 ul li p {
    padding: 5px 20px;
    line-height: 27px;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.ganyan{}
.xueyuan{
    width: 220px;
    height: 380px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 0 auto 20px 25px;
    float: left;
}
.xueyuanImg{
    width: 188px;
    height: 188px;
    border-radius: 50%;
    margin: 10px auto;
    overflow: hidden;
    border: 1px solid #d2d2d2;
}
.xueyuanImg img{
    width: 100%;
}
.xueyuan>span,.xueyuanName span{
    color: white;
    background: #00a0e7;
    display: block;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    width: 150px;
    font-size: 20px;
    font-weight: bold;
}
.xueyuan>p,.xueyuanName p{
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #333;
}
.examine{
    line-height: 35px;
    width: 150px;
    font-size: 18px;
    font-weight: bold;
    color: #00a0e7;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 10px auto;
    cursor: pointer;
}
.xueyuanInformation1,.xueyuanInformation2,.xueyuanInformation3,.xueyuanInformation4,.xueyuanInformation5,.xueyuanInformation6,.xueyuanInformation7,.xueyuanInformation8,.xueyuanInformation9,.xueyuanInformation10,.xueyuanInformation11,.xueyuanInformation12,.xueyuanInformation13,.xueyuanInformation14,.xueyuanInformation15,.xueyuanInformation16,.xueyuanInformation17,.xueyuanInformation18,.xueyuanInformation19,.xueyuanInformation20,.xueyuanInformation21,.xueyuanInformation22,.xueyuanInformation23,.xueyuanInformation24,.xueyuanInformation25,.xueyuanInformation26,.xueyuanInformation27,.xueyuanInformation28,.xueyuanInformation29,.xueyuanInformation30,.xueyuanInformation31,.xueyuanInformation32,.xueyuanInformation33,.xueyuanInformation34,.xueyuanInformation35,.xueyuanInformation36,.xueyuanInformation37,.xueyuanInformation38,.xueyuanInformation39,.xueyuanInformation40{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
}
.xueyuanCon{
    position: relative;
    width: 660px;
    height: 648px;
    background: url("/images/banner/xueyuanCon.png")no-repeat;
    left: 0; top: 18%; rightright: 0; bottombottom: 0;
    margin: auto;
}
.xueyuanCon>img{
    position: absolute;
    top: 67px;
    left: 132px;
    width: 188px;
    height: 188px;border-radius: 50%;
}
.xueyuanName{
    position: absolute;
    top: 100px;
    left: 430px;
}
.ganyanCon{
    width: 480px;
    position: absolute;
    top: 295px;
    left: 105px;
}
.ganyanCon p{
    font-size: 22px;
    font-weight: bolder;
    letter-spacing: 5px;
    text-align: center;
    line-height: 45px;
}
.ganyanCon span{
    display: block;
    width: 90%;
    margin: auto;
    letter-spacing: 1px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 24px;
}
.closePop{
    position: absolute;
    top: 20px;
    left: 624px;
}
.imgBorder{
    border: 1px solid #e4e4e4;
}

.content22Text-box, .content22, .content25, .content25Text,.content15m,.content41m {
    display: none;
}

@media all and (max-width: 768px) {
    .title {
        margin: 20px 0;
    }

    .title span {
        font-size: 20px;
    }

    .content13 {
        width: 94%;
        margin: 2% auto;
    }

    .content13text div {
        width: 40%;
        margin: 1% auto;
        padding-top: 1%;
    }

    .content13text div img:nth-of-type(1) {
        vertical-align: middle;
        width: 30%;
    }

    .content13text div img:nth-of-type(2) {
        width: 90%;
    }

    .content13text div b {
        font-size: 14px;
        text-indent: 0em;
    }

    .content13text div span {
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }

    .content17 {
        width: 94%;
    }

    .content17Text {
        display: block;
        width: 100%;
        margin: auto;
    }

    .content17Text li {
        width: 45%;
        float: left;
        overflow: hidden;
        margin: 1% 2% 1% 3%;
    }

    .content17Text li p {
        position: absolute;
        top: 1px;
        color: #ffffff;
        left: 28%;
        font-size: 13px;
        font-weight: bold;
    }

    .content17Text li img {
        width: 90%;
    }

    .content17Text li span {
        font-size: 12px;
        margin: 1% auto;
        line-height: 20px;
        text-align: justify;
    }

    .content18,.content41 {
        display: none;
    }
    .content41m{
        display: block;
    }
    .content25Text {
        width: 100%;
        background: white;
        display: block;
    }

    .content25Text div {
        width: 96%;
        margin: 0 auto;
    }

    .content25Text div a img {
        width: 100%;
    }

    .content25Text span {
        font-size: 12px;
        display: block;
        margin: auto;
        width: 94%;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .content25 ,.content15m{
        display: block;
    }
    .contengswiper{
        margin: 4% auto;
    }
    .swiper-container1 {
        height: 190px;
        width: 100%;
        /*border: 1px solid yellow;*/
    }
    .swiper-slide {
        height: 85%;
        text-align: center;
        font-size: 18px;
        background: #fff;
        /*border: 1px solid red;*/
        align-items: center;
        transition: 300ms;
        transform: scale(0.8);
    }
    .swiper-slide>img{
        width: 96%;
        margin: 2% 2% 0 2%;
        display: block;
    }
    .swiper-slide span{
        display: block;
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }
    .swiper-slide,.swiper-slide-duplicate-active{
        transform: scale(1);
    }
    .swiper-button-next, .swiper-button-prev{
        display: none!important;
    }
    .content15m{
        background: white;
    }
    .content15m span{
        font-size: 14px;
        font-weight: bold;
    }
    .content15m p{
        font-size: 14px;
    }
    .content15m .swiper-slide{
        background: #f2f2f2;
    }

    .content25 ul li {
        width: 47%;
        float: left;
        margin: 2% auto 2% 2%;
        padding-bottom: 3%;
    }

    .content25 ul li a img {
        width: 95%;
    }

    .content25 ul li span {
        font-size: 12px;
        display: block;
        margin: auto;
        width: 90%;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .content19 ,.content15{
        display: none;
    }

    .content22 {
        background: white;
        display: flex;
        vertical-align: middle;
    }

    .content22Text-box {
        width: 100%;
        background: white;
        display: block;
    }

    .content22Text {
        width: 96%;
        display: flex;
        margin: 0 2%;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        padding: 2%;
    }

    .content22Textimg {
        width: 100%;
    }

    .content22Textimg img {
        width: 100%;
        /*float: left;*/
    }

    .content22TextDiv {
        float: right;
        margin-left: 2%;
    }

    .content22TextDiv p {
        color: #0199ed;
    }

    .content22TextDiv span {
        font-size: 12px;
    }

    .content22TextDiv a {
        display: block;
        background: #ff9900;
        color: white;
        border-radius: 5px;
        font-size: 14px;
        text-align: center;
        line-height: 25px;
        width: 90%;
        margin-top: 10%;
    }

    .content22-text1, .content22-text2 {
        width: 46%;
        margin-left: 3%;
    }

    .content22-text1 ul li {
        margin-top: 3%;
        display: flex;
        border: 1px solid #e5e5e5;
    }

    .content22-text2 ul li {
        margin-top: 3%;
        display: flex;
        border: 1px solid #e5e5e5;
    }

    .content22-text1Item {
        width: 100%;
    }

    .content22-text1Itemimg img {
        margin: 3% auto auto;
        width: 60%;
        display: block;
    }

    .content22-text1Itemimg p {
        color: #0199ed;
        text-align: center;
        line-height: 40px;
    }


    .content8left, .rongyubaodao {
        display: none;
    }

    .rongyubaodaom {
        display: block;
    }

    .contentleftText {
        margin: 10px auto;
    }

    .weizhi {
        /*border-bottom: 1px solid #e9e9e9;*/
        display: none;
    }

    /*.weizhi span {*/
    /*width: 100%;*/
    /*line-height: 30px;*/
    /*font-weight: 100;*/
    /*font-size: 14px;*/
    /*}*/
    .content8 {
        width: 100%;
        margin: 2% auto;
    }

    .content8righttext {
        border: 1px solid #e4e4e4;
        overflow: hidden;
        padding: 5px 0;
        margin: 10px auto;
        width: 98%;
    }

    .contentleftText > video {
        width: 90%;
        height: 210px;
    }

    .content8righttext div:nth-of-type(1) {
        width: 30%;
        height: auto;
        margin-left: 1%;
    }

    .content8righttext div:nth-of-type(1) img {
        width: 100%;
        height: 90px;
    }

    /*.content8righttext div:nth-of-type(1) {*/
    /*width: 20%;*/
    /*border-right: 1px solid #e4e4e4;*/
    /*min-height: 60px;*/
    /*float: left;*/
    /*}*/
    /*.content8righttext div:nth-of-type(1) span {*/
    /*display: block;*/
    /*text-align: center;*/
    /*color: #7e7e7e;*/
    /*}*/
    /*.content8righttext div:nth-of-type(1) span:nth-of-type(2) {*/
    /*font-size: 14px;*/
    /*}*/
    /*.content8righttext div:nth-of-type(1) span:nth-of-type(1) {*/
    /*font-size: 22px;*/
    /*width: 80px;*/
    /*margin: 0 auto;*/
    /*padding-top: 10px;*/
    /*}*/
    .content8righttext div:nth-of-type(2) {
        width: 65%;
        margin-left: 2%;
    }

    .content8righttext div:nth-of-type(2) p {
        line-height: 22px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .content8righttext div:nth-of-type(2) span {
        font-size: 12px;
        line-height: 22px;
    }

    .contentlefttitle h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .contentlefttitle p {
        font-size: 12px;
    }

    .contentlefttitle {
        border-bottom: 1px solid #e4e4e4;
    }

    .contentleftText > span {
        line-height: 22px;
        font-size: 12px;
        width: 94%;
        margin: 7px auto;
        text-align: justify;
    }

    .content8right {
        margin: 1%;
        width: 98%;
        float: none;
        min-height: auto;
        padding-bottom: 5%;
        border: none;
    }

    .jdjjtitle {
        height: auto;
    }

    .jdjjtitle h2 {
        width: 90%;
        margin: 5px auto;
        line-height: 34px;
        text-align: center;
        border-bottom: 1px #dcdcdc dashed;
    }

    .jidi {
        width: 96%;
        margin: auto;
        overflow: auto;
    }

    .jidi img {
        float: none;
        /*margin-right: 20px;*/
        /*margin-bottom: 20px;*/
        width: 90%;
        display: block;
        margin: 2% auto;
    }

    .jidi div {
        padding-top: 0;
        line-height: 20px;
        margin-left: 0;
        text-align: justify;
        font-size: 12px;
    }

    .qiyerongyuImg2 {
        display: none !important;
    }

    .jdVideo {
        width: 100%;
        overflow: hidden;
    }


    .jdVideo-content5 video {
        width: 96%;
        margin-bottom: 3%;
        margin-left: 2%;
    }

    .jdVideo-content1 video {
        width: 48%;
        margin-left: 1%;
    }

    .jdVideo-content4 div {
        width: 45%;
        margin-left: 2.5%;
        margin-top: 2%;
    }

    .jdVideo-content4 video {
        width: 100%;
        height: auto;
    }

    .jdVideo-content2 video {
        width: 100%;
    }

    .jdVideo-content2 div {
        width: 30%;
        overflow: hidden;
    }

    .jdVideo-content3 video {
        width: 100%;
    }

    .jdVideo-content3 div {
        width: 30%;
        overflow: hidden;
    }

    .jdVideo-content2 div, .jdVideo-content3 div {
        margin-left: 2%;
        margin-top: 10px;
        float: left;
    }

    .jdVideo-content2 p, .jdVideo-content3 p {
        text-align: center;
        font-size: 12px;
    }

    .sonImg {
        width: 100%;
        margin: 2% auto;
    }

    .sonImg p {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 40px;
    }

    .sonImg ul {
        margin-left: 1.5%;
    }

    .sonImg ul li {
        margin: 1% 1% 2%;
        width: 45%;
    }

    .sonImg ul li img {
        width: 100%;
    }

    .sonImg ul li:nth-of-type(25) {
        display: none;
    }

    .airXiaoshouP{
       font-size: 16px;
    }
    .airXiaoshou_money p{

    }
    .airXiaoshou_money span{
        font-size: 14px;
    }
    .qyry {
        width: 100%;
        margin: auto;
        background: white;
    }

    .contentleftText > p:nth-of-type(1), .contentleftText > span:nth-of-type(1) {
        margin-top: 2%;
    }

    .qyry ul {
    }

    .qyry li {
        width: 29%;
        float: left;
        margin: 2%;
        font-size: 12px;
        overflow: hidden;
    }

    .qyry li:nth-of-type(7) {
        display: none;
    }

    .qyry img {
        display: block;
        width: 100%;
    }

    .qyryJiaocai {
        width: 100%;
        height: 315px;
        float: left;
        margin-left: 10px;
        overflow: hidden;
        background: url("/images/jidi/qyryimg8.png") no-repeat;
    }

    .qyryJiaocai span {
        width: 90%;
        line-height: 22px;
        text-indent: 8em;
        font-size: 14px;
    }
    .cyqy{
        width: 100%;
    }
    .cyqy ul li{
       padding-bottom: 1%;
    }
    .cyImg{
        width: 30%;
        margin: 8% 2.5% 5%;
        float: left;
    }
    .cyImg img{
        width: 100%;
    }
    .cyText{
        width: 60%;
        float: left;
        margin-left: 3%;
        margin-top: 5%;
    }
    .cyText p{
        font-size: 14px;
        margin-top: 0;
    }
    .cyText span{
        width: 95%;
        font-size: 12px;
        margin-top: 5px;
        line-height: 20px;
    }

    .contactUs {
        width: 100%;
        height: auto;
        background: #fff;
        margin: 0 auto 3%;
    }

    .contactUs1 {
        width: 96%;
        margin: auto;
    }

    .contactUs1 > img {
        float: none;
        display: block;
        margin: 2% auto;
    }

    .contactUs1 > div {
        float: none;
    }

    .contactUs1 > div ul {
        margin: 2%;
    }

    .contactUs1 > div ul img {
        vertical-align: middle;
        margin-right: 15px;
        display: inline-block;
    }

    .contactUs1 > div ul > li {
        line-height: 30px;
        letter-spacing: 0px;
        font-size: 15px;
    }

    .contactUs > img {
        width: 90%;
        display: block;
        margin: 10px auto;
    }

    .contactUsform {
        width: 96%;
        height: auto;
        border: 1px solid #e5e5e5;
    }

    .contactUsform form {
        width: 96%;
        float: none;
        margin: 2%;
    }

    .contactUsform form input {
        width: 70%;
    }

    .contactUsform form textarea {
        width: 70%;
    }

    .contactUsform form button {
        width: 50%;
    }

    .contactUsewm img {
        width: 160px;
        display: block;
        margin: auto;
    }

    .contactUsewm div {
        color: #fa1e1e;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
    }
    .content40 li>a>p {
        font-size: 14px;
        color: white;
        position: absolute;
        top: 0px;
        left: 2px;
    }
    .content40 >p {
        width: 96%;
        margin: 2% auto 0 1.3%;
    }
    .content4 li {
        width: 30%;
        margin: 2% 1%;
        font-size: 14px;
        line-height: 20px;
    }

    .content5 li {
        width: 44.5%;
        margin: 2% 2%;
        font-size: 12px;
        line-height: 20px;
    }

    .content5 p {
        text-indent: 0.5em;
    }
    .baojiCon1 >div{
        width: 96%;
        margin: auto auto 2% 2%;
        overflow: hidden;
    }
    .baojiCon1 >div img{
        -webkit-filter: brightness(80%);
        filter: brightness(80%);
    }

    .baojiCon1 div p{
        top: 60px;
        width: 60%;
        font-size: 26px;
    }
    .baojiCon1 div span{
        top: 120px;
        line-height: 27px;
    }
    .baojiCon4 {
        width: 96%;
        height: 350px;
        margin: 3% 2%;
    }

    .baojiCon4 form {
        width: 100%;
        margin: 3% auto;
    }

    .baojiCon4Input {
        width: 90%;
        line-height: 35px;
        margin: auto auto 2% 5%;
    }

    .baojiCon4 form textarea {
        width: 90%;
        height: 105px;
        margin-left: 5%;
    }

    .baojiCon4 form button {
        width: 270px;
        line-height: 35px;
        border-radius: 8px;
        background: #00a0e8;
        color: white;
        margin: 10px auto;
        display: block;
        border: none;
    }

    .baojiCon3img li {
        width: 45%;
        margin: 1% 2%;
        font-size: 13px;
        line-height: 24px;
    }
    .jixing{
        left: 3px;
        height: 60px;
    }
    .jixing span{
        margin-bottom: 5px;
        font-size: 12px;
    }
    .jixing p{
        font-size: 14px;
    }

    .content40 ul {
         margin-left: 0%;
     }
    .content40 li {
        width: 46%;
        margin: 2% 1.3%;
    }
    .chanpin div {
        width: 46%;
        height: 260px;
        margin-left: 2%;
        margin-bottom: 5%;
    }

    .chanpin div img {
        width: 100%;
    }

    .chanpin div p {
        line-height: 30px;
        font-size: 18px;
    }

    .chanpin div span {
        font-size: 12px;
        width: 93%;
        line-height: 20px;
        text-align: justify;
    }

    .modal {
        padding-top: 40%;
        width: 90%;
        height: auto;
        margin: auto 2.5%;
    }

    .qmt {
        width: 92%;
        height: 120px;
        margin: 2% auto;
    }

    .qmt div {
        width: 55%;
    }

    .qmt p {
        font-size: 16px;
        margin: 5% auto 2% 5%;
    }

    .qmt span {
        margin: 1% auto auto 5%;
        line-height: 16px;
        font-size: 12px;
    }

    .qmt img {
        width: 40%;
        margin-top: 4%;
    }

    .rengong li {
        margin: 3%;
        line-height: 20px;
        font-size: 12px;
    }

    .phoneList {
        display: block;
        margin: 3% auto;
    }

    .list1, .list1 ul, .list2, .list2 ul，.list3, .list3 ul {
        width: 100%;
        overflow: hidden;
    }

    .list1 li a, .list2 li a {
        color: #666666;
    }

    .list1 li {
       /* width: 20%;22.9.19*/
       width: 28%;
        float: left;
        text-align: center;
        margin-left: 4%;
    }

    .list2 li {
        width: 20%;
        float: left;
        text-align: center;
    }

    .list1 li img, .list2 li img {
        width: 70%;
        display: block;
        margin: auto;
    }

    .list1 li span, .list2 li span {
        text-align: center;
        font-size: 14px;
    }

    .list3 li {
        width: 40%;
        float: left;
        margin-left: 6.3%;
    }

    .list3 li a {
        display: block;
        width: 100%;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
    }

    .shizi {
        width: 100%;
    }

    .shizi ul li {
        width: 90%;
        margin: 2% 5%;
        float: left;
    }

    .shiziText {
        width: 100%;
    }

    .shiziText img {
        margin: 2%;
        width: 45%;
    }

    .shiziText div {
        width: 50%;
        float: left;
        padding-top: 2%;
    }

    .shiziText div p {
        font-size: 20px;
    }

    .shiziText div b {
        line-height: 25px;
    }

    .shiziText div span {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }
    .ganyan{}
    .xueyuan{
        width: 46%;
        height: 340px;
        margin: 0 auto 20px 2.5%;
        background: white;
    }
    .xueyuanImg{
        width: 80%;
        height: auto;
        margin: 5%;
    }
    .xueyuan>span,.xueyuanName span{
        line-height: 30px;
        width: 140px;
        font-size: 18px;
    }
    .examine{
        line-height: 30px;
        width: 140px;
        font-size: 18px;
    }

    .xueyuanCon{
        position: relative;
        width: 90%;
        height: 70%;
        background: url("/images/banner/xueyuanConm.jpg")no-repeat;
        left: 0; top: 15%; rightright: 0; bottombottom: 0;
        margin: auto;
        border-radius: 5px;
        background-size: 100% 100%;
    }
    .xueyuanCon>img{
        position: absolute;
        top: 32px;
        left: 110px;
        width: 40%;
        height: auto;
        border-radius: 50%;
    }
    .xueyuanName{
        position: absolute;
        top: 182px;
        left: 119px;
    }
    .ganyanCon{
        width: 87%;
        top: 295px;
        left: 8%;
    }
    .ganyanCon p{
        font-size: 22px;
        font-weight: bolder;
        letter-spacing: 5px;
        text-align: center;
        line-height: 45px;
    }
    .ganyanCon span{
        display: block;
        width: 90%;
        margin: auto;
        letter-spacing: 1px;
        text-indent: 2em;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .closePop{
        position: absolute;
        top: 20px;
        left: 90%;
    }
    .content41 li{
        width: 47%;}
}

@media all and (max-width: 375px) {
    .sonImg ul {
        margin-left: 1%;
    }
    .content41 li{
        width: 46%;
    }
    .qyry li {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cyText span{
        width: 100%;
    }
    .jixingList div{
        font-size: 13px;
    }
    .airXiaoshouP{
        font-size: 13px;
    }
    .content4 li {
        margin: 2% 1% 2% 1.6%;
    }
    .xueyuan>p, .xueyuanName p{
        font-size: 12px;
    }
    .swiper-container1 {
        height: 170px;
    }
    .ry3 {
        margin-top: 5%;
    }
    .jixing{
        height: 40px;
    }
    .jixing p{
        font-size: 12px;
    }
    .xueyuan{
        height: 310px;
    }
    .xueyuanCon>img{
        top: 32px;
        left: 105px;
    }
    .xueyuanName{
        top: 180px;
        left: 100px;
    }
    .content22TextDiv p {
        font-size: 14px;
    }

    .content22-text1, .content22-text2 {
        width: 48%;
        margin-left: 1%;
    }

    .content22-text1Itemtext {
        width: 65%;
    }

    .content25 ul li p {
        font-size: 14px;
    }

    .qyryJiaocai {
        height: 330px;
    }
    .baojiCon4Input2{
        color: #666;
        margin: 15px auto auto 20px;
        height: 10px;
    }
    .baojiCheck{
        font-size: 14px;
    }
}

@media all and (max-width: 320px) {
    .qyryJiaocai {
        height: 400px;
    }

    .content25 ul li p {
        font-size: 12px;
    }

    .content25 ul li a {
        margin-left: 6%;
        line-height: 30px;
        padding: 1% 3%;
    }
    .xueyuan{
        height: 280px;
    }
    .xueyuan>span,.xueyuanName span{
        line-height: 25px;
        width: 120px;
        font-size: 14px;
    }
    .examine{
        line-height: 25px;
        width: 120px;
        font-size: 14px;
    }
    .xueyuanCon>img{
        top: 32px;
        left: 92px;
    }
    .xueyuanName{
        top: 155px;
        left: 87px;
    }
    .ganyanCon {
        top: 252px;
    }
    .ganyanCon span{
        font-size: 12px;
        line-height: 20px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .content8righttext div:nth-of-type(1) span:nth-of-type(1) {
        width: 65px;
    }

    .contentleftText > span {
        line-height: 18px;
    }
    .swiper-container1 {
        height: 150px;
    }
    .swiper-slide {
        height: 82%;
    }
    .swiper-slide p{
        font-size: 12px;
    }
    .sonImg ul li {
        width: 44%;
    }

    .sonImg ul {
        margin-left: 2%;
    }

    .contactUs1 > div ul > li {
        font-size: 12px;
    }

    .content4 ul {
        margin-left: 0;
    }

    .qmt {
        width: 96%;
        height: 140px;
    }

    .qmt img {
        width: 40%;
        margin-top: 8%;
    }

    .rengong li {
        margin: 3%;
        line-height: 20px;
        font-size: 12px;
    }

    .contentleftText > video {
        width: 90%;
        height: 190px;
    }

    .content22TextDiv p {
        font-size: 12px;
    }

    .content22-text1, .content22text2 {
        width: 48%;
        margin-left: 1%;
    }

    .content22-text1Itemimg p {
        font-size: 12px;
        line-height: 30px;
    }

    .content22Textimg {
        width: 140%;
    }
}