@charset "utf-8";
/* CSS Document */

@import "routine.css";


*{
	outline:0;
}

a, a:active, a:hover, a:focus{
	outline:0;
	text-decoration:none;
}

body{
	font-family:"微軟正黑體";
}


/*************************************/
/*               header              */
/*************************************/
header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

header>.container{
	position: relative;
}

header>.container .langBox{
	position: absolute;
	right: 20px;
}

.logo{
	padding:10px 0;
	margin:0 auto;
	z-index: 1000;
	transform: translateY(-70px);
	opacity: 0;
}

.lang{
	list-style-type:none;
	text-align:left;
	width: 137px;
	height: 32px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,c4c4c4+100 */
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top, #e7e7e7 0%, #c4c4c4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e7e7e7 0%,#c4c4c4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e7e7e7 0%,#c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
	border-radius: 20px;
	border:1px solid #c9c9c9;
	line-height: 30px;
	padding-left: 3px;
	margin-top: 20px;
}

.lang i.fa-globe{
	font-size: 23px;
	color:#363636;
	position: relative;
	top:2px;
	margin-right: 3px;
}

.lang .btn{
	background: transparent;
	padding: 0;
	font-size: 15px;
	color:#010101;
	vertical-align: inherit;
}

button#dropdownMenu1 {
    width: 95px;
    text-align: left;
}

.lang>li{
	display:inline-block;
	margin-left: 10px;
}

.lang>li>ul>li{
	display:inline-block;
}

.lang .nav .open > a, 
.lang .nav .open > a:hover, 
.lang .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7;
}

.lang .nav > li > a:hover, 
.lang .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.lang .dropdown-menu > li > a{
	text-align: center;
}

.lang .navbar-nav > li > a{
	line-height: 0;
	padding: 0;
}

.lang .dropdown-menu {
    top: 25px;
    left: -35px;
    min-width: 133px;
}

.search-box{
	display:inline-block;
	width:100%;
	margin-top: 28px;
}

.search-box .navbar-form{
	padding: 0 10px;
	margin: 0;
}

.search-box .form-control{
	height: 40px;
	border-radius: 0;
}

.search-box .input-group > .form-control {
    width: 100%;
    border: 1px solid #c9c9c9;
    box-shadow: none;
	font-size: 17px;
}

.search-box .input-group-btn .btn {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 17px;
	background: #062376;
	color:#fff;
	border-radius: 0;
}

.search-box .navbar-form .input-group{
	width: 100%;
}

.langBox .searchBox {
    margin-top: 20px;
}

.searchBox input.search {
    border-radius: 5px;
    padding: 6px 10px;
    display: block;
    float: right;
}

.searchBox {
    float: right;
    position: absolute;
    right: 10px;
    top: 80px;
}

.searchBox .input-group-btn {
    position: absolute;
    right: 35px;
}

button.btn.btn-default {
    border: none;
    background-color: transparent;
    border-left: 1px solid #eee;
}

li.searchBox {
    display: none;
}

@media (max-width:1200px){
	.search-box{
		padding-left: 15px;
	}
	
	.pd1200-0{
		padding:0;
	}

	.lang>li>a{	
		width:65px;
	}
}

@media (max-width:991px){
	header{
		display: none;
	}
    
     .navbar-header li.searchBox {
        display: none;
    }

    ul.nav.navbar-nav.navbar-center li.searchBox input.search {
        width: 100%;
        border-radius: 0;
        float: none;
        margin-top: 10px;
    }
}


/*************************************/
/*             navigation            */
/*************************************/
.logoBox {
    width: 80%;
    margin-left: 10%;
    padding: 5px;
	display: none;
}

.nav-content{
	background: #8a8a8a;
}

.nav-content .navbar{
	min-height: 44px;
}

.navbar-default .navbar-nav > 
.active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color:transparent;
    background-color:#427500;
}

