@charset "utf-8";

/* container */

/* main */
.main {
	position: relative;
	width: 100%;
	height: 100%;
	background: url("../img/img_mainbg.jpg") no-repeat center;
	background-size: cover;
}
.carousel-inner .carousel-item {
    padding-top: 15%;
    margin-left: 0%;
}
.mainInner {
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
}
.mainInner > h2 {
	width: 676px;
	height: 276px;
	line-height: 1.3;
	padding-top: 68px;
	padding-bottom: 68px;
	border: 5px solid #d2d5da;
	font-weight: 300;
	font-size: 42px;
	color: #fff;
	text-align: center;
	margin: auto;
}
.mainInner .cloude {
	padding-top: 43px;
}
.mainInner > h2 > span {
	display: block;
}
.mainInner > h2 > span > em {
	display: inline-block;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.mainInner > p {
	line-height:1.3;
	margin-top: 50px;
	font-size: 28px;
	color: #fff;
	text-align: center;
}

.mainInner > p > img {
	width: 250px;
	margin-top: 20px;
	margin-left: 500px;	
}

/* page */
.page {
	min-height: 866px;
	background-color: #f4f4f4;
}
.page .inner{
	width: 1200px;
	margin: 0 auto;
}
.page .test {
	height: 64px;
	background-color: #f8f8f8;
}
.page .subTitle {
	height: 240px;
	padding-top: 63px;
}
.page .subTitle > h2 {
	font-weight: 500;
	font-size: 32px;
	text-align: center;
}
.page h3 {
	line-height: 1.3;
	padding-top: 35px;
	font-weight: 500;
	font-size: 26px;
}

.page .desc:first-child {
	padding-top: 32px;
	font-size: 16px;
}

.page h3 ~ p {
	line-height: 1.3;
	padding-top: 7px;
	font-size: 16px;
}
.page h3 ~ p:first-of-type {
	padding-top: 17px;
} 
.page h3 + p > strong{
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 26px;
}
.page h4 {
	font-weight: 500;
	font-size: 24px;
}
.page h4 + p{
	margin-top: 6px;
	font-size: 16px;
}
.page .smallTitile {
	display: block;
	line-height: 1.3;
	margin-top: 20px;
	font-weight: 500;
	font-size: 20px;
}
.page .smallTitile.lineHeight {
	line-height: 1.7;
}
.page .smallTitile:first-child {
	margin-top: 0;
}
.page .smallTitile + p {
	line-height: 1.6;
	margin-top: 10px;
	font-size: 16px;
}
.page .smallTitile + .smallDesc {
	margin-top: 20px;
	font-size: 16px;
}
.page .textBox{
	padding: 40px;
	margin-top: 30px;
	background-color: #fff;
}
.page .textBox > .ncpBox{
	float: right;
	display: inline;
	font-weight: bold;
	text-align: center;
}
.page .textBox > .ncpBox > img{
	padding-bottom: 5px;
}
.page .textBox > .ncpBox > .ncpCp {
	line-height: 17px;
}

.page .textBox .qnaLink {
	text-decoration: none;
}

.page .textBox .qnaBox {
	padding-top: 20px;
}

.page .textBox .qnaBox .onlineQna{
	line-height: 1.3;
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
	vertical-align: -2px;
	margin-left: 10px;
}

.page .textBox .qnaBox .qnaImg{
	width: 35px;
    height: 35px;
}

.page .textBox .qnaBox .qnaDesc{
	display: inline;
	font-size: 16px;
}

.page .tabBox{
	position: relative;
	margin-top: -63px;
}
.page .tabMenu {
	width: 1200px;
	height: 63px;
	margin: 0 auto;
	overflow:hidden;
}
.page .tabMenu > li {
	float: left;
	width: 25%;
	height: 100%;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.page .tabMenu.w2 > li {
	width: 50%;
}
.page .tabMenu.w3 > li {
	width: 330%;
}
.page .tabMenu > li:first-child {
	border-left: 1px solid #d9d9d9;
}
.page .tabMenu > li.active {
	border: 0 none;
}
.page .tabMenu > li.active + li {
	border-left: 1px solid #d9d9d9;
}
.page .tabMenu > li > button {
	width: 100%;
	height: 100%;
	border: 0 none;
	background-color: #ececec;
	font-size: 24px;
	color: #aaaaaa;
}
.page .tabMenu > li.active > button {
	background-color: #e64a19;
	color: #fff;
}
.page .tabCont {
	border-top: 1px solid #d9d9d9;
}
.page .tabCont > li {
	display: none;
	width: 1200px;
	margin: 0 auto;
}
.page .tabCont > li.active {
	display: block;
}
.page .tabBox.two {
	top: 0;
	margin-top: 30px;
}
.page .tabMenu.two > li.active {
	position: relative;
}
.page .tabMenu.two > li.active:first-child {
	border-left: 1px solid #d9d9d9;
}
.page .tabMenu.two > li.active:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #e64a19;
}
.page .tabMenu.two > li > button {
	background-color: #fff;
	color: #aaa;
}
.page .tabMenu.two > li.active > button {
	background-color: #fff;
	color: #e64a19;
}
.page .tabCont.two > li {
	padding: 28px 40px 33px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-color: #fff;
}
.page .tabBox.thr {
	top: 0;
	margin-top: 30px;
}
.page .tabMenu.thr > li.active {
	position: relative;
}
.page .tabMenu.thr > li.active:first-child {
	border-left: 1px solid #d9d9d9;
}
.page .tabMenu.thr > li.active:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #e64a19;
}
.page .tabMenu.thr > li > button {
	background-color: #fff;
	color: #aaa;
}
.page .tabMenu.thr > li.active > button {
	background-color: #fff;
	color: #e64a19;
}
.page .tabCont.thr > li {
	padding: 28px 40px 33px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	background-color: #fff;
}


