@charset "UTF-8";

/* CSS Document */
@font-face {
	font-family: DIN-Alternate-Bold;
	src: url(font/DINAlternate-Bold.eot);
	/* IE9 Compat Modes */
	src: url(font/DINAlternate-Bold.eot?#iefix) format("embedded-opentype"),
		/* IE6-IE8 */
		url(font/DINAlternate-Bold.otf) format("opentype"),
		/* Open Type Font */
		url(font/DINAlternate-Bold.svg) format("svg"),
		/* Legacy iOS */
		url(font/DINAlternate-Bold.ttf) format("truetype"),
		/* Safari, Android, iOS */
		url(font/DINAlternate-Bold.woff) format("woff");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DIN-Medium;
	src: url(font/DIN-Medium.eot);
	/* IE9 Compat Modes */
	src: url(font/DIN-Medium.eot?#iefix) format("embedded-opentype"),
		/* IE6-IE8 */
		url(font/DIN-Medium.otf) format("opentype"),
		/* Open Type Font */
		url(font/DIN-Medium.svg) format("svg"),
		/* Legacy iOS */
		url(font/DIN-Medium.ttf) format("truetype"),
		/* Safari, Android, iOS */
		url(font/DIN-Medium.woff) format("woff");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DIN-Alternate-Medium;
	src: url(font/DINAlternate-Medium.eot);
	/* IE9 Compat Modes */
	src: url(font/DINAlternate-Medium.eot?#iefix) format("embedded-opentype"),
		/* IE6-IE8 */
		url(font/DINAlternate-Medium.otf) format("opentype"),
		/* Open Type Font */
		url(font/DINAlternate-Medium.svg) format("svg"),
		/* Legacy iOS */
		url(font/DINAlternate-Medium.ttf) format("truetype"),
		/* Safari, Android, iOS */
		url(font/DINAlternate-Medium.woff) format("woff");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Frutiger;
	src: url(font/Frutiger-LT-Std-45-Light-Regular.eot);
	/* IE9 Compat Modes */
	src: url(font/Frutiger-LT-Std-45-Light-Regular.eot?#iefix) format("embedded-opentype"),
		/* IE6-IE8 */
		url(font/Frutiger-LT-Std-45-Light-Regular.otf) format("opentype"),
		/* Open Type Font */
		url(font/Frutiger-LT-Std-45-Light-Regular.svg) format("svg"),
		/* Legacy iOS */
		url(font/Frutiger-LT-Std-45-Light-Regular.ttf) format("truetype"),
		/* Safari, Android, iOS */
		url(font/Frutiger-LT-Std-45-Light-Regular.woff) format("woff");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}


#seo {
	display: none;
}

form {
	margin: 0;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	body {
		font-family: DIN-Medium, Arial, sans-serif;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 12px;
		-webkit-font-smoothing: antialiased;
	}
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	/* for Firefox */
	hlbr: expression(this.onFocus=this.blur());
	/* for IE */
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

header {
	width: 100%;
	background: #FFF;
	position: fixed;
	box-shadow: #424242 1px 1px 8px;
	padding: 20px 0 5px 0;
	height: 95px;
	z-index: 99;
}

#header {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
}

#logo {
	float: left;
	width: 25%;
	margin-left: 20px;
}

#logo img {
	width: 100%;
}

#m_nav_btn {
	display: none;
}

#navigation {
	float: right;
	width: 72%;
}

#m_nav {
	display: none;
}

.subnav {
	float: right;
	width: 70%;
	position: relative;
}

.subnav .snav_i {
	float: right;
	padding: 10px 30px 10px 0;
	text-transform: uppercase;
}

.subnav .snav_i a {
	color: #525c64;
	font-size: 1em;
}

.subnav .lang {
	/**/
	float: right;
	padding: 10px 70px 10px 0;
	background: url(../images/lang_bg.svg) no-repeat right;
	font-size: 1em;
	color: #0d246b;
	cursor: pointer;
}

ul#langlist {
	background: #859199;
	padding: 1% 1.5%;
	position: absolute;
	z-index: 999;
	margin: 40px 0 0 0;
	display: none;
	right: 0;
}

ul#langlist li {
	padding: 5px 0;
}

ul#langlist li a {
	color: #fff;
	font-size: 1.166em;
	padding: 3px 0;
	/*float:left;*/
}

.subnav .lang.active {
	display: block;
}

nav {
	width: 65%;
	float: right;
	font-size: 1.4em;
	line-height: 180%;
	padding: 10px 0 0 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	nav {
		width: 81%;
	}
}

nav .nav_i,
nav .nav_i_active {
	float: left;
	text-align: right;
	text-transform: uppercase;
	margin: 0 0 0 3%;
}

nav .nav_i a {
	color: #525c64;
}

nav .nav_i .dropdown-content a {
	color: #fff;
	text-transform: capitalize;
}

nav .nav_i a:hover {
	color: #87b842;
}

.nav_active {
	color: #87b842;
}

nav .nav_i_active a {
	color: #87b842;
}

nav .nav_i_active .dropdown-content a {
	color: #fff;
	text-transform: capitalize;
}

nav .nav_i_active .dropdown-content a:hover {
	color: #87b842;
}

ul#nav_plist {
	width: 64%;
	padding: 2% 18% 2% 18%;
	background: #788088;
	position: absolute;
	left: 0;
	z-index: 10;
	top: 130px;
	display: none;
}

ul#nav_plist li {
	width: 25%;
	float: left;
	text-align: left;
	height: 350px;
}

ul#nav_plist li .nav_ptitle {
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px #fff solid;
	text-transform: capitalize;
}

ul#nav_plist li .nav_ptitle a {
	color: #7cb830;
	font-size: 0.9em;
}

ul#nav_plist li ol li {
	width: 95%;
	float: left;
	padding: 20px 5% 0 0;
	text-transform: capitalize;
	font-size: 0.6em;
	line-height: 160%;
	height: auto;
}

.nav_p_i:before {
	content: '\2014';
	position: absolute;
	margin-left: -20px;
	color: #fff;
}

.nav_p_i {
	padding: 0 0 0 20px;
}

ul#nav_plist li ol li a {
	color: #fff;
}

article {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 110px;
}

#inside_banner_adv {
	width: 100%;
	float: left;
	/*background:url(../images/adv_top_banner.jpg) no-repeat center top;
	background-size:cover;
	height:428px;*/
	background: #d5d9db;
	padding: 0 0 30px 0;
}

#inside_banner_adv h1 {
	color: #7dba30;
	font-size: 5em;
	text-transform: uppercase;
}

#inside_banner_adv h2 {
	color: #0d246b;
	font-size: 4.8em;
}

#inside_banner_adv .inb_inside {
	/*width:1500px;*/
	width: 1444px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#inside_banner_adv .inb_inside .inb_text1 {
	font-size: 1.6em;
	line-height: 160%;
	color: #666;
	padding: 0.5% 0 0 0;
}

.adv_data {
	width: 100%;
	float: left;
	padding: 25px 0 0 0;
}

.adv_data_i {
	width: 50%;
	float: left;
	margin: 0 0 15px 0;
	font-size: 3.5em;
	color: #0d246b;
	font-weight: 600;
}

#breadcrumb {
	width: 100%;
	float: left;
	background: #fff;
	padding: 25px 0 0 0;
	height: 40px;
}

.breadcrumblist {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: right;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 1em;
	color: #778187;
}

.breadcrumblist a {
	color: #778187;
}

.breadcrumblist a:visited {
	color: #778187;
}

.breadcrumblist_p {
	width: 1200px;
	margin: -10px auto 30px auto;
	text-align: right;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 1em;
	color: #778187;
}

.breadcrumblist_p a {
	color: #778187;
}

.breadcrumblist_p a:visited {
	color: #778187;
}


#inside_banner_com,
#inside_banner_ad,
#inside_banner_wd {
	width: 100%;
	float: left;
	background: #e0e2e4;
	padding: 0 0 0 0;
	height: 230px;
	position: relative;
}

#inside_banner_news,
#inside_banner_ab {
	width: 100%;
	float: left;
	background: #778187;
	padding: 0 0 0 0;
	height: 230px;
	position: relative;
}

#inside_banner_pro {
	width: 100%;
	float: left;
	background: #646f75;
	padding: 0 0 0 0;
	height: 230px;
	position: relative;
}

#inside_banner_res {
	width: 100%;
	float: left;
	background: #d5d9db;
	/*height:340px;*/
	padding: 0 0 40px 0;
}

#inside_banner_com h1,
#inside_banner_ad h1,
#inside_banner_ab h1,
#inside_banner_news h1,
#inside_banner_res h1,
#inside_banner_pro h1,
#inside_banner_pro .inb_inside .title,
#inside_banner_search h1,
#inside_banner_wd h1,
#inside_banner_com .main-title,
#inside_banner_ad .main-title,
#inside_banner_ab .main-title,
#inside_banner_news .main-title,
#inside_banner_res .main-title,
#inside_banner_pro .main-title,
#inside_banner_pro .inb_inside .title,
#inside_banner_search .main-title,
#inside_banner_wd .main-title {
	color: #7bad30;
	/*font-size:3.5em;
	letter-spacing:-1.2px;*/
	font-size: 3em;
	width: 45.4%;
}

#inside_banner_pro .inb_inside .title {
	margin: 0px;
	padding: 0px;
	color: #7bad30;
	font-size: 3em;
	width: 45.4%;
}

#inside_banner_wd h1 {
	padding: 0 0 10px 0;
}

#inside_banner_com h2,
#inside_banner_ad h2,
#inside_banner_search .search_form .form_tit,
#inside_banner_ab h2,
#inside_banner_news h2,
#inside_banner_res h2 {
	color: #0d246b;
	font-size: 2.1em;
	width: 47%;
	/*letter-spacing:-1.2px;*/
}

#inside_banner_com h2 span,
#inside_banner_res h2 span {
	color: #7db930;
}

#inside_banner_com .inb_inside,
#inside_banner_res .inb_inside,
#inside_banner_wd .inb_inside {
	/*width:1500px;*/
	width: 1240px;
	margin: 0 auto;
	padding: 36px 0 0 0;
}

#inside_banner_wd .inb_inside .wtext2 {
	margin-left: 25%;
}

#inside_banner_wd .inb_inside .wtext1 .count,
#inside_banner_wd .inb_inside .wtext2 .count1 {
	font-size: 2.94em;
	color: #0e347e;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
	margin-left: 0;
}

#inside_banner_ad .inb_inside {
	/*width:1500px;*/
	width: 1240px;
	margin: 0 auto;
	padding: 36px 0 0 0;
}

#inside_banner_news .inb_inside {
	width: 1240px;
	margin: 0 auto;
	padding: 36px 0 0 0;
}

#inside_banner_ab .inb_inside {
	width: 1240px;
	margin: 0 auto;
	padding: 36px 0 0 0;
}

#inside_banner_pro .inb_inside {
	width: 1240px;
	margin: 0 auto;
	padding: 36px 0 0 0;
}

#inside_banner_pro .inb_inside .protext,
#inside_banner_pro .inb_inside .protext1 {
	font-size: 2.5em;
	color: #fff;
}

#inside_banner_pro .inb_inside .protext1 {
	height: 68px;
}

#inside_banner_com .inb_inside .inb_text1,
#inside_banner_res .inb_inside .inb_text1,
#inside_banner_wd .inb_inside .inb_text1 {
	width: 47%;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 140%;
	color: #000;
	padding: 10px 0 0 0;
	/*letter-spacing:-0.3px;*/
	letter-spacing: normal;
	height: 93px;
}

#inside_banner_wd .inb_inside .inb_text1 {
	height: 83px;
}

#inside_banner_ad .inb_inside .inb_text1 {
	width: 47%;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 140%;
	color: #000;
	padding: 10px 0 0 0;
	/*letter-spacing:-0.3px;*/
	letter-spacing: normal;
	height: 58px;
}

#inside_banner_ab .inb_inside .inb_text1 {
	width: 45.4%;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 1.4166em;
	line-height: 140%;
	color: #fff;
	padding: 10px 0 0 0;
	/*letter-spacing:-0.3px;*/
	letter-spacing: normal;
	height: 93px;
}

#inside_banner_news .inb_inside .inb_text1 {
	width: 45.4%;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 1.4166em;
	line-height: 140%;
	color: #fff;
	padding: 10px 0 0 0;
	/*letter-spacing:-0.3px;*/
	letter-spacing: normal;
	height: 58px;
}

.inside_banner_img {
	position: absolute;
	/*left:50%;*/
	right: 0;
	top: 9px;
	/*margin-top:-185px;*/
	overflow: hidden;
	height: 246px;
}

/*.inside_banner_img img{
	width:100%;
}*/
.container_gray {
	width: 100%;
	float: left;
	padding: 85px 0 0 0;
	background: #e0e2e4;
}

.container_gray_n {
	width: 100%;
	float: left;
	padding: 45px 0 0 0;
	background: #e0e2e4;
}

.container_adv {
	width: 100%;
	float: left;
	padding: 0;
	background: #fff;
}

.adv_title1 {
	width: 96%;
	padding: 1% 0;
	margin: 0 2% 10px 2%;
	text-align: center;
	background: #788088;
	color: #fff;
	float: left;
}

.adv_title2 {
	width: 98%;
	padding: 1% 0;
	margin: 35px 1% 85px 1%;
	text-align: center;
	background: #7caf30;
	color: #fff;
	float: left;
}

.adv_title3 {
	width: 96%;
	padding: 2% 0 1% 0;
	margin: 0 2% 40px 2%;
	text-align: center;
	background: #788088;
	color: #fff;
	float: left;
}

.adv_title4 {
	width: 98%;
	padding: 1% 0;
	margin: 0 1% 45px 1%;
	text-align: center;
	background: #7caf30;
	color: #fff;
	float: left;
}

.adv_tc_l {
	width: 17%;
	text-align: right;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 5.25em;
	font-style: italic;
}

.adv_ttext1 {
	width: 66%;
	float: left;
	font-size: 2.5em;
	font-style: italic;
}

.adv_tc_r {
	width: 17%;
	text-align: left;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 5.25em;
	font-style: italic;
}

.adv_tc_l2 {
	width: 13%;
	text-align: right;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 5.25em;
	font-style: italic;
}

.adv_ttext2 {
	width: 74%;
	float: left;
	font-size: 2.5em;
	font-style: italic;
}

.adv_tc_r2 {
	width: 13%;
	text-align: left;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 5.25em;
	font-style: italic;
}

.adv_tc_l3 {
	width: 9%;
	text-align: right;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 5.25em;
	line-height: 100%;
	font-style: italic;
}

.adv_ttext3 {
	width: 82%;
	float: left;
	font-size: 2.5em;
	font-style: italic;
}

.adv_tc_r3 {
	width: 9%;
	text-align: left;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 5.25em;
	line-height: 100%;
	font-style: italic;
}

.adv_tc_l4 {
	width: 8%;
	text-align: right;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 5.25em;
	font-style: italic;
}

.adv_ttext4 {
	width: 84%;
	float: left;
	font-size: 2.5em;
	font-style: italic;
}

.adv_tc_r4 {
	width: 8%;
	text-align: left;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 5.25em;
	font-style: italic;
}

.container_select {
	width: 100%;
	float: left;
	padding: 50px 0 0 0;
	background: #788088;
	height: 86px;
}

.c_select_left {
	width: 30%;
	float: left;
	margin-left: 25px;
	font-size: 2.66em;
	color: #fff;
}

.c_select_right {
	width: 68%;
	float: left;
}

.container_green {
	width: 100%;
	float: left;
	padding: 3% 0 2% 0;
	background: #e9f3da;
}

.c_gray_inside {
	width: 1290px;
	margin: 0 auto;
	padding: 0 50px;
}

.c_gray_inside h3 {
	color: #0d246b;
	font-size: 2.5em;
	padding: 0 0 5px 0;
	border-bottom: 0;
	float: left;
	font-weight: normal;
	/*letter-spacing:-0.8px;*/
	margin-left: 25px;
	text-transform: uppercase;
}

.container_white {
	width: 100%;
	float: left;
	padding: 60px 0 0 0;
}

.container_p_white {
	width: 100%;
	float: left;
	padding: 4% 0 0 0;
}

#p_cate {
	padding: 0 0 2% 0;
}

.c_white_inside {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.c_white_inside .right {
	width: 21%;
	float: right;
	padding: 0 0 0 3%;
}

.c_white_inside .left {
	width: 76%;
	float: right;
}

.c_white_inside h3 {
	color: #0d246b;
	font-size: 2.5em;
	padding: 0 0 5px 0;
	border-bottom: 0;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
}

.c_white_inside h4,
.c_white_inside h1 {
	color: #0d246b;
	font-size: 2em;
	padding: 0 0 15px 0;
	float: left;
	line-height: 120%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.c_white_inside h4,
	.c_white_inside h1 {
		color: #0d246b;
		font-size: 2em;
		padding: 0 0 15px 0;
		float: left;
	}
}

.c_white_inside #wtext {
	float: left;
	width: 70%;
	margin: 0 0 0 2.5%;
}

.c_white_inside #wtext .wtext1 {
	width: 95%;
	font-size: 3.2em;
	color: #657078;
	float: left;
}

.c_white_inside #wtext .t1,
.c_white_inside #wtext .t2,
.c_white_inside #wtext .t3,
.c_white_inside #wtext .t4 {
	color: #657078;
	float: left;
	padding: 20px 0 0 0;
}

.c_white_inside #wtext .count,
.c_white_inside #wtext .count2 {
	font-size: 1.6em;
	width: 16%;
	color: #0d246b;
	float: left;
	text-align: center;
	margin-top: 5px;
}

.c_white_inside #wtext .count1,
.c_white_inside #wtext .count3 {
	font-size: 1.6em;
	width: 10%;
	color: #0d246b;
	float: left;
	text-align: center;
	margin-top: 5px;
}

.c_white_inside #wtext .wfocustext {
	width: 16%;
	font-size: 7.5em;
	color: #0d246b;
	float: left;
	margin-top: 5px;
}

.c_white_inside #wtext .wtext2 {
	width: 95%;
	font-size: 3.2em;
}

/*.c_white_inside #wtext .wtext1{
	width:9%;
	font-size:3.5em;
	color:#657078;
	float:left;
	font-family:DIN Medium;
}
.c_white_inside #wtext .wfocustext{
	width:17%;
	font-size:8.5em;
	color:#0d246b;
	float:left;
	margin-top:0;
	font-family:DIN-Medium, Arial, sans-serif;
}
.c_white_inside #wtext .wtext2{
	width:70%;
	font-size:3.5em;
	color:#657078;
	float:left;
}*/
.container_heavy_gray {
	width: 100%;
	float: left;
	padding: 2% 0 1% 0;
	background: #657078;
}

.c_hgray_inside {
	width: 1240px;
	padding: 0 50px;
	margin: 10px auto 0 auto;
}

.c_hgray_inside h3 {
	color: #0d246b;
	font-size: 3em;
	padding: 0 0 15px 0;
	border-bottom: #0d246b 1px solid;
	float: left;
}

.c_hgray_inside #wtext {
	float: left;
	width: 70%;
	margin: -20px 0 0 2%;
}

.c_hgray_inside #wtext .wtext1 {
	width: 95%;
	font-size: 3.2em;
	color: #657078;
	float: left;
}

.c_hgray_inside #wtext .t1,
.c_hgray_inside #wtext .t2,
.c_hgray_inside #wtext .t3,
.c_hgray_inside #wtext .t4 {
	color: #657078;
	float: left;
	padding: 20px 0 0 0;
	color: #fff;
}

