﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
	font-family:Arial, "メイリオ", "Meiryo",  verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #333;
	display: block;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/*****/
/*******/
.w3-row{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}
.w3-col.s2{width:16.66666%}
.w3-col.s25{width:20.66666%}
.w3-col.s3{width:24.99999%}
.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}
.w3-col.s6{width:49.99999%}
.w3-col.s7{width:58.33333%}
.w3-col.s75{width:64.33333%}
.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}
.w3-col.s10{width:83.33333%}
.w3-col.s11{width:91.66666%}
.w3-col.s12,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{width:99.99999%}
/******/
.p5 {padding:5px;}
.p10 {padding:10px;}
.p20 {padding:20px;}
.p25 {padding:25px;}
.p1025 {padding:10px 25px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt50{padding-top:50px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb50{padding-bottom:50px;}
.h80 { height:80px;}
.mt20 {margin-top:20px;}
.mr10 {margin-right:10px;}
.mr14 {margin-right:14px !important;}
.mr15 {margin-right:15px;}
.mr50 {margin-right:50px !important;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.h82 { height:82px;}
.line_d{ border-bottom:1px solid #ddd;}
.col-float-right{ float:right;}
.w95{ width:95%; margin:0 auto;}
.w90{ width:90%; margin:0 auto;}
.boder4 { border:1px solid #ddd; border-radius}
.border_rdu5{ border-radius:5px}
.border_rdu7{ border-radius:7px}
.border_rdu10{ border-radius:10px}
.bg_white{background:#fff;}
.bg_blue{background:#3F79D1;}
.bg_green{background:#00BFB3;}
.bg_red{background:#FF4D4D;}
.bg_orange{background:#FF9326;}
.bg_light_grey{background:#F2F2F2;}
.bg_light_grey2{background:#E7E7E7;}
.lh180{ line-height:180%}
/***/


header {
	background: #fff;
	box-shadow: 0 0px 15px 0px rgba(0,0,0,0.1);
}
.container {
	width: 100%;
	min-width: 1100px;
	clear: both;
	overflow: hidden;
}
.inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	clear: both;
}
.col-float-right {
	float: right;
}
.colbg_light_yellow {
	background: #F9F9F3;
}
.icon_line {
	width: 20px;
	height: 20px;
	background: url(../images/icon-line.png) no-repeat;
	background-size: cover;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}
.icon_chat {
	width: 20px;
	height: 20px;
	background: url(../images/icon-chat.png) no-repeat;
	background-size: cover;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}
.icon_phone {
	width: 20px;
	height: 20px;
	background: url(../images/icon-phone.png) no-repeat;
	background-size: cover;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: -1px;
}
.phone {
	background: #4267B2;
	border-radius: 7px;
	padding:8px;
	color:#fff;
	font-weight:bold;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: -5px
}
.text1{
	  font-size: 11px;
    color: #224CB8;
    font-weight: bold;
    letter-spacing: 1px;
		padding-left: 7px;
}
.share a {
	margin-bottom: 10px;
	margin-right: 15px;
}
.share a span{
	color:#555555;
	font-size:14px;
}
nav {
	height: 100%;
    display: table;
		font-size: 16px;
    letter-spacing: 1px;
}
nav ul{
	height: 62px;
    vertical-align: middle;
    display: table-cell;
}
nav ul li {
	float: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
		padding: 0px 5px;
		border-right: 1px solid #ddd;
}
nav ul li a{
	    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-property: color, background;
    -o-transition-property: color, background;
    -webkit-transition-property: color, background;
    transition-property: color, background;
    text-decoration: none;
		text-align: center;
    padding: 10px 14px;
    font-weight: bold;
		
}
nav ul li:nth-child(1){
	border-left:1px solid #ddd;
}
nav ul li a span{
	font-size:12px;
	color:#AAAAAA;
	font-weight: normal;
	    padding-top: 4px;
    display: block;
}
nav ul li a:hover{
	background:#eee;
	border-radius:5px;
}
.banner {
	width:100%;
	height:858px;
	background:url(../images/index_banner.jpg) no-repeat center top;
	background-size:cover;
}
hr {
    height: 2px;
    border: none;
    background-color: #DDDDDD;
    position: relative;
    margin-bottom: 0px;
		margin-top: 2px;
}
hr::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background-color: #EB2D41;
    left: 0px;
    top: 0px;
}
.title >ul {
	display: inline-block;}
.title > ul > li{
	float:left;
	font-size:28px;
	color:#333;
}
.title > ul > li:first-child{
	color:#EB2D41;
	margin-right: 5px;
  margin-top: -2px;
	}
.title > ul > li:last-child {
	font-size:14px;
	padding-left: 5px;
  padding-top: 9px;
  letter-spacing: 1px;
}
.information > ul > li{
	width: calc( ( 100% - 0px ) / 5 );
	float:left;
	text-align: center;
}
.information > ul > li>a>.img{
	width: 200px;
    height: 200px;
		margin-bottom: 16px;
}
.information .mask {
    width: 200px;
    height: 200px;
    background: url(../images/mask.png) repeat;
		border-radius:100px;
}
.information .mask:hover{
	background:none;
	transition: all 0.6s ease;
}
.notetext{
	font-size: 12px;
    color: #B6B6B6;
    display: table;
    margin: 0 auto;
    padding: 20px;
}
.notetext2{
	font-size: 16px;
    color: #B6B6B6;
    display: table;
    margin: 0 auto;
    padding: 20px;
}
.but1 a{
	clear: both;
    margin: 0 auto;
    width: 112px;
    border-radius: 8px;
    border: 1px solid #bbb;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    letter-spacing: 4px;
}
.but1 a:hover{
	background:#333;
	color:#fff;
	transition: all 0.6s ease;
}
.more{
	width: 100px;
    float: right;
    text-align: right;
    font-size: 13px;
    padding-top: 10px;
}
.more a::before{
    content: url(../images/icon-arrow.png);
    color:red;
}
.news_list li{
	  display: flex;
    width: 100%;
		border-bottom:1px solid #ddd;
}
.news_list li:last-child{
	border-bottom:0px;
}
.news_list li a{
	padding:20px 0;
	width: 100%;
}
.news_list li a:hover{
	background:#eee;
	transition: all 0.6s ease;
}
.news_list li a div{
	float:left;
	font-size:16px;
}
.news_list li a div:first-child{
	color:#aaaaaa;
	margin-right:20px;
	font-size:15px;
}
.news_list li a div:first-child::before{
	content:url(../images/icon-arrow2.png);
	padding-right:10px;
}
.business li{
	height:258px;
	margin:5px;
	width:540px;
	float:left;
}
.business li div{
	float:left;
}
.business li div:first-child{
	width:238px;
	height:258px;
	color:#fff;
	font-size:22px;
	line-height:150%;
}
.business li div p{
position: relative;
    top: 80px;
    left: 48px;
    width: 150px;
}
.footerlogo img{
	margin-left: 10px;
	float: left;
}
.footer_nav{
}
.footer_nav li{
	float:left;
	padding:0 10px;
	font-size:14px;
	color:#333;
	border-right:1px solid #666;	
	padding-top: 5px;
}
.footer_nav li:first-child{
	padding-left:0px;
}
.footer_nav li:last-child{
	border-right:0;
}
.footer_tel li{
	float:left;
	font-size:18px;
	color:#4066B2;
	font-weight:bold;
	margin-left:20px;
}
.footer_tel li:first-child{
	margin-left:73px;
	margin-top: -1px;
}
.footer_tel li:first-child::before{
	content: url(../images/icon-phone2.png);
	padding-right:7px;
	vertical-align: sub;
}
.info{
	font-size:13px;
	color:#333;
	line-height:185%;
}
.info p a{
	font-size:12px;
	color:#999999;
}
.fb{
	    position: absolute;
    right: 0;
    top: 0;
}
.onhide{
	overflow:visible;}
.qrcode{
    float: right;
    position: absolute;
    z-index: 9;
}
.qrcode>a {

}
.qrcode>a>i.wechat{
	background:url(../images/qrcode.png) no-repeat center center;
	width:200px;
	height:200px;
	display: block;
	box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.2);
}
div.qrcode{
	display:none;
}
a#wechat:hover + div.qrcode{
	display:block;
}
.bc{
	width:100%;
	height:450px;
	background:url(../images/map.png) no-repeat center top;
}
.bc ul{
	padding-top:75px;
}
.bc ul li{
background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5f3fc 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5f3fc 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5f3fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f3fc',GradientType=0 );
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    width: calc( ( 100% - 220px ) / 4 );
    float: left;
    margin: 10px;
    padding: 15px;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    height: 120px;
		    font-weight: 600;
}
.bc ul li i {
	width:100%;
	height:40px;
	background:url(../images/icon009.png) no-repeat center center;
	display: block;
}
