/* base */
body{
	background-color: #fff;
}
.w1460{
	width: 1460px;
	margin: 0 auto;
}
.wtitle{
    font-size: 47px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	color: #021d48;
}
.mt132{
	margin-top: 132px;
}

/* index banner */
.index-banner-container{
	overflow: hidden;
}
.index-banner-info{
    padding: 18px 0 35px;
}
.index-banner-info h3{
	font-size: 49px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #021d48;
}
.index-banner-info p{
	font-size: 29px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #021d48;
}
#index-banner{
    position: relative;
}
#index-banner .swiper-button-prev{
    left: 75px;
    background-image: none;
}
#index-banner .swiper-button-next{
    right: 75px;
    background-image: none;
}
#index-banner .swiper-button-next::after,
#index-banner .swiper-button-prev::after{
    font-size: 37px;
    color: #fff;
}

/* index about */
.index-about-section{
    margin-top: 176px;
}
.index-about-tp{
    padding: 92px 60px 114px;
    background-color: #fc5503;
	border-radius: 58px;
}
.index-about-tp>div{
    text-align: center;
}
.index-about-tp>div>h3{
    color: #fff;
}
.index-about-tp>div>p{
    font-size: 26px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #ffffff;
}
.index-about-tp>ul{
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 45px;
}
.index-about-tp>ul>li{
	min-height: 306px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 25px;
	width: 24.5%;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
.index-about-tp>ul>li>p{
	display: flex;
	align-items: start;
	margin: 10px 0 12px;
}
.index-about-tp>ul>li:nth-last-of-type(1)>p{
	align-items: end;
}
.index-about-tp>ul>li:nth-last-of-type(1)>p>span:nth-of-type(2){
	font-size: 30px;
}
.index-about-tp>ul>li>p>span:nth-of-type(1){
	font-size: 78px;
	line-height: 0.8;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}
.index-about-tp>ul>li>p>span:nth-of-type(2){
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}
.index-about-tp>ul>li>span{
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}
.index-about-bt{
	margin-top: 25px;
	min-height: 600px;
	display: flex;
	justify-content: space-between;
}
.index-about-bt>div{
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 25px;
	padding: 45px 58px;
	background-position: center center;
}
.index-about-bt-lf{
	width: 31%;
}
.index-about-bt-rg{
	width: 67.5%;
}
.index-about-bt>div>h3{
	font-size: 41px;
	line-height: 1.3;
	color: #ffffff;
}
.index-about-bt>div>p{
	font-size: 23px;
	line-height: 1.5;
	color: #ffffff;
}
.index-about-bt>div>a{
	display: inline-block;
	width: 154px;
	height: 44px;
	line-height: 39px;
	border-radius: 22px;
	border: solid 2px #ffffff;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
}

/* index product */
.index-product-section{
	margin-top: 175px;
}
.index-product-tp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.index-product-tp-menu{
	width: 347px;
}
.index-product-tp-menu>li{
	display: flex;
	align-items: center;
	padding:25px 19px;
	min-height:80px;
	transition: all 300ms;
	cursor: pointer;
	background-color: #ebebeb;
	border-radius: 7px;
	margin-bottom:45px;
}
.index-product-tp-menu>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.index-product-tp-menu>li>div{
	width: 57px;
	text-align: center;
}
.index-product-tp-menu>li>div>img:nth-of-type(2){
	display: none;
}
.index-product-tp-menu>li>p{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #021d48;
	transition: all 300ms;
	margin-left: 10px;
}
#index-product-tp-menu-act{
	background-color: #fc5f12;
}
#index-product-tp-menu-act>div>img:nth-of-type(1){
	display: none;
}
#index-product-tp-menu-act>div>img:nth-of-type(2){
	display: inline-block;
}
#index-product-tp-menu-act>p{
	color: #fff;
}
.index-product-tp-info{
	width: calc(100% - 390px);
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.index-product-tp-info-lf{
	width: 62%;
	min-height: 480px;
	padding: 20px;
	background-size: 100% auto;
	background-position: left bottom;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-product-tp-info-lf img{
	transition: all 300ms;
}
.index-product-tp-info-lf:hover img{
	transform: scale(1.1);
}
.index-product-tp-info-rg{
	width: 35%;
}
.index-product-tp-info-rg>h3{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #0c2e65;
	margin: 55px 0 15px;
}
.index-product-tp-info-rg>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-product-tp-info-rg>ul>li{
	width: 48%;
	padding-left: 17px;
	position: relative;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #5c5c5c;
	margin-bottom: 3px;
	transition: all 300ms;
}
.index-product-tp-info-rg>ul>li::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fc5f12;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index-product-tp-info-rg>ul>li:hover{
	color: #fc5f12;
	font-weight: bold;
}
.index-more-link{
	width: 167px;
	height: 44px;
	line-height: 42px;
	background-color: #fc5f0a;
	border-radius: 21px;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1px;
	color: #ffffff;
}
.index-more-link:hover{
	color: #ffffff;
}
.index-product-tp-info-rg .index-more-link{
	margin-top: 70px;
}
.index-product-bg>.swiper-container{
	padding: 15px 0 45px;
	display: none;
}
.index-product-bg>.swiper-container:nth-of-type(1){
	display: block;
}
.index-product-bg>.swiper-container .swiper-slide{
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 2px #e6e6e6;
	overflow: hidden;
}
.index-product-bg>.swiper-container .swiper-slide>div{
	min-height: 300px;
	padding:30px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 65px 31px;
	background-position: 15px 10px;
}
.index-product-bg>.swiper-container .swiper-slide>div>img{
	max-width: 80%;
	max-height: 80%;
}
.index-product-bg>.swiper-container .swiper-slide>div>img{
	transition: all 300ms;
}
.index-product-bg>.swiper-container .swiper-slide:hover>div>img{
	transform: scale(1.1);
}
.index-product-bg>.swiper-container .swiper-slide>p{
	background-color: #e6e6e6;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 1px;
	color: #000000;
	padding: 5px 15px;
	text-align: center;
}
.index-product-bg>.swiper-container>.swiper-pagination{
	bottom: 0;
}
.index-product-bg>.swiper-container>.swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: #e6e6e6;
	transition: all 200ms;
	opacity: 1;
}
.index-product-bg>.swiper-container>.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fc5f0a;
}


/* index contact */
.index-contact-section{
	margin-top: 90px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
}
.index-contact-tp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 120px 0 88px;
}
.index-contact-tp-lf{
	width: calc(100% - 500px);
}
.index-contact-tp-lf>h3{
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 260px;
}
.index-contact-tp-lf>ul{
	margin: 30px 0 40px;
}
.index-contact-tp-lf>ul>li{
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #ffffff;
	padding-left: 27px;
	position: relative;
	margin-bottom: 10px;
}
.index-contact-tp-lf>ul>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.index-contact-tp-lf>ul>li::after{
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background-color: #fc5f0a;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	position: absolute;
}
#index-contact-swiper{
	width: 378px;
	overflow: hidden;
	border-radius: 26px;
	background-color: #ffffff;
	min-height: 450px;
	padding: 100px 58px;
	position: relative;
	border: 1px solid #dfdfdf;
}
#index-contact-swiper .swiper-slide h4{
	font-size: 27px;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #555555;
}
#index-contact-swiper .swiper-slide p{
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #555555;
	margin-top:18px;
}
#index-contact-swiper .swiper-pagination{
	bottom: 72px;
}
#index-contact-swiper .swiper-pagination-clickable .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	background-color: #e6e6e6;
	opacity: 1;
	margin-right:20px;
	transition: all 200ms;
}
#index-contact-swiper .swiper-pagination-clickable .swiper-pagination-bullet-active{
	background-color: #fc5f0a;
}
.index-contact-bg{
	background-color: #ffffff;
	border-radius: 51px;
	border: solid 2px #e6e6e6;
	padding: 67px 63px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-contact-bg-info,
.index-contact-bg-title,
.index-contact-bg-form{
	width: 32.5%;
}
.index-contact-bg-sh{
	width: 100%;
	margin-top: 28px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 28px;
	padding: 40px 58px 50px;
}
.index-contact-bg-info{
	background-color: #fc5f0a;
	border-radius: 28px;
	padding:48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}
.index-contact-bg-info>li{
	margin-bottom: 40px;
}
.index-contact-bg-info>li>div{
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.index-contact-bg-info>li>div>div{
	width: 23px;
	height: 25px;
	background-position: 0 top;
	display: inline-block;
	background-repeat: no-repeat;
}
.index-contact-bg-info>li:nth-of-type(1)>div>div{
	background-position: 0 top;
}
.index-contact-bg-info>li:nth-of-type(2)>div>div{
	background-position: 0 center;
}
.index-contact-bg-info>li:nth-of-type(3)>div>div{
	background-position: 0 102%;
}
.index-contact-bg-info>li>div>span{
	font-size: 17px;
	line-height: 1;
	letter-spacing: 1px;
	color: #ffffff;
	position: relative;
	left: 5px;
}
.index-contact-bg-info>li>p{
	font-size: 17px;
	line-height: 1.4;
	color: #ffffff;
}
.index-contact-bg-title{
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #021d48;
	border-radius: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
}
.index-contact-bg-title h2{
	font-size: 52px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 3px;
	color: #fefefe;
	margin-top: 100px;
}
.index-contact-bg-title p{
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	color: #fefefe;
}
.index-contact-bg-form h5{
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	color: #3b3b3b;
}
.index-contact-bg-form p{
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #7e7e7e;
	margin: 10px 0 15px;
}
.index-contact-bg-form form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-contact-bg-form form input{
	width: 48%;
	height: 67px;
	background-color: #ebebeb;
	border-radius: 10px;
	margin-bottom: 13px;
	padding: 0 18px;
}
.index-contact-bg-form form input::-webkit-input-placeholder{
	font-size: 17px;
}
.index-contact-bg-form form input:-moz-placeholder{
	font-size: 17px;
}
.index-contact-bg-form form input::-moz-placeholder{
	font-size: 17px;
}
.index-contact-bg-form form input:-ms-input-placeholder{
	font-size: 17px;
}
.index-contact-bg-form form textarea{
	padding: 18px;
	background-color: #ebebeb;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 13px;
	height: 148px;
}
.index-contact-bg-form form textarea::-webkit-input-placeholder{
	font-size: 17px;
}
.index-contact-bg-form form textarea:-moz-placeholder{
	font-size: 17px;
}
.index-contact-bg-form form textarea::-moz-placeholder{
	font-size: 17px;
}
.index-contact-bg-form form textarea:-ms-input-placeholder{
	font-size: 17px;
}
.index-contact-bg-form form button{
	width: 100%;
	height: 67px;
	background-color: #021d48;
	border-radius: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 17px;
}
.index-contact-bg-sh h3{
	font-size: 41px;
	line-height: 1;
	color: #ffffff;
}
.index-contact-bg-sh p{
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #ffffff;
	text-indent: 2em;
	padding: 10px 0 30px;
}
.index-contact-bg-sh .index-more-link{
	background-color: rgba(0,0,0,0);
	border: 1px solid #ffffff;
}


/* index news */
.index-news-section{
	margin: 83px 0 35px;
}
.index-news-swiper-container{
	padding: 22px 0 46px;
	position: relative;
}
#index-news-swiper{
	height: 740px;
}
.news-item,
#index-news-swiper .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 16px;
	border: solid 2px #e6e6e6;
	padding: 11px 14px;
	background-position: right calc(100% - 11px);
	background-repeat: no-repeat;
	position: relative;
}
.news-item>a,
#index-news-swiper .swiper-slide>a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news-item>.index-news-img,
#index-news-swiper .swiper-slide>.index-news-img{
	width: 333px;
	background-color: #ffffff;
	border-radius: 7px;
	overflow: hidden;
}
.news-item>.index-news-img img,
#index-news-swiper .swiper-slide>.index-news-img img{
	width: 100%;
	transition: all 300ms;
}
.news-item:hover .index-news-img img,
#index-news-swiper .swiper-slide:hover .index-news-img img{
	transform: scale(1.1);
}
.index-news-info{
	width: calc(100% - 362px);
	padding:10px 170px 20px 0;
}
.index-news-info>h3{
	font-size: 26px;
	line-height: 1;
	letter-spacing: 1px;
	color: #021d48;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 300ms;
}
.news-item:hover .index-news-info>h3,
#index-news-swiper .swiper-slide:hover>.index-news-info>h3{
	color: #fc5f0a;
}
.index-news-info>p{
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #6a6a6a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0 60px;
}
.index-news-info>div{
	display: flex;
	justify-content: space-between;
}
.index-news-info>div>span:nth-of-type(1){
	font-size: 17px;
	line-height: 1;
	letter-spacing: 1px;
	color: #969595;
}
.index-news-info>div>span:nth-of-type(2){
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	color: #021d48;
}
.index-news-swiper-container .swiper-pagination{
	width: 100%;
	text-align: center;
	bottom: 0;
}
.index-news-swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: #e6e6e6;
	opacity: 1;
	margin: 0 6px;
	transition: all 200ms;
}
.index-news-swiper-container .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fc5f0a;
}


