@charset 'utf-8';

.bannerSwiper{position: relative; overflow: hidden; margin-top: 150px;}
.bannerSwiper .picture{overflow: hidden;}
.bannerSwiper .picture img{position: relative; left: 50%; transform: translateX(-50%);}
.bannerSwiper .content{width: 100%; position: absolute; left: 0; top: 60%; transform: translateY(-50%); transition: all 0.5s;}
.bannerSwiper .swiper-slide-active .content{top: 50%;}
.bannerSwiper .content h2{font-size: 38px; line-height: 60px;}
.bannerSwiper .content h4{font-size: 20px; line-height: 30px; margin-top: 20px;}
.bannerSwiper .content p{font-size: 16px; line-height: 30px; margin-top: 30px;}
.bannerSwiper .content a{display: inline-block; font-family: 'Poppins SemiBold'; line-height: 42px; padding: 9px 9px 9px 34px; font-size: 14px; border-radius: 30px; background: #165183; color: #fff; transition: all 0.5s; margin-top: 60px;}
.bannerSwiper .content a i{width: 42px; height: 42px; float: right; margin-left: 20px; background: url("../images/arrow.png") center no-repeat #ffab85; border-radius: 50%;}
.bannerSwiper .content1 h2{color: #001c47;}
.bannerSwiper .content1 h4{max-width: 630px;}
.bannerSwiper .content1 p{max-width: 600px;}
.bannerSwiper .content2 h2{font-family: 'Poppins'; color: #165183;}
.bannerSwiper .content2 h4{max-width: 620px; font-weight: normal; font-family: 'Poppins'; color: #165183;}
.bannerSwiper .content2 p{max-width: 640px; font-family: 'Poppins'; color: #222;}
.bannerSwiper .content3 h2{font-family: 'Poppins'; color: #021a46;}
.bannerSwiper .content3 h4{max-width: 600px; font-weight: normal; font-family: 'Poppins'; color: #021a46;}
.bannerSwiper .content3 p{max-width: 600px; font-family: 'Poppins'; color: #222;}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet{width: 46px; height: 4px; margin: 0 10px !important; border-radius: 0; background: #fff; opacity: 1; cursor: pointer;}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active{background: #165183;}

.index_product{padding: 80px 0; background: #001c47 url(../images/prbg.jpg) no-repeat center top;}
.index_product .com_title h2{color: #fff; position: relative;}
.index_product .com_title::after{content: ""; margin: 20px auto; display: block; width: 74px; height: 8px; background: url(../images/pro_tb.png) no-repeat center top;}
.index_product .product_tab{text-align: center; margin-top: 30px;}
.index_product .product_tab li{display: inline-block; font-size: 18px; color: #fff; padding-bottom: 1px; cursor: pointer; margin: 10px 30px;}
.index_product .product_tab li.current{color: #e89215; border-bottom: solid #e89215 1px; padding-bottom: 0;}
.index_product .product_content{margin-top: 40px;}
.index_product .product_content .product_list{display: none;}
.index_product .product_content .product_list.show{display: block;}
.index_product .product_content .product_list::after{content: ''; display: table; clear: both;}
.index_product .product_content .list{width: 31.333%; float: left; margin: 0 2% 30px 0;}
.index_product .product_content .list:nth-child(4n){margin-right: 0;}
.index_product .product_content .list .picture{overflow: hidden; border-radius: 10px;}
.index_product .product_content .list .picture img{width: 100%; transition: all 0.5s;}
.index_product .product_content .list:hover .picture img{transform: scale(1.1);}
.index_product .product_content .list .title{text-align: center; margin-top: 16px;}
.index_product .product_content .list .title a{display: block; font-size: 16px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index_product .product_content .list .button{text-align: center; margin-top: 16px;}
.index_product .product_content .list .button a{display: inline-block; font-size: 14px; line-height: 32px; padding: 6px 36px; border: #fff 1px solid; color: #fff; border-radius: 6px;}
.index_product .product_content .list:hover .button a{border: #e89215 1px solid; color: #fff; background: #e89215 ;}



.index_aboutus{padding: 80px 0;background: url(../images/eb45777e-4c5e-4f93-878b-94c27b3d58c1.jpg) no-repeat center top;  background-attachment: fixed;}
.index_aboutus .aboutus_content{width: 52%; float: right; margin-top: 40px;}
.index_aboutus .aboutus_content .title{line-height:40px; color: #165183;}
.index_aboutus .aboutus_content .title h3{font-size: 28px; margin: 2px 0;font-weight: 300;}
.index_aboutus .aboutus_content .text{margin-top: 20px;}
.index_aboutus .aboutus_content .text p{padding: 10px 0; font-size: 16px; line-height: 28px;}
.index_aboutus .aboutus_content .button {
    margin-top: 40px;
}

.index_aboutus .aboutus_content .button a {
    display: inline-block;
    font-family: 'Poppins SemiBold';
    line-height: 42px;
    padding: 9px 9px 9px 34px;
    font-size: 14px;
    border-radius: 30px;
    background: #165183;
    color: #fff;
    transition: all 0.5s;
}
.index_aboutus .aboutus_content .button a:hover{
	  background: #e89215;
	  transition: .2s all;
}
.index_aboutus .aboutus_content .button a i {
    width: 42px;
    height: 42px;
    float: right;
    margin-left: 20px;
    background: url("../images/arrow_wh.png") center no-repeat #e89215;
    border-radius: 50%;
}
 
.index_aboutus .aboutus_video{width: 44%; float: left; position: relative; margin-top: 40px;}
.index_aboutus .aboutus_video .video_picture{overflow: hidden; border-radius: 20px;}
.index_aboutus .aboutus_video .video_picture img{width: 100%;}
.index_aboutus .aboutus_video .video_play{width: 102px; height: 102px; content: ''; position: absolute; left: calc(50% - 51px); top: calc(50% - 51px); background: url("../images/play.png"); cursor: pointer;}
.index_aboutus .aboutus_video .video_windows{width: 100%; height: calc(100% - 150px); background: rgba(0, 0, 0, 0.5); position: fixed; left: 0; top: 150px; z-index: 12; display: none;}
.index_aboutus .aboutus_video .video_windows .video_close{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.index_aboutus .aboutus_video .video_windows .video_box{width: 90%; max-width: 90%; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.index_aboutus .aboutus_video .video_windows .video_box video{max-width: 100%; max-height: 100%; vertical-align: middle;}

.index_aboutus .core_content{margin-top: 50px;}
.index_aboutus .core_content ul{display: flex; justify-content: space-between;}
.index_aboutus .core_content ul li{width: 18%; text-align: center;}
.index_aboutus .core_content ul li h3{font-size: 48px; color: #165183; line-height: 66px;}
.index_aboutus .core_content ul li p{font-size: 18px; color: #959595;}

.index_detail{padding: 90px 0; background: #f9fbfc;}
.index_detail .picture{width: 35%; float: right;}
.index_detail .picture img{width: 100%; border-radius: 18px;}
.index_detail .content{width: 60%; float: left;}
.index_detail .content .title{font-size: 50px; font-weight: bold; color: #222;}
.index_detail .content .list{margin-top: 30px;}
.index_detail .content .list ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.index_detail .content .list li{width: 48%; background: #fff; box-sizing: border-box; padding: 20px 30px 30px; border-radius: 18px; box-shadow: 5px 5px 10px #eee; margin-bottom: 36px;}
.index_detail .content .list li h3{font-size: 18px; color: #222; margin-top: 20px;}
.index_detail .content .list li p{font-size: 16px; line-height: 28px; color: #444; margin-top: 15px;}

.index_application{padding: 80px 0 90px;}
.index_application .picture{width: 65%; float: left; overflow: hidden;}
.index_application .picture .list{display: none; overflow: hidden; border-radius: 18px;}
.index_application .picture .list.show{display: block;}
.index_application .picture .list img{width: 100%;}
.index_application .tabmenu{width: 30%; float: right;}
.index_application .tabmenu ul li{font-size: 16px; font-weight: bold; line-height: 32px; color: #165183; padding: 24px 26px; border: dashed #999 1px; margin-top: 20px; border-radius: 40px; cursor: pointer;}
.index_application .tabmenu ul li:first-child{margin-top: 0;}
.index_application .tabmenu ul li span{color: #021d4a;}
.index_application .tabmenu ul li.current{background: #165183; color: #fff; border-color: #165183;}
.index_application .tabmenu ul li.current span{color: #fff;}

.index_customised{padding: 90px 0; background: url("../images/customised.jpg") center no-repeat; background-size: auto 100%;}
.index_customised .com_title h2{color: #fff;}
.index_customised .text{max-width: 980px; margin: 60px auto; text-align: center;}
.index_customised .text h3{font-size: 20px; font-weight: normal; font-family: 'Poppins Bold'; color: #fff;}
.index_customised .text p{padding: 23px 0;}
.index_customised .text p span{display: inline-block; font-size: 20px; color: #fff; border-bottom: solid #fff 1px; font-family: 'Poppins-Light';}
.index_customised .text p b{display: inline-block; font-size: 18px; font-family: 'Poppins Bold'; line-height: 60px; padding: 0 36px; background: #165183; color: #fff; border-radius: 30px;}
.index_customised .content{margin-top: 60px;}
.index_customised .content ul{display: flex; flex-wrap: wrap;}
.index_customised .content li{display: inline-block; width: 180px; text-align: center; background: #fff; box-sizing: border-box; padding: 22px 22px; margin: 10px;}
.index_customised .content li p{padding: 5px 0; font-size: 16px; line-height: 24px;}

.index_advantages{padding-top: 80px;}
.index_advantages .com_title{text-align: left;}
.index_advantages .advantages_content{position: relative;}
.index_advantages .advantages_content .advantagesSwiper{overflow: hidden; margin-top: 50px;}
.index_advantages .advantages_content .advantagesSwiper .picture{width: 42%; float: right; border-radius: 18px; overflow: hidden;}
.index_advantages .advantages_content .advantagesSwiper .picture img{width: 100%; transition: all 0.5s;}
.index_advantages .advantages_content .advantagesSwiper .picture:hover img{transform: scale(1.1);}}
.index_advantages .advantages_content .advantagesSwiper .content{width: 52%; float: left; margin-top: 60px;}
.index_advantages .advantages_content .advantagesSwiper .content .title{font-size: 24px; line-height: 38px; font-family: 'Poppins Bold'; color: #222;}
.index_advantages .advantages_content .advantagesSwiper .content .text{margin-top: 20px;}
.index_advantages .advantages_content .advantagesSwiper .content .text p{font-size: 16px; line-height: 28px; color: #222; background: url("../images/tick.png") left 10px no-repeat; padding: 8px 0 8px 30px;}
.index_advantages .advantages_content .advantagesSwiper .button{margin-top: 20px;}
.index_advantages .advantages_content .advantagesSwiper .button a{display: inline-block; font-family: 'Poppins SemiBold'; line-height: 42px; padding: 9px 9px 9px 34px; font-size: 14px; border-radius: 30px; background: #165183; color: #fff; transition: all 0.5s;}
.index_advantages .advantages_content .advantagesSwiper .button a:hover{background: #e89215; transition: .2s all;}
.index_advantages .advantages_content .advantagesSwiper .button a i{width: 42px; height: 42px; float: right; margin-left: 20px; background: url("../images/arrow_wh.png") center no-repeat #e89215; border-radius: 50%;}
.index_advantages .advantages_content .swiper-button{width: 160px; position: absolute; right: 0; top: 2px;}
.index_advantages .advantages_content .swiper-button .swiper-button-prev,
.index_advantages .advantages_content .swiper-button .swiper-button-next{width: 54px; height: 54px; border: solid #165183 1px; background: center no-repeat; border-radius: 50%; margin: 0;}
.index_advantages .advantages_content .swiper-button .swiper-button-prev{left: 0; background-image: url("../images/arrow_prev.png");}
.index_advantages .advantages_content .swiper-button .swiper-button-next{right: 0; background-image: url("../images/arrow_next.png");}
.index_advantages .advantages_content .swiper-button .swiper-button-prev:hover{background-image: url("../images/arrow_prev_hover.png"); background-color: #e89215;border: solid #e89215 1px; }
.index_advantages .advantages_content .swiper-button .swiper-button-next:hover{background-image: url("../images/arrow_next_hover.png"); background-color: #e89215;border: solid #e89215 1px; }

.index_machining{padding: 80px 0 60px; background: #f9fbfc;}
.index_machining .machiningSwiper{position: relative; overflow: hidden; margin-top: 50px; padding-bottom: 90px;}
.index_machining .machiningSwiper .picture{overflow: hidden;border-radius: 10px;}
.index_machining .machiningSwiper .picture img{width: 100%; transition: all 0.5s;}
.index_machining .machiningSwiper .picture:hover img{transform: scale(1.1);}
.index_machining .machiningSwiper .title{text-align: center; font-size: 16px; line-height: 28px; color: #444; margin-top: 10px;}
.index_machining .machiningSwiper .swiper-button{width: 800px; height: 56px; position: absolute; left: calc(50% - 400px); bottom: 0;}
.index_machining .machiningSwiper .swiper-button .swiper-button-prev,
.index_machining .machiningSwiper .swiper-button .swiper-button-next{width: 54px; height: 54px; border: solid #165183 1px; background: center no-repeat; border-radius: 50%; top: 0; margin: 0;}
.index_machining .machiningSwiper .swiper-button .swiper-button-prev{left: 0; background-image: url("../images/arrow_prev.png");}
.index_machining .machiningSwiper .swiper-button .swiper-button-next{right: 0; background-image: url("../images/arrow_next.png");}
.index_machining .machiningSwiper .swiper-button .swiper-button-prev:hover{border: solid #e89215 1px; background-image: url("../images/arrow_prev_hover.png"); background-color: #e89215;}
.index_machining .machiningSwiper .swiper-button .swiper-button-next:hover{border: solid #e89215 1px; background-image: url("../images/arrow_next_hover.png"); background-color: #e89215;}
.index_machining .machiningSwiper .swiper-button .swiper-pagination{width: 600px; height: 5px; background: #e89215; left: 100px; top: 25px; border-radius: 3px;}
.index_machining .machiningSwiper .swiper-button .swiper-pagination-progressbar-fill{background: #165183; border-radius: 3px;}

.index_strength{padding: 80px 0; background: #f9fbfc;}
.index_strength .strengthSwiper{margin-top: 50px; padding-bottom: 50px; position: relative; overflow: hidden;}
.index_strength .strengthSwiper .swiper-slide{display: flex; justify-content: space-between; align-items: center;}
.index_strength .strengthSwiper .picture{width: 38%; float: left; border-radius: 18px; overflow: hidden;}
.index_strength .strengthSwiper .picture img{width: 100%; transition: all 0.5s;}
.index_strength .strengthSwiper .picture:hover img{transform: scale(1.1);}
.index_strength .strengthSwiper .content{width: 58%; float: right;}
.index_strength .strengthSwiper .content .instro{font-size: 24px; color: #222;}
.index_strength .strengthSwiper .content .title{font-size: 18px; font-family: 'Poppins Bold'; color: #165183; margin-top: 20px;}
.index_strength .strengthSwiper .content .text{margin-top: 20px;}
.index_strength .strengthSwiper .content .text p{font-size: 14px; line-height: 28px; color: #444; padding: 5px 0;}
.index_strength .strengthSwiper .swiper-pagination{bottom: 0;}
.index_strength .strengthSwiper .swiper-pagination .swiper-pagination-bullet{width: 90px; height: 5px; margin: 0 20px !important; border-radius: 0; background: #021d4a; opacity: 1; cursor: pointer;}
.index_strength .strengthSwiper .swiper-pagination .swiper-pagination-bullet-active{background: #165183;}

.index_solutions{padding: 80px 0;}
.index_solutions .solutions_label{text-align: center;}
.index_solutions .solutions_label p{display: inline-block; font-size: 18px; color: #222; line-height: 46px; padding: 0 35px; border: dashed #222 1px; border-radius: 24px;}
.index_solutions .solutions_title{max-width: 1200px; margin: 20px auto 0; text-align: center;}
.index_solutions .solutions_title h2{font-size: 50px; line-height: 65px; font-family: 'Poppins Bold'; color: #222;}
.index_solutions .solutions_title p{display: inline-block; font-size: 18px; font-family: 'Poppins Bold'; line-height: 60px; padding: 0 28px; background: #021d4a; color: #fff; border-radius: 30px; margin-top: 30px;}
.index_solutions .solutions_content{margin-top: 60px; display: flex; justify-content: space-between;}
.index_solutions .solutions_content .list{width: 32%; box-sizing: border-box; padding: 36px; background: #f9fbfc; border-radius: 18px;}
.index_solutions .solutions_content .list .text{line-height: 28px;}
.index_solutions .solutions_content .list .text p{padding: 5px 0; font-size: 16px; color: #222;}
.index_solutions .solutions_content .list .button{margin-top: 40px;}
.index_solutions .solutions_content .list .button a{display: inline-block; font-family: 'Poppins SemiBold'; line-height: 42px; padding: 9px 9px 9px 34px; font-size: 14px; border-radius: 30px; background: #165183; color: #fff; transition: all 0.5s;}
.index_solutions .solutions_content .list .button a i{width: 42px; height: 42px; float: right; margin-left: 20px; background: url("../images/arrow.png") center no-repeat #ffab85; border-radius: 50%;}

	.index_feedback{padding: 50px 0 60px; background: #f5f5f5;}
	.index_feedback .com_title{text-align: center;}
	
	.index_feedback .feedbackSwiper{margin-top: 50px; padding-bottom: 50px; overflow: hidden; position: relative;}
	.index_feedback .feedbackSwiper .list{background: #fff; border-radius: 10px; box-sizing: border-box; padding: 20px 30px;}
	.index_feedback .feedbackSwiper .list::after{content: ''; display: table; clear: both;}
	.index_feedback .feedbackSwiper .list .text{font-size: 16px; line-height: 26px; height: 104px; color: #0e0e0e; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; text-overflow: ellipsis; margin-bottom: 20px;}
	.index_feedback .feedbackSwiper .list .icon{width: 80px; float: left;}
	.index_feedback .feedbackSwiper .list .icon img{width: 100%; border-radius: 50%;}
	.index_feedback .feedbackSwiper .list:hover .icon img{transition: all 1s; transform: rotateY(360deg)}
	.index_feedback .feedbackSwiper .list .name{width: calc(100% - 100px); float: right; padding-top: 10px; background: url("../images/customer.png") right center no-repeat;}
	.index_feedback .feedbackSwiper .list .name h3{font-size: 20px; font-family: 'Poppins Bold'; color: #0e0e0e;}
	.index_feedback .feedbackSwiper .list .name p{font-size: 16px; font-family: 'Poppins Light'; color: #979797;}
	.index_feedback .swiper-pagination{bottom: 0;}
	.index_feedback .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 6px !important; border-radius: 4px; background: #165183; cursor: pointer; transition: all 0.5s;}
	.index_feedback .swiper-pagination .swiper-pagination-bullet-active{width: 26px;}



.index_partner{padding: 90px 0 60px; }
.index_partner .partner-wrapper{margin-top: 50px;}
.index_partner .partner-wrapper .picture{float: left; width: 17%; margin-right: 1.5%; margin-bottom: 20px;overflow: hidden;    padding: 10px; box-shadow: 0 0 10px 10px #f5f5f5;border-radius: 6px;}
.index_partner .partner-wrapper .picture img{width: 100%; transition: all 0.5s;}
.index_partner .partner-wrapper .picture img:hover{transform: scale(1.1);}
 
.index_news{padding: 50px 0 60px;background: #f9fbfc;}
.index_news .com_title{text-align: center;}
.index_news .tlist{width: 48%; float: left; margin-top: 50px;}
.index_news .tlist .picture{height: 360px; overflow: hidden;}
.index_news .tlist .picture img{width: 100%; transition: all 0.5s;}
.index_news .tlist:hover .picture img{transform: scale(1.1);}
.index_news .tlist .text{font-size: 16px; font-family: 'Poppins Light'; color: #5b5b5b; margin-top: 30px;}
.index_news .tlist .title{margin-top: 10px;}
.index_news .tlist .title a{font-size: 32px; height: 80px; line-height: 40px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
.index_news .tlist .title a:hover{color: #165183;}
.index_news .tlist .date{float: left; font-size: 18px; color: #636363; margin-top: 20px;}
.index_news .tlist .button{float: right; margin-top: 20px;}
.index_news .tlist .button a{font-size: 18px; font-family: 'Poppins SemiBold'; color: #e89215;}
.index_news .rlist{width: 48%; float: right; margin-top: 50px;}
.index_news .rlist .list{border-bottom: solid #eaeaea 1px; padding: 20px 0;}
.index_news .rlist .list:first-child{padding-top: 0;}
.index_news .rlist .list::after{content: ''; display: table; clear: both;}
.index_news .rlist .list .picture{width: 150px; float: right; overflow: hidden;}
.index_news .rlist .list .picture img{width: 100%; transition: all 0.5s;}
.index_news .rlist .list:hover .picture img{transform: scale(1.1);}
.index_news .rlist .list .content{width: calc(100% - 180px); float: left;}
.index_news .rlist .list .text{font-size: 16px; font-family: 'Poppins Light'; color: #5b5b5b; line-height: 24px;}
.index_news .rlist .list .title{margin-top: 10px;}
.index_news .rlist .list .title a{font-size: 24px; height: 64px; line-height: 32px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis;}
 .index_news .rlist .list .title a:hover{color: #165183;}
.index_news .rlist .list .date{float: left; font-size: 18px; color: #636363; margin-top: 20px;}
.index_news .rlist .list .button{float: right; margin-top: 20px;}
.index_news .rlist .list .button a{font-size: 18px; font-family: 'Poppins SemiBold'; color: #e89215;}
 
 
 
.index_album{padding: 60px 0;}
.index_album .album_tab{text-align: center;}
.index_album .album_tab li{display: inline-block; font-size: 18px; font-family: 'Poppins SemiBold'; color: #222; cursor: pointer; margin: 0 50px;}
.index_album .album_tab li.current{color: #165183; border-bottom: solid #165183 1px;}
.index_album .album_list{margin-top: 50px;}
.index_album .album_list .albumSwiper{height: 0; position: relative; overflow: hidden;}
.index_album .album_list .albumSwiper.show{height: auto; padding-bottom: 60px;}
.index_album .album_list .albumSwiper .picture{overflow: hidden;}
.index_album .album_list .albumSwiper .picture img{width: 100%; transition: all 0.5s;}
.index_album .album_list .albumSwiper .picture:hover img{transform: scale(1.1);}
.index_album .album_list .albumSwiper .title{text-align: center; font-size: 16px; color: #444; margin-top: 20px;}
.index_album .album_list .albumSwiper .swiper-pagination{bottom: 0;}
.index_album .album_list .albumSwiper .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 10px !important; background: none; border: solid #4c4c4c 1px; opacity: 1; cursor: pointer;}
.index_album .album_list .albumSwiper .swiper-pagination .swiper-pagination-bullet-active{background: #165183; border-color: #165183;}
 

@media (max-width:960px) {
	.bannerSwiper{margin-top: 61px;}
	.bannerSwiper .picture{overflow: hidden;}
	.bannerSwiper .picture img{width: auto; height: 220px; transform: translateX(-55%);}
	.bannerSwiper .content{box-sizing: border-box; padding: 0 15px;}
	.bannerSwiper .content h2{font-size: 22px; line-height: 36px;}
	.bannerSwiper .content h4{display: none;}
	.bannerSwiper .content p{display: none;}
	.bannerSwiper .content a{line-height: 20px; font-size: 12px; font-family: 'Poppins'; margin-top: 20px; padding: 5px 5px 5px 20px; border-radius: 15px;}
	.bannerSwiper .content a i{width: 20px; height: 20px; margin-left: 10px; background-size: 10px;}
	.bannerSwiper .swiper-pagination .swiper-pagination-bullet{width: 10px; height: 10px; margin: 0 6px !important; border-radius: 50%;}
	
	.index_product{padding: 30px 15px; background: #165183;}
	.index_product .product_tab{margin-top: 10px;}
	.index_product .product_tab ul li{font-size: 18px; margin: 8px 10px;}
	.index_product .product_content{margin-top: 20px;}
	.index_product .product_content .list{width: 100%; margin-bottom: 30px;}
	.index_product .product_content .list:nth-child(2n){margin-right: 0;}
	.index_product .product_content .list .title a{font-size: 14px;}
	.index_product .product_content .list .button{margin-top: 10px;}
	.index_product .product_content .list .button a{font-size: 12px; line-height: 30px; padding: 0 20px; border-radius: 15px;}
	
	.index_aboutus{padding-top: 30px;}
	.index_aboutus .aboutus_content{width: 100%; box-sizing: border-box; padding: 0 10px; margin-top: 20px;}
	.index_aboutus .aboutus_content .title h3{font-size: 20px; line-height: 30px;font-weight: 300;}
	.index_aboutus .aboutus_content .text{margin-top: 10px;}
	.index_aboutus .aboutus_content .text p{padding: 0; font-size: 18px; line-height: 34px;}
	.index_aboutus .aboutus_content .button{margin-top: 10px;}
	.index_aboutus .aboutus_content .button a{line-height: 20px; font-size: 12px; font-family: 'Poppins'; padding: 8px 5px 8px 20px; border-radius: 18px;}
	.index_aboutus .aboutus_content .button a i{width: 20px; height: 20px; margin-left: 6px; margin-right: 4px; background-size: 10px;}
	.index_aboutus .aboutus_video{width: 100%; box-sizing: border-box; padding: 0 10px; margin-top: 20px;}
	.index_aboutus .aboutus_video .video_windows .video_box{width: 100%; max-width: 100%; box-sizing: border-box; padding: 0 10px;}
	
	.index_aboutus .core_content{margin-top: 50px;}
	.index_aboutus .core_content ul{display: flex; justify-content: space-between; flex-direction: row;
      flex-wrap: wrap;}
	.index_aboutus .core_content ul li{width: 38%; text-align: center; margin: 0 6% 30px;}
	.index_aboutus .core_content ul li h3{font-size: 38px;  line-height: 50px;}
	.index_aboutus .core_content ul li p{font-size: 18px; }
	
	
	.index_detail{padding: 30px 10px 20px;}
	.index_detail .picture{display: none;}
	.index_detail .content{width: 100%;}
	.index_detail .content .title{font-size: 20px; text-align: center;}
	.index_detail .content .list{margin-top: 20px;}
	.index_detail .content .list ul{display: block;}
	.index_detail .content .list li{width: 100%; padding: 20px; text-align: center; border-radius: 8px; box-shadow: 5px 5px 5px #eee; margin-bottom: 10px;}
	.index_detail .content .list li img{display: block; margin: 0 auto;}
	.index_detail .content .list li h3{font-size: 16px; margin-top: 10px;}
	.index_detail .content .list li p{font-size: 14px; line-height: 22px; text-align: left; margin-top: 10px;}
	
	.index_application{padding: 20px 10px;}
	.index_application .picture{width: 100%;}
	.index_application .picture .list{border-radius: 8px;}
	.index_application .tabmenu{width: 100%; margin-top: 10px;}
	.index_application .tabmenu ul li{font-size: 14px; line-height: 28px; padding: 5px 10px; margin-top: 8px; border-radius: 19px;}
	
	.index_customised{padding: 30px 10px;}
	.index_customised .text{max-width: 100%; margin: 30px auto;}
	.index_customised .text h3{font-size: 14px; text-align: left; line-height: 24px;}
	.index_customised .text p{padding: 10px 0;}
	.index_customised .text p span{font-size: 14px; text-align: left; line-height: 24px; padding-bottom: 6px;}
	.index_customised .text p b{font-size: 12px; font-family: 'Poppins'; line-height: 24px; font-weight: normal; padding: 10px 16px; border-radius: 30px;}
	.index_customised .content{margin-top: 10px;}
	.index_customised .content ul{justify-content: space-between;}
	.index_customised .content li{width: 48%; padding: 16px; margin: 10px 0;}
	.index_customised .content li p{font-size: 14px; line-height: 20px;}
	
	.index_advantages .btimg{margin: 20px auto;}
	.index_advantages{padding: 30px 10px 0;  margin-bottom: 30px;}
	.index_advantages .com_title{text-align: center;}
	.index_advantages .advantages_content{position: relative; padding-bottom: 50px;}
	.index_advantages .advantages_content .advantagesSwiper{margin-top: 20px;}
	.index_advantages .advantages_content .advantagesSwiper .picture{width: 100%; float: none; border-radius: 8px;}
	.index_advantages .advantages_content .advantagesSwiper .content{width: 100%; margin-top: 20px;}
	.index_advantages .advantages_content .advantagesSwiper .content .title{max-width: 100%; font-size: 16px; line-height: 24px;}
	.index_advantages .advantages_content .advantagesSwiper .content .text{margin-top: 20px;}
	.index_advantages .advantages_content .advantagesSwiper .content .text p{font-size: 14px; line-height: 22px; background-size: 10px; padding: 6px 0 6px 18px;}
	.index_advantages .advantages_content .advantagesSwiper .button{margin-top: 20px;}
	.index_advantages .advantages_content .advantagesSwiper .button a{line-height: 20px; font-size: 12px; font-family: 'Poppins'; padding: 5px 5px 5px 20px; border-radius: 15px;}
	.index_advantages .advantages_content .advantagesSwiper .button a i{width: 20px; height: 20px; margin-left: 10px; background-size: 10px;}
	
	.index_advantages .advantages_content .swiper-button{width: 100px; height: 32px; right: calc(50% - 50px); top: auto; bottom: 0;}
	.index_advantages .advantages_content .swiper-button .swiper-button-prev,
	.index_advantages .advantages_content .swiper-button .swiper-button-next{width: 30px; height: 30px; top: 0; background-size: 8px;}
	
	.index_machining{padding: 30px 10px;}
	.index_machining .machiningSwiper{margin-top: 20px; padding-bottom: 50px;}
	.index_machining .machiningSwiper .title{font-size: 14px; line-height: 28px; color: #444; margin-top: 10px;}
	.index_machining .machiningSwiper .swiper-button{width: 80%; height: 32px; left: 10%; bottom: 0;}
	.index_machining .machiningSwiper .swiper-button .swiper-button-prev,
	.index_machining .machiningSwiper .swiper-button .swiper-button-next{width: 30px; height: 30px; background-size: 8px;}
	.index_machining .machiningSwiper .swiper-button .swiper-pagination{width: 60%; height: 3px; left: 20%; top: 15px;}
	
	.index_strength{padding: 30px 10px;}
	.index_strength .strengthSwiper{margin-top: 20px; padding-bottom: 50px;}
	.index_strength .strengthSwiper .swiper-slide{display: block;}
	.index_strength .strengthSwiper .picture{width: 100%; border-radius: 8px;}
	.index_strength .strengthSwiper .content{width: 100%; margin-top: 20px;}
	.index_strength .strengthSwiper .content .instro{font-size: 16px;}
	.index_strength .strengthSwiper .content .title{font-size: 16px; margin-top: 10px;}
	.index_strength .strengthSwiper .content .text{margin-top: 10px;}
	.index_strength .strengthSwiper .content .text p{font-size: 14px; line-height: 26px;}
	.index_strength .strengthSwiper .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 10px !important; border-radius: 50%;}
	
	.index_solutions{padding: 30px 10px;}
	.index_solutions .solutions_label p{font-size: 16px; line-height: 42px; padding: 0 30px; border-radius: 21px;}
	.index_solutions .solutions_title{max-width: 100%; margin: 20px auto 0;}
	.index_solutions .solutions_title h2{font-size: 18px; line-height: 28px;}
	.index_solutions .solutions_title p{font-size: 16px; font-family: 'Poppins'; line-height: 22px; padding: 10px 28px; border-radius: 34px; margin-top: 20px;}
	.index_solutions .solutions_content{margin-top: 30px; display: block;}
	.index_solutions .solutions_content .list{width: 100%; padding: 20px; border-radius: 8px; margin-top: 20px;}
	.index_solutions .solutions_content .list .text{line-height: 22px;}
	.index_solutions .solutions_content .list .text p{padding: 0; font-size: 14px;}
	.index_solutions .solutions_content .list .button{margin-top: 20px;}
	.index_solutions .solutions_content .list .button a{line-height: 20px; font-size: 12px; font-family: 'Poppins'; padding: 5px 5px 5px 20px; border-radius: 15px;}
	.index_solutions .solutions_content .list .button a i{width: 20px; height: 20px; margin-left: 10px; background-size: 10px;}
	
	.index_introduce{padding: 30px 10px; background-size: auto 100%;}
	.index_introduce .introduce_label p{font-size: 16px; line-height: 42px; padding: 0 30px; border-radius: 21px;}
	.index_introduce .introduce_title{max-width: 100%; margin: 20px auto 0;}
	.index_introduce .introduce_title h2{font-size: 18px; line-height: 28px;}
	.index_introduce .introduce_title p{font-size: 16px; font-family: 'Poppins'; line-height: 22px; padding: 10px 28px; border-radius: 34px; margin-top: 20px;}
	.index_introduce .introduce_content{margin-top: 30px;}
	.index_introduce .introduce_content .picture{width: 100%; border-radius: 8px;}
	.index_introduce .introduce_content .content{width: 100%; margin-top: 20px;}
	.index_introduce .introduce_content .content h3{font-size: 16px; font-family: 'Poppins';}
	.index_introduce .introduce_content .content p{font-size: 14px; line-height: 22px; margin-top: 20px;}
	.index_introduce .introduce_content .content a{line-height: 20px; font-size: 12px; font-family: 'Poppins'; padding: 5px 5px 5px 20px; border-radius: 15px; margin-top: 20px;}
	.index_introduce .introduce_content .content a i{width: 20px; height: 20px; margin-left: 10px; background-size: 10px;}
	
	.index_album{padding: 30px 10px 0;}
	.index_album .album_tab li{font-size: 14px; font-family: 'Poppins'; margin: 0 10px;}
	.index_album .album_list{margin-top: 20px;margin-bottom: 20px;}
	.index_album .album_list .albumSwiper.show{padding-bottom: 40px;}
	.index_album .album_list .albumSwiper .title{text-align: center; font-size: 16px; color: #444; margin-top: 20px;}
	.index_album .album_list .albumSwiper .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; margin: 0 6px !important;}
	
		.index_feedback{padding: 30px 15px;}
		.index_feedback .feedbackSwiper{margin-top: 20px; padding-bottom: 30px;}
		.index_feedback .feedbackSwiper .list{width: 100%; border-radius: 10px; padding: 10px 20px;}
		.index_feedback .feedbackSwiper .list .text{font-size: 14px; line-height: 22px; height: 110px; -webkit-line-clamp: 5;}
		.index_feedback .feedbackSwiper .list .icon{width: 60px; float: left;}
		.index_feedback .feedbackSwiper .list .name{width: calc(100% - 80px); padding-top: 5px; background-size: 20px;}
		.index_feedback .feedbackSwiper .list .name h3{font-size: 16px; font-family: 'Poppins SemiBold';}
		.index_feedback .feedbackSwiper .list .name p{font-size: 14px;}
	
	.index_partner .partner-wrapper{padding: 0 2%;}
	.index_partner .partner-wrapper .picture{width: 43%; box-shadow: 0 0 10px 4px #f5f5f5;}
	.index_partner .partner-wrapper .picture:nth-child(2n){margin-right: 0;}
	
	
	.index_news{padding: 30px 15px;}
	.index_news .tlist{width: 100%; margin-top: 20px; border-bottom: solid #eaeaea 1px; padding-bottom: 10px;}
	.index_news .tlist .picture{height: 150px;}
	.index_news .tlist .picture img{position: relative; top: 50%; transform: translateY(-50%);}
	.index_news .tlist .text{font-size: 14px; margin-top: 10px;}
	.index_news .tlist .title{margin-top: 10px;}
	.index_news .tlist .title a{font-size: 16px; height: 48px; line-height: 24px;}
	.index_news .tlist .date{font-size: 14px; margin-top: 10px;}
	.index_news .tlist .button{float: right; margin-top: 10px;}
	.index_news .tlist .button a{font-size: 14px;}
	.index_news .rlist{width: 100%; float: right; margin-top: 20px;}
	.index_news .rlist .list{border-bottom: solid #eaeaea 1px; padding: 20px 0 10px;}
	.index_news .rlist .list .picture{width: 100%; height: 150px;}
	.index_news .rlist .list .picture img{position: relative; top: 50%; transform: translateY(-50%);}
	.index_news .rlist .list .content{width: 100%;}
	.index_news .rlist .list .text{font-size: 14px; margin-top: 10px;}
	.index_news .rlist .list .title{margin-top: 10px;}
	.index_news .rlist .list .title a{font-size: 16px; height: 48px; line-height: 24px;}
	.index_news .rlist .list .date{font-size: 14px; margin-top: 10px;}
	.index_news .rlist .list .button{margin-top: 10px;}
	.index_news .rlist .list .button a{font-size: 14px;}
}