
@-webkit-keyframes scale-bg {
	0% {-webkit-transform:scale(1.2);transform:scale(1.2);}
	100% {-webkit-transform:scale(1);transform:scale(1);}
}
@-o-keyframes scale-bg {
	0% {-webkit-transform:scale(1.2);transform:scale(1.2);}
	100% {-webkit-transform:scale(1);transform:scale(1);}
}
@-moz-keyframes scale-bg {
	0% {-webkit-transform:scale(1.2);transform:scale(1.2);}
	100% {-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes scale-bg {
	0% {-webkit-transform:scale(1.2);transform:scale(1.2);}
	100% {-webkit-transform:scale(1);transform:scale(1);}
}
.indexMain{overflow: hidden;}
.indexMain .section1{position: relative;}
.indexMain .section1 .item{background-size: cover;-webkit-background-size:cover;background-position: center;background-repeat: no-repeat;height:100vh;position: relative;}
.indexMain .section1 .item.slick-current .scaleBg{visibility: visible; -webkit-animation:scale-bg 6s linear forwards;animation:scale-bg 6s linear forwards;}
.indexMain .section1 .items{background-size: cover;background-position: center center;background-repeat: no-repeat;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;}
.indexMain .section1 .item .block_txt{position: absolute;top: 44%;right: 10px;left:10px;opacity: 0; transform: translateY(40px);-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-o-transform: translateY(40px); -webkit-transition: all 600ms ease; transition: all 600ms ease;-moz-transition: all 600ms ease;-o-transition: all 600ms ease;text-align:center;}
.indexMain .section1 .item.active .block_txt{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0); -webkit-transition-delay: 100ms; transition-delay: 100ms;-moz-transition-delay: 100ms;-o-transition-delay: 100ms;}
.indexMain .section1 .item .block_txt h3{font-size: 70px;color: #fff;text-align: center;line-height: 1;}
.indexMain .section1 .item .block_txt h4{color: #fff;font-size: 30px;text-align:center;line-height: 1;margin-top: 28px;}
.indexMain .section1 .item .block_txt p{font-size: 16px;color: #ffffff;text-align: center;line-height: 28px;margin-top: 45px;}
.indexMain .section1 .item .block_txt a{font-size: 18px;color:#ffffff;line-height:50px;background-color: #1b489d;border-radius: 30px;padding: 0 88px 0 44px;background-image: url(../images/common/more.png);background-repeat: no-repeat;background-position: 142px center;display: inline-block;margin: 75px auto 0 auto;}
.indexMain .section1 .item .block_txt a:hover{box-shadow: 0 5px 20px rgba(27,72,157,.5);}

.indexMain .section1 .slick-arrow{width: 60px;height: 60px;border-radius: 50%;font-size: 0;cursor: pointer;background-color: rgba(0,0,0,.5);background-repeat: no-repeat;background-position: center;background-size: auto 20px;position: absolute;top: 50%;margin-top: -30px;z-index: 1;transition: all 500ms ease;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;}
.indexMain .section1 .slick-prev{background-image: url(../images/index/prev.png);left: 35px;}
.indexMain .section1 .slick-next{background-image: url(../images/index/next.png);right: 35px;}
.indexMain .section1 .slick-arrow:hover{background-color: #1b489d;}
.indexMain .section2:after{content: '';display: block;width: 100%;height: 601px;background-image: url(../images/index/bg6.png);background-repeat: no-repeat;background-position: center;position: absolute;top: 60%;left: 0;z-index: -1;}
.indexMain .section2{padding-top: 0;margin-top: -60px;position: relative;z-index: 0;}
.indexMain .section2 .box{position: relative;box-shadow: 3px 0 18px rgba(0,0,0,0.08);border-radius: 8px;background: #ffffff;}
.indexMain .section2 .box .mouse{width: 144px;height: 39px;background-image: url(../images/index/bg1.png);background-repeat: no-repeat;background-position: center;position: absolute;top: -38px;left: 50%;margin-left: -72px;text-align: center;padding-top: 10px;}
.indexMain .section2 .box .mouse i{display: inline-block;width: 24px;height: 36px;border-radius: 20px;border:2px solid #1b489d;position: relative;vertical-align: middle;cursor: pointer;}
.indexMain .section2 .box .mouse i:after{content: "";display: block;width: 4px;height:8px;background: #1b489d;position: absolute;top: 5px;left: 8px;-webkit-animation: mouse 1s linear infinite; -moz-animation: mouse 1s linear infinite;-o-animation: mouse 1s linear infinite;animation: mouse 1s linear infinite;}
@-webkit-keyframes mouse{
   0%{-webkit-transform: translateY(0); transform: translateY(0);}
   100%{-webkit-transform: translateY(5px); transform: translateY(5px);}
}
@-o-keyframes scale-bg {
	0%{-webkit-transform: translateY(0); transform: translateY(0);}
    100%{-webkit-transform: translateY(5px); transform: translateY(5px);}
}
@-moz-keyframes scale-bg {
	0%{-webkit-transform: translateY(0); transform: translateY(0);}
    100%{-webkit-transform: translateY(5px); transform: translateY(5px);}
}
@keyframes mouse{
   0%{-webkit-transform: translateY(0); transform: translateY(0);}
   100%{-webkit-transform: translateY(5px); transform: translateY(5px);}
}
.indexMain .section2 .box .items{font-size: 0;margin-top: 55px;text-align: center;}
.indexMain .section2 .box .items .item{display: inline-block;vertical-align: top;width: 24%;position: relative;text-align: center;}
.indexMain .section2 .box .items .item img{display: block;width: 104px;height: 95px;margin: 0 auto;}
.indexMain .section2 .box .items .item h3{font-size: 22px;color: #000000;line-height: 30px;font-weight: normal;margin-top: 20px;}
.indexMain .section2 .box .items .item p{font-size: 16px;color: #000000;line-height: 30px;}
.indexMain .section2 .box .items .item span{font-size: 14px;color: #999999;width: 144px;line-height: 38px;display: block;margin:20px auto 0 auto;border-radius: 3px;border:1px solid #e5e5e5;transition: all 500ms ease;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-o-transition: all 500ms ease;}
.indexMain .section2 .box .items .item:after{content: '';display: block;width: 1px;height: 122px;background-image: url(../images/index/bg2.png);background-repeat: no-repeat;background-position: center;background-size: 100%;position: absolute;right: 0;bottom: 0;}
.indexMain .section2 .box .items .item:last-child:after{display: none;}
.indexMain .section2 .box .items .item:last-child{width: 28%;}
.indexMain .section2 .box .items .item:hover span{background: #1b489d;border-color: #1b489d;color: #ffffff;}
.indexMain .section3{position: relative;}
.indexMain .section3:after{content: '';display: block;width: 100%;height: 900px;background-image: url(../images/index/bg3.png);background-repeat: no-repeat;background-position: center;position: absolute;top: 15%;left: 0;z-index: 0;}
.indexMain .section3 .box{width: 927px;min-height:510px;margin: 0 auto;position: relative;z-index: 1;}
.indexMain .section3 .box .img1{display: block;width: 100%;position: absolute;left: 0;bottom: 0;}
.indexMain .section3 .box .items .item{text-align: center;position: absolute;left: -7%;bottom: 20%;transition: all 500ms ease;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-o-transition: all 500ms ease;}
.indexMain .section3 .box .items .item:nth-child(2){left: 35.5%;bottom: 36%;}
.indexMain .section3 .box .items .item:nth-child(3){left: initial;right: -16%;}
.indexMain .section3 .box .items .item h3{font-size: 28px;color: #1b489c;line-height: 30px;font-weight: 300;margin-bottom: 12px;}
.indexMain .section3 .box .items .item h3 em{font-weight: bold;font-style: normal;}
.indexMain .section3 .box .items .item p{font-size: 16px;color: rgba(0,0,0,.7);line-height: 1.7;position: relative;}
.indexMain .section3 .box .items .item p:before{content: '';display: inline-block;vertical-align: middle;background: #1b489d;width: 8px;height: 8px;border-radius: 50%;margin-right: 7px;}
.indexMain .section3 .box .items .item .pic{width: 167px;height: 167px;background-image: url(../images/index/img2.png);background-repeat: no-repeat;background-position: center;background-size: 100%;margin: 20px auto 0 auto;}
.indexMain .section3 .box .items .item img{width: 74px;height: 74px;margin: 0 auto;}
.indexMain .section3 .box .items .item:hover{transform: translateY(10px);-webkit-transform: translateY(10px);-moz-transform: translateY(10px);-o-transform: translateY(10px);}
.indexMain .section4{background: #f7f7f7;}
.indexMain .section4 .slick{width: 1200px;margin: 50px auto 0 auto;}
.indexMain .section4 .slick .item{transform: scale(.7);}
.indexMain .section4 .slick .item.slick-center{transform: scale(1);}
.indexMain .section4 .slick .item .pic{width: 204px;height: 204px;border-radius: 50%;margin: 0 auto;border:5px solid #a8b8d7;overflow: hidden;position: relative;}
.indexMain .section4 .slick .item .pic:after{content: '';display: block;width: 100%;height: 100%;background: rgba(255,255,255,.74);position: absolute;left: 0;top: 0;opacity: 1;visibility: visible;}
.indexMain .section4 .slick .item .pic img{display: block;width: 100%;}
.indexMain .section4 .slick .item .txt_block{display: none;}
.indexMain .section4 .slick .item.slick-center .pic:after{opacity: 0;visibility: hidden;}
.indexMain .section4 .slick_txt{text-align: center;width: 980px;margin: 30px auto 0 auto;}
.indexMain .section4 .slick_txt h3{font-size: 24px;color: #1b489d;line-height: 1;}
.indexMain .section4 .slick_txt span{font-size: 16px;color: #999999;line-height: 1;margin: 10px 0 15px 0;display: block;}
.indexMain .section4 .slick_txt p{font-size: 16px;color: #616161;line-height: 30px;}
.indexMain .section4 .slick_txt a{display: block;width: 168px;font-size: 18px;color: #ffffff;line-height: 46px;background: #1b489d;text-align: center;border-radius: 30px;margin: 30px auto 0 auto;}
.indexMain .section4 .slick .slick-arrow{width: 44px;height: 44px;border-radius: 50%;font-size: 0;cursor: pointer;background-color: rgba(0,0,0,.4);background-repeat: no-repeat;background-position: center;background-size: auto 15px;position: absolute;top: 50%;margin-top: -30px;z-index: 1;transition: all 500ms ease;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;}
.indexMain .section4 .slick .slick-prev{background-image: url(../images/index/prev.png);left: -100px;}
.indexMain .section4 .slick .slick-next{background-image: url(../images/index/next.png);right: -100px;}
.indexMain .section4 .slick .slick-arrow:hover{background-color: #1b489d;}








.indexMain .section5{overflow: hidden;background-image: url(../images/index/bg5.png);background-repeat: no-repeat;background-position: center;}
.indexMain .section5 .box{margin-top: 60px;background: #ffffff;}
.indexMain .section5 .left{float: left;width: 49%;box-shadow: 3px 0 18px rgba(0,0,0,.05);}
.indexMain .section5 .left .item{background: #ffffff;border-radius: 10px;}
.indexMain .section5 .left .item .pic{overflow: hidden;}
.indexMain .section5 .left .item .pic img{display: block;width: 100%;-webkit-transition: all 500ms ease;-o-transition:all 500ms ease;-moz-transition: all 500ms ease;transition: all 500ms ease;}
.indexMain .section5 .left .item:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);}
.indexMain .section5 .left .item .text{padding: 50px 30px 80px;overflow: hidden;}
.indexMain .section5 .left .item .text .l{float: left;width: calc(100% - 140px);}
.indexMain .section5 .left .item .text .l h3{font-size: 18px;color: #000000;line-height: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: all 500ms ease;-o-transition:all 500ms ease;-moz-transition: all 500ms ease;transition: all 500ms ease;}
.indexMain .section5 .left .item .text .l p{font-size: 16px;color: #616161;line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 52px;margin-top: 15px;}
.indexMain .section5 .left .item:hover .text .l h3{color: #1b489d;}
.indexMain .section5 .left .item .text .r{width: 90px;height: 90px;background: #1b489d;border-radius: 5px;text-align: center;float: right;}
.indexMain .section5 .left .item .text .r h4{font-size: 40px;color: #ffffff;line-height: 1;font-weight: normal;}
.indexMain .section5 .left .item .text .r span{font-size: 14px;color: #ffffff;line-height: 1;display: inline-block;margin-top: 5px;}
.indexMain .section5 .left .slick-dots{left: 30px;bottom: 50px;text-align: left;}
.indexMain .section5 .left .slick-dots li button{display: none;}
.indexMain .section5 .left .slick-dots li {width: 10px;height: 10px;border-radius: 50%;background: rgba(0,0,0,.2);margin: 0 10px 0 0;}
.indexMain .section5 .left .slick-dots li.slick-active{background: #1b489d;}
.indexMain .section5 .right{float: right;width: 49%;box-shadow: 3px 0 18px rgba(0,0,0,.05);padding: 7px 30px;}
.indexMain .section5 .right .item{overflow: hidden;border-bottom: 1px solid #efefef;padding: 52px 0;}
.indexMain .section5 .right .item:last-child{border-bottom: 0;}
.indexMain .section5 .right .item .l{width: 48px;float: left;border-bottom: 1px solid #dbdbdb;padding-bottom: 10px;}
.indexMain .section5 .right .item .l h4{font-size: 38px;color: #000000;font-weight: normal;line-height: 1;}
.indexMain .section5 .right .item .l span{font-size: 12px;color: #000000;line-height: 1;margin-top: 5px;}
.indexMain .section5 .right .item .r{margin-left: 98px;}
.indexMain .section5 .right .item .r h3{font-size: 18px;color: #000000;line-height: 1;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition: all 500ms ease;-o-transition:all 500ms ease;-moz-transition: all 500ms ease;transition: all 500ms ease;}
.indexMain .section5 .right .item .r p{font-size: 16px;color: #616161;line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 52px;margin-top: 15px;}
.indexMain .section5 .right .item:hover .r h3{color: #1b489d;}
.indexMain .section6{background: #f3f4f4;background-image: url(../images/index/bg1.jpg);background-repeat: no-repeat;background-position: center bottom;}
.indexMain .section6 .box{width: 100%;position: relative;margin-top: 65px;}
.indexMain .section6 .box .img{display: block;width: 100%;}
.indexMain .section6 .box .img img{display: block;width: 100%;}
.indexMain .section6 .box .items .item{width: 11.2%;height: 21.7%;position: absolute;text-align: center;}
.indexMain .section6 .box .items .item img{display: inline-block;max-height: 90%;vertical-align: middle;max-width: 80%;}
.indexMain .section6 .box .items .item:nth-child(1){top: 0;left: 0;}
.indexMain .section6 .box .items .item:nth-child(2){top: 0;left: 17.6%;}
.indexMain .section6 .box .items .item:nth-child(3){top: 0;left: 35.2%;}
.indexMain .section6 .box .items .item:nth-child(4){top: 0;left: 53%;}
.indexMain .section6 .box .items .item:nth-child(5){top: 0;left: 70.9%;}
.indexMain .section6 .box .items .item:nth-child(6){top: 0;left: 88.5%;}
.indexMain .section6 .box .items .item:nth-child(7){top: 11%;left: 26.5%;}
.indexMain .section6 .box .items .item:nth-child(8){top: 11%;left: 44.2%;}
.indexMain .section6 .box .items .item:nth-child(9){top: 11%;right: 8.9%;}
.indexMain .section6 .box .items .item:nth-child(10){top: 22.5%;left: 0;}
.indexMain .section6 .box .items .item:nth-child(11){top: 22.5%;left: 17.6%;}
.indexMain .section6 .box .items .item:nth-child(12){top: 22.5%;left: 35.2%;}
.indexMain .section6 .box .items .item:nth-child(13){top: 22.5%;left: 53%;}
.indexMain .section6 .box .items .item:nth-child(14){top: 22.5%;left: 70.9%;}
.indexMain .section6 .box .items .item:nth-child(15){top: 22.5%;left: 88.5%;}
.indexMain .section6 .box .items .item:nth-child(16){top: 33.8%;left: 8.9%;}
.indexMain .section6 .box .items .item:nth-child(17){top: 33.8%;left: 26.5%;}
.indexMain .section6 .box .items .item:nth-child(18){top: 33.8%;left: 44.2%;}
.indexMain .section6 .box .items .item:nth-child(19){top: 33.8%;right: 26.5%;}
.indexMain .section6 .box .items .item:nth-child(20){top: 33.8%;right: 8.9%;}
.indexMain .section6 .box .items .item:nth-child(21){top: 45.1%;left: 0;}
.indexMain .section6 .box .items .item:nth-child(22){top: 45.1%;left: 17.6%;}
.indexMain .section6 .box .items .item:nth-child(23){top: 45.1%;left: 35.2%;}
.indexMain .section6 .box .items .item:nth-child(24){top: 45.1%;left: 53%;}
.indexMain .section6 .box .items .item:nth-child(25){top: 45.1%;left: 70.9%;}
.indexMain .section6 .box .items .item:nth-child(26){top: 45.1%;left: 88.5%;}
.indexMain .section6 .box .items .item:nth-child(27){top: 56.1%;left: 26.5%;}
.indexMain .section6 .box .items .item:nth-child(28){top: 56.1%;left: 44.2%;}
.indexMain .section6 .box .items .item:nth-child(29){top: 56.1%;right: 26.5%;}
.indexMain .section6 .box .items .item:nth-child(30){top: 67.4%;left: 0;}
.indexMain .section6 .box .items .item:nth-child(31){top: 67.4%;left: 17.6%;}
.indexMain .section6 .box .items .item:nth-child(32){top: 67.4%;left: 53%;}
.indexMain .section6 .box .items .item:nth-child(33){top: 67.4%;left: 70.9%;}
.indexMain .section6 .box .items .item:nth-child(34){top: 67.4%;left: 88.5%;}
.indexMain .section6 .box .items .item:nth-child(35){top: 78.4%;left: 8.9%;}
.indexMain .section6 .box .items .item:nth-child(36){top: 78.4%;left: 44.2%;}
.indexMain .section6 .box .items .item:nth-child(37){top: 78.4%;right: 26.5%;}
.indexMain .section7{margin: 1% 0;position: relative;overflow: hidden;}
.indexMain .section7 .slick{float: left;width: 49%;border-radius: 8px;overflow: hidden;}
.indexMain .section7 .slick .item{overflow: hidden;position: relative;}
.indexMain .section7 .slick .item .pic{overflow: hidden;position: relative;cursor: pointer;}
.indexMain .section7 .slick .item .pic img{display: block;width: 100%;}
.indexMain .section7 .slick .item .pic .play{width: 76px;height: 76px;background-image: url(../images/index/play.png);background-repeat: no-repeat;background-position: center;transition: all 500ms ease;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;position: absolute;left: 50%;top: 50%;margin-top: -38px;margin-left: -38px;}
.indexMain .section7 .slick .item .pic:hover .play{background-image: url(../images/index/play_hover.png);}
.indexMain .section7 .slick .slick-dots{left: 0;bottom: 50px;text-align: left;padding-left: 13.5vw;}
.indexMain .section7 .slick .slick-dots li button{display: none;}
.indexMain .section7 .slick .slick-dots li {width: 10px;height: 10px;border-radius: 50%;background: rgba(255,255,255,.6);margin: 0 10px 0 0;}
.indexMain .section7 .slick .slick-dots li.slick-active{background: #1b489d;}
.video_layer {position: fixed;width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, .8);z-index: 10000;display: none;}
.video_layer .video_cont {position: absolute;width: 36vw;max-height:80vw;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);z-index: 9;}
.video_layer .video_cont video {display: block;width: 100%;}
.video_layer .video_con { position: relative;}
.video_layer .video_close {width: 20px;height:20px;background: url(../images/common/close.png) no-repeat;display: block;position: absolute;right: -30px;top: -30px;background-repeat: no-repeat;background-position: center;transition: all 500ms ease;-webkit-transition:all 500ms ease; }
.video_layer .video_close:hover{transform: rotate(180deg);-webkit-transform: rotate(180deg);}

.indexMain .section7 .box{width: 49%;border-radius: 8px;overflow: hidden;position: absolute;right: 0;top: 0;height: 100%;}
.indexMain .section7 .box .left{position: absolute;left: 0;top: 0;background: rgba(27,72,157,95);height: 100%;z-index: 2;}
.indexMain .section7 .box .baiduMap{width: 100%;height: 100%;}
.indexMain .section7 .box .left .tit{margin-bottom: 40px;padding: 0 34px;}
.indexMain .section7 .box .left .tit span{font-size: 40px;color: #ffffff;line-height: 1;font-weight: 300;}
.indexMain .section7 .box .left .tit h3{font-size: 30px;color: #ffffff;line-height: 1;font-weight: bold;margin-top: 15px;}
.indexMain .section7 .box .left .items .item{margin-bottom: 20px;cursor: pointer;position: relative;padding: 0 34px;}
.indexMain .section7 .box .left .items .item:after{content: '';display: block;width: 8px;height: 12px;background-image: url(../images/index/bg4.png);background-repeat: no-repeat;background-position: center;position: absolute;right: -8px;top: 50%;margin-top: -6px;opacity: 0;visibility: hidden;}
.indexMain .section7 .box .left .items .item h3{font-size: 18px;color: #c1c1c1;font-weight: normal;line-height: 30px;border-bottom: 2px solid transparent;padding-bottom: 5px;display: inline-block;}
.indexMain .section7 .box .left .items .item .hide{display: none;}
.indexMain .section7 .box .left .items .item.active h3{color: #ffffff;border-color: #ffffff;}
.indexMain .section7 .box .left .items .item.active:after{opacity: 1;visibility: visible;}
.indexMain .section7 .box .show_box{padding: 30px 32px;background: rgba(0,0,0,.65);position: absolute;bottom: 50px;left: 310px;border-radius: 10px;}
.indexMain .section7 .box .show_box h4{font-size: 22px;color: #ffffff;line-height: 1;margin-bottom: 15px;}
.indexMain .section7 .box .show_box p{padding-left: 25px;font-size: 14px;color: rgba(255,255,255,.7);line-height: 28px;background-repeat: no-repeat;background-position: center left;}
.indexMain .section7 .box .show_box p.show_tel{background-image: url(../images/index/icon8.png);}
.indexMain .section7 .box .show_box p.show_mail{background-image: url(../images/index/icon9.png);}
.indexMain .section7 .box .show_box p.show_add{background-image: url(../images/index/icon10.png);}


@media only screen and (max-width:1600px){
	.indexMain .section1 .item .block_txt h3{font-size: 60px;}
}
@media only screen and (max-width:1440px){
	.indexMain .section1 .item .block_txt h3{font-size: 50px;}
	.indexMain .section1 .item .block_txt h4{font-size: 26px;}
	.indexMain .section2 .box .items .item img{width: 84px;height: 77px;}
	.indexMain .section2 .box .items .item h3{font-size: 20px;}
	.indexMain .section3 .box .items .item h3{font-size: 24px;margin-bottom: 10px;}
	.indexMain .section3 .box .items .item .pic{width: 150px;height: 150px;}
	.indexMain .section3 .box .items .item img{width: 66px;height: 66px;}
	.indexMain .section4 .slick_txt h3{font-size: 22px;}
	.indexMain .section4 .slick_txt span{font-size: 14px;}
	.indexMain .section4 .slick_txt p{font-size: 14px;line-height: 26px;}
	.indexMain .section4 .slick_txt a {font-size: 16px;line-height: 42px;}
	.indexMain .section4 .slick .slick-next{right: -50px;}
	.indexMain .section4 .slick .slick-prev{left: -50px;}
	.indexMain .section5 .left .item .text {padding: 40px 30px 50px;}
	.indexMain .section5 .left .item .text .l h3{font-size: 16px;}
	.indexMain .section5 .left .item .text .l p{font-size: 14px;margin-top: 10px;}
	.indexMain .section5 .left .slick-dots{bottom: 30px;}
	.indexMain .section5 .right .item{padding: 42px 0;}
	.indexMain .section5 .right .item .r h3{font-size: 16px;}
	.indexMain .section5 .right .item .r p{font-size: 14px;margin-top: 10px;}
	.indexMain .section7 .box .left .tit span{font-size: 34px;}
	.indexMain .section7 .box .left .tit h3{font-size: 24px;margin-top: 10px;}
	.indexMain .section7 .box .left .items .item{margin-bottom: 10px;}
	.indexMain .section7 .box .left .items .item h3{font-size: 16px;padding-bottom: 3px;}
	.indexMain .section7 .box .show_box h4{font-size: 18px;}
	.indexMain .section7 .box .show_box{left: 270px;padding: 25px 20px;}
}
@media only screen and (max-width:1366px){
	
}