/* about banner */
.banner-section{
	margin-bottom: 60px;
}
.banner-container{
	padding-top: 37px;
}
.banner-container img{
	width: 100%;
}


/* about info */
.about-info-tp{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-info-tp>div:nth-of-type(1){
	width: 512px;
	overflow: hidden;
}
.about-info-tp>div:nth-of-type(1)>img{
	width: 100%;
	transition: all 300ms;
}
.about-info-tp>div:nth-of-type(1):hover>img{
	transform: scale(1.1);
}
.about-info-tp>div:nth-of-type(2){
	width: calc(100% - 552px);
}
.about-info-tp>div:nth-of-type(2)>p{
	font-size: 21px !important;
	line-height: 1.5 !important;
	letter-spacing: 1px;
	color: #666666 !important;
	text-indent: 2em;
}
.about-info-bt{
	margin: 30px 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-info-bt>li{
	display: flex;

}
.about-info-bt>li>div:nth-of-type(1){
	margin-right: 22px;
	position: relative;
	top: 20px;
}
.about-info-bt>li>div:nth-of-type(2)>div{
	display: flex;
	align-items: start;
}
.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(1){
	font-size: 71px;
	font-weight: bold;
	line-height: 1;
	color: #fc5f0a;
}
.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(2){
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #fc5f0a;
}
.about-info-bt>li:nth-last-of-type(1)>div:nth-of-type(2)>div{
	align-items: end;
}
.about-info-bt>li:nth-last-of-type(1)>div:nth-of-type(2)>div>span:nth-of-type(2){
	font-size: 26px;
	position: relative;
	top: -6px;
}
.about-info-bt>li>div:nth-of-type(2)>p{
	font-size: 23px;
	line-height: 1;
	letter-spacing: 1px;
	color: #767676;
}


/* about zz */
.about-zz-section{
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding:75px 80px 100px;
}
.about-zz-title{
	text-align: center;
}
.about-zz-title .wtitle{
	color: #fff;
}
.about-zz-title p{
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 18px;
}
#about-zz-swiper{
	margin-top: 70px;
	padding-bottom: 40px;
	position: relative;
}
#about-zz-swiper .swiper-slide{
	overflow: hidden;
}
#about-zz-swiper .swiper-slide img{
	width: 100%;
	transition: all 500ms;
}
#about-zz-swiper .swiper-slide:hover img{
	transform: scale(1.1);
}
#about-zz-swiper .swiper-pagination{
	bottom: 0;
	top: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	background-color: #ffffff2e;
}
#about-zz-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: #fc5503;
}


/* about text */
.about-text-section{
	padding: 65px 0 315px;
	background-position: center bottom;
	background-size: cover;
}
.about-text-title{
	width: 1000px;
	margin: 0 auto 20px;
	text-align: center;
}
.about-text-title .wtitle{
	line-height: 1.2;
}
.about-text-title p{
	font-size: 34px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #021d48;
	text-align: right;
}
.about-text-content>p{
	font-size: 23px !important;
	line-height: 1.6 !important;
	letter-spacing: 1px;
	color: #666666 !important;
	text-indent: 2em;
	background-color: rgba(0,0,0,0) !important;
}


/* product */
.product-container{
	display: flex;
	justify-content: space-between;
	margin-bottom: 179px;
}
.product-lf{
	width:357px;
}
.product-lf-title{
	height: 83px;
	line-height: 83px;
	background-color: #fc5f0a;
	border-radius: 12px 12px 0px 0px;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: 12px;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 0;
}
.product-lf-option>div{
	display: flex;
	align-items: center;
	background-color: #ebebeb;
	padding: 18px 30px 18px 66px;
	transition: all 300ms;
	cursor: pointer;
	margin-bottom: 3px;
}
.product-lf-option>div>div{
	width: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-lf-option>div>div>img:nth-of-type(2){
	display: none;
}
.product-lf-option>div>p{
	padding-left: 15px;
	color: #0c2e65;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	transition: all 300ms;
	max-width: calc(100% - 57px);
}
.product-lf-option>div>p::after{
	content: "";
	position: absolute;
	right: -22px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #0c2e65;
	border-bottom: 2px solid #0c2e65;
	transition: all 300ms;
}
#product-lf-option-act>p::after{
	transform: translateY(-50%) rotate(45deg);
}
.product-lf-option>div:hover>p,
#product-lf-option-act>p{
	color: #fff;
}
#product-lf-option-act,
.product-lf-option>div:hover{
	background-color: #fc5f0a;
}
#product-lf-option-act>p::after,
.product-lf-option>div:hover>p::after{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#product-lf-option-act>div>img:nth-of-type(2),
.product-lf-option>div:hover>div>img:nth-of-type(2){
	display: block;
}
#product-lf-option-act>div>img:nth-of-type(1),
.product-lf-option>div:hover>div>img:nth-of-type(1){
	display: none;
}
.product-lf-submenu{
	display: none;
}
.product-lf-submenu>li>a{
	display: block;
	padding: 18px 30px 18px 66px;
	font-size: 23px;
	line-height: 1.2;
	color: #0c2e65;
	background-color: #f8f8f8;
	border: solid 1px #a8a8a8;
	transition: all 300ms;
}
.product-lf-submenu>li{
	margin-bottom: 3px;
}
#product-lf-option-submenu-act>a,
.product-lf-submenu>li>a:hover{
	color: #fc5f0a;
	font-weight: bold;
}
.product-lf-contact{
	margin-top: 50px;
}
.product-lf-contact .index-contact-bg-info{
	width: 100%;
	margin: 3px 0;
	border-radius: 0;
	background-color: #f8f8f8;
	border: solid 1px #a8a8a8;
	padding: 47px 14px;
}
.product-lf-contact .index-contact-bg-info>li span{
	color: #0c2e65;
	font-weight: bold;
}
.product-lf-contact .index-contact-bg-info>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.product-lf-contact .index-contact-bg-info>li p{
	color: #0c2e65;
	font-weight: bold;
}
.product-lf-contact-download{
	display: flex;
	justify-content: space-between;
}
.product-lf-contact-download li{
	width: 48.5%;
	border: solid 1px #a8a8a8;
	overflow: hidden;
}
.product-lf-contact-download li:nth-of-type(1){
	border-radius: 0px 0px 0px 10px;
}
.product-lf-contact-download li:nth-of-type(2){
	border-radius: 0px 0px 10px 0px;
}
.product-lf-contact-download li>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 23px 15px;
	background-color: #f8f8f8;
}
.product-lf-contact-download li>a>p{
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #0c2e65;
	font-weight: bold;
}


/* product rg */
.product-rg{
	width: calc(100% - 380px);
}
.product-rg-tp{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-rg-tp p{
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1px;
	color: #0c2e65;
	font-weight: bold;
}
.product-rg-tp>form{
	width: 340px;
	height: 40px;
	overflow: hidden;
	display: flex;
}
.product-rg-tp>form>input{
	width: 75%;
	height: 100%;
	padding: 0 14px;
	border: solid 2px #e6e6e6;
	border-radius: 4px 0 0 4px;
	outline: none;
}
.product-rg-tp>form>button{
	width: 25%;
	height: 100%;
	margin: 0;
	font-size: 17px;
	line-height: 1;
	color: #ffffff;
	background-color: #fc5f0a;
	border-radius: 0 4px 4px 0;
	outline: none;
}
.product-rg-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 22px;
}
.product-rg-list-item{
	width: 32%;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius:4px;
	overflow: hidden;
	position: relative;
}
.product-rg-list-item>a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.product-rg-list-item div{
	height: 295px;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: 65px 31px;
	background-position: 15px 10px;
	border: solid 2px #e6e6e6;
	transition: all 300ms;
}
.product-rg-list-item div img{
	max-width: 80%;
	max-height: 80%;
	transition: all 300ms;
}
.product-rg-list-item p{
	background-color: #e6e6e6;
	transition: all 300ms;
	font-size: 25px;
	line-height: 1.2;
	text-align: center;
	padding: 8px 20px;
}
.product-rg-list-item:hover p{
	background-color: #0c2e65;
	color: #fff;
}
.product-rg-list-item:hover div{
	border: solid 2px #0c2e65;
}
.product-rg-list-item:hover div img{
	transform: scale(1.1);
}
.product-rg-list-item:nth-last-of-type(1){
	border: 0;
	margin: 0;
}