nav.navbar.bootsnav ul.nav > li > a{
	position: relative;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a{
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a3ea1+0,386ac8+100 */
	background: #0a3ea1; /* Old browsers */
	background: -moz-linear-gradient(top, #0a3ea1 0%, #386ac8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0a3ea1 0%,#386ac8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0a3ea1 0%,#386ac8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3ea1', endColorstr='#386ac8',GradientType=0 ); /* IE6-9 */
}

nav.navbar.bootsnav ul.nav > li:first-child > a:hover{
	background: transparent;
}

.nav-content .navbar-brand {
    height: 40px;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color:transparent;
}

ul.navbar-nav>li>ul>li>a{
	font-size: 17px;
}

/*.dropdown-menu{
	font-size: 15px;
}*/

.search-li{
	display: none !important;
}

.nav-content .nav > li::before {
    content:url(../eng_img/other/line.jpg);
    width: 2px;
    height: 50px;
    position: absolute;
	top:0;
	left: 0;
}

.nav-content .nav > li:last-child:after {
    content:url(../eng_img/other/line.jpg);
    width: 2px;
    height: 50px;
    position: absolute;
	top:0;
	right: 0;
}

@media (min-width:768px){
	.navbar-nav {
		float: none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
}

@media (max-width:991px){	
	.logoBox {
		display: block;
		padding: 0;
	}
	
	.nav-content .logo{
		margin: 0 auto;
		max-width: 350px;
	}
	
	nav.navbar.bootsnav ul.nav > li > a:after,
	nav.navbar.bootsnav ul.nav > li:last-child > a:before{
		display:none;
	}
	
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
		top: -1px;
	}
	
	.navbar-default .navbar-nav > .active > a:focus {
		color:transparent;
		background-color:transparent;
	}
	
	ul.navbar-nav>li>ul>li>a{
		font-size: 17px !important;
		color: #666 !important;
		padding-left: 40px !important;
	}
	
	ul.navbar-nav>li>ul>li>a:hover{
		color: #000 !important;
		background: #ccc;
	}
	
	ul.navbar-nav>li>ul>li>a.active,
	ul.navbar-nav>li>ul>li>a.focus,
	ul.navbar-nav>li>ul>li>a.on{
		color:#feff8b !important;
	}
	
	ul.navbar-nav>li>ul>li:last-child a{
		border-bottom: none;
	}
	
	nav.navbar.bootsnav {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e1e1e1+100 */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ffffff 0%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ffffff 0%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	}
	
	nav.navbar.bootsnav ul.nav > li > a{
		color: #333;
	}
	
	.navbar-nav {
		float: left;
		margin: 0;
		display:inherit;
		table-layout:inherit;
	}
	
	nav.navbar.bootsnav ul.nav > li > a::before {
		width: 0;
		top: 15px;
		right: 20px;
	}
	
	.nav-content .nav > li::before,
	.nav-content .nav > li:last-child:after{
		display: none;
	}
    
    li.searchBox {
        width: 100%;
        position: static;
        display: block;
    }
    
}

@media (max-width:767px){
	nav.navbar.bootsnav ul.nav > li > a::before {
		top: 10px;
	}
}


@media (max-width:991px){
	.search-li.disno991{
		margin-top: 10px;
	}
	
	.search-li{
		display: block !important;
		width:100%;
		margin-left: 0;
	}
	
	.search-li .navbar-form{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.search-li .navbar-form{
		padding: 0 15px;
	}

	.search-li .form-control:focus {
		border-color: #ccc;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.search-li .form-control{
		height: 35px;
	}
	
	.search-li .navbar-form .input-group{		
		width: 100%;
	}
	
	.search-li .btn-default {
		color: #fff;
		background-color: #052684;
		border-color: #052684;
	}
	
	.search-li .form-control{
		border:none;
		border-radius: 0;
	}
	
	nav.navbar.bootsnav ul.nav > li.search-li > a {
		padding: 11px 0;
	}
	
	.search-li .navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
		border: none;
	}
	
	nav.navbar.bootsnav ul.nav > li:first-child > a:hover{
		background-color: transparent;
	}
	
	.search-li p a {
		 width: 100%;
        display: inline-block;
        text-align: center;
        background: #d2d2d2;
        border: none;
        /*        border-right: 1px solid #fff;*/
        margin-bottom: 5px;
        line-height: 35px;
        color: #282828;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	
	.search-li p a:hover {
		background: #3f4c66;
		color: #fff;
	}
	
	.search-li p a:last-child{
		border-right: none;
	}
	
	.search-li .navbar-form {
		padding: 0;
	}	
	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 32px;

	}
	
	.search-li .input-group-btn > .btn {
		position: relative;
		width: 100%;
		height: 35px;
	}
    
     .searchBox .input-group-btn {
        position: absolute;
        right: 93px;
        top: 106px;
    }
}

@media (max-width:767px){	
	nav.navbar.bootsnav ul.nav > li.search-li > a {
		padding: 11px 15px;
	}	
}

@media (max-width:580px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 21px;
		z-index: 1000;
	}
	
	.nav-content .logo {
		max-width: 260px;
		width: 100%;
	}
    
     .searchBox .input-group-btn {
        position: absolute;
        right: 66px;
        top: 86px;
    }
}

@media (max-width:480px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 2px;
		position: relative;
		top: 10px;
	}
	
	.nav-content .logo {
		max-width: 230px;
	}
}

@media (max-width:390px){
	nav.navbar.bootsnav .navbar-toggle {
		top: 5px;
	}
	.nav-content .logo{
		padding:3px;
	}
	
	.logoBox {
		width: 84%;
		display: block;
		margin-right: 16%;
		padding: 2.5px;
	}
}



/*************************************/
/*              banner               */
/*************************************/
.bannerContent{
	position:relative;
	overflow: hidden;
}

.banner_arrow{
	background-size: contain;
	background-repeat:no-repeat;
	width:43px;
	height:46px;
	display: block;
	position:absolute;
	top:55%;
	margin-top:-23px;	
}

.carousel-control .banner_left{
	left:35px;
	background-image:url(../eng_img/banner/left.png);
}

.carousel-control .banner_right{
	right:35px;
	background-image:url(../eng_img/banner/right.png);
}

.carousel-control{
	opacity: 1;
}

@media (max-width:767px){
	.banner{
		margin-top:0;
	}

	.banner_arrow{
		width:23px;
		height:49px;
		top:50%;
		margin-top:-25px;	
	}

	.carousel-indicators li {
	  width: 15px;
	  height: 15px;
	}
	.carousel-indicators .active {
	  width: 15px;
	  height: 15px;
	}
}

@media (max-width:480px){
	.carousel-indicators{
		display:none;
	}
	
	/*.carousel-control .banner_left,
	.carousel-control .banner_right{
		display:none;
	}*/
}