.c_hgray_inside #wtext .count {
	font-size: 1.6em;
	width: 16%;
	color: #0d246b;
	float: left;
	text-align: center;
	margin-top: 5px;
}

.c_hgray_inside #wtext .count1 {
	font-size: 1.6em;
	width: 10%;
	color: #0d246b;
	float: left;
	text-align: center;
	margin-top: 5px;
}

.c_hgray_inside #wtext .wfocustext {
	width: 16%;
	font-size: 7.5em;
	color: #0d246b;
	float: left;
	margin-top: 5px;
}

.c_hgray_inside #wtext .wtext2 {
	width: 95%;
	font-size: 3.2em;
}

/*.c_hgray_inside #wtext .wtext1{
	width:9%;
	font-size:3.5em;
	color:#fff;
	float:left;
}
.c_hgray_inside #wtext .wfocustext{
	width:15%;
	font-size:7.5em;
	color:#1d2c5b;
	float:left;
	margin-top:0;
	font-family:DIN-Medium, Arial, sans-serif;
}
.c_hgray_inside #wtext .wtext2{
	width:70%;
	font-size:3.5em;
	color:#fff;
	float:left;
}*/
.locations {
	float: right;
	width: 253px;
	margin: -10px 1% 0 0;
	position: relative;
	z-index: 97;
}

.locations h3 {
	color: #7db730;
	font-size: 2.33em;
	text-transform: uppercase;
	border: none;
	padding: 0;
}

.loc_info {
	width: 100%;
	float: left;
}

.loc_info h4 {
	width: 92%;
	padding: 4%;
	color: #373535;
	font-size: 1.416em;
	font-weight: normal;
	font-family: Arial, sans-serif;
	cursor: pointer;
	background: url(../images/arrow1.png) right no-repeat #fff;
	background-size: 10%;
	margin: 10px 0 0 0;
	border: 1px #1a1311 solid;
}

.loc_info .loc_info_i {
	background: #7fb83b;
	padding: 10px;
	width: 234px;
	position: absolute;
	color: #fff;
	font-family: Arial, sans-serif;
	display: none;
	z-index: 97;
}

.loc_title {
	font-size: 1.416em;
	float: left;
	width: 100%;
	line-height: 160%;
}

.loc_address {
	width: 100%;
	float: left;
	line-height: 160%;
	font-size: 1em;
	padding: 5px 0;
}

.loc_phone {
	width: 95%;
	float: left;
	line-height: 180%;
	font-size: 1em;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	background: url(../images/phone.png) left no-repeat;
	background-size: 6%;
}

.loc_fax {
	width: 95%;
	float: left;
	line-height: 180%;
	font-size: 1em;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	background: url(../images/fax.png) left no-repeat;
	background-size: 6%;
}

.loc_mail {
	width: 95%;
	float: left;
	line-height: 180%;
	font-size: 1em;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	background: url(../images/mail.png) left no-repeat;
	background-size: 6%;
}

.loc_mail a {
	color: #fff;
}

.loc_mail a:hover {
	text-decoration: underline;
}

.worldmap {
	width: 100%;
	float: left;
}

.worldmap img {
	width: 100%;
	padding: 0;
	border: none;
	outline: none;
}

.cg_in1 {
	width: 46%;
	padding: 0 2% 100px 2%;
	float: left;
}

.cg_in1_1 {
	width: 29.3%;
	padding: 0 2% 100px 2%;
	float: left;
}

.cg_in2 {
	width: 29.3%;
	padding: 0 2% 100px 2%;
	float: left;
}

.cg_in2:nth-child(3n+4) {
	clear: both;
}

.cg_in2_1 {
	width: 29.3%;
	padding: 0 2% 4% 2%;
	float: left;
}

.cg_in3 {
	width: 46%;
	padding: 0 2% 5% 2%;
	float: left;
}

.cg_in4 {
	width: 46%;
	padding: 0 2% 5% 2%;
	float: left;
	height: 550px;
}

.cg_in4_1 {
	width: 46%;
	padding: 0 2% 4% 2%;
	float: left;
	/*height:450px;*/
	/*height:520px;*/
}

.cg_in5 {
	position: relative;
	width: 46%;
	/*margin:3% 2%; */
	margin: 0 2% 3% 2%;
	float: left;
}

.cg_in6 {
	width: 96%;
	padding: 0 2% 1.5% 2%;
	float: left;
}

.cg_in7 {
	width: 96%;
	padding: 0 2% 3% 2%;
	float: left;
}

.cg_in8 {
	width: 48%;
	margin: 0 0 137px 2%;
	float: left;
	height: 180px;
}

.cg_in8_img {
	width: 22%;
	float: left;
	margin: 55px 2% 0 0;
}

.cg_in8_img img {
	width: 100%;
}

.adv_partners {
	width: 65%;
	float: left;
	padding: 55px 0 0 0;
}

.adv_p_logo {
	width: 20%;
	float: left;
}

.adv_p_logo img {
	width: 100%;
}

.adv_service {
	background: url(../images/adv_new_icon1.jpg) left top no-repeat #7bad30;
	background-size: 100%;
}

.adv_email {
	background: url(../images/adv_new_icon2.jpg) left top no-repeat #7bad30;
	background-size: 100%;
	clear: both;
}

.intext2 {
	width: 64%;
	padding: 2% 0 0 36%;
}

.int2title {
	font-size: 3em;
	color: #fff;
}

.int2text {
	font-size: 1.5em;
	line-height: 120%;
	color: #0d246b;
	font-family: Frutiger, Arial, sans-serif;
	padding: 0 0 10px 0;
}

.adv_btn {
	position: absolute;
	width: 8%;
	bottom: -3px;
	right: 0;
	display: none;
}

.adv_btn img {
	width: 100%;
}

.cg_in2 .cg_country {
	color: #595757;
	font-size: 1.416em;
	text-transform: capitalize;
	line-height: 160%;
	margin: 0;
	border-bottom: 0;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
}

.cg_in1 h3,
.cg_in1_1 h3,
.cg_in3 h3 {
	color: #0d246b;
	font-size: 2em;
	text-transform: uppercase;
	line-height: 120%;
	padding: 0 0 15px 0;
	border: none;
	width: 100%;
	height: 85px;
	margin-left: 0;
}

.cg_in2 h3 {
	color: #0d246b;
	font-size: 1.83em;
	text-transform: inherit;
	line-height: 120%;
	padding: 0;
	border: none;
	width: 100%;
	height: 3.7em;
	margin-left: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

.cg_in1 h4,
.cg_in2 h4,
.cg_in3 h4 {
	font-size: 1.4em;
	color: #0d246b;
	font-weight: normal;
	text-transform: uppercase;
	padding: 20px 0 0 0;
}

.cg_in2 h5,
.cg_in4 h5,
.cg_in6 h5,
.cg_in6 h1 {
	color: #0d246b;
	font-size: 2.2em;
	line-height: 120%;
	padding: 12px 0 6px 0;
	border: none;
	width: 100%;
	font-weight: normal;
}

.cg_in6 h1 {
	font-weight: bolder;
}

.cg_in2_1 h5,
.cg_in4_1 h5 {
	color: #7bad30;
	font-size: 1.83em;
	line-height: 120%;
	padding: 18px 0 0 0;
	border: none;
	/*min-height: 50px;*/
	width: 100%;
	font-weight: normal;
}

.cg_in7 h5 {
	color: #7bad30;
	font-size: 1.83em;
	line-height: 120%;
	padding: 0;
	border: none;
	width: 100%;
	font-weight: normal;
}

.cg_in8 h5 {
	color: #7bad30;
	font-size: 1.83em;
	line-height: 120%;
	padding: 0;
	border: none;
	width: 55%;
	font-weight: normal;
	height: 50px;
	float: left;
}

.cg_in6 h6 {
	color: #7bad30;
	font-size: 1.83em;
	line-height: 120%;
	padding: 10px 0 0 0;
	border: none;
	width: 100%;
	font-weight: normal;
}

.ab_data {
	width: 23%;
	margin: 0 1%;
	padding: 0 0 20px 0;
	float: left;
	text-align: center;
	background: #edeef0;
}

.ad_data_i {
	width: 100%;
	float: left;
	padding: 50px 0 0 0;
}

.ad_datatext {
	/*font-size:1.75em;*/
	font-size: 1.3em;
	color: #656f77;
}

.adv_count1 {
	font-size: 9.66em;
	color: #0d246b;
}

.ab_data img {
	width: 100%;
}

.cg_in1 img,
.cg_in1_1 img,
.cg_in2 img,
.cg_in2_1 img,
.cg_in3 img,
.cg_in4 img,
.cg_in4_1 img,
.cg_in7 img {
	width: 100%;
}

.cg_intext1,
.cg_intext2,
.cg_intext3,
.cg_intext4,
.cg_intext5,
.cg_intext6 {
	color: #474545;
	font-size: 1.333em;
	line-height: 150%;
	padding: 15px 0 0 0;
	/*letter-spacing:-0.3px;*/
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.cg_intext7 {
	color: #231815;
	font-size: 1.416em;
	line-height: 150%;
	padding: 15px 0 0 0;
	/*letter-spacing:-0.3px;*/
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.cg_intext2 {
	height: 250px;
}

.cg_intext4 {
	/*height:210px;*/
	height: 230px;
}

.cg_intext5 {
	width: 66%;
	float: left;
}

.cg_intext6 {
	width: 74%;
	float: left;
}

.cg_intext_blue {
	display: block;
	padding: 45px 0 0 0;
	color: #0d246b;
	font-size: 1.375em;
	line-height: 120%;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
}

.cg_in7_img {
	width: 30.5%;
	float: left;
	margin: 20px 0 0 3.5%;
}

.cg_in7_img_l {
	width: 30.5%;
	float: left;
	margin: 0 3.5% 0 0;
}

.cg_intext1 h4 {
	font-size: 1.3em;
	color: #0d246b;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}

.morecontent span {
	display: none;
}

a.exp_more {
	width: 96%;
	float: left;
	padding: 7px 0 0 15px;
	background: url(../images/arrow2.png) left 6px no-repeat;
	background-size: 3%;
	font-size: 1.333em;
	color: #7dba30;
	/*letter-spacing:-0.3px;*/

	letter-spacing: normal;
}

a.exp_more_a,
a.exp_more2 {
	width: 96%;
	float: left;
	padding: 7px 0 0 15px;
	background: url(../images/arrow2.png) left 11px no-repeat;
	background-size: 1.8%;
	font-size: 1.333em;
	color: #7dba30;
	/*letter-spacing:-0.3px;*/

	letter-spacing: normal;
}

a.exp_more2 {
	background-size: 8%;
}

a.exp_more_n {
	width: 96%;
	float: left;
	padding: 7px 0 0 15px;
	background: url(../images/arrow2.png) left 10px no-repeat;
	background-size: 3%;
	font-size: 1.333em;
	color: #7dba30;
	/*letter-spacing:-0.3px;*/

	letter-spacing: normal;
}

ul.reslist {
	list-style-type: disc;
	padding: 0 0 0 20px;
}

.pagelist {
	width: 100%;
	float: left;
	padding: 0 0 50px 0;
	text-align: center;
}

.page_n {
	font-size: 1.5em;
}

.page_n a {
	background: #788088;
	color: #fff;
	padding: 6px 10px;
	margin: 0 8px;
}

.pactive a {
	background: #7bad30;
	color: #fff;
	padding: 6px 10px;
	margin: 0 8px;
}

.container_dblue {
	width: 100%;
	float: left;
	padding: 3% 0 4% 0;
	background: #0d246b;
}

.container_blue {
	width: 100%;
	float: left;
	padding: 70px 0 0 0;
	background: #0f2669;
}

.c_dblue_inside,
.c_blue_inside {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.c_dblue_inside h3 {
	color: #fff;
	font-size: 4em;
	line-height: 180%;
	padding: 0 0 10px 0;
}

.c_dblue_inside h4 {
	font-size: 2.8em;
	color: #fff;
}

.c_blue_inside h3 {
	color: #7bb530;
	font-size: 2.5em;
	line-height: 120%;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

.c_blue_inside h4 {
	color: #fff;
	font-size: 1.333em;
	line-height: 160%;
	font-weight: normal;
	/*letter-spacing:-0.3px;
	font-family:DIN-Medium, Arial, sans-serif;*/
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.sub_btn_all {
	width: 100%;
	float: left;
	padding: 0;
}

.sub_btn select {
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
	line-height: 36px;
	height: 36px;
	padding: 0 60px 0 10px;
	width: 96%;
	background: #fff url(../images/pro_c_arrow_green.png) no-repeat 95%;
	background-size: 6%;
	color: #7db930;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0px;
	font-size: 1.66em;
}

.selectarea {
	width: 46%;
	float: left;
	padding: 0 2%;
}

.selecttitle {
	font-size: 3em;
	color: #7cb830;
	padding: 0 0 20px 0;
}

#history {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;

}

#history img {
	width: 100%;
}

/* -------------------------------- 

公司簡介-歷史沿革時間軸

-------------------------------- */
.cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto 0 auto;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}

.cd-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
	opacity: 1;
}

.cd-horizontal-timeline .timeline {
	position: relative;
	height: 150px;
	width: 100%;
	margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
	/* these are used to create a shadow effect at the sides of the timeline */
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
	left: 0;
	/*background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));*/
}

.cd-horizontal-timeline .events-wrapper::after {
	right: 0;
	/*background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));*/
}

.cd-horizontal-timeline .events {
	/* this is the grey line/timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 70px;
	height: 2px;
	margin: -3px 0 0 0;
	/* width will be set using JavaScript */
	background: #CCC;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
	/* this is used to create the green line filling the timeline */
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #7ebb2f;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
	position: absolute;
	width: 50px;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 1.4em;
	padding-bottom: 12px;
	color: #fff;
	/* fix bug on Safari - text flickering while timeline translates */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
	/* this is used to create the event spot */
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	/*
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  */
	bottom: -5px;
	height: 25px;
	width: 5px;
	/*border-radius: 50%;*/
	/*border: 2px solid #dfdfdf;
*/
	background-color: #657078;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
	width: 12px;
	height: 12px;
	background: #FFF;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	/*border:3px double #ccc;*/
	margin-left: -6px;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #7ebb2f;
	border-color: #7ebb2f;
}

.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
	color: #7ebb2f;
	font-size: 2em;
}

.cd-horizontal-timeline .events a.selected::after {
	background-color: #7ebb2f;
	border-color: #7ebb2f;
	/*left:26px;*/
}

.cd-horizontal-timeline .events a.older-event::after {
	border-color: #7ebb2f;
	background: #7ebb2f;
}

.cd-timeline-navigation a {
	/* these are the left/right arrows to navigate the timeline */
	position: absolute;
	z-index: 90;
	top: 45%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 70px;
	width: 70px;
	/*border-radius: 50%;
  border: 2px solid #dfdfdf;*/
	/* replace text with an icon */
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
	/* arrow icon */
	content: '';
	position: absolute;
	height: 70px;
	width: 70px;
	left: 100%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../images/cd-arrow.svg) no-repeat 0 -9px;
}

.cd-timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
	right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
	border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
	/*background:url(../images/cd-arrow-stop.svg) no-repeat 0 -8px;*/
	background: none;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: -20px 0 50px 0;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	height: 120px;
}

.cd-horizontal-timeline .events-content li.selected {
	/* visible event content */
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
	max-width: 800px;
	margin: 0 auto;
}

.cd-horizontal-timeline .events-content .event_img {
	width: 15%;
	float: left;
}

.cd-horizontal-timeline .events-content .event_img img {
	width: 100%;
}

.cd-horizontal-timeline .events-content h2 {
	width: 10.5%;
	float: left;
	font-size: 4.666em;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	padding: 0 0 0 40px;
	background: url(../images/his_title_icon.png) no-repeat left 11px;
	background-size: 23%;
	margin: 0;
}

.cd-horizontal-timeline .events-content .eventtext {
	width: 40%;
	float: left;
	font-size: 1.333em;
	line-height: 150%;
	color: #fff;
	font-weight: normal;
	/*letter-spacing:-0.3px;
	font-family:DIN-Medium, Arial, sans-serif;*/
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
	padding: 12px 1% 0 0;
}

.cd-horizontal-timeline .events-content em {
	display: block;
	font-style: italic;
	margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
	content: '- ';
}

.cd-horizontal-timeline .events-content p {
	font-size: 1.4rem;
	color: #959595;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
	line-height: 1.6;
}

@media screen and (max-width: 1280px) {
	.cd-horizontal-timeline .events a.selected {
		font-size: 1.7em;
	}

	.cd-horizontal-timeline .events a {
		font-size: 1.3em;
		width: 40px;
	}
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.container_banner {
	width: 100%;
	float: left;
	background: url(../images/com_btm_banner.jpg) no-repeat center top;
	background-size: cover;
	height: 650px;
}

.container_banner_com {
	width: 100%;
	float: left;
	background: url(../images/com_btm_banner_new.jpg) no-repeat center top;
	background-size: cover;
	height: 720px;
}

.container_banner_com_new {
	width: 100%;
	float: left;
	background: url(../images/com_btm_banner_new1.jpg) no-repeat center top;
	background-size: cover;
	height: 700px;
	margin-top: 56px;
}

.news_bottom_banner {
	width: 100%;
	float: left;
	background: url(../images/news_bottom_banner.jpg) no-repeat center top;
	background-size: cover;
	height: 740px;
}

.container_banner .cbanner_text {
	color: #0f2561;
	width: 1500px;
	padding: 0 50px;
	margin: 0 auto;
}

.container_banner .cbanner_text span {
	font-size: 4.8em;
	width: 30%;
	float: left;
	margin: 2% 0 0 0.5%;
}

#newslist_content {
	float: left;
	width: 99.6%;
	padding: 2% 0.2% 70px 0.2%;
}

.year_title {
	font-size: 1.833em;
	line-height: 120%;
	color: #0d246b;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
	padding: 0 0 5px 0;
	margin: 0 25px 10px;
}

.year_title:before,
.year_title:after {
	clear: both;
	display: table;
	content: '';
}

div#newslist {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-top: 0;
	position: relative;
	padding-bottom: 4%;
}

div#newslist .news_item {
	width: 30%;
	padding: 0;
	float: left;
	margin: 0 1.5% 4% 1.8%;
	cursor: pointer;
}

div#newslist .news_item img {
	width: 100%;
}

.exh_white {
	width: 86%;
	float: left;
	padding: 40px 0 30px 0;
	text-align: center;
	margin: 0 7%;
	border-bottom: 1px #000 solid;
	color: #656f77;
	height: 90px;
	font-size: 1.33em;

	letter-spacing: normal;
}

.exh_white h5 {
	font-size: 1.875em;
	color: #000;
	line-height: 120%;
	padding: 0 0 5px 0;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
	text-transform: uppercase;
}

.exh_blue {
	background: #0d246b;
	width: 90%;
	float: left;
	font-size: 1.416em;
	margin: 0 0 0 0;
	padding: 20px 5%;
	box-shadow: #111 1px 2px 10px;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
	height: 260px;
}

.exh_blue h4 {
	font-size: 1.875em;
	line-height: 120%;
	color: #fff;
	padding: 0 0 15px 0;
	border-bottom: 1px #fff solid;
	text-transform: uppercase;
}

.exh_blue .exh_text {
	width: 100%;
	float: left;
	color: #fff;
	padding: 5px 0;
	border-bottom: 1px #fff solid;
	height: 170px;
}

.exh_blue .exh_text .exh_title {
	color: #fff;
	line-height: 160%;
	padding: 2px 0;
}

.exh_blue .exh_text .exh_title span {
	color: #7cb830;
}

