﻿.form-group.code{
display:flex;
justify-content: space-between;
}
@font-face { 
  font-family: 'univia';
  src: url('fonts/univia_8_0.eot'); /* IE9 Compat Modes */
  src: url('fonts/univia_8_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/univia_8_0.woff') format('woff'), /* Modern Browsers */
       url('fonts/univia_8_0.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/univia_8_0.svg#univia_8_0') format('svg'); /* Legacy iOS */ 
  font-weight: 200;
}
@font-face { 
  font-family: 'univia';
  src: url('fonts/univia.eot'); /* IE9 Compat Modes */
  src: url('fonts/univia.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/univia.woff') format('woff'), /* Modern Browsers */
       url('fonts/univia.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/univia.svg#univia') format('svg'); /* Legacy iOS */ 
  font-weight: 400;
}
#etalage .etalage_thumb{
	border: none !important;
	box-shadow: none !important;
}

header{
	width: 100%;
	background: #fff;
	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 .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: 0;
	margin: .675rem 0;
	position: absolute;
}
header .navbar-right{
	align-items: center;
	display: none;
}
header .navbar-right>form{
	max-width: 13.75rem;
	position: relative;
}
header .navbar-right>form input{
	padding-right: 3rem;
}
header .navbar-right>form .btn{
	color: #fff;
	background: #00408c;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

header .language{
	text-align: center;
	position: relative;
}
header .language .lan-toggle{
	color: #00408c;
	padding: .5rem .75rem;
}
header .language .lan-toggle:after{
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	margin-left: .255em;
	vertical-align: middle;
	display: inline-block;
}
header .language .lan-menu{
	width: 7.5rem;
	background: #fff;
	border: 1px solid #E9ECEF;
	box-shadow: 0px 6px 12px rgba(0,0,0,.175);
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -3.75rem;
	z-index: 5;
	display: none;
}
header .language .lan-menu>li>a{
	border-radius: 0;
	display: block;
}
header .language .lan-menu>li:hover>a{
	color: #fff;
	background: #00408c;
}
header .language:hover .lan-toggle{
	color: #00408c;
}
header .language:hover .lan-menu{
	display: block;
}

header .menu a{
	font-size: 1rem;
	text-align: center;
	color: #333;
	background: transparent;
}
header .menu>li>a{
	line-height: 1.5;
	text-transform: uppercase;
	padding: .35rem .75rem;
}
header .menu>li:hover>a{
	opacity: .8;
}
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 img,
header .menu>li .drop-btn{
	display: none;
}


/*********  content  *********/
.fadeBack{
	overflow: hidden;
}
.title.index{
	text-decoration: underline;
	margin-bottom: .5rem;
}
.univia{
	font-family: 'univia';
}
.grid{
	margin-bottom: 1rem;
	position: relative;
	display: block;
}
.grid:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.grid  a{
	color: #fff;
}
.grid .info{
	color: #fff;
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	z-index: 5;
}
.grid .info p{
	font-size: .75rem;
	color: #fff;
}
.grid .info .h4{
	font-size: 1rem;
}
.grid .info .btn{
	color: #fff;
	text-decoration: underline;
	padding: 0;
	margin-top: .5rem;
}
.card{
	border: 1px solid #ccc;
	padding: 1rem;
	margin-bottom: 1rem;
	position: relative;
}
.card:after{
	content: '';
	width: 100%;
	height: .4rem;
	background-color: #00adef;
	background-image: -webkit-linear-gradient(90deg,#00adef,#0075c5);
	background-image: -o-linear-gradient(90deg,#00adef,#0075c5);
	background-image: -moz-linear-gradient(90deg,#00adef,#0075c5);
	background-image: linear-gradient(90deg,#00adef,#0075c5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
/*.card.bd-red:after{
	background-color: #eb008f;
	background-image: -webkit-linear-gradient(90deg,#eb008f,#ec1c24);
	background-image: -o-linear-gradient(90deg,#eb008f,#ec1c24);
	background-image: -moz-linear-gradient(90deg,#eb008f,#ec1c24);
	background-image: linear-gradient(90deg,#eb008f,#ec1c24);
}
.card.bd-blue:after{
	background-color: #00adef;
	background-image: -webkit-linear-gradient(90deg,#00adef,#0075c5);
	background-image: -o-linear-gradient(90deg,#00adef,#0075c5);
	background-image: -moz-linear-gradient(90deg,#00adef,#0075c5);
	background-image: linear-gradient(90deg,#00adef,#0075c5);
}*/
.card .h1{
	font-weight: 200;
	line-height: 1.2;
	margin: 0 0 2rem;
}
.card .h4{
	font-weight: 700;
}
.card .h3{
	font-weight: 400;
	line-height: 1.3;
}
.card .h5{
	font-size: .9375rem;
	font-weight: 400;
	color: #666;
	margin-top: 1.5rem;
}
.card .date{
	font-size: .875rem;
	color: #999;
}
.bg-green{
	color: #fff;
	background-color: #00adef;
	background-image: -webkit-linear-gradient(90deg,#00adef,#0075c5);
	background-image: -o-linear-gradient(90deg,#00adef,#0075c5);
	background-image: -moz-linear-gradient(90deg,#00adef,#0075c5);
	background-image: linear-gradient(90deg,#00adef,#0075c5);
	/*background-color: #00a66c;
	background-image: -webkit-linear-gradient(90deg,#00a66c,#00a9b4);
	background-image: -o-linear-gradient(90deg,#00a66c,#00a9b4);
	background-image: -moz-linear-gradient(90deg,#00a66c,#00a9b4);
	background-image: linear-gradient(90deg,#00a66c,#00a9b4);*/
}
.index-banner{
	overflow: hidden;
	position: relative;
}
.index-banner .swiper-slide{
	overflow: hidden;
}
.index-grid{
	padding-top: 1rem;
}
.index-new .back{
	margin: 0 0 1rem;
}
.index-new .back .h1{
	font-size: 2.25rem;
	font-weight: 200;
	line-height: 1.1;
	margin-top: 0;
}
.index-new .back .h1 span{
	font-size: 1rem;
}
.index-new .card .btn{
	color: #00408c;
	padding-left: 0;
	margin-top: 2rem;
}
.index-about .card{
	background: url(../uploadfiles/images/index-about-bg.jpg) no-repeat 12.5rem center;
	background-size: cover;
}
.index-about .back{
	max-width: 35rem;
}
.index-about .card .btn{
	color: #00408c;
	border: 1px solid #00408c;
	border-radius: 0;
	padding: .35rem 1.5rem;
	margin-top: 2rem;
}
.index-about .card .btn:hover{
	color: #fff;
	background: #00408c;
}
.strength,
.history,
.certificate,
.partner{
	padding: .1rem 0 1rem;
}
.strength .h5{
	font-weight: 600;
	font-size: 1.125rem;
	color: #00408c;
}
.history{
	background: #f4f4f4;
}
.certificate{
	background: url(../uploadfiles/images/about-4-bg.jpg) no-repeat center;
	background-size: cover;
}
.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{
	background: #f8f8fa;
	padding: .1rem 0 1rem;
}
.product .text{
	text-align: left;
	margin: 0 auto 1rem;
}
.product .tab-list>li>.btn{
	color: #00408C;
	border-color: #00408C;
}
.product .product-text{
	background: #fff;
	padding: .1rem 1rem 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
}
.product .product-text .more{
	color: #00408C;
	background: #fff;
	padding: .15rem .75rem;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
.product .product-text p{
	margin-bottom: .5rem;
}
.product .product-text .h4{
	font-weight: 600;
}
.product .pro-form .form-control{
	border-color: #00408C;
	border-radius: 0;
}
.product .pro-form .submit{
	align-items: center;
	display: flex;
}
.product .pro-form .submit .btn{
	max-height: calc(2.25rem + 2px);
	color: #fff;
	background: #00408C;
	border-radius: 0;
	margin-top: 1.5rem;
	margin-left: .5rem;
}
.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;
}
.product-info h1{
	color: #00408c;
	text-align: left;
	margin-bottom: .5rem;
}
.product-info .pro-rt .info{
	overflow: hidden;
	position: relative;
}
.product-info .pro-rt .info .more{
	font-weight: 600;
	line-height: 1.875;
	color: #1a549f;
	background: #fff;
	text-decoration: underline;
	padding-left: 1rem;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
}
.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-desc{
	padding-bottom: 1rem;
	margin: 1rem 0;
}
.product-desc.active{
	/*background: #525659;*/
	background: url(../uploadfiles/images/product-info-bg-2.png) no-repeat center;
	background-size: cover;
}
.product-desc .tab-list{
	background: #d6d6d6;
	justify-content: flex-start;
}
.product-desc .tab-list>li{
	margin-bottom: 0;
}
.product-desc .tab-list>li>.btn{
	margin: 0;
}
.product-desc .tab-bg{
	
}
.product-desc iframe{
	border: none;
}
.product-desc p,
.product-desc img,
.product-desc .table-responsive{
	margin: 1rem 0;
}
.product-desc table{
	max-width: 60rem;
}
.product-desc table td{
	font-size: 1.125rem;
}
.product-desc table tr>td{
	padding: .5rem 1rem;
}
.product-desc table>thead td{
	border-bottom: none;
}
/*.product-desc table>tbody td[colspan="2"]{
	font-weight: 600;
	color: #fff;
	background: #7f7f7f;
	text-align: center;
}*/
.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{
	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: 1rem auto;
}
.info-center form .form-group{
	position: relative;
}
.info-center form input,
.info-center form textarea{
	border-radius: 0;
}
.info-center form .code input{
	width: 50%;
}
.info-center form .code .img{
	width: 48%;
	position: absolute;
	right: 0;
	top: 0;
}
.info-center form .submit .btn{
	width: 100%;
	color: #fff;
	background: #00408c;
	border-radius: 0;
}
.info-form{
	padding: .1rem 0;
}
.info-form .h4{
	font-weight: 600;
	padding-bottom: .5rem;
	position: relative;
}
.info-form .h4:before,
.info-form .h4:after{
	content: '';
	width: 50%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.info-form .h4:after{
	width: 3rem;
	background: #777;
	z-index: 5;
}
.info-form form{
	max-width: 50rem;
}
.info-form form .form-group{
	position: relative;
}
.info-form form input,
.info-form form textarea{
	border-radius: 0;
}
.info-form form .code{
	display: flex;
}
.info-form form .code img{
	width: 7.5rem;
	margin-left: 1rem;
}
.info-form form .submit .btn{
	color: #fff;
	background: #00408c;
	border-radius: 0;
	padding: .35rem 1.75rem;
}
.info-form form .submit .btn i{
	margin-left: .25rem;
}
.contact-info{
	padding: .1rem 0 3rem;
}
.contact-info .row p{
	margin-bottom: 1rem;
}
/*********  content end  *********/


footer{
	line-height: 1.875;
	color: #fff;
	background: #0071bb;
	background: -webkit-linear-gradient(90deg,#0071bb,#272ba7);
	background: -o-linear-gradient(90deg,#0071bb,#272ba7);
	background: -moz-linear-gradient(90deg,#0071bb,#272ba7);
	background: linear-gradient(90deg,#0071bb,#272ba7);
	padding-top: 3.5rem;
	margin-top: 2rem;
}
footer .ftr-info{
	padding-bottom: 2rem;
}
footer a{
	font-weight: 200;
	color: #fff !important;
}
footer a:hover{
	color: #00adef !important;
}
footer .h3{
	font-size: 1.375rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}
footer .h3:after{
	content: '';
	width: 2.5rem;
	height: 2px;
	background: #007cc8;
	margin-top: .5rem;
	display: block;
}
footer .ftr-info>.row{
	justify-content: space-around;
	margin-bottom: 1.5rem;
}
footer .ftr-logo img{
	margin-bottom: 1rem;
}
footer .ftr-service ul li{
	line-height: 1.5;
	border-bottom: 1px dotted #ccc;
	padding: .3rem 0;
}
footer .ftr-service ul li:before{
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right: .5rem;
}
footer .ftr-service .wxcode img{
	max-width: 5rem;
	margin-top: 1rem;
}
footer .ftr-new ul li{
	line-height: 1.25;
	border-bottom: 1px dotted #ccc;
	padding: .5rem 0;
}
footer .ftr-new .row{
	margin-left: -5px;
	margin-right: -5px;
}
footer .ftr-new .row>div{
	padding-left: 5px;
	padding-right: 5px;
}
footer .ftr-new .row p{
	max-height: 4.5rem;
	margin: 0;
	overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
	display: -webkit-box;
}
footer .ftr-new .row span{
	font-style: italic;
	font-size: 12px;
	color: #fff;
}
footer .ftr-contact form{
	max-width: 27.5rem;
}
footer .ftr-contact .form-group{
	margin-bottom: 1.5rem;
}
footer .ftr-contact input{
	height: calc(1.5em + 1rem + 2px);
}
footer .ftr-contact .form-control{
	/*color: #fff;*/
	background: rgba(255, 255, 255, 1);
	box-shadow: none;
	border-radius: 0;
  border: 1px solid #fff;
}
footer .ftr-contact .form-control::-webkit-input-placeholder{
	color: #666;
}
footer .ftr-contact .btn{
	width: 100%;
	font-weight: 600;
	color: #fff;
	background: #0071bb;
	border-radius: 0;
	padding: .5rem .75rem;
}
footer .ftr-contact .btn:hover{
	color: #00408c;
	background: #fff;
}
footer .social-media{
	margin-top: 1rem;
}
footer .ftr-bt{
	color: #fff;
	background: #0c0c0c;
  text-align: center;
  padding: .5rem;
  margin-bottom: 0;
}

@media (min-width:576px) {
	/**/
}

@media (min-width:768px) {
	/**/
	header .menu .dropdown-menu{
		width: 10rem;
		left: 50%;
		margin-left: -5rem;
	}
	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 img{
		display: block;
	}
	header .menu>.pro-li .dropdown-menu{
		width: 100%;
		border: none;
		border-top: 1px solid #00408C;
		padding: 1rem;
		margin-left: 0;
		left: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	header .menu>.pro-li .dropdown-menu>li{
		max-width: 16.666667%;
		flex: 0 0 16.666667%;
		padding: 0 .25rem;
	}
	header .menu>.pro-li .dropdown-menu>li>a{
		color: #00408C;
		border: none;
		padding: 0;
	}
	header .menu>.pro-li .dropdown-menu>li>a:last-of-type{
		padding: .35rem 0;
	}
	header .menu>.pro-li.open>.dropdown-menu{
		display: flex;
	}
	header .menu>.pro-li .dropdown-menu>li:hover>a{
		color: #00408C !important;
		background: transparent !important;
		text-decoration: underline;
	}
	
	.about img{
		margin-bottom: .5rem;
	}
	.strength,
	.history,
	.certificate,
	.partner{
		padding-bottom: 2rem;
	}
	.strength .h5{
		margin-top: 0;
	}
	.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{
		margin-top: -1rem;
	}
	.product .list-tag{
		margin-bottom: 0;
	}
	.product .tabIcon-list{
		background: #eeeff2;
		justify-content: flex-start;
	}
	.product .tabIcon-list>li{
		width: 20%;
		margin: 0;
	}
	.product .tabIcon-list>li>.btn{
		width: 100%;
		font-size: .75rem;
		color: #333 !important;
		background: url(https://qiniuyun.jumiweb.com/www.shenglu.com/microwave.png) no-repeat center top .5rem;
		white-space: normal;
		border: none;
		border-right: 1px solid #fff;
		padding-top: 6rem;
		padding-bottom: 1rem;
		overflow: hidden;
		position: relative;
		-webkit-transition: all .7s;
		transition: all .7s;
	}
	.product .tabIcon-list>li:nth-child(2)>.btn{
                background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/base-station.png);

	}
	.product .tabIcon-list>li:nth-child(3)>.btn{
         	background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/automotive.png);
	}
	.product .tabIcon-list>li:nth-child(4)>.btn{
               background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/terminal.png);

	}
	.product .tabIcon-list>li:nth-child(5)>.btn{
		background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/indoor.png);
	}
	.product .tabIcon-list>li:nth-child(6)>.btn{
		background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/wireless.png);
	}
	.product .tabIcon-list>li>.btn>span{
		min-height: 2.215rem;
		position: relative;
		z-index: 5;
		display: inline-block;
	}
	.product .tabIcon-list>li>.btn:before{
		content: '';
		width: 100%;
		height: 0;
		background: #00408C url(https://qiniuyun.jumiweb.com/www.shenglu.com/microwave-1.png) no-repeat center top .5rem;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		-webkit-transition: all .7s;
		transition: all .7s;
	}
	.product .tabIcon-list>li:nth-child(2)>.btn:before{
		background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/base-station-1.png);

	}
	.product .tabIcon-list>li:nth-child(3)>.btn:before{
		background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/automotive-1.png);
	}
	.product .tabIcon-list>li:nth-child(4)>.btn:before{
		background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/terminal-1.png);

	}
	.product .tabIcon-list>li:nth-child(5)>.btn:before{
		background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/indoor-1.png);
	}
	.product .tabIcon-list>li:nth-child(6)>.btn:before{
		background-image: url(https://qiniuyun.jumiweb.com/www.shenglu.com/wireless-1.png);
	}
	.product .tabIcon-list>li:hover>.btn{
		color: #fff !important;
	}
	.product .tabIcon-list>li:hover>.btn:before{
		height: 100%;
	}
	.product .pro-form .tab-list{
		justify-content: flex-start;
	}
	.product .product-text{
		padding-top: .5rem;
	}
	.product .product-text p{
		margin: 1rem 0;
	}
	.product .pro-form{
		margin: 2rem 0 .5rem;
	}
	.new .new-list>li .info{
		padding-left: 5rem;
	}
	.new-info .title{
		font-size: 1.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 form textarea{
		min-height: 9rem;
	}
	.info-form{
		padding: 2.5rem 0 2rem;
	}
	.info-form .h4{
		font-size: 1.5rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.info-form .h5{
		margin-bottom: 1rem;
	}
	.contact-info{
		padding: 3rem 0;
	}
	.contact-info ul li{
		margin-bottom: .5rem;
	}
}

@media (min-width:768px) and (max-width:991px){
	/**/
	.product .tabIcon-list>li>.btn{
		padding: 6rem 0 1rem;
	}
}

@media (min-width:992px) {
	/**/
	header .navbar-right{
		display: flex;
	}

	.index-grid{
		padding-top: 2rem;
	}
	.index-new .lt{
		margin-top: -5rem;
	}
	.index-new .back{
		padding: 2rem 1rem;
	}
	.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;
	}
}

@media (min-width:1200px) {
	/**/
	header .menu>.pro-li .dropdown-menu{
		padding-top: 2rem;
	}
	header .menu>.pro-li .dropdown-menu>li{
		padding: 0 1rem;
	}
	
	.grid .info .h4{
		font-size: 1.75rem;
	}
	.grid .info .h5{
		font-size: 1rem;
	}
	.card .h1{
		margin-bottom: 3rem;
	}
	.index-about{
		padding-bottom: 3rem;
	}
	.index-about .card{
		padding: 2rem;
	}
	.strength,
	.history,
	.certificate,
	.partner{
		padding: 1rem 0 3rem;
	}
	.product-list .back{
		margin-bottom: 3.125rem;
	}
	.product-desc{
		font-size: 1.125rem;
		margin-top: 3rem;
	}
	.product-desc .tab-list{
		margin-bottom: 2rem;
	}
	.faq dl>dt{
		font-size: 1.25rem;
	}
	.info-center{
		margin: 3rem auto;
	}
	.info-center form .form-group{
		margin-bottom: 2rem;
	}
	.info-center form input{
		height: calc(1.5em + 1.5rem + 2px);
	}
	.info-center form textarea{
		min-height: 13.25rem;
	}
	.info-center form .submit .btn{
		font-size: 1.25rem;
		padding: .5875rem .75rem;
	}
	.info-form{
		font-size: 1.125rem;
		padding: 2.5rem 0 2rem;
	}
	.info-form .h4{
		font-size: 1.75rem;
	}
	.info-form .h5{
		font-size: 1.125rem;
		margin: 2rem 0;
	}
	.info-form form .form-group{
		margin-bottom: 1.5rem;
	}
	.info-form form .form-control{
		min-height: 3rem;
		font-size: 1.125rem;
	}
	.info-form form .submit .btn{
		font-size: 1.25rem;
		padding: .5rem 3.5rem;
	}
	.contact-info{
		font-size: 1.125rem;
		padding-bottom: 5rem;
	}
	.contact-info ul li{
		margin-bottom: .5rem;
	}
}

@media (min-width:1440px) {
	/**/
	header .menu{
		padding: 0 10%;
	}
	
	.about .pct-img{
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.about .info{
		line-height: 2;
		padding: 1rem 0 0 3rem;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.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;
	}
}

@media (min-width:1640px) {
	/**/
	.strength,
	.history,
	.certificate,
	.partner{
		padding: 2rem 0 5rem;
	}
	.certificate .pagination-block,
	.partner .pagination-block{
		margin-top: 1rem;
	}
}

@media (max-width:767px) {
	/**/
	header .htr-link,
	header .navbar-right{
		display: none !important;
	}
	header .navbar-header{
		width: 100%;
		margin: 0 !important;
	}
	header .navbar-brand{
		height: 40px;
		margin: 5px auto;
	}
	header .navbar-brand img{
		height: 100%;
	}
	header .menu a{
		text-align: left;
		display: block;
	}
	header .menu>li .drop-btn{
		width: 50%;
		min-height: 2.25rem;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 5;
		display: block;
	}
	header .menu>li .dropdown{
		position: relative;
	}
	header .menu>li>a{
		padding: .75rem 3rem;
	}
	header .menu>li:hover>a{
		color: #fff;
		background: #00408c;
		text-decoration: underline;
	}
	header .menu>li.active>a{
		color: #00408c;
		background: #fff;
	}
	header .menu .dropdown-menu{
		background-color: #fefefe;
		border: none;
	}
	header .menu .dropdown-menu>li>a{
		color: #00408c;
		border: none;
		padding: .5rem .5rem !important;
		padding-left: 3rem !important;
	}
	header .menu>li>ul>li{
		border-bottom: 1px solid #00408c;
		margin: .3rem 2.75rem;
	}
	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;
	}
}
.product .product-con .info {
    width: 100%;
    height: auto;
    font-weight: 500;
    margin: .5rem 0;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-con>li>.main .desc {
    min-height: 82px;
}
.menu li .dropdown-menu>li>a>p{
min-height:44px;
}
@media (min-width: 992px){
.product .product-con:not(.active) li:hover .main {
    background: rgba(0,64,140,.6);
     height:9rem;
}
}

.idxNew-mod20 .news_box .display-title {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.product .product-con .info {
    padding: 5px 0;
}

.skype-online{
	width: 4rem;
	color: #fff;
	text-align: center;
	position: fixed;
	right: 1rem;
	bottom: 11.5rem;
	z-index: 300;
}
.skype-online li{
	padding: .75rem 0;
	cursor: pointer;
	position: relative;
}
.skype-online .icon i{
	font-size: 2rem;
}
.skype-online p{
	font-size: .75rem;
	margin-bottom: 0;
}
.skype-online .skype{
	background: #1a549f;
}
.skype-online .whatsapp{
	background: #3ebf2a;
}
.skype-online li.skype .img{
	background: #1a549f;
}
.skype-online li.skype .img p::before{
	content: '\f17e';
	font-family: 'FontAwesome';
	margin-right: .5rem;
	display: inline-block;
}
.skype-online li.whatsapp .img{
	background: #3ebf2a;
}
.skype-online li.whatsapp .img p::before{
	content: '\f232';
	font-family: 'FontAwesome';
	margin-right: .5rem;
	display: inline-block;
}
.skype-online li:hover .img{
	display: block;
}
.skype-online li .img{
	min-width: 12.5rem;
	min-height: 100%;
	color: #fff;
	padding: .35rem;
	position: absolute;
	top: 0;
	right: 100%;
	display: none;
}
.skype-online li .img p{
	font-size: 1.125rem;
}
.skype-online li a{
	color: #fff;
}
.skype-online li .img img{
	max-width: 100%;
}
@media (min-width: 992px){
.product .product-con:not(.active) .main {
     width: unset; 
     position: relative;
     left:0;
     height:6rem;
}
.product .product-con:not(.active) li {
    padding-bottom: 0rem;
}
}
.product-con>li>.main .desc {
    text-align:left;
}


}
.pdt_optimization-mod1{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pdt_optimization-mod1 .title{
  margin-top: 0;
}
.pdt_optimization-mod1 .block{
  display: block;
  position: relative;
  cursor: default;
}
.pdt_optimization-mod1 .block::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0,13,33,0.6);
}
.pdt_optimization-mod1 .pic{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pdt_optimization-mod1 .pic div{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pdt_optimization-mod1 .pic img{
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
.pdt_optimization-mod1 .block:hover .pic img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pdt_optimization-mod1 .info-group{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.pdt_optimization-mod1 .tit{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  text-align: left;
}
.pdt_optimization-mod1 .info-desc{
  font-size: 16px;
  line-height: 1.8;
  height: 115px;
  color: #fff;
  margin-top: 0.625rem;
}
.pdt_optimization-mod1 .more{
  min-width: 130px;
  height: 40px;
  line-height: 30px;
  background-color: var(--style-color);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 0.375rem 1rem;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.pdt_optimization-mod1 .more::after{
  content: '';
  height: 100%;
  background-color: var(--style-color);
  position: absolute;
  left: -12px;
  right: -12px;
  top: 0;
  z-index: -1;
  transform: skewX(-25deg);
}
.pdt_optimization-mod1 .swiper-group{
  width: 100%;
  position: relative;
}
.pdt_optimization-mod1 .swiper-button-next,
.pdt_optimization-mod1 .swiper-button-prev{
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: none;
  font-size: 46px;
  font-weight: bold;
  color: var(--style-color);
  display: none;
  align-items: center;
  justify-content: center;
}
.pdt_optimization-mod1 .swiper-button-prev{
  left: 1%;
}
.pdt_optimization-mod1 .swiper-button-next{
  right: 1%;
}
.pdt_optimization-mod1 .swiper-pagination{
  margin-top: 1.25rem;
  position: static;
}
.pdt_optimization-mod1 .swiper-pagination-bullet-active{
  background-color: var(--style-color);
}

@media(min-width:992px){
  .pdt_optimization-mod1 .swiper-pagination{
    display: none;
  }
}
@media(min-width:1200px){
  .pdt_optimization-mod1{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .pdt_optimization-mod1 .info-group{
    padding: 1.25rem 3.125rem;
  }
  .pdt_optimization-mod1 .tit{
    font-size: 24px;
    transition: all .4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  }
  .pdt_optimization-mod1 .info-desc{
    font-size: 16px;
    display: block;
  }
  .pdt_optimization-mod1 .more{
    min-width: 176px;
  }
  .pdt_optimization-mod1 .info-group{
    justify-content: unset;
    padding-top: 2.5rem;
  }
}
@media(min-width:1440px){
  .pdt_optimization-mod1 .info-group{
    padding-top: 5rem;
  }
}
@media(max-width:768px){
  .pdt_optimization-mod1 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}