@import "bootstrap.css";
@import "animate.min.css";
@import "swiper.min.css";
@import "mobile_nav.css";
@import "../fonts/iconfont.css";


/***

====================================================================
	Reset
====================================================================

 ***/
* {
	margin: 0;
	padding: 0;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: Microsoft YaHei, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.8em;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	letter-spacing: 1px;
}

html,
body {
	position: relative;
	height: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #443f45;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0;
	background: none;
	line-height: 1.6em;
	font-family: 'Source Sans Pro', sans-serif;
}

input,
button,
select,
textarea {
	font-weight: 100;
}

p {
	position: relative;
	line-height: 1.7em;
	font-family: 'Lato', sans-serif;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

img {
	max-width: 100%;
}


.blank-10 {
	height: 10px;
}

.blank-20 {
	height: 20px;
}

.blank-30 {
	height: 30px;
}

.blank-40 {
	height: 40px;
}

.blank-50 {
	height: 50px;
}

.blank-60 {
	height: 60px;
}

.blank-70 {
	height: 70px;
}

.blank-80 {
	height: 80px;
}

.blank-90 {
	height: 90px;
}

.blank-100 {
	height: 100px;
}

.clearfix {
	clear: both;
	*zoom: 1
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.paddZero {
	margin: 0 !important;
	padding: 0 !important;
}

.margin_tb_50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.margin_tb_90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.margin_b_50 {
	margin-bottom: 50px;
}

.margin_b_30 {
	margin-bottom: 30px;
}

.margin_t_50 {
	margin-top: 50px;
}

.margin_b_90 {
	margin-bottom: 90px;
}

.margin_t_90 {
	margin-top: 90px;
}

.mart_30 {
	margin-bottom: 30px;
}

hr {
	border-top: 1px #ccc solid;
}

img {
	max-width: 100%
}

.box_vertical {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
}

.box_horizontal {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
}

.box-align-left {
	-webkit-box-align: left;
}

.box-align-center {
	-webkit-box-align: center;
}

.box-align-right {
	-webkit-box-align: right;
}


/*  web style css */
.head_fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.headPart {
	height: 70px;
	overflow: hidden;
}

.logo {
	margin: 10px 15px;
	width: 130px;
	height: 50px;
	background: url(../images/logo.png);
	overflow: hidden;
	text-indent: -999px;
	display: inline-block;
	float: left;
}





.bannerPart {
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 100;
}

.bannerFixed {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 150;
}

.movebanner {
	height: 100%;
	position: relative;
	background: url(../images/banner_home.jpg) repeat-x 0 50%;
	background-size: 3360px auto;
	animation-name: moveBg;
	animation-duration: 80s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	z-index: 120;
}

@keyframes moveBg {
	from {
		background-position: 0 50%;
	}

	to {
		background-position: -3360px 50%;
	}
}


.banner1_pic1 {
	margin: 30px 0 50px 0;
}

.top_message {
	position: relative;
	min-height: 750px;
	background: url(../images/top_message_bg.jpg) no-repeat center bottom, url(../images/top_message_bg1.jpg) repeat-x bottom;
	overflow: hidden;
}


.top_message h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 800;
}

.top_name {
	padding: 300px 0 0 0;
	font-size: 18px;
}

.top_name h3 {
	margin: 20px 0;
	font-size: 30px;
	color: #000;
	font-weight: 600;
}

.top_name p {
	margin: 0;
	padding: 0;
	color: #666;
}

.vision_bar {
	padding: 100px 0;
	background: url(../images/vision_bg.jpg) no-repeat;
	background-size: cover;
}

.cybozu_title {
	font-size: 30px;
	text-align: center;
}

.cybozu_title h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
}

.vision_text {
	text-align: center;
}

.vision_text h3 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 32px;
	font-weight: 800;
}

.vision_text p {
	font-size: 24px;
}

.vision_text p span {
	color: #ed6d00;
	font-weight: bold;
}

.vision_btn {
	margin: 0 10px;
	border: 2px #fff solid;
	padding: 10px 50px;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: rgba(98, 130, 150, .4);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.vision_btn:hover {
	border: 2px #ed6d00 solid;
	background: #ed6d00;
	color: #fff !important;
}

.vision_btn span {
	display: inline-block;
	margin: 0 0 0 10px;
}

.product_bar {
	padding: 80px 0 0 0;
}

.product_bar .kintone,
.product_bar .garoon {
	float: left;
	width: 50%;
	text-align: center;
	padding: 80px 50px;
}

.product_bar .kintone {
	background: #fef5d2;
	border-right: 2px #fff solid;
}

.product_bar .garoon {
	background: #bee7fa;
	border-left: 2px #fff solid;
}

.product_bar .kintone a,
.product_bar .garoon a {
	padding: 15px 60px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	background: #ffbf00;
}

.product_bar .kintone a span,
.product_bar .garoon a span {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 24px;
}

.product_bar .garoon a {
	background: #003399 !important;
}

.culture_bar {
	position: relative;
	padding: 2px 0;

}

.culture_bar .culture_img_title {
	padding: 50px 0 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	width: 346px;
	z-index: 200;
	margin-left: -173px;
}

.culture_bar ul {
	position: relative;
	z-index: 100;
}

.culture_bar ul li {
	float: left;
	width: 25%;
	position: relative;
}

.culture_bar ul li .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 2px;
	background: rgba(0, 0, 0, .5);
}


.join_us {
	min-height: 270px;
	background: url(../images/join_left.jpg) no-repeat 0 0, url(../images/join_right.jpg) no-repeat right 0, #ecf0f3;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

}

.join_us h2 {
	font-weight: bold;
}

.join_us .join_btn {
	margin: 10px 0 0 0;
	padding: 15px 70px;
	display: inline-block;
	background: #ed6d00;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	-webkit-animation: move-click 1.4s ease infinite;
	animation: move-click 1.4s ease infinite;
}

@-webkit-keyframes move-click {
	0% {
		transform: scale(.9)
	}

	20% {
		transform: scale(1);
	}

	100% {
		transform: scale(.9)
	}
}

.cybozu_menu a {
	margin: 0;
	float: right;
}

