* {
	margin: 0;
	padding: 0;
	font-family: Microsoft YaHei !important;
}

body, html {
	width: 100%;
	height: 100%;
}

ul {
	list-style: none;
}

a, a:hover {
	text-decoration: none;
}
.fl {
	float: left;
	margin-left:160px
}

.t-right {
	text-align: right;
}

.t-left {
	text-align: left;
}

.t-center {
	text-align: center;
}

.mgrt25 {
	margin-top: 25px;
}

.mgrl25 {
	margin-left: 25px;
}

.mgrl50 {
	margin-left: 50px;
}

.pad25 {
	padding: 25px;
}

.pr {
	position: relative;
}

.bd {
	border: 1px solid red;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.eway-con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.c-head {
	width: 100%;
	height: 60px;
	padding: 60px 0 20px 0;
	box-sizing: content-box;
	text-align: left;
}

.head-page {
	width: 1200px;
	margin: 0 auto;
}

.title {
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

.head-more {
	color: #101010;
	font-weight: 100;
	font-size: 14px;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0;
}

a, a:hover {
	color: currentcolor;
}

.overhide {
	overflow: hidden;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #000000;
	font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000000;
	font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000000;
	font-size: 16px;
}

.navbar-default {
	background: #fff;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	color: #000000;
	font-weight: 500;
	transition: all 0.2s linear;
	-moz-transition:  all 0.2s linear; /* Firefox 4 */
	-webkit-transition: all 0.2s linear; /* Safari �� Chrome */
	-o-transition:  all 0.2s linear; 
}

.mgr{
	margin: 0;
}

.mgr25{
	margin: 25px;
}
.mgt20{
	margin-top: 20px;
}
.mgt50{
	margin-top: 50px;
}
.mgl5{
	margin-left: 5px;
}
.mgb25{
	margin-bottom: 25px;
}
.pad{
	padding: 0;
}
.p15{
	padding: 15px;
}
.p20{
	padding: 20px;
}
.p25{
	padding: 25px;
}
.p30{
	padding: 30px;
}
.ptp15{
	padding-top: 15px;
}
.ptb15{
	padding-bottom: 15px;
}
.fontbold{
	font-weight: bold;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font24{
	font-size: 24px;
}
.font50{
	font-size: 50px;
}
.footer{
	margin-top: 60px;
	border-top: 1px solid #CCCCCC;
}
.tel{
	font-size: 20px;
    color: rgb(0, 0, 0);
}
.modal-footer{
	   color: #FFFFFF;
    background: #272727;
}
.page-header{
	border: none;
}
.shadow{
	-webkit-box-shadow: 0 0 5px 5px rgba(194,194,194,0.5);
    -moz-box-shadow: 0 0 5px 5px rgba(194,194,194,0.5);
    box-shadow: 0 0 5px 5px rgba(194,194,194,0.5);

}
.title1{
	font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #1b8250;
}
.subtitle1{
	font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    float: right;
    margin-right: 15px;
}
/* �ȱ���� */
*[class*="rect-"]{position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;}
.rect-50{padding-bottom: 50%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-618{padding-bottom: 61.8%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}
img{object-fit:cover;}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{overflow:hidden; -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}


@media only screen and (max-width: 767px) {
	.head-page {
		width: 100%;
		margin: 0 auto;
	}
	.eway-con {
		width: 100%;
	}
	.pad{
		padding: 0 15px;
	}
	.c-head {
		padding: 30px 0 20px 0;
	}
	.footer{
		margin-top: 50px;
	}
	.partner.col-xs-3{
		width: 50%;
	}
	.partner img{
		width: 100%;
	}
}