
body {
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
	
}

ul {
	margin: 0;
	padding: 0;
}

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

a {
	color: #232323;
	transition: 0.5s ease;
}


a:hover,
a:active,
a:focus {
	color: #415888;
	text-decoration: none;
	outline: none;
}
select::-ms-expand {
	display: none;
}
@media (min-width: 1200px) {
    .container {
        width: 1370px;
    }
}
nav.bootsnav .container {
	background-color: #343434;
	border-radius: 50px;
	width: 1500px;
}
nav.navbar.bootsnav {
	border: none;
	position: fixed;
	top: 50px;
	left: calc(50% - 750px);
	background: none;
}
nav.navbar.bootsnav ul.nav > li > a {
	font-size: 19px;
	font-weight: 500;
	color: #bdbdbd;
	padding-top: 25px;
	padding-bottom: 25px;
}
nav.navbar.bootsnav ul.nav > li.active > a {
    color: #e62f1a;
}
.navbar-right {
	padding-right: 45px;
}
.navbar-brand {
	padding: 15px 50px;
	padding-left: 80px;
}
.section0 {
	height: 100vh;
	background: url('../images/bg1.jpg');
	position: relative;
}
.section0 .head {
	background: #e62f1a;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	font-size: 16px;
	position: absolute;
	top: 0;
	width: 100%;
}
.section0 .head span.line {
	font-weight: 100;
	padding: 0 5px;
}


.banner_list{
    width: 100%; 
}
.banner_list ul {
    display: flex;
    margin: 0;
}

.banner_list ul li {
    min-width: 70rem;
		text-align: center;
    height: auto;
    border-radius: 5rem;
    border: none;
    float: left;
}
.banner_list ul li {
	min-width: 23rem;
}
.banner_list ul li span {
	font-size: 70px;
	font-weight: 500;
	color: #7f7f7f;
	padding: 30px 50px;
	border-radius: 100px;
}
.loop_banner {
    transition: animation 0.4s ease-in-out;
    display: flex;
    /* overflow: hidden; */
}

.loop_banner ul {
    float: left;
}

.loop_banner ul:first-child {
    animation: jsLoopSlide3 80s -40s linear infinite;
}

.loop_banner ul:last-child {
    animation: jsLoopSlide4 80s linear infinite;
    /* padding-left: 1rem; */
}

.loop_banner.bottom_con ul:first-child {
    animation: jsLoopSlide 80s -40s linear infinite;
}

.loop_banner.bottom_con ul:last-child {
    animation: jsLoopSlide2 80s linear infinite;
    padding-left: 1rem;
}
.loop_banner:hover ul,
.loop_banner.bottom_con:hover ul {
    animation-play-state: paused;
}

.banner_list ul li:hover span {
	box-shadow: 0px 2px 14.7px 0.3px rgba(0, 0, 0, 0.08);
	border: 0;
	background-color: #4acb70;
}
.banner_list ul li:hover span {
	color: #fff;
}

@keyframes jsLoopSlide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes jsLoopSlide2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

@keyframes jsLoopSlide3 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes jsLoopSlide4 {
    0% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}

.banner_list {
	background: #fff;
	position: absolute;
	bottom: 0;
}
.banner_list  img {
	margin: 0;
	padding: 0;
}

