/*****************
-------首页------
*****************/

/**banner**/
.banner{height: 600px;}
.banner .swiper-slide{background-repeat: no-repeat;background-position: center;background-size: auto 100%;position: relative;}
.banner .swiper-slide .textCon{position: absolute;top: 50%;width: 88%;left: 0;right: 0;margin:0 auto; transform: translate(0,-50%);-webkit-transform: translate(0,-50%);color: #fff;}
.banner .swiper-slide .textCon h2{font-size: 65px;line-height: 96px;font-weight: bold;letter-spacing: 1px;}
.banner .swiper-slide .textCon h3{font-size: 30px;line-height: 68px;}
.banner .swiper-slide .textCon a{display: block;width: 254px;height: 70px;line-height: 70px;color: #000;font-size: 30px;background-color: #ffe400;border-radius: 50px;text-align: center;margin-top: 18px;box-shadow: 0 6px 0 #ffc000;}

/**content**/
.content{background-color: #fff;}
.content_padding{padding:106px 0;}
.Tit{line-height: 70px;font-size: 50px;font-weight: bold;text-align: center;}
.Tit span{color: #436df6;}
.content .wraper{margin-top: 90px;}
.content .wraper .item{width: 29.7%;margin-right: 5.4%;overflow: hidden;border-radius: 10px;box-shadow: 0 0 15px 5px #ecf2fd;transition: 0.5s;-webkit-transition: 0.5s;}
.content .wraper .item:hover{box-shadow: 0 14px 28px #d3ddf7, 0 10px 10px #d3ddf7;transition: 0.5s;-webkit-transition: 0.5s;}
.content .wraper .item:nth-child(3n){margin-right: 0}
.content .wraper .item .item_pic{width: 100%;}
.content .wraper .item .item_desc{padding: 40px 4.4%;}
.content .wraper .item .item_desc h3{font-size: 28px;font-weight: bold;text-align: center;line-height: 40px;}
.content .wraper .item .item_desc p{font-size: 20px;color: #5e6077;line-height: 38px;padding-top: 20px;text-align: center;}

.content_padding2{padding: 106px 0 78px;}
.content2{background-repeat: no-repeat;background-position: center;background-size: cover;background-image: url(../images/pic/content2_bg.jpg);}
.content2 .wraper{margin-top: 90px;}
.content2_l_box{background-color: #fff;padding: 70px 1.8% 0;color: #222;width: 26.2%;height: 676px;background-image: url(../images/znot/bg.png);background-repeat: no-repeat;background-position: right bottom;box-shadow: 0 0 20px 0 #d3ddf7;transition: 0.5s;-webkit-transition: 0.5s;}
.content2_l_box:hover{box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);transition: 0.5s;-webkit-transition: 0.5s;}
.content2_l_box h3{font-size: 30px;line-height: 50px;font-weight: bold;}
.content2_l_box p{font-size: 20px;line-height: 40px;margin-top: 55px;text-align: justify;}
.content2_l_box p a{color: #436df6;text-decoration: underline;}
.content2_r_box{width: 71%;}
.content2_r_box .item{margin-bottom: 20px;box-shadow: 0 0 20px 0 #d3ddf7;transition: 0.5s;-webkit-transition: 0.5s;}
.content2_r_box .item:hover{box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);transition: 0.5s;-webkit-transition: 0.5s;}
.content2_r_box .item:last-child{margin-bottom: 0}
.content2_r_box .item .item_l{width: 12.9%;height: 154px;position: relative;padding: 20px 0;}
.content2_r_box .item .item_l:after{display: block;content: '';position: absolute;right: -10px;top: 50%;transform: translate(0,-50%);-webkit-transform: translate(0,-50%);width: 0;height: 0;border-style: solid;border-width: 8px 6px 0 6px;transform: rotate(270deg);z-index: 2}
.content2_r_box .item .item_l_back1{background-color: #81a8ff;}
.content2_r_box .item .item_l_back2{background-color: #4cd3ff;}
.content2_r_box .item .item_l_back3{background-color: #ffc468;}
.content2_r_box .item .item_l_back4{background-color: #ff7d68;}
.content2_r_box .item .item_l_back1:after{border-color: #81a8ff transparent transparent transparent;}
.content2_r_box .item .item_l_back2:after{border-color: #4cd3ff transparent transparent transparent;}
.content2_r_box .item .item_l_back3:after{border-color: #ffc468 transparent transparent transparent;}
.content2_r_box .item .item_l_back4:after{border-color: #ff7d68 transparent transparent transparent;}
.content2_r_box .item .item_l img{margin:0 auto;height: 44px;}
.content2_r_box .item .item_l span{width: 100%;font-size: 30px;color: #fff;font-weight: bold;text-align: center;}
.content2_r_box .item .item-r{width: 87.1%;background-color: #fff;height: 154px;padding: 22px 1% 22px 3%;position: relative;}
.content2_r_box .item .item-r p{font-size: 18px;color: #222;line-height: 36px;width: 90%;}
.content2_r_box .item .item-r p a{color: #436df6;text-decoration: underline;}
.content2_r_box .item .item-r .item_tips{width: 9%;position: absolute;top: 0;right: 1%;color: #fff;text-align: center;font-size: 16px;}
.content2_r_box .item .item-r .item_tips .item_tips_t{width: 46%;height: 94px;padding-top: 12px;line-height: 20px;position: relative;}
.content2_r_box .item .item-r .item_tips .item_tips_t:first-child{background-color: #91b3ff}
.content2_r_box .item .item-r .item_tips .item_tips_t:last-child{background-color: #ffc468}
.content2_r_box .item .item-r .item_tips .item_tips_t:after{display: block;content: '';position: absolute;right: 0;left: 0; bottom: 0;width: 0;height: 0;border-style: solid;border-width: 12px 22px 0 22px;border-color: #fff transparent transparent transparent;transform: rotate(180deg);}

.content3{}
.content3 .wraper{margin-top: 30px;background-repeat: no-repeat;background-position: center;background-image: url(../images/pic/content3_bg.png);}
.content3 .wraper .lis{padding: 118px 0 0;}
.content3 .wraper .lis .item{width: 32%;height: 358px;padding: 60px 2% 0; margin-right: 2%;overflow: hidden;border-radius: 10px;box-shadow: 0 2px 20px 0 #d3ddf7;background-repeat: no-repeat;background-position: center;background-size: cover;transition: 0.5s;-webkit-transition: 0.5s;}
.content3 .wraper .lis .item:hover{box-shadow: 0 14px 28px #d3ddf7, 0 10px 10px #d3ddf7;transition: 0.5s;-webkit-transition: 0.5s;}
.content3 .wraper .lis .item:nth-child(1){background-image: url(../images/pic/content3_pic01.png);}
.content3 .wraper .lis .item:nth-child(2){background-image: url(../images/pic/content3_pic02.png);}
.content3 .wraper .lis .item:nth-child(3){background-image: url(../images/pic/content3_pic03.png);}
.content3 .wraper .lis .item:nth-child(3n){margin-right: 0}
.content3 .wraper .lis .item h3{font-size: 30px;color: #222;font-weight: bold;line-height: 50px;}
.content3 .wraper .lis .item p{font-size: 20px;line-height: 46px;margin-top: 20px;}
.content3 .wraper .lis .item p a{color: #436df6;text-decoration: underline;}

.content4{background-color: #f4f9ff;}
.content_padding4{padding: 94px 0 96px;}
.content4 .wraper{margin-top: 90px;}
.content4 .wraper .item{background-color: #fff;width: 31%;margin-right: 3.5%;}
.content4 .wraper .item .item_desc {padding: 0 4.4% 40px;}

/*****************
-------人工降重------
*****************/
/**banner**/
.JZ_ban{background-repeat: no-repeat;background-size: auto 100%;background-position: center;height: 500px;}
.JZ_ban .wraper{height: 100%;}
.JZ_ban_text{width: 44.5%;text-align: center;color: #fff;}
.JZ_ban_text h2{font-size: 36px;line-height: 36px;}
.JZ_ban_text h3{font-size: 75px;line-height: 140px;font-weight: bold;letter-spacing: 1px;position: relative;}
.JZ_ban_text h3:after{display: block;content: '';position: absolute;left: 0;right: 0;margin:0 auto;bottom: 0;height: 3px;background-color: #fff;width: 16%;box-shadow: 0 3px 0 #0715f7;}
.JZ_ban_ewm{width: 23.8%;background-color: #fff;border-radius: 20px;overflow: hidden;padding: 0 1%;text-align: center;}
.JZ_ban_ewm_Tit{height: 70px;line-height: 70px;border-bottom: 1px solid #e9e9e9;font-size: 28px;color: #000;font-weight: bold;}
.JZ_ban_ewm_Con{padding: 12px 0 30px;}
.JZ_ban_ewm_Con span{display: block; font-size: 20px;line-height: 38px;}
.JZ_ban_ewm_Con img{margin: 12px auto 0;width: 49%;}
.JZ_ban_ewm_Con a{display: block; margin: 22px auto 0;height: 44px;line-height: 44px;width: 50%;border-radius: 30px;background-color: #436df6;font-size: 18px;color: #fff;box-shadow: 0 5px 8px 0 rgb(255 186 186 / 45%);}

/**content**/
.JZ_content_padding{padding: 87px 0 100px;}
.content .JZ_item{border-radius: 20px;text-align: center;width: 23.5%;margin-right: 2%;padding: 0 1.5%;transition: 0.5s;-webkit-transition: 0.5s;}
.content .JZ_item:hover{box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);transition: 0.5s;-webkit-transition: 0.5s;}
.content .JZ_item:nth-child(4n){margin-right: 0}
.content .JZ_item:nth-child(1){background-color: #e5f1ff;}
.content .JZ_item:nth-child(2){background-color: #ebf9f4;}
.content .JZ_item:nth-child(3){background-color: #ffe9e9;}
.content .JZ_item:nth-child(4){background-color: #fff7e8;}
.content .JZ_item .circle{width: 126px;height: 126px;border-radius: 50%;background-color: #fff;margin:-63px auto 0;}
.content .JZ_item .circle img{height: 100%;}
.content .JZ_item h3{position: relative;font-size: 28px;color: #222;font-weight: bold;line-height: 60px;margin-top: 18px;}
.content .JZ_item h3:after{display: block;content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 2px;width: 14%;margin:0 auto;}
.content .JZ_item:nth-child(1) h3:after{background-color: #80b9ff;}
.content .JZ_item:nth-child(2) h3:after{background-color: #56d595;}
.content .JZ_item:nth-child(3) h3:after{background-color: #ffcb5a;}
.content .JZ_item:nth-child(4) h3:after{background-color: #ff8888;}
.content .JZ_item p{padding: 16px 0 34px;line-height: 36px;font-size: 20px;color: #666;-webkit-line-clamp: 4;height: 144px;}

.JZ_content2{background-repeat: no-repeat;background-size: cover;background-position: center;background-image: url(../images/pic/JZ_content2_bg.jpg);}
.JZ_content_padding2{padding: 84px 0 100px;}
.JZ_content2 .wraper{margin-top: 94px;padding: 0 1%}
.JZ_content2 .wraper .JZ_item{width: 8%;position: relative;margin-right: 15%;}
.JZ_content2 .wraper .JZ_item .JZ_item_l{width: 100%;text-align: center;color: #000;}
.JZ_content2 .wraper .JZ_item .JZ_item_l img{width: 100%;margin:0 auto;}
.JZ_content2 .wraper .JZ_item .JZ_item_l span{border-bottom: 1px solid #aaa;line-height: 27px;display: inline-block;margin-top: 6px;position: relative;font-size: 16px;padding: 0 12%}
.JZ_content2 .wraper .JZ_item .JZ_item_l span:before,.JZ_content2 .wraper .JZ_item .JZ_item_l span:after{display: block;position: absolute; content: '';width: 15%;height: 1px;background-color: #000;top: 50%;transform: translate(0,-50%);-webkit-transform: translate(0,-50%);}
.JZ_content2 .wraper .JZ_item .JZ_item_l span:before{left: 0;}
.JZ_content2 .wraper .JZ_item .JZ_item_l span:after{right: 0;}
.JZ_content2 .wraper .JZ_item .JZ_item_l h5{font-size: 24px;font-weight: bold;margin-top: 22px;line-height: 34px;}
.JZ_content2 .wraper .JZ_item:after{display: block;position: absolute;content: '';right: -100%;top: 25%;width: 24px;height: 13px;background-repeat: no-repeat;background-size: cover;background-position: center;background-image: url(../images/icon/JZ_jt_r.png);}
.JZ_content2 .wraper .JZ_item:last-child{margin-right: 0;}
.JZ_content2 .wraper .JZ_item:last-child:after{display: none;}

.JZ_content3{}
.JZ_content3 .wraper{margin-top: 86px;}
.JZ_content_padding3{padding: 102px 0;}
.JZ_content3 .JZ_item{margin-bottom: 75px;}
.JZ_content3 .JZ_item:last-child{margin-bottom: 0;}
.JZ_content3 .JZ_item > div{width: 48%;padding: 48px 0;background-position: center;background-repeat: no-repeat;background-size: cover;box-shadow:0 2px 20px 0 #d3ddf7;border-radius: 10px;overflow: hidden;position: relative;transition: 0.5s;-webkit-transition: 0.5s;}
.JZ_content3 .JZ_item > div:first-child{background-image: url(../images/pic/Seal_back1.png);}
.JZ_content3 .JZ_item > div:last-child{background-image: url(../images/pic/Seal_back2.png);}
.JZ_content3 .JZ_item > div h2{width: 216px;line-height: 64px;color: #fff;font-size: 30px;font-weight: bold;position: relative;text-align: center;z-index: 1}
.JZ_content3 .JZ_item > div h2:before{display: block;content: '';position: absolute;right: 0;bottom: 0;width: 0;height: 0;z-index: -1}
.JZ_content3 .JZ_item > div:first-child h2:before{border-top: 32px solid #80a8ff;border-bottom: 32px solid #80a8ff;border-left: 192px solid #80a8ff;border-right: 24px solid #fff;}
.JZ_content3 .JZ_item > div:last-child h2:before{border-top: 32px solid #ffc468;border-bottom: 32px solid #ffc468;border-left: 192px solid #ffc468;border-right: 24px solid #f3f7ff;}
.JZ_content3 .JZ_item > div p{margin-top: 22px;font-size: 20px;color: #666;line-height: 44px;padding: 0 4%;-webkit-line-clamp: 4;height: 176px;}
.JZ_content3 .JZ_item > div .Seal{position: absolute;top: 12px;right: 4%;}
.JZ_content3 .JZ_item > div .Seal img{height: 120px;}
.JZ_content3 .JZ_item > div:hover{box-shadow: 0 14px 28px #d3ddf7, 0 10px 10px #d3ddf7;transition: 0.5s;-webkit-transition: 0.5s;}
.JZ_content3 .JZ_item > div:first-child p span{background-color: #ffd4d4;}
.JZ_content3 .JZ_item > div:last-child p span{background-color: #bfffce;}


@media screen and (max-width:1679px ) and ( min-width:1440px){
/*****************
-------首页------
*****************/
.banner {height: 520px;}
.banner .swiper-slide .textCon h2 {font-size: 55px;line-height: 86px;}
.banner .swiper-slide .textCon h3 {font-size: 24px;line-height: 58px;}
.banner .swiper-slide .textCon a {width: 210px;height: 60px;line-height: 60px;font-size: 24px;}
.content_padding{padding: 96px 0;}
.Tit{line-height: 60px;font-size: 40px;}
.content .wraper{margin-top: 80px}
.content .wraper .item .item_desc{padding: 30px 4.4%;}
.content .wraper .item .item_desc h3{font-size: 22px;line-height: 34px;}
.content .wraper .item .item_desc p{font-size: 16px;line-height: 34px;padding-top: 16px;}
.content_padding2{padding: 96px 0 68px;}
.content2 .wraper{margin-top: 80px}
.content2_l_box{padding: 60px 1.8% 0;background-size: auto 150px;height: 596px;}
.content2_l_box h3{font-size: 24px;line-height: 40px;}
.content2_l_box p{font-size: 18px;line-height: 34px;margin-top: 45px;}
.content2_r_box .item .item_l{height: 134px;}
.content2_r_box .item .item_l img{height: 34px;}
.content2_r_box .item .item_l span{font-size: 24px;}
.content2_r_box .item .item-r{height: 134px;}
.content2_r_box .item .item-r p{font-size: 14px;line-height: 30px;}
.content2_r_box .item .item-r .item_tips{font-size: 12px;}
.content2_r_box .item .item-r .item_tips .item_tips_t:after{border-width: 12px 18px 0 18px;}
.content3 .wraper{margin-top: 20px;background-size: auto 380px;}
.content3 .wraper .lis{padding: 98px 0 0;}
.content3 .wraper .lis .item{height: 300px;padding: 40px 2% 0;}
.content3 .wraper .lis .item h3{font-size: 24px;line-height: 40px;}
.content3 .wraper .lis .item p{font-size: 18px;line-height: 34px;margin-top: 16px;}
.content_padding4{padding: 84px 0 86px;}
/*****************
-------人工降重------
*****************/
.JZ_ban{height: 433px;}
.JZ_ban_text h2{font-size: 30px;line-height: 30px;}
.JZ_ban_text h3{font-size: 65px;line-height: 130px;}
.JZ_ban_ewm_Tit{height: 60px;line-height: 60px;font-size: 24px;}
.JZ_ban_ewm_Con {padding: 10px 0 26px;}
.JZ_ban_ewm_Con span{font-size: 18px;line-height: 30px;}
.JZ_ban_ewm_Con a{margin: 20px auto 0;height: 40px;line-height: 40px;font-size: 16px;}
.JZ_ban_ewm_Con img{margin: 10px auto 0;}
.JZ_content_padding{padding: 77px 0 90px;}
.content .JZ_item .circle{width: 106px;height: 106px;margin: -53px auto 0;}
.content .JZ_item h3{font-size: 24px;line-height: 50px;margin-top: 16px;}
.content .JZ_item p{padding: 14px 0 30px;line-height: 30px;font-size: 16px;height: 120px;}
.JZ_content_padding2{padding: 74px 0 90px;}
.JZ_content2 .wraper{margin-top: 84px;}
.JZ_content2 .wraper .JZ_item .JZ_item_l span{line-height: 24px;margin-top: 4px;font-size: 14px;padding: 0 10%;}
.JZ_content2 .wraper .JZ_item .JZ_item_l span:before, .JZ_content2 .wraper .JZ_item .JZ_item_l span:after{width: 14%;}
.JZ_content2 .wraper .JZ_item .JZ_item_l h5{font-size: 22px;margin-top: 20px;line-height: 30px;}
.JZ_content2 .wraper .JZ_item:after{width: 20px;height: 10px;}
.JZ_content_padding3{padding: 92px 0;}
.JZ_content3 .wraper{margin-top: 76px;}
.JZ_content3 .JZ_item{margin-bottom: 55px;}
.JZ_content3 .JZ_item > div{padding: 40px 0;}
.JZ_content3 .JZ_item > div h2{width: 200px;line-height: 54px;font-size: 24px;}
.JZ_content3 .JZ_item > div:first-child h2:before{border-top: 27px solid #80a8ff;border-bottom: 27px solid #80a8ff;border-left: 180px solid #80a8ff;border-right: 20px solid #fff;}
.JZ_content3 .JZ_item > div p{margin-top: 20px;font-size: 16px;height: 160px;line-height: 40px;}
.JZ_content3 .JZ_item > div .Seal img{height: 90px;}
.JZ_content3 .JZ_item > div:last-child h2:before {border-top: 27px solid #ffc468;border-bottom: 27px solid #ffc468;border-left: 180px solid #ffc468;border-right: 20px solid #f3f7ff;}
}

@media screen and (max-width:1439px ) and ( min-width:1280px){
/*****************
-------首页------
*****************/
.banner {height: 450px;}
.banner .swiper-slide .textCon h2 {font-size: 45px;line-height: 76px;}
.banner .swiper-slide .textCon h3 {font-size: 20px;line-height: 48px;}
.banner .swiper-slide .textCon a {width: 170px;height: 50px;line-height: 50px;font-size: 20px;}
.content_padding{padding: 76px 0;}
.Tit{line-height: 50px;font-size: 30px;}
.content .wraper{margin-top: 70px;}
.content .wraper .item .item_desc{padding: 20px 4.4%;}
.content .wraper .item .item_desc h3{font-size: 20px;line-height: 30px;}
.content .wraper .item .item_desc p{font-size: 14px;line-height: 30px;padding-top: 10px;}
.content_padding2{padding: 76px 0 58px;}
.content2 .wraper{margin-top: 70px;}
.content2_l_box{padding: 40px 1.8% 0;background-size: auto 130px;height: 504px;}
.content2_l_box h3{font-size: 22px;line-height: 34px;}
.content2_l_box p{font-size: 16px;line-height: 32px;margin-top: 30px;}
.content2_r_box .item{margin-bottom: 16px;}
.content2_r_box .item .item_l{height: 114px;}
.content2_r_box .item .item_l img{height: 28px;}
.content2_r_box .item .item_l span{font-size: 22px;}
.content2_r_box .item .item-r{height: 114px;padding: 18px 2%;}
.content2_r_box .item .item-r p{font-size: 12px;line-height: 24px;}
.content2_r_box .item .item-r .item_tips{font-size: 12px;width: 10%;}
.content2_r_box .item .item-r .item_tips .item_tips_t:after{border-width: 12px 18px 0 18px;}
.content3 .wraper{margin-top: 20px;background-size: auto 340px;}
.content3 .wraper .lis{padding: 98px 0 0;}
.content3 .wraper .lis .item{height: 260px;padding: 34px 2% 0;}
.content3 .wraper .lis .item h3{font-size: 22px;line-height: 34px;}
.content3 .wraper .lis .item p{font-size: 16px;line-height: 30px;margin-top: 16px;}
.content_padding4{padding: 64px 0 66px;}
/*****************
-------人工降重------
*****************/
.JZ_ban{height: 373px;}
.JZ_ban_text h2{font-size: 24px;line-height: 24px;}
.JZ_ban_text h3{font-size: 55px;line-height: 110px;}
.JZ_ban_ewm_Tit{height: 50px;line-height: 50px;font-size: 22px;}
.JZ_ban_ewm_Con {padding: 10px 0 24px;}
.JZ_ban_ewm_Con span{font-size: 16px;line-height: 26px;}
.JZ_ban_ewm_Con a{margin: 16px auto 0;height: 36px;line-height: 36px;font-size: 14px;}
.JZ_ban_ewm_Con img{margin: 8px auto 0;}
.JZ_content_padding{padding: 67px 0 80px;}
.content .JZ_item .circle{width: 86px;height: 86px;margin: -43px auto 0;}
.content .JZ_item h3{font-size: 22px;line-height: 40px;margin-top: 14px;}
.content .JZ_item p{padding: 12px 0 26px;line-height: 26px;font-size: 14px;height: 104px;}
.JZ_content_padding2{padding: 64px 0 80px;}
.JZ_content2 .wraper{margin-top: 74px;}
.JZ_content2 .wraper .JZ_item .JZ_item_l span{line-height: 22px;margin-top: 4px;font-size: 12px;padding: 0 10%;}
.JZ_content2 .wraper .JZ_item .JZ_item_l span:before, .JZ_content2 .wraper .JZ_item .JZ_item_l span:after{width: 14%;}
.JZ_content2 .wraper .JZ_item .JZ_item_l h5{font-size: 20px;margin-top: 16px;line-height: 26px;}
.JZ_content2 .wraper .JZ_item:after{width: 20px;height: 10px;}
.JZ_content_padding3{padding: 82px 0;}
.JZ_content3 .wraper{margin-top: 66px;}
.JZ_content3 .JZ_item{margin-bottom: 45px;}
.JZ_content3 .JZ_item > div{padding: 30px 0;}
.JZ_content3 .JZ_item > div h2{width: 180px;line-height: 44px;font-size: 22px;}
.JZ_content3 .JZ_item > div:first-child h2:before{border-top: 22px solid #80a8ff;border-bottom: 22px solid #80a8ff;border-left: 160px solid #80a8ff;border-right: 20px solid #fff;}
.JZ_content3 .JZ_item > div p{margin-top: 20px;font-size: 14px;height: 120px;line-height: 30px;}
.JZ_content3 .JZ_item > div .Seal img{height: 80px;}
.JZ_content3 .JZ_item > div:last-child h2:before {border-top: 22px solid #ffc468;border-bottom: 22px solid #ffc468;border-left: 160px solid #ffc468;border-right: 20px solid #f3f7ff;}
}

@media only screen and (max-width:1280px){
/*****************
-------首页------
*****************/
.banner {height: 450px;}
.banner .swiper-slide .textCon h2 {font-size: 45px;line-height: 76px;}
.banner .swiper-slide .textCon h3 {font-size: 20px;line-height: 48px;}
.banner .swiper-slide .textCon a {width: 170px;height: 50px;line-height: 50px;font-size: 20px;}
.content_padding{padding: 76px 0;}
.Tit{line-height: 50px;font-size: 30px;}
.content .wraper{margin-top: 70px;}
.content .wraper .item .item_desc{padding: 20px 4.4%;}
.content .wraper .item .item_desc h3{font-size: 20px;line-height: 30px;}
.content .wraper .item .item_desc p{font-size: 14px;line-height: 30px;padding-top: 10px;}
.content_padding2{padding: 76px 0 58px;}
.content2 .wraper{margin-top: 70px;}
.content2_l_box{padding: 40px 1.8% 0;background-size: auto 130px;height: 504px;}
.content2_l_box h3{font-size: 22px;line-height: 34px;}
.content2_l_box p{font-size: 16px;line-height: 32px;margin-top: 30px;}
.content2_r_box .item{margin-bottom: 16px;}
.content2_r_box .item .item_l{height: 114px;}
.content2_r_box .item .item_l img{height: 28px;}
.content2_r_box .item .item_l span{font-size: 22px;}
.content2_r_box .item .item-r{height: 114px;padding: 18px 2%;}
.content2_r_box .item .item-r p{font-size: 12px;line-height: 24px;}
.content2_r_box .item .item-r .item_tips{font-size: 12px;width: 10%;}
.content2_r_box .item .item-r .item_tips .item_tips_t:after{border-width: 12px 18px 0 18px;}
.content3 .wraper{margin-top: 20px;background-size: auto 340px;}
.content3 .wraper .lis{padding: 98px 0 0;}
.content3 .wraper .lis .item{height: 260px;padding: 34px 2% 0;}
.content3 .wraper .lis .item h3{font-size: 22px;line-height: 34px;}
.content3 .wraper .lis .item p{font-size: 16px;line-height: 30px;margin-top: 16px;}
.content_padding4{padding: 64px 0 66px;}
/*****************
-------人工降重------
*****************/
.JZ_ban{height: 373px;}
.JZ_ban_text h2{font-size: 24px;line-height: 24px;}
.JZ_ban_text h3{font-size: 55px;line-height: 110px;}
.JZ_ban_ewm_Tit{height: 50px;line-height: 50px;font-size: 22px;}
.JZ_ban_ewm_Con {padding: 10px 0 24px;}
.JZ_ban_ewm_Con span{font-size: 16px;line-height: 26px;}
.JZ_ban_ewm_Con a{margin: 16px auto 0;height: 36px;line-height: 36px;font-size: 14px;}
.JZ_ban_ewm_Con img{margin: 8px auto 0;}
.JZ_content_padding{padding: 67px 0 80px;}
.content .JZ_item .circle{width: 86px;height: 86px;margin: -43px auto 0;}
.content .JZ_item h3{font-size: 22px;line-height: 40px;margin-top: 14px;}
.content .JZ_item p{padding: 12px 0 26px;line-height: 26px;font-size: 14px;height: 104px;}
.JZ_content_padding2{padding: 64px 0 80px;}
.JZ_content2 .wraper{margin-top: 74px;}
.JZ_content2 .wraper .JZ_item .JZ_item_l span{line-height: 22px;margin-top: 4px;font-size: 12px;padding: 0 10%;}
.JZ_content2 .wraper .JZ_item .JZ_item_l span:before, .JZ_content2 .wraper .JZ_item .JZ_item_l span:after{width: 14%;}
.JZ_content2 .wraper .JZ_item .JZ_item_l h5{font-size: 20px;margin-top: 16px;line-height: 26px;}
.JZ_content2 .wraper .JZ_item:after{width: 20px;height: 10px;}
.JZ_content_padding3{padding: 82px 0;}
.JZ_content3 .wraper{margin-top: 66px;}
.JZ_content3 .JZ_item{margin-bottom: 45px;}
.JZ_content3 .JZ_item > div{padding: 30px 0;}
.JZ_content3 .JZ_item > div h2{width: 180px;line-height: 44px;font-size: 22px;}
.JZ_content3 .JZ_item > div:first-child h2:before{border-top: 22px solid #80a8ff;border-bottom: 22px solid #80a8ff;border-left: 160px solid #80a8ff;border-right: 20px solid #fff;}
.JZ_content3 .JZ_item > div p{margin-top: 20px;font-size: 14px;height: 120px;line-height: 30px;}
.JZ_content3 .JZ_item > div .Seal img{height: 80px;}
.JZ_content3 .JZ_item > div:last-child h2:before {border-top: 22px solid #ffc468;border-bottom: 22px solid #ffc468;border-left: 160px solid #ffc468;border-right: 20px solid #f3f7ff;}
}



/*****************
-----内页banner----
*****************/
/*try降重banner*/
.try_ban{height: 365px;background-repeat: no-repeat;background-size: auto 100%;background-position: center;

/*background-image: url(../images/pic/in_ban02.jpg);*/
  background-image: url(/public/static/img/try_bg.jpg);
position: relative;}


/*外文降重banner*/
.in_ban{height: 365px;background-repeat: no-repeat;background-size: auto 100%;background-position: center;

background-image: url(../images/pic/in_ban02.jpg);position: relative;}
.in_ban .wraper{width: 1200px;margin:0 auto;color: #fff;padding-left: 550px;position: absolute;left: 0;right: 0;top: 25%;}
.in_ban_Tit{font-size: 42px;font-weight: bold;line-height: 58px;text-shadow: 0 2px 0 #0033e1;}
.in_ban_Tit span{display: block;}
.x-line{display: block; width: 83px;height: 7px;background-color: #fff;box-shadow: 0 2px 0 #0033e1;margin-top: 12px;}
.in_ban .wraper .textCon{margin-top: 12px;}
.in_ban .wraper .textCon p{text-shadow: 0 2px 0 #0033e1;padding-left: 28px;font-size: 20px;height: 40px;line-height: 40px;background-repeat: no-repeat;background-size: 17px;background-image: url(../images/icon/in_ban02_icon.png);background-position: left center;}
/*只能降重banner*/
.in_ban_ai{background-image: url(../images/pic/in_ban01.jpg);}
.in_ban_ai .wraper{padding-left: 50px;top: 15%;}
.in_ban_ai .wraper .textCon p{line-height: 36px;height: 36px;padding-left: 0;background:none;}
/*论文查重banner*/
.in_ban_cz{background-image: url(../images/pic/in_ban03.jpg);}
.in_ban_cz .wraper{padding-left: 0;top: 18%;}
.in_ban_cz .wraper .textCon{margin-top: 10px;}
.in_ban_cz .wraper .textCon .item{margin-bottom: 8px;}
.in_ban_cz .wraper .textCon .item:last-child{margin-bottom: 0;}
.in_ban_cz .wraper .textCon .item span{border-radius: 30px;background-color: #ffde00;font-size: 22px;font-weight: bold; color: #0b7def;height: 38px;padding: 0 17px;}
.in_ban_cz .wraper .textCon .item span img{width: 17px;margin-right: 8px;}
.in_ban_cz .wraper .textCon .item p{background:none;padding-left: 16px;}
.in_ban_cz .in_ban_cz_tips{height: 42px;line-height: 42px; margin-top: 16px;padding: 0 12px;background-color: #1a69ed;display: inline-flex;display: -webkit-inline-flex;font-size: 18px;color: #ffff00;font-weight: bold;}
.in_ban_cz .in_ban_cz_tips img{height: 22px;margin-right: 10px;}

@media screen and (max-width:1679px ) and ( min-width:1440px){
.in_ban{height: 318px;}	
.in_ban_ai .wraper{top: 16%;}
.in_ban_Tit{font-size: 34px;line-height: 50px;}
.x-line{width: 66px;height: 6px;margin-top: 10px;}
.in_ban .wraper .textCon{margin-top: 10px;}
.in_ban .wraper .textCon p{line-height: 32px;font-size: 18px;height: 32px;}
.in_ban_cz .wraper .textCon .item span{font-size: 18px;height: 32px;padding: 0 14px;}
.in_ban_cz .wraper .textCon .item span img{width: 14px;}
.in_ban_cz .in_ban_cz_tips{height: 38px;line-height: 38px;margin-top: 14px;padding: 0 12px;font-size: 16px;}
.in_ban_cz .in_ban_cz_tips img{height: 20px;}
}

@media screen and (max-width:1439px ) and ( min-width:1280px){
.in_ban{height: 275px;}	
.in_ban_ai .wraper{top: 17%;}
.in_ban_Tit{font-size: 26px;line-height: 40px;}
.x-line{width: 50px;height: 5px;margin-top: 9px;}
.in_ban .wraper .textCon{margin-top: 9px;}
.in_ban .wraper .textCon p{line-height: 28px;font-size: 16px;height: 28px;}
.in_ban_cz .wraper .textCon .item{margin-bottom: 7px;}
.in_ban_cz .wraper .textCon .item span{font-size: 16px;height: 28px;padding: 0 12px;}
.in_ban_cz .wraper .textCon .item span img{width: 12px;}
.in_ban_cz .in_ban_cz_tips{height: 34px;line-height: 34px;margin-top: 12px;padding: 0 12px;font-size: 14px;}
.in_ban_cz .in_ban_cz_tips img{height: 18px;}
}

@media only screen and (max-width:1280px){
.in_ban{height: 275px;}	
.in_ban_ai .wraper{top: 17%;}
.in_ban_Tit{font-size: 26px;line-height: 40px;}
.x-line{width: 50px;height: 5px;margin-top: 9px;}
.in_ban .wraper .textCon{margin-top: 9px;}
.in_ban .wraper .textCon p{line-height: 28px;font-size: 16px;height: 28px;}	
.in_ban_cz .wraper .textCon .item{margin-bottom: 7px;}
.in_ban_cz .wraper .textCon .item span{font-size: 16px;height: 28px;padding: 0 12px;}
.in_ban_cz .wraper .textCon .item span img{width: 12px;}
.in_ban_cz .in_ban_cz_tips{height: 34px;line-height: 34px;margin-top: 12px;padding: 0 12px;font-size: 14px;}
.in_ban_cz .in_ban_cz_tips img{height: 18px;}
}



