
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	margin: 0;
	height: 100%;
	color: #444444;
}
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
}
p,ul {
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	word-break: normal;
	}
h1, h2, h3, h4 ,h5, h6 {
	font-family: Arial, "Arial Narrow", 微軟正黑體, "Microsoft JhengHei", Arial, Verdana, PMingLiU;
	}
div, p, form, label, input, textarea, img, span {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	word-wrap: normal;
	word-break: normal;
}

/**Nav主選單**/
.logo { float: left; }
.fltR { float: right; }
.center { text-align: center; }
.wrapper >.active {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6em;
    padding: 0.5em 0;
    /*background: #fff;*/
    /*background: rgba(255, 255, 255, 0.4);*/
    color: #fff;
    overflow: visible;
    z-index: 999;
}

nav h1 { margin: 10px 10px 0 3px; }

nav input#navTrigger { display: none; }
nav input#navTrigger + label {
    float: right;
    padding: 0 .25em;
    margin: 0.5em 0.6em 0em 0em;
    font-size: 2em;
    border: 1px solid;
    opacity: 1;
    cursor: pointer;
}
nav input#navTrigger + label:hover {
    opacity: 1;
}

nav input#navTrigger + label span {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: -.1em;
}
nav input#navTrigger:checked + label span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -.1em;
}
nav ul {
    display: none;
    position: absolute;
    top: 6em;
    left: 0;
    right: 0;
    padding: 0;
}
nav ul li {
    display: block;
}
nav ul li a {
    display: block;
    padding: 0.8em 0;
    font: bold 1.333em/1em "CentraleSans-Light", Arial, Helvetica, sans-serif;
    background: #F0F0F0;
    background: #d5040b(0, 60, 154, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-width: 0 0 1px 0;
    color: gray;
    outline: 0;
    text-align: center;
}
nav ul li a:hover {
	color:#FFF;
	background: #b8b8b8;
	}

nav ul li:first-child a {
    border-width: 1px 0;
}
nav ul li a span {
	font-size: 0.8em;
	font-family:"Arial Black", Gadget, sans-serif,
	}
nav input#navTrigger:checked ~ ul {
    display: block;
}

/**語系**/
.inner b {
	float:right;
    margin: 20px 20px 0 0;
	}
.inner b a {
	color: #FFF;
	}


/**banner輪播圖**/
#full-width-slider {
	width: 100%;
	color: #000;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}
.infoBlock {
	position: absolute;
	top: 30px;
	right: 30px;
	left: auto;
	max-width: 25%;
	padding-bottom: 0;
	background: #FFF;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding: 20px;
}
.infoBlockLeftBlack {
	color: #FFF;
	background: #000;
	background: rgba(0,0,0,0.75);
	left: 30px;
	right: auto;
}
.infoBlock h4 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 3px;
}
.infoBlock p {
	font-size: 14px;
	margin: 4px 0 0;
}
.infoBlock a {
	color: #FFF;
	text-decoration: underline;
}
.fullWidth {
	max-width: 1920px;
	margin: 0 auto;
	border-top: 4px solid #d61919;
}
.banner {
	position: relative;
	}
.banner .box {
	position:absolute;
	z-index: 1;
	bottom:0;
	width: 100%;
	}

/**區塊01-公司簡介**/
#box1 {
	background:url(../img/bg-about.jpg)#eeeeef no-repeat right bottom;
	}
.section {
	overflow: hidden;
	}

/**公司簡介-圖**/
.section .img {
	margin: 5% 0% 0% 0%;
	max-width: 970px;
	position: relative;
	float: left;
	}
.section .img .photo {
	max-width: 490px;
    position: absolute;
    right: 35%;
	}
.section .img h2 {
	position: absolute;
    right: 65px;
    top: 95px;
	text-align: right;
    color: #fff;
    font-size: 50px;
    line-height: 46px;
	font-weight: 500;
	}
.section .img h2 span {
	font-size: 30px;
	}

