
/**=========================
	START BODY
=========================**/
::-webkit-scrollbar{
    background-color: #CCC;
    width: 12px;
}
::-webkit-scrollbar-thumb{
    background-color: #009da5;
}
::selection{
	color: #fff;
	background-color:#009da5;
}
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 14px;
}
body{
	margin:0px;
	padding:0px;
	color: #333333;
	font-size:14px;
	font-family:"Microsoft YaHei",Helvetica,Arial,FreeSans,Arimo,"Segoe UI","Lucida Grande",Helvetica,Arial,FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,sans-serif;
	background-color: #f5f5f5;
}
/**=========================
	END BODY
=========================**/

/**=========================
	START COMMON
=========================**/
a,
a:hover{
	color: #333333;
	text-decoration: none;
	outline: none;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}


h1, h2, h3, h4, h5, h6{
	color: #333333;
}

li{ 
	color: #333333;
	list-style: none;
}
span,b,strong{	font-size: 100%;}

.clear { clear:both; }


/* loader */
.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #009da5;
	text-align: center;
}
.rolling{
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	margin: auto;
	color:#FFFFFF; font-size:20px; font-weight:bold; line-height:20px;
}
.rolling div,
.rolling div:after{
	position: absolute;
	width: 130px;
	height: 130px;
	border: 10px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
}
.rolling div{
	-webkit-animation: rolling 1.5s linear infinite;
	animation: rolling 1.5s linear infinite;
	top: 22px;
	left: 100px;
}
.rolling div:after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.rolling{
	width: 200px !important;
	height: 200px !important;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

/* loader rolling */
@keyframes rolling {
0% {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
100% {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rolling {
0% {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
100% {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  }
}


.logo_nav { float:left;}






/**=========================
	START HEADER
=========================**/

.header-fixed{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;

}

#header { position: fixed; top: 0; width: 100%; z-index: 999;}



/* TOP导航 悬停滑动样式 */
.menu_fix {
	animation: smooth 1s;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 0 30px 0 #FFF;
	background-color: rgba(255, 255, 255,0.98);
}


@keyframes smooth {
	from {	top: -50px;
	}
	to {
		top: 0px;
	}
}


.container { 
    width: 100%;
    padding:0px;
    margin: auto;
	position: relative;
	z-index:20;	 
}


#header .navbar-brand{
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
#header .navbar-brand span{
	color: #009da5;
}
#header .nav-item{
	position: relative; font-weight: normal; 
}


#header .nav-item.active a:before,
#header .nav-item a:hover:before{
	content: "-";
	position: absolute;
	left: 0px;
	font-weight: bold;
	color:#009da5;
}



 
#header .dropdown.active .dropdown-item:hover:before,
#header .dropdown.active .dropdown-item.active:before,
#header .nav-item .dropdown-item:hover:before{
	content: "-";
	color: #fff;
}


	
#header .nav-link{
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}



#header .dropdown-menu{
	padding: 0px;
	border-radius: 0;
	background-color: #fff;
	font-size: 14px;
	min-width: 12rem;
}

#header .dropdown-menu:before{
	content: "\f0de";
	font-family: 'FontAwesome';
	position: absolute;
	top: -17px;
	left: 13px;
	font-size: 26px;
}

#header .dropdown.active .dropdown-item:before{
	content: "";
}
#header .dropdown-menu .dropdown-item{
	padding: 5px 20px;
	color: #333333;
	border-bottom:1px solid #EEE;
}
#header .dropdown-menu .no-boder-bottom { padding: 6px 20px; color: #333333; border-bottom: none;}

#header .dropdown-menu .dropdown-item:hover,
#header .dropdown.active .dropdown-menu .dropdown-item:hover{
	background-color: #009da5; font-weight:600;
	color: #FFF;
	padding-left:30px;
}


#header .dropdown.active .dropdown-menu a{
	color: #333333;
}
#header .dropdown.active .dropdown-menu .dropdown-item.active{
	background-color: #;
	color: #fff;
}


.version_nav {	position: absolute; z-index:999999; text-align:center;}
.version_nav a {  width:30px; height:30px; display: flex; justify-content: center; align-items: center; border-radius:50%; font-size:14px; font-weight:800; background-color: #FFF; border:1px solid #009da5; color:#009da5; }
.version_nav a:hover{  background-color: #009da5; color:#FFF;}



#header .navbar-toggler{ position:relative;
	border-radius: 0;
	background-color: #FFF;
	outline: 0;
	border: 0;
	padding: 0px;
	cursor:pointer;

}

#header .navbar-toggler-icon{
	position: relative;
    display: block;
    height: 8px;
    width: 26px;
}
#header .navbar-toggler-icon:before{
	content: "";
    position: absolute;
    height: 4px;
    background-color: #009da5;
    opacity: 1;
    left: 0px;
    right: 0px;
    top: 2px;
}
/**=========================
	END HEADER
=========================**/



