
/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Rubik:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');



/**=========================
	START BODY
=========================**/
::-webkit-scrollbar{
    background-color: #CCC;
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background-color: #009da5;
}
::selection{
	color: #fff;
	background-color:#009da5;
}
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
body{
	margin:0px;
	padding:0px;
	color: #333;
	font-family: 'Rubik','Roboto',sans-serif;
	-webkit-font-smoothing: antialiased; /* 反锯齿 */
	-moz-font-smoothing: antialiased;
}
/**=========================
	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; }
.logo_nav {  background-position:0px center;}
.logo_nav a { display:block; }


/**=========================
	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 #;
	background:url(../../images/star-bg0.gif);
	background-color: rgba(0, 0, 0,0.96);	
}





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


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


#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:18px; font-weight:600; text-transform: uppercase; }



#header .dropdown-menu{
	padding: 0px;
	border-radius: 10px;
	background-color: #fff;
	min-width: 9rem; 
}

#header .dropdown-menu .br-top-10:hover { border-radius:10px 10px 0 0; }
#header .dropdown-menu .br-bottom-10:hover { border-radius:0 0 10px 10px; }

#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: 4px 20px;
	color: #333333;
	font-size:16px;
	border-bottom:1px solid #EEE;
}
#header .dropdown-menu .no-boder-bottom { border-bottom: none;}

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


#header .dropdown.active .dropdown-menu a{
	color: #333333;
}
#header .dropdown.active .dropdown-menu .dropdown-item.active{
	background-color: #009da5;
	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;}

.menu_fix .version_nav a { background-color: #009da5; color:#000;}

.menu_fix .nav-item a { color:#FFF;}

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

}

#header .navbar-toggler-icon{
	position: relative;
    display: block;
    height: 8px;
    width: 26px;
}

.navbar-toggler span{ background-color:#FFF; }
.menu_fix .navbar-toggler span{  background-color: rgba(0, 0, 0,0.96);}

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

.dropdown-item span { background-size:24px; background-position: left center; float:left; margin-right:10px; width:24px; height:24px;}

.flag_en { background:url(../../images/flag_en.png) no-repeat;}
.flag_de { background:url(../../images/flag_de.png) no-repeat; }
.flag_es { background:url(../../images/flag_es.png) no-repeat; }
.flag_fr { background:url(../../images/flag_fr.png) no-repeat;}
.flag_it { background:url(../../images/flag_it.png) no-repeat;}
.flag_cn { background:url(../../images/flag_cn.png) no-repeat;}

/* 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 begin */


.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: 56%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    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;
}

.close_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;}
.menu_fix .close_menu { background:url(../../images/close_icon_white.svg) no-repeat;}
.close_menu:hover  { transform: rotate(180deg); transition:all 0.5s;}

.flag_hidden { display:none;}

/* 导航css end */

/**=========================
	START SLIDER
=========================**/

.carousel-item:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
	z-index:-10;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.0);
}
.carousel-item a{ padding:100% 100%; display:block;}


.carousel-indicators .active{
	background-color: #009da5;
}
.carousel-indicators:hover{
	cursor: pointer;
}
#carouselExampleIndicators .carousel-item{

	background-position: top;
}
#carouselExampleIndicators .carousel-caption{
	width: 60%;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0px auto;
}
#carouselExampleIndicators .carousel-caption .btn{
	margin-right: 15px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
	padding: 20px;
}
/**=========================
	END SLIDER
=========================**/


/* follow begin */
.animated { -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:both; animation-fill-mode:both;}

@-webkit-keyframes fadeInUp{ 0%{ opacity:0; -webkit-transform:translate3d(0,50%,0); transform:translate3d(0,50%,0)}to{ opacity:1; -webkit-transform:none; transform:none;}}
@keyframes fadeInUp{ 0%{ opacity:0; -webkit-transform:translate3d(0,50%,0); transform:translate3d(0,50%,0)}to{ opacity:1; -webkit-transform:none; transform:none;}}