.banner{
	background:url(../eng_img/banner/inside_banner_01.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 17.24%;
}

@media (max-width:991px){
	.banner{
		background:url(../eng_img/banner/inside_banner_02.jpg) top center no-repeat;
		background-size: cover;
		padding-bottom: 27.109%;
	}
}


/*************************************/
/*           index company           */
/*************************************/

.indexCompany{
	background: #f5f5f5;
	padding-bottom: 300px;
	position: relative;
}

.indexCompany .container{
	position:relative;	
}

.indexCompany .container .indexCompanyContent{
	position: absolute;
	top:-84px;
	width: 100%;
	margin-left: -15px;
}

.companyInfoContent{
	max-width: 527px;
	min-height: 250px;
	overflow: hidden;
	padding: 7px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin: 0 auto;
}

.companyBox.box1{
	background:url(../eng_img/index/index_01.png) bottom right no-repeat,url(../eng_img/index/index_bg.jpg) top right repeat-y;
	min-height: 325px;
}

.companyBox.box2{
	background:url(../eng_img/index/index_02.png) bottom left no-repeat,url(../eng_img/index/index_bg.jpg) top right repeat-y;
	min-height: 325px;
}

.companyInfo{
	padding: 28px 22px;
}

.companyInfo h5{
	font-size:24px;
	font-weight: bold;
	font-style: italic;
	color:#408bd8;
	margin-bottom: 10px;
}

.companyInfo h5 span{
	color:#fe4949;
	margin-left: 10px;
}

.companyInfo p{
	font-size: 17.5px;
	color:#4f4f4f;
	line-height: 24px;
	font-style: italic;
}

@media (max-width:1200px){
	.indexCompany .container .indexCompanyContent{
		top:-45px;	
	}
}

@media (max-width:991px){
	.companyInfo{
		padding: 18px 15px;
	}
}

@media (max-width:767px){
	.indexCompany{
		background: #f5f5f5;
		padding-bottom: 0;
		padding-top: 0;
	}

	.indexCompany .container .indexCompanyContent{
		position:static;
		top:auto;
		margin-left: 0;
	}
}

@media (max-width:650px){
	.col-650-100{
		width: 100%;
	}
	
	.companyInfoContent {
		padding: 7px 7px 10px;
	}
}


/*************************************/
/*              index about          */
/*************************************/
.indexAbout{
	background: url(../eng_img/index/indexAbout_bg_01.jpg) bottom center no-repeat;
	background-size: cover;
}

.indexAboutContent{
	background: url(../eng_img/index/indexAbout_bg_02.png) top left no-repeat;
	padding: 80px 0 200px;
	background-size: cover;
}

.indexAbout .title1{
	font-size: 28px;
	font-weight: bold;
	color:#2f5aac;
	text-align: right;
	text-shadow: 2px 2px 5px rgba(255,255,255,0.7);
	margin-bottom: 15px;
	margin-top: 60px;
}

.indexAbout .title2{
	font-size: 45px;
	font-weight: 900;
	color:#fced6d;
	text-align: right;
	margin-left: 35px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.indexAbout p{
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 40px;
}

.indexAboutBtn{
	text-align: right;
	margin-top: 80px;
}

.indexAboutBtn a{
	display: inline-block;
	width: 128px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	background: #174bae;
}

@media (max-width:991px){
	.indexAboutContent{
		background: url(../eng_img/index/indexAbout_bg_02_2.png) top left no-repeat;
		padding: 40px 0 100px;
	}
	
	.indexAbout .title1{
		margin-top: 0;
	}
}

@media (max-width:767px){
	.indexAbout .title1{
		font-size: 26px;
		margin-bottom: 5px;
	}
	
	.indexAbout .title2{
		font-size: 38px;
	}
	
	.indexAbout p{
		margin-bottom: 20px;
	}
}

@media (max-width:580px){
	.pd580-0{
		padding: 0;
	}
}

@media (max-width:480px){
	.indexAboutContent{
		padding: 40px 0 50px;
	}
}


/*************************************/
/*              hot pro              */
/*************************************/
.hotProduct{
	background: url(../eng_img/index/indexHp_bg_01.jpg) top center no-repeat;
	background-size: cover;
	padding: 70px 0 110px;
}

.owl-drag.owl-carousel .owl-item{
	background: #fff;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
	box-shadow: 0 0 0 7px #fff;
}

.hotProduct p.newsTitle {
	font-size: 30px;
	color:#fff;
	font-weight: bold;	
	margin-bottom: 45px;
	text-align: center;
}

.carousel-wrap {
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
	position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100; 
	-webkit-backface-visibility: hidden;
	margin: 8px;
	background: #fff;
}

/* end fix */
.owl-nav > div {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}

.owl-nav i {
	font-size: 52px;
	display: none;
}

.owl-nav .owl-prev {
	left: -35px;
	background: url(../eng_img/index/left.png) top left no-repeat;
	width: 62px;
	height: 62px;
}

.owl-nav .owl-next {
	right: -35px;
	background: url(../eng_img/index/right.png) top left no-repeat;
	width: 62px;
	height: 62px;
}



.hp-hover{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align: center;
	opacity:0; 
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size:25px;
	margin:auto;
	background: rgba(0,0,0,0.5);
}

.owl-carousel .item:hover .hp-hover,
.pro_box:hover .hp-hover{
	opacity:1;
}

.hp-hover p{
	position: relative;
	top:50%;
	transform:translateY(-50%);
	margin: 0 auto;
	width: 65%;
	padding:12px 15px;
	color:#fff;
	font-size: 17px;
	line-height: 20px;
	background: #316de0;
}

.hotLine{
	height: 9px;
	background: url(../eng_img/index/indexHp_bg_02.jpg) top center no-repeat;
	background-size: cover;
}

.hp-hover img{	
	position: absolute;
	text-align: center;
	margin-top: -45px;
	top: 50%;
	left: 50%;
	margin-left: -32px;
}

@media (max-width:991px){
	.hotProduct{
		padding: 60px 0 80px;
	}
	
	.hotProduct p.newsTitle {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.hotLine{
		height: auto;
		background: url(../eng_img/index/indexHp_bg_02_2.jpg) top center no-repeat;
		background-size: contain;
		padding-bottom: 0.807265%;
	}
}

@media (max-width:767px){	
	.owl-nav .owl-prev {
		left: -32px;
	}

	.owl-nav .owl-next {
		right: -32px;
	}
}

@media (max-width:550px){
	.owl-nav .owl-prev {
		left: -30px;
	}

	.owl-nav .owl-next {
		right: -30px;
	}
}

@media (max-width:480px){
	.hotProduct{
		padding: 40px 0 55px;
	}
	
	.hotProduct p.newsTitle {
		font-size: 27px;
		margin-bottom: 20px;
	}
}


/*************************************/
/*               footer              */
/*************************************/

footer{
	background:#f2f2f2;
	padding-top: 10px;
	overflow: hidden;
	background-size: cover;
	box-shadow: 0 500px 0 500px #f2f2f2;
}

.footer_above{
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #fdfdfd;
}




.footer-add {
    margin-left: 15px;
	text-align: center;
}

.footer-add li{
	display:inline-block;
	font-size:16px;
	color:#acacac;
	line-height:30px;
	margin: 0 18px;
}

.footer-add li i{
	color:#acacac;
	margin-right:2px;
	font-size: 18px;
	width: 20px;
	text-align: center;
}

.footer-add li a{
	color:#acacac;
}

.footer-add li a:hover{
	color:#575757;
}

@media (max-width:991px){
	.footer_above{
		padding-bottom: 0;
	}
	
	.footer-add{
		margin-bottom: 5px;
		text-align: center;
		margin-left: 0;
	}	
}

@media (max-width:680px){	
	.footer-add{
		margin-bottom: 7px;
	}
	
	.footer-add br{
		display:none;
	}

	.footer-add li:nth-child(2),
	.footer-add li:nth-child(3),
	.footer-add li:nth-child(4){
		width:100%;
	}

	.footer-add li{
		display:block;
		width:100%;
		text-align:center;
		padding-left:0;
		line-height: 25px;
		margin: 0;
	}
}

@media (max-width:480px){
	footer{
		padding-top: 12px;
	}
}



.footer_below{
	padding:7px 0 10px;
	font-size:15px;
	font-family: Arial;
	border-top: 1px solid #c7c7c7;
}

.footerUl2{
	list-style-type: none;
	color:#acacac;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.03rem;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#acacac;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:none;
	color:#575757;
}



@media (max-width: 991px) {
	.footerUl2{
		text-align:center;
	}

	.footerUl2{
		padding-left:0;
	}

	.footerUl2 li{
		  display:inherit;
	}

	.footerUl2 br{
		display:none;
	}
}

@media (max-width: 650px) {
	.footerUl2{
		text-align:center;
		font-size:15px;
	}

	.dis2{
		display:inline;
	}
}


#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 56px;
	width: 56px;
    padding: 10px 15px;
    position: fixed;
    right: 15px;
	background-image:url(../eng_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:0.7;
}



/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
}

.sideBar p{
	color:#fff;
	font-size:23px;
	width:100%;
	font-weight:900;
	height: 55px;
	line-height: 55px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b50b4+0,2f6fea+50,2e6adb+99 */
	background: #1b50b4; /* Old browsers */
	background: -moz-linear-gradient(left, #1b50b4 0%, #2f6fea 50%, #2e6adb 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1b50b4 0%,#2f6fea 50%,#2e6adb 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1b50b4 0%,#2f6fea 50%,#2e6adb 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b50b4', endColorstr='#2e6adb',GradientType=1 ); /* IE6-9 */
	padding: 1px 12px 0;
	margin-bottom: 4px;
}

.sideBar img{
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top:-2px;
}


@media (max-width:1200px){
	.sideBar p{
		font-size: 25px;
	}
}

@media (max-width:991px){
	.asideBox{
		display: none;
	}
	
	#sub ul{
		display:none;
	}

	.sideBar p{
		border-bottom:none;
		margin-top:0;
		text-shadow:2px 2px 2px rgba(0,0,0,0.3);
		text-align:left;
	}

	.aside-open{
		display:block !important;
	}
}





#sub,
#sub ul,
#sub ul li,
#sub ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sub>ul>li{
	border-bottom: 1px solid #2d59aa;
}

#sub {
	width: 100%;
	color: #ffffff;
	margin-bottom:20px;
	border-top:none;
}