/* animate */
.animate {
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
}

/* nav menu */
@keyframes slideIn {
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(2rem);
    opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* 导航css bagin */

.collapse { display: none;}
.collapse.show { display: block;}


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown, .dropup { position: relative;}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .160em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}


.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 58%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.nav-link { display: block;}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	position:relative;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cloese_menu { cursor:pointer; position: absolute; top:22px; background:url(../../images/close_icon.svg) no-repeat; background-size:26px; height:26px; width:26px; z-index:50; right: 0;}
.cloese_menu:hover  { transform: rotate(180deg); transition:all 0.5s;}

/* 导航css end */


/* Page Title begin */

.page-title{ text-align:center; }

.page-title h2{
	position:relative;
	color:#FFF;
	font-weight:600;
	margin-bottom:20px;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
	padding:15px 0px; 
	border-bottom:1px solid #FFF;
}

.page-title .page-breadcrumb{
	position:relative; margin:auto; width:100%;
}

.page-title .page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:12px;
	padding-right:14px;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
}

.page-title .page-breadcrumb li:after{
	position:absolute;
	content:'\f105';
	right:-4px;
	top:0.5px;
	color:#FFF;
	font-family: 'FontAwesome';
}

.page-title .page-breadcrumb li:last-child::after{
	display:none;
}

.page-title .page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-title .page-breadcrumb li a{
	color:#009da5;
	font-weight:400;
}

.page-title .page-breadcrumb li a:hover{
	color:#009da5; text-decoration:underline;
}

.page-title .page-breadcrumb > a { color: #009da5;}
.page-title .page-breadcrumb > a:last-child { color: #fff;}
.page-title .page-breadcrumb > a:hover{	color:#009da5; text-decoration:underline;}
.page-title .page-breadcrumb > b {
  width: 10px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 10px;
}
.page-title .page-breadcrumb > b:after {
  position: absolute;
  content: '\f105';
  right: -2.5px;
  top: -3px;
  color: #FFF;
  font-family: 'FontAwesome';
}


.icon-home { margin-right:6px; color:#009da5;}

.driver-bg{
	position: relative;
	background-image: url(../../images/driver_bg.webp);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:center; 
	z-index: 1;
}
.driver-bg:after{
    content: '';
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: -1;
}

/* Page Title end */



/**=========================
	START PAGE ALL PRODUCTS
=========================**/


/* btn */
button,
button:focus,
button:active,
button:hover{
	box-shadow: 0 0 0 0;
	outline: 0; 
}
.btn{
	border-radius:30px;
	color: #fff; text-align: center;  display: inline-block;
	box-shadow: 0 0 0 0;
	outline: 0; 
	font-size: 1.25rem;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
	white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
}



.btn-primary{
	color: #fff;
	background-color: #666;
	box-shadow: 0 0 0 0;
	outline: 0;	 
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{ 
	color: #fff;
	background-color: #009da5;
	outline: 0;
	box-shadow: 0 0 0 0;
}



/* card*/
.card{
	border-radius:15px;
	padding: 15px;
	margin-bottom: 2rem;
	border: 0;
	box-shadow: 0 0 20px 0 #;
	display: block;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	background-color: #FFF;
}
.card:hover{
	color: #333;
	background-color: #009da5;
	box-shadow: 0 0 0 0 #FFF;
}
.card:hover h1,
.card:hover h2,
.card:hover h3,
.card:hover p,
.card:hover i,
.card:hover a,
.card:hover li{
	color: #FFF;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;	
}
.card:hover .btn{
	background-color: #fff;
	color: #333333;
}
.card:hover .btn:hover{
	background-color: #CCC;
}
.card:hover .btn i{
	color: #C00;
}



/* row */
.t-row{	margin:0 -15px 100px -15px;}




#our-projects .card a i{
	display: none;
}
#our-projects .card:hover a i{
	display: inline-block;
	-moz-animation-delay: 2s;
   -webkit-animation-delay: 2s;
   -o-animation-delay: 2s;
    animation-delay: 2s;
}
#our-projects .card a:hover{
	color: #333;
}
#our-projects .button-group .btn{
	margin-bottom: 10px;
}
#our-projects .button-group .btn:hover{
	background-color: #009da5;
	outline: 0;
	box-shadow: 0 0 0 0;
}
#our-projects .button-group .btn.is-checked{
	background-color: #009da5;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.grid:after{
	content: '';
	display: block;
	clear: both;
}