@-webkit-keyframes fadeInTop{
  0%{opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}
  100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInTop{
  0%{opacity:0;-webkit-transform:translate3d(0,50%,0);-ms-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}
  100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInTop{-webkit-animation-name:fadeInTop;animation-name:fadeInTop}

@-webkit-keyframes fadeInLeft{
    0%{opacity:0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}
    100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeft{
    0%{opacity:0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}
    100%{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}

@-webkit-keyframes fadeInRight{
  0%{opacity:0;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}
  100%{opacity:1;-webkit-transform:none;ransform:none}
}
@keyframes fadeInRight{
  0%{opacity:0;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}
  100%{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}

@-webkit-keyframes fadeInDown{
  0%{opacity:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
  100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{
  0%{opacity:0;-webkit-transform:translate3d(0,-50%,0);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
  100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}


.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}}
/* follow end */

/* Page Title begin */
.page-title{ text-align:center; position:relative; z-index:20; }

.page-title h2{
	position:relative;
	color:#FFF;
	font-weight: bold; 
	text-transform: uppercase;
	margin-bottom:13px;
	display:inline-block;
	padding:0px 0px 12px 0 ; 
	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:10px;
	padding-right:14px;
	color:#ffffff; 
	font-size:16px;
	}

.page-title .page-breadcrumb li:after{
	position:absolute;
	content:'\f105';
	right:-2px;
	top:1.4px;
	color:#FFF;
	font-size:14px;
	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-size:16px;
}

.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;}


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

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

.topmain{
	position: relative;	
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:center; 
	z-index: 1;
}

.copper-bg {background-image: url(../../images/copper-bg.jpg);}
.fiber-bg {background-image: url(../../images/fiber-bg.jpg);}

/* Page Title end */



.main_container { width:100%; float:left; padding:0px; background-color: #F5F5F5; background-color0: rgba(255,255,255,.8);
    box-shadow: 0 -50px 50px 0 #0c363a;	animation: smooth 1s; position:relative; z-index:10;
	}

/* about_enmane begin */
.newsinfo_intro_nav {  max-width:1500px; position:relative; z-index:100; }
 
.list_newsinfo { float:left; padding:0px 20px; margin:15px auto;}
.list_newsinfo a { display:block; width:100%; float:left;}
.list_newsinfo p { color:#333; font-size: 1.125em; float:left; width:100%; margin:20px auto; padding-left:60px; transition: all 0.4s; 
font_radio:2; display-radio:-webkit-box; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; text-overflow: ellipsis;
background:url(../../images/list-lined.svg) no-repeat; background-size:30px; background-position:0px 5px; transition-delay:.4s;
}

.list_newsinfo:hover p { padding-left:0px;  background-position:-35px 5px; transition-delay:.4s;}


.list_newsinfo ol { margin:0 auto 25px auto; display:table; text-align:center; padding:9px 30px; background-color:#333; color:#FFF; border-radius:40px; transition: all 0.3s;}
.list_newsinfo:hover ol { background-color:#009da5; color:#FFF;}

.newsinfo_card{ float:left;width:100%; 
	border-radius:30px 0; padding:0 15px; 
	margin-bottom: 1em;
	border: 0;
	box-shadow:5px 5px 20px 0 #DDD;
	display: block;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	background-color: #FFF;
}
.newsinfo_card:hover{ box-shadow: 0 0 0 0 #FFF; border-radius:0 30px;}

.newsinfo_card H3 { color:#333; line-height:1.2; font-weight: bold; text-align:center; margin:15px 0; width:100%; transition: all 0.4s; white-space: nowrap;/* 防止文本内容换行 */ overflow:hidden; text-overflow: ellipsis;}
.newsinfo_card:hover H3 { color:#009da5;}

.newsinfo_card p { color:#333; font-size: 1.125em; float:left; width:100%; margin:20px auto; line-height:1.3;}

.newsinfo_card span { color:#333;  float:left; width:100%; white-space: nowrap;/* 防止文本内容换行 */ overflow:hidden; text-overflow: ellipsis;}



.newsinfo_card .new-hidimg { width:100%; overflow:hidden; }
.newsinfo_card img { width:100%; text-align:center; transition: all 0.4s; float:left;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray;
 }

.newsinfo_card: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; 
}



#page-content-container {
	width: calc(100% - (var(--side-margin-xl) * 2));
	max-width: var(--content-max-width);
	margin: auto;
	height: auto;
	background: #fff;
	border-radius: 15px;
	position: relative;
}
	
#case-file-title {
    text-transform: uppercase;
	position: absolute;
	left: 50%;
	z-index: 10; 
	transform: translate3d(-50%, 0, 0);
	background-image: url("../../images/dip-accent.svg");
	background-repeat: no-repeat;
	background-size: contain;
	font-weight: bold;
	text-align: center;
	background-position: bottom;
	color: rgba(255, 255, 255, 1);
}
#case-file-title svg { margin-left: 12px; position:relative; display: inline-block; }
/* about_enmane end */


/* Company Profile begin */
.section_title { text-align: center; padding:0 20px; float:left; width:100%; color: #333; margin-bottom:50px; }
.section_title h3 { margin-bottom:10px; line-height:1.2; font-weight: bold; text-transform: uppercase;}
.section_title ul { height:5px; background-color:#009da5; border-radius:5px; width:60px; margin:auto;}

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

.company_profile_nav { max-width:1310px;}
.company_profile_nav .enmane_list { width:100%; float:left; -webkit-animation: fadeInUp .6s ease .5s 1 both; overflow:hidden;  }
.company_profile_nav .enmane_list div {  overflow:hidden; }
.company_profile_nav .enmane_list img { width:100%;  float:left; transition: all 0.5s; }
.company_profile_nav:hover div img { transform: scale(1.1); }

.enmane_intro {  transition: all 0.5s;  transition-delay:.4s;}
.enmane_intro p { font-size: 1.125em; float:left; margin:0px 0 35px 0;}
.enmane_intro b { color: #009da5; margin-right:10px; }

.company_profile_nav:hover .enmane_intro {  transition-delay:.4s;}

.enmane_intro h1 { width:100%; float:left; text-transform: uppercase; color:#009da5; text-align:center; line-height:0.5; margin-bottom:25px;}

.enmane_intro li { float:left; margin:-8px auto; position:relative; border-right:0px solid #666; text-align:left;}



.enmane_intro li span { color:#009da5; font-weight:bold;  }
.enmane_intro li i{ position: relative; left:5px;  color:#009da5;}
.enmane_intro li p { text-align:left; margin-top:-5px; font-weight:bold; width:100%; white-space: nowrap;/* 防止文本内容换行 */ overflow:hidden; text-overflow: ellipsis;}



.enmane_intro li0:after{
	position:absolute;
	content:'\f164';
	left:2px;
	top:1.4px;
	color:#FFF;
	font-size:50px;
	font-family: 'FontAwesome';
}

.com_info_nav { max-width:1350px; text-align:center; }
.com_info_nav p { margin:30px auto 5px auto;}
.com_info_nav dt { font-size: 1.125em; line-height:1.2;}
.com_info_nav p strong { margin:auto; font-size: 1.75em; color:#009da5; font-weight: bold; text-transform: uppercase; clear:both;}
.com_info_nav li { float:left; margin:20px 0; padding:0 20px;}
.com_info_nav li div { float:left; width:100%; border-radius: 10px; overflow:hidden;}
.com_info_nav li img { float:left; width:100%; transition: all 0.4s; 
-webkit-filter: grayscale(50%);
-moz-filter: grayscale(50%);
-ms-filter: grayscale(50%);
-o-filter: grayscale(50%);
filter: grayscale(50%);
filter: gray;
}
.com_info_nav li ol { float:left; width:100%; margin:20px auto 5px auto; font-size: 1.5em; line-height:1.2; font-weight:bold; }
.com_info_nav li span { float:left; font-size: 1.125em; line-height:1.2; text-align:left; }
.com_info_clear { clear:both;}

.com_info_nav li:hover img { transform: scale(1.15); 
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray;
}

/* Company Profile end */


/* History begin */
.history_nav { margin:40px auto 0px auto; max-width:1350px; padding:0 20px;}
.history_nav0 { width:45%; float:left; position: absolute; top:5%; left:0; bottom: auto; padding:40px; }
.history_nav li {  margin:10px auto; color:#333; text-shadow0: 2px 2px 4px #000000; padding:15px 0; border-bottom:1px solid #CCC; transition:all 0.3s ease-out;}
.history_nav li span { float:left; width:100%; font-size: 2em; color:#333; font-weight:bold; transition:all 0.3s;}

.history_nav li span:before{ 
    position:relative;
	content:'\f133';
	left:2px;
	color:#009da5; 
	font-family: 'FontAwesome';
}

.history_nav li:hover { border-bottom:1px solid #009da5;}
.history_nav li:hover span { color:#009da5; }


.img_gray0 img{ 
-webkit-filter: grayscale(50%);
-moz-filter: grayscale(50%);
-ms-filter: grayscale(50%);
-o-filter: grayscale(50%);
filter: grayscale(50%);
filter: gray;
}

.enmane_list:hover .img_gray0 img{ 
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray;
}

/* History end */



/* OEM/ODM begin */

.oem_nav { margin:60px auto 0 auto; max-width:1310px; }
.oem_nav p { margin:30px auto 5px auto; text-align:center; }
.oem_nav p strong { margin:auto; font-size: 1.75em; color:#009da5; font-weight: bold; text-transform: uppercase; clear:both;}
.oem_nav li { padding:0px 20px; }

.oem_nav li ol { float:left; text-align:left; width:100%; margin:0px auto 10px auto;  line-height:1.2; font-weight:bold; }
.oem_nav li span { float:left; font-size: 1.125em; text-align:left;  }

.tips_nav { font-size: 1.125em; position:relative; font-weight:bold;}
.tips_nav:before{
	position:absolute;
	content:'\f10d';
	top:-6px;
	color:#009da5;
	font-size:50px;
	font-family: 'FontAwesome';
}

  /* factory_img begin */
  .factory-section{ max-width:1350px; }
  
  .two-item-carousel { padding:0 20px; }
  .two-item-carousel img{ border-radius:10px; }


  .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
	
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
	
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }

	
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  /* factory_img end */	
  
/* OEM/ODM end */


/* Quality begin */
.quality_nav { margin:60px auto; max-width:1310px;  }
.quality_nav span { width:100%; float:left; text-align:center; line-height:1.2;}
.quality_nav span strong { margin:auto; font-size: 1.75em; color:#009da5; font-weight: bold; text-transform: uppercase; clear:both;}

.quality_nav ul li { float:left; text-align:left; }
.quality_nav ul li h4 { margin-bottom:10px; line-height:1.2;}
.quality_nav ul li p { font-size:1.125em; line-height:1.3;}
/* Qualityend */


/* Green begin */
.green_nav { margin:60px auto 0 auto; max-width:1310px; }
.green_nav p { text-align:center; line-height:1.2;}
.green_nav p strong { margin:auto; font-size: 1.75em; color:#009da5; font-weight: bold; text-transform: uppercase; clear:both;}
.green_nav li {  margin:20px 0; }
.green_nav li svg { width:40%; height:120px; margin:0 auto 15px auto; display:table; transition:all 0.3s;}
.green_nav li:hover svg { transform: translate(0,-12%);}
.green_nav li h4 { float:left; text-align:center;  width:100%; margin:0px auto 10px auto; line-height:1.2; font-weight:bold; }
.green_nav li span { float:left; font-size: 1.125em; text-align:left;  }

.g_tips_nav { font-size: 1.25em; position:relative; font-weight:bold;}
.g_tips_nav:before{
	position:absolute;
	content:'\f10d';
	top:-6px;
	color:#3a9d66;
	font-size:50px;
	font-family: 'FontAwesome';
}

/* Green end */


/* Certificate begin */
.patent_nav { max-width:1350px; }
.patent_nav p { text-align:center; line-height:1.2; margin-bottom:30px;}
.patent_nav p strong { margin:auto; font-size: 1.75em; color:#009da5; font-weight: bold; text-transform: uppercase; clear:both;}
.patent_nav li { float:left; padding:0 20px;}
.patent_nav li div { float:left; width:100%; border-radius: 10px; overflow:hidden;}
.patent_nav li img { float:left; width:100%; transition: all 0.4s; }
.patent_nav li ol { float:left; width:100%; margin:20px auto 5px auto; font-size: 1.5em; line-height:1.2; font-weight:bold; }
.patent_nav li span { float:left; font-size: 1.125em; line-height:1.2; text-align:left; }

.patent_nav li:hover img { transform: translate(0,-5%) rotate(-5deg);}

/* Certificate end */

/* copper begin */ 
.copper_product_list { position: relative; float:left; padding:0px 20px; margin:15px auto;}
.copper_product_list a { display:block; width:100%; float:left;}

.copper_product_list ol { margin:0 auto 25px auto; display:table; text-align:center; padding:9px 30px; background-color:#333; color:#FFF; border-radius:40px; transition: all 0.3s;}
.copper_product_list:hover ol { background-color:#009da5; color:#FFF;}

.copper_imgbg0{ background-color:#efefef;}

/* copper end */


/* copper_qiehuan begin */ 

button,
button:focus,
button:active,
button:hover{
	box-shadow: 0 0 0 0;
	outline: 0; 
}
.btn{ font-family: 'Rubik','Roboto',sans-serif;
	border-radius:30px; padding:0px 20px; margin:0 3px;
	color: #fff; text-align: center;  display: inline-block;
	box-shadow: 0 0 0 0; outline: 0; cursor:pointer; 
	font-size: 1.25rem;
	transition: all 0.3s;
	transition0: 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: #333;	background-color: #F5F5F5; border:1px solid #333; box-shadow: 0 0 0 0; outline:0; }
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{ color: #FFF; }


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

.button-group .btn{	margin-bottom: 10px;}
.button-group .btn:hover{ background-color: #333; padding:0px 28px; transition: all 0.3s; border:1px solid #333; }
.button-group .btn.is-checked{ color: #FFF;  background-color: #009da5; border:1px solid #009da5;}

.grid:after{ content: '';display: block; clear: both;}

/* copper_qiehuan end */ 



/* all_product_list begin */ 
.product_card{ float:left;width:100%; 
	border-radius:15px; padding: 15px; 
	margin-bottom: 1em;
	border: 0;
	box-shadow:5px 5px 20px 0 #DDD;
	display: block;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	background-color: #FFF;
}
.product_card:hover{ box-shadow: 0 0 0 0 #FFF;}

.product_card H3 { color:#333;  margin:10px 0 6px 0; width:100%; transition: all 0.4s; line-height:1.2; }
.product_card:hover H3 { color:#009da5; }

.product_card H3 span { border:1px solid #333; font-weight: normal; padding:3px 10px; color:#333; border-radius:30px; font-size:16px; display:table; margin-bottom:8px; transition: all 0.4s; line-height:1; }
.product_card:hover H3 span,
.product_card:hover H3 b dd,
.product_card:hover H3 b dd.c_y,
.product_card:hover H3 b dd.c_g,
.product_card:hover H3 b dd.c_b,
.product_card:hover H3 b dd.c_r { border:1px solid #009da5; color:#009da5; }

.product_card H3 b dd.c_e { color:#009da5; border:1px solid #009da5;}
.product_card H3 b dd.c_y { color:#F90; border:1px solid #F90;}
.product_card H3 b dd.c_g { color:#390; border:1px solid #390;}
.product_card H3 b dd.c_b { color:#C22; border:1px solid #C22;}
.product_card H3 b dd.c_r { color:#39F; border:1px solid #39F;}


.product_card H3 b { font-weight: normal; height:24px; display:table; -webkit-line-clamp:1; display-radio:-webkit-box; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; margin-bottom:8px;}
.product_card H3 b dd { border:1px solid #333; line-height:1; padding:3px 10px; color:#333; border-radius:30px; font-size:16px; margin-right:6px; float:left; transition: all 0.4s; margin-bottom:4px;}


.product_card p { color:#999; font-size: 16px; line-height:1.3; float:left; width:100%; margin:0px auto;transition: all 0.4s; display-radio:-webkit-box; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; text-overflow: ellipsis;}
.product_card:hover p { color:#333; }


.product_card:hover H3, .product_card:hover p { transform: translate3d(0px,-10px,0px);}


.pc-hidimg { width:100%; overflow:hidden; border-radius:15px;}


.product_card img { width:100%; text-align:center; transition: all 0.4s; float:left;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
filter: gray;
 }


.product_card:hover img { transform: scale(1.08);
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
filter: gray; 
}
/* all_product_list end */ 



/* footer_contact begin */

.footer_contact {  background-color:#333; margin:auto;}
.width_contact { margin:auto;  padding:40px 20px 20px 20px; }

.contact_title { width:100%; margin-bottom:14px; float:left;}
.contact_title P{ font-size:1.25em; font-weight:bold; text-transform: uppercase; color:#009da5; padding:0 40px 0 0; background-color:#333; float:left; z-index:2; position:relative;}
.contact_title span { width:100%; border-bottom:2px solid #009da5; float:left; margin-top:-16px; z-index:1; position:relative;}

.contact_info { width:100%; color:#FFF;}
.contact_info span { float:left; font-size:1em; line-height:1.4; margin:5px 0; padding:2px 0 2px 45px; 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.mail_icon_img { background:url(../../images/mail_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;}
.menu_title p { font-size:1.25em; font-weight:bold; text-transform: uppercase; color:#009da5; margin-bottom:20px;}
.menu_title span { width:100%; padding:1px 0; color:#FFF; float:left; white-space: nowrap;/* 防止文本内容换行 */ overflow:hidden; text-overflow: ellipsis;}
.menu_title span a { color:#FFF; background:url(../../images/lit_news_icon_over.svg) no-repeat; background-position:-10px center; background-size:5px; font-size:1em; }
.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;}



.right_netlink_nav img { margin:auto; display: flex; filter: opacity(50%);}
.right_netlink_nav p { width:100%;  font-size:1em; line-height:1.3; text-align:left; margin:20px 0; color:#9a9a9a;}
.right_netlink_nav ol { width:100%; margin:auto; text-align:center; font-weight:bold; font-size:1.125em; color:#9a9a9a;text-transform: uppercase;}
.right_netlink_nav div { width:100%; margin-top:15px; display: flex; justify-content: center; align-items: center;}

.right_netlink_nav div li svg { position:relative; top:0px; fill:#9a9a9a; transition: all 0.3s;} 
.right_netlink_nav div li:hover svg { top:-6px; }

.right_netlink_nav div li svg:hover { fill:#009da5;} 

.right_netlink_nav div li span { color:#333; top:-6px; position:relative;  font-size:0.75em; width:100%; display: flex; justify-content: center; align-items: center; transition: all 0.3s;}
.right_netlink_nav div li:hover span { color:#9a9a9a; top:-3px; position:relative;}

/* footer_contact end */



/* footer_company begin */
.footer_company { width:100%; float:left;}
.company_info_nav { margin:auto; color:#FFF; text-align:center;}
.company_info_nav P { font-size:1em; margin:3px 0; line-height:1.3; }
.company_info_nav P a { color:#FFF; text-decoration:none; font-size:1em;}
.company_info_nav P a:hover { 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:"Arial";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:"Arial";}
/* back to top end */