#sub ul ul {
	display: none;
}

.align-right {
	float: right;
}

#sub > ul > li > a {
	padding: 12px 10px 12px 37px;
	cursor: pointer;
	z-index: 2;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	background:transparent;
	background:url(../eng_img/other/aside_icon_02.jpg) center left 20px no-repeat, #13336f;
	line-height:22px;
}

#sub > ul > li.active2 > a,
#sub > ul > li > a:hover{
	color: #fff;
	background:url(../eng_img/other/aside_icon_02.jpg) center left 20px no-repeat, #2f67d4;
}

#sub > ul > li.open > a {
	color: #fff;
	background:url(../eng_img/other/aside_icon_02.jpg) center left 20px no-repeat, #2f67d4;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 12px 15px 12px 27px;
	z-index: 1;
	text-decoration: none;
	font-size: 17px;
	color:#282828;
	line-height:20px;
	background: #eeeeee;
}

#sub>ul>li>ul{
	border-top:1px solid #fff;
}

#sub>ul>li>ul>li{
	margin-top:0;
	border-bottom:1px dashed #c2c2c2;
}

#sub > ul > li > ul > li:last-child {
    border-bottom: none;
}

#sub ul ul li:hover > a,
#sub ul ul li.open > a,
#sub ul ul li.active2 > a {
	color: #fff;
	background:#8d8d8d;
}

#sub ul ul li:first-child > a {
	box-shadow: none;
}

#sub ul ul ul li:first-child > a {
}

#sub ul ul ul li a {
	background: #fff;
	font-size: 17px;
	padding: 7px 15px 7px 47px;
}

#sub ul ul ul li a:hover{
	background:#fdf9df;
	color:#000;
}

#sub > ul > li > ul > li:last-child > a,
#sub > ul > li > ul > li.last > a {
	border-bottom: 0;
}

#sub > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0;
}

@media (max-width:991px){
	#sub {
		width: 100%;
		display:none;
	}
}



/*************************************/
/*              product              */
/*************************************/
.pro_box {
    width: 30%;
    margin: 10px 1.5% 20px; 
    display: inline-table;
	vertical-align: top;
}

figure{
	position:relative;
	margin-bottom: 10px;
}

.pro_box>a>figure>img{
	width:100%;
	box-shadow: 0 0 0 5px #fff, 0 0 0 6px #eaeaea;
}