a.exhmore {
	width: 96.7%;
	float: left;
	padding: 20px 0;
	margin: 0 1.65%;
	background: #0d246b;
	font-size: 2em;
	color: #fff;
	text-align: center;
}

a.exhmore_su {
	width: 96.7%;
	float: left;
	padding: 20px 0;
	margin: 0 1.65%;
	background: #0d246b;
	font-size: 2em;
	color: #fff;
	text-align: center;
	display: none;
}

a.new-more {
	width: 96.7%;
	float: left;
	padding: 20px 0;
	margin: 0 1.65%;
	background: #0d246b;
	font-size: 2em;
	color: #fff;
	text-align: center;
}

a.new-more_su {
	width: 96.7%;
	float: left;
	padding: 20px 0;
	margin: 0 1.65%;
	background: #0d246b;
	font-size: 2em;
	color: #fff;
	text-align: center;
	display: none;
}

#news_p_c {
	width: 100%;
	float: left;
	padding: 0;
}

#news_caselist {
	width: 99.6%;
	margin: 0 auto;
	padding: 20px 0.2%;
}

.pnews_area {
	width: 100%;
	float: left;
}

.pnews_area .item .exp_more2 {
	width: 96%;
	float: left;
	padding: 7px 0 0 15px;
	background: url(../images/arrow2.png) left 6px no-repeat;
	background-size: 3%;
	font-size: 1.333em;
	color: #7dba30;
	/* letter-spacing: -0.3px; */
	letter-spacing: normal;
}

#news_caselist .item {
	width: 30%;
	float: left;
	margin: 0 1.6%;
	padding: 0 0 65px 0;
}

#news_caselist .item h4 {
	font-size: 1.833em;
	line-height: 120%;
	color: #0d246b;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
	padding: 0 0 5px 0;
	height: 85px;
}

#news_caselist .item h5 {
	font-size: 2.4em;
	line-height: 130%;
	color: #0d246b;
	font-family: DIN-Medium, Arial, sans-serif;
	padding: 0 0 5px 0;
}

#news_caselist .item .item_date {
	font-size: 0.77em;
	color: #666;
	font-weight: normal;
	font-family: Frutiger, Arial, sans-serif;
	padding: 0 0 2px 0;
	line-height: 130%;
}

#news_caselist .item .img img {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}

#news_caselist .item .itemtext {
	font-size: 1.33em;
	line-height: 150%;
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
	color: #595757;
}

#maptab {
	width: 100%;
}

#maptab img {
	width: 100%;
}

#successful_p {
	background: #0c1758 url(../images/pro_ed_line.png) no-repeat 230px bottom;
	background-size: 5.8%;
	width: 90%;
	padding: 3%;
	margin: 0 2%;
	float: left;
	font-size: 1.5em;
	color: #fff;
	line-height: 130%;
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

#successful_p h3 {
	font-weight: normal;
	font-size: 2.2em;
	line-height: 100%;
	color: #fff;
	padding: 0 5% 5px 0;
	margin: 0;
	width: 23%;
	float: left;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
}

/* products & success_i */
.inside_banner_pro {
	width: 100%;
	float: left;
	/*background:#656d75;*/
	background: #d5d9db;
	/*height:428px;*/
	padding: 0 0 50px 0;
}

.inside_banner_pro1 {
	width: 100%;
	float: left;
	/*background:#656d75;*/
	background: #d4d9dc url(../images/blown_film_banner.jpg) no-repeat right bottom;
	background-size: cover;
	/*height:428px;*/
	padding: 0 0 50px 0;
}

.inside_banner_pro2 {
	width: 100%;
	float: left;
	/*background:#656d75;*/
	background: #d4d9dc url(../images/raffia_banner.jpg) no-repeat right bottom;
	background-size: cover;
	/*height:428px;*/
	padding: 0 0 50px 0;
}

.inside_banner_pro3 {
	width: 100%;
	float: left;
	/*background:#656d75;*/
	background: #d4d9dc url(../images/mono_banner.jpg) no-repeat right bottom;
	background-size: cover;
	/*height:428px;*/
	padding: 0 0 50px 0;
}

.inside_banner_pro4 {
	width: 100%;
	float: left;
	/*background:#656d75;*/
	background: #d4d9dc url(../images/strapping_banner.jpg) no-repeat right bottom;
	background-size: cover;
	/*height:428px;*/
	padding: 0 0 50px 0;
}

.inside_banner_pro5 {
	width: 100%;
	float: left;
	/*background:#656d75;*/
	background: #d4d9dc;
	background-size: cover;
	/*height:428px;*/
	padding: 0 0 50px 0;
}

#inside_banner_success {
	width: 100%;
	float: left;
	background: #0d246b;
	padding: 0 0 50px 0;
}

#inside_banner_adv_i {
	width: 100%;
	float: left;
	background: #656d75;
	padding: 0 0 40px 0;
}

#inside_banner_success h1 {
	color: #fff;
	font-size: 5em;
	text-transform: uppercase;
}

.inside_banner_pro h1 {
	color: #7dba30;
	font-size: 5em;
	text-transform: uppercase;
}

#inside_banner_success h2 {
	color: #fff;
	font-size: 3.5em;
}

.inside_banner_pro h2 {
	color: #0d246b;
	font-size: 4.8em;
}

#inside_banner_adv_i h1 {
	color: #fff;
	font-size: 4em;
	line-height: 110%;
}

#inside_banner_success .inb_inside,
.inside_banner_pro .inb_inside,
#inside_banner_adv_i .inb_inside {
	width: 1240px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

#inside_banner_success .inb_inside .inb_text1,
#inside_banner_adv_i .inb_inside .inb_text1 {
	/*width:100%;*/
	font-size: 1.6em;
	line-height: 160%;
	color: #fff;
	padding: 0.5% 0 0 0;
	/*letter-spacing:-0.3px;*/
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.inside_banner_pro .inb_inside .inb_text1 {
	/*width:100%;*/
	font-size: 1.6em;
	line-height: 150%;
	color: #666;
	padding: 0.5% 0 0 0;
	/*letter-spacing:-0.3px;*/
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.inb_text_w {
	width: 75%;
}

.successback {
	float: left;
	width: 100%;
}

.successback a {
	float: right;
	width: 4%;
}

.successback a img {
	width: 100%;
}

.success_header {
	width: 98%;
	float: left;
	padding: 0 1%;
}

.success_header .su_i_country {
	color: #8c9399;
	font-size: 1.4em;
	border: 0;
	width: 100%;
	float: left;
	padding: 0;
}

.success_header .su_i_title {
	color: #7dba30;
	text-transform: uppercase;
	font-size: 2.5em;
	border: 0;
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
}

.success_header h3 {
	color: #0d246b;
	font-size: 2.5em;
	text-transform: uppercase;
	line-height: 120%;
	padding: 0 0 10px 0;
	border: 0;

	margin-left: 12px;
}

.success_content {
	width: 100%;
	float: left;
	padding: 5px 0 0 0;
}

.success_content .title {
	color: #0d246b;
	font-size: 2em;
	padding: 0 0 15px 0;
	float: left;
}

.success_content .left {
	width: 66%;
	float: left;
}

.success_content .left .limg {
	width: 100%;
}

.success_content .left .limg img {
	width: 100%;
}

.success_content .left .ltext {
	width: 100%;
	float: left;
	/*padding:20px 0;*/
	padding: 0 0 20px 0;
	;
	font-size: 1.416em;
	line-height: 150%;
	color: #333;
	/*letter-spacing:-0.3px;*/
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.success_content .left .ltext h4 {
	color: #0d246b;
	text-transform: uppercase;
	font-size: 1em;
	float: none;
	padding: 0 0 8px 0;
}

.success_content .right {
	width: 30.8%;
	float: left;
	padding: 0 0 0 3%;
}

.success_content .right .rimg {
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}

.success_content .right .rimg img {
	width: 100%;
}

#prolist_category {
	float: left;
	width: 100%;
}

.prolist_i {
	width: 100%;
	float: left;
}

ul#pro_category {
	float: left;
	width: 97.4%;
	padding: 0 1.3%;
}

.pro_list_c {
	display: none;
}

ul#pro_category li.pro_c_i {
	float: left;
	width: 23.4%;
	padding: 25px 0.8% 0 0.8%;
}

ul#pro_category li.pro_c_i img {
	display: block;
	width: 100%;
}

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

#prolist_category .cat_c_i {
	float: left;
	width: 100%;
	margin: 10px 0 35px 0;
	overflow: hidden;
	display: block;
}

#prolist_category .cat_c_i a {
	color: #fff;
}

#prolist_category .cat_c_i img {
	display: block;
	width: 100%;
}

_::-webkit-full-page-media,
_:future,
:root #pro_category .cat_c_i img {
	display: block;
	width: 100%;
	height: auto;
}

.ca_dblue {
	background: #eff0f1 url(../images/p_blown_bg.png) right top 10px no-repeat;
	background-size: 45%;
	border-top: 10px solid #0d246b;
}

.ca_red {
	background: #eff0f1 url(../images/p_raffia_bg.png) right top -20px no-repeat;
	background-size: 45%;
	border-top: 10px solid #9b0d1e;
}

.ca_green {
	background: #eff0f1 url(../images/p_mono_bg.png) right top -20px no-repeat;
	background-size: 48%;
	border-top: 10px solid #00722f;
}

.ca_blue {
	background: #eff0f1 url(../images/p_strap_bg.png) right top -20px no-repeat;
	background-size: 48%;
	border-top: 10px solid #0069b8;
}

.ca_light-green {
	background: #eff0f1 url(../images/p_meltblown_bg.png) right bottom -10px no-repeat;
	background-size: 60%;
	border-top: 10px solid #04b596;
}

/*.ca_blue{
	background:#656f77;
}*/
.ca_dblue_bg {
	background: rgba(13, 36, 107, .8);
}

.ca_red_bg {
	background: #9b0d1e rgba(155, 13, 30, .8);
}

.ca_green_bg {
	background: #00722f rgba(0, 114, 47, .8);
}

.ca_blue_bg {
	background: #0069b8 rgba(0, 105, 184, .8);
}

.ca_light-green_bg {
	background: #04b596 rgba(4, 181, 150, .8);
}

.ca_dblue .img,
.ca_red .img,
.ca_green .img,
.ca_blue .img,
.ca_light-green .img {
	width: 31%;
	float: left;
	margin: 0;
	background: #fff;
}

.ca_dblue .img img,
.ca_red .img img,
.ca_green .img img,
.ca_blue .img img,
.ca_light-green .img img {
	width: 100%;
	padding: 0;
	background: #fff;
}

.ca_dblue .btn,
.ca_red .btn,
.ca_green .btn,
.ca_blue .btn,
.ca_light-green .btn {
	width: 64.2%;
	float: left;
	color: #323232;
	padding: 0 2.4%;
	font-size: 1.33em;
	line-height: 175%;
}

.ca_dblue .btn .cat_title,
.ca_red .btn .cat_title,
.ca_green .btn .cat_title,
.ca_blue .btn .cat_title,
.ca_light-green .btn .cat_title {
	font-size: 2.5em;
	padding: 60px 0 20px 0;
}

.cat_title {
	font-size: 2em;
	color: #0d246b;
	text-transform: uppercase;

}

ul.inp_linklist {
	width: 50%;
	float: left;
	padding: 20px 0 0 0;
}

ul.inp_linklist li {
	padding: 0;
	list-style-type: disc;
	list-style-position: inherit;
	/*letter-spacing:-0.3px;*/
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.pr_dblue .line {
	float: left;
	width: 100%;
	height: 10px;
	margin: 0 0 10px 0;
	background: #0d246b;
}

.pr_dblue .btn {
	width: 90%;
	float: left;
	padding: 5% 5% 1% 5%;
	height: 40px;
	background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 50% no-repeat;
	background-size: 7%;
	text-align: center;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
}

.pr_dblue:hover .btn {
	background: #0d246b url(../images/pro_c_arrow_green.png) 95% 50% no-repeat;
	background-size: 7%;
}

.pr_red .line {
	float: left;
	width: 100%;
	height: 10px;
	margin: 0 0 10px 0;
	background: #9b0d1e;
}

.pr_red .btn {
	width: 90%;
	float: left;
	padding: 5% 5% 1% 5%;
	height: 40px;
	background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 50% no-repeat;
	background-size: 7%;
	text-align: center;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
}

.pr_red:hover .btn {
	background: #9b0d1e url(../images/pro_c_arrow_green.png) 95% 50% no-repeat;
	background-size: 7%;
}

.pr_green .line {
	float: left;
	width: 100%;
	height: 10px;
	margin: 0 0 10px 0;
	background: #00722f;
}

.pr_green .btn {
	width: 90%;
	float: left;
	padding: 5% 5% 1% 5%;
	height: 40px;
	background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 50% no-repeat;
	background-size: 7%;
	text-align: center;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
}

.pr_blue .line {
	float: left;
	width: 100%;
	height: 10px;
	margin: 0 0 10px 0;
	background: #0069b8;
}

.pr_blue .btn {
	width: 90%;
	float: left;
	padding: 5% 5% 1% 5%;
	height: 40px;
	background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 50% no-repeat;
	background-size: 7%;
	text-align: center;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
}

.pr_blue:hover .btn {
	background: #0069b8 url(../images/pro_c_arrow_green.png) 95% 50% no-repeat;
	background-size: 10%;
}

.pr_green:hover .btn {
	background: #00722f url(../images/pro_c_arrow_green.png) 95% 50% no-repeat;
	background-size: 7%;
}

.pr_dblue .btn_dblue {
	background: #0d246b url(../images/pro_c_arrow_green.png) 95% 50% no-repeat;
	background-size: 7%;
}

.pr_red .btn_red {
	background: #9b0d1e url(../images/pro_c_arrow_green.png) 95% 50% no-repeat;
	background-size: 7%;
}

.pr_green .btn_green {
	background: #00722f url(../images/pro_c_arrow_green.png) 95% 50% no-repeat;
	background-size: 7%;
}

.pr_blue .btn_blue {
	background: #0069b8 url(../images/pro_c_arrow_green.png) 95% 50% no-repeat;
	background-size: 7%;
}

.pro_list {
	width: 97.6%;
	float: left;
	padding: 0 1.2%;
}

.pro_list img {
	width: 100%;
}

.prol1 {}

.prol1 a {
	float: left;
	width: 23.4%;
	padding: 0;
	margin: 0 0.8% 30px 0.8%;
	height: 500px;
	position: relative;
	background: #fff;
}

.prol1 .hover {
	position: absolute;
	z-index: 9;
	background: url(../images/pro_pimg_dblue.png) repeat;
	width: 100%;
	padding: 0;
	text-align: center;
	display: none;
}

.prol1 .hover img {
	width: 25%;
}

.prol2 {}

.prol2 a {
	float: left;
	width: 47.4%;
	padding: 0 1% 0 0;
	margin: 0 0.8% 30px 0.8%;
	height: 280px;
	position: relative;
	background: #fff;
}

.prol2 .hover {
	position: absolute;
	z-index: 9;
	/*background:url(../images/pro_pimg_red.png) repeat;*/
	background: url(../images/pro_pimg_dblue.png) repeat;
	width: 100%;
	padding: 0;
	text-align: center;
	display: none;
}

.prol2 .hover img {
	width: 13%;
}

.prol3 {}

.prol3 a {
	float: left;
	width: 47.4%;
	padding: 0 1% 0 0;
	margin: 0 0.8% 30px 0.8%;
	height: 320px;
	position: relative;
	background: #fff;
}

.prol3 .hover {
	position: absolute;
	z-index: 9;
	/*background:url(../images/pro_pimg_green.png) repeat;*/
	background: url(../images/pro_pimg_dblue.png) repeat;
	width: 100%;
	padding: 0;
	text-align: center;
	display: none;
}

.prol3 {}

.prol3 .hover img {
	width: 13%;
}

.prol4 {}

.prol4 a {
	float: left;
	width: 47.4%;
	padding: 0 1% 0 0;
	margin: 0 0.8% 30px 0.8%;
	height: 280px;
	position: relative;
	background: #fff;
}

.prol4 .hover {
	position: absolute;
	z-index: 9;
	/*background:url(../images/pro_pimg_blue.png) repeat;*/
	background: url(../images/pro_pimg_dblue.png) repeat;
	width: 100%;
	text-align: center;
	display: none;
}

.prol4 .hover img {
	width: 13%;
}

.prol5 a {
	float: left;
	width: 47.4%;
	padding: 0 1% 0 0;
	margin: 0 0.8% 30px 0.8%;
	height: 280px;
	position: relative;
	background: #fff;
}

.prol5 .hover {
	position: absolute;
	z-index: 9;
	background: url(../images/pro_pimg_dblue.png) repeat;
	width: 100%;
	padding: 0;
	text-align: center;
	display: none;
}

.prol5 .hover img {
	width: 13%;
}


.text {
	font-size: 2em;
	line-height: 130%;
	padding: 0 5%;
	text-align: center;
	color: #0f2561;
}

.end_pro {
	width: 94%;
	padding: 3%;
	margin: 0;
	float: left;
	background: #0c1758 url(../images/pro_ed_line.png) no-repeat 250px bottom;
	background-size: 5.8%;
	color: #fff;
	font-size: 1.5em;
	line-height: 130%;
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.end_pro h3 {
	font-weight: normal;
	color: #fff;
	font-size: 2.2em;
	line-height: 100%;
	width: 23%;
	float: left;
	padding: 0 5% 5px 0;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
}

ul#end_pro_list {
	width: 98%;
	float: left;
	padding: 30px 1%;
}

ul#end_pro_list li {
	width: 23%;
	float: left;
	margin: 0 1% 25px 1%;
	cursor: pointer;
}

ul#end_pro_list li:nth-child(4n+1) {
	clear: both;
}

ul#end_pro_list li img {
	width: 100%;
}

.ep_title {
	width: 100%;
	float: left;
	font-size: 1.66em;
	color: #0d246b;
	line-height: 140%;
	padding: 0 0 10px 0;
}

.ep_content {
	width: 100%;
	position: relative;
	float: left;
}

.epc_list {
	position: absolute;
	background: url(../images/pro_pimg_dblue.png) repeat;
	width: 90%;
	padding: 5%;
	height: 190px;
	display: none;
}

.epc_list a {
	width: 100%;
	float: left;
	font-size: 1.4em;
	color: #fff;
	line-height: 130%;
	margin: 15px 0 0 0;
	border-bottom: 1px #fff solid;
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.epc_list a:hover {
	color: #7dba30;
}

/*products_i*/
#pro_i_banner {
	width: 1240px;
	margin: 10px auto 0 auto;
	position: relative;
}

.pro1 {
	background: url(../images/pro1_bg.jpg) no-repeat center top;
	background-size: 100%;
}

.pro2 {
	background: url(../images/pro2_bg.jpg) no-repeat center top;
	background-size: 100%;
	padding: 0;
}

.pro1 img {
	width: 100%;
	padding: 120px 0 0 0;
}

.pro2 img {
	width: 70%;
	margin: 80px 15% 0 15%;
}

#pro_i_banner .pib_banner {
	width: 100%;
	margin: 0 auto;
	cursor: move;
}

#pro_i_banner .pib_banner img {
	width: 100%;
}

.bannertext {
	margin: 0 auto 0 auto;
	width: 1240px;
}

.bcontent {
	width: 75%;
	float: left;
}

.bcontent h1 {
	color: #0e347e;
	font-size: 3.33em;
	padding: 0 0 20px 0;
}

.bcontent h2 {
	font-size: 2.58em;
	color: #8dc23e;
	line-height: 120%;
	font-weight: normal;
}

