/* font  */
/* CSS Document */
/* @font-face {
	font-family: "siyuanhei"; 
	src: url("../fonts/source_han_sans_cn_regular.eot"); 
	src: url("../fonts/source_han_sans_cn_regular.eot?#iefix") format("embedded-opentype"),
	 url("../fonts/source_han_sans_cn_regular.woff") format("woff"),
	 url("../fonts/source_han_sans_cn_regular.ttf") format("truetype"),
	 url("../fonts/source_han_sans_cn_regular.svg#siyuanhei")
		format("svg"); 
	font-weight: bold;
	font-style: normal;
  } */

@import "../fonts/fontStyle.css";

/* h1 {font-family:'myFirstFont';} */
html {
	font: 14px "Noto Sans SC", "SourceHanSansSC-Regular", 思源黑体;
	color: #4c4c4c;
}

body {
	margin: 0;
	background: #fff;
	font-family: "Noto Sans SC", "SourceHanSansSC-Regular", 思源黑体;
	color: #4c4c4c;
}

* {
	font-family: "Noto Sans SC", "SourceHanSansSC-Regular", 思源黑体;
}

div,
/*ul,li,ol,*/
dt,
dd,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font: inherit;
}

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

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

input,
textarea,
select {
	font-family: "Noto Sans SC", "SourceHanSansSC-Regular", 思源黑体 !important;
	-webkit-appearance: none;
}

a {
	text-decoration: none !important;
}

a:focus,
a:hover,
a:active {
	outline: none;
}

br {
	width: 100%;
	clear: both;
}

p {
	/*line-height:18px;*/
	font-family: "Noto Sans SC", "SourceHanSansSC-Regular", 思源黑体 !important;
	color: #4c4c4c;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	font-family: "Noto Sans SC", "SourceHanSansSC-Regular", 思源黑体 !important;
	font-weight: bold;
}

.t_left {
	text-align: left;
}

.t_right {
	text-align: right;
}