/*.pro_box:hover>a>figure>img{
	box-shadow: 0 0 0 6px #f4797b;
}*/

.pro_box p{
	font-size:17px;
	color:#5e5e5e;
	line-height:22px;
	padding:5px 0;
	padding-bottom: 15px;
	transition: all 0.5s ease-in-out;
	word-break: break-all;
	word-wrap:break-word;
	text-align: center;
}

@media (max-width:1200px){
	.pro_box {
		width: 29.5%;
	}
}

@media (max-width:991px){
	.prosub{
		width:100%;
		margin-left: 0;
	}

	.pro-content{
		margin-top: 35px;
	}
}

@media (max-width:767px){
	.pro-content{
		margin-top: 25px;
	}
}

@media (max-width:680px){
	.pro_box {
		width: 46.5%;
		margin: 10px 1.5% 25px;
	}
	
	.pro-content{
		margin-top: 20px;
	}
}

@media (max-width:430px){
	.pro_box {
		width: 94%;
		margin: 10px 3% 15px;
	}
}



.pro_box .hp-hover{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align: center;
	opacity:0; 
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size:25px;
	margin:auto;
	background: rgba(214,226,248,0.8);
}

.pro_box:hover .hp-hover{
	opacity:1;
}

.hp-hover img{	
	position: absolute;
	text-align: center;
	margin-top: -45px;
	top: 50%;
	left: 50%;
	margin-left: -32px;
}


/*************************************/
/*                page               */
/*************************************/

.page-content{
	overflow: hidden;
	padding: 12px 0 7px;
}

.page .pagination{
	margin: 0;
}

.page{
	text-align:center;
}

.page .pagination > li a{
	color:#fff;
	border-radius:0;
	font-weight:bold;
	border:none;
	margin: 0 8px;
	background: #2154b6;
	width: 27px;
	height: 27px;
	padding: 0;
	line-height: 27px;
	font-size: 18px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a{
	color: #fff;
	background: #1867ff;
}

.page .pagination > li.next-pre a{
	width: 31px;
	height: 31px;
	display: inline-block;
	background: url(../eng_img/other/left.jpg) no-repeat;
}

.page .pagination > li.next-pre2 a{
	width: 31px;
	height: 31px;
	display: inline-block;
	background: url(../eng_img/other/right.jpg) no-repeat;
}

.page .pagination > li.next-pre a:hover,
.page .pagination > li.next-pre2 a:hover{
	opacity: 0.8;
}

.page .pagination{
	margin-bottom:0;
}


.word-content table tr td img{
	margin:0 auto;
}

.fa.fa-angle-right {
    position: relative;
    right: -1px;
}

.fa.fa-angle-left {
    position: relative;
    left: -1px;
}


@media (max-width:991px){
	.page-content{
		padding: 10px 0;
	}
}

@media (max-width:767px){
	.page-content{
		padding: 7px 0;
	}
}

@media (max-width:380px){
	.page .pagination > li a{
		margin: 0 5px;
	}
}

/*************************************/
/*              company              */
/*************************************/
.companyList ul li{
	font-size: 18px;
	color:#2a2a2a;
	line-height: 28px;
}

.companyList ul{
	margin: 40px 0 80px;
}

.companyList ul li span{
	color:#fd1313;
}

.companyList ul li{
	margin-bottom: 25px;
}

.companyList ul li:nth-child(3){
	margin-bottom: 80px;
}

@media (max-width:767px){
	.companyList ul{
		margin: 40px 0 60px;
	}
	
	.companyList ul li:nth-child(3){
		margin-bottom: 65px;
	}
}

@media (max-width:580px){
	.companyList ul{
		margin: 20px 0 45px;
	}

	.companyList ul li:nth-child(3){
		margin-bottom: 50px;
	}
}


/*************************************/
/*                news               */
/*************************************/

.news-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:25px;	
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.news-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.news-list .div-tr:first-child .div-td{
	font-size: 18px;	
	color: #3e4e6d;
	background: #d5d9e1;
}

.news-list .no{
	width:15%;
}

.news-list .date{
	width:25%;
}

.news-list .subject{
	width:60%;
}

.news-list .date2{
	width:35%;
}

.news-list .subject2{
	width:55%;
}

.news-list .div-tr .div-td{
	padding: 12px 15px;
	font-size: 18px;
	color: #4a4a4a;
	vertical-align: middle;
}

.news-list .div-tr:nth-child(odd){
	background: #f8f8f8;
}

.news-list .div-tr:first-child .div-td{
	border-bottom: none;
	padding: 9px 15px;
}

.news-list .div-tr .div-td a{
	color:#4a4a4a;
	display:block;
}

.news-list .div-tr .div-td a:hover{
	color: #b6ad27;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-decoration:underline;
}

@media (max-width:767px){
	.news-list{
		text-align:left;
		border:1px solid #fff;
	}

	.news-list .div-tr:first-child .div-td{
		border:none;
	}	

	.news-list .date, .news-list .no, .news-list .date2{
		display:none;
	}

	.news-list .subject{
		width:100%;
	}

	.news-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #d2d2d2;
		padding: 10px 15px;
	}

	.news-list .div-tr .div-td:nth-child(1){
		display:none;
	}

	.news-list .div-tr .div-td:nth-child(2){
		border-bottom:none;
		padding-bottom:0;
	}

}



/*************************************/
/*             news detail           */
/*************************************/
.news-detail{
	margin-top:20px;
	background:#fff;
	border:1px solid #d2d2d2;
}

.news-detail .div-tr .div-td{
	border-bottom: 1px solid #d2d2d2;
	padding:10px 15px;
	font-size:18px;
	color:#4a4a4a;
}

/*.news-detail .div-tr .div-td:last-child{	
	border-right: 1px solid #1e2937;
}*/

/*.news-detail .div-tr:first-child .div-td:last-child {
    border-top: 1px solid #1e2937;
}*/