.cybozu_menu a:last-child {
	margin: 0;
	line-height: 70px;
	padding: 0 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background: #ed6d00;

}

.cybozu_menu a:first-child {
	padding: 0 30px;
	color: #000;
	background: #fff;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.cybozu_menu a:first-child:hover {
	color: #000;
	background: #fff;
}



.cybozu_menu a:first-child span {
	display: block;
	font-size: 48px;
	line-height: 70px;
}

.cybozu_menu a:first-child label {
	display: none;
	font-size: 48px;
	line-height: 70px;
}

.cybozu_menu .active {
	background: #000 !important;
	color: #fff !important;
}

.cybozu_menu .active span {
	display: none !important;
}



.cybozu_menu .active label {
	display: block !important;
	font-size: 48px;
	line-height: 70px;
}

.pcmenu {
	position: fixed;
	left: 0;
	top: 70px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .7);
	z-index: 1000000000;
	display: none;
}

.pcson {
	position: fixed;
	left: 0;
	top: 70px;
	width: 100%;
	padding: 80px 0;
	background: rgba(0, 0, 0, 1);
	z-index: 1000000001;
	display: none;
}

.pcson a {
	margin: 1.5% 2%;
	padding: 30px 0;
	display: block;
	float: left;
	width: 28%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, .2);
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.pcson a:hover {
	background: #ed6d00;
}



.footer {
	position: relative;
	padding: 100px 0 30px 0;
	background: #403f3e;
	color: rgba(255, 255, 255, 1);
	border-top: 5px #ed6d00 solid;
}

.footer_link {
	padding-right: 50px;
	list-style: none;
}



.footer_left {
	margin: 15px 0;
}

.footer_tel {
	padding: 0 0 0 50px;
	background: url(/public/images/tel.png) no-repeat 0 center;
	background-size: 40px 40px;
	opacity: .8;
}

.footer_tel span {
	font-size: 24px;
}