.bcontent .pro_i_text {
	color: #595757;
	font-size: 1.666em;
	line-height: 140%;
	/*letter-spacing:-0.3px;*/
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.pbtn {
	width: 15%;
	float: right;
	margin: 0;
}

.technicaldata {
	width: 100%;
	float: left;
}

.technicaldata h4 {
	/*width:17.7%;*/
	padding: 15px 0;
	font-size: 2em;
	color: #0e347e;
	float: none;
	text-transform: uppercase;
}

.application {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}

.application h4 {
	width: 28%;
	padding: 15px 0 5px 0;
	font-size: 2em;
	color: #0e347e;
	font-weight: normal;
	text-transform: uppercase;
}

.app_content {
	width: 98%;
	float: left;
	margin: 10px 0;
	padding: 15px 1%;
	border-top: 1px #c9caca solid;
	border-bottom: 1px #c9caca solid;
}

.app_content .left {
	width: 60%;
	float: left;
	padding: 10px 0 0 0;
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.app_content .right {
	width: 40%;
	float: right;
	padding: 0;
}

.app_content .right img {
	width: 100%;
}

.degreeicon {
	width: 20%;
	margin: 50px 0 0 0;
	float: right;
	text-align: center;
}

.degreeicon img {
	width: 100%;
}

a.pro_inquire {
	width: 47%;
	float: left;
	padding: 60px 0 10px 0;
	margin: 0 0 0 3%;
	background: url(../images/pro_i_inquirybtn_w.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
	color: #778087;
	font-size: 1.33em;
	text-transform: uppercase;
}

a.pro_inquire_m {
	display: none;
}

a.videobtn {
	width: 47%;
	float: left;
	padding: 60px 0 10px 0;
	margin: 0 0 0 3%;
	background: url(../images/pro_i_videobtn_w.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
	color: #778087;
	font-size: 1.33em;
	text-transform: uppercase;
}

.videolist {
	display: none;
}

#videolist_m {
	display: none;
}

.photolist {
	width: 100%;
	float: left;
}

.photolist .phototitle {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 1.6em;
	color: #fff;
	background: #3e5d98;
}

.photolist a.photo_i {
	width: 100%;
	position: relative;
	float: left;
	padding: 10px 0 0 0;
}

.photolist a.photo_i .hover {
	position: absolute;
	width: 100%;
	padding: 55px 0 0 0;
	height: 122px;
	text-align: center;
	background: url(../images/pro_pimg_dblue.png) repeat;
	display: none;
}

.photolist a.photo_i .hover img {
	width: 20%;
}

.photolist a.photo_i img {
	width: 100%;
}

#photolist_m {
	display: none;
}

a.overview {
	width: 96%;
	float: left;
	padding: 15px 0 0 20px;
	background: url(../images/arrow2.png) left 13px no-repeat;
	font-size: 1.4em;
	color: #7dba30;
}

/*product table*/
#rwd-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.5em;
	color: #595757;
	margin: 2px 0 50px 0;
	background: #f1f1f1;
	font-family: Frutiger, Arial, sans-serif;
}

#rwd-table th,
td {
	font-weight: normal;
	padding: 10px 4px;
	text-align: center;
	min-height: 40px;
}

#rwd-table .tr1 {}

#rwd-table .tr25 {
	width: 24.9%;
}

#rwd-table .tr33 {
	width: 33.35%;
}

#rwd-table .tr35 {
	width: 37%;
}

#rwd-table .tr50 {
	width: 50%;
}

#rwd-table .tr100 {
	width: 100%;
}

.scroll-left:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.scroll-left {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.scroll-left thead {
	display: block;
	float: left;
}

.scroll-left thead:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.scroll-left th,
.scroll-left td {
	margin: 0;
	vertical-align: top;
}

.scroll-left th {}

.scroll-left {
	display: block !important;
	position: relative;
	width: 100%;
}

.scroll-left thead {
	width: 20%;
	display: block;
	float: left;
}

.tablebg1 {
	/*background:#e4e6e8;*/
}

.td_line {
	border-left: 0px #fff solid;
	border-right: 4px #fff solid;
}

.td_line1 {
	border-left: 0px #fff solid;
}

.td_line2 {
	border-right: 4px #fff solid;
}

.td_line3 {}

.tw1947 {
	width: 194.7%;
	border-right: 4px #fff solid;
}

.tw196 {
	width: 196%;
	border-right: 4px #fff solid;
}

.tw197 {
	width: 197%;
}

.tw293 {
	width: 293%;
	border-right: 4px #fff solid;
}

.scroll-left tbody {
	display: block;
	width: auto;
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.scroll-left tbody {
		padding: 0 0 0 0;
	}
}

.scroll-left tbody tr td:first-child {
	color: #8dc23e;
}

.scroll-left thead tr {
	display: block;
}

.scroll-left th {
	display: block;
}

.scroll-left tbody tr {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin: 0px -2px;
}

.scroll-left td {
	display: block;
}

.td1 {
	margin: 0 1px;
}

.scroll-left .td_res {
	margin-top: 48px;
}

_::-webkit-full-page-media,
_:future,
:root .scroll-left .td_res {
	margin-top: 51px;
}

@media screen\0 {
	.scroll-left .td_res {
		margin-top: 52px;
	}
}

.pro_s_app {
	width: 46%;
	float: left;
	padding: 3px 0;
	margin: 0 1%;
	font-size: 1.6em;
	line-height: 150%;
	color: #333;
	border-bottom: 1px #fff solid;
	text-align: left;
}

.pro_s_ae {
	width: 96%;
	float: left;
	padding: 20px 0;
	margin: 0 2%;
	font-size: 1.6em;
	line-height: 140%;
	color: #000;
	border-bottom: 1px #fff solid;
	text-align: left;
}

.app_br1 {
	height: 80px;
}

.pros_i {
	width: 50%;
	float: left;
}

.pro_section_m {
	display: none;
}

.pro_i_others {
	width: 96%;
	padding: 2%;
	background: #0e347e;
	/*background:#12356d url(../images/pro_i_zoom_icon_white.png) no-repeat 90%;
	background-size:7%;*/
	float: left;
}

.pro_i_img {
	width: 22%;
	float: left;
	margin: 0 1% 0 0;
}

.pro_i_img img {
	width: 100%;
}

.pro_b_text {
	width: 75%;
	float: left;
	color: #fff;
	font-size: 1.6em;
	line-height: 140%;
	letter-spacing: normal;
}

.pro_b_text h3 {
	color: #fff;
	width: 100%;
	float: left;
	padding: 3px 0 20px 0;
	font-weight: normal;
	font-size: 2.89em;
	line-height: 1;
	border: none;
	text-transform: capitalize;
}

#pro_otherlist {
	width: 101%;
	float: left;
	padding: 50px 0 50px 1%;
}

.pro_ol_i {
	width: 18%;
	float: left;
	margin: 0 1%;
}

.pro_ol_i .title {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	text-align: center;
	/*font-size:1.8em;*/
	font-size: 1.4em;
	line-height: 130%;
	height: 55px;
}

.pro_ol_i .title .pro_ol_text {
	font-size: 1.15em;
	color: #123574;
	text-transform: uppercase;
}

.pro_dblue {
	border-bottom: 10px #0d246b solid;
	cursor: pointer;
}

.pro_red {
	border-bottom: 10px #990d1e solid;
	cursor: pointer;
}

.pro_green {
	border-bottom: 10px #00722f solid;
	cursor: pointer;
}

.pro_blue {
	border-bottom: 10px #0069b6 solid;
	cursor: pointer;
}

.pro_light-green {
	border-bottom: 10px #04b596 solid;
	cursor: pointer;
}

.pro_ol_i .pro_ol_i {
	width: 100%;
	float: left;
	display: none;
}

.pro_ol_i .pro_ol_i .pro_gray {
	border-bottom: 10px #78828a solid;
	margin-top: 30px;
}

.pro_ol_link {
	width: 100%;
	float: left;
	padding: 4% 0;
	display: none;
}

.pro_ol_link a {
	width: 100%;
	float: left;
	padding: 5px 0;
	text-align: center;
	font-size: 1.2em;
	color: #000;
	line-height: 140%;
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.subtitle {
	width: 100%;
	float: left;
	padding: 8px 0;
	text-align: center;
	font-size: 1.4em;
	color: #000;
	line-height: 140%;
	padding: 5px 0 10px 0;
}

a.subtitle {
	padding: 5px 0 10px 0;
}

.pro_expand {
	width: 4%;
	float: left;
	height: 40px;
	margin: 30px 0 0 0;
	background: url(../images/pro_c_arrow_green.png) no-repeat center;
	background-size: 50%;
	cursor: pointer;
}

#pro_otherlist_m {
	display: none;
}

#top_box {
	position: fixed;
	right: 0;
	bottom: 30%;
	width: 47px;
}

#top_box img {
	width: 100%;
}

#top {
	cursor: pointer;
}

footer {
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0 50px 0;
	background: #0d246b;

	/*letter-spacing:-0.3px*/
	/*text-transform:uppercase;*/
}

#footer {
	/*width:1500px;*/
	width: 1444px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.2em;
}

#footer a {
	color: #fff;
}

#footer .links {
	width: 50%;
	float: left;
}

#footer .copyright {
	width: 18%;
	float: right;
	text-align: right;
}

footer#white {
	background: #fff;
	padding: 0 0 36px 0;

}

#footer_white {
	/*width:1500px;*/
	width: 1240px;
	margin: 0 auto;
	color: #788088;
	font-size: 1.333em;
	/*border-top:1px #282828 solid;*/
	padding: 25px 0 0 0;
}

#footer_white_line {
	/*width:1500px;*/
	width: 1240px;
	margin: 0 auto;
	color: #788088;
	font-size: 1.333em;
	/*border-top:1px #282828 solid;*/
	padding: 25px 0 0 0;
}

.footer_white_line {
	border-top: 1px solid #000;
}

#footer_white a,
#footer_white_line a {
	color: #657078;
}

.copyright {
	width: 50%;
	float: left;
	text-align: left;
}

.links {
	width: 30%;
	float: right;
	text-align: right;
}

.commtitle {
	float: left;
	padding: 0 5px 0 0;
}

.commicon {
	float: left;
	padding: 0 0 0 5px;
	width: 15%;
}

.commicon img {
	width: 100%;
}

/*products tabs*/
.abgne_tab {
	clear: left;
	width: 100%;
	margin: 10px 0;
}

ul.tabs {
	width: 100%;
	height: 55px;
}

ul.tabs li {
	float: left;
	height: 51px;
	line-height: 51px;
	overflow: hidden;
	position: relative;
	margin: 0 0.5%;
	background: #c9caca;
	width: 32.33%;
	font-size: 1.8em;
	text-align: center;
	border-bottom: 2px #fff solid;
}

ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
}

ul.tabs li a:hover {
	background: #78828a;
}

ul.tabs li.active {
	background: #78828a;
}

ul.tabs li.active a:hover {
	background: #78828a;
}

div.tab_container {
	clear: left;
	width: 100%;
	padding: 1% 0 2% 0;
	background: #f1f1f1;
	height: 700px;
}

div.tab_container .tab_content {
	padding: 20px 0;
}

div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}

/* -------------------------------- 
360度使用
-------------------------------- */
.cd-product-viewer-wrapper {
	text-align: center;
	padding: 2em 0 0 0;
}

.cd-product-viewer-wrapper>div {
	display: inline-block;
}

.cd-product-viewer-wrapper .product-viewer {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
}

.cd-product-viewer-wrapper img {
	/* this is the image visible before the image sprite is loaded */
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}

.cd-product-viewer-wrapper .product-sprite {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	/* our image sprite is composed by 16 frames */
	width: 2500%;
	/*background: url(../img/img-sprite.png) no-repeat center center;*/
	background-size: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.loaded .product-sprite {
	/* image sprite has been loaded */
	opacity: 1;
	/*cursor: ew-resize;*/
}

.cd-product-viewer-handle {
	position: relative;
	z-index: 2;
	width: 100%;
	/*max-width: 300px;*/
	border-radius: 50em;
	margin: -50px auto 3em;
	height: 1px;
	background: #b5b5b5;
}

.cd-product-viewer-handle .fill {
	/* this is used to create the loading fill effect */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	background: #b5b5b5;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.no-csstransitions .cd-product-viewer-handle .fill {
	display: none;
}

.loaded .cd-product-viewer-handle .fill {
	/* image sprite has been loaded */
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s 0.3s;
	transition: transform 0.3s, opacity 0.2s 0.3s;
}

.cd-product-viewer-handle .handle {
	position: absolute;
	z-index: 2;
	display: inline-block;
	height: 44px;
	width: 44px;
	left: 0;
	top: -22px;
	background: #78828a url(../images/cd-arrows.svg) no-repeat center center;
	border-radius: 50%;
	/*box-shadow: 0 0 0 6px rgba(181, 66, 64, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);*/
	/* replace text with image */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: transparent;
	-webkit-transform: translateX(-50%) scale(0);
	-moz-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	-o-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.cd-product-viewer-handle .handle:active {
	box-shadow: 0 0 0 0 rgba(181, 66, 64, 0), 0 0 20px rgba(0, 0, 0, 0.2);
}

.loaded .cd-product-viewer-handle .handle {
	/* image sprite has been loaded */
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	-webkit-animation: cd-bounce 0.3s 0.3s;
	-moz-animation: cd-bounce 0.3s 0.3s;
	animation: cd-bounce 0.3s 0.3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	cursor: ew-resize;
}

@-webkit-keyframes cd-bounce {
	0% {
		-webkit-transform: translateX(-50%) scale(0);
	}

	60% {
		-webkit-transform: translateX(-50%) scale(1.1);
	}

	100% {
		-webkit-transform: translateX(-50%) scale(1);
	}
}

@-moz-keyframes cd-bounce {
	0% {
		-moz-transform: translateX(-50%) scale(0);
	}

	60% {
		-moz-transform: translateX(-50%) scale(1.1);
	}

	100% {
		-moz-transform: translateX(-50%) scale(1);
	}
}

@keyframes cd-bounce {
	0% {
		-webkit-transform: translateX(-50%) scale(0);
		-moz-transform: translateX(-50%) scale(0);
		-ms-transform: translateX(-50%) scale(0);
		-o-transform: translateX(-50%) scale(0);
		transform: translateX(-50%) scale(0);
	}

	60% {
		-webkit-transform: translateX(-50%) scale(1.1);
		-moz-transform: translateX(-50%) scale(1.1);
		-ms-transform: translateX(-50%) scale(1.1);
		-o-transform: translateX(-50%) scale(1.1);
		transform: translateX(-50%) scale(1.1);
	}

	100% {
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
}

/*contact form*/
.inquiry_title {
	color: #0d246b;
	font-size: 2.5em;
}

.inquirytable {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
	font-family: Frutiger, Arial, sans-serif;
}

.inqtitle1 {
	color: #0e347e;
	border-bottom: 3px #7cb351 solid;
	padding: 15px 0;
	font-size: 1.5em;
	width: 10%;
}

.inqtitle2 {
	color: #0e347e;
	border-bottom: 3px #7cb351 solid;
	padding: 15px 0;
	font-size: 1.5em;
	width: 30%;
	text-align: left;
}

.inqtitle3 {
	color: #0e347e;
	border-bottom: 3px #7cb351 solid;
	padding: 15px 0;
	font-size: 1.5em;
	width: 50%;
	text-align: left;
}

.inqtitle4 {
	color: #0e347e;
	border-bottom: 3px #7cb351 solid;
	padding: 15px 0;
	font-size: 1.5em;
	width: 10%;
}

.inqrow_no,
.inqrow,
.inqrow_del {
	color: #6e6f6f;
	font-size: 1.5em;
	border-bottom: 3px #cacaca solid;
}

.inqrow_no,
.inqrow_del {
	text-align: center;
}

.inqrow_del img {
	width: 20%;
}

.inqrow {
	text-align: left;
}

#allinquiryForm {
	width: 100%;
	float: left;
	margin: 10px auto;
	/*font-family:Arial, sans-serif;*/
}

#contact_form {
	float: left;
	width: 100%;
	padding: 0;
	font-size: 1.416em;
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.form_text {
	font-size: 1.176em;
	line-height: 150%;
	padding: 10px 0;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
}

.form_b {
	font-size: 140%;
	color: #000;
}

#form {
	margin: 10px 0;
}

#form_left {
	float: left;
	width: 50%;
}

#form_right {
	float: left;
	width: 49%;
	padding-left: 1%;
}

.form_s {
	float: left;
	width: 46%;
	padding-bottom: 10px;
	padding-right: 13px;
	line-height: 30px;
}

.form_l {
	float: left;
	width: 94%;
	padding-bottom: 10px;
	padding-right: 0;
	line-height: 30px;
}

.form_m {
	float: left;
	width: 100%;
	padding-bottom: 12px;
	line-height: 30px;
}

.form_c {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	line-height: 30px;
}

.form_ss {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-right: 0;
	line-height: 30px;
}

.form_bt {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}

.form_bt a {
	float: left;
	width: 48%;
	text-align: center;
	margin-right: 1%;
	line-height: 50px;
	background: #6d6d6d;
	color: #fff;
}

.form_bt a:hover {
	background: #6d6d6d;
}

.form_tit {
	color: #595757;
	line-height: 200%;
}

.red {
	color: #ff0000;
}

.form_s_con {
	width: 97%;
	height: 45px;
	padding: 0 5px;
	line-height: 30px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	font-size: 0.7em;
}

.form_select_con {
	width: 100%;
	height: 45px;
	padding: 0 5px;
	line-height: 30px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	font-size: 0.7em;
}

.form_tit_cod {
	width: 30%;
	float: left;
}

.form_s_cod {
	width: 40%;
	height: 45px;
	padding: 0 5px;
	line-height: 30px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

.form_l_con {
	width: 100%;
	height: 45px;
	padding: 0;
	line-height: 30px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

input {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 2em;
}

label {
	padding-right: 7px;
	padding-top: 5px;
	line-height: 160%;
}

textarea {
	border: 1px solid #fff;
	background: #fff;
	width: 97%;
	height: 160px;
}

.form_ta1 {
	width: 60%;
	float: left;
}

.form_ta1 textarea {
	height: 180px;
}

.part_img {
	width: 40%;
	float: left;
}

.part_img .hover {
	background: url(../images/partimg_hover.png) center no-repeat;
}

.part_img img {
	width: 100%;
}

#mobileinquiry {
	display: none;
}

.spareparts {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.spareparts img {
	width: 100%;
}

.findus {
	width: 100%;
	float: left;
}

.findtext {
	width: 30%;
	float: left;
	padding: 0 0 50px 0;
	border-bottom: 3px #e4e6e7 solid;
}

.findtitle {
	width: 100%;
	float: left;
	color: #0d246b;
	font-size: 2.5em;
	padding: 0 0 15px 0;
	margin: 20px 0 50px 0;
	border-bottom: 3px #e4e6e7 solid;
	text-transform: uppercase;
}

.find_title {
	font-family: Arial, sans-serif;
	letter-spacing: normal;
	width: 100%;
	float: left;
	font-size: 2.4em;
	float: left;
	width: 100%;
	line-height: 160%;
	text-transform: uppercase;
	color: #000;
}

.find_address {
	font-family: Arial, sans-serif;
	letter-spacing: normal;
	width: 100%;
	float: left;
	line-height: 140%;
	font-size: 1.5em;
	padding: 0 0 10px 0;
	color: #595757;
}

.find_phone {
	font-family: Arial, sans-serif;
	letter-spacing: normal;
	color: #595757;
	width: 100%;
	float: left;
	line-height: 120%;
	font-size: 1.5em;
	padding: 0 0 0 26px;
	margin: 0 0 5px 0;
	background: url(../images/con_icon1.jpg) left no-repeat;
	background-size: 4%;
}

.find_fax {
	font-family: Arial, sans-serif;
	letter-spacing: normal;
	color: #595757;
	width: 100%;
	float: left;
	line-height: 120%;
	font-size: 1.5em;
	padding: 0 0 0 26px;
	margin: 0 0 5px 0;
	background: url(../images/con_icon2.jpg) left no-repeat;
	background-size: 4%;
}

.find_mail {
	font-family: Arial, sans-serif;
	letter-spacing: normal;
	color: #595757;
	width: 100%;
	float: left;
	line-height: 120%;
	font-size: 1.5em;
	padding: 0 0 0 26px;
	margin: 0 0 5px 0;
	background: url(../images/con_icon3.jpg) left no-repeat;
	background-size: 4%;
}

.find_mail a {
	color: #595757;
}

.find_mail a:hover {
	text-decoration: underline;
}

.findmap {
	width: 70%;
	float: left;
	padding: 0 0 20px 0;
}

.findmap img {
	width: 100%;
}

.gmap {
	width: 100%;
	float: left;
}

.gmap .gp {
	width: 100%;
	height: 300px;
}

div#contientlist {
	width: 100%;
	float: left;
	display: block;
	margin: 10px 0 0 0;
}

div#contientlist_m {
	display: none;
}