/* product details */
.product-details-section{
	padding: 30px 0 0;
}
.product-details-tp{
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.product-details-tp-lf{
	width: 55%;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #c3c3c3;
}
.product-details-tp-rg{
	width: 39%;
}
#product-details-swiper-tp .swiper-slide{
	height:400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 85px 42px;
    background-position: 22px 15px;
}
#product-details-swiper-bt .swiper-slide img,
#product-details-swiper-tp .swiper-slide img{
	max-width:80%;
	max-height:90%;
	transition: all 300ms;
}
#product-details-swiper-bt .swiper-slide:hover  img,
#product-details-swiper-tp .swiper-slide:hover img{
	transform: scale(1.1);
}
#product-details-swiper-bt{
	border-top: 2px solid #c3c3c3;
}
#product-details-swiper-bt .swiper-slide{
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#product-details-swiper-bt .swiper-slide img{
	transform: scale(0.8);
}
#product-details-swiper-bt .swiper-slide-thumb-active img{
	transform: scale(1.1) ;
}
#product-details-swiper-tp .swiper-button-prev,
#product-details-swiper-tp .swiper-button-next{
	background-image: none;
}
#product-details-swiper-tp .swiper-button-prev::after,
#product-details-swiper-tp .swiper-button-next::after{
	font-size: 38px;
	font-weight: bold;
	color: #333;
}
.product-details-bt>h3,
.product-details-tp-rg h3{
	font-size: 42px;
	font-weight: bold;
	color: #021d48;
	padding-bottom: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid #c3c3c3;
}
.product-details-content>p,
.product-details-tp-rg>div>p{
	font-size: 18px !important;
	color: #333 !important;
}
.product-details-bt{
	padding: 0 0 130px;
}
.product-details-bt>h3:nth-of-type(1){
	margin-top: 50px;
}
.product-details-content{
	margin-bottom: 80px;
}
.product-details-bt>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.product-details-bt>ul>li{
	position: relative;
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	width: 19%;
	overflow: hidden;
	transition: all 300ms;
}
.product-details-bt>ul>li>a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.product-details-bt>ul>li:nth-last-of-type(1),
.product-details-bt>ul>li:nth-last-of-type(2),
.product-details-bt>ul>li:nth-last-of-type(3){
	border: 0;
}
.product-details-bt>ul>li>div{
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: 50px 25px;
    background-position: 12px 10px;
}
.product-details-bt>ul>li>div img{
	max-height: 80%;
	max-width: 80%;
	transition: all 300ms;
}
.product-details-bt>ul>li>p{
	padding: 8px 15px;
	background-color: #e9e9e9;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	transition: all 300ms;
}
.product-details-bt>ul>li:hover{
	border: 1px solid #0c2e65;
}
.product-details-bt>ul>li:hover img{
	transform: scale(1.1);
}
.product-details-bt>ul>li:hover p{
	background-color: #0c2e65;
	color: #fff;
}


/* news */
.news-item{
	margin-bottom: 25px;
}
.news-item:nth-last-of-type(1){
	margin-bottom: 0;
}
.news-list>.news-item>.index-news-img{
	width: 380px;
}
.news-item>.index-news-info{
	width: calc(100% - 410px);
}
.news-options{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.news-options>li>a{
	display: block;
	width: 214px;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: bold;
	color: #021d48;
	text-align: center;
	background-color: #f8f8f8;
    border: solid 1px #a8a8a8;
	border-radius: 10px;
}
.news-options>li:nth-of-type(1){
	margin-right: 30px;
}
#news-act>a{
	background-color: #fc5f0a;
	color: #fff;
}


