header{
	width: 100%;
	color: #fff;
	background: #000;
	position: relative;
	z-index: 99;
}
header.shadow{
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	position: fixed !important;
	top: 0;
}
header .navbar{
	background: #000;
}
header .htr-link{
	border-bottom: 1px solid #E9ECEF;
}
header .htr-link>.container{
	justify-content: space-between;
	align-items: center;
	display: flex;
}
header .htr-link .hl-rt{
	display: flex;
}
header .htr-link .hl-lt li{
	padding-right: 1rem;
}
header .htr-link .hl-lt li:before{
	content: '';
	font-family: 'FontAwesome';
	color: #999;
	margin-right: .25rem;
	display: inline-block;
}
header .htr-link .hl-lt li.p:before{
	content: '\f095';
}
header .htr-link .hl-lt li.e:before{
	content: '\f0e0';
}
header .navbar-header{
	position: relative;
	z-index: 9;
}
header .navbar-brand{
	height: auto;
	float: none;
	text-align: center;
	padding: 0;
	margin: .5rem auto;
	display: flex;
	justify-content: center;
}
header .navbar-toggle{
	font-size: 1.25rem;
	background: transparent !important;
	border: none;
	padding: .675rem 1rem;
	margin: 0 !important;
	position: absolute;
}
header .navbar-right{
	align-items: center;
	display: flex;
}
header .language{
	border-left: 2px solid #fff;
	padding-left: .5rem;
}
header .language a{
	color: #fff;
}
header .menu a{
	font-size: 1rem;
	text-align: center;
	color: #333;
	background: transparent;
}
header .menu img{
	display: none !important;
}
header .menu>li>a{
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	padding: .35rem .75rem;
}
header .menu>li:hover>a,
header .menu>li.active>a{
	color: #fff !important;
	background: #00408c !important;
}
header .menu .dropdown-menu{
	width: 100%;
	min-width: 1px;
	font-size: 1rem;
	padding: 0;
	margin: 0;
}
header .menu .dropdown-menu>li>a{
	white-space: normal;
	border-top: 1px solid #E5E5E5;
}
header .menu .dropdown-menu>li:hover>a{
	color: #fff !important;
	background: #00408c !important;
}
header .menu>li .drop-btn{
	display: none;
}