.t_center {
	text-align: center;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.nopaddinglr {
	padding-left: 0;
	padding-right: 0;
}

.clear {
	clear: both;
}

.transontion {
	transform: rotate(90deg);
}

.clearfix:after,
.clearfix:before {
	content: '';
	clear: both;
}

.greybg {
	background-color: #e6e6e6;
}

.BMap_cpyCtrl,
.anchorBL {
	display: none;
}


/* public */
.wrap {
	position: relative;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 141px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 100;
	border-top: 1px #e6e6e6 solid;
	/* border-bottom: 1px #666 solid; */
}

.topline {
	border-bottom: 1px #666 solid;
	overflow: hidden;
	position: relative;
}

/* .wrapmain{width: 1280px;margin: 0 auto;display: block;position: relative;} */
.wrapmain {
	width: 1080px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.wrapmain::after {
	content: "";
	clear: both;
}

.wrapmain .row {
	margin-left: 0;
	margin-right: 0;
}

.header .topline_menu {
	float: right;
	position: relative;
	padding: 0;
}

.header .topline_menu ul li {
	float: left;
	margin: 15px 15px 15px 0px;
	padding-right: 15px;
	position: relative;
}

.header .topline_menu ul li:not(:last-child) {
	border-right: 1px solid #666;
}

.header .topline_menu ul li a {
	display: block;
	font-size: 14px;
	color: #000;
}

.header .topMenu {
	position: relative;
	padding: 0;
	/* overflow: hidden; */
}

.header .topMenu .logo {
	float: left;
	position: relative;
}

.header .topMenu .logo img {
	height: 48px;
	display: block;
	position: relative;
	margin: 20px 0;
}

.Headmenu {
	display: none;
}


.news {
	color: #3264af !important;
}

.footer {
	position: relative;
	background-color: #fff;
	padding: 0 0 40px;
}

.footer .wrapmain {
	overflow: hidden;
}

.footer .foot_left {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 120px;
}

.footer .foot_left img {
	display: block;
	margin: 0 0 40px;
	position: relative;
	height: 60px;
}

.footer .foot_left p,
.footer .foot_left h5 {
	color: #999;
	font-size: 14px;
	line-height: 1.6;
}

.footer .foot_left h5 {
	margin: 20px 0 0;
}

.footer .foot_right {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 100px 120px 0 0;
	display: flex;
}

.footmenu {
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 55px 0 0;
}

.footmenu:last-child {
	margin: 0;
}

.footmenu h5 {
	color: #000;
	padding: 15px 0 20px;
	font-size: 14px;
}

.footmenu .mobileJump {
	display: none;
}

.footmenu ul li {
	margin: 0 0 20px;
	position: relative;
}

.footmenu ul li a {
	display: block;
	line-height: 1.6;
	color: #999;
	margin: 0 0 20px;
}

.footer .foot_address {
	margin-bottom: 27px;
	position: relative;
}

.footer .foot_mail h5,
.foot_service h5,
.foot_address h5 {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 15px;
}

.footer .foot_mail p,
.foot_service p,
.foot_address p {
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
}


.copyright {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.copyright p {
	font-size: 14px;
	color: #CDCDCD;
	text-align: center;
	padding: 40px 0 0;
}


/* menu */
.headmeau {
	position: relative;
	float: right;
	/* overflow: hidden; */
}

.headmeau ul {
	padding: 0;
	margin: 0;
	float: left;
}

.headmeau ul li {
	position: relative;
	float: left;
}

.headmeau ul li a {
	font-size: 14px;
	color: #000;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 32px 0;
	padding: 0 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.headmeau ul li a:hover,
.submenuOn {
	color: #3264af !important;
	outline: white;
}

.headmeau .headsearch {
	float: left;
	position: relative;
	margin: 17px 30px;
}

.headmeau .headsearch a,
.headmeau .langChange a {
	color: #000;
	font-size: 16px;
	height: 30px;
	margin: 15px 0;
	line-height: 30px;
	display: inline-block;
	float: left;
}

.headmeau .langChange {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 17px 0;
}

.headmeau .langChange span {
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	margin: 15px 10px;
	float: left;
}

/* banner */
.banner {
	position: relative;
	margin: 151px 0 0;
}

.banner img {
	width: 100%;
}


.bannerLeftimg {
	width: 300px;
	margin: 120px 0 120px 200px;
}

.bannerBox {
	float: right;
	padding: 120px 240px 0 0;
}

.bannerBox img {
	display: block;
	margin: 0 0 20px;
}

.bannerBox .bannertext,
.bannerBox .downloadBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 50px;
}

.bannerBox .bannertext p {
	font-size: 13px;
	color: #f1f1f1;
	line-height: 2;
	margin: 0;
}

.bannerBox .downloadBox {
	margin: 0;
}

.bannerBox .downloadBox a {
	float: left;
	margin: 0 30px 0 0;
}

/* index */
/* .ind_banner{background: url(../images/index/ind_banner.jpg) center no-repeat;background-size: 100% auto;} */
.ind_bannerText {
	position: relative;
	overflow: hidden;
	padding: 240px 0 0;
}

.ind_bannerText h5 {
	font-size: 36px;
	color: #fff;
	margin: 0 0 20px;
}

.ind_bannerText p {
	font-size: 36px;
	color: #fff;
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
}

.globalbtnJump {
	margin: 30px 0 0px;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 190px;
	height: 46px;
	/* border-radius: 6px; */
	display: flex;
	position: relative;
	/* text-align: center; */
	text-align: left;
	line-height: 46px;
	padding: 0 35px;
	background-color: #3264af;
}

.globalbtnJump .c-button__label {
	position: relative;
	z-index: 10;
}

/* .globalbtnJump .c-button__label .icon{height: 20px;margin: 13px 0px 2px 20px;float: left;width: 20px;display: inline-block;} */


.club_links {
	margin-top: 30px;
	text-align: center;
}

.club_links>.link_btn {
	padding: 20px;
	display: inline-block;
	width: 25%;
	background-color: #3264af;
	font-size: 20px;
	border-radius: 20px;
	color: #FFF;
	margin-left: 2%;
	margin-right: 2%;
}

.club_box {
	max-width: 1080px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.content_head {
	height: 91px;
}

.club_box>h2 {
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: solid 3px #3264af;
}

.club_box>.text_box {}

.club_box ol {
	padding-left: 20px;
}

.club_box ol li {
	list-style-type: decimal;
}

.club_institution {
	margin-top: 20px;
	text-align: center;
}

.club_institution>.img_box {
	display: inline-block;
	width: 25%;
	margin-right: 5%;
	text-align: center;
}

.club_institution>.img_box>img {
	width: 100%;
	border-radius: 20px;
}

.club_institution>.img_box>.red_txt_lbl {
	color: #ff0000;
}

.club_fee {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.club_fee>table {
	border-spacing: 10px;
	border-collapse: unset;
}

.club_fee>table tr th,
.club_fee>table tr td {
	font-size: 15px;
	padding: 5px;
	text-align: center;
	width: 150px;
	border-radius: 10px;
}

.club_fee>table tr th.item {
	border: 1px solid #000;
}

.club_fee>table tr th.student {
	border: 1px solid #00b050;
	background-color: #00b050;
	color: #FFF;
}

.club_fee>table tr td.student {
	border: 1px solid #00b050;
}

.club_fee>table tr th.ob {
	border: 1px solid #ffc000;
	background-color: #ffc000;
}

.club_fee>table tr td.ob {
	border: 1px solid #ffc000;
}

.club_fee>table tr th.laxury {
	border: 1px solid #ff0000;
	background-color: #ff0000;
	color: #FFF;
}

.club_fee>table tr td.laxury {
	border: 1px solid #ff0000;
}


.club_service_list {
	margin-top: 10px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.club_service_list>table {
	width: 100%;
}

.club_service_list>table tr td:nth-child(1),
.club_service_list>table tr th:nth-child(1) {
	width: 25%;
}

.club_service_list>table tr td:nth-child(2),
.club_service_list>table tr th:nth-child(2) {
	width: 15%;
}

.club_service_list>table tr td:nth-child(3),
.club_service_list>table tr th:nth-child(3) {
	width: 60%;
}

.club_service_list>table>caption {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.club_service_list>table>caption>.u_line {
	border-bottom: solid 3px #3264af;
}

.club_service_list>table tr th {
	background-color: #deeaf6;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	border: 1px solid #000;
}

.club_service_list>table tr td {
	padding: 5px;
	border: 1px solid #000;
	vertical-align: middle;
}

.club_service_list>table tr td[rowspan="3"],
.club_service_list>table tr td[rowspan="4"],
.club_service_list>table tr td[rowspan="6"] {
	text-align: center;
}


.club_box .cell_h {
	font-weight: bold;
}

.club_links>.service_link {
	font-size: 18px;
	padding: 10px;
}


@media screen and (max-width: 968px) {
	.globalbtnJump .c-button__label .icon {
		margin: 13px 0px 2px 48px !important;
	}

	.ab_a1 .c-button__label .icon {
		margin: 13px 0px 2px 32px !important;
	}
}

.globalbtnJump .c-button__label .icon {
	height: 20px;
	margin: 13px 0px 2px 20px;
	float: left;
	width: 20px;
	display: inline-block;
}

.ab_a1 .c-button__label .icon {
	margin: 13px 0px 2px 32px !important;
}

.c-button__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #3264af;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 6px;
}

.globalbtnJump:hover .c-button__bg {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.globalbtnJump:hover .c-button__label {
	color: #fff;
}

.ind_ceo {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	padding: 60px 0;
}

.ind_ceo .ind_ceotext {
	float: left;
	position: relative;
	overflow: hidden;
}

.ind_ceo .ind_ceotext p {
	font-size: 14px;
	color: #333;
	line-height: 1.8 !important;
	margin: 0 0 15px;
}

.ind_ceo img {
	position: absolute;
	bottom: -150px;
	right: 0;
	width: 150px;
}

.ind_global,
.ind_know,
.ind_mutiple,
.ind_news {
	position: relative;
	overflow: hidden;
	padding-top: 120px;
}

/* .ind_global img{width: 69%;display: block;position: absolute;top: 0;left: 0;z-index: 9;} */
.ind_global img {
	width: 65%;
	display: block;
	position: absolute;
	top: -120px;
	left: 0;
	z-index: 9;
}

.ind_global .greyrightbg {
	/* width: 75%; */
	width: calc(100% - (100% - 1080px)/2);
	background-color: #3264af;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	height: 90%;
}

.ind_global .ind_globalMain {
	overflow: hidden;
	position: relative;
}

.ind_global .ind_globalMainLeft {
	padding: 240px 0 0 20vw;
	width: 70%;
	float: left;
}

.ind_global .ind_globalMainLeft h5 {
	font-size: 24px;
	color: white;
	font-weight: 400;
	margin: 0 0 2px;
}

.ind_global .ind_globalMainLeft p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
}

.ind_global .ind_globalMainLeft a {
	color: white;
	margin: 50px 0 20px;
	display: block;
}

.ind_global .ind_globalMainRight {
	width: 30%;
	float: right;
	overflow: hidden;
	position: relative;
	padding: 10px 20px 40px;
}

.ind_global .ind_globalMainRight p {
	font-size: 14px;
	color: white;
	line-height: 1.8;
	margin: 0 0 25px;
	letter-spacing: 1px;
}

.ind_global .ind_globalMainRight p:last-child {
	margin: 0;
}


.ind_know {
	padding: 60px 0;
}

.ind_know .ind_knowLeft {
	padding: 130px 0 0;
	width: 60%;
	float: left;
}

.ind_know .ind_knowLeft h4 {
	font-size: 24px;
	color: #000;
	font-weight: 400;
	margin: 0 0 2px;
}

.ind_know .ind_knowLeft h5 {
	font-size: 24px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 100;
	margin: 0 0 25px;
}

.ind_know .ind_knowLeft p {
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	margin: 0 0 25px;
	letter-spacing: 1px;
}

.ind_know .ind_knowLeft a {
	color: rgba(50, 100, 175, 0.8);
}

.ind_know .ind_knowRight {
	padding: 0;
	width: 36%;
	float: right;
}

.ind_know .ind_knowRight img {
	display: block;
	margin: 0 auto;
	width: 100%;
}


.ind_mutiple {
	background: url(../images/index/ind_rbg.jpg) right bottom no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.ind_mutiple .ind_mutipleFirst,
.ind_mutiple .ind_mutipleblock {
	position: relative;
	padding: 40px 5px 0;
	width: 32%;
	margin: 0 2% 50px 0;
	height: 180px;
}

.ind_mutiple .ind_mutipleblock:nth-child(3),
.ind_mutiple .ind_mutipleblock:nth-child(6) {
	margin: 0 0 25px;
}

.ind_mutiple .ind_mutipleFirst h5 {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}

.ind_mutiple .ind_mutipleFirst p {
	font-size: 24px;
	color: #f2f2f2;
	margin: 0 0 25px;
}

.ind_mutiple .ind_mutipleFirst a {
	color: #fff;
}

.ind_mutiple .ind_mutipleblock {
	border: 2px #fff solid;
	padding: 40px 30px;
	opacity: 0.6;
	transition: all 0.5s;
}

.ind_mutiple .ind_mutipleblock .triicon {
	overflow: hidden;
	position: absolute;
	top: -30px;
	left: 30px;
	background-color: #3264af;
	width: 60px;
}

.ind_mutiple .ind_mutipleblock .triicon img {
	width: 100%;
}

.ind_mutiple .ind_mutipleblock .triText {
	overflow: hidden;
	position: relative;
}

.ind_mutiple .ind_mutipleblock .triText h5 {
	font-size: 14px;
	color: #fff;
	margin: 0 0 15px;
}

.ind_mutiple .ind_mutipleblock .triText p {
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px;
	width: 50%;
	float: left;
	position: relative;
}

.ind_mutiple .ind_mutipleblock .triText p::before {
	content: '·';
	padding: 0 5px;
}

.ind_mutiple .ind_mutipleblock:hover {
	opacity: 1;
}

.ind_news {
	padding: 60px 0;
	background-color: #f2f2f2;
}

.ind_news .ind_newsBlock {
	overflow: hidden;
	position: relative;
	padding: 0;
}

.ind_news .ind_newsBlock img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.ind_news .ind_newsBlock .ind_newsBlockText {
	overflow: hidden;
	position: relative;
	padding: 40px;
	background-color: #fff;
}

.ind_news .ind_newsBlock .ind_newsBlockText h5 {
	font-size: 16px;
	color: #333;
	margin: 0 0 15px;
}

.ind_news .ind_newsBlock .ind_newsBlockText p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin: 0 0 25px;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	height: 110px;
}

.ind_news .ind_newsBlock .ind_newsBlockText .linkjump {
	color: rgba(50, 100, 175, 0.8);
}


/* members page */
.members_company {
	position: relative;
}

.members_company .members_companyCon {
	background-color: #fff;
	position: relative;
	z-index: 9;
	margin: -250px 0 0 0;
	padding: 80px 100px 120px;
}

.members_company .members_companyCon h1 {
	font-size: 48px;
	text-align: center;
	padding: 10px 0 50px;
	font-weight: 400;
}

.members_company .members_companyCon .members_companyConText {
	position: relative;
	overflow: hidden;
}

.members_company .members_companyCon .members_companyConText p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.members_company .members_companyCon .members_companyConText p b {
	color: #000;
}

.members_people {
	position: relative;
	padding: 120px 0;
	/* background-color: #f3f3f3; */
	padding-bottom: 50px;
}

.members_people .members_peopleLeft,
.members_people .members_peopleRight {
	position: relative;
}

.members_people .members_peopleLeft h5 {
	/* font-size: 36px; */
	font-size: 24px;
	color: #333;
	line-height: 1.4;
	padding: 10px 0 10px 85px;
	font-weight: 400;
}

.b_h5:after {
	width: 70px;
	height: 0;
	border: 1px #3264af solid;
	content: '';
	display: block;
	background-color: #3264af;
	margin-top: 10px;
}

/* .members_people .members_peopleLeft h5:before{width:70px;height: 0;border: 1px #3264af solid;content: '';display: block;} */
.members_people .members_peopleLeft h5:after {
	width: 70px;
	height: 0;
	border: 1px #3264af solid;
	content: '';
	display: block;
	background-color: #3264af;
	margin-top: 10px;
}

.members_people .members_peopleRight ul li {
	float: left;
	width: 22%;
	margin: 0 2% 30px 0;
}

.members_people .members_peopleRight ul li:nth-of-type(4n) {
	margin-right: 0 !important;
}

.members_people .members_peopleRight ul li .member_personIntroduce {
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.members_people .members_peopleRight ul li .member_personIntroduce img,
.members_more .members_moreRight img {
	width: 100%;
	display: block;
}

.members_people .members_peopleRight ul li .member_personIntroduce h5 {
	font-size: 16px;
	color: #000;
	padding: 30px 0 10px;
	text-align: center;
	font-weight: 400;
}

.members_people .members_peopleRight ul li .member_personIntroduce p {
	font-size: 14px;
	color: #666;
	padding: 0 0 30px;
	text-align: center;
}

.members_more {
	background-color: #3264af;
	position: relative;
	padding: 120px 0;
	overflow: hidden;
}

.members_more .members_moreLeft {
	position: relative;
}

.members_more .members_moreLeft h4,
.members_more .members_moreLeft h5 {
	font-size: 36px;
	color: #fff;
	line-height: 1.4;
	font-weight: 400;
}

.members_more .members_moreLeft h5 {
	font-size: 36px;
	color: #f2f2f2;
}

.members_more .members_moreLeft .members_moreCon {
	padding: 0 80px;
	overflow: hidden;
	position: relative;
}

.members_more .members_moreLeft .members_moreCon .members_moreConmain {
	padding: 60px 0 0;
}

.members_more .members_moreLeft .members_moreCon .members_moreConmain h5 {
	font-size: 16px;
	margin: 0 0 10px;
	color: #fff;
}

.members_more .members_moreLeft .members_moreCon .members_moreConmain p {
	font-size: 16px;
	margin: 0;
	color: #fff;
	line-height: 1.6;
}

.members_more .members_moreLeft .members_moreCon a {
	margin: 40px 0 0;
	color: #fff;
	font-size: 16px;
	display: block;
}

.members_more .members_moreLeft .members_moreCon a .c-button__label {
	position: relative;
	z-index: 10;
}

.members_more .members_moreLeft .members_moreCon a .c-button__label .icon {
	height: 20px;
	margin: 1px 8px 2px 0;
	float: left;
	width: 20px;
	display: inline-block;
}



.members_more .members_moreRight {
	position: relative;
	overflow: hidden;
}


/* global */
.globalmap {
	height: 400px;
	width: 100%;
}

.global_japan {
	position: relative;
	padding: 120px 0;
}

.global_japan h1 {
	font-size: 36px;
	color: #333;
	padding: 20px 0 40px;
	font-weight: 400;
}

.global_japan .global_japanList {
	overflow: hidden;
	position: relative;
}

.global_japan .global_japanList .global_japanBlock {
	border: 1px #999 solid;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0 0 60px;
}

.global_japan .global_japanList .global_japanBlock .global_japanimg {
	width: 300px;
	overflow: hidden;
	float: left;
	position: relative;
	padding: 15px;
}

.global_japan .global_japanList .global_japanBlock .global_japanimg img {
	width: 100%;
	display: block;
}

.global_japan .global_japanBlockText {
	overflow: hidden;
	width: calc(100% - 340px);
	position: relative;
	margin: 0 0 0 40px;
	float: right;
}

.global_japan .global_japanBlockText h5 {
	font-size: 26px;
	color: #333;
	padding: 35px 0 40px;
	font-weight: 400;
}

.global_japan .global_japanBlockText .global_japanBlockTextBox {
	overflow: hidden;
	position: relative;
}

.global_japan .global_japanBlockText .global_japanBlockTextBox .globalMsg {
	float: left;
	position: relative;
	margin: 0 50px 0 0;
}

.global_japan .global_japanBlockText .global_japanBlockTextBox .globalMsg p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.global_japan .global_japanBlockText .globalViewBtn {
	border: 1px #3264af solid;
	border-radius: 6px;
	padding: 10px 40px;
	font-size: 18px;
	color: #3264af;
	display: inline-block;
	margin: 60px 0 0;
}

.global_japan .global_japanList .global_japanBlock:last-child {
	margin: 0;
}

.theforeign {
	padding: 0 0 60px !important;
}


/* service */
/* .service_menu{position: relative;padding: 0 0 120px;} */
.service_menu {
	position: relative;
	padding: 0 0 0px;
}

.service_menu .service_menuList {
	background-color: rgba(50, 100, 175, 0.8);
	position: relative;
	height: 300px;
	margin: -150px 0 0;
}

.service_menu .service_menuList ul li {
	width: 20%;
	float: left;
	position: relative;
}

.service_menu .service_menuList ul li .service_menublock {
	position: relative;
	height: 100%;
	overflow: hidden;
	transition: all 0.3s;
}

.service_menublock .service_iconBig {
	width: 120px;
	height: 120px;
	display: block;
	margin: 60px auto 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.service_menublock p {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 0 0 52px;
	cursor: default;
}

.service_menublock .service_iconangle {
	display: none;
}

.service_menu .service_menuList ul li .service_line {
	border-right: 1px #fff solid;
	height: 60px;
	width: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin: -30px 0 0;
}

.service_menu .service_menuList ul li:hover .service_menublock {
	background-color: #fff;
	margin: -60px 0 0;
	transform: scale(1.01);
}

.service_menu .service_menuList ul li:hover .service_menublock .service_iconBig {
	margin: 40px auto;
}

.service_menu .service_menuList ul li:hover .service_menublock p {
	color: #3264af;
	padding: 0 0 20px;
}

.service_menu .service_menuList ul li:hover .service_menublock .service_iconangle {
	display: block;
	width: 40px;
	margin: 40px auto 80px;
}

.service_menu .service_menuList ul li:hover .service_line {
	display: none;
}

.service_menu .service_menuList ul li:hover .serviceicon01 {
	background-image: url(../images/service/icon01_h.png) !important;
}

.service_menu .service_menuList ul li:hover .serviceicon02 {
	background-image: url(../images/service/icon02_h.png) !important;
}

.service_menu .service_menuList ul li:hover .serviceicon03 {
	background-image: url(../images/service/icon03_h.png) !important;
}

.service_menu .service_menuList ul li:hover .serviceicon04 {
	background-image: url(../images/service/icon04_h.png) !important;
}

.service_menu .service_menuList ul li:hover .serviceicon05 {
	background-image: url(../images/service/icon05_h.png) !important;
}




.service_introduce {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.service_introduce .halfgreybg {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background-color: #f2f2f2;
	z-index: 0;
}

.service_introduce .service_introduceLeft {
	width: 60%;
	float: left;
	overflow: hidden;
	position: relative;
	/* padding: 30px 0 140px; */
	padding: 100px 0 60px;
	margin-left: 0;
}

.service_introduce .service_introduceLeft h5,
.service_introduce .service_introduceLeft p {
	/* font-size: 18px; */
	font-size: 18px;
	color: #000;
	font-weight: 100;
	/* line-height: 1.6; */
	line-height: 2;
	font-weight: 400;
}

.service_introduce .service_introduceLeft p {
	padding: 0 80px 30px 0;
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

/* .service_introduce .service_introduceLeft a{padding: 15px 60px;color: #fff;background-color: #3264af;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;font-size: 16px;margin: 30px 0 0;display: inline-block;letter-spacing: 1px;} */

.service_introduce .service_introduceRight {
	float: right;
	width: 44%;
}

.service_introduce .service_introduceRight img {
	width: 100%;
	position: relative;
	float: right;
	/* margin: 50px 0 0; */
}

.service_advantage {
	position: relative;
	padding: 120px 0;
}

.service_advantage h1 {
	font-size: 36px;
	text-align: center;
	padding: 10px 0 60px;
	line-height: 80px;
}

.service_advantage h1:after {
	content: '';
	width: 40px;
	height: 0;
	border: 1px #3264af solid;
	display: block;
	margin: 0 auto;
}

.service_advantageBlock {
	position: relative;
	overflow: hidden;
	border-right: 1px #999 solid;
}

.service_advantageBlock:last-child {
	border-right: none;
}

.service_advantageBlock img {
	display: block;
	margin: 0 auto 10px;
	width: 120px;
}

.service_advantageBlock h5 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	text-align: center;
	margin: 5px 0 30px;
	height: 50px;
	line-height: 1.6;
	transition: all 0.5s;
}

.service_advantageBlock .service_advantageBox {
	overflow: hidden;
	position: relative;
	height: 200px;
	padding: 0 25px;
}

.service_advantageBlock .service_advantageBox p {
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	display: flex;
	transition: all 0.5s;
}

.service_advantageBlock .service_advantageBox p:before {
	content: '- ';
	display: flex;
	margin: 0 5px 0 0;
}

.service_advantageBlock a,
.service_newsBlockList a {
	color: rgba(50, 100, 175, 0.8);
	font-size: 14px;
	text-align: center;
	display: inline-block;
	padding: 0 0;
	margin: 0 auto;
}

.service_advantageBlock:hover {
	border-color: #3264af;
}

.service_advantageBlock:hover h5,
.service_advantageBlock:hover .service_advantageBox p {
	color: #3264af;
}


.service_news {
	position: relative;
	padding: 60px 0;
	background-color: #f2f2f2;
}

.service_newsBlock {
	position: relative;
}

.service_newsBlock img {
	width: 100%;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.service_newsBlock .service_newsBlockList {
	background-color: #fff;
	padding: 20px;
	position: relative;
	z-index: 9;
	margin: -20px 0 0 20px;
	overflow: hidden;
	width: 100%;
}

.service_newsBlock .service_newsBlockList h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	margin: 0 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service_newsBlockList .service_newsBox {
	overflow: hidden;
	position: relative;
	height: 122px;
	margin: 0 0 30px;
	padding: 0;
	cursor: default;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: justify;
	line-height: 2;
	color: #666;
}

.service_newsBlockList .service_newsBox p {
	font-size: 12px;
	color: #333;
	line-height: 1.6;
}

.service_newsBlockList span {
	padding: 0;
	color: #3264af;
}

.service_newsBlock:hover h5,
.service_newsBlock:hover .service_newsBox {
	color: #3264af;
}

.service_newsBlockImg {
	overflow: hidden;
	position: relative;
}

.service_newsBlock:hover .service_newsBlockImg img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
}

/* .service_newsBlock .service_newsBlockList:hover span{transform: scale(1.3);-webkit-transform: scale(1.3);-moz-transform: scale(1.3);} */
/* contact */
.contactCon {
	padding: 141px 0 120px;
	position: relative;
}

.contactCon h1 {
	font-size: 22px;
	color: #000;
	padding: 80px 0;
	font-weight: 400;
}

.contactform,
.contactmsg {
	position: relative;
	border-top: 1px #3264af solid;
	padding: 10px 0;
	width: 64%;
	float: left;
}

.contactform .halfform,
.contactform .fullform {
	position: relative;
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 25px 50px 0 0;
}

.contactform .halfform label,
.contactform .fullform label {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	margin: 0 0 0px;
}

.contactform .halfform input,
.contactform .fullform textarea {
	display: block;
	font-size: 14px;
	color: #333;
	padding: 12px 16px;
	border: 1px #000 solid;
	width: 100%;
	background-color: #fff;
}

.contactform .fullform {
	width: 100%;
	padding: 25px 0 0;
}

.contactform .fullform textarea {
	min-height: 140px;
}

.contactform .halfform:nth-of-type(2n) {
	padding: 25px 0 0 50px;
}

.contactform .halfform .#3264afstar,
.contactform .fullform .#3264afstar {
	color: #3264af;
	display: inline-block;
	font-style: normal;
}

.contactform .fullform p {
	font-size: 16px;
	color: #666;
	padding: 10px 0 40px;
}

.contactform .fullform .contact_submit {
	background-color: #3264af;
	color: #fff;
	padding: 10px 80px;
	display: inline-block;
	font-size: 14px;
	border: none;
}


.contactmsg {
	width: 30%;
	float: right;
}

.contactmsg h5,
.contactmsg p {
	font-size: 16px;
	font-weight: 400;
	padding: 26px 0 10px;
	color: #000;
}

.contactmsg p {
	color: #666;
	padding: 10px 0;
}

.contactmsg .joinBlock {
	position: relative;
	margin: 30px 0 0;
}

.contactmsg .joinBlock h5 {
	color: #3264af;
}

.contactB_Msg {
	position: relative;
	padding: 60px 0 10px;
	overflow: hidden;
}

.contactB_Msg h5 {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding: 0 0 10px;
}

.contactB_Msg p {
	font-size: 14px;
	color: #666;
	padding: 0;
}

.closeway {
	width: 20%;
}

.closewayBig {
	width: 40%;
}

/* global */
.global_map {
	margin: 60px 0 0;
}




/* about */
.aboutHead {
	position: relative;
	padding: 141px 0 30px;
	background-color: #3264af;
	height: 500px;
}

.about_company {
	position: relative;
}

/* .about_company .about_companyCon{background-color: #fff;position: relative;z-index: 9;margin: -250px 0 0 0;padding: 0px 100px 120px;} */
.about_company .about_companyCon {
	background-color: #fff;
	position: relative;
	z-index: 9;
	margin: -250px 0 0 0;
	padding: 0px 100px 10px;
}

.about_company .about_companyCon img {
	margin-top: 50px;
}

.about_company .about_companyCon h1,
.about_ceo h1,
.about_idea h1 {
	/* font-size: 36px; */
	font-size: 24px;
	padding: 0 0 30px;
	font-weight: 400;
}

.about_company .about_companyCon .about_companyConText {
	position: relative;
	overflow: hidden;
}

.about_company .about_companyCon .about_companyConText p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin: 0 0 25px;
}

/* .about_company .about_companyCon a{background-color: #3264af;color: #fff;padding: 10px 80px;display: inline-block;font-size: 14px;border: none;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;margin: 40px 0 0;} */

.about_ceo {
	position: relative;
	overflow: hidden;
	padding: 0 0 100px;
}

.about_ceo h1 {
	padding: 0 100px 50px;
}

.ceoImgblock {
	position: absolute;
	top: 60px;
	left: 100px;
	z-index: 9;
}

.ceoImgblock img {
	width: 300px;
	display: block;
	margin: 0 0 20px;
}

.ceoImgblock p {
	font-size: 16px;
	color: #000;
}

.ceomessage {
	margin: 40px 0 0 280px;
	background-color: #f2f2f2;
	padding: 60px 170px;
	overflow: hidden;
	position: relative;
}

.ceomessage p {
	font-size: 14px;
	margin: 0 0 15px;
	color: #666;
}

.ceomessage h5 {
	font-size: 24px;
	color: #3264af;
	margin: 40px 0 30px;
}

.ceomessage img {
	width: 180px;
	float: right;
	display: block;
}

.about_self,
.about_idea,
.about_choose {
	position: relative;
	padding: 0 0 60px;
	overflow: hidden;
}

.about_self .about_selfLeft,
.about_self .about_selfRight {
	width: 49%;
	float: left;
	overflow: hidden;
	position: relative;
}

.about_self .about_selfRight {
	float: right;
}

.about_self .about_selfLeft img,
.about_self .about_selfRight img {
	width: 100%;
	display: block;
}

.about_idea p {
	font-size: 16px;
	color: #666;
	margin: 0 0 20px;
	font-weight: 400;
}

/* .about_idea .wrapmain,
.about_choose .wrapmain{padding: 0 100px;} */

.about_choose {
	padding: 0 0 120px;
}

.about_choose h1 {
	/* font-size: 36px; */
	font-size: 22px;
	text-align: center;
	padding: 10px 0 60px;
	line-height: 60px;
	font-weight: 400;
}

.about_choose h1:after {
	content: '';
	width: 40px;
	height: 0;
	border: 1px #3264af solid;
	display: block;
	margin: 0 auto;
}

.about_choose .chooseBoxLeft {
	/* width: 1260px; */
	float: left;
	overflow: hidden;
	position: relative;
}

.about_choose .chooseBox {
	height: 360px;
	padding: 35px 50px;
	/* width: 380px; */
	float: left;
	border: 1px #3264af solid;
	/* margin: 0 40px 40px 0; */
	width: 31.33%;
	margin: 0 1% 40px 1%;
}

/* .about_choose .chooseBox:nth-of-type(2n){margin: 0 40px 40px 0;} */
.about_choose .chooseBox h5,
.about_choose .chooseBoxBig h5 {
	color: #3264af;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0 0 30px;
}

.about_choose .chooseBox p,
.about_choose .chooseBoxBig p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1.6;
}

.about_choose .chooseBoxBig {
	height: 440px;
	margin: 0;
	border: 1px #3264af solid;
	width: 400px;
	float: right;
	padding: 120px 54px;
	word-break: break-all;
}

.about_choose .chooseBoxBig h5 {
	padding: 20px 0 0;
}

.about_choose .chooseBox:hover,
.about_choose .chooseBoxBig:hover {
	cursor: pointer;
	border: 3px #3264af solid;
}


.about_parner {
	background: url(../images/aboutbg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}

.about_parnerTop {
	overflow: hidden;
	border-bottom: 1px #fff solid;
	position: relative;
	padding: 0 0 60px;
}

.about_parnerTop .about_parnerTopLeft {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 80px;
}

.about_parnerTop .about_parnerTopLeft h5 {
	font-size: 26px;
	color: #fff;
	padding: 10px 0 30px;
}

.about_parnerTopDataList {
	overflow: hidden;
	position: relative;
}

.about_parnerTopDataList .about_parnerTopDatabox {
	float: left;
	width: 26%;
	margin: 0 11% 0 0;
}

.about_parnerTopDataList .about_parnerTopDatabox:last-child {
	margin: 0;
}

.about_parnerTopDataList .about_parnerTopDatabox h5 {
	font-size: 64px;
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px #f1f1f1 solid;
}

.about_parnerTopDataList .about_parnerTopDatabox p {
	color: #fff;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
}

.about_parnerCon {
	overflow: hidden;
	margin: 30px 0 0;
}

.about_parnerCon .about_parnerConLeft {
	width: 50%;
	float: left;
	position: relative;
	padding: 0;
	border-right: 1px #f1f1f1 solid;
}

.about_parnerCon .about_parnerConLeft:last-child {
	border-right: none;
}

.about_parnerCon .about_parnerConLeft h5 {
	font-size: 26px;
	color: #fff;
	padding: 30px 0;
	text-align: center;
	font-weight: 400;
}

.about_parnerCon .about_parnerConDataList {
	padding: 40px;
	overflow: hidden;
	position: relative;
}

.about_parnerCon .about_parnerConDataList ul li {
	width: 50%;
	float: left;
}

.about_parnerCon .about_parnerConDataList ul li img {
	height: 80px;
	max-width: 100%;
	display: block;
	margin: 10px auto;
}

/* 20200415 add Product By Jason Lau */
.intoBanner {
	height: 500px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

/* articalList */
.articalSearch,
.articalTop {
	position: relative;
	margin: 151px 0 0;
	background-color: #3264af;
	overflow: hidden;
	padding: 40px 60px;
}

.articalSearch .articalsearchName {
	width: 250px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 56px;
	float: left;
}

.articalSearch .articalsearchMain {
	width: calc(100% - 250px);
	position: relative;
	overflow: hidden;
	float: left;
}

.articalSearch .articalsearchMain .articalsearch {
	width: 100%;
	border: none;
	outline: none;
	font-size: 16px;
	color: #000;
	padding: 20px 40px;
}

.articalSearch .articalsearchMain .articalsearch_sub {
	position: absolute;
	right: 0;
	width: 60px;
	z-index: 9;
	background: none;
	border: none;
	outline: none;
	top: 0;
	height: 100%;
	font-size: 22px;
	color: #ccc;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.articalSearch .articalsearchMain .articalsearch_sub:hover {
	color: #000;
}

.articalSMain {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}

.articalSMain .in_h3 {
	margin-bottom: 20px;
}

.articalSMain .articalSList {
	padding: 0 20px 30px;
	overflow: hidden;
	position: relative;
}

.articalSMain .articalSList .articalSListBox {
	width: 48%;
	float: left;
	overflow: hidden;
	display: block;
	position: relative;
	margin: 40px 0 0;
}

.articalSMain .articalSList .articalSListBox .articalSListTime,
.articalSMain .articalSList .articalSListBox .articalSListAuthor {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	font-size: 14px;
	font-family: "Noto Sans SC", 思源黑体;
	color: #808080;
	margin: 0 0 15px;
}

.articalSMain .articalSList .articalSListBox .articalSListTitle {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	font-size: 18px;
	font-family: "Noto Sans SC", 思源黑体;
	color: #000;
	margin: 0 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.articalSMain .articalSList .articalSListBox .articalSListAuthor {
	color: #000;
}

.articalSMain .articalSList .articalSListBox .articalSListTriangle {
	position: absolute;
	right: 10px;
	bottom: 15px;
	color: #3264af;
	font-size: 22px;
}

.articalSMain .articalSList .articalSListBox .s_tiao {
	width: 100%;
}

.articalSMain .articalSList .articalSListBox:nth-of-type(2n) {
	float: right;
}

.articalSMain .articalSList .articalSListBox:hover .articalSListTitle,
.articalSMain .articalSList .articalSListBox:hover .articalSListAuthor,
.articalSMain .articalSList .articalSListBox:hover .articalSListTime {
	color: #3264af;
}


/* artical */
.articalTop {
	background-color: unset;
	margin: 65px 0 40px;
	border-bottom: 1px solid #6E6C6C;
}

.articalTop h1 {
	font-size: 26px;
	text-align: center;
	color: #333;
	font-weight: 400;
	display: none;
}

.articalRMain {
	padding: 40px 0;
	position: relative;
	padding-top: 0;
}

.articalHoldMain {
	padding: 0 20px;
	position: relative;
	overflow: hidden;
}

.articalRMain .articalRMainLeft {
	width: 60%;
	/* float: left; */
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.articalRMain .articalRMainLeft img {
	display: block;
	max-width: 100%;
	margin: 0 auto 40px;
}

.articalRMain .articalRMainLeft h5 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 1.8;
}

.articalRMain .articalRMainLeft p {
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	margin: 0 0 40px;
}

.articalRMain .articalRMainRight {
	width: 30%;
	float: right;
	overflow: hidden;
	position: relative;
}

.articalRightMenu {
	position: relative;
	overflow: hidden;
}

.articalRightMenu li {
	width: 33.333333%;
	float: left;
	position: relative;
	border-bottom: 1px #ddd solid;
}

.articalRightMenu li a {
	display: block;
	padding: 15px 0;
	color: #000;
	font-size: 14px;
	text-align: center;
}

.articalRightMenu li.active a {
	color: #3264af;
}

.articalRightMenu li.active a::after,
.articalRightMenu li:hover a::after {
	width: 60%;
	height: 0;
	border-top: 2px #3264af solid;
	border-bottom: 2px #3264af solid;
	content: "";
	position: absolute;
	bottom: -1px;
	left: 20%;
}

.articalRightList {
	overflow: hidden;
	position: relative;
}

.articalRightList ul li a {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	padding: 30px 0;
	font-size: 14px;
	color: #000;
	display: block;
	border-bottom: 1px #ddd solid;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.articalRightList ul li a i {
	color: #3264af;
	font-size: 14px;
	margin: 0 3px 0 0;
	width: 10px;
	float: left;
	text-align: right;
	line-height: 22px;
}

.articalRightList ul li a:hover {
	color: #3264af;
}

.intoJapanBanner {
	overflow: hidden;
	/* height: 600px; */
}

.indPC_News {
	display: block;
}

.indMobile_News {
	display: none;
}

.mobileBanner {
	display: none;
}

/* mobile */

/* mobile index */

/* mobile banner */
@media screen and (max-width: 1280px) {
	.ceoImgblock {
		/* left: 10px; */
	}
}

@media screen and (min-width: 969px) and (max-width: 1080px) {

	/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
	/* .wrapmain{width: 968px;} */
	.wrapmain {
		width: 100%;
		padding: 0 15px;
	}

	/* service */
	.about_choose .chooseBoxLeft {
		width: 100%;
		padding: 0 10px;
		float: none;
	}

	.about_choose .chooseBox {
		/* width: 45%;margin: 0 1% 20px; */
		width: 46%;
		margin: 0 2% 20px 2%;
	}

	.about_choose .chooseBoxBig {
		width: calc(100% - 3% - 20px);
		margin: 0 calc(1% + 10px);
		float: none;
	}

	.footmenu {
		margin: 0;
		width: 33.3333%;
	}

	.footer .foot_left {
		width: 30%;
		padding: 120px 60px;
	}

	.footer .foot_right {
		width: 70%;
	}

	.about_parnerTopDataList .about_parnerTopDatabox {
		width: 29%;
		margin: 0 6% 0 0;
	}

	.about_parnerTop .about_parnerTopLeft {
		padding: 0 40px;
	}

	.ind_mutiple .ind_mutipleblock {
		padding: 40px 10px;
	}

	.ind_mutiple .ind_mutipleblock .triText p {
		font-size: 12px;
	}

	/* .about_ti{
		display: none;
	} */
	.intoJapanBanner {
		overflow: auto;
		height: auto;
	}
}

@media screen and (max-width: 968px) {
	.about_company .about_companyCon img {
		margin-top: 0px;
	}

	.intoJapanBanner {
		overflow: auto;
		height: auto;
	}

	.Headmenu {
		background-color: transparent;
		width: 60px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 0;
		font-size: 30px;
		color: #3264af !important;
		text-align: center;
		z-index: 99;
		line-height: 60px;
		display: block;
	}

	.Headmenu img {
		width: 50%;
		display: block;
		margin: 15px auto;
	}

	.wrapmain {
		width: 100%;
		padding: 0 20px;
	}

	/* .headmeau ul,.headmeau .headsearch{display: none;} */
	.headmeau {
		display: none;
	}

	.headmeau .langChange {
		margin: 0;
		position: absolute;
		top: 0;
		right: 40px;
		width: 104px;
	}

	.headmeau .langChange a {
		padding: 0 10px;
	}

	.topline {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .topMenu .logo img {
		height: 30px;
		margin: 15px 0;
	}

	/* about */
	.aboutHead {
		padding: 30px 0;
		height: 350px;
	}

	.about_company .about_companyCon {
		padding: 25px 15px;
		/* padding-bottom: 0; */
	}

	.about_company #about_companyCon {
		padding: 0px 15px 25px;
		/* padding-bottom: 0; */
	}

	.about_company .about_companyCon h1,
	.about_ceo h1,
	.about_idea h1 {
		font-size: 22px;
		text-align: center;
		padding: 0 0 20px !important;
		font-weight: 500;
	}

	.about_company .about_companyCon .about_companyConText p {
		font-size: 14px;
		margin: 0 0 15px;
		line-height: 2;
	}

	.about_company .about_companyCon a,
	.service_introduce .service_introduceLeft a {
		display: block;
		/* text-align: center; */
		text-align: left;
		/* padding: 15px 0; */
		padding: 0px 0;
		margin: 10px 15px;

	}

	.ind_global .ind_globalMainRight p {
		line-height: 1.8;
		margin: 0 0 25px;
		font-size: 14px;
	}

	.members_people {
		padding: 20px 0;
	}

	.about_ceo,
	.about_self,
	.about_idea {
		padding: 0 0 20px;
	}

	.about_choose {
		padding: 0 !important;
	}

	.about_ceo h1 {
		padding: 15px 0;
	}

	.about_parner2 {
		margin: 0 0 0 !important;
		padding: 20px 0 !important;
	}

	.ceoImgblock {
		width: 100%;
		position: relative;
		top: 0;
		left: 0 !important;
	}

	.ceoImgblock img {
		width: 100%;
		margin: 0;
	}

	.ceoImgblock p {
		font-size: 16px;
		padding: 15px 0;
		text-align: center;
		background-color: #f2f2f2;
		margin: 0 !important;
	}

	.ceomessage {
		width: 100%;
		margin: 0;
		padding: 25px 20px;
	}

	.ceomessage h5 {
		font-size: 16px;
		text-align: center;
	}

	.about_idea p {
		font-size: 14px !important;
		letter-spacing: 1px;
		margin: 0 0 15px;
		line-height: 1.4 !important;
	}

	.about_choose h1 {
		font-size: 22px;
		text-align: center;
		padding: 20px 0;
	}

	.about_choose .chooseBoxLeft {
		width: 100%;
	}

	.about_choose .chooseBox {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		height: auto;
		padding: 0;
	}

	.about_choose .chooseBox .ab_chooseBox_bottom p {
		font-size: 14px;
		color: #4c4c4c !important;
		font-weight: 400 !important;
	}

	.about_choose .chooseBoxBig {
		width: 100%;
		padding: 35px 60px;
		height: auto;
	}

	.about_choose .chooseBoxBig h5 {
		padding: 0;
	}

	.ab_chooseBox_top {
		height: 40px !important;
	}

	.ab_chooseBox_top div {
		width: 100% !important;
		font-size: 18px !important;
		height: 40px !important;
		line-height: 40px !important;
		left: 0 !important;
		top: 0 !important;
	}

	.ab_chooseBox_bottom {
		padding: 15px 30px !important;
	}

	.ab_chooseBox_bottom p {
		font-weight: 600 !important;
		color: #000 !important;
	}

	.about_parnerTop .about_parnerTopLeft,
	.about_parnerCon .about_parnerConLeft {
		width: 100%;
		padding: 0;
	}

	.about_parnerTop .about_parnerTopLeft h5 {
		text-align: center;
		font-size: 30px;
	}

	.about_parnerCon .about_parnerConDataList {
		padding: 0;
	}

	.about_parnerCon .about_parnerConDataList ul li img {
		height: 40px;
	}

	.about_parnerCon .about_parnerConLeft {
		border-right: none;
	}

	.members_people .members_peopleLeft h5 {
		padding: 10px 0;
		text-align: center;
	}

	/* .members_people .members_peopleLeft h5:after{} */


	/* footer */
	.footer {}

	.footer .foot_left,
	.footer .foot_right {
		width: 100%;
		float: none;
		padding: 15px;
		display: block;
	}

	.footer .foot_left img {
		margin: 0 auto 20px;
		height: 45px;
	}

	.footer .foot_left p,
	.footer .foot_left h5 {
		font-size: 14px;
		text-align: center;
		line-height: 1.8;
	}

	.footmenu {
		width: 100%;
		margin: 0;
	}

	.footmenu .mobileJump {
		display: block;
		color: #000;
		padding: 15px 0 5px;
		font-size: 14px;
		text-align: center;
	}

	.footmenu h5 {
		text-align: center;
		display: none;
	}

	.footmenu ul {
		display: none;
	}

	.footmenu a {
		display: block;
		margin: 0 auto;
	}

	.footmenu a p {
		text-align: center;
	}

	.copyright {
		height: auto;
		overflow: hidden;
	}

	.copyright p {
		padding: 0;
	}

	.footer_btn {
		border-bottom: none !important;
	}


	/* banner  */
	.banner {
		height: auto;
		margin: 60px 0 0;
	}

	/* service */
	.service_introduce .halfgreybg {
		width: 100%;
	}

	.service_menu {
		margin: 0;
		padding: 0;
	}

	.service_menu .wrapmain {
		padding: 0 10px;
	}

	.service_menu .service_menuList {
		margin: 0;
		height: 150px;
	}

	.service_menublock .service_iconBig {
		height: 40px;
		width: auto;
		margin: 20px auto;
	}

	.service_menublock p {
		font-size: 12px;
	}

	.service_menu .service_menuList ul li .service_line {
		height: 100%;
		top: 0;
		margin: 0;
	}

	.service_menu .service_menuList ul li:hover .service_menublock {
		background-color: #666;
		margin: 0;
		transform: scale(1.01);
	}

	.service_menu .service_menuList ul li:hover .service_menublock .service_iconBig {
		margin: 20px auto;
	}

	.service_menu .service_menuList ul li:hover .service_menublock .service_iconangle {
		width: 20px;
		margin: 5px auto 8px;
	}

	.service_introduce .service_introduceLeft {
		width: 100%;
		padding: 30px 0 0;
	}

	.service_introduce .service_introduceLeft h5 {
		text-align: center;
		font-size: 20px;
		color: #000;
		font-weight: 500;
	}

	.service_introduce .service_introduceLeft p {
		padding: 0 0 30px;
		font-size: 14px;
		text-align: center;
	}

	.service_introduce .service_introduceRight {
		width: 100%;
	}

	.service_introduce .service_introduceRight img {
		width: 100%;
	}

	.service_advantageBlock a,
	.service_newsBlockList a {
		display: block;
		/* margin: 0 0 40px; */
		text-align: left;
		padding: 0;
	}

	.service_advantageBlock .service_advantageBox {
		height: 160px;
	}


	/* index */
	.members_company .members_companyCon {
		margin: 0;
		padding: 30px 0;
	}

	.members_company .members_companyCon h1 {
		font-size: 30px;
		padding: 0 0 30px;
	}

	.members_people .members_peopleLeft,
	.members_people .members_peopleRight,
	.members_more .members_moreLeft {
		padding-left: 0;
		padding-right: 0;
	}

	.members_people .members_peopleRight ul li {
		/* width: 49%; */
		width: 23%;
		margin: 0 1% 0 0;
		height: auto;
	}

	.members_people .members_peopleRight ul li:nth-of-type(2n) {
		margin: 0 0 0 1%;
	}

	.members_people .members_peopleRight ul li:nth-of-type(3n) {
		margin-right: 1% !important;
	}

	.members_more {
		padding: 40px 0;
	}

	.members_more .members_moreLeft h4,
	.members_more .members_moreLeft h5 {
		font-size: 30px;
	}

	.members_more .members_moreLeft .members_moreCon {
		padding: 0;
	}

	.members_more .members_moreLeft .members_moreCon .members_moreConmain {
		padding: 20px 0 0;
	}

	.members_more .members_moreLeft .members_moreCon a {
		margin: 40px 0;
		text-align: center;
		display: block;
	}


	/* global */
	.global_japan {
		padding: 0;
	}

	.global_japan h1 {
		font-size: 30px;
		text-align: center;
	}

	.global_japan .global_japanList .global_japanBlock .global_japanimg {
		width: 100%;
	}

	.global_japan .global_japanBlockText {
		width: 100%;
		padding: 15px;
	}

	.global_japan .global_japanBlockText h5 {
		padding: 0 0 20px;
	}

	.global_japan .global_japanBlockText .globalViewBtn {
		text-align: center;
		display: block;
	}

	.theforeign {
		padding: 40px 0 !important;
	}


	/* contact */
	.contactCon {
		padding: 60px 0 40px;
	}

	.contactCon h1 {
		padding: 20px 0;
		text-align: center;
	}

	.contactform,
	.contactmsg {
		width: 100%;
	}

	.contactform .halfform,
	.contactform .fullform {
		width: 100%;
		padding: 0 0 25px;
	}

	.contactform .halfform:nth-of-type(2n) {
		padding: 0 0 25px;
	}

	/* .contactform .fullform .contact_submit{width: 140px;height: 46px;padding: 0;text-align: center;line-height: 46px;} */
	.contactform .fullform .contact_submit {
		width: 140px;
		height: 46px;
		padding: 0;
		text-align: left;
		line-height: 46px;
	}

	/* .contactform .fullform .contact_submit svg{margin: 12px 0 0 20px;} */
	.contactform .fullform .contact_submit svg {
		margin: 12px 0 0 30px;
	}

	.contactB_Msg {
		padding: 40px 0;
	}

	.contactB_Msg h5 {
		font-size: 14px;
		margin: 0;
		padding: 0;
	}

	.contactB_Msg p {
		font-size: 14px;
		margin: 0;
		padding: 0 0 40px;
	}

	/* .jo_ls_box ol li .jo_right p{float: right;width: calc(100% - 13%);} */

	/* index */
	/* .ind_banner{height: 300px;background-size: auto 100%;} */
	.ind_banner {
		background-size: auto 100%;
		display: none;
	}

	.ind_bannerText {
		padding: 30px 0 0;
	}

	.ind_bannerText h5,
	.ind_bannerText p {
		font-size: 20px;
	}

	.ind_bannerText p {
		line-height: 1.8;
	}

	.ind_bannerText .globalbtnJump {
		margin: 30px 0 0;
	}

	.mobileBanner {
		display: block;
		margin: 60px 0 0;
	}

	.mobileBanner img {
		width: 100%;
	}

	.mobileBanner .swiper-container-horizontal>.swiper-pagination-bullets {
		display: none;
	}

	.ind_ceo .ind_ceotext {
		float: none;
		width: 100%;
	}

	.ind_ceo img {
		position: relative;
		bottom: 0;
		display: block;
		width: 120px;
		margin: 0;
		float: right;
	}

	.ind_global,
	.ind_ceo {
		padding: 30px 0;
	}

	.ind_global .ind_globalMainLeft h5 {
		font-size: 22px;
	}

	.ind_global .ind_globalMainLeft p {
		font-size: 22px;
	}

	.ind_global .greyrightbg {
		width: 100%;
		height: 100%;
	}

	.ind_global img {
		width: 100%;
		position: relative;
		margin: 0 auto 25px;
		top: 0;
	}

	.ind_global .ind_globalMainLeft,
	.ind_global .ind_globalMainRight {
		width: 100%;
		float: none;
		padding: 0;
	}

	.ind_global .ind_globalMainLeft a {
		display: none;
	}

	.ind_global .ind_globalMainRight {
		margin: 25px 0;
	}

	.ind_news,
	.ind_know {
		padding: 30px 0;
	}

	.ind_know .ind_knowLeft {
		width: 100%;
		padding: 0 0 0;
		margin: 0 0 25px;
	}

	.ind_know .ind_knowRight {
		width: 100%;
	}

	.ind_mutiple .ind_mutipleFirst,
	.ind_mutiple .ind_mutipleblock {
		width: 100%;
		margin: 0 0 50px;
	}

	.about_ti {
		display: none;
	}

	/* 20200416 add */
	.articalTop,
	.articalSearch {
		margin: 60px 0 0;
	}

	.articalRMain {
		padding: 20px 0;
	}

	.articalHoldMain {
		width: 100%;
		padding: 0;
	}

	.articalHoldMain .articalRMainLeft {
		width: 100%;
		margin: 0 0 20px;
	}

	.articalHoldMain .articalRMainRight {
		width: 100%;
		margin: 0;
	}

	.articalSearch {
		padding: 40px 10px;
	}

	.articalSearch .articalsearchName {
		width: 80px;
		font-size: 14px;
		line-height: 40px;
	}

	.articalSearch .articalsearchMain {
		width: calc(100% - 80px);
		font-size: 14px;
	}

	.articalSearch .articalsearchMain .articalsearch {
		padding: 10px;
		font-size: 14px;
	}

	.articalSearch .articalsearchMain .articalsearch_sub {
		background-color: #ececec;
	}

	.articalSMain .articalSList .articalSListBox {
		width: 100%;
	}

	.service_newsBlock {
		margin: 0 0 30px;
		padding: 0;
	}
}

/* 调整 */
.linkjump:hover {
	font-size: 18px;
	font-weight: bold;
}

.linkjump:hover .icon {
	width: 18px !important;
	height: 18px !important;
}

.ind_globalMainLeft a:hover {
	font-size: 18px;
	font-weight: bold;
}

.ind_globalMainLeft a:hover .icon {
	width: 18px !important;
	height: 18px !important;
}

.ind_knowLeft a:hover {
	font-size: 18px;
	font-weight: bold;
}

.ind_knowLeft a:hover .icon {
	width: 18px !important;
	height: 18px !important;
}

.in_a:hover span {
	font-size: 18px;
	font-weight: bold;
}

.in_a:hover .icon {
	width: 25px !important;
	height: 25px !important;
}

.service_newsBlockList a:hover {
	/* font-size: 18px;
	font-weight: bold; */
}

.footer_btn:hover {
	color: #3264af !important;
}


/* 轮播 */
.new_lb {
	position: relative;
}

.lb_text_box {
	position: absolute;
	left: 50%;
	top: 75px;
	transform: translateX(-50%);
}

.lb_text_box h2 {
	font-size: 42px;
	color: white;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}

.lb_text_box h2:before {
	width: 2.2em;
	font-size: 42px;
	height: 0;
	border: 3px #3264af solid;
	content: '';
	display: block;
	background-color: #3264af;
	margin-bottom: 20px;
}

.lb_text_box p {
	font-size: 16px;
	color: white;
	font-weight: 500;
	width: 60%;
	line-height: 32px;
}

.lb_text_box_ts {
	top: unset;
	bottom: 60px;
}

.about_parner2 {
	margin-bottom: 20px;
}

/* 新导航 */
.newpcnavlia {
	position: relative;
}

/* .newpcnavlia:hover ul{
	display: block;
} */
.newpcnavlia ul {
	display: none;
	position: absolute;
	background-color: white;
	top: 90px;
	transition: 0.5s padding, 0.5s background;
	left: 0;
	width: 300%;
}

.newpcnavlia ul li {
	width: 100%;
	width: calc(100% - 30px);
}

.newpcnavlia ul li a {
	/* padding-left: 30px; */
	margin: 5px 0;
	border-bottom: 1px solid #4d4d4d;
	margin-left: 30px;
	padding-left: 0;
	width: calc(100% - 30px);
	padding-bottom: 40px;
}

.newpcnavlia ul li a {
	color: #000;
	text-align: left;
}

.newpcnavlia ul li:last-child a {
	border-bottom: unset;
}

.newpcnavlia ul li:hover {
	color: #3264af;
}

/* 新闻hover */
.ind_news .wrapmain .row a img {
	cursor: pointer;
	transition: all 1s;
}

.ind_news .wrapmain .row a:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.ind_news .wrapmain .row a:hover h5,
.ind_news .wrapmain .row a:hover p {
	color: #3264af;
}

.langSelect {
	display: none;
}

@media screen and (max-width: 960px) and (min-width: 300px) {

	.members_people .members_peopleLeft h5:after,
	.in_bd_h3:after,
	.in_h3:after {
		width: 40px !important;
		margin: 10px auto;
	}

	.contactmsg p {
		font-size: 14px;
	}

	.service_newsBlockList .service_newsBox {
		height: auto;
		margin: 0 0 20px;
	}

	.lb_text_box {
		top: 5%;
	}

	.lb_text_box h2 {
		font-size: 24px;
		margin-bottom: 5px;
		text-align: center;
		margin: 20px 0;
	}

	.lb_text_box h2:before {
		width: 0;
		font-size: 0;
		height: 0;
		border: 0;
		content: '';
		display: block;
		background-color: unset;
		margin-bottom: 0;
		margin-bottom: 0;
	}

	.lb_text_box p {
		font-size: 14px;
		width: 100%;
		line-height: 1.6;
		font-weight: 400;
		color: #fff;
		text-align: center;
		/* text-indent: 2em; */
	}

	.indPC_News {
		display: none;
	}

	.indMobile_News {
		display: block;
	}

	.lb_text_box h2:after {
		width: 2em;
		font-size: 24px;
		height: 0;
		border: 2px #3264af solid;
		content: '';
		display: block;
		background-color: #3264af;
		margin-bottom: 20px;
		margin-bottom: 5px;
		margin: 20px auto;
	}

	.ind_news .ind_newsBlock {
		display: block;
		margin: 0 0 15px;
	}

	.ind_news .ind_newsBlock img {
		width: 50%;
		float: left;
		height: 117px;
	}

	.ind_news .ind_newsBlock .ind_newsBlockText {
		float: left;
		width: 50%;
		padding: 47px 0 48px;
	}

	.ind_news .ind_newsBlock .ind_newsBlockText h5 {
		vertical-align: middle;
		text-align: left;
		font-weight: 400;
		padding: 0 0 0 18px;
		margin: 0;
	}

	.ind_news .ind_newsBlock .ind_newsBlockText p,
	.ind_news .ind_newsBlock .ind_newsBlockText .linkjump {
		display: none;
	}

	.about_company .about_companyCon .about_companyConText {
		padding: 0 15px;
	}

	.ab_box1 .ab_p1 {
		line-height: 1.8 !important;
	}

	.ab_chooseBox_top div {
		width: 100%;
		height: 60px;
		text-align: center;
	}

	.b_h5:after {
		margin: 10px auto;
		width: 40px;
	}

	/* .s_datiao{left: 35% !important;} */
	.articalSListBox .s_datiao {
		left: 0% !important;
	}

	.jp_h4,
	.in_h3 {
		text-align: center;
	}

	.jp_h4:after,
	.in_h3:after {
		margin: 10px auto 0;
	}

	.service_introduce .service_introduceRight {
		display: none;
	}

	.articalRightMenu li.active a::after,
	.articalRightMenu li:hover a::after {
		width: 100%;
		left: 0;
	}

	.articalRightList {
		margin: 15px 0 0;
	}

	.articalRightList ul li a {
		border-bottom: 1px #333 solid;
	}

	.articalRightList ul li:last-child a {
		border: none;
	}

	.service_box .service_l1a p {
		line-height: 2 !important;
		font-weight: 400 !important;
	}


	.langSelect {
		display: block;
		float: right;
		margin: 15px 45px 0 0;
	}

	.langSelect select {
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		font-size: 12px;
		color: #333;
	}
}

.about_companyConText div div,
.jtdw_p div div,
.service_newsBox {
	font-size: 14px;
	line-height: 1.8 !important;
}