/* news details */
.news-details-section{
	padding: 30px 0 120px;
}
.news-details-title{
	text-align: center;
}
.news-details-title h3{
	font-size: 38px;
	font-weight: bold;
	color: #333;
}
.news-details-title p{
	padding: 12px 0 22px;
	border-bottom: 1px solid #c3c3c3;
}
.news-details-title p span{
	font-size: 18px;
	color: #6a6a6a;
}
.news-details-title p span:nth-of-type(1){
	margin-right: 20px;
}
.news-details-content{
	padding: 30px 0 40px;
	border-bottom: 1px solid #c3c3c3;
}
.news-details-content>p{
	font-size: 18px !important;
	color: #333 !important;
	line-height: 1.8 !important;
}
.news-details-page{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.news-details-page>p{
    max-width: 45%;
    font-size: 16px;
	line-height: 1.5;
	color: #252525;
}
.news-details-page>p:hover{
    color: #1f5caa;
}


/* contact */
.contact-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
#map{
	width: 55%;
	height: 420px;
	background-color: #ccc;
}
.contact-info{
	width: 40%;
}
.contact-info>h3{
	font-size: 38px;
	font-weight: bold;
	color: #021d48;
	padding-bottom: 20px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 30px;
}
.contact-info-list>li{
	margin-bottom: 25px;
}
.contact-info-list>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.contact-info-list>li>div{
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.contact-info-list>li>div>div{
	width: 23px;
	height: 25px;
	background-position: 0 top;
	display: inline-block;
	background-repeat: no-repeat;
}
.contact-info-list>li:nth-of-type(1)>div>div{
	background-position: 0 top;
}
.contact-info-list>li:nth-of-type(2)>div>div{
	background-position: 0 center;
}
.contact-info-list>li:nth-of-type(3)>div>div{
	background-position: 0 102%;
}
.contact-info-list>li>div>p{
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	color: #333;
	position: relative;
	left: 5px;
}
.contact-info-list>li>p{
	font-size: 20px;
	line-height: 1.4;
	color: #333;
}


/* contact form */
.contact-form-section{
	padding: 100px 0 130px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.contact-form-contact .wtitle{
	text-align: center;
	margin-bottom: 50px;
}
.contact-form-contact>form>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-form-input{
	width: 48%;
	margin-bottom: 20px;
	border: 1px solid #c3c3c3;
	border-radius: 10px;
	overflow: hidden;
}
.contact-form-input input{
	width: 100%;
	height: 60px;
	background-color: #ebebeb;
	padding: 0 20px;
	outline: none;
}
.contact-form-content{
	width: 100%;
	background-color: #ebebeb;
	border-radius: 10px;
	text-align: right;
	border: 1px solid #c3c3c3;
	overflow: hidden;
}
.contact-form-content textarea{
	width: 100%;
	padding: 20px 20px;
	outline: none;
	background-color: #ebebeb;
	resize: none;
}
.contact-form-input input::-webkit-input-placeholder{
	font-size: 17px;
}
.contact-form-input input:-moz-placeholder{
	font-size: 17px;
}
.contact-form-input input::-moz-placeholder{
	font-size: 17px;
}
.contact-form-input input:-ms-input-placeholder{
	font-size: 17px;
}
.contact-form-input input:-ms-input-placeholder{
	font-size: 17px;
}
.contact-form-content textarea::-webkit-input-placeholder{
	font-size: 17px;
}
.contact-form-content textarea:-moz-placeholder{
	font-size: 17px;
}
.contact-form-content textarea::-moz-placeholder{
	font-size: 17px;
}
.contact-form-content textarea:-ms-input-placeholder{
	font-size: 17px;
}
.contact-form-content textarea:-ms-input-placeholder{
	font-size: 17px;
}
.contact-form-content>button{
	color: #fff;
	width: 165px;
	height: 60px;
	border-radius: 10px;
	font-size: 20px;
	margin: 0 20px 20px 0;
	background-color: #021d48;
}

@media (max-width:1600px){
	/* index */
	.w1460{
		width: calc(100% - 200px);
	}
	.mt132 {
		margin-top: 112px;
	}
	.index-banner-info h3{
		font-size: 42px;
		margin-bottom: 1px;
	}
	.index-banner-info p{
		font-size: 24px;
	}
	.index-banner-info {
		padding: 18px 0 30px;
	}
	.index-about-section {
		margin-top: 140px;
	}
	.index-about-tp {
		padding: 82px 55px 104px;
		border-radius: 46px;
	}
	.wtitle{
		font-size: 42px;
	}
	.index-about-tp>div>p{
		font-size: 24px;
	}
	.index-about-tp>ul>li>img{
		max-width:35px;
	}
	.index-about-tp>ul>li>p>span:nth-of-type(1){
		font-size: 62px;
	}
	.index-about-tp>ul>li:nth-last-of-type(1)>p>span:nth-of-type(2) {
		font-size: 24px;
	}
	.index-about-tp>ul>li>p>span:nth-of-type(2){
		font-size: 30px;
	}
	.index-about-bt>div>h3{
		font-size: 34px;
	}
	.index-about-bt>div>p{
		font-size: 20px;
	}
	.index-about-bt>div>a{
		width: 145px;
		height: 40px;
		line-height: 35px;
		font-size: 16px;
	}
	.index-about-bt>div{
		padding: 40px 53px;
	}
	.index-about-bt{
		min-height: 550px;
	}
	.index-product-section {
		margin-top: 160px;
	}
	.index-product-tp-info-rg>h3 {
		font-size: 38px;
		margin: 50px 0 12px;
	}
	.index-product-tp-menu>li>p{
		font-size: 24px;
	}
	.index-product-tp-menu {
		width: 338px;
	}
	.index-product-tp-info{
		width: calc(100% - 380px);
	}
	.index-product-tp-menu>li{
		margin-bottom: 40px;
	}
	.index-product-tp-info-rg>ul>li{
		font-size: 18px;
	}
	.index-product-tp-info-rg>ul>li::after{
		width: 8px;
		height: 8px;
	}
	.index-more-link {
		width: 160px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.index-product-tp-info-rg .index-more-link {
		margin-top: 62px;
	}
	.index-product-bg>.swiper-container .swiper-slide>p{
		font-size: 23px;
	}
	.index-product-bg>.swiper-container .swiper-slide>div{
		min-height: 285px;
	}
	.index-contact-section{
		margin-top: 85px;
	}
	.index-contact-tp-lf>h3{
		font-size: 40px;
	}
	.index-contact-tp-lf>ul>li{
		font-size: 21px;
		padding-left: 22px;
	}
	.index-contact-tp-lf>ul>li::after{
		width: 10px;
		height: 10px;
	}
	.index-contact-tp-lf {
		width: calc(100% - 450px);
	}
	#index-contact-swiper {
		width: 358px;
		min-height: 430px;
		padding: 75px 50px 90px;
	}
	#index-contact-swiper .swiper-pagination{
		bottom: 70px;
	}
	#index-contact-swiper .swiper-slide h4{
		font-size: 24px;
	}
	#index-contact-swiper .swiper-slide p{
		font-size: 17px;
		margin-top: 15px;
	}
	.index-contact-bg{
		padding: 58px 52px;
	}
	.index-contact-bg-title h2{
		font-size: 44px;
	}
	.index-contact-bg-title p{
		font-size: 30px;
	}
	.index-contact-bg-form h5{
		font-size:26px;
	}
	.index-contact-bg-form p{
		font-size: 18px;
	}
	.index-contact-bg-form form input{
		height: 60px;
	}
	.index-contact-bg-form form textarea{
		height: 140px;
	}
	.index-contact-bg-form form button{
		height: 60px;
	}
	.index-contact-bg-sh h3{
		font-size: 34px;
	}
	.index-contact-bg-sh p{
		font-size: 17px;
	}
	.news-item, #index-news-swiper .swiper-slide{
		background-size: 100px 90px;
	}
	.index-news-info{
		padding: 10px 150px 20px 0;
	}
	.index-news-info>h3{
		font-size: 24px;
	}
	.index-news-info>div>span:nth-of-type(2),
	.index-news-info>p{
		font-size: 18px;
	}
	.index-news-info>div>span:nth-of-type(1){
		font-size: 16px;
	}

	/* about */
	.about-info-tp>div:nth-of-type(2)>p{
		font-size: 19px !important;
	}
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(1){
		font-size: 62px;
	}
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(2){
		font-size: 34px;
	}
	.about-info-bt>li:nth-last-of-type(1)>div:nth-of-type(2)>div>span:nth-of-type(2){
		font-size: 23px;
	}
	.about-info-bt>li>div:nth-of-type(1)>img{
		max-width: 32px;
	}
	.about-info-bt>li>div:nth-of-type(2)>p{
		font-size: 20px;
	}
	#about-zz-swiper{
		margin-top: 65px;
	}
	.about-text-title p{
		font-size: 30px;
	}
	.about-text-content>p{
		font-size: 21px !important;
	}
	.about-text-section{
		padding: 65px 0 290px;
	}
	


	/* product */
	.product-lf-title{
		height: 73px;
		line-height: 73px;
		font-size: 26px;
	}
	.product-lf-option>div>div{
		width: 50px;
	}
	.product-lf-option>div>div>img{
		max-height: 30px;
	}
	.product-lf-option>div>p{
		font-size: 22px;
	}
	.product-lf-submenu>li>a{
		font-size: 20px;
	}
	.product-rg-tp p{
		font-size: 24px;
	}
	.product-rg-tp>form>button{
		font-size: 16px;
	}
	.product-rg-list-item div{
		height: 270px;
	}
	.product-lf-option>div,
	.product-lf-submenu>li>a{
		padding: 15px 30px 15px 66px;
	}
	.product-rg-list-item p{
		font-size: 20px;
	}
	.product-rg-list-item{
		margin-bottom: 25px;
	}
	.product-lf-contact .index-contact-bg-info{
		padding: 40px 14px;
	}
	.product-lf-contact-download li>a>p{
		font-size: 16px;
	}
	.product-lf-contact-download li>a>img{
		width: 55px;
	}
	.product-lf-contact{
		margin-top: 45px;
	}


	/* product details */
	.product-details-bt>h3, .product-details-tp-rg h3{
		font-size: 36px;
	}
	.product-details-content>p, .product-details-tp-rg>div>p {
		font-size: 17px !important;
	}
	.product-details-section {
		padding: 20px 0 0;
		padding-bottom: 15px;
		margin-bottom: 20px;	
	}
	.product-details-tp-lf{
		width: 54%;
	}
	.product-details-tp-rg {
		width: 41%;
	}
	.product-details-bt {
		padding: 0 0 110px;
	}
	

	/* news */
	.news-list>.news-item>.index-news-img{
		width: 350px;
	}
	.news-item>.index-news-info{
		width: calc(100% - 390px);
	}
	.news-options>li>a {
		width: 186px;
		height: 52px;
		line-height: 52px;
		font-size: 25px;
	}
	.news-options{
		margin-bottom: 36px;
	}


	/* news details */
	.news-details-title h3{
		font-size: 32px;
	}
	.news-details-title p span{
		font-size: 17px;
	}
	.news-details-title p{
		padding: 10px 0 20px;
	}
	.news-details-section {
		padding: 25px 0 108px;
	}
	.news-details-content>p{
		font-size: 17px !important;
	}


	/* contact */
	.contact-info>h3{
		font-size: 32px;
	}
	.contact-info-list>li>div>p,
	.contact-info-list>li>p{
		font-size: 18px;
	}
	.contact-form-section{
		padding: 90px 0 120px;
	}


}
@media (max-width:1400px){
	.index-banner-info h3{
		font-size: 38px;
	}
	.index-banner-info p {
        font-size: 21px;
    }
	.index-banner-info {
        padding: 17px 0 26px;
    }
	.index-about-section {
        margin-top: 130px;
    }
	.wtitle {
        font-size: 38px;
    }
	.index-about-tp>div>p {
        font-size: 22px;
    }
	.index-about-tp {
        padding: 70px 46px 90px;
        border-radius: 40px;
    }
	.index-about-tp>ul>li {
		min-height: 285px;
		border-radius: 20px;
		padding: 20px;
	}
	.index-about-tp>ul{
		margin-top: 40px;
	}
	.index-about-tp>ul>li>p>span:nth-of-type(1) {
        font-size: 56px;
    }
	.index-about-tp>ul>li:nth-last-of-type(1)>p>span:nth-of-type(2) {
        font-size: 22px;
    }
	.index-about-bt>div>h3 {
        font-size: 30px;
    }
	.index-about-bt>div>p {
        font-size: 18px;
    }
	.index-about-bt>div>a {
        width: 136px;
        height: 38px;
        line-height: 33px;
        font-size: 14px;
    }
	.index-about-bt {
        min-height: 500px;
    }
	.index-product-tp-menu>li>div{
		width: 48px;
		height: 30px;
	}
	.index-product-tp-menu>li>div>img{
		max-height: 100%;
	}
	.index-product-tp-menu>li>p {
        font-size: 22px;
    }
	.index-product-tp-menu>li {
        margin-bottom: 36px;
		padding: 20px 16px;
		min-height: auto;
    }
	.index-product-tp-menu{
		width: 300px;
	}
	.index-product-tp-info {
        width: calc(100% - 340px);
    }
	.index-product-tp-info-rg>h3 {
        font-size: 32px;
        margin: 43px 0 12px;
    }
	.index-product-tp-info-rg>ul>li {
        font-size: 17px;
    }
	.index-product-tp-info-rg .index-more-link {
        margin-top: 54px;
    }
	.index-more-link {
        width: 144px;
        height: 38px;
        font-size: 15px;
    }
	.index-product-tp-info-lf{
		min-height: 420px;
	}
	.index-product-tp-info-lf img{
		max-width: 80%;
		max-height: 80%;
	}
	.index-product-bg>.swiper-container .swiper-slide>div {
        min-height: 255px;
    }
	.index-product-bg>.swiper-container .swiper-slide>p {
        font-size: 20px;
    }
	.index-contact-section {
        margin-top: 80px;
    }
	.index-product-section {
        margin-top: 140px;
    }
	.index-contact-tp {
		padding: 106px 0 88px;
	}
	.index-contact-tp-lf>h3 {
        font-size: 35px;
    }
	.index-contact-tp-lf>ul>li {
        font-size: 18px;
        padding-left: 18px;
    }
	.index-contact-tp-lf>ul {
		margin: 26px 0 35px;
	}
	.index-contact-tp-lf>ul>li::after {
        width: 8px;
        height: 8px;
    }
	#index-contact-swiper {
        width: 316px;
        min-height: 394px;
        padding: 68px 45px 90px;
    }
	#index-contact-swiper .swiper-pagination-clickable .swiper-pagination-bullet{
		margin-right: 15px;
		width: 10px;
		height: 10px;
	}
	.index-contact-bg-title,
	.index-contact-bg-info{
		padding: 35px;
	}
	.index-contact-bg-title h2 {
        font-size: 40px;
        margin-top: 80px;
    }
	.index-contact-bg-title p {
        font-size: 24px;
    }
	.index-contact-bg-form p {
        font-size: 16px;
    }
	.index-contact-bg-form form input {
        height: 50px;
        padding: 0 10px;
    }
	.index-contact-bg-form form button{
		height: 50px;
		font-size: 16px;
	}
	.index-contact-bg-form form textarea{
		padding: 10px;
	}
	.index-contact-bg-form form input::-webkit-input-placeholder{
		font-size: 15px;
	}
	.index-contact-bg-form form input:-moz-placeholder{
		font-size: 15px;
	}
	.index-contact-bg-form form input::-moz-placeholder{
		font-size: 15px;
	}
	.index-contact-bg-form form input:-ms-input-placeholder{
		font-size: 15px;
	}
	.index-contact-bg-form form textarea::-webkit-input-placeholder{
		font-size: 15px;
	}
	.index-contact-bg-form form textarea:-moz-placeholder{
		font-size: 15px;
	}
	.index-contact-bg-form form textarea::-moz-placeholder{
		font-size: 15px;
	}
	.index-contact-bg-form form textarea:-ms-input-placeholder{
		font-size: 15px;
	}
	.index-contact-bg-sh h3 {
        font-size: 28px;
    }
	.index-contact-bg-sh p {
        font-size: 16px;
    }
	.index-more-link {
        width: 134px;
        height: 36px;
        font-size: 14px;
        line-height: 34px;
    }
	.news-item, #index-news-swiper .swiper-slide{
		background-size: 80px 74px;
	}
	.index-news-info>div>span:nth-of-type(2), .index-news-info>p {
        font-size: 16px;
    }
	.index-news-info {
        padding: 10px 120px 15px 0;
    }
	.index-about-bt>div {
        padding: 40px 46px;
    }


	/* about */
	.about-info-tp>div:nth-of-type(2)>p {
        font-size: 18px !important;
    }
	.about-info-bt>li>div:nth-of-type(1)>img {
        max-width: 30px;
    }
	.about-info-bt>li>div:nth-of-type(1){
		margin-right: 12px;
	}
	.about-info-bt>li>div:nth-of-type(2)>p {
        font-size: 18px;
    }
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(1) {
        font-size: 54px;
    }
	.about-zz-title p{
		font-size: 18px;
	}
	#about-zz-swiper {
        margin-top: 57px;
		padding-bottom: 36px;
    }
	.about-text-title p {
        font-size: 28px;
    }
	.about-text-content>p {
        font-size: 19px !important;
    }
	.about-text-section {
        padding: 65px 0 250px;
    }



	/* product */
	.product-lf {
		width: 330px;
	}
	.product-lf-option>div, .product-lf-submenu>li>a {
        padding: 15px 30px 15px 50px;
    }
	.product-lf-option>div>div {
        width: 40px;
    }
	.product-lf-option>div>div>img {
        max-height: 25px;
    }
	.product-lf-title {
        height: 68px;
        line-height: 68px;
        font-size: 24px;
    }
	.product-lf-option>div>p {
        font-size: 20px;
    }
	.product-lf-submenu>li>a {
        font-size: 18px;
    }
	.product-rg {
		width: calc(100% - 360px);
	}
	.product-lf-contact .index-contact-bg-info {
        padding: 38px 14px;
    }
	.index-contact-bg-info>li {
		margin-bottom: 35px;
	}
	.product-rg-list-item div {
        height: 250px;
    }
	.product-rg-list-item p {
        font-size: 18px;
    }
	.product-container{
		margin-bottom: 150px;
	}


	/* product details */
	.product-details-section{
		padding: 15px 0 0;
	}
	.product-details-bt>h3, .product-details-tp-rg h3 {
        font-size: 32px;
		padding-bottom: 15px;
		margin-bottom: 20px;
    }
	.product-details-bt>h3:nth-of-type(1) {
		margin-top: 45px;
	}
	.product-details-content {
		margin-bottom: 70px;
	}
	.product-details-bt {
        padding: 0 0 100px;
    }
	.product-details-bt>ul>li>p{
		font-size: 17px;
	}


	/* news */
	.news-list>.news-item>.index-news-img{
		width: 320px;
	}
	.news-item>.index-news-info{
		width: calc(100% - 360px);
	}


	/* news details */
	.news-details-title h3 {
        font-size: 30px;
    }
	.news-details-section {
        padding: 20px 0 100px;
    }
	.news-details-title p {
        padding: 8px 0 16px;
    }
	.news-details-content {
		padding: 25px 0 37px;
	}
	.news-details-page{
		margin-top: 40px;
	}


	/* contact */
	.contact-container{
		padding-top: 20px;
	}
	.contact-info>h3 {
        font-size: 30px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

}
@media (max-width:1300px){
	.index-banner-info h3 {
        font-size: 32px;
    }
	.index-banner-info p {
        font-size: 18px;
    }
	.index-banner-info {
        padding: 6px 0 22px;
    }
	#index-banner .swiper-button-next::after, #index-banner .swiper-button-prev::after{
		font-size: 28px;
	}
	#index-banner .swiper-button-next{
		right: 60px;
	}
	#index-banner .swiper-button-prev{
		left: 60px;
	}
	.index-about-section {
        margin-top: 120px;
    }
	.w1460 {
        width: calc(100% - 140px);
    }
	.wtitle {
        font-size: 34px;
    }
	.index-about-tp>div>p {
        font-size: 20px;
    }
	.index-about-tp>ul {
        margin-top: 36px;
    }
	.index-about-tp {
        padding: 62px 40px 78px;
        border-radius: 30px;
    }
	.index-about-tp>ul>li {
        min-height: 258px;
        border-radius: 16px;
        padding: 18px;
    }
	.index-about-tp>ul>li>img {
        max-width: 28px;
    }
	.index-about-tp>ul>li>p>span:nth-of-type(1) {
        font-size: 55px;
    }
	.index-about-tp>ul>li>span{
		font-size: 16px;
	}
	.index-about-bt>div {
        padding: 40px 40px;
    }
	.index-about-bt>div>h3 {
        font-size: 26px;
    }
	.index-about-bt>div>p {
        font-size: 17px;
    }
	.index-about-bt {
        min-height: 450px;
    }
	.index-product-tp-info-rg>h3 {
        font-size: 28px;
        margin: 40px 0 12px;
    }
	.index-product-tp-menu {
        width: 290px;
    }
	.index-product-tp-info {
        width: calc(100% - 330px);
    }
	.index-product-tp-info-rg .index-more-link {
        margin-top: 50px;
    }
	.index-product-tp-menu>li>div {
        width: 45px;
        height: 26px;
    }
	.index-product-tp-menu>li>p {
        font-size: 20px;
    }
	.index-product-bg>.swiper-container .swiper-slide>p {
        font-size: 19px;
    }
	.index-contact-section {
        margin-top: 72px;
    }
	.index-product-section {
        margin-top: 130px;
    }
	.index-contact-bg {
        padding: 40px 38px;
    }
	.index-contact-bg-form h5 {
        font-size: 24px;
    }
	.index-contact-bg-title h2 {
        font-size: 34px;
        margin-top: 76px;
    }
	.index-contact-bg-title p {
        font-size: 22px;
    }
	.index-contact-bg-sh{
		margin-top: 24px;
		padding: 35px 38px 43px;
	}
	.index-contact-bg-sh p {
        font-size: 15px;
        padding: 8px 0 20px;
    }
	.index-contact-bg-sh h3 {
        font-size: 26px;
    }
	.mt132 {
        margin-top: 102px;
    }

	/* about */
	.banner-container{
		padding-top: 30px;
	}
	.about-info-tp>div:nth-of-type(2)>p {
        font-size: 17px !important;
    }
	.banner-section {
		margin-bottom: 55px;
	}
	.about-info-bt>li>div:nth-of-type(1)>img {
        max-width: 27px;
    }
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(1) {
        font-size: 51px;
    }
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(2) {
        font-size: 32px;
    }
	.about-info-bt>li:nth-last-of-type(1)>div:nth-of-type(2)>div>span:nth-of-type(2) {
        font-size: 20px;
    }
	.about-info-bt{
		margin:25px 0 55px;
	}
	.about-info-bt>li>div:nth-of-type(2)>p {
        font-size: 17px;
    }
	.about-zz-title p {
        font-size: 17px;
    }
	.about-zz-section {
		padding: 65px 40px 90px;
	}
	#about-zz-swiper {
        margin-top: 53px;
        padding-bottom: 34px;
    }
	.about-text-title p {
        font-size: 24px;
    }
	.about-text-title{
		width: 800px;
	}
	.about-text-content>p {
        font-size: 18px !important;
    }
	.about-text-section {
        padding: 65px 0 230px;
    }


	/* product */
	.product-lf {
        width: 300px;
    }
	.product-rg {
        width: calc(100% - 330px);
    }
	.product-lf-contact-download li>a{
		padding: 20px 10px;
	}


	/* product details */
	.product-details-content>p, .product-details-tp-rg>div>p {
        font-size: 16px !important;
    }
	.product-details-bt>h3, .product-details-tp-rg h3 {
        font-size: 30px;
        padding-bottom: 13px;
        margin-bottom: 16px;
    }
	#product-details-swiper-tp .swiper-slide{
		height: 360px;
	}
	#product-details-swiper-bt .swiper-slide{
		height: 120px;
	}
	.product-details-bt>h3:nth-of-type(1) {
        margin-top: 40px;
    }
	.product-details-content {
        margin-bottom: 55px;
    }
	.product-details-bt {
        padding: 0 0 80px;
    }


	/* contact */
	.contact-info>h3 {
        font-size: 28px;
    }
	.contact-info-list>li>div>p, .contact-info-list>li>p {
        font-size: 17px;
    }
	.contact-container {
        padding-top: 15px;
    }
	.contact-form-section {
        padding: 80px 0 110px;
    }
	.contact-form-content>button{
		width: 150px;
		height: 54px;
		font-size: 18px;
	}
	.contact-form-input input{
		height: 55px;
	}

}
@media (max-width:1200px){
	.mt132{
		margin-top: 0;
	}
	#index-banner .swiper-button-prev {
        left: 25px;
    }
	#index-banner .swiper-button-next {
        right: 25px;
    }
	.index-about-section {
        margin-top: 100px;
    }
	.wtitle {
        font-size: 28px;
		margin-bottom: 3px;
    }
	.index-about-tp>div>p {
        font-size: 18px;
    }
	.index-about-tp>ul {
        margin-top: 30px;
    }
	.index-about-tp {
        padding: 46px 29px 70px;
        border-radius: 26px;
    }
	.index-about-tp>ul>li {
        min-height: 220px;
        border-radius: 12px;
        padding: 15px;
    }
	.index-about-tp>ul>li>img {
        max-width: 24px;
    }
	.index-about-tp>ul>li>p>span:nth-of-type(1) {
        font-size: 44px;
    }
	.index-about-tp>ul>li:nth-last-of-type(1)>p>span:nth-of-type(2) {
        font-size: 16px;
    }
	.index-about-tp>ul>li>p>span:nth-of-type(2) {
        font-size: 24px;
    }
	.index-about-tp>ul>li>span {
        font-size: 14px;
    }
	.index-about-tp>ul>li>p{
		margin: 8px 0 4px;
	}
	.index-about-bt>div {
        padding: 40px 29px;
    }
	.index-about-bt>div>h3 {
        font-size: 23px;
    }
	.index-about-bt>div>p {
        font-size: 15px;
    }
	.index-about-bt>div>a {
        width: 128px;
        height: 35px;
        border: 1px solid #fff;
    }
	.index-about-bt {
        min-height: 372px;
    }
	.index-product-section {
        margin-top: 100px;
    }
	.index-product-tp-info-rg>h3 {
        font-size: 24px;
        margin: 27px 0 10px;
    }
	.index-product-tp-menu {
        width: 250px;
    }
	.index-product-tp-menu>li>div {
        width: 38px;
        height: 22px;
    }
	.index-product-tp-menu>li>div>img{
		position: relative;
		top: -4px;
	}
	.index-product-tp-info {
        width: calc(100% - 270px);
    }
	.index-product-tp-info-rg>ul>li {
        font-size: 15px;
    }
	.index-product-tp-info-lf {
        min-height: 346px;
    }
	.index-product-tp-info-rg .index-more-link {
        margin-top: 38px;
    }
	.index-product-tp-menu>li {
        margin-bottom: 26px;
        padding: 18px 14px;
    }
	.index-product-bg>.swiper-container .swiper-slide>div {
        min-height: 200px;
    }
	.index-product-bg>.swiper-container .swiper-slide>p {
        font-size: 16px;
    }
	.index-contact-tp-lf>h3 {
        font-size: 28px;
        padding-right: 100px;
    }
	.index-contact-tp-lf{
		width: 65%;
	}
	#index-contact-swiper {
        width: 30%;
        min-height: 320px;
        padding: 48px 28px 80px;
    }
	.index-contact-section {
        margin-top: 60px;
    }
	.index-contact-tp {
        padding: 90px 0 66px;
    }
	#index-contact-swiper .swiper-pagination {
        bottom: 55px;
    }
	#index-contact-swiper .swiper-slide h4 {
        font-size: 22px;
    }
	#index-contact-swiper .swiper-slide p {
        font-size: 16px;
        margin-top: 12px;
    }
	.index-contact-tp-lf>ul>li {
        font-size: 16px;
        padding-left: 13px;
		margin-bottom: 6px;
    }
	.index-contact-bg {
        padding: 26px 30px;
        border-radius: 30px;
    }
	.index-contact-bg-title, .index-contact-bg-info {
        padding: 25px 20px;
    }
	.index-contact-bg-info>li>p{
		font-size: 16px;
	}
	.index-contact-bg-form h5 {
        font-size: 22px;
    }
	.index-contact-bg-form p {
        font-size: 14px;
		margin: 8px 0 10px;
    }
	.index-contact-bg-form form input {
        height: 42px;
        padding: 0 8px;
		margin-bottom: 8px;
    }
	.index-contact-bg-form form textarea {
        padding: 8px;
        margin-bottom: 8px;
        height: 118px;
    }
	.index-contact-bg-title h2 {
        font-size: 28px;
        margin-top: 70px;
    }
	.index-contact-bg-title p {
        font-size: 18px;
    }
	.index-contact-bg-form form button {
        height: 42px;
        font-size: 15px;
    }
	.index-contact-bg-info>li {
		margin-bottom: 30px;
	}
	.index-contact-bg-info>li>div>span{
		font-size: 16px;
	}
	.index-contact-bg-sh h3 {
        font-size: 22px;
    }
	.index-contact-bg-sh p {
        font-size: 14px;
        padding: 6px 0 17px;
    }
	.index-contact-bg-sh{
		margin-top: 16px;
	}
	.index-news-info>h3{
		font-size: 20px;
	}
	.index-news-info>div>span:nth-of-type(2), .index-news-info>p {
        font-size: 14px;
    }
	.index-news-info>div>span:nth-of-type(1){
		font-size: 12px;
	}
	.index-news-info {
		width: calc(100% - 320px);
        padding: 5px 70px 10px 0;
    }
	.news-item>.index-news-img, #index-news-swiper .swiper-slide>.index-news-img{
		width: 300px;
	}
	.news-item, #index-news-swiper .swiper-slide {
        background-size: 60px 56px;
    }


	/* about */
	.about-info-tp>div:nth-of-type(1){
		width: 45%;
	}
	.about-info-tp>div:nth-of-type(2){
		width: 52%;
	}
	.about-info-tp>div:nth-of-type(2)>p {
        font-size: 15px !important;
    }
	.about-info-bt>li>div:nth-of-type(1)>img {
        max-width: 24px;
    }
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(1) {
        font-size: 44px;
    }
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(2) {
        font-size: 28px;
    }
	.about-info-bt>li:nth-last-of-type(1)>div:nth-of-type(2)>div>span:nth-of-type(2) {
        font-size: 18px;
    }
	.about-info-bt>li>div:nth-of-type(2)>p {
        font-size: 16px;
    }
	.about-text-content>p {
        font-size: 17px !important;
    }
	.about-text-title p {
        font-size: 22px;
    }
	.about-text-section {
        padding: 65px 0 200px;
    }


	/* product */
    .product-lf {
        width: 250px;
    }
	.product-lf-option>div>p {
        font-size: 18px;
		padding-left: 12px;
    }
	.product-lf-option>div, .product-lf-submenu>li>a {
        padding: 15px 25px 15px 40px;
    }
	.product-lf-title {
        height: 60px;
        line-height: 60px;
        font-size: 21px;
    }
	.product-rg-tp p {
        font-size: 22px;
    }
    .product-rg {
        width: calc(100% - 270px);
    }
	.product-rg-list-item div {
        height: 200px;
		background-size: 42px 21px;
		background-position: 8px 6px;
		padding: 20px;
    }
	.product-rg-list-item p {
        font-size: 16px;
    }
	.product-rg-list-item {
        margin-bottom: 20px;
    }
	.product-lf-submenu>li>a {
        font-size: 16px;
    }
	.product-lf-option>div>div {
        width: 35px;
    }
	.product-lf-option>div>div>img {
        max-height: 20px;
    }
	.product-lf-contact {
        margin-top: 36px;
    }
	.product-lf-contact .index-contact-bg-info {
        padding: 30px 14px;
    }
	.product-lf-contact-download{
		flex-wrap: wrap;
	}
	.product-lf-contact-download li{
		width: 100%;
	}
	.product-lf-contact-download li:nth-of-type(1){
		border-radius: 0;
	}
	.product-lf-contact-download li:nth-of-type(2){
		border-radius: 0 0 10px 10px;
	}
	.product-lf-contact-download li>a>img {
        width: 40px;
    }
	.product-container {
        margin-bottom: 130px;
    }

	
	/* product details */
	#product-details-swiper-tp .swiper-slide{
		background-size: 70px 34px;
	}
	#product-details-swiper-tp .swiper-button-prev::after, #product-details-swiper-tp .swiper-button-next::after{
		font-size: 30px;
	}
	.product-details-section{
		padding: 0;
	}
	.product-details-bt>h3, .product-details-tp-rg h3 {
        font-size: 26px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
	.product-details-content>p, .product-details-tp-rg>div>p{
		line-height: 1.8;
	}
	.product-details-bt>h3:nth-of-type(1) {
        margin-top: 30px;
    }
	.product-details-content {
        margin-bottom: 40px;
    }
	.product-details-bt>ul>li>div{
		height: 160px;
		background-size: 40px 19px;
	}
	.product-details-bt>ul>li>p{
		font-size: 16px;
	}
	.product-details-bt {
        padding: 0 0 60px;
    }


	/* news */
	.news-list>.news-item>.index-news-img {
        width: 280px;
    }
	.news-item>.index-news-info{
		width: calc(100% - 300px);
	}
	.news-options>li>a {
        width: 160px;
        height: 46px;
        line-height: 46px;
        font-size: 22px;
    }
	.news-options {
        margin-bottom: 32px;
    }


	/* news details */
	.news-details-section{
		padding: 0px 0 80px;
	}
	.news-details-title h3 {
        font-size: 25px;
    }
	.news-details-title p span {
        font-size: 16px;
    }
	.news-details-title p {
        padding: 5px 0 12px;
    }
	.news-details-content>p {
        font-size: 16px !important;
    }
	.news-details-content {
        padding: 21px 0 33px;
    }
	.news-details-page {
        margin-top: 32px;
    }


	/* contact */
	.contact-container {
        padding-top: 0;
    }
	#map{
		height: 340px;
	}
	.contact-info>h3 {
        font-size: 23px;
    }
	.contact-info-list>li>div>p, .contact-info-list>li>p {
        font-size: 15px;
    }
	.contact-form-section{
		margin-top: 60px;
        padding: 58px 0 100px;
	}
	.contact-form-input input {
        height: 50px;
    }
	.contact-form-input input::-webkit-input-placeholder{
		font-size: 16px;
	}
	.contact-form-input input:-moz-placeholder{
		font-size: 16px;
	}
	.contact-form-input input::-moz-placeholder{
		font-size: 16px;
	}
	.contact-form-input input:-ms-input-placeholder{
		font-size: 16px;
	}
	.contact-form-input input:-ms-input-placeholder{
		font-size: 16px;
	}
	.contact-form-content textarea::-webkit-input-placeholder{
		font-size: 16px;
	}
	.contact-form-content textarea:-moz-placeholder{
		font-size: 16px;
	}
	.contact-form-content textarea::-moz-placeholder{
		font-size: 16px;
	}
	.contact-form-content textarea:-ms-input-placeholder{
		font-size: 16px;
	}
	.contact-form-content textarea:-ms-input-placeholder{
		font-size: 16px;
	}
	.contact-form-contact .wtitle{
		margin-bottom: 40px;
	}


}
@media (max-width:992px){
	.w1460{
		width: 96%;
	}
	.index-banner-info h3 {
        font-size: 26px;
    }
	.index-banner-info p {
        font-size: 15px;
    }
	.index-banner-info {
        padding: 6px 0 15px;
    }
	.index-about-section {
        margin-top: 70px;
    }
	.wtitle {
        font-size: 26px;
        margin-bottom: 3px;
    }
	.index-about-tp>div>p {
        font-size: 16px;
    }
	.index-about-tp {
        padding: 40px 22px 30px;
        border-radius: 22px;
    }
	.index-about-tp>ul {
        margin-top: 25px;
		flex-wrap: wrap;
    }
	.index-about-tp>ul>li{
		width: 49%;
		margin-bottom: 18px;
	}
	.index-about-tp>ul>li>p>span:nth-of-type(1) {
        font-size: 50px;
    }
	.index-about-bt{
		min-height: auto;
		flex-wrap: wrap;
		margin-top: 18px;
	}
	.index-about-bt>div{
		padding: 40px 22px;
		width: 100%;
	}
	.index-about-bt>div:nth-of-type(1){
		margin-bottom: 18px;
	}
	.index-about-bt>div>h3 {
        font-size: 22px;
    }
	.index-product-tp{
		flex-wrap: wrap;
	}
	.index-product-tp-info,
	.index-product-tp-menu{
		width: 100%;
	}
	.index-product-tp-menu{
		display: flex;
		justify-content: center;
	}
	.index-product-tp-menu>li{
		min-width: 30%;
		padding: 14px;
	}
	.index-product-tp-menu>li:nth-of-type(1){
		margin-bottom: 0;
		margin-right: 30px;
	}
	.index-product-tp-info-rg>h3{
		font-size: 21px;
	}
	.index-contact-section,
	.index-product-section{
		margin-top: 70px;
	}
	.index-contact-section{
		background-size: auto 50%;
	}
	.index-contact-tp {
        padding: 60px 0;
		flex-wrap: wrap;
    }
	.index-contact-tp-lf,
	#index-contact-swiper{
		width: 100%;
	}
	.index-contact-tp-lf{
		margin-bottom: 30px;
	}
	.index-contact-tp-lf>h3 {
        font-size: 24px;
        padding-right: 100px;
    }
	.index-contact-tp-lf>ul {
        margin: 20px 0 30px;
    }
	#index-contact-swiper{
		min-height: auto;
        padding: 30px 28px 80px;
		border-radius: 16px;
	}
	#index-contact-swiper .swiper-pagination {
        bottom: 30px;
    }
	.index-contact-bg{
		flex-wrap: wrap;
	}
	.index-contact-bg-title{
		width: 100%;
		order: -1;
		background-position: center center;
		padding: 30px 20px;
		margin-bottom: 12px;
		border-radius: 16px;
	}
	.index-contact-bg-title h2{
        font-size: 25px;
		margin-top: 0;
	}
	.index-contact-bg-title p {
        font-size: 16px;
    }
	.index-contact-bg-info{
		width: 100%;
		margin-bottom: 12px;
		border-radius: 16px;
	}
	.index-contact-bg-form{
		width: 100%;
	}
	.index-contact-bg-sh{
		border-radius: 16px;
	}
	.index-news-section{
		margin: 70px 0 30px;
	}
	.news-item, #index-news-swiper .swiper-slide{
		flex-wrap: wrap;
	}
	.news-item>.index-news-img, #index-news-swiper .swiper-slide>.index-news-img{
		width: 100%;
	}
	.index-news-info{
		width: 100%;
        padding: 20px 0;
	}
	#index-news-swiper{
		height: auto;
	}
	.index-news-info>p{
		margin: 10px 0 20px;
	}
	.index-news-info>h3 {
        font-size: 18px;
    }


	/* about */
	.about-info-tp{
		flex-wrap: wrap;
	}
	.about-info-tp>div:nth-of-type(1){
		width: 100%;
	}
	.about-info-tp>div:nth-of-type(2){
		width: 100%;
		order: -1;
		margin-bottom: 25px;
	}
    .banner-section {
        margin-bottom: 30px;
    }
	.about-info-bt{
		flex-wrap: wrap;
	}
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(1) {
        font-size: 36px;
    }
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(2) {
        font-size: 24px;
    }
	.about-info-bt>li:nth-last-of-type(1)>div:nth-of-type(2)>div>span:nth-of-type(2) {
        font-size: 16px;
    }
    .about-info-bt {
        margin: 28px 0 35px;
    }
	.about-zz-title p {
        font-size: 14px;
    }
	.about-zz-section {
        padding: 50px 20px 55px;
    }
	#about-zz-swiper {
        margin-top: 32px;
        padding-bottom: 30px;
    }
	.about-text-title{
		width: 80%;
	}
    .about-text-title p {
        font-size: 18px;
    }
	.about-text-content>p {
        font-size: 15px !important;
    }


	/* product */
	.banner-container {
        padding-top: 20px;
    }
	.product-container{
		flex-wrap: wrap;
	}
	.product-lf{
		width: 100%;
		margin-bottom: 40px;
		display: flex;
		flex-direction: column;
	}
	.product-rg{
		width: 100%;
	}
	.product-container {
        margin-bottom: 60px;
    }
	.product-lf-contact{
		order: -1;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.product-lf-title{
		font-size: 20px;
	}
	.product-lf-contact .index-contact-bg-info {
        padding: 21px 14px;
    }
	.product-lf-contact-download li>a {
        padding: 15px 10px;
    }


	/* product details */
	.product-details-tp{
		flex-wrap: wrap;
	}
	.product-details-tp-lf{
		width: 100%;
		margin-bottom: 30px;
	}
	.product-details-tp-rg{
		width: 100%;
	}
	.product-details-bt>h3, .product-details-tp-rg h3{
		font-size: 23px;
	}
	.product-details-bt>ul>li{
		width: 32.5%;
		margin-bottom: 10px;
	}
	.product-details-bt {
        padding: 0 0 40px;
    }
	.product-details-bt>ul>li>div{
		height: 180px;
	}


	/* news */
	.news-item{
		margin-bottom: 20px;
	}
	.news-list>.news-item>.index-news-img{
		width: 100%;
	}
	.news-item>.index-news-info{
		width: 100%;
	}
	.news-options {
        margin-bottom: 23px;
    }
	.news-options>li>a {
        width: 138px;
        height: 44px;
        line-height: 44px;
        font-size: 19px;
    }


	/* news details */
	.news-details-title h3 {
        font-size: 22px;
    }
	.news-details-title p span {
        font-size: 14px;
    }
	.news-details-content>p {
        font-size: 15px !important;
    }
	.news-details-content {
        padding: 18px 0 30px;
    }
	.news-details-page>p{
		font-size: 14px;
	}
	.news-details-page {
        margin-top: 22px;
    }
	.news-details-section {
        padding: 0 0 60px;
    }

	
	/* contact */
	.contact-container{
		flex-wrap: wrap;
	}
	#map{
		width: 100%;
		height: 280px;
	}
	.contact-info{
		width: 100%;
		margin-bottom: 20px;
		order: -1;
	}
	.contact-info>h3 {
        font-size: 21px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
	.contact-info-list>li {
		margin-bottom: 22px;
	}
	.contact-form-section {
        margin-top: 55px;
        padding: 50px 0 80px;
    }

}
@media (max-width:760px){
	.index-banner-info h3 {
        font-size: 21px;
    }
	.index-banner-info p {
        font-size: 14px;
    }
	.index-banner-info {
        padding: 6px 0 13px;
    }
	#index-banner .swiper-button-next::after, #index-banner .swiper-button-prev::after {
        font-size: 20px;
    }
	#index-banner .swiper-button-prev {
        left: 10px;
    }
	#index-banner .swiper-button-next {
        right: 10px;
    }
	.index-about-section {
        margin-top: 35px;
    }
	.wtitle {
        font-size: 20px;
    }
	.index-about-tp>div>p {
        font-size: 15px;
    }
	.index-about-tp {
        padding: 28px 10px 15px;
        border-radius: 12px;
    }
	.index-about-tp>ul {
        margin-top: 14px;
    }
	.index-about-tp>ul>li {
        margin-bottom: 7px;
        min-height: 180px;
        border-radius: 10px;
        padding: 10px;
    }
	.index-about-tp>ul>li>p>span:nth-of-type(1) {
        font-size: 32px;
    }
	.index-about-tp>ul>li>p>span:nth-of-type(2) {
        font-size: 18px;
    }
	.index-about-tp>ul>li:nth-last-of-type(1)>p>span:nth-of-type(2) {
        font-size: 14px;
    }
	.index-about-bt{
		margin-top: 12px;
	}
	.index-about-bt>div:nth-of-type(1) {
        margin-bottom: 12px;
    }
	.index-about-bt>div {
        padding: 26px 10px;
        border-radius: 12px;
    }
	.index-about-bt>div>h3 {
        font-size: 18px;
    }
	.index-about-bt>div>p {
        font-size: 14px;
    }
	.index-contact-section, .index-product-section {
        margin-top: 35px;
    }
	.index-product-tp-menu>li>p {
        font-size: 16px;
    }
	.index-product-tp-info{
		flex-wrap: wrap;
	}
	.index-product-tp-info-lf{
		width: 100%;
	}
	.index-product-tp-info-rg{
		width: 100%;
	}
	.index-product-tp-info-rg .index-more-link{
		margin: 20px 0 10px;
	}
	.index-product-tp-info-rg>h3 {
        font-size: 18px;
        margin: 20px 0 8px;
    }
	.index-more-link{
		font-size: 12px;
		height: 34px;
	}
	.index-about-bt>div>a{
		font-size: 12px;
	}
	.index-product-tp-menu>li:nth-of-type(1){
		margin-right: 15px;
	}
	.index-product-bg>.swiper-container .swiper-slide>div {
		background-size: 40px 20px;
		background-position: 6px 6px;
        min-height: 166px;
		padding: 24px 6px;
	}
	.index-product-bg>.swiper-container .swiper-slide>p {
        font-size: 14px;
    }
	.index-product-bg>.swiper-container>.swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.index-product-bg>.swiper-container{
		padding: 10px 0 35px;
	}
	.index-contact-tp{
		padding: 35px 0;
	}
	.index-contact-tp-lf>h3 {
        font-size: 18px;
        padding-right: 60px;
    }
	.index-contact-tp-lf>ul>li{
		font-size: 14px;
	}
	.index-contact-tp-lf>ul>li::after{
		width: 6px;
		height: 6px;
	}
	.index-contact-tp-lf>ul {
        margin: 15px 0 ;
    }
	#index-contact-swiper {
        padding: 20px 10px 50px;
        border-radius: 12px;
    }
	#index-contact-swiper .swiper-pagination {
        bottom: 15px;
    }
	#index-contact-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
        margin-right: 10px;
        width: 8px;
        height: 8px;
    }
	#index-contact-swiper .swiper-slide h4 {
        font-size: 18px;
    }
	#index-contact-swiper .swiper-slide p {
        font-size: 14px;
        margin-top: 5px;
    }
	.index-contact-bg {
        padding: 15px 8px;
        border-radius: 12px;
    }
	.index-contact-bg-title{
		padding: 20px 15px;
	}
	.index-contact-bg-title h2 {
        font-size: 20px;
    }
	.index-contact-bg-title p {
        font-size: 14px;
    }
	.index-contact-bg-info>li>p {
        font-size: 14px;
    }
	.index-contact-bg-info>li {
        margin-bottom: 22px;
    }
	.index-contact-bg-info>li>div>span {
        font-size: 14px;
    }
	.index-contact-bg-form h5 {
        font-size: 18px;
    }
	.index-contact-bg-form form input::-webkit-input-placeholder{
		font-size: 14px;
	}
	.index-contact-bg-form form input:-moz-placeholder{
		font-size: 14px;
	}
	.index-contact-bg-form form input::-moz-placeholder{
		font-size: 14px;
	}
	.index-contact-bg-form form input:-ms-input-placeholder{
		font-size: 14px;
	}
	.index-contact-bg-form form textarea::-webkit-input-placeholder{
		font-size: 14px;
	}
	.index-contact-bg-form form textarea:-moz-placeholder{
		font-size: 14px;
	}
	.index-contact-bg-form form textarea::-moz-placeholder{
		font-size: 14px;
	}
	.index-contact-bg-form form textarea:-ms-input-placeholder{
		font-size: 14px;
	}
	.index-contact-bg-form form button{
		font-size: 14px;
	}
	.index-contact-bg-sh {
        border-radius: 10px;
        padding: 30px 15px;
    }
	.index-contact-bg-sh h3 {
        font-size: 18px;
    }
	.index-news-section {
        margin: 35px 0 30px;
    }
	.index-news-swiper-container{
		padding: 15px 0 35px;
	}
	.news-item, #index-news-swiper .swiper-slide{
		padding: 10px;
	}
	.index-news-info>h3 {
        font-size: 17px;
    }


	/* about */
	.banner-container {
        padding-top: 18px;
    }
	.banner-section {
        margin-bottom: 18px;
    }
	.about-info-tp>div:nth-of-type(2)>p {
        font-size: 14px !important;
    }
	.about-info-tp>div:nth-of-type(2) {
        margin-bottom: 20px;
    }
	.about-info-bt>li{
		width: 49%;
	}
	.about-info-bt>li:nth-of-type(1),
	.about-info-bt>li:nth-of-type(2){
		margin-bottom: 10px;
	}
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(1) {
        font-size: 25px;
    }
	.about-info-bt>li>div:nth-of-type(2)>div>span:nth-of-type(2) {
        font-size: 19px;
    }
	.about-info-bt>li:nth-last-of-type(1)>div:nth-of-type(2)>div>span:nth-of-type(2) {
        font-size: 14px;
    }
	.about-info-bt {
        margin: 10px 0 13px;
		align-items: start;
    }
	.about-info-bt>li>div:nth-of-type(2)>p {
        font-size: 14px;
    }
	.about-info-bt>li>div:nth-of-type(1){
		top: 0;
	}
	.about-zz-title p{
		margin-top: 12px;
	}
	#about-zz-swiper {
        margin-top: 24px;
        padding-bottom: 22px;
    }
	.about-zz-section {
        padding: 35px 10px 40px;
    }
    .about-text-section {
        padding: 35px 0 90px;
    }
	.about-text-title p {
        font-size: 14px;
    }
	.about-text-content>p {
        font-size: 14px !important;
    }
	.about-text-title {
        width: 90%;
        margin: 0 auto 10px;
    }
	.about-text-section{
		background-size: auto 350px;
		background-repeat: no-repeat;
	}


	/* product */
	.product-lf-title {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
		letter-spacing: 5px;
    }
	.product-lf-contact .index-contact-bg-info {
        padding: 15px 12px;
    }
	.product-lf-contact-download li>a>p {
        font-size: 14px;
    }
	.product-lf-contact-download li{
		width: 49%;
	}
	.product-lf-contact-download li:nth-of-type(1) {
        border-radius: 0 0 0 10px;
    }
	.product-lf-contact-download li:nth-of-type(2) {
        border-radius: 0 0 10px 0;
    }
	.product-lf-contact {
        margin-bottom: 25px;
    }
	.product-lf-option>div>p {
        font-size: 16px;
        padding-left: 10px;
    }
	.product-lf-option>div, .product-lf-submenu>li>a {
        padding: 13px 25px 13px 36px;
    }
	.product-rg-tp p {
        font-size: 19px;
    }
	.product-rg-tp>form{
		width: 220px;
		height: 36px;
	}
	.product-rg-tp>form>button {
        font-size: 14px;
    }
	.product-rg-tp>form>input{
		width: 72%;
	}
	.product-rg-tp>form>button{
		width: 28%;
	}
	.product-rg-list-item{
		width: 49%;
        margin-bottom: 9px;
	}
	.product-rg-list-item div {
        height: 160px;
        background-size: 38px 18px;
        padding: 16px 10px;
    }
	.product-rg-list-item p {
        font-size: 14px;
    }
    .product-container {
        margin-bottom: 45px;
    }


	/* product details */
	#product-details-swiper-tp .swiper-slide {
        height: 248px;
        background-size: 45px 22px;
        background-position: 10px 10px;
    }
	#product-details-swiper-tp .swiper-button-prev::after, #product-details-swiper-tp .swiper-button-next::after{
		font-size: 24px;
	}
	#product-details-swiper-bt .swiper-slide {
        height: 80px;
    }
	.product-details-bt>h3, .product-details-tp-rg h3 {
        font-size: 19px;
        padding-bottom: 6px;
        margin-bottom: 8px;
    }
	.product-details-content>p, .product-details-tp-rg>div>p {
        font-size: 14px !important;
    }
	.product-details-tp-lf {
        margin-bottom: 20px;
    }
	.product-details-bt>h3:nth-of-type(1) {
        margin-top: 17px;
    }
	.product-details-content {
        margin-bottom: 30px;
    }
	.product-details-bt {
        padding: 0 0 13px;
    }
	.product-details-bt>ul>li{
		width: 49%;
	}
	.product-details-bt>ul>li>p {
        font-size: 14px;
    }


	/* news */
	.news-item {
        margin-bottom: 12px;
    }
	.news-item>.index-news-info{
		padding:20px 0 15px;
	}
	.news-options {
        margin-bottom: 11px;
    }
	.news-options>li:nth-of-type(1) {
		margin-right: 10px;
	}
	.news-options>li>a {
        width: 120px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }


	/* news details */
    .news-details-title h3 {
        font-size: 18px;
    }
	.news-details-title p span:nth-of-type(1) {
		margin-right: 10px;
	}
	.news-details-title p span{
		font-size: 12px;
	}
	.news-details-title p {
        padding: 0 0 9px;
    }
	.news-details-content>p {
        font-size: 14px !important;
    }
	.news-details-content {
        padding: 12px 0 22px;
    }
	.news-details-page {
        margin-top: 20px;
        flex-wrap: wrap;
    }
	.news-details-page>p{
		width: 100%;
		max-width: none;
	}
	.news-details-page>p:nth-of-type(1){
		margin-bottom: 3px;
	}
	.news-details-section {
        padding: 0 0 40px;
    }
	.news-details-title{
		padding-top: 10px;
	}


	/* contact */
	.contact-info>h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }
	.contact-info-list>li>div>p, .contact-info-list>li>p {
        font-size: 14px;
    }
	.contact-info-list>li {
        margin-bottom: 15px;
    }
	#map {
        height: 200px;
    }
	.contact-form-section {
        margin-top: 30px;
        padding: 26px 0 50px;
    }
	.contact-form-input input::-webkit-input-placeholder{
		font-size: 14px;
	}
	.contact-form-input input:-moz-placeholder{
		font-size: 14px;
	}
	.contact-form-input input::-moz-placeholder{
		font-size: 14px;
	}
	.contact-form-input input:-ms-input-placeholder{
		font-size: 14px;
	}
	.contact-form-input input:-ms-input-placeholder{
		font-size: 14px;
	}
	.contact-form-content textarea::-webkit-input-placeholder{
		font-size: 14px;
	}
	.contact-form-content textarea:-moz-placeholder{
		font-size: 14px;
	}
	.contact-form-content textarea::-moz-placeholder{
		font-size: 14px;
	}
	.contact-form-content textarea:-ms-input-placeholder{
		font-size: 14px;
	}
	.contact-form-content textarea:-ms-input-placeholder{
		font-size: 14px;
	}
	.contact-form-contact .wtitle {
        margin-bottom:18px;
    }
	.contact-form-input input {
        height: 44px;
        padding: 0 10px;
    }
	.contact-form-input{
		width: 49%;
		margin-bottom: 10px;
	}
	.contact-form-content>button {
        width: 115px;
        height: 42px;
        font-size: 14px;
		margin: 0 10px 10px 0;
    }
	.contact-form-content textarea{
		padding: 10px;
		height: 150px;
	}

}