.products_container { width:100%; padding:0 20px; margin: auto; }



/* all_produces begin */
.filter-img { float:left; overflow:hidden; border-radius:15px;}

.element-item{
	position: relative;
	float: left;
	border-radius:10px; 
}

.element-item img { width:100%; margin:auto; text-align:center; transition: all 0.5s;  float:left; }

.element-item:hover img { transform: scale(1.1); 
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
filter: gray; }


/* all_produces end */


.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.filter-content { text-align: center;}
.filter-content h3 { font-weight: bold; line-height:1.3; font-family: inherit; float:left; width:100%; margin-top:8px;}
.filter-content P { color:#999; margin-top:5px; float:left; width:100%; }



.mb-5 { margin-bottom: 4rem!important; text-align: center!important; }

.mb-blue { margin-bottom: 2.5rem!important; }

.w-100 { width: 100%!important; }
.mb-4 { margin-bottom: 1rem!important }
.text-center { text-align: center!important;}
.text-center h1 { font-size: 2rem; margin-bottom:25px;}
.text-center span { float:left; width:100%; margin-bottom:30px; 
animation: rotate-1 1.5s linear;

transition:All .5s ease-in-out;
-webkit-transition:All .5s ease-in-out;
-moz-transition:All .5s ease-in-out;
-o-transition:All .5s ease-in-out;
}

.text-center dt { float:left; width:100%; margin-bottom:30px; 
animation: rotate-1 1.5s linear;

transition:All 1.5s ease-in-out;
-webkit-transition:All 1.5s ease-in-out;
-moz-transition:All 1.5s ease-in-out;
-o-transition:All 1.5s ease-in-out;
}

@keyframes rotate-1 {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
}

.driver_icon { background:url(../../images/driver_icon.svg) no-repeat; background-position:center; background-size:100px; height:100px;}
.bluetooth_icon { background:url(../../images/bluetooth_icon.svg) no-repeat; background-position:center; background-size:100px; height:100px; }
.WiFi_icon { background:url(../../images/WiFi_icon.svg) no-repeat; background-position:center; background-size:100px; height:100px; }
.wired_icon { background:url(../../images/wired_icon.svg) no-repeat; background-position:center; background-size:100px; height:100px; }
.app_icon { background:url(../../images/app_icon.svg) no-repeat; background-position:center; background-size:100px; height:100px; }

.text-center:hover span { 
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
}

.text-center:hover dt { 
transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
}


/**=========================
	END PAGE ALL PRODUCTS
=========================**/


.new-aFloat-In{-webkit-animation:newFloat-In 1s linear;animation:newFloat-In 1s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;}
@-webkit-keyframes newFloat-In{100%{opacity:1;-webkit-transform:translate(0);visibility:visible}}
@keyframes newFloat-In{100%{opacity:1;transform:translate(0);visibility:visible}}


/* listpage */
.listpage { display: flex; justify-content: center; margin-bottom: 4rem!important; }
.listpage a { padding: 5px 10px; border: 1px solid #999; color: #999; margin:0 5px;}
.listpage a:first-child { display:none;}
.listpage a:hover { border: 1px solid #009da5; color: #fff; background-color: #009da5;background-color: #FFF;}
.listpage b { padding: 5px 10px; color: #009da5; border: 1px solid #009da5; margin:0 5px;}

/* listpage */
.menu_fenlei { justify-content: center; padding:0 20px; outline: 0; max-width: 1460px;}
.menu_fenlei a {  border: 1px solid #333; color: #333; font-size:18px; border-radius:30px; text-align:center;}
.menu_fenlei a:hover { border: 1px solid #666; color: #FFF; background-color: #666; }
.menu_fenlei span { font-size:18px; color: #FFF; background-color: #009da5; border-radius: 30px;border: 1px solid #009da5; }


.fenlei_nr { max-width: 1460px; background-color: #FFF; border-radius:30px; justify-content: center; padding:0 20px; }

.fenlei_nr a {  border: 1px solid #333; color: #333; font-size:18px; border-radius:30px; text-align:center;}
.fenlei_nr a:hover { border: 1px solid #666; color: #FFF; background-color: #666; }
.fenlei_nr span { font-size:18px; color: #FFF; background-color: #009da5; border-radius: 30px; border: 1px solid #009da5;}



/* page_products_content begin */

.products_content_nav {  max-width: 1460px; background-color:#FFF; margin:auto;}

.left_dt_list { float:right; margin-bottom:80px; overflow:hidden;transition: all 0.5s;
	position: relative;
	z-index: 1;
	 }

.left_dt_list:after{
    content: '';
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.8;
    z-index: -1;
}

.driver_bg_nav,
.WiFi_bg_nav,
.wired_bg_nav,
.app_bg_nav { 
background-repeat: no-repeat;
background-position: ;
position: absolute;  width:300px; height:300px; 
background-size:300px;
z-index: -1;

animation: rotate-1 2s linear;

transition:All 2s ease-in-out;
-webkit-transition:All 2s ease-in-out;
-moz-transition:All 2s ease-in-out;
-o-transition:All 2s ease-in-out;
 }
 
.left_dt_list:hover .driver_bg_nav,
.left_dt_list:hover .WiFi_bg_nav,
.left_dt_list:hover .wired_bg_nav,
.left_dt_list:hover .app_bg_nav
 { 
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
}


.right_dt_list { float:left; border:1px solid #E5E5E5; border-radius:15px; overflow:hidden; }



.content_news_info { float: left; width:100%; }
.content_news_info H1 { padding:0; margin:0; color:#009da5; width:100%; font-size:1.875rem; line-height:1.3;}
.content_news_info ol { color: #777; font-size:1rem; border-bottom:1px solid #E5E5E5; padding:15px 0; margin-bottom:50px;}
.content_news_info ol span { padding-left:20px;  background:url(../../images/news_time_icon.svg) no-repeat; background-size:12px; background-position: left center;}
.content_news_info ol a {color: #777; text-decoration:none;}
.content_news_info ol a:hover { color: #009da5; text-decoration:underline;}


.content_news_info img {  margin:20px auto; text-align:center;border-radius:15px;}
.content_news_info p { color:#333; font-size:1.25rem; line-height:1.5; text-indent:32px; margin:20px 0; 
    text-align:justify;
	text-align-last:distribute;
	text-justify:inter-ideograph;
	text-justify:distribute-all-lines;
	text-justify:distribute;
}
.content_news_info p a { color:#333; font-size:1.25rem; text-decoration:underline;}
.content_news_info p a:hover { color:#009da5;  padding:0 8px; text-decoration:underline;}

.content_news_info p u { font-size:1.25rem;}

.content_news_info dt {  margin:50px auto 0 auto;  width:100%; float:left; font-weight:bold; border-top:1px solid #009da5; border-bottom:1px solid #009da5; }
.content_news_info dt a { font-size:1.25rem; line-height:1.4; color: #009da5; display:block; padding:10px; text-align:center; }
.content_news_info dt a:hover { letter-spacing:2px;}

.tuijian_news_nav { overflow:hidden; border-radius:15px; }

.right_dt_list ul { float:left; width:100%;}
.right_dt_list p { 
    font-size:1.5rem; color:#FFF; text-align:center; font-weight:bold;
    background-image: -ms-linear-gradient(left, #009da5 0%, #3697d9 100%);
	background-image: -moz-linear-gradient(left, #009da5 0%, #3697d9 100%);
	background-image: -o-linear-gradient(left, #009da5 0%, #3697d9 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #009da5), color-stop(100, #3697d9));
	background-image: -webkit-linear-gradient(left, #009da5 0%, #3697d9 100%);
	background-image: linear-gradient(to right, #009da5 0%, #3697d9 100%);
	}
.right_dt_list li {  margin:20px 0; border-bottom:1px solid #E5E5E5; padding-bottom:15px;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.right_dt_list li a { display:inline-table;}
.right_dt_list li img { width:100%;  text-align:center; transition: all 0.6s;  float:left; overflow:hidden; 
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
filter: gray; }

.right_dt_list li h3 { color: #333; text-align:left; margin:25px 0 8px 0; float:left; width:100%; padding:0; font-weight:bold;
    font-size:1.25rem; background:url(../../images/lit_news_icon_over.svg) no-repeat; background-position:-10px 8px; background-size:6px;
	
    text-align:justify;
	text-align-last:distribute;
	text-justify:inter-ideograph;
	text-justify:distribute-all-lines;
	text-justify:distribute;
	
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	 }

.right_dt_list li:hover { border-bottom:1px solid #009da5; }
.right_dt_list li:hover h3 { color: #009da5; padding-left:16px; background:url(../../images/lit_news_icon_over.svg) no-repeat; background-position:0px 8px; background-size:6px;}


.right_dt_list li:hover img { transform: scale(1.1); }

.right_dt_list ol { color: #999; font-size:1rem; text-align: left; padding:0px 0 0px 20px;  float:left; width:100%; background:url(../../images/news_time_icon.svg) no-repeat; background-size:12px; background-position: left center;}
.right_dt_list li span { width:100%;  vertical-align: top;  float:left; margin-top:10px; font-size:1.125em; line-height:1.5;
    -webkit-line-clamp:4; display-radio:-webkit-box; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; text-overflow: ellipsis; 
	
    text-align:justify;
	text-align-last:distribute;
	text-justify:inter-ideograph;
	text-justify:distribute-all-lines;
	text-justify:distribute;
	
 }
 
.right_dt_list dt { float:left; width:100%;  margin:10px auto 0 auto; color:#009da5; text-align:center;}
.right_dt_list dt a { color: #009da5; text-decoration:none; font-size:1.125em; font-weight: bold;  }
.right_dt_list dt a:hover { color: #009da5; text-decoration: none; letter-spacing:5px }


/* page_products_content end */


.download_nav {  overflow:hidden; border-radius:50px; background-color:#333; margin:auto; display: table;  }
.download_nav a { font-size:1.25em; line-height:1.4; color:#FFF; display:block;  padding:12px 30px 12px 90px; background:url(../../images/download.svg) no-repeat;  background-size:60px; background-position:10px center;}
.download_nav a:hover { color:#FFF; background:url(../../images/download_over.svg) no-repeat; background-size:72px; background-position: right center; background-color:#009da5; padding:12px 90px 12px 30px; }



/* footer_contact begin */

.footer_contact {  background-color:#404040; }
.width_contact {margin:auto; }

.contact_title { width:100%; margin-bottom:20px; float:left;}
.contact_title P{ font-size:18px; font-weight:bold; color:#009da5; padding:0 40px 0 0; background-color:#404040; float:left; z-index:2; position:relative;}
.contact_title span { width:100%;  border-bottom:1px solid #009da5; float:left; margin-top:-13px; z-index:1; position:relative;}

.contact_info { width:100%; color:#FFF;}
.contact_info span { float:left;  font-size:14px; margin:6px 0; padding:2px 0 2px 50px; width:100%;}

.contact_info span.tel_icon_img { background:url(../../images/tel_icon.svg) no-repeat; background-size:22px;  background-position:left center;}
.contact_info span.web_icon_img { background:url(../../images/web_icon.svg) no-repeat; background-size:22px;  background-position:left center;}
.contact_info span.location_icon_img { background:url(../../images/location_icon.svg) no-repeat; background-size:22px; background-position:left center;}


.menu_title { float:left; width:50%;}
.menu_title p {font-size:18px; font-weight:bold; color:#009da5; margin-bottom:26px;}
.menu_title span { width:100%; padding:2px 0; color:#FFF; float:left;}
.menu_title span a { color:#FFF;background:url(../../images/lit_news_icon_over.svg) no-repeat; background-position:-10px center; background-size:5px;}
.menu_title span a:hover { color:#009da5; padding-left:15px; background:url(../../images/lit_news_icon_over.svg) no-repeat; background-position:left center; background-size:5px;}



.QR_tmall_jd { width:100%;  float:left; }
.QR_wh {  width:100%;text-align:center; }


.tmall_jd { width:100%; text-align:center; margin-top:8px;}
.tmall_jd img { width:60%; margin:4px auto;}


.middle_line { width:100%; height:1px; border-bottom:1px solid #009da5; float:left;  z-index:1; position:relative;}

/* footer_contact end */



/* footer_company begin */
.footer_company { background-color:#009da5;}
.company_info_nav { margin:auto; padding:20px; color:#FFF; text-align:center; }
.company_info_nav  P { font-size:14px; margin:3px 0; line-height:18px;}
.company_info_nav  P a { color:#FFF; text-decoration:none;}
.company_info_nav  P a:hover { color:#FFF; text-decoration:underline;}
/* footer_company end */



/* back to top begin */
.back_to_top{ display:none;}
.back_to_top i {
	position: fixed; 
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: white;
	font-size: 20px;
	background: rgba(0, 0, 0, .5);
	right: 20px;
	bottom: 20px;
	z-index: 999;
	text-align: center;
	border-radius:50%;
	cursor: pointer;
}
.back_to_top i:hover {
	background: #009da5;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}

.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.fa-angle-up:before{content:"\f106"}
.far{font-weight:400; }
@font-face{font-family:"Font Awesome 5 Free";src:url(http://themesitem.com/demos/html/gyan/portflo/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.ttf) format("truetype")}
.fa{font-family:"Font Awesome 5 Free"}
/* back to top end */