/**公司簡介-文**/
.section .about {
	float: left;
    /*width: 46%;*/
    padding: 6% 7% 6% 5%;
    line-height: 29px;
    font-size: 16px;
	/*text-align:justify;*/
	}
.section h2 {
	font-size: 30px;
	margin-bottom: 15px;
	}
.section h2 b {
	color: #d61919;
	}
.section .iconbox .icon {
	text-align: center;
    float: left;
    width: 15%;
    margin: 0 5% 30px 5%;
	}
.section .iconbox .icon p {
	text-align: center;
	}

/**區塊02-服務項目**/
#box2 {
	background: url(../img/bg-service.jpg)#eeeeef no-repeat fixed 50%;
	position: relative;
    height: 930px;
	}
#box2 .picbox {
	background: rgba(255, 255, 255, 0.7);
    width: 49%;
    padding: 9% 7% 10% 7%;
    position: absolute;
    left: 12%;
	}
#box2 .picbox h2 {
	text-align: center;
	}
#box2 .picbox ul {
	padding-top: 10%;
    overflow: hidden;
	}
#box2 .picbox ul li {
	float: left;
    max-width: 48%;
    list-style: none;
    margin: 0 15px 15px 0;
    overflow: hidden;
	}
#box2 .picbox ul li.even {
	margin-right: 0;
	}
#box2 .title {
	background: #d5040b;
    padding: 4% 2% 3% 2%;
    position: absolute;
    right: 15%;
    top: 32%;
	}
#box2 .title h2 {
    color: #fff;
    font-size: 50px;
    line-height: 46px;
    font-weight: 500;
	}
#box2 .title h2 span {
	font-size: 30px;
	}
	/**區塊02-服務項目 更新為 材質介紹 **/
	#box2 .picbox .material{
		display:flex;
		flex-wrap:wrap;
	}
	#box2 .picbox .material li{
		width:31%;
		margin:1%;
	}
	#box2 .picbox .material li img{
		max-width:100%;
	}
	@media (max-width:1200px) and (min-width:1024px){
		#box2 .picbox .material li{
			width:48%;
			margin:1%;
		}
	}
	@media (max-width:576px){
		#box2 .picbox .material li{
			width:48%;
			margin:1%;
		}
	}


/**區塊03-產品**/
#box3 {
	background: url(../img/bg-map.jpg)#eeeeef no-repeat right 30px;
	position: relative;
	}
#box3 .title {
	overflow: hidden;
	}
#box3 .title .color {
	background: #d61919;
    width: 15%;
    float: left;
    margin-right: 20px;
    height: 140px;
    text-indent: -999999px;
	}
#box3 .title h2 {
	text-align: left;
    color: #d61919;
    font-size: 50px;
    line-height: 46px;
    font-weight: 500;
	padding-top: 20px;
	}
#box3 .title h2 span {
    font-size: 30px;
	}
	/**區塊03-產品 更新為 服務介紹**/
	@media (min-width: 1281px) and (max-width: 2560px) {
		#box3 .container {
			max-width:1520px;
		}
	}
	.service{
		display:flex;
		flex-wrap:wrap;
		margin:0 10px;
	}
	.service-item{
		width:calc(25% - 20px);
		margin:10px;
		position:relative;
	}
	.service-text{
		color:#fff;
		width:95%;
		max-width:300px;
		letter-spacing:1px;
		background:rgba(0,0,0,0.4);
		padding:5px 15px 15px 18px;
		position:absolute;
		top:30px;
		left:0px;
	}
	.service-item img{
		max-width:100%;
	}
	.service-name{
		font-family: Arial, "Arial Narrow", 微軟正黑體, "Microsoft JhengHei", Arial, Verdana, PMingLiU;;
		font-size:28px;
		margin:5px 0;
		display:block;
	}
	/* .service-intro{
		font-size:16px;
		padding:0 10px;
		border-left:2px solid #ffc80b;
	} */
	.service-item.half-item div{
		position:relative;
	}
	.service-item.half-item div:nth-of-type(1){
		margin-bottom:19px;
	}
	.service-item.half-item .service-name{
		color:#fff;
		position:absolute;
		bottom:10px;
		left:15px;
	}
	@media (max-width:992px){
		#box3 .container {
			max-width:740px;
			margin: 0 auto 50px;
		}
		.service-item{
			width:calc(50% - 20px);
		}
	}
	@media (max-width:576px){
		.service-text {
			min-height: unset;
			letter-spacing: 1px;
			padding: 0px 10px 15px 10px;
			top: 20px;
		}
		.service-name{
			font-size:24px;
		}
		.service-item.half .service-name{
			bottom:5px;
			left:10px;
		}
		.service-item.half-item div:nth-of-type(1){
			margin-bottom:13px;
		}
	}

