
/*layout*/
/*------------------------------------------------------------------------------*/

/* screens smaller than 691---------------------------- */
@media only screen and (min-width:691px) {
#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 500px;
}
/*header*/
/*------------------------------------------------------------------------------*/

header {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 10;

	-moz-box-shadow: 1px 1px 4px #999;
	-webkit-box-shadow: 1px 1px 4px #999;
	padding-top: 3px;
	height: 120px;
}
/*body.common header{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}*/
body.dcms_editor header,body.dcms_editor #main{
	position: static;
}

#headertop{
	margin-bottom: 25px;
}
#headertop, #headerbottom {
	width: 1000px;
	margin: 9px auto 20px;
	text-align: left;
}
#headertop:after, #headerbottom:after {
	content: "";
	display: table;
	clear: both;
}
#headertop {
	margin-bottom: 20px;
	font-size: 12px;
	color: #666;
}
#headertop a {
	font-size: 12px;
	color: #666;
}
#headertop h1 {
	float: left;
	font-size: 13px;
	color: #777;
}
#headertop #lang {
	float: right;
}
body#ch_top #headertop #lang,
body#en_top #headertop #lang,
body#ch_sub #headertop #lang,
body#en_sub #headertop #lang {
	float: right;
	padding-right:8px;
}
#headertop #lang a:hover{
	text-decoration: underline;
}
#logo {
	float: left;
	width: 230px;
	margin-top: 5px;
}
#logo img {
	width: 100%;
	height: auto;
}


/*#locator*/
	/*------------------------------------------------------------------------------*/
.locator {
	width: 100%;
	background: #0483B8;
	margin-top: 120px;
	height: 40px;
}
.locator.mediafooter{margin-top: 0;}
.locator_in {
	width: 1000px;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	width: 1000px;
	margin: 0 auto;
}
.locator_in li {
  float: left;
}
.locator_in li a {
  color: #FFF;
  display: block;
  background: #0379AB;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
.locator_in li:first-child a{
	text-indent: -9999px;
	background: url(../image/icon_home.png) no-repeat 8px 10px #0379ab;
	background-size: 18px 16px;
	width: 30px;
  padding-left: 15px;
}
.locator_in li:first-child a:before {
  border: none;
  background-color: none;
}
.locator_in li a:before, .locator_in li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #0379AB;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
.locator_in li a:before {
  left: -20px;
  border-left-color: transparent;
}
.locator_in li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #0379AB;
}
.locator_in li a:hover {
  background-color: #03709E;
}
.locator_in li a:hover:before {
  border-color: #03709E;
  border-left-color: transparent;
}
.locator_in li a:hover:after,
.locator_in li a:active {
  border-left-color: #03709E;
}
.locator_in li a:active:before {
  border-color: #03709E;
  border-left-color: transparent;
}
.locator_in li a:active:after {
  border-left-color: #03709E;
}


/*#banner*/
	/*--------------------------------------------------------------------------------*/
#banner {
	background: #ededed;
	padding: 25px 0;
}
#banner .top-banners {
	width: 1000px;
	margin: 0 auto;
}
#banner .top-banner {
	float: left;
	width: 30%;
	margin-left: 5%;
}
#banner .top-banner img{
	width: 100%;
	hyphens: auto;
}
#banner .top-banner:first-child {
	margin-left: 0;
}



/*globalnav*/
/*------------------------------------------------------------------------------*/

#globalnav.globalnav_sp{
	display:none;
}


#globalnav {
	float: right;
	width: 750px;
}
#globalnav_sp{
	display:none;
}
body#ch_top #globalnav_pc,body#ch_sub #globalnav_pc{width: 636px;}
body#en_top #globalnav_pc,body#en_sub #globalnav_pc{width: 665px;}
#gnav_btn {	display: none;}
#globalnav li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 122px;
	/*padding: 0 4px;
	border-right: 1px solid #0383b7;*/
}
body#en_top #globalnav li,
body#en_sub #globalnav li{width: auto;}
#globalnav li a {
	line-height: 1;
	display: block;
	color: #3395c9;
	padding: 10px 0 12px;
	/*padding: 12px 16px;*/
	position: relative;
	font-size: 13px;
}
body#en_top #globalnav li a,
body#en_sub #globalnav li a{padding: 10px 20px 12px;}
#globalnav li a span {
	display: block;
	line-height: 1;
	font-size: 9px;
	letter-spacing: 0.01em;
	margin-top: 5px;
}
#globalnav li a:hover, #globalnav li.main_current a {
	color: #fff;
	border-radius: 4px;
}
#globalnav li a:hover:after {
	content: "";
	background: url(../image/icon_current.gif) no-repeat 0 0;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 8px;
}