.news-detail .div-tr .div-td:first-child{
	width:20%;
	background: #d5d9e1;
	border-bottom:1px solid #fff;
	color:#3e4e6d;
	padding:12px 15px;
	text-align:center;
}

.news-detail .div-tr:last-child .div-td {
    border-bottom: none;
}

.newsBack{
	margin-top: 50px;
	text-align: right;
}

.newsBack .btn.backBtn{
	min-width: 130px;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	font-size: 19px;
	color:#fff;
	border:none;
	border-radius: 0;
	background: #13336f;
}

.newsBack .btn.backBtn:hover{
	background: #2d6ce5;
}

@media (max-width:767px){
	.newsBack{
		margin-top: 20px;
	}
	
	.news-detail{
		border:none;
	}

	.news-detail .div-tr .div-td{
		width:100%;
		float:left;
		font-size:17px;
	}

	.news-detail .div-tr .div-td:first-child{
		width:100%;
		border:none;
		border-bottom:none;
	}

	.news-detail .div-tr .div-td{
		border:none;
	}

	.news-detail .div-tr .div-td:nth-child(2){
		border-right:none;
	}

	.center-767{
		text-align:center;
	}

}



/*************************************/
/*              download             */
/*************************************/

.download-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:40px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.download-list .div-tr:nth-child(odd){
	background: #f8f8f8;
}

.download-list .div-tr:first-child .div-td{
	color: #3e4e6d;
	background: #d5d9e1;
	padding: 8px 15px;
	font-size: 18px;
}

.download-list .no{
	width:25%;
}

.download-list .subject{
	width:55%;
}

.download-list .down-icon{
	width:20%;
}


.download-list>div{
	background:#fff;
}

.download-list .div-tr:hover{
	background: #f1f6ff;
}

.download-list .div-tr .div-td{
	padding:11px 15px;
	font-size:18px;
	color:#282828;
	vertical-align:middle;
}

.download-list .div-tr:first-child .div-td{
	border-bottom:none;
}

.download-list .div-tr .div-td:nth-child(2){
	text-align:center;
}

.download-list .div-tr .div-td a{
	color:#000;
	display:block;
}

.download-list .div-tr:hover .div-td a{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.download-list .div-tr .div-td a i{
	font-size: 25px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	color: #13336f;
	position: relative;
    top: 3px;
}

.download-list .div-tr:hover .div-td a i{
	color:#2f6ee4;
}

.icon-inline{
	display:none;
}

.downloadIcon{
	display: none;
}

.icon-inline2 img {
    position: relative;
    top: 4px;
}

@media (max-width:767px){	
	.download-list{
		text-align:left;
		border-top: 1px solid #d2d2d2;
		border-bottom: 1px solid #d2d2d2;
	}

	.download-list .no, 
	.download-list .down-icon{
		display:none;
	}

	.download-list .subject{
		width:100%;
	}

	.download-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
	}

	.download-list .div-tr .div-td:nth-child(1),
	.download-list .div-tr .div-td:nth-child(3){
		display:none;
	}

	.icon-inline{
		display:inherit;	
		margin-right:15px;
	}

	.icon-inline2{
		display:none;
	}

	.download-list .div-tr .div-td{
		font-size:17px;
	}

	.download-list .div-tr .div-td a{
		display:block;
	}

	.cell-767{
		display:table-cell;
	}
		
	.downloadIcon{
		display: table-cell;
		position: relative;
		top: 1px;
	}

}

/*************************************/
/*           product detail          */
/*************************************/
.flex-direction-nav a.flex-next::before {
    content:url(../eng_img/pro/right.png);
}

.flex-direction-nav a.flex-prev::before {
    content:url(../eng_img/pro/left.png);
}

.flex-direction-nav a{
	opacity: 1;
	width: 20px;
}

.flexslider .flex-direction-nav .flex-next {
    opacity: 1;
    right: -5px;
}

.flexslider .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -5px;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: -5px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: -5px;
}

#slider .flex-direction-nav .flex-nav-prev,
#slider .flex-direction-nav .flex-nav-next{
	display: none;
}

#slider.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    padding: 10px;
    border: 5px solid #e7e7e7;
}

#slider.flexslider {
    margin: 0 0 10px;
}

#carousel.flexslider {
    margin: 0;
}

#carousel.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    padding: 10px 5px;
    border: 1px solid #e7e7e7;
}

.flex-direction-nav a {
    margin: -29px 0 0;
}

.flex-direction-nav .flex-disabled {
    opacity: 1 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: 10;
}

#carousel.flexslider .slides > li{
	position: relative;
}

#carousel.flexslider .slides > li .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

#carousel.flexslider .slides > li.flex-active-slide .mask{
	display: none;
}

@media (max-width:991px){
	section.slider{
		max-width:468px;
		margin: 0 auto;
	}
}




.proDetail{
	margin-bottom: 40px;
	position: relative;
}

.proNameBox{
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dcdcdc;
}

h3.proName{
	background: url(../eng_img/pro/proName_icon.png) top left repeat-y;
	height: 36px;
	padding-left: 23px;
	font-size: 20px;
	line-height: 25px;
	color:#13336f;
	display: table-cell;
	vertical-align: middle;
}

.proDecript{
	font-size: 16px;
	color:#2e2d2d;
	line-height: 30px;
}

.inquiryBtn{
	position: absolute;
	bottom: 4px;
	left:50%;
	margin-left: 15px;
}

.inquiryBtn a{
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	background: #2d5fc0;
	margin-right: 15px;
}

.inquiryBtn a:hover{
	background: #13336f;
}

.proDecriptCon{
	padding-bottom: 55px;
}

