﻿@charset "utf-8";

/* =====================================
   全域
===================================== */
body {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	color: #333;
}
a:hover {
  text-decoration: none;
	color: #ff9331;
}

/* =====================================
   共用樣式
===================================== */
/* a - 轉場過度 */
a {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
ul.ulset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reset {
  margin:0;
  padding:0;
  list-style:none;
}
/* 清除浮動、清除浮動+高度 */
.clearboth,
.space15 {
	clear: both;
	font-size: 0;
	overflow: hidden;
}
.space15 {
	height: 15px;
}

/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1005;
	bottom: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.scrollToTop i {
	font-size: 26px;
	line-height: 40px;
}

@media (max-width: 767px) {
  .scrollToTop {
    bottom: 75px;
  }
}
@media (max-width: 360px) {
  .scrollToTop {
    bottom: 105px;
	  right: 10px;
  }
}
@media (max-width: 320px) {
  .scrollToTop {
    bottom: 120px;
  }
}

.edit strong {
  font-weight: bold;
}

.edit em{
    font-style: italic;
}

.edit hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.edit h1, h2, h3, h4, h5, h6 
 { 
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.edit h1, h2, h3
{
  margin-top: 20px;
  margin-bottom: 10px;
}
.edit h4, h5, h6
 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edit h1 {
  font-size: 36px;
}
.edit h2 {
  font-size: 30px;
}
.edit h3 {
  font-size: 24px;
}
.edit h4 {
  font-size: 18px;
}
.edit h5{
  font-size: 14px;
}
.edit h6{
  font-size: 12px;
}
.edit p {
  margin: 0 0 20px;
}
.edit ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.edit ul{
    padding-left: 35px;
    list-style-type: disc;
}
.edit ol{
    padding-left: 35px;
    list-style-type: decimal;
}
.edit li{
	padding-bottom: 2px;
}
.edit sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.edit sup {
  top: -.5em;
}
.edit sub {
  bottom: -.25em;
}

/* 下拉選單 */
.form-group .city .selectBox {
  display: inline-block;
}
.selectBox {
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
}
.selectBox select {
  padding: 0 20px 0 10px;
  width: 100%;
  height: 34px;
  color: #000;
  outline: none;
  line-height: 36px;
  border: none;
  border-radius: 0;
  background: transparent;
  text-overflow: '';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.selectBox select::-ms-expand { /* For IE10 */
  display: none;
}
.selectBox:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.selectBox:hover {
  border-color: #333;
}
/* 按鈕 */
.btn-style {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  border: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.btn-style1 {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
  border: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* 按鈕顏色樣式 */
.black {
  color: #fff;
  border: #000 solid 1px;
  background-color: #000;
}
.black:hover,
.black:focus {
  color: #fff;
  text-decoration: none;
  border: #501598 solid 1px;
  background-color: #501598;
}
.white {
  color: #000;
  border: #000 solid 1px;
  background-color: #fff;
}
.white:hover,
.white:focus {
  color: #fff;
  text-decoration: none;
  border: #444 solid 1px;
  background-color: #444;
}
.green {
  color: #fff;
  border: #370e69 solid 1px;
  background-color: #370e69;
  -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
}
.green:hover,
.green:focus {
  color: #fff;
  text-decoration: none;
  border: #501598 solid 1px;
  background-color: #501598;
}
.red {
  font-size: 1em;
  line-height: 26px;
  padding: 4px 10px;
  color: #fff;
  border: #ff8181 solid 1px;
  background-color: #ff8181;
  -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
}
.red:hover,
.red:focus {
  color: #fff;
  text-decoration: none;
  border: #ed1c24 solid 1px;
  background-color: #ed1c24;
  -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .4 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .4 );
}
/* ----------------表格初始化---------------- */
table.tab-set {
  border-collapse:collapse;
  border-spacing: 0;
  width: 100%;
}
table.tab-set td {
  padding: 0;
}

/*************************
Typography 
**************************/

.font1 {
	font-size: 2em;
	line-height: 1.3em;
	color: #cfa779;
}
.font2 {
	font-size: 24px;
	color: #010080;
}
.font3 {
	font-size: 15px;
	line-height: 24px;
	color: #0000b5;
}
.font5 {
	font-size: 13px;
	color: #ed0a28;
}
.font6 {
	font-size: 1em;
	color: #5800b7;
	font-weight: 700;
}
.font7 {
	font-size: 16px;
	font-weight: bold;
}
.font8 {
	font-size: 18px;
	color: #010080;
	padding: 0 0 0 15px;
	background-image: url(../icon13.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.font9 {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #ff9331;
}
.font10 {
	font-size: 1.8em;
	line-height: 1.3em;
	color: #ffb32f;
}
.font11 {
	color: #ed0a28;
}
sup {
	font-size: 0.7em;
	line-height: 1em;
}

/* =====================================
   表單 - 共用樣式
===================================== */
.form-group {
  margin-bottom: 10px;
}
.form-group .ti-label {
  margin-bottom: 3px;
  width: 100%;
  color: #000;
  font-weight: normal;
  line-height: 25px;
}
.form-group .ti-label span {
  display: inline-block;
  width: 12px;
  font-size: 1.083333rem;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
}
.input-txt {
  color: #777;
}
.input-txt,
.input-txt .name,
.input-txt .add {
  position: relative;
  overflow: hidden;
}
.input-txt .input-style,
.input-txt textarea {
  display: block;
  padding: 10px;
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: none #f0f0f0;
}
.input-txt .input-style {
  padding: 0 10px;
  height: 34px;
  line-height: 35px;
}
.input-txt .input-style:focus,
.input-txt .message-style:focus {
  border: #333 solid 1px;
}
.input-txt .input-style1 {
  display: block;
  padding: 10px;
  width: 100%;
  border: #e4daef solid 1px;
  box-shadow: none;
  border-radius: 0;
  background: none #fff;
}
.input-txt .input-style1 {
  padding: 0 10px;
  height: 34px;
  line-height: 35px;
}
.input-txt .input-style1:focus {
  border: #333 solid 1px;
}
.code-img {
  margin-left: 4px;
  float: right;
}

/* 下拉選單 */
.form-group .city .selectBox {
  display: inline-block;
}
.selectBox {
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
}
.selectBox select {
  padding: 0 20px 0 10px;
  width: 100%;
  height: 34px;
  color: #000;
  outline: none;
  line-height: 36px;
  border: none;
  border-radius: 0;
  background: transparent;
  text-overflow: '';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.selectBox select::-ms-expand { /* For IE10 */
  display: none;
}
.selectBox:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.selectBox:hover {
  border-color: #333;
}

/* 表單按鈕 */
#btn-group ul,
.btn-group ul {
  text-align: center;
}
@media only screen and (max-width: 414px) {
  #btn-group ul li,
  .btn-group ul li {
    float: left;
    width: 50%;
  }
}
@media only screen and (min-width: 415px) {
  #btn-group ul li,
  .btn-group ul li {
    display: inline-block;
    margin: 0 5px;
    width: 135px;
  }
}

/* 頁數pagenum */
.pages {
	width: 100%;
	float: left;
	margin-top: 30px;
	text-align: center;
}
.backbox {
	TEXT-ALIGN: center;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}
.pagination{
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination > li{
	display:inline
}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#333;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#0072bc;border-color:#0072bc}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.btn-primary{
	color: #010080;
	background-color: #c0dbec;
	border-color: #c0dbec;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 15px;
	line-height: 22px;
}
.btn-primary[disabled],.btn-primary[disabled]:hover{color:#666;background-color:#d2d2d2;border-color:#d2d2d2}
.btn-primary.focus,.btn-primary:focus{color:#666;background-color:#d2d2d2;border-color:#d2d2d2}
.btn-primary:hover{color:#fff;background-color:#0072bc;border-color:#0072bc}

.pagenum2 {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	text-align: center;
}
.pagenum2 A {
	padding: 7px 30px 8px;
	COLOR: #999;
	text-decoration: none;
	border-radius: 3px;
	transition: background 0.3s;
	background-color: #eaeaea;
}
.pagenum2 A:hover {
	COLOR: #FFF;
	text-decoration: none;
	background-color: #0072bc;
}

/*************************
 Footer CSS
**************************/
#footer {
	float: left;
	width: 100%;
	background-color: #43454c;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-logo {
	width: 180px;
	height:45px;
	float: left;
	background-image: url(../logo1.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 40px;
	margin: 5px 0;
}
.basic {
	width: calc(100% - 180px);
	float: left;
	padding: 0 0 0 25px;
	border-left: 1px solid #565659;
}
.basic dl.com1 {
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
}
.basic dl.com2 {
	width: 17.5%;
	float: left;
	margin: 0;
	padding: 0;
}
.basic dt {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 13px;
	background-image: url(../icon2.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.basic dd {
	float: left;
	width: 100%;
	padding: 4px 0;
	font-size: 14px;
	line-height: 22px;
	color: #d3d3d4;
}
.basic dd A:link {color:#d3d3d4;text-decoration:underline;}
.basic dd A:visited {color:#d3d3d4;text-decoration:underline;}
.basic dd A:hover {color:#ffc82f;text-decoration:none;}
.basic ul {margin: 0;padding: 0; float: left; width: 17.5%;}
.basic li {
	list-style-type: none;
	float: left;
	width: 100%;
	font-size: 15px;
	margin: 0 0 10px;
}
.basic li A {
	padding: 5px 5px 5px 18px;
	color:#22b1d4;
	text-decoration:none;
	background-image: url(../icon3.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.basic li A:hover {
	color:#4bdcff;
	text-decoration:none;
	border-radius: 3px;
	background-color: #1c1c1c;
}
.copyright {
	width:100%;
	padding: 15px;
	font-size: 13px;
	line-height: 22px;
	color: #bababd;
	text-align: center;
	margin: 0;
	display: inline-block;
	background-color: #54565d;
}
.copyright A:link {color:#bababd;text-decoration:none}
.copyright A:visited {color:#bababd;text-decoration:none}
.copyright A:hover {color:#e0ab6f;text-decoration:underline}

@media (min-width: 992px) and (max-width: 1199px) {
.basic dl.com1 {
	width: 100%;
}
.basic dl.com2 {
	width: 25%;
	margin: 10px 0 0;
}
.basic ul { width: 25%; margin: 15px 0 0;}
}
@media (min-width: 768px) and (max-width: 991px) {
.basic {
	width: 100%;
}
.basic dl.com1 {
	width: 100%;
}
.basic dl.com2 {
	width: 25%;
	margin: 10px 0 0;
}
.basic ul { width: 25%; margin: 15px 0 0;}
}
@media (max-width: 767px) {
.basic {
	width: 100%;
}
.basic dl.com1 {
	width: 100%;
}
.basic dl.com2 {
	width: 50%;
	margin: 10px 0 0;
}
.basic ul { width: 50%; margin: 15px 0 0;}
.copyright {
	text-align: left;
}
}
@media (max-width: 480px) {
.basic dl.com2 {
	width: 100%;
	margin: 10px 0 0;
}
.basic ul { width: 100%; margin: 15px 0 0;}
}

/*************************
******* Home ******
**************************/
#content {
	width: 100%;
	float: left;
	margin: 0;
}
.raychem {
	width: 100%;
	float: left;
	margin: 60px 0 40px;
	padding: 0;
	background-color: #fff;
}
.raychem img {
	display:block;
	height:auto;
	max-width:100%;
}
.raychem .wo1 {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 30px;
	border-bottom: 5px solid #7c7c7c;
}
.raychem .wo2 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0;
	padding: 35px 0 30px;
	border-bottom: 5px solid #7c7c7c;
}
.raychem .wo2 img {
	margin: 0 auto;
}
.raychem .wo3 {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
	padding: 30px 0 0;
}
.raychem .logo {
	margin: 5px 0;
}
.raychem .txt {
	font-size: 16px;
	line-height: 26px;
}
.raychem .txt1 {
	font-size: 16px;
	line-height: 28px;
	color: #010080;
	font-weight: bold;
}
.raychem .txt2 {
	font-size: 16px;
	line-height: 26px;
}
.iabout {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 28px;
	color: #ccffff;
	text-align: center;
	margin: 0;
	padding: 30px 15px;
	background-color: #0072bc;
}
.iapplication {
	width: 100%;
	float: left;
	margin: 0;
	padding: 35px 0 30px;
	background-color: #010080;
}
.iapplication h2 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.iapplication h2 .ch {
	font-size: 18px;
	color: #8d8db9;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 5px 0 0;
}
.iapplication ul {
	margin: 5px 0 0;
	padding: 0 5%; 
	width: 100%;
	display: inline-block;
}
.iapplication ul li {
	list-style-type: none;
	float: left;
	width: 25%;
	margin: 20px 0 0;
	padding: 0 3%;
	text-align: center;
}
.iapplication ul li .iapp-p1 {
	list-style-type: none;
	width: 130px;
	height: 130px;
	text-indent:-9999px;
	padding: 10px;
	border-radius: 50%;
	border: 2px solid #9999cc;
	display: inline-block;
	background-repeat:no-repeat;
	background-image:url("../iapp-p1.png");
	background-size: auto 85px;
	background-position: center center;
	opacity: 0.85;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.iapplication ul li .iapp-p2 {
	list-style-type: none;
	width: 130px;
	height: 130px;
	text-indent:-9999px;
	padding: 10px;
	border-radius: 50%;
	border: 2px solid #9999cc;
	display: inline-block;
	background-repeat:no-repeat;
	background-image:url("../iapp-p2.png");
	background-size: auto 85px;
	background-position: center center;
	opacity: 0.85;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.iapplication ul li .iapp-p3 {
	list-style-type: none;
	width: 130px;
	height: 130px;
	text-indent:-9999px;
	padding: 10px;
	border-radius: 50%;
	border: 2px solid #9999cc;
	display: inline-block;
	background-repeat:no-repeat;
	background-image:url("../iapp-p3.png");
	background-size: auto 85px;
	background-position: center center;
	opacity: 0.85;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.iapplication ul li .iapp-p4 {
	list-style-type: none;
	width: 130px;
	height: 130px;
	text-indent:-9999px;
	padding: 10px;
	border-radius: 50%;
	border: 2px solid #9999cc;
	display: inline-block;
	background-repeat:no-repeat;
	background-image:url("../iapp-p4.png");
	background-size: auto 85px;
	background-position: center center;
	opacity: 0.85;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.iapplication ul li:hover .iapp-p1, .iapplication ul li:hover .iapp-p2, .iapplication ul li:hover .iapp-p3, .iapplication ul li:hover .iapp-p4 {
	border: 2px solid #6dcff6;
	opacity: 1;
	
}
.iapplication ul li .iapp-name {
	list-style-type: none;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #fff;
	margin: 3px 0 0;
	padding: 0;
	transition: all 0.2s ease-in-out;
}
.iapplication ul li a .iapp-name {
	color: #fff;
}
.iapplication ul li a:hover .iapp-name {
	color: #6dcff6;
}
.isolution, .iservice, .iproducts {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.otherimg1 {
	width: 50%;
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.otherimg2 {
	width: 50%;
	float: right;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.othertxt1 {
	width: 50%;
	float: left;
	display: inline-block;
	margin: 0;
	padding: 40px 3%;
}
.othertxt1 .tit1 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 40px;
	color: #010096;
	display: inline-block;
	text-align: left;
	width: 100%;
}
.othertxt1 .tit1 .ch {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d39d60;
	display: inline-block;
	margin: 0 0 0 10px;
}
.othertxt1 .tit2 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 40px;
	color: #010096;
	display: inline-block;
	text-align: right;
	width: 100%;
}
.othertxt1 .tit2 .ch {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d39d60;
	display: inline-block;
	margin: 0 0 0 10px;
}
.iother-pic {
	width: 100%;
	height: 350px;
	padding: 0;
	margin: 0;
	outline: none;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.othertxt1 ul.txt1 {
	margin: 5px 0 0;
	padding: 0; 
	width: 100%;
	display: inline-block;
}
.othertxt1 ul.txt1 li {
	list-style-type: none;
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../icon4.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}
.othertxt1 ul.txt2 {
	margin: 5px 0 0;
	padding: 0; 
	width: 100%;
	display: inline-block;
}
.othertxt1 ul.txt2 li {
	list-style-type: none;
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 28px;
	text-align: right;
	margin: 0;
	padding: 0 15px 0 0;
	background-image: url(../icon4.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
}
.othertxt1 .txt3 {
	margin: 5px 0 0;
	font-size: 15px;
	line-height: 28px;
	width: 100%;
	display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
.othertxt1 {
	padding: 18px 4%;
}
.iother-pic {
	height: 300px;
}
}
@media (max-width: 767px) {
.otherimg1 {
	width: 100%;
}
.otherimg2 {
	width: 100%;
	float: left;
}
.othertxt1 {
	width: 100%;
	padding: 20px 5% 40px;
}
.othertxt1 .tit2 {
	text-align: left;
}
.othertxt1 ul.txt2 li {
	text-align: left;
	padding: 0 0 0 15px;
	background-position: left 15px;
}
.iother-pic {
	height: 250px;
}
.iapplication ul li {
	width: 50%;
}
}
@media (max-width: 480px) {
.iapplication ul {
	padding: 0;
}
}


/*************************
******* Banner ******
**************************/
.p-banner {
	margin: 25px 0 0;
	height: 200px;
	background: transparent;
	float: left;
	width: 100%;
}
.p-banner > .title {
	position: relative;
	padding: 0;
	top: 0;
	background-image: url(../pb-mark.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	height: 100%;
	width: 100%;
}
.p-banner > .title > span {
	position: absolute;
	top: 38%;
	text-align: center;
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	padding: 0 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.p-banner {
	margin: 25px 0 0;
	height: 200px;
	background: transparent;
	float: left;
	width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.p-banner {
	margin: 0;
	height: 150px;
}
.p-banner > .title > span {
	font-size: 36px;
}
}
@media (max-width: 767px) {
.p-banner {
	margin: 0;
	height: 150px;
}
.p-banner > .title > span {
	font-size: 36px;
}
}
@media (max-width: 480px) {
.p-banner {
	margin: 0;
	height: 100px;
}
.p-banner > .title > span {
	font-size: 26px;
}
}