#globalnav li#gnav_contact{
	padding-left: 10px;
	border: none;
	width: 140px;
	margin-top: -8px; 
}
body#en_top #globalnav li#gnav_contact,
body#en_sub #globalnav li#gnav_contact{width: 140px;}
#globalnav li#gnav_contact a,
body#en_top #globalnav li#gnav_contact a,
body#en_sub #globalnav li#gnav_contact a {
	background: #ff9900 url(../image/nav_contact_bg.png) no-repeat scroll center 13px;
	color: #fff;
	border-radius: 4px;
	padding: 40px 15px 10px;
	width: 100%;
	margin-top:-6px;
}
#globalnav li#gnav_contact a span{display: none;}
#globalnav li.semi {border: none;}
#globalnav li#gnav_contact a{width: 100%;}

body#en_top #globalnav li a,
body#en_sub #globalnav li a,
body#ch_top #globalnav li a,
body#ch_sub #globalnav li a{
	line-height: 27px;
}
body#en_top #globalnav li#gnav_contact a,
body#en_sub #globalnav li#gnav_contact a,
body#ch_top #globalnav li#gnav_contact a,
body#ch_sub #globalnav li#gnav_contact a{
	line-height: 1;
	padding: 40px 15px 10px;
}
body#en_top #globalnav li#gnav_contact,
body#en_sub #globalnav li#gnav_contact,
body#ch_top #globalnav li#gnav_contact,
body#ch_sub #globalnav li#gnav_contact{
	margin-top: -8px; 
}
body#en_top #globalnav li#gnav_contact a,
body#en_sub #globalnav li#gnav_contact a,
body#ch_top #globalnav li#gnav_contact a,
body#ch_sub #globalnav li#gnav_contact a {
	margin-top: -14px;
}

/*megamenu
------------------------------*/

#globalnav li a:hover:after {
	background: none;
}
#globalnav li a:hover, #globalnav li.main_current a {
	color: #fff;
	border-radius: 4px;
}
#globalnav li.mm-item .mm-item-content_in li {
	display: block;
	float: left;
	width: 190px;
	text-align: left;
	line-height: 1;
	padding-left: 17px;
	background: url(../image/arr08_pc.png) no-repeat 0 0;
	margin-bottom: 17px;
}
#globalnav li.mm-item .mm-item-content_in li:nth-child(2),
#globalnav li.mm-item .mm-item-content_in li:nth-child(6),
#globalnav li.mm-item .mm-item-content_in li:nth-child(10) {
	width: 198px;
}
#globalnav li.mm-item .mm-item-content_in li:nth-child(3),
#globalnav li.mm-item .mm-item-content_in li:nth-child(7),
#globalnav li.mm-item .mm-item-content_in li:nth-child(11) {
	width: 198px;
}

#globalnav li.mm-item .mm-item-content_in li a {
	display: block;
	color: #fff;
	padding: 0;
	position: static;
	font-size: 13px;
	height: 20px;
}
#globalnav li.mm-item .mm-item-content_in li a:hover {
	text-decoration: underline;
	background: none;
}
#globalnav li.mm-item .mm-item-content_in li li {
	float: none;
	margin-left: 0;
	margin-top: 15px;
	width: 100%;
	background: none; 
	margin-bottom: 0;
}

.menu01,.menu02,.menu03,.menu04{
	background-image:url(../image/menu_arr@2x.png);
	background-size: 16px 13px;
	background-image:url(../image/menu_arr.png)\9;
	background-repeat: no-repeat; 
	z-index: 100;
}
.menu01 {background-position: 303px 8px;}
.menu02 {background-position: 427px 8px;}
.menu03 {background-position: 546px 8px;}
.menu04 {background-position: 668px 8px;}

#globalnav_in .gnav_sp{
	display: none;
}
#globalnav_in .gnav_pc{
	display: block;
}
#globalnav_in ul li ul li a span{
	display: none;
}