.footer_icp {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.message_btn{
	position: absolute;
	padding:0 0 50px 0;
	width:100%;
	left:0;
	bottom:0;
	text-align: center;
}
.message_btn a{
	display: inline-block;
	border:2px #fff solid;
	background:rgba(255,255,255,.7);
	color:#000;
	font-size:20px;
	padding:10px 40px;
	font-weight: bold;
	letter-spacing: 2px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.message_btn a:hover{
	border:2px #f3892b solid;
	background:#f3892b;
	color:#fff;
}

.bannerFixed a{
	margin-top:20px;
	display: inline-block;
	border:2px #fff solid;
	background:rgba(255,255,255,.7);
	color:#000;
	font-size:20px;
	padding:10px 40px;
	font-weight: bold;
	letter-spacing: 2px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.bannerFixed a:hover{
	border:2px #f3892b solid;
	background:#f3892b;
	color:#fff;
}



/* 内页banner尺寸 */
.inside_banner {
	height: 300px;
	position: relative;
	background: #eaeaea;
	color: #fff;
	font-weight: 100;
	letter-spacing: 3px;

}

.inside_banner h1 {
	margin: 0 0 20px 0;
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase
}

.inside_banner h3 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}



.pictext {
	padding: 50px 0;
}

.pictext>div {
	float: left;
	width: 50%;
}

.pictext:after {
	display: block;
	content: '';
	clear: both;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text__head {
	margin-bottom: 32px;
	color: #f3892b;
	font-size: 24px;
	font-weight: 300;
	padding-left: 45px;
	font-weight: bold;
	background: url(../images/quest_icon.png) no-repeat 0 center;
}

.text__desc {
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.mainCon {
	background: url(../images/banner1_left.png) no-repeat left bottom, url(../images/banner1_right.png) no-repeat right top;
	background-size: 20%;
}

.compnay_info {
	padding: 80px 0 0 0;
	font-size: 20px;
	color: #333;
}

.compnay_info h1 {
	color: #d8d8d8;
	font-size: 48px;
	text-transform: uppercase;
}

.compnay_info h2 {
	margin: 0 0 40px 0;
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 60px;
	font-weight: 600;
}

.compnay_info h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: #000;
	content: ' ';
}


.compnay_info_img {
	float: right;
	margin: 0 0 0 50px;
}

.compnay_info p {
	line-height: 50px;
}

.compnay_info p span {
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	color: #f3892b;
}

.company_office {
	position: relative;
}

.company_office>div {
	float: left;
}

.com_pic {
	margin: 0 40px 0 0;
}

.com_info {
	font-size: 16px;
	min-height: 300px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: left;
	color: #333;
}

.com_info p span {
	display: inline-block;
	width: 110px;
	color: #000;
	font-weight: 600;
}

.top_slogin {
	padding: 0 30px;
	line-height: 60px;
	border-left: 5px #ed6d00 solid;
	font-size: 36px;
	font-weight: bold;
	color: transparent;
	-webkit-background-clip: text;
	background-color: #ed6d00;
	background-image: linear-gradient(#f25600, #f28c2e, #fd644f, #000000);
}

.top_ceo {
	margin: 50px 0;
	padding: 0 0 50px 380px;
	min-height: 480px;
	font-size: 18px;
	border-bottom: 1px #eaeaea solid;
	background: url(../images/top_people1.png) no-repeat left bottom;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: left;
}

.top_ceo p {
	margin: 10px 0;
}

.ceo_name {
	font-size: 24px;
	font-weight: 600;
}

.top_chinaceo {
	margin: 50px 0;
	padding: 0 450px 50px 0;
	min-height: 500px;
	font-size: 18px;
	border-bottom: 1px #eaeaea solid;
	background: url(../images/top_people2.png) no-repeat right bottom;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: left;
}

.office_list {
	padding-bottom: 100px;
	list-style: none;
}

.office_list li {
	display: block;
	padding: 80px 0;
	border-bottom: 1px #ccc solid;
}

.office_list li:last-child {
	border: none;
}

.office_list li .office_left {
	float: left;
}

.office_list li .office_left_text {
	font-size: 18px;
	float: left;
	width: calc(100% - 600px);
	min-height: 440px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: left;
}

.office_list li .office_right_img {
	float: right;
}

.office_list li .office_text {
	font-size: 18px;
	float: right;
	width: calc(100% - 600px);
	min-height: 440px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: left;
}

.office_list li .office_text h2,
.office_list li .office_left_text h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #ed6d00;
	font-weight: 600;
}

.office_list li .office_text span,
.office_list li .office_left_text span {
	display: inline-block;
	width: 100px;
}

.office_list li .office_text label,
.office_list li .office_left_text label {
	color: #ed6d00;
}

.culture_title {
	margin: 50px 0 30px 0;
	display: block;
	padding: 20px 60px;
	background: #ed6d00;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.culture_info {
	padding: 0 0 0;
	font-size: 21px;
	color: #333;
}

.culture_info p {
	line-height: 50px;
	letter-spacing: 1px;
	text-align: justify;
}

.culture_info p span {
	display: inline-block;
	font-size: 21px;
	font-weight: 600;
	color: #f3892b;
}

.text_underline {
	margin: 20px 0;
	padding: 15px;
	position: relative;
	border: 1px #f3892b dashed;
	background: url(../images/company_left_bottom.png) no-repeat, url(../images/company_right_top.png) no-repeat right 0, rgba(243, 137, 43, .1);
	background-size: auto 100%;
}

.text_underline span {
	position: relative;
	padding: 0 10px;
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	z-index: 100;
}

.text_underline span strong {
	position: relative;
	z-index: 100;
	display: inline-block;
	color: rgba(243, 137, 43, 1);
}

.text_underline span i {
	left: 0;
	bottom: 3px;
	width: 100%;
	height: 12px;
	background: #ffbf00;
	position: absolute;
	z-index: 90;
}

.text_underline em {
	margin: 0;
	display: inline-block;
	color: rgba(243, 137, 43, 1);
	font-size: 42px;
	vertical-align: bottom;
	font-style: normal;
}

.text_underline p {
	margin: 0;
	font-size: 24px;

}

.culture_smalltitle {
	margin: 30px 0;
	font-size: 24px;
	color: #000;
	font-weight: 600;

}

.culture_pro>div {
	margin-bottom: 30px;
}

.culture_pro h2 {
	margin: 20px 0;
	display: block;
	color: #333;
	font-size: 18px;
}

.culture_more {
	display: inline-block;
	background: #666;
	padding: 10px 50px;
	color: #fff;
	font-weight: bold;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.culture_pro a:hover .culture_more {
	background: #f3892b;
}

.contact_icon {
	position: fixed;
	right: 5px;
	top: 50%;
	width: 80px;
	height: 95px;
	margin-top: -47px;
	z-index: 100000000000;
	opacity: 0;
}

.contact_icon a {
	display: block;
	height: 95px;
	background: url(../images/icon_contact.png) no-repeat;
}

.contact_bar a {
	display: block;
	padding: 100px 0;
	background: url(../images/contact_bg.jpg) no-repeat;
	background-size: cover;
	color: #000;

}

.contact_btn {
	margin: 0 auto;
	position: relative;
	display: inline-block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	background: url(../images/kintone_btn.png) no-repeat 0 0;
}

.cybozu_title:hover .contact_btn:hover {
	color: #fff;
	background: url(../images/kintone_btn.png) no-repeat 0 0;
	background-position: 0 -50px;
}

.contact_btn span {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 20px;
	background: url(../images/click.png) no-repeat;
	-webkit-animation: move-click 1s ease infinite;
	animation: move-click 1s ease infinite;
}

.contact_btn:hover span {
	background-position: -32px;
}


.title_l_r {
	margin: 0 0 50px 0;
	line-height: 50px;
}

.title_l_r span {
	padding: 0 100px;
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	position: relative;
	color: #000;
	font-weight: bold;
}

.title_l_r span::before,
.title_l_r span::after {
	position: absolute;
	content: '';
	width: 66px;
	height: 38px;
	top: 8px;
}

.title_l_r span::before {
	background: url(../images/title_left_icon.png) no-repeat;
	left: 0;
}

.title_l_r span::after {
	background: url(../images/title_right_icon.png) no-repeat;
	right: 0;
}


.culture_list {
	padding: 40px 20px;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.culture_listIcon {
	margin: 40px 0;
	display: block;
	color: rgba(243, 137, 43, 1);
	font-weight: 100;
}

.culture_listIcon span {
	font-size: 72px;
}

.culture_list h2 {
	font-weight: bold;
	font-size: 24px;
	color: #333;
}

.culture_list p {
	display: block;
	margin: 20px 0;
	line-height: 30px;
	font-weight: normal;
	color: #666;
}

.culture_list a {
	display: block;
	background: rgba(243, 137, 43, 1);
	color: #fff;
	line-height: 50px;
	border-radius: 20px;
}

.culture_pic_text {
	display: block;
	margin: 30px 0;
}

.culture_pic_text>div:nth-child(2) {
	background: rgba(204, 204, 204, .2);
	width: calc(100% - 480px);
}

.culture_text_list {
	padding: 50px;
	min-height: 430px;

}

.culture_text_list h2 {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 28px;
	color: rgba(243, 137, 43, 1);
}

.culture_text_list p {
	margin: 0;
	line-height: 30px;
	font-size: 18px !important;
}

.culture_text_list span {
	color: #000 !important;
	font-size: 14px !important;
}


.privacy_con {
	font-size: 18px;
}

.privacy_con h2 {
	display: block;
	margin: 15px 0;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.privacy_con table td{
	padding:5px;
	border:1px #eaeaea solid;
	font-size:16px;
}

.philosophy_bor{
	border-radius: 5px;
	border:1px #eaeaea solid;
}

.philosophy-title{
	position: relative;
	padding:30px 0;
	font-size: 32px;
	font-weight: bold;
	border-bottom: 3px #ccc solid;
}
.philosophy-title::after{
	position: absolute;
	left:0;
	bottom:-3px;
	content: '';
	height:3px;
	background:#ed6d00;
	width:100px;
}


.philosophy_list {
	padding-bottom: 50px;
	list-style: none;
}

.philosophy_list li {
	display: block;
	padding: 30px 0;
}


.philosophy_list li .philosophy_left {
	float: left;
	width:30%
}

.philosophy_list li .philosophy_left_text {
	font-size: 18px;
	float: left;
	width: calc(100% - 40%);
	min-height: 342px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: left;
}

.philosophy_list li .philosophy_right_img {
	float: right;
	width:30%
}

.philosophy_list li .philosophy_text {
	font-size: 18px;
	float: right;
	width: calc(100% - 40%);
	min-height: 342px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: left;
}

.philosophy_list li .philosophy_text h2,
.philosophy_list li .philosophy_left_text h2 {
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #ed6d00;
}
.philosophy_list li .philosophy_text h1,
.philosophy_list li .philosophy_left_text h1 {
	margin: 0 0 30px 0;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.philosophy_list li .philosophy_text span,
.philosophy_list li .philosophy_left_text span {
	display: inline-block;
	width: 100px;
}

.philosophy_list li .philosophy_text label,
.philosophy_list li .philosophy_left_text label {
	color: #ed6d00;
}



/* 适配移动端 */
@media (max-width: 767px) {
	.head_fixed {
		max-height: 60px;
		z-index: 1800;
	}

	.logo {
		margin: 19px 0;
		width: 80px;
		height: 28px;
		background: url(../images/logo_2x.png) no-repeat;
		background-size: 80px auto;
		overflow: hidden;
		text-indent: -999px;
		display: inline-block;
		float: left;
	}

	.m_menu {
		margin: 15px 0;
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/menu_2x.png) no-repeat;
		background-size: 30px;
	}

	.app-hide-list i {
		margin-top: 5px;
		margin-right: 10px;
		font-size: 11px;
	}

	.app-hide-list {
		background: #f5f5f5;
		margin: 5px 0;
		color: #000;
	}

	.app-slide-menu .mdui-list-item-content {
		text-align: left;
		padding-left: .8em;
	}

	.app-collapse-menu {
		margin: 0 16px;
	}

	.app-list-home {
		padding: 0;
		margin: 5px 0 10px;
		background: #f1871e;
	}

	.app-list-home:hover {
		background: #f1871e;
	}

	.app-list-home i {
		margin-top: -3px;
		margin-right: 5px;
		color: #fff;
	}

	.app-list-home a {
		color: #fff;
	}

	.app-list-item-link {
		color: #fff;
		display: block;
		width: 100%;
		text-align: left;
	}

	.mdui-collapse-item-body .app-sub-list {
		padding: 0;
		margin: 8px;
		height: 30px;
		line-height: 30px;
		background: #fff;
	}

	.mdui-collapse-item-body .app-sub-list a {
		padding-left: 23px;
	}

	.app-collapse-list {
		margin: 10px 0;
	}

	.bannerPart {
		width: 100%;
		height: 240px;
		position: relative;
		z-index: 100;
	}

	.movebanner {
		height: 100%;
		position: relative;
		background: url(../images/banner_home.jpg) repeat-x 0 50%;
		background-size: 1140px auto;
		animation-name: moveBg;
		animation-duration: 80s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		z-index: 120;
	}

	@keyframes moveBg {
		from {
			background-position: 0 50%;
		}

		to {
			background-position: -1140px 50%;
		}
	}

	.bannerFixed {
		text-align: center;
	}

	.bannerFixed img {
		max-width: 80%;
	}



	.top_message {
		position: relative;
		min-height: 300px !important;
		background: url(../images/top_message_bg.jpg) no-repeat center bottom, #ededed;
		background-size: 100%;
		overflow: hidden;
	}

	.cybozu_title {
		font-size: 18px;
		text-align: center;
	}

	.cybozu_title h2 {
		margin: 0 0 0 0;
		text-align: center;
		font-size: 24px;
		font-weight: 800;
	}

	.top_name {
		padding: 30px 0 0 0;
		font-size: 18px;
	}

	.top_name h3 {
		margin: 20px 0;
		font-size: 18px;
		color: #000;
		font-weight: 600;
	}

	.top_name p {
		margin: 0;
		padding: 0;
		color: #666;
		font-size: 12px;
	}

	.text-name_right {
		text-align: right !important;
	}

	.vision_bar {
		padding: 30px 0;
		background: url(../images/vision_bg.jpg) no-repeat;
		background-size: cover;
	}

	.vision_bar img {
		max-width: 90%;
	}

	.vision_text h3 {
		margin: 0 0 20px 0;
		text-align: center;
		font-size: 20px;
		font-weight: 800;
	}

	.vision_text p {
		font-size: 16px;
	}

	.vision_text p span {
		color: #ed6d00;
		font-weight: bold;
	}

	.vision_btn {
		margin: 10px;
		border: 1px #fff solid;
		padding: 10px 50px;
		display: inline-block;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		background: rgba(98, 130, 150, .4);
		transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
	}

	.product_bar {
		padding: 40px 0 0 0;
	}

	.product_bar .kintone,
	.product_bar .garoon {
		float: left;
		width: 100%;
		text-align: center;
		padding: 40px 0;
	}

	.product_bar .kintone {
		background: #fef5d2;
		border-right: 0px #fff solid;
	}

	.product_bar .garoon {
		background: #bee7fa;
		border-left: 2px #fff solid;
	}

	.product_bar .kintone a,
	.product_bar .garoon a {
		padding: 15px 60px;
		display: inline-block;
		font-size: 20px;
		color: #fff;
		background: #ffbf00;
	}

	.product_bar .kintone a span,
	.product_bar .garoon a span {
		display: inline-block;
		margin: 0 0 0 10px;
		font-size: 24px;
	}

	.product_bar .garoon a {
		background: #003399 !important;
	}

	.culture_bar ul li {
		float: left;
		width: 50%;
		position: relative;
	}

	.join_us {
		min-height: 270px;
		background: url(../images/join_left.jpg) no-repeat 0 0, url(../images/join_right.jpg) no-repeat right 0, #ecf0f3;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		background-size: cover;
	}






	.footer {
		padding: 30px 0 20px 0;
		background: #474747;
	}

	.footer_link {
		padding-right: 0;
		list-style: none;
		text-spacing: 0;
	}

	.footer_left {
		padding: 0;
		width: 100%;
		background: url(../images/footer_logo.png) no-repeat;
		letter-spacing: 0;
		background-size: auto 25px !important;
	}

	.footer_tel {
		padding: 20px 0 20px 50px;
		color: #acadaf;
		background: url(../images/icon_tel.png) no-repeat 0 center;
		background-size: 30px auto;
	}

	.footer_tel span {
		display: block;
		font-size: 20px;
	}

	.footer_text {
		list-style: none;
		display: block;
		padding: 10px 0;
		color: #acadaf;
		font-size: 14px;
	}


	.footer_copy {
		padding: 15px;
		background: #585858;
		font-size: 12px;
		color: #acadaf;
		text-align: center;
	}

	.copy_left {
		display: block;
		float: none;
	}

	.copy_right {
		display: block;
		float: none;
		text-align: center;
	}



	.inside_banner {
		height: 150px;
		position: relative;
		color: #fff;
		font-weight: 100;
		letter-spacing: 0;
		background-size: cover !important;
	}

	.inside_banner h1 {
		margin: 0 0 10px 0;
		font-size: 24px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase
	}

	.inside_banner h3 {
		font-size: 18px;
		color: #fff;
		line-height: 20px;
	}

	.compnay_info {
		padding: 40px 0 0 0;
		font-size: 16px;
		color: #333;
	}

	.compnay_info h1 {
		color: #d8d8d8;
		font-size: 48px;
		text-transform: uppercase;
	}

	.compnay_info h2 {
		margin: 0 0 40px 0;
		color: #000;
		font-size: 30px;
		text-transform: uppercase;
		line-height: 60px;
		font-weight: 600;
	}

	.compnay_info h2::after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 60px;
		height: 2px;
		background: #000;
		content: ' ';
	}


	.compnay_info_img {
		float: right;
		margin: 0 0 0 50px;
	}

	.compnay_info p {
		line-height: 30px;
	}

	.compnay_info p span {
		display: inline-block;
		font-size: 20px;
		font-weight: 600;
		color: #f3892b;
	}

	.com_info {
		font-size: 16px;
		min-height: 250px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-webkit-box-align: left;
		color: #333;
	}

	.top_slogin {
		padding: 0 0 0 30px;
		line-height: 40px;
		border-left: 5px #ed6d00 solid;
		font-size: 24px;
		font-weight: bold;
		color: transparent;
		-webkit-background-clip: text;
		background-color: #ed6d00;
		background-image: linear-gradient(#f25600, #f28c2e, #fd644f, #000000);
	}

	.top_ceo {
		margin: 0 0 50px 0;
		padding: 0 0 50px 0;
		min-height: 950px;
		font-size: 16px;
		border-bottom: 1px #eaeaea solid;
		background: url(../images/top_people1.png) no-repeat left bottom;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: center;
		-webkit-box-pack: start;
		-webkit-box-align: left;
	}

	.top_ceo p {
		margin: 10px 0;
	}

	.ceo_name {
		font-size: 24px;
		font-weight: 600;
	}

	.top_chinaceo {
		margin: 50px 0;
		padding: 0 0 50px 0;
		min-height: 980px;
		font-size: 16px;
		border-bottom: 1px #eaeaea solid;
		background: url(../images/top_people2.png) no-repeat left bottom;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: start;
		-webkit-box-align: left;
	}

	.office_list {
		padding-bottom: 100px;
		list-style: none;
	}

	.office_list li {
		display: block;
		padding: 0 0 40px 0;
		border-bottom: 1px #ccc solid;
		margin-bottom: 50px;
	}

	.office_list li:last-child {
		border: none;
	}

	.office_list li .office_left {
		float: left;
		width: 100%;
	}

	.office_list li .office_left_text {
		font-size: 16px;
		float: left;
		width: 100%;
		min-height: auto !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-webkit-box-align: left;
	}

	.office_list li .office_right_img {
		float: left;
		width: 100%;
	}

	.office_list li .office_text {
		padding: 20px 0 0 0;
		font-size: 16px;
		width: 100%;
		min-height: auto !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-webkit-box-align: left;
	}

	.office_list li .office_text h2,
	.office_list li .office_left_text h2 {
		margin: 0 0 20px 0;
		font-size: 30px;
		color: #ed6d00;
		font-weight: 600;
	}

	.office_list li .office_text span,
	.office_list li .office_left_text span {
		display: inline-block;
		width: 100px;
	}

	.office_list li .office_text label,
	.office_list li .office_left_text label {
		color: #ed6d00;
	}

	.culture_title {
		margin: 50px 0 30px 0;
		display: block;
		padding: 20px 30px;
		background: #ed6d00;
		color: #fff;
		font-size: 24px;
		font-weight: 600;
	}

	.culture_info {
		padding: 0 0 0;
		font-size: 16px;
		color: #333;
	}

	.culture_info p {
		line-height: 30px;
	}

	.culture_info p span {
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		color: #f3892b;
	}

	.text_underline {
		margin: 20px 0;
		padding: 15px;
		position: relative;
		border: 1px #f3892b dashed;
		background: url(../images/company_left_bottom.png) no-repeat, url(../images/company_right_top.png) no-repeat right 0, rgba(243, 137, 43, .1);
		background-size: auto 100%;
	}

	.text_underline span {
		position: relative;
		padding: 0 10px;
		display: inline-block;
		font-size: 30px;
		font-weight: bold;
		z-index: 100;
	}

	.text_underline span strong {
		position: relative;
		z-index: 100;
		display: inline-block;
		color: rgba(243, 137, 43, 1);
	}

	.text_underline span i {
		left: 0;
		bottom: 3px;
		width: 100%;
		height: 12px;
		background: #ffbf00;
		position: absolute;
		z-index: 90;
	}

	.text_underline em {
		margin: 0;
		display: inline-block;
		color: rgba(243, 137, 43, 1);
		font-size: 32px;
		vertical-align: bottom;
		font-style: normal;
	}

	.text_underline p {
		margin: 0;
		font-size: 18px;

	}

	.culture_smalltitle {
		margin: 30px 0;
		font-size: 18px;
		color: #000;
		font-weight: 600;

	}

	.culture_pro h2 {
		margin: 20px 0;
		display: block;
		color: #333;
		font-size: 24px;
	}

	.culture_more {
		display: inline-block;
		background: #666;
		padding: 10px 50px;
		color: #fff;
		font-weight: bold;
		transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
	}

	.culture_pro a:hover .culture_more {
		background: #f3892b;
	}

	.title_l_r {
		margin: 0 0 50px 0;
		line-height: 30px;
	}

	.title_l_r span {
		padding: 0 35px;
		display: inline-block;
		font-size: 18px;
		font-weight: 500;
		position: relative;
		color: #000;
		font-weight: bold;
	}

	.title_l_r span::before,
	.title_l_r span::after {
		position: absolute;
		content: '';
		width: 33px;
		height: 19px;
		top: 8px;
	}

	.title_l_r span::before {
		background: url(../images/title_left_icon.png) no-repeat;
		left: 0;
		background-size: 100%;
	}

	.title_l_r span::after {
		background: url(../images/title_right_icon.png) no-repeat;
		right: 0;
		background-size: 100%;
	}


	.culture_list {
		margin: 20px 0;
		padding: 20px 30px;
		border-radius: 20px;
		box-shadow: 0 0 15px rgba(0, 0, 0, .2);
		background: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}

	.culture_listIcon {
		margin: 40px 0;
		display: block;
		color: rgba(243, 137, 43, 1);
		font-weight: 100;
	}

	.culture_listIcon span {
		font-size: 48px;
	}

	.culture_list h2 {
		font-weight: bold;
		font-size: 20px;
		color: #333;
	}

	.culture_list p {
		display: block;
		margin: 10px 0;
		line-height: 30px;
		font-weight: normal;
		color: #666;
	}

	.culture_list a {
		display: block;
		background: rgba(243, 137, 43, 1);
		color: #fff;
		line-height: 50px;
		border-radius: 20px;
	}

	.culture_pic_text {
		display: block;
		margin: 30px 0;
	}

	.culture_pic_text>div {
		float: left;
		width: 100% !important;
	}

	.culture_pic_text>div:nth-child(2) {
		background: rgba(204, 204, 204, .2);
		width: 100% !important;
	}

	.culture_text_list {
		padding: 30px;
		min-height: auto !important;

	}

	.culture_text_list h2 {
		margin: 0 0 20px 0;
		font-weight: bold;
		font-size: 28px;
		color: rgba(243, 137, 43, 1);
	}

	.culture_text_list p {
		margin: 0;
		line-height: 30px;
		font-size: 16px !important;
	}

	.culture_text_list span {
		color: #000 !important;
		font-size: 10px !important;
	}



.philosophy_list {
	padding-bottom: 50px;
	list-style: none;
}

.philosophy_list li {
	display: block;
	padding: 30px 0;
}


.philosophy_list li .philosophy_left {
	float: left;
	width:100%
}

.philosophy_list li .philosophy_left_text {
	font-size: 18px;
	float: left;
	width: 100%;
	min-height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: left;
}

.philosophy_list li .philosophy_right_img {
	float: right;
	width:100%
}

.philosophy_list li .philosophy_text {
	font-size: 18px;
	float: right;
	width: 100%;
	min-height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-webkit-box-align: left;
}

.philosophy_list li .philosophy_text h2,
.philosophy_list li .philosophy_left_text h2 {
	margin: 0 0 20px 0;
	font-size: 24px;
	color: #ed6d00;
}
.philosophy_list li .philosophy_text h1,
.philosophy_list li .philosophy_left_text h1 {
	margin: 0 0 30px 0;
	font-size: 23px;
	color: #000;
	font-weight: bold;
}

.philosophy_list li .philosophy_text span,
.philosophy_list li .philosophy_left_text span {
	display: inline-block;
	width: 100px;
}

.philosophy_list li .philosophy_text label,
.philosophy_list li .philosophy_left_text label {
	color: #ed6d00;
}


}

/* ipad */
@media (min-width: 768px) and (max-width: 992px) {
	.head_fixed {
		max-height: 60px;
		z-index: 1800;
	}

	.logo {
		margin: 19px 0;
		width: 80px;
		height: 28px;
		background: url(../images/logo_2x.png) no-repeat;
		background-size: 80px auto;
		overflow: hidden;
		text-indent: -999px;
		display: inline-block;
		float: left;
	}

	.m_menu {
		margin: 15px 0;
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url(../images/menu_2x.png) no-repeat;
		background-size: 30px;
	}

	.app-hide-list i {
		margin-top: 5px;
		margin-right: 10px;
		font-size: 11px;
	}

	.app-hide-list {
		background: #f5f5f5;
		margin: 5px 0;
		color: #000;
	}

	.app-slide-menu .mdui-list-item-content {
		text-align: left;
		padding-left: .8em;
	}

	.app-collapse-menu {
		margin: 0 16px;
	}

	.app-list-home {
		padding: 0;
		margin: 5px 0 10px;
		background: #f1871e;
	}

	.app-list-home:hover {
		background: #f1871e;
	}

	.app-list-home i {
		margin-top: -3px;
		margin-right: 5px;
		color: #fff;
	}

	.app-list-home a {
		color: #fff;
	}

	.app-list-item-link {
		color: #fff;
		display: block;
		width: 100%;
		text-align: left;
	}

	.mdui-collapse-item-body .app-sub-list {
		padding: 0;
		margin: 8px;
		height: 30px;
		line-height: 30px;
		background: #fff;
	}

	.mdui-collapse-item-body .app-sub-list a {
		padding-left: 23px;
	}

	.app-collapse-list {
		margin: 10px 0;
	}

	.bannerPart {
		width: 100%;
		height: 240px;
		position: relative;
		z-index: 100;
	}

	.movebanner {
		height: 100%;
		position: relative;
		background: url(../images/banner_home.jpg) repeat-x 0 50%;
		background-size: 1140px auto;
		animation-name: moveBg;
		animation-duration: 80s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		z-index: 120;
	}

	@keyframes moveBg {
		from {
			background-position: 0 50%;
		}

		to {
			background-position: -1140px 50%;
		}
	}

	.bannerFixed {
		text-align: center;
	}

	.bannerFixed img {
		max-width: 80%;
	}



	.top_message {
		position: relative;
		min-height: 300px !important;
		background: url(../images/top_message_bg.jpg) no-repeat center bottom, #ededed;
		background-size: 100%;
		overflow: hidden;
	}

	.cybozu_title {
		font-size: 18px;
		text-align: center;
	}

	.cybozu_title h2 {
		margin: 0 0 0 0;
		text-align: center;
		font-size: 24px;
		font-weight: 800;
	}

	.top_name {
		padding: 30px 0 0 0;
		font-size: 18px;
	}

	.top_name h3 {
		margin: 20px 0;
		font-size: 18px;
		color: #000;
		font-weight: 600;
	}

	.top_name p {
		margin: 0;
		padding: 0;
		color: #666;
		font-size: 12px;
	}

	.text-name_right {
		text-align: right !important;
	}

	.vision_bar {
		padding: 30px 0;
		background: url(../images/vision_bg.jpg) no-repeat;
		background-size: cover;
	}

	.vision_bar img {
		max-width: 90%;
	}

	.vision_text h3 {
		margin: 0 0 20px 0;
		text-align: center;
		font-size: 20px;
		font-weight: 800;
	}

	.vision_text p {
		font-size: 16px;
	}

	.vision_text p span {
		color: #ed6d00;
		font-weight: bold;
	}

	.vision_btn {
		margin: 10px;
		border: 1px #fff solid;
		padding: 10px 50px;
		display: inline-block;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		background: rgba(98, 130, 150, .4);
		transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
	}

	.product_bar {
		padding: 40px 0 0 0;
	}

	.product_bar .kintone,
	.product_bar .garoon {
		float: left;
		width: 100%;
		text-align: center;
		padding: 40px 0;
	}

	.product_bar .kintone {
		background: #fef5d2;
		border-right: 0px #fff solid;
	}

	.product_bar .garoon {
		background: #bee7fa;
		border-left: 2px #fff solid;
	}

	.product_bar .kintone a,
	.product_bar .garoon a {
		padding: 15px 60px;
		display: inline-block;
		font-size: 20px;
		color: #fff;
		background: #ffbf00;
	}

	.product_bar .kintone a span,
	.product_bar .garoon a span {
		display: inline-block;
		margin: 0 0 0 10px;
		font-size: 24px;
	}

	.product_bar .garoon a {
		background: #003399 !important;
	}

	.culture_bar ul li {
		float: left;
		width: 50%;
		position: relative;
	}

	.join_us {
		min-height: 270px;
		background: url(../images/join_left.jpg) no-repeat 0 0, url(../images/join_right.jpg) no-repeat right 0, #ecf0f3;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		background-size: cover;
	}






	.footer {
		padding: 30px 0 20px 0;
		background: #474747;
	}

	.footer_link {
		padding-right: 0;
		list-style: none;
		text-spacing: 0;
	}

	.footer_left {
		padding: 0;
		width: 100%;
		background: url(../images/footer_logo.png) no-repeat;
		letter-spacing: 0;
		background-size: auto 25px !important;
	}

	.footer_tel {
		padding: 20px 0 20px 50px;
		color: #acadaf;
		background: url(../images/icon_tel.png) no-repeat 0 center;
		background-size: 30px auto;
	}

	.footer_tel span {
		display: block;
		font-size: 20px;
	}

	.footer_text {
		list-style: none;
		display: block;
		padding: 10px 0;
		color: #acadaf;
		font-size: 14px;
	}


	.footer_copy {
		padding: 15px;
		background: #585858;
		font-size: 12px;
		color: #acadaf;
		text-align: center;
	}

	.copy_left {
		display: block;
		float: none;
	}

	.copy_right {
		display: block;
		float: none;
		text-align: center;
	}



	.inside_banner {
		height: 150px;
		position: relative;
		color: #fff;
		font-weight: 100;
		letter-spacing: 0;
		background-size: cover !important;
	}

	.inside_banner h1 {
		margin: 0 0 10px 0;
		font-size: 24px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase
	}

	.inside_banner h3 {
		font-size: 18px;
		color: #fff;
		line-height: 20px;
	}

	.compnay_info {
		padding: 40px 0 0 0;
		font-size: 16px;
		color: #333;
	}

	.compnay_info h1 {
		color: #d8d8d8;
		font-size: 48px;
		text-transform: uppercase;
	}

	.compnay_info h2 {
		margin: 0 0 40px 0;
		color: #000;
		font-size: 30px;
		text-transform: uppercase;
		line-height: 60px;
		font-weight: 600;
	}

	.compnay_info h2::after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 60px;
		height: 2px;
		background: #000;
		content: ' ';
	}


	.compnay_info_img {
		float: right;
		margin: 0 0 0 50px;
	}

	.compnay_info p {
		line-height: 30px;
	}

	.compnay_info p span {
		display: inline-block;
		font-size: 20px;
		font-weight: 600;
		color: #f3892b;
	}

	.com_info {
		font-size: 16px;
		min-height: 250px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-webkit-box-align: left;
		color: #333;
	}

	.top_slogin {
		padding: 0 0 0 30px;
		line-height: 40px;
		border-left: 5px #ed6d00 solid;
		font-size: 24px;
		font-weight: bold;
		color: transparent;
		-webkit-background-clip: text;
		background-color: #ed6d00;
		background-image: linear-gradient(#f25600, #f28c2e, #fd644f, #000000);
	}

	.top_ceo {
		margin: 0 0 50px 0;
		padding: 0 0 50px 0;
		min-height: 950px;
		font-size: 16px;
		border-bottom: 1px #eaeaea solid;
		background: url(../images/top_people1.png) no-repeat left bottom;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: center;
		-webkit-box-pack: start;
		-webkit-box-align: left;
	}

	.top_ceo p {
		margin: 10px 0;
	}

	.ceo_name {
		font-size: 24px;
		font-weight: 600;
	}

	.top_chinaceo {
		margin: 50px 0;
		padding: 0 0 50px 0;
		min-height: 980px;
		font-size: 16px;
		border-bottom: 1px #eaeaea solid;
		background: url(../images/top_people2.png) no-repeat left bottom;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: start;
		-webkit-box-align: left;
	}

	.office_list {
		padding-bottom: 100px;
		list-style: none;
	}

	.office_list li {
		display: block;
		padding: 0 0 40px 0;
		border-bottom: 1px #ccc solid;
		margin-bottom: 50px;
	}

	.office_list li:last-child {
		border: none;
	}

	.office_list li .office_left {
		float: left;
		width: 100%;
	}

	.office_list li .office_left_text {
		font-size: 16px;
		float: left;
		width: 100%;
		min-height: auto !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-webkit-box-align: left;
	}

	.office_list li .office_right_img {
		float: left;
		width: 100%;
	}

	.office_list li .office_text {
		padding: 20px 0 0 0;
		font-size: 16px;
		width: 100%;
		min-height: auto !important;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-webkit-box-align: left;
	}

	.office_list li .office_text h2,
	.office_list li .office_left_text h2 {
		margin: 0 0 20px 0;
		font-size: 30px;
		color: #ed6d00;
		font-weight: 600;
	}

	.office_list li .office_text span,
	.office_list li .office_left_text span {
		display: inline-block;
		width: 100px;
	}

	.office_list li .office_text label,
	.office_list li .office_left_text label {
		color: #ed6d00;
	}

	.culture_title {
		margin: 50px 0 30px 0;
		display: block;
		padding: 20px 30px;
		background: #ed6d00;
		color: #fff;
		font-size: 24px;
		font-weight: 600;
	}

	.culture_info {
		padding: 0 0 0;
		font-size: 16px;
		color: #333;
	}

	.culture_info p {
		line-height: 30px;
	}

	.culture_info p span {
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		color: #f3892b;
	}

	.text_underline {
		margin: 20px 0;
		padding: 15px;
		position: relative;
		border: 1px #f3892b dashed;
		background: url(../images/company_left_bottom.png) no-repeat, url(../images/company_right_top.png) no-repeat right 0, rgba(243, 137, 43, .1);
		background-size: auto 100%;
	}

	.text_underline span {
		position: relative;
		padding: 0 10px;
		display: inline-block;
		font-size: 30px;
		font-weight: bold;
		z-index: 100;
	}

	.text_underline span strong {
		position: relative;
		z-index: 100;
		display: inline-block;
		color: rgba(243, 137, 43, 1);
	}

	.text_underline span i {
		left: 0;
		bottom: 3px;
		width: 100%;
		height: 12px;
		background: #ffbf00;
		position: absolute;
		z-index: 90;
	}

	.text_underline em {
		margin: 0;
		display: inline-block;
		color: rgba(243, 137, 43, 1);
		font-size: 32px;
		vertical-align: bottom;
		font-style: normal;
	}

	.text_underline p {
		margin: 0;
		font-size: 18px;

	}

	.culture_smalltitle {
		margin: 30px 0;
		font-size: 18px;
		color: #000;
		font-weight: 600;

	}

	.culture_pro h2 {
		margin: 20px 0;
		display: block;
		color: #333;
		font-size: 24px;
	}

	.culture_more {
		display: inline-block;
		background: #666;
		padding: 10px 50px;
		color: #fff;
		font-weight: bold;
		transition: All 0.4s ease-in-out;
		-webkit-transition: All 0.4s ease-in-out;
		-moz-transition: All 0.4s ease-in-out;
		-o-transition: All 0.4s ease-in-out;
	}

	.culture_pro a:hover .culture_more {
		background: #f3892b;
	}

	.title_l_r {
		margin: 0 0 50px 0;
		line-height: 30px;
	}

	.title_l_r span {
		padding: 0 35px;
		display: inline-block;
		font-size: 18px;
		font-weight: 500;
		position: relative;
		color: #000;
		font-weight: bold;
	}

	.title_l_r span::before,
	.title_l_r span::after {
		position: absolute;
		content: '';
		width: 33px;
		height: 19px;
		top: 8px;
	}

	.title_l_r span::before {
		background: url(../images/title_left_icon.png) no-repeat;
		left: 0;
		background-size: 100%;
	}

	.title_l_r span::after {
		background: url(../images/title_right_icon.png) no-repeat;
		right: 0;
		background-size: 100%;
	}


	.culture_list {
		margin: 20px 0;
		padding: 20px 30px;
		border-radius: 20px;
		box-shadow: 0 0 15px rgba(0, 0, 0, .2);
		background: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}

	.culture_listIcon {
		margin: 40px 0;
		display: block;
		color: rgba(243, 137, 43, 1);
		font-weight: 100;
	}

	.culture_listIcon span {
		font-size: 48px;
	}

	.culture_list h2 {
		font-weight: bold;
		font-size: 20px;
		color: #333;
	}

	.culture_list p {
		display: block;
		margin: 10px 0;
		line-height: 30px;
		font-weight: normal;
		color: #666;
	}

	.culture_list a {
		display: block;
		background: rgba(243, 137, 43, 1);
		color: #fff;
		line-height: 50px;
		border-radius: 20px;
	}

	.culture_pic_text {
		display: block;
		margin: 30px 0;
	}

	.culture_pic_text>div {
		float: left;
		width: 100% !important;
	}

	.culture_pic_text>div:nth-child(2) {
		background: rgba(204, 204, 204, .2);
		width: 100% !important;
	}

	.culture_text_list {
		padding: 30px;
		min-height: auto !important;

	}

	.culture_text_list h2 {
		margin: 0 0 20px 0;
		font-weight: bold;
		font-size: 28px;
		color: rgba(243, 137, 43, 1);
	}

	.culture_text_list p {
		margin: 0;
		line-height: 30px;
		font-size: 16px !important;
	}

	.culture_text_list span {
		color: #000 !important;
		font-size: 10px !important;
	}



}

@media (min-width: 993px) and (max-width: 1599px) {}

@media (min-width: 1600px) and (max-width: 2500px) {}