.section0 .fp-tableCell {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.section0 .content .hd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 100px;
	padding-top: 30px;
}
.section0 .content .hd .title {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}
.section0 .content .hd .description {
	font-size: 30px;
	font-weight: 500;
	text-align: right;
	color: #fff;
	font-weight: 300;
	display: flex;
	flex-direction: row;
}
.section0 .content .hd .description .line {
	height: 70px;
	margin: 8px 0px 0px 15px;
	border-right: 2px solid #e62f1a;
}
.section0 .content .bd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-left: -10px;
	margin-right: -10px;
}
.section0 .content .bd .item {
	background: rgba(0,0,0,0.7);
	width: 100%;
	border-radius: 20px;
	margin: 10px;
	padding: 30px;
	color: #fff;
}
.section0 .content .bd .item .txt1 {
	font-size: 30px;
	font-weight: 700;
}
.section0 .content .bd .item .txt2 {
	font-size: 18px;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 15px;
}
.section0 .content .bd .item .txt3 {
	font-size: 16px;
	font-weight: 200;
	color: #c0c0c0;
}
.section0 .numbers {
	width: 100%;
	margin-top: 30px;
	border-top: 2px solid #fff;
	padding-bottom: 130px;
}
.section0 .numbers .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.section0 .numbers .container .item {
	width: 100%;
	text-align: center;
}
.section0 .numbers .container .item .num {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	padding-top: 25px;
	display: flex;
	justify-content: center;
}
.section0 .numbers .container .item .num b {
	color: #e62f1a;
	font-size: 30px;
	font-weight: 700;
	margin-right: -15px;
}
.section0 .numbers .container .item .txt {
	font-size: 16px;
	color: #fff;
	font-weight: 200;
}
.section1 {
	background: #060606;
}
.section1 .fp-tableCell {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.section1  .content .hd {
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	justify-content: start;
	display: block;
}
.section1  .content .hd img {
	display: inline-block;
	margin-top: -14px;
	margin-left: -14px;
}
.section1 .content .bd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 50px;
	padding-bottom: 100px;
}
.section1  .content .bd .item {
	color: #fff;
	background: #1f1f1f;
	width: calc(50% - 20px);
	margin: 10px;
	padding: 20px 30px;
	border-radius: 20px;
	height: 200px;
	overflow: hidden;
}
.section1 .content .bd .item .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 15px;
	padding-top: 80px;
	transition: 0.5s ease;
}
.section1 .content .bd .item .description {
	font-size: 18px;
	height: 0px;
	overflow: hidden;
	transition: 0.5s ease;
}
.section1 .ft ,.section22 .ft {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #e62f1a;
	color: #fff;
	padding: 15px 0;
}
.section1 .ft .container ,.section22 .ft .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.section1 .ft .container .item ,.section22 .ft .container .item {
	font-size: 20px;
	width: 50%;
}
.section1 .ft .container .item .txt2 b ,.section22 .ft .container .item .txt2 b {
	position: relative;
	z-index: 1;
}
.section1 .ft .container .item .txt2 b:after ,.section22 .ft .container .item .txt2 b:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #e62f1a;
	border-radius: 5px;
	position: absolute;
	left: -4px;
	top: 0;
	z-index: -1;
}
.section1 .ft .container .item .txt3 ,.section22 .ft .container .item .txt3 {
	text-align: right;
	font-weight: 700;
	font-size: 30px;
}
.section1 .ft .container .item .txt3 a ,.section22 .ft .container .item .txt3 a {
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.section1 .ft .container .item .txt3 a img ,.section22 .ft .container .item .txt3 a img {
	padding-left: 5px;
}
.section1 .ft .container .item .txt4 span ,.section22 .ft .container .item .txt4 span {
	color: #e62f1a;
}
.section1 .fp-tableCell .content .bd .item {
	cursor: pointer;
}
.section1 .fp-tableCell .content .bd .item:hover .description {
	height: 80px;
	overflow: hidden;
}
.section1 .fp-tableCell .content .bd .item:hover {
	background-color: #e62f1a;
}
.section1 .fp-tableCell .content .bd .item:hover .title {
	padding-top: 0;
}
.section2 .fp-tableCell ,.section3 .fp-tableCell {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.section .hd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.section .hd .txt1 {
	font-size: 20px;
	font-weight: 700;
	color: #e62f1a;
	text-transform: uppercase;
}
.section .hd .txt2 {
	font-size: 70px;
	font-weight: 700;
	color: #1f1f1f;
	position: relative;
}
.section .hd .txt2:after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	background-color: #e62f1a;
	position: absolute;
	right: -7px;
	top: 7px;
}
.section .hd .item:last-child {
	margin-top: 50px;
	margin-right: 100px;
}
.section .hd .txt3 {
	font-size: 30px;
	font-weight: 700;
	color: #e62f1a;
	margin-top: -10px;
}
.section .hd .txt4 {
	font-size: 20px;
	font-weight: 700;
	padding-top: 30px;
	line-height: 1.2;
}
.section .hd .item {
	border-left: 2px solid #e62f1a;
	padding-left: 10px;
}
.section2 .fp-tableCell .bd {
	padding-top: 60px;
}
.section3 .fp-tableCell .bd ,.section4 .fp-tableCell .bd {
	position: relative;
	overflow: hidden;
	height: 500px;
	margin-top: 50px;
	background-color: #f0f0f0;
}
.section3 .fp-tableCell .bd .banner_list img {
	margin: 0 10px;
	margin-bottom: -100px;
}
.section3 .fp-tableCell .bd .banner_list {
	background-color: unset;
	padding-top: 30px;
	position: relative;
}
.section4 .fp-tableCell {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.section4 .fp-tableCell .bd {
	padding-top: 50px;
	height: 530px;
}
.section4 .fp-tableCell .bd .banner_list{
	background-color: unset;
	padding-top: 50px;
	margin-top: 50px;
}
.section4 .banner_list ul li {
	margin: 0 15px;
}
.section5 .fp-tableCell ,.section10 .fp-tableCell  ,.section6 .fp-tableCell,.section7 .fp-tableCell ,.section8 .fp-tableCell,.section9 .fp-tableCell {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.section5 .fp-tableCell .bd ,.section6 .fp-tableCell .bd ,.section8 .fp-tableCell .bd,.section9 .fp-tableCell .bd {
	position: relative;
    overflow: hidden;
    height: 500px;
    margin-top: 50px;
    background-color: #f0f0f0;
}
.section5 .fp-tableCell .bd {
	margin-top: 90px;
}
.section6 .fp-tableCell .bd {
	margin-top: 60px;
}
.section7 .bd {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}
.section7 .bd .item {
	position: relative;
}
.section7 .bd .item .txt {
	width: 100%;
	position: absolute;
	color: #fff;
	text-align: center;
	z-index: 1;
	bottom: 60px;
	font-size: 30px;
	font-weight: 500;
}
.section7 .bd .item .txt i {
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #e62f1a;
	position: relative;
	top: -20px;
}

#form-template .title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.form-control {
	font-size: 18px;
	font-weight: 400;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding:0;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	background-color: unset;
}
.section10 .left .txt1 {
	font-size: 20px;
	font-weight: 600;
}
.section10 .left .txt1 span {
	color: #e62f1a;
}
.section10 .left .txt2 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 20px;
}
.section10 .left .phone {
    font-size: 24px;
    font-weight: 700;
    color: #e62f1a;
    margin-top: 280px;
}
.section10 .left .phone span {
    font-weight: 400;
    color: #aeaeae;
    padding:0 10px;
    
}
.form-submit {
	background-color: #e62f1a;
	color: #fff;
	border: none;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	margin-top: -15px;
	font-size: 24px;
	font-weight: 700;
	transition: 0.5s ease;
}
.form-submit:hover {
	background-color: #fff;
	color: #e62f1a;
}
.section10 .fp-tableCell {
	background-color: #f7f7f7;
}
.section10 .ft {
	background-color: #000;
	padding: 30px 0;
	margin-top: 40px;
}
.f17 {
	font-size: 17px;
}
.f15 {
	font-size: 15px;
}
.copyright {
	color: #fff;
	font-weight: 100;
}
.section10 .ft .serv {
	padding: 20px 0 0;
}
.section10 .ft .left {
	border-right: 1px solid #999;
	padding-left: 50px;
}
.section10 .ft .right {
	padding-left: 170px;
}
.section10 .ft .logo {
	position: absolute;
	margin-left: -180px;
}
.section10 .ft p b {
	color: #fff;
	font-weight: 500;
	padding-right: 30px;
}
.section.section7 .bd .item .img {
	position: relative;
	width: 430px;
	height: 500px;
	overflow: hidden;
}
.section.section7 .bd .item img {
	position: absolute; 
	opacity: 0;
	transition: 0.5s ease;
}
.section.section7 .bd .item .img.active0 img:nth-child(1){
	opacity: 1;
}
.section.section7 .bd .item .img.active1 img:nth-child(2){
	opacity: 1;
}
.section.section7 .bd .item .img.active2 img:nth-child(3){
	opacity: 1;
}

.form-template-type2 .help-block {
    top: -29px;
    position: absolute;
    top: -30px;
    background: unset;
    left: 80px;
    font-size: 15px;
    font-style: normal;
    z-index: 3;
}
.has-success .form-control {
	box-shadow: none;
}
.section8 .hd .txt2:after {
	right: 14px;
}
.section10 .fp-tableCell .left .txt2 span {
	color: #e62f1a;
}
nav.navbar.bootsnav ul.nav >section22 li.active > a {
	color: #e62f1a;
}
.has-error .form-control {
	box-shadow: unset;
}
.section22 {
    background: #060606;
    position: relative;
}
.section22 .t1 {
    font-size: 20px;
    padding-top: 170px;
    color: #fff;
}
.section22 .t1 span {
    color: #e62f1a;
}
.section22 .t2 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
}
.section22 .info {
    background: #f7f7f7;
    height: 100vh;
     width: 100%; 
    position: absolute;
    left: 50%;
}
.section22 .info .t3 {
    font-size: 30px;
    font-weight: 700;
    color: #e62f1a;
    padding-top: 210px;
    padding-bottom: 100px;
    padding-left: 15px;
}
.section22 .info .t4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    margin-right: 50px;
    border-bottom: 1px solid #e62f1a;
}
.section22 .info .t4:last-child {
    border: none;
}
.section22 .info .img {
    margin-left: 15px;
    padding-bottom: 10px;
}