/**區塊04-最新消息**/
#box4 {
    background: #eeeeef;
    padding: 40px 0;
}
#box4 .news {
	max-width: 1400px;
	margin: 0 auto;
	}
#box4 .news h2.title {
	float: left;
    margin-right: 30px;
    border-right: 1px solid #000;
    padding: 20px 30px 40px 0;
	}

#box4 .news .swipe {
	height: 140px;
	overflow: hidden;
	padding-top: 20px;
	}
#box4 .news .swipe li{
	margin-bottom:40px;
}
#box4 .news .swipe li a:not(:nth-last-of-type(1))::after{
	content:"、";
	display:inline-block;
}


/**區塊05-聯絡我們**/
#box5 .box5title{
	background: url(../img/bg-contact.jpg)#eeeeef no-repeat 0 0;
	overflow: hidden;
	}
#box5 .box5title .title {
	background: #d5040b;
    padding: 3% 2% 3% 2%;
    float: right;
    width: 40%;
	}
#box5 .box5title .title h2 {
    color: #fff;
    font-size: 50px;
    line-height: 46px;
    font-weight: 500;
	}
#box5 .box5title .title h2 span {
	font-size: 30px;
	}
#box5 .group {
	clear: both;
    background: #FFF;
    width: 80%;
    margin: 0 auto;
	padding: 80px 0;
	line-height: 30px;
}
/**區塊05-聯絡我們 更新顯示公司資訊 **/
	.contact-items{
		display:flex;
		flex-wrap:wrap;
		margin-top:40px;
	}
	.contact-item{
		width:30%;
		max-width:400px;
		margin:0 auto;
		position:relative;
	}
	.contact-img{
		position:absolute;
		left:0px;
		top:20px;
	}
	.contact-text{
		padding:30px 15px 30px 40px;
		margin-left:50px;
		background:#fff;
		box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	}
	.contact-info{
		font-size:18px;
	}
	@media (max-width:992px) and (min-width:577px){
		.contact-item{
			width:calc(50% - 20px);
			margin:0 20px 20px 0;
		}
		.contact-item:nth-of-type(3){
			width:calc(100% - 20px);
			max-width:unset;
		}
	}
	@media (max-width:576px){
		.contact-item{
			width:100%;
			margin-bottom:20px;
		}
	}

/**聯絡我們表單**/
.form-group{
	margin: 10px 0;
    width: 50%;
    float: left;
}
.item {
	float: left;
    line-height: 46px;
    height: 54px;
    padding: 6px 6px;
    width: 16%;
    text-align: right;
    margin-right: 1%;
	}
.item-2 {
	width: 7.5%;
	}
.item span {
	color: #F00;
	}
.key {
	width: 80%;
    background: #f9f9f9;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 15px;
    height: 54px;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
}

.message {
	width: 90%;
    height: 130px;
	}

.col-md-12 {
    width: 100%;
}
.btn {
	clear: both;
    text-align: center;
	}
.btn a {
	background: #545454;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 10px;
    margin-top: 25px;
    padding: 17px 46px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
	}
.btn a.send {
	background: #d5040b;
	}
.btn a.send:hover {
	background: #ad0308;
	}
.btn a.reset:hover {
	background: #333;
	}
.btn button {
	margin-right: 20px;
	}