.proInfoTitle{
	padding: 8px 15px 11px 17px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+1,f9f9f9+100 */
	background: #c4c4c4; /* Old browsers */
	background: -moz-linear-gradient(left, #c4c4c4 1%, #f9f9f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #c4c4c4 1%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #c4c4c4 1%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 */
	font-size: 21px;
	line-height: 20px;
	color:#fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.proInfoTitle img{
	position: relative;
	top:1px;
	margin-right: 7px;
	vertical-align: sub;
}

.proEditor{
	padding: 20px 10px 0;
	font-size: 16px;
	line-height: 25px;
}

.proBack{
	text-align: right;
	margin-top: 30px;
	margin-right: 10px;
}

.proBack a{
	display: inline-block;
	width: 130px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color:#fff;
	font-size: 19px;
	background: #2d5fc0;
}

.proBack a:hover{
	background: #13336f;
}

.video{
    text-align: center;
}

@media (max-width:991px){
	.proNameBox {
    	margin-top: 25px;
	}
	
	.inquiryBtn{
		position: static;
		text-align: right;	
		margin-left: 0;
	}
	
	.proDecriptCon{
		padding-bottom: 35px;
	}
}

@media (max-width:580px){
	.proBack{
		margin-top: 20px;
		margin-right: 10px;
	}
}

@media (max-width:480px){
	.inquiryBtn{
		text-align: center;		
	}
	
	.inquiryBtn a{
		width: 45%;
		margin: 0;
	}
	
	.proEditor{
		padding: 15px 0 0;
	}
	
	.proBack{
		margin-top: 20px;
		margin-right: 0;
	}
}



/*************************************/
/*            inquiry table          */
/*************************************/
.inquiry_table {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    border-collapse: separate;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.inquiry_table .thead,
.inquiry_table .tbody{
    display: table-header-group;
}

.inquiry_table .tr {
    display: table-row;
}

.inquiry_table .thead .th {
    color: #3e4e6d;
    text-align: center;
    background: #d5d9e1;
    position: relative;
	font-size:18px !important;
}

.inquiry_table .tr:nth-child(even) .td {
    background: #f8f8f8;
}

.inquiry_table .tbody .td {
    color: #4a4a4a;
    text-align: center;
    vertical-align: middle;
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 11px;
    font-size: 18px;
	/*border-bottom: 1px dotted #333;*/
}

.inquiry_table .thead .th {
    border-bottom: 0;
}

.inquiry_table .thead .th:last-child, 
.inquiry_table .tbody .td:last-child {
	border-right:none;
}

.inquiry_table .tbody .td {
    display: table-cell;
    padding: 5px 10px;
    font-size: 17px;    
	line-height: 30px;
}

.inquiry_table .tbody .td input{
	height: 30px;
    border-radius: 0;
    border:1px solid #ccc;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

.inquiry_table .tr .td:nth-child(1) {
    width: 10%;
}
 
.inquiry_table .tr .td:nth-child(2) {
    width: 50%;
}

.inquiry_table .tr .td:nth-child(3) {
    width: 20%;
}
 
.inquiry_table .tr .td:nth-child(4) {
    width: 20%;
}


.inquiry_table .tr .td:nth-child(3) input{
	width:70px;
}

.proInquiry .inquiry_table input {
    height: 30px;
    border-radius: 0;
    border:none;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

@media (max-width:680px){
	.inquiry_table {
		background: transparent;
		border-top: none;
	}

	.inquiry_table .thead {
		display: none;
	}

	.inquiry_table .tr {
		display: block;
		overflow: hidden;
		margin-bottom: 15px;
		border: 1px solid rgba(108,108,108,0.35);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
	}

	.inquiry_table .tbody .td:before {
		position: relative;
		float: left;
		font-weight: 700;
	}

	.inquiry_table .tr .td:nth-child(1), 
	.inquiry_table .tr .td:nth-child(1), 
	.inquiry_table .tr .td:nth-child(2), 
	.inquiry_table .tr .td:nth-child(2), 
	.inquiry_table .tr .td:nth-child(3), 
	.inquiry_table .tr .td:nth-child(3),
	.inquiry_table .tr .td:nth-child(4), 
	.inquiry_table .tr .td:nth-child(4),
	.inquiry_table .tr .td:nth-child(5), 
	.inquiry_table .tr .td:nth-child(5) {
		width: 100%;
	}

	.inquiry_table .tbody .td:nth-child(1),
	.inquiry_table .tbody .td:nth-child(2),
	.inquiry_table .tbody .td:nth-child(5) {
	   text-align:center;
	   font-weight:bold;
	}

	.inquiry_table .tbody .td:nth-child(1),
	.inquiry_table .tbody .td:nth-child(2){
		color:#444;
	}

	.inquiry_table .tr .td:nth-child(3) input,
	.inquiry_table .tr .td:nth-child(4) input{
		width:80px;
	}

	.inquiry_table .tbody .td {
		text-align: right;
		background: #f7f7f7;
	}

	.inquiry_table .thead .th, 
	.inquiry_table .tbody .td {
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: 1px dashed #fff;
	}

	.inquiry_table .tbody .tr:last-child .td {
		border-bottom: 1px dashed #fff;
	}

	.inquiry_table .tbody .td:first-child,
	.inquiry_table .tbody .td:last-child{
		border-bottom: none;
	}

	.inquiry_table .tbody .tr:last-child .td:first-child,
	.inquiry_table .tbody .tr:last-child .td:last-child {
		border-bottom: none;
	}
	
	.inquiry_table .tbody .tr .td:last-child{
		text-align: center;
	}

	.inquiry_table .tbody .td:nth-child(1):before {
		content: "";
	}

	.inquiry_table .tbody .td:nth-child(2):before {
		content: "";
	}
	
	.inquiry_table .tbody .td:nth-child(3):before {
	   content: "Num";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(4):before {
		content: "";
	}

	.inquiry_table .tbody .td input{
		border: 1px solid #ebebeb;
	}
}



/*************************************/
/*              inquiry              */
/*************************************/

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#7d281d;
	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
}

.conBtn{
	text-align:center;
	margin:10px auto 20px;
}

.btn_con{
	margin: 5px;
	text-align: center;
	font-size: 18px;
	width: 160px;
	height: 43px;
	line-height: 40px;
	padding: 0 12px;	
	position: relative;
	outline: none;	
	color: #fff;
	background: #2d5fc0;
}


.btn_con:hover{
	color: #fff;
	background: #13336f;
}



input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #363636;
	font-size:28px;
	font-weight:800;
	position: relative;
	top: 4px;
}

.proInquiry table tr th{
	line-height:40px;
	font-size:15px;
}

.form-group select{	
	display: block;
	background:#363636;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  

.proInquiry input{
	height:45px;
	border-radius:0;
	font-size:17px;
	color:#282828;
	box-shadow: none;
	background: #fff;
	border: 1px solid #c9c9c9;
}

.proInquiry textarea{
	border-radius:0;
	font-size:17px;
	color:#282828;
	box-shadow: none;
	background: #fff;
	border: 1px solid #bbb;
}

.proInquiry .form-group label{
	margin-bottom:5px;
	font-size:17px;
	color:#282828;
}


@media (max-width:768px){
	.sub-content{
		width:100%;
	}

	.getCode img{
		margin-left:-15px;
		margin-right:-15px;
	}
}

@media (max-width:500px){
	.btn_con{
		width:49%;
		margin:10px 0;
	}

	.proInquiry{
		width:100%;
	}

	.conBtn {
		text-align: center;
		margin: 0 auto 25px;
	}
}


@media (max-width:350px){
	.col-md-5.col-sm-6.col-xs-6.col-350.getCode {
		margin-top: 0;
		margin-bottom:15px;
	}
}



/*************************************/
/*               video               */
/*************************************/
.video{
	margin-bottom: 35px;
	margin-top: 38px;
}

.videoName{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color:#3e4e6d;
	font-weight: 900;
	border-left:11px solid #13336f;
	padding-left: 13px;
	background: #d5d9e1;
	margin-bottom: 27px;
}

.videoDescription{
	width: 90%;
	margin-left: 5%;
}

.videoDescription p{
	font-size:17px;
	color:#4c4c4c;
	line-height:28px; 
	margin-bottom: 20px;
}

.videoContent{
	padding: 0 20px;
}

.videoContent .proInfoBar{
	font-size: 20px;
	color:#2f67d4;
	font-weight: bold;
	margin-bottom: 15px;
}

.videoContent .proInfoBar i{
	font-size: 28px;
	margin-right: 6px;
	position: relative;
	top:3px;
}

@media (max-width:991px){
	.videoDescription{
		width: 100%;
		margin-left: 0;
	}
	
	.video{
		margin-top: 15px;
	}
}

@media (max-width:767px){	
	.video{
		margin-top: 0;
	}
}

@media (max-width:580px){
	.videoContent{
		padding: 0 5px;
	}
	
	.videoName {
		height: 45px;
		line-height: 45px;
		font-size: 19px;
	}
}



/*************************************/
/*            contact us             */
/*************************************/

.contact-map{
	height:350px;
	border:1px solid #dbdbdb;
	margin-bottom:20px;
	background: #eee;
}

.contactTxt{
	background:url(../eng_img/other/mail_icon.png) left 32px top 23px no-repeat, #ebeef4;
	padding: 20px 10px 20px 70px;
	margin-bottom: 10px;
}

@media (max-width:991px){
	.contact-map{
		height:280px;
	}
}

@media (max-width:767px){
	.contact-map{
		height:250px;
	}
	
	.contactTxt{
		background:url(../eng_img/other/mail_icon.png) left 17px top 19px no-repeat, #ebeef4;
		padding: 15px 10px 15px 55px;
	}
}

@media (max-width:580px){
	.contact-map{
		height:200px;
	}
}

@media (max-width:480px){
	.contact-map{
		height:150px;
	}
}


/*************************************/
/*               others              */
/*************************************/
.breadcrumb2{
	font-size: 16px;
	color:#7d7d7d;
	line-height: 18px;
	padding: 15px;
	background: #f5f5f5;
	text-align: right;
}

.insideContent{
	padding: 80px 0 50px;
}

.subContent{
	margin-left: 70px;
	overflow: hidden;
}

.subTitle{
	background: url(../eng_img/other/title_icon.png) top 3px left no-repeat;
	font-size: 24px;
	color:#2a2a2a;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 35px;
	line-height: 26px;
	margin-bottom: 35px;
}

.text2{
	font-size: 17px;
	color:#13336f;
	line-height: 25px;
}

.form-control:focus {
    border-color: #8ab0cd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(46, 75, 133, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(46, 75, 133, .6);
}

@media (max-width:1200px){
	.subContent{
		margin-left: 30px;
	}
}

@media (max-width:991px){
	.subContent{
		margin-left: 0;
	}
	
	.insideContent {
		padding: 50px 0 30px;
	}
}

@media (max-width:580px){
	.insideContent {
		padding: 30px 0 20px;
	}
	
	.subTitle{
		margin-bottom: 25px;
		font-size: 22px;
	}
}




/*-----------select 箭頭 統一------------*/
.select-style1 {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #2e4b85 url("../eng_img/other/icon-select.png") no-repeat 98% 50%;
}

.select-style1 select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 5px 8px;*/
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
}


/*--------ie 箭頭 刪除--------*/
.select-style1 select::-ms-expand {
    display: none;
}

.select-style1 select:focus {
    outline: none;
}

.select-style1 select option{
	color:#282828;
}

@media (max-width:767px){
	.select-style1 {
		background: #2e4b85 url("../eng_img/other/icon-select.png") no-repeat 97.5% 50%;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: #2e4b85 url("../eng_img/other/icon-select.png") no-repeat 96.5% 50%;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: #2e4b85 url("../eng_img/other/icon-select.png") no-repeat 96% 50%;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: #2e4b85 url("../eng_img/other/icon-select.png") no-repeat 95.5% 50%;
	}
}