/* aboutUs */
#aboutUs .subTitle {
	background: url("../img/img_aboutus1.jpg") no-repeat;
}
#aboutUs .summary {
	margin-top: 32px;
}
#aboutUs .summary > ul {
	margin: 0 -22px;
}
#aboutUs .summary > ul > li {
	float: left;
	width: 33.3333%;
	height: 320px;
	padding:0 22px;
	
}
#aboutUs .summary > ul > li > div {
	height: 100%;
	padding-top: 40px;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.08);
	-moz-box-shadow: 0 8px 16px rgba(0,0,0,.08);
	box-shadow: 0 8px 16px rgba(0,0,0,.08);
}
#aboutUs .summary .title {
	display: block;
	margin-top: 13px;
	font-weight: 500;
	font-size: 24px;
	color: #000;
}
#aboutUs .summary .desc {
	line-height: 1.3;
	margin-top: 7px;
	font-size: 20px;
	color: #000;
}
#aboutUs .history {
	position: relative;
	float: left;
	width: 50%;
	padding-left: 50px;
}
#aboutUs .history:first-child {
	padding-left: 13px;
}
#aboutUs .history > dl {
	z-index: 9;
	position: relative;
	min-height: 36px;
	padding-left: 110px;
	padding-bottom: 45px;
}
#aboutUs .history dl:after {
	content: "";
	z-index: 8;
	position: absolute;
	top:0;
	left:0;
	width: 1px;
	height: 100%;
	margin-top: 6px;
	background-color: #ddd;
}
#aboutUs .history dl:last-child:after {
	display: none;
}
#aboutUs .history > dl:before {
	content: "";
	z-index: 9;
	position: absolute;
	top: 0;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url("../img/ico_aboutus4.png") no-repeat;
}
#aboutUs .history > dl:last-child {
	padding-bottom: 0;
}
#aboutUs .history > dl > dt {
	position: absolute;
	top: 0;
	left: 40px;
	line-height: 1;
	font-weight: 500;
	font-size: 22px;
}
#aboutUs .history > dl > dd {
	line-height: 1;
	font-size: 16px;
	margin-left: 30px;
}
#aboutUs .history > dl > dd > p {
	position: relative;
	padding-left: 10px;
	margin-top: 10px;
}
#aboutUs .history > dl > dd > p:first-child {
	margin-top: 0;
}
#aboutUs .history > dl > dd > p:before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
}
#aboutUs .ideology {
	width: 100%;
	margin-top: 30px;
	border: 5px solid #fff;
	text-align: center;
}
#aboutUs .ideology > p {
	position: relative;
	font-size: 20px;
	padding-top: 40px;
	margin-top: 40px;
}
#aboutUs .ideology > p:after {
	content: "";
	position: absolute;
	top:0;
	left: 50%;
	width: 202px;
	height: 1px;
	margin-left: -101px;
	background-color: #000;
}

/* business */
#business .subTitle {
	background: url("../img/img_business1.jpg") no-repeat;
}

/* RD */
#RD .subTitle {
	background: url("../img/img_rd1.jpg") no-repeat;
}
#RD .summary {
	margin-top: 30px;
}
#RD .summary > ul {
	margin: 0 -22px;
}
#RD .summary > ul > li {
	float: left;
	width: 33.3333%;
	padding:0 22px;
}
#RD .summary > ul > li > div {
	height: 100%;
	text-align: center;
}
#RD .summary .title {
	display: block;
	margin-top: 13px;
	line-height: 1.2;
	font-weight: 500;
	font-size: 18px;
	color: #000;
}
#RD .summary .desc {
	line-height: 1.3;
	margin-top: 10px;
	font-size: 16px;
	color: #000;
}
#RD .mt30 {
	margin-top: 30px;
}

/* PRCenter */
#PRCenter {
	padding-bottom: 79px;
}
#PRCenter .subTitle {
	padding-top: 95px;
	background: url("../img/img_prcenter1.jpg") no-repeat;
}
#PRCenter .subBox {
	position: relative;
	float: left;
	width: 50%;
	padding-top: 30px;
}

/* contactUs */
#contactUs {
	min-height: 715px;
}
#contactUs .textBox > dl {
	position: relative;
	padding-left: 107px;
	margin-top: 30px;
}
#contactUs .textBox > dl:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 22px;
	height: 30px;
	margin-top: -15px;
	background: url("../img/ico_contactus1.png") no-repeat;
}
#contactUs .textBox > dl.call:before {
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background: url("../img/ico_contactus2.png") no-repeat;
}
#contactUs .textBox > dl.mail:before {
	width: 30px;
	height: 24px;
	margin-top: -12px;
	background: url("../img/ico_contactus3.png") no-repeat;
}
#contactUs .textBox > dl:first-child {
	margin-top: 0;
}
#contactUs .textBox > dl > dt {
	position: absolute;
	top: 50%;
	left: 40px;
	margin-top: -20px;
	font-weight: 500;
	font-size: 24px;
}
#contactUs .textBox > dl > dd {
	padding-top: 2px;
	font-size: 20px;
}