/*footer*/
/*------------------------------------------------------------------------------*/
footer {
	background-color: #EEEDEC;
	padding: 35px 0 0;
	position: relative;
	z-index: 2;
}
#foottop {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 35px;
}
#foottop:after {
	content: "";
	display: table;
	clear: both;
}
.footnav {
	float: left;
	width: 20%;
	border-left: 2px solid #ccc;
	padding-left: 15px;
}
body#en_top .footnav,
body#en_sub .footnav,
body#ch_top .footnav,
body#ch_sub .footnav{
	width: 25%;
}
.footnav li a {
	color: #0383b7;
}
.footnav li {
	margin-bottom: 10px;
}
.footnav li ul {
	margin: 10px 0 20px 10px;
}
.footnav li li {
	margin-bottom: 5px;
}
.footnav li li a {
	color: #666;
	font-size: 13px;
}
#footbottom {
	background-color: #ddd;
	padding: 20px 0;
}
#footbottom_in:after {
	content: "";
	display: table;
	clear: both;
}
#footbottom_in {
	width: 1000px;
	margin: 0 auto;
}
#footbottom_in ul {
	float: left;
}
#footbottom_in ul li {
	display: inline-block;
	margin-right: 20px;
}
#footbottom_in ul li a {
	font-size: 13px;
	/*background: url(../image/arr02_pc.png) no-repeat 0 center;*/
	padding-left: 14px;
}
#footbottom_in small {
	float: right;
}
/*#pagetop*/
	/*------------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	left: 92%;
	bottom: 260px;
	display: none;
	z-index: 3;
}
.sp {
	display: none;
}

.gtab a{
	cursor: text;
}


/*globalnav_pc*/
/*------------------------------------------------------------------------------*/
#globalnav_pc {
    float: right;
	width:758px;
}
#globalnav_pc > ul > li {
	float:left;
    text-align: center;
    width: 122px;
}
#globalnav_pc > ul > li > a {
    color: #3395c9;
    display: block;
    font-size: 13px;
    line-height: 1;
    padding: 10px 0 32px;
    position: relative;
}

#globalnav_pc > ul > li:nth-child(-n+5) > a:before {
	content:"";
	width:100%;
	height:47px;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background:#0383b7;
	border-radius:4px;
	opacity:0;
}

#globalnav_pc > ul > li:not(:last-child) > a:hover{
	color:#FFF;
}
#globalnav_pc > ul > li:not(:last-child) > a:hover:before{
	opacity:1;
}

#globalnav_pc > ul > li.megamenu_pc > a:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 13px solid rgba(3, 131, 183, 0.9);
	position:absolute;
	bottom:0;
	left:calc(50% - 8px);
	opacity:0;
	transition:0.2s;
}
#globalnav_pc > ul > li.megamenu_pc.open > a:after{
	opacity:1;
}

#globalnav_pc > ul > li.megamenu_pc > a{
	pointer-events: none;
}
#globalnav_pc > ul > li.megamenu_pc.open > a{
	pointer-events: auto;
}

#globalnav_pc > ul > li > a span {
    display: block;
    font-size: 9px;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-top: 5px;
}
#globalnav_pc > ul > li#gnav_contact {
    border: medium none;
    margin-top: -8px;
    padding-left: 10px;
    width: 140px;
}
#globalnav_pc.foleign > ul > li#gnav_contact {
    margin-top: -0px !important;
    padding-left: 10px !important;
}


#globalnav_pc > ul > li#gnav_contact > a{
    background: #ff9900 url("../image/nav_contact_bg.png") no-repeat scroll center 13px;
    border-radius: 4px;
    color: #fff;
    margin-top: -6px;
    padding: 40px 15px 10px;
    width: 100%;
}

.pc_submenu{
	display:none;
	position:absolute;
	top:120px;
	left:0;
	width:100%;
	text-align: left;
	padding:25px 0 8px;
	background:#F00;
	color:#FFF;
}
.pc_submenu a{
	color:#FFF !important;
}

.pc_submenu > ul{
	margin: 0 auto;
    padding: 0 0 0 118px;
    width: 1020px;
}
.pc_submenu > ul ul{
	margin-bottom:17px;
}
.pc_submenu > ul > li{
	float:left;
	width:23.5%;
	margin-left:2%;
}

.pc_submenu > ul > li:nth-child(4n+1){
	margin-left:0;
}

.pc_submenu > ul > li span{ display:none;}


.pc_submenu > ul > li > a{
	background: rgba(0, 0, 0, 0) url("../image/arr08_pc.png") no-repeat scroll 0 0;
    display: block;
    line-height: 1;
    margin-bottom: 17px;
    padding-left: 17px;
    text-align: left;
}

.pc_submenu > ul > li li {
	margin:15px 0 0 32px;
}
.pc_submenu > ul > li li li{
	display:none;
}








}