/**footerWrap**/
.footerWrap {
	border-top: 10px solid #d5040b;
	background: #272727;
	text-align: center;
	color: #eeeeef;
	padding: 50px 0;
	}
.footerWrap .footer{
	line-height: 30px;
    font-size: 1em;
    padding: 0 5%;
}
.footerWrap .footer a {
	color: #eeeeef;
	text-decoration:underline;
	}
.footerWrap .footer a:hover {
	color: #fdf4b2;
	}


/*桌機-banner*/
@media (min-width:1281px) and (max-width:2560px) {
/**主選單**/
nav {
	height: 6em;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

nav h1 { text-align: center; }
nav h1 strong { display: block; }

nav label { display: none; }

nav.sticky {
	position: fixed;
	height: 5em;
	padding: 0;
}

nav ul {
	position: relative;
	top: 25px;
	display: block;
	float: left;
	margin: -1em 0;
}
nav ul li {
	float: left;
    margin: 0 0.3em;
}
nav ul li a {
	display: block;
    padding: 0.8em 2em;
    height: 3.6em;
    /*line-height: 4em;*/
    font-size: 1em;
    background: #fff;
    color: #000;
    border: 0;
}
nav ul li a.active {
    background: #d5040b;
    color: #fff;
}
nav ul li.lg {
	display: none;
	}
nav ul li.en a {
	line-height: 30px;
	}

#wrapper {
	position: relative;
	z-index: 1;
}

.heroSlider .rsOverflow,
.royalSlider.heroSlider {
	height: 920px !important;
	}

/**公司簡介-圖**/
.section .img {
	max-width: 51%;
	}

/**公司簡介-文**/
.section .about {
	float: left;
    width: 46%;
	}

/**公司簡介-icon**/
.section .iconbox {
	clear: both;
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
	}
.section .iconbox .icon {
	text-align: center;
    float: left;
	}
.section .iconbox .last {
	margin-right: 0;
	}

/**區塊02-服務項目**/
#box2 .picbox {
    background: rgba(255, 255, 255, 0.7);
    width: 49%;
    padding: 7% 5% 10% 5%;
    position: absolute;
    left: 5%;
	}

/**區塊03-產品**/
#box3 .container {
	width: 1400px;
	margin: 0 auto 50px;
	}
}

/*筆電-banner*/
@media (min-width:1025px) and (max-width:1280px) {
/**語系**/
.inner b {
	display: none ;
	}
.heroSlider .rsOverflow,
.royalSlider.heroSlider {
	height: 615px !important;
	}
/**公司簡介-圖**/
.section .img {
	max-width: 100%;
	}

/**公司簡介-icon**/
.section .iconbox {
	clear: both;
	}

/**區塊05-聯絡我們**/
#box5 .group {
	width: 90%;
	}
.item {
    width: 20%;
	}
.item-2 {
	width: 9.5%;
	}
.item span {
	color: #F00;
	}
.key {
	width: 75%;
}
.message {
	width: 87.5%;
	}

}


/*平板-banner*/
@media (min-width:768px) and (max-width:1024px) {
/**主選單**/
nav	{
	background: rgba(0, 0, 0, 0.4);
	}
/**語系**/
.inner b {
	display: none;
	}
.heroSlider .rsOverflow,
.royalSlider.heroSlider {
	height: 490px !important;
}
/**公司簡介-圖**/
.section .img {
	max-width: 100%;
	}

/**公司簡介-文**/
.section .about {
    width: 100%;
	padding: 6% 6% 6% 6%;
	}
/**公司簡介-icon**/
.section .iconbox {
	clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0 3% 0 3%;
	}
.section .iconbox .icon {
	text-align: center;
    float: left;
	width: 19%;
    margin: 0px 3% 30px 3%;
}

/**區塊02-服務項目**/
#box2 {
	background: url(../img/bg-service.jpg)#eeeeef no-repeat 50% 50%;
    position: relative;
}