.quickmenu {
	position: fixed;
	right: 0;
	z-index: 999;
	top: calc(50% - 248px);
	display: flex;
	flex-direction: row;
	margin-right: -388px;
	transition: 0.5s ease;
}
.quickmenu.open {
	margin-right: 0;
}
.quickmenu .menu {
	display: flex;
	flex-direction: column;
}
.quickmenu .menu .btn-t {
	background-color: #e62f1a;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	cursor: pointer;
}
.quickmenu .menu .btn-t span {
	color: #fff;
}
.quickmenu .menu .btn-t span.name {
	font-size: 20px;
	font-weight: 700;
	width: 36px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
} 
.quickmenu .menu .btn-t span.icon {
	background-color: #000;
	border-radius: 10px;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.quickmenu .menu .btn-t span.icon svg{
	width: 20px;
	color: #e62f1a;
}
.quickmenu.open .menu .btn-t span.icon svg{
	transform: rotate(180deg);
}
.quickmenu .menu .btn a {
	color: #e62f1a;
	width: 46px;
	height: 46px;
	border: 1px solid #e62f1a;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #000;
}
.quickmenu .menu .btn a svg {
	width: 28px;
}
.quickmenu .form {
	background-color: #000;
	border-bottom-left-radius: 10px;
	border: 1px solid #e62f1a;
	margin-right: -1px;
}
.quickmenu .form .text1 {
	color: #e62f1a;
	font-size: 16px;
	font-weight: 700;
	padding-left: 15px;
	padding-top: 20px;
}
.quickmenu .form .text2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	padding-left: 15px;
	padding-bottom: 5px;
}
.quickmenu .form .group {
	display: flex;
	flex-direction: row;
	background-color: rgba(255,255,255,0.1);
	border-radius: 10px;
	margin: 15px;
	padding: 0px 15px;
}
.quickmenu .form .form-control {
	margin: 0;
	border: none;
}
.quickmenu .form .group .title {
	padding-right: 15px;
	font-size: 18px;
	padding-top: 8px;
	color: #fff;
	width: 90px;
}
.quickmenu .form button.btn {
	margin: 0 15px;
	width: calc(100% - 30px);
	border-radius: 10px;
	font-size: 18px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.quickmenu .agreement-documents {
	padding-left: 15px;
	color: #fff;
}
.quickmenu .agreement-documents input {
	width: 30px;
	color: #e62f1a;
}
.quickmenu .form button.btn svg {
	width: 20px;
	margin-left: 8px;
}
.quickmenu .form .group .cont {
	width: calc(100% - 90px);
}
#agreement-error {
    display: none!important;
}