ul#colist {
	width: 100%;
	margin: 0;
	float: left;
}

ul#colist li {
	width: 14.4%;
	padding: 10px 2%;
	background: #e2e2e2;
	color: #000;
	font-size: 1.83em;
	text-align: center;
	cursor: pointer;
	float: left;
}

ul#colist li.active {
	background: #788087;
	color: #fff;
}

ul#colist li:nth-child(1) {
	margin: 0 1% 0 0;
}

ul#colist li:nth-child(2),
ul#colist li:nth-child(3),
ul#colist li:nth-child(4) {
	margin: 0 1%;
}

ul#colist li:nth-child(5) {
	margin: 0 0 0 1%;
}

.continent {
	width: 94%;
	padding: 2% 3%;
	margin: 0;
	float: left;
	font-size: 1.5em;
	line-height: 150%;
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
	color: #fff;
}

.continent:nth-child(1) {
	display: block;
}

.continent:nth-child(2),
.continent:nth-child(3),
.continent:nth-child(4),
.continent:nth-child(5) {
	display: none;
}

.worldmap {
	position: relative;
	height: 550px;
	margin-top: -70px;
}

.world_pc {
	display: block;
}

.world_pc2 {
	display: none;
}

.world_pad {
	display: none;
}

.world_mb1 {
	display: none;
}

.world_mb2 {
	display: none;
}

.flip-container,
.front,
.back {
	width: 100%;
	height: 300px;
}

.svbtn {
	width: 100%;
	float: left;
}

.svbtn a.videobtn {
	width: 10%;
	float: left;
	padding: 65px 0 10px 0;
	margin: 0 10px 0 0;
	background: url(../images/pro_i_videobtn_w.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
	color: #778087;
	font-size: 1.1em;
	text-transform: uppercase;
}

.tableWrap {
	padding: 20px 3%;
	margin: 0 0 40px 0;
	float: left;
	width: 94%;
	color: #666;
}

.success_content .left .ltext .tableWrap h5,
.success_content .left .ltext .tableWrap h2 {
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #666;
}

.bg-blue {
	background: #e0e2e4;
}

.tableWrap .table {
	width: 100%;
}

.tableWrap .table .inf {
	text-align: left;
	width: 40%;
	border-bottom: 1px #bbb solid;
}

.tableWrap .table .fact {
	text-align: left;
	border-bottom: 1px #bbb solid;
}

.tableWrap .table .fact a {
	color: #666;
}

.tableWrap .table .fact a:hover {
	text-decoration: underline;
}

.tableWrap .table .fact a:visited {
	color: #666;
}

@media screen and (max-width: 1440px) {
	header {
		height: 90px;
		padding: 10px 0 5px 0;
	}

	#header {
		width: 1170px;
	}

	#logo {
		width: 23%;
		margin-left: 35px;
	}

	nav {
		/*width:79.5%;*/
		font-size: 1.275em;
		padding: 3px 0 0 0;
	}

	@media screen and (-ms-high-contrast: active),
	(-ms-high-contrast: none) {
		nav {
			width: 74%;
		}
	}

	article {
		margin-top: 88px;
	}

	.breadcrumblist {
		width: 1100px;
	}

	.breadcrumblist_p {
		width: 1100px;
		margin: -5px auto 30px auto;
	}

	#inside_banner_adv {
		background-size: 180%;
		/*height:340px;*/
	}

	#inside_banner_adv h1 {
		font-size: 3.8em;
		/*font-size:2.5em;
		line-height:180%;*/
	}

	#inside_banner_adv h2 {
		font-size: 3em;
		line-height: 110%;
		color: #0d246b;
		/*width:60%;
		color:#0d246b;*/
	}

	.adv_data_i {
		font-size: 3em;
	}

	.cg_in4 {
		height: 440px;
	}

	.int2title {
		font-size: 2.55em;
	}

	.int2text {
		font-size: 1.275em;
	}

	#inside_banner_adv .inb_inside {
		/*width:1200px;*/
		width: 1150px;
	}

	#inside_banner_adv .inb_inside .inb_text1 {
		font-size: 1.3em;
		line-height: 140%;
		color: #666;
	}

	#inside_banner_com,
	#inside_banner_wd {
		padding: 0;
	}

	#inside_banner_res {
		/*height:300px;*/
	}

	#inside_banner_com .inb_inside,
	#inside_banner_res .inb_inside,
	#inside_banner_wd .inb_inside {
		/*width:1200px;*/
		width: 1100px;
	}

	#inside_banner_ad .inb_inside {
		width: 1100px;
	}

	#inside_banner_news .inb_inside {
		width: 1100px;
	}

	#inside_banner_ab .inb_inside {
		width: 1100px;
	}

	#inside_banner_pro .inb_inside {
		width: 1100px;
		padding: 50px 0 0 0;
	}

	#inside_banner_com h1,
	#inside_banner_ad h1,
	#inside_banner_ab h1,
	#inside_banner_news h1,
	#inside_banner_res h1,
	#inside_banner_pro h1,
	#inside_banner_pro .inb_inside .title,
	#inside_banner_search h1,
	#inside_banner_wd h1,
	#inside_banner_com .main-title,
	#inside_banner_ad .main-title,
	#inside_banner_ab .main-title,
	#inside_banner_news .main-title,
	#inside_banner_res .main-title,
	#inside_banner_pro .main-title,
	#inside_banner_pro .inb_inside .title,
	#inside_banner_search .main-title,
	#inside_banner_wd .main-title {
		font-size: 3em;
	}

	#inside_banner_com h2,
	#inside_banner_ad h2,
	#inside_banner_search .search_form .form_tit,
	#inside_banner_ab h2,
	#inside_banner_news h2,
	#inside_banner_res h2 {
		font-size: 2em;
	}

	#inside_banner_pro .inb_inside .protext,
	#inside_banner_pro .inb_inside .protext1 {
		font-size: 2em;
	}

	#inside_banner_pro .inb_inside .protext1 {
		height: 55px;
	}

	.inside_banner_img {
		/*margin-top:-173px;*/
	}

	.inside_banner_img img {
		margin-left: -140px;
	}

	#inside_banner_success .inb_inside,
	.inside_banner_pro .inb_inside,
	#inside_banner_adv_i .inb_inside {
		width: 1100px;
	}

	#inside_banner_adv_i h1 {
		font-size: 3.5em;
	}

	#inside_banner_success h1,
	.inside_banner_pro h1 {
		font-size: 4.3em;
	}

	#inside_banner_success h2,
	.inside_banner_pro h2 {
		font-size: 3em;
	}

	.inside_banner_pro {
		/*height:370px;*/
	}

	#inside_banner_com .inb_inside .inb_text1,
	#inside_banner_ad .inb_inside .inb_text1,
	#inside_banner_res .inb_inside .inb_text1,
	#inside_banner_success .inb_inside .inb_text1,
	.inside_banner_pro .inb_inside .inb_text1,
	#inside_banner_adv_i .inb_inside .inb_text1 {
		font-size: 1.2em;
		line-height: 150%;
	}

	#inside_banner_com .inb_inside .inb_text1 {
		font-size: 1.2em;
		line-height: 150%;
		height: 87px;
	}

	#inside_banner_wd .inb_inside .inb_text1 {
		font-size: 1.2em;
		line-height: 150%;
		height: 77px;
	}

	#inside_banner_news .inb_inside .inb_text1 {
		font-size: 1.2em;
		line-height: 150%;
		height: 59px;
	}

	#inside_banner_ab .inb_inside .inb_text1 {
		font-size: 1.2em;
		line-height: 150%;
		height: 87px;
	}

	/*.ca_dblue{
		background-size:53%;
	}
	.ca_red{
		background-size:53%;
	}
	.ca_green{
		background-size:53%;
	}
	.ca_blue{
		background-size:53%;
	}*/
	.success_content .right {
		width: 30.5%;
	}

	.ca_dblue .img img {
		/*border-right:6px solid #0d246b;*/
	}

	.ca_red .img img {
		/*border-right:6px solid #9b0d1e;*/
	}

	.ca_green .img img {
		/*border-right:6px solid #00722f;*/
	}

	.ca_blue .img img {
		/*border-right:6px solid #0069b8;*/
	}

	.cat_title {
		font-size: 1.7em;
	}

	.ca_dblue .btn,
	.ca_red .btn,
	.ca_green .btn,
	.ca_blue .btn,
	.ca_light-green .btn {
		font-size: 1.13em;
	}

	.ca_dblue .btn .cat_title,
	.ca_red .btn .cat_title,
	.ca_green .btn .cat_title,
	.ca_blue .btn .cat_title,
	.ca_light-green .btn .cat_title {
		font-size: 2.2em;
		padding: 50px 0 20px 0;
	}

	.pr_dblue .btn {
		font-size: 1.6em;
		background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 45% no-repeat;
		background-size: 6%;
		padding: 6% 5% 1% 5%;
		height: 35px;
	}

	.pr_dblue:hover .btn {
		background: #0d246b url(../images/pro_c_arrow_green.png) 95% 45% no-repeat;
		background-size: 6%;
	}

	.pr_red .btn {
		font-size: 1.6em;
		background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 45% no-repeat;
		background-size: 6%;
		padding: 6% 5% 1% 5%;
		height: 35px;
	}

	.pr_red:hover .btn {
		background: #9b0d1e url(../images/pro_c_arrow_green.png) 95% 45% no-repeat;
		background-size: 6%;
	}

	.pr_green .btn {
		font-size: 1.6em;
		background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 45% no-repeat;
		background-size: 6%;
		padding: 6% 5% 1% 5%;
		height: 35px;
	}

	.pr_green:hover .btn {
		background: #00722f url(../images/pro_c_arrow_green.png) 95% 45% no-repeat;
		background-size: 6%;
	}

	.pr_blue .btn {
		font-size: 1.6em;
		background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 45% no-repeat;
		background-size: 6%;
		padding: 6% 5% 1% 5%;
		height: 35px;
	}

	.pr_blue:hover .btn {
		background: #0069b8 url(../images/pro_c_arrow_green.png) 95% 45% no-repeat;
		background-size: 6%;
	}

	.pr_dblue .btn_dblue {
		background: #0d246b url(../images/pro_c_arrow_green.png) 95% 45% no-repeat;
		background-size: 6%;
	}

	.pr_red .btn_red {
		background: #9b0d1e url(../images/pro_c_arrow_green.png) 95% 45% no-repeat;
		background-size: 6%;
	}

	.pr_green .btn_green {
		background: #00722f url(../images/pro_c_arrow_green.png) 95% 45% no-repeat;
		background-size: 6%;
	}

	.pr_blue .btn_blue {
		background: #0069b8 url(../images/pro_c_arrow_green.png) 95% 45% no-repeat;
		background-size: 6%;
	}

	.prol1 a {
		height: 400px;
	}

	.prol2 a {
		height: 250px;
	}

	.prol3 a {
		height: 250px;
	}

	.prol4 a {
		height: 250px;
	}

	.prol5 a {
		height: 250px;
	}

	.text {
		font-size: 1.6em;
	}

	.end_pro {
		font-size: 1.275em;
		background: #0c1758 url(../images/pro_ed_line.png) no-repeat 200px bottom;
	}

	.ep_title {
		font-size: 1.416em;
	}

	.epc_list {
		height: 155px;
	}

	.epc_list a {
		font-size: 1.2em;
	}

	.c_blue_inside {
		width: 1200px;
	}

	.c_blue_inside h3 {}

	#history {
		/*width:1200px;*/
		width: 1100px;
	}

	.cd-horizontal-timeline .events-content li {
		width: 100%;
		padding: 0;
	}

	.container_gray {
		padding: 60px 0 0 0;
	}

	.c_select_left {
		width: 29.5%;
		font-size: 2.26em;
	}

	.c_gray_inside {
		width: 1150px;
	}

	.c_gray_inside h3 {
		font-size: 2.125em;
		margin-left: 24px;
	}

	#pro_otherlist {
		width: 102%;
	}

	.success_header .su_i_country {}

	.success_header h3 {
		margin-left: 10px;
	}

	.success_content .left {
		width: 66.5%;
	}

	.success_content .left .ltext {
		font-size: 1.3em;
		line-height: 150%;
	}

	.adv_ttext1 {
		font-size: 2.125em;
	}

	.adv_tc_l,
	.adv_tc_r {
		font-size: 4.462em;
	}

	.cg_in1 {
		/*height:580px;*/
	}

	.cg_in2 .cg_country {
		font-size: 1.2036em;
	}

	.cg_in4_1 {
		/*height:450px;*/
	}

	.cg_in8 {
		height: 130px;
	}

	.cg_in2_1 h5,
	.cg_in4_1 h5 {
		font-size: 1.55em;
		/*min-height: 50px;*/
	}

	.cg_in1 h3,
	.cg_in1_1 h3,
	.cg_in3 h3 {
		font-size: 1.7em;
		height: 70px;
		margin-left: 0;
	}

	.cg_in2 h3 {
		font-size: 1.555em;
		height: 70px;
		margin-left: 0;
	}

	.cg_in6 h5,
	.cg_in6 h1 {
		font-size: 1.87em;
	}

	.cg_in6 h6 {
		font-size: 1.5555em
	}

	.cg_in8 h5 {
		font-size: 1.55em;
		width: 70%;
		height: 40px;
	}

	.adv_partners {
		width: 66%;
	}

	.ad_datatext {
		font-size: 1.4875em;
	}

	.adv_count1 {
		font-size: 8.211em;
	}

	.cg_intext1,
	.cg_intext2,
	.cg_intext3,
	.cg_intext4,
	.cg_intext5,
	.cg_intext6 {
		font-size: 1.13em;
		line-height: 150%;
	}

	.cg_intext7 {
		font-size: 1.2036em;
	}

	.cg_intext2 {
		height: 200px;
	}

	.adv_tc_l2,
	.adv_tc_r2,
	.adv_tc_l3,
	.adv_tc_r3,
	.adv_tc_l4,
	.adv_tc_r4 {
		font-size: 4.4625em;
	}

	.adv_ttext2,
	.adv_ttext3,
	.adv_ttext4 {
		font-size: 2.125em;
	}

	a.exp_more_n,
	a.exp_more {
		font-size: 1.2em;
		padding: 7px 0 0 15px;
	}

	.c_white_inside {
		/*width:1200px;*/
		width: 1100px;
	}

	.c_white_inside h3 {
		font-size: 2.125em;
	}

	.end_pro h3 {
		width: 20%;
	}

	.c_white_inside #wtext .wtext1 {
		width: 95%;
		font-size: 2.8em;
		color: #657078;
		float: left;
	}

	.c_white_inside #wtext .t1,
	.c_white_inside #wtext .t2,
	.c_white_inside #wtext .t3,
	.c_white_inside #wtext .t4 {
		float: left;
		padding: 20px 0 0 0;
	}

	.c_white_inside #wtext .count,
	.c_white_inside #wtext .count2 {
		font-size: 1.6em;
		width: 16%;
		color: #0d246b;
		float: left;
		text-align: center;
		margin-top: 5px;
	}

	.c_white_inside #wtext .count1,
	.c_white_inside #wtext .count3 {
		font-size: 1.6em;
		width: 10%;
		color: #0d246b;
		float: left;
		text-align: center;
		margin-top: 5px;
	}

	.c_white_inside #wtext .wfocustext {
		width: 16%;
		font-size: 7.5em;
		color: #0d246b;
		float: left;
		margin-top: 5px;
	}

	.c_white_inside #wtext .wtext2 {
		width: 95%;
		font-size: 2.8em;
	}

	/*.c_white_inside #wtext .wtext1{
		width:10%;
		font-size:3em;
	}
	.c_white_inside #wtext .wtext2{
		font-size:3em;
	}
	.c_white_inside #wtext .wfocustext{
		width:16%;
		font-size:6.5em;
	}*/
	.exh_white {
		height: 80px;
		font-size: 1.13em;
	}

	.exh_white h5 {
		padding: 0 0 10px 0;
	}

	.exh_blue .exh_text .exh_title {
		font-size: 1.3em;
		line-height: 130%;
	}

	a.exhmore {
		font-size: 1.7em;
	}

	a.exhmore_su {
		font-size: 1.7em;
	}

	a.new-more {
		font-size: 1.7em;
	}

	a.new-more_su {
		font-size: 1.7em;
	}

	#successful_p {
		font-size: 1.275em;
		line-height: 150%;
		background: #101758 url(../images/pro_ed_line.png) no-repeat 200px bottom;
	}

	.locations {
		margin: -20px 0 0 0;
	}

	.locations h3 {
		font-size: 1.98em;
	}

	.loc_info h4 {
		font-size: 1.24em;
	}

	.loc_info .loc_info_i {}

	.loc_title {
		font-size: 1.2em;
	}

	.loc_phone {
		margin: 0;
	}

	.loc_fax {
		margin: 0;
	}

	.container_blue {
		padding: 50px 0 0 0;
	}

	.c_dblue_inside,
	.c_blue_inside {
		/*width:1200px;*/
		width: 1100px;
	}

	.c_blue_inside h4 {
		font-size: 1.15em;
		line-height: 150%;
	}

	.c_dblue_inside h3,
	.c_dblue_inside h4 {
		font-size: 2.8em;
	}

	.sub_btn_all {
		padding: 4px 0 0 0;
	}

	.sub_btn select {
		font-size: 1.411em;
		width: 98%;
	}

	.selectarea {
		padding: 0 1% 0 3%;
	}

	.selecttitle {
		font-size: 2.2em;
		padding: 0 0 10px 0;
	}

	.container_banner {
		height: 480px;
	}

	.container_banner .cbanner_text {
		width: 1200px;
		padding: 0 50px;
	}

	.container_banner .cbanner_text span {
		font-size: 3.8em;
	}

	.container_banner_com_new {
		width: 100%;
		float: left;
		background: url(../images/com_btm_banner_new1.jpg) no-repeat center top;
		background-size: cover;
		height: 600px;
	}

	.c_hgray_inside {
		width: 1100px;
	}

	.c_hgray_inside #wtext {
		margin: 0 0 0 2%;
	}

	.c_hgray_inside #wtext .wtext1 {
		width: 95%;
		font-size: 2.6em;
		color: #657078;
		float: left;
	}

	.c_hgray_inside #wtext .t1,
	.c_hgray_inside #wtext .t2,
	.c_hgray_inside #wtext .t3,
	.c_hgray_inside #wtext .t4 {
		color: #657078;
		float: left;
		padding: 15px 0 0 0;
		color: #fff;
	}

	.c_hgray_inside #wtext .count {
		font-size: 1.6em;
		width: 16%;
		color: #0d246b;
		float: left;
		text-align: center;
		margin-top: 5px;
	}

	.c_hgray_inside #wtext .count1 {
		font-size: 1.6em;
		width: 10%;
		color: #0d246b;
		float: left;
		text-align: center;
		margin-top: 5px;
	}

	.c_hgray_inside #wtext .wtext2 {
		width: 95%;
		font-size: 2.6em;
	}

	/*.c_hgray_inside #wtext .wtext1{
		font-size:3.2em;
		width:10%;
	}
	.c_hgray_inside #wtext .wfocustext{
		font-size:7.5em;
		width:18%;
		margin-top:0;
	}
	.c_hgray_inside #wtext .wtext2{
		font-size:3.2em;
	}*/
	#pro_i_banner {
		width: 1100px;
		margin: 6px auto 0 auto;
	}

	.pro1 img {
		padding: 40px 0 0 0;
	}

	.pro2 img {
		margin: 40px 15% 0 15%;
	}

	.bannertext {
		margin: 0 auto 0 auto;
		width: 1100px;
	}

	.bcontent h1 {
		font-size: 2.83em;
	}

	.bcontent h2 {
		font-size: 2.193em;
	}

	.bcontent .pro_i_text {
		font-size: 1.416em;
	}

	div.tab_container {
		height: 650px;
	}

	.pbtn {
		width: 15.5%;
		/*margin:100px 0 0 0;*/
	}

	a.pro_inquire {
		width: 47%;
		margin: 0 0 0 3%;
		padding: 60px 0 10px 0;
		font-size: 1.4em;
		background-size: 110%;
	}

	a.videobtn {
		width: 47%;
		margin: 0 0 0 3%;
		padding: 60px 0 10px 0;
		font-size: 1.4em;
		background-size: 110%;
	}

	.technicaldata h4 {
		font-size: 1.7em;
	}

	.application h4 {
		font-size: 1.7em;
	}

	#rwd-table {
		font-size: 1.4em;
	}

	.pro_b_text {
		font-size: 1.36em;
	}

	.pro_s_app {
		font-size: 1.4em;
	}

	.photolist a.photo_i .hover {
		height: 104px;
	}

	.pro_b_text h3 {
		font-size: 2.89em;
	}

	.pro_ol_i .title {
		font-size: 1.4em;
		line-height: 140%;
	}

	.pro_ol_i .title .pro_ol_text {
		font-size: 1em;
	}

	.cd-product-viewer-wrapper img {
		width: 80%;
	}

	.cd-product-viewer-handle {
		margin: 0 auto 3em;
	}

	#news_caselist {
		width: 99.2%;
		padding: 20px 0.4%;
	}

	#news_caselist .item h4,
	#news_caselist .item h5 {
		font-size: 1.558em;
	}

	#news_caselist .item .itemtext {
		font-size: 1.13em;
		line-height: 150%;
		color: #666;
	}

	#footer {
		width: 1150px;
		font-size: 1.133em;
	}

	#footer_white,
	#footer_white_line {
		width: 1100px;
		font-size: 1.133em;
	}

	.commicon {
		width: 13%;
	}

	.inquiry_title {
		font-size: 2.125em;
	}

	.inqtitle1,
	.inqtitle2,
	.inqtitle3,
	.inqtitle4,
	.inqrow_no,
	.inqrow,
	.inqrow_del {
		font-size: 1.275em;
	}

	#contact_form {
		font-size: 1.2em;
	}

	textarea {
		height: 140px;
	}

	.findtitle {
		font-size: 2.125em;
	}

	.find_title {
		font-size: 2em;
	}

	.find_address {
		font-size: 1.275em;
	}

	.find_phone,
	.find_fax,
	.find_mail {
		font-size: 1.275em;
	}

	.worldmap {
		height: 490px;
	}

	.flip-container,
	.front,
	.back {
		height: 260px;
	}

	.exh_blue {
		height: 220px;
		font-size: 1em;
	}

	.exh_blue .exh_text {
		height: 140px;
	}

	.gmap .gp {
		width: 100%;
		height: 250px;
	}

	.cd-horizontal-timeline .events-content h2 {
		font-size: 3.96em;
		background-size: 20%;
		width: 10%;
	}

	.cd-horizontal-timeline .events-content .eventtext {
		font-size: 1.1em;
	}

	.svbtn a.videobtn {
		padding: 55px 0 10px 0;
	}

	.container_banner_com {
		height: 540px;
	}

	.news_bottom_banner {
		height: 560px;
	}
}