/*********  content  *********/
.index{
	background: #1b1b1b;
	padding-bottom: 2rem;
	margin-bottom: -2rem;
}
.index a,
.index .title,
.index .text{
	color: #fff;
}
.index>div:nth-of-type(even){
	background: #000;
}
div[class^='index-']{
	color: #fff;
	padding: .1rem 0 1rem;
}
.index .pagination-block>span{
	background: #fff;
	opacity: 1;
}
.index .pagination-block>.swiper-pagination-bullet-active{
	background: #00408c;
}
.index .text-center .btn{
	color: #fff;
	background: #00408c;
	border-radius: 2.5rem;
	padding: .35rem 2rem;
	margin-top: 1rem;
}
.index-banner{
	padding: 0 !important;
	position: relative;
}
.index-banner .swiper-slide img{
	width: 100%;
}
.index-product .pagination-block{
	margin: auto;
	display: block;
}
.index-video .row>div{
	margin-bottom: 1rem;
}
.index-partner .row img{
	margin-bottom: 1rem;
}
.about{
	padding: .1rem 0 1rem;
}
.about .abt-text p{
	margin-bottom: .5rem;
}
.customer{
	/*color: #fff;*/
	background: url(../image/customer-bg-1.jpg) no-repeat center;
	background-size: cover;
	padding: .5rem 0 1rem;
}
.history{
	padding: .1rem 0 1rem;
}
.history .back .pct-img img{
	margin-bottom: .5rem;
}
.history .back .h4{
	font-weight: 600;
	color: #00408c;
}
.partner{
	padding: .1rem 0 1rem;
}
.partner .swiper-slide{
	padding: .1rem;
}
.certificate{
	padding-bottom: 1rem;
}
.product-list .product-menu{
	display: none;
}
.product-list .title{
	color: #00408c;
}
.product-list .text{
	max-width: 1000px;
}
.product-list .back .bg-img{
	margin-bottom: 1rem;
}
.product-list .back .swiper-slide{
	cursor: pointer;
}
.product-list .back .info{
	max-height: 4.5rem;
	overflow: hidden;
}
.product-list .back ul{
	margin-top: .5rem;
}
.product-list .back ul li a{
	color: #1f3cde;
}
.product-list .back .btn{
	color: #fff;
	background: #00408c;
	border-radius: 0;
	margin-top: .5rem;
}
.product-all{
	padding-top: 1rem;
}
.product .text{
	text-align: left;
	margin: 0 auto 1rem;
}
.product .pro-list{
	margin-bottom: 1rem;
}
.product .pro-list .btn{
	color: #666;
	padding: 0;
}
.product .pro-list .btn .fa:before{
	padding-right: .3rem;
}
.product .pro-list li.active .btn{
	color: #00408c;
}
.product .product-con li{
	margin-bottom: 1rem;
}
.product .product-con li a{
	display: block;
}
.product .product-con .info{
	width: 100%;
	height: 3rem;
	font-weight: 500;
	margin: .5rem 0;
	display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product .product-con .h5{
	margin-bottom: .5rem;
	display: none;
}
.product .product-con .choice{
	margin-top: .75rem;
}
.product .product-con .btn{
	color: #00408c;
	background: transparent;
	border: 1px solid #00408c;
	padding: .2rem 1.25rem;
}
.product .product-con .btn-default{
  background: #00408c;
  color: #fff;
  padding: .2rem .5rem;
}
.product .product-con li:hover img{
	border-color: #00408c;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.25);
}
.product .product-con li:hover .info,
.product .product-con li:hover .info a{
	color: #00408c;
}
.product .product-con .btn:hover{
	background-color: #00408c;
	color: #fff;
}
.product .product-con.active li{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.product .product-con.active li img{
	width: 100%;
	max-width: 12.5rem;
	float: left;
	margin-right: 1.25rem;
}
.product .product-con.active .info{
	width: auto;
	height: 1.5rem;
	-webkit-line-clamp: 1;
}
.product .product-con.active .h5{
	display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.product .product-con.active .choice{
	margin-top: 1rem;
}
.aside-scroll{
	align-items: flex-start;
	overflow: hidden;
	position: relative;
}
.aside-scroll.on .scroll-fixed{
	position: fixed;
}
.product-info h1{
	color: #00408c;
	text-align: left;
	margin-bottom: .5rem;
}
.product-info .pro-rt ul li{
	line-height: 1.875;
}
.product-info .pro-rt .btn{
	font-size: .875rem;
	color: #fff;
	background: #00408c;
	margin-top: .5rem;
}
.product-info .pro-rt .social-media{
	margin-top: 1rem;
}
.product-effect .row{
	align-items: center;
}
.product-effect img{
	margin: 1rem 0;
}
.product-video .v-adaptive iframe{
	width: 100% !important;
	max-height: 350px;
}
.product-video .pct-img img{
	margin-bottom: 1rem;
}
.product-parts .parts-list{
	justify-content: space-around;
}
.product-parts .parts-list>li{
	margin-bottom: 1rem;
}
.product-parts .back{
	align-items: center;
	display: flex;
}
.product-parts .back .img{
	max-width: 50%;
}
.product-parts .info{
	padding-left: 2rem;
}
.product-parts .info p{
	font-weight: 600;
	font-size: 1.125rem;
}
.product-parts .info .h4{
	color: #00408c;
}
.product-parts .row{
	align-items: center;
}
.product-parts .row>div{
	margin-bottom: 2rem;
}
.product-parts .row .bordered img{
	border: none;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,.15)
}
.product-down{
	padding: 2rem 0 1rem;
}
.product-down .back{
	text-align: center;
}
.product-down .back .h4{
	font-weight: 600;
}
.support .back{
	text-align: center;
	border-bottom: 2px solid #00408c;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.support .back .select{
	display: none;
}
.support .back .h4{
	font-weight: 600;
	cursor: pointer;
}
.support .sub-list{
	justify-content: center;
}
.support .sub-list select{
	height: calc(1.5em + .3rem + 2px);
	border-radius: 2.5rem;
	padding: .15rem .75rem;
}
.support .sub-list .dropdown>a{
    margin: 0 .5rem;
    padding: .1rem 1.5rem;
    border: 1px solid #333;
    color: #333;
    border-radius: 1.5rem;
    cursor: pointer;
}
.support .down-btn{
	color: #fff;
	background: #00408c;
	border-radius: 2.5rem;
	padding: .15rem 2rem;
	margin-top: 1rem;
}
.showroom{
	padding-bottom: 2rem;
}
.showroom .show-text{
	margin-bottom: 2rem;
}
.showroom .show-text p{
	margin-bottom: 1rem;
}
.showroom .show-list{
	margin-top: 1rem;
}
.showroom .show-list li{
	margin-bottom: 1rem;
}
.showroom .show-list .video-play{
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.3);
	position: relative;
}
.showroom .show-list .play{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.15);
	position: absolute;
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 5;
}
.showroom .show-list .play i{
	font-size: 3rem;
	color: #fff;
}
.video .show-list li .h4{
	font-size: 1rem;
	font-weight: 600;
}
.video .show-list li:hover .h4{
	color: #00408c;
}
.project{
	padding-bottom: 2rem;
}
.project,
.project-info .title{
	color: #00408c;
}
.project-info .project-text img{
	margin: 1rem auto;
}
.project-info .project-text p{
	margin-bottom: .5rem;
}
.new{
	padding-bottom: 2rem;
}
.new .title{
	color: #00408c;
}
.new .new-list{
	margin-top: 1.25rem;
}
.new .new-list>li{
	padding-bottom: 0;
	margin: 0 0 1rem;
	display: block;
}
.new .new-list>li .info{
	padding-left: 4rem;
	position: relative;
}
.new .new-list>li .date{
	font-size: 1.25rem;
	position: absolute;
	left: 0;
	top: -.15rem;
}
.new .new-list>li .h4{
	font-weight: 600;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new .new-list>li .h4:hover>a{
	color: #00408c;
}
.new .new-list>li .h5{
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new .new-list>li .btn{
	color: #999;
	position: absolute;
	left: .5rem;
	bottom: 1rem;
}
.new .new-list>li:hover .btn{
	color: #00408c;
}
.new-info h1{
	color: #00408c;
}
.new-info .new-text img{
	margin: 1rem auto;
}
.new-info .new-text p{
	margin-bottom: .5rem;
}
.faq dl{
	margin: .5rem auto 0;
	position: relative;
}
.faq dl>dt{
	font-weight: 600;
	background: #f8f8f8;
	padding: .5rem .5rem;
	cursor: pointer;
	position: relative;
}
.faq dl>dt>i{
	width: 1rem;
	height: 1rem;
	font-size: .75rem;
	line-height: 1rem;
	text-align: center;
	border: 1px solid #333;
	border-radius: 50%;
	position: absolute;
	right: .5rem;
	top: .7rem;
}
.faq dl>dt>i:before{
	content: '\f067';
}
.faq dl.active>dt{
	color: #fff;
	background: #00408c;
}
.faq dl.active>dt>i{
	border-color: #fff;
}
.faq dl.active>dt>i:before{
	content: '\f068';
	color: #fff;
}
.faq dl>dd{
	color: #666;
	padding: 0 .5rem;
	margin: .5rem auto;
	display: none;
}
.contact .info-text{
	text-align: center;
}
.contact .info-text .back{
	min-height: 16rem;
	border: 1px solid #ccc;
	padding: 1.5rem 1rem 0;
	margin-bottom: 1rem;
}
.contact .info-text i{
	width: 3.75rem;
	height: 3.75rem;
	font-size: 1.5rem;
	line-height: 3.75rem;
	color: #fff;
	background: #00408c;
	border-radius: 50%;
}
.contact .info-text .h4{
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	margin: 1.25rem 0 1rem;
}
.info-center{
	margin-bottom: 1rem;
}
.info-center .h4{
	font-weight: 600;
	padding-bottom: .5rem;
	position: relative;
}
.info-center .h4:before,
.info-center .h4:after{
	content: '';
	width: 50%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.info-center .h4:after{
	width: 3rem;
	background: #777;
	z-index: 5;
}
.info-center .address{
	padding-left: 1.5rem;
	position: relative;
}
.info-center .address:before{
	content: '\f041';
	font-family: 'FontAwesome';
	font-size: 1.5rem;
	line-height: 1;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
}
.info-center .pct-img{
	width: 100%;
	margin-top: 1rem;
}
.info-center form .form-group{
	position: relative;
}
.info-center form input,
.info-center form textarea{
	border-radius: 0;
}
.info-center form .code{
	display: flex;
}
.info-center form .code img{
	width: 7.5rem;
	margin-left: 1rem;
}
.info-center form .submit .btn{
	color: #fff;
	background: #00408c;
	border-radius: 0;
	padding: .35rem 1.75rem;
}
.info-center form .submit .btn i{
	margin-left: .25rem;
}
.info-center .post-list li{
	margin-bottom: .5rem;
}
/*********  content end  *********/


footer{
	line-height: 1.875;
	color: #fff;
	background: #1b1b1b;
	padding-top: 2rem;
	margin-top: 2rem;
}
footer .ftr-info{
	padding-bottom: 2rem;
}
footer a{
	color: #fff !important;
}
footer a:hover{
	color: #00408c !important;
}
footer .row{
	justify-content: space-between;
}
footer .ftr-mt .logo{
	margin-top: 2rem;
}
footer .ftr-mt .h5{
	font-size: 1.125rem;
	line-height: 1.75;
	margin: 2rem 0;
}
footer .cont-list li{
	border-bottom: 1px dashed #fff;
	padding-left: 2rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
footer .cont-list li:before{
	content: '';
	width: 2rem;
	font-family: 'FontAwesome';
	font-size: 1.125rem;
	color: #fff;
	margin-left: -2rem;
	display: inline-block;
}
footer .cont-list li:first-child:before{
	content:'\f232';
}
footer .cont-list li:nth-child(2):before{
	content: '\f0e0';
}
footer .cont-list li:nth-child(3):before{
	content: '\f015';
}
footer .cont-list li:last-child:before{
	content: '\f095';
}
footer .social-media{
	justify-content: center;
}
footer .social-media>li>a{
	color: #333 !important;
	background: #fff !important;
	border-radius: 50% !important;
}
footer .social-media>li:hover>a{
	background: #00408c !important;
}
footer .form{
	margin-top: .5rem;
}
footer .form .form-group{
	position: relative;
}
footer .form input{
	color: #fff;
	background: transparent;
	border-radius: 0;
}
footer .form input::-webkit-input-placeholder{
	color: #fff;
}
footer .form input:-moz-placeholder{
	color: #fff;
}
footer .form input::-moz-placeholder{
	color: #fff;
}
footer .form input::-ms-input-placeholder{
	color: #fff;
}
footer .form label{
	font-weight: 500;
	margin-bottom: 0;
}
footer .form label input{
	margin-top: .575rem;
	margin-right: .2rem;
	vertical-align: top;
}
footer .form .btn{
	color: #fff;
	background: #00408c;
	border-radius: 0;
	padding: .35rem 2rem;
}
footer .ftr-bt{
	color: #fff;
	background: #0c0c0c;
  text-align: center;
  padding: .5rem;
  margin-bottom: 0;
}

@media (min-width:576px) {
	/**/
	.product-parts .parts-list>li{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.product-parts .parts-list>li:nth-child(even) .back{
		justify-content: flex-end;
	}
}

@media (min-width:768px) {
	/**/
	header .navbar{
		min-height: 5rem;
	}
	header .navbar-header{
		display: none;
	}
	header .menu{
		justify-content: space-between;
	}
	header .menu>li.menu-logo{
		max-width: 5rem;
	}
	header .menu>li.menu-logo>a{
		background: transparent !important;
		padding: 0;
	}
	header .menu>li.menu-logo img{
		display: block !important;
	}
	header .menu .dropdown-menu{
		background: rgba(0,0,0,.3);
		width: 10rem;
		left: 50%;
		margin-left: -5rem;
	}
	header .menu .dropdown-menu a{
		color: #fff;
	}
	header .menu .dropdown-menu .dropdown-menu{
		left: 100%;
		top: 0;
		margin-left: 0;
	}
	header .menu .dropdown-menu>li>a{
		padding: .5rem .25rem;
	}
	header .menu .dropdown-menu>li:first-child>a{
		border: none;
	}
	
	header .menu>.pro-li{
		position: static;
	}
	header .menu>.pro-li>ul{
		width: 720px;
		background: none;
		border: none;
		box-shadow: none;
		padding: 2rem 15px 3rem;
		margin-left: 0;
		left: 50%;
		flex-wrap: wrap;
		/* display: flex; */
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	header .menu>.pro-li.open>ul{
		display: flex;
	}
	header .menu>.pro-li>ul::after{
		content: '';
		width: 200%;
		background: rgba(0,0,0,.5);
		position: absolute;
		left: -50%;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	header .menu>.pro-li>ul>li{
		max-width: 25%;
		flex-basis: 25%;
		min-height: 20rem;
		margin-bottom: 2rem;
		position: relative;
	}
	header .menu>.pro-li>ul>li:nth-child(n+5){
		max-width: 20%;
		flex-basis: 20%;
		min-height: auto;
	}
	header .menu>.pro-li>ul>li a{
		text-align: left;
		border: none;
	}
	header .menu>.pro-li>ul li:hover>a{
		color: #e4007f !important;
		background: none !important;
		text-decoration: underline;
	}
	header .menu>.pro-li>ul>li .dropdown-toggle::after{
		display: none;
	}
	header .menu>.pro-li>ul>li>a{
		font-size: 1.125rem;
		font-weight: 600;
		color: #e4007f;
	}
	header .menu>.pro-li>ul>li .dropdown-menu{
		width: 100%;
		background: none;
		border: none;
		box-shadow: none;
		left: 0;
		position: relative;
	}
	header .menu>.pro-li>ul>li>ul{
		display: block;
	}
	header .menu>.pro-li>ul>li>ul>li a::before{
		content: '◆';
		margin-right: .5rem;
	}
	header .menu>.pro-li .menu-img{
		max-width: 20rem !important;
		position: absolute;
		right: -3rem;
		top: 2rem;
		z-index: 5;
	}
	header .menu>.pro-li .menu-img img{
		display: block !important;
	}
	
	div[class^='index-']{
		padding: 1rem 0 2rem;
	}
	.index .title{
		margin-bottom: 1rem;
	}
	.index .text-center .btn{
		margin-top: 2rem;
	}
	.index-video .row>div{
		margin-bottom: 2rem;
	}
	.index-video .text-center .btn{
		margin-top: 0;
	}
	.index-project .container{
		max-width: 100%;
		padding: 0;
	}
	.index-partner .row{
		justify-content: center;
	}
	.tab-div{
		background: #f9f9f9;
		margin-top: -1rem;
	}
	.tab-div.on{
		width: 100%;
		border-bottom: 2px solid #00408c;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.tab-div .list-tag{
		margin: 0;
	}
	.tab-div .tab-list{
		justify-content: flex-start;
	}
	.tab-div .tab-list>li{
		margin: 0;
	}
	.tab-div .tab-list>li>.btn{
		font-weight: 600;
		border: none;
		padding: .75rem 1.25rem;
	}
	.about{
		padding-bottom: 2rem;
	}
	.customer{
		padding: 2.5rem 0 3rem;
	}
	.customer .h2{
		font-size: 3rem;
	}
	.customer .h4{
		font-size: 1.5rem;
		font-weight: 600;
	}
	.history .mySwiper{
		padding: 0 3rem;
	}
	.history .back{
		border-top: 1px solid #ccc;
		padding-top: 1rem;
		margin-top: 2.25rem;
		position: relative;
	}
	.history .back .h4{
		font-size: 1.25rem;
		padding-bottom: 1rem;
		margin: 0;
		position: absolute;
		left: 15px;
		bottom: 100%;
		margin-bottom: .75rem;
		display: inline-block;
	}
	.history .back .h4:before{
		content: '';
		width: .5rem;
		height: .5rem;
		background: #00408c;
		border-radius: 50%;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -.25rem;
		z-index: 5;
	}
	.history .pagination-inline a{
		width: 2rem;
		height: 5rem;
		font-size: 2rem;
		line-height: 4.75rem;
		display: block;
	}
	.title.shadow{
		padding-bottom: 2rem;
		position: relative;
	}
	.title.shadow:after{
		content: '';
		width: 100%;
		height: .5rem;
		background: -webkit-radial-gradient(#e9e9e9, #f9f9f9);
		background: -moz-radial-gradient(#e9e9e9, #f9f9f9);
		background: radial-gradient(#e9e9e9, #f9f9f9);
		border-radius: 50%;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,.05);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 5;
	}
	.product-list .title{
		font-size: 1.25rem !important;
		margin: 1rem 0;
	}
	.product-list .back{
		margin-bottom: 2rem;
	}
	.product-list .back .info{
		max-height: 9rem;
	}
	.product-parts .info .h4{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.product-down{
		padding: 3rem 0 2rem;
	}
	.support .back .h4{
		font-size: 1.25rem;
	}
	.project .list-tag{
		margin-bottom: 2rem;
	}
	.project .tab-list{
		flex-wrap: wrap;
	}
	.new .new-list>li .info{
		padding-left: 5rem;
	}
	.faq dl{
		margin-bottom: 1.5rem;
	}
	.faq dl>dt{
		font-size: 1.125rem;
		padding: .75rem 1rem;
	}
	.faq dl>dt>i{
		width: 1.625rem;
		height: 1.625rem;
		line-height: 1.62rem;
		border-width: 2px;
		top: .825rem;
	}
	.contact .info-text{
		margin: 1rem -.5rem 0;
	}
	.contact .info-text>div{
		padding: 0 .5rem;
	}
	.contact .info-text .back{
		padding-top: 2.5rem;
	}
	.info-center{
		margin: 2rem auto;
	}
	.info-center .h4{
		font-size: 1.25rem;
	}
	.info-center form .submit .btn{
		padding: .35rem 2.5rem;
	}
	.info-center.post .row{
		border: 1px solid #ccc;
		padding: 1rem 0;
		margin: 0;
	}
	.info-center.post .lt{
		border-right: 1px solid #ccc;
	}
	.info-center.post .lt:before,
	.info-center.post .lt:after{
		content: '';
		width: 2rem;
		height: 1.5rem;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		right: -1rem;
		z-index: 5;
	}
	.info-center.post .lt:before{
		border-bottom: 1px solid #ccc;
		top: -2rem;
	}
	.info-center.post .lt:after{
		border-top: 1px solid #ccc;
		bottom: -2rem;
	}
	.info-center .post-list{
		margin-top: 4rem;
	}
	.info-center .post-list li{
		margin-bottom: 1rem;
	}
}

@media (min-width:768px) and (max-width:991px){
	/**/
	header .menu>li>a{
		font-size: .75rem;
		padding: .35rem .35rem;
	}
}

@media (min-width:992px) {
	/**/
	header .menu>.pro-li>ul{
		width: 960px;
	}
	
	footer .ftr-lt,
	footer .ftr-rt{
		max-width: 26rem;
	}
	
	.product-list .product-menu{
		display: block;
	}
	.product .product-con:not(.active) li{
		padding-bottom: 4rem;
	}
	.product .product-con:not(.active) .main{
		width: calc(100% - 30px);
		height: 4rem;
		text-align: center;
		padding: 0 .75rem;
		overflow: hidden;
		position: absolute;
		left: 15px;
		bottom: 0;
		-webkit-transition: all .7s;
		transition: all .7s;
	}
	.product .product-con:not(.active) .choice .btn{
		color: #00408C;
		background: #fff;
		border: none;
		border-radius: 0;
	}
	.product .product-con:not(.active) li:hover .main{
		height: 8rem;
		background: rgba(0,64,140,.9);
		padding-top: .5rem;
	}
	.product .product-con:not(.active) li:hover .info,
	.product .product-con:not(.active) li:hover .info a{
		color: #fff;
	}
	.product-info h1{
		margin-top: 0;
	}
	.new .new-list>li .text-right{
    display: block;
	}
	.info-center .h5{
		margin: 1.5rem 0;
	}
}

@media (min-width:1200px) {
	/**/
	header .menu{
		padding-left: 3rem;
	}
	header .menu>li.menu-logo{
		max-width: 14rem;
	}
	header .navbar-brand{
		margin: 1rem auto;
	}
	
	header .menu>.pro-li>ul{
		width: 1140px;
		padding-left: 4rem;
	}
	
	div[class^='index-']{
		padding: 2rem 0 4rem;
	}
	.index .text-center .btn{
		font-weight: 600;
		padding: .35rem 3rem;
	}
	.index-partner{
		padding: 4rem 0 8rem !important;
	}
	.tab-div .tab-list>li>.btn{
		padding: 1.25rem 2rem;
	}
	.about{
		padding: 1rem 0 3rem;
	}
	.about .abt-text p{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.customer{
		padding: 4.5rem 0 5rem;
	}
	.customer .h2{
		font-size: 3.75rem;
	}
	.history{
		padding: 2rem 0 3rem;
	}
	.history .swiper-container{
		max-width: 50rem;
	}
	.history .back{
		padding-top: 2rem;
		margin-top: 3.25rem;
	}
	.history .back .info{
		padding-left: 3rem;
		padding-top: 1rem;
	}
	.history .back p{
		font-size: 1.125rem;
	}
	.history .back .h4{
		font-size: 1.75rem;
		margin-bottom: 1.75rem;
	}
	.certificate{
		padding-bottom: 3rem;
	}
	.product-list .back{
		margin-bottom: 3.125rem;
	}
	.content{
		position: relative;
	}
	.product-tab{
		position: absolute;
		left: 50%;
		top: 3rem;
		margin-left: -41rem;
		z-index: 70;
	}
	.product-tab.on{
		position: fixed;
	}
	.product-tab .tab-list{
		flex-direction: column;
	}
	.product-tab .tab-list>li{
		margin-bottom: 1rem;
	}
	.product-tab .tab-list>li:after{
		content: '';
		width: 1px;
		height: 1rem;
		background: #00408c;
		position: absolute;
		left: 50%;
		top: 100%;
		z-index: 3;
	}
	.product-tab .tab-list>li:last-child:after{
		display: none;
	}
	.product-tab .tab-list>li>.btn{
		border: none;
		border-radius: 50%;
		padding: 0;
	}
	.product-tab .tab-list>li:hover>.btn,
	.product-tab .tab-list>li.active>.btn{
		background: #eee !important;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
	}
	.product-parts .info{
		padding-left: 3rem;
	}
	.product-down{
		padding-top: 5rem;
	}
	.support .title{
		font-size: 2.25rem;
	}
	.support .back{
		padding-bottom: 5rem;
		margin-bottom: 5rem;
	}
	.support .back .h4{
		fill: 1.5rem;
	}
	.video iframe{
		width: 1110px !important;
		height: 600px !important;
	}
	.faq dl>dt{
		font-size: 1.25rem;
	}
	.info-center{
		margin: 3rem auto;
	}
	.info-center .h4{
		font-size: 1.5rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.info-center .h5{
		font-size: 1.125rem;
	}
	.info-center.post .row{
		padding: 2rem 2rem;
	}
	.info-center.post .lt{
		padding-right: 3rem;
	}
	.info-center.post .lt:before{
		top: -3rem;
	}
	.info-center.post .lt:after{
		bottom: -3rem;
	}
	.info-center.post .rt{
		padding-left: 3rem;
	}
	.info-center .post-list li{
		font-size: 1.125rem;
	}
}

@media (min-width:1440px) {
	/**/
	header .menu>.pro-li>ul{
		width: 1400px;
		padding-right: 5rem;
	}
	
	.index .title{
		font-size: 1.875rem;
	}
	.product-list .aside.on .aside-main{
		margin-left: 17.5rem;
	}
	.product-list .product-menu{
		-ms-flex: 0 0 17.5rem;
		flex: 0 0 17.5rem;
		max-width: 17.5rem;
	}
	.product-list .back .info{
		max-height: 15rem;
	}
	.product-tab{
		margin-left: -45rem;
	}
	.product-tab .tab-list>li{
		margin-bottom: 3rem;
	}
	.product-tab .tab-list>li:after{
		height: 3rem;
	}
	.video iframe{
		width: 1370px !important;
		height: 720px !important;
	}
	.info-center.post .row{
		padding: 2rem 5rem;
	}
	.info-center.post .rt{
		padding-left: 7rem;
	}
}

@media (min-width:1640px) {
	/**/
	.index .title{
		font-size: 2.25rem;
	}
	.info-center form textarea{
		min-height: 8rem;
	}
	.info-center.post .rt{
		padding-left: 10rem;
	}
}

@media (max-width:767px) {
	/**/
	header .htr-link{
		display: none !important;
	}
	header .navbar-header{
		flex: 1;
	}
	header .navbar-brand{
		height: 40px;
		margin: 5px auto;
	}
	header .navbar-brand img{
		height: 100%;
                margin-left: 79px;
	}
	header .menu a{
		text-align: left;
		display: block;
	}
	header .menu>li{
		border-bottom: 1px solid #f6f6f6;
		overflow: hidden;
	}
	header .menu>li>a{
		color: #333;
		padding: .75rem 1.5rem;
		position: relative;
		z-index: 1200;
	}
	header .menu>li>a::before{
		content: '\f054';
		font-family: 'FontAwesome';
		font-size: .75rem;
		position: absolute;
		right: 1.5rem;
		top: 1rem;
		z-index: 3;
	}
	header .menu>li.dropdown>a::before{
		content: '\f067';
		-webkit-transition: transform .5s;
		-moz-transition: transform .5s;
		transition: transform .5s;
	}
	header .menu>li.open>a::before{
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	header .dropdown-toggle::after{
		display: none;
	}
	header .menu>li:hover>a{
		color: #fff;
		background: #00408c;
	}
	header .menu>li.active>a{
		color: #00408c;
		background: #fff;
	}
	header .menu>li .drop-btn{
		width: 50%;
		min-height: 2.25rem;
		padding-right: 3rem;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1500;
		justify-content: flex-end;
		align-items: center;
		display: flex;
	}
	header .menu>li .drop-btn i{
		font-size: .75rem;
		color: #333;
	}
	header .menu>li>.drop-btn{
		min-height: 3rem;
	}
	header .menu>li>.drop-btn i{
		display: none;
	}
	header .menu .dropdown-menu{
		background-color: #fafafa !important;
		border: none;
		padding: .5rem 0;
	}
	header .menu .dropdown-menu>li>a{
		border: none;
		padding: .5rem 2.5rem !important;
	}
	header .menu .dropdown-menu>li>a::before{
		content: '\f105';
		font-family: 'FontAwesome';
		font-size: .875rem;
		margin-right: .5rem;
	}
	header .menu .dropdown-menu>li:hover>a,
	header .menu .dropdown-menu>li.active>a{
		color: #00408c !important;
		background: none !important;
		text-decoration: underline;
	}
	header .menu>li>ul ul{
		border-bottom: 1px solid #ccc !important;
		border-radius: 0;
		margin-bottom: .5rem !important;
	}
	header .menu>li>ul>li li{
		margin: 0 1rem;
	}
  
  .product-list .back{
  	border-bottom: 1px dashed #ccc;
  	padding-bottom: 2rem;
  	margin-bottom: 2rem;
  }
  .new .new-list>li .h4{
		margin-top: 1rem;
	}
}

@media (max-width:479px){
	/**/
	.product-info{
		padding-top: 1rem;
	}
	.new .new-list{
		margin-top: .5rem;
	}
}