/* page tab */
.page_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.page_tab>a {
	padding: 10px 14px;
    background-color: #f4f2f2;
    border-radius: 7px;
    opacity: 1;
    box-shadow: 0px 4px 8px 1px rgba(85, 86, 86, 0.35);
    font-size: 16px;
	line-height: 1;
    text-align: center;
    color: #878787;
    margin-right: 20px;
}

.page_tab>a:last-of-type {
    margin-right: 0;
}

.page_tab>.page-num-current {
    background-color: #fc5503;
    color: #fff;
}
.page_tab>.h_product_prev,
.page_tab>.h_product_next{
    width: 12px;
	height: 12px;
	border-right: 2px solid #878787;
	border-bottom: 2px solid #878787;
}
.page_tab>.h_product_prev{
	transform: rotate(135deg);
	margin-right: 20px;
}
.page_tab>.h_product_next{
	transform: rotate(-45deg);
	margin-left: 20px;
}

.news-section .page_tab{
	margin-bottom: 100px;
}

@media (max-width:1600px){
	.page_tab>a,
    .page_tab>.h_product_prev{
		margin-right: 15px;
	}
	.page_tab>.h_product_next{
		margin-left: 15px;
	}
	.news-section .page_tab{
		margin-bottom: 80px;
	}
}
@media (max-width:1200px){
    .page_tab>a{
		font-size: 14px;
		padding: 9px 13px;
	}
}
@media (max-width:600px){
    .page_tab{
		margin-top: 16px;
	}
	.page_tab>a,
    .page_tab>.h_product_prev{
		margin-right: 10px;
	}
	.page_tab>.h_product_next{
		margin-left: 10px;
	}
	.news-section .page_tab{
		margin-bottom: 35px;
	}
}