@media screen and (max-width: 1366px) {
	#header {
		/*width:1150px;*/
	}

	.inside_banner_pro {
		/*height:350px;*/
	}

	#inside_banner_adv {
		/*height:350px;*/
	}

	#inside_banner_adv .inb_inside {
		/*width:1150px;*/
		width: 1100px;
	}

	#inside_banner_res {
		/*height:270px;*/
	}

	#inside_banner_com .inb_inside,
	#inside_banner_res .inb_inside {
		/*width:1150px;*/
		width: 1100px;
	}

	#inside_banner_success .inb_inside,
	.inside_banner_pro .inb_inside,
	#inside_banner_adv_i .inb_inside {
		/*width:1150px;*/
		width: 1100px;
	}

	#inside_banner_adv_i h1 {
		font-size: 3.5em;
	}

	ul#end_pro_list {
		width: 97.6%;
		padding: 30px 1.2%;
	}

	.prol1 a {
		height: 400px;
	}

	.prol2 a {
		height: 240px;
	}

	.prol2 .hover {
		height: 170px;
	}

	.text {
		font-size: 1.8em;
	}

	.c_blue_inside {
		width: 1150px;
	}

	#history {
		/*width:1150px;*/
		width: 1100px;
	}

	.c_gray_inside {
		width: 1150px;
	}

	.c_white_inside {
		/*width:1150px;*/
		width: 1100px;
	}

	.c_dblue_inside,
	.c_blue_inside {
		/*width:1150px;*/
		width: 1100px;
	}

	.container_banner {
		height: 460px;
	}

	.container_banner .cbanner_text {
		width: 1150px;
	}

	.container_banner_com_new {
		height: 550px;
	}

	.c_hgray_inside {
		width: 1150px;
	}

	.locations {
		margin: -20px 2% 0 0;
	}

	div.tab_container {
		height: 610px;
	}

	/*a.pro_inquire{
		padding:70px 0 15px 0;
		margin:10px 3% 0 0;
	}
	a.videobtn{
		padding:70px 0 25px 0;
		margin:10px 0 0 3%;
	}*/
	.photolist a.photo_i .hover {
		padding: 45px 0 0 0;
	}

	.pro_ol_i .title {
		font-size: 1.5em;
	}

	#footer {
		width: 1100px;
	}

}

@media screen and (max-width: 1280px) {
	header {
		height: 80px;
	}

	#logo {
		width: 25%;
		margin-left: 20px;
	}

	#header {
		width: 960px;
	}

	ul#langlist {
		margin: 40px 0 0 82%;
	}

	nav {
		width: 79%;
		padding: 0;
	}

	.world_pc {
		display: none;
	}

	.world_pc2 {
		display: block;
	}

	@media screen and (-ms-high-contrast: active),
	(-ms-high-contrast: none) {
		nav {
			width: 88%;
		}
	}

	article {
		margin-top: 80px;
	}

	.breadcrumblist {
		width: 920px;
	}

	.breadcrumblist_p {
		width: 920px;
	}

	#inside_banner_adv {
		background-size: 160%;
		/*height:290px;*/
	}

	#inside_banner_adv h1 {
		font-size: 3.5em;
	}

	#inside_banner_adv h2 {
		font-size: 3em;
	}

	.adv_data_i {
		font-size: 2.4em;
	}

	#inside_banner_adv .inb_inside {
		/*width:960px;*/
		width: 925px;
		padding: 60px 0 0 0;
	}

	#inside_banner_adv .inb_inside .inb_text1 {
		font-size: 1.3em;
	}

	#inside_banner_com h1,
	#inside_banner_ad h1,
	#inside_banner_ab h1,
	#inside_banner_news h1,
	#inside_banner_res h1,
	#inside_banner_pro h1,
	#inside_banner_pro .inb_inside .title,
	#inside_banner_search h1,
	#inside_banner_wd h1,
	#inside_banner_com .main-title,
	#inside_banner_ad .main-title,
	#inside_banner_ab .main-title,
	#inside_banner_news .main-title,
	#inside_banner_res .main-title,
	#inside_banner_pro .main-title,
	#inside_banner_pro .inb_inside .title,
	#inside_banner_search .main-title,
	#inside_banner_wd .main-title {
		font-size: 2.55em;
	}

	#inside_banner_com h2,
	#inside_banner_ad h2,
	#inside_banner_search .search_form .form_tit,
	#inside_banner_ab h2,
	#inside_banner_news h2,
	#inside_banner_res h2 {
		font-size: 1.7em;
	}

	#inside_banner_res {
		/*height:250px;*/
	}

	#inside_banner_com .inb_inside,
	#inside_banner_res .inb_inside,
	#inside_banner_wd .inb_inside {
		/*width:960px;*/
		width: 920px;
	}

	#inside_banner_ad .inb_inside {
		width: 920px;
	}

	#inside_banner_news .inb_inside {
		width: 920px;
	}

	#inside_banner_ab .inb_inside {
		width: 920px;
	}

	#inside_banner_pro .inb_inside {
		width: 920px;
	}

	#inside_banner_pro .inb_inside .protext,
	#inside_banner_pro .inb_inside .protext1 {
		font-size: 1.80625em;
	}

	#inside_banner_pro .inb_inside .protext1 {
		height: 80px;
	}

	#inside_banner_ad .inb_inside .inb_text1 {
		height: 85px;
	}

	#inside_banner_news .inb_inside .inb_text1 {
		height: 85px;
	}

	#inside_banner_ab .inb_inside .inb_text1 {
		height: 109px;
	}

	#inside_banner_com .inb_inside .inb_text1 {
		height: 109px;
	}

	#inside_banner_wd .inb_inside .inb_text1 {
		height: 99px;
	}

	#inside_banner_wd .inb_inside .wtext2 {
		margin-left: 15%;
		margin-top: 10px;
	}

	.inside_banner_img {
		/*margin-top:-189px;*/
	}

	.inside_banner_img img {
		margin-left: -170px;
	}

	.inside_banner_pro {
		/*height:280px;*/
	}

	#inside_banner_success {}

	#inside_banner_success .inb_inside,
	.inside_banner_pro .inb_inside,
	#inside_banner_adv_i .inb_inside {
		/*width:960px;*/
		width: 920px;
		padding: 50px 0 0 0;
	}

	#inside_banner_adv_i {
		/*height:250px;*/
	}

	#inside_banner_adv_i h1 {
		font-size: 3em;
	}

	#inside_banner_success h1,
	.inside_banner_pro h1 {
		font-size: 3.5em;
	}

	#inside_banner_success h2,
	.inside_banner_pro h2 {
		font-size: 3em;
	}

	#inside_banner_success .inb_inside .inb_text1,
	.inside_banner_pro .inb_inside .inb_text1,
	#inside_banner_adv_i .inb_inside .inb_text1 {
		font-size: 1.3em;
	}

	.success_header .su_i_country {}

	.success_header .su_i_title {
		font-size: 1.8em;
	}

	.success_header h3 {
		font-size: 3em;
	}

	.success_content .left .ltext {
		font-size: 1.2em;
	}

	.ca_dblue .btn,
	.ca_red .btn,
	.ca_green .btn,
	.ca_blue .btn,
	.ca_light-green .btn {
		font-size: 1em;
	}

	.ca_dblue .btn .cat_title,
	.ca_red .btn .cat_title,
	.ca_green .btn .cat_title,
	.ca_blue .btn .cat_title,
	.ca_light-green .btn .cat_title {
		font-size: 2em;
		padding: 35px 0 10px 0;
	}

	.pr_dblue .line {
		height: 10px;
	}

	.pr_red .line {
		height: 10px;
	}

	.pr_green .line {
		height: 10px;
	}

	.pr_blue .line {
		height: 10px;
	}

	.pr_dblue .btn {
		font-size: 1.4em;
		background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 40% no-repeat;
		background-size: 8%;
		padding: 7% 5% 1% 5%;
		height: 30px;
	}

	.pr_dblue:hover .btn {
		background: #0d246b url(../images/pro_c_arrow_green.png) 95% 40% no-repeat;
		background-size: 8%;
	}

	.pr_red .btn {
		font-size: 1.3em;
		background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 40% no-repeat;
		background-size: 8%;
		padding: 7% 5% 1% 5%;
		height: 30px;
	}

	.pr_red:hover .btn {
		background: #9b0d1e url(../images/pro_c_arrow_green.png) 95% 40% no-repeat;
		background-size: 8%;
	}

	.pr_green .btn {
		font-size: 1.4em;
		background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 40% no-repeat;
		background-size: 8%;
		padding: 7% 5% 1% 5%;
		height: 30px;
	}

	.pr_green:hover .btn {
		background: #00722f url(../images/pro_c_arrow_green.png) 95% 40% no-repeat;
		background-size: 8%;
	}

	.pr_blue .btn {
		font-size: 1.4em;
		background: #a4aaaf url(../images/pro_c_arrow_white.png) 95% 40% no-repeat;
		background-size: 8%;
		padding: 7% 5% 1% 5%;
		height: 30px;
	}

	.pr_blue:hover .btn {
		background: #0069b8 url(../images/pro_c_arrow_green.png) 95% 40% no-repeat;
		background-size: 8%;
	}

	.pr_dblue .btn_dblue {
		background: #0d246b url(../images/pro_c_arrow_green.png) 95% 40% no-repeat;
		background-size: 8%;
	}

	.pr_red .btn_red {
		background: #9b0d1e url(../images/pro_c_arrow_green.png) 95% 40% no-repeat;
		background-size: 8%;
	}

	.pr_green .btn_green {
		background: #00722f url(../images/pro_c_arrow_green.png) 95% 40% no-repeat;
		background-size: 8%;
	}

	.pr_blue .btn_blue {
		background: #0069b8 url(../images/pro_c_arrow_green.png) 95% 40% no-repeat;
		background-size: 8%;
	}

	.text {
		font-size: 1.5em;
	}

	.prol1 a {
		height: 330px;
	}

	.prol2 a {
		height: 210px;
	}

	.prol3 a {
		height: 210px;
	}

	.prol4 a {
		height: 210px;
	}

	.prol5 a {
		height: 210px;
	}

	.end_pro {
		font-size: 1.08em;
		background: #0c1758 url(../images/pro_ed_line.png) no-repeat 195px bottom;
		background-size: 4%;
	}

	.ep_title {
		font-size: 1.2em;
	}

	.epc_list {
		height: 122px;
	}

	.epc_list a {
		font-size: 1em;
		margin: 10px 0 0 0;
	}

	.c_blue_inside {
		width: 960px;
	}

	#history {
		/*width:960px;*/
		width: 920px;
	}

	.cd-horizontal-timeline .events-content h2 {
		width: 12%;
		padding: 0 0 0 30px;
		background-size: 21%;
	}

	.cd-horizontal-timeline .events-content .eventtext {
		width: 60%;
		font-size: 1.2em;
	}

	.c_gray_inside {
		width: 960px;
	}

	.c_gray_inside h3 {
		font-size: 1.806em;
	}

	.cg_in1 {
		/*height:450px;*/
	}

	.cg_in4_1 {
		/*height:350px;*/
		height: auto;
	}

	.cg_in5 {}

	.cg_in8 {
		height: 100px;
	}

	.cg_in8_img {
		margin: 45px 2% 0 0;
	}

	.cg_in6 h5,
	.cg_in6 h1 {
		font-size: 1.5895em;
	}

	.cg_in6 h6 {
		font-size: 1.5555em;
	}

	.ad_datatext {
		/*font-size:1.264em;*/
		font-size: 1em;
		height: 35px;
	}

	.adv_count1 {
		font-size: 6.979em;
	}

	.adv_ttext1 {
		font-size: 1.806em;
	}

	.adv_tc_l,
	.adv_tc_r {
		font-size: 4.462em;
	}

	.adv_tc_l2,
	.adv_tc_r2,
	.adv_tc_l3,
	.adv_tc_r3,
	.adv_tc_l4,
	.adv_tc_r4 {
		font-size: 3.793em;
	}

	.adv_ttext2,
	.adv_ttext3,
	.adv_ttext4 {
		font-size: 1.806em;
	}

	.cg_in2_1 h5,
	.cg_in4_1 h5 {
		font-size: 1.31em;
		height: 40px;
	}

	.cg_in8 h5 {
		font-size: 1.31em;
		height: 30px;
	}

	.adv_partners {
		width: 65%;
	}

	.int2title {
		font-size: 2.1675em;
	}

	.int2text {
		font-size: 1.083em;
	}

	.cg_intext1,
	.cg_intext2,
	.cg_intext3,
	.cg_intext4,
	.cg_intext5,
	.cg_intext6 {
		font-size: 1.1em;
		line-height: 150%;
	}

	.cg_intext7 {
		font-size: 1em;
	}

	a.exp_more_n,
	a.exp_more {
		padding: 5px 0 0 12px;
		background: url(../images/arrow2.png) left 10px no-repeat;
		background-size: 2.5%;
		font-size: 1.2em;
	}

	.cd-horizontal-timeline .events-content li {
		height: 80px;
	}

	.c_white_inside {
		/*width:960px;*/
		width: 920px;
	}

	.c_white_inside h3 {
		font-size: 1.806em;
	}

	.c_white_inside h4,
	.c_white_inside h1 {
		font-size: 2em;
	}

	.c_white_inside #wtext .wtext1 {
		font-size: 2.2em;
	}

	.c_white_inside #wtext .wtext2 {
		font-size: 2.2em;
	}

	.c_white_inside #wtext .t1,
	.c_white_inside #wtext .t2,
	.c_white_inside #wtext .t3,
	.c_white_inside #wtext .t4 {
		padding: 15px 0 0 0;
	}

	/*.c_white_inside #wtext .wtext1{
		width:10%;
		font-size:2.5em;
	}
	.c_white_inside #wtext .wfocustext{
		font-size:5.5em;
	}
	.c_white_inside #wtext .wtext2{
		font-size:2.5em;
	}*/
	.locations {
		margin: -20px 0 0 0;
	}

	.locations h3 {
		font-size: 1.683em;
	}

	.loc_info h4 {
		padding: 4%;
	}

	.loc_info .loc_info_i {
		width: 232px;
	}

	.loc_title {
		font-size: 1.4em;
	}

	.loc_address {
		font-size: 1.1em;
	}

	.loc_phone {
		font-size: 1.1em;
	}

	.loc_fax {
		font-size: 1.1em;
	}

	.loc_mail {
		font-size: 1.1em;
		margin: 0;
	}

	.c_dblue_inside,
	.c_blue_inside {
		/*width:960px;*/
		width: 920px;
	}

	.c_dblue_inside h3 {
		font-size: 2.4em;
	}

	.selecttitle {
		font-size: 1.8em;
	}

	.sub_btn_all {
		padding: 0;
	}

	.sub_btn select {
		font-size: 1.2em;
	}

	.selectarea {
		padding: 0 2%;
	}

	.c_select_left {
		font-size: 1.921em;
		margin-left: 20px;
	}

	.container_banner {
		height: 430px;
	}

	.container_banner .cbanner_text {
		width: 960px;
	}

	.container_banner .cbanner_text span {
		font-size: 3.3em;
		margin: 3% 0 0 0;
	}

	.container_banner_com_new {
		height: 500px;
	}

	.c_hgray_inside {
		width: 920px;
	}

	.c_hgray_inside #wtext .wtext1 {
		width: 95%;
		font-size: 2.2em;
		color: #657078;
		float: left;
	}

	.c_hgray_inside #wtext .wtext2 {
		width: 95%;
		font-size: 2.2em;
	}

	/*.c_hgray_inside #wtext .wtext1{
		width:11%;
		font-size:3em;
	}
	.c_hgray_inside #wtext .wfocustext{
		font-size:6em;
		margin-top:0;
	}
	.c_hgray_inside #wtext .wtext2{
		font-size:3em;
	}*/
	#successful_p {
		font-size: 1.08em;
		background: #0c1758 url(../images/pro_ed_line.png) no-repeat 170px bottom;
		background-size: 5.8%;
	}

	#pro_i_banner {
		width: 960px;
	}

	.bannertext {
		width: 920px;
	}

	.bcontent h1 {
		font-size: 2.4em;
	}

	.bcontent h2 {
		font-size: 1.86em;
	}

	.bcontent .pro_i_text {
		font-size: 1.2em;
	}

	.degreeicon img {
		width: 80%;
	}

	div.tab_container {
		height: 570px;
	}

	ul.tabs li {
		font-size: 1.6em;
	}

	.technicaldata h4 {
		font-size: 1.4em;
	}

	.application h4 {
		font-size: 1.6em;
	}

	#rwd-table {
		font-size: 1.2em;
	}

	.scroll-left tbody tr {
		width: 20.1%;
	}

	.pro_s_app {
		font-size: 1.2em;
	}

	.pro_s_ae {
		font-size: 1.3em;
	}

	.pbtn {
		/*margin:80px 0 0 0;*/
	}

	a.pro_inquire {
		font-size: 1.3em;
		padding: 50px 0 10px 0;
	}

	a.videobtn {
		font-size: 1.3em;
		padding: 50px 0 10px 0;
	}

	.photolist a.photo_i .hover {
		height: 99px;
		padding: 40px 0 0 0;
	}

	.pro_b_text {
		font-size: 1.2em;
	}

	.pro_ol_i .title {
		font-size: 1.3em;
	}

	.pro_ol_i .title .pro_ol_text {
		font-size: 1em;
	}

	.pro_b_text h3 {
		font-size: 2.5em;
		padding: 10px 0 10px 0;
	}

	.pro_ol_link a {
		font-size: 1.2em;
		padding: 5px 0;
	}

	.cd-product-viewer-handle {
		width: 96%;
	}

	#news_caselist .item h4 {
		font-size: 1.3243em;
		height: 70px;
	}

	#news_caselist .item h5 {
		font-size: 1.3243em;
	}

	#news_caselist .item .itemtext {
		font-size: 1em;
	}

	#footer {
		width: 920px;
		font-size: 1em;
	}

	#footer_white,
	#footer_white_line {
		width: 920px;
		font-size: 1em;
	}

	.inquiry_title {
		font-size: 1.8em;
	}

	.inqtitle1,
	.inqtitle2,
	.inqtitle3,
	.inqtitle4,
	.inqrow_no,
	.inqrow,
	.inqrow_del {
		font-size: 1.1em;
	}

	#allinquiryForm {
		margin: 20px auto;
	}

	#contact_form {
		font-size: 1em;
	}

	#form_left {
		width: 50%;
	}

	#form_right {
		width: 49%;
	}

	.form_tit_cod {
		width: 28%;
	}

	.form_l_con {
		height: 35px;
	}

	.form_s_con {
		height: 35px;
	}

	.form_s_cod {
		width: 20%;
		height: 35px;
	}

	textarea {
		height: 100px;
	}

	.form_bt a {
		line-height: 45px;
	}

	.findtext {
		padding: 0 0 30px 0;
	}

	.findtitle {
		font-size: 1.806em;
		margin: 0 0 30px 0;
	}

	.find_title {
		/*font-size:1.6em;*/
	}

	.find_address {
		font-size: 1.3em;
	}

	.find_phone,
	.find_fax,
	.find_mail {
		font-size: 1.3em;
	}

	.form_bt {
		padding: 20px 0 0 0;
	}

	ul#colist li {
		font-size: 1.6em;
		padding: 10px 2% 14px 2%;
	}

	.continent {
		font-size: 1.4em;
	}

	.worldmap {
		height: 420px;
		margin-top: -50px;
	}

	.flip-container,
	.front,
	.back {
		height: 210px;
	}

	.exh_white {
		padding: 30px 0 10px 0;
		font-size: 1em;
	}

	.exh_white h5 {
		font-size: 1.8em;
	}

	.exh_blue {
		height: 182px;
		font-size: 0.9em;
	}

	.exh_blue h4 {
		font-size: 1.6em;
		padding: 0 0 5px 0;
	}

	.exh_blue .exh_text {
		height: 120px;
		padding: 10px 0;
	}

	.exh_blue .exh_text .exh_title {
		font-size: 1.2em;
		line-height: 120%;
		padding: 3px 0;
	}

	.pro_expand {
		margin: 20px 0 0 0;
	}

	a.exhmore {
		font-size: 1.445em;
	}

	a.exhmore_su {
		font-size: 1.445em;
	}

	a.new-more {
		font-size: 1.445em;
	}

	a.new-more_su {
		font-size: 1.445em;
	}

	.gmap .gp {
		width: 100%;
		height: 200px;
	}

	.svbtn a.videobtn {
		padding: 40px 0 10px 0;
		font-size: 1em;
	}

	.container_banner_com {
		height: 480px;
	}

	.news_bottom_banner {
		height: 500px;
	}
}