#box2 .picbox {
    background: rgba(255, 255, 255, 0.7);
    width: 90%;
    padding: 4% 11%;
    position: absolute;
    left: 5%;
    top: 270px;
}
#box2 .title {
    background: #d5040b;
    padding: 4% 2% 3% 2%;
    /*width: 33%;*/
    position: absolute;
    right: 32%;
    top: 5%;
}
#box2 .picbox ul {
    padding-top: 2%;
}

/**最新消息**/
#box4 .news {
    width: 100%;
    padding: 40px 20px;
}
#box4 .news h2.title {
    border-right: none;
    padding: 0;
    text-align: center;
    width: 100%;
	margin-bottom: 5px;
}
#box4 .news .swipe {
	clear: both;
    height: 150px !important;
    overflow: hidden;
    position: relative;
    padding-top: 12px;
    line-height: 24px;
    margin-bottom: 12px;
	}
#box4 .news .swipe ul li {
	margin: 15px 0;
	}


/**區塊05-聯絡我們**/
#box5 .box5title{
		background-size:cover;
	}
#box5 .group {
	width: 90%;
	}
.item {
    width: 25%;
	}
.item-2 {
	width: 12%;
	}
.item span {
	color: #F00;
	}
.key {
	width: 74%;
}
.message {
	width: 87%;
	}

}


/*平板+手機-banner*/
@media (min-width:481px) and (max-width:767px) {
/**主選單**/
nav	{
	background: rgba(68, 68, 68, 0.6);
	}
/**語系**/
.inner b {
	display: none ;
	}
.heroSlider .rsOverflow,
.royalSlider.heroSlider {
	height: 370px !important;
}

/**公司簡介-圖**/
.section .img {
	margin: 15% 0% 2% 0%;
	}
.section .img .photo {
    position: absolute;
    left: 15%;
    width: 70%;
	top: -10px;
	}
.section .img h2 {
    left: 25%;
    top: 120%;
    color: #d61919;
    font-size: 36px;
    line-height: 30px;
    text-align: left;
	}
.section .img h2 span {
	font-size: 20px;
	}

/**公司簡介-文**/
.section .about {
    width: 100%;
	padding: 28% 6% 6% 6%;
	}
/**公司簡介-icon**/
.section .iconbox {
    width: 100%;
	padding: 0 0 0 10%;
	}
.section .iconbox .icon {
	text-align: center;
    float: left;
    width: 33%;
    margin: 0 6% 30px 6%;
	}

/**區塊02-服務項目**/
#box2 .title h2 {
	line-height: 46px;
    font-weight: 500;
    font-size: 34px;
	}
#box2 .title {
    background: #d5040b;
    padding: 4% 2% 3% 2%;
    /* width: 33%; */
    position: absolute;
    right: 32%;
    top: 5%;
}
#box2 .picbox {
    background: rgba(255, 255, 255, 0.7);
    width: 90%;
    padding: 4% 11%;
    position: absolute;
    left: 5%;
    top: 270px;
}

#box2 .picbox ul {
    padding-top: 2%;
}
#box2 .picbox ul li {
    float: left;
    max-width: 48%;
    list-style: none;
    margin: 0 15px 15px 0;
    overflow: hidden;
}


/**產品介紹**/
#box3 .title .color {
    height: 100px;
}
#box3 .title h2 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 500;
	padding-top: 15px;
}
#box3 .title h2 span {
    font-size: 20px;
}

/**最新消息**/
#box4 .news {
    width: 100%;
    padding: 40px 20px;
}
#box4 .news h2.title {
    border-right: none;
    padding: 0;
    text-align: center;
    width: 100%;
	margin-bottom: 5px;
}
#box4 .news .swipe {
	clear: both;
    height: 150px !important;
    overflow: hidden;
    position: relative;
    padding-top: 12px;
    line-height: 24px;
    margin-bottom: 12px;
	}
#box4 .news .swipe ul li {
	margin: 15px 0;
	}


/**聯絡我們**/
#box5 .box5title{
		background-size:cover;
	}
