@charset "utf-8";

body{ font-family:"微軟正黑體", "新細明體", "Arial Unicode MS"}

p{ line-height:1.8rem; font-size:1.1rem; }

@media (min-width:992px){
	.container-fluid{ max-width:960px;}
}
@media (min-width:1400px){
	.container-fluid{ max-width:1400px;}
}

.footer{
	color:#fff;
	background-color:#e35f21;
	text-align:center;
	padding:24px 15px 80px 15px;
}
.footer a{ color:#fc0;}

@media (min-width:992px){
	.footer{padding:24px 15px;}
}

.share{margin:8px 0;}
.share img{margin:0 2px;}


.backtop{
	position:fixed;
	z-index:999;
	width:48px;
	height:48px;
	left:100%;
	top:100%;
	margin-top:-130px;
	margin-left:-64px;
	padding:7px ;
	background-color:rgba(000,000,000,0.5);
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	border-radius:50%;
	cursor:pointer;
	-webkit-transition: background 0.3s; /* Safari */ 
	transition: background 0.3s;
}
.backtop:hover{ background-color:#ffa559;}

@media (min-width:992px){
	.backtop{margin-top:-130px;}
}



/*==========header css==========*/

.header_logo{position:fixed; z-index:891; top:10px; left:15px;}
.header_logo img{ -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s; width:110px; height:auto;}
@media (min-width:992px){
	.header_logo { top:12px; left:15px; z-index:950;}
	.header_logo  img{ width:140px;}
}
@media (min-width:1400px){
	.header_logo { left:calc(50% - 685px);}
	.header_logo  img{ width:140px;}
}


/*==========nav css==========*/

.menu_header{ position:fixed; z-index:900; top:0; left:0; width:240px; height:100%; background-color:#e35f21; -webkit-transition: margin 0.3s; /* Safari */ transition: margin 0.3s; overflow-y: auto;}

.menu_header img{ margin:12px 0;}

.menu_close{ left:100%; margin-left:0px;}
.menu_open{ left:100%; margin-left:-240px;}

.menu_header .container-fluid{ padding:0; position:relative; max-width:1400px;}


@media (min-width:992px){
	.menu_header{ position:fixed; width:100%; height:88px; background-image:url(../img/top_nav_bg.png); background-size: contain; background-color:transparent; border-bottom:0px solid #0d3c84; overflow-y:visible;  -webkit-transition: all 0.3s; /* Safari */ transition: all 0.3s;}
	.menu_open, .menu_close{ left:0; margin-left:0;}
	.menu_header .container-fluid{ padding:0 15px;}
}


.menu_ul{list-style:none; padding:0;}
.menu_ul li{ border-bottom:1px solid #ffa559;}

.menu_ul li a{ color:#fff; display:block; font-size:1.1rem; -webkit-transition: background 0.3s; /* Safari */ transition: background 0.3s;  padding:15px;}
.menu_ul li a:hover, .menu_ul li a:focus{ text-decoration:none; background-color:#ffa559;}

.menu_ul li a span{ display:block; font-size:0.8rem;}


@media (min-width:992px){
	.menu_ul{ text-align:center; border-radius:4px; height:34px; float:right; margin-top:0px;}
	.menu_ul li{ float:left; border:none; position:relative;}
	.menu_ul li a{ color:#fff; font-size:1rem; width:auto; text-align:center; padding:32px 15px 32px 15px;}
	.menu_ul li a:hover, .menu_ul li a:focus{ color:#e35f21; background-color:transparent;}
	.menu_ul .mobile_home{ display:none;}
}
@media (min-width:1200px){
	.menu_ul li a{ font-size:1rem; width:auto; text-align:center; padding:32px 30px 32px 30px;}
}


.mobile_hide{ background-color:#000; opacity:0; position:fixed; z-index:899; top:0; left:0; width:100%; height:100%;}

.mobile_header{ background-color:transparent; position:fixed; z-index:890; height:72px; width:100%; border-bottom:0px solid #1585cd;  background-image:url(../img/top_nav_bg.png); background-size: contain; background-color:rgba(000,000,000,0.4); }

.iconbar{float:right; width:48px; height:36px; margin:15px 15px 0 15px; border:2px solid #fff; border-radius:4px; cursor:pointer; background-position:center; background-repeat:no-repeat;-webkit-transition: background 0.2s; /* For Safari 3.1 to 6.0 */ transition: background 0.2s;}

.iconbar_open{background-image:url(../img/iconbar_w.png);}
.iconbar_close{background-image:url(../img/iconbar2.png); border-color:#e35f21;}

.menu_title{ margin:3px 15px; padding-top:15px; padding-bottom:16px; color:#fff; font-family:Verdana, Geneva, sans-serif;}

@media (min-width:992px){
	.mobile_hide{ display:none;}
	.mobile_header{ display:none;}
	.iconbar_close{ display:none;}
	.menu_title{ display:none;}
}

.menu_ul .mobile_language{ color:#fff; margin:10px 15px; border:none;}
.menu_ul .mobile_language a{ display:inline-block; padding:10px 16px; font-size:0.9rem; border:1px solid #fff; border-radius:5px;}
.menu_ul .mobile_language a:hover,
.menu_ul .mobile_language a.active{ background-color:#fff; color:#2a2b83;}
@media (min-width:992px){
	.menu_ul .mobile_language{ display:none;}
}

.search_nav{ display:none;}
@media (min-width:992px){
	.search_nav{ position:absolute; padding:0; list-style:none; top:2px; left:100%; width:400px; margin-left:-430px; text-align:right; display:block;}
	.search_nav li{ display:inline-block; font-size:0.8rem; margin-left:15px;}
	.search_nav li a{ color:#2a2b83;}
	.search_nav li a:hover{ color:#946cad; text-decoration:none;}
}
@media (min-width:1200px){
	.search_nav{ margin-left:-445px;}
}

.menu_ul .sub_nav{ display:none;}
@media (min-width:992px){
	.menu_ul .sub_nav{ position:absolute; top:88px; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray; padding: 0; list-style: none;}
	.menu_ul .sub_nav a{ background-image:none; padding:15px 15px; margin:0; border-top:0px dotted #ccc; background-color:#333; color:#ccc; width:200px; margin-left:0; font-size:0.9rem; text-align:left; }
	.menu_ul .sub_nav a:hover{background-color:#555; color:#fff; border-bottom:none;}
}
@media (min-width:1600px){
	.menu_ul .sub_nav a{width:220px; margin-left:0; padding:15px 30px;}
}

@media (min-width:992px){
	.nav_item:hover .sub_nav_item{ display:block;}
}


.fadeInRight{
  -webkit-animation: fadeInRight 0.4s; /* Safari 4+ */
  -moz-animation:    fadeInRight 0.4s; /* Fx 5+ */
  -o-animation:      fadeInRight 0.4s; /* Opera 12+ */
  animation:         fadeInRight 0.4s; /* IE 10+, Fx 29+ */
}


.mobile_header.mobile_scroll{ background-color:#fff; background-image:none; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.mobile_header.mobile_scroll .iconbar{border:2px solid #525269;}
.mobile_header.mobile_scroll .iconbar_open{background-image:url(../img/iconbar.png);}

@media (min-width:992px){
	.menu_header.menu_scroll{ background-color:#fff; background-image:none; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
	.menu_header.menu_scroll .menu_ul li a{ color:#555;}
	.menu_header.menu_scroll .menu_ul li a:hover{ color:#e35f21;}
	.menu_header.menu_scroll .menu_ul .sub_nav a{ color:#ccc;}
	.menu_header.menu_scroll .menu_ul .sub_nav a:hover{color:#fff; }
	
}


.social_content{ position:fixed; z-index:99; top:100%; left:0; margin-top:-68px; height:68px; width:100%; background-color:rgba(227,95,33,1); text-align:center;}
.social_content .social_item{ float:left; width:25%; margin:8px 0;}
.social_content .social_item a{ color:#fff; font-size:1.3rem;}
.social_content .social_item a:hover{ color:#fc0;}

.social_content .social_item a span{ font-size:0.8rem; display: block;}

@media (min-width:992px){
	.social_content{ position:fixed; z-index:99; top:100%; left:100%; margin-top:-340px; margin-left:-64px; height:200px; width:48px; padding:15px; border-radius:30px; background-color:rgba(266,96,36,0.8); text-align:center;}
	.social_content .social_item{ margin:8px 0; float:none; text-align:center;}
	
	.social_item_fb{ padding-left:3px;}
	.social_content .social_item a span{display: none;}
}



/*==========main css==========*/


.nav_divide{ display:none;}
@media (min-width:992px){
	.nav_divide{width:1rem; color:#555; margin-top:30px; display:inline-block;}
}
@media (min-width:1200px){
	.nav_divide{margin-top:30px;}
}




/*.top_blank{ height:72px;}
@media (min-width:992px){
	.top_blank{ height:88px;}
}*/


.carousel-fade .carousel-inner .carousel-item {
	height: 480px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition-property: opacity;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    transition-duration: 1.0s;
	
	position:relative;
	
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-caption{ top:128px; text-align: left; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.carousel-caption h2{ font-size:0.9rem;  animation-duration:1s; font-weight: 900;}
.carousel-caption h2 span{ display: block; font-size: 2.4rem;}
.carousel-caption p{ margin:15px 0; animation-duration:1s; }

@media (min-width:992px){
	.carousel-fade .carousel-inner .carousel-item { height:640px;}
	.carousel-caption h2{ font-size:0.9rem; animation-duration:1s;}
	.carousel-caption h2 span{font-size: 2.8rem;}
	.carousel-caption p{ font-size:1.2rem; margin-left:auto; margin-right:auto;}
	.carousel-caption{ top:240px; width: 50%;}
}
@media (min-width:1600px){
	.carousel-fade .carousel-inner .carousel-item { height:880px;}
	.carousel-caption h2{ font-size:1rem; animation-duration:1s;}
	.carousel-caption h2 span{font-size: 3.6rem;}
	.carousel-caption p{ font-size:1.2rem;}
	.carousel-caption{ top:340px;}
}


@keyframes animatedBackground {
    0% {transform: scale(1.0);}
    100% {transform: scale(1.2);}
}
@-moz-keyframes animatedBackground {
    0% {-moz-transform: scale(1.0);}
    100% {-moz-transform: scale(1.2);}
}
@-webkit-keyframes animatedBackground {
    0% {-webkit-transform: scale(1.0);}
    100% {-webkit-transform: scale(1.2);}
}
@-ms-keyframes animatedBackground {
    0% {-ms-transform: scale(1.0);}
    100% {-ms-transform: scale(1.2);}
}
@-o-keyframes animatedBackground {
    0% {-o-transform: scale(1.0);}
    100% {-o-transform: scale(1.2);}
}


@keyframes animatedBackgroundMobile {
    0% {transform: scale(0.5);}
    100% {transform: scale(0.7);}
}
@-moz-keyframes animatedBackgroundMobile {
    0% {-moz-transform: scale(0.5);}
    100% {-moz-transform: scale(0.7);}
}
@-webkit-keyframes animatedBackgroundMobile {
    0% {-webkit-transform: scale(0.5);}
    100% {-webkit-transform: scale(0.7);}
}
@-ms-keyframes animatedBackgroundMobile {
    0% {-ms-transform: scale(0.5);}
    100% {-ms-transform: scale(0.7);}
}
@-o-keyframes animatedBackgroundMobile {
    0% {-o-transform: scale(0.5);}
    100% {-o-transform: scale(0.7);}
}


/*.carousel-item .top_banner_pic{
	display:none;
}
.carousel-item .top_banner_pic img{
}*/

.carousel-item .top_banner_pic{ 
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	animation: animatedBackgroundMobile 12s infinite alternate;
    -moz-animation: animatedBackgroundMobile 12s infinite alternate;
    -webkit-animation: animatedBackgroundMobile 12s infinite alternate;
    -ms-animation: animatedBackgroundMobile 12s infinite alternate;
    -o-animation: animatedBackgroundMobile 12s infinite alternate;
}
.carousel-item .top_banner_pic img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	height:auto;
	min-width: 100%;
  	min-height: 100%;
}

@media (min-width:992px){
	.carousel-item .top_banner_pic{ 
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		animation: animatedBackground 12s infinite alternate;
	    -moz-animation: animatedBackground 12s infinite alternate;
	    -webkit-animation: animatedBackground 12s infinite alternate;
	    -ms-animation: animatedBackground 12s infinite alternate;
	    -o-animation: animatedBackground 12s infinite alternate;
	}
	.carousel-item .top_banner_pic img{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width:auto;
		height:auto;
		min-width: 100%;
	  	min-height: 100%;
	}
}



.scroll_down{ display:none;}
@media (min-width:992px){
	.scroll_down{ height:64px; width:28px; border:3px solid #fff; border-radius:14px; position:absolute; z-index:99; top:100%; left:50%; margin-top:-120px; margin-left:-14px;-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */ transition: all 0.3s; display:block;}
	.scroll_down:hover{ border:3px solid #e35f21;}
	.scroll_item{ height:16px; width:4px; border-radius:2px; background-color:#fff; margin:15px auto;}
	.scroll_down:hover .scroll_item{ background-color:#e35f21;}
}




.view_lg{ display:none;}
@media (min-width:992px){
	.view_sm{ display:none;}
	.view_lg{ display:block;}
}


.prev-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:0%; padding:14px 15px 16px 15px; transform:translate(0,-50%); opacity:0.75;}
.prev-alt:hover{ opacity:1;}
.next-alt{ background-color:#0d3c84; color:#fff; position:absolute; z-index:555; cursor:pointer; top:50%; left:100%; padding:14px 15px 16px 15px; transform:translate(-100%,-50%); opacity:0.75;}
.next-alt:hover{ opacity:1;}


.page_anchor{ position:absolute; top:-72px; }



.home_title{ text-align:center; color:#555;}

.home_block1{ padding:30px 0 80px 0; color:#777; overflow: hidden;}


.home_about_wrapper{position: relative; margin: 80px 0}

.home_about_text{ margin-bottom:96px; }
.home_about_text h2{ color:#e35f21; font-weight:900; margin-bottom: 30px;}
.home_about_text h3{ font-size:1.3rem; font-weight:900; margin-bottom: 30px; color:#333;}

.home_about_pic{ position:relative; }
.home_about_pic img{width: 100%; height: auto; border-radius: 50%;}
.home_about_pic_l1{ border:8px dotted #e35f21; padding: 15px; border-radius: 50%;}
.home_about_pic_l2{ position:absolute; top:0; left:0; transform: translate(-25%,-25%); width: 50%;}
.home_about_pic_addon{position:absolute; bottom:0; left:0; transform: translate(50%,50%); width: 25%;}

.home_about_pic2 .home_about_pic_l2{ position:absolute; top:0; left:100%; transform: translate(-75%,-25%); width: 50%;}
.home_about_pic2 .home_about_pic_addon{position:absolute; bottom:0; left:100%; transform: translate(-150%,50%); width: 25%;}

@media (min-width:992px){
	.home_block1{ padding:80px 0;}
	.home_about_text{position: absolute; top:50%; left:50%; transform: translate(0,-50%); padding: 30px; margin: 0;}
	.home_about_pic{ width:45%; padding: 120px 0;}

	.home_about_text2{left:0; width: 50%;}
	.home_about_pic2{ margin-left:auto; }
}
@media (min-width:1400px){
	.home_about_pic{padding: 15px 0;}
	.home_about_text{ padding: 60px;}
	.home_about_text h2{ font-size:2.6rem; }
}


.home_block2{ padding:80px 0; color:#777; background-color: #ededed; text-align: center; overflow: hidden; position: relative;}

.home_block2 h2{ color:#e35f21; font-weight:900; margin-bottom: 30px;}


.home_feature_item{ margin:15px; }
.home_feature_icon{ font-size:5rem; color:#e35f21;}

.home_feature_text h3{ margin-bottom:15px; font-weight:900; color:#333;}
.home_feature_text h3 span{ display:block; font-size:0.9rem; margin-bottom:5px; color:#e35f21;}

@media (min-width:992px){
	.home_feature_text p{ max-width:240px; margin: 0 auto; font-size:0.9rem;}
	.home_feature_text p span{ display:block; }
}

@media (min-width:1400px){
	.home_block2 h2{ font-size:2.6rem; }

	.home_feature_text p{ max-width:none;  font-size:1rem;}
	.home_feature_text p span{ display:inline-block; }
}



.home_block3{ padding:80px 0; color:#777; overflow: hidden; position: relative;}
.home_block3 h2{ color:#e35f21; font-weight:900; margin-bottom: 30px; text-align: center;}


.product_wrapper h3{ color:#333; font-weight:900; margin-bottom: 15px; padding-left:44px; position: relative;}
.product_wrapper h3 span{ position: absolute; top:0; left:0; font-size:1.2rem; width:36px; height:36px; padding: 6px; background-color:#e35f21; color:#fff; border-radius: 5px;}
/*.product_wrapper h3 img{ position: absolute; top:0; left:0; width:36px; height:auto; padding: 0px;}*/
.product_wrapper h4{font-size: 1.4rem; font-weight:900; color:#555;}
.product_wrapper h4 span{ font-size:0.9rem; margin-left:10px; color:#e35f21;}
.product_wrapper h4 i{color:#e35f21; margin-right:10px;}
.product_wrapper p strong{color:#e35f21;}

.product_wrapper .case_sub_title{ padding: 15px; font-size: 1.2rem; font-weight:900; color:#fff; background-color:#e35f21; border-radius: 10px;}
.product_wrapper .case_sub_title span{ font-size:0.9rem; margin-left: 10px; color:#fff;}


.product_wrapper .application_title{ text-align:center;  padding-left:0;}
.product_wrapper .application_title img{width:36px; height:auto; margin-right: 5px; transform: translateY(-2px);}


.product_wrapper .row img{border-radius: 10px;}

/*.application_area{ height:640px; margin: 15px 0; padding: 15px; border-radius: 15px; background-size:cover; background-position:center;}
.application_area h4{color:#fff; font-weight:900; border-left:8px solid #e35f21; padding-left:10px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}

.application_area2{ height:305px }*/

.application_item{ text-align:center; margin: 15px 0;}
.application_item h4{color:#555;font-weight:900; margin: 15px 0; font-size: 1.2rem;}
.application_pic{border:4px dotted #e35f21; padding: 15px; border-radius: 50%;}
.application_pic img{ border-radius:50%; }

@media (min-width:992px){
	.application_wrapper{ margin:0 -15px; }
	.application_item{ float:left; width:calc(20% - 30px); margin: 15px;}

}




.product_table table{ font-size:0.9rem;}

.product_table table tr th,
.product_table table tr td{ vertical-align:middle; padding-top:16px; padding-bottom: 16px;}
.product_table table thead{  background-color:#e35f21; color:#fff; }

.product_case_pic{ height:240px; background-size:cover; background-position:center; margin-bottom:30px; border-radius: 10px;}

.pic_addon_text{ font-size:0.9rem; margin-bottom:15px; }

.product_slick_item{ height:320px; background-size:cover; background-position:center;}

.product_pic2_icon{ display:none; }

.product_pic2_sub{ height: 240px; border-radius: 10px; margin: 15px 0; background-size:cover; background-position:center; }

@media (min-width:992px){

.product_pic2_wrapper{ position:relative; height: 100%; padding: 80px 0;}
.product_pic2_main{ width:640px; height:640px; border-radius:50%; margin: 0 auto; padding: 100px; border:8px dotted #e35f21;}
.product_pic2_main_item{ background-color:#ededed; width:100%; height:100%; border-radius:50%; text-align: center; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}
.product_pic2_main_item p{ padding:15px 45px; }
.product_pic2_icon{ font-size:7rem; color:#e35f21; padding-top: 30px; display: block;}

.product_pic2_sub{ position:absolute; width: 200px; height: 200px; margin: 0; border-radius: 50%; background-size:cover; background-position:center; -moz-box-shadow:0 4px 15px -2px gray; -webkit-box-shadow:0 4px 15px -2px gray; box-shadow:0 4px 15px -2px gray;}

.product_pic2_sub1{ top:0; left:15%; }
.product_pic2_sub2{ top:50%; left:0; transform: translateY(-50%);}
.product_pic2_sub3{ bottom:0; left:15%;}

.product_pic2_sub4{ top:0; right:15%; }
.product_pic2_sub5{ top:50%; right:0; transform: translateY(-50%);}
.product_pic2_sub6{ bottom:0; right:15%;}

}

@media (min-width:1400px){

.product_pic2_main{ width:800px; height:800px; padding: 120px;}
.product_pic2_main_item p{}
.product_pic2_icon{ font-size:8rem; padding-top: 88px;}

.product_pic2_sub{ width: 280px; height: 280px;}

.product_pic2_sub2{ top:50%; left:5%; transform: translateY(-50%);}

.product_pic2_sub5{ top:50%; right:5%; transform: translateY(-50%);}

}



@media (min-width: 1400px) {
	.col-xxl-5 {
	    -ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	  }
	.col-xxl-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	  }
  .col-xxl-7 {
	    -ms-flex: 0 0 58.333333%;
	    flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	  }
}


.product_pic4{ height:240px; background-size:cover; background-position:center;  margin-bottom: 30px; border-radius: 10px;}
.product_pic4s{ height:240px; background-size:cover; background-position:center; margin-bottom: 30px; border-radius: 10px;}


@media (min-width:992px){
	.product_pic4{ height:330px;}
	.product_pic4s{ height:150px;}
}
@media (min-width:1400px){
	.product_pic4{ height:510px;}
	.product_pic4s{ height:240px;}
}

@media (min-width:1400px){
	.home_block3 h2{ font-size:2.6rem; }
	.product_table table{min-width: none;}
}


.product_pic6{ height:60px; background-size:cover; background-position:center;  margin-bottom: 30px; border-radius: 10px;}
.product_pic6s{ height:60px; background-size:cover; background-position:center; margin-bottom: 30px; border-radius: 10px;}
@media (min-width:992px){
	.product_pic6{ height:120px;}
}

.product_alt_wrapper{ position:relative; text-align: left;}

.product_alt_pic_item{ height:320px; margin-bottom:30px; background-size:cover; background-position:center; border-radius: 10px;}
.product_alt_pic_item2{ height:320px; margin-bottom:30px; background-size:cover; background-position:center; border-radius: 10px; }

.product_alt_text h3{ font-size:1.4rem; font-weight:900; color:#333; margin-bottom: 15px;}

@media (min-width:992px){
	.product_alt_pic{width: 60%;}
	.product_alt_text{ position:absolute; top:50%; left:60%; transform:translate(0,-50%); padding:60px; }
	.product_alt_pic_item{ height:430px;}
	.product_alt_pic_item2{ height:200px;}
}
@media (min-width:1400px){
	.product_alt_pic{width: 50%;}
	.product_alt_text{padding:110px; left:50%;}
}

.other_title img{width:48px; height:auto; margin-right: 5px; transform: translateY(-4px);}

.other_item_wrapper{margin: 15px 0;}
.other_item{ height:320px; background-size:cover; background-position:center; color:#fff; border-radius: 15px; position: relative;}
.other_text{ position:absolute; top:50%; left:0; transform:translate(0,-50%); padding: 30px; text-shadow: 0px 0px 5px #000, 0px 0px 10px #333, 0px 0px 15px #555;}
.other_text h3{ font-weight:900; }


.contact_block{ padding:80px 0; color:#777; line-height:1.8rem;  background-position:center; background-size:cover; position: relative;}

.contact_block h1{ color:#555; text-align: center;}
.contact_block .title_line{ margin: 30px auto;}

.page_contact_info{ padding:0;}
.page_contact_info ul{ padding: 0; list-style:none;}
.page_contact_info ul li{ position: relative; padding:8px 0 8px 40px;}
.page_contact_info ul li i{ width: 32px; height: 32px; padding: 6px 0 0 0; position: absolute; top:6px; left:0; border:1px solid #e35f21; border-radius: 50%; color:#e35f21; text-align:center;  }

.page_contact_info iframe{}

.page_contact_form{ padding:0;}



.contact_block{ padding:80px 0; color:#777; background-color: #ededed; overflow: hidden;}
.contact_block h2{ color:#e35f21; font-weight:900; margin-bottom: 30px; text-align: center;}

.contact_block form{}
.contact_block form .form-group textarea{padding:25px; background-color:#fafafa; border-radius: 0; }
.contact_block form .form-group input{ padding:25px; background-color:#fafafa; border-radius: 0;}
.contact_block form .form-group select{ padding:0 22px; background-color:#fafafa; height:52px; border-radius: 0;}
.contact_block form .form-group button{ background-color:#e35f21; border-color:#e35f21; color:#fff; padding:15px 0; width:118px; text-align:center;  border-radius: 0;}
.contact_block form .form-group button[type="reset"]{background-color:#ccc; border-color:#ccc; color:#555;}

@media (min-width:1400px){ 
	.contact_block h2{ font-size:2.6rem;}
}


/*.home_contact_block{ padding:32px 0; background-color:#ededed; }

.home_contact_text{ text-align:center;}
@media (min-width:992px){ .home_contact_text{ text-align:left;}}
.home_contact_text ul{ list-style:none; padding:0; font-size:0.95rem; margin-top:10px; color:#555;}



.site_map{ display:none;}
@media (min-width:992px){.site_map{ display:block;}}
.site_map_con h5 a{color:#0d3c84; font-size:1.1rem;}
.site_map_con ul{ list-style:none; padding:0; font-size:0.95rem;}
.site_map_con ul li a{color:#555;}

.site_map_con h5 a:hover,
.site_map_con ul li a:hover{ color:#09f; text-decoration:none;}


.guide{ margin-top:32px; margin-bottom:32px;}
.guide a{ color:#0d3c84; border:4px solid #0d3c84; padding:8px 16px; -webkit-transition: all 0.2s;  transition: all 0.2s;}
.guide a:hover{ text-decoration:none; background-color:#0d3c84; color:#fff;}
@media (min-width:768px){.guide{ display:none;}}



.alert_block{ position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:rgba(050,050,050,0.7);-webkit-transition: margin 5s, opacity 0.3s; transition: margin 5s, opacity 0.3s;}
.alert_block .alert_con{ position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); min-width:300px; z-index:9999; font-size:1.1rem; color:#fff; background-color:#db5426; padding:30px 50px; border-radius:15px; max-width:880px;-webkit-transition: margin 5s, opacity 0.3s; transition: margin 5s, opacity 0.3s;}

.alert_block .alert_con ul{ padding:0; list-style:none; text-align:right;}
.alert_block .alert_con ul li{ display:inline-block; margin:20px 0 0 10px;}
.alert_block .alert_con ul li a{ background-color:#fff; font-size:1.1rem; color:#333; border-radius:6px; padding:6px 40px; font-weight:bold; text-align:center;-webkit-transition: all 0.2s;  transition: all 0.2s;}
.alert_block .alert_con ul li a:hover{ text-decoration:none; background-color:#ccc;}

.alert_block .alert_con ul li:last-child a{ background-color:#3e3a39; color:#fff; padding:6px 40px;}
.alert_block .alert_con ul li:last-child a:hover{ background-color:#777;}

.alert_block .alert_con_times{ height:0; position:relative;}
.alert_block .alert_con_times img{ position:absolute; left:100%; top:0; margin-top:-45px; margin-left:25px; width:40px; height:auto; cursor:pointer;}



.page_bread{ background-color:#0d3c84; margin:0; font-size:0.9rem; display:table; width:100%; position:relative;}
.page_bread .container-fluid{}
.page_bread .breadcrumb { background:none; float:right; text-align:left;   padding:15px 0 0 0;}
.page_bread .breadcrumb li{ border-radius:0; color:#fff;}
.page_bread .breadcrumb li::before{ color:#fff;}
.page_bread .breadcrumb a{ color:#fff;}
.page_bread .breadcrumb a:hover{color:#FC6; text-decoration:none;}*/