@media screen and (max-width: 1152px) {
	#header {}

	ul#langlist {
		margin: 40px 0 0 80%;
	}

	#inside_banner_adv {
		/*height:260px;*/
	}

	#inside_banner_adv .inb_inside {
		/*width:960px;*/
	}

	#inside_banner_adv h1 {
		font-size: 3em;
	}

	#inside_banner_adv h2 {
		font-size: 2.6em;
	}

	#inside_banner_adv .inb_inside .inb_text1 {}

	#inside_banner_res {
		/*height:230px;*/
	}

	#inside_banner_com h2,
	#inside_banner_res h2 {
		font-size: 2.6em;
	}

	#inside_banner_success .inb_inside,
	.inside_banner_pro .inb_inside,
	#inside_banner_adv_i .inb_inside {
		/*width:960px;*/
		width: 925px;
	}

	.inside_banner_pro {
		/*height:260px;*/
	}

	.inside_banner_pro h1 {
		font-size: 3em;
	}

	.inside_banner_pro h2 {
		font-size: 2.6em;
	}

	.container_gray {
		padding: 40px 0 0 0;
	}

	.pr_dblue .btn {
		font-size: 1.2em;
	}

	.pr_red .btn {
		font-size: 1.2em;
	}

	.pr_green .btn {
		font-size: 1.2em;
	}

	.pr_blue .btn {
		font-size: 1.2em;
	}

	.text {
		font-size: 1.4em;
	}

	.prol1 a {
		height: 300px;
	}

	.epc_list {
		height: 122px;
	}

	.epc_list a {
		font-size: 1em;
	}

	.c_blue_inside {
		/*width:960px;*/
		width: 925px;
	}

	.c_blue_inside h3 {
		font-size: 2.8em;
	}

	.c_blue_inside h4 {
		font-size: 1.2em;
		line-height: 150%;
	}

	#history {
		/*width:960px;*/
		width: 925px;
	}

	.cd-horizontal-timeline {
		margin: 2em auto;
	}

	.cd-horizontal-timeline::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}

	.c_gray_inside {
		width: 960px;
	}

	.cg_in1 h3,
	.cg_in2 h3 {
		font-size: 1.65em;
	}

	.cg_intext1,
	.cg_intext2,
	.cg_intext3,
	.cg_intext4 {
		padding: 10px 0 0 0;
	}

	a.exp_more_n,
	a.exp_more {
		padding: 5px 0 0 12px;
		background-size: 2.5%;
		font-size: 1.2em;
	}

	.c_white_inside {
		/*width:960px;*/
		width: 925px;
	}

	/*.c_white_inside #wtext .wtext1{
		font-size:2.6em;
	}
	.c_white_inside #wtext .wfocustext{
		font-size:6em;
	}
	.c_white_inside #wtext .wtext2{
		font-size:2.6em;
	}*/
	.locations {}

	.locations h3 {
		font-size: 1.6em;
	}

	.loc_info .loc_info_i {}

	.container_banner {
		height: 390px;
	}

	.container_banner_com_new {
		height: 450px;
	}

	.c_hgray_inside {
		width: 960px;
	}

	.c_hgray_inside #wtext {
		margin: -10px 0 0 2%;
	}

	.c_hgray_inside #wtext .wtext1 {
		font-size: 2.2em;
	}

	.c_hgray_inside #wtext .t1,
	.c_hgray_inside #wtext .t2,
	.c_hgray_inside #wtext .t3,
	.c_hgray_inside #wtext .t4 {
		padding: 10px 0 0 0;
	}

	.c_hgray_inside #wtext .wtext2 {
		font-size: 2.2em;
	}

	/*.c_hgray_inside #wtext .wtext1{
		width:9%;
		font-size:2.4em;
	}
	.c_hgray_inside #wtext .wfocustext{
		width:16%;
		font-size:5.5em;
	}
	.c_hgray_inside #wtext .wtext2{
		font-size:2.4em;
	}*/
	.end_pro h3 {
		font-size: 2.5em;
	}

	div.tab_container {
		height: 520px;
	}

	ul.tabs li {
		font-size: 1.4em;
	}

	.rwd-table {
		font-size: 1.2em;
	}

	.pro_s_app {
		font-size: 1.2em;
	}

	.pro_s_ae {
		font-size: 1.2em;
	}

	.pbtn {
		/*margin:70px 0 0 0;*/
	}

	/*a.pro_inquire{
		font-size:1.4em;
		padding:60px 0 25px 0;
	}
	a.videobtn{
		font-size:1.4em;
		padding:60px 0 25px 0;
	}*/
	.photolist a.photo_i .hover {
		height: 85px;
	}

	.pro_b_text {
		font-size: 1.2em;
	}

	.pro_ol_i .title {
		font-size: 1.23em;
	}

	.pro_ol_link a {
		font-size: 1em;
	}

	#footer {
		width: 925px;
	}

	#footer_white,
	#footer_white_line {
		width: 925px;
	}

	#footer .copyright,
	#footer_white .copyright .inquiry_title {
		/*font-size:2.3em;*/
	}

	.inqtitle1,
	.inqtitle2,
	.inqtitle3,
	.inqtitle4,
	.inqrow_no,
	.inqrow,
	.inqrow_del {
		font-size: 1em;
		padding: 10px 0;
	}

	#allinquiryForm {
		font-size: 1.1em;
	}

	#contact_form {
		font-size: 0.95em;
	}

	#form_left {
		width: 53%;
	}

	#form_right {
		width: 46%;
	}

	textarea {
		height: 80px;
	}

	.flip-container,
	.front,
	.back {
		height: 225px;
	}

	.exh_white h5 {
		font-size: 1.6em;
	}

	.exh_blue {
		height: 185px;
	}

	.exh_blue h4 {
		font-size: 1.6em;
	}

	.exh_blue .exh_text .exh_title {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 1136px) {}

@media screen and (max-width: 1024px) {
	#header {}

	ul#langlist {
		margin: 40px 0 0 77%;
		width: 14%;
	}

	nav {
		/*width:91%;*/
	}

	@media screen and (-ms-high-contrast: active),
	(-ms-high-contrast: none) {
		nav {
			/*width:84%;*/
		}
	}

	nav .nav_i,
	nav .nav_i_active {
		margin: 0 0 0 4%;
	}

	article {
		margin-top: 75px;
	}

	#inside_banner_adv {
		/*height:230px;*/
	}

	#inside_banner_adv h1 {
		font-size: 3em;
	}

	#inside_banner_adv h2 {
		font-size: 2.6em;
	}

	#inside_banner_adv .inb_inside {
		/*width:860px;*/
		width: 825px;
		padding: 60px 0 0 0;
	}

	#inside_banner_pro .inb_inside .protext,
	#inside_banner_pro .inb_inside .protext1 {
		font-size: 1.53em;
	}

	#inside_banner_pro .inb_inside .protext1 {
		height: 54px;
	}

	#inside_banner_adv .inb_inside .inb_text1 {
		font-size: 1em;
	}

	#inside_banner_res {
		/*height:210px;*/
	}

	#inside_banner_res .inb_inside .inb_text1 {
		font-size: 1em;
	}

	#inside_banner_com .inb_inside .inb_text1 {
		font-size: 1em;
		height: 79px;
	}

	#inside_banner_wd .inb_inside .inb_text1 {
		font-size: 1em;
		height: 69px;
	}

	#inside_banner_ad .inb_inside .inb_text1 {
		font-size: 1em;
		height: 55px;
	}

	#inside_banner_news .inb_inside .inb_text1 {
		font-size: 1em;
		height: 55px;
	}

	#inside_banner_ab .inb_inside .inb_text1 {
		font-size: 1em;
		height: 79px;
	}

	.inside_banner_img {
		/*margin-top:-159px;*/
	}

	.inside_banner_img img {
		margin-left: -210px;
	}

	#inside_banner_success {
		/*height:240px;*/
	}

	#inside_banner_success .inb_inside,
	.inside_banner_pro .inb_inside,
	#inside_banner_adv_i .inb_inside {
		/*width:860px;*/
	}

	#inside_banner_adv_i {
		/*height:230px;*/
	}

	#inside_banner_adv_i h1 {
		font-size: 2.6em;
	}

	.successback a {
		width: 5%;
	}

	.success_header .su_i_country {
		font-size: 1.5em;
	}

	.success_header .su_i_title {
		font-size: 1.5em;
	}

	.success_header h3 {
		font-size: 2.5em;
	}

	.success_content .left .ltext {
		font-size: 1.1em;
	}

	.success_content .right .rimg {
		margin: 0 0 20px 0;
	}

	.c_gray_inside {
		padding: 0 32px;
	}

	.cg_in1 h3,
	.cg_in2 h3 {
		font-size: 1.4em;
		padding: 0 0 10px 0;
	}

	.cg_in2 .cg_country {
		font-size: 1em;
	}

	a.exp_more_n,
	a.exp_more {
		padding: 5px 0 0 11px;
		font-size: 1.1em;
		background: url(../images/arrow2.png) left 8px no-repeat;
		background-size: 2.5%;
	}

	.c_white_inside #wtext .wtext1 {
		font-size: 2em;
	}

	.c_white_inside #wtext .wtext2 {
		font-size: 2em;
	}

	/*.c_white_inside #wtext .wtext1{
		font-size:2.3em;
	}
	.c_white_inside #wtext .wfocustext{
		font-size:5em;
	}
	.c_white_inside #wtext .wtext2{
		font-size:2.3em;
	}*/
	.c_dblue_inside h3,
	.c_dblue_inside h4 {
		font-size: 2.4em;
	}

	.ca_dblue .btn .cat_title,
	.ca_red .btn .cat_title,
	.ca_green .btn .cat_title,
	.ca_blue .btn .cat_title,
	.ca_light-green .btn .cat_title {
		font-size: 1.6em;
		padding: 30px 0 10px 0;
	}

	.container_banner {
		height: 345px;
	}

	.container_banner .cbanner_text {
		width: 860px;
	}

	.container_banner .cbanner_text span {
		width: 40%;
	}

	.container_banner_com_new {
		height: 400px;
	}

	.c_hgray_inside #wtext .wtext1 {
		font-size: 1.8em;
	}

	.c_hgray_inside #wtext .wtext2 {
		font-size: 1.8em;
	}

	/*.c_hgray_inside #wtext .wtext1{
		width:10%;
	}
	.c_hgray_inside #wtext .wfocustext{
		width:18%;
	}*/
	.end_pro {
		font-size: 0.92em;
		background: #0c1758 url(../images/pro_ed_line.png) no-repeat 180px bottom;
		background-size: 5.6%;
	}

	.pbtn {
		width: 14%;
	}

	div.tab_container {
		height: 470px;
	}

	a.pro_inquire {
		font-size: 1.3em;
		padding: 50px 0 25px 0;
	}

	a.videobtn {
		font-size: 1.3em;
		padding: 50px 0 25px 0;
	}

	.photolist a.photo_i .hover {
		height: 70px;
	}

	.pro_b_text {
		font-size: 1.1em;
	}

	.pro_ol_i .title {
		/*height:65px;*/
		font-size: 1.2em;
	}

	.pro_ol_i .title .pro_ol_text {
		font-size: 1em;
	}

	.locations {}

	.loc_info .loc_info_i {}

	.worldmap {
		height: 460px;
	}

	.container_banner_com {
		height: 384px;
	}

	.news_bottom_banner {
		height: 404px;
	}

}

/* worldwide map*/
img[usemap],
map area {
	border: none;
	outline: none;
}

#main_worldmap {
	position: absolute;
	z-index: 1;
}

.ww_map {
	position: absolute;
	z-index: 0;
	opacity: 1;
	display: none;
}

/* entire container, keeps perspective */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}

/* START: Accommodating for IE */
.flip-container:hover .back,
.flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip-container:hover .front,
.flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front,
.back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);

	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);

	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);

	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background: #fff;
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

/* drop menu*/
.dropdown {
	display: inline-block;
}

.dropdown-content {
	/*display:none;*/
	position: absolute;
	z-index: 1;
	padding: 22px 0 0 0;
}

.drop_com {
	margin: 0 0 0 -42px;
	width: 190px;
}

.drop_adv {
	margin: 0 0 0 -33px;
	width: 200px;
}

.drop_pro {
	margin: 0 0 0 -20px;
	width: 160px;
}

.dropdown-content a {
	color: #fff;
	padding: 8px 15px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: .6em;
	line-height: 120%;
	background-color: #656d75;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width: 1440px) {
	.dropdown-content {
		padding: 15px 0 0 0;
	}

	.drop_com {
		margin: 0 0 0 -35px;
		width: 175px;
	}

	.drop_adv {
		margin: 0 0 0 -30px;
		width: 185px;
	}

	.drop_pro {
		margin: 0 0 0 -20px;
		width: 145px;
	}
}

@media screen and (max-width: 1366px) {
	.dropdown-content {
		padding: 20px 0 0 0;
	}
}

@media screen and (max-width: 1280px) {
	.dropdown-content {
		padding: 13px 0 0 0;
	}

	.drop_com {
		margin: 0 0 0 -35px;
		width: 175px;
	}

	.drop_adv {
		margin: 0 0 0 -30px;
		width: 185px;
	}

	.drop_pro {
		margin: 0 0 0 -20px;
		width: 145px;
	}

}

@media screen and (max-width: 1152px) {
	.dropdown-content {
		padding: 15px 0 0 0;
	}

	.drop_com {
		margin: 0 0 0 -45px;
		width: 165px;
	}

	.drop_adv {
		margin: 0 0 0 -40px;
		width: 175px;
	}

	.drop_pro {
		margin: 0 0 0 -25px;
		width: 135px;
	}
}

@media screen and (max-width: 1024px) {}