#box5 .box5title .title {
    width: 45%;
}
#box5 .box5title .title h2 {
    color: #fff;
    font-size: 36px;
    line-height: 30px;
    font-weight: 500;
}
#box5 .box5title .title h2 span {
    font-size: 20px;
}

#box5 .group {
    clear: both;
    width: 100%;
    padding: 80px 20px;
    line-height: 30px;
}

.form-group {
    margin: 0;
    width: 100%;
    float: none;
}

.item {
    float: none;
    height: 44px;
    width: 100%;
    text-align: left;
}
.key {
    width: 100%;
	}

}

/**手機-banner**/
@media (min-width: 320px) and (max-width: 480px) {
/**主選單**/
nav	{
	background: rgba(68, 68, 68, 0.6);
	}
.inner b {
	display: none;
	}
.royalSlider.heroSlider,
.royalSlider.heroSlider .rsOverflow {
	height: 230px !important;
}
.infoBlock {
	padding: 10px;
	height: auto;
	max-height: 100%;
	min-width: 40%;
	left: 5px;
	top: 5px;
	right: auto;
	font-size: 12px;
}
.infoBlock h3 {
	font-size: 14px;
	line-height: 17px;
}

/**公司簡介-圖**/
.section .img {
	margin: 15% 0% 2% 0%;
	}
.section .img .photo {
    position: absolute;
    left: 15%;
    width: 70%;
	top: -10px;
	}
.section .img h2 {
    left: 25%;
    top: 120%;
    color: #d61919;
    font-size: 36px;
    line-height: 30px;
    text-align: left;
	}
.section .img h2 span {
	font-size: 20px;
	}

/**公司簡介-文**/
.section .about {
    width: 100%;
	padding: 34% 5% 6% 5%;
	}

/**公司簡介-icon**/
.section .iconbox {
    width: 100%;
	}
.section .iconbox .icon {
	text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
	}

/**區塊02-服務項目**/
/**#box2 {
	height: 1280px;
	}**/
#box2 .picbox {
    width: 90%;
    left: 5%;
    top: 210px;
}
#box2 .picbox ul {
	padding-top: 10%;
    overflow: hidden;
	}
#box2 .picbox ul li {
	float: none;
    max-width: 320px;
    max-height: 210px;
    list-style: none;
    margin: 0 0 15px 0;
    overflow: hidden;
	}

#box2 .title {
	background: #d5040b;
    padding: 4% 3%;
    width: 60%;
    right: 20%;
    top: 30px;
	}
#box2 .title h2 {
	line-height: 46px;
    font-weight: 500;
    font-size: 36px;
	}

/**產品介紹**/
#box3 .title .color {
    height: 100px;
}
#box3 .title h2 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 500;
	padding-top: 15px;
}
#box3 .title h2 span {
    font-size: 20px;
}

/**最新消息**/
#box4 .news {
    width: 100%;
    padding: 40px 20px;
}
#box4 .news h2.title {
    border-right: none;
    padding: 0;
    text-align: center;
    width: 100%;
	margin-bottom: 5px;
}
#box4 .news .swipe {
	clear: both;
    height: 150px !important;
    overflow: hidden;
    position: relative;
    padding-top: 12px;
    line-height: 24px;
    margin-bottom: 12px;
	}
#box4 .news .swipe ul li {
	margin: 15px 0;
	}

/**聯絡我們**/
#box5 .box5title{
		background-size:cover;
	}
#box5 .box5title .title {
    width: 60%;
}
#box5 .box5title .title h2 {
    color: #fff;
    font-size: 36px;
    line-height: 30px;
    font-weight: 500;
}
#box5 .box5title .title h2 span {
    font-size: 20px;
}

#box5 .group {
    clear: both;
    width: 100%;
    padding: 80px 20px;
    line-height: 30px;
}

.form-group {
    margin: 0;
    width: 100%;
    float: none;
}

.item {
    float: none;
    height: 44px;
    width: 100%;
    text-align: left;
}

.key {
    width: 100%;
}

.footerWrap .footer{
	line-height: 24px;
    font-size: 14px;
}

}