@media (max-width: 970px) {
    .section .bd {
		position: relative;
	}
	nav.bootsnav .container ,.container {
		width: 100%;
	}
	nav.bootsnav .container {
		border-radius: 0;
		padding: 5px;
	}
	nav.navbar.bootsnav {
		border: none;
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0;
		background: none;
	}
	.navbar-brand {
		padding-left: 50px;
	}
	.section0 .head {
		top: 60px;
	}
	.section0 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: unset;
		background-size: cover;
		background-position:center;
	}
	.section0 .content .hd ,.section0 .content .bd {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.section0 .content .hd .title {
		padding-top: 150px;
		text-align: center;
		font-size: 40px;
	}
	.section0 .content .hd .title:after {
		width: 50px;
		border-top: 2px solid #e62f1a;
		content: '';
		display: block;
		margin: 15px auto;
	}
	.section0 .content .hd .description {
		font-size: 20px;
		margin-top: 15px;
		padding-top: 0px;
		text-align: center;
	}
	.section0 .content .hd .description .line {
		display: none;
	}
	.section0 .content .bd .item {
		width: calc(100% - 30px);
	}
	.section0 .content .bd .item .txt1 {
		font-size: 24px;
	}
	.section0 .content .bd .item .txt2 {
		font-size: 16px;
	}
	.section1 {
		position: relative;
	}
	.section0 .numbers .container .item .num {
		font-size: 28px;
	}
	.section0 .numbers {
		padding-bottom: 30px;
		border-width: 1px;
	}
	.section0 .content .hd {
		padding-bottom: 50px;
	}	
	.section0 .numbers .container .item .txt {
		font-size: 13px;
	}
	.section1 .content .hd {
		margin-top: 150px;
		font-size: 40px;
		color: #fff;
		font-weight: 700;
	}
	.section1 .content .hd img {
		width: 20px;
		margin-top: -8px;
		margin-left: -8px;
	}
	.section1 .content .bd {
		flex-direction: column;
	}
	.section1 .content .bd .item {
		width: calc(100% - 30px);
		height: unset;
	}
	.section1 .content .bd .item .title {
		padding-top: 15px;
		font-size: 18px;
	}
	.section1 .content .bd .item .description {
		height: unset;
		font-size: 14px;
		color: #999;
	}
	.section1 .content .bd .item .description br {
		display: none;
	}
	.section1 .content .bd {
		margin-bottom: 100px;
	}
	.section1 .ft ,.section22 .ft {
		margin-top: 50px;
		padding: 25px 15px;
	}
	.section1 .ft .container ,.section22 .ft .container {
		flex-direction: column;
	}	
	.section1 .ft .container .item ,.section22 .ft .container .item {
		width: 100%;
		font-size: 18px;
	}
	.section .hd {
		flex-direction: column;
		padding-top: 100px;
	}
	.section .hd .txt2 {
		font-size: 34px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
	}
	.section .hd .txt2:after {
		position: relative;
		top: -15px;
		left: 0;
	}
	.section .hd .item:last-child {
		margin-right: 0;
	}
	.section .hd .txt3 {
		font-size: 18px;
	}
	.section .hd .txt4 {
		font-size: 14px;
		padding-top: 15px;
	}
	.section .hd {
		padding-bottom: 50px;
	}
	.section2 .bd {
		position: relative;
	}
	.banner_list {
		position: relative;
	}
	.section1 .content .hd {
		padding: 0;
	}
	.section .bd img {
		width: 100%;
	}
	.banner_list ul li {
		margin: 0 10px;
	}
	.section.section7 .bd .item img ,.section.section7 .bd .item .img{
		width: 100%;
		border-radius: 15px;
		padding: 5px;
	}
	.section.section7 .bd .item .img {
		padding: 5px;
		overflow: hidden;
	}
	.section.section7 .bd .item .img {
		height: 200px;
	}
	.section7 .bd .item .txt {
		font-size: 16px;
		padding-left: 15px;
	}
	.section7 .bd {
		margin-top: 0;
		margin-left: -10px;
	}
	.section7 .bd .item {
		width: 50%;
		margin-bottom: 30px;
	}
	.section10 .left .txt2 {
		font-size: 20px;
	}
	.section7 .bd .item .txt i {
		width: 4px;
		height: 4px;
		top: -14px;
	}
	.section10 .left .txt1 {
		font-size: 16px;
		margin-top: 80px;
	}
	.section10 .left .txt1 span {
		display: block;
	}
	.section10 .left .txt2 {
		padding-bottom: 50px;
	}
	.form-submit {
		margin: 0 auto;
		display: block;
		margin-bottom: 50px;
	}
	.navbar-header .navbar-toggle .icon-bar {
		background: #fff;
	}
	nav.navbar.bootsnav .navbar-toggle {
		background: unset;
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
		max-width: 70%;
	}
	nav.navbar.bootsnav .navbar-brand {
		float: left!important;
		padding: 12px;
		margin: 0;
	}
	nav.navbar.bootsnav .navbar-toggle {
		float: right;
		margin-right: 5px;
	}
	nav.navbar.bootsnav .navbar-toggle {
		padding: 0px 15px;
	}
	.section .hd .txt1 {
		font-size: 14px;
	}
	.section10 .ft .logo {
		position: relative;
		margin: 15px;
	}
	.section10 .ft .logo img {
		width: 80px;
	}
	.section10 .ft .left {
		padding-left: 30px;
		padding-top: 30px;
		border: none;
	}
	.section10 .ft .right {
		padding-left: 30px;
	}
	.f15 a {
		display: block;
		padding:5px 0;
	}
	.f15 span {
		display: none;
	}
	.section10 .ft .serv {
		padding: 30px;
	}
	.section10 .ft .serv img {
		width: 100%;
	}
	nav.navbar.bootsnav .navbar-nav > li > a {
		padding-left: 15px;
		border-bottom: 1px solid #333;
		border-top: 1px solid #666;
	}
	.section5 .hd .txt3 {
		width: 350px;
	}
	.banner_list {
		overflow: hidden;
	}
	.f17 {
		font-size: 12px;
	}
	.f15 {
		font-size: 12px;
	}
	.copyright {
		font-size: 12px;
	}
	.section10 .ft ,.f15 a{
		color: #666;
	}
	.section22 .t1 { 
	    padding-left: 15px;
	}
	.section22 .t2 {
	    font-size: 42px;
	    padding-bottom: 40px;
	    padding-left: 15px;
	}
	.section22 .info .t3 {
        font-size: 20px;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .section22 .info .t4 {
        font-size: 14px;
        margin-right: 0;
    }
    .section22 .info {
        padding-bottom: 50px;
    }
    .section22 .info {
        height: unset;
        padding-bottom: 250px;
    }
    .section10 .left .phone {
        margin-top: 0px;
        padding-bottom: 50px;
        font-size: 18px;
    }
    .quickmenu .form {
        width: 280px;
    }
    .quickmenu {
        margin-right: -280px;
    }
    .quickmenu .form .form-control ,.quickmenu .form .group .title {
        font-size: 14px;
    }
    .quickmenu .form .group .title {
        width: 65px;
        padding-right: 0;
    }
    .section22 .info {
        position: relative;
        left: 0;
    }
}
.navbar-brand > img ,.section10 .ft .logo{
	cursor: pointer;
}