/*產品3D高度使用*/
.pro_blown_use {
	padding: 0 0 220px 0;
	margin-top: -120px;
}

.pro_m_use {
	margin-top: -140px;
}

/* submenu使用 */
#submenu {
	width: 94%;
	float: left;
	/*background:#dde0e2;*/
	/*padding:0 0 18px 0;*/
	margin: 0 3%;
	position: fixed;
	top: 130px;
	z-index: 98;
	display: none;
}

#submenu_com {
	width: 94%;
	float: left;
	/*background:#dde0e2;*/
	padding: 0 0 10px 0;
	margin: 0 3%;
	position: fixed;
	top: 130px;
	z-index: 98;
	display: none;
}

#submenu_world {
	width: 94%;
	float: left;
	/*background:#dde0e2;*/
	padding: 0 0 10px 0;
	margin: 0 3%;
	position: fixed;
	top: 130px;
	z-index: 98;
	display: none;
}

#submenu_news {
	width: 94%;
	float: left;
	/*background:#dde0e2;*/
	padding: 0 0 10px 0;
	margin: 0 3%;
	position: fixed;
	top: 130px;
	z-index: 97;
	display: none;
}

.submenu_c {
	float: left;
	width: 67%;
	margin: 0 15.5%;
	/*width: 100%;
	margin:0;	*/
	padding: 28px 1% 10px 1%;
	background: #a6b0b8;
}

ul.smenu {
	width: 100%;
	float: left;
	padding: 20px 0 10px 0;
}

ul.smenu li {
	float: left;
	width: 18%;
	padding: 0 1%;
	text-align: left;
	font-size: 1.3em;
}

ul.smenu li.scmenu_i {
	width: 18%;
	padding: 0 1% 0 1%;
}

ul.smenu li .img {
	width: 100%;
}

ul.smenu li .img img {
	width: 100%;
}

.smenu_i {
	width: 100%;
	float: left;
	padding: 10px 0;
}

.smenu_i a {
	color: #fff;
	width: 100%;
	float: left;
	font-size: .9em;
	padding: 0 0 8px 0;
	font-family: Frutiger, Arial, sans-serif;
	letter-spacing: normal;
}

.smenu_i a:hover {
	color: #0e347f;
}

a.smenutitle {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	float: left;
	padding: 10px 0 13px 0;
	font-size: 1.1em;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
}

a.smenu_com_title {
	color: #fff;
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
}

a.smenutitle:hover {
	color: #fff;
}

a.smenusubtitle {
	color: #646e77;
	width: 100%;
	float: left;
	font-size: 1em;
	padding: 0 0 13px 15px;
	background: url(../images/smenu_i_icon.png) left top no-repeat;
}

a.smenusubtitle:hover {
	color: rgb(135, 184, 66);
}

.smenu_i_title {
	color: #646e77;
	width: 100%;
	float: left;
	font-size: 1em;
	padding: 0 0 13px 0;
}

@media screen and (max-width: 1440px) {
	#submenu {
		top: 95px;
		width: 93%;
		margin: 0 3.5%;
	}

	#submenu_com {
		top: 95px;
		width: 93%;
		margin: 0 3.5%;
	}

	#submenu_world {
		top: 95px;
		width: 93%;
		margin: 0 3.5%;
	}

	#submenu_news {
		top: 95px;
		width: 93%;
		margin: 0 3.5%;
	}

	.submenu_c {
		/*width:81%;
		margin:0 8.5%;*/
		width: 85%;
		margin: 0 8.5%;
		padding: 28px 1% 10px 1%;
	}

	.smenu_i a {
		font-size: 0.7em;
	}

	a.smenu_com_title {
		font-size: 0.9em;
	}

	a.smenutitle {
		font-size: .9em;
	}

	_::-webkit-full-page-media,
	_:future,
	:root a.smenutitle {
		font-size: .9em;
	}

	.smenu_i_title {
		font-size: 0.8em;
	}

	a.smenusubtitle {
		font-size: 0.8em;
	}

	.pro_m_use {
		margin-top: -70px;
	}
}

@media screen and (max-width: 1366px) {
	#submenu {
		top: 95px;
		width: 98%;
		margin: 0 1%;
	}

	#submenu_com {
		top: 95px;
		width: 98%;
		margin: 0 1%;
	}

	#submenu_world {
		top: 95px;
		width: 98%;
		margin: 0 1%;
	}

	#submenu_news {
		top: 95px;
		width: 98%;
		margin: 0 1%;
	}
}

@media screen and (max-width: 1280px) {
	#submenu {
		top: 105px;
		width: 84%;
		margin: 0 8%;
	}

	#submenu_com {
		top: 105px;
		width: 84%;
		margin: 0 8%;
	}

	#submenu_world {
		top: 105px;
		width: 84%;
		margin: 0 8%;
	}

	#submenu_news {
		top: 105px;
		width: 84%;
		margin: 0 8%;
	}

	.submenu_c {
		/*width:84%;
		margin:0 7%;*/
		width: 86%;
		margin: 0 6.5%;
		padding: 20px 1% 0 1%;
	}

	.smenu_i a {
		font-size: .7em;
		padding: 0 0 6px 0;
	}

	a.smenutitle {
		font-size: .8em;
		padding: 10px 0;
	}

	a.smenusubtitle {
		font-size: .7em;
		padding: 2px 0 10px 13px
	}

	.smenu_i_title {
		font-size: 0.7em;
		padding: 0 0 10px 0;
	}
}

@media screen and (max-width: 1152px) {
	#submenu {
		width: 93%;
		margin: 0 3.5%;
	}

	#submenu_com {
		width: 93%;
		margin: 0 3.5%;
	}

	#submenu_world {
		width: 93%;
		margin: 0 3.5%;
	}

	#submenu_news {
		width: 93%;
		margin: 0 3.5%;
	}

	ul.smenu {
		padding: 10px 0 0 0;
	}

	.smenu_i a {
		font-size: .6em;
	}

	.smenu_i_title {
		font-size: .6em;
		padding: 0 0 8px 0;
	}

	a.smenusubtitle {
		font-size: .6em;
		padding: 2px 0 8px 13px;
	}
}

@media screen and (max-width: 1024px) {
	#submenu {
		width: 89%;
		margin: 0 5.5%;
	}

	#submenu_com {
		width: 89%;
		margin: 0 5.5%;
	}

	#submenu_world {
		width: 89%;
		margin: 0 5.5%;
	}

	.submenu_c {
		width: 98%;
		margin: 0;
	}
}

/* 頁腳連結區塊 */
.bottom_links {
	background: #788088;
	height: 350px;
	float: left;
	width: 100%;
}

.bottom_linklist {
	width: 1240px;
	padding: 45px 20px 0 20px;
	margin: 0 auto;
}

.blsec {
	width: 19%;
	float: left;
}

.blsecinfo {
	width: 24%;
	float: left;
}

.blinklogo {
	width: 195px;
	padding: 0 0 10px 0;
}

.blinklogo img {
	width: 100%;
}

.bcont {
	width: 80%;
	color: #fff;
	font-size: 1.25em;
	line-height: 160%;
	float: left;
	font-family: Frutiger, Arial, sans-serif;
}

.bcont a {
	color: #fff;
}

.bcont a:hover {
	text-decoration: underline;
}

.bcont a:visited {
	color: #fff;
}

.blinktitle {
	font-size: 1.66em;
	color: #7db930;
	text-transform: uppercase;
	padding: 0 0 10px 0;

}

.blink {
	font-size: 1.25em;
	font-family: Frutiger, Arial, sans-serif;
	line-height: 176%;
}

.blink a {
	color: #fff;
}

.blink a:hover {
	text-decoration: underline;
}

.blink a:visited {
	color: #fff;
}

.bsearch {
	width: 100%;
	float: left;
	padding: 0;
	margin-top: 5px;
	position: relative;
}

.b_srh_input {
	width: 94%;
	padding: 5% 3% 2.5% 3%;
	font-size: 1.333em;
	font-family: Frutiger, Arial, sans-serif;
	/*background:#fff url(../images/btm_srh_icon.jpg) no-repeat right;*/
	outline: none;
	border: 0;
}

.bsearch .btn-search {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: none;
	width: 15%;
}

.bsearch .btn-search img {
	max-height: 36px;
	display: block;
}

.community {
	width: 100%;
	float: left;
	margin: 60px 0 0 0;
}

.comtitle {
	width: 40%;
	float: left;
	font-size: 1.416em;
	color: #fff;
	font-family: Frutiger, Arial, sans-serif;
}

.comiconlist {
	width: 60%;
	float: left;
}

.coicon {
	width: 33%;
	float: left;
	text-align: right;
}

.coicon img {
	width: 80%;
}

@media screen and (max-width: 1440px) {
	.bottom_linklist {
		width: 1100px;
	}

	.blinktitle {
		font-size: 1.3em;
		padding: 0 0 8px 0;
	}

	.blink {
		font-size: 1.0625em;
	}

	.b_srh_input {
		font-size: 1.133em;
	}

	.comtitle {
		font-size: 1.2036em;
	}

	.blinklogo {
		width: 170px;
	}

	.bcont {
		width: 68%;
		font-size: 1.0625em;
	}
}

@media screen and (max-width: 1280px) {
	.bottom_linklist {
		width: 920px;
	}

	.blinktitle {
		font-size: 1.2em;
		padding: 0 0 10px 0;
	}

	.blink {
		font-size: 1em;
	}

	.comtitle {
		font-size: 1em;
	}

	.b_srh_input {
		font-size: 1em;
	}

	.blinklogo {
		width: 150px;
	}

	.bcont {
		font-size: 1em;
	}
}

/*Spare Parts*/
.con_text {
	width: 46%;
	float: left;
	padding: 0 4% 0 0;
	font-family: Frutiger, Arial, sans-serif;
	color: #474545;
	font-size: 1.33em;
	line-height: 150%;
}

.con_text h2 {
	color: #0d246b;
	font-size: 1.875em;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
	padding: 0 0 30px 0;
}

.con_img {
	width: 50%;
	padding: 0 0 20px 0;
	float: left;
}

.con_img img {
	width: 100%;
}

.partable {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.partable table {
	table-layout: fixed;
}

.partable table td {
	padding: 0;
	text-align: left;
}

.ptable_title {
	text-align: left;
	color: #474545;
	font-size: 0.88em;
	padding: 0 0 10px 0;
	border-bottom: 2px #727171 solid;
}

.drawno_con {
	width: 80%;
	height: 30px;
	padding: 0 5px;
	line-height: 16px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	font-size: 0.7em;
	margin: 15px 0;
}

.quantity_con {
	width: 50%;
	height: 30px;
	padding: 0 5px;
	line-height: 16px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	font-size: 0.7em;
}

.ptable_text {
	color: #000;
	border-bottom: #78828a 1px solid;
	padding: 0 0 15px 0;
	line-height: 200%;
}

.ptable_add a {
	float: left;
	width: 90%;
	text-align: center;
	margin-right: 1%;
	line-height: 35px;
	background: #6d6d6d;
	color: #fff;
	font-size: 0.76em;
}

.ptable_add a:hover {
	background: #6d6d6d;
}

.uploadbtn {
	float: left;
	width: 45%;
}

.uploadbtn a {
	float: left;
	width: 90%;
	text-align: center;
	margin-right: 1%;
	line-height: 45px;
	background: #6d6d6d;
	color: #fff;
	font-size: 0.76em;
}

.form_sss {
	float: left;
	width: 100%;
	padding: 40px 0 30px 0;
	line-height: 30px;
}

.partbt {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}

.partbt a {
	float: left;
	width: 48%;
	text-align: center;
	margin-right: 1%;
	line-height: 45px;
	background: #6d6d6d;
	color: #fff;
}

.partbt a:hover {
	background: #6d6d6d;
}

@media screen and (max-width: 1440px) {
	.form_ta1 textarea {
		height: 160px;
	}

	.form_sss {
		padding: 40px 0;
	}

	.con_text {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 1280px) {
	.form_ta1 textarea {
		height: 132px;
	}

	.form_sss {
		padding: 20px 0;
	}

	.partbt {
		padding: 10px 0 0 0;
	}

	.partbt a {
		line-height: 40px;
	}

	.bottom_links {
		height: 250px;
	}

	.con_text {
		font-size: 1em;
	}

	.con_text h2 {
		padding: 0 0 20px 0;
	}
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

#html5-close {
	margin-top: -37px !important;
	margin-right: 0 !important;
}

#html5-elem-wrap {
	z-index: 9
}

#html5-watermark {
	z-index: 0;
	opacity: 0;
}

#html5box-html5-lightbox #html5-text {
	line-height: 30px;
	color: #fff !important;
	margin-top: 15px !important;
	text-align: center !important;
}

#html5box-html5-lightbox #html5-text .html5-title-prefix {
	color: #999;
	position: absolute;
	font-size: .8em;
	line-height: 100%;
	right: 0;
	top: -12px;
}

#html5box-html5-lightbox #html5-text .html5-title-caption {
	color: #fff;
	display: block;
	font-size: 1.2em;
}

#html5-lightbox-overlay {
	opacity: .8 !important
}

.c_sent {
	padding: 30px 0;
}

.c_sent .inquiry_title {
	font-size: 2.5em;
}

.c_sent .inquiry_title small {
	display: block;
	margin-top: 5px;
	font-size: .75em;
}

.c_sent .form_text {
	font-size: 1.3em;
	font-family: Frutiger, Arial, sans-serif;
	line-height: 140%;
	padding: 10px 0 0;
}

.workForm textarea {
	height: 162px;
}

.work_text {
	font-size: 1.416em;
	margin: 10px 0 50px;
	font-family: Frutiger, Arial, sans-serif;
	font-weight: normal;
}

.workForm .inquiry_title {
	color: rgb(82, 92, 100);
}

.workForm .inquiry_title span {
	color: #0d246b;
	display: block;
}

#inside_banner_search {
	width: 100%;
	float: left;
	background: #788088;
	padding: 0 0 0 0;
	height: 217px;
	color: #fff;
}

#inside_banner_search .inb_inside {
	width: 1240px;
	margin: 0 auto;
	padding: 46px 0 0 0;
	position: relative;
}

#inside_banner_search h1 {
	color: #fff;
}

#inside_banner_search .inb_text1 {
	width: 47%;
	font-family: Frutiger, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 140%;
	color: #fff;
	padding: 10px 0 0 0;
	letter-spacing: normal;
	height: 58px;
}

#inside_banner_search .search_form {
	position: absolute;
	left: 50%;
	width: 50%;
	top: 50px;
	overflow: hidden;
}

#inside_banner_search .search_form .form_tit {
	color: #fff;
	font-size: 2.5em;
}

#inside_banner_search .search_form .btn-search {
	position: absolute;
	width: 47px;
	right: 0;
	bottom: 0;
	border: none;
	background: none;
	cursor: pointer;
}

#inside_banner_search .search_form .btn-search img {
	display: block;
}

#inside_banner_search .search_form .form_l {
	width: 100%;
	padding: 0;
}

#inside_banner_search .search_form .form_l_con {
	color: #8cba3e;
	font-family: DIN-Alternate-Bold, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px 0 20px;
	margin: 0;
}

.search_title {
	font-size: 1.83em;
	margin-bottom: 30px;
	color: #231815;
}

.search_type {
	margin-bottom: 30px;
}

.search_type li a {
	font-size: 2em;
	color: #595757;
	text-decoration: underline;
}

.search_type li.active a,
.search_type li a:hover {
	color: #0d246b;
}

.search_type li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.search_results {
	line-height: 120%;
}

.search_item {
	padding-bottom: 35px;
	border-bottom: 1px solid #babbbb;
	margin-bottom: 30px;
}

.search_item .s_item_tag {
	font-size: 1.667em;
	color: #788088;
	text-transform: uppercase;
}

.search_item .s_item_title {
	font-size: 2.5em;
	color: #0d246b;
	margin: 10px 0 20px;
}

.search_item .s_item_text {
	font-size: 1.416em;
	color: #595757;
	line-height: 118%;
}

.search_con {
	margin-bottom: 50px;
}

.search_con .pagelist {
	margin-top: 30px;
}

.search_con .pactive a {
	background: #0d246b;
}


@media screen and (max-width: 1440px) {
	.workForm textarea {
		height: 146px;
	}

	.work_text {
		font-size: 1.2em;
	}

	#inside_banner_search .inb_inside {
		width: 1100px;
	}

	.search_title {
		font-size: 1.63em;
	}

	.search_type li a {
		font-size: 1.8em;
	}

	.search_item .s_item_tag {
		font-size: 1.4em;
	}

	.search_item .s_item_title {
		font-size: 2.125em;
	}

	.search_item .s_item_text {
		font-size: 1.275em;
	}
}

@media screen and (max-width: 1280px) {
	.workForm textarea {
		height: 120px;
	}

	#inside_banner_search .inb_inside {
		width: 920px;
	}

	.search_title {
		font-size: 1.4em;
		margin-bottom: 20px;
	}

	.search_type {
		margin-bottom: 20px;
	}

	.search_type li a {
		font-size: 1.75em;
	}

	.search_item .s_item_tag {
		font-size: 1.2em;
	}

	.search_item .s_item_title {
		font-size: 2em;
		margin: 5px 0 10px;
	}

	.search_item .s_item_text {
		ffont-size: 1.1em;
	}

	#inside_banner_search .search_form .btn-search {
		width: 35px;
	}

	#inside_banner_search .search_form .form_l_con {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 1024px) {
	#inside_banner_search .inb_text1 {
		font-size: 1em;
	}
}

@media screen and (min-width: 769px) and (max-width: 950px) {

	#pro_i_banner,
	#header,
	.breadcrumblist_p,
	#pro_otherlist,
	.c_white_inside,
	.bottom_linklist,
	.c_gray_inside,
	.bannertext,
	#footer_white,
	#footer_white_line {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.cd-product-viewer-handle {
		width: 92%;
	}

	nav {
		width: 108%;
	}

	.bannertext,
	.breadcrumblist_p,
	#footer_white_line {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.text_p {
	margin: 0 0 0 236px;
}

@media screen and (max-width: 768px) {
	.cg_in8 h5 {
		height: auto;
	}

	.technicaldata h4 {
		width: 100%;
	}
}

.social-medias {
	float: left;
	width: 100%;
	display: flex;
}

.social-medias .item {
	margin-right: 5px;
}

.social-medias .item img {
	width: 20px;
	height: 20px;
}

.success_content .webeditor {
	margin-top: 25px;
	margin-bottom: 30px;
}

.success_content .webeditor a {
	color: #0d246b;
	text-decoration: underline;
}

/*.webeditor ul{
	list-style: initial;
	padding-left: 20px;
}*/
.webeditor .title-sec {
	color: #7bad30;
	font-size: 1.25em;
	line-height: 120%;
	padding: 35px 0 20px 0;
	border: none;
	width: 100%;
	font-weight: 700;
}

.webeditor .title-third {
	display: block;
	padding: 30px 0 15px 0;
	color: #666;
	font-size: 1.25em;
	line-height: 120%;
	font-family: DIN-Alternate-Bold, Arial, sans-`serif;
}

.webeditor img {
	max-width: 100%;
}

.iframe-rwd {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe-rwd iframe,
.iframe-rwd object,
.iframe-rwd embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.webeditor h3 {
	color: unset;
	font-size: unset;
	padding: 0;
	border-bottom: 0;
	float: unset;
	font-weight: bold;
	text-transform: unset;
}

/* 修正產品列表名稱 h2 樣式 */
.pro_list .text h2, .cat_title h2, a {
	font-size: inherit;
    color: inherit;
    text-align: inherit;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    line-height: inherit;
    display: inline;
}